/*   offer   */

.offer {
 background: url("../img/offer.jpg") 50% 0 no-repeat #212529;
 padding: 0 0 40px;
}

.offer .box {
 position: relative;
 height: 680px;
 padding-top: 10px;
}

.offer h1 {
 position: relative;
 margin: 0 30px;
 background-color: #1e8fe8;
 background-image: -webkit-linear-gradient(94deg, #1e8fe8 0%, #3d9eea 100%);
 background-image: -moz-linear-gradient(94deg, #1e8fe8 0%, #3d9eea 100%);
 background-image: -o-linear-gradient(94deg, #1e8fe8 0%, #3d9eea 100%);
 background-image: linear-gradient(-4deg, #1e8fe8 0%, #3d9eea 100%);
 font-family: 'Playfair Display', Arial, Helvetica, sans-serif;
 font-weight: 700;
 color: #fff;
 text-align: center;
 padding: 20px 10px 19px;
}

.offer h1:before {
 position: absolute;
 left: 5px;
 top: 5px;
 right: 5px;
 bottom: 5px;
 display: block;
 border: 1px solid #fff;
 content: '';
}

.offer h1 span {
 display: block;
 font-size: 42px;
 line-height: 46px;
 letter-spacing: 3px;
 text-transform: uppercase;
}

.offer h1 i {
 display: block;
 font-style: normal;
 font-size: 30px;
 letter-spacing: 2.2px;
 padding-top: 5px;
}

.offer .sub_title {
 position: relative;
 text-align: center;
 margin-top: -5px;
 z-index: 5;
}

.offer .sub_title span {
 display: inline-block;
 background: #7b90dc;
 font-size: 16px;
 color: #fff;
 padding: 5px 10px;
}

.offer .sale {
 background: url("../img/sale-bg.png") 0 0 no-repeat;
 width: 105px;
 height: 105px;
 position: absolute;
 left: 25px;
 top: 180px;
 text-transform: uppercase;
 text-align: center;
 font-size: 13px;
 font-weight: 700;
 color: #fff;
 padding-top: 15px;
}

.offer .sale b {
 display: block;
 font-size: 32px;
 line-height: 25px;
 padding-top: 1px;
}

.offer .bullet {
 font-size: 0;
 text-align: center;
 padding: 20px 10px 60px;
}

.offer .bullet li {
 display: inline-block;
 vertical-align: top;
 width: 33.33%;
 font-size: 15px;
 font-weight: 700;
 color: #fff;
}

.offer .bullet .pic {
 height: 46px;
 line-height: 46px;
 margin-bottom: 10px;
  margin-top: 80px;
}

.offer .bullet .pic img {
 vertical-align: middle;
}

.offer .photo {
 margin: -50px 120px;
}

.offer .photo:after {
 display: block;
 clear: both;
 content: '';
}

.offer .photo h4 {
 display: block;
 background: #0b78cf;
 color: #fff;
 padding: 7px 0;
 margin-bottom: 30px;
 font-size: 16px;
 text-align: center;
 text-transform: uppercase;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
}

.offer .photo .item {
 float: left;
 border: 1px solid rgba(170, 170, 170, 0.5);
 padding: 6px;
 -webkit-border-radius: 12px;
 -moz-border-radius: 12px;
 border-radius: 12px;
}

.offer .photo .item img {
 display: block;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;
}

.offer .order_form {
 background: #fff;
 margin: -75px 35px 0;
 padding: 95px 40px 25px;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;
}

.offer .stock {
 text-align: center;
 padding-top: 25px;
}

.offer .stock b {
 background: #7b90dc;
 font-size: 18px;
 font-weight: 700;
 color: #fff;
 padding: 2px 6px;
 margin: 0 5px;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
}

.title_sale {
 padding: 10px;
 background: #7b90dc;
 font-size: 16px;
 font-weight: 700;
 color: #fff;
 text-align: center;
 text-transform: uppercase;
}

.offer.bottom .box {
 margin-bottom: 5px;
}

/*   b1   */

.b1 img {
 display: block;
 margin: 0 auto 25px;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;
}

.b1 img:last-child {
 display: block;
 margin: 0 auto;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;
}

.b1 p {
 padding: 0 30px 25px;
 text-align: center;
}

.b1 p:last-child {
 padding-bottom: 0;
}

.present {
	background-color: #0b78cf; 
	background-image: -webkit-linear-gradient(94deg, #0b78cf 0%, #3d9eea 100%); 
	background-image: -moz-linear-gradient(94deg, #0b78cf 0%, #3d9eea 100%); 
	background-image: -o-linear-gradient(94deg, #0b78cf 0%, #3d9eea 100%);
	background-image: linear-gradient(-4deg, #0b78cf 0%, #3d9eea 100%);
}

.present h2.title {
	color: #fff;
	background: url("../img/title-hr2.png") 50% 100% no-repeat;
}

.present img {
 display: block;
 margin: 0 auto 25px;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;
}

.present p {
 padding: 0 30px 25px;
 text-align: center;
 color: #fff;
}

.present p:last-child {
 padding-bottom: 0;
}

/*   b2   */

.b2 {
 padding: 0;
}

.b2 .item {
 position: relative;
}

.b2 .item img {
 display: block;
}

.b2 .item p {
 position: absolute;
 left: 45px;
 bottom: -45px;
 width: 390px;
 background: #fff;
 text-align: center;
 font-size: 15px;
 padding: 10px;
 z-index: 5;
}

.b2 .item p:before {
 display: block;
 position: absolute;
 border: 1px solid rgba(255, 255, 255, 0.5);
 top: -8px;
 right: -8px;
 bottom: -8px;
 left: -8px;
 content: '';
}

.b2 a.button-m {
 margin-top: -40px;
}

/*   b3   */

.b3 .photo {
 position: relative;
 width: 406px;
 margin: 0 auto;
}

.b3 .photo img {
 display: block;
}

.b3 .photo p {
 position: absolute;
 font-size: 16px;
 font-weight: 700;
 color: #fff;
 text-align: center;
 background: rgba(123, 144, 220, 0.8);
 padding: 5px;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;
}

.b3 .photo p:nth-child(1) {
 right: -20px;
 top: 30px;
 width: 135px;
}

.b3 .photo p:nth-child(2) {
 left: 12px;
 top: 130px;
 width: 110px;
}

.b3 .alert {
 background: #0b78cf;
 color: #fff;
 font-weight: 700;
 font-size: 16px;
 text-align: center;
 padding: 10px 20px;
 margin: 25px 30px 0;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;
}

/*   b4   */

.b4 {
 background: url("../img/b4-bg.jpg") 50% 125px no-repeat #212529;
 padding-bottom: 45px;
}

.b4 h2.title {
 margin-bottom: 340px;
}

.b4 h2.title span {
 font-size: 24px;
}

.b4 .desc {
 position: relative;
 background: #fff;
 margin: 0 40px;
 padding: 15px;
}

.b4 .desc:before {
 display: block;
 position: absolute;
 border: 1px solid rgba(255, 255, 255, 0.5);
 top: -9px;
 right: -9px;
 bottom: -9px;
 left: -9px;
 content: '';
}

.b4 .desc p {
 text-align: center;
 padding-bottom: 20px;
}

.b4 .desc p:last-child {
 padding-bottom: 0;
}

/*   photo   */

.photo {
	padding: 30px 0 0;
	margin-bottom: 5px;
}

.photo-slider .slick-arrow {
	display: inline-block;
	position: absolute;
	top: 220px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 99;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.photo-slider .slick-prev {
	left: 20px;
	background: url("../img/arrow_left.jpg") no-repeat;
}

.photo-slider .slick-next {
	right: 20px;
	background: url("../img/arrow_right.jpg") no-repeat;
}

/*   b5   */

.b5 {
 padding-bottom: 0;
}

.b5 img {
 display: block;
 margin: 0 auto 20px;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;
}

.b5 img:last-child {
 margin-bottom: 0;
}

.b5 ul {
 font-size: 0;
 padding: 0 10px 20px;
}

.b5 li {
 display: inline-block;
 vertical-align: top;
 width: 33.33%;
 font-size: 15px;
 text-align: center;
}

.b5 li h4:after {
 display: block;
 width: 57px;
 height: 1px;
 background: #7b90dc;
 margin: 4px auto 0;
 content: '';
}

.b5 li p {
 padding-top: 5px;
}

.b5 .alert {
 background: #7b90dc;
 color: #fff;
 font-weight: 700;
 text-align: center;
 padding: 10px;
 margin: 0 30px 20px;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;
}

/*   reviews   */

.reviews {
	padding: 30px;
}

.reviews .rev-slider {
	background: #fff;
	-webkit-box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
	-moz-box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
	box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
}

.reviews .review_item {
	padding: 30px;
  height: 480px;
}

.reviews .review_item .photo {
	margin: 0 0 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.reviews .review_item p {
	margin: 0 0 25px;
}

.reviews .author_block {
	padding: 0 50px 0 0;
	background: url(../img/quote1_icon.png) right center no-repeat;
}

.reviews .author_block img {
	display: block;
	float: left;
	width: 60px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.reviews .author_block .author_info {
	float: left;
	margin: 6px 0 0 20px;
	width: 230px;
}

.reviews .author_block .name {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
}

.reviews .slick-arrow {
	display: inline-block;
	position: absolute;
	top: 160px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 99;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.reviews .slick-prev {
	left: -20px;
	background: url("../img/arrow_left.jpg") no-repeat;
}

.reviews .slick-next {
	right: -20px;
	background: url("../img/arrow_right.jpg") no-repeat;
}

/*   order info   */

.order_steps1 {
	padding: 5px 0 0;
	position: relative;
}


.order_steps1:before {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgba(2,2,2,0.05)));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(2,2,2,0.05) 100%);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(2,2,2,0.05) 100%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(2,2,2,0.05) 100%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(2,2,2,0.05) 100%);
	top: 0;
}

.order_steps1:after {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255,255,255,0)), to(rgba(2,2,2,0.05)));
	background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(2,2,2,0.05) 100%);
	background-image: -moz-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(2,2,2,0.05) 100%);
	background-image: -o-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(2,2,2,0.05) 100%);
	background-image: linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(2,2,2,0.05) 100%);
	bottom: 0;
}

.order_steps1 .step_item {
	display: table;
	width: 100%;
	height: 110px;
	background: #fff url(../img/bg_light.jpg);
	position: relative;
}

.order_steps1 .step_item:before {
	display: block;
	content: '';
	width: 100%;
	height: 25px;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255,255,255,0)), to(rgba(2,2,2,0.05)));
	background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(2,2,2,0.05) 100%);
	background-image: -moz-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(2,2,2,0.05) 100%);
	background-image: -o-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(2,2,2,0.05) 100%);
	background-image: linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(2,2,2,0.05) 100%);
	position: absolute;
	top: 0;
	left: 0;
}

