body, p, a{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}
a{
	color: #000000;
	text-decoration: underline;
}
h1{
	font-size: 42px;
	font-weight: 600;
	margin-bottom: 30px;
}
h2{
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 30px;
}
h3{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 30px;
}
h4{
	font-size: 18px;
	font-weight: bold;
}

/* --------------- header -------------*/
header{
	padding: 20px 0;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
	background: #ffffff;
	width: 100%;
	position: fixed;
	z-index: 1000;
}
.w-header{
	width: 100%;
	height: 150px;
}
header .mainmenu ul{
	list-style: none;
	margin-left: -13px;
	padding: 0;
}
header .mainmenu ul li{
	float: left;
	margin-left: 13px;
}
header .mainmenu ul li a{
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
	font-weight: 600;
}
header .mainmenu ul li.active a{
	background: #fde6b4;
	padding: 3px 10px 4px 10px;
	border-radius: 20px;
	text-decoration: none;
}
header .share-link{
	font-size: 12px;
	border-radius: 50px;
	border: 1px solid #000000;
	padding: 5px 10px;
	color: #000000;
}
header ul.language{
	list-style: none;
	margin-left: 13px;
	padding: 0;
}
header ul.language li{
	float: left;
	margin-left: 13px;
}
header ul.language li a{
	color: #000000;
	text-decoration: underline;
	font-size: 14px;
	text-transform: uppercase;
}
header ul.language li a.active{
	background: #fde6b4;
	padding: 3px 10px 4px 10px;
	border-radius: 20px;
	text-decoration: none;
}

/* --------------- breadcrumb -------------*/
.breadcrumb{
	background: none;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
}
.breadcrumb li, .breadcrumb li a{
	font-size: 14px;
}
.breadcrumb li a{
	color: #000000;
	text-decoration: underline;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "→";
}

/* --------------- map -------------*/
.map-switch{
	font-size: 18px;
	font-weight: 500;
	border-bottom: 1px dashed;
	cursor: pointer;
	margin: 5px;
}
.map-switch.active{
	border-bottom: none;
	cursor: default;
	background: #fde6b4;
	padding: 3px 10px 4px 10px;
	border-radius: 20px;
}
.map-groups{
	margin-top: 30px;
	padding: 0;
	position: relative;
	z-index: 150;
}
.map-group-item{
	list-style: none;
	font-size: 12px;
	text-align: center;
	margin: 5px;
}
.map-group-item.active{
    font-weight: bold;
}
.map-group-item.active .map-group-item-img{
    border: 1px solid #000000;   
}
.map-area-item-active{
    z-index: 190;
}
.map-group-item-img{
	padding: 20px;
	width: 85px;
	text-align: center;
	border-radius: 5px;
	margin-bottom: 5px;
}

.map-area{
    min-height: 400px;	
}
#imageMap{
	position: relative;
	margin-top: -150px;
	z-index: 90;
	overflow: hidden;
}
.map-area-img{
	width: 100%;
}
.map-area-items{
	list-style: none;
	padding: 0;
}
.map-area-items li{
	position: absolute;
	display: inline-block;
}
.map-area-item-icon{
	display: inline-block;
	width: 38px;
	height: 38px;
	border-radius: 50px;
	padding: 2px 8px;
	border: 3px solid #ffffff;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	cursor: pointer;
	position: relative;
	z-index: 100;
}
.map-area-item-icon:hover{
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.map-area-item-title{
	display: inline-block;
	background: #ffffff;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	padding: 7px 20px 5px 30px;
	margin-left: -20px;
	border-radius: 20px;
	font-weight: bold;
	font-size: 16px;
	overflow: hidden;
	position: absolute;
	top: -10px;
	width: auto;
	display: none;
}

.map-area-item-card{
	position: absolute;
	top: 190px;
	background: #ffffff;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	max-width: 300px;
	display: none;
	z-index: 200;
}
.map-area-item-card-fixed{
    position: fixed;
}
.map-area-item-card-close{
	position: absolute;
	top: 5px;
	right: 5px;
	color: #ffffff;
	font-size: 18px;
	width: 28px;
	height: 28px;
	border-radius: 20px;
	text-align: center;
	padding: 2px 0 0 1px;
	cursor: pointer;
	transition: all 1s;
	transform: rotate(0deg);
}
.map-area-item-card-close:hover{
	transform: rotate(180deg);
}
.map-area-item-card img{
	display: inline-block;
	border-radius: 5px;
}
.map-area-item-card-group{
	font-size: 12px;
	font-weight: 600;
}
.map-area-item-card-adress{
	font-size: 16px;
}
.map-area-item-card-link{
	display: block;
	padding: 10px;
	border-radius: 5px;
	color: #ffffff;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
}
.map-area-item-card-link:hover{
	color: #ffffff;
}
.map-area-item-card-link i{
	position: relative;
	top: 1px;
}

#yandexMap{
	height: 600px;
	display: none;
	margin: 40px 0;
}
#yandexMap .map-area-item-icon{
	position: absolute;
    left: -19px;
    top: -19px;
}


