/*VARS*/
/*Gradients*/
/*TRANSITIONS*/
/*PLACEHOLDER*/
/*FILTER*/
/*Placeholder*/
/*@import 'themes/theme-yellow';*/
html, body {
  height: 100%; }

body {
  font-family: 'Open Sans', 'Roboto', sans-serif;
  font-size: 12px;
  color: #333;
  min-width: 320px !important; }

.page {
  min-height: 100%;
  position: relative;
  min-width: 320px;
  padding-bottom: 72px; }
  .page_full {
    padding-bottom: 0; }
    .page_full .footer {
      position: static; }
  @media (max-width: 930px) {
    .page {
      padding-bottom: 0; } }

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100; }

#overlay-dark {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.6); }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.content {
  width: 1000px;
  margin: auto; }

.section-wrapper {
  max-width: 1200px;
  margin: auto; }

.hidden {
  display: none !important; }

.no-decoration {
  text-decoration: none; }

.w50p {
  width: 50% !important; }

.w33p {
  width: 33.33333% !important; }

.mt13 {
  margin-top: 13px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb23 {
  margin-bottom: 23px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mr5 {
  margin-right: 5px !important; }

.ml40 {
  margin-left: 40px !important; }

.middle {
  vertical-align: middle !important; }

.d-ib {
  display: inline-block !important; }

.black {
  color: #000 !important; }

.fz13 {
  font-size: 13px !important; }

.fz18 {
  font-size: 18px !important; }

.mobile-block {
  display: none !important; }

.page__stars {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 20px;
  display: inline-block;
  width: 110px;
  height: 16px;
  background: url(../i/form_stars.png) no-repeat 0 0; }

.page__stars.stars-1 {
  background-position: 0 -24px; }

.page__stars.stars-2 {
  background-position: 0 -48px; }

.page__stars.stars-3 {
  background-position: 0 -72px; }

.page__stars.stars-4 {
  background-position: 0 -96px; }

.page__stars.stars-5 {
  background-position: 0 -120px; }

@media screen and (max-width: 1024px) {
  .content {
    max-width: 1000px;
    width: auto;
    margin: 0 50px; } }

@media screen and (max-width: 650px) {
  .content {
    margin: 0; } }

@media screen and (max-width: 480px) {
  .mobile-hidden {
    display: none !important; }
  .mobile-block {
    display: block !important; }
  body {
    min-width: 320px !important; } }
