@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap&subset=cyrillic,cyrillic-ext');

@-webkit-keyframes push {
	50% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes push {
	50% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.exbutton {
	background-color: #EF4123;
	display: inline-block;
	cursor: pointer;
	color: #fff !important;
	font-size: 15px;
	padding: 10px 52px;
	text-decoration: none;
	border: 0;
	border-radius: 4px;
	background-image: -webkit-linear-gradient(90deg, rgba(1, 145, 212, 1.00) 0%, rgba(3, 85, 168, 1.00) 100%);
	background-image: -moz-linear-gradient(90deg, rgba(1, 145, 212, 1.00) 0%, rgba(3, 85, 168, 1.00) 100%);
	background-image: -o-linear-gradient(90deg, rgba(1, 145, 212, 1.00) 0%, rgba(3, 85, 168, 1.00) 100%);
	background-image: linear-gradient(0deg, rgba(1, 145, 212, 1.00) 0%, rgba(3, 85, 168, 1.00) 100%);
}

.exbutton:hover,
.exbutton:focus,
.exbutton:active {
	color: #fff;
	-webkit-animation-name: push;
	animation-name: push;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	background-image: -webkit-linear-gradient(270deg, rgba(239, 49, 33, 1.00) 0%, rgba(252, 207, 6, 1.00) 200%);
	background-image: -moz-linear-gradient(270deg, rgba(239, 49, 33, 1.00) 0%, rgba(252, 207, 6, 1.00) 200%);
	background-image: -o-linear-gradient(270deg, rgba(239, 49, 33, 1.00) 0%, rgba(252, 207, 6, 1.00) 200%);
	background-image: linear-gradient(180deg, rgba(239, 49, 33, 1.00) 0%, rgba(252, 207, 6, 1.00) 150%);
}

.exbutton2 {
	background-color: #EF4123;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	font-size: 15px;
	padding: 10px 25px;
	text-decoration: none;
	border: 0;
	border-radius: 4px;
	background-image: -webkit-linear-gradient(270deg, rgba(239, 49, 33, 1.00) 0%, rgba(252, 207, 6, 1.00) 200%);
	background-image: -moz-linear-gradient(270deg, rgba(239, 49, 33, 1.00) 0%, rgba(252, 207, 6, 1.00) 200%);
	background-image: -o-linear-gradient(270deg, rgba(239, 49, 33, 1.00) 0%, rgba(252, 207, 6, 1.00) 200%);
	background-image: linear-gradient(180deg, rgba(239, 49, 33, 1.00) 0%, rgba(252, 207, 6, 1.00) 150%);
}

.exbutton2:hover,
.exbutton2:focus,
.exbutton2:active {
	color: #fff;
	-webkit-animation-name: push;
	animation-name: push;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	background-image: -webkit-linear-gradient(90deg, rgba(1, 145, 212, 1.00) 0%, rgba(3, 85, 168, 1.00) 100%);
	background-image: -moz-linear-gradient(90deg, rgba(1, 145, 212, 1.00) 0%, rgba(3, 85, 168, 1.00) 100%);
	background-image: -o-linear-gradient(90deg, rgba(1, 145, 212, 1.00) 0%, rgba(3, 85, 168, 1.00) 100%);
	background-image: linear-gradient(0deg, rgba(1, 145, 212, 1.00) 0%, rgba(3, 85, 168, 1.00) 100%);
}

.form-item .form-item-textfield,
.form-item .form-item-textarea {
	background: #fff none repeat scroll 0 0;
	border: none;
	border-radius: 4px;
	color: #3a3a3a;
	font-size: 0.9em;
	height: 100%;
	margin-top: 3px;
	padding: 10px;
	width: 100%;
	box-shadow: 0 1px 1px rgba(0, 110, 187, 0.40);
}

.form-submit {
	font: 700 14px 'Open Sans';
	width: 48%;
	border: none;
	background-image: -webkit-linear-gradient(90deg, rgba(1, 145, 212, 1.00) 0%, rgba(3, 85, 168, 1.00) 100%);
	background-image: -moz-linear-gradient(90deg, rgba(1, 145, 212, 1.00) 0%, rgba(3, 85, 168, 1.00) 100%);
	background-image: -o-linear-gradient(90deg, rgba(1, 145, 212, 1.00) 0%, rgba(3, 85, 168, 1.00) 100%);
	background-image: linear-gradient(0deg, rgba(1, 145, 212, 1.00) 0%, rgba(3, 85, 168, 1.00) 100%);
	border-radius: 4px;
	padding: 12px 4px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	margin-top: 0;
}

.form-submit:hover,
.form-submit:focus,
.form-submit:active {
	-webkit-animation-name: push;
	animation-name: push;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	background-image: -webkit-linear-gradient(270deg, rgba(239, 49, 33, 1.00) 0%, rgba(252, 207, 6, 1.00) 200%);
	background-image: -moz-linear-gradient(270deg, rgba(239, 49, 33, 1.00) 0%, rgba(252, 207, 6, 1.00) 200%);
	background-image: -o-linear-gradient(270deg, rgba(239, 49, 33, 1.00) 0%, rgba(252, 207, 6, 1.00) 200%);
	background-image: linear-gradient(180deg, rgba(239, 49, 33, 1.00) 0%, rgba(252, 207, 6, 1.00) 150%);
}

.name,
#view-title {
	display: none;
}

.well__button-small-gradient {
	display: inline-block;
	padding: 8px 12px;
	font-size: 13px;
	color: #fff !important;
	font: 700 13px 'Open Sans';
	text-transform: uppercase;
	border-radius: 4px;
	border: none;
	text-align: center;
	background-image: -webkit-linear-gradient(90deg, rgba(1, 145, 212, 1.00) 0%, rgba(3, 85, 168, 1.00) 100%);
	background-image: -moz-linear-gradient(90deg, rgba(1, 145, 212, 1.00) 0%, rgba(3, 85, 168, 1.00) 100%);
	background-image: -o-linear-gradient(90deg, rgba(1, 145, 212, 1.00) 0%, rgba(3, 85, 168, 1.00) 100%);
	background-image: linear-gradient(0deg, rgba(1, 145, 212, 1.00) 0%, rgba(3, 85, 168, 1.00) 100%);
	cursor: pointer;
	text-decoration: none;
}

.well__button-small-gradient:hover {
	background-image: -webkit-linear-gradient(270deg, rgba(239, 49, 33, 1.00) 0%, rgba(252, 207, 6, 1.00) 200%);
	background-image: -moz-linear-gradient(270deg, rgba(239, 49, 33, 1.00) 0%, rgba(252, 207, 6, 1.00) 200%);
	background-image: -o-linear-gradient(270deg, rgba(239, 49, 33, 1.00) 0%, rgba(252, 207, 6, 1.00) 200%);
	background-image: linear-gradient(180deg, rgba(239, 49, 33, 1.00) 0%, rgba(252, 207, 6, 1.00) 150%);
}

/*FOOTER*/
.bottom_container {
	display: flex;
	flex-flow: row wrap;
}

.bottom_full_row {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 10px 0;
}

.bottom_half_row {
	width: 50%;
}

.bottom_half_right {
	justify-content: flex-end;
	display: flex;
}

@media(max-width:575px) {
	.bottom_half_row {
		width: 100%;
	}
}

#container {
	/* overflow: hidden;
	margin: 0 auto; */
	max-width: 1100px;
	display: flex;
	justify-content: space-between;
}

