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

@font-face {
  font-family: 'roboto';
  src: url("../fonts/Roboto-Bold/Roboto-Bold.woff");
}

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

@font-face {
  font-family: 'hammersmith';
  src: url("../fonts/HammersmithOne-Regular/HammersmithOne-Regular.woff");
}

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

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

* {
  margin: 0;
  padding: 0;
}

body {
  min-width: 320px;
}

.menu {
  width: 100%;
  min-height: 74px;
  padding-top: 15px;
  padding-bottom: 10px;
  position: fixed;
  top: 0;
  z-index: 1000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.menu.sma {
  background: #13102d;
  opacity: 0.5;
  -webkit-box-shadow: 1px 3px 8px -5px #13102d;
          box-shadow: 1px 3px 8px -5px #13102d;
}

.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;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 9px;
  padding-bottom: 5px;
}

.menu_ul {
  position: relative;
}

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

.menu_ul.active .overlay {
  position: absolute;
  width: 430%;
  height: 100%;
  background: #000;
  right: 100%;
  opacity: 0.9;
}

.menu_ul.active .overlay::after {
  position: absolute;
  content: "";
  width: 39px;
  height: 39px;
  background: #14103500;
  right: 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: 'roboto';
  text-transform: uppercase;
  font-weight: 100;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  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::after {
  width: 175px;
  height: 1px;
}

.menu_ul ul a:hover {
  color: #00e0d0;
}

.menu_btn {
  width: 39px;
  height: 38px;
  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: white;
}

.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 .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.menu .logo p {
  padding-left: 15px;
  padding-top: 5px;
  font-family: 'roboto100';
  font-weight: 200;
  font-size: 30px;
  color: #00e0d0;
}

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

.our-story {
  padding-bottom: 72px;
}

.our-story_imeges {
  margin-top: 75px;
}

.our-story_imeges img {
  display: block;
  margin: auto;
  -webkit-animation: phone .9s ease-in-out infinite;
          animation: phone .9s ease-in-out infinite;
}

@-webkit-keyframes phone {
  0%, 100% {
    -webkit-transform: translate-Y(-20px);
            transform: translate-Y(-20px);
  }

  50% {
    -webkit-transform: translateY(21px);
            transform: translateY(21px);
  }
}

@keyframes phone {
  0%, 100% {
    -webkit-transform: translate-Y(-20px);
            transform: translate-Y(-20px);
  }

  50% {
    -webkit-transform: translateY(21px);
            transform: translateY(21px);
  }
}

.our-story_story {
  margin-top: 75px;
}

.our-story_story h3 {
  font-family: 'playfair';
  font-size: 22px;
  color: #413d4b;
  text-transform: uppercase;
}

.our-story_story p {
  font-family: 'roboto100';
  font-size: 14px;
  color: #413d4b;
  margin-top: 27px;
  line-height: 22px;
}

.our-story_story p:nth-child(3) {
  margin-bottom: 40px;
}

.our-story_story a {
  border: 2px solid #00e0d0;
  padding: 10px;
  font-family: 'hammersmith';
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  color: #00e0d0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.our-story_story a:hover {
  color: #249991;
  border: 2px solid #249991;
}

.video {
  width: 100%;
  height: auto;
}

.video_block {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.video .video_block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video #vidwrap {
  background: url("../images/vid.jpg") no-repeat 50% 50%;
  -webkit-background-size: cover;
          background-size: cover;
  overflow: hidden;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 100%;
  height: 405px;
}

.video .controls {
  width: 100%;
  height: auto;
}

.expertise {
  padding-top: 70px;
  padding-bottom: 70px;
}

.expertise_development .chapter {
  margin-bottom: 50px;
}

.expertise_development .chapter h3 {
  text-align: center;
  text-transform: uppercase;
  color: #413d4b;
  font-size: 22px;
  margin-bottom: 18px;
  font-family: 'playfair';
}

.expertise_development .chapter p {
  position: relative;
  color: #2f2d35;
  font-size: 14px;
  text-align: center;
  font-family: 'playfair100';
}

.expertise_development .chapter p::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #c6c4c9;
  top: 33px;
  margin-left: 150px;
}

