body, h1, h2, h3, h4, p, ul, ol, li, div, input, a, form, select, textarea {
	margin: 0;
	padding: 0;
	font-family: 'MyriadPro-Condenced';
	box-sizing: border-box;
}

body, html {
	overflow-x: hidden;
}

.clear:after {
	width: 100%;
	display: block;
	clear: both;
	content: "";
}

.container {
	width: 1300px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
}

.top {
	background: #47b89f;
	height: 60px;
}

.top__email {
	float: left;
	background: url(../img/top-icons.png) 0px 22px no-repeat;
	height: 60px;
	line-height: 60px;
	text-transform: uppercase;
	font-size: 19px;
	padding-left: 30px;
	margin-right: 20px;
	color: #3b3b3b;
}

.top__address {
	padding-left: 25px;
	height: 60px;
	line-height: 60px;
	font-size: 19px;
	background: url(../img/top-icons.png) 0px -28px no-repeat;
	float: left;
	text-transform: uppercase;
	margin-right: 230px;
	color: #3b3b3b;
}

.top__socials {
	float: right;
	margin-top: 19px;
}

.top__socials div {
	float: left;
	margin-right: 9px;
	width: 22px;
	height: 22px;
}

.top__socials div a {
	display: block;
	width: 100%;
	height: 100%;
}

.top__socials_facebook {
	background: url(../img/top-icons.png) 0px -100px no-repeat;
}

.top__socials_instagram {
	background: url(../img/top-icons.png) 0px -135px no-repeat;
}

.top__socials_vk {
	background: url(../img/top-icons.png) 0px -173px no-repeat;
}

header {
	position: relative;
	height: 800px;
}

.header__slider {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -10;
	width: 100vw;
	height: 800px;
	background: #fff;
}

.header__slider_item {
	width: 100vw;
	height: 800px;
}

.header__slider_item img {
	width: 100vw;
	height: 800px;
}

.header__top {
	height: 100px;
	background: rgba(0, 0, 0, 0.47);
}

.header__top .logo {
	width: 246px;
	height: 83px;
	background: url(../img/top-logo.png) center center no-repeat / cover;
	position: relative;
	top: 9px;
	margin-left: 10px;
	float: left;
	margin-right: 60px;
}

.header__top nav {
	float: left;
	width: 640px;
}

.header__top nav ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	width: 640px;
	-webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
}

.header__top nav ul li {
	list-style: none;

}

.header__top nav ul li a {
	text-decoration: none;
	font-size: 21px;
	color: #fff;
	text-transform: uppercase;
}

.header__top_tel {
	padding-right: 35px;
	float: right;
	height: 100px;
	background: url(../img/top-icons.png) right -325px no-repeat;
	font-size: 27px;
	color: #fff;
	padding-top: 5px;
	line-height:34px;
}

.header__top_tel a {
	text-decoration: none;
	border-bottom: 2px solid #ffed00;
	font-size: 24px;
	color: #ffed00;
	position: relative;
	top: -8px;
	left: 20px;
}

.header__left {
	width: 720px;
	float: left;
}

h1 {
	width: 720px;
	font-family: 'MyriadPro-BoldCondenced';
	color: #fff;
	font-size: 90px;
	margin-top: 180px;
	text-transform: uppercase;
	border-bottom: 2px solid #fff;
	margin-bottom: 12px;
}

.header__title-signature {
	width: 720px;
	text-align: center;
	background: #47b89f;
	color: #fff;
	font-size: 42px;
	text-transform: uppercase;
	
}

header form {
	float: right;
	width: 410px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.8);
	border-top: 20px solid #47b89f;
	padding: 10px 35px 35px;
	margin-top: 100px;
}

.header__form_title {
	font-size: 30px;
	color: #3b3b3b;
	text-align: center;
	line-height: 28px;
	margin-bottom: 15px;	
}

.header__form_title span {
	font-size: 48px;
}

.header__form input {
	width: 100%;
	height: 40px;
	outline: none;
	border: 2px solid #47b89f;
	margin-bottom: 20px;
	padding-left: 15px;
	font-family: 'MyriadPro-CondIt';
	font-size: 25px;
}

