* {
	margin: 0;
	padding: 0;
	outline: none;
}
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
	background-color: transparent; /* 1 */
	-webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
	outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
	font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
	font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
	background-color: #ff0;
	color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
	border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
	margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
	font: inherit; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
	font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
	-webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}
html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font-family: "OpenSansRegular";
	width: 100%;
	/*height: 100%;*/
}
.utp {
font-size: 36px;
font-weight:100;
line-height:25px;
color:#ffffff;
text-align: center;
font-family: "ProximaNovaLight";
}




.wrapper {
	background: #000;
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.align-center{
	width: 1024px;
	margin: 0 auto;
}

.clear{
	clear: both;
}
.row:before{
	content: " ";
	display: table;
}
.row:after{
	content: " ";
	display: table;
	clear: both;
}
ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
a{
	text-decoration: none;
}
button, [type=button]{
	cursor: pointer;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 {
	float: left;
}
.col-xs-24 {
	width: 100%;
}
.col-xs-23 {
	width: 95.83333333%;
}
.col-xs-22 {
	width: 91.66666667%;
}
.col-xs-21 {
	width: 87.5%;
}
.col-xs-20 {
	width: 83.33333333%;
}
.col-xs-19 {
	width: 79.16666667%;
}
.col-xs-18 {
	width: 75%;
}
.col-xs-17 {
	width: 70.83333333%;
}
.col-xs-16 {
	width: 66.66666667%;
}
.col-xs-15 {
	width: 62.5%;
}
.col-xs-14 {
	width: 58.33333333%;
}
.col-xs-13 {
	width: 54.16666667%;
}
.col-xs-12 {
	width: 50%;
}
.col-xs-11 {
	width: 45.83333333%;
}
.col-xs-10 {
	width: 41.66666667%;
}
.col-xs-9 {
	width: 37.5%;
}
.col-xs-8 {
	width: 33.33333333%;
}
.col-xs-7 {
	width: 29.16666667%;
}
.col-xs-6 {
	width: 25%;
}
.col-xs-5 {
	width: 20.83333333%;
}
.col-xs-4 {
	width: 16.66666667%;
}
.col-xs-3 {
	width: 12.5%;
}
.col-xs-2 {
	width: 8.33333333%;
}
.col-xs-1 {
	width: 4.16666667%;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
	position: fixed;
	width: 100%;
	z-index: 6;
	height: 100px;
	transition: all .3s;
	background: #39b2e5;
}
body.scrolling .header{
	height: 60px;
}
.address-block,
.header .logo,
.header-nav{
	transition: all .3s;
}
body.scrolling .header .logo {
	margin: 13px 0 0 30px;
}
body.scrolling .header-nav {
	margin: 20px 0 0 35px;
}
body.scrolling .address-block {
	margin: 20px 0 0 125px;
}




.header .logo{
	float: left;
	margin: 30px 0 0 30px;
}
.header-nav{
	float: left;
	margin: 37px 0 0 35px;
}
.header-nav ul li{
	float: left;
	margin: 0 23px 0 0;
}
.header-nav ul li a{
	font-size: 16px;
	color: #ffffff;
}
.address-block{
	float: right;
	margin: 37px 0 0 125px;
}
.address-block__phone{
	float: left;
}
.address-block__phone a{
	font-family: "Helvetica";
	font-size: 20px;
	color: #ffffff;
}
.address-block__address{
	float: left;
	font-family: "Helvetica";
	font-size: 20px;
	color: #ffffff;
	margin: 0 0 0 63px;
}
.address-block__address svg{
	float: left;
}
/* Middle
-----------------------------------------------------------------------------*/
.content {
	padding: 100px 0 306px;

}
main.content > section{
	background: #fff;
}

.top-selection-blackblock
{
	color:#ffffff;
	

}
.top-section{
	height: 750px;
	position: relative;
	background: #f7f7f9 url("../images/Landing-page/LPmain.jpg") center center no-repeat !important;
	background-size: auto 100% !important;

}
.bottom-contant{
	position: relative;
}
.bottom-contant:before{
	background: rgba(0, 0, 0, 0.5);
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
}
.top-section:before{
	background: rgba(0, 0, 0, 0.7);
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
}
.top-section .align-center{
	position: relative;
	z-index: 2;
	padding: 0 25px;
	box-sizing: border-box;
}
.top-section h1{
	text-align: center;
	font-family: "ProximaNovaLight";
	font-size: 44px;
	line-height: 39px;
	color: #ffffff;
	padding: 53px 0 29px;
	margin: 0;
}
.top-section h1 span{
	font-size: 46px;
}
.top-section__lc{
	color: #fff;
	font-size: 18px;
	width: 389px;
	float: left;
	margin: 0 0 0 37px;
}
.top-section__rc{
	float: right;
	margin: 58px 0 0;
}
.ts-item__lc{
	float: left;
	width: 98px;
}
.ts-item__rc{
	float: left;

}
.top-section__wrapper{
	width: 510px;
	height: 446px;
	border-radius: 4px;
	background-color: rgba(255, 255, 255, 0.9);
	border: solid 1px #dadada;
	padding: 20px 23px;
	box-sizing: border-box;
}
.top-section__lc-item{
	padding: 49px 0 25px 11px;
	box-sizing: border-box;
	height: 137px;
	width: 100%;
	border-bottom: solid 1px rgba(255, 255, 255, 0.23);
}
.top-section__lc-item:last-child{
	border-bottom: none;
}
.top-section__wrapper h3{
	padding: 7px 0 16px;
	font-size: 22px;
	color: #000;
	text-align: center;
	font-family: "OpenSansBold";
	
}
.top-section__wrapper a.phone{
	text-align: center;
	color: #000000;
	font-size: 14px;
	font-family: "OpenSansBold";
	display: block;
}
.top-section__wrapper a.phone img{
	margin: 0 5px 0 0;
	position: relative;
	top: 1px;
}
.top-section__wrapper label{
	display: block;
	font-size: 12px;
	color: #878787;
	font-family: "OpenSansItalic";
	margin: 0 0 4px;
}
.top-section__wrapper .custom-select{
	width: 210px;
}
.top-section__wrapper .ui-selectmenu-text{
	width: 210px;
	font-family: "OpenSansBold";
}
.top-section__wrapper .row{
	margin: 0px 0 0;
}
.top-section__wrapper .col-xs-24{
	margin: 13px 0;
}
.top-section__wrapper .free-btn {
	height: 55px;
	font-size: 16px;
}
.top-section__wrapper .cost-text{
	text-align: left;
	line-height: 16px;
}














.reviews-section{
	height: 648px;
	background: #fff;

}
.reviews-section > .align-center{
	padding: 20px 27px 0;
	box-sizing: border-box;
}
.review-item > .row{
	margin: 0 0 13px 0;
	width: 324px;
	height: 200px;
	border-radius: 4px;
	background-color: #f8f8f8;
	padding: 20px 16px;
	box-sizing: border-box;
}
.review-item:nth-child(2n) > .row{
	float: right;
}
.review-name{
	font-family: "OpenSansLight";
	font-size: 18px;
	color: #0079ff;
}
.review-text{
	font-family: Verdana;
	font-size: 10px;
	color: #535353;
	margin: 9px 0 12px;
	height: 85px;
	overflow: hidden;
}
.source-text p{
	font-size: 11px;
	color: #474747;
	font-family: "OpenSansBold";
}
.reviews-section__title{
	font-size: 36px;
	color: #474747;
}
.reviews-section__title br{
	display: none;
}
.reviews-section__title span img{
	position: relative;
	top: 12px;
}
.fb-like{
	margin: 13px 0 25px 2px;
}
.review-img{
	width: 81px;
	height: 81px;
	border-radius: 100%;
}
.reviews-rc{
	padding: 0 0 0 13px;
	box-sizing: border-box;
}
.show-more{
	border-bottom: solid 1px #00deff;
	width: 100%;
	text-align: center;
	margin: 16px 0;
}
.show-more a{
	background: #fff;
	font-size: 12px;
	color: #00deff;
	padding: 5px 10px 5px 10px;
	text-decoration: underline;
	position: relative;
	top: 4px;
}
.show-more a:hover{
	text-decoration: none;
}
.reviews-wrapper .col-xs-17{
	width: 68.133333%;
}
.reviews-wrapper .col-xs-7{
	width: calc(100% - 68.133333%);
}
.free-form{
	z-index: 5;
	position: relative;
	width: 288px;
	height: 464px;
	background-color: #ffffff;
	border: solid 1px #dadada;
	margin-left: 14px;
}
.free-form h4{
	font-size: 14px;
	color: #000000;
	border-bottom: solid 1px #dadada;
	font-family: "OpenSansBold";
	width: 100%;
	height: 79px;
	text-align: center;
	padding: 23px 0 0;
	box-sizing: border-box;
}
.free-form form{
	padding: 15px 19px;
	box-sizing: border-box;
	font-size: 0;
}
.free-form form .ui-selectmenu-button{
	margin-bottom: 5px;
}
.free-form .free-btn{
	margin-top: 35px;

	}
.sel-wrapper2,
.sel-wrapper3{
	position: relative;
}
.ui-front {
	z-index: 4 !important;
}
.cost-work{
	margin: 23px 0 0;
	font-size: 16px;
	color: #000000;
	font-family: "HelveticaLight";
	text-align: center;
}
.cost-work span{
	font-family: "HelveticaBold";
}
.cost-text{
	font-size: 12px;
	color: #b4b4b4;
	font-family: "HelveticaRegular";
	text-align: center;
}
.free-btn{
	margin: 21px 0 14px;
	width: 100%;
	height: 48px;
	background-color: #FF5252;
	font-size: 14px;
	color: #ffffff;
	font-family: "OpenSansBold";
	border: none;
	cursor: pointer;
}
.free-btn:hover {
	background-color: #ff1744;
}
.free-phone{
	box-sizing: border-box;
	height: 49px;
	width: 100%;
	border-radius: 4px;
	background-color: #ffffff;
	border: solid 1px #dadada;
	font-size: 18px;
	color: #000 !important;
	font-family: "OpenSansLight";
	text-align: center;
	letter-spacing: 4px;
}
.free-name{
	box-sizing: border-box;
	height: 49px;
	width: 100%;
	border-radius: 4px;
	background-color: #ffffff;
	border: solid 1px #dadada;
	font-size: 18px;
	color: #000 !important;
	font-family: "OpenSansLight";
	text-align: center;
	letter-spacing: 4px;
}
.free-name_2{
	box-sizing: border-box;
	height: 49px;
	width: 100%;
	border-radius: 4px;
	background-color: #ffffff;
	border: solid 1px #dadada;
	font-size: 18px;
	color: #000 !important;
	font-family: "OpenSansLight";
	text-align: center;
	letter-spacing: 4px;
 	margin-bottom: 10px;
}


.free-form form select{
	height: 49px;
	width: 100%;
	border-radius: 4px;
	background-color: #ffffff;
	border: solid 1px #dadada;
	padding: 0 32px;
	font-size: 12px;
	color: #000000;
	margin: 0 0 10px 0;
}
.free-form form a.phone{
	font-size: 18px;
	text-align: center;
	display: block;
	color: #000;
	margin: 0 0 21px 0;
}
.free-form form a.phone svg{
	position: relative;
	top: 3px;
	left: -9px;
}
.free-form.fixed{
	position: fixed;
	top: 75px;
}
.ui-selectmenu-text{
	height: 49px;
	width: 100%;
	border-radius: 4px;
	background-color: #ffffff;
	border: solid 1px #dadada;
	font-size: 12px;
	color: #000;
	box-sizing: border-box;
	padding: 0 !important;
	line-height: 49px !important;
	text-indent: 26px;
}
.ui-selectmenu-text:after{
	content: "";
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid #000;
	display: block;
	position: absolute;
	right: 21px;
	top: 22px;
}
.ui-menu{
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	background-color: #ffffff;
	border: solid 1px #dadada;
	border-top: none;
	font-size: 12px;
	color: #000;
	box-sizing: border-box;
	position: relative;
	top: -2px;
}
.ui-menu li{
	margin: 0 !important;
	padding: 16px 0 16px 26px !important;
}
.ui-menu li:hover{
	background: #000;
	color: #fff;
	font-family: "OpenSansBold";
}
.ui-selectmenu-button.ui-corner-top .ui-selectmenu-text{
	border: solid 1px #00deff;
}
.ui-menu{
	border: solid 1px #00deff;
	border-top: none;
}










.smi-section{
	height: 274px;
	border-top: solid 1px #efefef;
}
.portfolio-section h3,
.smi-section h3{
	overflow: hidden;
	position: relative;
	margin: 32px 0 42px;
}
.portfolio-section h3 span,
.smi-section h3 span{
	background: #fff;
	display: table;
	font-size: 26px;
	color: #474747;
	font-weight: normal;
	padding: 0 20px 0 0;
	z-index: 2;
	position: relative;
}
.portfolio-section h3:before,
.smi-section h3:before{
	display: block;
	z-index: 1;
	content: "";
	height: 1px;
	background: #cfcfcf;
	width: 100vw;
	position: absolute;
	top: 19px;
}
.portfolio-section .align-center,
.smi-section .align-center{
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 29px;
}
.smi-list li a{
	display: block;
	width: 100%;
	height: 100px;
	position: relative;
}
.smi-list li a img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
}








.portfolio-section{
	height: auto;
}
.portfolio-wrapper{
	margin: 0 -29px;
	padding: 0 35% 0 0;
}
.portfolio-wrapper li{
	float: left;
	width: 341.3px;
	height: 193px;
	overflow: hidden;
}
.portfolio-wrapper li img,
.portfolio-wrapper li a{
	width: 100%;
	height: 100%;
}
.portfolio-wrapper li a{
	display: block;
	position: relative;
}/*
.portfolio-wrapper li a:after{
	content: '';
	background-color: rgba(0, 19, 41, 0.87);
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: all .3s;
}
.portfolio-wrapper li a:before{
	z-index: 2;
	opacity: 0;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../images/icon/search-ico.png") center center no-repeat;
	transition: all .3s;
}
.portfolio-wrapper li a:hover:after,
.portfolio-wrapper li a:hover:before{
	opacity: 1;
}*/








.how-works-section{
	height: 378px;
	background: url("../images/work-bg.png") center center !important;
}
.how-works-section .align-center{
	padding: 35px 30px;
	box-sizing: border-box;
}
.how-works-section h3{
	color: #fff;
	font-size: 24px;
	font-family: "OpenSansBold";
}
.how-work-list{
	padding: 64px 0 0 21px;
}
.how-work-list li{
	color: #fff;
	float: left;
	width: 171px;
	margin-right: 48px;
}
.how-work-list p{
	border-top: solid 1px rgba(255, 255, 255, 0.34);
	font-size: 16px;
	color: #ffffff;
	padding: 13px 0 0;
	margin: 38px 0 0;
}




.how-works-section-about{
	height: 171px;
}
.how-works-section-about p{
	font-size: 14px;
	font-family: "OpenSansBold";
	border: none;
	padding: 0;
	margin: 0;
}
.how-works-section-about .how-work-list{
	padding: 21px 0 0 11px;
}
.how-works-section-about .how-work-list li{
	width: 33.33333333%;
	margin-right: 0;
}







.confidence-section{
	height: 260px;
	padding: 61px 0;
	box-sizing: border-box;
}
.confidence-section h3{
	font-size: 22px;
	color: #474747;
	font-weight: normal;
	width: 682px;
	text-align: center;
}
.trust-slider-wr{
	width: 682px;
}
.confidence-section .slick-slide{
	height: 100px;
	position: relative;
}
.confidence-section .slick-slide img{
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.trust-slider .slick-arrow,
.mobile-slider_01 .slick-arrow,
.mobile-slider_02 .slick-arrow{
	width: 15px;
	height: 15px;
	background: none;
	border: none;
	overflow: hidden;
	text-indent: -99999px;
	position: absolute;
	top: 50%;
	margin-top: -7px;
}
.trust-slider .slick-prev,
.mobile-slider_01 .slick-prev,
.mobile-slider_02 .slick-prev{
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	transform: rotate(-45deg);
	left: 0;
}
.trust-slider .slick-next,
.mobile-slider_01 .slick-next,
.mobile-slider_02 .slick-next{
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	transform: rotate(45deg);
	right: 0;
}
.trust-slider .slick-list{
	margin: 0 20px;
}


.order_form-m{
	display: none;
}



















.answers-section{
	height: 551px;
}
.answers-section > .align-center{
	padding: 22px 0 0 48px;
	box-sizing: border-box;
}
.ui-accordion{
	width: 571px;
	margin: 20px 0 0;
}
.answers-section h3{
	font-size: 32px;
	color: #1b1b1b;
	font-family: "OpenSansBold";
}
.ui-accordion .accordion-title{
	font-size: 18px;
	line-height: 1.8;
	color: #1b1b1b;
	height: 60px;
	box-sizing: border-box;
	padding: 17px 0 !important;
	text-align: center;
	font-family: "HelveticaRegular";
	font-weight: normal;
	margin-top: 10px !important;
	background-image: url("../images/icon/acc-arrow.png");
	background-repeat: no-repeat;
	background-position: 531px 20px;
}
.accordion-title_01{
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background-color: #d6fffd;
}
.accordion-title_02{
	background-color: #d6fdff;
}
.accordion-title_03{
	background-color: #d6f4ff;
}
.accordion-title_04{
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background-color: #d6eaff;
}
.ui-accordion-content{
	position: relative;
	background-color: #ffffff;
	border: solid 1px #eeeeee;
}
.ui-accordion .ui-accordion-content.ui-accordion-content-active:before{
	content: "_";
	display: block;
	position: absolute;
	font-size: 20px;
	color: #1b1b1b;
	font-family: "HelveticaRegular";
	top: 10px;
	left: 28px;
	line-height: 1;
}


















.bottom-contant{
	background: url("../images/Landing-page/bottom-background.jpg") center center no-repeat !important;
	background-size: auto 100% !important;
	height: 516.4px;
}
.footer-form{
	width: 672px;
	height: 403px;
	border-radius: 4px;
	background-color: rgba(250, 250, 250, 0.7);
	border: solid 1px #dadada;
	margin: 0 auto;
	position: relative;
	top: 57px;
	text-align: center;
}
.footer-form h3{

	font-family: "OpenSansBold";
	padding: 36px 0 35px;
	font-size: 20px;
	color: #000000;
}
.footer-form-text1{
	font-size: 14px;
	color: #000;
}
.footer-form-text3{
	font-size: 14px;
	color: #000;
	font-family: "HelveticaItalic";
}
.footer-form .cost-work{
	font-size: 18px;
}
.footer-form .free-btn{
	width: 323px;
	height: 65px;
	margin: 32px 0 19px;
	line-height: 65px;
	font-size: 16px;
}
.footer-form .free-phone{
	width: 229px;
	float: center;
	margin-left: 17px;
}
.footer-form .free-name{
	width: 229px;
	float: center;
	margin-left: 17px;
}

.footer-form .custom-select1{
	width: 160px;
}
.footer-form .custom-select2{
	width: 183px;
}
.footer-form .ui-selectmenu-button-div{
	float: left !important;
}
.footer-form .row-field{
	margin: 15px 0 31px;
}
.footer-form .ui-selectmenu-button-div:first-child{
	margin: 0 17px 0 34px;
}
.footer-form .ui-selectmenu-button span.ui-selectmenu-text{
	font-size: 14px;
	color: #000000;
	font-family: "OpenSansBold";
	text-indent: 15px;
}
.footer-form .ui-selectmenu-text:after {
	right: 14px;
}

.conten-wrapper > .align-center{
	padding: 70px 31px;
	box-sizing: border-box;
}
.conten-wrapper img{
	width: 294px;
	float: left;
	margin: 0 23px 23px 0;
}
.conten-wrapper h3{
	font-size: 34px;
	line-height: 1.3;
	color: #000000;
	font-family: "OpenSansBold";
}
.conten-wrapper p{
	margin: 18px 0 0;
	font-size: 16px;
	color: #535353;
}





.visa-section{
	text-align: center;
	height: 172px;
	background: #00051c !important;
}
.visa-section p{
	font-size: 26px;
	color: #ffffff;
	font-family: "HelveticaLight";
	padding: 49px 0 37px;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	width: 100%;
	margin: -306px auto 0;
	height: 306px;
	background: #001728;
	position: relative;
	text-align: center;
	padding: 28px 0 15px;
	box-sizing: border-box;
}
.footer__nav li{
	display: inline-block;
	margin: 0 12px;
}
.footer__nav-link{
	font-family: "HelveticaRegular";
	text-decoration: underline;
	font-size: 18px;
	color: #00deff;
}
.footer__nav-link:hover{
	color: #fff;
}
.footer__social-link{
	width: 62px;
	height: 62px;
	box-sizing: border-box;
	float: left;
	line-height: 62px;
	border-radius: 100%;
	display: block;
	border: solid 1px rgba(255, 255, 255, 0.3);
	padding: 3px 0 0;
}
.footer__social-link:hover{
	border: solid 1px #00deff;
}
.footer__social-link:hover #facebook{
	stroke: #00deff;
}
.footer__social-link:hover #instagram,
.footer__social-link:hover #Vkontakte{
	fill: #00deff;
}
.footer__social li{
	display: inline-block;
	margin: 0 2px;
}
.footer__phone{
	color: #fff;
	font-size: 22px;
	margin: 59px 0 20px;
	display: block;
}
.footer__phone svg{
	position: relative;
	top: 2px;
	left: 2px;
	margin-right: 12px;
}
.about-company-text{
	margin: 33px 0 0;
	font-size: 12px;
	color: #9db5bf;
	font-family: "HelveticaRegular";
	line-height: 14px;
	padding: 0 20px;
}
form .error .ui-selectmenu-text,
form .error input.input_phone{
	border: solid 2px #FF5252;
}
.mobile-btn{
	display: none;
	float: left;
	margin: 0 0 0 30px;
}
.mobile-btn button{
	border: none;
	background: none;
}
.mobile-btn span{
	width: 24.7px;
	height: 3.3px;
	background-color: #ffffff;
	margin: 3px 0;
	display: block;
}
.ya-share2__list .ya-share2__badge{
	width: 62px !important;
	height: 62px !important;
	border: solid 1px rgba(255, 255, 255, 0.3) !important;
	background: none !important;
	border-radius: 100% !important;
	padding: 18px 0 0;
	box-sizing: border-box;
}
.ya-share2__list .ya-share2__badge:hover{
	border: solid 1px #00deff !important;
}
.mobile-text,
.mobile-slider_01{
	display: none;
}
.mobile-block{
	display: none;
}
.ms-wrapper{
	min-height: 424px;
	position: relative;
	overflow: hidden;
}

