@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=latin,cyrillic-ext);
	@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&subset=latin,cyrillic-ext);
.btn {
  display: inline-block;
  height: 40px;
  text-decoration: none;
  cursor: pointer;
}
.btn_orange {
  background: #ff331e;
  padding-left: 22px;
  padding-right: 22px;
  line-height: 38px;
  color: #fff;
  font-size: 18px;
  border-radius: 2px;
  border: none;
  outline: none;
}
.btn_orange:hover {
  background: #ff4735;
}
.btn_orange:active {
  background: #ff1901;
}
.header {
  background: url("../img/header-bg.jpg") no-repeat;
}
.header__logotype {
  height: 60px;
  background: #ffda00;
  text-align: center;
}
.header__logotype-img {
  background: url("../img/header-logo.png");
  height: 98px;
  width: 133px;
  display: inline-block;
  border-bottom-left-radius: 67px;
  border-bottom-right-radius: 67px;
}
.header__content {
  text-align: center;
  padding-top: 130px;
}
.header__content-heading {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 64px;
  color: #fff;
  text-shadow: 0 1px 2px rgba(7,7,6,0.52);
  padding: 15px 250px 22px 250px;
  line-height: 0.9;
  text-transform: uppercase;
  position: relative;
}
.header__content-heading:before,
.header__content-heading:after {
  content: "";
  display: block;
  width: 260px;
  border: 2px solid #fff;
  position: absolute;
  left: 50%;
  margin-left: -130px;
}
.header__content-heading:before {
  top: 0;
}
.header__content-heading:after {
  bottom: 0;
}
.header__content-paragraph {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 19px;
  color: #fff;
  padding-left: 200px;
  padding-right: 200px;
  line-height: 1.2;
  margin-top: 35px;
  position: relative;
  /*text-transform: uppercase;*/
  margin-bottom: 50px;
}
.header__sponsors {
  margin-top: 20px;
  height: 65px;
  background: #fff;
  text-align: center;
  padding-top: 14px;
}
.sponsors{
    position: relative;
}
.sponsors__logo{
    position: absolute;
    top:15px;
}
.sponsors__logo--main{
    left: 50%;
    margin-left: -110px;
    top: -42px;
}

.sponsors__logo--left{
    left: 55px;
}
.sponsors__logo--center{
    right: 220px;
}
.sponsors__logo--right{
    right: 60px;
    top:10px;
}

