.Loading__loading___1m_fZ {
  pointer-events: none;
  transition: 400ms linear all;
}

.Loading__bar___21yOt {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10002;
  display: none;
  width: 100%;
  height: 2px;
  background: #29d;
  border-radius: 0 1px 1px 0;
  transition: width 350ms;
}

.Loading__peg___3Y_28 {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 2px;
  border-radius: 50%;
  opacity: .45;
  box-shadow: #29d 1px 0 6px 1px;
}

.Loading__spinner___11Pm4 {
  position: fixed;
  top: 5px;
  left: 5px;
  z-index: 10002;
  pointer-events: none;
  transition: 350ms linear all;
}

.Loading__icon___3OOyu {
  width: 14px;
  height: 14px;
  border: solid #29d;
  border-width: 0 2px 2px 0;
  border-radius: 50%;
  -webkit-animation: Loading__loading-bar-spinner___1hKY9 400ms linear infinite;
          animation: Loading__loading-bar-spinner___1hKY9 400ms linear infinite;
}

@-webkit-keyframes Loading__loading-bar-spinner___1hKY9 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes Loading__loading-bar-spinner___1hKY9 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.input-range__slider {
  appearance: none;
  background: #3f51b5;
  border: 1px solid #3f51b5;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  height: 1rem;
  margin-left: -0.5rem;
  margin-top: -0.65rem;
  outline: none;
  position: absolute;
  top: 50%;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
  width: 1rem; }
  .input-range__slider:active {
    transform: scale(1.3); }
  .input-range__slider:focus {
    box-shadow: 0 0 0 5px rgba(63, 81, 181, 0.2); }
  .input-range--disabled .input-range__slider {
    background: #cccccc;
    border: 1px solid #cccccc;
    box-shadow: none;
    transform: none; }

.input-range__slider-container {
  transition: left 0.3s ease-out; }

.input-range__label {
  color: #aaaaaa;
  font-family: "Helvetica Neue", san-serif;
  font-size: 0.8rem;
  transform: translateZ(0);
  white-space: nowrap; }

.input-range__label--min,
.input-range__label--max {
  bottom: -1.4rem;
  position: absolute; }

.input-range__label--min {
  left: 0; }

.input-range__label--max {
  right: 0; }

.input-range__label--value {
  position: absolute;
  top: -1.8rem; }

.input-range__label-container {
  left: -50%;
  position: relative; }
  .input-range__label--max .input-range__label-container {
    left: 50%; }

