/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*@font-face {
    font-family: 'museo_sans_cyrl900';
    src: url('../fonts/museosanscyrl_3-webfont.eot');
    src: url('../fonts/museosanscyrl_3-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museosanscyrl_3-webfont.woff2') format('woff2'),
         url('../fonts/museosanscyrl_3-webfont.woff') format('woff'),
         url('../fonts/museosanscyrl_3-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}*/
/*@font-face {
    font-family: "museo_sans_cyrl900";
    src: url("../fonts/MuseoSansRegular/MuseoSansRegular.eot");
    src: url("../fonts/MuseoSansRegular/MuseoSansRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MuseoSansRegular/MuseoSansRegular.woff") format("woff"),
    url("../fonts/MuseoSansRegular/MuseoSansRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}*/
@font-face {
  font-family: "MuseoSansMedium";
  src: url("../fonts/MuseoSansMedium/MuseoSansMedium.eot");
  src: url("../fonts/MuseoSansMedium/MuseoSansMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansMedium/MuseoSansMedium.woff") format("woff"), url("../fonts/MuseoSansMedium/MuseoSansMedium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "museo_sans_cyrl900";
  src: url("../fonts/MuseoSansBlack/MuseoSansBlack.eot");
  src: url("../fonts/MuseoSansBlack/MuseoSansBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansBlack/MuseoSansBlack.woff") format("woff"), url("../fonts/MuseoSansBlack/MuseoSansBlack.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
body {
  background: #000;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  font-size: 14px;
  color: #787878;
  min-width: 1280px;
}
.ideal {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  text-align: center;
  width: 100%;
  z-index: 10000;
  display: none;
}
h1,
h2,
h3,
h4 {
  font-family: Arial, Helvetica, sans-serif;
}
h2 {
  font-size: 38px;
  margin-bottom: 18px;
  color: #252525;
}
h3 {
  font-size: 16px;
  margin: 10px 0;
}
span.block {
  display: block;
  text-align: left;
}
span.redbg {
  display: inline-block;
  width: 92px;
  height: 25px;
  background: #ff151f;
  color: #fff;
}
.inf {
  width: 950px;
  padding: 0 165px;
  margin: 0 auto;
}
.block {
  height: auto;
  text-align: center;
}
.block p {
  margin: 5px auto;
}
.block .inf {
  position: relative;
}
.block .benefit {
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 100%;
  box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.35);
  z-index: 1000;
  text-align: center;
  line-height: 220px;
}
.block .benefit .text {
  width: 155px;
  height: auto;
  position: absolute;
  top: 55px;
  left: 33px;
  font-size: 14px;
  margin: 0 auto;
  line-height: normal;
}
.block .benefit span{
  display: block;
  margin:4px 0;
}
.top-header,
.top-header.default {
  padding-top: 10px;
  padding-bottom: 4px;
  background: #ffdd00;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  transition-duration: 300ms;
}
.top-header .logo,
.top-header.default .logo {
  float: left;
  margin-right: 37px;
}
.top-header .slogan,
.top-header.default .slogan {
  float: left;
  width: 247px;
  font-size: 12px;
  text-align: left;
  margin: 19px 0;
}
.top-header .zvonok,
.top-header.default .zvonok {
  float: right;
  text-align: right;
  margin-top: 6px;
}
.top-header .tel,
.top-header.default .tel {
  font-size: 24px;
  color: #252525;
}
.top-header .zvon,
.top-header.default .zvon {
  padding-left: 25px;
  background: url(../i/zvon-bg.png) no-repeat center left;
  width: 165px;
  margin-left: 15px;
}
.top-header .zvon a,
.top-header.default .zvon a {
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  border-bottom: 1px dotted #000;
}
.top-header .zvon:hover a,
.top-header.default .zvon:hover a {
  color: #ff151f;
  border-bottom: 1px dotted #ff151f;
}
.top-header.move-menu {
  height: 70px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 0;
  margin: 0;
  z-index: 1100;
}
.top-header.move-menu .logo {
  width: 172px;
  height: 50px;
  background: url(../i/logo.svg) no-repeat center;
  background-size: 100%;
  margin: 10px 0;
  margin-right: 25px;
}
.top-header.move-menu .logo img {
  display: none;
}
.top-header.move-menu .slogan {
  width: 200px;
}
.top-header.move-menu .slogan span {
  display: none;
}
.top-header.move-menu .zvonok {
  margin-top: 15px;
}
.top-header.move-menu .tel {
  float: left;
  font-size: 20px;
  margin-right: 29px;
  margin-top: 7px;
  color: #252525;
}
.top-header.move-menu .zvon {
  float: left;
  background: none;
  margin-left: 0;
  width: auto;
  padding: 0;
}
.top-header.move-menu .zvon a {
  display: inline-block;
  width: 230px;
  height: 40px;
  background: url(../i/btn-cons.jpg) no-repeat center top;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  border-bottom: none;
  border-radius: 3px;
  text-align: center;
  line-height: 40px;
}
.top-header.move-menu .zvon a:hover {
  background: url(../i/btn-cons.jpg) no-repeat center bottom;
}
.top-header.move-menu .zvon:hover a {
  color: #fff;
  border-bottom: none;
}
.top-block {
  position: relative;
  height: 704px;
  padding-top: 100px;
  background: #ffdd00;
}
.top-block .bg{
  width: 1056px;
  height: 418px;
  background: url(../i/bl1-bg.png) no-repeat center bottom;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -528px;
}
@media (-webkit-min-device-pixel-ratio: 2){
  .top-block .bg{
    background: url(../i/bl1-bg@2x.png) no-repeat center bottom;
    background-size: cover;
  }
}
.top-block .benefit {
  top: 533px;
  left: 135px;
  background: rgba(64,64,63,0.95);
  color: #fff;
}
.top-block .benefit .text{
  top: 56px;
}
.top-block p.clarific {
  font-size: 16px;
  line-height: 27px;
  color: #252525;
}
.top-block p.clarific span {
  display: inline-block;
  width: 92px;
  height: 25px;
  background: #ff151f;
  color: #fff;
}
.button {
  display: inline-block;
  cursor: pointer;
  margin: 0 10px;
  border-radius: 3px;
  font-weight: bold;
  font-size: 14px;
  margin-top: 27px;
}
.cons {
  width: 250px;
  height: 50px;
  line-height: 50px;
  background: url(../i/btn-cons.jpg) no-repeat center top;
  background-size: cover;
  color: #fff;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.3);
}
.cons:hover {
  background: url(../i/btn-cons.jpg) no-repeat center bottom;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.3);
  background-size: cover;
}
.moreinfo {
  width: 246px;
  height: 46px;
  line-height: 46px;
  border: 2px solid #f79c09;
  color: #ff151f;
}
.advantages {
  height: 764px;
  padding-top: 36px;
  background: #f5f3ec;
}
.advantages .benefit {
  top: 652px;
  right: 135px;
  background: rgba(249,216,2,0.95);
  color: #252525;
}
.advantages .benefit .text{
  top: 55px;
}
.advantages .adv-item {
  display: inline-block;
  width: 265px;
  margin: 0 24px 60px;
  vertical-align: top;
}
.advantages p.clarific {
  font-size: 14px;
  margin: -8px 180px 65px;
  line-height: 21px;
}
.advantages .pic {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 25px;
}
.advantages .pic img {
  vertical-align: middle;
}
.advantages h3 {
  color: #252525;
}
.answer {
  height: 1208px;
  padding-top: 50px;
  background: #363636;
  color: #fff;
  position: relative;
}
.answer .bg{
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -505px;
  width: 1010px;
  height: 486px;
  background: url(../i/bl3-bg.png) no-repeat center;
}
@media (-webkit-min-device-pixel-ratio: 2){
  .answer .bg{
    background: url(../i/bl3-bg@2x.png) no-repeat center bottom;
    background-size: cover;
  }
}
.answer .benefit {
  top: 1102px;
  left: 135px;
  background: rgba(249,153,2,0.95);
}
.answer .top-part {
  padding-right: 630px;
  text-align: left;
}
.answer .top-part .pic {
  width: 60px;
  height: 60px;
  background: url(../i/qwest.svg) no-repeat center;
  margin: 45px 0 27px;
}
.answer .top-part .answ-item {
  padding-left: 30px;
  padding-right: 40px;
  border-left: 3px solid #ff151f;
  margin-left: -33px;
  padding-top: 1px;
}
.answer .top-part h3 {
  margin-top: -4px;
}
.answer .top-part p {
  margin-bottom: 0;
}
.answer h2 {
  font-size: 30px;
  line-height: normal;
  color: #ffffff;
}
.answer p.clarific {
  font-size: 14px;
}
.answer .bottom-part {
  padding-top: 48px;
}
.answer .bottom-part .answ-item {
  width: 280px;
  text-align: left;
  display: inline-block;
  margin-right: 55px;
  margin-bottom: 21px;
  padding-bottom: 24px;
  float: left;
}
.answer .bottom-part .answ-item h3 {
  margin-top: 0;
  line-height: 21px;
  margin-bottom: 10px;
}
.answer .bottom-part .answ-item .pic {
  width: 60px;
  height: 60px;
  margin: 0px 0px 25px;
}
.answer .bottom-part .answ-item .pic img {
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.answer .bottom-part .answ-item .pic:hover img {
  -moz-transform: rotate(360deg);
  /* Для Firefox */
  -ms-transform: rotate(360deg);
  /* Для IE */
  -webkit-transform: rotate(360deg);
  /* Для Safari, Chrome, iOS */
  -o-transform: rotate(360deg);
  /* Для Opera */
  transform: rotate(360deg);
}
.answer .bottom-part .answ-item .pic1 {
  background: url(../i/rub.svg) no-repeat center;
}
.answer .bottom-part .answ-item .pic2 {
  background: url(../i/user.svg) no-repeat center;
}
.answer .bottom-part .answ-item .pic3 {
  background: url(../i/people.svg) no-repeat center;
}
.answer .bottom-part .answ-item .pic4 {
  background: url(../i/raketa.svg) no-repeat center;
}
.answer .bottom-part .nomarg {
  margin-right: 0;
}
.answer .bottom-part .redbord {
  background: url(../i/redline.jpg) no-repeat left bottom;
}
.answer .bottom-part .blue-sq {
  padding: 30px 20px;
  margin-left: -33px;
  font-size: 15px;
  background: #3673ff;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.3);
  width: 265px;
  height: 190px;
  float: left;
  border-radius: 3px;
  display: inline-block;
  margin-right: 55px;
}
.answer .bottom-part .white-sq {
  width: 250px;
  height: 232px;
  padding: 25px 30px;
  background: #f5f3ec;
  border-radius: 3px;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.3);
  /*font-family: 'museo_sans_cyrl900';*/
  float: right;
  margin-right: -30px;
  color: #252525;
  text-align: left;
  font-size: 16px;
}
.answer .bottom-part .white-sq .bl-top-part {
  margin: 0;
  padding-bottom: 17px;
  border-bottom: 1px solid #d5d2c6;
}
.answer .bottom-part .white-sq .bl-bottom-part {
  border-top: 1px solid #ffffff;
  padding-top: 24px;
}
.answer .bottom-part .white-sq span.redbg {
  height: 21px;
  line-height: 21px;
  width: 108px;
  text-align: center;
}
.answer .bottom-part .white-sq span.gray {
  color: #787878;
}
.answer .bottom-part .cons {
  text-align: center;
  margin: 0;
}
a {
  font-size: 13px;
  text-decoration: none;
  color: #0072bc;
  border-bottom: 1px dotted #0072bc;
  padding-bottom: 2px;
}
a:hover {
  color: #ff151f;
  border-bottom: 1px dotted #ff151f;
}
.alltrue {
  height: 650px;
  background: #f5f3ec;
  padding-top: 70px;
  text-align: left;
  position: relative;
}
.alltrue .bg{
  position: absolute;
  top: 57px;
  left: 50%;
  margin-left: -640px;
  background: url(../i/bl4-bg.png) no-repeat center;
  width: 1280px;
  height: 597px;
}
@media (-webkit-min-device-pixel-ratio: 2){
  .alltrue .bg{
    background: url(../i/bl4-bg@2x.png) no-repeat center bottom;
    background-size: cover;
  }
}
.alltrue h2 {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 15px;
}
.alltrue h2 + p {
  margin-bottom: 12px;
}
.alltrue .text-part {
  padding-left: 520px;
}
.alltrue p {
  font-size: 14px;
}
.alltrue a {
  font-size: 13px;
  text-decoration: none;
  color: #0072bc;
  border-bottom: 1px dotted #0072bc;
  padding-bottom: 2px;
}
.alltrue a:hover {
  color: #ff151f;
  border-bottom: 1px dotted #ff151f;
}
.alltrue .facts {
  margin-top: 35px;
}
.alltrue .fact-item {
  height: 60px;
  margin: 0 0 20px;
}
.alltrue .pic {
  position: relative;
  width: 60px;
  height: 60px;
  /*font-family: 'museo_sans_cyrl900';*/
  font-size: 18px;
  text-align: center;
  line-height: 60px;
  float: left;
  margin-right: 20px;
}
.alltrue .pic:before {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../i/color-bord.svg) no-repeat center;
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.alltrue .pic:hover:before {
  -moz-transform: rotate(360deg);
  /* Для Firefox */
  -ms-transform: rotate(360deg);
  /* Для IE */
  -webkit-transform: rotate(360deg);
  /* Для Safari, Chrome, iOS */
  -o-transform: rotate(360deg);
  /* Для Opera */
  transform: rotate(360deg);
}
.alltrue .pic + p {
  margin: 0;
  padding: 11px 0;
  margin-right: 45px;
  /*font-family: 'museo_sans_cyrl900';*/
}
.assortment {
  background: #fff;
  color: #252525;
  padding-bottom: 148px;
}
.assortment h2 {
  font-size: 30px;
  margin-top: 0;
}
.assortment .top-part {
  width: 100%;
  padding: 0 30px 33px;
  position: relative;
  z-index: 100;
  margin-left: -30px;
  padding-top: 50px;
  background: url(../i/bl5-bg.jpg) no-repeat left bottom;
  text-align: left;
}
.assortment .left {
  float: left;
  width: 425px;
  margin-top: 21px;
}
.assortment .right {
  float: right;
  margin-right: -30px;
  padding: 20px 30px;
  color: #fff;
  width: 400px;
  background: #3673ff;
  border-radius: 3px;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.35);
}
.assortment .right h2 {
  color: #fff;
}
.assortment .bottom-part {
  width: 100%;
  margin-top: -2px;
  border: 2px solid #ffdd00;
  background: #fff;
  padding: 29px 28px 45px;
  margin-left: -30px;
  position: relative;
  height: 302px;
}
.assortment .product-item {
  width: 137px;
  margin: 0 47px 44px 10px;
  float: left;
}
.assortment .product-item .name {
  /*font-family: 'museo_sans_cyrl900';*/
  font-size: 13px;
  color: #787878;
}
.assortment .product-item .pic {
  line-height: 84px;
  margin-bottom: 19px;
}
.assortment .product-item .pic img {
  vertical-align: middle;
}
.assortment .last {
  margin-right: 0;
}
.assortment .shadow {
  background: url(../i/bl5-bg-bot.png) no-repeat center bottom;
  position: absolute;
  width: 1000px;
  height: 106px;
  bottom: 0;
  margin-left: -25px;
}
.assortment .fade {
  display: none;
}
.assortment a {
  position: absolute;
  z-index: 100;
  bottom: 26px;
  left: 50%;
  margin-left: -85px;
  padding: 0;
  cursor: pointer;
}
.assortment.opened .bottom-part {
  height: auto;
}
.assortment.opened .fade {
  display: block;
}
.assortment.opened .shadow {
  display: none;
}
.assortment.opened .viewmore {
  display: none;
}
.payment {
  background: #f5f3ec;
  padding-top: 70px;
  height: 923px;
}
.payment .header {
  text-align: left;
  border-bottom: 1px solid #d5d2c6;
  padding-bottom: 20px;
  background: url(../i/cards.png) no-repeat right 8px;
  margin-bottom: 50px;
}
.payment h2 {
  font-size: 30px;
  margin: 0;
}
.payment .pay-item {
  width: 435px;
  text-align: left;
  float: left;
  margin-bottom: 42px;
}
.payment .pay-item h3 {
  font-size: 16px;
  color: #252525;
  text-transform: uppercase;
  margin-top: 20px;
}
.payment .pay-item:nth-child(2n) {
  margin-right: 80px;
}
.payment .bottom-part {
  margin-top: 25px;
}
.payment .sert {
  margin-left: -30px;
  float: left;
}
.payment .sert img {
  margin-right: 38px;
}
.payment .yellow-block {
  padding: 0 30px;
  width: 560px;
  height: 214px;
  float: right;
  margin-right: -30px;
  background: #ffdd00;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.35);
}
.payment .yellow-block span.redbg {
  width: 108px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  margin-right: 5px;
}
.payment .bl-top-part {
  padding: 23px 0 16px;
  border-bottom: 1px solid #e9ca04;
  text-align: left;
}
.payment .bl-top-part p {
  margin: 0;
  font-size: 16px;
  color: #252525;
  /*font-family: 'museo_sans_cyrl900';*/
}
.payment .bl-bot-part {
  border-top: 1px solid #ffcf45;
  padding-top: 26px;
}
.payment .bl-bot-part p {
  text-align: left;
  font-size: 13px;
  margin: 0;
  line-height: 17px;
}
.payment .bl-bot-part .cons {
  width: 270px;
  height: 50px;
  padding: 0;
  line-height: 50px;
  text-align: center;
  margin: 0;
  margin-right: 23px;
  float: left;
}
.advantages2 {
  padding-top: 20px;
  height: 820px;
  background: #363636;
  color: #fff;
}
.advantages2 h2 {
  color: #fff;
  font-size: 38px;
  margin-top: 50px;
  margin-bottom: 10px;
}
.advantages2 h2 + p {
  width: 600px;
  margin: 5px auto;
  margin-bottom: 28px;
}
.advantages2 .adv-item {
  width: 265px;
  padding: 0 25px;
  float: left;
  margin: 40px 0 18px;
}
.advantages2 .adv-item.blue-sq {
  background: url(../i/blue-sq.png) no-repeat center;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.45);
  padding: 33px 20px 10px;
  margin-top: 8px;
  width: 270px;
}
.advantages2 .pic {
  margin-bottom: 27px;
  height: 60px;
  line-height: 60px;
}
.advantages2 .pic img {
  vertical-align: middle;
}
.advantages2 h3 {
  margin-top: 10px 22px;
}
.map {
  padding-top: 20px;
  height: 880px;
  background: #f5f3ec url(../i/map.svg) no-repeat 75% 20px;
}
.map .benefit {
  background: rgba(255,222,7,0.95);
  top: 50%;
  left: 50%;
  margin-top: -195px;
  margin-left: -110px;
  color: #252525;
}
.map .map-item {
  width: 100%;
  text-align: left;
  margin-bottom: 26px;
}
.map .region {
  float: left;
}
.map ul.col {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-right: 10px;
  width: 190px;
  float: left;
}
.map ul.col li {
  height: 24px;
}
.map h2 {
  margin-top: 50px;
  margin-bottom: 10px;
  color: #252525;
}
.map h2 + p {
  width: 510px;
  margin-bottom: 30px;
}
.map h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.map .white-block {
  background: #fff;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.35);
  text-align: left;
  padding: 25px 30px;
  margin-top: 40px;
  border-radius: 3px;
}
.map .white-block p {
  /*font-family: 'museo_sans_cyrl900';*/
  font-size: 16px;
  color: #252525;
  margin-top: 0;
}
.map .white-block p + p {
  font-size: 13px;
  font-family: inherit;
  color: #787878;
  margin-bottom: 0;
}
.map .white-block .left-part {
  float: left;
  width: 555px;
}
.map .white-block .right-part {
  float: right;
  text-align: center;
}
.map .white-block .cons {
  width: 290px;
  height: 58px;
  line-height: 60px;
  margin: 0;
  margin-top: 3px;
}
.admin {
  padding-top: 50px;
  background: #ffffff url(../i/bl9-bg.png) no-repeat center 235px;
  padding-bottom: 98px;
}
.admin .benefit {
  background: rgba(255,159,8,0.95);
  bottom: 0;
  right: 50%;
  margin-right: -110px;
  color: #fff;
}
.admin h2 {
  font-size: 38px;
  color: #252525;
  margin-top: 18px;
  margin-bottom: 13px;
}
.admin p.clarific {
  font-size: 14px;
  color: #787878;
  width: 670px;
  margin: 5px auto;
}
.admin .top-part {
  margin-top: 62px;
}
.admin .top-part .step {
  margin-top: 168px;
  width: 225px;
  display: inline-block;
  margin-right: 85px;
  font-size: 14px;
  color: #252525;
  margin-bottom: 114px;
  vertical-align: top;
}
.admin .top-part .last {
  margin-right: 0;
}
.admin .middle-part {
  background: url(../i/bl9-m-bg.png) no-repeat center top;
  text-align: left;
  margin-top: -80px;
  padding: 30px 0;
  margin-bottom: 66px;
}
.admin .middle-part .left-part {
  float: left;
  width: 420px;
}
.admin .middle-part .left-part p {
  margin-bottom: 11px;
}
.admin .middle-part .right-part {
  float: right;
  width: 400px;
  margin-right: -30px;
  color: #fff;
  background: #3673ff;
  padding: 25px 30px 20px;
  margin-top: 3px;
  border-radius: 3px;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.35);
}
.admin .middle-part .right-part h2 {
  color: #fff;
}
.admin .middle-part h2 {
  font-size: 30px;
  margin-top: 0;
  line-height: normal;
  margin-bottom: 20px;
}
.admin .bottom-part {
  background: url(../i/bl9-bot-bg.png) no-repeat center 4px;
  padding-bottom: 95px;
}
.admin .bottom-part .left-bot {
  float: left;
  text-align: right;
  padding-right: 315px;
  width: 160px;
}
.admin .bottom-part .right-bot {
  float: right;
  text-align: left;
  padding-left: 315px;
  width: 160px;
}
.admin .bottom-part h3 {
  font-size: 16px;
  color: #252525;
  margin-top: 0;
}
.admin .bottom-part .inf-item {
  margin-bottom: 41px;
}
.format {
  padding-top: 73px;
  background: #f5f3ec;
  text-align: left;
  padding-bottom: 151px;
}
.format .header {
  text-align: left;
  border-bottom: 1px solid #d5d2c6;
  padding-bottom: 19px;
  margin-bottom: 17px;
}
.format h2 {
  font-size: 30px;
  margin: 0;
}
.format h3 {
  margin-top: 20px;
  text-transform: uppercase;
}
.format .format-item {
  width: 430px;
  text-align: left;
  margin-bottom: 30px;
  margin-top: 40px;
}
.format .format-m {
  float: left;
}
.format .format-xl {
  float: right;
  position: relative;
}
.format p.redcolor {
  margin-top: 15px;
  text-transform: uppercase;
  color: #ff151f;
}
.format .yellow-block {
  background: #ffdd00;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.35);
  text-align: left;
  padding: 25px 30px;
  margin-top: 40px;
  border-radius: 3px;
}
.format .yellow-block p {
  /*font-family: 'museo_sans_cyrl900';*/
  font-size: 16px;
  color: #252525;
  margin-top: 0;
  margin-bottom: 0;
}
.format .yellow-block p + p {
  font-size: 13px;
  font-family: inherit;
  color: #787878;
  margin-bottom: 0;
}
.format .yellow-block .left-part {
  float: left;
  width: 530px;
}
.format .yellow-block .right-part {
  float: right;
  text-align: center;
}
.format .yellow-block .cons {
  width: 320px;
  height: 60px;
  line-height: 60px;
  margin: 0;
  margin-top: 3px;
  text-transform: uppercase;
  font-size: 14px;
}
.format .yellow-block span.redbg {
  width: 108px;
  text-align: center;
  margin-right: 5px;
  height: 22px;
  line-height: 22px;
  margin-top: -1px;
}
.quest {
  background-color: #1fc4e8;
  background-image: -webkit-linear-gradient(left, #1fc4e8, #2f8df8);
  background-image: linear-gradient(to right, #1fc4e8, #2f8df8);
  padding: 80px 0 22px;
}
.quest .brauser {
  width: 510px;
  height: 578px;
  margin-left: -30px;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.4);
  background: url(../i/bl10-bg.png) no-repeat center;
  float: left;
  border-radius: 10px;
}
.quest .form-block {
  float: right;
  margin-right: -30px;
  padding: 26px 30px 23px;
  width: 390px;
  background: #f5f3ec;
  border-radius: 3px;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.35);
}
.quest .header {
  padding-bottom: 23px;
  border-bottom: 1px solid #d5d2c6;
}
.quest .bot {
  padding-top: 10px;
  border-top: 1px solid #ffffff;
}
.quest h2 {
  text-align: center;
  margin: 0 auto;
  font-size: 24px;
  line-height: normal;
}
.quest .dop-info {
  margin-top: 90px;
  color: #fff;
  font-size: 12px;
}
.quest .dop-info .details {
  width: 520px;
  float: left;
  text-align: left;
}
.quest .dop-info .time {
  float: right;
  text-align: right;
  width: 220px;
}
footer {
  background: #363636;
  color: #fff;
  text-align: left;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
}
footer .copy {
  float: left;
}
footer .policy {
  float: right;
}
footer a {
  color: #fff;
  text-decoration: underline;
  margin: 0;
  border-bottom: 0;
}
footer a:hover {
  color: #ff151f;
  text-decoration: underline;
  margin: 0;
  border-bottom: 0;
}
.popup-layer {
  background: #363636;
  opacity: 0.9;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
}
.popup {
  position: absolute;
  left: 50%;
  top: 200px;
  width: 390px;
  padding: 30px;
  background: #f5f3ec;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.35);
  border-radius: 3px;
  margin-left: -225px;
  z-index: 2000;
  display: none;
  color: #787878;
}
.popup .close-popup {
  position: absolute;
  right: 0;
  top: -44px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: url(../i/close-popup.svg) no-repeat left top;
  opacity: 0.5;
}
.popup .close-popup:hover {
  opacity: 1;
}
.popup .title {
  padding-bottom: 25px;
  border-bottom: 1px solid #d5d2c6;
}
.popup h3 {
  font-size: 20px;
  margin: 0;
  color: #252525;
  text-align: center;
}
.popup .content {
  padding-top: 15px;
  border-top: 1px solid #fff;
}
.popup-information {
  width: 600px;
  margin-left: -330px;
}
.popup-information h3 {
  text-align: left;
}
form {
  text-align: left;
  font-size: 15px;
}
form span {
  display: block;
  margin-bottom: 7px;
  /*font-family: 'museo_sans_cyrl900';*/
  font-size: 15px;
}
form i {
  color: red;
}
form label {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}
form textarea {
  height: 135px;
}
form input,
form textarea {
  border: none;
  border-radius: 3px;
  color: #333333;
  font-size: 15px;
  padding: 12px 19px;
  resize: none;
  width: 390px;
  border: 1px solid #d5d2c6;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -wedkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15) inset;
  outline: none;
}
form input {
  height: 48px;
  line-height: 48px;
}
form p {
  margin-top: 0;
  margin-bottom: 15px;
}
form input[type="submit"] {
  margin-top: 18px;
  height: 58px;
  line-height: 58px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 3px;
  background: url(../i/btn-cons.jpg) no-repeat center top;
  background-size: cover;
  font-size: 14px;
  font-weight: bold;
  box-shadow: none;
  padding: 0;
  border: none;
  cursor: pointer;
}
form input[type="submit"]:hover {
  background: url(../i/btn-cons.jpg) no-repeat center bottom;
  background-size: cover;
}
form p.sub {
  font-size: 13px;
  text-align: center;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
