@charset "UTF-8";

@font-face {
	font-family: "メイリオ", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
//	src: url(../fonts/KozGoPro-Regular-AlphaNum.eot);
//	src: url(../fonts/KozGoPro-Regular-AlphaNum.eot?#iefix) format("embedded-opentype"), url(../fonts/KozGoPro-Regular-AlphaNum.woff) format("woff"), url(../fonts/KozGoPro-Regular-AlphaNum.ttf) format("truetype");
	font-weight: 400;
	font-style: normal
}
body {
	font-family: "メイリオ", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
//	font: 14px/16px KozGoPro-Regular, sans-serif;
//	font-family: 'arial unicode ms', sans-serif;

	color: #090;
	background: #fff
}

table {
	word-break: break-all;
}
.container {
	max-width: 1180px;
	width: 100%;
	margin: 0 auto
}
.container.menu {
	max-width: 100%
}
.top-line-wrapper {
	height: 21px;
	background: #ff6679;
	width: 100%;
	margin: 0 auto
}
.top-line {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
	max-width: 980px;
	margin: 0 auto
}
.top-line h1 {
	font: 12px/14px KozGoPro-Regular;
	color: #fff
}
.logo-phones-box {
	min-height: 130px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	padding: 0;
	position: relative;
}
.logo {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	position: absolute;
	left: 50%;
	height: 100%;
	margin-left: -104px;
}
.logo img {
	width: 100%;
	height: auto
}
/*
header {
	background: #ca4826;
	display: inline-flex;
	width: 100%;
	justify-content: space-between;
	min-height: 100px;
	align-items: center;
	padding: 0 10px
}
*/
.menu-mobile-button-wrapper {
	display: none
}
.phones-box {
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	text-align: right;
	min-width: 170px;
	margin-right: 100px;
	position: relative
}
.phones-box a {
	color: #ff6679;
	white-space: nowrap;
	display: block
}
.links {
	margin-bottom: 7px;
	padding-top: 5px
}
.links a {
	display: inline-block;
	padding: 0 6px;
	color: #ff6679;
	text-decoration: underline;
	margin-bottom: 0;
	white-space: nowrap
}
.links a:first-child {
	border-right: 1px solid #ff6679
}
.links a:last-child {
	padding-right: 0
}
.phone-link {
	font-size: 20px;
	line-height: 24px;
	position: relative;
	display: block;
	white-space: nowrap
}
.phone-link img {
	display: inline-block;
	width: 15px;
	height: 19px;
	margin-right: 5px;
	position: relative;
	top: 3px
}
.mail-link {
	position: relative;
	white-space: nowrap;
	display: block
}
.mail-link img {
	display: inline-block;
	width: 19px;
	height: 13px;
	margin-right: 10px
}
.phones-box .line {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 176px;
	height: 33px;
	background: #00b900;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
	position: relative;
	padding-left: 15px;
	font-weight: 700;
	margin-top: 6px
}
.phones-box a:last-child {
	margin-bottom: 0
}
.phones-box .line:before {
	content: '';
	display: block;
	width: 27px;
	height: 26px;
	background: url(../images/line.png) no-repeat;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 15px
}
.phones-box .line:hover ~ .qr-code {
	display: block
}
.phones-box .line:hover, .phones-box .line:focus {
	background: #4dce4d
}
.qr-code {
	display: none;
	width: 220px;
	height: 220px;
	background: #fff;
	border: 3px solid #00b900;
	text-align: center;
	padding: 14px 0;
	position: absolute;
	top: 124px;
	right: 0;
	z-index: 999
}
.qr-code .title-id {
	display: block;
	text-transform: uppercase;
	color: #00b900;
	font-weight: 700;
	margin-bottom: 14px;
	font: 14px/16px 'Open Sans';
	letter-spacing: 1px
}
.qr-code .text {
	display: block;
	color: #343434;
	font-size: 11px;
}
#menu-top {
	border-bottom: 1px solid #ff6679;
	border-top: 1px solid #ff6679
}
.menu-top {
	max-width: 870px;
	width: 100%;
	min-height: 56px;
	height: 56px;
	-webkit-align-items: center;
	align-items: center;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
.menu-top li a {
//	color: #000;
	color: #900;
	padding: 5px 14px

}
.menu-top li a:hover, .menu-top li a:focus {
	background: #fff;
	color: #ff6679
}
.mobile-slide {
	display: none
}
.swiper-container-holder {
	position: relative
}
.swiper-container {
	width: 100%;
	margin: 0 auto 35px;
	height: 100%
}
.swiper-container img {
	width: 100%
}
.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 270px;
	height: 146px;
	margin-top: -104px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 0;
	-webkit-background-size: 0;
	background-size: 0;
	background-position: center;
	background-repeat: no-repeat
}
.swiper-pagination {
	left: 0;
	right: 0;
	bottom: -25px
}
.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2;
	margin: 0 7px
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #ff94a1
}
.banner-holder {
	display: block;
	max-width: 980px;
	width: 100%;
	margin: 0 auto 22px
}
.pink-wrapper {
	background: url(../images/grey-pink-bg.png) repeat;
	margin-bottom: 0
}
.pink-grey-block {
	padding: 35px 100px 22px;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.pink-grey-block .left-side {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column
}
.pink-grey-block .left-side img {
	display: block;
	max-width: 545px;
	width: 100%;
	height: auto;
	padding: 0 15px;
	margin: 0 auto 25px;
}
.pink-grey-block p {
	max-width: 531px;
	width: 100%;
	padding: 15px 20px;
	background: rgba(255,255,255,0.7);
	margin-bottom: 25px;
	font: 16px/28px monospace
}
.pink-grey-block .r {
	max-width: 435px;
	width: 100%;
}
.pink-grey-block .r img {
	display: block;
	width: 100%;
}
.left-side ul {
	padding-left: 30px;
	position: relative
}
.left-side ul li {
	font: 20px/22px monospace;
	color: #ff6679;
	margin-bottom: 28px;
	font-weight: 700;
	position: relative;
	padding-left: 40px
}
.left-side ul li:before {
	content: '';
	display: block;
	width: 25px;
	height: 25px;
	background: url(../images/red-smile.png) no-repeat;
	position: absolute;
	top: -2px;
	left: 0
}
.left-side ul a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	height: 35px;
	justify-content: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	background: #ff6679;
	position: absolute;
	bottom: 26px;
	right: 15px;
	color: #fff;
	padding: 0 14px;
	font-size: 12px;
	white-space: nowrap
}
.left-side ul a:hover, .left-side ul a:focus {
	background: #ff94a1;
	color: #fff
}
.green-block, .grey-block {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	padding: 60px 10px 0;
	background: url(../images/green-block-bg.png) no-repeat;
	background-position: top 10px right 0
}
.grey-block {
	overflow: visible;
	justify-content: space-between;
	background: url(../images/grey-block-bg.png) no-repeat;
	background-position: left 15px bottom 55px;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 90px
}
.green-block h2, .grey-block h2 {
	font-size: 30px;
	line-height: 32px;
	font: 30px/32px monospace;
	color: #00b700;
	margin-top: 90px;
	padding-left: 50px;
	padding-bottom: 10px;
	border-bottom: 1px solid #00b700;
	margin-left: -60px;
	margin-bottom: 15px;
	font-weight: 700
}
.grey-block h2 {
	color: #c59236;
	border-bottom: 1px solid #c59236;
	padding-left: 0;
	padding-bottom: 12px;
	margin: 77px -55px 5px -10px
}
.green-block .right-side {
	width: 100%;
	max-width: 570px;
}
.grey-block .left-block {
	width: 100%;
	max-width: 570px;
}
.circle-holder {
	width: 350px;
	display: block;
	position: relative;
	margin-right: 40px
}
.grey-block .circle-holder {
	margin-right: 0;
	margin-left: 20px
}
.circle-holder img {
	width: 100%;
	height: auto
}
.circle-holder .fader img {
	max-width: 170px
}
.circle-holder .fader, .grey-block .circle-holder .fader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	background: #000;
	font-size: 36px;
	line-height: 38px;
	color: #fff;
	font-weight: 700;
	background: rgba(49,195,49,0.8);
	border-radius: 50%;
	justify-content: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	opacity: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
