* {
    box-sizing: border-box;
}

h1 {
    margin-bottom: 30px;
}
.audio_gimn {
  opacity: 0;
  position: absolute;
  z-index: 3;
}
.gangsters-party-main {
    width: 100%;
    height: 710px;
    display: flex;
    align-items: center;
    background: url('../img/gangsters-party/main-banners.png');
    margin-top: 89px;
    
}
.wrapper-party-main{
  position: absolute;
  align-items: center;
  top: -250px;
  z-index: 2;
}
.wrap-gangsters-party-main::before{
  content: '';
  position: absolute;
  z-index: 1;
  top: -10;
  left: 0;
  width: 100%;
  height: 100%;
  background: #070707;
  filter: blur(125px);
  z-index: 1;
}

.gangsters-party-title {
    font-size: 50px;
    margin-bottom: 2px;
    text-transform: uppercase;
    margin-top: 0px;
    line-height: 50px;
}

.gangsters-party-subtitle {
    font-size: 40px;
    margin-bottom: 29px;
    line-height: 110%;
}

.wrap-gangsters-party-main {
    margin: 133px auto 0;
    width: 600px;
    text-align: center;
    margin-top: 114px;
    position: relative;
    z-index: 2;
}

.gangsters-party-main-event {
    font-size: 16px;
    line-height: 28px;
    color: #D8D8D8;
    display: block;
}

.gangsters-party-main-schedule{
    font-weight: 500;
    font-size: 20px;
    color: #D8D8D8;
    line-height: 28px;
    margin-top: 12px;
}
.gangsters-party-btn {
    margin: 0 auto;
    width: 280px !important;
}
.btn_play {
  width: 239px !important;
}
/*==================== 2 блок ==========*/
.slide-title {
    width: 900px;
    margin: 160px auto 60px;
}
.container-gangsters {
	width: 100%;
	display: flex;
	padding: 0 20px;
}

.slide-gangsters {
	height: 500px;
	cursor: pointer;
	color: #fff;
	flex: 1;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	transition: all 0.5s ease;
	display: flex;
	flex-direction: column;
    justify-content: end;
	padding: 15px;
	position: relative;
    overflow: hidden;
}
.wrap-gangsters {
  position: relative;
  padding: 0 15px;
  display: flex;
  justify-content: end;
  align-items: start;
  flex-direction: column;
  bottom: -199px;
}
.wrap-gangsters:{
  content: "";
  width: 89%;
  height: 20px;
  position: absolute;
  bottom: 0;
}

.wrap-gangsters h3 {
  height: 90px;
  /* transition: height 0.9s; */
  font-size: 20px;
  margin-bottom: 0px;
}
.slide-gangsters:hover .wrap-gangsters h3{
  height: 20px;
}
.slide-gangsters p {
	opacity: 0;
	visibility: hidden;
  height: 154px;
  width: 612px;
  transition: width 1s;
}
.slide-gangsters:hover p {
	opacity: 1;
	transition: opacity 0.9s visible 0.9s;
	visibility: visible;
  height: initial;
}

@media (min-width: 992px) and (max-width: 1540px) { 
  .slide-gangsters p {
    width: 412px;
  }
}
.slide-gangsters:hover {
	flex: 3.8;
}
/* .slide-gangsters::before{
  content: '';
  background: #00000059;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
} */
.slide-gangsters::before {
  content: '';
  width: 100%;
  height: 100%;
  background: #1E1E1E59;
  position: absolute;
  left: 0;
  opacity: 1;
  visibility: visible;
  transition: all .6s;
  bottom: 0;
  background: linear-gradient(180deg, rgba(7, 7, 7, 0,8) 60%, rgba(7, 7, 7, 0) 100%, rgba(1, 1, 1, 1) 100%), url(S19yCjPmXTA.jpg);
}
.slide-gangsters:hover::before{
  background: #000000BA;
}
.slide-gangsters:hover .wrap-gangsters{
		transition: bottom 0.4s;
    bottom: 0;
}
.test {
  position: absolute;
}
.slide-gangsters:hover .test{
  position: relative;
}

/*=======================*/

.tizers-gangsters {
    margin-top: 160px;
}

.title-user{
    margin-top: 160px;
    width: 955px;
    margin: 160px auto 25px;
}
.subtitle-user {
    width: 866px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
}
.wrap-users{
    width: 1168px;
    margin: 64px auto 0;
    display: flex;
    gap: 24px;
}
.user-item-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-top: 9px;
  margin-bottom: 10px;
}
.user-item-decription {
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
}
.user-prise {
    text-align: center;
    margin: 73px 0 20px;
    font-size: 14px;
    line-height: 26px;

}
.about-gangsters {
    margin-top: 160px;
}



