.evforapp-container {
  padding-left: 10px;
  padding-right: 10px;
}
/* index */
.el-cont {
  display: block; 
  text-align: center;
  width: 100%;
}
.noline {
  text-decoration: none;
  text-align: center;
  color: #000000;
  height: 38px;
  width: 300px;
}
.element_1 {
  margin: 0 auto;
  height: 40px;
  width: 300px;
  line-height: 40px;
  border-radius: 15px;
  background-color: #87CEFA;
}
/* ================================= nocharge */
.ev-events {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  align-items: top;
  flex-wrap: wrap;
}

.ev-event {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;

  display: flex;
  flex-direction: column;
  justify-content: center;

  padding: 5px 5px 5px 5px;
  border: 2px solid #336699;
  margin-bottom: 10px;
}

.ev-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  gap: 5px;
}

.ev-bt {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;

  padding: 5px 5px 5px 5px;
  text-align: center;
  width: 140px;
  cursor: pointer;
  border: 1px solid #336699;
  font-style: normal;
}

.ev-bt:hover {
  background-color: #336699;
}

.ev-bt > a {
  display: block;
  font-size: 15px;
  text-decoration: none;
  color: #336699;
}

.ev-bt:hover > a {
  color: white;
}

.ev-pic {
  height: 300px;
}

/* =========================================================== */
.ev-box {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: top;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Arial';
  /*font-style: italic;*/
}
.ev-box-line {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: top;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Arial';
  /*font-style: italic;*/
}
.ev-box-link {
  text-decoration: none;
  color: black;
}

.ev-box-menu {
  text-align: center;
  font-size: 15px;
  height: 25px;
  cursor: pointer;
  border: 2px solid #336699;
  width: 100px;
  padding: 3px;
}

.ev-box-menu2 {
  text-align: center;
  font-size: 15px;
  height: 25px;
  cursor: pointer;
  border: 2px solid #336699;
  width: 300px;
  padding: 3px;
}

.ev-box-menu2:hover {
  background-color: #336699;
}

.ev-box-menu2:hover .ev-box-link2 {
  color: white;
}
.ev-box-link2 {
  color: #336699;
  text-decoration: none;
  
}
.ev-box-text {
  display: inline-block;
  color: #336699;
  
  vertical-align: middle;
}
.ev-box-text2 {
  display: inline-block;
  color: grey;
  font-weight: bold;
  vertical-align: middle;
}

.ev-box-menu:hover {
  background-color: #336699;
}

.ev-box-menu:hover .ev-box-text {
  color: white;
}

.ev-box-menu:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: "";
}
.ev-box-menu2:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: "";
}
/* =========================================================== */
.ev-filter {
  position: relative;
}
.ev-subpoint {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
  box-sizing: border-box;
	
  position: absolute;
	z-index: 1;
	background: #FFFFFF;
	margin-top: 5px;
  
	display: none;
	width: 300px;
	font-size: 1em;
	line-height: 1em;
	/*border: solid 1px #658FbF;*/
	box-shadow: 0px 24px 32px rgba(0,0,0,0.75);
}


.ev-filter:hover > .ev-subpoint {
	display: block;
}
.ev-filter:hover .ev-subpoint a {
	display: block;
	text-align: left;
	color: black;
	text-decoration: none;
}
.subp-str {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;

	padding-left: 7px;
	padding-top: 2px;
	padding-bottom: 5px;
  /*border: 2px solid #336699;*/
}
.ev-filter:hover > a {
	background: #FFFAF4;
  color: black;
}


.ev-filter .ev-subpoint a:hover {
	background: #658FBF;
	/*border: dotted 1px #027780;*/
	color: #FFFFFF;
}

.ev-subpoint a {
	margin-top: 3px; /* между строками */
}
/* =========================================================== */
.apptext {
  margin: 0;
  padding: 0;
}
.apptext-bold {
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.hr-color {
  margin-top: 20px;
  border-top: 2px solid green;
}
/* =========================================================== */
.event-box {
  display: flex;
  flex-direction: row;
  /*justify-content: space-evenly;*/
  justify-content: center;
  align-items: top;
  flex-wrap: wrap;
  gap: 10px;
}

.event-frame {
  margin: 0 auto;
  background-color: #FFFAF4;
  margin-bottom: 20px;
  padding: 10px;
  width: 80%;
  border: 2px solid #336699;
}

.event-pic-frame {
  text-align: center;
  padding: 5px;
  /*border: 2px solid #336699;*/
}

.caption {
  text-indent: 0;
  margin: 0 auto;
  width: 200px;
}
.event-pic-file {
  margin: 0;
  height: 300px;
}

.ev-picture {
  height: 300px;
  width: 200px;
}

/* zvkform */
.ev-main-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: top;
  flex-wrap: wrap;
  font-family: 'PT Sans';
  /*height: 1000px;*/
  background-image: url(/vimg/backgr.jpg);
  background-repeat: no-repeat;
  background-size:cover;
  background-position: top;
  background-attachment: fixed;
  /*border: 2px solid green;*/
}
.cont-p-head-text-reg {
  width: 100%;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
}
.p-head-text {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  font-style: italic;
  color: rgb(65, 64, 64);
  text-shadow: 4px 4px 4px #666565;
  cursor: pointer;
}
.p-head-text2 {
  text-align: center;
  font-size: 25px;
  font-style: italic;
  /*font-weight: bold;*/
  color: rgb(65, 64, 64);
  cursor: pointer;
}
.ev-main-form {
  flex-basis: 70%;
  margin: 0 auto;
  /*border: 2px solid blue;*/
}
.ev-col-up {
  color: black;
  text-align: left;
  padding-right: 5px;
  font-size: 17px;
  margin-bottom: 10px;
}

.ev-col-down {
  color: black;
  text-align: left;
  margin-bottom: 10px;
/*  padding-right: 5px;
  padding-bottom: 10px;*/
}
.refquest {
  font-size: 15px;
  line-height: 130%;
  text-decoration: none;
  font-weight: bold;
  color: darkblue;
}
#capcha-image {
  height: 50px;
}

.ev-col-down > input {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;

  padding: 0;
  margin: 0;
  font-size: 15px;
  width: 200px;
  height: 35px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.baton {
  text-align: center;
}
.btn {
  height: 30px;
}
.ev-footer {
  height: 300px;
}

/* zvkok */
.ch2 {
  height: 600px;
}
.m-text2 {
  font-size: 23px;
  text-align: center;
  font-weight: bold;
  color: black;
}
/* zvktab */
.zvk-tab {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #dddddd;
	border-collapse: collapse; 
  background-color: white;
}

.zvk-tab th {
	font-weight: bold;
	padding: 5px;
	background: #efefef;
	border: 1px solid #dddddd;
  text-align: left;
}

.zvk-tab .zvk-param {
	border: 1px solid #dddddd;
	padding: 5px;
  text-align: left;
}

.zvk-adm-cont {
  //height: 700px;
  border-top: 2px solid blue;
  padding: 30px;
}
