* {
  margin: 0;
  list-style: none;
}

@font-face {
  font-family: 'playfair';
  src: url("../fonts/Playfair/PlayfairDisplay-BlackItalic.woff");
}

@font-face {
  font-family: 'playfair100';
  src: url("../fonts/Playfair/PlayfairDisplay-Italic.woff");
}

@font-face {
  font-family: 'lato';
  src: url("../fonts/Lato/Lato-Black.woff");
}

@font-face {
  font-family: 'lato100';
  src: url("../fonts/Lato/Lato-Light.woff");
}

@font-face {
  font-family: 'krinkes';
  src: url("../fonts/Krinkes/KrinkesDecorPERSONALUSE.woff");
}

/* ////////////////загрузка////////////// */

.loader {
  color: #ffffff;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#loadingDiv {
    position: fixed;
    padding-top: 30vh;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgb(253, 188, 188);
    z-index: 9999999;
}


/* ////////////////загрузка конец////////////// */

body{
  background: #838383;
}

.header .top {
  position: fixed;
  width: 40px;
  height: 40px;
  right: 80px;
  bottom: 95px;
  background: black;
  border: 0;
  font-size: 30px;
  outline: none;
  color: #fff;
  display: none;
  z-index: 10000;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.5;
  -o-transition: all 0.5;
  transition: all 0.5;
}

.header .top :hover {
  color: #b3b3b3; 
}

.menu {
  width: 100%;
  min-height: 74px;
  background: #ffffff;
  position: fixed;
  top: 0;
  z-index: 1000;
}

.menu.sma{
  box-shadow: 1px 3px 8px -5px #000000;
}

.menu .fixed {
  width: 100%;
  position: fixed;
  top: 0;
  background: rgba(100, 100, 100, 0.75);
}

.menu_navbar {
  width: 100%;
  min-height: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 5px;
}

.menu_navbar .logo {
  font-size: 30px;
  font-family: 'impact';
  text-transform: capitalize;
  text-decoration: none;
  color: white;
}

.menu_ul {
  position: relative;
}

.menu_ul.active {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}

.menu_ul ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.menu_ul ul a {
  position: relative;
  margin: 0 11px;
  padding: 10px 0px;
  font-family: 'playfair100';
  font-weight: 100;
  text-decoration: none;
  color: black;
  font-size: 18px;
  line-height: 12px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menu_ul ul a:hover {
  color: #e25050;
}

.menu_btn {
  width: 39px;
  height: 38px;
  -webkit-border-radius: 5%;
          border-radius: 5%;
  position: relative;
  display: none;
}

.menu_btn span,
.menu_btn span::before,
.menu_btn span::after {
  position: absolute;
  top: 39%;
  margin-top: -1px;
  left: 37%;
  margin-left: -12px;
  width: 32px;
  height: 3px;
  background-color: black;
}

.menu_btn span::before,
.menu_btn span::after {
  content: '';
  display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.menu_btn span::before {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}

.menu_btn span::after {
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}

.menu_btn_active span {
  height: 0;
}

.menu_btn_active span:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu_btn_active span:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menu .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: 'krinkes';
  font-weight: 200;
  font-size: 72px;
  text-decoration: none;
  color: #000;
}




.menu .logo::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 175px solid transparent;
  border-right: 175px solid transparent;
  border-top: 60px solid #ffffff;
  top: 116px;
  
}

.logo.smaller{
  font-size: 42px;
}

.logo.smaller::after{
  border-top: 0px solid #ffffff;
}

.menu .logo p {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 5px;
}

.menu .messenger {
  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;
  padding-top: 20px;
}

.menu .messenger.active {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}

.menu .messenger a {
  margin-left: 11px;
}

.menu .messenger a:nth-child(1) {
  margin: 0;
}

