/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, menu, nav, output, ruby, section,
summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, menu, nav, section, main {display: block;}

ol, ul {list-style: none;}
blockquote, q {quotes: none;}
img{max-width: 100%; height: auto;}
a{text-decoration: underline;}
a:hover{cursor: pointer;}
*::-webkit-input-placeholder {color: #a9a9a9; opacity: 1;}
*:-moz-placeholder {color: #a9a9a9; opacity: 1;}
*::-moz-placeholder {color: #a9a9a9; opacity: 1;}
*:-ms-input-placeholder {color: #a9a9a9; opacity: 1;}
*{margin: 0; padding: 0;}
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
button,input,a{outline: none;}
button, input, select{-webkit-appearance: none; -moz-appearance: none; appearance: none;}
html{
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased !important;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* fonts */

@font-face {
    font-family: 'SegoeUI';
    src: url("") format('woff2'),
        url("../fonts/v7-_b30r.woff") format('woff'),
        url("../fonts/gmudjz4c.bin") format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'SegoeUI';
    src: url("../fonts/6ln6h-93.woff2") format('woff2'),
        url("../fonts/v1p-qfgh.woff") format('woff'),
        url("../fonts/gg_qznk3.bin") format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Pattaya';
    src: url("") format('woff2'),
        url("../fonts/md_wx0ve.woff") format('woff'),
        url("../fonts/9tub6wm0.bin") 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-color: #fff;
}

.fixed_block h3 {
	float: left;
	width: 240px;
	font-family: 'Pattaya', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 40px;
}

.fixed_block .button {
	display: block;
	float: right;
	width: 180px;
	height: 40px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #3897f0;
	font-weight: 600;
	line-height: 38px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	outline: none;
}

/* offer */

.offer_section {
	margin: 0 0 25px;
	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: 20px;
	line-height: 26px;
}

.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;
	width: 100%;
}

/* 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("../img/by4t8mc5.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("../img/by4t8mc5.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("../img/by4t8mc5.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;
}

.list2.two_column .list_item p {
	padding: 0 20px;
}

.list2.two_column .list_item:nth-child(3) p {
	padding: 0;
}

/* 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("../img/by4t8mc5.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("../img/by4t8mc5.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: #fff;
}

.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: 380px;
	position: relative;
}

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

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

.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 20px 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: #3897f0;
}

.order_section.dark_theme .price_item.new .value {
	color: #fff;
}

/* 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("");
	background-position: 343px center;
	background-repeat: no-repeat;
}

.order_section.dark_theme .order_form .field, 
.order_section.dark_theme .order_form .select {
	border-color: #fff;
	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;
	padding: 0;
	width: 380px;
	height: 80px;
	border: none;
	border-bottom: 2px solid #347cbf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #3897f0;
	font-family: 'SegoeUI', sans-serif;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 1px;
	color: #fff;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

/* 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("../img/by4t8mc5.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;
}

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

@font-face {
  font-family: 'Pattaya';
  font-style: normal;
  font-weight: 400;
  src: url("") format('truetype');
}


@font-face {
    font-family: 'Roboto';
    src: local('Roboto Thin'), local('Roboto-Thin'), url("") format('woff2'), url("") format('woff'), url("") format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url("") format('woff2'), url("") format('woff'), url("") format('truetype');
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Light'), local('Roboto-Light'), url("") format('woff2'), url("") format('woff'), url("") format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url("") format('woff2'), url("") format('woff'), url("") format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto'), local('Roboto-Regular'), url("") format('woff2'), url("") format('woff'), url("") format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Italic'), local('Roboto-Italic'), url("") format('woff2'), url("") format('woff'), url("") format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Medium'), local('Roboto-Medium'), url("") format('woff2'), url("") format('woff'), url("") format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url("") format('woff2'), url("") format('woff'), url("") format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Bold'), local('Roboto-Bold'), url("") format('woff2'), url("") format('woff'), url("") format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url("") format('woff2'), url("") format('woff'), url("") format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Black'), local('Roboto-Black'), url("") format('woff2'), url("") format('woff'), url("") format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url("") format('woff2'), url("") format('woff'), url("") format('truetype');
    font-weight: 900;
    font-style: italic;
}



        /* Basic styles */
/*  * {
    box-sizing: border-box;
  }
  html, body {
    margin: 0;
  }

  a {
    text-decoration: none;
  }*/
  .top-menu {
    background: #fff;
    border-bottom: solid 2px #ff8100;
    width: inherit;
    text-align: left;
  }
  .title_shop {
    color: #000;
    font-size: 19px;
    margin: 25px;
  }
  .title_shop span {
    font-size: 21px;
    color: #ff8100;
    font-weight: 700;
  }
  /* Toggle functionality */
  #toggle {
    position: absolute;
    left: -100%;
    top: -100%;
  }



  #toggle:checked ~ .toggle-container .button-toggle:before {
    -webkit-transform: translateY(-50%) rotate(45deg) scale(1);
      -ms-transform: translateY(-50%) rotate(45deg) scale(1);
        transform: translateY(-50%) rotate(45deg) scale(1);
  }

  #toggle:checked ~ .toggle-container .button-toggle:after {
    -webkit-transform: translateY(-50%) rotate(-45deg) scale(1);
      -ms-transform: translateY(-50%) rotate(-45deg) scale(1);
        transform: translateY(-50%) rotate(-45deg) scale(1);
  }


  #toggle:checked ~ .nav {
    margin-bottom: 50px;
    pointer-events: auto;
    -webkit-transform: translate(50px, 50px);
      -ms-transform: translate(50px, 50px);
        transform: translate(50px, 50px);
  }

  #toggle:checked ~ .nav .nav-item {
    color: #000;
    letter-spacing: 0;
    height: 40px;
    line-height: 40px;
    margin-top: 0;
    opacity: 1;
    -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
        transform: scaleY(1);
    -webkit-transition: 0.5s, opacity 0.1s;
    transition: 0.5s, opacity 0.1s;
  }

  #toggle:checked ~ .nav .nav-item:nth-child(1) {
    -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s;
  }

  #toggle:checked ~ .nav .nav-item:nth-child(1):before {
    -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s;
  }

  #toggle:checked ~ .nav .nav-item:nth-child(2) {
    -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
  }

  #toggle:checked ~ .nav .nav-item:nth-child(2):before {
    -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
  }

  #toggle:checked ~ .nav .nav-item:nth-child(3) {
    -webkit-transition-delay: 0.05s;
        transition-delay: 0.05s;
  }

  #toggle:checked ~ .nav .nav-item:nth-child(3):before {
    -webkit-transition-delay: 0.05s;
        transition-delay: 0.05s;
  }

  #toggle:checked ~ .nav .nav-item:nth-child(4) {
    -webkit-transition-delay: 0s;
        transition-delay: 0s;
  }

  #toggle:checked ~ .nav .nav-item:nth-child(4):before {
    -webkit-transition-delay: 0s;
        transition-delay: 0s;
  }

  #toggle:checked ~ .nav .nav-item:before {
    opacity: 0;
  }

  #toggle:checked ~ .dummy-content {
    padding-top: 30px;
  }

  #toggle:checked ~ .dummy-content:before {
    background-color: rgba(0, 0, 0, 0.3);
  }

  /* Toggle button */
  .button-toggle {
    position: absolute;
    top: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 0;
    margin:25px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    border-radius: 100%;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    box-shadow: none;
  }

  .button-toggle:hover {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.1), inset 0 0 0 20px rgba(0, 0, 0, 0.1);
  }

  .button-toggle:before, .button-toggle:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .button-toggle:before {
    -webkit-transform: translateY(-50%) rotate(45deg) scale(0);
      -ms-transform: translateY(-50%) rotate(45deg) scale(0);
        transform: translateY(-50%) rotate(45deg) scale(0);
  }

  .button-toggle:after {
    -webkit-transform: translateY(-50%) rotate(-45deg) scale(0);
      -ms-transform: translateY(-50%) rotate(-45deg) scale(0);
        transform: translateY(-50%) rotate(-45deg) scale(0);
  }

  /* Menu */
  .nav {
    display: inline-block;
    margin: 25px 25px 20px;
    pointer-events: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .nav-item {
    width: 20px;
    position: relative;
    display: inline-block;
    float: left;
    clear: both;
    color: transparent;
    font-size: 14px;
    letter-spacing: -6.2px;
    height: 7px;
    line-height: 7px;
    /*text-transform: uppercase;*/
    white-space: nowrap;
    -webkit-transform: scaleY(0.2);
      -ms-transform: scaleY(0.2);
        transform: scaleY(0.2);
    -webkit-transition: 0.5s, opacity 1s;
    transition: 0.5s, opacity 1s;
  }

  .nav-item:nth-child(1) {
    -webkit-transition-delay: 0s;
        transition-delay: 0s;
  }

  .nav-item:nth-child(1):before {
    -webkit-transition-delay: 0s;
        transition-delay: 0s;
  }

  .nav-item:nth-child(2) {
    -webkit-transition-delay: 0.05s;
        transition-delay: 0.05s;
  }

  .nav-item:nth-child(2):before {
    -webkit-transition-delay: 0.05s;
        transition-delay: 0.05s;
  }

  .nav-item:nth-child(3) {
    -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
  }

  .nav-item:nth-child(3):before {
    -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
  }

  .nav-item:nth-child(4) {
    -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s;
  }

  .nav-item:nth-child(4):before {
    -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s;
  }

  .nav-item:nth-child(1) {
    letter-spacing: -8px;
  }

  .nav-item:nth-child(2) {
    letter-spacing: -7px;
  }

  .nav-item:nth-child(n + 4) {
    letter-spacing: -8px;
    margin-top: -7px;
    opacity: 0;
  }

  .nav-item:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    -webkit-transform: translateY(-50%) scaleY(5);
      -ms-transform: translateY(-50%) scaleY(5);
        transform: translateY(-50%) scaleY(5);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  /* Dummy content */
  .dummy-content {
    position: relative;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .dummy-content:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 2;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .circle {
    display: inline-block;
    width: 75px;
    height: 75px;
    background-color: #000;
    border-radius: 100%;
  }


  .square-top {
    display: inline-block;
    position: relative;
    width: 200px;
    height: 300px;
    background-color: #FEBE7E;
    z-index: 1;
  }

  .square-behind {
    display: inline-block;
    position: relative;
    top: -256px;
    width: 250px;
    height: 210px;
    background-color: #C28683;
  }

  .square-behind:before, .square-behind:after {
    position: absolute;
    content: '';
    top: 0;
    width: 40%;
    height: 100%;
  }

  .square-behind:before {
    left: 0;
    background-color: #9D567C;
  }

  .square-behind:after {
    right: 0;
    background-color: #958C6B;
  }
  /* Ð¡Ñ‚Ð¸Ð»ÑŒ Ð¼ÐµÐ½ÑŽ Ð½Ð°Ð²Ð¸Ð³Ð°Ñ†Ð¸Ð¸ */
  .navbar {
    display: flex;
    width: 100%;
    background-color: #555;
    overflow: auto;
    margin: 0;
  }
  /* ÐÐ°Ð²Ð¸Ð³Ð°Ñ†Ð¸Ð¾Ð½Ð½Ñ‹Ðµ ÑÑÑ‹Ð»ÐºÐ¸ */
  .navbar a {
    float: left;
    padding: 12px;
    color: white;
    text-decoration: none;
    font-size: 16px;
    width: 30%; /* Ð§ÐµÑ‚Ñ‹Ñ€Ðµ Ð·Ð²ÐµÐ½Ð° Ñ€Ð°Ð²Ð½Ð¾Ð¹ ÑˆÐ¸Ñ€Ð¸Ð½Ñ‹. Ð•ÑÐ»Ð¸ Ñƒ Ð²Ð°Ñ ÐµÑÑ‚ÑŒ Ð´Ð²Ðµ ÑÑÑ‹Ð»ÐºÐ¸, Ð¸ÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÐ¹Ñ‚Ðµ 50% Ð¸ 33.33% Ð´Ð»Ñ Ñ‚Ñ€ÐµÑ… ÑÑÑ‹Ð»Ð¾Ðº Ð¸ Ñ‚.Ð´. */
    text-align: center; /* Ð•ÑÐ»Ð¸ Ð²Ñ‹ Ñ…Ð¾Ñ‚Ð¸Ñ‚Ðµ, Ñ‡Ñ‚Ð¾Ð±Ñ‹ Ñ‚ÐµÐºÑÑ‚ Ð±Ñ‹Ð» Ñ†ÐµÐ½Ñ‚Ñ€Ð¸Ñ€Ð¾Ð²Ð°Ð½ */
  }

  /* Ð”Ð¾Ð±Ð°Ð²Ð¸Ñ‚ÑŒ Ñ†Ð²ÐµÑ‚ Ñ„Ð¾Ð½Ð° Ð¿Ñ€Ð¸ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ð¸ ÐºÑƒÑ€ÑÐ¾Ñ€Ð° Ð¼Ñ‹ÑˆÐ¸ */
  .navbar a:hover {
    background-color: #000;
  }

  /* Ð¡Ñ‚Ð¸Ð»ÑŒ Ñ‚ÐµÐºÑƒÑ‰ÐµÐ¹/Ð°ÐºÑ‚Ð¸Ð²Ð½Ð¾Ð¹ ÑÑÑ‹Ð»ÐºÐ¸ */
  .navbar a.active {
    background-color: #4CAF50;
  }

  /* Ð”Ð¾Ð±Ð°Ð²Ð¸Ñ‚ÑŒ Ð¾Ñ‚Ð·Ñ‹Ð²Ñ‡Ð¸Ð²Ð¾ÑÑ‚ÑŒ - Ð½Ð° ÑÐºÑ€Ð°Ð½Ð°Ñ… Ð¼ÐµÐ½ÐµÐµ 500px, ÑÐ´ÐµÐ»Ð°Ñ‚ÑŒ Ð½Ð°Ð²Ð¸Ð³Ð°Ñ†Ð¸Ð¾Ð½Ð½Ñ‹Ðµ ÑÑÑ‹Ð»ÐºÐ¸ Ð¿Ð¾ÑÐ²Ð»ÑÑŽÑ‚ÑÑ Ð¿Ð¾Ð²ÐµÑ€Ñ… Ð´Ñ€ÑƒÐ³ Ð´Ñ€ÑƒÐ³Ð°, Ð° Ð½Ðµ Ñ€ÑÐ´Ð¾Ð¼ Ð´Ñ€ÑƒÐ³ Ñ Ð´Ñ€ÑƒÐ³Ð¾Ð¼ */
  @media screen and (max-width: 500px) {
    .navbar a {
    float: none;
    display: block;
    width: 100%;
    text-align: left; /* Ð•ÑÐ»Ð¸ Ð²Ñ‹ Ñ…Ð¾Ñ‚Ð¸Ñ‚Ðµ, Ñ‡Ñ‚Ð¾Ð±Ñ‹ Ñ‚ÐµÐºÑÑ‚ Ð±Ñ‹Ð» Ð²Ñ‹Ñ€Ð¾Ð²Ð½ÐµÐ½ Ð¿Ð¾ Ð»ÐµÐ²Ð¾Ð¼Ñƒ ÐºÑ€Ð°ÑŽ Ð½Ð° Ð½ÐµÐ±Ð¾Ð»ÑŒÑˆÐ¸Ñ… ÑÐºÑ€Ð°Ð½Ð°Ñ… */
    }
  }

  #cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 10px 0 10px 0px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
    max-width: 370px;
    border-radius: 50px;
    margin: 20px;
  }
  #cookieConsent a {
    color: #4B8EE7;
    text-decoration: underline;
  }
  #closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
  }
  #closeCookieConsent:hover {
    color: #FFF;
  }
  #cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 15px;
    padding: 3px 25px;
    cursor: pointer;
    margin-left: 10px;
    text-decoration: none;
    margin: 0 auto;
