/* fonts */

@font-face {
    font-family: 'SegoeUI';
    src: url('../fonts/SegoeUI-Regular.woff2') format('woff2'),
        url('../fonts/SegoeUI-Regular.woff') format('woff'),
        url('../fonts/SegoeUI-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'SegoeUI';
    src: url('../fonts/SegoeUI-Semibold.woff2') format('woff2'),
        url('../fonts/SegoeUI-Semibold.woff') format('woff'),
        url('../fonts/SegoeUI-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Pattaya';
    src: url('../fonts/Pattaya-Regular.woff2') format('woff2'),
        url('../fonts/Pattaya-Regular.woff') format('woff'),
        url('../fonts/Pattaya-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* styles */

body {
	min-width: 480px;
	background-color: #fafafa;
	font-family: 'SegoeUI', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #262626;
	cursor: default;
}

.main_wrapper {
	margin: 0 auto;
	padding: 71px 0 0;
	width: 480px;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

img {
	max-width: 100%;
	height: auto;
}

b, strong {
	font-weight: 600;
}

/* fixed block */
.fixed_section {
	width: 100%;
	min-width: 480px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
  }
  
  .fixed_block {
	margin: 0 auto;
	padding: 15px 20px;
	width: 480px;
	background: rgb(255, 255, 255);

  }
  
  .fixed_block h3 {
	float: left;
	font-weight: 700;
	font-size: 20px;
	line-height: 40px;
	color: rgb(0, 0, 0);
  }
  
  .fixed_block .button {
	display: block;
	float: right;
	width: 180px;
	height: 40px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #af46ac;
	line-height: 40px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	outline: none;
  }

/* offer */

.offer_section {
	margin: 0 0 0px;
	border-bottom: 1px solid #ededed;
	background-color: #fff;
}

.offer_section .offer_title {
	padding: 23px 20px;
	background-color: #cc2366;
	background-image: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background-image: -moz-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background-image: -o-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background-image: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.offer_section h1 {
	margin: 0 0 6px;
	font-weight: 600;
	font-size: 36px;
	line-height: 42px;
}

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

.offer_section img {
	display: block;
	width: 100%;
}

/* section */

section {
	margin: 0 0 25px;
	border-bottom: 1px solid #ededed;
	background-color: #fff;
}

/* titles */

section .title_block {
	margin: 0 0 20px;
	padding: 15px 20px;
	border-bottom: 1px solid #ededed;
}

.description_section .title_block, 
.video_section .title_block {
	margin: 0;
}

section h2 {
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
}

section h2 i {
	font-family: 'Pattaya', sans-serif;
	font-style: normal;
	font-size: 30px;
}

.in-blue_title h2 i {
	color: #3897f0;
}

.in-blue_title.dark_theme h2 i {
	color: #fff;
}

section h4 {
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
}

section h4 + p {
	margin: 4px 0 0;
}

/* content */

.content_block {
	margin: 0 0 20px;
	border-bottom: 1px solid #ededed;
}

.content_block:last-child {
	margin: 0;
	border: none;
}

.content_block i {
	font-style: normal;
	color: #003569;
}

/* post image */

.post_image {
	display: block;
	margin: -1px auto 0;
}

/* video */

.video-container {
	margin: -1px auto 0;
	width: 480px;
	height: 270px;
	background-color: #000;
	overflow: hidden;
	position: relative;
}

.video-container iframe, 
.video-container object, 
.video-container embed {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* text */

.text_block {
	margin: 20px;
}

.list3.two_column + .text_block {
	margin: 0 20px 20px;
}

.text_block p {
	margin: 0 0 15px;
}

.text_block p:last-child {
	margin: 0;
}

.text_block .in-login {
	margin: 0 5px 0 0;
}

/* author */

.author_block {
	display: table;
	margin: 0 20px 20px;
	position: relative;
}

/*.author_block:before {
	display: block;
	content: '';
	width: 4px;
	height: 20px;
	background: url(../icons/icons.png) -119px -56px no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 0;
}*/

.author_block .avatar {
	display: table-cell;
	vertical-align: middle;
	width: 60px;
}

.author_block img {
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.author_block .author_info {
	display: table-cell;
	vertical-align: middle;
	padding: 0 24px 0 20px;
	width: 380px;
}

.author_block .name {
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
}

.author_block.verified .name:after {
	display: inline-block;
	vertical-align: middle;
	content: '';
	margin: -4px 0 0 8px;
	width: 18px;
	height: 18px;
	background: url(../icons/icons.png) -112px -31px no-repeat;
}

.author_block .text {
	font-size: 14px;
	line-height: 22px;
	color: #999ca1;
}

/* stats */

.in-stats_block {
	margin: 15px 20px;
}

.in-stats_block .icons {
	margin: 0 0 10px;
}

.in-stats_block .icon {
	float: left;
	margin: 0 20px 0 0;
	background: url(../icons/icons.png) no-repeat;
}

.in-stats_block .like_icon {
	width: 24px;
	height: 21px;
	background-position: 0 0;
}

.in-stats_block .comment_icon {
	width: 22px;
	height: 22px;
	background-position: -36px 0;
}

.in-stats_block .send_icon {
	width: 27px;
	height: 21px;
	background-position: -68px -1px;
}

.in-stats_block .share_icon {
	float: right;
	margin: 0;
	width: 16px;
	height: 20px;
	background-position: -105px -1px;
}

.in-stats_block .likes_count {
	font-weight: 600;
}

.in-date {
	margin: 20px;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
	color: #999;
	text-transform: uppercase;
}

.vk-stats_block, 
.ok-stats_block {
	display: none;
}

/* reviews */

.reviews2_section .reviews_list {
	padding: 10px 0;
}

.reviews2_section .review_item {
	margin: 0 20px 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #ededed;
}

.reviews2_section .review_item:last-child {
	padding: 0;
	border: none;
}

.reviews2_section .review_wrapper {
	margin: 0;
}

.reviews2_section .avatar {
	display: block;
	float: left;
	margin: 0 20px 0 0;
	width: 60px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.reviews2_section .review_text {
	float: left;
	width: 360px;
}

.reviews2_section .photo {
	display: block;
	margin: 15px 0 0;
}

.reviews2_section .in-login {
	margin: 0 5px 0 0;
}

.reviews2_section .vk-likes_count {
	display: none;
}

.reviews2_section .ok-buttons {
	display: none;
}

/* lists */

.list_section.dark_theme {
	border: none;
	background-color: #cc2366;
	background-image: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background-image: -moz-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background-image: -o-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background-image: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	color: #fff;
}

.list_section.dark_theme .title_block {
	border-color: rgba(255,255,255,0.3);
}

.list_section.dark_theme h4 {
	color: #fff;
}

/* list 1 */

.list_section .list1 {
	padding: 10px 0;
}

.content_block .list1 {
	margin: 20px 0;
}

.list1 .list_item {
	display: table;
	margin: 0 20px 20px;
}

.list1 .image_block {
	display: table-cell;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}

.list1.va_middle .image_block {
	vertical-align: middle;
}

.list1.image60x60 .image_block {
	width: 60px;
}

.list1.image70x70 .image_block {
	width: 70px;
}

.list1.image80x80 .image_block {
	width: 80px;
}

.list1.image90x90 .image_block {
	width: 90px;
}

.list1.image110x110 .image_block {
	width: 110px;
}

.list1 .image_wrapper {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #f7f7f7;
	text-align: center;
	overflow: hidden;
}

.list1.dark_icon .image_wrapper {
	background-color: #cc2366;
	background-image: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background-image: -moz-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background-image: -o-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background-image: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

.list_section.dark_theme .image_wrapper {
	background-color: #fff;
	background-image: none;
}

.list1.image60x60 .image_wrapper {
	width: 60px;
	height: 60px;
	line-height: 60px;
}

.list1.image70x70 .image_wrapper {
	width: 70px;
	height: 70px;
	line-height: 70px;
}

.list1.image80x80 .image_wrapper {
	width: 80px;
	height: 80px;
	line-height: 80px;
}

.list1.image90x90 .image_wrapper {
	width: 90px;
	height: 90px;
	line-height: 90px;
}

.list1.image110x110 .image_wrapper {
	width: 110px;
	height: 110px;
	line-height: 110px;
}

.list1.image_border .image_wrapper {
	border: 2px solid #efefef;
}

.list_section.dark_theme .list1.image_border .image_wrapper {
	border-color: #fff;
}

.list1 .image_wrapper img {
	display: inline-block;
	vertical-align: middle;
}

.list1.image_border.image60x60 .image_wrapper {
	line-height: 56px;
}

.list1.image_border.image70x70 .image_wrapper {
	line-height: 66px;
}

.list1.image_border.image80x80 .image_wrapper {
	line-height: 76px;
}

.list1.image_border.image90x90 .image_wrapper {
	line-height: 86px;
}

.list1.image_border.image110x110 .image_wrapper {
	line-height: 106px;
}

.list1 .text_block {
	display: table-cell;
	vertical-align: top;
	margin: 0;
	padding: 0 0 0 20px;
}

.list1.image60x60 .text_block {
	width: 380px;
}

.list1.image70x70 .text_block {
	width: 370px;
}

.list1.image80x80 .text_block {
	width: 360px;
}

.list1.image90x90 .text_block {
	width: 350px;
}

.list1.image110x110 .text_block {
	width: 330px;
}

.list1.va_middle .text_block {
	vertical-align: middle;
}

.use_steps2 .list1 .image_block {
	width: 40px;
}

.use_steps2 .list1 .image_wrapper {
	margin: 6px 0 0;
	width: 40px;
	height: auto;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: none;
	font-family: 'Pattaya', sans-serif;
	font-size: 48px;
	line-height: 48px;
	color: #3897f0;
	overflow: visible;
}

.use_steps2.dark_theme .list1 .image_wrapper {
	color: #fff;
}

.use_steps2 .list1 .text_block {
	width: 400px;
}

.list1 .text_block p {
	margin: 0;
}

.list1 .text_block h4 + p {
	margin: 4px 0 0;
}

/* list 2 */

.list_section .list2 {
	padding: 10px 0 5px;
}

.list2.two_column {
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: center;
}

.list2 .list_item {
	margin: 0 20px 25px;
}

.list2.two_column .list_item {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 25px 0;
	width: 210px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: normal;
}

.list2.two_column .list_item:nth-child(even) {
	margin: 0 0 25px;
}

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

.list2.two_column .list_item h4 {
	font-size: 18px;
	line-height: 26px;
}

/* list 3 */

.list_section .list3 {
	padding: 10px 0;
}

.content_block .list3 {
	margin: 20px 0;
}

.list3 .list_item {
	margin: 0 20px 20px;
	position: relative;
}

.list3.marker1 .list_item {
	padding: 0 0 0 39px;
}

.list3.marker2 .list_item {
	padding: 0 0 0 34px;
}

.list3 .list_item:before {
	display: block;
	content: '';
	background: url(../icons/icons.png) no-repeat;
	position: absolute;
	left: 0;
}

.list3.marker1 .list_item:before {
	width: 24px;
	height: 24px;
	background-position: -124px 0;
	top: 1px;
}

.list_section.dark_theme .list3.marker1 .list_item:before {
	background-position: -151px 0;
}

.list3.marker2 .list_item:before {
	width: 19px;
	height: 20px;
	background-position: -86px -32px;
	top: 3px;
}

.list_section.dark_theme .list3.marker2 .list_item:before {
	background-position: -86px -58px;
}

.list3.two_column {
	margin: 0 20px;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
}

.content_block .list3.two_column {
	margin: 20px 20px 0;
}

.list3.two_column .list_item {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 20px 0;
	width: 210px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: normal;
}

.list3.two_column .list_item:nth-child(even) {
	margin: 0 0 20px;
}

.list3.two_column .list_item h4 {
	font-size: 18px;
	line-height: 26px;
}

.list3 .list_item p {
	padding: 1px 0 0;
}

.list3 .list_item h4 + p {
	margin: 0;
	padding: 4px 0 0;
}

/* image */

.image_section {
	margin: 0 0 25px;
	border-bottom: 1px solid #ededed;
	background-color: #fff;
}

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

/* slider */

.slider {
	margin: 0 0 25px;
	border-bottom: 1px solid #ededed;
	background-color: #fff;
}

.content_block .slider {
	margin: -1px 0 0;
	border: none;
	background: none;
}

.slider .owl-prev, 
.slider .owl-next {
	width: 40px;
	height: 40px;
	background: url(../icons/icons.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -20px;
}

.slider .owl-prev {
	background-position: 0 -28px;
	left: 15px;
}

.slider .owl-next {
	background-position: -40px -28px;
	right: 15px;
}

/* vote */

.vote_section.in-hide {
	display: none;
}

.vote_section h2 {
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
}

.vote_section .vote_block {
	padding: 0 20px 30px;
}

.vote_section .questions_list {
	margin: 0 0 10px;
}

.vote_section .question_item {
	padding: 10px 0;
	border-bottom: 1px solid #ededed;
	cursor: pointer;
}

.vote_section .question_item:last-child {
	border: none;
}

.vote_section .questions_list.active .question_item {
	border: none;
	cursor: default;
}

.vote_section .question_text {
	font-size: 18px;
	line-height: 26px;
}

.vote_section .questions_list.active .question_text {
	margin: 0 0 5px;
	font-size: 16px;
	line-height: 24px;
}

.vote_section .question_text:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	margin: -4px 15px 0 0;
	width: 12px;
	height: 12px;
	border: 1px solid #c2cad2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.vote_section .question_item:hover .question_text:before {
	background-color: #f2f4f8;
}

.vote_section .questions_list.active .question_text:before {
	display: none;
}

.vote_section .answer {
	display: none;
}

.vote_section .questions_list.active .answer {
	display: block;
}

.vote_section .answer .count {
	float: left;
	width: 390px;
	height: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f5f7f8;
	position: relative;
}

.vote_section .answer .line {
	width: 0;
	height: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #d3e1ef;
}

.vote_section .answer .value {
	width: 100%;
	line-height: 30px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

.vote_section .answer .percents {
	float: left;
	width: 50px;
	font-weight: 600;
	line-height: 30px;
	text-align: right;
}

/* order */

.order_section.dark_theme {
	border: none;
	/* background-color: #cc2366;
    background-image: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background-image: -moz-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background-image: -o-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background-image: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); */
	color: black;
}

.order_section.dark_theme .title_block {
	border-color: rgba(255,255,255,0.3);
}

.order_section .order_block {
	padding: 10px 0 30px;
}

/* price */

.price_block {
	margin: 0 auto 20px;
	width: 100%;
	position: relative;
}

.order_section .price_block {
	margin: 0 auto 30px;
}

/* .price_block:before {
	display: block;
	content: '';
	width: 21px;
	height: 40px;
	 background: url(../icons/icons.png) 0 -72px no-repeat; 
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px auto auto -10px;
	text-align: center;
}

.order_section.dark_theme .price_block:before {
	background-position: -22px -72px;
} */

.price_block .price_item {
	float: left;
	width: 180px;
	text-align: center;
}

.price_block .price_item.old {
	margin: 0 38px 0 0;
}

.order_section.dark_theme .price_block .price_item.old {
	color: rgba(255,255,255,0.7);
}

.price_block .price_item .text {
	margin: 0 0 4px;
}

.price_block .price_item .value {
	font-size: 38px;
	line-height: 38px;
}

/* .price_block .price_item.old .value {
	text-decoration: line-through;
} */

.price_block .price_item.new .value {
	font-weight: 600;
	color: black;
}

.order_section.dark_theme .price_item.new .value {
	color: black;
}

/* form */

.order_form .field, 
.order_form .select {
	display: block;
	margin: 0 auto 15px;
	padding: 0 20px;
	width: 380px;
	height: 70px;
	border: 1px solid #d7d8db;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f1f1f1;
	font-family: 'SegoeUI', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #999ca1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

.order_form .select {
	background-image: url(../icons/select__arrow.png);
	background-position: 343px center;
	background-repeat: no-repeat;
}

.order_section.dark_theme .order_form .field, 
.order_section.dark_theme .order_form .select {
	border-color: black;
	background-color: #fff;
}

.order_form .field::-webkit-input-placeholder {
	opacity: 1;
	color: #999ca1;
}

.order_form .field:-moz-placeholder {
	opacity: 1;
	color: #999ca1;
}

.order_form .field::-moz-placeholder {
	opacity: 1;
	color: #999ca1;
}

.order_form .field:-ms-input-placeholder {
	opacity: 1;
	color: #999ca1;
}

.order_form .field:focus::-webkit-input-placeholder {
	opacity: 0;
}

.order_form .field:focus:-moz-placeholder {
	opacity: 0;
}

.order_form .field:focus::-moz-placeholder {
	opacity: 0;
}

.order_form .field:focus:-ms-input-placeholder {
	opacity: 0;
}

.order_form .button {
	display: block;
	margin: 0 auto;
	width: 380px;
	height: 76px;
	border: none;
	-webkit-border-radius: 38px;
	-moz-border-radius: 38px;
	border-radius: 38px;
	text-shadow: 0 1px 0 #b76302;
    background-color: #64bd0d;
    background-image: -webkit-linear-gradient(0deg, #57a906 0%, #6fca16 100%);
    background-image: -moz-linear-gradient(0deg, #57a906 0%, #6fca16 100%);
    background-image: -o-linear-gradient(0deg, #57a906 0%, #6fca16 100%);
    background-image: linear-gradient(0deg, #af46ac 0%, #e8e8e8 100%);
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 26px;
	line-height: 76px;
	letter-spacing: 2px;
	color: rgb(0, 0, 0);
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	position: relative;
	z-index: 10;
}

/* deadline text */

.order_section .deadline_text {
	margin: 30px 20px 0;
	font-weight: 600;
	font-size: 11px;
	line-height: 20px;
	color: #3897f0;
	text-transform: uppercase;
	text-align: center;
}

.order_section.dark_theme .deadline_text {
	color: #fff;
}

.order_section .deadline_text:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	margin: -3px 8px 0 0;
	width: 24px;
	height: 24px;
	background: url(../icons/icons.png) -139px -28px no-repeat;
}

.order_section.dark_theme .deadline_text:before {
	background-position: -139px -56px;
}

/* timer */

.timer_block {
	/* margin: 10px 0 0;
	padding: 20px; */
	border-top: 1px solid #ededed;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
}

.order_section.dark_theme .timer_block {
	border-color: rgba(255,255,255,0.3);
}

.timer_block p {
	margin: 0 0 10px;
}

.timer_block .timer {
	margin: 0 auto;
	width: 200px;
}

.timer_block .timer_item {
	float: left;
	margin: 0 25px 0 0;
	width: 50px;
	position: relative;
}

.timer_block .timer_item:last-child {
	margin: 0;
}

.timer_block .timer_item:before {
	display: block;
	content: ':';
	width: 25px;
	font-weight: 600;
	font-size: 18px;
	line-height: 44px;
	position: absolute;
	top: 0;
	right: -25px;
}

.timer_block .timer_item:last-child:before {
	display: none;
}

.timer_block .count {
	margin: 0 0 2px;
	width: 50px;
	height: 50px;
	border: 1px solid #cdced1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-weight: 600;
	font-size: 24px;
	line-height: 44px;
}

.order_section.dark_theme .timer_block .count {
	border-color: #fff;
}

.gif_image {
	display: block;
	margin: 0 auto 30px;
}

.benefits4 {
	padding-bottom: 1px;
}

/* footer */

footer {
	margin: 0 0 25px;
	padding: 25px 20px 20px;
	border-bottom: 1px solid #ededed;
	background-color: #fff;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}

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

footer a {
	background-color: transparent;
	color: #111;
	text-decoration: underline;
	outline: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.offer_section .price_block {
	margin: 0 0 0;
	position: relative;
}

.offer_section .price_item {
	float: left;
	width: 46%;
	height: 74px;
	text-align: center;
}

.offer_section .price_item.old {
	padding: 13px 65px 0 0;
	background: #f0f0f0;
	color: #595959;
    border-bottom: 1px solid #ccc;
}

.offer_section .price_item.new {
	padding: 13px 0 0 65px;
	background: #af46ac;
	color: rgb(0, 0, 0);
	border-top: 1px solid #74d218;
}

.offer_section .price_item.new .value {
	font-weight: 700;
}

.offer_section .price_item .text {
	margin: 0 0 5px;
	font-size: 14px;
	line-height: 14px;
}

.offer_section .price_item .value {
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
}

.wtsp_item .info .text {
	overflow: hidden;
	padding-left: 8px;
	color: #fff;
}

.wtsp_item .info .text>p {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
}

.wtsp_item .info .text>small {
	font-size: 13px;
	line-height: 18px;
	display: block;
}

.offer_section .discount .text {
	margin: 0 -15px 5px;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 8px;
	text-transform: uppercase;
}

.offer_section .discount .value {
	margin: 0 0 0 5px;
	font-weight: 700;
	font-size: 34px;
	line-height: 34px;
}

.offer_section .discount {
	padding: 19px 0 0 46px;
	width: 176px;
	height: 92px;
	background: url(../img/offer2__discount_bg.png) center no-repeat;
	color: #fff;
	position: absolute;
	top: -9px;
	left: 50%;
	margin-left: -88px;
}



.offer_section .timer_block {
  margin: 0 auto 20px;
  width: 400px;
  color: #fff;
  text-align: center;
}

.offer_section .timer_block p {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 18px;
}

.offer_section .timer_item {
  float: left;
  margin: 0 32px 0 0;
  width: 112px;
  position: relative;
}

.offer_section .timer_item:last-child {
  margin: 0;
}

.offer_section .timer_item:before {
  display: block;
  content: ':';
  width: 32px;
  font-weight: 700;
  font-size: 36px;
  line-height: 52px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  right: -32px;
}

.offer_section .timer_item:last-child:before {
  display: none;
}

.offer_section .timer_item .count {
  margin: 0 0 10px;
  height: 60px;
  font-weight: 700;
  font-size: 36px;
  line-height: 60px;
}

.offer_section .timer_item .count span {
  display: block;
  float: left;
  margin: 0 4px 0 0;
  width: 54px;
  height: 60px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-image: linear-gradient(to top, #6bc612 0%, #78d61c 50%, #3f3f3f 50%, #3f3f3f 51%, #6bc612 51%, #78d61c 100%);
  -webkit-box-shadow: inset 0 -2px 0 #4a4a4a;
  box-shadow: inset 0 -2px 0 #4a4a4a;
}

.offer_section.one .timer_item .count span {
  display: block;
  float: left;
  margin: 0 4px 0 0;
  width: 54px;
  height: 60px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-image: linear-gradient(to top, #c61212 0%, #d6281c 50%, #3f3f3f 50%, #3f3f3f 51%, #c61212 51%, #d61c1c 100%);
  -webkit-box-shadow: inset 0 -2px 0 #4a4a4a;
  box-shadow: inset 0 -2px 0 #4a4a4a;
}

.offer_section .timer_item .count span:last-child {
  margin: 0;
}

.offer_section .timer_item .text {
  line-height: 16px;
}

.offer_section .form_bg {
	padding: 25px 0; 
	background-color: #2f3039; 
	background-image: -webkit-linear-gradient(10deg, #2f3039 0%, #1a1b26 100%); 
	background-image: -moz-linear-gradient(10deg, #2f3039 0%, #1a1b26 100%); 
	background-image: -o-linear-gradient(10deg, #2f3039 0%, #1a1b26 100%); 
	background-image: linear-gradient(10deg, #2f3039 0%, #1a1b26 100%);
}

.offer_section .products_count {
	margin: 20px 0 0;
	color: #fff;
	text-align: center;
}

.offer_section .products_count:before {
	display: inline-block;
	vertical-align: middle;
	margin: -4px 10px 0 0;
	content: '';
	width: 20px;
	height: 18px;
	background: url(../img/offer__products_count_icon.png) center no-repeat;
}

.offer_section .products_count b {
	color: yellow;
}

.offer_section .benefits_block {
	padding: 35px 15px 20px;
	width: 480px;
	background: #fff;
}

.offer_section .benefits_block .benefit_item {
	float: left;
	padding: 0 5px;
	width: 33.333333%;
	text-align: center;
}

.offer_section .benefits_block img {
	display: block;
	margin: 0 auto 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.offer_section .input {
	display: block;
	margin: 0 auto 14px;
	padding: 0 35px;
	width: 380px;
	height: 76px;
	border: none;
	-webkit-border-radius: 38px;
	-moz-border-radius: 38px;
	border-radius: 38px;
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #333;
	outline: none;
	border: 2px solid #bae690;
}

.offer_section .field-name {
	background-image: url(../img/offer__name_icon.png);
	background-position: 30px center;
	background-repeat: no-repeat;
	padding: 0 20px 0 90px;
}

.offer_section .field-phone {
	background-image: url(../img/offer__phone_icon.png);
	background-position: 27px center;
	background-repeat: no-repeat;
	padding: 0 20px 0 90px;
}

.offer_section .input::-webkit-input-placeholder {
	opacity: 1;
	color: #333;
}

.offer_section .input:-moz-placeholder {
	opacity: 1;
	color: #333;
}

.offer_section .input::-moz-placeholder {
	opacity: 1;
	color: #333;
}

.offer_section .input:-ms-input-placeholder {
	opacity: 1;
	color: #333;
}

.offer_section .input:focus::-webkit-input-placeholder {
	opacity: 0;
}

.offer_section .input:focus:-moz-placeholder {
	opacity: 0;
}

.offer_section .input:focus::-moz-placeholder {
	opacity: 0;
}

.offer_section .input:focus:-ms-input-placeholder {
	opacity: 0;
}


.offer_section .color {
	width: 380px;
	margin: 0 auto 22px;
   }
   
   .offer_section .color:after {
	display: block;
	clear: both;
	content: '';
   }
   
   .offer_section .color h4 {
	display: block;
	background: #64bd0d;
	color: #fff;
	padding: 7px 0;
	margin-bottom: 15px;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
   }
   
   .offer_section .color .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_section .color .item img {
	display: block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
   }
   
   .offer_section .color .item:last-child {
	   float: right;
   }
   
   .offer_section .order_form ul {
	 list-style-type: none;
   }
   
   .offer_section .order_form li {
	 display: inline-block;
   }
   
   .offer_section .order_form input[type="radio"][id^="colorbox"] {
	 display: none;
   }
   
   .offer_section .order_form label {
	 display: block;
	 position: relative;
	 cursor: pointer;
	 border: 1px solid #bbb;
	 padding: 6px;
	 -webkit-border-radius: 12px;
	 -moz-border-radius: 12px;
	 border-radius: 12px;
   }
   
   .offer_section .order_form label:before {
	 display: block;
	 position: absolute;
	 top: -5px;
	 left: -5px;
	 width: 25px;
	 height: 25px;
	 text-align: center;
	 line-height: 28px;
	 transition-duration: 0.4s;
	 transform: scale(0);
	 background: url("../img/check.png") no-repeat;
	 z-index: 99;
   }
   
   .offer_section .order_form label img {
	 display: block;
	 -webkit-border-radius: 6px;
	 -moz-border-radius: 6px;
	 border-radius: 6px;
	 transition-duration: 0.2s;
	 transform-origin: 50% 50%;
	 width: 168px;
   }
   
   .offer_section .order_form :checked + label {
	 border-color: #64bd0d;
   }
   
   .offer_section .order_form :checked + label:before {
	 content: "";
	 background-color: none;
	 transform: scale(1);
   }
   
   .offer_section .order_form :checked + label img {
	 transform: scale(0.95);
	 z-index: -1;
   }

/* reviews */

.reviews_section {
	padding: 30px 20px;
	background: #f6f6f6;
}

.reviews_section h2 {
	margin: 0 0 30px;
}

.wtsp_item {
	max-width: 410px;
	min-height: 710px;
	margin: 0 auto;
	background: url(../img/reviews__wtsp_bg.jpg) 50% 0% repeat;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	overflow: hidden;
}

.wtsp_item .info {
	background: #075e55 url(../img/reviews__wtsp_btn.png) 3px 50% no-repeat;
	padding: 16px 110px 13px 35px;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.35);
	position: relative;
	z-index: 2;
}

.wtsp_item .info>img {
	float: left;
	border-radius: 50%;
	width: 42px;
	border: 1px solid #0f3a33;
}



.wtsp_item .date {
	text-align: center;
	margin-top: 10px;
}

.wtsp_item .date>span {
	display: inline-block;
	vertical-align: top;
	background: #d4ebf3;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 28px;
	color: #3f5250;
	padding: 0 8px;
	border-radius: 7px;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2);
}

.wtsp_item .message_container {
	margin-top: 10px;
	padding: 0 12px;
}

.wtsp_item .message {
	display: inline-block;
	max-width: 295px;
	min-width: 70px;
	padding: 6px 10px;
	position: relative;
	font-size: 18px;
	line-height: 22px;
	color: #212121;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.25);
	margin-bottom: 10px;
}

.wtsp_item .message:last-child {
	margin-bottom: 0;
}

.wtsp_item .message>p {
	margin-bottom: 5px;
}

.wtsp_item .message>img {
	display: block;
	margin: 6px auto;
	border-radius: 4px;
}

.wtsp_item .message .time {
	text-align: right;
	font-size: 14px;
	line-height: 15px;
	color: #989898;
	padding: 0 5px;
}

.wtsp_item .message.client {
	background: #fff;
	border-radius: 0 6px 6px 6px;
}

.wtsp_item .message.client:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 0;
	border-color: transparent #fff transparent transparent;
	position: absolute;
	top: 0;
	left: -6px;
}

.wtsp_item .message.author {
	background: #e2ffc7;
	border-radius: 10px 0 10px 10px;
	padding: 6px 10px;
	float: right;
}

.wtsp_item .message.author:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 0;
	border-color: #e2ffc7 transparent transparent transparent;
	position: absolute;
	top: 0;
	right: -6px;
}

.wtsp_item .message.author .time {
	padding: 0;
}

.wtsp_item .message.author .time:after {
	content: '';
	width: 18px;
	height: 12px;
	background: url(../img/reviews__wtsp_read.png) 50% 50% no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 4px;
}

.wtsp_item:after {
	content: '';
	width: 404px;
	height: 57px;
	background: url(../img/reviews__wtsp_send.png) 50% 50% no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -202px;
	bottom: 7px;
}

.wtsp_rev .owl-prev, 
.wtsp_rev .owl-next {
	width: 47px;
	height: 47px;
	background: #f85a3d url(../img/slider__arrows.jpg) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -23px;
}

.wtsp_rev .owl-prev {
	background-position: left center;
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
	left: -20px;
}

.wtsp_rev .owl-next {
	background-position: right center;
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
	right: -20px;
}

.wtsp_rev .owl-dots {
	font-size: 0;
	text-align: center;
	margin-top: 20px;
}

.wtsp_rev .owl-dot {
	display: inline-block;
	vertical-align: top;
	margin: 0 8px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 2px solid #fff;
}

.wtsp_rev .owl-dot.active {
	background: #fff;
}