﻿<style type="text/css">
.style1 {
	text-align: center;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 71%;
	font-weight: bolder;
}
.style2 {
	text-align: left;
	color: #FFFFFF;
}
.stule3 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight: bolder;
}
.stule4 {
	border: 1px none #FF0000;
}
.stule5 {
	text-align: center;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
a {
	color: #FF0000;
}
a:visited {
	color: #FF0000;
}
a:active {
	color: #99CCFF;
}
a:hover {
	color: #99CCFF;
}
.stule6 {
	margin: 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-indent: 40px;
}
.stule8 {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
}
.stule9 {
	border-color: #000000;
	text-align: center;
}
.stule10 {
	margin: 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-indent: 40px;
	text-align: justify;
}
.stule11 {
	border-color: #000000;
	border-width: thin;
	color: #000000;
	font-size: 1px;
	font-weight: normal;
	text-align: center;
}
.stule12 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bolder;
	text-align: right;
}
.stule13 {
	border-width: 1px;
	border-color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #FFFFFF;
	font-weight: bolder;
}
.stule14 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
}
.stule15 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
}
.stule16 {
	padding: 7px 2px 7px 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	font-size: medium;
}
.stule18 {
	color: #FF0000;
	font-size: x-large;
	font-family: Arial, Helvetica, sans-serif;
}
.stule19 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.stule20 {
	margin: 10px 30px 60px 20px;
}
.stule21 {
	vertical-align: text-top;
	text-align: inherit;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}
.stule22 {
	text-decoration: line-through;
}
.stule23 {
				font-family: Arial, Helvetica, sans-serif;
				font-size: x-large;
				color: #FFFFFF;
				text-align: center;
}

.style3 {
	border-width: 0px;
}
.style4 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.style5 {
	margin: 10px;
}
.style6 {
	margin: 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-indent: 40px;
	text-align: center;
}
.style7 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight: bolder;
	font-size: medium;
}
.style12 {
	color: #FF0000;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
}
.style13 {
	border-width: 0px;
	margin: 10px;
}
.style14 {
	border-style: solid;
	border-width: 2px;
}
.style15 {
	border: 2px solid #000000;
	text-align: center;
}

.example2 {
    display:inline-block;   
    position:relative;
 
}

.example2 span {
    display:inline-block;
    position:absolute;
    bottom:5px;   
    right:10px;
     
    /* Оформление текста */
    color:#FFF;
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px; 
     
    /* Фон */
    background-color:black;
    padding:3px 3px;
}




.show-on-mobile19 { display: none; }
/* Smartphone Portrait and Landscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px){ .show-on-mobile19 { display: inline; }}


#link {
  position: relative;
}
#link a {
  pointer-events: none;
}
#link:hover:before {
  display: block;
  font-family:times;color:black;
  content: "поставьте галочку";
  position: absolute;
  text-align:  center;
  top: 0; left: 75px;
  transform: translate(-50%, calc(-100% - 10px));
  border-radius: 3px;
  padding: 10px;
  background: #f7f7f7;
  box-shadow: 0 0 2px;
}
#link:hover:after {
  display: block;
  content: "";
  position: absolute;
  top: 0; left: 75px;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 10px;
  border-color: #f7f7f7 transparent transparent transparent;
}
#linkDa:checked ~ #link a {
  pointer-events: auto;
}
#linkDa:checked ~ #link:after, #linkDa:checked ~ #link:before {
  content: none;
}

.ya-site-form__done {
  border-color: rgb(216, 216, 216) rgb(209, 209, 209) rgb(186, 186, 186);
  border-style: solid;
  border-width: 1px;
  display: block;
  width: auto;
  margin: 0px 0px 0px 5px;
  align-items: flex-start;
  text-align: center;
  cursor: default;
  color: buttontext;
  box-sizing: border-box;         
  border-radius: 5px;             
  padding: 2px 5px;
  font-size: 12px !important;
  background-color: white;
}

@media only screen and (max-width: 768px) {
  .ya-site-form__done {
    padding: 7px;
  }
}



.u-display--none {
	display: none !important;
}





</style>