.header__sponsors-logo {
  display: inline-block;
  margin-left: 60px;
  vertical-align: middle;
}
.header__sponsors-logo:first-child {
  margin-left: 0;
}
.footer {
  height: 70px;
  background: #ffdc18;
  overflow: hidden;
}
.footer__logo {
  display: block;
  height: 44px;
  width: 44px;
  background: url("../img/footer-logo.png");
  float: left;
  margin-left: 35px;
  margin-top: 13px;
  border-radius: 44px;
}
.footer__copyright {
  float: right;
  margin-right: 60px;
  margin-top: 30px;
}
.terms {
  height: 235px;
  background: #2b95d4 url("../img/terms-bg.png") -21px 0px;
  position: relative;
  padding-top: 135px;
}
/*
.terms:before {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../img/terms-cloves.png");
}
*/
.terms__list {
  padding-left: 30px;
}
.terms__list-item {
  width: 230px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #fff;
  color: rgba(255,255,255,0.8);
  text-align: center;
  line-height: 1.2;
  word-wrap: break-word;
}
.terms__list-item:first-child {
  margin-left: 0;
  width: 230px;
}
.terms__list-item.two {
  margin-left: 10px;
}
.terms__list-item.three {
  width: 220px;
  margin-left: 30px;
}
.terms__list-item.four {
  margin-left: 20px;
  width: 210px;
}
.become {
  background: #dcdcdc;
  height: 260px;
  padding-top: 45px;
}
.become__heading {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 27px;
  color: #525252;
  text-align: center;
  text-transform: uppercase;
}
.become__list {
  padding-left: 50px;
  padding-top: 40px;
}
.become__item {
  display: inline-block;
  vertical-align: top;
}
.become__item_star {
  width: 260px;
}
.become__item_cup {
  width: 410px;
}
.become__item_schengen {
  width: 250px;
}
.become__item-image {
  height: 49px;
  width: 49px;
  background: url("../img/become-logo.png");
  float: left;
  margin-right: 20px;
}
.become__item-image_star {
  background-position: 49px 0;
}
.become__item-image_cup {
  background-position: 0 0;
}
.become__item-image_schengen {
  background-position: 100px 0;
}
.become__item-text {
  float: left;
  width: 140px;
  display: table;
}
.become__item-text_cup {
  width: 310px;
}
.become__item-paragraph {
  font-size: 15px;
  color: #3e3e3e;
  height: 50px;
  line-height: 1.1;
  display: table;
  margin-bottom: 8px;
}
.become__item-paragraph_cup {
  width: 265px;
}
.become__item-paragraph span {
  display: table-cell;
  vertical-align: middle;
}
.become__item-note {
  font-size: 12px;
  color: #737171;
  width: 100%;
  line-height: 1.2;
}
.thisimportant {
  height: 230px;
  padding-top: 44px;
}
.thisimportant__heading {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 27px;
  color: #525252;
  text-align: center;
  text-transform: uppercase;
}
.thisimportant__content {
  margin-top: 35px;
  background: url("../img/thisimportant-waves.png") no-repeat center bottom;
  padding-bottom: 30px;
}
.thisimportant__goods {
  font-size: 15px;
  color: #262424;
  /*text-transform: uppercase;*/
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-align: center;
}
.thisimportant__goods-link {
  color: #262424;
}
.thisimportant__goods-link:hover {
  text-decoration: none;
}
.thisimportant__goods-flag {
  background: url("../img/thisimportant-logo.png");
  display: inline-block;
  height: 39px;
  width: 39px;
  vertical-align: top;
  margin-top: -12px;
  margin-left: 17px;
  margin-right: 17px;
}
.thisimportant__attention {
  text-align: center;
  /*text-transform: uppercase;*/
  font-size: 14px;
  color: #9f9d9d;
  padding-right: 120px;
  padding-left: 120px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin-top: 15px;
  line-height: 1.2;
}
.program {
  height: 405px;
  background: url("../img/program-bg.png");
  padding-top: 60px;
}
.program__heading {
  color: #fff;
  text-transform: uppercase;
  font-size: 27px;
  font-family: 'Open Sans Condensed', sans-serif;
  text-align: center;
}
.program__heading-white {
  color: #ff1f1f;
}
.program__list {
  margin-top: 80px;
  text-align: center;
}
.program__list-item {
  display: inline-block;
  width: 156px;
  height: 156px;
  text-align: center;
  background: #330b13;
  background: rgba(51,11,19,0.75);
  border-radius: 156px;
  margin-left: 18px;
  vertical-align: top;
}
.program__list-item:first-child {
  margin-left: 0;
}
.program__logo {
  height: 75px;
  background-repeat: no-repeat;
}
.program__logo_plane {
  background-image: url("../img/program-logo_plane.png");
  background-position: center 35px;
}
.program__logo_residence {
  background-image: url("../img/program-logo_residence.png");
  background-position: center 35px;
}
.program__logo_food {
  background-image: url("../img/program-logo_food.png");
  background-position: center 40px;
}
.program__logo_wine {
  background-image: url("../img/wine.png");
  background-position: center 32px;
}
.program__logo_fishing {
  background-image: url("../img/program-logo_fishing.png");
  background-position: center 45px;
}
.program__logo_liasik {
  background-image: url("../img/program-logo_liasik.png");
  background-position: center 48px;
}
.program__title {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 12px;
  line-height: 1.2;
  padding-right: 20px;
  padding-left: 20px;
}
.program__title_residence {
  padding-top: 5px;
}
.action {
  background: #dcdcdc;
  padding-top: 40px;
}
.action__heading {
  font-size: 27px;
  text-align: center;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
}
.action__accordion {
  margin-top: 45px;
}
.action__accordion-item.active .action__accordion-switch {
  background-position: right 17px;
}
.action__accordion-content {
  padding-bottom: 40px;
  overflow: hidden;
  display: none;
}
.action__accordion-content:before {
  content: "";
  display: block;
  padding-bottom: 50px;
}
.action__accordion-heading {
  background: #d2d0d0;
  height: 45px;
  cursor: pointer;
  overflow: hidden;
  color: #fff;
  color: rgba(255,255,255,0.8);
  text-transform: uppercase;
}
.action__accordion-heading_ceresit {
  background: #d2d0d0;
}
.action__accordion-heading_kreps {
  background: #bdbdbd;
}
.action__accordion-heading_sheetrock {
  background: #a9a9a9;
}
.action__accordion-title {
  float: left;
  font-size: 15px;
  color: #fff;
  line-height: 45px;
  padding-left: 50px;
  padding-right: 30px;
}
.action__accordion-production {
  float: left;
  height: 100%;
  vertical-align: top;
  line-height: 45px;
  overflow: hidden;
  padding-left: 40px;
  padding-right: 30px;
}
.action__accordion-production_ceresit {
  background: #ccc9c9;
}
.action__accordion-production_kreps {
  background: #b0b0b0;
}
.action__accordion-production_sheetrock {
  background: #949494;
}
.action__accordion-name {
  float: left;
  margin-right: 30px;
  font-size: 15px;
}
.action__accordion-logo {
  vertical-align: middle;
}
.action__accordion-switch {
  float: right;
  width: 125px;
  height: 100%;
  line-height: 45px;
  background-image: url("../img/accordion-cloves.png");
  background-repeat: no-repeat;
  background-position: right -45px;
  margin-right: 55px;
}
.action__product {
  width: 200px;
  height: 170px;
  float: left;
  text-align: center;
  margin-bottom: 60px;
}
.action__product:first-child {
  margin-left: 0;
}
.action__product-image {
  display: inline-block;
  width: 120px;
  height: 120px;
    line-height: 120px;
  overflow: hidden;
  background: #fff;
  border-radius: 120px;
  box-shadow: 0 1px 13px rgba(12,12,9,0.34);
}