.expertise_development .dimensions {
  padding-right: 0px;
  padding-left: 0px;
}

.expertise_development .web {
  background: #ffffff;
  padding: 32px 30px 20px 40px;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.expertise_development .web img {
  display: block;
  margin: auto;
}

.expertise_development .web h3 {
  font-family: 'roboto';
  text-transform: uppercase;
  font-size: 14px;
  color: #413d4b;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.expertise_development .web p {
  font-family: 'roboto100';
  font-size: 14px;
  color: #413d4b;
  text-align: center;
  line-height: 24px;
}

.expertise_development .web-2 {
  border-right: 1px solid #ebebeb;
}

.expertise_development .web-3 {
  border-right: 0px solid #ebebeb;
}

.expertise_development .web-4 {
  border-bottom: 0px solid #ebebeb;
}

.expertise_development .web-5 {
  border-bottom: 0px solid #ebebeb;
}

.expertise_development .web-6 {
  border-right: 0px solid #ebebeb;
  border-bottom: 0px solid #ebebeb;
}

.amazing-team {
  background: url("../images/fon-1.jpg") center center;
  -webkit-background-size: cover;
          background-size: cover;
  background-attachment: fixed;
  padding-top: 60px;
  padding-bottom: 90px;
}

.amazing-team .chapter {
  margin-bottom: 50px;
}

.amazing-team .chapter h3 {
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 18px;
  font-family: 'playfair';
}

.amazing-team .chapter p {
  position: relative;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  font-family: 'playfair100';
}

.amazing-team .chapter p::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #c6c4c9;
  top: 33px;
  margin-left: 150px;
}

.amazing-team .dream {
  text-align: center;
}

.amazing-team .dream p {
  font-family: 'roboto100';
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 40px;
}

.amazing-team .dream a {
  border: 2px solid #00e0d0;
  padding: 10px;
  font-family: 'hammersmith';
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  color: #00e0d0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.amazing-team .dream a:hover {
  color: #fff;
  border: 2px solid #fff;
}

