/***********style.css***********/
@font-face {
	font-family: 'EurostileExtended';
	src: url('../fonts/EurostileExtended-Regular.woff') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'EurostileExtended';
	src: url('../fonts/EurostileExtended-Medium.woff') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'EurostileExtended';
	src: url('../fonts/EurostileExtended-Black.woff') format('woff2');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
a{
    position: relative;
}

.mt-30{
	margin-top:30px;
}
.mb-20{
	margin-bottom:20px;
}
.mb-30{
	margin-bottom:30px;
}
.pt-30{
	padding-top:30px;
}
.pt-60{
	padding-top:60px;
}
.pb-60{
	padding-bottom:60px;
}

.mw-130{
    min-width:130px;
}
.mw-150{
    min-width:150px;
}

.shadow{
	display: block;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15) !important;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.white{
	color:#fff;
}
.red{
    color: #ff0000!important;
}
.brd-red{
    border: 1px solid #ff0000;
    border-radius: 5px;
    padding: 0px 10px;
}
.brd-10{
    border-radius:10px!important;
}
.brd-bl-0{
    border-bottom-left-radius: 0px!important;
}
.brd-br-0{
    border-bottom-right-radius: 0px!important;
}
.object-fit{
    object-fit: cover;
}
.radius-10{
	border-radius: 10px;
}
.dotted-bottom{
	border-bottom: 1px dotted;
	line-height: 1.2;
}
.form-control {    
    border: 1px solid #ced4da;
    border-radius: 0;    
}

.badge{
	border-radius:0px;
	line-height: 1.4;
	font-weight:400;
}
.badge-success {    
    background-color: #556e97;
}
.badge-success[href]:focus, .badge-success[href]:hover {    
    background-color: #3b5072;
}
.btn-success {    
    background-color: #556e97;
	border-color: #556e97;
   
}
.btn-success:hover,
.btn-success:focus,
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {    
    background-color: #3b5072;
    border-color: #3b5072;
}
.btn-xl{
    font-size: 20px;
    padding: 10px 25px;
}

.tab-content {
    padding: 1rem;
    padding-top: 2rem;
}




*{
	outline: 0!important;
}

input, textarea, button, li:focus, li a:focus, a.btn:focus, .form-control{	
	border-radius:0!important;
	-webkit-box-shadow: none!important;
    box-shadow: none!important;	
}

input:active,
input:focus,
textarea:active,
textarea:focus,
.form-control:active,
.form-control:focus{
	outline: none!important;
	border-color: #556e97!important;
}
.btn{
	border-radius: 0;
}
.btn-primary, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: rgb(170, 160, 129)!important;
    border-color: rgb(170, 160, 129)!important;
}
.btn-primary:hover {
    color: #fff;
    background-color: rgb(170, 160, 129);
    border-color: rgb(170, 160, 129);
}
input.error{
	border-color:brown!important;
}
html,
body {
  height: 100%;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #111111;
}

.main-content,
.main-content p,
.main-content span,
.main-content ul li,
.main-content ol li{
    font-size:18px!important;
	font-family: 'Montserrat', sans-serif!important;
	font-weight: 400;
}
.main-content b,
.main-content b span,
.main-content strong,
.main-content strong span{
    font-weight: 600;
}
.main-content ul, .main-content ol{
	margin-left: 0!important;
	padding-left:1rem!important;
}
.main-content ul li, .main-content ol li{
	margin:0!important;
}
.main-content img{
    max-width:100%;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'EurostileExtended', sans-serif;
	font-size: 2rem;
    font-weight: 500;    
    color: inherit;
}
a:hover{
	color: #aaa081;
	text-decoration: none;
}