.our-team .align-center{

}
.our-team{
	padding: 0 0 50px;
}
.our-team__wrapper{
	position: relative;
}
.our-team__wrapper > a{
	display: block;
	width: 25px;
	margin: 10px auto 0;
}
.our-team__position{
	position: absolute;
	top: -45px;
	background: #39b2e5;
	color: #fff;
	padding: 10px;
	left:20%;
	border-radius: 5px;
	opacity: 0;
	transition: opacity .3s;
	z-index: 2;
	white-space: nowrap;
}
.our-team__position:before{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid #39b2e5;
	position: absolute;
	bottom: -10px;
}
.our-team__img{
	width: 140px;
	height: 140px;
	overflow: hidden;
	margin: 0 auto;
}
.our-team__img .front-img{
	display: block;
	width: 100%;
	height: 100%;
}
.our-team__img .back-img{
	display: none;
	width: 100%;
	height: 100%;
}
.our-team__name{
	margin: 10px 0 0;
	text-align: center;
}
.our-team__name svg{
	position: relative;
	top: 4px;
	margin-left: 10px;

}
.our-team__item:hover .our-team__img .front-img{
	display: none;
}
.our-team__item:hover .our-team__img .back-img{
	display: block;
}
.our-team__item:hover .our-team__position{
	opacity: 1;
}





