﻿@import url(../vendors/normalize/8.0.1/normalize.css);

/* #region mfp */

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #000;
	opacity: .24;
}



.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 5%;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #ccc; }

.mfp-preloader a:hover {
  color: #fff; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .8;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 32px;
  font-weight: 300; }

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #a2a2a2; }

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1; }

.mfp-arrow:after,
.mfp-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -ms-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -ms-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* #endregion */

.popup {
  margin: 20px auto;
  padding: 70px 60px 60px;
  max-width: 1200px;
  position: relative;
  background: #fff; }

.popup._message {
  padding: 100px 15% 60px;
  max-width: 1024px;
  min-height: 500px;
  position: relative;
  background: #e6eaf0;
  text-align: center; }

.popup._message::before {
  content: "";
  display: block;
  margin-bottom: 36px;
  width: 100%;
  height: 208px;
  background: url(/static/i/logo.png) no-repeat 50% 0;
  opacity: .75; }

.popup._message .popup__header {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 300;
  color: #333; }

.popup._message .popup__bottom {
  margin-top: 40px; }

.popup._message .popup__bottom .btn {
  padding: 10px 60px; }

.popup._support {
  max-width: 1024px;
  position: relative;
  padding: 60px 4%;
  background: #e6eaf0;
  text-align: center; }

.popup._support .popup__header {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 300;
  color: #333; }

.popup._tooltip {
  padding: 60px 3%;
  max-width: 540px;
  background: #e6eaf0;
  text-align: left; }

.popup._tooltip .popup__header {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 300;
  color: #333; }

.popup._beta-test {
  max-width: 1024px;
  background: #e6eaf0;
  text-align: center; }

.popup._beta-test .popup__header {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 300;
  color: #333; }

.popup._beta-test .popup__buttons {
  margin-top: 30px; }

.popup._beta-test .popup__buttons .btn {
  min-width: 260px;
  margin: 5px; }

@media (max-width: 767px) {
  .popup._message {
    padding: 60px 10% 100px;
    min-height: 0;
    font-size: 14px; }
  .popup._message .popup__header {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.375; }
  .popup._support {
    min-height: 0;
    padding: 60px 3% 40px;
    font-size: 14px; }
  .popup._support .popup__header {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.375; }
  .popup._tooltip {
    padding: 60px 5%;
    font-size: 14px; }
  .popup._tooltip .popup__header {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.375; }
  .popup._beta-test {
    padding: 60px 5%;
    font-size: 14px; }
  .popup._beta-test .popup__header {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.375; } }

@media (max-width: 539px) {
  .popup._tooltip {
    padding: 54px 5%; } }

.popup-feedback {
  margin: 20px auto;
  padding: 70px 0 60px;
  max-width: 670px;
  position: relative;
  background: #e6eaf0; }

.popup-feedback__header {
  padding: 0 10%;
  margin-bottom: 40px;
  text-align: center; }

.popup-feedback__title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.375;
  color: #333; }

.popup-feedback__desc {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center; }

.popup-feedback__desc._inner {
  margin-top: 25px; }

.popup-feedback__form {
  padding: 0 110px; }

.popup-feedback__form .ui-form-control {
  padding: 22px 40px 22px 20px;
  height: 60px;
  font-size: 14px; }

.popup-feedback__form .ui-checkbox {
  font-size: 14px;
  line-height: 1.25; }

.popup-feedback__form .ui-checkbox__text::after,
.popup-feedback__form .ui-checkbox__text::before {
  top: -1px; }

.popup-feedback__form-agree {
  padding-top: 10px; }

.popup-feedback__form-submit {
  margin-top: 42px;
  text-align: center; }

.popup-feedback__form-submit .btn {
  min-width: 50%; }

@media (max-width: 670px) {
  .popup-feedback {
    padding: 54px 0; }
  .popup-feedback__header {
    margin-bottom: 30px; }
  .popup-feedback__title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.375; }
  .popup-feedback__form {
    padding: 0 10%; }
  .popup-feedback__form-submit {
    margin-top: 36px; } }

.popup-question {
  margin: 20px auto;
  padding: 70px 70px 60px;
  max-width: 1090px;
  position: relative;
  background: #e6eaf0; }

.popup-question__header {
  margin-bottom: 40px; }

.popup-question__title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.375;
  color: #333; }

.popup-question__desc {
  font-size: 14px;
  line-height: 1.5; }

.popup-question__form-wrap {
  display: table;
  width: 100%; }

.popup-question__form-row {
  display: table-row; }

.popup-question__form-cell {
  display: table-cell;
  vertical-align: top;
  width: 50%; }

.popup-question__form-cell:first-child {
  padding-right: 30px; }

.popup-question__form .ui-form-control {
  padding: 22px 40px 22px 20px;
  height: 60px;
  font-size: 14px; }

.popup-question__form textarea.ui-form-control {
  width: 100%;
  height: 210px;
  resize: none; }

.popup-question__form .ui-checkbox {
  font-size: 14px;
  line-height: 1.25; }

.popup-question__form .ui-checkbox__text::after,
.popup-question__form .ui-checkbox__text::before {
  top: -1px; }

.popup-question__form-bottom {
  clear: both;
  width: 100%; }

.popup-question__form-bottom:after,
.popup-question__form-bottom:before {
  content: " ";
  display: table; }

.popup-question__form-bottom:after {
  clear: both; }

.popup-question__form-agree {
  float: left;
  padding-top: 12px; }

.popup-question__form-submit {
  float: right;
  text-align: right; }

.popup-question__form-submit .btn {
  min-width: 180px; }

@media (max-width: 767px) {
  .popup-question {
    padding: 54px 10%; }
  .popup-question__header {
    margin-bottom: 30px;
    text-align: center; }
  .popup-question__title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.375; }
  .popup-question__form-cell,
  .popup-question__form-row,
  .popup-question__form-wrap {
    display: block; }
  .popup-question__form-cell {
    width: 100%; }
  .popup-question__form-cell:first-child {
    padding-right: 0; }
  .popup-question__form textarea.ui-form-control {
    height: 150px; }
  .popup-question__form-submit {
    margin-top: 36px; }
  .popup-question__form-agree {
    float: none;
    padding-top: 10px; }
  .popup-question__form-submit {
    float: none;
    text-align: center; }
  .popup-question__form-submit .btn {
    min-width: 50%; } }

.popup-mybroker {
  margin: 20px auto;
  padding: 70px 110px 60px;
  max-width: 670px;
  position: relative;
  background: #e6eaf0; }

.popup-mybroker__header {
  margin-bottom: 40px;
  text-align: center; }

.popup-mybroker__title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.375;
  color: #333; }

.popup-mybroker__desc {
  font-size: 14px;
  line-height: 1.5; }

.popup-mybroker__form .ui-form-control {
  padding: 22px 40px 22px 20px;
  height: 60px;
  font-size: 14px; }

.popup-mybroker__form .ui-checkbox {
  font-size: 14px;
  line-height: 1.25; }

.popup-mybroker__form .ui-checkbox__text::after,
.popup-mybroker__form .ui-checkbox__text::before {
  top: -1px; }

.popup-mybroker__form-agree {
  padding-top: 10px; }

.popup-mybroker__form-submit {
  margin-top: 42px;
  text-align: center; }

.popup-mybroker__form-submit .btn {
  min-width: 50%; }

@media (max-width: 670px) {
  .popup-mybroker {
    padding: 54px 10%; }
  .popup-mybroker__header {
    margin-bottom: 30px; }
  .popup-mybroker__title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.375; }
  .popup-mybroker__form-submit {
    margin-top: 36px; } }

.popup-poll {
  margin: 20px auto;
  padding: 70px 110px 60px;
  max-width: 670px;
  position: relative;
  background: #e6eaf0; }

.popup-poll__header {
  margin-bottom: 40px;
  text-align: center; }

.popup-poll__title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.375;
  color: #333; }

.popup-poll__desc {
  font-size: 14px;
  line-height: 1.5; }

.popup-poll__btn {
  max-width: 320px;
  margin: 0 auto; }

@media (max-width: 670px) {
  .popup-poll {
    padding: 54px 10%; }
  .popup-poll__header {
    margin-bottom: 30px; }
  .popup-poll__title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.375; }
  .popup-poll__form-submit {
    margin-top: 36px; } }

.popup-singin {
  display: none;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 260px;
  z-index: 300; }

.popup-singin__wrap {
  min-height: 480px;
  width: 480px;
  position: relative;
  padding: 45px;
  background-color: #f2f2f2;
  border-radius: 50%;
  text-align: center; }

.popup-singin._show {
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 768px) {
  .popup-singin._show {
    display: none; } }

.popup-singin._show .popup-singin__wrap {
  opacity: 1; }

.popup-singin__close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 40px;
  cursor: pointer;
  z-index: 301; }

.popup-singin__close::before {
  color: #ccc;
  font-size: 16px;
  content: "\e91b";
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.popup-singin__title {
  margin-top: 20px;
  color: #212e45;
  font-size: 24px;
  letter-spacing: .1px;
  line-height: 1.7; }

.popup-singin__mybroker {
  max-width: 275px;
  margin: 0 auto;
  position: relative;
  color: #212e45;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: .25px;
  text-transform: uppercase; }

.popup-singin__arr {
  width: 27px;
  height: 1px;
  position: absolute;
  bottom: 17px;
  right: 0;
  background: #212e45;
  -ms-transform-origin: right center;
  transform-origin: right center; }

.popup-singin__arr::before {
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.popup-singin__arr::after {
  -ms-transform: rotate(-150deg);
  transform: rotate(-150deg); }

.popup-singin__arr::after,
.popup-singin__arr::before {
  content: '';
  display: block;
  width: 10px;
  height: 1px;
  position: absolute;
  right: -11px;
  background: #212e45;
  -ms-transform-origin: 0 center;
  transform-origin: 0 center; }

.popup-singin__list {
  margin-top: 20px; }

.popup-singin__item {
  position: relative;
  padding: 10px 0;
  color: #4e4e4e;
  font-size: 16px;
  letter-spacing: .25px;
  line-height: 1.3; }

.popup-singin__item:not(:first-child)::before {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #c6c6c6;
  transform: translate3d(-50%, 0, 0); }

.popup-singin__item:last-child {
  max-width: 195px;
  margin: 0 auto; }



html,
body {
	height: 100%;
}

body {
	background-color: #fff;
	font: normal 14px/20px "Segoe UI", Tahoma, sans-serif;
	padding: 0;
	margin: 0;
	cursor: default;
}

table {
  width: 100%;
  border: 0;
  height: 100%;
  border-collapse: collapse; }

table td {
  padding: 10px;
  vertical-align: top; }

table td.middle {
  width: 100%;
  padding: 0 15px;
  margin: 0; }

noscript div img {
  position: absolute;
  left: -9999px; }

.nav {
  padding: 0; }

.nav div {
  margin: 0;
  padding: 0; }

.nav .one {
  font: bold 20px/40px "Segoe UI", Tahoma, sans-serif;
  padding-left: 15px; }

.nav .two {
  font: bold 18px/40px "Segoe UI", Tahoma, sans-serif;
  color: #444;
  padding-left: 30px;
  min-width: 300px; }

.nav .three {
  padding: 5px 0 5px 45px; }

.nav .three a {
  font: normal 14px/18px "Segoe UI", Tahoma, sans-serif;
  color: #09c;
  text-decoration: none;
  border-bottom: 1px solid #09c; }

.nav .three:hover {
  background-color: #eeeee1; }

.nav .three:hover a {
  color: #c00;
  border-bottom: none;
  font-weight: bold; }

.nav .three.active a {
  color: #c00;
  font-weight: bold;
  border-bottom: none; }

.nav .three:hover a {
  color: #c00;
  border-bottom: none;
  font-weight: bold; }

.nav .banner180150 {
  display: block;
  width: 180px;
  height: 150px;
  margin: 0 auto; }

.right {
  padding: 0; }

.right div {
  margin: 0;
  padding: 0; }

.right .one {
  font: bold 20px/40px "Segoe UI", Tahoma, sans-serif;
  padding-left: 15px;
  min-width: 330px; }

.right .one a {
  color: #09c;
  text-decoration: none;
  border-bottom: 2px solid #09c; }

.right .one:hover a {
  color: #c00;
  border-bottom: none;
  font-weight: bold; }

.right .one.active a {
  color: #c00;
  border-bottom: none;
  cursor: default; }

.right .two {
  font: normal 14px/28px "Segoe UI", Tahoma, sans-serif;
  color: #444;
  padding-left: 30px; }

.right .two a {
  color: #09c;
  text-decoration: none;
  border-bottom: 1px solid #09c; }

.right .two:hover a {
  color: #c00;
  border-bottom: none;
  font-weight: bold; }

.right .two.active a {
  color: #c00;
  font-weight: bold;
  border-bottom: none;
  cursor: default; }

.right .logo {
  height: 248px;
  display: block;
  background: url(../i/logo.png) 50% 50% no-repeat; }

.right .company-name {
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
  font: bold 30px/30px "Segoe UI", Tahoma, sans-serif; }

.right .button-yel {
  text-decoration: none;
  display: table;
  margin: 0 auto;
  padding: 20px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: auto;
  color: #98380a;
  border-bottom: 4px #d65d14 solid;
  box-shadow: 0 0 50px rgba(236, 122, 0, 0.4);
  background: #ffaa1b;
  background: -o-linear-gradient(top, #ffc104, #ff9036);
  background: -moz-linear-gradient(top, #ffc104, #ff9036);
  background: -webkit-linear-gradient(top, #ffc104, #ff9036);
  background: -ms-linear-gradient(top, #ffc104, #ff9036);
  cursor: pointer; }

.right .button-yel:hover {
  color: #995803;
  border-bottom: 4px #d68214 solid;
  box-shadow: 0 0 50px rgba(236, 122, 0, 0.6);
  background: #ffc21c;
  background: -o-linear-gradient(top, #ffd904, #ffac34);
  background: -moz-linear-gradient(top, #ffd904, #ffac34);
  background: -webkit-linear-gradient(top, #ffd904, #ffac34);
  background: -ms-linear-gradient(top, #ffd904, #ffac34); }

.right .div-yel {
  overflow: hidden;
  display: block;
  margin: 0 15px;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  width: auto;
  color: #98380a;
  border-bottom: 4px #d65d14 solid;
  box-shadow: 0 0 50px rgba(236, 122, 0, 0.4);
  background: #ffaa1b;
  background: -o-linear-gradient(top, #ffc104, #ff9036);
  background: -moz-linear-gradient(top, #ffc104, #ff9036);
  background: -webkit-linear-gradient(top, #ffc104, #ff9036);
  background: -ms-linear-gradient(top, #ffc104, #ff9036); }

.right .div-yel p {
  color: #fff; }

.right .div-yel a {
  color: #09c;
  text-decoration: none;
  border-bottom: 2px solid #09c;
  float: left;
  margin: 0 15px 15px 15px; }

.right .div-yel a + a {
  float: right; }

.right .div-yel a:hover {
  color: #000;
  border-bottom: 2px solid #000; }

.right .social {
  margin-top: 20px;
  text-align: center; }

.right .social a {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin: 6px 12px;
  border: none; }

.right .social .vk {
  background-image: url(../i/vkontakte.png); }

.right .social .facebook {
  background-image: url(../i/facebook.png); }

.right .social .telegram {
  background-image: url(../i/telegram.png); }

.right .social .twitter {
  background-image: url(../i/twitter.png); }

.right .social .youtube {
  background-image: url(../i/youtube.png); }

.right .social .googleplus {
  background-image: url(../i/googleplus.png); }

.right .social .instagram {
  background-image: url(../i/instagram.png); }

.right .social .odnoklassniki {
  background-image: url(../i/odnoklassniki.png); }

.right .copyright {
  text-align: center;
  color: #666; }

.right .banner250 {
  display: block;
  width: 250px;
  height: 250px;
  margin: 20px auto 0; }

.middle {
  font: normal 16px/22px "Segoe UI", Tahoma, sans-serif; }

.middle h1 {
  font: bold 20px/40px "Segoe UI", Tahoma, sans-serif;
  padding: 0;
  margin: 0; }

.middle h1 a {
  border-bottom: 2px solid #09c; }

.middle h1 a:hover {
  border-bottom: none; }

.middle h2 {
  font: bold 18px/40px "Segoe UI", Tahoma, sans-serif;
  color: #444; }

.middle h1 + h2 {
  line-height: 24px;
  margin-top: 10px; }

.middle .license {
  padding: 15px;
  border: 1px solid #f5f5f5;
  background-color: #fff;
  border-radius: 8px; }

.middle .borderless,
.middle .borderless:hover {
  border-bottom: none; }

.middle .float-right {
  float: right; }

.middle a {
  color: #09c;
  text-decoration: none;
  border-bottom: 1px solid #09c; }

.middle a:hover {
  color: #c00;
  border-bottom: 1px solid #c00; }

.middle .inp {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #888;
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  padding: 10px;
	background-color: #eeeee1;
}

.middle .inp.short {
  width: 200px;
  text-align: center; }

.middle .inp.error {
  padding-right: 0;
  border-right: 10px solid #f00; }

.middle .btn {
  background-color: #09c;
  color: #fff;
  border-radius: 10px;
  padding: 10px 40px;
  border: 0;
  cursor: pointer; }

.middle .btn:hover {
  background-color: #c00; }

.middle .btn.buzy {
  cursor: default;
  background-color: #888; }

.middle .news {
  overflow: hidden;
  border: 1px solid #dcdcdc;
  border-radius: 15px;
  padding: 0 0 15px 15px;
  margin-top: 15px; }

.middle .news .date {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  padding: 0;
  margin: 0;
  color: #fff;
  background-color: #444;
  border-bottom-left-radius: 5px;
  display: inline;
  padding: 5px 10px;
  float: right; }

.middle .news h2 {
  padding: 0;
  margin: 0;
  line-height: 44px; }

.middle .news .thumb {
  float: left;
  width: 100px;
  border-radius: 5px;
  margin-top: 0px;
  margin-right: 15px;
  margin-left: 15px; }

.middle .news p {
  padding: 0;
  margin: 0; }

.middle .news b {
  color: #666; }

.middle .news ol {
  margin-left: 30px;
  border-left: 5px solid goldenrod;
  padding-top: 10px;
  color: #222;
  padding-bottom: 10px;
  line-height: 30px; }

.middle label {
  display: block; }

.middle label.inline {
  display: inline;
  margin-right: 20px; }

.middle .pages {
  overflow: hidden; }

.middle .pages a {
  display: block;
  float: left;
  line-height: 30px;
  color: #fff;
  padding: 0 10px;
  text-decoration: none;
  border-bottom: 1px solid #fff; }

.middle .pages a:hover {
  color: #c00;
  border-bottom: 1px solid #c00; }

.middle .pages a.active {
  font-weight: bold;
  border-bottom: 3px solid #fff; }

.middle .pages a.active:hover {
  color: #fff; }

.middle .review {
  border: 1px solid #f5f5f5;
  padding: 0 15px 15px 70px;
  border-top-left-radius: 25px;
  overflow: hidden;
  margin-bottom: 15px;
  margin-top: 15px;
  background: url(/static/i/review.png) 10px 20px no-repeat; }

.middle .review .author {
  color: #444;
  float: left;
  font-style: italic;
  font-size: 20px; }

.middle .review .date {
  float: right;
  font-style: italic;
  font-size: 12px; }

.middle .letter {
  text-align: center; }

.middle .letter img {
  width: 500px;
  padding: 10px;
  border: 1px solid #dcdcdc;
  border-radius: 10px; }

.middle .warning {
  color: #c00; }

.middle .rc {
  display: block;
  background-color: #eeeee1;
  padding: 10px;
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 10px; }

.middle .rc:hover {
  background-color: #f5f5dc; }

.middle .rc input {
  float: left; }

.middle .rc .l {
  margin: 0;
  padding: 0;
  position: absolute; }

.middle .rc .r {
  margin-left: 22px;
  font-size: 14px;
  color: #000; }

.middle .banner {
  width: 100%;
  display: block;
  text-align: center;
  padding: 20px 0;
  overflow: hidden; }

.middle .banner .nebieridze-banner {
  width: 700px;
  height: 100px;
  position: relative;
  border: 1px solid #676767;
  background: #fff url(../i/logo-nebieridze.png) no-repeat 15px 50%;
  margin: 0 auto; }

.middle .banner .nebieridze-banner .slogan {
  font: normal 22px/22px 'Exo 2', sans-serif;
  position: absolute;
  right: 15px;
  top: 30px;
  color: #676767;
  text-align: right; }

.middle .banner .nebieridze-banner .subslogan {
  font: bold 14px/14px 'Exo 2', sans-serif;
  position: absolute;
  left: 260px;
  top: 60px;
  color: #000; }

.middle .banner .nebieridze-banner .phone {
	font: normal 14px/14px 'Exo 2', sans-serif;
	position: absolute;
	right: 15px;
	width: 240px;
	top: 60px;
	color: #0095cd;
	text-align: right;
}
