@font-face {
  font-family: 'chapaza_italicitalic';
  src: url('fonts/chapaza_italic-webfont.woff2') format('woff2'),
       url('fonts/chapaza_italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'chapazaregular';
  src: url('fonts/chapaza-webfont.woff2') format('woff2'),
       url('fonts/chapaza-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


:root{
  --primary: #2E3192; /* BLUE */
  --primary-dark: #00053c;
  --pink: #ee2a7b;
}

body{
  margin: 0;
  /* font-family: 'chapazaregular', serif; */
  font-family: 'Roboto', sans-serif;
}
.container{
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 20px;
}
.page.container{
  margin-top: 40px;
  margin-bottom: 100px;
}
.page.container .row{
  display: flex;
  align-items: center;
}
.page.container h2{
  font-size: 20px;
}
.btn{
  display: inline-block;
  background-color: #fff;
  font-size: 16px;
  padding: 14px 20px;
  color: #000;
  text-decoration: none;
  border-radius: 30px;
  line-height: 1;
  cursor: pointer;
  border: none;
  font-family: 'Roboto', sans-serif;
}
.btn:hover{
  background-color: #eee;

  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.btn.btn-block{
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.spacer{
  height: 40px;
  display: block;
  width: 100%;
}
.spacer.spacer-m{
  height: 28px;
}
.spacer.spacer-l{
  height: 100px;
}
@media (max-width: 767px) {
  .spacer.spacer-l{
    height: 50px;
  }
}
.text-center{
  text-align: center;
}
h2{
  font-size: 32px;
}
a{
  color: var(--primary);
}
a:hover{
  color: var(--pink);
}
p{
  line-height: 2;
}
h1, h2, h3, h4, h5, h6{
  /* text-transform: uppercase; */
  letter-spacing: 3px;
}
.alert{
  border: 1px solid #888;
  color: #888;
  display: none;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 14px;
}
.alert.alert-danger{
  border-color: #f95f44;
  color: #f95f44;
}
.alert.alert-success{
  border-color: #34bd3d;
  color: #34bd3d;
}

.header{
  border-bottom: 1px solid #f1f1f1;
}
nav.navigation{
  padding: 20px 0;
}
nav.navigation > .row{
  display: flex;
  align-items: center;
}
nav .nav-brand img{
  max-width: 200px;
  display: inline-block;
}
nav.navigation .nav-menu{
  text-align: right;
  flex: 1 0 auto;
}
nav.navigation .menu{
  padding: 0;
  margin: 0;
}
nav.navigation .menu li{
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}
nav.navigation .menu li a{
  display: inline-block;
  color: var(--primary);
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  padding: 8px 10px;
}
nav.navigation .menu li:hover a{
  color: var(--primary);

  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
nav.navigation .menu-button{
  background-color: var(--primary);
  color: #fff !important;
  padding: 14px 20px !important;
  border-radius: 30px;
}
nav.navigation .menu-button:active,
nav.navigation .menu-button:hover{
  background-color: #000;
}
@media (max-width: 767px) {
  nav.navigation > .row{
    display: block;
  }

  nav.navigation .nav-menu{
    text-align: center;
    margin-top: 20px;
  }
  nav.navigation .menu li a{
    padding: 12px;
  }
  nav .nav-brand{
    display: block;
    width: 100%;
    text-align: center;
  }
  nav .nav-brand img{
    margin: 0 auto;
  }
}

.banner {
  min-height: calc(100vh - 140px);
  background-color: #2E3192;
  position: relative;
}
.banner .container{
  padding-left: 120px !important; 
  padding-right: 120px !important; 
}
.banner-slides{
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner-slide{
  background-position: center center;
  background-size: cover;
  height: 100%;
}
.banner-slide,
.slick-list,
.slick-track {
  height: 100%;
}
.slide-content{
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.slide-content > div{
  flex: 1 0 auto;
  box-sizing: border-box;
  width: 100%;
}
.slide-content .heading{
  margin: 0 0 20px 0;
  color: #fff;
  font-size: 45px;
}
.scroll-container{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  width: 100%;
}
.scroll {
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: relative;
  animation: down 1.5s infinite;
  -webkit-animation: down 1.5s infinite;
  margin: 0 auto;
  z-index: 1;
}
.scroll::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 20px;
  width: 18px;
  height: 18px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
@keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translate(0);
  }
}
@-webkit-keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translate(0);
  }
}
.slick-arrow{
  z-index: 3;
}
.slick-prev:before, .slick-next:before{
  color:#fff;
  width: 40px !important;
  font-size: 40px;
  z-index: 3;
}
.slick-prev{
  left: 40px;
}
.slick-next{
  right: 40px;
}

@media (max-width: 767px) {
  .banner {
    min-height: 650px;
  }
  .slide-content .heading{
    margin: 0 0 20px 0;
    color: #fff;
    font-size: 22px;
  }
}

.image-cards{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.image-cards > .image-card{
  flex: 1 0 33.33333333333333%;
  max-width: 33.33333333333333%;
  position: relative;
  box-sizing: border-box;
}
.image-card .image-card-content{
  padding: 10px;
  box-sizing: border-box;
}
.image-card .image-card-content h3{
  margin: 0;
}
.image-card .image-card-content img{
  max-width: 100%;
  display: block;
}

.danke{
  min-height: 200px;
}
.danke.danke-2{
  background-color: var(--primary-dark);
  padding: 80px 0 60px 0;
  background-position: center center;
  background-size: cover;
}
.danke .danke-banner{
  max-width: 100%;
}
.danke p{
  font-size: 24px;
  color: var(--primary);
}
.danke.danke-2 p{
  color: #fff;
}

.content-3 .row{
  display: flex;
  gap: 120px;
}
.content-3 .column{
  flex: 0 1 50%;
  max-width: 50%;
}
.content-3 .content-3-image{
  max-width: 100%;
}
@media (max-width: 767px) {
  .content-3 .row{
    display: block;
  }
  .content-3 .column{
    max-width: 100%;
  }
}

.content-4{
  min-height: 1200px;
  background-color: #222;
  position: relative;
}
@media (max-width:2300px) {
  .content-4{
    min-height: 1000px;
  }
}
@media (max-width:1900px) {
  .content-4{
    min-height: 800px;
  }
}
@media (max-width:1200px) {
  .content-4{
    min-height: 650px;
  }
}
.content-4 video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  opacity: .5;
}

.content-5 .row{
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.content-5 .column{
  flex: 1 0 calc(50% - 100px/2);
  max-width: calc(50% - 100px/2);
  margin-bottom: -40px;
}
.content-5 .column.column-full{
  flex: 1 0 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .content-5 .row{
    display: block;
  }
  .content-5 .column{
    max-width: 100%;
    width: 100%;
    margin-bottom: 40px;
  }
}

.content-6{
  min-height: 784px;
  width: 100%;
  background-image: url(../images/content-6.jpg);
  background-position: center center;
  background-size: cover;
}

footer.footer{
  background-color:#00053c;
  color: #fff;
  padding: 100px 0 20px 0;
  background-image: url(../images/footer-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}
footer.footer.footer-2{
  background-image: none !important;
  padding: 20px 0;
}
footer.footer.footer-2 a{
  color: var(--pink);
}
.footer .contact{
  max-width: 1000px;
  margin: 0 auto;
}
.form-group{
  display: block;
  width: 100%;
  margin-bottom: 40px;
}
.form-group > label{
  font-size: 14px;
  display: block;
  width: 100%;
  color: #999;
  margin-bottom: 10px;
}
.form-group.message{
  height: calc(100% - 65px);
  box-sizing: border-box;
}
textarea.form-content,
.form-content[type=text],
.form-content[type=email]{
  display: block;
  width: 100%;
  color: #f1f1f1;
  background-color: transparent;
  border: 1px solid #eee;
  padding: 20px 12px;
  font-size: 16px;
  outline: none;
  font-family: 'Roboto', sans-serif;
  box-sizing: border-box;
}
textarea.form-content:focus,
.form-content[type=text]:focus,
.form-content[type=email]:focus{
  background-color: rgba(0,0,0,0.15);
}
textarea.form-content{
  white-space: pre-wrap;
  resize: vertical;
  height: 100%;
  box-sizing: border-box;
}
.form-row{
  display: flex;
  width: 100%;
  gap: 20px;
  align-items: stretch;
}
.form-row .form-column{
  flex: 1 0 auto;
  position: relative;
}
@media (max-width:767px) {
  .form-row{
    display: block;
  }
}
.contact-url{
  text-align: center;
  margin-top: -30px;
}
.contact-url a{
  color: var(--pink);
}

.contact .captcha-block{
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.contact .captcha-block #op-captcha-error{
  font-size: 14px;
  color: orange;
}
.contact .captcha-block .captcha-field{
  display: inline-block;
  border-radius: 4px;
  border: 1px solid transparent;
  padding: 10px;
  width: 70px;
  outline: none;
}

#email-form-submit:disabled{
  opacity: 0.7;
  cursor: not-allowed;
}