/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
	width: 100%;
	height: 100%;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}


/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
	background: #9e5406;
	background: #000;
}

figure.effect-bubba img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}
.work-big figure.effect-bubba figcaption::before {
	background: rgba(0, 0, 0, .5);	
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	opacity: 0;
}
.work-big figure.effect-bubba h2 {
	font-size: 32px;
	padding-top: 15%;
}

figure.effect-bubba p {
	padding: 20px 0;
	line-height: 15px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
.work-big figure.effect-bubba p {
	padding-top: 65px;
}
figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*	-------------------------------------------------
	Подключаем нестандартные шрифты | Custom fonts
	------------------------------------------------- */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 16, 2015 */



@font-face {
    font-family: 'Proxima';
    src: url('../fonts/proxima_nova_regular.eot');
    src: url('../fonts/proxima_nova_regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proxima_nova_regular.woff2') format('woff2'),
         url('../fonts/proxima_nova_regular.woff') format('woff'),
         url('../fonts/proxima_nova_regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Proxima';
    src: url('../fonts/proxima_nova_bold.eot');
    src: url('../fonts/proxima_nova_bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proxima_nova_bold.woff2') format('woff2'),
         url('../fonts/proxima_nova_bold.woff') format('woff'),
         url('../fonts/proxima_nova_bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'Proxima';
    src: url('../fonts/proxima_nova_light.eot');
    src: url('../fonts/proxima_nova_light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proxima_nova_light.woff2') format('woff2'),
         url('../fonts/proxima_nova_light.woff') format('woff'),
         url('../fonts/proxima_nova_light.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;

}

/*	-------------------------------------------------
	Базовые стили сайта | Base site styles
	------------------------------------------------- */
* {
	box-sizing: border-box;
}
body {
	font: normal normal 15px/18px 'Proxima', sans-serif;
	background:#FFF;
	color:#333;
}

a { color:#03f; text-decoration:underline; }
a:hover { text-decoration:none; }

p { margin-bottom:15px; }

ul {
	margin: 0;
	padding: 0;
	list-style: none inside;
}

.f-right {
	float: right;
}
.f-left {
	float: left;
}
ul {
	margin: 0;
	padding: 0;
}
.image {
	display: inline-block;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
}
.image > img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
}
/*	-------------------------------------------------
	Стили блоков, содержимого страниц | Other styles
	------------------------------------------------- */
section {
	overflow: hidden;
}	
#page-loader {
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
.pace-done #page-loader {
	display: none;
}
.main-block {
	height: 100vh;
}
.photo-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: url(../images/city-dark-min.jpg) 50% 0 no-repeat;
	background-size: cover;
	overflow: hidden;
	display: none;
}
.photo-bg:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .2);
	z-index: 10; 
}
.photo-bg .blick-main {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: url(../images/blick-main.png) 50% 30% no-repeat;
	background-size: cover;
}
.photo-bg .blick-1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 11;
	background: url(../images/blick-1.png) 10% 45% no-repeat;
}
.photo-bg .blick-2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 11;
	background: url(../images/blick-2.png) 0 45% no-repeat;
}
.photo-bg .blick-3 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 11;
	background: url(../images/blick-3.png) 95% 75% no-repeat;
}
.main-block .video-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
}
.main-block .video-bg:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .7);
	z-index: 10;
}
.main-block .video-bg video {
	position: absolute;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.mobile #page-loader {
	display: none;
}
.mobile .photo-bg {
	display: block;
}
.mobile .video-bg {
	display: none;
}
.wrapper {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.wrapper-min {
	padding-left: 100px;
}
.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.flex-between {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.flex-middle {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.header {
	border-bottom: 1px solid #fff;
	position: relative;
	z-index: 20;
	padding: 8px 0;
	transition: 1s;
}
.header-inside {
	padding: 0 8px;
}
.header a {
	text-decoration: none;
}
.header .menu {
	list-style: none;
	overflow: hidden;
}
.header .menu li {
	float: left;
	margin: 0 10px;
	border-bottom: 1px solid transparent;
}
.header .menu li a {
	display: block;
	padding: 5px 0;
	color: #fff;
}
.header .menu li:hover {
	border-bottom: 1px solid #9f5052;
}
.header .menu li.active {
	border-bottom: 2px solid #ff5757;
}
.header.affix {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .7);
	z-index: 99;
}
.header.affix .logo {
	width: 100px;
}
.header.affix  .callback .tel {
	display: none;
}
.callback {
	text-align: right;
}
.callback a {
	font-size: 18px;
	line-height: 23px;
	font-weight: 200;
	color: #fff;
}
.callback a span {
	font-size: 24px;
	font-weight: bold;
}

.btn {
	display: inline-block;
	padding: 5px 25px;
	text-decoration: none;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	font-size: 16px;
	transition: .2s;
	text-align: center;
}
.btn:hover {
	background: #fff;
	color: #000;
}
.btn-red {
	color: #ff5757 !important;
	border: 1px solid #ff5757;
	text-shadow: 1px 1px 1px rgba(1, 1, 1, .28);
	font-weight: normal;
}
.btn-active,
.btn-red:hover {
	background: #ff5757;
	color: #fff !important;
}
.btn-active:hover {
	background: #F97979;
}
.main-center {
	height: calc(100% - 100px);
}
.pre-cta {
	background: #ff5757;
	color: #fff;
	padding: 0 10px;
	display: inline-block;
	font-size: 23px;
	letter-spacing: 2px;
	line-height: 35px;
	text-transform: none;
	margin-bottom: 60px;
}
.cta-big {
	margin-bottom: 30px;
}
.cta-main {
	font-size: 40px;
	line-height: 48px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	width: 100%;
	top: 50%;
	-moz-transform: translateY(-70%);
	-webkit-transform: translateY(-70%);
	-o-transform: translateY(-70%);
	-ms-transform: translateY(-70%);
	transform: translateY(-70%);
}
.black-theme .cta-main {
	color: #000;
}
.cta-main .sub-cta {
	font-size: 21px;
	text-transform: none;
	margin-top: 20px;
	display: inline-block;
	//background: rgba(255, 87, 87, .7);
	padding: 0 10px;
	background: rgba(0, 0, 0, .5);
}
.btn-main {
	font-size: 24px;
	line-height: 24px;
	text-transform: none;
	min-width: 220px;
	height: 52px;
	line-height: 40px;
	margin-top: 65px;
}
.next-block {
	display: block;
	position: absolute;
	bottom: 65px;
	width: 53px;
	height: 53px;
	left: 50%;
	margin-left: -26px;
	background: url(../images/down.png) no-repeat;
}
.advantages .wrapper {
	padding: 45px 0 45px 100px;
}
.block-title {
	font-size: 48px;
	line-height: 83px;
	font-weight: 200;
	color: #4a4a4a;
	margin-bottom: 50px;
	max-height: 9999999px;
}
.block-title span {
	position: relative;
	overflow: hidden;
}
.block-title span:before {
	content: '';
	position: absolute;
	display: block;
	max-width: 400px;
	height: 2px;
	bottom: 0;
	left: 0;
	right: 0;
	background: #ff5757;
}
.how-we-work .block-title {
	font-size: 42px;
	margin-bottom: 30px;
}
.advantages .block-title {
	//font-size: 60px;
}
.iphone {
	width: 296px;
	height: 602px;
	background: url(../images/iphone.png) no-repeat;
	margin-right: 60px;
	float: left;
}
.iphone-viewport {
	width: 262px;
	margin: 70px auto 0 auto;
	height: 461px;
	background: url(../images/iphone-land.jpg) no-repeat;
	-webkit-animation-name: iphoneScroll;
	animation-name: iphoneScroll;
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
	-webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
}
.adv-list {
	width: 490px;
	float: left;
}
.adv-list > div {
	height: 85px;
	padding: 20px 0 20px 100px;
	font-size: 18px;
	line-height: 22px;
	color: #4a4a4a;
	font-weight: 200;
}
.adv-list > div + div {
	margin-top: 18px;
}
.adv-1 {
	background: url(../images/ico-adv1.png) center left no-repeat;
}
.adv-2 {
	background: url(../images/ico-adv2.png) center left no-repeat;
}
.adv-3 {
	background: url(../images/ico-adv3.png) center left no-repeat;
}
.adv-4 {
	background: url(../images/ico-adv4.png) center left no-repeat;
}
.adv-5 {
	background: url(../images/ico-adv5.png) center left no-repeat;
}
.adv-6 {
	background: url(../images/ico-adv6.png) center left no-repeat;
}
.how-we-work .wrapper {
	padding: 45px 0 0 100px;
}
.how-we-work-items .item {
	height: 315px;
	color: #fff;
}
.how-we-work-items .item .wrapper {
	height: 100%;
}
.how-we-work-items .item .btn {
	width: 200px;
	text-align: center;
	font-size: 18px;
	margin-top: 20px;
}
.how-we-work-items .description {
	font-size: 21px;
	line-height: 26px;
	font-weight: 200;
}
.how-we-work-items .step-num {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	top: 50%;
	right: 82px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	border: 2px solid #fff;
	font-size: 22px;
	z-index: 10;
}
.how-we-work-items .step-num.finish {
	width: 60px;
	height: 60px;
	line-height: 60px;
	right: 71px;
	background: #2eaeb7 url(../images/ico-graphic.png) 9px 10px no-repeat;
}
.how-we-work-items .step-num:not(.first) {
	visibility: hidden;
}
.how-we-work-items .step-num.animated {
	visibility: visible;
}
.how-we-work-items {
	position: relative;
}
.how-we-work-items .wrapper-line {
	max-width: 1024px;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.how-we-work-items .line {
	width: 1px;
	position: absolute;
	top: 150px;
	height: 0;
	max-height: 1600px;
	right: 101px;
	background: #fff;
}
.how-we-work-items .line:after {
	content: '';
	position: absolute;
	display: block;
	width: 16px;
	height: 10px;
	bottom: -1px;
	left: -8px;
	background: url(../images/ico-arrow-down.png) no-repeat;
}

.how-we-work-items .step-1 {
	background: #569fac;	
}
.how-we-work-items .step-1 .wrapper {
	background: url(../images/step-1.png) 25px bottom no-repeat;
	padding-top: 95px;
}
.how-we-work-items .step-1 .description {
	width: 350px;
	margin-left: 250px;
}
.how-we-work-items .step-1 .btn:hover {
	color: #569fac;
}
.how-we-work-items .step-1 .step-num {
	width: 64px;
	height: 64px;
	line-height: 64px;
	font-size: 36px;
	background: #569fac;
	right: 70px;
}
.how-we-work-items .step-2 {
	background: #ebb13c;	
}
.how-we-work-items .step-2 .wrapper {
	background: url(../images/step-2.png) 600px center no-repeat;
	padding-top: 95px;
}
.how-we-work-items .step-2 .description {
	width: 435px;
	text-align: right;
}
.how-we-work-items .step-2 .btn:hover {
	color: #ebb13c;
}
.how-we-work-items .step-2 .step-num {
	background: #ebb13c;
}

.how-we-work-items .step-3 {
	background: #cb6788;	
}
.how-we-work-items .step-3 .wrapper {
	background: url(../images/step-3.png) 15px center no-repeat;
	padding-top: 95px;
}
.how-we-work-items .step-3 .description {
	width: 390px;
	margin-left: 245px;
}
.how-we-work-items .step-3 .btn:hover {
	color: #cb6788;
}
.how-we-work-items .step-3 .step-num {
	background: #cb6788;
}

.how-we-work-items .step-4 {
	background: #f3a50d;	
}
.how-we-work-items .step-4 .wrapper {
	background: url(../images/step-4.png) 550px center no-repeat;
	padding-top: 95px;
}
.how-we-work-items .step-4 .description {
	width: 320px;
	text-align: right;
	margin-left: 60px;
}
.how-we-work-items .step-4 .btn:hover {
	color: #f3a50d;
}
.how-we-work-items .step-4 .step-num {
	background: #f3a50d;
}

.how-we-work-items .step-5 {
	background: #a2b501;	
}
.how-we-work-items .step-5 .wrapper {
	background: url(../images/step-5.png) 55px center no-repeat;
	padding-top: 95px;
}
.how-we-work-items .step-5 .description {
	width: 420px;
	margin-left: 295px;
}
.how-we-work-items .step-5 .btn:hover {
	color: #a2b501;
}
.how-we-work-items .step-5 .step-num {
	background: #a2b501;
}

.how-we-work-items .step-6 {
	background: #2eaeb7;	
}
.how-we-work-items .step-6 .wrapper {
	background: url(../images/step-6.png) 560px center no-repeat;
	padding-top: 95px;
}
.how-we-work-items .step-6 .description {
	width: 430px;
	text-align: right;
}
.how-we-work-items .step-6 .btn:hover {
	color: #2eaeb7;
}

.grid {
	overflow: hidden;
}
.grid  .item-2 {
	width: 50%;
	float: left;
}
.portfolio-block {
	//margin-bottom: 30px;
}
.work-padding {
	padding: 0 5px;
}
.portfolio-block .work {
	height: 290px;
	background: #385dff;
	margin-bottom: 10px;
	display: block;
}
.work-mini .work {
	height: 140px;
	overflow: hidden;
}


.cta-block-2 {
	height: 380px;
	background: url(../images/cta-bg-2.jpg) top center no-repeat;
	background-size: cover;
	padding: 55px 0 45px 0;
	text-align: center;
}
.cta-block-2 .cta {
	font-size: 42px;
	line-height: 52px;
	font-weight: 200;
	color: #ff5757;
	margin-bottom: 30px;
}
.cta-block-2 .sub-cta {
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 50px;
}
.portfolio .wrapper {
	padding-top: 45px;
}
.price {
	margin-bottom: 30px;
}
.price .wrapper {
	padding-top: 45px;
}

.services-block {
	padding: 0 0 0 80px;
}
.service-item {
	border: 1px solid #ea8080;
	background: #fff;
	width: 210px;
	transition: .2s;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -105px;
}
.service-wrapper {
	width: 230px;
	height: 550px;
	float: left;
	position: relative;
}
.service-item .service-head {
	background: #ea8080;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	transition: .2s;
}
.service-item .service-list {
	padding: 15px 5px 15px 10px;
	transition: .2s;
}
.service-item .service-list li {
	font-size: 14px;
	position:relative;
	color: #b3b3b3;
	padding-left: 30px;
	background: url(../images/ico-check.png) left 3px no-repeat;
	transition: .2s;
}
.service-item .service-list li + li {
	margin-top: 25px;
}
.service-item .service-footer {
	background: #ea8080;
	padding: 19px 15px 16px 15px;
	transition: .2s;
} 
.service-item.active .service-footer,
.service-item.active .service-head {
	background: #f3a50d;
	position: relative;
}
.service-item.active .service-head:after {
	content:'';
	position: absolute;
	display: block;
	width: 60px;
	height: 60px;
	top: -30px;
	right: -30px;
	z-index: 10;
	background: url(../images/ico-top-sales.png) no-repeat;
}
.service-item.active {
	border: 1px solid #f3a50d;
}
.service-item .service-footer .btn {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.service-item .service-footer .btn:hover {
	color: #ff5757;
}
.service-item.active .service-footer .btn:hover {
	color: #f3a50d;
}
.service-item:hover {
	margin-top: -25px;
	width: 230px;
	margin-left: -115px;
	z-index: 20;
}
.service-item:hover:not(.active) {
	border-color: #ff5757;
}
.service-item:hover:not(.active) .service-head {
	background: #ff5757;
	height: 55px;
	line-height: 55px;
	font-size: 23px;
}
.service-item:hover .service-footer {
	padding: 22px 18px 18px 18px;
} 
.service-item:hover:not(.active) .service-footer {
	background: #ff5757;
} 
.service-item:hover .service-footer .btn {
	padding-top: 14px;
	padding-bottom: 14px;
}
.service-item:hover .service-list {
	padding: 25px 0 25px 12px;
}
.service-item.active  .service-list li	{
	color: #343434;
	background: url(../images/ico-check-hover.png) left 3px no-repeat;
}
.service-item:hover .service-list li {
	font-size: 16px;
	color: #343434;
	padding-left: 30px;
	background: url(../images/ico-check-hover.png) left 3px no-repeat;
}
.service-item  .service-list li.gift {
	background: none;
}
.service-item  .service-list li.gift:before {
	content: '';
	position: absolute;
	display: block;
	width: 20px;
	height: 23px;
	top: -5px;
	left: 0;
	background: url(../images/ico-gift.png) no-repeat;
}
.service-item:hover  .service-list li.gift:before,
.service-item.active  .service-list li.gift:before {
	content: '';
	position: absolute;
	display: block;
	width: 20px;
	height: 23px;
	top: -5px;
	left: 0;
	background: url(../images/ico-gift-hover.png) no-repeat;
}
.service-item:hover .service-list li + li {
	margin-top: 25px;
}
.reviews {
	padding-top: 20px;
}
.reviews .block-title {
	font-size: 44px;
}
.reviews .slider {
	margin-bottom: 105px;
	position: relative;
	z-index: 15;
}
.review-item {
	overflow: hidden;
	padding-bottom: 30px;
	border-bottom: 2px solid #ff5757;
}
.review-item .image {
	width: 234px;
	border: 1px solid #ff5757;
	float: left;
	margin-right: 10px;
}
.review-item .info {
	float: left;
	width: 580px;
}
.review-item .info .name {
	background: #ff5757;
	display: inline-block;
	padding: 2px 35px 2px 10px;
	color: #fff;
	font-size: 18px;
}
.review-item .info .name a {
	color: #fff;
}
.review-item .info .description {
	margin-top: 10px;
	font-size: 18px;
	line-height: 22px;
	color: #4a4a4a;
	max-height: 9999999px;
}
.slider-arrow {
	position: absolute;
	width: 28px;
	height: 49px;
	top: 50%;
	margin-top: -25px;
	cursor: pointer;
}
.slider .prev-arrow {
	left: -77px;
	background: url(../images/ico-arrows.png) 0 0 no-repeat;
}
.slider .prev-arrow:hover {
	background: url(../images/ico-arrows-hover.png) 0 0 no-repeat;
}
.slider .next-arrow {
	right: 0;
	background: url(../images/ico-arrows.png) -28px 0 no-repeat;
}
.slider .next-arrow:hover {
	background: url(../images/ico-arrows-hover.png) -28px 0 no-repeat;
}
.slick-dots {
	text-align: center;
	font-size: 0;
	margin-top: 15px;
	height: 8px;
}
.slick-dots li button {
	font-size: 0;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background: #e4e4e4;
}
.slick-dots li {
	display: inline-block;
	width: 35px;
	height: 8px;
	margin: 0 9px;
	position: relative;
}
.slick-dots .slick-active button {
	background: #ff5757;
}
.slick-dots li:hover:not(.slick-active) button {
	background: transparent;
	border: 1px solid #ff5757;
}
.cta-reviews {
	background: #ff5757;
	text-align: center;
	padding: 350px 0 43px 0;
	color: #fff;
}
.cta-reviews .cta-text {
	font-size: 36px;
	line-height: 40px;
	font-weight: 200;
	margin-bottom: 30px;
	position: relative;
	z-index: 15;
}
.form-wrap {
	overflow: hidden;
	font-size: 0;
	position: relative;
	z-index: 15;
}
.form-wrap .form-input {
	width: 222px;
	height: 52px;
	padding-left: 11px;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
}
.form-wrap .form-input + .form-input {
	margin-left: 10px;
}
.form-wrap .btn-form {
	width: 222px;
	height: 52px;
	padding: 10px 0;
	border-radius: 3px;
	font-size: 18px;
	margin-left: 10px;
}
.cta-reviews .form-wrap .btn-form:hover {
	color: #ff5757;
}
.form-wrap .form-input::-webkit-input-placeholder {color: rgba(255, 255, 255, .7);}
.form-wrap .form-input::-moz-placeholder          {color:rgba(255, 255, 255, .7);}/* Firefox 19+ */
.form-wrap .form-input:-moz-placeholder           {color:rgba(255, 255, 255, .7);}/* Firefox 18- */
.form-wrap .form-input:-ms-input-placeholder      {color:rgba(255, 255, 255, .7);}

.reviews {
	position: relative;
}
.reviews:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../images/reviews-bg.png) 50% 62% no-repeat;
	z-index: 10;
}

.results {
	padding-top: 30px;
}
.results-block {
	overflow: hidden;
}
.results-block > div {
	width: 50%;
	height: 380px;
	float: left;
}
.results-block .content {
	color: #fff;
	font-size: 18px;
	line-height: 22px;
}
.results-block .title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}
.results-block .item-1 {
	background: #6dc6cc url(../images/result-1.png) 90% 6px no-repeat;
}
.results-block .item-1 .content {
	width: 490px;
	float: right;
	margin-top: 205px;
	padding-right: 30px;
	max-height: 9999999px;
}
.results-block .item-2 {
	background: #ab70c1 url(../images/result-2.jpg) 0 107% no-repeat;
}
.results-block .item-2 .content {
	width: 480px;
	margin-top: 25px;
	padding-right: 10px;
	padding-left: 20px;
}
.results-block .item-3 {
	background: #f8806d url(../images/result-3.png) 70% 10px no-repeat;
	height: 545px;
}
.results-block .item-3 .content {
	width: 490px;
	float: right;
	margin-top: 220px;
	padding-right: 30px;
}
.results-block .item-4 {
	background: #fb7941 url(../images/result-4.png) 22px 235px no-repeat;
	height: 545px;
}
.results-block .item-4 .content {
	width: 480px;
	margin-top: 25px;
	padding-right: 10px;
	padding-left: 20px;
}

.cta-block-3 {
	height: 470px;
	background: url(../images/cta-bg-3.jpg) 50% top no-repeat;
	margin-top: -100px;
	position: relative;
	z-index: 20;
	padding-top: 100px;
	text-align: center;
}
.cta-block-3 .cta-text {
	font-size: 26px;
	line-height: 32px;
	color: #fff;
	font-weight: 200;
	margin: 0 0 50px -22px;
}
.cta-block-3 .cta-text b {
	text-transform: uppercase;
	margin-bottom: 30px;
	display: inline-block;
}
.cta-block-3 .btn {
	margin: 0 auto;
}

.cta-block-4 {
	height: 398px;
	background: url(../images/cta-bg-4.jpg) top center no-repeat;
	padding-top: 70px;
	position: relative;
	margin-top: -90px;
	text-align: center;
}
.cta-block-4 .cta-text {
	font-size: 33px;
	line-height: 44px;
	color: #fff;
	font-weight: 200;
	margin-bottom: 55px;
}
.cta-block-4 .cta-text b {
	background: #f3a50d;
	font-size: 36px;
	padding: 0 10px;
	text-transform: uppercase;
	margin-bottom: 30px;
	display: inline-block;
}
.footer {
	height: 125px;
	padding-top: 15px;
	color: #4a4a4a;
}
.footer .logo {
	float: left;
}
.footer .phones {
	float: right;
	font-size: 18px;
	line-height: 24px;
	font-weight: 200;
	padding-top: 15px;
}
.footer .phones > div {
	float: left;
}
.footer a{
	color: #4a4a4a;
	text-decoration: none;
}
.footer .phones > div + div {
	margin-left: 30px;
}
.footer .phones > div b {
	font-size: 24px;
}
.footer .copyright {
	text-align: center;
	border-top: 1px solid #4a4a4a;
	margin-top: 10px;
	font-size: 14px;
	color: #919090;
	padding-top: 5px;
}
.footer .copyright img {
	vertical-align: middle;
}

.modal-bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .7);
	z-index: 1000;
	display: none;
}
.modal-callback {
	width: 400px;
	height: 380px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -190px;
	margin-left: -200px;
	background: #fff;
	display: none;
	z-index: 2000;
	text-align: center;
	border-radius: 7px;
	//overflow: hidden;
}
.modal-close {
	position: absolute;
	top: -12px;
	right: -30px;
	width: 24px;
	height: 24px;
	background: url(../images/ico-close.png) no-repeat;
	cursor: pointer;
	opacity: .6;
}
.modal-callback .modal-head {
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	background: #ff5757;
	border-radius: 6px 6px 0 0;
}
.modal-body {
	font-size: 18px;
	line-height: 22px;
	position: relative;
	padding-top: 20px;
}
.modal-body .success {
	margin-top: 100px;
}
.modal-body form {
	width: 300px;
	margin: 25px auto 0 auto;
}
.modal-body input {
	width: 100%;
	height: 40px;
}
.modal-body .modal-input {
	border: 1px solid #acacac;
	border-radius: 3px;
	padding-left: 10px;
	font-size: 18px;
}
.modal-body .input-wrap {
	position: relative;
}
.modal-body .input-wrap.error input {
	border: 1px solid #ff5757;
}
.modal-body .input-wrap .text-error {
	position: absolute;
	width: 170px;
	right: -190px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	background: #ff5757;
}
.modal-body .input-wrap .text-error:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 20px 0;
	border-color: transparent #ff5757 transparent transparent;
	left: -20px;
}
.modal-body .input-wrap + .input-wrap {
	margin-top: 10px;
}
.modal-body .modal-submit {
	border-radius: 3px;
	text-shadow: none;
	font-size: 24px;
	margin-top: 20px;
	height: 50px;
	line-height: 50px;
	transition: .2s;
	width: 70%;
	margin: 20px auto 0 auto;
}