.header__form input[type=submit] {
	margin-bottom: 0;
	margin-top: 20px;
	width: 200px;
	border: none;
	border-radius: 7px;
	text-align: center;
	background: #47b89f;
	color: #2f2f2f;
	font-family: 'MyriadPro-Condenced';
	margin-left: 70px;
	padding-left: 0;
}

.header__slider_arrows {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.header__slider_dots {
	position: absolute;
	top: 0;
	left: 0;
}

.prev-arrow,
.next-arrow {
	position: absolute;
	top: 420px;
	height: 54px;
	width: 28px;
	background: url(../img/header-prev-arrow.png) center center no-repeat / cover;
	cursor: pointer;
}

.prev-arrow {
	left: 40px;
}

.next-arrow {
	right: 40px;
	background: url(../img/header-next-arrow.png) center center no-repeat / cover;
}

.header__slider_dots {
	position: absolute;
	top: 740px;
	left: 50%;
	margin-left: -100px;
	height: 20px;
}

.header__slider_dots ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 200px;
	justify-content: space-around;
	list-style: none;
}

.header__slider_dots ul li button {
	background: rgba(255, 255, 255, 0.6);
    color: transparent;
    outline: none;
    border: none;
    overflow: hidden;
    height: 20px;
    width: 20px;
    border-radius: 50%;
}

.header__slider_dots ul li.slick-active button {
	background: #fff;
}

