@charset "UTF-8";

/*! */


/*! */


/*! */


/*! */


/*! */


/*! */


/*! Нельзя редактировать этот файл! Он сгенерирован через sass  -  DO NOT EDIT THIS FILE! IT GENERATED SASS */


/*! */


/*! */


/*! */


/*! */


/*! */


/*! */


/*! */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

body,
html {
	height: 100%;
}

body a,
html a {
	text-decoration: none;
	color: #e81a64;
}

body input,
html input {
	-webkit-appearance: none;
}

img,
fieldset,
a img {
	border: none;
}

input[type="submit"],
button {
	cursor: pointer;
}

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

textarea {
	overflow: auto;
}

input,
button {
	margin: 0;
	padding: 0;
	border: 0;
}

input,
textarea,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
a:focus {
	outline: none;
}

div {
	outline: none !important;
}

* {
	outline: none !important;
}

ul,
ol {
	list-style-type: none;
}

img {
	vertical-align: top;
}

li {
	list-style: none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	* {
		-webkit-text-size-adjust: none;
	}
}

table {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}

.clear {
	clear: both;
}

.page {
	overflow: hidden;
	position: relative;
	width: 100%;
}

input[type=text],
input[type=password],
textarea {
	box-sizing: border-box;
}

input:focus::-webkit-contacts-auto-fill-button {
	opacity: 0;
}

.show-tablet1 {
	display: none;
}

@media only screen and (max-width: 1000px) {
	.show-tablet1 {
		display: block;
	}
}

@media only screen and (max-width: 1000px) {
	.hide-tablet1 {
		display: none;
	}
}

.show-mobile1 {
	display: none;
}

@media only screen and (max-width: 760px) {
	.show-mobile1 {
		display: block;
	}
}

@media only screen and (max-width: 760px) {
	.hide-mobile1 {
		display: none;
	}
}

:focus::-webkit-input-placeholder {
	opacity: 0 !important;
}

:focus::-moz-placeholder {
	opacity: 0 !important;
}

:focus:-ms-input-placeholder {
	opacity: 0 !important;
}

:focus:-moz-placeholder {
	opacity: 0 !important;
}

input,
textarea {
	background: none;
	border: none;
}

