* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

button {
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0; }

button:focus,
button:focus {
  outline: none; }

a:focus {
  outline: none; }

p {
  margin: 0; }

ul {
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

a {
  color: #89989D; }

a:hover {
  text-decoration: none;
  color: #89989D; }

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0; }

h2 {
  font-size: 33px;
  font-weight: 500;
  color: #000; }

svg path {
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all; }

body {
  font-family: 'Rubik', sans-serif;
  font-size: 15px;
  color: #89989D; }

.header {
  margin: 21px 0;
  height: 50px; }
  .header .burger {
    height: 18px;
    width: 18px;
    display: block;
    position: relative;
    margin-left: auto;
    display: none; }
    .header .burger span {
      height: 3px;
      width: 18px;
      background-color: #89989D;
      display: block;
      -webkit-border-radius: 10px;
              border-radius: 10px;
      position: relative;
      left: 0;
      top: 50%;
      margin-top: -1.5px;
      -webkit-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      transition: 0.3s ease all; }
      .header .burger span:after, .header .burger span:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -1.5px;
        height: 3px;
        width: 18px;
        background-color: #89989D;
        display: block;
        -webkit-border-radius: 10px;
                border-radius: 10px;
        -webkit-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        transition: 0.3s ease all; }
      .header .burger span:before {
        -webkit-transform: translateY(-6px);
            -ms-transform: translateY(-6px);
                transform: translateY(-6px); }
      .header .burger span:after {
        -webkit-transform: translateY(6px);
            -ms-transform: translateY(6px);
                transform: translateY(6px); }
  .header .burger.active span {
    height: 0; }
  .header .burger.active span:after {
    width: 100%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .header .burger.active span:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 100%; }
  .header .form {
    margin-left: 28px;
    height: 50px;
    -webkit-border-radius: 50px;
            border-radius: 50px;
    border: 1px solid #89989D;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 12px;
    width: 400px; }
    .header .form .header__search {
      border: none;
      width: 60%; }
      .header .form .header__search:focus {
        outline: none; }
      .header .form .header__search::-webkit-input-placeholder {
        font-size: 15px;
        font-family: 'Rubik', sans-serif;
        color: #89989D; }
      .header .form .header__search::-moz-placeholder {
        font-size: 15px;
        font-family: 'Rubik', sans-serif;
        color: #89989D; }
      .header .form .header__search:-ms-input-placeholder {
        font-size: 15px;
        font-family: 'Rubik', sans-serif;
        color: #89989D; }
      .header .form .header__search::-ms-input-placeholder {
        font-size: 15px;
        font-family: 'Rubik', sans-serif;
        color: #89989D; }
      .header .form .header__search::placeholder {
        font-size: 15px;
        font-family: 'Rubik', sans-serif;
        color: #89989D; }
      .header .form .header__search:focus::-webkit-input-placeholder {
        color: transparent; }
      .header .form .header__search:focus::-moz-placeholder {
        color: transparent; }
      .header .form .header__search:focus:-ms-input-placeholder {
        color: transparent; }
      .header .form .header__search:focus::-ms-input-placeholder {
        color: transparent; }
      .header .form .header__search:focus::placeholder {
        color: transparent; }
    .header .form .find-btn {
      background-color: transparent;
      border: none;
      margin-right: 8px; }
      .header .form .find-btn:active, .header .form .find-btn:focus {
        outline: none; }
    .header .form .header__categ {
      position: absolute;
      right: 15px;
      padding: 10px 10px;
      background-color: #DCE0E2;
      -webkit-border-radius: 42px;
              border-radius: 42px;
      text-transform: uppercase;
      color: #89989D;
      font-family: 'Rubik', sans-serif;
      font-size: 11px;
      font-weight: 500;
      -webkit-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      transition: 0.3s ease all; }
      .header .form .header__categ:hover {
        text-decoration: none;
        -webkit-box-shadow: 3px 3px 5px #89989D;
                box-shadow: 3px 3px 5px #89989D;
        -webkit-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        transition: 0.3s ease all; }
    .header .form .form_camera {
      background: url(../img/camera.png) no-repeat left top/cover;
      display: block;
      height: 20px;
      width: 20px;
      display: block; }
  .header .header__loc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 500px;
    margin-left: -30px; }
    .header .header__loc .loc_place {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 98px;
      position: relative; }
      .header .header__loc .loc_place:after {
        content: '';
        height: 100%;
        width: 1px;
        background-color: rgba(0, 0, 0, 0.2);
        position: absolute;
        right: -18px; }
      .header .header__loc .loc_place .loc_img {
        width: 17px;
        height: 22px; }
      .header .header__loc .loc_place .loc_wrap {
        margin-left: 10px;
        font-size: 12px; }
        .header .header__loc .loc_place .loc_wrap > span {
          color: #364043;
          text-transform: uppercase;
          font-weight: 500; }
        .header .header__loc .loc_place .loc_wrap .loc_coutry {
          font-size: 15px;
          position: relative;
          -webkit-transition: 0.3s ease all;
          -o-transition: 0.3s ease all;
          transition: 0.3s ease all; }
          .header .header__loc .loc_place .loc_wrap .loc_coutry:after, .header .header__loc .loc_place .loc_wrap .loc_coutry:before {
            content: '';
            display: block;
            width: 0;
            height: 2px;
            background-color: #89989D;
            position: absolute;
            bottom: -2px;
            right: 0;
            -webkit-transition: 0.3s ease all;
            -o-transition: 0.3s ease all;
            transition: 0.3s ease all; }
          .header .header__loc .loc_place .loc_wrap .loc_coutry:after {
            left: 0; }
          .header .header__loc .loc_place .loc_wrap .loc_coutry:hover:after, .header .header__loc .loc_place .loc_wrap .loc_coutry:hover:before {
            width: 50%; }
    .header .header__loc .header__reg {
      width: 150px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .header .header__loc .header__reg .sing-up, .header .header__loc .header__reg .sing-in {
        font-size: 13px;
        font-weight: 500;
        text-transform: uppercase; }
      .header .header__loc .header__reg .sing-up {
        position: relative;
        -webkit-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        transition: 0.3s ease all; }
        .header .header__loc .header__reg .sing-up:after, .header .header__loc .header__reg .sing-up:before {
          content: '';
          display: block;
          width: 0;
          height: 2px;
          background-color: #89989D;
          position: absolute;
          bottom: -2px;
          right: 0;
          -webkit-transition: 0.3s ease all;
          -o-transition: 0.3s ease all;
          transition: 0.3s ease all; }
        .header .header__loc .header__reg .sing-up:after {
          left: 0; }
        .header .header__loc .header__reg .sing-up:hover:after, .header .header__loc .header__reg .sing-up:hover:before {
          width: 50%; }
      .header .header__loc .header__reg .sing-in {
        width: 87px;
        height: 35px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        color: #fff;
        -webkit-border-radius: 60px;
                border-radius: 60px;
        background: #e40000;
        background: -webkit-gradient(left bottom, right top, color-stop(0%, #e40000), color-stop(62%, #f1705c), color-stop(62%, #f1705c), color-stop(100%, #ffa9a9));
        background: -webkit-linear-gradient(45deg, #e40000 0%, #f1705c 62%, #f1705c 62%, #ffa9a9 100%);
        background: -o-linear-gradient(45deg, #e40000 0%, #f1705c 62%, #f1705c 62%, #ffa9a9 100%);
        background: linear-gradient(45deg, #e40000 0%, #f1705c 62%, #f1705c 62%, #ffa9a9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e40000', endColorstr='#ffa9a9', GradientType=1 );
        -webkit-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        transition: 0.3s ease all; }
        .header .header__loc .header__reg .sing-in:hover {
          -webkit-box-shadow: 3px 3px 5px  #89989D;
                  box-shadow: 3px 3px 5px  #89989D; }
    .header .header__loc .header__profile {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 180px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transform: translateX(-10px);
          -ms-transform: translateX(-10px);
              transform: translateX(-10px); }
      .header .header__loc .header__profile > img {
        width: 28px;
        height: 28px;
        margin-left: 10px; }
      .header .header__loc .header__profile .profile-inf {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        .header .header__loc .header__profile .profile-inf .profile-name {
          font-weight: 500;
          font-size: 15px;
          color: #364043;
          text-align: right; }
        .header .header__loc .header__profile .profile-inf .profile__set {
          position: relative;
          -webkit-transition: 0.3s ease all;
          -o-transition: 0.3s ease all;
          transition: 0.3s ease all; }
          .header .header__loc .header__profile .profile-inf .profile__set:after, .header .header__loc .header__profile .profile-inf .profile__set:before {
            content: '';
            display: block;
            width: 0;
            height: 2px;
            background-color: #89989D;
            position: absolute;
            bottom: -2px;
            right: 0;
            -webkit-transition: 0.3s ease all;
            -o-transition: 0.3s ease all;
            transition: 0.3s ease all; }
          .header .header__loc .header__profile .profile-inf .profile__set:after {
            left: 0; }
          .header .header__loc .header__profile .profile-inf .profile__set:hover:after, .header .header__loc .header__profile .profile-inf .profile__set:hover:before {
            width: 50%; }
          .header .header__loc .header__profile .profile-inf .profile__set span {
            font-size: 14px; }

.balance {
  font-family: 'Gugi', sans-serif;
  background-color: #2673E8;
  padding: 20px 0;
  color: #fff; }
  .balance .balance__text {
    text-transform: uppercase;
    margin-right: 15px; }
  .balance .balance__bitcoin, .balance .balance__money {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
  .balance .balance__bitcoin-value,
  .balance .balance__money-value,
  .balance .bitcoin,
  .balance .dollar {
    margin-left: 5px; }
  .balance .balance__money {
    margin-left: 20px; }
  .balance .balance__bitcoin:after {
    content: '';
    display: block;
    height: 90%;
    width: 1px;
    background-color: #fff;
    position: absolute;
    right: -10px;
    top: 0; }
  .balance .cart, .balance .shop {
    margin-left: auto;
    color: #fff; }
  .balance .shop {
    margin-left: 15px;
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
    position: relative; }
    .balance .shop .shop_currency {
      background-color: #ED3939;
      width: 20px;
      height: 20px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      display: block;
      position: absolute;
      right: -10px;
      bottom: -7px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 11px;
      font-weight: 500;
      border: 2px solid #3678DB; }
  .balance .chekout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.balance.active {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99; }

.main-slider {
  position: relative;
  background-color: #F2F6FC;
  padding-top: 30px; }
  .main-slider > .container {
    position: relative; }
    .main-slider > .container .slick-dotted {
      margin-bottom: 0; }
    .main-slider > .container .slider .slide {
      background-color: #fff;
      overflow: hidden;
      position: relative;
      height: 428px; }
    .main-slider > .container .slider .slick-dots {
      width: 7px;
      margin: 0;
      padding: 0;
      height: 90px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      position: absolute;
      left: 20px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      .main-slider > .container .slider .slick-dots li {
        height: 5px;
        width: 5px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        background-color: #797979;
        cursor: pointer; }
        .main-slider > .container .slider .slick-dots li button {
          display: none; }
      .main-slider > .container .slider .slick-dots li.slick-active {
        height: 7px;
        width: 7px;
        background-color: #17191D; }
  .main-slider .line {
    width: 0;
    height: 3px;
    background-color: #3678DB;
    bottom: 0;
    left: 15px;
    -webkit-transition: 3s;
    -o-transition: 3s;
    transition: 3s;
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
    position: absolute;
    width: 50%; }
  .main-slider .main-title {
    margin-top: 100px;
    color: #17191D;
    width: 500px;
    font-size: 38px;
    font-weight: 500;
    margin-left: 52px;
    margin-bottom: 40px;
    position: relative;
    z-index: 5; }
  .main-slider .main-description {
    margin-left: 52px;
    width: 428px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 150px;
    position: relative;
    z-index: 5; }
  .main-slider .slider-img {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 428px;
    right: -13%;
    z-index: 4; }
  .main-slider .slide-navig {
    margin: 0;
    padding: 0;
    height: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .main-slider .slide-navig li {
      height: 5px;
      width: 5px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      background-color: #797979;
      cursor: pointer; }
    .main-slider .slide-navig li.active {
      height: 7px;
      width: 7px;
      background-color: #17191D; }
  .main-slider .diamond {
    position: absolute; }
  .main-slider .d-top {
    top: 18px;
    left: -65px; }
  .main-slider .d-bot {
    bottom: 40px;
    left: 115px; }
  .main-slider .d-center {
    left: -135px;
    bottom: 95px; }
  .main-slider .d-bot {
    bottom: -30px;
    left: -50px; }

.category {
  background-color: #F2F6FC;
  padding-top: 61px;
  padding-bottom: 170px; }
  .category .category__nav {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 86px;
    position: relative; }
    .category .category__nav:after {
      content: '';
      display: block;
      height: 28px;
      width: 1px;
      background-color: #17191D;
      display: block;
      position: absolute;
      right: 0;
      opacity: 0.1; }
  .category .category__nav.last_line:after {
    display: none; }
  .category .icno_wrap {
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #C4C4C4;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    margin-left: 30px;
    margin-right: 20px; }
  .category .category__nav-wrap .category__nav-title {
    font-size: 14px;
    font-weight: 500;
    color: #364043;
    text-transform: uppercase; }
  .category .category__nav-wrap .category__nav-desc {
    font-size: 13px;
    color: #89989D; }
  .category .category__nav.active {
    background-color: #3678DB;
    -webkit-border-radius: 6px;
            border-radius: 6px;
    height: 90px; }
    .category .category__nav.active:after {
      display: none; }
    .category .category__nav.active > .category__nav-wrap > .category__nav-title {
      color: #fff; }
    .category .category__nav.active > .category__nav-wrap > .category__nav-desc {
      color: #fff;
      opacity: .6; }
    .category .category__nav.active > .icno_wrap > svg > path {
      fill: #fff; }
  .category .category__title {
    margin: 51px 0 69px 40px;
    color: #17191D;
    font-size: 26px;
    width: 50%; }
    .category .category__title:before {
      content: '';
      display: block;
      width: 20px;
      height: 20px;
      background-color: #63C341;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      position: absolute;
      left: 3px;
      top: 50%;
      -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
              transform: translateY(-100%);
      display: block;
      border: 6px solid #d5ecd7; }
    .category .category__title > span {
      position: relative;
      text-transform: capitalize; }
      .category .category__title > span:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 3px;
        background-color: #63C341;
        left: 0;
        bottom: -3px; }
  .category .category__cart-wrap .slick-slide {
    padding-top: 5px; }
  .category .category__cart-wrap .category__cart {
    width: 200px !important;
    height: 239px;
    position: relative;
    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;
    border-bottom: 2px solid transparent;
    display: block !important;
    margin: 0 auto;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    margin-right: 20px;
    margin-bottom: 20px !important; }
    .category .category__cart-wrap .category__cart:last-child {
      margin-bottom: 0; }
    .category .category__cart-wrap .category__cart:after {
      content: '';
      display: block;
      background: url(../img/Rectangle.png) no-repeat bottom/contain;
      width: 100%;
      height: 168px;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 1; }
    .category .category__cart-wrap .category__cart:hover {
      border-bottom: 2px solid #ccc;
      -webkit-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      transition: 0.3s ease all;
      -webkit-transform: translateY(-5px);
          -ms-transform: translateY(-5px);
              transform: translateY(-5px); }
    .category .category__cart-wrap .category__cart img {
      width: 180px;
      height: 170px;
      background-color: #000;
      display: block;
      -webkit-border-radius: 4px;
              border-radius: 4px;
      position: relative;
      z-index: 2;
      margin: 0 auto; }
    .category .category__cart-wrap .category__cart .category__cart-title {
      font-size: 14px;
      text-transform: uppercase;
      font-family: 'Gugi', sans-serif;
      padding-top: 25px;
      z-index: 2;
      position: relative;
      text-align: center;
      color: #17191D; }
  .category .category__cart-pagin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: center;
    text-transform: uppercase;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 12px;
    font-weight: 500; }
    .category .category__cart-pagin > a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-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: 110px;
      height: 40px;
      -webkit-border-radius: 38px;
              border-radius: 38px;
      border: 1px solid rgba(54, 64, 67, 0.3); }
      .category .category__cart-pagin > a:last-child {
        margin-left: 10px; }
        .category .category__cart-pagin > a:last-child > img {
          margin-left: 8px; }
      .category .category__cart-pagin > a:first-child > img {
        margin-right: 8px; }

.offers {
  padding-top: 79px;
  padding-bottom: 100px; }
  .offers .offers_cart-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
  .offers .offers_phone_slider {
    display: none;
    width: 100%; }
    .offers .offers_phone_slider .slick-dots {
      height: 7px;
      margin: 0;
      padding: 0;
      width: 90px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      position: absolute;
      left: 0;
      bottom: -40px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      .offers .offers_phone_slider .slick-dots li {
        height: 5px;
        width: 5px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        background-color: #797979;
        cursor: pointer; }
        .offers .offers_phone_slider .slick-dots li button {
          display: none; }
      .offers .offers_phone_slider .slick-dots li.slick-active {
        height: 7px;
        width: 7px;
        background-color: #17191D; }
    .offers .offers_phone_slider .offers__cart {
      width: 100% !important;
      margin-right: 0;
      margin-top: 30px; }
      .offers .offers_phone_slider .offers__cart:after {
        display: none; }
      .offers .offers_phone_slider .offers__cart img {
        margin: 0 auto;
        margin-bottom: 20px; }
      .offers .offers_phone_slider .offers__cart h3 {
        text-align: center;
        width: 300px;
        margin: 0 auto;
        margin-bottom: 10px; }
      .offers .offers_phone_slider .offers__cart p {
        width: 300px;
        margin: 0 auto; }
  .offers .offers__title {
    padding-bottom: 15px; }
  .offers .offers__par {
    color: #17191D;
    opacity: 0.5;
    font-size: 16px; }
  .offers .offers_cart-wrap .offers__cart:nth-child(3):after {
    display: none; }
  .offers .offers_cart-wrap .offers__cart:nth-child(6):after {
    display: none; }
  .offers .offers__cart {
    margin-top: 60px;
    width: 312px !important;
    position: relative;
    margin-right: 60px; }
    .offers .offers__cart:after {
      content: '';
      display: block;
      width: 1px;
      height: 40px;
      position: absolute;
      right: -25px;
      bottom: 15px;
      background-color: #D0E0F6; }
    .offers .offers__cart img {
      margin-bottom: 25px; }
    .offers .offers__cart h3 {
      font-size: 15px;
      font-family: 'Gugi', sans-serif;
      color: #000;
      margin-bottom: 14px; }
    .offers .offers__cart p {
      font-size: 14px; }

.popular {
  background-color: #F2F6FC;
  padding-top: 84px;
  padding-bottom: 170px; }
  .popular .view__wrap {
    margin-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 160px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: underline; }
  .popular .popular_wrap {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 5px; }
    .popular .popular_wrap .slick-list {
      padding-top: 5px; }
    .popular .popular_wrap .popular__prod {
      width: 212px !important;
      height: 278px;
      padding: 10px 10px 20px 10px;
      background-color: #fff;
      margin: 0 auto;
      margin-bottom: 17px;
      position: relative;
      -webkit-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      transition: 0.3s ease all;
      border-bottom: 2px solid transparent;
      display: block !important; }
      .popular .popular_wrap .popular__prod:hover {
        -webkit-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        transition: 0.3s ease all;
        border-bottom: 2px solid #ccc;
        -webkit-transform: translateY(-5px);
            -ms-transform: translateY(-5px);
                transform: translateY(-5px); }
      .popular .popular_wrap .popular__prod img {
        margin-bottom: 20px; }
      .popular .popular_wrap .popular__prod .popular_desk {
        font-size: 16px;
        color: #17191D;
        margin-bottom: 17px; }
      .popular .popular_wrap .popular__prod .popular__price {
        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;
        font-family: 'Gugi',sans-serif; }
        .popular .popular_wrap .popular__prod .popular__price .price {
          color: #17191D;
          font-size: 15px; }
        .popular .popular_wrap .popular__prod .popular__price .new-price {
          color: #17191D;
          opacity: 0.3;
          position: relative; }
          .popular .popular_wrap .popular__prod .popular__price .new-price:after {
            content: '';
            display: block;
            height: 1px;
            background-color: #17191D;
            width: 100%;
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%); }
      .popular .popular_wrap .popular__prod .discont, .popular .popular_wrap .popular__prod .new-prod {
        position: absolute;
        top: 0;
        right: 10px;
        height: 43px;
        width: 43px;
        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;
        background: url(../img/discont_red.png) center top no-repeat/contain;
        padding-top: 8px;
        color: #fff;
        font-size: 15px; }
        .popular .popular_wrap .popular__prod .discont span, .popular .popular_wrap .popular__prod .new-prod span {
          font-family: 'Gugi',sans-serif; }
      .popular .popular_wrap .popular__prod .new-prod {
        background: url(../img/new_blue.png) center top no-repeat/contain;
        text-transform: uppercase; }
  .popular .product__cart-pagin {
    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;
    margin-top: 20px; }
    .popular .product__cart-pagin a {
      text-transform: uppercase;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      border: 1px solid rgba(54, 64, 67, 0.3);
      width: 110px;
      height: 40px;
      -webkit-border-radius: 38px;
              border-radius: 38px;
      font-size: 12px;
      font-weight: 500; }
      .popular .product__cart-pagin a:last-child {
        margin-left: 10px; }
        .popular .product__cart-pagin a:last-child > img {
          margin-left: 8px; }
      .popular .product__cart-pagin a:first-child > img {
        margin-right: 8px; }

.advertis {
  padding-top: 84px;
  padding-bottom: 90px; }
  .advertis .advert_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .advertis .advert_wrap .banner {
      margin-bottom: 20px;
      -webkit-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      transition: 0.3s ease all; }
      .advertis .advert_wrap .banner:hover {
        -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
                box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5); }
  .advertis .advertis__title {
    margin-bottom: 60px; }

.ideas {
  padding-top: 84px;
  padding-bottom: 100px;
  background-color: #F2F6FC; }
  .ideas .ideas__title {
    padding-bottom: 53px; }
  .ideas .ideas__wrap {
    margin-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 147px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    text-transform: uppercase;
    height: 15px;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: underline; }
  .ideas .slick-list {
    padding-top: 5px; }
  .ideas .ideas__wrapper {
    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-bottom: 37px;
    padding-top: 5px; }
  .ideas .ideas__box {
    padding: 10px 10px 25px 10px;
    width: 212px !important;
    height: 278px;
    background-color: #fff;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    border-bottom: 2px solid transparent;
    margin: 0 auto;
    display: block; }
    .ideas .ideas__box:hover {
      border-bottom: 2px solid #ccc;
      -webkit-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      transition: 0.3s ease all;
      -webkit-transform: translateY(-5px);
          -ms-transform: translateY(-5px);
              transform: translateY(-5px);
      cursor: pointer; }
    .ideas .ideas__box .img__block {
      position: relative; }
      .ideas .ideas__box .img__block .idea-rating {
        position: absolute;
        left: 10px;
        bottom: 10px;
        font-family: 'Gugi',sans-serif;
        font-size: 12px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        background-color: #FFC847;
        -webkit-border-radius: 18px;
                border-radius: 18px;
        width: 49px;
        height: 23px;
        color: #fff; }
      .ideas .ideas__box .img__block img {
        padding-left: 3px; }
    .ideas .ideas__box .idea__desc {
      font-size: 16px;
      margin-top: 20px;
      color: #17191D;
      margin-bottom: 14px; }
    .ideas .ideas__box .idea__person {
      color: #17191D;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      font-family: 'Gugi',sans-serif;
      font-size: 14px; }
      .ideas .ideas__box .idea__person img {
        margin-right: 8px; }
  .ideas .idea__cart-pagin {
    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;
    margin-top: 20px; }
    .ideas .idea__cart-pagin a {
      text-transform: uppercase;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      border: 1px solid rgba(54, 64, 67, 0.3);
      width: 110px;
      height: 40px;
      -webkit-border-radius: 38px;
              border-radius: 38px;
      font-size: 12px;
      font-weight: 500; }
      .ideas .idea__cart-pagin a:last-child {
        margin-left: 10px; }
        .ideas .idea__cart-pagin a:last-child > img {
          margin-left: 8px; }
      .ideas .idea__cart-pagin a:first-child > img {
        margin-right: 8px; }

.back_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 65px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: #3D3B46;
  margin-bottom: 60px; }
  .back_top svg {
    margin-left: 10px; }
  .back_top:hover {
    color: #fff; }

.footer {
  padding-bottom: 90px; }
  .footer .footer__info {
    margin-right: 103px; }
    .footer .footer__info > a {
      margin-bottom: 68px;
      display: block;
      width: 100%; }
    .footer .footer__info .footer__social {
      width: 110px;
      height: 30px;
      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-bottom: 30px; }
  .footer .footer_desc {
    font-size: 12px;
    width: 260px;
    line-height: 2.2em;
    color: #17191D;
    opacity: 0.5; }
    .footer .footer_desc > a {
      text-decoration: underline;
      color: #17191D; }
  .footer .footer_ttile {
    text-transform: uppercase;
    font-size: 13px;
    color: #17191D;
    font-weight: 500;
    margin-left: 50px;
    padding-bottom: 10px; }
  .footer .footer_category {
    margin-left: 50px;
    color: #17191D; }
    .footer .footer_category li {
      margin: 20px 0 20px 0;
      font-size: 14px; }

.logo-tablet img {
  display: block;
  margin: 0 auto;
  margin-bottom: 60px; }

.social-tablet .footer__social {
  margin: 0 auto;
  width: 110px;
  margin-top: 40px; }

.social-tablet .footer_desc {
  width: 100%;
  text-align: center;
  margin-top: 30px; }

.burger_overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100;
  overflow: hidden;
  display: none;
  -webkit-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all; }
  .burger_overlay .popup.active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  .burger_overlay .popup {
    width: 320px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateX(300%);
        -ms-transform: translateX(300%);
            transform: translateX(300%);
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all; }
    .burger_overlay .popup .burger_popup {
      background-color: #fff;
      width: 320px; }
      .burger_overlay .popup .burger_popup .burger__title {
        width: 100%;
        text-align: center;
        font-family: 'Gugi', sans-serif;
        font-size: 20px;
        color: #17191D;
        text-transform: uppercase;
        padding-top: 20px;
        padding-bottom: 40px; }
      .burger_overlay .popup .burger_popup .header__profile {
        width: 180px;
        margin: 0 auto;
        padding-top: 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 25px; }
        .burger_overlay .popup .burger_popup .header__profile .profile-inf {
          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; }
          .burger_overlay .popup .burger_popup .header__profile .profile-inf .profile-name {
            font-size: 15px;
            font-weight: 500;
            color: #17191D; }
          .burger_overlay .popup .burger_popup .header__profile .profile-inf .profile__set {
            position: relative;
            -webkit-transition: 0.3s ease all;
            -o-transition: 0.3s ease all;
            transition: 0.3s ease all; }
            .burger_overlay .popup .burger_popup .header__profile .profile-inf .profile__set:after, .burger_overlay .popup .burger_popup .header__profile .profile-inf .profile__set:before {
              content: '';
              display: block;
              width: 0;
              height: 2px;
              background-color: #89989D;
              position: absolute;
              bottom: -2px;
              right: 0;
              -webkit-transition: 0.3s ease all;
              -o-transition: 0.3s ease all;
              transition: 0.3s ease all; }
            .burger_overlay .popup .burger_popup .header__profile .profile-inf .profile__set:after {
              left: 0; }
            .burger_overlay .popup .burger_popup .header__profile .profile-inf .profile__set:hover:after, .burger_overlay .popup .burger_popup .header__profile .profile-inf .profile__set:hover:before {
              width: 50%; }
      .burger_overlay .popup .burger_popup .form {
        margin-left: 28px;
        height: 50px;
        -webkit-border-radius: 50px;
                border-radius: 50px;
        border: 1px solid #89989D;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        padding-left: 12px;
        width: 290px;
        margin: 0 auto;
        margin-bottom: 25px;
        display: none; }
        .burger_overlay .popup .burger_popup .form .header__search {
          border: none;
          width: 70%; }
          .burger_overlay .popup .burger_popup .form .header__search:focus {
            outline: none; }
          .burger_overlay .popup .burger_popup .form .header__search::-webkit-input-placeholder {
            font-size: 15px;
            font-family: 'Rubik', sans-serif;
            color: #89989D; }
          .burger_overlay .popup .burger_popup .form .header__search::-moz-placeholder {
            font-size: 15px;
            font-family: 'Rubik', sans-serif;
            color: #89989D; }
          .burger_overlay .popup .burger_popup .form .header__search:-ms-input-placeholder {
            font-size: 15px;
            font-family: 'Rubik', sans-serif;
            color: #89989D; }
          .burger_overlay .popup .burger_popup .form .header__search::-ms-input-placeholder {
            font-size: 15px;
            font-family: 'Rubik', sans-serif;
            color: #89989D; }
          .burger_overlay .popup .burger_popup .form .header__search::placeholder {
            font-size: 15px;
            font-family: 'Rubik', sans-serif;
            color: #89989D; }
          .burger_overlay .popup .burger_popup .form .header__search:focus::-webkit-input-placeholder {
            color: transparent; }
          .burger_overlay .popup .burger_popup .form .header__search:focus::-moz-placeholder {
            color: transparent; }
          .burger_overlay .popup .burger_popup .form .header__search:focus:-ms-input-placeholder {
            color: transparent; }
          .burger_overlay .popup .burger_popup .form .header__search:focus::-ms-input-placeholder {
            color: transparent; }
          .burger_overlay .popup .burger_popup .form .header__search:focus::placeholder {
            color: transparent; }
        .burger_overlay .popup .burger_popup .form .find-btn {
          background-color: transparent;
          border: none;
          margin-right: 8px; }
          .burger_overlay .popup .burger_popup .form .find-btn:active, .burger_overlay .popup .burger_popup .form .find-btn:focus {
            outline: none; }
        .burger_overlay .popup .burger_popup .form .header__categ {
          right: 15px;
          padding: 7px 7px;
          background-color: #DCE0E2;
          -webkit-border-radius: 42px;
                  border-radius: 42px;
          text-transform: uppercase;
          color: #89989D;
          font-family: 'Rubik', sans-serif;
          font-size: 11px;
          font-weight: 500;
          -webkit-transition: 0.3s ease all;
          -o-transition: 0.3s ease all;
          transition: 0.3s ease all; }
          .burger_overlay .popup .burger_popup .form .header__categ:hover {
            text-decoration: none;
            -webkit-box-shadow: 3px 3px 5px #89989D;
                    box-shadow: 3px 3px 5px #89989D;
            -webkit-transition: 0.3s ease all;
            -o-transition: 0.3s ease all;
            transition: 0.3s ease all; }
      .burger_overlay .popup .burger_popup .loc_place {
        width: 100%;
        height: 66px;
        background-color: rgba(137, 152, 157, 0.1);
        border-top: 1px solid rgba(23, 25, 29, 0.1);
        border-bottom: 1px solid rgba(23, 25, 29, 0.1);
        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; }
        .burger_overlay .popup .burger_popup .loc_place .loc_img {
          margin-right: 10px; }
        .burger_overlay .popup .burger_popup .loc_place .loc_wrap {
          text-transform: uppercase;
          color: #17191D;
          font-size: 13px;
          font-weight: 500; }
          .burger_overlay .popup .burger_popup .loc_place .loc_wrap > span {
            margin-right: 8px; }
          .burger_overlay .popup .burger_popup .loc_place .loc_wrap .loc_coutry {
            text-transform: capitalize;
            font-size: 15px;
            font-weight: 400;
            position: relative;
            -webkit-transition: 0.3s ease all;
            -o-transition: 0.3s ease all;
            transition: 0.3s ease all; }
            .burger_overlay .popup .burger_popup .loc_place .loc_wrap .loc_coutry:after, .burger_overlay .popup .burger_popup .loc_place .loc_wrap .loc_coutry:before {
              content: '';
              display: block;
              width: 0;
              height: 2px;
              background-color: #89989D;
              position: absolute;
              bottom: -2px;
              right: 0;
              -webkit-transition: 0.3s ease all;
              -o-transition: 0.3s ease all;
              transition: 0.3s ease all; }
            .burger_overlay .popup .burger_popup .loc_place .loc_wrap .loc_coutry:after {
              left: 0; }
            .burger_overlay .popup .burger_popup .loc_place .loc_wrap .loc_coutry:hover:after, .burger_overlay .popup .burger_popup .loc_place .loc_wrap .loc_coutry:hover:before {
              width: 50%; }
      .burger_overlay .popup .burger_popup .header__reg {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 25px;
        padding-bottom: 25px; }
        .burger_overlay .popup .burger_popup .header__reg .sing-up, .burger_overlay .popup .burger_popup .header__reg .sing-in {
          font-size: 13px;
          font-weight: 500;
          text-transform: uppercase; }
        .burger_overlay .popup .burger_popup .header__reg .sing-up {
          position: relative;
          -webkit-transition: 0.3s ease all;
          -o-transition: 0.3s ease all;
          transition: 0.3s ease all;
          margin-right: 20px; }
          .burger_overlay .popup .burger_popup .header__reg .sing-up:after, .burger_overlay .popup .burger_popup .header__reg .sing-up:before {
            content: '';
            display: block;
            width: 0;
            height: 2px;
            background-color: #89989D;
            position: absolute;
            bottom: -2px;
            right: 0;
            -webkit-transition: 0.3s ease all;
            -o-transition: 0.3s ease all;
            transition: 0.3s ease all; }
          .burger_overlay .popup .burger_popup .header__reg .sing-up:after {
            left: 0; }
          .burger_overlay .popup .burger_popup .header__reg .sing-up:hover:after, .burger_overlay .popup .burger_popup .header__reg .sing-up:hover:before {
            width: 50%; }
        .burger_overlay .popup .burger_popup .header__reg .sing-in {
          width: 87px;
          height: 35px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          color: #fff;
          -webkit-border-radius: 60px;
                  border-radius: 60px;
          background: #e40000;
          background: -webkit-gradient(left bottom, right top, color-stop(0%, #e40000), color-stop(62%, #f1705c), color-stop(62%, #f1705c), color-stop(100%, #ffa9a9));
          background: -webkit-linear-gradient(45deg, #e40000 0%, #f1705c 62%, #f1705c 62%, #ffa9a9 100%);
          background: -o-linear-gradient(45deg, #e40000 0%, #f1705c 62%, #f1705c 62%, #ffa9a9 100%);
          background: linear-gradient(45deg, #e40000 0%, #f1705c 62%, #f1705c 62%, #ffa9a9 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e40000', endColorstr='#ffa9a9', GradientType=1 );
          -webkit-transition: 0.3s ease all;
          -o-transition: 0.3s ease all;
          transition: 0.3s ease all; }
          .burger_overlay .popup .burger_popup .header__reg .sing-in:hover {
            -webkit-box-shadow: 3px 3px 5px  #89989D;
                    box-shadow: 3px 3px 5px  #89989D; }
      .burger_overlay .popup .burger_popup .buger_close {
        position: absolute;
        top: 10px;
        right: 16px; }

.config {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #F2F6FC; }
  .config .config__nav {
    margin-top: 10px;
    padding-left: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .config .config__nav svg {
      margin-right: 5px; }
    .config .config__nav .create,
    .config .config__nav .open,
    .config .config__nav .save,
    .config .config__nav .back,
    .config .config__nav .forward {
      margin-right: 20px;
      font-size: 12px;
      font-weight: 500;
      color: #89989D;
      text-transform: uppercase;
      cursor: pointer;
      display: inline-block;
      position: relative;
      -webkit-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      transition: 0.3s ease all; }
      .config .config__nav .create:after, .config .config__nav .create:before,
      .config .config__nav .open:after,
      .config .config__nav .open:before,
      .config .config__nav .save:after,
      .config .config__nav .save:before,
      .config .config__nav .back:after,
      .config .config__nav .back:before,
      .config .config__nav .forward:after,
      .config .config__nav .forward:before {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background-color: #89989D;
        position: absolute;
        bottom: -2px;
        right: 0;
        -webkit-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        transition: 0.3s ease all; }
      .config .config__nav .create:after,
      .config .config__nav .open:after,
      .config .config__nav .save:after,
      .config .config__nav .back:after,
      .config .config__nav .forward:after {
        left: 0; }
      .config .config__nav .create > span,
      .config .config__nav .open > span,
      .config .config__nav .save > span,
      .config .config__nav .back > span,
      .config .config__nav .forward > span {
        display: inline-block;
        -webkit-transform: translateY(1px);
            -ms-transform: translateY(1px);
                transform: translateY(1px); }
    .config .config__nav .create:hover:hover:after, .config .config__nav .create:hover:hover:before,
    .config .config__nav .open:hover:hover:after,
    .config .config__nav .open:hover:hover:before,
    .config .config__nav .save:hover:hover:after,
    .config .config__nav .save:hover:hover:before,
    .config .config__nav .back:hover:hover:after,
    .config .config__nav .back:hover:hover:before,
    .config .config__nav .forward:hover:hover:after,
    .config .config__nav .forward:hover:hover:before {
      width: 50%; }
  .config .config__categ {
    width: 100%;
    height: 85px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    margin-top: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 20px;
    padding-right: 15px;
    margin-bottom: 60px; }
    .config .config__categ .config__categ-type {
      height: 41px;
      min-width: 200px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 231px;
      position: relative; }
      .config .config__categ .config__categ-type:after {
        content: '';
        display: block;
        width: 1px;
        height: 25px;
        background-color: #c4c4c4;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
      .config .config__categ .config__categ-type .config__categ-chose {
        margin-left: 15px; }
        .config .config__categ .config__categ-type .config__categ-chose .categ__name {
          font-family: 'Gugi', sans-serif;
          text-transform: uppercase;
          color: #2B2E37;
          font-size: 13px;
          margin-bottom: 5px; }
        .config .config__categ .config__categ-type .config__categ-chose .all__categ {
          font-size: 13px;
          -webkit-transition: 0.3s ease all;
          -o-transition: 0.3s ease all;
          transition: 0.3s ease all;
          position: relative;
          cursor: pointer; }
          .config .config__categ .config__categ-type .config__categ-chose .all__categ span {
            margin-right: 3px; }
          .config .config__categ .config__categ-type .config__categ-chose .all__categ:after, .config .config__categ .config__categ-type .config__categ-chose .all__categ:before {
            content: '';
            display: block;
            width: 0;
            height: 2px;
            background-color: #89989D;
            position: absolute;
            bottom: -2px;
            right: 0;
            -webkit-transition: 0.3s ease all;
            -o-transition: 0.3s ease all;
            transition: 0.3s ease all; }
          .config .config__categ .config__categ-type .config__categ-chose .all__categ:after {
            left: 0; }
          .config .config__categ .config__categ-type .config__categ-chose .all__categ:hover:after, .config .config__categ .config__categ-type .config__categ-chose .all__categ:hover:before {
            width: 50%; }
    .config .config__categ .config__categ-products {
      width: 700px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 0px 30px 0 30px; }
      .config .config__categ .config__categ-products .product {
        font-size: 12px;
        max-height: 41px;
        text-transform: uppercase;
        font-family: 'Gugi', sans-serif;
        color: #89989D;
        border: 1px solid #89989D;
        padding: 13px 17px;
        -webkit-border-radius: 31px;
                border-radius: 31px;
        height: 41px;
        font-weight: 400;
        -webkit-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        transition: 0.3s ease all;
        cursor: pointer; }
        .config .config__categ .config__categ-products .product:hover {
          color: #364043;
          border-color: #364043; }
      .config .config__categ .config__categ-products .product.active {
        color: #364043;
        border-color: #364043; }
    .config .config__categ .config__categ-allprod {
      min-width: 140px;
      max-height: 44px;
      margin-left: auto;
      font-size: 12px;
      font-family: 'Gugi', sans-serif;
      color: #fff;
      text-transform: uppercase;
      background: -webkit-linear-gradient(45deg, #E40000 30%, #F25858 60%, #FFA9A9 100%);
      background: -o-linear-gradient(45deg, #E40000 30%, #F25858 60%, #FFA9A9 100%);
      background: linear-gradient(45deg, #E40000 30%, #F25858 60%, #FFA9A9 100%);
      padding: 13px 20px;
      -webkit-border-radius: 31px;
              border-radius: 31px;
      cursor: pointer;
      -webkit-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      transition: 0.3s ease all; }
      .config .config__categ .config__categ-allprod:hover {
        -webkit-box-shadow: 3px 3px 5px #89989D;
                box-shadow: 3px 3px 5px #89989D; }
  .config .config__tools {
    height: 555px;
    width: 165px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }
    .config .config__tools .config__tools-title {
      padding: 20px 0 27px 20px;
      text-transform: uppercase;
      color: #000;
      font-weight: 500;
      font-size: 14px; }
    .config .config__tools .config__tools-wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .config .config__tools .config__tools-wrap .size,
      .config .config__tools .config__tools-wrap .color,
      .config .config__tools .config__tools-wrap .image,
      .config .config__tools .config__tools-wrap .text,
      .config .config__tools .config__tools-wrap .button {
        border-right: 1px solid #DFE0E1;
        padding-right: 10px; }
      .config .config__tools .config__tools-wrap .pocket {
        padding-right: 10px; }
      .config .config__tools .config__tools-wrap .material,
      .config .config__tools .config__tools-wrap .badges,
      .config .config__tools .config__tools-wrap .other,
      .config .config__tools .config__tools-wrap .stripes,
      .config .config__tools .config__tools-wrap .zipper {
        padding-left: 10px; }
      .config .config__tools .config__tools-wrap .config__tool:after {
        display: block;
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 67.5px;
        height: 1px;
        background-color: #DFE0E1; }
      .config .config__tools .config__tools-wrap .material:after,
      .config .config__tools .config__tools-wrap .badges:after,
      .config .config__tools .config__tools-wrap .other:after,
      .config .config__tools .config__tools-wrap .stripes:after,
      .config .config__tools .config__tools-wrap .zipper:after {
        left: 0; }
      .config .config__tools .config__tools-wrap .pocket:after {
        top: 0;
        right: 0;
        height: 68px;
        width: 1px; }
      .config .config__tools .config__tools-wrap .config__tool {
        width: 65px;
        padding-bottom: 16px;
        padding-top: 16px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        cursor: pointer;
        position: relative;
        -webkit-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        transition: 0.3s ease all; }
        .config .config__tools .config__tools-wrap .config__tool path {
          -webkit-transition: 0.3s ease all;
          -o-transition: 0.3s ease all;
          transition: 0.3s ease all; }
        .config .config__tools .config__tools-wrap .config__tool .name {
          font-weight: 500;
          font-size: 11px;
          text-transform: uppercase;
          color: #2B2E37;
          margin-top: 10px;
          -webkit-transition: 0.3s ease all;
          -o-transition: 0.3s ease all;
          transition: 0.3s ease all; }
      .config .config__tools .config__tools-wrap .config__tool:hover .name {
        color: #2673E8; }
      .config .config__tools .config__tools-wrap .config__tool:hover > svg path {
        fill: #2673E8; }
      .config .config__tools .config__tools-wrap .config__tool.active .name {
        color: #2673E8; }
      .config .config__tools .config__tools-wrap .config__tool.active > svg path {
        fill: #2673E8; }
      .config .config__tools .config__tools-wrap .size, .config .config__tools .config__tools-wrap .material {
        padding-top: 0; }
      .config .config__tools .config__tools-wrap .zipper svg {
        -webkit-transform: translateY(-5px);
            -ms-transform: translateY(-5px);
                transform: translateY(-5px); }
      .config .config__tools .config__tools-wrap .zipper .name {
        margin-top: 0 !important; }
  .config .all_modal {
    position: absolute;
    right: -140%;
    top: 62px; }
    .config .all_modal .tools__modal {
      position: absolute;
      top: -62px;
      right: 0;
      width: 210px;
      height: 315px;
      background-color: #fff;
      z-index: 9;
      -webkit-border-radius: 4px;
              border-radius: 4px;
      -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
              box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
      cursor: default;
      padding: 15px;
      display: none; }
      .config .all_modal .tools__modal:after {
        content: '';
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-right: 10px solid #fff;
        border-bottom: 15px solid transparent;
        display: block;
        position: absolute;
        top: 70px;
        left: -9px; }
      .config .all_modal .tools__modal .tools-btn {
        margin-top: 20px;
        width: 180px;
        height: 36px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        background-color: #2673E8;
        color: #fff;
        -webkit-border-radius: 23px;
                border-radius: 23px;
        cursor: pointer;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 700;
        -webkit-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        transition: 0.3s ease all; }
        .config .all_modal .tools__modal .tools-btn:hover {
          -webkit-box-shadow: 3px 3px 5px #89989D;
                  box-shadow: 3px 3px 5px #89989D; }
      .config .all_modal .tools__modal .tools-box {
        width: 186px;
        height: 233px;
        margin-top: 0; }
        .config .all_modal .tools__modal .tools-box .tools-wrap:nth-child(odd) {
          margin-right: 5px; }
        .config .all_modal .tools__modal .tools-box .tools-wrap {
          display: inline-block;
          margin-top: 0;
          cursor: pointer; }
          .config .all_modal .tools__modal .tools-box .tools-wrap .tools-vriable {
            width: 78px;
            height: 52px;
            background-color: #DCE0E2;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            margin-top: 0;
            margin-bottom: 5px;
            -webkit-transition: 0.3s ease all;
            -o-transition: 0.3s ease all;
            transition: 0.3s ease all; }
            .config .all_modal .tools__modal .tools-box .tools-wrap .tools-vriable .marck {
              background-color: #FFF;
              height: 34px;
              width: 34px;
              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-border-radius: 50%;
                      border-radius: 50%;
              font-family: 'Gugi', sans-serif;
              font-size: 11px;
              color: #89989D;
              -webkit-transition: 0.3s ease all;
              -o-transition: 0.3s ease all;
              transition: 0.3s ease all; }
          .config .all_modal .tools__modal .tools-box .tools-wrap .tools-name {
            color: rgba(43, 46, 55, 0.5);
            font-size: 12px;
            -webkit-transition: 0.3s ease all;
            -o-transition: 0.3s ease all;
            transition: 0.3s ease all;
            padding-bottom: 6px; }
    .config .all_modal .size-modal .tools-wrap:hover .tools-vriable {
      background-color: #2673E8; }
      .config .all_modal .size-modal .tools-wrap:hover .tools-vriable .marck {
        color: #000; }
    .config .all_modal .size-modal .tools-wrap:hover .tools-name {
      color: #000; }
    .config .all_modal .size-modal .tools-wrap.active .tools-vriable {
      background-color: #2673E8; }
      .config .all_modal .size-modal .tools-wrap.active .tools-vriable .marck {
        color: #000; }
    .config .all_modal .size-modal .tools-wrap.active .tools-name {
      color: #000; }
    .config .all_modal .material-modal .tools-wrap .tools-vriable,
    .config .all_modal .badge-modal .tools-wrap .tools-vriable,
    .config .all_modal .image-modal .tools-wrap .tools-vriable,
    .config .all_modal .other-modal .tools-wrap .tools-vriable,
    .config .all_modal .text-modal .tools-wrap .tools-vriable,
    .config .all_modal .stripes-modal .tools-wrap .tools-vriable,
    .config .all_modal .button-modal .tools-wrap .tools-vriable,
    .config .all_modal .zipper-modal .tools-wrap .tools-vriable,
    .config .all_modal .pocket-modal .tools-wrap .tools-vriable {
      display: block;
      position: relative; }
      .config .all_modal .material-modal .tools-wrap .tools-vriable:after,
      .config .all_modal .badge-modal .tools-wrap .tools-vriable:after,
      .config .all_modal .image-modal .tools-wrap .tools-vriable:after,
      .config .all_modal .other-modal .tools-wrap .tools-vriable:after,
      .config .all_modal .text-modal .tools-wrap .tools-vriable:after,
      .config .all_modal .stripes-modal .tools-wrap .tools-vriable:after,
      .config .all_modal .button-modal .tools-wrap .tools-vriable:after,
      .config .all_modal .zipper-modal .tools-wrap .tools-vriable:after,
      .config .all_modal .pocket-modal .tools-wrap .tools-vriable:after {
        content: '';
        height: 14px;
        width: 14px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        position: absolute;
        top: 5px;
        right: 5px;
        opacity: 0;
        -webkit-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        transition: 0.3s ease all;
        background: #2673E8 url(../img/accept_icon.svg) no-repeat center; }
    .config .all_modal .material-modal .tools-wrap:hover .tools-vriable:after,
    .config .all_modal .badge-modal .tools-wrap:hover .tools-vriable:after,
    .config .all_modal .image-modal .tools-wrap:hover .tools-vriable:after,
    .config .all_modal .other-modal .tools-wrap:hover .tools-vriable:after,
    .config .all_modal .text-modal .tools-wrap:hover .tools-vriable:after,
    .config .all_modal .stripes-modal .tools-wrap:hover .tools-vriable:after,
    .config .all_modal .button-modal .tools-wrap:hover .tools-vriable:after,
    .config .all_modal .zipper-modal .tools-wrap:hover .tools-vriable:after,
    .config .all_modal .pocket-modal .tools-wrap:hover .tools-vriable:after {
      opacity: 1; }
    .config .all_modal .material-modal .tools-wrap.active .tools-vriable:after,
    .config .all_modal .badge-modal .tools-wrap.active .tools-vriable:after,
    .config .all_modal .image-modal .tools-wrap.active .tools-vriable:after,
    .config .all_modal .other-modal .tools-wrap.active .tools-vriable:after,
    .config .all_modal .text-modal .tools-wrap.active .tools-vriable:after,
    .config .all_modal .stripes-modal .tools-wrap.active .tools-vriable:after,
    .config .all_modal .button-modal .tools-wrap.active .tools-vriable:after,
    .config .all_modal .zipper-modal .tools-wrap.active .tools-vriable:after,
    .config .all_modal .pocket-modal .tools-wrap.active .tools-vriable:after {
      opacity: 1; }
    .config .all_modal .color-modal {
      position: absolute;
      right: -10px;
      width: 220px;
      height: 300px; }
      .config .all_modal .color-modal:after {
        top: 160px; }
    .config .all_modal .color-modal .color-variable {
      width: 100%;
      height: 140px;
      cursor: pointer;
      margin-bottom: 10px; }
    .config .all_modal .color-modal .color-move {
      position: relative;
      background-color: #000;
      height: 15px;
      width: 100%;
      -webkit-border-radius: 36px;
              border-radius: 36px;
      margin-bottom: 15px; }
      .config .all_modal .color-modal .color-move .color-btn {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 15px;
        height: 15px;
        background-color: #000;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        border: 2px solid rgba(255, 255, 255, 0.5); }
    .config .all_modal .color-modal .color__info {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .config .all_modal .color-modal .color__info .color__info-name {
        font-size: 12px;
        text-transform: uppercase;
        color: #2B2E37;
        padding-right: 48px; }
      .config .all_modal .color-modal .color__info .color__info-hex,
      .config .all_modal .color-modal .color__info .color__info-opacity {
        width: 52px;
        border: none;
        border-bottom: 1px solid rgba(43, 46, 55, 0.25);
        color: rgba(43, 46, 55, 0.5);
        font-size: 12px;
        text-transform: uppercase;
        outline: none;
        -webkit-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        transition: 0.3s ease all;
        margin-right: 9px; }
        .config .all_modal .color-modal .color__info .color__info-hex:focus,
        .config .all_modal .color-modal .color__info .color__info-opacity:focus {
          border-bottom: 1px solid #2b2e37;
          color: #000; }
      .config .all_modal .color-modal .color__info .color__info-opacity {
        width: 30px; }
    .config .all_modal .color-modal .color-types {
      width: 170px;
      height: 50px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin: 0 auto;
      margin-top: 15px; }
      .config .all_modal .color-modal .color-types div {
        width: 22px;
        height: 22px;
        background-color: #000;
        cursor: pointer; }
    .config .all_modal .badge-modal:after, .config .all_modal .button-modal:after, .config .all_modal .zipper-modal:after {
      top: 160px; }
    .config .all_modal .image-modal:after, .config .all_modal .other-modal:after, .config .all_modal .pocket-modal:after {
      top: 240px; }
    .config .all_modal .text-modal, .config .all_modal .stripes-modal, .config .all_modal .button-modal, .config .all_modal .zipper-modal, .config .all_modal .pocket-modal {
      top: 178px; }
  .config .config__image {
    width: 100%;
    height: 555px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-perspective: 3000px;
            perspective: 3000px;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
    .config .config__image div {
      position: absolute;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .config .config__image .hood,
    .config .config__image .neck,
    .config .config__image .shoulder,
    .config .config__image .left-arm,
    .config .config__image .right-arm {
      width: 32px;
      height: 32px;
      background-color: #2673E8;
      -webkit-box-shadow: 0px 0px 0px 5px rgba(38, 115, 232, 0.1);
              box-shadow: 0px 0px 0px 5px rgba(38, 115, 232, 0.1);
      cursor: pointer;
      -webkit-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      transition: 0.3s ease all; }
      .config .config__image .hood path,
      .config .config__image .neck path,
      .config .config__image .shoulder path,
      .config .config__image .left-arm path,
      .config .config__image .right-arm path {
        -webkit-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        transition: 0.3s ease all; }
    .config .config__image .hood {
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
    .config .config__image .neck {
      top: 110px;
      left: 40%; }
    .config .config__image .shoulder {
      top: 130px;
      right: 33%; }
    .config .config__image .left-arm {
      top: 48%;
      left: 20%; }
    .config .config__image .right-arm {
      top: 40%;
      right: 22%; }
    .config .config__image .arm-size,
    .config .config__image .main-size {
      background-color: #ED3939;
      width: 25px;
      height: 25px;
      -webkit-box-shadow: 0px 0px 0px 3px rgba(237, 57, 57, 0.1);
              box-shadow: 0px 0px 0px 3px rgba(237, 57, 57, 0.1);
      cursor: pointer;
      -webkit-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      transition: 0.3s ease all; }
      .config .config__image .arm-size path,
      .config .config__image .main-size path {
        -webkit-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        transition: 0.3s ease all; }
    .config .config__image .arm-size {
      top: 52%;
      right: 25%; }
    .config .config__image .main-size {
      bottom: -10px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
    .config .config__image .round {
      cursor: pointer;
      bottom: 0;
      right: 70px; }
    .config .config__image .hood:hover,
    .config .config__image .neck:hover,
    .config .config__image .shoulder:hover,
    .config .config__image .left-arm:hover,
    .config .config__image .right-arm:hover {
      -webkit-box-shadow: 0px 0px 0px 4px #2673e8;
              box-shadow: 0px 0px 0px 4px #2673e8;
      background-color: rgba(38, 115, 232, 0.2); }
      .config .config__image .hood:hover path,
      .config .config__image .neck:hover path,
      .config .config__image .shoulder:hover path,
      .config .config__image .left-arm:hover path,
      .config .config__image .right-arm:hover path {
        fill: #2673e8; }
    .config .config__image .arm-size:hover,
    .config .config__image .main-size:hover {
      -webkit-box-shadow: 0px 0px 0px 3px #ed3939;
              box-shadow: 0px 0px 0px 3px #ed3939;
      background-color: rgba(237, 57, 57, 0.2); }
      .config .config__image .arm-size:hover > svg > path,
      .config .config__image .main-size:hover > svg > path {
        fill: #ed3939; }
    .config .config__image img {
      margin: 0 auto;
      -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
              align-self: flex-end;
      display: block;
      -webkit-backface-visibility: visible;
              backface-visibility: visible; }
    .config .config__image .card-active {
      -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.2, 1), -webkit-filter 0.15s cubic-bezier(0, 0, 0.2, 1);
      transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.2, 1), -webkit-filter 0.15s cubic-bezier(0, 0, 0.2, 1);
      -o-transition: transform 0.4s cubic-bezier(0, 0, 0.2, 1), filter 0.15s cubic-bezier(0, 0, 0.2, 1);
      transition: transform 0.4s cubic-bezier(0, 0, 0.2, 1), filter 0.15s cubic-bezier(0, 0, 0.2, 1);
      transition: transform 0.4s cubic-bezier(0, 0, 0.2, 1), filter 0.15s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0, 0, 0.2, 1), -webkit-filter 0.15s cubic-bezier(0, 0, 0.2, 1); }
    .config .config__image .arm-size_pop, .config .config__image .main-size_pop {
      position: absolute;
      right: -90px;
      top: -10px;
      width: 72px;
      height: 45px;
      background-color: #fff;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      cursor: default;
      display: none; }
      .config .config__image .arm-size_pop:after, .config .config__image .main-size_pop:after {
        display: block;
        content: '';
        height: 1px;
        width: 43px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: 12px;
        background-color: rgba(43, 46, 55, 0.25); }
      .config .config__image .arm-size_pop:before, .config .config__image .main-size_pop:before {
        content: '';
        display: block;
        position: absolute;
        border-right: 5px solid #fff;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: -4px; }
      .config .config__image .arm-size_pop .arm-size_width, .config .config__image .arm-size_pop .main-size_width, .config .config__image .main-size_pop .arm-size_width, .config .config__image .main-size_pop .main-size_width {
        width: 43px;
        border: none;
        font-size: 13px;
        font-weight: 500;
        color: rgba(43, 46, 55, 0.5);
        outline: none;
        max-height: 43px;
        display: inline;
        width: 20px;
        position: relative; }
      .config .config__image .arm-size_pop .sm, .config .config__image .main-size_pop .sm {
        font-size: 13px;
        font-weight: 500;
        color: rgba(43, 46, 55, 0.5);
        text-transform: uppercase; }
      .config .config__image .arm-size_pop .arm-size_close, .config .config__image .arm-size_pop .main-size_close, .config .config__image .main-size_pop .arm-size_close, .config .config__image .main-size_pop .main-size_close {
        position: absolute;
        height: 23px;
        width: 23px;
        right: -10px;
        top: -10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        background-color: #3D3B46;
        border: solid 3px transparent;
        cursor: pointer; }
    .config .config__image .arm-size_pop.pop, .config .config__image .main-size_pop.pop {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .config .config__image .main-size_pop {
      right: -25px;
      top: -60px; }
      .config .config__image .main-size_pop:before {
        top: 45px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        border-top: 5px solid #fff;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent; }
  .config .config__comment {
    padding: 20px 20px 20px 20px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); }
    .config .config__comment .config__comment-title {
      font-weight: 500;
      color: #2B2E37;
      font-size: 14px;
      margin-bottom: 20px;
      text-transform: uppercase; }
    .config .config__comment .config__comment-text {
      border: none;
      border-bottom: 1px solid #DFE0E1;
      padding-bottom: 8px;
      outline: none;
      font-family: 'Rubik', sans-serif;
      font-size: 13px;
      color: rgba(43, 46, 55, 0.5);
      width: 100%;
      margin-bottom: 20px; }
      .config .config__comment .config__comment-text::-webkit-input-placeholder {
        font-family: 'Rubik', sans-serif;
        font-size: 13px;
        color: rgba(43, 46, 55, 0.5); }
      .config .config__comment .config__comment-text::-moz-placeholder {
        font-family: 'Rubik', sans-serif;
        font-size: 13px;
        color: rgba(43, 46, 55, 0.5); }
      .config .config__comment .config__comment-text:-ms-input-placeholder {
        font-family: 'Rubik', sans-serif;
        font-size: 13px;
        color: rgba(43, 46, 55, 0.5); }
      .config .config__comment .config__comment-text::-ms-input-placeholder {
        font-family: 'Rubik', sans-serif;
        font-size: 13px;
        color: rgba(43, 46, 55, 0.5); }
      .config .config__comment .config__comment-text::placeholder {
        font-family: 'Rubik', sans-serif;
        font-size: 13px;
        color: rgba(43, 46, 55, 0.5); }
    .config .config__comment .config__comment-submit {
      color: #fff;
      text-transform: uppercase;
      background-color: #2673E8;
      display: inline-block;
      padding: 10px 20px 10px 20px;
      text-transform: uppercase;
      font-size: 11px;
      font-weight: 700;
      -webkit-border-radius: 23px;
              border-radius: 23px;
      margin-left: 115px;
      -webkit-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      transition: 0.3s ease all; }
      .config .config__comment .config__comment-submit:hover {
        -webkit-box-shadow: 3px 3px 5px #89989D;
                box-shadow: 3px 3px 5px #89989D; }
  .config .config__info-elem {
    padding-left: 20px;
    margin-top: 96px; }
    .config .config__info-elem li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 10px; }
      .config .config__info-elem li div:first-child {
        color: rgba(43, 46, 55, 0.5);
        font-size: 13px;
        width: 50%; }
      .config .config__info-elem li div:last-child {
        color: #2B2E37;
        font-weight: 500; }
  .config .config__info-place {
    width: 100%;
    padding: 15px 0;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    -webkit-border-radius: 47px;
            border-radius: 47px;
    background-color: #2673E8;
    font-size: 13px;
    margin-top: 40px;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all; }
    .config .config__info-place:hover {
      -webkit-box-shadow: 3px 3px 5px #89989D;
              box-shadow: 3px 3px 5px #89989D; }

.scroll-element {
  width: 5px !important; }
  .scroll-element .scroll-bar {
    background-color: #89989D !important; }

.product-overlay, .categoty-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  left: 0;
  top: 0;
  z-index: 100;
  display: none; }
  .product-overlay .product__modal, .product-overlay .categoty__modal, .categoty-overlay .product__modal, .categoty-overlay .categoty__modal {
    position: absolute;
    width: 359px;
    height: 435px;
    background-color: #fff;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(300%, -50%);
        -ms-transform: translate(300%, -50%);
            transform: translate(300%, -50%);
    padding: 0 30px;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all; }
    .product-overlay .product__modal .product__modal-title, .product-overlay .product__modal .categoty__modal-title, .product-overlay .categoty__modal .product__modal-title, .product-overlay .categoty__modal .categoty__modal-title, .categoty-overlay .product__modal .product__modal-title, .categoty-overlay .product__modal .categoty__modal-title, .categoty-overlay .categoty__modal .product__modal-title, .categoty-overlay .categoty__modal .categoty__modal-title {
      margin-top: 40px;
      margin-bottom: 30px;
      font-size: 25px;
      color: #000;
      font-weight: 500;
      text-align: center; }
    .product-overlay .product__modal .product__modal-box, .product-overlay .product__modal .categoty__modal-box, .product-overlay .categoty__modal .product__modal-box, .product-overlay .categoty__modal .categoty__modal-box, .categoty-overlay .product__modal .product__modal-box, .categoty-overlay .product__modal .categoty__modal-box, .categoty-overlay .categoty__modal .product__modal-box, .categoty-overlay .categoty__modal .categoty__modal-box {
      width: 299px;
      max-height: 296px; }
      .product-overlay .product__modal .product__modal-box .product__modal-item, .product-overlay .product__modal .product__modal-box .categoty__modal-item, .product-overlay .product__modal .categoty__modal-box .product__modal-item, .product-overlay .product__modal .categoty__modal-box .categoty__modal-item, .product-overlay .categoty__modal .product__modal-box .product__modal-item, .product-overlay .categoty__modal .product__modal-box .categoty__modal-item, .product-overlay .categoty__modal .categoty__modal-box .product__modal-item, .product-overlay .categoty__modal .categoty__modal-box .categoty__modal-item, .categoty-overlay .product__modal .product__modal-box .product__modal-item, .categoty-overlay .product__modal .product__modal-box .categoty__modal-item, .categoty-overlay .product__modal .categoty__modal-box .product__modal-item, .categoty-overlay .product__modal .categoty__modal-box .categoty__modal-item, .categoty-overlay .categoty__modal .product__modal-box .product__modal-item, .categoty-overlay .categoty__modal .product__modal-box .categoty__modal-item, .categoty-overlay .categoty__modal .categoty__modal-box .product__modal-item, .categoty-overlay .categoty__modal .categoty__modal-box .categoty__modal-item {
        margin-bottom: 15px;
        position: relative;
        -webkit-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        transition: 0.3s ease all; }
        .product-overlay .product__modal .product__modal-box .product__modal-item:before, .product-overlay .product__modal .product__modal-box .categoty__modal-item:before, .product-overlay .product__modal .categoty__modal-box .product__modal-item:before, .product-overlay .product__modal .categoty__modal-box .categoty__modal-item:before, .product-overlay .categoty__modal .product__modal-box .product__modal-item:before, .product-overlay .categoty__modal .product__modal-box .categoty__modal-item:before, .product-overlay .categoty__modal .categoty__modal-box .product__modal-item:before, .product-overlay .categoty__modal .categoty__modal-box .categoty__modal-item:before, .categoty-overlay .product__modal .product__modal-box .product__modal-item:before, .categoty-overlay .product__modal .product__modal-box .categoty__modal-item:before, .categoty-overlay .product__modal .categoty__modal-box .product__modal-item:before, .categoty-overlay .product__modal .categoty__modal-box .categoty__modal-item:before, .categoty-overlay .categoty__modal .product__modal-box .product__modal-item:before, .categoty-overlay .categoty__modal .product__modal-box .categoty__modal-item:before, .categoty-overlay .categoty__modal .categoty__modal-box .product__modal-item:before, .categoty-overlay .categoty__modal .categoty__modal-box .categoty__modal-item:before {
          content: '';
          background-color: rgba(43, 46, 55, 0.5);
          display: block;
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          position: absolute;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          height: 5px;
          width: 5px;
          -webkit-transition: 0.3s ease all;
          -o-transition: 0.3s ease all;
          transition: 0.3s ease all; }
        .product-overlay .product__modal .product__modal-box .product__modal-item:after, .product-overlay .product__modal .product__modal-box .categoty__modal-item:after, .product-overlay .product__modal .categoty__modal-box .product__modal-item:after, .product-overlay .product__modal .categoty__modal-box .categoty__modal-item:after, .product-overlay .categoty__modal .product__modal-box .product__modal-item:after, .product-overlay .categoty__modal .product__modal-box .categoty__modal-item:after, .product-overlay .categoty__modal .categoty__modal-box .product__modal-item:after, .product-overlay .categoty__modal .categoty__modal-box .categoty__modal-item:after, .categoty-overlay .product__modal .product__modal-box .product__modal-item:after, .categoty-overlay .product__modal .product__modal-box .categoty__modal-item:after, .categoty-overlay .product__modal .categoty__modal-box .product__modal-item:after, .categoty-overlay .product__modal .categoty__modal-box .categoty__modal-item:after, .categoty-overlay .categoty__modal .product__modal-box .product__modal-item:after, .categoty-overlay .categoty__modal .product__modal-box .categoty__modal-item:after, .categoty-overlay .categoty__modal .categoty__modal-box .product__modal-item:after, .categoty-overlay .categoty__modal .categoty__modal-box .categoty__modal-item:after {
          content: '';
          display: block;
          background: url(../img/accept_icon.svg) no-repeat center center;
          height: 20px;
          width: 20px;
          background-color: #2673E8;
          position: absolute;
          right: 20px;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          opacity: 0;
          -webkit-transition: 0.3s ease all;
          -o-transition: 0.3s ease all;
          transition: 0.3s ease all; }
        .product-overlay .product__modal .product__modal-box .product__modal-item:last-child, .product-overlay .product__modal .product__modal-box .categoty__modal-item:last-child, .product-overlay .product__modal .categoty__modal-box .product__modal-item:last-child, .product-overlay .product__modal .categoty__modal-box .categoty__modal-item:last-child, .product-overlay .categoty__modal .product__modal-box .product__modal-item:last-child, .product-overlay .categoty__modal .product__modal-box .categoty__modal-item:last-child, .product-overlay .categoty__modal .categoty__modal-box .product__modal-item:last-child, .product-overlay .categoty__modal .categoty__modal-box .categoty__modal-item:last-child, .categoty-overlay .product__modal .product__modal-box .product__modal-item:last-child, .categoty-overlay .product__modal .product__modal-box .categoty__modal-item:last-child, .categoty-overlay .product__modal .categoty__modal-box .product__modal-item:last-child, .categoty-overlay .product__modal .categoty__modal-box .categoty__modal-item:last-child, .categoty-overlay .categoty__modal .product__modal-box .product__modal-item:last-child, .categoty-overlay .categoty__modal .product__modal-box .categoty__modal-item:last-child, .categoty-overlay .categoty__modal .categoty__modal-box .product__modal-item:last-child, .categoty-overlay .categoty__modal .categoty__modal-box .categoty__modal-item:last-child {
          margin-bottom: 0; }
        .product-overlay .product__modal .product__modal-box .product__modal-item > a, .product-overlay .product__modal .product__modal-box .categoty__modal-item > a, .product-overlay .product__modal .categoty__modal-box .product__modal-item > a, .product-overlay .product__modal .categoty__modal-box .categoty__modal-item > a, .product-overlay .categoty__modal .product__modal-box .product__modal-item > a, .product-overlay .categoty__modal .product__modal-box .categoty__modal-item > a, .product-overlay .categoty__modal .categoty__modal-box .product__modal-item > a, .product-overlay .categoty__modal .categoty__modal-box .categoty__modal-item > a, .categoty-overlay .product__modal .product__modal-box .product__modal-item > a, .categoty-overlay .product__modal .product__modal-box .categoty__modal-item > a, .categoty-overlay .product__modal .categoty__modal-box .product__modal-item > a, .categoty-overlay .product__modal .categoty__modal-box .categoty__modal-item > a, .categoty-overlay .categoty__modal .product__modal-box .product__modal-item > a, .categoty-overlay .categoty__modal .product__modal-box .categoty__modal-item > a, .categoty-overlay .categoty__modal .categoty__modal-box .product__modal-item > a, .categoty-overlay .categoty__modal .categoty__modal-box .categoty__modal-item > a {
          font-size: 15px;
          font-family: 'Gugi', sans-serif;
          text-transform: uppercase;
          width: 95%;
          display: block;
          padding-left: 20px;
          -webkit-transition: 0.3s ease all;
          -o-transition: 0.3s ease all;
          transition: 0.3s ease all; }
        .product-overlay .product__modal .product__modal-box .product__modal-item:hover a, .product-overlay .product__modal .product__modal-box .categoty__modal-item:hover a, .product-overlay .product__modal .categoty__modal-box .product__modal-item:hover a, .product-overlay .product__modal .categoty__modal-box .categoty__modal-item:hover a, .product-overlay .categoty__modal .product__modal-box .product__modal-item:hover a, .product-overlay .categoty__modal .product__modal-box .categoty__modal-item:hover a, .product-overlay .categoty__modal .categoty__modal-box .product__modal-item:hover a, .product-overlay .categoty__modal .categoty__modal-box .categoty__modal-item:hover a, .categoty-overlay .product__modal .product__modal-box .product__modal-item:hover a, .categoty-overlay .product__modal .product__modal-box .categoty__modal-item:hover a, .categoty-overlay .product__modal .categoty__modal-box .product__modal-item:hover a, .categoty-overlay .product__modal .categoty__modal-box .categoty__modal-item:hover a, .categoty-overlay .categoty__modal .product__modal-box .product__modal-item:hover a, .categoty-overlay .categoty__modal .product__modal-box .categoty__modal-item:hover a, .categoty-overlay .categoty__modal .categoty__modal-box .product__modal-item:hover a, .categoty-overlay .categoty__modal .categoty__modal-box .categoty__modal-item:hover a {
          color: #000; }
        .product-overlay .product__modal .product__modal-box .product__modal-item:hover:before, .product-overlay .product__modal .product__modal-box .categoty__modal-item:hover:before, .product-overlay .product__modal .categoty__modal-box .product__modal-item:hover:before, .product-overlay .product__modal .categoty__modal-box .categoty__modal-item:hover:before, .product-overlay .categoty__modal .product__modal-box .product__modal-item:hover:before, .product-overlay .categoty__modal .product__modal-box .categoty__modal-item:hover:before, .product-overlay .categoty__modal .categoty__modal-box .product__modal-item:hover:before, .product-overlay .categoty__modal .categoty__modal-box .categoty__modal-item:hover:before, .categoty-overlay .product__modal .product__modal-box .product__modal-item:hover:before, .categoty-overlay .product__modal .product__modal-box .categoty__modal-item:hover:before, .categoty-overlay .product__modal .categoty__modal-box .product__modal-item:hover:before, .categoty-overlay .product__modal .categoty__modal-box .categoty__modal-item:hover:before, .categoty-overlay .categoty__modal .product__modal-box .product__modal-item:hover:before, .categoty-overlay .categoty__modal .product__modal-box .categoty__modal-item:hover:before, .categoty-overlay .categoty__modal .categoty__modal-box .product__modal-item:hover:before, .categoty-overlay .categoty__modal .categoty__modal-box .categoty__modal-item:hover:before {
          background-color: #000; }
        .product-overlay .product__modal .product__modal-box .product__modal-item:hover:after, .product-overlay .product__modal .product__modal-box .categoty__modal-item:hover:after, .product-overlay .product__modal .categoty__modal-box .product__modal-item:hover:after, .product-overlay .product__modal .categoty__modal-box .categoty__modal-item:hover:after, .product-overlay .categoty__modal .product__modal-box .product__modal-item:hover:after, .product-overlay .categoty__modal .product__modal-box .categoty__modal-item:hover:after, .product-overlay .categoty__modal .categoty__modal-box .product__modal-item:hover:after, .product-overlay .categoty__modal .categoty__modal-box .categoty__modal-item:hover:after, .categoty-overlay .product__modal .product__modal-box .product__modal-item:hover:after, .categoty-overlay .product__modal .product__modal-box .categoty__modal-item:hover:after, .categoty-overlay .product__modal .categoty__modal-box .product__modal-item:hover:after, .categoty-overlay .product__modal .categoty__modal-box .categoty__modal-item:hover:after, .categoty-overlay .categoty__modal .product__modal-box .product__modal-item:hover:after, .categoty-overlay .categoty__modal .product__modal-box .categoty__modal-item:hover:after, .categoty-overlay .categoty__modal .categoty__modal-box .product__modal-item:hover:after, .categoty-overlay .categoty__modal .categoty__modal-box .categoty__modal-item:hover:after {
          opacity: 1; }
      .product-overlay .product__modal .product__modal-box .product__modal-item.active a, .product-overlay .product__modal .product__modal-box .categoty__modal-item.active a, .product-overlay .product__modal .categoty__modal-box .product__modal-item.active a, .product-overlay .product__modal .categoty__modal-box .categoty__modal-item.active a, .product-overlay .categoty__modal .product__modal-box .product__modal-item.active a, .product-overlay .categoty__modal .product__modal-box .categoty__modal-item.active a, .product-overlay .categoty__modal .categoty__modal-box .product__modal-item.active a, .product-overlay .categoty__modal .categoty__modal-box .categoty__modal-item.active a, .categoty-overlay .product__modal .product__modal-box .product__modal-item.active a, .categoty-overlay .product__modal .product__modal-box .categoty__modal-item.active a, .categoty-overlay .product__modal .categoty__modal-box .product__modal-item.active a, .categoty-overlay .product__modal .categoty__modal-box .categoty__modal-item.active a, .categoty-overlay .categoty__modal .product__modal-box .product__modal-item.active a, .categoty-overlay .categoty__modal .product__modal-box .categoty__modal-item.active a, .categoty-overlay .categoty__modal .categoty__modal-box .product__modal-item.active a, .categoty-overlay .categoty__modal .categoty__modal-box .categoty__modal-item.active a {
        color: #000; }
      .product-overlay .product__modal .product__modal-box .product__modal-item.active:before, .product-overlay .product__modal .product__modal-box .categoty__modal-item.active:before, .product-overlay .product__modal .categoty__modal-box .product__modal-item.active:before, .product-overlay .product__modal .categoty__modal-box .categoty__modal-item.active:before, .product-overlay .categoty__modal .product__modal-box .product__modal-item.active:before, .product-overlay .categoty__modal .product__modal-box .categoty__modal-item.active:before, .product-overlay .categoty__modal .categoty__modal-box .product__modal-item.active:before, .product-overlay .categoty__modal .categoty__modal-box .categoty__modal-item.active:before, .categoty-overlay .product__modal .product__modal-box .product__modal-item.active:before, .categoty-overlay .product__modal .product__modal-box .categoty__modal-item.active:before, .categoty-overlay .product__modal .categoty__modal-box .product__modal-item.active:before, .categoty-overlay .product__modal .categoty__modal-box .categoty__modal-item.active:before, .categoty-overlay .categoty__modal .product__modal-box .product__modal-item.active:before, .categoty-overlay .categoty__modal .product__modal-box .categoty__modal-item.active:before, .categoty-overlay .categoty__modal .categoty__modal-box .product__modal-item.active:before, .categoty-overlay .categoty__modal .categoty__modal-box .categoty__modal-item.active:before {
        background-color: #000; }
      .product-overlay .product__modal .product__modal-box .product__modal-item.active:after, .product-overlay .product__modal .product__modal-box .categoty__modal-item.active:after, .product-overlay .product__modal .categoty__modal-box .product__modal-item.active:after, .product-overlay .product__modal .categoty__modal-box .categoty__modal-item.active:after, .product-overlay .categoty__modal .product__modal-box .product__modal-item.active:after, .product-overlay .categoty__modal .product__modal-box .categoty__modal-item.active:after, .product-overlay .categoty__modal .categoty__modal-box .product__modal-item.active:after, .product-overlay .categoty__modal .categoty__modal-box .categoty__modal-item.active:after, .categoty-overlay .product__modal .product__modal-box .product__modal-item.active:after, .categoty-overlay .product__modal .product__modal-box .categoty__modal-item.active:after, .categoty-overlay .product__modal .categoty__modal-box .product__modal-item.active:after, .categoty-overlay .product__modal .categoty__modal-box .categoty__modal-item.active:after, .categoty-overlay .categoty__modal .product__modal-box .product__modal-item.active:after, .categoty-overlay .categoty__modal .product__modal-box .categoty__modal-item.active:after, .categoty-overlay .categoty__modal .categoty__modal-box .product__modal-item.active:after, .categoty-overlay .categoty__modal .categoty__modal-box .categoty__modal-item.active:after {
        opacity: 1; }
  .product-overlay .product__modal-close, .product-overlay .category__modal-close, .categoty-overlay .product__modal-close, .categoty-overlay .category__modal-close {
    position: absolute;
    top: 20px;
    right: 30px; }
  .product-overlay .product__modal.active, .categoty-overlay .product__modal.active {
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: 0.3 ease all;
    -o-transition: 0.3 ease all;
    transition: 0.3 ease all; }

.categoty__modal {
  -webkit-transform: translate(-300%, -50%) !important;
      -ms-transform: translate(-300%, -50%) !important;
          transform: translate(-300%, -50%) !important;
  height: 512px !important; }

.categoty__modal.active {
  -webkit-transform: translate(-50%, -50%) !important;
      -ms-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  -webkit-transition: 0.3 ease all;
  -o-transition: 0.3 ease all;
  transition: 0.3 ease all; }
  .categoty__modal.active .categoty__modal-form {
    border: 1px solid rgba(137, 152, 157, 0.25);
    width: 299px;
    margin-top: 30px;
    padding: 12px 15px;
    -webkit-border-radius: 52px;
            border-radius: 52px;
    position: relative; }
    .categoty__modal.active .categoty__modal-form .categoty__modal-search {
      margin-left: 30px;
      border: none;
      outline: none;
      width: 90%; }
      .categoty__modal.active .categoty__modal-form .categoty__modal-search::-webkit-input-placeholder {
        font-size: 15px;
        color: #89989D;
        font-family: 'Rubik', sans-serif; }
      .categoty__modal.active .categoty__modal-form .categoty__modal-search::-moz-placeholder {
        font-size: 15px;
        color: #89989D;
        font-family: 'Rubik', sans-serif; }
      .categoty__modal.active .categoty__modal-form .categoty__modal-search:-ms-input-placeholder {
        font-size: 15px;
        color: #89989D;
        font-family: 'Rubik', sans-serif; }
      .categoty__modal.active .categoty__modal-form .categoty__modal-search::-ms-input-placeholder {
        font-size: 15px;
        color: #89989D;
        font-family: 'Rubik', sans-serif; }
      .categoty__modal.active .categoty__modal-form .categoty__modal-search::placeholder {
        font-size: 15px;
        color: #89989D;
        font-family: 'Rubik', sans-serif; }
    .categoty__modal.active .categoty__modal-form .categoty__modal-btn {
      position: absolute;
      width: 14px;
      height: 14px;
      left: 15px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      .categoty__modal.active .categoty__modal-form .categoty__modal-btn img {
        vertical-align: top; }

.element__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  left: 0;
  top: 0;
  z-index: 100;
  display: none; }
  .element__overlay .element__modal-pop {
    width: 555px;
    height: 425px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #fff;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    padding: 40px 30px 0 30px;
    display: none; }
  .element__overlay .element__modal-title {
    font-size: 25px;
    font-weight: 500;
    color: #2B2E37;
    text-align: center;
    margin-bottom: 30px; }
  .element__overlay .element__modal-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 500px;
    height: 290px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .element__overlay .element__modal-type .element__modal-block {
      width: 103px;
      margin-right: 20px;
      margin-bottom: 18px;
      position: relative;
      cursor: pointer; }
      .element__overlay .element__modal-type .element__modal-block:after {
        content: '';
        width: 16px;
        height: 16px;
        background: #2673E8 url(../img/accept_icon.svg) no-repeat center;
        position: absolute;
        display: block;
        top: 8px;
        right: 8px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        opacity: 0;
        -webkit-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        transition: 0.3s ease all; }
      .element__overlay .element__modal-type .element__modal-block:hover:after {
        opacity: 1; }
      .element__overlay .element__modal-type .element__modal-block:hover .element-name {
        color: #000; }
      .element__overlay .element__modal-type .element__modal-block .element-img {
        width: 100%;
        height: 60px;
        background: #DCE0E2; }
      .element__overlay .element__modal-type .element__modal-block .element-name {
        color: rgba(43, 46, 55, 0.5);
        font-size: 13px;
        margin-top: 8px;
        -webkit-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        transition: 0.3s ease all; }
    .element__overlay .element__modal-type .element__modal-block.active:after {
      opacity: 1; }
    .element__overlay .element__modal-type .element__modal-block.active .element-name {
      color: #000; }
  .element__overlay .element-close {
    position: absolute;
    top: 25px;
    right: 30px; }

.search {
  padding-top: 60px;
  padding-bottom: 70px;
  position: relative;
  overflow-x: hidden; }
  .search:before {
    content: '';
    display: block;
    height: 300px;
    width: 143px;
    position: absolute;
    background: url(../img/search__diamond-left.png) no-repeat center/cover;
    top: 50px;
    left: -3%; }
  .search:after {
    content: '';
    display: block;
    width: 130px;
    height: 150px;
    position: absolute;
    top: 87px;
    right: 20px;
    background: url(../img/search__diamond-right.png) no-repeat center/cover; }
  .search .search__title {
    font-size: 33px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 50px; }
  .search .search__in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .search .search__in .search__in-rel {
      color: #17191D;
      font-size: 13px;
      font-weight: 500;
      margin-right: 20px; }
    .search .search__in .search__in-cat {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .search .search__in .search__in-cat li {
        margin-right: 20px; }
        .search .search__in .search__in-cat li:last-child {
          margin-right: 0; }
        .search .search__in .search__in-cat li a {
          color: #89989D;
          font-size: 13px;
          font-weight: 400; }
  .search .search__form {
    width: 100%;
    height: 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-border-radius: 80px;
            border-radius: 80px;
    -webkit-box-shadow: 0 3px 10px rgba(25, 41, 64, 0.2);
            box-shadow: 0 3px 10px rgba(25, 41, 64, 0.2);
    margin: 30px 0 30px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 25px;
    padding-right: 10px; }
    .search .search__form .search__form-input {
      width: 100%;
      height: 100%;
      margin-right: 10px;
      padding-left: 25px;
      outline: none;
      border: none;
      font-size: 18px;
      color: #000; }
    .search .search__form .search__form-btns {
      min-width: 218px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .search .search__form .search__form-btns .category__btn {
        padding: 0;
        width: 93px;
        height: 35px;
        background-color: #DBDFE2;
        text-transform: uppercase;
        color: #89989D;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-weight: 500;
        font-size: 12px;
        -webkit-border-radius: 52px;
                border-radius: 52px;
        -webkit-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        transition: 0.3s ease all; }
      .search .search__form .search__form-btns .search__btn {
        padding: 0;
        background-color: #2673E8;
        width: 115px;
        height: 45px;
        -webkit-border-radius: 52px;
                border-radius: 52px;
        font-weight: 700;
        font-size: 13px;
        text-transform: uppercase;
        color: #fff;
        -webkit-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        transition: 0.3s ease all; }
      .search .search__form .search__form-btns .category__btn:hover,
      .search .search__form .search__form-btns .search__btn:hover {
        -webkit-box-shadow: 3px 3px 5px #89989D;
                box-shadow: 3px 3px 5px #89989D; }
  .search .search_var {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .search .search_var li {
      border: 2px solid rgba(137, 152, 147, 0.3);
      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-border-radius: 52px;
              border-radius: 52px;
      height: 35px;
      padding-left: 20px;
      padding-right: 13px;
      margin-right: 10px; }
      .search .search_var li:last-child {
        margin-right: 0; }
      .search .search_var li a {
        margin-right: 15px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 500; }
      .search .search_var li button {
        height: 9px; }
        .search .search_var li button svg {
          display: block; }

.commodity {
  background-color: #F2F6FC;
  padding-top: 60px;
  padding-bottom: 120px; }
  .commodity .result {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 16px;
    color: #89989D;
    margin-bottom: 30px; }
    .commodity .result .result__sort {
      position: relative;
      padding-right: 15px; }
      .commodity .result .result__sort:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        background: url(../img/angel_down.svg) no-repeat center/contain;
        width: 11px;
        height: 7px; }
    .commodity .result span {
      color: #17191D;
      font-weight: 500; }
  .commodity .element .element__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    padding: 25px 30px 25px 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px; }
    .commodity .element .element__box:last-child {
      margin-bottom: 0; }
    .commodity .element .element__box .element__img {
      width: 196px;
      height: 185px; }
    .commodity .element .element__box .element__wrap .element__wrap-desc {
      font-size: 17px;
      color: #17191D; }
    .commodity .element .element__box .element__wrap .rating {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 20px;
      margin-top: 10px; }
      .commodity .element .element__box .element__wrap .rating .rating__star {
        margin-right: 10px; }
        .commodity .element .element__box .element__wrap .rating .rating__star svg {
          margin-right: 3px; }
          .commodity .element .element__box .element__wrap .rating .rating__star svg:last-child {
            margin-right: 0; }
          .commodity .element .element__box .element__wrap .rating .rating__star svg path {
            -webkit-transition: 0s;
            -o-transition: 0s;
            transition: 0s; }
          .commodity .element .element__box .element__wrap .rating .rating__star svg:first-child path {
            fill: #FFB21C;
            opacity: 1; }
          .commodity .element .element__box .element__wrap .rating .rating__star svg:nth-child(2) path {
            fill: #FFB21C;
            opacity: 1; }
          .commodity .element .element__box .element__wrap .rating .rating__star svg:nth-child(3) path {
            fill: #FFB21C;
            opacity: 1; }
          .commodity .element .element__box .element__wrap .rating .rating__star svg:nth-child(4) path {
            fill: #FFB21C;
            opacity: 1; }
      .commodity .element .element__box .element__wrap .rating .rating__count {
        font-size: 12px;
        font-weight: 500;
        color: #89989D; }
    .commodity .element .element__box .price__wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      font-size: 18px;
      font-family: 'Gugi', sans-serif;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 8px; }
      .commodity .element .element__box .price__wrap .price {
        color: #17191D;
        margin-right: 8px; }
      .commodity .element .element__box .price__wrap .old-price {
        color: #89989D;
        font-size: 16px;
        position: relative;
        margin-right: 8px; }
        .commodity .element .element__box .price__wrap .old-price:after {
          content: '';
          display: block;
          width: 100%;
          height: 2px;
          background-color: #89989D;
          position: absolute;
          left: 0;
          top: 45%; }
      .commodity .element .element__box .price__wrap .discount {
        font-family: 'Rubik', sans-serif;
        font-size: 13px;
        font-weight: 500;
        color: #2673E8;
        text-transform: uppercase; }
    .commodity .element .element__box .shipping {
      color: #89989D;
      font-family: 'Gugi', sans-serif;
      font-size: 13px;
      margin-bottom: 20px; }
    .commodity .element .element__box .place {
      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; }
      .commodity .element .element__box .place .place__btn {
        background-color: #DBDFE2;
        width: 101px;
        height: 27px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 500;
        color: #89989D;
        -webkit-border-radius: 38px;
                border-radius: 38px;
        text-align: center;
        font-family: 'Rubik', sans-serif;
        -webkit-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        transition: 0.3s ease all; }
        .commodity .element .element__box .place .place__btn:hover {
          -webkit-box-shadow: 3px 3px 5px #89989D;
                  box-shadow: 3px 3px 5px #89989D; }
      .commodity .element .element__box .place .place__wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .commodity .element .element__box .place .place__wrap .place__wrap-country {
          font-size: 15px;
          color: #17191D;
          margin-right: 8px; }
        .commodity .element .element__box .place .place__wrap .place__wrap-flag {
          width: 18px;
          height: 18px;
          -webkit-border-radius: 50%;
                  border-radius: 50%; }
  .commodity .page-navig {
    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: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .commodity .page-navig .pagin {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -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;
      padding-left: 120px;
      padding-right: 120px;
      position: relative;
      height: 40px; }
      .commodity .page-navig .pagin .page__iteam {
        margin-right: 3px;
        -webkit-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        transition: 0.3s ease all; }
        .commodity .page-navig .pagin .page__iteam:last-child {
          margin-right: 0; }
        .commodity .page-navig .pagin .page__iteam:hover .page__link {
          background-color: #e3e3e3; }
        .commodity .page-navig .pagin .page__iteam .page__link {
          color: #656D81;
          -webkit-transition: 0.3s ease all;
          -o-transition: 0.3s ease all;
          transition: 0.3s ease all;
          width: 27px;
          height: 27px;
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          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; }
      .commodity .page-navig .pagin .page__iteam.active .page__link {
        color: #fff;
        background-color: #2673E8; }
    .commodity .page-navig .page__iteam:first-child, .commodity .page-navig .page__iteam:last-child {
      width: 110px;
      height: 40px;
      border: 1px solid rgba(54, 64, 67, 0.5);
      -webkit-border-radius: 38px;
              border-radius: 38px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-transform: uppercase;
      color: rgba(54, 63, 88, 0.75);
      font-size: 12px;
      font-weight: 500;
      position: absolute; }
      .commodity .page-navig .page__iteam:first-child .page__link, .commodity .page-navig .page__iteam:last-child .page__link {
        width: 100%;
        height: 100%; }
    .commodity .page-navig .page__iteam:first-child {
      -webkit-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      transition: 0.3s ease all;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      .commodity .page-navig .page__iteam:first-child:hover {
        -webkit-box-shadow: 3px 3px 5px #89989D;
                box-shadow: 3px 3px 5px #89989D; }
        .commodity .page-navig .page__iteam:first-child:hover .page__link {
          background-color: transparent; }
      .commodity .page-navig .page__iteam:first-child svg {
        margin-right: 8px; }
    .commodity .page-navig .page__iteam:last-child {
      -webkit-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      transition: 0.3s ease all;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      .commodity .page-navig .page__iteam:last-child:hover {
        -webkit-box-shadow: 3px 3px 5px #89989D;
                box-shadow: 3px 3px 5px #89989D; }
        .commodity .page-navig .page__iteam:last-child:hover .page__link {
          background-color: transparent; }
      .commodity .page-navig .page__iteam:last-child svg {
        margin-left: 8px; }
  .commodity .filter__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 122px;
    height: 42px;
    padding-left: 25px;
    padding-right: 35px;
    -webkit-border-radius: 37px;
            border-radius: 37px;
    background-color: #2673E8;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
    cursor: pointer;
    display: none; }

.filters {
  background-color: #fff;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 30px 25px 25px 25px; }
  .filters .filters__type .filters__type-title {
    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;
    font-size: 13px;
    color: #89989D;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 25px;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all; }
    .filters .filters__type .filters__type-title:hover {
      color: #000; }
      .filters .filters__type .filters__type-title:hover svg path {
        fill: #000; }
    .filters .filters__type .filters__type-title.active {
      color: #000; }
      .filters .filters__type .filters__type-title.active svg path {
        -webkit-transform-origin: center;
            -ms-transform-origin: center;
                transform-origin: center;
        -webkit-transform: rotateX(-180deg);
                transform: rotateX(-180deg);
        fill: #000; }
  .filters .filters__type .filters__type-box {
    display: none; }
    .filters .filters__type .filters__type-box label {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      color: #000;
      font-size: 14px;
      margin-bottom: 15px;
      cursor: pointer; }
      .filters .filters__type .filters__type-box label input[type="checkbox"] {
        display: none; }
      .filters .filters__type .filters__type-box label .marck {
        padding-left: 35px;
        position: relative; }
        .filters .filters__type .filters__type-box label .marck:before {
          position: absolute;
          content: '';
          display: block;
          width: 20px;
          height: 20px;
          -webkit-border-radius: 5px;
                  border-radius: 5px;
          border: 2px solid #89989D;
          left: 0; }
      .filters .filters__type .filters__type-box label .quantity {
        font-weight: 500;
        font-size: 12px;
        color: #89989D;
        background-color: rgba(144, 159, 163, 0.25);
        -webkit-border-radius: 24px;
                border-radius: 24px;
        padding: 3px 7px; }
      .filters .filters__type .filters__type-box label input[type="checkbox"]:checked + .marck:before {
        background: #2673E8 url(../img/accept_icon.svg) no-repeat center/auto;
        border-color: #2673E8; }
      .filters .filters__type .filters__type-box label input[type="checkbox"]:checked + .marck + span {
        color: #2673E8;
        background-color: rgba(38, 115, 232, 0.25); }
  .filters .filters__type .filters__type-more {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color: #2673E8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 14px;
    margin-bottom: 25px; }
    .filters .filters__type .filters__type-more svg {
      margin-right: 10px;
      display: block; }

.filter-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  overflow-y: scroll;
  display: none; }
  .filter-overlay .filter-popup {
    background-color: #fff;
    width: 370px;
    padding: 31px 25px 0 25px;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all; }
    .filter-overlay .filter-popup .filter__close {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding-bottom: 32px;
      margin-bottom: 30px;
      border-bottom: 1px solid rgba(137, 152, 157, 0.5); }
      .filter-overlay .filter-popup .filter__close .filter__close-title {
        font-size: 20px;
        font-weight: 700;
        color: #000; }
      .filter-overlay .filter-popup .filter__close .filter__close-btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 37px;
        height: 37px;
        background-color: rgba(137, 152, 157, 0.2);
        -webkit-border-radius: 50%;
                border-radius: 50%; }
    .filter-overlay .filter-popup .filters {
      padding: 0;
      position: relative;
      height: 100%; }
    .filter-overlay .filter-popup.active {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }

.singin__header, .singup__header, .forgot__header, .check__header {
  position: relative;
  padding-top: 50px;
  padding-bottom: 70px; }
  .singin__header:before, .singup__header:before, .forgot__header:before, .check__header:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    bottom: 30px;
    background: url(../img/sing__dimond-left.png) no-repeat left top/contain;
    height: 420px;
    width: 300px; }
  .singin__header:after, .singup__header:after, .forgot__header:after, .check__header:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 81px;
    height: 150px;
    width: 150px;
    background: url(../img/sing__diamond-right.png) no-repeat left top/contain; }
  .singin__header .singin__back, .singup__header .singin__back, .forgot__header .singin__back, .check__header .singin__back {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    color: #2B2E37;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    left: 52px;
    top: 50px;
    width: 74px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .singin__header .singin__back svg, .singup__header .singin__back svg, .forgot__header .singin__back svg, .check__header .singin__back svg {
      display: block; }
  .singin__header .singin__header-logo, .singin__header .forgot__header-logo, .singin__header .singup__header-logo, .singin__header .check__header-logo, .singup__header .singin__header-logo, .singup__header .forgot__header-logo, .singup__header .singup__header-logo, .singup__header .check__header-logo, .forgot__header .singin__header-logo, .forgot__header .forgot__header-logo, .forgot__header .singup__header-logo, .forgot__header .check__header-logo, .check__header .singin__header-logo, .check__header .forgot__header-logo, .check__header .singup__header-logo, .check__header .check__header-logo {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px; }
  .singin__header .singin__header-title, .singin__header .singup__header-title, .singin__header .forgot__header-title, .singin__header .check__header-title, .singup__header .singin__header-title, .singup__header .singup__header-title, .singup__header .forgot__header-title, .singup__header .check__header-title, .forgot__header .singin__header-title, .forgot__header .singup__header-title, .forgot__header .forgot__header-title, .forgot__header .check__header-title, .check__header .singin__header-title, .check__header .singup__header-title, .check__header .forgot__header-title, .check__header .check__header-title {
    text-align: center;
    font-family: 'Gugi', sans-serif;
    font-size: 29px;
    color: #2B2E37;
    text-transform: uppercase;
    margin-bottom: 50px; }
  .singin__header .check__mail-img, .singup__header .check__mail-img, .forgot__header .check__mail-img, .check__header .check__mail-img {
    margin: 0 auto;
    display: block;
    margin-bottom: 30px; }
  .singin__header .forgot__header-title, .singup__header .forgot__header-title, .forgot__header .forgot__header-title, .check__header .forgot__header-title {
    margin-bottom: 20px; }
  .singin__header .check__header-title, .singup__header .check__header-title, .forgot__header .check__header-title, .check__header .check__header-title {
    margin-bottom: 68px; }
  .singin__header .forgot__header-desc, .singin__header .check__header-desc, .singup__header .forgot__header-desc, .singup__header .check__header-desc, .forgot__header .forgot__header-desc, .forgot__header .check__header-desc, .check__header .forgot__header-desc, .check__header .check__header-desc {
    text-align: center;
    width: 350px;
    font-size: 14px;
    color: rgba(43, 46, 55, 0.5);
    display: block;
    margin: 0 auto;
    margin-bottom: 50px; }
  .singin__header .check__header-desc, .singup__header .check__header-desc, .forgot__header .check__header-desc, .check__header .check__header-desc {
    width: 100%;
    margin-bottom: 0; }
  .singin__header .check__email, .singup__header .check__email, .forgot__header .check__email, .check__header .check__email {
    color: #2B2E37;
    font-weight: 500;
    font-size: 14px;
    display: block;
    text-align: center; }
  .singin__header .check__btn, .singup__header .check__btn, .forgot__header .check__btn, .check__header .check__btn {
    display: block;
    width: 360px;
    height: 51px;
    background-color: #2673E8;
    -webkit-border-radius: 47px;
            border-radius: 47px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    margin: 30px auto;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all; }
    .singin__header .check__btn:hover, .singup__header .check__btn:hover, .forgot__header .check__btn:hover, .check__header .check__btn:hover {
      -webkit-box-shadow: 3px 3px 5px #89989D;
              box-shadow: 3px 3px 5px #89989D; }
  .singin__header .singin__form, .singin__header .singup__form, .singin__header .forgot__form, .singup__header .singin__form, .singup__header .singup__form, .singup__header .forgot__form, .forgot__header .singin__form, .forgot__header .singup__form, .forgot__header .forgot__form, .check__header .singin__form, .check__header .singup__form, .check__header .forgot__form {
    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;
    width: 361px;
    margin: 0 auto; }
    .singin__header .singin__form label, .singin__header .singup__form label, .singin__header .forgot__form label, .singup__header .singin__form label, .singup__header .singup__form label, .singup__header .forgot__form label, .forgot__header .singin__form label, .forgot__header .singup__form label, .forgot__header .forgot__form label, .check__header .singin__form label, .check__header .singup__form label, .check__header .forgot__form label {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 25px;
      position: relative; }
      .singin__header .singin__form label:last-of-type, .singin__header .singup__form label:last-of-type, .singin__header .forgot__form label:last-of-type, .singup__header .singin__form label:last-of-type, .singup__header .singup__form label:last-of-type, .singup__header .forgot__form label:last-of-type, .forgot__header .singin__form label:last-of-type, .forgot__header .singup__form label:last-of-type, .forgot__header .forgot__form label:last-of-type, .check__header .singin__form label:last-of-type, .check__header .singup__form label:last-of-type, .check__header .forgot__form label:last-of-type {
        margin-bottom: 0; }
      .singin__header .singin__form label input, .singin__header .singup__form label input, .singin__header .forgot__form label input, .singup__header .singin__form label input, .singup__header .singup__form label input, .singup__header .forgot__form label input, .forgot__header .singin__form label input, .forgot__header .singup__form label input, .forgot__header .forgot__form label input, .check__header .singin__form label input, .check__header .singup__form label input, .check__header .forgot__form label input {
        color: rgba(43, 46, 55, 0.5);
        width: 100%;
        height: 100%;
        padding-bottom: 12px;
        border: none;
        outline: none;
        font-size: 15px;
        border-bottom: 1px solid rgba(43, 46, 55, 0.3);
        display: block;
        position: relative;
        padding-left: 32px; }
        .singin__header .singin__form label input:focus, .singin__header .singup__form label input:focus, .singin__header .forgot__form label input:focus, .singup__header .singin__form label input:focus, .singup__header .singup__form label input:focus, .singup__header .forgot__form label input:focus, .forgot__header .singin__form label input:focus, .forgot__header .singup__form label input:focus, .forgot__header .forgot__form label input:focus, .check__header .singin__form label input:focus, .check__header .singup__form label input:focus, .check__header .forgot__form label input:focus {
          background: transparent;
          color: #2B2E37;
          border-bottom: 1px solid #2b2e37; }
          .singin__header .singin__form label input:focus + svg, .singin__header .singup__form label input:focus + svg, .singin__header .forgot__form label input:focus + svg, .singup__header .singin__form label input:focus + svg, .singup__header .singup__form label input:focus + svg, .singup__header .forgot__form label input:focus + svg, .forgot__header .singin__form label input:focus + svg, .forgot__header .singup__form label input:focus + svg, .forgot__header .forgot__form label input:focus + svg, .check__header .singin__form label input:focus + svg, .check__header .singup__form label input:focus + svg, .check__header .forgot__form label input:focus + svg {
            opacity: 1; }
          .singin__header .singin__form label input:focus::-webkit-input-placeholder, .singin__header .singup__form label input:focus::-webkit-input-placeholder, .singin__header .forgot__form label input:focus::-webkit-input-placeholder, .singup__header .singin__form label input:focus::-webkit-input-placeholder, .singup__header .singup__form label input:focus::-webkit-input-placeholder, .singup__header .forgot__form label input:focus::-webkit-input-placeholder, .forgot__header .singin__form label input:focus::-webkit-input-placeholder, .forgot__header .singup__form label input:focus::-webkit-input-placeholder, .forgot__header .forgot__form label input:focus::-webkit-input-placeholder, .check__header .singin__form label input:focus::-webkit-input-placeholder, .check__header .singup__form label input:focus::-webkit-input-placeholder, .check__header .forgot__form label input:focus::-webkit-input-placeholder {
            color: transparent; }
          .singin__header .singin__form label input:focus::-moz-placeholder, .singin__header .singup__form label input:focus::-moz-placeholder, .singin__header .forgot__form label input:focus::-moz-placeholder, .singup__header .singin__form label input:focus::-moz-placeholder, .singup__header .singup__form label input:focus::-moz-placeholder, .singup__header .forgot__form label input:focus::-moz-placeholder, .forgot__header .singin__form label input:focus::-moz-placeholder, .forgot__header .singup__form label input:focus::-moz-placeholder, .forgot__header .forgot__form label input:focus::-moz-placeholder, .check__header .singin__form label input:focus::-moz-placeholder, .check__header .singup__form label input:focus::-moz-placeholder, .check__header .forgot__form label input:focus::-moz-placeholder {
            color: transparent; }
          .singin__header .singin__form label input:focus:-ms-input-placeholder, .singin__header .singup__form label input:focus:-ms-input-placeholder, .singin__header .forgot__form label input:focus:-ms-input-placeholder, .singup__header .singin__form label input:focus:-ms-input-placeholder, .singup__header .singup__form label input:focus:-ms-input-placeholder, .singup__header .forgot__form label input:focus:-ms-input-placeholder, .forgot__header .singin__form label input:focus:-ms-input-placeholder, .forgot__header .singup__form label input:focus:-ms-input-placeholder, .forgot__header .forgot__form label input:focus:-ms-input-placeholder, .check__header .singin__form label input:focus:-ms-input-placeholder, .check__header .singup__form label input:focus:-ms-input-placeholder, .check__header .forgot__form label input:focus:-ms-input-placeholder {
            color: transparent; }
          .singin__header .singin__form label input:focus::-ms-input-placeholder, .singin__header .singup__form label input:focus::-ms-input-placeholder, .singin__header .forgot__form label input:focus::-ms-input-placeholder, .singup__header .singin__form label input:focus::-ms-input-placeholder, .singup__header .singup__form label input:focus::-ms-input-placeholder, .singup__header .forgot__form label input:focus::-ms-input-placeholder, .forgot__header .singin__form label input:focus::-ms-input-placeholder, .forgot__header .singup__form label input:focus::-ms-input-placeholder, .forgot__header .forgot__form label input:focus::-ms-input-placeholder, .check__header .singin__form label input:focus::-ms-input-placeholder, .check__header .singup__form label input:focus::-ms-input-placeholder, .check__header .forgot__form label input:focus::-ms-input-placeholder {
            color: transparent; }
          .singin__header .singin__form label input:focus::placeholder, .singin__header .singup__form label input:focus::placeholder, .singin__header .forgot__form label input:focus::placeholder, .singup__header .singin__form label input:focus::placeholder, .singup__header .singup__form label input:focus::placeholder, .singup__header .forgot__form label input:focus::placeholder, .forgot__header .singin__form label input:focus::placeholder, .forgot__header .singup__form label input:focus::placeholder, .forgot__header .forgot__form label input:focus::placeholder, .check__header .singin__form label input:focus::placeholder, .check__header .singup__form label input:focus::placeholder, .check__header .forgot__form label input:focus::placeholder {
            color: transparent; }
      .singin__header .singin__form label svg, .singin__header .singup__form label svg, .singin__header .forgot__form label svg, .singup__header .singin__form label svg, .singup__header .singup__form label svg, .singup__header .forgot__form label svg, .forgot__header .singin__form label svg, .forgot__header .singup__form label svg, .forgot__header .forgot__form label svg, .check__header .singin__form label svg, .check__header .singup__form label svg, .check__header .forgot__form label svg {
        position: absolute;
        left: 0;
        top: 0; }
    .singin__header .singin__form .agree, .singin__header .singup__form .agree, .singin__header .forgot__form .agree, .singup__header .singin__form .agree, .singup__header .singup__form .agree, .singup__header .forgot__form .agree, .forgot__header .singin__form .agree, .forgot__header .singup__form .agree, .forgot__header .forgot__form .agree, .check__header .singin__form .agree, .check__header .singup__form .agree, .check__header .forgot__form .agree {
      cursor: pointer; }
      .singin__header .singin__form .agree input, .singin__header .singup__form .agree input, .singin__header .forgot__form .agree input, .singup__header .singin__form .agree input, .singup__header .singup__form .agree input, .singup__header .forgot__form .agree input, .forgot__header .singin__form .agree input, .forgot__header .singup__form .agree input, .forgot__header .forgot__form .agree input, .check__header .singin__form .agree input, .check__header .singup__form .agree input, .check__header .forgot__form .agree input {
        display: none; }
      .singin__header .singin__form .agree span, .singin__header .singup__form .agree span, .singin__header .forgot__form .agree span, .singup__header .singin__form .agree span, .singup__header .singup__form .agree span, .singup__header .forgot__form .agree span, .forgot__header .singin__form .agree span, .forgot__header .singup__form .agree span, .forgot__header .forgot__form .agree span, .check__header .singin__form .agree span, .check__header .singup__form .agree span, .check__header .forgot__form .agree span {
        padding-left: 32px;
        font-size: 14px;
        color: rgba(43, 46, 55, 0.5);
        position: relative; }
        .singin__header .singin__form .agree span:before, .singin__header .singup__form .agree span:before, .singin__header .forgot__form .agree span:before, .singup__header .singin__form .agree span:before, .singup__header .singup__form .agree span:before, .singup__header .forgot__form .agree span:before, .forgot__header .singin__form .agree span:before, .forgot__header .singup__form .agree span:before, .forgot__header .forgot__form .agree span:before, .check__header .singin__form .agree span:before, .check__header .singup__form .agree span:before, .check__header .forgot__form .agree span:before {
          content: '';
          position: absolute;
          left: 0;
          height: 20px;
          width: 20px;
          display: block;
          border: 2px solid rgba(43, 46, 55, 0.5);
          -webkit-border-radius: 4px;
                  border-radius: 4px; }
      .singin__header .singin__form .agree input[type="checkbox"]:checked + span:before, .singin__header .singup__form .agree input[type="checkbox"]:checked + span:before, .singin__header .forgot__form .agree input[type="checkbox"]:checked + span:before, .singup__header .singin__form .agree input[type="checkbox"]:checked + span:before, .singup__header .singup__form .agree input[type="checkbox"]:checked + span:before, .singup__header .forgot__form .agree input[type="checkbox"]:checked + span:before, .forgot__header .singin__form .agree input[type="checkbox"]:checked + span:before, .forgot__header .singup__form .agree input[type="checkbox"]:checked + span:before, .forgot__header .forgot__form .agree input[type="checkbox"]:checked + span:before, .check__header .singin__form .agree input[type="checkbox"]:checked + span:before, .check__header .singup__form .agree input[type="checkbox"]:checked + span:before, .check__header .forgot__form .agree input[type="checkbox"]:checked + span:before {
        background: url(../img/accept_icon2.svg) no-repeat center/auto; }
    .singin__header .singin__form .singin__form-forgot, .singin__header .singup__form .singin__form-forgot, .singin__header .forgot__form .singin__form-forgot, .singup__header .singin__form .singin__form-forgot, .singup__header .singup__form .singin__form-forgot, .singup__header .forgot__form .singin__form-forgot, .forgot__header .singin__form .singin__form-forgot, .forgot__header .singup__form .singin__form-forgot, .forgot__header .forgot__form .singin__form-forgot, .check__header .singin__form .singin__form-forgot, .check__header .singup__form .singin__form-forgot, .check__header .forgot__form .singin__form-forgot {
      text-align: right;
      font-weight: 500;
      font-size: 13px;
      color: #2673E8;
      text-transform: uppercase;
      display: inline-block;
      margin-left: auto;
      margin-top: 25px; }
    .singin__header .singin__form .singin__form-btn, .singin__header .singin__form .forgot__form-btn, .singin__header .singup__form .singin__form-btn, .singin__header .singup__form .forgot__form-btn, .singin__header .forgot__form .singin__form-btn, .singin__header .forgot__form .forgot__form-btn, .singup__header .singin__form .singin__form-btn, .singup__header .singin__form .forgot__form-btn, .singup__header .singup__form .singin__form-btn, .singup__header .singup__form .forgot__form-btn, .singup__header .forgot__form .singin__form-btn, .singup__header .forgot__form .forgot__form-btn, .forgot__header .singin__form .singin__form-btn, .forgot__header .singin__form .forgot__form-btn, .forgot__header .singup__form .singin__form-btn, .forgot__header .singup__form .forgot__form-btn, .forgot__header .forgot__form .singin__form-btn, .forgot__header .forgot__form .forgot__form-btn, .check__header .singin__form .singin__form-btn, .check__header .singin__form .forgot__form-btn, .check__header .singup__form .singin__form-btn, .check__header .singup__form .forgot__form-btn, .check__header .forgot__form .singin__form-btn, .check__header .forgot__form .forgot__form-btn {
      display: block;
      width: 100%;
      height: 51px;
      background-color: #2673E8;
      -webkit-border-radius: 47px;
              border-radius: 47px;
      font-weight: 700;
      font-size: 13px;
      text-transform: uppercase;
      color: #fff;
      margin: 30px 0;
      -webkit-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      transition: 0.3s ease all; }
      .singin__header .singin__form .singin__form-btn:hover, .singin__header .singin__form .forgot__form-btn:hover, .singin__header .singup__form .singin__form-btn:hover, .singin__header .singup__form .forgot__form-btn:hover, .singin__header .forgot__form .singin__form-btn:hover, .singin__header .forgot__form .forgot__form-btn:hover, .singup__header .singin__form .singin__form-btn:hover, .singup__header .singin__form .forgot__form-btn:hover, .singup__header .singup__form .singin__form-btn:hover, .singup__header .singup__form .forgot__form-btn:hover, .singup__header .forgot__form .singin__form-btn:hover, .singup__header .forgot__form .forgot__form-btn:hover, .forgot__header .singin__form .singin__form-btn:hover, .forgot__header .singin__form .forgot__form-btn:hover, .forgot__header .singup__form .singin__form-btn:hover, .forgot__header .singup__form .forgot__form-btn:hover, .forgot__header .forgot__form .singin__form-btn:hover, .forgot__header .forgot__form .forgot__form-btn:hover, .check__header .singin__form .singin__form-btn:hover, .check__header .singin__form .forgot__form-btn:hover, .check__header .singup__form .singin__form-btn:hover, .check__header .singup__form .forgot__form-btn:hover, .check__header .forgot__form .singin__form-btn:hover, .check__header .forgot__form .forgot__form-btn:hover {
        -webkit-box-shadow: 3px 3px 5px #89989D;
                box-shadow: 3px 3px 5px #89989D; }
    .singin__header .singin__form .singin__form-oruse, .singin__header .singup__form .singin__form-oruse, .singin__header .forgot__form .singin__form-oruse, .singup__header .singin__form .singin__form-oruse, .singup__header .singup__form .singin__form-oruse, .singup__header .forgot__form .singin__form-oruse, .forgot__header .singin__form .singin__form-oruse, .forgot__header .singup__form .singin__form-oruse, .forgot__header .forgot__form .singin__form-oruse, .check__header .singin__form .singin__form-oruse, .check__header .singup__form .singin__form-oruse, .check__header .forgot__form .singin__form-oruse {
      text-align: center;
      font-size: 15px;
      font-family: 'Gugi', sans-serif;
      text-transform: uppercase;
      color: #000;
      margin-bottom: 20px; }
    .singin__header .singin__form .singin__form-socials, .singin__header .singup__form .singin__form-socials, .singin__header .forgot__form .singin__form-socials, .singup__header .singin__form .singin__form-socials, .singup__header .singup__form .singin__form-socials, .singup__header .forgot__form .singin__form-socials, .forgot__header .singin__form .singin__form-socials, .forgot__header .singup__form .singin__form-socials, .forgot__header .forgot__form .singin__form-socials, .check__header .singin__form .singin__form-socials, .check__header .singup__form .singin__form-socials, .check__header .forgot__form .singin__form-socials {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 206px;
      margin: 0 auto;
      margin-bottom: 20px; }
      .singin__header .singin__form .singin__form-socials a, .singin__header .singup__form .singin__form-socials a, .singin__header .forgot__form .singin__form-socials a, .singup__header .singin__form .singin__form-socials a, .singup__header .singup__form .singin__form-socials a, .singup__header .forgot__form .singin__form-socials a, .forgot__header .singin__form .singin__form-socials a, .forgot__header .singup__form .singin__form-socials a, .forgot__header .forgot__form .singin__form-socials a, .check__header .singin__form .singin__form-socials a, .check__header .singup__form .singin__form-socials a, .check__header .forgot__form .singin__form-socials a {
        width: 44px;
        height: 44px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        border: 1px solid rgba(43, 46, 55, 0.1);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        transition: 0.3s ease all; }
        .singin__header .singin__form .singin__form-socials a:hover, .singin__header .singup__form .singin__form-socials a:hover, .singin__header .forgot__form .singin__form-socials a:hover, .singup__header .singin__form .singin__form-socials a:hover, .singup__header .singup__form .singin__form-socials a:hover, .singup__header .forgot__form .singin__form-socials a:hover, .forgot__header .singin__form .singin__form-socials a:hover, .forgot__header .singup__form .singin__form-socials a:hover, .forgot__header .forgot__form .singin__form-socials a:hover, .check__header .singin__form .singin__form-socials a:hover, .check__header .singup__form .singin__form-socials a:hover, .check__header .forgot__form .singin__form-socials a:hover {
          background-color: #e3e3e3; }
    .singin__header .singin__form .singin__form-qeustions, .singin__header .singin__form .forgot__form-qeustions, .singin__header .singup__form .singin__form-qeustions, .singin__header .singup__form .forgot__form-qeustions, .singin__header .forgot__form .singin__form-qeustions, .singin__header .forgot__form .forgot__form-qeustions, .singup__header .singin__form .singin__form-qeustions, .singup__header .singin__form .forgot__form-qeustions, .singup__header .singup__form .singin__form-qeustions, .singup__header .singup__form .forgot__form-qeustions, .singup__header .forgot__form .singin__form-qeustions, .singup__header .forgot__form .forgot__form-qeustions, .forgot__header .singin__form .singin__form-qeustions, .forgot__header .singin__form .forgot__form-qeustions, .forgot__header .singup__form .singin__form-qeustions, .forgot__header .singup__form .forgot__form-qeustions, .forgot__header .forgot__form .singin__form-qeustions, .forgot__header .forgot__form .forgot__form-qeustions, .check__header .singin__form .singin__form-qeustions, .check__header .singin__form .forgot__form-qeustions, .check__header .singup__form .singin__form-qeustions, .check__header .singup__form .forgot__form-qeustions, .check__header .forgot__form .singin__form-qeustions, .check__header .forgot__form .forgot__form-qeustions {
      color: rgba(0, 0, 0, 0.5);
      font-size: 15px;
      text-align: center; }
      .singin__header .singin__form .singin__form-qeustions a, .singin__header .singin__form .forgot__form-qeustions a, .singin__header .singup__form .singin__form-qeustions a, .singin__header .singup__form .forgot__form-qeustions a, .singin__header .forgot__form .singin__form-qeustions a, .singin__header .forgot__form .forgot__form-qeustions a, .singup__header .singin__form .singin__form-qeustions a, .singup__header .singin__form .forgot__form-qeustions a, .singup__header .singup__form .singin__form-qeustions a, .singup__header .singup__form .forgot__form-qeustions a, .singup__header .forgot__form .singin__form-qeustions a, .singup__header .forgot__form .forgot__form-qeustions a, .forgot__header .singin__form .singin__form-qeustions a, .forgot__header .singin__form .forgot__form-qeustions a, .forgot__header .singup__form .singin__form-qeustions a, .forgot__header .singup__form .forgot__form-qeustions a, .forgot__header .forgot__form .singin__form-qeustions a, .forgot__header .forgot__form .forgot__form-qeustions a, .check__header .singin__form .singin__form-qeustions a, .check__header .singin__form .forgot__form-qeustions a, .check__header .singup__form .singin__form-qeustions a, .check__header .singup__form .forgot__form-qeustions a, .check__header .forgot__form .singin__form-qeustions a, .check__header .forgot__form .forgot__form-qeustions a {
        text-transform: uppercase;
        color: #2673E8;
        font-weight: 500;
        font-size: 14px;
        display: inline-block;
        margin-left: 9px; }

.forgot__header {
  padding-bottom: 206px; }

.check__header {
  padding-bottom: 168px; }

.singin__footer, .forgot__footer, .singup__footer, .check__footer {
  background-color: #3D3B46;
  padding: 19px 0; }
  .singin__footer .singin__footer-info, .forgot__footer .singin__footer-info, .singup__footer .singin__footer-info, .check__footer .singin__footer-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .singin__footer .singin__footer-info li, .forgot__footer .singin__footer-info li, .singup__footer .singin__footer-info li, .check__footer .singin__footer-info li {
      display: block;
      margin-right: 30px; }
      .singin__footer .singin__footer-info li:last-child, .forgot__footer .singin__footer-info li:last-child, .singup__footer .singin__footer-info li:last-child, .check__footer .singin__footer-info li:last-child {
        margin-right: 0;
        margin-left: auto; }
        .singin__footer .singin__footer-info li:last-child a, .forgot__footer .singin__footer-info li:last-child a, .singup__footer .singin__footer-info li:last-child a, .check__footer .singin__footer-info li:last-child a {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
          .singin__footer .singin__footer-info li:last-child a:after, .forgot__footer .singin__footer-info li:last-child a:after, .singup__footer .singin__footer-info li:last-child a:after, .check__footer .singin__footer-info li:last-child a:after {
            content: '';
            display: block;
            width: 19px;
            height: 19px;
            background: #fff url(../img/questions.svg) no-repeat center/auto;
            -webkit-border-radius: 50%;
                    border-radius: 50%;
            margin-left: 8px; }
      .singin__footer .singin__footer-info li a, .forgot__footer .singin__footer-info li a, .singup__footer .singin__footer-info li a, .check__footer .singin__footer-info li a {
        color: rgba(255, 255, 255, 0.5);
        font-size: 11px;
        text-transform: uppercase; }

.singup__form label.active {
  margin-bottom: 8px; }
  .singup__form label.active + div {
    margin-bottom: 25px;
    text-align: right;
    font-size: 13px;
    color: #E71B17; }
  .singup__form label.active input {
    border-bottom: 1px solid #E71B17; }
    .singup__form label.active input:focus + svg path {
      fill: rgba(43, 46, 55, 0.5);
      stroke: rgba(43, 46, 55, 0.5); }
  .singup__form label.active input + svg {
    opacity: 1; }
    .singup__form label.active input + svg path {
      fill: #E71B17;
      stroke: #E71B17; }

@media only screen and (max-width: 1200px) {
  .header .form .header__search {
    width: 70%; }
  .main-slider .d-top {
    left: -45px; }
  .main-slider .d-center {
    left: -65px; }
  .main-slider .slider-img {
    right: -35%; }
  .header .header__loc {
    display: none; }
  .header .burger {
    display: block;
    margin-top: 15px; }
  .header .form {
    margin-left: 0;
    width: 100%; }
  .offers .offers__title, .offers .offers__par {
    text-align: center; }
  .offers .offers__cart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .offers .offers__cart p {
      text-align: center; }
  .offers .offers_cart-wrap .offers__cart:after {
    right: -80px; }
  .offers .offers_cart-wrap .offers__cart:nth-child(even):after {
    display: none; }
  .offers .offers_cart-wrap .offers__cart:nth-child(3):after {
    display: block; }
  .advertis .advert_wrap {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
    .advertis .advert_wrap img {
      width: 300px; }
  .config__categ .config__categ-products {
    width: 530px;
    padding: 0 10px; }
    .config__categ .config__categ-products .product:nth-child(8) {
      display: none; }
    .config__categ .config__categ-products .product:nth-child(7) {
      display: none; }
    .config__categ .config__categ-products .product:nth-child(6) {
      display: none; }
  .config .config__image .right-arm {
    right: 15%; }
  .config .config__image .arm-size {
    right: 20%; }
  .config .config__comment .config__comment-submit {
    margin-left: 70px; }
  .config .config__info-elem {
    padding: 0; }
  .search .search__in .search__in-rel {
    margin-bottom: 20px; } }

@media only screen and (max-width: 992px) {
  .header .form .header__search {
    width: 60%; }
  .main-slider .slider-img {
    right: -60%; }
  .main-slider .main-description {
    width: 210px; }
  .advertis .advertis__title {
    text-align: center; }
  .category__nav.active {
    height: 107px; }
  .category__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 105px; }
    .category__nav .icno_wrap {
      margin: 0;
      margin-bottom: 15px; }
    .category__nav .category__nav-desc {
      display: none; }
  .category .category__title {
    margin-right: 0;
    width: 90%; }
  .offers .offers__title, .offers .offers__par {
    text-align: center; }
  .offers .offers__cart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .offers .offers__cart p {
      text-align: center; }
  .offers .offers_cart-wrap .offers__cart {
    margin: 0;
    margin-top: 50px; }
  .offers .offers_cart-wrap .offers__cart:after {
    right: -30px; }
  .config .config__nav {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 0; }
  .config .config__categ .config__categ-products {
    width: 530px;
    padding: 0 10px; }
    .config .config__categ .config__categ-products .product:nth-child(5) {
      display: none; }
    .config .config__categ .config__categ-products .product:nth-child(4) {
      display: none; }
  .config__info {
    height: 350px;
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .config__info .config__comment {
      width: 355px;
      height: 200px; }
    .config__info .config__info-elem {
      height: 210px;
      width: 250px;
      margin-top: 0; }
    .config__info .config__info-place {
      width: 263px;
      height: 51px; }
  .search:before {
    left: -15%; }
  .search:after {
    right: -2%; }
  .search .search__in .search__in-rel {
    margin-bottom: 20px; }
  .commodity .filter__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

@media only screen and (max-width: 768px) {
  .header {
    height: 100%; }
    .header .form {
      margin-top: 20px; }
      .header .form .header__search {
        width: 70%; }
  .offers .offers_cart-wrap {
    display: none; }
  .offers .offers__cart {
    width: 100%; }
  .offers p {
    width: 100%; }
  .offers .offers_phone_slider {
    display: block; }
  .main-slider > .container .slider .slick-dots {
    height: 7px;
    width: 90px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 100px; }
  .main-slider .main-title {
    width: 250px;
    margin-left: 0;
    font-size: 25px;
    margin-bottom: 20px;
    margin-left: 10px; }
  .main-slider .main-description {
    margin-left: 10px;
    width: 165px;
    font-size: 13px; }
  .main-slider .slider-img {
    right: -90%; }
  .balance .balance__text {
    font-size: 11.5px;
    margin-right: 5px; }
  .balance .balance__bitcoin-value,
  .balance .balance .balance__money-value,
  .balance .balance .bitcoin,
  .balance .balance .dollar {
    font-size: 13px; }
  .category .category__nav {
    margin-top: 10px; }
    .category .category__nav:after {
      display: none; }
  .popular {
    padding-bottom: 50px; }
    .popular .slick-prev,
    .popular .slick-next {
      -webkit-border-radius: 30px;
              border-radius: 30px;
      height: 40px;
      width: 110px;
      font-size: 13px; }
    .popular .slick-prev:before,
    .popular .slick-next:after {
      margin: 0; }
    .popular .view__wrap {
      display: block;
      margin: 0 auto;
      margin-top: 100px;
      text-align: center;
      width: 200px; }
    .popular .popular__title {
      text-align: center; }
  .advertis .advert_wrap {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
    .advertis .advert_wrap img {
      width: 350px; }
  .ideas .ideas__wrap {
    margin: 0 auto;
    margin-top: 60px;
    width: 200px;
    text-align: center;
    display: block; }
  .ideas .slick-slide {
    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; }
  .ideas .slick-prev,
  .ideas .slick-next {
    -webkit-border-radius: 30px;
            border-radius: 30px;
    height: 40px;
    width: 110px;
    font-size: 13px; }
  .ideas .slick-prev:before,
  .ideas .slick-next:after {
    margin: 0; }
  .ideas .ideas__title {
    text-align: center; }
  .back_top {
    margin-top: 50px; }
  .footer .footer_ttile {
    text-align: center;
    margin-left: 0; }
  .footer .footer_category {
    text-align: center;
    margin-left: 0; }
  .config .config__categ {
    position: relative;
    margin-bottom: 100px; }
    .config .config__categ .config__categ-products {
      width: 530px;
      padding: 0 10px; }
      .config .config__categ .config__categ-products .product:nth-child(3) {
        display: none; }
    .config .config__categ .config__categ-allprod {
      position: absolute;
      bottom: -70px;
      left: 0; }
  .config .config__nav span {
    font-size: 0; }
    .config .config__nav span svg {
      margin: 0 auto; }
  .config .config__image {
    padding-top: 50px;
    margin-top: 50px; }
  .config .round {
    top: 0;
    right: 0;
    height: 36px; }
  .config .config__tools {
    margin: 0 auto;
    margin-top: 100px;
    width: 290px;
    height: 320px; }
    .config .config__tools .config__tools-title {
      text-align: center;
      padding-left: 0; }
    .config .config__tools .config__tools-wrap .material, .config .config__tools .config__tools-wrap .other, .config .config__tools .config__tools-wrap .zipper, .config .config__tools .config__tools-wrap .pocket {
      border-right: 1px solid #DFE0E1; }
    .config .config__tools .config__tools-wrap .zipper:after, .config .config__tools .config__tools-wrap .button:after {
      display: none; }
    .config .config__tools .config__tools-wrap .size,
    .config .config__tools .config__tools-wrap .color,
    .config .config__tools .config__tools-wrap .image,
    .config .config__tools .config__tools-wrap .text,
    .config .config__tools .config__tools-wrap .button,
    .config .config__tools .config__tools-wrap .pocket {
      padding-right: 0; }
    .config .config__tools .config__tools-wrap .size,
    .config .config__tools .config__tools-wrap .material {
      padding-bottom: 5px;
      padding-left: 0; }
    .config .config__tools .config__tools-wrap .text, .config .config__tools .config__tools-wrap .stripes {
      padding-bottom: 8px; }
    .config .config__tools .config__tools-wrap .zipper {
      padding-left: 0; }
  .config .all_modal {
    right: 300px;
    top: 0; }
    .config .all_modal .tools__modal {
      left: 50px;
      top: -350px; }
  .config__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 600px; }
    .config__info .config__info-elem {
      margin-top: 30px; }
  .back_top {
    margin-top: 0; }
  .search .search__form .search__form-btns {
    min-width: 144px; }
    .search .search__form .search__form-btns .search__btn {
      font-size: 10px;
      width: 76px;
      height: 35px; }
    .search .search__form .search__form-btns .category__btn {
      font-size: 11px;
      background-color: transparent; }
  .singin__header,
  .singup__header,
  .forgot__header,
  .check__header {
    overflow-x: hidden; }
  .singin__header:after,
  .singup__header:after,
  .forgot__header:after,
  .check__header:after {
    right: 0; }
  .singin__header:before,
  .singup__header:before,
  .forgot__header:before,
  .check__header:before {
    left: -10%; } }

@media only screen and (max-width: 575px) {
  .header .form .header__search {
    width: 60%; }
  .header .form .form_camera {
    margin-left: 30px; }
  .burger_overlay .popup .burger_popup .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .main-slider .slider-img {
    right: -100%; }
  .element__overlay .element__modal-pop {
    width: 400px; }
    .element__overlay .element__modal-pop .element__modal-type {
      width: 350px;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; }
  .commodity .element .element__box .element__img {
    width: 119px;
    height: 144px; }
  .commodity .element .element__box .place .place__btn {
    display: none; }
  .commodity .element .element__box .place .place__wrap {
    display: none; }
  .commodity .element .element__box .price__wrap .discount {
    display: none; }
  .singin__header:after,
  .singup__header:after,
  .forgot__header:after,
  .check__header:after {
    right: -5%; }
  .singin__header:before,
  .singup__header:before,
  .forgot__header:before,
  .check__header:before {
    display: none; } }

@media only screen and (max-width: 480px) {
  .header .form .header__search {
    width: 45%; }
  .header .form .form_camera {
    margin-left: 5px; }
  h2 {
    font-size: 21px; }
  .offers p {
    width: 100%; }
  .category {
    padding-bottom: 100px; }
    .category .category__cart-wrap .category__cart {
      width: 120px !important;
      height: 160px; }
      .category .category__cart-wrap .category__cart img {
        width: 105px;
        height: 105px; }
      .category .category__cart-wrap .category__cart:after {
        height: 100px;
        width: 100%; }
      .category .category__cart-wrap .category__cart .category__cart-title {
        font-size: 12px;
        padding-top: 20px; }
    .category .slick-prev,
    .category .slick-next {
      bottom: -70px !important; }
    .category .category__nav:after {
      display: none; }
    .category .category__nav .icno_wrap {
      border: none; }
  .main-slider .main-title {
    width: 212px; }
  .main-slider .main-description {
    position: relative;
    z-index: 5;
    width: 167px; }
  .main-slider .slider-img {
    right: -150%; }
  .balance .balance__text {
    display: none; }
  .popular .popular_wrap .popular__prod {
    width: 140px !important;
    height: 230px; }
    .popular .popular_wrap .popular__prod img {
      width: 100%; }
    .popular .popular_wrap .popular__prod .popular_desk {
      font-size: 14px; }
    .popular .popular_wrap .popular__prod .popular__price {
      font-size: 13px; }
  .advertis .advert_wrap {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
    .advertis .advert_wrap img {
      width: 300px; }
  .ideas .ideas__box {
    width: 140px !important;
    height: 225px; }
    .ideas .ideas__box .img__block > img {
      width: 100%; }
  .config .config__nav {
    margin-top: 0; }
  .config .config__nav .create,
  .config .config__nav .open,
  .config .config__nav .save,
  .config .config__nav .back,
  .config .config__nav .forward {
    margin-right: 5px; }
  .config .config__categ .config__categ-products .product {
    display: none; }
  .config .config__categ .config__categ-products .product.active {
    display: block;
    position: absolute;
    left: 0;
    bottom: -70px; }
  .config .config__categ .config__categ-allprod {
    position: absolute;
    bottom: -70px;
    left: 50%; }
  .config .config__image {
    height: 455px; }
    .config .config__image img {
      width: 300px; }
    .config .config__image .arm-size_pop {
      right: 0;
      top: 50px; }
      .config .config__image .arm-size_pop:before {
        display: none; }
  .config__info {
    width: 300px; }
    .config__info .config__comment {
      width: 280px;
      height: 180px; }
  .product-overlay .product__modal {
    width: 300px; }
    .product-overlay .product__modal .product__modal-box {
      width: 100%; }
  .categoty-overlay .categoty__modal {
    width: 300px; }
    .categoty-overlay .categoty__modal .categoty__modal-box {
      width: 100%; }
    .categoty-overlay .categoty__modal .categoty__modal-form {
      width: 100%; }
  .element__overlay .element__modal-pop {
    padding-left: 15px;
    width: 300px; }
    .element__overlay .element__modal-pop .element__modal-type {
      width: 270px;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; }
  .search:before {
    left: -30%; }
  .search:after {
    right: -25%; }
  .search .search__title {
    font-size: 21px; }
  .commodity .result {
    font-size: 13px; }
    .commodity .result .result__count {
      width: 130px; }
    .commodity .result .result__sort {
      height: 15px; }
  .commodity .page-navig .page__iteam:first-child,
  .commodity .page-navig .page__iteam:last-child {
    font-size: 0;
    width: 36px;
    height: 36px; }
    .commodity .page-navig .page__iteam:first-child .page__link svg,
    .commodity .page-navig .page__iteam:last-child .page__link svg {
      margin: 0; }
  .singin__footer .singin__footer-info,
  .forgot__footer .singin__footer-info,
  .singup__footer .singin__footer-info,
  .check__footer .singin__footer-info {
    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; }
  .singin__footer .singin__footer-info li a,
  .forgot__footer .singin__footer-info li a,
  .singup__footer .singin__footer-info li a,
  .check__footer .singin__footer-info li a {
    font-size: 10px; }
  .singin__footer .singin__footer-info li:last-child a:after,
  .forgot__footer .singin__footer-info li:last-child a:after,
  .singup__footer .singin__footer-info li:last-child a:after,
  .check__footer .singin__footer-info li:last-child a:after {
    display: none; }
  .singin__footer .singin__footer-info li,
  .forgot__footer .singin__footer-info li,
  .singup__footer .singin__footer-info li,
  .check__footer .singin__footer-info li {
    margin: 0; }
  .singin__footer .singin__footer-info li:last-child,
  .forgot__footer .singin__footer-info li:last-child,
  .singup__footer .singin__footer-info li:last-child,
  .check__footer .singin__footer-info li:last-child {
    margin: 0; }
  .singin__footer .singin__footer-info li:last-child a,
  .forgot__footer .singin__footer-info li:last-child a,
  .singup__footer .singin__footer-info li:last-child a,
  .check__footer .singin__footer-info li:last-child a {
    display: inline-block; }
  .singin__header .forgot__header-desc,
  .singin__header .check__header-desc,
  .singup__header .forgot__header-desc,
  .singup__header .check__header-desc,
  .forgot__header .forgot__header-desc,
  .forgot__header .check__header-desc,
  .check__header .forgot__header-desc,
  .check__header .check__header-desc {
    font-size: 12px;
    width: 100%; }
  .check__header {
    padding-bottom: 35px; }
  .check__header .check__header-title {
    margin-bottom: 30px; }
  .check__header .check__btn {
    width: 100%; } }

@media only screen and (max-width: 400px) {
  .main-slider .slider-img {
    right: -170%; }
  .commodity .result {
    font-size: 13px; }
  .commodity .element .element__box {
    padding: 15px;
    -webkit-border-radius: 0;
            border-radius: 0;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(132, 147, 157, 0.25);
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .commodity .element .element__box:last-child {
      border-bottom: none; }
    .commodity .element .element__box .shipping {
      margin-bottom: 0; }
    .commodity .element .element__box .price__wrap {
      font-size: 15px; }
      .commodity .element .element__box .price__wrap .old-price {
        font-size: 13px; }
    .commodity .element .element__box .element__wrap .element__wrap-desc {
      height: 60px;
      overflow-y: hidden;
      display: block;
      font-size: 14px; }
    .commodity .element .element__box .element__wrap .rating {
      margin-bottom: 12px;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .commodity .element .element__box .element__wrap .rating__star svg {
      overflow: visible; }
  .filter-overlay .filter-popup {
    width: 100%; }
  .singin__header,
  .singup__header,
  .forgot__header,
  .check__header {
    padding: 20px 0 35px 0; }
  .singin__header .singin__header-logo,
  .singin__header .forgot__header-logo,
  .singin__header .singup__header-logo,
  .singin__header .check__header-logo,
  .singup__header .singin__header-logo,
  .singup__header .forgot__header-logo,
  .singup__header .singup__header-logo,
  .singup__header .check__header-logo,
  .forgot__header .singin__header-logo,
  .forgot__header .forgot__header-logo,
  .forgot__header .singup__header-logo,
  .forgot__header .check__header-logo,
  .check__header .singin__header-logo,
  .check__header .forgot__header-logo,
  .check__header .singup__header-logo,
  .check__header .check__header-logo {
    width: 45px;
    height: 45px; }
  .singin__header .singin__back,
  .singup__header .singin__back,
  .forgot__header .singin__back,
  .check__header .singin__back {
    left: 15px;
    top: 20px; }
  .singin__header .singin__header-title,
  .singin__header .singup__header-title,
  .singin__header .forgot__header-title,
  .singin__header .check__header-title,
  .singup__header .singin__header-title,
  .singup__header .singup__header-title,
  .singup__header .forgot__header-title,
  .singup__header .check__header-title,
  .forgot__header .singin__header-title,
  .forgot__header .singup__header-title,
  .forgot__header .forgot__header-title,
  .forgot__header .check__header-title,
  .check__header .singin__header-title,
  .check__header .singup__header-title,
  .check__header .forgot__header-title,
  .check__header .check__header-title {
    font-size: 19px; }
  .singin__header:after,
  .singup__header:after,
  .forgot__header:after,
  .check__header:after {
    height: 74px;
    width: 74px;
    right: -2%; }
  .singin__header .singin__form,
  .singin__header .singup__form,
  .singin__header .forgot__form,
  .singup__header .singin__form,
  .singup__header .singup__form,
  .singup__header .forgot__form,
  .forgot__header .singin__form,
  .forgot__header .singup__form,
  .forgot__header .forgot__form,
  .check__header .singin__form,
  .check__header .singup__form,
  .check__header .forgot__form {
    width: 100%; } }

@media only screen and (max-width: 320px) {
  .main-slider .slider-img {
    right: -220%; } }