h2 {
	color: #424242;
	font-size: 37px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.why {
	padding-top: 70px;
	padding-bottom: 75px;
}

.why__description {
	color: #6d6d6d;
	font-size: 30px;
	text-align: center;
	margin-bottom: 55px;
}

.why__slider {
	width: 1080px;
	margin-left: 100px;
	height: 340px;
}

.why__slider_item {
	width: 360px;
	outline: none;
	text-align: center;
}

.why__slider_item img {
	width: 179px;
	height: 178px;
	display: inline-block;
	margin-top: 27px;
	transition: all ease 0.5s;
}

.why__slider_item p {
	color: #424242;
	text-align: center;
	text-transform: uppercase;
	font-size: 25px;
	width: 200px;
	border-bottom: 2px solid #47b89f;
	margin-top: 15px;
	padding-bottom: 10px;
	display: inline-block;
	transition: all ease 0.5s;
	opacity: 0;
}

.why .slick-center img {
	width: 234px;
	height: 233px;
	margin-top: 0;
}

.why .slick-center p {
	opacity: 1;
}

.why .container {
	position: relative;
}

.why__slider_arrows {
	position: absolute;
	bottom: 250px;
	width: 100%;
}

.why__slider_arrows .why__prev-arrow {
	left: 0;
	background: url(../img/why-arrows.png) left center no-repeat;
	width: 36px;
	height: 68px;
	cursor: pointer;
	position: absolute;
}

.why__slider_arrows .why__next-arrow {
	right: 0;
	background: url(../img/why-arrows.png) right center no-repeat;
	width: 36px;
	height: 68px;
	cursor: pointer;
	position: absolute;
}

.best-tours {
	background: url(../img/best-tours-bg.jpg) center center no-repeat / cover;
	padding-top: 50px;
	padding-bottom: 60px;
	text-align: center;
}

.best-tours h2 {
	color: #fff;
}

.best-tours p {
	text-align: center;
	color: #fff;
	font-size: 30px;
}

.best-tours__description {
	color: #fff;
	font-size: 30px;
	text-align: center;
	position: relative;
	margin-top: 30px;
	margin-bottom: 60px;
	padding-top: 30px;
	text-transform: uppercase;
}

.best-tours__description:before {
	display: block;
	content: "";
	width: 430px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -215px;
}

.best-tours__link {
	display: inline-block;
	width: 260px;
	height: 55px;
	border: 2px solid #3d3d3d;
	color: #3d3d3d;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 27px;
	line-height: 55px;
	transition: all ease 0.3s;
}

.best-tours__link:hover {
	color: #fff;
	background: #3d3d3d;
}

.popular {
	padding-top: 70px;
	padding-bottom: 90px;
	text-align: center;
}

.popular p {
	color: #6d6d6d;
	font-size: 30px;
	text-align: center;
	margin-bottom: 75px;
}

.popular__item {
	width: 25%;
	height: 18.5vw;
	float: left;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}

.popular__item-one {
	background-image: url(../img/popular-one.jpg);
}
.popular__item-two {
	background-image: url(../img/popular-two.jpg);
}
.popular__item-three {
	background-image: url(../img/popular-three.jpg);
}
.popular__item-four {
	background-image: url(../img/popular-four.jpg);
}
.popular__item-five {
	background-image: url(../img/popular-five.jpg);
}
.popular__item-six {
	background-image: url(../img/popular-six.jpg);
}
.popular__item-seven {
	background-image: url(../img/popular-seven.jpg);
}
.popular__item-eith {
	background-image: url(../img/popular-eith.jpg);
}

.popular__item_blackout {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	transition: all ease 0.3s;
	opacity: 0;
	z-index: 5;
}

.popular__item_text {
	z-index: 10;
	opacity: 0;
	transition: all ease 0.3s;
}

.popular__item h3 {
	color: #fff;
	font-size: 48px;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.popular__item a {
	display: inline-block;
	font-size: 28px;
	color: #343434;
	text-decoration: none;
	text-transform: uppercase;
	border: 2px solid #fff;
	height: 57px;
	line-height: 57px;
	width: 245px;
	background: #47b89f;
	text-align: center;
	transition: all ease 0.3s;
}

.popular__item a:hover {
	color: #47b89f;
	background: #343434;
}

.popular__item:hover .popular__item_blackout,
.popular__item:hover .popular__item_text {
	opacity: 1;
}

.popular__link {
	display: inline-block;
	width: 260px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	text-decoration: none;
	font-size: 27px;
	color: #fff;
	text-transform: uppercase;
	background: #47b89f;
	position: relative;
	margin-top: 45px;
	border: 2px solid #47b89f;
	transition: all ease 0.3s;
}

.popular__link:hover {
	background: #fff;
	color: #47b89f;
}

.popular__link:before,
.popular__link:after {
	display: block;
	content: "";
	position: absolute;
	background: #47b89f;
	height: 2px;
	width: 130px;
	left: -165px;
	top: 27px;
}

.popular__link:after {
	left: 295px;
}

.tours {
	background: url(../img/tours-bg.jpg) center center no-repeat / cover;
	padding-top: 40px;
}

.tours h2 {
	color: #fff;
}

.tours form {
	background: #47b89f;
	width: 1190px;
	margin-left: 45px;
	height: 100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 18px;
	padding-bottom: 20px;
	margin-bottom: 60px;
}

.tours__bottom {
	background: #47b89f;
	margin-top: 40px;
	padding-top: 30px;
	padding-bottom: 36px;
}

.tours__bottom_title {
	text-align: center;
	font-size: 37px;
	color: #373737;
	text-transform: uppercase;
	margin-bottom: 22px;
}

.tours__bottom ul {
	list-style: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
}

.tours__bottom ul li {
	font-size: 27px;
	color: #373737;
}

.tours__bottom_separator {
	background: #373737;
	width: 1px;
	height: 22px;
	position: relative;
	top: 5px;
}

.testimonials {
	background: url(../img/testimonials-bg.jpg) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 35px;
	margin-top: 70px;
	padding-bottom: 80px;
}

.testimonials .container {
	position: relative;
}

.testimonials h2 {
	margin-bottom: 55px;
}

.testimonials__slider {
	width: 1140px;
	margin-left: 70px;
}

.testimonials__item {
	width: 1140px;
	margin-left: 15px;
	margin-right: 15px;
	background: #fff;
	border-radius: 18px;
	outline: none;
}

.testimonials__item img {
	float: left;
	width: 148px;
	height: 148px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 70px;
	margin-right: 70px;
}

.testimonials__item p {
	font-size: 18px;
	color: #373737;
	padding-top: 25px;
}

.testimonials__item_name {
	color: #ffba00;
	font-size: 25px;
	text-transform: uppercase;
	margin-top: 13px;
}

.testimonials__slider_arrows {
	position: absolute;
	left: 0;
	top: 170px;
	width: 100%;
}

.testimonials__prev-arrow {
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 61px;
	background: url(../img/testimonials-arrows.png) left center no-repeat;
	cursor: pointer;
}

.testimonials__next-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 61px;
	background: url(../img/testimonials-arrows.png) right center no-repeat;
	cursor: pointer;
}

.selection {
	padding-top: 110px;
	padding-bottom: 95px;
}

.selection .container {
	position: relative;
}

.selection h2 {
	background: #47b89f;
	display: inline-block;
	color: #fff;
	height: 105px;
	line-height: 105px;
	font-size: 85px;
	padding-left: 140px;
	padding-right: 45px;
	margin-left: 420px;
	margin-bottom: 30px;
}

.selection__bg {
	width: 616px;
	height: 588px;
	background: url(../img/selection-bg.png) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: absolute;
	left: 15px;
	top: -30px;
}

.selection__description {
	margin-left: 650px;
	margin-right: 68px;
	color: #373737;
	font-size: 30px;
	margin-bottom: 20px;
}

.selection__tel {
	margin-left: 650px;
	color: #1e4a04;
	font-size: 43px;
	background: url(../img/selection-icons.png) left 25px no-repeat;
	padding-left: 70px;
	text-indent: 10px;
	margin-bottom: 130px;
}

.selection form {
    background: linear-gradient(to bottom, #47b89f, #6bd3ff) #47b89f;
    padding: 30px 55px 100px 55px;
    position: relative;
}

.how-work {
	background: url(../img/how-work-bg.jpg) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 50px;
	position: relative;
	padding-bottom: 270px;
}

.how-work__bg {
	height: 826px;
	width: 365px;
	background: url(../img/how-work-bg2.png) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: absolute;
	top: 225px;
	left: 0;
}

.how-work h2 {
	margin-bottom: 185px;
}

.how-work__box {
	position: relative;
	width: 580px;
	height: 580px;
	border-radius: 50%;
	border: 6px dotted #47b89f;
	margin-left: 350px;
	background: url(../img/how-work-box-bg.png) center center no-repeat;
}

.how-work__item_icon {
	background: #47b89f;
	color: #fff;
	font-size: 54px;
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	border-radius: 50%;
	float: right;
	margin-left: 40px;
}

.how-work__item p {
	font-size: 30px;
	color: #3c3c3c;
	text-align: center;
	display: inline-block;
	float: right;
}

.how-work__item {
	width: 380px;
	position: absolute;
	top: 0;
	left: 0;
}

.how-work__item-one {
	top: 244px;
	left: -337px;
}
.how-work__item-two {
	top: 50px;
	left: -266px;
}
.how-work__item-three {
	top: -99px;
	left: 96px;
}
.how-work__item-three .how-work__item_icon {
	float: none;
	margin-right: 0;
	margin-left: 145px;
}

.how-work__item-three p {
	float: none;
	width: 100%;
	margin-bottom: 20px;
}
.how-work__item-four {
	top: 50px;
	left: 448px;
}

.how-work__item-four .how-work__item_icon {
	float: left;
	margin-right: 40px;
	margin-left: 0;
}
.how-work__item-five {
	top: 244px;
	left: 525px;
}
.how-work__item-five .how-work__item_icon {
	float: left;
	margin-right: 40px;
	margin-left: 0;
}
.how-work__item-six {
	top: 520px;
	left: 99px;
}
.how-work__item-six .how-work__item_icon {
	float: none;
	margin-right: 0;
	margin-left: 129px;
	width: 122px;
	height: 122px;
	background: url(../img/how-work-icon.png) center center no-repeat;
}
.how-work__item-six p {
	float: none;
	width: 100%;
}

.team {
	padding-top: 40px;
	background: url(../img/team-bg.jpg) #f1c421 center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	margin-top: 30px;
	padding-bottom: 80px;
}

.team h2 {
	color: #fff;
}

.team__description {
	color: #fff;
	font-size: 30px;
	text-align: center;
	margin-bottom: 65px;
}

.team__item {
	width: 260px;
	background: #fff;
	padding-bottom: 10px;
	outline: none;
	margin-left: 40px;
	margin-right: 40px;
}

.team__item img {
	width: 100%;
}

.team__item_name {
	text-align: center;
	color: #ffba00;
	font-size: 25px;
}

.team__item_description {
	font-size: 19px;
	color: #6f6f6f;
	text-align: center;
}

.team .container {
	position: relative;
}

.team__slider_arrows {
	position: absolute;
	top: 290px;
	width: 100%;
}

.team__prev-arrow {
	width: 28px;
	height: 54px;
	position: absolute;
	top: 0;
	left: -78px;
	background: url(../img/header-prev-arrow.png) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	cursor: pointer;
}

.team__next-arrow {
	width: 28px;
	height: 54px;
	position: absolute;
	top: 0;
	right: -50px;
	background: url(../img/header-next-arrow.png) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	cursor: pointer;
}

.offer {
	margin-top: 60px;
	padding-top: 40px;
	text-align: center;
	padding-bottom: 55px;
}

.offer__item {
	width: 426px;
	height: 340px;
	float: left;
	text-align: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}

.offer__item_blackout {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	transition: all ease 0.3s;
	opacity: 0;
	z-index: 5;
}

.offer__item_text {
	z-index: 10;
	opacity: 0;
	transition: all ease 0.3s;
}

.offer__item h3 {
	font-size: 30px;
	color: #484848;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
}

.offer__item a {
	display: inline-block;
	width: 220px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 23px;
	background: #47b89f;
	transition: all ease 0.3s;
	text-decoration: none;
	margin-top: 20px;
}

.offer__item a:hover {
	background: #c78f1e;
}

.offer__item:hover .offer__item_text,
.offer__item:hover .offer__item_blackout {
	opacity: 1;
}

.offer__item-one {
	background-image: url(../img/offer-one.jpg);
}
.offer__item-two {
	background-image: url(../img/offer-two.jpg);
}
.offer__item-three {
	background-image: url(../img/offer-three.jpg);
}
.offer__item-four {
	background-image: url(../img/offer-four.jpg);
}
.offer__item-five {
	background-image: url(../img/offer-five.jpg);
}
.offer__item-six {
	background-image: url(../img/offer-six.jpg);
}

.offer__link {
	display: inline-block;
	width: 260px;
	text-align: center;
	background: #47b89f;
	border: 2px solid #47b89f;
	height: 55px;
	line-height: 55px;
	color: #fff;
	text-decoration: none;
	transition: all ease 0.3s;
	font-size: 27px;
	margin-top: 25px;
}

.offer__link:hover {
	background: #fff;
	color: #47b89f;
}

.contacts {
	background: url(../img/contacts-bg.jpg) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 70px;
}

.contacts__logo {
	width: 246px;
	height: 83px;
	background: url(../img/top-logo.png) center center no-repeat;
	margin-bottom: 30px;
}

.contacts__left {
	width: 665px;
	float: left;
	margin-right: 100px;
}

.contacts nav ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding-bottom: 30px;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
}

.contacts nav ul li a {
	font-size: 21px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.contacts__menu-separator {
	width: 1px;
	height: 25px;
	background: #fff;
}

.contacts__left p {
	font-size: 21px;
	color: #fff;
}

.contacts__title {
	color: #ffed00;
	font-size: 38px;
	margin-top: 30px;
}

.contacts__tel-one,
.contacts__tel-two {
	display: inline-block;
	margin-right: 30px;
	color: #fff;
	font-size: 38px;
}

.contacts__tel-two {
	padding-left: 35px;
	background: url(../img/whatsapp-icon.png) left center no-repeat;
}

.contacts__social_title {
	font-size: 30px;
	color: #fff;
	margin-top: 35px;
}

.contacts__social_links {
	width: 100%;
	height: 44px;
}

.contacts__social_links div {
	float: left;
	margin-right: 18px;
	width: 29px;
	height: 29px;
	position: relative;
	background-image: url(../img/contacts-social.png);
	background-repeat: no-repeat;
	margin-top: 15px;
	transition: all ease 0.3s;
}

.contacts__social_links div:hover {
	margin-top: 10px;
}

.contacts__social_links div a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.contacts__social_instagram {
	background-position: 0px 0px;
}
.contacts__social_facebook {
	background-position: -47px 0px;
}
.contacts__social_vk {
	background-position: -94px 0px;
}
.contacts__social_ok {
	background-position: -141px 0px;
}
.contacts__social_twitter {
	background-position: -188px 0px;
}

.contacts__email {
	float: left;
	font-size: 23px;
	color: #fff;
	padding-left: 35px;
	background: url(../img/contacts-icons.png) left 8px no-repeat;
	margin-top: 37px;
	margin-right: 50px;
}

.contacts__address {
	float: left;
	font-size: 23px;
	color: #fff;
	background: url(../img/contacts-icons.png) left -35px no-repeat;
	padding-left: 25px;
	margin-top: 37px;
}

.contacts__right {
	float: left;
	width: 510px;
}

.contacts__right_title {
	color: #fff;
	font-size: 32px;
	text-align: center;
	margin-bottom: 20px;
}

.contacts__right_title span {
	font-size: 54px;
}

.contacts__right form input {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: 2px solid #fff;
	background: transparent;
	padding-left: 15px;
	margin-bottom: 25px;
	outline: none;
	color: #fff;
	font-size: 23px;
	font-family: 'MyriadPro-CondIt';
}

.contacts__right form textarea {
	width: 100%;
	height: 165px;
	border: 2px solid #fff;
	background: transparent;
	padding-left: 15px;
	padding-top: 10px;
	margin-bottom: 25px;
	outline: none;
	color: #fff;
	font-size: 23px;
	font-family: 'MyriadPro-CondIt';
}

.contacts__right form input[type=submit] {
	font-family: 'MyriadPro-Condenced';
	background: #47b89f;
	transition: all ease 0.3s;
	cursor: pointer;
	border: 2px solid #47b89f;
	text-transform: uppercase;
}

.contacts__right form input[type=submit]:hover {
	background: transparent;
}

.contacts__applications div a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.contacts__applications_ios {
	margin-left: 225px;
	float: left;
	width: 129px;
	height: 44px;
	background: url(../img/appstore-icon.png) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	margin-right: 25px;
}

.contacts__applications_android {
	float: left;
	width: 126px;
	height: 44px;
	background: url(../img/googleplay-icon.png) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

footer {
	text-align: center;
	color: #000;
	font-size: 23px;
	padding-top: 25px;
	padding-bottom: 25px;
	background: #47b89f;
}

.navbar-tog {
	display: none;
}

map iframe {
	width: 100vw !important;
}

.header__form_thanks {
	display: none;
}

.modal-popular {
	position: fixed;
	width: 80%;
	left: 10%;
	top: 50%;
	max-height: 400px; 
	margin-top: -200px;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	border: 5px solid #47b89f;
	overflow-y: scroll;
	z-index: 300;
	display: none;
}

.modal-popular p {
	font-size: 20px;
	text-align: left;
	margin-bottom: 20px;
}

.modal-popular::-webkit-scrollbar-button {
background-image:url('');
background-repeat:no-repeat;
width:5px;
height:0px
}

.modal-popular::-webkit-scrollbar-track {
background-color: fff;
}

.modal-popular::-webkit-scrollbar-thumb {
-webkit-border-radius: 0px;
border-radius: 0px;
background-color: #47b89f;
}

.modal-popular::-webkit-scrollbar-thumb:hover{
background-color:#56999f;
}

.modal-popular::-webkit-resizer{
background-image:url('');
background-repeat:no-repeat;
width:4px;
height:0px
}

.modal-popular::-webkit-scrollbar{
width: 12px;
}


.blackout {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 200;
	display: none;
	background: rgba(0, 0, 0, 0.8);
}

.blackout {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 200;
	display: none;
	background: rgba(0, 0, 0, 0.8);
}

.modal form{
	text-align: center;
}
.modal input{
	width: 32%;
	height: 40px;
	outline: none;
	border: 2px solid #47b89f;
	margin-bottom: 20px;
	padding-left: 15px;
	font-family: 'MyriadPro-CondIt';
	font-size: 20px;
}
.modal input[type="submit"]{
	margin-left: 1%;
	text-align: center;
	background: #47b89f;
	color: #2f2f2f;
	box-shadow: none;
	border-radius: 6px;
	border: 2px solid #47b89f;
}