@charset "UTF-8";
p {
  margin: 0;
}
* {
  box-sizing: border-box;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none !important;
}

a {
  text-decoration: none;
  transition: all 0.6s;
}
a:hover {
  text-decoration: none;
}

pre {
  font-size: inherit;
  font-family: inherit;
  font-style: inherit;
  margin: 0;
}

html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
  font-family: "Gilroy", sans-serif;
  margin: 0;
}
html h1,
html h2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  color: rgb(52, 60, 75);
}
html h1 strong,
html h1 b,
html h1 span,
html h2 strong,
html h2 b,
html h2 span {
  color: #ec672a;
  font-weight: normal;
}
html h1.line,
html h2.line {
  position: relative;
}
html h1.line:after,
html h2.line:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 69px;
  bottom: -20px;
  background: #ec672a;
  height: 3px;
}

.mobile-single-more{
  display: none;
}

@media only screen and (max-width: 991px) {
  .mobile-single-more{
    display: initial;
    margin-bottom: 120px;
  }

  .line-center{
    margin-top: 27px;
  }

  .product .product-block .left-box .box {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  html h1.line:after,
html h2.line:after {
    bottom: -14px;
  }
  .mobile-single-more{
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  html h1,
html h2 {
    font-size: 22px;
    line-height: 100%;
  }
}
html h1 .title,
html h2 .title {
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
}
html h3 {
  font-weight: 400;
  font-size: 26px;
  line-height: 100%;
  color: #343c4b;
}
@media only screen and (max-width: 767px) {
  html h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
  }
}
html h3 strong,
html h3 b,
html h3 span {
  color: #ec672a;
  font-weight: normal;
}
html h3.line {
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  html h3.line {
    margin-bottom: 35px;
  }
}
html h3.line:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 69px;
  bottom: -20px;
  background: #ec672a;
  height: 3px;
}
@media only screen and (max-width: 767px) {
  html h3.line:after {
    bottom: -14px;
  }
}
html h3.line.head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
html h3.line.head .btn {
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 991px) {
  html h3.line.head .btn {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  html h3.line.head .btn {
    width: 34px;
    height: 34px;
    min-height: 34px;
  }
}
@media only screen and (max-width: 991px) {
  html h3.line.drop {
    cursor: pointer;
  }
  html h3.line.drop:before {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    width: 10px;
    top: 0;
    background: url("../img/arrow-drop-title.svg") no-repeat 50% 50%;
    height: 100%;
    transition: all 0.6s;
  }
}
html h3.line.drop.active:before {
  transform: rotate(-180deg);
}
html h3.line-center {
  /*margin-top: 50px;*/
  position: relative;
  margin-bottom: 40px;
  margin-top: 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  html h3.line-center {
    margin-bottom: 15px;
  }
}
html h3.line-center span {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
  color: #343c4b;
  display: inline-block;
  background: #fff;
  padding: 0 8px;
  position: relative;
  z-index: 2;
}
html h3.line-center:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  background: #ec672a;
  height: 1px;
}
html h4 {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #343c4b;
}
@media only screen and (max-width: 767px) {
  html h4 {
    font-size: 16px;
    line-height: 100%;
  }
}

html body {
  background: #fff;
  font-family: "Gilroy", sans-serif;
  font-size: 13px;
  line-height: 23px;
  color: #667182;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  html body {
    font-size: 12px;
    line-height: 100%;
  }
}
html body.hide {
  overflow: hidden;
}

.wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  padding-top: 144px;
}
@media only screen and (max-width: 991px) {
  .wrapper {
    padding-top: 144px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper {
    padding-top: 129px;
  }
}
.wrapper .main {
  flex-grow: 2;
}

.not-found {
  padding: 0 0 50px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  word-break: break-all;
}

ul,
li {
  list-style-type: none;
}

hr {
  margin: 0 0 30px;
  opacity: 1;
  background: #f4f7fc;
}

.flex {
  display: flex;
}

.f-align-center {
  align-items: center;
}

.f-align-end {
  align-items: flex-end;
}

.f-align-start {
  align-items: flex-start;
}

.f-content-end {
  justify-content: flex-end;
}

.f-content-start {
  justify-content: flex-start;
}

.f-content-start-i {
  justify-content: flex-start !important;
}

.f-space-between {
  justify-content: space-between;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-center-i {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.flex-1 {
  flex: 1;
}

@media only screen and (max-width: 767px) {
  .flex-column-mob {
    flex-direction: column;
  }
}

.m-y-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mt0i {
  margin-top: 0px !important;
}

.mt20 {
  margin-top: 20px;
}

.mt20i {
  margin-top: 20px !important;
}

.mb10 {
  margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
  .mb15m {
    margin-bottom: 15px;
  }
}

.mb15 {
  margin-bottom: 15px;
}

.mb25 {
  margin-bottom: 25px;
}

.mt30 {
  margin-top: 30px;
}

@media only screen and (max-width: 991px) {
  .mb30m {
    margin-bottom: 30px;
  }
}

.mt35 {
  margin-top: 35px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb60 {
  margin-bottom: 60px;
}

.pt-25 {
  padding-top: 25px;
}

.opacity-50 {
  opacity: 0.5;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

.container {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 18px;
  padding-right: 18px;
}
@media only screen and (min-width: 1486px) {
  .container {
    max-width: 1450px !important;
    padding-left: 0;
    padding-right: 0;
  }
}

.shadow {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: rgba(52, 60, 75, 0.3);
}
.shadow.active {
  display: block;
}

.w-25 {
  width: 25%;
}

.w-33 {
  width: 33.33%;
}

.w-48 {
  width: 48%;
}

.w-50 {
  width: 50%;
}

.w-75 {
  width: 75%;
}

.w-100 {
  width: 100%;
}

.f-w100 {
  width: 100%;
}

.f-w50 {
  width: calc(50% - 16px);
}
@media only screen and (max-width: 767px) {
  .f-w50 {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .d-none-m {
    display: none !important;
  }
}

.holder-show {
  display: flex;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .holder-show {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.holder-show .btn {
  width: 100%;
  max-width: 250px;
}

.slick-dots {
  display: flex;
  align-items: center;
}
.slick-dots li + li {
  margin-left: 4px;
}
.slick-dots li button {
  background: #c4c4c4;
  border: none;
  overflow: hidden;
  text-indent: -9999px;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  width: 6px;
  height: 6px;
  padding: 0;
  transition: all 0.6s;
}
@media only screen and (max-width: 767px) {
  .slick-dots li button {
    width: 4px;
    height: 4px;
  }
}
.slick-dots li button:hover {
  background: #ec672a;
}
.slick-dots li.slick-active button {
  background: #ec672a;
}

.more {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-decoration: underline;
  color: #eb6425;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .more {
    font-size: 12px;
    line-height: 15px;
  }
}
.more:hover {
  text-decoration: none;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #d7dae0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.6s;
  z-index: 1;
}
.slick-arrow:hover {
  border: 1px solid #ec672a;
}
@media only screen and (max-width: 991px) {
  .slick-arrow {
    top: initial;
    bottom: 0;
    transform: none;
    width: 30px;
    height: 30px;
  }
}
.slick-arrow.slick-next {
  right: -110px;
}
@media only screen and (max-width: 1699px) {
  .slick-arrow.slick-next {
    right: -50px;
  }
}
@media only screen and (max-width: 1549px) {
  .slick-arrow.slick-next {
    right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .slick-arrow.slick-next {
    left: calc(50% + 3px);
    right: initial;
  }
}
.slick-arrow.slick-prev {
  left: -110px;
}
@media only screen and (max-width: 1699px) {
  .slick-arrow.slick-prev {
    left: -50px;
  }
}
@media only screen and (max-width: 1549px) {
  .slick-arrow.slick-prev {
    left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .slick-arrow.slick-prev {
    right: calc(50% + 3px);
    left: initial;
  }
}

.content {
  padding-top: 38px;
}
.content.inner-content {
  padding-bottom: 55px;
}

.bread-crumbs {
  margin-bottom: 45px;
}
@media only screen and (max-width: 991px) {
  .bread-crumbs {
    margin-bottom: 25px;
  }
}
.bread-crumbs ul {
  display: flex;
  align-items: center;
  overflow-x: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.bread-crumbs ul::-webkit-scrollbar {
  width: 0;
}
.bread-crumbs ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #343c4b;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media only screen and (max-width: 991px) {
  .bread-crumbs ul li {
    font-size: 12px;
    line-height: 15px;
  }
}
.bread-crumbs ul li + li {
  margin-left: 10px;
}
@media only screen and (max-width: 991px) {
  .bread-crumbs ul li + li {
    margin-left: 6px;
  }
}
.bread-crumbs ul li + li:before {
  display: block;
}
.bread-crumbs ul li:before {
  content: "/ ";
  display: none;
  color: rgba(52, 60, 75, 0.5);
  padding-right: 5px;
}
.bread-crumbs ul li svg {
  display: block;
}
.bread-crumbs ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: rgba(52, 60, 75, 0.5);
}
@media only screen and (max-width: 991px) {
  .bread-crumbs ul li a {
    font-size: 12px;
    line-height: 15px;
  }
}
.bread-crumbs ul li a:hover {
  color: #343c4b;
}

.page-name {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 991px) {
  .page-name {
    padding-top: 0;
    padding-bottom: 40px;
  }
}

.inner-page {
  padding-bottom: 50px;
}
.inner-page .bread-crumbs {
  margin-bottom: 31px;
}
@media only screen and (max-width: 991px) {
  .inner-page .bread-crumbs {
    margin-bottom: 25px;
  }
}
.inner-page .page-name {
  padding-top: 29px;
  padding-bottom: 28px;
}
@media only screen and (max-width: 991px) {
  .inner-page .page-name {
    padding-bottom: 15px;
    padding-top: 25px;
  }
}

.single-page {
  padding-bottom: 50px;
}
.single-page p {
  margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  .single-page p {
    margin-bottom: 14px;
  }
}
.single-page p:last-child {
  margin-bottom: 0;
}
.single-page h3,
.single-page h2 {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .single-page h3,
.single-page h2 {
    margin-bottom: 12px;
  }
}

.catalog-page .page-name {
  padding-top: 50px;
  padding-bottom: 95px;
}
@media only screen and (max-width: 991px) {
  .catalog-page .page-name {
    padding-top: 0;
    padding-bottom: 30px;
  }
}

.yith-wcwl-add-to-wishlist {
  margin-top: 0 !important;
}

.woocommerce-notices-wrapper {
  display: none !important;
}

.woocommerce-info {
  border: none !important;
  background: #f9f9fc !important;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  display: none !important;
}

.admin-bar {
  padding-top: 32px;
}
.admin-bar .header {
  top: 32px;
}

.header {
  z-index: 10;
  box-shadow: 0px 0px 40px 0px rgba(68, 71, 81, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.header.active {
  z-index: 10;
}
.header .container {
  flex-wrap: wrap;
}
.header .top {
  padding: 6px 0 7px;
  background: #ec672a;
}
@media only screen and (max-width: 767px) {
  .header .top {
    padding: 3px 0;
  }
}
.header .top .separator {
  height: 27px;
  width: 2px;
  background: #fff;
  margin: 0 20px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .header .top .separator {
    display: none;
  }
}
.header .top .social {
  display: flex;
  align-items: center;
}
.header .top .social li + li {
  margin-left: 9px;
}
.header .top .social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 767px) {
  .header .top .social li a {
    width: 18px;
    height: 18px;
  }
}
.header .top .social li a svg {
  display: block;
}
.header .top .social li a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .header .top .contacts {
    justify-content: space-between;
    width: 100%;
  }
}
.header .top .links.panel {
  display: flex;
  align-items: center;
}
.header .top .links.panel ul {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .header .top .links.panel ul {
    display: none;
  }
}
.header .top .links.panel ul li + li {
  margin-left: 26px;
}
@media only screen and (max-width: 991px) {
  .header .top .links.panel ul li + li {
    margin-left: 10px;
  }
}
.header .top .links.panel ul a svg {
  margin-right: 9px;
}
@media only screen and (max-width: 767px) {
  .header .top .links.panel {
    display: none;
  }
}
.header .top .links.panel li + li {
  margin-left: 26px;
}
@media only screen and (max-width: 991px) {
  .header .top .links.panel li + li {
    margin-left: 10px;
  }
}
.header .top .links.panel a svg {
  margin-right: 9px;
}
.header .top .links ul {
  display: flex;
  align-items: center;
}
.header .top .links a {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .header .top .links a {
    font-size: 12px;
  }
}
.header .top .links a:hover {
  text-decoration: underline;
}
.header .top .links a:hover svg path {
  stroke: #fff;
  stroke-width: 1px;
}
.header .top .links a svg {
  display: block;
  margin-right: 10px;
}
.header .top .links a svg path {
  transition: all 0.6s;
}
.header .top .links a + a {
  margin-left: 20px;
}
.header .middle {
  background: #ffffff;
  padding: 29px 0 27px;
}
@media only screen and (max-width: 767px) {
  .header .middle {
    padding: 15px 0 12px;
  }
}
.header .middle .link {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #343c4b;
  margin-left: 36px;
}
@media only screen and (max-width: 991px) {
  .header .middle .link {
    display: none;
  }
}
.header .middle .link svg {
  display: block;
  margin-right: 12px;
}
.header .middle .link:hover {
  color: #ec672a;
}
.header .left,
.header .right {
  display: flex;
  align-items: center;
  max-width: 50%;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .header .left,
.header .right {
    max-width: initial;
    width: initial !important;
  }
}
.header .left {
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .header .left {
    max-width: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .header .left {
    order: 1;
  }
}
.header .right {
  margin-left: auto;
}
@media only screen and (max-width: 1199px) {
  .header .right {
    max-width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .header .right {
    order: 2;
    max-width: calc(100% - 120px);
  }
}
.header .logo {
  display: block;
  margin-right: 47px;
}
@media only screen and (max-width: 991px) {
  .header .logo {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .header .logo {
    width: 110px;
    height: 31px;
    margin-right: 0;
  }
}
.header .logo svg,
.header .logo img {
  display: block;
  width: 100%;
}
.header .logo:hover {
  opacity: 0.7;
}
.header .btn-catalog {
  width: 100%;
  max-width: 232px;
  min-height: 44px;
  background: #ec672a;
  border-radius: 6px;
  padding: 15px 21px;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .header .btn-catalog {
    width: 200px;
    max-width: initial;
  }
}
@media only screen and (max-width: 767px) {
  .header .btn-catalog {
    display: none;
  }
}
.header .btn-catalog svg {
  display: block;
  margin-right: 11px;
}
.header .btn-catalog:after {
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 14px;
  display: block;
  content: "";
  background: url("../img/arrow-drop.svg") no-repeat 50% 50%;
  transition: all 0.6s;
}
.header .btn-catalog:hover:after, .header .btn-catalog.active:after {
  transform: rotate(-180deg);
}
.header .lang {
  display: flex;
  align-items: center;
  margin-right: 25px;
}
@media only screen and (max-width: 991px) {
  .header .lang {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .header .lang {
    margin-top: auto;
  }
}
.header .lang li + li {
  margin-left: 13px;
}
@media only screen and (max-width: 767px) {
  .header .lang li + li {
    margin-left: 8px;
  }
}
.header .lang li a {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #343c4b;
  opacity: 0.4;
}
@media only screen and (max-width: 767px) {
  .header .lang li a {
    font-size: 14px;
  }
}
.header .lang li a.active, .header .lang li a:hover {
  opacity: 1;
}
.header .lang li.current-lang a {
  opacity: 1;
}
.header .widget-panel {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  .header .widget-panel {
    order: 3;
    display: none;
  }
}
.header .widget-panel .item + .item {
  margin-left: 10px;
}
.header .widget-panel .btn-compare {
  position: relative;
}
.header .widget-panel .btn-compare span {
  background: #12a10f;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 7px;
  right: -8px;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  color: #ffffff;
  position: absolute;
  border-radius: 50%;
}
.header .menu-mob {
  position: fixed;
  width: 257px;
  top: 129px;
  left: -257px;
  z-index: 10;
  background: #fff;
  height: calc(100% - 130px);
  overflow-y: auto;
  display: flex;
  visibility: visible;
  flex-direction: column;
  transition: all 0.6s;
}
@media screen and (max-width: 767px){
.header .menu-mob.active {
  left: 0;
}
}
.header .menu-mob.wishList-active {
  top: 56px;
  height: calc(100% - 56px);
}
.header .menu-mob ul li + li {
  margin-top: 8px;
}
.header .menu-mob ul li a {
  display: flex;
  align-items: center;
  padding-left: 18px;
  position: relative;
  height: 50px;
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  color: #343c4b;
}
.header .menu-mob ul li a.catalog-btn {
  background: #ec672a;
  color: #fff;
}
.header .menu-mob ul li a .have-wishes {
  background: #12a10f;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  color: #ffffff;
  border-radius: 50%;
  margin-left: 5px;
}
.header .menu-mob ul li a .ico {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.header .menu-mob ul li a .ico svg {
  display: block;
}
.header .menu-mob ul li a .ico svg path {
  fill: #343c4b;
}
.header .menu-mob ul li a .arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: block;
}
.header .menu-mob ul li a .arrow svg {
  display: block;
}
.header .menu-mob ul li a svg path {
  transition: all 0.6s;
}
.header .menu-mob ul li a.cat-link, .header .menu-mob ul li a:active, .header .menu-mob ul li a:hover {
  color: #ec672a;
}
.header .menu-mob ul li a.cat-link .ico svg path, .header .menu-mob ul li a:active .ico svg path, .header .menu-mob ul li a:hover .ico svg path {
  fill: #ec672a;
}
.header .menu-mob ul li a.cat-link .arrow svg path, .header .menu-mob ul li a:active .arrow svg path, .header .menu-mob ul li a:hover .arrow svg path {
  fill: #ec672a;
}
.header .drop-menu {
  position: fixed;
  top: 129px;
  width: 100%;
  left: 0;
  background: #f3f3f6;
  padding: 27px 0;
  display: none;
  max-height: 675px;
  height: calc(100% - 129px);
}
.header .drop-menu .container {
  display: flex;
  height: 100%;
  position: relative;
}
.header .drop-menu .panel {
  width: 340px;
  padding-right: 39px;
  overflow-y: auto;
  max-height: 100%;
}
.header .drop-menu .panel::-webkit-scrollbar {
  width: 3px;
}
.header .drop-menu .panel::-webkit-scrollbar-track {
  background: rgba(52, 60, 75, 0.1);
}
.header .drop-menu .panel::-webkit-scrollbar-thumb {
  background: #12a10f;
}
@media only screen and (max-width: 767px) {
  .header .drop-menu .panel {
    padding: 0 9px 0 0;
    margin: 0 -9px 0 0;
    width: 100%;
  }
}
.header .drop-menu .panel .link_wrap {
  margin-top: 8px;
}
.header .drop-menu .panel .link_wrap:first-child {
  margin-top: 0;
}
.header .drop-menu .panel .link_wrap + li,
.header .drop-menu .panel li + li {
  margin-top: 8px;
}
.header .drop-menu .panel .link_wrap > .link,
.header .drop-menu .panel li > .link {
  min-height: 40px;
  font-family: "Gilroy", sans-serif;
  display: flex;
  align-items: center;
  border-radius: 8px;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: rgba(52, 60, 75, 0.5);
  cursor: pointer;
  transition: all 0.6s;
}
@media only screen and (max-width: 767px) {
  .header .drop-menu .panel .link_wrap > .link,
.header .drop-menu .panel li > .link {
    position: relative;
    color: rgb(52, 60, 75);
  }
  .header .drop-menu .panel .link_wrap > .link:after,
.header .drop-menu .panel li > .link:after {
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 18px;
    display: block;
    content: "";
    background: url("../img/arrow-right.svg") no-repeat 50% 50%;
  }
}
@media only screen and (max-width: 480px) {
  .header .drop-menu .panel .link_wrap > .link:after,
.header .drop-menu .panel li > .link:after {
    right: 2px;
  }
}
.header .drop-menu .panel .link_wrap > .link.active, .header .drop-menu .panel .link_wrap > .link:hover,
.header .drop-menu .panel li > .link.active,
.header .drop-menu .panel li > .link:hover {
  padding-left: 16px;
  background: #ffffff;
  color: #343c4b;
}
.header .drop-menu .panel .link_wrap > .link .ico,
.header .drop-menu .panel li > .link .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  margin-right: 11px;
}
@media only screen and (max-width: 480px) {
  .header .drop-menu .panel .link_wrap > .link .ico,
.header .drop-menu .panel li > .link .ico {
    width: 30px;
  }
}
.header .drop-menu .panel .link_wrap > .link .ico img,
.header .drop-menu .panel li > .link .ico img {
  display: block;
  max-width: 100%;
}
.header .drop-menu .inner-menu {
  padding-bottom: 8px;
  width: calc(100% - 390px);
  height: 100%;
  margin-left: auto;
  display: none;
  flex-direction: column;
  transition: all 0.6s;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 18px;
}
.header .drop-menu .inner-menu.active {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .header .drop-menu .inner-menu {
    width: 100%;
    overflow: initial;
    right: initial;
    left: 100%;
    padding: 0 18px;
    background: #f3f3f6;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
  }
  .header .drop-menu .inner-menu.active {
    left: 0;
  }
}
.header .drop-menu .inner-menu .holder {
  margin: 0 -10px;
  display: flex;
  max-height: calc(100% - 72px);
  overflow-y: auto;
  flex-wrap: wrap;
  /*&.col-4 {
                  @media only screen and (max-width : $responsive-size-mobile) {
                      margin: 0 -9px;
                      padding: 0 9px;
                  }
                  .item {
                      width: 25%;
                      @media only screen and (max-width : $responsive-size-desktop) {
                          width: 50%;
                      }
                      @media only screen and (max-width : $responsive-size-mobile) {
                          width: 100%;
                          height: 118px;
                          padding: 5px 25px;
                          background: #FFFFFF;
                          border-radius: 8px;
                          display: flex;
                          align-items: center;
                          flex-direction: row-reverse;
                          margin-bottom: 8px;
                      }
                      .img {
                          height: 300px;
                          @media only screen and (max-width : $responsive-size-big-screen) {
                              height: 170px;
                          }
                          @media only screen and (max-width : $responsive-size-mobile) {
                              height: 100%;
                              width: 50%;
                              margin: 0;
                              padding: 0;
                          }
                      }
                      .name {
                          @media only screen and (max-width : $responsive-size-mobile) {
                              width: 50%;
                          }
                      }
                  }
              }*/
}
.header .drop-menu .inner-menu .holder::-webkit-scrollbar {
  width: 3px;
}
.header .drop-menu .inner-menu .holder::-webkit-scrollbar-track {
  background: #e7e7e7;
  border-radius: 5px;
}
.header .drop-menu .inner-menu .holder::-webkit-scrollbar-thumb {
  background: #ec672a;
  border-radius: 5px;
}
@media only screen and (max-width: 480px) {
  .header .drop-menu .inner-menu .holder {
    margin: 0 -9px;
    padding: 0 9px;
    flex-direction: column;
  }
}
.header .drop-menu .inner-menu .holder .item {
  padding: 0 10px;
  width: 25%;
  margin-bottom: 20px;
}
.header .drop-menu .inner-menu .holder .item + .item {
  margin-top: 0;
}
@media only screen and (max-width: 1199px) {
  .header .drop-menu .inner-menu .holder .item {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .header .drop-menu .inner-menu .holder .item {
    margin-bottom: 8px;
    padding: 0;
    width: 100%;
  }
}
.header .drop-menu .inner-menu .holder .item > a {
  display: block;
  cursor: pointer;
  width: 100%;
  transition: all 0.6s;
}
@media only screen and (max-width: 480px) {
  .header .drop-menu .inner-menu .holder .item > a {
    height: 118px;
    padding: 5px 25px;
    background: #ffffff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 480px) {
  .header .drop-menu .inner-menu .holder .item > a:hover {
    padding-left: 0;
    background: inherit;
    color: inherit;
  }
}
.header .drop-menu .inner-menu .holder .item > a:hover .name {
  color: #ec672a;
}
.header .drop-menu .inner-menu .holder .item > a:hover .img {
  padding: 3px;
}
.header .drop-menu .inner-menu .holder .item .img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  background: #ffffff;
  border-radius: 8px;
  padding: 10px;
  cursor: pointer;
  height: 300px;
  transition: all 0.6s;
}
@media only screen and (max-width: 1280px) {
  .header .drop-menu .inner-menu .holder .item .img {
    height: 170px;
  }
}
@media only screen and (max-width: 480px) {
  .header .drop-menu .inner-menu .holder .item .img {
    height: 100%;
    width: 50%;
    margin: 0;
    padding: 0;
  }
}
.header .drop-menu .inner-menu .holder .item .img img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 100%;
  transition: all 0.6s;
}
.header .drop-menu .inner-menu .holder .item .name {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #343c4b;
  cursor: pointer;
  transition: all 0.6s;
}
.header .drop-menu .inner-menu .holder .item .name span {
  color: rgba(52, 60, 75, 0.3) !important;
}
@media only screen and (max-width: 480px) {
  .header .drop-menu .inner-menu .holder .item .name {
    width: 50%;
  }
}
.header .drop-menu .inner-menu .btn-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 66px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #ec672a;
  background: #ffffff;
  border-radius: 8px;
  transition: all 0.6s;
  margin-top: auto;
  border: none;
}
.header .drop-menu .inner-menu .btn-more svg {
  display: block;
  margin: 0 0 0 9px;
  transition: all 0.6s;
}
.header .drop-menu .inner-menu .btn-more svg path {
  transition: all 0.6s;
}
.header .drop-menu .inner-menu .btn-more:hover {
  background: #ec672a;
  color: #fff;
}
.header .drop-menu .inner-menu .btn-more:hover svg path {
  fill: #fff;
}
.header .head-drop {
  position: absolute;
  top: 24px;
  left: 0;
  z-index: 10;
  width: 100%;
  height: calc(100% - 81px);
  background: #fff;
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
}
@media only screen and (max-width: 767px) {
  .header .head-drop.active {
    display: flex;
  }
}
.header .head-drop .close,
.header .head-drop .back {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .head-drop .close svg,
.header .head-drop .back svg {
  display: block;
}
.header .head-drop .back {
  visibility: hidden;
}
.header .head-drop .back.active {
  visibility: visible;
}
.header .head-drop .name {
  display: block;
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #343c4b;
}

footer {
  padding: 50px 0;
  background: #343C4B;
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 25px 0;
  }
}
footer .footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  footer .footer-top {
    flex-direction: column;
  }
}
footer .footer-top .left {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  footer .footer-top .left {
    flex-direction: column;
  }
}
footer .footer-top .left .logo {
  display: block;
  margin-right: 24px;
  width: 179px;
}
@media only screen and (max-width: 1199px) {
  footer .footer-top .left .logo {
    width: 150px;
  }
}
@media only screen and (max-width: 991px) {
  footer .footer-top .left .logo {
    margin: 0 0 20px;
  }
}
footer .footer-top .left .logo img {
  display: block;
  width: 100%;
}
footer .footer-top .left .social {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  footer .footer-top .left .social {
    margin-bottom: 9px;
  }
}
footer .footer-top .left .social li + li {
  margin-left: 6px;
}
footer .footer-top .left .social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #EC672A;
}
footer .footer-top .left .social li a svg {
  display: block;
}
footer .footer-top .left .social li a:hover {
  background: #EC672A;
}
footer .footer-top .left .links {
  margin-left: 35px;
}
@media only screen and (max-width: 1199px) {
  footer .footer-top .left .links {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 991px) {
  footer .footer-top .left .links {
    margin-left: 0;
  }
}
footer .footer-top .links.panel {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
footer .footer-top .links.panel ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  footer .footer-top .links.panel ul {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 991px) {
  footer .footer-top .links.panel ul li {
    width: 50%;
    margin-bottom: 18px;
    text-align: center;
  }
}
footer .footer-top .links.panel ul li + li {
  margin-left: 50px;
}
@media only screen and (max-width: 1199px) {
  footer .footer-top .links.panel ul li + li {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 991px) {
  footer .footer-top .links.panel ul li + li {
    margin-left: 0;
  }
}
footer .footer-top .links.panel ul a svg {
  margin-right: 6px;
}
footer .footer-top .links.panel ul a:hover {
  color: #EC672A;
}
@media only screen and (max-width: 991px) {
  footer .footer-top .links.panel {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 991px) {
  footer .footer-top .links.panel li {
    width: 50%;
    margin-bottom: 18px;
    text-align: center;
  }
}
footer .footer-top .links.panel li + li {
  margin-left: 50px;
}
@media only screen and (max-width: 1199px) {
  footer .footer-top .links.panel li + li {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 991px) {
  footer .footer-top .links.panel li + li {
    margin-left: 0;
  }
}
footer .footer-top .links.panel a svg {
  margin-right: 6px;
}
footer .footer-top .links.panel a:hover {
  color: #EC672A;
}
footer .footer-top .links a {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #FFFFFF;
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  footer .footer-top .links a {
    text-align: center;
    justify-content: center;
  }
}
footer .footer-top .links a:hover {
  color: #EC672A;
}
footer .footer-top .links a:hover svg path {
  fill: #EC672A;
}
footer .footer-top .links a svg {
  display: block;
  margin-right: 6px;
  transition: all 0.6s;
}
footer .footer-top .links a svg path {
  transition: all 0.6s;
}
footer .footer-top .links a + a {
  margin-left: 20px;
}
footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 37px;
  border-top: 2px solid rgba(255, 255, 255, 0.15);
}
@media only screen and (max-width: 991px) {
  footer .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}
footer .footer-bottom .copyright {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #FFFFFF;
}
@media only screen and (max-width: 991px) {
  footer .footer-bottom .copyright {
    margin-bottom: 34px;
  }
}
footer .footer-bottom .copyright p {
  margin: 0;
}
footer .footer-bottom ul {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  footer .footer-bottom ul {
    flex-direction: column;
  }
}
footer .footer-bottom ul li + li {
  margin-left: 30px;
}
@media only screen and (max-width: 991px) {
  footer .footer-bottom ul li + li {
    margin-left: 0;
    margin-top: 8px;
  }
}
footer .footer-bottom ul li a {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #EC672A;
}
footer .footer-bottom ul li a:hover {
  text-decoration: underline;
}

.search-form {
  display: flex;
  align-items: center;
  height: 44px;
  width: 400px;
  position: relative;
  background: #F3F3F7;
  border-radius: 6px;
}
@media only screen and (max-width: 1199px) {
  .search-form {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .search-form {
    order: 4;
    width: 100%;
    margin-top: 11px;
    height: 36px;
  }
}
.search-form #searchsubmit {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  height: 100%;
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s;
  position: absolute;
  top: 0;
  left: 6px;
  z-index: 4;
}
.search-form #searchsubmit svg {
  display: block;
}
@media only screen and (max-width: 767px) {
  .search-form #searchsubmit svg {
    width: 14px;
  }
}
.search-form #searchsubmit:hover {
  opacity: 0.6;
}
.search-form input:not([typy=submit]) {
  background: none;
  border: none;
  height: 44px;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #343C4B;
  padding: 14px 6px 14px 48px;
  border-radius: 6px;
  display: block;
  transition: all 0.6s;
  z-index: 3;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .search-form input:not([typy=submit]) {
    height: 36px;
    padding: 12px 6px 12px 44px;
  }
}
.search-form input:not([typy=submit])::-moz-placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #343C4B;
  opacity: 0.7;
}
.search-form input:not([typy=submit]):-ms-input-placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #343C4B;
  opacity: 0.7;
}
.search-form input:not([typy=submit])::placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #343C4B;
  opacity: 0.7;
}
.search-form input:not([typy=submit]):focus, .search-form input:not([typy=submit]):active {
  border: none;
  box-shadow: 8px 8px 70px rgba(52, 60, 75, 0.15) !important;
}
.search-form .loading {
  display: none;
  background: url("../img/loading.gif") no-repeat 50% 50%;
  background-size: 200px 200px;
  opacity: 0.4;
  position: absolute;
  width: 44px;
  height: 100%;
  right: 0;
  top: 0;
}
.search-form .drop-search {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 44px 20px 35px 25px;
  background: #FFFFFF;
  box-shadow: 8px 8px 70px rgba(52, 60, 75, 0.15);
  border-radius: 5px;
  z-index: 2;
  display: none;
}
@media (max-width: 1199px) and (min-width: 767px) {
  .search-form .drop-search {
    padding: 44px 15px 15px;
  }
}
@media only screen and (max-width: 640px) {
  .search-form .drop-search {
    padding: 36px 15px 0;
  }
}
.search-form .drop-search .btn-box {
  margin: 12px -15px 0;
  display: none;
  border-top: 2px solid rgba(52, 60, 75, 0.1);
}
@media only screen and (max-width: 640px) {
  .search-form .drop-search .btn-box {
    display: block;
  }
}
.search-form .drop-search .btn-box .btn-all {
  padding: 15px;
  display: flex;
  width: 100%;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  align-items: center;
  color: #EC672A;
  text-decoration: none;
  text-align: center;
  justify-content: center;
}
.search-form .drop-search .btn-box .btn-all:hover {
  text-decoration: underline;
}
.search-form .drop-search .search-list {
  overflow-y: scroll;
  max-height: 317px;
  margin-top: 12px;
}
.search-form .drop-search .search-list::-webkit-scrollbar {
  width: 3px;
}
.search-form .drop-search .search-list::-webkit-scrollbar-track {
  background: #E7E7E7;
  border-radius: 5px;
}
.search-form .drop-search .search-list::-webkit-scrollbar-thumb {
  background: #EC672A;
  border-radius: 5px;
}
@media only screen and (max-width: 640px) {
  .search-form .drop-search .search-list {
    overflow: hidden;
    max-height: 236px;
  }
}
.search-form .drop-search .search-list .item {
  max-width: 295px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .search-form .drop-search .search-list .item {
    height: 50px;
  }
}
.search-form .drop-search .search-list .item + .item {
  margin-top: 25px;
}
@media only screen and (max-width: 640px) {
  .search-form .drop-search .search-list .item + .item {
    margin-top: 12px;
  }
}
.search-form .drop-search .search-list .item .img {
  display: flex;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 5px;
  border-radius: 3px;
  overflow: hidden;
  transition: all 0.6s;
}
@media (max-width: 1199px) and (min-width: 767px) {
  .search-form .drop-search .search-list .item .img {
    width: 36px;
    height: 36px;
    padding: 3px;
  }
}
@media only screen and (max-width: 640px) {
  .search-form .drop-search .search-list .item .img {
    width: 70px;
    height: 70px;
    padding: 3px;
  }
}
.search-form .drop-search .search-list .item .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.search-form .drop-search .search-list .item .info {
  padding-left: 12px;
  width: calc(100% - 80px);
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: rgba(52, 60, 75, 0.4);
  display: block;
}
@media (max-width: 1199px) and (min-width: 767px) {
  .search-form .drop-search .search-list .item .info {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    width: calc(100% - 70px);
  }
}
@media only screen and (max-width: 640px) {
  .search-form .drop-search .search-list .item .info {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    width: calc(100% - 36px);
  }
}
.search-form .drop-search .search-list .item .info .name {
  display: flex;
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  align-items: center;
  color: #343C4B;
  margin-bottom: 3px;
  transition: all 0.6s;
}
@media (max-width: 1199px) and (min-width: 767px) {
  .search-form .drop-search .search-list .item .info .name {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 2px;
  }
}
@media only screen and (max-width: 640px) {
  .search-form .drop-search .search-list .item .info .name {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 2px;
  }
}
.search-form .drop-search .search-list .item .info .name .label-new {
  display: block;
  padding: 2px 6px;
  background: #12A10F;
  border-radius: 3px;
  margin-left: 7px;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 1199px) and (min-width: 767px) {
  .search-form .drop-search .search-list .item .info .name .label-new {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    padding: 1px 3px;
    margin-left: 6px;
  }
}
@media only screen and (max-width: 640px) {
  .search-form .drop-search .search-list .item .info .name .label-new {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    padding: 1px 3px;
    margin-left: 6px;
  }
}
.search-form .drop-search .search-list .item .info p {
  margin: 0 0 6px;
}
@media (max-width: 1199px) and (min-width: 767px) {
  .search-form .drop-search .search-list .item .info p {
    margin-bottom: 1px;
  }
}
@media only screen and (max-width: 640px) {
  .search-form .drop-search .search-list .item .info p {
    margin-bottom: 1px;
  }
}
.search-form .drop-search .search-list .item .info p span {
  color: #343C4B;
}
.search-form .drop-search .search-list .item .info .price-holder {
  display: flex;
}
.search-form .drop-search .search-list .item .info .price-holder .price {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  display: block;
  color: #EC672A;
  position: relative;
}
@media (max-width: 1199px) and (min-width: 767px) {
  .search-form .drop-search .search-list .item .info .price-holder .price {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
  }
}
@media only screen and (max-width: 640px) {
  .search-form .drop-search .search-list .item .info .price-holder .price {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
  }
}
.search-form .drop-search .search-list .item .info .price-holder .price.old {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  display: inline-flex;
  align-items: center;
  color: rgba(52, 60, 75, 0.5);
  position: relative;
  margin-left: 6px;
}
@media (max-width: 1199px) and (min-width: 767px) {
  .search-form .drop-search .search-list .item .info .price-holder .price.old {
    font-size: 11px;
    line-height: 15px;
  }
}
@media only screen and (max-width: 640px) {
  .search-form .drop-search .search-list .item .info .price-holder .price.old {
    font-size: 11px;
    line-height: 15px;
  }
}
.search-form .drop-search .search-list .item .info .price-holder .price.old:after {
  position: absolute;
  height: 2px;
  left: -2px;
  right: -2px;
  bottom: 10px;
  background: rgba(18, 161, 15, 0.7);
  transform: rotate(-7.83deg);
  display: block;
  content: "";
}
.search-form .drop-search .search-list .item:hover .img {
  opacity: 0.8;
}
.search-form .drop-search .search-list .item:hover .info .name {
  color: #EC672A;
}

.banner-block {
  background: #F9F9FC;
  padding: 22px 0 60px;
  color: #343C4B;
}
@media only screen and (max-width: 767px) {
  .banner-block {
    padding: 18px 0 49px;
    margin-bottom: 18px;
  }
}
.banner-block .banner-gallery {
  overflow: hidden;
  opacity: 0;
  transition: all 0.6s;
}
.banner-block .banner-gallery .item {
  position: absolute;
}
.banner-block .banner-gallery.slick-initialized {
  overflow: initial;
  opacity: 1;
}
.banner-block .banner-gallery.slick-initialized .item {
  position: relative;
}
.banner-block .banner-gallery .item {
  font-weight: 400;
  font-size: 26px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: #343C4B;
  display: block;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .banner-block .banner-gallery .item {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
  }
}
.banner-block .banner-gallery .item span {
  display: block;
}
.banner-block .banner-gallery .item p {
  margin: 0;
}
.banner-block .banner-gallery .item img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.banner-block .banner-gallery .slick-dots {
  position: absolute;
  bottom: -87px;
  width: 100%;
  left: 0;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .banner-block .banner-gallery .slick-dots {
    bottom: -67px;
  }
}

.about-block {
  padding: 108px 0 54px;
  font-family: "Circe", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #343C4B;
}
@media only screen and (max-width: 767px) {
  .about-block {
    padding: 34px 0 32px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #343C4B;
  }
}
.about-block .holder {
  max-width: 876px;
  margin: 0 auto;
}
.about-block h1 {
  margin-bottom: 19px;
}
.about-block p {
  margin: 0;
}
.about-block .more {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .product-block {
    padding-top: 5px;
    padding-bottom: 10px;
  }
}
.product-block .container .item-box {
  padding-top: 20px;
  padding-bottom: 60px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .product-block .container .item-box {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .product-block .container .item-box {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.product-block .container .item-box .more {
  margin-top: 55px;
}
@media only screen and (max-width: 991px) {
  .product-block .container .item-box .more {
    order: 2;
    margin-top: 0;
    margin-bottom: 6px;
  }
}
.product-block h2 {
  text-align: center;
  margin-bottom: 43px;
}
@media only screen and (max-width: 991px) {
  .product-block h2 {
    order: 1;
    margin-bottom: 10px;
  }
}
.product-block .product-slider {
  position: relative;
  overflow: hidden;
  opacity: 0;
  transition: all 0.6s;
}
.product-block .product-slider .item {
  position: absolute;
}
.product-block .product-slider.slick-initialized {
  overflow: initial;
  opacity: 1;
}
.product-block .product-slider.slick-initialized .item {
  position: relative;
}
@media only screen and (max-width: 1549px) {
  .product-block .product-slider {
    padding: 0 55px;
  }
}
@media only screen and (max-width: 991px) {
  .product-block .product-slider {
    padding: 0 0 55px;
    order: 3;
  }
}
.product-block .product-slider .item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
@media only screen and (max-width: 480px) {
  .product-block .product-slider .item a {
    padding: 0 5px;
  }
}
.product-block .product-slider .item a:hover .name {
  color: #ec672a;
}
.product-block .product-slider .item a.waiting .name {
  color: #343c4b;
  opacity: 0.4;
}
.product-block .product-slider .item a.waiting .text {
  color: #343c4b;
  opacity: 0.5;
}
.product-block .product-slider .item a.waiting .price {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #343c4b;
  opacity: 0.4;
  padding-top: 4px;
}
@media only screen and (max-width: 767px) {
  .product-block .product-slider .item a.waiting .price {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
  }
}
.product-block .product-slider .item .img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 185px;
  width: 100%;
  height: 185px;
  border-radius: 8px;
  margin-bottom: 3px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .product-block .product-slider .item .img {
    min-width: 116px;
    height: 116px;
  }
}
.product-block .product-slider .item .img img {
  display: block;
  max-width: 90%;
  height: auto;
}
.product-block .product-slider .item .name {
  display: flex;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 22px;
  align-items: flex-start;
  text-align: center;
  color: #343c4b;
  transition: all 0.6s;
}
@media only screen and (max-width: 767px) {
  .product-block .product-slider .item .name {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
  }
}
.product-block .product-slider .item .name .label-new {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 6px 0;
  background: #12a10f;
  border-radius: 3px;
  margin-left: 15px;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  min-width: 42px;
  overflow: hidden;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .product-block .product-slider .item .name .label-new {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    padding: 1px 3px;
    margin-left: 6px;
    height: initial;
  }
}
.product-block .product-slider .item .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #343c4b;
  opacity: 0.7;
  display: block;
  margin-bottom: 6px;
}
@media only screen and (max-width: 767px) {
  .product-block .product-slider .item .text {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin: 3px 0 5px;
  }
}
.product-block .product-slider .item .price {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  display: block;
  text-align: center;
  color: #ec672a;
}
@media only screen and (max-width: 767px) {
  .product-block .product-slider .item .price {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
  }
}
.product-block .product-slider .item .price span {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
@media only screen and (max-width: 767px) {
  .product-block .product-slider .item .price span {
    font-size: 12px;
    line-height: 15px;
  }
}
.product-block .product-slider .item .price.old-price {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  color: rgba(52, 60, 75, 0.5);
  position: relative;
  margin-top: 5px;
}
.product-block .product-slider .item .price.old-price:after {
  position: absolute;
  height: 2px;
  left: -2px;
  right: -2px;
  bottom: 10px;
  background: rgba(18, 161, 15, 0.7);
  transform: rotate(-7.83deg);
  display: block;
  content: "";
}

.why-block {
  padding: 57px 0 70px;
  background: #F9F9FC;
}
@media only screen and (max-width: 767px) {
  .why-block {
    padding: 33px 0 30px;
  }
}
.why-block h2 {
  margin-bottom: 45px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .why-block h2 {
    margin-bottom: 0;
  }
}
.why-block .why-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.why-block .why-list .item {
  font-family: "Circe", sans-serif;
  width: 25%;
  max-width: 274px;
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  text-align: center;
  color: rgba(52, 60, 75, 0.7);
}
@media only screen and (max-width: 1199px) {
  .why-block .why-list .item {
    padding: 0 4px;
  }
}
@media only screen and (max-width: 991px) {
  .why-block .why-list .item {
    width: 50%;
    max-width: initial;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .why-block .why-list .item {
    font-weight: 400;
    font-size: 12px;
    line-height: 110%;
  }
}
.why-block .why-list .item .ico {
  width: 142px;
  height: 154px;
  background: url("../img/bg-ico-why.png") no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  padding: 26px 28px 37px 22px;
}
@media only screen and (max-width: 767px) {
  .why-block .why-list .item .ico {
    width: 90px;
    height: 98px;
    padding: 16px 18px 24px 14px;
  }
}
.why-block .why-list .item .ico div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  background: #FFFFFF;
  box-shadow: 4px 4px 13px rgba(0, 0, 0, 0.55);
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .why-block .why-list .item .ico div {
    width: 57px;
    height: 57px;
  }
}
.why-block .why-list .item .ico div img,
.why-block .why-list .item .ico div svg {
  display: block;
}
@media only screen and (max-width: 767px) {
  .why-block .why-list .item .ico div img,
.why-block .why-list .item .ico div svg {
    max-width: 33px;
    width: 100%;
    height: auto;
  }
}
.why-block .why-list .item .name {
  font-family: "Gilroy", sans-serif;
  display: block;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  color: #343C4B;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .why-block .why-list .item .name {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
  }
}
.why-block .why-list .item p {
  margin: 0;
}

.seo-block {
  padding: 70px 0 60px;
}
@media only screen and (max-width: 767px) {
  .seo-block {
    padding: 16px 0 24px;
  }
}
.seo-block .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .seo-block .container {
    flex-direction: column;
  }
}
.seo-block .img {
  width: 44.5%;
}
@media only screen and (max-width: 767px) {
  .seo-block .img {
    width: 100%;
    margin-bottom: 24px;
  }
}
.seo-block .img img {
  display: block;
  width: 100%;
  height: auto;
}
.seo-block .text {
  width: 55.5%;
  padding-left: 115px;
  font-family: "Circe", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #343C4B;
}
@media only screen and (max-width: 767px) {
  .seo-block .text {
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    padding-left: 0;
    width: 100%;
  }
}
.seo-block .text h3 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .seo-block .text h3 {
    margin-bottom: 26px;
  }
}
.seo-block .text p + p {
  margin-top: 18px;
}
@media only screen and (max-width: 767px) {
  .seo-block .text p + p {
    margin-top: 14px;
  }
}
.seo-block.seo-full {
  padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  .seo-block.seo-full {
    padding: 16px 0 24px;
  }
}
.seo-block.seo-full .text {
  width: 100%;
  padding-left: 0;
}
.seo-block.seo-full .text p strong {
  font-weight: 700;
  color: #EC672A;
}

.content .info-catalog {
  padding: 10px 50px;
  margin-bottom: 35px;
  background: #f9f9fc;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.content .info-catalog .item {
  position: absolute;
}
.content .info-catalog.slick-initialized {
  overflow: initial;
}
.content .info-catalog.slick-initialized .item {
  position: relative;
}
@media only screen and (max-width: 1485px) {
  .content .info-catalog {
    margin: 0 -18px 35px;
  }
}
.content .info-catalog .slick-dots {
  position: absolute;
  bottom: -40px;
  width: 100%;
  left: 0;
  justify-content: center;
  display: none;
}
@media only screen and (max-width: 991px) {
  .content .info-catalog .slick-dots {
    display: flex;
    bottom: -20px;
  }
}
.content .info-catalog .slick-track {
  display: flex;
}
.content .info-catalog .item {
  height: initial;
}
.content .info-catalog .item div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.content .info-catalog .item img {
  display: block;
  max-width: 100%;
}
.content .about-block {
  padding: 0;
  margin-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  .content .about-block {
    margin-bottom: 15px;
  }
}

.catalog-holder {
  margin-bottom: 50px;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .catalog-holder {
    margin-bottom: 30px;
  }
}
.catalog-holder .head {
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(52, 60, 75, 0.1);
  margin-bottom: 55px;
}
@media only screen and (max-width: 991px) {
  .catalog-holder .head {
    margin-bottom: 0;
  }
}
.catalog-holder .head h3 {
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  color: #343c4b;
}
@media only screen and (max-width: 767px) {
  .catalog-holder .head h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
  }
}
.catalog-holder .catalog-list .item {
  padding: 35px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid rgba(52, 60, 75, 0.1);
}
@media only screen and (max-width: 991px) {
  .catalog-holder .catalog-list .item {
    flex-direction: column;
    padding: 20px 0;
  }
}
.catalog-holder .catalog-list .item.waiting .info .price {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #343c4b;
  opacity: 0.4;
  padding-top: 4px;
}
@media only screen and (max-width: 767px) {
  .catalog-holder .catalog-list .item.waiting .info .price {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
  }
}
.catalog-holder .catalog-list .item .left {
  display: flex;
  width: 520px;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .catalog-holder .catalog-list .item .left {
    width: 100%;
    flex-wrap: wrap;
  }
}
.catalog-holder .catalog-list .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 222px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .catalog-holder .catalog-list .item .img {
    max-width: 350px;
    max-height: 172px;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-holder .catalog-list .item .img {
    max-width: initial;
    width: 49%;
    padding: 5px;
  }
}
@media only screen and (max-width: 429px) {
  .catalog-holder .catalog-list .item .img {
    max-width: 112px;
  }
}
.catalog-holder .catalog-list .item .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.catalog-holder .catalog-list .item .info {
  max-width: 222px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .catalog-holder .catalog-list .item .info {
    width: calc(100% - 350px);
    min-width: 222px;
    max-width: initial;
    padding-left: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-holder .catalog-list .item .info {
    max-width: initial;
    width: 49%;
    padding-left: 25px;
    min-width: 147px;
  }
}
@media only screen and (max-width: 429px) {
  .catalog-holder .catalog-list .item .info {
    width: calc(100% - 112px);
  }
}
.catalog-holder .catalog-list .item .info .name {
  display: flex;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  align-items: center;
  color: #343c4b;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .catalog-holder .catalog-list .item .info .name {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
  }
}
.catalog-holder .catalog-list .item .info .name .label-new {
  display: block;
  padding: 2px 6px 0;
  background: #12a10f;
  border-radius: 3px;
  margin-left: 15px;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .catalog-holder .catalog-list .item .info .name .label-new {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    padding: 1px 3px;
    margin-left: 6px;
  }
}
.catalog-holder .catalog-list .item .info .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #343c4b;
  opacity: 0.7;
  display: block;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .catalog-holder .catalog-list .item .info .text {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
  }
}
.catalog-holder .catalog-list .item .info .text-price {
  font-family: "Circe", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #343c4b;
  opacity: 0.7;
  display: block;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .catalog-holder .catalog-list .item .info .text-price {
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
  }
}
.catalog-holder .catalog-list .item .info .price {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  display: block;
  color: #ec672a;
}
@media only screen and (max-width: 767px) {
  .catalog-holder .catalog-list .item .info .price {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
  }
}
.catalog-holder .catalog-list .item .info .price span {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
@media only screen and (max-width: 767px) {
  .catalog-holder .catalog-list .item .info .price span {
    font-size: 12px;
    line-height: 15px;
  }
}
.catalog-holder .catalog-list .item .info .price.old-price {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  color: rgba(52, 60, 75, 0.5);
  position: relative;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .catalog-holder .catalog-list .item .info .price.old-price {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
  }
}
.catalog-holder .catalog-list .item .info .price.old-price:after {
  position: absolute;
  height: 2px;
  left: -2px;
  right: -2px;
  bottom: 10px;
  background: rgba(18, 161, 15, 0.7);
  transform: rotate(-7.83deg);
  display: block;
  content: "";
}
.catalog-holder .catalog-list .item .info .btn-holder {
  display: flex;
  margin-top: 25px;
}
.catalog-holder .catalog-list .item .info .btn-holder .yith-wcwl-add-to-wishlist {
  margin-top: 0;
  margin-right: 12px;
}
@media only screen and (max-width: 767px) {
  .catalog-holder .catalog-list .item .info .btn-holder .yith-wcwl-add-to-wishlist {
    margin-right: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-holder .catalog-list .item .info .btn-holder .btn {
    height: 34px;
    min-height: 34px;
  }
}
.catalog-holder .catalog-list .item .info .btn-holder .btn.btn-ico {
  height: 50px;
  min-height: 50px;
  width: 50px;
}
@media only screen and (max-width: 767px) {
  .catalog-holder .catalog-list .item .info .btn-holder .btn.btn-ico {
    height: 34px;
    min-height: 34px;
    width: 34px;
  }
  .catalog-holder .catalog-list .item .info .btn-holder .btn.btn-ico svg {
    width: 18px;
    height: auto;
  }
}
.catalog-holder .catalog-list .item .info .btn-holder .btn + .btn {
  margin-left: 12px;
}
@media only screen and (max-width: 767px) {
  .catalog-holder .catalog-list .item .info .btn-holder .btn + .btn {
    margin-left: 6px;
  }
}
.catalog-holder .catalog-list .item .info .btn-holder .btn.more-pr {
  min-width: 147px;
}
@media only screen and (max-width: 767px) {
  .catalog-holder .catalog-list .item .info .btn-holder .btn.more-pr {
    width: 107px;
    min-width: initial;
  }
}
.catalog-holder .catalog-list .item .characteristics {
  width: calc(100% - 550px);
  max-width: 786px;
  margin: 3px 0;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .catalog-holder .catalog-list .item .characteristics {
    width: 100%;
    max-width: initial;
    margin-top: 15px;
    border-radius: 6px;
    background: #f6f6f9;
  }
}
.catalog-holder .catalog-list .item .characteristics .holder {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 228px;
}
@media only screen and (max-width: 1199px) {
  .catalog-holder .catalog-list .item .characteristics .holder {
    max-height: initial;
  }
}
@media only screen and (max-width: 991px) {
  .catalog-holder .catalog-list .item .characteristics .holder {
    padding: 16px 16px 0;
    border-radius: 6px;
  }
}
@media only screen and (max-width: 991px) {
  .catalog-holder .catalog-list .item .characteristics .holder {
    display: none;
  }
}
.catalog-holder .catalog-list .item .characteristics .column {
  width: calc(50% - 6px);
}
@media only screen and (max-width: 1199px) {
  .catalog-holder .catalog-list .item .characteristics .column {
    width: 100%;
  }
  .catalog-holder .catalog-list .item .characteristics .column:nth-child(2n) .item-char {
    background: none;
  }
  .catalog-holder .catalog-list .item .characteristics .column:nth-child(2n) .item-char:nth-child(2n) {
    background: #f6f6f9;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 991px) {
  .catalog-holder .catalog-list .item .characteristics .column:nth-child(2n) .item-char {
    background: #fff !important;
  }
}
.catalog-holder .catalog-list .item .characteristics .column .item-char {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  background: #f6f6f9;
  border-radius: 6px;
  min-height: 40px;
}
@media only screen and (max-width: 991px) {
  .catalog-holder .catalog-list .item .characteristics .column .item-char {
    background: #fff !important;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 480px) {
  .catalog-holder .catalog-list .item .characteristics .column .item-char {
    flex-direction: column;
  }
}
.catalog-holder .catalog-list .item .characteristics .column .item-char:nth-child(2n) {
  background: none;
}
.catalog-holder .catalog-list .item .characteristics .column .item-char span,
.catalog-holder .catalog-list .item .characteristics .column .item-char strong {
  width: 50%;
  padding-left: 2px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  color: #343c4b;
}
@media only screen and (max-width: 480px) {
  .catalog-holder .catalog-list .item .characteristics .column .item-char span,
.catalog-holder .catalog-list .item .characteristics .column .item-char strong {
    width: 100%;
  }
}
.catalog-holder .catalog-list .item .characteristics .column .item-char span {
  opacity: 0.5;
}
@media only screen and (max-width: 480px) {
  .catalog-holder .catalog-list .item .characteristics .column .item-char span {
    margin-top: 2px;
  }
}
.catalog-holder .catalog-list .item .characteristics .toggle-cart {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  color: #343c4b;
  border: none;
  background: none;
  width: 100%;
  background: #f6f6f9;
  border-radius: 6px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .catalog-holder .catalog-list .item .characteristics .toggle-cart {
    display: flex;
  }
}
.catalog-holder .catalog-list .item .characteristics .toggle-cart span:before {
  display: block;
  content: "Характеристики";
}
.catalog-holder .catalog-list .item .characteristics .toggle-cart svg {
  display: block;
  margin-left: 5px;
  transform: rotate(-180deg);
  transition: all 0.6s;
}
.catalog-holder .catalog-list .item .characteristics .toggle-cart.active span:before {
  display: block;
  content: "Скрыть";
}
.catalog-holder .catalog-list .item .characteristics .toggle-cart.active svg {
  transform: rotate(0);
}

.video-catalog {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 85px;
}
@media only screen and (max-width: 991px) {
  .video-catalog {
    margin-bottom: 10px;
    flex-direction: column;
  }
}
.video-catalog .box {
  width: calc(50% - 60px);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 8px 8px 70px 0px rgba(52, 60, 75, 0.15);
  transition: all 0.6s;
  margin-right: 60px;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .video-catalog .box {
    width: calc(50% - 30px);
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .video-catalog .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.video-catalog .box img {
  display: block;
  width: 100%;
  height: auto;
}
.video-catalog .box:hover {
  opacity: 0.8;
}
.video-catalog .text {
  width: 50%;
  padding-left: 70px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #343C4B;
}
@media only screen and (max-width: 1199px) {
  .video-catalog .text {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .video-catalog .text {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .video-catalog .text {
    font-size: 12px;
    line-height: 18px;
  }
}
.video-catalog .text h2 {
  margin-bottom: 24px;
}

.video-box {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 8px 8px 70px 0px rgba(52, 60, 75, 0.15);
  transition: all 0.6s;
  display: flex;
  position: relative;
}
.video-box img {
  display: block;
  width: 100%;
  height: auto;
}
.video-box:hover {
  opacity: 0.8;
}

.product .product-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 35px;
}
@media only screen and (max-width: 991px) {
  .product .product-block {
    flex-direction: column;
  }
}
.product .product-block + .product-block {
  padding-top: 0;
}
.product .product-block.waiting .price {
  font-size: 22px;
  color: #343c4b;
  opacity: 0.4;
}
@media only screen and (max-width: 767px) {
  .product .product-block.waiting .price {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .product .product-block .holder-drop {
    display: none;
  }
}
.product .product-block .left-box {
  width: 547px;
  padding-bottom: 13px;
}
@media only screen and (max-width: 1280px) {
  .product .product-block .left-box {
    width: 450px;
  }
}
@media only screen and (max-width: 991px) {
  .product .product-block .left-box {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
.product .product-block .left-box .box {
  margin-top: -13px;
}
@media only screen and (max-width: 991px) {
  .product .product-block .left-box .box {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .product .product-block .left-box .box {
    margin-top: 0;
  }
}
.product .product-block .left-box .box + .box {
  margin-top: 58px;
}
@media only screen and (max-width: 540px) {
  .product .product-block .left-box .box + .box {
    margin-top: 30px;
  }
}
.product .product-block .right-box {
  width: calc(100% - 547px);
  padding-left: 80px;
  padding-top: 20px;
}
@media only screen and (max-width: 1368px) {
  .product .product-block .right-box {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1280px) {
  .product .product-block .right-box {
    width: calc(100% - 450px);
  }
}
@media only screen and (max-width: 991px) {
  .product .product-block .right-box {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
  }
}
.product .product-block .right-box .box {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 991px) {
  .product .product-block .right-box .box {
    padding: 0;
  }
}
.product .product-block .links-holder {
  order: 1;
}
@media only screen and (max-width: 991px) {
  .product .product-block .links-holder {
    order: 2;
  }
}
.product .product-block .description-holder {
  order: 2;
}
@media only screen and (max-width: 991px) {
  .product .product-block .description-holder {
    order: 1;
  }
  .product .product-block .description-holder .more-product {
    display: none;
  }
}
.product .product-block .more-product.mob {
  display: none;
}
@media only screen and (max-width: 991px) {
  .product .product-block .more-product.mob {
    display: block;
    order: 3;
  }
}
.product .product-block .gallery-product {
  padding: 0 67px;
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .product .product-block .gallery-product {
    padding: 0 45px;
    margin-bottom: 20px;
  }
}
.product .product-block .gallery-product .stick {
  position: absolute;
  top: 38px;
  left: 67px;
  display: block;
  width: 80px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .product .product-block .gallery-product .stick {
    left: 45px;
  }
}
@media only screen and (max-width: 480px) {
  .product .product-block .gallery-product .stick {
    left: 15px;
    top: 25px;
    width: 55px;
  }
}
.product .product-block .gallery-product .stick img {
  display: block;
  width: 100%;
  height: auto;
}
.product .product-block .gallery-product .slick-arrow {
  width: 50px !important;
  height: 50px !important;
  bottom: initial !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.product .product-block .gallery-product .slick-arrow.slick-prev {
  left: -67px !important;
  right: initial !important;
}
.product .product-block .gallery-product .slick-arrow.slick-next {
  right: -67px !important;
  left: initial !important;
}
.product .product-block .gallery-product .big-slider .item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.product .product-block .gallery-product .big-slider .item img {
  display: block;
  width: 100%;
  height: auto;
}
.product .product-block .gallery-product .big-slider .slick-dots {
  justify-content: center;
  width: 100%;
  margin-top: 5px;
}
.product .product-block .gallery-product .nav-slider {
  margin: 0 -8px;
  max-height: 100px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .product .product-block .gallery-product .nav-slider {
    display: none;
  }
}
.product .product-block .gallery-product .nav-slider .item {
  padding: 0 8px;
  cursor: pointer;
}
.product .product-block .gallery-product .nav-slider .item div {
  border: 1px solid #d7dae0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.product .product-block .gallery-product .nav-slider .item div img {
  display: block;
  width: 100%;
  height: auto;
}
.product .product-block .gallery-product .nav-slider .item:hover div, .product .product-block .gallery-product .nav-slider .item.slick-current div {
  border: 1px solid #ec672a;
}
.product .product-block .product-name {
  text-align: center;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  color: #343c4b;
  position: relative;
  z-index: 2;
}
.product .product-block .product-name .yith-wcwl-add-to-wishlist,
.product .product-block .product-name .btn {
  display: none;
}
@media only screen and (max-width: 991px) {
  .product .product-block .product-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .product .product-block .product-name .yith-wcwl-add-to-wishlist,
.product .product-block .product-name .btn {
    display: flex;
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 991px) and (max-width: 767px) {
  .product .product-block .product-name .yith-wcwl-add-to-wishlist,
.product .product-block .product-name .btn {
    width: 34px;
    height: 34px;
    min-height: 34px;
  }
}
@media only screen and (max-width: 991px) {
  .product .product-block .product-name {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .product .product-block .product-name {
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
  }
}
.product .product-block .product-name span {
  display: inline-block;
  position: relative;
  color: #343c4b;
}
.product .product-block .product-name span:after {
  display: block;
  content: "";
  position: absolute;
  left: 27px;
  right: 27px;
  bottom: -17px;
  background: #ec672a;
  height: 3px;
}
@media only screen and (max-width: 991px) {
  .product .product-block .product-name span:after {
    width: 49px;
    right: initial;
    left: 0;
  }
}
.product .product-block .price-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: rgba(52, 60, 75, 0.7);
}
@media only screen and (max-width: 540px) {
  .product .product-block .price-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
  }
}
.product .product-block .price-text p {
  margin-bottom: 50px;
}
.product .product-block .price-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}
.product .product-block .price-box .percent {
  display: flex;
  width: 34px;
  height: 16px;
  margin-left: 8px;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  color: #ffffff;
  padding: 2px 3px 2px 10px;
  background: url("../img/percent-bg.svg") no-repeat;
}
@media only screen and (max-width: 540px) {
  .product .product-block .price-box .percent {
    width: 29px;
    height: 14px;
    background-size: cover;
    font-weight: 700;
    font-size: 10px;
    line-height: 100%;
  }
}
.product .product-block .price {
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ec672a;
}
@media only screen and (max-width: 540px) {
  .product .product-block .price {
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #ec672a;
  }
  .product .product-block .price span {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
  }
}
.product .product-block .old-price {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  display: flex;
  align-items: center;
  text-align: center;
  text-decoration: line-through;
  color: rgba(52, 60, 75, 0.5);
}
@media only screen and (max-width: 540px) {
  .product .product-block .old-price {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
  }
}
.product .product-block .characteristics {
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .product .product-block .characteristics {
    padding-bottom: 30px;
  }
}
.product .product-block .characteristics .item-char {
  padding: 12px 15px;
  display: flex;
  align-items: center;
  background: #f6f6f9;
  border-radius: 6px;
  min-height: 40px;
}
.product .product-block .characteristics .item-char + .item-char {
  margin-top: 8px;
}
.product .product-block .characteristics .item-char:nth-child(2n) {
  background: none;
}
@media only screen and (max-width: 480px) {
  .product .product-block .characteristics .item-char {
    flex-direction: column;
    align-items: flex-start;
  }
}
.product .product-block .characteristics .item-char span,
.product .product-block .characteristics .item-char strong {
  padding-left: 2px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  color: #343c4b;
}
@media only screen and (max-width: 480px) {
  .product .product-block .characteristics .item-char span,
.product .product-block .characteristics .item-char strong {
    width: 100% !important;
  }
}
.product .product-block .characteristics .item-char strong {
  width: calc(100% - 188px);
}
.product .product-block .characteristics .item-char span {
  width: 188px;
  opacity: 0.5;
}
@media only screen and (max-width: 480px) {
  .product .product-block .characteristics .item-char span {
    margin-top: 2px;
  }
}
.product .product-block .equipment-box {
  display: flex;
  align-items: center;
  padding: 15px 25px;
  background: #ffffff;
  box-shadow: 5px 5px 60px rgba(36, 40, 43, 0.1);
  border-radius: 12px;
}
@media only screen and (max-width: 991px) {
  .product .product-block .equipment-box {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .product .product-block .equipment-box {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 15px;
  }
}
.product .product-block .equipment-box .img {
  width: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 480px) {
  .product .product-block .equipment-box .img {
    margin-bottom: 4px;
  }
}
.product .product-block .equipment-box .img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.product .product-block .equipment-box .info {
  width: calc(100% - 86px);
  padding-left: 25px;
}
@media only screen and (max-width: 480px) {
  .product .product-block .equipment-box .info {
    width: 100%;
    padding: 0;
  }
}
.product .product-block .equipment-box .info h4 {
  margin-bottom: 8px;
}
@media only screen and (max-width: 480px) {
  .product .product-block .equipment-box .info h4 {
    margin-bottom: 12px;
  }
}
.product .product-block .equipment-box .info .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  .product .product-block .equipment-box .info .list {
    flex-direction: column;
    align-items: flex-start;
  }
}
.product .product-block .equipment-box .info .list li {
  padding-left: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #343c4b;
  margin-bottom: 10px;
  margin-right: 25px;
  background: url("../img/bullet-list.svg") no-repeat 0 50%;
}
@media only screen and (max-width: 1280px) {
  .product .product-block .equipment-box .info .list li {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 991px) {
  .product .product-block .equipment-box .info .list li {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .product .product-block .equipment-box .info .list li {
    margin: 0;
  }
}
.product .product-block .equipment-box .info .list li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 480px) {
  .product .product-block .equipment-box .info .list li + li {
    margin-top: 8px;
  }
}
.product .product-block .description {
  font-family: "Circe", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #343c4b;
}
@media only screen and (max-width: 991px) {
  .product .product-block .description {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .product .product-block .description .holder-drop {
    padding-bottom: 30px;
  }
}
.product .product-block .description .show {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-decoration: underline;
  color: #eb6425;
  display: none;
}
@media only screen and (max-width: 991px) {
  .product .product-block .description .show {
    display: inline-flex;
  }
}
.product .product-block .description .show:hover {
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  .product .product-block .description .text {
    padding-bottom: 20px;
    height: 220px;
    position: relative;
    overflow: hidden;
    transition: all 0.6s;
  }
  .product .product-block .description .text:after {
    height: 60px;
    width: 100%;
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.95) 40%, rgba(255, 255, 255, 0) 100%);
  }
  .product .product-block .description .text.active {
    height: initial;
  }
  .product .product-block .description .text.active:after {
    display: none;
  }
}
.product .product-block .description .text p {
  margin: 0;
}
.product .product-block .description .text p + p {
  margin-top: 24px;
}
@media only screen and (max-width: 991px) {
  .product .product-block .description .text p + p {
    margin-top: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .product .product-block .more-product h3 {
    margin-bottom: 17px;
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
  }
}
.product .product-block .more-product .product-more-slider {
  position: relative;
}
.product .product-block .more-product .product-more-slider .slick-arrow {
  top: -77px;
  transform: none;
}
@media only screen and (max-width: 991px) {
  .product .product-block .more-product .product-more-slider .slick-arrow {
    top: -77px;
    bottom: initial;
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .product .product-block .more-product .product-more-slider .slick-arrow {
    width: 30px;
    height: 30px;
    top: -35px;
  }
}
.product .product-block .more-product .product-more-slider .slick-arrow.slick-next {
  right: 0 !important;
  left: initial !important;
}
.product .product-block .more-product .product-more-slider .slick-arrow.slick-prev {
  left: initial !important;
  right: 58px !important;
}
@media only screen and (max-width: 767px) {
  .product .product-block .more-product .product-more-slider .slick-arrow.slick-prev {
    right: 36px !important;
  }
}
.product .product-block .more-product .product-more-slider .item {
  padding-right: 40px;
}
@media only screen and (max-width: 540px) {
  .product .product-block .more-product .product-more-slider .item {
    padding: 0 10px;
  }
}
.product .product-block .more-product .product-more-slider .item a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  max-width: 222px;
  transition: all 0.6s;
}
@media only screen and (max-width: 540px) {
  .product .product-block .more-product .product-more-slider .item a {
    align-items: center;
    text-align: center;
  }
}
.product .product-block .more-product .product-more-slider .item a:hover {
  opacity: 0.9;
}
.product .product-block .more-product .product-more-slider .item a:hover .name {
  color: #ec672a;
}
.product .product-block .more-product .product-more-slider .item a.waiting .name {
  color: #343c4b;
  opacity: 0.4;
}
.product .product-block .more-product .product-more-slider .item a.waiting .text {
  color: #343c4b;
  opacity: 0.5;
}
.product .product-block .more-product .product-more-slider .item a.waiting .price {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #343c4b;
  opacity: 0.4;
  padding-top: 4px;
}
.product .product-block .more-product .product-more-slider .item .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 8px;
  margin-bottom: 3px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .product .product-block .more-product .product-more-slider .item .img {
    min-width: 116px;
  }
}
.product .product-block .more-product .product-more-slider .item .img img {
  display: block;
  width: 100%;
}
.product .product-block .more-product .product-more-slider .item .name {
  display: flex;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  align-items: center;
  color: #343c4b;
  transition: all 0.6s;
}
@media only screen and (max-width: 767px) {
  .product .product-block .more-product .product-more-slider .item .name {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
  }
}
.product .product-block .more-product .product-more-slider .item .name .label-new {
  display: block;
  padding: 2px 6px 0;
  background: #12a10f;
  border-radius: 3px;
  margin-left: 15px;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .product .product-block .more-product .product-more-slider .item .name .label-new {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    padding: 1px 3px;
    margin-left: 6px;
  }
}
.product .product-block .more-product .product-more-slider .item .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #343c4b;
  opacity: 0.7;
  display: block;
  margin-bottom: 6px;
}
@media only screen and (max-width: 767px) {
  .product .product-block .more-product .product-more-slider .item .text {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin: 3px 0 5px;
  }
}
.product .product-block .more-product .product-more-slider .item .price {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  display: block;
  text-align: left;
  color: #ec672a;
}
@media only screen and (max-width: 767px) {
  .product .product-block .more-product .product-more-slider .item .price {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
  }
}
.product .product-block .more-product .product-more-slider .item .price span {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
@media only screen and (max-width: 767px) {
  .product .product-block .more-product .product-more-slider .item .price span {
    font-size: 12px;
    line-height: 15px;
  }
}
.product .product-block .more-product .product-more-slider .item .price.old-price {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: inline-flex;
  align-items: center;
  color: rgba(52, 60, 75, 0.5);
  position: relative;
  margin-top: 5px;
  text-decoration: none;
}
.product .product-block .more-product .product-more-slider .item .price.old-price:after {
  position: absolute;
  height: 2px;
  left: -2px;
  right: -2px;
  bottom: 10px;
  background: rgba(18, 161, 15, 0.7);
  transform: rotate(-7.83deg);
  display: block;
  content: "";
}
.product .product-block .list-links {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}
@media only screen and (max-width: 480px) {
  .product .product-block .list-links {
    padding-bottom: 16px;
  }
}
.product .product-block .list-links li + li {
  margin-left: 12px;
}
@media only screen and (max-width: 480px) {
  .product .product-block .list-links li + li {
    margin-left: 8px;
  }
}
.product .product-block .list-links li a {
  padding: 22px 18px 18px;
  max-width: 124px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: rgba(52, 60, 75, 0.7);
  border: 1px solid #d7dae0;
  border-radius: 18px;
  background: transparent;
  transition: all 0.6s;
}
@media only screen and (max-width: 480px) {
  .product .product-block .list-links li a {
    width: 89px;
    max-width: 89px;
    height: 89px;
    border-radius: 12px;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    padding: 15px 12px 12px;
  }
}
.product .product-block .list-links li a:hover {
  color: #ec672a;
  background: #ffffff;
  box-shadow: 5px 5px 40px rgba(36, 40, 43, 0.15);
  border: 1px solid #fff;
}
.product .product-block .list-links li a img,
.product .product-block .list-links li a svg {
  display: block;
}
@media only screen and (max-width: 480px) {
  .product .product-block .list-links li a img,
.product .product-block .list-links li a svg {
    max-width: 22px;
  }
}
.product .product-block .list-links li a span {
  display: block;
}
.product .product-block .list-links li a span.ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 11px;
}
@media only screen and (max-width: 480px) {
  .product .product-block .list-links li a span.ico {
    width: 28px;
    height: 28px;
    margin-bottom: 10px;
  }
}
.product .product-block .btn-holder {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 399px) {
  .product .product-block .btn-holder {
    flex-direction: column;
    align-items: flex-start;
  }
}
.product .product-block .btn-holder .btn {
  max-width: 205px;
  width: 100%;
  justify-content: flex-start;
}
@media only screen and (max-width: 399px) {
  .product .product-block .btn-holder .btn {
    max-width: 100%;
  }
}
.product .product-block .btn-holder .btn + .btn {
  margin-left: 12px;
}
@media only screen and (max-width: 399px) {
  .product .product-block .btn-holder .btn + .btn {
    margin-left: 0;
    margin-top: 6px;
  }
}

.services-list {
  display: flex;
  justify-content: center;
  padding-bottom: 60px;
}
@media only screen and (max-width: 599px) {
  .services-list {
    flex-direction: column;
  }
}
.services-list .item {
  width: 26.2%;
  max-width: 380px;
}
@media only screen and (max-width: 991px) {
  .services-list .item {
    width: 31%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .services-list .item {
    width: 100%;
  }
}
.services-list .item + .item {
  margin-left: 18px;
}
@media only screen and (max-width: 599px) {
  .services-list .item + .item {
    margin-left: 0;
    margin-top: 8px;
  }
}
.services-list .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #d7dae0;
  border-radius: 10px;
  height: 100%;
  padding: 90px 20px;
  width: 100%;
  transition: all 0.6s;
}
@media only screen and (max-width: 1199px) {
  .services-list .item a {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media only screen and (max-width: 991px) {
  .services-list .item a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 599px) {
  .services-list .item a {
    flex-direction: row;
    padding: 18px 15px 10px;
  }
}
.services-list .item a:hover {
  background: #ffffff;
  box-shadow: 12px 12px 60px rgba(36, 40, 43, 0.15);
  border-radius: 10px;
  border: 1px solid #fff;
}
.services-list .item .ico {
  width: 142px;
  height: 154px;
  background: url("../img/bg-ico-why.png") no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 45px;
  padding: 26px 28px 37px 22px;
}
@media only screen and (max-width: 767px) {
  .services-list .item .ico {
    width: 90px;
    height: 98px;
    padding: 16px 18px 24px 14px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .services-list .item .ico {
    width: 70px;
    height: 76px;
    padding: 12px 13px 18px 11px;
    margin-bottom: 0;
  }
}
.services-list .item .ico span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  background: #ffffff;
  box-shadow: 4px 4px 13px rgba(0, 0, 0, 0.55);
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .services-list .item .ico span {
    width: 57px;
    height: 57px;
  }
}
@media only screen and (max-width: 599px) {
  .services-list .item .ico span {
    width: 44px;
    height: 44px;
  }
}
.services-list .item .ico span img,
.services-list .item .ico span svg {
  display: block;
}
@media only screen and (max-width: 767px) {
  .services-list .item .ico span img,
.services-list .item .ico span svg {
    max-width: 23px;
  }
}
.services-list .item .name {
  font-family: "Gilroy", sans-serif;
  display: block;
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  text-align: center;
  color: #343c4b;
  position: relative;
}
.services-list .item .name:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 69px;
  bottom: -20px;
  background: #ec672a;
  height: 3px;
}
@media only screen and (max-width: 767px) {
  .services-list .item .name:after {
    bottom: -14px;
  }
}
@media only screen and (max-width: 599px) {
  .services-list .item .name:after {
    left: 18px;
    transform: none;
    bottom: 0;
    width: 29px;
  }
}
@media only screen and (max-width: 767px) {
  .services-list .item .name {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
  }
}
@media only screen and (max-width: 599px) {
  .services-list .item .name {
    width: calc(100% - 70px);
    padding-left: 18px;
    text-align: left;
    padding-bottom: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .head-dealer {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .head-dealer .city-filter {
    margin-bottom: 19px;
    order: 1;
  }
}

.tabs-dealer {
  margin-bottom: 45px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .tabs-dealer {
    margin-bottom: 37px;
    order: 2;
  }
}
.tabs-dealer li + li {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .tabs-dealer li + li {
    margin-left: 8px;
  }
}
.tabs-dealer li a {
  display: flex;
  align-items: center;
  font-family: "Circe", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: rgba(52, 60, 75, 0.4);
  text-decoration: none;
  position: relative;
}
.tabs-dealer li a:after {
  height: 3px;
  display: block;
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  background: #ec672a;
  transition: all 0.6s;
}
@media only screen and (max-width: 767px) {
  .tabs-dealer li a:after {
    display: none;
  }
}
.tabs-dealer li a .ico {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.4;
  transition: all 0.6s;
}
@media only screen and (max-width: 767px) {
  .tabs-dealer li a .ico {
    width: 28px;
    height: 28px;
    margin-bottom: 10px;
    opacity: 1;
  }
}
.tabs-dealer li a .name {
  display: block;
  width: calc(100% - 22px);
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  .tabs-dealer li a .name {
    width: 100%;
    padding: 0;
  }
}
.tabs-dealer li a svg {
  display: block;
}
@media only screen and (max-width: 767px) {
  .tabs-dealer li a svg {
    max-width: 22px;
    width: 100%;
    height: auto;
  }
}
.tabs-dealer li a svg path {
  fill: #343c4b;
  transition: all 0.6s;
}
@media only screen and (max-width: 767px) {
  .tabs-dealer li a svg path {
    fill: #ec672a !important;
  }
}
.tabs-dealer li a.active, .tabs-dealer li a:hover {
  color: rgba(52, 60, 75, 0.7);
}
@media only screen and (max-width: 767px) {
  .tabs-dealer li a.active, .tabs-dealer li a:hover {
    color: #ec672a;
    background: #ffffff;
    box-shadow: 5px 5px 40px rgba(36, 40, 43, 0.15);
    border: 1px solid #fff;
  }
}
.tabs-dealer li a.active .ico, .tabs-dealer li a:hover .ico {
  opacity: 1;
}
.tabs-dealer li a.active svg {
  display: block;
}
.tabs-dealer li a.active svg path {
  fill: #ec672a;
}
.tabs-dealer li a.active:after {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .tabs-dealer li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: rgba(52, 60, 75, 0.7);
    border: 1px solid #d7dae0;
    background: transparent;
    transition: all 0.6s;
    width: 89px;
    max-width: 89px;
    height: 89px;
    border-radius: 12px;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    padding: 15px 12px 12px;
  }
}

.table-dealer {
  display: block;
}
.num{
  margin-left: 7px;
}
@media only screen and (max-width: 767px) {
  .table-dealer {
    max-width: 538px;
    margin: 0 auto;
  }
}
.table-dealer .head {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}
@media only screen and (max-width: 767px) {
  .table-dealer .head {
    margin-bottom: 19px;
  }
}
.table-dealer .head .item {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: rgba(52, 60, 75, 0.4);
}
@media only screen and (max-width: 767px) {
  .table-dealer .head .item {
    font-size: 12px;
    line-height: 15px;
  }
}
.table-dealer .head .item:nth-child(1) {
  padding-left: 32px;
  width: 24.68%;
}
@media only screen and (max-width: 991px) {
  .table-dealer .head .item:nth-child(1) {
    padding-left: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .table-dealer .head .item:nth-child(1) {
    width: calc(100% - 113px);
    padding-left: 0;
  }
}
.table-dealer .head .item:nth-child(2) {
  width: 36.89%;
}
.table-dealer .head .item:nth-child(3) {
  margin-left: auto;
  padding-right: 42px;
}
@media only screen and (max-width: 991px) {
  .table-dealer .head .item:nth-child(3) {
    padding-right: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .table-dealer .head .item:nth-child(3) {
    width: 113px;
    padding-right: 0;
    text-align: right;
  }
}
.table-dealer .head .item.item-two {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 465px;
}
@media only screen and (max-width: 991px) {
  .table-dealer .head .item.item-two {
    min-width: 385px;
  }
}
@media only screen and (max-width: 767px) {
  .table-dealer .head .item.item-two {
    display: none;
  }
}
.table-dealer .head .item.item-two .item:nth-child(1) {
  padding-left: 0;
  width: 49.71%;
}
.table-dealer .head .item.item-two .item:nth-child(2) {
  width: 50.38%;
  text-align: center;
}
.table-dealer .body .line {
  display: none;
  align-items: center;
  padding: 0;
  min-height: 66px;
  border-radius: 8px;
  background: #f6f6f9;
}
.table-dealer .body .line.active {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .table-dealer .body .line {
    background: #fff;
    border: 2px solid #fff;
    flex-wrap: wrap;
    padding: 0;
    /*z-index: ;*/

    height: 0px;
    /*LINE CHECK*/
    transition: height 500ms ease-in-out;
    /*CHECK*/
    overflow-y: hidden;
    z-index: 999999;
  }
  .table-dealer .body .line + .line {
    margin-top: 8px;
  }
  .table-dealer .body .line > .item:nth-child(1), .table-dealer .body .line > .item:nth-child(3) {
    background: #f6f6f9;
    position: relative;
    z-index: 2;
    height: 45px;
    display: flex;
    align-items: center;
  }
  .table-dealer .body .line > .item:nth-child(1) {
    order: 1;
    border-radius: 8px 0 0 8px;
    border-bottom: 2px solid #f6f6f9;
    width: calc(100% - 113px) !important;
  }
  .table-dealer .body .line > .item:nth-child(3) {
    justify-content: flex-end;
    order: 2;
    border-radius: 0 8px 8px 0;
    border-bottom: 2px solid #f6f6f9;
    width: 113px !important;
  }
  .table-dealer .body .line.drop-active > .item:nth-child(1) {
    border-bottom: 2px solid #ececf2 !important;
  }
  .table-dealer .body .line.drop-active > .item:nth-child(3) {
    border-bottom: 2px solid #ececf2 !important;
  }
}
.table-dealer .body .line:nth-child(2n) {
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .table-dealer .body .line:nth-child(2n) > .item:nth-child(1), .table-dealer .body .line:nth-child(2n) > .item:nth-child(3) {
    background: #fff;
  }
  .table-dealer .body .line:nth-child(2n) > .item:nth-child(1) {
    border-bottom: 2px solid #fff;
  }
  .table-dealer .body .line:nth-child(2n) > .item:nth-child(3) {
    border-bottom: 2px solid #fff;
  }
}
@media only screen and (max-width: 767px) {
  .table-dealer .body .line.drop-active {
    border: 2px solid #ececf2;

    transition: height 2s linear; /*CHECK*/
    transition: border 500ms ease-in-out; /*CHECK*/
    transition: all 500ms ease-in-out;

    height: 230px; /*CHECK*/
  }
}
.table-dealer .body .line strong.title {
  font-weight: 500 !important;
  font-size: 12px;
  line-height: 15px;
  color: rgba(52, 60, 75, 0.4);
  margin-bottom: 7px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .table-dealer .body .line strong.title {
    display: block;
  }
}
.table-dealer .body .line .item {
  font-size: 16px;
  line-height: 20px;
  color: #343c4b;
}
@media only screen and (max-width: 991px) {
  .table-dealer .body .line .item {
    font-size: 12px;
    line-height: 15px;
  }
}
.table-dealer .body .line .item.address {
  display: none;
}
@media only screen and (max-width: 767px) {
  .table-dealer .body .line .item.address {
    display: block;
  }
}
.table-dealer .body .line .item strong {
  font-weight: 700;
}
.table-dealer .body .line .item:nth-child(1) {
  padding-left: 32px;
  width: 24.68%;
}
@media only screen and (max-width: 991px) {
  .table-dealer .body .line .item:nth-child(1) {
    padding-left: 16px;
  }
}
.table-dealer .body .line .item:nth-child(2) {
  width: 36.89%;
}
.table-dealer .body .line .item:nth-child(3) {
  margin-left: auto;
  padding-right: 42px;
}
@media only screen and (max-width: 991px) {
  .table-dealer .body .line .item:nth-child(3) {
    padding-right: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .table-dealer .body .line .item:nth-child(3) {
    padding-right: 0;
  }
}
.table-dealer .body .line .item.item-two {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 465px;
}
@media only screen and (max-width: 991px) {
  .table-dealer .body .line .item.item-two {
    min-width: 385px;
  }
}
@media only screen and (max-width: 767px) {
  .table-dealer .body .line .item.item-two {
    width: 100%;
    top: -180px;  /*CHECK*/
    transition: top 200ms ease-in-out;  /*CHECK*/
    /*display: none;*/
    /*CHECK*/
    flex-direction: column;
    padding: 18px 16px 16px;
    min-width: initial;
    position: relative;
    /*z-index: 2;*/
    order: 3;
  }
}
.table-dealer .body .line .item.item-two.drop-block {
    transition: top 500ms ease-in-out !important; /*CHECK*/
    top: 0px; /*CHECK*/
  }
@media only screen and (max-width: 767px) {
  .table-dealer .body .line .item.item-two .item + .item {
    margin-top: 16px;
  }
}
.table-dealer .body .line .item.item-two .item:nth-child(1) {
  padding-left: 0;
  width: 49.71%;
}
@media only screen and (max-width: 767px) {
  .table-dealer .body .line .item.item-two .item:nth-child(1) {
    width: 100%;
  }
}
.table-dealer .body .line .item.item-two .item:nth-child(2) {
  width: 50.38%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .table-dealer .body .line .item.item-two .item:nth-child(2) {
    width: 100%;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .table-dealer .body .line .item.item-two .item:nth-child(3) {
    padding: 0;
    margin-left: initial;
    width: 100%;
  }
}
.table-dealer .body .line .item.item-two .site a {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #2f69ff;
}
@media only screen and (max-width: 991px) {
  .table-dealer .body .line .item.item-two .site a {
    font-size: 12px;
    line-height: 15px;
  }
}
.table-dealer .body .line .item.item-two .site a .ico {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
@media only screen and (max-width: 991px) {
  .table-dealer .body .line .item.item-two .site a .ico {
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }
}
.table-dealer .body .line .item.item-two .site a .ico svg {
  display: block;
}
.table-dealer .body .line .item.item-two .site a .ico svg path {
  transition: all 0.6s;
}
.table-dealer .body .line .item.item-two .site a:hover {
  color: #ec672a;
}
.table-dealer .body .line .item.item-two .site a:hover .ico svg {
  transform: rotate(-180deg);
  opacity: 1;
}
.table-dealer .body .line .item.item-two .site a:hover .ico svg path {
  fill: #ec672a;
}
.table-dealer .body .line .item.item-two .contacts {
  display: flex;
  align-items: center;
  width: 237px;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .table-dealer .body .line .item.item-two .contacts {
    flex-direction: column;
    align-items: flex-start;
    width: initial;
  }
}
.table-dealer .body .line .item.item-two .contacts .phone {
  display: flex;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  align-items: center;
  color: #343c4b;
  white-space: nowrap;
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  .table-dealer .body .line .item.item-two .contacts .phone {
    font-size: 12px;
    line-height: 15px;
  }
}
.table-dealer .body .line .item.item-two .contacts .phone:hover {
  color: #ec672a;
}
.table-dealer .body .line .item.item-two .contacts .phone svg {
  display: block;
  margin-right: 11px;
}
@media only screen and (max-width: 991px) {
  .table-dealer .body .line .item.item-two .contacts .phone svg {
    margin-right: 9px;
  }
}
.table-dealer .body .line .item.item-two .contacts .more-phone {
  display: flex;
  position: relative;
  margin-left: 34px;
}
@media only screen and (max-width: 767px) {
  .table-dealer .body .line .item.item-two .contacts .more-phone {
    margin: 0;
  }
}
.table-dealer .body .line .item.item-two .contacts .more-phone .click-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.table-dealer .body .line .item.item-two .contacts .more-phone .btn-more {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: rgba(52, 60, 75, 0.5);
  position: relative;
  cursor: pointer;
  transition: all 0.6s;
}
@media only screen and (max-width: 991px) {
  .table-dealer .body .line .item.item-two .contacts .more-phone .btn-more {
    font-size: 12px;
    line-height: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .table-dealer .body .line .item.item-two .contacts .more-phone .btn-more {
    display: none;
  }
}
.table-dealer .body .line .item.item-two .contacts .more-phone .btn-more:hover {
  color: #ec672a;
}
.table-dealer .body .line .item.item-two .contacts .more-phone .btn-more:hover .arrow svg {
  opacity: 1;
}
.table-dealer .body .line .item.item-two .contacts .more-phone .btn-more:hover .arrow svg path {
  fill: #ec672a;
}
.table-dealer .body .line .item.item-two .contacts .more-phone .btn-more.active {
  color: #ec672a;
}
.table-dealer .body .line .item.item-two .contacts .more-phone .btn-more.active .arrow svg {
  transform: rotate(-180deg);
  opacity: 1;
}
.table-dealer .body .line .item.item-two .contacts .more-phone .btn-more.active .arrow svg path {
  fill: #ec672a;
}
.table-dealer .body .line .item.item-two .contacts .more-phone .btn-more .arrow {
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 7px;
}
.table-dealer .body .line .item.item-two .contacts .more-phone .btn-more .arrow svg {
  display: block;
  transition: all 0.6s;
  opacity: 0.5;
}
.table-dealer .body .line .item.item-two .contacts .more-phone .btn-more .arrow svg path {
  fill: #343c4b;
  transition: all 0.6s;
}
.table-dealer .body .line .item.item-two .contacts .more-phone .phone-list {
  background: #ffffff;
  border-radius: 6px;
  padding: 15px 44px 15px 25px;
  display: none;
  position: absolute;
  left: 0;
  min-width: 210px;
  bottom: calc(100% + 32px);
  box-shadow: 8px 8px 70px 0px rgba(52, 60, 75, 0.15);
}
.table-dealer .body .line .item.item-two .contacts .more-phone .phone-list:after {
  display: block;
  content: "";
  background: url("../img/arrow-phone-list.svg") 50% 50%;
  width: 14px;
  height: 16px;
  position: absolute;
  top: 100%;
  left: 29px;
}
@media only screen and (max-width: 767px) {
  .table-dealer .body .line .item.item-two .contacts .more-phone .phone-list {
    display: block;
    padding: 0;
    position: relative;
    bottom: initial;
    left: initial;
  }
  .table-dealer .body .line .item.item-two .contacts .more-phone .phone-list:after {
    display: none !important;
  }
}
.table-dealer .body .line .item.item-two .contacts .more-phone .phone-list .phone.phone {
  margin-top: 7px;
}
.table-dealer .body .line .item .list-services {
  display: flex;
  align-items: center;
}
.table-dealer .body .line .item .list-services li + li {
  margin-left: 14px;
}
@media only screen and (max-width: 991px) {
  .table-dealer .body .line .item .list-services li + li {
    margin-left: 8px;
  }
}
.table-dealer .body .line .item .list-services li a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.inner-dealer .tab-contents .table-dealer .body .line .item .list-services li a {
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .table-dealer .body .line .item .list-services li a {
    width: 20px;
    height: 20px;
  }
}
.table-dealer .body .line .item .list-services li a.disable {
  pointer-events: none;
}
.table-dealer .body .line .item .list-services li a.disable svg {
  display: block;
}
@media only screen and (max-width: 991px) {
  .table-dealer .body .line .item .list-services li a.disable svg {
    max-width: 15px;
  }
}
.table-dealer .body .line .item .list-services li a.disable svg path {
  fill: rgba(52, 60, 75, 0.3);
}
.table-dealer .body .line .item .list-services li a svg {
  display: block;
}
.table-dealer .body .line .item .list-services li a svg path {
  fill: rgba(52, 60, 75, 0.3);
}
.table-dealer .body .line .item .list-services li a.active {
  pointer-events: initial;
}
.table-dealer .body .line .item .list-services li a.active svg path {
  fill: #ec672a;
}
.table-dealer .body .line .item .arrow-drop {
  border-radius: 8px;
  height: 45px;
  align-items: center;
  padding: 0 16px 0 13px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .table-dealer .body .line .item .arrow-drop {
    display: flex;
  }
}
.table-dealer .body .line .item .arrow-drop svg {
  display: block;
  transition: all 0.6s;
}
.table-dealer .body .line .item .arrow-drop.active svg {
  transform: rotate(180deg);
}
.table-dealer .body .line.drop-active .arrow-drop svg {
  transform: rotate(180deg);
}
.table-dealer .body .line.drop-active:after {
  display: block;
}

.inner-dealer {
  display: none;
}
.inner-dealer.active {
  display: block;
}

.single-page {
  font-family: "Circe", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #343C4B;
}
.single-page .page-name {
  text-align: left;
  padding-top: 10px;
}
.single-page .page-name h1.line:after {
  left: 0;
  transform: none;
}
@media only screen and (max-width: 767px) {
  .single-page {
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    padding-left: 0;
    width: 100%;
  }
}
.single-page h4 {
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  .single-page h4 {
    margin-bottom: 12px;
  }
}
.single-page p + p {
  margin-top: 18px;
}
@media only screen and (max-width: 767px) {
  .single-page p + p {
    margin-top: 14px;
  }
}
.single-page p strong {
  font-weight: 700;
  color: #EC672A;
}
.single-page .list {
  margin-bottom: 20px;
  padding: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .single-page .list {
    margin-bottom: 12px;
  }
}
.single-page .list li {
  padding-left: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #343C4B;
  background: url("../img/bullet-list.svg") no-repeat 0 50%;
}
@media only screen and (max-width: 991px) {
  .single-page .list li {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
  }
}
.single-page .list li + li {
  margin-top: 8px;
}
.single-page .box + .box {
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .single-page .box + .box {
    margin-top: 25px;
  }
}

.product-wishlist .wishlist-cat {
  display: flex;
  margin-bottom: 38px;
  overflow-x: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .product-wishlist .wishlist-cat {
    padding-bottom: 13px;
    margin-bottom: 10px;
  }
}
.product-wishlist .wishlist-cat li {
  white-space: nowrap;
}
.product-wishlist .wishlist-cat li + li {
  margin-left: 14px;
}
@media only screen and (max-width: 767px) {
  .product-wishlist .wishlist-cat li + li {
    margin-left: 8px;
  }
}
.product-wishlist .wishlist-cat li > span {
  display: flex;
  padding: 8px 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  align-items: center;
  text-align: center;
  color: #343C4B;
  border-radius: 6px;
  background: #fff;
  transition: all 0.6s;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .product-wishlist .wishlist-cat li > span {
    font-size: 14px;
    padding: 0 8px;
    height: 24px;
  }
}
.product-wishlist .wishlist-cat li > span .count-number {
  color: rgba(52, 60, 75, 0.4);
  transition: all 0.6s;
  padding-left: 5px;
}
.product-wishlist .wishlist-cat li > span:hover, .product-wishlist .wishlist-cat li > span.active {
  color: #FFFFFF;
  background: #EC672A;
}
.product-wishlist .wishlist-cat li > span:hover .count-number, .product-wishlist .wishlist-cat li > span.active .count-number {
  color: #FFFFFF;
}
.product-wishlist .head-wishlist {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 991px) {
  .product-wishlist .head-wishlist {
    flex-direction: column;
  }
}
.product-wishlist .head-wishlist .left-wishlist {
  width: 285px;
}
@media only screen and (max-width: 991px) {
  .product-wishlist .head-wishlist .left-wishlist {
    width: 100%;
    margin-top: 27px;
    order: 2;
  }
}
.product-wishlist .head-wishlist .panel-wishlist-holder {
  min-height: 275px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .product-wishlist .head-wishlist .panel-wishlist-holder {
    margin-bottom: 0;
    min-height: initial;
  }
}
.product-wishlist .head-wishlist .panel-wishlist {
  background: #FFFFFF;
  box-shadow: 5px 5px 60px rgba(36, 40, 43, 0.1);
  border-radius: 8px;
  padding: 23px 0 18px;
}
@media only screen and (max-width: 991px) {
  .product-wishlist .head-wishlist .panel-wishlist {
    background: none;
    box-shadow: none;
    padding: 0;
  }
}
.product-wishlist .head-wishlist .panel-wishlist .filter-character {
  padding: 0 21px 9px;
}
@media only screen and (max-width: 991px) {
  .product-wishlist .head-wishlist .panel-wishlist .filter-character {
    display: none;
  }
}
.product-wishlist .head-wishlist .panel-wishlist .filter-character .item {
  padding-bottom: 12px;
}
.product-wishlist .head-wishlist .panel-wishlist .filter-character .item label {
  font-family: "Circe", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #343C4B;
  padding-left: 31px;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
}
.product-wishlist .head-wishlist .panel-wishlist .filter-character .item label:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border: 2px solid #D6D6D6;
  background: #fff;
  display: block;
  content: "";
  border-radius: 50%;
  box-sizing: border-box;
}
.product-wishlist .head-wishlist .panel-wishlist .filter-character .item label:before {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 10px;
  height: 10px;
  background: #EC672A;
  display: block;
  content: "";
  opacity: 0;
  transition: all 0.6s;
  border-radius: 50%;
  box-sizing: border-box;
  z-index: 2;
}
.product-wishlist .head-wishlist .panel-wishlist .filter-character .item input {
  display: none !important;
}
.product-wishlist .head-wishlist .panel-wishlist .filter-character .item input:checked + label:before {
  opacity: 1;
}
.product-wishlist .head-wishlist .panel-wishlist .links-filter {
  padding: 23px 21px 0;
  border-top: 2px solid rgba(52, 60, 75, 0.1);
}
@media only screen and (max-width: 991px) {
  .product-wishlist .head-wishlist .panel-wishlist .links-filter {
    padding: 0;
    border-top: none;
  }
}
.product-wishlist .head-wishlist .panel-wishlist .links-filter li + li {
  margin-top: 8px;
}
.product-wishlist .head-wishlist .panel-wishlist .links-filter li a {
  font-family: "Circe", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #2F69FF;
}
.product-wishlist .head-wishlist .panel-wishlist .links-filter li a:hover {
  text-decoration: underline;
}
.product-wishlist .head-wishlist .panel-wishlist .links-filter li a.clear {
  color: rgba(52, 60, 75, 0.4);
}
.product-wishlist .desktop-wishlist {
  width: calc(100% - 285px);
}
.product-wishlist .wishlist-char,
.product-wishlist .wishlist-items,
.product-wishlist .wishlist-slider {
  width: 100%;
  position: relative;
  padding-left: 30px;
  padding-bottom: 45px;
}
.product-wishlist .wishlist-char .slick-arrow,
.product-wishlist .wishlist-items .slick-arrow,
.product-wishlist .wishlist-slider .slick-arrow {
  top: 120px;
}
@media only screen and (max-width: 991px) {
  .product-wishlist .wishlist-char .slick-arrow,
.product-wishlist .wishlist-items .slick-arrow,
.product-wishlist .wishlist-slider .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
.product-wishlist .wishlist-char .slick-arrow.slick-next,
.product-wishlist .wishlist-items .slick-arrow.slick-next,
.product-wishlist .wishlist-slider .slick-arrow.slick-next {
  right: -8px;
}
@media only screen and (max-width: 1679px) {
  .product-wishlist .wishlist-char .slick-arrow.slick-next,
.product-wishlist .wishlist-items .slick-arrow.slick-next,
.product-wishlist .wishlist-slider .slick-arrow.slick-next {
    right: -8px;
  }
}
@media only screen and (max-width: 1549px) {
  .product-wishlist .wishlist-char .slick-arrow.slick-next,
.product-wishlist .wishlist-items .slick-arrow.slick-next,
.product-wishlist .wishlist-slider .slick-arrow.slick-next {
    right: -8px;
  }
}
@media only screen and (max-width: 991px) {
  .product-wishlist .wishlist-char .slick-arrow.slick-next,
.product-wishlist .wishlist-items .slick-arrow.slick-next,
.product-wishlist .wishlist-slider .slick-arrow.slick-next {
    left: initial;
    right: -8px;
  }
}
.product-wishlist .wishlist-char .slick-arrow.slick-prev,
.product-wishlist .wishlist-items .slick-arrow.slick-prev,
.product-wishlist .wishlist-slider .slick-arrow.slick-prev {
  left: 15px;
}
@media only screen and (max-width: 1679px) {
  .product-wishlist .wishlist-char .slick-arrow.slick-prev,
.product-wishlist .wishlist-items .slick-arrow.slick-prev,
.product-wishlist .wishlist-slider .slick-arrow.slick-prev {
    left: 15px;
  }
}
@media only screen and (max-width: 1549px) {
  .product-wishlist .wishlist-char .slick-arrow.slick-prev,
.product-wishlist .wishlist-items .slick-arrow.slick-prev,
.product-wishlist .wishlist-slider .slick-arrow.slick-prev {
    left: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .product-wishlist .wishlist-char .slick-arrow.slick-prev,
.product-wishlist .wishlist-items .slick-arrow.slick-prev,
.product-wishlist .wishlist-slider .slick-arrow.slick-prev {
    right: initial;
    left: 15px;
  }
}
.product-wishlist .wishlist-char .item-slide,
.product-wishlist .wishlist-items .item-slide,
.product-wishlist .wishlist-slider .item-slide {
  display: block;
}
.product-wishlist .wishlist-char.slick-initialized,
.product-wishlist .wishlist-items.slick-initialized,
.product-wishlist .wishlist-slider.slick-initialized {
  overflow: initial;
}
.product-wishlist .wishlist-char.slick-initialized .item-slide,
.product-wishlist .wishlist-items.slick-initialized .item-slide,
.product-wishlist .wishlist-slider.slick-initialized .item-slide {
  position: relative;
}
.product-wishlist .wishlist-char .slick-list,
.product-wishlist .wishlist-items .slick-list,
.product-wishlist .wishlist-slider .slick-list {
  width: 100%;
}
.product-wishlist .wishlist-char .slick-track,
.product-wishlist .wishlist-items .slick-track,
.product-wishlist .wishlist-slider .slick-track {
  width: 100%;
  display: flex;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .product-wishlist .wishlist-char,
.product-wishlist .wishlist-items,
.product-wishlist .wishlist-slider {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.product-wishlist .wishlist-char .slick-track,
.product-wishlist .wishlist-items .slick-track,
.product-wishlist .wishlist-slider .slick-track {
  margin: 0;
}
.product-wishlist .wishlist-char .item-slide,
.product-wishlist .wishlist-items .item-slide,
.product-wishlist .wishlist-slider .item-slide {
  position: relative;
  max-width: 275px;
  width: 100%;
  transition: all 0.6s;
}
@media only screen and (max-width: 991px) {
  .product-wishlist .wishlist-char .item-slide,
.product-wishlist .wishlist-items .item-slide,
.product-wishlist .wishlist-slider .item-slide {
    transition: all 0s;
  }
}
@media only screen and (max-width: 767px) {
  .product-wishlist .wishlist-char .item-slide,
.product-wishlist .wishlist-items .item-slide,
.product-wishlist .wishlist-slider .item-slide {
    max-width: initial;
  }
}
.product-wishlist .wishlist-char .item-slide .product-item,
.product-wishlist .wishlist-items .item-slide .product-item,
.product-wishlist .wishlist-slider .item-slide .product-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  height: 275px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .product-wishlist .wishlist-char .item-slide .product-item,
.product-wishlist .wishlist-items .item-slide .product-item,
.product-wishlist .wishlist-slider .item-slide .product-item {
    transition: all 0s;
  }
}
@media only screen and (max-width: 480px) {
  .product-wishlist .wishlist-char .item-slide .product-item,
.product-wishlist .wishlist-items .item-slide .product-item,
.product-wishlist .wishlist-slider .item-slide .product-item {
    padding: 0 5px;
  }
}
.product-wishlist .wishlist-char .item-slide .product-item:hover .name,
.product-wishlist .wishlist-items .item-slide .product-item:hover .name,
.product-wishlist .wishlist-slider .item-slide .product-item:hover .name {
  color: #EC672A;
}
.product-wishlist .wishlist-char .item-slide .product-item.waiting .name,
.product-wishlist .wishlist-items .item-slide .product-item.waiting .name,
.product-wishlist .wishlist-slider .item-slide .product-item.waiting .name {
  color: #343C4B;
  opacity: 0.4;
}
.product-wishlist .wishlist-char .item-slide .product-item.waiting .text,
.product-wishlist .wishlist-items .item-slide .product-item.waiting .text,
.product-wishlist .wishlist-slider .item-slide .product-item.waiting .text {
  color: #343C4B;
  opacity: 0.5;
}
.product-wishlist .wishlist-char .item-slide .product-item.waiting .price,
.product-wishlist .wishlist-items .item-slide .product-item.waiting .price,
.product-wishlist .wishlist-slider .item-slide .product-item.waiting .price {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #343C4B;
  opacity: 0.4;
  padding-top: 4px;
}
@media only screen and (max-width: 767px) {
  .product-wishlist .wishlist-char .item-slide .product-item.waiting .price,
.product-wishlist .wishlist-items .item-slide .product-item.waiting .price,
.product-wishlist .wishlist-slider .item-slide .product-item.waiting .price {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
  }
}
.product-wishlist .wishlist-char .item-slide .product-item .img,
.product-wishlist .wishlist-items .item-slide .product-item .img,
.product-wishlist .wishlist-slider .item-slide .product-item .img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 185px;
  width: 100%;
  height: 185px;
  border-radius: 8px;
  margin-bottom: 3px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .product-wishlist .wishlist-char .item-slide .product-item .img,
.product-wishlist .wishlist-items .item-slide .product-item .img,
.product-wishlist .wishlist-slider .item-slide .product-item .img {
    min-width: initial;
    min-height: 128px;
    height: initial;
  }
}
.product-wishlist .wishlist-char .item-slide .product-item .img img,
.product-wishlist .wishlist-items .item-slide .product-item .img img,
.product-wishlist .wishlist-slider .item-slide .product-item .img img {
  display: block;
  max-width: 90%;
  height: auto;
}
.product-wishlist .wishlist-char .item-slide .product-item .name,
.product-wishlist .wishlist-items .item-slide .product-item .name,
.product-wishlist .wishlist-slider .item-slide .product-item .name {
  display: flex;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  align-items: center;
  text-align: center;
  color: #343C4B;
  transition: all 0.6s;
}
@media only screen and (max-width: 767px) {
  .product-wishlist .wishlist-char .item-slide .product-item .name,
.product-wishlist .wishlist-items .item-slide .product-item .name,
.product-wishlist .wishlist-slider .item-slide .product-item .name {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
  }
}
.product-wishlist .wishlist-char .item-slide .product-item .name .label-new,
.product-wishlist .wishlist-items .item-slide .product-item .name .label-new,
.product-wishlist .wishlist-slider .item-slide .product-item .name .label-new {
  display: block;
  padding: 1px 6px;
  background: #12A10F;
  border-radius: 3px;
  margin-left: 15px;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .product-wishlist .wishlist-char .item-slide .product-item .name .label-new,
.product-wishlist .wishlist-items .item-slide .product-item .name .label-new,
.product-wishlist .wishlist-slider .item-slide .product-item .name .label-new {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    padding: 1px 3px;
    margin-left: 6px;
  }
}
.product-wishlist .wishlist-char .item-slide .product-item .text,
.product-wishlist .wishlist-items .item-slide .product-item .text,
.product-wishlist .wishlist-slider .item-slide .product-item .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #343C4B;
  opacity: 0.7;
  display: block;
  margin-bottom: 6px;
}
@media only screen and (max-width: 767px) {
  .product-wishlist .wishlist-char .item-slide .product-item .text,
.product-wishlist .wishlist-items .item-slide .product-item .text,
.product-wishlist .wishlist-slider .item-slide .product-item .text {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin: 3px 0 5px;
  }
}
.product-wishlist .wishlist-char .item-slide .product-item .price,
.product-wishlist .wishlist-items .item-slide .product-item .price,
.product-wishlist .wishlist-slider .item-slide .product-item .price {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  display: block;
  text-align: center;
  color: #EC672A;
}
@media only screen and (max-width: 767px) {
  .product-wishlist .wishlist-char .item-slide .product-item .price,
.product-wishlist .wishlist-items .item-slide .product-item .price,
.product-wishlist .wishlist-slider .item-slide .product-item .price {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
  }
}
.product-wishlist .wishlist-char .item-slide .product-item .price span,
.product-wishlist .wishlist-items .item-slide .product-item .price span,
.product-wishlist .wishlist-slider .item-slide .product-item .price span {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
@media only screen and (max-width: 767px) {
  .product-wishlist .wishlist-char .item-slide .product-item .price span,
.product-wishlist .wishlist-items .item-slide .product-item .price span,
.product-wishlist .wishlist-slider .item-slide .product-item .price span {
    font-size: 12px;
    line-height: 15px;
  }
}
.product-wishlist .wishlist-char .item-slide .product-item .price.old-price,
.product-wishlist .wishlist-items .item-slide .product-item .price.old-price,
.product-wishlist .wishlist-slider .item-slide .product-item .price.old-price {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  color: rgba(52, 60, 75, 0.5);
  position: relative;
  margin-top: 5px;
}
.product-wishlist .wishlist-char .item-slide .product-item .price.old-price:after,
.product-wishlist .wishlist-items .item-slide .product-item .price.old-price:after,
.product-wishlist .wishlist-slider .item-slide .product-item .price.old-price:after {
  position: absolute;
  height: 2px;
  left: -2px;
  right: -2px;
  bottom: 10px;
  background: rgba(18, 161, 15, 0.7);
  transform: rotate(-7.83deg);
  display: block;
  content: "";
}
.product-wishlist .wishlist-char .item-slide .product-character .attributes,
.product-wishlist .wishlist-items .item-slide .product-character .attributes,
.product-wishlist .wishlist-slider .item-slide .product-character .attributes {
  display: flex;
  flex-direction: column;
}
.product-wishlist .wishlist-char .item-slide .product-character .item,
.product-wishlist .wishlist-items .item-slide .product-character .item,
.product-wishlist .wishlist-slider .item-slide .product-character .item {
  padding: 18px 0 16px;
  border-bottom: 2px solid rgba(52, 60, 75, 0.1);
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #343C4B;
  min-height: 60px;
}
@media only screen and (max-width: 767px) {
  .product-wishlist .wishlist-char .item-slide .product-character .item,
.product-wishlist .wishlist-items .item-slide .product-character .item,
.product-wishlist .wishlist-slider .item-slide .product-character .item {
    padding: 13px 5px;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
  }
}
.product-wishlist .wishlist-hold {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.product-wishlist .wishlist-hold .wishlist-char,
.product-wishlist .wishlist-hold .inner-holder-items,
.product-wishlist .wishlist-hold .wishlist-slider {
  width: 50%;
  position: relative;
}
.product-wishlist .wishlist-hold .wishlist-char .item-slide,
.product-wishlist .wishlist-hold .wishlist-items .item-slide,
.product-wishlist .wishlist-hold .wishlist-slider .item-slide {
  max-width: initial;
}
.product-wishlist .wishlist-hold .wishlist-char .product-item,
.product-wishlist .wishlist-hold .wishlist-items .product-item,
.product-wishlist .wishlist-hold .wishlist-slider .product-item {
  height: 254px;
  padding: 0 0 40px;
  margin-bottom: 0;
}
.product-wishlist .wishlist-hold .currentSlide {
  position: absolute;
  left: 0;
  bottom: 17px;
  font-family: "Circe", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  color: rgba(52, 60, 75, 0.4);
}
.product-wishlist .wishlist-hold .currentSlide span {
  color: #343C4B;
}
.product-wishlist .wishlist-hold .currentSlide.currentSlide-two {
  left: 13px;
}
.product-wishlist .wishlist-hold.holder-items {
  border-top: 2px solid rgba(37, 36, 32, 0.1);
  border-bottom: 2px solid rgba(37, 36, 32, 0.1);
  margin-bottom: 27px;
}
.product-wishlist .wishlist-hold.holder-items .btn-delete {
  top: 0;
  right: 0;
}
.product-wishlist .wishlist-hold.holder-items .wishlist-items {
  padding: 17px 0 17px;
}
.product-wishlist .wishlist-hold.holder-items .wishlist-items.slider-one {
  border-right: 1px solid rgba(37, 36, 32, 0.1);
  padding-right: 13px;
}
.product-wishlist .wishlist-hold.holder-items .wishlist-items.slider-one .slick-dots {
  right: 13px;
}
.product-wishlist .wishlist-hold.holder-items .wishlist-items.slider-two {
  border-left: 1px solid rgba(37, 36, 32, 0.1);
  padding-left: 13px;
}
.product-wishlist .wishlist-hold.holder-items .wishlist-items .slick-dots {
  height: 24px;
  align-items: center;
  position: absolute;
  bottom: 17px;
  right: 0;
}
.product-wishlist .head-wishlist.fixed {
  padding-top: 319px;
}
.product-wishlist .head-wishlist.fixed .holder-items {
  padding: 0 18px;
  position: fixed;
  top: 56px;
  left: 0;
  width: 100%;
  z-index: 7;
  background: #FFFFFF;
  box-shadow: 0px 0px 44px rgba(52, 60, 75, 0.25);
  border-bottom: none;
}
.product-wishlist .head-wishlist.fixed .wishlist-items {
  padding-top: 8px;
  padding-bottom: 10px;
}
.product-wishlist .head-wishlist.fixed .wishlist-items .btn-delete {
  width: 24px;
  height: 24px;
  min-height: 24px;
}
.product-wishlist .head-wishlist.fixed .wishlist-items .item-slide .product-item {
  height: 113px;
  padding: 0 0 27px;
  align-items: flex-start;
}
.product-wishlist .head-wishlist.fixed .wishlist-items .item-slide .product-item .price,
.product-wishlist .head-wishlist.fixed .wishlist-items .item-slide .product-item .name {
  display: none;
}
.product-wishlist .head-wishlist.fixed .wishlist-items .item-slide .product-item .img {
  min-height: 52px;
  height: 52px;
  min-width: 52px;
  width: 52px;
  justify-content: flex-start;
  margin-bottom: 7px;
}
.product-wishlist .head-wishlist.fixed .wishlist-items .item-slide .product-item .text {
  text-align: left;
}
.product-wishlist .header-wishlist {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  background: #fff;
  padding: 0 18px;
  display: none;
  align-items: center;
  justify-content: space-between;
  z-index: 11;
}
.product-wishlist .header-wishlist.active {
  display: flex;
}
.product-wishlist .header-wishlist .toTop {
  width: 32px;
  height: 32px;
  min-height: 32px;
  background: #FFFFFF;
  border: 1px solid rgba(52, 60, 75, 0.15);
  border-radius: 7px;
  align-items: center;
  flex-direction: column;
  display: flex;
  padding: 0;
  z-index: 2;
}
.product-wishlist .header-wishlist .toTop svg {
  display: block;
  margin: 0;
}
.product-wishlist .header-wishlist .toTop.active, .product-wishlist .header-wishlist .toTop:hover {
  border: 1px solid #EC672A;
}
.product-wishlist .header-wishlist .name {
  font-family: "Gilroy", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #343C4B;
}
.product-wishlist .header-wishlist .name span {
  color: rgba(52, 60, 75, 0.4);
  padding-left: 5px;
}
.product-wishlist .character-list {
  display: flex;
  width: 315px;
  flex-direction: column;
}
@media only screen and (max-width: 991px) {
  .product-wishlist .character-list {
    display: none;
  }
}
.product-wishlist .character-list .item {
  padding: 18px 0 16px;
  border-bottom: 2px solid rgba(52, 60, 75, 0.1);
  min-height: 60px;
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #343C4B;
}

.mobile-wishlist {
  visibility: hidden;
  height: 0;
  width: 0;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .mobile-wishlist {
    visibility: visible;
    height: initial;
    width: 100%;
    overflow: initial;
    order: 1;
  }
}

.desktop-wishlist {
  visibility: visible;
  height: initial;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .desktop-wishlist {
    visibility: hidden;
    height: 0;
    width: 0;
    overflow: hidden;
  }
}

.button,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 6px;
  border: 1px solid transparent;
  background: transparent;
  min-height: 50px;
  padding: 10px;
  transition: all linear 0.2s;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  .button,
.btn {
    font-size: 14px;
    line-height: 100%;
  }
}
.button svg,
.btn svg {
  display: block;
  margin-right: 10px;
}
.button:hover,
.btn:hover {
  transition: all 0.6s;
}
.button:hover svg rect,
.button:hover svg path,
.btn:hover svg rect,
.btn:hover svg path {
  transition: all 0.6s;
}
.button.btn-default,
.btn.btn-default {
  color: #2F69FF;
  background: transparent;
  border: 2px solid #2F69FF;
}
.button.btn-default:hover,
.btn.btn-default:hover {
  border: 2px solid #2F69FF;
  background: #2F69FF;
  color: #FFFFFF;
}
.button.btn-primary,
.btn.btn-primary {
  border: none;
  color: #FFFFFF;
  background: #EC672A;
  border-radius: 6px;
}
.button.btn-primary:hover,
.btn.btn-primary:hover {
  background: #12a10f;
}
.button.btn-more,
.btn.btn-more {
  color: #2F69FF;
  background: transparent;
  border: 1px solid rgba(35, 31, 32, 0.15);
}
.button.btn-more:hover,
.btn.btn-more:hover {
  border: 1px solid #2F69FF;
}
.button.btn-filter,
.btn.btn-filter {
  background: #F4F4F4;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
}
.button.btn-filter svg,
.btn.btn-filter svg {
  display: block;
  margin: 0;
}
.button.btn-filter svg rect,
.button.btn-filter svg path,
.btn.btn-filter svg rect,
.btn.btn-filter svg path {
  fill: #B5B4B4;
}
.button.btn-filter.active svg rect,
.button.btn-filter.active svg path, .button.btn-filter:hover svg rect,
.button.btn-filter:hover svg path,
.btn.btn-filter.active svg rect,
.btn.btn-filter.active svg path,
.btn.btn-filter:hover svg rect,
.btn.btn-filter:hover svg path {
  fill: #2F69FF;
}
.button.btn-burger,
.btn.btn-burger {
  min-height: 16px;
  display: none;
  align-items: center;
  flex-direction: column;
  width: 30px;
  margin-left: 10px;
  padding: 0;
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  .button.btn-burger,
.btn.btn-burger {
    display: flex;
  }
}
.button.btn-burger svg,
.btn.btn-burger svg {
  margin: 0;
}
.button.btn-burger.active svg,
.btn.btn-burger.active svg {
  width: 24px;
  height: 24px;
}
.button.btn-burger.active svg rect:nth-child(2),
.btn.btn-burger.active svg rect:nth-child(2) {
  display: none;
}
.button.btn-burger.active svg rect:nth-child(1),
.btn.btn-burger.active svg rect:nth-child(1) {
  transform: rotate(45deg);
  transform-origin: 8px 8px;
}
.button.btn-burger.active svg rect:nth-child(3),
.btn.btn-burger.active svg rect:nth-child(3) {
  transform: rotate(-45deg);
  transform-origin: 8px 8px;
}
.button.alt, .button.btn-ico,
.btn.alt,
.btn.btn-ico {
  background: #F3F3F6;
  border-radius: 7px;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-height: 44px;
}
.button.alt svg, .button.btn-ico svg,
.btn.alt svg,
.btn.btn-ico svg {
  margin: 0;
}
.button.alt.active, .button.alt:hover, .button.btn-ico.active, .button.btn-ico:hover,
.btn.alt.active,
.btn.alt:hover,
.btn.btn-ico.active,
.btn.btn-ico:hover {
  background: #EC672A;
}
.button.alt.active svg path, .button.alt:hover svg path, .button.btn-ico.active svg path, .button.btn-ico:hover svg path,
.btn.alt.active svg path,
.btn.alt:hover svg path,
.btn.btn-ico.active svg path,
.btn.btn-ico:hover svg path {
  fill: #fff;
}
.button.btn-black,
.btn.btn-black {
  padding: 11px 15px;
  position: relative;
  background: #444751;
  border-radius: 6px;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  min-height: 44px;
}
.button.btn-black svg,
.btn.btn-black svg {
  display: block;
  margin-right: 12px;
  margin-left: 0;
}
.button.btn-black.arrow:after,
.btn.btn-black.arrow:after {
  position: absolute;
  right: 15px;
  top: 0;
  height: 100%;
  width: 11px;
  display: block;
  content: "";
  background: url("../img/arrow-btn.svg") no-repeat 50% 50%;
  opacity: 0.5;
  transition: all 0.6s;
}
.button.btn-black:hover,
.btn.btn-black:hover {
  color: #EC672A;
}
.button.btn-black:hover.arrow:after,
.btn.btn-black:hover.arrow:after {
  opacity: 1;
}
.button.btn-delete,
.btn.btn-delete {
  width: 36px;
  height: 36px;
  min-height: 36px;
  background: #FFFFFF;
  border: 1px solid rgba(52, 60, 75, 0.15);
  border-radius: 7px;
  align-items: center;
  flex-direction: column;
  display: flex;
  padding: 0;
  position: absolute;
  top: 0;
  right: 3px;
  z-index: 2;
}
.button.btn-delete svg,
.btn.btn-delete svg {
  margin: 0;
  opacity: 0.4;
}
.button.btn-delete svg path,
.btn.btn-delete svg path {
  fill: #343C4B;
}
.button.btn-delete.active, .button.btn-delete:hover,
.btn.btn-delete.active,
.btn.btn-delete:hover {
  border: 1px solid #EC672A;
}
.button.btn-delete.active svg, .button.btn-delete:hover svg,
.btn.btn-delete.active svg,
.btn.btn-delete:hover svg {
  opacity: 1;
}
.button.btn-delete.active svg path, .button.btn-delete:hover svg path,
.btn.btn-delete.active svg path,
.btn.btn-delete:hover svg path {
  fill: #EC672A;
}

.woocommerce a.button.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 6px;
  border: 1px solid transparent;
  background: transparent;
  min-height: 50px;
  padding: 10px;
  transition: all linear 0.2s;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  .woocommerce a.button.btn {
    font-size: 14px;
    line-height: 100%;
  }
}
.woocommerce a.button.btn svg {
  display: block;
  margin-right: 10px;
}
.woocommerce a.button.btn:hover {
  transition: all 0.6s;
}
.woocommerce a.button.btn:hover svg rect,
.woocommerce a.button.btn:hover svg path {
  transition: all 0.6s;
}
.woocommerce a.button.btn.btn-default {
  color: #2F69FF;
  background: transparent;
  border: 2px solid #2F69FF;
}
.woocommerce a.button.btn.btn-default:hover {
  border: 2px solid #2F69FF;
  background: #2F69FF;
  color: #FFFFFF;
}
.woocommerce a.button.btn.btn-primary {
  border: none;
  color: #FFFFFF;
  background: #EC672A;
  border-radius: 6px;
}
.woocommerce a.button.btn.btn-primary:hover {
  background: #12a10f;
}
.woocommerce a.button.btn.btn-more {
  color: #2F69FF;
  background: transparent;
  border: 1px solid rgba(35, 31, 32, 0.15);
}
.woocommerce a.button.btn.btn-more:hover {
  border: 1px solid #2F69FF;
}
.woocommerce a.button.btn.alt, .woocommerce a.button.btn.btn-ico {
  background: #F3F3F6;
  border-radius: 7px;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-height: 44px;
}
.woocommerce a.button.btn.alt svg, .woocommerce a.button.btn.btn-ico svg {
  margin: 0;
}
.woocommerce a.button.btn.alt.active, .woocommerce a.button.btn.alt:hover, .woocommerce a.button.btn.btn-ico.active, .woocommerce a.button.btn.btn-ico:hover {
  background: #EC672A;
}
.woocommerce a.button.btn.alt.active svg path, .woocommerce a.button.btn.alt:hover svg path, .woocommerce a.button.btn.btn-ico.active svg path, .woocommerce a.button.btn.btn-ico:hover svg path {
  fill: #fff;
}

.btn-play {
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EC672A;
  box-shadow: 3px 3px 30px 0px rgba(52, 60, 75, 0.15);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.6s;
}
@media only screen and (max-width: 767px) {
  .btn-play {
    width: 50px;
    height: 50px;
  }
  .btn-play svg {
    width: 13px;
    height: auto;
  }
}
.btn-play svg {
  display: block;
}
.btn-play svg path {
  transition: all 0.6s;
}
.btn-play:hover {
  opacity: 0.8;
}

.back-link {
  display: none;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: rgba(52, 60, 75, 0.5);
  text-decoration: none;
}
.back-link.active {
  display: inline-flex;
}
@media only screen and (max-width: 991px) {
  .back-link {
    font-size: 12px;
    line-height: 18px;
  }
}
.back-link .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 13px;
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  border: 1px solid #D8D9DA;
  border-radius: 50%;
  transition: all 0.6s;
}
@media only screen and (max-width: 991px) {
  .back-link .ico {
    margin-right: 8px;
    width: 20px;
    height: 20px;
  }
}
.back-link .ico svg {
  display: block;
}
@media only screen and (max-width: 991px) {
  .back-link .ico svg {
    width: 8px;
    height: auto;
  }
}
.back-link:hover {
  color: #EC672A;
}
.back-link:hover .ico {
  border: 1px solid #EC672A;
}

select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  text-overflow: ellipsis;
  background: url("../img/arrow-select.svg") no-repeat 100% 50%;
  overflow: hidden;
  border: none;
  border-bottom: 2px solid rgba(35, 31, 32, 0.1);
  border-radius: 0;
  padding: 15px 0;
  width: 100%;
  height: auto;
  transition: all 0.6s;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #231F20;
}
select:focus, select:active {
  border-bottom: 2px solid rgba(35, 31, 32, 0.3);
}

label {
  display: block;
  margin-bottom: 9px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: rgba(52, 60, 75, 0.7);
  text-align: left;
}
@media only screen and (max-width: 767px) {
  label {
    font-size: 14px;
    line-height: 17px;
  }
}

.label {
  display: block;
  margin-bottom: 9px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: rgba(52, 60, 75, 0.7);
  text-align: left;
}
.label span {
  color: rgb(252, 104, 104);
}
.label span.text {
  font-weight: 700;
  color: rgba(35, 31, 32, 0.3);
}

.check-product input[type=radio],
.check-product input[type=checkbox] {
  display: none !important;
}
.check-product input[type=radio]:checked + label,
.check-product input[type=checkbox]:checked + label {
  border: 1px solid #2F69FF;
}
.check-product label {
  position: relative;
  padding: 4px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 10px;
  margin: 0;
}
.check-product label img {
  display: block;
  border-radius: 7px;
  width: 22px;
  height: 22px;
}

.check input[type=radio],
.check input[type=checkbox] {
  display: none !important;
}
.check input[type=radio]:checked + label::after,
.check input[type=checkbox]:checked + label::after {
  opacity: 1;
  border-left: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  transform: translate(-50%, -70%) translateZ(0) rotate(-45deg) scale(0.9);
  transition: all 0.3s;
}
.check input[type=radio].terms-checkbox:checked + .acceptance-terms-label::after,
.check input[type=checkbox].terms-checkbox:checked + .acceptance-terms-label::after {
  opacity: 1;
  border-left: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  transform: translate(-50%, -70%) translateZ(0) rotate(-45deg) scale(0.9);
  transition: all 0.3s;
}
.check label {
  position: relative;
  padding-left: 26px;
  transition: all 0.3s;
  font-family: "Circe", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  display: block;
  color: #343C4B;
}
@media only screen and (max-width: 480px) {
  .check label {
    font-size: 12px;
  }
}
.check label::before {
  content: "";
  cursor: pointer;
  left: 0;
  top: 50%;
  position: absolute;
  display: block;
  line-height: 1;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  transform: translateY(-50%);
  transition: all 0.3s;
  background: #12A10F;
}
.check label::after {
  content: "";
  cursor: pointer;
  position: absolute;
  left: 9px;
  top: 50%;
  display: block;
  line-height: 1;
  width: 9px;
  height: 5px;
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
  opacity: 0;
  transform: translate(-50%, -70%) translateZ(0) rotate(-45deg) scale(0.5);
  transition: all 0.3s;
}
.check label span {
  color: #12A10F;
  font-weight: 700;
}
.check label .link {
  color: #12A10F;
  text-decoration: none;
  font-weight: 700;
}
.check label .link:hover {
  text-decoration: underline;
}

input, textarea {
  -webkit-appearance: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #231F20;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #231F20;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #231F20;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #231F20;
}
input:focus, input:active, textarea:focus, textarea:active {
  outline: none !important;
  box-shadow: none !important;
}

.form-check {
  padding-top: 20px;
}

textarea {
  font-family: "Gilroy", sans-serif;
  overflow: hidden;
  border: none;
  border-bottom: 2px solid #D7DAE0;
  border-radius: 0;
  width: 100%;
  transition: all 0.6s;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #343C4B;
  padding: 20px 9px 22px;
  background: #F6F6F9;
  height: 120px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  textarea {
    font-size: 14px;
    line-height: 17px;
    height: 100px;
  }
}
textarea.wpcf7-not-valid {
  border-bottom: 2px solid #dc3232;
}
textarea::-moz-placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #343C4B;
}
textarea:-ms-input-placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #343C4B;
}
textarea::placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #343C4B;
}

input:not([type=submit]) {
  font-family: "Gilroy", sans-serif;
  overflow: hidden;
  border: none;
  border-bottom: 2px solid #D7DAE0;
  border-radius: 0;
  width: 100%;
  transition: all 0.6s;
  height: 60px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #343C4B;
  padding: 20px 19px 22px 19px;
  background: #F6F6F9;
}
@media only screen and (max-width: 767px) {
  input:not([type=submit]) {
    font-size: 14px;
    line-height: 17px;
    height: 50px;
  }
}
input:not([type=submit]).wpcf7-not-valid {
  border-bottom: 2px solid #dc3232;
}
input:not([type=submit])::-moz-placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #343C4B;
}
input:not([type=submit]):-ms-input-placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #343C4B;
}
input:not([type=submit])::placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #343C4B;
}

.wpcf7-form.sent .request-form .rotate-ico {
  top: 50%;
  right: initial;
  left: 0;
  transform: translateX(-50%) translateY(-50%);
}
.city-filter {
  width: 100%;
  max-width: 538px;
  margin: 0 auto 47px;
}
.city-filter .city-select {
  display: flex;
  align-items: center;
  background: #F3F3F7;
  border-radius: 6px;
  padding: 0 20px;
}
.city-filter .city-select label {
  font-family: "Gilroy", sans-serif;
  padding: 11px 4px 11px 0;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  width: 125px;
  color: rgba(52, 60, 75, 0.7);
  margin: 0;
}
.city-filter .city-select label .text {
  display: block;
  width: calc(100% - 22px);
  padding-left: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: rgba(52, 60, 75, 0.7);
}
.city-filter .city-select label .ico {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.city-filter .city-select label .ico svg {
  display: block;
}
.city-filter .city-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-height: 44px;
  border: none;
  background: url("../img/arrow-select.svg") no-repeat 100% 50%;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #343C4B;
  width: calc(100% - 125px);
  display: flex;
  align-items: center;
}

.support {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 27px;
}
@media only screen and (max-width: 767px) {
  .support {
    padding-top: 14px;
  }
}
.support input {
  margin-bottom: 20px;
}
.support .w-50 {
  width: calc(50% - 13px);
}
@media only screen and (max-width: 640px) {
  .support .w-50 {
    width: 100%;
  }
}
.support .btn-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  .support .btn-holder {
    flex-direction: column-reverse;
    margin-top: 8px;
  }
}
.support .btn-holder .check {
  width: 50%;
  padding-right: 13px;
}
@media only screen and (max-width: 767px) {
  .support .btn-holder .check {
    width: 100%;
    padding-right: 0;
    margin-top: 20px;
  }
}
.support .btn-holder .btn {
  width: calc(50% - 13px);
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .support .btn-holder .btn {
    width: 100%;
  }
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-not-valid-tip {
  position: absolute;
  width: 100%;
  bottom: -2px;
}

.fancybox-slide--image .fancybox-content {
  background: #fff;
}

.fancybox-bg {
  background: rgba(52, 60, 75, 0.3);
}

.fancybox-stage {
  padding-top: 60px;
  padding-bottom: 60px;
}

.fancybox-slide--html .fancybox-close-small,
.fancybox-close-small {
  background: url("../img/close.svg") no-repeat 50% 50%;
  width: 16px;
  height: 16px;
  top: 14px;
  right: 14px;
  padding: 0;
}

.popup {
  display: none;
  padding: 52px 89px 64px;
  background: #FFFFFF;
  box-shadow: 12px 12px 60px rgba(36, 40, 43, 0.15);
  border-radius: 12px;
  font-family: "Circe", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: rgba(52, 60, 75, 0.7);
  width: 100%;
  max-width: 802px;
}
@media only screen and (max-width: 991px) {
  .popup {
    max-width: 640px;
  }
}
@media only screen and (max-width: 767px) {
  .popup {
    padding: 22px 16px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .popup {
    max-width: 90%;
    font-size: 12px;
    line-height: 18px;
  }
}
.popup h2 {
  text-align: center;
  margin-bottom: 34px;
}
@media only screen and (max-width: 767px) {
  .popup h2 {
    margin-bottom: 28px;
    font-size: 22px;
    line-height: 100%;
  }
}

#yith-wcwl-popup-message {
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: none;
  border: none;
  border-radius: 0;
  margin: 0 !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}
#yith-wcwl-popup-message #yith-wcwl-message {
  padding: 7px 40px;
  background: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  border: 2px solid #EC672A;
  border-radius: 6px;
}

.table {
  border-collapse: collapse;
  border: none;
  margin: 0;
}
.table > :not(:first-child) {
  border-top: none;
}
.table tr {
  border: none;
}
.table th, .table td {
  padding: 10px 0;
  vertical-align: middle;
}
.table th {
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #1E2632;
  border: none;
  padding-top: 0;
  padding-bottom: 5px;
}
.table td {
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  color: #667182;
}
/*===PAGINATION===*/
.woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: #EC672A;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #FFFFFF;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #343C4B;
}
.woocommerce nav.woocommerce-pagination ul {
  margin-top: 65px;
  border: none;
}
.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
  margin-right: 11px;
  border: none;
}
.page-numbers .prev, .next  {
  border: 1px solid #D7DAE0;
}
@media only screen and (max-width: 767px) {
  .item-first > span{
    display: none;
  }
}
/*===== CURRENT LANGUAGE =====*/


.header .lang .wpml-ls-current-language a{
  opacity: 1;
}

.item-two{}

.info-show{
  display: flex !important;
}

.opacity{
}

.show-info{
  display: block !important;
}

.show-block{
  display: block !important;
}

.active-block{
  opacity: 0;
}

.header .head-drop .back-menu {
  visibility: hidden;
  transition: all 0s ease-in-out;
  position: absolute;
  /*left: 5;*/
  margin-left: 0px;
  margin-top: 2px;
}

.active-button{
  display: none;
}

.header .head-drop .back-menu.active {
  visibility: visible;
}

.header .head-drop .close, .header .head-drop .back {
  transition: all 0s ease-in-out;
}

/*===== ХАРАКТЕРИСТИКА ПОРІВНЯННЯ*/

.label_attr_mob{
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #343C4B;
}

.product-wishlist .wishlist-char .item-slide .product-character .item, .product-wishlist .wishlist-items .item-slide .product-character .item, .product-wishlist .wishlist-slider .item-slide .product-character .item {
  text-align: left;
}

.label_attr_value{
  /*margin-top: 15px;*/
  margin-top: 9px;
}

.label_attr_mob{
  /*width: 256px;*/
  height: 17px;
}

@media only screen and (max-width: 767px){
  .product-wishlist .wishlist-char .item-slide .product-character .item, .product-wishlist .wishlist-items .item-slide .product-character .item, .product-wishlist .wishlist-slider .item-slide .product-character .item {
    /*padding: 0;*/
  }
  .label_attr_mob {
    font-size: 13px;
  }
}

@media screen and (max-width: 340px){
  .label_attr_value{
    margin-top: 11px;
  }
}