﻿@charset "UTF-8";

@import url('mo-grid.css');
@import url('fonts.css');
@import url('menu.css');
@import url('module.css');
@import url('swiper.min.css');

:root {
  --title-color: #222;
  --bg-color: #FAF0E6;
}

body {
 font-style: normal;
 font-weight: 400;
 font-size: 18px;
 line-height: 1.643;
 font-family: "Zalando Sans", sans-serif;
 letter-spacing: 0px;
 text-align: left;
 color: #333333;
}
a{
	color:#333333;
	text-decoration:none;
}
strong{
	font-weight:bold;
}
main{
	padding:50px 0 50px 0;
	background: url(../images/cont_bg.png) 0 0 repeat;
}
.padding-main{
	padding-top:40px;
}

.border-with-text {
	 color: #aeaeae;
	 font-size: 17px;
	 font-weight: 500;
	 font-family: Roboto, sans-serif;
	 letter-spacing: 0;
	 display: flex;
	 flex-direction: row;
}
 .border-with-text span {
	 display: inline-block;
	 background: transparent;
	 padding: 0 0;
	 border: 0px solid #e5e5e5;
	 border-radius: 100%;
	 padding: 5px;
}
 .border-with-text:before, .border-with-text:after {
	 content: "";
	 flex: 1 1;
	 border-bottom: 2px solid #e5e5e5;
	 margin: auto;
}


h2,
h3,
h4,
h5,
h6{
	font-family: "Zalando Sans", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	line-height:1.3;
	margin-bottom:15px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    -webkit-transition: .5s;
    transition: .5s;
}
h1 {
	color:#03425e;
    font-size:30px;
    font-weight:bold;
    text-align:center;
    text-transform: uppercase;
	letter-spacing: 0;
	margin-bottom:40px;
	display: flex;
	flex-direction: row;
}
h1 span {
	 display: inline-block;
	 padding: 0 15px;
}

h1:before,
h1:after {
	 content: "";
	 flex: 1 1;
	 border-bottom: 1px solid #03425e;
	 margin: auto;
}

h2 {
	color:#03425e;
    font-size: 25px;
	
}
h3 {
	color:#03425e;
    font-size: 24px;
}
h4 {
	color:#03425e;
    font-size: 22px;
}
h5 {
	color:#03425e;
    font-size: 20px;
}
h6 {
	color:#03425e;
    font-size: 18px;
}
p{
	margin-bottom:20px;
}
a{
	text-decoration:none!important;
}
/* Swiper
 ========================================================= */
@keyframes fade-in {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.swiper-container {
	 width: 100%;
	 height: 80vh;
}
 .swiper-container .swiper-wrapper .swiper-slide {
	 background-repeat: no-repeat;
	 background-size: cover;
	 background-position: center;
}
.swiper-container .swiper-wrapper .swiper-slide p {
	 position: absolute;
	 top: 40%;
	 left: 10%;
	 color: #8C8C8C;
	 line-height:1.1;
	 font-size: 3.5vw;
	 font-weight: bold;
	 /*text-shadow: 0px -1px 1px black;*/
	 text-shadow: 1px 1px 2px #000000;
}
.swiper-container .swiper-wrapper .swiper-slide span {
  color: #fee903;
  display: inline-block;
  font-size: 40px;
}
 .swiper-container .swiper-wrapper .swiper-slide-active p {
	 animation-name: fade-in;
	 animation-duration: 2s;
	 animation-delay: 2s;
	 animation-fill-mode: both;
}
.swiper-button-prev{
  display: block;
  position: absolute;
  background: url(../images/prevnext.png) 0 0 no-repeat;
  width: 86px;
  height: 55px;
  top: 50%;
  margin-top: -27px;
  left: 0;
  z-index: 999;
  opacity: 1 !important;	
}
.swiper-button-next{
  right: 40px;
  display: block;
  position: absolute;
  background: url(../images/prevnext.png) right 0 no-repeat;
  width: 86px;
  height: 55px;
  right: 0;
  top: 50%;
  margin-top: -27px;
  z-index: 999;
  opacity: 1 !important;
}
.swiper-button-prev:hover{
	background-position: 0 bottom;
	cursor: pointer;
}
.swiper-button-next:hover{
	background-position: right bottom;
	cursor: pointer;	
}

@media (max-width: 767px){
	.swiper-container {
	 height: 40vh;
	}
	.swiper-container .swiper-wrapper .swiper-slide {
	 background-position: center center;
	}
	.swiper-container .swiper-wrapper .swiper-slide p {
	top: 10%;
	left: 10%;
	width:100%;
	font-size:28px;
	}
	.swiper-container .swiper-wrapper .swiper-slide span {
	font-size: 28px;
	}
}

/* Footer
 =========================================================== */
.footer-1 {
	color:#f6f6f6!important;
	font-size:16px;
	padding: 55px 0;
	background-color: #00131c;
}
.footer-1 .footer-head{
	font-size:20px;
	font-weight:bold;
	margin-bottom:15px;
	text-transform: uppercase;
}
.footer-1 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer-1 ul li {
	border-bottom: 1px solid #1B3743;
	padding: 4px 0 4px 2px;
}
.footer-1 a {
	color:#f6f6f6!important;
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.footer-1 a:hover {
	color: #289cd8;
}


 