html, body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #ffffff;
	line-height: 1.25;
	background: #454545;
	min-width: 320px;
}
body{
	overflow-y: scroll !important;
}
html, body, A, input, select, textarea{
	font-family: 'AvenirNextCyrRegular', Arial, Tahoma, Geneva, Kalimati, sans-serif;
}
A{
	text-decoration: none;
	color: #ffffff;
	transition: all 0.25s ease 0s;
	outline: none;
}
A:hover{
	text-decoration: underline;
}
*{ -webkit-tap-highlight-color: transparent; }
img, object, iframe, svg{ border: 0; vertical-align: top; }
svg path, svg circle, svg line{ transition: all 0.25s ease 0s; }
header, nav, menu, main, aside, address, section, article, footer, figure, figcaption{ display: block; }
form, figure, menu{ margin: 0; padding: 0; }
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="number"], select, textarea{
	height: 48px;
	margin: 0;
	padding: 0 20px;
	font-size: 16px;
	color: #242424;
	border: 1px solid #9ab2ed;
	border-radius: 4px;
	background: #ffffff;
	box-sizing: border-box;
	transition: border 0.25s ease 0s;
	outline: none;
}
input[type="text"]:hover, input[type="password"]:hover, input[type="email"]:hover, input[type="tel"]:hover, input[type="number"]:hover, select:hover, textarea:hover, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, select:focus, textarea:focus{
	border: 1px solid #5A7FC9;
}
select{
	padding: 0 16px;
}
textarea{
	height: 142px;
	padding: 12px 20px;
	resize: vertical;
}
.has-error input[type="text"], .has-error input[type="password"], .has-error input[type="email"], .has-error input[type="tel"], .has-error input[type="number"], .has-error select, .has-error textarea{
	border: 1px solid #C9675A !important;
}
::-webkit-input-placeholder{
	opacity: 1;
}
::-moz-placeholder{
	opacity: 1;
}
:-ms-input-placeholder{
	opacity: 1;
}
:-moz-placeholder{
	opacity: 1;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button{
	-webkit-appearance: none;
	margin: 0;
}
input[type="number"]{
	-moz-appearance: textfield;
}
input[type="submit"], input[type="reset"], input[type="button"]{ border: 0; }
input[type="image"], input[type="button"], input[type="submit"], label{ cursor: pointer; }
table{ width: 100%; border-collapse: collapse; border-spacing: 0; border: 0; }
input[type="checkbox"], input[type="radio"]{ height: auto; margin: 0 5px 0 0; padding: 0; position: relative; top: 2px; }
.clear, .hr{ clear: both; height: 0; font-size: 0; line-height: 0; overflow: hidden; }
.clearfix:before, .clearfix:after{ content: "."; display: block; height: 0; visibility: hidden; }
.clearfix:after{ clear: both; }
.flexible{ overflow: hidden; }
.text_center{ text-align: center !important; }
.nice_check, .nice_radio, div[role="radiogroup"] label input{
	display: none;
}
label{
	position: relative;
}
.nice_check + label:before, .nice_radio + label:before, div[role="radiogroup"] label:before{
	position: absolute;
	content: "";
}
.nice_check + label{
	padding: 0 0 0 30px;
}
.nice_check + label:before{
	top: 1px;
	left: 0;
	width: 18px;
	height: 18px;
	background: url("/images/checkbox.svg") left top no-repeat;
	background-size: cover !important;
}
.nice_radio + label, div[role="radiogroup"] label{
	padding: 0 0 0 30px;
}
.nice_radio + label:before, div[role="radiogroup"] label:before{
	top: 1px;
	left: 0;
	width: 18px;
	height: 18px;
	background: url("/images/radio.svg") left top no-repeat;
	background-size: cover !important;
}
.block_form_new div[role="radiogroup"] label:before{
	width: 20px;
	height: 20px;
	background: url("/images/checkbox_2.svg") left top no-repeat;
}
.nice_check:checked + label:before, .nice_radio:checked + label:before, div[role="radiogroup"] label.checked:before{
	background-position: left bottom !important;
}
@font-face{
	font-family: 'AvenirNextCyrRegular';
	src: local('AvenirNextCyr-Regular'), local('AvenirNextCyrRegular'),
		url('fonts/AvenirNextCyrRegular.woff2') format('woff2'),
		url('fonts/AvenirNextCyrRegular.woff') format('woff');
	font-weight: normal !important;
	font-style: normal !important;
	font-display: swap;
}
@font-face{
	font-family: 'AvenirNextCyrMedium';
	src: local('AvenirNextCyr-Medium'), local('AvenirNextCyrMedium'),
		url('fonts/AvenirNextCyrMedium.woff2') format('woff2'),
		url('fonts/AvenirNextCyrMedium.woff') format('woff');
	font-weight: normal !important;
	font-style: normal !important;
	font-display: swap;
}
@font-face{
	font-family: 'AvenirNextCyrBold';
	src: local('AvenirNextCyr-Bold'), local('AvenirNextCyrBold'),
		url('fonts/AvenirNextCyrBold.woff2') format('woff2'),
		url('fonts/AvenirNextCyrBold.woff') format('woff');
	font-weight: normal !important;
	font-style: normal !important;
	font-display: swap;
}

/* ----- all ----- */
.all{
	background: #5a7fc9;
	position: relative;
	z-index: 1;
}
.all.bg_white{
	background: #ffffff;
}
.op{
	opacity: 0 !important;
	transition: opacity 1s ease 0s;
}
.op.on{
	opacity: 1 !important;
}
.sl{
	transform: translateX(-40px) !important;
	opacity: 0 !important;
	transition: transform 0.75s ease-in-out 0s, opacity 0.75s ease-in-out 0s;
}
.sl.on{
	transform: translateX(0) !important;
	opacity: 1 !important;
}

/* ----- header ----- */
.header{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	color: #242424;
	background: #ffffff;
	min-width: 320px;
	z-index: 3;
}
.header.scroll{
	position: fixed;
}
.header a{
	color: #242424;
}
.header.scroll.bg{
	box-shadow: -1px 2px 13px rgba(0,0,0,.13);
}
.bg_white .header{
	box-shadow: 0 4px 10px rgba(163, 172, 194, 0.1);
}
.header_center{
	display: flex;
	max-width: 1340px;
	margin: 0 auto;
	padding: 30px 20px;
	transition: all 0.25s ease 0s;
}
.logo{
	text-decoration: none !important;
	font-size: 20px;
	font-family: 'AvenirNextCyrBold';
	white-space: nowrap;
	text-transform: uppercase;
}
div.logo{
	cursor: default;
}
.logo span{
	color: #5a7fc9;
}
.menu{
	margin: 0 0 0 auto;
}
.menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}
.menu li{
	display: inline-block; vertical-align: top;
	padding: 0 60px 0 0;
	font-size: 16px;
}
.menu li:first-child{
	display: none;
}
.menu li:last-child{
	padding-right: 0 !important;
}
.menu a{
	text-decoration: none !important;
	position: relative;
}
.menu a:before{
	position: absolute;
	bottom: -12px;
	left: 0;
	content: "";
	width: 0;
	height: 10px;
	border-bottom: 2px solid transparent;
	transition: all 0.25s ease 0s;
}
.menu a:hover:before, .menu .active a:before{
	width: 100%;
	border-bottom: 2px solid #242424;
}
.header_ebook{
	display: flex;
	align-items: center;
	margin: -10px 0;
	padding: 0 0 0 30px;
}
.header_ebook strong{
	font-family: 'AvenirNextCyrBold';
	font-weight: normal;
}

