/*   offer   */

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

.offer .box {
 position: relative;
 height: 780px;
 padding-top: 20px;
}

.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 25px;
}

.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: 47px;
 line-height: 50px;
 letter-spacing: 2px;
 text-transform: uppercase;
}

.offer h1 i {
 display: block;
 font-style: normal;
 font-size: 27px;
 letter-spacing: 1.5px;
 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;
 right: 25px;
 top: 165px;
 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 45px;
}

.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;
}

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

.offer .photo {
 margin: -50px 70px 0;
}

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

.offer .photo h4 {
 display: block;
 background: #1e8fe8;
 color: #fff;
 padding: 7px 0;
 margin-bottom: 18px;
 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;
 width: 152px;
}

.offer .order_form {
 background: #fff;
 margin: -75px 20px 0;
 padding: 95px 0 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: 70px;
}

/*   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;
}

.clientpic {
	font-size: 0; 
	line-height: 0;
}

.clientpic h2.title {
}

.clientpic .photos {
	margin: 0 14px;
	padding: 0;
	padding-left: 1px;
}
.clientpic .photos img {
	width: 215px;
	margin: 5px;
	border: 1px solid rgba(255,255,255,.3);
}

.clientpic .photos img {
	width: 213px; /* Обновленная ширина */
	margin: 5px;
	border: 1px solid rgba(255,255,255,.3);
	display: inline-block;
	transition: transform 0.3s ease, box-shadow 0.3s ease; /* Плавные переходы */
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.9); /* Постоянная тень */
}
.clientpic .photos img:hover {
	transform: scale(1.05); /* Увеличение изображения при наведении */
	box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.3); /* Более выраженная тень при наведении */
}

.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;
}

.colors {
	background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.colors img {
 display: block;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;
}

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

/*   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: 30px;
}

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

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

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

.b4 .desc:before {
 display: block;
 position: absolute;
 border: 1px solid rgba(241, 243, 250, 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: 50%;
	margin-top: -20px;
	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: 15px;
	background: url("../img/arrow_left.jpg") no-repeat;
}

.photo-slider .slick-next {
	right: 15px;
	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;
}

/* happy */

.happy {
	padding: 20px 0;
	background: #222;
}

.happy h2.title {
	margin: 0;
	padding: 0 15px;
	color: #fff;
	font-size: 20px;
	line-height: 28px;
	text-transform: uppercase;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	background: none;
}

/*   reviews   */

.reviews {
	padding: 30px;
}

.reviews .rev-slider {
	background: #fff;
}

.reviews .review_item {
	padding: 30px;
}

.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: 50%;
    margin-top: -20px;
	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_info {
	padding: 30px 20px;
    background: #45393d;
    background: -moz-linear-gradient(top, #45393d 0%, #2c2528 100%);
    background: -webkit-linear-gradient(top, #45393d 0%,#2c2528 100%);
    background: linear-gradient(to bottom, #45393d 0%,#2c2528 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45393d', endColorstr='#2c2528',GradientType=0 );
	color: #fff;
}

.order_info h2 {
	color: #fff;
}

.order_info1_list .info_item {
	display: table;
	margin: 0 0 30px;
	width: 100%;
}

.order_info1_list .info_item:last-child {
	margin: 0;
}

.order_info1_list .image_block {
	display: table-cell;
	vertical-align: middle;
	width: 220px;
}

.order_info1_list .image_block img {
	display: block;
}

.order_info1_list .text_block {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 20px;
}

.order_info1_list .text_block h4 {
	margin: 0 0 5px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

.order_info1_list .text_block p {
	font-size: 15px;
	line-height: 22px;
}

.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;
}

.footer p {
	font-size: 13px;
}