textarea {
	resize: none;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-loading .slick-list {
	background: white;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	zoom: 1;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
}

.slick-slide img {
	display: block;
	max-width: 100%;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-prev,
.slick-next {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	height: 20px;
	background: none;
	left: 0;
	z-index: 1;
}

.slick-prev:focus,
.slick-next:focus {
	outline: none;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
	opacity: 0.2;
}

.slick-prev:before,
.slick-next:before {
	height: 30px;
	line-height: 30px;
	content: "prev";
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	color: #fff;
	background: #000;
}

.slick-next {
	right: 0;
	left: auto;
}

.slick-next:before {
	content: "next";
	display: inline-block;
}

body {
	font-family: Roboto;
}

input,
textarea {
	font-family: Roboto;
}

.page {
	margin: auto;
}

.page-over {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
}

@media only screen and (max-width: 760px) {
	.page.active .page-over {
		-webkit-transform: translate3d(-256px, 0, 0);
		transform: translate3d(-256px, 0, 0);
	}
}

.page-line {
	max-width: 925px;
	margin: auto;
	padding: 0 17px;
	position: relative;
	*zoom: 1;
}

.page-line:after {
	content: " ";
	display: table;
	clear: both;
}

.background-top1 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.header {
	padding: 59px 0 41px 0;
}
.page-line img {
	box-sizing:border-box;
	max-width:100%;
}
@media only screen and (max-width: 1000px) {
	.header {
		padding: 40px 0;
	}
}

@media only screen and (max-width: 760px) {
	.header {
		position: relative;
		padding: 0;
	}
}

.header__mobile-top {
	display: none;
	height: 68px;
	padding-top: 26px;
	box-sizing: border-box;
}

@media only screen and (max-width: 760px) {
	.header__mobile-top {
		display: block;
	}
}

.header__top {
	*zoom: 1;
	padding-bottom: 22px;
}

.header__top:after {
	content: " ";
	display: table;
	clear: both;
}

@media only screen and (max-width: 760px) {
	.header__top {
		display: none;
	}
}

.header__top-left {
	float: left;
}

.header__top-center{
	text-align: center;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.header__top-right {
	float: right;
}

.header__amount {
	position: relative;
	padding-left: 43px;
	line-height: 15px;
	color: #acdcff;
	font-size: 12px;
	height: 34px;
	display: flex;
	align-items: center;
	position: relative;
	top: -6px;
}

.header__amount:before {
	display: block;
	content: '';
	background: url("../img/i6.svg") no-repeat 0 0;
	background-size: 34px 21px;
	width: 34px;
	height: 21px;
	display: inline-block;
	margin-right: 6px;
}

.header__content {
	*zoom: 1;
	font-size: 0.01px;
}

.header__content:after {
	content: " ";
	display: table;
	clear: both;
}

.header__content-left {
	float: left;
	padding-top: 10px;
}

@media only screen and (max-width: 1000px) {
	.header__content-left {
		float: none;
		padding: 28px 0;
		margin: 0 -17px 22px -17px;
		border-top: 1px dotted rgba(255, 255, 255, 0.3);
		border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
		text-align: center;
		font-size: 0.01px;
	}
}

@media only screen and (max-width: 760px) {
	.header__content-left.mod1 {
		margin-bottom: 0;
		border-bottom: none;
	}
}

.header__content-right {
	float: right;
	*zoom: 1;
}

.header__content-right:after {
	content: " ";
	display: table;
	clear: both;
}

@media only screen and (max-width: 1000px) {
	.header__content-right {
		float: none;
		overflow: hidden;
		text-align: center;
	}
}

@media only screen and (max-width: 760px) {
	.header__content-right {
		overflow: visible;
		position: relative;
		padding-bottom: 24px;
	}
	.header__content-right:before {
		position: absolute;
		bottom: 0;
		left: -20px;
		right: -20px;
		display: block;
		content: '';
		background: #fff;
		height: 80px;
	}
	.header__content-right.hide {
		display: none;
	}
}

.header__content-right-right {
	float: left;
}

@media only screen and (max-width: 1000px) {
	.header__content-right-right {
		float: none;
	}
}

@media only screen and (max-width: 760px) {
	.header__content-right-right {
		position: relative;
	}
}

.header__text1 {
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	line-height: 14px;
}

@media only screen and (max-width: 760px) {
	.header__text1 {
		color: #8c8c8c;
	}
	.header__text1.mod1 {
		color: #fff;
	}
}

.list-text1 {
	*zoom: 1;
	float: left;
	margin-right: 44px;
	text-align: left;
}

.list-text1:after {
	content: " ";
	display: table;
	clear: both;
}

@media only screen and (max-width: 1000px) {
	.list-text1 {
		float: none;
		margin: 0;
		padding-bottom: 10px;
		display: inline-block;
		vertical-align: top;
	}
}

@media only screen and (max-width: 760px) {
	.list-text1 {
		text-align: center;
		font-size: 0.01px;
		display: block;
		padding-bottom: 16px;
		width: 350px;
		position: relative;
		left: 50%;
		margin-left: -175px;
	}
}

.list-text1__item {
	float: left;
	margin: 0 31px 18px 0;
	position: relative;
	padding-left: 34px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 300;
	line-height: 15.6px;
}

.list-text1__item:nth-child(3n) {
	clear: left;
	margin-left: 57px;
}

.list-text1__item:nth-child(2),
.list-text1__item:nth-child(4) {
	margin-right: 0;
}

@media only screen and (max-width: 760px) {
	.list-text1__item {
		display: inline-block;
		vertical-align: top;
		float: none;
		margin: 0 17px 14px 17px !important;
		color: #ffffff;
		font-size: 14px;
		font-weight: 300;
		line-height: 18.2px;
		text-align: left;
		text-align-last: left;
	}
	.list-text1__item * {
		text-align: left;
		text-align-last: left;
	}
}

.list-text1__item:before {
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	content: '';
}

@media only screen and (max-width: 760px) {
	.list-text1__item:before {
		-webkit-transform: scale(1.3);
		-ms-transform: scale(1.3);
		transform: scale(1.3);
		-webkit-transform-origin: left;
		-ms-transform-origin: left;
		transform-origin: left;
		margin-left: -5px;
		margin-top: 2px;
	}
}

.list-text1__item.icon1:before {
	background: url("../img/i2.svg") no-repeat 0 0;
	background-size: 22px 23px;
	width: 22px;
	height: 23px;
	display: inline-block;
	top: 5px;
}

.list-text1__item.icon2:before {
	background: url("../img/i3.svg") no-repeat 0 0;
	background-size: 21px 25px;
	width: 21px;
	height: 25px;
	display: inline-block;
	top: 3px;
}

.list-text1__item.icon3:before {
	background: url("../img/i4.svg") no-repeat 0 0;
	background-size: 24px 21px;
	width: 24px;
	height: 21px;
	display: inline-block;
	top: 6.5px;
}

.list-text1__item.icon4:before {
	background: url("../img/i5.svg") no-repeat 0 0;
	background-size: 32px 27px;
	width: 32px;
	height: 27px;
	display: inline-block;
	top: 4px;
}

@media only screen and (max-width: 760px) {
	.list-text1__item.icon4:before {
		margin-left: -13px;
	}
}

.logo {
	display: inline-block;
	vertical-align: top;
}

@media only screen and (max-width: 760px) {
	.logo img {
		width: 256px;
	}
}

.menu1 {
	*zoom: 1;
	font-size: 0.01px;
	position: relative;
	z-index: 1;
}

.menu1:after {
	content: " ";
	display: table;
	clear: both;
}

.menu1__item {
	float: left;
	margin-right: 45px;
	padding-bottom: 25px;
	position: relative;
}

.menu1__item:last-child {
	margin-right: 0;
}

@media only screen and (max-width: 1000px) {
	.menu1__item {
		margin-right: 20px;
	}
}

.menu1__item:hover .menu1__sub {
	display: block;
}

.menu1__link {
	display: inline-block;
	vertical-align: top;
	line-height: 17px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

@media only screen and (max-width: 1000px) {
	.menu1__link {
		font-size: 13px;
	}
}

.menu1__link:hover {
	text-decoration: underline;
}

.menu1__link.sub {
	position: relative;
	padding-right: 21px;
}

.menu1__link.sub:before {
	position: absolute;
	top: 4px;
	right: 0;
	display: block;
	content: '';
	background: url("../img/i1.svg") no-repeat 0 0;
	background-size: 12px 9px;
	width: 12px;
	height: 9px;
	display: inline-block;
}

.menu1__sub {
	position: absolute;
	top: 100%;
	left: 0;
	width: 360px;
	padding: 30px;
	border-radius: 4px;
	background-color: #3c5f7e;
	font-size: 1rem;
	display: none;
	columns: 150px 2;
}

.menu1__sub-item{
	margin-bottom: 12px;
}

.menu1__sub-item a{
	display: inline-block;
    vertical-align: top;
    color: #000000;
    font-size: 14px;
    color: #acdcff;
    line-height: 19.6px;
}

@media only screen and (max-width: 760px) {
	.drop-menu1__drop{
		padding: 20px 30px;
	}
	.drop-menu1__item a{
		padding: 7px 0;
		display: block;
		font-size: 16px;
	}
}

.menu1__sub-item:last-child {
	margin: 0;
}

.menu1__sub2-item {
	padding-bottom: 12px;
}

.menu1__sub2-item:last-child {
	padding: 0;
}

.menu1__sub2-item a {
	display: inline-block;
	vertical-align: top;
	color: #000000;
	font-size: 14px;
	color: #acdcff;
	line-height: 19.6px;
}

.menu1__sub2-item a:hover {
	color: #fff;
	text-decoration: underline;
}

.add-advertise1 {
	margin-bottom: 20px;
	display: block;
	width: 264px;
	height: 44px;
	border-radius: 4px;
	background-color: #e81a64;
	text-align: center;
	line-height: 44px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1.8px;
	text-transform: uppercase;
}

.add-advertise1:hover {
	opacity: 0.9;
}

.add-advertise1:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	margin-right: 7px;
	background: url("../img/i16.svg") no-repeat 0 0;
	background-size: 13px 14px;
	width: 13px;
	height: 14px;
	display: inline-block;
	position: relative;
	top: 16px;
}

@media only screen and (max-width: 1000px) {
	.add-advertise1 {
		margin: auto;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 760px) {
	.add-advertise1 {
		width: auto;
	}
}

.padding1 {
	padding: 60px 0 39px 0;
}

@media only screen and (max-width: 760px) {
	.padding1 {
		padding: 33px 0 25px 0;
	}
}

.content-over1 {
	*zoom: 1;
}

.content-over1:after {
	content: " ";
	display: table;
	clear: both;
}

.content-over1__left {
	float: left;
	max-width: 55%;
	width: 500px;
}

@media only screen and (max-width: 1000px) {
	.content-over1__left {
		max-width: 60%;
	}
}

@media only screen and (max-width: 760px) {
	.content-over1__left {
		max-width: none;
		width: auto;
		float: none;
	}
}

.content-over1__left p {
	color: #5f5f5f;
	font-size: 13px;
	font-weight: 300;
	line-height: 18.2px;
}

@media only screen and (max-width: 1000px) {
	.content-over1__left p br {
		display: none;
	}
}

.content-over1__right {
	float: right;
}

@media only screen and (max-width: 760px) {
	.content-over1__right {
		display: none;
	}
}

.content-over1__title {
	padding-bottom: 7px;
	color: #000000;
	font-size: 22px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 31px;
}

@media only screen and (max-width: 760px) {
	.content-over1__title {
		padding-bottom: 8px;
	}
}

.content-over1__alert-new-people {
	position: relative;
	padding: 16px 0 16px 74px;
	color: #3c5f7e;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1.8px;
	line-height: 15.6px;
	text-transform: uppercase;
	display: block;
}

.content-over1__alert-new-people:hover {
	text-decoration: underline;
}

.content-over1__alert-new-people:after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: -20px;
	display: block;
	content: '';
	border-radius: 4px;
	border: 1px solid #73e6ff;
}

.content-over1__alert-new-people:before {
	position: absolute;
	top: 21px;
	left: 33px;
	display: block;
	content: '';
	background: url("../img/i7.svg") no-repeat 0 0;
	background-size: 24px 25px;
	width: 24px;
	height: 25px;
	display: inline-block;
}

.list-category1 {
	*zoom: 1;
	font-size: 0.01px;
	max-width: 1024px;
	margin: auto;
}

.list-category1:after {
	content: " ";
	display: table;
	clear: both;
}

.list-category1__item {
	float: left;
	width: 33.333%;
	background: url(../img/g1.png);
	background-size: 100% 100%;
	padding: 39px 36px 0 36px;
	box-sizing: border-box;
	height: 154px;
	position: relative;
}

@media only screen and (min-width: 760px) {
	.list-category1__item:nth-child(n+4) {
		width:25%;
	}
}
@media only screen and (max-width: 1000px) {
	.list-category1__item {
		padding: 39px 15px 0 15px;
	}
}

@media only screen and (max-width: 760px) {
	.list-category1__item {
		float: none;
		width: auto;
		padding: 30px 24px 0 24px;
		height: 125px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	}
}

.list-category1__over {
	margin: auto;
	max-width: 270px;
	*zoom: 1;
}

.list-category1__over:after {
	content: " ";
	display: table;
	clear: both;
}

.list-category1__icon {
	float: left;
	padding-top: 8px;
	width: 60px;
	margin-right: 16px;
}

@media only screen and (max-width: 760px) {
	.list-category1__icon {
		padding-top: 2px;
	}
}

.list-category1__icon img {
	display: block;
	margin: auto;
}

.list-category1__text {
	overflow: hidden;
}

.list-category1__text-vertical {
	height: 64px;
	display: table-cell;
	vertical-align: middle;
}

.list-category1__title {
	display: inline-block;
	vertical-align: top;
	color: #3c5f7e;
	font-size: 14px;
	font-weight: 500;
	line-height: 19.6px;
	text-transform: uppercase;
	padding-bottom: 11px;
}

.list-category1__title:hover {
	text-decoration: underline;
}

.list-category1 p a {
	display: inline-block;
	vertical-align: top;
	color: #000000;
	font-size: 11px;
	font-weight: 300;
	letter-spacing: 1.1px;
	color: #8c8c8c;
}

.list-category1 p a span {
	color: #e81a64;
}

.list-category1 p a:hover {
	text-decoration: underline;
}

.background1 {
	padding: 71px 0 63px 0;
	background-color: #3c5f7e;
}

@media only screen and (max-width: 760px) {
	.background1 {
		padding: 45px 0 41px 0;
	}
	.background1 .page-line {
		padding: 0 32px;
	}
}

.background1.mod1 {
	padding: 41px 0 50px 0;
}

@media only screen and (max-width: 760px) {
	.background1.mod1 {
		padding: 45px 0;
	}
}

.fast-search-advertise1__title1 {
	padding-left: 43px;
	position: relative;
	padding-bottom: 17px;
	line-height: 31px;
	color: #ffffff;
	font-size: 22px;
	font-weight: 500;
	text-transform: uppercase;
}

.fast-search-advertise1__title1:before {
	position: absolute;
	top: 3px;
	left: -18px;
	display: block;
	content: '';
	background: url("../img/i8.svg") no-repeat 0 0;
	background-size: 42px 25px;
	width: 42px;
	height: 25px;
	display: inline-block;
}

@media only screen and (max-width: 760px) {
	.fast-search-advertise1__title1 {
		padding-bottom: 23px;
	}
}

.fast-search-advertise1__list {
	position: relative;
	padding-right: 64px;
}

@media only screen and (max-width: 1000px) {
	.fast-search-advertise1__list {
		padding-right: 54px;
	}
}

@media only screen and (max-width: 760px) {
	.fast-search-advertise1__list {
		padding: 0;
	}
}

.fast-search-advertise1__list.mod1 {
	padding: 0;
}

@media only screen and (max-width: 760px) {
	.fast-search-advertise1__list.mod1 .fast-search-advertise1__list-over {
		padding-bottom: 0;
	}
}

.fast-search-advertise1__list-over {
	*zoom: 1;
	margin: 0 -10px;
}

.fast-search-advertise1__list-over:after {
	content: " ";
	display: table;
	clear: both;
}

@media only screen and (max-width: 1000px) {
	.fast-search-advertise1__list-over {
		margin: 0 -5px;
	}
}

@media only screen and (max-width: 760px) {
	.fast-search-advertise1__list-over {
		padding-bottom: 40px;
	}
}

.fast-search-advertise1__item {
	float: left;
	width: 25%;
	padding: 0 10px;
	box-sizing: border-box;
}

@media only screen and (max-width: 1000px) {
	.fast-search-advertise1__item {
		padding: 0 5px;
	}
}

@media only screen and (max-width: 760px) {
	.fast-search-advertise1__item {
		float: none;
		width: auto;
		padding-bottom: 18px;
	}
	.fast-search-advertise1__item.mod1 {
		padding-bottom: 31px;
	}
	.fast-search-advertise1__item:last-child {
		padding-bottom: 0;
	}
}

.fast-search-advertise1__item2 {
	float: left;
	width: 33.333%;
	padding: 0 10px;
	box-sizing: border-box;
}

@media only screen and (max-width: 760px) {
	.fast-search-advertise1__item2 {
		float: none;
		width: auto;
		padding-bottom: 18px;
	}
	.fast-search-advertise1__item2.mod1 {
		padding-bottom: 31px;
	}
	.fast-search-advertise1__item2:last-child {
		padding-bottom: 0;
	}
}

.fast-search-advertise1__title2 {
	line-height: 16px;
	padding-bottom: 9px;
	color: #acdcff;
	font-size: 11px;
	letter-spacing: 1.1px;
	text-transform: uppercase;
}

.fast-search-advertise1__submit {
	position: absolute;
	top: 0;
	right: 0;
	top: 25px;
	width: 44px;
	height: 44px;
	cursor: pointer;
	border-radius: 4px;
	background-color: #e81a64;
}

.fast-search-advertise1__submit span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer;
}

.fast-search-advertise1__submit:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: '';
	background: url("../img/i12.svg") no-repeat 0 0;
	background-size: 12px 14px;
	width: 12px;
	height: 14px;
	display: inline-block;
	margin-top: -7px;
	margin-left: -6px;
}

@media only screen and (max-width: 760px) {
	.fast-search-advertise1__submit {
		position: relative;
		top: auto;
		right: auto;
		left: auto;
		height: 44px;
		width: auto;
		text-align: center;
		line-height: 44px;
		border-radius: 4px;
		background-color: #e81a64;
		color: #ffffff;
		font-size: 12px;
		font-weight: 500;
		letter-spacing: 1.8px;
		text-transform: uppercase;
	}
	.fast-search-advertise1__submit:after {
		content: 'искать в базе анкет';
	}
	.fast-search-advertise1__submit:before {
		display: inline-block;
		vertical-align: top;
		position: relative;
		top: 15px;
		left: auto;
		margin: 0 8px 0 0;
	}
}

.fast-search-advertise1__submit.mod1 {
	position: relative;
	top: auto;
	right: auto;
	left: auto;
	height: 44px;
	width: auto;
	top: 25px;
	text-align: center;
	line-height: 44px;
	border-radius: 4px;
	background-color: #e81a64;
	color: #ffffff;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1.8px;
	text-transform: uppercase;
}

.fast-search-advertise1__submit.mod1:after {
	content: 'искать в базе анкет';
}

.fast-search-advertise1__submit.mod1:before {
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: 15px;
	left: auto;
	margin: 0 8px 0 0;
}

@media only screen and (max-width: 760px) {
	.fast-search-advertise1__submit.mod1 {
		top: 0;
	}
}

.fast-search-advertise1 .jq-selectbox {
	cursor: pointer;
	display: block !important;
	z-index: 0 !important;
}

.fast-search-advertise1 .jq-selectbox.opened {
	z-index: 1 !important;
}

.fast-search-advertise1 .jq-selectbox__select {
	padding: 0 36px 0 15px;
	height: 43px;
	border-radius: 3px;
	background-color: #f5f5f5;
	line-height: 43px;
	color: #000000;
	font-size: 14px;
	position: relative;
}

.fast-search-advertise1 .jq-selectbox__select:before {
	position: absolute;
	top: 17px;
	right: 14px;
	display: block;
	content: '';
	background: url("../img/i9.svg") no-repeat 0 0;
	background-size: 14px 11px;
	width: 14px;
	height: 11px;
	display: inline-block;
}

.fast-search-advertise1 .jq-selectbox.opened .jq-selectbox__select {
	background: #f5f9fd;
}

.fast-search-advertise1 .jq-selectbox__select-text {
	display: block;
	width: auto !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fast-search-advertise1 .jq-selectbox__dropdown {
	position: absolute;
	left: 0;
	width: auto !important;
	right: 0;
	bottom: auto !important;
	top: 43px !important;
	border-radius: 3px;
	border: 1px solid #dee7ef;
	background-color: #f5f9fd;
}

.fast-search-advertise1 .jq-selectbox ul {
	max-height: 185px;
	overflow: auto;
}

.fast-search-advertise1 .jq-selectbox li {
	border-bottom: 1px dotted #dbe6ee;
	padding: 11px 15px;
	font-size: 14px;
	line-height: 18px;
	color: #545454;
	position: relative;
}

.fast-search-advertise1 .jq-selectbox li:last-child {
	border: none;
}

.fast-search-advertise1 .jq-selectbox li:before {
	position: absolute;
	top: 3px;
	bottom: 3px;
	left: 2px;
	right: 2px;
	display: block;
	content: '';
	background: #e7f0f7;
	border-radius: 3px;
	opacity: 0;
}

.fast-search-advertise1 .jq-selectbox li span {
	position: relative;
	display: block;
}

.fast-search-advertise1 .jq-selectbox li.sel {
	color: #000;
}

.fast-search-advertise1 .jq-selectbox li:hover {
	color: #000;
}

.fast-search-advertise1 .jq-selectbox li:hover:before {
	opacity: 1;
}

.num-list1 {
	margin-bottom: 10px;
	height: 43px;
	border-radius: 3px;
	background-color: #f5f5f5;
	padding: 0 15px;
	line-height: 43px;
}

.num-list1 span {
	float: left;
	padding-right: 10px;
	font-size: 14px;
	color: #8c8c8c;
}

.num-list1 span.last {
	float: right;
	padding: 0 0 0 10px;
}

.num-list1 span i {
	color: #000;
	font-style: normal;
}

.num-list1 div {
	overflow: hidden;
	position: relative;
	height: 43px;
}

.num-list1 div i {
	display: block;
	position: absolute;
	top: 50%;
	left: 14px;
	right: 14px;
	display: block;
	content: '';
	border-top: 1px dotted #dadada;
	margin-top: -0.5px;
}

.num-list1 div:before {
	position: absolute;
	top: 15px;
	left: 0;
	display: block;
	content: '';
	background: url("../img/i10.svg") no-repeat 0 0;
	background-size: 11px 13px;
	width: 11px;
	height: 13px;
	display: inline-block;
	z-index: 1;
}

.num-list1 div:after {
	position: absolute;
	top: 15px;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=$m11, M12=$m12, M21=$m21, M22=$m22, sizingMethod='auto expand');
	zoom: 1;
	right: 0;
	display: block;
	content: '';
	background: url("../img/i10.svg") no-repeat 0 0;
	background-size: 11px 13px;
	width: 11px;
	height: 13px;
	display: inline-block;
}

.check1 {
	*zoom: 1;
	height: 43px;
	border-radius: 3px;
	background-color: #f5f5f5;
	padding: 2px 1px;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.check1:after {
	content: " ";
	display: table;
	clear: both;
}

.check1__label {
	float: left;
	width: 38%;
	position: relative;
	height: 39px;
	line-height: 39px;
	cursor: pointer;
	text-align: center;
	color: #000000;
	font-size: 12px;
}

.check1__label:last-child {
	float: none;
	overflow: hidden;
	display: block;
	width: auto;
}

.check1__label input {
	position: absolute;
	top: 0;
	left: -9999px;
	display: block;
}

.check1__label span {
	display: block;
	margin: 0 1px;
}

.check1__label:hover span,
.check1__label.active span {
	display: block;
	border-radius: 3px;
	background-color: #e81a64;
	color: #fff;
}

.padding2 {
	padding: 61px 0 70px 0;
}

@media only screen and (max-width: 760px) {
	.padding2 {
		padding: 35px 0 48px 0;
	}
}

.title1 {
	padding-bottom: 30px;
	line-height: 38px;
	color: #000000;
	font-size: 22px;
	font-weight: 500;
	text-transform: uppercase;
}

@media only screen and (max-width: 760px) {
	.title1 {
		line-height: 27px;
		padding-bottom: 27px;
		color: #000000;
		font-size: 22px;
	}
	.title1 i {
		display: block;
	}
}

.carousel1 {
	margin: 0 -22px;
	font-size: 0.01px;
	position: relative;
}

@media only screen and (max-width: 1000px) {
	.carousel1 {
		margin: 0 -8px;
	}
}

@media only screen and (max-width: 760px) {
	.carousel1 {
		margin: 0;
		/*width: 816px;
		left: 50%;
		margin-left: -408px;*/
	}
	/*.carousel1:before {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 33%;
		background: #fff;
		display: block;
		content: '';
		top: 318px;
		bottom: 0;
	}
	.carousel1:after {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 33%;
		background: #fff;
		display: block;
		content: '';
		top: 318px;
		bottom: 0;
	}*/
}

.carousel1 .prev {
	position: absolute;
	top: 107px;
	left: 50%;
	margin-left: -523px;
	z-index: 1;
	cursor: pointer;
	width: 33px;
	height: 33px;
	border-radius: 3px;
	background-color: #dbe5ee;
}

@media only screen and (max-width: 1050px) {
	.carousel1 .prev {
		left: 4px;
		margin: 0;
	}
}

@media only screen and (max-width: 760px) {
	.carousel1 .prev {
		top: 140px;
		left: 50%;
		margin-left: -170px;
	}
}

.carousel1 .prev:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: '';
	background: url("../img/i17.svg") no-repeat 0 0;
	background-size: 8px 13px;
	width: 8px;
	height: 13px;
	display: inline-block;
	margin-left: -5px;
	margin-top: -6.5px;
}

.carousel1 .prev:hover {
	opacity: 0.95;
}

.carousel1 .next {
	position: absolute;
	top: 107px;
	right: 50%;
	margin-right: -523px;
	z-index: 1;
	cursor: pointer;
	width: 33px;
	height: 33px;
	border-radius: 3px;
	background-color: #dbe5ee;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=$m11, M12=$m12, M21=$m21, M22=$m22, sizingMethod='auto expand');
	zoom: 1;
}

@media only screen and (max-width: 1050px) {
	.carousel1 .next {
		right: 4px;
		margin: 0;
	}
}

@media only screen and (max-width: 760px) {
	.carousel1 .next {
		top: 140px;
		margin-right: -170px;
		right: 50%;
	}
}

.carousel1 .next:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: '';
	background: url("../img/i17.svg") no-repeat 0 0;
	background-size: 8px 13px;
	width: 8px;
	height: 13px;
	display: inline-block;
	margin-left: -5px;
	margin-top: -6.5px;
}