/* ----- footer ----- */
.footer{
	max-width: 1106px;
	padding: 30px 20px;
	margin: 0 auto;
	text-align: center;
	line-height: 1.5;
	position: relative;
	z-index: 2;
}
.footer span{
	margin: 0 6px;
}

/* ----- content ----- */
.content{
	padding: 80px 0 0 0;
	position: relative;
	z-index: 2;
}
.bg_white .content, .bg_white .content a{
	color: #242424;
}
.item_viewport.hidden{
	transform: translateY(100px);
	opacity: 0;
	transition: opacity 0.75s ease-out 0s, transform 0.75s ease-out 0s, background 0.25s ease 0s;
}
.item_viewport.visible{
	transform: translateY(0);
	opacity: 1;
}
.content_center{
	max-width: 1340px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}
.w_1223{
	max-width: 1223px;
	margin: 0 0 0 auto;
	padding: 0 50px 0 0;
	box-sizing: border-box;
}
.w_1106{
	max-width: 1106px;
	margin: 0 auto;
}
.w_1106 > h2{
	max-width: 600px;
}
.w_1106 > h2:last-child{
	margin: 0 0 58px 0;
}
.block_scale_business .w_1106 > h2{
	max-width: 100%;
}
.w_1106 > .txt{
	max-width: 500px;
	margin: 0 0 64px 0;
	line-height: 1.8;
}
.content h1{
	margin: 0 0 58px 0;
	font-family: 'AvenirNextCyrBold';
	font-size: 90px;
	font-weight: normal;
}
.content h2{
	margin: 0 0 16px 0;
	font-family: 'AvenirNextCyrBold';
	font-size: 70px;
	font-weight: normal;
}
.content h3{
	margin: 0 0 25px 0;
	font-family: 'AvenirNextCyrBold';
	font-size: 40px;
	line-height: 150%;
	font-weight: normal;
}
.block_scale_business{
	padding: 60px 0 100px 0;
	background: url("/images/bg.jpg") center center no-repeat;
	background-size: cover !important;
	position: relative;
}
.block_scale_business:before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background: #5a7fc9;
	opacity: 0.25;
	z-index: 0;
}
.block_scale_business .txt{
	max-width: 750px;
	margin: 0 0 50px 0;
	line-height: 1.8;
}
.block_scale_business .txt span{
	font-size: 20px;
}
.block_scale_business .txt + h2{
	margin: 0 0 50px 0;
}
.block_scale_business .ava_fb{
	width: 100%;
	max-width: 200px;
	margin: 20px auto 50px auto;
}
.block_scale_business .ava_fb img{
	width: 100%;
	border-radius: 50%;
}
.block_scale_business form{
	max-width: 750px;
}
.block_scale_business form .button{
	display: block;
}
.block_video_holder{
	max-width: 780px;
	margin: 0 auto;
	padding: 50px;
	text-align: center;
	background: rgba(0,0,0,.5);
}
.block_scale_business .block_video:not(:last-child){
	margin: 0 0 50px 0;
}
.button{
	display: inline-block; vertical-align: top;
	padding: 18px 60px;
	text-decoration: none !important;
	text-align: left;
	font-family: 'Roboto';
	font-size: 16px;
	color: #ffffff !important;
	line-height: 1.5;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 4px;
	background-color: #5a7fc9;
}
.button:hover{
	background-color: #7b99d4;
}
.button_red{
	background-color: #ed7b9d;
}
.button_red:hover{
	background-color: #ff9cb9;
}
.button_orange{
	background-color: #f78f74;
}
.button_orange:hover{
	background-color: #ffa784;
}
.button_border{
	padding: 16px 58px;
	color: #5a7fc9 !important;
	border: 2px solid #5a7fc9;
	background: #ffffff;
}
.button_border:hover{
	color: #ffffff !important;
	border-color: #7b99d4;
	background: #7b99d4;
}
.button_arrow{
	padding: 18px 90px 18px 60px;
	background-image: url("/images/arrow_right_white.svg");
	background-position: right 30px center;
	background-repeat: no-repeat;
	background-size: 37px 15px !important;
	position: relative;
}
.button strong{
	display: block;
	font-weight: 700;
}
.button span{
	font-weight: 300;
	text-transform: none;
}
.w100{
	display: block;
}
.block_white{
	margin: 0 0 70px 0;
	padding: 70px 0;
	color: #242424;
	background: #ffffff;
}
.block_white a{
	color: #5a7fc9;
}
.scroll_to{
	position: relative;
	top: -100px;
	height: 0;
}
.block_about:first-child{
	padding: 100px 0 0 0;
}
.block_about_inn{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.block_about_left{
	width: 35%;
}
.block_about_right{
	width: 60%;
	margin: 0 0 0 auto;
	line-height: 1.5;
}
.block_about_left img{
	width: 100%;
}
.block_about_right strong{
	font-family: 'AvenirNextCyrMedium';
	font-weight: normal;
}
.block_about_right a{
	font-family: 'AvenirNextCyrMedium';
}
.block_about_right ul{
	margin: 0 0 30px 0;
	padding: 0 0 0 50px;
}
.block_about_right li:not(:last-child){
	padding: 0 0 10px 0;
}
.block_services_inn{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -50px 0 0;
	list-style: none;
}
.block_services_inn .div{
	width: 33.33%;
	margin: 0 0 50px 0;
	padding: 0 70px 0 0;
	box-sizing: border-box;
	position: relative;
}
.block_services_inn .ico{
	display: block;
	width: 74px;
	height: 74px;
	margin: 0 0 15px 0;
	background-size: 74px 74px !important;
}
.ico_services_1{
	background: url("/images/ico_services_1.svg") left top no-repeat;
}
.ico_services_2{
	background: url("/images/ico_services_2.svg") left top no-repeat;
}
.ico_services_3{
	background: url("/images/ico_services_3.svg") left top no-repeat;
}
.block_services_inn .title{
	margin: 0 0 25px 0;
	font-family: 'AvenirNextCyrBold';
	font-size: 40px;
}
.block_services_inn .title a{
	text-decoration: none !important;
	font-family: 'AvenirNextCyrBold';
	color: #242424;
}
.block_services_inn .title_2{
	margin: 0 0 25px 0;
	font-family: 'AvenirNextCyrBold';
	font-size: 20px;
}
.block_services_inn .txt{
	margin: 0 0 26px 0;
	line-height: 1.5;
}
.a_read_more{
	display: inline-block; vertical-align: top;
	height: 15px;
	padding: 0 24px 0 0;
	text-decoration: none !important;
	font-size: 14px;
	color: #5A7FC9;
	line-height: 12px;
	background: url("/images/arrow_right.svg") right center no-repeat;
	background-size: 37px 15px !important;
	transition: all 0.25s ease-out 0s;
}
.a_read_more span{
	display: block;
	font-size: 0;
	transition: all 0.25s ease-out 0s;
}
.a_read_more:hover{
	padding: 0 45px 0 0;
}
.a_read_more:hover span{
	font-size: 14px;
}
.block_testimonials_inn{
	display: flex;
	align-items: flex-start;
	margin: 0 0 100px 0;
}
.block_testimonials_txt{
	width: 65%;
	padding: 0 50px 0 0;
	box-sizing: border-box;
}
.block_testimonials_txt:last-child{
	padding: 0 0 0 50px;
}
.block_testimonials_txt .txt{
	margin: 0 0 18px 0;
	padding: 58px 0 0 0;
	font-size: 20px;
	color: #777777;
	line-height: 150.26%;
	background: url("/images/ico_quote.svg") left top no-repeat;
	background-size: 65px 45px !important;
}
.block_testimonials_txt .txt strong{
	font-family: 'AvenirNextCyrMedium';
	font-weight: normal;
}
.block_testimonials_txt .title{
	max-width: 530px;
	font-family: 'AvenirNextCyrBold';
	font-size: 20px;
	line-height: 125%;
}
.block_testimonials_video{
	width: 35%;
}
.block_video{
	height: 0;
	padding-top: 56.25%;
	/*
	padding-top: 41.458%;
	*/
	position: relative;
}
.block_video_1152{
	padding-top: 62.5% !important;
}
.block_video iframe, .block_video video, .block_video_splash{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.block_video_splash{
	background: url("/images/button_play.svg") center center no-repeat;
	background-size: 120px 120px !important;
	cursor: pointer;
	z-index: 2;
}
.block_slider_slider{
	display: flex;
	margin: 0 0 62px 0;
	overflow: hidden;
}
.block_slider_slider .div{
	width: 33.33%;
	padding: 0 10px;
	text-align: center;
	box-sizing: border-box;
}
.block_slider_slider .div img{
	display: block;
	max-width: 320px;
	max-height: 502px;
	margin: 0 auto 30px auto;
}
.block_slider_slider .title{
	font-family: 'AvenirNextCyrBold';
	font-size: 20px;
	line-height: 25px;
}
.block_slider_arrows{
	text-align: center;
	box-sizing: border-box;
}
.block_white .block_slider_arrows{
	padding: 0 20px 40px 0;
}
.slick-arrow{
	display: inline-block !important;
	vertical-align: top !important;
	width: 37px !important;
	height: 20px !important;
	margin: 0 40px !important;
	font-size: 0 !important;
	background-size: 37px 15px !important;
	transform: translate(0, 0) !important;
	position: relative !important;
	top: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	z-index: 3 !important;
}
.slick-arrow:before{
	display: none !important;
}
.slick-arrow.slick-prev{
	background: url("/images/arrow_left_white.svg") 13px center no-repeat !important;
}
.slick-arrow.slick-next{
	background: url("/images/arrow_right_white.svg") right 13px center no-repeat !important;
}
.block_white .slick-arrow.slick-prev{
	background: url("/images/arrow_left.svg") 13px center no-repeat !important;
}
.block_white .slick-arrow.slick-next{
	background: url("/images/arrow_right.svg") right 13px center no-repeat !important;
}
.slick-arrow.slick-prev:hover{
	background-position: left center !important;
}
.slick-arrow.slick-next:hover{
	background-position: right 0 center !important;
}
.slick-arrow.slick-prev.slick-disabled{
	background-position: 13px center !important;
	opacity: 0.3;
}
.slick-arrow.slick-next.slick-disabled{
	background-position: right 13px center !important;
	opacity: 0.3;
}
.block_more_sales_inn{
	line-height: 1.5;
}
.block_more_sales_inn ul{
	margin: 0 0 30px 0;
	padding: 0 0 0 18px;
}
.block_more_sales_inn li:not(:last-child){
	padding: 0 0 10px 0;
}
.block_case_studies{
	margin: 0 0 65px 0;
}
.block_case_studies:first-child{
	padding: 100px 0 0 0;
}
.block_case_studies_inn{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -14px 65px -14px;
	position: relative;
	z-index: 10;
}
.block_case_studies_item{
	width: calc(33.333% - 28px);
	max-width: 444px;
	margin: 0 14px 28px 14px;
	color: #242424;
	background: #ffffff;
}
.block_case_studies_item .img{
	display: block;
	position: relative;
}
.block_case_studies_item .img:before{
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	width: 74px;
	height: 74px;
	background: url("/images/ico_zoom_in.svg") left top no-repeat;
	background-size: 74px 74px !important;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all 0.25s ease 0s;
	z-index: 2;
}
.block_case_studies_item .img:hover:before{
	opacity: 1;
}
.block_case_studies_item .img img{
	width: 100%;
}
.block_case_studies_item .description{
	padding: 24px 20px 7px 35px;
}
.block_case_studies_item .title{
	margin: 0 0 15px 0;
	font-family: 'AvenirNextCyrBold';
	font-size: 20px;
	line-height: 25px;
}
.block_case_studies_item ul{
	margin: 0;
	padding: 0 0 0 18px;
	list-style: none;
}
.block_case_studies_item li{
	padding: 0 0 30px 0;
	font-size: 16px;
	line-height: 1.4;
	position: relative;
}
.block_case_studies_item li:last-child{
	padding: 0 0 20px 0;
}
.block_case_studies_item li:before{
	position: absolute;
	top: 0;
	left: -18px;
	content: "\2022";
	color: #5A7FC9;
}
.block_case_studies_item li strong{
	font-family: 'AvenirNextCyrBold';
	font-weight: normal;
}
.block_case_studies_item li span{
	display: block;
	font-size: 14px;
}
.block_case_studies .button{
	margin: 20px 0;
}
.block_brands{
	padding: 50px 0 10px 0;
	background: #454545;
}
.block_brands h2{
	max-width: 700px;
	margin: 0 0 50px 0;
}
.block_brands_inn{
	display: flex;
	flex-wrap: wrap;
	/*justify-content: center;*/
	align-items: center;
}
.block_brands_inn .div{
	width: 16.666%;
	margin: 0 0 40px 0;
	padding: 0 20px;
	text-align: center;
	box-sizing: border-box;
}
.block_brands_inn .div img{
	max-width: 100%;
	max-height: 60px;
}
.block_brands .button{
	margin: 20px 0 50px 0;
}
.block_ready_to_talk{
	padding: 50px 0;
	color: #242424;
	background: #ffffff;
}
.block_ready_to_talk_inn{
	display: flex;
	align-items: flex-start;
}
.block_ready_to_talk_left{
	width: 50%;
	padding: 0 50px 0 0;
	box-sizing: border-box;
}
.block_ready_to_talk_right{
	width: 50%;
}
.block_ready_to_talk_left h2{
	max-width: 600px;
}
.block_ready_to_talk_left .txt{
	max-width: 500px;
	margin: 0 0 50px 0;
	line-height: 1.8;
}
.block_ready_to_talk_right img{
	width: 100%;
}

/* ----- inner_form ----- */
.block_form{
	padding: 50px 0;
}
.block_form form{
	width: 62%;
}
.block_title_ava{
	display: flex;
}
.block_title_ava .ava{
	width: 20%;
	margin: 0 0 64px 0;
	padding: 0 50px 0 0;
	text-align: center;
	box-sizing: border-box;
}
.block_title_ava .ava img{
	width: 100%;
	max-width: 170px;
	border-radius: 50%;
}
.block_title_ava .title{
	width: 80%;
	margin: 0 0 64px 0;
}
.form-group{
	margin: 0 0 46px 0;
	position: relative;
}
.form-group .control-label{
	display: block;
	margin: 0 0 10px 0;
	font-family: 'AvenirNextCyrBold';
}
.form-group [type="text"], .form-group textarea, .form-group select{
	width: 100%;
}
.form-group select{
	background: #ffffff url("/images/select.svg") right 20px center no-repeat;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
}
.form-group div[role="radiogroup"]{
	margin: -10px 0 0 0;
}
.form-group div[role="radiogroup"] label{
	display: inline-block; vertical-align: top;
	margin: 10px 30px 0 0;
	white-space: nowrap;
}
.form-group .help-block{
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	padding: 5px 0 0 0;
	text-align: right;
	color: #C9675A;
}
.block_form .button{
	width: 100%;
	box-sizing: border-box;
}

/* ----- inner_form ----- */
.block_form_new form{
	max-width: 800px;
	font-size: 20px;
}
.block_form_new .form-group{
	margin: 0 0 36px 0;
}
.block_form_new .help-block{
	font-size: 16px;
}
.block_form_new label.control-label{
	margin: 0 0 20px 0;
}
.block_form_new label.control-label:before{
	margin: 0 10px 0 0;
	font-family: 'AvenirNextCyrRegular';
}
.number_1:before{
	content: "1";
}
.number_2:before{
	content: "2";
}
.number_3:before{
	content: "3";
}
.number_4:before{
	content: "4";
}
.number_5:before{
	content: "5";
}
.number_6:before{
	content: "6";
}
.number_7:before{
	content: "7";
}
.number_8:before{
	content: "8";
}
.number_9:before{
	content: "9";
}
.number_10:before{
	content: "10";
}
.block_form_new .button{
	width: 100%;
	box-sizing: border-box;
}

/* ----- inner_schedule ----- */
.block_schedule{
	padding: 50px 0;
}
.block_schedule_inn iframe{
	height: auto !important;
	min-height: 800px !important;
}

/* ----- inner_schedule_new ----- */
.bg_blue{
	padding: 60px 0 0 0;
	background: #5a7fc9;
}
.block_schedule{
	padding: 50px 0;
}
.block_schedule_inn iframe{
	height: auto !important;
	min-height: 800px !important;
}

/* ----- inner_thank_you ----- */
.block_thank_you{
	padding: 50px 0;
}
.block_thank_you_inn .txt{
	margin: 0 0 50px 0;
	font-family: 'AvenirNextCyrBold';
	line-height: 1.5;
}
.block_thank_you_inn .button:not(:last-child){
	margin: 0 0 50px 0;
}
.block_thank_you_inn .txt_2{
	line-height: 1.5;
}
.block_thank_you_inn .txt_2 strong{
	font-family: 'AvenirNextCyrMedium';
	font-weight: normal;
}

/* ----- inner_thank_you_new ----- */
.block_thank_you_new{
	background: url("/images/bg_white.jpg") left bottom no-repeat;
}
.block_page_title{
	display: flex;
	align-items: flex-start;
	margin: 0 0 80px 0;
	padding: 80px 0 0 0;
}
.block_page_title .img{
	width: 120px;
	min-width: 120px;
	margin: 0 56px 0 0;
	position: relative;
}
.block_page_title .img img{
	width: 100%;
	border-radius: 50%;
}
.block_page_title .img .o{
	position: relative;
	z-index: 1;
}
.block_page_title .img .o_hover{
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.25s ease 0s;
	opacity: 0;
	z-index: 2;
}
.block_page_title .img .o_hover.hover{
	opacity: 1;
}
.block_page_title_inn{
	max-width: 740px;
	margin: -10px 0 0 0;
	padding: 24px 80px 28px 58px;
	border: 1px solid #bdbdbd;
	border-radius: 4px;
	background: #ffffff;
	box-sizing: border-box;
	position: relative;
}
.block_page_title_inn:before, .block_page_title_inn:after{
	position: absolute;
	top: 55px;
	right: calc(100% + 1px);
	content: "";
	border: 14px solid transparent;
	border-right: 14px solid #bdbdbd;
}
.block_page_title_inn:after{
	right: 100%;
	border-right: 14px solid white;
}
.block_page_title_inn h2{
	margin: 0 0 14px 0;
	font-size: 40px !important;
	line-height: 1;
}
.block_page_title_inn .txt{
	font-family: 'AvenirNextCyrBold';
	font-size: 20px;
	line-height: 1.5;
	position: relative;
}
.block_page_title_inn .txt:after{
	position: absolute;
	top: calc(100% - 25px);
	left: calc(100% + 55px);
	content: "";
	width: 125px;
	height: 108px;
	background: url("/images/title_arrow.svg") left top no-repeat;
}
.block_page_title_inn .txt:only-child{
	margin: 16px 0 12px 0;
}
.block_thank_you_new_inn{
	margin: 0 0 450px 0;
	text-align: center;
}
.block_thank_you_new_inn .button{
	margin: 0 20px 20px 20px;
}

/* ----- inner_privacy_policy ----- */
.block_privacy_policy{
	padding: 50px 0;
}
.block_privacy_policy_inn{
	line-height: 1.5;
}
.block_privacy_policy_inn .title{
	margin: 0 0 15px 0;
	font-family: 'AvenirNextCyrBold';
	font-size: 24px;
}
.block_privacy_policy_inn .title_2{
	margin: 0 0 15px 0;
	font-family: 'AvenirNextCyrBold';
	font-size: 20px;
}
.block_privacy_policy_inn strong{
	font-family: 'AvenirNextCyrBold';
	font-weight: normal;
}
.block_privacy_policy_inn ul{
	margin: 0 0 20px 0;
	padding: 0 0 0 50px;
}
.block_privacy_policy_inn li{
	padding: 0 0 10px 0;
}

/* ----- inner_ebook_2 ----- */
.block_services_inn .ava{
	width: 74px;
	height: 74px;
	margin: 0 0 15px 0;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}
.block_services_inn .ava img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 120%;
	max-height: 120%;
}

/* ----- inner_ebook_new ----- */
.block_build_killer{
	display: flex;
	align-items: flex-start;
	max-width: 1240px;
	margin: 0 auto;
	padding: 80px 0;
}
.block_build_killer_left{
	width: 47.634%;
}
.block_build_killer_right{
	width: 52.366%;
}
.block_build_killer_left .img{
	width: 100%;
	max-width: 547px;
	margin: -15px 0 0 0;
}
.block_build_killer_title{
	display: flex;
	align-items: center;
	margin: 0 0 60px 0;
}
.block_build_killer_title .img{
	width: 120px;
	min-width: 120px;
	margin: 0 28px 0 0;
}
.block_build_killer_title img{
	width: 100%;
	border-radius: 50%;
}
.block_build_killer_title .title{
	width: 100%;
}
.block_build_killer_title h2{
	margin: 0 0 12px 0;
	font-size: 40px !important;
	color: #5a7fc9;
}
.block_build_killer .txt{
	margin: 0 0 20px 0;
	font-size: 20px;
}
.block_build_killer h1{
	max-width: 520px;
	margin: 0 0 16px 0;
	font-size: 40px !important;
}
.block_build_killer .txt_2{
	margin: 0 0 40px 0;
	font-size: 20px;
}
.block_crash_course{
	display: flex;
	align-items: flex-start;
	max-width: 1240px;
	margin: 0 auto 100px auto;
}
.block_crash_course_left{
	width: 50%;
	padding: 0 50px 0 0;
	box-sizing: border-box;
}
.block_crash_course_right{
	width: 50%;
	padding: 50px;
	color: #ffffff;
	background: #5a7fc9;
	box-sizing: border-box;
}
.block_crash_course_left h2{
	margin: 0 0 30px 0;
	font-size: 40px !important;
}
.block_crash_course_left .txt{
	max-width: 526px;
	margin: 0 0 80px 0;
	font-size: 20px;
	line-height: 1.6;
}
.block_crash_course_left .title{
	margin: 0 0 20px 0;
	font-family: 'AvenirNextCyrBold';
	font-size: 20px;
}
.block_crash_course_left .ul_bullet{
	margin: 0;
	padding: 0;
	list-style: none;
}
.block_crash_course_left .ul_bullet li{
	padding: 0 0 0 40px;
	font-size: 20px;
	line-height: 1.6;
	background: url("/images/bullet.svg") left 6px no-repeat;
	background-size: 20px 20px !important;
}
.block_crash_course_left .ul_bullet li:not(:last-child){
	margin: 0 0 20px 0;
}
.block_crash_course_right .img{
	width: 100%;
	max-width: 590px;
}
.block_crash_course_right .title{
	margin: 0 0 36px 0;
	font-family: 'AvenirNextCyrBold';
	font-size: 20px;
}
.block_crash_course_right .button{
	display: block;
}
.block_discover{
	max-width: 1240px;
	margin: 0 auto 100px auto;
}
.block_discover h2{
	margin: 0 0 68px 0;
	text-align: center;
	font-size: 40px !important;
}
.block_discover_item{
	display: flex;
	align-items: center;
	max-width: 1080px;
	margin: 0 auto 40px auto;
	font-size: 20px;
	line-height: 1.6;
}
.block_discover_item .ss_col:nth-child(1){
	width: 52%;
	text-align: right;
	font-family: 'AvenirNextCyrBold';
}
.block_discover_item .ss_col:nth-child(2){
	padding: 0 40px;
}
.block_discover_item .ss_col:nth-child(3){
	width: 48%;
}
.block_discover_item .bullet{
	width: 40px;
	height: 46px;
	background: url("/images/bullet_2.svg") center center no-repeat;
	background-size: 40px 46px !important;
}
.block_discover .info{
	text-align: center;
	font-family: 'AvenirNextCyrBold';
	font-size: 32px;
}
.block_case_studies_new{
	margin: 0 0 70px 0;
}
.block_case_studies_new h2{
	margin: 0 0 28px 0;
	text-align: center;
	font-size: 40px !important;
}
.block_case_studies_new .txt{
	margin: 0 0 80px 0;
	text-align: center;
	font-size: 20px;
}
.block_case_studies_inn_new{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 0 -30px;
}
.block_case_studies_item_new{
	width: calc(33.33% - 30px*2);
	margin: 0 30px 30px 30px;
	padding: 20px;
	color: #ffffff;
	border-radius: 4px;
	background: #5a7fc9;
	box-sizing: border-box;
}
.block_case_studies_item_new .img{
	display: block;
	margin: 0 0 20px 0;
	position: relative;
}
.block_case_studies_item_new .img:before{
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	width: 40px;
	height: 40px;
	background: url("/images/ico_zoom_in_2.svg") left top no-repeat;
	background-size: 40px 40px !important;
	transform: translate(-50%, -50%);
	opacity: .5;
	transition: all 0.25s ease 0s;
	z-index: 2;
}
.block_case_studies_item_new .img:hover:before{
	opacity: 1;
}
.block_case_studies_item_new .img img{
	width: 100%;
	border-radius: 3px;
}
.block_case_studies_item_new .title{
	font-family: 'AvenirNextCyrBold';
	font-size: 20px;
	line-height: 25px;
}
.block_get_free_copy{
	padding: 72px 20px 58px 20px;
	color: #ffffff;
	background: #5a7fc9;
}
.block_get_free_copy_center{
	max-width: 1240px;
	margin: 0 auto;
}
.block_get_free_copy h2{
	max-width: 52.016%;
	margin: 0 0 40px auto;
	font-size: 40px !important;
}
.block_get_free_copy_inn{
	display: flex;
	align-items: flex-start;
	padding: 50px 60px 50px 20px;
	background: #ffffff;
}
.block_get_free_copy_inn .img{
	width: 49.5%;
	padding: 0 20px 0 0;
	box-sizing: border-box;
}
.block_get_free_copy_inn .form{
	width: 50.5%;
}
.block_get_free_copy_inn .img img{
	width: 100%;
	max-width: 455px;
	margin: -170px 0 0 0;
}
.block_get_free_copy_inn .button{
	display: block;
}

/* ----- inner_ebook_new_2 ----- */
.block_ebook_video{
	padding: 0 0 80px 0;
	position: relative;
}
.block_ebook_video:before{
	position: absolute;
	top: 35%;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background: #5a7fc9;
	z-index: -1;
}
.block_video_description{
	display: flex;
	justify-content: space-between;
	padding: 20px 0 0 0;
	color: #ffffff;
}
.block_video_description_left{
	padding: 0 20px 0 0;
}
.block_video_description h2{
	margin: 0 0 5px 0;
	font-size: 40px !important;
}
.block_video_description .button{
	white-space: nowrap;
}
.block_they_worked{
	padding: 80px 0;
	background: #ffffff;
}
.block_they_worked h2{
	margin: 0 0 70px 0;
	font-size: 40px !important;
}
.block_they_worked_slider{
	max-width: 1280px;
	margin: 0 auto 48px auto;
}
.block_they_worked_item{
	max-width: 562px;
	margin: 0 auto;
	padding: 20px;
	color: #ffffff;
	background: #5a7fc9;
	box-sizing: border-box;
}
.block_they_worked_item .block_video{
	margin: 0 0 40px 0;
}
.block_they_worked_item .title{
	font-family: 'AvenirNextCyrBold';
	font-size: 20px;
	line-height: 1.2;
}
.block_they_worked_item .title span{
	display: block;
}
.block_they_worked .slick-arrow.slick-prev{
	background: url("/images/arrow_left.svg") 13px center no-repeat !important;
}
.block_they_worked .slick-arrow.slick-next{
	background: url("/images/arrow_right.svg") right 13px center no-repeat !important;
}
.block_call_here{
	color: #ffffff;
	background: #5a7fc9;
	position: relative;
}
.block_call_here .img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(50% - 670px);
	width: 570px;
	background: url("/images/img_3.jpg") center center no-repeat;
	background-size: cover !important;
}
.block_call_here_inn{
	max-width: 555px;
	margin: 0 0 0 auto;
	padding: 130px 0;
}
.block_call_here_inn h2{
	margin: 0 0 5px 0;
	font-size: 40px !important;
}
.block_call_here_inn .txt{
	margin: 0 0 60px 0;
}

