*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
  font-size: 100.01%;
  margin: 0;
  padding: 0;
}
body {
  font: 100%/1.3 Arial, Verdana, sans-serif;
  color: #17151a;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}
/* MIXINS */
.inlineblock {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
.clearfix {
  *zoom: expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif');
  zoom: 1 !ie;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* Secondary section */
.wrapper {
  position: relative;
  width: 100%;
  min-width: 1000px;
  max-width: 1920px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
}
.container {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
.container.content {
  width: 900px;
}
.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 101.5%;
  margin: 0 auto;
  padding: 0;
}
.row [class*='col_'] {
  /*-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;*/
  margin-right: 1%;
}
.row [class*='col_'].col_1 {
  width: 7.333%;
}
.row [class*='col_'].col_2 {
  width: 15.666%;
}
.row [class*='col_'].col_3 {
  width: 24%;
}
.row [class*='col_'].col_4 {
  width: 32.333%;
}
.row [class*='col_'].col_5 {
  width: 40.666%;
}
.row [class*='col_'].col_6 {
  width: 49%;
}
.row [class*='col_'].col_7 {
  width: 57.333%;
}
.row [class*='col_'].col_8 {
  width: 65.666%;
}
.row [class*='col_'].col_9 {
  width: 74%;
}
.row [class*='col_'].col_10 {
  width: 82.333%;
}
.row [class*='col_'].col_11 {
  width: 91.666% -1%;
}
.row [class*='col_'].col_12 {
  width: 100%;
}
.row [class*='col_'].l {
  text-align: left;
}
.row [class*='col_'].r {
  text-align: right;
}
.row [class*='col_'].c {
  text-align: center;
}
.row.c {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
p {
  margin: 0;
}
p .huge {
  font-size: 30px;
}
p .big {
  font-size: 21px;
}
p .bigger {
  font-size: 18px;
}
p.black {
  font-family: 'Arial Black';
}
a {
  color: #01539c;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
h1,
h2 {
  margin: 40px 0 70px 0;
  font-family: 'Arial Black';
  font-size: 30px;
  font-weight: normal;
  text-transform: uppercase;
  color: #01539c;
  text-align: center;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 100;
}
.empty {
  width: 100%;
  height: 118px;
}
.but {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  padding: 10px 30px;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.but:hover {
  -webkit-box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.75);
}
.but.blue {
  background: #035ae7;
  background: -moz-linear-gradient(top, #035ae7 0%, #02154c 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #035ae7), color-stop(100%, #02154c));
  background: -webkit-linear-gradient(top, #035ae7 0%, #02154c 100%);
  background: -o-linear-gradient(top, #035ae7 0%, #02154c 100%);
  background: -ms-linear-gradient(top, #035ae7 0%, #02154c 100%);
  background: linear-gradient(to bottom, #035ae7 0%, #02154c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#035ae7', endColorstr='#02154c', GradientType=0);
}
.but.red {
  background: #ff0112;
  background: -moz-linear-gradient(top, #ff0112 0%, #900601 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff0112), color-stop(100%, #900601));
  background: -webkit-linear-gradient(top, #ff0112 0%, #900601 100%);
  background: -o-linear-gradient(top, #ff0112 0%, #900601 100%);
  background: -ms-linear-gradient(top, #ff0112 0%, #900601 100%);
  background: linear-gradient(to bottom, #ff0112 0%, #900601 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0112', endColorstr='#900601', GradientType=0);
}
.banner_top {
  position: relative;
  height: 655px;
  padding-top: 30px;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  background: url(../images/bg1.jpg) center no-repeat;
}
.banner_top .gift {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 158px;
  height: 158px;
  margin-top: -79px;
  margin-left: -79px;
  background: url(../images/gift.png) center no-repeat;
  -webkit-border-radius: 79px;
  -moz-border-radius: 79px;
  border-radius: 79px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.banner_top .gift:hover {
  -webkit-box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.75);
}
.banner_top .buttons {
  margin-top: 425px;
}
.accordion {
  height: 640px;
  margin-top: 30px;
  margin-bottom: 50px;
}
.accordion ul {
  margin: 0;
  padding: 0;
}
.accordion ul li {
  list-style: none;
}
.accordion .first_lvl,
.accordion .sec_lvl {
  width: 304px;
}
.accordion .first_lvl > li,
.accordion .sec_lvl > li {
  margin-bottom: 1px;
}
.accordion .first_lvl > li > a,
.accordion .sec_lvl > li > a {
  display: block;
  width: 230px;
  padding: 5px 10px;
  text-decoration: none;
  color: #01539c;
  cursor: pointer;
}
.accordion .first_lvl > li.active > a,
.accordion .sec_lvl > li.active > a,
.accordion .first_lvl > li:hover > a,
.accordion .sec_lvl > li:hover > a {
  font-weight: bold;
  color: #fff;
  background: #01539c url(../images/but_arrow.png) right center no-repeat;
}
.accordion .first_lvl {
  position: relative;
}
.accordion .first_lvl .sec_lvl {
  position: absolute;
  top: 0;
  left: 304px;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.accordion .first_lvl .sec_lvl .third_lvl {
  position: absolute;
  top: 0;
  left: 304px;
  width: 100%;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.accordion .first_lvl .sec_lvl .third_lvl li {
  margin-bottom: 15px;
}
.accordion .sec_lvl,
.accordion .third_lvl {
  opacity: 0;
  visibility: hidden;
}
.accordion .first_lvl li.active .sec_lvl,
.accordion .sec_lvl li.active .third_lvl {
  opacity: 1;
  visibility: visible;
}
.banner_bottom {
  position: relative;
  height: 520px;
  padding-top: 1px;
  font-size: 22px;
  color: #fff;
  background: url(../images/bg2.jpg) center no-repeat;
}
.banner_bottom h2 {
  color: #fff;
}
.banner_bottom img {
  margin-bottom: 20px;
}
.banner_bottom .arrows {
  position: absolute;
  width: 100%;
  top: 165px;
}
.banner_bottom .but_white {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  margin-top: 30px;
  padding: 8px 12px;
  font-family: 'Arial Black';
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #691324;
  background: #fff;
  border: 2px solid #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.banner_bottom .but_white:hover {
  color: #fff;
  background: none;
}
footer {
  position: relative;
  padding: 15px 0;
  font-size: 18px;
}
footer .cpr,
footer .vlx {
  font-size: 12px;
  color: #8e8e8e;
}
footer .vlx {
  text-decoration: none;
}
footer .vlx span {
  text-decoration: underline;
}
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.popup .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.popup .popup_container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 930px;
  height: 540px;
  margin-top: -270px;
  margin-left: -465px;
  padding: 30px 50px;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.75);
}
.popup .popup_container .close {
  display: block;
  position: absolute;
  top: -31px;
  right: -31px;
  width: 62px;
  height: 62px;
  background: url(../images/close.png) center no-repeat;
}
.popup .popup_container h2 {
  margin: 0;
  margin-bottom: 10px;
  text-align: left;
}
.popup .popup_container ul {
  text-align: left;
}
.popup .popup_container ul li {
  margin-bottom: 10px;
  font-size: 15px;
  color: #c80200;
}
.popup .popup_container ul li span {
  color: #17151a;
}