/*======================= about ========================*/
.wrap_about-gansers {
  margin-top: 57px;
}
.image_about {
  margin-right: 36px !important;
}
.photo_about {
  margin-bottom: 27px !important;
}
.name_about {
  margin-bottom: 55px !important;
}
.wrap_about {
  margin-bottom: 204px !important;
  flex-wrap: nowrap !important;
}

/*======================= video slider========================*/

  .slide-gangsters p {
    width: 412px;
  }
.rewies-body {
  width: 1082px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testimonials {
  margin-top: 146px;
}
.image_testimonials {
  width: inherit !important;
}
.wrapper-rewies {
  width: 788px;
  margin-bottom: 18px;
}

.sliders-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  width: 1033px;
  margin: 0 auto;
}

.b-popup{
  width:100%;
  min-height:100%;
  background-color: rgba(0,0,0,0.9);
  overflow:hidden;
  position:fixed;
  top:0;
  left: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}
.b-popup.active{
  opacity: 1;
  visibility: visible ;
}
.b-container-img-btn, .close-popup {
  cursor: pointer;
  margin-left: -61px;

}
.b-popup .b-popup-content{
  margin:40px auto;
  width:100%;
  height: 100%;
}
.video-popup-frame {
  width: 98%;
  height: 100vh;
  padding: 40px;
}
.close-popup {
 position: absolute;
 right: 53px;
 font-size: 41px;
 text-decoration: none;

});
}

.text_testimonials {
  padding: 20px 20px 0px 0 !important;
}
.image_testimonials {
  margin-right: 20px !important;
}
.foot_testimonials {
  bottom: 15px !important;
}
/*====================== faq =========================*/
.gansters-faq {
  margin-top: 160px;
}
.title-faq {
  margin-bottom: 39px;
}
.container-faq {
  width: 1170px;
  margin: 0 auto;
}
.gangsters-content-block {
  position: relative;
}
.gangsters-content-block p {
  margin: 0;
}
.accordion {
  background-color: #000000;
  color: #f3de8d;
  cursor: pointer;
  padding: 29px 18px 31px 0px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.5s;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  position: relative;
}
.hide-content{
  /* position: absolute; */
  /* opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  top: -158px; */
  display: none;
  
}
.hide-content.active{
  /* position: relative;
  opacity: 1;
  visibility: visible;
  top: 0; */
  display: block;
}
.show-more {
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  text-decoration-line: underline;
  color: #F3DE8D;
  cursor: pointer;
}

/* .accordion::before{
  content: '';
  position: absolute;
  background: #fff;
  width: 100%;
  height: 1px;
  bottom: 0;
}
.accordion.active::before {
  background: #000;
} */
.accordion:after {
  content: url('../img/gangsters-party/drop-dwn.png');
  color: #fff;
font-size: 18px;
  font-weight: bold;
  float: right;
  transition: transform 0.5s;

}

.active:after {
  transform: rotate(45deg);
}
.item-faq {
  border-bottom: 1px solid #fff;
}

.accordion.active + .panel { 
  max-height: 500px;   
}

a.btn-footer-gangsters:hover {
	color: #2f2f2f;
}
.panel {
  color: #fff;
  background: #000;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  position: relative;
}
.panel p{
  margin-top: 0;
}
/*===============================================*/
.callback_mafia_party {
  margin-top: 162px !important;
  margin-bottom: 160px !important;
}
.subtitle_party_time {
  margin-bottom: 39px !important;
    margin-top: 23px !important;
}


