@charset "utf-8";
@font-face {
	font-family: 'gotham_prolight';
	src: url('/templates/fonts/fonts_projects/gothaprolig-webfont.eot');
	src: url('/templates/fonts/fonts_projects/gothaprolig-webfont.eot?#iefix') format('embedded-opentype'), url('/templates/fonts/fonts_projects/gothaprolig-webfont.woff') format('woff'), url('/templates/fonts/fonts_projects/gothaprolig-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'gotham_promedium';
	src: url('/templates/fonts/fonts_projects/gothapromed-webfont.eot');
	src: url('/templates/fonts/fonts_projects/gothapromed-webfont.eot?#iefix') format('embedded-opentype'), url('/templates/fonts/fonts_projects/gothapromed-webfont.woff') format('woff'), url('/templates/fonts/fonts_projects/gothapromed-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'gotham_probold';
	src: url('/templates/fonts/fonts_projects/gothaprobol-webfont.eot');
	src: url('/templates/fonts/fonts_projects/gothaprobol-webfont.eot?#iefix') format('embedded-opentype'), url('/templates/fonts/fonts_projects/gothaprobol-webfont.woff') format('woff'), url('/templates/fonts/fonts_projects/gothaprobol-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'gotham_proregular';
	src: url('/templates/fonts/fonts_projects/gothaproreg-webfont.eot');
	src: url('/templates/fonts/fonts_projects/gothaproreg-webfont.eot?#iefix') format('embedded-opentype'), url('/templates/fonts/fonts_projects/gothaproreg-webfont.woff') format('woff'), url('/templates/fonts/fonts_projects/gothaproreg-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'gotham_problack';
	src: url('/templates/fonts/fonts_projects/gothaprobla-webfont.eot');
	src: url('/templates/fonts/fonts_projects/gothaprobla-webfont.eot?#iefix') format('embedded-opentype'), url('/templates/fonts/fonts_projects/gothaprobla-webfont.woff') format('woff'), url('/templates/fonts/fonts_projects/gothaprobla-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


/* общие стили для все страниц */

.html {
	font-size: 18px;
}

.wrap {
	height: 100%;
	width: 100%;
}

.wrap:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.el {
	display: inline-block;
	vertical-align: middle;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
}

.clearfix:after {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right
}


/* общие стили для все страниц END */



body {
	overflow-x: hidden;

}
.main{
	overflow: hidden;
}
h1,
h2,
h3 {
	font-weight: bold;
	color: #222222;
	text-transform: uppercase;
	font-family: 'gotham_promedium', sans-serif;
}

h2 {
	font-size: 1.6rem;
}

.overall {
	margin: 0 auto;
	position: relative;
}
.page__inner{
	color: #211c1e;
	font-family: 'gotham_prolight', sans-serif;
	margin-bottom: 0;
}

.header {
	position: absolute;
	top: 0;
	/* opacity: 0; */
	left: 0;
	right: 0;
	padding: 5px 0 10px;
	height: 100px;
	font-family: Arial, sans-serif;
	background: #fff;
	z-index: 1001;
	overflow: hidden;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
}

.title_page {
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	/* height: 335px; */
	padding: 15% 0 20%;
	background: url('/templates/img/img_projects/2can/bg_fallback.jpg') no-repeat top center #ffffff;
	background-attachment: fixed;
	position: relative;
	margin-top: -100px;
}

.title_page h1 {
	color: #ffffff;
	/* font-weight: bold; */
	font-size: 2rem;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
	display: inline-block;
	/*border-bottom: 2px solid #ffffff;*/
	width: 90%;
	margin-top: -8%;
}

.overall {
	max-width: 1000px;
	width: 100%;
}


/* видео */

.header__video-wrapp {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.orange_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(248, 160, 47, 0.7);
}

.header__video-box {
	text-align: center;
	margin: 0 -1000px;
	height: 100%;
}

.header__video {
	display: inline-block;
	vertical-align: bottom;
	/* height: 100%; */
	min-height: 768px;
	width: 100%;
}


/* блоки */

.block_top {
	background: url('/templates/img/img_projects/2can/bg_top.png')no-repeat center top transparent;
	margin-top: -19%;
	position: relative;
	padding-top: 20%;
	z-index: 1;
}


/* блок 1 */

.block1 {
	padding: 0 0 2%;
}

.block1 .right {
	width: 43%;
	text-align: center;
	margin-bottom: 5%;
}

.block1 .logo {
	margin: 0 auto 40px;
}

.block1 p {}

.block1 span {
	font-size: 0.9rem;
}

.block1 hr {
	border: 0;
	height: 1px;
	background-color: #909090;
	width: 100%;
	margin: 20px auto;
}

.block1 #showcase {
	padding: 2% 0;
	text-align: center;
}

.block1 #showcase figure {}

.block1 figure img {
	width: 100%;
	max-width: 45px;
}

.gallery figure {
	text-align: center;
	float: none;
	margin: 2%;
	height: 40px;
	display: inline-block;
	
}

.gallery {
	width: 100%;
	display: block;
	text-align: center;
}

.ipad {
	display: none;
}


/* блок 2 */

.block2 {
	padding: 10% 0;
}

.block2 .right {
	width: 50%;
	margin-bottom: 5%;
	color: #ffffff;
}

.block2 h2 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 2.7rem;
	margin-bottom: 10%;
}

.block2 ol {
	color: #ffffff;
	margin: 0;
	padding: 0;
	margin-left: 5%;
}

.block2 ol li {
	margin: 0;
	padding: 0;
	font-size: 1.3rem;
	margin: 4% 0;
}


/* блок 3 */

.block3 {
	padding: 5% 0 5%;
}

.block3 .left {
	width: 40%;
	margin-bottom: 5%;
	color: #ffffff;
}

.block3 h2 {
	text-transform: uppercase;
	font-size: 2.7rem;
	line-height: 3rem;
	font-weight: normal;
	/* margin: 3rem 0; */
}


/* блок 4 */

.block4 {
	padding: 10% 0 8%;
}

.block4 h3 {
	font-size: 1.3rem;
	color: #ffffff;
	text-align: center;
	font-weight: normal;
}

.block4 .text-top,
.block4 .text-bottom {
	color: #ffffff;
	width: 50%;
}

.block4 .text-top {
	float: left;
	margin: 2rem 0 2rem;
}

.block4 .text-bottom {
	float: right;
	width: 50%;
	margin-top: -6em;
}

#fade-it img {
	margin-top: -6%;
	margin-left: -15%;
}


/* блок 5 */

.block5 {
	padding: 2.8% 0 9.8%;
}

.block5 .overall> p {
	color: #ffffff;
	text-align: center;
	font-weight: normal;
	width: 60%;
	display: block;
	margin: 2.3% auto 2% !important;
}

.block5 .overall> p span {
	color: #f69a2f;
	font-weight: bold;
	display: inline-block;
	margin-top: 2%;
}

.manual {
	background: url('/templates/img/img_projects/2can/notebook_manual.png') no-repeat center top transparent;
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	padding: 4% 0 10%;
}


/* стили к пошаговой инструкции */

#wrapper_for_steps_and_video {
	position: relative;
}

#steps h1 {
	font-family: 'gotham_probold';
	font-size: 28px;
	text-align: left;
	margin-top: 11px;
	margin-bottom: 6px;
	text-transform: uppercase;
}

#steps td {
	vertical-align: top;
}