.carousel1 .next:hover {
	opacity: 0.95;
}

.carousel1 .slick-list {
	overflow: visible;
}

@media only screen and (max-width: 1000px) {
	.carousel1 .slick-list {
		overflow: hidden;
	}
}

.carousel1__item {
	padding: 3px 22px 0 22px;
	box-sizing: border-box;
}

@media only screen and (max-width: 1000px) {
	.carousel1__item {
		padding: 3px 8px;
	}
}

.carousel1__foto {
	position: relative;
	height: 242px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 3px;
	margin-bottom: 19px;
}

@media only screen and (max-width: 760px) {
	.carousel1__foto {
		height: 313px;
		margin-bottom: 20px;
	}
}

.carousel1__foto-text {
	position: absolute;
	bottom: 14px;
	right: 21px;
	line-height: 19px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

@media only screen and (max-width: 760px) {
	.carousel1__foto-text {
		bottom: 9px;
		right: 9px;
	}
}

.carousel1__foto-text.mod1 {
	right: 10px;
	bottom: 9px;
	display: none;
}

@media only screen and (max-width: 760px) {
	.carousel1__foto-text.mod1 {
		display: block;
	}
}

.carousel1__title1 {
	color: #3c5f7e;
	font-size: 18px;
	font-weight: 500;
	line-height: 25.2px;
	margin-bottom: 5px;
	display: inline-block;
	vertical-align: top;
}

.carousel1__title1:hover {
	text-decoration: none;
}

@media only screen and (max-width: 760px) {
	.carousel1__title1 {
		color: #3c5f7e;
		font-size: 22px;
		font-weight: 500;
		line-height: 30.8px;
		margin-bottom: 3px;
	}
}

.carousel1__status {
	padding-bottom: 16px;
	line-height: 18px;
	color: #545454;
	font-size: 12px;
	font-weight: 300;
}

@media only screen and (max-width: 760px) {
	.carousel1__status {
		color: #545454;
		font-size: 14px;
		font-weight: 300;
		line-height: 19.6px;
		padding-bottom: 20px;
	}
}

.carousel1__num {
	padding: 0 13px;
	height: 33px;
	border-radius: 3px;
	background-color: #e9f1f8;
	border: 1px solid #e9f1f8;
	line-height: 31px;
	box-sizing: border-box;
	color: #a1afbc;
	font-size: 14px;
	position: relative;
	cursor: pointer;
	margin-bottom: 15px;
}

.carousel1__num:before {
	position: absolute;
	top: 11px;
	right: 11px;
	display: block;
	content: '';
	background: url("../img/i18.svg") no-repeat 0 0;
	background-size: 8px 11px;
	width: 8px;
	height: 11px;
	display: inline-block;
	opacity: 0;
}

.carousel1__num span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 32px;
}

.carousel1__num i {
	display: block;
	font-style: normal;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 37px;
	padding-left: 19px;
	color: #545454;
	font-size: 14px;
	line-height: 29px;
}

.carousel1__num:hover {
	border: 1px solid #e81a64;
}

.carousel1__num:hover i {
	color: #e81a64;
}

.carousel1__num.active {
	border: 1px solid #dbe5ee;
	color: #5f5f5f;
	background: none;
	color: #5f5f5f;
	font-size: 16px;
	font-weight: 500;
}

.carousel1__num.active i {
	display: none;
}

.carousel1__num.active span {
	max-width: none !important;
}

.carousel1__num.active:before {
	opacity: 1;
}

@media only screen and (max-width: 760px) {
	.carousel1__num.mod1 {
		height: 49px;
		border-radius: 3px;
		background-color: #e9f1f8;
		padding: 0 16px;
		color: #a1afbc;
		font-size: 18px;
		line-height: 49px;
	}
	.carousel1__num.mod1 span {
		max-width: 37px;
	}
	.carousel1__num.mod1 i {
		left: 68px;
		font-size: 18px;
		line-height: 46px;
	}
}

.carousel1__text {
	padding-bottom: 18px;
	color: #000000;
	font-size: 12px;
	font-weight: 300;
	line-height: 19.2px;
}

