@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playwrite+FR+Moderne:wght@100..400&display=swap');

@font-face {
  font-family: "MazzardExtrabold";
  src: url("../fonts/mazzardh-extrabold.ttf");
}

* {	margin: 0; }
html {
  font-size: 16px;
}
body { 
	font-family: 'Open Sans', sans-serif, Arial; 
	background-color: #f5f5f5;
}
h4 {
	font-size: 20px;
	margin-top: 15px;
	text-align: center;
}
.header {
    width: 100%;
    background: url(../img/bg_top.jpg);
    background-repeat: no-repeat;
}
.lefthead {
    line-height:35px;
	padding:15px 0 0 0;
}
.righthead {
    padding-top: 10px;
	text-align: right;
}

.logo1 {
   color: white;
   font-family: 'MazzardExtrabold';
   font-size: 42px; 
   margin-left: 15px;
}

.logo1 a{
	color: white; 
	text-decoration: none; 
}
.logo11 {
	color: #c11b1b; 
	text-decoration: none; 
}
.logo1 a:hover, .logo11:hover {
	color: blue; 
}

.navigation.navbar {
     padding-top: 17px !important;
     padding: 0;
}
.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 0 12px 0 0;
     color: #ffffff;
	 font-size: 16px;
     font-weight: 600;
	 text-decoration: underline;
}
.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #ffa1a1;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link {
     color: #ffa1a1;
	 text-decoration: none;
}
.pagetitle {
	text-align: center;
	margin: 40px 0 10px 0;
	font-size: 32px;
	font-weight: bold;
	color: #b93636;
}
#from1st {
	font-size: 12px;
}
.checkbox-small {
	margin-top: 5px;
	margin-left: 5px;
}
.select {
	color: #b93636;
	font-size: 20px;
}
.selgroup {
	background-color:white;
	border: 1px solid #cdcdcd;
	margin: 1px;
	padding: 10px;
	line-height: 1.2;
}

.bigmon {
	color: #b93636;
	font-size: 20px;
	font-weight: bold;
	margin-top: 14px;
	text-align: center;
}

.row-event {
	padding-top: 5px;
	padding-bottom: 5px;
}

.row-more {
	border-top:2px dashed #d7d6d4;
}
.stripe0font {
	color:#f3f2ee; 
}
.stripe1font {
	color:white; 
}
.stripe0 {
	background-color:#f3f2ee; 
}
.stripe1 {
	background-color:white; 
}
.stripe-more {
	padding-top: 6px;
	padding-left: 10px;
	line-height: 1.8em !important;
}

.tbl1 {
  font-size: 16px;
}

.kind1 {
	font-size: 16px;
	color: black;
	background-color: #ffa1a1;
}
.kind2 {
	font-family:'Playwrite FR Moderne',Courier,sans-serif;
	font-size: 12px;
	color: black;
}
.kind3 {
	font-size: 14px;
	color: black;
	border: 1px solid #b93636;
}

.buttmore {
	border: 1px solid #d7d6d4;
	border-radius: 5px;
	color: #7e7e7e;
	background-color: white;
	font-size: 16px;
	text-decoration: underline;
	padding: 5px 10px 5px 10px;
}

a.tourlink {
	text-decoration: underline; 
	font-size: 16px;
	color:black;
}

a.tourlink:hover {
	text-decoration: none; 
	font-size: 16px;
	color:green;
}

.manframe {
	background-color: #fff;
	width:225px;
	border: 1px solid #cdcdcd;
	text-align: center;
	font-size: 16px;
	padding: 20px;
	margin: 5px auto;
}
.manframe .fio {
	font-weight: bold;
	font-size: 20px;
	color:#b93636;
}
.manframe .tit {
	font-size: 20px;
}

.contactsframe {
	background-color: #fff;
	border: 1px solid #cdcdcd;
	text-align: center;
	font-size: 16px;
	width: 470px;
	padding: 20px 20px 5px 20px;
	margin: 5px auto;
}

.contactsframe div {
	text-align: left;
	color:#b93636;
}

.contactfield {
	background-color: #f3f2ee;
	color:black;
}

.contactemail {
	color: #b93636;
	text-decoration :underline;
	line-height: 2.2;
}

.control-label {
	margin-bottom: 1px;
	padding-left: 2px;
}

.btn-contact {
	color: black;
	background-color:#ffa1a1;
	font-size: 16px;
}

.wpb-wrapper {
	background-color: #fff;
	width:320px;
	border: 1px solid #cdcdcd;
	text-align: center;
	font-size: 16px;
	padding: 20px;
	margin: 5px auto;
}

.back2 {
	cursor: default;
	margin-top: -8px;
	margin-right: -15px;
    display:block;
}

.back2:hover {
	cursor: pointer;
}

.btn-up {
  position: fixed;
  right: 10px;
  bottom: 0px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 50px;
}

.btn-up::before {
  content: "";
  width: 40px;
  height: 40px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  background-image: url(../img/back1.svg);
}

.btn-up_hide {
  display: none;
}


.smalltab {
	font-size: 10px;
}	

.slogan {
	border: 1px solid #cdcdcd; 
	background-color: #ffffff; 
	font-size: 16px;
	padding: 15px;	
	margin: 1px;
	text-align: center;
}

.slogan h4 {
	font-size: 20px;
	font-weight: bold;
	color: #b93636;
	margin-top: 15px;
	text-align: center;
}
.slogan ul {
	list-style-position: inside;
}

.slogan ul li {
	margin-left: 50px;
	text-align: left;
}

a.page-link {
	color: black;
}
.page-item.active .page-link {
	color: #fff !important;
	background-color: #0b4b5f;
	border-color: #dee2e6;
}	


@media (max-width: 767px) {
	.righthead {
		display: none;
	}
	.pagetitle {
		margin: 10px 0 10px 0;
	}
    .navigation .navbar-collapse {
        background: #000000;
        width: 100%;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		line-height: 2.2;
		text-align: center;
		padding-top: 15px;
	}
	.navigation.navbar-dark .navbar-nav .nav-link {
		color:#ffffff;
		text-decoration: none;
	}

	.navigation.navbar-dark .navbar-toggler {
		margin-top:-90px;
	}
	.select {
		font-size: 16px;
	}
	.tbl1 {
		font-size: 14px;
	}
	.stripe-more {
		padding-top: 5px;
		padding-left: 1px;
	}
	.kind3 {
		font-family:'Playwrite FR Moderne',Courier,sans-serif;
		font-size: 12px;
		color: black;
		border: none;
	}	
	.slogan {
		font-size: 16px;
		padding: 2px;	
		margin: 1px;
		text-align: сenter;
	}
	.slogan h4 {
		font-size: 18px;
		font-weight: bold;
		margin-top: 5px;
		padding-left: 2px;
		text-align: center;
	}
	.slogan ul {
		list-style-position: inside;
	}
	.slogan ul li {
		margin-left: 1px;
		text-align: left;
	}
	.contactsframe {
		width: 450px;
		padding: 20px 20px 5px 5px;
		margin: 5px auto;
	}
	.btn-up {
		position: fixed;
		right: 5px;
	}
	
}