.popup{
	   width: 500px;
    	height: 185px;
    	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
	font-size: 16pt;
}

.popup .text_popup {
position: absolute;
left:240px;
top:10px;
z-index: 999;
color: #000000;
font-weight: 600;
}
.anketa-top-banner{
	height: 640px;
	position: relative;
	width: 100%;
	background: #000000 url("../images/1sbg.jpg") center center no-repeat !important;
}
.anketa-top-banner:before{
	background: rgba(0, 0, 0, 0.6);
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
}
.anketa-top-banner p{
	position: relative;
	z-index: 4;
	width: 100%;
	min-height: 85px;
	background-color: transparent;
	line-height: 45px;
	text-align: center;
	font-size: 34px;
	color: #FFFFFF;
	font-family: ;
	font-weight: 800;
		font-family: "OpenSansBold";
	
	padding: 100px 0 30%;
}

.anketa-top-banner span{
font-size: 40px;
}
.anketa-top-banner a{
	line-height: 29px;
	font-size: 24px;
	color: #000000;
	z-index: 3;
	width: 311px;
	background: #21ff00;
	position: relative;
	padding: 20px;
	font-family: "OpenSansRegular";
	font-weight: 700;
	margin: 0 auto;
	display: table;
	text-align: center;
}
.anketa-text{
	padding: 50px 0 100px;
}
.anketa-text__item{
	text-align: center;
	padding: 0 50px;
	box-sizing: border-box;
}
.anketa-text__img{
	height: 150px;
	width: 150px;
	position: relative;
	margin: 0 auto;
}
.anketa-text__img img{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.anketa-text__title{
	height: 44px;
	overflow: hidden;
	line-height: 22px;
	font-size: 18px;
	color: #333333;
	font-family: "OpenSansRegular";
	font-weight: 700;
	margin: 5px 0 10px;
}
.anketa-text__text{
	line-height: 22px;
	font-size: 16px;
	color: #333333;
	font-family: "OpenSansLight";
	font-weight: 400;
	height: 114px;
	overflow: hidden;
}
.anketa-form__title{
	line-height: 39px;
	text-align: center;
	font-size: 34px;
	color: #474747;
	font-family:"OpenSansRegular";
	font-weight: 800;
}
.anketa-form{
	padding-bottom: 100px;
}
.contact_form input, .contact_form textarea, .contact_form select {
	padding-right: 30px;
}
.contact_form input, .contact_form textarea, .contact_form select {
	-moz-transition: padding .25s;
	-webkit-transition: padding .25s;
	-o-transition: padding .25s;
	transition: padding .25s;
}
.contact_form {
	line-height: 48px;
	text-align: center;
	font-size: 40px;
	color: #333335;
	font-family: "OpenSansLight";
	font-weight: 800;
	padding: 50px 0 0;
}
.contact_form label{
	font-size: 14pt;
	margin-top: 3px;
	display: block;
	text-align: left;
	font-family: "OpenSansLight";
	font-weight: 100;
}
.contact_form input[type="text"], .contact_form input[type="number"], .contact_form input[type="email"] {
	height: 30px;
	width: 500px;
	padding: 5px 8px;
	font-size: 17pt;
	font-family: "OpenSansLight";
	font-weight: 100;
	line-height: 28px;
}
.contact_form input[type="text"], .contact_form input[type="number"], .contact_form input[type="email"], .contact_form textarea, .contact_form select {
	border: 1px solid #D5D9D9;
	-webkit-appearance: none;
}
.form_hint {
	background: #0090F7;
	border-radius: 0;
	color: white;
	margin-left: 8px;
	margin-top: 4px;
	padding: 1px 6px;
	z-index: 1;
	position: absolute;
	display: none;
	width: 180px;
	text-align: center;
	right: -195px;
	bottom: 8px;
	line-height: 28px;
}
.form_hint, .required_notification {
	font-size: 11px;
}
.contact_form li {
	padding: 12px;
	margin: 0px auto;
	text-align: left;
	position: relative;
}
.contact_form ul {
	width: 533px;
	list-style-type: none;
	list-style-position: outside;
	margin: 0 auto;
	padding: 0px;
}
.contact_form {
	font-family: "OpenSansLight";
	font-weight: 700;
	color: #868686;
	margin: auto;
}
.contact_form textarea {
	padding: 8px;
	width: 500px;
	height: 60px;
	font-size: 17pt;
	font-family: "OpenSansLight";
	font-weight: 100;
}
.contact_form select {
	height: 42px;
	width: 520px;
	padding: 5px 8px;
	font-size: 17pt;
	border-radius: 0;
	line-height: 1;
	font-family: "OpenSansLight";
	font-weight: 100;
}
.contact_form input, .contact_form textarea, .contact_form select {
	-moz-transition: padding .25s;
	-webkit-transition: padding .25s;
	-o-transition: padding .25s;
	transition: padding .25s;
}
.radio_button {
	display: inline-block;
	position: relative;
	padding-left: 5px;
	margin-right: 15px;
	font-size: 12pt;
	font-family: "OpenSansLight";
	font-weight: 100;
	padding-top: 5px;
}
.contact_form button.submit {
	background-color: #0090F7;
	width: 520px;
	height: 70px;
	border-radius: 0px;
	color: white;
	font-size: 24pt;
	font-family: "OpenSansLight";
	border: none;
	font-weight: 400;
}
.contact_form input:focus + .form_hint {
	display: inline;
}

.form_hint::before {
	content: "\25C0";
	color: #0090F7;
	position: absolute;
	top: 1px;
	left: -6px;
}







@media (max-width: 1040px){

	.align-center {
		width: 992px;
	}
	.address-block {
		margin: 37px 0 0 101px;
	}
	body.scrolling .address-block {
		margin: 20px 0 0 101px;
	}


}
@media (max-width: 991px){
		.utp {
font-size: 40px;
font-weight:lighter;
line-height:30px;
}

	.review-item > .row{
		width: 98%;
		margin: 0 0 10px 0;
		padding: 10px;
	}
	.review-img{
		max-width: 100%;
		height: auto;
	}
	.align-center {
		width: 768px;
	}
	.address-block {
		margin: 27px 0 0 20px;
	}
	body.scrolling .address-block {
		margin: 20px 0 0 20px;
	}
	.header {
		height: 75px;
	}
	.content {
		padding: 75px 0 306px;
	}
	.header-nav {
		margin: 26px 0 0 38px;
	}
	.header .logo {
		margin: 23px 0 0 0;
	}
	.header-nav ul li {
		margin: 0 12px 0 0;
	}
	.header-nav ul li a {
		font-size: 15px;
	}
	.header .logo img{
		width: 150px;
	}
	.address-block__address {
		margin: 0 0 0 20px;
	}
	body.scrolling .header .logo {
		margin: 16px 0 0 0;
	}
	.top-section__lc {
		width: 270px;
		margin: 0;
	}
	.top-section__lc-item {
		padding: 49px 0 25px 0;
	}
	.ts-item__lc {
		width: 72px;
	}
	.top-section__wrapper {
		width: 423px;
	}
	.top-section__wrapper .ui-selectmenu-button{
		width: 100% !important;
	}
	.top-section__wrapper .ui-selectmenu-text{
		width: 100%;
	}
	.portfolio-wrapper {
		padding: 0;
	}
	.portfolio-wrapper li {
		width: 50%;
		height: 218px;
	}
	.trust-slider-wr {
		width: 100%;
	}
	.answers-section h3 br,
	.top-section__wrapper .cost-text br{
		display: none;
	}
	.ui-accordion {
		width: 100%;
	}
	.answers-section > .align-center {
		padding: 22px 0 0 0;
	}
	.ui-accordion .accordion-title {
		background-position: 96% 20px;
	}
	.how-work-list li{
		text-align: center;
		float: none;
		display: inline-block;
		margin: 0;
	}
	.how-works-section h3,
	.how-work-list{
		text-align: center;
	}
	.how-work-list {
		padding: 64px 0 0 0;
	}
	.free-form {
		width: 100%;
	}
	.free-form form {
		padding: 15px 10px;
	}
	.form_hint{
		display: none !important;
	}
}
@media (max-width: 767px){
		.utp {
font-size: 31px;
font-weight:lighter;
line-height:30px;
}

	.our-team__position{
		left: 10%;
	}
	.anketa-text__item{
		width: 50%;
	}
	.our-team__item{
		margin-bottom: 40px;
		width: 50%;
		height: 220px;
	}
	.reviews-section__title br{
		display: block;
	}
	.mobile-slider_01{
		display: block;
	}
	.order_form-d,
	.ms-wrapper{
		display: none;
	}
	.how-works-section-about .how-work-list li{
		width: 32%;
		margin-right: 0;
		float: left;
	}
	.how-work-list li {
		width: 32%;
	}
	.address-block {
		float: right;
	}
	.mobile-btn{
		display: block;
	}
	.address-block__address{
		display: none;
	}
	.align-center {
		width: 100%;
	}
	.conten-wrapper > .align-center {
		padding: 20px 0;
	}
	.conten-wrapper img {
		width: calc(100% + 40px);
		float: none;
		margin: 0 -20px 20px;
	}
	.conten-wrapper h3{
		font-size: 21px;
		line-height: 1.2;
		font-family: "OpenSansRegular";
		font-weight: normal;
	}
	.footer-form{
		width: 100%;
		height: auto;
		padding-bottom: 10px;
	}
	.bottom-contant{
		height: auto;
		min-height: 554px;
	}
	.footer__nav,
	.footer__phone{
		display: none;
	}
	.footer {
		margin: 0;
		height: auto;
	}
	.content {
		padding: 75px 0 0;
	}
	.visa-section p {
		padding: 0 0 37px;
	}
	.visa-section {
		height: auto;
		padding: 30px 20px !important;
		background: none !important;
	}
	.how-works-section-about {
		min-height: 255px;
		height: auto;
	}
	.how-works-section .align-center {
		padding: 35px 0;
	}
	.how-works-section .col-xs-8 .col-xs-18{
		width: 100%;
		text-align: center;
		padding-top: 20px;
	}
	.how-works-section .col-xs-8 .col-xs-6{
		height: 80px;
		width: calc(100% - 40px);
		text-align: center;
		border-bottom: solid 1px rgba(255, 255, 255, 0.34);
		margin: 0 20px;
	}
	.how-works-section-about .how-work-list{
		padding: 0;
	}
	.how-works-section-about p{
		padding: 0 20px;
	}
	.header-nav{
		display: none;
		position: absolute;
		top: 75px;
		margin: 0 -20px;
		width: 100%;
		float: none;
	}
	header .align-center{
		padding: 0 20px;
		box-sizing: border-box;
	}
	.header-nav ul li {
		float: none;
		margin: 0;
		text-align: center;
	}
	.header-nav ul li a {
		font-size: 18px;
		display: block;
		color: #000;
		background-color: #00deff;
		padding: 19px 0;
		border-bottom: solid 1px rgba(0, 0, 0, 0.08);
	}
	.header-nav ul li a:hover{
		background-color: #00d2f1;
	}
	.top-section h1 {
		font-size: 20px;
		line-height: 28px;
		padding: 20px 0 20px;
		margin: 0;
	}
	.top-section h1 span {
		font-size: 20px;
	}
	.top-section__lc {
		width: 100%;
		float: none;
	}
	.ts-item__rc p br{
		display: none;
	}
	.top-section__lc-item {
		padding: 18px 0 15px 0;
		height: 61px;
	}
	.ts-item__lc{
		text-align: center;
	}
	.ts-item__lc img{
		height: 31px;
	}
	.ts-item__rc p{
		padding: 0 0 0 20px;
	}
	.top-section__rc {
		float: none;
		margin: 0 0 10px 0;
	}
	.top-section__wrapper {
		width: 100%;
	}
	.top-section {
		height: auto;
		padding-bottom: 30px;
	}
	body.scrolling .header-nav {
		margin: 0;
		top: 60px;
		left: 0;
	}
	.smi-list .col-xs-4{
		width: 33.333%;
	}
	.smi-section {
		height: auto;
		border-top:none;
		border-bottom: solid 1px #efefef;
	}
	.portfolio-section h3 span,
	.smi-section h3 span{
		margin: 0 auto;
		padding: 0 20px;
		text-align: center;
		font-size: 18px;
	}
	.portfolio-section .align-center, .smi-section .align-center {
		overflow: hidden;
		box-sizing: border-box;
		padding: 0 20px;
	}
	.portfolio-section h3, .smi-section h3 {
		margin: 32px -20px 42px;
	}
	.portfolio-section h3:before, .smi-section h3:before {
		top: 12px;
	}
	.ui-accordion .accordion-title{
		border-radius: 0;
		margin: 0 !important;
	}
	.answers-section h3,
	.how-works-section h3,
	.reviews-wrapper > .col-xs-7{
		display: none;
	}
	.answers-section {
		height: auto;
	}
	.bottom-contant .align-center{
		padding: 20px 20px 0;
		box-sizing: border-box;
		position: relative;
	}
	.footer-form{
		top: 0;
	}
	.confidence-section h3 {
		font-size: 18px;
		width: 100%;
	}
	.reviews-section__title {
		font-size: 20px;
		display: block;
		text-align: center;
		margin: 0 -10px 40px;
	}
	.fb-like {
		text-align: center;
	}
	.reviews-wrapper > .col-xs-17{
		width: 100%;
	}
	.reviews-section > .align-center {
		padding: 20px 20px 0;
	}
	.footer-form .ui-selectmenu-button-div {
		float: none !important;
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.footer-form .free-phone {
		width:100%;
		float: none;
		margin-left: 0;
	}
	.footer-form .custom-select2,
	.footer-form .custom-select1{
		width: 100%;
	}
	.footer-form .ui-selectmenu-button-div:first-child {
		margin: 0;
	}
	.footer-form .free-btn {
		width: calc(100% - 48px);
	}/*
	.trust-slider > div{
		min-width: 33.333%;
		display: inline-block;
		text-align: center;
		margin: 10px 0;
	}*/
	.trust-slider-wr{
		padding: 0 20px;
		box-sizing: border-box;
	}
	.trust-slider{
		margin: 40px 0;
		text-align: center;
	}
	.confidence-section {
		height: auto;
		padding: 42px 0 20px;
	}
	.answers-section > .align-center {
		padding: 0;
	}
	.ui-accordion {
		width: 100%;
		margin: 0;
	}
	.top-section .align-center{
		padding: 0 20px;
	}
	.top-section__wrapper {
		height: auto;
	}
	.footer-form .row-field {
		font-size: 0;
	}
	.footer-form .ui-selectmenu-button-div{
		margin: 5px 0;
	}
	.footer-form h3 {
		padding: 36px 10px 35px;
	}
	.ui-accordion .accordion-title{
		height: auto;
		padding-right: 40px !important;
		padding-left: 10px !important;
	}
	.show-more{
		display: none;
	}
	.review-item > .row {
		height: auto;
		width: 100%;
	}
	.col-xs-7.reviews-lc img{
		margin: 0 auto;
	}
	.reviews-wrapper .slick-slider{
		padding: 0 20px;
	}
	.reviews-section{
		padding-bottom: 20px;
	}
	.reviews-section,
	.portfolio-section{
		height: auto;
	}
	.portfolio-wrapper li {
		height: auto;
	}
	.portfolio-section h3:before{
		display: none;
	}
	.portfolio-section .slick-dots{
		text-align: center;
		position: absolute;
		z-index: 5;
		bottom: 10px;
		width: 100%;
	}
	.reviews-section .slick-dots{
		text-align: center;
		position: absolute;
		z-index: 5;
		bottom: -20px;
		width: calc(100% - 40px);
	}
	.portfolio-section .slick-dots li,
	.reviews-section .slick-dots li{
		display: inline-block;
		margin: 0 4px;
		float: none;
		width: 7px;
		height: 7px;
		overflow: visible;
	}
	.portfolio-section .slick-dots li button{
		width: 7px;
		height: 7px;
		opacity: 0.35;
		background-color: #ffffff;
		border-radius: 100%;
		text-indent: -999px;
		overflow: hidden;
		border: none;
	}
	.reviews-section .slick-dots li button{
		width: 7px;
		height: 7px;
		background-color: #ffffff;
		border-radius: 100%;
		text-indent: -999px;
		overflow: hidden;
		border: 1px solid #d4d4d4;
	}
	.reviews-section .slick-dots li.slick-active button{
		background: #d4d4d4;
	}
	.portfolio-section .slick-dots li.slick-active button{
		opacity: 1;
	}
	.portfolio-section{
		position: relative;
	}
	.conten-wrapper h3,
	.conten-wrapper p{
		padding: 0 20px;
	}








	.order_form-m{
		display: block;
		padding: 0 10px 10px;
	}
	.order_form-m .cost-text{
		color: #005966;
		font-family: "OpenSansItalic";
		text-align: left;
	}
	.order_form-m .cost-text br{
		display: none;
	}
	.order_form-m .free-btn {
		width: 100% !important;
		margin: 12px 0;
	}
	.order_form-m h3 {
		padding: 20px 0 20px;
	}
	.order_form-m .col-xs-24 label{
		font-size: 12px;
		color: #878787;
		font-family: "OpenSansItalic";
	}
	.order_form-m .col-xs-24{
		text-align: left;
	}
	.order_form-m .free-phone{
		text-align: left;
		text-indent: 20px;
	}
	.order_form-m .phone{
		font-size: 14px;
		color: #000000;
		font-family: "OpenSansBold";
		margin-bottom: 20px;
		display: block;
	}
	.order_form-m .phone img{
		position: relative;
		top: 2px;
	}
	.order_form-m #iphoneid{
		text-indent: 80px;
	}
	.order_form-m .work-nd{
		box-sizing: border-box;
		height: 49px;
		width: 100%;
		border-radius: 4px;
		background-color: #ffffff;
		border: solid 1px #dadada;
		font-size: 18px;
		color: #000 !important;
		font-family: "OpenSansLight";
		text-align: left;
		text-indent: 20px;
	}
	.order_form-m .iphoneid-wr{
		position: relative;
	}
	.order_form-m .iphoneid-wr label{
		font-size: 14px;
		color: #000000;
		font-family: "OpenSansBold";
		position: absolute;
		left: 20px;
		top: 38px;
	}
	.order_form-m .iphoneid-wr span{
		font-size: 12px;
		color: #878787;
		font-family: "OpenSansItalic";
	}
	.mobile-text{
		display: block;
		font-size: 20px;
		line-height: 1.4;
		color: #ffffff;
		font-family: "OpenSansBold";
		text-align: center;
		margin: 10px 0 30px;
		position: relative;
	}
	.bottom-contant .order_form.order_form-m{
		padding: 0 20px 10px;
	}
	.bottom-contant .order_form.order_form-m .col-xs-24{
		margin-top: 5px;
	}
	/*.fancybox-opened .fancybox-title{
		width: 100%;
		right: 0;
		left: 0;
		margin-bottom: -73%;
	}
	.fancybox-title-float-wrap .child{
		width: 100%;
		margin: 0 !important;
		box-sizing: border-box;
		word-wrap: break-word;
		display: block;
		white-space: normal;
	}*/
	.fancybox-title-float-wrap .child{
		word-wrap: break-word;
		white-space: normal;
		width: 100%;
		margin: 0 !important;
		box-sizing: border-box;
	}
	.fancybox-title-float-wrap {
		position: static;
		bottom: 0;
		right: 0;
		text-align: center;
		width: 100%;
		margin: 0;
		margin-top: 20px;
	}
	.fancybox-wrap{
		width: calc(100% - 40px) !important;
	}
	.fancybox-inner{
		width: 100% !important;
	}
	.fancybox-image{
		width: auto !important;
		margin: 0 auto;
	}
	.mobile-block{
		text-align: center;
		display: block;
		color: #fff;
		height: auto;
		background: url("../images/crash-iphone-2.png") center center no-repeat !important;
		padding: 25px 0;
		box-sizing: border-box;
	}
	.mobile-block span{
		font-size: 18px;
		display: block;
		color: #ffffff;
	}
	.mobile-block a{
		font-size: 22px;
		color: #ffffff;
		font-family: "OpenSansBold";
		display: block;
		margin: 15px 0 0;
	}
}
@media (max-width: 420px){

	.utp {
font-size: 20px;
font-weight:lighter;
line-height:30px;
}


	.address-block__phone{
		display: none;
	}
	.top-section .align-center{
		padding: 0 10px;
	}
	.smi-list li a img {
		max-width: 90%;
	}
	.smi-list .col-xs-4 {
		width: 50%;
	}

	.bottom-contant .align-center {
		padding: 20px 10px 0;
	}
	.footer-form .ui-selectmenu-button-div {
		padding: 0 10px;
		margin: 5px 0;
	}
	.footer-form .free-btn {
		width: calc(100% - 20px);
	}
	.visa-section {
		padding: 20px 0 !important;
	}
	.footer-form h3 {
		padding: 22px 10px 26px;
		font-size: 14px;
	}
	.how-works-section{
		display: none;
	}
	.confidence-section h3 {
		padding: 0 10px;
		box-sizing: border-box;
	}
	.top-section__wrapper .row .col-xs-12{
		width: 100%;
		padding: 0 !important;
	}
	.top-section__wrapper {
		padding: 20px 10px;
	}
	.top-section__wrapper .col-xs-24 {
		margin: 0;
	}
	.top-section__wrapper .free-btn {
		font-size: 14px;
	}
	.top-section__lc-item {
		height: auto;
	}
	.ts-item__rc {
		width: calc(100% - 72px);
	}
	.ts-item__rc p {
		padding: 0;
	}
}
@media (max-width: 570px){
	.contact_form input[type="text"], .contact_form input[type="number"], .contact_form input[type="email"],
	.contact_form textarea,
	.contact_form select,
	.contact_form button.submit{
		width: 100%;
		margin: 0 auto 20px;
		box-sizing: border-box;
		display: block;
		height: 40px;
	}
	.contact_form textarea{
		height: 100px;
		line-height: 36px;
	}
	.contact_form button.submit{
		height: 70px;
	}
	.contact_form ul {
		width: 94%;
	}
	.anketa-top-banner p {
		line-height: 37px;
		padding: 10% 0;
		font-size: 30px;
	}
	.anketa-top-banner a {
		font-size: 22px;
		padding: 20px 0;
	}
	.contact_form li {
		padding: 0;
	}
	.anketa-top-banner {
		height: 350px;
	}
	.anketa-top-banner a{
		width: 94%;
		box-sizing: border-box;
		margin: 0 auto ;
		display: block;
	}
}
@media (max-width: 530px){
	.anketa-text__item {
		padding: 0 10px;
	}
	.anketa-text__img {
		height: 130px;
		width: 130px;
	}
	.anketa-form__title {
		line-height: 33px;
		font-size: 30px;
	}
}
@media (max-width: 360px){

	.our-team__position{
		left: 11px;
	}







	.order_form-m .free-btn{
		font-size: 14px;
	}
	.top-section__rc .order_form-m h3{
		padding: 10px 0;
		font-size: 15px;
	}
	.top-section__wrapper .row {
		margin: 10px 0 0;
	}
	.top-section__wrapper {
		padding: 10px;
	}
	.top-section__wrapper a.phone{
		margin-bottom: 10px;
	}
	.top-section h1 {
		padding: 10px 0;
	}
	.header {
		height: 50px;
	}
	.content {
		padding: 50px 0 0;
	}
	.header .logo {
		margin: 12px 0 0 0;
	}

		.header .logo {
		margin: 12px 0 0 0;
		height: 45%;
	}

			.header .logo .logo_masterzen {
		float: right;
		width: 45%;
	}


	.address-block {
		margin: 14px 0 0 20px;
	}
	.header-nav {
		top: 50px;
	}
}


.hide-layout {
  background: #000; /* фон */
  bottom: 0;  /* координата снизу */
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* прозрачность для IE */
  height: 100%; /* высота на всю страницу */
  opacity: 0.5;  /* прозрачность слоя */
  position: fixed; /* фиксируем элемент на странице*/
  top: 0; /* координата сверху */
  width: 100%; /* ширина на всю страницу */
  z-index: 998; /* z-index для перекрытия остальных элементов */
  display: none;
}


.cssload-loader {
display: none;
	 z-index: 999;
	position: fixed;
	left: calc(50% - 56px);
	top:300px;

	width: 112px;
	height: 112px;
	border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
	perspective: 1400px;
}

.cssload-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;	
}