.btn-footer-gangsters {
    display: block;
    width: 170px;
    height: 46px;
    background: url(../img/bg-btn.webp) 0 0 / cover no-repeat;
    font-family: Montserrat-Bold;
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 46px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #2f2f2f;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
    text-align: center;
    text-decoration: none;
    z-index: 0;
    margin: 0;
}
.footer-gangsters {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.call-btn {
  width: 170px;
  height: 46px;
  border: 3px solid #f3de8d;
  text-decoration: none;
  padding: 9px 0;
  color: #F3DE8D;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
}
/*=================mobile =======================*/
@media (max-width: 500px){
html.no-webp .btn_lang, html.webp .btn_lang {
    font-size: 11px !important;
    width: 260px !important;
    height: 46px !important;
    padding: 3px 28px !important;
    line-height: 1.2 !important;
    background: url('../img/gangsters-party/btn.png') 0 0/100% no-repeat !important;
}
}

@media (max-width: 500px){
  .audio_gimn {
    bottom: 0;
}
  .main-title-visible {
    display: block;
    width: 100%;
  }
  .callback_mafia_party {
    margin-top: 90px !important;
    margin-bottom: 0 !important;
  }
  .btn-footer-gangsters, .call-btn {
    width: 200px;
    margin-bottom: 10px;
  }
  .slide-gangsters::before{
    background: #00000059;
    top: 0;
    height: 100%;
  }

  .wrap-gangsters::before {
    background: #0000005c;
  }
  .links_about {
    bottom: -26px !important;
  }
  .link_insta {
    display: flex;
    align-items: center;
    height: 26px;
  }
  .link_insta::before{
    top: 4px !important;
  }
  .gangsters-party-main {
    height: 650px;
  }
  .gangsters-party-title {
    font-size: 40px;
    line-height: 40px;
  }
  .gangsters-party-subtitle {
    font-size: 30px;
    line-height: 110%;
    margin-bottom: 14px;
  }
  .gangsters-party-main {
    background:url('../img/gangsters-party/main-banners-mobile.png');
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0;
  }
  .gangsters-party-main-schedule {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    width: 164px;
    margin: 12px auto;
  }
  .gangsters-party-btn {
    width: 170px;
    margin-top: 21px;
  }
  .slide-title {
    width: inherit;
    margin: 80px auto 60px;
  }
  .container-gangsters {
    display: block;
    padding: 0;
  }
  .slide-gangsters .wrap-gangsters {
    transition: bottom 0.4s;
    bottom: 10px;
  }
  .slide-gangsters {
    height: 340px;
    padding: 0;
  }
  .slide-gangsters:hover .wrap-gangsters h3 {
    height: 43px;
}
  .slide-gangsters .wrap-gangsters h3 {
    height: 46px;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 19px;
    line-height: 24px;
  }
  .slide-gangsters p {
    opacity: 1;
    visibility: visible;
    height: 90px;
    width: 100%;
    margin: 7px 0px 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .slide-gangsters:hover p {
    width: 100%;
  }
  .open-text p {
    display: block;
  }
  .open-text.wrap-gangsters{
    bottom: -6px;
  }
  .open-text.wrap-gangsters::before {
    background: none;
  }
  .title-user {
    width: auto;
    margin: 80px auto 25px;
  }
  .subtitle-user {
    width: 100%;
    padding: 0 10px 31px;
    font-weight: 600;
  }
  .item_advantages {
    background: #000 !important;
  }
  .wrap-users {
    /* width: 100%;
    margin:0;
    display: block;
    padding: 25px; */
    display: none;
  }
  .item_advantages {
    min-height: 349px !important;
  }
  .user img {
    width: 271px;
    height: 301px;
    object-fit: cover;
  }
  .user-item-title {
    display: none;
  }
  .user-item-decription {
    display: block;
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .gangsters-party-btn-have {
    width: 190px !important;
  }
  /* .user-prise {
    display: none;
  } */
  .user-prise {
    margin: 0px 0 20px;
  }
  .about-gangsters {
    margin-top: 90px;
  }
  .btn-mob-d-none {
    display: none !important;
  }
  .wrap_about-gansers {
    display: block !important;
    margin-top: 20px !important;
  }
  .show-more {
    display: block;
    margin-bottom: 22px;
  }
  .about {
    padding-bottom: 0 !important;
  }
  .sliders-title {
    width: auto;
  }
  .rewies-body {
    width: 100%;
    margin: 0 ;
    display: block;  
  }
  .b-container-img-btn {
	margin: 0 auto;
    display: block;
  }
  .video-popup-frame {
	width: auto;
	height: 400px;
    padding: 40px;
  }
  .close-popup {
    right: 7px;
  }
  .wrapper-rewies {
    width: 100%;
    padding: 25px;
}
  .image_testimonials {
    margin-right: 0 !important;
    width: 100% !important;
  }
  .text_testimonials {
    padding: 10px 20px 0px 20px !important;
  }
  .foot_testimonials {
    padding: 20px;
    position: relative !important;
    left: -21px !important;
  }
  .gansters-faq {
    margin-top: 98px;
	padding-left: 30px;
    padding-right: 30px;
 }  
  .container-faq {
	word-wrap:break-word;
	padding-left: 5px;
    padding-right: 5px;
    width: 100%;

  }
  .accordion{
    padding: 28px 18px 28px 0px;
    /* width: 87%; */
  }
  .btn-gansers-w-100 {
    width: 97%;
  }
  .footer-gangsters {
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }
}