.action__product-image img {

  display: inline-block;
  vertical-align: middle;
    text-align: center;
    max-width: 110px;
    max-height: 110px;
}
.action__accordion-content--kreps img {
    max-width: 145px;
    max-height: 150px;
}
.action__product-text {
  margin-top: 15px;
  color: #262424;
  font-size: 15px;
}
.action__product-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 15px;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
header{
    display: block;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cf {
  zoom: 1;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  min-width: 1020px;
  font-size: 13px;
}
.wrapper {
  width: 1000px;
  margin: 0 auto;
  box-shadow: 5px 2px 12px rgba(0,0,0,0.31), -5px 2px 12px rgba(0,0,0,0.31);
}


.results{
    display: none;
}
.intermediate {
  height: 120px;
    background: url("../img/full_flag.jpg") -105px -450px no-repeat;
  text-align: center;
  line-height: 120px;
}

.intermediate .show{
    display: inline;
}
.intermediate .hide{
    display: none;
}

.intermediate.active .show{
    display: none;
}
.intermediate.active .hide{
    display: inline;
}

.results__header{
    font-family: 'Open Sans Condensed', sans-serif;
    background: url("../img/full_flag.jpg") center -346px no-repeat;
    padding: 40px 0 60px 0;
    text-align: center;
    font-size: 42px;
    color: white;
    position: relative;
}
.results__header:after{
    content:'';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 22px;
    background: url(../img/mask.png) center;
}
.results__inner{
    padding: 40px 20px;
}
.column{
    float:left;
    width: 305px;
    margin-left:20px;
}
.column:first-child{
    margin-left: 0;
}

.winner__logo{
    text-align: center;
    margin-bottom: 20px;
    height: 35px;
}
.winner__table{
    width: 100%;
    border-spacing: 2px;
}
.winner__table td{
    padding: 10px 7px;
    font-family: 'Open Sans', sans-serif;
    color: #3e3e3e;
    font-size: 15px;
    border-bottom: 1px dashed #eeeeee;
}
.winner__table thead td{
    background-color: #ffdc18;
    color: #000;
    font-size: 18px;
    font-family: 'Open Sans Condensed', sans-serif;
    border-bottom: 0;
}
.winnder__card{
    width: 135px;
}
.winnder__total{
    width: 125px;
}


.admin-panel h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 1em;
}
.admin-panel form {
	margin: 1em 0;
}
.admin-panel form .form-row {
	margin: 0 0 .5em;
}
.winner_cell td{
    font-weight: bold !important;
}

.check{
    background: #ffda00;
    padding: 45px 0;
    text-align: center;
}
.check__heading{
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 27px;
    color: #525252;
    text-align: center;
    text-transform: uppercase;
}

.check-form__button {
    vertical-align: top;
    background: #ff331e;
    padding-left: 22px;
    padding-right: 22px;
    line-height: 38px;
    color: #fff;
    font-size: 18px;
    border-radius: 2px;
    border: none;
    outline: none;
    cursor: pointer;
    height: 43px;
}

.check-form{
    width: 890px;
    margin: 30px auto;
}
.check-form__button:hover {
    background: #ff4735;
}

.check-form__button:active {
    background: #ff1901;
}
.check-form__input{
    vertical-align: top;
    padding: 0 22px;
    line-height: 38px;
    font-size: 18px;
    border-radius: 2px;
    border: none;
    outline: none;
    margin: 0 30px 0 0;
    height: 43px;
    width: 287px;
}

.check-result{
    display: none;
    margin-top: 50px;
}
.check-result__inner{
    margin-top: 40px;
    padding: 15px 0;
    background-color: #fff;
}
.check-result__table{

    width: 100%;
}
.check-result__table td{
    width: 33.33%;
    text-align: center;
    padding: 10px 20px;
}
.check-result__sum{
    font-size: 18px;
}
.check__heading--state-error{
    color: red;
}