/*   offer   */

.offer {
 background: url("../img/offer.jpg") 50% 0 no-repeat #211a29;
 height: 607px;
 padding: 0;
}

.offer h1 {
 font-size: 36px;
 font-weight: 700;
 color: #fff;
 letter-spacing: 1.8px;
 line-height: normal;
 text-align: center;
 text-transform: uppercase;
 padding: 30px 0;
}

.offer h1 span {
 display: block;
 color: #ffb600;
 font-size: 46px;
}

.offer .gift {
 position: absolute;
 top: 415px;
 right: 355px;
 width: 164px;
 height: 178px;
 background: url("../img/gift-bg.png") 0 0 no-repeat;
 font-size: 16px;
 line-height: 22px;
 color: #fff;
 text-align: center;
 padding: 60px 25px 0;
}

.offer .gift b {
 display: block;
}

.offer .box {
 width: 340px;
 position: absolute;
 right: 10px;
 bottom: 0;
}

.offer .plus {
 padding-bottom: 15px;
}

.offer .plus li {
 color: #fff;
 padding: 10px 0 10px 38px;
 margin-bottom: 4px;
}

.offer .plus li:nth-child(1) {
 background: url("../img/plus-icon1.png") 0 50% no-repeat;
}

.offer .plus li:nth-child(2) {
 background: url("../img/plus-icon2.png") 0 50% no-repeat;
}

.offer .plus li:nth-child(3) {
 background: url("../img/plus-icon3.png") 0 50% no-repeat;
}

.offer .order_form {
 background: rgba(255, 255, 255, 0.9);
 -webkit-border-radius: 15px 15px 0 0;
 -moz-border-radius: 15px 15px 0 0;
 border-radius: 15px 15px 0 0;
}

.offer .stock {
 font-size: 14px;
 text-align: center;
 padding: 0 20px 20px;
}

.offer .stock h4 {
 display: block;
 font-weight: 700;
 text-transform: uppercase;
 padding-bottom: 5px;
}

.offer .stock b {
 color: #dd131a;
}

.offer .stock span {
 display: inline-block;
 vertical-align: middle;
 width: 33px;
 height: 33px;
 line-height: 33px;
 color: #fff;
 font-size: 18px;
 font-weight: 700;
 text-align: center;
 background: #dd131a;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 border-radius: 50%;
 margin: 0 5px;
}

.photo_section {
 background: url("../img/photo-bg.jpg") 50% 0 no-repeat;
 height: 472px;
 margin-bottom: -105px;
}

/*   b1   */

.b1 {
 background: url("../img/flower-bg.jpg") 50% 100% no-repeat;
 padding-top: 0;
}

.b1 .photo {
 float: left;
}

.b1 .info {
 overflow: hidden;
 padding: 80px 0 0 5px;
}

.b1 .info h4 {
 font-size: 36px;
 line-height: 36px;
 font-weight: 700;
 border-left: 5px solid #e1212b;
 padding-left: 20px;
 margin-bottom: 25px;
}

.b1 .info h4 span {
 display: block;
 color: #e1212b;
}

.b1 .info p {
 padding-bottom: 20px;
 color: #444;
}

.b1 .info ul {
 padding-top: 10px;
}

.b1 .info li {
 display: inline-block;
 vertical-align: top;
 width: 210px;
 text-align: center;
}

.b1 .info li:nth-child(2) {
 margin-left: 30px;
}

.b1 .info li .num {
 font-size: 48px;
 line-height: 48px;
 font-weight: 700;
 color: #e1212b;
 padding-bottom: 5px;
}

.b1 .info li:nth-child(1) .num:before {
 position: relative;
 top: 2px;
 display: inline-block;
 vertical-align: middle;
 width: 49px;
 height: 44px;
 background: url("../img/user-icon.png") 0 0 no-repeat;
 margin-right: 10px;
 content: '';
}

.b1 .info li:nth-child(2) .num:before {
 position: relative;
 top: 2px;
 display: inline-block;
 vertical-align: middle;
 width: 49px;
 height: 45px;
 background: url("../img/like-icon.png") 0 0 no-repeat;
 margin-right: 8px;
 content: '';
}

.b1 .info li span {
 display: block;
}

/*   b2   */

.b2 {
 background: url("../img/b2-bg.jpg") 50% 0 no-repeat #20284f;
 height: 514px;
 overflow: hidden;
}

.b2 h2.title {
 font-size: 44px;
 line-height: 54px;
 color: #fff;
}

.b2 h2.title span {
 display: inline-block;
 background: #e1212b;
 color: #fff;
 padding: 5px 15px;
 margin-top: 10px;
}

.b2 .txt {
 position: relative;
 background: #fff;
 display: table;
 width: 100%;
 height: 248px;
 padding-left: 50%;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
 -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
 -moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
 box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
}

.b2 .txt:after {
 position: absolute;
 right: -20px;
 bottom: -22px;
 display: block;
 width: 90px;
 height: 99px;
 background: url("../img/gift-box.png") 0 0 no-repeat;
 content: '';
}