/* ----- 404 ----- */
.block_404{
	padding: 50px 0;
}
.block_404_inn .txt{
	margin: 0 0 50px 0;
	line-height: 1.5;
}
.block_404_inn .txt strong{
	font-family: 'AvenirNextCyrBold';
	font-weight: normal;
}

/* ----- 404_new ----- */
.block_404_new{
	padding: 50px 0 70px 0;
	text-align: center;
}
.block_404_new .img{
	max-width: 753px;
	margin: 0 auto;
	position: relative;
}
.block_404_new .img:before{
	position: absolute;
	bottom: 40px;
	left: calc(50% + 70px);
	content: "";
	width: 87px;
	height: 139px;
	background: url("/images/404_arrow.svg") left top no-repeat;
	z-index: 2;
}
.block_404_new .img img{
	width: 100%;
	position: relative;
	z-index: 1;
}

/* ----- popups ----- */
.overlay{
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #5A7FC9;
	opacity: 0.7;
	cursor: pointer;
	z-index: 2000;
}
.popup{
	display: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	color: #242424;
	background: #ffffff;
	box-sizing: border-box;
	min-width: 280px;
	z-index: 2001;
}
.popup_ok, .popup_error{
	width: 504px;
	padding: 45px 20px;
	text-align: center;
}
.popup_screen{
	width: 1340px;
}
.popup_screen_new{
	width: 1380px;
	padding: 20px;
	border-radius: 20px;
	background: #5a7fc9;
}
.button_close{
	position: absolute;
	top: 24px;
	right: 24px;
	width: 14px;
	height: 14px;
	background: url("/images/button_close.svg") left top no-repeat;
	background-size: 14px 14px !important;
	transform: rotate(0deg);
	z-index: 2;
}
.button_close:hover{
	transform: rotate(360deg);
}
.button_zoom_out{
	position: absolute;
	top: 15px;
	right: 15px;
	width: 38px;
	height: 38px;
	background: url("/images/ico_zoom_out.svg") left top no-repeat;
	background-size: 38px 38px !important;
	transform: rotate(0deg);
	z-index: 2;
}
.button_zoom_out:hover{
	transform: rotate(360deg);
}
.popup_screen_new .button_zoom_out{
	top: 40px;
	right: 40px;
	width: 40px;
	height: 40px;
	background: url("/images/ico_zoom_out_2.svg") left top no-repeat;
	background-size: 40px 40px !important;
	opacity: .5;
}
.popup_screen_new .button_zoom_out:hover{
	opacity: 1;
	transform: rotate(0deg);
}
.popup .ico{
	display: block;
	width: 62px;
	height: 62px;
	margin: 0 auto 24px auto;
	background-size: 62px 62px !important;
}
.ico_ok{
	background: url("/images/ico_ok.svg") left top no-repeat;
}
.ico_settings{
	background: url("/images/ico_settings.svg") left top no-repeat;
}
.popup .title{
	margin: 0 0 12px 0;
	font-family: 'AvenirNextCyrBold';
	font-size: 30px;
	color: #5A7FC9;
	line-height: 122.94%;
}
.popup .txt{
	margin: 0 0 28px 0;
}
.popup_screen .img{
	width: 100%;
}
.popup_screen_new .img{
	width: 100%;
}