.carousel1__text p {
	padding-bottom: 10px;
}

.carousel1__text p:last-child {
	padding: 0;
}

.carousel1__vip {
	position: absolute;
	top: -3px;
	left: -3px;
	width: 57px;
	height: 22px;
	border-radius: 4px;
	background-color: #e81a64;
	text-align: center;
	line-height: 22px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
}

.all-link1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.icon-list1 {
	font-size: 0.01px;
}

.icon-list1__item {
	display: inline-block;
	vertical-align: middle;
	margin-right: 18px;
	line-height: 22px;
}

.icon-list1__item:last-child {
	margin-right: 0;
}

.icon-list1__item a {
	display: inline-block;
	vertical-align: middle;
}

.icon-list1__item a.icon1 {
	background: url("../img/e1.svg") no-repeat 0 0;
	background-size: 22px 20px;
	width: 22px;
	height: 20px;
	display: inline-block;
}

.icon-list1__item a.icon2 {
	background: url("../img/e2.svg") no-repeat 0 0;
	background-size: 23px 21px;
	width: 23px;
	height: 21px;
	display: inline-block;
}

.icon-list1__item a.icon3 {
	background: url("../img/e3.svg") no-repeat 0 0;
	background-size: 22px 22px;
	width: 22px;
	height: 22px;
	display: inline-block;
}

.icon-list1__item a.icon4 {
	background: url("../img/e4.svg") no-repeat 0 0;
	background-size: 21px 22px;
	width: 21px;
	height: 22px;
	display: inline-block;
}

.icon-list1__item a.icon5 {
	background: url("../img/tg.svg") no-repeat 0 0;
	background-size: 21px 22px;
	width: 21px;
	height: 22px;
	display: inline-block;
}
.icon-list1__item a.icon6 {
	background: url("../img/max.svg?3") no-repeat 0 0;
	background-size: 22px 22px;
	width: 22px;
	height: 22px;
	display: inline-block;
}

.background2 {
	padding: 63px 0 65px 0;
	position: relative;
}

@media only screen and (max-width: 760px) {
	.background2 {
		padding: 33px 0 51px 0;
	}
}

.background2:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	content: '';
	background: url(../img/g2.png);
	background-size: 100% 100%;
	height: 103px;
}

.list-people-new1 {
	padding-bottom: 43px;
}

.list-people-new1__item {
	padding-bottom: 44px;
	*zoom: 1;
}

.list-people-new1__item:last-child {
	padding: 0;
}

.list-people-new1__item:after {
	content: " ";
	display: table;
	clear: both;
}

@media only screen and (max-width: 760px) {
	.list-people-new1__item {
		padding-bottom: 40px;
	}
	.list-people-new1__item .carousel1__title1 {
		margin-bottom: 3px;
		color: #3c5f7e;
		font-size: 18px;
		font-weight: 500;
		line-height: 25.2px;
	}
	.list-people-new1__item .carousel1__status {
		padding-bottom: 15px;
		color: #545454;
		font-size: 12px;
		font-weight: 300;
		line-height: 16.8px;
	}
}

.list-people-new1__foto {
	float: left;
	position: relative;
	margin-right: 33px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 108px;
	height: 132px;
	border-radius: 3px;
}

@media only screen and (max-width: 760px) {
	.list-people-new1__foto {
		width: 96px;
		height: 118px;
		margin-right: 15px;
		top: 5px;
	}
}

.list-people-new1__left {
	float: left;
	width: 198px;
	margin-right: 36px;
}

@media only screen and (max-width: 760px) {
	.list-people-new1__left {
		float: none;
		width: auto;
		overflow: hidden;
		margin: 0;
	}
}

.list-people-new1__over {
	overflow: hidden;
	padding-left: 19px;
}

@media only screen and (max-width: 760px) {
	.list-people-new1__over {
		padding: 17px 0 0 0;
		overflow: visible;
		clear: both;
	}
}

.list-people-new1__text {
	padding: 25px 30px 12px 30px;
	border-radius: 3px;
	background-color: #f5f9fd;
	position: relative;
}

@media only screen and (max-width: 760px) {
	.list-people-new1__text {
		padding: 15px;
	}
	.list-people-new1__text.mod1:before {
		display: none;
	}
}

.list-people-new1__text:before {
	position: absolute;
	top: 33px;
	left: -19px;
	display: block;
	content: '';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 11.5px 20px 11.5px 0;
	border-color: transparent #f5f9fd transparent transparent;
}

@media only screen and (max-width: 760px) {
	.list-people-new1__text:before {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		filter: progid:DXImageTransform.Microsoft.Matrix(M11=$m11, M12=$m12, M21=$m21, M22=$m22, sizingMethod='auto expand');
		zoom: 1;
		left: 36px;
		top: -19px;
	}
}

.list-annotation{
	padding-bottom: 19px;
	color: #000000;
	font-size: 14px;
	font-weight: 300;
	line-height: 22.4px;
    overflow-wrap: break-word;
}

@media only screen and (max-width: 760px) {
	.list-people-new1__text p {
		padding-bottom: 10px;
	}
}

.list-people-new1__text-bottom {
	text-align: right;
	position: relative;
	left: 18px;
	color: #a1afbc;
	font-size: 11px;
	line-height: 14px;
}

@media only screen and (max-width: 760px) {
	.list-people-new1__text-bottom {
		left: 0;
	}
}

.list-people-new1__text-title {
	padding-bottom: 10px;
	color: #3c5f7e;
	font-size: 11px;
	letter-spacing: 1.1px;
	text-transform: uppercase;
	line-height: 16px;
}

.show-more1 {
	display: block;
	margin: auto;
	width: 264px;
	height: 44px;
	line-height: 42px;
	box-sizing: border-box;
	border-radius: 4px;
	border: 1px solid #e81a64;
	color: #e81a64;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	text-align: center;
}

@media only screen and (max-width: 760px) {
	.show-more1 {
		width: auto;
	}
}

.show-more1 i {
	width: 13px;
	height: 14px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: 14px;
	margin-right: 8px;
}

.show-more1 i:before,
.show-more1 i:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	background: url("../img/i14.svg") no-repeat 0 0;
	background-size: 13px 14px;
	width: 13px;
	height: 14px;
	display: inline-block;
}

.show-more1 i:after {
	opacity: 0;
	background: url("../img/i16.svg") no-repeat 0 0;
	background-size: 13px 14px;
	width: 13px;
	height: 14px;
	display: inline-block;
}

.show-more1[send="true"] i:before,
.show-more1[send="true"] i:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	background: url("../img/hearts_red.svg") no-repeat 0 0;
	background-size: 30px 13px;
    width: 30px;
    height: 30px;
    margin-left: -15px;
	display: inline-block;
}

.show-more1[send="true"] i:after {
	opacity: 0;
	background: url("../img/hearts.svg") no-repeat 0 0;
	background-size: 30px 13px;
    width: 30px;
    height: 30px;
    margin-left: -15px;
	display: inline-block;
}

.show-more1:hover {
	background-color: #e81a64;
	color: #fff;
}

.show-more1:hover i:before {
	opacity: 0;
}

.show-more1:hover i:after {
	opacity: 1;
}

.background3 {
	padding: 64px 0;
	background: url(../img/g3.jpg);
	background-size: 100% 100%;
}

@media only screen and (max-width: 760px) {
	.background3 {
		padding: 40px 0;
	}
}

.content-text1 {
	*zoom: 1;
}

.content-text1:after {
	content: " ";
	display: table;
	clear: both;
}

.content-text1__right-image {
	float: right;
	margin-left: 43px;
	position: relative;
	top: 7px;
}

@media only screen and (max-width: 760px) {
	.content-text1__right-image {
		float: none;
		max-width: 100%;
		margin: 0 0 27px 0;
		top: 0;
	}
}

.content-text1__title {
	padding-bottom: 13px;
	line-height: 38px;
	color: #000000;
	font-size: 22px;
	font-weight: 500;
	text-transform: uppercase;
}

@media only screen and (max-width: 760px) {
	.content-text1__title {
		padding-bottom: 24px;
		line-height: 30px;
	}
}

.content-text1 p {
	color: #000000;
	font-size: 14px;
	font-weight: 300;
	line-height: 22.4px;
	padding-bottom: 14px;
}

.content-text1 p:last-child {
	padding: 0;
}

.background-footer1 {
	padding: 59px 0;
	background-color: #3c5f7e;
}

@media only screen and (max-width: 760px) {
	.background-footer1 {
		padding: 49px 0 46px 0;
	}
}

.footer {
	text-align: justify;
	line-height: 0;
	font-size: 0;
	text-justify: newspaper;
	zoom: 1;
	text-align-last: justify;
}

.footer:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 0px;
	visibility: hidden;
	overflow: hidden;
}

.footer * {
	text-align-last: left;
}

.footer__item {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	text-align-last: left;
}

.footer__item:nth-child(2),
.footer__item:nth-child(3) {
	padding-top: 3px;
}

.footer__item * {
	text-align: left;
	text-align-last: left;
}

.footer__item.last {
	text-align: center;
	text-align-last: center;
}

.footer__item.last * {
	text-align: center;
	text-align-last: center;
}

@media only screen and (max-width: 1000px) {
	.footer__item:nth-child(1) {
		display: block;
		padding-bottom: 50px;
	}
}

@media only screen and (max-width: 760px) {
	.footer__item:nth-child(1) {
		padding-bottom: 35px;
	}
	.footer__item:nth-child(2),
	.footer__item:nth-child(3) {
		padding-bottom: 35px;
	}
	.footer__item:last-child {
		display: block;
	}
}

.logo2 {
	display: inline-block;
	vertical-align: top;
}

.menu2 {
	font-size: 0.01px;
	columns: 135px 2;
	max-width: 350px;
}

.menu2__item {
	padding-bottom: 17px;
	break-inside: avoid;
	padding-right: 38px;
}

.menu2__item:last-child {
	padding: 0;
}

.menu2__item a {
	display: inline-block;
	vertical-align: top;
	color: #ffffff;
	font-size: 12px;
	font-weight: 300;
	line-height: 16.8px;
}

.menu2__item a:hover {
	text-decoration: underline;
}

.up1 {
	float: left;
	line-height: 22px;
	margin-bottom: 23px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	text-decoration: underline;
	position: relative;
	padding: 0 29px;
	cursor: pointer;
}

.up1:hover {
	text-decoration: none;
}

.up1:before {
	position: absolute;
	top: 7px;
	left: 0;
	display: block;
	content: '';
	background: url("../img/i15.svg") no-repeat 0 0;
	background-size: 14px 12px;
	width: 14px;
	height: 12px;
	display: inline-block;
}

.up1:after {
	position: absolute;
	top: 7px;
	right: 0;
	display: block;
	content: '';
	background: url("../img/i15.svg") no-repeat 0 0;
	background-size: 14px 12px;
	width: 14px;
	height: 12px;
	display: inline-block;
}

.slider1 {
	position: relative;
	height: 5px;
}

.slider1:before {
	position: absolute;
	top: 0;
	left: 0px;
	right: 0px;
	display: block;
	content: '';
	bottom: 0;
	background-color: #7aa6cd;
	border-radius: 3px;
}

