@font-face {
  font-family: BwModelicaSS02-Regular;
  src: url("../fonts/BwModelicaSS02-Regular.otf") format("opentype");
}

@font-face {
  font-family: BwModelicaSS02-Medium;
  src: url("../fonts/BwModelicaSS02-Medium.otf") format("opentype");
}

@font-face {
  font-family: BwModelicaSS02-Bold;
  src: url("../fonts/BwModelicaSS02-Bold.otf") format("opentype");
}

@font-face {
  font-family: BwModelicaSS02-Black;
  src: url("../fonts/BwModelicaSS02-Black.otf") format("opentype");
}

body {
  background: #fff;
  font-family: 'BwModelicaSS02-Regular', sans-serif;
}

a {
  color: #000;
  text-decoration: none;
}

h2, h1 {
  color: #000;
  font-family: BwModelicaSS02-Bold;
  font-size: 44px;
  font-weight: 800;
  line-height: 1;
  padding: 0 0 24px 0;
}

.h4, h4 {
  margin-bottom: 1rem;
}

strong {
  font-family: 'BwModelicaSS02-Bold', sans-serif;
}

a:hover {
  color: #D11F44;
}

.top-line {
  border-top: 5px solid #D11F44;
  border-bottom: 5px solid #51A145;
  display: block;
  height: 15px;
  width: 100%;
}

.header {
  background: #000;
  height: 161px;
}

.header .nav-link {
  color: #fff;
  font-family: BwModelicaSS02-Bold;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  margin: 0 24px;
}

.header .nav-link.active,
.header .nav-link:hover {
  color: #D11F44;
}

.header .nav-item:first-child:before {
  border-right: 0;
  content: "";
  display: block;
  height: 40px;
  position: relative;
  top: 26px;
  width: 4px;
}

.header .nav-item:not(:first-child):nth-child(odd):before {
  border-right: 4px dotted #fff;
  content: "";
  display: block;
  height: 40px;
  position: relative;
  top: 26px;
  width: 4px;
}

.header .nav-item:nth-child(even):before {
  border-right: 4px dotted #fff;
  content: "";
  display: block;
  height: 40px;
  position: relative;
  top: 36px;
  width: 4px;
}

.section-slider .carousel-inner .carousel-caption {
  width: 100%;
  left: 0;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: initial;
}

.section-slider .carousel-inner h5 {
  color: #fff;
  font-family: BwModelicaSS02-Black;
  font-size: 120px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 167px;
}

.section-slider .carousel-inner p {
  color: #fff;
  font-family: BwModelicaSS02-Regular;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 44px;
}

.section-slider .carousel-inner p strong {
  font-family: BwModelicaSS02-Bold;
  font-weight: 800;
}

.section-slider .carousel-indicators {
  margin-bottom: 2rem;
}

.section-slider .carousel-indicators button {
  background: 0;
  border: 2px dotted #fff;
  color: #fff;
  height: 0;
  margin: 0 48px 0 0;
  padding: 0;
  width: 54px;
}

.section-slider .carousel-indicators button.active {
  border: 2px dotted #D11F44;
}

@media (max-width: 1199.98px) {
  .section-slider .carousel-caption h5 {
    font-size: 60px;
    line-height: 60px;
  }

  .section-slider .carousel-caption p {
    font-size: 22px;
    line-height: 30px;
  }

  .section-slider .carousel-indicators {
    margin-bottom: 1rem !important;
  }
}

.section-welcome h2 {
  color: #D11F44;
  font-family: BwModelicaSS02-Bold;
  font-size: 44px;
  line-height: 1;
  padding: 0 0 24px 0;
}

.section-welcome p {
  color: #000;
  font-size: 18px;
  font-family: BwModelicaSS02-Medium;
  padding: 0;
}

.section-films .img-zoom {
  overflow: hidden;
}

.section-films h2 {
  border-left: 4px dotted #000;
  color: #000;
  font-family: BwModelicaSS02-Bold;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  padding: 12px 12px 0 12px;
}

.section-films p {
  font-size: 20px;
  line-height: 1;
  margin: 0;
  padding: 0 12px 24px 12px;
}

.section-films a h2,
.section-films a p {
  color: #000;
  text-decoration: none;
}

.section-films a img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.section-films a:hover h2,
.section-films a:hover p {
  color: #D11F44;
}

.section-films a:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.section-film {
  background: url(../img/line-film.svg) no-repeat center 80px;
}

.section-film h2 {
  font-family: BwModelicaSS02-Bold;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  padding-bottom: 0;
}

.section-film h3 {
  color: #000;
  font-family: BwModelicaSS02-Bold;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 2.5rem;
}
@media (min-width: 991px) {
  .section-film h3 {
    margin-bottom: 100px;
  }
}

.section-film h4 {
  color: #000;
  font-family: BwModelicaSS02-Bold;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  margin-top: 24px;
}

.section-film p {
  font-size: 20px;
}

.section-film .div-screening-off {
  background: #D11F44;
  color: #fff;
  font-family: BwModelicaSS02-Bold;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  padding: 24px 24px 24px 48px;
}

.section-film .div-screening-off:before {
  border-right: 12px dotted #fff;
  content: "";
  display: block;
  height: 50px;
  left: -30px;
  position: relative;
  margin-bottom: -50px;
  top: -26px;
  width: 3px;
}