/* ----- inner_vsl ----- */
.block_vsl_form{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 100vh;
	padding: 60px 0 100px 0;
	background: url("/images/bg.jpg") center center no-repeat;
	background-size: cover !important;
	box-sizing: border-box;
}
.block_vsl_form:before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background: #5a7fc9;
	opacity: 0.25;
	z-index: 0;
}
.block_vsl_form_inn{
	max-width: 750px;
	margin: 0 auto;
	padding: 50px;
	background: rgba(0,0,0,.5);
}
.block_vsl_form form .button{
	display: block;
}
.block_certificates{
	margin: 0 0 30px 0;
	text-align: center;
}
.block_certificates img{
	max-height: 56px;
	margin: 0 30px 30px 30px;
	vertical-align: middle;
}
.block_certificates img:first-child{
	max-height: 120px;
}
.ico_loading:before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background: deepskyblue url("/images/ico_loading.svg") center center no-repeat;
	background-size: 15px 15px !important;
	animation: loading 1s linear infinite;
}
@keyframes loading{
	0%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);
	}
}

/* ----- preload_bg ----- */
.preload_bg{
	position: absolute;
	top: -1000em;
	left: -1000em;
/*
	background-image: url("/images/bg.jpg");
*/
}

@media screen and (max-width: 1380px){
	.block_white .w_1223{
		padding: 0 30px;
	}
	.popup_screen{
		width: auto;
		left: 20px;
		right: 20px;
		transform: translateX(0);
	}
	.popup_screen_new{
		width: auto;
		left: 20px;
		right: 20px;
		transform: translateX(0);
	}
}
@media screen and (max-width: 1280px){
	.menu li{
		padding: 0 30px 0 0;
	}
	.block_services_inn{
		margin: 0 -30px 0 0;
	}
	.block_services_inn .div{
		padding: 0 50px 0 0;
	}
	.block_testimonials_txt{
		padding: 0 30px 0 0;
	}
	.block_testimonials_txt:last-child{
		padding: 0 0 0 30px;
	}
	.block_ready_to_talk_left{
		padding: 0 30px 0 0;
	}
	.block_they_worked_item{
		margin: 0 20px;
	}
}
@media screen and (max-width: 1180px){
	.block_services_inn .title{
		font-size: 34px;
	}
	.block_case_studies_item .description{
		padding-left: 20px;
	}
	.block_case_studies_inn_new{
		margin: 0 -15px;
	}
	.block_case_studies_item_new{
		width: calc(33.33% - 15px*2);
		margin: 0 15px 30px 15px;
	}
}
@media screen and (max-width: 1099px){
	.block_schedule_inn iframe{
		min-height: 1250px !important;
	}
	.block_page_title_inn{
		max-width: 640px;
	}
}
@media screen and (max-width: 980px){
	.content h1{
		font-size: 60px;
	}
	.content h2{
		font-size: 60px;
	}
	.content h3{
		font-size: 30px;
		line-height: 125%;
	}
	.block_scale_business{
		padding: 50px 0;
	}
	.button{
		padding: 18px 30px;
	}
	.button_border{
		padding: 16px 28px;
	}
	.button_arrow{
		padding: 18px 80px 18px 30px;
		background-position: right 20px center;
	}
	.block_white{
		margin: 0 0 50px 0;
		padding: 50px 0;
	}
	.scroll_to{
		top: -100px;
	}
	.block_about:first-child{
		padding: 50px 0 0 0;
	}
	.block_about_left{
		width: 100%;
		margin: 0 0 30px 0;
	}
	.block_about_right{
		width: 100%;
	}
	.block_services_inn .div{
		width: 50%;
		padding: 0 30px 0 0;
	}
	.block_testimonials_inn{
		flex-wrap: wrap;
		margin: 0 0 70px 0;
	}
	.block_testimonials_inn:last-child{
		margin: 0 !important;
	}
	.block_testimonials_txt{
		width: 100%;
		padding: 0 !important;
		order: 2;
	}
	.block_testimonials_video{
		width: 100%;
		margin: 0 0 30px 0;
		order: 1;
	}
	.block_slider_slider .div img{
		width: 100%;
		max-height: 100%;
	}
	.block_case_studies:first-child{
		padding: 50px 0 0 0;
	}
	.block_case_studies_inn{
		margin: 0 -3px 65px -3px;
	}
	.block_case_studies_item{
		width: calc(33.33% - 6px);
		margin: 0 3px 6px 3px;
	}
	.block_case_studies_item .img:before{
		width: 50px;
		height: 50px;
		background-size: 50px 50px !important;
	}
	.block_brands{
		padding: 50px 0 10px 0;
	}
	.block_brands_inn .div{
		padding: 0 10px;
	}
	.block_ready_to_talk_inn{
		flex-wrap: wrap;
	}
	.block_ready_to_talk_left{
		width: 100%;
		padding: 0;
		order: 2;
	}
	.block_ready_to_talk_right{
		width: 100%;
		margin: 0 0 30px 0;
		order: 1;
	}
	.block_form form{
		width: 100%;
	}
	.popup{
		margin: -100px 0 0 0;
	}
	.block_title_ava .ava{
		padding: 0 30px 0 0;
	}
	.block_page_title_inn .txt:after{
		display: none;
	}
	.bg_blue{
		padding: 40px 0 0 0;
	}
	.block_ebook_video{
		padding: 0 0 50px 0;
	}
	.block_video_description{
		flex-wrap: wrap;
		padding: 0;
	}
	.block_video_description_left{
		width: 100%;
		padding: 0 0 20px 0;
	}
	.block_they_worked{
		padding: 50px 0;
	}
	.block_they_worked h2{
		margin: 0 0 40px 0 !important;
	}
	.block_they_worked_slider{
		margin: 0 -10px 48px -10px;
	}
	.block_they_worked_item{
		margin: 0 10px;
	}
	.block_they_worked_item .block_video{
		margin: 0 0 20px 0;
	}
	.block_call_here .img{
		display: none;
	}
	.block_call_here_inn{
		max-width: 100%;
		padding: 60px 20px;
		text-align: center;
	}
	.block_call_here_inn .txt{
		margin: 0 0 40px 0;
	}
	.block_build_killer{
		flex-wrap: wrap;
		padding: 50px 0;
	}
	.block_build_killer_left{
		width: 100%;
		text-align: center;
	}
	.block_build_killer_right{
		width: 100%;
	}
	.block_build_killer_left .img{
		max-width: 320px;
		margin: 0;
	}
	.block_build_killer_title{
		margin: 0 0 40px 0;
	}
	.block_build_killer_title .img{
		margin: 0 20px 0 0;
	}
	.block_build_killer h1{
		max-width: 100%;
	}
	.block_build_killer_right .button{
		display: block;
		text-align: center;
	}
	.block_crash_course{
		flex-wrap: wrap;
		margin: 0 auto 50px auto;
	}
	.block_crash_course_left{
		width: 100%;
		margin: 0 0 40px 0;
		padding: 0;
	}
	.block_crash_course_right{
		width: 100%;
		padding: 40px 20px;
	}
	.block_crash_course_left h2{
		margin: 0 0 30px 0;
		font-size: 40px !important;
	}
	.block_crash_course_left .txt{
		max-width: 100%;
		margin: 0 0 50px 0;
	}
	.block_crash_course_right .img{
		display: block;
		max-width: 320px;
		margin: 0 auto;
	}
	.block_discover{
		margin: 0 auto 50px auto;
	}
	.block_discover h2{
		margin: 0 0 40px 0;
	}
	.block_discover_item{
		flex-wrap: wrap;
		margin: 0 0 30px 0;
		padding: 0 0 30px 0;
		text-align: center;
		border-bottom: 1px solid #ececec;
	}
	.block_discover_item .ss_col{
		width: 100% !important;
	}
	.block_discover_item .ss_col:nth-child(1){
		text-align: center;
	}
	.block_discover_item .ss_col:nth-child(2){
		padding: 10px 0;
	}
	.block_discover_item .bullet{
		width: 26px;
		height: 30px;
		margin: 0 auto;
		background-size: 26px 30px !important;
		transform: rotate(90deg);
	}
	.block_get_free_copy{
		padding: 50px 20px;
	}
	.block_get_free_copy h2{
		max-width: 100%;
		margin: 0 0 30px 0;
	}
	.block_get_free_copy_inn{
		flex-wrap: wrap;
		padding: 40px 20px;
	}
	.block_get_free_copy_inn .img{
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.block_get_free_copy_inn .form{
		width: 100%;
	}
	.block_get_free_copy_inn .img img{
		width: 100%;
		max-width: 320px;
		margin: 0 0 30px 0;
	}
	.block_case_studies_new{
		margin: 0 0 20px 0;
	}
	.block_case_studies_new .txt{
		margin: 0 0 28px 0;
	}
	.block_case_studies_inn_new{
		margin: 0 -10px;
	}
	.block_case_studies_item_new{
		width: calc(33.33% - 10px*2);
		margin: 0 10px 30px 10px;
	}
}
@media screen and (max-width: 880px){
	.block_case_studies_item{
		width: calc(50% - 6px);
	}
	.block_case_studies_item_new{
		width: calc(50% - 10px*2);
	}
}
@media screen and (max-width: 700px){
	.header_center{
		flex-wrap: wrap;
	}
	.header.scroll.bg .header_center{
		padding: 10px 20px 20px 20px;
	}
	.header_ebook{
		margin: 0 0 -15px 0;
		padding: 10px 0 0 0;
		font-size: 12px;
	}
	.menu{
		width: 100%;
	}
	.menu ul{
		display: flex;
		justify-content: space-between;
		padding: 10px 0 0 0;
	}
	.menu li{
		padding: 0;
		font-size: 14px;
	}
	.menu span{
		display: none;
	}
	.block_scale_business .ava_fb{
		max-width: 170px;
	}
	.block_services_inn .div{
		width: 100%;
	}
	.block_brands_inn .div{
		width: 20%;
	}
	.block_title_ava{
		flex-wrap: wrap;
	}
	.block_title_ava .ava{
		width: 100%;
		margin: 0 0 30px 0;
		padding: 0;
	}
	.block_title_ava .title{
		width: 100%;
	}
	.block_page_title{
		margin: 0 0 40px 0;
		padding: 50px 0 0 0;
	}
	.block_page_title .img{
		width: 80px;
		min-width: 80px;
		margin: 0 20px 0 0;
	}
	.block_page_title_inn{
		padding: 20px;
	}
	.block_page_title_inn:before, .block_page_title_inn:after{
		top: 40px;
		border: 8px solid transparent;
		border-right: 8px solid #bdbdbd;
	}
	.block_page_title_inn:after{
		border-right: 8px solid white;
	}
	.block_page_title_inn h2{
		font-size: 30px !important;
	}
	.block_page_title_inn .txt{
		font-size: 16px;
	}
	.block_page_title_inn .txt:only-child{
		margin: 0;
	}
	.block_thank_you_new_inn{
		display: flex;
		flex-wrap: wrap;
		margin: 0 0 250px 0;
	}
	.block_thank_you_new_inn .button{
		width: 100%;
		margin: 0 0 20px 0;
		order: 1;
	}
	.block_thank_you_new_inn .button_arrow{
		order: -1;
	}
	.block_video_description h2{
		font-size: 30px !important;
	}
	.block_they_worked h2{
		font-size: 30px !important;
	}
	.block_they_worked_slider{
		margin: 0 0 48px 0;
	}
	.block_they_worked_item{
		margin: 0 auto;
	}
	.block_call_here_inn h2{
		font-size: 30px !important;
	}
	.block_build_killer_title .img{
		width: 80px;
		min-width: 80px;
	}
	.block_build_killer_title h2{
		font-size: 30px !important;
	}
	.block_build_killer .txt{
		font-size: 16px;
	}
	.block_build_killer h1{
		font-size: 30px !important;
	}
	.block_build_killer .txt_2{
		font-size: 16px;
	}
	.block_crash_course_left h2{
		font-size: 30px !important;
	}
	.block_crash_course_left .txt{
		font-size: 16px;
	}
	.block_crash_course_left .title{
		font-size: 16px;
	}
	.block_crash_course_left .ul_bullet li{
		padding: 0 0 0 30px;
		font-size: 16px;
		background: url("/images/bullet.svg") left 6px no-repeat;
		background-size: 14px 14px !important;
	}
	.block_crash_course_right .title{
		font-size: 16px;
	}
	.block_discover h2{
		font-size: 30px !important;
	}
	.block_discover_item{
		font-size: 16px;
	}
	.block_discover .info{
		font-size: 26px;
	}
	.block_get_free_copy h2{
		font-size: 30px !important;
	}
}
@media screen and (max-width: 540px){
	.button{
		padding: 18px 20px;
	}
	.button_border{
		padding: 16px 18px;
	}
	.button_arrow{
		padding: 18px 80px 18px 20px;
	}
	.block_white .w_1223{
		padding: 0 20px;
	}
	.block_case_studies_item{
		width: calc(100% - 6px);
	}
	.block_brands_inn .div{
		width: 25%;
	}
	.popup_ok, .popup_error{
		width: auto;
		left: 20px;
		right: 20px;
		transform: translateX(0);
	}
	.block_video_holder{
		padding: 20px;
	}
	.block_scale_business .block_video:not(:last-child){
		margin: 0 0 20px 0;
	}
	.block_video_splash{
		background-size: 80px 80px !important;
		background-position: center calc(50% - 15px);
	}
	.block_schedule_inn{
		margin: 0 -20px;
	}
	.block_404_new .img:before{
		display: none;
	}
	.block_case_studies_item_new{
		width: calc(100% - 10px*2);
	}
}
@media screen and (max-width: 420px){
	.content h1{
		font-size: 50px;
	}
	.content h2{
		font-size: 50px;
	}
	.block_testimonials_txt .txt{
		font-size: 16px;
	}
	.block_brands_inn .div{
		width: 33.33%;
	}
	.block_vsl_form_inn{
		margin: -20px auto;
		padding: 30px 20px;
	}
	.block_form_new form{
		font-size: 18px;
	}
	.block_build_killer_left .img{
		max-width: 180px;
	}
}
@media screen and (max-width: 359px){
	.menu li{
		font-size: 13px;
	}
	.block_about_right ul{
		padding: 0 0 0 18px;
	}
	.block_privacy_policy_inn ul{
		padding: 0 0 0 18px;
	}
}