* {margin:0; padding:0; border:0;}
a{color:#202020; text-decoration:none}
a:hover{color:#000000}
body {
	font-family: "MontserratBold", Arial, sans-serif;
	font-size: 15px;
	line-height: 1.7;
	font-weight: 300;
	color: #333;
	background-color: #f5f7fa;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: subpixel-antialiased;
	letter-spacing: .03em;
}
@media (max-width:980px) {*{font-size:36px}}
@font-face {
 font-family: "MontserratBold";
 src: url("../fonts/montserrat/Montserrat-Bold.ttf");
}
@font-face {
 font-family: "MontserratReg";
 src: url("../fonts/montserrat/Montserrat-Regular.ttf");
}

header{position:static; top:0; margin:0px; padding-top:15px; width:100%; max-width:100%; background:rgba(255,255,255,0.9); z-index:1}
header > a{display:block; font-size:30px; text-align:center}
header > div{padding:15px 0; text-align:center}
header > div > a{display:inline-block; margin:0 10px}
.div_a > a {display:inline-block; margin:0 10px}
.title-img {height: 130px; width: auto; padding-right: 10px}
.title-img-min {height: 90px; width: auto; padding-right: 10px}

.page{margin:0 25px}
.main-title{position:relative; width:100%; height:800px; background:url(images/pedconf_main_2.jpg); background-size:cover}
.main-title > div:first-of-type > div{margin:0 auto; padding:10px; min-width:870px; max-width:1100px; width:100%; background:#3a72c9; color:#ffffff; font-size:24px; text-align:center}
.main-title > div:first-of-type > div > div{font-size:24px}

input[type=text]{display:block; padding:25px 0}
input {
	font-family: 'MontserratBold';
}

form{margin:0 auto; padding:25px; width:100%; max-width:950px; background:#f0f0f0}
form > div{margin:25px 0}
#save{padding:15px 35px; background:#ffffff}
.stop{margin:25px 0; padding:25px 0; background:#a00000; color:#ffffff; border:1px solid #dddddd; font-size:18px; text-align:center}
.stop-2{margin:25px 0; padding:25px 0; background:#ffffff; border:1px solid #dddddd; font-size:18px; text-align:center}

.main_page {
  display: grid;
  grid-template-areas: "header"
             "title"
             "stop1"
             "stop2";
  grid-template-columns: 100%;
  grid-template-rows: auto auto 1fr auto;
  border: 0px solid;
  text-align: center;
    align-content: space-between;
  justify-content: center;
  font-size: 22px;
}
.main_header {
  grid-area: header;
}
.main_page__title {
  grid-area: title;
  border: 0px solid;
  background: #3a72c9;
  color: #ffffff;
  padding: 10px;
}
.main_page__stop1 {
  padding: 20px;
  background:#3a72c9;
  color:#ffffff;
  border: 1px solid #dddddd;
  align-self: center;
  width:900px;
  margin: 0 auto;
  opacity: 1.0;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
@media screen and (max-width: 600px){
  .main_page__stop1 {
    width: auto;
    margin: 0;
  }
}
.main_page__stop2 {
  grid-area: stop2;
  background: #a00000;
  color: #ffffff;
  border: 1px solid #dddddd;
  align-self: center;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* FANCYBOX v2.0.6 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe,
.fancybox-tmp object {
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  padding: 0;
  margin: 0;
  background: white;
  color: #444;
  text-shadow: none;
  border-radius: 0px;
}
.fancybox-opened {
  z-index: 8030;
  padding-bottom: 50px;
}
.fancybox-outer,
.fancybox-inner {
  padding: 0;
  margin: 0;
  position: relative;
  outline: none;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe,
.fancybox-inner {
  overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 10px;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url("../images/fancybox.sprite.png");
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8020;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox.loading.gif") center center no-repeat;
}
.fancybox-close {
  position: absolute;
  z-index: 100;
}
.fancybox-nav {
  position: absolute;
  margin-left: -98px;
  margin-right: -98px;
  top: 0;
  width: 5%;
  height: 100%;
  cursor: pointer;
  background: transparent url("blank.gif");
  tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  padding: 0;
  overflow: visible;
  visibility: hidden;
}

/* Overlay helper */
#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: #000;
  padding-bottom: 50px;
}
#fancybox-overlay.overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: hidden;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8030;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  margin-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/* ДИАЛОГОВОЕ ОКНО */
#dlgheader {
  display: flex;
  align-items: center;
  background: #f0f0f0;
}
#dlgtitle {
  flex: 1 1 auto;
  padding: 17px 15px;
  font-weight: bold;
}
a#dlgclose {
  flex: 0 0 50px;
  font-size: 36px;
  text-align: center;
  color: #b0b0b0;
}
a#dlgclose:hover {
  color: gray;
}
#dlgbody {
  padding: 10px;
}
#dlgfooter {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: #f0f0f0;
}
#dlgfooter #loader {
  display: none;
  margin-right: 10px;
}
#modalfooter {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: #f0f0f0;
}
#modalfog {
  background: #000;
  opacity: 0.7;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8888;
}
#modalbody {
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8889;
  text-align: center;
}

