body {
  background-color: #0d0c0c;
  min-width: 960px;
}
body .columns {
  color: #f0f0f0;
  padding: 0;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}
p {
  margin: 0;
  padding: 0;
}
h2 {
  padding-bottom: 10px;
  margin: 0 10px 30px 10px;
  font-size: 30px;
  color: #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.container_header {
  width: 960px;
  margin: 0 auto;
  padding: 50px 0 0 10px;
}
.container_header .competition {
  margin-left: -16px;
  height: 96px;
  padding: 25px 0 0 15px;
  border-left: 1px solid #f0f0f0;
}
.container_header .competition p {
  font-size: 21px;
}
.container_header .brit_concil_logo {
  margin: 32px 0 0 30px;
}
.container_header .platform_logo {
  margin: 37px 0 0 -8px;
}
.container_stripe {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}
.container_stripe .stripe {
  margin: 45px auto 0 auto;
  width: 1420px;
}
.container_stripe .stripe img {
  margin-bottom: 20px;
}
.container_priz {
  width: 960px;
  margin: 55px auto 70px auto;
}
.container_priz .priz {
  margin-left: 10px;
}
.container_priz .priz img {
  border-radius: 5px;
}
.container_priz .priz p {
  padding: 30px 50px 0 0;
  font-size: 21px;
  line-height: 24px;
  font-weight: 700;
}
.chosen-container-single .chosen-single {
  height: 30px;
  width: 260px;
  margin-top: 20px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  border-radius: 5px;
  border: none;
  background-color: #f9f9f9;
}
.chosen-container .chosen-drop {
  width: 260px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  background-color: #f9f9f9;
  color: #0d0c0c;
}
.chosen-container-single .chosen-single span {
  padding-top: 3px;
}
.chosen-container-single .chosen-single div {
  padding-top: 3px;
}
.container_send_review {
  width: 960px;
  margin: 0 auto;
}
.container_send_review input:focus,
.container_send_review textarea:focus,
.container_send_review select:focus,
.container_send_review button:focus {
  outline: none;
}
.container_send_review .container_form {
  margin-left: 10px;
}
.container_send_review .container_form .form_lable {
  position: relative;
  background-color: #500832;
  height: 528px;
}
.container_send_review .container_form .form_lable span {
  display: block;
  font-size: 16px;
}
.container_send_review .container_form .form_lable span.film {
  margin-top: 57px;
}
.container_send_review .container_form .form_lable span.review {
  margin-top: 30px;
}
.container_send_review .container_form .form_lable span.name {
  margin-top: 225px;
}
.container_send_review .container_form .form_lable span.town {
  margin-top: 34px;
}
.container_send_review .container_form .form_lable span.phone_number {
  margin-top: 34px;
}
.container_send_review .container_form .form_lable:before {
  content: '';
  position: absolute;
  width: 1000px;
  height: 528px;
  background-color: #500832;
  left: -1000px;
}
.container_send_review .container_form .form {
  background-color: #500832;
  width: 540px;
  height: 528px;
  border-top-right-radius: 5px;
  padding-top: 30px;
}
.container_send_review .container_form .form textarea {
  background-color: #f9f9f9;
  width: 460px;
  height: 192px;
  margin-top: 20px;
  resize: none;
  padding: 5px;
}
.container_send_review .container_form .form input {
  background-color: #f9f9f9;
  width: 260px;
  height: 30px;
  margin-top: 45px;
  border: none;
  padding: 0 5px 0 5px;
}
.container_send_review .container_form .form input.phone {
  margin-top: 20px;
}
.container_send_review .container_form .form p {
  font-size: 12px;
  margin: 5px 0 0 10px;
}
.container_send_review .container_form .container_text p {
  position: relative;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  margin-top: 30px;
  margin: 13px 10px 20px 90px;
}
.container_send_review .container_form .container_text a {
  color: #9e045f;
  border-bottom: 1px solid #9e045f;
  text-decoration: none;
}
.container_send_review .container_form .container_text hr {
  position: absolute;
  width: 210px;
  height: 1px;
  background-color: #f0f0f0;
  border: 0px none;
  bottom: 97px;
  left: 10px;
}
.container_send_review .container_form .container_text p:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  left: -68px;
}
.container_send_review .container_form .container_text p.box:before {
  background: url("content/iconBox.png") no-repeat;
  background-position: center;
}
.container_send_review .container_form .container_text p.pen:before {
  background: url("content/iconPen.png") no-repeat;
  background-position: center;
}
.container_send_review .container_form .container_text p.cup {
  margin-bottom: 40px;
}
.container_send_review .container_form .container_text p.cup:before {
  background: url("content/iconCup.png") no-repeat;
  background-position: center;
}
.container_send_review .container_form .container_text p.pdf:before {
  background: url("content/iconPdf.png") no-repeat;
  background-position: center;
}
.container_send_review .container_button {
  position: relative;
  margin-left: 10px;
  border-bottom-right-radius: 5px;
  width: 698px;
  background: #9e045f no-repeat;
}
.container_send_review .container_button button {
  width: 220px;
  height: 75px;
  font-size: 24px;
  font-weight: 700;
  border: 0px none;
  border-radius: 10px;
  margin: 37px 0 35px 45px;
}
.container_send_review .container_button button.disable {
  color: #838383;
}
.container_send_review .container_button:before {
  content: '';
  position: absolute;
  background: #9e045f;
  width: 1000px;
  height: 147px;
  left: -1000px;
}
.container_full_review {
  width: 940px;
  margin: 70px auto 65px auto;
}
.container_full_review .row {
  margin: auto 0px auto 0px;
}
.container_full_review .columns.large-6 {
  padding: 0;
}
.container_full_review span {
  float: right;
  padding-top: 10px;
}
.container_full_review span a {
  text-decoration: none;
  border-bottom: 1px solid #9e045f;
  font-weight: 700;
  font-size: 16px;
  color: #9e045f;
}
.container_full_review h3 {
  margin: 10px 0 0 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #9e045f;
}
.container_full_review h3 a {
  text-decoration: none;
  color: #9e045f;
  border-bottom: 1px solid #9e045f;
}
.container_full_review p {
  margin-top: 25px;
  font-size: 16px;
  line-height: 24px;
  padding-right: 10px;
}
.container_footer a {
  text-decoration: none;
}
.container_footer .moleskine {
  margin-left: 110px;
}
.container_footer .kp {
  margin-left: 30px;
}
.container_footer .chulan {
  margin: 15px 0 0 85px;
}
.container_footer .lingvo {
  margin: 25px 0 0 20px;
}
.container_footer .copyright {
  display: block;
  margin: 90px 0 45px 0;
  font-size: 14px;
  text-align: center;
  color: #f0f0f0;
}
.container_footer .copyright a {
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
  color: #f0f0f0;
}
