@font-face {
    font-family: Durango Western Eroded Demo;
    src: url("fonts/park-of-victory-normal.ttf");
}
@font-face {
    font-family: Neon;
    src: url("fonts/NeonMagic.otf");
}
@font-face {
    font-family: Rye-Regular;
    src: url("fonts/Rye-Regular.ttf");
}
@font-face {
    font-family:Go Old Western;
    src: url("fonts/Go 2 Old Western.otf");
}
@font-face {
    font-family: Montserrat;
    src: url("fonts/Montserrat.ttf");
}
@font-face {
    font-family: Muller;
    src: url("fonts/Muller.ttf");
}
@font-face {
    font-family: MullerBold;
    src: url("fonts/MullerBold.otf");
}
/*======= BACARDI======== */
@font-face {
  font-family: wl;
  src: url("fonts/WL.otf");
}
@font-face {
  font-family: oak;
  src: url("fonts/OAK.otf");
}
@font-face {
  font-family: mf;
  src: url("fonts/MF.otf");
}
/*======= BACARDI======== */

/*
@supports not (mix-blend-mode: screen) {
    body{
        color:black;
    }
}
*/

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding: 0;
}

/*.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding-right: 60px;
    padding-left: 60px;
}*/

h1{
    font-family: "Poppins", sans-serif;
}
a{
    color: rgba(255, 255, 255, 0.5);
}
a:hover{
    color: #fff;
    text-shadow: #FC0 1px 0 10px;
    text-decoration: none;
}

body{
    position: relative;
    font-family: Muller;
    font-size: 19px;
    color: rgb(255, 255, 255);
    background: 
    linear-gradient(rgb(0 0 0 / 80%), rgba(0, 0, 0, 60%)),
    url('img/bcg-img5.jpeg');
    background-position: center;
    background-size: cover;
}
.container{
    color: rgba(255, 255, 255, 0.7)55, 255, 255);
}

.brand {
    font-family: 'Neon';
    font-size: 70px;
}

.brand b{
  color: #f4e531;
  text-shadow: 0 0 1vw #FA1C16, 0 0 3vw #FA1C16, 0 0 10vw #FA1C16, 0 0 30vw #FA1C16, 0 0 0.4vw #FED128, 0.3vw 0.3vw 0.3vw #806914;
}
.brand b span{
  animation: blink linear infinite 2s;
}
.brand b span:nth-of-type(2){
  animation: blink linear infinite 3s;
}
@keyframes blink {
  78% {
    color: inherit;
    text-shadow: inherit;
  }
  79%{
     color: #333;
  }
  80% {

    text-shadow: none;
  }
  81% {
    color: inherit;
    text-shadow: inherit;
  }
  82% {
    color: #333;
    text-shadow: none;
  }
  83% {
    color: inherit;
    text-shadow: inherit;
  }
  92% {
    color: #333;
    text-shadow: none;
  }
  92.5% {
    color: inherit;
    text-shadow: inherit;
  }
}

.brand-est{
    font-size: 12px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 15px 0 50px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgb(255 255 255 / 65%);
    font-family: "Poppins", sans-serif;
}
.brand-est span{
    font-size: 16px;
}

