*{
  padding: 0;
  margin: 0;
  /*box-sizing: border-box;*/
  /*font-family: 'Raleway', sans-serif;*/
}


button, 
button:active, 
button:focus,
textarea, 
textarea:active, 
textarea:focus,
input,
input:active,
input:focus {
    outline: none;
}


.container{
  max-width: 980px;
  margin: auto;
  width: 100%;
  padding: 0 15px;
}

.section_banner{
  background-image: url(../pic/banner.png);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 1080px;
}

.b_box{
  padding: 266px 0;
}

.b_box h1{
  text-align: center;
  color: #ffffff;
  font-size: 46px;
  text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
}

h1 span{
  color: #f6b637;
  font-size: 46px;
  text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
  line-height: 1.1em;
}

.participate,
.send{
  display: grid;
  margin: 10px 0;
}

.participate button,
.write button,
.send button,
.write a
{
  width: 228px;
  height: 51px;
  display: inline-block;
  margin: 0 auto;
  letter-spacing: 0.025em;
  background: linear-gradient(180deg, #A52F1D 0%, #F8472C 100%);
  border: none;
  font-size: 25px;
  border-radius: 50px;
  font-weight: 700;
  color: #ffffff;
  box-shadow: 3px 3px 2px black;
  text-decoration: none;
  cursor: pointer;
}
.write a {
	display: flex;
	align-items: center;
	justify-content: center;
}
.write a:hover,
.write button:hover,
.send button:hover{
  padding-bottom: 5px;
}

.participate button:hover{
  padding-bottom: 10px;
}

.condition_box{
  display: flex;
  margin: 83px 0;
  align-items: center;
}

.condition_item{
  max-width: 55%;
}

.condition_image{
  width: 100%;
}
.condition_image img{
  max-width: 100%;
}

.rules h1{
  color: #1B386E;
  letter-spacing: 0.05em;
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
}

.rules p{
  color: #1B386E;
  font-size: 16px;
  line-height: 1.6em;
  letter-spacing: normal;
  padding: 0 10px;
}

.rules span{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6em;
}

.rules i{
  padding: 0 10px;
  color: #ee2c1e;
}

.condition_item .write{
  display: grid;
  margin: 10px 0;
}

.section_form{
  background-image: url(../pic/freeze_reverse.png);
  background-position: center;
  background-size: auto 100%;
  width: 100%;
  padding: 70px 0;
}

.form_box{
  padding: 40px 40px;
  border-radius: 50px;
  box-shadow: 0.00px 1.00px 4px 0px rgba(0,0,0,.6);
  background-color: #08255ca8;
}

.form_box h1{
  color: #ffffff;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  margin: 35px 0 14px 0;
}

.information{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-left: -15px;
  margin-right: -15px;
}
.information > div {
	width: 50%;
	padding: 0px 15px;
	box-sizing: border-box;
}

.information p{
  color: #f6b637;
  margin-bottom: 14px;
  font-weight: bold;
}

.information input{
  text-align: left;
  padding: 3px 15px;
  border-radius: 6px;
  border: none;
  width: 100%;
  height: 44px;
  font-size: 16px;
  color: #00A6FF;
  margin: 0px;
  background: #fff;
}

.information input::placeholder{
  color: #00A6FF;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 16px;
}

.information input:focus{
  border: 2px solid #00A6FF;
}

.checkbox_form{
  display: flex;
  margin: 30px 0;
}

.checkbox_form p{
  color: #f6b637;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 24px;
}


.checkbox_form li{
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 5px;
  list-style-type: none;
  padding: 1px 1px 17px 1px;
}

.checkbox_2020,
.checkbox_2021{
  max-width: 50%;
  padding: 0 10px;
}

.textarea p{
  color: #f6b637;
  margin-bottom: 14px;
  font-size: 20px;
}

textarea{
 width: 100%;
border-radius: 6px;
margin-bottom: 27px;
padding: 10px;
color: #00A6FF ;
transition: 0.5s ease;
resize: none;
font-size: 16px;
}

textarea:hover{
  transition: all 0.5s ease;
  background-color: #fff;
}

.h1{
  color: #1B386E;
  letter-spacing: 0.05em;
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
}

i {
  font-size: 20px;
}

.title{
  color: #ffffff;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  margin: 5px 0 14px 0;
}

input[type='email']:invalid + .help-text::before {
 content: 'Введите, пожалуйста, правильный e-mail.'
}

.help-text {
  font-size: 10px;
  color: #ffffff;
  position: absolute;
  font-weight: 700;
  background-color: #f18122;
}

.section_letter{
  background-image: url(../pic/freeze.png);
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: 1920px 1080px;
  -moz-background-size: cover;
  -o-background-size: cover;
  width: 100%;
  padding: 0 0 130px 0;
}

.letter_box p{
  font-size: 36px;
  text-align: center;
  color: #ffffff;
  padding: 40px 0;
}

.letter_box img{
  width: 80%;
  padding: 0 100px;
}

.letter_box{
  position: relative;
}

.letter_description{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  font-size: 15px;
  line-height: 1.3em;
  color: #1B386E;
  width: 66%;
} 

.page-id-3768 {
  background-color: white !important;
  background: url();
}

.cf7-views-table {
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    background: rgba(255,255,255,0.7);
}