.slider1 .ui-slider-range {
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: #e81a64;
	border-radius: 3px;
}

.slider1 .ui-slider-handle {
	position: absolute;
	top: 0;
	cursor: pointer;
	width: 0;
	height: 0;
}

.slider1 .ui-slider-handle:before {
	position: absolute;
	top: 7px;
	margin-left: -5px;
	left: 0;
	display: block;
	content: '';
	background: url("../img/i11.svg") no-repeat 0 0;
	background-size: 14px 14px;
	width: 14px;
	height: 14px;
	display: inline-block;
}

.slider1 .ui-slider-handle:last-child:before {
	margin-left: -8.5px;
}

.menu-button1 {
	position: absolute;
	top: 19px;
	right: 0;
	cursor: pointer;
	background: url("../img/i19.svg") no-repeat 0 0;
	background-size: 32px 28px;
	width: 32px;
	height: 28px;
	display: inline-block;
	display: none;
	z-index: 5;
}

@media only screen and (max-width: 760px) {
	.menu-button1 {
		display: block;
	}
}

.drop-menu1 {
	font-size: 0.01px;
	position: relative;
	z-index: 1;
}

.drop-menu1__current {
	display: inline-block;
	vertical-align: top;
	line-height: 17px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	padding-right: 21px;
	cursor: pointer;
}

.drop-menu1__current:before {
	position: absolute;
	top: 4px;
	right: 0;
	display: block;
	content: '';
	background: url("../img/i1.svg") no-repeat 0 0;
	background-size: 12px 9px;
	width: 12px;
	height: 9px;
	display: inline-block;
}

.drop-menu1__drop {
	position: absolute;
	top: 42px;
	left: 0;
	right: 0;
	padding: 30px;
	border-radius: 4px;
	background-color: #3c5f7e;
	white-space: nowrap;
	font-size: 0.01px;
	*zoom: 1;
	display: none;
}

.drop-menu1__drop:after {
	content: " ";
	display: table;
	clear: both;
}

.drop-menu1__drop.active {
	display: block;
}

.drop-menu1__item:after {
	content: " ";
	display: table;
	clear: both;
}

.drop-menu1__item a {
	float: left;
	clear: left;
	color: #000000;
	font-size: 14px;
	color: #acdcff;
	line-height: 19.6px;
	margin-bottom: 10px;
}

.drop-menu1__item a:hover {
	color: #fff;
	text-decoration: underline;
}

.drop-menu1__item a:last-child {
	margin: 0;
}

.drop-menu1__close {
	position: absolute;
	top: 13px;
	right: 10px;
	cursor: pointer;
	background: url("../img/i20.svg") no-repeat 0 0;
	background-size: 12px 12px;
	width: 12px;
	height: 12px;
	display: inline-block;
}

.drop-menu1__close:before {
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	display: block;
	content: '';
}

.small-background1 {
	padding: 26px 0;
	background-color: #e9f1f8;
}

.icon-list2 {
	*zoom: 1;
}

.icon-list2:after {
	content: " ";
	display: table;
	clear: both;
}

.icon-list2__item {
	float: left;
	width: 50%;
	position: relative;
	padding-left: 46px;
	box-sizing: border-box;
	line-height: 15px;
	color: #545454;
	font-size: 12px;
}

.icon-list2__item span {
	display: table-cell;
	height: 30px;
	vertical-align: middle;
}

.icon-list2__item:before {
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	content: '';
}

.icon-list2__item.icon1:before {
	background: url("../img/i21.svg") no-repeat 0 0;
	background-size: 32px 21px;
	width: 32px;
	height: 21px;
	display: inline-block;
}

.icon-list2__item.icon2 {
	padding-left: 37px;
}

.icon-list2__item.icon2:before {
	background: url("../img/i22.svg") no-repeat 0 0;
	background-size: 24px 25px;
	width: 24px;
	height: 25px;
	display: inline-block;
}

.mobile-menu1 {
	position: absolute;
	top: 0;
	right: -256px;
	bottom: 0;
	width: 256px;
	background-color: #3c5f7e;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
	z-index: 10;
	padding: 24px 40px 24px 32px;
	box-sizing: border-box;
	display: none;
}

@media only screen and (max-width: 760px) {
	.mobile-menu1 {
		display: block;
	}
}

.mobile-menu1.active {
	right: 0px;
}

.mobile-menu1__close {
	position: absolute;
	top: 17px;
	right: 15px;
	cursor: pointer;
	background: url("../img/i20.svg") no-repeat 0 0;
	background-size: 14px 14px;
	width: 14px;
	height: 14px;
	display: inline-block;
}

.mobile-menu1__close:before {
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	display: block;
	content: '';
}

.menu3 {
	font-size: 0.01px;
	margin-bottom: 15px;
}

.menu3__item {
	padding-bottom: 24px;
}

.menu3__item:last-child {
	padding: 0;
}

.menu3__link {
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 22px;
	display: inline-block;
	vertical-align: top;
}

.menu3__sub {
	padding-top: 24px;
}

.menu3__sub-item {
	padding-bottom: 17px;
}

.menu3__sub-item:last-child {
	padding: 0;
}

.menu3__sub-item a {
	color: #acdcff;
	font-size: 14px;
	line-height: 19.6px;
}

.padding3 {
	padding: 60px 0 64px 0;
}

@media only screen and (max-width: 760px) {
	.padding3 {
		padding: 31px 0 39px 0;
	}
}

.title2 {
	padding-bottom: 29px;
	color: #000000;
	font-size: 22px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 38px;
}

.title2 span {
	color: #3c5f7e;
}

@media only screen and (max-width: 760px) {
	.title2 {
		padding-bottom: 21px;
		line-height: 32px;
	}
}

.big-form1__list {
	margin: 0 -22px;
	*zoom: 1;
}

.big-form1__list:after {
	content: " ";
	display: table;
	clear: both;
}

@media only screen and (max-width: 1000px) {
	.big-form1__list {
		margin: 0 -10px;
	}
}

@media only screen and (max-width: 760px) {
	.big-form1__list {
		margin: 0;
	}
}

.big-form1__title1 {
	padding-bottom: 15px;
	line-height: 16px;
	color: #5e87a5;
	font-size: 11px;
	letter-spacing: 1.1px;
	text-transform: uppercase;
}

@media only screen and (max-width: 1000px) {
	.big-form1__title1 {
		letter-spacing: 0.9px;
	}
}

@media only screen and (max-width: 760px) {
	.big-form1__title1 i {
		display: block;
	}
}

.big-form1__title1 span {
	display: inline-block;
	vertical-align: top;
	margin-left: 4px;
	position: relative;
	top: 2px;
}

.big-form1__title1 span.err {
	background: url("../img/i23.svg") no-repeat 0 0;
	background-size: 13px 13px;
	width: 13px;
	height: 13px;
	display: inline-block;
}

.big-form1__title1 span.ok {
	background: url("../img/i24.svg") no-repeat 0 0;
	background-size: 8px 8px;
	width: 8px;
	height: 8px;
	display: inline-block;
	top: 5px;
}

.big-form1__item {
	float: left;
	padding: 0 22px 33px 22px;
	box-sizing: border-box;
}

@media only screen and (max-width: 1000px) {
	.big-form1__item {
		padding: 0 10px 33px 10px;
		width: 50% !important;
	}
}

@media only screen and (max-width: 760px) {
	.big-form1__item {
		width: auto !important;
		float: none !important;
		clear: none !important;
		padding: 0 0 18px 0 !important;
	}
	.big-form1__item:last-child {
		padding: 0 !important;
	}
}

.big-form1__item.mod1 {
	width: 25.0%;
}

.big-form1__item.mod2 {
	width: 18.18%;
}

.big-form1__item.mod3 {
	width: 27.27%;
}

.big-form1__item.mod4 {
	width: 29.55%;
}

.big-form1__item.mod5 {
	width: 43.18%;
}

.big-form1__item.mod6 {
	float: right;
	clear: right;
	width: 56.82%;
}

.big-form1__item.mod7 {
	clear: left;
	width: 43.18%;
	padding-bottom: 45px;
}

.big-form1__item.mod8 {
	padding-bottom: 48px;
	float: none;
	clear: both;
	width: auto !important;
}

.big-form1__input {
	padding: 0 20px;
	display: block;
	width: 100%;
	height: 45px;
	border-radius: 3px;
	background-color: #f5f5f5;
	color: #000000;
	font-size: 14px;
}

.big-form1__input:focus {
	background-color: #f5f9fd;
}

@media only screen and (max-width: 760px) {
	.big-form1__input {
		height: 54px;
		font-size: 16px;
	}
}

.big-form1 .jq-selectbox {
	cursor: pointer;
	display: block !important;
	z-index: 0 !important;
}

.big-form1 .jq-selectbox.opened {
	z-index: 1 !important;
}

.big-form1 .jq-selectbox__select {
	padding: 0 36px 0 20px;
	height: 45px;
	border-radius: 3px;
	background-color: #f5f5f5;
	line-height: 45px;
	color: #000000;
	font-size: 14px;
	position: relative;
}

@media only screen and (max-width: 760px) {
	.big-form1 .jq-selectbox__select {
		height: 54px;
		font-size: 16px;
		line-height: 54px;
	}
}

.big-form1 .jq-selectbox__select:before {
	position: absolute;
	top: 17px;
	right: 14px;
	display: block;
	content: '';
	background: url("../img/i9.svg") no-repeat 0 0;
	background-size: 14px 11px;
	width: 14px;
	height: 11px;
	display: inline-block;
}

@media only screen and (max-width: 760px) {
	.big-form1 .jq-selectbox__select:before {
		right: 16px;
		top: 22px;
	}
}

.big-form1 .jq-selectbox.opened .jq-selectbox__select {
	background: #f5f9fd;
}

.big-form1 .jq-selectbox__select-text {
	display: block;
	width: auto !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.big-form1 .jq-selectbox__dropdown {
	position: absolute;
	left: 0;
	width: auto !important;
	right: 0;
	bottom: auto !important;
	top: 45px !important;
	border-radius: 3px;
	border: 1px solid #dee7ef;
	background-color: #f5f9fd;
}

@media only screen and (max-width: 760px) {
	.big-form1 .jq-selectbox__dropdown {
		top: 54px !important;
	}
}

.big-form1 .jq-selectbox ul {
	max-height: 185px;
	overflow: auto;
}

.big-form1 .jq-selectbox li {
	border-bottom: 1px dotted #dbe6ee;
	padding: 11px 18px;
	font-size: 14px;
	line-height: 18px;
	color: #545454;
	position: relative;
}

.big-form1 .jq-selectbox li:last-child {
	border: none;
}

.big-form1 .jq-selectbox li:before {
	position: absolute;
	top: 3px;
	bottom: 3px;
	left: 2px;
	right: 2px;
	display: block;
	content: '';
	background: #e7f0f7;
	border-radius: 3px;
	opacity: 0;
}

.big-form1 .jq-selectbox li span {
	position: relative;
	display: block;
}

.big-form1 .jq-selectbox li.sel {
	color: #000;
}

.big-form1 .jq-selectbox li:hover {
	color: #000;
}

.big-form1 .jq-selectbox li:hover:before {
	opacity: 1;
}

.big-form1__textarea {
	display: block;
	width: 100%;
	height: 183px;
	border-radius: 3px;
	background-color: #f5f5f5;
	padding: 20px;
	color: #000000;
	font-size: 14px;
	font-weight: 300;
	line-height: 22.4px;
}

@media only screen and (max-width: 760px) {
	.big-form1__textarea {
		height: 251px;
	}
}

.big-form1__button {
	text-align: center;
	font-size: 0.01px;
}

.big-form1__button-style1 {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	width: 414px;
	height: 44px;
	border-radius: 4px;
	border: 1px solid #e81a64;
	background-color: #e81a64;
	text-align: center;
	line-height: 43px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	cursor: pointer;
	box-sizing: border-box;
}

.big-form1__button-style1:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	margin-right: 12px;
	background: url("../img/i12.svg") no-repeat 0 0;
	background-size: 12px 14px;
	width: 12px;
	height: 14px;
	display: inline-block;
	position: relative;
	top: 15px;
}