.order_steps1 .step_item .step_wrapper {
	display: table-cell;
	vertical-align: middle;
	padding: 0 300px 0 30px;
	position: relative;
}

.order_steps1 .step_item:nth-child(even) .step_wrapper {
	padding: 0 25px 0 300px;
}

.order_steps1 .step_item:nth-child(1) .step_wrapper {
	background: url(../img/order_steps1__step1_image.png) right center no-repeat;
}

.order_steps1 .step_item:nth-child(2) .step_wrapper {
	background: url(../img/order_steps1__step2_image.png) left center no-repeat;
}

.order_steps1 .step_item:nth-child(3) .step_wrapper {
	background: url(../img/order_steps1__step3_image.png) right center no-repeat;
}

.order_steps1 .step_item:nth-child(4) .step_wrapper {
	background: url(../img/order_steps1__step4_image.png) left center no-repeat;
}

.order_steps1 .step_item img {
	display: block;
	width: 52px;
	height: 52px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -26px;
	left: 50%;
	margin-left: -26px;
}

.order_steps1 .step_item h4 {
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
}

.order_steps1 .step_item p {
	line-height: 20px;
}

.squarebox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 22px;
  cursor: pointer;
  font-size: 17px;
  font-family: 'Montserrat', Helvetica, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.squarebox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

