/**********************************************************************/
.page-product .product__content {
  padding: 35px 0 130px;
}

/**********************************************************************/
.page-product .product__images {
  margin-left: auto;
  margin-right: auto;
  /*display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	width: calc(100% + 8px);
	margin-left: -4px;
	margin-right: -4px;*/
}
/*.page-product .product__img {
	width: calc(25% - 8px);
	margin: 0 4px 8px;
}
.page-product .product__img:nth-child(1),
.page-product .product__img:nth-child(2) {
	width: calc(50% - 8px);
}*/

/**********************************************************************/
.page-product .product__info {
  margin-left: 40px;
  max-width: 420px;
}
.page-product .breadcrumbs {
  margin-bottom: 0;
}
.page-product .product__back {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #4f4f4f;
  transition: color 0.3s;
  cursor: pointer;
}
.page-product .product__back:hover {
  color: #000000;
}
.page-product .product__subtitle {
  margin: 50px 0 5px;
  font-size: 11px;
  font-weight: 500;
  line-height: 15px;
  color: #4f4f4f;
  text-transform: uppercase;
}
.page-product .product__titlerow {
  display: flex;
}
.page-product .product__title {
  width: calc(100% - 100px);
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #000000;
  text-transform: uppercase;
}
.page-product .product__sex {
  width: 100px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #000000;
  text-transform: uppercase;
  text-align: right;
}
.page-product .product__model {
  margin-top: 5px;
  font-size: 11px;
  font-weight: 500;
  line-height: 15px;
  color: #4f4f4f;
  text-transform: uppercase;
}
.page-product .product__descr {
  margin-top: 30px;
  margin-bottom: 50px;
}
.page-product .product__descr p {
  margin-bottom: 20px;
}
.page-product .product__btn {
  width: 100%;
  margin-bottom: 15px;
}

.page-product .su-custom-gallery,
.page-product .su-custom-gallery-slide {
  max-width: 100%;
}

/**********************************************************************/
/*********************         RESPONSIVE         *********************/
/**********************************************************************/
@media screen and (max-width: 1200px) {
  /**********************************************************************/
  .page-product .product__info {
    margin-left: 10px;
  }
  .page-product .product__subtitle {
    margin-top: 50px;
  }
}

@media screen and (max-width: 1024px) {
  /**********************************************************************/
  .page-product .container__col {
    width: 100%;
  }

  /**********************************************************************/
  .page-product .product__info {
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    max-width: initial;
  }
  .page-product .breadcrumbs {
    margin-top: 10px;
  }
  .page-product .product__subtitle {
    margin-top: 15px;
  }
  .page-product .product__title {
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
  }
  .page-product .product__sex {
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
  }
  .page-product .product__descr {
    margin-bottom: 30px;
    line-height: 19px;
  }
  .page-product .product__descr p {
    margin-bottom: 10px;
  }
  .page-product .product__btn {
    max-width: 310px;
    height: 45px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  /**********************************************************************/
  .page-product .product__content {
    padding: 20px 0 40px;
  }
  .page-product .container__col:first-child {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }

  /**********************************************************************/
  .page-product .product__info {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
  .page-product .product__subtitle {
    margin-top: 20px;
  }
}

@media screen and (max-width: 450px) {
  /**********************************************************************/
  .page-product .product__content {
    padding-top: 0;
  }
}