.big-form1__button-style1:hover {
	opacity: 0.9;
}

.big-form1__button-style1:last-child {
	margin-bottom: 0;
	margin-right: 0;
}

@media only screen and (max-width: 1000px) {
	.big-form1__button-style1 {
		margin: auto;
		display: block;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 760px) {
	.big-form1__button-style1 {
		width: auto;
		margin-bottom: 19px;
	}
}

.big-form1__button-style2 {
	display: inline-block;
	vertical-align: top;
	width: 305px;
	height: 44px;
	border-radius: 4px;
	border: 1px solid #e81a64;
	line-height: 42px;
	text-align: center;
	color: #e81a64;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	box-sizing: border-box;
}

@media only screen and (max-width: 1000px) {
	.big-form1__button-style2 {
		display: block;
		margin: auto;
	}
}

@media only screen and (max-width: 760px) {
	.big-form1__button-style2 {
		width: auto;
	}
}

.big-form1__button-style2 i {
	display: inline-block;
	vertical-align: top;
	width: 12px;
	height: 12px;
	margin-right: 9px;
	width: 12px;
	height: 12px;
	position: relative;
	top: 15px;
}

.big-form1__button-style2 i:before,
.big-form1__button-style2 i:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	background: url("../img/i31.svg") no-repeat 0 0;
	background-size: 12px 12px;
	width: 12px;
	height: 12px;
	display: inline-block;
}

.big-form1__button-style2 i:after {
	opacity: 0;
	background: url("../img/i32.svg") no-repeat 0 0;
	background-size: 12px 12px;
	width: 12px;
	height: 12px;
	display: inline-block;
}

.big-form1__button-style2:hover {
	background-color: #e81a64;
	color: #ff80ad;
}

.big-form1__button-style2:hover i:before {
	opacity: 0.8;
}

.big-form1__button-style2:hover i:after {
	opacity: 1;
}

.year-count1 {
	height: 45px;
	border-radius: 3px;
	background-color: #f5f5f5;
	line-height: 43px;
	position: relative;
	color: #000000;
	font-size: 14px;
	padding-left: 20px;
}

@media only screen and (max-width: 760px) {
	.year-count1 {
		height: 54px;
		line-height: 53px;
		font-size: 16px;
	}
}

.year-count1:after {
	content: ' год';
	color: #8c8c8c;
}

.year-count1 i {
	font-style: normal;
}

.year-count1 input {
	display: block;
	position: absolute;
	top: 0;
	left: -9999px;
}

.year-count1 div {
	position: absolute;
	top: 2px;
	right: 2px;
	background: url("../img/i25.svg") no-repeat 0 0;
	background-size: 19px 40px;
	width: 19px;
	height: 40px;
	display: inline-block;
}

@media only screen and (max-width: 760px) {
	.year-count1 div {
		background: url("../img/i25.svg") no-repeat 0 0;
		background-size: 23px 49px;
		width: 23px;
		height: 49px;
		display: inline-block;
	}
}

.year-count1 div span {
	display: block;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 50%;
}

.year-count1 div span:last-child {
	bottom: auto;
	top: 0;
}

.check2 {
	padding: 33px 22px;
	border-radius: 3px;
	background-color: #f5f5f5;
	*zoom: 1;
}

.check2:after {
	content: " ";
	display: table;
	clear: both;
}

.check2__label {
	cursor: pointer;
	float: left;
	clear: left;
	margin-bottom: 27px;
	padding-left: 82px;
	font-size: 14px;
	line-height: 16.8px;
	position: relative;
	color: #8c8c8c;
}

.check2__label:last-child {
	margin: 0;
}

.check2__label.active {
	color: #000000;
}

.check2 .jq-checkbox {
	position: absolute !important;
	top: -2px;
	left: 0;
	cursor: pointer;
	width: 22px;
	height: 22px;
	border-radius: 4px;
	border: 1px solid #c4c4c4;
	background-color: #ffffff;
	box-sizing: border-box;
}

.check2 .jq-checkbox:before {
	position: absolute;
	top: 1px;
	left: 3px;
	display: block;
	content: '';
	background: url("../img/i29.svg") no-repeat 0 0;
	background-size: 13px 16px;
	width: 13px;
	height: 16px;
	display: inline-block;
	opacity: 0;
}

.check2 .jq-checkbox.checked:before {
	opacity: 1;
}

@media only screen and (max-width: 760px) {
	.check2.mod1 .jq-checkbox {
		width: 44px;
		height: 22px;
		border-radius: 8px;
		background-color: #ffffff;
		border: none;
		margin-left: -8px;
	}
	.check2.mod1 .jq-checkbox:before {
		display: none;
	}
	.check2.mod1 .jq-checkbox:after {
		position: absolute;
		top: 2px;
		left: 1px;
		display: block;
		content: '';
		width: 22px;
		height: 18px;
		border-radius: 8px;
		background-color: #c4c4c4;
		-webkit-transition: 0.1s linear;
		transition: 0.1s linear;
	}
	.check2.mod1 .jq-checkbox.checked:after {
		background-color: #e81a64;
		left: 21px;
	}
}

.check2__icon {
	position: absolute;
	top: 50%;
	display: block;
	margin-top: -17px;
	height: 34px;
	line-height: 34px;
	left: 39px;
	width: 40px;
	text-align: center;
	font-size: 0.01px;
}

.check2__icon:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
}

.check2__icon.icon1:before {
	background: url("../img/e1-1.svg") no-repeat 0 0;
	background-size: 22px 20px;
	width: 22px;
	height: 20px;
	display: inline-block;
}

.check2__icon.icon2:before {
	background: url("../img/e2-1.svg") no-repeat 0 0;
	background-size: 23px 21px;
	width: 23px;
	height: 21px;
	display: inline-block;
}

.check2__icon.icon3:before {
	background: url("../img/e3-1.svg") no-repeat 0 0;
	background-size: 22px 22px;
	width: 22px;
	height: 22px;
	display: inline-block;
}

.check2__icon.icon4:before {
	background: url("../img/e4-1.svg") no-repeat 0 0;
	background-size: 21px 22px;
	width: 21px;
	height: 22px;
	display: inline-block;
}

.check2__icon.icon5:before {
	background: url("../img/e5-1.svg") no-repeat 0 0;
	background-size: 23px 20px;
	width: 23px;
	height: 20px;
	display: inline-block;
}
.check2__icon.icon6:before {
	background: url("../img/max.svg?3") no-repeat 0 0;
	background-size: 23px 23px;
	width: 23px;
	height: 23px;
	display: inline-block;
}

.list-foto1 {
	*zoom: 1;
	margin: -10px -5px 0 -5px;
	position: relative;
	top: 10px;
}

.list-foto1:after {
	content: " ";
	display: table;
	clear: both;
}

.list-foto1__item {
	float: left;
	width: 14.2857%;
	padding: 0 5px 10px 5px;
	box-sizing: border-box;
}

@media only screen and (max-width: 1000px) {
	.list-foto1__item {
		width: 20%;
	}
}

@media only screen and (max-width: 760px) {
	.list-foto1__item {
		width: 25%;
	}
	.list-foto1__item:first-child {
		width: 62%;
		padding: 0 0 15px 5px;
		position: relative;
	}
	.list-foto1__item:nth-child(2) {
		clear: left;
	}
}

.list-foto1__foto {
	display: block;
	height: 79px;
	border-radius: 3px;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.list-foto1__foto.empty{
	background-color: #c4c4c4;
	background-image: url("../img/i30.svg");
	background-position: 50% 50%;
	-webkit-background-size: 24px 24px;
	background-size: 24px 24px;
	cursor: pointer;
}

.photos-state{
	font-size: 10px;
	color: #b1b1b1;
}

.list-foto1__foto.empty span{
	display: none;
}

.list-foto1__foto input{
	display: none;
}

.list-foto1__foto span {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	display: block;
	background: url("../img/i33.svg") no-repeat 0 0;
	background-size: 14px 14px;
	width: 14px;
	height: 14px;
	display: inline-block;
}

.list-foto1__foto span:before {
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	display: block;
	content: '';
}

@media only screen and (max-width: 760px) {
	.list-foto1__foto.mod1 {
		height: 223px;
	}
}

.list-foto1__text {
	padding-top: 11px;
	color: #e81a64;
	font-size: 11px;
	font-weight: 300;
	line-height: 14px;
}

@media only screen and (max-width: 760px) {
	.list-foto1__text {
		padding: 0;
		position: absolute;
		bottom: 25px;
		right: 10px;
		color: #fff;
	}
	.list-foto1__text br {
		display: none;
	}
}

.list-foto1__add {
	height: 78px;
	background-color: #c4c4c4;
	border-radius: 3px;
	position: relative;
}

.list-foto1__add:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: '';
	background: url("../img/i30.svg") no-repeat 0 0;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-top: -12px;
	margin-left: -12px;
}

.list-foto1__add:hover {
	opacity: 0.9;
}

.check3 {
	*zoom: 1;
	margin: 0 -10px;
	margin-top: -20px;
	position: relative;
	top: 20px;
}

.check3:after {
	content: " ";
	display: table;
	clear: both;
}

@media only screen and (max-width: 760px) {
	.check3 {
		top: 0;
		margin-top: 0;
		padding-bottom: 28px;
	}
}

.check3__label {
	float: left;
	cursor: pointer;
	padding: 0 10px 20px 10px;
	box-sizing: border-box;
	width: 33.333%;
	display: block;
}

@media only screen and (max-width: 1000px) {
	.check3__label {
		width: 50%;
	}
}

@media only screen and (max-width: 760px) {
	.check3__label {
		width: auto;
		float: none;
		padding-bottom: 10px;
	}
	.check3__label:last-child {
		padding-bottom: 10px;
	}
}

.check3__label.active .check3__over {
	border: 1px solid #dee7ef;
}

.check3__over {
	display: block;
	min-height: 295px;
	border-radius: 4px;
	border: 1px solid rgba(222, 231, 239, 0);
	background-color: #f5f9fd;
	box-sizing: border-box;
	padding: 34px 20px 60px 42px;
}

