@font-face {
	font-family: 'Circe';
	src: url('/static/base/css/Circe-Regular.eot');
	src: local('Circe'), local('Circe-Regular'),
		url('/static/base/css/Circe-Regular.eot?#iefix') format('embedded-opentype'),
		url('/static/base/css/Circe-Regular.woff') format('woff'),
		url('/static/base/css/Circe-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('/static/base/css/Circe-ExtraLight.eot');
	src: local('Circe ExtraLight'), local('Circe-ExtraLight'),
		url('/static/base/css/Circe-ExtraLight.eot?#iefix') format('embedded-opentype'),
		url('/static/base/css/Circe-ExtraLight.woff') format('woff'),
		url('/static/base/css/Circe-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('/static/base/css/Circe-Thin.eot');
	src: local('Circe Thin'), local('Circe-Thin'),
		url('/static/base/css/Circe-Thin.eot?#iefix') format('embedded-opentype'),
		url('/static/base/css/Circe-Thin.woff') format('woff'),
		url('/static/base/css/Circe-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('Circe-Light.eot');
	src: local('Circe Light'), local('Circe-Light'),
		url('/static/base/css/Circe-Light.eot?#iefix') format('embedded-opentype'),
		url('/static/base/css/Circe-Light.woff') format('woff'),
		url('/static/base/css/Circe-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('/static/base/css/Circe-Bold.eot');
	src: local('Circe Bold'), local('Circe-Bold'),
		url('/static/base/css/Circe-Bold.eot?#iefix') format('embedded-opentype'),
		url('/static/base/css/Circe-Bold.woff') format('woff'),
		url('/static/base/css/Circe-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('/static/base/css/Circe-ExtraBold.eot');
	src: local('Circe ExtraBold'), local('Circe-ExtraBold'),
		url('/static/base/css/Circe-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('/static/base/css/Circe-ExtraBold.woff') format('woff'),
		url('/static/base/css/Circe-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}

html, body{
  margin: 0;
  font-family: "Circe";
	font-weight: normal;
	font-style: normal;
  height: 100%;
}

.banner-container{
    background: url('/static/base/images/banner.png') 50%;
  height: 455px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-bottom: 5px solid #ffd400;
}

.banner{
  display: flex;
justify-content: space-evenly;
flex-direction: column;
align-items: center;
height: 80%;
}

.text-banner h1{
  color: #f7f3df;
  font-size: 49px;
  font-weight: 400;
  line-height: 50.53px;
  text-align: center;
}

.nav-back{
    background: url('/static/base/images/nav-back.png');
    height: auto;
        padding: 10px;
		background-color: #eeeeee;
}

.navigation{
	display: flex;
	flex-wrap: wrap;
	width: 55%;
}

.vetro{
	max-width: 117px;
}

.nav-container {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0 auto;
    width: 80%;
    justify-content: space-between;
}

.work-info p{
	margin: .5em;
}

.nav-logo {
}

.gray{
  background: linear-gradient(180deg, #909090 0%, #494844 100%);
  border-radius: 5px;
}

.black{
  background: linear-gradient(180deg, #4C4C4A 0%, #0B0803 100%);
  border-radius: 5px;
}

.yellow{
  background: linear-gradient(180deg, #FFE903 0%, #F2A615 95.31%);
  border-radius: 5px;
}

.button{
  width: auto;
  display: flex;
  padding: 0 10px;
  justify-content: space-around;
  align-items: center;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  margin-right: 6px;
  margin-bottom: 6px;
}

.button:hover, .button:focus{
    color: #ffffff;
    text-decoration: none;
}

.button p{
  margin: 10px 0;
}

.button img{
  margin-right: 4px;
}

.container-ostrov img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	object-fit: cover;
	height: auto;
}

.container-news{
  display: flex;
justify-content: center;
align-items: center;
}

.new-item span{
opacity: 0.39;
color: #000000;
font-size: 14px;
}

.new-item h3{
color: #000000;
font-size: 18px;
margin: 0;
}

.new-item p{
color: #000000;
font-size: 14px;
}

.new-item img {
  float: left;
  margin-right: 15px;
	width: 25%;
}

.new-item {
    max-width: 320px;
    margin-right: 20px;
}

.new-item:last-child{
	margin: 0;
}

.work-info{
	border:2px solid #ffd400;
}

.new-header{
  text-align: center;
color: #000000;
font-size: 31px;
font-weight: bold;
margin-top: 0;
}

.marks-container{
  background: url('/static/base/images/back-marks.png');
  height: 147px;
  width: 80%;
  margin: 0 auto;
  margin-top: 10px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.links{
  padding: 20px 0;
  display: flex;
    align-items: baseline;
    width: 65%;
    margin: 0 auto;
    justify-content: flex-start;
}

.links img{
  margin-right: 8px;
  height: 14px;
}

.link-text p{
color: #000000;
font-size: 21px;
font-weight: bold;
margin: 0;
}

.link-text a{
opacity: 0.39;
color: #000000;
font-size: 18px;
font-weight: bold;
text-decoration: underline;
}


.banner-shablon-container{
  background: url('/static/base/images/backshab.png');
  height: 94px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 5px solid #ffd400;
}

.banner-shab{
  display: flex;
align-items: center;
justify-content: space-evenly;
width: 60%;
}

.text-banner-shab h1{
color: #ffffff;
font-size: 28px;
font-weight: 400;
margin: 0;
}

.logoshab{
	width: 80%;
}

.nav-shab{
	height: auto !important;
}

.nav-left{
  display: flex;
align-items: center;
flex-wrap: wrap;
padding: 5px 0;
}

.nav-right{
  display: flex;
align-items: center;
flex-wrap: wrap;
padding: 5px 0;
}

.shab-navigation{
width: 100%;
justify-content: space-between;
}

.shablon-page{
  height: 50%;
}

.blue{
  color:#1d69a9;
  margin: 0 5px 0 5px;
}

.gray-col{
  color:#a1a3a5;
    margin: 0 5px 0 5px;
}

.nav-shab-page{
    color:#a1a3a5;
    width: 78%;
    margin: 0 auto;
    margin-top: 30px;
}

.mrn{
  margin: 0 !important;
}

.links-shab{
  display: flex;
width: 75%;
justify-content: space-between;
margin: 0 auto;
padding: 60px 0;
align-items: flex-end;
}

.l-right{
  display: flex;
align-items: center;
justify-content: flex-end;
position: relative;
}

.l-right  img{
  position: absolute;
left: -30px;
top: 30px;
}

.mob{
	display: none;
}

.hide{
	display: none;
}

.owl-nav {
	position: absolute;
	top: 60%;
	color: #cdcbcd;
	width: 100%;
}

.slider-carousel .owl-prev span, .owl-next span{
  font-size: 48px;
	line-height: 0;
}

.slider-carousel .owl-prev {
	position: absolute;
  left: 7%;
}

.slider-carousel .owl-next {
	position: absolute;
  right: 7%;
}

.owl-theme .owl-nav {
    margin-top: 0px !important;
}

.owl-nav{
	display: flex;
    align-items: center;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: initial !important;
    color: #909090  !important;
    text-decoration: none;
		outline: none;
}

.owl-theme .owl-nav [class*=owl-]:focus {
		outline: none;
}

.image-timer {
    position: relative;
}

.image-timer img {
    display: block;
    width: 100%;
    height: auto;
}

.timer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 2vw;
    font-weight: bold;
}


@media screen and (max-width:1650px){
	.nav-container {
	    width: 90%;
	}
}


@media screen and (max-width:1600px){
  .shab-navigation{
          margin: auto !important;
  }
}

@media screen and (max-width:1450px){
	.nav-container {
	    width: 98%;
			padding: 30px 0;
			align-items: flex-start;
	}


	.navigation {
    margin:0 auto;
    width: 50%;
		position: relative;
}

.shab-navigation{
width: 100%;
justify-content: space-between;
}

.nav-shab .nav-container{
	padding: 0;
}
}

@media screen and (max-width:1400px){

	.banner-shab {
	    width: 60%;
	}
	.logo-shab img{
        width: 70%;
	}
	.text-banner-shab h1 {
    font-size: 21px;
}
}


@media screen and (max-width:1100px){
  .nav-logo {
      left: 2%;
  }
  .banner-shab {
    width: 100%;
}
.new-item {
		max-width: 750px;
		margin-bottom: 30px;
}
.container-news {
	flex-direction: column;
}
.container-ostrov img{
	object-fit: cover;
  height: 70px;
}
.hide{
	display: block;
}
.work-info{
	display: none;
}
.hide:hover .mob{
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0;
	background: white;
	color: #8d8d8d;
	width: 300px;
	padding: 10px;
	z-index: 999;
}
.navigation{
	margin-left: auto;
	width: 75%;
}

.shab-navigation{
width: 100%;
justify-content: space-between;
}
}


@media screen and (max-width:990px){
  .banner-container{
    height: 500px;
    background-size: cover;
  }
  .text-banner h1 {
    font-size: 38px;
}
.marks-container {
    width: 100%;
}
.slider-carousel .owl-prev {
    left: 1%;
}
.slider-carousel .owl-next {
    right: 1%;
}
.slider-carousel > div {
}
}

@media screen and (max-width:900px){
  .nav-logo {
      display: none;
  }
  .navigation {
    margin: auto;
    width: 90%;
}
.container-news{
  width: 75%;
margin: 0 auto;
}
}

@media screen and (max-width:800px){
	.links-shab {
	    display: flex;
	    width: 75%;
	    justify-content: center;
	    margin: 0 auto;
	    padding: 60px 0;
	    align-items: center;
	    flex-direction: column;
	}
  .l-right img {
    top: 5px;
}
.container-ostrov img{
	object-fit: cover;
  height: 70px;
}
}

@media screen and (max-width:650px){
  .banner-container{
    height: 500px;
    background-size: cover;
  }
  .text-banner h1 {
      font-size: 30px;
  }
.marks-container {
    width: 100%;
    flex-direction: column;
    height: 330px;
}
.marks-container img{
  margin-bottom: 30px;
}
.marks-container img:last-child{
  margin-bottom: 0px;
}
.text-banner-shab h1 {
    font-size: 24px;
}
}


@media screen and (max-width:600px){
  .text-banner-shab h1 {
      font-size: 21px;
  }
	.nav-back {
    height: auto;
}
}

@media screen and (max-width:600px){
  .text-banner-shab {
      display: none
  }
  .banner-shablon-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-ostrov img{
	object-fit: cover;
  height: 60px;
}
.slider-carousel > div {
}
}


@media screen and (max-width:450px){
	.text-banner h1 {
	    font-size: 19px;
	    max-width: 300px;
			line-height: 30px;
	}
.banner-container {
    height: 200px;
    background-size: cover;
}
.logo{
	text-align: center;
}
.logo img{
	    width: 50%;
}
.mob-none{
	display: none;
}
.button {
    padding: 0 5px;
  }
  .navigation {
    margin: auto;
    width: 98%;
}
.new-item p {
    color: #000000;
    font-size: 12px;
}
.new-item h3 {
    color: #000000;
    font-size: 16px;
    margin: 0;
}
.container-news {
    width: 90%;
    margin: 0 auto;
}
.links {
    width: 90%;
}
.nav-shab-page {
    width: 92%;
}
.container-ostrov img{
	object-fit: cover;
  height: 50px;
}
.slider-carousel .owl-prev span, .owl-next span {
    font-size: 32px;
    line-height: 0;
}
}

@media screen and (max-width:400px){
  .button {
  font-size: 9px;
}
    .shab-navigation {
    width: 92% !important;
}
.container-ostrov img{
	object-fit: cover;
  height: 30px;
}
.nav-container{
	 padding: 20px 0;
}
.hide:hover .mob {
    width: 200px;
}
.container-ostrov {
    margin:0;
}
}

@media screen and (max-width:350px){
.new-item img{
  width: 50%;
}
.link-text p {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}
}

.modal-dialog {
    z-index: 1041;
}

#bottom_banner {
    z-index: 98;
    position: fixed;
    bottom: 1%;
    right: 1%;
    width: 30%;
}

#bottom_banner_close {
    background-color: white;
    padding: 0.5% 1%;
    z-index: 99;
    position: absolute;
    left: 95%;
    top: 3%;
    font-size: 100%;
}

#float_left_bottom {
    position: fixed;
    bottom: 7px;
    left: 7px;
    background-color: white;
    z-index: 99;
    width: 170px;
}

.status-page {
  top: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  text-align: center;
  font-weight: bold !important;
}

.status-page h1 {
  font-size: 72px;
}

.status-comment {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.4;
}

.footer {
  background-color: white;
  position:fixed;
  left:0px;
  bottom:0px;
  width:100%;
}
