@font-face {
	font-family: Gilroy;
	font-display: auto;
	src: url(../fonts/Gilroy-Regular.otf);
	font-weight: 400
}
@font-face {
	font-family: Gilroy;
	font-display: auto;
	src: url(../fonts/Gilroy-Bold.otf);
	font-weight: 600
}
@font-face {
	font-family: Petersburg;
	font-display: auto;
	src: url(../fonts/PetersburgC-Italic.otf);
	font-weight: 200;
	font-style: italic
}
@font-face {
	font-family: Petersburg;
	font-display: auto;
	src: url(../fonts/Petersburg-Bold.otf);
	font-weight: 600
}
@font-face {
	font-family: Petersburg;
	font-display: auto;
	src: url(../fonts/Petersburg-Bold-Italic.otf);
	font-style: italic;
	font-weight: 600
}
@font-face {
	font-family: dincondensedc;
	font-display: auto;
	src: url(../fonts/dincondensedc.otf)
}
* {
	margin: 0;
	padding: 0;
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
body {
	font-family: Gilroy, sans-serif;
	font-size: 14px;
	color: #252525;
	font-weight: 400
}
body.pop-active {
	overflow: hidden
}
body.pop-active .pop-galery {
	padding-right: 17px
}
body, html {
	height: 100%;
	scroll-behavior: smooth
}
img {
	max-width: 100%;
	max-height: 100%
}
li {
	list-style: none
}
::-webkit-scrollbar-thumb {
	background: #8d8d8d;
	border-radius: 30px
}
::-webkit-scrollbar-track {
	background: #fff;
	border-left: 1px solid #f2f2f2
}
::-webkit-scrollbar {
	height: 8px;
	width: 8px;
	border-radius: 5px
}
body::-webkit-scrollbar {
	height: 8px;
	width: 10px;
	border-radius: 5px
}
a {
	text-decoration: none;
	color: #252525
}
h2 {
	font-size: 20px;
	font-weight: 600
}
p {
	line-height: 1.5
}
input, textarea {
	font-size: 14px;
	font-weight: 400;
	font-family: SFUIDisplay;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.text p+p {
	margin-top: 18px
}
.cf:after {
	content: " ";
	display: block;
	clear: both
}
.tac {
	text-align: center
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.fww {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.center, .jcc {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.sb, .space-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.vcenter, .vc, .aic {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.aife {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}
.fdc {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
hr {
	width: 100%;
	background: #ddd;
	height: 1px
}
.container {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto
}
a {
	color: #252525
}
input[type="radio"], input[type="checkbox"] {
	display: none
}
input[type="radio"]:checked+.circ::before, input[type="checkbox"]:checked+.circ::before {
	opacity: 1
}
input[type="radio"]:checked+.f-val, input[type="checkbox"]:checked+.f-val {
	background: url("../img/exist.png");
	color: #fff;
	border-radius: 2px
}
.circ {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #FFD4D2;
	margin-right: 5px;
	cursor: pointer
}
.circ:before {
	content: "";
	display: block;
	position: absolute;
	top: 9px;
	left: 8px;
	width: 16px;
	height: 16px;
	background: url("../img/check-yes.svg") no-repeat;
	background-size: 80%;
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}
.input {
	display: block;
	border-radius: 5px;
	background: #eeeeee;
	color: #000;
	font-size: 16px;
	padding: 15px 30px;
	font-family: Gilroy;
	border-radius: 30px;
	font-weight: 400;
	font-size: 15px;
	outline: none
}
.btn {
	display: inline-block;
	position: relative;
	padding: 20px 27px;
	background: #FD291D;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	font-family: Gilroy;
	border-radius: 30px;
	cursor: pointer;
	outline: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}
.btn .fas {
	margin-right: 10px
}
.btn:hover {
	background: #FE4D43
}
.preload * {
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important
}
header, .header {
	height: 145px
}
.header {
	border-top: 2px dashed #FFD0CE
}
.logo img:first-child {
	border-right: 1px solid #ddd;
	padding-right: 15px;
	margin-right: 15px
}
.menu_mob, .open_menu_mob {
	display: none
}
.menu_item {
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}
.menu_item:hover {
	opacity: .7
}
.menu li+li {
	margin-left: 30px
}
.socials_item+.socials_item {
	margin-left: 17px
}
.socials_item {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}
.socials_item:hover {
	opacity: .7
}
.slider {
	position: relative;
	padding: 0 40px
}
.slider_container {
	overflow: hidden
}
.slider_wrap {
	white-space: nowrap;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}
.slider_item {
	display: inline-block
}
.slider_arrows {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 40px;
	cursor: pointer;
	z-index: 2
}
.slider_arr {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -11px;
	width: 22px;
	height: 22px;
	background: url("/img/arrow-left.svg") no-repeat;
	background-size: cover;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	cursor: pointer
}
.slider_arr:hover {
	opacity: .7
}
.slider_arr.right {
	left: auto;
	right: 0;
	background-image: url("/img/arrow-right.svg")
}
.slider_arr.left {
	margin-right: 15px
}
.gen_partner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #FFE7E6;
	height: 120px;
	padding: 0 60px;
	border-radius: 75px;
	margin-bottom: 20px
}
.gen_partner_text {
	font-size: 16px;
	font-weight: 600
}
.gp_childs_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 11px;
	border-radius: 50px;
	font-size: 16px;
	font-weight: 600;
	padding-right: 30px
}
.play, .pause {
	background: #FE4D43;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	cursor: pointer
}
.play img, .pause img {
	vertical-align: middle
}
.play.hidden, .pause.hidden {
	display: none
}
.play {
	padding-left: 5px
}
#radioheart-player {
	display: inline-block;
	padding-right: 20px
}
.gp_childs {
	margin-top: 11px
}
.link {
	color: #006cd8
}
.link_2 {
	color: #111111;
	border-bottom: 1px solid #111111;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}
.link_2:hover {
	color: #7e7e7e;
	border: none
}
.popup {
	position: fixed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 50;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}
.popup.active {
	visibility: visible;
	opacity: 1
}
.popup-cont {
	max-height: 90%;
	overflow: auto;
	z-index: 1
}
.mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.35);
	cursor: pointer;
	z-index: 0
}
.close {
	display: inline-block;
	position: absolute;
	top: 5px;
	right: 8px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	color: #ffd24d;
	padding: 6px;
	font-size: 20px;
	cursor: pointer
}
.close:before {
	content: "\f00d"
}
.close:hover {
	color: #000
}
#voice .popup-cont {
	position: relative;
	max-width: 650px;
	width: 100%;
	background: #fff;
	border-radius: 8px;
	padding: 55px 40px;
	text-align: center
}
.voice_header {
	font-size: 44px;
	font-weight: 600;
	font-family: Petersburg;
	margin-bottom: 35px
}
.voice_text {
	margin: 15px 0;
	font-size: 16px
}
.btn_voice {
	margin-top: 25px;
	width: 255px
}
.btn_voice_icons {
	display: none
}
.go_play .play_btn {
	display: inline-block
}
.go_pause .pause_btn {
	display: inline-block
}
.go_voice {
	background: #006dd9;
	color: #fff
}
.go_voice.success {
	background: #00b259
}
.go_voice .voice_btn {
	display: inline-block
}
.pages-num {
	margin-bottom: 30px
}
.pages-num li+li {
	border-left: 1px solid #ebebeb
}
.pages-num a {
	display: block;
	width: 50px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	background: #f5f5f7;
	color: #747474;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}
.pages-num a.active, .pages-num a:hover {
	background: #ffd24d
}
.gramota {
	margin-top: 30px
}
.gram_img {
	max-width: 480px;
	margin-right: 110px
}
.gram_right {
	max-width: 470px
}
.gram_right .form_line {
	margin: 30px 0
}
.exp_item_photo {
	width: 220px;
	margin-right: 50px
}
.exp_item_name {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
	display: block
}
.exp_item_name_h {
	font-size: 22px;
	font-weight: 600;
	margin-top: 30px
}
.exp_item {
	padding: 30px 0
}
.exp_item+.exp_item {
	border-top: 1px solid #ddd
}
.exp_item_info {
	margin-bottom: 30px;
	line-height: 1.5
}
.exp_item_text {
	max-width: 760px
}
.exp_item_text .btn.disable {
	background: #fdb5c9
}
.form_reg_e h3 {
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 600;
	margin-top: 40px
}
.e_reg {
	margin-top: 30px
}
.e_reg_btn {
	margin-top: 40px;
	width: 260px
}
.e_reg_inp {
	width: 100%;
	max-width: 500px
}
.exp_one_item {
	width: 260px;
	height: 250px;
	text-align: center;
	background: #ffefbc;
	margin-top: 20px;
	padding: 20px;
	padding-bottom: 40px;
	position: relative
}
.exp_one_item a {
	display: block;
	width: 100%;
	margin-top: 10px;
	text-decoration: underline;
	font-size: 13px
}
.exp_one_item+.exp_one_item {
	margin-left: 50px
}
.exp_one_item:nth-child(5n+5) {
	margin-left: 0
}
.exp_one_h {
	font-size: 22px;
	font-weight: 600;
	margin: 25px auto
}
.exp_one_t {
	margin-bottom: 25px
}
#popup_img .popup-cont {
	max-width: 90%;
	height: 90%
}
#popup_img .close {
	top: 25px;
	right: 15px;
	font-size: 24px
}
#popup_img img {
	display: block
}
.expr_winner {
	position: absolute;
	top: 10px;
	right: 10px
}
.news_block {
	font-size: 16px;
	max-width: 700px;
	margin: 0 auto;
	margin-top: 20px
}
.news_block em {
	font-size: 20px;
	background: #ffd24d;
	padding: 20px 30px;
	font-family: Petersburg;
	display: block
}
.news_block p {
	margin-top: 20px
}
.news_block_h {
	font-size: 24px;
	margin-top: 20px
}
.news_date {
	font-size: 14px;
	padding: 5px 15px;
	border-radius: 30px;
	background: #eee;
	display: inline-block;
	margin-right: 20px
}
[data-filepond-item-state=processing-complete] .filepond--file-status {
	position: absolute !important;
	bottom: 10px !important;
	text-align: left !important;
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important
}
.filepond--image-preview-overlay {
	top: auto !important;
	bottom: 0 !important;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg)
}
[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing~.filepond--file-info .filepond--file-info-sub, [data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing~.filepond--file-status .filepond--file-status-sub {
	opacity: 1 !important
}
.change_avatar_h {
	height: 40px;
	padding-left: 20px;
	padding-top: 20px;
	font-weight: 600
}
.change_avatar_cont {
	position: relative;
	max-width: 500px;
	background: #fff;
	padding: 0 0 30px;
	border-radius: 15px;
	z-index: 1
}
#change_avatar {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: auto;
	padding: 30px 0
}
.change_avatar_dropzone {
	width: calc( 100% - 40px);
	height: 250px;
	margin: 20px
}
.change_avatar_btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 20px
}
#firefile_save {
	margin-right: 20px
}
.firefile_dropzone {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 2px dashed #eee;
	border-radius: 9px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	width: 350px
}
.firefile_dropzone:hover {
	border-color: #b2b2b2;
	background: #f3f3f3
}
.firefile_dropzone .btn_mini {
	margin-top: 10px
}
.firefile_editzone {
	display: none;
	position: relative;
	margin: 20px 0;
	min-height: 200px
}
.firefile_editzone_mask {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: #000;
	opacity: .6
}
#firefile_crop_select {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 100px;
	height: 100px;
	border: 1px solid #fff;
	z-index: 5;
	cursor: move;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.firefile_portal {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%
}
#firefile_portal_img {
	position: absolute;
	display: block;
	top: -20px;
	left: -20px;
	margin-top: -1px;
	margin-left: -1px;
	max-width: none;
	max-height: none
}
.firefile_point {
	position: absolute;
	width: 20px;
	height: 20px;
	background: #1faa8d;
	border-radius: 50%;
	z-index: 2
}
.firefile_point.point_tl {
	top: -10px;
	left: -10px;
	cursor: nw-resize
}
.firefile_point.point_tr {
	top: -10px;
	right: -10px;
	cursor: ne-resize
}
.firefile_point.point_br {
	bottom: -10px;
	right: -10px;
	cursor: nw-resize
}
.firefile_point.point_bl {
	left: -10px;
	bottom: -10px;
	cursor: ne-resize
}
#firefile_upload_status {
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 250px;
	width: 400px;
	background: #fff;
	z-index: 6
}
.chat_wrap {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 20
}
.chat_soc {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}
.chat_soc.active {
	visibility: visible;
	opacity: 1
}
.chat_soc a {
	display: block;
	margin: 10px auto;
	text-align: center
}
.chat_btn {
	padding: 13px
}
.chat_btn img {
	margin-right: 0 !important
}
.index_first {
	background-color: #FEFBF2;
	height: 560px
}
.index_first .container {
	background-image: url(/img/girl_main.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	height: 100%
}
.index_first .btn {
	margin-right: 25px;
	font-size: 18px
}
.btn img {
	margin-right: 13px;
	vertical-align: middle
}
.juri_slide .slider_arr {
	margin-top: -50px
}
.index_first_konk {
	font-family: Petersburg;
	font-style: italic;
	font-size: 40px;
	color: #000;
	font-weight: 200;
	padding-top: 120px
}
.index_first_header {
	font-family: dincondensedc;
	font-size: 60px;
	color: #000;
	line-height: 1.5;
	margin-top: 20px;
	margin-bottom: 30px;
	font-weight: 400
}
.base_line_h {
	position: relative;
	text-align: center;
	font-family: Petersburg;
	font-size: 32px;
	padding-top: 40px;
	padding-bottom: 25px;
	margin-bottom: 45px
}
.base_line_h.bl_white:after {
	background-image: url(/img/line_white.png)
}
.base_line_h:after {
	content: '';
	background-image: url(/img/line_yellow.png);
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -100px;
	bottom: -15px;
	height: 17px;
	width: 200px
}
.index_second {
	background-image: url(/img/bg_2.png)
}
.index_second_text {
	font-size: 16px;
	max-width: 660px;
	text-align: center;
	margin: 0 auto
}
.tree_girl_btn {
	position: absolute;
	bottom: 50px;
	left: 50%;
	width: 100%;
	text-align: center;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.tree_girl_item {
	position: relative;
	width: 33%
}
.tree_girl {
	margin-top: 60px;
	padding-bottom: 75px
}
.index_third {
	background: #FFF
}
.juri_header {
	font-size: 18px;
	font-weight: 600;
	margin-top: 20px
}
.juri_info {
	font-family: Petersburg;
	font-style: italic;
	font-size: 18px
}
.juri_item {
	text-align: center;
	max-width: 280px;
	width: 100%;
	padding: 0 40px;
	vertical-align: top
}
.index_third {
	padding-bottom: 75px
}
.partner_slide {
	margin-bottom: 75px
}
.header_block {
	height: 115px;
	line-height: 115px;
	color: #000;
	background-image: url(/img/header_bg.jpg);
	background-color: #FEFBF2;
	background-position: center center;
	background-size: auto 100%
}
.header_block h1 {
	font-size: 46px;
	font-family: Petersburg;
	font-style: italic;
	font-weight: 200
}
.about_block.right {
	text-align: right
}
.about_block.right .about_block_info {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-right: 80px;
	padding-left: 0
}
.about_text {
	margin: 35px 0;
	font-size: 16px
}
.about_block_img {
	width: 50%
}
.about_block_img img {
	display: block
}
.about_block_info {
	width: 50%;
	background: #ffefbc;
	padding-left: 80px
}
.about_block_info h2 {
	font-weight: 600;
	font-size: 34px
}
.about_block_info p {
	font-family: Petersburg;
	font-style: italic;
	font-weight: 200;
	font-size: 24px
}
.header_block {
	height: 115px;
	line-height: 115px
}
.header_block h1 {
	font-size: 46px;
	color: #000;
	font-family: Petersburg;
	font-style: italic
}
.contact_text {
	font-size: 18px;
	margin-top: 35px;
	margin-bottom: 50px
}
.contact_text_2 {
	font-size: 18px;
	margin-bottom: 60px
}
.contact_text_2 h2 {
	font-size: 24px;
	margin-bottom: 5px
}
.form_reg {
	margin-bottom: 45px
}
.form_reg h3 {
	font-size: 18px;
	font-weight: 600;
	margin-top: 40px
}
.form_reg_desc {
	margin: 25px 0;
	font-size: 16px;
	max-width: 485px
}
.form_reg_left {
	max-width: 500px;
	width: 100%
}
.form_reg_left .input {
	width: 100%;
	margin-bottom: 15px
}
.form_reg_left textarea {
	height: 140px
}
.form_reg_right {
	max-width: 590px;
	width: 100%
}
.form_policy {
	margin: 30px 0
}
.select {
	position: relative;
	cursor: pointer
}
.select.active .select-arrow_up {
	display: inline-block
}
.select.active .select-arrow_down {
	display: none
}
.select.active .select_drop {
	opacity: 1;
	visibility: visible
}
.select .select-arrow_up {
	display: none
}
.select-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.select-header .hidden {
	width: 1px;
	height: 1px
}
.select_name {
	display: block;
	min-width: 120px;
	margin-right: 10px;
	white-space: nowrap;
	overflow: hidden
}
.select_name .fas {
	padding-right: 8px
}
.select_drop {
	position: absolute;
	top: 60px;
	width: 100%;
	background: #eee;
	border-radius: 30px;
	-webkit-box-shadow: 0px 10px 20px 0px #b6b6b6;
	box-shadow: 0px 10px 20px 0px #b6b6b6;
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	z-index: 70
}
.select_drop.active {
	opacity: 1;
	visibility: visible
}
.select_search {
	padding: 10px 8px 10px 20px;
	border-bottom: 1px solid #ddd
}
.select_search .input {
	width: 100%
}
.select_list {
	overflow: auto;
	max-height: 300px
}
.select_item {
	display: block;
	color: #323232;
	padding: 10px 17px;
	border-bottom: 1px solid #ddd;
	border-left: 3px solid transparent;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}
.select_item.active {
	color: #ffd24d;
	cursor: default
}
.select_item.disable {
	display: none
}
.select_item:not(.active):hover {
	background: #fff;
	border-left: 3px solid #ffd24d
}
.select_list_header {
	padding: 10px 20px;
	color: #323232;
	border-bottom: 1px solid #ddd;
	background: #f3f3f3
}
.select_list_header .select-arrow_down {
	display: block !important
}
.select_list_header .select-arrow_up {
	display: none !important
}
.select_list_header.active .select-arrow_up {
	display: inline-block !important
}
.select_list_header.active .select-arrow_down {
	display: none !important
}
.select_list_drop {
	display: none
}
.select_list_header.active+.select_list_drop {
	display: block
}
.input-photo {
	display: block;
	position: relative;
	width: 150px;
	height: 150px;
	line-height: 150px;
	background-size: cover !important;
	text-align: center;
	background: #ffd24d;
	border-radius: 50%;
	background-size: cover;
	background-position: center center;
	background-image: url("../img/plus.svg");
	cursor: pointer;
	background-position: center center;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	border: 2px solid #ffd24d
}
.input-photo:hover {
	border-color: #e3a908
}
.input-photo.error {
	border: 2px solid #D90000
}
.input-photo img {
	position: relative;
	vertical-align: middle;
	max-height: 100%;
	z-index: 2
}
.input-photo input {
	width: 0;
	height: 0
}
.form_reg_err_text {
	display: none;
	text-align: center;
	margin-top: 20px;
	color: #D90000;
	max-width: 540px
}
.form_reg_err_text img {
	vertical-align: middle;
	margin-right: 5px
}
.form_reg_err_text.active {
	display: block
}
.input-photo+.input-photo {
	margin-left: 35px
}
.reg_suc {
	text-align: center
}
.reg_suc {
	margin: 50px auto
}
.reg_suc h2 {
	margin: 35px 0;
	font-size: 44px;
	font-family: Petersburg;
	font-weight: 600
}
.res_suc_items {
	width: 380px;
	padding: 0 40px
}
.res_suc_items p {
	margin: 30px 0 15px;
	font-size: 18px
}
.res_suc_num {
	width: 65px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	border: 3px solid #FFC2BF;
	border-radius: 50%;
	font-family: Petersburg;
	font-weight: 600;
	font-style: italic;
	font-size: 35px;
	margin: 0 auto
}
.res_suc_block {
	margin-bottom: 55px
}
.res_suc_link {
	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	opacity: 1;
	visibility: visible
}
.res_suc_link.active {
	opacity: 0;
	visibility: hidden
}
.res_suc_link .fa-copy {
	color: #FD291D;
	font-size: 18px;
	vertical-align: middle;
	margin-right: 5px
}
.res_suc_link span {
	border-bottom: 1px solid #006cd8;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}
.res_suc_link span:hover {
	border-color: #fff;
	color: #0061c2
}
.reg_end {
	font-weight: 600;
	font-size: 24px;
	margin: 50px auto 20px
}
.filepond--item {
	border-radius: 50%
}
.filepond--panel-root {
	background: #FE4D43 !important
}
.filepond--root :not(text) {
	vertical-align: middle
}
.filepond--label-action {
	color: #fff
}
.filepond--label-action img {
	margin-right: 10px
}
.filepond--image-preview-overlay svg {
	opacity: 0.5
}
.filepond--file-info {
	display: none !important
}
[data-filepond-item-state*=error] .filepond--item-panel, [data-filepond-item-state*=invalid] .filepond--item-panel {
	height: 14px
}
.filter {
	line-height: 1.5
}
.filter .input {
	background: #fff
}
.filter .select {
	margin-left: 15px
}
.filter .select.active .select_drop {
	background: #fff
}
.filter .select_item:hover {
	background: #eee
}
.filter_name {
	font-size: 16px;
	color: #000;
	font-weight: 600
}
.open_filter {
	display: none
}
.search {
	margin: 40px 0
}
.search .input {
	width: 100%;
	max-width: 500px;
	border: 2px solid #FFC2BF;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	background: url(/img/search.png) 98% 50% no-repeat;
	background-color: #fff
}
.search .input:focus {
	border-color: #FFACA8
}
.search .btn {
	width: 150px
}
.c_item+.c_item {
	margin-left: 25px
}
.c_item {
	width: 280px;
	background: #ffefbc;
	text-align: center;
	padding: 35px 20px;
	border-radius: 7px;
	margin-bottom: 30px
}
.c_item:nth-child(4n+1) {
	margin-left: 0
}
.c_item_photo {
	display: inline-block;
	width: 140px;
	height: 140px;
	line-height: 140px;
	background-size: cover;
	background-position: center center;
	border-radius: 50%;
	margin-bottom: 25px
}
.c_item_name {
	font-size: 16px;
	font-weight: 600;
	display: block;
	text-decoration: underline;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}
.c_item_name:hover {
	color: #7c7c7c
}
.c_item_city {
	font-family: Petersburg;
	font-size: 18px;
	font-style: italic;
	font-weight: 200;
	margin-top: 6px;
	margin-bottom: 6px
}
.c_item_voic {
	font-family: Petersburg;
	font-size: 18px;
	font-style: italic;
	font-weight: 600;
	margin-bottom: 13px
}
.broad {
	margin-top: 30px;
	font-size: 16px
}
.c_card {
	margin-top: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #ddd
}
.c_card_name {
	font-family: Petersburg;
	font-weight: 600;
	font-size: 44px;
	margin-bottom: 25px
}
.c_card_city {
	font-size: 20px;
	font-family: Petersburg;
	font-weight: 200;
	font-style: italic;
	margin-bottom: 25px
}
.c_card_city .fa-map-marker-alt {
	color: #FE4D43;
	margin-right: 18px;
	font-size: 24px;
	vertical-align: middle
}
.c_card_info {
	font-size: 16px;
	margin-bottom: 40px
}
.c_card_btn .c_item_voic {
	margin-bottom: 0;
	font-size: 36px;
	font-weight: 200;
	margin-left: 25px
}
.c_card_left {
	max-width: 570px
}
.c_card_right {
	max-width: 325px;
	margin-top: -175px
}
.big_photo {
	width: 325px;
	height: 325px;
	line-height: 325px;
	border-radius: 50%;
	position: relative;
	background-size: cover;
	background-position: center center
}
.thumb_block {
	width: 100%;
	margin-top: 20px
}
.mini_photo {
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 50%;
	position: relative;
	background-size: cover;
	background-position: center center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	cursor: pointer;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	border-color: #FFD4D2
}
.mini_photo:hover {
	border: 4px solid #FFD4D2
}
.mini_photo.active {
	border: 4px solid #FFD4D2;
	-webkit-filter: grayscale(0);
	filter: grayscale(0)
}
.c_card_age {
	position: absolute;
	top: 0;
	right: 0;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
	background: #FFD4D2;
	text-align: center;
	font-family: Petersburg;
	font-size: 26px;
	font-style: italic;
	font-weight: 200
}
.position h3 {
	font-family: Petersburg;
	font-size: 30px;
	font-weight: 600;
	margin: 30px 0
}
.pos_item {
	margin-right: 50px;
	margin-bottom: 27px
}
.pos_item p {
	margin-left: 20px
}
.pos_item_img {
	position: relative;
	max-width: 96px
}
.pos_item_text {
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	font-family: Petersburg;
	font-style: italic;
	text-align: center;
	line-height: 1;
	font-size: 18px
}
.pos_item_text span {
	font-weight: 600;
	font-size: 22px
}
.share_header {
	font-family: Petersburg;
	font-size: 20px;
	font-weight: 600;
	margin-right: 30px
}
.share {
	margin: 25px 0
}
.share_item {
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 50%;
	background: #FD291D;
	text-align: center;
	margin-right: 10px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}
.share_item:hover {
	background: #FE4D43
}
.share_item img {
	vertical-align: middle
}
.contest_voic_off {
	font-weight: 600;
	font-size: 36px
}
#voice_no .popup-cont, #voice_yes .popup-cont {
	background: #fff;
	border-radius: 5px;
	position: relative
}
#voice_no .popup-cont .close, #voice_yes .popup-cont .close {
	color: #fff
}
#voice_no .voice_no_header, #voice_yes .voice_no_header {
	background: #FD291D;
	color: #fff;
	font-size: 32px;
	padding: 30px;
	font-weight: 600;
	text-align: center
}
.voice_no_block {
	padding: 30px;
	text-align: center
}
@media only screen and (max-width: 1279px) {
	.index_first .container {
		background-position-x: 240px
	}
	.container {
		padding-left: 15px;
		padding-right: 15px
	}
	.index_first_konk {
		font-size: 28px
	}
	.index_first_header {
		font-size: 42px
	}
	.index_second .container {
		padding: 0
	}
	.slider_container {
		overflow: hidden;
		width: 840px;
		margin: 0 auto
	}
	.gen_partner_logo {
		width: 190px
	}
	.form_reg_right {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.form_reg_left {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.c_item {
		width: 238px
	}
}
@media only screen and (max-width: 1023px) {
	header .menu {
		display: none
	}
	header .socials {
		display: none
	}
	header .btn {
		display: none
	}
	.open_menu_mob {
		display: block;
		position: relative;
		width: 22px;
		height: 27px;
		-webkit-transition: .8s;
		-o-transition: .8s;
		transition: .8s
	}
	.open_menu_mob.non-active {
		opacity: 0
	}
	.open_menu_mob span, .open_menu_mob span:before, .open_menu_mob span:after {
		content: ' ';
		display: block;
		position: absolute;
		width: 22px;
		height: 3px;
		background: #000;
		border-radius: 1px;
		cursor: pointer;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s
	}
	.open_menu_mob span {
		position: absolute;
		right: 0;
		top: 11px
	}
	.open_menu_mob span:before {
		top: -8px
	}
	.open_menu_mob span:after {
		bottom: -8px
	}
	.open_menu_mob.active span {
		background: #C7002F;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg)
	}
	.open_menu_mob.active span:before {
		top: 0;
		background: #C7002F
	}
	.open_menu_mob.active span:after {
		bottom: 0;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		background: #C7002F
	}
	.menu_mob {
		display: block;
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 115px;
		left: 0;
		z-index: 10;
		width: 100%;
		background: #fff;
		border-top: 1px solid #ddd;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s
	}
	.menu_mob.active {
		opacity: 1;
		visibility: visible
	}
	.menu_mob_item {
		display: block;
		padding: 20px 15px;
		border-bottom: 1px solid #ddd;
		font-weight: 600
	}
	.slider_container {
		width: 560px
	}
	.gen_partner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: auto;
		padding: 15px 0
	}
	.gen_partner_text {
		width: 100%;
		text-align: center
	}
	.gp_childs {
		width: 100%
	}
	.gp_childs {
		text-align: center
	}
	.gp_childs_btn {
		margin: 15px auto
	}
	.gen_partner_logo {
		width: 100%;
		text-align: center
	}
	header {
		height: 115px
	}
	.header {
		height: auto;
		padding-top: 15px;
		padding-bottom: 15px
	}
	.about_block_info h2 {
		font-size: 26px
	}
	.about_block_info p {
		font-size: 18px
	}
	.about_block_info {
		padding-left: 40px
	}
	.about_block.right .about_block_info {
		padding-right: 40px
	}
	.res_suc_block {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.res_suc_items+.res_suc_items {
		margin-top: 40px
	}
	.header_block .container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.form_filter .header_block {
		height: auto;
		padding-bottom: 30px
	}
	.form_filter .header_block .select_name {
		min-width: 75px
	}
	.search .input {
		max-width: 560px
	}
	.c_item+.c_item {
		margin-left: 30px
	}
	.c_item {
		width: 45%
	}
	.c_item:nth-child(2n+1) {
		margin-left: 0
	}
	.contests {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.header_block {
		margin-top: 15px
	}
	.gen_partner_logo {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-top: 30px
	}
	.gp_childs {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.gp_childs img {
		display: block;
		margin: 0 auto
	}
	.gp_childs_btn {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.gen_partner {
		padding-bottom: 0
	}
	.exp_one_item:nth-child(5n+5) {
		margin-left: 20px
	}
	.exp_one_item:nth-child(3n+3) {
		margin-left: 0
	}
	.exp_item_photo {
		width: 200px;
		display: block
	}
	.exp_item_text {
		max-width: 435px
	}
}
@media only screen and (max-width: 767px) {
	.slider_container {
		width: 280px
	}
	
.index_first .container {
 background-image: none;
}
	.index_first {
    height: 630px;
    position: relative;
    background-image: url(/img/girl_main_mob.jpg);
    background-position: bottom center;
	background-repeat: no-repeat;
	}
	
	

	.index_first_konk {
		font-size: 20px;
		padding-top: 30px
	}
	.tree_girl_item {
		margin: 0 auto;
		width: 100%
	}
	.index_first_btns {
		text-align: center
	}
	.gen_partner {
		border-radius: 32px
	}
	.index_first_header {
		font-size: 42px;
		margin-top: 10px
	}
	.index_first .btn {
		margin-right: 0;
		font-size: 14px;
		margin-bottom: 20px;
		width: 158px
	}
	.index_first .btn+.btn {
		margin-left: 10px
	}
	.index_second_text {
		padding: 0 15px
	}
	.tree_girl {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-bottom: 0
	}
	.tree_girl_item img {
		margin-bottom: -3px
	}
	.socials {
		width: 100%;
		margin-bottom: 10px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.header .btn {
		margin: 0 auto
	}
	.menu {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 15px auto 15px;
		max-width: 300px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.menu li+li {
		margin: 0;
		margin-right: 10px
	}
	.menu li {
		margin-right: 10px;
		margin-bottom: 10px
	}
	.btn {
		padding: 16px 20px
	}
	.slider {
		padding: 0
	}
	.about_block_img {
		width: 100%
	}
	.about_block_info {
		width: 100%;
		padding: 40px 20px
	}
	.about_block.right .about_block_info {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		text-align: left;
		padding: 40px 20px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.header_block h1 {
		font-size: 35px
	}
	.header .logo {
		margin: 0 auto
	}
	.contact_text {
		font-size: 14px
	}
	.contact_text_2 {
		font-size: 14px
	}
	.contact_text_2 a {
		display: block
	}
	.reg_photo_wrap {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		max-width: 360px;
		margin-left: auto;
		margin-right: auto
	}
	.input-photo {
		width: 135px;
		height: 135px;
		line-height: 135px
	}
	.input-photo:nth-child(3) {
		margin-left: 0;
		margin-top: 15px
	}
	.header_block {
		height: auto;
		line-height: 1;
		padding: 30px 0
	}
	.filter {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 3px;
		width: 100%
	}
	.filter .select {
		width: 100%;
		margin-left: 0;
		margin-top: 10px
	}
	.search {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.search .btn {
		margin-top: 20px
	}
	.c_item {
		width: 300px
	}
	.c_item+.c_item {
		margin-left: 0
	}
	.open_filter {
		display: block;
		color: #000;
		font-size: 16px;
		font-weight: 600;
		width: 100%;
		margin-top: 10px
	}
	.filter_name {
		display: none
	}
	.hidden_filter {
		display: none
	}
	.hidden_filter.active {
		display: block
	}
	.contact_text_2 br {
		display: none
	}
	.c_card {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.c_card_right {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin: 0 auto
	}
	.c_card_left {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-top: 45px
	}
	.share_header {
		width: 100%;
		margin-bottom: 15px
	}
	.c_card_btn .c_item_voic {
		font-size: 24px
	}
	.exp_one_item {
		width: 100%;
		margin-left: 0 !important
	}
	.exp_item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.exp_item_name {
		margin-top: 20px
	}
	.exp_item_photo {
		width: 100%;
		margin-right: 0
	}
	.e_reg .form_reg_left {
		margin-top: 20px
	}
	.search .input+.input {
		margin-top: 20px
	}
	.news_block_h {
		font-size: 16px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	#voice .popup-cont {
		width: 95%;
		padding: 25px 20px
	}
	.voice_header {
		font-size: 26px
	}
	.gram_img {
		margin: 0
	}
}
@media only screen and (max-width: 359px) {
	.index_first_konk {
		padding-top: 40px
	}
	.index_first .btn+.btn {
		margin-left: 0
	}
}