@import url(reboot.css);
@font-face {
  font-family: "albertusnova";
  src: url("../fonts/albertusnovalight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "albertusnova";
  src: url("../fonts/albertusnova.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "albertusnova";
  src: url("../fonts/albertusnova_bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fontspring";
  src: url("../fonts/Fontspring.otf.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
*:focus {
  outline: none;
}

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

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

@media screen and (max-width: 1100px) {
  .container {
    width: auto;
    padding: 0 20px;
  }
}
.black_main {
  background-color: #564941;
}

.main {
  /* background-image: url(../img/bg.jpg); */
  background-size: 100%;
  background-position: 0 -200px;
}

@media all and (max-width: 800px) {
  .main {
    background-position: 0 -50px;
  }
}
.nav {
  display: flex;
  justify-content: space-between;
}

 .nav .social {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

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

.nav .social img {
  height: 20px;
  width: auto;
}

 .nav .burger {
  margin-top: 20px;
  cursor: pointer;
  background: transparent;
    border: 0;
    padding: 0;
    margin-top: 11px;
}

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

 .title_site {
  font-family: "Fontspring";
  text-align: center;
  font-size: 100px;
  color: #000;
  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;
}




.main .contenet .irina img {
  width: 100%;
}

@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: 20px auto 0;
  padding: 10px 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: 7px 15px 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;
}
.whiteee {
  background-color: #fff;
  padding: 70px 0;
}
@media all and (max-width: 600px) {
  .whiteee {
    padding: 30px 0;
  }
}
@media all and (max-width: 600px) {
  .white {
    padding: 30px 0;
  }
}
.black {
  background-color: #000;
  padding: 70px 0;
}

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

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

@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%;
 
    margin-bottom: 20px;
  }
}
.what_is .photo img {
  width: 100%;
}

.title_section {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 400;
}

@media all and (max-width: 600px) {
  .title_section {
    font-size: 25px;
  }
}
.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;
  margin-bottom: 30px;
}

@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;
}


.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: 100px;
  width: 35%;
}
@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%;
  }
  .white.inner .tit_page{
    margin-bottom: 30px;
  }
}
.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;
}
@media all and (max-width: 768px) {
  .breadcrumbs {

    margin-bottom: 10px;

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

.news {
  display: flex;
  flex-wrap: wrap;
}
.news .item {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  display: flex;
  position: relative;
  background-color: #fff;
  margin-bottom: 30px;
  flex-direction: column;
  padding-bottom: 20px;
}
.news .item::after {
  content: none;
}
.news .item:nth-child(3) {
  margin-right: 0px;
}
.news .item:nth-child(6) {
  margin-right: 0px;
}
.news .item:nth-child(9) {
  margin-right: 0px;
}
.news .item:nth-child(12) {
  margin-right: 0px;
}
.news .item:nth-child(15) {
  margin-right: 0px;
}
.news .item:nth-child(18) {
  margin-right: 0px;
}
.news .item:nth-child(21) {
  margin-right: 0px;
}
.news .item:nth-child(24) {
  margin-right: 0px;
}
@media all and (max-width: 768px) {
  .news .item {
    width: 100%;
    margin-right: 0;
  }
}
.news .item .photo {
  position: relative;
}
.news .item .photo img {
  width: 100%;
  height: auto;
}
.news .item .play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -38px;
  margin-top: -27px;
  width: 77px !important;
  height: 54px !important;
}
.news .item .inner {
  padding: 20px 20px 0px 20px;
  text-align: center;
  flex: 1;
}
.news .item .inner .date {
  color: #a1a1a1;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 400;
  text-align: center;
  width: 100%;
}
.news .item .inner h3 {
  font-family: "albertusnova";
  line-height: 1.3em;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 400;
}
.news .item .more {
  background-color: transparent;
  color: #222;
  font-size: 12px;
  margin: 0px auto 0;
  padding: 10px 20px 8px 20px;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #c5c5c5;
  position: relative;
  text-align: center;
  z-index: 9999;
}
.news .item .more:hover {
  background-color: #f5034a;
  color: #f3f3f3;
  border-color: #f5034a;
}

.full-link {
  text-indent: -9999px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 999;
}

.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%;
}

.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 a,
.pagination div {

  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;
}

.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: "albertusnova";
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 15px;
}
@media all and (max-width: 768px) {
  article h1 {
    font-size: 28px;
  }
}
article h2 {
  font-size: 35px;
  margin-bottom: 25px;
  font-family: "albertusnova";
}
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: "albertusnova";
  font-weight: 400;
  margin-bottom: 15px;
}
article .date {
  color: #6e6e6e;
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 16px;
}