.b2 .txt .info {
 display: table-cell;
 vertical-align: middle;
}

.b2 .txt p {
 font-size: 16px;
 line-height: 36px;
 padding-right: 20px;
}

.b2 .txt img {
 position: absolute;
 left: 0;
 top: 0;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
}

/*   b3   */

.b3 .top_info {
 text-align: center;
 padding-bottom: 30px;
}

.b3 .top_info li:first-child {
 border-left: 0;
}

.b3 .top_info li {
 display: inline-block;
 padding: 0 20px;
 color: #555;
 border-left: 1px solid #ccc;
}

/*   catalog list   */

.catalog_list {
 font-size: 0;
 margin: 0 -10px -20px;
 text-align: center;
}

.catalog_list li {
 display: inline-block;
 vertical-align: top;
 width: 33.33%;
 padding: 0 10px 20px;
}

.catalog_list .item {
 position: relative;
 font-size: 16px;
 background: #fff;
 padding: 25px 25px 20px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
 -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
 -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
 box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.catalog_list .sale {
 position: absolute;
 right: 20px;
 top: 20px;
 width: 72px;
 height: 35px;
 line-height: 35px;
 background: #f4ab11;
 text-align: center;
 color: #fff;
 -webkit-border-radius: 18px;
 -moz-border-radius: 18px;
 border-radius: 18px;
}

.catalog_list img {
 display: block;
 margin: 0 auto;
}

.catalog_list h4 {
 padding-top: 10px;
}

.catalog_list .size {
 font-size: 14px;
 color: #777;
}

.catalog_list a.button {
 display: block;
 width: 158px;
 height: 35px;
 line-height: 35px;
 color: #fff;
 font-size: 18px;
 text-transform: uppercase;
 text-align: center;
 text-decoration: none;
 margin: 5px auto 0;
 background: #f62736;
 -webkit-border-radius: 18px;
 -moz-border-radius: 18px;
 border-radius: 18px;
}

.gallery {
 padding: 0;
}

/*   reviews vk   */

.reviews_vk {
 font-family: Arial, Helvetica, sans-serif;
 padding-bottom: 20px;
}

.reviews_vk .total {
 background: #f4f4f4;
 font-size: 13px;
 font-weight: 700;
 color: #2d5984;
 line-height: normal;
 text-align: center;
 padding: 10px 15px;
}

.reviews_vk .item {
 padding: 25px 0 20px;
 border-bottom: 1px solid #e2e2e2;
}

.reviews_vk .item:after {
 display: table;
 clear: both;
 content: '';
}

.reviews_vk .ava {
 float: left;
 width: 50px;
}

.reviews_vk .ava img {
 display: block;
 width: 50px;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 border-radius: 50%;
}

.reviews_vk .info {
 margin-left: 70px;
}

.reviews_vk .item h4 {
 color: #2d5984;
 font-size: 14px;
 line-height: normal;
 padding-bottom: 5px;
}

.reviews_vk .item p {
 color: #222;
 font-size: 14px;
 line-height: 24px;
}

.reviews_vk .item p img {
 vertical-align: middle;
}

.reviews_vk img.post {
 display: inline-block;
 margin: 10px 10px 0 0;
}

.reviews_vk .detail {
 padding-top: 20px;
}

.reviews_vk .detail li {
 float: left;
 font-size: 12px;
 line-height: normal;
 color: #999;
}

.reviews_vk .detail li.comm {
 color: #2d5984;
 padding-left: 5px;
}

.reviews_vk .detail li.like {
 float: right;
 color: #7193b5;
}

.reviews_vk .detail li.like:before {
 display: inline-block;
 width: 11px;
 height: 9px;
 background: url("../img/like-vk-icon.png") 0 0 no-repeat;
 margin-right: 6px;
 content: '';
}

.reviews_vk .btn {
 padding-top: 30px;
}

/*   order info   */

.order_info {
 background: #f6f6f6;
 padding: 50px 0;
}

.order_info ul {
 font-size: 0;
 margin: 0 -2px;
}

.order_info li {
 display: inline-block;
 vertical-align: top;
 width: 33.33%;
 padding: 0 12px;
}

.order_info .item {
 text-align: center;
 background: #fff;
 -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
 -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
 box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.order_info .item img {
 display: block;
}

.order_info .item h4 {
 font-size: 20px;
 text-transform: uppercase;
 padding-top: 20px;
}

.order_info .item p {
 font-size: 14px;
 line-height: 24px;
 padding: 10px 20px 20px;
}

/*   footer   */

.footer {
 background: #1c1327;
 color: #fff;
 text-align: center;
 padding: 40px 0 30px;
}

.footer img {
 display: block;
 margin: 0 auto 15px;
}

.footer a {
 display: inline-block;
 font-size: 14px;
 color: #ccc;
 margin: 0 5px;
}

.footer a:hover {
 text-decoration: none;
}

@media screen and (max-width: 959px) {

 .offer {
  background: url("../img/offer_tablet.jpg") 50% 0 no-repeat #211a29;
  height: 561px;
 }

 .offer h1 {
  margin: 0 -10px;
 }

 .offer h1,
 .offer h1 span {
  font-size: 33px;
  letter-spacing: 1.6px;
 }

 .offer .plus li:nth-child(1) {
  display: none;
 }

 .offer .gift {
  top: 380px;
  right: 485px;
 }

 section {
  padding: 35px 0;
 }

 h2.title {
  font-size: 32px;
 }

 .photo_section {
  background: url("../img/photo-bg-960.jpg") 50% 0 no-repeat;
  height: 333px;
  margin-bottom: -40px;
 }

 .b1 {
  padding-top: 20px;
 }

 .b1 .photo {
  float: none;
 }

 .b1 .photo img {
  display: block;
  margin: 0 auto;
 }

 .b1 .info {
  padding: 30px 0 0;
 }

 .b1 .info ul {
  padding-left: 70px;
 }

 .b1 .info h4 {
  text-align: center;
  border-left: 0;
  padding-left: 0;
 }

 .b1 .info p {
  text-align: center;
 }

 .b2 {
  height: auto;
  background: rgb(101, 64, 111);
  background: -moz-linear-gradient(120deg, rgba(101, 64, 111, 1) 0%, rgba(33, 42, 79, 1) 100%);
  background: -webkit-linear-gradient(120deg, rgba(101, 64, 111, 1) 0%, rgba(33, 42, 79, 1) 100%);
  background: linear-gradient(120deg, rgba(101, 64, 111, 1) 0%, rgba(33, 42, 79, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#65406f", endColorstr="#212a4f", GradientType=1);
 }

 .b2 h2.title {
  font-size: 34px;
  line-height: 44px;
 }

 .b2 .txt {
  display: block;
  height: auto;
  padding-left: 0;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
 }

 .b2 .txt img {
  position: static;
  display: block;
  margin: 0 auto;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
 }

 .b2 .txt .info {
  display: block;
  height: auto;
  background: #fff;
  padding: 15px;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
 }

 .b2 .txt .info:before {
  display: block;
  width: 90px;
  height: 99px;
  background: url("../img/gift-box.png") 0 0 no-repeat;
  content: '';
  margin: 0 auto 10px;
 }

 .b2 .txt:after {
  display: none;
 }

 .b2 .txt p {
  padding-right: 0;
  line-height: 30px;
 }

 .catalog_list li {
  width: 50%;
 }

 .order_info {
  padding: 35px 0;
 }

 .order_info ul {
  margin: 0;
 }

 .order_info li {
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
 }

 .order_info li:last-child {
  margin-bottom: 0;
 }

 .order_info .item:after {
  display: table;
  clear: both;
  content: '';
 }

 .order_info .item img {
  float: left;
 }

 .order_info .item .txt {
  overflow: hidden;
  text-align: left;
 }

 .order_info .item h4 {
  padding-left: 20px;
 }

}

@media screen and (max-width: 639px) {

 .offer {
  height: auto;
  background: url("../img/offer_mobile.jpg") 50% 0 no-repeat #f6f6f6;
 }

 .offer h1 {
  height: 573px;
 }

 .offer h1,
 .offer h1 span {
  font-size: 24px;
  letter-spacing: 1px;
 }

 .offer h1 span {
  display: inline;
 }

 .offer .box {
  width: auto;
  position: relative;
  right: auto;
  bottom: auto;
 }

 .offer .order_form {
  background: none;
 }

 .offer .plus {
  display: none;
 }

 .offer .gift {
  top: 395px;
  right: auto;
  left: 0;
 }

 section {
  padding: 30px 0;
 }

 h2.title {
  font-size: 26px;
  margin-bottom: 30px;
 }

 .photo_section {
  background: url("../img/photo-bg-640.jpg") 50% 0 no-repeat;
  height: 278px;
  margin-bottom: -40px;
 }

 .b1 .info {
  padding-top: 20px;
 }

 .b1 .info h4 {
  font-size: 26px;
  line-height: 30px;
 }

 .b1 .info ul {
  padding-left: 0;
  padding-top: 0;
 }

 .b1 .info li {
  width: 100%;
 }

 .b1 .info li:nth-child(2) {
  margin-left: 0;
  padding-top: 15px;
 }

 .b2 h2.title {
  font-size: 24px;
  line-height: 34px;
 }

 .b2 .txt .info {
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
 }

 .b3 .top_info li {
  border-left: 0;
 }

 .b3 .top_info {
  padding-bottom: 25px;
 }

 .catalog_list {
  margin: 0 -10px -20px;
 }

 .catalog_list li {
  width: 100%;
 }

 .reviews_vk .info {
  margin-left: 60px;
 }

 .order_info {
  padding: 30px 0;
 }

 .order_info .item img {
  float: none;
  width: 100%;
 }

 .order_info .item h4 {
  padding-left: 0;
 }

 .order_info .item .txt {
  text-align: center;
 }

 .footer {
  padding: 30px 0;
 }

}







