@charset "UTF-8";
/* fonts */
/* variables */
/* main styles */
body {
  font-size: 18px;
  font-style: normal;
  color: #293132;
  margin: 0;
  line-height: 1.65;
  font-family: 'Inter', sans-serif;
  font-weight: normal; }

html {
  font-size: 16px; }

img {
    height:auto;
  max-width: 100%; }

a {
  display: inline-block;
  color: #00B4D8;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  transition: 0.25s ease-in-out; }

a:hover, a:focus {
  text-decoration: none;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  transition: 0.25s ease-in-out;
  color: inherit; }

.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: ''; }

.clearfix:after {
  clear: both; }

.without-padding {
  margin-left: 0;
  margin-right: 0; }

.without-padding [class*="col"] {
  padding: 0; }

.row-60 {
  margin-left: -60px;
  margin-right: -60px; }
  .row-60 [class*="col-"] {
    padding-left: 60px;
    padding-right: 60px; }

.row-30 {
  margin-left: -30px;
  margin-right: -30px; }
  .row-30 [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px; }

.row-10 {
  margin-left: -10px;
  margin-right: -10px; }
  .row-10 [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px; }

.page-wrapper {
  overflow: hidden;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -ms-flex-direction: column;
  flex-direction: column; }

.page-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.page-header {
  margin: 0;
  border-bottom: none; }