#left {
	/* padding-top: 20px;
	float: left; */
	width: 50%;
}

#right {
	/* float: left; */
	width: 50%;
}

#social {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	font-size: 32px;
	max-width: 90%;
	margin-top: 1em;
}

/*.pageContentText ul, .pageContentText ol, .pageContentText h1 {
	margin: auto;
}*/

.mobile-view .widget-navigation .widget-content>a:after {
	content: 'МЕНЮ';
	display: block;
	margin-left: 40px;
	padding-top: 5px;
	color: #555;
	font-weight: 700;
}

.ltext img {
	margin: auto;
}

/* Партнёры */
.homepage-payment-partners {
	background: #e3f6ff;
	box-sizing: border-box;
	margin: 25px 0;
	padding: 25px 0;
}

.homepage-payment-partners-inner {
	margin-left: 0;
	display: flex;
	margin: 0 25px;
}

@media screen and (max-width: 650px) {
	.homepage-payment-partners-inner {
		flex-direction: column;
	}
}

.homepage-payment-partners-title {
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 7px;
}

.homepage-payment-partners-text {
	font-size: 14px;
	line-height: 19px;
}

.homepage-payment-partners-info {
	display: inline-block;
	flex-shrink: 0;
	margin-right: 50px;
	vertical-align: top;
	width: 50%;
	text-align: justify;
}

@media screen and (max-width: 650px) {
	.homepage-payment-partners-info {
		width: 100%;
	}
}

.homepage-payment-partners-logos {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	vertical-align: top;
}

.homepage-payment-partners-logo {
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
}

.homepage-payment-partners-logo:hover {
	transform: scale(1.2);
	transition: 2s;
}

.homepage-payment-partners-logo:not(:last-child) {
	margin-right: 25px;
}