.row-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 0 auto;
    flex-wrap: wrap; 
}
section{
	position:relative;
	margin-top:60px;
	margin-bottom:60px;
}
.hero-section{
	margin-top:0px;
	margin-bottom:0px;
}
.quote-section{
	display: flex;
    align-items: center;
	padding-top:60px;
	padding-bottom:60px;
	min-height:500px;
	color: #ffffff;
}
.section-slogan{
	display: flex;
    align-items: center;
	padding-top:80px;
	padding-bottom:80px;	
}
.section-slogan p{
	color: #808080;
}
.section-video .video{
	display: block;
}
.section-video .icon-play{
	position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    width: 90px;
    height: 90px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.section-video .icon-play:hover{
	text-decoration:none;
}
.section-video .icon-play i{
	font-size: 50px;
    color: #ffffff;
}
.section-gray{	
	background-color:#f4f4f4;
}
.lazy {
    filter: blur(5px) grayscale(1);
}

/***swiper***/
.hero_slide_wrapper{
	height: 500px;
}
.main-slider{
	width: 100%;
	height:100%;
	float: left;
	transition: opacity 0.6s ease, transform 0.3s ease;
}
.main-slider a{
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}


.slider-container{
	position:relative;	
}
.slider-container .swiper-button-next,
.slider-container .swiper-button-prev{
	/*top: calc(50% - 20px);*/
}

@media (min-width: 576px){
}
@media (min-width: 768px){
}
@media (min-width: 992px){
}
@media (min-width: 1400px){
	.slider-container .swiper-button-prev{
		left: -40px;	
	}
	.slider-container .swiper-button-next{
		right: -40px;		
	}
}

@media (min-width: 1400px){
	.container {
    	max-width: 1340px;
	}
}



.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next,
.slider-container:hover .swiper-button-prev,
.slider-container:hover .swiper-button-next{
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}
.main-slider.loading{
	opacity: 0;
	visibility: hidden;
}
.main-slider .entity-img{
	display: none;
}  
[class^="swiper-button-"]{
	transition: all 0.3s ease;
	width: 44px;
	opacity: 0;
	visibility: hidden;
}

.swiper-container {
	
}
.swiper-wrapper {	
    align-items: stretch;
	
}
.swiper-button-prev{
	transform: translateX(50px);
}
.swiper-button-next{
	transform: translateX(-50px);
}
.swiper-button-next:after, .swiper-button-prev:after {
    color: #aaa081;
}
.slide_bg{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}
.swiper-slide {	
	overflow: hidden;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;    
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	height: auto;
}
.swiper-slide > a{
	width:100%;
}
.slider-pagination{
	padding-bottom: 40px;	
}
.slider-pagination .swiper-button-next, .slider-pagination .swiper-button-prev {	
    top: calc(50% - 20px);      
}
.swiper-pagination-bullet-active{
	background:#aaa081;
}
.slide-shadow, .gallery-shadow{
	position: relative;
	display: flex;
    flex-direction: column;
	border: 1px solid RGB(0,0,0,0.08);
	/*box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);*/
	border-radius: 10px;
	overflow: hidden;
	height: 100%;
}
.slide-main{
    
}
.slide-quote{
	padding:20px 150px;
	justify-content: center;
}
.gallery-shadow a, .slide-shadow a{
	display: block;
    position: relative;    
	overflow: hidden;
}
.gallery-desc{
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	font-size: 16px;
    /*background-color: RGB(223,213,188,0.7);*/
	background-color: rgb(85, 110, 151,0.7);
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    color: #ffffff!important;
    padding: 5px 10px;
    line-height: 1.2;
}
.gallery-desc-title{
    font-size: 22px;
    font-weight: 600;	
	color: #111111;
}
.gallery-desc-introtext{	
    font-weight: 500;
    line-height: 1.4;
	color:#808080;	
}
.scale img{
	transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.scale:hover img{
	transform: scale(1.05);
	transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

#search-form {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  z-index: 10000;

  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);

  opacity: 0;
}

#search-form.open {
	-webkit-transform: translate(0px, 0px) scale(1, 1);
	-moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1);
	opacity: 1;
}

