

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

@font-face {
   font-family: 'Actay-RegularItalic';
   src: url('../../fonts/Actay-RegularItalic.otf') format('opentype');
}

@font-face {
   font-family: 'ActayCondensed-Thin';
   src: url('../../fonts/ActayCondensed-Thin.otf') format('opentype');
}

@font-face {
   font-family: 'ActayCondensed-ThinItalic';
   src: url('../../fonts/ActayCondensed-ThinItalic.otf') format('opentype');
}

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

@font-face {
   font-family: 'ActayWide-BoldItalic';
   src: url('../../fonts/ActayWide-BoldItalic.otf') format('opentype');
}

*{
   font-family: 'Actay-Regular', sans-serif;
}

body {
   background-color: #F5F5F5;
}



nav{
   background-color: #0c0909;
   color: #ffffff;
   text-transform: uppercase;
   border-bottom: #ec0033 solid 6px;
}
 


.promo-block {
   width: 80%; 
   margin: 20px auto;
}

.swiper-slide {
   text-align: center;
   padding: 20px;
   background-color: #3498db; 
   color: #fff;
}

.img-square {
   height: auto;
   max-width: 100%;
}

h3 .informer-title{
   color: #ec0033;
   font-weight: 600;
}

h4.test-title{
   color: #ec0033;
   font-weight: 600;
}

nav .navbar li .active {
   color: #6104d7;
}

nav li a{
   cursor: pointer;
}

footer a{
   color: #999999;
   cursor: pointer;
   font-weight: 600;
}

footer a:hover{
   text-decoration: none;
   color: #ec0033;
}

.embed-resposive-item{
   border-radius: 8px;
}

@media (max-width: 767px) {
   .test-informer-nav.slick-prev,
   .test-informer-nav.slick-next {
       display: none;
       background: none;
       border: none;
       position: relative;
   }
}