.section-film .div-screening-on {
  background: #D11F44;
  color: #fff;
  font-family: BwModelicaSS02-Bold;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  padding: 24px 24px 24px 48px;
}

.section-film .div-screening-on:before {
  border-right: 12px dotted #fff;
  content: "";
  display: block;
  height: 50px;
  left: -30px;
  position: relative;
  margin-bottom: -50px;
  top: -26px;
  width: 3px;
}

.section-film .div-screening-on span {
  font-size: 20px;
  text-transform: uppercase;
}

.section-film .div-creators .row {
  border-bottom: 1px dotted #c8c8c8;
  padding-top: 6px;
  padding-bottom: 6px;
}

.section-film .div-creators .row:last-child {
  border-bottom: 0;
}

.section-venue h2 {
  color: #000;
  font-family: BwModelicaSS02-Bold;
  font-size: 32px;
  line-height: 1;
  padding: 0 0 24px 0;
}

.section-venue p {
  color: #000;
  font-size: 20px;
  font-family: BwModelicaSS02-Bold;
  padding: 0;
}

.section-jury h2 {
  color: #000;
  font-family: BwModelicaSS02-Bold;
  font-size: 32px;
  line-height: 1;
  padding: 0 0 24px 0;
}

.section-jury p {
  color: #000;
  font-size: 20px;
  font-family: BwModelicaSS02-Regular;
  margin: 0;
  padding: 0 0 12px 0;
}

.section-jury p strong {
  display: block;
  font-family: BwModelicaSS02-Bold;
  margin-top: 6px;
}

.section-jury .div-line {
  border-bottom: 4px dotted #c8c8c8;
  margin-bottom: 24px;
  padding-bottom: 0;
}

.section-abouts h2 {
  color: #000;
  font-family: BwModelicaSS02-Bold;
  font-size: 44px;
  line-height: 1;
  padding: 0 0 24px 0;
}

.section-abouts p {
  color: #000;
  font-size: 20px;
  font-family: BwModelicaSS02-Regular;
  margin: 0;
  padding: 0 12px;
}

.section-abouts p strong {
  display: block;
  font-family: BwModelicaSS02-Bold;
  margin-top: 6px;
}

.section-abouts .div-about {
  border-bottom: 4px dotted #c8c8c8;
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.section-abouts .div-about:last-child {
  border-bottom: 0;
}

.footer {
  font-size: 20px;
  line-height: 1;
}

.footer a:hover img {
  opacity: .8;
}

.container-logos {
  border-top: 4px dotted #f1f1f1;
  font-size: 14px;
  padding: 24px 0;
}

.container-logos p {
  font-size: 14px;
}

.container-social {
  border-top: 4px dotted #f1f1f1;
  padding: 24px 0;
}



/********************************************************************************************/



:root {
  --program-date-font-size: 17px;
  --title-font-size: 17px;
  --padding-left: 8%;
  --divider-left: 6%;
  --divider-right: 6%;
}

@media only screen and (min-width: 680px) {
  :root {
    --program-date-font-size: 27px;
    --title-font-size: 27px;
    --padding-left: 12%;
    --divider-left: 8%;
    --divider-right: 8%;
  }
}

@media only screen and (min-width: 992px) {
  :root {
    --program-date-font-size: 42px;
    --title-font-size: 32px;
    --padding-left: 20.5%;
    --divider-left: 20%;
    --divider-right: 39%;
  }
}

.program-day h2 {
  color: #000;
  font-family: BwModelicaSS02-Bold;
  font-size: var(--program-date-font-size);
}

.program-date h3 {
  margin-left: 5rem;
  color: #000;
  font-family: BwModelicaSS02-Bold;
  font-size: var(--program-date-font-size);
  font-weight: 100;
}

.program-day-container {
  display: flex;
  flex-direction: row;
  padding-left: var(--padding-left);
  background: url(../img/line-film.svg) no-repeat center;
  padding-top: 4px;
}

.program-main {
  margin-top: 3rem;
}
@media (min-width: 991px) {
  .program-main {
    margin-top: 6rem;
  }
}

.program-main h2 {
  padding-bottom: 0;
}


.program-details {
  margin-top: 2rem;
  padding-left: var(--padding-left);
}


.program-time {
  font-weight: 700;
  color: #000;
}

.program-title {
  font-family: BwModelicaSS02-Bold;
  font-size: var(--title-font-size);
  color: magenta;
  font-weight: 800;
}
.program-title a{
  color: #D11F44;
}
.program-title a:hover{
  color: #A91936;
}
.program-divider {
  border-bottom: dotted 4px black;
  margin-left: var(--divider-left);
  margin-right: var(--divider-right);
}

.div-film-data table {
  height: auto !important;
  width: 100% !important;
}
.div-film-data tr {
  border-bottom: 1px dotted #c8c8c8;
}
.div-film-data td {
  padding: 6px 12px;
  width: auto !important;
  height: auto !important;
}
.div-film-data td:first-child {
  width: 40% !important;
}

.program-day-item {
  margin-bottom: 2rem;
}
.program-day-item .program-divider:last-child {
  display: none;
}

hr {
  border-bottom: 4px dotted #c8c8c8;
  border-top: 0;
  margin: 24px 0;
  padding: 0;
}

.section-jury-divider:last-child {
  display: none;
}

@media (max-width: 1199px) {
    .navbar-brand img {
        max-width: 240px;
    }
}