.cssload-inner.cssload-one {
	left: 0%;
	top: 0%;
	animation: cssload-rotate-one 1.75s linear infinite;
		-o-animation: cssload-rotate-one 1.75s linear infinite;
		-ms-animation: cssload-rotate-one 1.75s linear infinite;
		-webkit-animation: cssload-rotate-one 1.75s linear infinite;
		-moz-animation: cssload-rotate-one 1.75s linear infinite;
	border-bottom: 5px solid rgb(64,196,255);
}

.cssload-inner.cssload-two {
	right: 0%;
	top: 0%;
	animation: cssload-rotate-two 1.75s linear infinite;
		-o-animation: cssload-rotate-two 1.75s linear infinite;
		-ms-animation: cssload-rotate-two 1.75s linear infinite;
		-webkit-animation: cssload-rotate-two 1.75s linear infinite;
		-moz-animation: cssload-rotate-two 1.75s linear infinite;
	border-right: 5px solid rgb(0,176,255);
}

.cssload-inner.cssload-three {
	right: 0%;
	bottom: 0%;
	animation: cssload-rotate-three 1.75s linear infinite;
		-o-animation: cssload-rotate-three 1.75s linear infinite;
		-ms-animation: cssload-rotate-three 1.75s linear infinite;
		-webkit-animation: cssload-rotate-three 1.75s linear infinite;
		-moz-animation: cssload-rotate-three 1.75s linear infinite;
	border-top: 5px solid rgb(0,145,234);
}