.grey-block .circle-holder .fader {
	background: rgba(197,146,54,0.8)
}
.circle-holder:hover .fader, .circle-holder:focus .fader {
	opacity: 1
}
.grey-block .left-block p, .right-side p {
	color: #000;
	font-size: 14px;
	line-height: 29px;
/*	font-family: monospace;*/
	margin-bottom: 45px
}
.girls-holder {
	padding-bottom: 100px;
	margin-bottom: 0
}
.girls-wrapper {
	padding: 50px 0;
	background: rgba(255,255,255,0.65)
}
.image-description-holder, .main-items-holder {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	max-width: 980px;
	width: 100%;
	margin: 0 auto
}
.pink-wrapper .title-img {
	display: block;
	max-width: 512px;
	width: 100%;
	height: auto;
	margin: 0 auto 40px;
	padding: 40px 15px 0
}
.circles-block-wrapper .title-img {
	display: block;
	max-width: 260px;
	width: 100%;
	height: auto;
	margin: 0 auto 40px;
	padding: 40px 15px 0
}
.title {
	color: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	max-width: 285px;
	height: 30px;
	background: #ff6679;
	padding-left: 15px;
	margin-bottom: 20px;
	font: 16px/18px monospace;
	font-weight: 700
}
.image-description {
	display: block;
	max-width: 285px;
	width: 100%;
	position: relative;
	margin: 0 10px 68px;
	font-size: 14px;
	line-height: 25px;
	color: #000
}
.image-description:hover {
	color: #000
}
.image-description img {
	width: 100%;
	height: auto;
	margin-bottom: 50px
}
.image-description p {
	font: 14px/26px monospace
}
.image-description .red-round {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	border-radius: 50%;
	background: #ff6679;
	width: 90px;
	height: 90px;
	color: #fff;
	position: absolute;
	right: 0;
	top: 220px;
	font-size: 22px;
	line-height: 22px;
/*	font-family: monospace;*/
	font-weight: 700;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.image-description .red-round span {
	display: block
}
.image-description .red-round i {
	font-size: 16px;
	line-height: 20px
}
.show-all-btn {
	width: 226px;
	height: 35px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #ff6679;
	margin: 0 auto
}
.show-all-btn:focus, .show-all-btn:hover {
	background: #ff94a1;
	color: #fff
}
.main-items-holder {
	padding-bottom: 70px
}
.main-items-block {
	background: #fff;
	padding-top: 10px
}
.main-items-block .img-title {
	display: block;
	max-width: 211px;
	width: 100%;
	height: auto;
	margin: 0 auto 75px;
	padding: 40px 15px 0
}
.main-items-block .item-holder {
	display: block;
	max-width: 285px;
	width: 100%;
	margin: 0 10px
}
.main-items-block .item-holder img {
	width: 100%;
	height: auto;
	margin-bottom: 20px
}
.main-items-block .item-holder span {
	display: block;
	text-align: center;
	color: #000;
	font-size: 14px;
	line-height: 24px
}
footer {
	background: #fff
}
.buttons-holder {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	max-width: 920px;
	width: 100%;
	margin: 0 auto 45px
}
.buttons-holder a {
	width: 288px;
	height: 46px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	position: relative;
	margin: 0 10px
}
.buttons-holder .recall, .buttons-holder .mail {
	background: #ff6679
}
.buttons-holder .recall:hover, .buttons-holder .recall:focus, .buttons-holder .mail:hover, .buttons-holder .mail:focus {
	background: #ff94a1;
	color: #fff
}
.buttons-holder .line {
	background: #00b900;
	padding-right: 20px
}
.buttons-holder .line:hover, .buttons-holder .line:focus {
	background: #4dce4d;
	color: #fff
}
.buttons-holder .recall img {
	display: block;
	width: 20px;
	height: 26px;
	margin-right: 5px
}
.buttons-holder .mail img {
	display: block;
	width: 19px;
	height: 13px;
	margin-right: 10px
}
.buttons-holder .line img {
	display: block;
	width: 33px;
	height: 32px;
	margin-right: 5px
}
.footer-bottom {
	background: url(../images/footer-bg.png) no-repeat;
	background-size: 100% 100%;
	height: 165px;
	padding-top: 40px;
	position: relative
}
.footer-bottom-content {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	position: relative
}
.footer-logo {
	display: block;
	max-width: 93px;
	width: 100%;
	margin-bottom: 25px
}
.footer-logo img {
	width: 100%
}
.footer-links {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	width: 100%
                width: 100%;
                max-width: 870px;
                margin: 0 auto;
}
.footer-links li {
	position: relative
}
.footer-links li:before {
	content: '';
	display: block;
	width: 5px;
	height: 7px;
	background: url(../images/triangle.png) no-repeat;
	position: absolute;
	top: 50%;
	left: -15px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}
.footer-links li a {
	display: block;
	width: 100%;
	font-size: 12px;
	line-height: 14px;
	color: #fff
}
.footer-links li a:hover {
	color: #fff
}
.copyright {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font: 12px/14px 'Open Sans'
}
.back-to-top {
	display: block;
	width: 57px;
	height: 58px;
	background: url(../images/back-to-top.png) no-repeat;
	position: absolute;
	right: 0;
	top: 0
}
.about-pink {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	height: 150px;
	align-items: center;
	justify-content: center;
	margin: 0 0 8px
}
.about-pink h2 {
	margin: 0;
	padding: 0
}
.breadcrumb {
	margin-bottom: 10px!important;
	padding-left: 0;
	padding-top: 0
}
.breadcrumb, .preference, .call-center {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	background: none;
	border: 0
}
.breadcrumb>li a {
	display: inline-block;
	color: #ff6679;
	font-size: 12px;
	line-height: 14px
}
.breadcrumb>.active {
	color: #000;
	font-size: 12px;
	line-height: 14px
}
.preference .title {
	max-width: 100%;
	padding-left: 10px
}
.preference .blocks-holder {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start
}
.preference .blocks-holder .left-block {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	max-width: 530px;
	width: 100%;
	margin-right: 56px
}
.preference .block {
	margin-bottom: 60px
}
.preference .block h3 {
	color: #ff6679;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 18px;
/*	font-family: monospace;*/
	font-weight: 700;
	padding-left: 15px
}
.preference .block h3:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/heart.png) no-repeat;
	float: left;
	margin-right: 5px
}
.preference .block p {
	font-size: 14px;
	line-height: 26px;
/*	font-family: monospace;*/
	padding-left: 10px;
	word-wrap: break-word
}
.workplace .preference .block p {
	padding-left: 0;
	overflow-wrap: break-word;
	word-break: break-all;
	width: 70%
}
.preference .right-block {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: flex-start
}
.preference .right-block img {
	max-width: 315px;
	width: 100%;
	margin: 0 auto 15px;
	height: auto
}
.call-center .title, .remuneration-page .preference .block .title {
	font-size: 24px;
	line-height: 26px;
	font-weight: 700;
	max-width: 100%;
	color: #ff6679;
	height: 55px;
	background: none;
	border-top: 2px solid #ff6679;
	border-bottom: 2px solid #ff6679;
	padding-left: 0
}
.call-center .block {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px
}
.call-center .block img {
	max-width: 467px;
	width: 100%;
	height: 100%
}
.block .description {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	max-width: 470px;
	width: 100%
}
.block .description p {
	margin-bottom: 50px;
	word-wrap: break-word
}
.block .description span {
	width: 100%;
	height: 77px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	font-size: 17px;
	line-height: 22px;
	color: #fff;
	background: #ff6679;
	white-space: nowrap
}
.block .description span i {
	font-size: 30px;
	line-height: 34px;
/*	font-family: monospace;*/
	color: #ff0;
	margin-top: -5px;
	font-weight: 700;
	margin-left: 5px
}
.block .description span i em {
	font-style: normal;
	font-size: 22px
}
.call-center .without-image {
	justify-content: flex-end;
	border-bottom: 2px solid #ff6679;
	padding-bottom: 20px
}
.five-links .title {
	margin-bottom: 25px
}
.five-links .blocks-holder {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column
}
.five-links .blocks-holder .block {
	margin-bottom: 20px
}
.five-links .blocks-holder .block:last-child {
	margin-bottom: 100px
}
.five-links h3 {
	background: #fff0f2;
	border-top: 1px solid #ff6679;
	border-bottom: 1px solid #ff6679;
	padding-left: 15px;
	height: 35px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center
}
.five-links h3:before {
	display: none!important
}
.circles-block-wrapper {
	padding-bottom: 35px;
	margin-bottom: 45px
}
.circles-holder {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between
}
.circle-block {
	max-width: 140px;
	width: 100%
}
.circle-block .circle {
	width: 140px;
	height: 140px;
	border: 4px solid #ff6679;
	border-radius: 50%;
	background: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	position: relative
}
.circle span {
	color: #ff6679;
	font: 20px/22px monospace;
	font-weight: 700
}
.circle-block .circle:before {
	content: '';
	display: block;
	width: 14px;
	height: 26px;
	background: url(../images/red-triangle.png) no-repeat;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -45px
}
.circle-block .last-circle:before {
	display: none
}
.remuneration-page .preference>p {
	margin-bottom: 50px;
	font-size: 14px;
}
.remuneration-page .preference .blocks-holder {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column
}
.remuneration-page .preference .block {
	margin-bottom: 90px
}
.remuneration-page .preference .blocks-holder .block p {
	margin-bottom: 50px;
	padding-left: 0
}
.remuneration-page .preference .images-holder {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center
}
.remuneration-page .preference .images-holder .image-box {
	max-width: 420px;
	width: 100%;
	margin: 0 13px;
	text-align: center
}
.remuneration-page .preference .images-holder .image-box img {
	width: 100%;
	margin-bottom: 55px
}
.image-box span {
	position: relative;
	color: #ff6679;
	font-size: 25px;
	line-height: 27px;
	font-weight: 700;
	text-align: center;
	display: block
}
.image-box span i {
	font-size: 32px;
	line-height: 34px
}
.image-box span:before {
	content: '';
	display: block;
	width: 26px;
	height: 14px;
	background: url(../images/red-triangle-2.png) no-repeat;
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	margin: 0 auto
}
.remuneration-page .second-preference .blocks-holder .block p {
	margin-bottom: 0;
	padding-left: 15px
}
.contacts-page .preference>p {
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 26px;
/*	font-family: monospace;*/
	padding-left: 10px
}
.contacts-page .error-message {
	color: #fa4b4b;
	font: 18px/26px monospace;
	margin-bottom: 20px!important
}
.contacts-page .blocks-holder {
	display: block;
	width: 100%
}
.form-row {
	height: 60px;
	width: 100%;
	border: 1px solid rgba(0,0,0,0.6);
	border-bottom: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center
}
.form-row i {
	margin-right: 40px
}
.form-row p {
	width: 186px;
	background: #eee;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	padding: 0 10px;
	margin-right: 15px;
	border-right: 1px solid rgba(0,0,0,0.6)
}
.form-row p b {
	color: #fd1616;
	margin-left: 10px;
	white-space: nowrap
}
.form-row input[type="text"] {
	max-width: 386px;
	width: 100%;
	height: 30px;
	border: 1px solid #afa5a6;
	background: #fff0f2;
	padding-left: 10px
}
.form-row select {
	border-radius: 0;
	padding-left: 10px;
	background: #fff0f2 url(../images/arrows.png) no-repeat;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-position: center right 5px
}
.select-age, .select-numbers {
	width: 62px;
	height: 30px;
	border-radius: 0!important;
	border: 1px solid #afa5a6
}
.select-area {
	width: 150px;
	height: 30px;
	border-radius: 0!important;
	border: 1px solid #afa5a6
}
.select-numbers {
	margin-right: 5px
}
.form-row select~i {
	margin-right: 30px
}
.select-values {
	height: 30px;
	width: 130px;
	border: 1px solid #afa5a6;
	margin-right: 5px
}
.form-row textarea {
	max-width: 386px;
	width: 100%;
	height: 100px;
	border: 1px solid #afa5a6;
	background: #fff0f2;
	padding-left: 10px;
	padding-top: 10px;
	resize: none
}
.textarea-row {
	height: 127px;
	border-bottom: 1px solid rgba(0,0,0,0.6)
}
.submit-btn {
	display: block;
	width: 200px;
	height: 46px;
	border: 1px solid #ff6679;
	color: #ff6679;
	background: transparent;
	margin: 30px auto 0
}
.submit-btn:hover, .submit-btn:focus {
	color: #fff;
	background: #ff6679
}
.workplace .preference>p {
	margin-bottom: 30px;
	padding-left: 0;
	word-wrap: break-word
}
.workplace .block {
	border: 1px solid #ff6679;
	margin-bottom: 35px
}
.workplace .block .title {
	font-size: 20px;
	line-height: 22px;
	color: #ff6679;
	background: #ffdfe3;
	height: 40px;
	width: 100%;
	max-width: 100%;
	margin-top: 20px;
	margin-bottom: 15px;
	padding-left: 20px
}
.workplace .preference .blocks-holder {
	overflow: hidden;
	display: block;
}
.workplace .preference .blocks-holder .image-description-holder {
	overflow: hidden;
	padding: 5px 20px 20px;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	height: auto;
}
.workplace .preference .blocks-holder .image-description-holder .i {
	overflow: hidden;
	width: 30%;
	min-width: 30%;
	max-width: 30%;
}
.workplace .preference .blocks-holder .image-description-holder .t {
	width: 100%;
	margin-left: 20px;
}
.workplace .preference .blocks-holder .image-description-holder .i img {
	display: block;
	width: 100%;
}
.image-description-holder .description-box {
	width: 100%;
	border-collapse: collapse;
}
.workplace .preference .blocks-holder img {
	max-width: 345px;
	width: 100%;
	height: 100%;
	float: left
}
.image-description-holder .line-row {
	width: 100%;
	height: 60px;
	border: 1px solid #a4a4a4
}
.image-description-holder .line-row td:first-child {
	width: 20%;
	min-height: 60px;
	padding: 10px 15px;
	border-right: 1px solid #a4a4a4;
	background: #eee;
	vertical-align: middle
}
.workplace .preference .block td:last-child {
	overflow-wrap: break-word;
	word-break: break-all;
	word-wrap: break-word;
	width: auto;
	min-height: 60px;
	vertical-align: middle;
	padding: 10px 15px
}
.line-row td i, .line-row td a {
	color: #ff6679;
	text-decoration: underline
}
.mobile-menu, .menu-mobile-button, .mobile-banner, .h2-mobile, .green-block .mobile-link, .grey-block .mobile-link, .mobile-logo, .pink-grey-block .left-side img.mobile-banner-title, .girls-holder .girls-mobile-title, .main-items-block .item-banner-mobile, img.circle-title-mob, img.title-about-mobile, .buttons-holder .recall img:first-child, .buttons-holder .line img:first-child, .buttons-holder .mail img:first-child, .contact-confirm-mob, .contact-2-mobile, .contact-2-title-mob {
	display: none
}
.select-age-holder span {
	margin-left: 10px;
	margin-top: 3px
}
select::-ms-expand {
display:none
}
.form-row>div, .form-row>div div {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center
}
.contact-confirm .submit-btn {
	margin: 0
}
.return-submit {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	margin-top: 28px;
	margin-bottom: 80px
}
.return-to-form {
	width: 201px;
	height: 46px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	font: 16px/18px monospace;
	background: #eee;
	color: #000;
	margin-right: 35px
}
.return-to-form:hover {
	color: #000
}
.contact-confirm .preference>p {
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 26px;
	margin-top: 10px;
/*	font-family: monospace;*/
	word-wrap: break-word;
	padding-right: 0 10px
}
.contact-confirm .title {
	margin-bottom: 25px
}
.contact-confirm .preference .block {
	margin-bottom: 82px
}
.contact-confirm .buttons-holder {
	margin: 0 auto 40px
}
.contact-confirm .breadcrumb {
	display: block
}
.contact-confirm table {
	width: 100%;
	border: 1px solid #a3a3a3
}
.contact-confirm table tr {
	width: 100%;
	height: 60px
}
.contact-confirm table tr:last-child {
	height: 125px
}
.contact-confirm table tr:last-child td, .contact-confirm table tr:last-child td:first-child {
	vertical-align: baseline
}
.contact-confirm table tr td:first-child {
	min-height: 60px;
	width: 19%;
	border: 1px solid #a3a3a3;
	background: #eee;
	font-size: 12px;
	line-height: 16px;
	vertical-align: middle;
	padding: 15px 13px;
	word-wrap: break-word
}
.contact-confirm table td:last-child {
	border: 0;
	background: 0;
	max-width: 100%;
	width: 100%;
	min-height: 60px;
	word-wrap: break-word;
	vertical-align: middle;
	padding: 21px 25px 15px;
	border-bottom: 1px solid #a3a3a3;
	font-size: 14px;
	line-height: 16px
}
.info-text-contact-2 {
	max-width: 980px;
	width: 100%;
	margin: 0 auto
}
.contact-2-title {
	display: block;
	margin: 32px 0 18px
}
.info-text-contact-2 p {
	font: 14px/22px monospace;
	margin-bottom: 20px;
	font-size: 14px;
}
.info-text-contact-2 .return-to-form {
	font: 16px/18px monospace;
	margin: 33px 0 92px
}
.support-page .breadcrumb {
	margin-bottom: 3px!important;
	padding-left: 0
}
.support-page .preference {
	margin: 0 auto 30px
}
.qa-page .preference .blocks-holder {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: flex-start;
	margin-bottom: 60px
}
.qa-page .preference .block h2 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 7px 5px 7px 30px;
	height: auto !important;
	position: relative;
}
.qa-page .preference .block h2:before {
	content: '';
	display: inline-block;
	width: 44px;
	height: 44px;
	background: url(../images/q-img.png) no-repeat;
	margin-top: 0;
	position: absolute;
	top: 0;
	left: -20px
}
.qa-page .breadcrumb {
	margin-bottom: 13px!important;
	padding-left: 0
}
.qa-page .preference .block p {
	font-size: 14px;
	line-height: 26px;
/*	font-family: monospace;*/
	padding-left: 46px
}
.qa-page .preference .block {
	margin-bottom: 52px
}
.qualification .preference .blocks-holder {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column
}
.qualification .title {
	margin-bottom: 10px;
	font: 16px/18px monospace
}
.qualification .preference .block {
	margin-bottom: 65px
}
.qualification .preference .block p {
	padding-left: 10px;
	word-wrap: break-word
}
.qualification .preference .block p strong, .qualification .preference .block .yellow-box span {
	color: #ff6679;
	word-wrap: break-word
}
.qualification .preference .block .yellow-box span {
	font: 18px/20px monospace;
	word-wrap: break-word
}
.qualification .preference .block .yellow-box {
	margin-top: 7px;
	margin-left: 10px;
	max-width: 420px;
	padding: 17px 15px;
	border: 1px solid #fc3;
	background: #ffffd3;
	margin-bottom: 17px
}
.qualification .preference .block .grey-box {
	border: 1px solid #959595;
	background: #f0f0f0;
	margin-bottom: 0
}
.qualification .preference .block .grey-box span {
	color: #5a5a5a
}
.qualification .preference .block .yellow-box ul {
	margin-top: 15px
}
.qualification .preference .block .yellow-box ul li {
	margin-bottom: 11px;
	font: 16px/18px monospace;
	padding-left: 8px;
	word-wrap: break-word
}
.qualification .preference .block .yellow-box ul li:before {
	content: '';
	display: inline-block;
	width: 3px;
	height: 3px;
	background: #000;
	position: relative;
	top: -4px;
	left: -5px
}
.qualification .breadcrumb {
	margin-bottom: 4px!important;
	padding-left: 0
}
.qualification .red-dot-text {
	display: block;
	font: 16px/18px monospace;
	color: #ff6679;
	margin-left: 10px;
	padding-top: 5px;
	margin-bottom: 5px
}
.qualification .preference .red-dot-text-block {
	margin-bottom: 90px
}
.qualification .red-dot-text-block p {
	margin-bottom: 15px;
	word-wrap: break-word
}
.qualification .red-dot-text:before {
	content: '';
	display: inline-block;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #ff6679
}
.voice-ol .preference .title {
	max-width: 100%;
	padding-left: 10px
}
.voice-ol .preference .block {
	overflow: hidden;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}
.voice-ol .preference .block img {
	display: block;
	min-width: 285px;
	width: 285px;
	margin-left: 22px;
	margin-right: 20px;
	height: 100%
}
.voice-ol .preference .block .span-date {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 25px
}
.voice-ol .preference .block {
	margin-bottom: 73px
}
.voice-ol .preference .block span {
	display: block;
	width: 163px;
	height: 30px;
	border: 1px solid #ff6679;
	color: #ff6679;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	padding-top: 5px;
	margin-right: 25px
}
.voice-ol .preference .block span em {
	font-style: normal;
	font-size: 14px;
	display: inline-block;
	margin-right: 2px
}
.voice-ol .preference .block i {
	font: 15px/17px monospace
}
.voice-ol .preference .block .right-box p {
	padding-left: 0;
	font: 16px/25px monospace;
	font-size: 14px;
}
.voice-ol .breadcrumb {
	margin-bottom: 3px!important;
	padding-left: 0
}
.voice-link {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50px;
	background: #e7e7e7;
	color: #000;
	font: 16px/18px monospace;
	margin-bottom: 71px;
	cursor: pointer;
}
.voice-link:hover {
	color: #000
}
.description-box.add tr td:first-child {
	white-space: nowrap
}
