.page-hero{
  height:100px;
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
}
.page-hero .container{
  height:100%;
  display:flex;
  justify-content:center;
  align-items:center;
}

.page-hero h1{
  color:#fff;
  font-size:40px;
  font-weight:300;
}

.page-section-title{
  padding:40px 0 35px;
}

.page-section-title h2{
  text-align:center;
  font-size:30px;
  font-weight:700;
  color:#00244D;
  margin: 0;
}

.page-text-block{
  padding-bottom:25px;
}

.page-text-block__content{
  max-width:990px;
  margin:0 auto;
  text-align:center;
  color:#00244D;
  font-size:16px;
  line-height:1.7;
}

.page-text-block p{
  margin-bottom:17px;
}

.page-text-block strong{
  font-weight:700;
}

.page-cta-button{
  padding-bottom:50px;
  text-align:center;
}

.btn-primary{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  width:500px;
  height:40px;
  background:#FFD300;
  color:#000;
  text-decoration:none;
  text-transform:uppercase;
  font-size:16px;
  font-weight:500;
  letter-spacing:2px;
  border-radius: 4px;
}

.btn-primary:hover{
  opacity:.9;
}

@media(max-width:991px){

  .page-hero{
    height:90px;
  }

  .page-hero h1{
    font-size:42px;
  }

  .page-section-title{
    padding:50px 0 30px;
  }


  .btn-primary{
    width:100%;
    max-width:450px;
  }

}
/* PAGE SERVICES */
.page-services {
  padding: 0 0 70px;
}

.page-services__grid {
  max-width: 735px;
  margin: 0 auto;
  padding: 35px 30px;
  background: #f1f1f1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.page-services__card {
  text-align: center;
}

.page-services__card img {
  width: 112px;
  height: 112px;
  object-fit: contain;
  display: block;
  margin: 0 auto 22px;
}

.page-services__card h3 {
  font-size: 26px;
  line-height: 1.05;
  font-weight: 700;
  color: #0062B4;
  margin-bottom: 18px;
  height: 56px;
}

.page-services__card .btn-primary {
  width: 180px;
  height: 40px;
  font-size: 17px;
  letter-spacing: 2px;
}

/* BOTTOM IMAGE */
.page-bottom-image {
  width: 100%;
  height: 240px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 2rem 0 70px;
}

/* CUSTOM HTML */
.page-custom-html {
  padding: 50px 0;
}

@media (max-width: 767px) {
  .page-services__grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    gap: 45px;
  }

  .page-bottom-image {
    height: 160px;
    margin-bottom: 50px;
  }
}
/* BANNER CTA */
.page-banner-cta {
  height: 380px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  color: #fff;
  margin-bottom: 3rem;
}

.page-banner-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 25, 55, .22);
}

.page-banner-cta .container {
  height: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-banner-cta__content {
  max-width: 980px;
  text-align: center;
}

.page-banner-cta h2 {
  font-size: 30px;
  line-height: 1.15;
  font-weight: 700;
  margin: 0 0 18px;
}

.page-banner-cta p {
  font-size: 26px;
  line-height: 1.2;
  margin: 0 0 28px;
}

.page-banner-cta .btn-primary {
  width: 300px;
}

@media (max-width: 767px) {
  .page-banner-cta {
    height: 420px;
  }

  .page-banner-cta h2 {
    font-size: 28px;
  }

  .page-banner-cta p {
    font-size: 22px;
  }
}
.page-text-block__image {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}

.page-text-block__image img {
  max-width: 320px;
  width: 100%;
  height: auto;
  display: block;
}
.page-icon-services {
  background: #f1f1f1;
  padding: 45px 0 50px;
}

.page-icon-services__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 35px;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
}

.page-icon-service {
  text-align: center;
  color: #00244D;
}

.page-icon-service img {
  height: 52px;
  width: auto;
  margin: 0 auto 18px;
  display: block;
}

.page-icon-service h3 {
  font-size: 22px;
  line-height: 1.15;
  font-weight: 700;
  margin: 0 0 12px;
}

.page-icon-service p {
  font-size: 16px;
  line-height: 1.35;
  margin: 0;
}

@media (max-width: 991px) {
  .page-icon-services__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .page-icon-services__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 25px;
  }
}
.events-cinema {
  padding: 35px 0 70px;
}

.events-cinema .container {
  background: #f1f1f1;
  padding: 35px 30px 45px;
}

.events-cinema__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
}

.events-cinema__title {
  font-size: 18px;
  line-height: 1.15;
  font-weight: 700;
  color: #00244D;
  margin-bottom: 18px;
}

.events-cinema__rooms-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 24px;
}

.events-cinema__rooms-head .events-cinema__title {
  margin-bottom: 0;
}

.events-cinema__select {
  width: 100%;
  height: 45px;
  background: #fff;
  padding: 0 22px;
  margin-bottom: 28px;
  font-family: var(--font-main);
  font-size: 17px;
  color: #00244D;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.events-cinema__map {
  width: 100%;
  height: 520px;
  background: #ddd;
}