#search-form input[type="search"] {
	position: absolute;
	top: 50%;
	width: 100%;
	color: rgb(255, 255, 255);
	background: rgba(0, 0, 0, 0);
	font-size: 60px;
	font-weight: 300;
	text-align: center;
	border: 0px;
	margin: 0px auto;
	margin-top: -51px;
	padding-left: 30px;
	padding-right: 30px;
	outline: none;
}
#search-form .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 61px;
	margin-left: -45px;
}
#search-form .close {
	position: fixed;
	top: 15px;
	right: 15px;
	color: #fff;
	background-color: rgb(170, 160, 129);
	border-color: rgb(170, 160, 129);
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
}
.sticky {
	position: fixed;
	transition: all .5s ease;
	background-color: RGB(255,255,255,0.8);
	/*box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.4);*/
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 99;
}
.item-sticky{
	display:none;
}
.sticky .item-sticky{
	display:flex;
}
.navbar-brand{
	display:none;
}
@media (max-width: 991px) {
	.navbar>.container{

	}
	.navbar-brand{
		display:flex;
	}
	.dropdown-menu {
	    display:block;
	    border:0;
	}
	.dropdown-item {
        background-color: #dfd5bc;
        border-bottom: 0!important;
    }
}
.sticky .navbar-brand{
	display:flex;
}
.navbar-nav{
	margin: 0 auto;
}
.sticky .navbar-nav{
	margin-left: auto;
}
.to_top {
  display: inline-block;
  background-color: #aaa081;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
.to_top::after {
  content: "\f102";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
.to_top:hover {
  cursor: pointer;
  background-color: #111111;
}
.to_top:active {
  background-color: #111111;
}
.to_top.show {
  opacity: 1;
  visibility: visible;
}
/*****************************************************/
.dropdown-menu {
	margin:0;
}
.header-main .logo{
	height:60px;
}
@media all and (min-width: 992px) {
  header .navbar .nav-item .dropdown-menu {
    display: none;
  }
  header .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
}
@media (min-width: 992px) {
	.navbar-expand-lg {
	  -ms-flex-flow: row nowrap;
	  flex-flow: row nowrap;
	  -ms-flex-pack: start;
	  justify-content: flex-start;
	}
	.navbar-expand-lg .navbar-nav {
	  -ms-flex-direction: row;
	  flex-direction: row;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
	  position: absolute;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
	  padding-right: 0.5rem;
	  padding-left: 0.5rem;
	}
	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid {
	  -ms-flex-wrap: nowrap;
	  flex-wrap: nowrap;
	}
	.navbar-expand-lg .navbar-collapse {
	  display: -ms-flexbox !important;
	  display: flex !important;
	  -ms-flex-preferred-size: auto;
	  flex-basis: auto;
	}
	.navbar-expand-lg .navbar-toggler {
	  display: none;
	}
}
  
.header-top-menu{
	display: flex;
	justify-content: space-between;    
	padding-top:10px;
	padding-bottom:10px;
	color: #808080;
}
.header-top-menu .list-logo > a,
.header-top-menu .list-logo > img{
	margin-right:30px;
}
.header-top-menu .list-logo img{
    height: 80px;
}
.header-top-menu .list-logo > a:last-child,
.header-top-menu .list-logo > img:last-child{
	margin-right:0px;
}
.header-top-menu .list-contact{
	display: flex;
    flex-direction: column;
	justify-content: space-between;
    align-items: flex-start;
}
.header-top-menu .list-button{
	display:flex;
	flex-direction: column;
	justify-content: center;
}

.header-top-list-item{
	display: flex;
    justify-content: end;
}
.header-top-item{
	display: flex;
    align-items: center;
    justify-content: end;
	margin-right: 30px;
	font-size: 15px;
}
.header-top-item:last-child{	
	margin-right: 0px;
}
.header-top-item i{
	padding-right:5px;
	text-align: center;
	width:20px;
}
.header-top{	
}
.header-main{
	/*border-top: 1px solid #e5e5e5;*/
    /*border-bottom: 1px solid #e5e5e5;*/
	transition: all .5s ease;
	background-color:#DFD5BC;
}
.nav-search{
	display:flex;
}
.nav-search .nav-link{
	padding-right:0!important;
	font-size: 20px!important;
}
.navbar-light .navbar-nav .nav-link,
.nav-search .nav-link{
    color: #111111;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 15px;
    text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link:hover,
.nav-search .nav-link:hover i{
    color: #aaa081;
}
.nav-tabs .nav-link {
	border-radius:0;
	color:#556e97;
	font-size: 18px;
    font-weight: 600;
}
.dropdown-menu { 
    padding: 0;
	border-radius:0;
}
.dropdown-item {
	padding: 8px 25px;
    border-bottom: 1px solid rgba(0,0,0,0.1); 
}
.dropdown-item:last-child {
    border-bottom: 0; 
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover{
    color: #fff;    
    background-color: #aaa081;
}
.table thead th {
    font-weight: 600;
}

footer{
	background: #556e97;
	color: #ffffff;
}
.footer-top{
	padding-top:30px;
	padding-bottom:30px;
}
.footer-top h3{
	font-size:22px;
}
.footer-bottom{
	padding-top:10px;
	padding-bottom:10px;
    border-top: 1px solid #ffffff1a;
}

.h2-title{
	font-size: 30px;
    letter-spacing: 1.4px;
    text-indent: 20px;
    text-align: center;
    padding-bottom: 25px;
    text-transform: uppercase;
}

.about-num{
	background-color:#222222;
}
.our-project{
	padding:80px 15%;
}
.quote-info{
	text-align:center;
}
.quote-text{
    font-size: 40px;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 1px;
}
.quote-autor{
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 1px;
	padding-top:40px;
}
.quote-right:before{
	font-family: 'FontAwesome';
	font-size:38px;
	content: "\f10e";
	color:#111111;
	position: absolute;
    top: 0px;
}
.parallax{
	background-attachment: fixed;
	background-size: cover;
    display: flex;
    justify-content: center;
    color: #111111;
    font-size: 60px;
    align-items: center;
    position: relative;
}
.bg-parallax{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: RGB(223,213,188,0.7);
}
.published, .label{
	position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    font-size: 12px;
    /*background-color: RGB(223,213,188,0.7);*/
	background-color: rgb(85, 110, 151,0.7);
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    padding: 5px 10px;
    z-index: 9;
}
.breadcrumb{
	background-color:#f4f4f4;
	padding: 30px 0px;
	margin:0;
	text-align: center;
}
.breadcrumb ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.breadcrumb ul li{
	display: inline-block;
	font-size: 12px;
	color:#808080;
}
.breadcrumb ul li a{
	color:#808080;
}
.contact-item{
	display:flex;	
    align-items: center;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
    margin-bottom: 20px;
}
.contact-item .contact-icon i{	
    color: #aaa081;
    font-size: 35px;
	padding-left: 1px;
}
.contact-icon{
	display:flex;
	justify-content: center;
    align-items: center;
	width: 50px;
    height: 50px;
	border: 1px solid #aaa081;
	border-radius: 50%;
	margin-right: 10px;
}
.phone-header-list{
	display:flex;
}
.phone-header-list strong{
	font-weight: 400;
}
.phone-header-list span{
	margin-right:3px;
}
.header-social-icon{
	display:flex;	
}
.header-social-icon i{	
	width:auto;
}
.header-social-icon .vk-social i{
	font-size: 18px;
	color: #0077ff;
}
.header-social-icon .tg-social i{
	font-size: 16px;
	color: #0088cc;
}
.social-icon{
	display:flex;
}
.social-icon a{
	display: flex;
    justify-content: center;
    align-items: center;
	width:30px;
	height:30px;
	border: 1px solid #e5e5e5;
	border-radius: 50%;
	margin-right:10px;
}
.social-icon a:last-child{
	margin-right:0px;
}
.social-icon a i{
	font-size: 20px;
	color: #858585;
}
.form-contact{
	padding:40px;
	border: 1px solid #e5e5e5;
}
.pagination {
	justify-content: center;
    margin-top: 40px;
}
.page-item{
	margin-right:10px;
}
.page-link:hover {        
    background-color: #aaa081;
	color: #ffffff;
    border-color: #aaa081;
}
.page-item.active .page-link { 
    color: #ffffff;
    background-color: #aaa081;
    border-color: #aaa081;
}
.page-item .page-link {
    border-radius: 0!important;    
}
.card-event{
    height:100%;
}
.card-custom{
	/*border: 1px solid RGB(0,0,0,0.08);*/
	border:0;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	border-radius:0;
	height: 100%;
}
.card-custom img{
	width:100%;
	border-radius: 10px;
}
.card-custom h3{
	color: #556e97;
    font-size: 1.1rem;
    line-height: 1.4;
    border-bottom: 1px solid RGB(0,0,0,0.08);
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.card-custom-info p{
	font-size: 0.9rem;
	margin-bottom:5px;
}
.card-custom-info span{	
	font-weight: 600;
	padding-right: 10px;
}
.card-custom-desc{
	font-size: 0.9rem;		
    margin-top: 20px;
}
.card-custom-desc span{
	font-weight: 600;
	margin-bottom:5px;
}
.card-custom-price{
	font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    color: #556e97;
	border-top: 1px solid RGB(0,0,0,0.08);
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}
.card-caption{
    padding:10px;
    color: #556e97;
}
#filters{
	display: flex;    
	justify-content: space-around;
}
.filter-item-check{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#age-slider{
	min-width: 200px;
	height: 7px;
}
.ui-slider .ui-slider-handle {    
    width: 15px;
    height: 15px;
}
.text-result{
	font-size: 0.9rem;
}
.text-result #age-result{
	color:#556e97;
}
.exposition-list{
	list-style:none;
	font-size: 24px;
}
.exposition-desc{
	font-size: 24px;	
}
.exposition-list li{
	margin-bottom: 10px;
}
.exposition-list span{
	color:#556e97;
	font-weight: 600;
}
.exposition-price{
	font-size: 28px;
	font-weight: 600;
	color:#000000;
	border-top: 1px solid RGB(0,0,0,0.08);
	text-align:center;
	padding: 20px 0px;
}
.review-list .ec-message{			
		background-color: RGB(170,160,129,0.5);
		border: 1px solid #aaa081;
		-webkit-box-shadow: none;
		box-shadow: none;
}
.ec-error{
	font-size: 14px;
	color:brown;
}
.ec-rating {
    display: flex;
    align-items: baseline;
}
.review-add{
	text-align:center;
	margin-bottom:30px;	
}
.review-form{
	display:none;	
}
.review-block{
	margin-bottom: 50px;
}
.slide-desc{
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	/*background-color: RGB(223,213,188,0.7);*/
	background-color: rgb(85, 110, 151,0.7);
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	color:#ffffff;
	padding: 5px 10px;
	line-height: 1.2;
}

.main-gallery{
	--background: rgba(0, 0, 0, 0.8);
	--size: 10px;
	background-image: linear-gradient(to right, var(--background) var(--size), transparent var(--size)), linear-gradient(to bottom, var(--background) var(--size), transparent var(--size)), linear-gradient(to right, var(--background) var(--size), transparent var(--size)), linear-gradient(to bottom, var(--background) var(--size), transparent var(--size)), linear-gradient(to bottom, transparent var(--size), var(--background) var(--size));
	background-size: calc(var(--size) * 2) var(--size), calc(var(--size) * 2) var(--size), calc(var(--size) * 2) var(--size), calc(var(--size) * 2) var(--size), 100% calc(100% - var(--size) * 3);
	background-repeat: repeat-x;
	background-position: 0 var(--size), top left, 0 calc(100% - var(--size)), bottom left, 0 var(--size);
	padding: calc(var(--size) * 3) 15px;
	box-sizing: border-box;
}

.no-transition.swiper-wrapper {
	-webkit-transition-timing-function:linear!important; 
	-o-transition-timing-function:linear!important;
	transition-timing-function:linear!important; 
}

.main-gallery a{
	display:block;
	margin-top:15px;
	margin-bottom:15px;
	border-radius: 10px;
	overflow: hidden;
}
.main-gallery img{
	object-fit: cover;	
}
.main-gallery .gallery-level-1 img{
	height: 430px;
}
.main-gallery .gallery-level-2 img{
	height: 200px;
}


/***chronology*/
.timeline {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 80%;
  position: relative;
}


.timeline__content-title {
    font-family: 'EurostileExtended', sans-serif;
    text-align:center;
  font-weight: normal;
  font-size: 20px;
  margin-top:10px;
  line-height: 1.2;
  transition: 0.4s;
  box-sizing: border-box;
  color: #fff;
}

.timeline__content-desc h3,
.timeline__content-desc h3 span{
    font-size: 22px!important;
    margin-bottom: 5px;
}
.timeline__content-desc ol,
.timeline__content-desc ul,
.timeline__content-desc p{
    margin-bottom:10px;
}
.timeline__content-desc,
.timeline__content-desc p,
.timeline__content-desc li,
.timeline__content-desc span{
  font-size: 18px!important;
  color: rgba(255, 255, 255, 1)!important;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif!important;
}
.timeline:before {
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  content: "";
  background: rgba(255, 255, 255, 0.07);
}

.timeline-item {
  margin-bottom: 80px;
  opacity: 0.3;
  filter: blur(2px);
  transition: 0.5s;
  box-sizing: border-box;
  width: calc(50% - 40px);
  display: flex;
  position: relative;
  transform: translateY(-80px);
}


.timeline-item .timeline-title {
  letter-spacing: 3px;
  width: 100%;
  position: absolute;
  color: rgba(255, 255, 255);
  font-size: 20px;
  border-left: 2px solid rgba(255, 255, 255);
  top: 70%;
  padding-left: 15px;
  opacity: 0;
  right: calc(-100% - 75px);
}


.timeline-item:nth-child(even) {
  align-self: flex-end;
}


.timeline-item:nth-child(even) .timeline-title {
  right: auto;
  /*text-align: right;*/
  left: calc(-100% - 80px);
  padding-left: 0;
  border-left: none;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  padding-right: 15px;
}


.timeline-item--active {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0px);
}

.timeline-item--active .timeline-title {
  top: 0%;
  transition: 0.3s all 0.2s;
  opacity: 1;
}


.timeline-item--active .timeline__content-title {
  /*margin: -50px 0 20px 0;*/
}
@media only screen and (max-width: 991px) {
    .timeline-item {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
  
    .timeline-item .timeline-title {
        position: relative;
        left: 0px !important;
        padding: 0 !important;
        text-align: center !important;
        border: none !important;
        letter-spacing: 1px;
        font-size: 18px;
    }
  
    .timeline-item:last-child {
        padding-bottom: 40px;
      }
    .timeline:before {
        display:none;
    }
    .timeline__content-title {
        font-size: 26px;
    }
}

.timeline__img {
  max-width: 100%;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
  margin-bottom: 20px;
}
.timeline-container {
  width: 100%;
  position: relative;
  padding: 60px 0;
  transition: 0.3s ease 0s;
  background-attachment: fixed;
  background-size: cover;
}
.timeline-container:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(99, 99, 99, 0.8);
  content: "";
}
.timeline-header {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}
.timeline-header__title {
  color: #fff;
  font-size: 34px;
  font-weight: normal;
  margin: 0;
}
.timeline-header__subtitle {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  letter-spacing: 5px;
  margin: 10px 0 0 0;
  font-weight: normal;
}
/*********************/
.inline{
    display: flex;
    align-items: baseline;
}
.inline > span{
    margin-right:10px;
}


@media screen and (max-width:1200px){
	.main-gallery img{
		height: 500px!important;
	}
	.main-gallery a {	
		margin-top: 0px;
		margin-bottom: 0px;		
	}
}
@media screen and (max-width:991px){
	.main-gallery img{
		height: 400px!important;
	}
}
@media screen and (max-width:575px){
	.main-gallery img{
		height: 200px!important;
	}
}

.simplesearch-result a{
	color: #556e97;
}
.simplesearch-results{
	font-weight: 600;
}
.simplesearch-paging{
	font-weight: 600;
}

.doc-instruction{
	font-size:24px;
	color: #556e97;
    font-weight: 600;	
}
#accordion-collapse .card{
	border-radius:0;
	margin-bottom:20px;
}
#accordion-collapse .card-header{
	border-radius:0;
	border-bottom:0;
}
#accordion-collapse .card-header button,
#accordion-collapse .card-header a{
    position: relative;
    text-transform: uppercase;
    text-wrap: balance;
	color: #556e97;
}
#accordion-collapse .card-header button:hover,
#accordion-collapse .card-header button:focus,
#accordion-collapse .card-header button:active,
#accordion-collapse .card-header a:hover,
#accordion-collapse .card-header a:focus,
#accordion-collapse .card-header a:active{
	color: #aaa081;
	text-decoration:none;
}
#accordion-collapse .card-header button:after{
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f102";
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
#accordion-collapse .card-header button.collapsed:after{
    content: "\f103";
}
.footer-menu{
	list-style: none;
	margin:0;
    padding: 0;
}
.footer-menu li{
	display: flex;
	align-items: baseline;
	margin-bottom: 5px;
}
.footer-menu li:last-child{
	margin-bottom: 0px;
}
.footer-menu li i{
	margin-right: 7px;
}
.footer-menu li>div{
	display: flex;
	flex-direction: column;
}
.footer-menu a{
	color:#fff;
}
.footer-menu a:hover{
	color: #aaa081;
}

