@charset "UTF-8";
@import url(reboot.css);
*:focus {
  outline: none;
}

body {
  font-family: "Poppins";
  font-size: 17px;
  color: #fff;
  font-weight: 400;
  background-color: #000;
}

.container {
  width: 1200px;
  margin: 0 auto 0;
}

@media screen and (max-width: 1250px) {
  .container {
    width: auto;
    padding: 0 20px;
  }
}
.black_main {
  background-image: url(../img/bg.jpg);
  background-size: cover;
  margin-bottom: 70px;
}
.black_main.interior {
  background-image: url(../img/bg_int.png);
  padding-bottom: 15px;
  background-position-y: -90px;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  background-position: bottom -100px center; /* Aliniază imaginea la partea de jos, centrat */
  background-repeat: no-repeat;
}
@media all and (max-width: 768px) {
  .black_main.interior {
    background-position-y: 0px;
  }
}

@media all and (max-width: 600px) {
  .black_main {
    background-size: cover;
    margin-bottom: 30px;
  }
}
.main {
  background-size: 100%;
  background-position: 0 -200px;
  padding-top: 20px;
}

@media all and (max-width: 800px) {
  .main {
    background-position: 0 -50px;
  }
}
#demos {
  width: 100%;
}

.owl-carousel.owl-drag .owl-item .item {
  position: relative;
}