#wrapper_for_steps_and_video td {
	padding-bottom: 23px;
}

#wrapper_for_steps_and_video tr:last-child td {
	padding-bottom: 13px;
}

#wrapper_for_steps_and_video td:first-child {
	vertical-align: middle;
}

#steps .instructions p {
	font-size: 19px;
	font-family: 'gotham_proregular';
	color: #000000;
	line-height: 1.3;
}

#steps .instructions span {
	font-size: 19px;
	font-family: 'gotham_promedium';
	color: #000000;
	line-height: 1.3;
}

.number_step {
	font-size: 33px;
	font-family: 'gotham_probold';
}

h2 {
	font-size: 20px;
	font-family: 'gotham_probold';
	margin-bottom: 4px;
	color: #333333;
	margin: 16px 0 14px;
}

#steps h2 {
	font-size: 20px;
	font-family: 'gotham_probold';
	margin: 0;
	margin-bottom: 4px;
}

#steps table p {
	line-height: 1.2;
	font-size: 15px;
	color: #000000;
}

.video_td {
	position: absolute;
	top: 1px;
	left: 310px;
	width: 228px;
}

.video_td p {
	margin-top: 20px;
	font-size: 19px !important;
}

.video_td span,
.video_td span a {
	font-family: 'gotham_probold';
	font-size: 19px;
	color: #000000;
	text-decoration: none;
}