.check3__title {
	min-height: 76px;
	box-sizing: border-box;
	color: #3c5f7e;
	font-size: 14px;
	letter-spacing: 2.8px;
	line-height: 21px;
	text-transform: uppercase;
	padding: 0 0 10px 45px;
	position: relative;
	display: block;
}

.check3__title:before {
	position: absolute;
	top: 7px;
	left: -3px;
	display: block;
	content: '';
}

.check3__title.icon1:before {
	background: url("../img/i26.svg") no-repeat 0 0;
	background-size: 32px 30px;
	width: 32px;
	height: 30px;
	display: inline-block;
}

.check3__title.icon2:before {
	background: url("../img/i27.svg") no-repeat 0 0;
	background-size: 29px 32px;
	width: 29px;
	height: 32px;
	display: inline-block;
}

.check3__title.icon3:before {
	background: url("../img/i28.svg") no-repeat 0 0;
	background-size: 30px 32px;
	width: 30px;
	height: 32px;
	display: inline-block;
}

.check3__text1 {
	display: block;
	padding-bottom: 20px;
	color: #000000;
	font-size: 14px;
	font-weight: 300;
	line-height: 22.4px;
}

.check3 .jq-checkbox, .check3 .jq-radio {
	float: left;
	position: relative !important;
	cursor: pointer;
	top: 1px;
	width: 22px;
	height: 22px;
	border-radius: 4px;
	border: 1px solid #c4c4c4;
	background-color: #ffffff;
	box-sizing: border-box;
	margin-right: 12px;
}

.check3 .jq-checkbox:before, .check3 .jq-radio:before {
	position: absolute;
	top: 1px;
	left: 3px;
	display: block;
	content: '';
	background: url("../img/i29.svg") no-repeat 0 0;
	background-size: 13px 16px;
	width: 13px;
	height: 16px;
	display: inline-block;
	opacity: 0;
}

.check3 .jq-checkbox.checked:before, .check3 .jq-radio.checked:before {
	opacity: 1;
}

.check3__text2 {
	float: left;
	color: #e81a64;
	font-size: 14px;
	font-weight: 300;
	line-height: 21px;
}

.check3__text2 b {
	font-weight: 500;
	display: block;
}

.padding4 {
	padding: 44px 0 64px 0;
}

@media only screen and (max-width: 760px) {
	.padding4 {
		padding: 45px 0 62px 0;
	}
}

.list-people1 {
	padding-bottom: 41px;
}

@media only screen and (max-width: 760px) {
	.list-people1 {
		padding-bottom: 50px;
	}
}

.list-people1__item {
	padding: 0 0 45px 42.97%;
	position: relative;
	min-height: 135px;
	*zoom: 1;
}

.list-people1__item:last-child {
	padding-bottom: 0;
}

.list-people1__item:after {
	content: " ";
	display: table;
	clear: both;
}

@media only screen and (max-width: 760px) {
	.list-people1__item {
		padding: 0 0 45px 0;
		min-height: 0;
	}
}

.list-people1__left {
	position: absolute;
	top: 0;
	left: 0;
	width: 341px;
	max-width: 42.97%;
	padding-right: 20px;
	box-sizing: border-box;
	*zoom: 1;
}

.list-people1__left:after {
	content: " ";
	display: table;
	clear: both;
}

@media only screen and (max-width: 760px) {
	.list-people1__left {
		position: static;
		width: auto;
		max-width: none;
		padding: 0 0 28px 0;
	}
	.list-people1__left .carousel1__title1 {
		margin-bottom: 3px;
		color: #3c5f7e;
		font-size: 18px;
		font-weight: 500;
		line-height: 25.2px;
	}
	.list-people1__left .carousel1__status {
		padding-bottom: 15px;
		color: #545454;
		font-size: 12px;
		font-weight: 300;
		line-height: 16.8px;
	}
}

.list-people1__left-text {
	overflow: hidden;
}

.list-people1__foto {
	float: left;
	margin-right: 33px;
	width: 108px;
	height: 132px;
	border-radius: 3px;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	top: 6px;
}

@media only screen and (max-width: 1000px) {
	.list-people1__foto {
		margin-right: 20px;
	}
}

@media only screen and (max-width: 760px) {
	.list-people1__foto {
		margin-right: 24px;
		width: 96px;
		height: 118px;
	}
}

.list-people1__foto-text {
	position: absolute;
	bottom: 8px;
	right: 8px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 19px;
}

.list-people1__foto-list {
	position: absolute;
	top: -4px;
	left: -4px;
	right: -4px;
	*zoom: 1;
}

.list-people1__foto-list:after {
	content: " ";
	display: table;
	clear: both;
}

.list-people1__foto-list span {
	float: left;
	text-align: center;
	width: 38px;
	height: 22px;
	border-radius: 4px;
	background-color: #3374ad;
	line-height: 22px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
}

.list-people1__foto-list span.mod1 {
	background-color: #e81a64;
}

.list-people1__phone {
	display: flex;
	align-items: center;
	padding: 0 14px;
	height: 35px;
	border-radius: 3px;
	border: 1px solid #dbe5ee;
	line-height: 33px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.phone__link{
	font-size: 10px;
	white-space: nowrap;
	color: #577793;
	margin-left: 5px;
	cursor:pointer;
}
.fancybox {
	cursor:pointer;
}
.phone{

}

.phone__value_full{
	display: none;
}

.phone_active .phone__value_full{
	display: block;
}

.phone_active .phone__value_short{
	display: none;
}

.phone_active .phone__link{
	display: none;
}

.list-people1__right {
	position: relative;
	padding-right: 41px;
}

@media only screen and (max-width: 760px) {
	.list-people1__right {
		padding: 0;
	}
}

@media only screen and (max-width: 760px) {
	.list-people1__right-right {
		padding-top: 28px;
	}
}

.line1 {
	padding-top: 42px;
	margin-bottom: 42px;
	border-bottom: 1px dotted #dedede;
}

.icon-list3 {
	width: 24px;
	text-align: center;
	font-size: 0.01px;
}

@media only screen and (max-width: 760px) {
	.icon-list3 {
		width: auto;
	}
}

.icon-list3.diss {
	opacity: 0.5;
}

@media only screen and (max-width: 760px) {
	.icon-list3.diss {
		position: relative;
	}
	.icon-list3.diss:after {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: block;
		content: '';
		z-index: 2;
	}
}

.icon-list3.diss .icon-list3__icon:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: '';
}

@media only screen and (max-width: 760px) {
	.icon-list3.diss .icon-list3__icon:after {
		position: absolute;
		top: 27px;
		left: 0;
		right: 0;
		display: block;
		content: '';
		border-top: 2px solid #ecf2f7;
	}
}

.icon-list3.diss .icon-list3__content {
	display: none;
}

.icon-list3__icon {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	width: 23px;
}

@media only screen and (max-width: 760px) {
	.icon-list3__icon-over {
		display: inline-block;
		vertical-align: top;
		background: #fff;
		position: relative;
		z-index: 1;
		padding: 0 5px;
	}
}

@media only screen and (max-width: 760px) {
	.icon-list3__icon {
		position: relative;
		top: auto;
		right: auto;
		width: auto;
		padding-top: 14px;
	}
	.icon-list3__icon:before {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		display: block;
		content: '';
		height: 27px;
		border-left: 2px solid #ecf2f7;
		border-right: 2px solid #ecf2f7;
	}
	.icon-list3__icon:after {
		position: absolute;
		top: 27px;
		left: 0;
		right: 0;
		display: block;
		content: '';
		border-top: 2px solid #ecf2f7;
	}
}

.icon-list3__icon-item {
	display: block;
	margin-bottom: 15px;
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(grayScale=1)";
	cursor: pointer;
	position: relative;
}

@media only screen and (max-width: 760px) {
	.icon-list3__icon-item {
		display: inline-block;
		vertical-align: middle;
		margin: 0 10px !important;
		z-index: 1;
	}
}

.icon-list3__icon-item:hover {
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
}

.icon-list3__icon-item:last-child {
	margin: 0;
}

.icon-list3__icon-item:before {
	display: inline-block;
	vertical-align: top;
	content: '';
}

.icon-list3__icon-item:after {
	position: absolute;
	bottom: -4px;
	left: -18px;
	display: block;
	content: '';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 7px 0 7px 13px;
	border-color: transparent transparent transparent #e9f1f8;
	display: none;
}

@media only screen and (max-width: 760px) {
	.icon-list3__icon-item:after {
		bottom: -31px;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		filter: progid:DXImageTransform.Microsoft.Matrix(M11=$m11, M12=$m12, M21=$m21, M22=$m22, sizingMethod='auto expand');
		zoom: 1;
		left: 50%;
		margin-left: -6px;
	}
}

.icon-list3__icon-item.icon1:before {
	background: url("../img/i34.svg") no-repeat 0 0;
	background-size: 22px 25px;
	width: 22px;
	height: 25px;
	display: inline-block;
}

.icon-list3__icon-item.icon2:before {
	background: url("../img/i35.svg") no-repeat 0 0;
	background-size: 22px 21px;
	width: 22px;
	height: 21px;
	display: inline-block;
}

.icon-list3__icon-item.icon3:before {
	background: url("../img/i36.svg") no-repeat 0 0;
	background-size: 22px 22px;
	width: 22px;
	height: 22px;
	display: inline-block;
}

.icon-list3__icon-item.icon4:before {
	background: url("../img/i37.svg") no-repeat 0 0;
	background-size: 22px 22px;
	width: 22px;
	height: 22px;
	display: inline-block;
}
.icon-list3__icon-item.icon5:before {
	background: url("../img/to-vip.png") no-repeat 0 0;
	background-size: 22px 22px;
	width: 22px;
	height: 22px;
	display: inline-block;
}
.icon-list3__icon-item.icon5:hover:before {
	background: url("../img/to-vip-active.png") no-repeat 0 0;
}

.icon-list3__icon-item.active {
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
}

.icon-list3__icon-item.active:after {
	display: block;
}

.icon-list3__content {
	text-align: left;
}

@media only screen and (max-width: 760px) {
	.icon-list3__content {
		margin: 0 -17px;
	}
}

.icon-list3__content-item {
	*zoom: 1;
	position: absolute;
	top: -9999px;
	left: -9999px;
	z-index: 1;
	padding: 34px 30px 31px 10px;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 4px;
	background-color: #e9f1f8;
}

.icon-list3__content-item:after {
	content: " ";
	display: table;
	clear: both;
}

@media only screen and (max-width: 760px) {
	.icon-list3__content-item {
		box-shadow: 0 4px 4px transparent;
		padding: 37px 30px;
	}
}

.icon-list3__content-item.active {
	top: 0;
	right: 41px;
	left: 0;
}

@media only screen and (max-width: 760px) {
	.icon-list3__content-item.active {
		margin-bottom: 29px;
		position: relative;
		top: 29px;
		left: auto;
		right: auto;
	}
}

.icon-list3__content-icon {
	float: left;
	padding-top: 5px;
	width: 93px;
	text-align: center;
	font-size: 0.01px;
}

@media only screen and (max-width: 760px) {
	.icon-list3__content-icon {
		float: none;
		padding: 0;
		position: absolute;
		top: 41px;
		left: 0;
		width: 78px;
		-webkit-transform: scale(0.87);
		-ms-transform: scale(0.87);
		transform: scale(0.87);
	}
}

