@media all and (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	max-width: 1140px;
}

}

@media all and (max-width: 960px) {
.navbar-expand-md .navbar-nav li {
	margin-right: 30px;
}
.top-list {
	justify-content: space-around;
}
.top-desc {
	opacity: 1;
}
.why-item {
	font-size: 13px;
}
.girls-gallery > div {
	padding: 0px 10px 15px 10px;
	width: 50%;
	margin: 0px;
}
.girls-gallery > div img {
	width: 100%;
	height: auto;
}

}

@media all and (max-width: 767px) {
.navbar-toggler {
	background: url(../images/heart.png) -20px center no-repeat;
	padding: 15px 0px 15px 70px;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}
.navbar-toggler em {
	font-style: normal;
}
.navbar {
	order: 2;
}
.header-contacts {
	text-align: center;
}
#header-wrapper > .container {
	flex-wrap: wrap;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
	background: linear-gradient(to bottom,#000000 ,rgba(0,0,0,0) 100%);
}
.mob-phone {
	width: 100%;
	order: 4;
	padding-top: 10px;
}
.mob-phone a {
	display: inline-block;
	text-decoration: none;
	border-radius: 20px;
	background: #fff;
	padding: 10px 25px;
	color: #000000;
	line-height: 22px;
	font-size: 18px;
	text-align: center;
	font-weight: 700;
}
.navbar-brand {
	width: 300px;
	height: 300px;
}
.navbar-brand img {
	max-width: 260px;
	height: auto;
	max-height: 260px;
	width: auto;
}
#header-wrapper {
	padding-top: 100px;
}
.intro-text br {
	display: none;
}
.intro-text p {
  margin-bottom: 10px;
  font-size: 15px;
}
.intro-text h1, .intro-text h3 {
  line-height: 1.3;
  font-size: 29px;
}
.accordion-button {
  font-size: 14px;
}
.accordion-button span {
  display: block;
  padding-right: 15px;
}
.dop .colelem p {
  margin: 0px;
  font-size: 14px;
}
.g-item {
	margin-bottom: 15px;
}
.offcanvas-end {
	background: #000;
}
.navbar-expand-md .navbar-nav .nav-link {
  padding: 0px;
  color: #FFFFFF;
  line-height: 19px;
  font-size: 19px;
  margin: 10px 0px;
  text-align: center;
}
.navbar-expand-md .navbar-nav li {
  margin-right: 0px;
}
.girl-pic {
	display: none;
}
.mob-all {
	padding-top: 15px;
	font-size: 15px;
}

}