.events-cinema__rooms {
  background: #fff;
  min-height: 608px;
  padding: 38px 42px;
  color: #00244D;
}

.events-cinema__rooms h4 {
  font-size: 22px;
  color: #0062B4;
  margin: 0 0 8px;
}

.events-cinema__address {
  font-size: 15px;
  line-height: 1.4;
  margin: 0 0 18px;
}

.events-cinema__rooms table {
  width: 100%;
  border-collapse: collapse;
}

.events-cinema__rooms td {
  padding: 8px 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
}

.events-cinema__rooms td:last-child {
  text-align: right;
  font-weight: 700;
}

.events-cinema__pdf {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  height: 36px;
  padding: 0 30px;
  background: #FFD300;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 4px;
}

@media (max-width: 991px) {
  .events-cinema__grid {
    grid-template-columns: 1fr;
  }

  .events-cinema__rooms-head {
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .events-cinema .container {
    padding: 28px 20px 35px;
  }

  .events-cinema__title {
    font-size: 24px;
  }

  .events-cinema__rooms-head {
    display: block;
  }

  .events-cinema__pdf {
    width: 100%;
    min-width: 0;
    margin-top: 20px;
  }

  .events-cinema__map {
    height: 360px;
  }

  .events-cinema__rooms {
    min-height: 360px;
    padding: 28px 24px;
  }
}
.events-cinema__seats-title{
  text-align:right;
  font-size:14px;
  font-weight:700;
  text-transform:uppercase;
  color:#0062B4;
  margin-bottom:10px;
}
.advertising-services{
  max-width:950px;
  margin:0 auto;
  padding:35px 45px;
  background:#F0F0F0;

  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
  margin-bottom: 20px;
}

.advertising-services__col{
  display:flex;
  flex-direction:column;
  gap:22px;
}

.advertising-services__col div{
  position:relative;

  padding-left:22px;

  font-size:18px;
  font-weight:700;

  color:#00244D;
}

.advertising-services__col div::before{
  content:"›";

  position:absolute;

  left:0;

  color:#0096e6;

  font-size:27px;

  line-height:1;
  top: -5px;
}
.title-advertising-top {
  font-size: 20px;
  font-weight: 700;
  color: #006BB6;
  text-align: center;
  padding-bottom: 30px;
}

.container.bg-spe {
  text-align: center;
  padding: 3rem 25px;
  background-color: #F0F0F0;
  margin-bottom: 5rem;
}
.logo-dca {
  display: block;
  margin: 0 auto;
  width: 98px;
}

.bg-spe p {
  max-width: 910px;
  margin: 0 auto;
  color: #00244D;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
@media(max-width:767px){

  .advertising-services{

    grid-template-columns:1fr;

    gap:22px;

    padding:30px;
  }

}.case-history-block {
  padding: 55px 0 45px;
  margin-bottom: 3rem;
    background: #f1f1f1;
}
.case-history-block__title {
  text-align: center;
  font-size: 30px;
  color: #00244D;
  margin: 0 0 20px;
}

.case-history-block__wrap {
  position: relative;
}

.case-history-block__viewport {
  overflow: hidden;
  max-width: 1120px;
  margin: 0 auto;
}

.case-history-block__track {
  display: flex;
  align-items: stretch;
  transition: transform .35s ease;
  gap: 5px
}

.case-history-card {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  background: #5f7f9a;
  color: #fff;
}

.case-history-card__image {
  position: relative;
  height: 290px;
  overflow: hidden;
}

.case-history-card__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.case-history-card__bg--base {
  animation-name: caseHistoryFade1;
}

.case-history-card__bg--hover {
  animation-name: caseHistoryFade2;
}

.case-history-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 35px 32px;
  text-align: center;
  background: #5A758F;
}

.case-history-card h3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 18px 35px;
  background: rgba(0,36,77,0.55);
  color: #fff;
  font-size: 23px;
  line-height: 1.15;
  text-align: center;
}

.case-history-card__text {
  flex: 1;
}

.case-history-card__text p {
  font-size: 16px;
  line-height: 20px;
  margin: 34px 0 18px;
}

.case-history-card .btn-primary {
  width: 240px;
  height: 38px;
  font-size: 15px;
  margin: 0 auto;
}

.case-history-block__arrow {
  position: absolute;
  top: 50%;
  width: 28px;
  height: 74px;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 3;
}

.case-history-block__arrow--prev {
  left: -25px;
  background-image: url('../images/arrow-sx@2x.png');
  background-repeat: no-repeat;
  background-size: 27px 73px;
}

.case-history-block__arrow--next {
  right: -25px;
  background-image: url('../images/arrow-dx@2x.png');
  background-repeat: no-repeat;
  background-size: 27px 73px;
}

