/* Eric Meyer's CSS Reset */
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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */
@font-face {
	font-family: 'BookAntiqua'; 
	src: url(/fonts/bookantiqua.ttf); 
}
 
/* Жирный */
@font-face {
	font-family: 'BookAntiqua bold'; 
	src: url(/fonts/bookantiqua_bold.ttf); 
}


html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px Verdana, sans-serif;
	height: 100%;
	background: #001610;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'BookAntiqua';
	line-height: normal;
	outline: none;
}

/* Ð—Ð°Ð´Ð°ÐµÐ¼ Ð¿ÐµÑ€ÐµÐ¼ÐµÐ½Ð½ÑƒÑŽ Ñ†Ð²ÐµÑ‚Ð°  */
:root {
	--main-color: #000033;
	--second-color: #006600;
	--color-h1: #ffffff;
	--color-a: #ffffff;
	--color-p: #ffffff;
}

.logo{
	visibility: hidden;
}
.girl_color1{
	/*
	background: radial-gradient(129.3% 125.29% at 91.4% 110.92%, rgba(75, 0, 197, 0.6) 0%, rgba(132, 0, 179, 0.6) 100%);
	*/
	background-color: (rgba(253, 216, 6, 0.5));
}
.girl_color2{
	/*
	background: radial-gradient(129.3% 125.29% at 91.4% 110.92%, rgba(75, 0, 197, 0.6) 0%, rgba(132, 0, 179, 0.6) 100%);
	*/
	background-color: (rgba(253, 216, 6, 0.5));
}
.girl_color3{
	/*
	background: radial-gradient(129.3% 125.29% at 91.4% 110.92%, rgba(75, 0, 197, 0.6) 0%, rgba(132, 0, 179, 0.6) 100%);
	*/
	background-color: (rgba(253, 216, 6, 0.5));
}
.girl_color4{

	background-color: #235560;
}