.mobTerm_new #slider_steps .slides {
	background: url("/templates/img/img_projects/2can/bg_steps2.jpg") no-repeat scroll 3px 40px rgba(0, 0, 0, 0);
	height: 550px;
	padding-left: 44px;
	padding-top: 227px;
	width: 220px;
	margin-top: 4px;
}

.mobTerm_new #slider_steps {
	margin-left: 0;
	margin-right: 32px;
}

.mobTerm_new #slider_steps .slides li img {
	position: relative;
	left: -1px;
}

.page_wrapper_small.mobTerm_new p,
.mobTerm_new .page_wrapper_small p {
	color: #999999;
	font-family: "gotham_prolight";
	font-size: 16px;
	line-height: 28px;
}

.mobTerm_new #steps h1 {
	font-family: 'gotham_probold';
	font-size: 28px;
	text-align: left;
	margin-top: 0;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.wrap_mobTerm_new {
	width: 850px;
	/* left: -35px; */
	padding-bottom: 20px;
	margin: 0 auto;
	position: relative;
	left: -4%;
}

.mobTerm_new .page_wrapper_small {
	width: 850px !important;
	left: 10px;
	padding-bottom: 20px;
}

.mobTerm_new #steps .instructions p {
	font-size: 16px;
	font-family: 'gotham_proregular';
	color: #000000;
	line-height: 25px;
}

.mobTerm_new #steps h2 {
	font-size: 18px;
	font-family: 'gotham_promedium';
	margin: 0;
	margin-bottom: 4px;
}

.mobTerm_new .number_of_step {
	margin-top: 5px;
	list-style-type: none;
}

.mobTerm_new .number_of_step p {
	line-height: 24px !important;
	font-size: 16px !important;
	color: #000000 !important;
	font-family: "gotham_proregular";
}

.mobTerm_new #wrapper_for_steps_and_video td:first-child {
	vertical-align: top;
	padding-top: 4px;
}

.mobTerm_new #wrapper_for_steps_and_video td {
	padding-bottom: 25px;
}

.mobTerm_new #wrapper_for_steps_and_video>table> tr:last-child> td {
	padding-bottom: 37px;
}

.mobTerm_new .video_td {
	position: absolute;
	top: 14px;
	left: 462px;
	width: 228px;
}

.mobTerm_new .video_td span,
.mobTerm_new .video_td span a {
	font-family: 'gotham_probold';
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	line-height: 24px;
	top: -3px;
	position: relative;
}

.mobTerm_new .video_td p {
	margin-top: 10px;
	font-size: 16px !important;
}

.mobTerm_new #slider_steps {
	position: relative;
	width: 231px;
	height: 550px;
	padding-bottom: 0px;
	overflow: hidden;
	margin-left: 37px;
}
.mobTerm_new #slider_steps .flex-control-nav.flex-control-paging{
	display:none;
}

.mobTerm_new .number_of_step li span {
	line-height: 37px;
	display: block;
	width: 49px;
	padding-top: 5px;
	height: 45px;
	text-align: center;
	margin-right: 10px;
	cursor: pointer;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}

.mobTerm_new .why h2 {
	margin: 12px 0 11px;
	font-family: "gotham_proregular";
	color: #333333;
	font-size: 18px;
}

.mobTerm_new .connect_link {
	color: #999999;
	font-family: 'gotham_proregular';
}

.mobTerm_new.grey.grey_small {
	padding: 55px 0 30px;
	margin-left: -85px;
}

.mobTerm_new .why_wrapper {
	width: 724px;
	margin: 0px 0 0px;
	padding: 30px 0px 0px 55px;
	background: url('/templates/img/img_projects/2can/bg_table_small.png') top center no-repeat;
}

