@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;700&family=Ubuntu:wght@400;700&display=swap');

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
}

:-ms-input-placeholder {
  color: inherit;
}

:-moz-placeholder {
  color: inherit;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

input, select, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input, select, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

img {
  max-width: 100%;
}

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

body {
  line-height: 1.4;
  transition: 0s;
  background: #fff;
  color: #000;
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

input:focus,
button,
button:focus,
textarea {
  outline: none;
}

button {
  cursor: pointer;
  transition: all 0.3s ease;
}

button {
  background-color: transparent;
  border: none;
}

a:focus,
a:active {
  color: inherit;
  outline: 0;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

a,
input[type=submit] {
  transition: all 0.3s ease;
  color: inherit;
  cursor: pointer;
}

textarea {
  resize: none;
}

.table-respond {
  overflow: auto;
}

.table-respond td, .table-respond th {
  white-space: nowrap;
}

.btn, .btn:focus, .btn:hover {
  outline: none;
  box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.light, .section.section-item .item-information .price span {
  font-weight: 300;
}

.regular, .section.section-cart .cart-table table tbody td.cost .old-price, .section.section-cart .cart-table table tbody td.price .old-price, .section.section-cart .cart-table table tbody th.cost .old-price, .section.section-cart .cart-table table tbody th.price .old-price, .section.section-collection .product-envelope .product .p-title span, .product .p-price span, header .bottom-nav .container ul li.has-submenu .submenu .submenu-col ul li a {
  font-weight: 400;
}

.medium, .section.section-item .item-information .price p, .section.section-catalog .catalog-content .catalog-sidebar .sidebar-elem .range-total input, .section.section-consult .tel, .section.section-collection .product-envelope .product .p-title {
  font-weight: 500;
}

.bold, .buy-block .buy-nav .nav-item .price span, .buy-block .buy-nav .nav-item .price, .section.section-cart .cart-table table tbody td.cost, .section.section-cart .cart-table table tbody td.price, .section.section-cart .cart-table table tbody th.cost, .section.section-cart .cart-table table tbody th.price, .product .p-price, header .bottom-nav .container ul li.has-submenu .submenu .submenu-col.price .sale:after, header .bottom-nav .container ul li.has-submenu .submenu .submenu-col ul li a span {
  font-weight: 700;
}

.d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.flex {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.flex-reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.flex-center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.flex-left {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.flex-right {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.flex-justify {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.flex-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-top {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.flex-middle {
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  align-self: center;
}

.flex-bottom {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.flex-item-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.flex-item-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flex-item-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.rouble-sans {
  font-family: "RoubleSans";
  font-size: 16px !important;
  font-style: normal;
  /* line-height: 0; */
  vertical-align: baseline;
}

td.price .rouble-sans,
td.cost .rouble-sans {
    font-size: inherit !important;
    font-style: normal;
    margin: 0 0 auto 2px;
}

.cart-total .rouble-sans{
  font-size: inherit !important;
  margin: 0 0 0 3px;
}

/**START HEADER **/
header {
  position: relative;
}
header .top-nav {
  padding: 20px 0;
  background: #fff;
}
@media (max-width: 575px) {
  header .top-nav {
    padding: 0;
  }
}
header .top-nav .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  header .top-nav .container {
    min-height: 92px;
  }
}
header .top-nav .container .logo img {
  display: block;
}
@media (max-width: 575px) {
  header .top-nav .container .logo img {
    max-width: 130px;
  }
}
header .top-nav .container .logo:hover {
  opacity: 0.6;
}
header .top-nav .container .add-nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
header .top-nav .container .add-nav ul {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1229px) {
  header .top-nav .container .add-nav ul {
    display: none;
  }
}
header .top-nav .container .add-nav ul li {
  margin: 0 20px;
}
header .top-nav .container .add-nav ul li a {
  font-size: 16px;
}
header .top-nav .container .add-nav ul li a:hover {
  color: #ff5d4c;
}
header .top-nav .container .add-nav .head-contacts {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 100px;
}
@media (max-width: 575px) {
  header .top-nav .container .add-nav .head-contacts {
    margin: 0;
  }
}
header .top-nav .container .add-nav .head-contacts a {
  font-size: 24px;
}
@media (max-width: 575px) {
  header .top-nav .container .add-nav .head-contacts a {
    font-size: 16px;
    font-weight: 500;
  }
}
header .top-nav .container .add-nav .head-contacts a:hover {
  color: #ff5d4c;
}
header .top-nav .container .add-nav .head-contacts p {
  font-size: 14px;
}
@media (max-width: 575px) {
  header .top-nav .container .add-nav .head-contacts p {
    display: none;
  }
}
header .top-nav .container .add-nav .head-contacts p span {
  font-weight: 700;
}
header .top-nav .container .add-nav.search-open {
  flex-wrap: nowrap;
} 
header .bottom-nav {
  background: #222427;
}
header .bottom-nav .container {
	padding: 0 !important;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
header .bottom-nav .container ul {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
header .bottom-nav .container ul li {
  margin: 0;
}
.show-room {
    margin: 0 300px 0 15px;
}
header .bottom-nav .container ul li:nth-last-child(1) {
  margin: 0;
}
@media (max-width: 1229px) {
  header .bottom-nav .container ul li {
    display: none;
  }
}
header .bottom-nav .container ul li > a {
  font-weight: 500;
  color: #fff;
  padding: 24px 13px;
  display: block;
  position: relative;
}
header .bottom-nav .container ul li > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #ff5d4c;
  width: 0;
  height: 3px;
  opacity: 0;
  transition: all 0.3s ease;
}
header .bottom-nav .container ul li > a:hover:after {
  width: 100%;
  left: 0;
  opacity: 1;
}
header .bottom-nav .container ul li.active > a {
  background: #ff5d4c;
}
header .bottom-nav .container ul li.has-submenu .submenu {
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  max-width: 1500px;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  z-index: 9999;
  border: 1px solid #e4e4e4;
  background-color: #fbfbfb;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
}
@media screen and (max-width: 1560px) {
  header .bottom-nav .container ul li.has-submenu .submenu {
    min-width: 100%;
  }
}
header .bottom-nav .container ul li.has-submenu .submenu.opened {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
header .bottom-nav .container ul li.has-submenu .submenu .submenu-col {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  border-right: 1px solid #e4e4e4;
}
header .bottom-nav .container ul li.has-submenu .submenu .submenu-col .submenu-elem {
  display: inline-block;
  vertical-align: top;
  padding: 15px;
}
@media (max-width: 1440px) {
  header .bottom-nav .container ul li.has-submenu .submenu .submenu-col .submenu-elem {
    padding: 10px;
  }
}
header .bottom-nav .container ul li.has-submenu .submenu .submenu-col .s-title {
  font-size: 17px;
  font-family: "HelveticaMedium";
  position: relative;
}
header .bottom-nav .container ul li.has-submenu .submenu .submenu-col .s-title:after {
  content: "";
  display: table;
  margin: 5px 0 15px;
  width: 44px;
  height: 2px;
  background: #ff5d4c;
}
header .bottom-nav .container ul li.has-submenu .submenu .submenu-col .btn.btn-gray {
  width: 245px;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex !important;
}
header .bottom-nav .container ul li.has-submenu .submenu .submenu-col ul {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: auto;
  width: 100%;
}
header .bottom-nav .container ul li.has-submenu .submenu .submenu-col ul li {
  margin: 0 0 5px;
  display: table;
}
header .bottom-nav .container ul li.has-submenu .submenu .submenu-col ul li:nth-last-child(1) {
  margin: 0;
}
header .bottom-nav .container ul li.has-submenu .submenu .submenu-col ul li a {
  font-size: 15px;
  padding: 0;
  color: #000;
  background: transparent;
}
header .bottom-nav .container ul li.has-submenu .submenu .submenu-col ul li a:after, header .bottom-nav .container ul li.has-submenu .submenu .submenu-col ul li a:before {
  content: none;
}
header .bottom-nav .container ul li.has-submenu .submenu .submenu-col ul li a:hover {
  color: #ff5d4c;
}
header .bottom-nav .container ul li.has-submenu .submenu .submenu-col.type {
  border-right: 1px solid #e4e4e4;
  width: 32%;
}
header .bottom-nav .container ul li.has-submenu .submenu .submenu-col.type .submenu-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  white-space: nowrap;
}
@media (max-width: 1440px) {
  header .bottom-nav .container ul li.has-submenu .submenu .submenu-col.type {
    width: 45%;
  }
}
header .bottom-nav .container ul li.has-submenu .submenu .submenu-col.type .submenu-elem:nth-child(1) {
  padding-bottom: 0;
  border-right: 1px solid #e4e4e4;
}
header .bottom-nav .container ul li.has-submenu .submenu .submenu-col.type .submenu-elem:nth-child(2) {
  border-right: none;
}
header .bottom-nav .container ul li.has-submenu .submenu .submenu-col.type .btn.btn-gray {
  margin: 30px auto 0;
}
header .bottom-nav .container ul li.has-submenu .submenu .submenu-col.type .btn.btn-gray:after, header .bottom-nav .container ul li.has-submenu .submenu .submenu-col.type .btn.btn-gray:before {
  content: none !important;
}
header .bottom-nav .container ul li.has-submenu .submenu .submenu-col.price {
  border-right: 1px solid #e4e4e4;
  width: 18%;
}
.brands-menu {
	padding: 15px 25px !important;
}
.brand-li {
    width: 16%;
    padding: 5px 8px;
}
@media (max-width: 1440px) {
  header .bottom-nav .container ul li.has-submenu .submenu .submenu-col.price {
    width: 27%;
  }
}
header .bottom-nav .container ul li.has-submenu .submenu .submenu-col.price .sale {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  color: #000;
  margin: 20px 0;
  white-space: nowrap;
  background: transparent;
}
header .bottom-nav .container ul li.has-submenu .submenu .submenu-col.price .sale:after, header .bottom-nav .container ul li.has-submenu .submenu .submenu-col.price .sale:before {
  content: none !important;
}
header .bottom-nav .container ul li.has-submenu .submenu .submenu-col.price .sale img {
  margin: 0 10px 0 0;
}
header .bottom-nav .container ul li.has-submenu .submenu .submenu-col.price .sale:after {
  content: none;
  font-size: 16px;
  color: #000;
}
header .bottom-nav .container ul li.has-submenu .submenu .submenu-col.price .submenu-elem {
  border: none;
}
header .bottom-nav .container ul li.has-submenu .submenu .submenu-col.price .submenu-elem:nth-child(1) {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 0;
}
header .bottom-nav .container ul li.has-submenu .submenu .submenu-col.color .default-radio {
  padding: 0;
  margin: 0;
}
header .bottom-nav .container ul li.has-submenu .submenu .submenu-col.color .default-radio img {
  min-width: 142px;
  height: 31px;
}
header .bottom-nav .container ul li.has-submenu .submenu .submenu-col.popular {
  border-right: none;
  width: 50%;
}
header .bottom-nav .container ul li.has-submenu .submenu .submenu-col.popular .submenu-headings {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 25px;
}
header .bottom-nav .container ul li.has-submenu .submenu .submenu-col.popular .submenu-headings .s-title {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  position: relative;
  margin: 0 15px 0 0;
}
header .bottom-nav .container ul li.has-submenu .submenu .submenu-col.popular .submenu-headings .s-title:after {
  position: absolute;
  top: 100%;
  left: 0;
}
header .bottom-nav .container ul li.has-submenu .submenu .submenu-col.popular .submenu-headings .btn.btn-gray__small {
  display: inline-flex !important;
  min-height: 40px !important;
  padding: 0;
}
header .bottom-nav .container ul li.has-submenu .submenu .submenu-col.popular ul {
  width: 100%;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  flex-direction: initial;
}
header .bottom-nav .container ul li.has-submenu .submenu .submenu-col.popular ul li {
  width: 33.333333%;
  float: left;
}
@media (max-width: 1440px) {
  header .bottom-nav .container ul li.has-submenu .submenu .submenu-col.popular ul li {
    width: 50%;
  }
}
header .bottom-nav .container ul li.has-submenu .submenu .submenu-col.popular .submenu-elem {
  padding: 20px;
}
header .bottom-nav .container ul li.has-submenu .submenu .submenu-col.popular .submenu-elem:nth-child(1) {
  border-bottom: 1px solid #e4e4e4;
}
header .bottom-nav .container ul li.has-submenu a:before {
  content: "";
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8.5px 0 8.5px;
  border-color: #fe5d4c transparent transparent transparent;
  z-index: 899999;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
header .bottom-nav .container ul li.has-submenu.active a:before {
  visibility: visible;
  opacity: 1;
}
header .bottom-nav .container .user-nav {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
header .bottom-nav .container .user-nav .nav-elem {
  padding: 22px;
  background: #242629;
  min-height: 70px;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
header .bottom-nav .container .user-nav .nav-elem svg {
  display: block;
}
header .bottom-nav .container .user-nav .nav-elem svg path {
  fill: #fff;
}
header .bottom-nav .container .user-nav .nav-elem.user {
  background: #1d1f21;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  header .bottom-nav .container .user-nav .nav-elem.user {
    position: static;
  }
}
header .bottom-nav .container .user-nav .nav-elem.user.is-active {
  background: #ff5d4c;
}
header .bottom-nav .container .user-nav .nav-elem.user .user-menu {
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.15);
  background: #fff;
  width: 430px;
  z-index: 999;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  cursor: default;
}
header .bottom-nav .container .user-nav .nav-elem.user .user-menu.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 767px) {
  header .bottom-nav .container .user-nav .nav-elem.user .user-menu {
    width: 100%;
  }
}
header .bottom-nav .container .user-nav .nav-elem.user .user-menu .nav.nav-tabs {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: none;
}
header .bottom-nav .container .user-nav .nav-elem.user .user-menu .nav.nav-tabs li {
  width: 50%;
  margin: 0;
  display: block !important;
}
header .bottom-nav .container .user-nav .nav-elem.user .user-menu .nav.nav-tabs li a {
  font-size: 16px;
  color: #333333;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  min-height: 53px;
  justify-content: center;
  align-items: center;
  font-family: "HelveticaBold";
  background: #eeeeee;
  padding: 0 15px;
}
header .bottom-nav .container .user-nav .nav-elem.user .user-menu .nav.nav-tabs li a:after {
  content: none;
}
header .bottom-nav .container .user-nav .nav-elem.user .user-menu .nav.nav-tabs li a.active {
  background: #fff;
}
header .bottom-nav .container .user-nav .nav-elem.user .user-menu .nav.nav-tabs li.active a {
  background: #fff;
}
header .bottom-nav .container .user-nav .nav-elem.user .user-menu .tab-content .tab-pane {
  padding: 25px 66px 25px 30px;
  position: relative;
}
header .bottom-nav .container .user-nav .nav-elem.user .user-menu .tab-content .tab-pane .user-close {
  position: absolute;
  right: 14px;
  top: 20px;
  cursor: pointer;
}
header .bottom-nav .container .user-nav .nav-elem.user .user-menu .tab-content .tab-pane .title {
  font-size: 21px;
  letter-spacing: 1px;
  font-family: "HelveticaBold";
  color: #333333;
  margin: 0 0 25px;
}
header .bottom-nav .container .user-nav .nav-elem.user .user-menu .tab-content .tab-pane .form-group .form-control {
  min-height: 40px;
  font-size: 16px;
  color: #666666;
}
header .bottom-nav .container .user-nav .nav-elem.user .user-menu .tab-content .tab-pane .forgot {
  font-size: 15px;
}
header .bottom-nav .container .user-nav .nav-elem.user .user-menu .tab-content .tab-pane .forgot:hover {
  text-decoration: underline;
}
header .bottom-nav .container .user-nav .nav-elem.user .user-menu .tab-content .tab-pane .form-info {
  font-size: 12px;
}
header .bottom-nav .container .user-nav .nav-elem.cart-elem {
  background: #17191b;
  height: 100%;
  padding: 0 15px;
  color: #fff;
}
header .bottom-nav .container .user-nav .nav-elem.cart-elem .cart-img {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ff5d4c;
  margin: 0 25px 0 0;
  font-weight: 700;
  border: 2px solid #ff5d4c;
  transition: all 0.3s ease;
}
@media (max-width: 575px) {
  header .bottom-nav .container .user-nav .nav-elem.cart-elem .cart-img {
    margin: 0;
  }
}
header .bottom-nav .container .user-nav .nav-elem.cart-elem span {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  header .bottom-nav .container .user-nav .nav-elem.cart-elem span {
    display: none;
  }
}
header .bottom-nav .container .user-nav .nav-elem.cart-elem i {
  font-size: 12px;
  display: block;
  margin: 2px 0 0 7px;
}
header .bottom-nav .container .user-nav .nav-elem:hover {
  background: #ff5d4c;
}
header .bottom-nav .container .user-nav .nav-elem:hover.cart .cart-img {
  border-color: #fff;
  background: transparent;
}
@media (min-width: 1229.02px) {
  header .mob-nav {
    display: none;
  }
}
@media (max-width: 1229px) {
  header .mob-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: fixed;
    height: 100%;
    min-height: 100vh;
    background: #222427;
    width: 300px;
    transform: translateX(100%);
    transition: all 0.3s ease;
    right: 0;
    top: 0;
    z-index: 99999;
    overflow: auto;
    padding: 25px 0;
  }
}
@media (max-width: 1229px) and (max-width: 575px) {
  header .mob-nav {
    width: 260px;
  }
}
@media (max-width: 1229px) {
  header .mob-nav.is-active {
    transform: translateX(0);
  }
}
@media (max-width: 1229px) {
  header .mob-nav .search-mob-envelope {
    padding: 0 25px;
    width: 100%;
  }
  header .mob-nav .search-mob-envelope .search-form {
    display: none;
  }
}
@media (max-width: 1229px) and (max-width: 1229px) {
  header .mob-nav .search-mob-envelope .search-form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 0 0 25px;
    padding: 0 25px;
    background: #fff;
  }
}
@media (max-width: 1229px) {
  header .mob-nav .search-mob-envelope .search-form .search-control {
    width: 100%;
    padding: 10px 20px 10px 0;
  }
}
@media (max-width: 1229px) {
  header .mob-nav .search-mob-envelope .search-form .search-controls {
    order: 2;
  }
  header .mob-nav .search-mob-envelope .search-form .search-controls .search-close {
    display: none;
  }
  header .mob-nav .search-mob-envelope .search-form .search-controls .search-btn {
    margin: 0;
  }
}
@media (max-width: 1229px) {
  header .mob-nav ul {
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  header .mob-nav ul:nth-last-child(1) {
    border: none;
    padding: 0px;
    margin: 0;
  }
  header .mob-nav ul li a {
    color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
    font-size: 16px;
    padding: 10px 25px;
  }
  header .mob-nav ul li.js-submenu a {
    position: relative;
  }
  header .mob-nav ul li.js-submenu a:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    background: url("../img/sort-down.png");
    width: 9px;
    height: 6px;
  }
  header .mob-nav ul li.js-submenu .submenu {
    position: fixed;
    transform: translateX(-100%);
    right: 0;
    top: 0;
    min-height: 100vh;
    height: 100%;
    transition: all 0.3s ease;
    z-index: 999999;
    background: #000;
    padding: 55px 0 25px;
  }
  header .mob-nav ul li.js-submenu .submenu .close-submenu {
    position: absolute;
    top: 15px;
    left: 15px;
    width: auto;
    padding: 0;
    font-size: 10px;
    text-transform: uppercase;
    font-family: "HelveticaMedium";
  }
  header .mob-nav ul li.js-submenu .submenu .close-submenu:before {
    content: none;
  }
  header .mob-nav ul li.js-submenu .submenu .close-submenu img {
    width: 12px;
    margin: 0 15px 0 0;
  }
  header .mob-nav ul li.js-submenu .submenu.is-active {
    transform: translateX(0);
  }
  header .mob-nav ul li.js-submenu .submenu .sale {
    display: none;
  }
  header .mob-nav ul li.js-submenu .submenu ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0 15px;
  }
  header .mob-nav ul li.js-submenu .submenu ul li {
    text-align: left;
    width: 50%;
  }
  header .mob-nav ul li.js-submenu .submenu ul li a {
    text-align: left;
    justify-content: flex-start;
    padding: 3px 10px;
    font-size: 12px;
  }
  header .mob-nav ul li.js-submenu .submenu ul li a:before {
    content: none;
  }
  header .mob-nav ul li.js-submenu .submenu .s-title {
    color: #fff;
    font-family: "HelveticaMedium";
    text-align: left;
    padding: 0 15px;
  }
  header .mob-nav ul li.js-submenu .submenu .s-title:after {
    content: "";
    display: table;
    margin: 5px 0 15px;
    width: 44px;
    height: 2px;
    background: #ff5d4c;
  }
  header .mob-nav ul li.js-submenu .submenu .btn.btn-gray,
header .mob-nav ul li.js-submenu .submenu .btn.btn-gray__small {
    max-width: 125px;
    min-height: 40px;
    margin: 0 auto 15px;
    display: table;
    text-align: center;
  }
  header .mob-nav ul li.js-submenu .submenu .submenu-col {
    background: #000;
  }
  header .mob-nav ul li.js-submenu .submenu .submenu-col.price ul li {
    width: 100%;
  }
  header .mob-nav ul li.js-submenu .submenu .submenu-col.color .submenu-elem {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 0 5px;
  }
  header .mob-nav ul li.js-submenu .submenu .submenu-col.color .s-title {
    width: 100%;
  }
  header .mob-nav ul li.js-submenu .submenu .submenu-col.color .color-row {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 33.33333%;
  }
  header .mob-nav ul li.js-submenu .submenu .default-radio {
    padding: 0;
    margin: 0 3px 3px 0;
  }
}

.btn.btn-pink__bordered {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  border: 2px solid #ff5d4c;
  min-height: 44px;
  color: #666666;
  font-size: 14px;
  font-family: "HelveticaBold";
  text-transform: uppercase;
  border-radius: 22px;
  margin: 0 0 20px;
}
.btn.btn-pink__bordered:hover {
  background: #ff5d4c;
  color: #fff;
}

.btn.btn-gray {
  font-size: 14px !important;
  color: #000 !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #ececec !important;
  border-radius: 32px;
  min-width: 225px;
  min-height: 64px;
}
.btn.btn-gray:hover {
  background: #666;
}
.btn.btn-gray:after, .btn.btn-gray:before {
  content: none !important;
}

.btn.btn-gray__small {
  font-size: 14px !important;
  color: #000 !important;
  font-weight: 700 !important;
  text-transform: initial;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #ececec !important;
  border-radius: 32px;
  min-width: 143px;
  min-height: 40px;
}
.btn.btn-gray__small:hover {
  background: #666;
}
.btn.btn-gray__small:after, .btn.btn-gray__small:before {
  content: none !important;
}

.hamburger {
  display: block !important;
}
.hamburger .line {
  width: 35px;
  height: 3px;
  background-color: #fff;
  display: block;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger:hover {
  cursor: pointer;
}
@media (min-width: 1229.02px) {
  .hamburger {
    display: none !important;
  }
}

.hamburger.is-active .line:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active .line:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}
.hamburger.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}

.search-form {
  width: 85px;
  border-bottom: 1px solid #999999;
  overflow: hidden;
  position: relative;
  margin: 0 0 0 45px;
  min-height: 52px;
}
.search-form form {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
@media (max-width: 1229px) {
  .search-form {
    display: none;
  }
}
.search-form img {
  width: 21px;
  height: 21px;
}
.search-form .search-control {
  width: 100%;
  padding: 10px 0;
  background: transparent;
}
.search-form .search-control::-webkit-input-placeholder {
  color: #666666;
}
.search-form .search-control::-moz-placeholder {
  color: #666666;
}
.search-form .search-control:-ms-input-placeholder {
  color: #666666;
}
.search-form .search-control:-moz-placeholder {
  color: #666666;
}
.search-form .search-controls {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.search-form .search-controls .search-btn {
  margin: 0 10px 0 0;
  min-width: 25px;
  padding: 0;
}
.search-form .search-controls .search-close {
  display: none;
}
.search-form .search-controls img {
  display: block;
}
.search-form.active {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
  border: none;
  overflow: visible;
}
.search-form.active form {
  border: 1px solid #999999;
  padding: 0 15px;
  left: auto;
  right: 0;
  z-index: 9999;
  background: #fff;
}
.search-form.active .search-controls {
  order: 2;
}
.search-form.active .search-controls .search-btn {
  margin: 0;
  transition: all 0s;
}
.search-form.active .search-controls .search-close {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  margin: 0 17px 0 0;
}
.search-form.active .search-control {
  width: calc(100% - 90px);
  pointer-events: all;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  min-height: 70px;
  z-index: 99;
}

.sticky-menu + .content {
  padding-top: 70px;
}
@media (max-width: 575px) {
  .sticky-menu + .content {
    padding-top: 63px;
  }
}

.sticky-menu + .breadcrumbs {
  padding-top: 102px;
}
@media (max-width: 575px) {
  .sticky-menu + .breadcrumbs {
    padding-top: 96px;
  }
}

/**END HEADER **/
/** START CONTENT **/
.section.section-main {
  background: url("../img/main-bg.jpg") center no-repeat;
  background-size: cover;
  padding: 115px 0 150px;
}
@media (max-width: 991px) {
  .section.section-main {
    padding: 60px 0;
  }
}
.section.section-main .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.section.section-main .container .tagline {
  background: rgba(255, 255, 255, 0.87);
  max-width: 615px;
  width: 100%;
  min-height: 275px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .section.section-main .container .tagline {
    min-height: 200px;
    max-width: 500px;
  }
}
.section.section-main .container .tagline p {
  font-size: 64px;
  position: relative;
  margin: 0 0 20px;
  font-family: "Cormorant Garamond",serif;
  line-height: 60px;
}
@media (max-width: 991px) {
  .section.section-main .container .tagline p {
    font-size: 45px;
  }
}
.section.section-main .container .tagline p:after {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 63px;
  height: 2px;
  background: #ff5d4c;
  left: 50%;
  transform: translateX(-50%);
}
.section.section-main .container .tagline span {
  font-size: 27px;
  font-family: "HelveticaLight";
  line-height: 30px;
}
@media (max-width: 991px) {
  .section.section-main .container .tagline span {
    font-size: 20px;
  }
}

.section.section-advantages {
  padding: 105px 0;
}
.section.section-advantages .row {
  margin: 0 -9px;
}
@media (max-width: 575px) {
  .section.section-advantages .row {
    margin: 0 -3px;
  }
}
.section.section-advantages [class*=col-] {
  padding: 0 9px;
  margin: 0 0 18px;
}
@media (max-width: 575px) {
  .section.section-advantages [class*=col-] {
    padding: 0 3px;
  }
}
.section.section-advantages .advantage {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  min-height: 200px;
  height: 100%;
  background: #fbf9f9;
  padding: 20px 33px;
}
@media (max-width: 575px) {
  .section.section-advantages .advantage {
    padding: 10px;
  }
}
.section.section-advantages .advantage .a-img {
  min-height: 83px;
  line-height: 83px;
  text-align: right;
  width: 100%;
  margin: 0 0 25px;
}
.section.section-advantages .advantage .a-img img {
  display: inline-block;
  vertical-align: middle;
}
.section.section-advantages .advantage .title {
  font-size: 17px;
  font-family: "HelveticaMedium";
  padding: 20px 0 0;
  position: relative;
}
@media (max-width: 575px) {
  .section.section-advantages .advantage .title {
    font-size: 14px;
  }
}
.section.section-advantages .advantage .title:before {
 /* content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("../img/a-arrow.png") center no-repeat;
  width: 47px;
  height: 10px; */
  
  content: "";
position: absolute;
top: -1px;

width: 63px;

height: 2px;

background: #ff5d4c;

left: 32px;
transform: translateX(-50%);
}

.small-wrapper {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

.large-wrapper {
  max-width: 1555px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

.section-title {
  color: #333;
  width: 100%;
  margin: 0 0 25px;
  position: relative;
  font-size: 36px;
  font-family: "Cormorant Garamond",serif;
}
.section-title:before {
  content: "";
  width: 44px;
  height: 2px;
  background: #ff5d4c;
  margin: 0 24px 0 0;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 22px;
    margin: 0 0 20px;
  }
}

.section.section-income {
  background: #fcfcfc;
  padding: 60px 0 45px;
}

@media (max-width: 991px) {
  .section {
    padding: 20px 0 !important;
  }
}

.products {
  margin: 0 -7px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1229px) {
  .products {
    padding-bottom: 60px;
  }
}
.products .product-envelope {
  padding: 0 7px;
  width: calc(100% / 4);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*     flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start; */
}



.products .slick-arrow {
  position: absolute;
  padding: 0;
  bottom: 35px;
}
.products .slick-arrow svg path {
  transition: all 0.3s ease;
}
.products .slick-arrow.slick-next {
  transform: rotate(-90deg);
  left: calc(50% + 10px);
}
.products .slick-arrow.slick-prev {
  transform: rotate(90deg);
  right: calc(50% + 10px);
}
.products .slick-arrow:hover svg path {
  fill: #ff5d4c;
}
.products .slick-list {
  padding-bottom: 75px;
}

.product {
  padding: 13px;
  position: relative;
  transition: box-shadow 0.3s ease;
 /* border: 1px solid #cacaca;*/
}
@media (max-width: 575px) {
  .product {
    padding: 5px 5px 10px 5px;
  }
}
.product .p-img {
  margin: 0 0 15px;
  display: block;
}
.product .p-img img {
  width: 100%;
  height: 280px;
  object-position: center;
  object-fit: cover;
}
@media (max-width: 575px) {
  .product .p-img img {
    height: 200px;
  }
}
.product .p-title {
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 4px;
 /* margin: 0 0 5px;*/
  color: #333333;
  font-weight: 500;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  /*word-break: break-all;*/
  word-wrap: break-word;
	/*text-align: left;
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 14px;
	font-weight: 500;*/

}

@media (max-width: 575px) {
  .product .p-title {
    font-size: 13px;
  }
}
.product .p-title span {
  width: 100%;
}
.product .p-price {
  min-height: 47px;
  font-size: 15px;
  display: block;
}
.product .p-price span {
  font-size: 14px;
  color: #333333;
  /*display: flex;*/
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  /*text-decoration: line-through;*/
  margin: 3px 0 0;
  position: relative;
}
.product .p-price span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  background: #000;
  z-index: 2;
}

.product .p-price i {
  font-size: 14px;
}
.product:hover {
  background-color: #fff;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 5;
  margin: 0 0 -42px;
}
.product:hover .product-footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.product:hover .to-fav {
  opacity: 1;
  visibility: visible;
}
.product:hover .p-title {
  color: #ff5d4c;
}
.product .product-footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  display: none;
}
.product .product-footer p {
  color: #ff5d4c;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 13px;
}
@media (max-width: 575px) {
  .product .product-footer p {
    width: 7px;
    height: 7px;
    text-indent: 999999px;
    overflow: hidden;
  }
}
.product .product-footer p:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff5d4c;
  margin: 0 7px 0 0;
}
@media (max-width: 575px) {
  .product .product-footer p:before {
    margin: 0;
  }
}
.product .product-footer .cart {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: #333333;
  border-radius: 50%;
}
.product .product-footer .cart svg path {
  fill: #fff;
}
.product .product-footer .cart:hover {
  background: #ff5d4c;
}
.product.in-stock .product-footer p {
  color: #339933;
}
.product.in-stock .product-footer p:before {
  background: #339933;
}

.to-fav {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  right: 20px;
  top: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.to-fav svg path {
  fill: #000;
  transition: all 0.3s ease;
}
.to-fav:hover {
  background: #ff5d4c;
}
.to-fav:hover svg path {
  fill: #fff;
}
.to-fav.active {
  background: #ff5d4c;
}
.to-fav.active svg path {
  fill: #fff;
}

.label {
  background: #666;
  position: absolute;
  left: 13px;
  top: 23px;
  min-width: 103px;
  min-height: 27px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
  font-family: "HelveticaRegular";
  z-index: 2;
  padding: 0 10px;
}
.label.label-red {
  background-color: rgba(255, 93, 76, 0.66);
}
.label.label-orange {
  background-color: rgba(255, 102, 0, 0.66);
}
.label.label-green {
  background-color: rgba(51, 153, 51, 0.66);
}
.label.label-purple {
  background-color: rgba(55, 69, 115, 0.66);
}
.label.label-green-hard {
  background-color: rgba(38, 155, 119, 0.7);
}

.fa-ruble-sign {
  font-size: 12px;
}

.section.section-about {
  position: relative;
}
.section.section-about .abount-content {
  padding: 75px 70px 75px 0;
}
@media (max-width: 991px) {
  .section.section-about .abount-content {
    padding: 20px 0;
  }
}
.section.section-about .abount-content .about-title {
  font-size: 42px;
  margin: 0 0 35px;
  font-family: "Cormorant Garamond",serif;
}
.section.section-about .abount-content .about-title:after {
  content: "";
  display: table;
  width: 85px;
  height: 2px;
  background: #ff5d4c;
  margin: 30px 0 0;
}
@media (max-width: 575px) {
  .section.section-about .abount-content .about-title {
    font-size: 22px;
  }
}
.section.section-about .abount-content .description p {
  font-size: 17px;
  margin: 0 0 25px;
  line-height: 30px;
}
.section.section-about .abount-content .description p:nth-last-child(1) {
  margin: 0;
}
@media (max-width: 575px) {
  .section.section-about .abount-content .description p {
    font-size: 15px;
  }
}
.section.section-about .about-img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
@media (max-width: 991px) {
  .section.section-about .about-img {
    display: none;
  }
}
.section.section-about .about-img img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.section.section-collection {
  padding: 60px 0 10px;
  background: #f8f3e5;
}
@media (max-width: 1229px) {
  .section.section-collection .products {
    padding-bottom: 0px;
  }
}
.section.section-collection .product-envelope {
  margin: 0 0 60px !important;
}
.section.section-collection .product-envelope .product .p-title span {
  display: block;
  width: 100%;
}
.section.section-collection .product-envelope .product .p-img img {
  height: 385px;
}

.slick-slide {
  outline: none !important;
  display: none !important;
}

.slick-initialized .slick-slide {
  display: inline-block !important;
  vertical-align: middle;
}

.section.section-brands {
  padding: 60px 0 50px;
}
@media (max-width: 1229px) {
  .section.section-brands .brand-slider {
    padding-bottom: 80px;
  }
}
.section.section-brands .brand-slider .slick-slide {
  float: none;
  text-align: center;
}
.section.section-brands .brand-slider .slick-slide img {
  display: inline-block;
  filter: grayscale(1);
  transition: all 0.3s ease;
}
.section.section-brands .brand-slider .slick-slide img:hover {
  filter: grayscale(0);
}
.section.section-brands .brand-slider .slick-arrow {
  position: absolute;
  padding: 0;
}
@media (max-width: 1229px) {
  .section.section-brands .brand-slider .slick-arrow {
    bottom: 0;
    top: auto;
  }
}
.section.section-brands .brand-slider .slick-arrow svg path {
  transition: all 0.3s ease;
}
.section.section-brands .brand-slider .slick-arrow.slick-next {
  transform: rotate(-90deg);
  top: -105px;
  right: 380px;
}
@media (max-width: 1229px) {
  .section.section-brands .brand-slider .slick-arrow.slick-next {
    left: calc(50% + 10px);
    right: auto;
    top: auto;
  }
  .section.section-collection .product-envelope{
        margin: 0 0 15px !important;
  }
  .section.section-collection .product-envelope .product .p-img img{
    height: 180px;
  }
}
.section.section-brands .brand-slider .slick-arrow.slick-prev {
  transform: rotate(90deg);
  top: -105px;
  right: 435px;
}
@media (max-width: 1229px) {
  .section.section-brands .brand-slider .slick-arrow.slick-prev {
    right: calc(50% + 10px);
    top: auto;
  }
}
.section.section-brands .brand-slider .slick-arrow:hover svg path {
  fill: #ff5d4c;
}

.section.section-useful {
  padding: 50px 0 90px;
}
.section.section-useful .row {
  margin: 0 -8px;
}
@media (max-width: 575px) {
  .section.section-useful .row {
    margin: 0 -3px;
  }
}
.section.section-useful [class*=col-] {
  padding: 0 8px;
  margin: 0 0 18px;
}
@media (max-width: 575px) {
  .section.section-useful [class*=col-] {
    padding: 0 3px;
  }
}
.section.section-useful .useful-item {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.section.section-useful .useful-item .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 59px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  font-family: "HelveticaMedium";
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 20px;
  transition: all 0.3s ease;
}
@media (max-width: 575px) {
  .section.section-useful .useful-item .title {
    padding: 5px 10px;
    font-size: 14px;
  }
}
.section.section-useful .useful-item .title p {
  position: relative;
}
.section.section-useful .useful-item .title p:after {
  content: "";
  display: table;
  margin: 0 0 0;
  width: 44px;
  height: 0;
  background: #ff5d4c;
  transition: all 0.3s ease;
}
.section.section-useful .useful-item img {
  height: 288px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.section.section-useful .useful-item.full-height {
  height: 100%;
  max-height: 600px;
}
.section.section-useful .useful-item.full-height img {
  height: 100%;
}
@media (max-width: 991px) {
  .section.section-useful .useful-item.full-height {
    max-height: 290px;
  }
}
.section.section-useful .useful-item:hover .title {
  min-height: 100%;
}
.section.section-useful .useful-item:hover .title p:after {
  height: 2px;
  margin: 15px 0 0;
}

.usefult-information {
  margin: 50px 0 0;
}
.usefult-information p {
  font-size: 17px;
  margin: 0 0 20px;
  line-height: 30px;
  padding: 0 70px 0 0;
}
.usefult-information p:nth-last-child(1) {
  margin: 0;
}
@media (max-width: 575px) {
  .usefult-information p {
    padding: 0;
  }
}

h2.small {
  font-size: 30px;
  font-family: "HelveticaLight";
  margin: 0 0 30px;
  position: relative;
}
h2.small:after {
  content: "";
  display: table;
  margin: 25px 0 0;
  width: 44px;
  height: 2px;
  background: #ff5d4c;
}
@media (max-width: 767px) {
  h2.small {
    font-size: 18px;
  }
}


.small_h3 {
	font-size: 30px;

font-family: "HelveticaLight";

margin: 0 0 30px;

position: relative;
}

.section.section-consult {
  padding: 85px 0 70px;
  background: #f8f3e5;
  position: relative;
}
.section.section-consult .small-wrapper {
  position: relative;
}
.section.section-consult:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-60%);
  width: 519px;
  height: 438px;
  background: url("../img/form-img.png");
}
@media (max-width: 991px) {
  .section.section-consult:before {
    content: none;
  }
}
.section.section-consult .consult-title {
  position: relative;
}
@media (max-width: 991px) {
  .section.section-consult .consult-title {
    text-align: center;
  }
}
.section.section-consult .consult-title:after {
  content: "";
  display: table;
  margin: 25px 0;
  width: 44px;
  height: 2px;
  background: #ff5d4c;
}
@media (max-width: 991px) {
  .section.section-consult .consult-title:after {
    margin: 25px auto;
  }
}
.section.section-consult .consult-title p {
  font-size: 36px;
  font-family: "HelveticaLight";
}
@media (max-width: 991px) {
  .section.section-consult .consult-title p {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .section.section-consult .consult-title p {
    font-size: 24px;
  }
}
.section.section-consult .subtitle {
  font-size: 27px;
  font-family: "HelveticaLight";
  margin: 0 0 15px;
}
@media (max-width: 991px) {
  .section.section-consult .subtitle {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .section.section-consult .subtitle {
    font-size: 18px;
  }
}
.section.section-consult .tel {
  font-size: 30px;
}
@media (max-width: 991px) {
  .section.section-consult .tel {
    margin: 0 auto 25px;
    display: table;
  }
}
@media (max-width: 575px) {
  .section.section-consult .tel {
    font-size: 22px;
  }
}
.section.section-consult form {
  max-width: 545px;
  float: right;
  text-align: center;
}
@media (max-width: 991px) {
  .section.section-consult form {
    float: none;
    margin: 15px auto 0;
  }
}
.section.section-consult form .row {
  margin: 0 -12px;
}
.section.section-consult form [class*=col-] {
  padding: 0 12px;
}
.section.section-consult form .btn.btn-pink {
  margin: 25px auto 0;
}
.section.section-consult .form-group {
  width: 100%;
  margin: 0 0 14px;
}
.section.section-consult .form-group .form-control {
  width: 100%;
  min-height: 50px;
  background: #fff;
  padding: 0 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  border-radius: 4px;
  border: none;
}
.section.section-consult .form-group textarea.form-control {
  min-height: 145px;
  padding: 20px;
}

.form-info {
  text-align: center;
  width: 100%;
  color: #666666;
  font-size: 13px;
}
.form-info a {
  text-decoration: underline;
}
.form-info a:hover {
  text-decoration: none;
}

.btn.btn-pink {
  min-width: 200px;
  min-height: 40px;
  background: #ff5d4c;
  font-size: 18px;
  font-family: "HelveticaMedium";
  padding: 0 10px;
  border-radius: 20px;
  color: #fff;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.btn.btn-pink:hover {
  background: #fc3d29;
}

.top-btn {
  position: fixed;
  right: 7%;
  bottom: 120px;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}
.top-btn.show {
  opacity: 1;
  visibility: visible;
}

.breadcrumbs {
  background: #fff;
  padding: 25px 0 15px;
}
.breadcrumbs ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.breadcrumbs ul li a {
  font-size: 16px;
  font-family: "HelveticaLight";
}
.breadcrumbs ul li a:hover {
  color: #ff5d4c;
}
.breadcrumbs ul li p {
  margin: 0 13px;
  width: 12px;
  height: 2px;
  background: #666666;
}
.breadcrumbs ul li span {
  font-size: 16px;
  color: #ff5d4c;
  font-family: "HelveticaLight";
}

.section.section-cart {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .section.section-cart .cart-table {
    margin: 75px 0 0;
  }
}
.section.section-cart .cart-table table {
  width: 100%;
}
@media (max-width: 991px) {
  .section.section-cart .cart-table table {
    display: block;
  }
}
@media (max-width: 991px) {
  .section.section-cart .cart-table table thead {
    display: none;
  }
}
.section.section-cart .cart-table table thead tr th {
  font-size: 16px;
  font-family: "HelveticaLight";
  padding: 10px 0;
  border-bottom: 1px solid #cbcbcb;
  vertical-align: middle;
  text-align: center;
}
@media (max-width: 991px) {
  .section.section-cart .cart-table table tbody {
    display: flex;
    flex-wrap: wrap;
  }
}
.section.section-cart .cart-table table tbody tr {
  position: relative;
}
@media (max-width: 991px) {
  .section.section-cart .cart-table table tbody tr {
    display: block;
    margin-bottom: 55px;
  }
}
@media (max-width: 991px) {
  .section.section-cart .cart-table table tbody tr:nth-child(5n+1) td {
    border-bottom: 1px solid #cbcbcb;
  }
  .section.section-cart .cart-table table tbody tr:nth-child(5n+1) td:nth-last-child(1) {
    text-align: left;
  }
}
.section.section-cart .cart-table table tbody td, .section.section-cart .cart-table table tbody th {
  padding: 12px 9px;
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #cbcbcb;
}
@media (max-width: 991px) {
  .section.section-cart .cart-table table tbody td, .section.section-cart .cart-table table tbody th {
    display: flex;
    flex-wrap: wrap;
    border: none !important;
  }
  .section.section-cart .cart-table table tbody td:before, .section.section-cart .cart-table table tbody th:before {
    content: attr(data-title);
    font-size: 14px;
    color: #000;
    display: inline-block;
    margin: 0 15px 0 0;
    font-weight: 400;
  }
  .section.section-cart .cart-table table tbody td.product-name, .section.section-cart .cart-table table tbody th.product-name {
    max-width: 190px;
    display: block;
    float: left;
    padding: 0;
    text-align: left;
  }
  .section.section-cart .cart-table table tbody td.product-name:before, .section.section-cart .cart-table table tbody th.product-name:before {
    content: none;
  }
  .section.section-cart .cart-table table tbody td.product-name .product-img, .section.section-cart .cart-table table tbody th.product-name .product-img {
    margin: 0 0 10px !important;
  }
  .section.section-cart .cart-table table tbody td.product-name .info-hover, .section.section-cart .cart-table table tbody th.product-name .info-hover {
    width: 100%;
  }
  .section.section-cart .cart-table table tbody td.product-name .info-hover span, .section.section-cart .cart-table table tbody th.product-name .info-hover span {
    text-align: left !important;
  }
  .section.section-cart .cart-table table tbody td.product-name a, .section.section-cart .cart-table table tbody th.product-name a {
    text-align: left !important;
    font-size: 14px !important;
  }
  .section.section-cart .cart-table table tbody td.price, .section.section-cart .cart-table table tbody td.table-qty, .section.section-cart .cart-table table tbody td.cost, .section.section-cart .cart-table table tbody td.close-product, .section.section-cart .cart-table table tbody th.price, .section.section-cart .cart-table table tbody th.table-qty, .section.section-cart .cart-table table tbody th.cost, .section.section-cart .cart-table table tbody th.close-product {
    width: calc(100% - 210px);
    align-items: center;
    justify-content: flex-start;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    float: right;
    padding: 5px 5px !important;
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .section.section-cart .cart-table table tbody td, .section.section-cart .cart-table table tbody th {
    font-size: 15px !important;
  }
  .section.section-cart .cart-table table tbody td .product-info-inner, .section.section-cart .cart-table table tbody th .product-info-inner {
    position: absolute;
    bottom: 100%;
    left: 0;
  }
  .section.section-cart .cart-table table tbody td.price, .section.section-cart .cart-table table tbody td.table-qty, .section.section-cart .cart-table table tbody td.cost, .section.section-cart .cart-table table tbody td.close-product, .section.section-cart .cart-table table tbody th.price, .section.section-cart .cart-table table tbody th.table-qty, .section.section-cart .cart-table table tbody th.cost, .section.section-cart .cart-table table tbody th.close-product {
    width: calc(100% - 105px);
  }
  .section.section-cart .cart-table table tbody td.product-name .product-img, .section.section-cart .cart-table table tbody th.product-name .product-img {
    margin: 10px 0 0 !important;
  }
  .section.section-cart .cart-table table tbody td.product-name .title br, .section.section-cart .cart-table table tbody th.product-name .title br {
    display: none;
  }
}
.section.section-cart .cart-table table tbody td .product-info, .section.section-cart .cart-table table tbody th .product-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}
.section.section-cart .cart-table table tbody td .product-info .product-img, .section.section-cart .cart-table table tbody th .product-info .product-img {
  margin: 0 25px 0 0;
}
@media (max-width: 991px) {
  .section.section-cart .cart-table table tbody td .product-info .product-img, .section.section-cart .cart-table table tbody th .product-info .product-img {
    margin: 0 auto 20px;
  }
}
.section.section-cart .cart-table table tbody td .product-info .product-img img, .section.section-cart .cart-table table tbody th .product-info .product-img img {
  width: 96px;
  height: 97px;
  object-fit: cover;
  object-position: center;
}
.section.section-cart .cart-table table tbody td .product-info .product-info-inner, .section.section-cart .cart-table table tbody th .product-info .product-info-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .section.section-cart .cart-table table tbody td .product-info .product-info-inner, .section.section-cart .cart-table table tbody th .product-info .product-info-inner {
    justify-content: center;
    width: 100%;
    align-items: center;
  }
}
.section.section-cart .cart-table table tbody td .product-info .product-info-inner a, .section.section-cart .cart-table table tbody th .product-info .product-info-inner a {
  font-size: 17px;
  margin: 0 0 5px;
}
@media (max-width: 991px) {
  .section.section-cart .cart-table table tbody td .product-info .product-info-inner a, .section.section-cart .cart-table table tbody th .product-info .product-info-inner a {
    width: 100%;
    text-align: center;
  }
}
.section.section-cart .cart-table table tbody td .product-info .product-info-inner .info-hover, .section.section-cart .cart-table table tbody th .product-info .product-info-inner .info-hover {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.section.section-cart .cart-table table tbody td .product-info .product-info-inner .info-hover span, .section.section-cart .cart-table table tbody th .product-info .product-info-inner .info-hover span {
  display: block;
  width: 100%;
  font-size: 15px;
  color: #666666;
}
@media (max-width: 991px) {
  .section.section-cart .cart-table table tbody td .product-info .product-info-inner .info-hover span, .section.section-cart .cart-table table tbody th .product-info .product-info-inner .info-hover span {
    text-align: center;
  }
}
.section.section-cart .cart-table table tbody td .product-info:hover .product-info a, .section.section-cart .cart-table table tbody th .product-info:hover .product-info a {
  color: #ff6c5d;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .section.section-cart .cart-table table tbody td .product-info:hover .product-info a, .section.section-cart .cart-table table tbody th .product-info:hover .product-info a {
    justify-content: center;
  }
}
.section.section-cart .cart-table table tbody td .product-info:hover .product-info .info-hover, .section.section-cart .cart-table table tbody th .product-info:hover .product-info .info-hover {
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.section.section-cart .cart-table table tbody td.cost, .section.section-cart .cart-table table tbody td.price, .section.section-cart .cart-table table tbody th.cost, .section.section-cart .cart-table table tbody th.price {
  font-size: 18px;
}
.section.section-cart .cart-table table tbody td.cost .old-price, .section.section-cart .cart-table table tbody td.price .old-price, .section.section-cart .cart-table table tbody th.cost .old-price, .section.section-cart .cart-table table tbody th.price .old-price {
  display: block;
  display: table;
  position: relative;
  font-size: 16px;
  /*text-decoration: line-through;*/
  margin: -30px auto 5px;
}

.section.section-cart .cart-table table tbody td.cost .old-price:before, 
.section.section-cart .cart-table table tbody td.price .old-price:before, 
.section.section-cart .cart-table table tbody th.cost .old-price:before, 
.section.section-cart .cart-table table tbody th.price .old-price:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  background: #000;
  z-index: 2;
}

@media (max-width: 991px) {
  .section.section-cart .cart-table table tbody td.cost .old-price, .section.section-cart .cart-table table tbody td.price .old-price, .section.section-cart .cart-table table tbody th.cost .old-price, .section.section-cart .cart-table table tbody th.price .old-price {
    margin: 0 3px 2px 0;
  }
}
.section.section-cart .cart-table table tbody td.close-product, .section.section-cart .cart-table table tbody th.close-product {
  padding: 12px 30px;
}
.section.section-cart .cart-table table tbody td.close-product .close, .section.section-cart .cart-table table tbody th.close-product .close {
  float: none;
}
.section.section-cart .cart-total {
  max-width: 565px;
  padding: 20px;
  float: right;
  text-align: center;
}
@media (max-width: 991px) {
  .section.section-cart .cart-total {
    width: 100%;
    max-width: 100%;
  }
}
.section.section-cart .cart-total p {
  font-family: "HelveticaBold";
  font-size: 20px;
  margin: 0 0 25px;
}
.section.section-cart .cart-total p span {
  font-size: 35px;
}
@media (max-width: 767px) {
  .section.section-cart .cart-total p span {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .section.section-cart .cart-total p span {
    display: block;
    width: 100%;
  }
}
.section.section-cart .cart-total .buttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .section.section-cart .cart-total .buttons {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.section.section-cart .cart-total .buttons .trash {
  font-size: 16px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  color: #666666;
  align-items: center;
  text-decoration: underline;
}
.section.section-cart .cart-total .buttons .trash:hover {
  text-decoration: none;
}
.section.section-cart .cart-total .buttons .trash img {
  margin: 0 10px 0 0;
}
.section.section-cart .cart-total .buttons .btn.btn-pink {
  min-width: 305px;
  min-height: 60px;
  font-size: 16px;
  border-radius: 30px;
  margin: 0 0 0 45px;
}
@media (max-width: 575px) {
  .section.section-cart .cart-total .buttons .btn.btn-pink {
    margin: 25px 0 0;
    min-width: 100%;
  }
}

.qty-elem .jq-number {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 95px;
}
.qty-elem .jq-number__spin {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #cecece;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}
.qty-elem .jq-number__spin.plus {
  order: 3;
}
.qty-elem .jq-number__spin.plus:before {
  content: "+";
  color: #000;
  font-size: 28px;
  line-height: 0;
  position: absolute;
  left: 53%;
  top: 41%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.qty-elem .jq-number__spin.minus:before {
  content: "-";
  color: #000;
  font-size: 42px;
  line-height: 0;
  position: absolute;
  left: 50%;
  top: 43%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.qty-elem .jq-number__spin:hover {
  background: #000;
  border-color: #000;
}
.qty-elem .jq-number__spin:hover:before {
  color: #fff;
}
.qty-elem .jq-number__field {
  order: 2;
}
.qty-elem .jq-number__field input {
  width: 35px;
  text-align: center;
  font-size: 18px;
  color: #000;
  font-family: "HelveticaLight";
}

.order-stage .stage-title {
  font-size: 28px;
  color: #000;
  font-family: "HelveticaMedium";
  border-bottom: 1px solid #cccccc;
  position: relative;
  margin: 0 0 40px;
}
@media (max-width: 575px) {
  .order-stage .stage-title {
    margin: 0 0 15px !important;
    font-size: 20px;
  }
}
.order-stage .stage-title:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 30px;
  height: 4px;
  background: #ff5d4c;
}
.order-stage .stage-envelope {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 50px;
}
.order-stage .stage-envelope .form-group {
  width: calc((100% / 5) - 30px);
  margin: 0 30px 0 0;
}
.order-stage .stage-envelope .form-group:nth-last-child(1) {
  margin: 0;
}
@media (max-width: 991px) {
  .order-stage .stage-envelope .form-group {
    width: calc(100% / 2);
    margin: 0 0 15px;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .order-stage .stage-envelope .form-group {
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
  }
}
.order-stage .stage-envelope.delivery {
  display: block;
}
.order-stage .stage-envelope.delivery p {
  font-family: "HelveticaMedium";
}
.order-stage .stage-envelope.delivery p span {
  font-size: 16px;
  font-family: "HelveticaRegular";
}
.order-stage .stage-envelope.delivery .add-info {
  font-size: 15px;
  font-family: "HelveticaRegular";
  position: relative;
  margin: 30px 0 0;
}
.order-stage .stage-envelope.delivery .add-info:before {
  content: "";
  position: absolute;
  top: -5px;
  width: 102px;
  height: 1px;
  background: #ff5d4c;
  left: 0;
}
.order-stage .stage-envelope.delivery .group-envelope {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 500px;
}
.order-stage .stage-envelope.delivery .group-envelope .form-group {
  width: auto !important;
}
@media (max-width: 575px) {
  .order-stage .stage-envelope.delivery .group-envelope .form-group {
    width: 100% !important;
    max-width: 100%;
  }
}
.order-stage .stage-envelope.delivery .group-envelope .form-group .form-control {
  max-width: 55px;
}
@media (max-width: 575px) {
  .order-stage .stage-envelope.delivery .group-envelope .form-group .form-control {
    width: 100%;
    max-width: 100%;
  }
}
.order-stage .stage-envelope.delivery .btn.btn-pink {
  min-width: 305px;
  min-height: 60px;
  font-size: 16px;
  border-radius: 30px;
}
@media (max-width: 575px) {
  .order-stage .stage-envelope.delivery .btn.btn-pink {
    min-width: 100%;
  }
}
@media (max-width: 991px) {
  .order-stage .stage-envelope.delivery [class*=col-] {
    margin: 0 0 65px;
  }
}
@media (max-width: 991px) {
  .order-stage .stage-envelope.delivery.payment [class*=col-] {
    margin: 0px;
  }
}

.form-group {
  width: 100%;
}
.form-group span {
  font-size: 16px;
  font-family: "HelveticaMedium";
  display: block;
  margin: 0 0 3px;
}
.form-group .form-control {
  width: 100%;
  min-height: 50px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 0 13px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.form-group textarea.form-control {
  width: 100% !important;
  min-height: 135px;
}
.form-group.left-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100% !important;
  margin: 0 0 15px !important;
  max-width: 500px;
}
.form-group.left-title span {
  min-width: 60px;
  margin: 0 10px 0 0;
  text-align: right;
}
@media (max-width: 1229px) {
  .form-group.left-title span {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .form-group.left-title span {
    width: 100%;
    text-align: left;
    margin: 0 0 4px;
  }
}
.form-group.left-title .form-control {
  width: calc(100% - 70px);
}
@media (max-width: 575px) {
  .form-group.left-title .form-control {
    width: 100%;
  }
}
.form-group.comment {
  width: 100% !important;
}
.form-group.comment + p {
  font-size: 13px;
  color: #666666;
  font-family: "HelveticaLight" !important;
  margin: 7px 0 20px;
}
.form-group.comment + p a {
  text-decoration: underline;
}
.form-group.comment + p a:hover {
  text-decoration: none;
}
.form-group.js-error {
  position: relative;
}
.form-group.js-error:after {
  content: "";
  position: absolute;
  left: calc(100% + 25px);
  bottom: 30px;
  transform: translateY(-50%);
  background: url("../img/input-error.png") center no-repeat;
  width: 12px;
  height: 13px;
}
.form-group.js-error .form-control {
  border-color: #ff5d4c;
}
.form-group.js-error span {
  font-size: 14px;
  margin: 2px 0 0;
  color: #ff5d4c;
  font-weight: 400;
  font-family: "Ubuntu";
  padding: 0 0 0 12px;
}
.form-group.js-accepted {
  position: relative;
}
.form-group.js-accepted .form-control {
  border-color: #66cc66;
}
.form-group.js-accepted:after {
  content: "";
  position: absolute;
  left: calc(100% + 25px);
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/input-valid.png") center no-repeat;
  width: 13px;
  height: 10px;
}

.default-radio {
  padding: 0 0 0 32px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0 0 30px;
  font-family: "HelveticaMedium";
}
.default-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.default-radio .radiobtn {
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  width: 21px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #666666;
  transition: all 0.3s ease;
}
.default-radio:hover input ~ .radiobtn {
  border-color: #ff5d4c;
}
.default-radio .radiobtn:after {
  content: "";
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  margin-top: -5.5px;
  margin-left: -5.5px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ff5d4c;
}
.default-radio:hover {
  color: #ff5d4c;
}
.default-radio.selected {
  color: #ff5d4c;
}
.default-radio.selected input:checked ~ .radiobtn {
  border-color: #ff5d4c;
}
.default-radio.selected input:checked ~ .radiobtn:after {
  display: block;
}
.default-radio.last-radio {
  margin: 0 0 52px;
}
@media (max-width: 575px) {
  .default-radio.last-radio {
    margin: 0 0 15px !important;
  }
}

.section.section-catalog .section-title {
  margin: 0 0 30px;
}
@media (max-width: 575px) {
  .section.section-catalog .section-title {
    margin: 0 0 20px;
  }
}
.section.section-catalog .catalog-content {
  padding: 55px 0 0px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.section.section-catalog .catalog-content .sort {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 40px;
  padding: 0 12px;
  width: 100%;
}
@media (max-width: 991px) {
  .section.section-catalog .catalog-content .sort {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .section.section-catalog .catalog-content .sort {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.section.section-catalog .catalog-content .sort p {
  margin: 0 15px 0 0;
  font-size: 14px;
  color: #333333;
}
@media (max-width: 767px) {
  .section.section-catalog .catalog-content .sort p {
    margin: 0 0 15px;
  }
}
.section.section-catalog .catalog-content .sort .jq-selectbox .jq-selectbox__select-text {
  min-width: 230px;
  min-height: 36px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 0 30px 0 15px;
  cursor: pointer;
  font-size: 15px;
  color: #333333;
}
.section.section-catalog .catalog-content .sort .jq-selectbox .jq-selectbox__trigger {
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 100%;
}
.section.section-catalog .catalog-content .sort .jq-selectbox .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/sort-down.png") center no-repeat;
  width: 9px;
  height: 6px;
  transition: all 0.3s ease;
}
.section.section-catalog .catalog-content .sort .jq-selectbox .jq-selectbox__dropdown {
  border: 1px solid #cccccc;
  border-top: none;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 100%;
  background: #fff;
}
.section.section-catalog .catalog-content .sort .jq-selectbox .jq-selectbox__dropdown li {
  padding: 5px 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
}
.section.section-catalog .catalog-content .sort .jq-selectbox .jq-selectbox__dropdown li:hover {
  background: #ededed;
}
.section.section-catalog .catalog-content .sort .jq-selectbox.opened .jq-selectbox__trigger-arrow {
  transform: translate(-50%, -50%) rotate(-180deg);
}
.section.section-catalog .catalog-content .catalog-sidebar {
  width: 280px;
  margin: 0 20px 0 0;
}
@media (max-width: 991px) {
  .section.section-catalog .catalog-content .catalog-sidebar {
    width: 100%;
    margin: 0;
  }
  .section.section-catalog .catalog-content .catalog-sidebar .sidebar-inner {
    display: none;
  }
}
.section.section-catalog .catalog-content .catalog-sidebar .sidebar-elem {
  padding: 20px 25px 27px;
  background: #fafafa;
  margin: 0 0 2px;
}
.section.section-catalog .catalog-content .catalog-sidebar .sidebar-elem .title {
  position: relative;
  font-size: 18px;
  font-family: "HelveticaMedium";
  margin: 0 0 20px;
  width: 100%;
}
.section.section-catalog .catalog-content .catalog-sidebar .sidebar-elem .title:after {
  content: "";
  display: table;
  margin: 2px 0 0;
  width: 44px;
  height: 2px;
  background: #ff5d4c;
}
.section.section-catalog .catalog-content .catalog-sidebar .sidebar-elem #slider-range {
  margin: 25px 0 0px;
}
.section.section-catalog .catalog-content .catalog-sidebar .sidebar-elem .range-total {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.section.section-catalog .catalog-content .catalog-sidebar .sidebar-elem .range-total:before {
  content: "";
  background: #000;
  width: 12px;
  height: 1px;
  left: 50%;
  margin-left: -6px;
  top: 50%;
  position: absolute;
}
.section.section-catalog .catalog-content .catalog-sidebar .sidebar-elem .range-total input {
  width: calc(50% - 30px);
  border: 1px solid #cccccc;
  text-align: center;
  font-size: 16px;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  border-radius: 3px;
  padding: 0 10px;
}
.section.section-catalog .catalog-content .catalog-sidebar .sidebar-elem .ui-widget-content {
  background: #dfe2e2;
  height: 11px;
  border: none;
}
.section.section-catalog .catalog-content .catalog-sidebar .sidebar-elem .ui-widget-header {
  background: #ff5d4c;
}
.section.section-catalog .catalog-content .catalog-sidebar .sidebar-elem .ui-slider-horizontal .ui-slider-handle {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background: #999999;
  border: 9px solid #666666;
  box-sizing: border-box;
  top: -14px;
  cursor: pointer;
  outline: none;
}
.section.section-catalog .catalog-content .catalog-sidebar .sidebar-elem .with-scroll {
  overflow: auto;
  height: 255px;
}
.section.section-catalog .catalog-content .catalog-sidebar .sidebar-elem .with-scroll::-webkit-scrollbar {
  width: 11px;
  height: 0px;
}
.section.section-catalog .catalog-content .catalog-sidebar .sidebar-elem .with-scroll::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: url("../img/scroll-img.png") center no-repeat #999999;
}
.section.section-catalog .catalog-content .catalog-sidebar .sidebar-elem .with-scroll::-webkit-scrollbar-thumb {
  width: 11px;
  height: 0px;
}
.section.section-catalog .catalog-content .catalog-sidebar .sidebar-elem .with-scroll::-webkit-scrollbar-track {
  background: #dfe2e2;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .section.section-catalog .catalog-content .catalog-sidebar .sidebar-elem .with-scroll {
    width: 100%;
  }
}
.section.section-catalog .catalog-content .catalog-sidebar .sidebar-elem .check-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  margin: 0 0 10px;
}
.section.section-catalog .catalog-content .catalog-sidebar .sidebar-elem .check-group:nth-last-child(1) {
  margin: 0;
}
.section.section-catalog .catalog-content .catalog-sidebar .sidebar-elem .check-group .jq-checkbox {
  margin: 0 15px 0 0;
  overflow: visible;
}
.section.section-catalog .catalog-content .catalog-sidebar .sidebar-elem .check-group .jq-checkbox .jq-checkbox__div {
  width: 16px;
  height: 16px;
  border: 2px solid #999;
  border-radius: 3px;
}
.section.section-catalog .catalog-content .catalog-sidebar .sidebar-elem .check-group .jq-checkbox .jq-checkbox__div:after {
  content: "";
  width: 21px;
  height: 8px;
  border-bottom: 2px solid #ff5d4c;
  border-left: 2px solid #ff5d4c;
  position: absolute;
  left: 75%;
  top: 20%;
  transform: translate(-50%, -50%) rotate(-45deg);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.section.section-catalog .catalog-content .catalog-sidebar .sidebar-elem .check-group .jq-checkbox input:checked + .jq-checkbox__div:after {
  opacity: 1;
  visibility: visible;
}
.section.section-catalog .catalog-content .catalog-sidebar .sidebar-elem .check-group .jq-checkbox.checked + span {
  font-family: "HelveticaMedium";
}
.section.section-catalog .catalog-content .catalog-sidebar .sidebar-elem .check-group.in-order span {
  color: #009933;
}
.section.section-catalog .catalog-content .catalog-sidebar .sidebar-elem .check-group.out-order span {
  color: #ff5d4c;
}
.section.section-catalog .catalog-content .catalog-sidebar .sidebar-elem.color {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.section.section-catalog .catalog-content .catalog-sidebar .sidebar-elem.color .color-row {
  margin: 0 0 4px;
  width: 220px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.section.section-catalog .catalog-content .catalog-sidebar .sidebar-elem.color .color-row .color-pick {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  margin: 0 3px 0 0;
  padding: 0;
}
.section.section-catalog .catalog-content .catalog-sidebar .sidebar-elem.color .color-row .color-pick:nth-last-child(1) {
  margin: 0;
}
.section.section-catalog .catalog-content .catalog-sidebar .sidebar-buttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  margin: 0 0 58px;
}
.section.section-catalog .catalog-content .catalog-sidebar .sidebar-buttons button {
  min-width: 50% !important;
  width: 50% !important;
  float: left;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-decoration: underline;
}
.section.section-catalog .catalog-content .catalog-sidebar .sidebar-buttons button:hover {
  text-decoration: none;
}
.section.section-catalog .catalog-content .catalog-products {
  width: calc(100% - 300px);
}
@media (max-width: 991px) {
  .section.section-catalog .catalog-content .catalog-products {
    width: 100%;
  }
}
.section.section-catalog .catalog-content .catalog-products .row {
  margin: 0 -6px;
}
@media (max-width: 575px) {
  .section.section-catalog .catalog-content .catalog-products .row {
    margin: 0;
  }
}
.section.section-catalog .catalog-content .catalog-products [class*=col-] {
  padding: 0 6px;
  margin: 0 0 30px;
}
@media (max-width: 575px) {
  .section.section-catalog .catalog-content .catalog-products [class*=col-] {
    margin: 0 0 10px;
    padding: 0;
  }
}

.high-blur {
  opacity: 0.3;
}

.light-blur {
  opacity: 0.6;
}

.main-description {
  font-size: 17px;
  line-height: 25px;
  color: #333333;
}
@media (max-width: 575px) {
  .main-description {
    font-size: 15px;
  }
}

@media (min-width: 991.02px) {
  .filter-title {
    display: none;
  }
}
@media (max-width: 991px) {
  .filter-title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 20px;
    background: #fafafa;
    font-family: "HelveticaMedium";
    margin-bottom: 1px;
    position: relative;
  }
  .filter-title:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: url("../img/sort-down.png") center no-repeat;
    width: 9px;
    height: 6px;
    transition: all 0.3s ease;
  }
}
.filter-title.active:after {
  transform: translateY(-50%) rotate(-180deg);
}

.btn.btn-black {
  min-width: 145px;
  min-height: 40px;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-family: "HelveticaMedium";
  border-radius: 30px;
  background: #222427;
  text-decoration: none !important;
}

.banner {
  background: #767a7d;
  margin: 0 0 28px;
}
@media (max-width: 991px) {
  .banner {
    display: none;
  }
}
.banner .title {
  color: #fff;
  font-size: 25px;
  font-family: "HelveticaLight";
  padding: 20px 20px 44px 20px;
  line-height: 23px;
}
.banner .banner-img {
  position: relative;
}
.banner .banner-img .label {
  top: -18px;
  min-width: 142px;
  min-height: 36px;
  font-size: 18px;
}
.banner .banner-img .label.label-red {
  background: #ff5d4c;
}
.banner .banner-img .label.label-green {
  background: #009933;
  top: auto;
  bottom: 17px;
  right: 25px;
  min-width: 160px;
  left: auto;
}
.banner .banner-img img {
  width: 270px;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  height: 270px;
}

.pagination ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 30px 0 50px;
  width: 100%;
}
.pagination ul li {
  margin: 0 9px 0 0;
}
.pagination ul li:nth-last-child(2) {
  /*margin: 0;*/
}
.pagination ul li.prev {
  transform: rotate(-180deg);
  margin: 0 17px 0 0;
}
.pagination ul li.prev a {
  width: auto;
  height: auto;
  border: none;
}
.pagination ul li.prev a:hover {
  background: transparent;
  transform: translateX(15px);
}
@media (max-width: 575px) {
  .pagination ul li.prev {
    display: none;
  }
}
.pagination ul li a {
  width: 48px;
  height: 48px;
  border: 1px solid #e6e4e4;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 14px;
}
.pagination ul li a:hover {
  background: #ff5d4c;
  color: #fff;
  border-color: #ff5d4c;
}
.pagination ul li.next {
  margin: 0 0 0 17px;
}
.pagination ul li.next a {
  width: auto;
  height: auto;
  border: none;
}
.pagination ul li.next a:hover {
  background: transparent;
  transform: translateX(15px);
}
@media (max-width: 575px) {
  .pagination ul li.next {
    display: none;
  }
}
.pagination ul li.dots a {
  border: none;
}
.pagination ul li.dots a:hover {
  background: transparent;
  color: initial;
}
.pagination ul li.disabled {
  pointer-events: none;
  filter: grayscale(1);
}
.pagination ul li.active a {
  background: #000;
  color: #fff;
  pointer-events: none;
}
.pagination ul li.active a:hover {
  border-color: initial;
}

.section.section-useful .usefult-information {
  margin: 0;
}
@media (max-width: 575px) {
  .section.section-useful .usefult-information p {
    font-size: 15px;
  }
}

.section.section-popular .slick-list {
  padding: 0 0 120px;
}
.section.section-popular .slick-arrow {
  position: absolute;
  padding: 0;
}
@media (max-width: 1440px) {
  .section.section-popular .slick-arrow {
    bottom: 15px;
    top: auto;
  }
}
.section.section-popular .slick-arrow svg path {
  transition: all 0.3s ease;
}
.section.section-popular .slick-arrow.slick-next {
  transform: rotate(-90deg);
  top: -105px;
  right: 380px;
}
@media (max-width: 1440px) {
  .section.section-popular .slick-arrow.slick-next {
    left: calc(50% + 10px);
    right: auto;
    top: auto;
  }
}
.section.section-popular .slick-arrow.slick-prev {
  transform: rotate(90deg);
  top: -105px;
  right: 435px;
}
@media (max-width: 1440px) {
  .section.section-popular .slick-arrow.slick-prev {
    right: calc(50% + 10px);
    top: auto;
  }
}
.section.section-popular .slick-arrow:hover svg path {
  fill: #ff5d4c;
}

h1 {
  font-size: 40px;
  font-family: "HelveticaLight";
  margin: 0 0 30px;
}
@media (max-width: 575px) {
  h1 {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .section.section-item [class*=col-]:nth-child(1) {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .section.section-item [class*=col-]:nth-child(1) .left-side {
    display: inline-block;
    width: 100%;
  }
}
.section.section-item .another-color {
	padding-top: 35px;
  margin: 0 0 25px;
  display: inline-block;
  vertical-align: top;
}
.section.section-item .another-color p {
  font-size: 15px;
  font-family: "HelveticaMedium";
  margin: 0 0 10px;
}
@media (max-width: 575px) {
  .section.section-item .another-color p {
    width: 100%;
  }
}
.section.section-item .another-color .i-color-elem {
  margin: 0 0 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
@media (max-width: 575px) {
  .section.section-item .another-color .i-color-elem {
    width: calc(100% / 5);
  }
}
@media screen and (max-width: 420px) {
  .section.section-item .another-color .i-color-elem {
    width: calc(100% / 2);
    text-align: center;
    justify-content: center;
  }
}
.section.section-item .another-color .i-color-elem span {
  font-size: 14px;
  font-family: "HelveticaLight";
  margin: 0 0 3px;
  display: block;
}
.section.section-item .another-color .i-color-elem div {
  width: 100%;
  height: 80px;
  transition: all 0.3s ease;
}
@media (max-width: 575px) {
  .section.section-item .another-color .i-color-elem div {
    max-width: 95px;
  }
}
@media screen and (max-width: 420px) {
  .section.section-item .another-color .i-color-elem div {
    margin: 0 auto;
  }
}
.section.section-item .another-color .i-color-elem:hover div,
.section.section-item .another-color .i-color-elem.active div {
  opacity: 0.6;
}
@media (max-width: 575px) {
  .section.section-item .another-color {
    width: 100%;
    margin: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
.section.section-item .item-slider {
  width: 100%; /*calc(100% - 125px);*/
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 991px) {
  .section.section-item .item-slider {
    max-width: 425px;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .section.section-item .item-slider {
    max-width: 100%;
    width: 100%;
  }
}
.section.section-item .item-slider .slider-main-item .label {
  top: 20px;
  left: 0;
}
.section.section-item .item-slider .slider-main-item .to-fav {
  opacity: 1;
  visibility: visible;
  width: 57px;
  height: 57px;
  top: 6px;
  right: 6px;
}
.section.section-item .item-slider .slider-main-item img {
  width: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1229px) {
  .section.section-item .item-slider .slider-main-item img {
    min-height: 400px;
  }
}
@media (max-width: 575px) {
  .section.section-item .item-slider .slider-main-item img {
    height: 200px;
    min-height: 200px;
  }
}
.section.section-item .item-slider .item-nav {
  padding: 15px 45px;
}
.section.section-item .item-slider .item-nav .nav-item {
  margin: 0 9px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  cursor: pointer;
  height: 104px;
}
@media (max-width: 1229px) {
  .section.section-item .item-slider .item-nav .nav-item {
    margin: 0 2.5px;
  }
}
.section.section-item .item-slider .item-nav .nav-item img {
  width: 119px;
  height: 122px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1440px) {
  .section.section-item .item-slider .item-nav .nav-item img {
    height: 100px;
  }
}
@media (max-width: 1229px) {
  .section.section-item .item-slider .item-nav .nav-item img {
    height: 80px;
  }
}
@media (max-width: 575px) {
  .section.section-item .item-slider .item-nav .nav-item img {
    height: 50px;
    min-height: 50px;
  }
}
.section.section-item .item-slider .item-nav .nav-item.slick-current {
  border: 1px solid #ff6c5d;
}
.section.section-item .item-slider .item-nav .nav-item:hover {
  opacity: 0.6;
  border: 1px solid #ff6c5d;
}
.section.section-item .item-slider .slick-list {
  padding: 0 !important;
}
.section.section-item .item-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
}
.section.section-item .item-slider .slick-arrow svg path {
  transition: all 0.3s ease;
}
.section.section-item .item-slider .slick-arrow:hover svg path {
  fill: #ff5d4c;
}
.section.section-item .item-slider .slick-arrow.slick-prev {
  left: 0;
  transform: translateY(-50%) rotate(90deg);
}
.section.section-item .item-slider .slick-arrow.slick-next {
  right: 0;
  transform: translateY(-50%) rotate(-90deg);
}
.section.section-item .item-information .info-heading {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
.section.section-item .item-information .info-heading .links {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 575px) {
  .section.section-item .item-information .info-heading .links {
    width: 100%;
    justify-content: center;
    margin: 0 0 15px;
  }
}
.section.section-item .item-information .info-heading .links li {
  margin: 0 10px 0 0;
}
.section.section-item .item-information .info-heading .links li:nth-last-child(1) {
  margin: 0;
}
.section.section-item .item-information .info-heading .links li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  min-height: 43px;
  border: 1px solid #e5e3e3;
  border-radius: 7px;
  background-color: #fefefe;
  font-size: 16px;
  font-family: "HelveticaRegular";
}
.section.section-item .item-information .info-heading .links li a:hover {
  background: #ededed;
  border-color: #ededed;
}
@media (max-width: 575px) {
  .section.section-item .item-information .info-heading .links li a {
    min-width: 60px;
  }
}
.section.section-item .item-information .info-heading .links li.active a {
  background: #ededed;
  border-color: #ededed;
}
.section.section-item .item-information .info-heading .stock p {
  font-size: 15px;
  font-family: "HelveticaLight";
  margin: 0 0 1px;
  text-align: right;
}
@media (max-width: 575px) {
  .section.section-item .item-information .info-heading .stock p {
    width: 100%;
    text-align: center;
  }
}
.section.section-item .item-information .info-heading .stock span {
  font-size: 15px;
  font-family: "HelveticaLight";
  text-align: right;
}
.section.section-item .item-information .info-heading .stock span.in-stock {
  color: #009933;
}
.section.section-item .item-information .info-heading .stock span.out-stock {
  color: #ff5d4c;
}
@media (max-width: 575px) {
  .section.section-item .item-information .info-heading .stock span {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .section.section-item .item-information .info-heading .stock {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
.section.section-item .item-information .price {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 40px;
}
.section.section-item .item-information .price span {
  font-size: 19px;
  text-decoration: line-through;
  color: #666666;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  margin: 0 15px 0 0;
}
.section.section-item .item-information .price p {
  font-size: 29px;
}
@media (max-width: 575px) {
  .section.section-item .item-information .price p {
    font-size: 20px;
  }
}
.section.section-item .item-information .price p small {
  font-size: 22px;
}
@media (max-width: 575px) {
  .section.section-item .item-information .price p small {
    font-size: 16px;
  }
}
.section.section-item .item-information .char {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 25px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .section.section-item .item-information .char {
    align-self: center;
  }
}
.section.section-item .item-information .char li {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 15px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .section.section-item .item-information .char li {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .section.section-item .item-information .char li {
    min-width: 100%;
  }
}
.section.section-item .item-information .char li p, .section.section-item .item-information .char li span {
  position: relative;
  z-index: 9;
  background: #fff;
}
.section.section-item .item-information .char li p {
  font-size: 16px;
  font-family: "HelveticaMedium";
  padding-right: 10px;
}
@media (max-width: 575px) {
  .section.section-item .item-information .char li p {
    font-size: 14px;
  }
}
.section.section-item .item-information .char li span {
  font-size: 17px;
  padding-left: 10px;
}
@media (max-width: 575px) {
  .section.section-item .item-information .char li span {
    font-size: 15px;
  }
}
.section.section-item .item-information .char li:after {
  content: ".................................................................................................................................................................................................................................................................................................................................................................................";
  font-size: 17px;
  color: #a1a1a1;
  position: absolute;
  bottom: 0;
  left: 0;
}
.buy-block .buy-nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1229px) {
  .buy-block .buy-nav .nav-item.buttons {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0 0;
  }
  .buy-block .buy-nav .nav-item.buttons a {
    margin: 0 !important;
  }
}
@media (max-width: 1229px) and (max-width: 575px) {
  .buy-block .buy-nav .nav-item.buttons {
    flex-direction: column;
  }
  .buy-block .buy-nav .nav-item.buttons a {
    min-width: 100% !important;
    width: 100% !important;
    margin: 10px 0 !important;
  }
}
.buy-block .buy-nav .nav-item p {
  font-size: 16px;
  font-family: "HelveticaMedium";
  margin: 0 0 10px 0;
}
.buy-block .buy-nav .nav-item .price {
  font-size: 32px;
  line-height: 25px;
}
.buy-block .buy-nav .nav-item .price span {
  font-size: 32px;
  line-height: 25px;
  text-decoration: none;
  margin: 0;
  color: #000;
}
.buy-block .buy-nav .nav-item .price small {
  font-size: 24px;
  margin: 0 0 0 10px;
}
@media (max-width: 575px) {
  .buy-block .buy-nav .nav-item .price small {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .buy-block .buy-nav .nav-item .price {
    font-size: 20px;
  }
}
.buy-block .buy-nav .nav-item .btn.btn-pink {
  min-width: 300px;
  min-height: 60px;
  border-radius: 30px;
  margin: 15px 0 0;
}
@media (max-width: 1440px) {
  .buy-block .buy-nav .nav-item .btn.btn-pink {
    min-width: 235px;
    font-size: 15px;
  }
}
.buy-block .buy-nav .nav-item .btn.btn-pink svg {
  margin: 0 15px 0 0;
}
.buy-block .buy-nav .nav-item .fast-buy {
  display: table;
  margin: 10px auto 0;
}
.buy-block .buy-nav .nav-item .fast-buy img {
  margin: 0 10px 0 0;
}
.buy-block .buy-nav .nav-item .fast-buy span {
  border-bottom: 1px dotted #747474;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.buy-block .buy-nav .nav-item .fast-buy:hover span {
  border-bottom: 1px dotted transparent;
}
.section.section-item .item-information .item-advantages {
  padding: 24px 20px;
  border: 1px solid #e5e3e3;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 1229px) {
  .section.section-item .item-information .item-advantages {
    margin: 30px 0 0;
  }
}
.section.section-item .item-information .item-advantages ul li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 10px;
  text-transform: uppercase;
  font-family: "HelveticaRegular";
  margin: 0 0 17px;
}
.section.section-item .item-information .item-advantages ul li:nth-last-child(1) {
  margin: 0;
}
@media (max-width: 1229px) {
  .section.section-item .item-information .item-advantages ul li {
    width: 33.333333%;
    float: left;
  }
}
@media (max-width: 575px) {
  .section.section-item .item-information .item-advantages ul li {
    width: 100%;
  }
}
.section.section-item .item-information .item-advantages ul li img {
  width: 24px;
  height: 24px;
  margin: 0 5px 0 0;
}

.section.section-product-description {
  padding: 55px 0 30px;
}
.section.section-product-description .section-title {
  text-align: left;
  margin: 0 0 20px;
  justify-content: flex-start;
}
.section.section-product-description .description p {
  margin: 0 0 35px;
  font-size: 17px;
  line-height: 26px;
}
.section.section-product-description .description p:nth-last-child(1) {
  margin: 0;
}
@media (max-width: 575px) {
  .section.section-product-description .description p {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .section.section-product-description [class*=col-]:nth-child(1) {
    margin: 0 0 25px;
  }
}

.section.section-colorpick {
  padding: 30px 0 60px;
}
.section.section-colorpick .color-envelope {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 35px;
}
.section.section-colorpick .color-envelope:nth-last-child(1) {
  margin: 0;
}
.section.section-colorpick .color-envelope .color-choose {
  width: calc((100% / 8) - 26px);
}
@media (max-width: 991px) {
  .section.section-colorpick .color-envelope .color-choose {
    width: calc((100% / 4) - 26px);
  }
}
@media (max-width: 575px) {
  .section.section-colorpick .color-envelope .color-choose {
    width: calc((100% / 2) - 26px);
  }
}
.section.section-colorpick .color-envelope .color-choose .color-box {
  width: 100%;
  height: 165px;
  margin: 0 0 15px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
@media (max-width: 1229px) {
  .section.section-colorpick .color-envelope .color-choose .color-box {
    height: 100px;
  }
}
.section.section-colorpick .color-envelope .color-choose p {
  font-size: 14px;
  text-align: center;
}
.section.section-colorpick .color-envelope .color-choose.selected .color-box {
  border-color: #ff5d4c;
}
.section.section-colorpick .pagination ul {
  margin-bottom: 0;
}

.section.section-popular.another {
  background: #fcfcfc;
  padding: 65px 0 0;
}
.section.section-popular.another .slick-arrow {
  position: absolute;
  padding: 0;
}
@media (max-width: 1440px) {
  .section.section-popular.another .slick-arrow {
    bottom: 15px !important;
    top: auto !important;
  }
}
.section.section-popular.another .slick-arrow svg path {
  transition: all 0.3s ease;
}
.section.section-popular.another .slick-arrow.slick-next {
  transform: rotate(-90deg);
  top: -105px;
  right: 210px;
}
@media (max-width: 1440px) {
  .section.section-popular.another .slick-arrow.slick-next {
    left: calc(50% + 10px) !important;
    right: auto !important;
    top: auto !important;
  }
}
.section.section-popular.another .slick-arrow.slick-prev {
  transform: rotate(90deg);
  top: -105px;
  right: 265px;
}
@media (max-width: 1440px) {
  .section.section-popular.another .slick-arrow.slick-prev {
    right: calc(50% + 10px) !important;
    top: auto !important;
  }
}
.section.section-popular.another .slick-arrow:hover svg path {
  fill: #ff5d4c;
}

.section.section-collect.another {
  padding: 50px 0;
  background: #f8f3e5;
}
.section.section-collect.another .slick-list {
  padding-bottom: 15px;
}
@media (max-width: 1440px) {
  .section.section-collect.another .slick-list {
    padding-bottom: 75px;
  }
}
.section.section-collect.another .product img {
  height: 385px;
}
.section.section-collect.another .product .p-title {
  font-weight: 500;
}
.section.section-collect.another .product .p-title span {
  font-weight: 400;
}
.section.section-collect.another .slick-arrow {
  position: absolute;
  padding: 0;
}
@media (max-width: 1440px) {
  .section.section-collect.another .slick-arrow {
    bottom: 0px !important;
    top: auto !important;
  }
}
.section.section-collect.another .slick-arrow svg path {
  transition: all 0.3s ease;
}
.section.section-collect.another .slick-arrow.slick-next {
  transform: rotate(-90deg);
  top: -105px;
  right: 335px;
}
@media (max-width: 1440px) {
  .section.section-collect.another .slick-arrow.slick-next {
    left: calc(50% + 10px) !important;
    right: auto !important;
    top: auto !important;
  }
}
.section.section-collect.another .slick-arrow.slick-prev {
  transform: rotate(90deg);
  top: -105px;
  right: 390px;
}
@media (max-width: 1440px) {
  .section.section-collect.another .slick-arrow.slick-prev {
    right: calc(50% + 10px) !important;
    top: auto !important;
  }
}
.section.section-collect.another .slick-arrow:hover svg path {
  fill: #ff5d4c;
}

.section.section-popular.recently {
  padding: 75px 0 0;
}
.section.section-popular.recently .slick-arrow {
  position: absolute;
  padding: 0;
}
@media (max-width: 1440px) {
  .section.section-popular.recently .slick-arrow {
    bottom: 25px !important;
    top: auto !important;
  }
}
.section.section-popular.recently .slick-arrow svg path {
  transition: all 0.3s ease;
}
.section.section-popular.recently .slick-arrow.slick-next {
  transform: rotate(-90deg);
  top: -105px;
  right: 360px;
}
@media (max-width: 1440px) {
  .section.section-popular.recently .slick-arrow.slick-next {
    left: calc(50% + 10px) !important;
    right: auto !important;
    top: auto !important;
  }
}
.section.section-popular.recently .slick-arrow.slick-prev {
  transform: rotate(90deg);
  top: -105px;
  right: 415px;
}
@media (max-width: 1440px) {
  .section.section-popular.recently .slick-arrow.slick-prev {
    right: calc(50% + 10px) !important;
    top: auto !important;
  }
}
.section.section-popular.recently .slick-arrow:hover svg path {
  fill: #ff5d4c;
}

.slick-arrow {
  z-index: 80;
}

.section.section-item-contact {
  padding: 65px 0;
  background: #f8f3e5;
}
.section.section-item-contact .title {
  font-size: 36px;
  font-family: "HelveticaLight";
  position: relative;
}
.section.section-item-contact .title:after {
  content: "";
  display: table;
  margin: 5px 0 13px;
  width: 44px;
  height: 2px;
  background: #ff5d4c;
}
@media (max-width: 1229px) {
  .section.section-item-contact .title:after {
    margin: 5px auto 13px;
  }
}
@media (max-width: 1229px) {
  .section.section-item-contact .title {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .section.section-item-contact .title {
    font-size: 24px;
  }
}
.section.section-item-contact .subtitle {
  font-size: 27px;
  font-family: "HelveticaLight";
  margin: 0 0 15px;
}
@media (max-width: 1229px) {
  .section.section-item-contact .subtitle {
    text-align: center;
    margin: 0 0 35px;
  }
}
@media (max-width: 575px) {
  .section.section-item-contact .subtitle {
    font-size: 20px;
  }
}
.section.section-item-contact form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1229px) {
  .section.section-item-contact form {
    justify-content: center;
  }
}
.section.section-item-contact form .form-group {
  max-width: 265px;
  margin: 0 35px 0 0;
}
.section.section-item-contact form .form-group .form-control {
  border: none;
}
@media (max-width: 1440px) {
  .section.section-item-contact form .form-group {
    max-width: 255px;
  }
}
@media (max-width: 1229px) {
  .section.section-item-contact form .form-group {
    max-width: 235px;
  }
}
@media (max-width: 767px) {
  .section.section-item-contact form .form-group {
    max-width: 100%;
    margin: 0 0 15px;
  }
}
.section.section-item-contact form .btn.btn-pink {
	display: block;
	margin-top: 20px;
  min-width: 185px;
  min-height: 50px;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .section.section-item-contact form .btn.btn-pink {
    order: 4;
    margin: 0 auto;
  }
}
.section.section-item-contact form .form-info {
  text-align: left;
  margin: 15px 0 0;
  font-size: 12px;
}
@media (max-width: 1229px) {
  .section.section-item-contact form .form-info {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .section.section-item-contact form .form-info {
    order: 3;
    margin: 0 0 15px;
    text-align: center;
  }
}

.section.section-how {
  padding: 0 0 80px;
}
.section.section-how .main-description {
  font-size: 18px;
}
@media (max-width: 575px) {
  .section.section-how .main-description {
    font-size: 15px;
  }
}

.section.section-content-elements {
  padding: 80px 0;
  background: #f8f3e5;
}
.section.section-content-elements .row {
  margin: 0 -8px;
}
.section.section-content-elements [class*=col-] {
  padding: 0 8px;
}
@media (max-width: 991px) {
  .section.section-content-elements [class*=col-] {
    margin: 0 0 35px;
  }
}

.content-elem img {
  height: 290px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  margin: 0 0 30px;
}
.content-elem .title {
  font-size: 18px;
  font-family: "HelveticaMedium";
  margin: 0 0 20px;
}
@media (max-width: 575px) {
  .content-elem .title {
    font-size: 15px;
  }
}
.content-elem .description {
  font-size: 17px;
  line-height: 32px;
  color: #333333;
}
@media (max-width: 575px) {
  .content-elem .description {
    font-size: 14px;
    line-height: 20px;
  }
}

h2 {
  font-size: 36px;
  color: #1f1f1f;
  margin: 0 0 45px;
}
@media (max-width: 575px) {
  h2 {
    font-size: 24px;
  }
}

.section-elements {
  padding: 65px 0;
}

.text-gray {
  padding: 50px;
  background: #fbf9f9;
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .text-gray {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .text-gray {
    padding: 10px;
    font-size: 15px;
  }
}

h3 {
  font-size: 30px;
  font-family: "HelveticaRegular";
  margin: 0 0 25px;
}
@media (max-width: 575px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 24px;
  font-family: "HelveticaRegular";
  margin: 0 0 25px;
}
@media (max-width: 575px) {
  h4 {
    font-size: 16px;
    margin: 0 0 15px;
  }
}

.default-table {
  width: 100%;
  margin: 0 0 55px;
  overflow: auto;
}
.default-table .st-head-row {
  padding: 0;
}
@media (max-width: 991px) {
  .default-table {
    border-top: 1px solid #cccccc;
  }
}
.default-table table {
  width: 100%;
}
.default-table table thead tr th {
  white-space: nowrap;
  text-align: center;
  font-family: "HelveticaBold";
  font-size: 17px;
  padding: 15px;
  background: #767a7d;
  color: #fff;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
@media (max-width: 767px) {
  .default-table table thead tr th {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .default-table table thead tr th {
    font-size: 14px;
  }
}
.default-table table tbody tr td {
  white-space: nowrap;
  padding: 15px;
  font-size: 18px;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  text-align: center;
}
.default-table table tbody tr td:nth-child(2) {
  text-align: left;
  padding: 15px 20px;
}
@media (max-width: 767px) {
  .default-table table tbody tr td {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .default-table table tbody tr td {
    font-size: 15px;
  }
}
.default-table table tbody tr:nth-last-child(1) td {
  border-bottom: 1px solid #cccccc;
}
.default-table table tbody tr:hover td {
  background: #e2e2e7;
}

.elements ul {
  padding: 0 0 0 20px;
  margin: 0 0 60px;
}
.elements ul li {
  font-size: 20px;
  position: relative;
  padding: 0 0 0 30px;
  line-height: 25px;
  margin: 0 0 5px;
}
@media (max-width: 575px) {
  .elements ul li {
    font-size: 16px;
  }
}
.elements ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 25px;
  height: 17px;
  background: url("../img/ul-check.png") center no-repeat;
  background-size: contain;
}
.elements ul li ul {
  padding: 0;
}
.elements ul li ul li {
  font-size: 18px;
}
@media (max-width: 575px) {
  .elements ul li ul li {
    font-size: 15px;
  }
}
.elements ul li ul li:before {
  width: 23px;
  height: 15px;
}
.elements ul li ul li ul li {
  font-size: 16px;
}
@media (max-width: 575px) {
  .elements ul li ul li ul li {
    font-size: 14px;
  }
}
.elements ul li ul li ul li:before {
  width: 18px;
  height: 12px;
}
.elements ul li ul li ul li ul.disc li {
  font-size: 14px;
  padding: 0 0 0 20px;
}
.elements ul li ul li ul li ul.disc li:before {
  content: "";
  background: #ff5d4c;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 10px;
  left: 0;
}
.elements ul li ul li ul li ul.disc li ul.square li:before {
  content: "";
  background: #ff5d4c;
  width: 6px;
  height: 6px;
  top: 10px;
  left: 0;
  border-radius: 0;
}
.elements p {
  font-size: 18px;
}
@media (max-width: 575px) {
  .elements p {
    font-size: 15px;
  }
}
.elements a {
  color: #ff6a5c;
  text-decoration: underline;
}
.elements a:hover {
  text-decoration: none;
}

ul.disc li:before {
  content: "";
  background: #ff5d4c;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 5px;
  left: 0;
}

ul.square li:before {
  content: "";
  background: #ff5d4c;
  width: 8px;
  height: 8px;
  top: 5px;
  border-radius: 0;
  left: 0;
}

h5 {
  font-size: 22px;
  font-family: "HelveticaRegular";
  margin: 0 0 25px;
}
@media (max-width: 575px) {
  h5 {
    font-size: 15px;
  }
}

ol {
  padding: 0 0 0 25px;
  margin: 0 0 60px;
}
ol li {
  list-style-type: none;
  counter-increment: list;
  position: relative;
  font-size: 19px;
  margin: 0 0 7px;
}
ol li:after {
  content: counter(list) ".";
  position: absolute;
  left: -2.5em;
  width: 2em;
  text-align: right;
  color: #ff5d4c;
  top: 50%;
  transform: translateY(-50%);
}

h6 {
  font-size: 20px;
  font-family: "HelveticaRegular";
  margin: 0 0 25px;
}
@media (max-width: 575px) {
  h6 {
    font-size: 14px;
  }
  h2, h3, h4, h5, h6 {margin: 0 0 10px;}
}

.section.section-cabinet {
  padding: 0 0 60px;
}
.section.section-cabinet .cabinet-sidebar {
  padding: 25px 30px;
  background: #fafafa;
  width: 280px;
  margin: 0 60px 0 0;
  display: inline-block;
  vertical-align: top;
}
.section.section-cabinet .cabinet-sidebar ul li {
  margin: 0 0 20px;
}
.section.section-cabinet .cabinet-sidebar ul li a {
  font-family: "HelveticaLight";
  font-size: 18px;
  padding: 5px 3px;
  border-bottom: 5px solid transparent;
}
.section.section-cabinet .cabinet-sidebar ul li a:hover {
  color: #ff5d4c;
  border-bottom: 5px solid #ff5d4c;
}
.section.section-cabinet .cabinet-sidebar ul li.active a {
  color: #ff5d4c;
  border-bottom: 5px solid #ff5d4c;
}
.section.section-cabinet .cabinet-sidebar .quit {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 0 0 10px;
  justify-content: flex-start;
  margin: 50px 0 0;
}
.section.section-cabinet .cabinet-sidebar .quit svg {
  margin: 0 10px 0 0;
}
.section.section-cabinet .cabinet-sidebar .quit svg path {
  transition: all 0.3s ease;
}
.section.section-cabinet .cabinet-sidebar .quit:hover {
  color: #ff5d4c;
}
.section.section-cabinet .cabinet-sidebar .quit:hover svg path {
  fill: #ff5d4c;
}
@media (max-width: 991px) {
  .section.section-cabinet .cabinet-sidebar {
    width: 100%;
    margin: 0;
  }
}
.section.section-cabinet .cabinet-content {
  width: calc(100% - 345px);
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 991px) {
  .section.section-cabinet .cabinet-content {
    width: 100%;
  }
}
.section.section-cabinet .cabinet-content .title {
  width: 100%;
  font-size: 24px;
  font-family: "HelveticaBold";
  border-bottom: 1px solid #cbcbcb;
  padding: 0 10px;
  margin: 0 0 30px;
}
.section.section-cabinet .cabinet-content .form-group {
  margin: 0 0 6px !important;
}
.section.section-cabinet .cabinet-content .form-group.left-title span {
  min-width: 100px;
  text-align: left;
  font-family: "HelveticaRegular";
}
.section.section-cabinet .cabinet-content .form-group .form-control {
  width: calc(100% - 110px);
  min-height: 42px;
}
@media (max-width: 991px) {
  .section.section-cabinet .cabinet-content .form-group .form-control {
    width: 100%;
    margin: 0;
  }
}
.section.section-cabinet .cabinet-content .form-group button {
  width: calc(100% - 110px);
  float: right;
  margin: 15px 0 0;
}
@media (max-width: 575px) {
  .section.section-cabinet .cabinet-content .form-group button {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 1229px) {
  .section.section-cabinet .cabinet-content .buttons {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin: 30px 0 0;
  }
}
.section.section-cabinet .cabinet-content .btn {
  min-width: 245px;
  min-height: 40px;
  font-size: 16px;
  font-family: "HelveticaLight";
  margin: 0 0 18px;
  max-width: 285px;
  width: 100%;
}
.section.section-cabinet .cabinet-content .buttons .btn.btn.btn-black__bordered {
  background: transparent;
  color: #999999;
  border: 2px solid #999999;
}
.section.section-cabinet .cabinet-content .buttons .btn.btn.btn-black__bordered:hover {
  background: #999999;
  color: #fff;
}
@media (max-width: 1229px) {
  .section.section-cabinet .cabinet-content .pw-change {
    text-align: left !important;
    margin: 25px 0 0;
  }
}
.section.section-cabinet .cabinet-content .pw-change .form-group {
  display: none;
}
.section.section-cabinet .cabinet-content .pw-change .form-group .form-control {
  display: inline-block;
  min-width: 285px;
}
.section.section-cabinet .cabinet-content .pw-change.js-pw-change .form-group {
  display: inline-block;
}
.section.section-cabinet .cabinet-content .save-pw {
  display: none;
  max-width: 285px;
  width: 100%;
  margin: 15px 0 !important;
}
.section.section-cabinet .cabinet-content .edit .btn {
  display: none;
}
.section.section-cabinet .cabinet-content .edit.js-edit .btn {
  display: inline-block;
}
.section.section-cabinet .cabinet-content .cabinet-step {
  margin: 0 0 65px;
}
.section.section-cabinet .cabinet-content .cabinet-step.with-table .title {
  margin: 0;
}
.section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table {
  width: 100%;
}
.section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table {
  width: 100%;
}
@media (max-width: 767px) {
  .section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table {
    display: block;
  }
}
@media (max-width: 767px) {
  .section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table thead {
    display: none;
  }
}
.section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table thead tr th {
  font-size: 16px;
  font-family: "HelveticaRegular";
  padding: 17px 15px;
  border-bottom: 1px solid #cbcbcb;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody {
    display: block;
  }
}
@media (max-width: 767px) {
  .section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr {
    display: block;
    border: 1px solid #cbcbcb;
    margin: 15px 0;
    padding: 15px;
    position: relative;
  }
}
.section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr td {
  padding: 20px 0;
  text-align: center;
  font-size: 16px;
  border-bottom: 1px solid #cbcbcb;
  vertical-align: middle;

}
.section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr td.number {
  font-family: "HelveticaBold";
}
.section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr td.status.canceled {
  color: #ff5d4c;
}
.section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr td.status.accepted {
  color: #339933;
}
.section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr td.cost {
  font-size: 22px;
}
.section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr td.cost small {
  font-size: 18px;
}
.section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr td .down {
  transform: rotate(-180deg);
  opacity: 0.6;
  display: inline-block;
  transition: all 0.3s ease;
}
.section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr td .down:hover {
  opacity: 1;
}
.section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr td .down.opened {
  transform: rotate(0);
}
@media (max-width: 767px) {
  .section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr td {
    padding: 5px 10px;
    border: none !important;
    width: 100%;
    display: block;
    text-align: left;
    font-size: 16px;
  }
  .elements ul {
      padding: 0 0 0 0px;
      margin: 0 0 20px;
  }
  ol{
    margin: 0 0 20px;
  }
  .section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr.hovered td{
    background: none !important;
  }
  .section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr td p, .section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr td span, .section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr td small {
    font-size: 16px;
  }
  .section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr td:before {
    content: attr(data-title);
    font-size: 14px;
    color: #000;
    display: inline-block;
    margin: 0 5px 0 0;
    font-weight: 400 !important;
    font-family: "HelveticaRegular";
  }
  .section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr td.open-cabinet {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    background: transparent !important;
  }
  .section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr td.cost {
    line-height: 13px;
  }
}
.section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr.hidden {
  display: none;
}
.section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr.hidden > td {
  padding: 0;
}
.section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr.hidden > td:before {
  content: none;
}
@media (max-width: 767px) {
  .section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr.hidden tr {
    border: none;
    padding: 0;
  }
}
.section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr.hidden td table {
  border-collapse: initial;
}
.section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr.hidden td table thead tr th {
  font-size: 16px;
  vertical-align: middle;
  padding: 15px 0;
}
.section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr.hidden td table thead tr th.cost {
  padding: 0 70px 0 0;
}
@media (max-width: 1229px) {
  .section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr.hidden td table thead tr th.cost {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr.hidden td table thead tr th {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr.hidden td table tbody tr {
    display: inline-block;
    width: 100%;
  }
}
.section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr.hidden td table tbody tr td {
  padding: 12px 10px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr.hidden td table tbody tr td {
    padding: 12px 20px;
  }
  .section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr.hidden td table tbody tr td.order-product-main {
    max-width: 120px;
    float: left;
  }
  .section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr.hidden td table tbody tr td.order-product-main:before {
    content: none;
  }
  .section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr.hidden td table tbody tr td.order-product-main .order-product img {
    margin: 0 0 5px;
    width: 80%;
  }
}
@media (max-width: 575px) {
  .section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr.hidden td table tbody tr td {
    font-size: 14px;
  }
  .section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr.hidden td table tbody tr td p, .section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr.hidden td table tbody tr td span, .section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr.hidden td table tbody tr td small {
    font-size: 14px !important;
  }
}
.section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr.hidden td table tbody tr td:nth-child(1) {
  text-align: left;
  border-left: 1px solid #cbcbcb;
}
.section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr.hidden td table tbody tr td:nth-last-child(1) {
  text-align: left;
  border-right: 1px solid #cbcbcb;
}
.section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr.hidden td table tbody tr td .order-product {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr.hidden td table tbody tr td .order-product {
    flex-wrap: wrap;
  }
}
.section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr.hidden td table tbody tr td .order-product span {
  color: #1f1f1f;
  font-size: 17px;
  white-space: normal;
}
@media (max-width: 767px) {
  .section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr.hidden td table tbody tr td .order-product span {
    width: 100%;
    font-size: 14px;
  }
}
.section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr.hidden td table tbody tr td .order-product img {
  width: 65px;
  height: 65px;
  object-fit: cover;
  object-position: center;
  margin: 0 25px 0 0;
}
@media (max-width: 767px) {
  .section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr.hidden td table tbody tr td .order-product img {
    display: table;
    margin: 0 auto 10px;
  }
}
.section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr.hidden td table tbody tr td .price {
  font-size: 19px;
}
.section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr.hidden td table tbody tr td .price span {
  font-size: 16px;
}
.section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr.hidden td table tbody tr td .old-price {
  font-size: 14px;
  text-decoration: line-through;
}
.section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr.hidden td table tbody tr td .old-price i {
  font-weight: 400;
}
.section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr.hidden td table tbody tr td.cost {
  padding: 0 70px 0 0;
}
@media (max-width: 1229px) {
  .section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr.hidden td table tbody tr td.cost {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr.hidden td {
    padding: 0 !important;
  }
}
.section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr.visible {
  display: table-row;
}
@media (max-width: 767px) {
  .section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr.visible {
    display: block;
  }
  .section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr.visible td {
    padding: 0;
    border: none;
  }
}
.section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr.visible th:nth-child(1) {
  border-left: 1px solid #cbcbcb;
}
.section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr.visible th:nth-last-child(1) {
  border-right: 1px solid #cbcbcb;
}
.section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr.hovered + .hidden {
  margin-top: -16px;
}
.section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr.hovered td {
  background: #fafafa;
  border-top: 1px solid #cbcbcb;
}
.section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr.hovered td:nth-child(1) {
  border-left: 1px solid #cbcbcb;
}
.section.section-cabinet .cabinet-content .cabinet-step.with-table .order-table table tbody tr.hovered td:nth-last-child(1) {
  border-right: 1px solid #cbcbcb;
}

.old-price i {
  line-height: normal;
  height: 23px;
  font-weight: 400;
  display: inline-block;
  margin: 0 0 0 3px;
}
/*
.price .old-price i{
  margin: 0;
}*/

.section.section-filter .filter-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 0 40px;
}
.section.section-filter .filter-wrapper:nth-last-child(1) {
  margin: 0;
}
.section.section-filter .filter-wrapper .title {
  font-size: 20px;
  font-family: "HelveticaMedium";
  width: 100%;
}
.section.section-filter .filter-wrapper .title:after {
  content: "";
  width: 44px;
  height: 2px;
  background: #ff5d4c;
  margin: 15px 0;
  display: table;
}
@media (max-width: 991px) {
  .section.section-filter .filter-wrapper {
    flex-wrap: wrap;
  }
}
.section.section-filter .filter-wrapper .filter-item {
  background: #fcfcfc;
  padding: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 30px 0 0;
  width: 100%;
}
.section.section-filter .filter-wrapper .filter-item:nth-last-child(1) {
  margin: 0;
}
@media (max-width: 1440px) {
  .section.section-filter .filter-wrapper .filter-item {
    margin: 0 15px 0 0;
  }
}
@media (max-width: 991px) {
  .section.section-filter .filter-wrapper .filter-item {
    width: calc((100% / 2) - 30px) !important;
    margin: 0 0 30px !important;
  }
}
@media (max-width: 767px) {
  .section.section-filter .filter-wrapper .filter-item {
    width: 100% !important;
    margin: 0 0 30px !important;
    max-width: 100% !important;
  }
}
@media (max-width: 575px) {
  .section.section-filter .filter-wrapper .filter-item {
    padding: 15px;
  }
}
.section.section-filter .filter-wrapper .filter-item.f-price ul li {
  margin: 0 0 10px;
}
.section.section-filter .filter-wrapper .filter-item.f-price ul li:nth-last-child(1) {
  margin: 0;
}
.section.section-filter .filter-wrapper .filter-item.f-price ul li a {
  font-size: 16px;
  font-family: "HelveticaMedium";
  white-space: nowrap;
}
.section.section-filter .filter-wrapper .filter-item.f-price ul li a span {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 2px;
  background: #666666;
  margin: 0 8px;
  transition: all 0.3s ease;
}
.section.section-filter .filter-wrapper .filter-item.f-price ul li a:hover {
  color: #ff5d4c;
}
.section.section-filter .filter-wrapper .filter-item.f-price ul li a:hover span {
  background: #ff5d4c;
}
.section.section-filter .filter-wrapper .filter-item ul li {
  margin: 0 0 5px;
}
.section.section-filter .filter-wrapper .filter-item ul li:nth-last-child(1) {
  margin: 0;
}
.section.section-filter .filter-wrapper .filter-item ul li a {
  font-size: 16px;
}
.section.section-filter .filter-wrapper .filter-item ul li a:hover {
  color: #ff5d4c;
}
@media (max-width: 1440px) {
  .section.section-filter .filter-wrapper .filter-item ul li a {
    font-size: 14px;
  }
}
.section.section-filter .filter-wrapper .filter-item.dual {
  max-width: 470px;
  width: 100%;
}
.section.section-filter .filter-wrapper .filter-item.dual li {
  width: 50%;
  float: left;
}
@media (max-width: 1229px) {
  .section.section-filter .filter-wrapper .filter-item.dual li {
    width: 100%;
  }
}
.section.section-filter .filter-wrapper .filter-item.f-material {
  min-width: 350px;
}
@media (max-width: 767px) {
  .section.section-filter .filter-wrapper .filter-item.f-material {
    min-width: 100%;
  }
}
.section.section-filter .filter-wrapper .filter-item.brands ul {
  width: 100%;
}
.section.section-filter .filter-wrapper .filter-item.brands ul li {
  width: calc(100% / 5);
  float: left;
}
@media (max-width: 1229px) {
  .section.section-filter .filter-wrapper .filter-item.brands ul li {
    width: calc(100% / 3);
  }
}
@media (max-width: 767px) {
  .section.section-filter .filter-wrapper .filter-item.brands ul li {
    width: 100%;
  }
}
.section.section-filter .filter-wrapper .filter-item.brands .show-more {
  display: table;
  margin: 40px auto 0;
}
.section.section-filter .filter-wrapper .filter-item.brands .show-more span {
  border-bottom: 1px dotted #737373;
}
.section.section-filter .filter-wrapper .filter-item.brands .show-more img {
  margin: 0 0 0 10px;
}
.section.section-filter .filter-wrapper .color-row {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
.section.section-filter .filter-wrapper .color-overflow {
  width: 100%;
}
.section.section-filter .filter-wrapper.f-color {
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .section.section-filter .filter-wrapper.f-color .filter-item {
    width: 100% !important;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .section.section-filter .filter-wrapper.f-color .filter-item {
    overflow: auto;
  }
  .section.section-filter .filter-wrapper.f-color .filter-item .color-overflow {
    min-width: 700px;
    padding-right: 30px;
  }
}
.section.section-filter .filter-wrapper.f-color .default-radio {
  padding: 0;
  margin: 0 4px 4px 0;
  width: calc(100% / 10);
}
.section.section-filter .filter-wrapper.f-color .default-radio:nth-last-child(1) {
  margin: 0 0 4px;
}
.section.section-filter .filter-wrapper.f-color .default-radio img {
  display: block;
  width: 100%;
  height: 30px;
}
@media (max-width: 767px) {
  .section.section-filter .filter-wrapper.f-color .default-radio img {
    min-width: 120px;
  }
}

.section.section-income.another {
  background: #fcfcfc;
}
.section.section-income.another .pagination {
  margin: 70px 0 0;
}
@media (max-width: 767px) {
  .section.section-income.another .pagination {
    margin: 10px 0;
  }
}

/** END CONTENT **/
/** START FOOTER **/
footer .footer-top {
  padding: 80px 0 70px;
  background: #f8f8f8;
}
@media (max-width: 1229px) {
  footer .footer-top {
    padding: 25px 0;
  }
}
footer .footer-top .footer-title {
  position: relative;
  font-size: 19px;
  font-family: "HelveticaLight";
  margin: 0 0 20px;
}
footer .footer-top .footer-title:after {
  content: "";
  display: table;
  margin: 10px 0 0;
  width: 44px;
  height: 2px;
  background: #ff5d4c;
}
@media (max-width: 991px) {
  footer .footer-top .footer-title:after {
    margin: 10px auto 0;
  }
}
footer .footer-top ul.contacts {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
footer .footer-top ul.contacts li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  footer .footer-top ul.contacts li {
    width: 100%;
    text-align: center;
  }
}
footer .footer-top ul.contacts li:nth-last-child(1) {
  margin: 0;
}
footer .footer-top ul.contacts li:nth-last-child(1) a {
  text-decoration: none;
}
footer .footer-top ul.contacts li p {
  min-width: 68px;
  margin: 0 10px 0 0;
  font-size: 15px;
  font-family: "HelveticaRegular";
}
@media (max-width: 991px) {
  footer .footer-top ul.contacts li p {
    width: 100%;
    text-align: center;
    margin: 0;
  }
}
footer .footer-top ul.contacts li span,
footer .footer-top ul.contacts li a {
  width: calc(100% - 80px);
  font-size: 15px;
  font-family: "HelveticaRegular";
  white-space: nowrap;
}
@media (max-width: 991px) {
  footer .footer-top ul.contacts li span,
footer .footer-top ul.contacts li a {
    width: 100%;
    text-align: center;
    margin: 0;
  }
}
footer .footer-top ul.contacts li a {
  text-decoration: underline;
}
footer .footer-top ul.contacts li a:hover {
  text-decoration: none;
}
footer .footer-top ul.socials {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 70px;
}
@media (max-width: 991px) {
  footer .footer-top ul.socials {
    justify-content: center;
    margin: 0 0 15px;
  }
}
footer .footer-top ul.socials li {
  margin: 0 4px 0 0;
}
footer .footer-top ul.socials li a {
  width: 63px;
  height: 63px;
  border-radius: 50%;
  background: #edeeee;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
footer .footer-top ul.socials li a svg path {
  fill: #666666;
  transition: all 0.3s ease;
}
footer .footer-top ul.socials li a:hover {
  background: #ff5d4c;
}
footer .footer-top ul.socials li a:hover svg path {
  fill: #fff;
}
footer .footer-top .links a {
  font-size: 15px;
  font-family: "HelveticaRegular";
  display: inline-flex;
  margin: 0 0 15px;
}
footer .footer-top .links a:nth-last-child(1) {
  margin: 0;
}
@media (max-width: 991px) {
  footer .footer-top .links a:nth-last-child(1) {
    margin: 0 auto 10px;
    display: table;
  }
}
footer .footer-top .links a:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  footer .footer-top .links a {
    margin: 0 auto 10px;
    display: table;
  }
}
footer .footer-top ul.footer-nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: -15px;
}
@media (max-width: 991px) {
  footer .footer-top ul.footer-nav li {
    width: 100%;
    text-align: center;
  }
}
footer .footer-top ul.footer-nav li a {
  padding: 9px 15px;
  font-size: 15px;
  font-family: "HelveticaRegular";
  display: inline-flex;
  white-space: nowrap;
}
footer .footer-top ul.footer-nav li a:hover {
  background: #ff5d4c;
  color: #fff;
}
footer .footer-top .mailing {
  padding: 40px;
  background: #fff;
}
@media (max-width: 1229px) {
  footer .footer-top .mailing {
    padding: 25px;
  }
}
footer .footer-top .mailing .title {
  font-size: 16px;
  font-family: "HelveticaRegular";
  line-height: 25px;
  margin: 0 0 7px;
}
footer .footer-top .mailing .form-title {
  font-size: 21px;
  font-family: "HelveticaLight";
  margin: 0 0 15px;
}
footer .footer-top .mailing form {
  border: 1px solid #e7e3e3;
  position: relative;
  width: 100%;
  min-height: 43px;
}
footer .footer-top .mailing form input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 97px 0 17px;
}
footer .footer-top .mailing form button {
  position: absolute;
  right: -1px;
  top: -1px;
  height: calc(100% + 2px);
  width: 82px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: "HelveticaRegular";
  color: #fff;
  background: #ff5d4c;
}
footer .footer-top .mailing form button:hover {
  background: #fc3d29;
}
@media (max-width: 991px) {
  footer .footer-top [class*=col-] {
    text-align: center;
    margin: 0 0 15px;
  }
}
footer .copyrights {
  padding: 45px 0;
  background: #ebebeb;
}
@media (max-width: 767px) {
  footer .copyrights {
    padding: 15px 0;
  }
}
footer .copyrights .large-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
footer .copyrights .large-wrapper p {
  font-family: "HelveticaLight";
  font-size: 13px;
  color: #666666;
}
@media (max-width: 575px) {
  footer .copyrights .large-wrapper p {
    width: 100%;
    text-align: center;
  }
}
footer .copyrights .large-wrapper a {
  position: relative;
}
@media (max-width: 575px) {
  footer .copyrights .large-wrapper a {
    width: 100%;
    text-align: center;
  }
}
footer .copyrights .large-wrapper a:after {
  content: "";
  position: absolute;
  top: 105%;
  left: 0;
  background: url("../img/link-after.png") center no-repeat;
  width: 66px;
  height: 15px;
}

/** END FOOTER **/
/** OTHER **/
.messageSuccess .modal-dialog .modal-content {
  border: none;
  border-radius: 0;
}
.messageSuccess .modal-dialog .modal-content .modal-body {
  padding: 50px;
  border-radius: 0;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  box-shadow: 0 0 59px rgba(0, 0, 0, 0.15);
}
.messageSuccess .modal-dialog .modal-content .modal-body .close {
  position: absolute;
  right: 15px;
  top: 15px;
}

.mailing-success {
  display: none;
  font-size: 12px;
  margin: 5px 0 0;
  font-style: italic;
  color: green;
}

.cartMessage .modal-dialog .modal-content {
  border: none;
  border-radius: 0;
}
.cartMessage .modal-dialog .modal-content .modal-body {
  padding: 50px;
  border-radius: 0;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  box-shadow: 0 0 59px rgba(0, 0, 0, 0.15);
}

.fastBuy .modal-dialog {
  max-width: 400px;
}
.fastBuy .modal-dialog .modal-content {
  border: none;
  border-radius: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.fastBuy .modal-dialog .modal-content .modal-body {
  padding: 30px 45px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  border: 2px solid #fff;
  background-color: #f7f3e5;
  border-bottom: none;
  box-shadow: 0 0 59px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
@media (max-width: 575px) {
  .fastBuy .modal-dialog .modal-content .modal-body {
    padding: 35px 15px 20px;
  }
}
.fastBuy .modal-dialog .modal-content .modal-body .close {
  top: 6px;
  right: 6px;
  position: absolute;
}
.fastBuy .modal-dialog .modal-content .modal-body .title {
  font-size: 36px;
  color: #333333;
  position: relative;
  font-family: "HelveticaLight";
  margin: 0 0 30px;
}
.fastBuy .modal-dialog .modal-content .modal-body .title:before {
  content: "";
  width: 44px;
  height: 2px;
  background: #ff5d4c;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.fastBuy .modal-dialog .modal-content .modal-body .form-group .form-control {
  border: none;
  border-radius: 4px;
  font-size: 16px;
}
.fastBuy .modal-dialog .modal-content .modal-body .form-info {
  font-size: 12px;
  text-align: center;
  margin: 0 0 15px;
}
.fastBuy .modal-dialog .modal-content .m-footer {
  width: 100%;
  height: 20px;
  background: #ebe7d9;
  z-index: 99;
  border: 2px solid #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.hidden {
  display: none;
}

.modal-backdrop {
  background: rgba(255, 255, 255, 0.9);
  opacity: 1;
}
.modal-backdrop.show {
  opacity: 1;
}

.head-mail {
	margin: 0 50px 0 75px;
}

@media screen and (max-width: 1630px) {
	.head-mail {
		margin: 0 -15px 0 25px;
	}
}

@media screen and (max-width: 1560px) {
	header .top-nav .container .add-nav .head-contacts {
		margin: 0 0 0 30px;
	}
}

@media screen and (max-width: 1230px) {
	.head-mail {
		display: none;
	}
	.mob-nav .head-mail {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		margin: 10px 25px 0;
		color: #fff;
	}
}

/** OTHER **/

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