/*home list 4 item*/
.home__list--4 .collection__item {
  padding: 0 0.5rem;
  margin-bottom: 2rem; }
  .home__list--4 .collection__item img {
    aspect-ratio: auto 320 / 400; }

.home__list--4:not(.slick-initialized) {
  display: flex;
  margin: 0 -0.5rem; }
  .home__list--4:not(.slick-initialized):not(.bottom__list--collection) {
    flex-wrap: wrap;
    justify-content: center; }
    .home__list--4:not(.slick-initialized):not(.bottom__list--collection) .collection__item {
      flex: 1 1 0%;
      width: 50%; }
      @media (max-width: 767px) {
        .home__list--4:not(.slick-initialized):not(.bottom__list--collection) .collection__item {
          flex: auto; } }
  .home__list--4:not(.slick-initialized).bottom__list--collection {
    overflow: hidden; }
    .home__list--4:not(.slick-initialized).bottom__list--collection .collection__item {
      flex: 0 0 auto;
      width: 25%; }
      @media (max-width: 767px) {
        .home__list--4:not(.slick-initialized).bottom__list--collection .collection__item {
          width: 50%; } }
  @media (max-width: 767px) {
    .home__list--4:not(.slick-initialized) .collection__item img {
      margin-bottom: 1rem !important; } }

/*end home list 4 item*/
/*home coupon*/
.section__coupon:not(.mini__coupon--wrapper) .section__coupon--list {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow-x: scroll;
  gap: 2rem;
  flex-wrap: nowrap;
  padding-bottom: 20px;
  margin-bottom: 25px; }