.wrapper {
	width: 100%;
	min-width: 270px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


.small_header p {
	color: #000000;
}
.btn{
   /* background-color: #1D1010;*/
	color: white;
	/*background: radial-gradient(129.3% 125.29% at 91.4% 110.92%, rgba(10, 209, 199, 0.6) 0%, rgba(10, 209, 199, 0.6) 100%);*/
	border: 2px solid #FFFFFF;
    border-radius: 20px;
	padding: 20px 40px;
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
}

h1{
	font-weight: 400;
	font-size: 2.4rem;
	letter-spacing: 0.06em;
	color: var(--color-h1);
	font-family: 'BookAntiqua';
}
h2{
	font-weight: normal;
	letter-spacing: 0.06em;
	font-size: 36px;
	color: #ffffff;
}
h3{
	margin-bottom: 30px;
	letter-spacing: 0.06em;
	font-weight: normal;
	font-size: 30px;
	color: #ffffff;
}
h4{
	font-weight: normal;
	letter-spacing: 0.06em;
	font-size: 30px;
	color: white;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 20px;
}
p{
	color:  var(--color-p);
	font-size: 24px;
}
a{
	color:  var(--color-a);
	text-decoration: none;
	font-size: 24px;
	padding: 10px;
	font-weight: normal;
	display: inline-block;
	transition: all 0.3s;
}
a:hover{
	opacity: 0.75;
}

.hide{
	display: none;
}
.small_header p {
	color: #ffffff;
}


/* Header
-----------------------------------------------------------------------------*/
.play_btn{
	position: absolute;
	right: -55px;
	top: 50%;
	margin-top: -49px;
	cursor: pointer;
}

.color_svg{
	fill: white;
}

.container{
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
	background-image: url(/img/fon1.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

@media (max-width: 780px) {
	.container{
	/*background-image: none;*/
	background-image: url(/img/fon1.jpg);
		}
}


.header_left1{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	padding-left: 10rem;
	/*background: radial-gradient(165.34% 114.72% at 100% 100%, rgba(21, 21, 21, 0.189) 22.25%, rgba(51, 51, 51, 0.392) 100%);
    background-blend-mode: overlay, normal;
    backdrop-filter: blur(20px);*/
	min-height: 600px;

}


.header{
	/* max-height: 730px; */
	max-width: 1500px;
	overflow: hidden;
	margin: 0 auto;
}
.header h1{
	line-height: 52px;
}
.header p{
    width: 560px;
	line-height: 33px;
	letter-spacing: -0.015em;
	font-size: 20px;
	    margin-bottom: 10px;
}
.header a{
	margin-top: 10px;
}

.header .menu{
	/*position: absolute;*/
	top: 0;
	display: flex;
	flex-wrap: wrap;
	z-index: 1;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	padding: 0 5rem;
}

.header .nav li{
	display: inline-block;
}
.header .nav a{
    	font-family: 'BookAntiqua';
    font-weight 400;
	font-size: 18px;

	color: #ffffff;
}
.header video{
	width: 100%;
}

.header_left{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	padding-left: 10rem;
	/*background: radial-gradient(165.34% 114.72% at 100% 100%, rgba(21, 21, 21, 0.189) 22.25%, rgba(51, 51, 51, 0.392) 100%);
    background-blend-mode: overlay, normal;
    backdrop-filter: blur(20px);*/
	min-height: 700px;
	

}
@media (min-width: 1080px) {
	.header_left{
		
		height: 90%;
	}
	.header_left1{
		
		height: 90%;
}}

.header  .menu{
	height: 60px;

}
.hamburger-menu{
	display: none;
}
#menu__toggle {
	opacity: 0;
}

#menu__toggle:checked ~ .menu__btn > span {
	transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
	top: 0;
	transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
	top: 0;
	transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
	visibility: visible;
	left: 0;
}

.menu__btn {
	display: flex;
	align-items: center;
	position: fixed;
	top: 20px;
	left: 20px;

	width: 26px;
	height: 26px;

	cursor: pointer;
	z-index: 1;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
	display: block;
	position: absolute;

	width: 100%;
	height: 2px;

	background-color: #fff;

	transition-duration: .25s;
}

.menu__btn > span::before {
	content: '';
	top: -8px;
	width: 40%;
}
.menu__btn > span::after {
	content: '';
	top: 8px;
	width: 80%;
}

.menu__box {
	display: block;
	position: fixed;
	visibility: hidden;
	top: 0;
	left: -100%;

	width: 220px;
	height: 100%;

	margin: 0;
	padding: 80px 0;

	list-style: none;

	background: radial-gradient(149.08% 100% at 100% 100%, #000033 0%, #000066 100%);
	box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);

	transition-duration: .25s;
}

.menu__item {
	display: block;
	padding: 12px 24px;

	color: #fff;

	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 600;

	text-decoration: none;

	transition-duration: .25s;
}
.menu__item:hover {
	background-color: #CFD8DC;
}

/* Middle
-----------------------------------------------------------------------------*/
.content {
	max-width: 1440px;
	margin: 0 auto;
}

.content h2{
	font-weight: normal;
	font-size: 36px;
	color: #ffffff;
	padding: 0 20px;
}


.descr p{
	margin-top: 20px;
	padding: 0 20px;
}

@media (max-width: 960px) {
	
.descr p{
	
	padding: 0 20px;
}
.descr h2{
	text-align: center;
	
}
}


.wrapp_privilege{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.privilege{
	max-width: 1440px;
	margin: 0 auto;
	padding-bottom: 150px;
}

.telegram{
	max-width: 1440px;
	margin: 0 auto;
	padding-bottom: 50px;
	text-align: center;
}
.telegram p{
	margin: 30px 0;
}

.privilege h2{
	margin-bottom: 70px;
}

.telegram h2{
	margin-bottom: 10px;
	text-align: center;
}

telegram__banner{
	margin: auto;
	display: flex;

}
.telegram_img{
	display: flex;	
	flex-direction: column;
	align-items: stretch;
	justify-content: space-around;
}
.telegram_img a{
	margin-top: 30px;
}

.block_privilege{
	background: linear-gradient(216.78deg, #002608 1.11%, #003D1C 98.53%);
border: 2px solid #FFFFFF;
border-radius: 20px;
	border-radius: 20px;
	max-width: 360px;
	text-align: center;

	padding: 50px 15px 50px;

}
.block_privilege .h3{
	font-weight: 700;
	font-size: 24px;
	color: #ffffff;
	margin: 20px 0;
}
.block_privilege p{
	font-size: 18px;
	padding: 0 10px;
}


.telegram__banner{
	display: flex;
	content: " ";
	height: 420px;
	flex-direction: column;
	background-image: url("/img/telegram-prostitutki-sestro.jpg");
	background-position: center;
}

.apartament h3{
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 36px;
	color: #ffffff;
}

.apartament .left_apart p{
	font-size: 24px;
	margin-bottom: 30px;
}

.apartament{
	padding-bottom: 110px;
}
.wrapp_apartament{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.wrapp_apartament > div{
	width: 48%;
}
.contact{
	padding-bottom: 100px;
}
.contact h2{
	margin-bottom: 30px;
}
.contact p{
	font-size: 22px;
	max-width: 480px;
	margin-bottom: 20px;
}
.contact p a{
	padding: 0;
	font-size: 22px;
}
.contacts_soc{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	max-width: 160px;
	justify-content: space-between;
}
.contacts_soc a{
	padding: 0;
}
.map{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 25px;
}
.map > *{
	width: 100%;
}

.right_apart .slider{

	margin: 0 auto;
}

.right_apart .slick-slide img, .right_apart .slick-slide video {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 20px;
}
.right_apart .slick-slide{

}
.right_apart .slider-nav{
	margin-top: 20px;
}
.right_apart .slider-nav img, .right_apart .slider-nav video {
	max-width: 180px;
}


.slick-prev:before {
	content: " ";
	background-image: url('/img/arrow_left.svg');
	background-size: 28px 28px;
	color: #ffffff;
	width: 30px;
	height: 28px;
	display: block;
}

.slick-next:before {
	content: " ";
	background-image: url('/img/arrow_right.svg');
	background-size: 28px 28px;
	color: #ffffff;
	width: 30px;
	height: 28px;
	display: block;
}
.slick-prev{
	left: 25px;
	z-index: 1;
}
.slick-next {
	right: 25px;
	z-index: 1;
}

.slick-prev,
.slick-next {
	width: 30px;
    height: 28px;
}

.slick-next {
	right: 4%;
}

@media (max-width: 1430px) {
	.slick-next {
	right: 25px;
}
}

.slider_girl{
	padding-bottom: 10px;
	margin-top: 40px;
}
.bg_wrapp_girl{
	padding: 10px;
	/*background: radial-gradient(149.08% 100% at 100% 100%, #1e3aa8 50%, #17cfe3 100%);
	backdrop-filter: blur(10px);*/
	max-width: 450px;
	/*border-radius: 50px;*/
	transform: rotate(-180deg);
}
.wrapp_girl{
	padding: 0 45px 10px;
	overflow: hidden;
	/*
	background-blend-mode: overlay, normal;
	backdrop-filter: blur(10px);*/
	border-radius: 20px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-content: center;
	align-items: center;
	transform: rotate(-180deg);
}

.wrapp_girl:before{
	/*
	content: ' ';
	position: absolute;
	width: 156px;
	height: 20px;
	left: 50%;
	border-radius: 50px;
	margin-left: -78px;
	top: 0;
	background: rgba(255, 255, 255, 0.5);*/
}

.wrapp_girl .h3{
	font-weight: normal;
	font-size: 30px;
	color: #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
}
.white_line{
	height: 3px;
	border-radius: 5px;
	width: 100%;
	background: #fff;
}
.white_line_mini{
	height: 3px;
	border-radius: 5px;
	width: 120px;
	background: #fff;
}
.wrapp_girl .chat_text{
	background: radial-gradient(262.33% 575.11% at 27.07% -137.67%, var(--main-color) 20.62%, var(--second-color) 100%);
	backdrop-filter: blur(10px);
	border-radius: 50px;
	padding: 20px 80px 20px 25px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	margin: 15px 0 25px;
}
.wrapp_girl .chat_text .time{
	position: absolute;
	bottom: 10px;
	right: 20px;
	display: flex;
	color: #fff;
	font-size: 12px;
}
.wrapp_girl .chat_text .time img{
	margin-left: 5px;
}
.wrapp_girl .avatar{
	width: fit-content;
    /*height: 400px;*/
	overflow: hidden;
	padding: 0;
	margin: 0 -45px;
}
.wrapp_girl input{
	padding: 15px 25px;
	border-radius: 50px;
	font-style: normal;
	font-size: 18px;
	border: none;
	margin-bottom: 20px;
	width: 100%;
}
.wrapp_girl .btn{
	margin-bottom: 20px;
}
.wrapp_girl .avatar img{
	width: 100%;
	height: auto;
}

.girl_fancy{
	background-blend-mode: overlay, normal;
	border-radius: 25px;
	text-align: center;
}
.girl_fancy .contacts_soc{
	margin: 20px auto;
}

.slick-dots li button{
	border-radius: 50%;
	background-color: #000000;
	/*background: radial-gradient(149.08% 100% at 100% 100%, #FF86F8 0%, #8205FF 100%);*/
	height: 10px;
    width: 10px;
}

.slick-dots li.slick-active  button{
	border-radius: 50%;
	background: #fff;
	
}
.slick-dots li button:before, .slick-dots li.slick-active  button:before{
	display: none;
}


.telegram__banner___btn{
	color: #f3f3f3;
	background: linear-gradient(216.78deg, #002608 1.11%, #003D1C 98.53%);
	

}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	text-align: center;
	padding: 10px 0;
}

.contacts_wrapp, .contacts_soc{
margin: 0 auto;
}

.contacts_wrapp p{
margin: 0 auto;
}

.mobile_btn{
	display: none;
}
.map iframe{
	width: 100%;
}
@media (max-width: 1020px) {
	a.mobile_btn{
		display: block;
		margin: 10px auto 25px;
		width: 230px;
		text-align: center;
	}
	h1 {
		font-size: 2.4rem;
	}
	p {
		font-size: 1.4rem;
	}
	.slick-dots li.slick-active button:before {
		opacity: .75;
		color: #fff;
	}

	.slick-dots li button:before{
		color: #fff;
	}
	.slider_girl {
		padding-bottom: 40px;
	}
	.privilege {
		padding-bottom: 40px;
	}
	.privilege h2 {
		margin-bottom: 45px;
		text-align: center;
	}
	.wrapp_privilege {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		flex-direction: column;
		align-content: center;
	}
	.block_privilege{
		margin-bottom: 20px;
	}
	.apartament {padding: 0 15px 49px;}
	.apartament h3{
		text-align: center;
		font-weight: normal;
		font-size: 36px;
		color: #ffffff;
	}
	.apartament a{
		display: none;
	}
	.wrapp_apartament > div{
		width: 100%;
	}
	.wrapp_apartament .slider-nav{
		display: none;
	}
	.contact{
		padding: 0;
	}
	.contact h2{
		text-align: center;
	}
	.contact p{
		margin: 0 auto 20px;
	}
	.contact .contacts_soc{
		margin: 0 auto;
	}
	.header video {
		width: 100%;
	/*	height: 100%;*/
	}
	.header_left {
		padding-left: 1rem;
	/*	height: 50%;
		margin-bottom: 0;*/
	}
	.header_left1 {
		padding-left: 1rem;
	/*	height: 50%;
		margin-bottom: 0;*/
	}
	.header_left1 a {
		align-items: center;
	}
	
	.header .menu {
		padding: 0 1rem;
		
	}
}
@media (max-width: 780px){
	h1 {
		font-size: 32px;
		font-weight: 700;
		line-height: 35px;
		letter-spacing: 0,08em;
		text-align: center;
		margin-bottom: 40px;

	}
	p {
		font-size: 1.4rem;
		font-weight: 400;
	}
	.header{
		/*height: 100vh;*/
	}
	.header h1 {
		line-height: 34px;
		color: #f3f3f3;
	}
	.header p {

		font-family: Book Antiqua;
		font-size: 24px;
		font-weight: 400;
		line-height: 33px;
		letter-spacing: -0.015em;
		text-align: center;
		line-height: 160%;
		width: 100%;
		margin-bottom: 25px;


	}
	.header .nav a {
		font-size: 0.8rem;
		padding: 20px 10px;
	}
	.wrapp_girl .avatar {
		margin: 0 -25px;
		/*height: 300px;*/
	}
	.bg_wrapp_girl{
		max-width: 370px;
		margin: 0 auto;

	}
	.wrapp_girl .h3{
		margin-bottom: 15px;
	}
	
	.wrapp_girl {
		padding: 0 25px 10px;
	}
	.apartament .left_apart p {
		font-size: 1rem;
		text-align: center;
	}
	.wrapp_girl .h3 {
		font-size: 2rem;
    letter-spacing: 0.09em;
	}
	.wrapp_girl .chat_text {
		padding: 20px 60px 20px 25px;
		font-size: 0.7rem;
		margin: 15px 0 15px;
	}
	.wrapp_girl .btn {
		font-size:30px;
		letter-spacing: 0.15em;
	}
	.wrapp_girl .chat_text .time {
		bottom: 10px;
		right: 10px;
		font-size: 0.6rem;
	}
	.wrapp_girl .chat_text .time img {
		margin-left: 2px;
	}
	#video_header{
		display: none;
	}
	.play_btn{
		display: none;
	}
	.bg_wrapp_girl {
		max-width: 300px;
		margin: 0 auto;
		font-style: san-serif;
	}
	.slick-next {
    right: 20px;
    }
    .slick-prev {
    left: 14px;
    }
	 .slick-prev, .slick-next {
    height: 26px;
  }
	.header {
		/*background: url(/img/fon-gostinij-dvor.jpg) 50% 0%;*/
	}
	.header_left {
		padding-left: 1rem;
		background: transparent;
		backdrop-filter: none;
		width: 100%;
		align-items: center;
		text-align: center;
	}
	.small_header {
		align-items: center;
		text-align: center;
		align-self: center;
		display: flex;
		flex-direction: column;
		color: #ffffff;
	}
	.small_header p {
		color: #ffffff;
	}

	.hamburger-menu{
		display: block;
		position: fixed;
	}
	.menu .nav{
		display: none;
	}
	.header .menu {
		justify-content: center;
		position: fixed;
		background: rgba(0,0,0,0.75);
		z-index: 2;
	}
	.contact{
		padding: 0 10px;
	}
	.contact p {
		font-size: 18px;
	}
	.contact p.phone{
		text-align: center;
	}
	.contact p a {
		padding: 0;
		font-size: 18px;
	}
}
@media (max-width: 520px) {
	.header .nav a {
		font-size: 0.8rem;
		padding: 5px 10px;
	}
	.header .menu {
		justify-content: center;
	}
	.header p {
		line-height: 25px;
		font-size: 1.3rem;
		width: 100%;

	}
	.logo img {
		display: none;
		margin-top: -5px;
}
}
@media (max-width: 419px) {
	.wrapp_privilege{
		padding: 15px;
	}
}

.slick-dots {
    bottom: -38px;
}

.girls_wrapper{
	display: flex;
	flex-direction: row;
	
}
.girls_header {
	padding: 30px 0;
	text-align: center;
}
@media (max-width:960px) {
	.girls_wrapper{
		flex-direction: column;
		align-items: center;
	}


	
}