#modalwindow {
  display: none;
  min-width: 981px;
  width: 981px;
  margin: 20px auto;
  background: white;
  text-align: left;
}
@media (max-width: 980px) {
  #dlgtitle {
    font-size: 36px;
    padding: 20px;
  }
  a#dlgclose {
    flex: 0 0 100px;
    font-size: 60px;
  }
  #modalwindow {
    min-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
}

/* КНОПКИ */

.button {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  padding: 10px 12px;
  color: white;
  border: 0;
  cursor: pointer;
}
a.button:hover {
  color: white;
}

/* Background-color */
.bgblack {
  background-color: #000000;
}
.bgblue {
  background: #0f9bc9;
}
.bgdarkgray {
  background-color: #404040;
}
.bggray {
  background-color: gray;
}
.bggreen {
  background-color: green;
}
.bgorange {
  background-color: #f07c00;
}
.bgred {
  background-color: red;
}
.bgsilver {
  background-color: #f0f0f0;
}
.bgsky {
  background-color: #eefbfe;
}
.bgswamp {
  background-color: #f3fdf5;
}
.bgwhite {
  background-color: white;
}
.bgyellow {
  background-color: #ffffec;
}
.corp1 {
  background-color: #501e20;
}
.corp2 {
  background-color: #a8595d;
}
.soon {
  background-color: #fffef6;
}

/* Font-size */
.f90p {
  font-size: 90%;
}
.f120p {
  font-size: 120%;
}
.f150p {
  font-size: 150%;
}
.bold {
  font-weight: bold;
}

/* Font-color */
.basecolor,
a:hover.basecolor {
  color: #363636;
}
.black {
  color: black;
}
.white,
a:hover.white {
  color: white;
}
.number {
  color: #aaaaaa;
}
.gray {
  color: gray;
}
a.gray:hover {
  color: black;
}
.red {
  color: red;
}
.green {
  color: green;
}
.orange {
  color: #f07c00;
}

.w100p {
  width: 100%;
}
.block {
  display: block;
  box-sizing: border-box;
}
.iblock {
  display: inline-block;
}
.flex,
.flexwrapcontainer {
  display: flex;
}
.flexwrap {
  display: flex;
  flex-wrap: wrap;
}
.flex11auto {
  flex: 1 1 auto;
}

.r3 {
  border-radius: 3px;
}
.r5 {
  border-radius: 5px;
}
.r50p {
  border-radius: 50%;
}

#loader {
  text-align: center;
  border-radius: 5px;
}
#loaderdlg {
  position: fixed;
  top: 150px;
}