@media (max-height: 700px) {
	.next-block {
		bottom: 20px;
	}
}
@media (max-height: 670px) {
	.next-block {
		display: none;
	}
}
@media (max-width: 1040px) {
	.wrapper-min {
		padding-right: 20px;
	}
	.footer .wrapper {
		padding: 0 15px;
	}
	.header .menu li {
		margin: 0 7px;
	}
	.header .logo {
		width: 120px;
	}
	.callback a {
		font-size: 16px;
		line-height: 20px;
	}
	.cta-main {
		font-size: 36px;
		line-height: 42px;
	}
	.btn-main {
		font-size: 21px;
		min-width: 180px;
	}
	.adv-list {
		width: 485px;
	}
	.iphone {
		margin-right: 40px;
	}
	.block-title {
		font-size: 42px;
		line-height: 76px;
		margin-bottom: 30px;
	}
	.how-we-work .wrapper {
		padding: 45px 0 45px 70px;
	}
	.how-we-work-items .step-2 .wrapper {
		background: url(../images/step-2.png) 555px center no-repeat;
	}
	.how-we-work-items .step-4 .wrapper {
		background: url(../images/step-4.png) 495px center no-repeat;
	}
	.how-we-work-items .step-6 .wrapper {
		background: url(../images/step-6.png) 525px center no-repeat;
	}
	.how-we-work-items .step-1 .description {
		margin-left: 280px;
	}
	.wrapper-min {
		padding-left: 70px;
	}
	.review-item .info {
		width: 65%;
	}
	.slider .prev-arrow {
		left: -55px;
	}
	.cta-reviews .cta-text {
		font-size: 32px;
	}
	.cta-block-4 .cta-text b {
        font-size: 32px;
	}
	.results-block .item-1 .content {
		width: 455px;
	}
	.results-block .item-3 .content {
		width: 455px;
	}
	.price .block-title {
		margin-bottom: 40px;
	}
	.services-block {
		padding: 0 0 0 70px;
	}
	.service-wrapper {
		width: 218px;
	}
}
#form-loader{
/*    background-image: url(../images/svg-loaders/ball-triangle.svg);
    background-size: 50px;*/
    //position: relative;
    //width: 50px;
    //height: 50px;
    //margin: auto;
    display: none;
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
}
#form-loader .circular {
	width: 50px;
	height: 50px;
}

@-webkit-keyframes iphoneScroll {
  0%, 10% {
    background-position: 0 0;
  }
  30% {
	background-position: 0 30%;
  }
  50% {
	background-position: 0 70%;
  }
  60% {
	background-position: 0 35%;
  }
  80% {
	background-position: 0 80%;
  }
  90% {
	background-position: 0 100%;
  }
  100% {
	background-position: 0 0;
  }
}

@keyframes iphoneScroll {
  0%, 10% {
    background-position: 0 0;
  }
  30% {
	background-position: 0 30%;
  }
  50% {
	background-position: 0 70%;
  }
  60% {
	background-position: 0 35%;
  }
  80% {
	background-position: 0 80%;
  }
  90% {
	background-position: 0 100%;
  }
  100% {
	background-position: 0 0;
  }
}
.jivo-frame-visible {
	overflow: hidden;
	display: none !important;
}