.squarebox:hover input ~ .checkmark {
  background-color: #ccc;
}

.squarebox input:checked ~ .checkmark {
  background-color: #2196F3;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.squarebox input:checked ~ .checkmark:after {
  display: block;
}

.squarebox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*   footer   */

.footer {
 text-align: center;
 padding: 30px 0;
}

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

.footer a {
 display: inline-block;
 font-size: 13px;
 color: #333;
 margin: 0 10px;
}

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


.b2 {
 padding: 0;
}

.b2 h2.title {
 margin-bottom: 20px;
}

.b2 .box {
 background: url("../img/b2-bg.jpg") 50% 0 no-repeat;
 background-size: cover;
 padding: 25px 0;
 margin-bottom: 4px;
}

.b2 .txt {
 margin: 0 20px;
 background: #fff;
 padding-bottom: 35px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
}

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

.b2 .image {
 display: block;
 margin: 0 auto 5px;
}

/*   list-v1   */

.list-v1 {
 padding: 0 20px;
}

.list-v1 li {
 background: url("../img/list-li-icon1.png") 0 5px no-repeat;
 padding: 0 0 35px 45px;
}

.list-v1 h4 {
 color: #e55385;
 font-size: 18px;
 font-weight: 700;
}

.list-v1 p {
 font-size: 18px;
 line-height: 24px;
}

/*   char   */

.char {
 background: #fef3f3;
 font-size: 0;
 padding: 12px 20px 10px;
}

.char li {
 display: inline-block;
 font-size: 15px;
}

.char li:nth-child(1) {
 width: 165px;
}

.char li:nth-child(2) {
 width: 200px;
}

.char li:nth-child(3) {
 width: 75px;
}

.char li h4:before {
 position: relative;
 top: -1px;
 display: inline-block;
 width: 4px;
 height: 4px;
 vertical-align: middle;
 margin-right: 10px;
 background: #ed8fd7;
 -webkit-box-shadow: 0 0 0 3px #f5c1e5;
 -moz-box-shadow: 0 0 0 3px #f5c1e5;
 box-shadow: 0 0 0 3px #f5c1e5;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 border-radius: 50%;
 content: '';
}

.char li p {
 padding-top: 5px;
}