.menu .messenger a img {
  -webkit-filter: invert(0);
          filter: invert(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.menu .messenger a img:hover {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.menu .messenger .extra-menu {
  position: relative;
  margin-left: 50px;
}

.menu .messenger .extra-menu_bit {
  height: 35px;
  width: 90px;
  background-color: black;
  text-align: center;
  line-height: 32px;
  text-transform: uppercase;
  margin: auto;
}

.menu .messenger .extra-menu_bit a {
  font-size: 12px;
  color: white;
  font-family: 'lato';
  text-transform: uppercase;
  text-decoration: none;
}

.menu .messenger .extra-menu_bit a .fa {
  margin-left: 4px;
}

.menu .messenger .extra-menu_open {
  position: absolute;
  margin-top: 2px;
  width: 90px;
  height: 110px;
  background: black;
}

.menu .messenger .extra-menu_open ul {
  padding-left: 15px;
  list-style: none;
  text-transform: uppercase;
}

.menu .messenger .extra-menu_open ul li a {
  text-decoration: none;
  font-size: 11px;
  color: white;
  font-family: 'lato';
  font-weight: 200;
  line-height: 20px;
}

.menu .messenger .extra-menu_open ul li a:hover {
  text-decoration: underline;
}

.days_shipping {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: #d9bf8f;
  width: 88%;
  height: 100px;
  margin-top: 20px;
}

.days_shipping::after {
  content: " ";
  position: absolute;
  left: 100%;
  top: 0%;
  border-top: 50px solid transparent;
  border-left: 42px solid #d9bf8f;
  border-bottom: 50px solid transparent;
}

.days_returns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: #000;
  width: 100%;
  height: 100px;
  margin-top: 20px;
}

.days_returns::after {
  content: " ";
  position: absolute;
  left: 100%;
  top: 0%;
  width: 0;
  height: 0;
  border-top: 50px solid #000;
  border-right: 41px solid transparent;
}

.days_returns::before {
  content: " ";
  position: absolute;
  left: 100%;
  top: 50%;
  width: 0;
  height: 0;
  border-bottom: 50px solid #000;
  border-right: 41px solid transparent;
}

.days_returns .triangle {
  position: absolute;
  right: 100%;
  top: 0%;
  width: 0;
  height: 0;
  border-top: 50px solid #000;
  border-left: 41px solid transparent;
}

.days_returns .triangle1 {
  content: " ";
  position: absolute;
  right: 100%;
  top: 50%;
  width: 0;
  height: 0;
  border-bottom: 50px solid #000;
  border-left: 41px solid transparent;
}

.days_support {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: #d9bf8f;
  width: 88%;
  height: 100px;
  margin-left: auto;
  margin-top: 20px;
}

.days_support::after {
  content: " ";
  position: absolute;
  right: 100%;
  top: 0%;
  border-top: 50px solid transparent;
  border-right: 42px solid #d9bf8f;
  border-bottom: 50px solid transparent;
}

.days_support .days_fontawesome {
  font-size: 42px;
  padding: 23px;
  padding-left: 7px;
}

.days_fontawesome {
  font-size: 48px;
  padding: 23px;
  color: #fff;
}

.days_text {
  padding-top: 19px;
}

.days_text h3 {
  font-size: 30px;
  font-family: 'lato';
  text-transform: uppercase;
  color: #fff;
}

.days_text p {
  font-size: 14px;
  font-family: 'lato100';
  font-weight: 100;
  margin-top: 5px;
  color: #fff;
}

.handpicked_accessories {
  position: relative;
  overflow: hidden;
  margin: 5px;
  background: #111;
  font-family: inherit;
  font-size: 1em;
  text-align: center;
  cursor: pointer;
  margin-top: 15px;
}

.handpicked_accessories img {
  position: relative;
  display: block;
  max-width: 100%;
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s;
  width: 100%;
  height: auto;
}

.handpicked_frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.25em;
  color: #fff;
  padding-top: 6%;
}

.handpicked_frame a {
  text-decoration: none;
}

.handpicked_frame a p {
  width: 109px;
  height: 37px;
  background: #f0975c;
  font-size: 14px;
  font-family: 'lato';
  text-transform: uppercase;
  color: #fff;
  padding: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, 175px, 0);
          transform: translate3d(0, 175px, 0);
  margin-left: auto;
  margin-right: auto;
  margin-top: 55%;
}

.handpicked_frame .girl {
  margin-top: 100%;
}

.handpicked_frame h3 {
  font-family: "lato";
  font-size: 23px;
  color: #111;
  text-transform: uppercase;
}

.handpicked_frame h4 {
  font-family: "lato";
  font-size: 13px;
  color: #111;
  text-transform: uppercase;
}

.handpicked_frame .off h3 {
  font-size: 48px;
}