.amazing-team_card {
  width: 100%;
  height: 315px;
  position: relative;
  -webkit-perspective: 500px;
          perspective: 500px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

.amazing-team_card.active .amazing-team_front {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.amazing-team_card.active .amazing-team_back {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

.amazing-team_front {
  width: 100%;
  height: 315px;
  position: absolute;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding-bottom: 20px;
  border: 1px solid #ffffff;
}

.amazing-team_front::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: auto;
  background: #2d1b59;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.amazing-team_front:hover::before {
  opacity: 0.4;
}

.amazing-team_front img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.amazing-team_front .text h3 {
  text-align: center;
  font-family: 'roboto';
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 6px;
}

.amazing-team_front .text p {
  text-align: center;
  font-family: 'roboto100';
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
}

.amazing-team_back {
  width: 100%;
  height: 315px;
  border: 1px solid #fff;
  position: absolute;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.amazing-team_back .text2 {
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 25px;
}

.amazing-team_back .text2 h3 {
  text-align: center;
  font-family: 'roboto';
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
}

.amazing-team_back .text2 p {
  text-align: center;
  font-family: 'roboto100';
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.amazing-team_back .text2 span {
  font-family: 'opensans';
  font-weight: 400;
  font-size: 13px;
  color: white;
}

.amazing-team_back .text2 .brend {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 20px;
}

.amazing-team_back .text2 .brend a {
  margin-left: 5px;
  color: #cacaca;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.amazing-team_back .text2 .brend a:hover {
  color: #e25050;
}

.photoshop {
  position: relative;
  margin-top: 70px;
  margin-bottom: 70px;
}

.photoshop .slider-for img {
  width: 100%;
  height: auto;
  z-index: 1;
  position: relative;
}

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

.photoshop .slider-for .slick-dots li {
  background: #858585;
}

.photoshop .slider-for .comments {
  text-align: center;
  padding-left: 20%;
  padding-right: 20%;
  position: absolute;
  top: 14px;
  z-index: 10;
  color: #fff;
}

.photoshop .slider-for .comments h3 {
  font-family: 'playfair100';
  font-size: 55px;
}

.photoshop .slider-for .comments p {
  font-family: 'roboto100';
  font-weight: 100;
  font-size: 16px;
  line-height: 23px;
}

.photoshop .slider-for .comments h4 {
  margin-top: 20px;
  font-family: 'roboto';
  font-size: 14px;
  text-transform: uppercase;
}

.photoshop .slick-prev,
.photoshop .slick-next {
  height: 50px;
  z-index: 100;
}

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

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

.photoshop .slick-dots {
  bottom: -29px;
}

.photoshop .gim {
  width: 389px;
  height: 70px;
  margin: auto;
  position: absolute;
  top: 210px;
  left: 0;
  bottom: 0;
  right: 0;
}

.photoshop .gim img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.photoshop .gim .slick-center img {
  width: 70px;
  height: 70px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.photoshop .gim .slick-prev {
  left: -40px;
}

.photoshop .gim .slick-next {
  right: -40px;
}

.good-news {
  padding-top: 10px;
  padding-bottom: 113px;
}

.good-news .comment-section .comment-title {
  font-family: 'playfair';
  font-size: 22px;
  color: #413d4b;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.good-news .comment-section #commentform .comment-form {
  margin-bottom: 20px;
}

.good-news .comment-section #commentform .comment-form input {
  width: 100%;
  height: 42px;
  padding-left: 20px;
}

.good-news .comment-section #commentform .comment-form-comment #comment {
  width: 100%;
  padding: 20px;
}

.good-news .comment-section #commentform .comment-form-comment #comment #comment::no-button {
  display: block;
}

.good-news .comment-section #commentform .form-submit {
  margin-top: 20px;
}

.good-news .comment-section #commentform .form-submit #submit {
  border: 2px solid #00e0d0;
  padding: 10px;
  font-family: 'hammersmith';
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  color: #00e0d0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.good-news .log h3 {
  font-family: 'playfair';
  font-size: 22px;
  color: #413d4b;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.good-news .log img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.good-news .log img:hover {
  -webkit-filter: invert(70%);
          filter: invert(70%);
}

.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: url(../images/fon-3.jpg) center center;
  -webkit-background-size: cover;
          background-size: cover;
  background-attachment: fixed;
  padding-bottom: 67px;
}

.footer .text {
  margin-top: 72px;
}

.footer .text .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  margin-bottom: 21px;
}

.footer .text .logo p {
  padding-left: 15px;
  padding-top: 15px;
  font-family: 'roboto100';
  font-weight: 200;
  font-size: 30px;
  color: #00e0d0;
}

.footer .text p {
  font-family: 'roboto100';
  font-size: 14px;
  color: #fff;
  line-height: 22px;
}

.footer .text .help {
  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-top: 71px;
}

.footer .text .help a {
  text-decoration: none;
  color: #fff;
  text-orientation: upright;
  font-family: 'roboto100';
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer .text .help a:hover {
  color: #9b9b9b;
}

.footer .text h4 {
  font-family: 'roboto';
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  margin-bottom: 38px;
}

.footer .text .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 23px;
}

.footer .text .cont .fa {
  margin-right: 12px;
  color: #fff;
  font-size: 18px;
}