/***********MASONRY***********/
.masonry-item {
	margin-bottom:30px;
}
@media screen and (min-width: 1px) and (max-width: 480px){
	#columns[data-columns]::before {
		content: '1 .col-12';
	}
}
@media screen and (min-width: 481px) and (max-width: 767px){
	#columns[data-columns]::before {
		content: '2 .col-6';
	}
}
@media screen and (min-width:768px) and (max-width: 991px){
	#columns[data-columns]::before {
		content: '3 .col-md-4';
	}
}
@media screen and (min-width:992px) and (max-width: 9999px){
	#columns[data-columns]::before {
		content: '6 .col-lg-2';
	}
}

#counter{
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.ig{
	display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
    font-size: 20px;
}
.ig > div{
	font-size: 26px;
	font-weight: 500;
	padding: 10px 0px 0px 0px;
}
.ig > span{
	text-align:center;
	line-height: 1.2;
}
.ig > img{
	height: 60px;
}

.quest-block.active{
	display:flex;
	flex-direction: column;
}
.quest-block{
	display:none;
}
.prevQuest,
.finishQuest{
    display:none;
}
.restart{
	font-weight: 600;
    cursor: pointer;
	color: #556e97;
}
.download{
	text-align:center;
	margin-top:20px;
}

.quiz-count{
	font-size:14px;
}
#modalQuiz .modal-title{
	color: #556e97;
	line-height: 1;
    font-size: 22px;
}
#formQuiz .quiz-title{
	font-size: 18px;
	border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
	color: #556e97;
}