@keyframes caseHistoryFade1 {
  0%, 45% { opacity: 1; }
  50%, 95% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes caseHistoryFade2 {
  0%, 45% { opacity: 0; }
  50%, 95% { opacity: 1; }
  100% { opacity: 0; }
}

@media (max-width: 767px) {
  .case-history-card {
    flex: 0 0 100%;
  }

  .case-history-block__arrow--prev {
    left: 8px;
  }

  .case-history-block__arrow--next {
    right: 8px;
  }
}

@keyframes caseHistoryFade1{

  0%,
  45%{
    opacity:1;
  }

  50%,
  95%{
    opacity:0;
  }

  100%{
    opacity:1;
  }

}

@keyframes caseHistoryFade2{

  0%,
  45%{
    opacity:0;
  }

  50%,
  95%{
    opacity:1;
  }

  100%{
    opacity:0;
  }

}
/* ==========================
   CONTATTACI
========================== */

.contact-forms{
  padding:50px 0 80px;
}

.contact-forms__title{
  text-align:center;
  font-size:30px;
  font-weight:700;
  color:#00244D;
  margin:0 0 45px;
}

.contact-forms__cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
  max-width:1140px;
  margin:0 auto 45px;
}

.contact-card{
  background:#F0F0F0;
  border:2px solid transparent;
  min-height:240px;

  padding:20px 25px;

  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:space-between;

  cursor:pointer;

  transition:.25s ease;

  appearance:none;
  -webkit-appearance:none;
}

.contact-card.is-active{
  border:solid 2px #8AB1D0;
  background-color: transparent;
}

.contact-card img{
  width:90px;
  height:90px;
  object-fit:contain;
}

.contact-card__title{
  color:#00244D;
  font-size:16px;
  font-weight:700;
  line-height:1.35;
  text-align:center;
  font-family: 'Ubuntu', sans-serif;
  margin-bottom: 20px;
  margin-top: 10px;
}

.contact-card__btn{
  display:inline-flex;
  justify-content:center;
  align-items:center;

  width:150px;
  height:40px;

  background:#FFD300;

  color:#000;

  font-size:16px;
  font-weight:500;

  letter-spacing:2px;
  text-transform:uppercase;
  font-family: 'Ubuntu', sans-serif;
}
.contact-form-panel{
  display:none;
}

.contact-form-panel.is-active{
  display:block;
}

.uci-form-box{
  background:#f5f5f5;
  padding:60px;
  max-width:1140px;
  margin:0 auto;
}

.uci-form-box h3{
  text-align:center;
  font-size:42px;
  color:#00244D;
}

@media(max-width:991px){

  .contact-forms__cards{
    grid-template-columns:1fr;
  }

  .uci-form-box{
    padding:35px 25px;
  }

}
.uci-form-box{
  background:#f1f1f1;
  max-width:1140px;
  margin:0 auto;
  padding:40px 60px 70px;
  color:#00244D;
}

.uci-form-box h3{
  text-align:center;
  font-size:24px;
  margin:0 0 25px;
  color:#00244D;
}

.uci-form-intro{
  text-align:center;
  font-size:15px;
  line-height:1.5;
  margin:0 0 45px;
}

.uci-form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:26px 95px;
}

.uci-field label{
  display:block;
  font-size:16px;
  font-weight:700;
  margin-bottom:10px;
}

.uci-field input,
.uci-field select,
.uci-field textarea{
  width:100%;
  height:42px;
  border:1px solid #d6d6d6;
  background:#fff;
  padding:0 14px;
  font-family:inherit;
  box-shadow:0 6px 14px rgba(0,0,0,.12);
}

.uci-field textarea{
  height:70px;
  padding:12px 14px;
}

.uci-field--full{
  margin-top:26px;
}

.uci-form-required{
  font-size:13px;
  font-weight:700;
  margin:25px 0 55px;
}

.uci-form-privacy{
  text-align:center;
  font-size:13px;
  font-weight:700;
  line-height:1.4;
}

.uci-form-privacy label{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:20px 18px 0;
}

.uci-form-recaptcha{
  display:flex;
  justify-content:center;
  margin:35px 0 25px;
}

.uci-recaptcha-placeholder{
  width:260px;
  height:70px;
  background:#fff;
  border:1px solid #d6d6d6;
  display:flex;
  align-items:center;
  padding-left:55px;
  font-size:13px;
  color:#333;
}

.uci-form-submit{
  display:flex;
  justify-content:center;
  align-items:center;
  width:300px;
  height:40px;
  margin:0 auto;
  border:0;
  background:#FFD300;
  color:#000;
  text-transform:uppercase;
  font-size:16px;
  font-weight:700;
  letter-spacing:2px;
  cursor:pointer;
}
.uci-event-type{
  display:flex;
  justify-content:center;
  gap:35px;
  margin:35px 0 45px;
}

.uci-event-type label{
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 18px;
  border:1px solid transparent;
  cursor:pointer;

}

.uci-event-type label.is-active{

  border-color:#9ab8d4;

}

.uci-event-panel{
 display:none;

}

.uci-event-panel.is-active{
  display:block;

}
@media(max-width:767px){
  .uci-form-box{
    padding:35px 25px 50px;
  }

  .uci-form-grid{
    grid-template-columns:1fr;
    gap:24px;
  }

  .uci-form-submit{
    width:100%;
  }
}
.contact-card.is-active .contact-card__btn {
  background-color: #F0F0F0
}