.icon-list3__content-icon:before {
	display: inline-block;
	vertical-align: top;
	content: '';
}

.icon-list3__content-icon.icon1:before {
	background: url("../img/i38.svg") no-repeat 0 0;
	background-size: 49px 55px;
	width: 49px;
	height: 55px;
	display: inline-block;
}

.icon-list3__content-icon.icon2:before {
	background: url("../img/i39.svg") no-repeat 0 0;
	background-size: 55px 52px;
	width: 55px;
	height: 52px;
	display: inline-block;
}

.icon-list3__content-icon.icon3:before {
	background: url("../img/i40.svg") no-repeat 0 0;
	background-size: 55px 55px;
	width: 55px;
	height: 55px;
	display: inline-block;
}

.icon-list3__content-icon.icon4:before {
	background: url("../img/i41.svg") no-repeat 0 0;
	background-size: 56px 56px;
	width: 56px;
	height: 56px;
	display: inline-block;
}

.icon-list3__content-text {
	overflow: hidden;
}
.icon-list3__content-text iframe{
	height: 80px;
	width:100%;
}
.icon-list3__content-text p {
	padding-bottom: 20px;
	color: #000000;
	font-size: 13.5px;
	font-weight: 300;
	line-height: 22.4px;
}

.icon-list3__content-title1 {
	color: #3c5f7e;
	font-size: 14px;
	letter-spacing: 2.8px;
	text-transform: uppercase;
	line-height: 20px;
	padding-bottom: 16px;
}

.icon-list3__content-title2 {
	padding-bottom: 20px;
	line-height: 18px;
	color: #e81a64;
	font-size: 16px;
	font-weight: 500;
}

.icon-list3__content-title3 {
	line-height: 14px;
	padding-bottom: 8px;
	color: #e81a64;
	font-size: 11px;
	letter-spacing: 1.1px;
	text-transform: uppercase;
}

@media only screen and (max-width: 760px) {
	.icon-list3__content-padding {
		padding-left: 48px;
	}
}

.icon-list3__content-small-text p {
	color: #545454;
	font-size: 11px;
	font-weight: 300;
	line-height: 16px;
	padding-bottom: 5px;
}

.icon-list3__content-small-text p:last-child {
	padding: 0;
}

@media only screen and (max-width: 760px) {
	.icon-list3__content-small-text p {
		padding-bottom: 12px;
	}
}

.icon-list3__content-small-text p a {
	display: inline-block;
	vertical-align: top;
	color: #e81a64;
	font-size: 12px;
	font-weight: 500;
	text-decoration: underline;
}

.icon-list3__content-small-text p a:hover {
	text-decoration: none;
}

.icon-list3__close {
	position: absolute;
	top: 20px;
	right: 19px;
	cursor: pointer;
	background: url("../img/i43.svg") no-repeat 0 0;
	background-size: 14px 14px;
	width: 14px;
	height: 14px;
	display: inline-block;
}

@media only screen and (max-width: 760px) {
	.icon-list3__close {
		top: 27px;
		right: 25px;
	}
}

.icon-list3__close:before {
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	display: block;
	content: '';
}

.icon-list3__link {
	height: 44px;
	max-width: 264px;
	display: block;
	border-radius: 4px;
	border: 1px solid #e81a64;
	line-height: 42px;
	text-align: center;
	color: #e81a64;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	box-sizing: border-box;
}

@media only screen and (max-width: 760px) {
	.icon-list3__link {
		width: auto;
	}
}

.icon-list3__link i {
	display: inline-block;
	vertical-align: top;
	width: 12px;
	height: 12px;
	margin-right: 9px;
	width: 12px;
	height: 12px;
	position: relative;
	top: 15px;
}

.icon-list3__link i:before,
.icon-list3__link i:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	background: url("../img/i42.svg") no-repeat 0 0;
	background-size: 12px 14px;
	width: 12px;
	height: 14px;
	display: inline-block;
}

.icon-list3__link i:after {
	opacity: 0;
	background: url("../img/i12.svg") no-repeat 0 0;
	background-size: 12px 14px;
	width: 12px;
	height: 14px;
	display: inline-block;
}

.icon-list3__link:hover {
	background-color: #e81a64;
	color: #fff;
}

.icon-list3__link:hover i:before {
	opacity: 0;
}

.icon-list3__link:hover i:after {
	opacity: 1;
}

@media only screen and (max-width: 1000px) {
	.icon-list3__link {
		background-color: #e81a64;
		color: #fff;
	}
	.icon-list3__link i:before {
		opacity: 0;
	}
	.icon-list3__link i:after {
		opacity: 1;
	}
}

.small-form1 {
	*zoom: 1;
	padding-left: 130px;
	position: relative;
	padding-bottom: 16px;
	max-width: 338px;
	box-sizing: border-box;
}

.small-form1:after {
	content: " ";
	display: table;
	clear: both;
}

@media only screen and (max-width: 1000px) {
	.small-form1 {
		padding-left: 0;
	}
}

@media only screen and (max-width: 760px) {
	.small-form1 {
		padding-bottom: 22px;
	}
}

.small-form1__input {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	padding: 0 10px;
	text-align: center;
	width: 119px;
	height: 44px;
	border-radius: 4px;
	border: 1px solid #c3d0dc;
	background-color: #ffffff;
	font-size: 18px;
	color: #000;
}

@media only screen and (max-width: 1000px) {
	.small-form1__input {
		width: 100%;
		position: static;
		margin-bottom: 18px;
	}
}

.small-form1__submit {
	display: block;
	position: relative;
	height: 44px;
	box-sizing: border-box;
	display: block;
	border-radius: 4px;
	border: 1px solid #e81a64;
	line-height: 42px;
	text-align: center;
	color: #e81a64;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	cursor: pointer;
}

@media only screen and (max-width: 1000px) {
	.small-form1__submit {
		width: auto;
	}
}

.small-form1__submit input {
	position: absolute;
	top: 0;
	left: -9999px;
	display: block;
}

.small-form1__submit span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.small-form1__submit i {
	display: inline-block;
	vertical-align: top;
	width: 12px;
	height: 12px;
	margin-right: 9px;
	width: 12px;
	height: 12px;
	position: relative;
	top: 15px;
}

.small-form1__submit i:before,
.small-form1__submit i:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	background: url("../img/i42.svg") no-repeat 0 0;
	background-size: 12px 14px;
	width: 12px;
	height: 14px;
	display: inline-block;
}

.small-form1__submit i:after {
	opacity: 0;
	background: url("../img/i12.svg") no-repeat 0 0;
	background-size: 12px 14px;
	width: 12px;
	height: 14px;
	display: inline-block;
}

.small-form1__submit:hover {
	background-color: #e81a64;
	color: #fff;
}

.small-form1__submit:hover i:before {
	opacity: 0;
}

.small-form1__submit:hover i:after {
	opacity: 1;
}

@media only screen and (max-width: 1000px) {
	.small-form1__submit {
		background-color: #e81a64;
		color: #fff;
	}
	.small-form1__submit i:before {
		opacity: 0;
	}
	.small-form1__submit i:after {
		opacity: 1;
	}
}

.list-foto2 {
	max-width: 390px;
	padding-bottom: 13px;
}

.list-foto2-over {
	margin: 0 -5px;
	*zoom: 1;
}

.list-foto2-over:after {
	content: " ";
	display: table;
	clear: both;
}

.list-foto2__item {
	padding: 0 5px 10px 5px;
	box-sizing: border-box;
	float: left;
	width: 18.75%;
}

.list-foto2__item:first-child {
	width: 25%;
}

.list-foto2__over {
	height: 79px;
	border-radius: 3px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.pagination1 {
	text-align: center;
	font-size: 0.01px;
}

@media only screen and (max-width: 760px) {
	.pagination1 {
		overflow: hidden;
		height: 46px;
		margin: 0 -17px;
	}
}

@media only screen and (max-width: 760px) {
	.pagination1__scroll {
		overflow: auto;
		white-space: nowrap;
		padding-left: 15px;
		height: 100px;
	}
}

.pagination1__item {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 10px 5px;
}

.pay__block.load {
	width:100%;
	height:80px;
}
.phone__value_short {
    white-space: nowrap;
}
@media only screen and (max-width: 760px) {
	.pagination1__item:last-child {
		padding-right: 12px;
	}
}

.pagination1__item a {
	display: inline-block;
	vertical-align: top;
	color: #000000;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	width: 46px;
	height: 46px;
	border-radius: 4px;
	background-color: #f9f9f9;
	line-height: 46px;
}

.pagination1__item a:hover {
	color: #fff;
	background-color: #e81a64;
}

.pagination1__item.active a {
	color: #fff;
	background-color: #e81a64;
}

.breadcrumbs{
	font-size: 10px;
	color: #b1b1b1;
	margin-bottom: 20px;
}

.breadcrumbs a{
	color: #e81a64;
}
.pay_block_article {
    margin-bottom: 20px;
    min-height: auto;
    padding-bottom: 0px;
	text-align:center;
}
.pay_block_article iframe {
	height:80px;
	margin-top:20px;
}

.pay-btn-white {
	height: 44px;
	width: 100%;
	display: block;
	border-radius: 4px;
	border: 1px solid #e81a64;
	line-height: 42px;
	text-align: center;
	color: #e81a64;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	box-sizing: border-box;
	background: none;
	cursor:pointer;
}
.pay-btn-white:hover { 
	background-color: #e81a64;
	color: #fff;
}
.pay-btn-white i {
	display: inline-block;
	vertical-align: top;
	width: 12px;
	height: 12px;
	margin-right: 9px;
	width: 12px;
	height: 12px;
	position: relative;
	top: 13px;
}
.pay-btn-white i:before, .pay-btn-white i:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	background: url(/design/love38/img/i42.svg) no-repeat 0 0;
	background-size: 12px 14px;
	width: 12px;
	height: 14px;
	display: inline-block;
}
.pay-btn-white i:after {
	opacity: 0;
	background: url(/design/love38/img/i12.svg) no-repeat 0 0;
	background-size: 12px 14px;
	width: 12px;
	height: 14px;
	display: inline-block;
}
.pay-btn-white:hover i:before {
	opacity:0;
}
.pay-btn-white:hover i:after {
	opacity:1;
}

.list-people1__item_featured {
    margin-bottom: 20px;
    border: 4px solid #f59cbc;
    padding-top: 20px;
    padding-right: 20px;
}
.list-people1__item_featured .list-people1__left {
    margin-top: 20px;
	margin-left: 20px;
   
}

.list-people1__item_featured .list-people1__right-right {
	padding-bottom: 20px;
}
@media screen and (max-width:768px){
	.list-people1__item_featured {
		margin-bottom: 20px;
		border: 4px solid #f59cbc;
		padding-top: 20px;
		padding-right: 20px;
		padding-left: 20px;
	}
	.list-people1__item_featured .list-people1__left {
		margin-top: 20px;
		margin-left: 0px;
	}
	.list-people1__item_featured .list-people1__right-right {
		padding-bottom: 20px;
	}
}
.max_link_field {
	display: none;
	clear: both;
}
.max_link_field input {
	background: #fff;
	padding: 13px 20px;  
	width: 100%;
	box-sizing: border-box;
}