#formQuiz h3{	
	font-size: 16px;    
}
#formQuiz .answer-block > .form-check{
	margin-bottom:5px;
}
#formQuiz .answer-item{
	display:flex;
	margin-bottom:5px;
}
#formQuiz .answer-item span{
	width: 15px;
	font-weight: 600;
	padding-right: 20px;
}

.quiz-button {
	display:flex;
	width: 40px;
	height:40px;
	bottom: 30px;
	left: 30px;	
	position: fixed;	
	text-align: center;
	z-index: 100;
}
.quiz-button a{
	display: flex;
	align-items: center;	
}
.quiz-button a span{
	padding: 5px 20px 5px 20px;
    background-color: RGB(167, 217, 233, 0.9);
	border-radius: 0px 15px 15px 0px;
    color: #556e97;
}
.quiz-button img{
	width: 40px;
	height:40px;
	z-index: 2;
}
.quiz-button span{
	display: block;
	text-wrap: nowrap;
	line-height: 1.2;
	min-width: 220px;
}
.quiz-button::before{
	content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
	border: 1px solid #dfd5bc;
    background: #556e97;
    z-index: 1;
}
.quiz-button::after {
	content: '';
	width: 60px;
	height: 60px;
	border-radius: 100%;
	border: 1px solid #dfd5bc;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 60%;
	transform: translate(-50%, -50%);
	background-color: #556e97;
	animation: ring 1.5s infinite;
}
.section-sendex{	
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 0;
    margin-bottom: 0;
}
.section-sendex:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:rgba(0, 0, 0, .6);
}
.form-sendex{
	justify-content:center;	
}
.form-sendex input,
.form-sendex button{
	padding: 10px 24px;
	margin: 5px 0px;
	border: 1px solid #fff;
}
.form-sendex button{
	background-color: #fff;    
}
.form-sendex button:hover{
	cursor:pointer;
}
.form-sendex p{
	color: #fff;
    margin: 10px 0px;
}
.form-sendex a{
	color: #fff;
    border-bottom: 1px dotted;
}
.form-sendex h4{
	color: #fff;
    font-size: 20px;
    padding-bottom: 20px;
}
.modal-order .label-title,
#constructor-order .label-title{
    font-weight: 500;
}
@keyframes ring{
	0% {
		width: 60px;
		height: 60px;
		opacity: 1;
		
	}
	100% {		
		width: 100px;
		height: 100px;
		opacity: 0;
	}
}