.box {width: 75%; border-radius: 10px; border: 1px solid #DEDEDE;
    line-height: 1.5; padding: 20px 30px 20px 30px; margin: auto; }

  .container { display: flex; height: 100%; max-height: 100%;
    flex-direction: row; flex-wrap: wrap; }

  .cover-img {width: 100%; height:auto; object-fit: contain; margin: 20px 0}
  .banner-img {width: 100%; height:300px; object-fit: cover; margin: 20px 0}

  .item { width: 45%; max-width: 43%; border-radius: 10px; border: 1px solid #DEDEDE; line-height: 1.5;
    margin: 1%; flex: auto; text-align: center; padding: 10px 20px; position:relative; display: inline-block;
    height: 200px}

  .booking {max-width: 70%; border: 1px solid #DEDEDE; padding: 20px; margin: auto; margin-top: 50px;}
  .booking div {width: 100%;}

  .button-book { border-radius: 10px; border: 2px solid #a8595d; padding: 10px 10px; color:black; width:100%; background-color:white;
            margin-top:10px; display: inline-block; box-sizing: border-box; text-align: center; cursor: pointer; height: 50px}
  .button-book:hover { color:white; background-color: #a8595d;}

  .textbox {width: 100%}
  input[type=text]{
    padding: 15px 0;
    font-size: 20px;
  }

  .btn {
    display: inline-block;
    cursor: pointer;
    margin-top: 20px;
    width: 90% ;
    background: #a12a30 !important;
    color: #ffffff !important;
    border-radius:10px;padding: 15px;text-align:center
  }
  .btn:hover {
    background: #7A2225 !important;
    color: white !important;
    width: 90%;
  }

  textarea, input {
    margin-bottom: 10px;
    padding: 15px;
    font-size: 20px;
  }

  @media (max-width: 980px)
  {
    .box {width: 90%; }
    .item {width: 95%; max-width: 95%;}
    .item td{font-size: 22pt; font-weight: 600;}
    .button-book {height: 100px; font-size: 20pt; line-height:80px}
    .booking {max-width: 100%; font-size:20px}
    input {height: 60px; font-size: 20px}
    textarea {font-size: 20px}
  }

  .cont {
      margin-top: 100px;
      background-color: #ffffff;
      padding: 50px 0 0 0 ;
    }

  .fl {
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 50px 0  100px 0;

  }
  .ff {
    border-radius: 25px;
    border: 1px solid #eee;
    margin-right: 10px;
  }
  .fr {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;

    width: 140px;
    height: 160px;
    font-size: 14px;
  }

  .ff:hover * {
    border-radius: 25px;
    background-color: #7A2225;
    color: #ffffff;
  }

  .tr1 td {
    color: #7A2225;
    font-weight: 800;
    font-size: 60px;
  }
  .tr2 td {
    color: #7A2225;
    font-size: 14px;
    color: black;
  }


/***/
form > div {
	margin: 15px 0;
}
.part, .dist {
	display: none;
	width: 100%;
}
.chk {
	margin-right: 15px;
	transform: scale(1.3);
}
.tbl {
	font-size: 18px;
	font-family: 'MontserratReg';
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
h2 {
	font-size: 24px;
	margin-bottom: 15px;
}
h3 {
	font-size: 32px;
	margin-bottom: 20px;
	text-align: center;
}
.tbl td{
	padding: 10px;
}
.user-info {
	width: 80%;
	display: block;
	margin: 0 auto;
}
.user-info p{
	padding: 10px;
}
.silver {
	border-spacing: 0px;
	background: #f7f7f7;
}
.silver  th {
	background:  #e0e0e0;
}
.th2 {
	padding: 10px;
	background:  #cfcccc !important;
}
.silver td, th {
	border: 1px solid #e0e0e0;
	padding: 20px;
}
.gr {
	display: inline;
	color: #636363;
}
.gr2 {
	display: block;
	color: #636363;
	font-size: 16px;
	padding: 0px;
}
input[type=text] {
	padding: 0 15px;
	height: 50px;
	font-size: 20px;
}
.sbmt {
	display: inline-block;
	cursor: pointer;
	width: 63%;
	background: #a12a30;
	color: #ffffff;
	padding: 25px;
}
.sbmt:hover {
	background: #7A2225;
	color: white;
}
.bck {
	margin-right: 20px;
	display: inline-block;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
	margin-top: 20px;
	width: 30%;
	background: #8A8A8A;
	color: #ffffff;
	padding: 20px;
}
.bck:hover {
	background: #6B6B6B;
	color: #ffffff;
}
.bck:before {
	margin-right: 20px;
	content: '◄';
}
.lnbx2{
	padding: 10px;
	height: 30px;
}


.hcont {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #222;
	position: sticky;
	top:30%;
	z-index: 100500;
}
/*
.modal {
	margin-left: 50%;
	margin-right: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.4rem;
	width: 1000px;
	padding: 1.3rem;
	min-height: 250px;
	position: sticky;
	top: 20%;
	background-color: white;
	border: 1px solid #ddd;
	border-radius: 15px;
	z-index: 2;
}*/

.modal .flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.modal p {
	font-size: 0.9rem;
	color: #777;
	margin: 0.4rem 0 0.2rem;
}
.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(3px);
	z-index: 1;
}

.hidden {
	display: none;
}