.abs {
  z-index: 999999;
  bottom: 48px;
  width: 797px;
  max-width: 700px;
  position: absolute;
  left: 50%;
  margin-left: -350px;
}
@media all and (max-width: 900px) {
  .abs {
    width: 100%;
    left: 0;
    margin-left: 0;
    bottom: 15px;
  }
}
@media all and (max-width: 600px) {
  .abs {
    padding: 0 40px;
  }
}
.menu_social {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.menu_social .menu_desktop ul {
  display: flex;
}
.menu_social .menu_desktop ul li {
  list-style-type: none;
  margin-left: 15px;
  font-size: 16px;
  font-weight: 400;
}
.menu_social .menu_desktop ul li a {
  color: #fff;
}
.menu_social .menu_desktop ul li a:hover {
  text-decoration: underline;
}

.main .nav {
  display: flex;
  justify-content: space-between;
}

.main .nav .social {
  display: flex;
  align-items: center;
}

.main .nav .social a {
  margin-right: 20px;
}

.main .nav .social a:last-child {
  margin-right: 0px;
}

.main .nav .social img {
  width: auto;
}

.main .nav .burger {
  margin-top: 10px;
  cursor: pointer;
  display: none;
}
@media all and (max-width: 900px) {
  .main .nav .burger {
    display: block;
  }
}

.main .nav .burger img {
  height: 20px;
}

.main .title_site {
  font-family: "Fontspring";
  text-align: center;
  font-size: 100px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

@media all and (max-width: 900px) {
  .main .title_site {
    font-size: 80px;
  }
}
@media all and (max-width: 768px) {
  .main .title_site {
    font-size: 60px;
  }
}
@media all and (max-width: 600px) {
  .main .title_site {
    font-size: 40px;
  }
}
@media all and (max-width: 500px) {
  .main .title_site {
    font-size: 30px;
  }
}
.main .contenet {
  display: flex;
  margin: 0 auto 0;
}

@media all and (max-width: 1080px) {
  .main .contenet .irina {
    width: 60%;
  }
}
@media all and (max-width: 1080px) {
  .main .contenet .irina {
    margin-left: -50px;
  }
}
@media all and (max-width: 900px) {
  .main .contenet .irina {
    margin-left: -60px;
  }
}
@media all and (max-width: 800px) {
  .main .contenet .irina {
    margin-left: -30px;
  }
}
.main .contenet .irina img {
  width: 668px;
}

@media all and (max-width: 1080px) {
  .main .contenet .irina img {
    width: 100%;
  }
}
.main .contenet .right {
  width: 50%;
  margin-left: -100px;
  text-align: center;
}

@media all and (max-width: 900px) {
  .main .contenet .right {
    margin-left: -60px;
  }
}
@media all and (max-width: 900px) {
  .main .contenet .right {
    margin-left: 0px;
  }
}
.main .contenet .right img {
  width: 580px;
}

.main .contenet .right .cta {
  background-color: #f5034a;
  color: #fff;
  margin: 30px auto 0;
  padding: 20px 50px;
  display: inline-block;
  text-transform: uppercase;
}

@media all and (max-width: 900px) {
  .main .contenet .right .cta {
    margin: 20px auto 0;
    padding: 15px 40px;
    font-size: 16px;
  }
}
@media all and (max-width: 600px) {
  .main .contenet .right .cta {
    margin: 10px auto 0;
    padding: 5px 15px;
    font-size: 13px;
  }
}
.main .contenet .right .cta:hover {
  background-color: #fb5183;
}

.main .contenet .right .sponsors {
  margin-top: 20px;
}

@media all and (max-width: 900px) {
  .main .contenet .right .sponsors {
    margin-top: 10px;
  }
}
@media all and (max-width: 800px) {
  .main .contenet .right .sponsors {
    display: none;
  }
}
.white {
  background-color: #f3f3f3;
  padding: 70px 0;
}

@media all and (max-width: 600px) {
  .white {
    padding: 30px 0;
  }
}
.black {
  background-color: #000;
  padding: 0 0 70px 0;
}

@media all and (max-width: 600px) {
  .black {
    padding: 0px 0;
  }
}
.what_is {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.what_is .left {
  width: calc(100% - 360px);
}

@media all and (max-width: 768px) {
  .what_is .left {
    width: calc(50% - 15px);
  }
}
@media all and (max-width: 600px) {
  .what_is .left {
    width: 100%;
  }
}
.what_is .left p {
  margin-bottom: 15px;
  font-weight: 300;
}

.what_is .left .cta {
  background-color: #f5034a;
  color: #fff;
  margin: 20px auto 0;
  padding: 20px 50px;
  display: inline-block;
  text-transform: uppercase;
}

@media all and (max-width: 768px) {
  .what_is .left .cta {
    padding: 15px 30px;
    font-size: 15px;
  }
}
.what_is .left .cta:hover {
  background-color: #fb5183;
}

.what_is .photo {
  width: 340px;
}

@media all and (max-width: 768px) {
  .what_is .photo {
    width: calc(50% - 15px);
  }
}
@media all and (max-width: 600px) {
  .what_is .photo {
    width: 100%;
    order: -1;
    margin-bottom: 20px;
  }
}
.what_is .photo img {
  width: 100%;
}

.title_section {
  font-size: 46px;
  margin-bottom: 30px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

@media all and (max-width: 600px) {
  .title_section {
    font-size: 35px;
  }
}
.title_section.center {
  text-align: center;
  margin-bottom: 10px;
}

.title_section.whitee {
  color: #f3f3f3;
}

.subtitle_section {
  font-size: 20px;
  margin-bottom: 40px;
  text-align: center;
}

@media all and (max-width: 768px) {
  .subtitle_section {
    padding: 0 20px;
  }
}
@media all and (max-width: 600px) {
  .subtitle_section {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.subtitle_section.whitee {
  color: #f3f3f3;
}

.yvideo {
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 700px;
  margin: 0 auto 0;
}

.flex_video {
  display: flex;
  justify-content: center;
}

.gallery_plg {
  margin-bottom: 20px;
}

.more_img {
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  margin: 20px auto 0;
  padding: 15px 30px;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #c5c5c5;
}

.more_img:hover {
  background-color: #f5034a;
  color: #f3f3f3;
}

.gallery {
  text-align: center;
}

.three_boxes .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.three_boxes .items .item {
  width: calc((100% - 60px) / 3);
  padding: 55px 35px 80px 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #000;
}

@media all and (max-width: 768px) {
  .three_boxes .items .item {
    width: 100%;
    margin-bottom: 30px;
    background-image: url(../img/two.jpg) !important;
  }
}
.three_boxes .items .item:first-child {
  background-image: url(../img/one.jpg);
  background-size: 100%;
  background-position: top left;
}

.three_boxes .items .item:nth-child(2) {
  background-image: url(../img/two.jpg);
  background-size: 100%;
  background-position: top left;
}

.three_boxes .items .item:nth-child(3) {
  background-image: url(../img/three.jpg);
  background-size: 100%;
  background-position: top left;
}

.three_boxes .items .item .number {
  background-color: #f3f3f3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 24px;
  margin: 0 auto 0;
  margin-bottom: 25px;
}

.three_boxes .items .item .title {
  font-size: 20px;
  color: #f3f3f3;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}

.three_boxes .items .item p {
  font-size: 15px;
  color: #f3f3f3;
  text-align: center;
}

.three_boxes .items .item .more {
  background-color: transparent;
  color: #fff;
  font-size: 12px;
  margin: 20px auto 0;
  padding: 10px 20px 8px 20px;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #c5c5c5;
  text-align: center;
}

.three_boxes .items .item .more:hover {
  background-color: #f5034a;
  color: #f3f3f3;
}

.sponsori .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.sponsori .items .item {
  width: calc((100% - 30px) / 2);
  background-color: #f3f3f3;
  margin-bottom: 30px;
  padding: 35px;
  display: flex;
}

.sponsori .items .item p {
  margin-bottom: 0;
}

@media all and (max-width: 768px) {
  .sponsori .items .item {
    width: 100%;
  }
}
@media all and (max-width: 600px) {
  .sponsori .items .item {
    padding: 20px;
  }
  .sponsori .items {
    margin-bottom: 0px;
  }
}
.sponsori .items .item .photo {
  width: 30px;
  margin-right: 10px;
}

.sponsori .items .item .photo img {
  width: 20px;
  margin-top: 2px;
}

.sponsori .items .item .right {
  width: calc(100% - 40px);
}

.sponsori .items .item .right .title {
  margin-bottom: 5px;
  font-size: 22px;
}

.sponsori .items .item .right .text {
  font-size: 16px;
}

@media all and (max-width: 600px) {
  .sponsori .items .item .right .title {
    font-size: 18px;
  }
}
.sponsori .info {
  margin-bottom: 20px;
  width: 600px;
  text-align: center;
  font-size: 19px;
  margin: 0 auto 20px;
  font-weight: 300;
  color: #f3f3f3;
}

@media all and (max-width: 768px) {
  .sponsori .info {
    width: 100%;
  }
}
.sponsori .info .cta {
  background-color: #f5034a;
  color: #fff;
  margin: 30px auto 0;
  padding: 20px 50px;
  display: inline-block;
  font-size: 14px;
}

@media all and (max-width: 768px) {
  .sponsori .info .cta {
    padding: 15px 30px;
  }
}
.sponsori .info .cta:hover {
  background-color: #fb5183;
}

.mb50 {
  margin-bottom: 50px !important;
}

@media all and (max-width: 600px) {
  .mb50 {
    margin-bottom: 20px !important;
  }
}
footer {
  font-size: 14px;
  color: #ccc;
  text-align: center;
  margin-top: 40px;
}
footer .copy {
  margin-top: 20px;
}


.forminator-label {
  display: none !important;
}

.forminator-button.forminator-button-submit {
  background-color: #f5034a !important;
  color: #fff !important;
  padding: 20px 50px !important;
  display: inline-block !important;
  font-size: 14px !important;
  text-transform: uppercase;
}

.forminator-input {
  height: 50px !important;
  padding: 15px !important;
  background: #fff !important;
  font-size: 14px !important;
}

.forminator-textarea {
  padding: 15px !important;
  background: #fff !important;
  font-size: 14px !important;
}

.arr {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.main.interior {
  background-position: 0 -400px;
}
@media all and (max-width: 1000px) {
  .main.interior {
    background-position: 0 -250px;
  }
}
@media all and (max-width: 800px) {
  .main.interior {
    background-position: 0 -150px;
  }
}
@media all and (max-width: 800px) {
  .main.interior {
    background-position: 0 -80px;
  }
}
.main.interior .title_site {
  font-size: 80px;
}
@media all and (max-width: 768px) {
  .main.interior .title_site {
    font-size: 60px;
  }
}
@media all and (max-width: 600px) {
  .main.interior .title_site {
    font-size: 40px;
  }
}
@media all and (max-width: 500px) {
  .main.interior .title_site {
    font-size: 30px;
  }
}
.main.interior .irina {
  margin-left: 70px;
  width: 40%;
}
@media all and (max-width: 1000px) {
  .main.interior .irina {
    margin-left: -30px;
    width: 50%;
  }
}
@media all and (max-width: 768px) {
  .main.interior .irina {
    margin-left: -30px;
    width: 53%;
  }
}
.main.interior .irina img {
  width: 100%;
}
.main.interior .right {
  width: 30%;
  margin-left: 0px;
}
@media all and (max-width: 1000px) {
  .main.interior .right {
    margin-left: 0px;
    width: 40%;
  }
}
@media all and (max-width: 800px) {
  .main.interior .right {
    width: 40%;
  }
}
@media all and (max-width: 768px) {
  .main.interior .right {
    width: 50%;
  }
}
.main.interior .texte {
  width: 100%;
}

.white.inner {
  padding-top: 30px;
}

.breadcrumbs {
  list-style-type: none;
  display: flex;
  font-size: 12px;
  overflow-x: hidden;
  position: relative;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
}

.tit_page {
  font-size: 30px;
  margin-bottom: 50px;
  font-weight: 400;
}

.news {
  display: flex;
  flex-wrap: wrap;
}
.news .item {
  width: 100%;
  display: flex;
  position: relative;
  margin-bottom: 40px;
  justify-content: space-between;
}
@media all and (max-width: 768px) {
  .news .item {
    width: 100%;
    margin-right: 0;
    flex-wrap: wrap;
  }
}
.news .item .photo {
  position: relative;
  width: calc(50% - 40px);
  margin-right: 40px;
}
@media all and (max-width: 768px) {
  .news .item .photo {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.news .item .photo img {
  width: 100%;
  height: auto;
}
.news .item .inner {
  text-align: left;
  width: 50%;
}
@media all and (max-width: 768px) {
  .news .item .inner {
    width: 100%;
    margin-right: 0;
  }
}
.news .item .inner .date {
  color: #a1a1a1;
  font-size: 17px;
  margin-bottom: 10px;
  font-weight: 400;
  width: 100%;
}
.news .item .inner h2 {
  font-family: "Poppins";
  line-height: 1.3em;
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 600;
}
.news .item .inner .text {
  color: #a2a2a2;
  font-size: 16px;
  line-height: 1.4em;
  margin-bottom: 25px;
}
.news .item .more {
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  background-color: #ff2d55;
  border: 1px solid #ff2d55 !important;
  position: relative;
  text-align: center;
  width: 190px;
  height: 60px;
  z-index: 9999;
  transition: background-color 0.3s, color 0.3s;
}
.news .item .more:hover {
  background-color: #000;
  color: #f3f3f3;
}
.news .item:nth-child(even) {
  flex-direction: row-reverse; /* Poza la dreapta, textul la stânga */
}
@media all and (max-width: 768px) {
  .news .item:nth-child(even) {
    flex-direction: row;
    margin-bottom: 30px;
  }
}
.news .item:nth-child(even) .photo {
  margin-right: 0;
  margin-left: 40px; /* Spațiu între text și poză */
}
@media all and (max-width: 768px) {
  .news .item:nth-child(even) .photo {
    margin: 0;
    margin-bottom: 15px;
  }
}
.news .item:nth-child(even) .inner {
  text-align: right; /* Aliniază textul la dreapta */
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 768px) {
  .news .item:nth-child(even) .inner {
    text-align: left;
    margin-left: 0;
  }
}
.news .item:nth-child(even) .inner .more {
  align-self: flex-end; /* Poziționează butonul la dreapta */
}
@media all and (max-width: 768px) {
  .news .item:nth-child(even) .inner .more {
    align-self: flex-start;
  }
}

.full-link {
  text-indent: -9999px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 999;
  opacity: 0;
  white-space: nowrap; /* Asigură că textul nu se va rupe pe mai multe linii */
}

.news .item:hover .inner h3 {
  color: #f5034a;
}

.pagination {
  position: relative;
  z-index: 999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  list-style-type: none;
  padding: 0;
  margin-bottom: 30px;
  width: 100%;
}
.page-numbers{
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-weight: 600;
  font-size: 16px;
  border:1px solid #222;
  color: #222;
}

.page-numbers:hover{
  border:1px solid #ff2d55;
  color: #222;
}
.pagination li {
  display: none;
  margin-right: 5px;
}

@media all and (min-width: 1390px) {
  .pagination li {
    display: block;
  }
}
.pagination li:last-child {
  margin-right: 0;
}

.pagination li.mobilee {
  display: block;
}

.pagination li.page-selector {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
}

@media all and (min-width: 1390px) {
  .pagination li.page-selector {
    display: none;
  }
}
.pagination div{
  display: flex;
}
.pagination{
  margin-top: 20px;
}
.pagination a
 {
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-weight: 600;
  font-size: 16px;
}
.page-numbers.current{
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-weight: 600;
  font-size: 16px;
  color: #222;
  border: 1px solid #222;
}
.pagination a {
  color: #222;
  border: 1px solid #222;
}

@media (hover: hover) {
  .pagination a:hover {
    -webkit-box-shadow: inset 0 0 0 1px #222;
    box-shadow: inset 0 0 0 1px #222;
    padding: 0;
  }
  .pagination a:hover span {
    color: #222;
  }
}
.pagination a.selected {
  background-color: #222;
  border: 1px solid #222;
  color: #fff;
}

.pagination a.selected:hover span {
  color: #fff;
}

.pagination img {
  width: 32px;
  height: 32px;
}

.pagination div {
  background-color: transparent;
  font-weight: 400;
}

.pagination select {
  height: 46px;
  margin: 0 5px 0 0;
  padding: 0 15px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #222;
  font-family: "Quicksand", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0;
  color: #1a1919;
}

.pagination select:focus {
  border: 1px solid #222;
}

article {
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 100px;
}
@media all and (max-width: 768px) {
  article {
    font-size: 18px;
  }
}
article h1 {
  font-size: 42px;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 15px;
}
@media all and (max-width: 768px) {
  article h1 {
    font-size: 32px;
  }
}
article h2 {
  font-size: 35px;
  margin-bottom: 25px;
  font-family: "Poppins";
}
article h3 {
  font-size: 28px;
  margin-bottom: 25px;
}
@media all and (max-width: 768px) {
  article h3 {
    font-size: 22px;
  }
}
article .intro {
  font-size: 22px;
  font-family: "Poppins";
  font-weight: 400;
  margin-bottom: 15px;
}
article .date {
  color: #a2a2a2;
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 16px;
}

.content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content p {
  font-weight: 300;
}
.content .mains {
  width: calc(100% - 380px);
}
@media all and (max-width: 900px) {
  .content .mains {
    width: 100%;
  }
}
.content .mains .photo {
  position: relative;
}
.content .mains .photo .next {
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .mains .photo .next img {
  width: 20px;
}
.content .mains .photo .prev {
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .mains .photo .prev img {
  width: 20px;
}
.content .mains .legend {
  background-color: #f0f0f0;
  font-size: 15px;
  padding: 7px 15px 5px 14px;
  margin-bottom: 15px;
}
.content .mains .mt30 {
  margin-bottom: 30px;
}
.content .mains .gallery {
  display: flex;
  margin-top: 15px;
  margin-bottom: 30px;
}
.content .mains .gallery .item {
  width: calc(33% - 10px);
  position: relative;
  margin-right: 20px;
}
@media all and (max-width: 1100px) {
  .content .mains .gallery .item {
    width: calc(33% - 5px);
    margin-right: 10px;
  }
}
.content .mains .gallery .item img {
  height: auto !important;
}
.content .mains .gallery .item:nth-child(3) {
  margin-right: 0px;
}
.content .mains .gallery .black {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 35px;
  font-weight: 700;
}
.content .mains .gallery .black img {
  width: 30px;
}
@media all and (max-width: 600px) {
  .content .mains .gallery .black img {
    width: 18px;
  }
}
@media all and (max-width: 600px) {
  .content .mains .gallery .black {
    font-size: 20px;
  }
}
.content .right {
  width: 350px;
}
@media all and (max-width: 900px) {
  .content .right {
    width: 100%;
  }
}
.content p {
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 18px;
}

.share {
  display: flex;
  margin-bottom: 30px;
}
@media all and (max-width: 600px) {
  .share a {
    width: 100%;
  }
}

.wid_calendar, .wid_news2 {
  border: 1px solid #000;
  border-left: 0;
  border-right: 0;
  margin-bottom: 20px;
  text-align: center;
  padding-bottom: 20px;
  background-color: #343434;
}


.wid_calendar .date, .wid_news2 .date {
  width: 100%;
  position: relative;
  color: #fff;
  display: flex;
  width: 100%;
  margin: 15px auto 0;
  flex-direction: column;
  text-align: center;
}
.wid_calendar .date .year, .wid_news2 .date .year {
  text-align: center;
  color: #fff;
}
.wid_calendar .date .day, .wid_news2 .date .day {
  font-size: 49px;
  font-weight: 600;
  font-family: "Poppins";
  line-height: 1;
  margin-top: 15px;
  color: #fff;
}
@media all and (max-width: 900px) {
  .wid_calendar .date .day, .wid_news2 .date .day {
    font-size: 60px;
  }
}
.wid_calendar .date .month, .wid_news2 .date .month {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 10px;
  color: #fff;
}
@media all and (max-width: 900px) {
  .wid_calendar .date .month, .wid_news2 .date .month {
    font-size: 17px;
  }
}
.wid_calendar .location, .wid_news2 .location {
  font-size: 20px;
  font-family: "Poppins";
  color: #fff;
  text-transform: uppercase;
  width: 80%;
  margin: 0 auto 0;
}
.wid_calendar .item, .wid_news2 .item {
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}
.wid_calendar .item:last-child, .wid_news2 .item:last-child {
  margin-bottom: 0px;
  border-bottom: 0;
}
.wid_calendar .item .buy, .wid_news2 .item .buy {
  background-color: #ff2d55;
  width: 175px;
  display: flex;
  height: 50px;
  justify-content: center;
  align-items: center;
  border: 1px solid #ff2d55;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  margin: 15px auto 0;
}
.wid_calendar .item .buy img, .wid_news2 .item .buy img {
  margin-right: 7px;
}
.wid_calendar .item .buy:hover, .wid_news2 .item .buy:hover {
  background-color: #000;
}
.wid_calendar .left, .wid_news2 .left {
  display: flex;
}
.wid_calendar .left .month, .wid_news2 .left .month {
  font-weight: 16px;
  margin-right: 10px;
}
.wid_calendar .title, .wid_news2 .title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.wid_calendar .location, .wid_news2 .location {
  font-weight: 400;
  color: #fff;
  font-size: 13px;
}
.wid_calendar .location img, .wid_news2 .location img {
  margin-right: 5px;
}

.head {
  border-bottom: 1px solid #000;
  padding: 15px;
  text-align: center;
  font-size: 22px;
  font-family: "Poppins";
  margin-bottom: 10px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
}

.wid_news2 .item {
  border: 0;
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  position: relative;
  flex-direction: column;
  position: relative;
  background-color: #343430;
  margin-bottom: 30px;
  flex-direction: column;
  padding-bottom: 20px;
}
.wid_news2 .item:last-child {
  margin-bottom: 0px;
}
@media all and (max-width: 768px) {
  .wid_news2 .item {
    width: 100%;
    margin-right: 0;
  }
}
.wid_news2 .item .photo {
  position: relative;
}
.wid_news2 .item .photo img {
  width: 100%;
  height: auto;
}
.wid_news2 .item .inner {
  padding: 20px 20px 0px 20px;
  text-align: center;
  flex: 1;
}
.wid_news2 .item .inner .date {
  color: #a1a1a1;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 400;
  text-align: center;
  width: 100%;
}
.wid_news2 .item .inner .date::after {
  content: none;
}
.wid_news2 .item .inner .date::before {
  content: none;
}
.wid_news2 .item .inner h3 {
  font-family: "Poppins";
  line-height: 1.3em;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 400;
  color: #fff;
}
.wid_news2 .item .more {
  background-color: #ff2d55;
  color: #fff;
  font-size: 13px;
  margin: 0px auto 0;
  padding: 10px 20px 8px 20px;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #ff2d55;
  position: relative;
  text-align: center;
  font-weight: 600;
  z-index: 9999;
}
.wid_news2 .item .more:hover {
  background-color: #000;
  color: #f3f3f3;
}

.wid_news2 .head {
  margin-bottom: 0;
  font-weight: 300;
}

.video {
  aspect-ratio: 16/9;
  width: 100%;
}

.bilete {
  display: flex;
  flex-wrap: wrap;
  /* Media query pentru ecrane sub 900px */
}
.bilete .item {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.bilete .grey {
  width: 1px;
  height: 70px;
  align-self: center;
  background-color: #676767;
}
.bilete .date {
  width: calc(33% - 10px);
  display: flex;
}
.bilete .day {
  font-size: 75px;
  font-weight: 700;
  margin-right: 25px;
}
.bilete .left {
  font-size: 24px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media all and (max-width: 768px) {
  .bilete .left {
    font-size: 22px;
  }
}
.bilete .year {
  font-size: 15px;
}
.bilete .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(33% - 10px);
}
.bilete .title {
  font-size: 24px;
  font-weight: 600;
}
.bilete .location {
  font-size: 15px;
}
.bilete .location img {
  margin-right: 10px;
}
.bilete .right {
  display: flex;
  align-items: center;
  width: calc(33% - 10px);
}
.bilete .buy {
  background-color: #ff2d55;
  border: 1px solid #ff2d55 !important;
  width: 230px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 14px;
  margin-left: auto;
  transition: background-color 0.3s, color 0.3s;
}
.bilete .buy:hover {
  background-color: #000;
  color: #f3f3f3;
}
.bilete .buy img {
  margin-right: 10px;
}
@media (max-width: 900px) {
  .bilete .grey {
    display: none; /* Ascunde separatorul pe ecrane mici */
  }
  .bilete .date {
    width: 100%; /* Lățime completă pe mobil */
    display: flex;
    flex-direction: row; /* Păstrează direcția de pe desktop */
    justify-content: center; /* Centrează data pe mobil */
    align-items: center;
    margin-bottom: 0px;
  }
  .bilete .day {
    margin-right: 15px; /* Menține distanța dintre zi și lună/zi */
  }
  .bilete .center {
    text-align: center; /* Centrează textul din .title și .location doar pe mobil */
    width: 100%;
    margin-bottom: 25px;
    margin-top: -20px;
  }
  .bilete .right {
    width: 100%; /* Ocupă întreaga lățime */
    display: flex;
    justify-content: center; /* Centrează conținutul */
    margin-bottom: 15px;
  }
  .bilete .buy {
    width: 230px;
    margin: 0 auto;
    height: 60px;
  }
  .bilete .item {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .bilete .item {
    width: 100%;
  }
  .bilete .day {
    font-size: 55px;
  }
  .bilete .center {
    margin-top: 0px;
  }
  .bilete .buy {
    width: 196px;
    margin: 0 auto;
    height: 50px;
    font-size: 14px;
  }
}

.video-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 10px;
  box-sizing: border-box;
  overflow-x: hidden;
}

.video {
  flex: 1 1 30%;
  padding: 10px; /* Adaugă spațiu între video-uri */
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  margin-right: 25px;
}
.video:nth-child(3) {
  margin-right: 0;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* Raport de aspect 16:9 */
  background-color: #f0f0f0; /* Fundal opțional pentru contrast */
  border-radius: 8px; /* Colțuri rotunjite opționale */
  overflow: hidden;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Media query pentru a face video-urile să ocupe 100% la lățime de până la 768px */
@media (max-width: 768px) {
  .video {
    flex: 1 1 100%;
    margin-bottom: 20px;
  }
}
.black.background {
  background-image: url(../img/bg.jpg);
}
@media all and (max-width: 600px) {
  .black.background {
    background-image: url(../img/bg_int.png);
    padding-bottom: 30px;
    padding-top: 1px;
    background-repeat: no-repeat;
    background-position: 0 -300px;
  }
}

.owl-item .text {
  padding-left: 30px;
  font-size: 20px;
  font-style: italic;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Stilul inițial pentru fiecare .item - invizibil */
.bilete .item {
  opacity: 0;
  transform: translateY(20px); /* Apare de mai jos */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* Clasa de animație aplicată când elementul devine vizibil */
.bilete .item.animate {
  opacity: 1;
  transform: translateY(0);
  animation: fadeInUp 0.6s ease-out forwards;
}

@media all and (max-width: 768px) {
  .logo {
    width: 200px;
  }
}
@media all and (max-width: 600px) {
  .logo {
    width: 160px;
  }
}
.popup-meniu {
  position: relative;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 5150;
  background-color: #000;
  display: none;

  font-size: 14px;
  flex-direction: column;
  overflow: auto!important;
  max-width:500px;
  font-size: 14px;
}

.popup-meniu .close img{
width: 20px;
height: auto;
}


/* @media all and (min-width: 1150px) {
.popup-meniu {
  display: none;
}
} */
.popup-meniu ul {
list-style-type: none;
padding: 0;
margin: 0;
text-transform: uppercase;
font-weight: 700;
overflow-y: scroll;
width: 100%;
height: 100%;
padding: 20px;
}
.popup-meniu ul li {
width: 100%;
}
.popup-meniu ul li > a {
display: block;
border-bottom: 1px dotted #4a4a4a;
padding: 10px 10px 8px;
}
.popup-meniu ul li:last-child a {
border-bottom: none;
}
.popup-meniu ul li ul {
padding-top: 0;
}
.popup-meniu ul li ul li a {
font-weight: 400;
font-size: 13px;
}
.popup-meniu .bracket {
top: -20px;
bottom: -20px;
background-color: #04DB3B;
mix-blend-mode: normal;
}
.popup-meniu .bracket::before, .popup-meniu .bracket::after {
background-color: #04DB3B;
}
.popup-meniu .bracket.bracket-left {
left: -20px;
}

.popup-meniu .close, .search-modal .close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 15px;
  top: 10px;
  background-color: #4a4a4a;

  }

  .popup-meniu .close img .search-modal .close img{
    width: 20px;
    height: auto;
  }

.search-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1150;
  width: 100%;
  pointer-events: none;
  }
  .search-modal .controller {
  display: flex;
  justify-content: center;
  padding-top: 40px;
  }
  @media all and (min-width: 1150px) {
  .search-modal .controller {
    padding-top: 60px;
  }
  }
  .search-modal form {
  width: calc(100% - 80px);
  padding: 20px;
  background-color: #000;
  position: relative;
  pointer-events: auto;
  }
  @media all and (min-width: 768px) {
    .search-modal form {
      width: calc(100% - 40px);
  
      }
  }
  @media all and (min-width: 1150px) {
  .search-modal form {
    width: 600px;
    padding: 48px 60px 60px;
  }
  }
  .search-modal form .bracket {
  top: -20px;
  bottom: -20px;
  background-color: #04DB3B;
  mix-blend-mode: normal;
  }
  .search-modal form .bracket::before, .search-modal form .bracket::after {
  background-color: #04DB3B;
  }
  .search-modal form .bracket.bracket-left {
  left: -20px;
  }
  .search-modal form .bracket.bracket-right {
  right: -20px;
  }
  .search-modal label {
  font-weight: 700;
  font-size: 24px;
  }
  @media all and (min-width: 1150px) {
  .search-modal label {
    font-size: 26px;
  }
  }
  .search-modal .search-inner-wrapper {
  display: flex;
  /* justify-content: center; */
  }
  .search-modal .search-inner-wrapper input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
  margin: 0;
  border-right: none;
  padding-right: 0;
  }
  .search-modal .search-inner-wrapper button {
  margin: 0;
  font-weight: 700;
  text-transform: none;
  background-repeat: no-repeat;
  background-position: 20px center;
  padding: 0 22px 0 25px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #FFF;
  background-image: url(../images/icon-search.svg);
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #C3C3C3;
  border-left: none;
  width: auto;
  width: 150px;
  height: 50px;
  }
  .search-modal .search-inner-wrapper button:hover, .search-modal .search-inner-wrapper button:focus {
  background-size: 80%;
  }
  #search-box{
    border: 1px solid #C3C3C3;
    width: calc(100% - 150px);
    padding:0 20px
  }
  @media all and (max-width: 600px) {
    .search-modal .search-inner-wrapper button {
      width: 100px;

        } 
        #search-box{
          border: 1px solid #C3C3C3;
          width: calc(100% - 100px);
          padding:0 20px
        }
      }
      .full-link {
        text-indent: -9999px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        overflow: hidden;
        z-index: 999;
      }
      .news .item .photo img {
        width: 100%;  /* Ajustează lățimea imaginii pentru a ocupa întregul container */
        height: 310px; /* Poți ajusta această valoare în funcție de nevoile tale */
        object-fit: cover; /* Asigură-te că imaginea acoperă complet zona, fără să își piardă proporțiile */
      }
      .share_b {
        display: flex;
        margin-bottom: 30px;
      }
      @media all and (max-width: 600px) {
        .share_b a {
          width: 100%;
        }
      }
      @media all and (max-width: 900px) {
        .share_b {
          flex-wrap: wrap;
        }
      }
      .share_b .item {
        width: 175px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
        font-size: 16px;
        margin-bottom: 15px;
        text-transform: uppercase;
        color: #fff;
      }
      @media all and (max-width: 600px) {
        .share_b .item {
          width: 100%;
        }
      }
      .share_b .item img {
        width: 15px;
        margin-right: 8px;
        margin-top: -3px;
      }
      .share_b .item.face {
        background-color: #1f449c;
      }
      .share_b .item.face:hover {
        opacity: 0.7;
      }
      .share_b .item.what {
        background-color: #25d366;
      }
      .share_b .item.what:hover {
        opacity: 0.7;
      }
      
      .share_b .item.face img {
        width: 11px;
      }

      .wid_news2:last-child {

        margin-bottom: 0px;
      
        padding-bottom: 0px;
      
      }
      .mains .video{
        margin-right: 0;
      }

      .burger{
        background-color: transparent;
        border:0;
      }

      .popup-meniu ul {
    
        height: unset;
        padding-bottom: 0px;
    }

    .popup-meniu ul img{
    
     height: 17px;
     margin-right: 10px;
  }

  ul.socc{
    text-transform: none;
    font-weight: 400;
  }

  .soc_search{
    display: flex;
  }
  .soc_search a{
    margin-right: 20px;

  }

  .src.soc_search{
    background: transparent;
    border: 0;
    margin-right: 20px;
  }
  @media all and (max-width: 900px) {
    .main .nav  .social {
      display: none;
    }
    .menu_desktop{
      display: none ;
    }
    .menu{
      display: flex;
      align-items: center;
      flex-direction: row-reverse;
    }
    .src.soc_search{
      margin-top: 10px;
    }
    #menu-main-1{
      display: block;
    }
  }
  .search-results h4{
    font-weight: 400;
    margin-bottom: 20px;
  }
  .photo img{
    width: 100%;
    height: auto;
  }

  article img{
    height: auto!important;
  }
  .mai_mult{
    display: flex;
    align-self: center;
    justify-content: center;
    align-items: center;
    border: 1px solid #676767;
    width: 196px;
    height: 50px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 auto 0;
    margin-bottom: 30px;


  }
  .mai_mult:hover{
    
    border: 1px solid #ff2d55;
 
    
  }
 .news .item {
    opacity: 1;
    transform: translateY(20px); /* Inițial poziționăm elementele mai jos */
    transition: opacity 0.6s ease, transform 0.6s ease; /* Durata și efectul de tranziție */
}

.news.item.animate {
    opacity: 1;
    transform: translateY(0); /* Revenim la poziția inițială când animația începe */
}
.owl-dots {
  display: none!important;
}
.owl-carousel .item:after {
  content: '';
  background-image: url(../img/text_carusel.png);
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  width: 80%; /* Ajustează după necesitate */
  height: 200px; /* Specifică o înălțime explicită */
  pointer-events: none;
  z-index: 999999;
  background-position: center;
}

@media (max-width: 900px) {
  .owl-carousel .item:after {
      bottom: 50px; /* ajustează distanța față de marginea de jos */
      width: 70%; /* ajustează dimensiunea imaginii */
      height: 150px; /* ajustează înălțimea */
  }
}

/* Pentru ecrane foarte mici (ex: telefoane) */
@media (max-width: 768px) {
  .owl-carousel .item:after {
      bottom: 30px; /* distanță mai mică față de marginea de jos */
      width: 60%; /* imagine mai mică */
      height: 120px; /* înălțime mai mică */
  }
}
@media (max-width: 600px) {
  .owl-carousel .item:after {
      bottom: 0px; /* distanță mai mică față de marginea de jos */
      width: 60%; /* imagine mai mică */
      height: 100px; /* înălțime mai mică */
  }
}

.owl-carousel .owl-next{
  background-image: url(../img/next.png);
  background-position: center center;
  background-repeat: no-repeat;
 }
 .owl-carousel .owl-prev{
  background-image: url(../img/prev.png);
  background-position: center center;
  background-repeat: no-repeat;

 }
 .owl-carousel .owl-nav button.owl-prev span{
  display: none;
 }
 .owl-carousel .owl-nav button.owl-next span{
  display: none;
 }
 /* Stiluri generale pentru butoanele navigației */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    border: none; /* elimină border-ul implicit */
    outline: none; /* elimină outline-ul */
    transition: background-color 0.3s ease; /* tranziție lină la hover */
}

/* Butonul prev */
.owl-carousel .owl-nav button.owl-prev {
    background-image: url(../img/prev.png) !important;
}

/* Butonul next */
.owl-carousel .owl-nav button.owl-next {
    background-image: url(../img/next.png) !important;
}

/* Stilul la hover */
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    background-color: rgba(0, 0, 0, 0.4); /* alb cu transparență de 70% */
}