@charset "UTF-8";


/* Main styles
-----------------------------------------------------------------------------*/
.middle {
    height: 1%;
    position: relative;
}

.middle:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

.row {
    margin-bottom: 10px;
    -moz-box-shadow: 0 0 1px rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.8);
}

.icon48 {
    width: 48px;
    height: 48px;
}

.icon76 {
    width: 76px;
}

.wrap_content {
    background-color: #fff;
    width: 100%;
    padding: 38px 50px 38px 0;
	-moz-box-shadow: 0 0 0 rgba(255,255,255,0), 4px 0 3px -3px rgba(199, 222, 228, 0.6), 0 4px 3px -3px rgba(199, 222, 228, 0.6), -4px 0 3px -3px rgba(199, 222, 228, 0.6);
	-webkit-box-shadow: 0 0 0 rgba(255,255,255,0), 4px 0 3px -3px rgba(199, 222, 228, 0.6), 0 4px 3px -3px rgba(199, 222, 228, 0.6), -4px 0 3px -3px rgba(199, 222, 228, 0.6);
	box-shadow: 0 0 0 rgba(255,255,255,0), 4px 0 3px -3px rgba(199, 222, 228, 0.6), 0 4px 3px -3px rgba(199, 222, 228, 0.6), -4px 0 3px -3px rgba(199, 222, 228, 0.6);
}

.past .wrap_content {padding-bottom: 30px;}

.left_col, .right_col {float: left;}

.left_col {
    width: 895px;
    margin-right: 22px;
	position: relative;
}

.right_col {width: 432px;}

a {
    color: #009ad7;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #ffa200;
}