.input-range__track {
  background: #eeeeee;
  border-radius: 0.3rem;
  cursor: pointer;
  display: block;
  height: 0.3rem;
  position: relative;
  transition: left 0.3s ease-out, width 0.3s ease-out; }
  .input-range--disabled .input-range__track {
    background: #eeeeee; }

.input-range__track--background {
  left: 0;
  margin-top: -0.15rem;
  position: absolute;
  right: 0;
  top: 50%; }

.input-range__track--active {
  background: #3f51b5; }

.input-range {
  height: 1rem;
  position: relative;
  width: 100%; }
@media screen and (max-width: 1200px) {
    .main-wrap .common.top-line .social-links {
        /*display: none;*/
    }
}

@media screen and (max-width: 1024px) {
    .main-wrap .common.top-line {
        display: none;
    }
}
.modal-header {
    display: flex;
    justify-content: flex-end;
}
.modal-header .modal-header-close {
    margin: 12px;
    cursor: pointer;
}
.modal-name {
    padding: 0 27px;
    text-align: center;
    font-weight: 300;
    font-size: 24px;
    line-height: 23px;
    color: #3D3D3D;
}
.modal-content {
    padding: 27px;
    display: flex;
    flex-direction: column;

}
.modal-content .modal-input {
    margin-bottom: 12px;
}
.modal-label {
    border-top: 1px solid #eee;
    display: flex;
    padding: 27px 27px 0;
    display: flex;
    justify-content: center;
}
.modal-text {
    display: flex;
    padding: 15px 27px;
    display: flex;
    justify-content: center;
    font-weight: 300;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    color: #414141;
}
.modal-bt-group {
    padding: 8px 0 15px;
}
.modal-label span {
    font-weight: 300;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    color: #414141;
}
.modal-message {
    display: flex;
    justify-content: center;
}
.modal-message {
    margin-top: 10px;
    color: red;
    font-size: 14px;
}
.modal-content a {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    text-decoration-line: underline;
    color: #755498;
}
.modal-content a.active {
    background-color: #755498;
    color: #fff;
}
.modal-content textarea {
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    border-radius: 3px;
    width: 100%;
    padding: 10px;
}
.modal-content .label.error {
    text-align: center;
    margin-bottom: 10px;
    color: red;
    font-size: 14px;
}
.common.second-line .burger {
    display: none;
}
.common.second-line .logo {
    display: none;
}
.mobile-menu {
    position: absolute;
    left: 0;
    width: 100%;
    height: calc(100% - 55px);
    background-color: #fff;
    z-index: 9;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.mobile-menu-footer {
    padding: 15px 0;
    background-color: #ffffff;
}
.mobile-menu-footer .mobile-menu-footer-item {
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 16px;
    letter-spacing: -0.3px;

    color: #755498;
    padding: 20px 25px 5px;
}
.mobile-menu-footer .mobile-menu-footer-item a {
    color: #755498;
    font-size: 14px;
}

.mobile-menu .mobile-menu-item {
    display: flex;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #755498;
    border-bottom: 1px solid #EBEBEB;
    background-color: #fff;
}
.mobile-menu .mobile-menu-item a {
    padding: 15px 25px;
    width: 100%;
    display: flex;
    color: #755498;
}

.mobile-menu .mobile-menu-item .social-links {
    display: flex;
    padding: 15px 25px;
}

.mobile-menu .mobile-menu-item .social-links a {
    padding: 0;
    margin-right: 10px;
}

.mobile-menu .mobile-menu-item a.blue {
    color: #1977E3;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 16px;
    text-align: center;
    letter-spacing: -0.08px;
}
.mobile-menu .mobile-menu-item .arrow-wrap {
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mobile-menu .mobile-menu-item .arrow-wrap:active {
    opacity: .8;
}
.mobile-menu .mobile-menu-item .arrow-wrap span {
    transform: rotate(90deg);
}
.mobile-menu .mobile-menu-item .icon {
    width: 30px;
    display: flex;
    align-items: center;
}
.mobile-menu .mobile-menu-item .icon svg {
    margin-right: 10px;
    width: 20px;
}
.mobile-menu .mainmenu, .mobile-menu .submenu {
    list-style: none;
    padding-left: 20px;
}
.mobile-menu .mainmenu {
    margin: 0 7px;
}
.mobile-menu .mainmenu li {
    margin: 15px 0;
}
.mobile-menu .mainmenu a {
    color: #755498;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 13px;
    text-align: center;
}

.example-enter {
    opacity: 0.01;
    left: -100%;
}

.example-enter.example-enter-active {
    opacity: 1;
    left: 0;
    transition: left 200ms ease-in-out 0ms;
}

.example-leave {
    opacity: 1;
    left: 0;
}

.example-leave.example-leave-active {
    opacity: 0.01;
    left: -100%;
    transition: 500ms;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@media screen and (max-width: 1024px) {
    .common.second-line {
        justify-content: space-between;
    }
    .common.second-line .burger {
        display: flex !important;
    }
    .common.second-line .menu-link,
    .common.second-line .navbar {
        display: none !important;
    }
    .common.second-line .logo {
        display: flex !important;
        margin-left: 15px;
    }
    .common.second-line .actions .account,
    .common.second-line .actions .favorites {
        display: none;
    }
    .common.second-line .actions {
        flex-direction: row-reverse;
    }

    .common.second-line .actions :not(:last-child) {
        margin-right: 0 !important;
        margin-left: 22px;
    }
}

.no-scroll {
    height: 100%;
    position: fixed;
    width: 100%;
}
.products-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-row-gap: 1px;
    grid-column-gap: 1px;
    background-color: #E7E7E7;
}
.card {
    flex-grow: 1;
    padding: 30px;
    font-family: SF Pro Text;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    font-size: 16px;
    letter-spacing: -0.4px;
    display: flex;
    flex-direction: column;
    color: #505050;
    background-color: #fff;
  }
.card .card-wishlist-action {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.card h3 {
    font-weight: 300;
    flex: 1;
    font-size: 16px;
}
.card .card-header, .card .card-attr, .card .card-footer {
    display: flex;
    align-items: center;
}
.card .card-indicator, .card .card-rating {
    flex: 1;
}
.card .card-indicator {
    font-weight: 300;
    line-height: normal;
    font-size: 22px;
    letter-spacing: -0.6px;

    color: #3DC771;
}
.card .card-image {
    height: 175px;
    margin: 20px 0;
}
.card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.card .card-rating {
    display: flex;
    align-items: center;
}
.card .card-comments-count {
    display: flex;
    align-items: center;
}
.card .card-comments-count svg {
    margin-right: 8px;
}
.card .card-price {
    font-weight: normal;
    line-height: normal;
    font-size: 18px;
    letter-spacing: -0.4px;
    color: #505050;
    flex: 1;
    min-height: 25px;
    align-items: center;
    display: flex;
}
.card .card-footer button {
    color: #4893ea;
    border: none;
    background-color: transparent;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 18px;
    letter-spacing: -0.4px;
    text-align: right;
    border-radius: 5px;
    padding: 5px 9px;
    cursor: pointer;
}
.card .card-footer .incart {
    color: #4893ea;
    border: 1px solid;
    background-color: transparent;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 18px;
    letter-spacing: -0.4px;
    text-align: right;
    border-radius: 5px;
    padding: 4px 9px;
    cursor: pointer;
}
.card .card-footer button:active {
    opacity: .7;
}
.card .card-footer button:hover {
    color: #505050;
}
@media screen and (max-width: 1800px) {
    .products-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}
@media screen and (max-width: 1550px) {
    .products-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media screen and (max-width: 1400px) {
    .products-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 1100px) {
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 800px) {
    .products-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}
@keyframes closeWindow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.ril__outer {
  background-color: rgba(0, 0, 0, 0.85);
  outline: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  -ms-content-zooming: none;
  -ms-user-select: none;
  -ms-touch-select: none;
  touch-action: none;
}

.ril__outerClosing {
  opacity: 0;
}

.ril__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ril__image,
.ril__imagePrev,
.ril__imageNext {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: none;
  -ms-content-zooming: none;
  -ms-user-select: none;
  -ms-touch-select: none;
  touch-action: none;
}

.ril__imageDiscourager {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ril__navButtons {
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 34px;
  padding: 40px 30px;
  margin: auto;
  cursor: pointer;
  opacity: 0.7;
}
.ril__navButtons:hover {
  opacity: 1;
}
.ril__navButtons:active {
  opacity: 0.7;
}

.ril__navButtonPrev {
  left: 0;
  background: rgba(0, 0, 0, 0.2)
    url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDE5LDMgLTIsLTIgLTE2LDE2IDE2LDE2IDEsLTEgLTE1LC0xNSAxNSwtMTUgeiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==')
    no-repeat center;
}

.ril__navButtonNext {
  right: 0;
  background: rgba(0, 0, 0, 0.2)
    url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDEsMyAyLC0yIDE2LDE2IC0xNiwxNiAtMSwtMSAxNSwtMTUgLTE1LC0xNSB6IiBmaWxsPSIjRkZGIi8+PC9zdmc+')
    no-repeat center;
}

.ril__downloadBlocker {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
  background-size: cover;
}

.ril__caption,
.ril__toolbar {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
}

.ril__caption {
  bottom: 0;
  max-height: 150px;
  overflow: auto;
}

.ril__captionContent {
  padding: 10px 20px;
  color: #fff;
}

.ril__toolbar {
  top: 0;
  height: 50px;
}

.ril__toolbarSide {
  height: 50px;
  margin: 0;
}

.ril__toolbarLeftSide {
  padding-left: 20px;
  padding-right: 0;
  flex: 0 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ril__toolbarRightSide {
  padding-left: 0;
  padding-right: 20px;
  flex: 0 0 auto;
}

.ril__toolbarItem {
  display: inline-block;
  line-height: 50px;
  padding: 0;
  color: #fff;
  font-size: 120%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ril__toolbarItemChild {
  vertical-align: middle;
}

.ril__builtinButton {
  width: 40px;
  height: 35px;
  cursor: pointer;
  border: none;
  opacity: 0.7;
}
.ril__builtinButton:hover {
  opacity: 1;
}
.ril__builtinButton:active {
  outline: none;
}

.ril__builtinButtonDisabled {
  cursor: default;
  opacity: 0.5;
}
.ril__builtinButtonDisabled:hover {
  opacity: 0.5;
}

.ril__closeButton {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIj48cGF0aCBkPSJtIDEsMyAxLjI1LC0xLjI1IDcuNSw3LjUgNy41LC03LjUgMS4yNSwxLjI1IC03LjUsNy41IDcuNSw3LjUgLTEuMjUsMS4yNSAtNy41LC03LjUgLTcuNSw3LjUgLTEuMjUsLTEuMjUgNy41LC03LjUgLTcuNSwtNy41IHoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=')
    no-repeat center;
}

.ril__zoomInButton {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PHBhdGggZD0iTTEyIDV2NiIvPjwvZz48Y2lyY2xlIGN4PSIxMiIgY3k9IjgiIHI9IjciIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+')
    no-repeat center;
}

.ril__zoomOutButton {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PC9nPjxjaXJjbGUgY3g9IjEyIiBjeT0iOCIgcj0iNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=')
    no-repeat center;
}

.ril__outerAnimating {
  animation-name: closeWindow;
}

@keyframes pointFade {
  0%,
  19.999%,
  100% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
}

.ril__loadingCircle {
  width: 60px;
  height: 60px;
  position: relative;
}

.ril__loadingCirclePoint {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ril__loadingCirclePoint::before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 11%;
  height: 30%;
  background-color: #fff;
  border-radius: 30%;
  animation: pointFade 800ms infinite ease-in-out both;
}
.ril__loadingCirclePoint:nth-of-type(1) {
  transform: rotate(0deg);
}
.ril__loadingCirclePoint:nth-of-type(7) {
  transform: rotate(180deg);
}
.ril__loadingCirclePoint:nth-of-type(1)::before,
.ril__loadingCirclePoint:nth-of-type(7)::before {
  animation-delay: -800ms;
}
.ril__loadingCirclePoint:nth-of-type(2) {
  transform: rotate(30deg);
}
.ril__loadingCirclePoint:nth-of-type(8) {
  transform: rotate(210deg);
}
.ril__loadingCirclePoint:nth-of-type(2)::before,
.ril__loadingCirclePoint:nth-of-type(8)::before {
  animation-delay: -666ms;
}
.ril__loadingCirclePoint:nth-of-type(3) {
  transform: rotate(60deg);
}
.ril__loadingCirclePoint:nth-of-type(9) {
  transform: rotate(240deg);
}
.ril__loadingCirclePoint:nth-of-type(3)::before,
.ril__loadingCirclePoint:nth-of-type(9)::before {
  animation-delay: -533ms;
}
.ril__loadingCirclePoint:nth-of-type(4) {
  transform: rotate(90deg);
}
.ril__loadingCirclePoint:nth-of-type(10) {
  transform: rotate(270deg);
}
.ril__loadingCirclePoint:nth-of-type(4)::before,
.ril__loadingCirclePoint:nth-of-type(10)::before {
  animation-delay: -400ms;
}
.ril__loadingCirclePoint:nth-of-type(5) {
  transform: rotate(120deg);
}
.ril__loadingCirclePoint:nth-of-type(11) {
  transform: rotate(300deg);
}
.ril__loadingCirclePoint:nth-of-type(5)::before,
.ril__loadingCirclePoint:nth-of-type(11)::before {
  animation-delay: -266ms;
}
.ril__loadingCirclePoint:nth-of-type(6) {
  transform: rotate(150deg);
}
.ril__loadingCirclePoint:nth-of-type(12) {
  transform: rotate(330deg);
}
.ril__loadingCirclePoint:nth-of-type(6)::before,
.ril__loadingCirclePoint:nth-of-type(12)::before {
  animation-delay: -133ms;
}
.ril__loadingCirclePoint:nth-of-type(7) {
  transform: rotate(180deg);
}
.ril__loadingCirclePoint:nth-of-type(13) {
  transform: rotate(360deg);
}
.ril__loadingCirclePoint:nth-of-type(7)::before,
.ril__loadingCirclePoint:nth-of-type(13)::before {
  animation-delay: 0ms;
}

.ril__loadingContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ril__imagePrev .ril__loadingContainer,
.ril__imageNext .ril__loadingContainer {
  display: none;
}

.ril__errorContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.ril__imagePrev .ril__errorContainer,
.ril__imageNext .ril__errorContainer {
  display: none;
}

.ril__loadingContainer__icon {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.announces {
    display: flex;
}

.announces-wrap {
    color: #fff;
    flex: 1;
    background-repeat: no-repeat;
    padding: 40px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 300px;
}

.announces-wrap a {
    width: fit-content;
    margin-top: 20px;
}

.announces-wrap button {
    width: max-content;
    background: transparent;
    border: 1px solid #fff;
    padding: 12px 32px;
    border-radius: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    text-shadow: none;
}

.announces-wrap button:hover {
    border: 2px solid;
    padding: 11px 31px;
}

.announces-wrap button:active {
    opacity: .7;
}

.announces-wrap h3 {
    font-style: normal;
    /*line-height: 52px;*/
    font-weight: 400;
    font-size: 30px;
    margin: 15px 0 0;
    max-width: 500px;
}

.announces-wrap .subtitle {
    margin-top: 50px;
    display: flex;
    align-items: center;
}

.announces-wrap .subtitle h2 {
    line-height: 21px;
    font-size: 30px;
    font-weight: 300;
    margin: 0;
}

.announces-wrap .subtitle p {
    margin: 0 0 0 60px;
    line-height: 60px;
    font-size: 20px;
}

@media screen and (max-width: 1290px) {
    .announces {
        flex-direction: column;
    }
    .announces .announces-wrap {
        background-image: none !important;
    }
}

@media screen and (max-width: 600px) {
    .banners-horizontal {
        flex-direction: column;
    }
    .announces-wrap {
        height: 200px;
        padding: 40px 32px;
    }
    .announces-wrap .subtitle {
        margin-top: 15px;
        flex-direction: column;
        align-items: initial;
    }

    .announces-wrap .subtitle h2 {
        line-height: 40px;
        font-size: 26px;
    }

    .announces-wrap .subtitle p {
        margin: 0;
        line-height: 40px;
        font-weight: 300;
    }

    .announces-wrap h3 {
        line-height: 20px;
        font-weight: 300;
        font-size: 20px;
        margin-top: 0;
    }
}
.blog-component {
    display: flex;
}
.blog-component .blog-banner {
    display: flex;
    flex: 0.333334;
    height: 600px;
    background-color: #1D131C;
    background-image: url(/static/repairs.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 50px) 50px;
    flex-direction: column;
    color: #fff;
    justify-content: center;
}
.blog-component .blog-banner h3 {
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    font-size: 34px;
    letter-spacing: -0.08px;
    padding: 0 60px;
    margin: 15px 0px;
}
.blog-component .blog-banner p {
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    font-size: 15px;
    padding: 0 60px;
}
.blog-component .blog-wraper {
    display: flex;
    flex: 0.666666;
    flex-direction: column;
}
.blog-component .blog-wraper .blog-wraper-header {
    height: 100px;
    justify-content: center;
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: normal;
    line-height: 60px;
    font-size: 22px;
    text-align: center;
    letter-spacing: -0.032px;
    color: #313337;
    border-bottom: 1px solid #E7E7E7;
}
.blog-component .blog-banner button {
    width: max-content;
    background: transparent;
    border: 1px solid #fff;
    padding: 12px 32px;
    border-radius: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    text-shadow: none;
    margin: 15px 60px;
}
.blog-component .blog-banner button:hover {
    border: 2px solid;
    padding: 11px 31px;
}
.blog-component .blog-banner button:active {
    opacity: .7;
}
.blog-wraper-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    flex: 1;
}
.blog-wraper-card:not(:last-child) {
    border-right: 1px solid #E7E7E7;
}
.blog-wraper-card .blog-wraper-card-image {
    height: 250px;
    width: 100%;
}
.blog-wraper-card .blog-wraper-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-wraper-card .blog-wraper-card-date {
    padding: 12px 30px 4px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    font-size: 16px;
    letter-spacing: 0.24px;
    color: #1C1C1C;
}
.blog-wraper-card .blog-wraper-card-title {
    padding: 0 30px 10px;
    font-style: normal;
    font-weight: normal;
    line-height: 26px;
    font-size: 16px;
    letter-spacing: 0.24px;
    color: #1977E3;
}

.blog-wraper-card a:active {
    opacity: .7;
}

@media screen and (max-width: 1600px) {
    .blog-component {
        flex-direction: column;
    }
}
  
@media screen and (max-width: 900px) {
    .blog-component .blog-wraper-cards {
        grid-template-columns: repeat(1, 1fr);
        flex: 1;
    }
    .blog-wraper-card .blog-wraper-card-image {
        height: 340px;
    }
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

html {
  min-height: 100%; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  background-color: #F7F1FF;
  min-height: 100%;
  font-family: 'Comfortaa'; }
.input-range__label-container {
  font-family: 'Comfortaa'; }
ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

select {
  -webkit-appearance: none; }

*:focus {
  outline: none; }

a {
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
  transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out; }
  a:visited {
    color: initial; }
  a:hover {
    opacity: .8; }
  a:active {
    opacity: 1; }

.fade-2s {
  transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out; }

.fade-1s {
  transition: all .1s ease-out;
  -moz-transition: all .1s ease-out;
  -webkit-transition: all .1s ease-out;
  -o-transition: all .1s ease-out; }

.grid {
  position: relative;
  padding: 20px 38px;
  display: grid;
  grid-template-columns: repeat(6, 1fr); }

.grid-6 {
  position: relative;
  padding: 20px 38px;
  display: grid;
  grid-template-columns: repeat(6, 1fr); }

.grid-4 {
  position: relative;
  padding: 20px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr); }

.btn {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background-color: #755498;
  border-radius: 5px;
  padding: 4px 14px;
  transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  cursor: pointer; }
  .btn:active {
    background-color: #573e71; }
  .btn.stroke {
    border: 1px solid #755498;
    background-color: transparent;
    color: #755498; }
    .btn.stroke:active {
      color: #573e71;
      border: 1px solid #684b88; }
  .btn.circle {
    border-radius: 999px; }
  .btn:hover {
    opacity: .7; }
  .btn:active {
    opacity: 1; }

.common.main-wrap {
  max-width: 1340px;
  min-height: 100%;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0px 0px 37px rgba(0, 0, 0, 0.1); }

.common.top-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 33px 38px 22px; }
  .common.top-line .city-selector {
    cursor: pointer; }
    .common.top-line .city-selector span {
      font-weight: bold;
      font-size: 12px;
      color: #755498;
      margin-right: 5px; }
  .common.top-line .social-links {
    display: flex; }
    .common.top-line .social-links :not(:last-child) {
      margin-right: 15px; }
  .common.top-line .page-links a {
    font-size: 12px;
    color: #3D3D3D; }
  .common.top-line .page-links :not(:last-child) {
    margin-right: 15px; }

.common.second-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 16px 38px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }
  .common.second-line .menu-link {
    display: flex; }
    .common.second-line .menu-link a {
      font-size: 14px;
      color: #755498; }
      .common.second-line .menu-link a span {
        margin-left: 12px; }
  .common.second-line .navbar {
    display: flex;
    flex: 1;
    justify-content: center; }
    .common.second-line .navbar a {
      font-size: 14px;
      color: #755498; }
      .common.second-line .navbar a:not(:last-child) {
        margin-right: 18px; }
  .common.second-line .actions {
    display: flex;
    align-items: center; }
    .common.second-line .actions :not(:last-child) {
      margin-right: 22px; }
    .common.second-line .actions .account {
      font-weight: bold;
      font-size: 14px;
      color: #755498;
      margin-right: 26px; }
    .common.second-line .actions .cart {
      position: relative; }
      .common.second-line .actions .cart img {
        margin: 0; }
      .common.second-line .actions .cart .cart-badge {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        top: -8px;
        right: -7px;
        font-size: 9px;
        text-align: center;
        color: #755498;
        width: 15px;
        height: 15px;
        background: #FFFFFF;
        border: 1px solid #755498;
        border-radius: 50%;
        line-height: 14px; }

._slider {
  min-height: 256px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out;
  border-radius: 3px; }
  ._slider ._title {
    font-weight: 300;
    font-size: 64px;
    color: #3A3939;
    max-width: 76%; }
  ._slider ._description {
    margin: 32px 0;
    font-weight: 300;
    font-size: 14px;
    color: #3A3939;
    max-width: 76%; }

._dots {
  display: flex;
  padding: 0 33px;
  margin-top: -55px;
  position: absolute;
  z-index: 1;
  align-items: center; }
  ._dots .arrow {
    display: flex;
    margin: 0 15px; }
  ._dots .dot {
    display: flex;
    margin: 0 5px; }

._product-of-the-day {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 30px;
  background-color: #ffebef;
  border-radius: 3px; }
  ._product-of-the-day ._header {
    display: flex;
    align-items: center; }
    ._product-of-the-day ._header ._header-title {
      flex: 1;
      font-size: 25px; }
  ._product-of-the-day ._description {
    font-weight: bold;
    font-size: 20px;
    line-height: 29px;
    color: #000;
    max-width: 70%; }
  ._product-of-the-day ._footer ._price {
    font-weight: bold;
    font-size: 42px;
    color: #3D3D3D; }
  ._product-of-the-day ._footer ._add-to-cart {
    margin-top: 16px; }

.slider-and-banner {
  display: flex;
  padding: 26px 38px; }
  .slider-and-banner .slider-wrap {
    flex: 2;
    margin-right: 10px; }
  .slider-and-banner .banner-wrap {
    flex: 1;
    display: flex;
    margin-left: 10px; }

.gw-tabs .tabs-header {
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #eee;
  padding: 15px 38px; }
  .gw-tabs .tabs-header .tab-name {
    font-weight: 300;
    font-size: 36px;
    line-height: 34px;
    color: #3D3D3D; }
  .gw-tabs .tabs-header .tab-links {
    margin-left: 37px; }
    .gw-tabs .tabs-header .tab-links a {
      font-weight: bold;
      font-size: 14px;
      color: #755498; }
      .gw-tabs .tabs-header .tab-links a:not(:last-child) {
        margin-right: 22px; }

.product-card {
  padding: 13px 18px;
  display: flex;
  flex-direction: column; }
  .product-card .header {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0; }
    .product-card .header .header-rating {
      margin-right: 8px; }
      .product-card .header .header-rating :not(:last-child) {
        margin-right: 2px; }
    .product-card .header .header-count {
      font-weight: 300;
      font-size: 10px;
      color: #414141; }
  .product-card .image {
    height: 150px;
    margin-top: 5px;
    display: flex;
    margin-top: 5px;
    justify-content: center; }
    .product-card .image img {
      width: 100%;
      height: auto;
      object-fit: contain; }
  .product-card .tag {
    text-align: center;
    margin-top: 5px; }
    .product-card .tag span {
      font-weight: 300;
      font-size: 14px;
      line-height: 20px;
      text-align: center;
      color: #54CC52; }
  .product-card .name {
    text-align: center;
    margin-top: 5px;
    flex: 1; }
    .product-card .name span {
      font-weight: 300;
      font-size: 14px;
      line-height: 20px;
      color: #414141;
      overflow-wrap: break-word;
      word-wrap: break-word;
      word-break: break-all;
      line-break: normal;
      -webkit-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto; }
  .product-card .price {
    text-align: center;
    margin-top: 5px;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: flex-end; }
    .product-card .price span {
      font-weight: 300;
      font-size: 20px;
      line-height: normal;
      color: #3D3D3D; }
  .product-card .count-and-add {
    display: flex;
    align-items: center;
    margin-top: 10px;
    opacity: 0; }
    .product-card .count-and-add .count {
      display: flex;
      align-items: center;
      flex: 1; }
      .product-card .count-and-add .count button {
        border: none;
        background-color: transparent;
        cursor: pointer;
        font-size: 14px; }
        .product-card .count-and-add .count button:active {
          color: #634584; }
      .product-card .count-and-add .count span {
        font-size: 14px; }
  .product-card:hover {
    box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.1);
    border-radius: 2px; }
    .product-card:hover .header {
      opacity: 1; }
    .product-card:hover .count-and-add {
      opacity: 1; }

.grid-loader {
  position: absolute;
  width: 100%;
  height: calc(100% - 104px);
  top: 20px;
  display: flex;
  justify-content: center;
  padding-top: 65px;
  background-color: rgba(255, 255, 255, 0.68); }

.brands-carusel {
  border: 1px solid #EEEEEE;
  box-sizing: border-box;
  border-radius: 3px; }

.frontpage-brands {
  padding: 0 38px; }

.brands-carusel {
  display: flex; }
  .brands-carusel .left-arrow {
    width: 100px;
    display: grid;
    justify-content: center;
    align-items: center; }
  .brands-carusel .content {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 40px;
    height: 128px; }
    .brands-carusel .content .content-item {
      display: flex;
      align-items: center;
      height: 128px; }
      .brands-carusel .content .content-item a img {
        width: 100%;
        max-height: 115px;
        object-fit: contain; }
  .brands-carusel .right-arrow {
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center; }

.recently-watched .title {
  margin: 40px 38px 0;
  font-weight: 300;
  font-size: 36px;
  line-height: 34px;
  color: #3D3D3D; }

.recently-watched .dots-and-switches {
  display: flex;
  align-items: center;
  justify-content: center; }
  .recently-watched .dots-and-switches .left-arrow a {
    display: flex;
    align-items: center;
    margin-right: 24px; }
  .recently-watched .dots-and-switches .right-arrow a {
    display: flex;
    align-items: center;
    margin-left: 24px; }
  .recently-watched .dots-and-switches .dots {
    display: flex;
    align-items: center; }
    .recently-watched .dots-and-switches .dots .dot {
      cursor: pointer;
      display: flex;
      align-items: center; }
      .recently-watched .dots-and-switches .dots .dot:not(:last-child) {
        margin-right: 12px; }

.banners {
  padding: 30px 38px;
  position: relative; }
  .banners .banners-row {
    display: flex; }
    .banners .banners-row:not(:last-child) {
      margin-bottom: 16px; }
    .banners .banners-row .banner {
      flex: 1; }
      .banners .banners-row .banner:not(:last-child) {
        margin-right: 16px; }

.banner {
  padding: 45px;
  display: flex;
  flex-direction: column;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 3px;
  min-height: 270px; }
  .banner.fluid {
    min-height: 250px; }
  .banner.align-top {
    justify-content: flex-start; }
  .banner.align-bottom {
    justify-content: flex-end; }
  .banner .single-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 23px;
    color: #FFFFFF;
    white-space: pre-line; }
  .banner .single-button button {
    border-color: #fff;
    color: #fff; }
    .banner .single-button button:active {
      color: #fff;
      border: 1px solid #f2f2f2; }
  .banner .fluid-title {
    font-weight: 300;
    font-size: 48px;
    line-height: 45px;
    color: #3A3939; }
  .banner .fluid-description {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #3A3939; }
  .banner .banner-content {
    display: flex;
    flex: 1;
    justify-content: center;
    flex-direction: column;
    margin-left: 35%; }
  .banner :not(:last-child) {
    margin-bottom: 15px; }

.frontpage-blog {
  padding-bottom: 66px; }

.horizontal-blog .blog-header {
  display: flex;
  align-items: flex-end;
  padding: 15px 38px; }
  .horizontal-blog .blog-header .blog-name {
    font-weight: 300;
    font-size: 36px;
    line-height: 34px;
    color: #3D3D3D; }
  .horizontal-blog .blog-header .blog-links {
    margin-left: 37px; }
    .horizontal-blog .blog-header .blog-links a {
      font-weight: bold;
      font-size: 14px;
      color: #755498; }
      .horizontal-blog .blog-header .blog-links a:not(:last-child) {
        margin-right: 22px; }

.horizontal-blog .blog-stack {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 15px;
  row-gap: 30px;
  padding: 20px 38px; }

.small-blog-card .image {
  height: 190px;
  display: flex;
  border-radius: 3px;
  overflow: hidden; }
  .small-blog-card .image a {
    display: flex;
    width: 100%; }
  .small-blog-card .image img {
    width: 100%;
    height: auto;
    object-fit: cover; }

.small-blog-card .date {
  display: flex;
  margin-top: 20px; }
  .small-blog-card .date span {
    font-size: 14px;
    line-height: normal;
    color: #999999;
    display: flex;
    align-items: center;
    margin-left: 6px;
    letter-spacing: 1px;
    padding-top: 2px; }

.small-blog-card .name {
  margin-top: 10px; }
  .small-blog-card .name span {
    font-size: 16px;
    color: #414141;
    line-height: 20px; }

.footer {
  border-top: 1px solid #eee; }
  .footer .footer-title {
    padding: 26px 0;
    font-weight: bold;
    font-size: 16px;
    color: #C4C4C4; }
  .footer .footer-list {
    display: grid;
    row-gap: 14px; }
    .footer .footer-list .footer-list-item a {
      font-size: 14px;
      color: #755498; }
  .footer .footer-first {
    display: flex;
    margin-bottom: 60px;
    padding: 0 38px; }
    .footer .footer-first .footer-catalog {
      flex: 2; }
      .footer .footer-first .footer-catalog .footer-list {
        grid-template-columns: repeat(2, 1fr); }
    .footer .footer-first .footer-help {
      flex: 1; }
      .footer .footer-first .footer-help .footer-list {
        grid-template-columns: repeat(1, 1fr); }
  .footer .footer-second {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    display: flex;
    padding: 0 38px; }
    .footer .footer-second .footer-second-item {
      flex: 1;
      padding: 20px 0; }
      .footer .footer-second .footer-second-item span {
        font-weight: bold;
        font-size: 16px;
        color: #000000;
        line-height: 24px; }
  .footer .footer-third {
    display: flex;
    justify-content: space-between;
    padding: 0 38px; }
    .footer .footer-third .footer-third-item {
      display: flex;
      align-items: center;
      padding: 36px 0; }
      .footer .footer-third .footer-third-item span {
        font-size: 12px;
        color: #414141; }
      .footer .footer-third .footer-third-item.social-links span {
        margin-right: 24px; }
      .footer .footer-third .footer-third-item.social-links a:not(:last-child) {
        margin-right: 10px; }
      .footer .footer-third .footer-third-item.gw-link span {
        margin-right: 5px; }
      .footer .footer-third .footer-third-item.gw-link a {
        font-weight: bold;
        font-size: 14px;
        color: #755498; }

.breadcrumbs-wrap {
  padding: 40px 38px 60px; }

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .breadcrumbs .item a {
    font-size: 12px;
    color: #5E5E5E; }
  .breadcrumbs .item span {
    font-size: 12px;
    color: #5E5E5E; }
    .breadcrumbs .item span.arrow {
      padding: 0 10px; }
  .breadcrumbs .item.current span {
    color: #BDBDBD; }

.catalog-wrap {
  display: flex; }
  .catalog-wrap.search .filters {
    padding-top: 0 !important; }
  .catalog-wrap .catalog-sidebar {
    min-width: 300px;
    max-width: 325px;
    width: fit-content;
    padding: 0 38px; }
  .catalog-wrap .catalog-content {
    padding: 0 38px;
    flex: 1; }

.vertical-menu .menu-header {
  padding-bottom: 18px;
  border-bottom: 1px solid #eee; }
  .vertical-menu .menu-header span {
    font-weight: bold;
    font-size: 16px;
    color: #5E5E5E; }

.vertical-menu .menu-content {
  padding: 24px 0;
  border-bottom: 1px solid #eee; }
  .vertical-menu .menu-content .menu-item {
    overflow-wrap: break-word; }
    .vertical-menu .menu-content .menu-item:not(:last-child) {
      padding-bottom: 30px; }
    .vertical-menu .menu-content .menu-item .item-header {
      display: flex;
      align-items: center; }
      .vertical-menu .menu-content .menu-item .item-header .first-level-link {
        flex: 1; }
        .vertical-menu .menu-content .menu-item .item-header .first-level-link a {
          font-weight: normal;
          font-size: 14px;
          color: #5E5E5E; }
      .vertical-menu .menu-content .menu-item .item-header .item-arrow {
        cursor: pointer;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
    .vertical-menu .menu-content .menu-item .item-content {
      background-color: #FBF9FF;
      padding: 25px;
      display: none; }
      .vertical-menu .menu-content .menu-item .item-content .second-level-link a {
        font-size: 14px;
        color: #5E5E5E; }
      .vertical-menu .menu-content .menu-item .item-content .second-level-link.active a {
        font-weight: bold;
        color: #755498;
        cursor: default; }
      .vertical-menu .menu-content .menu-item .item-content .second-level-link:not(:last-child) {
        margin-bottom: 22px; }
    .vertical-menu .menu-content .menu-item.active .item-header .first-level-link a {
      font-weight: bold;
      color: #755498; }
    .vertical-menu .menu-content .menu-item.opened .item-header .item-arrow {
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .vertical-menu .menu-content .menu-item.opened .item-content {
      display: block;
      margin-top: 24px; }

.main-wrap-menu {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.92);
  width: 100%;
  max-width: 1340px;
  box-shadow: 0px 9px 12px -10px rgba(0, 0, 0, 0.25);
  z-index: 99999; }
  .main-wrap-menu .nav {
    display: flex; }
    .main-wrap-menu .nav .top-menu {
      padding: 10px 0;
      margin-left: 38px;
      background-color: #F7F1FF; }
    .main-wrap-menu .nav .second-menu {
      padding: 10px 0; }
    .main-wrap-menu .nav .top-menu-item {
      padding: 12px 16px;
      display: flex; }
      .main-wrap-menu .nav .top-menu-item a {
        color: #5E5E5E;
        font-size: 14px; }
      .main-wrap-menu .nav .top-menu-item .arrow-wrap {
        display: flex;
        flex: 1;
        justify-content: flex-end;
        align-items: center;
        margin-left: 16px;
        color: #5E5E5E;
        font-size: 14px; }
      .main-wrap-menu .nav .top-menu-item:hover {
        background-color: #fff; }
        .main-wrap-menu .nav .top-menu-item:hover a {
          color: #755498; }
      .main-wrap-menu .nav .top-menu-item.active {
        background-color: #fff; }
        .main-wrap-menu .nav .top-menu-item.active a {
          color: #755498; }

.product-card .not-available {
  height: 30px;
  justify-content: center;
  flex: 1;
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #755498; }

.catalog-component {
  display: flex;
  flex-direction: column; }
  .catalog-component .catalog-header {
    display: flex;
    flex: 1;
    align-items: center;
    margin-bottom: 28px; }
    .catalog-component .catalog-header .header-title {
      flex: 1;
      width: 100%;
      padding-right: 10px;
      display: flex; }
      .catalog-component .catalog-header .header-title h1 {
        font-weight: 300;
        font-size: 36px;
        line-height: 40px;
        color: #3D3D3D;
        padding-top: 5px;
        overflow-wrap: break-word;
        word-wrap: break-word;
        word-break: break-all;
        line-break: auto;
        hyphens: manual; }
      .catalog-component .catalog-header .header-title input {
        flex: 1;
        border: none;
        background: transparent;
        font-weight: 300;
        font-size: 36px;
        color: #3D3D3D;
        padding: 0 10px; }
    .catalog-component .catalog-header .header-count span {
      font-size: 12px;
      color: #999999; }
  .catalog-component .sorting-and-pagination {
    display: flex;
    flex-wrap: wrap; }
    .catalog-component .sorting-and-pagination .sorting {
      flex: 1;
      justify-content: space-between;
      margin: 6px 0;
      margin-right: 27px; }
    .catalog-component .sorting-and-pagination .pagination {
      margin: 6px 0; }
    .catalog-component .sorting-and-pagination.bottom {
      margin-top: 0px;
      margin-bottom: 28px; }

.sorting {
  display: flex;
  border: 1px solid #EEEEEE;
  box-sizing: border-box;
  border-radius: 3px;
  height: 42px; }
  .sorting .sorting-item {
    display: flex;
    padding: 10px 24px;
    align-items: center; }
    .sorting .sorting-item span {
      font-size: 14px;
      color: #999999;
      margin-right: 16px; }
    .sorting .sorting-item select {
      border: none;
      border-radius: 0px;
      background-color: transparent;
      color: #755498;
      font-size: 14px; }

.pagination {
  display: flex;
  border: 1px solid #EEEEEE;
  box-sizing: border-box;
  border-radius: 3px;
  justify-content: center;
  height: 42px; }
  .pagination .pagination-left-arrow {
    display: flex;
    align-items: center;
    padding: 0 16px; }
  .pagination .pagination-item {
    display: flex;
    align-items: center;
    margin: 0 5px; }
    .pagination .pagination-item a {
      font-size: 14px;
      color: #755498;
      display: flex;
      align-items: center; }
    .pagination .pagination-item.active a {
      color: #000;
      cursor: default; }
  .pagination li.break a {
    line-height: 43px; }
  .pagination .pagination-content {
    display: flex;
    align-items: center; }
    .pagination .pagination-content .pagination-item:not(:last-child) {
      margin: 0 25px; }
  .pagination .pagination-right-arrow {
    display: flex;
    align-items: center;
    padding: 0 16px; }

.filters {
  padding: 60px 0 25px; }

.filter:not(:last-child) {
  padding-bottom: 55px; }

.filter .filter-header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #755498;
  padding-bottom: 18px; }
  .filter .filter-header .name {
    flex: 1; }
    .filter .filter-header .name span {
      font-weight: bold;
      font-size: 16px;
      color: #755498; }
  .filter .filter-header .filter-arrow {
    cursor: pointer; }

.filter .filter-content {
  display: none;
  padding: 16px 0;
  border-bottom: 1px solid #eee; }
  .filter .filter-content .filter-scroll {
    max-height: 150px;
    overflow-y: auto; }
    .filter .filter-content .filter-scroll .filter-item {
      display: flex;
      align-items: center; }
      .filter .filter-content .filter-scroll .filter-item span {
        font-size: 14px;
        color: #5E5E5E;
        margin-left: 10px; }
      .filter .filter-content .filter-scroll .filter-item:not(:last-child) {
        margin-bottom: 16px; }

.filter.active .filter-header {
  border-bottom: 1px solid #eee; }
  .filter.active .filter-header .name span {
    color: #5E5E5E; }
  .filter.active .filter-header .filter-arrow {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

.filter.active .filter-content {
  display: block; }

.product-gallery {
  display: flex;
  align-items: center; }
  .product-gallery .gallery-actions {
    margin-right: 10px; }
    .product-gallery .gallery-actions .dots-and-switches {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      .product-gallery .gallery-actions .dots-and-switches .left-arrow a {
        display: flex;
        align-items: center;
        margin-bottom: 24px; }
      .product-gallery .gallery-actions .dots-and-switches .right-arrow a {
        display: flex;
        align-items: center;
        margin-top: 24px; }
      .product-gallery .gallery-actions .dots-and-switches .dots {
        display: flex;
        align-items: center;
        flex-direction: column; }
        .product-gallery .gallery-actions .dots-and-switches .dots .dot {
          cursor: pointer;
          display: flex;
          align-items: center; }
          .product-gallery .gallery-actions .dots-and-switches .dots .dot:not(:last-child) {
            margin-bottom: 12px; }
  .product-gallery .gallery-photo {
    height: 400px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .product-gallery .gallery-photo img {
      height: 100%;
      width: 100%;
      object-fit: contain; }
    .product-gallery .gallery-photo span {
      margin-top: 10px;
      font-size: 9px;
      line-height: normal;
      color: #BDBDBD; }

.range-clearfix {
  height: 82px; }
  .range-clearfix.animated {
    height: 0px; }
  .range-clearfix.showed {
    height: 82px; }

.delivery-range-wrap {
  position: fixed;
  height: 82px;
  width: 100%;
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  display: flex;
  box-shadow: 0px 0px 37px rgba(0, 0, 0, 0.1);
  -webkit-transition: bottom 0.6s ease-in-out;
  transition: bottom 0.6s ease-in-out; }
  .delivery-range-wrap.animated {
    bottom: -182px; }
  .delivery-range-wrap.showed {
    bottom: 0px; }
  .delivery-range-wrap .delivey-range {
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    display: flex; }
    .delivery-range-wrap .delivey-range .delivery-price {
      padding: 0 38px;
      display: flex;
      align-items: center; }
      .delivery-range-wrap .delivey-range .delivery-price span {
        font-weight: bold;
        font-size: 16px;
        color: #755498; }
    .delivery-range-wrap .delivey-range .price-range {
      flex: 1;
      flex-direction: column;
      justify-content: center;
      display: flex; }
      .delivery-range-wrap .delivey-range .price-range .slider-wrap {
        display: flex;
        align-items: center; }
        .delivery-range-wrap .delivey-range .price-range .slider-wrap .start-dot {
          background-color: #F7F1FF;
          width: 26px;
          height: 26px;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center; }
          .delivery-range-wrap .delivey-range .price-range .slider-wrap .start-dot .dot-content {
            background-color: #755498;
            width: 20px;
            height: 20px;
            border-radius: 50%; }
        .delivery-range-wrap .delivey-range .price-range .slider-wrap .p-slider {
          background-color: #F7F1FF;
          height: 7px;
          flex: 1;
          margin: 0 -3px;
          display: flex;
          align-items: center; }
          .delivery-range-wrap .delivey-range .price-range .slider-wrap .p-slider .p-slider-content {
            background-color: #755498;
            height: 3px;
            z-index: 9;
            -webkit-transition: width 0.8s ease-in-out;
            transition: width 0.8s ease-in-out; }
        .delivery-range-wrap .delivey-range .price-range .slider-wrap .end-dot {
          background-color: #F7F1FF;
          width: 26px;
          height: 26px;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center; }
          .delivery-range-wrap .delivey-range .price-range .slider-wrap .end-dot .dot-content {
            background-color: #755498;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            opacity: 0;
            -webkit-transition: opacity 0.8s ease-in-out;
            transition: opacity 0.8s ease-in-out; }
      .delivery-range-wrap .delivey-range .price-range .price-labels {
        display: flex;
        justify-content: space-between;
        margin-top: 6px; }
        .delivery-range-wrap .delivey-range .price-range .price-labels span {
          font-size: 14px;
          color: #868686; }
    .delivery-range-wrap .delivey-range .free-price {
      padding: 0 38px;
      display: flex;
      align-items: center; }
      .delivery-range-wrap .delivey-range .free-price span {
        font-weight: bold;
        font-size: 16px;
        color: #755498; }

.product-top {
  display: flex;
  padding-bottom: 57px; }
  .product-top .gallery-wrap {
    padding-left: 38px;
    flex: 1; }
    .product-top .gallery-wrap.mobile {
      display: none; }
  .product-top .product-information {
    padding: 0 38px;
    flex: 2; }
    .product-top .product-information .information-header {
      display: flex;
      align-items: center; }
      .product-top .product-information .information-header .product-tag {
        flex: 1; }
        .product-top .product-information .information-header .product-tag span {
          font-weight: 300;
          font-size: 14px;
          color: #526DCC; }
      .product-top .product-information .information-header .product-vendorcode {
        flex: 1;
        display: flex;
        justify-content: flex-end; }
        .product-top .product-information .information-header .product-vendorcode span {
          font-size: 12px;
          text-align: right;
          color: #999999; }
    .product-top .product-information .product-name {
      padding: 24px 0; }
      .product-top .product-information .product-name h1 {
        font-weight: 300;
        font-size: 36px;
        line-height: 40px;
        color: #3D3D3D; }
    .product-top .product-information .half-width {
      flex: 1;
      display: flex;
      flex-wrap: wrap;
      border-bottom: 1px solid #eee;
      padding: 18px 0; }
    .product-top .product-information .rating-and-divider {
      display: flex; }
      .product-top .product-information .rating-and-divider .half-width .rating {
        margin-right: 20px; }
      .product-top .product-information .rating-and-divider .rating {
        display: flex;
        align-items: center; }
        .product-top .product-information .rating-and-divider .rating .stars img:not(:last-child) {
          margin-right: 5px; }
        .product-top .product-information .rating-and-divider .rating .count {
          display: flex;
          margin-left: 8px; }
          .product-top .product-information .rating-and-divider .rating .count span {
            font-weight: 300;
            font-size: 12px;
            color: #755498; }
      .product-top .product-information .rating-and-divider .add-to-favorites {
        display: flex; }
        .product-top .product-information .rating-and-divider .add-to-favorites a {
          display: flex;
          align-items: center; }
          .product-top .product-information .rating-and-divider .add-to-favorites a span {
            font-size: 12px;
            color: #755498;
            margin-left: 6px; }
    .product-top .product-information .characteristics-and-price {
      display: flex;
      flex: 1; }
      .product-top .product-information .characteristics-and-price .characteristics {
        flex: 1.2;
        display: flex;
        flex-direction: column;
        padding: 15px 0; }
        .product-top .product-information .characteristics-and-price .characteristics .characteristic-row {
          display: flex;
          flex: 1; }
          .product-top .product-information .characteristics-and-price .characteristics .characteristic-row:not(:last-child) {
            margin-bottom: 10px; }
          .product-top .product-information .characteristics-and-price .characteristics .characteristic-row .characteristic-label {
            flex: 1;
            display: flex; }
            .product-top .product-information .characteristics-and-price .characteristics .characteristic-row .characteristic-label span {
              font-weight: 300;
              font-size: 12px;
              color: #929292;
              display: flex;
              align-items: center;
              margin-right: 7px;
              padding-top: 1px; }
            .product-top .product-information .characteristics-and-price .characteristics .characteristic-row .characteristic-label .table-of-contents-dots {
              flex: 1;
              background-image: radial-gradient(black 1px, white 0px);
              background-size: 6px 6px;
              background-repeat: repeat-x;
              background-position: left bottom 1px; }
          .product-top .product-information .characteristics-and-price .characteristics .characteristic-row .characteristic-value {
            flex: .9; }
            .product-top .product-information .characteristics-and-price .characteristics .characteristic-row .characteristic-value span {
              font-weight: 300;
              font-size: 12px;
              color: #000000;
              padding-left: 10px; }
      .product-top .product-information .characteristics-and-price .price-wrap {
        flex: 1;
        position: relative; }
        .product-top .product-information .characteristics-and-price .price-wrap .price-block {
          background: #FFFFFF;
          box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.1);
          border-radius: 2px;
          overflow: hidden;
          position: absolute;
          width: 100%;
          top: -57px; }
          .product-top .product-information .characteristics-and-price .price-wrap .price-block .price-and-info {
            padding: 32px 35px; }
            .product-top .product-information .characteristics-and-price .price-wrap .price-block .price-and-info .header {
              padding-bottom: 20px;
              border-bottom: 1px solid #eee;
              display: flex; }
              .product-top .product-information .characteristics-and-price .price-wrap .price-block .price-and-info .header span {
                font-weight: 300;
                font-size: 32px;
                color: #3D3D3D;
                flex: 1; }
              .product-top .product-information .characteristics-and-price .price-wrap .price-block .price-and-info .header .count {
                display: flex;
                align-items: center; }
                .product-top .product-information .characteristics-and-price .price-wrap .price-block .price-and-info .header .count button {
                  border: none;
                  background-color: transparent;
                  cursor: pointer;
                  font-size: 14px;
                  color: #755498; }
                .product-top .product-information .characteristics-and-price .price-wrap .price-block .price-and-info .header .count span {
                  font-size: 14px; }
            .product-top .product-information .characteristics-and-price .price-wrap .price-block .price-and-info .content {
              padding: 30px 0 10px; }
              .product-top .product-information .characteristics-and-price .price-wrap .price-block .price-and-info .content .content-item {
                display: flex;
                align-items: center; }
                .product-top .product-information .characteristics-and-price .price-wrap .price-block .price-and-info .content .content-item:not(:last-child) {
                  margin-bottom: 12px; }
                .product-top .product-information .characteristics-and-price .price-wrap .price-block .price-and-info .content .content-item span {
                  font-weight: 300;
                  font-size: 12px;
                  color: #000000;
                  margin-left: 9px; }
          .product-top .product-information .characteristics-and-price .price-wrap .price-block .add-to-cart-button {
            display: flex; }
            .product-top .product-information .characteristics-and-price .price-wrap .price-block .add-to-cart-button button {
              flex: 1;
              font-size: 12px;
              display: flex;
              align-items: center;
              justify-content: center;
              color: #FFFFFF;
              border: none;
              background-color: #755498;
              padding: 0 20px;
              cursor: pointer;
              height: 53px;
              transition: all .1s ease-in-out; }
              .product-top .product-information .characteristics-and-price .price-wrap .price-block .add-to-cart-button button:hover {
                font-weight: bold;
                font-size: 13px; }
              .product-top .product-information .characteristics-and-price .price-wrap .price-block .add-to-cart-button button:active {
                background-color: #634584; }

.product-bottom {
  margin-top: 30px; }
  .product-bottom .product-bottom-header {
    padding: 0 38px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 22px;
    border-bottom: 1px solid #eee; }
    .product-bottom .product-bottom-header .bottom-header-name {
      font-weight: 300;
      font-size: 36px;
      line-height: 34px;
      color: #3D3D3D; }
    .product-bottom .product-bottom-header .bottom-header-links {
      flex: 1;
      padding-left: 37px; }
      .product-bottom .product-bottom-header .bottom-header-links a {
        font-weight: bold;
        font-size: 14px;
        color: #755498; }
  .product-bottom .product-bottom-content.three-quarter {
    width: 70%; }
  .product-bottom .product-bottom-content .product-description {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #3A3939;
    padding: 38px; }
  .product-bottom .product-bottom-content .product-specifications {
    padding: 0 38px 38px; }
    .product-bottom .product-bottom-content .product-specifications .specifications-header {
      padding: 20px 0; }
      .product-bottom .product-bottom-content .product-specifications .specifications-header span {
        font-weight: 300;
        font-size: 24px;
        line-height: 23px;
        color: #3D3D3D; }
    .product-bottom .product-bottom-content .product-specifications .specifications-content {
      display: flex;
      flex-direction: column; }
      .product-bottom .product-bottom-content .product-specifications .specifications-content .specifications-row {
        display: flex;
        padding: 12px 32px; }
        .product-bottom .product-bottom-content .product-specifications .specifications-content .specifications-row:nth-child(odd) {
          background-color: #F5F5F5; }
        .product-bottom .product-bottom-content .product-specifications .specifications-content .specifications-row .specifications-label {
          flex: 1; }
          .product-bottom .product-bottom-content .product-specifications .specifications-content .specifications-row .specifications-label span {
            font-weight: 300;
            font-size: 14px;
            line-height: 20px;
            color: #929292; }
        .product-bottom .product-bottom-content .product-specifications .specifications-content .specifications-row .specifications-value {
          flex: 1; }
          .product-bottom .product-bottom-content .product-specifications .specifications-content .specifications-row .specifications-value span {
            font-weight: 300;
            font-size: 14px;
            line-height: 20px;
            color: #3A3939; }
          .product-bottom .product-bottom-content .product-specifications .specifications-content .specifications-row .specifications-value a {
            font-weight: 300;
            font-size: 14px;
            line-height: 20px;
            color: #755498; }
  .product-bottom .product-bottom-content .product-reviews .review-row {
    display: flex; }
    .product-bottom .product-bottom-content .product-reviews .review-row:nth-child(odd) {
      background-color: #F5F5F5; }
    .product-bottom .product-bottom-content .product-reviews .review-row .short-information-wrap {
      padding: 38px; }
      .product-bottom .product-bottom-content .product-reviews .review-row .short-information-wrap .short-information-block {
        width: 211px;
        background: #FFFFFF;
        box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.1);
        border-radius: 2px;
        padding: 30px 25px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        .product-bottom .product-bottom-content .product-reviews .review-row .short-information-wrap .short-information-block .stars :not(:last-child) {
          margin-right: 5px; }
        .product-bottom .product-bottom-content .product-reviews .review-row .short-information-wrap .short-information-block .name {
          margin-top: 20px; }
          .product-bottom .product-bottom-content .product-reviews .review-row .short-information-wrap .short-information-block .name span {
            font-size: 14px;
            color: #3D3D3D; }
        .product-bottom .product-bottom-content .product-reviews .review-row .short-information-wrap .short-information-block .date span {
          font-size: 9px;
          color: #BDBDBD; }
        .product-bottom .product-bottom-content .product-reviews .review-row .short-information-wrap .short-information-block .term-of-use {
          margin-top: 20px;
          display: flex;
          flex-direction: column;
          align-items: center; }
          .product-bottom .product-bottom-content .product-reviews .review-row .short-information-wrap .short-information-block .term-of-use span {
            font-weight: 300;
            font-size: 12px;
            line-height: 16px;
            color: #000000; }
    .product-bottom .product-bottom-content .product-reviews .review-row .review-wrap {
      padding: 38px 0;
      padding-right: 38px; }
      .product-bottom .product-bottom-content .product-reviews .review-row .review-wrap .item-wrap {
        display: flex;
        flex-direction: column; }
        .product-bottom .product-bottom-content .product-reviews .review-row .review-wrap .item-wrap:not(:last-child) {
          margin-bottom: 30px; }
        .product-bottom .product-bottom-content .product-reviews .review-row .review-wrap .item-wrap .item-header {
          display: flex;
          align-items: center; }
          .product-bottom .product-bottom-content .product-reviews .review-row .review-wrap .item-wrap .item-header span {
            margin-left: 10px;
            font-weight: bold;
            font-size: 14px;
            color: #505050; }
        .product-bottom .product-bottom-content .product-reviews .review-row .review-wrap .item-wrap .item-content {
          margin-top: 12px; }
          .product-bottom .product-bottom-content .product-reviews .review-row .review-wrap .item-wrap .item-content p {
            font-weight: 300;
            font-size: 14px;
            line-height: 21px;
            color: #505050;
            word-wrap: break-word; }
  .product-bottom .product-bottom-content .reviews-pagination {
    display: flex;
    justify-content: center;
    margin: 40px 0 60px; }

.cart-header {
  padding: 0 38px;
  position: relative; }
  .cart-header h1 {
    font-weight: 300;
    font-size: 36px;
    margin: 0;
    padding: 0;
    color: #3D3D3D; }

.pickup-list .selector:not(:last-child) {
  margin-bottom: 8px; }

.cart-items {
  padding: 38px; }
  .cart-items .cart-item {
    display: flex;
    padding: 22px;
    align-items: center; }
    .cart-items .cart-item:nth-child(odd) {
      background-color: #F9F9F9; }
    .cart-items .cart-item .product-image {
      width: 62px;
      height: 54px;
      display: flex;
      margin-right: 22px; }
      .cart-items .cart-item .product-image img {
        width: 100%;
        object-fit: contain; }
    .cart-items .cart-item .product-name {
      flex: 1;
      margin-right: 38px; }
      .cart-items .cart-item .product-name a {
        font-size: 14px;
        color: #755498; }
    .cart-items .cart-item .product-price {
      margin-right: 38px; }
      .cart-items .cart-item .product-price span {
        font-weight: 300;
        font-size: 20px;
        color: #3D3D3D; }
    .cart-items .cart-item .product-count {
      margin-right: 38px;
      display: flex;
      align-items: center; }
      .cart-items .cart-item .product-count button {
        border: none;
        background-color: transparent;
        color: #755498;
        cursor: pointer; }
        .cart-items .cart-item .product-count button:active {
          color: red; }
      .cart-items .cart-item .product-count span {
        font-weight: 300;
        font-size: 14px;
        color: #3D3D3D; }
    .cart-items .cart-item .product-delete {
      margin-right: 260px; }
      .cart-items .cart-item .product-delete a:hover {
        opacity: .6; }
      .cart-items .cart-item .product-delete a:active {
        opacity: 1; }

.cart-city-selector {
  padding: 20px 0; }
  .cart-city-selector .city-selector-header {
    padding: 20px 38px; }
    .cart-city-selector .city-selector-header span {
      font-weight: 300;
      font-size: 24px;
      color: #3D3D3D; }
  .cart-city-selector .city-selector-content {
    padding: 0 38px; }
    .cart-city-selector .city-selector-content form {
      display: flex;
      flex-wrap: wrap; }
      .cart-city-selector .city-selector-content form .selector {
        margin: 3px 0; }
        .cart-city-selector .city-selector-content form .selector:not(:last-child) {
          margin-right: 25px; }

.selector [type="radio"]:checked,
.selector [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

.selector [type="radio"]:checked + label,
.selector [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 21px;
  display: flex;
  color: #666;
  align-items: center;
  font-size: 14px;
  color: #5E5E5E; }

.selector [type="radio"]:checked + label:before,
.selector [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff; }

.selector [type="radio"]:checked + label:after,
.selector [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #755498;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.selector [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

.selector [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.selector [type="checkbox"]:checked,
.selector [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px; }

.selector [type="checkbox"]:checked + label,
.selector [type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 21px;
  display: flex;
  color: #666;
  align-items: center;
  font-size: 14px;
  color: #5E5E5E; }

.selector [type="checkbox"]:checked + label:before,
.selector [type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff; }

.selector [type="checkbox"]:checked + label:after,
.selector [type="checkbox"]:not(:checked) + label:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #755498;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.selector [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

.selector [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.cart-delivery-tabs {
  margin-top: 20px;
  padding: 30px 38px; }
  .cart-delivery-tabs .tabs-header {
    border-bottom: 1px solid #eee;
    display: flex; }
    .cart-delivery-tabs .tabs-header .tab-selector {
      cursor: pointer;
      padding-bottom: 18px;
      border-bottom: 2px solid transparent; }
      .cart-delivery-tabs .tabs-header .tab-selector:not(:last-child) {
        margin-right: 60px; }
      .cart-delivery-tabs .tabs-header .tab-selector .delivery-name span {
        font-weight: bold;
        font-size: 18px;
        color: #755498; }
      .cart-delivery-tabs .tabs-header .tab-selector .delivery-description {
        margin-top: 5px; }
        .cart-delivery-tabs .tabs-header .tab-selector .delivery-description span {
          font-weight: bold;
          font-size: 12px;
          color: #BDBDBD; }
      .cart-delivery-tabs .tabs-header .tab-selector.active {
        border-bottom: 2px solid #755498;
        cursor: default; }
        .cart-delivery-tabs .tabs-header .tab-selector.active .delivery-name span {
          color: #3D3D3D; }
  .cart-delivery-tabs .tab-content {
    padding: 20px 0;
    width: 100%;
    max-width: 980px; }
    .cart-delivery-tabs .tab-content p {
      font-weight: 300;
      font-size: 14px;
      line-height: 21px;
      letter-spacing: -0.4px;
      color: #505050; }

.cart-payment-methods {
  padding: 0 38px;
  margin-top: 30px;
  max-width: 943px; }
  .cart-payment-methods .payment-methods-header {
    font-weight: 300;
    font-size: 24px;
    color: #3D3D3D; }
  .cart-payment-methods .payment-methods-items {
    display: flex;
    padding: 20px 0; }
    .cart-payment-methods .payment-methods-items .method-item {
      box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.1);
      border-radius: 2px;
      background-color: #fff;
      display: flex;
      width: 200px;
      padding: 32px;
      align-items: center;
      cursor: pointer; }
      .cart-payment-methods .payment-methods-items .method-item:not(:last-child) {
        margin-right: 20px; }
      .cart-payment-methods .payment-methods-items .method-item span {
        margin-left: 23px;
        font-size: 14px;
        letter-spacing: -1.03714px;
        color: #755498; }

.page-wrapper {
  padding: 38px; }

.cart-form {
  background: #FFFFFF;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  padding: 30px;
  margin: 70px 38px;
  max-width: 920px; }
  .cart-form .form-header {
    margin-bottom: 20px; }
    .cart-form .form-header span {
      font-weight: 300;
      font-size: 24px;
      color: #3D3D3D; }
  .cart-form .form-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px; }
    .cart-form .form-row:not(:last-child) {
      margin-bottom: 25px; }
    .cart-form .form-row * {
      flex: 1;
      margin: 5px; }
  .cart-form .selector-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -3px; }
    .cart-form .selector-row:not(:last-child) {
      margin-bottom: 25px; }
    .cart-form .selector-row * {
      margin: 3px; }

input[type="text"].text, input[type="password"].text, input[type="textarea"].text {
  border: 1px solid #E7E7E7;
  border-radius: 3px;
  height: 29px;
  padding: 0 16px;
  font-weight: 300;
  font-size: 12px; }

.cart-price-and-confirm {
  background: #fff;
  box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  position: absolute;
  right: 38px;
  top: 0;
  padding: 40px 28px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .cart-price-and-confirm .header span {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: -1.13872px;
    color: #505050; }
  .cart-price-and-confirm .delivery {
    margin-top: 6px; }
    .cart-price-and-confirm .delivery span {
      font-weight: bold;
      font-size: 14px;
      letter-spacing: -1.13872px;
      color: #505050; }
  .cart-price-and-confirm .price {
    margin-top: 20px; }
    .cart-price-and-confirm .price span {
      font-weight: bold;
      font-size: 36px;
      color: #505050; }
  .cart-price-and-confirm .confirm {
    margin-top: 30px; }

.page-title {
  padding: 0 38px; }
  .page-title h1 {
    font-weight: 300;
    font-size: 36px;
    color: #3D3D3D; }

.success-order {
  background: #F9F9F9;
  border-radius: 3px;
  margin: 38px;
  padding: 60px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .success-order .order-number span {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #3D3D3D; }
  .success-order .success-order-block {
    background: #FFFFFF;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    padding: 15px;
    max-width: 420px;
    margin-top: 25px; }
    .success-order .success-order-block .description {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .success-order .success-order-block .description p {
        font-weight: 300;
        font-size: 14px;
        line-height: 21px;
        text-align: center;
        letter-spacing: -0.4px;
        color: #505050; }
      .success-order .success-order-block .description button {
        margin-top: 24px; }

.lk {
  display: flex; }
  .lk .lk-sidebar {
    width: 250px;
    padding: 38px; }
    .lk .lk-sidebar .sidebar-menu {
      background: #F7F1FF;
      box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.25);
      border-radius: 3px; }
      .lk .lk-sidebar .sidebar-menu .lk-sidebar-item {
        padding: 20px 24px;
        display: flex;
        align-items: center; }
        .lk .lk-sidebar .sidebar-menu .lk-sidebar-item .sidebar-icon {
          width: 20px;
          display: flex;
          justify-content: center; }
        .lk .lk-sidebar .sidebar-menu .lk-sidebar-item .sidebar-title {
          margin-left: 10px;
          font-weight: normal;
          font-size: 14px;
          color: #5E5E5E; }
        .lk .lk-sidebar .sidebar-menu .lk-sidebar-item.active {
          background-color: #fff; }
          .lk .lk-sidebar .sidebar-menu .lk-sidebar-item.active .sidebar-icon path {
            fill: #755498; }
          .lk .lk-sidebar .sidebar-menu .lk-sidebar-item.active .sidebar-title {
            color: #755498; }
    .lk .lk-sidebar .sidebar-logout {
      padding: 20px 24px;
      display: flex; }
      .lk .lk-sidebar .sidebar-logout .logout-link {
        display: flex;
        align-items: center;
        cursor: pointer; }
        .lk .lk-sidebar .sidebar-logout .logout-link span {
          margin-left: 12px;
          font-size: 14px;
          color: #755498; }
        .lk .lk-sidebar .sidebar-logout .logout-link:active {
          opacity: .6; }
  .lk .lk-content {
    padding: 38px 0;
    flex: 1; }
    .lk .lk-content .catalog-component {
      padding-right: 38px; }
    .lk .lk-content .lk-settings-wrap {
      background: #FFFFFF;
      box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.25);
      border-radius: 3px;
      padding: 35px 30px;
      margin-right: 38px; }
      .lk .lk-content .lk-settings-wrap .item:not(:last-child) {
        margin-bottom: 25px; }
      .lk .lk-content .lk-settings-wrap .item.hr {
        border-bottom: 1px solid #eee;
        padding-bottom: 20px; }
      .lk .lk-content .lk-settings-wrap .wrap-row {
        display: grid;
        column-gap: 10px;
        grid-template-columns: repeat(3, 1fr); }
      .lk .lk-content .lk-settings-wrap .wrap-fluid span {
        font-size: 14px;
        color: #5E5E5E; }
    .lk .lk-content .lk-account {
      padding-right: 38px;
      display: flex;
      flex-direction: column;
      flex: 1; }
      .lk .lk-content .lk-account .lk-account-header {
        background: #F9F9F9;
        border-radius: 3px;
        display: flex;
        flex: 1;
        padding: 30px 50px; }
        .lk .lk-content .lk-account .lk-account-header .account-header-item {
          margin-right: 50px; }
          .lk .lk-content .lk-account .lk-account-header .account-header-item.account-header-email {
            margin-right: 0; }
          .lk .lk-content .lk-account .lk-account-header .account-header-item .header-title {
            font-size: 14px;
            line-height: 29px;
            letter-spacing: -0.4px;
            color: #A2A2A2; }
          .lk .lk-content .lk-account .lk-account-header .account-header-item .header-prop {
            font-size: 18px;
            line-height: 29px;
            letter-spacing: -0.4px;
            color: #505050; }
        .lk .lk-content .lk-account .lk-account-header .account-header-action {
          flex: 1;
          justify-content: flex-end;
          display: flex;
          align-items: center; }
          .lk .lk-content .lk-account .lk-account-header .account-header-action .icon-link {
            display: flex; }
            .lk .lk-content .lk-account .lk-account-header .account-header-action .icon-link a {
              display: flex;
              align-items: center; }
              .lk .lk-content .lk-account .lk-account-header .account-header-action .icon-link a path {
                fill: #755498; }
              .lk .lk-content .lk-account .lk-account-header .account-header-action .icon-link a span {
                margin-left: 12px;
                font-size: 14px;
                line-height: normal;
                color: #755498; }
      .lk .lk-content .lk-account .lk-account-title {
        padding-top: 34px; }
        .lk .lk-content .lk-account .lk-account-title span {
          font-weight: 300;
          font-size: 24px;
          color: #3D3D3D; }
      .lk .lk-content .lk-account .lk-orders {
        padding-top: 16px; }
        .lk .lk-content .lk-account .lk-orders .order-item {
          padding: 45px;
          border: 1px solid #eee;
          border-radius: 3px; }
          .lk .lk-content .lk-account .lk-orders .order-item:not(:last-child) {
            margin-bottom: 20px; }
          .lk .lk-content .lk-account .lk-orders .order-item .item-header {
            display: flex; }
            .lk .lk-content .lk-account .lk-orders .order-item .item-header .label {
              font-weight: bold;
              font-size: 12px;
              line-height: 29px;
              letter-spacing: -0.4px;
              color: #A7A7A7; }
            .lk .lk-content .lk-account .lk-orders .order-item .item-header .value {
              font-weight: bold;
              font-size: 12px;
              line-height: 29px;
              letter-spacing: -0.4px;
              color: #505050;
              margin-left: 6px; }
            .lk .lk-content .lk-account .lk-orders .order-item .item-header .left {
              display: flex;
              flex: 1; }
              .lk .lk-content .lk-account .lk-orders .order-item .item-header .left .left-number {
                display: flex;
                align-items: center; }
              .lk .lk-content .lk-account .lk-orders .order-item .item-header .left .left-date {
                display: flex;
                align-items: center;
                margin-left: 70px; }
            .lk .lk-content .lk-account .lk-orders .order-item .item-header .right {
              min-width: 210px; }
              .lk .lk-content .lk-account .lk-orders .order-item .item-header .right .right-price {
                display: flex;
                align-items: center; }
          .lk .lk-content .lk-account .lk-orders .order-item .item-content {
            display: flex;
            margin-top: 25px; }
            .lk .lk-content .lk-account .lk-orders .order-item .item-content .product-items {
              flex: 1; }
              .lk .lk-content .lk-account .lk-orders .order-item .item-content .product-items .product-item:not(:last-child) {
                margin-bottom: 9px; }
              .lk .lk-content .lk-account .lk-orders .order-item .item-content .product-items .product-item a {
                font-size: 14px;
                line-height: 25px;
                letter-spacing: -0.4px;
                color: #755498; }
            .lk .lk-content .lk-account .lk-orders .order-item .item-content .order-status {
              min-width: 210px;
              display: flex;
              align-items: center;
              justify-content: center;
              border-left: 1px solid #DEDEDE; }
              .lk .lk-content .lk-account .lk-orders .order-item .item-content .order-status span {
                font-size: 16px;
                line-height: 25px;
                letter-spacing: -0.4px;
                color: #505050; }

.promotions-grid {
  display: grid;
  padding: 38px;
  column-gap: 16px;
  row-gap: 16px;
  grid-template-columns: repeat(3, 1fr); }

.promotion-page {
  padding: 0 38px 38px; }
  .promotion-page .promotion-content {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto; }
    .promotion-page .promotion-content h1 {
      font-weight: 300;
      font-size: 36px;
      line-height: 34px;
      color: #3D3D3D; }
    .promotion-page .promotion-content .image {
      padding: 38px 0; }
      .promotion-page .promotion-content .image img {
        width: 100%; }
    .promotion-page .promotion-content .content {
      font-weight: 300;
      font-size: 14px;
      line-height: 23px;
      color: #000000; }

.last-promotions {
  margin: 38px 0; }
  .last-promotions .title {
    margin: 0 38px; }
    .last-promotions .title span {
      font-weight: 300;
      font-size: 24px;
      line-height: 23px;
      color: #3D3D3D; }

.blog-grid {
  display: grid;
  padding: 38px;
  column-gap: 16px;
  row-gap: 50px;
  grid-template-columns: repeat(4, 1fr); }

.blog-card {
  display: flex;
  flex-direction: column; }
  .blog-card .blog-image {
    height: 200px;
    border-radius: 3px;
    overflow: hidden;
    display: flex;
    justify-content: center; }
    .blog-card .blog-image img {
      border-radius: 3px;
      width: 100%;
      height: auto;
      object-fit: cover; }
  .blog-card .blog-date {
    display: flex;
    align-items: center;
    margin-top: 25px; }
    .blog-card .blog-date span {
      font-size: 14px;
      color: #999999;
      padding-top: 3px;
      margin-left: 7px; }
  .blog-card .blog-title {
    margin-top: 10px;
    word-break: break-all; }
    .blog-card .blog-title span {
      font-size: 16px;
      color: #414141; }

.horizontal-pagination {
  display: flex;
  justify-content: center;
  margin: 40px 0 60px; }

.blog-page {
  padding: 0 38px 38px;
  border-bottom: 1px solid #eee; }
  .blog-page .blog-page-image {
    width: 100%; }
    .blog-page .blog-page-image img {
      width: 100%;
      height: auto; }
  .blog-page .blog-page-wrap {
    width: 100%;
    max-width: 1054px;
    margin: 60px auto 0; }
    .blog-page .blog-page-wrap .blog-page-date {
      display: flex;
      align-items: center; }
      .blog-page .blog-page-wrap .blog-page-date span {
        font-size: 14px;
        color: #999999;
        margin-left: 7px;
        padding-top: 2px; }
    .blog-page .blog-page-wrap .blog-page-title {
      margin: 12px 0 20px; }
      .blog-page .blog-page-wrap .blog-page-title h1 {
        font-weight: 300;
        font-size: 36px;
        line-height: 34px;
        color: #3D3D3D; }
    .blog-page .blog-page-wrap .blog-page-content {
      font-weight: 300;
      font-size: 14px;
      line-height: 25px;
      letter-spacing: -0.4px;
      color: #505050; }

.read-also {
  width: 100%;
  max-width: 1054px;
  margin: 60px auto; }
  .read-also .header span {
    font-weight: 300;
    font-size: 24px;
    line-height: 23px;
    color: #3D3D3D; }
  .read-also .content {
    margin-top: 24px;
    display: grid;
    column-gap: 25px;
    grid-template-columns: repeat(2, 1fr); }

.contacts-page {
  padding: 0 38px; }
  .contacts-page .map {
    width: 100%;
    height: 447px;
    margin: 30px 0; }
  .contacts-page .shops-catalog {
    margin-bottom: 50px; }
    .contacts-page .shops-catalog .shop-item:not(:last-child) {
      margin-bottom: 50px; }

.shop-item .header span {
  font-size: 18px;
  color: #3D3D3D; }

.shop-item .information {
  display: flex;
  margin-top: 18px; }
  .shop-item .information .item:not(:last-child) {
    margin-right: 30px; }
  .shop-item .information .item .item-header {
    width: 100%;
    border-top: 1px solid #eee;
    padding: 23px 0; }
    .shop-item .information .item .item-header span {
      font-size: 18px;
      color: #898989; }
  .shop-item .information .item .item-value a {
    font-size: 22px;
    color: #755498; }
  .shop-item .information .item .item-value span {
    font-size: 22px;
    color: #755498; }
  .shop-item .information .phone {
    flex: 1; }
    .shop-item .information .phone .item-header {
      max-width: 220px; }
  .shop-item .information .email {
    flex: 1; }
    .shop-item .information .email .item-header {
      max-width: 260px; }
  .shop-item .information .address {
    flex: 2; }
    .shop-item .information .address .item-header {
      max-width: 440px; }

@media (max-width: 1200px) {
  .common.second-line .navbar {
    display: none; }
  .common .actions {
    flex: 1;
    justify-content: flex-end; }
  .catalog-wrap .catalog-sidebar {
    display: none; }
  .grid-4 {
    row-gap: 15px;
    column-gap: 15px; } }

@media (max-width: 1024px) {
  .shop-item .information {
    flex-direction: column;
    margin-top: 0px; }
    .shop-item .information .item:not(:last-child) {
      margin: 0; }
    .shop-item .information .item .item-header {
      border: none;
      max-width: 100%;
      padding: 23px 0 12px; }
      .shop-item .information .item .item-header span {
        font-size: 15px; }
    .shop-item .information .item .item-value a {
      font-size: 18px; }
    .shop-item .information .item .item-value span {
      font-size: 18px; }
  .lk {
    flex-direction: column; }
    .lk .lk-content {
      padding: 0; }
      .lk .lk-content h2.fav {
        margin: 0 38px 38px; }
      .lk .lk-content .grid-4 {
        padding: 0 38px 38px; }
      .lk .lk-content .lk-account {
        padding: 0 38px; }
        .lk .lk-content .lk-account .lk-orders {
          padding: 18px 0; }
      .lk .lk-content .lk-settings-wrap {
        margin: 0 38px 38px;
        padding: 30px 23px; }
    .lk .lk-sidebar {
      width: auto; }
  .product-gallery {
    flex: 1; }
  .product-top {
    padding-bottom: 0px; }
    .product-top .gallery-wrap {
      padding-left: 0; }
      .product-top .gallery-wrap.desktop {
        display: none; }
      .product-top .gallery-wrap.mobile {
        display: flex; }
    .product-top .product-information .product-name h1 {
      font-size: 24px;
      line-height: 28px; }
    .product-top .product-information .characteristics-and-price {
      flex-direction: column; }
      .product-top .product-information .characteristics-and-price .price-wrap .price-block {
        position: relative;
        box-shadow: none; }
        .product-top .product-information .characteristics-and-price .price-wrap .price-block .price-and-info {
          padding: 24px 0 35px; }
      .product-top .product-information .characteristics-and-price .characteristics .characteristic-row .characteristic-value {
        flex: initial; }
    .product-top .product-information .rating-and-divider {
      margin: 28px 0; }
      .product-top .product-information .rating-and-divider .half-width {
        justify-content: space-between; }
        .product-top .product-information .rating-and-divider .half-width:nth-child(2) {
          display: none; }
  .product-bottom .product-bottom-header {
    flex-direction: column;
    align-items: flex-start; }
    .product-bottom .product-bottom-header .bottom-header-name {
      font-size: 24px;
      line-height: 23px; }
    .product-bottom .product-bottom-header .bottom-header-links {
      padding: 8px 0 0; }
    .product-bottom .product-bottom-header .bottom-header-add-review {
      margin-top: 20px; }
  .product-bottom .product-bottom-content .product-reviews .review-row {
    flex-direction: column; }
    .product-bottom .product-bottom-content .product-reviews .review-row .short-information-wrap .short-information-block {
      width: auto; }
    .product-bottom .product-bottom-content .product-reviews .review-row .review-wrap {
      padding: 0 38px 38px; }
  .product-bottom .product-bottom-content .product-specifications .specifications-header span {
    font-size: 18px; }
  .product-bottom .product-bottom-content .product-specifications .specifications-content .specifications-row {
    padding: 12px 15px; }
  .product-bottom .product-bottom-content.three-quarter {
    width: auto; }
  .cart-items .cart-item .product-delete {
    margin-right: 0; }
  .cart-price-and-confirm {
    display: none; }
  .catalog-component .sorting-and-pagination {
    flex-direction: column; }
    .catalog-component .sorting-and-pagination .sorting {
      margin-right: 0; }
  .blog-grid {
    grid-template-columns: repeat(2, 1fr); }
  .promotions-grid {
    grid-template-columns: repeat(2, 1fr); }
  .grid-6 {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 15px;
    column-gap: 15px; }
  .grid-4 {
    grid-template-columns: repeat(2, 1fr); }
  .common .actions {
    flex: 0; }
  .product-card {
    border: 1px solid #eee;
    border-radius: 2px; }
    .product-card:hover {
      box-shadow: none; }
    .product-card .header {
      opacity: 1; }
    .product-card .count-and-add {
      opacity: 1; }
  .slider-and-banner .slider-wrap {
    flex: 1; }
    .slider-and-banner .slider-wrap ._slider ._title {
      font-size: 40px; }
  .frontpage-banners .banners .banners-row {
    flex-direction: column; }
    .frontpage-banners .banners .banners-row .banner {
      margin: 26px 0 0;
      min-height: 200px; }
      .frontpage-banners .banners .banners-row .banner .banner-content {
        margin-left: 20%; }
        .frontpage-banners .banners .banners-row .banner .banner-content .fluid-title {
          font-size: 34px;
          line-height: 32px; }
  .horizontal-blog .blog-stack {
    grid-template-columns: repeat(3, 1fr); }
  .footer .footer-third {
    flex-direction: column;
    padding: 10px 38px; }
    .footer .footer-third .footer-third-item {
      padding: 6px 0; } }

@media (max-width: 767px) {
  .delivery-range-wrap .delivey-range .delivery-price {
    display: none; }
  .delivery-range-wrap .delivey-range .free-price {
    display: none; }
  .delivery-range-wrap .delivey-range .price-range {
    padding: 0 38px; }
  .page-title h1 {
    font-size: 28px; }
  .lk .lk-content .lk-settings-wrap .wrap-row {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 15px; }
  .lk .lk-content .lk-account .lk-account-header {
    flex-direction: column;
    padding: 30px 26px; }
    .lk .lk-content .lk-account .lk-account-header .account-header-action {
      margin-top: 20px;
      justify-content: flex-start; }
  .lk .lk-content .lk-account .lk-orders .order-item {
    padding: 27px; }
    .lk .lk-content .lk-account .lk-orders .order-item .item-header {
      flex-direction: column; }
      .lk .lk-content .lk-account .lk-orders .order-item .item-header .left {
        flex-direction: column; }
        .lk .lk-content .lk-account .lk-orders .order-item .item-header .left .left-date {
          margin: 0; }
    .lk .lk-content .lk-account .lk-orders .order-item .item-content {
      flex-direction: column; }
      .lk .lk-content .lk-account .lk-orders .order-item .item-content .order-status {
        border: none;
        justify-content: flex-start; }
  .catalog-wrap.search .catalog-component .catalog-header .header-title h1 {
    display: none; }
  .catalog-wrap.search .catalog-component .catalog-header .header-title input {
    padding: 0;
    font-size: 20px; }
  .catalog-component .catalog-header {
    flex-direction: column;
    align-items: flex-start; }
    .catalog-component .catalog-header .header-count {
      margin-top: 10px; }
  .catalog-component .sorting-and-pagination .sorting {
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 10px 0; }
    .catalog-component .sorting-and-pagination .sorting .sorting-item {
      padding: 0 14px; }
      .catalog-component .sorting-and-pagination .sorting .sorting-item span {
        margin: 4px; }
      .catalog-component .sorting-and-pagination .sorting .sorting-item select {
        margin: 4px 0; }
  .grid-6 {
    grid-template-columns: repeat(2, 1fr); }
  .grid-4 {
    grid-template-columns: repeat(1, 1fr); }
  .slider-and-banner {
    flex-direction: column; }
    .slider-and-banner .slider-wrap {
      margin-right: 0; }
    .slider-and-banner .banner-wrap {
      margin-left: 0;
      margin-top: 25px; }
  ._product-of-the-day ._description {
    font-size: 14px;
    line-height: 18px;
    margin: 13px 0; }
  ._product-of-the-day ._header {
    align-items: flex-start;
    flex-direction: column; }
    ._product-of-the-day ._header ._header-rating {
      margin-top: 8px; }
  ._product-of-the-day ._footer ._price {
    font-size: 32px; }
  .gw-tabs .tabs-header .tab-name {
    font-size: 30px; }
  .gw-tabs .tabs-header .tab-links {
    margin-left: 27px; }
  .frontpage-brands {
    display: none; }
  .frontpage-banners .banners .banners-row .banner .banner-content {
    margin-left: 0%; }
    .frontpage-banners .banners .banners-row .banner .banner-content .fluid-title {
      font-size: 28px;
      line-height: 30px; }
  .horizontal-blog .blog-stack {
    grid-template-columns: repeat(2, 1fr); }
  .footer .footer-first .footer-catalog .footer-list {
    grid-template-columns: repeat(1, 1fr); }
  .footer .footer-second {
    flex-direction: column;
    padding: 15px 38px; }
    .footer .footer-second .footer-second-item {
      padding: 6px 0; }
  .cart-delivery-tabs .tabs-header {
    flex-wrap: wrap; }
    .cart-delivery-tabs .tabs-header .tab-selector .delivery-name span {
      font-size: 14px; }
    .cart-delivery-tabs .tabs-header .tab-selector .delivery-description span {
      font-size: 11px; }
  .cart-delivery-tabs .tabs-header .tab-selector:not(:last-child) {
    margin-right: 24px; }
  .cart-delivery-tabs .tabs-header .tab-selector.active {
    border-bottom: 2px solid transparent; } }

@media (max-width: 480px) {
  .delivery-range-wrap .delivey-range .price-range {
    padding: 0 18px; }
  .success-order {
    margin: 18px; }
  .page-wrapper {
    padding: 18px; }
  .contacts-page {
    padding: 0 18px; }
  .lk .lk-sidebar {
    padding: 18px; }
  .lk .lk-content h2.fav {
    margin: 0 18px 18px; }
  .lk .lk-content .grid-4 {
    padding: 0 18px 18px; }
  .lk .lk-content .lk-account {
    padding: 0 18px; }
  .lk .lk-content .lk-settings-wrap {
    margin: 0 18px 18px; }
  .page-title h1 {
    font-size: 25px; }
  .product-bottom .product-bottom-header {
    padding: 0px 18px 25px; }
  .product-bottom .product-bottom-content .product-description {
    padding: 26px 18px 0; }
  .product-bottom .product-bottom-content .product-specifications {
    padding: 0 18px 20px; }
  .product-top .product-information {
    padding: 0 18px; }
  .cart-payment-methods .payment-methods-items {
    flex-direction: column; }
    .cart-payment-methods .payment-methods-items .method-item {
      width: auto; }
      .cart-payment-methods .payment-methods-items .method-item:not(:last-child) {
        margin: 0;
        margin-bottom: 10px; }
  .cart-form {
    margin: 30px 18px; }
  .cart-payment-methods {
    padding: 0 18px; }
  .cart-delivery-tabs {
    padding: 30px 18px; }
  .cart-city-selector .city-selector-header {
    padding: 20px 18px; }
  .cart-city-selector .city-selector-content {
    padding: 0 18px; }
  .cart-items {
    padding: 20px 18px; }
    .cart-items .cart-item {
      padding: 12px; }
      .cart-items .cart-item .product-image {
        display: none; }
      .cart-items .cart-item .product-name {
        margin-right: 18px; }
        .cart-items .cart-item .product-name a {
          font-size: 12px; }
      .cart-items .cart-item .product-price {
        margin-right: 18px; }
        .cart-items .cart-item .product-price span {
          font-size: 15px; }
      .cart-items .cart-item .product-count {
        margin-right: 18px; }
  .cart-header {
    padding: 0 18px; }
  .sorting .sorting-item {
    flex-wrap: wrap; }
  .catalog-wrap .catalog-content {
    padding: 0 18px; }
  .promotion-page {
    padding: 0 18px 20px; }
  .last-promotions .title {
    margin: 0 18px; }
  .banner {
    padding: 20px; }
  .blog-grid {
    padding: 20px 18px;
    grid-template-columns: repeat(1, 1fr); }
  .promotions-grid {
    padding: 20px 18px;
    grid-template-columns: repeat(1, 1fr); }
  .page-title {
    padding: 0px 18px; }
  .blog-page {
    padding: 0 18px 30px; }
    .blog-page .blog-page-wrap .blog-page-title {
      margin: 20px 0 20px; }
  .breadcrumbs-wrap {
    padding: 30px 18px 40px; }
  .slider-and-banner {
    padding: 26px 18px; }
    .slider-and-banner .slider-wrap ._slider ._title {
      font-size: 25px; }
  .gw-tabs .tabs-header {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 18px; }
    .gw-tabs .tabs-header .tab-links {
      margin-left: 0px;
      margin-top: 5px;
      flex-direction: column;
      align-items: flex-start;
      display: flex; }
      .gw-tabs .tabs-header .tab-links a {
        margin: 10px 0 0; }
  .horizontal-blog .blog-stack {
    grid-template-columns: repeat(1, 1fr);
    padding: 20px 18px; }
  .horizontal-blog .blog-header {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 18px; }
    .horizontal-blog .blog-header .blog-links {
      margin: 20px 0 0; }
  .common.top-line {
    padding: 33px 18px 22px; }
  .common.second-line {
    padding: 16px 18px; }
  .grid-6 {
    padding: 20px 18px;
    grid-template-columns: repeat(1, 1fr); }
  .banners {
    padding: 30px 18px; }
  .footer .footer-first {
    margin-bottom: 40px;
    padding: 0 18px; }
  .footer .footer-second {
    padding: 15px 18px; }
  .footer .footer-third {
    padding: 10px 18px; }
  .recently-watched .title {
    margin: 30px 18px 0; } }

/**
 * pretty-checkbox.css
 *
 * A pure CSS library to beautify checkbox and radio buttons
 *
 * Source: https://github.com/lokesh-coder/pretty-checkbox
 * Demo: https://lokesh-coder.github.io/pretty-checkbox
 *
 * Copyright (c) 2017 Lokesh rajendran
 */

.pretty *{box-sizing:border-box}.pretty input:not([type=checkbox]):not([type=radio]){display:none}.pretty{position:relative;display:inline-block;margin-right:1em;white-space:nowrap;line-height:1}.pretty input{position:absolute;left:0;top:0;min-width:1em;width:100%;height:100%;z-index:2;opacity:0;margin:0;padding:0;cursor:pointer}.pretty .state label{position:initial;display:inline-block;font-weight:400;margin:0;text-indent:1.5em;min-width:calc(1em + 2px)}.pretty .state label:after,.pretty .state label:before{content:'';width:calc(1em + 2px);height:calc(1em + 2px);display:block;box-sizing:border-box;border-radius:0;border:1px solid transparent;z-index:0;position:absolute;left:0;top:calc((0% - (100% - 1em)) - 8%);background-color:transparent}.pretty .state label:before{border-color:#bdc3c7}.pretty .state.p-is-hover,.pretty .state.p-is-indeterminate{display:none}@-webkit-keyframes zoom{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}@keyframes zoom{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}@-webkit-keyframes tada{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:scale(7);transform:scale(7)}38%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;opacity:1;-webkit-transform:scale(1);transform:scale(1)}55%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:scale(1.5);transform:scale(1.5)}72%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:scale(1);transform:scale(1)}81%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:scale(1.24);transform:scale(1.24)}89%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:scale(1);transform:scale(1)}95%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:scale(1.04);transform:scale(1.04)}100%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:scale(1);transform:scale(1)}}@keyframes tada{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:scale(7);transform:scale(7)}38%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;opacity:1;-webkit-transform:scale(1);transform:scale(1)}55%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:scale(1.5);transform:scale(1.5)}72%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:scale(1);transform:scale(1)}81%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:scale(1.24);transform:scale(1.24)}89%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:scale(1);transform:scale(1)}95%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:scale(1.04);transform:scale(1.04)}100%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes jelly{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}40%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}50%{-webkit-transform:scale3d(.85,1.15,1);transform:scale3d(.85,1.15,1)}65%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}75%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes jelly{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}40%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}50%{-webkit-transform:scale3d(.85,1.15,1);transform:scale3d(.85,1.15,1)}65%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}75%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-webkit-keyframes rotate{0%{opacity:0;-webkit-transform:translateZ(-200px) rotate(-45deg);transform:translateZ(-200px) rotate(-45deg)}100%{opacity:1;-webkit-transform:translateZ(0) rotate(0);transform:translateZ(0) rotate(0)}}@keyframes rotate{0%{opacity:0;-webkit-transform:translateZ(-200px) rotate(-45deg);transform:translateZ(-200px) rotate(-45deg)}100%{opacity:1;-webkit-transform:translateZ(0) rotate(0);transform:translateZ(0) rotate(0)}}@-webkit-keyframes pulse{0%{box-shadow:0 0 0 0 #bdc3c7}100%{box-shadow:0 0 0 1.5em rgba(189,195,199,0)}}@keyframes pulse{0%{box-shadow:0 0 0 0 #bdc3c7}100%{box-shadow:0 0 0 1.5em rgba(189,195,199,0)}}.pretty.p-default.p-fill .state label:after{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.pretty.p-default .state label:after{-webkit-transform:scale(.6);-ms-transform:scale(.6);transform:scale(.6)}.pretty.p-default input:checked~.state label:after{background-color:#bdc3c7!important}.pretty.p-default.p-thick .state label:after,.pretty.p-default.p-thick .state label:before{border-width:calc(1em / 7)}.pretty.p-default.p-thick .state label:after{-webkit-transform:scale(.4)!important;-ms-transform:scale(.4)!important;transform:scale(.4)!important}.pretty.p-icon .state .icon{position:absolute;font-size:1em;width:calc(1em + 2px);height:calc(1em + 2px);left:0;z-index:1;text-align:center;line-height:normal;top:calc((0% - (100% - 1em)) - 8%);border:1px solid transparent;opacity:0}.pretty.p-icon .state .icon:before{margin:0;width:100%;height:100%;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1}.pretty.p-icon input:checked~.state .icon{opacity:1}.pretty.p-icon input:checked~.state label:before{border-color:#5a656b}.pretty.p-svg .state .svg{position:absolute;font-size:1em;width:calc(1em + 2px);height:calc(1em + 2px);left:0;z-index:1;text-align:center;line-height:normal;top:calc((0% - (100% - 1em)) - 8%);border:1px solid transparent;opacity:0}.pretty.p-svg .state svg{margin:0;width:100%;height:100%;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1}.pretty.p-svg input:checked~.state .svg{opacity:1}.pretty.p-image .state img{opacity:0;position:absolute;width:calc(1em + 2px);height:calc(1em + 2px);top:0;top:calc((0% - (100% - 1em)) - 8%);left:0;z-index:0;text-align:center;line-height:normal;-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.pretty.p-image input:checked~.state img{opacity:1}.pretty.p-switch input{min-width:2em}.pretty.p-switch .state{position:relative}.pretty.p-switch .state:before{content:'';border:1px solid #bdc3c7;border-radius:60px;width:2em;box-sizing:unset;height:calc(1em + 2px);position:absolute;top:0;top:calc((0% - (100% - 1em)) - 16%);z-index:0;transition:all .5s ease}.pretty.p-switch .state label{text-indent:2.5em}.pretty.p-switch .state label:after,.pretty.p-switch .state label:before{transition:all .5s ease;border-radius:100%;left:0;border-color:transparent;-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.pretty.p-switch .state label:after{background-color:#bdc3c7!important}.pretty.p-switch input:checked~.state:before{border-color:#5a656b}.pretty.p-switch input:checked~.state label:before{opacity:0}.pretty.p-switch input:checked~.state label:after{background-color:#5a656b!important;left:1em}.pretty.p-switch.p-fill input:checked~.state:before{border-color:#5a656b;background-color:#5a656b!important}.pretty.p-switch.p-fill input:checked~.state label:before{opacity:0}.pretty.p-switch.p-fill input:checked~.state label:after{background-color:#fff!important;left:1em}.pretty.p-switch.p-slim .state:before{height:.1em;background:#bdc3c7!important;top:calc(50% - .1em)}.pretty.p-switch.p-slim input:checked~.state:before{border-color:#5a656b;background-color:#5a656b!important}.pretty.p-has-hover input:hover~.state:not(.p-is-hover){display:none}.pretty.p-has-hover input:hover~.state.p-is-hover{display:block}.pretty.p-has-hover input:hover~.state.p-is-hover .icon{display:block}.pretty.p-has-focus input:focus~.state label:before{box-shadow:0 0 3px 0 #bdc3c7}.pretty.p-has-indeterminate input[type=checkbox]:indeterminate~.state:not(.p-is-indeterminate){display:none}.pretty.p-has-indeterminate input[type=checkbox]:indeterminate~.state.p-is-indeterminate{display:block}.pretty.p-has-indeterminate input[type=checkbox]:indeterminate~.state.p-is-indeterminate .icon{display:block;opacity:1}.pretty.p-toggle .state.p-on{opacity:0;display:none}.pretty.p-toggle .state .icon,.pretty.p-toggle .state .svg,.pretty.p-toggle .state img,.pretty.p-toggle .state.p-off{opacity:1;display:inherit}.pretty.p-toggle .state.p-off .icon{color:#bdc3c7}.pretty.p-toggle input:checked~.state.p-on{opacity:1;display:inherit}.pretty.p-toggle input:checked~.state.p-off{opacity:0;display:none}.pretty.p-plain input:checked~.state label:before,.pretty.p-plain.p-toggle .state label:before{content:none}.pretty.p-plain.p-plain .icon{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.pretty.p-round .state label:after,.pretty.p-round .state label:before{border-radius:100%}.pretty.p-round.p-icon .state .icon{border-radius:100%;overflow:hidden}.pretty.p-round.p-icon .state .icon:before{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.pretty.p-curve .state label:after,.pretty.p-curve .state label:before{border-radius:20%}.pretty.p-smooth .icon,.pretty.p-smooth .svg,.pretty.p-smooth label:after,.pretty.p-smooth label:before{transition:all .5s ease}.pretty.p-smooth input:checked+.state label:after{transition:all .3s ease}.pretty.p-smooth input:checked+.state .icon,.pretty.p-smooth input:checked+.state .svg,.pretty.p-smooth input:checked+.state img{-webkit-animation:zoom .2s ease;animation:zoom .2s ease}.pretty.p-smooth.p-default input:checked+.state label:after{-webkit-animation:zoom .2s ease;animation:zoom .2s ease}.pretty.p-smooth.p-plain input:checked+.state label:before{content:'';-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);transition:all .5s ease}.pretty.p-tada:not(.p-default) input:checked+.state .icon,.pretty.p-tada:not(.p-default) input:checked+.state .svg,.pretty.p-tada:not(.p-default) input:checked+.state img,.pretty.p-tada:not(.p-default) input:checked+.state label:after,.pretty.p-tada:not(.p-default) input:checked+.state label:before{-webkit-animation:tada .7s cubic-bezier(.25,.46,.45,.94) 1 alternate;animation:tada .7s cubic-bezier(.25,.46,.45,.94) 1 alternate;opacity:1}.pretty.p-jelly:not(.p-default) input:checked+.state .icon,.pretty.p-jelly:not(.p-default) input:checked+.state .svg,.pretty.p-jelly:not(.p-default) input:checked+.state img,.pretty.p-jelly:not(.p-default) input:checked+.state label:after,.pretty.p-jelly:not(.p-default) input:checked+.state label:before{-webkit-animation:jelly .7s cubic-bezier(.25,.46,.45,.94);animation:jelly .7s cubic-bezier(.25,.46,.45,.94);opacity:1}.pretty.p-jelly:not(.p-default) input:checked+.state label:before{border-color:transparent}.pretty.p-rotate:not(.p-default) input:checked~.state .icon,.pretty.p-rotate:not(.p-default) input:checked~.state .svg,.pretty.p-rotate:not(.p-default) input:checked~.state img,.pretty.p-rotate:not(.p-default) input:checked~.state label:after,.pretty.p-rotate:not(.p-default) input:checked~.state label:before{-webkit-animation:rotate .7s cubic-bezier(.25,.46,.45,.94);animation:rotate .7s cubic-bezier(.25,.46,.45,.94);opacity:1}.pretty.p-rotate:not(.p-default) input:checked~.state label:before{border-color:transparent}.pretty.p-pulse:not(.p-switch) input:checked~.state label:before{-webkit-animation:pulse 1s;animation:pulse 1s}.pretty input[disabled]{cursor:not-allowed;display:none}.pretty input[disabled]~*{opacity:.5}.pretty.p-locked input{display:none;cursor:not-allowed}.pretty input:checked~.state.p-primary label:after,.pretty.p-toggle .state.p-primary label:after{background-color:#428bca!important}.pretty input:checked~.state.p-primary .icon,.pretty input:checked~.state.p-primary .svg,.pretty.p-toggle .state.p-primary .icon,.pretty.p-toggle .state.p-primary .svg{color:#fff;stroke:#fff}.pretty input:checked~.state.p-primary-o label:before,.pretty.p-toggle .state.p-primary-o label:before{border-color:#428bca}.pretty input:checked~.state.p-primary-o label:after,.pretty.p-toggle .state.p-primary-o label:after{background-color:transparent}.pretty input:checked~.state.p-primary-o .icon,.pretty input:checked~.state.p-primary-o .svg,.pretty input:checked~.state.p-primary-o svg,.pretty.p-toggle .state.p-primary-o .icon,.pretty.p-toggle .state.p-primary-o .svg,.pretty.p-toggle .state.p-primary-o svg{color:#428bca;stroke:#428bca}.pretty.p-default:not(.p-fill) input:checked~.state.p-primary-o label:after{background-color:#428bca!important}.pretty.p-switch input:checked~.state.p-primary:before{border-color:#428bca}.pretty.p-switch.p-fill input:checked~.state.p-primary:before{background-color:#428bca!important}.pretty.p-switch.p-slim input:checked~.state.p-primary:before{border-color:#245682;background-color:#245682!important}.pretty input:checked~.state.p-info label:after,.pretty.p-toggle .state.p-info label:after{background-color:#5bc0de!important}.pretty input:checked~.state.p-info .icon,.pretty input:checked~.state.p-info .svg,.pretty.p-toggle .state.p-info .icon,.pretty.p-toggle .state.p-info .svg{color:#fff;stroke:#fff}.pretty input:checked~.state.p-info-o label:before,.pretty.p-toggle .state.p-info-o label:before{border-color:#5bc0de}.pretty input:checked~.state.p-info-o label:after,.pretty.p-toggle .state.p-info-o label:after{background-color:transparent}.pretty input:checked~.state.p-info-o .icon,.pretty input:checked~.state.p-info-o .svg,.pretty input:checked~.state.p-info-o svg,.pretty.p-toggle .state.p-info-o .icon,.pretty.p-toggle .state.p-info-o .svg,.pretty.p-toggle .state.p-info-o svg{color:#5bc0de;stroke:#5bc0de}.pretty.p-default:not(.p-fill) input:checked~.state.p-info-o label:after{background-color:#5bc0de!important}.pretty.p-switch input:checked~.state.p-info:before{border-color:#5bc0de}.pretty.p-switch.p-fill input:checked~.state.p-info:before{background-color:#5bc0de!important}.pretty.p-switch.p-slim input:checked~.state.p-info:before{border-color:#2390b0;background-color:#2390b0!important}.pretty input:checked~.state.p-success label:after,.pretty.p-toggle .state.p-success label:after{background-color:#5cb85c!important}.pretty input:checked~.state.p-success .icon,.pretty input:checked~.state.p-success .svg,.pretty.p-toggle .state.p-success .icon,.pretty.p-toggle .state.p-success .svg{color:#fff;stroke:#fff}.pretty input:checked~.state.p-success-o label:before,.pretty.p-toggle .state.p-success-o label:before{border-color:#5cb85c}.pretty input:checked~.state.p-success-o label:after,.pretty.p-toggle .state.p-success-o label:after{background-color:transparent}.pretty input:checked~.state.p-success-o .icon,.pretty input:checked~.state.p-success-o .svg,.pretty input:checked~.state.p-success-o svg,.pretty.p-toggle .state.p-success-o .icon,.pretty.p-toggle .state.p-success-o .svg,.pretty.p-toggle .state.p-success-o svg{color:#5cb85c;stroke:#5cb85c}.pretty.p-default:not(.p-fill) input:checked~.state.p-success-o label:after{background-color:#5cb85c!important}.pretty.p-switch input:checked~.state.p-success:before{border-color:#5cb85c}.pretty.p-switch.p-fill input:checked~.state.p-success:before{background-color:#5cb85c!important}.pretty.p-switch.p-slim input:checked~.state.p-success:before{border-color:#357935;background-color:#357935!important}.pretty input:checked~.state.p-warning label:after,.pretty.p-toggle .state.p-warning label:after{background-color:#f0ad4e!important}.pretty input:checked~.state.p-warning .icon,.pretty input:checked~.state.p-warning .svg,.pretty.p-toggle .state.p-warning .icon,.pretty.p-toggle .state.p-warning .svg{color:#fff;stroke:#fff}.pretty input:checked~.state.p-warning-o label:before,.pretty.p-toggle .state.p-warning-o label:before{border-color:#f0ad4e}.pretty input:checked~.state.p-warning-o label:after,.pretty.p-toggle .state.p-warning-o label:after{background-color:transparent}.pretty input:checked~.state.p-warning-o .icon,.pretty input:checked~.state.p-warning-o .svg,.pretty input:checked~.state.p-warning-o svg,.pretty.p-toggle .state.p-warning-o .icon,.pretty.p-toggle .state.p-warning-o .svg,.pretty.p-toggle .state.p-warning-o svg{color:#f0ad4e;stroke:#f0ad4e}.pretty.p-default:not(.p-fill) input:checked~.state.p-warning-o label:after{background-color:#f0ad4e!important}.pretty.p-switch input:checked~.state.p-warning:before{border-color:#f0ad4e}.pretty.p-switch.p-fill input:checked~.state.p-warning:before{background-color:#f0ad4e!important}.pretty.p-switch.p-slim input:checked~.state.p-warning:before{border-color:#c77c11;background-color:#c77c11!important}.pretty input:checked~.state.p-danger label:after,.pretty.p-toggle .state.p-danger label:after{background-color:#d9534f!important}.pretty input:checked~.state.p-danger .icon,.pretty input:checked~.state.p-danger .svg,.pretty.p-toggle .state.p-danger .icon,.pretty.p-toggle .state.p-danger .svg{color:#fff;stroke:#fff}.pretty input:checked~.state.p-danger-o label:before,.pretty.p-toggle .state.p-danger-o label:before{border-color:#d9534f}.pretty input:checked~.state.p-danger-o label:after,.pretty.p-toggle .state.p-danger-o label:after{background-color:transparent}.pretty input:checked~.state.p-danger-o .icon,.pretty input:checked~.state.p-danger-o .svg,.pretty input:checked~.state.p-danger-o svg,.pretty.p-toggle .state.p-danger-o .icon,.pretty.p-toggle .state.p-danger-o .svg,.pretty.p-toggle .state.p-danger-o svg{color:#d9534f;stroke:#d9534f}.pretty.p-default:not(.p-fill) input:checked~.state.p-danger-o label:after{background-color:#d9534f!important}.pretty.p-switch input:checked~.state.p-danger:before{border-color:#d9534f}.pretty.p-switch.p-fill input:checked~.state.p-danger:before{background-color:#d9534f!important}.pretty.p-switch.p-slim input:checked~.state.p-danger:before{border-color:#a02622;background-color:#a02622!important}.pretty.p-bigger .icon,.pretty.p-bigger .img,.pretty.p-bigger .svg,.pretty.p-bigger label:after,.pretty.p-bigger label:before{font-size:1.2em!important;top:calc((0% - (100% - 1em)) - 35%)!important}.pretty.p-bigger label{text-indent:1.7em}@media print{.pretty .state .icon,.pretty .state label:after,.pretty .state label:before,.pretty .state:before{color-adjust:exact;-webkit-print-color-adjust:exact;print-color-adjust:exact}}

.cart-content {
    min-height: 458px;
    position: relative;
}

.cart-content .cart-total {
    position: absolute;
    width: 271px;
    height: 200px;
    background-image: url("/static/cart-total.svg");
    top: 30px;
    right: 57px;
    text-align: center;
    color: #505050;
}

.cart-content .cart-total h2 {
    line-height: 29px;
    font-size: 22px;
    margin: 0;
    padding-top: 35px;
    letter-spacing: -1.13872px;
    font-weight: 300;
}

.cart-content .cart-total p {
    line-height: 29px;
    font-size: 16px;
    margin: 0;
    padding-bottom: 22px;
    letter-spacing: -1.13872px;
    font-weight: 300;
}

.cart-content .cart-total h1 {
    line-height: normal;
    font-size: 40px;
    margin: 0;
}

.cart-content .cart-empty {
    padding-top: 56px;
    padding-left: 57px;
    color: #505050;
}

.cart-content .cart-empty h1 {
    margin: 0;
    font-weight: 300;
    font-size: 36px;
    letter-spacing: -0.45px;
    padding-bottom: 42px;
}

.cart-content .cart-empty .cart-empty-description {
    display: flex;
    width: 100%;
}

.cart-content .cart-empty .cart-empty-description img {
    display: inline-flex;
    width: 51px;
    height: 51px;
}

.cart-content .cart-empty .cart-empty-description > p {
    padding-left: 28px;
    padding-right: 400px;
}

.cart-content .cart-empty .cart-empty-description p {
    margin: 0;
    line-height: 29px;
    font-size: 20px;
    letter-spacing: -0.55px;
    font-weight: 300;
}

.cart-content .cart-empty .cart-empty-description a {
    color: #1977E3;
}

.cart-content .cart-empty .button {
    color: #1977E3;
    margin-top: 47px;
    display: flex;
    width: 211px;
    height: 41px;
    border: 1px solid #4C95E7;
    box-sizing: border-box;
    border-radius: 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.cart-content .cart-empty .button:hover {
    opacity: 0.8;
}

.cart-content .cart-empty .button p {
    padding: 0;
    width: unset;
    line-height: normal;
    font-size: 15px;
    text-align: center;
    letter-spacing: -0.409091px;
}

.cart-content .cart-data,
.cart-content .cart-data .cart-divider {
    width: 100%;
}

.cart-content .cart-data .cart-divider {
    border-bottom: 1px solid #EBEBEB;
}

.cart-content .cart-data .cart-product {
    margin-right: 328px;
    height: 129px;
    display: flex;
    padding: 18px;
    color: #505050;
    justify-content: space-between;
}

.cart-content .cart-data .cart-product .cart-product-left,
.cart-content .cart-data .cart-product .cart-product-right {
    display: flex;
    flex: 1;
}

.cart-content .cart-data .cart-product .cart-product-right {
    justify-content: space-between;
}

.cart-content .cart-data .cart-product .cart-product-image,
.cart-content .cart-data .cart-product .cart-product-name,
.cart-content .cart-data .cart-product .cart-product-qty,
.cart-content .cart-data .cart-product .cart-product-price,
.cart-content .cart-data .cart-product .cart-product-remove {
    display: inline-flex;
    align-items: center;
}

.cart-content .cart-data .cart-product .cart-product-image {
    width: 88px;
    height: auto;
    max-height: 110px;
    object-fit: contain;
    padding: 18px 0 19px 0;
}

.cart-content .cart-data .cart-product .cart-product-name {
    max-width: 323px;
    align-items: center;
    line-height: 29px;
    font-size: 20px;
    letter-spacing: -0.55px;
    font-weight: 300;
}

.cart-content .cart-data .cart-product .cart-product-qty {
    align-items: center;
    margin-left: 10px;
}

.cart-content .cart-data .cart-product .cart-product-qty a {
    font-size: 22px;
    border: none;
    background: #fff;
    cursor: pointer;
    color: #D22F32;
    height: 32px;
    width: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.cart-content .cart-data .cart-product .cart-product-qty input {
    margin-left: 11px;
    margin-right: 11px;
    width: 48px;
    height: 30px;
    border-radius: 5px;
    background-color: #EFEFEF;
    font-weight: 300;
    border: none;
    text-align: center;
    font-size: 16px;
    letter-spacing: -0.4px;
    line-height: 32px;
}

.cart-content .cart-data .cart-product .cart-product-qty input::-webkit-outer-spin-button,
.cart-content .cart-data .cart-product .cart-product-qty input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.cart-content .cart-data .cart-product .cart-product-price {
    line-height: normal;
    font-size: 26px;
    letter-spacing: -1.32851px;
}

.cart-content .cart-delivery {
    padding-top: 90px;
    text-align: center;
}

.cart-content .cart-delivery h1 {
    line-height: normal;
    font-size: 28px;
    letter-spacing: -0.78571px;
    margin: 0;
    padding-bottom: 25px;
    font-weight: 400;
}

.cart-content .cart-delivery .cart-delivery-city {
    display: inline-flex;
    margin-top: 32px;
    margin-bottom: 63px;
    align-items: center;
}

.cart-content .cart-delivery .cart-delivery-city img {
    width: 10px;
    height: 14px;
    margin-right: 12px;
}

.cart-content .cart-delivery .cart-delivery-city > p {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 300;
    line-height: 16px;
    font-size: 18px;
    padding-right: 45px;
}

.cart-content .cart-delivery .pretty {
    margin-right: 40px !important;
}

.cart-content .cart-delivery .pretty .state label:after {
    border: 1px solid #1977E3 !important;
}

.cart-content .cart-delivery .pretty.p-default input:checked~.state label:after {
    background-color: #1977E3 !important;
}

.cart-content .cart-delivery .pretty .state label:after {
    border: none !important;
}

.cart-content .cart-delivery .pretty.p-default .state label {
    font-weight: 300;
    font-size: 18px;
}

@media screen and (max-width: 1200px) {
    .cart-content .cart-delivery {
        padding-top: 25px;
    }
}

@media screen and (max-width: 800px) {
    .cart-content .cart-delivery {
        padding-top: 27px;
        text-align: left;
    }

    .cart-content .cart-delivery h1 {
        margin-left: 32px;
        line-height: normal;
        font-size: 18px;
        letter-spacing: -1.07143px;
    }

    .cart-content .cart-delivery .cart-delivery-city {
        display: block;
        margin-left: 20px;
        margin-bottom: 20px;
    }

    .cart-content .cart-delivery .cart-delivery-city > img,
    .cart-content .cart-delivery .cart-delivery-city > p {
        display: inline-block;
    }

    .cart-content .cart-delivery .cart-delivery-city > p {
        margin-bottom: 20px;
        line-height: 25px;
        font-size: 14px;
        letter-spacing: -0.35px;
    }

    .cart-content .cart-delivery .cart-delivery-city .pretty {
        display: block;
        margin-bottom: 20px;
    }
}

.tabs-delivery .tabs-header {
    background-color: #F7F7F7;
}

.tabs-delivery .tabs-header .tab-link:not(.tab-link-active) {
    cursor: pointer;
}
.tabs-delivery .tabs-header .tab-link {
    border: none;
    padding: 25px;
    color: #505050;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 20px;
    background-color: #F7F7F7;
    position: relative;
    text-align: left;
}

.tabs-delivery .tabs-header .tab-link p {
    font-size: 12px;
}

.tabs-delivery .tabs-header .tab-link.tab-link-active {
    background-color: #fff;
}

.tabs-delivery .tabcontent-pickup {
    position: relative;
}

.tabs-delivery .tabcontent-pickup #map {
    height: 600px;
}

.tabs-delivery .tabcontent-pickup .description {
    width: 100%;
    position: absolute;
    top: 20px;
}

.tabs-delivery .tabcontent-pickup .description p {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #1977E3;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    letter-spacing: -0.55px;
    color: #FFFFFF;
    font-weight: 300;
    padding: 28px 97px 32px;
}

.tabs-delivery .tabcontent-courier {
    text-align: center;
    height: 400px;
}

.tabs-delivery .tabcontent-courier p {
    max-width: 1100px;
    margin: 68px auto;
    line-height: 25px;
    font-size: 16px;
    font-weight: 300;
}

.tabs-delivery .tabcontent-courier h2 {
    line-height: 25px;
    font-size: 18px;
    font-weight: 400;
    margin-top: 45px;
    margin-bottom: 70px;
}

.tabs-delivery .tabcontent-courier input[type="text"] {
    line-height: 25px;
    font-size: 14px;
    letter-spacing: -0.4px;
    border-bottom: 1px solid #979797;
    max-width: 657px;
    width: 100%;
}

.tabs-delivery .tabcontent-mail_rus {
    text-align: center;
    height: 400px;
    line-height: 25px;
    font-size: 16px;
    font-weight: 300;
}

.tabs-delivery .tabcontent-mail_rus p {
    margin-top: 68px;
    margin-bottom: 47px;
    font-size: 16px;
}

.tabs-delivery .tabcontent-mail_rus input[type="text"] {
    display: block;
    line-height: 25px;
    font-size: 14px;
    letter-spacing: -0.4px;
    border-bottom: 1px solid #979797;
    max-width: 657px;
    width: 100%;
    margin: 0 auto 47px;
}

.tabs-delivery .tabcontent-mail_sdek {
    text-align: center;
    line-height: 25px;
    font-size: 16px;
    font-weight: 300;
}

.tabs-delivery .tabcontent-mail_sdek p {
    margin-top: 68px;
    margin-bottom: 28px;
    font-size: 16px;
}

.tabs-delivery .tabcontent-mail_sdek > input[type="text"] {
    display: block;
    line-height: 25px;
    font-size: 14px;
    letter-spacing: -0.4px;
    border-bottom: 1px solid #979797;
    max-width: 657px;
    width: 100%;
    margin: 0 auto 47px;
}

.tabs-delivery .tabcontent-mail_sdek > p > strong {
    font-weight: 400;
}

.tabs-delivery .tabcontent-mail_sdek .cart-delivery-sdek_type {
    margin-bottom: 47px;
}

.cart-content .cart-delivery .tabs-delivery .tabcontent-mail_sdek .cart-delivery-sdek_type .state label {
    font-size: 16px;
}

.tabs-delivery .tabcontent-mail_sdek p:last-child {
    margin-bottom: 90px;
}

@media screen and (max-width: 1200px) {
    .tabs-delivery .tabcontent-courier p {
        max-width: 800px;
    }
}

@media screen and (max-width: 1000px) {

    .tabs-delivery .tabcontent-pickup .description {
        position: unset;
        border-bottom: 1px solid #EBEBEB;
    }

    .tabs-delivery .tabcontent-pickup .description p {
        background: unset;
        color: #505050;
        text-align: left;
        padding: 24.6px 29px 16.4px 22px;
        font-size: 18px;
    }
}

@media screen and (max-width: 800px) {
    .tabs-delivery .tabs-header .tab-link {
        width: 50%;
        font-size: 18px;
    }

    .tabs-delivery .tabs-header .tab-link.tab-link-active {
        background: #F5A039;
        color: white;
    }

    .tabs-delivery .tabs-header .tab-link p {
        font-size: 12px
    }

    .tabs-delivery .tabcontent-pickup #map {
        height: 230px;
    }

    .tabs-delivery .tabcontent-pickup .description p {
        font-size: 14px;
    }

    .tabs-delivery .tabcontent-courier,
    .tabs-delivery .tabcontent-mail_rus {
        height: unset;
    }

    .tabs-delivery .tabcontent-courier input[type="text"] {

    }

    .tabs-delivery .tabcontent-courier p,
    .tabs-delivery .tabcontent-courier h2,
    .tabs-delivery .tabcontent-courier input[type="text"],
    .tabs-delivery .tabcontent-mail_rus p,
    .tabs-delivery .tabcontent-mail_rus input[type="text"],
    .tabs-delivery .tabcontent-mail_sdek > p,
    .tabs-delivery .tabcontent-mail_sdek p:last-child,
    .tabs-delivery .tabcontent-mail_sdek > input[type="text"],
    .tabs-delivery .tabcontent-mail_sdek .cart-delivery-sdek_type {
        margin-top: 22px;
        margin-bottom: 22px;
    }

    .tabs-delivery .tabcontent-courier p,
    .tabs-delivery .tabcontent-courier h2,
    .tabs-delivery .tabcontent-mail_rus p,
    .tabs-delivery .tabcontent-mail_sdek > p {
        padding-left: 22px;
        padding-right: 22px;
    }

    .tabs-delivery .tabcontent-courier input[type="text"],
    .tabs-delivery .tabcontent-mail_rus input[type="text"],
    .tabs-delivery .tabcontent-mail_sdek > input[type="text"] {
        margin-left: 22px;
        margin-right: 22px;
        width: calc(100% - 44px);
    }
}

.cart-payment {
    display: flex;
    justify-content: space-between;
}

.cart-payment .cart-payment-type {
    flex: 0.6;
}

.cart-payment .cart-payment-type h2 {
    margin: 0;
    padding: 75px 0 46px 46px;
    line-height: normal;
    font-size: 28px;
    letter-spacing: -1.78571px;
    font-weight: 300;
}

.cart-payment .cart-payment-type .btn {
    padding-left: 60px;
    width: calc(100% - 60px);
    text-align: left;
    line-height: normal;
    font-size: 20px;
    letter-spacing: -1.03714px;
    font-weight: 300;
    display: inline-flex;
    height: 104px;
    align-items: center;
}

.cart-payment .cart-payment-type .btn p {
    margin: 0;
    font-size: 18px;
}

.cart-payment .cart-payment-type .btn svg {
    margin-right: 29px;
    min-width: 35px;
}

.cart-payment .cart-payment-type h2 {
    border-bottom: 1px solid #EBEBEB;
}

.cart-payment .cart-payment-type .btn:not(.active) {
    border-bottom: 1px solid #EBEBEB;
}

.cart-payment .cart-payment-type .btn.active {
    background: #1977E3;
    border-bottom: 1px solid #1977E3;
    color: #fff;
}

.cart-payment .cart-payment-type .btn:hover {
    cursor: pointer;
}

.cart-payment .cart-payment-data {
    flex: 1.4;
    background: #F7F7F7;
    padding: 75px 106px 0;
}

.cart-payment .cart-payment-data h2 {
    margin: 0;
    padding-bottom: 46px;
    line-height: normal;
    font-size: 28px;
    letter-spacing: -1.78571px;
    font-weight: 300;
}

.cart-payment .cart-payment-data .cart-payment-main {
    padding-bottom: 64px;
    display: flex;
    justify-content: space-between;
}

.cart-payment .cart-payment-data .cart-payment-main input {
    width: 100%;
}

.cart-payment .cart-payment-data .cart-payment-main input:not(:last-child) {
    margin-right: 52px;
}

.cart-payment .cart-payment-data .cart-payment-receive {
    vertical-align: top;
    display: flex;
    justify-content: space-between;
}

.cart-payment .cart-payment-data .cart-payment-receive .pretty {
    display: block;
    margin-bottom: 18px;
}

.cart-payment .cart-payment-data .cart-payment-receive .pretty {
    margin-right: 0 !important;
}

.cart-payment .cart-payment-data .cart-payment-receive .pretty .state label:after {
    border: 1px solid #1977E3 !important;
}

.cart-payment .cart-payment-data .cart-payment-receive .pretty.p-default input:checked~.state label:after {
    background-color: #1977E3 !important;
}

.cart-payment .cart-payment-data .cart-payment-receive .pretty .state label:after {
    border: none !important;
}

.cart-payment .cart-payment-data .cart-payment-receive .pretty.p-default .state label {
    font-weight: 300;
    font-size: 16px;
}

.cart-payment .cart-payment-data .cart-payment-receive-select {
    flex: 1;
    margin-right: 52px;
}

.cart-payment .cart-payment-data .cart-payment-receive-data {
    vertical-align: top;
    display: inline-block;
    flex: 2;
    margin-left: 52px;
}

@media screen and (max-width: 1920px) {
    .cart-payment .cart-payment-data .cart-payment-receive-data {
        width: calc(100% - 479px);
    }
}

.cart-payment .cart-payment-data .cart-payment-receive-data input {
    display: block;
    width: calc(100% + 52px);
    margin-left: -52px;
}

.cart-payment .cart-payment-data .cart-payment-receive-data input:first-child {
    margin-bottom: 30px;
}

.cart-payment .cart-payment-data input[type="text"] {
    background: #F7F7F7;
    border-bottom: 1px solid #979797;
    line-height: 25px;
    font-size: 14px;
    letter-spacing: -0.4px;
    font-weight: 300;
}

@media screen and (max-width: 1200px) {
    .cart-payment .cart-payment-type h2 {
        padding-top: 40px;
    }

    .cart-payment {
        display: block;
    }

    .cart-payment .cart-payment-data {
        padding: 40px;
    }

    .cart-payment .cart-payment-data .cart-payment-receive {
        /*padding-bottom: 64px;*/
    }

    .cart-payment .cart-payment-data .cart-payment-receive .pretty {
        margin-right: 20px !important;
    }
}

@media screen and (max-width: 800px) {

    .cart-payment .cart-payment-data {
        padding: 0;
    }

    .cart-payment .cart-payment-type h2 {
        font-size: 18px;
        letter-spacing: -1.07143px;
        padding: 20px 0 13px 27px;
    }

    .cart-payment .cart-payment-type .btn {
        padding: 11px 0 15px 20px;
        width: calc(100% - 20px);
        height: 51px;
    }

    .cart-payment .cart-payment-type .btn svg {
        margin-right: 13px;
        width: 25px;
    }

    .cart-payment .cart-payment-type .btn svg.Online {
        height: 30px;
    }

    .cart-payment .cart-payment-type .btn p {
        line-height: 14px;
        font-size: 14px;
        letter-spacing: -0.66px;
    }

    .cart-payment .cart-payment-data h2 {
        padding: 22px 0 30px 29px;
        font-size: 18px;
    }

    .cart-payment .cart-payment-data .cart-payment-main {
        padding: 0 20px 0;
        display: block;
    }

    .cart-payment .cart-payment-data .cart-payment-main input {
        margin-bottom: 24px;
    }

    .cart-payment .cart-payment-data .cart-payment-receive {
        padding-left: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
        width: calc(100% - 40px);
        display: block;
    }

    .cart-payment .cart-payment-data .cart-payment-receive-data {
        display: block;
        padding-bottom: 48px;
        width: 100%;
        float: unset;
        margin-left: 0;
    }

    .cart-payment .cart-payment-data .cart-payment-main input:not(:last-child) {
        margin-right: unset;
    }

    .cart-payment .cart-payment-data .cart-payment-receive-data input {
        margin-left: 0;
        width: 100%;
    }
}

.cart-finish .cart-finish-total {
    width: 100%;
    max-width: 689px;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #EBEBEB;
}

.cart-finish .cart-finish-total h2,
.cart-finish .cart-finish-total p,
.cart-finish .cart-finish-total h1 {
    margin: 0;
}

.cart-finish {
    text-align: center;
}

.cart-finish .cart-finish-total h2 {
    padding-top: 66px;
    line-height: normal;
    font-size: 28px;
    text-align: center;
    letter-spacing: -1.78571px;
    font-weight: 400;
}

.cart-finish .cart-finish-total p {
    padding-top: 44px;
    padding-bottom: 20px;
    line-height: normal;
    font-size: 22px;
    letter-spacing: -1.13872px;
    font-weight: 300;
}

.cart-finish .cart-finish-total h1 {
    padding-bottom: 44px;
    font-weight: 400;
    line-height: normal;
    font-size: 40px;
}

.cart-finish .cart-finish-button {
    margin-top: 49px;
    margin-bottom: 67px;
}

.cart-finish .cart-finish-button a {
    padding: 12px 60px 11px;
    border: 1px solid #4C95E7;
    border-radius: 20.5px;
    line-height: normal;
    font-size: 15px;
    text-align: center;
    letter-spacing: -0.409091px;
    color: #4C95E7;
    font-weight: 300;
}

.cart-checkout {
    padding-top: 135px;
    text-align: center;
    padding-bottom: 137px;
}

.cart-checkout h1 {
    margin: 0;
    padding-top: 24px;
    line-height: normal;
    font-size: 28px;
    letter-spacing: -1.78571px;
    font-weight: 300;
}

.cart-checkout h2 {
    margin: 0;
    padding-top: 21px;
    line-height: 25px;
    font-size: 20px;
    text-align: center;
    letter-spacing: -0.55px;
    font-weight: 300;
}

.cart-checkout p {
    margin: 0;
    padding-top: 55px;
    font-weight: 300;
    font-size: 16px;
}

.cart-checkout .button {
    margin-left: auto;
    margin-right: auto;
    color: #1977E3;
    margin-top: 30px;
    display: flex;
    width: 260px;
    height: 41px;
    border: 1px solid #4C95E7;
    box-sizing: border-box;
    border-radius: 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.cart-checkout .button:hover {
    opacity: 0.8;
}

.cart-checkout .button p {
    padding: 12px 35px;
    width: unset;
    line-height: normal;
    font-size: 15px;
    text-align: center;
    letter-spacing: -0.409091px;
}

@media screen and (max-width: 1200px) {
    .cart-content .cart-total {
        display: none;
    }

    .cart-content .cart-data .cart-product {
        margin-right: unset;
    }

    .cart-content .cart-empty .cart-empty-description p {
        padding-right: unset;
    }

    .cart-checkout {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .cart-checkout h1,
    .cart-checkout h2,
    .cart-checkout p {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 800px) {
    .cart-content .cart-empty {
        padding: 20px;
    }

    .cart-content .cart-empty h1 {
        font-size: 18px;
    }

    .cart-content .cart-empty .cart-empty-description {
        display: block;
        text-align: center;
        justify-content: center;
    }

    .cart-content .cart-empty .cart-empty-description img {
        width: 73px;
        height: 76px;
        margin-bottom: 23px;
    }

    .cart-content .cart-empty .cart-empty-description p {
        font-size: 18px;
    }

    .cart-content .cart-empty .button {
        margin: 41px auto;
    }

    .cart-content .cart-empty .button p {
        font-size: 18px;
        font-weight: 300;
    }

    .cart-content .cart-data .cart-product {
        height: 180px;
        justify-content: unset;
    }

    .cart-content .cart-data .cart-product .cart-product-left {
        display: block;
        flex: unset;
        width: 100%;
    }

    .cart-content .cart-data .cart-product .cart-product-left .cart-product-name {
        width: 100%;
        display: block;
        line-height: 26px;
        font-size: 17px;
        letter-spacing: 0;
        max-width: unset;
        font-weight: 400;
    }

    .cart-content .cart-data .cart-product .cart-product-right {
        position: absolute;
        padding-left: 89px;
        padding-right: 20px;
        width: calc(100% - 129px);
        height: 110px;
    }

    .cart-content .cart-data .cart-product .cart-product-right .cart-product-qty {
        position: absolute;
        bottom: 0;
    }

    .cart-content .cart-data .cart-product .cart-product-right .cart-product-price {
        height: 62px;
        line-height: normal;
        font-size: 23px;
        letter-spacing: 0;
    }

    .cart-content .cart-data .cart-product .cart-product-right .cart-product-remove {
        height: 23px;
        padding-top: 24px;
    }

    .cart-finish .cart-finish-total h2 {
        display: none;
    }

    .cart-finish .cart-finish-total p {
        margin-left: auto;
        margin-right: auto;
        width: 170px;
        font-size: 20px;
        text-align: center;
    }

    .cart-finish .cart-finish-total h1 {
        font-size: 30px;
        padding-bottom: 0;
    }

    .cart-finish .cart-finish-total {
        border-bottom: unset;
    }

    .cart-finish .cart-finish-button a {
        padding-left: 90px;
        padding-right: 90px;
    }
}

.notification-container {
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999999;
  padding: 15px 15px;
  max-height: calc(100% - 30px);
  overflow-x: hidden;
  overflow-y: auto;
}

.notification {
  box-sizing: border-box;
  padding: 15px 20px;
  border-radius: 2px;
  color: #fff;
  background-color: #ccc;
  box-shadow: 0 0 12px #999;
  cursor: pointer;
  font-size: 1em;
  line-height: 1.2em;
  position: relative;
  opacity: 0.9;
  margin-top: 15px;
}

.notification .title {
  font-size: 1em;
  line-height: 1.2em;
  font-weight: bold;
  margin: 0 0 5px 0;
}

.notification:hover, .notification:focus {
  opacity: 1;
}

.notification-enter {
  visibility: hidden;
  transform: translate3d(100%, 0, 0);
}

.notification-enter.notification-enter-active {
  visibility: visible;
  transform: translate3d(0, 0, 0);
  transition: all 0.4s;
}

.notification-leave {
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.notification-leave.notification-leave-active {
  visibility: hidden;
  transform: translate3d(100%, 0, 0);
  transition: all 0.4s;
}


.notification-info {
  background-color: #2f96b4;
}

.notification-success {
  background-color: #51a351;
}

.notification-warning {
  background-color: #f89406;
}

.notification-error {
  background-color: #bd362f;
}

.category-content {
    display: flex;
}
.category-content .category-sidebar {
    width: 270px;
    min-width: 255px;
}
.category-content .category-products {
    flex: 1;
    border-left: 1px solid #e7e7e7;
    background-color: #e7e7e7;
}
.category-content .category-sidebar .category-item {
    font-style: normal;
    font-weight: normal;
    line-height: 18px;
    font-size: 14px;
    color: #505050;
    padding: 16px 30px 16px 45px;
    border-bottom: 1px solid #E7E7E7;
    display: flex;
    flex: 1;
}
.category-content .category-sidebar .color-item {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 1px;
    border: 1px solid #cccccc;
}
.category-content .category-sidebar .color-item.active {
    border: 1px solid #1977E3;
}
.category-content .category-sidebar .color-item button {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: none;
    cursor: pointer;
}
.category-content .category-sidebar .color-item button.active {
    border: 1px
}
.category-content .category-sidebar .category-item .one-price {
    color: #4C95E7;
}
.category-products-header-sorting {
    width: 300px;
    margin: auto 0;
}
.products-header-item {
    display: flex;
}
.category-products-header-counting {
    width: 100px;
    margin: auto 0;
}
.category-products-header-pagination {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-end;
    font-family: SF Pro Text;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    padding: 0 30px;
}
.category-products-header-pagination ul {
    display: flex;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.category-products-header-pagination ul li {
    display: flex;
    border: 1px solid #E7E7E7;
    border-radius: 50%;
    color: #4A90E2;
    width: 30px;
    align-items: center;
    height: 30px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-left: 8px;
}
.category-products-header-pagination ul li.active {
    background-color: #EFEFEF;
}
.category-products-header-pagination ul li.disabled {
    display: none;
}
.category-products-header-pagination ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.category-products-header-pagination ul li a:focus {
    outline: none;
}
.category-content .category-products .category-products-header {
    height: 59px;
    display: flex;
    border-bottom: 1px solid #E7E7E7;
    background-color: #fff;
}
.category-content .category-products .category-products-header.footer {
    border-top: 1px solid #E7E7E7;
    border-bottom: none;
}
.category-content .category-products .category-products-header span.title {
    display: flex;
    align-items: center;
    font-family: SF Pro Text;
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
    font-size: 15px;
    letter-spacing: -0.4px;
    padding: 0 30px;
    color: #505050;
}
.input-range {
    margin: 28px 0px 20px;
}
.input-range__label.input-range__label--min, .input-range__label.input-range__label--max {
    display: none;
}
.input-range__label.input-range__label--value {
    top: -40px;
}
.input-range__slider {
    background: #755498;
    border: #755498;
}
.input-range__track--active {
    background: #755498;
}
.item-checkbox {
    display: inline-flex;
    flex: 1;
    justify-content: flex-end;
}
.pretty {
    margin-right: -4px;
}
.pretty .state label:after, .pretty .state label:before {
    top: calc(50% - (.5em + 1px));
}
.pretty .state label:after, .pretty .state label:before {
    background-color: #f8f8f8;
    border: 1px solid #dbdbdb;
}
.pretty.p-svg .state .svg {
    top: calc(50% - (.5em + 1px));
}

.mobile-sort-filter-selector {
    background-color: #1D131C;
    display: none;
    color: #fff;
    font-size: 14px;
}
.mobile-sort-filter-selector .msfs-item {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    padding: 20px 0px;
}
.mobile-sort-filter-selector .msfs-item:active {
    opacity: .8;
}
.mobile-sort-filter-selector .msfs-item .msfs-item-icon {
    margin-left: 12px;
    transition: transform .2s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mobile-sort-filter-selector .msfs-item.active {
    background-color: #5E5A5D;
}
.mobile-sort-filter-selector .msfs-item.active .msfs-item-icon {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.category-products-pagination {
    display: none;
    flex: 1;
    align-items: center;
    font-family: SF Pro Text;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    background-color: #fff;
}
.category-products-pagination ul {
    display: flex;
    list-style-type: none;
    margin: 0px;
    padding: 34px 30px;
    flex: 1;
    justify-content: center;
    border-top: 1px solid #E7E7E7;
}
.category-products-pagination ul li {
    display: flex;
    border: 1px solid #E7E7E7;
    border-radius: 50%;
    color: #4A90E2;
    width: 30px;
    align-items: center;
    height: 30px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-left: 8px;
}
.category-products-pagination ul li.active {
    background-color: #EFEFEF;
}
.category-products-pagination ul li.disabled {
    display: none;
}
.category-products-pagination ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.category-products-pagination ul li a:focus {
    outline: none;
}

@media screen and (max-width: 1920px) {

}

@media screen and (max-width: 1700px) {

}
@media screen and (max-width: 1400px) {
    .category-content .category-sidebar {
        width: 300px;
    }
    .category-content .category-products .category-products-header {
        flex-direction: column;
        height: auto;
    }
    .products-header-item {
        padding-top: 14px;
    }
    .category-products-header-pagination {
        justify-content: flex-start;
        padding: 14px 20px;
    }
}
@media screen and (max-width: 1100px) {
    .category-content .category-sidebar {
        width: 290px;
    }
}
@media screen and (max-width: 1000px) {
    .category-content .category-sidebar .category-item {
        padding: 25px;
    }
}
@media screen and (max-width: 800px) {
    .category-products-pagination {
        display: flex;
    }
    .mobile-sort-filter-selector {
        display: flex;
    }
    .input-range {
        margin: 28px 28px 20px;
    }
    .category-content {
        flex-direction: column;
    }
    .category-content .category-sidebar {
        width: 100%;
        display: none;
    }
    .category-content .category-products .category-products-header {
        display: none;
    }

    .category-content .category-sidebar.active {
        display: block;
    }
    .category-content .category-products .category-products-header.active {
        display: flex;
    }
    .category-content .category-products .category-products-header .category-products-header-pagination {
        display: none;
    }

    .category-content .category-products {
        border: none;
    }
    .category-content .category-products .category-products-header .products-header-item {
        flex-direction: column;
    }
    .category-content .category-products .category-products-header .products-header-item .title {
        padding: 0 25px;
    }
    .category-content .category-products .category-products-header .category-products-header-sorting {
        padding: 10px 25px 0px;
    }
    .category-content .category-products .category-products-header .category-products-header-counting {
        padding: 10px 25px 20px;
    }
    .category-content .category-products .category-products-header .category-products-header-sorting {
        width: calc(100% - 50px);
    }
    .category-content .category-products .category-products-header .category-products-header-counting {
        width: calc(100% - 50px);
    }
    .category-content .category-products .category-products-header.footer {
        display: none;
    }
}
.product-slider-wrapper {
    width: 85%;
    margin: 15px 50px;
    position: relative;
}

.product-slider-wrapper > div:not(.dots):not(.arrow-left):not(.arrow-right),
.product-slider-wrapper > div:not(.dots):not(.arrow-left):not(.arrow-right) > div {
    position: absolute;
    width: 100%;
    height: 100%;
}

.product-slider-wrapper .slide {
    height: 100%;
    width: 100%;
    object-fit: contain;
    position: relative;
    background: no-repeat center;
    background-size: contain;
}

.product-slider-wrapper .arrow-left,
.product-slider-wrapper .arrow-right {
    position: absolute;
    z-index: 10;
    height: 100%;
    display: flex;
    align-items: center;
}

.product-slider-wrapper .arrow-left {
    left: 0;
}

.product-slider-wrapper .arrow-right {
    right: 0;
}

.product-slider-wrapper .dots {
    height: 20px;
    display: flex;
    padding: 0;
    width: 100%;
    justify-content: center;
    z-index: 1;
    align-items: center;
    bottom: 20px;
    position: absolute;
}

.product-slider-wrapper .dots .dot {
    width: 9px;
    height: 9px;
    background: #fff;
    border-radius: 50%;
    margin-right: 10px;
    z-index: 1;
}