.gallery-mobile{
	display:none;
}
.copyright{
    display: flex;
    flex-direction: column;
}
.btn-faq{
    color: #aaa081;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px dotted;
}
.filter-form{
    margin-bottom:20px;
}
.page-link {
    background-color: inherit;
    color: #6c757d;
    border-color: #dee2e6;
}
.page-item.disabled{
    display:none;
}
.danger-info{
    background: red;
    border-radius: 10px;
    padding: 20px 20px 10px 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

@media (min-width: 576px){
    .modal-dialog {
        max-width: 650px;
        margin: 1.75rem auto;
    }
}
/***********RESPONSIVE***********/
@media (min-width: 1200px) {	
}
@media (min-width: 992px) {
	#modalSert{
		width:50%!important;
	}
} 
@media (min-width: 768px) {
	.nav-search{
		order:3;
	}
}

@media (max-width: 1199px) {
	.phone-header-list{
		flex-direction: column;
	}
	.phone-header-list span{
		display:none;
	}
	.gallery-desktop{
		display:none;
	}
	.gallery-mobile{
		display:flex;
	}
	.hero_slide_wrapper {
		height: auto;
	}
	.slide_bg {
		position: relative;
		background-image:none!important;
	}
	.entity-img{
		display:flex!important;
		width: 100%;
		height: 100%;
    	object-fit: contain;
	}
}
@media (max-width: 991px) {
    .header-top-menu{
        display:block;
    }
    .list-logo{
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
    }
    .header-top-menu .list-logo img {
        height: 50px;
    }
    .header-top-item {
        margin-right: 0px;
    }
    .header-top-menu .list-contact {
        margin-bottom: 20px;
    }
    .header-top-menu .list-button {
        flex-direction: row;
    }
    .header-top-menu .list-button > a, .header-top-menu .list-button > button{
        width: 49%;
    }
    .quote-section {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .slide-quote {
        padding: 20px 20px;
        justify-content: center;
    }
    .quote-text {
        font-size: 20px;
    }
    .quote-right:before {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
}