.mobTerm_new .why tbody tr:first-child td img {
	margin-left: 0px;
	margin-top: -10px;
	margin-bottom: 10px;
}

.mobTerm_new .why tbody tr:first-child td:first-child img {
	margin-top: 0px;
	margin-left: 20px;
}

.mobTerm_new .white.white_small {
	padding: 55px 0 28px;
}

.mobTerm_new .compatible p span {
	color: #d3d3d3;
	font-family: 'gotham_probold';
	font-size: 16px !important;
	line-height: 24px;
	text-decoration: underline;
}

.mobTerm_new .compatible p span i {
	color: #333333;
}

.mobTerm_new #supported_platforms p {
	color: #666666;
	font-size: 14px !important;
	line-height: 24px;
}

.mobTerm_new .check_compatible a {
	padding: 0;
	width: 100%;
}

.mobTerm_new .check_compatible {
	padding: 0;
	width: 277px;
	height: 335px;
	border: 2px solid #ededed;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-image: none !important;
	position: relative;
	top: -8px;
	left: 55px;
}

.mobTerm_new #supported_platforms {
	margin: 45px 0 0px -5px;
	position: relative;
	left: 0px;
	width: 780px;
}

.mobTerm_new #supported_platforms tbody tr td {
	width: 200px;
	padding-left: 0px;
}

.mobTerm_new #supported_platforms tbody tr td:nth-child(2) {
	width: 200px;
	padding-left: 20px;
}

.mobTerm_new #supported_platforms tbody tr:first-child td:last-child {
	width: 277px;
}

.mobTerm_new .grey {
	background-image: none !important;
}

.mobTerm_new .why_2can {
	margin-left: 30px;
}

.mobTerm_new .why_2can h2 {
	font-size: 20px;
	font-family: 'gotham_promedium';
	color: #000000;
	line-height: 25px;
	margin-left: -50px;
}

.mobTerm_new .why_2can p {
	font-size: 14px;
	font-family: 'gotham_proregular';
	color: #000000;
	line-height: 24px;
	margin-bottom: 0;
}

.mobTerm_new .why_2can p.light {
	font-family: 'gotham_prolight';
	color: #666666;
}

.mobTerm_new .why_2can tbody tr th img {
	margin-left: -55px;
}

.mobTerm_new .stripe h1 {
	line-height: 40px;
	margin-top: -20px;
}

.mobTerm_new .stripe2 td {
	font-family: 'gotham_prolight';
}

.mobTerm_new .cashback_wrapper2 .cashback table th {
	font-family: 'gotham_probold';
}

.mobTerm_new .cashback_wrapper2 .cashback table tbody tr:nth-child(3) th {
	font-family: 'gotham_proregular';
	font-size: 16px;
	color: #333333;
}

.mobTerm_new .cashback {
	border: 3px solid #e1e1e1;
}

.mobTerm_new .cashback>table tbody tr th:first-child {
	padding-top: 10px;
	padding-bottom: 12px;
}

.mobTerm_new .small_comment {
	color: #000000 !important;
	display: block;
	font-size: 11px !important;
	line-height: 1.1;
	margin: 10px 0 -6px;
	font-family: 'gotham_prolight';
}

.mobTerm_new .stripe th {
	padding-bottom: 34px;
	padding-top: 10px;
}

.mobTerm_new .stripe > tbody> tr:first-child> th {
	padding-bottom: 41px;
}

.mobTerm_new .stripe td {
	padding: 18px 14px 17px;
}

.mobTerm_new.f3 {
	background-image: none !important;
}

.mobTerm_new .for_who h2 {
	font-family: 'gotham_promedium';
	margin-bottom: 0;
	font-size: 18px;
	line-height: 28px;
}

.wrap_mobTerm_new #steps {
	/* margin-left: -45px; */
	margin-top: 20px;
}

.mobTerm_new .white.white_small .page_wrapper_small {
	position: relative;
	left: -15px;
}

.mobTerm_new .for_who {
	position: relative;
	left: -40px;
}

.mobTerm_new #icons_table td {
	padding: 0 35px 0 10px;
	background-repeat: no-repeat;
	background-color: transparent;
}

.mobTerm_new #icons_table tbody tr:last-child td {
	vertica-align: top !important;
}

