/* .inner .inner-wrap .main-content .main-content-box .main-productscharset "UTF-8"; */

body,
html {
  height: 100%;
}

.title-wrap .section-title,
body {
  font-weight: 400;
  font-style: normal;
  color: #122538;
}

.modaal-wrapper *,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.irs,
.slick-slider {
  -webkit-touch-callout: none;
}

.modaal-wrapper *,
.slick-lightbox-close:before,
body {
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: OpenSansRegular;
  src: url(../fonts/OpenSans/Regular/opensans.woff) format("woff"),
    url(../fonts/OpenSans/Regular/opensans.woff2) format("woff2"),
    url(../fonts/OpenSans/Regular/opensans.ttf) format("truetype");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: OpenSansSemibold;
  src: url(../fonts/OpenSans/Semibold/opensanssemibold.woff) format("woff"),
    url(../fonts/OpenSans/Semibold/opensanssemibold.woff2) format("woff2"),
    url(../fonts/OpenSans/Semibold/opensanssemibold.ttf) format("truetype");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: OpenSansBold;
  src: url(../fonts/OpenSans/Bold/opensansbold.woff) format("woff"),
    url(../fonts/OpenSans/Bold/opensansbold.woff2) format("woff2"),
    url(../fonts/OpenSans/Bold/opensansbold.ttf) format("truetype");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: KyivTypeSansRegular;
  src: url(../fonts/KyivTypeSans/Regular/KyivTypeSans-Regular.eot);
  src: url(../fonts/KyivTypeSans/Regular/KyivTypeSans-Regular.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/KyivTypeSans/Regular/KyivTypeSans-Regular.woff) format("woff"),
    url(../fonts/KyivTypeSans/Regular/KyivTypeSans-Regular.woff2)
      format("woff2");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: KyivTypeSansMedium;
  src: url(../fonts/KyivTypeSans/Medium/KyivTypeSans-Medium.eot);
  src: url(../fonts/KyivTypeSans/Medium/KyivTypeSans-Medium.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/KyivTypeSans/Medium/KyivTypeSans-Medium.woff) format("woff"),
    url(../fonts/KyivTypeSans/Medium/KyivTypeSans-Medium.woff2) format("woff2");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: KyivTypeSansBold;
  src: url(../fonts/KyivTypeSans/Bold/KyivTypeSans-Bold.eot);
  src: url(../fonts/KyivTypeSans/Bold/KyivTypeSans-Bold.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/KyivTypeSans/Bold/KyivTypeSans-Bold.woff) format("woff"),
    url(../fonts/KyivTypeSans/Bold/KyivTypeSans-Bold.woff2) format("woff2");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: KyivTypeSansHeavy;
  src: url(../fonts/KyivTypeSans/Heavy/KyivTypeSans-Heavy.eot);
  src: url(../fonts/KyivTypeSans/Heavy/KyivTypeSans-Heavy.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/KyivTypeSans/Heavy/KyivTypeSans-Heavy.woff) format("woff"),
    url(../fonts/KyivTypeSans/Heavy/KyivTypeSans-Heavy.woff2) format("woff2");
  font-style: normal;
  font-display: swap;
}

* {
  font-family: KyivTypeSansRegular !important;
}

.clearfix:after,
.clearfix:before,
.container:after,
.container:before {
  content: "";
  display: table;
}

.clearfix:after,
.container:after {
  clear: both;
}

*,
::after,
::before {
  box-sizing: border-box;
  outline: 0;
}

body {
  width: 100%;
  font-size: 14px;
  direction: ltr;
  overflow-x: hidden;
  background: #f6f7f8;
  font-family: KyivTypeSansRegular;
}

body:before {
  content: "desktop";
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .wrapper,
  html {
    overflow-x: hidden;
  }

  body:before {
    content: "tablet";
  }
}

body.ovh {
  height: 100vh;
  overflow: hidden;
}

.tabs-panel {
  display: block;
  opacity: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.inner .compare-title,
.title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.tabs-panel.is-active {
  opacity: 1;
  height: auto;
  visibility: visible;
}

.title-wrap {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
}

.title-wrap .section-title {
  font-family: KyivTypeSansRegular;
  font-size: 26px;
  font-stretch: normal;
  line-height: 0.77;
  letter-spacing: normal;
}

.inner .compare-title .act .act-item a span,
.inner .compare-title h1,
.inner .light-title h1 {
  font-family: KyivTypeSansRegular;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.38px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  body:before {
    content: "mobile";
  }

  .wrapper {
    overflow-x: hidden;
  }

  .title-wrap {
    margin-bottom: 15px;
  }

  .title-wrap .section-title {
    font-size: 18px;
    line-height: 1.25;
  }
}

.inner .light-title {
  margin: 10px 0 25px;
}

@media only screen and (max-width: 767px) {
  .inner .light-title {
    margin: 0 0 17px;
  }
}

.inner .light-title h1 {
  margin: 0;
  font-size: 26px;
  line-height: 0.77;
  color: #122538;
}

.inner .compare-title {
  margin: 10px 0 25px;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .inner .light-title h1 {
    font-size: 18px;
    line-height: 1.1;
  }

  .inner .compare-title {
    margin: 0 0 17px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.inner .compare-title h1 {
  margin: 0;
  font-size: 26px;
  line-height: 0.77;
  color: #122538;
}

.inner .compare-title .act {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .inner .compare-title h1 {
    font-size: 18px;
    margin-bottom: 17px;
  }

  .inner .compare-title .act {
    margin: 0 -10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.inner .compare-title .act .act-item {
  margin-left: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .inner .compare-title .act .act-item {
    margin-left: 30px;
  }
}

.inner .compare-title .act .act-item:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .inner .compare-title .act .act-item {
    margin: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
  }

  .inner .compare-title .act .act-item:first-child {
    width: 50%;
  }
}

.inner .compare-title .act .act-item:first-child a:hover span {
  color: #ac64ff;
}

.inner .compare-title .act .act-item:last-child a:hover svg path {
  fill: #122538;
}

.breadcrumbs ul li a:hover svg path,
.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item
  .box
  .item
  .top
  .act
  a.normal.like:hover
  svg
  path,
.offcanvas-nav .top .login a:hover svg path,
footer .footer-top .footer-top-inner .col .contact .call:hover svg path,
footer .footer-top .footer-top-inner .col .contact .mail:hover svg path,
header .header-bot .header-bot-inner .catalog .catalog-label:hover svg rect,
header .header-bot .header-bot-inner .like:hover svg path,
header .header-top .header-top-inner .login a:hover svg path,
header
  .header-top
  .header-top-inner
  .main-menu
  > ul
  > li.pc
  > a:hover
  svg
  path {
  fill: #ac64ff;
}

.inner .compare-title .act .act-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner .purple-title,
.inner .purple-title-outlet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}

.inner .compare-title .act .act-item a svg {
  margin-right: 14px;
}

.inner .compare-title .act .act-item a svg path {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.inner .compare-title .act .act-item a span {
  font-size: 16px;
  line-height: 1.25;
  color: #122538;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.inner .purple-title h1,
.inner .purple-title p,
.inner .purple-title-outlet h1 {
  font-stretch: normal;
  font-style: normal;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .inner .compare-title .act .act-item a svg {
    margin-right: 12px;
  }

  .inner .compare-title .act .act-item a span {
    font-size: 14px;
  }
}

.inner .purple-title {
  padding: 64px 20% 64px 64px;
  height: 261px;
  background: url(../images/inner/purple-title-bg.png) center/cover no-repeat;
  margin: 7px 0 22px;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .inner .purple-title {
    padding: 30px 40% 30px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .inner .purple-title {
    margin: 7px -15px 22px;
    height: 344px;
    background: url(../images/inner/purple-title-bg-mob.png) center/cover
      no-repeat;
    padding: 22px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}

.inner .purple-title h1 {
  font-family: KyivTypeSansBold;
  font-size: 45px;
  line-height: 1;
  letter-spacing: 0.67px;
  text-transform: uppercase;
  margin: 0 0 26px;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .inner .purple-title h1 {
    font-size: 35px;
    margin: 0 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .inner .purple-title h1 {
    margin: 0 0 8px;
    font-size: 22px;
  }

  .inner .purple-title p {
    font-size: 14px;
  }
}

.inner .purple-title p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.38px;
}

.inner .purple-title img {
  position: absolute;
  right: 0;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .inner .purple-title img {
    height: 170px;
    top: 15px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.inner .purple-title-outlet {
  padding: 64px 115px 64px 20%;
  height: 261px;
  background: url(../images/inner/outlet-title.png) center/cover no-repeat;
  margin: 7px 0 22px;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: right;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .inner .purple-title-outlet {
    padding: 30px 30px 30px 40%;
  }
}

@media only screen and (max-width: 767px) {
  .inner .purple-title-outlet {
    margin: 7px -15px 22px;
    height: 147px;
    background: url(../images/inner/outlet-title.png) center right/cover
      no-repeat;
    padding: 30px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}

.inner .purple-title-outlet h1 {
  font-family: KyivTypeSansBold;
  font-size: 45px;
  line-height: 1;
  letter-spacing: 0.67px;
  text-transform: uppercase;
  margin: 0;
}

.inner .inner-page-wrap .list-with-icon .item .top .title,
.inner .inner-page-wrap--offer .title,
.inner .inner-page-wrap--offer p {
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .inner .purple-title-outlet h1 {
    font-size: 35px;
  }
}

.inner .purple-title-outlet img {
  position: absolute;
  left: 65px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.inner .inner-page-wrap {
  border-radius: 3px;
  background-color: #fff;
  margin-bottom: 40px;
}

.inner .inner-page-wrap.order-bg {
  background: 0 0;
}

.inner .inner-page-wrap--offer {
  padding: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .inner .inner-page-wrap--offer {
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .inner .purple-title-outlet h1 {
    font-size: 18px;
  }

  .inner .purple-title-outlet img {
    width: 155px;
    top: 27px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .inner .inner-page-wrap {
    margin: 0 15px 30px;
  }

  .inner .inner-page-wrap--offer {
    padding: 20px 15px;
  }
}

.inner .inner-page-wrap--offer .title {
  font-family: KyivTypeSansRegular;
  font-size: 18px;
  color: #122538;
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .inner .inner-page-wrap--offer .title {
    margin: 0;
    font-size: 18px;
  }

  .inner .inner-page-wrap--offer p {
    font-size: 14px;
  }
}

.inner .inner-page-wrap--offer p {
  font-size: 14px;
  color: #717c88;
  margin-bottom: 20px;
}

.inner .inner-page-wrap--offer p b {
  color: #122538;
  font-family: OpenSansSemibold;
}

.inner .inner-page-wrap .list-with-icon .item {
  padding: 40px 40px 20px 127px;
  border-bottom: 1px solid #e7e9eb;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .inner .inner-page-wrap .list-with-icon .item {
    padding: 20px 20px 10px 100px;
  }
}

.inner .inner-page-wrap .list-with-icon .item:last-child {
  border: none;
}

.inner .inner-page-wrap .list-with-icon .item .icon {
  position: absolute;
  left: 40px;
  top: 40px;
  width: 60px;
  height: 60px;
  background-color: #f6f7f8;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 16px;
  border-radius: 12px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .inner .inner-page-wrap .list-with-icon .item .icon {
    left: 20px;
    top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .inner .inner-page-wrap .list-with-icon .item {
    padding: 20px 15px 0;
  }

  .inner .inner-page-wrap .list-with-icon .item:last-child {
    padding-bottom: 1px;
  }

  .inner .inner-page-wrap .list-with-icon .item .icon {
    position: initial;
  }

  .inner .inner-page-wrap .list-with-icon .item .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
  }
}

.inner .inner-page-wrap .list-with-icon .item .top .title {
  font-family: KyivTypeSansRegular;
  font-size: 18px;
  color: #122538;
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .inner .inner-page-wrap .list-with-icon .item .top .title {
    margin: 0;
    font-size: 18px;
  }

  .inner .inner-page-wrap .list-with-icon .item .txt p {
    font-size: 14px;
  }
}

.inner .inner-page-wrap .list-with-icon .item .txt .light-list li,
.inner .inner-page-wrap .list-with-icon .item .txt .plist li,
.inner .inner-page-wrap .list-with-icon .item .txt .sm-list li,
.inner .inner-page-wrap .list-with-icon .item .txt p {
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.38px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
}

.inner .inner-page-wrap .list-with-icon .item .txt p {
  color: #717c88;
  margin-bottom: 20px;
}

.inner .inner-page-wrap .list-with-icon .item .txt p b {
  color: #122538;
  font-family: OpenSansSemibold;
}

.inner .inner-page-wrap .list-with-icon .item .txt .light-list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.inner .inner-page-wrap .list-with-icon .item .txt .light-list li {
  color: #717c88;
}

.inner .inner-page-wrap .list-with-icon .item .txt .light-list li b {
  color: #122538;
  font-family: OpenSansSemibold;
}

.inner .inner-page-wrap .list-with-icon .item .txt .sm-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.inner .inner-page-wrap .list-with-icon .item .txt .sm-list li {
  color: #717c88;
  margin-bottom: 20px;
}

.inner .inner-page-wrap .list-with-icon .item .txt .plist {
  list-style: none;
  margin: 0 0 5px;
  padding: 0;
}

.inner .inner-page-wrap .list-with-icon .item .txt .plist li {
  padding-left: 18px;
  color: #717c88;
  margin-bottom: 15px;
  position: relative;
}

.inner .inner-page-wrap .list-with-icon .item .txt .plist li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: rgba(172, 100, 255, 0.1);
  border: 1px solid rgba(172, 100, 255, 0.3);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.inner .inner-page-wrap .list-with-icon .item .txt .plist li:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #ac64ff;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.offcanvas-nav,
main:after {
  top: 0;
  -webkit-transition: all 0.2s ease-in;
  left: 0;
}

.inner .inner-page-wrap .list-with-icon .item .txt .link {
  margin-bottom: 20px;
}

.inner .inner-page-wrap .list-with-icon .item .txt .link a {
  font-family: KyivTypeSansRegular;
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ac64ff;
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 1px solid #ac64ff;
}

.inner .inner-page-wrap .list-with-icon .item .txt .link a:hover {
  color: #122538;
  border-bottom: 1px solid #122538;
}

.offcanvas-nav .main-os .catalog-link,
.offcanvas-nav .main-os .work-menu.second {
  border-bottom: 1px solid #e7e9eb;
}

@media only screen and (max-width: 767px) {
  .inner .inner-page-wrap .list-with-icon .item .txt .link a {
    font-size: 10px;
  }

  main {
    padding-top: 50px;
  }

  main.nop {
    padding-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  main {
    padding-top: 58px;
  }
}

main.ordr {
  padding: 0;
}

main:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in;
}

main.overlay {
  position: relative;
}

main.overlay:after {
  opacity: 1;
  visibility: visible;
}

.offcanvas-nav {
  position: fixed;
  bottom: 0;
  z-index: 60;
  background: #fff;
  width: 290px;
  transition: all 0.2s ease-in;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.offcanvas-nav .top {
  background: #122538;
  padding: 10px 15px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .offcanvas-nav {
    width: 330px;
  }

  .offcanvas-nav .top {
    padding: 15px;
  }

  .offcanvas-nav .top .login a span {
    font-size: 14px;
  }
}

.offcanvas-nav .top .logo {
  margin-bottom: 14px;
}

.offcanvas-nav .top .logo a img {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.offcanvas-nav .top .logo a img.purple,
.offcanvas-nav .top .logo a:hover img.yellow {
  display: none;
}

.offcanvas-nav .top .logo a:hover img.purple {
  display: block;
}

.offcanvas-nav .top .login a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.offcanvas-nav .top .login a svg {
  margin-right: 13px;
  width: 12px;
}

.offcanvas-nav .top .login a span {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #fff;
}

.offcanvas-nav .main-os .catalog-link a span.title,
.offcanvas-nav .main-os .sec-menu ul li a span.title,
.offcanvas-nav .main-os .sec-menu ul li.has-dropdown .dropdown li a,
.offcanvas-nav .main-os .work-menu ul li a span.title {
  color: #122538;
  font-weight: 400;
  letter-spacing: 0.27px;
  font-stretch: normal;
  font-style: normal;
}

.offcanvas-nav .top .oc-close {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 15px;
  top: 15px;
}

.offcanvas-nav .top .oc-close:after,
.offcanvas-nav .top .oc-close:before {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  border-radius: 1px;
  background: #fff;
  position: absolute;
}

.alert {
  border-radius: 12px 0;
  margin-top: 12px;
  margin-bottom: 12px;
}

.offcanvas-nav .top .oc-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
}

.offcanvas-nav .top .oc-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 8px;
}

.offcanvas-nav .main-os {
  padding: 5px 0;
  height: -webkit-calc(100vh - 77px);
  height: calc(100vh - 77px);
  overflow: hidden;
  overflow-y: auto;
}

.offcanvas-nav .main-os .catalog-link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 14px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.offcanvas-nav .main-os .catalog-link a span {
  line-height: 1;
}

.offcanvas-nav .main-os .catalog-link a span.icon {
  width: 14px;
  height: 14px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 12px;
}

.offcanvas-nav .main-os .catalog-link a span.title {
  font-size: 14px;
  line-height: normal;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .offcanvas-nav .main-os .catalog-link a span.title {
    font-size: 12px;
  }
}

.offcanvas-nav .main-os .catalog-link a span.arrow {
  position: absolute;
  right: 20px;
  top: 14px;
}

.offcanvas-nav .main-os .sec-menu {
  padding: 5px 0;
}

.offcanvas-nav .main-os .sec-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.offcanvas-nav .main-os .sec-menu ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.offcanvas-nav .main-os .sec-menu ul li a span {
  line-height: 1;
}

.offcanvas-nav .main-os .sec-menu ul li a span.icon {
  width: 14px;
  height: 14px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 12px;
}

.offcanvas-nav .main-os .sec-menu ul li a span.title {
  font-size: 14px;
  line-height: normal;
}

.offcanvas-nav .main-os .sec-menu ul li.has-dropdown {
  position: relative;
}

.offcanvas-nav .main-os .sec-menu ul li.has-dropdown .arrow {
  width: 34px;
  height: 37px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 8px;
  top: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.offcanvas-nav .main-os .sec-menu ul li.has-dropdown .arrow.active {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.offcanvas-nav .main-os .sec-menu ul li.has-dropdown .dropdown {
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.offcanvas-nav .main-os .sec-menu ul li.has-dropdown .dropdown.opened {
  height: auto;
  overflow: visible;
  opacity: 1;
  visibility: visible;
}

.offcanvas-nav .main-os .sec-menu ul li.has-dropdown .dropdown li a {
  font-size: 12px;
  line-height: normal;
  padding: 10px 20px 10px 45px;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .offcanvas-nav .main-os .sec-menu ul li a span.title,
  .offcanvas-nav .main-os .sec-menu ul li.has-dropdown .dropdown li a {
    font-size: 12px;
  }

  .offcanvas-nav .main-os .work-menu ul li a span.title {
    font-size: 14px;
  }
}

.offcanvas-nav .main-os .work-menu.first {
  padding-bottom: 13px;
  border-top: 1px solid #e7e9eb;
  border-bottom: 1px solid #e7e9eb;
}

.offcanvas-nav .main-os .work-menu ul {
  list-style: none;
  padding: 5px 0;
  margin: 0;
}

.offcanvas-nav .main-os .work-menu ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumbs ul,
.offcanvas-nav .main-os .work-menu ul li.wtm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.offcanvas-nav .main-os .work-menu ul li a span {
  line-height: 1;
}

.offcanvas-nav .main-os .work-menu ul li a span.icon {
  width: 14px;
  height: 14px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 12px;
}

.offcanvas-nav .main-os .work-menu ul li a span.icon svg {
  width: 100%;
}

.offcanvas-nav .main-os .work-menu ul li a span.title {
  font-size: 14px;
  line-height: normal;
}

.offcanvas-nav .main-os .work-menu ul li.wtm {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.offcanvas-nav .main-os .work-menu ul li.wtm a {
  padding-right: 11px;
}

.offcanvas-nav .main-os .work-menu ul li.wtm a .title {
  font-family: OpenSansSemibold;
  font-size: 12px;
}

.offcanvas-nav .main-os .work-menu ul li.wtm .time {
  font-size: 10px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.27px;
  color: #a0a8af;
}

.offcanvas-nav .main-os .work-menu ul li.btn {
  padding-left: 45px;
  margin-top: 5px;
}

.offcanvas-nav .main-os .work-menu ul li.btn a {
  padding: 8px 13px;
  background: #ac64ff;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-size: 10px;
  font-family: KyivTypeSansMedium;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 9px 0;
}

.breadcrumbs ul li a,
.oc-overlay {
  -webkit-transition: all 0.2s ease-in;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .offcanvas-nav .main-os .work-menu ul li.btn a {
    font-size: 10px;
  }
}

.offcanvas-nav .main-os .work-menu ul li.btn a:hover {
  background: #955be1;
}

.offcanvas-nav.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.oc-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in;
}

.oc-overlay.active {
  opacity: 1;
  visibility: visible;
}

.breadcrumbs ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 14px 0;
}

.breadcrumbs ul li,
.breadcrumbs ul li a {
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  line-height: normal;
  letter-spacing: 0.38px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
}

.breadcrumbs ul li {
  color: #122538;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumbs ul li:after {
  content: "";
  display: block;
  width: 3px;
  height: 5px;
  background: url(../images/crumbs.svg) center/cover no-repeat;
  margin: 0 10px;
}

.breadcrumbs ul li:last-child:after {
  content: none;
}

.breadcrumbs ul li a {
  color: #a0a8af;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.2s ease-in;
}

.breadcrumbs ul li a svg path {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.breadcrumbs ul li a:hover {
  color: #ac64ff;
}

.inner .inner-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px 40px;
}

.inner .inner-wrap .sidebar {
  width: 265px;
  padding: 0 10px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .breadcrumbs ul {
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
  }

  .inner .inner-wrap {
    margin-bottom: 30px;
  }

  .inner .inner-wrap .sidebar {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    background: #fff;
    width: 270px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 0;
  }

  .inner .inner-wrap .sidebar.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .inner .inner-wrap .sidebar .selected {
    display: none;
  }
}

.inner .inner-wrap .sidebar .selected {
  padding: 20px;
  background: #fff;
  border-radius: 3px;
  margin-bottom: 20px;
  position: relative;
}

.inner .inner-wrap .sidebar .selected .clear-filters {
  width: 10px;
  height: 10px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.inner .inner-wrap .sidebar .selected .clear-filters svg {
  width: 100%;
  height: 100%;
}

.inner .inner-wrap .sidebar .selected .clear-filters:hover svg path {
  stroke: #122538;
}

.inner .inner-wrap .sidebar .selected .sel-title {
  font-family: KyivTypeSansRegular;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #122538;
  margin-bottom: 13px;
}

.inner .inner-wrap .sidebar .selected .sel-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.inner .inner-wrap .sidebar .selected .sel-list li {
  margin-right: 10px;
}

.inner .inner-wrap .sidebar .selected .sel-list li a {
  padding: 4px 4px 4px 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #ac64ff;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.inner .inner-wrap .sidebar .selected .sel-list li a span.title {
  font-size: 10px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #122538;
}

.inner .inner-wrap .sidebar .selected .sel-list li a span.icon {
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 4px;
}

.inner .inner-wrap .sidebar .selected .sel-list li a:hover {
  background: rgba(172, 100, 255, 0.1);
}

.inner .inner-wrap .sidebar .selected .sel-elements {
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #a0a8af;
  margin-bottom: 17px;
}

.inner .inner-wrap .sidebar .selected .show a {
  font-family: KyivTypeSansRegular;
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #122538;
  border-bottom: 1px solid #122538;
  text-transform: uppercase;
  padding-bottom: 2px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.inner .inner-wrap .sidebar .selected .show a:hover {
  color: #ac64ff;
  border-color: #ac64ff;
}

.inner .inner-wrap .sidebar .filters {
  background: #fff;
  border-radius: 3px;
}

.inner .inner-wrap .sidebar .filters .mob-filter-title {
  display: none;
  padding: 15px 25px;
  position: relative;
  border-bottom: 1px solid #e7e9eb;
}

.inner .inner-wrap .sidebar .filters .mob-filter-title .ttl {
  font-family: KyivTypeSansRegular;
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  color: #122538;
  text-align: right;
}

.inner .inner-wrap .sidebar .filters .mob-filter-title .fl-close {
  position: absolute;
  width: 15px;
  height: 15px;
  left: 15px;
  top: 15px;
}

.inner .inner-wrap .sidebar .filters .mob-filter-title .fl-close:after,
.inner .inner-wrap .sidebar .filters .mob-filter-title .fl-close:before {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  border-radius: 1px;
  background: #a0a8af;
  position: absolute;
}

.inner .inner-wrap .sidebar .filters .mob-filter-title .fl-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
}

.inner .inner-wrap .sidebar .filters .mob-filter-title .fl-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 8px;
}

@media only screen and (max-width: 767px) {
  .inner .inner-wrap .sidebar .filters .mob-filter-title {
    display: block;
  }

  .inner .inner-wrap .sidebar .filters .filters-wrap {
    height: -webkit-calc(100vh - 116px);
    height: calc(100vh - 116px);
    overflow: hidden;
    overflow-y: auto;
  }
}

.inner .inner-wrap .sidebar .filters .mob-filter-btn {
  display: none;
  height: 63px;
  box-shadow: 0 -10px 20px 0 rgba(18, 37, 56, 0.1);
  background-color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 8px;
}

@media only screen and (max-width: 767px) {
  .inner .inner-wrap .sidebar .filters .mob-filter-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.inner .inner-wrap .sidebar .filters .mob-filter-btn a {
  width: 50%;
  margin: 0 7px;
  padding: 11px 10px 10px;
  text-align: center;
  border-radius: 9px 0;
  font-family: KyivTypeSansMedium;
  font-size: 10px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.inner .inner-wrap .sidebar .filters .mob-filter-btn a.shw {
  background: #ac64ff;
  color: #fff;
}

.inner .inner-wrap .sidebar .filters .mob-filter-btn a.shw:hover {
  background: #955be1;
}

.inner .inner-wrap .sidebar .filters .mob-filter-btn a.clr {
  background: #e7e9eb;
  color: #122538;
}

.inner .inner-wrap .sidebar .filters .mob-filter-btn a.clr:hover {
  background: #d0d3d7;
}

.inner .inner-wrap .sidebar .filters .filter-item {
  padding: 15px 20px;
  border-bottom: 1px solid #e7e9eb;
}

.inner .inner-wrap .sidebar .filters .filter-item:last-child {
  border: none;
}

.inner .inner-wrap .sidebar .filters .filter-item .head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  cursor: pointer;
}

.inner .inner-wrap .sidebar .filters .filter-item .head .title {
  font-family: KyivTypeSansRegular;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #a0a8af;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.inner .inner-wrap .sidebar .filters .filter-item .head svg path {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.inner .inner-wrap .sidebar .filters .filter-item .head:hover .title {
  color: #122538;
}

.inner .inner-wrap .sidebar .filters .filter-item .head:hover svg path {
  stroke: #122538;
}

.inner .inner-wrap .sidebar .filters .filter-item .head.active {
  margin-bottom: 15px;
}

.inner .inner-wrap .sidebar .filters .filter-item .head.active svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.inner .inner-wrap .sidebar .filters .filter-item .fl-box {
  display: none;
}

.inner .inner-wrap .sidebar .filters .filter-item .fl-box.opened {
  display: block;
}

.inner .inner-wrap .sidebar .filters .filter-item .checkboxes .form-item input {
  display: none;
  margin: 0;
}

.inner
  .inner-wrap
  .sidebar
  .filters
  .filter-item
  .checkboxes
  .form-item
  input:checked
  + label:before {
  background: #ac64ff;
  border-color: #ac64ff;
}

.inner
  .inner-wrap
  .sidebar
  .filters
  .filter-item
  .checkboxes
  .form-item
  input:checked
  + label:after {
  content: "";
  display: block;
  width: 10px;
  height: 7px;
  position: absolute;
  left: 4px;
  top: 5px;
  background: url(../images/check.svg) center/cover no-repeat;
}

.inner .inner-wrap .sidebar .filters .filter-item .checkboxes .form-item label {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #122538;
  display: block;
  margin: 0 0 12px;
  padding-left: 28px;
  position: relative;
}

.inner
  .inner-wrap
  .sidebar
  .filters
  .filter-item
  .checkboxes
  .form-item
  label
  span {
  color: #a0a8af;
}

.inner
  .inner-wrap
  .sidebar
  .filters
  .filter-item
  .checkboxes
  .form-item
  label:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 1px solid #e7e9eb;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.inner
  .inner-wrap
  .sidebar
  .filters
  .filter-item
  .checkboxes
  .form-item
  label:hover:before {
  border-color: #ac64ff;
}

.inner
  .inner-wrap
  .sidebar
  .filters
  .filter-item
  .checkboxes
  .form-item:last-child
  label {
  margin-bottom: 0;
}

.inner .inner-wrap .sidebar .filters .filter-item .price .num-inp {
  margin: 0 -10px 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.inner .inner-wrap .sidebar .filters .filter-item .price .num-inp .item {
  padding: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
}

.inner .inner-wrap .sidebar .filters .filter-item .price .num-inp .item label {
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #000;
  display: block;
  margin-right: 11px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.inner .inner-wrap .sidebar .filters .filter-item .price .range .irs-from,
.inner .inner-wrap .sidebar .filters .filter-item .price .range .irs-handle i,
.inner .inner-wrap .sidebar .filters .filter-item .price .range .irs-max,
.inner .inner-wrap .sidebar .filters .filter-item .price .range .irs-min,
.inner .inner-wrap .sidebar .filters .filter-item .price .range .irs-single,
.inner .inner-wrap .sidebar .filters .filter-item .price .range .irs-to {
  display: none;
}

.inner .inner-wrap .sidebar .filters .filter-item .price .num-inp .item input {
  width: 100%;
  margin: 0;
  height: 30px;
  border-radius: 3px;
  border: 1px solid #e7e9eb;
  box-shadow: none;
  text-align: center;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #000;
  -moz-appearance: textfield;
}

.inner
  .inner-wrap
  .sidebar
  .filters
  .filter-item
  .price
  .num-inp
  .item
  input::-webkit-inner-spin-button,
.inner
  .inner-wrap
  .sidebar
  .filters
  .filter-item
  .price
  .num-inp
  .item
  input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.inner .inner-wrap .sidebar .filters .filter-item .price .range .irs--flat {
  height: 14px;
}

.inner .inner-wrap .sidebar .filters .filter-item .price .range .irs-line {
  height: 2px;
  background: #e7e9eb;
  width: 100%;
  top: 0;
}

.inner .inner-wrap .sidebar .filters .filter-item .price .range .irs-bar {
  height: 2px;
  background: #122538;
  width: 100%;
  top: 0;
}

.inner .inner-wrap .sidebar .filters .filter-item .price .range .irs-handle {
  width: 14px;
  height: 14px;
  background-color: #122538;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -6px;
  top: 0;
}

.inner .inner-wrap .main-content {
  width: 100%;
  padding: 0 10px;
  height: 100%;
  overflow: hidden;
}

.inner .inner-wrap .main-content .main-content-box {
  background: #fff;
  border-radius: 3px;
}

.inner .inner-wrap .main-content .main-content-box .main-content-head {
  padding: 20px;
  border-bottom: 1px solid #e7e9eb;
}

@media only screen and (max-width: 767px) {
  .inner .inner-wrap .main-content .main-content-box .main-content-head {
    padding: 10px;
  }
}

.inner .inner-wrap .main-content .main-content-box .main-content-head__search {
  position: absolute;
  top: 5px;
  right: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #a0a8af;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-content-head.out
  .sm-wrp {
  margin: 0 -20px;
  padding-top: 20px;
  border-top: 1px solid #e7e9eb;
}

@media only screen and (max-width: 767px) {
  .inner
    .inner-wrap
    .main-content
    .main-content-box
    .main-content-head.out
    .sm-wrp {
    margin: 0 -10px;
    padding-top: 10px;
  }
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-content-head.out
  .sm-wrp
  .sorting {
  padding: 0 20px;
}

.inner .inner-wrap .main-content .main-content-box .main-content-head h1,
.inner .inner-wrap .main-content .main-content-box .main-content-head h2 {
  font-family: KyivTypeSansRegular;
  font-size: 22px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #000;
  margin: 0 0 16px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .inner
    .inner-wrap
    .main-content
    .main-content-box
    .main-content-head.out
    .sm-wrp
    .sorting {
    padding: 0 10px;
  }

  .inner .inner-wrap .main-content .main-content-box .main-content-head h1,
  .inner .inner-wrap .main-content .main-content-box .main-content-head h2 {
    font-size: 18px;
    margin: 0 0 5px;
  }

  .inner .inner-wrap .main-content .main-content-box .main-content-head p {
    margin-bottom: 10px;
    font-size: 12px;
  }
}

.inner .inner-wrap .main-content .main-content-box .main-content-head p {
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #717c88;
}

@media only screen and (max-width: 767px) {
  .inner
    .inner-wrap
    .main-content
    .main-content-box
    .main-content-head
    .sm-wrp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 8px -10px 0;
  }
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-content-head
  .filter-btn {
  display: none;
  width: 50%;
  padding: 0 10px;
}

@media only screen and (max-width: 767px) {
  .inner
    .inner-wrap
    .main-content
    .main-content-box
    .main-content-head
    .filter-btn {
    display: block;
  }
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-content-head
  .filter-btn
  a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 3px;
  background-color: #f3f4f5;
  height: 31px;
  padding: 7px;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-content-head
  .filter-btn
  a
  svg {
  margin-right: 5px;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-content-head
  .filter-btn
  a
  span {
  font-size: 10px;
  font-family: OpenSansSemibold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #122538;
}

@media only screen and (max-width: 767px) {
  .inner
    .inner-wrap
    .main-content
    .main-content-box
    .main-content-head
    .filter-btn
    a
    svg {
    width: 12px;
    height: 12px;
  }

  .inner
    .inner-wrap
    .main-content
    .main-content-box
    .main-content-head
    .filter-btn
    a
    span {
    font-size: 12px;
  }

  .inner
    .inner-wrap
    .main-content
    .main-content-box
    .main-content-head
    .sorting {
    padding: 0 10px;
    width: 50%;
    position: relative;
  }
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-content-head
  .sorting
  .sll {
  display: none;
  padding: 7px 8px 8px;
  border: 1px solid #e7e9eb;
  border-radius: 3px;
  position: relative;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-content-head
  .sorting
  .sll.active {
  border-radius: 3px 3px 0 0;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-content-head
  .sorting
  .sll.active
  svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-content-head
  .sorting
  .sll
  span {
  font-size: 10px;
  font-family: OpenSansSemibold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #122538;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-content-head
  .sorting
  .sll
  svg {
  position: absolute;
  right: 10px;
  top: 12px;
}

@media only screen and (max-width: 767px) {
  .inner
    .inner-wrap
    .main-content
    .main-content-box
    .main-content-head
    .sorting
    .sll
    span {
    font-size: 12px;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
  }

  .inner
    .inner-wrap
    .main-content
    .main-content-box
    .main-content-head
    .sorting
    .sll {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .inner
    .inner-wrap
    .main-content
    .main-content-box
    .main-content-head
    .sorting
    .select {
    display: none;
    position: absolute;
    z-index: 3;
    background: #fff;
    left: 10px;
    right: 10px;
    border: 1px solid #e7e9eb;
    border-radius: 0 0 3px 3px;
    margin-top: -1px;
  }
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-content-head
  .sorting
  ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-content-head
  .sorting
  ul
  li {
  margin-right: 20px;
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #a0a8af;
}

@media only screen and (max-width: 767px) {
  .inner
    .inner-wrap
    .main-content
    .main-content-box
    .main-content-head
    .sorting
    ul
    li {
    margin: 0;
  }

  .inner
    .inner-wrap
    .main-content
    .main-content-box
    .main-content-head
    .sorting
    ul
    li.active,
  .inner
    .inner-wrap
    .main-content
    .main-content-box
    .main-content-head
    .sorting
    ul
    li.lab {
    display: none;
  }

  .inner
    .inner-wrap
    .main-content
    .main-content-box
    .main-content-head
    .sorting
    ul
    li:last-child
    a {
    border-bottom: 0;
  }
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-content-head
  .sorting
  ul
  li
  a {
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #a0a8af;
  border-bottom: 1px dashed #a0a8af;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

@media only screen and (max-width: 767px) {
  .inner
    .inner-wrap
    .main-content
    .main-content-box
    .main-content-head
    .sorting
    ul
    li
    a {
    display: block;
    border: none;
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.38px;
    color: #a0a8af;
    padding: 8px;
    border-bottom: 1px solid #e7e9eb;
  }

  .inner
    .inner-wrap
    .main-content
    .main-content-box
    .main-content-head
    .sorting
    ul
    li
    a.active {
    display: none;
  }
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-content-head
  .sorting
  ul
  li
  a:hover {
  color: #ac64ff;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-content-head
  .sorting
  ul
  li
  a.active {
  color: #122538;
  border-color: transparent;
  font-family: OpenSansSemibold;
}

.inner .inner-wrap .main-content .main-content-box .main-products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 461px;
}

.inner .inner-wrap .main-content .main-content-box .main-products .prod-item {
  width: 25%;
  position: relative;
  border-right: 1px solid #e7e9eb;
  border-bottom: 1px solid #e7e9eb;
  min-height: 461px;
}

@media only screen and (min-width: 1026px) and (max-width: 1370px) {
  .inner .inner-wrap .main-content .main-content-box .main-products .prod-item {
    width: 33.33334%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .inner .inner-wrap .main-content .main-content-box .main-products .prod-item {
    width: 33.33334%;
  }
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item:nth-child(4n) {
  border-right: none;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item.last
  .load-more {
  height: 100%;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item.last
  .load-more
  a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item.last
  .load-more
  a
  .icon {
  margin-bottom: 40px;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item.last
  .load-more
  a
  .icon
  svg {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item.last
  .load-more
  a
  .icon
  svg
  path {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item.last
  .load-more
  a
  .txt {
  font-family: KyivTypeSansRegular;
  font-size: 22px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #122538;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .inner .inner-wrap .main-content .main-content-box .main-products .prod-item {
    width: 50%;
  }

  .inner
    .inner-wrap
    .main-content
    .main-content-box
    .main-products
    .prod-item:nth-child(2n) {
    border-right: none;
  }

  .inner
    .inner-wrap
    .main-content
    .main-content-box
    .main-products
    .prod-item.last
    .load-more
    a
    .icon {
    margin-bottom: 20px;
  }

  .inner
    .inner-wrap
    .main-content
    .main-content-box
    .main-products
    .prod-item.last
    .load-more
    a
    .icon
    svg {
    width: 64px;
  }

  .inner
    .inner-wrap
    .main-content
    .main-content-box
    .main-products
    .prod-item.last
    .load-more
    a
    .txt {
    font-size: 14px;
  }
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item.last
  .load-more
  a
  .txt
  span {
  display: block;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item.last
  .load-more
  a:hover
  svg {
  opacity: 0.8;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item
  .box {
  background: #fff;
  width: 100%;
  height: 460px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .inner
    .inner-wrap
    .main-content
    .main-content-box
    .main-products
    .prod-item
    .box {
    height: 290px;
  }
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item
  .box:before {
  position: absolute;
  left: -16px;
  top: -11px;
  z-index: -1;
  width: -webkit-calc(100% + 32px);
  width: calc(100% + 32px);
  height: -webkit-calc(100% + 22px);
  height: calc(100% + 22px);
  box-shadow: 0 10px 20px 0 rgba(18, 37, 56, 0.1);
  background: #fff;
  opacity: 0;
  display: block;
  content: "";
  border-radius: 3px;
}

@media only screen and (min-width: 1026px) {
  .inner
    .inner-wrap
    .main-content
    .main-content-box
    .main-products
    .prod-item
    .box:hover {
    position: absolute;
    overflow: visible;
    height: auto;
  }

  .inner
    .inner-wrap
    .main-content
    .main-content-box
    .main-products
    .prod-item
    .box:hover:before {
    opacity: 1;
    z-index: 1;
  }

  .inner
    .inner-wrap
    .main-content
    .main-content-box
    .main-products
    .prod-item
    .box:hover
    .item {
    position: relative;
    z-index: 2;
  }

  .inner
    .inner-wrap
    .main-content
    .main-content-box
    .main-products
    .prod-item
    .box:hover
    .item
    .bottom {
    display: block;
  }
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item
  .box
  .item {
  padding: 20px;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item
  .box
  .item
  .top {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .inner
    .inner-wrap
    .main-content
    .main-content-box
    .main-products
    .prod-item
    .box
    .item {
    padding: 12px 10px;
  }

  .inner
    .inner-wrap
    .main-content
    .main-content-box
    .main-products
    .prod-item
    .box
    .item
    .top {
    margin-bottom: 20px;
  }
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item
  .box
  .item
  .top
  .badge
  .sale-fill {
  background: #eaff00;
  font-size: 10px;
  font-family: OpenSansSemibold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 0.29px;
  color: #122538;
  padding: 3px 10px;
  text-transform: uppercase;
  border-radius: 12px 0;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item
  .box
  .item
  .top
  .badge
  .sale-outline {
  border: 1px solid #eaff00;
  font-size: 10px;
  font-family: OpenSansSemibold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 0.29px;
  color: #122538;
  padding: 3px 10px;
  text-transform: uppercase;
  border-radius: 12px 0;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item
  .box
  .item
  .top
  .act {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item
  .box
  .item
  .top
  .act
  a {
  margin-left: 16px;
  line-height: 1;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item
  .box
  .item
  .top
  .act
  a.normal.compare:hover
  svg
  path {
  stroke: #ac64ff;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item
  .box
  .item
  .top
  .act
  a.active {
  position: relative;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item
  .box
  .item
  .top
  .act
  a.active
  .check {
  position: absolute;
  right: -3px;
  top: -4px;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item
  .box
  .item
  .top
  .act
  a.active:hover {
  opacity: 0.8;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item
  .box
  .item
  .main-image
  a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 150px;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item.dc-link
  .box
  .item
  .main-image
  a {
  height: 180px;
}

@media only screen and (max-width: 767px) {
  .inner
    .inner-wrap
    .main-content
    .main-content-box
    .main-products
    .prod-item
    .box
    .item
    .main-image
    a {
    height: 85px;
  }
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item
  .box
  .item
  .main-image
  img {
  display: block;
  width: auto;
  height: auto;
  width: 180px;
  height: 180px;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item
  .box
  .item
  .stars {
  margin: 10px 0 0;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item
  .box
  .item
  .title {
  margin: 10px 0 8px;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item
  .box
  .item
  .title
  a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.38px;
  color: #122538;
}

@media only screen and (max-width: 767px) {
  .inner
    .inner-wrap
    .main-content
    .main-content-box
    .main-products
    .prod-item
    .box
    .item
    .title {
    margin: 20px 0 6px;
  }

  .inner
    .inner-wrap
    .main-content
    .main-content-box
    .main-products
    .prod-item
    .box
    .item
    .title
    a {
    font-size: 12px;
    height: 35px;
    overflow: hidden;
  }
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item
  .box
  .item
  .rating {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .inner
    .inner-wrap
    .main-content
    .main-content-box
    .main-products
    .prod-item
    .box
    .item
    .rating {
    margin-bottom: 6px;
  }
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item
  .box
  .item
  .rating
  ul.product-star {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item
  .box
  .item
  .rating
  ul.product-star
  li {
  margin-right: 3px;
  line-height: 1;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item
  .box
  .item
  .middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 72px;
}

@media only screen and (max-width: 767px) {
  .inner
    .inner-wrap
    .main-content
    .main-content-box
    .main-products
    .prod-item
    .box
    .item
    .rating
    ul.product-star
    li {
    margin-right: 2px;
  }

  .inner
    .inner-wrap
    .main-content
    .main-content-box
    .main-products
    .prod-item
    .box
    .item
    .rating
    ul.product-star
    li
    svg {
    width: 9px;
  }

  .inner
    .inner-wrap
    .main-content
    .main-content-box
    .main-products
    .prod-item
    .box
    .item
    .middle {
    min-height: 60px;
  }
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item
  .box
  .item
  .middle
  .price-sale {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item
  .box
  .item
  .middle
  .price-sale
  .old {
  margin-right: 12px;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.38px;
  color: #a0a8af;
  text-decoration: line-through;
}

@media only screen and (max-width: 767px) {
  .inner
    .inner-wrap
    .main-content
    .main-content-box
    .main-products
    .prod-item
    .box
    .item
    .middle
    .price-sale
    .old {
    font-size: 10px;
  }
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item
  .box
  .item
  .middle
  .price-sale
  .old
  .mn {
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .inner
    .inner-wrap
    .main-content
    .main-content-box
    .main-products
    .prod-item
    .box
    .item
    .middle
    .price-sale
    .old
    .mn {
    font-size: 8px;
  }

  .inner
    .inner-wrap
    .main-content
    .main-content-box
    .main-products
    .prod-item
    .box
    .item
    .middle
    .price-sale
    .sale {
    display: none;
  }
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item
  .box
  .item
  .middle
  .price-sale
  .sale {
  font-size: 10px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.27px;
  color: #122538;
  padding: 2px 4px;
  background: #eaff00;
  border-radius: 2px;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item
  .box
  .item
  .middle
  .main-price {
  margin: 5px 0;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item
  .box
  .item
  .middle
  .main-price
  span {
  font-size: 24px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.83;
  letter-spacing: normal;
  color: #122538;
}

@media only screen and (max-width: 767px) {
  .inner
    .inner-wrap
    .main-content
    .main-content-box
    .main-products
    .prod-item
    .box
    .item
    .middle
    .main-price
    span {
    font-size: 20px;
  }
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item
  .box
  .item
  .middle
  .main-price
  span.mn {
  font-size: 16px;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item
  .box
  .item
  .middle
  .avail {
  font-size: 10px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.27px;
  color: #ac64ff;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item
  .box
  .item
  .middle
  .buy
  a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: rgba(172, 100, 255, 0.1);
  border-radius: 16px 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item
  .box
  .item
  .middle
  .buy
  a:hover {
  background: #ac64ff;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item
  .box
  .item
  .middle
  .buy
  a:hover
  svg
  path {
  stroke: #fff;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item
  .box
  .item
  .cashback {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .inner
    .inner-wrap
    .main-content
    .main-content-box
    .main-products
    .prod-item
    .box
    .item
    .middle
    .buy
    a {
    width: 32px;
    height: 32px;
    border-radius: 12px 0;
  }

  .inner
    .inner-wrap
    .main-content
    .main-content-box
    .main-products
    .prod-item
    .box
    .item
    .middle
    .buy
    a
    svg {
    width: 18px;
  }

  .inner
    .inner-wrap
    .main-content
    .main-content-box
    .main-products
    .prod-item
    .box
    .item
    .cashback {
    display: flex;
  }
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item
  .box
  .item
  .cashback
  img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item
  .box
  .item
  .cashback
  .txt {
  font-size: 10px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.27px;
  color: #9b9b9b;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item
  .box
  .item
  .cashback
  .txt
  span {
  font-family: OpenSansSemibold;
  color: #122538;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item
  .box
  .item
  .bottom {
  margin-top: 17px;
  display: none;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item
  .box
  .item
  .bottom
  .bank {
  margin-bottom: 17px;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item
  .box
  .item
  .bottom
  .bank
  ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item
  .box
  .item
  .bottom
  .bank
  ul
  li {
  margin-right: 14px;
  width: 46px;
  height: 46px;
  border: 1px solid #e7e9eb;
  border-radius: 8px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item
  .box
  .item
  .bottom
  .bank
  ul
  li:hover
  .bank__drop {
  opacity: 1;
  visibility: visible;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item
  .box
  .item
  .bottom
  .bank__drop {
  background: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -webkit-calc(100% + 20px);
  top: calc(100% + 20px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 340px;
  padding: 30px 18px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 2;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item
  .box
  .item
  .bottom
  .bank__drop::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100%;
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item
  .box
  .item
  .bottom
  .bank__drop-title {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.38px;
  color: #122538;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item
  .box
  .item
  .bottom
  .bank__drop-description {
  display: block;
  margin-top: 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.38px;
  color: #717c88;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item
  .box
  .item
  .bottom
  .bank__drop-link {
  margin-top: 20px;
  font-family: KyivTypeSansRegular;
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ac64ff;
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 1px solid #ac64ff;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item
  .box
  .item
  .bottom
  .bank__drop-link:hover {
  color: #122538;
  border-bottom: 1px solid #122538;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item
  .box
  .item
  .bottom
  .description
  .dlabel {
  font-size: 12px;
  font-family: OpenSansSemibold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.32px;
  color: #122538;
  margin-bottom: 8px;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item
  .box
  .item
  .bottom
  .description
  .goods {
  list-style: none;
  margin: 0;
  padding: 0;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item
  .box
  .item
  .bottom
  .description
  .goods
  li {
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.32px;
  color: #717c88;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item
  .box
  .item
  .bottom
  .description
  .goods
  li
  span {
  color: #122538;
}

.inner .inner-wrap .main-content .main-content-box .pagination {
  padding: 30px;
}

@media only screen and (max-width: 767px) {
  .inner .inner-wrap .main-content .main-content-box .pagination {
    padding: 14px;
  }
}

.inner .inner-wrap .main-content .main-content-box .pagination ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.inner .inner-wrap .main-content .main-content-box .pagination ul li {
  margin: 0 5px;
}

.inner .inner-wrap .main-content .main-content-box .pagination ul li a {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.38px;
  color: #122538;
  padding: 5px 11px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.inner .inner-wrap .main-content .main-content-box .pagination ul li a:hover {
  background: #f3f4f5;
}

.inner .inner-wrap .main-content .main-content-box .pagination ul li a.active {
  background: #122538;
  color: #fff;
}

.inner .inner-wrap .main-content .main-content-box .pagination ul li a.arrow {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background-color: #e7e9eb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .pagination
  ul
  li
  a.arrow.disabled {
  display: none;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .pagination
  ul
  li
  a.arrow:hover {
  background: #d0d3d7;
}

.slick-lightbox-slick-item-inner {
  width: 70vw !important;
  height: 90vh !important;
  background: #fff;
  vertical-align: unset !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px;
}

@media only screen and (max-width: 767px) {
  .slick-lightbox-slick-item-inner {
    padding: 15px;
    width: 100% !important;
    height: auto !important;
  }
}

.slick-lightbox-slick-item-inner img {
  display: block;
  max-width: 100%;
  max-height: 100% !important;
}

.not-found {
  min-height: 100vh;
  background: url(../images/404-bg.svg) center/cover no-repeat;
  padding: 70px 0;
  text-align: center;
}

.not-found .nf-box img {
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .not-found {
    padding: 50px 0;
    min-height: auto;
  }

  .not-found .nf-box img {
    margin-bottom: 40px;
  }
}

.not-found .nf-box .title {
  font-size: 38px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.77;
  letter-spacing: 0.55px;
  color: #122538;
  margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
  .not-found .nf-box .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.not-found .nf-box .description {
  font-size: 15px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #88929b;
  margin-bottom: 64px;
}

.not-found .nf-box .action a {
  font-size: 24px;
  font-family: KyivTypeSansMedium;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  text-transform: uppercase;
  padding: 25px 100px;
  background: #122538;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 24px 0;
}

@media only screen and (max-width: 767px) {
  .not-found .nf-box .description {
    margin-bottom: 50px;
  }

  .not-found .nf-box .action a {
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 16px 0;
  }
}

.not-found .nf-box .action a:hover {
  background: #2a3b4c;
}

.modal-overlay {
  z-index: 999;
  background: rgba(0, 0, 0, 0.5) !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.modal-cart-open {
  position: fixed;
  display: none;
  z-index: 9999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1025px) {
  .modal-cart-open {
    width: -webkit-calc(100% - 30px) !important;
    width: calc(100% - 30px) !important;
  }

  .modal-cart-open .cart-wrap {
    height: -webkit-calc(100vh - 112px);
    height: calc(100vh - 112px);
  }
}

.header-cart-link:not(.active) {
  display: none !important;
}

.form-item .error {
  color: red;
}

header {
  position: relative;
  z-index: 6;
  background: #fff;
}

header .notfound-header {
  height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  header .notfound-header {
    height: 50px;
    padding: 0 15px;
  }
}

header .notfound-header .logo {
  margin-right: 30px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (min-width: 1026px) and (max-width: 1370px) {
  header .notfound-header .logo {
    margin-right: 15px;
  }
}

header .notfound-header .logo a img {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

header .notfound-header .logo a img.purple,
header .notfound-header .logo a:hover img.yellow {
  display: none;
}

header .notfound-header .logo a:hover img.purple {
  display: block;
}

header .notfound-header .call {
  margin-left: 25px;
  height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  header .notfound-header {
    padding: 0 15px;
  }

  header .notfound-header .call {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  header .notfound-header .call {
    display: none;
  }
}

header .notfound-header .call .phone-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

header .notfound-header .call .phone-box .icon {
  margin-right: 15px;
}

header .notfound-header .call .phone-box .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

header .notfound-header .call .phone-box .box .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

header .notfound-header .call .phone-box .box .top svg {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

header .notfound-header .call .phone-box .box .top a {
  font-size: 20px;
  font-family: OpenSansSemibold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  color: #122538;
  margin-right: 14px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

header .notfound-header .call .phone-box .box .top a:hover {
  color: #ac64ff;
}

header .notfound-header .call .phone-box .box span {
  font-size: 10px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.27px;
  color: #717c88;
}

header .notfound-header .call .phone-dropdown {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  width: auto;
  right: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: #fff;
  box-shadow: inset 0 5px 15px rgba(0, 0, 0, 0.05),
    0 2px 10px rgba(0, 0, 0, 0.1);
  list-style: none;
  margin: 0;
  overflow: hidden;
  border-radius: 0 0 5px 5px;
  z-index: 2;
  padding: 16px;
  white-space: nowrap;
}

header
  .header-top
  .header-top-inner
  .main-menu
  > ul
  > li.has-dropdown:hover
  .dropdown,
header .notfound-header .call:hover .phone-dropdown {
  opacity: 1;
  visibility: visible;
}

header .notfound-header .call .phone-dropdown .or {
  margin: 8px 0 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

header .notfound-header .call .phone-dropdown .or span {
  font-style: normal;
  font-family: OpenSansSemibold;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.27px;
  color: #d0d3d7;
  display: block;
  width: 30px;
  background: #fff;
  position: relative;
  z-index: 2;
  text-align: center;
}

header .notfound-header .call .phone-dropdown .or:before {
  content: "";
  display: block;
  height: 1px;
  background: #d0d3d7;
  width: 100%;
  position: absolute;
  top: 8px;
}

header .notfound-header .call .phone-dropdown .contact .form-item {
  margin-bottom: 10px;
}

header .notfound-header .call .phone-dropdown .contact .form-item label {
  font-family: KyivTypeSansRegular;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.38px;
  display: block;
  margin-bottom: 10px;
}

header .notfound-header .call .phone-dropdown .contact .form-item input {
  margin: 0;
  height: 36px;
  color: #122538;
  border: 1px solid #d0d3d7;
  border-radius: 2px;
  padding: 0 12px;
  box-shadow: none;
  font-size: 14px;
}

header .notfound-header .call .phone-dropdown .contact .form-item input:focus {
  border-color: #ac64ff;
}

header
  .notfound-header
  .call
  .phone-dropdown
  .contact
  .form-item
  input::-webkit-input-placeholder {
  color: #d0d3d7;
}

header
  .notfound-header
  .call
  .phone-dropdown
  .contact
  .form-item
  input::-moz-placeholder {
  color: #d0d3d7;
}

header
  .notfound-header
  .call
  .phone-dropdown
  .contact
  .form-item
  input:-ms-input-placeholder {
  color: #d0d3d7;
}

header
  .notfound-header
  .call
  .phone-dropdown
  .contact
  .form-item
  input::placeholder {
  color: #d0d3d7;
}

header .notfound-header .call .phone-dropdown .contact button {
  margin: 0;
  cursor: pointer;
  padding: 12px;
  width: 100%;
  text-align: center;
  font-style: normal;
  font-family: KyivTypeSansMedium;
  font-size: 10.96px;
  line-height: 13px;
  text-transform: uppercase;
  background: #ac64ff;
  border-radius: 12px 0;
  color: #fff;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

header .notfound-header .call .phone-dropdown .contact button:hover {
  background: #955be1;
}

header .notfound-header .call:hover > .phone-box .top svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

header .notfound-header .search {
  width: 100%;
  max-width: 687px;
  margin: 0 25px 0 16px;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  header .notfound-header .search {
    margin: 0;
  }
}

header .notfound-header .search .sform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 58px;
}

@media only screen and (max-width: 767px) {
  header .notfound-header .search {
    margin: 0;
  }

  header .notfound-header .search .sform {
    height: 50px;
  }
}

header .notfound-header .search .sform button,
header .notfound-header .search .sform input {
  margin: 0;
  height: 38px;
  display: block;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
}

header .notfound-header .search .sform input {
  width: 100%;
  border: none;
  box-shadow: none;
  padding: 0 40px;
  color: #122538;
  font-size: 14px;
  font-weight: 400;
  border-radius: 2px 0 0 2px;
  background: url(../images/header/search.svg) 14px center/12px no-repeat
    #f3f4f5;
}

@media only screen and (max-width: 767px) {
  header .notfound-header .search .sform input {
    height: 38px;
    background: #f3f4f5;
    padding: 0 10px;
    font-size: 12px;
  }

  header .notfound-header .search .sform input::-webkit-input-placeholder {
    font-size: 12px;
  }

  header .notfound-header .search .sform input::-moz-placeholder {
    font-size: 12px;
  }

  header .notfound-header .search .sform input:-ms-input-placeholder {
    font-size: 12px;
  }

  header .notfound-header .search .sform input::placeholder {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1026px) {
  header .notfound-header .search .sform input::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.38px;
    color: #a0a8af;
  }

  header .notfound-header .search .sform input::-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.38px;
    color: #a0a8af;
  }

  header .notfound-header .search .sform input:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.38px;
    color: #a0a8af;
  }

  header .notfound-header .search .sform input::placeholder {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.38px;
    color: #a0a8af;
  }
}

header .notfound-header .search .sform button {
  background: #122538;
  padding: 0 30px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 14px;
  font-family: OpenSansSemibold;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

@media only screen and (max-width: 767px) {
  header .notfound-header .search .sform button {
    margin-left: -1px;
    height: 38px;
    padding: 0 15px;
    font-size: 0;
    background: url(../images/header/search.svg) center/12px no-repeat #f3f4f5;
  }
}

@media only screen and (min-width: 1026px) {
  header .notfound-header .search .sform button:hover {
    background: #2a3b4c;
  }
}

header .header-top {
  background: #fff;
}

@media only screen and (max-width: 1025px) {
  /* header .header-top {
      display: none
  } */

  header .header-top .header-top-inner > div,
  header .header-top .header-top-inner .call {
    display: none !important;
  }

  header .header-top .header-top-inner .logo {
    display: block !important;
  }

  header .header-top .header-top-inner {
    justify-content: center !important;
  }
}

header .header-top .header-top-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 65px;
}

header .header-top .header-top-inner .logo {
  margin-right: 30px;
}

@media only screen and (min-width: 1026px) and (max-width: 1370px) {
  header .header-top .header-top-inner .logo {
    margin-right: 15px;
  }
}

header .header-top .header-top-inner .logo a img {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

header .header-top .header-top-inner .logo a img.purple,
header .header-top .header-top-inner .logo a:hover img.yellow {
  display: none;
}

header .header-top .header-top-inner .logo a:hover img.purple {
  display: block;
}

header .header-top .header-top-inner .main-menu > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

header
  .header-top
  .header-top-inner
  .main-menu
  > ul
  > li.has-dropdown
  .dropdown
  li
  a,
header .header-top .header-top-inner .main-menu > ul > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.38px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
}

header .header-top .header-top-inner .main-menu > ul > li.pc > a img,
header .header-top .header-top-inner .main-menu > ul > li.pc > a svg {
  margin-right: 13px;
}

header .header-top .header-top-inner .main-menu > ul > li.pc > a img path,
header .header-top .header-top-inner .main-menu > ul > li.pc > a svg path {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

header .header-top .header-top-inner .main-menu > ul > li.has-dropdown {
  position: relative;
}

header .header-top .header-top-inner .main-menu > ul > li.has-dropdown > a img,
header .header-top .header-top-inner .main-menu > ul > li.has-dropdown > a svg {
  margin-left: 11px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

@media only screen and (min-width: 1026px) and (max-width: 1370px) {
  header
    .header-top
    .header-top-inner
    .main-menu
    > ul
    > li.has-dropdown
    > a
    img,
  header
    .header-top
    .header-top-inner
    .main-menu
    > ul
    > li.has-dropdown
    > a
    svg {
    margin-left: 5px;
  }
}

header
  .header-top
  .header-top-inner
  .main-menu
  > ul
  > li.has-dropdown
  > a
  img
  path,
header
  .header-top
  .header-top-inner
  .main-menu
  > ul
  > li.has-dropdown
  > a
  svg
  path {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

header
  .header-top
  .header-top-inner
  .main-menu
  > ul
  > li.has-dropdown:hover
  > a {
  color: #ac64ff;
}

header
  .header-top
  .header-top-inner
  .main-menu
  > ul
  > li.has-dropdown:hover
  > a
  svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

header
  .header-top
  .header-top-inner
  .main-menu
  > ul
  > li.has-dropdown:hover
  > a
  svg
  path {
  stroke: #ac64ff;
}

header .header-top .header-top-inner .call .phone-dropdown,
header
  .header-top
  .header-top-inner
  .main-menu
  > ul
  > li.has-dropdown
  .dropdown {
  opacity: 0;
  top: 100%;
  box-shadow: inset 0 5px 15px rgba(0, 0, 0, 0.05),
    0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 5px 5px;
  background: #fff;
  overflow: hidden;
  list-style: none;
}

header
  .header-top
  .header-top-inner
  .main-menu
  > ul
  > li.has-dropdown
  .dropdown {
  position: absolute;
  -webkit-transition: all 0.2s ease-in;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 260px;
  visibility: hidden;
  transition: all 0.2s ease-in;
  margin: 0;
  padding: 5px 0;
}

header
  .header-top
  .header-top-inner
  .main-menu
  > ul
  > li.has-dropdown
  .dropdown
  li
  a {
  padding: 10px 12px;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #122538;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

header
  .header-top
  .header-top-inner
  .main-menu
  > ul
  > li.has-dropdown
  .dropdown
  li
  a
  img,
header
  .header-top
  .header-top-inner
  .main-menu
  > ul
  > li.has-dropdown
  .dropdown
  li
  a
  svg {
  margin-right: 13px;
}

header
  .header-top
  .header-top-inner
  .main-menu
  > ul
  > li.has-dropdown
  .dropdown
  li
  a
  img
  path,
header
  .header-top
  .header-top-inner
  .main-menu
  > ul
  > li.has-dropdown
  .dropdown
  li
  a
  svg
  path {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

header
  .header-top
  .header-top-inner
  .main-menu
  > ul
  > li.has-dropdown
  .dropdown
  li
  a:hover {
  color: #ac64ff;
}

header
  .header-top
  .header-top-inner
  .main-menu
  > ul
  > li.has-dropdown
  .dropdown
  li
  a:hover
  svg
  path {
  fill: #ac64ff;
}

header .header-top .header-top-inner .main-menu > ul > li > a {
  height: 65px;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 12px;
  color: #122538;
  position: relative;
  z-index: 2;
  background: #fff;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

@media only screen and (min-width: 1026px) and (max-width: 1370px) {
  header
    .header-top
    .header-top-inner
    .main-menu
    > ul
    > li.has-dropdown
    .dropdown
    li
    a
    img,
  header
    .header-top
    .header-top-inner
    .main-menu
    > ul
    > li.has-dropdown
    .dropdown
    li
    a
    svg {
    margin-right: 7px;
  }

  header .header-top .header-top-inner .main-menu > ul > li > a {
    padding: 0 15px;
  }
}

header .header-top .header-top-inner .main-menu > ul > li > a:hover {
  color: #ac64ff;
}

header .header-top .header-top-inner .login {
  margin: 0 20px;
}

@media only screen and (min-width: 1026px) and (max-width: 1370px) {
  header .header-top .header-top-inner .login {
    margin: 0 10px;
  }
}

header .header-top .header-top-inner .login a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 65px;
}

header .header-top .header-top-inner .login a svg {
  margin-right: 16px;
}

header .header-top .header-top-inner .login a span {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #122538;
}

@media only screen and (min-width: 1026px) and (max-width: 1370px) {
  header .header-top .header-top-inner .login a svg {
    margin: 0;
  }

  header .header-top .header-top-inner .login a span {
  }
}

header .header-top .header-top-inner .call {
  margin-left: 25px;
  height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

header .header-top .header-top-inner .call .phone-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

header .header-top .header-top-inner .call .phone-box .icon {
  margin-right: 15px;
}

header .header-top .header-top-inner .call .phone-box .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

header .header-top .header-top-inner .call .phone-box .box .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

header .header-top .header-top-inner .call .phone-box .box .top svg {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

header .header-top .header-top-inner .call .phone-box .box .top a {
  font-size: 20px;
  font-family: OpenSansSemibold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  color: #122538;
  margin-right: 14px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

header .header-top .header-top-inner .call .phone-box .box .top a:hover {
  color: #ac64ff;
}

header .header-top .header-top-inner .call .phone-box .box span {
  font-size: 10px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.27px;
  color: #717c88;
}

header .header-top .header-top-inner .call .phone-dropdown {
  visibility: hidden;
  position: absolute;
  width: auto;
  right: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin: 0;
  z-index: 2;
  padding: 16px;
  white-space: nowrap;
}

header .header-bot .header-bot-inner .catalog:hover .dropdown,
header .header-top .header-top-inner .call:hover .phone-dropdown {
  opacity: 1;
  visibility: visible;
}

header .header-top .header-top-inner .call .phone-dropdown .or {
  margin: 8px 0 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

header .header-top .header-top-inner .call .phone-dropdown .or span {
  font-style: normal;
  font-family: OpenSansSemibold;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.27px;
  color: #d0d3d7;
  display: block;
  width: 30px;
  background: #fff;
  position: relative;
  z-index: 2;
  text-align: center;
}

header .header-top .header-top-inner .call .phone-dropdown .or:before {
  content: "";
  display: block;
  height: 1px;
  background: #d0d3d7;
  width: 100%;
  position: absolute;
  top: 8px;
}

header .header-top .header-top-inner .call .phone-dropdown .contact .form-item {
  margin-bottom: 10px;
}

header
  .header-top
  .header-top-inner
  .call
  .phone-dropdown
  .contact
  .form-item
  label {
  font-family: KyivTypeSansRegular;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.38px;
  display: block;
  margin-bottom: 10px;
}

header
  .header-top
  .header-top-inner
  .call
  .phone-dropdown
  .contact
  .form-item
  input {
  margin: 0;
  height: 36px;
  color: #122538;
  border: 1px solid #d0d3d7;
  border-radius: 2px;
  padding: 0 12px;
  box-shadow: none;
  font-size: 14px;
}

header
  .header-top
  .header-top-inner
  .call
  .phone-dropdown
  .contact
  .form-item
  input:focus {
  border-color: #ac64ff;
}

header
  .header-top
  .header-top-inner
  .call
  .phone-dropdown
  .contact
  .form-item
  input::-webkit-input-placeholder {
  color: #d0d3d7;
}

header
  .header-top
  .header-top-inner
  .call
  .phone-dropdown
  .contact
  .form-item
  input::-moz-placeholder {
  color: #d0d3d7;
}

header
  .header-top
  .header-top-inner
  .call
  .phone-dropdown
  .contact
  .form-item
  input:-ms-input-placeholder {
  color: #d0d3d7;
}

header
  .header-top
  .header-top-inner
  .call
  .phone-dropdown
  .contact
  .form-item
  input::placeholder {
  color: #d0d3d7;
}

header .header-top .header-top-inner .call .phone-dropdown .contact button {
  margin: 0;
  cursor: pointer;
  padding: 12px;
  width: 100%;
  text-align: center;
  font-style: normal;
  font-family: KyivTypeSansMedium;
  font-size: 10.96px;
  line-height: 13px;
  text-transform: uppercase;
  background: #ac64ff;
  border-radius: 12px 0;
  color: #fff;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

header
  .header-top
  .header-top-inner
  .call
  .phone-dropdown
  .contact
  button:hover {
  background: #955be1;
}

header .header-top .header-top-inner .call:hover > .phone-box .top svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

header .header-bot {
  background-color: #122538;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  header .header-bot {
    /* position: fixed; */
    left: 0;
    right: 0;
    top: 0;
  }
}

header .header-bot .header-bot-inner {
  height: 58px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  header .header-bot {
    position: absolute;
    left: 0;
    right: 0;
    top: 65px;
  }

  .header-bot.isSticky {
    position: fixed;
    top: 0;
  }

  header .header-bot .header-bot-inner {
    height: 50px;
  }

  header .header-bot .header-bot-inner .catalog {
    display: none;
  }
}

header .header-bot .header-bot-inner .catalog {
  margin-right: 16px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  header .header-bot .header-bot-inner .catalog {
    display: none;
  }
}

header .header-bot .header-bot-inner .catalog .catalog-label {
  cursor: pointer;
  height: 58px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 190px;
  background: rgba(255, 255, 255, 0.08);
}

header .header-bot .header-bot-inner .catalog .catalog-label > svg {
  margin-right: 15px;
}

header .header-bot .header-bot-inner .catalog .catalog-label > svg rect {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

header .header-bot .header-bot-inner .catalog .catalog-label span {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #fff;
}

header .header-bot .header-bot-inner .catalog .dropdown {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  margin: 0;
  padding: 16px 0;
  min-width: 222px;
  list-style: none;
  border-radius: 0 0 0 5px;
  border-right: 1px solid transparent;
}

header .header-bot .header-bot-inner .catalog .dropdown:hover {
  border-right: 1px solid #e7e9eb;
}

header .header-bot .header-bot-inner .catalog .dropdown > li:hover > a {
  background: #ac64ff;
}

header .header-bot .header-bot-inner .catalog .dropdown > li:hover > a .title {
  color: #fff;
}

header
  .header-bot
  .header-bot-inner
  .catalog
  .dropdown
  > li:hover
  > a
  .cat-icon
  svg
  path {
  fill: #fff;
}

header
  .header-bot
  .header-bot-inner
  .catalog
  .dropdown
  > li:hover
  > a
  .arrow
  svg
  path {
  stroke: #fff;
}

header .header-bot .header-bot-inner .cart .has-dropdown:hover .icon svg path,
header .header-bot .header-bot-inner .compare:hover svg path {
  stroke: #ac64ff;
}

header .header-bot .header-bot-inner .catalog .dropdown > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  height: 40px;
}

header .header-bot .header-bot-inner .catalog .dropdown > li > a .cat-icon {
  width: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header .header-bot .header-bot-inner .catalog .dropdown > li > a .title {
  width: 100%;
  margin: 0 12px;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.38px;
  color: #122538;
  line-height: 1;
}

header .header-bot .header-bot-inner .catalog .dropdown > li > a .arrow {
  width: 10px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

header
  .header-bot
  .header-bot-inner
  .catalog
  .dropdown
  > li.has-dropdown
  .r-dropdown {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -webkit-calc(100% + 1px);
  left: calc(100% + 1px);
  top: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: #fff;
  padding: 20px 30px 0 35px;
  min-width: 460px;
  z-index: 1;
  border-radius: 0 0 5px;
}

header
  .header-bot
  .header-bot-inner
  .catalog
  .dropdown
  > li.has-dropdown
  .r-dropdown
  .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -25px;
}

header
  .header-bot
  .header-bot-inner
  .catalog
  .dropdown
  > li.has-dropdown
  .r-dropdown
  .wrap
  .col {
  padding: 0 25px;
}

header
  .header-bot
  .header-bot-inner
  .catalog
  .dropdown
  > li.has-dropdown
  .r-dropdown
  .wrap
  .col
  ul {
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
}

header
  .header-bot
  .header-bot-inner
  .catalog
  .dropdown
  > li.has-dropdown
  .r-dropdown
  .wrap
  .col
  ul
  li {
  margin-bottom: 7px;
  white-space: nowrap;
}

header
  .header-bot
  .header-bot-inner
  .catalog
  .dropdown
  > li.has-dropdown
  .r-dropdown
  .wrap
  .col
  ul
  li.title {
  font-size: 14px;
  font-family: OpenSansSemibold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #122538;
  margin-bottom: 9px;
}

header
  .header-bot
  .header-bot-inner
  .catalog
  .dropdown
  > li.has-dropdown
  .r-dropdown
  .wrap
  .col
  ul
  li
  a {
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.32px;
  color: #122538;
  display: block;
}

header
  .header-bot
  .header-bot-inner
  .catalog
  .dropdown
  > li.has-dropdown
  .r-dropdown
  .wrap
  .col
  ul
  li
  a:hover {
  color: #ac64ff;
}

header
  .header-bot
  .header-bot-inner
  .catalog
  .dropdown
  > li.has-dropdown:hover
  .r-dropdown {
  opacity: 1;
  visibility: visible;
}

header .header-bot .header-bot-inner .hamburger {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 10px;
}

header .header-bot .header-bot-inner .hamburger .hamburger-inner {
  width: 27px;
  height: 2px;
  background: #fff;
  position: relative;
  border-radius: 2px;
}

header .header-bot .header-bot-inner .hamburger .hamburger-inner:after,
header .header-bot .header-bot-inner .hamburger .hamburger-inner:before {
  content: "";
  display: block;
  width: 27px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  left: 0;
}

header .header-bot .header-bot-inner .hamburger .hamburger-inner:before {
  top: -6px;
}

header .header-bot .header-bot-inner .hamburger .hamburger-inner:after {
  bottom: -6px;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  header .header-bot .header-bot-inner .hamburger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

header .header-bot .header-bot-inner .search {
  width: 100%;
  max-width: 800px;
  margin: 0 25px 0 16px;
}

@media only screen and (max-width: 767px) {
  header .header-bot .header-bot-inner .hamburger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  header .header-bot .header-bot-inner .search {
    margin: 0 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  header .header-bot .header-bot-inner .search {
    margin: 0 15px;
  }
}

header .header-bot .header-bot-inner .search .sform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 58px;
}

@media only screen and (max-width: 767px) {
  header .header-bot .header-bot-inner .search .sform {
    height: 50px;
  }
}

header .header-bot .header-bot-inner .search .sform input {
  display: block;
  width: 100%;
  height: 38px;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0 40px;
  color: #122538;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  border-radius: 2px 0 0 2px;
  background: url(../images/header/search.svg) 14px center/12px no-repeat #fff;
}

@media only screen and (max-width: 767px) {
  header .header-bot .header-bot-inner .search .sform input {
    height: 38px;
    background: #fff;
    padding: 0 10px;
    font-size: 12px;
  }

  header
    .header-bot
    .header-bot-inner
    .search
    .sform
    input::-webkit-input-placeholder {
    font-size: 12px;
  }

  header .header-bot .header-bot-inner .search .sform input::-moz-placeholder {
    font-size: 12px;
  }

  header
    .header-bot
    .header-bot-inner
    .search
    .sform
    input:-ms-input-placeholder {
    font-size: 12px;
  }

  header .header-bot .header-bot-inner .search .sform input::placeholder {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1026px) {
  header
    .header-bot
    .header-bot-inner
    .search
    .sform
    input::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.38px;
    color: #a0a8af;
  }

  header .header-bot .header-bot-inner .search .sform input::-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.38px;
    color: #a0a8af;
  }

  header
    .header-bot
    .header-bot-inner
    .search
    .sform
    input:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.38px;
    color: #a0a8af;
  }

  header .header-bot .header-bot-inner .search .sform input::placeholder {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.38px;
    color: #a0a8af;
  }
}

header .header-bot .header-bot-inner .search .sform button {
  background: #ac64ff;
  margin: 0;
  height: 38px;
  display: block;
  padding: 0 30px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 14px;
  font-family: OpenSansSemibold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

@media only screen and (max-width: 767px) {
  header .header-bot .header-bot-inner .search .sform button {
    margin-left: -1px;
    height: 38px;
    padding: 0 15px;
    font-size: 0;
    background: url(../images/header/search.svg) center/12px no-repeat #fff;
  }

  header .header-bot .header-bot-inner .compare,
  header .header-bot .header-bot-inner .like {
    display: none;
  }
}

@media only screen and (min-width: 1026px) {
  header .header-bot .header-bot-inner .search .sform button:hover {
    background: #955be1;
  }
}

header .header-bot .header-bot-inner .compare,
header .header-bot .header-bot-inner .like {
  margin: 0 25px;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  header .header-bot .header-bot-inner .compare,
  header .header-bot .header-bot-inner .like {
    display: none;
  }
}

header .header-bot .header-bot-inner .compare a svg path,
header .header-bot .header-bot-inner .like a svg path {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

header .header-bot .header-bot-inner .cart {
  margin-left: 25px;
  position: relative;
  height: 58px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  header .header-bot .header-bot-inner .cart {
    margin-left: 0;
    height: 50px;
    padding: 0 5px;
  }
}

header .header-bot .header-bot-inner .cart .has-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  height: 100%;
}

header .header-bot .header-bot-inner .cart .has-dropdown a.modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header .header-bot .header-bot-inner .cart .has-dropdown.empty {
  opacity: 0.6;
}

header .header-bot .header-bot-inner .cart .has-dropdown .icon {
  position: relative;
  margin-right: 20px;
}

header .header-bot .header-bot-inner .cart .has-dropdown .icon svg path {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

header .header-bot .header-bot-inner .cart .has-dropdown .icon .count {
  padding: 0 4px;
  display: block;
  position: absolute;
  right: -4px;
  top: -4px;
  background: #eaff00;
  border-radius: 5px;
  font-size: 8px;
  font-family: OpenSansSemibold;
  color: #122538;
}

@media only screen and (max-width: 767px) {
  header .header-bot .header-bot-inner .cart .has-dropdown .icon {
    margin: 0;
    line-height: 1;
  }

  header .header-bot .header-bot-inner .cart .has-dropdown .icon svg {
    width: 24px;
  }

  header .header-bot .header-bot-inner .cart .has-dropdown .icon .count {
    line-height: normal;
    padding: 0 3px 1px;
  }

  header .header-bot .header-bot-inner .cart .has-dropdown .label {
    display: none;
  }
}

header .header-bot .header-bot-inner .cart .has-dropdown .label {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.38px;
  color: #fff;
  line-height: 1;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  header .header-bot .header-bot-inner .cart {
    margin-left: 0;
  }

  header .header-bot .header-bot-inner .cart .has-dropdown .icon {
    margin: 0;
  }

  header .header-bot .header-bot-inner .cart .has-dropdown .label {
    display: none;
  }
}

header .header-bot .header-bot-inner .cart .has-dropdown .cart-dropdown {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  width: auto;
  right: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: #fff;
  box-shadow: inset 0 5px 15px rgba(0, 0, 0, 0.05),
    0 2px 10px rgba(0, 0, 0, 0.1);
  list-style: none;
  margin: 0;
  overflow: hidden;
  border-radius: 0 0 5px 5px;
  z-index: 2;
  padding: 18px 20px;
  min-width: 220px;
  cursor: default;
}

header .header-bot .header-bot-inner .cart .has-dropdown .cart-dropdown .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

header
  .header-bot
  .header-bot-inner
  .cart
  .has-dropdown
  .cart-dropdown
  .item
  .pt {
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #a0a8af;
}

header
  .header-bot
  .header-bot-inner
  .cart
  .has-dropdown
  .cart-dropdown
  .item
  .data {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #000;
}

header
  .header-bot
  .header-bot-inner
  .cart
  .has-dropdown
  .cart-dropdown
  .item
  .data
  span {
  padding: 0 7px;
  background: #eaff00;
  border-radius: 10px;
}

header .header-bot .header-bot-inner .cart .has-dropdown .cart-dropdown .links {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}

header
  .header-bot
  .header-bot-inner
  .cart
  .has-dropdown
  .cart-dropdown
  .links
  a {
  display: block;
  text-align: center;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

header
  .header-bot
  .header-bot-inner
  .cart
  .has-dropdown
  .cart-dropdown
  .links
  a.purple {
  font-size: 11px;
  font-family: KyivTypeSansMedium;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  padding: 12px;
  width: 100%;
  border-radius: 12px 0;
  background: #ac64ff;
  text-transform: uppercase;
  margin-bottom: 3px;
}

header
  .header-bot
  .header-bot-inner
  .cart
  .has-dropdown
  .cart-dropdown
  .links
  a.purple:hover {
  background: #955be1;
}

header
  .header-bot
  .header-bot-inner
  .cart
  .has-dropdown
  .cart-dropdown
  .links
  a.normal {
  padding: 12px;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #717c88;
}

header
  .header-bot
  .header-bot-inner
  .cart
  .has-dropdown
  .cart-dropdown
  .links
  a.normal:hover {
  color: #ac64ff;
}

@media only screen and (min-width: 1026px) {
  header
    .header-bot
    .header-bot-inner
    .cart
    .has-dropdown:hover
    .cart-dropdown {
    opacity: 1;
    visibility: visible;
  }
}

footer {
  background: #122538;
}

footer .footer-top {
  padding: 35px 0;
}

footer .footer-top .footer-top-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -30px;
}

@media only screen and (max-width: 767px) {
  footer .footer-top {
    padding: 0 0 30px;
  }

  footer .footer-top .footer-top-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
}

footer .footer-top .footer-top-inner .col {
  padding: 0 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  footer .footer-top .footer-top-inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  footer .footer-top .footer-top-inner .col {
    width: 33.3334%;
    padding: 0 30px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  footer .footer-top .footer-top-inner .col:first-child {
    display: none;
  }

  footer .footer-top .footer-top-inner .col:nth-child(2),
  footer .footer-top .footer-top-inner .col:nth-child(3) {
    width: 50%;
  }
}

footer .footer-top .footer-top-inner .col .dir-col {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 220px;
}

@media only screen and (max-width: 767px) {
  footer .footer-top .footer-top-inner .col .dir-col {
    display: none;
  }
}

footer .footer-top .footer-top-inner .col .dir-col .logo {
  margin-right: 30px;
}

footer .footer-top .footer-top-inner .col .dir-col .logo a img {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

footer .footer-top .footer-top-inner .col .dir-col .logo a img.purple,
footer .footer-top .footer-top-inner .col .dir-col .logo a:hover img.yellow {
  display: none;
}

footer .footer-top .footer-top-inner .col .dir-col .logo a:hover img.purple {
  display: block;
}

footer .footer-top .footer-top-inner .col .dir-col .payment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

footer .footer-top .footer-top-inner .col .dir-col .payment .item {
  opacity: 0.5;
  margin-right: 30px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

footer .footer-top .footer-top-inner .col .dir-col .payment .item:last-child {
  margin-right: 0;
}

footer .footer-top .footer-top-inner .col .dir-col .payment .item:hover {
  opacity: 1;
}

footer .footer-top .footer-top-inner .col .col-title {
  font-size: 16px;
  font-family: KyivTypeSansMedium;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0.43px;
  color: #fff;
  margin-bottom: 21px;
}

@media only screen and (max-width: 767px) {
  footer .footer-top .footer-top-inner .col .col-title {
    font-size: 14px;
    margin-bottom: 14px;
    margin-top: 30px;
  }
}

footer .footer-top .footer-top-inner .col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .footer-top .footer-top-inner .col ul li a {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.14;
  letter-spacing: 0.38px;
  color: rgba(255, 255, 255, 0.6);
  display: block;
}

footer .footer-top .footer-top-inner .col ul li a:hover {
  color: #fff;
}

footer .footer-top .footer-top-inner .col .contact {
  margin-top: 6px;
}

footer .footer-top .footer-top-inner .col .contact .time {
  opacity: 0.6;
  font-size: 10px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.27px;
  color: #fff;
  margin-bottom: 2px;
}

footer .footer-top .footer-top-inner .col .contact .call a {
  letter-spacing: 0.27px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  font-family: OpenSansSemibold;
}

footer .footer-top .footer-top-inner .col .contact .call:hover a {
  letter-spacing: 0.27px;
  color: #ac64ff;
}

@media only screen and (max-width: 767px) {
  footer .footer-top .footer-top-inner .col .contact .time br {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  footer .footer-top .footer-top-inner .col .dir-col {
    width: auto;
  }

  footer .footer-top .footer-top-inner .col .contact .time br {
    display: none;
  }
}

footer .footer-top .footer-top-inner .col .contact .call {
  position: relative;
  display: inline-block;
  margin-bottom: 2px;
}

footer .footer-top .footer-top-inner .col .contact .call svg {
  position: absolute;
  left: -30px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

footer .footer-top .footer-top-inner .col .contact .call span {
  font-size: 20px;
  font-family: OpenSansSemibold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
}

footer .footer-top .footer-top-inner .col .contact .call:hover span {
  color: #ac64ff;
}

footer .footer-top .footer-top-inner .col .contact .tip {
  font-size: 10px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.27px;
  color: #eaff00;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  footer .footer-top .footer-top-inner .col .contact .call svg {
    display: none;
  }

  footer .footer-top .footer-top-inner .col .contact .tip {
    margin-bottom: 10px;
  }
}

footer .footer-top .footer-top-inner .col .contact .mail {
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  footer .footer-top .footer-top-inner .col .contact .mail {
    margin-bottom: 16px;
  }

  footer .footer-top .footer-top-inner .col .contact .mail svg {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  footer .footer-top .footer-top-inner .col .contact .mail {
    margin-bottom: 15px;
  }
}

footer .footer-top .footer-top-inner .col .contact .mail svg {
  position: absolute;
  left: -30px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

footer .footer-top .footer-top-inner .col .contact .mail span {
  font-size: 12px;
  font-family: OpenSansSemibold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.83;
  letter-spacing: 0.32px;
  color: #fff;
}

footer .footer-top .footer-top-inner .col .contact .mail:hover span {
  color: #ac64ff;
}

footer .footer-top .footer-top-inner .col .contact .mob-feedback {
  display: none;
  margin-bottom: 30px;
}

footer .footer-top .footer-top-inner .col .contact .mob-feedback a {
  padding: 11px 16px;
  background: #ac64ff;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-size: 10px;
  font-family: KyivTypeSansMedium;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 9px 0;
}

footer .footer-top .footer-top-inner .col .contact .mob-feedback a:hover {
  background: #955be1;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  footer .footer-top .footer-top-inner .col .contact .mob-feedback {
    margin-bottom: 0;
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  footer .footer-top .footer-top-inner .col .contact .mob-feedback {
    display: block;
  }

  footer .footer-top .footer-top-inner .col .contact .mob-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
  }

  footer .footer-top .footer-top-inner .col .contact .mob-wrap .lbl {
    font-size: 10px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.27px;
    color: #fff;
    opacity: 0.7;
    margin-bottom: 11px;
  }

  footer .footer-top .footer-top-inner .col .contact .mob-wrap .payment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  footer .footer-top .footer-top-inner .col .contact .mob-wrap .payment .item {
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    margin-right: 30px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  footer .footer-top .footer-top-inner .col .contact .mob-wrap .payment .item {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  footer
    .footer-top
    .footer-top-inner
    .col
    .contact
    .mob-wrap
    .payment
    .item:last-child {
    margin-right: 0;
  }

  footer
    .footer-top
    .footer-top-inner
    .col
    .contact
    .mob-wrap
    .payment
    .item:hover {
    opacity: 1;
  }

  footer
    .footer-top
    .footer-top-inner
    .col
    .contact
    .mob-wrap
    .scol:last-child {
    text-align: right;
  }
}

footer .footer-bottom .footer-bottom-inner .copy,
footer .footer-bottom .footer-bottom-inner .made span {
  opacity: 0.6;
  font-size: 12px;
  line-height: 1.83;
  letter-spacing: 0.32px;
  color: #fff;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
}

footer .footer-top .footer-top-inner .col .contact .mob-wrap .mob-show {
  display: none;
}

@media only screen and (max-width: 767px) {
  footer .footer-top .footer-top-inner .col .contact .mob-wrap .mob-show {
    display: block;
  }
}

footer .footer-top .footer-top-inner .col .contact .mob-wrap .social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .footer-top .footer-top-inner .col .contact .mob-wrap .social li {
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  footer .footer-top .footer-top-inner .col .contact .mob-wrap .social {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  footer .footer-top .footer-top-inner .col .contact .mob-wrap .social li {
    margin: 0 0 0 7px;
  }
}

footer .footer-top .footer-top-inner .col .contact .mob-wrap .social li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swiper-slide,
.swiper-wrapper {
  height: 100%;
  position: relative;
  width: 100%;
}

footer
  .footer-top
  .footer-top-inner
  .col
  .contact
  .mob-wrap
  .social
  li
  a:hover {
  background: #fff;
}

footer
  .footer-top
  .footer-top-inner
  .col
  .contact
  .mob-wrap
  .social
  li
  a:hover
  svg
  path {
  fill: #122538;
}

footer .footer-bottom {
  background: rgba(255, 255, 255, 0.08);
}

footer .footer-bottom .footer-bottom-inner {
  min-height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .footer-bottom .footer-bottom-inner .mob-logo {
  display: none;
  margin-bottom: 20px;
}

footer .footer-bottom .footer-bottom-inner .mob-logo a img {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

footer .footer-bottom .footer-bottom-inner .mob-logo a img.purple,
footer .footer-bottom .footer-bottom-inner .mob-logo a:hover img.yellow {
  display: none;
}

footer .footer-bottom .footer-bottom-inner .mob-logo a:hover img.purple {
  display: block;
}

@media only screen and (max-width: 767px) {
  footer .footer-bottom .footer-bottom-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 15px;
  }

  footer .footer-bottom .footer-bottom-inner .mob-logo {
    display: block;
  }

  footer .footer-bottom .footer-bottom-inner .copy {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  footer .footer-bottom .footer-bottom-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 30px 15px;
  }

  footer .footer-bottom .footer-bottom-inner .mob-logo {
    display: block;
  }

  footer .footer-bottom .footer-bottom-inner .copy {
    margin-bottom: 20px;
  }
}

footer .footer-bottom .footer-bottom-inner .made {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

footer .footer-bottom .footer-bottom-inner .made span {
  margin-right: 18px;
}

footer .footer-bottom .footer-bottom-inner .made:hover span {
  opacity: 1;
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
  --swiper-navigation-size: 44px;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: -webkit-calc(var(--swiper-navigation-size) / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: -webkit-calc(-1 * var(--swiper-navigation-size) / 2);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.cart-wrap
  .item-list
  .cart-item
  .bt-wrap
  .services
  .services-list
  .form-item.checkbox
  label
  span,
.cart-wrap
  .item-list
  .cart-item
  .bt-wrap
  .services
  .services-list
  .form-item.radio
  label
  span {
  font-family: OpenSansSemibold;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-scrollbar-cursor-drag,
.swiper-slide-zoomed {
  cursor: move;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-pagination-lock,
.swiper-scrollbar-lock {
  display: none;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid;
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.cart-wrap,
.modaal-noscroll {
  overflow: hidden;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*!
Modaal - accessible modals - v0.4.4
by Humaan, for all humans.
http://humaan.com
*/
.main-modal {
  display: none;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.cart-wrap {
  height: 590px;
  overflow-y: auto;
}

@media only screen and (max-width: 767px) {
  .cart-wrap {
    height: -webkit-calc(100vh - 52px);
    height: calc(100vh - 52px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .cart-wrap {
    height: -webkit-calc(100vh - 52px);
    height: calc(100vh - 52px);
  }
}

.cart-wrap .item-list {
  position: relative;
}

.cart-wrap .item-list:after {
  content: "";
  display: block;
  height: 40px;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.cart-wrap .item-list .ovh-wrap {
  height: 440px;
  overflow: hidden;
  overflow-y: auto;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .cart-wrap .item-list .ovh-wrap {
    height: auto;
    overflow: visible;
  }
}

.cart-wrap .item-list .cart-item {
  padding: 20px 30px;
  border-bottom: 1px solid #e7e9eb;
  position: relative;
}

.cart-wrap .item-list .cart-item:last-child {
  border: none;
}

.cart-wrap .item-list .cart-item .main-prod-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.cart-wrap .item-list .cart-item .main-prod-info .photo {
  width: 100px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .cart-wrap .item-list:after {
    content: none;
  }

  .cart-wrap .item-list .ovh-wrap {
    height: auto;
    overflow: visible;
  }

  .cart-wrap .item-list .cart-item {
    padding: 15px;
  }

  .cart-wrap .item-list .cart-item .main-prod-info .photo {
    width: 70px;
    margin-right: 15px;
  }
}

.cart-wrap .item-list .cart-item .main-prod-info .txt .title {
  margin-bottom: 5px;
  padding-right: 24px;
}

.cart-wrap .item-list .cart-item .main-prod-info .txt .title a {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.38px;
  color: #122538;
}

.cart-wrap .item-list .cart-item .main-prod-info .txt .title a:hover {
  color: #ac64ff;
}

.cart-wrap .item-list .cart-item .main-prod-info .txt .sku {
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #a0a8af;
}

.cart-wrap .item-list .cart-item .bt-wrap {
  padding-left: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cart-wrap .item-list .cart-item .bt-wrap--without-services {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .cart-wrap .item-list .cart-item .bt-wrap {
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.cart-wrap .item-list .cart-item .bt-wrap .services .drop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding-top: 7px;
}

.cart-wrap .item-list .cart-item .bt-wrap .services .drop svg {
  margin-right: 14px;
}

.cart-wrap .item-list .cart-item .bt-wrap .services .drop span {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.38px;
  color: #ac64ff;
}

.cart-wrap .item-list .cart-item .bt-wrap .services .drop:hover {
  color: #955be1;
}

.cart-wrap .item-list .cart-item .bt-wrap .services .drop.active svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cart-wrap .item-list .cart-item .bt-wrap .services .services-list {
  margin-top: 30px;
  display: none;
}

.cart-wrap .item-list .cart-item .bt-wrap .services .services-list.active {
  display: block;
}

.cart-wrap
  .item-list
  .cart-item
  .bt-wrap
  .services
  .services-list
  .box:first-child {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .cart-wrap .item-list .cart-item .bt-wrap .services .drop span {
    font-size: 12px;
  }

  .cart-wrap .item-list .cart-item .bt-wrap .services .services-list {
    margin-top: 20px;
  }

  .cart-wrap
    .item-list
    .cart-item
    .bt-wrap
    .services
    .services-list
    .box:first-child {
    margin-bottom: 16px;
  }
}

.cart-wrap .item-list .cart-item .bt-wrap .services .services-list .form-item {
  display: block;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .cart-wrap
    .item-list
    .cart-item
    .bt-wrap
    .services
    .services-list
    .form-item {
    margin-bottom: 18px;
  }
}

.cart-wrap
  .item-list
  .cart-item
  .bt-wrap
  .services
  .services-list
  .form-item.checkbox
  .options {
  display: none;
}

.cart-wrap
  .item-list
  .cart-item
  .bt-wrap
  .services
  .services-list
  .form-item.checkbox
  input[type="checkbox"] {
  display: none;
  margin: 0;
}

.cart-wrap
  .item-list
  .cart-item
  .bt-wrap
  .services
  .services-list
  .form-item.checkbox
  input[type="checkbox"]:checked
  + label:before {
  background: #ac64ff;
  border-color: #ac64ff;
}

.cart-wrap
  .item-list
  .cart-item
  .bt-wrap
  .services
  .services-list
  .form-item.checkbox
  input[type="checkbox"]:checked
  + label:after {
  content: "";
  display: block;
  width: 13px;
  height: 10px;
  position: absolute;
  left: 6px;
  top: 7px;
  background: url(../images/check.svg) center/cover no-repeat;
}

.cart-wrap
  .item-list
  .cart-item
  .bt-wrap
  .services
  .services-list
  .form-item.checkbox
  input[type="checkbox"]:checked
  ~ .options {
  display: block;
}

.cart-wrap
  .item-list
  .cart-item
  .bt-wrap
  .services
  .services-list
  .form-item.checkbox
  label {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #122538;
  display: block;
  margin: 0 0 20px;
  padding-left: 43px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .cart-wrap
    .item-list
    .cart-item
    .bt-wrap
    .services
    .services-list
    .form-item.checkbox
    input[type="checkbox"]:checked
    + label:after {
    width: 11px;
    height: 9px;
    left: 5px;
    top: 5px;
  }

  .cart-wrap
    .item-list
    .cart-item
    .bt-wrap
    .services
    .services-list
    .form-item.checkbox
    label {
    font-size: 12px;
    padding-left: 36px;
  }
}

.cart-wrap
  .item-list
  .cart-item
  .bt-wrap
  .services
  .services-list
  .form-item.checkbox
  label:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  border: 1px solid #e7e9eb;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

@media only screen and (max-width: 767px) {
  .cart-wrap
    .item-list
    .cart-item
    .bt-wrap
    .services
    .services-list
    .form-item.checkbox
    label:before {
    width: 20px;
    height: 20px;
  }
}

.cart-wrap
  .item-list
  .cart-item
  .bt-wrap
  .services
  .services-list
  .form-item.checkbox
  label:hover:before {
  border-color: #ac64ff;
}

.cart-wrap
  .item-list
  .cart-item
  .bt-wrap
  .services
  .services-list
  .form-item.radio
  input {
  display: none;
}

.cart-wrap
  .item-list
  .cart-item
  .bt-wrap
  .services
  .services-list
  .form-item.radio
  input:checked
  ~ label:before {
  border: 1px solid #ac64ff;
  background-color: rgba(172, 100, 255, 0.1);
}

.cart-wrap
  .item-list
  .cart-item
  .bt-wrap
  .services
  .services-list
  .form-item.radio
  input:checked
  ~ label:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ac64ff;
  position: absolute;
  left: 5px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cart-wrap
  .item-list
  .cart-item
  .bt-wrap
  .services
  .services-list
  .form-item.radio
  label {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #122538;
  position: relative;
  margin: 0;
  padding-left: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .cart-wrap
    .item-list
    .cart-item
    .bt-wrap
    .services
    .services-list
    .form-item.radio
    input:checked
    ~ label:after {
    width: 12px;
    height: 12px;
    left: 4px;
  }

  .cart-wrap
    .item-list
    .cart-item
    .bt-wrap
    .services
    .services-list
    .form-item.radio
    label {
    font-size: 12px;
    padding-left: 30px;
  }
}

.cart-wrap
  .item-list
  .cart-item
  .bt-wrap
  .services
  .services-list
  .form-item.radio
  label:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 20px;
  border: 1px solid #d0d3d7;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cart-wrap
  .item-list
  .cart-item
  .bt-wrap
  .services
  .services-list
  .form-item.radio
  label
  img {
  margin-right: 15px;
}

.cart-wrap
  .item-list
  .cart-item
  .bt-wrap
  .services
  .services-list
  .form-item.radio
  label
  .pa {
  position: absolute;
  left: 40px;
  bottom: -9px;
  font-size: 10px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.38px;
  color: #979797;
  white-space: nowrap;
}

.cart-wrap
  .item-list
  .cart-item
  .bt-wrap
  .services
  .services-list
  .form-item
  .form-item {
  padding-left: 43px;
}

.cart-wrap .item-list .cart-item .bt-wrap .actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .cart-wrap
    .item-list
    .cart-item
    .bt-wrap
    .services
    .services-list
    .form-item.radio
    label:before {
    width: 20px;
    height: 20px;
  }

  .cart-wrap
    .item-list
    .cart-item
    .bt-wrap
    .services
    .services-list
    .form-item.radio
    label
    .pa {
    left: 30px;
  }

  .cart-wrap .item-list .cart-item .bt-wrap .actions {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 15px 0;
  }
}

.cart-wrap .item-list .cart-item .bt-wrap .actions .qty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 40px;
}

.cart-wrap .item-list .cart-item .bt-wrap .actions .qty input {
  width: 53px;
  height: 38px;
  border-radius: 3px;
  border: 1px solid #d0d3d7;
  margin: 0 15px;
  box-shadow: none;
  text-align: center;
  -moz-appearance: textfield;
}

.cart-wrap
  .item-list
  .cart-item
  .bt-wrap
  .actions
  .qty
  input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.cart-wrap .item-list .cart-item .bt-wrap .actions .qty .qminus,
.cart-wrap .item-list .cart-item .bt-wrap .actions .qty .qplus {
  line-height: 1;
  width: 11px;
  height: 11px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.cart-wrap .item-list .cart-item .bt-wrap .actions .qty .qminus:hover:after,
.cart-wrap .item-list .cart-item .bt-wrap .actions .qty .qminus:hover:before,
.cart-wrap .item-list .cart-item .bt-wrap .actions .qty .qplus:hover:after,
.cart-wrap .item-list .cart-item .bt-wrap .actions .qty .qplus:hover:before {
  background: #ac64ff;
}

.cart-wrap .item-list .cart-item .bt-wrap .actions .qty .qminus:before,
.cart-wrap .item-list .cart-item .bt-wrap .actions .qty .qplus:after,
.cart-wrap .item-list .cart-item .bt-wrap .actions .qty .qplus:before {
  content: "";
  display: block;
  width: 11px;
  height: 1px;
  background: #122538;
}

.cart-wrap .cart-actions,
.cart-wrap .cart-actions .promo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.cart-wrap .item-list .cart-item .bt-wrap .actions .qty .qplus:after {
  position: absolute;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.cart-wrap .item-list .cart-item .bt-wrap .actions .price {
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  color: #122538;
}

.cart-wrap .item-list .cart-item .bt-wrap .actions .price span {
  font-size: 12px;
}

.cart-wrap .item-list .cart-item .bt-wrap .actions .del {
  position: absolute;
  right: 30px;
  top: 30px;
}

.cart-wrap .item-list .cart-item .bt-wrap .actions .del a:hover svg path {
  fill: #ac64ff;
}

.form-item .shpass:hover svg path,
.modal-box .login-wrap .col .login-form .form-item .shpass:hover svg path,
.modal-box .login-wrap .col .register-form .form-item .shpass:hover svg path {
  fill: #122538;
}

.cart-wrap .cart-actions {
  height: 150px;
  border-top: 1px solid #e7e9eb;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .cart-wrap .cart-actions {
    height: auto;
    padding: 25px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .cart-wrap .item-list .cart-item .bt-wrap .actions .del {
    position: initial;
  }

  .cart-wrap .cart-actions {
    height: auto;
    padding: 22px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.cart-wrap .cart-actions .continue {
  padding: 0 15px;
}

@media only screen and (max-width: 767px) {
  .cart-wrap .cart-actions .continue {
    padding: 0;
  }
}

.cart-wrap .cart-actions .continue a {
  font-family: KyivTypeSansMedium;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.32px;
  color: #122538;
  padding: 14px 30px 15px;
  text-transform: uppercase;
  border: 1px solid #d0d3d7;
  border-radius: 15px 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  display: inline-block;
}

.cart-wrap .cart-actions .continue a:hover {
  color: #ac64ff;
  border-color: #ac64ff;
}

.cart-wrap .cart-actions .promo {
  padding: 0 15px;
}

@media only screen and (max-width: 767px) {
  .cart-wrap .cart-actions .promo {
    padding: 0;
    margin: 25px 0;
  }
}

.cart-wrap .cart-actions .promo a {
  display: flex;
}

.cart-wrap .cart-actions .promo a svg {
  margin-right: 14px;
}

.cart-wrap .cart-actions .promo a span {
  font-family: KyivTypeSansRegular;
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0.38px;
  color: #122538;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.cart-wrap .cart-actions .promo a:hover span {
  color: #ac64ff;
}

.cart-wrap .cart-actions .price-act {
  margin: 0 15px;
  border-radius: 10px;
  background-color: #f6f7f8;
  padding: 23px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .cart-wrap .cart-actions .price-act {
    width: 100%;
    margin-top: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .cart-wrap .cart-actions .price-act {
    padding: 18px 15px;
    margin: 0;
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.cart-wrap .cart-actions .price-act .price {
  margin-right: 25px;
  font-size: 24px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.83;
  letter-spacing: normal;
  color: #122538;
}

.cart-wrap .cart-actions .price-act .price span {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .cart-wrap .cart-actions .price-act .price {
    margin-right: 20px;
    font-size: 18px;
  }

  .cart-wrap .cart-actions .price-act .price span {
    font-size: 14px;
  }
}

.cart-wrap .cart-actions .price-act a,
.cart-wrap .cart-actions .price-act button {
  font-family: KyivTypeSansMedium;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.32px;
  color: #fff;
  padding: 14px 30px 15px;
  text-transform: uppercase;
  background: #ac64ff;
  border-radius: 15px 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  cursor: pointer;
}

.cart-wrap .modal-carousel .modal-title-wrap .modal-car-title,
.license__link {
  font-family: KyivTypeSansRegular;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .cart-wrap .cart-actions .price-act a,
  .cart-wrap .cart-actions .price-act button {
    font-size: 11px;
    padding: 11px 22px;
  }
}

.cart-wrap .cart-actions .price-act a:hover,
.cart-wrap .cart-actions .price-act button:hover {
  background: #955be1;
}

.cart-wrap .modal-carousel {
  border-top: 1px solid #e7e9eb;
  padding: 30px;
}

.cart-wrap .modal-carousel .modal-title-wrap {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart-wrap .modal-carousel .modal-title-wrap .modal-car-title {
  font-size: 26px;
  line-height: 0.77;
  letter-spacing: 0.38px;
  color: #122538;
}

.cart-wrap .modal-carousel .modal-title-wrap .car-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .cart-wrap .modal-carousel {
    padding: 15px;
  }

  .cart-wrap .modal-carousel .modal-title-wrap .modal-car-title {
    font-size: 18px;
  }

  .cart-wrap .modal-carousel .modal-title-wrap .car-nav {
    display: none;
  }
}

.cart-wrap .modal-carousel .modal-title-wrap .car-nav .modal-next,
.cart-wrap .modal-carousel .modal-title-wrap .car-nav .modal-prev {
  width: 30px;
  height: 30px;
  border-radius: 2px;
  background: #122538;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.cart-wrap .modal-carousel .modal-title-wrap .car-nav .modal-next svg,
.cart-wrap .modal-carousel .modal-title-wrap .car-nav .modal-prev svg {
  width: 5px;
  height: 10px;
}

.cart-wrap
  .modal-carousel
  .modal-title-wrap
  .car-nav
  .modal-next.swiper-button-disabled,
.cart-wrap
  .modal-carousel
  .modal-title-wrap
  .car-nav
  .modal-prev.swiper-button-disabled {
  background: rgba(18, 37, 56, 0.2);
  cursor: not-allowed;
}

.cart-wrap
  .modal-carousel
  .modal-title-wrap
  .car-nav
  .modal-next.swiper-button-disabled:hover,
.cart-wrap
  .modal-carousel
  .modal-title-wrap
  .car-nav
  .modal-prev.swiper-button-disabled:hover {
  background: rgba(18, 37, 56, 0.2);
}

.cart-wrap .modal-carousel .modal-title-wrap .car-nav .modal-next:hover,
.cart-wrap .modal-carousel .modal-title-wrap .car-nav .modal-prev:hover {
  background: #2a3b4c;
}

.cart-wrap .modal-carousel .modal-title-wrap .car-nav .modal-prev {
  margin-right: 10px;
}

.cart-wrap .modal-carousel .mod-carousel {
  border-radius: 3px;
  border: 1px solid #e7e9eb;
}

.cart-wrap .modal-carousel .mod-carousel .modal-pagination {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 0 0;
}

.cart-wrap
  .modal-carousel
  .mod-carousel
  .modal-pagination
  .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background-color: #d0d3d7;
  opacity: 1;
}

.cart-wrap
  .modal-carousel
  .mod-carousel
  .modal-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  background: #122538;
}

@media only screen and (max-width: 767px) {
  .cart-wrap .modal-carousel .mod-carousel {
    border: none;
  }

  .cart-wrap .modal-carousel .mod-carousel .modal-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .cart-wrap .modal-carousel .mod-carousel .swiper-slide {
    border: 1px solid #e7e9eb;
  }
}

.cart-wrap .modal-carousel .mod-carousel .swiper-slide.swiper-slide-active {
  border-right: 1px solid #e7e9eb;
}

.cart-wrap .modal-carousel .mod-carousel .swiper-slide .item {
  padding: 25px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-wrap .modal-carousel .mod-carousel .swiper-slide .item .main-image {
  width: 100px;
  margin-right: 30px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cart-wrap .modal-carousel .mod-carousel .swiper-slide .item .item-info .title {
  margin: 0 0 10px;
}

.cart-wrap
  .modal-carousel
  .mod-carousel
  .swiper-slide
  .item
  .item-info
  .title
  a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.38px;
  color: #122538;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

@media only screen and (max-width: 767px) {
  .cart-wrap .modal-carousel .mod-carousel .swiper-slide .item {
    padding: 15px;
  }

  .cart-wrap
    .modal-carousel
    .mod-carousel
    .swiper-slide
    .item
    .item-info
    .title {
    margin: 0 0 6px;
  }

  .cart-wrap
    .modal-carousel
    .mod-carousel
    .swiper-slide
    .item
    .item-info
    .title
    a {
    font-size: 14px;
  }
}

.cart-wrap
  .modal-carousel
  .mod-carousel
  .swiper-slide
  .item
  .item-info
  .title
  a:hover {
  color: #ac64ff;
}

.cart-wrap
  .modal-carousel
  .mod-carousel
  .swiper-slide
  .item
  .item-info
  .rating {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .cart-wrap
    .modal-carousel
    .mod-carousel
    .swiper-slide
    .item
    .item-info
    .rating {
    margin-bottom: 6px;
  }
}

.cart-wrap
  .modal-carousel
  .mod-carousel
  .swiper-slide
  .item
  .item-info
  .rating
  ul.product-star {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cart-wrap
  .modal-carousel
  .mod-carousel
  .swiper-slide
  .item
  .item-info
  .rating
  ul.product-star
  li {
  margin-right: 3px;
  line-height: 1;
}

.cart-wrap
  .modal-carousel
  .mod-carousel
  .swiper-slide
  .item
  .item-info
  .middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 50px;
}

@media only screen and (max-width: 767px) {
  .cart-wrap
    .modal-carousel
    .mod-carousel
    .swiper-slide
    .item
    .item-info
    .rating
    ul.product-star
    li {
    margin-right: 2px;
  }

  .cart-wrap
    .modal-carousel
    .mod-carousel
    .swiper-slide
    .item
    .item-info
    .rating
    ul.product-star
    li
    svg {
    width: 9px;
  }

  .cart-wrap
    .modal-carousel
    .mod-carousel
    .swiper-slide
    .item
    .item-info
    .middle {
    min-height: 36px;
  }
}

.cart-wrap
  .modal-carousel
  .mod-carousel
  .swiper-slide
  .item
  .item-info
  .middle
  .price-sale {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-wrap
  .modal-carousel
  .mod-carousel
  .swiper-slide
  .item
  .item-info
  .middle
  .price-sale
  .old {
  margin-right: 12px;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.38px;
  color: #a0a8af;
  text-decoration: line-through;
}

@media only screen and (max-width: 767px) {
  .cart-wrap
    .modal-carousel
    .mod-carousel
    .swiper-slide
    .item
    .item-info
    .middle
    .price-sale
    .old {
    font-size: 10px;
  }
}

.cart-wrap
  .modal-carousel
  .mod-carousel
  .swiper-slide
  .item
  .item-info
  .middle
  .price-sale
  .old
  .mn {
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .cart-wrap
    .modal-carousel
    .mod-carousel
    .swiper-slide
    .item
    .item-info
    .middle
    .price-sale
    .old
    .mn {
    font-size: 8px;
  }

  .cart-wrap
    .modal-carousel
    .mod-carousel
    .swiper-slide
    .item
    .item-info
    .middle
    .price-sale
    .sale {
    display: none;
  }
}

.cart-wrap
  .modal-carousel
  .mod-carousel
  .swiper-slide
  .item
  .item-info
  .middle
  .price-sale
  .sale {
  font-size: 10px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.27px;
  color: #122538;
  padding: 2px 4px;
  background: #eaff00;
  border-radius: 2px;
}

.cart-wrap
  .modal-carousel
  .mod-carousel
  .swiper-slide
  .item
  .item-info
  .middle
  .main-price {
  margin: 5px 0 0;
}

.cart-wrap
  .modal-carousel
  .mod-carousel
  .swiper-slide
  .item
  .item-info
  .middle
  .main-price
  .free {
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.83;
  letter-spacing: normal;
  color: #ac64ff;
}

.cart-wrap
  .modal-carousel
  .mod-carousel
  .swiper-slide
  .item
  .item-info
  .middle
  .main-price
  span {
  font-size: 24px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.83;
  letter-spacing: normal;
  color: #122538;
}

@media only screen and (max-width: 767px) {
  .cart-wrap
    .modal-carousel
    .mod-carousel
    .swiper-slide
    .item
    .item-info
    .middle
    .main-price
    span {
    font-size: 20px;
  }
}

.cart-wrap
  .modal-carousel
  .mod-carousel
  .swiper-slide
  .item
  .item-info
  .middle
  .main-price
  span.mn {
  font-size: 16px;
}

.cart-wrap
  .modal-carousel
  .mod-carousel
  .swiper-slide
  .item
  .item-info
  .middle
  .avail {
  font-size: 10px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.27px;
  color: #ac64ff;
}

.cart-wrap
  .modal-carousel
  .mod-carousel
  .swiper-slide
  .item
  .item-info
  .middle
  .buy
  a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: rgba(172, 100, 255, 0.1);
  border-radius: 16px 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

@media only screen and (max-width: 767px) {
  .cart-wrap
    .modal-carousel
    .mod-carousel
    .swiper-slide
    .item
    .item-info
    .middle
    .buy
    a {
    width: 36px;
    height: 36px;
    border-radius: 12px 0;
  }

  .cart-wrap
    .modal-carousel
    .mod-carousel
    .swiper-slide
    .item
    .item-info
    .middle
    .buy
    a
    svg {
    width: 18px;
  }
}

.cart-wrap
  .modal-carousel
  .mod-carousel
  .swiper-slide
  .item
  .item-info
  .middle
  .buy
  a:hover {
  background: #ac64ff;
}

.cart-wrap
  .modal-carousel
  .mod-carousel
  .swiper-slide
  .item
  .item-info
  .middle
  .buy
  a:hover
  svg
  path {
  stroke: #fff;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .price-actions
  .item.right
  .itm
  a:hover
  svg.icon-vesi
  path,
.wish-list .item .top .del a:hover svg path {
  stroke: #ac64ff;
}

.license {
  height: 590px;
  overflow: hidden;
  overflow-y: auto;
}

@media only screen and (max-width: 767px) {
  .license {
    height: -webkit-calc(100vh - 52px);
    height: calc(100vh - 52px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .license {
    height: -webkit-calc(100vh - 52px);
    height: calc(100vh - 52px);
  }
}

.license__holder {
  padding: 20px 30px;
}

.license__link {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ac64ff;
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 1px solid #ac64ff;
}

.license ul li,
.license__description,
.license__title {
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.38px;
}

.license__link:hover {
  color: #122538;
  border-bottom: 1px solid #122538;
}

.license__description {
  display: block;
  margin-top: 10px;
  font-weight: 400;
  line-height: 20px;
  color: #717c88;
}

.license__title {
  display: block;
  font-weight: 600;
  line-height: 19px;
  color: #122538;
}

.license .mtop {
  margin-top: 30px;
}

.license ul {
  display: block;
  margin: 20px 0 0;
  padding: 0;
}

.license ul li {
  display: block;
  padding-left: 20px;
  position: relative;
  font-weight: 400;
  line-height: 20px;
  color: #717c88;
}

.modal-box .empty-content .title,
.modal-box .modal-title h2 {
  font-family: KyivTypeSansRegular;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  color: #122538;
}

.license ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 3px;
  background-image: url(../images/icon-li-dot.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
}

.modal-box.xlarge {
  width: 960px;
}

@media only screen and (max-width: 767px) {
  .modal-box.xlarge {
    width: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .modal-box.xlarge {
    width: auto;
  }
}

.modal-box.large {
  width: 592px;
}

@media only screen and (max-width: 767px) {
  .modal-box.large {
    width: auto;
  }
}

.modal-box.medium {
  width: 472px;
}

@media only screen and (max-width: 767px) {
  .modal-box.medium {
    width: auto;
  }
}

.modal-box.small {
  width: 322px;
}

.modal-box .modal-title {
  padding: 17px 25px;
  border-bottom: 1px solid #e7e9eb;
}

.modal-box .modal-title h2 {
  font-size: 18px;
  line-height: 1.11;
  letter-spacing: normal;
  margin: 0;
}

.modal-box .empty-content {
  padding: 35px 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 315px;
}

@media only screen and (max-width: 767px) {
  .modal-box.small {
    width: auto;
  }

  .modal-box .modal-title h2 {
    font-size: 16px;
  }

  .modal-box .empty-content {
    min-height: 0;
    padding: 30px;
  }
}

.modal-box .empty-content .icon {
  margin: 0 auto 23px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: #f6f7f8;
  border-radius: 16px 0;
}

.modal-box .empty-content .title {
  font-size: 22px;
  line-height: 0.91;
  letter-spacing: 0.38px;
  margin-bottom: 17px;
  text-align: center;
}

.modal-box .empty-content .body p,
.modal-box .empty-content .body p a {
  line-height: 1.43;
  font-weight: 400;
  letter-spacing: 0.38px;
  font-stretch: normal;
  font-style: normal;
}

@media only screen and (max-width: 767px) {
  .modal-box .empty-content .icon {
    width: 90px;
    height: 90px;
  }

  .modal-box .empty-content .title {
    font-size: 18px;
  }

  .modal-box .rent-form .form-item.select .custom-select2 {
    width: 100%;
  }
}

.modal-box .empty-content .body {
  text-align: center;
}

.modal-box .empty-content .body p {
  font-size: 14px;
  color: #88929b;
}

.modal-box .empty-content .body p a {
  font-size: 14px;
  color: #ac64ff;
  text-decoration: underline;
}

.modal-box .empty-content .body p a:hover {
  color: #955be1;
}

.modal-box .empty-content .body p span.purple {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #ac64ff;
  text-align: center;
  letter-spacing: 0.38px;
}

.modal-box .rent-form {
  padding: 20px 25px;
}

.modal-box .rent-form .form-action button {
  font-family: KyivTypeSansMedium;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  padding: 14px 15px 15px;
  text-transform: uppercase;
  background: #ac64ff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-radius: 16px 0;
  width: 100%;
  text-align: center;
}

.modal-box .rent-form .form-item label,
.modal-box .rent-form .form-item.info p a {
  -webkit-transition: all 0.2s ease-in;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
}

.modal-box .rent-form .form-action button:hover {
  background: #955be1;
}

.modal-box .rent-form .form-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-bottom: 15px;
}

.modal-box .rent-form .form-item.info p {
  margin: 0;
  font-size: 10px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.32px;
  color: #a0a8af;
}

.modal-box .rent-form .form-item.info p a {
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.32px;
  color: #122538;
  text-decoration: underline;
  transition: all 0.2s ease-in;
}

.modal-box .rent-form .form-item.info p a:hover {
  color: #ac64ff;
}

.modal-box .rent-form .form-item.select .custom-select2 {
  line-height: 1;
}

.modal-box .rent-form .form-item.select .custom-select2 .selectize-input {
  width: 100%;
  height: 46px;
  border-radius: 2px;
  background: 0 0;
  margin: 0;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.38px;
  border: 1px solid #d0d3d7;
  box-shadow: none;
  padding: 12px 15px;
  font-size: 14px;
  color: #122538;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-box .rent-form .form-item.select .custom-select2 .selectize-input:after {
  width: 8px;
  height: 4px;
  background: url(../images/product/select.svg) center/cover no-repeat;
  border: none;
  right: 15px;
  top: 20px;
  margin: 0;
  opacity: 0.5;
}

.modal-box .rent-form .form-item.select .custom-select2 .selectize-input .item {
  width: 100%;
  white-space: nowrap;
}

.modal-box .rent-form .form-item.select .custom-select2 .selectize-input input {
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  font-size: 14px;
  color: #122538;
  width: 100% !important;
  height: auto;
}

.modal-box
  .rent-form
  .form-item.select
  .custom-select2
  .selectize-input.input-active
  .item {
  display: none !important;
}

.modal-box
  .rent-form
  .form-item.select
  .custom-select2
  .selectize-input.input-active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 1;
}

.modal-box .rent-form .form-item.select .custom-select2 .selectize-dropdown {
  border: 1px solid #d0d3d7;
  box-shadow: none;
}

.modal-box
  .rent-form
  .form-item.select
  .custom-select2
  .selectize-dropdown
  .option {
  display: none;
}

.modal-box
  .rent-form
  .form-item.select
  .custom-select2
  .selectize-dropdown
  .option[data-selectable] {
  display: block;
  padding: 12px 17px 14px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.38px;
  color: #717c88;
  border-bottom: 1px solid #e7e9eb;
  cursor: pointer;
}

.modal-box
  .rent-form
  .form-item.select
  .custom-select2
  .selectize-dropdown
  .option[data-selectable]:hover {
  color: #122538;
  background: 0 0;
}

.modal-box
  .rent-form
  .form-item.select
  .custom-select2
  .selectize-dropdown
  .option[data-selectable].active {
  background: 0 0;
}

.modal-box
  .rent-form
  .form-item.select
  .custom-select2
  .selectize-dropdown
  .option[data-selectable]:last-child {
  border: none;
}

.modal-box .rent-form .form-item label {
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.32px;
  color: #a0a8af;
  margin: 0 0 7px;
  transition: all 0.2s ease-in;
}

.modal-box .rent-form .form-item input {
  height: 46px;
  border-radius: 2px;
  border: 1px solid #d0d3d7;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.38px;
  color: #122538;
  padding: 0 15px;
  box-shadow: none;
  margin: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.modal-box .rent-form .form-item input:focus {
  border-color: #ac64ff;
}

.modal-box .rent-form .form-item input:focus + label {
  color: #122538;
}

.modal-box .login-wrap .col .login-form .terms span,
.modal-box .login-wrap .col .register-form .terms span,
.modal-box .login-wrap .col p,
.modal-box .login-wrap .col.center span {
  font-size: 10px;
  line-height: normal;
  color: #a0a8af;
  letter-spacing: 0.32px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
}

.modal-box .login-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.modal-box .login-wrap .col {
  padding: 0 25px;
}

.modal-box .login-wrap .col.left {
  width: 54.5%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .modal-box .login-wrap {
    display: block;
  }

  .modal-box .login-wrap .col {
    padding: 0 15px;
  }

  .modal-box .login-wrap .col.left {
    width: 100%;
  }
}

.modal-box .login-wrap .col.center {
  padding: 0;
  position: absolute;
  left: 54%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .modal-box .login-wrap .col.center {
    position: relative;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: auto;
  }
}

.modal-box .login-wrap .col.center:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #e7e9eb;
}

.modal-box .login-wrap .col.center span {
  background: #fff;
  margin-left: -10px;
}

@media only screen and (max-width: 767px) {
  .modal-box .login-wrap .col.center:before {
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 5px;
  }

  .modal-box .login-wrap .col.center span {
    margin: -10px 0 0;
    padding: 0 11px;
    z-index: 2;
    position: relative;
  }
}

.modal-box .login-wrap .col.right {
  width: 45.5%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .modal-box .login-wrap .col.right {
    width: 100%;
  }
}

.modal-box .login-wrap .col .login-form,
.modal-box .login-wrap .col .register-form {
  padding: 20px 0;
  width: 272px;
}

@media only screen and (max-width: 767px) {
  .modal-box .login-wrap .col .login-form,
  .modal-box .login-wrap .col .register-form {
    width: 100%;
  }
}

.modal-box .login-wrap .col .login-form .terms,
.modal-box .login-wrap .col .register-form .terms {
  margin: 19px 0 13px;
}

.modal-box .login-wrap .col .login-form .terms span,
.modal-box .login-wrap .col .register-form .terms span {
  display: block;
}

.modal-box .login-wrap .col .login-form .terms span a,
.modal-box .login-wrap .col .register-form .terms span a {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #122538;
  text-decoration: underline;
}

.modal-box .login-wrap .col .login-form .terms span a:hover,
.modal-box .login-wrap .col .register-form .terms span a:hover {
  color: #ac64ff;
}

.modal-box .login-wrap .col .login-form .form-item,
.modal-box .login-wrap .col .register-form .form-item {
  position: relative;
  margin-bottom: 13px;
}

.modal-box .login-wrap .col .login-form .form-item.pass,
.modal-box .login-wrap .col .register-form .form-item.pass {
  margin-bottom: 7px;
}

.modal-box .login-wrap .col .login-form .form-item label,
.modal-box .login-wrap .col .register-form .form-item label {
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.32px;
  color: #717c88;
  display: block;
  margin-bottom: 7px;
}

.modal-box .login-wrap .col .login-form .form-item input,
.modal-box .login-wrap .col .register-form .form-item input {
  margin: 0;
  height: 46px;
  border-radius: 2px;
  border: 1px solid #d0d3d7;
  padding: 0 15px;
  box-shadow: none;
  width: 100%;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.modal-box .login-wrap .col .login-form .form-item input:focus,
.modal-box .login-wrap .col .register-form .form-item input:focus {
  border-color: #ac64ff;
}

.modal-box .login-wrap .col .login-form .form-item .shpass,
.modal-box .login-wrap .col .register-form .form-item .shpass {
  position: absolute;
  right: 15px;
  bottom: 13px;
  line-height: 1;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.modal-box .login-wrap .col .login-form .form-item .shpass .pshow,
.modal-box .login-wrap .col .register-form .form-item .shpass .pshow {
  display: none;
}

.modal-box .login-wrap .col .login-form .form-item .shpass.act .pshow,
.modal-box .login-wrap .col .register-form .form-item .shpass.act .pshow {
  display: block;
}

.modal-box .login-wrap .col .login-form .form-item .shpass.act .phide,
.modal-box .login-wrap .col .register-form .form-item .shpass.act .phide {
  display: none;
}

.modal-box .login-wrap .col .login-form .form-item.forgot,
.modal-box .login-wrap .col .register-form .form-item.forgot {
  margin-bottom: 16px;
}

.modal-box .login-wrap .col .login-form .form-item.forgot a,
.modal-box .login-wrap .col .register-form .form-item.forgot a {
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.32px;
  color: #a0a8af;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.modal-box .login-wrap .col .login-form .form-item.forgot a:hover,
.modal-box .login-wrap .col .register-form .form-item.forgot a:hover {
  color: #ac64ff;
}

.modal-box .login-wrap .col .login-form .form-action button,
.modal-box .login-wrap .col .register-form .form-action button {
  display: block;
  margin: 0 0 5px;
  padding: 14px 14px 15px;
  text-align: center;
  width: 100%;
  background: #ac64ff;
  border-radius: 16px 0;
  font-family: KyivTypeSansMedium;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.modal-box .login-wrap .col .login-form .form-action button:hover,
.modal-box .login-wrap .col .register-form .form-action button:hover {
  background: #955be1;
}

.modal-box .login-wrap .col .login-form .form-action a,
.modal-box .login-wrap .col .register-form .form-action a {
  display: block;
  padding: 5px;
  font-family: KyivTypeSansRegular;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.32px;
  color: #a0a8af;
  text-align: center;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.modal-box .login-wrap .col .login-form .form-action a:hover,
.modal-box .login-wrap .col .register-form .form-action a:hover {
  color: #122538;
}

.modal-box .social-login {
  text-align: center;
  padding: 20px 0;
  width: 220px;
}

@media only screen and (max-width: 767px) {
  .modal-box .social-login {
    margin: 0 auto;
  }
}

.modal-box .social-login .ut {
  font-family: KyivTypeSansRegular;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #122538;
  margin-bottom: 14px;
}

.modal-box .social-login .link-item {
  margin-bottom: 15px;
}

.modal-box .social-login .link-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 46px;
  border-radius: 16px 0;
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.modal-box .social-login .link-item a span {
  line-height: 1;
  display: block;
}

.modal-box .social-login .link-item a span.icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  left: 8px;
  top: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modaal-overlay,
.modaal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-box .social-login .link-item a span.title {
  font-family: KyivTypeSansMedium;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-transform: uppercase;
}

.modal-box .social-login .link-item a.fb {
  background: #4c6fa6;
}

.modal-box .social-login .link-item a.fb span.icon {
  background: rgba(18, 37, 56, 0.2);
}

.modal-box .social-login .link-item a.fb span.title {
  color: #fff;
}

.modal-box .social-login .link-item a.fb:hover {
  background: #446395;
}

.modal-box .social-login .link-item a.google {
  background: #f3f4f5;
}

.modal-box .social-login .link-item a.google span.icon {
  background: #fff;
}

.modal-box .social-login .link-item a.google span.title {
  color: #122538;
}

.modal-box .social-login .link-item a.google:hover {
  background: #e7e9eb;
}

.modaal-overlay {
  z-index: 999;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5) !important;
}

.modaal-wrapper {
  display: block;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: 0 0;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper [tabindex="0"] {
  outline: 0 !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

@media only screen and (min-width: 1026px) {
  .modaal-inner-wrapper {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .modaal-inner-wrapper {
    padding: 30px 15px;
  }

  .full .modaal-inner-wrapper {
    padding: 0;
  }
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .full .modaal-inner-wrapper .modaal-container {
    height: 100%;
    width: 100vw;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .full .modaal-inner-wrapper {
    padding: 0;
  }

  .full .modaal-inner-wrapper .modaal-container {
    height: 100vh;
    width: 100vw;
  }
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: auto;
  margin: auto;
  text-align: left;
  color: #122538;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-container > .modaal-close {
  position: absolute;
  right: 25px;
  top: 19px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 18px;
  height: 18px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-container > .modaal-close:focus,
.modaal-container > .modaal-close:hover {
  outline: 0;
  background: #fff;
}

.modaal-container > .modaal-close:focus:after,
.modaal-container > .modaal-close:focus:before,
.modaal-container > .modaal-close:hover:after,
.modaal-container > .modaal-close:hover:before {
  background: #ac64ff;
}

.modaal-container > .modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-container > .modaal-close:after,
.modaal-container > .modaal-close:before {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 10px;
  width: 2px;
  height: 17px;
  border-radius: 0;
  background: #a0a8af;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-container > .modaal-close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-container > .modaal-close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-fullscreen .modaal-container > .modaal-close {
  background1: #a0a8af;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 0;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: 0 0;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #717c88;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #4e565e;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #4e565e;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.modaal-instagram .modaal-container {
  width: auto;
  background: 0 0;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: 0 0;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img,
.modaal-gallery-item.is_active,
.modaal-iframe-elem {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: 0;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
  outline: 0;
  background: #fff;
}

.irs-hidden-input,
.irs-line,
.selectize-input > input:focus {
  outline: 0 !important;
}

.modaal-gallery-control:focus:after,
.modaal-gallery-control:focus:before,
.modaal-gallery-control:hover:after,
.modaal-gallery-control:hover:before {
  background: #a0a8af;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:after,
.modaal-gallery-control:before {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:after,
.modaal-gallery-prev:before {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-iframe .modaal-content,
.modaal-iframe-elem {
  width: 100%;
  height: 100%;
}

.modaal-video-container embed,
.modaal-video-container iframe,
.modaal-video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }

  .modaal-gallery-control:after,
  .modaal-gallery-control:before {
    background: #fff;
  }

  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }

  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }

  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

.modaal-loading-spinner {
  background: 0 0;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
  transform: scale(0.25);
}

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.irs,
.irs-line {
  position: relative;
  display: block;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/
/* .irs {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif
} */

.irs-line {
  overflow: hidden;
}

.irs-bar,
.irs-shadow {
  position: absolute;
  width: 0;
  left: 0;
}

.irs-bar {
  display: block;
}

.irs-shadow {
  display: none;
}

.irs-from,
.irs-handle,
.irs-max,
.irs-min,
.irs-single,
.irs-to {
  display: block;
  position: absolute;
  cursor: default;
}

.irs-handle {
  box-sizing: border-box;
  z-index: 1;
}

.irs-handle.type_last {
  z-index: 2;
}

.irs-min {
  left: 0;
}

.irs-max {
  right: 0;
}

.irs-from,
.irs-single,
.irs-to {
  top: 0;
  left: 0;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}

.lt-ie9 .irs-disable-mask {
  background: #000;
  cursor: not-allowed;
}

.irs-disabled {
  opacity: 0.4;
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  z-index: -9999 !important;
  background: 0 0 !important;
  border-style: solid !important;
  border-color: transparent !important;
}

.irs--flat {
  height: 40px;
}

.irs--flat.irs-with-grid {
  height: 60px;
}

.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-bar,
.irs--flat .irs-handle > i:first-child,
.irs--flat .irs-single {
  background-color: #81b456 !important;
}

.irs--flat .irs-single:before {
  border-top-color: #81b456 !important;
}

.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}

.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}

.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}

.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}

.irs--flat .irs-max,
.irs--flat .irs-min {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-from,
.irs--flat .irs-single,
.irs--flat .irs-to {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}

.irs--flat .irs-from:before,
.irs--flat .irs-single:before,
.irs--flat .irs-to:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}

.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}

.irs--flat .irs-grid-text {
  color: #999;
}

.irs--big {
  height: 55px;
}

.irs--big.irs-with-grid {
  height: 70px;
}

.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: #fff;
  background: -webkit-linear-gradient(top, #ddd -50%, #fff 150%);
  background: linear-gradient(to bottom, #ddd -50%, #fff 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}

.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: -webkit-linear-gradient(top, #fff 0, #428bca 30%, #b9d4ec 100%);
  background: linear-gradient(to bottom, #fff 0, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}

.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}

.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}

.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: -webkit-linear-gradient(top, #fff 0, #b4b9be 30%, #fff 100%);
  background: linear-gradient(to bottom, #fff 0, #b4b9be 30%, #fff 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px #fff;
  border-radius: 30px;
}

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: -webkit-linear-gradient(top, #fff 0, #919ba5 30%, #fff 100%);
  background: linear-gradient(to bottom, #fff 0, #919ba5 30%, #fff 100%);
}

.irs--big .irs-max,
.irs--big .irs-min {
  top: 0;
  padding: 1px 5px;
  color: #fff;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}

.irs--big .irs-from,
.irs--big .irs-single,
.irs--big .irs-to {
  color: #fff;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: -webkit-linear-gradient(top, #428bca 0, #3071a9 100%);
  background: linear-gradient(to bottom, #428bca 0, #3071a9 100%);
  border-radius: 3px;
}

.irs--big .irs-grid-pol {
  background-color: #428bca;
}

.irs--big .irs-grid-text {
  color: #428bca;
}

.irs--modern,
.irs--modern.irs-with-grid {
  height: 55px;
}

.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: -webkit-linear-gradient(top, #e0e4ea 0, #d1d6e0 100%);
  background: linear-gradient(to bottom, #e0e4ea 0, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}

.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: -webkit-linear-gradient(top, #20b426 0, #18891d 100%);
  background: linear-gradient(to bottom, #20b426 0, #18891d 100%);
}

.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}

.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}

.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: -webkit-linear-gradient(top, #fff 0, #e9e6e6 100%);
  background: linear-gradient(to bottom, #fff 0, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: -webkit-linear-gradient(top, #fff 0, #919ba5 30%, #fff 100%);
  background: linear-gradient(to bottom, #fff 0, #919ba5 30%, #fff 100%);
}

.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}

.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}

.irs--modern .irs-max,
.irs--modern .irs-min {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: #fff;
  background-color: #d1d6e0;
  border-radius: 5px;
}

.irs--modern .irs-from,
.irs--modern .irs-single,
.irs--modern .irs-to {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: #fff;
  border-radius: 5px;
}

.irs--modern .irs-from:before,
.irs--modern .irs-single:before,
.irs--modern .irs-to:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}

.irs--modern .irs-grid {
  height: 25px;
}

.irs--modern .irs-grid-pol {
  background-color: #dedede;
}

.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}

.irs--sharp.irs-with-grid {
  height: 57px;
}

.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
}

.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}

.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}

.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}

.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}

.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: #000;
}

.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: #000;
}

.irs--sharp .irs-max,
.irs--sharp .irs-min {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}

.irs--sharp .irs-from,
.irs--sharp .irs-single,
.irs--sharp .irs-to {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: #fff;
  border-radius: 2px;
}

.irs--sharp .irs-from:before,
.irs--sharp .irs-single:before,
.irs--sharp .irs-to:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-grid {
  height: 25px;
}

.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}

.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--round {
  height: 50px;
}

.irs--round.irs-with-grid {
  height: 65px;
}

.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}

.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}

.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}

.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--round .irs-max,
.irs--round .irs-min {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.irs--round .irs-from,
.irs--round .irs-single,
.irs--round .irs-to {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: #fff;
  border-radius: 4px;
}

.irs--round .irs-grid-pol,
.irs--square .irs-line {
  background-color: #dedede;
}

.irs--round .irs-from:before,
.irs--round .irs-single:before,
.irs--round .irs-to:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}

.irs--round .irs-grid {
  height: 25px;
}

.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--square {
  height: 50px;
}

.irs--square.irs-with-grid {
  height: 60px;
}

.irs--square .irs-line {
  top: 31px;
  height: 4px;
}

.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: #000;
}

.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}

.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid #000;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--square .irs-max,
.irs--square .irs-min {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}

.irs--square .irs-from,
.irs--square .irs-single,
.irs--square .irs-to {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #000;
  color: #fff;
}

.irs--square .irs-grid {
  height: 25px;
}

.irs--square .irs-grid-pol {
  background-color: #dedede;
}

.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}

.selectize-control.plugin-drag_drop.multi
  > .selectize-input
  > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 !important;
  box-shadow: inset 0 0 12px 4px #fff;
}

.slick-loading .slick-slide,
.slick-loading .slick-track,
body.loaded .preloader {
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
  color: #000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: 0 0;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #fff;
}

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.selectize-control,
.selectize-input {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

.selectize-control.single .selectize-input.input-active,
.selectize-input {
  background: #fff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}

.selectize-input.full {
  background-color: #fff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #fff;
  border: 0 solid #fff;
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 !important;
  background: 0 0 !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.slick-lightbox-close:focus,
.slick-list:focus {
  outline: 0;
}

.selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}

.selectize-dropdown .optgroup-header,
.selectize-dropdown .option {
  padding: 5px 8px;
}

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}

.selectize-dropdown [data-selectable].option {
  opacity: 1;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: grey transparent transparent;
}

.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px;
  border-color: transparent transparent grey;
}

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

/* .slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
} */

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  left: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.slick-lightbox .slick-loading .slick-list {
  background-color: transparent;
}

.slick-lightbox .slick-prev {
  left: 15px;
}

.slick-lightbox .slick-next {
  right: 15px;
}

.slick-lightbox-hide {
  opacity: 0;
}

.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0;
}

.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden;
}

.slick-lightbox-slick-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.slick-caption-bottom
  .slick-lightbox-slick-item
  .slick-lightbox-slick-item
  .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.slick-caption-dynamic
  .slick-lightbox-slick-item
  .slick-lightbox-slick-item
  .slick-lightbox-slick-caption {
  display: block;
  text-align: center;
}

.slick-lightbox-slick-item-inner {
  display: inline-block;
  max-width: 90%;
  max-height: 90%;
}

.slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
}

.slick-lightbox-slick-caption {
  margin: 10px 0 0;
  color: #fff;
}

.slick-lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  padding: 0;
  border: none;
}

.slick-lightbox-close:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  content: "×";
}

.form-item label,
.form-item.forgot a {
  font-size: 12px;
  letter-spacing: 0.32px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
}

.form-item {
  position: relative;
  margin-bottom: 13px;
  word-wrap: break-word; /* Перенос слов */
}

.form-item label,
.form-item.pass {
  margin-bottom: 7px;
}

.form-item label {
  line-height: 1;
  color: #717c88;
  display: block;
}

.form-item input,
.form-item textarea {
  margin: 0;
  padding: 0 15px;
  box-shadow: none;
  width: 100%;
  -webkit-transition: all 0.2s ease-in;
}

.form-item input {
  height: 46px;
  border-radius: 2px;
  border: 1px solid #d0d3d7;
  transition: all 0.2s ease-in;
}

.form-item input:focus {
  border-color: #ac64ff;
}

.form-item textarea {
  height: 170px;
  border-radius: 2px;
  border: 1px solid #d0d3d7;
  resize: none;
  transition: all 0.2s ease-in;
}

.form-item textarea:focus {
  border-color: #ac64ff;
}

.form-item .shpass {
  position: absolute;
  right: 15px;
  bottom: 13px;
  line-height: 1;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.form-item .shpass .pshow {
  display: none;
}

.form-item .shpass.act .pshow {
  display: block;
}

.form-item .shpass.act .phide,
.rating > input {
  display: none;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .price-actions
  .item.right
  .itm
  a:hover
  svg.icon-favorites
  path,
.profile-wrap .custom-row .profile-top .logout a:hover svg path,
.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs#main-profile-tabs
  .tabs-title
  a:hover
  svg
  path,
.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs#main-profile-tabs
  .tabs-title.is-active
  a
  svg
  path,
.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .wish-box
  .wish-top
  .right
  .clear
  a:hover
  svg
  path,
.thanks__box .mail:hover svg path,
.thanks__inner:hover svg circle {
  fill: #ac64ff;
}

.form-item.forgot {
  margin-bottom: 16px;
}

.form-item.forgot a {
  line-height: normal;
  color: #a0a8af;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.form-item.forgot a:hover {
  color: #ac64ff;
}

.rating {
  border: none;
  float: left;
}

.rating > label {
  color: #d0d3d7;
  float: right;
  margin: 0 4px;
  width: 16px;
  height: 16px;
  background-image: url(/images/star-gray.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.rating > label:last-child {
  margin-right: 0;
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label,
.rating > input:checked + label:hover,
.rating > input:checked ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
  background-image: url(/images/star-black.svg);
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: #ac64ff;
  z-index: 10000;
  color: #eee;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.preloader__image {
  position: relative;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
  -webkit-animation: preloader-rotate 2s infinite linear;
  animation: preloader-rotate 2s infinite linear;
}

.preloader.preloader--content {
  background-color: rgba(172, 100, 255, 0.5);
  background-image: none;
}

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

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

body.loaded .preloader,
body.loaded_hiding .preloader {
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  opacity: 0;
}

.inner-wrap.product {
  margin: 0;
}

.inner-wrap.product .product-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 0;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.inner-wrap.product .product-head .tr h1 {
  font-family: KyivTypeSansRegular;
  font-size: 26px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.77;
  letter-spacing: 0.38px;
  color: #122538;
  margin: 0 0 18px;
}

@media only screen and (max-width: 767px) {
  .inner-wrap.product .product-head {
    padding: 0;
  }

  .inner-wrap.product .product-head .tr h1 {
    line-height: 1.38;
    font-size: 16px;
    margin: 0 0 10px;
  }

  .inner-wrap.product .product-head .tr .rating {
    display: none;
  }
}

.inner-wrap.product .product-head .tr .rating ul.product-star {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.inner-wrap.product .product-head .tr .rating ul.product-star li {
  margin-right: 3px;
  line-height: 1;
}

.inner-wrap.product .product-head .sku {
  padding: 3px 7px 4px;
  border-radius: 6px;
  background-color: rgba(208, 211, 215, 0.5);
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #122538;
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
}

@media only screen and (max-width: 767px) {
  .inner-wrap.product .product-head .tr .rating ul.product-star li {
    margin-right: 2px;
  }

  .inner-wrap.product .product-head .tr .rating ul.product-star li svg {
    width: 9px;
  }

  .inner-wrap.product .product-head .sku {
    display: none;
  }
}

.product-info-wrap,
.product-info-wrap .product-info-box .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.photo-wrap {
  width: 100%;
  background: #fff;
  padding: 50px 100px;
}

.photo-wrap .item {
  margin-bottom: 75px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .photo-wrap {
    padding: 30px;
  }

  .photo-wrap .item {
    margin-bottom: 50px;
  }
}

.photo-wrap .item img {
  width: 100%;
  max-width: 600px;
  max-height: 600px;
}

.photo-wrap .item:last-child {
  margin-bottom: 0;
}

.product-info-wrap {
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .product-info-wrap {
    margin: 0 -15px;
  }

  .product-info-wrap .product-info-box {
    display: none;
  }
}

.product-info-wrap .product-info-box {
  width: 340px;
  margin-left: 20px;
  height: auto;
  background: #fff;
  border-radius: 3px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .product-info-wrap .product-info-box {
    display: none;
  }
}

.product-info-wrap .product-info-box .top {
  padding: 30px 20px;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e7e9eb;
}

.product-info-wrap .product-info-box .top .image {
  width: 85px;
  height: 85px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}

.product-info-wrap .product-info-box .top .title {
  color: #122538;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.38px;
}

.product-info-wrap .product-info-box .price-box {
  padding: 25px 30px;
  border-bottom: 1px solid #e7e9eb;
}

.product-info-wrap .product-info-box .price-box .price-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.product-info-wrap .product-info-box .price-box .price-top .avail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 9px;
  border-radius: 6px;
  border: 1px solid #ac64ff;
}

.product-info-wrap .product-info-box .price-box .price-top .avail .icon {
  margin-right: 7px;
  line-height: 1;
}

.product-info-wrap .product-info-box .price-box .price-top .avail span {
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.38px;
  color: #122538;
}

.product-info-wrap .product-info-box .price-box .price-top .cback {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #e7e9eb;
  padding-right: 9px;
}

.product-info-wrap .product-info-box .price-box .price-top .cback .icon {
  padding: 3px 8px 4px 9px;
  margin-right: 7px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: solid 1px #e7e9eb;
}

.product-info-wrap .product-info-box .price-box .price-top .cback .title {
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #122538;
}

.product-info-wrap .product-info-box .price-box .price-top .cback .title span {
  font-family: OpenSansSemibold;
  color: #122538;
}

.product-info-wrap .product-info-box .price-box .price-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 -10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-info-wrap .product-info-box .price-box .price-middle .item {
  padding: 0 10px;
}

.product-info-wrap .product-info-box .price-box .price-middle .item .old-price {
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0.38px;
  color: #a0a8af;
  text-decoration: line-through;
  margin-bottom: 14px;
}

.product-info-wrap
  .product-info-box
  .price-box
  .price-middle
  .item
  .old-price
  span {
  font-size: 12px;
  letter-spacing: 0.32px;
}

.product-info-wrap .product-info-box .price-box .price-middle .item .new-price {
  font-size: 26px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.77;
  letter-spacing: normal;
  color: #122538;
  padding-bottom: 15px;
}

.product-info-wrap
  .product-info-box
  .price-box
  .price-middle
  .item
  .new-price
  span {
  font-size: 16px;
}

.product-info-wrap .product-info-box .price-box .price-middle .item .buy a,
.product-info-wrap
  .product-info-box
  .price-box
  .price-middle
  .item
  .buy-dclink
  a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ac64ff;
  padding: 14px 24px;
  border-radius: 15px 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.product-info-wrap .product-info-box .price-box .price-middle .item .buy a svg,
.product-info-wrap
  .product-info-box
  .price-box
  .price-middle
  .item
  .buy-dclink
  a
  svg {
  margin-right: 10px;
  width: 18px;
}

.product-info-wrap .product-info-box .price-box .price-middle .item .buy a span,
.product-info-wrap
  .product-info-box
  .price-box
  .price-middle
  .item
  .buy-dclink
  a
  span {
  font-family: KyivTypeSansMedium;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.32px;
  color: #fff;
  text-transform: uppercase;
}

.product-info-wrap
  .product-info-box
  .price-box
  .price-middle
  .item
  .buy
  a:hover,
.product-info-wrap
  .product-info-box
  .price-box
  .price-middle
  .item
  .buy-dclink
  a:hover {
  background: #955be1;
}

.product-info-wrap .product-info-box .plan-box {
  padding: 18px 30px 23px;
  border-bottom: 1px solid #e7e9eb;
}

.product-info-wrap .product-info-box .plan-box .ins {
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #a0a8af;
}

.product-info-wrap .product-info-box .plan-box .ins span {
  color: #122538;
}

.product-info-wrap .product-info-box .plan-box .buy-ins a,
.product-info-wrap .product-info-box .plan-box .buy-ins-dclink a {
  font-family: KyivTypeSansMedium;
  padding: 14px;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.32px;
  color: #122538;
  border-radius: 15px 0;
  border: 1px solid #d0d3d7;
  display: block;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.product-info-wrap .product-info-box .plan-box .buy-ins a:hover,
.product-info-wrap .product-info-box .plan-box .buy-ins-dclink a:hover {
  background: #f3f4f5;
}

.product-info-wrap .product-info-box .act-box {
  padding: 24px 30px;
  margin: 0 -8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mob-act-box .buy-credit a,
.product-info-wrap .product-info-box .act-box .itm a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
}

.product-info-wrap .product-info-box .act-box .itm {
  padding: 0 8px;
}

.product-info-wrap .product-info-box .act-box .itm a {
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px 16px;
  background: #f3f4f5;
  border-radius: 15px 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.product-info-wrap .product-info-box .act-box .itm a svg {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 14px;
  height: 15px;
}

.product-info-wrap .product-info-box .act-box .itm a span {
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: 0.35px;
  color: #122538;
}

.mob-act-box .buy a span,
.mob-act-box .buy-credit a,
.mob-act-box .buy-dclink a span,
.mob-act-box .buy-credit-dclink a {
  font-family: KyivTypeSansMedium;
  font-size: 10px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}

.product-info-wrap .product-info-box .act-box .itm a.dis span {
  color: #a0a8af;
}

.product-info-wrap .product-info-box .act-box .itm a:hover {
  background: #e7e9eb;
}

.product-info-wrap.pinfo .product-info-box {
  display: block;
}

.product-info-wrap.pinfo .product-info {
  width: -webkit-calc(100% - 360px);
  width: calc(100% - 360px);
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .product-info-wrap.pinfo .product-info {
    width: 100%;
  }
}

.mob-act-box {
  display: none;
  height: 53px;
  box-shadow: 0 -10px 20px 0 rgba(18, 37, 56, 0.1);
  background: #fff;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 22;
}

@media only screen and (max-width: 767px) {
  .product-info-wrap.pinfo .product-info {
    width: 100%;
  }

  .mob-act-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.mob-act-box .compare a,
.mob-act-box .like a {
  padding: 7px;
}

.mob-act-box .buy a,
.mob-act-box .buy-credit a,
.mob-act-box .buy-dclink a,
.mob-act-box .buy-credit-dclink a {
  padding: 10px 15px;
  -webkit-transition: all 0.2s ease-in;
}

.mob-act-box .buy-credit a,
.mob-act-box .buy-credit-dclink a {
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #e7e9eb;
  border-radius: 9px 0;
  color: #122538;
  transition: all 0.2s ease-in;
}

.mob-act-box .buy-credit a:hover,
.mob-act-box .buy-credit-dclink a:hover {
  border-color: #ac64ff;
}

.mob-act-box .buy a,
.mob-act-box .buy-dclink a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ac64ff;
  border-radius: 9px 0;
  transition: all 0.2s ease-in;
}

.mob-act-box .buy a svg,
.mob-act-box .buy-dclink a svg {
  margin-right: 7px;
  width: 13px;
  height: 11px;
}

.mob-act-box .buy a span,
.mob-act-box .buy-dclink a span {
  font-weight: 500;
  color: #fff;
}

.product-info .tabs .tabs-title.is-active a,
.product-info .tabs a {
  line-height: normal;
  letter-spacing: 0.38px;
  font-stretch: normal;
  font-style: normal;
}

.mob-act-box .buy a:hover,
.mob-act-box .buy-dclink a:hover {
  background: #955be1;
}

.product-info {
  border-radius: 3px;
  min-height: 500px;
  width: 100%;
  margin-bottom: 50px;
}

.product-info .tabs {
  border: none;
  background: #fff;
  border-bottom: 1px solid #e7e9eb;
}

.product-info .tabs a {
  font-family: KyivTypeSansRegular;
  font-size: 14px;
  font-weight: 400;
  color: #a0a8af;
  text-transform: uppercase;
  background: #fff;
  padding: 25px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.product-info .tabs a:hover {
  color: #ac64ff;
}

.product-info .tabs .tabs-title {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .product-info {
    margin-bottom: 30px;
  }

  .product-info .tabs {
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
  }

  .product-info .tabs a {
    display: inline-block;
    padding: 10px 15px;
    font-size: 12px;
  }

  .product-info .tabs .tabs-title {
    display: inline-block;
    float: none;
  }
}

.product-info .tabs .tabs-title:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #122538;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}

.product-info .tabs .tabs-title.is-active a {
  font-family: KyivTypeSansMedium;
  font-size: 14px;
  color: #122538;
}

.product-info .tabs .tabs-title.is-active:after {
  opacity: 1;
}

.product-info .tabs-content {
  background: 0 0;
  border: none;
}

.product-info .tabs-content .tabs-panel {
  background: 0 0;
  border: none;
  padding: 0;
}

.product-info .tabs-content .tabs-panel .pr-main-block {
  background: #fff;
  margin-bottom: 50px;
  padding: 30px 5px;
  border-radius: 0 0 3px 3px;
}

.product-info .tabs-content .tabs-panel .pr-main-block .item1 #product-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item1
  #product-slider
  .thumb {
  width: 60px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 25px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .product-info
    .tabs-content
    .tabs-panel
    .pr-main-block
    .item1
    #product-slider
    .thumb {
    display: none;
  }
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item1
  #product-slider
  .thumb
  .slick-slide
  .zoom {
  border-radius: 4px;
  border: 1px solid transparent;
  width: 58px;
  height: 58px;
  padding: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 5px;
  cursor: pointer;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item1
  #product-slider
  .thumb
  .slick-slide
  .zoom
  img {
  display: block;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item1
  #product-slider
  .thumb
  .slick-slide.slick-current
  .zoom {
  border: 1px solid #d0d3d7;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item1
  #product-slider
  .thumb
  .all-photo {
  font-family: KyivTypeSansRegular;
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #a0a8af;
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 1px solid #a0a8af;
  text-align: center;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item1
  #product-slider
  .thumb
  .all-photo:hover {
  color: #ac64ff;
  border-bottom: 1px solid #ac64ff;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item1
  #product-slider
  .large-photo {
  width: -webkit-calc(100% - 83px);
  width: calc(100% - 83px);
  aspect-ratio: 1;
}

@media only screen and (max-width: 767px) {
  .product-info
    .tabs-content
    .tabs-panel
    .pr-main-block
    .item1
    #product-slider
    .thumb
    .all-photo {
    font-size: 10px;
    display: none;
  }

  .product-info
    .tabs-content
    .tabs-panel
    .pr-main-block
    .item1
    #product-slider
    .large-photo {
    width: 100%;
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .product-info
    .tabs-content
    .tabs-panel
    .pr-main-block
    .item1
    #product-slider
    .large-photo {
    padding-bottom: 50px;
  }
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item1
  #product-slider
  .large-photo
  .slick-dots {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .product-info
    .tabs-content
    .tabs-panel
    .pr-main-block
    .item1
    #product-slider
    .large-photo
    .slick-dots {
    position: absolute;
    bottom: -30px;
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .product-info
    .tabs-content
    .tabs-panel
    .pr-main-block
    .item1
    #product-slider
    .large-photo
    .slick-dots
    li {
    margin: 0 2px;
  }

  .product-info
    .tabs-content
    .tabs-panel
    .pr-main-block
    .item1
    #product-slider
    .large-photo
    .slick-dots
    li
    button {
    font-size: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #d0d3d7;
  }

  .product-info
    .tabs-content
    .tabs-panel
    .pr-main-block
    .item1
    #product-slider
    .large-photo
    .slick-dots
    li.slick-active
    button {
    background: #122538;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item1
  #product-slider
  .large-photo
  .slick-slide
  .zoom {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 5px;
  cursor: pointer;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item1
  #product-slider
  .large-photo
  .slick-slide
  .zoom
  img {
  display: block;
  max-height: 100%;
}

@media only screen and (max-width: 767px) {
  .product-info
    .tabs-content
    .tabs-panel
    .pr-main-block
    .item1
    #product-slider
    .large-photo
    .slick-slide
    .zoom {
    /*height: 170px*/
  }

  .product-info
    .tabs-content
    .tabs-panel
    .pr-main-block
    .item1
    #product-slider
    .large-photo
    .slick-slide
    .zoom
    img {
    height: 100%;
  }

  .product-info
    .tabs-content
    .tabs-panel
    .pr-main-block
    .item2
    .main-product-info
    .disc-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .product-info
    .tabs-content
    .tabs-panel
    .pr-main-block
    .item1
    #product-slider
    .large-photo
    .slick-slide
    .zoom
    img {
    height: 100%;
  }
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .disc-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 23px;
  position: relative;
  flex-wrap: wrap;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .disc-box
  .avail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 9px;
  border-radius: 6px;
  border: 1px solid #ac64ff;
  margin-right: 14px;
}

@media only screen and (max-width: 767px) {
  .product-info
    .tabs-content
    .tabs-panel
    .pr-main-block
    .item2
    .main-product-info
    .disc-box
    .avail {
    display: none;
    margin-right: 20px;
  }
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .disc-box
  .avail
  .icon {
  margin-right: 7px;
  line-height: 1;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .disc-box
  .avail
  span {
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.38px;
  color: #122538;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .disc-box
  .cback
  .title,
.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .disc-box
  .disc
  .icon
  span,
.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .disc-box
  .disc
  .title {
  line-height: normal;
  letter-spacing: 0.38px;
  color: #122538;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .disc-box
  .disc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #e7e9eb;
  padding-right: 9px;
  margin-right: 30px;
  height: 25px;
}

@media only screen and (max-width: 767px) {
  .product-info
    .tabs-content
    .tabs-panel
    .pr-main-block
    .item2
    .main-product-info
    .disc-box
    .disc {
    margin: 0 20px 0 0;
  }
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .disc-box
  .disc
  .icon {
  padding: 3px 8px 4px 9px;
  margin-right: 7px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #eaff00;
  border-radius: 6px 0 0 6px;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .disc-box
  .disc
  .title
  span {
  font-family: OpenSansSemibold;
  color: #122538;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .disc-box
  .cback {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #e7e9eb;
  padding-right: 9px;
  height: 25px;
  margin-right: 14px;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .disc-box
  .cback
  .icon {
  padding: 3px 8px 4px 9px;
  margin-right: 7px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: solid 1px #e7e9eb;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .disc-box
  .cback
  .title
  span {
  font-family: OpenSansSemibold;
  color: #122538;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .price-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 -10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 12px;
}

@media only screen and (min-width: 1026px) and (max-width: 1370px) {
  .product-info
    .tabs-content
    .tabs-panel
    .pr-main-block
    .item2
    .main-product-info
    .price-actions {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .price-actions
  .avail-mob {
  display: none;
}

.additional-label {
  display: none;
}

.trans-50 {
  opacity: 0.5 !important;
  filter: grayscale(1);
  transition: 0.3s ease-in-out;
}

.trans-50:hover {
  filter: grayscale(0);
  opacity: 1 !important;
}

@media only screen and (max-width: 767px) {
  .product-info
    .tabs-content
    .tabs-panel
    .pr-main-block
    .item2
    .main-product-info
    .price-actions {
    padding-bottom: 20px;
  }

  .product-info
    .tabs-content
    .tabs-panel
    .pr-main-block
    .item2
    .main-product-info
    .price-actions
    .avail-mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 9px;
    border-radius: 6px;
    border: 1px solid #ac64ff;
    margin-right: 10px;
  }

  .additional-label {
    display: flex;
    justify-content: center;
    margin-bottom: -20px;
  }

  .additional-label .avail-mob {
    width: fit-content;
    display: flex;
    gap: 8px;
    padding: 4px 9px;
    border-radius: 6px;
    border: 1px solid #ac64ff;
  }

  .item0 .small-char {
    margin-top: 48px;
    padding: 0 20px;
  }

  .product-info
    .tabs-content
    .tabs-panel
    .pr-main-block
    .item2
    .main-product-info
    .price-actions
    .avail-mob
    .icon {
    margin-right: 7px;
    line-height: 1;
  }

  .product-info
    .tabs-content
    .tabs-panel
    .pr-main-block
    .item2
    .main-product-info
    .price-actions
    .avail-mob
    span {
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.38px;
    color: #122538;
  }
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .price-actions
  .item {
  padding: 0 10px;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .price-actions
  .item.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .product-info
    .tabs-content
    .tabs-panel
    .pr-main-block
    .item2
    .main-product-info
    .price-actions
    .item.right {
    display: none;
  }
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .price-actions
  .item.right
  .itm {
  width: 130px;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .price-actions
  .item.right
  .itm.scnd {
  margin: 0 20px;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .price-actions
  .item.right
  .itm
  a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 9px 16px;
  background: #f3f4f5;
  border: 1px solid #f3f4f5;
  border-radius: 15px 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .price-actions
  .item.right
  .itm
  a
  svg {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 14px;
  height: 15px;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .price-actions
  .item.right
  .itm
  a
  svg
  path {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .price-actions
  .item.right
  .itm
  a.link-compare::before {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: none;
  margin-right: 14px;
  content: "";
  width: 23px;
  height: 18px;
  background-image: url(../images/icon-vesi-act.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .price-actions
  .item.right
  .itm
  a.link-favorites::before {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: none;
  margin-right: 14px;
  content: "";
  width: 18px;
  height: 16px;
  background-image: url(../images/icon-headt-act.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .price-actions
  .item.right
  .itm
  a.active
  svg {
  display: none;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .price-actions
  .item.right
  .itm
  a.active::before {
  display: inline-block;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .price-actions
  .item.right
  .itm
  a.active
  span {
  color: #122538;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .price-actions
  .item.right
  .itm
  a
  span {
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: 0.35px;
  color: #a0a8af;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .price-actions
  .item.right
  .itm
  a:hover {
  background: 0 0;
  border-color: #ac64ff;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .price-actions
  .item.right
  .itm
  a:hover
  span {
  color: #122538;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .price-actions
  .item
  .old-price {
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0.38px;
  color: #a0a8af;
  text-decoration: line-through;
  margin-bottom: 14px;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .price-actions
  .item
  .old-price
  span {
  font-size: 12px;
  letter-spacing: 0.32px;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .price-actions
  .item
  .new-price {
  font-size: 26px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.77;
  letter-spacing: normal;
  color: #122538;
  padding-bottom: 15px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .product-info
    .tabs-content
    .tabs-panel
    .pr-main-block
    .item2
    .main-product-info
    .price-actions
    .item
    .new-price {
    padding-bottom: 0;
  }
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .price-actions
  .item
  .new-price
  span {
  font-size: 16px;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .price-actions
  .item
  .buy
  a,
.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .price-actions
  .item
  .buy-dclink
  a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ac64ff;
  padding: 11px 11px 12px;
  border-radius: 15px 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .price-actions
  .item
  .buy
  a
  svg,
.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .price-actions
  .item
  .buy-dclink
  a
  svg {
  margin-right: 10px;
  width: 18px;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .price-actions
  .item
  .buy
  a
  span,
.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .price-actions
  .item
  .buy-dclink
  a
  span {
  font-family: KyivTypeSansMedium;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.32px;
  color: #fff;
  text-transform: uppercase;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .price-actions
  .item
  .buy
  a:hover {
  background: #955be1;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .credit-box {
  border-top: 1px solid #e7e9eb;
  border-bottom: 1px solid #e7e9eb;
  padding: 23px 0 30px;
  margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
  .product-info
    .tabs-content
    .tabs-panel
    .pr-main-block
    .item2
    .main-product-info
    .credit-box {
    padding: 17px 0 21px;
  }
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .credit-box
  .credit {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #a0a8af;
  margin-bottom: 11px;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .credit-box
  .credit
  span {
  font-size: 16px;
  color: #122538;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .credit-box
  .credit-list
  ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .credit-box
  .credit-list
  ul
  li {
  margin-right: 10px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .product-info
    .tabs-content
    .tabs-panel
    .pr-main-block
    .item2
    .main-product-info
    .credit-box
    .credit-list
    ul
    li {
    margin-right: 8px;
  }
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .credit-box
  .credit-list
  ul
  li:hover
  .credit-list__drop {
  opacity: 1;
  visibility: visible;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .credit-box
  .credit-list
  ul
  li:last-child {
  margin: 0;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .credit-box
  .credit-list
  ul
  li
  .item {
  width: 48px;
  height: 48px;
  border: 1px solid #e7e9eb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 15px 0;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .credit-box
  .credit-list
  ul
  li
  .link {
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .product-info
    .tabs-content
    .tabs-panel
    .pr-main-block
    .item2
    .main-product-info
    .credit-box
    .credit-list
    ul
    li
    .item {
    width: 36px;
    height: 36px;
  }

  .product-info
    .tabs-content
    .tabs-panel
    .pr-main-block
    .item2
    .main-product-info
    .credit-box
    .credit-list
    ul
    li
    .item
    img {
    max-width: 22px;
    max-height: 22px;
  }

  .product-info
    .tabs-content
    .tabs-panel
    .pr-main-block
    .item2
    .main-product-info
    .credit-box
    .credit-list
    ul
    li
    .link {
    margin-left: 0;
  }
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .credit-box
  .credit-list
  ul
  li
  .link
  a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 48px;
  border: 1px solid #e7e9eb;
  padding: 0 20px;
  border-radius: 15px 0;
  font-family: KyivTypeSansMedium;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.32px;
  color: #122538;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

@media only screen and (max-width: 767px) {
  .product-info
    .tabs-content
    .tabs-panel
    .pr-main-block
    .item2
    .main-product-info
    .credit-box
    .credit-list
    ul
    li
    .link
    a {
    height: 36px;
    font-size: 10px;
    padding: 0 16px;
  }
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .credit-box
  .credit-list
  ul
  li
  .link
  a:hover {
  border-color: #ac64ff;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .credit-box
  .credit-list__drop {
  background: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -webkit-calc(100% + 20px);
  top: calc(100% + 20px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 340px;
  padding: 30px 18px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 2;
}

@media (max-width: 1250px) {
  .product-info
    .tabs-content
    .tabs-panel
    .pr-main-block
    .item2
    .main-product-info
    .credit-box
    .credit-list__drop {
    display: none;
  }
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .credit-box
  .credit-list__drop::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100%;
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .credit-box
  .credit-list__drop-title {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.38px;
  color: #122538;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .credit-box
  .credit-list__drop-description {
  display: block;
  margin-top: 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.38px;
  color: #717c88;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .credit-box
  .credit-list__drop-link {
  margin-top: 20px;
  font-family: KyivTypeSansRegular;
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ac64ff;
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 1px solid #ac64ff;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .credit-box
  .credit-list__drop-link:hover {
  color: #122538;
  border-bottom: 1px solid #122538;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .sale-box {
  padding-bottom: 23px;
  margin-bottom: 21px;
  border-bottom: 1px solid #e7e9eb;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .sale-box
  .sale {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .sale-box
  .sale
  .icon {
  margin-right: 16px;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .sale-box
  .sale
  .sale-price {
  margin-right: 15px;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #122538;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .sale-box
  .sale
  span {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #a0a8af;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .soft-box {
  padding-bottom: 24px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e9eb;
}

@media only screen and (max-width: 767px) {
  .product-info
    .tabs-content
    .tabs-panel
    .pr-main-block
    .item2
    .main-product-info
    .soft-box {
    padding-bottom: 21px;
  }
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .soft-box
  .soft-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .soft-box
  .soft-list
  li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6px;
}

@media only screen and (max-width: 767px) {
  .product-info
    .tabs-content
    .tabs-panel
    .pr-main-block
    .item2
    .main-product-info
    .soft-box
    .soft-list
    li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .soft-box
  .soft-list
  li:last-child {
  margin: 0;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .soft-box
  .soft-list
  li
  .form-item {
  width: 250px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .product-info
    .tabs-content
    .tabs-panel
    .pr-main-block
    .item2
    .main-product-info
    .soft-box
    .soft-list
    li
    .form-item {
    width: 100%;
    margin-bottom: 13px;
  }
}

@media only screen and (min-width: 1026px) and (max-width: 1370px) {
  .product-info
    .tabs-content
    .tabs-panel
    .pr-main-block
    .item2
    .main-product-info
    .soft-box
    .soft-list
    li
    .form-item {
    width: 220px;
    margin-right: 15px;
  }
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .soft-box
  .soft-list
  li
  .form-item
  input {
  display: none;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .soft-box
  .soft-list
  li
  .form-item
  input:checked
  + label:before {
  background: #ac64ff;
  border-color: #ac64ff;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .soft-box
  .soft-list
  li
  .form-item
  label {
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #122538;
  margin: 0;
  padding-left: 28px;
  position: relative;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .soft-box
  .soft-list
  li
  .form-item
  label:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 1px solid #e7e9eb;
  position: absolute;
  left: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .soft-box
  .soft-list
  li
  .form-item
  label:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../images/check.svg) center/contain no-repeat;
  position: absolute;
  left: 4px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .soft-box
  .soft-list
  li
  .form-item
  label:hover:before {
  border-color: #ac64ff;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .soft-box
  .soft-list
  li
  .form-item
  .info {
  margin-left: 8px;
  line-height: 1;
  display: inline-block;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .soft-box
  .soft-list
  li
  .select-wrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .soft-box
  .soft-list
  li
  .select-wrap
  select {
  height: 26px;
  max-width: 270px;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #122538;
  box-shadow: none;
  border-radius: 3px;
  border: 1px solid #d0d3d7;
}

@media only screen and (max-width: 767px) {
  .product-info
    .tabs-content
    .tabs-panel
    .pr-main-block
    .item2
    .main-product-info
    .soft-box
    .soft-list
    li
    .select-wrap
    select {
    max-width: 100%;
  }

  .product-info
    .tabs-content
    .tabs-panel
    .pr-main-block
    .item2
    .main-product-info
    .soft-box
    .soft-list
    li
    .select-wrap
    .custom-select1 {
    width: 100%;
  }
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .soft-box
  .soft-list
  li
  .select-wrap
  .custom-select1
  .selectize-input {
  width: 270px;
  height: 26px;
  border-radius: 3px;
  background: 0 0;
  margin: 0;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  border: 1px solid #d0d3d7;
  box-shadow: none;
  padding: 4px 8px;
  font-size: 12px;
  color: #122538;
}

@media only screen and (max-width: 767px) {
  .product-info
    .tabs-content
    .tabs-panel
    .pr-main-block
    .item2
    .main-product-info
    .soft-box
    .soft-list
    li
    .select-wrap
    .custom-select1
    .selectize-input {
    width: 100%;
  }
}

@media only screen and (min-width: 1026px) and (max-width: 1370px) {
  .product-info
    .tabs-content
    .tabs-panel
    .pr-main-block
    .item2
    .main-product-info
    .soft-box
    .soft-list
    li
    .select-wrap
    .custom-select1
    .selectize-input {
    width: 180px;
    padding-right: 20px;
  }
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .soft-box
  .soft-list
  li
  .select-wrap
  .custom-select1
  .selectize-input:after {
  width: 8px;
  height: 4px;
  background: url(../images/product/select.svg) center/cover no-repeat;
  border: none;
  right: 13px;
  top: 11px;
  margin: 0;
  opacity: 0.5;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .soft-box
  .soft-list
  li
  .select-wrap
  .custom-select1
  .selectize-input
  input {
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  font-size: 12px;
  color: #122538;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .soft-box
  .soft-list
  li
  .select-wrap
  .custom-select1
  .selectize-input.input-active
  input {
  display: none !important;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .soft-box
  .soft-list
  li
  .select-wrap
  .custom-select1
  .selectize-input.input-active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 1;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .soft-box
  .soft-list
  li
  .select-wrap
  .custom-select1
  .selectize-dropdown {
  border: 1px solid #d0d3d7;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .soft-box
  .soft-list
  li
  .select-wrap
  .custom-select1
  .selectize-dropdown
  .option {
  display: none;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .soft-box
  .soft-list
  li
  .select-wrap
  .custom-select1
  .selectize-dropdown
  .option[data-selectable] {
  display: block;
  padding: 6px;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.38px;
  color: #717c88;
  border-bottom: 1px solid #e7e9eb;
  cursor: pointer;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .soft-box
  .soft-list
  li
  .select-wrap
  .custom-select1
  .selectize-dropdown
  .option[data-selectable]:hover {
  color: #122538;
  background: 0 0;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .soft-box
  .soft-list
  li
  .select-wrap
  .custom-select1
  .selectize-dropdown
  .option[data-selectable].active {
  background: 0 0;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .soft-box
  .soft-list
  li
  .select-wrap
  .custom-select1
  .selectize-dropdown
  .option[data-selectable]:last-child {
  border: none;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .soft-box
  .soft-list
  li
  .select-wrap
  .price {
  font-size: 12px;
  font-family: OpenSansSemibold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #122538;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .soft-box
  .soft-list
  li
  .select-wrap
  .price
  span {
  font-size: 9px;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .addons-box {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e9eb;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .addons-box
  .addons-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .addons-box
  .addons-list
  li {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .product-info
    .tabs-content
    .tabs-panel
    .pr-main-block
    .item2
    .main-product-info
    .soft-box
    .soft-list
    li
    .select-wrap
    .price {
    position: absolute;
    right: 0;
    top: 0;
  }

  .product-info
    .tabs-content
    .tabs-panel
    .pr-main-block
    .item2
    .main-product-info
    .addons-box
    .addons-list
    li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .addons-box
  .addons-list
  li:last-child {
  margin-bottom: 0;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .addons-box
  .addons-list
  li
  .label {
  width: 250px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .product-info
    .tabs-content
    .tabs-panel
    .pr-main-block
    .item2
    .main-product-info
    .addons-box
    .addons-list
    li
    .label {
    width: 100%;
    margin-bottom: 12px;
  }
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .addons-box
  .addons-list
  li
  .label
  img {
  margin-right: 12px;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .addons-box
  .addons-list
  li
  .label
  .title {
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #000;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .addons-box
  .addons-list
  li
  .addons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .addons-box
  .addons-list
  li
  .addons
  .form-item
  label {
  padding: 4px 7px;
  background: #f3f4f5;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #a0a8af;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin: 0 14px 0 0;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .addons-box
  .addons-list
  li
  .addons
  .form-item
  label:hover {
  color: #122538;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .addons-box
  .addons-list
  li
  .addons
  .form-item
  input {
  display: none;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .addons-box
  .addons-list
  li
  .addons
  .form-item
  input:checked
  + label {
  background: #122538;
  color: #fff;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .delivery-box {
  padding-bottom: 29px;
  margin-bottom: 23px;
  border-bottom: 1px solid #e7e9eb;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .delivery-box
  .del-select {
  margin-bottom: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .delivery-box
  .del-select
  .custom-select
  .selectize-dropdown
  .option,
.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .delivery-box
  .del-select
  .custom-select
  .selectize-input.input-active
  .item {
  display: none;
}

@media only screen and (max-width: 767px) {
  .product-info
    .tabs-content
    .tabs-panel
    .pr-main-block
    .item2
    .main-product-info
    .delivery-box
    .del-select {
    margin-bottom: 10px;
  }
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .delivery-box
  .del-select
  .label {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #122538;
  margin-right: 15px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-bottom: 7px;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .delivery-box
  .del-select
  select {
  width: 168px;
  height: 38px;
  border-radius: 3px;
  background-color: #f3f4f5;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #88929b;
  border: none;
  box-shadow: none;
  padding-left: 14px;
}

@media only screen and (max-width: 767px) {
  .product-info
    .tabs-content
    .tabs-panel
    .pr-main-block
    .item2
    .main-product-info
    .delivery-box
    .del-select
    .custom-select {
    width: 100%;
  }
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .delivery-box
  .del-select
  .custom-select
  .selectize-input {
  width: 168px;
  height: 38px;
  border-radius: 3px;
  background-color: #f3f4f5;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #88929b;
  border: none;
  box-shadow: none;
  padding-left: 14px;
}

@media only screen and (max-width: 767px) {
  .product-info
    .tabs-content
    .tabs-panel
    .pr-main-block
    .item2
    .main-product-info
    .delivery-box
    .del-select
    .custom-select
    .selectize-input {
    width: 100%;
  }
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .delivery-box
  .del-select
  .custom-select
  .selectize-input:after {
  width: 8px;
  height: 4px;
  background: url(../images/product/select.svg) center/cover no-repeat;
  border: none;
  right: 13px;
  top: 18px;
  margin: 0;
  opacity: 0.5;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .delivery-box
  .del-select
  .custom-select
  .selectize-input
  input {
  width: 100% !important;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .delivery-box
  .del-select
  .custom-select
  .selectize-input.input-active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 1;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .delivery-box
  .del-select
  .custom-select
  .selectize-dropdown {
  border: none;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .delivery-box
  .del-select
  .custom-select
  .selectize-dropdown
  .option[data-selectable] {
  display: block;
  padding: 9px;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.38px;
  color: #717c88;
  border-bottom: 1px solid #e7e9eb;
  cursor: pointer;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .delivery-box
  .del-select
  .custom-select
  .selectize-dropdown
  .option[data-selectable]:hover {
  color: #122538;
  background: 0 0;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .delivery-box
  .del-select
  .custom-select
  .selectize-dropdown
  .option[data-selectable].active {
  background: 0 0;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .delivery-box
  .del-select
  .custom-select
  .selectize-dropdown
  .option[data-selectable]:last-child {
  border: none;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .delivery-box
  .delivery-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .delivery-box
  .delivery-list
  li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .delivery-box
  .delivery-list
  li:last-child {
  margin: 0;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .delivery-box
  .delivery-list
  li
  .delcom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .delivery-box
  .delivery-list
  li
  .delcom
  .icon {
  margin-right: 14px;
  line-height: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .delivery-box
  .delivery-list
  li
  .delcom
  .title {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #122538;
}

@media only screen and (max-width: 767px) {
  .product-info
    .tabs-content
    .tabs-panel
    .pr-main-block
    .item2
    .main-product-info
    .delivery-box
    .delivery-list
    li
    .delcom
    .title {
    font-size: 12px;
    max-width: 120px;
  }
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .delivery-box
  .delivery-list
  li
  .price-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .delivery-box
  .delivery-list
  li
  .price-wrap
  .price {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #a0a8af;
}

@media only screen and (max-width: 767px) {
  .product-info
    .tabs-content
    .tabs-panel
    .pr-main-block
    .item2
    .main-product-info
    .delivery-box
    .delivery-list
    li
    .price-wrap
    .price {
    font-size: 12px;
    max-width: 120px;
    text-align: right;
  }
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .delivery-box
  .delivery-list
  li
  .price-wrap
  .price
  span.free {
  color: #ac64ff;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .delivery-box
  .delivery-list
  li
  .price-wrap
  .info {
  margin-left: 17px;
  line-height: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .guaranty-box {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #122538;
  padding-bottom: 21px;
  margin-bottom: 22px;
  border-bottom: 1px solid #e7e9eb;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item2
  .main-product-info
  .guaranty-box
  span {
  font-family: OpenSansSemibold;
}

.product-info .tabs-content .tabs-panel .pr-main-block .item3 {
  margin-top: 30px;
  overflow: hidden;
}

.product-info .tabs-content .tabs-panel .pr-main-block .item3 .small-char {
  padding-left: 83px;
}

@media only screen and (max-width: 767px) {
  .product-info
    .tabs-content
    .tabs-panel
    .pr-main-block
    .item2
    .main-product-info
    .guaranty-box {
    font-size: 12px;
  }

  .product-info .tabs-content .tabs-panel .pr-main-block .item3 {
    margin-top: 0;
  }

  .product-info .tabs-content .tabs-panel .pr-main-block .item3 .small-char {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .product-info .tabs-content .tabs-panel .pr-main-block .item3 .small-char {
    padding: 0;
  }
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item3
  .small-char
  .char-txt {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #717c88;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .product-info
    .tabs-content
    .tabs-panel
    .pr-main-block
    .item3
    .small-char
    .char-txt {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .product-info
    .tabs-content
    .tabs-panel
    .pr-main-block
    .item3
    .small-char
    .char-icons
    ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item3
  .small-char
  .char-icons
  ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product-info
  .tabs-content
  .tabs-panel
  .pr-main-block
  .item3
  .small-char
  .char-icons
  ul
  li {
  margin-right: 15px;
  width: 50px;
  height: 50px;
  border: 1px solid #d0d3d7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 15px 0;
}

@media only screen and (max-width: 767px) {
  .product-info
    .tabs-content
    .tabs-panel
    .pr-main-block
    .item3
    .small-char
    .char-icons
    ul
    li {
    width: 36px;
    height: 36px;
    border-radius: 8px 0;
  }

  .product-info
    .tabs-content
    .tabs-panel
    .pr-main-block
    .item3
    .small-char
    .char-icons
    ul
    li
    img {
    width: 18px;
  }

  .product-info .tabs-content .tabs-panel .char .title-wrap {
    padding: 0 25px;
  }

  .product-info .tabs-content .tabs-panel .char .title-wrap span {
    color: #88929b;
  }
}

.product-info .tabs-content .tabs-panel .char .char-wrap {
  background: #fff;
  border-radius: 3px;
  padding: 10px 23px;
}

.product-info .tabs-content .tabs-panel .char .char-wrap ul {
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #e7e9eb;
}

.product-info .tabs-content .tabs-panel .char .char-wrap ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px 20px;
  padding: 0;
}

.product-info .tabs-content .tabs-panel .char .char-wrap ul li .col {
  width: 50%;
  padding: 0 10px;
}

@media (max-width: 600px) {
  .product-info .tabs-content .tabs-panel .char .char-wrap ul li {
    flex-wrap: wrap;
  }

  .product-info .tabs-content .tabs-panel .char .char-wrap ul li .col {
    width: 100%;
  }
}

.product-info .tabs-content .tabs-panel .char .char-wrap ul li .col .lbl {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #122538;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.product-info .tabs-content .tabs-panel .char .char-wrap ul li .col .lbl span {
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 2;
}

.product-info .tabs-content .tabs-panel .char .char-wrap ul li .col .lbl:after {
  content: "";
  display: block;
  height: 2px;
  background-color: #d0d3d7;
  background: -webkit-linear-gradient(left, #fff 3px, transparent 1%) center,
    -webkit-linear-gradient(#fff 3px, transparent 1%) center, #d0d3d7;
  background: linear-gradient(90deg, #fff 3px, transparent 1%) center,
    linear-gradient(#fff 3px, transparent 1%) center, #d0d3d7;
  background-size: 5px 5px;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 4px;
}

@media only screen and (max-width: 767px) {
  .product-info .tabs-content .tabs-panel .char .char-wrap ul li .col .lbl {
    font-size: 12px;
  }

  .product-info
    .tabs-content
    .tabs-panel
    .char
    .char-wrap
    ul
    li
    .col
    .lbl
    span {
    padding: 0;
  }

  .product-info
    .tabs-content
    .tabs-panel
    .char
    .char-wrap
    ul
    li
    .col
    .lbl:after {
    content: none;
  }
}

.product-info .tabs-content .tabs-panel .char .char-wrap ul li .col .inf {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #717c88;
  max-width: 295px;
}

.product-info .tabs-content .tabs-panel .char .char-wrap .all-char {
  font-family: KyivTypeSansRegular;
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ac64ff;
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 1px solid #ac64ff;
}

.product-info .tabs-content .tabs-panel .char .char-wrap .all-char:hover {
  color: #122538;
  border-bottom: 1px solid #122538;
}

.product-info .tabs-content .tabs-panel .char .char-wrap.opt ul {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.product-info .char-wrap-main {
  padding-top: 39px;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .product-info .tabs-content .tabs-panel .char .char-wrap ul li .col .inf {
    font-size: 12px;
    max-width: 100%;
  }

  .product-info .tabs-content .tabs-panel .char .char-wrap .all-char {
    font-size: 10px;
  }

  .product-info .char-wrap-main {
    padding: 20px 0;
  }

  .product-info .char-wrap-main .title-wrap {
    margin-bottom: 0;
  }
}

.product-info .char-wrap-main .title-wrap {
  padding: 0 20px;
}

.product-info .inwrp {
  margin: 0;
}

.product-info .inwrp:after {
  content: "";
  display: block;
  clear: both;
}

.product-info .inwrp .item1,
.product-info .inwrp .item3 {
  width: 50%;
  padding: 0 20px;
  float: left;
}

@media only screen and (max-width: 767px) {
  .product-info .inwrp .item1,
  .product-info .inwrp .item3 {
    width: 100%;
    float: none;
    padding: 0 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .product-info .inwrp .item1,
  .product-info .inwrp .item3 {
    width: 100%;
    float: none;
    padding: 0 15px;
  }
}

.product-info .inwrp .item2 {
  min-height: 400px;
  width: 50%;
  padding: 0 0px;
  float: right;
}

@media only screen and (max-width: 767px) {
  .product-info .inwrp .item2 {
    width: 100%;
    padding: 0 15px;
    float: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .product-info .inwrp .item2 {
    width: 100%;
    padding: 0 15px;
    float: none;
  }
}

.profile-wrap {
  padding: 40px 0;
}

.profile-wrap .custom-row {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
}

.profile-wrap .custom-row .profile-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .profile-wrap {
    padding: 15px 0 30px;
  }

  .profile-wrap .custom-row .profile-top {
    margin-bottom: 15px;
    padding: 0 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .profile-wrap .custom-row .profile-top {
    padding: 0 15px;
  }
}

.profile-wrap .custom-row .profile-top h1 {
  margin: 0;
  font-family: KyivTypeSansRegular;
  font-size: 26px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.77;
  letter-spacing: 0.38px;
  color: #122538;
}

.profile-wrap .custom-row .profile-top .logout a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile-wrap .custom-row .profile-top .logout a svg {
  margin-right: 10px;
}

.profile-wrap .custom-row .profile-top .logout a span {
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0.38px;
  color: #122538;
}

.profile-wrap .custom-row .tabs-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .profile-wrap .custom-row .profile-top h1 {
    font-size: 16px;
  }

  .profile-wrap .custom-row .profile-top .logout a svg {
    margin-right: 5px;
    width: 12px;
  }

  .profile-wrap .custom-row .profile-top .logout a span {
    font-size: 12px;
  }

  .profile-wrap .custom-row .tabs-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.profile-wrap .custom-row .tabs-wrap .tabs#main-profile-tabs {
  width: 280px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
  border: none;
  background: #fff;
  border-radius: 3px;
  padding: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .profile-wrap .custom-row .tabs-wrap .tabs#main-profile-tabs {
    width: 200px;
  }
}

.profile-wrap .custom-row .tabs-wrap .tabs#main-profile-tabs .tabs-title {
  width: 100%;
  float: none;
}

@media only screen and (max-width: 767px) {
  .profile-wrap .custom-row .tabs-wrap .tabs#main-profile-tabs {
    border-bottom: 1px solid #e7e9eb;
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    padding: 5px;
  }

  .profile-wrap .custom-row .tabs-wrap .tabs#main-profile-tabs .tabs-title {
    display: inline-block;
    width: auto;
  }
}

.profile-wrap .custom-row .tabs-wrap .tabs#main-profile-tabs .tabs-title a {
  padding: 10px;
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .profile-wrap .custom-row .tabs-wrap .tabs#main-profile-tabs .tabs-title a {
    padding: 8px 10px;
    border-radius: 5px;
  }
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs#main-profile-tabs
  .tabs-title
  a
  .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f3f4f5;
  margin-right: 15px;
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs#main-profile-tabs
  .tabs-title
  a
  .title {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.38px;
  color: #122538;
}

@media only screen and (max-width: 767px) {
  .profile-wrap
    .custom-row
    .tabs-wrap
    .tabs#main-profile-tabs
    .tabs-title
    a
    .icon {
    width: 20px;
    height: 20px;
    background: 0 0;
    margin-right: 10px;
  }

  .profile-wrap
    .custom-row
    .tabs-wrap
    .tabs#main-profile-tabs
    .tabs-title
    a
    .icon
    svg {
    width: 20px;
    height: 20px;
  }

  .profile-wrap
    .custom-row
    .tabs-wrap
    .tabs#main-profile-tabs
    .tabs-title
    a
    .title {
    font-size: 12px;
    text-transform: uppercase;
  }
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs#main-profile-tabs
  .tabs-title
  a:hover {
  background: 0 0;
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs#main-profile-tabs
  .tabs-title.is-active
  a {
  background: #f3f4f5;
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs#main-profile-tabs
  .tabs-title.is-active
  a:after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 10px;
  background: url(../images/profile/arrow-right.svg) center/cover no-repeat;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}

.profile-wrap .custom-row .tabs-wrap .tabs-content.for-main-profile-tabs {
  width: -webkit-calc(100% - 300px);
  width: calc(100% - 300px);
  border: none;
  background: #fff;
  border-radius: 3px;
  min-height: 400px;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .profile-wrap .custom-row .tabs-wrap .tabs-content.for-main-profile-tabs {
    width: -webkit-calc(100% - 220px);
    width: calc(100% - 220px);
  }
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel {
  padding: 0;
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .edit-title {
  font-family: KyivTypeSansRegular;
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0.38px;
  color: #122538;
  padding: 25px 25px 15px;
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  #profile-tabs {
  border: none;
  border-bottom: 1px solid #e7e9eb;
  padding: 0 25px;
}

@media only screen and (max-width: 767px) {
  .profile-wrap
    .custom-row
    .tabs-wrap
    .tabs#main-profile-tabs
    .tabs-title.is-active
    a:after {
    content: none;
  }

  .profile-wrap .custom-row .tabs-wrap .tabs-content.for-main-profile-tabs {
    width: 100%;
    min-height: 0;
  }

  .profile-wrap
    .custom-row
    .tabs-wrap
    .tabs-content.for-main-profile-tabs
    .tabs-panel
    .edit-title {
    display: none;
  }

  .profile-wrap
    .custom-row
    .tabs-wrap
    .tabs-content.for-main-profile-tabs
    .tabs-panel
    #profile-tabs {
    padding: 5px 0 0;
  }

  .profile-wrap
    .custom-row
    .tabs-wrap
    .tabs-content.for-main-profile-tabs
    .tabs-panel
    #profile-tabs
    .tabs-title {
    width: 50%;
  }
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  #profile-tabs
  .tabs-title
  a {
  padding: 14px 20px;
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #a0a8af;
  position: relative;
  background: 0 0;
  text-align: center;
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  #profile-tabs
  .tabs-title.is-active
  a {
  color: #122538;
  font-family: OpenSansSemibold;
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  #profile-tabs
  .tabs-title.is-active
  a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #122538;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .tabs-content.for-profile-tabs {
  border: none;
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .tabs-content.for-profile-tabs
  .tabs-panel {
  padding: 25px;
  display: none;
}

@media only screen and (max-width: 767px) {
  .profile-wrap
    .custom-row
    .tabs-wrap
    .tabs-content.for-main-profile-tabs
    .tabs-panel
    .tabs-content.for-profile-tabs
    .tabs-panel {
    padding: 15px;
  }
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .tabs-content.for-profile-tabs
  .tabs-panel.is-active {
  display: block;
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .tabs-content.for-profile-tabs
  .tabs-panel
  .profile-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .tabs-content.for-profile-tabs
  .tabs-panel
  .profile-form
  .form-action,
.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .tabs-content.for-profile-tabs
  .tabs-panel
  .profile-form
  .form-item {
  padding: 0 10px;
  width: 50%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .profile-wrap
    .custom-row
    .tabs-wrap
    .tabs-content.for-main-profile-tabs
    .tabs-panel
    .tabs-content.for-profile-tabs
    .tabs-panel
    .profile-form
    .form-action,
  .profile-wrap
    .custom-row
    .tabs-wrap
    .tabs-content.for-main-profile-tabs
    .tabs-panel
    .tabs-content.for-profile-tabs
    .tabs-panel
    .profile-form
    .form-item {
    width: 100%;
    margin-bottom: 15px;
  }
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .tabs-content.for-profile-tabs
  .tabs-panel
  .profile-form
  .form-action
  label,
.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .tabs-content.for-profile-tabs
  .tabs-panel
  .profile-form
  .form-item
  label {
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.32px;
  color: #a0a8af;
  margin: 0 0 7px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .tabs-content.for-profile-tabs
  .tabs-panel
  .profile-form
  .form-action
  input,
.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .tabs-content.for-profile-tabs
  .tabs-panel
  .profile-form
  .form-item
  input {
  height: 46px;
  border-radius: 2px;
  border: 1px solid #d0d3d7;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.38px;
  color: #122538;
  padding: 0 15px;
  box-shadow: none;
  margin: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .tabs-content.for-profile-tabs
  .tabs-panel
  .profile-form
  .form-action
  input:focus,
.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .tabs-content.for-profile-tabs
  .tabs-panel
  .profile-form
  .form-item
  input:focus {
  border-color: #ac64ff;
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .tabs-content.for-profile-tabs
  .tabs-panel
  .profile-form
  .form-action
  input:focus
  + label,
.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .tabs-content.for-profile-tabs
  .tabs-panel
  .profile-form
  .form-item
  input:focus
  + label {
  color: #122538;
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .tabs-content.for-profile-tabs
  .tabs-panel
  .profile-form
  .form-action
  button,
.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .tabs-content.for-profile-tabs
  .tabs-panel
  .profile-form
  .form-item
  button {
  height: 46px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  cursor: pointer;
  background: #ac64ff;
  border-radius: 16px 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin: 0;
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .tabs-content.for-profile-tabs
  .tabs-panel
  .profile-form
  .form-action
  button
  span,
.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .tabs-content.for-profile-tabs
  .tabs-panel
  .profile-form
  .form-item
  button
  span {
  font-family: KyivTypeSansMedium;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.32px;
  color: #fff;
  text-transform: uppercase;
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .tabs-content.for-profile-tabs
  .tabs-panel
  .profile-form
  .form-action
  button:hover,
.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .tabs-content.for-profile-tabs
  .tabs-panel
  .profile-form
  .form-item
  button:hover {
  background: #955be1;
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .tabs-content.for-profile-tabs
  .tabs-panel
  .profile-form
  .form-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .tabs-content.for-profile-tabs
  .tabs-panel
  .profile-form
  .form-action {
  margin-bottom: 0;
  margin-top: 12px;
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .tab-title {
  font-family: KyivTypeSansRegular;
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0.38px;
  color: #122538;
  padding: 25px 25px 20px;
  border-bottom: 1px solid #e7e9eb;
}

@media only screen and (max-width: 767px) {
  .profile-wrap
    .custom-row
    .tabs-wrap
    .tabs-content.for-main-profile-tabs
    .tabs-panel
    .tabs-content.for-profile-tabs
    .tabs-panel
    .profile-form
    .form-action {
    margin-top: 0;
  }

  .profile-wrap
    .custom-row
    .tabs-wrap
    .tabs-content.for-main-profile-tabs
    .tabs-panel
    .tab-title {
    display: none;
  }
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .tab-title.nobrd {
  border: none;
}

.wish-box .wish-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .wish-box .wish-top {
    padding: 15px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    white-space: nowrap;
  }
}

.wish-box .wish-top .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .wish-box .wish-top .left {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.wish-box .wish-top .left .item {
  margin-right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .wish-box .wish-top .left .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 7px;
  }

  .wish-box .wish-top .left .item:last-child {
    margin-bottom: 0;
  }
}

.wish-box .wish-top .left .item .label {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.38px;
  color: #122538;
  margin-right: 10px;
}

.wish-box .wish-top .left .item .num {
  font-size: 12px;
  font-family: OpenSansSemibold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.32px;
  color: #122538;
  border-radius: 17px;
  background-color: #f3f4f5;
  padding: 4px 17px;
}

.wish-box .wish-top .right .clear a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wish-box .wish-top .right .clear a svg {
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .wish-box .wish-top .left .item .label {
    font-size: 12px;
    width: 55px;
  }

  .wish-box .wish-top .left .item .num {
    font-size: 10px;
    padding: 4px 12px;
  }

  .wish-box .wish-top .right .clear a svg {
    width: 16px;
    margin-right: 7px;
  }
}

.wish-box .wish-top .right .clear a span {
  font-family: KyivTypeSansRegular;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.38px;
  color: #122538;
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .card-wrap
  .card
  .txt
  .vip
  span,
.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .profile-table
  table
  tbody
  tr
  td
  span.bld {
  font-family: OpenSansSemibold;
}

.wish-list,
.crosssale {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wish-list .item,
.crosssale .item {
  padding: 30px 25px;
  width: 33.33334%;
  border-right: 1px solid #e7e9eb;
  border-top: 1px solid #e7e9eb;
}
.crosssale.owl-carousel .owl-item > .item {
  width: 100% !important;
}

.wish-list .item:nth-child(3n),
.crosssale .item:nth-child(3n) {
  border-right: none;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .wish-list .item,
  .crosssale .item {
    padding: 20px;
  }
}

.wish-list .item .top,
.crosssale .item .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .wish-box .wish-top .right .clear a span {
    font-size: 12px;
  }

  .wish-list .item:nth-child(3n),
  .crosssale .item:nth-child(3n) {
    border-right: 1px solid #e7e9eb;
  }

  .wish-list .item,
  .crosssale .item {
    padding: 15px;
    width: 50%;
  }

  .wish-list .item:nth-child(2n),
  .crosssale .item:nth-child(2n) {
    border-right: none;
  }

  .wish-list .item .top,
  .crosssale .item .top {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .wish-list .item .top,
  .crosssale .item .top {
    margin-bottom: 20px;
  }
}

.wish-list .item .top .sale .sale-filled,
.crosssale .item .top .sale .sale-filled {
  font-size: 11px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 0.29px;
  color: #122538;
  padding: 3px 10px;
  border-radius: 12px 0;
  background: #eaff00;
}

.wish-list .item .photo,
.crosssale .item .phot {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .wish-list .item .top .sale .sale-filled,
  .crosssale .item .top .sale .sale-filled {
    padding: 2px 7px;
    font-size: 8px;
  }

  .wish-list .item .photo,
  .crosssale .item .photo {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .wish-list .item .photo,
  .crosssale .item .photo {
    margin-bottom: 20px;
  }
}

.wish-list .item .title,
.crosssale .item .title {
  margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {
  .wish-list .item .title,
  .crosssale .item .title {
    margin-bottom: 6px;
  }
}

.wish-list .item .title a,
.crosssale .item .title a {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.38px;
  color: #122538;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.wish-list .item .title a:hover,
.crosssale .item .title a:hover {
  color: #ac64ff;
}

.wish-list .item .actions,
.crosssale .item .actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 47px;
}

.wish-list .item .actions .price .old-wrap,
.crosssale .item .actions .price .old-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}

.wish-list .item .actions .price .old-wrap .old-price,
.crosssale .item .actions .price .old-wrap .old-price {
  margin-right: 10px;
  font-size: 13px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.35px;
  color: #a0a8af;
  text-decoration: line-through;
}

@media only screen and (max-width: 767px) {
  .wish-list .item .actions .price .old-wrap .old-price,
  .crossale .item .actions .price .old-wrap .old-price {
    font-size: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .wish-list .item .actions .price .old-wrap .old-price,
  .crosssale .item .actions .price .old-wrap .old-price {
    font-size: 10px;
  }
}

.wish-list .item .actions .price .old-wrap .old-price span,
.crossale .item .actions .price .old-wrap .old-price span {
  font-size: 11px;
}

.wish-list .item .actions .price .old-wrap .discount,
.crossale .item .actions .price .old-wrap .discount {
  border-radius: 2px;
  font-size: 9px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.25px;
  color: #122538;
  padding: 2px 4px;
  background: #eaff00;
}

.wish-list .item .actions .price .new-price,
.crossale .item .actions .price .new-price {
  font-size: 22px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.83;
  letter-spacing: normal;
  color: #000;
  padding-bottom: 6px;
}

@media only screen and (max-width: 767px) {
  .wish-list .item .actions .price .new-price,
  .crossale .item .actions .price .new-price {
    font-size: 20px;
    padding-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .wish-list .item .actions .price .new-price,
  .crossale .item .actions .price .new-price {
    font-size: 20px;
    padding-bottom: 10px;
  }
}

.wish-list .item .actions .price .new-price span,
.crossale .item .actions .price .new-price span {
  font-size: 15px;
}

.wish-list .item .actions .buy a,
.crosssale .item .actions .buy a {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(172, 100, 255, 0.1);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .profile-wrap
    .custom-row
    .tabs-wrap
    .tabs-content.for-main-profile-tabs
    .tabs-panel
    .wish-list
    .item
    .actions
    .buy
    a,
  .crosssale .item .buy a {
    width: 32px;
    height: 32px;
    border-radius: 8px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .profile-wrap
    .custom-row
    .tabs-wrap
    .tabs-content.for-main-profile-tabs
    .tabs-panel
    .wish-list
    .item
    .actions
    .buy
    a,
  .crosssale .item .buy a {
    width: 32px;
    height: 32px;
    border-radius: 8px 0;
  }
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .wish-list
  .item
  .actions
  .buy
  a
  svg,
.crosssale .item .buy a svg {
  width: 19px;
  height: 17px;
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .wish-list
  .item
  .actions
  .buy
  a
  svg
  path,
.crosssale .item .buy a svg path {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .wish-list
  .item
  .actions
  .buy
  a:hover,
.crosssale .item .buy a:hover {
  background: #ac64ff;
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .wish-list
  .item
  .actions
  .buy
  a:hover
  svg
  path,
.crosssale .item .buy a:hover svg path {
  stroke: #fff;
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .wish-list
  .item
  .avail,
.crosssale .item .avail {
  font-size: 10px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.25px;
  color: #ac64ff;
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .bonuses-head {
  padding: 20px 25px;
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .bonuses-head
  .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .profile-wrap
    .custom-row
    .tabs-wrap
    .tabs-content.for-main-profile-tabs
    .tabs-panel
    .wish-list
    .item
    .actions
    .buy
    a
    svg {
    width: 15px;
    height: 13px;
  }

  .profile-wrap
    .custom-row
    .tabs-wrap
    .tabs-content.for-main-profile-tabs
    .tabs-panel
    .bonuses-head {
    padding: 20px 15px 15px;
  }

  .profile-wrap
    .custom-row
    .tabs-wrap
    .tabs-content.for-main-profile-tabs
    .tabs-panel
    .bonuses-head
    .item {
    margin-bottom: 10px;
  }
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .bonuses-head
  .item:last-child,
.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .profile-table
  table {
  margin: 0;
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .bonuses-head
  .item
  .label {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.38px;
  color: #122538;
  width: 170px;
}

@media only screen and (max-width: 767px) {
  .profile-wrap
    .custom-row
    .tabs-wrap
    .tabs-content.for-main-profile-tabs
    .tabs-panel
    .bonuses-head
    .item
    .label {
    font-size: 14px;
    width: 160px;
  }
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .bonuses-head
  .item
  .num {
  font-size: 12px;
  font-family: OpenSansSemibold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.32px;
  color: #122538;
  border-radius: 17px;
  background-color: #f3f4f5;
  padding: 4px 17px;
}

@media only screen and (max-width: 767px) {
  .profile-wrap
    .custom-row
    .tabs-wrap
    .tabs-content.for-main-profile-tabs
    .tabs-panel
    .bonuses-head
    .item
    .num {
    font-size: 12px;
    padding: 4px 12px;
  }
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .profile-table-wrap {
  position: relative;
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .profile-table-wrap:after {
  content: "";
  display: block;
  width: 54px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0.001) 0,
    rgba(255, 255, 255, 0.1) 50%,
    #fff 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.001) 0,
    rgba(255, 255, 255, 0.1) 50%,
    #fff 100%
  );
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .profile-table-wrap
  .description {
  font-size: 10px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.38px;
  color: #717c88;
  padding: 25px;
}

@media only screen and (max-width: 767px) {
  .profile-wrap
    .custom-row
    .tabs-wrap
    .tabs-content.for-main-profile-tabs
    .tabs-panel
    .profile-table-wrap
    .description {
    font-size: 12px;
    padding: 15px;
  }

  .profile-wrap
    .custom-row
    .tabs-wrap
    .tabs-content.for-main-profile-tabs
    .tabs-panel
    .profile-table {
    overflow: hidden;
    overflow-x: scroll;
    white-space: nowrap;
  }
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .profile-table.center
  td {
  text-align: center;
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .profile-table
  table
  thead {
  background: 0 0;
  border: none;
  border-bottom: 1px solid #e7e9eb;
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .profile-table
  table
  thead
  tr {
  background: 0 0;
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .profile-table
  table
  thead
  tr
  th {
  background: 0 0;
  padding: 9px 15px;
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.38px;
  color: #717c88;
  text-align: center;
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .profile-table
  table
  tbody {
  border: none;
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .profile-table
  table
  tbody
  tr {
  background: 0 0;
  border-bottom: 1px solid #e7e9eb;
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .profile-table
  table
  tbody
  tr:last-child {
  border: none;
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .profile-table
  table
  tbody
  tr
  td {
  padding: 18px 15px;
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 0.38px;
  color: #717c88;
}

@media only screen and (max-width: 767px) {
  .profile-wrap
    .custom-row
    .tabs-wrap
    .tabs-content.for-main-profile-tabs
    .tabs-panel
    .profile-table
    table
    tbody
    tr
    td {
    padding: 15px;
  }
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .profile-table
  table
  tbody
  tr
  td
  p {
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 0.38px;
  color: #717c88;
  margin: 0;
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .profile-table
  table
  tbody
  tr
  td
  p.dark {
  color: #122538;
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .profile-table
  table
  tbody
  tr
  td
  img {
  margin-right: 10px;
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .profile-table
  table
  tbody
  tr
  td
  span.success {
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 0.38px;
  color: #27ae60;
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .profile-table
  table
  tbody
  tr
  td
  span.cancel {
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 0.38px;
  color: #eb5757;
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .profile-table
  table
  tbody
  tr
  td
  span.wasted {
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 0.38px;
  color: #122538;
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .card-wrap {
  padding: 10px 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (max-width: 767px) {
  .profile-wrap
    .custom-row
    .tabs-wrap
    .tabs-content.for-main-profile-tabs
    .tabs-panel
    .card-wrap {
    padding: 15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .card-wrap
  .card {
  width: 320px;
  height: 193px;
  background: url(../images/profile/card.svg) center/cover no-repeat;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 38px;
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .card-wrap
  .card
  .txt {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

@media only screen and (max-width: 767px) {
  .profile-wrap
    .custom-row
    .tabs-wrap
    .tabs-content.for-main-profile-tabs
    .tabs-panel
    .card-wrap
    .card {
    margin: 0 auto 20px;
  }

  .profile-wrap
    .custom-row
    .tabs-wrap
    .tabs-content.for-main-profile-tabs
    .tabs-panel
    .card-wrap
    .card
    .txt {
    bottom: 15px;
    left: 15px;
    right: 15px;
  }
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .card-wrap
  .card
  .txt
  .vip {
  font-size: 24px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  color: #fff;
  margin-bottom: 1px;
}

@media only screen and (max-width: 767px) {
  .profile-wrap
    .custom-row
    .tabs-wrap
    .tabs-content.for-main-profile-tabs
    .tabs-panel
    .card-wrap
    .card
    .txt
    .vip {
    font-size: 21px;
  }
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .card-wrap
  .card
  .txt
  .bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .card-wrap
  .card
  .txt
  .bot
  .name {
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  color: #fff;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .profile-wrap
    .custom-row
    .tabs-wrap
    .tabs-content.for-main-profile-tabs
    .tabs-panel
    .card-wrap
    .card
    .txt
    .bot
    .name {
    font-size: 10px;
  }
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .card-wrap
  .card
  .txt
  .bot
  .number {
  font-size: 12px;
  font-family: OpenSansBold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .profile-wrap
    .custom-row
    .tabs-wrap
    .tabs-content.for-main-profile-tabs
    .tabs-panel
    .card-wrap
    .card
    .txt
    .bot
    .number {
    font-size: 10px;
  }
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .card-wrap
  .card-info
  p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.38px;
  color: #717c88;
}

.profile-empty .description,
.profile-empty .title {
  line-height: 20px;
  letter-spacing: 0.38px;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .card-wrap
  .card-info
  p
  b {
  font-family: OpenSansSemiBold;
  color: #122538;
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .card-wrap
  .card-info
  p
  a {
  color: #ac64ff;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs-content.for-main-profile-tabs
  .tabs-panel
  .card-wrap
  .card-info
  p
  a:hover {
  color: #955be1;
}

.profile-empty {
  padding: 60px 100px 80px;
  text-align: center;
}

.profile-empty .icon {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 16px 0;
  background: #f6f7f8;
  margin: 0 auto 24px;
}

.rating-head,
.rating-head ul.product-star {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

@media only screen and (max-width: 767px) {
  .profile-empty {
    padding: 30px 15px;
  }

  .profile-empty .icon {
    width: 90px;
    height: 90px;
    border-radius: 15px 0;
    margin: 0 auto 21px;
  }

  .profile-empty .icon img {
    width: 55px;
  }
}

.profile-empty .title {
  font-family: KyivTypeSansRegular;
  font-size: 22px;
  margin-bottom: 17px;
}

@media only screen and (max-width: 767px) {
  .profile-empty .title {
    font-size: 18px;
  }
}

.profile-empty .description {
  font-size: 14px;
  color: #88929b;
}

.rating-head {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 18px;
}

@media only screen and (max-width: 767px) {
  .profile-empty .description {
    font-size: 12px;
    line-height: 18px;
  }

  .rating-head {
    margin-top: 13px;
  }
}

.rating-head ul.product-star {
  list-style: none;
  margin: 0 10px 0 0;
  padding: 0;
  display: flex;
}

.rating-head ul.product-star li {
  margin-right: 3px;
  line-height: 1;
}

.rating-head span {
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.27px;
  color: #717c88;
}

.reviews-view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .rating-head ul.product-star li {
    margin-right: 2px;
  }

  .rating-head ul.product-star li svg {
    width: 9px;
  }

  .reviews-view {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.reviews-view .sidebox {
  width: 300px;
  margin-left: 55px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .reviews-view .sidebox {
    width: 100%;
    margin: 0 0 9px;
  }
}

.reviews-view .sidebox .reviews-links a {
  font-family: KyivTypeSansMedium;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  padding: 12px 0 14px;
  border-radius: 13px 0;
  margin-bottom: 19px;
  width: 100%;
  text-align: center;
  display: block;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

@media only screen and (max-width: 767px) {
  .reviews-view .sidebox .reviews-links a {
    font-size: 12px;
    width: 230px;
    margin-bottom: 13px;
  }
}

.reviews-view .sidebox .reviews-links a.purple {
  background: #ac64ff;
  color: #fff;
}

.reviews-view .sidebox .reviews-links a.purple:hover {
  background: #955be1;
}

.reviews-view .sidebox .reviews-links a.white {
  background: #fff;
  color: #122538;
}

.reviews-view .sidebox .reviews-links a.white:hover {
  color: #ac64ff;
}

.reviews-view .content {
  width: -webkit-calc(100% - 355px);
  width: calc(100% - 355px);
  background: #fff;
  padding: 22px 31px;
}

@media only screen and (max-width: 767px) {
  .reviews-view .content {
    width: auto;
    margin: 0 -15px;
    padding: 22px 15px;
  }
}

.reviews-view .content .reviews-list .item {
  padding-bottom: 25px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e9eb;
}

.reviews-view .content .reviews-list .item .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .reviews-view .content .reviews-list .item .top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.reviews-view .content .reviews-list .item .top .lft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.reviews-view .content .reviews-list .item .top .lft .title {
  font-size: 14px;
  font-family: OpenSansSemibold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #122538;
  margin-right: 35px;
}

@media only screen and (max-width: 767px) {
  .reviews-view .content .reviews-list .item .top .lft {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .reviews-view .content .reviews-list .item .top .lft .title {
    margin: 0 0 10px;
  }
}

.reviews-view .content .reviews-list .item .top .lft .stars {
  list-style: none;
  margin: 0 10px 0 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.reviews-view .content .reviews-list .item .top .lft .stars li {
  margin-right: 3px;
  line-height: 1;
}

.reviews-view .content .reviews-list .item .body p,
.reviews-view .content .reviews-list .item .pmn .label,
.reviews-view .content .reviews-list .item .pmn .txt,
.reviews-view .content .reviews-list .item .top .date {
  line-height: normal;
  letter-spacing: 0.38px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .reviews-view .content .reviews-list .item .top .lft .stars li {
    margin-right: 2px;
  }

  .reviews-view .content .reviews-list .item .top .lft .stars li svg {
    width: 9px;
  }
}

.reviews-view .content .reviews-list .item .top .date {
  font-size: 12px;
  color: #717c88;
}

.reviews-view .content .reviews-list .item .body {
  margin-bottom: 20px;
}

.reviews-view .content .reviews-list .item .body p {
  margin: 0;
  font-size: 12px;
  color: rgba(18, 37, 56, 0.8);
}

@media only screen and (max-width: 767px) {
  .reviews-view .content .reviews-list .item .body p {
    font-size: 14px;
  }
}

.reviews-view .content .reviews-list .item .pmn {
  margin-bottom: 20px;
}

.reviews-view .content .reviews-list .item .pmn .label {
  font-size: 12px;
  color: #122538;
  font-family: OpenSansSemibold;
}

@media only screen and (max-width: 767px) {
  .reviews-view .content .reviews-list .item .pmn .label {
    font-size: 14px;
  }
}

.reviews-view .content .reviews-list .item .pmn .txt {
  font-size: 12px;
  color: rgba(18, 37, 56, 0.8);
}

@media only screen and (max-width: 767px) {
  .reviews-view .content .reviews-list .item .pmn .txt {
    font-size: 14px;
  }
}

.reviews-view .content .reviews-list .item .bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 25px;
}

.reviews-view .content .reviews-list .item .bot .reply a {
  font-family: KyivTypeSansRegular;
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ac64ff;
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 1px solid #ac64ff;
}

@media only screen and (max-width: 767px) {
  .reviews-view .content .reviews-list .item .bot .reply a {
    font-size: 10px;
  }
}

.reviews-view .content .reviews-list .item .bot .reply a:hover {
  color: #122538;
  border-bottom: 1px solid #122538;
}

.reviews-view .content .reviews-list .item .bot .opinion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.reviews-view .content .reviews-list .item .bot .opinion .itm {
  margin-left: 17px;
}

.reviews-view .content .reviews-list .item .bot .opinion .itm a,
.reviews-view .content .reviews-list .item .bot .opinion .copy a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.reviews-view .content .reviews-list .item .bot .opinion .itm a img.hover,
.reviews-view .content .reviews-list .item .bot .opinion .itm a:hover img {
  display: none;
}

.reviews-view .content .reviews-list .item .bot .opinion .itm a span {
  font-size: 12px;
  font-family: OpenSansSemibold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #717c88;
  margin-left: 5px;
}

.reviews-view .content .reviews-list .item .bot .opinion .itm a span.act {
  color: #122538;
}

.reviews-view
  .content
  .reviews-list
  .item
  .bot
  .opinion
  .itm
  a:hover
  img.hover {
  display: block;
}

.reviews-view .content .pagination {
  padding: 5px;
}

.reviews-view .content .pagination .load-more {
  display: none;
}

@media only screen and (max-width: 767px) {
  .reviews-view .content .pagination .load-more {
    display: block;
  }

  .reviews-view .content .pagination .load-more a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .reviews-view .content .pagination .load-more a img {
    width: 20px;
    margin-right: 14px;
  }

  .reviews-view .content .pagination .load-more a span {
    font-family: KyivTypeSansRegular;
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #122538;
    text-transform: uppercase;
  }

  .reviews-view .content .pagination .load-more a:hover span {
    color: #ac64ff;
  }
}

.reviews-view .content .pagination ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .reviews-view .content .pagination ul {
    display: none;
  }
}

.reviews-view .content .pagination ul li {
  margin: 0 5px;
}

.reviews-view .content .pagination ul li a {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.38px;
  color: #122538;
  padding: 5px 11px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.reviews-view .content .pagination ul li a:hover {
  background: #f3f4f5;
}

.reviews-view .content .pagination ul li a.active {
  background: #122538;
  color: #fff;
}

.reviews-view .content .pagination ul li a.arrow {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background-color: #e7e9eb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.reviews-view .content .pagination ul li a.arrow.disabled {
  display: none;
}

.reviews-view .content .pagination ul li a.arrow:hover {
  background: #d0d3d7;
}

.reviews-view__form {
  background: #fff;
  box-shadow: 0 20px 20px rgba(18, 37, 56, 0.05);
  border-radius: 3px;
  padding: 30px;
}

.reviews-view__form-title {
  display: block;
  font-family: KyivTypeSansRegular;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.38px;
  color: #122538;
  margin-bottom: 20px;
}

.pc-selection h2,
.reviews-view__form-button button {
  line-height: normal;
  font-stretch: normal;
  font-style: normal;
}

.reviews-view__form .form-item {
  margin-bottom: 20px;
}

.reviews-view__form-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.reviews-view__form-button {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.reviews-view__form-button button {
  font-family: KyivTypeSansMedium;
  font-size: 12px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  padding: 12px 0 14px;
  border-radius: 13px 0;
  width: 100%;
  text-align: center;
  display: block;
  background: #ac64ff;
  color: #fff;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.reviews-view__form-button button:hover {
  background: #955be1;
}

.reviews-view__form-rating {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 18px;
}

.pc-selection {
  max-width: 972px;
  border-radius: 3px;
  background: #fff;
  padding: 25px 40px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .reviews-view__form-button button {
    font-size: 12px;
    width: 130px;
  }

  .pc-selection {
    margin: 0 -15px 30px;
    padding: 22px 15px;
  }
}

.pc-selection h2 {
  font-family: KyivTypeSansRegular;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.38px;
  color: #122538;
  margin: 0 0 30px;
}

@media only screen and (max-width: 767px) {
  .pc-selection h2 {
    font-size: 18px;
    margin: 0 0 19px;
  }
}

.pc-selection .pc-form {
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 610px;
}

.pc-selection .pc-form .form-item {
  margin-bottom: 20px;
}

.pc-selection .pc-form .form-action,
.pc-selection .pc-form .form-item {
  width: 50%;
  padding: 0 15px;
}

@media only screen and (max-width: 767px) {
  .pc-selection .pc-form .form-item {
    margin-bottom: 15px;
  }

  .pc-selection .pc-form .form-action {
    margin-top: 7px;
  }

  .pc-selection .pc-form .form-action,
  .pc-selection .pc-form .form-item {
    width: 100%;
  }
}

.pc-selection .pc-form .form-action.large,
.pc-selection .pc-form .form-item.large {
  width: 100%;
}

.pc-selection .pc-form .form-action label,
.pc-selection .pc-form .form-item label {
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.32px;
  color: #717c88;
  margin: 0 0 7px;
}

.pc-selection .pc-form .form-action input,
.pc-selection .pc-form .form-item input {
  margin: 0;
  height: 46px;
  border-radius: 2px;
  border: 1px solid #d0d3d7;
  box-shadow: none;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.38px;
  color: #122538;
  padding: 0 15px;
}

.pc-selection .pc-form .form-action input:focus,
.pc-selection .pc-form .form-item input:focus {
  border-color: #ac64ff;
}

.pc-selection .pc-form .form-action textarea,
.pc-selection .pc-form .form-item textarea {
  margin: 0;
  height: 76px;
  border-radius: 2px;
  border: 1px solid #d0d3d7;
  box-shadow: none;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.38px;
  color: #122538;
  resize: none;
  padding: 15px;
}

.pc-selection .pc-form .form-action textarea:focus,
.pc-selection .pc-form .form-item textarea:focus {
  border-color: #ac64ff;
}

.pc-selection .pc-form .form-action button,
.pc-selection .pc-form .form-item button {
  height: 46px;
  background: #ac64ff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  border-radius: 15px 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.pc-selection .pc-form .form-action button span,
.pc-selection .pc-form .form-item button span {
  font-family: KyivTypeSansMedium;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  text-transform: uppercase;
}

.pc-selection .pc-form .form-action button:hover,
.pc-selection .pc-form .form-item button:hover {
  background: #955be1;
}

.pc-selection .pc-form .form-action .custom-select3,
.pc-selection .pc-form .form-item .custom-select3 {
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .pc-selection .pc-form .form-action label,
  .pc-selection .pc-form .form-item label {
    font-size: 14px;
  }

  .pc-selection .pc-form .form-action .custom-select3,
  .pc-selection .pc-form .form-item .custom-select3 {
    width: 100%;
  }
}

.pc-selection .pc-form .form-action .custom-select3 .selectize-input,
.pc-selection .pc-form .form-item .custom-select3 .selectize-input {
  width: 100%;
  height: 46px;
  border-radius: 2px;
  background: 0 0;
  margin: 0;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.38px;
  border: 1px solid #d0d3d7;
  box-shadow: none;
  padding: 12px 15px;
  font-size: 14px;
  color: #122538;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pc-selection .pc-form .form-action .custom-select3 .selectize-input:after,
.pc-selection .pc-form .form-item .custom-select3 .selectize-input:after {
  width: 8px;
  height: 4px;
  background: url(../images/product/select.svg) center/cover no-repeat;
  border: none;
  right: 15px;
  top: 20px;
  margin: 0;
  opacity: 0.5;
}

.pc-selection
  .pc-form
  .form-action
  .custom-select3
  .selectize-dropdown
  .option[data-selectable].active,
.pc-selection
  .pc-form
  .form-item
  .custom-select3
  .selectize-dropdown
  .option[data-selectable].active,
.presale-wrap .presale-list table tbody tr {
  background: 0 0;
}

.pc-selection .pc-form .form-action .custom-select3 .selectize-input input,
.pc-selection .pc-form .form-item .custom-select3 .selectize-input input {
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  font-size: 14px;
  color: #122538;
  width: 100% !important;
  height: auto;
}

.pc-selection
  .pc-form
  .form-action
  .custom-select3
  .selectize-input.input-active:after,
.pc-selection
  .pc-form
  .form-item
  .custom-select3
  .selectize-input.input-active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 1;
}

.pc-selection .pc-form .form-action .custom-select3 .selectize-dropdown,
.pc-selection .pc-form .form-item .custom-select3 .selectize-dropdown {
  border: 1px solid #d0d3d7;
  box-shadow: none;
}

.pc-selection .pc-form .form-action .custom-select3 .selectize-dropdown .option,
.pc-selection .pc-form .form-item .custom-select3 .selectize-dropdown .option {
  display: none;
}

.pc-selection
  .pc-form
  .form-action
  .custom-select3
  .selectize-dropdown
  .option[data-selectable],
.pc-selection
  .pc-form
  .form-item
  .custom-select3
  .selectize-dropdown
  .option[data-selectable] {
  display: block;
  padding: 12px 17px 14px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.38px;
  color: #717c88;
  border-bottom: 1px solid #e7e9eb;
  cursor: pointer;
}

.presale-wrap .presale-list .lg-title,
.presale-wrap .presale-list .sm-title {
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
}

.pc-selection
  .pc-form
  .form-action
  .custom-select3
  .selectize-dropdown
  .option[data-selectable]:hover,
.pc-selection
  .pc-form
  .form-item
  .custom-select3
  .selectize-dropdown
  .option[data-selectable]:hover {
  color: #122538;
  background: 0 0;
}

.pc-selection
  .pc-form
  .form-action
  .custom-select3
  .selectize-dropdown
  .option[data-selectable]:last-child,
.pc-selection
  .pc-form
  .form-item
  .custom-select3
  .selectize-dropdown
  .option[data-selectable]:last-child {
  border: none;
}

.presale-wrap {
  padding: 0 40px 47px;
}

.presale-wrap .presale-list .lg-title {
  font-family: KyivTypeSansRegular;
  font-size: 18px;
  font-weight: 400;
  color: #122538;
  margin: 32px 0 22px;
  display: inline-block;
}

.presale-wrap .presale-list .pdots li:after,
.presale-wrap .presale-list .pdots li:before,
.presale-wrap .presale-list table tbody tr td:after,
.presale-wrap .presale-list table tbody tr td:before {
  display: block;
  bottom: auto;
  content: "";
}

@media only screen and (max-width: 767px) {
  .presale-wrap {
    padding: 0;
  }

  .presale-wrap .presale-list .lg-title {
    padding: 20px 15px;
    margin: 0;
    font-size: 18px;
  }
}

.presale-wrap .presale-list .sm-title {
  font-family: KyivTypeSansMedium;
  font-size: 14px;
  color: #122538;
  padding: 14px 0;
}

.presale-wrap .presale-list .pdots li,
.presale-wrap .presale-list table tbody tr td,
.presale-wrap .presale-txt p {
  color: #717c88;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
}

@media only screen and (max-width: 767px) {
  .presale-wrap .presale-list .sm-title {
    padding: 10px 15px;
  }
}

.presale-wrap .presale-list table tbody {
  border: none;
  border-top: 1px solid #e7e9eb;
}

.presale-wrap .presale-list table tbody tr td {
  border-bottom: 1px solid #e7e9eb;
  padding: 14px 0 14px 30px;
  position: relative;
  margin: 0;
}

.presale-wrap .presale-list table tbody tr td:before {
  width: 10px;
  height: 10px;
  background: rgba(172, 100, 255, 0.1);
  border: 1px solid rgba(172, 100, 255, 0.3);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .presale-wrap .presale-list table tbody tr td {
    padding: 10px 15px 10px 45px;
  }

  .presale-wrap .presale-list table tbody tr td:before {
    left: 17px;
    top: 15px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

table.rent-table tbody {
  background-color: transparent;
}

table.rent-table tbody tr th {
  border-bottom: 1px solid #e7e9eb;
}

table.rent-table tbody tr td {
  border-left: 1px solid #e7e9eb;
}

.presale-wrap .presale-list table tbody tr td:after {
  width: 4px;
  height: 4px;
  background: #ac64ff;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.presale-wrap .presale-list .pdots {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #e7e9eb;
}

.presale-wrap .presale-list .pdots li {
  padding: 14px 0 14px 30px;
  border-bottom: 1px solid #e7e9eb;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .presale-wrap .presale-list table tbody tr td:after {
    left: 20px;
    top: 18px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .presale-wrap .presale-list .pdots li {
    padding: 10px 15px 10px 45px;
  }
}

.presale-wrap .presale-list .pdots li:before {
  width: 10px;
  height: 10px;
  background: rgba(172, 100, 255, 0.1);
  border: 1px solid rgba(172, 100, 255, 0.3);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .presale-wrap .presale-list .pdots li:before {
    left: 17px;
    top: 15px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.presale-wrap .presale-list .pdots li:after {
  width: 4px;
  height: 4px;
  background: #ac64ff;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.presale-wrap .presale-txt {
  margin-top: 33px;
  display: inline-block;
}

.presale-wrap .presale-txt p b {
  color: #122538;
  font-family: OpenSansSemibold;
}

.presale-wrap .presale-txt span.txt-up {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #122538;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .presale-wrap .presale-list .pdots li:after {
    left: 20px;
    top: 18px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .presale-wrap .presale-txt {
    margin-top: 20px;
    padding: 0 15px;
  }

  .presale-wrap .presale-txt p,
  .presale-wrap .presale-txt span.txt-up {
    font-size: 14px;
  }
}

.presale-wrap .defect {
  margin-top: 15px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ac64ff;
  background-color: rgba(172, 100, 255, 0.1);
  padding: 20px;
  border-radius: 20px 0;
}

@media only screen and (max-width: 767px) {
  .presale-wrap .defect {
    margin: 15px 15px 0;
    padding: 15px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.presale-wrap .defect img {
  margin-right: 20px;
}

.presale-wrap .defect span {
  font-family: OpenSansSemibold;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #122538;
}

.rent-wrap {
  padding: 32px 40px;
}

@media only screen and (max-width: 767px) {
  .presale-wrap .defect span {
    font-size: 14px;
  }

  .rent-wrap {
    padding: 20px 0;
  }

  .rent-wrap .info {
    padding: 0 15px;
  }
}

.rent-wrap .lg-title {
  font-family: KyivTypeSansRegular;
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #122538;
  margin-bottom: 16px;
}

.rent-wrap p,
.rent-wrap ul.nm li {
  color: #717c88;
  letter-spacing: 0.38px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .rent-wrap .lg-title {
    margin-bottom: 26px;
    font-size: 16px;
  }

  .comparsion-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.comparsion-wrap .info-column .top-action .count .label,
.rent-wrap .rent-act a,
.rent-wrap p,
.rent-wrap ul.nm li {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
}

.rent-wrap ul.nm {
  margin: 0 0 20px;
  list-style: none;
  padding: 0;
}

.rent-wrap .rent-act a {
  font-family: KyivTypeSansMedium;
  letter-spacing: normal;
  color: #fff;
  padding: 14px 20px;
  background: #ac64ff;
  display: inline-block;
  border-radius: 15px 0;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.comparsion-wrap,
.comparsion-wrap .info-column .top-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.rent-wrap .rent-act a:hover {
  background: #955be1;
}

.comparsion-wrap {
  display: flex;
}

.comparsion-wrap .info-column {
  width: 25%;
}

.comparsion-wrap .info-column .top-action {
  border-right: 1px solid #e7e9eb;
  border-bottom: 1px solid #e7e9eb;
  height: 430px;
  padding: 25px 30px 5px;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.comparsion-wrap .info-column .top-action .count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.comparsion-wrap .info-column .top-action .count .label {
  font-weight: 400;
  letter-spacing: 0.38px;
  color: #a0a8af;
  margin-right: 15px;
}

.comparsion-wrap .info-column .top-action .cat-show .item .label,
.comparsion-wrap .info-column .top-action .count .num {
  color: #122538;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.38px;
  font-stretch: normal;
  font-family: OpenSansSemibold;
  font-style: normal;
}

@media only screen and (max-width: 767px) {
  .comparsion-wrap .info-column {
    width: 100%;
  }

  .comparsion-wrap .info-column .top-action {
    height: auto;
    padding: 15px 15px 0;
  }

  .comparsion-wrap .info-column .top-action .count {
    margin-bottom: 10px;
  }

  .comparsion-wrap .info-column .top-action .count .label {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .pc-selection .pc-form {
    max-width: 200%;
  }

  .comparsion-wrap .info-column {
    width: 33.33334%;
  }

  .comparsion-wrap .info-column .top-action {
    height: 380px;
    padding: 15px 15px 0;
  }

  .comparsion-wrap .info-column .top-action .count .label,
  .comparsion-wrap .info-column .top-action .count .num {
    font-size: 14px;
  }
}

.comparsion-wrap .info-column .top-action .count .num {
  border-radius: 20px;
  background-color: #f3f4f5;
  padding: 5px 16px;
}

.comparsion-wrap .info-column .top-action .cat-show .item {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .comparsion-wrap .info-column .top-action .count .num {
    padding: 4px 13px;
    font-size: 14px;
  }

  .comparsion-wrap .info-column .top-action .cat-show .item {
    margin-bottom: 15px;
  }

  .comparsion-wrap .info-column .top-action .cat-show .item:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .comparsion-wrap .info-column .top-action .cat-show .item:first-child .label {
    margin-right: 17px;
  }

  .comparsion-wrap .info-column .top-action .cat-show .item:last-child .label {
    display: none;
  }
}

.comparsion-wrap .info-column .top-action .cat-show .item .label {
  margin: 0 0 10px;
}

.comparsion-wrap .info-column .top-action .cat-show .item .txt {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #a0a8af;
}

@media only screen and (max-width: 767px) {
  .comparsion-wrap .info-column .top-action .cat-show .item .label {
    font-size: 14px;
    margin: 0;
  }

  .comparsion-wrap .info-column .top-action .cat-show .item .txt {
    font-size: 14px;
  }
}

.comparsion-wrap .info-column .top-action .cat-show .item .check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.comparsion-wrap .info-column .top-action .cat-show .item .check input {
  display: none;
}

.comparsion-wrap
  .info-column
  .top-action
  .cat-show
  .item
  .check
  input:checked
  ~ .dis {
  color: #ac64ff;
}

.comparsion-wrap
  .info-column
  .top-action
  .cat-show
  .item
  .check
  input:checked
  ~ .all {
  color: #a0a8af;
}

.comparsion-wrap
  .info-column
  .top-action
  .cat-show
  .item
  .check
  input:checked
  ~ label:after {
  left: auto;
  right: 3px;
}

.comparsion-wrap .info-column .top-action .cat-show .item .check label {
  margin: 0 15px;
  width: 54px;
  height: 30px;
  border-radius: 20px;
  background: rgba(172, 100, 255, 0.5);
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

@media only screen and (max-width: 767px) {
  .comparsion-wrap .info-column .top-action .cat-show .item .check label {
    width: 46px;
    height: 26px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .comparsion-wrap .info-column .top-action .cat-show .item .label,
  .comparsion-wrap .info-column .top-action .cat-show .item .txt {
    font-size: 14px;
  }

  .comparsion-wrap .info-column .top-action .cat-show .item .check label {
    width: 46px;
    height: 26px;
    margin: 0 8px;
  }
}

.comparsion-wrap .info-column .top-action .cat-show .item .check label:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.comparsion-wrap .info-column .top-action .cat-show .item .check label:hover {
  background: #ac64ff;
}

.comparsion-wrap .info-column .top-action .cat-show .item .check span {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .comparsion-wrap .info-column .top-action .cat-show .item .check label:after {
    width: 20px;
    height: 20px;
  }

  .comparsion-wrap .info-column .top-action .cat-show .item .check span {
    font-size: 14px;
  }
}

.comparsion-wrap .info-column .top-action .cat-show .item .check span.all {
  color: #ac64ff;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.comparsion-wrap .info-column .top-action .cat-show .item .check span.dis {
  color: #a0a8af;
}

.comparsion-wrap .info-column .bot-labels {
  padding: 20px 0 0 30px;
}

@media only screen and (max-width: 767px) {
  .comparsion-wrap .info-column .top-action .cat-show .item .check label:after {
    width: 20px;
    height: 20px;
  }

  .comparsion-wrap .info-column .top-action .cat-show .item .check span {
    font-size: 14px;
  }

  .comparsion-wrap .info-column .bot-labels {
    display: none;
  }
}

.comparsion-wrap .info-column .bot-labels ul {
  list-style: none;
  padding: 0;
  margin: 0 0 26px;
}

.comparsion-wrap .info-column .bot-labels ul li {
  border-bottom: 1px solid #e7e9eb;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #717c88;
}

.comparsion-wrap .compare-items {
  width: 75%;
}

@media only screen and (max-width: 767px) {
  .comparsion-wrap .compare-items {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .comparsion-wrap .compare-items {
    width: 66.77776%;
  }
}

.comparsion-wrap .compare-items .compare-carousel .compare-pagination {
  display: none;
  position: absolute;
  top: 350px;
  bottom: auto;
  left: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.comparsion-wrap
  .compare-items
  .compare-carousel
  .compare-pagination
  .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background-color: #d0d3d7;
  opacity: 1;
}

.comparsion-wrap
  .compare-items
  .compare-carousel
  .compare-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  background: #122538;
}

.comparsion-wrap .compare-items .compare-carousel .swiper-slide {
  width: 33.33334%;
}

.comparsion-wrap
  .compare-items
  .compare-carousel
  .swiper-slide
  .product-box
  .item {
  padding: 30px 40px;
  border-right: 1px solid #e7e9eb;
  height: 430px;
  border-bottom: 1px solid #e7e9eb;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .comparsion-wrap .compare-items .compare-carousel .swiper-slide {
    width: 50%;
  }

  .comparsion-wrap
    .compare-items
    .compare-carousel
    .swiper-slide
    .product-box
    .item {
    padding: 20px;
    height: 380px;
  }
}

@media only screen and (max-width: 767px) {
  .comparsion-wrap .compare-items .compare-carousel .compare-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .comparsion-wrap .compare-items .compare-carousel .swiper-slide {
    width: 50%;
  }

  .comparsion-wrap
    .compare-items
    .compare-carousel
    .swiper-slide
    .product-box
    .item {
    padding: 15px;
    height: 340px;
  }

  .comparsion-wrap
    .compare-items
    .compare-carousel
    .swiper-slide
    .product-box
    .item:nth-child(2n) {
    border-right: none;
  }
}

.comparsion-wrap
  .compare-items
  .compare-carousel
  .swiper-slide
  .product-box
  .item
  .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .comparsion-wrap
    .compare-items
    .compare-carousel
    .swiper-slide
    .product-box
    .item
    .top {
    margin-bottom: 20px;
  }
}

.comparsion-wrap
  .compare-items
  .compare-carousel
  .swiper-slide
  .product-box
  .item
  .top
  .sale
  .sale-filled {
  font-size: 11px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 0.29px;
  color: #122538;
  padding: 3px 10px;
  border-radius: 12px 0;
  background: #eaff00;
}

@media only screen and (max-width: 767px) {
  .comparsion-wrap
    .compare-items
    .compare-carousel
    .swiper-slide
    .product-box
    .item
    .top {
    margin-bottom: 20px;
  }

  .comparsion-wrap
    .compare-items
    .compare-carousel
    .swiper-slide
    .product-box
    .item
    .top
    .sale
    .sale-filled {
    padding: 2px 7px;
    font-size: 8px;
  }
}

.comparsion-wrap
  .compare-items
  .compare-carousel
  .swiper-slide
  .product-box
  .item
  .top
  .del
  a:hover
  svg
  path {
  stroke: #ac64ff;
}

.comparsion-wrap
  .compare-items
  .compare-carousel
  .swiper-slide
  .product-box
  .item
  .photo {
  margin-bottom: 30px;
}

.comparsion-wrap
  .compare-items
  .compare-carousel
  .swiper-slide
  .product-box
  .item
  .photo
  img {
  max-width: 100%;
  max-height: 190px;
  display: block;
  margin: 0 auto;
}

.comparsion-wrap
  .compare-items
  .compare-carousel
  .swiper-slide
  .product-box
  .item
  .price {
  font-size: 22px;
}

@media only screen and (max-width: 767px) {
  .comparsion-wrap
    .compare-items
    .compare-carousel
    .swiper-slide
    .product-box
    .item
    .photo {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .comparsion-wrap
    .compare-items
    .compare-carousel
    .swiper-slide
    .product-box
    .item
    .photo {
    margin-bottom: 20px;
  }
}

.comparsion-wrap
  .compare-items
  .compare-carousel
  .swiper-slide
  .product-box
  .item
  .title {
  max-height: 40px;
  overflow: hidden;
}

.comparsion-wrap
  .compare-items
  .compare-carousel
  .swiper-slide
  .product-box
  .item
  .title
  a {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.38px;
  color: #122538;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

@media only screen and (max-width: 767px) {
  .comparsion-wrap
    .compare-items
    .compare-carousel
    .swiper-slide
    .product-box
    .item
    .title {
    margin-bottom: 6px;
  }

  .comparsion-wrap
    .compare-items
    .compare-carousel
    .swiper-slide
    .product-box
    .item
    .title
    a {
    height: 35px;
    overflow: hidden;
  }
}

.comparsion-wrap
  .compare-items
  .compare-carousel
  .swiper-slide
  .product-box
  .item
  .title
  a:hover {
  color: #ac64ff;
}

.comparsion-wrap
  .compare-items
  .compare-carousel
  .swiper-slide
  .product-box
  .item
  .rating {
  margin-bottom: 15px;
}

.comparsion-wrap
  .compare-items
  .compare-carousel
  .swiper-slide
  .product-box
  .item
  .rating
  ul.product-star {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.comparsion-wrap
  .compare-items
  .compare-carousel
  .swiper-slide
  .product-box
  .item
  .rating
  ul.product-star
  li {
  margin-right: 3px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .comparsion-wrap
    .compare-items
    .compare-carousel
    .swiper-slide
    .product-box
    .item
    .rating
    ul.product-star
    li {
    margin-right: 2px;
  }

  .comparsion-wrap
    .compare-items
    .compare-carousel
    .swiper-slide
    .product-box
    .item
    .rating
    ul.product-star
    li
    svg {
    width: 9px;
  }
}

.comparsion-wrap
  .compare-items
  .compare-carousel
  .swiper-slide
  .product-box
  .item
  .actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 47px;
}

.comparsion-wrap
  .compare-items
  .compare-carousel
  .swiper-slide
  .product-box
  .item
  .actions
  .price
  .old-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}

.comparsion-wrap
  .compare-items
  .compare-carousel
  .swiper-slide
  .product-box
  .item
  .actions
  .price
  .old-wrap
  .old-price {
  margin-right: 10px;
  font-size: 13px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.35px;
  color: #a0a8af;
  text-decoration: line-through;
}

@media only screen and (max-width: 767px) {
  .comparsion-wrap
    .compare-items
    .compare-carousel
    .swiper-slide
    .product-box
    .item
    .actions
    .price
    .old-wrap
    .old-price {
    font-size: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .comparsion-wrap
    .compare-items
    .compare-carousel
    .swiper-slide
    .product-box
    .item
    .actions
    .price
    .old-wrap
    .old-price {
    font-size: 10px;
  }
}

.comparsion-wrap
  .compare-items
  .compare-carousel
  .swiper-slide
  .product-box
  .item
  .actions
  .price
  .old-wrap
  .old-price
  span {
  font-size: 11px;
}

.comparsion-wrap
  .compare-items
  .compare-carousel
  .swiper-slide
  .product-box
  .item
  .actions
  .price
  .old-wrap
  .discount,
.crosssale .discount {
  border-radius: 2px;
  font-size: 9px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.25px;
  color: #122538;
  padding: 2px 4px;
  background: #eaff00;
}

.comparsion-wrap
  .compare-items
  .compare-carousel
  .swiper-slide
  .product-box
  .item
  .actions
  .price
  .new-price {
  font-size: 22px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.83;
  letter-spacing: normal;
  color: #000;
  padding-bottom: 6px;
}

@media only screen and (max-width: 767px) {
  .comparsion-wrap
    .compare-items
    .compare-carousel
    .swiper-slide
    .product-box
    .item
    .actions
    .price
    .new-price {
    font-size: 20px;
    padding-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .comparsion-wrap
    .compare-items
    .compare-carousel
    .swiper-slide
    .product-box
    .item
    .actions
    .price
    .new-price {
    font-size: 20px;
    padding-bottom: 10px;
  }
}

.comparsion-wrap
  .compare-items
  .compare-carousel
  .swiper-slide
  .product-box
  .item
  .actions
  .price
  .new-price
  span {
  font-size: 15px;
}

.comparsion-wrap
  .compare-items
  .compare-carousel
  .swiper-slide
  .product-box
  .item
  .actions
  .buy
  a {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(172, 100, 255, 0.1);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .comparsion-wrap
    .compare-items
    .compare-carousel
    .swiper-slide
    .product-box
    .item
    .actions
    .buy
    a {
    width: 36px;
    height: 36px;
    border-radius: 8px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .comparsion-wrap
    .compare-items
    .compare-carousel
    .swiper-slide
    .product-box
    .item
    .actions
    .buy
    a {
    width: 36px;
    height: 36px;
    border-radius: 8px 0;
  }
}

.comparsion-wrap
  .compare-items
  .compare-carousel
  .swiper-slide
  .product-box
  .item
  .actions
  .buy
  a
  svg {
  width: 19px;
  height: 17px;
}

.comparsion-wrap
  .compare-items
  .compare-carousel
  .swiper-slide
  .product-box
  .item
  .actions
  .buy
  a
  svg
  path {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

@media only screen and (max-width: 767px) {
  .comparsion-wrap
    .compare-items
    .compare-carousel
    .swiper-slide
    .product-box
    .item
    .actions
    .buy
    a
    svg {
    width: 18px;
    height: 15px;
  }
}

.comparsion-wrap
  .compare-items
  .compare-carousel
  .swiper-slide
  .product-box
  .item
  .actions
  .buy
  a:hover {
  background: #ac64ff;
}

.comparsion-wrap
  .compare-items
  .compare-carousel
  .swiper-slide
  .product-box
  .item
  .actions
  .buy
  a:hover
  svg
  path {
  stroke: #fff;
}

.comparsion-wrap
  .compare-items
  .compare-carousel
  .swiper-slide
  .product-box
  .item
  .avail {
  font-size: 10px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.25px;
  color: #ac64ff;
}

.comparsion-wrap
  .compare-items
  .compare-carousel
  .swiper-slide
  .product-box
  .char {
  padding: 20px 0 0;
}

.comparsion-wrap
  .compare-items
  .compare-carousel
  .swiper-slide
  .product-box
  .char
  ul {
  list-style: none;
  padding: 0;
  margin: 0 0 26px;
}

.comparsion-wrap
  .compare-items
  .compare-carousel
  .swiper-slide
  .product-box
  .char
  ul
  li {
  border-bottom: 1px solid #e7e9eb;
  height: 50px;
  padding: 0 26px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .comparsion-wrap
    .compare-items
    .compare-carousel
    .swiper-slide
    .product-box
    .char
    ul
    li {
    height: 80px;
    padding: 40px 14px 4px;
  }
}

.comparsion-wrap
  .compare-items
  .compare-carousel
  .swiper-slide
  .product-box
  .char
  ul
  li
  .mob-label {
  position: absolute;
  right: 0;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  top: 11px;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #717c88;
  display: none;
}

.comparsion-wrap
  .compare-items
  .compare-carousel
  .swiper-slide
  .product-box
  .char
  ul
  li
  .char-box {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  padding-top: 15px;
}

@media only screen and (max-width: 767px) {
  .comparsion-wrap
    .compare-items
    .compare-carousel
    .swiper-slide
    .product-box
    .char
    ul
    li
    .char-box {
    padding: 0;
  }

  .comparsion-wrap
    .compare-items
    .compare-carousel
    .swiper-slide
    .product-box
    .char
    ul
    li
    .char-box
    span {
    font-size: 14px;
  }
}

.comparsion-wrap
  .compare-items
  .compare-carousel
  .swiper-slide
  .product-box
  .char
  ul
  li
  .char-box
  span {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #122538;
  display: block;
  background: #fff;
  position: absolute;
  z-index: 1;
  padding-bottom: 5px;
}

.comparsion-wrap
  .compare-items
  .compare-carousel
  .swiper-slide
  .product-box
  .char
  ul
  li
  .char-box:before {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff);
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 10px;
  z-index: 2;
}

.comparsion-wrap
  .compare-items
  .compare-carousel
  .swiper-slide
  .product-box
  .char
  ul
  li
  .char-box:hover {
  overflow: visible;
  height: auto;
  z-index: 3;
}

.comparsion-wrap
  .compare-items
  .compare-carousel
  .swiper-slide
  .product-box
  .char
  ul
  li
  .char-box:hover:before {
  content: none;
}

@media only screen and (max-width: 767px) {
  .comparsion-wrap
    .compare-items
    .compare-carousel
    .swiper-slide.swiper-slide-active
    .mob-label {
    display: block !important;
  }
}

.comparsion-text {
  padding: 0 30px 10px;
}

.comparsion-text p {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #717c88;
}

.order-header {
  background: #fff;
  position: relative;
  z-index: 6;
}

.order-header .order-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 65px;
}

.order-header .order-header-wrap .logo {
  margin-right: 30px;
}

@media only screen and (min-width: 1026px) and (max-width: 1370px) {
  .order-header .order-header-wrap .logo {
    margin-right: 15px;
  }
}

.order-header .order-header-wrap .logo a img {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.order-header .order-header-wrap .logo a img.purple,
.order-header .order-header-wrap .logo a:hover img.yellow {
  display: none;
}

.order-header .order-header-wrap .logo a:hover img.purple {
  display: block;
}

.order-header .order-header-wrap .call {
  margin-left: 25px;
  height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .order-header .order-header-wrap .call {
    display: none;
  }
}

.order-header .order-header-wrap .call .phone-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.order-header .order-header-wrap .call .phone-box .icon {
  margin-right: 15px;
}

.order-header .order-header-wrap .call .phone-box .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.order-header .order-header-wrap .call .phone-box .box .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.order-header .order-header-wrap .call .phone-box .box .top svg {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.order-header .order-header-wrap .call .phone-box .box .top a {
  font-size: 20px;
  font-family: OpenSansSemibold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  color: #122538;
  margin-right: 14px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.order-header .order-header-wrap .call .phone-box .box .top a:hover {
  color: #ac64ff;
}

.order-header .order-header-wrap .call .phone-box .box span {
  font-size: 10px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.27px;
  color: #717c88;
}

.order-header .order-header-wrap .call .phone-dropdown {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  width: auto;
  right: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: #fff;
  box-shadow: inset 0 5px 15px rgba(0, 0, 0, 0.05),
    0 2px 10px rgba(0, 0, 0, 0.1);
  list-style: none;
  margin: 0;
  overflow: hidden;
  border-radius: 0 0 5px 5px;
  z-index: 2;
  padding: 16px;
  white-space: nowrap;
}

.order-header .order-header-wrap .call .phone-dropdown .or {
  margin: 8px 0 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.order-header .order-header-wrap .call .phone-dropdown .or span {
  font-style: normal;
  font-family: OpenSansSemibold;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.27px;
  color: #d0d3d7;
  display: block;
  width: 30px;
  background: #fff;
  position: relative;
  z-index: 2;
  text-align: center;
}

.order-header .order-header-wrap .call .phone-dropdown .or:before {
  content: "";
  display: block;
  height: 1px;
  background: #d0d3d7;
  width: 100%;
  position: absolute;
  top: 8px;
}

.order-header .order-header-wrap .call .phone-dropdown .contact .form-item {
  margin-bottom: 10px;
}

.order-header
  .order-header-wrap
  .call
  .phone-dropdown
  .contact
  .form-item
  label {
  font-family: KyivTypeSansRegular;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.38px;
  display: block;
  margin-bottom: 10px;
}

.order-wrap,
.order-wrap .content .order-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.order-header
  .order-header-wrap
  .call
  .phone-dropdown
  .contact
  .form-item
  input {
  margin: 0;
  height: 36px;
  color: #122538;
  border: 1px solid #d0d3d7;
  border-radius: 2px;
  padding: 0 12px;
  box-shadow: none;
  font-size: 14px;
}

.order-header
  .order-header-wrap
  .call
  .phone-dropdown
  .contact
  .form-item
  input:focus {
  border-color: #ac64ff;
}

.order-header
  .order-header-wrap
  .call
  .phone-dropdown
  .contact
  .form-item
  input::-webkit-input-placeholder {
  color: #d0d3d7;
}

.order-header
  .order-header-wrap
  .call
  .phone-dropdown
  .contact
  .form-item
  input::-moz-placeholder {
  color: #d0d3d7;
}

.order-header
  .order-header-wrap
  .call
  .phone-dropdown
  .contact
  .form-item
  input:-ms-input-placeholder {
  color: #d0d3d7;
}

.order-header
  .order-header-wrap
  .call
  .phone-dropdown
  .contact
  .form-item
  input::placeholder {
  color: #d0d3d7;
}

.order-header .order-header-wrap .call .phone-dropdown .contact button {
  margin: 0;
  cursor: pointer;
  padding: 12px;
  width: 100%;
  text-align: center;
  font-style: normal;
  font-family: KyivTypeSansMedium;
  font-size: 10.96px;
  line-height: 13px;
  text-transform: uppercase;
  background: #ac64ff;
  border-radius: 12px 0;
  color: #fff;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.order-wrap .content .order-step .num span,
.order-wrap .content h1 {
  color: #122538;
  letter-spacing: 0.38px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
}

.order-header .order-header-wrap .call .phone-dropdown .contact button:hover {
  background: #955be1;
}

.order-header .order-header-wrap .call:hover > .phone-box .top svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.order-header .order-header-wrap .call:hover .phone-dropdown {
  opacity: 1;
  visibility: visible;
}

.order-wrap {
  margin: 30px 0 10px;
  display: flex;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .order-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .order-wrap .content {
    width: 100%;
  }
}

.order-wrap .content {
  width: 100%;
  background: #fff;
  padding: 30px;
}

@media only screen and (max-width: 767px) {
  .order-wrap {
    margin: 15px 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .order-wrap .content {
    padding: 10px 15px;
  }
}

.order-wrap .content h1 {
  font-family: KyivTypeSansRegular;
  font-size: 26px;
  line-height: 0.77;
  margin: 0 0 35px;
}

@media only screen and (max-width: 767px) {
  .order-wrap .content h1 {
    font-size: 18px;
    margin: 0 0 22px;
  }

  .order-wrap .content .order-step {
    position: relative;
  }
}

.order-wrap .content .order-step {
  display: flex;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e7e9eb;
}

.order-wrap .content .order-step.step2 .num {
  margin-top: 0px;
}

.order-wrap .content .order-step.step3 {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.order-wrap .content .order-step .num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #f3f4f5;
  margin-right: 15px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.order-wrap .content .order-step .num span {
  font-size: 16px;
  line-height: 1.25;
}

@media only screen and (max-width: 767px) {
  .order-wrap .content .order-step .num {
    width: 24px;
    height: 24px;
    margin: 0;
    position: absolute;
  }

  .order-wrap .content .order-step .num span {
    font-size: 14px;
    font-family: OpenSansSemibold;
  }

  .order-wrap .content .order-step .order-box .step-title {
    padding-left: 40px;
  }
}

.order-wrap .content .order-step .order-box {
  padding-top: 3px;
  width: 100%;
  max-width: 565px;
}

.order-wrap .content .order-step .order-box .step-title {
  margin-bottom: 25px;
}

.order-wrap .content .order-step .order-box .step-title.flx {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.order-wrap .content .order-step .order-box .step-title.flx h2 {
  margin-right: 15px;
}

@media only screen and (max-width: 767px) {
  .order-wrap .content .order-step .order-box .step-title.flx .custom-select {
    width: 100%;
  }
}

.order-wrap
  .content
  .order-step
  .order-box
  .step-title.flx
  .custom-select
  .selectize-input {
  width: 168px;
  height: 38px;
  border-radius: 3px;
  background-color: #f3f4f5;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.38px;
  color: #88929b;
  border: none;
  box-shadow: none;
  padding-left: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .order-wrap
    .content
    .order-step
    .order-box
    .step-title.flx
    .custom-select
    .selectize-input {
    width: 100%;
  }
}

.order-wrap
  .content
  .order-step
  .order-box
  .step-title.flx
  .custom-select
  .selectize-input:after {
  width: 8px;
  height: 4px;
  background: url(../images/product/select.svg) center/cover no-repeat;
  border: none;
  right: 13px;
  top: 18px;
  margin: 0;
  opacity: 0.5;
}

.order-wrap
  .content
  .order-step
  .order-box
  .step-title.flx
  .custom-select
  .selectize-input
  .item {
  color: #122538;
}

.order-wrap
  .content
  .order-step
  .order-box
  .step-title.flx
  .custom-select
  .selectize-input
  input {
  width: 100% !important;
  display: none !important;
}

.order-wrap
  .content
  .order-step
  .order-box
  .step-title.flx
  .custom-select
  .selectize-dropdown
  .option,
.order-wrap
  .content
  .order-step
  .order-box
  .step-title.flx
  .custom-select
  .selectize-input.input-active
  .item {
  display: none;
}

.order-wrap
  .content
  .order-step
  .order-box
  .step-title.flx
  .custom-select
  .selectize-input.input-active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 1;
}

.order-wrap
  .content
  .order-step
  .order-box
  .step-title.flx
  .custom-select
  .selectize-dropdown {
  border: none;
}

.order-wrap
  .content
  .order-step
  .order-box
  .step-title.flx
  .custom-select
  .selectize-dropdown
  .option[data-selectable] {
  display: block;
  padding: 9px;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.38px;
  color: #717c88;
  border-bottom: 1px solid #e7e9eb;
  cursor: pointer;
}

.order-wrap
  .content
  .order-step
  .order-box
  .step-title.flx
  .custom-select
  .selectize-dropdown
  .option[data-selectable]:hover {
  color: #122538;
  background: 0 0;
}

.order-wrap
  .content
  .order-step
  .order-box
  .step-title.flx
  .custom-select
  .selectize-dropdown
  .option[data-selectable].active {
  background: 0 0;
}

.order-wrap
  .content
  .order-step
  .order-box
  .step-title.flx
  .custom-select
  .selectize-dropdown
  .option[data-selectable]:last-child {
  border: none;
}

.order-wrap .content .order-step .order-box .step-title h2 {
  font-family: KyivTypeSansRegular;
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  color: #122538;
  margin: 0;
}

.order-wrap .content .order-step .order-box .order-tabs {
  max-width: 565px;
}

.order-wrap .content .order-step .order-box .order-tabs .tabs {
  border: none;
  background: 0 0;
  margin-bottom: 30px;
}

.order-wrap .content .order-step .order-box .order-tabs .tabs .tabs-title {
  background: 0 0;
  margin-right: 5px;
}

@media only screen and (max-width: 767px) {
  .order-wrap .content .order-step .order-box .step-title h2 {
    font-size: 16px;
  }

  .order-wrap .content .order-step .order-box .order-tabs .tabs {
    margin-bottom: 22px;
  }

  .order-wrap .content .order-step .order-box .order-tabs .tabs .tabs-title {
    width: 50%;
    margin: 0;
  }
}

.order-wrap .content .order-step .order-box .order-tabs .tabs .tabs-title a {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.38px;
  color: #122538;
  padding: 5px 20px;
  border-radius: 11px 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

@media only screen and (max-width: 767px) {
  .order-wrap .content .order-step .order-box .order-tabs .tabs .tabs-title a {
    font-size: 14px;
    padding: 5px;
    text-align: center;
  }
}

.order-wrap
  .content
  .order-step
  .order-box
  .order-tabs
  .tabs
  .tabs-title
  a:hover {
  color: #ac64ff;
}

.order-wrap
  .content
  .order-step
  .order-box
  .order-tabs
  .tabs
  .tabs-title.is-active
  a {
  background: #122538;
  color: #fff;
}

.order-wrap .content .order-step .order-box .order-tabs .tabs-content {
  border: none;
  background: 0 0;
}

.order-wrap
  .content
  .order-step
  .order-box
  .order-tabs
  .tabs-content
  .tabs-panel {
  padding: 0;
}

.order-wrap .content .order-step .order-box .form-wrap {
  margin: 0 -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.order-wrap .content .order-step .order-box .form-wrap .form-item {
  padding: 0 10px;
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .order-wrap .content .order-step .order-box .form-wrap .form-item {
    width: 100%;
    margin-bottom: 15px;
  }
}

.order-wrap .content .order-step .order-box .form-wrap .form-item label {
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.32px;
  color: #a0a8af;
  margin: 0 0 7px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.order-wrap .content .order-step .order-box .form-wrap .form-item input {
  height: 46px;
  border-radius: 2px;
  border: 1px solid #d0d3d7;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.38px;
  color: #122538;
  padding: 0 15px;
  box-shadow: none;
  margin: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.order-wrap .content .order-step .order-box .form-wrap .form-item input:focus {
  border-color: #ac64ff;
}

.order-wrap
  .content
  .order-step
  .order-box
  .form-wrap
  .form-item
  input:focus
  + label {
  color: #122538;
}

.order-wrap .content .order-step .order-box div[class^="bxx"] {
  display: none;
}

.order-wrap .content .order-step .order-box div[class^="bxx"] .form-item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .order-wrap .content .order-step .order-box .form-wrap .form-item label {
    font-size: 14px;
  }

  .order-wrap .content .order-step .order-box div[class^="bxx"] .form-item {
    width: 100%;
    margin-bottom: 15px;
  }
}

.order-wrap .content .order-step .order-box div[class^="bxx"] .form-item label {
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.32px;
  color: #a0a8af;
  margin: 0 0 7px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.order-wrap .content .order-step .order-box div[class^="bxx"] .form-item input {
  height: 46px;
  border-radius: 2px;
  border: 1px solid #d0d3d7;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.38px;
  color: #122538;
  padding: 0 15px;
  box-shadow: none;
  margin: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.order-wrap
  .content
  .order-step
  .order-box
  div[class^="bxx"]
  .form-item
  input:focus {
  border-color: #ac64ff;
}

.order-wrap
  .content
  .order-step
  .order-box
  div[class^="bxx"]
  .form-item
  input:focus
  + label {
  color: #122538;
}

.order-wrap .content .order-step .order-box div[class^="bxx"] .form-wrap {
  margin: 0 -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.order-wrap
  .content
  .order-step
  .order-box
  div[class^="bxx"]
  .form-wrap
  .form-item {
  padding: 0 10px;
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .order-wrap
    .content
    .order-step
    .order-box
    div[class^="bxx"]
    .form-item
    label {
    font-size: 14px;
  }

  .order-wrap
    .content
    .order-step
    .order-box
    div[class^="bxx"]
    .form-wrap
    .form-item {
    width: 100%;
    margin-bottom: 15px;
  }
}

.order-wrap
  .content
  .order-step
  .order-box
  div[class^="bxx"]
  .form-wrap
  .form-item
  label {
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.32px;
  color: #a0a8af;
  margin: 0 0 7px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

@media only screen and (max-width: 767px) {
  .order-wrap
    .content
    .order-step
    .order-box
    div[class^="bxx"]
    .form-wrap
    .form-item
    label {
    font-size: 14px;
  }
}

.order-wrap
  .content
  .order-step
  .order-box
  div[class^="bxx"]
  .form-wrap
  .form-item
  input {
  height: 46px;
  border-radius: 2px;
  border: 1px solid #d0d3d7;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.38px;
  color: #122538;
  padding: 0 15px;
  box-shadow: none;
  margin: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.order-wrap
  .content
  .order-step
  .order-box
  div[class^="bxx"]
  .form-wrap
  .form-item
  input:focus {
  border-color: #ac64ff;
}

.order-wrap
  .content
  .order-step
  .order-box
  div[class^="bxx"]
  .form-wrap
  .form-item
  input:focus
  + label {
  color: #122538;
}

.order-wrap .content .order-step .order-box div[class^="bxx"].active {
  display: block;
}

.order-wrap .content .order-step .order-box .lg-title {
  font-family: KyivTypeSansRegular;
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  color: #122538;
  margin-bottom: 15px;
  margin-top: 15px;
  display: inline-block;
}

.order-wrap .content .order-step .order-box .sm-title {
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0.38px;
  color: #000;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .order-wrap .content .order-step .order-box .lg-title {
    font-size: 16px;
  }

  .order-wrap .content .order-step .order-box .sm-title {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.order-wrap .content .order-step .order-box .map {
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .order-wrap .content .order-step .order-box .map {
    margin-bottom: 15px;
  }

  .order-wrap
    .content
    .order-step
    .order-box
    .form-item.select
    .custom-select2 {
    width: 100%;
  }
}

.order-wrap .content .order-step .order-box .map iframe {
  width: 100%;
  height: 276px;
}

.order-wrap .content .order-step .order-box .form-item.textarea {
  margin-bottom: 15px;
}

.order-wrap .content .order-step .order-box .form-item.textarea textarea {
  width: 100%;
  height: 130px;
  border-radius: 2px;
  border: 1px solid #d0d3d7;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.38px;
  color: #122538;
  padding: 0 15px;
  box-shadow: none;
  margin: 0;
  resize: none;
}

.order-wrap .content .order-step .order-box .form-item.select {
  margin-bottom: 20px;
}

.order-wrap .content .order-step .order-box .form-item.select .custom-select2 {
  line-height: 1;
}

.order-wrap
  .content
  .order-step
  .order-box
  .form-item.select
  .custom-select2
  .selectize-input {
  width: 100%;
  height: 46px;
  border-radius: 2px;
  background: 0 0;
  margin: 0;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.38px;
  border: 1px solid #d0d3d7;
  box-shadow: none;
  padding: 12px 15px;
  font-size: 14px;
  color: #122538;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.order-wrap
  .content
  .order-step
  .order-box
  .form-item.select
  .custom-select2
  .selectize-input:after {
  width: 8px;
  height: 4px;
  background: url(../images/product/select.svg) center/cover no-repeat;
  border: none;
  right: 15px;
  top: 20px;
  margin: 0;
  opacity: 0.5;
}

.order-wrap
  .content
  .order-step
  .order-box
  .form-item.select
  .custom-select2
  .selectize-input
  .item {
  width: 100%;
  white-space: nowrap;
}

.order-wrap
  .content
  .order-step
  .order-box
  .form-item.select
  .custom-select2
  .selectize-input
  input {
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  font-size: 14px;
  color: #122538;
  width: 100% !important;
  height: auto;
}

.order-wrap
  .content
  .order-step
  .order-box
  .form-item.select
  .custom-select2
  .selectize-input.input-active
  .item {
  /*display: none !important*/
}

.order-wrap
  .content
  .order-step
  .order-box
  .form-item.select
  .custom-select2
  .selectize-input.input-active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 1;
}

.order-wrap
  .content
  .order-step
  .order-box
  .form-item.select
  .custom-select2
  .selectize-dropdown {
  border: 1px solid #d0d3d7;
  box-shadow: none;
}

.order-wrap
  .content
  .order-step
  .order-box
  .form-item.select
  .custom-select2
  .selectize-dropdown
  .option {
  display: none;
}

.order-wrap
  .content
  .order-step
  .order-box
  .form-item.select
  .custom-select2
  .selectize-dropdown
  .option[data-selectable] {
  display: block;
  padding: 12px 17px 14px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.38px;
  color: #717c88;
  border-bottom: 1px solid #e7e9eb;
  cursor: pointer;
}

.order-wrap
  .content
  .order-step
  .order-box
  .form-item.select
  .custom-select2
  .selectize-dropdown
  .option[data-selectable]:hover {
  color: #122538;
  background: 0 0;
}

.order-wrap
  .content
  .order-step
  .order-box
  .form-item.select
  .custom-select2
  .selectize-dropdown
  .option[data-selectable].active {
  background: 0 0;
}

.order-wrap
  .content
  .order-step
  .order-box
  .form-item.select
  .custom-select2
  .selectize-dropdown
  .option[data-selectable]:last-child {
  border: none;
}

.order-wrap .content .order-step .order-box .bank-box {
  max-width: 390px;
  width: 100%;
  border-radius: 10px;
  background-color: #f6f7f8;
  margin: 25px 0 25px 40px;
  padding: 25px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .order-wrap .content .order-step .order-box .bank-box {
    margin: 15px 0;
    padding: 15px;
  }
}

.order-wrap .content .order-step .order-box .bank-box .lft {
  margin-right: 18px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.order-wrap .content .order-step .order-box .bank-box .lft .arr {
  position: absolute;
  right: 15px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1;
}

.order-wrap .content .order-step .order-box .bank-box .lft .arr .down,
.order-wrap .content .order-step .order-box .bank-box .lft .arr .up {
  line-height: 1;
  cursor: pointer;
}

.order-wrap .content .order-step .order-box .bank-box .pay,
.order-wrap .content .order-step .order-box .bank-box input {
  font-size: 14px;
  line-height: 1.43;
  color: #122538;
  letter-spacing: 0.38px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
}

.order-wrap
  .content
  .order-step
  .order-box
  .bank-box
  .lft
  .arr
  .down:hover
  svg
  path,
.order-wrap
  .content
  .order-step
  .order-box
  .bank-box
  .lft
  .arr
  .up:hover
  svg
  path {
  stroke: #ac64ff;
}

.order-wrap .content .order-step .order-box .bank-box input {
  width: 71px;
  height: 46px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0 10px 0 19px;
  -moz-appearance: textfield;
}

.order-wrap
  .content
  .order-step
  .order-box
  .bank-box
  input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

@media only screen and (max-width: 767px) {
  .order-wrap .content .order-step .order-box .bank-box .pay {
    font-size: 13px;
  }
}

.order-wrap .content .order-step .order-box .bank-box .pay span {
  font-size: 18px;
  font-family: OpenSansSemibold;
}

@media only screen and (max-width: 767px) {
  .order-wrap .content .order-step .order-box .bank-box .pay span {
    font-size: 16px;
  }

  .order-wrap .content .order-step .order-box .bank-box .perc {
    font-size: 10px;
  }
}

.order-wrap .content .order-step .order-box .bank-box .perc {
  font-size: 10px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.38px;
  color: #717c88;
}

.order-wrap .content .order-step .order-box .radio-wrap {
  width: 100%;
  max-width: 565px;
}

.order-wrap .content .order-step .order-box .radio-wrap .form-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: inherit !important;
  -ms-flex-direction: inherit !important;
  flex-direction: inherit !important;
}

.order-wrap .content .order-step .order-box .radio-wrap .form-item input {
  display: none;
}

.order-wrap
  .content
  .order-step
  .order-box
  .radio-wrap
  .form-item
  input:checked
  ~ label:before {
  border: 1px solid #ac64ff;
  background-color: rgba(172, 100, 255, 0.1);
}

.order-wrap
  .content
  .order-step
  .order-box
  .radio-wrap
  .form-item
  input:checked
  ~ label:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ac64ff;
  position: absolute;
  left: 5px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .order-wrap .content .order-step .order-box .radio-wrap .form-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 15px;
  }

  .order-wrap
    .content
    .order-step
    .order-box
    .radio-wrap
    .form-item
    input:checked
    ~ label:after {
    width: 12px;
    height: 12px;
    left: 4px;
  }
}

.order-wrap .content .order-step .order-box .radio-wrap .form-item label {
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #122538;
  position: relative;
  margin: 0;
  padding-left: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.order-wrap
  .content
  .order-step
  .order-box
  .radio-wrap
  .form-item
  label:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 20px;
  border: 1px solid #d0d3d7;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .order-wrap .content .order-step .order-box .radio-wrap .form-item label {
    font-size: 12px;
    padding-left: 30px;
  }

  .order-wrap
    .content
    .order-step
    .order-box
    .radio-wrap
    .form-item
    label:before {
    width: 20px;
    height: 20px;
  }
}

.order-wrap .content .order-step .order-box .radio-wrap .form-item label img {
  margin-right: 15px;
}

.order-wrap .content .order-step .order-box .radio-wrap .form-item label .pa {
  position: absolute;
  left: 40px;
  bottom: -9px;
  font-size: 10px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.38px;
  color: #979797;
  white-space: nowrap;
}

.order-wrap .content .order-step .order-box .radio-wrap .form-item .pinfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.order-wrap
  .content
  .order-step
  .order-box
  .radio-wrap
  .form-item
  .pinfo
  .price {
  width: 80px;
  margin-right: 7px;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #a0a8af;
}

.order-wrap
  .content
  .order-step
  .order-box
  .radio-wrap
  .form-item
  .pinfo
  .price
  .free {
  font-size: 13px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  /*letter-spacing: .38px;*/
  color: #ac64ff;
}

@media only screen and (max-width: 767px) {
  .order-wrap .content .order-step .order-box .radio-wrap .form-item label .pa {
    left: 30px;
  }

  .order-wrap .content .order-step .order-box .radio-wrap .form-item .pinfo {
    padding-left: 3px;
  }

  .order-wrap
    .content
    .order-step
    .order-box
    .radio-wrap
    .form-item
    .pinfo
    .price {
    width: auto;
    font-size: 14px;
    margin-right: 10px;
  }

  .order-wrap
    .content
    .order-step
    .order-box
    .radio-wrap
    .form-item
    .pinfo
    .price
    .free {
    font-size: 12px;
  }
}

.order-wrap .sidebar {
  width: 280px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .order-wrap .sidebar {
    margin: 30px auto;
  }
}

@media only screen and (max-width: 767px) {
  .order-wrap .sidebar {
    margin: 20px auto;
  }
}

.order-wrap .sidebar .sidebar-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.order-wrap .sidebar .sidebar-wrap .promocode-form {
  margin-bottom: 20px;
}

.order-wrap .sidebar .sidebar-wrap .promocode-form .form-item {
  position: relative;
}

.order-wrap .sidebar .sidebar-wrap .promocode-form .form-item input {
  height: 50px;
  border-radius: 3px;
  background-color: #fff;
  padding: 0 20px;
  border: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.38px;
  color: #122538;
}

.blog-wrap .blog-view,
.blog2-wrap .blog2-info,
.blog2-wrap .more-news .more-view,
div.brands .brands-inner,
div.newarrivals .slider-wrap {
  box-shadow: 0 20px 30px -10px rgba(18, 37, 56, 0.05);
}

.order-wrap
  .sidebar
  .sidebar-wrap
  .promocode-form
  .form-item
  input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.38px;
  color: #88929b;
}

.order-wrap
  .sidebar
  .sidebar-wrap
  .promocode-form
  .form-item
  input::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.38px;
  color: #88929b;
}

.order-wrap
  .sidebar
  .sidebar-wrap
  .promocode-form
  .form-item
  input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.38px;
  color: #88929b;
}

.order-wrap
  .sidebar
  .sidebar-wrap
  .promocode-form
  .form-item
  input::placeholder {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.38px;
  color: #88929b;
}

.order-wrap .sidebar .sidebar-wrap .promocode-form .form-item a.delete,
.order-wrap .sidebar .sidebar-wrap .promocode-form .form-item button {
  right: 0;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 1.67;
  letter-spacing: 0.38px;
  position: absolute;
  cursor: pointer;
  top: 0;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.order-wrap .sidebar .sidebar-wrap .promocode-form .form-item button {
  color: #ac64ff;
}

.order-wrap .sidebar .sidebar-wrap .promocode-form .form-item button:hover {
  color: #955be1;
}

.order-wrap .sidebar .sidebar-wrap .promocode-form .form-item a.delete {
  display: none;
  color: #a0a8af;
}

.order-wrap .sidebar .sidebar-wrap .promocode-form .form-item a.delete:hover {
  color: #122538;
}

.order-wrap .sidebar .sidebar-wrap .order-product {
  padding: 20px;
  background: #fff;
}

.order-wrap .sidebar .sidebar-wrap .order-product .otitle {
  font-family: KyivTypeSansRegular;
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  color: #122538;
  margin-bottom: 5px;
}

.order-wrap .sidebar .sidebar-wrap .order-product .product-item {
  padding: 25px 0;
  border-bottom: 1px solid #e7e9eb;
}

.order-wrap .sidebar .sidebar-wrap .order-product .product-item-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.order-wrap
  .sidebar
  .sidebar-wrap
  .order-product
  .product-item-container
  .photo {
  width: 50px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
  padding-top: 8px;
}

.order-wrap
  .sidebar
  .sidebar-wrap
  .order-product
  .product-item-container
  .photo
  img {
  max-width: 100%;
}

.order-wrap
  .sidebar
  .sidebar-wrap
  .order-product
  .product-item-container
  .info
  .title
  a {
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 0.38px;
  color: #122538;
}

.order-wrap
  .sidebar
  .sidebar-wrap
  .order-product
  .product-item-container
  .info
  .title
  a:hover {
  color: #ac64ff;
}

.order-wrap
  .sidebar
  .sidebar-wrap
  .order-product
  .product-item-container
  .info__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.order-wrap
  .sidebar
  .sidebar-wrap
  .order-product
  .product-item-container
  .info__price {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #ac64ff;
}

.order-wrap
  .sidebar
  .sidebar-wrap
  .order-product
  .product-item-container
  .info__add {
  display: inline-block;
  width: 34px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.order-wrap
  .sidebar
  .sidebar-wrap
  .order-product
  .product-item-container
  .info__add
  input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.order-wrap
  .sidebar
  .sidebar-wrap
  .order-product
  .product-item-container
  .info__add
  input:checked
  ~ .info__add-icon {
  background-image: url(../images/icon-add-done.svg);
}

.order-wrap
  .sidebar
  .sidebar-wrap
  .order-product
  .product-item-container
  .info__add-icon {
  display: block;
  width: 34px;
  height: 40px;
  background-image: url(../images/icon-add.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.order-wrap
  .sidebar
  .sidebar-wrap
  .order-product
  .product-item-container
  .info__add:hover {
  opacity: 0.7;
}

.order-wrap
  .sidebar
  .sidebar-wrap
  .order-product
  .product-item-container
  .info
  .price {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #122538;
  text-align: right;
}

.order-wrap
  .sidebar
  .sidebar-wrap
  .order-product
  .product-item-container
  .info
  .price
  span {
  font-size: 12px;
}

.order-wrap .sidebar .sidebar-wrap .order-product .product-item .item {
  margin-top: 11px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.order-wrap
  .sidebar
  .sidebar-wrap
  .order-product
  .product-item
  .item:first-child {
  margin-top: 20px;
}

.order-wrap .sidebar .sidebar-wrap .order-product .product-item .item .label {
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 0.38px;
  color: #a0a8af;
}

.order-wrap
  .sidebar
  .sidebar-wrap
  .order-product
  .product-item
  .item
  .label.bold {
  font-family: KyivTypeSansRegular;
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  color: #122538;
}

.order-wrap .sidebar .sidebar-wrap .order-product .product-item .item .price {
  font-size: 20px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #000;
  white-space: nowrap;
}

.order-wrap
  .sidebar
  .sidebar-wrap
  .order-product
  .product-item
  .item
  .price
  span {
  font-size: 12px;
}

.order-wrap
  .sidebar
  .sidebar-wrap
  .order-product
  .product-item
  .item
  .price
  .free {
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 0.38px;
  color: #ac64ff;
}

.order-wrap
  .sidebar
  .sidebar-wrap
  .order-product
  .product-item
  .item
  .price
  .min {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
}

.order-wrap .sidebar .sidebar-wrap .order-product .slider-gift {
  padding: 25px 0;
  border-bottom: 1px solid #e7e9eb;
}

.order-wrap .sidebar .sidebar-wrap .order-product .slider-gift__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.order-wrap .sidebar .sidebar-wrap .order-product .slider-gift__top .title {
  color: #a0a8af;
}

.order-wrap .sidebar .sidebar-wrap .order-product .slider-gift .gift-slider {
  margin-top: 10px;
}

.order-wrap .sidebar .sidebar-wrap .order-product .slider-gift .action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .order-wrap .sidebar .sidebar-wrap .order-product .slider-gift .action {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .order-wrap .sidebar .sidebar-wrap .order-product .slider-gift .action {
    display: none;
  }
}

.order-wrap
  .sidebar
  .sidebar-wrap
  .order-product
  .slider-gift
  .action
  .gift-button-next,
.order-wrap
  .sidebar
  .sidebar-wrap
  .order-product
  .slider-gift
  .action
  .gift-button-prev {
  width: 30px;
  height: 30px;
  border-radius: 2px;
  background: #122538;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.order-wrap
  .sidebar
  .sidebar-wrap
  .order-product
  .slider-gift
  .action
  .gift-button-next
  svg,
.order-wrap
  .sidebar
  .sidebar-wrap
  .order-product
  .slider-gift
  .action
  .gift-button-prev
  svg {
  width: 5px;
  height: 10px;
}

.order-wrap
  .sidebar
  .sidebar-wrap
  .order-product
  .slider-gift
  .action
  .gift-button-next.swiper-button-disabled,
.order-wrap
  .sidebar
  .sidebar-wrap
  .order-product
  .slider-gift
  .action
  .gift-button-prev.swiper-button-disabled {
  background: rgba(18, 37, 56, 0.2);
  cursor: not-allowed;
}

.order-wrap
  .sidebar
  .sidebar-wrap
  .order-product
  .slider-gift
  .action
  .gift-button-next.swiper-button-disabled:hover,
.order-wrap
  .sidebar
  .sidebar-wrap
  .order-product
  .slider-gift
  .action
  .gift-button-prev.swiper-button-disabled:hover {
  background: rgba(18, 37, 56, 0.2);
}

.order-wrap
  .sidebar
  .sidebar-wrap
  .order-product
  .slider-gift
  .action
  .gift-button-next:hover,
.order-wrap
  .sidebar
  .sidebar-wrap
  .order-product
  .slider-gift
  .action
  .gift-button-prev:hover {
  background: #2a3b4c;
}

.order-wrap
  .sidebar
  .sidebar-wrap
  .order-product
  .slider-gift
  .action
  .gift-button-prev {
  margin-right: 10px;
}

.order-wrap .sidebar .sidebar-wrap .order-product .total {
  padding: 16px 0 11px;
  border-bottom: 1px solid #e7e9eb;
}

.order-wrap .sidebar .sidebar-wrap .order-product .total .item {
  margin-bottom: 11px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.order-wrap .sidebar .sidebar-wrap .order-product .total .item .label {
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 0.38px;
  color: #a0a8af;
}

.order-wrap .sidebar .sidebar-wrap .order-product .total .item .label.bold {
  font-family: KyivTypeSansRegular;
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  color: #122538;
}

.order-wrap .sidebar .sidebar-wrap .order-product .total .item .price {
  font-size: 20px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #000;
}

.order-wrap .sidebar .sidebar-wrap .order-product .total .item .price span {
  font-size: 12px;
}

.order-wrap .sidebar .sidebar-wrap .order-product .total .item .price .free {
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 0.38px;
  color: #ac64ff;
}

.order-wrap .sidebar .sidebar-wrap .order-product .total .item .price .min {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
}

.order-wrap .sidebar .sidebar-wrap .order-product .actions {
  padding: 22px 0 5px;
}

.order-wrap .sidebar .sidebar-wrap .order-product .actions--mtop {
  margin-top: 20px;
}

.order-wrap .sidebar .sidebar-wrap .order-product .actions .form-item input {
  display: none;
}

.order-wrap
  .sidebar
  .sidebar-wrap
  .order-product
  .actions
  .form-item
  input:checked
  ~ label:before {
  background: #ac64ff;
  border-color: #ac64ff;
}

.order-wrap .sidebar .sidebar-wrap .order-product .actions .form-item label {
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #88929b;
  position: relative;
  padding-left: 33px;
  margin-bottom: 20px;
}

.order-wrap
  .sidebar
  .sidebar-wrap
  .order-product
  .actions
  .form-item
  label:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 1px solid #d0d3d7;
  position: absolute;
  left: 0;
  top: 0;
}

.order-wrap
  .sidebar
  .sidebar-wrap
  .order-product
  .actions
  .form-item
  label:after {
  content: "";
  display: block;
  width: 10px;
  height: 7px;
  position: absolute;
  left: 4px;
  top: 5px;
  background: url(../images/check.svg) center/cover no-repeat;
}

.thanks__boxes,
.thanks__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.order-wrap
  .sidebar
  .sidebar-wrap
  .order-product
  .actions
  .form-item
  label:hover:before {
  border-color: #ac64ff;
}

.order-wrap .sidebar .sidebar-wrap .order-product .actions .form-action {
  margin-bottom: 13px;
}

.order-wrap .sidebar .sidebar-wrap .order-product .actions .form-action a,
.order-wrap .sidebar .sidebar-wrap .order-product .actions .form-action button {
  font-family: KyivTypeSansMedium;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.32px;
  color: #fff;
  cursor: pointer;
  background: #ac64ff;
  border-radius: 15px 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  padding: 15px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}

.order-wrap .sidebar .sidebar-wrap .order-product .actions .form-action a:hover,
.order-wrap
  .sidebar
  .sidebar-wrap
  .order-product
  .actions
  .form-action
  button:hover {
  background: #955be1;
}

.order-wrap .sidebar .sidebar-wrap .order-product .actions .desc {
  font-size: 10px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #a0a8af;
}

.order-wrap .sidebar .sidebar-wrap .order-product .actions .desc a {
  font-size: 10px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #122538;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.order-wrap .sidebar .sidebar-wrap .order-product .actions .desc a:hover {
  color: #ac64ff;
}

.thanks__inner {
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 36px;
}

.thanks__text,
.thanks__title {
  display: block;
  line-height: 20px;
  font-style: normal;
  font-weight: 400;
}

.thanks__inner:last-child {
  margin-bottom: 0;
}

.thanks__inner > svg {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 40px;
}

.thanks__inner-description {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 9px 0 0 24px;
}

.thanks__text {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 0.38px;
  color: #122538;
}

@media (max-width: 767px) {
  .thanks__text {
    font-size: 13px;
  }
}

.thanks__text--gray {
  color: #717c88;
}

.thanks__title {
  font-family: KyivTypeSansRegular, sans-serif;
  font-size: 18px;
  color: #122538;
  margin-bottom: 14px;
}

.thanks__boxes {
  display: flex;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px -20px 0;
}

.thanks__box .phone-box,
.thanks__box .phone-box .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.thanks__box {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 34%;
  padding: 10px 20px;
}

@media (max-width: 767px) {
  .thanks__title {
    font-size: 16px;
  }

  .thanks__boxes {
    margin: 20px 0 0;
  }

  .thanks__box {
    width: 100%;
    padding: 10px 0;
  }
}

.thanks__box .phone-box {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.thanks__box .phone-box .icon {
  margin-right: 15px;
}

.thanks__box .phone-box .box {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.thanks__box .phone-box .box .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.thanks__box .phone-box .box .top svg {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.thanks__box .phone-box .box .top a {
  font-size: 20px;
  font-family: OpenSansSemibold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  color: #122538;
  margin-right: 14px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.thanks__box .phone-box .box .top a:hover {
  color: #ac64ff;
}

.thanks__box .phone-box .box span {
  font-size: 10px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.27px;
  color: #717c88;
}

.thanks__box .mail {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}

.thanks__box .mail svg {
  position: absolute;
  left: 0;
  width: inherit;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.thanks__box .mail span {
  font-family: OpenSansSemibold;
  font-stretch: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.83;
  letter-spacing: 0.32px;
  color: #122538;
}

.thanks__box .mail:hover span {
  color: #ac64ff;
}

.thanks__box .social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: 0;
}

.thanks__box .social li {
  display: inherit;
  margin-right: 10px;
}

.thanks__box .social li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(18, 37, 56, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.thanks__box .social li a:hover {
  background: #122538;
}

.thanks__box .social li a:hover svg path {
  fill: #fff;
}

div.newarrivals
  .slider-wrap
  .arrivals-slider
  .swiper-slide
  .box
  .item
  .top
  .act
  a.normal.like:hover
  svg
  path,
section.related
  .slider-wrap
  .related-slider
  .swiper-slide
  .box
  .item
  .top
  .act
  a.normal.like:hover
  svg
  path {
  fill: #ac64ff;
}

.blog-wrap {
  padding-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .thanks__box .social li {
    margin: 0 7px 0 0;
  }

  .blog-wrap {
    padding-bottom: 30px;
  }
}

.blog-wrap .blog-show-more {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .blog-wrap .blog-show-more {
    margin-top: 30px;
  }
}

.blog-wrap .blog-show-more a {
  padding: 14px;
  text-align: center;
  display: block;
  font-size: 14px;
  font-family: KyivTypeSansMedium;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #122538;
  border-radius: 14px 0;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border: 1px solid #d0d3d7;
  max-width: 250px;
  margin: 0 auto;
}

.blog-wrap .blog-view .item.pr .sub,
.blog-wrap .blog-view .item.pr .title-box .title-bg span {
  font-family: KyivTypeSansBold;
  letter-spacing: normal;
  color: #fff;
  font-stretch: normal;
  font-style: normal;
  text-align: left;
  text-transform: uppercase;
}

.blog-wrap .blog-show-more a:hover {
  border-color: #ac64ff;
}

.blog-wrap .blog-view {
  border-radius: 3px;
  background-color: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-wrap .blog-view .item {
  width: 25%;
  padding: 20px 40px 40px;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

@media only screen and (max-width: 767px) {
  .blog-wrap .blog-view .item {
    width: 100%;
    padding: 20px;
    border-right: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .blog-wrap .blog-view .item {
    width: 50%;
  }
}

.blog-wrap .blog-view .item.pr {
  border: none;
  background: #ac64ff;
  overflow: hidden;
}

.blog-wrap .blog-view .item.pr .sub {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 10px;
}

.blog-wrap .blog-view .item.pr .title-box {
  background-color: #122538;
  position: relative;
  margin-bottom: 110px;
  border-radius: 20px 0;
}

.blog-wrap .blog-view .item.pr .title-box .title-bg {
  width: 100%;
  padding: 8px 18px;
  height: 128px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.blog-wrap .blog-view .item.pr .title-box .title-bg span {
  font-size: 36px;
  line-height: 1.01;
  vertical-align: middle;
}

.blog-wrap .blog-view .item.pr .title-box .title-bg span.ic {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 5px;
}

.blog-wrap .blog-view .item.pr .title-box .image-ovr {
  position: absolute;
  top: 47px;
  left: 0;
  z-index: 1;
  height: 160px;
  width: 334px;
}

.blog-wrap .blog-view .item.pr .title-box .image-ovr img {
  width: 100%;
}

.blog-wrap .blog-view .item:nth-child(4n) {
  border-right: none;
}

.blog-wrap .blog-view .item .cat {
  padding: 3px 11px;
  border-radius: 12px 0;
  font-size: 11px;
  font-family: OpenSansSemibold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 0.29px;
  text-align: left;
  color: #122538;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 27px;
}

.blog-wrap .blog-view .item .action a,
.blog-wrap .blog-view .item .description,
.blog-wrap .blog-view .item .title {
  letter-spacing: normal;
  font-stretch: normal;
  font-style: normal;
}

.blog-wrap .blog-view .item .cat.review {
  margin-bottom: 36px;
}

.blog-wrap .blog-view .item .cat.post,
.blog-wrap .blog-view .item .cat.review {
  background: #eaff00;
}

.blog-wrap .blog-view .item .cat.live {
  border: 2px solid #eaff00;
}

.blog-wrap .blog-view .item .image {
  width: 100%;
  height: 147px;
  border-radius: 20px 0;
  margin-bottom: 23px;
}

.blog-wrap .blog-view .item .title {
  font-family: KyivTypeSansMedium;
  font-size: 16px;
  line-height: 1.19;
  text-align: left;
  color: #122538;
  height: 60px;
  overflow: hidden;
  margin-bottom: 8px;
}

.blog-wrap .blog-view .item .description {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.33;
  text-align: left;
  color: #717c88;
  margin-bottom: 19px;
}

.blog-wrap .blog-view .item .action a {
  padding: 14px;
  text-align: center;
  display: block;
  font-size: 14.2px;
  font-family: KyivTypeSansMedium;
  line-height: normal;
  color: #122538;
  border-radius: 14px 0;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.blog-wrap .blog-view .item .action a.more {
  border: 1px solid #d0d3d7;
}

.blog-wrap .blog-view .item .action a.more:hover {
  border-color: #ac64ff;
}

.blog-wrap .blog-view .item .action a.review {
  background: #fff;
}

.blog-wrap .blog-view .item .action a.review:hover {
  background: #f3f4f5;
}

.blog2-wrap .cover {
  position: relative;
}

.blog2-wrap .cover:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 37, 56, 0.1);
}

.blog2-wrap .cover .image-cover {
  width: 100%;
  height: 484px;
}

.blog2-wrap .blog2-info {
  position: relative;
  background: #fff;
  margin-top: -80px;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 78px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .blog2-wrap .cover .image-cover {
    height: 280px;
  }

  .blog2-wrap .blog2-info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
    margin-top: -30px;
  }
}

.blog2-wrap .blog2-info .sidebar {
  width: 368px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-left: solid 1px #e3e3e3;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .blog2-wrap .cover .image-cover {
    height: 280px;
  }

  .blog2-wrap .blog2-info {
    margin-top: -50px;
  }

  .blog2-wrap .blog2-info .sidebar {
    width: 280px;
  }
}

.blog2-wrap .blog2-info .sidebar .item {
  padding: 60px;
  border-bottom: 1px solid #e3e3e3;
}

@media only screen and (max-width: 767px) {
  .blog2-wrap .blog2-info .sidebar {
    width: 100%;
  }

  .blog2-wrap .blog2-info .sidebar .item {
    width: 100%;
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .blog2-wrap .blog2-info .sidebar .item {
    padding: 30px;
  }
}

.blog2-wrap .blog2-info .sidebar .item .cat {
  padding: 3px 11px;
  border-radius: 12px 0;
  font-size: 11px;
  font-family: OpenSansSemibold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 0.29px;
  text-align: left;
  color: #122538;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 27px;
}

.blog2-wrap .blog2-info .sidebar .item .cat.review {
  margin-bottom: 36px;
}

.blog2-wrap .blog2-info .sidebar .item .cat.post,
.blog2-wrap .blog2-info .sidebar .item .cat.review {
  background: #eaff00;
}

.blog2-wrap .blog2-info .sidebar .item .cat.live {
  border: 2px solid #eaff00;
}

.blog2-wrap .blog2-info .sidebar .item .image {
  width: 100%;
  height: 147px;
  border-radius: 20px 0;
  margin-bottom: 23px;
}

.blog2-wrap .blog2-info .sidebar .item .title {
  font-family: KyivTypeSansMedium;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  color: #122538;
  margin-bottom: 8px;
}

.blog2-wrap .blog2-info .sidebar .item .description {
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #717c88;
  margin-bottom: 19px;
}

.blog2-wrap .blog2-info .sidebar .item .action a {
  padding: 14px;
  text-align: center;
  display: block;
  font-size: 14.2px;
  font-family: KyivTypeSansMedium;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #122538;
  border-radius: 14px 0;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.blog2-wrap .blog2-info .sidebar .item .action a.more {
  border: 1px solid #d0d3d7;
}

.blog2-wrap .blog2-info .sidebar .item .action a.more:hover {
  border-color: #ac64ff;
}

.blog2-wrap .blog2-info .sidebar .item .action a.review {
  background: #fff;
}

.blog2-wrap .blog2-info .sidebar .item .action a.review:hover {
  background: #f3f4f5;
}

.blog2-wrap .blog2-info .main-content {
  padding: 0 75px;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .blog2-wrap .blog2-info .main-content {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .blog2-wrap .blog2-info .main-content {
    padding: 0 20px;
  }
}

.blog2-wrap .blog2-info .main-content .blog-content {
  padding: 60px 0;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .blog2-wrap .blog2-info .main-content .blog-content {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 767px) {
  .blog2-wrap .blog2-info .main-content .blog-content {
    padding: 20px 0;
  }
}

.blog2-wrap .blog2-info .main-content .blog-content .head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
}

.blog2-wrap .blog2-info .main-content .blog-content .head .cat {
  padding: 3px 11px;
  border-radius: 12px 0;
  font-size: 11px;
  font-family: OpenSansSemibold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 0.29px;
  text-align: left;
  color: #122538;
  text-transform: uppercase;
  display: inline-block;
  background: #eaff00;
}

.blog2-wrap .blog2-info .main-content .blog-content .head .date {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.38px;
  text-align: right;
  color: #a0a8af;
}

.blog2-wrap .blog2-info .main-content .blog-content .sub-title,
.blog2-wrap .blog2-info .main-content .blog-content .title,
.blog2-wrap .blog2-info .main-content .blog-content p {
  color: #122538;
  font-style: normal;
  text-align: left;
  font-stretch: normal;
  letter-spacing: 0.38px;
  font-weight: 400;
}

.blog2-wrap .blog2-info .main-content .blog-content .title {
  font-size: 26px;
  line-height: 1.19;
  margin-bottom: 37px;
}

.blog2-wrap .blog2-info .main-content .blog-content .sub-title {
  font-size: 26px;
  line-height: 1.19;
  margin-bottom: 18px;
}

.blog2-wrap .blog2-info .main-content .blog-content p {
  opacity: 0.8;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 25px;
}

.blog2-wrap .blog2-info .main-content .blog-content .purple-link {
  margin: 12px 0 37px;
}

.blog2-wrap .blog2-info .main-content .blog-content .purple-link a {
  opacity: 0.8;
  font-size: 16px;
  font-family: KyivTypeSansMedium;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.38px;
  text-align: left;
  color: #ac64ff;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.blog2-wrap .blog2-info .main-content .blog-content .purple-link a:hover {
  opacity: 1;
}

.blog2-wrap .blog2-info .main-content .blog-content .image-wrap {
  margin-bottom: 28px;
}

.blog2-wrap .blog2-info .main-content .blog-content .image-wrap img {
  display: block;
  width: 100%;
  margin-bottom: 18px;
}

.blog2-wrap .blog2-info .main-content .blog-content .image-wrap .image-label {
  display: block;
  text-align: center;
  opacity: 0.8;
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: 0.38px;
  color: #88929b;
}

.blog2-wrap .more-news .more-title,
.blog2-wrap .more-news .more-view .item .cat,
.blog2-wrap .more-news .more-view .item .title {
  color: #122538;
  text-align: left;
  font-stretch: normal;
  font-style: normal;
}

.blog2-wrap .more-news {
  margin-bottom: 80px;
}

.blog2-wrap .more-news .more-title {
  font-size: 26px;
  font-weight: 400;
  line-height: 0.77;
  letter-spacing: normal;
  margin-bottom: 25px;
}

.blog2-wrap .more-news .more-view {
  border-radius: 3px;
  background-color: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog2-wrap .more-news .more-view .item {
  width: 25%;
  padding: 20px 40px 40px;
  border-right: 1px solid #e3e3e3;
}

@media only screen and (max-width: 767px) {
  .blog2-wrap .more-news .more-view .item {
    width: 100%;
    padding: 20px;
    border-right: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .blog2-wrap .more-news .more-view .item {
    width: 50%;
  }
}

.blog2-wrap .more-news .more-view .item:nth-child(4n) {
  border-right: none;
}

.blog2-wrap .more-news .more-view .item .cat {
  padding: 3px 11px;
  border-radius: 12px 0;
  font-size: 11px;
  font-family: OpenSansSemibold;
  line-height: 1.67;
  letter-spacing: 0.29px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 27px;
}

.blog2-wrap .more-news .more-view .item .cat.review {
  margin-bottom: 36px;
}

.blog2-wrap .more-news .more-view .item .cat.post,
.blog2-wrap .more-news .more-view .item .cat.review {
  background: #eaff00;
}

.blog2-wrap .more-news .more-view .item .cat.live {
  border: 2px solid #eaff00;
}

.blog2-wrap .more-news .more-view .item .image {
  width: 100%;
  height: 147px;
  border-radius: 20px 0;
  margin-bottom: 23px;
}

.blog2-wrap .more-news .more-view .item .title {
  font-family: KyivTypeSansMedium;
  font-size: 16px;
  line-height: 1.19;
  letter-spacing: normal;
  height: 60px;
  overflow: hidden;
  margin-bottom: 8px;
}

.blog2-wrap .more-news .more-view .item .description {
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #717c88;
  margin-bottom: 19px;
}

.blog2-wrap .more-news .more-view .item .action a {
  padding: 14px;
  text-align: center;
  display: block;
  font-size: 14.2px;
  font-family: KyivTypeSansMedium;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #122538;
  border-radius: 14px 0;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.blog2-wrap .more-news .more-view .item .action a.more {
  border: 1px solid #d0d3d7;
}

.blog2-wrap .more-news .more-view .item .action a.more:hover {
  border-color: #ac64ff;
}

.blog2-wrap .more-news .more-view .item .action a.review {
  background: #fff;
}

.blog2-wrap .more-news .more-view .item .action a.review:hover {
  background: #f3f4f5;
}

.bonus .bonus-slider-wrap .bonus-slider {
  background: url(../images/bonus/bg.png) center/cover no-repeat;
}

.bonus .bonus-slider-wrap .bonus-slider .swiper-slide {
  height: 500px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bonus .bonus-slider-wrap .bonus-slider .swiper-slide .slide-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bonus
  .bonus-slider-wrap
  .bonus-slider
  .swiper-slide
  .slide-inner
  .col-bonus.left {
  width: 382px;
  margin-right: 37px;
}

@media only screen and (max-width: 767px) {
  .bonus .bonus-slider-wrap .bonus-slider .swiper-slide {
    height: auto;
    padding: 30px 15px;
  }

  .bonus .bonus-slider-wrap .bonus-slider .swiper-slide .slide-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bonus
    .bonus-slider-wrap
    .bonus-slider
    .swiper-slide
    .slide-inner
    .col-bonus.left {
    margin-right: 0;
    text-align: center;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .bonus .bonus-slider-wrap .bonus-slider .swiper-slide {
    height: auto;
    padding: 40px 20px;
  }

  .bonus
    .bonus-slider-wrap
    .bonus-slider
    .swiper-slide
    .slide-inner
    .col-bonus.left {
    margin-right: 0;
    width: 25%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.bonus
  .bonus-slider-wrap
  .bonus-slider
  .swiper-slide
  .slide-inner
  .col-bonus.left
  .give {
  font-size: 36px;
  font-family: KyivTypeSansBold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -1px;
  text-align: left;
  color: #fff;
  margin-bottom: 11px;
  text-transform: uppercase;
}

.bonus
  .bonus-slider-wrap
  .bonus-slider
  .swiper-slide
  .slide-inner
  .col-bonus.right {
  width: 490px;
  margin-left: 37px;
}

@media only screen and (max-width: 767px) {
  .bonus
    .bonus-slider-wrap
    .bonus-slider
    .swiper-slide
    .slide-inner
    .col-bonus.right {
    margin: 0;
    text-align: center;
    width: auto;
  }
}

.bonus
  .bonus-slider-wrap
  .bonus-slider
  .swiper-slide
  .slide-inner
  .col-bonus.right
  .txt-box {
  margin-top: 55px;
  min-height: -webkit-calc(100% - 55px);
  min-height: calc(100% - 55px);
  background: #9a5ce7;
  padding: 45px 35px;
  border-radius: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .bonus
    .bonus-slider-wrap
    .bonus-slider
    .swiper-slide
    .slide-inner
    .col-bonus.right {
    margin-right: 0;
    width: auto;
  }

  .bonus
    .bonus-slider-wrap
    .bonus-slider
    .swiper-slide
    .slide-inner
    .col-bonus.right
    .txt-box {
    height: auto;
    min-height: 0;
    padding: 20px;
    margin: 0;
  }
}

.bonus
  .bonus-slider-wrap
  .bonus-slider
  .swiper-slide
  .slide-inner
  .col-bonus.right
  .txt-box
  .title {
  font-size: 36px;
  font-family: KyivTypeSansBold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.bonus
  .bonus-slider-wrap
  .bonus-slider
  .swiper-slide
  .slide-inner
  .col-bonus.right
  .txt-box
  .description
  p {
  font-size: 17px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  text-align: left;
  color: #fff;
  margin: 0;
}

.bonus
  .bonus-slider-wrap
  .bonus-slider
  .swiper-slide
  .slide-inner
  .col-bonus.right
  .txt-box
  .description
  p
  span {
  color: #eaff00;
  font-family: OpenSansBold;
}

.bonus .bonus-slider-wrap .bonus-slider .bonus-button-next,
.bonus .bonus-slider-wrap .bonus-slider .bonus-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(18, 37, 56, 0.12);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  cursor: pointer;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .bonus .bonus-slider-wrap .bonus-slider .bonus-button-next,
  .bonus .bonus-slider-wrap .bonus-slider .bonus-button-prev {
    display: none;
  }
}

.bonus .bonus-slider-wrap .bonus-slider .bonus-button-next:hover,
.bonus .bonus-slider-wrap .bonus-slider .bonus-button-prev:hover {
  background: #fff;
}

.bonus .bonus-slider-wrap .bonus-slider .bonus-button-next:hover svg path,
.bonus .bonus-slider-wrap .bonus-slider .bonus-button-prev:hover svg path {
  stroke: #122538;
}

.bonus .bonus-slider-wrap .bonus-slider .bonus-button-prev {
  left: 55px;
  padding-right: 2px;
}

.bonus .bonus-slider-wrap .bonus-slider .bonus-button-next {
  right: 55px;
  padding-left: 2px;
}

.bonus .bonus-slider-wrap .bonus-slider .bonus-pagination {
  width: auto;
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 17px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bonus
  .bonus-slider-wrap
  .bonus-slider
  .bonus-pagination
  .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

@media only screen and (max-width: 767px) {
  .bonus .bonus-slider-wrap .bonus-slider .bonus-pagination {
    bottom: 7px;
  }

  .bonus
    .bonus-slider-wrap
    .bonus-slider
    .bonus-pagination
    .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 2px;
  }
}

.bonus
  .bonus-slider-wrap
  .bonus-slider
  .bonus-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
  background: #fff;
}

.bonus .bonus-second {
  height: 500px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #122538;
}

.bonus .bonus-second .second-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bonus .bonus-second .second-inner .col-bonus.left {
  width: 382px;
  margin: 0 37px 0 0;
}

@media only screen and (max-width: 767px) {
  .bonus .bonus-second {
    height: auto;
    padding: 30px 15px;
  }

  .bonus .bonus-second .second-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bonus .bonus-second .second-inner .col-bonus.left {
    margin: 0;
    text-align: center;
    width: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .bonus .bonus-second {
    height: auto;
    padding: 40px 20px;
  }

  .bonus .bonus-second .second-inner .col-bonus.left {
    margin: 0;
    width: 25%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.bonus .bonus-second .second-inner .col-bonus.left .give {
  font-size: 36px;
  font-family: KyivTypeSansBold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -1px;
  text-align: left;
  color: #fff;
  margin-bottom: 11px;
  text-transform: uppercase;
}

.bonus .bonus-second .second-inner .col-bonus.right {
  width: 490px;
  margin: 0 0 0 37px;
}

@media only screen and (max-width: 767px) {
  .bonus .bonus-second .second-inner .col-bonus.right {
    width: 100%;
    margin: 0;
  }
}

.bonus .bonus-second .second-inner .col-bonus.right .list-box {
  margin: 55px 0 0;
  min-height: -webkit-calc(100% - 55px);
  min-height: calc(100% - 55px);
  padding: 20px 0;
}

@media only screen and (max-width: 767px) {
  .bonus .bonus-second .second-inner .col-bonus.right .list-box {
    margin: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .bonus .bonus-second .second-inner .col-bonus.right {
    width: 100%;
  }

  .bonus .bonus-second .second-inner .col-bonus.right .list-box {
    margin: 0;
    height: auto;
    min-height: 0;
  }
}

.bonus .bonus-second .second-inner .col-bonus.right .list-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bonus .bonus-second .second-inner .col-bonus.right .list-box ul li {
  padding-left: 73px;
  margin-bottom: 38px;
  font-size: 17px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  text-align: left;
  color: #fff;
  position: relative;
}

.bonus .yellow .go-box .lg-txt span,
.bonus .yellow .go-box .sm-txt {
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #122538;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .bonus .bonus-second .second-inner .col-bonus.right .list-box ul li {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .bonus .bonus-second .second-inner .col-bonus.right .list-box ul li {
    margin-bottom: 20px;
  }
}

.bonus .bonus-second .second-inner .col-bonus.right .list-box ul li:before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: url(../images/bonus/donut-yellow.svg) center/cover no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bonus .yellow,
div.hero .main-slider .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.bonus .bonus-second .second-inner .col-bonus.right .list-box ul li span {
  font-family: OpenSansBold;
}

.bonus .bonus-second .second-inner .col-bonus.right .list-box ul li:last-child {
  margin: 0;
}

.bonus .yellow {
  height: 498px;
  background-color: #eaff00;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
}

.bonus .yellow .go-box {
  width: 100%;
  max-width: 976px;
  padding: 0 250px 0 15px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .bonus .yellow {
    height: auto;
  }

  .bonus .yellow .go-box {
    padding-right: 15px;
  }
}

.bonus .yellow .go-box:after {
  content: "";
  display: block;
  width: 406px;
  height: 360px;
  position: absolute;
  right: -156px;
  bottom: -10px;
  background: url(../images/bonus/donut-purple.svg) center/contain no-repeat;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .bonus .yellow .go-box {
    padding: 0 20px;
  }

  .bonus .yellow .go-box:after {
    content: none;
  }
}

.bonus .yellow .go-box .sm-txt {
  font-size: 22px;
  font-weight: 400;
  padding: 15px 20px;
  background: #fff;
  display: inline-block;
  line-height: 1;
  border-radius: 21px 0;
  margin-bottom: 27px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .bonus .yellow .go-box:after {
    content: none;
  }

  .bonus .yellow .go-box .sm-txt {
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 16px 0;
    margin-bottom: 16px;
  }
}

.bonus .yellow .go-box .lg-txt {
  margin-bottom: 65px;
}

.bonus .yellow .go-box .lg-txt span {
  font-size: 44px;
  font-family: KyivTypeSansBold;
  line-height: normal;
  display: block;
  text-transform: uppercase;
}

.bonus .yellow .go-box .act a,
div.hero .main-slider .swiper-slide .slide-inner .col-blog.info .sm-box span,
div.hero .main-slider .swiper-slide .slide-inner .col-blog.info .sub {
  color: #fff;
  letter-spacing: normal;
  font-stretch: normal;
  font-style: normal;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .bonus .yellow .go-box .lg-txt {
    margin-bottom: 30px;
  }

  .bonus .yellow .go-box .lg-txt span {
    font-size: 26px;
  }
}

.bonus .yellow .go-box .act a {
  font-size: 24px;
  font-family: KyivTypeSansMedium;
  line-height: normal;
  text-align: left;
  padding: 25px 45px;
  background: #122538;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  display: inline-block;
  border-radius: 24px 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.bonus .yellow .go-box .act a:hover {
  background: #2a3b4c;
}

div.hero .main-slider {
  background: #ffffff;
}

div.hero .main-slider .swiper-slide {
  min-height: 350px;
  background: #ffffff;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

div.hero .main-slider .swiper-slide .slide-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

div.hero .main-slider .swiper-slide .slide-inner .col-blog.info {
  width: 380px;
  margin-right: 135px;
}

@media only screen and (max-width: 767px) {
  .bonus .yellow .go-box .act a {
    font-size: 18px;
    padding: 20px 35px;
  }

  div.hero .main-slider {
    height: 182px;
    padding: 16px 0;
  }

  div.hero .main-slider .swiper-slide {
    height: 150px;
    display: block;
  }

  div.hero .main-slider .swiper-slide .slide-inner .col-blog.info {
    margin-right: 0;
    text-align: center;
    width: auto;
  }
}

div.hero .main-slider .swiper-slide .slide-inner .col-blog.info .sub {
  font-size: 36px;
  font-family: KyivTypeSansBold;
  line-height: normal;
  text-align: left;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  div.hero .main-slider .swiper-slide {
    height: 420px;
  }

  div.hero .main-slider .swiper-slide .slide-inner .col-blog.info {
    margin-right: 0;
    width: 420px;
  }

  div.hero .main-slider .swiper-slide .slide-inner .col-blog.info .sub {
    font-size: 32px;
  }
}

@media only screen and (max-width: 767px) {
  div.hero .main-slider .swiper-slide .slide-inner .col-blog.info .sub {
    font-size: 18px;
    margin-bottom: 5px;
    text-align: center;
  }
}

div.hero .main-slider .swiper-slide .slide-inner .col-blog.info .sm-box {
  background-color: #122538;
  padding: 10px 30px;
  border-radius: 30px 0;
  margin-bottom: 30px;
}

div.hero .main-slider .swiper-slide .slide-inner .col-blog.info .sm-box span {
  font-size: 52px;
  font-family: KyivTypeSansBold;
  line-height: 1.01;
  text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  div.hero .main-slider .swiper-slide .slide-inner .col-blog.info .sm-box span {
    font-size: 30px;
  }
}

div.hero
  .main-slider
  .swiper-slide
  .slide-inner
  .col-blog.info
  .sm-box
  span.ic {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 8px;
}

div.hero
  .main-slider
  .swiper-slide
  .slide-inner
  .col-blog.info
  .sm-box
  span.ic
  img {
  width: 28px;
}

@media only screen and (max-width: 767px) {
  div.hero .main-slider .swiper-slide .slide-inner .col-blog.info .sm-box {
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 16px 0;
  }

  div.hero .main-slider .swiper-slide .slide-inner .col-blog.info .sm-box span {
    font-size: 16px;
  }

  div.hero
    .main-slider
    .swiper-slide
    .slide-inner
    .col-blog.info
    .sm-box
    span.ic {
    margin-right: 3px;
  }

  div.hero
    .main-slider
    .swiper-slide
    .slide-inner
    .col-blog.info
    .sm-box
    span.ic
    img {
    width: 12px;
  }
}

div.hero .main-slider .swiper-slide .slide-inner .col-blog.info a {
  padding: 16px 72px;
  font-size: 16px;
  font-family: KyivTypeSansMedium;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #122538;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: #eaff00;
  display: inline-block;
  border-radius: 16px 0;
}

div.hero .main-slider .swiper-slide .slide-inner .col-blog.info a:hover {
  background: #d3e600;
}

div.hero .main-slider .swiper-slide .slide-inner .col-blog.products {
  width: 390px;
  margin-left: 135px;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  div.hero .main-slider .swiper-slide .slide-inner .col-blog.products {
    display: none;
  }
}

div.hero .main-slider .swiper-slide .slide-inner .col-blog.products .image-box {
  position: relative;
  height: 282px;
  width: 100%;
  margin-top: 50px;
  background: rgba(18, 37, 56, 0.12);
  border-radius: 16px;
}

div.hero
  .main-slider
  .swiper-slide
  .slide-inner
  .col-blog.products
  .image-box
  img {
  position: absolute;
  top: -50px;
  right: 0;
  max-width: 610px;
  height: 295px;
}

div.hero .main-slider .swiper-slide .slide-inner .col.info {
  width: 310px;
  margin-right: 57px;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  div.hero .main-slider .swiper-slide .slide-inner .col.info {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  div.hero .main-slider .swiper-slide .slide-inner .col-blog.info a {
    padding: 10px;
    font-size: 14px;
  }

  div.hero .main-slider .swiper-slide .slide-inner .col-blog.products {
    display: none;
  }

  div.hero .main-slider .swiper-slide .slide-inner .col.info {
    width: auto;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  div.hero .main-slider .swiper-slide .slide-inner .col.info .mob-wrap {
    width: 150px;
    margin-right: 9px;
  }
}

div.hero .main-slider .swiper-slide .slide-inner .col.info .mob-wrap a {
  display: none;
}

@media only screen and (max-width: 767px) {
  div.hero .main-slider .swiper-slide .slide-inner .col.info .mob-wrap a {
    display: block;
    padding: 8px;
    font-size: 10px;
  }
}

div.hero .main-slider .swiper-slide .slide-inner .col.info .slide-title {
  font-size: 36px;
  font-family: KyivTypeSansBold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  div.hero .main-slider .swiper-slide .slide-inner .col.info .slide-title {
    font-size: 17px;
    margin-bottom: 16px;
  }
}

div.hero .main-slider .swiper-slide .slide-inner .col.info .num-wrap {
  padding: 13px 20px 17px;
  background: #fff;
  border-radius: 30px 0;
  position: relative;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  div.hero .main-slider .swiper-slide .slide-inner .col.info .num-wrap {
    padding: 6px 9px;
    margin: 0 0 0 9px;
  }
}

div.hero .main-slider .swiper-slide .slide-inner .col.info .num-wrap .time {
  font-family: KyivTypeSansRegular;
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #122538;
  padding: 3px 24px 5px;
  background: #eaff00;
  border-radius: 5px;
  top: -15px;
  display: block;
  white-space: nowrap;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}

@media only screen and (max-width: 767px) {
  div.hero .main-slider .swiper-slide .slide-inner .col.info .num-wrap .time {
    padding: 3px 10px;
    font-size: 10px;
    top: -7px;
  }
}

div.hero
  .main-slider
  .swiper-slide
  .slide-inner
  .col.info
  .num-wrap
  .sm-box
  .from {
  font-family: KyivTypeSansRegular;
  font-size: 23px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #717c88;
  position: absolute;
  left: 28px;
  top: 50%;
  -webkit-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  transform: translateY(-110%);
}

@media only screen and (max-width: 767px) {
  div.hero
    .main-slider
    .swiper-slide
    .slide-inner
    .col.info
    .num-wrap
    .sm-box
    .from {
    font-size: 10px;
    left: 12px;
  }
}

div.hero
  .main-slider
  .swiper-slide
  .slide-inner
  .col.info
  .num-wrap
  .sm-box
  .num {
  font-size: 102px;
  font-family: KyivTypeSansHeavy;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #122538;
}

@media only screen and (max-width: 767px) {
  div.hero
    .main-slider
    .swiper-slide
    .slide-inner
    .col.info
    .num-wrap
    .sm-box
    .num {
    font-size: 45px;
  }
}

div.hero .main-slider .swiper-slide .slide-inner .col.info a {
  padding: 16px;
  font-size: 16px;
  font-family: KyivTypeSansMedium;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  text-transform: uppercase;
  display: block;
  text-align: center;
  background: #122538;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-radius: 16px 0;
}

div.hero .main-slider .swiper-slide .slide-inner .col.info a:hover {
  background: #2a3b4c;
}

div.hero .main-slider .swiper-slide .slide-inner .col.products {
  width: 491px;
  margin-left: 57px;
}

@media only screen and (max-width: 767px) {
  div.hero .main-slider .swiper-slide .slide-inner .col.info a,
  div.hero .main-slider .swiper-slide .slide-inner .col.products {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  div.hero .main-slider .swiper-slide .slide-inner .col.products {
    display: none;
  }
}

div.hero .main-slider .swiper-slide .slide-inner .col.products .item a {
  display: block;
  background: rgba(18, 37, 56, 0.12);
  border-radius: 16px;
  height: 165px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  padding: 27px 24px;
  position: relative;
}

div.hero .main-slider .swiper-slide .slide-inner .col.products .item a:hover {
  background: rgba(18, 37, 56, 0.2);
}

div.hero .main-slider .swiper-slide .slide-inner .col.products .item a .title {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  display: block;
}

div.hero
  .main-slider
  .swiper-slide
  .slide-inner
  .col.products
  .item
  a
  .old-price {
  display: block;
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.42px;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: line-through;
}

div.hero
  .main-slider
  .swiper-slide
  .slide-inner
  .col.products
  .item
  a
  .old-price
  span {
  font-size: 13px;
}

div.hero
  .main-slider
  .swiper-slide
  .slide-inner
  .col.products
  .item
  a
  .new-price {
  display: block;
  font-size: 27px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.83;
  letter-spacing: normal;
  color: #fff;
}

div.hero
  .main-slider
  .swiper-slide
  .slide-inner
  .col.products
  .item
  a
  .new-price
  span {
  font-size: 22px;
}

div.hero .main-slider .swiper-slide .slide-inner .col.products .item a .sale {
  display: inline-block;
  padding: 3px 11px;
  border-radius: 12px 0;
  font-size: 11px;
  font-family: OpenSansSemibold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 0.29px;
}

div.hero
  .main-slider
  .swiper-slide
  .slide-inner
  .col.products
  .item
  a
  .sale.filled {
  color: #122538;
  background: #eaff00;
}

div.hero
  .main-slider
  .swiper-slide
  .slide-inner
  .col.products
  .item
  a
  .sale.outline {
  color: #eaff00;
  border: 1px solid #eaff00;
}

div.hero .main-slider .swiper-slide .slide-inner .col.products .item a img {
  position: absolute;
}

div.hero .main-slider .swiper-slide .slide-inner .col.products .item.style1 {
  margin-bottom: 30px;
}

div.hero
  .main-slider
  .swiper-slide
  .slide-inner
  .col.products
  .item.style1
  .txt {
  max-width: 185px;
  width: 100%;
  display: block;
}

div.hero
  .main-slider
  .swiper-slide
  .slide-inner
  .col.products
  .item.style1
  .txt
  .title {
  margin-bottom: 20px;
}

div.hero
  .main-slider
  .swiper-slide
  .slide-inner
  .col.products
  .item.style1
  .txt
  .old-price {
  margin-bottom: 7px;
}

div.hero
  .main-slider
  .swiper-slide
  .slide-inner
  .col.products
  .item.style1
  .txt
  .bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

div.hero
  .main-slider
  .swiper-slide
  .slide-inner
  .col.products
  .item.style1
  .txt
  .bot
  .new-price {
  margin-right: 25px;
}

div.hero
  .main-slider
  .swiper-slide
  .slide-inner
  .col.products
  .item.style1
  img {
  max-width: 352px;
  max-height: 170px;
  top: -11px;
  right: -40px;
}

div.hero .main-slider .swiper-slide .slide-inner .col.products .item.style2 {
  margin-right: 18px;
  width: 53%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

div.hero
  .main-slider
  .swiper-slide
  .slide-inner
  .col.products
  .item.style2
  .txt {
  max-width: 100px;
  width: 100%;
  display: block;
}

div.hero
  .main-slider
  .swiper-slide
  .slide-inner
  .col.products
  .item.style2
  .txt
  .title {
  margin-bottom: 18px;
}

div.hero
  .main-slider
  .swiper-slide
  .slide-inner
  .col.products
  .item.style2
  .txt
  .old-price {
  margin-bottom: 7px;
}

div.hero
  .main-slider
  .swiper-slide
  .slide-inner
  .col.products
  .item.style2
  .txt
  .sale {
  position: absolute;
  top: 22px;
  left: 50%;
  z-index: 2;
}

div.hero
  .main-slider
  .swiper-slide
  .slide-inner
  .col.products
  .item.style2
  img {
  max-width: 136px;
  max-height: 127px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -13px;
}

div.hero .main-slider .swiper-slide .slide-inner .col.products .item.style3 {
  margin-left: 18px;
  width: 100%;
}

div.hero .main-slider .swiper-slide .slide-inner .col.products .item.style3 a {
  padding: 22px;
}

div.hero
  .main-slider
  .swiper-slide
  .slide-inner
  .col.products
  .item.style3
  .txt {
  width: 100%;
  display: block;
}

div.hero
  .main-slider
  .swiper-slide
  .slide-inner
  .col.products
  .item.style3
  .txt
  .title {
  margin-bottom: 8px;
}

div.hero
  .main-slider
  .swiper-slide
  .slide-inner
  .col.products
  .item.style3
  .txt
  .old-price {
  margin-bottom: 7px;
}

div.hero
  .main-slider
  .swiper-slide
  .slide-inner
  .col.products
  .item.style3
  .txt
  .new-price {
  margin-bottom: 16px;
}

div.hero
  .main-slider
  .swiper-slide
  .slide-inner
  .col.products
  .item.style3
  img {
  max-width: 134px;
  max-height: 54px;
  bottom: 8px;
  right: -35px;
}

div.hero .main-slider .swiper-slide .slide-inner .col.products .item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

div.hero .main-slider .main-button-next,
div.hero .main-slider .main-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(18, 37, 56, 0.12);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  cursor: pointer;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  div.hero .main-slider .main-button-next,
  div.hero .main-slider .main-button-prev {
    display: none;
  }
}

div.hero .main-slider .main-button-next:hover,
div.hero .main-slider .main-button-prev:hover {
  background: #fff;
}

div.hero .main-slider .main-button-next:hover svg path,
div.hero .main-slider .main-button-prev:hover svg path {
  stroke: #122538;
}

div.hero .main-slider .main-button-prev {
  left: 55px;
  padding-right: 2px;
}

div.hero .main-slider .main-button-next {
  right: 55px;
  padding-left: 2px;
}

div.hero .main-slider .main-pagination {
  width: auto;
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 17px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

div.hero .main-slider .main-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

div.hero
  .main-slider
  .main-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
  background: #fff;
}

div.hero .promo-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #2a3b4c;
}

@media only screen and (max-width: 767px) {
  div.hero .main-slider .main-pagination {
    bottom: 7px;
  }

  div.hero .main-slider .main-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 2px;
  }

  div.hero .promo-links {
    display: none;
  }
}

div.hero .promo-links .item {
  width: 33.33334%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

div.hero .promo-links .item:last-child {
  border: none;
}

div.hero .promo-links .item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 46px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

div.hero .promo-links .item a span.icon {
  width: 22px;
  height: 22px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

div.hero .promo-links .item a span.title {
  font-family: KyivTypeSansMedium;
  font-size: 13px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.38px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 30px 0 10px;
}

div.hero .promo-links .item a span.arrow {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

div.hero .promo-links .item a span.arrow img {
  margin-left: 1px;
}

div.hero .promo-links .item a:hover {
  background: #354555;
}

@-webkit-keyframes slide-in-blurred-right {
  0% {
    -webkit-transform: translateX(1000px) scaleX(2.5) scaleY(1);
    transform: translateX(1000px) scaleX(2.5) scaleY(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

@keyframes slide-in-blurred-right {
  0% {
    -webkit-transform: translateX(1000px) scaleX(2.5) scaleY(1);
    transform: translateX(1000px) scaleX(2.5) scaleY(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

@-webkit-keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(2px);
    filter: blur(2px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

@keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(2px);
    filter: blur(2px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  div.brands {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  div.brands {
    display: none;
  }
}

div.brands .brands-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 118px;
  border-radius: 3px;
  background: #fff;
  margin: 40px 0 55px;
  padding: 0 65px;
}

div.brands .brands-inner .item a {
  -webkit-filter: grayscale(100%) brightness(1);
  filter: grayscale(100%) brightness(1);
  opacity: 0.4;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  padding: 20px 10px;
}

div.brands .brands-inner .item a:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

div.newarrivals .title-wrap .action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  div.newarrivals .title-wrap .action {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  div.newarrivals .title-wrap .action {
    display: none;
  }
}

div.newarrivals .title-wrap .action .arrivals-button-next,
div.newarrivals .title-wrap .action .arrivals-button-prev {
  width: 30px;
  height: 30px;
  border-radius: 2px;
  background: #122538;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

div.newarrivals .title-wrap .action .arrivals-button-next svg,
div.newarrivals .title-wrap .action .arrivals-button-prev svg {
  width: 5px;
  height: 10px;
}

div.newarrivals
  .title-wrap
  .action
  .arrivals-button-next.swiper-button-disabled,
div.newarrivals
  .title-wrap
  .action
  .arrivals-button-prev.swiper-button-disabled {
  background: rgba(18, 37, 56, 0.2);
  cursor: not-allowed;
}

div.newarrivals
  .title-wrap
  .action
  .arrivals-button-next.swiper-button-disabled:hover,
div.newarrivals
  .title-wrap
  .action
  .arrivals-button-prev.swiper-button-disabled:hover {
  background: rgba(18, 37, 56, 0.2);
}

div.newarrivals .title-wrap .action .arrivals-button-next:hover,
div.newarrivals .title-wrap .action .arrivals-button-prev:hover {
  background: #2a3b4c;
}

div.newarrivals .title-wrap .action .arrivals-button-prev {
  margin-right: 10px;
}

div.newarrivals .slider-wrap {
  margin-bottom: 50px;
  background: #fff;
  position: relative;
}

@media only screen and (max-width: 767px) {
  div.newarrivals .slider-wrap .sm-wrp {
    height: 645px;
    overflow: hidden;
  }

  div.newarrivals .slider-wrap .sm-wrp.show {
    height: auto;
    overflow: visible;
  }

  div.newarrivals .slider-wrap .sm-wrp.show:after {
    content: none;
  }

  div.newarrivals .slider-wrap .sm-wrp:after {
    content: "";
    display: block;
    width: 100%;
    height: 76px;
    background-image: -webkit-linear-gradient(
      top,
      rgba(255, 255, 255, 0),
      #fff
    );
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }

  div.newarrivals .slider-wrap .arrivals-slider .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  div.newarrivals .slider-wrap .sm-wrp {
    height: 645px;
    overflow: hidden;
  }

  div.newarrivals .slider-wrap .sm-wrp.show {
    height: auto;
    overflow: visible;
  }

  div.newarrivals .slider-wrap .sm-wrp.show:after {
    content: none;
  }

  div.newarrivals .slider-wrap .sm-wrp:after {
    content: "";
    display: block;
    width: 100%;
    height: 76px;
    background-image: -webkit-linear-gradient(
      top,
      rgba(255, 255, 255, 0),
      #fff
    );
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
}

div.newarrivals .slider-wrap .arrivals-slider {
  overflow: visible;
  z-index: 1;
  min-height: 370px;
}

div.newarrivals .slider-wrap .arrivals-slider .swiper-slide {
  position: relative;
  opacity: 0;
  border-right: 1px solid #e7e9eb;
}

@media only screen and (max-width: 767px) {
  div.newarrivals .slider-wrap .arrivals-slider .swiper-slide {
    opacity: 1;
    width: 50%;
    border-bottom: 1px solid #e7e9eb;
  }

  div.newarrivals .slider-wrap .arrivals-slider .swiper-slide:nth-child(2n) {
    border-right: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  div.newarrivals .slider-wrap .arrivals-slider .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  div.newarrivals .slider-wrap .arrivals-slider .swiper-slide {
    opacity: 1;
    width: 33.3334%;
    border-bottom: 1px solid #e7e9eb;
  }

  div.newarrivals .slider-wrap .arrivals-slider .swiper-slide:nth-child(3n) {
    border-right: none;
  }
}

div.newarrivals .slider-wrap .arrivals-slider .swiper-slide.swiper-slide-active,
div.newarrivals
  .slider-wrap
  .arrivals-slider
  .swiper-slide.swiper-slide-active
  + .swiper-slide,
div.newarrivals
  .slider-wrap
  .arrivals-slider
  .swiper-slide.swiper-slide-active
  + .swiper-slide
  + .swiper-slide,
div.newarrivals
  .slider-wrap
  .arrivals-slider
  .swiper-slide.swiper-slide-active
  + .swiper-slide
  + .swiper-slide
  + .swiper-slide {
  opacity: 1;
}

div.newarrivals
  .slider-wrap
  .arrivals-slider
  .swiper-slide.swiper-slide-active
  + .swiper-slide
  + .swiper-slide
  + .swiper-slide
  + .swiper-slide {
  opacity: 1;
  border: none;
}

div.newarrivals .slider-wrap .arrivals-slider .swiper-slide .box {
  background: #fff;
  width: 100%;
  height: 370px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  div.newarrivals .slider-wrap .arrivals-slider .swiper-slide .box {
    height: 290px;
  }
}

div.newarrivals .slider-wrap .arrivals-slider .swiper-slide .box:before {
  position: absolute;
  left: -16px;
  top: -11px;
  z-index: -1;
  width: -webkit-calc(100% + 32px);
  width: calc(100% + 32px);
  height: -webkit-calc(100% + 22px);
  height: calc(100% + 22px);
  box-shadow: 0 10px 20px 0 rgba(18, 37, 56, 0.1);
  background: #fff;
  opacity: 0;
  display: block;
  content: "";
  border-radius: 3px;
}

@media only screen and (min-width: 1026px) {
  div.newarrivals .slider-wrap .arrivals-slider .swiper-slide .box:hover {
    position: absolute;
    overflow: visible;
    height: auto;
  }

  div.newarrivals
    .slider-wrap
    .arrivals-slider
    .swiper-slide
    .box:hover:before {
    opacity: 1;
    z-index: 1;
  }

  div.newarrivals .slider-wrap .arrivals-slider .swiper-slide .box:hover .item {
    position: relative;
    z-index: 2;
  }

  div.newarrivals
    .slider-wrap
    .arrivals-slider
    .swiper-slide
    .box:hover
    .item
    .bottom {
    display: block;
  }
}

div.newarrivals .slider-wrap .arrivals-slider .swiper-slide .box .item {
  padding: 20px;
}

div.newarrivals .slider-wrap .arrivals-slider .swiper-slide .box .item .top {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  div.newarrivals .slider-wrap .arrivals-slider .swiper-slide .box .item {
    padding: 12px 10px;
  }

  div.newarrivals .slider-wrap .arrivals-slider .swiper-slide .box .item .top {
    margin-bottom: 20px;
  }
}

div.newarrivals
  .slider-wrap
  .arrivals-slider
  .swiper-slide
  .box
  .item
  .top
  .badge
  .sale-fill {
  background: #eaff00;
  font-size: 10px;
  font-family: OpenSansSemibold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 0.29px;
  color: #122538;
  padding: 3px 10px;
  text-transform: uppercase;
  border-radius: 12px 0;
}

div.newarrivals
  .slider-wrap
  .arrivals-slider
  .swiper-slide
  .box
  .item
  .top
  .badge
  .sale-outline,
.crosssale .sale-outline,
.wish-list .sale-outline {
  border: 1px solid #eaff00;
  font-size: 10px;
  font-family: OpenSansSemibold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 0.29px;
  color: #122538;
  padding: 3px 10px;
  text-transform: uppercase;
  border-radius: 12px 0;
}

div.newarrivals
  .slider-wrap
  .arrivals-slider
  .swiper-slide
  .box
  .item
  .top
  .act {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

div.newarrivals
  .slider-wrap
  .arrivals-slider
  .swiper-slide
  .box
  .item
  .top
  .act
  a {
  margin-left: 16px;
  line-height: 1;
}

div.newarrivals
  .slider-wrap
  .arrivals-slider
  .swiper-slide
  .box
  .item
  .top
  .act
  a.normal.compare:hover
  svg
  path {
  stroke: #ac64ff;
}

div.newarrivals
  .slider-wrap
  .arrivals-slider
  .swiper-slide
  .box
  .item
  .top
  .act
  a.active {
  position: relative;
}

div.newarrivals
  .slider-wrap
  .arrivals-slider
  .swiper-slide
  .box
  .item
  .top
  .act
  a.active
  .check {
  position: absolute;
  right: -3px;
  top: -4px;
}

div.newarrivals
  .slider-wrap
  .arrivals-slider
  .swiper-slide
  .box
  .item
  .top
  .act
  a.active:hover {
  opacity: 0.8;
}

div.newarrivals
  .slider-wrap
  .arrivals-slider
  .swiper-slide
  .box
  .item
  .main-image
  a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 150px;
}

@media only screen and (max-width: 767px) {
  div.newarrivals
    .slider-wrap
    .arrivals-slider
    .swiper-slide
    .box
    .item
    .main-image
    a {
    height: 85px;
  }
}

div.newarrivals
  .slider-wrap
  .arrivals-slider
  .swiper-slide
  .box
  .item
  .main-image
  img {
  display: block;
  width: auto;
  height: auto;
  max-height: 200px;
  max-width: 100%;
}

div.newarrivals .slider-wrap .arrivals-slider .swiper-slide .box .item .title {
  margin: 25px 0 8px;
}

div.newarrivals
  .slider-wrap
  .arrivals-slider
  .swiper-slide
  .box
  .item
  .title
  a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.38px;
  color: #122538;
}

@media only screen and (max-width: 767px) {
  div.newarrivals
    .slider-wrap
    .arrivals-slider
    .swiper-slide
    .box
    .item
    .main-image
    img {
    height: 100%;
  }

  div.newarrivals
    .slider-wrap
    .arrivals-slider
    .swiper-slide
    .box
    .item
    .title {
    margin: 20px 0 6px;
  }

  div.newarrivals
    .slider-wrap
    .arrivals-slider
    .swiper-slide
    .box
    .item
    .title
    a {
    font-size: 12px;
    height: 35px;
    overflow: hidden;
  }
}

div.newarrivals .slider-wrap .arrivals-slider .swiper-slide .box .item .rating {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  div.newarrivals
    .slider-wrap
    .arrivals-slider
    .swiper-slide
    .box
    .item
    .rating {
    margin-bottom: 6px;
  }
}

div.newarrivals
  .slider-wrap
  .arrivals-slider
  .swiper-slide
  .box
  .item
  .rating
  ul.product-star {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

div.newarrivals
  .slider-wrap
  .arrivals-slider
  .swiper-slide
  .box
  .item
  .rating
  ul.product-star
  li {
  margin-right: 3px;
  line-height: 1;
}

div.newarrivals .slider-wrap .arrivals-slider .swiper-slide .box .item .middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 72px;
}

@media only screen and (max-width: 767px) {
  div.newarrivals
    .slider-wrap
    .arrivals-slider
    .swiper-slide
    .box
    .item
    .rating
    ul.product-star
    li {
    margin-right: 2px;
  }

  div.newarrivals
    .slider-wrap
    .arrivals-slider
    .swiper-slide
    .box
    .item
    .rating
    ul.product-star
    li
    svg {
    width: 9px;
  }

  div.newarrivals
    .slider-wrap
    .arrivals-slider
    .swiper-slide
    .box
    .item
    .middle {
    min-height: 60px;
  }
}

div.newarrivals
  .slider-wrap
  .arrivals-slider
  .swiper-slide
  .box
  .item
  .middle
  .price-sale {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

div.newarrivals
  .slider-wrap
  .arrivals-slider
  .swiper-slide
  .box
  .item
  .middle
  .price-sale
  .old {
  margin-right: 12px;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.38px;
  color: #a0a8af;
  text-decoration: line-through;
}

@media only screen and (max-width: 767px) {
  div.newarrivals
    .slider-wrap
    .arrivals-slider
    .swiper-slide
    .box
    .item
    .middle
    .price-sale
    .old {
    font-size: 10px;
  }
}

div.newarrivals
  .slider-wrap
  .arrivals-slider
  .swiper-slide
  .box
  .item
  .middle
  .price-sale
  .old
  .mn {
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  div.newarrivals
    .slider-wrap
    .arrivals-slider
    .swiper-slide
    .box
    .item
    .middle
    .price-sale
    .old
    .mn {
    font-size: 8px;
  }

  div.newarrivals
    .slider-wrap
    .arrivals-slider
    .swiper-slide
    .box
    .item
    .middle
    .price-sale
    .sale {
    display: none;
  }
}

div.newarrivals
  .slider-wrap
  .arrivals-slider
  .swiper-slide
  .box
  .item
  .middle
  .price-sale
  .sale {
  font-size: 10px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.27px;
  color: #122538;
  padding: 2px 4px;
  background: #eaff00;
  border-radius: 2px;
}

div.newarrivals
  .slider-wrap
  .arrivals-slider
  .swiper-slide
  .box
  .item
  .middle
  .main-price {
  margin: 5px 0;
}

div.newarrivals
  .slider-wrap
  .arrivals-slider
  .swiper-slide
  .box
  .item
  .middle
  .main-price
  span {
  font-size: 24px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.83;
  letter-spacing: normal;
  color: #122538;
}

@media only screen and (max-width: 767px) {
  div.newarrivals
    .slider-wrap
    .arrivals-slider
    .swiper-slide
    .box
    .item
    .middle
    .main-price
    span {
    font-size: 20px;
  }
}

div.newarrivals
  .slider-wrap
  .arrivals-slider
  .swiper-slide
  .box
  .item
  .middle
  .main-price
  span.mn {
  font-size: 16px;
}

div.newarrivals
  .slider-wrap
  .arrivals-slider
  .swiper-slide
  .box
  .item
  .middle
  .avail {
  font-size: 10px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.27px;
  color: #ac64ff;
}

div.newarrivals
  .slider-wrap
  .arrivals-slider
  .swiper-slide
  .box
  .item
  .middle
  .buy
  a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: rgba(172, 100, 255, 0.1);
  border-radius: 16px 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

div.newarrivals
  .slider-wrap
  .arrivals-slider
  .swiper-slide
  .box
  .item
  .middle
  .buy
  a:hover {
  background: #ac64ff;
}

div.newarrivals
  .slider-wrap
  .arrivals-slider
  .swiper-slide
  .box
  .item
  .middle
  .buy
  a:hover
  svg
  path {
  stroke: #fff;
}

div.newarrivals
  .slider-wrap
  .arrivals-slider
  .swiper-slide
  .box
  .item
  .cashback {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  div.newarrivals
    .slider-wrap
    .arrivals-slider
    .swiper-slide
    .box
    .item
    .middle
    .buy
    a {
    width: 38px;
    height: 38px;
    border-radius: 12px 0;
  }

  div.newarrivals
    .slider-wrap
    .arrivals-slider
    .swiper-slide
    .box
    .item
    .middle
    .buy
    a
    svg {
    width: 22px;
  }

  div.newarrivals
    .slider-wrap
    .arrivals-slider
    .swiper-slide
    .box
    .item
    .cashback {
    display: none;
  }
}

div.newarrivals
  .slider-wrap
  .arrivals-slider
  .swiper-slide
  .box
  .item
  .cashback
  img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

div.newarrivals
  .slider-wrap
  .arrivals-slider
  .swiper-slide
  .box
  .item
  .cashback
  .txt {
  font-size: 10px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.27px;
  color: #9b9b9b;
}

div.newarrivals
  .slider-wrap
  .arrivals-slider
  .swiper-slide
  .box
  .item
  .cashback
  .txt
  span {
  font-family: OpenSansSemibold;
  color: #122538;
}

div.newarrivals .slider-wrap .arrivals-slider .swiper-slide .box .item .bottom {
  margin-top: 17px;
  display: none;
}

div.newarrivals
  .slider-wrap
  .arrivals-slider
  .swiper-slide
  .box
  .item
  .bottom
  .bank {
  margin-bottom: 17px;
}

div.newarrivals
  .slider-wrap
  .arrivals-slider
  .swiper-slide
  .box
  .item
  .bottom
  .bank
  ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

div.newarrivals
  .slider-wrap
  .arrivals-slider
  .swiper-slide
  .box
  .item
  .bottom
  .bank
  ul
  li {
  margin-right: 14px;
  width: 46px;
  height: 46px;
  border: 1px solid #e7e9eb;
  border-radius: 8px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

div.newarrivals
  .slider-wrap
  .arrivals-slider
  .swiper-slide
  .box
  .item
  .bottom
  .bank
  ul
  li:hover
  .bank__drop {
  opacity: 1;
  visibility: visible;
}

div.newarrivals
  .slider-wrap
  .arrivals-slider
  .swiper-slide
  .box
  .item
  .bottom
  .bank__drop {
  background: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -webkit-calc(100% + 20px);
  top: calc(100% + 20px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 340px;
  padding: 30px 18px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 2;
}

@media (max-width: 1620px) {
  div.newarrivals
    .slider-wrap
    .arrivals-slider
    .swiper-slide
    .box
    .item
    .bottom
    .bank__drop {
    width: 300px;
    left: -webkit-calc(50% + 60px);
    left: calc(50% + 60px);
  }
}

@media (max-width: 1460px) {
  div.newarrivals
    .slider-wrap
    .arrivals-slider
    .swiper-slide
    .box
    .item
    .bottom
    .bank__drop {
    left: -webkit-calc(50% + 90px);
    left: calc(50% + 90px);
    width: 290px;
  }
}

@media (max-width: 1360px) {
  div.newarrivals
    .slider-wrap
    .arrivals-slider
    .swiper-slide
    .box
    .item
    .bottom
    .bank__drop {
    left: -webkit-calc(50% + 90px);
    left: calc(50% + 90px);
    width: 260px;
  }
}

@media (max-width: 1300px) {
  div.newarrivals
    .slider-wrap
    .arrivals-slider
    .swiper-slide
    .box
    .item
    .bottom
    .bank__drop {
    left: -webkit-calc(50% + 90px);
    left: calc(50% + 90px);
    width: 240px;
  }
}

@media (max-width: 1250px) {
  div.newarrivals
    .slider-wrap
    .arrivals-slider
    .swiper-slide
    .box
    .item
    .bottom
    .bank__drop {
    display: none;
  }
}

div.newarrivals
  .slider-wrap
  .arrivals-slider
  .swiper-slide
  .box
  .item
  .bottom
  .bank__drop::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100%;
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

@media (max-width: 1620px) {
  div.newarrivals
    .slider-wrap
    .arrivals-slider
    .swiper-slide
    .box
    .item
    .bottom
    .bank__drop::after {
    left: -webkit-calc(50% - 60px);
    left: calc(50% - 60px);
  }
}

@media (max-width: 1460px) {
  div.newarrivals
    .slider-wrap
    .arrivals-slider
    .swiper-slide
    .box
    .item
    .bottom
    .bank__drop::after {
    left: -webkit-calc(50% - 92px);
    left: calc(50% - 92px);
  }
}

div.newarrivals
  .slider-wrap
  .arrivals-slider
  .swiper-slide
  .box
  .item
  .bottom
  .bank__drop-title {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.38px;
  color: #122538;
}

div.newarrivals
  .slider-wrap
  .arrivals-slider
  .swiper-slide
  .box
  .item
  .bottom
  .bank__drop-description {
  display: block;
  margin-top: 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.38px;
  color: #717c88;
}

div.newarrivals
  .slider-wrap
  .arrivals-slider
  .swiper-slide
  .box
  .item
  .bottom
  .bank__drop-link {
  margin-top: 20px;
  font-family: KyivTypeSansRegular;
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ac64ff;
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 1px solid #ac64ff;
}

div.newarrivals
  .slider-wrap
  .arrivals-slider
  .swiper-slide
  .box
  .item
  .bottom
  .bank__drop-link:hover {
  color: #122538;
  border-bottom: 1px solid #122538;
}

div.newarrivals
  .slider-wrap
  .arrivals-slider
  .swiper-slide
  .box
  .item
  .bottom
  .description
  .dlabel {
  font-size: 12px;
  font-family: OpenSansSemibold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.32px;
  color: #122538;
  margin-bottom: 8px;
}

div.newarrivals
  .slider-wrap
  .arrivals-slider
  .swiper-slide
  .box
  .item
  .bottom
  .description
  .goods {
  list-style: none;
  margin: 0;
  padding: 0;
}

div.newarrivals
  .slider-wrap
  .arrivals-slider
  .swiper-slide
  .box
  .item
  .bottom
  .description
  .goods
  li {
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.32px;
  color: #717c88;
}

div.newarrivals
  .slider-wrap
  .arrivals-slider
  .swiper-slide
  .box
  .item
  .bottom
  .description
  .goods
  li
  span {
  color: #122538;
}

div.newarrivals .slider-wrap .mob-plus {
  display: none;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-color: #ac64ff;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

div.newarrivals .slider-wrap .mob-plus span {
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
}

div.newarrivals .slider-wrap .mob-plus span:before {
  content: "+";
}

div.newarrivals .slider-wrap .mob-plus.minus span:before {
  content: "-";
}

@media only screen and (max-width: 767px) {
  div.newarrivals .slider-wrap .mob-plus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  div.newarrivals .slider-wrap .mob-plus {
    width: 60px;
    height: 60px;
    bottom: -30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  div.newarrivals .slider-wrap .mob-plus span {
    font-size: 24px;
  }
}

section.related .title-wrap .action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  section.related .title-wrap .action {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  section.related .title-wrap .action {
    display: none;
  }
}

section.related .title-wrap .action .related-button-next,
section.related .title-wrap .action .related-button-prev {
  width: 30px;
  height: 30px;
  border-radius: 2px;
  background: #122538;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

section.related .title-wrap .action .related-button-next svg,
section.related .title-wrap .action .related-button-prev svg {
  width: 5px;
  height: 10px;
}

section.related .title-wrap .action .related-button-next.swiper-button-disabled,
section.related
  .title-wrap
  .action
  .related-button-prev.swiper-button-disabled {
  background: rgba(18, 37, 56, 0.2);
  cursor: not-allowed;
}

section.related
  .title-wrap
  .action
  .related-button-next.swiper-button-disabled:hover,
section.related
  .title-wrap
  .action
  .related-button-prev.swiper-button-disabled:hover {
  background: rgba(18, 37, 56, 0.2);
}

section.related .title-wrap .action .related-button-next:hover,
section.related .title-wrap .action .related-button-prev:hover {
  background: #2a3b4c;
}

section.related .title-wrap .action .related-button-prev {
  margin-right: 10px;
}

section.related .slider-wrap {
  margin-bottom: 50px;
  background: #fff;
  position: relative;
  box-shadow: 0 20px 30px -10px rgba(18, 37, 56, 0.05);
}

section.related .slider-wrap .related-pagination {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  section.related .slider-wrap {
    background: 0 0;
    box-shadow: none;
    margin-bottom: 30px;
  }

  section.related .slider-wrap .sm-wrp {
    background: #fff;
    box-shadow: 0 20px 30px -10px rgba(18, 37, 56, 0.05);
  }

  section.related .slider-wrap .related-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

section.related .slider-wrap .related-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #d0d3d7;
  opacity: 1;
  margin: 0 2px;
}

section.related
  .slider-wrap
  .related-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #122538;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

section.related .slider-wrap {
  min-height: 430px !important;
}

section.related .slider-wrap .related-slider {
  overflow: hidden;
  z-index: 1;
  min-height: 430px !important;
}

section.related .slider-wrap .related-slider .swiper-slide {
  position: relative;
  opacity: 0;
  border-right: 1px solid #e7e9eb;
}

@media only screen and (max-width: 767px) {
  section.related .slider-wrap .related-slider {
    overflow: hidden;
  }

  section.related .slider-wrap .related-slider .swiper-slide {
    opacity: 1;
    width: 50%;
    border-bottom: 1px solid #e7e9eb;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  section.related .slider-wrap .related-slider .swiper-slide {
    opacity: 1;
    width: 33.3334%;
    border-bottom: 1px solid #e7e9eb;
  }

  section.related .slider-wrap .related-slider .swiper-slide:nth-child(3n) {
    border-right: none;
  }
}

section.related .slider-wrap .related-slider .swiper-slide.swiper-slide-active,
section.related
  .slider-wrap
  .related-slider
  .swiper-slide.swiper-slide-active
  + .swiper-slide,
section.related
  .slider-wrap
  .related-slider
  .swiper-slide.swiper-slide-active
  + .swiper-slide
  + .swiper-slide,
section.related
  .slider-wrap
  .related-slider
  .swiper-slide.swiper-slide-active
  + .swiper-slide
  + .swiper-slide
  + .swiper-slide {
  opacity: 1;
}

section.related
  .slider-wrap
  .related-slider
  .swiper-slide.swiper-slide-active
  + .swiper-slide
  + .swiper-slide
  + .swiper-slide
  + .swiper-slide {
  opacity: 1;
  border: none;
}

section.related .slider-wrap .related-slider .swiper-slide .box {
  background: #fff;
  width: 100%;
  height: 430px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  section.related .slider-wrap .related-slider .swiper-slide .box {
    height: 290px;
  }
}

section.related .slider-wrap .related-slider .swiper-slide .box:before {
  position: absolute;
  left: -16px;
  top: -11px;
  z-index: -1;
  width: -webkit-calc(100% + 32px);
  width: calc(100% + 32px);
  height: -webkit-calc(100% + 22px);
  height: calc(100% + 22px);
  box-shadow: 0 10px 20px 0 rgba(18, 37, 56, 0.1);
  background: #fff;
  opacity: 0;
  display: block;
  content: "";
  border-radius: 3px;
}

@media only screen and (min-width: 1026px) {
  section.related .slider-wrap .related-slider .swiper-slide .box:hover {
    position: absolute;
    overflow: visible;
    height: auto;
  }

  section.related .slider-wrap .related-slider .swiper-slide .box:hover:before {
    opacity: 1;
    z-index: 1;
  }

  section.related .slider-wrap .related-slider .swiper-slide .box:hover .item {
    position: relative;
    z-index: 2;
  }

  section.related
    .slider-wrap
    .related-slider
    .swiper-slide
    .box:hover
    .item
    .bottom {
    display: block;
  }
}

section.related .slider-wrap .related-slider .swiper-slide .box .item {
  padding: 20px;
}

section.related .slider-wrap .related-slider .swiper-slide .box .item .top {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  section.related .slider-wrap .related-slider .swiper-slide .box .item {
    padding: 12px 10px;
  }

  section.related .slider-wrap .related-slider .swiper-slide .box .item .top {
    margin-bottom: 20px;
  }
}

section.related
  .slider-wrap
  .related-slider
  .swiper-slide
  .box
  .item
  .top
  .badge
  .sale-fill {
  background: #eaff00;
  font-size: 10px;
  font-family: OpenSansSemibold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 0.29px;
  color: #122538;
  padding: 3px 10px;
  text-transform: uppercase;
  border-radius: 12px 0;
}

section.related
  .slider-wrap
  .related-slider
  .swiper-slide
  .box
  .item
  .top
  .badge
  .sale-outline {
  border: 1px solid #eaff00;
  font-size: 10px;
  font-family: OpenSansSemibold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 0.29px;
  color: #122538;
  padding: 3px 10px;
  text-transform: uppercase;
  border-radius: 12px 0;
}

section.related
  .slider-wrap
  .related-slider
  .swiper-slide
  .box
  .item
  .top
  .act {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

section.related
  .slider-wrap
  .related-slider
  .swiper-slide
  .box
  .item
  .top
  .act
  a {
  margin-left: 16px;
  line-height: 1;
}

section.related
  .slider-wrap
  .related-slider
  .swiper-slide
  .box
  .item
  .top
  .act
  a.normal.compare:hover
  svg
  path {
  stroke: #ac64ff;
}

section.related
  .slider-wrap
  .related-slider
  .swiper-slide
  .box
  .item
  .top
  .act
  a.active {
  position: relative;
}

section.related
  .slider-wrap
  .related-slider
  .swiper-slide
  .box
  .item
  .top
  .act
  a.active
  .check {
  position: absolute;
  right: -3px;
  top: -4px;
}

section.related
  .slider-wrap
  .related-slider
  .swiper-slide
  .box
  .item
  .top
  .act
  a.active:hover {
  opacity: 0.8;
}

section.related
  .slider-wrap
  .related-slider
  .swiper-slide
  .box
  .item
  .main-image
  a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 150px;
}

@media only screen and (max-width: 767px) {
  section.related
    .slider-wrap
    .related-slider
    .swiper-slide
    .box
    .item
    .main-image
    a {
    height: 85px;
  }
}

section.related
  .slider-wrap
  .related-slider
  .swiper-slide
  .box
  .item
  .main-image
  img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 200px;
}

section.related .slider-wrap .related-slider .swiper-slide .box .item .title {
  margin: 25px 0 8px;
}

section.related .slider-wrap .related-slider .swiper-slide .box .item .title a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.38px;
  color: #122538;
}

@media only screen and (max-width: 767px) {
  section.related
    .slider-wrap
    .related-slider
    .swiper-slide
    .box
    .item
    .main-image
    img {
    height: 100%;
  }

  section.related .slider-wrap .related-slider .swiper-slide .box .item .title {
    margin: 20px 0 6px;
  }

  section.related
    .slider-wrap
    .related-slider
    .swiper-slide
    .box
    .item
    .title
    a {
    font-size: 12px;
    height: 35px;
    overflow: hidden;
  }
}

section.related .slider-wrap .related-slider .swiper-slide .box .item .rating {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  section.related
    .slider-wrap
    .related-slider
    .swiper-slide
    .box
    .item
    .rating {
    margin-bottom: 6px;
  }
}

section.related
  .slider-wrap
  .related-slider
  .swiper-slide
  .box
  .item
  .rating
  ul.product-star {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

section.related
  .slider-wrap
  .related-slider
  .swiper-slide
  .box
  .item
  .rating
  ul.product-star
  li {
  margin-right: 3px;
  line-height: 1;
}

section.related .slider-wrap .related-slider .swiper-slide .box .item .middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 72px;
}

@media only screen and (max-width: 767px) {
  section.related
    .slider-wrap
    .related-slider
    .swiper-slide
    .box
    .item
    .rating
    ul.product-star
    li {
    margin-right: 2px;
  }

  section.related
    .slider-wrap
    .related-slider
    .swiper-slide
    .box
    .item
    .rating
    ul.product-star
    li
    svg {
    width: 9px;
  }

  section.related
    .slider-wrap
    .related-slider
    .swiper-slide
    .box
    .item
    .middle {
    min-height: 60px;
  }
}

section.related
  .slider-wrap
  .related-slider
  .swiper-slide
  .box
  .item
  .middle
  .price-sale {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

section.related
  .slider-wrap
  .related-slider
  .swiper-slide
  .box
  .item
  .middle
  .price-sale
  .old {
  margin-right: 12px;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.38px;
  color: #a0a8af;
  text-decoration: line-through;
}

@media only screen and (max-width: 767px) {
  section.related
    .slider-wrap
    .related-slider
    .swiper-slide
    .box
    .item
    .middle
    .price-sale
    .old {
    font-size: 10px;
  }
}

section.related
  .slider-wrap
  .related-slider
  .swiper-slide
  .box
  .item
  .middle
  .price-sale
  .old
  .mn {
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  section.related
    .slider-wrap
    .related-slider
    .swiper-slide
    .box
    .item
    .middle
    .price-sale
    .old
    .mn {
    font-size: 8px;
  }

  section.related
    .slider-wrap
    .related-slider
    .swiper-slide
    .box
    .item
    .middle
    .price-sale
    .sale {
    display: none;
  }
}

section.related
  .slider-wrap
  .related-slider
  .swiper-slide
  .box
  .item
  .middle
  .price-sale
  .sale {
  font-size: 10px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.27px;
  color: #122538;
  padding: 2px 4px;
  background: #eaff00;
  border-radius: 2px;
}

section.related
  .slider-wrap
  .related-slider
  .swiper-slide
  .box
  .item
  .middle
  .main-price {
  margin: 5px 0;
}

section.related
  .slider-wrap
  .related-slider
  .swiper-slide
  .box
  .item
  .middle
  .main-price
  span {
  font-size: 24px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.83;
  letter-spacing: normal;
  color: #122538;
}

@media only screen and (max-width: 767px) {
  section.related
    .slider-wrap
    .related-slider
    .swiper-slide
    .box
    .item
    .middle
    .main-price
    span {
    font-size: 20px;
  }
}

section.related
  .slider-wrap
  .related-slider
  .swiper-slide
  .box
  .item
  .middle
  .main-price
  span.mn {
  font-size: 16px;
}

section.related
  .slider-wrap
  .related-slider
  .swiper-slide
  .box
  .item
  .middle
  .avail {
  font-size: 10px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.27px;
  color: #ac64ff;
}

section.related
  .slider-wrap
  .related-slider
  .swiper-slide
  .box
  .item
  .middle
  .buy
  a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: rgba(172, 100, 255, 0.1);
  border-radius: 16px 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

section.related
  .slider-wrap
  .related-slider
  .swiper-slide
  .box
  .item
  .middle
  .buy
  a:hover {
  background: #ac64ff;
}

section.related
  .slider-wrap
  .related-slider
  .swiper-slide
  .box
  .item
  .middle
  .buy
  a:hover
  svg
  path {
  stroke: #fff;
}

section.related
  .slider-wrap
  .related-slider
  .swiper-slide
  .box
  .item
  .cashback {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  section.related
    .slider-wrap
    .related-slider
    .swiper-slide
    .box
    .item
    .middle
    .buy
    a {
    width: 32px;
    height: 32px;
    border-radius: 12px 0;
  }

  section.related
    .slider-wrap
    .related-slider
    .swiper-slide
    .box
    .item
    .middle
    .buy
    a
    svg {
    width: 18px;
  }

  section.related
    .slider-wrap
    .related-slider
    .swiper-slide
    .box
    .item
    .cashback {
    display: none;
  }
}

section.related
  .slider-wrap
  .related-slider
  .swiper-slide
  .box
  .item
  .cashback
  img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

section.related
  .slider-wrap
  .related-slider
  .swiper-slide
  .box
  .item
  .cashback
  .txt {
  font-size: 10px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.27px;
  color: #9b9b9b;
}

section.related
  .slider-wrap
  .related-slider
  .swiper-slide
  .box
  .item
  .cashback
  .txt
  span {
  font-family: OpenSansSemibold;
  color: #122538;
}

section.related .slider-wrap .related-slider .swiper-slide .box .item .bottom {
  margin-top: 17px;
  display: none;
}

section.related
  .slider-wrap
  .related-slider
  .swiper-slide
  .box
  .item
  .bottom
  .bank {
  margin-bottom: 17px;
}

section.related
  .slider-wrap
  .related-slider
  .swiper-slide
  .box
  .item
  .bottom
  .bank
  ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

section.related
  .slider-wrap
  .related-slider
  .swiper-slide
  .box
  .item
  .bottom
  .bank
  ul
  li {
  margin-right: 14px;
  width: 46px;
  height: 46px;
  border: 1px solid #e7e9eb;
  border-radius: 8px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

section.related
  .slider-wrap
  .related-slider
  .swiper-slide
  .box
  .item
  .bottom
  .bank
  ul
  li:hover
  .bank__drop {
  opacity: 1;
  visibility: visible;
}

section.related
  .slider-wrap
  .related-slider
  .swiper-slide
  .box
  .item
  .bottom
  .bank__drop {
  background: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -webkit-calc(100% + 20px);
  top: calc(100% + 20px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 340px;
  padding: 30px 18px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 2;
}

@media (max-width: 1250px) {
  section.related
    .slider-wrap
    .related-slider
    .swiper-slide
    .box
    .item
    .bottom
    .bank__drop {
    display: none;
  }
}

section.related
  .slider-wrap
  .related-slider
  .swiper-slide
  .box
  .item
  .bottom
  .bank__drop::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100%;
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

section.related
  .slider-wrap
  .related-slider
  .swiper-slide
  .box
  .item
  .bottom
  .bank__drop-title {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.38px;
  color: #122538;
}

section.related
  .slider-wrap
  .related-slider
  .swiper-slide
  .box
  .item
  .bottom
  .bank__drop-description {
  display: block;
  margin-top: 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.38px;
  color: #717c88;
}

section.related
  .slider-wrap
  .related-slider
  .swiper-slide
  .box
  .item
  .bottom
  .bank__drop-link {
  margin-top: 20px;
  font-family: KyivTypeSansRegular;
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ac64ff;
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 1px solid #ac64ff;
}

section.related
  .slider-wrap
  .related-slider
  .swiper-slide
  .box
  .item
  .bottom
  .bank__drop-link:hover {
  color: #122538;
  border-bottom: 1px solid #122538;
}

section.related
  .slider-wrap
  .related-slider
  .swiper-slide
  .box
  .item
  .bottom
  .description
  .dlabel {
  font-size: 12px;
  font-family: OpenSansSemibold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.32px;
  color: #122538;
  margin-bottom: 8px;
}

section.related
  .slider-wrap
  .related-slider
  .swiper-slide
  .box
  .item
  .bottom
  .description
  .goods {
  list-style: none;
  margin: 0;
  padding: 0;
}

section.related
  .slider-wrap
  .related-slider
  .swiper-slide
  .box
  .item
  .bottom
  .description
  .goods
  li {
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.32px;
  color: #717c88;
}

section.related
  .slider-wrap
  .related-slider
  .swiper-slide
  .box
  .item
  .bottom
  .description
  .goods
  li
  span {
  color: #122538;
}

section.related .slider-wrap .mob-plus {
  display: none;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-color: #ac64ff;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section.related .slider-wrap .mob-plus span {
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  padding: 0 0 2px 2px;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  section.related .slider-wrap .mob-plus {
    width: 60px;
    height: 60px;
    bottom: -30px;
  }

  section.related .slider-wrap .mob-plus span {
    font-size: 24px;
  }
}

section.related .slider-wrap .mob-plus span:before {
  content: "+";
}

section.related .slider-wrap .mob-plus.minus span:before {
  content: "-";
}

div.principe .principe-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 128px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 20px 30px -10px rgba(18, 37, 56, 0.05);
  padding: 0 20px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  div.principe .principe-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: auto;
    padding: 30px 0 0;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  div.principe .principe-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: auto;
    padding: 30px 0 0;
    margin-bottom: 30px;
  }
}

div.principe .principe-list .item {
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  div.principe .principe-list .item {
    padding: 0 15px;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    counter-increment: custom-counter;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  div.principe .principe-list .item {
    padding: 0 15px;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    counter-increment: custom-counter;
  }
}

div.principe .principe-list .item .icon {
  width: 48px;
  height: 48px;
  background-color: #f6f7f8;
  border-radius: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  div.principe .principe-list .item .icon {
    margin-right: 0;
    position: relative;
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }

  div.principe .principe-list .item .icon:before {
    content: counter(custom-counter);
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    font-family: OpenSansSemibold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #fff;
    width: 18px;
    height: 18px;
    background-color: #122538;
    border-radius: 50%;
    text-align: center;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 767px) {
  div.principe .principe-list .item .icon {
    width: 48px;
    height: 48px;
    margin: 0 0 11px;
    position: relative;
  }

  div.principe .principe-list .item .icon:before {
    content: counter(custom-counter);
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 8px;
    font-family: OpenSansSemibold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #fff;
    width: 12px;
    height: 12px;
    background-color: #122538;
    border-radius: 50%;
    text-align: center;
    line-height: 1.3;
  }

  div.principe .principe-list .item .icon img {
    max-width: 26px;
    max-height: 26px;
  }
}

div.principe .principe-list .item .txt {
  font-family: KyivTypeSansRegular;
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0.43px;
  color: #122538;
}

div.principe .principe-list .item .txt span {
  display: block;
}

@media only screen and (max-width: 767px) {
  div.principe .principe-list .item .txt {
    text-align: center;
    font-size: 14px;
    padding: 0 10px;
  }

  div.principe .principe-list .item .txt span {
    display: inline;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  div.principe .principe-list .item .txt {
    text-align: center;
    font-size: 16px;
    padding: 0 20%;
  }

  div.principe .principe-list .item .txt span {
    display: inline;
  }

  div.principe .principe-list .line {
    display: none;
  }
}

div.principe .principe-list .line {
  width: 43px;
  height: 2px;
  background-color: #d0d3d7;
  background: -webkit-linear-gradient(left, #fff 3px, transparent 1%) center,
    -webkit-linear-gradient(#fff 3px, transparent 1%) center, #d0d3d7;
  background: linear-gradient(90deg, #fff 3px, transparent 1%) center,
    linear-gradient(#fff 3px, transparent 1%) center, #d0d3d7;
  background-size: 5px 5px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

div.about .info-graph,
div.about .info-text-box,
div.blog .blog-list {
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 20px 30px -10px rgba(18, 37, 56, 0.05);
}

div.blog {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  div.principe .principe-list .line {
    display: none;
  }

  div.blog {
    margin-bottom: 30px;
  }
}

div.blog .blog-list {
  padding: 40px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  div.blog .blog-list {
    padding: 15px 0 25px 15px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  div.blog .blog-list {
    padding-right: 0;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    margin-right: -15px;
  }
}

div.blog .blog-list .item {
  padding: 0 20px;
  width: 25%;
}

@media only screen and (max-width: 767px) {
  div.blog .blog-list .item {
    padding: 0;
    width: 207px;
    display: inline-block;
    margin-right: 12px;
    vertical-align: top;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  div.blog .blog-list .item {
    padding: 0;
    width: 320px;
    display: inline-block;
    margin-right: 30px;
    vertical-align: top;
  }

  div.blog .blog-list .item .title {
    white-space: normal;
  }
}

div.blog .blog-list .item .image {
  width: 100%;
  height: 180px;
  margin-bottom: 20px;
}

div.blog .blog-list .item .title {
  font-family: KyivTypeSansMedium;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #122538;
  margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  div.blog .blog-list .item .image {
    height: 140px;
  }

  div.blog .blog-list .item .title {
    white-space: normal;
    font-size: 14px;
  }

  div.blog .blog-list .item .description {
    white-space: normal;
    font-size: 12px;
  }
}

div.blog .blog-list .item .description,
div.blog .blog-list .item .view a {
  font-size: 12px;
  letter-spacing: normal;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
}

div.blog .blog-list .item .description {
  line-height: 1.33;
  color: #717c88;
  margin-bottom: 15px;
}

div.blog .blog-list .item .view a {
  font-family: KyivTypeSansRegular;
  line-height: 1.5;
  color: #ac64ff;
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 1px solid #ac64ff;
}

div.blog .blog-list .item .view a:hover {
  color: #122538;
  border-bottom: 1px solid #122538;
}

@media only screen and (max-width: 767px) {
  div.about .mob-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  div.blog .blog-list .item .description {
    white-space: normal;
  }

  div.about .mob-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

div.about .info-text-box {
  padding: 35px 40px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  div.about .info-text-box {
    padding: 15px;
    margin-bottom: 30px;
  }
}

div.about .info-text-box .info-text {
  position: relative;
  height: 120px;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

@media only screen and (max-width: 767px) {
  div.about .info-text-box .info-text {
    height: 96px;
    margin-bottom: 10px;
  }

  div.about .info-text-box .info-text p {
    font-size: 14px;
  }
}

div.about .info-text-box .info-text:after {
  content: "";
  display: block;
  width: 100%;
  height: 54px;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  position: absolute;
  bottom: 0;
}

div.about .info-text-box .info-text p {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #717c88;
}

div.about .info-text-box .more span {
  cursor: pointer;
  font-family: KyivTypeSansRegular;
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ac64ff;
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 1px solid #ac64ff;
}

div.about .info-text-box .more span:hover {
  color: #122538;
  border-bottom: 1px solid #122538;
}

div.about .info-text-box .more span.show-less {
  display: none;
}

div.about .info-text-box.more-info .info-text {
  height: auto;
  overflow: visible;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

div.about .info-text-box.more-info .info-text:after {
  content: none;
}

div.about .info-text-box.more-info .more,
div.about .info-text-box.more-info .more span.show-less {
  display: inline-block;
}

div.about .info-text-box.more-info .more span.show-more {
  display: none;
}

div.about .info-graph,
div.about .info-graph .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

div.about .info-graph {
  display: flex;
  padding: 30px 0 40px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  div.about .info-text-box .more span {
    font-size: 10px;
  }

  div.about .info-graph {
    padding: 30px 0 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  div.about .info-graph {
    padding: 30px 0 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}

div.about .info-graph .item {
  padding: 0 30px;
  display: flex;
  width: 25%;
}

@media only screen and (max-width: 767px) {
  div.about .info-graph .item {
    width: 50%;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  div.about .info-graph .item {
    width: 50%;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

div.about .info-graph .item .icon {
  width: 48px;
  height: 48px;
  background-color: #f6f7f8;
  border-radius: 12px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 24px;
}

@media only screen and (max-width: 767px) {
  div.about .info-graph .item .icon {
    margin: 0 0 11px;
    width: 48px;
    height: 48px;
  }

  div.about .info-graph .item .icon img {
    max-width: 26px;
    max-height: 26px;
  }

  div.about .info-graph .item .txt {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  div.about .info-graph .item .icon {
    margin: 0 0 20px;
  }

  div.about .info-graph .item .txt {
    text-align: center;
  }
}

div.about .info-graph .item .txt .title {
  font-family: KyivTypeSansRegular;
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0.43px;
  color: #122538;
  margin-bottom: 10px;
}

div.about .info-graph .item .txt .description {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  color: #717c88;
}

@media only screen and (max-width: 767px) {
  div.about .info-graph .item .txt .title {
    max-width: 80px;
    font-size: 14px;
    margin: 0 auto 9px;
  }

  div.about .info-graph .item .txt .description {
    font-size: 12px;
    line-height: 1.4;
  }
}

div.mob-catalog,
section.mob-catalog {
  margin: 0;
  display: none;
}

div.mob-catalog.not-front,
section.mob-catalog.not-front {
  display: none;
}

div.mob-catalog.not-front.active,
section.mob-catalog.not-front.active {
  display: block;
}

@media only screen and (max-width: 767px) {
  div.mob-catalog,
  section.mob-catalog {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  div.mob-catalog,
  section.mob-catalog {
    display: block;
  }
}

div.mob-catalog.active {
  position: fixed;
  background: #fff;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 70;
}

div.mob-catalog.active .hdd,
section.mob-catalog.active .hdd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

div.mob-catalog.active .cat-wrap,
section.mob-catalog.active .cat-wrap {
  white-space: normal;
  overflow: visible;
  padding: 15px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

div.mob-catalog.active .cat-wrap .item,
section.mob-catalog.active .cat-wrap .item {
  display: block;
  padding: 0 5px;
  margin: 0 0 10px;
  width: 50%;
}

div.mob-catalog.active .cat-wrap .item a {
  padding: 33px 30px;
}

div.mob-catalog.active .cat-wrap .item .icon,
section.mob-catalog.active .cat-wrap .item .icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

div.mob-catalog.active .cat-wrap .item .icon img,
div.mob-catalog.active .cat-wrap .item .icon svg,
section.mob-catalog.active .cat-wrap .item .icon img,
section.mob-catalog.active .cat-wrap .item .icon svg {
  width: 100%;
  height: 100%;
}

div.mob-catalog.active .cat-wrap .item .title,
section.mob-catalog.active .cat-wrap .item .title {
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.27px;
  color: #122538;
}

div.mob-catalog .hdd,
section.mob-catalog .hdd {
  display: none;
  height: 43px;
  background: #122538;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

div.mob-catalog .hdd .back,
section.mob-catalog .hdd .back {
  width: 43px;
  height: 43px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
}

div.mob-catalog .hdd .mt,
section.mob-catalog .hdd .mt {
  padding: 0 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
}

div.mob-catalog .cat-wrap,
section.mob-catalog .cat-wrap {
  padding: 7px 0 30px 15px;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: scroll;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  div.mob-catalog .cat-wrap,
  section.mob-catalog .cat-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  div.mob-catalog .cat-wrap .item,
  section.mob-catalog .cat-wrap .item {
    margin: 0 5px;
  }
}

div.mob-catalog .cat-wrap .item,
section.mob-catalog .cat-wrap .item {
  display: inline-block;
}

div.mob-catalog .cat-wrap .item a,
section.mob-catalog .cat-wrap .item a {
  display: block;
  padding: 20px 9px 18px;
  min-width: 85px;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 10px 10px 0 rgba(18, 37, 56, 0.05);
  background-color: #fff;
  margin-right: 4px;
}

div.mob-catalog .cat-wrap .item:last-child,
section.mob-catalog .cat-wrap .item:last-child {
  /*margin-right: 15px*/
  margin-right: 0;
}

div.mob-catalog .cat-wrap .item .icon,
section.mob-catalog .cat-wrap .item .icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

div.mob-catalog .cat-wrap .item .icon img,
div.mob-catalog .cat-wrap .item .icon svg,
section.mob-catalog .cat-wrap .item .icon img,
section.mob-catalog .cat-wrap .item .icon svg {
  width: 100%;
  height: 100%;
}

div.mob-catalog .cat-wrap .item .title,
section.mob-catalog .cat-wrap .item .title {
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.27px;
  color: #122538;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  div.mob-catalog .cat-wrap .item a,
  section.mob-catalog .cat-wrap .item a {
    padding: 30px 15px;
  }

  div.mob-catalog .cat-wrap .item .title,
  section.mob-catalog .cat-wrap .item .title {
    font-size: 18px;
  }
}

.disablebuy {
  background: #c7c7c7 !important;
}

@media (max-width: 864px) {
  .offcanvas-nav .main-os .work-menu ul li.wtm {
    display: block !important;
  }
  .offcanvas-nav .main-os .work-menu ul li.wtm > a {
    padding-bottom: 0;
  }
  .offcanvas-nav .main-os .work-menu ul li.wtm > span {
    padding-left: 20px;
  }
}

.crosssale .item {
  border-right: 0;
  border: 0;
}

.warehouses-list-wrapper {
  display: block;
  width: 100%;
  padding-left: 34px;
  margin-bottom: 24px;
}

.warehouses-list-wrapper li.warehouses-list-title {
  font-weight: bold;
  margin-bottom: 0 !important;
}

.warehouses-list-wrapper li.warehouses-item {
  margin-bottom: 0 !important;
}

/* @media (max-width: 600px) {
  h2.section-title, .light-title h1, .more-news .more-title, .product-head h1, .main-content .body-box {
      padding: 0 15px;
  }
} */

.pr-main-block .inwrp .item0 {
  display: none;
}

@media (max-width: 1025px) {
  .pr-main-block .inwrp .item3 {
    display: none;
  }

  .pr-main-block .inwrp .item0 {
    display: block;
  }

  .char-icons div.item-param {
    max-width: 86px;
  }

  .char-icons div img {
    margin-left: 16px;
    margin-right: 0;
  }

  .char-icons div {
    height: auto !important;
    margin-bottom: 4px;
    width: 86px;
  }
}

.prod-item .item .avail.in-stock {
  border-radius: 12px 0;
  background-color: #ac64ff;
  padding: 4px 8px;
  color: #fff !important;
}

.act a.like:not(.active) svg.liked {
  display: none;
}

.act a.like.active svg.not-liked {
  display: none;
}

.inner
  .inner-wrap
  .main-content
  .main-content-box
  .main-products
  .prod-item.dc-link
  .box
  .item
  .main-image
  img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 768px) {
  .inner
    .inner-wrap
    .main-content
    .main-content-box
    .main-products
    .prod-item.dc-link
    .box
    .item
    .main-image
    img {
    /*width: auto!important;
      height: 140px!important;
      max-width: 100%;
      max-height: unset;
      padding: 10px;*/

    width: 200px !important;
    height: auto !important;
    max-width: 100%;
    max-height: unset;
    padding: 10px;
  }
}

.reviews-list .body,
.review p {
  white-space: pre-line;
}

.reviews-list .body:first-line {
  line-height: 0;
}

label.l1[for="warranty"] {
  font-weight: bold;
}

.profile-wrap .custom-row .tabs-wrap .tabs#main-profile-tabs .tabs-link a {
  padding: 10px;
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs#main-profile-tabs
  .tabs-link
  a
  .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f3f4f5;
  margin-right: 15px;
}

.profile-wrap .custom-row .tabs-wrap .tabs#main-profile-tabs .tabs-link {
  width: 100%;
  float: none;
}

.tabs-link > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}

.profile-wrap
  .custom-row
  .tabs-wrap
  .tabs#main-profile-tabs
  .tabs-link
  a
  .title {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.38px;
  color: #122538;
}

.product-info-box img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  -ms-interpolation-mode: bicubic;
  margin: 0 auto;
}

.add-to-setup {
  position: absolute;
  right: 0 !important;
  padding: 0 9px !important;
  /*line-height: 24px!important;*/
  margin-right: 0 !important;
  cursor: pointer;
  border-radius: 15px 0 !important;
  display: block !important;
  height: 46px;
  top: -12px;
  line-height: 46px !important;
}

@media (max-width: 769px) {
  .product-info
    .tabs-content
    .tabs-panel
    .pr-main-block
    .item2
    .main-product-info
    .disc-box
    .cback {
    margin-top: 48px;
    margin-right: 0;
  }
}

@media (min-width: 1026px) and (max-width: 1255px) {
  .add-to-setup {
    position: relative;
    margin-top: 26px;
    display: block !important;
  }
}

.form-item.disabled {
  display: none;
}

.mob-catalog.active .title {
  min-height: 28px;
}

/* #birthday::placeholder {
color: blue!important;
font-size: 1.5em;
} */

.the-datepicker__tables {
  transform: translate3d(0, 0, 0) !important;
}

textarea {
  resize: vertical;
}

.product-info-wrap
  .product-info-box
  .act-box
  .itm
  a.link-favorites.active:before {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  margin-right: 14px;
  content: "";
  width: 18px;
  height: 16px;
  background-image: url(../images/icon-headt-act.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.product-info-wrap .product-info-box .act-box .itm a.link-favorites.active svg {
  display: none;
}

.swiper-slide .avail.in-stock,
.owl-stage .avail.in-stock,
.wish-box .avail.in-stock {
  border-radius: 12px 0;
  background-color: #ac64ff;
  padding: 4px 8px;
  color: #fff !important;
  display: inline-block;
}

.second-image {
  display: none !important;
  position: absolute;
}

.item:hover .second-image {
  display: block !important;
}

.product-slider__main .product-badge {
  position: absolute;
}

.product-badge {
  cursor: default;
  align-items: center;
  height: 32px;
  border-radius: 16px 0px;
  background-color: #f1f1f1;
  width: 32px;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  overflow: hidden;
}

.product-badge > span {
  line-height: 0;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 900;
  padding: 0 16px 0 8px;
}

.product-badge.new-product {
  background-color: #00873e;
  color: #fff;
}

.product-badge.new-product::before {
  content: "new";
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  rotate: -45deg;
  font-size: 10px;
  font-weight: 900;
}

.prod-item:hover .product-badge {
  width: 100%;
}

#product-slider .product-badge.opened {
  position: absolute;
  z-index: 1;
  max-width: fit-content;
  cursor: pointer;
}

#product-slider .product-badge.opened:hover {
  width: 100%;
}

a.link_cat {
  color: #ac64ff !important;
  border-color: #ac64ff !important;
}

a.link_cat:hover {
  opacity: 0.8 !important;
}

.cback {
  position: relative;
}

.cback .tip label::before,
.tip label::before {
  content: "i";
  top: 2px;
  font-weight: 400;
  position: absolute;
  right: -25px;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background-color: transparent;
  border: 1px solid #aaa;
  color: #aaa;
  text-align: center;
  cursor: pointer;
  line-height: 16px;
  font-size: 12px;
}

.cback .tip .content,
.tip .content {
  display: none;
  position: absolute;
  width: 300px;
  height: fit-content;
  padding: 14px;
  border-radius: 6px;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
  background: #fff;
  top: 30px;
  z-index: 1;
  font-size: 12px;
  right: -25px;
  font-weight: 500;
}

.flex-row label::before {
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.flex-row .tip .content {
  right: 12px;
}

.filter-item .tip,
#characteristic .tip {
  display: inline-block;
  margin: 0 4px;
  position: relative;
}

.filter-item .tip label::before,
#characteristic .tip label::before {
  position: relative;
  transform: scale(0.8);
  z-index: 2;
  right: unset;
  top: -1px;
}

.cback .tip .content p:last-child,
.tip .content p:last-child {
  margin: 0;
}

.cback .tip label:hover + .content,
.tip label:hover + .content {
  display: block;
}

.filter-item .tip .content,
#characteristic .tip .content {
  right: unset;
  width: max-content;
  max-width: 300px;
  z-index: 3;
}

header .compare,
header .like {
  position: relative;
}

header .compare .compare-count,
header .like .favorite-count {
  position: absolute;
  top: -4px;
  right: -8px;
  font-size: 8px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #eaff00;
  text-align: center;
}

header .like .favorite-count.hidden {
  display: none;
}

.pop-up-tip {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 12px 24px;
  border-radius: 4px;
  background: white;
  box-shadow: 2px 2px 4px rgb(0 0 0 / 20%);
  z-index: 999999999;
  width: fit-content;
  visibility: hidden;
  font-weight: 600;
}

.pop-up-tip.visible {
  visibility: visible;
  -webkit-animation: fade-in 2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.pop-up-tip.visible.hidden {
  -webkit-animation: slide-out-bottom 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53)
    both;
  animation: slide-out-bottom 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}

@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes slide-out-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
}

@keyframes slide-out-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
}

.guaranty-box.updated {
  display: flex;
  gap: 12px;
}

.guaranty-box.updated > div {
  background-color: #f6f7f8;
  padding: 6px 12px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  cursor: default;
}

.guaranty-box.updated > div > svg {
  height: 14px;
  width: 14px;
  margin-right: 8px;
}

.price-actions .item.right {
  flex-direction: column;
  gap: 10px;
}

.flex-row {
  display: flex;
  position: relative;
  width: 100%;
}

.flex-row .quick-buy {
  width: calc(100% - 42px);
  padding: 14px;
  border-radius: 15px 0;
  transition: all 0.2s ease-in;
  font-family: KyivTypeSansMedium;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.32px;
  color: #212121;
  text-transform: uppercase;
  display: flex;
  justify-content: space-around;
  cursor: pointer;
  border: 1px solid #d0d3d7;
}

@media (max-width: 768px) {
  .mob-act-box .flex-row {
    width: fit-content;
    margin: 0 !important;
  }

  .mob-act-box .flex-row .tip {
    display: none;
  }

  .flex-row .quick-buy {
    font-size: 8px;
    width: fit-content;
    padding: 10px 15px;
  }
}

@media (max-width: 576px) {
  .flex-row .quick-buy {
    font-size: 8px;
    padding: 6px 8px;
    margin-right: 6px;
  }
}

.flex-row .quick-buy:hover {
  background: #f3f4f5;
}

.quick-buy-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999999999;
  align-content: center;
  justify-content: center;
  display: none;
}

.quick-buy-modal.shown {
  display: grid;
}

.quick-buy-modal .content {
  max-width: 420px;
  background: #fff;
  visibility: hidden;
  height: 0;
  border-radius: 6px;
  padding: 40px 16px 20px 16px;
}

@media (max-width: 450px) {
  .quick-buy-modal .content {
    max-width: 100%;
  }
}

.quick-buy-modal .content .content-header {
  text-align: center;
  margin-bottom: 20px;
}

.quick-buy-modal .content .content-header .title {
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}

.quick-buy-modal .content .content-header .title h5 {
  font-weight: 600;
}

.quick-buy-modal .content.active {
  visibility: visible;
  height: fit-content;
  min-height: 200px;
}

.quick-buy-modal button {
  margin-top: 20px;
  padding: 14px;
  border-radius: 15px 0;
  transition: all 0.2s ease-in;
  font-family: KyivTypeSansMedium;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.32px;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  justify-content: space-around;
  cursor: pointer;
  background: #ac64ff;
}

.quick-buy-modal .actions {
  display: flex;
  justify-content: space-between;
}

.quick-buy-modal form input.error {
  border-color: red;
}

.quick-buy-modal button:hover {
  background: #955be1;
}

.quick-buy-modal button.outlined {
  color: #d0d3d7;
  border: 1px solid #d0d3d7;
  background: transparent !important;
}

.quick-buy-modal button.outlined:hover {
  border-color: #ac64ff;
}

.quick-buy-modal.loading button {
  pointer-events: none;
  filter: grayscale(1);
  -webkit-animation: blink-1 2s infinite both;
  animation: blink-1 2s infinite both;
}

@-webkit-keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.4;
  }
}

@keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.4;
  }
}

#voice-trigger {
  position: absolute;
  top: 11px;
  right: 12px;
  cursor: pointer;
  opacity: 0.6;
}

#voice-trigger svg {
  width: 16px;
  height: 16px;
}

.sform > * {
  position: relative;
}

body.order-page .header-bot,
body.order-page footer {
  display: none !important;
}

body.order-page .header-top-inner .main-menu,
body.order-page .header-top-inner .login {
  visibility: hidden;
}

body.order-page .header-top-inner .logo {
  pointer-events: none;
}

.box-credit .form-item.radio img {
  max-width: 38px;
}

.idea-bank-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999999999;
  align-content: center;
  justify-content: center;
  display: none;
}

.idea-bank-modal.shown {
  display: grid;
}

.idea-bank-modal .iframe-wrapper {
  width: 90vw;
  height: 90vh;
  overflow: clip;
  position: relative;
  border-radius: 10px;
  position: relative;
}

.idea-bank-modal .iframe-wrapper::before {
  content: "\00D7";
  width: 60px;
  height: 60px;
  background-color: #ac64ff;
  color: #fff;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 60px;
  line-height: 1;
  justify-content: center;
  cursor: pointer;
}

.idea-bank-modal iframe {
  width: calc(100% + 20px);
  height: 100%;
  border: unset;
  box-shadow: unset;
}

.idea-bank-modal iframe .footer-info {
  display: none !important;
}

.selectize-input.error {
  border-color: red !important;
}

.listbox4 .col.last select {
  margin: 0;
}

.listbox4 .col.first {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  align-items: end;
  border-bottom: 1px dashed lightgray;
  padding-bottom: 4px !important;
}

.listbox4 .col {
  padding: 0 !important;
  margin: 0 10px;
}

.dc-link-relation-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 25px;
}

.dc-link-relation-links a {
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: underline;
}

a.selected-filter-link {
  color: #ac64ff !important;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 100px;
  z-index: 99;
  outline: none;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #eee;
  align-items: center;
  justify-items: center;
  justify-content: center;
}

#myBtn span {
  width: 10px;
  height: 2px;
  background: #212121;
  display: block;
  position: absolute;
}

#myBtn span:nth-child(1) {
  transform: rotate(45deg);
  margin-left: 10px;
}

#myBtn span:nth-child(2) {
  transform: rotate(-45deg);
  margin-left: -5px;
}

#myBtn:hover {
  opacity: 0.8;
}

@media (max-width: 600px) {
  #myBtn {
    bottom: 75px;
  }

  .product-view .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

a.compare * {
  pointer-events: none;
}

.hidden {
  display: none;
}

/* .extended-content {
    margin-top: 50px;
    padding: 20px 30px 50px;
    background-color: #fff;
} */

.extended-content h1,
.extended-content h2,
.extended-content h3,
.extended-content h4 {
  text-align: center;
  margin: 48px 0 24px;
}

.extended-content p img {
  margin: 0 auto;
  display: block;
}

.product-inner-carousel {
  margin-top: 40px;
}

.product-inner-carousel .slider-wrap {
  box-shadow: none !important;
}

.product-inner-carousel .section-title {
  padding: 0 20px;
  margin-bottom: 0;
}

.related .section-title {
  margin: 0;
}

.wide-toast {
  min-height: 20px;
  width: fit-content;
  background: rgba(172, 100, 255, 0.6);
  z-index: 999;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: translateY(100%);
  transition: 1s ease-in-out;
  border-radius: 8px 8px 0 0;
  color: #ffffff;
  padding: 8px 40px;
  text-align: center;
}

.wide-toast a {
  color: #fff;
  transition: 0.3s ease-in-out;
  text-decoration: underline;
}

.wide-toast a:hover {
  opacity: 0.8;
}

.wide-toast.active {
  transform: translateY(0);
  backdrop-filter: blur(5px);
}

@media (max-width: 600px) {
  .product-outer-carousel .related {
    padding: 0 20px;
  }

  section.related .slider-wrap .related-slider {
    min-height: unset;
  }

  .swiper-pagination-bullet {
    display: none;
  }
}

.hero .swiper-slide a * {
  pointer-events: none;
}

.extended-content * {
  overflow: auto;
}

.video-label {
  opacity: 0.5;
}

.slider-title-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

.swiper-controls {
  display: flex;
  gap: 10px;
}

.swiper-controls .swiper-btn {
  width: fit-content;
  background-color: #122538;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-content: center;
}

.swiper-controls .swiper-btn.swiper-button-disabled {
  background: rgba(18, 37, 56, 0.2);
  cursor: not-allowed;
}

.swiper-controls .swiper-btn svg {
  width: 5px;
  height: auto;
}

.purple-title h1 {
  font-weight: bold !important;
}

/* .description-block, .description-block-content {
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -khtml-user-select: none;
} */

.count-label {
  font-size: 10px;
  display: inline-flex;
  background: #eaff00;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.product-item-page .product__header .rating {
  width: fit-content !important;
}

.opinion .copy:after {
  width: 24px !important;
  height: 24px !important;
  opacity: 0.8;
}

#bwc-widget-action {
  width: 0 !important;
  overflow: hidden !important;
}

bwchat#bwc-wrap #bwc-chat {
  bottom: 14px !important;
  right: 15px !important;
}

.arcontactus-widget.left.arcontactus-message {
  right: 15px !important;
  bottom: 14px !important;
  left: unset !important;
}

.arcontactus-widget.left .messangers-block {
  right: 0 !important;
  left: unset !important;
}

.arcontactus-widget.left .messangers-block::before,
.arcontactus-widget.left .callback-countdown-block::before {
  right: 25px !important;
  left: auto !important;
}

@media (max-width: 600px) {
  bwchat#bwc-wrap #bwc-chat {
    bottom: 75px !important;
  }

  .arcontactus-widget.left.arcontactus-message {
    bottom: 75px !important;
  }

  .skiptranslate {
    display: none !important;
    z-index: -999999;
  }
}

.tooltip img {
  object-fit: contain;
}

.tooltip-center {
  left: 0 !important;
}

.product-item-page .product__credit .credit-list {
  flex-wrap: wrap !important;
}

#checkdv_1 {
  display: none !important;
}

#bwc-chat-omnichannel {
  display: none !important;
}

.badge-tooltip {
  width: max-content;
  max-width: 400px;
  position: absolute;
  background: white;
  padding: 14px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  right: -24px;
  z-index: 100;
  transform: translateX(100%);
  z-index: 9998;
}

.badge-tooltip .close {
  display: none;
}

@media screen and (max-width: 1199px) {
  .badge-tooltip {
    position: fixed;
    top: 50%!important;
    left: 50%;
    transform: translate(-50%, -50%);
    right: auto;
    width: 100%;
    max-width: 100%;
    height: 100dvh;
    z-index: 999999999!important;
  }

  .badge-tooltip .close {
    display: block;
  }

  .badge-tooltip-shown header, .badge-tooltip-shown .tabs__header, .badge-tooltip-shown .mobile-controls, .badge-tooltip-shown #contact {
    display: none!important;
  }
}

.badge-tooltip p:last-child {
  margin-bottom: 0;
}

.main.product-view.overlay .badges, body.loaded.ovh .badges {
  z-index: 0!important;
}