.handpicked_frame .off h4 {
  font-size: 52px;
}

.handpicked_frame .of {
  margin-top: 16%;
}

.handpicked_frame .discount {
  margin-top: 117px;
}

.handpicked_frame .plus {
  position: relative;
  width: 2px;
  height: 60px;
  background: #d9bf8f;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  top: 33%;
}

.handpicked_frame .plus::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  background: #d9bf8f;
  top: 27px;
  left: -28px;
}

.handpicked_frame:hover::before,
.handpicked_frame:hover .plus,
.handpicked_frame:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.handpicked_frame span {
  position: absolute;
  top: 23px;
  right: 23px;
  bottom: 23px;
  left: 23px;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.handpicked_frame:hover::after,
.handpicked_frame:hover span {
  border: 0px;
}

.handpicked_frame::before {
  position: absolute;
  top: 23px;
  right: 23px;
  bottom: 23px;
  left: 23px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  background: rgba(0, 0, 0, 0.24);
}

.handpicked_frame::after {
  position: absolute;
  top: 23px;
  right: 23px;
  bottom: 23px;
  left: 23px;
  content: '';
  border-right: 3px solid #fff;
  border-left: 3px solid #fff;
}

.handpicked_classss .handpicked_accessories {
  margin-left: 0px;
}

.handpicked_classss .handpicked_accessories:nth-child(1) {
  margin-left: 0px;
}

.handpicked_glova {
  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;
  padding-top: 90px;
  padding-bottom: 45px;
}

.handpicked_glova h3 {
  font-family: 'playfair';
  font-size: 29px;
  position: relative;
}

.handpicked_glova h3::before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background: #d9bf8f;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 16px;
  right: 230px;
}

.handpicked_glova h3::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background: #d9bf8f;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 16px;
  left: 230px;
}

.summerCollection .top {
  margin-top: 15px;
}

.summerCollection_images .scale {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.summerCollection_images .scale .discounts {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #feab12;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
  line-height: 60px;
  z-index: 100;
  margin-top: 16px;
  margin-left: 16px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.summerCollection_images .scale .discounts p {
  position: relative;
  color: #fff;
  font-family: 'lato';
  font-size: 22px;
}

.summerCollection_images .scale .discounts span {
  position: absolute;
  font-size: 11px;
  left: 44px;
}

.summerCollection_images .scale img {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  display: block;
  max-width: 100%;
  height: auto;
}

.summerCollection_images .scale:hover img {
  -webkit-border-radius: 6px;
          border-radius: 6px;
  -webkit-transform: scale(1.2) translate(0%, 5%);
      -ms-transform: scale(1.2) translate(0%, 5%);
          transform: scale(1.2) translate(0%, 5%);
  -webkit-filter: brightness(40%);
          filter: brightness(40%);
}

.summerCollection_images .scale:hover .discounts {
  background: #000000;
  -webkit-box-shadow: 0px 0px 18px 0px #ffffff;
          box-shadow: 0px 0px 18px 0px #ffffff;
}

.summerCollection_images .scale .addtocart {
  position: absolute;
  width: 57%;
  height: 40px;
  background: #000;
  -webkit-transform: perspective(1px) rotateX(1deg);
          transform: perspective(1px) rotateX(1deg);
  bottom: 0;
  left: 21%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.summerCollection_images .scale .addtocart:hover {
  background: #f0975c;
}

.summerCollection_images .scale .addtocart p {
  -webkit-transform: perspective(5px) rotateX(-5deg);
          transform: perspective(5px) rotateX(-5deg);
  line-height: 45px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'lato';
}

.summerCollection_glova {
  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;
  padding-top: 90px;
  padding-bottom: 45px;
}

.summerCollection_glova h3 {
  font-family: 'playfair';
  font-size: 29px;
  position: relative;
}

.summerCollection_glova h3::before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background: #d9bf8f;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 16px;
  right: 286px;
}

.summerCollection_glova h3::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background: #d9bf8f;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 16px;
  left: 286px;
}

.brand .slick-slide img {
  width: 65%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.brand .slick-prev {
  left: 0px;
}

.brand .slick-next {
  right: 0px;
}

.brand_glova {
  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;
  padding-top: 90px;
  padding-bottom: 45px;
  margin-bottom: 50px;
}

.brand_glova h3 {
  font-family: 'playfair';
  font-size: 29px;
  position: relative;
}

.brand_glova h3::before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background: #d9bf8f;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 16px;
  right: 230px;
}

.brand_glova h3::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background: #d9bf8f;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 16px;
  left: 230px;
}