/*.homepage-payment-partners-logo-visa {
	background-image: url(//well.ru/ffs/images/visa.svg);
	height: 26px;
	width: 57px;
}*/
.homepage-payment-partners-logo-mastercard {
	background-image: url(//well.ru/ffs/images/mastercard.svg);
	height: 26px;
	width: 70px;
}

.homepage-payment-partners-logo-thawte {
	background-image: url(//well.ru/ffs/images/thawte.svg);
	height: 25px;
	width: 99px;
}

.homepage-payment-partners-logo-dss {
	background-image: url(//well.ru/ffs/images/dss.svg);
	height: 30px;
	width: 70px;
}

.homepage-payment-partners-logo-paypal {
	background-image: url(//well.ru/ffs/images/paypal.svg);
	background-position: center;
	height: 50px;
	width: 50px;
}

.homepage-payment-partners-logo-sberbank {
	background-image: url(//well.ru/ffs/images/sberbank.svg);
	background-position: center;
	height: 46px;
	width: 186px;
}

.homepage-payment-partners-logo-alfabank {
	background-image: url(//well.ru/ffs/images/alfa.svg);
	background-position: center;
	height: 46px;
	margin-top: -6px;
	width: 156px;
}

.homepage-payment-partners-logo-stripe {
	background-image: url(//well.ru/ffs/images/stripepowered.svg);
	height: 39px;
	width: 142px;
}

.homepage-payment-partners-logo-decta {
	background-image: url(//well.ru/ffs/images/decta.svg);
	background-position: center;
	background-size: 87%;
	height: 40px;
	margin-top: 0;
	width: 170px;
}

/* Популярные направления */
.zen-populardestinations-list {
	display: flex;
	justify-content: space-between;
}

.zen-populardestinations-list-appeared .zen-populardestination-image {
	animation-name: zen-home-imaged-list-zoom;
	animation-duration: .9s;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
}

.zen-populardestinations-list-wrapper {
	display: flex;
	flex-wrap: wrap;
	flex: 3;
	margin: 0;
}

.zen-populardestination {
	flex: 1;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	min-width: 30%;
	overflow: hidden;
	position: relative;
	transition: box-shadow .3s ease;
	margin: 0 6px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1)
}

.zen-populardestination:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3)
}

.zen-populardestination:hover .zen-populardestination-image {
	transform: scale(1.05)
}

.zen-populardestination {
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

.zen-populardestination-image {
	background-color: #dfe4e7;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 220px;
	transition: transform .3s ease-out, background .3s ease-out;
	position: relative;
	z-index: 1;
}

.zen-populardestination-links {
	background: #fff;
	box-sizing: border-box;
	line-height: 18px;
	overflow: hidden;
	padding: 16px 20px;
	/*position: relative;*/
	z-index: 2;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
}

.zen-populardestination-links-title {
	color: #1871bc !important;
	font-size: 15px;
	text-decoration: none;
	word-wrap: break-word;
}

.zen-populardestination-list-item-link {
	font-size: 12px;
	line-height: 30px;
	color: #1871bc;
	cursor: pointer;
	font-size: 12px;
	text-decoration: none;
}

.zen-populardestination-links-country {
	color: #85878b;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 6px;
}

.zen-populardestination-list-item {
	display: block;
	text-decoration: none
}

.nivo-caption {
	max-width: 100%;
	position: absolute;
	left: 0;
	bottom: 20px;
	background: #06b;
	border-left: 10px solid #0af;
	font-size: 22px;
	color: #fff;
	z-index: 8;
	padding: 5px 10px;
	overflow: hidden;
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: unset;
	opacity: 1;
}

.hphone {
	text-align: center;
}

.hphone a {
	font-family: 'Comic Sans MS', sans-serif;
	font-style: normal !important;
	text-decoration: none;
	background: linear-gradient(#d72007, #fdce00);
	-webkit-background-clip: text;
	color: transparent !important;
	font-weight: bold;
	font-size: 32px;
}

.hphone:nth-child(2n+1) a {
	background: linear-gradient(#0043a3, #12b2f0);
	-webkit-background-clip: text;
}

.ul_phone {
	background-image: url(//well.ru/ffs/images/phone_fl.png);
	background-repeat: no-repeat;
	padding-left: 40px !important;
	padding-bottom: 10px;
	margin-left: unset !important;
}

.ul_geo {
	background-image: url(//well.ru/ffs/images/geo_fl.png);
	background-repeat: no-repeat;
	padding-left: 40px !important;
	padding-bottom: 10px;
	margin-left: unset !important;
}

.helpp {
	background-image: url(//well.ru/ffs/images/help20x20.png);
	background-repeat: no-repeat;
	padding-left: 30px !important;
	margin-left: unset !important;
}

.messengers {
	text-align: center;
	color: #D62034
}

.header a {
	color: inherit;
}

.widget-content li {
	padding: 5px 0;
}

.checkbox-18 {
	width: 18px;
	height: 18px;
}

.personal_data ul li {
	list-style-type: "\2611";
	padding-left: 1em;
}