.pushkin-container {
  padding-left: 10px;
  padding-right: 10px;
}

.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;*/
}

.push-m-text {
  font-size: 23px;
  font-weight: bold;
  font-style: italic;
  color: rgb(65, 64, 64);
  /*margin: 0 auto;*/
}
.push-box1wrap {
  display: block;
}
.push-box1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: top;
  flex-wrap: wrap;
  gap: 10px;
  /*text-align: left;*/
  margin-top: 20px;
  margin-bottom: 10px;
  font-style: italic;
  /*border: 2px solid green;*/
}
.push-event-head {
  font-style: italic;
  text-align: center;
  font-size: 36px;
}

.push-row2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: top;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 10px;
  padding: 10px 10px 10px 10px;
  /*border: 1px solid #414242;*/
}
.push-row3 {
  width: 100%;
  margin-top: 20px;
}
.push-description {
  text-align: left;
  flex-basis: 60%;
  font-size: 18px;
  /*border: 2px solid blue;*/
}

.push-pushkin {
	background-image: url('/vimg/pushkin/push_card.png');
  background-size: 100%;
	background-repeat: no-repeat;	
  margin-top: 22px;
	width: 300px;
  height: 220px;
}
.quest {
  margin-bottom: 10px;  
}
.answ {
  -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
  
  font-size: 15px;
  text-align: left;
  font-style: normal;

	position: absolute;
	z-index: 2;
	background: white;
  color:black;
	display: none;
	width: 340px;
  padding: 0px 10px 0px 10px;
	box-shadow: 0px 24px 32px rgba(0,0,0,0.75);
}
.quest1:hover > .answ,
.quest2:hover > .answ,
.quest3:hover > .answ {
  left: 0;
  top: 73px;
  display: block;
}
.push-box {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: top;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Arial';
  /*font-style: italic;*/
}
.push-box-tp {
  text-align: center;
  font-size: 18px;
  height: 70px;
  position: relative;
  cursor: pointer;
  border: 2px solid grey;
  width: 200px;
}

.push-box-pdf {
  -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
  
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  font-style: italic;
  height: 30px;
  margin-left: 63px;
  cursor: pointer;
  border: 2px solid grey;
  width: 300px;
}
.push-box-link2 {
  text-decoration: none;
  color: black;
}
.push-box-link {
  text-decoration: none;
  color: black;
}

.push-box-menu {
  text-align: center;
  font-size: 15px;
  height: 58px;
  cursor: pointer;
  border: 2px solid grey;
  width: 158px;
  padding: 3px;
}
.push-box-menu:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: "";
}
.push-box-menu:hover {
  background-color: #c0c0c0;
}

.push-box-menu:hover .push-box-text {
  /* color: white;*/
}
.push-box-text {
  display: inline-block;
  color: black;
  font-style: italic;
  vertical-align: middle;
}

.push-events {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  align-items: top;
  flex-wrap: wrap;
}

.push-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 grey;
  margin-bottom: 10px;
}

.push-pic {
  width: 300px;
  height: 420px;
  margin: 0 auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: 0 0 0 5px white;
  margin-bottom: 5px;
}

/*.push-picture {
  height: 300px;
  width: 200px;
}*/

.buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  gap: 5px;
}
.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: 130px;
  cursor: pointer;
  border: 1px solid white;
  font-style: italic;
}

.bt:hover {
  background-color: #c0c0c0;
}

.bt > a {
  display: block;
  font-size: 20px;
  text-decoration: none;
  color: black;
  /*width: 100%;*/
}

.bt:hover > a {
  /*color: white;*/
}

.cont-top {
  text-align: center;
  height: 400px;
  background-image: url('/vimg/pushkin/Long_color.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}

.img-dop {
  margin: 0 auto;
  display: none;
  width: 80%;
  height: 100px;
}

.cont-p-head-text {
  width: 100%;
  margin-top: 50px;
  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;
}
.p-text {
  /*border: 2px solid green;*/
  font-size: 23px;
  /*color: rgb(65, 64, 64);*/
  color: black;
  /*margin: 0 auto;*/
  width: 75%;
}
.p-text-bottom {
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: black;
  width: 75%;
}
.event-box {
  display: flex;
  flex-direction: row;
  /*justify-content: space-evenly;*/
  justify-content: center;
  align-items: top;
  flex-wrap: wrap;
  gap: 10px;
}
.event-pic-frame {
  text-align: center;
  padding: 5px;
  /*border: 2px solid #336699;*/
}
.event-pic-file {
  margin: 0;
  height: 300px;
}
.caption {
  margin: 0 auto;
  width: 200px;
}
.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;
}

.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;*/
}
.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;
}
.refquest {
  font-size: 15px;
  line-height: 130%;
  text-decoration: none;
  font-weight: bold;
  color: darkblue;
}
#capcha-image {
  height: 50px;
}
.baton {
  text-align: center;
}
.btn {
  height: 30px;
}
.ev-footer {
  height: 300px;
}
.m-text2 {
  font-size: 23px;
  text-align: center;
  font-weight: bold;
  color: black;
}
.ch2 {
  height: 600px;
}
.zvk-adm-cont {
  /*height: 700px;*/
  /*border-top: 2px solid blue;*/
  padding: 30px;
}

.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;
}
.addc {
  font-weight: normal;
  font-style: normal;
}