.blue {color: #009ad7;}
.light_blue {color: #80e3ff;}
.pink {color: #d91746;}
.green {color: #00a000;}
.gray {color: #838c90;}

a.blue:hover {color: #009ad7;}

/* Main program block
-----------------------------------------------------------------------------*/
.giveaway_day {
    width: 100%;
    position: relative;
    border: 1px solid #f0f6f8;
    border-bottom-width: 0;
    background: #fff;
    padding: 25px 50px;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: 0 -4px 3px -3px rgba(199, 222, 228, 0.6), 4px 0 3px -3px rgba(199, 222, 228, 0.6), 0 0 0 rgba(255, 255, 255, 0), -4px 0 3px -3px rgba(199, 222, 228, 0.6);
    -webkit-box-shadow: 0 -4px 3px -3px rgba(199, 222, 228, 0.6), 4px 0 3px -3px rgba(199, 222, 228, 0.6), 0 0 0 rgba(255, 255, 255, 0), -4px 0 3px -3px rgba(199, 222, 228, 0.6);
    box-shadow: 0 -4px 3px -3px rgba(199, 222, 228, 0.6), 4px 0 3px -3px rgba(199, 222, 228, 0.6), 0 0 0 rgba(255, 255, 255, 0), -4px 0 3px -3px rgba(199, 222, 228, 0.6);
}

.past .giveaway_day {padding-bottom: 0;}

.giveaway_wrap {
    padding-top: 10px;
}

.giveaway_img {
    float: left;
    width: 202px;
    margin-right: 30px;
	margin-bottom: 5px;
    position: relative;
}

.giveaway_img img {
    width: 160px;
}

.giveaway_label {
    position: absolute;
    right: -5px;
    bottom: -28px;
    color: #fff;
    width: 123px;
    height: 123px;
    text-align: center;
    background: url(../images/svg/sprite.svg) 0 0 no-repeat;
    padding-top: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.past .giveaway_label {
	padding-top: 28px;
	background: url(../images/svg/sprite.svg) no-repeat 0 -149px;
}
.past .giveaway_label:hover .free {text-decoration:none;}

.giveaway_label .old_price {
    color: #d5f6c7;
    font-size: 22px;
    line-height: 34px;
    white-space: nowrap;
    text-decoration: line-through;
}

.past .giveaway_label .old_price {
	text-decoration: none;
	color: #494949;
}

.giveaway_label .free {
    width: 72px;
    margin: 0 auto;
    border-top: 2px solid #fff;
    padding-top: 6px;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 22px;
}

.past .giveaway_label .free {
	border-top: 1px solid #314046;
	color: #314046;
	font-weight: 500;
	font-size: 18px;
}

.giveaway_label .free-wrapper {
    margin: 0 -10px;
}

.giveaway_label .free .big {
    font-size: 24px;
    font-weight: 500;
}
.giveaway_label .free .medium {
     font-size: 19px;
    font-weight: 500;
 }
.giveaway_label .free .small2 {
    font-size: 14px;
    font-weight: 500;
}
.giveaway_label .free .small {
    font-size: 12px;
    font-weight: 500;
}
.giveaway_label .free .verysmall2 {
    font-size: 11px;
    font-weight: 500;
}
.giveaway_label .free .verysmall {
    font-size: 10px;
    font-weight: 500;
}
@media (max-width: 1436px) {
    .giveaway_label .free .big {
        font-size: 16px;
    }
    .giveaway_label .free .medium {
        font-size: 14px;
    }
    .giveaway_label .free .small2 {
        font-size: 12px;
    }
    .giveaway_label .free .small {
        font-size: 10px;
    }
    .giveaway_label .free .verysmall2 {
        font-size: 9px;
    }
    .giveaway_label .free .verysmall {
        font-size: 8px;
    }
}
@media (max-width: 1036px) {
    .giveaway_label .free .big {
        font-size: 12px;
    }
    .giveaway_label .free .medium {
        font-size: 15px;
    }
    .giveaway_label .free .small2 {
        font-size: 9px;
    }
    .giveaway_label .free .small {
        font-size: 10px;
		font-weight:400;
    }
    .giveaway_label .free .verysmall2 {
        font-size: 7px;
    }
    .giveaway_label .free .verysmall {
        font-size: 6px;
    }
}

.giveaway_title h1 {
    font: 34px/1.2 "Roboto Slab", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    margin-bottom: 12px;
    margin-top: 13px;
}

.giveaway_descr {
    color: #494949;
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 33px;
    overflow: hidden;
    max-height: 65px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.wrapper_v {margin-left: 234px;}

.wrap_votes {
    margin-top: 34px;
    float: left;
    white-space: nowrap;
}

.wrap_votes span.text {
    font-size: 18px;
	display: block;
    color: #314046;
    margin-bottom: 16px;
    float: left;
    margin-right: 18px;
}

.wrap_votes span.positive, .wrap_votes span.negative, .wrap_votes .wrap_count {
    background-color: #f1f6f8;
    color: #6f8086;
    font-size: 18px;
    padding: 5px 20px 5px 42px;
    position: relative;
    max-width: 142px;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -o-border-radius: 16px;
    -webkit-border-radius: 16px;
}

.wrap_votes span.positive:hover, .wrap_votes span.negative:hover {
	background-color: #e2e9ec;
	cursor: pointer;
}

.wrap_votes span.negative {margin-left: 10px;}

.wrap_votes.disabled span.positive, .wrap_votes.disabled span.negative {
	background-color: #f1f6f8;
    opacity: .8;
    cursor: default;
}

.wrap_votes span.negative:before, .wrap_votes span.positive:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 6px;
    left: 13px;
   background: url(../images/svg/post_sprite.svg) no-repeat 0 0;
}

.wrap_votes span.negative:before {
    background-position: -25px 0;
    top: 7px;
}

.wrap_votes.disabled span {
    cursor: default;
}

.small_ab {
    height: 50px;
    float: left;
    margin-top: 22px;
    margin-left: 92px;
}

.giveaway_day .wrap_count {
    padding-left: 20px;
    margin-left: 30px;
}

.giveaway_day .wrap_count:before {display: none;}

.top_ab {
    width: auto;
    height: 90px;
	margin-left: 232px;
	text-align: center;
}

.second_btn {display: none;}

/* Requirements block
-----------------------------------------------------------------------------*/
.requirements {
	position: absolute;
	top: 0;
	right: -454px;
	width: 432px;
    background: #dcf6fd;
	padding: 40px 40px 28px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.past .requirements {top: 505px;}

.requirements h2 {display: none;}

.requirements h3, .prog_descr h4 {
    color: #494949;
    margin-bottom: 6px;
    font-weight: normal;
    font: 20px/28px "Roboto Slab", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

.requirements p, .requirements a {
    margin-bottom: 12px;
    display: block;
    color: #2d3c40;
    font: 300 17px/28px "Roboto", Arial, sans-serif;
}

.requirements a {
	text-decoration: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #1D9DD0;
}
.requirements a:hover {text-decoration: underline}


/* Description block
-----------------------------------------------------------------------------*/
.prog_descr {
    background-color: #fff;
    overflow: hidden;
    position: relative;
    font-size: 17px;
    color: #494949;
    line-height: 30px;
    margin-bottom: 30px;
    margin-left: 50px;
    width: auto;
    float: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.prog_descr h2 {
    margin: 30px 0 15px;
    font-size: 28px;
    font-weight: normal;
    font-family: "Roboto Slab", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

.prog_descr ul {margin-left: 42px;}
.prog_descr ol {margin: -5px 0 36px 55px;}
.prog_descr ul li, .prog_descr ol li {margin-bottom: 10px;}

.prog_descr p:last-child {line-height: 30px;}

.prog_descr.show_all {height: auto;}

.center_ab {
    width: 336px;
    height: 280px;
    float: left;
    margin-right: 40px;
	text-align: center;
}

.adslot {
    height: 90px;
    width: auto;
}


.show_more {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 38px 0 0;
    background: url(../img/blur.png) repeat-x;
}
@media (max-width: 1436px) {
    .show_more {
        left: 40px;
        right: 0;
    }
}
@media (max-width: 1036px) {
    .show_more {
        left: 30px;
        right: 30px;
    }
}
@media (max-width: 720px) {
    .show_more {
        left: 10px;
        right: 10px;
    }
}

.show_more hr {
    display: block;
    width: 100%;
    height: 1px;
    margin: 0.5em 0;
    border: none;
    background-color: #c8c8c8;
}

.show_more a {
    display: block;
    float: right;
    color: inherit;
}
.show_more a i {
    float: right;
    width: 25px;
    height: 25px;
    background: url(../images/post_sprite.png) no-repeat 14px -174px;
}

.prog_descr.content_hidden {height: 395px;margin-bottom: 15px;}
.prog_descr.content_hidden .show_more {display: block;}


/* Timer block
-----------------------------------------------------------------------------*/
.timer {
    background-color: #eafddb;
    width: 100%;
    border: 1px solid #f0f6f8;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.timer .left {
    width: 842px;
    float: left;
    position: relative;
    padding: 32px 10px 12px 55px;
    background-color: #d5f6c7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.timer p {
	width: 460px;
	overflow: hidden;
	float: left;
	color: #364530;
	margin-right: 40px;
	font: 22px/30px "Roboto Slab", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}
.join-competition p {
    width: auto;
}

.competition-complete .join-competition,
.competition-complete .join-competition > .left {
    background-color: #f1f6f8;
}
.competition-complete .arrow_right {
    display: none;
}

.timer p span {
	font-size: 15px;
	line-height: 23px;
	display: block;
}

.giveaway_counter {
    height: 70px;
	width: 270px;
    color: #fff;
    margin-top: 15px;
    font-size: 36px;
    font-weight: 700;
    overflow: hidden;
}

.timer .arrow_right {
	position: absolute;
	width: 47px;
	top: 0;
	bottom: 0;
	right: -47px;
}

.timer a.btn {
    display: block;
    text-align: left;
    font: bold 13px 'Verdana', sans-serif;
    height: 38px;
    padding: 6px 0 0 70px;
    text-decoration: underline;
    background: url(http://wac.A164.edgecastcdn.net/80A164/n76-cdn/files76/templates/33/61/regbooster.gif) 6px top no-repeat;
    color: #1389B7;
}

.timer .wrap_links {
    float: right;
    text-align: center;
    margin-top: 30px;
    margin-right: 92px;
    width: 342px;
    padding: 0;
    background-color: transparent;
	border: 0;
}

.timer .wrap_links a {margin-right: 0;}

.timer .wrap_links.with_license {margin-top: 10px;}

.wrap_links.with_license .count_license {
    margin-bottom: 2px;
    display: block;
    font-size: 18px;
    color: #364530;
}

.timer .download_btn {
    display: block;
    background-color: #00b300;
    color: #fff;
    font-size: 26px;
    line-height: 27px;
    text-decoration: none;
    height: 77px;
    width: 100%;
    padding-top: 12px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.join-competition .license_limited .join-competition_btn {
    padding-top: 26px;
}
.competition-complete .join-competition_btn {
    padding-top: 12px;
}

.timer .download_btn:hover {text-decoration: underline;}

.timer .download_btn span {
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    max-width: 90%;
    margin: 4px auto 0;
    overflow: hidden;
}

.timer .terms {
    color: #364530;
    font-size: 15px;
    border-bottom: 1px dashed #364530;
}

.timer .terms:hover {border-bottom-style: solid; text-decoration: none;}

.past .timer {
	overflow: hidden;
	float: none;
	width: 100%;
	padding: 40px 50px 30px;
	margin-bottom: 30px;
	background-color: #f1f6f8;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.past .timer .left {
	width: 480px;
	padding: 0 20px 20px 0;
	background-color: transparent;
}

.past .timer .left:before {display: none;}

.past .timer p {
	margin: 0;
	white-space: normal;
	font-size: 16px;
	line-height: 30px;
}

.past .timer p b {font-size: 22px;}

.past .timer .wrap_links {
	float: left;
	width: 313px;
	margin-right: 0;
	margin-top: 0;
}


/* Download block
-----------------------------------------------------------------------------*/
.download {
	position: absolute;
	right: -454px;
	width: 432px;
	float: left;
	height: 480px;
	padding: 100px 50px 40px;
	margin-bottom: 10px;
	background-color: #d5f6c7;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.past .download {
    float: none;
    top: 0;
}

.download .lbl {
	position: absolute;
	top: 30px;
	left: 0;
	width: 335px;
	height: 46px;
	padding: 7px 0 10px 25px;
	color: #fff;
	background-color: #314046;
	font: 23px "Roboto Slab", "Roboto", Arial, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.download .left {
	float: none;
	overflow: hidden;
}

.download .giveaway_img {
    width: 90px;
    margin-right: 30px;
}

.download .giveaway_img img {
    width: 100%;
    height: auto;
	min-height: 0;
}

.download .giveaway_title a {
    color: inherit;
    text-decoration: none;
    display: block;
    display: -webkit-box;
    max-height: 65px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.download .giveaway_label {
	width: 75px;
	height: 75px;
	right: -24px;
	bottom: -23px;
	padding-top: 12px;
	background: url(../images/svg/sprite.svg) -129px 0 no-repeat;
}

.download .giveaway_label .old_price {
    font-size: 15px;
	line-height: 20px;
	text-decoration: line-through;
	color: #c8ffc8;
}

.download .giveaway_label .free {
    width: 48px;
    padding-top: 5px;
	border-top: 1px solid #fff;
	font-size: 11px;
    line-height: 1;
	display: block;
	color: #fff;
}

.download .giveaway_label .free .big {font-size: 15px;}

.download .giveaway_title {
    color: #314046;
	margin-bottom: 10px;
	font: 24px/32px "Roboto Slab", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

.label_link {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.giveaway_label:hover .free {text-decoration: underline;}

.download .giveaway_date {
    color: #4b4b4b;
    font: 14px/27px "Roboto", Arial, sans-serif;
    margin-top: 10px;
}

.download .giveaway_descr {
	font: 300 18px/26px "Roboto", Arial, sans-serif;
	height: 102px;
	max-height: none;
	white-space: normal;
	margin-bottom: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.download .giveaway_counter {
	text-align: center;
	margin: 0 auto 25px;
}

a.proceed {
    color: #fff;
    background-color: #ffa200;
    font-size: 20px;
    width: 265px;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* Feedback block
-----------------------------------------------------------------------------*/
.feedback {
    position: relative;
    background-color: #f8fbfc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    margin-bottom: 35px;
}

.wrap_header {
    color: #303d45;
    background-color: #fff;
    font: 28px/36px "Roboto Slab", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    padding: 6px 10px 20px 50px;
}

.wrap_links, .feedback .bottom {
    background-color: #eef4f4;
    padding: 10px 18px 10px 52px;
    border-top: 1px solid #cfdce2;
    border-bottom: 1px solid #cfdce2;
}

.wrap_links a {
    text-decoration: none;
    font-size: 16px;
    color: #314046;
    display: inline-block;
    margin-right: 40px;
}

.wrap_links a:hover {text-decoration: underline;}
.wrap_links a.s_margin {margin-right: 10px;}
.wrap_links a.float_right {float: right; margin-right: 0;}

.awards_frame {
    padding-left: 23px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.feedback .wrap_rows {
    overflow: hidden;
}

.feedback .row {
    padding: 14px 25px 0 52px;
    margin: 0;
    min-height: 90px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.feedback .row:nth-child(even) {background-color: #f1f7f8;}

.feedback .row .wrap_count {
    float: left;
    width: 64px;
    text-align: center;
    margin-right: 55px;
}

.feedback .row .wrap_count div {
    color: #314046;
    font-size: 24px;
    margin-bottom: 4px;
}

.feedback .row .wrap_count a {
    background-color: #00b300;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    display: block;
}

.feedback .row .wrap_count a:hover {text-decoration: underline;}

.feedback .no_feedback {
    padding: 20px 50px;
    font-size: 16px;
    background-color: #EFEFEF;
    overflow: hidden;
}

.feedback .row p {
    color: #314046;
    font-size: 17px;
    line-height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 52px;
}

.feedback .row p a {color: inherit;}

.feedback .bottom a {text-decoration: none; font-size: 18px; margin-left:0;}
.feedback .bottom a:hover {text-decoration: underline;}

.feedback .bottom a.goto {
	color: rgba(49,64,70,.75);
    font-size: 16px;
    display: block;
    float: right;
}


/* Screenshots block
-----------------------------------------------------------------------------*/
.wrapper_screens {
    overflow: hidden;
    float: none;
    clear: both;
    overflow-x: auto;
    white-space: nowrap;
    margin-bottom: 25px;
    margin-left: 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wrapper_screens img {
    height: 202px;
    width: auto;
    border: 1px solid #b4bdc0;
    margin-right: 5px;
}


/* Featured block
-----------------------------------------------------------------------------*/
.featured {
    position: relative;
    width: 100%;
    overflow: hidden;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
    margin-bottom: 35px;
}

.featured h2 {
    color: #494949;
    padding: 18px 0 15px 50px;
    margin-bottom: 0;
    font: normal 28px "Roboto Slab", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    border-bottom: 1px solid #cfdce2;
}

.wrap_items {
    overflow: hidden;
    border-bottom: 1px solid #cfdce2;
}

.wrap_items .prog_item {
    width: 100%;
    overflow: hidden;
    float: left;
    padding: 22px 40px 28px 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.wrap_items .prog_item:nth-child(odd) {background-color: #f8fbfc;}
.wrap_items .prog_item:nth-child(even) {background-color: #f1f7f8;}

.wrap_items .prog_item .icon76 {
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
}

.wrap_items .link_wrap {overflow: hidden;}

.wrap_items .link_wrap a {
    color: #009ad7;
    text-decoration: none;
    font-size: 22px;
    font-weight: 300;
    font-family: "Roboto", Arial, sans-serif;
    margin-top: 6px;
    margin-bottom: 12px;
    display: inline-block;
}

.wrap_items .prog_item strong {
	float: none;
	clear: both;
	display: block;
}

.wrap_items .prog_item strong a {
	font-size: 16px;
	margin-bottom: 0;
}

.wrap_items .link_wrap a:hover {text-decoration: underline;}

.wrap_items .prog_item p {
	color: #494949;
	font-size: 17px;
	line-height: 25px;
	overflow: hidden;
	margin-bottom: 0;
}

.featured_adv {
    width: 50%;
    height: 224px;
    float: left;
}


/* Comments block
-----------------------------------------------------------------------------*/
.comments {
    position: relative;
    width: 100%;
    overflow: hidden;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.wrap_comments_nav {
	overflow: hidden;
	padding-left: 50px;
	border-bottom: 1px solid #cfdce2;
	height: 45px;
	padding-top: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

        white-space: nowrap;
}

.wrap_comments_nav a {
	padding: 12px 16px;
	font-size: 16px;
        
}

.wrap_comments_nav a.active {
	background-color: #f1f7f8;
	color: #494949;
}

.count {
	border-bottom: 1px solid #e9eaed;
	margin: 30px 0 0 50px;
	padding-bottom: 5px;
	font-size: 15px;
	font-weight: 600;
}

.comments h2 {
    color: #494949;
    padding: 20px 0 15px 50px;
    margin-bottom: 0;
    font: normal 28px "Roboto Slab", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

.cmnt {
    background-color: #fff;
    padding: 30px 20px 12px 78px;
    position: relative;
    text-align: left;
    font: 16px/25px "Roboto", Arial, sans-serif;
}
.cmnt img {
    max-width: 90vw;
}
#comments_container > .cmnt.is_top:nth-child(even) {
    background: #fffff5;
}
#comments_container > .cmnt.is_top:nth-child(odd) {
    background: #fffdea;
}

.cmnt:last-child {margin-bottom: 33px;}

.cmnt:nth-child(even) {background-color: #f8fbfc;}

.cmnt:before {
    content: '»';
    display: block;
    position: absolute;
    left: 53px;
    top: 20px;
    color: #494949;
    font: 28px "Roboto Slab", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

.cmnt:after {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    left: -28px;
    right:0;
    bottom: 0;
    border-bottom: 1px solid #cfdce2;
}
#comments_container > .cmnt.is_top:after {
    border-bottom-color: #ede9ca;
}

.cmnt > .cmnt {
    padding-left: 75px;
    padding-right: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-top: 1px solid #CFDCE2;
    margin-top: 14px;
    padding-bottom: 0;
}

.cmnt > .cmnt:before {
    left: 0;
}

.cmnt > .cmnt:before {left: 54px;}
.cmnt > .cmnt:after, .cmnt > .cmnt > .cmnt .cmnt_options .link_reply, .cmnt > .cmnt > .cmnt .separate {display: none;}
/*.cmnt > .cmnt:after, .cmnt > .cmnt .cmnt_options .link_reply, .cmnt > .cmnt .separate {display: none;}*/

.cmnt p {
    color: #000;
    margin-bottom: 10px;
}

.cmnt a {
    margin-bottom: 10px;
    display: inline-block;
}

.cmnt_options {
    overflow: hidden;
    margin-top: 24px;
    padding-top: 5px;
    color: #838c90;
    font: 15px "Roboto", Arial, sans-serif;
}

.cmnt_options.new {
    overflow: visible;
    min-height: 26px;
    position: relative;
    padding-right: 135px;
}

.cmnt_options .link_reply {
    padding-left: 24px;
    background: url(../images/svg/post_sprite.svg) no-repeat 0 -39px;
}

.cmnt .separate {padding: 0 5px;}

.cmnt_options .lft {float: left;}
.cmnt_options .rght {float: right;}

.cmnt_options.new .lft {float: none;}

.cmnt_options.new .rght {
    float: none;
    position: absolute;
    top: -4px;
    right: 0;
}
.cmnt_options .rght.no_vote a, .cmnt_options .rght.no_vote a:hover, .cmnt_options .rght.no_vote .blue,
.cmnt_options .nowrap.no_vote a, .cmnt_options .nowrap.no_vote a:hover, .cmnt_options .nowrap.no_vote .blue {
    color: inherit;
    cursor: default;
    text-decoration: none;
}

.cmnt_options.new .btn {
    line-height: 30px;
    padding: 0 18px;
    border: 1px solid #199bd5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.cmnt_options.new .btn.original {
    color: #fda129;
    border-color: #fda129;
}

.cmnt_options.new .btn:hover {
    background-color: #199bd5;
    color: #fff;
    text-decoration: none;
}

.cmnt_options.new .btn.original:hover {
    background-color: #fda129;
}

.cmnt_options.new .load {
    position: absolute;
    top: 4px;
    left: -32px;
}

.nowrap {
    white-space: nowrap;
    display: inline-block;
}

.wrap_last_comments {
    text-align: right;
    margin: 20px 0 0;
}

a.last_comments {
    cursor: pointer;
    margin-right: 25px;
    padding-left: 16px;
    background: url(../images/post_sprite.png) no-repeat 0 -135px;
}

a.last_comments:hover {
    background-position: 0 -155px;
}

.wrap_form {
    color: #494949;
    font: 16px/26px "Roboto", Arial, sans-serif;
    margin-top: 20px;
}

.wrap_form h2 {
    border-bottom: none;
    font-size: 24px;
}

.wrap_form > div {
    margin-left: 50px;
    padding-bottom: 20px;
    width: auto;
    /*overflow: hidden;*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.bottom_ab {
    margin: 30px 0 20px 50px;
}

.wrap_form .note {
    background-color: #fffad0;
    padding: 22px 40px 14px 82px;
    position: relative;
    font: 18px/26px "Roboto Slab", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    width: 100%;
    margin-bottom: 28px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wrap_form .note:before {
    content: '';
    display: block;
    width: 24px;
    height: 20px;
    position: absolute;
    top: 25px;
    left: 30px;
    background: url(../images/svg/post_sprite.svg) no-repeat 0 -21px;
}

.wrap_form form .top_wrap {
    float: left;
    margin-bottom: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.top_wrap.first {width: 48%; margin-right: 4%;}
.top_wrap.second {width: 48%;}

.wrap_form form input[type="text"],
.wrap_form form textarea {
    border: 1px solid #cfdce2;
    padding: 5px;
    height: 40px;
    width: 100%;
    display: block;
    margin-top: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wrap_form form input[type="text"].error,
.wrap_form form textarea.error {
    border-color: #d91746;
    color: #d91746;
}

form > div.gray {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 15px;
    margin-bottom: 12px;
}

.wrap_form form textarea {
    resize: none;
    height: 150px;
    margin-bottom: 20px;
}

.wrap_form input[type=submit],
.btn_add {
    cursor: pointer;
    color: #fff;
    background-color: #009ad6;
    font-size: 15px;
    padding: 12px 38px;
    border: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.btn_add {
	margin: 20px auto;
	display: block;
        padding-right: 0;
        padding-left: 0;
        width: 250px;
        text-align: center;
}
.btn_add:hover {
    color: #fff;
    text-decoration: none;
}

.form_reply > div {
	margin: 0;
	padding: 0;
}

.form_reply .note {display: none;}

.fb_wrap {
	padding-left: 40px;
	padding-top: 10px;
    margin-bottom: 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.comment_form_loading {
    display: none;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-left: 10px;
    background: url(../images/fancybox_loading.gif) center center no-repeat;
}
.cmnt_options .comment_form_loading {
    display: inline-block;
    margin-top: -5px;
}


.comments-replies-notice {
    margin: 0 0 15px 24px;
    line-height: 21px;
    display: none;
}
.form_reply .comments-replies-notice {
    display: block;
}


.cmt-actions {
    clear: both;
    padding-top: 10px;
}


.comment_translate {
    display: none;
}


/* Offers today
-----------------------------------------------------------------------------*/
.col2.offers {
    width: 100%;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.offers h2 {
    font: 400 30px "Roboto Slab", "Roboto", "Arial", sans-serif;
    color: #303d45;
    padding: 47px 0 15px;
    margin-bottom: 27px;
    border-bottom: 1px solid #303d45;
}

.offers h2 a {
	color: inherit;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.view_all {color: #009ad7;}

.offers h2 a:hover {
	color: #ffa200;
	text-decoration: none;
}

.offers h2 a:hover, .offers h2 a:hover .pink, h2 a:hover .green, .offers h2 a:hover .view_all {
	color: #ffa200;
	text-decoration: none;
}

.icon100 {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 20px;
}

.wrapper_offers {overflow: hidden;}

.wrapper_offers a {
    font: 300 22px "Roboto", Arial, sans-serif;
    position: relative;
    top: -4px;
}

.wrapper_offers div div {
    color: #303d45;
    font-size: 17px;
    line-height: 25px;
    margin-top: 2px;
    margin-left: 120px;
}

.wrapper_offers p:last-child {margin-bottom: 0;}

.wrapper_offers > div {
    overflow: hidden;
    padding-right: 30px;
}

.wrapper_offers .discount {
    margin-top: 18px;
    margin-bottom: 40px;
    padding: 20px 25px 18px;
    position: relative;
    background-color: #fffad0;
    color: #284146;
    font-size: 18px;
    overflow: visible;
}

.discount.super {background-color: #ffdfd0;}

.discount:before {
    content: '';
    display: block;
    width: 28px;
    height: 17px;
    background: url(../images/svg/sprite.svg) no-repeat -29px -416px;
    position: absolute;
    top: -16px;
    left: 100px;
}

.discount.super:before {background-position: 0 -416px;}



/* Pagination block
-----------------------------------------------------------------------------*/
.wrap_goto {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 20px 50px;
    border: 1px solid #f0f6f8;
    -moz-box-shadow: 0 -4px 3px -3px rgba(199, 222, 228, 0.6), 4px 0 3px -3px rgba(199, 222, 228, 0.6), 0 4px 3px -3px rgba(199, 222, 228, 0.6), -4px 0 3px -3px rgba(199, 222, 228, 0.6);
    -webkit-box-shadow: 0 -4px 3px -3px rgba(199, 222, 228, 0.6), 4px 0 3px -3px rgba(199, 222, 228, 0.6), 0 4px 3px -3px rgba(199, 222, 228, 0.6), -4px 0 3px -3px rgba(199, 222, 228, 0.6);
    box-shadow: 0 -4px 3px -3px rgba(199, 222, 228, 0.6), 4px 0 3px -3px rgba(199, 222, 228, 0.6), 0 4px 3px -3px rgba(199, 222, 228, 0.6), -4px 0 3px -3px rgba(199, 222, 228, 0.6);
}

.wrap_goto .link_prev, .wrap_goto .link_next {
    display: block;
    font: 300 22px "Roboto", Arial, sans-serif;
}

.wrap_goto .link_prev {float: left;}
.wrap_goto .link_next {float: right;}


/* Timer block
-----------------------------------------------------------------------------*/
.countdown-row {
    text-align: center;
}

.countdown-section {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
    position: relative;
}

.countdown-section + .countdown-section:before {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 20px;
    background: url(../images/sprite.png) -106px -28px no-repeat;
    left: -13px;
    top: 15px;
}

.countdown-amount {
    display: block;
}

.countdown-amount .diggit {
    display: inline-block;
    width: 35px;
    height: 50px;
    background: url(../images/sprite.png) 0 0 no-repeat;
    line-height: 50px;
    text-align: center;
}

.countdown-amount .diggit + .diggit {
    margin-left: 4px;
}

.countdown-period {
    font-size: 13px;
    line-height: 1;
    margin-top: 6px;
    color: #666;
    font-weight: 400;
    display: block;
}


/* Modal window
-----------------------------------------------------------------------------*/
.remodal-overlay {
    background: rgba(43, 46, 56, 0.3);
    position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    display: none;
}

.remodal-wrapper {
    padding: 10px 10px 0;
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
    content: "";
    display: inline-block;
    height: 100%;
    margin-left: -0.05em;
}

.remodal {
    -webkit-box-shadow: 0 2px 27px 0 rgba(0, 0, 0, 0.47);
    -moz-box-shadow: 0 2px 27px 0 rgba(0, 0, 0, 0.47);
    box-shadow: 0 2px 27px 0 rgba(0, 0, 0, 0.47);
    position: fixed;
    z-index: 5000000;
    top: 50%;
    left: 50%;
    margin-left: -202px;
    margin-top: -260px;
    padding: 0;
    outline: none;
    text-align: left;
    overflow: hidden;
    background-color: #fff;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#remodal-content {width: 404px;}

.remodal-close {
    background: url(../images/svg/form_sprite.svg) no-repeat 0 -72px;
    width: 16px;
    height: 16px;
    top: 17px;
    right: 15px;
    position: absolute;
    display: block;
    border: none;
}

.top_modal {
    background-color: #d2d2d2;
    padding: 20px 20px 20px 80px;
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.top_modal:before {
	content: '';
	display: block;
	width: 50px;
	height: 58px;
	position: absolute;
	left: 18px;
	top: 24px;
	background: url(../images/svg/form_sprite.svg) no-repeat 0 -274px;
}

.top_modal div {
    font: 18px Tahoma, Arial, sans-serif;
    color: #2e2e2e;
}

.top_modal h2 {
    margin: 0 0 10px;
    color: #2e2e2e;
    font: 25px Tahoma, Arial, sans-serif;
}

.popup_content {
    padding: 20px;
}

.popup_content label {
    color: #2e2e2e;
    font-size: 14px;
    font-family: Tahoma, Arial,sans-serif;
    position: relative;
    padding-left: 30px;
    margin-bottom: 8px;
    line-height: 23px;
    display: block;
}

.popup_content input[type=radio] {
    display: none;
}

.popup_content label:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 3px;
	background: url(../images/svg/form_sprite.svg) no-repeat 0 0;
}

.popup_content input[type=radio]:checked + label:before {background-position: -16px 0;}


.popup_content h3 {
    color: #2e2e2e;
    font: 100 18px Tahoma, Arial, sans-serif;
    margin-top: 25px;
    margin-bottom: 10px;
}

textarea.inp_txt {
    width: 100%;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    resize: none;
    border: 1px solid #dbdbdb;
    background-color: #f4f4f4;
    font-family: Verdana, sans-serif;
    font-size: 14px;
    padding: 9px 13px;
}

.remodal-confirm {
    background-color: #00b300;
    color: #fff;
    border: none;
    font: 18px Tahoma, Arial, sans-serif;
    margin: 30px auto 10px;
    padding: 14px 76px;
    cursor: pointer;
    display: block;
}

.popup_content p.error {
    font: 14px Tahoma, Arial, sans-serif;
    color: #870000;
    margin-bottom: 24px;
}

.inp_txt.error {
    border-color:  #D82E0F;
}

/* Activated page
-----------------------------------------------------------------------------*/
.activated,
.unsubscribe {
    width: 100%;
    padding: 20px 40px 20px 35px;
    margin-bottom: 10px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.activated .over {
    font-size: 18px;
    line-height: 26px;
    color: #494949;
}

.activated .giveaway_title h1 {
    margin-bottom: 30px;
    margin-top: 0;
}

.activated p {overflow: hidden;}

.unsubscribe p {
    margin-top: 1em;
    font-size: 26px;
    color: #314046;
    text-align: center;
}

.wrap_btns {text-align: center;}

.activated .link {
	padding: 8px 0 0;
	color: #fff;
	text-align: left;
	text-decoration: none;
	font: 20px "Roboto", Arial, sans-serif;
	display: inline-block;
	height: 40px;
	max-width: 110px;
	width: 31%;
	margin-right: 2.3%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.activated .link:before {
    content: '';
    padding: 8px 20px;
}

.activated .link.facebook:before {background: url(../images/modal_sprite.png) no-repeat 0 -138px;}
.activated .link.google:before {background: url(../images/modal_sprite.png) no-repeat -40px -138px;}
.activated .link.tweeter:before {background: url(../images/modal_sprite.png) no-repeat -80px -138px;}

.activated .link.facebook {background-color: #1D59A2;}
.activated .link.google {background-color: #F83129;}
.activated .link.tweeter {background-color: #2CA9E0;}

.activated .feedback {
	float: none;
	margin-top: 40px;
}
.activated .wrap_header {padding: 5px 10px 20px 0;}
.activated .wrap_links, .activated .feedback .bottom {padding-left: 20px;}
.activated .feedback .row {padding-left: 20px;}
.activated .feedback .row .wrap_count {
	margin-left: 0;
	margin-right: 40px;
}

/* Media
-----------------------------------------------------------------------------*/
@media (min-width: 1436px) {
   .prog_item.w50 {width: 50%;}
   .prog_item.w50:nth-child(3) {background-color: transparent;}
   .prog_item.w50:nth-child(4) {background-color: #f8fbfc;}
}

@media (max-width: 1436px) {
    .requirements {
	    width: 302px;
	    right: -323px;
    }

    .giveaway_day {
        width: 100%;
	    overflow: visible;
        height: auto;
        padding: 40px 40px 24px;
        border-bottom-width: 0;
        -moz-box-shadow: 0 -4px 3px -3px rgba(199, 222, 228, 0.6), 4px 0 3px -3px rgba(199, 222, 228, 0.6), 0 0 0 rgba(255, 255, 255, 0), -4px 0 3px -3px rgba(199, 222, 228, 0.6);
        -webkit-box-shadow: 0 -4px 3px -3px rgba(199, 222, 228, 0.6), 4px 0 3px -3px rgba(199, 222, 228, 0.6), 0 0 0 rgba(255, 255, 255, 0), -4px 0 3px -3px rgba(199, 222, 228, 0.6);
        box-shadow: 0 -4px 3px -3px rgba(199, 222, 228, 0.6), 4px 0 3px -3px rgba(199, 222, 228, 0.6), 0 0 0 rgba(255, 255, 255, 0), -4px 0 3px -3px rgba(199, 222, 228, 0.6);
    }

    .giveaway_descr {
	    margin-bottom: 32px;
	    height: auto;
        max-height: none;
	    display: block;
	    font-size: 22px;
	    line-height: 28px;
    }
    .past .download .giveaway_descr {
	    margin-bottom: 0;
	    height: 80px;
	    -webkit-line-clamp: 4;
	    font-size: 15px;
	    line-height: 20px;
    }
    .giveaway_wrap {padding: 0;}
    .giveaway_img {
	    margin-right: 40px;
	    text-align: left;
	    width: 160px;
    }
	.over {margin-left: 220px;}
    .activated .over {
	    margin-left: 0;
	    padding: 20px 10px;
    }
	.past .over {margin-left: 0;}
    .giveaway_label {
        right: -40px;
        width: 106px;
        height: 106px;
	    background-position: -205px 0;
    }
    .past .giveaway_label {
	    padding-top: 20px;
	    background-position: -125px -149px;
    }
	.download .giveaway_label {
		padding-top: 10px;
		background-position: -130px -81px;
		width: 62px;
		height: 62px;
		right: -12px;
	}
	.download .giveaway_label .old_price {
		font-size: 12px;
		line-height: 16px;
	}
	.download .giveaway_label .free {font-size: 10px;}
	.download .giveaway_label .free .big {font-size: 14px;}
	.download .giveaway_title {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		font-size: 18px;
		line-height: 24px;
	}
	.giveaway_label .old_price {
		font-size: 18px;
		line-height: 30px;
	}
	.giveaway_label .free {
		width: 65px;
		border-top-width: 1px;
		font-size: 16px;
		line-height: 1;
	}
	.giveaway_label .free .big {font-size: 22px;}
    .giveaway_title h1 {
	    margin-bottom: 15px;
	    font-size: 28px;
	    line-height: 38px;
	    margin-top: 2px;
    }
    .wrap_votes {margin-left: 0;}
    .top_ab, .wrapper_v {margin-left: 220px;}
    .small_ab {
	    position: absolute;
	    bottom: -80px;
	    right: 60px;
	    z-index: 5;
    }

    .prog_descr {
        margin-bottom: 0;
	    margin-left: 0;
	    width: 100%;
        padding: 0 0 20px 40px;
        border-top-width: 0;
        float: left;
	    font-size: 15px;
	    line-height: 25px;
    }
	.prog_descr h4 {margin-bottom: 12px;}
	.prog_descr h2 {
		font-size: 20px;
		line-height: 28px;
	}

    .center_ab {
	    width: 100%;
	    height: auto;
	    margin-bottom: 20px;
    }

    .prog_descr.show_all {height: auto;}
    .timer .left {
	    width: 480px;
	    padding: 16px 10px 24px 38px;
    }
    .join-competition .left {
        padding-top: 22px;
    }
    .timer .left:before {
	    border-top-width: 110px;
	    border-bottom-width: 110px;
    }
    .past .timer {
	    float: none;
        padding: 30px 40px;
	    margin-bottom: 20px;
    }
    .past .timer .left {
	    padding: 0;
	    width: auto;
	    float: none;
    }
	.past .timer p {
		margin: 0 auto;
		padding-bottom: 20px;
		width: 100%;
	}
	.past .small_ab {
		margin: 0;
		right: auto;
		left: 40px;
		bottom: -190px;
	}
	.past .timer .wrap_links {
		float: none;
		padding-bottom: 0;
	}
	.past .timer .download_btn {
		font-size: 22px;
		line-height: 24px;
		height: 67px;
		padding-top: 9px;
	}
	.past .timer .download_btn span {font-size: 15px;}
    .timer p {
	    float: none;
	    margin-right: 0;
    }
	.timer p span {font-size: 16px;}
    .timer a.btn {
        padding-left: 60px;
        background-position: 0 top;
    }
	.giveaway_counter {
		text-align: center;
		width: 385px;
	}
	.wrap_links a.terms {display: none;}
	.timer .wrap_links, .timer .wrap_links.with_license {
		margin-top: 72px;
		margin-right: 60px;
		padding-bottom: 20px;
	}
    .timer.join-competition .wrap_links:not(.license_limited) {
        margin-top: 37px;
    }

	.wrap_content {
		padding-top: 25px;
		padding-right: 40px;
	}

	.left_col {width: 610px;}
	.right_col {width: 302px;}

	.wrapper_screens {margin-left: 40px;}
	.wrapper_screens img {margin-right: 0;}

    .download {
	    height: auto;
	    padding: 25px 23px 25px 25px;
	    width: 302px;
	    right: -323px;
	    top: 0;
    }
	.download .lbl {display: none;}
	.download .left, .download .right {
		float: none;
		width: auto;
		margin-right: 0;
		padding-bottom: 25px;
	}
	.download .right {padding-bottom: 0;}
	.download .giveaway_img {
		width: 80px;
		margin-right: 20px;
	}
	.download .giveaway_counter {
		margin: 0 0 20px -8px;
		text-align: left;
		width: 280px;
	}
	.download a.proceed {width: 100%;}

    .requirements {
	    padding: 22px 28px 14px 28px;
        margin-bottom: 14px;
    }
    .past .requirements {top: 344px;}
    .requirements h3 {
	    font-size: 18px;
	    margin-bottom: 0;
    }
    .requirements p {
	    font-size: 15px;
	    line-height: 25px;
    }

	.offers h2 {
		font-size: 22px;
		margin-bottom: 20px;
		padding: 35px 0 12px;
	}
	.wrapper_offers > div {padding-right: 0;}
	.icon100 {
		width: 80px;
		height: 80px;
	}
	.wrapper_offers div div {
		margin-left: 100px;
		font-size: 15px;
		line-height: 22px;
		overflow: hidden;
	}
	.wrapper_offers .discount {
		margin-top: 28px;
		margin-bottom: 30px;
		font-size: 15px;
		padding: 18px 18px 15px;
	}
	.discount:before {left: 80px;}

    .feedback {margin-bottom: 14px;}

    .wrap_header {
        padding-left: 40px;
	    padding-bottom: 15px;
	    font-size: 24px;
	    line-height: 32px;
    }
    .wrap_links  { padding: 5px 22px 5px 40px;}
    .feedback .bottom {padding: 10px 20px 8px 40px;}
	.feedback .bottom a {font-size: 16px;}
	.wrap_links a {
		font-size: 14px;
		line-height: 27px;
	}
	.feedback .row {
		padding-left: 40px;
		padding-right: 22px;
		padding-top: 18px;
		min-height: 100px;
	}
	.feedback .row .wrap_count {
		width: 54px;
		margin-right: 25px;
	}
	.feedback .row .wrap_count div {font-size: 20px;}
	.feedback .row .wrap_count a, .feedback .bottom a.goto {font-size: 14px;}
	.feedback .row p {font-size: 15px;}

    .col1.featured {margin-bottom: 14px;}

    .featured h2 {
	    padding: 30px 0 18px 40px;
	    font-size: 24px;
    }

    .wrap_items .prog_item {padding-left: 40px;}
	.wrap_items .prog_item .icon76 {
		width: 80px;
		margin-right: 20px;
	}
	.wrap_items .link_wrap a {
		margin-top: 0;
		position: relative;
		top: -5px;
		font-size: 24px;
		margin-bottom: 2px;
	}
	.wrap_items .prog_item p {font-size: 15px;}

    .wrap_comments {margin-right: 0;}
    .comments {
        width: 100%;
        float: none;
	    clear: both;
        margin: 0 0 14px;
	    overflow: visible;
    }

    .wrap_comments_nav {padding-left: 40px;}
    .wrap_comments_nav {padding: 12px;}
    .ru .wrap_comments_nav a,
    .fr .wrap_comments_nav a {
        font-size: 14px;
        line-height: 24px;
    }

	.count {margin-left: 40px;}
    .comments h2 {
	    padding: 30px 0 18px 40px;
	    font-size: 24px;
    }
    .cmnt {
	    padding-left: 68px;
	    padding-right: 20px;
	    padding-bottom: 15px;
	    font-size: 15px;
	    line-height: 20px;
    }
	.cmnt:after {left: 0;}
    .cmnt:before {
	    top: 18px;
	    left: 44px;
    }
	.cmnt > .cmnt {
		margin-top: 18px;
		padding-left: 80px;
		padding-right: 20px;
		margin-right: -20px;
	}
    .cmnt > .cmnt:before {left: 56px;}
	.cmnt_options {margin-top: 20px; font-size:13px;}
	.cmnt_options .rght {
		float: left;
	}
	.lft { margin-right:10px;}
	.cmnt a {margin-bottom: 6px;}

	/*.wrap_form {margin-right: -364px;}*/
    .wrap_form h2 {
        padding-top: 40px;
        padding-bottom: 25px;
	    font-size: 20px;
    }

    .wrap_form > div {
        margin-left: 40px;
        margin-right: 0;
    }
    .bottom_ab {
        margin:  30px 0 20px 40px;
    }
	.form_reply > div, .form_reply {margin: 0;}
	.form_reply .top_wrap {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

    .wrap_form .note {
	    padding: 18px 38px 14px 60px;
	    margin-bottom: 26px;
	    font-size: 15px;
	    line-height: 20px;
    }
    .wrap_form .note:before {
	    top: 21px;
	    left: 18px;
    }
/*	.top_wrap.first {width: 28.3%;}
	.top_wrap.second {width: 30.6%;}*/

    .wrap_more {
        border-top: 1px solid #d1dbdf;
        overflow: hidden;
        width: 100%;
    }

    .wrap_goto {
        width: 100%;
        padding: 20px 40px;
	    margin-bottom: 0;
	    margin-top: 10px;
    }
	.wrap_goto .link_prev, .wrap_goto .link_next {font-size: 18px;}

    .activated {margin-bottom: 0;}

    .show_more a i {background-position: 14px -178px;}
}

@media (max-width: 1036px) {
    .giveaway_day {padding: 30px 30px 15px;}
    .giveaway_label {
	    right: -30px;
		bottom: -20px;
	    width: 75px;
	    height: 75px;
        padding-top: 12px;
        background-position: -130px 0;
    }
    .past .giveaway_label {
	    background-position: -235px -149px;
	    padding-top: 20px;
    }
	.download .giveaway_label {
		padding-top: 8px;
		background-position: -130px -81px;
	}
	.past .giveaway_label .free {
		font-size: 11px;
		padding-top: 4px;
	}
	.past .giveaway_label .old_price {
		font-size: 14px;
		line-height: 17px;
	}
	.giveaway_label .old_price {
		font-size: 15px;
		line-height: normal;
	}
	.giveaway_label .free {
		width: 45px;
		font-size: 11px;
		padding-top: 5px;
	}
	.giveaway_label .free .big {
		font-size: 15px;
	}
    .giveaway_img {
	    width: 110px;
	    margin-bottom: 35px;
    }
	.giveaway_img img {
		min-height: 0;
		width: 100%;
	}
	.over {
		overflow: visible;
		margin-left:160px;
	}
    .giveaway_title h1 {
	    margin-bottom: 10px;
	    font-size: 24px;
	    line-height: 32px;
	    margin-top: 10px;
    }
	.giveaway_descr {
		font-size: 20px;
	}
    .wrap_votes {
	    width: 100%;
	    margin-top: 40px;
    }
    .giveaway_day .wrap_count {
	    float: right;
	    margin-top: -6px;
	    padding: 6px 10px 4px;
    }
    .wrapper_v {
	    float: none;
	    clear: both;
	    margin-left: 0;
    }
	.top_ab {margin-left: 160px;}
	.small_ab {display: none;}

    .timer {
	    overflow: hidden;
	    text-align: center;
	    background-color: #d5f6c7;
		padding: 0 30px;
    }
    .timer .left {
	    float: none;
	    width: 100%;
	    padding: 20px 0 0;
    }
    .timer .left br:nth-child(2) {display: none;}
    .timer p {
	    font-size: 18px;
	    font-weight: bold;
	    width: auto;
	    white-space: normal;
    }
    .timer span {font-weight: normal;}
    .giveaway_counter {margin: 20px auto 26px;}
	.timer .left:before {display: none;}
	.timer .wrap_links, .timer .wrap_links.with_license {
		float: none;
		margin: 0 auto;
		border-top: none;
		width: 290px;
		padding-bottom: 10px;
	}
	.past .timer .wrap_links {
		margin: 0 auto;
		max-width: 100%;
	}
	.timer .download_btn {
		height: 70px;
		font-size: 22px;
        padding-top: 10px;
	}

    .join-competition .license_limited .download_btn {
        padding-top: 21px;
    }
    .competition-complete .join-competition .download_btn {
        padding-top: 10px;
    }

	.timer .download_btn span {
		font-size: 15px;
		margin-top: 0;
	}

	.past .timer {
		height: 350px;
		margin-bottom: 0;
		float: left;
		width: 50%;
	}
	.past .timer p {padding-bottom: 20px;}

	.download {
		height: 350px;
		padding: 30px;
		position: static;
		width: 50%;
		float: left;
	}
	.download .giveaway_img {
		width: 80px;
		margin-right: 30px;
	}
	.download .giveaway_title {
		font-size: 18px;
		line-height: 24px;
		font-weight: bold;
	}
    .past .download {float: left;}
	.past .download .giveaway_descr {
		margin-left: 0;
		font-size: 15px;
		line-height: 20px;
		height: 40px;
		-webkit-line-clamp: 2;
	}
	.download .left {padding-bottom: 10px;}
	.download .giveaway_counter {
		width: auto;
		margin: 0 auto 15px;
		text-align: center;
	}

	.wrap_content {
		overflow: hidden;
		padding: 20px 0;
	}

	.left_col, .right_col {
		float: none;
		width: 100%;
	}
	.right_col {
		height: auto !important;
		padding-top: 30px !important;
		padding-left: 30px;
		padding-right: 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.wrapper_screens {
		margin-left: 30px;
		margin-right: 30px;
	}

    .requirements {
	    position: static;
	    height: auto;
	    padding-left: 30px;
	    padding-right: 30px;
	    padding-bottom: 10px;
	    width: 100%;
    }

    .prog_descr {
	    float: none;
	    padding: 20px 30px;
	    height: auto;
    }
    .prog_descr ul, .prog_descr ol {
	    max-width: 76%;
	    margin-left: 44px;
    }

    .past .prog_descr {margin-top: 0;}

    .feedback {height: auto;}
    .wrap_header {
	    padding-left: 30px;
	    padding-top: 24px;
    }
    .wrap_links {
	    padding-left: 30px;
	    padding-top: 8px;
	    padding-bottom: 3px;
    }
    .wrap_links a.float_right {margin-right: 22px;}
    .feedback .wrap_rows {max-height:none}
    .feedback .row {padding: 20px 30px 0; min-height: 94px;}
    .feedback .row p {margin-bottom: 10px;}
    .feedback .bottom {padding: 10px 30px;}


    .wrap_items .prog_item {
        padding-right: 30px;
        padding-left: 30px;
    }

    .featured h2 {padding: 32px 30px 16px;}
    .wrap_items .prog_item {padding: 24px 30px;}
    .wrap_items .prog_item .icon76 {margin-right: 18px; margin-bottom: 5px;}
    .wrap_items .link_wrap a {margin-bottom: 6px;}


	.wrap_comments_nav {padding-left: 30px;}
	.count {margin-left: 30px;}
    .comments h2 {padding: 40px 30px 30px;}
    .cmnt {padding-left: 56px;}
    .cmnt:before {left: 32px;}
	.cmnt > .cmnt {padding-top: 20px;}
	.cmnt > .cmnt:before {top: 8px;}
	.fb_wrap {padding: 0 30px;}

    .wrap_form {margin-right: 16px;}
    .wrap_form > div {margin-left: 30px; padding-right: 0; padding-bottom: 20px; margin-right: 0;}
    .bottom_ab {
        margin:  30px 16px 20px 30px;
    }
	.form_reply > div {margin: 0;}
    .wrap_form .note:before {left: 20px;}
    .wrap_form .note {
	    padding-left: 60px;
	    padding-right: 20px;
	    padding-top: 15px;
    }
	/*.top_wrap.first {width: 47.7%;}*/
    .top_wrap.second {
	    /*width: 48%;*/
	    margin-right: 0;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;;
    }

	.offers > div {
		float: left;
		width: 50%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.offers > div:first-child {padding-right: 15px;}
	.offers > div:last-child {padding-left: 15px;}
	.icon100 {
		width: 60px;
		height: 60px;
		margin-right: 15px;
	}
	.wrapper_offers a {
		font-size: 18px;
		line-height: 30px;
	}
	.wrapper_offers div div {margin-left: 75px;}
	.wrapper_offers .discount {
		font-size: 13px;
		padding: 14px 18px 12px;

	}
	.discount:before {
		left: 60px;
	}

    .wrap_goto {padding: 20px;}
    .wrap_goto .link_prev, .wrap_goto .link_next {
        font-size: 20px;
        max-width: 50%;
    }

    .activated {padding: 10px;}
	.activated .link {
		padding-top: 10px;
		font-size: 18px;
	}
	.activated .link:before {padding: 10px 20px;}
}

@media (min-width: 720px) and (max-width: 1036px) {
	.wrap_votes {position: relative;}
	.giveaway_day .wrap_count {
		float: right;
		display: block;
		position: absolute;
		top: -6px;
		right: 0;
		margin-top: 0;
	}
}

@media (max-width: 720px) {
	.top_ab {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin-left: 0;
	}
    .giveaway_day {
        padding: 120px 10px 20px;
        min-height: 0;
	    -webkit-box-shadow: none;
	    -moz-box-shadow: none;
	    box-shadow: none;
    }
    .giveaway_day.need_pad {
        padding: 265px 10px 20px;
    }
    .giveaway_img {
        width: 90px;
        margin-right: 10px;
	    margin-bottom: 0;
    }
	.over {margin-left: 0;}
	.giveaway_label {display:none;}

    .giveaway_title h1 {
	    font-size: 18px;
	    line-height: 24px;
	    font-weight: bold;
	    margin-top: 0;
    }
	.wrapper_v {margin-left:auto}
    .activated .giveaway_title h1 {
	    font-size: 24px;
	    line-height: 32px;
		font-weight: 400;
	    margin-top: 20px;
	    margin-bottom: 20px;
    }
    .giveaway_title h1, .giveaway_descr {margin-bottom: 10px; margin-left:110px;}
    .activated .giveaway_title h1 {margin: 0 0 20px;}
    .giveaway_descr {

	    font-size: 15px;
	    line-height: 20px;
	    white-space: normal;
    }
    .second_btn {
        display: block;
        margin: 10px auto 20px;
        float: none;
        clear: both;
        width: 210px;
        height: 40px;
        text-align: center;
        color: #fff;
        background-color: #01be01;
        font-size: 18px;
        line-height: 40px;
        padding:0 10px;
        text-transform: uppercase;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    .old_price {text-decoration: line-through;}
    .competition-content .second_btn {
        width: 310px;
        font-size: 15px;
    }
    .past .second_btn {
	    background-color: #d8e2e6;
	    color: #314046;
	    cursor: default;
    }
    .past .second_btn:hover {text-decoration: none;}
    .past .second_btn span {
	    color: #314046;
	    text-decoration: none;
    }
	.past .second_btn:hover {color: #314046;}
    .second_btn .line-through {
	    color: #c8ffc8;
    }
    .second_btn span.big {
	    text-decoration: none;
	    color: #fff;
    }
    .second_btn:hover {color: #fff;}
    .wrap_votes {
        margin-top: 0;
        font-size: 16px;
	    text-align: center;
    }
    .wrap_votes span.text {
	    float: none;
	    margin-bottom: 20px;
	    margin-right: 0;
    }
	.wrap_votes span.wrap_count {
	    background-color: #009ad7;
	    width: 160px;
	    height: 33px;
	    text-align: center;
	    float: none;
		display: block;
	    margin: 20px auto 0;
	    overflow: hidden;
	    font-size: 15px;
	    padding-top: 8px;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
    }
    .wrap_count a {color: #fff;}
	.wrap_votes span.negative, .wrap_votes.positive {
		display: inline;
		float: none;
		padding-top: 6px;
		padding-bottom: 5px;
	}

    .timer {padding: 20px 10px;}
    .timer .left {padding: 0;}
    .timer p {
        font-size: 15px;
        line-height: 20px;
    }
	.timer p span {
		font-size: 13px;
		line-height: 18px;
	}
    .giveaway_counter {margin-bottom: 20px;}
	.timer .wrap_links, .timer .wrap_links.with_license {
		padding-bottom: 0;
		width: 100%;
		max-width: 270px;
	}
    .timer a.btn {
        overflow: hidden;
        height: auto;
        min-height: 38px;
    }

	.past .timer, .download, .past .download {
		height: auto;
		width: 100%;
		float: none;
	}
	.past .timer {padding: 20px;}
	.past .timer p {
		font-size: 13px;
		line-height: 24px;
		font-weight: 400;
	}
	.past .timer p b {
		font-size: 15px;
		line-height: 20px;
	}
	.past .timer .download_btn {font-size: 20px;}
	.past .timer .left br {display: block;}

	.download .giveaway_label {display: block;}
	.download .left {padding-bottom: 25px;}
	.download a.proceed {max-width: 265px;}

    .wrapper_screens {
	    margin-left: 10px;
	    margin-right: 10px;
	    margin-bottom: 20px;
    }
	.wrapper_screens img {height: 130px;}

    .requirements, .download {padding: 20px 10px;}
    .requirements h2 {
        font-size: 24px;
        line-height: normal;
        margin-bottom: 12px;
    }
    .download p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }
	.download .giveaway_title {margin-bottom: 10px;}

    .requirements h3, .prog_descr h3, .prog_descr h4 {
	    font-size: 16px;
	    font-weight: bold;
    }
    .requirements p, .requirements a {
	    font-size: 15px;
	    line-height: 22px;
    }

    .prog_descr, .prog_descr p:last-child {
	    font-size: 15px;
	    line-height: 22px;
    }
    .prog_descr {padding: 0 10px 20px;}
    .prog_descr h2 {font-size: 26px;}
    .prog_descr ul li, .prog_descr ol li {margin-bottom: 5px;}
    .prog_descr ul, .prog_descr ol {max-width: none; margin-left: 30px;}
    .prog_descr ol {margin-bottom: 10px;}
    .prog_descr p:last-child {margin-bottom: 0;}

    .wrap_header {padding: 10px;}
    .wrap_links {padding: 6px 10px 5px;}
    .wrap_header {
	    font-size: 18px;
	    line-height: 26px;
    }
    .feedback .row, .activated .feedback .row {padding: 10px;}
	.feedback .row p {
		font-size: 15px;
		line-height: 20px;
		height: auto;
		display: block;
		margin-bottom: 10px;
	}
    .feedback .bottom {
	    padding: 0;
	    overflow: hidden;
	    border-bottom: none;
    }
    .feedback .bottom a {
	    width: 100%;
	    float: none;
	    text-align: center;
	    display: block;
	    padding: 10px 0;
	    font-size: 18px;
	    border-bottom: 1px solid #cfdce2;
    }
    .wrap_links a {margin-right: 20px;}
    .wrap_links a.float_right {margin-right: 0;}
    .wrap_links .s_margin, .wrap_links .five_ideas {display: none;}
    .feedback .row .wrap_count, .activated .feedback .row .wrap_count {
	    width: 100%;
	    text-align: right;
	    float: none;
	    margin: 0;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
    }
	.feedback .row .wrap_count div {display: inline;}
	.feedback .row .wrap_count a {
		display: inline-block;
		width: 50px;
		text-align: center;
		position: relative;
		top: -3px;
		margin-left: 10px;
	}

	.featured h2 {
		font-size: 18px;
		padding: 10px;
	}
	.wrap_items .prog_item .icon76 {
		width: 60px;
		margin-right:10px;
	}
    .wrap_items .prog_item {padding: 10px;}
    .wrap_items .link_wrap a {
	    font-size: 18px;
	    font-weight: 400;
	    position: static;
    }
	.wrap_items .prog_item strong a {font-size: 15px;}
    .wrap_items .prog_item p {
	    margin-bottom: 0;
	    line-height: 20px;
		overflow: initial;
    }

	.wrap_comments_nav {
		padding-left: 10px;
		height: 34px;
	}
	.wrap_comments_nav a {
		padding: 7px 10px;
		font-size: 14px;
	}
    .wrap_comments_nav-nomobile {
        display: none;
    }
    .en .wrap_comments_nav-nomobile {
        display: inline;
    }
    
	.count {margin-left: 10px;}
    .comments h2 {
	    padding: 10px;
	    font-size: 18px;
	    border-bottom-width: 0;
    }
	.cmnt {
		padding: 10px 10px 0 30px;
		overflow: hidden;
		border-top: 1px solid #CFDCE2;
	}
	.cmnt:before {
		left: 10px;
		top: -2px;
	}
	.cmnt > .cmnt {
		margin-right: -10px;
		margin-left: -30px;
		margin-top: 0;
		padding: 10px 10px 0 50px;
		overflow: hidden;
	}
	.cmnt > .cmnt:before {
		top: -2px;
		left: 30px;
	}
	.cmnt_options .lft, .cmnt_options .rght {
		float: none;
		clear: both;
	}
	.cmnt .lft a.link_reply {
		position: absolute;
		font-size: 15px;
		border: 1px solid #009ad6;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		padding: 3px 10px 3px 32px;
		background: none;
	}
	.cmnt .lft a.link_reply:before {
		content: '';
		display: block;
		position: absolute;
		left: 8px;
		width: 20px;
		height: 15px;
		background: url(../images/svg/post_sprite.svg) no-repeat 0 -39px;
	}
	.cmnt .lft a.link_cancel {
		position: absolute;
		font-size: 15px;
		border: 1px solid #009ad6;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		padding: 3px 10px;
	}
    .cmnt_options.new .rght a {line-height: 20px;}
	.cmnt .separate, .cmnt .nbsp, .cmnt_options .rght span.blue,
	.cmnt_options .rght span.comment-rating {display: none;}
	.lft span {
		display: block;
		float: none;
		text-align: right;
		font-size: 12px;
		font-weight: bold;
		line-height: 15px;
	}
    .cmnt_options.new .lft span {
        display: inline-block;
        padding-bottom: 5px;
    }
    .cmnt_options.new .lft span.separate {display: none;}
    .cmnt .new .lft a {float: none;}
	.cmnt .lft a {
		float: right;
		font-size: 12px;
	}
    .cmnt_options.new .cmnt .lft a {float: none;}
    .cmnt_options.new .rght {
        padding: 0;
        text-align: center;
        left: 0;
        right: auto;
        top: 36px;
    }
	.cmnt_options .rght {
		padding-top: 20px;
		margin-left: 0;
		padding-bottom: 10px;
		text-align: right;
	}
    .cmnt_options.new .lft span.nowrap {
        display: block;
        text-align: right;
        padding-top: 0;
        white-space: normal;
    }
    .cmnt_options.new .lft span.nowrap span {padding-top: 0;}
	.cmnt_options .rght span {
		display: block;
		text-align: right;
		margin-bottom: 5px;
	}
	.cmnt_options .rght a, .new .comment-up, .new .comment-down {
		font-size: 15px;
		border: 1px solid #009ad6;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		padding: 2px 10px;
		background-position: 9px -40px;
	}
    .new .lft a.link_reply {
        left: 0;
        top: 36px;
    }
    .cmnt_options.new .lft {
        text-align: right;
        padding-left: 80px;
    }
    .cmnt_options.new .lft .votelinks > span:first-child {display: block;}
	.cmnt_options {
		position: relative;
		z-index: 5;
		overflow: visible;
	}
    .cmnt_options.new {padding-right: 0;}
	.cmnt_options:after {
		content: '';
		display: block;
		left: -30px;
		right: -27px;
		height: 78px;
		position: absolute;
		background-color: #f5f8f9;
		bottom: 0;
		z-index: -1;
	}
    .cmnt_options.new:after {height: 100%;}
	.cmnt:nth-child(even) .cmnt_options:after {background-color: #f0f5f7;}
	.cmnt > .cmnt .cmnt_options:after {left: -50px;}
	.cmnt:after {display: none;}
	.fb_wrap {padding: 0 2px;}

	.wrap_form {margin-right: 0;}
	.form_reply {
		margin-left: -30px;
		margin-right: -10px;
	}
	.wrap_form > div {
		margin: 10px;
		padding-bottom: 0;
	}
    .bottom_ab {
        margin:  30px 10px 20px 10px;
    }
    .wrap_form .note {
	    font-size: 15px;
	    margin-bottom: 10px;
	    padding: 10px 10px 10px 50px;
    }
	.wrap_form .note:before {
		left: 12px;
		top: 15px;
	}
	.wrap_form form .top_wrap {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.wrap_form input[type=submit] {
		display: block;
		margin: 0 auto;
	}

	.left_col {height: auto !important;}

	.right_col {
		overflow: hidden;
		padding: 0 10px !important;
	}
	.offers > div {
		width: 100%;
		float: none;
	}
	.offers > div:last-child {padding: 0;}
	.offers h2 {
		font-size: 18px;
		margin-bottom: 15px;
		padding: 20px 0 10px;
	}

	.wrap_content {padding-bottom: 0;}

	.wrap_goto {
		padding: 0;
		margin-top: 0;
		border-width: 0;
		-moz-box-shadow: 0 0 0 rgba(255,255,255,0), 4px 0 3px -3px rgba(199, 222, 228, 0.6), 0 0 0 rgba(255,255,255,0), -4px 0 3px -3px rgba(199, 222, 228, 0.6);
		-webkit-box-shadow: 0 0 0 rgba(255,255,255,0), 4px 0 3px -3px rgba(199, 222, 228, 0.6), 0 0 0 rgba(255,255,255,0), -4px 0 3px -3px rgba(199, 222, 228, 0.6);
		box-shadow: 0 0 0 rgba(255,255,255,0), 4px 0 3px -3px rgba(199, 222, 228, 0.6), 0 0 0 rgba(255,255,255,0), -4px 0 3px -3px rgba(199, 222, 228, 0.6);
	}
	.wrap_goto .link_prev, .wrap_goto .link_next {
		font-size: 16px;
		max-width: none;
		width: 100%;
		text-align: center;
		padding: 16px 0;
		font-weight: 400;
		border-top: 1px solid #e4eef2;
	}
	.footer {
		padding: 25px 0;
		text-align: center;
		margin-top: 0;
		-moz-box-shadow: 0 0 0 rgba(255,255,255,0), 4px 0 3px -3px rgba(199, 222, 228, 0.6), 0 0 0 rgba(255,255,255,0), -4px 0 3px -3px rgba(199, 222, 228, 0.6);
		-webkit-box-shadow: 0 0 0 rgba(255,255,255,0), 4px 0 3px -3px rgba(199, 222, 228, 0.6), 0 0 0 rgba(255,255,255,0), -4px 0 3px -3px rgba(199, 222, 228, 0.6);
		box-shadow: 0 0 0 rgba(255,255,255,0), 4px 0 3px -3px rgba(199, 222, 228, 0.6), 0 0 0 rgba(255,255,255,0), -4px 0 3px -3px rgba(199, 222, 228, 0.6);
	}

	.activated .over {
		font-size: 16px;
		line-height: 24px;
	}
	.activated .giveaway_title h1 {
		font-size: 20px;
		line-height: 26px;
	}

    .wrap_chip {
	    margin-top: 0;
	    -webkit-box-shadow: none;
	    -moz-box-shadow: none;
	    box-shadow: none;
    }
	.giveaway_counter {
		width: 300px;
	}
}

/* gleam competition */
.gleam-widget {
    float: left;
    padding-top: 10px;
    width: 100%;
}
@media screen and (min-width: 600px) {
    .gleam-widget {height: auto;}
}
@media screen and (max-width: 1036px) {
    .gleam-widget {
        float: none;
    }
}
.gleam-widget .prog_descr {
    float: none;
    width: auto;
}
.gleam-widget.complete {
    height: 570px;
    overflow-y: scroll;
    margin: 20px 0;
}
@media (max-width: 320px) {
    .gleam-widget .prog_descr {
        padding-left: 0;
    }
}
#gleam-widget .prog_descr > * {
    box-shadow: none !important;
}

/* Translation
-----------------------------------------------------------------------------*/
/* de translation */
.de .top_modal h2 {font-size: 20px;}
.de .top_modal div {font-size: 15px;}

@media (max-width: 420px) {
	.de .top_modal h2 {font-size: 18px; margin-bottom: 5px;}
	.de .top_modal div {font-size: 12px;}
}

/* el translation */
.el .giveaway_counter {white-space: nowrap;}

.el .countdown-period {
	max-width: 75px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.el .top_modal h2 {font-size: 20px;}
.el .top_modal div {font-size: 15px;}

@media (max-width: 420px) {
    .el .top_modal h2 {font-size: 16px; margin-bottom: 5px;}
    .el .top_modal div {font-size: 12px;}
}

/* fr translation */
.fr .top_modal h2 {font-size: 20px;}
.fr .top_modal div {font-size: 15px;}

@media (max-width: 420px) {
    .fr .top_modal h2 {font-size: 16px; margin-bottom: 10px;}
    .fr .top_modal div {font-size: 12px;}
}