.footer .text .request {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer .text .request .comment-form {
  margin-right: 10px;
}

.footer .text .request .comment-form input {
  width: 209px;
  height: 43px;
  padding-left: 13px;
  background: rgba(255, 255, 255, 0);
  border: 2px solid #9b93ac;
}

.footer .text .request .form-submit {
  position: relative;
}

.footer .text .request .form-submit input {
  width: 70px;
  height: 43px;
  text-align: center;
  border: 0px solid #9b93ac;
  background: #ffffff85;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.footer .text .request .form-submit input:hover {
  background: #ffffffad;
}

.footer .text .request .form-submit::before {
  position: absolute;
  content: url(../images/twit.png);
  top: 9px;
  left: 22px;
  cursor: pointer;
}

.footer .text .messenger {
  margin-top: 26px;
}

.footer .text .messenger a {
  margin-left: 5px;
}

.footer .text .messenger a img {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.footer .text .messenger a img:hover {
  -webkit-filter: invert(70%);
          filter: invert(70%);
}

.footer .text .messenger a:nth-child(1) {
  margin-left: 0px;
}

.footer .text h3 {
  font-family: 'roboto100';
  font-size: 14px;
  color: #fff;
  margin-top: 60px;
  margin-left: 73px;
}

.slim .slider img {
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  min-width: 100%;
  height: 100vh;
}

.slim .slider .layer,
.slim .slider .layar {
  position: absolute;
  left: -10%;
  top: 0;
  width: 110%;
  height: 110%;
}

.slim .slider .slick-next:before {
  content: '';
}

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

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

.slim .slider .slick-dots {
  bottom: 50px;
}

.slim .slider .slick-dots li {
  margin: 0;
}

.slim .slider .slick-dots li button:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  border: 2px solid white;
}

.slim .slider .slick-dots li.slick-active button:before {
  background: #00e0d0;
  border: 2px solid #00e0d0;
}

.slim .slider .text {
  position: absolute;
  top: 10px;
  text-align: center;
  padding-left: 20%;
  padding-right: 20%;
  margin-top: 30vh;
}

.slim .slider .text h2 {
  font-family: 'playfair';
  font-size: 35px;
  position: relative;
  color: white;
}

.slim .slider .text h2::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background: #00e0d0;
  right: 50%;
  left: 45%;
  top: 69px;
}

.slim .slider .text p {
  margin-top: 40px;
  margin-bottom: 50px;
  font-family: 'roboto100';
  font-size: 14px;
  line-height: 24px;
  color: white;
}

.slim .slider .text a {
  border: 2px solid #00e0d0;
  padding: 10px;
  font-family: 'hammersmith';
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  color: #00e0d0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.slim .slider .text a:hover {
  color: aliceblue;
  border: 2px solid #ffffff;
}