float: none;
  }
  #cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
    text-decoration: none;
  }
  .cookie-message__img{
      width: 25px;
      height: auto;
      vertical-align: middle;
      display: inline-block;
  }
  .cookie_text {
    text-align: center;
  }

@media (max-width: 373px) {
  #cookieConsent a.cookieConsentOK {
    margin-top: 5px;
  }
  }

  .vue-slider-dot {
    position: absolute;
    -webkit-transition: all 0s;
    transition: all 0s;
    z-index: 5
  }
  
  .vue-slider-dot:focus {
    outline: none
  }
  
  .vue-slider-dot-tooltip {
    position: absolute;
    visibility: hidden
  }
  
  .vue-slider-dot-hover:hover .vue-slider-dot-tooltip,
  .vue-slider-dot-tooltip-show {
    visibility: visible
  }
  
  .vue-slider-dot-tooltip-top {
    top: -10px;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%)
  }
  
  .vue-slider-dot-tooltip-bottom {
    bottom: -10px;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%)
  }
  
  .vue-slider-dot-tooltip-left {
    left: -10px;
    top: 50%;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%)
  }
  
  .vue-slider-dot-tooltip-right {
    right: -10px;
    top: 50%;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%)
  }

  .vue-slider-marks {
    position: relative;
    width: 100%;
    height: 100%
  }
  
  .vue-slider-mark {
    position: absolute;
    z-index: 1
  }
  
  .vue-slider-ltr .vue-slider-mark,
  .vue-slider-rtl .vue-slider-mark {
    width: 0;
    height: 100%;
    top: 50%
  }
  
  .vue-slider-ltr .vue-slider-mark-step,
  .vue-slider-rtl .vue-slider-mark-step {
    top: 0
  }
  
  .vue-slider-ltr .vue-slider-mark-label,
  .vue-slider-rtl .vue-slider-mark-label {
    top: 100%;
    margin-top: 10px
  }
  
  .vue-slider-ltr .vue-slider-mark {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
  
  .vue-slider-ltr .vue-slider-mark-step {
    left: 0
  }
  
  .vue-slider-ltr .vue-slider-mark-label {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
  
  .vue-slider-rtl .vue-slider-mark {
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
  }
  
  .vue-slider-rtl .vue-slider-mark-step {
    right: 0
  }
  
  .vue-slider-rtl .vue-slider-mark-label {
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
  }
  
  .vue-slider-btt .vue-slider-mark,
  .vue-slider-ttb .vue-slider-mark {
    width: 100%;
    height: 0;
    left: 50%
  }
  
  .vue-slider-btt .vue-slider-mark-step,
  .vue-slider-ttb .vue-slider-mark-step {
    left: 0
  }
  
  .vue-slider-btt .vue-slider-mark-label,
  .vue-slider-ttb .vue-slider-mark-label {
    left: 100%;
    margin-left: 10px
  }
  
  .vue-slider-btt .vue-slider-mark {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
  }
  
  .vue-slider-btt .vue-slider-mark-step {
    top: 0
  }
  
  .vue-slider-btt .vue-slider-mark-label {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
  
  .vue-slider-ttb .vue-slider-mark {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
  
  .vue-slider-ttb .vue-slider-mark-step {
    bottom: 0
  }
  
  .vue-slider-ttb .vue-slider-mark-label {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
  }
  
  .vue-slider-mark-label,
  .vue-slider-mark-step {
    position: absolute
  }

  .vue-slider {
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
  }
  
  .vue-slider-rail {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition-property: width, height, left, right, top, bottom;
    transition-property: width, height, left, right, top, bottom
  }
  
  .vue-slider-process {
    position: absolute;
    z-index: 1
  }

  @font-face {
    font-family: Gilroy;
    src: url("") format("woff2");
    font-weight: 300 400;
    font-style: normal
  }
  
  @font-face {
    font-family: Gilroy;
    src: url("") format("woff2");
    font-weight: 600;
    font-style: normal
  }

  .youtube {
    background-color: #000;
    max-width: 100%;
    height: inherit;
    overflow: hidden;
    position: relative;
    cursor: hand;
    cursor: pointer
  }
  
  .youtube .thumb {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: auto
  }
  
  .youtube .play {
    filter: alpha(opacity=80);
    opacity: .8;
    height: 77px;
    left: 50%;
    margin-left: -38px;
    margin-top: -38px;
    position: absolute;
    top: 50%;
    width: 77px;
    background: url("../img/youtube-play-icon.png") no-repeat
  }