@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&family=Ledger&display=swap');
body {
	font-family: 'Comfortaa', cursive;
	color: #FFFFFF;
	line-height: 28px;
	line-height: 1.5;
	background: url(../images/page-bg.jpg);
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: inherit;
}
#header-wrapper {
	width: 100%;
	background: url(../images/header-bg.jpg) center top no-repeat;
	background-size: cover;
	padding-top: 15px;
}
#header-wrapper.no-bg {
	background: none;
}
#header-wrapper > .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.navbar-expand-md .navbar-nav .nav-link {
	padding: 0px;
	color: #FFFFFF;
	line-height: 19px;
	font-size: 16px;
	font-weight: 700;
	transition: all 0.2s ease;
}
.navbar-expand-md .navbar-nav li {
	margin-right: 80px;
}
.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .active .nav-link {
	color: #E7658C;
}
#intro {
	padding-bottom: 45px;
}
.navbar-brand {
	padding: 0px;
	margin: 0px;
	width: 350px;
	height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.28);
	margin: 0px auto;
	margin-top: 40px;
}
.intro-text {
	font-family: 'Ledger', serif;
	padding-top: 20px;
	font-size: 20px;
	line-height: 1.2;
}
.intro-text p {
	margin-bottom: 10px;
}
.intro-text strong {
	font-weight: normal;
	color: #E7658C;
}
.intro-text h1,
.intro-text h3 {
	line-height: 46px;
	font-size: 38px;
	margin: 0px 0px 10px 0px;
}
.intro-text a {
	color: #E7658C;
	line-height: 34px;
	font-size: 28px;
}
.wrapper {
	padding-top: 60px;
	padding-bottom: 60px;
}
h1.entry-title,
h2 {
	margin: 0px 0px 45px 0px;
	color: #E7658C;
	line-height: 37px;
	font-size: 31px;
	text-align: center;
	font-weight: 300;
}
.top-list {
	justify-content: space-between;
}
.top-item {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 234px;
	height: 341px;
	box-shadow: 6px 6px 8px rgba(127,127,127,0.5);
	border-radius: 10px;
	position: relative;
	margin-bottom: 25px;
}
.top-item::before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  border-radius: 10px;
  box-shadow: inset 3px 3px 4px rgba(255,255,255,0.27), inset -3px -3px 4px rgba(0,0,0,0.27);
}
.top-title {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 10;
	width: 100%;
	padding-bottom: 15px;
  text-shadow: 0px 0px 9px #000000,0px 0px 9px #000000;
  color: #FFFFFF;
  line-height: 26px;
  font-size: 22px;
  text-align: center;
  font-weight: 300;
  transition: all 0.2s ease;
}
.top-desc {
	position: absolute;
	top: 0px;
	left: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
  z-index: 9;
  width: 100%;
  height: 100%;
  border-width: 0px;
  background-color: #565656;
  background-color: rgba(0,0,0,0.66);
  border-radius: 10px;
  position: relative;
  -pie-background: rgba(0,0,0,0.66);
  transition: all 0.2s ease;
  opacity: 0;
}
.top-desc ul {
	padding-top: 15px;
}
.top-desc ul li {
	color: #E6E6E6;
	line-height: 34px;
	font-size: 17px;
	text-align: left;
	font-weight: 300;
}
.top-item:hover .top-desc {
	opacity: 1;
}
.top-item:hover .top-title {
	color: #E7658C;
}
.show-more a {
	display: inline-block;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 25px;
	font-size: 21px;
	text-align: center;
	font-weight: 300;
	background-color: rgba(0,0,0,0.17);
	transition: box-shadow 0.4s ease 0s;
	box-shadow: inset 0px 0px 0px rgba(255,255,255,0), inset 0px 0px 0px rgba(255,255,255,0), inset 1px 1px 4px rgba(255,255,255,0.75), inset -1px -1px 4px rgba(0,0,0,0.75);
	border-radius: 20px;
	padding: 12px 25px;
	transition: all 0.2s ease;
}
.show-more a:hover {
	box-shadow: inset 0px 0px 0px rgba(255,255,255,0), inset 0px 0px 0px rgba(255,255,255,0), inset 1px 1px 14px rgba(255,255,255,0.75), inset -1px -1px 14px rgba(0,0,0,0.75);
}
.accordion-item {
	background: none;
	border: 0px;
}
.accordion-button {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: none;
	outline: none !important;
	box-shadow: unset !important;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	position: relative;
}
.accordion-button:hover,
.accordion-button[aria-expanded="true"] {
	color: #E7658C;
}
.accordion-button::after {
	margin-left: 0px;
}
.accordion-button span {
	display: block;
}
.colelem > div:first-child,
.accordion-button span:first-child {
	width: 40%;
}
.colelem > div:nth-child(2),
.colelem > div:nth-child(3),
.accordion-button span:nth-child(2),
.accordion-button span:nth-child(3) {
	width: 30%;
}
.accordion-button:not(.collapsed) {
  color: #E7658C;
  background: none;
  box-shadow: unset;
}
.accordion-button:not(.collapsed):before {
	position: absolute;
	top: -15px;
	left: -60px;
	display: block;
	content: '';
	width: 50px;
	height: 65px;
	background: url(../images/malina.png) center center no-repeat;
	background-size: contain;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23E7658C'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-body {
	padding: 15px 0px;
}
.accordion-item {
	max-width: 800px;
	margin: 0 auto;
	padding-bottom: 15px;
}
.accordion-body strong {
	display: block;
	background: url(../images/gifts.png) left center no-repeat;
	padding: 10px 0px 10px 40px;
	font-weight: normal;
}
.subtitle {
	padding: 40px 0px 30px 0px;
	color: #E7658C;
	line-height: 27px;
	font-size: 18px;
	text-align: center;
	font-weight: 700;
}
.dop .colelem {
	display: flex;
	max-width: 800px;
	padding-bottom: 10px;
	margin: 0 auto;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
	font-weight: 700;
	font-size: 18px;
}
.dop .colelem p {
	margin: 0px;
}
#about h1 {
	color: #FFFFFF;
	line-height: 44px;
	font-size: 22px;
	text-align: center;
	font-weight: 700;
}
.g-item {
	border-radius: 5px;
}
.g-item a {
	display: block;
	box-shadow: 6px 6px 8px rgba(60,60,60,0.5);
	border-radius: 5px;
}
.g-item img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}
.why-item {
	padding-bottom: 30px;
	font-weight: 500;
}
.why-item img {
	margin-bottom: 10px;
}
.noty {
	color: #C1272D;
	font-weight: 400;
	padding: 10px 15px;
}
.action-item {
	margin-bottom: 30px;
	border: 1px solid #7F7F7F;
	padding: 10px;
	border-radius: 10px;
}
.action-title {
	padding-bottom: 5px;
	margin-bottom: 10px;
	color: #FFFFFF;
	line-height: 19px;
	font-size: 16px;
	font-weight: 300;
	border-bottom: 1px solid #7F7F7F;
}
.action-text {
	display: flex;
}
.action-text img {
	width: 155px;
	min-width: 155px;
	height: 143px;
	border-radius: 5px;
	margin-right: 15px;
}
.action-text p {
	margin: 0px;
}
.col-md-12 .action-text {
	display: block;
}
.col-md-12 .action-text img {
	width: 100%;
	height: auto;
	margin-right: 0px;
	min-width: unset;
}
.entry-content h3 {
	color: #FFFFFF;
	line-height: 26px;
	font-size: 22px;
	text-align: center;
	font-weight: 300;
	margin: -10px 0px 20px 0px;
}
.action-4 img {
	width: 100%;
	height: auto;
	border: 3px solid #7F7F7F;
	border-radius: 10px;
}
.girl-item {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-bottom: 45px;
}
.girl-name {
	text-shadow: 0px 0px 9px #000000,0px 0px 9px #000000;
	color: #FFFFFF;
	line-height: 26px;
	font-size: 22px;
	text-align: center;
	font-weight: 300;
	padding-bottom: 30px;
}
.girl-item ul li {
	color: #E6E6E6;
	line-height: 34px;
	font-size: 17px;
	margin-bottom: 5px;
	font-weight: 300;
}
.girls-gallery {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.girls-gallery > div {
	margin: 0px 10px 15px 10px;
}
.girls-gallery > div a {
	display: block;
	border-radius: 10px;
	box-shadow: 6px 6px 8px rgba(127,127,127,0.5);
}
.girls-gallery > div a img {
	border-radius: 10px;
}
.h4, h4 {
	color: #71272D;
	line-height: 34px;
	font-size: 28px;
	text-align: left;
	font-weight: 400;
	border-bottom: 1px solid #323232;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#post-24 a {
	display: inline-block;
	color: #FFFFFF;
	line-height: 36px;
	font-size: 28px;
	text-align: center;
	font-weight: 400;
	background: linear-gradient(to bottom,rgba(0,104,55,0.87) ,rgba(34,181,115,0.89) 100%);
	border-radius: 20px;
	margin: 20px 0px;
	padding: 10px 25px;
	transition: all 0.2s ease;
}
#post-24 a:hover {
	opacity: 0.8;
}
.img-circle {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  width: 72px;
  height: 72px;
  bottom: 14px;
  right: 49px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: .7;
}
.circle-fill {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  background-color: #FBB03B;
  width: 100px;
  height: 100px;
  bottom: 0px;
  right: 35px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
  animation: circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all 0.5s;
}
.circlephone {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  border: 2px solid #FBB03B;
  width: 150px;
  height: 150px;
  bottom: -25px;
  right: 10px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  opacity: .5;
  -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
  -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
  -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
  -o-animation: circle-anim 2.4s infinite ease-in-out !important;
  animation: circle-anim 2.4s infinite ease-in-out !important;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all 0.5s;
}
#popup__toggle {
  bottom: 10px;
  right: 240px;
  position: fixed;
  z-index: 999;
}
.img-circleblock {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  width: 72px;
  height: 72px;
  background-image: url(https://golden-club50.ru/images/gifts.png);
  background-position: center center;
  background-repeat: no-repeat;
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }   
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}   
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}