/*Fonts*/

@font-face {
	font-family: "Museo Sans Cyrl 100";
	src: url('../fonts/MuseoSansCyrl-100.otf'); 
	src: url('../fonts/MuseoSansCyrl-100.ttf'); /* IE9 Compat Modes */
    src: url('../fonts/MuseoSansCyrl-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/MuseoSansCyrl-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/MuseoSansCyrl-100.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/MuseoSansCyrl-100.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/MuseoSansCyrl-100.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
	font-family: "Museo Sans Cyrl 100 Italic";
	src: url('../fonts/MuseoSansCyrl-100Italic.otf'); 
	src: url('../fonts/MuseoSansCyrl-100Italic.ttf'); /* IE9 Compat Modes */
    src: url('../fonts/MuseoSansCyrl-100Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/MuseoSansCyrl-100Italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/MuseoSansCyrl-100Italic.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/MuseoSansCyrl-100Italic.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/MuseoSansCyrl-100Italic.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
	font-family: "Museo Sans Cyrl 300";
	src: url('../fonts/MuseoSansCyrl-300.otf'); 
	src: url('../fonts/MuseoSansCyrl-300.ttf'); /* IE9 Compat Modes */
    src: url('../fonts/MuseoSansCyrl-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/MuseoSansCyrl-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/MuseoSansCyrl-300.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/MuseoSansCyrl-300.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/MuseoSansCyrl-100Italic.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
	font-family: "Museo Sans Cyrl 900";
	src: url('../fonts/MuseoSansCyrl-900.otf'); 
	src: url('../fonts/MuseoSansCyrl-900.ttf'); /* IE9 Compat Modes */
    src: url('../fonts/MuseoSansCyrl-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/MuseoSansCyrl-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/MuseoSansCyrl-900.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/MuseoSansCyrl-900.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/MuseoSansCyrl-900.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
	font-family: "Minion Pro Regular";
	src: url('../fonts/MinionPro-Regular.otf'); 
	src: url('../fonts/MinionPro-Regular.ttf'); /* IE9 Compat Modes */
    src: url('../fonts/MinionPro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/MinionPro-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/MinionPro-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/MinionPro-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/MinionPro-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}


/*Specification*/

html, body{
    overflow-x: hidden;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

body {
	font: 16px 'Museo Sans Cyrl 100', sans-serif;
	color: #000;
	overflow-y: visible !important;
	margin-right: 0 !important;
}

ul, li {
	display: block;
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p, input, button {
	margin: 0;
	padding: 0;
}

input, button {
	display: block;
	outline: none!important;
}

button {
	cursor: pointer;
	background: transparent;
	border: none;	 
}

h1, h2, h3, h4, h5, h6, button {
	font-family: 'Museo Sans Cyrl 900', sans-serif;
	text-transform: uppercase;
}

h1 {
	font-size: 51px;
	color: #f1f2f2;
	letter-spacing: 0.2em;
}

h2 {
	font-size: 42px;
	line-height: 1.2em;
}

h5 {
	font-size: 20px;
	letter-spacing: 0.1em;
}

a {
	color: #000;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

.main-menu a, .arrows, .button, .slick-dots li, .phone-bottom, .form__button {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

.shadow {
	box-shadow: 1px 1.732px 4px 0px rgba(149, 147, 147, 0.33);
	-webkit-box-shadow: 1px 1.732px 4px 0px rgba(149, 147, 147, 0.33);
	-moz-box-shadow: 1px 1.732px 4px 0px rgba(149, 147, 147, 0.33);
}

.radius {
	-webkit-border-radius: 3px;
	        border-radius: 3px;
}

.container {
	position: relative;
}

/*Header*/

.header {
	position: relative;	
  	background: url('../img/header_bg.png') no-repeat fixed center top/cover;
  	-webkit-background-size: cover;
  	z-index: 1;
}

.main-page-header {
	height: 100vh;
}

.top-head  {
	background-color: rgba(0, 0, 0, 0.25);
}


.top-main-head {
	position: relative;
	z-index: 2;
}




.logo__img {
	display: block;
	margin: auto;
}
.hamburger {
	color: #fff;
	font-size: 32px;
	position: relative;
	z-index: 100;
}


.main-menu li {
	text-transform: uppercase;
	font: 11px 'Museo Sans Cyrl 900', sans-serif;
	letter-spacing: 0.1em;
}

.main-menu a {
	color: #fff;
	padding: 8px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.main-menu a:hover, .main-menu li.active a, .pushy li.active a, .arrows:hover  {
	background-color: rgba(255, 255, 255, 0.119);
	text-decoration: none;
}

.phone {
	position: relative;
}

.tube {
	width: 24px;
	height: 24px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	line-height: 24px;
	font-size: 14px;
	top: 25%;
	left: -35px; 
}

.tube:hover {
	background-color: rgba(0, 0, 0, 0.3);
	border-color: #fff;
	color: #fff;
}

@-webkit-keyframes pulse {
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
    background-color: rgba(0, 0, 0, 0.3);
	border-color: #fff;
	color: #fff;
  }
}

@keyframes pulse {
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
    background-color: rgba(0, 0, 0, 0.3);
	border-color: #fff;
	color: #fff;
  }
}

.pulse {
  	-webkit-animation-duration: 1.5s;
  	animation-duration: 1.5s
}

.tube-secondary {
	top: 0%;
}

.bord-bot {
	border-bottom: 1px dotted #fff;
	padding-bottom: 3px;
}

.phone__icon {
	color: #fff;
	border: 1px dashed #fff;
}

.tel__link {
	font: 16px 'Museo Sans Cyrl 900', sans-serif;
	letter-spacing: 0.02em;
}

.tel__link-secondary {
	border-bottom: 1px dotted #fff;
}

.offer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}

.offer .container {
	height: 100vh;
	position: relative;
}

.offer__title {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -85px;
}

.offer__title span {
	display: block;
}

.offer__title_big {
	font-size: 90px;
	color: #2f0045;
	letter-spacing: 0.10em;
}

.offer__title_middle {
	margin-top: 15px;
	color: #2f0045;
}

.offer-title-secondary {
	margin-top: 65px;
}

.arrows {
	width: 42px;
	height: 42px;
	font-size: 32px;
	line-height: 42px;
	border: 1px dashed #fff;
	-webkit-border-radius: 50%;
    border-radius: 50%;
	color: #fff;
}

.arrows-main {
	position: absolute;
	left: 50%;
	margin-left: -21px;
	bottom: 10%;
}

.arrows-secondary {
	margin: 26px auto 127px;
}

/*First Section*/

#advant {
	padding: 80px 0 74px 0;
}

.title-advant {
	margin-bottom: 50px;
}

.box-icon {
	background-color: #f4f4f4;
	padding: 56px 32px;
	margin-bottom: 18px;
}

.box-icon__title:after, .manager__title:after {
	content: "";
	display: block;
	width: 36px;
	border-bottom: 1px solid #c6c6c6;
	margin: 15px auto 0;
}

.box-icon__img {
	margin-bottom: 22px;
}

.box-icon p {
	font-size: 17px;
	line-height: 1.375em;
	margin-top: 28px;
}

/*Second Section*/

#answer {
	background: url('..//img/beach_bg.png') no-repeat fixed center top/cover;
	-webkit-background-size: cover;
  	background-size: cover;
	color: #fff;
	padding: 86px 0 94px 0;
	position: relative;
	z-index: 1;
}

#answer:after {
	content: "";
	background-color: rgba(30, 53, 70, 0.90);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.relocation-title {
	margin-bottom: 10px;
}

.relocation-quoete {
	font: 18px 'Museo Sans Cyrl 100 Italic', sans-serif;
	line-height: 1.625em;
}

.relocation-info {
	font: 14px 'Museo Sans Cyrl 900', sans-serif;
	text-transform: uppercase;
	margin-top: 5px;
}

.questions {
	border: 1px dashed #fff;
	padding: 52px 48px;
	margin: 50px auto 62px;
	letter-spacing: 0.1em;
	position: relative;
}

.questions__down {
	background-color: #213646;
	position: absolute;
	right: 50%;
	margin-right: -15px;
	letter-spacing: 0em;
}

.circle {
	width: 30px;
	height: 30px;
	border: 1px dashed #fff;
	-webkit-border-radius: 50%;
    border-radius: 50%;
	text-align: center;
	line-height: 30px;
}

.questions__down_top {
	top: -7%;
}

.questions__down_buttom {
	bottom: -7%;
}

.questions__text {
	font-size: 19px;
	text-transform: uppercase;
	line-height: 35px;
}

.questions__title {
	font-size: 23px;
	margin-top: 5px;
	line-height: 35px;
}

.answer__title {
	font-size: 37px;
}

.answer__text {
	font-size: 18px;
	line-height: 23px;
	margin-top: 12px;
}

.button {
	display: block;
	width: 208px;
	font: 15px 'Museo Sans Cyrl 900', sans-serif;
	text-transform: uppercase;
	padding: 15px 0 15px 0;
	-webkit-border-radius: 4px;
    border-radius: 4px;
}

.answer__button {
	margin: 40px auto 0;
	border: 2px solid #fff;
}

.answer__button:hover {
	background-color: #fff;
	color: #213646;
} *Third Section*/

#services {
	background: url('../img/citi_bg.png') no-repeat fixed center bottom/cover;
	-webkit-background-size: cover;
  	background-size: cover;
	padding: 60px 0;
	min-height: 900px;
}

.title-servic {
	margin-bottom: 150px;
}

.deal {
	position: relative;
}

.deal__info {
	margin-bottom: 8px;
	padding: 67px 20px 32px;
	background-color: #f4f4f4;
	-webkit-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
 }

 .deal__info p {
 	margin: 12px 0 20px;
 }

 .deal__box-img {
 	width: 300px;
	position: absolute;
	top: -145px;
	left: 45%;
	margin-left: -135px;
 }

.deal__img {
	display: block;
}

.deal__img_left {
	margin: 75px -54px 0 0;
	z-index: -1
}

.deal__img_center {
	z-index: 1;
}

.deal__img_right {
	margin: 79px 0 0 -90px;
	z-index: -1
}

.servic-icon {
	width: 60px;
	height: 80px;
	background-color: #23aae2 ;
	-webkit-border-radius: 50%;
    border-radius: 50%;
	line-height: 60px;
	margin: -100px auto 0;
	color: #fff;
	font-size: 26px;
}

.servic__button {
	color: #23aae2;
	border: 2px solid #23aae2;
	margin: 30px auto 0;
	text-align: center;
}

.servic__button:hover {
	color: #ebebeb;
	background-color: #23aae2;
}

/*Fourth Section*/

#reviews {
	padding: 80px 0;
}

.title-reviews {
	margin-bottom: 75px;
}

.reviews-slide {
	margin-bottom: 0;
}

.slider {
	margin-bottom: 49px;
	position: relative;
	outline: none;
}

.slide {
	margin-left: 60px;
	margin-right: 20px;
}

.slide__img {
	margin-left: -57px;
	margin-bottom: 34px;
}

.slide__content {
	margin-left: 57px;
	padding: 0 42px 34px 0;
}

.slide__title {
	font-size: 16px;
	margin-right: 10px;
}

.slide__link-user {
	color: #23aae2;
	font: 12px 'Museo Sans Cyrl 900', sans-serif;
	border-bottom: 1px solid #b5dcf3;
	text-transform: uppercase;
}

.slide__link-user:hover {
	color: #23aae2;
}

.slide__address {
	font-size: 12px;
	font-weight: bold;
	color: #23aae2;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	-webkit-flex-basis: 250px;
    -ms-flex-preferred-size: 250px;
    flex-basis: 300px;
	text-align: left;
}

.slide__direction {
	font-family: 'Minion Pro Regular', serif;
}

.slide__text {
	margin-top: 27px;
	font: 14px 'Museo Sans Cyrl 100 Italic', sans-serif;
	letter-spacing: 0.1em;
	line-height: 1.25em;
}

.arrows-slider {
	font-size: 24px;
	color: #23aae2;
	position: absolute;
}

.arrows-slider:hover  {
	font-size: 27px;
	color: #23abc1;
}

.slider-prew {
	top: 30%;
	left: -60px;
}

.slider-next {
	top: 30%;
	right: -80px;
}

.slick-dots li {
	width: 16px;
	height: 16px;
	border: 1px dashed #23aae2;
	margin-right: 6px;
	-webkit-border-radius: 50%;
    border-radius: 50%;
}

li.slick-active {
	background-color: #23aae2;
}

.slick-dots li:hover {
	background-color: #23aae2;
}

.slick-dots li button:before {
	content: '';
}

/*Fifth Section*/

#consultation {
	background: #11b2f5 url('../img/form_bg.png') center center/cover;
	-webkit-background-size: cover;
	color: #fff;
	padding: 80px 0;
}

.info-text {
	font-size: 21px;
	text-transform: uppercase;
	margin: 5px 0 25px 0;
	letter-spacing: 0.1em;
}

.click-down {
	margin: auto;
}

.form {
	margin-top: 28px;
}

.forma-main-item {
	width: 360px;
	height: 65px;
	color: #fff;
	-webkit-border-radius: 4px;
    border-radius: 4px;
}

.form-main__input:focus {
	-webkit-box-shadow: 0px 0px 35px 0px rgba(14, 14, 14, 0.3);
	box-shadow: 0px 0px 35px 0px rgba(14, 14, 14, 0.3);
}

.form-main__input {
	padding: 0 35px;
	margin: 0 auto 9px;
	border: 1px solid #fff;
	background-color: #30c2ff;
}

.form__input[placeholder] {
	color: #b7e5ff;
	text-transform: uppercase;
	font: 13px 'Museo Sans Cyrl 300', sans-serif;  
}

.form-main__input::-webkit-input-placeholder {
    color: #b7e5ff;
	text-transform: uppercase;
	font: 13px 'Museo Sans Cyrl 300', sans-serif; 
}

/* Firefox 19+ */
.form-main__input::-moz-placeholder { 
	text-transform: uppercase;
	color: #b7e5ff;
	font: 13px 'Museo Sans Cyrl 300', sans-serif;
	line-height: 65px; 
}

/* Firefox 18- */
.form-main__input:-moz-placeholder { 
	text-transform: uppercase;
	color: #b7e5ff;
	font: 13px 'Museo Sans Cyrl 300', sans-serif; 
	line-height: 65px;
}

.form-main__input:-ms-input-placeholder { 
	text-transform: uppercase;
	color: #b7e5ff;
	font: 13px 'Museo Sans Cyrl 300', sans-serif; 
}

input::-ms-clear {
   display: none;
}

input:invalid {
  -webkit-box-shadow: none;
          box-shadow: none;
}

input:-moz-submit-invalid {
  box-shadow: none;
}

input:-moz-ui-invalid {
  box-shadow:none;
}

.form__input:focus[placeholder] {
	color: #fff; 
}

.form-main__input:focus::-webkit-input-placeholder {
   color: #fff;  
}

/* Firefox 19+ */
.form-main__input:focus::-moz-placeholder { 
	color: #fff; 
}

/* Firefox 18- */
.form-main__input:focus:-moz-placeholder { 
	color: #fff; 
}

.form-main__input:focus:-ms-input-placeholder { 
	color: #fff;  
}

.form__button {
	border: 2px solid #fff;
	font-size: 15px;
	margin: 10px auto;
}

.form__button:hover {
	background-color: #fff;
	color: #30c2ff;
}

/*Second Page*/

#communic, #transportat, #principle {
	padding-bottom: 83px;
}

.container-up {
	margin-top: -86px;
	padding-top: 50px;
	padding-bottom: 72px;
	z-index: 10;
	background-color: #fff;
	box-shadow: 1px 3px 1px 0px rgba(159, 160, 160, 0.18);
	-webkit-box-shadow: 1px 3px 1px 0px rgba(159, 160, 160, 0.18);
	-moz-box-shadow: 1px 3px 1px 0px rgba(159, 160, 160, 0.18);
}

.title-conection {
	font-size: 17px;
	margin-bottom: 56px;
}

.commun {
	margin-bottom: 37px;
}


.commun__title {
	font-size: 18px;
	margin-bottom: 10px;
}

.commun__info {
	margin-left: 34px;
	font-size: 17px;
}

.commun__info_top {
	font-size: 16px;
}

.forma-box__title {
	font-size: 25px;
	letter-spacing: 0.1em;
	line-height: 1.2em;
	margin-bottom: 8px;
}

.forma-box__text {
	font-size: 18px;
	text-transform: uppercase;
}

.forma-box {
	background-color: #11b2f5;
	color: #fff;
	padding: 40px 48px;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
}

.forma-secondary {
	width: 100%;
	height: 50px;
	font-size: 13px;
}

.forma-secondary[placeholder] { 
	font-size: 11px; 
}

.forma-secondary::-webkit-input-placeholder {
 	font-size: 11px; 
}

/* Firefox 19+ */
.forma-secondary::-moz-placeholder { 
	font-size: 11px;
	line-height: 50px;
}

/* Firefox 18- */
.forma-secondary:-moz-placeholder { 
	font-size: 11px;
	line-height: 50px;
}

.forma-secondary:-ms-input-placeholder { 
	font-size: 11px;
}

/*Third Page*/

.servic-info {
	font-size: 17px;
	letter-spacing: 0.02em;
	margin-bottom: 50px;
}

.info-bold {
	font-family: 'Museo Sans Cyrl 900', sans-serif;
}


/*Fourth Page*/

.descript {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 50px;
}

.descript__title {
	font-family: 'Museo Sans Cyrl 900', sans-serif;
}

.title-result__item, .title-success__item {
	display: block;
}

.title-result__item_top {
	font-size: 39px;
	color: #23aae2;
}

.title-result__item_bot {
	font-size: 15px; 
	line-height: 28px;
}

.center-info {
	color: #bdbdbd;
	font-size: 19px;
	text-transform: uppercase;
}

.title-success__item {
	font-size: 30.15px;
}

.title-success__item_top {
	color: #23aae2;
	letter-spacing: 0.1em;
}

.title-success__item_bot {
	letter-spacing: 0.12em;
}

.title-confidence {
	color: #fff;
	text-transform: uppercase;
	font: 23px 'Museo Sans Cyrl 900', sans-serif;

}

.title-manager {
	font-size: 29px;
	margin: 62px 0 48px 0;
}

.manager {
	background-color: #f4f4f4;
	padding: 38px 52px;
}

.manager__title {
	font-size: 21px;
	text-transform: none;
	margin: 26px 0;
}

.manager p {
	text-align: justify;
}

.title-confidence {
	background: #23aae2;
	padding: 28px 0;
	margin-top: 50px;
}

/*Footer*/

footer {
	padding: 25px 0;
	background-color: #23aae2;
	color: #fff;
	font-size: 14px;
}

.confid-link {
	border-bottom: 1px dotted #fff;
	padding-bottom: 3px;
}

.phone-bottom {
	border: 1px dashed #fff;
	color: #fff;
}

.phone-bottom:hover {
	border-color: #000;
	background-color: rgba(255, 255, 255, 0.2) ;
	color: #000;
}

/*Modal Windows*/

.modal {
	display: none;
	color: #fff;
	text-align: center;
}

.box-modal {
	background-color: rgba(35, 157, 208, 0.85);
	color: #fff;
	text-align: center;
}

.box-modal_close {
	font-size: 25px;
}

.text-modal {
	margin-top: 20px;
}

.forma-modal {
	width: 300px;
}

#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(240, 240, 240, 0.91);
    overflow: hidden;
    display: none;
    z-index: 100;
}

#loader img {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
}

#overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	left: 0px;
	top: 0px;
	cursor: pointer;
	z-index: 100;
}

#thx {
	text-align: center;
	background-color: rgba(30, 53, 70, 0.7);
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -252px;
	top: 50%;
	padding: 30px;
	margin-top: -98px;
	z-index: 100;
}

.thx-title {
	margin-bottom: 20px;
}

.thx-text {
	margin-top: 20px;
	font-size: 20px;
}

.confirmation__img {
	width: 50px;
	height: 50px;
}

/*Mobile Menu*/

.pushy {
	background-color: rgba(10, 42, 56, 0.82);
}

.pushy a {
	color: #fff;
}

.pushy a:hover {
	background-color: rgba(255, 255, 255, 0.119);
}

.pushy ul li {
	font: 12px 'Museo Sans Cyrl 900', sans-serif;
	text-align: center;
	text-transform: uppercase;
}