#icons_table {
	position: relative;
	left: 10px;
}

.icon_cell {
	width: 72px;
	text-align: center;
	padding: 0 !important;
	vertical-align: top !important;
}

.mobTerm_new .grey.grey_small2 {
	padding: 60px 0 4px;
}

.mobTerm_new .grey.grey_small2 .page_wrapper_small {
	left: 5px;
}

#slider_steps .slides >li {
	display: none;
	list-style-type: none;
}

.number_of_step li {
	opacity: 0.45;
	cursor: pointer;
}

.number_of_step li.active {
	opacity: 1;
}


/* конец стилей к пошаговой инструкции*/

.block_middle {
	background: url("/templates/img/img_projects/2can/bg_middle.jpg") repeat left top #312d2f;
	padding: 5% 0 0;
	margin-top: -5px;
}

#nav {
	margin-top: 0;
}

#smush-it6 {
	max-width: 500px;
	margin: -150px auto 50px;
	padding: 20px 0;
	width: 100%;
	text-align: center;
	display: block;
	z-index: 10000;
	position: relative;
}

.block_bottom {
	background: url("/templates/img/img_projects/2can/bg_bottom.jpg") no-repeat left top #f0f0f0;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}

.block6 {
	padding: 44% 0;
	text-indent: -9999px;
	height: 0;
}

.imgFiltr {
	display: none;
	width: 100%;
	max-width: 995px;
}

#smush-it6 span {
	display: none;
	font-size: 0.7rem;
	font-style: italic;
	margin-top: 5px;
}

.block7 {
	padding: 0 0 12%;
	position: relative;
}

.block7 .txt {
	width: 40%;
	margin: -3% auto 1.5%;
	text-align: center;
	color: #ffffff;
}

.block7 .txt strong {
	width: 40%;
	margin: -3% auto 1.5%;
	text-align: center;
	color: #ffffff;
	font-size: 1.2rem;
	font-family: 'gotham_promedium';
}


/* карусель */

#carousel {
	width: 100%;
	margin: 0 auto;
	max-width: 960px;
	height: 470px;
	position: relative;
	clear: both;
	/* overflow: hidden; */
}

#carousel img {
	visibility: hidden;
	/* hide images until carousel can handle them */
	cursor: pointer;
	/* otherwise it's not as obvious items can be clicked */
	-webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
}

.split-left {
	width: 450px;
	float: left;
}

.split-right {
	width: 400px;
	float: left;
	margin-left: 10px;
}

#callback-output {
	height: 250px;
	overflow: scroll;
}

textarea#newoptions {
	width: 430px;
}

.nav {
	margin: 20px auto;
	position: absolute;
	bottom: -50px;
	display: block;
	width: 140px;
	text-align: center;
	left: 50%;
	margin-left: -70px;
}

.block8 {
	position: relative;
	/* max-width: 960px; */
	width: 55%;
	margin: 0 auto;
	padding: 0 0 10%;
}

.block8 img {
	position: relative;
	display: block;
}

.block8 .clearfix {
	margin-top: 3%;
}

.block8 h2 {
	text-align: center;
	font-weight: 600;
	font-size: 2rem;
	text-transform: uppercase;
	margin-top: -40px;
}

.version1 {
	right: -30px;
	z-index: 2;
	width: 55%;
	float: left;
}

.version2 {
	right: 0;
	width: 40%;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.7);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.7);
	border: 0px solid #464646;
	float: left;
	margin-top: 7%;
}

.block9 {
	text-align: center;
	background-color: #f0f0f0;
	padding: 0% 0 7%;
}

.block9 p {
	font-size: 2.7rem;
	line-height: 3.2rem;
	margin: 1% auto;
	font-family: 'gotham_proregular';
	width: 90%;
}

.block9 .el {
	max-width: 960px;
	width: 90%;
	margin: 0 auto;
}

.order {
	display: inline-block;
	font-size: 3.3rem;
	color: #ffffff;
	text-decoration: none;
	margin-top: 5%;
	line-height: 3.3rem;
	padding: 3% 5%;
	background-color: #f6881f;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: 'gotham_proregular';
}

.block9 a.order:hover {
	background-color: #308586;
}

.steps_img{
	display:none;
}