@media screen and (max-width: 1199px) {
  .amazing-team_back .text2 .brend {
    padding-top: 32px;
  }

  .days_text {
    padding-top: 26px;
  }

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

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

@media screen and (max-width: 1154px) {
  .photoshop .slider-for .comments {
    padding-left: 15%;
    padding-right: 15%;
  }
}

@media screen and (max-width: 1039px) {
  .photoshop .slider-for .comments {
    padding-left: 10%;
    padding-right: 10%;
  }
}

@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: #13102d;
    -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: 590px;
    width: 193px;
  }

  .menu_ul ul a::after {
    position: absolute;
    content: '';
    width: 0px;
    height: 1px;
    background: #00e0d0;
    top: 30px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

  .menu_btn {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .our-story_story h3 {
    font-size: 20px;
  }

  .our-story_story p {
    font-size: 12px;
  }

  .amazing-team_card {
    width: 100%;
    height: 361px;
  }

  .amazing-team_front {
    width: 100%;
    height: 361px;
  }

  .amazing-team_back {
    width: 100%;
    height: 361px;
  }

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

@media screen and (max-width: 986px) {
  .photoshop .slider-for .comments h3 {
    font-size: 45px;
  }

  .photoshop .slider-for .comments p {
    font-size: 13px;
  }

  .photoshop .slider-for .comments h4 {
    font-size: 12px;
  }
}

@media screen and (max-width: 955px) {
  .photoshop .gim {
    top: 173px;
  }
}

@media screen and (max-width: 927px) {
  .photoshop .gim .slick-center img {
    width: 58px;
    height: 58px;
  }
}

@media screen and (max-width: 926px) {
  .photoshop .gim {
    top: 204px;
  }
}

@media screen and (max-width: 918px) {
  .slim .slider .text h2 {
    font-size: 34px;
  }

  .slim .slider .text p {
    font-size: 12px;
  }
}

@media screen and (max-width: 891px) {
  .slim .slider .text h2 {
    font-size: 26px;
  }

  .slim .slider .text h2::before {
    top: 51px;
  }

  .slim .slider .text p {
    font-size: 10px;
    line-height: 18px;
  }
}

@media screen and (max-width: 886px) {
  .photoshop .slider-for .comments {
    top: 0px;
  }

  .photoshop .slider-for .comments h4 {
    margin-top: 15px;
  }
}

@media screen and (max-width: 850px) {
  .photoshop .slider-for .comments {
    top: 5px;
  }

  .photoshop .slider-for .comments h3 {
    font-size: 30px;
  }

  .photoshop .slider-for .comments p {
    font-size: 11px;
  }

  .photoshop .slider-for .comments h4 {
    font-size: 10px;
  }

  .photoshop .gim {
    top: 183px;
  }
}

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

@media screen and (max-width: 767px) {
  .expertise_development .web-2 {
    border-right: 0px solid #ebebeb;
  }

  .expertise_development .web-3 {
    border-right: 1px solid #ebebeb;
  }

  .expertise_development .web-4 {
    border-right: 0px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
  }

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

@media screen and (max-width: 741px) {
  .photoshop .slider-for .comments {
    top: 15px;
  }

  .photoshop .gim {
    width: 0px;
    height: 0px;
  }

  .photoshop .gim img {
    width: 0px;
    height: 0px;
  }

  .photoshop .gim .slick-center img {
    width: 0px;
    height: 0px;
  }
}

@media screen and (max-width: 682px) {
  .slim .slider .text h2 {
    font-size: 17px;
  }

  .slim .slider .text p {
    font-size: 9px;
  }
}

@media screen and (max-width: 597px) {
  .photoshop .slider-for .comments {
    top: 13%;
  }
}

@media screen and (max-width: 596px) {
  .photoshop .slider-for .comments h3 {
    font-size: 0px;
  }
}

@media screen and (max-width: 580px) {
  .photoshop .slider-for .comments h4 {
    margin-top: 4px;
  }
}

@media screen and (max-width: 575px) {
  .expertise_development .web {
    border-right: 0px solid #ebebeb;
  }

  .amazing-team_card {
    width: 277px;
    height: 315px;
  }

  .amazing-team_front {
    width: 100%;
    height: 315px;
  }

  .amazing-team_back {
    width: 100%;
    height: 315px;
  }

  .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: 514px) {
  .photoshop .slider-for .comments {
    top: 10%;
  }
}

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

  .menu_navbar {
    padding-top: 4px;
  }
}

@media screen and (max-width: 482px) {
  .photoshop .slider-for .comments p {
    line-height: 15px;
  }
}

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

@media screen and (max-width: 445px) {
  .slim .slider .text h2 {
    font-size: 12px;
  }

  .slim .slider .text h2::before {
    top: 27px;
    left: 40%;
  }

  .slim .slider .text h2::before {
    top: 41px;
    left: 37%;
  }
}

@media screen and (max-width: 400px) {
  .photoshop .slider-for .comments p {
    line-height: 13px;
    font-size: 9px;
  }

  .photoshop .slider-for .comments h4 {
    margin-top: 10px;
    font-size: 8px;
  }

  .slim .slider .text {
    padding-left: 28%;
    padding-right: 28%;
  }

  .slim .slider .text p {
    margin-top: 0px;
    margin-bottom: 26px;
    font-size: 0px;
  }
}

@media screen and (max-width: 375px) {
  .expertise_development .chapter p {
    font-size: 11px;
  }

  .expertise_development .chapter p::before {
    margin-left: 116px;
  }

  .amazing-team .chapter p {
    font-size: 11px;
  }

  .amazing-team .chapter p::before {
    margin-left: 116px;
  }
}

@media screen and (max-width: 356px) {
  .photoshop .slider-for .comments h4 {
    margin-top: 5px;
  }
}

@media screen and (max-width: 350px) {
  .photoshop .slider-for .comments p {
    line-height: 10px;
  }
}

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

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

  .our-story_story h3 {
    font-size: 15px;
  }

  .slim .slider .text h2::before {
    display: none;
  }
}