@keyframes cssload-rotate-one {
	0% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-one {
	0% {
		-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-one {
	0% {
		-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-one {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-one {
	0% {
		-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@keyframes cssload-rotate-two {
	0% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-two {
	0% {
		-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-two {
	0% {
		-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-two {
	0% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-two {
	0% {
		-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@keyframes cssload-rotate-three {
	0% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-three {
	0% {
		-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-three {
	0% {
		-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-three {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-three {
	0% {
		-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}




.cssload-bell {
	width: 97px;
	height: 99px;
	border-radius: 100%;
	position: fixed;
	left: calc(50% - 49px);
	display: none;
	top:300px;
	z-index: 999;
}

.cssload-circle {
	width: 100%;
	height: 100%;
	position: absolute;
}
.cssload-circle .cssload-inner {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	border: 5px solid rgb(129,199,132);
	border-right: none;
	border-top: none;
	background-clip: padding;
	box-shadow: inset 0px 0px 10px rgb(64,196,255);
}

.cssload-circle:nth-of-type(0) {
	transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
}
.cssload-circle:nth-of-type(0) .cssload-inner {
	animation: cssload-spin 2.3s infinite linear;
		-o-animation: cssload-spin 2.3s infinite linear;
		-ms-animation: cssload-spin 2.3s infinite linear;
		-webkit-animation: cssload-spin 2.3s infinite linear;
		-moz-animation: cssload-spin 2.3s infinite linear;
}

.cssload-circle:nth-of-type(1) {
	transform: rotate(70deg);
		-o-transform: rotate(70deg);
		-ms-transform: rotate(70deg);
		-webkit-transform: rotate(70deg);
		-moz-transform: rotate(70deg);
}
.cssload-circle:nth-of-type(1) .cssload-inner {
	animation: cssload-spin 2.3s infinite linear;
		-o-animation: cssload-spin 2.3s infinite linear;
		-ms-animation: cssload-spin 2.3s infinite linear;
		-webkit-animation: cssload-spin 2.3s infinite linear;
		-moz-animation: cssload-spin 2.3s infinite linear;
}

.cssload-circle:nth-of-type(2) {
	transform: rotate(140deg);
		-o-transform: rotate(140deg);
		-ms-transform: rotate(140deg);
		-webkit-transform: rotate(140deg);
		-moz-transform: rotate(140deg);
}
.cssload-circle:nth-of-type(2) .cssload-inner {
	animation: cssload-spin 2.3s infinite linear;
		-o-animation: cssload-spin 2.3s infinite linear;
		-ms-animation: cssload-spin 2.3s infinite linear;
		-webkit-animation: cssload-spin 2.3s infinite linear;
		-moz-animation: cssload-spin 2.3s infinite linear;
}

.cssload-bell {
	animation: cssload-spin 5.75s infinite linear;
		-o-animation: cssload-spin 5.75s infinite linear;
		-ms-animation: cssload-spin 5.75s infinite linear;
		-webkit-animation: cssload-spin 5.75s infinite linear;
		-moz-animation: cssload-spin 5.75s infinite linear;
}



@keyframes cssload-spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

@-o-keyframes cssload-spin {
	from {
		-o-transform: rotate(0deg);
	}
	to {
		-o-transform: rotate(360deg);
	}
}

@-ms-keyframes cssload-spin {
	from {
		-ms-transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
	}
}

@-webkit-keyframes cssload-spin {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes cssload-spin {
	from {
		-moz-transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(360deg);
	}
}


.master
.jetpack {
    width: 100%;
    height: 185px;
    position: inherit;
    right: 0;
    top: 0;
    background-color: #03b2e9;
}

.master .jetpack
.fly {
    width: 88px;
    height: 142px;
    position: absolute;
    left: 100px;
    top: 20px;
    -moz-animation: float 1000ms infinite ease-in-out;
    -webkit-animation: float 1000ms infinite ease-in-out;
    animation: float 1000ms infinite ease-in-out
}

@-webkit-keyframes
float {
    0% {
        -webkit-transform: translateY(5px) translateX(1px);
        -moz-transform: translateY(5px) translateX(1px);
        transform: translateY(5px) translateX(1px)
    }

    50% {
        -webkit-transform: translateY(-5px) translateX(-1px);
        -moz-transform: translateY(-5px) translateX(-1px);
        transform: translateY(-5px) translateX(-1px)
    }

    100% {
        -webkit-transform: translateY(5px) translateX(1px);
        -moz-transform: translateY(5px) translateX(1px);
        transform: translateY(5px) translateX(1px)
    }
}

@-moz-keyframes
float {
    0% {
        -webkit-transform: translateY(5px) translateX(1px);
        -moz-transform: translateY(5px) translateX(1px);
        transform: translateY(5px) translateX(1px)
    }

    50% {
        -webkit-transform: translateY(-5px) translateX(-1px);
        -moz-transform: translateY(-5px) translateX(-1px);
        transform: translateY(-5px) translateX(-1px)
    }

    100% {
        -webkit-transform: translateY(5px) translateX(1px);
        -moz-transform: translateY(5px) translateX(1px);
        transform: translateY(5px) translateX(1px)
    }
}

@keyframes
float {
    0% {
        -webkit-transform: translateY(5px) translateX(1px);
        -moz-transform: translateY(5px) translateX(1px);
        transform: translateY(5px) translateX(1px)
    }

    50% {
        -webkit-transform: translateY(-5px) translateX(-1px);
        -moz-transform: translateY(-5px) translateX(-1px);
        transform: translateY(-5px) translateX(-1px)
    }

    100% {
        -webkit-transform: translateY(5px) translateX(1px);
        -moz-transform: translateY(5px) translateX(1px);
        transform: translateY(5px) translateX(1px)
    }
}

.master .jetpack .fly
.hombre {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/fly_master/hombre.png) no-repeat;
    left: 0;
    top: 0;
    z-index: 2;
    
	   -moz-transform: scaleX(-1);
     -o-transform: scaleX(-1);
-webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
    -ms-filter: "FlipH";
  
}

.master .jetpack
.fuego {
    width: 25px;
    height: 32px;
    position: absolute;
    background: url(../images/fly_master/fuego.png) no-repeat;
    left: 0px;
    top: 113px;
     z-index: 1;
    -webkit-animation: fire 100ms infinite ease-in-out;
    -moz-animation: fire 100ms infinite ease-in-out;
    animation: fire 100ms infinite ease-in-out;
    

}





@-webkit-keyframes
fire {
    0% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    50% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    100% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        transform: rotate(10deg)
    }
}

@-moz-keyframes
fire {
    0% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    50% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    100% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        transform: rotate(10deg)
    }
}

@keyframes
fire {
    0% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    50% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    100% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        transform: rotate(10deg)
    }
}

.master .jetpack
.nube1 {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/fly_master/nube1.png) no-repeat 290px 10px;
    -webkit-animation: nube1 500ms infinite linear;
    -moz-animation: nube1 500ms infinite linear;
    animation: nube1 500ms infinite linear
}

@-webkit-keyframes
nube1 {
    0% {
        background-position: 272px -90px;
        opacity: 1
    }

    98% {
        background-position: 330px 200px;
        opacity: 1
    }

    99% {
        background-position: 330px 200px;
        opacity: 0
    }

    100% {
        background-position: 330px 200px;
        opacity: 0
    }
}

@-moz-keyframes
nube1 {
    0% {
        background-position: 272px -90px;
        opacity: 1
    }

    98% {
        background-position: 330px 200px;
        opacity: 1
    }

    99% {
        background-position: 330px 200px;
        opacity: 0
    }

    100% {
        background-position: 330px 200px;
        opacity: 0
    }
}

@keyframes
nube1 {
    0% {
        background-position: 272px -90px;
        opacity: 1
    }

    98% {
        background-position: 330px 200px;
        opacity: 1
    }

    99% {
        background-position: 330px 200px;
        opacity: 0
    }

    100% {
        background-position: 330px 200px;
        opacity: 0
    }
}

.master .jetpack
.nube2 {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/fly_master/nube2.png) no-repeat 370px 93px;
    -webkit-animation: nube2 1000ms infinite linear;
    -moz-animation: nube2 1000ms infinite linear;
    animation: nube2 1000ms infinite linear
}

@-webkit-keyframes
nube2 {
    0% {
        background-position: 250px -90px;
        opacity: 1
    }

    98% {
        background-position: 300px 200px;
        opacity: 1
    }

    99% {
        background-position: 300px 200px;
        opacity: 0
    }

    100% {
        background-position: 300px 200px;
        opacity: 0
    }
}

@-moz-keyframes
nube2 {
    0% {
        background-position: 250px -90px;
        opacity: 1
    }

    98% {
        background-position: 300px 200px;
        opacity: 1
    }

    99% {
        background-position: 300px 200px;
        opacity: 0
    }

    100% {
        background-position: 300px 200px;
        opacity: 0
    }
}

@keyframes
nube2 {
    0% {
        background-position: 250px -90px;
        opacity: 1
    }

    98% {
        background-position: 300px 200px;
        opacity: 1
    }

    99% {
        background-position: 300px 200px;
        opacity: 0
    }

    100% {
        background-position: 300px 200px;
        opacity: 0
    }
}

.master .jetpack
.nube3 {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/fly_master/nube3.png) no-repeat 285px 105px;
    -webkit-animation: nube3 700ms infinite linear;
    -moz-animation: nube3 700ms infinite linear;
    animation: nube3 700ms infinite linear
}

@-webkit-keyframes
nube3 {
    0% {
        background-position: 300px -90px;
        opacity: 1
    }

    98% {
        background-position: 370px 200px;
        opacity: 1
    }

    99% {
        background-position: 370px 200px;
        opacity: 0
    }

    100% {
        background-position: 370px 200px;
        opacity: 0
    }
}

@-moz-keyframes
nube3 {
    0% {
        background-position: 300px -90px;
        opacity: 1
    }

    98% {
        background-position: 370px 200px;
        opacity: 1
    }

    99% {
        background-position: 370px 200px;
        opacity: 0
    }

    100% {
        background-position: 370px 200px;
        opacity: 0
    }
}

@keyframes
nube3 {
    0% {
        background-position: 300px -90px;
        opacity: 1
    }

    98% {
        background-position: 370px 200px;
        opacity: 1
    }

    99% {
        background-position: 370px 200px;
        opacity: 0
    }

    100% {
        background-position: 370px 200px;
        opacity: 0
    }
}

.master .jetpack
.nube4 {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/fly_master/nube3.png) no-repeat 67px 85px;
    -webkit-animation: nube4 800ms infinite linear;
    -moz-animation: nube4 800ms infinite linear;
    animation: nube4 800ms infinite linear
}

@-webkit-keyframes
nube4 {
    0% {
        background-position: 55px -90px;
        opacity: 1
    }

    98% {
        background-position: 75px 200px;
        opacity: 1
    }

    99% {
        background-position: 75px 200px;
        opacity: 0
    }

    100% {
        background-position: 75px 200px;
        opacity: 0
    }
}

@-moz-keyframes
nube4 {
    0% {
        background-position: 55px -90px;
        opacity: 1
    }

    98% {
        background-position: 75px 200px;
        opacity: 1
    }

    99% {
        background-position: 75px 200px;
        opacity: 0
    }

    100% {
        background-position: 75px 200px;
        opacity: 0
    }
}

@keyframes
nube4 {
    0% {
        background-position: 55px -90px;
        opacity: 1
    }

    98% {
        background-position: 75px 200px;
        opacity: 1
    }

    99% {
        background-position: 75px 200px;
        opacity: 0
    }

    100% {
        background-position: 75px 200px;
        opacity: 0
    }
}

.master .jetpack
.nube5 {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/fly_master/nube1.png) no-repeat 290px 10px;
    -webkit-animation: nube5 600ms infinite linear;
    -moz-animation: nube5 600ms infinite linear;
    animation: nube5 600ms infinite linear
}

@-webkit-keyframes
nube5 {
    0% {
        background-position: 15px -90px;
        opacity: 1
    }

    98% {
        background-position: 45px 200px;
        opacity: 1
    }

    99% {
        background-position: 45px 200px;
        opacity: 0
    }

    100% {
        background-position: 45px 200px;
        opacity: 0
    }
}

@-moz-keyframes
nube5 {
    0% {
        background-position: 15px -90px;
        opacity: 1
    }

    98% {
        background-position: 45px 200px;
        opacity: 1
    }

    99% {
        background-position: 45px 200px;
        opacity: 0
    }

    100% {
        background-position: 45px 200px;
        opacity: 0
    }
}

@keyframes
nube5 {
    0% {
        background-position: 15px -90px;
        opacity: 1
    }

    98% {
        background-position: 45px 200px;
        opacity: 1
    }

    99% {
        background-position: 45px 200px;
        opacity: 0
    }

    100% {
        background-position: 45px 200px;
        opacity: 0
    }
}