.section__coupon:not(.mini__coupon--wrapper) .coupon__card {
  width: calc((100% - 2rem * 3) / 4);
  flex: 0 0 auto;
  position: relative;
  max-width: 380px;
  transition: all .3s; }
  .section__coupon:not(.mini__coupon--wrapper) .coupon__card:hover {
    /*transform:scale(1.05);*/ }
  .section__coupon:not(.mini__coupon--wrapper) .coupon__card a:before {
    display: block;
    height: 0;
    width: 100%;
    content: "";
    position: relative;
    pointer-events: none;
    padding-top: calc(100% * 157 / 427); }
  .section__coupon:not(.mini__coupon--wrapper) .coupon__card--wrapper {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-flow: column;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
    align-items: center;
    z-index: 1; }
  .section__coupon:not(.mini__coupon--wrapper) .coupon__card--description {
    display: flex;
    align-items: center;
    font-size: 0.725rem;
    line-height: 1.25;
    width: 100%;
    color: #fff;
    justify-content: space-between;
    position: relative;
    height: 65%;
    border-radius: 0.5rem;
    padding: 0 10px;
    background: #4a6de2;
    border: 1px solid #000;
    border-bottom: none; }
    .section__coupon:not(.mini__coupon--wrapper) .coupon__card--description:before, .section__coupon:not(.mini__coupon--wrapper) .coupon__card--description:after {
      position: absolute;
      width: 20px;
      height: 20px;
      content: '';
      bottom: -10px;
      left: -10px;
      border-radius: 50%;
      z-index: 2;
      background: #fff;
      border: 1px solid #000; }
    .section__coupon:not(.mini__coupon--wrapper) .coupon__card--description:after {
      left: unset;
      bottom: -10px;
      right: -10px; }
  .section__coupon:not(.mini__coupon--wrapper) .coupon__card--amount {
    width: 50%;
    text-align: center;
    padding-right: 10px; }
    .section__coupon:not(.mini__coupon--wrapper) .coupon__card--amount p {
      font-size: 0.875rem;
      font-weight: bold;
      margin: 0; }
  .section__coupon:not(.mini__coupon--wrapper) .coupon__card--info {
    width: 50%;
    border-left: 1px dashed #fff;
    height: 80%;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    padding-left: 20px; }
    .section__coupon:not(.mini__coupon--wrapper) .coupon__card--info p {
      font-size: .875rem; }
  .section__coupon:not(.mini__coupon--wrapper) .coupon__card--code {
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
    flex-flow: unset;
    width: 100%;
    height: 40%;
    background: white;
    padding: 0 10px;
    border-radius: 0 0 0.5rem 0.5rem;
    border: 1px solid #000;
    border-top: none; }
  .section__coupon:not(.mini__coupon--wrapper) .coupon__card--coupon {
    font-size: 1.15rem;
    font-weight: bold;
    line-height: 1.25rem;
    padding: 0.75rem 0 0.75rem;
    color: #000; }
  .section__coupon:not(.mini__coupon--wrapper) .coupon__card--btn {
    border: 0;
    height: 2rem;
    border-radius: 100vmax;
    background-color: #000;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    transition: all .2s;
    cursor: pointer; }
    .section__coupon:not(.mini__coupon--wrapper) .coupon__card--btn:hover {
      background-color: #4a6de2;
      color: #fff; }

@media (max-width: 1024px) {
  .section__coupon:not(.mini__coupon--wrapper) .coupon__card {
    width: calc((100% - 2rem) / 2); } }

@media (max-width: 767px) {
  .section__coupon:not(.mini__coupon--wrapper)--list {
    margin-bottom: 25px; }
  .section__coupon:not(.mini__coupon--wrapper) .coupon__card {
    width: 85%; } }

.notify {
  position: fixed;
  top: 20px;
  right: -300px;
  width: 300px;
  transition: all .2s;
  box-sizing: border-box;
  z-index: 99999;
  background: #fff;
  border: 1px solid #d9d9d9;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  padding: 18px;
  touch-action: pan-y; }
  .notify.copied {
    right: 20px; }
  .notify__message {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .03em;
    color: #000;
    margin-bottom: 0; }

/*end hoem coupon*/
/*home title*/
.title {
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-size: 2.25rem;
  line-height: 1.2;
  letter-spacing: .08em;
  font-weight: 700; }
  @media (max-width: 1024px) {
    .title {
      font-size: 2.25rem; } }
  @media (max-width: 767px) {
    .title {
      font-size: 1.5rem; } }

/*end home title*/
/*Homepage banner*/
.homepage__banner {
  margin-bottom: 45px; }
  .homepage__banner--item {
    position: relative; }
    .homepage__banner--item.slice-active img {
      animation: scale 3s ease-in-out; }
    .homepage__banner--item a img {
      aspect-ratio: auto 750 / 1000; }
      @media (min-width: 768px) {
        .homepage__banner--item a img {
          aspect-ratio: auto 1512 / 882; } }
  .homepage__banner--wrapper {
    position: relative; }
    .homepage__banner--wrapper .slick-arrow {
      position: absolute;
      height: 2rem;
      width: 1.5rem;
      min-height: 0;
      font-weight: 400;
      line-height: 0;
      font-size: 0;
      border-radius: 0;
      cursor: pointer;
      background: transparent;
      color: transparent;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      padding: 0;
      border: none;
      z-index: 2;
      opacity: .75; }
      .homepage__banner--wrapper .slick-arrow:before {
        content: "";
        display: inline-block;
        border-color: #000;
        border-style: solid;
        border-width: 3px 3px 0 0;
        width: 1.375rem;
        height: 1.375rem; }
      .homepage__banner--wrapper .slick-arrow.slick-prev {
        left: 1rem; }
        .homepage__banner--wrapper .slick-arrow.slick-prev:before {
          -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg); }
      .homepage__banner--wrapper .slick-arrow.slick-next {
        right: 1rem; }
        .homepage__banner--wrapper .slick-arrow.slick-next:before {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
    .homepage__banner--wrapper .slick-dots {
      position: absolute;
      bottom: 0;
      padding: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      left: 50%;
      gap: 7px;
      transform: translateX(-50%);
      list-style: none; }
      .homepage__banner--wrapper .slick-dots li {
        margin: 0; }
        .homepage__banner--wrapper .slick-dots li.slick-active button:before {
          opacity: 1; }
        .homepage__banner--wrapper .slick-dots li button {
          background: transparent;
          opacity: 1;
          font-size: 0;
          padding: 0;
          border: none;
          outline: none; }
          .homepage__banner--wrapper .slick-dots li button:before {
            content: '';
            color: transparent;
            opacity: .4;
            margin-top: 5px;
            background-color: #000;
            border: 1px solid #000;
            display: inline-block;
            border-radius: 50%;
            height: 12px;
            width: 12px; }
    .homepage__banner--wrapper:not(.slick-initialized) {
      display: flex;
      overflow: hidden; }
      .homepage__banner--wrapper:not(.slick-initialized) .homepage__banner--item {
        width: 100%;
        flex: 0 0 auto; }
    @media (max-width: 1440px) {
      .homepage__banner--wrapper {
        margin: 0; } }
    @media (max-width: 1024px) {
      .homepage__banner--wrapper {
        margin: 0; } }
  .homepage__banner--content {
    position: absolute;
    bottom: 60px;
    left: 60px; }
    .homepage__banner--content h6, .homepage__banner--content h2, .homepage__banner--content p {
      color: #fff; }
    .homepage__banner--content h6 {
      margin-bottom: 1.5rem;
      text-transform: uppercase;
      line-height: 1.2;
      letter-spacing: .08em; }
    .homepage__banner--content h2 {
      line-height: 1.1;
      font-size: 3.75rem;
      text-transform: uppercase;
      line-height: 1.2;
      letter-spacing: .08em;
      margin-bottom: 0; }
    .homepage__banner--content p {
      margin-bottom: 1.25rem; }
    .homepage__banner--content a.btn-cus {
      cursor: pointer;
      display: inline-block;
      background: var(--maincolor);
      color: #fff !important; }
  @media (max-width: 1024px) {
    .homepage__banner {
      margin-bottom: 45px; } }
  @media (max-width: 767px) {
    .homepage__banner--content {
      /*	top: 50%;*/
      left: 20px;
      /*transform: translateY(-50%);*/
      width: 91.666667%; }
      .homepage__banner--content h2 {
        font-size: 1.875rem; }
      .homepage__banner--content p {
        width: 91.666667%; } }

/*End Homepage banner*/
/*Homepage tile*/
.home__tile {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-bottom: 120px; }
  .home__tile--item {
    flex: 1 1 0%;
    padding: 0 .75rem; }
    .home__tile--item p {
      margin-bottom: .5rem;
      font-weight: 400; }
    .home__tile--item div {
      font-size: 1.25rem;
      letter-spacing: .04em;
      text-transform: uppercase; }
      .home__tile--item div.tile-clone {
        text-transform: capitalize;
        font-weight: 600; }
    .home__tile--item img {
      aspect-ratio: auto 465 / 595; }
  @media (max-width: 1440px) {
    .home__tile {
      margin: 0 20px 120px; } }
  @media (max-width: 1024px) {
    .home__tile {
      margin: 0 0 120px; } }
  @media (max-width: 767px) {
    .home__tile {
      margin-bottom: 0; }
      .home__tile--item {
        flex: auto;
        margin-bottom: 20px; }
        .home__tile--item div {
          font-size: 1rem; }
        .home__tile--item .mb-4, .home__tile--item .my-4 {
          margin-bottom: 1rem !important; } }

/*end Homepage tile*/
/*Homepage banner clt*/
.banner__clt {
  margin-bottom: 120px; }
  .banner__clt--wrapper {
    position: relative; }
    .banner__clt--wrapper img {
      aspect-ratio: auto 1440 / 840; }
  .banner__clt--content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 60px;
    color: #fff; }
    .banner__clt--content h2 {
      line-height: 1.1;
      font-size: 3.75rem;
      text-transform: uppercase;
      line-height: 1.2;
      letter-spacing: .08em;
      margin-bottom: 0;
      color: #fff; }
    .banner__clt--content p {
      margin-bottom: 1.25rem;
      width: 75%;
      padding-right: 2rem; }
    .banner__clt--content a {
      cursor: pointer;
      display: inline-block;
      background: #fff;
      color: var(--maincolor) !important;
      width: 200px;
      height: 40px;
      text-align: center; }
  @media (max-width: 1024px) {
    .banner__clt {
      margin-bottom: 45px; } }
  @media (max-width: 767px) {
    .banner__clt--wrapper img {
      /*	aspect-ratio:.78;*/ }
    .banner__clt--content {
      left: 20px; }
      .banner__clt--content h2 {
        font-size: 1.875rem;
        margin-bottom: 1.5rem;
        width: 66.666667%; }
      .banner__clt--content p {
        width: 100%;
        margin: 0.5rem 0; }
      .banner__clt--content a {
        width: 150px; } }

/*End Homepage banner clt*/
/* Home coveting*/
.home__coveting {
  margin: 90px auto;
  padding: 90px 60px 60px;
  background-color: #EAE9E7; }
  .home__coveting p {
    margin-bottom: 2rem; }
  .home__coveting--collection .collection__item div {
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: .03em;
    font-weight: 600; }
  .home__coveting--collection .collection__item img {
    aspect-ratio: auto 320 / 400; }
  @media (max-width: 767px) {
    .home__coveting {
      background: #fff;
      padding: 0 20px;
      margin-top: 45px;
      margin-bottom: 58px; } }

/*end Home coveting*/
/*Home inspo*/
.home__inspo {
  margin-bottom: 120px; }
  .home__inspo--content .inspo__item {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eae9e7; }
    .home__inspo--content .inspo__item--content {
      width: 50%;
      padding: 0 4rem; }
      .home__inspo--content .inspo__item--content.even {
        order: 1; }
      .home__inspo--content .inspo__item--content h2 {
        font-size: 3.75rem;
        line-height: 1.1;
        margin-bottom: 0.25rem;
        letter-spacing: .08em;
        text-transform: uppercase; }
      .home__inspo--content .inspo__item--content img {
        margin-bottom: 20px;
        max-width: 445px; }
      .home__inspo--content .inspo__item--content h6 {
        font-size: 1.125rem;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        margin-bottom: 10px; }
      .home__inspo--content .inspo__item--content p {
        max-width: 32rem;
        margin: .5rem 0 1.25rem; }
      .home__inspo--content .inspo__item--content a {
        display: block;
        width: 10rem;
        background: var(--maincolor);
        color: #fff;
        text-align: center; }
    .home__inspo--content .inspo__item--img {
      width: 50%;
      aspect-ratio: auto 720 / 840; }
  .home__inspo .title {
    margin-left: 24px; }
  @media (min-width: 1025px) {
    .home__inspo .inspo__item--content .des-title {
      font-size: 18px; } }
  @media (max-width: 1024px) {
    .home__inspo {
      margin-bottom: 45px; }
      .home__inspo .inspo__item--content h2 {
        font-size: 2.25rem; }
      .home__inspo .inspo__item--content h6 {
        font-size: 1rem; } }
  @media (max-width: 767px) {
    .home__inspo {
      background: #EAE9E7; }
      .home__inspo .title {
        padding: 2rem 1.25rem 0;
        margin: 0; }
      .home__inspo--content .inspo__item {
        flex-wrap: wrap; }
        .home__inspo--content .inspo__item--content {
          width: 100%;
          padding: 1rem 20px 0;
          margin-bottom: 1rem; }
          .home__inspo--content .inspo__item--content.odd {
            order: 1; }
          .home__inspo--content .inspo__item--content img {
            max-width: 65%; }
          .home__inspo--content .inspo__item--content h2 {
            font-size: 1.5rem;
            margin-bottom: .5rem; }
          .home__inspo--content .inspo__item--content p {
            margin: .5rem 0; }
          .home__inspo--content .inspo__item--content h6 {
            font-size: 1rem;
            margin-bottom: 10px; }
        .home__inspo--content .inspo__item--img {
          margin-top: 2rem;
          width: 100%;
          padding: 0 20px; } }

/*End home inspo*/
/*home list bottom*/
.bottom__list {
  margin: 90px auto;
  padding: 90px 60px 60px;
  background-color: #EAE9E7; }
  .bottom__list--collection .slick-arrow {
    position: absolute;
    height: 2rem;
    width: 1.5rem;
    min-height: 0;
    font-weight: 400;
    line-height: 0;
    font-size: 0;
    border-radius: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: calc(50% - 20px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    border: none;
    z-index: 2;
    opacity: .75; }
    @media (max-width: 767px) {
      .bottom__list--collection .slick-arrow {
        top: 50%; } }
    .bottom__list--collection .slick-arrow:before {
      content: "";
      display: inline-block;
      border-color: #000;
      border-style: solid;
      border-width: 3px 3px 0 0;
      width: 1.375rem;
      height: 1.375rem; }
    .bottom__list--collection .slick-arrow.slick-prev {
      left: -1rem; }
      .bottom__list--collection .slick-arrow.slick-prev:before {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg); }
    .bottom__list--collection .slick-arrow.slick-next {
      right: -1rem; }
      .bottom__list--collection .slick-arrow.slick-next:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
  .bottom__list a.btn-cus {
    display: inline-block;
    background: var(--maincolor);
    text-align: center;
    color: #fff;
    margin-bottom: 2rem; }
  @media (max-width: 1024px) {
    .bottom__list {
      padding: 45px 30px 30px; } }
  @media (max-width: 767px) {
    .bottom__list {
      margin: 45px auto;
      background: #fff;
      padding: 0 20px; }
      .bottom__list .collection__item {
        margin-bottom: 0; }
        .bottom__list .collection__item img, .bottom__list .collection__item a {
          margin-bottom: 0 !important; } }

/*end home list bottom*/
/*home promo*/
.home__promo {
  margin-bottom: 90px;
  padding: 0 20px; }
  .home__promo a {
    display: block;
    padding-top: calc( 100% * 5 / 32);
    position: relative; }
    .home__promo a img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
  @media (max-width: 767px) {
    .home__promo {
      margin-bottom: 45px; }
      .home__promo a {
        padding-top: calc( 100% * 6 / 17); } }

/*end home promo*/
/*men perfect*/
.men__perfect {
  background-color: #f8f8f8; }
  .men__perfect--wrapper {
    padding: 5rem 0; }
  .men__perfect--title {
    margin-bottom: 2rem;
    text-align: center; }
    .men__perfect--title h2 {
      font-size: 3rem; }
    .men__perfect--title p {
      max-width: 42rem;
      margin: 0 auto 0.75rem;
      letter-spacing: .03em; }
  .men__perfect--list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center; }
    .men__perfect--list .list__item {
      width: 100%; }
      .men__perfect--list .list__item img {
        aspect-ratio: .8; }
      .men__perfect--list .list__item--content {
        padding: 0 1rem;
        text-align: center; }
        .men__perfect--list .list__item--content h6 {
          font-size: 1.25rem;
          margin-bottom: 1rem;
          font-weight: 700;
          text-transform: uppercase;
          line-height: 1.2;
          letter-spacing: .08em; }
        .men__perfect--list .list__item--content p {
          margin-bottom: 0.5rem;
          font-weight: 400;
          line-height: 1.4; }
  .men__perfect--btn {
    display: table;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0.8rem; }
    .men__perfect--btn .btn__item {
      display: table-row; }
      .men__perfect--btn .btn__item a {
        display: block;
        text-align: center;
        color: #fff;
        background: var(--maincolor); }
  @media (min-width: 768px) {
    .men__perfect--list .list__item {
      flex: 1 1 0%; } }
  @media (max-width: 767px) {
    .men__perfect--wrapper {
      padding: 2.5rem 0.75rem; }
    .men__perfect--title h2 {
      font-size: 1.875rem; }
    .men__perfect--title p {
      max-width: 42rem;
      margin: 0 auto 0.75rem; }
    .men__perfect--list .list__item a {
      display: flex; }
    .men__perfect--list .list__item--img {
      width: 50%;
      padding: 0.5rem; }
    .men__perfect--list .list__item--content {
      width: 50%;
      padding: 0.5rem;
      text-align: left; } }

/*end men perfect*/
/*end home more more more*/
.home__more {
  margin: 90px auto; }
  .home__more .container-wrapper {
    text-align: center; }
    .home__more .container-wrapper h3 {
      text-transform: uppercase;
      margin-bottom: 2rem;
      display: inline-block;
      letter-spacing: .08em; }
  .home__more--list {
    display: flex;
    flex-wrap: wrap; }
  @media (min-width: 768px) {
    .home__more .container-wrapper {
      border: 1px solid var(--maincolor); }
    .home__more--list {
      justify-content: space-around;
      width: 91.666667%;
      margin: 0 auto 1.5rem;
      padding: 1rem 1.5rem; }
    .home__more h3 {
      margin-bottom: 2.5rem;
      font-size: 1.125rem;
      color: #fff;
      background: var(--maincolor);
      padding: 1rem 1.5rem; }
    .home__more--item {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
      width: 33.333333%;
      margin-bottom: 2rem; }
      .home__more--item img {
        margin-bottom: 0.75rem; }
      .home__more--item p {
        font-weight: 400;
        font-size: .875rem;
        letter-spacing: .03em; }
      .home__more--item .caret-block {
        margin-bottom: 0.25rem;
        font-size: .875rem;
        letter-spacing: .08em; } }
  @media (max-width: 767px) {
    .home__more h3 {
      font-size: 1.5rem; }
    .home__more--item {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 2rem; }
      .home__more--item a {
        text-align: left;
        width: 50%;
        padding: 0 .5rem; } }

/*end home more more more*/
.block-review-sold {
  font-size: 16px;
  margin: 5px 0; }
  .block-review-sold .starbaprv-widget {
    margin-right: 4px; }
  .block-review-sold .starbap-star i.fa {
    font-size: 1em;
    color: #dfe519; }

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes scale {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    width: 15px;
    height: 30px;
    display: inline-block;
    background: no-repeat 50%/100% 100%;
    position: absolute;
    filter: invert(1);
    transform: translateY(-50%);
    font-size: 0;
    outline: none !important; }
  .owl-carousel .owl-nav button.owl-prev {
    left: 15px;
    background-image: url(//theme.hstatic.net/1000184601/1001041915/14/left-arrow.svg?v=4176); }
  .owl-carousel .owl-nav button.owl-next {
    right: 15px;
    background-image: url(//theme.hstatic.net/1000184601/1001041915/14/right-arrow.svg?v=4176); }

.owl-carousel .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center; }
  .owl-carousel .owl-dots .owl-dot span {
    display: inline-block;
    height: 12px;
    width: 12px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    cursor: pointer; }
  .owl-carousel .owl-dots .owl-dot.active span {
    background: rgba(0, 0, 0, 0.85); }
  .owl-carousel .owl-dots .owl-dot + .owl-dot {
    margin-left: 10px; }

.close-popup-contact span {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 25px;
  height: 25px; }
  .close-popup-contact span svg {
    fill: #fff;
    width: 10px;
    height: auto; }