.header {
  left: 0;
  right: 0;
  top: 0;
  z-index: 105; }
  .header-top {
    background: #F0F1F5;
    font-size: 14px;
    padding: 8px 0; }
    .header-top ul {
      display: block; }
    .header-top ul li {
      display: inline-block; }
      .header-top ul li a {
        vertical-align: middle; }
      .header-top ul li:not(:last-child) a {
        margin-right: 1.5rem; }
    .header-top a.nav-link {
      text-decoration: none;
      color: inherit;
      padding: 4px; }
      .header-top a.nav-link:hover {
        color: #00B4D8; }
  .header .icon-bg {
    background: #FFFFFF;
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    vertical-align: middle; }
    .header .icon-bg svg {
      max-width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .header .login {
    text-decoration: none;
    color: #293132;
    font-size: 12px; }
    .header .login .icon-bg {
      margin-right: 10px; }
    .header .login:hover {
      color: #00B4D8; }
  .header .cart {
    position: relative;
    margin-right: 9px;
    padding-bottom: 0; }
    .header .cart-count {
      background: #FF636F;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      position: absolute;
      right: -9px;
      top: 0;
      color: #FFF;
      font-size: 8px;
      text-align: center;
      line-height: 18px; }
  .header-main {
    padding: 14px 0; }
  .header-search form {
    margin-bottom: 0; }
  .header-search .input-group {
    position: relative; }
  .header-search #search_input {
    background: #FFFFFF;
    border: 1px solid #F0F1F5;
    border-radius: 4px;
    font-size: 12px;
    color: #5E5F64;
    padding: 1.2rem 1.5rem;
    height: 48px; }
  .header-search button {
    background: transparent;
    outline: none;
    box-shadow: none;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    padding: 0 1rem; }
  .header-address {
    font-size: 14px; }
    .header-address address {
      margin-bottom: 0; }
    .header-address p {
      margin-bottom: 0.5rem;
      padding-left: 2rem;
      position: relative; }
    .header-address svg {
      margin-right: 5px;
      position: absolute;
      top: 50%;
      left: 0;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .header-contacts .phone-call {
    font-size: 18px;
    color: #293132;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.3; }
  .header-contacts p {
    margin-bottom: .5rem;
    vertical-align: middle;
    padding-left: 2rem;
    position: relative; }
  .header-contacts svg {
    margin-right: 5px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .header .top-menu .navbar-toggler {
    display: block;
    position: relative;
    border: none;
    outline: none;
    padding: 0;
    overflow: visible;
    border-radius: 0;
    height: 24px; }
    .header .top-menu .navbar-toggler span:not(.title) {
      background: #00B4D8;
      border-radius: 3px;
      display: block;
      width: 30px;
      height: 3px;
      position: absolute;
      top: 0;
      left: 0; }
      .header .top-menu .navbar-toggler span:not(.title):nth-child(2) {
        top: 9px; }
      .header .top-menu .navbar-toggler span:not(.title):nth-child(3) {
        top: 18px; }
    .header .top-menu .navbar-toggler .title {
      color: #293132;
      font-size: 12px;
      text-transform: uppercase;
      padding-left: 40px;
      vertical-align: middle; }
  .header .header-mobile-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #FFF;
    width: 100%;
    padding-bottom: 3rem;
    z-index: 5; }
    .header .header-mobile-menu-head {
      height: 50px; }
      .header .header-mobile-menu-head .close {
        height: 24px;
        width: 24px;
        opacity: 1;
        position: relative;
        display: block;
        margin-left: auto;
        margin-right: 20px;
        margin-top: 12px; }
        .header .header-mobile-menu-head .close span:before, .header .header-mobile-menu-head .close span:after {
          position: absolute;
          left: 15px;
          top: 0;
          content: ' ';
          height: 24px;
          width: 2px;
          background: #191919; }
        .header .header-mobile-menu-head .close span:before {
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
        .header .header-mobile-menu-head .close span:after {
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .header .header-mobile-menu .custom-catalog {
      display: block;
      z-index: 2;
      text-decoration: none;
      font-weight: bold;
      height: 48px;
      background: #00B4D8;
      width: 100%;
      border: none;
      position: relative;
      font-size: 14px;
      text-transform: uppercase;
      color: #FFF;
      padding: .9rem 0 .9rem 0;
      text-align: left;
      outline: none;
      z-index: 2; }
      .header .header-mobile-menu .custom-catalog .icon {
        vertical-align: middle;
        display: inline-block;
        margin-left: 15px;
        -ms-transform: none;
        transform: none;
        margin-top: -1px; }
      .header .header-mobile-menu .custom-catalog:focus {
        outline: none; }
      .header .header-mobile-menu .custom-catalog:before, .header .header-mobile-menu .custom-catalog:after {
        content: "";
        height: 100%;
        width: 500%;
        position: absolute;
        top: 0;
        background: #00B4D8; }
      .header .header-mobile-menu .custom-catalog:before {
        right: 100%; }
      .header .header-mobile-menu .custom-catalog:after {
        left: 100%; }

.content-menu-mobile {
  margin-left: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 1rem;
  margin-bottom: 1.5rem; }
  .content-menu-mobile a {
    color: #293132;
    text-transform: uppercase;
    transition: 0.25s ease-in-out;
    text-decoration: none;
    line-height: 1.4;
    padding: .9rem 0;
    font-size: 14px;
    font-weight: bold; }
    .content-menu-mobile a:hover {
      color: #00B4D8;
      transition: 0.25s ease-in-out; }

.nav-menu-mobile li {
  margin: .4rem 0; }

.nav-menu-mobile a {
  font-size: 14px;
  color: #293132;
  text-decoration: none;
  padding: .3rem 0; }
  .nav-menu-mobile a:hover {
    color: #00B4D8;
    transition: 0.25s ease-in-out; }

a.nav-link.nav-link-discount {
  background: #FF636F;
  color: #fff;
  border-radius: 4px;
  padding: 4px 12px 4px 6px;
  display: inline-block; }
  a.nav-link.nav-link-discount svg {
    vertical-align: middle;
    margin-top: -1px;
    display: inline-block; }
  a.nav-link.nav-link-discount:hover {
    color: #fff; }

.footer-main {
  padding-top: 6.25rem;
  padding-bottom: 4rem;
  background: #293132;
  color: #FFF; }

.footer-bottom {
  background: #F0F1F5;
  color: #5E5F64;
  padding: 0.6em 0;
  font-size: 14px; }
  .footer-bottom .payments ul {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: end; }
    .footer-bottom .payments ul li {
      display: inline-block; }
    .footer-bottom .payments ul li:not(:last-child) {
      margin-right: 1.8rem; }
    .footer-bottom .payments ul img {
      max-height: 36px; }

.footer-address {
  font-size: 14px; }
  .footer-address address {
    margin-bottom: 0; }
  .footer-address p {
    margin-bottom: 0.5rem;
    padding-left: 2rem;
    position: relative; }
  .footer-address svg {
    margin-right: 5px;
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.footer-contacts .phone-call {
  font-size: 18px;
  color: #FFF;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.3; }

.footer-contacts p {
  margin-bottom: .5rem;
  vertical-align: middle;
  padding-left: 2rem;
  position: relative; }

.footer-contacts svg {
  margin-right: 5px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.footer .footer-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  column-count: 2; }
  .footer .footer-menu li {
    position: relative;
    margin-bottom: .5rem; }
    .footer .footer-menu li a {
      color: #FFFFFF;
      text-decoration: none;
      font-size: 14px;
      line-height: 1.2; }
      .footer .footer-menu li a.active {
        color: #00B4D8; }
  .footer .footer-menu.footer-main-menu a {
    text-transform: uppercase; }

.footer .logo {
  margin-bottom: 3.5rem; }
  .footer .logo img {
    margin-left: -12px; }

.footer .messenger {
  margin-top: 0; }

.header-contacts p.has-icon, .footer-contacts p.has-icon {
  display: inline-block; }

.messenger {
  text-align: right; }
  .messenger a {
    display: inline-block; }
  .messenger svg {
    max-width: 100%; }

.bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }

.bg-image-pos {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  object-fit: cover;
  object-position: center; }

.btn {
  display: inline-block;
  min-width: 160px;
  padding: .9rem 1.9rem;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #293132;
  text-align: center;
  border: 2px solid #00B4D8;
  border-radius: 4px;
  transition: 0.25s ease-in-out;
  outline: none;
  background: transparent;
  text-decoration: none;
  box-shadow: none; }
  .btn:focus {
    background: #00B4D8;
    color: #fff;
    transition: 0.25s ease-in-out;
    box-shadow: none;
    outline: none;
    text-decoration: none; }
  .btn:focus-within {
    color: #293132;
    box-shadow: none;
    text-decoration: none;
    background: transparent; }
  .btn.active,
  .btn:hover {
    background: #00B4D8;
    color: #fff;
    transition: 0.25s ease-in-out; }

.btn-main {
  background: #00B4D8;
  color: #fff;
  box-shadow: none; }
  .btn-main:focus {
    background: #00B4D8;
    color: #fff;
    box-shadow: none;
    transition: 0.25s ease-in-out;
    outline: none; }
  .btn-main:focus-within {
    color: #fff;
    background: #00B4D8;
    text-decoration: none;
    box-shadow: none; }
  .btn-main:hover {
    background: #fff;
    color: #00B4D8;
    transition: 0.25s ease-in-out; }

.sidebar-content .dropdown {
  position: relative;
  z-index: 2;
  margin-bottom: 2rem; }

.sidebar-content .accordion-toggle {
  display: block;
  z-index: 2;
  text-decoration: none;
  font-weight: bold;
  height: 48px;
  background: #00B4D8;
  width: 100%;
  border: none;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  color: #FFF;
  padding: .9rem 2rem;
  text-align: left;
  outline: none;
  margin-bottom: 40px; 
  line-height: 20px;}
  .sidebar-content .accordion-toggle .icon {
    position: absolute;
    right: 20px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .sidebar-content .accordion-toggle:focus {
    outline: none; }

.sidebar-content .accordion-menu {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 1rem;
  margin-top: 1rem; }
  .sidebar-content .accordion-menu > li > a {
    box-shadow: 0px 1px 0px #F0F1F5;
    padding: .86rem 1rem; }
  .sidebar-content .accordion-menu li.active ul {
    display: block;
    padding-left: .8rem; }
  .sidebar-content .accordion-menu li a {
    color: #293132;
    font-size: 14px;
    display: block;
    text-decoration: none;
    line-height: 1;
    position: relative; }
    .sidebar-content .accordion-menu li a:hover {
      color: #00B4D8; }
  .sidebar-content .accordion-menu .has-child {
    position: relative; }
  .sidebar-content .accordion-menu li.has-child a.toggler {
    position: absolute;
    top: 0;
    right: 0;
    padding: .86rem 1rem;
    z-index: 3;
    display: inline-block;
    border: none;
    box-shadow: none;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
    .sidebar-content .accordion-menu li.has-child a.toggler.collapse {
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  .sidebar-content .accordion-menu ul {
    list-style-type: none;
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
    padding-left: .5rem; }
    .sidebar-content .accordion-menu ul a {
      padding: 0.35rem;
      color: #5E5F64; }

.sidebar-card {
    display: block;
  position: relative;
  margin-bottom: 20px; }
  .sidebar-card .title {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 1rem;
    padding-left: 3.5rem;
    text-align: center;
    font-size: 1.125rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff; }
  .sidebar-card img {
    height: 140px;
    object-fit: cover;
    object-position: center;
    width: 100%;
    transition: 0.25s ease-in-out; }
  .sidebar-card:hover img {
    opacity: .9;
    transition: 0.25s ease-in-out; }

.content-menu {
  background: #293132;
  color: #FFF;
  line-height: 1;
  position: relative;
  height: 48px;
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: bold; }
  .content-menu:before, .content-menu:after {
    content: "";
    height: 100%;
    width: 500%;
    position: absolute;
    top: 0;
    background: #293132; }
  .content-menu:before {
    right: 100%; }
  .content-menu:after {
    left: 100%; }
  .content-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .content-menu li {
    display: inline-block; }
  .content-menu a {
    color: #FFF;
    text-transform: uppercase;
    transition: 0.25s ease-in-out;
    text-decoration: none;
    line-height: 1.4;
    padding: .9rem 0; }
    .content-menu a:hover {
      color: #00B4D8;
      transition: 0.25s ease-in-out; }

main > div:last-child:not(.bg-gray) {
  margin-bottom: 4.5rem; }

.section-title, h1 {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.9rem; }

.sub-title {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.9rem; }

.bg-gray {
  background: #F0F1F5; }

.pr-10 {
  padding-right: 10%; }

.pl-10 {
  padding-left: 10%; }

.show-more {
  color: #00B4D8;
  font-size: 14px;
  margin-top: 1.5rem; }
  .show-more:focus-within {
    color: #00B4D8; }

.promo {
  overflow: hidden;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px; }
  .promo .bg-image {
    position: relative;
    height: 400px; }
  .promo-content {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(41, 49, 50, 0.4);
    text-align: center;
    padding: 3.5rem 1rem;
    font-size: 14px;
    color: #F4F4F4;
    font-size: 1.5rem;
    text-decoration: none; }
    .promo-content .promo-title {
      font-size: 3rem;
      font-weight: bold;
      text-transform: uppercase;
      color: #fff;
      margin-bottom: .5rem;
      line-height: 1.3; }
  .promo-text {
    margin-bottom: 0; }
  .promo a:hover {
    text-decoration: none;
    color: #F4F4F4; }

.promo-card {
  position: relative;
  margin-bottom: 20px; }
  .promo-card-content {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    color: #293132;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 1rem;
    text-align: center;
    text-decoration: none; }
    .promo-card-content .promo-title {
      font-size: 1.125rem;
      font-weight: bold;
      text-transform: uppercase;
      margin: 0rem 1.5rem .6rem; }
    .promo-card-content .link {
      text-decoration: underline;
      color: #00B4D8; }
  .promo-card:hover {
    text-decoration: none;
    color: inherit; }
  .promo-card .color-white .title {
    color: inherit; }
  .promo-card img {
    height: 160px; }

.about-info {
  margin-top: 6.5rem;
  margin-bottom: 3rem; }
  .about-info .btn-wrap {
    margin-top: 2rem; }
  .about-info .show-more {
    font-size: 14px;
    font-weight: 400; }

.about-collections {
  padding-top: 4rem;
  padding-bottom: 6rem;
  position: relative; }
  .about-collections:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    max-width: 70%;
    width: 100%;
    height: 100%;
    max-height: 640px;
    background: #F0F1F5; }
  .about-collections:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    max-width: 200%;
    width: 200%;
    height: 100%;
    max-height: 640px;
    background: #F0F1F5; }
  .about-collections .row, .about-collections .section-title {
    z-index: 2;
    position: relative; }
  .about-collections .collection {
    display: inline-block;
    position: relative;
    margin-bottom: 3rem; }
    .about-collections .collection .title {
      text-transform: uppercase;
      font-size: 1.3125rem;
      color: #FFF;
      background: rgba(41, 49, 50, 0.4);
      z-index: 2;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      padding: 1.5rem;
      display: inline-block;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      transition: 0.25s ease-in-out;
      border: 2px solid transparent;
      width: 100%;
      max-width: 260px; }
    .about-collections .collection:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      transition: 0.25s ease-in-out; }
    .about-collections .collection:hover:after {
      background: rgba(34, 166, 220, 0.6);
      transition: 0.25s ease-in-out; }
    .about-collections .collection:hover .title {
      border: 2px solid #FFFFFF;
      background: transparent;
      transition: 0.25s ease-in-out; }
    .about-collections .collection img {
      min-height: 320px;
      object-fit: cover;
      object-position: center;
      width: 100%; }
  .about-collections .btn-wrap {
    margin-top: 3rem; }
  .about-collections .section-title {
    margin-top: 1.3em;
    margin-bottom: 4.5rem; }
  .about-collections .descr p {
    margin-bottom: 2rem; }
  .about-collections .collection {
    display: block; }
  .about-collections .collection-image {
    width: 100%; }

.about-shop {
  padding-top: 6rem;
  padding-bottom: 5rem;
  position: relative; }
  .about-shop:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    max-width: 70%;
    width: 100%;
    height: 100%;
    max-height: 100%;
    background: #F0F1F5; }
  .about-shop:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    max-width: 200%;
    width: 200%;
    height: 100%;
    max-height: 100%;
    background: #F0F1F5; }
  .about-shop .row, .about-shop .section-title {
    z-index: 2;
    position: relative; }
  .about-shop .section-title {
    margin-bottom: 4rem; }
  .about-shop img {
    margin-top: 2rem;
    margin-bottom: 1rem;
    min-height: 320px;
    object-fit: cover;
    object-position: center; }

.about-benefits {
  padding-top: 6rem; }
  .about-benefits .section-title {
    margin-bottom: 2.5rem;
    color: #293132; }
  .about-benefits .benefits-item {
    margin-bottom: 1.5rem;
    margin-top: 1rem; }
    .about-benefits .benefits-item .title {
      color: #00B4D8;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: .5rem; }
  .about-benefits .img-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1; }
  .about-benefits img {
    margin-bottom: 2rem; }

.last-news {
  padding: 6.5rem 0; }
  .last-news .news-card {
    margin-bottom: 30px;
    padding-top: 0;
    padding-bottom: 0; }
  .last-news .section-title {
    margin-bottom: 3rem;
    color: #293132; }
  .last-news .container {
    max-width: 1400px; }
  .last-news .btn-wrap {
    margin-top: 3rem; }

.news [class*="col-"]:nth-child(-n+2) .news-card {
  padding-top: 2rem; }

.news-card {
  padding-top: 6rem;
  padding-bottom: 6rem; }
  .news-card .date {
    font-size: 14px; }
  .news-card .news-title {
    color: #00B4D8;
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
    line-height: 1.4;
    font-weight: 700; }
  .news-card .news-descr {
    margin-bottom: 0.3rem;
    line-height: 1.7;
    font-size: 1rem; }

.news [class*="col-"]:nth-child(4n+3), .news [class*="col-"]:nth-child(4n+4) {
  background: #F0F1F5;
  position: relative; }
  .news [class*="col-"]:nth-child(4n+3) .news-card, .news [class*="col-"]:nth-child(4n+4) .news-card {
    position: relative;
    z-index: 2; }
  .news [class*="col-"]:nth-child(4n+3):before, .news [class*="col-"]:nth-child(4n+3):after, .news [class*="col-"]:nth-child(4n+4):before, .news [class*="col-"]:nth-child(4n+4):after {
    content: "";
    position: absolute;
    height: 100%;
    width: 300%;
    background: #F0F1F5;
    top: 0; }
  .news [class*="col-"]:nth-child(4n+3):before, .news [class*="col-"]:nth-child(4n+4):before {
    right: 100%; }
  .news [class*="col-"]:nth-child(4n+3):after, .news [class*="col-"]:nth-child(4n+4):after {
    left: 100%; }

.news-pic {
  display: block;
  /*height: 100%;*/ 
}
  .news-pic img {
    /*width: 100%;*/
    /*height: 100%;*/ }

.news .news-card {
  max-width: 700px; }
  .news .news-card .news-descr {
    max-height: 134px;
    overflow: hidden; }
  .news .news-card .news-pic img {
    max-height: 240px;
    object-fit: cover;
    object-position: top; }

.news-item .news-card {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.news-item .date {
  margin-bottom: 2rem; }

.news-item .news-pic img {
  width: auto;
  height: auto; }

.news-item .news-descr p {
  margin-right: 2.5rem; }

.news-item .news-descr ul {
  list-style-type: none;
  padding-left: 0; }

.news-item .news-descr ul li {
  margin-bottom: 1.5rem; }

.news-item .pagination a {
  color: #5E5F64;
  white-space: nowrap; }

.news-item .pagination-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-top: 4rem; }

/* catalog page */
.catalog .section-title {
  margin-bottom: 3.5rem; }

.catalog-card {
  position: relative;
  margin-bottom: 30px;
  /*max-width: 380px;*/ 
}
  .catalog-card .catalog-title {
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(41, 49, 50, 0.8);
    padding: 1rem;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700; }
  .catalog-card .catalog-title .grey{color:#bdbdbd}
  .catalog-card .catalog-title .blue{color:#00B4D8}
  .catalog-card:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.25s ease-in-out; }
  .catalog-card:hover:after {
    background: rgba(34, 166, 220, 0.6);
    transition: 0.25s ease-in-out; }

.catalog-image {
  object-fit: cover;
  object-position: center;
  min-height: 240px; }

.breadcrumb {
  background: transparent;
  font-size: 13px;
  padding: 0;
  margin-bottom: 2rem;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .breadcrumb a {
    text-decoration: none; }
  .breadcrumb li {
    margin-bottom: .5rem; }
  .breadcrumb li span{
    color: #00B4D8;
  }
  .breadcrumb li:last-child {
    word-break: break-word;
    display: block; }
  .breadcrumb li:not(:last-child) {
    margin-right: 2rem;
    position: relative; }
    .breadcrumb li:not(:last-child):after {
      content: "/";
      position: absolute;
      right: -1rem; }
    .breadcrumb li:not(:last-child) a {
      color: #5E5F64; }
      .breadcrumb li:not(:last-child) a:hover {
        color: #00B4D8; }

.pagination {
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-top: 1rem; }
  .pagination a {
    text-decoration: none;
    color: #293132;
    padding: 1rem .5rem;
    line-height: 1.05;
    height: 3.25rem; }
    .pagination a svg * {
      transition: 0.25s ease-in-out; }
    .pagination a:hover {
      color: #00B4D8; }
      .pagination a:hover svg * {
        fill: #00B4D8;
        transition: 0.25s ease-in-out; }
  .pagination li {
    margin: 0 .5rem; }
  .pagination li.active a, .pagination a.active {
    color: #fff;
    background-color: #00B4D8;
    border-radius: 50%;
    text-align: center;
    width: 3.25rem; }
  .pagination li.prev {
    margin-right: .5rem; }
    .pagination li.prev .label {
      display: inline-block;
      margin-left: 15px;
      margin-right: 15px; 
    position: static;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 400;
    padding: 0px;}
  .pagination li.next {
    margin-left: .5rem; }
    .pagination li.next .label {
      display: inline-block;
      margin-left: 15px;
      margin-right: 15px; 
    position: static;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 400;
    padding: 0px;}
  .pagination li.pagination-list a {
    color: #00B4D8;
    text-decoration: underline; }

.sidebar-content .inner-toggle-btn {
  font-weight: bold;
  background: #F0F1F5;
  color: #293132;
  font-size: 14px;
  width: 100%;
  padding: 1.25rem 2rem;
  text-decoration: none;
  position: relative; }
  .sidebar-content .inner-toggle-btn svg {
    margin-right: 15px; }
  .sidebar-content .inner-toggle-btn:after {
    content: url("../images/icon-arrow.svg");
    position: absolute;
    top: 50%;
    right: 15px;
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg); }
  .sidebar-content .inner-toggle-btn.collapsed:after {
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg); }

.sidebar-content .filter-menu {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 2rem; }

.sidebar-content .panel-group:not(:last-child) {
  margin-bottom: 1.5rem; }

.sidebar-content .list-group {
  padding-top: 1.5rem;
  border-bottom: 1px solid #EDEDED;
  position: relative;
  display: block; }
  .sidebar-content .list-group-title {
    font-size: 14px;
    margin-bottom: 1rem;
    text-decoration: none;
    color: #293132;
    position: relative;
    display: block; }
    .sidebar-content .list-group-title:after {
      content: "-";
      position: absolute;
      right: 10px;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .sidebar-content .list-group-title.collapsed:after {
      content: "+"; }
  .sidebar-content .list-group-body {
    padding-bottom: 1.5rem; }
  .sidebar-content .list-group label {
    font-size: 12px;
    display: block;
    padding-left: 30px;
    position: relative; }
    .sidebar-content .list-group label span {
      font-weight: normal; }
  .sidebar-content .list-group label:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 4px;
    width: 15px;
    height: 15px;
    background: #EEEEEE; }
  .sidebar-content .list-group [type="checkbox"]:not(:checked), .sidebar-content .list-group [type="checkbox"]:checked {
    position: absolute;
    display: none;
    opacity: 0;
    left: -9999px; }
  .sidebar-content .list-group [type="checkbox"]:checked + label {
    font-weight: bold; }
    .sidebar-content .list-group [type="checkbox"]:checked + label span {
      font-weight: normal; }
  .sidebar-content .list-group [type="checkbox"]:not(:checked) + label:after, .sidebar-content .list-group [type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    transition: 0.25s ease-in-out;
    width: 8px;
    height: 11px;
    border-bottom: 2px solid #00B4D8;
    border-right: 2px solid #00B4D8;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .sidebar-content .list-group [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0); }
  .sidebar-content .list-group .list-price input {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #EDEDED;
    margin-bottom: 5px;
    font-size: 12px;
    max-width: 72px;
    text-align: center;
    color: #6E6583;
    border-radius: 2px;
    padding: 10px 5px; }
  .sidebar-content .list-group .list-price span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    margin-bottom: 5px; }
  .sidebar-content .list-group.btn-group{
      border-bottom:none;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
  }
  .sidebar-content .list-group.btn-group .btn{
    min-width: 40%;
    width: 40%;
  }

.sidebar-content .btn-wrap .btn {
  width: 100%;
  margin-top: 2rem; }

.sidebar-content .btn-show {
  background: #00B4D8;
  color: #fff;
  text-decoration: none;
  padding: 0.3rem;
  position: absolute;
  right: 0;
  font-size: 11px;
  z-index: 400;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .sidebar-content .btn-show:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -8px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 8px 6px 0;
    border-color: transparent #00B4D8 transparent transparent; }

.sidebar-content .ss-container {
  height: 250px; }

.sidebar-content .ss-scroll {
  width: 4px;
  background: #6E6583;
  opacity: 1;
  left: calc(100% - 3px) !important; }

.sidebar-content .ss-content {
  overflow-x: hidden; }
  .sidebar-content .ss-content:after {
    content: "";
    position: absolute;
    top: 0;
    width: 4px;
    height: 100%;
    right: 0;
    background: #F0F1F5; }

.collections .slick-slide {
  height: auto;
  cursor: pointer; }

.collections .slider-main {
  /*border: 1px solid #EEEEEE;*/
  text-align:center;
  position:relative;
}
  .collections .slider-main .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    .collections .slider-main .slick-track .slide img {
      margin: 0 auto; }

.collections .slider-nav {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 1.5rem;
  margin-bottom: 3.5rem; }
  .collections .slider-nav img {
    max-height: 96px;
    max-width: 100%; }
  .collections .slider-nav .slide {
    padding: 5px;
    opacity: 0.5;
    transition: 0.25s ease-in-out; }
  .collections .slider-nav .slick-current {
    opacity: 1;
    transition: 0.25s ease-in-out; }
  .collections .slider-nav .slick-current img {
    border: 2px solid #00B4D8;
    display: inline-block; }
  .collections .slider-nav .slick-prev {
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0; }
  .collections .slider-nav .slick-next {
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0; }
  .collections .slider-nav .slick-list {
    padding: 0  !important;
    margin: 0 50px; }

.collections-short-descr {
  color: #5E5F64;
  max-width: 680px;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 3.5rem; }
.collections-short-descr .count-wrap{display:flex}
.collections-short-descr .count-wrap .amount-control{margin: 0 10px 15px 0;}
  .collections-short-descr .btn-wrap {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .collections-short-descr .short-info {
    margin-bottom: .5rem;
    font-size: 13px; }
    .collections-short-descr .short-info div[class*='info-'] {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      overflow: hidden; }
    .collections-short-descr .short-info .key {
      position: relative;
      padding-bottom: 3px;
      color: #5E5F64; }
      .collections-short-descr .short-info .key:after {
        content: '';
        position: absolute;
        bottom: 15px;
        width: 500px;
        height: 0px;
        margin-left: .5em;
        border-top: 1px dashed #EEEEEE; }
    .collections-short-descr .short-info .val {
      text-align: left;
      max-width: 240px;
      width: 100%;
      background: #FFF;
      z-index: 2;
      padding-bottom: 3px;
      padding-left: 10px;
      color: #0F1427; }
    .collections-short-descr .short-info .info-manufacturer .val {
      text-transform: uppercase;
      color: #00B4D8;
      font-size: 16px; }
    .collections-short-descr .short-info .info-price .val {
      font-weight: bold;
      font-size: 18px; }
    .collections-short-descr .short-info .title {
      font-weight: bold;
      color: #000;
      font-size: 14px; }
  .collections-short-descr .add-to-cart-wrap {
    margin-bottom: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem; }
    .collections-short-descr .add-to-cart-wrap input {
      width: 64px;
      height: 40px;
      margin-right: 0.25rem;
      padding: 0.25rem;
      height: 40px;
      border: 1px solid #EEEEEE;
      vertical-align: middle;
      border-radius: 4px;
      font-size: 16px;
      font-weight: bold;
      text-align: center; }
    .collections-short-descr .add-to-cart-wrap select {
      width: 64px;
      padding: 0.25rem;
      height: 40px;
      border: 1px solid #EEEEEE;
      vertical-align: middle;
      border-radius: 4px;
      font-size: 12px;
      margin-top: 0;
      margin-right: 15px; }
  .collections-short-descr .js-show-block {
    color: #6E6583;
    font-size: 13px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    position: relative;
    padding-right: 30px; }
    .collections-short-descr .js-show-block:after {
      content: url(../images/icon-arrow.svg);
      position: absolute;
      top: 50%;
      right: 0;
      -ms-transform: translateY(-50%) rotate(90deg);
      transform: translateY(-50%) rotate(90deg); }
    .collections-short-descr .js-show-block.active:after {
      -ms-transform: translateY(-50%) rotate(-90deg);
      transform: translateY(-50%) rotate(-90deg); }

.collections-description {
  margin-bottom: 3.5rem;
  color: #5E5F64; }

.collections-tab {
  margin-bottom: 3rem;
  padding-bottom: 3rem; }
  .collections-tab .nav-tabs .nav-link {
    text-decoration: none;
    color: #6E6583;
    font-weight: bold;
    padding: 1rem 2rem 1rem; }
  .collections-tab .nav-tabs .nav-link.active {
    color: #000; }
  .collections-tab .nav-tabs {
    margin-bottom: 1.5rem;
    margin-top: 2rem; }
  .collections-tab .filter-cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(300px, 1fr))[auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 30px;
    grid-auto-rows: 1fr; }
  .collections-tab .filter-cards .mix {
    width: 100%;
    /*max-width: 300px;*/
    width: 100%;
    margin: auto;
    height: 100%; }
  .collections-tab .filter-btns {
    margin-bottom: 2rem; }
  .collections-tab .filter-btns button {
    color: #6E6583;
    font-size: 14px;
    /*border: none;*/
    background: transparent;
    outline: none;
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    box-shadow: none; }
  .collections-tab button.mixitup-control-active {
    color: #fff;
    background: #00B4D8;
  }

.collections .collections-product {
  padding: 30px 20px;
  border: 2px solid #F0F1F5;
  position: relative;
  font-size: 13px;
  color: #6E6583;
  transition: 0.25s ease-in-out;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  .collections .collections-product .info {
    /*-ms-flex: 1;*/
    /*flex: 1;*/ 
  }
  .collections .collections-product .img-wrap {
    text-align: center;
    margin-bottom: 2rem;
    height: 180px;
    display: block; 
    display: flex;
    justify-content: center;
    align-items: center;
  }
    .collections .collections-product .img-wrap img {
      max-height: 180px;
      object-fit: contain; }
  .collections .collections-product .title {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-weight: bold;
    color: #293132;
    text-decoration: none; }
  .collections .collections-product p {
    margin-bottom: .5rem; }
  .collections .collections-product .btn {
    width: 100%;
    font-weight: normal; }
  .collections .collections-product .price-wrap {
    margin-top: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: column;}
    .collections .collections-product .price-wrap .current {
      color: #293132;
      font-size: 16px;
      font-weight: bold;
      line-height: 1; 
      margin-bottom: 10px;}
    .collections .collections-product .price-wrap .old {
      -webkit-text-decoration-line: line-through;
      text-decoration-line: line-through;
      color: #6E6583;
      color: #131313; }
  .collections .collections-product .count-wrap {
    margin-bottom: 1rem; 
    display: flex;
    justify-content: space-between;
  }
    .collections .collections-product .count-wrap input {
      width: 64px;
      height: 40px;
      margin-right: 0.25rem;
      padding: 0.25rem;
      height: 40px;
      border: 1px solid #EEEEEE;
      vertical-align: middle;
      border-radius: 4px;
      font-size: 16px;
      font-weight: bold;
      text-align: center; }
    .collections .collections-product .count-wrap select {
      width: 64px;
      padding: 0.25rem;
      height: 40px;
      border: 1px solid #EEEEEE;
      vertical-align: middle;
      border-radius: 4px;
      font-size: 12px;
      margin-top: 0; }
  .collections .collections-product:hover {
    border: 2px solid #00B4D8;
    box-shadow: 0px 0px 30px rgba(110, 101, 131, 0.2);
    transition: 0.25s ease-in-out; }
  .collections .collections-product-discount {
    position: relative; }
    .collections .collections-product-discount:before {
      content: "Акция";
      position: absolute;
      top: -1px;
      right: -1px;
      padding: 0.4rem;
      background: #FF636F;
      width: 100px;
      text-align: center;
      color: #FFF;
      font-size: 12px;
      border-radius: 0 0 0 10px;
      font-weight: bold;
      z-index: 5; }
  .collections .collections-product-new {
    position: relative; }
    .collections .collections-product-new:before {
      content: "Новинка";
      position: absolute;
      top: -1px;
      right: -1px;
      padding: 0.4rem;
      background: #61AE10;
      width: 100px;
      text-align: center;
      color: #FFF;
      font-size: 12px;
      border-radius: 0 0 0 10px;
      font-weight: bold;
      z-index: 5; }
  .collections .collections-product-bestseller {
    position: relative; }
    .collections .collections-product-bestseller:before {
      content: "Хит продаж";
      position: absolute;
      top: -1px;
      right: -1px;
      padding: 0.4rem;
      background: #00B4D8;
      width: 100px;
      text-align: center;
      color: #FFF;
      font-size: 12px;
      border-radius: 0 0 0 10px;
      font-weight: bold;
      z-index: 5; }

/* discount page */
.discount {
  counter-reset: discount; }
  .discount-card {
    margin-top: 4rem;
    margin-bottom: 5rem; }
    .discount-card-content {
      max-width: 700px;
      position: relative; }
      .discount-card-content:before {
        counter-increment: discount;
        content: counter(discount, decimal-leading-zero);
        display: block;
        line-height: 1;
        color: #00B4D8;
        font-size: 4rem;
        font-weight: 700;
        margin-bottom: 1rem; }
      .discount-card-content ul {
        padding-left: 2rem; }
    .discount-card .title {
      color: #000;
      font-size: 2rem;
      font-weight: 700;
      line-height: 1.3;
      margin-bottom: 2rem; }
    .discount-card img {
      margin-bottom: 1.5rem;
      min-height: 250px;
      object-fit: cover;
      object-position: center; }
    .discount-card:nth-child(odd) {
      background: #F0F1F5;
      padding-top: 6.5rem;
      padding-bottom: 6.5rem;
      margin-top: 5rem;
      position: relative; }
      .discount-card:nth-child(odd):before, .discount-card:nth-child(odd):after {
        content: "";
        position: absolute;
        height: 100%;
        width: 300%;
        background: #F0F1F5;
        top: 0; }
      .discount-card:nth-child(odd):before {
        right: 100%; }
      .discount-card:nth-child(odd):after {
        left: 100%; }
      .discount-card:nth-child(odd) .row {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }

.payment .section-title {
  margin-bottom: 4rem; }

/* delivery page */
.delivery-card {
  margin-bottom: 4rem; }
/*  .delivery-card-content {
    max-width: 600px; }*/
  .delivery-card img {
    margin-bottom: 1.5em; }

.delivery-promo {
  margin-bottom: 5rem;
  position: relative;
  min-height: 360px; }
  .delivery-promo img {
    object-fit: cover;
    object-position: center; }
  .delivery-promo-content {
    color: #FFF;
    padding: 4rem 9%;
    position: relative; }
  .delivery-promo .promo-title {
    font-size: 3rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: .5rem;
    line-height: 1.2; }
  .delivery-promo .promo-text {
    max-width: 720px; }

.delivery .label-discount {
  padding: 4px 1rem;
  background: #FF636F;
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  margin-bottom: .5rem; }

.section-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.section-menu a {
  color: #293132;
  box-shadow: 0px 1px 0px #f0f1f5;
  font-size: 14px;
  display: block;
  text-decoration: none;
  padding: .86rem 2rem;
  line-height: 1.6;
  position: relative; }
  .section-menu a:hover, .section-menu a.active {
    color: #00B4D8; }
  .section-menu a:after {
    content: url("../images/icon-arrow.svg");
    position: absolute;
    top: 50%;
    right: 15px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .section-menu a svg {
    margin-right: 10px; }

.section-content-card:not(:last-child) {
  margin-bottom: 3.5rem; }

.section-content-card .title {
  font-weight: 700;
  margin-bottom: 1.5rem; }

.section-content-card img {
  margin-bottom: 1.5rem; }

.cart-empty-image {
  margin-bottom: 5rem; }

.cart-empty a {
  color: #293132; }

.cart {
  padding-bottom: 8rem; }
  .cart-input {
    border: 1px solid #EEEEEE;
    display: inline-block;
    overflow: hidden;
    border-radius: 4px;
    font-size: 16px;
    color: #293132;
    outline: none;
    height: 40px;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 140px; }
    .cart-input .qty {
      max-width: 70px;
      border: none;
      text-align: center;
      height: 36px; }
      .cart-input .qty:focus, .cart-input .qty:focus-visible {
        box-shadow: none;
        outline: none;
        border: none; }
  .cart-input-title {
    display: inline-block;
    max-width: 80px;
    border: 1px solid #EEEEEE;
    vertical-align: middle;
    border-radius: 4px;
    font-size: 16px;
    color: #293132;
    outline: none;
    height: 40px;
    box-shadow: none;
    margin-bottom: 0px;
    /*margin-top: 5px;*/
  }
    .cart-input-title option {
      border: 1px solid #EEEEEE; }
    .cart-input-title:focus {
      box-shadow: none;
      outline: none;
      border: 1px solid #EEEEEE; }
  .cart .btn-calc {
    cursor: pointer;
    height: 40px;
    padding: .5rem; }
  .cart-remove svg * {
    transition: 0.25s ease-in-out; }
  .cart-remove:hover svg * {
    transition: 0.25s ease-in-out;
    fill: #FF636F; }
  .cart-products table {
    width: 100%;
    font-size: 14px; }
  .cart-products td {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #EDEDED;
    min-width: 45px;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 120px; }
  .cart-products th {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #EDEDED; }
  .cart-products .cart-product-title {
    font-size: 13px;
    width: 260px; }
    .cart-products .cart-product-title a {
      color: inherit;
      text-decoration: none; }
  .cart-products .cart-product-image {
    text-align: left;
    width: 125px;
    padding-left: 0;
    padding-right: 0; }
    .cart-products .cart-product-image img {
      max-width: 120px;
      object-fit: cover;
      object-position: center; }
  .cart-info {
    padding: 2.5rem 3rem;
    border: 1px solid #F0F1F5;
    font-size: 1rem; }
    .cart-info .total-row {
      display: -ms-flexbox;
      display: flex;
      margin-bottom: .5rem; }
    .cart-info .note {
      padding-left: 2rem;
      position: relative;
      color: #5E5F64;
      font-size: 13px;
      margin-top: 1rem;
      margin-bottom: .5rem; }
      .cart-info .note:before {
        content: url("../images/icon-note.svg");
        position: absolute;
        left: 0;
        top: 50%;
        width: 23px;
        height: 18px;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .cart-info .privacy {
      padding-left: 2rem;
      position: relative;
      color: #5E5F64;
      font-size: 13px;
      margin-top: .5rem;
      margin-bottom: 1rem; }
      .cart-info .privacy:before {
        /*content: url("../images/icon-mail.svg");*/
        position: absolute;
        left: 0;
        top: 5px;
        width: 23px;
        height: 18px; }
    .cart-info .btn-main {
      width: 100%; }
    .cart-info .total {
      font-weight: bold; }
    .cart-info hr {
      margin-bottom: .5rem; }
    .cart-info .coupon-row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 0;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-align: center;
      align-items: center; }
      .cart-info .coupon-row .coupon-input {
        border: 1px solid #F0F1F5;
        height: 40px;
        max-width: 215px;
        padding: 0.5rem;
        outline: none; }
      .cart-info .coupon-row .coupon-reset {
        border: none;
        background: transparent;
        color: #5E5F64;
        font-size: 13px;
        text-decoration: underline;
        outline: #FFF;
        padding: 1rem .5rem; }
      .cart-info .coupon-row .coupon-submit {
        border: none;
        background: transparent;
        color: #00B4D8;
        font-size: 13px;
        font-weight: bold;
        text-decoration: underline;
        outline: #FFF;
        padding: 1rem .5rem; }
      .cart-info .coupon-row .coupon-info {
        color: #FF636F;
        font-size: 13px; }
  .cart-info-addition {
    padding: 2rem 0; }
    .cart-info-addition .btn-gray {
      background: #F0F1F5;
      padding: 0.8rem 1rem;
      border: 1px solid #F0F1F5;
      font-size: 14px;
      margin-bottom: 0.8rem;
      margin-right: .8rem; }
      .cart-info-addition .btn-gray svg {
        margin-right: 10px; }
      .cart-info-addition .btn-gray:hover {
        background: #fff;
        color: #000; }
    .cart-info-addition .btn-gray-reverse {
      background: #fff;
      padding: 0.8rem 1rem;
      border: 1px solid #F0F1F5;
      font-size: 14px;
      margin-bottom: .8rem; }
      .cart-info-addition .btn-gray-reverse svg {
        margin-right: 10px; }
      .cart-info-addition .btn-gray-reverse:hover {
        background: #F0F1F5;
        color: #000; }
  .cart-addition {
    padding-top: 6rem;
    padding-bottom: 5rem; }

.checkout {
  padding-bottom: 5rem; }
    .checkout-tab .nav-tabs label,
  .checkout-tab .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    text-decoration: none;
    color: #6E6583;
    margin: 0;
    font-weight: bold;
    padding: 1rem 2rem 1rem; }
  .checkout-tab .nav-tabs .nav-item input{display:none;}
  .checkout-tab .nav-tabs .nav-item input:checked + label,
  .checkout-tab .nav-tabs .nav-link.active {
    color: #000; 
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;}
  .checkout-tab .nav-tabs {
    margin-bottom: 2.5rem; }
  .checkout-tab .profile-info p {
    margin-bottom: 0.5rem;
    font-size: 16px; }
  .checkout-tab .profile-info select {
    font-size: 13px;
    border: 1px solid #EDEDED;
    height: 40px; }
  .checkout-form {
    max-width: 680px;
    font-size: 16px; }
    .checkout-form .checkout-personal label {
      font-size: 13px; }
    .checkout-form .sub-title {
      margin-top: 2.5rem;
      margin-bottom: 1.5rem; }
    .checkout-form .sof-req {
      color: #FF636F; }
    .checkout-form .form-control {
      border: 1px solid #F0F1F5;
      height: 40px; }
    .checkout-form .checkout-delivery select {
      font-size: 13px; }
    .checkout-form label.control-label {
      font-size: 13px; }
    .checkout-form .checkout-addition textarea {
      border: 1px solid #EDEDED;
      height: 160px;
      margin-bottom: 2rem; }

.radio-wrap [type="radio"] + label {
  display: block;
  padding-left: 30px;
  position: relative; }

.radio-wrap [type="radio"] + label:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 2px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #00B4D8; }

.radio-wrap [type="radio"]:not(:checked), .radio-wrap [type="radio"]:checked {
  position: absolute;
  display: none;
  opacity: 0;
  left: -9999px; }

.radio-wrap [type="radio"]:not(:checked) + label:after, .radio-wrap [type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 5px;
  transition: 0.25s ease-in-out;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00B4D8; }

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

.radio-wrap.radio-inline [type="radio"] + label {
  display: inline-block;
  margin-right: 15px;
  line-height: 1.75; }

/* contacts page */
.contacts-card {
  margin-bottom: 5rem; }
  .contacts-card-content {
    margin-top: 4rem;
    margin-bottom: 3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: #F0F1F5;
    position: relative; }
    .contacts-card-content a {
      color: #5E5F64;
      text-decoration: none; }
    .contacts-card-content:before, .contacts-card-content:after {
      content: "";
      position: absolute;
      background: #F0F1F5;
      height: 100%;
      top: 0;
      width: 100%; }
    .contacts-card-content:before {
      right: 50%;
      z-index: -1; }
    .contacts-card-content:after {
      left: 100%; }
  .contacts-card a {
    color: #293132; }
  .contacts-card address {
    margin-bottom: 2rem; }
  .contacts-card .contacts-card-item {
    position: relative;
    padding-left: 3.7rem; }
  .contacts-card p {
    position: relative;
    margin-bottom: 0.2rem; }
  .contacts-card .contacts-phone {
    margin-bottom: 1.5rem; }
  .contacts-card .contacts-email {
    margin-bottom: 1.5rem; }
  .contacts-card svg {
    position: absolute;
    top: 0.2rem;
    left: 0.5rem; }

.contacts-map {
  padding-top: 6rem;
  border-top: 1px solid #EEEEEE;
  margin-bottom: 2rem; }
  .contacts-map .sub-title {
    margin-bottom: 1rem;
    color: #00B4D8;
    font-weight: bold; }
  .contacts-map .map {
    margin-top: 1rem;
    margin-bottom: 4rem; }

.contacts .map-descr {
  margin-bottom: 3rem; }

.contacts-3d-card {
  margin-top: 3rem;
  position: relative; }

.gallery {
  margin-bottom: 4.5rem; }
  .gallery [class*="col-"] {
    margin-bottom: 30px; }
  .gallery a {
    display: block; }
  .gallery img {
    max-height: 250px;
    object-fit: cover;
    object-position: center;
    width: 100%; }

.main .color-white {
  color: #FFF; }

.main .important-info {
  color: #FF636F; }

.\33 d-info {
  margin-bottom: 6rem; }

.\33 d-gallery {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem; }
  .\33 d-gallery .slide {
    padding-left: 10px;
    padding-right: 10px; }
    .\33 d-gallery .slide img {
      height: 100%; }
  .\33 d-gallery .custom-slider-nav {
    position: absolute;
    bottom: 0rem;
    right: 0rem; }
  .\33 d-gallery-title {
    margin-bottom: 2rem; }
  .\33 d-gallery .color {
    font-weight: bold;
    color: #00B4D8;
    margin-top: 2rem; }
  .\33 d-gallery-info .section-title {
    font-size: 2.25rem; }
  .\33 d-gallery-info .descr:not(:last-child) {
    margin-bottom: 3rem; }
  .\33 d-gallery-info .descr, .\33 d-gallery-info .section-title {
    max-width: 905px; }

.slider-nav, .custom-slider-nav {
  position: relative;
  display: inline-block; }
  .slider-nav .slick-arrow, .custom-slider-nav .slick-arrow {
    font-size: 0;
    background: transparent;
    border: 0;
    width: 24px;
    height: 24px;
    margin: 1rem;
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    outline: none; }
  .slider-nav .slick-prev, .custom-slider-nav .slick-prev {
    background-image: url("../images/left.svg"); }
  .slider-nav .slick-next, .custom-slider-nav .slick-next {
    background-image: url("../images/right.svg"); }

.designer-promo {
  position: relative;
  z-index: 2;
  max-width: 560px; }
  .designer-promo img {
    margin-bottom: 2rem;
    margin-top: 2rem; }

.designer-content {
  max-width: 760px; }
  .designer-content ul {
    padding-left: 1.5rem;
    margin-top: 1.5rem; }

.designer-contacts {
  position: relative;
  margin-top: 5rem;
  padding-top: 4.5rem;
  padding-bottom: 10rem; }
  .designer-contacts .descr {
    z-index: 2;
    position: relative;
    max-width: 490px; }
    .designer-contacts .descr p {
      margin-bottom: 1.5rem; }
  .designer-contacts .decor {
    z-index: 2;
    position: absolute;
    top: -7rem;
    left: 115%;
    margin-right: -2rem; }
  .designer-contacts:before {
    content: "";
    position: absolute;
    top: 0;
    left: -14rem;
    width: 500%;
    height: 100%;
    max-height: 100%;
    background: #F0F1F5; }

.designer .color {
  font-weight: bold;
  color: #00B4D8; }

/* shop page */
.shops .section-menu a {
  padding: 0.65rem 1.5rem;
  font-weight: bold; }

.shops .section-menu {
  margin-bottom: 2rem; }

.shops-address {
  margin-bottom: 3rem; }
  .shops-address a {
    color: #293132;
    text-decoration: none; }
  .shops-address address {
    margin-bottom: 1.5rem; }
  .shops-address .contacts-card-item {
    position: relative;
    padding-left: 3.7rem; }
  .shops-address p {
    position: relative;
    margin-bottom: 0.2rem; }
  .shops-address .contacts-phone {
    margin-bottom: 1.5rem; }
  .shops-address .contacts-email {
    margin-bottom: 1.5rem; }
  .shops-address svg {
    position: absolute;
    top: 0.2rem;
    left: 0.5rem; }

.shops .section-content-card:not(:last-child) {
  border-bottom: 1px solid #EEEEEE; }

.shops .label {
  border: 1px solid #F0F1F5;
  display: inline-block;
  min-width: 220px;
  padding: .5rem 1rem;
  font-size: 13px;
  font-weight: bold; }
  .shops .label svg {
    margin-right: 10px; }

.shops .content-main-head {
  margin-top: 6rem;
  margin-bottom: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; 
  position:relative;}
  .shops .content-main-head .btn {
    font-weight: normal; }

.shops .link-more {
  font-size: 14px;
  margin-left: 2rem;
  margin-bottom: 3.5rem; }

.shops .section-content-card .gallery {
  margin-bottom: 2.5rem; }

.shops .gallery [class*="col-"] {
  margin-bottom: 20px; }

.shops .contacts-map {
  padding-top: 4rem; }

.shops .contacts-map .descr {
  margin-bottom: 4rem; }

.shops .contacts-map .map {
  margin-bottom: 6rem; }

.shops .gallery .section-title {
  margin-bottom: 3.5rem; }

.shops .gallery .btn-wrap {
  margin-top: 3rem;
  margin-bottom: 3rem; }

.content h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1.5rem;
  margin-top: 2.1rem; }

.content ul {
  list-style-type: none;
  padding-left: 0.5rem; }
  .content ul li {
    text-indent: -5px;
    margin-bottom: 0.9rem; }
    .content ul li:before {
      content: "-";
      text-indent: -5px;
      margin-right: 5px; }

.content h3 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  margin-top: 2.1rem; }

.content h2 {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  margin-top: 2.1rem; }

.calc .descr {
  color: #5E5F64; }

.calc-tab {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid  #F0F1F5; }
  .calc-tab .nav-tabs .nav-link {
    text-decoration: none;
    color: #6E6583;
    font-weight: bold;
    padding: 1rem 2rem 1rem; }
  .calc-tab .nav-tabs .nav-link.active {
    color: #000; }
  .calc-tab .nav-tabs {
    margin-bottom: 2rem;
    margin-top: 2rem; }
  .calc-tab .tab-pane [class*="col-"]:not(:last-child) {
    position: relative;
    margin-bottom: 30px; }
    .calc-tab .tab-pane [class*="col-"]:not(:last-child):after {
      content: "";
      height: 100%;
      width: 1px;
      border-right: 1px solid  #F0F1F5;
      top: 0;
      position: absolute;
      right: 5%; }

.calc .tab-content {
  font-size: 14px; }

.calc table {
  font-size: 12px;
  color: #293132; }

.calc table td {
  padding-top: .6rem;
  padding-bottom: .6rem; }

.calc table td:not(:first-child) {
  width: 85px; }

.calc table td:first-child {
  max-width: 230px;
  padding-right: 30px; }

.calc table td input {
  max-width: 65px;
  text-align: center;
  color: #6E6583;
  border: 1px solid #EDEDED;
  border-radius: 2px;
  height: 32px; }

.calc-title {
  font-weight: bold;
  margin-bottom: .5rem;
  margin-top: .5rem; }
  .calc-title span {
    font-weight: normal; }

.calc-info {
  padding-top: 5rem;
  padding-bottom: 5rem; }
  .calc-info .calc-title {
    margin-bottom: 1.5rem; }
  .calc-info img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    margin-top: 1rem;
    max-height: 240px; }

.calc .form-control {
  max-width: 230px;
  font-size: 12px;
  height: 40px; }

.calc .group-inline label, .calc .group-inline .form-control {
  display: inline-block; }

.calc .group-inline label {
  margin-right: 10px; }

.calc .note {
  padding-left: 2rem;
  position: relative;
  color: #5E5F64;
  font-size: 13px;
  margin-top: 0rem;
  margin-bottom: 1rem; }
  .calc .note:before {
    content: url("../images/icon-note2.svg");
    position: absolute;
    left: 0;
    top: 0px;
    width: 23px;
    height: 18px; }

.calc .radio-wrap.radio-inline [type="radio"] + label {
  font-size: 12px; }

.calc .btn-calc {
  background-color: #00B4D8;
  color: #FFF;
  font-size: 16px;
  padding: .8rem 1rem;
  min-width: 120px;
  font-weight: normal; }

.calc .btn-calc-reset, .calc .btn-calc-print {
  border: none;
  background: transparent;
  color: #000;
  text-decoration: underline;
  min-width: 120px;
  color: #5E5F64;
  font-size: 16px;
  outline: #FFF;
  padding: 1rem .5rem;
  font-weight: normal; }

.calc .btn-wrap {
  margin-bottom: 1.5rem; }

.calc .calcresult table {
  border-collapse: separate;
  border-spacing: 1em;
  margin-left: -1em; }

.calc .calcresult tr td {
  margin-bottom: .8rem; }

.calc .calcresult tr td:not(:first-child) {
  border: 1px solid #EDEDED;
  text-align: center;
  color: #6E6583; }

.calc-descr {
  color: #5E5F64;
  margin-bottom: 5rem;
  padding-top: 2rem; }
  .calc-descr ol {
    max-width: 730px; }
  .calc-descr ol li {
    margin-bottom: 1rem;
    list-style-position: inside; }

.slider {
  padding-top: 6rem;
  padding-bottom: 6rem; }
  .slider .slider-cards {
    position: initial;
    /*important, allows container-fluid to be the relative*/ }
  .slider .slick-list {
    overflow: visible;
    /*important, allows overflow slides to be visible*/ }
  .slider .slick-next:before, .slider .slick-prev:before {
    color: black; }
  .slider .slick-next, .slider .slick-prev {
    width: 64px;
    height: 64px;
    z-index: 2;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    z-index: 10;
    border: none;
    outline: none;
    font-size: 0;
    transition: 0.25s ease-in-out;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    background-image: url("../images/arrow.svg"); }
  .slider .slick-prev {
    left: 2rem; }
  .slider .slick-prev:hover, .slider .slick-next:hover {
    background-color: #D8DCEB;
    transition: 0.25s ease-in-out; }
  .slider .slick-prev:focus, .slider .slick-next:focus {
    background-color: #C5CDEC;
    transition: 0.25s ease-in-out; }
  .slider .slick-next {
    right: 2rem; }
  .slider .slick-next.slick-disabled:before, .slider .slick-prev.slick-disabled:before {
    display: none; }
  .slider .slick-prev {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .slider .slick-arrow.slick-disabled {
    opacity: 0;
    cursor: not-allowed; }
  .slider .slide {
    max-width: 260px;
    background: #FFFFFF;
    border-radius: 24px;
    overflow: hidden;
    margin: 0 15px;
    line-height: 1.35; }
    .slider .slide .descr {
      color: #1B1E39;
      padding: 23px 15px; }
    .slider .slide .title {
      color: #EB465C;
      font-family: 'Bebas Neue';
      font-size: 2.5rem;
      font-weight: bold;
      line-height: 1; }
  .slider .container-fluid {
    position: relative; }
    .slider .container-fluid:before {
      content: "";
      position: absolute;
      height: 100%;
      width: 120px;
      background: linear-gradient(90deg, #0E0946 0%, rgba(14, 9, 70, 0) 100%);
      left: 0;
      top: 0;
      bottom: 0;
      z-index: 2; }
    .slider .container-fluid:after {
      content: "";
      position: absolute;
      height: 100%;
      width: 120px;
      background: linear-gradient(270deg, #0E0946 0%, rgba(14, 9, 70, 0) 100%);
      right: 0;
      top: 0;
      bottom: 0; }
.show-content.short-content {
    max-height: 90px;
    overflow: hidden;
    position: relative; }
@media (min-width: 1200px) {
  .container {
    max-width: 1630px; }
  .delivery-card-content {
    margin-left: 4rem; } }

@media (min-width: 992px) {
  .col-lg-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .header-contacts .phone-call {
    font-size: 14px; }
  .footer-contacts .phone-call {
    font-size: 14px; }
  .header-contacts, .footer-contacts {
    padding-left: 0; } }

@media (min-width: 576px) {
  .bg-image-mobile {
    display: none; } }

@media (max-width: 1199.98px) {
  .header .login {
    font-size: 0;
    margin-right: 0 !important; }
  .header .navbar {
    padding: 0 15px; }
  html {
    font-size: 14px; }
  .section-title, h1 {
    font-size: 28px; }
  .content-menu a, .sidebar-content .accordion-toggle {
    font-size: 12px; }
  .content-menu a {
    padding: 1rem 0; }
  .content-menu ul {
    -ms-flex-align: center;
    align-items: center;
    height: 100%; }
  .sidebar-content .inner-toggle-btn {
    padding-left: 1rem;
    padding-right: 1rem; }
    .sidebar-content .inner-toggle-btn svg {
      margin-right: 10px; }
  .sidebar-content .accordion-menu li a {
    padding-left: .5rem;
    padding-right: 1rem; }
  .sidebar-content .accordion-menu > li > a:after {
    right: 0; }
  .sidebar-content .accordion-menu ul {
    padding-left: 0.5rem; }
  .section-menu a {
    padding-left: 0rem;
    padding-right: 1rem; }
    .section-menu a:after {
      right: 0; }
  .contacts-3d-card {
    height: 740px; }
    .contacts-3d-card > iframe {
      height: 100%  !important; }
  .designer-contacts .decor {
    position: relative;
    top: 0;
    left: 0; }
  .designer-contacts {
    padding-bottom: 4.5em; }
  .calc-tab .tab-pane [class*="col-"]:not(:last-child):after {
    right: 0; } }

@media (max-width: 991px) {
  .content-menu {
    display: none; }
  .header-top {
    padding: 15px 0; }
  .header .logo-wrap {
    margin-bottom: 1.5rem; }
  .header-address {
    margin-bottom: 1.1rem; }
  .header-search {
    margin-bottom: .5rem; }
  .header-contacts {
    margin-bottom: 0.5rem; }
  .content-menu a, .sidebar-content .accordion-toggle {
    font-size: 14px; }
  .sidebar-content {
    margin-bottom: 2rem; }
  .about-info {
    margin-top: 4.5rem; }
  .about-collections {
    padding-top: 2rem;
    padding-bottom: 4.5rem; }
  .sidebar-content .accordion-toggle {
    margin-bottom: 1.5rem; }
  .sidebar-content .dropdown {
    margin-bottom: 0; }
  .sidebar-content .inner-toggle-btn:after, .sidebar-content .inner-toggle-btn.collapsed:after {
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .contacts-map .map {
    height: 540px; }
    .contacts-map .map > ymaps {
      height: 100%  !important; }
  .contacts-3d-card {
    height: 540px; }
    .contacts-3d-card > iframe {
      height: 100%  !important; }
  .\33 d-gallery-info .descr:last-child {
    margin-bottom: 2rem; }
  .news-item .pagination-section {
    font-size: 16px;
    text-align: center;
    display: block; }
  .news-item .pagination li {
    margin: 0; }
    .news-item .pagination li .label {
      margin: 0 5px; }
  .news-item .pagination {
    -ms-flex-pack: center;
    justify-content: center; }
  .calc-tab .tab-pane [class*="col-"]:not(:last-child):after {
    display: none; }
  .collections-tab .nav-tabs .nav-link {
    padding: 1rem; } 
.hide-md{display:none}}

@media (max-width: 767px) {
  .about-shop:before {
    max-width: 200%;
    width: 200%; }
  .about-collections:before {
    max-width: 200%;
    width: 200%; }
  .header-contacts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .about-shop {
    padding-top: 4rem;
    padding-bottom: 3rem; }
  .about-shop img {
    margin-bottom: 2px; }
  .about-benefits {
    padding-top: 4rem; }
  .about-benefits .benefits-item {
    font-size: 16px; }
  .footer .footer-menu {
    margin-bottom: 0.2rem; }
  .header-address p {
    line-height: 1.5; }
  .footer-bottom .payments ul {
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .footer-contacts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0.5rem; }
  .footer-main {
    padding-top: 4.25rem;
    padding-bottom: 3rem; }
  .footer-address {
    margin-bottom: 1.6rem; }
  .footer-address address {
    line-height: 1.5; }
  .footer .messenger {
    margin-top: .5rem; }
  .footer-bottom {
    padding: 1.6rem 0; }
  .footer .payments {
    margin-bottom: 0.5rem; }
  .header-contacts p.has-icon, .footer-contacts p.has-icon {
    display: block; }
  .pagination {
    margin-bottom: 3rem; }
  main > div:last-child:not(.bg-gray) {
    margin-bottom: 3.5em; }
  .messenger a {
    margin: 0 2px; }
  .contacts-card img {
    margin-bottom: 2.5rem;
    min-height: 250px;
    object-fit: cover;
    object-position: center; }
  .contacts-card {
    margin-bottom: 4rem; }
  .contacts-map {
    padding-top: 4rem; }
  .contacts-gallery .slick-slide {
    height: 250px;
    width: 300px; }
  .designer-contacts:before {
    height: 70%; }
  .\33 d-gallery .custom-slider-nav {
    position: relative; }
  .custom-slider-nav .slick-arrow {
    margin-bottom: 1rem; }
  .cart-products thead {
    display: none; }
  .cart-products tbody, .cart-products tbody tr, .cart-products tbody td {
    display: block; }
  .cart-products tbody td:not(:first-child) {
    float: right;
    width: 60%; }
  .cart-products tbody td:first-child {
    float: left;
    width: 40%; }
  .cart-products tbody td {
    height: auto;
    padding: .5rem 0;
    min-height: auto;
    border: none; }
  .cart-products tbody tr {
    border-bottom: 1px solid #EDEDED;
    padding-top: 1rem;
    padding-bottom: 3rem; }
    .cart-products tbody tr:before, .cart-products tbody tr:after {
      display: table;
      line-height: 0;
      content: ''; }
    .cart-products tbody tr:after {
      clear: both; }
    .cart-products tbody tr:not(:first-child) {
      padding-top: 3rem;
      padding-bottom: 3rem; }
  .cart-info {
    margin-top: 4rem; }
  .cart .total-row {
    margin-bottom: 1rem; }
  .calc {
    margin-top: 1.5rem; }
  .calc-tab {
    margin-bottom: 2rem; }
  .calc-descr ol {
    padding-left: 0;
    margin-top: 3rem; }
  .collections-tab .nav-tabs .nav-link {
    padding: 0.8rem; }
  .collections-tab .nav-tabs, .collections-tab .nav-link {
    border: none;
    display: block; }
  .collections-tab .nav-tabs .nav-item {
    display: block; }
.hide-sm{display:none}}

@media (max-width: 576px) {
  .pr-10 {
    padding-right: 15px; }
  .header-main {
    padding-top: 16px; }
  .section-title, h1 {
    line-height: 1.25;
    margin-bottom: 2.5rem; }
  h1 {
    margin-bottom: 1.5rem; }
  .footer .footer-main-menu {
    column-count: 1; }
  .breadcrumb {
    margin-bottom: 0.8rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .promo, .promo-card, .sidebar-card {
    margin-bottom: 15px; }
  .about-info {
    margin-top: 1.5rem;
    margin-bottom: 6rem; }
  .about-collections .section-title, .about-shop .section-title {
    margin-bottom: 2.5rem; }
  .sidebar-content .accordion-menu li.active ul {
    padding-left: 0; }
  .sidebar-content {
    margin-bottom: 1.5rem; }
  main > div:last-child:not(.bg-gray) {
    margin-bottom: 2.5rem; }
  .last-news {
    padding: 4rem 0; }
  .news-pic img {
    height: auto;
    margin-bottom: 2.5rem; }
  .news-card .news-title {
    margin-bottom: 1rem;
    margin-top: 1rem; }
  .news-card .news-descr, .news-card a {
    font-size: 16px;
    line-height: 1.7; }
  .last-news [class*="col-"]:last-child {
    margin-bottom: 0; }
  .discount-card {
    margin-top: 2.5em;
    margin-bottom: 2rem; }
  .discount-card .title {
    margin-bottom: 0.5rem; }
  .discount-card:nth-child(odd) {
    margin-top: 2.5rem;
    padding-top: 4.5rem;
    padding-bottom: 2.5rem; }
  .catalog-image {
    min-height: 300px; }
  .bg-image-mobile {
    display: block; }
  .bg-image-desktop {
    display: none; }
  .delivery-promo {
    padding-bottom: 15rem;
    margin-bottom: 4rem; }
    .delivery-promo .bg-image-mobile {
      object-position: top; }
  .delivery-promo-content {
    padding: 3.5rem 2rem; }
  .delivery-promo .promo-title {
    font-size: 2.75rem; }
  .contacts-card img {
    max-height: 350px;
    width: 100%; }
  .contacts-card-content {
    margin-top: 2rem;
    margin-bottom: 2.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .gallery-slider-mobile [class*="col-"] {
    width: 300px;
    height: 250px; }
  .gallery-slider-mobile img {
    height: 250px;
    object-fit: cover;
    object-position: center; }
  .contacts-map .sub-title {
    margin-bottom: 1rem; }
  .contacts-map .map {
    margin-bottom: 5rem; }
  .shops .section-title {
    margin-bottom: 2rem; }
  .shops .section-menu a {
    padding: 0.7rem 2.5rem; }
  .shops .content-main-head {
    margin-top: 4.5rem;
    margin-bottom: 1rem; }
  .shops .content-main-head .label {
    margin-bottom: 1rem; }
  .shops .section-content-card:not(:last-child) {
    margin-bottom: 4rem; }
  .shops .contacts-map .map {
    margin-bottom: 4rem; }
  .shops .content-main-head .btn {
    margin-bottom: .5rem;
    margin-top: .5rem; }
  .designer-promo img {
    margin-top: 0;
    width: 100%;
    object-fit: cover;
    max-height: 330px; }
  .designer-contacts .decor {
    margin-top: 0.5rem;
    width: 100%;
    object-fit: cover;
    max-height: 330px; }
  .designer-contacts {
    padding-bottom: 1.5em;
    margin-top: 2rem;
    padding-top: 2.5rem; }
  .\33 d-info {
    margin-bottom: 4rem; }
  .\33 d-gallery {
    padding-top: 4rem;
    padding-bottom: 4rem; }
  .\33 d-gallery-info .section-title {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 2.25rem; }
  .\33 d-gallery-info img {
    width: 100%;
    object-fit: cover;
    max-height: 250px; }
  .\33 d-gallery .color {
    margin-top: 3rem;
    margin-bottom: 4rem; }
  .\33 d-gallery .slide img {
    height: 250px;
    object-fit: cover; }
  .news [class*="col-"]:nth-child(-n+2) .news-card {
    padding-top: 0; }
  .news .news-pic img {
    margin-bottom: 1.5rem; }
  .news .news-card .news-title {
    margin-bottom: 0.5rem; }
  .news .news-card {
    padding-top: 4rem;
    padding-bottom: 4rem;
    font-size: 17px; }
  .news-item .news-card {
    padding-top: .5rem;
    padding-bottom: 0; }
  .news-item .date {
    margin-bottom: 1rem; }
  .news-item .pagination {
    margin-bottom: 1rem; }
  .cart-info {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .section.cart {
    padding-bottom: 3rem; }
  .cart-addition {
    padding-top: 4rem;
    padding-bottom: 3rem; }
  .checkout-tab .nav-tabs .nav-link, .checkout-tab .nav-tabs {
    border: none;
    display: block; }
  .checkout-tab .nav-tabs .nav-item label{
        display: block;
        text-align: center;
        border: 1px solid #dee2e6!important;
  }
  .checkout-tab .nav-tabs .nav-link {
    padding: 0.5rem; }
  .calc-tab .nav-tabs, .calc-tab .nav-tabs .nav-link {
    border: none;
    display: block; }
  .calc-tab .nav-tabs .nav-link {
    padding: 0.5rem; }
  .calc-tab .nav-tabs .nav-item {
    display: block; }
  .calc .btn-calc {
    width: 100%;
    margin-bottom: 0.5rem; }
  .calc-descr {
    padding-top: 3rem;
    margin-bottom: 3rem; }
  .calc-info {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem; }
  .calc-info img {
    width: auto; }
  .collections-tab .nav-tabs .nav-link {
    padding: 0.5rem; }
  .collections-main-img img {
    max-height: 320px;
    max-width: 320px; }
  .collections .slider-nav {
    display: none; }
  .collections-main-img {
    margin-bottom: 2rem; }
    .collections-main-img .slide {
      padding: 5px;
      opacity: 0.5;
      transition: 0.25s ease-in-out; }
    .collections-main-img .slick-current {
      opacity: 1;
      transition: 0.25s ease-in-out; }
  .collections .cart-info-addition {
    margin-bottom: 2rem; }
  .collections-short-descr .short-info .val {
    max-width: 180px; } }

@media (max-width: 360px) {
  .collections-tab .filter-cards .mix {
    max-width: 100%; }
  .collections-tab .filter-cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; }
  .collections-main-img img {
    max-height: 200px;
    max-width: 320px; } }

.location-input{position:relative}
.location-input .fake-location-input{background:none;z-index:2;position:relative}
.location-input .fake-location-input-back{position:absolute;left:0;z-index:1;color:#aaa;top:42px}
.field-error{color:red}
.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;/*pointer-events:none*/}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("../images/jquery-ui/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("../images/jquery-ui/ui-icons_444444_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("../images/jquery-ui/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("../images/jquery-ui/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("../images/jquery-ui/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("../images/jquery-ui/ui-icons_cc0000_256x240.png")}.ui-button .ui-icon{background-image:url("../images/jquery-ui/ui-icons_777777_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}
.ui-widget.ui-widget-content{    max-width: 300px;list-style: none;padding: 0 10px;}
.amount-control{
    display: flex;
    border-radius: 50rem;
    font-size: 1.125rem;
}
.amount-control-btn{
    position: relative;
    z-index: 10;
    height: auto;
    border: 1px solid #e9e9e9;
    padding: 0.25rem 0.75rem;
    font-size: inherit;
    font-weight: 700;
    line-height: 1;
    width: auto!important;
    min-width: auto;
}
.amount-control-btn:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}
.amount-control-btn:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
}
.amount-control input {
    flex-grow: 1;
    width: 100%;
    min-width: calc(5ch + 0.5rem);
    height: auto;
    border-left-width: 0;
    border-right-width: 0;
    padding: 0.25rem;
    font-size: inherit;
    line-height: 1;
    text-align: center;
    color: #4a4a4a!important;
    background-color: #fff!important;
    margin: 0!important;
    border-radius: 0!important;
    border-left: none!important;
    border-right: none!important;
}

.amount-control-btn{}

.up {
    position: fixed;
    width: 50px;
    height: 50px;
    background: #00B4D8;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
}

.labels-list {position: absolute;left: 15px;top: 15px;right: auto;z-index: 1;}
.labels-list .labels-list__label {color: #fff;background: #76c86d;text-transform: uppercase;text-align: center;font-size: 0.875rem;font-weight: 500;line-height: 122.222222%;padding: 0.3125rem 0.75rem;border-radius: 0.3125rem;}
.labels-list .labels-list__label.label-new {color: #fff;background: #76c86d;}

.info-links{margin-bottom: 15px;}
.info-links a{text-decoration: none;margin-right: 10px;padding: 5px 8px;background: #f8f8f8;color: #333;font-size: 14px;box-shadow: 0px 0px 2px #CCC;display: inline-block;margin-bottom: 10px;}
.info-links a:hover{background: #dedede;}