.content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content p {
  font-weight: 300;
  font-size: 17px;
}
.content .mains {
  width: calc(100% - 380px);
}
@media all and (max-width: 900px) {
  .content .mains {
    width: 100%;
  }
}
.content .mains .photo {
  position: relative;
  margin-bottom: 20px;
}
.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 #dbdbdb;
  margin-bottom: 20px;
  text-align: center;
  padding-bottom: 0px;
}
.wid_calendar .date, .wid_news2 .date {
  width: 100%;
  position: relative;
  color: #222;
  display: flex;
  width: 60px;
  margin: 15px auto 0;
  flex-direction: column;
  text-align: center;
}
.wid_calendar .date .day, .wid_news2 .date .day {
  font-size: 49px;
  font-weight: 400;
  font-family: "albertusnova";
  line-height: 1;
  margin-top: 15px;
}
@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;
}
@media all and (max-width: 900px) {
  .wid_calendar .date .month, .wid_news2 .date .month {
    font-size: 17px;
  }
}
.wid_calendar .date::before, .wid_news2 .date::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 29px;
  top: 15px;
  left: -120px;
  background-image: url(../img/before.png);
  background-repeat: no-repeat;
  background-position: center;
}
.wid_calendar .date::after, .wid_news2 .date::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 29px;
  top: 15px;
  right: -120px;
  background-image: url(../img/after.png);
  background-repeat: no-repeat;
  background-position: center;
}
@media all and (max-width: 600px) {
  .wid_calendar .date::before, .wid_news2 .date::before {
    content: "";
    position: absolute;
    width: 110px;
    height: 29px;
    top: 15px;
    left: -100px;
    background-image: url(../img/before1.png);
    background-repeat: no-repeat;
    background-position: center;
  }
  .wid_calendar .date::after, .wid_news2 .date::after {
    content: "";
    position: absolute;
    width: 110px;
    height: 29px;
    top: 15px;
    right: -100px;
    background-image: url(../img/after1.png);
    background-repeat: no-repeat;
    background-position: center;
  }
}
.wid_calendar .location, .wid_news2 .location {
  font-size: 20px;
  font-family: "albertusnova";
  text-transform: uppercase;
  width: 80%;
  margin: 0 auto 0;
}
.wid_calendar .item, .wid_news2 .item {
  margin-bottom: 10px;
}
.wid_calendar .item:last-child, .wid_news2 .item:last-child {
  margin-bottom: 0px;
}
.wid_calendar .item .buy, .wid_news2 .item .buy {
  background-color: #10131b;
  width: 175px;
  display: flex;
  height: 50px;
  justify-content: center;
  align-items: center;
  border: 1px solid #10131b;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin: 15px auto 0;
}
.wid_calendar .item .buy:hover, .wid_news2 .item .buy:hover {
  color: #222;
  background-color: #fff;
}

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

.wid_news2 .item {
  border: 0;
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  position: relative;
  background-color: #fff;
  flex-direction: column;
  position: relative;
  background-color: #fff;
  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: "albertusnova";
  line-height: 1.3em;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 400;
}
.wid_news2 .item .more {
  background-color: transparent;
  color: #222;
  font-size: 12px;
  margin: 0px auto 0;
  padding: 10px 20px 8px 20px;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #c5c5c5;
  position: relative;
  text-align: center;
  z-index: 9999;
}
.wid_news2 .item .more:hover {
  background-color: #f5034a;
  color: #f3f3f3;
  border-color: #f5034a;
}

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

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

/*# sourceMappingURL=default.css.map */


.pagination h2{
  display: none!important;
}
.prev.page-numbers{
  color: #222;
    border: 1px solid #222;
    margin-right: 5px;
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-numbers{
  color: #222;
  border: 1px solid #222;
  margin-right: 5px;
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wid_news2 .date {

  margin: 0 auto 0;

}
.fg-default.fg-center {
  text-align: left!important;
}
.fg-default.fg-gutter-10 {
  padding-left: 0px!important;
  margin-bottom: -10px;
}

.gallery .fg-default.fg-center {
  text-align: center!important;
}
.padd{
  padding-bottom: 20px!important;
}
.galerii figure.fg-item-inner{
  width: 150px!important;
  /* height: 150px!important; */
}
.main.interior .sponsors{
  display: none;
}

.wid_calendar.border.padd{
  background-color: #fff!important;
}
.share {
  display: flex;
  margin-bottom: 30px;
}
@media all and (max-width: 600px) {
  .share a {
    width: 100%;
  }
}
@media all and (max-width: 900px) {
  .share {
    flex-wrap: wrap;
  }
}
.share .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 .item {
    width: 100%;
  }
}
.share .item img {
  width: 15px;
  margin-right: 8px;
  margin-top: -3px;
}
.share .item.face {
  background-color: #1f449c;
}
.share .item.face:hover {
  opacity: 0.7;
}
.share .item.what {
  background-color: #25d366;
}
.share .item.what:hover {
  opacity: 0.7;
}

.share .item.face img {
  width: 11px;
}
.popup-meniu {
  position: relative;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 5150;
  background-color: #FFF;
  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 #C3C3C3;
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 .bracket.bracket-right {
right: -20px;
}
.close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 15px;
  top: 10px;
  background-color: #F4F4F4;
}
.header_right{
  display: flex;
}
.src{
  margin-right: 10px;
  margin-top: 20px;
  border: 0;
  background-color: transparent;
}
.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: #FFF;
  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
        }
      }

h4{
  font-weight: 300;
}
.mains a{
  color:red
}
.whiteee table{
  width: 100%;
  border-spacing: 10px!important;
  border-collapse: unset!important;

}
.whiteee td{
  background-color: #fff;
  padding:10px;
  width: 33%;
  text-align: center;
  border:1px solid #eee
}
.whiteee td img{
  width: 100%;
  height: auto;
}
@media all and (max-width: 600px) {
  .whiteee td{

    padding:5px;


  }
}

.mains .search-results-page a{
  color: #222;
}
.news .item .photo img{

    width: 100%;
    height: 200px;
    object-fit: cover; /* Asigură decuparea imaginii pentru a umple cadrul */

}
.blackk{
  background-color: #000;
  padding: 0 0 10px;
}
.main.interior{
  display: none ;
}