/* --------------- routes-main -------------*/
.exc-card{
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	margin-bottom: 30px;
}
.exc-card-group{
	font-size: 16px;
	font-style: italic;
	color: #939393;
}
.exc-card h4{
	font-size: 16px;
	font-weight: 600;
}
.exc-card-date{
	background: #fee5b4;
	padding: 5px 10px;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	display: inline-block;
}
.exc-card-link{
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	text-decoration: underline;
}
.more-routes-link{
	display: inline-block;
	background: #a7d8f8;
	padding: 15px 30px;
	border-radius: 40px;
	font-size: 18px;
	font-weight: 500;
}
.more-routes-link span{
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	text-decoration: none;
}

.routes .guides-slider{
    margin: 0 auto;
    background: none;
}
/* --------------- reccomendation-main -------------*/
.reccomendation{
	margin-top: 70px;
}
.reccomendation-group-item{
	list-style: none;
	font-size: 12px;
	text-align: center;
	margin: 5px;
	width: 195px;
}
.reccomendation-group-item-img{
	padding: 20px;
	width: 155px;
	text-align: center;
	border-radius: 5px;
	margin: 0 auto;
	margin-bottom: 5px;
}

/* --------------- history-main -------------*/
.history{
	background: #e0e3ea;
	padding: 50px 0;
	margin-top: 40px;
}
.history-card{
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	margin-bottom: 30px;
	background: #ffffff;
}
.history-card-img{
	min-height: 230px;
	background-size: cover;
	background-position: center center;
}
.history-card-group{
	font-size: 16px;
	font-style: italic;
	color: #939393;
}
.history-card h4{
	font-size: 16px;
	font-weight: 600;
}
.history-card-link{
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	text-decoration: underline;
}
.more-history-link{
	display: inline-block;
	background: #fde6b4;
	padding: 15px 30px;
	border-radius: 40px;
	font-size: 18px;
	font-weight: 500;
}
.history-bottom{
	background: #e0e3ea;
	background: linear-gradient(to top, #ffffff, #e0e3ea);
	padding: 30px 0;
}
.more-history-link span{
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	text-decoration: none;
}

 

/* --------------- activity-main -------------*/
.activity{
	margin-top: 50px;
}
.more-activity-link{
	display: inline-block;
	background: #fde6b4;
	padding: 10px 20px;
	border-radius: 40px;
	font-size: 18px;
	font-weight: 500;
}
.more-activity-link span{
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	text-decoration: none;
}

/* --------------- userful-main -------------*/
.userful{
	margin-top: 70px;
}

/* --------------- routes-category -------------*/
.routes-category-card{
	position: relative;
	display: block;
	padding: 40px;
	border-radius: 6px;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	color: #000000;
	text-decoration: underline;
	margin-bottom: 30px;
	background-size: cover;
}
.routes-category-card h3{
	font-size: 24px;
	font-weight: 500;
}

.routes-item-card{
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	margin-bottom: 30px;
}
.routes-item-card-group{
	font-size: 14px;
	font-style: italic;
	color: #939393;
	margin-bottom: 5px;
}
.routes-item-card h4{
	font-size: 16px;
	font-weight: 600;
}
.routes-item-card-description{
	font-size: 12px;
	line-height: 1;
	display: inline-block;
	max-height: 50px;
	overflow: hidden;
	position: relative;
	z-index: 90;

}
.routes-item-card-description:after{
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 40px;
	z-index: 100;
	background: linear-gradient(to top, #ffffff, rgba(255,255,255,0));
	bottom: 0;
	right: 0;
}
.routes-item-card-link{
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	text-decoration: underline;
}
.routes-item-card-text{
	padding: 20px 20px 20px 0;
}
.routes-item-card-image{
	width: 100%;
	height: 100%;
	min-height: 200px;
	background-size: cover;
}
.all-category-link{
	font-size: 24px;
	font-weight: 600;
	color: #000000;
	text-decoration: underline;
}
.guides-slider{
	padding: 20px 40px;
	border-radius: 6px;
	position: relative;
	max-width: 760px;
	display: inline-block;
}
.guides-item{
	border-radius: 6px;
	overflow: hidden;
	background: #ffffff;
	margin: 10px;
	width: 260px;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.guides-item-image{
	min-height: 200px;
	background-size: cover;
}
.guides-item-text{
	padding: 20px;
}
.guides-item-group{
	font-size: 14px;
	font-style: italic;
	color: #939393;
	margin-bottom: 5px;
}
.guides-item h4{
	font-size: 16px;
	font-weight: 500;
}
.guides-item-link{
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	text-decoration: underline;
}
.big-card-article-image{
	min-height: 220px;
	border-radius: 6px;
	background-size: cover;
}
.big-card-article-link{
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	text-decoration: underline;
}

/* --------------- reccomendation-category -------------*/
.reccomendation-catalogs{
	display: inline-block;
	padding: 20px;
	background: #f5f5f5;
}

/* --------------- history-category -------------*/

.history-event-row{
    position: relative;
    padding: 20px 0;
}
.flex-row-reverse-1{
    flex-direction: row-reverse;
}
.history-event-text{
    max-width: 42%;
}
.history-event-date{
    position: relative;
    min-width: 60px;
    width: 16%;
    text-align: center;
}
.history-event-date span{
    position: relative;
    display: inline-block;
    background: #ffffff;
    z-index: 100;
    font-size: 18px;
    padding: 10px 0;
}
.history-event-date:after{
    content: " ";
    position: absolute;
    display: block;
    width: 2px;
    height: 100%;
    background: #000000;
    top: 0;
    left: 50%;
}
.history-event-image{
    max-width: 42%;
}
.history-event-main{
    margin-bottom: 30px;
}
.history-event-main .history-event-text, .history-event-main .history-event-image{
    max-width: 100%;
}
.history-event-main .history-event-date{
    margin: 0 auto;
}
.history-event-main .history-event-date span{
    background: none;   
}
.history-event-main .history-event-date:after{
    top: -30px;
    height: 25px;
}
.history-event-main .history-event-text p{
    font-size: 14px;
}

/* --------------- contacts -------------*/
.mail, .phone{
	font-size: 32px;
	font-weight: bold;
}


/* --------------- catalog -------------*/
.catalog-item{
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	margin-bottom: 30px;
}
.catalog-item-image{
	min-height: 150px;
	background-size: cover;
}
.catalog-item-text{
	padding: 20px;
}

/* --------------- quiz -------------*/
.right-column{
	background: #eeeff2;
	padding: 30px;
	width: 300px;
}
.right-column-menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 30px;
}
.right-column-menu ul li{

}
.right-column-menu li a{
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	text-decoration: underline;
}
.right-column-title{
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	margin-top: 20px;
}
.right-column-recomendation-item-card{
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	line-height: 1 !important;
	text-decoration: underline;
}
.right-column-recomendation-item-card img{
	display: inline-block;
	border-radius: 6px;
	margin-bottom: 10px;
}
.right-column-getquiz{
	display: inline-block;
	border: 6px solid #ff9900;
	border-radius: 6px;
	padding: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background: url('/assets/template/img/right-gift.png') no-repeat center center;
}
.right-column-getquiz a{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
.right-column-getquiz a p{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
.right-column-getquiz .btn-right-column-getquiz{
	display: block;
	padding: 10px;
	border-radius: 6px;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	background: #ffffff;
	margin-top: 120px;
	font-size: 18px;
}
.right-column-getquiz .btn-right-column-getquiz span{
	font-size: 15px;
	font-weight: 400;
}
.right-column-links ul{
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 30px;
}
.right-column-links ul li{

}
.right-column-links li a{
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	text-decoration: underline;
}

/* --------------- quiz -------------*/
.content img{
	max-width: 100%;
    height: auto;
}

/* --------------- quiz -------------*/
.quiz{
	background: #e0e3ea;
	padding: 50px 0;
	margin-top: 40px;
}
.quiz-title{
	font-size: 46px;
	margin-bottom: 0px;
	font-weight: 500;
}
.quiz-description{
	font-size: 20px;
	font-weight: 500;
}
.quiz .progress{
	height: 5px;
	background: #ffffff;
}
.quiz .progress-bar{
	background: #fb9d00;
}
.quiz .custom-control{
	padding-left: 0;
}
.custom-control-label-trsp{
	background: #ffffff;
	padding: 20px;
	width: 100%;
	border-radius: 6px;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

/* --------------- footer -------------*/
footer{
	background: #000000;
	padding-top: 60px;
	padding-bottom: 15px;
	color: #ffffff;
	font-size: 14px;
}
footer a{
	color: #ffffff;
	text-decoration: underline;
}
footer ul{
	list-style: none;
}
footer span.line{
	display: inline-block;
	width: 100%;
	height: 1px;
	background: #545454;
	margin: 50px 0 20px 0;
}
footer .phone{
	font-size: 22px;
	margin-top: 10px;
	text-decoration: none;
	font-weight: 600;
}

footer ul.language{
	list-style: none;
	margin-left: 13px;
	padding: 0;
}
footer ul.language li{
	margin-left: 13px;
}
footer ul.language li a{
	text-decoration: underline;
	font-size: 22px;
	text-transform: uppercase;
}
footer ul.language li a.active{
	text-decoration: none;
}

.work-prev, .work-next {
    position: absolute;
    top: 50%;
    padding: 10px;
    cursor: pointer;
    border: none;
    z-index: 100;
    margin-top: -30px;
    border-radius: 4px;
    font-size: 36px;
}
.work-prev {
    left: 7px;
}
.work-next {
    right: 7px;
}