.customers_glova {
  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;
  padding-top: 90px;
  padding-bottom: 45px;
}

.customers_glova h3 {
  font-family: 'playfair';
  font-size: 29px;
  position: relative;
}

.customers_glova h3::before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background: #d9bf8f;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 16px;
  right: 230px;
}

.customers_glova h3::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background: #d9bf8f;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 16px;
  left: 230px;
}

.customers_glova h3 span {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 32px solid #ffffff;
  border-left: 134px solid transparent;
  border-right: 134px solid transparent;
  top: 82px;
  left: -26px;
}

.customers_says {
  background: #d9bf8f;
  padding: 50px;
}

.customers_girl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.customers_girl .sandra {
  padding-top: 20%;
}

.customers_girl .sandra p {
  font-family: 'playfair100';
  font-size: 16px;
  color: #858585;
  line-height: 30px;
}

.customers_girl .sandra h3 {
  font-family: 'playfair100';
  font-size: 27px;
  color: black;
  margin-top: 35px;
}

.customers_girl .sandra h4 {
  font-family: 'lato';
  font-size: 12px;
  color: #7f7e7e;
  text-transform: uppercase;
  margin-top: 20px;
}

.customers_man {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.customers_man .sandra {
  padding-top: 20%;
}

.customers_man .sandra p {
  font-family: 'playfair100';
  font-size: 16px;
  color: #858585;
  line-height: 30px;
  text-align: right;
}

.customers_man .sandra h3 {
  font-family: 'playfair100';
  font-size: 27px;
  color: black;
  margin-top: 35px;
  text-align: right;
}

.customers_man .sandra h4 {
  font-family: 'lato';
  font-size: 12px;
  color: #7f7e7e;
  text-transform: uppercase;
  margin-top: 20px;
  text-align: right;
}

.footer {
  background: #141414;
  padding-top: 40px;
  padding-bottom: 80px;
}

.footer_shops {
  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;
}

.footer_shops h3 {
  font-family: 'lato';
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 45px;
  color: #ffffff;
  margin-top: 20px;
}

.footer_shops a {
  font-family: 'lato';
  font-weight: 400;
  font-size: 14px;
  color: #737373;
  text-decoration: none;
  line-height: 25px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.footer_shops a:hover {
  color: #acacac;
}

.footer_shops .messengers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer_shops .messengers button {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #ffffff;
  border: 0;
  margin-left: 12px;
  margin-bottom: 40px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.footer_shops .messengers button .fa {
  font-size: 20px;
}

.footer_shops .messengers button:nth-child(1) {
  margin: 0;
}

.footer_shops .messengers button:hover {
  background: #5f5f5f;
  color: white;
}

.footer_shops .mail {
  position: relative;
}

.footer_shops .mail .email {
  width: 100%;
  height: 37px;
  padding-left: 20px;
  border: 1px solid #6a6a6a;
  background: #141414;
  font-size: 12px;
  font-family: 'lato';
}

.footer_shops .mail .btn {
  position: absolute;
  width: 100px;
  height: 31px;
  right: 3px;
  top: 3px;
  background: #323030;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font-family: 'lato';
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer_shops .mail .btn:hover {
  background: #6e6e6e;
}

.footer_strip {
  width: 100%;
  height: 1px;
  background: #6e6e6e;
  margin-top: 45px;
}

.footer .ster {
  width: 0;
  height: 0;
  border-top: 10px solid #6e6e6e;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  margin-left: auto;
  margin-right: auto;
}

.footer_end {
  padding-top: 28px;
}

.footer_end .contact p {
  font-family: 'lato';
  font-size: 12px;
  color: #363636;
  line-height: 20px;
}

.footer_end .contact .card {
  margin-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer_end .contact .card a {
  margin-left: 15px;
  color: #363636;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer_end .contact .card a:nth-child(1) {
  margin-left: 0;
}

.footer_end .contact .card a:hover {
  color: #5f5f5f;
}

.slider {
  margin-top: 122px;
}

.slider .container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

.slider_sl .images {
  position: relative;
}

.slider_sl .images img {
  width: 100%;
  height: auto;
}

.slider_sl .images .square {
  border: 3px solid white;
  width: 276px;
  height: 276px;
  position: absolute;
  top: 20%;
  left: 39%;
  padding: 8px;
}

.slider_sl .images .square_get {
  border: 1px solid white;
  width: 100%;
  height: 100%;
  padding-top: 30px;
}

.slider_sl .images .square_get h3 {
  font-size: 19px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'lato';
  text-align: center;
  margin-bottom: 18px;
}

.slider_sl .images .square_get h4 {
  font-size: 58px;
  color: black;
  text-transform: uppercase;
  font-family: 'lato';
  text-align: center;
  margin-bottom: 18px;
}

.slider_sl .images .square_get h5 {
  font-size: 19px;
  color: #fdfdfd;
  text-transform: uppercase;
  font-family: 'lato';
  text-align: center;
}

.slider_sl .images .square_get .up {
  width: 200px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.slider_sl .images .square_get .up span {
  position: absolute;
  width: 30px;
  height: 2px;
  background: white;
  top: 10px;
  left: 30px;
}

.slider_sl .images .square_get .up span::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: white;
  top: 0px;
  left: 111px;
}

.slider_sl .images .square_get .up span::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: white;
  top: 9px;
  right: 0px;
}

.slider_sl .images .square_get .up .line {
  position: absolute;
  width: 50px;
  height: 2px;
  background: white;
  top: 18px;
  right: 8px;
}

.slider_sl .images .square_get p {
  font-size: 31px;
  color: black;
  text-transform: uppercase;
  font-family: 'lato';
  text-align: center;
  margin-top: 18px;
}

.slider_sl a {
  position: absolute;
  width: 190px;
  height: 53px;
  top: 320px;
  left: 15%;
  background: #f09d66;
  font-size: 24px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'lato';
  text-align: center;
  padding: 10px;
  color: #fff;
  font-weight: 100;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.slider_sl a:hover {
  background: #ffb381;
}

.slider .slick-prev,
.slider .slick-next {
  background: rgba(141, 141, 141, 0.315);
  width: 50px;
  height: 100%;
  z-index: 100;
}

.slider .slick-prev {
  left: 0px;
}

.slider .slick-next {
  right: 0px;
}

.slider .slick-next:before {
  content: url(/images/next.png);
}

.slider .slick-prev:before {
  content: url(/images/prev.png);
}

.slider .slick-dots {
  bottom: 30px;
}

.slider .slick-dots li {
  background: #c7c7c7;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.slider .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #000;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media screen and (max-width: 1199px) {
  .menu .logo::after {
    border-left: 145px solid transparent;
    border-right: 145px solid transparent;
  }

  .menu .messenger .extra-menu {
    margin-left: 18px;
  }

  .days_text {
    padding-top: 26px;
  }

  .days_text h3 {
    font-size: 22px;
  }

  .days_text p {
    font-size: 11px;
  }
}

@media screen and (max-width: 1150px) {
  .slider_sl .images .square {
    top: 15%;
    left: 38%;
  }
}

@media screen and (max-width: 1070px) {
  .slider_sl .images .square {
    width: 235px;
    height: 264px;
    top: 14%;
    left: 39%;
  }

  .slider_sl .images .square_get {
    padding-top: 20px;
  }

  .slider_sl a {
    width: 155px;
    height: 50px;
    top: 284px;
    left: 19%;
    font-size: 21px;
    padding: 12px;
  }
}

@media screen and (max-width: 1000px) {
  .slider_sl .images .square {
    left: 38%;
  }
}

@media screen and (max-width: 992px) {
  .menu_ul {
    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;
    width: 30%;
    height: 900px;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    background: #747474f6;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }

  .menu_ul ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 370px;
    width: 193px;
  }

  .menu_ul ul a::after {
    position: absolute;
    content: '';
    width: 175px;
    height: 1px;
    background: #000000;
    top: 30px;
  }

  .menu_btn {
    display: block;
  }

  .menu .messenger {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 30%;
    height: 189px;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    background: #747474f6;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    z-index: 100000;
    padding-top: 0;
  }

  .menu .messenger .extra-menu_bit {
    margin-right: 17px;
    height: 35px;
    width: 178px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 991px) {
  .menu .logo::after {
    border-left: 105px solid transparent;
    border-right: 105px solid transparent;
    border-top: 40px solid #ffffff;
    top: 107px;
  }
  
  .logo.smaller::after{
    border-top: 0px solid #ffffff;
  }

  .menu .logo  {
    font-size: 66px;
  }
  
  .logo.smaller{
    font-size: 42px;
  }

  .days_shipping {
    height: 78px;
  }

  .days_shipping::after {
    border-top: 39px solid transparent;
    border-left: 42px solid #d9bf8f;
    border-bottom: 39px solid transparent;
  }

  .days_returns {
    height: 78px;
  }

  .days_returns::after {
    border-top: 38px solid #000;
    border-right: 38px solid transparent;
  }

  .days_returns::before {
    border-bottom: 39px solid #000;
    border-right: 38px solid transparent;
  }

  .days_returns .triangle {
    border-top: 39px solid #000;
    border-left: 38px solid transparent;
  }

  .days_returns .triangle1 {
    border-bottom: 39px solid #000;
    border-left: 38px solid transparent;
  }

  .days_support {
    height: 78px;
  }

  .days_support::after {
    border-top: 39px solid transparent;
    border-bottom: 39px solid transparent;
  }

  .days_support .days_fontawesome {
    font-size: 29px;
    padding: 21px;
    padding-left: 0px;
  }

  .days_fontawesome {
    font-size: 33px;
  }

  .days_text {
    padding-top: 20px;
  }

  .days_text {
    margin-right: auto;
  }

  .days_text h3 {
    font-size: 15px;
  }

  .handpicked_classss {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .handpicked_classss .handpicked_accessories {
    margin-left: 38px;
  }

  .handpicked_classss .handpicked_accessories:nth-child(1) {
    margin-left: 6px;
  }

  .slider {
    margin-top: 113px;
  }
}

@media screen and (max-width: 966px) {
  .slider_sl .images .square {
    top: 10%;
  }
}

@media screen and (max-width: 927px) {
  .slider_sl .images .square {
    left: 37%;
  }
}

@media screen and (max-width: 920px) {
  .slider_sl .images .square {
    width: 180px;
    height: 205px;
    left: 40%;
  }

  .slider_sl .images .square_get h3 {
    font-size: 13px;
    margin-bottom: 7px;
  }

  .slider_sl .images .square_get h4 {
    font-size: 50px;
    margin-bottom: 5px;
  }

  .slider_sl .images .square_get h5 {
    font-size: 13px;
  }

  .slider_sl .images .square_get h5 {
    font-size: 11px;
  }

  .slider_sl .images .square_get .up {
    width: 160px;
    height: 15px;
  }

  .slider_sl .images .square_get .up span {
    width: 20px;
    height: 2px;
    top: 2px;
  }

  .slider_sl .images .square_get .up span::before {
    width: 22px;
    height: 2px;
    top: 0px;
    left: 77px;
  }

  .slider_sl .images .square_get .up span::after {
    width: 30px;
    height: 2px;
    top: 8px;
  }

  .slider_sl .images .square_get .up .line {
    width: 30px;
    height: 2px;
    top: 10px;
    right: 23px;
  }

  .slider_sl .images .square_get p {
    font-size: 24px;
    margin-top: 8px;
  }

  .slider_sl a {
    width: 119px;
    height: 44px;
    top: 227px;
    left: 19%;
    font-size: 16px;
  }
}

@media screen and (max-width: 787px) {
  .slider_sl .images .square {
    width: 154px;
    height: 164px;
    left: 41%;
    top: 13%;
  }

  .slider_sl .images .square_get h3 {
    font-size: 11px;
    margin-bottom: 0px;
  }

  .slider_sl .images .square_get h4 {
    font-size: 40px;
    margin-bottom: 0px;
  }

  .slider_sl .images .square_get .up {
    width: 96px;
    height: 12px;
  }

  .slider_sl .images .square_get .up span {
    width: 20px;
    height: 2px;
    top: 3px;
    left: 9px;
  }

  .slider_sl .images .square_get .up span::before {
    width: 20px;
    left: 57px;
  }

  .slider_sl .images .square_get p {
    font-size: 20px;
    margin-top: 5px;
  }

  .slider_sl a {
    width: 112px;
    height: 39px;
    top: 183px;
    left: 14%;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .menu_ul {
    width: 50%;
  }

  .menu .messenger {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .menu .logo::after {
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
    border-top: 24px solid #ffffff;
    top: 68px;
  }
  
  .logo.smaller::after{
    border-top: 0px solid #ffffff;
  }

  .menu .logo  {
    font-size: 42px;
  }

  .days_shipping {
    height: 60px;
  }

  .days_shipping::after {
    border-top: 30px solid transparent;
    border-left: 30px solid #d9bf8f;
    border-bottom: 30px solid transparent;
  }

  .days_returns {
    height: 60px;
  }

  .days_returns::after {
    border-top: 30px solid #000;
    border-right: 30px solid transparent;
  }

  .days_returns::before {
    border-bottom: 30px solid #000;
    border-right: 30px solid transparent;
  }

  .days_returns .triangle {
    border-top: 30px solid #000;
    border-left: 30px solid transparent;
  }

  .days_returns .triangle1 {
    border-bottom: 30px solid #000;
    border-left: 30px solid transparent;
  }

  .days_support {
    height: 60px;
  }

  .days_support::after {
    border-top: 30px solid transparent;
    border-right: 30px solid #d9bf8f;
    border-bottom: 30px solid transparent;
  }

  .days_support .days_fontawesome {
    font-size: 22px;
    padding: 18px;
    padding-left: 0;
  }

  .days_fontawesome {
    font-size: 22px;
    padding: 18px;
  }

  .days_text {
    padding-top: 15px;
  }

  .days_text h3 {
    font-size: 10px;
  }

  .days_text p {
    font-size: 9px;
  }

  .handpicked_frame .off h3 {
    font-size: 30px;
  }

  .handpicked_frame .off h4 {
    font-size: 34px;
  }

  .handpicked_frame .discount {
    margin-top: 70px;
  }

  .handpicked_classss {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .handpicked_classss .handpicked_accessories {
    margin-left: 35px;
  }

  .slider {
    margin-top: 73px;
  }
}

@media screen and (max-width: 728px) {
  .slider_sl .images .square {
    left: 40%;
  }
}

@media screen and (max-width: 682px) {
  .slider_sl .images .square {
    left: 39%;
  }
}

@media screen and (max-width: 677px) {
  .slider_sl .images .square {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .menu .logo::after {
    border-top: 0px;
  }

  .menu_nowrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .menu_order1 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .menu_order2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (max-width: 575px) {
  .days_shipping {
    width: 100%;
  }

  .days_shipping::after {
    border-left: 0px;
  }

  .days_returns {
    width: 100%;
  }

  .days_returns::after {
    border-right: 0px;
  }

  .days_returns::before {
    border-right: 0px;
  }

  .days_returns .triangle {
    border-left: 0px;
  }

  .days_returns .triangle1 {
    border-left: 0px;
  }

  .days_support {
    width: 100%;
  }

  .days_support::after {
    border-right: 0px;
  }

  .days_support .days_fontawesome {
    padding-left: 18px;
  }

  .days_fontawesome {
    font-size: 25px;
    margin-left: auto;
    padding: 15px;
  }

  .handpicked_classss {
    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;
  }

  .handpicked_classss .handpicked_accessories {
    margin-left: 7px;
  }
}

@media screen and (max-width: 533px) {
  .customers_girl img {
    display: none;
  }

  .customers_man img {
    display: none;
  }
}

@media screen and (max-width: 486px) {
  .menu {
    min-height: 47px;
  }

  .menu_navbar {
    padding-top: 4px;
  }

  .menu .logo p {
    font-size: 26px;
  }

  .slider {
    margin-top: 47px;
  }
}

@media screen and (max-width: 480px) {
  .menu_ul {
    width: 80%;
  }

  .menu .messenger {
    width: 80%;
  }
}

@media screen and (max-width: 329px) {
  .menu_ul {
    width: 80%;
  }

  .menu .messenger {
    width: 80%;
  }
}

@media screen and (max-width: 320px) {
  .menu_ul {
    width: 80%;
  }

  .menu .messenger {
    width: 80%;
  }
}