.title-menu{
    position: relative;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
.title-menu>svg{
    max-width: 736px;
    width: 100%;
    height: auto;
    max-height: 28px;
    display: none;
}
.contacts{
    font-family: 'Russo One', sans-serif;
    padding: 20px 50px;
}
.slog{
    font-family: 'Go Old Western', cursive;
    text-align: center;
    font-size: 30px;
    border-bottom: double 7px;
    border-top: double 7px;
}
.slog>p {
    margin-top: 0;
    margin-bottom: 0;
}
.title-alco{
    font-family: 'Durango Western Eroded Demo', cursive;
    text-align: center;
    font-size: 55px;
    padding-top: 5px;
}
/*.title-alco:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 50%;
    left: 400px;
    width: 50px;
    border-bottom: 3px solid #000;
}
.title-alco:before{
    content: "";
    display: block;
    position: absolute;
    bottom: 50%;
    right: 400px;
    width: 50px;
    border-bottom: 3px solid #000;
}*/
.title-alco>p{
   /* margin-top: 20px; */
    margin-bottom: 0px;
}
.group{
    font-family: 'Russo One', sans-serif;
    text-align: center;
    font-size: 28px;
    /*padding-top: 30px;*/
}


.country{
    font-family: 'Russo One', sans-serif;
    text-align: center;
    padding-top: 20px;
}
.list-group-item {
    padding: 0.3rem 1.25rem;
    background-color: transparent;
    border: none;
}
.list-group-item i {
    opacity: 0.5;
}
.list-group-item span {
    opacity: 0.75;
    text-align: right;
    line-height: 1.35;
}

.jb{
    position: relative;
    z-index:1;
    overflow:hidden;
    border-top: solid #f4e2326b;
    border-bottom: solid #f4e2326b;
    padding: 25px 0px;
    margin-bottom: 20px;

}
/*======= BACARDI======== */
.bcrd > img{
  position: absolute;
    margin: auto;
    max-height: 100%;
    top: 0;
    bottom: 0;
    opacity: 0.2;
    z-index: -1;
}
.bcrd-oak{
    right: 0;
    transform: rotate(15deg);
}
.bcrd-mf{
  left: 0;
  transform: rotate(-10deg);
}
.bcrd-wl{
  left: 0;
    right: 0;
    max-width: 40%;
    padding-bottom: 85px;:
    transform: rotate(0deg);
}

.set{
  transform: rotate(-5deg);
}
.wl{
  font-family: wl;
  font-size: 24px;
}
.oak{
  font-family: oak;
  font-size: 21px;
}
.mf{
  font-family: mf;
  font-size: 20px;
}
/*======= BACARDI======== */
.lux{
    position: relative;
    z-index:1;
    overflow:hidden;
    border: solid #f4e2326b;
    padding: 25px 0px;
    margin-bottom: 20px;

}
.lux:before{
    z-index: -1;
    position: absolute;
    content: "";
    background-image: url(img/lux.png);
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    top: 0;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(0deg);
    opacity: 0.4;
}
/*.mm1:before{
    content: "";
    position: absolute;
    width: 135%;
    height: 200%;
    top: -50%;
    left: -15%;
    z-index: -1;
    background: url(img/mm2.png) 0 0 repeat;
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(8deg);
}*/
/*.fg:before{
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -55%;
    z-index: -1;
    background: url(img/fg.png) 0 0 repeat;
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(0deg);
}*/
.badge {
    text-rendering: geometricPrecision;
    font-size: 100%;
}
.b-flx{
    display: flex;

}
.bbimg{
width: 100%;
}
.cit{
    width: 100%;
}
.img-container{
    height: 220px;
    position: relative;
}
.img-container>img{
    position: absolute;
    margin: auto;
    max-width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0.75;
}

.non-alco{
    padding-bottom: 20px;
}
.mnk{
display: none;
}

.brd{
    border: 2px solid #000;
    padding: 0 0 20px;
    margin-bottom: 20px;
}
.logo{
    width: 100%;
    text-align: center;
    padding: 40px;
}
.logo-img{
    max-width: 25%;
}





h3 {
  color: #fff;
  font-size: 24px;
  text-align: center;
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  font-weight: 300;
}

/*.container {
  max-width: 970px;
}*/

/*div[class*='col-'] {
  padding: 0 30px;
}*/

.wrap {
  /*box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  border-radius: 4px;*/
}

a:focus,
a:hover,
a:active {
  outline: 0;
  text-decoration: none;
}

.panel {
  /*border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #fff;
  background: none;
  box-shadow: none;*/
}

.panel:last-child {
  border-bottom: none;
}

.panel-group > .panel: first-child .panel-heading {

}

.panel-group .panel {
  border-radius: 0;
}

.panel-group .panel + .panel {
  margin-top: 0;
}

.panel-heading {
 
}

.panel-title a {
  display: block;
  /* color: #e4ffd4; */
  padding: 15px;
  position: relative;
}

.panel:last-child .panel-heading {
  transition: border-radius 0.3s linear 0.2s;
}

.panel:last-child .panel-heading.active {
  border-radius: 0;
  transition: border-radius linear 0s;
}
/* #bs-collapse icon scale option */

.panel-heading a:before {
  /*content: '\e146';
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  font-size: 24px;
  transition: all 0.5s;
  transform: scale(1);*/
}

.panel-heading.active a:before {
  /*content: ' ';
  transition: all 0.5s;
  transform: scale(0);*/
}

#bs-collapse .panel-heading a:after {
  content: ' ';
  font-size: 24px;
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  transform: scale(0);
  transition: all 0.5s;
}

#bs-collapse .panel-heading.active a:after {
  content: '\e909';
  transform: scale(1);
  transition: all 0.5s;
}
/* #accordion rotate icon option */

#accordion .panel-heading a:before {
  /*content: '\e316';
  font-size: 24px;
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  transform: rotate(180deg);
  transition: all 0.5s;*/
}

#accordion .panel-heading.active a:before {
  transform: rotate(0deg);
  transition: all 0.5s;
}
/* .tips{
    background-color: black;
    padding: 16px;
    position: fixed;
    width: 100%;
    bottom: 0;
}
.tips>div>a{
    color: white;
} */



@media (max-width: 767px) {
    h1 {
        font-size: 57px;
    }
}
@media (max-width: 576px) {

}
