.product-pop {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 250;
  display: none;
  overflow-y: auto;
}
.product-pop__wind {
  position: relative;
  top: 50%;
  margin: 0 auto;
  max-width: 1010px;
  width: 100%;
  height: auto;
  padding: 30px;
  background: #fff;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  box-sizing: border-box;
  font-size: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-pop__close {
  position: absolute;
  top: 20px;
  right: 24px;
  display: inline-block;
  width: 17px;
  height: 17px;
  cursor: pointer;
}
.product-pop__close svg path {
  stroke: #7f7f7f;
  fill: none;
  stroke-width: 3px;
}
.product-pop__prev {
  display: inline-block;
  vertical-align: top;
  width: 54%;
 /* -webkit-flex-basis: 54%;
      -ms-flex-preferred-size: 54%;
          flex-basis: 54%;*/
}
@media all and (max-width: 900px) {
  .product-pop__prev {
    margin-right: 25px;
  }
}
.product-pop__info {
  display: inline-block;
  vertical-align: top;
  padding: 19px 15px;
}
@media all and (max-width: 900px) {
  .product-pop__info {
    padding: 0;
  }
}
@media all and (max-width: 640px) {
  .product-pop__info {
    display: block;
    width: 100%;
    margin: 0;
  }
}
.product-pop.active {
  display: block;
}
.product-pop__mail {
  position: relative;
  top: 50%;
  margin: 0 auto;
  max-width: 890px;
  width: 100%;
  height: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0;
}
@media all and (max-width: 980px) {
  .product-pop__mail {
    max-width: 655px;
  }
}
.product-pop_mail {
  background: rgba(0,0,0,0.8);
}
.product-pop_mail .product-pop__close {
  top: -23px;
  right: 0;
}
.product-pop_mail .product-pop__close svg path {
  stroke: #b4b4b4;
  fill: none;
  stroke-width: 3px;
}
@media all and (max-width: 980px) {
  .product-pop_mail {
    padding: 0 45px;
    box-sizing: border-box;
  }
}
@media all and (max-width: 570px) {
  .product-pop_mail {
    padding: 0 20px;
  }
}
.product-pop_main {
  display: block;
  background: #fff;
  position: relative;
  height: auto;
  z-index: 18;
  overflow: auto;
}
.product-pop_main .product-pop__wind {
  top: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  max-width: 1085px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 80px;
  width: calc(100% - 160px);
  padding: 36px 30px 30px;
}
@media all and (max-width: 900px) {
  .product-pop_main .product-pop__wind {
    width: 100%;
    margin: 0;
    padding: 20px;
  }
}
@media all and (max-width: 640px) {
  .product-pop_main .product-pop__wind {
    display: block;
    padding: 0 20px;
  }
}
@media all and (max-width: 570px) {
  .product-pop_main .product-pop__wind {
    display: block;
    padding: 0 12px;
  }
}
.product-pop_main .product-pop__prev {
  width: 60%;
 /* max-width: 615px;*/
}
@media all and (max-width: 640px) {
  .product-pop_main .product-pop__prev {
    display: block;
    width: 100%;
    margin: 0 0 60px 0;
    /*max-width: 615px;*/
  }
}
@media all and (max-width: 980px) {
  .product-pop_main {
    display: block !important;
  }
}
.mail-cont {
  position: relative;
  font-size: 0;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media all and (max-width: 570px) {
  .mail-cont {
    display: block;
  }
}
.mail-cont__main {
  position: relative;
  display: inline-block;
  width: calc(100% - 180px);
  height: 410px;
  background-image: url("../img/girls4.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media all and (max-width: 980px) {
  .mail-cont__main {
    width: calc(100% - 127px);
    height: 290px;
  }
}
@media all and (max-width: 570px) {
  .mail-cont__main {
    display: block;
    width: 100%;
    height: 328px;
  }
}
.mail-cont__title {
  margin-bottom: 25px;
  color: #fff;
  font-family: Times New Roman, serif;
  font-style: italic;
  font-size: 30px;
}
@media all and (max-width: 980px) {
  .mail-cont__title {
    margin-bottom: 18px;
    font-size: 21px;
  }
}
.mail-cont__desc {
  margin: 0 auto 41px;
  color: #fff;
  font-size: 12px;
  max-width: 411px;
}
@media all and (max-width: 980px) {
  .mail-cont__desc {
    margin: 0 auto 29px;
    max-width: 290px;
    font-size: 9px;
  }
}
.mail-cont__centered {
  position: absolute;
  bottom: 54px;
  left: 0;
  width: 100%;
  text-align: center;
}
@media all and (max-width: 980px) {
  .mail-cont__centered {
    bottom: 38px;
  }
}
.mail-cont__aside {
  display: inline-block;
  width: 180px;
  padding: 20px;
  background: #fff;
  box-sizing: border-box;
  text-align: center;
}
@media all and (max-width: 980px) {
  .mail-cont__aside {
    width: 127px;
    padding: 25px 10px;
  }
}
@media all and (max-width: 570px) {
  .mail-cont__aside {
    display: block;
    width: 100%;
    height: 144px;
    padding: 0 10px 30px;
  }
}
.mail-cont__flex {
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
}
@media all and (max-width: 570px) {
  .mail-cont__flex {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.mail-cont__icon {
  width: 60px;
  height: 35px;
  margin: 0 auto 27px;
  background-image: url("../img/icons8-Hanger.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media all and (max-width: 980px) {
  .mail-cont__icon {
    width: 42px;
    height: 22px;
    margin: 0 auto 19px;
  }
}
@media all and (max-width: 570px) {
  .mail-cont__icon {
    width: 48px;
    height: 25px;
    margin-bottom: 21px;
  }
}
.mail-cont__txt {
  font-size: 12px;
  color: #3a3a3a;
}
@media all and (max-width: 980px) {
  .mail-cont__txt {
    font-size: 9px;
  }
}
.mail-cont__group {
  text-align: center;
}
.mail-cont__group:nth-child(2) .mail-cont__icon {
  width: 51px;
  height: 35px;
  background-image: url("../img/icons8-Van.png");
}
@media all and (max-width: 980px) {
  .mail-cont__group:nth-child(2) .mail-cont__icon {
    width: 36px;
    height: 24px;
  }
}
@media all and (max-width: 570px) {
  .mail-cont__group:nth-child(2) .mail-cont__icon {
    width: 41px;
    height: 27px;
    margin-bottom: 22px;
  }
}
.mail-cont__group:nth-child(3) .mail-cont__icon {
  width: 41px;
  height: 57px;
  margin-bottom: 13px;
  background-image: url("../img/icons8-Guarantee-100.png");
}
@media all and (max-width: 980px) {
  .mail-cont__group:nth-child(3) .mail-cont__icon {
    width: 28px;
    height: 40px;
  }
}
@media all and (max-width: 570px) {
  .mail-cont__group:nth-child(3) .mail-cont__icon {
    width: 32px;
    height: 45px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 570px) {
  .mail-cont__group {
    margin: 0 5px;
  }
}
@media all and (max-width: 570px) {
  .mail-cont__form {
    width: 100%;
    box-sizing: border-box;
    padding: 0 7px;
    font-size: 0;
  }
}
.mail-cont__inp {
  display: inline-block;
  vertical-align: top;
  width: 309px;
  height: 40px;
  border-radius: 0;
  outline: none;
  border: 1px solid #fff;
  font-family: inherit;
  color: #fff;
  font-size: 12px;
  text-align: left;
  padding: 0;
  box-sizing: border-box;
  padding: 0 15px;
  background-color: rgba(0,0,0,0.6);
}
@media all and (max-width: 980px) {
  .mail-cont__inp {
    width: 217px;
    font-size: 9px;
  }
}
@media all and (max-width: 570px) {
  .mail-cont__inp {
    width: calc(100% - 109px);
  }
}
.mail-cont input::-webkit-input-placeholder {
  color: #fff;
  font-family: 'Geometria', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.mail-cont input::-moz-placeholder {
  color: #fff;
  font-family: 'Geometria', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.mail-cont input:-ms-input-placeholder {
  color: #fff;
  font-family: 'Geometria', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.mail-cont input::placeholder {
  color: #fff;
  font-family: 'Geometria', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
@media all and (max-width: 980px) {
  .mail-cont input::-webkit-input-placeholder {
    font-size: 9px;
  }
  .mail-cont input::-moz-placeholder {
    font-size: 9px;
  }
  .mail-cont input:-ms-input-placeholder {
    font-size: 9px;
  }
  .mail-cont input::placeholder {
    font-size: 9px;
  }
}
.mail-cont input:focus::-webkit-input-placeholder {
  color: transparent;
}
.mail-cont input:focus::-moz-placeholder {
  color: transparent;
}
.mail-cont input:focus:-ms-input-placeholder {
  color: transparent;
}
.mail-cont input:focus::placeholder {
  color: transparent;
}
.mail-cont__button {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  height: 40px;
  background: #fff;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  cursor: pointer;
}
@media all and (max-width: 980px) {
  .mail-cont__button {
    width: 106px;
    font-size: 9px;
  }
}
.mail-cont__link {
  position: absolute;
  right: 0;
  bottom: -20px;
  margin-top: 10px;
  padding-bottom: 3px;
  font-size: 12px;
  color: #fff;
}
.mail-cont__link:after {
  content: '';
  position: absolute;
  width: 100%;
  border: 1px solid #fff;
  right: 0;
  bottom: 0;
}
@media all and (max-width: 980px) {
  .mail-cont__link {
    font-size: 9px;
  }
}
@media all and (max-width: 570px) {
  .mail-cont__link {
    width: 100%;
    text-align: center;
    bottom: -30px;
  }
  .mail-cont__link:after {
    display: none;
  }
}
.pop-info {
  color: #3a3a3a;
}
.pop-info__art {
  display: inline-block;
  font-family: 'Geometria-Light', sans-serif;
  font-size: 11px;
  padding: 2px 8px;
  margin-bottom: 25px;
  border: 1px solid #3a3a3a;
}
.pop-info__brand {
  font-family: 'Geometria-Medium', sans-serif;
  font-size: 12px;
  margin-bottom: 11px;
}
.pop-info__title {
  font-family: 'Geometria-Light', sans-serif;
  font-size: 18px;
  margin-bottom: 15px;
}
.pop-info__title h1{
    font-weight: 400;
    font-size: 18px;
}
.pop-info__sum {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.pop-info__sale {
  display: none;
  color: #d40202;
  margin: 0 11px 0 22px;
  vertical-align: middle;
}
.pop-info__sale2 {
  display: none;
  color: #d40202;
  font-size: 9px;
  font-family: 'Geometria-Light', sans-serif;
  padding: 4px 6px;
  border: 1px solid #d40202;
  vertical-align: middle;
  margin: 0;
}
.pop-info__price {
  font-family: 'Geometria-Medium', sans-serif;
  font-size: 18px;
  margin-bottom: 38px;
  vertical-align: middle;
}
.pop-info__price.sale {
  display: block;
}
.pop-info__price.sale .pop-info__sum {
  text-decoration: line-through;
}
.pop-info__price.sale .pop-info__sale {
  display: inline-block;
}
.pop-info__price.sale .pop-info__sale2 {
  display: inline-block;
}
.pop-info__color {
  font-family: 'Geometria-Medium', sans-serif;
  font-size: 12px;
  margin-bottom: 11px;
}
.pop-info__color span {
  display: inline-block;
}
.pop-info__color-name {
  font-family: 'Geometria-Light', sans-serif;
  font-size: 12px;
  margin-left: 13px;
}
.pop-info__img {
  display: inline-block;
  width: 43px;
  height: 66px;
  margin-right: 10px;
  background-image: url("../img/trous.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
.pop-info__img:hover {
  position: relative;
}
.pop-info__img:hover:after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 1px solid #3a3a3a;
  left: 0;
  bottom: -4px;
  width: 100%;
}
.pop-info__img.active {
  position: relative;
}
.pop-info__img.active:after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 1px solid #3a3a3a;
  left: 0;
  bottom: -4px;
  width: 100%;
}
.pop-info__exmp {
  margin-bottom: 50px;
}
@media all and (max-width: 900px) {
  .pop-info__exmp {
    margin-bottom: 32px;
  }
}
.pop-info__show {
  position: relative;
  width: 250px;
  height: 43px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid #1c1e23;
  margin-bottom: 19px;
  color: #3a3a3a;
  text-align: center;
  box-sizing: border-box;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
}
.pop-info__btn {
  position: relative;
  width: 250px;
  height: 43px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid #3a3a3a;
  margin-bottom: 19px;
  padding-top: 5px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  text-transform: uppercase;
  background: #3a3a3a;
  font-family: 'Geometria-Light', sans-serif;
  font-size: 12px;
  cursor: pointer;
}
.pop-info__btn:hover {
  background-color: #484848;
}
@media all and (max-width: 900px) {
  .pop-info__btn {
    width: 100%;
    margin-bottom: 15px;
  }
}
.pop-info__btn span {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}
.pop-info__btn span:nth-child(2) {
  margin-left: 3px;
  border-bottom: 1px solid #fff;
}
.pop-info__btn.dis {
  background-color: #b7b7b7;
  border: #b7b7b7;
  cursor: default;
}
.pop-info__btn.act {
  border: 1px solid #2a4538;
  background: #2a4538;
  cursor: default;
}
.pop-info__buy {
  position: relative;
  width: 290px;
}
@media all and (max-width: 900px) {
  .pop-info__buy {
    width: 100%;
  }
}
.pop-info__buy-icon {
  position: absolute;
  z-index: 20;
  top: 9px;
  right: 2px;
  display: inline-block;
  margin-left: 14px;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.3s linear;
}
@media all and (max-width: 900px) {
  .pop-info__buy-icon {
    display: none;
  }
}
.pop-info__buy-icon svg path {
  stroke: #b7b7b7;
  fill: none;
  stroke-width: 3px;
}
.pop-info__buy-icon:hover svg path {
  stroke: #f00;
}
.pop-info__buy-icon.add {
  -webkit-animation: heart 0.2s linear;
          animation: heart 0.2s linear;
}
.pop-info__buy-icon.add svg path {
  stroke: #f00;
  fill: #f00;
  stroke-width: 3px;
}
.pop-info__avail {
  margin-bottom: 50px;
}
@media all and (max-width: 900px) {
  .pop-info__avail {
    margin-bottom: 44px;
  }
}
.pop-info__ins {
  max-width: 430px;
}
.pop-info__like {
  display: none;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 54px;
}
@media all and (max-width: 900px) {
  .pop-info__like {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.pick__button {
  position: relative;
  width: 250px;
  height: 43px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 14px;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid #8f7f6f;
  margin-bottom: 19px;
  box-sizing: border-box;
  color: #8f7f6f;
  text-align: left;
  font-size: 12px;
  font-family: 'Geometria-Light', sans-serif;
  cursor: pointer;
}
@media all and (max-width: 900px) {
  .pick__button {
    width: 100%;
  }
}
.pick__icon2 {
  display: inline-block;
  width: 10px;
  height: 17px;
  margin-right: 5px;
}
.pick__icon {
  display: inline-block;
  position: absolute;
  top: 13px;
  right: 13px;
  width: 16px;
  height: 6px;
}
.pick svg path {
  stroke: #8f7f6f;
  fill: none;
  stroke-width: 3px;
}
.pick svg ellipse {
  stroke: #8f7f6f;
  stroke-width: 3px;
}
.ins {
  width: 100%;
}
.ins__title {
  display: inline-block;
  margin-right: 33px;
  margin-bottom: 19px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Geometria-Medium', sans-serif;
  color: #b7b7b7;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
.ins__title:hover {
  border-bottom: 1px solid #3a3a3a;
}
@media all and (max-width: 900px) {
  .ins__title {
    margin-bottom: 23px;
  }
}
.ins__title.active {
  border-bottom: 1px solid #3a3a3a;
  color: #3a3a3a;
}
.ins__desc {
  font-size: 14px;
  font-family: 'Geometria-Light', sans-serif;
  margin-bottom: 17px;
}
@media all and (max-width: 900px) {
  .ins__desc {
    margin-bottom: 27px;
  }
}
.size__title {
  display: inline-block;
  font-family: 'Geometria-Medium', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 12px;
}
.size__link {
  display: inline-block;
  padding-bottom: 3px;
  font-family: 'Geometria-Light', sans-serif;
  font-size: 12px;
  border-bottom: 1px dashed #3a3a3a;
  cursor: pointer;
}
@media all and (max-width: 900px) {
  .size__link {
    float: right;
  }
}
.size__block {
  margin-top: 10px;
  position: relative;
}
.size__last {
  display: inline-block;
  font-family: 'Geometria-Light', sans-serif;
  color: #b7b7b7;
  font-size: 12px;
}
.size__numb {
  display: inline-block;
  margin-right: 8px;
  font-family: 'Geometria-Medium', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.size__icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 13px;
  width: 16px;
  height: 6px;
  font-size: 0;
}
.size__icon.active {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 19px;
}
.size svg path {
  stroke: #b7b7b7;
  fill: none;
  stroke-width: 3px;
}
.size .hide {
  display: none;
}
.size__button {
  position: relative;
  width: 250px;
  height: 43px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 14px;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid #b7b7b7;
  margin-bottom: 19px;
  box-sizing: border-box;
  cursor: pointer;
}
@media all and (max-width: 900px) {
  .size__button {
    width: 100%;
    margin-bottom: 15px;
  }
}
.size__button.open {
  border-color: #3a3a3a;
}
.size__button.open svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.size__button.open svg path {
  stroke: #3a3a3a;
}
.small {
  display: inline-block;
  width: 50px;
  vertical-align: top;
  text-align: center;
  float: left;
}
@media all and (max-width: 900px) {
  .small {
    width: 100%;
    float: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 19px;
  }
}
@media all and (max-width: 640px) {
  .small {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.small svg path {
  stroke: #7f7f7f;
  fill: none;
  stroke-width: 3px;
}
.small__up {
  margin-bottom: 20px;
  display: inline-block;
  width: 12px;
  height: 6px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media all and (max-width: 900px) {
  .small__up {
    display: inline-block;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media all and (max-width: 640px) {
  .small__up {
    display: none;
  }
}
.small__bottom {
  display: inline-block;
  width: 12px;
  height: 6px;
}
@media all and (max-width: 900px) {
  .small__bottom {
    display: inline-block;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    margin-bottom: 20px;
  }
}
@media all and (max-width: 640px) {
  .small__bottom {
    display: none;
  }
}
.small__item {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  height: 60px;
  background-image: url("../img/trous.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom: 1px solid transparent;
}
@media all and (max-width: 900px) {
  .small__item {
    display: inline-block;
    width: 52px;
    height: 80px;
  }
}
@media all and (max-width: 640px) {
  .small__item {
    width: 13px;
    height: 13px;
    background: #dddede;
    opacity: 1;
    vertical-align: middle;
    margin: 0 9px;
    border-radius: 100%;
  }
}
.small__item.active {
  border-bottom: 1px solid #3a3a3a;
}
@media all and (max-width: 640px) {
  .small__item.active {
    width: 18px;
    height: 18px;
    opacity: 1;
    background: #7c7c7c;
    border: none;
  }
}
.big {
  display: inline-block;
  vertical-align: top;
  width: calc(92% - 70px);
  height: 600px;
  margin-left: 8%;
  background-image: url("../img/trous.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
@media all and (max-width: 900px) {
  .big {
    margin-left: 0;
    width: 100%;
    height: 554px;
  }
}
.rep {
  display: none;
}
.rep-txt {
  width: 70px;
  text-align: center;
  font-size: 9px;
  font-family: 'Geometria-Italic', sans-serif;
  font-weight: bold;
}
.rep__img {
  margin: 0 auto;
  width: 43px;
  height: 66px;
  margin-bottom: 10px;
  background-image: url("../img/trous.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.rep__price {
  font-size: 12px;
  font-family: 'Geometria-Light', sans-serif;
}
.product-pop__next {
  height: 91px;
  width: 71px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  right: 20px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product-pop__next:after {
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 10px;
  height: 20px;
  background-image: url("../img/next.svg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
@media all and (max-width: 900px) {
  .product-pop__next {
    display: none;
  }
}
.product-pop__next.hov .rep {
  display: inline-block;
}
.product-pop__next.hov .rep-txt {
  display: none;
}
.product-pop__back {
  height: 91px;
  width: 71px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  left: 20px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product-pop__back:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -10px;
  display: inline-block;
  content: "";
  width: 10px;
  height: 20px;
  background-image: url("../img/back.svg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
@media all and (max-width: 900px) {
  .product-pop__back {
    display: none;
  }
}
.product-pop__back.hov .rep {
  display: inline-block;
}
.product-pop__back.hov .rep-txt {
  display: none;
}
.nav {
  display: inline-block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}
@media all and (max-width: 1200px) {
  .nav {
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media all and (max-width: 980px) {
  .nav {
    display: none;
  }
}
.nav__back {
  position: relative;
  padding: 0 11px 0 15px;
  border-right: 1px solid #3a3a3a;
  display: inline-block;
  color: #3a3a3a;
}
.nav__back:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 17px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url("../img/back.svg") no-repeat 0 center;
}
.nav__back:hover {
  color: #000;
}
.nav__item {
  display: inline-block;
  color: #969699;
  padding: 0 11px 0 0;
  cursor: pointer;
}
.nav__item.hide {
  font-size: 0;
}
.nav__item.hide:before {
  content: "...";
  color: #969699;
  font-size: 12px;
}
.nav__item:after {
  content: "/";
  color: #969699;
  padding-left: 11px;
  font-size: 12px;
}
.nav__item:hover {
  color: #3a3a3a;
  font-size: 12px;
}
.nav__item:hover:before {
  font-size: 0;
}
.nav__item:nth-child(2) {
  padding-left: 11px;
}
.nav__item:last-child {
  cursor: default;
}
.nav__item:last-child:hover {
  color: #969699;
}
.nav__item:last-child:after {
  content: "";
  cursor: default;
  line-height: 0;
  font-size: 0;
  padding: 0;
}
.nav_txt {
  position: absolute;
  left: 0;
  top: 30px;
}
.nav_txt .nav__item:first-child {
  color: #3a3a3a;
}
.article {
  display: inline-block;
  color: #000000;/*#b7b7b7;*/
  font-size: 12px;
}
.pop-info .article {
   margin-bottom: 25px;
  padding-left: 20px;
  color: #000000;/*#b7b7b7;*/
  font-size: 12px;
}
.mobile-article {
  display: none;
}
@media all and (max-width: 980px) {
  .article {
    display: none;
  }
  .mobile-article {
    margin-bottom: 25px;
    display: block;
    color: #000000;/*#b7b7b7;*/
    font-size: 12px;
  }
}
.ret {
  display: inline-block;
}
.ret__icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  vertical-align: middle;
}
.ret__icon svg path {
  stroke: #b7b7b7;
  fill: none;
  stroke-width: 3px;
}
.ret.add .ret__icon {
  -webkit-animation: heart 0.2s linear;
          animation: heart 0.2s linear;
}
.ret.add .ret__icon svg path {
  stroke: #f00;
  fill: #f00;
}
.ret__txt {
  display: inline-block;
  font-family: 'Geometria-Medium', sans-serif;
  font-size: 10px;
  color: #b7b7b7;
  text-transform: uppercase;
  vertical-align: middle;
}
.sb-next {
  position: absolute;
  width: 12px;
  height: 6px;
  bottom: 10px;
}
.sb-prev {
  position: absolute;
  width: 12px;
  height: 6px;
  top: 10px;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.product-pop_main .product-pop__wind {
  font-size: 0;
}
.pop-info .bx_item_detail_scu .bx_scu ul li {
  position: relative !important;
  display: block !important;
  float: left !important;
  height: 0 !important;
  box-sizing: border-box !important;
  width: 43px !important;
  height: 66px !important;
  margin-right: 10px !important;
  padding: 0 !important;
  border-bottom: 1px solid transparent !important;
}
.pop-info .bx_item_detail_scu .bx_scu ul li .cnt {
  cursor: pointer !important;
  position: absolute !important;
  display: block !important;
  overflow: hidden !important;
  background: #fff;
  z-index: 10 !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.pop-info .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.pop-info .bx_item_detail_scu .bx_scu {
  position: relative !important;
  overflow: hidden !important;
  margin: 0 !important;
  width: 100% !important;
  padding-bottom: 5px !important;
}
.pop-info .bx_item_detail_size ul {
  position: relative !important;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
  border: 1px solid #b7b7b7 !important;
  width: 250px !important;
  box-sizing: border-box !important;
}
@media all and (max-width: 900px) {
  .pop-info .bx_item_detail_size ul {
    width: 100% !important;
  }
}
.pop-info .bx_item_detail_size ul li {
  position: relative !important;
  display: block;
  box-sizing: border-box !important;
  height: 43px !important;
  width: 100% !important;
  float: none !important;
}
.pop-info .bx_item_detail_size ul li:hover {
  background: #f5f5f5;
}
.pop-info .bx_item_detail_size ul li .cnt {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  display: block !important;
  font-size: 12px !important;
  line-height: 43px !important;
  text-align: left !important;
  box-sizing: border-box !important;
  color: #3a3a3a !important;
  height: 43px !important;
  padding: 0 12px !important;
  vertical-align: middle !important;
  border: 0 !important;
  font-family: 'Geometria-Medium', sans-serif !important;
  text-transform: uppercase !important;
}
.pop-info .bx_item_detail_size ul li .cnt:hover {
  background: #f5f5f5;
}
.bx-no-touch .pop-info .bx_item_detail_size.full {
  position: absolute !important;
  top: 42px !important;
  z-index: 2 !important;
  background: #fff !important;
}
.item_buttons_counter_block {
  width: 100% !important;
}
@media all and (max-width: 640px) {
  .pop-info .bx_item_detail_size.full {
    z-index: 2 !important;
    position: absolute !important;
    top: 42px !important;
  }
}
.look-book {
  text-align: center;
}
.look-book svg path {
  stroke: #b7b7b7;
  fill: none;
  stroke-width: 3px;
}
.look-book__item {
  max-width: 270px;
  margin: 0 13px;
  outline: none;
}
@media all and (max-width: 700px) {
  .look-book__item {
    margin: 0 26px;
  }
}
@media all and (max-width: 600px) {
  .look-book__item {
    max-width: 100%;
  }
}
.look-book__brand {
  font-size: 12px;
  font-family: 'Geometria-Medium', sans-serif;
  margin-bottom: 11px;
}
@media all and (max-width: 980px) {
  .look-book__brand {
    margin-bottom: 15px;
  }
}
.look-book__name {
  font-size: 24px;
  font-family: Times New Roman, serif;
  font-style: italic;
  margin-bottom: 36px;
}
@media all and (max-width: 980px) {
  .look-book__name {
    font-size: 18px;
    margin-bottom: 33px;
  }
}
.look-book__video {
  width: 907px;
  height: 513px;
  background-color: #3a3a3a;
  margin: 0 auto 68px;
}
@media all and (max-width: 980px) {
  .look-book__video {
    margin: 0 auto 40px;
    width: 100%;
    max-width: 708px;
    height: 401px;
  }
}
@media all and (max-width: 600px) {
  .look-book__video {
    height: 185px;
  }
}
.look-book__image {
  margin: 39px auto 24px;
  height: 716px;
  width: auto;
}
@media all and (max-width: 980px) {
  .look-book__image {
    margin: 32px auto 39px;
    height: 541px;
  }
}
@media all and (max-width: 600px) {
  .look-book__image {
    /*height: 459px;*/
    height: auto;
    width: 100%;
    margin: 21px auto 38px;
  }
}
.look-book__img {
  width: 100%;
  height: 230px;
  background-image: url("../img/dress.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.look-book__img:nth-child(2n) {
  background-image: url("../img/dress2.png");
}
.look-book__title {
  font-size: 12px;
  margin: 10px auto 16px;
  max-width: 175px;
  min-height: 45px;
}
@media all and (max-width: 980px) {
  .look-book__title {
    font-size: 10px;
    min-height: 30px;
  }
}
.look-book__sum {
  font-size: 14px;
  font-family: 'Geometria-Medium', sans-serif;
}
@media all and (max-width: 980px) {
  .look-book__sum {
    font-size: 12px;
  }
}
.look-book__btn {
  display: block;
  width: 100%;
  height: 40px;
  margin: 26px 0 19px;
  padding: 0;
  background-color: #b7b7b7;
  border-radius: 0;
  box-shadow: none;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  font-family: 'Geometria-Light', sans-serif;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}
.look-book__size .size__button {
  width: 100%;
}
.look-wrap .main {
  overflow: visible;
  padding-top: 1px;
}
@-webkit-keyframes heart {
  to {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@keyframes heart {
  to {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
