@charset "UTF-8";
/* Scss Document */
:root {
  --px: 10px;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.flx {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dif {
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.post .center {
  text-align: center;
}

.post img {
  max-width: 100% !important;
  height: auto !important;
  margin: 20px 0;
}

.post h2 {
  margin: 20px 0;
}

.post p {
  margin-bottom: 20px;
}

.post ul{
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 20px;
}

.post .btn-box {
  margin-bottom: 25px;
}

.post .image-style-align-center {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.post blockquote, .post .info-box {
  margin-bottom: 40px;
  color: #211E1E;
  padding: 35px 47px;
  margin-left: -30px;
  margin-right: -30px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post blockquote svg, .post .info-box svg {
  margin-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.post blockquote.success, .post .info-box.info-box-success {
  background-color: #d4edda;
}

.post blockquote.info, .post .info-box.info-box-info {
  background-color: #d1ecf1;
}

.post blockquote.warning, .post .info-box.info-box-warning {
  background-color: #fff3cd;
}

.post blockquote.danger, .post .info-box.info-box-danger {
  background-color: #f8d7da;
}

.post blockquote.success:before, .post .info-box.info-box-success:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%0A%3Csvg viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M25.2703 0.383606C11.7615 0.383606 0.770264 11.3748 0.770264 24.8836C0.770264 38.3924 11.7615 49.3836 25.2703 49.3836C38.779 49.3836 49.7703 38.3924 49.7703 24.8836C49.7703 11.3748 38.779 0.383606 25.2703 0.383606ZM38.9632 18.4362L23.3054 33.9713C22.3843 34.8924 20.9106 34.9538 19.9282 34.0327L11.6387 26.4801C10.6562 25.559 10.5948 24.024 11.4545 23.0415C12.3755 22.059 13.9106 21.9976 14.8931 22.9187L21.4632 28.9362L35.4632 14.9362C36.4457 13.9538 37.9808 13.9538 38.9632 14.9362C39.9457 15.9187 39.9457 17.4538 38.9632 18.4362Z' fill='%2387C00E' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='49' height='49' fill='white' transform='translate(0.770264 0.383606)' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.post blockquote.info:before, .post .info-box.info-box-info:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='info-circle' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-info-circle fa-w-16 fa-3x'%3E%3Cpath fill='%2362B1F6' d='M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z' class=''%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.post blockquote.warning:before, .post .info-box.info-box-warning:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='exclamation-circle' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-exclamation-circle fa-w-16 fa-3x'%3E%3Cpath fill='%23f58128' d='M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zm-248 50c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z' class=''%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.post blockquote.danger:before, .post .info-box.info-box-danger:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='exclamation-circle' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-exclamation-circle fa-w-16 fa-3x'%3E%3Cpath fill='%23F44336' d='M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zm-248 50c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z' class=''%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.post blockquote ul, .post blockquote ol, .post .info-box ul, .post .info-box ol {
  margin: 10px 0 !important;
}

.post blockquote p, .post .info-box p {
  margin: 5px 0 !important;
}

.fxs {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.fxg {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.fxww {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ais {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.aie {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.jcfs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.jcfe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.grid2 {
  margin-right: calc(var(--px) * -1);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid2 .col {
  width: calc(100% / 2 - var(--px));
  margin-right: var(--px);
  margin-bottom: var(--px);
}

.grid3 {
  margin-right: calc(var(--px) * -1);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid3 .col {
  width: calc(100% / 3 - var(--px));
  margin-right: var(--px);
  margin-bottom: var(--px);
}

.grid4 {
  margin-right: calc(var(--px) * -1);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid4 .col {
  width: calc(100% / 4 - var(--px));
  margin-right: var(--px);
  margin-bottom: var(--px);
}

.grid5 {
  margin-right: calc(var(--px) * -1);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid5 .col {
  width: calc(100% / 5 - var(--px));
  margin-right: var(--px);
  margin-bottom: var(--px);
}

/* Scss Document */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

#page {
  position: relative;
}

a, img {
  outline: none;
}

* {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Scss Document */
img {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 17px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 15px;
}

h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
}

.clr:before,
.clr:after {
  content: " ";
  display: table;
  clear: both;
}

input::-webkit-input-placeholder {
  text-indent: 0px;
  -webkit-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

input::-moz-placeholder {
  text-indent: 0px;
  -moz-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

input:-moz-placeholder {
  text-indent: 0px;
  -moz-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

input:-ms-input-placeholder {
  text-indent: 0px;
  -ms-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

input:focus::-webkit-input-placeholder {
  text-indent: -500px;
  -webkit-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

input:focus::-moz-placeholder {
  text-indent: -500px;
  -moz-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

input:focus:-moz-placeholder {
  text-indent: -500px;
  -moz-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

input:focus:-ms-input-placeholder {
  text-indent: -500px;
  -ms-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

input[placeholder] {
  text-overflow: ellipsis;
}

input::-moz-placeholder {
  text-overflow: ellipsis;
}

input:-moz-placeholder {
  text-overflow: ellipsis;
}

input:-ms-input-placeholder {
  text-overflow: ellipsis;
}

input[type=submit],
input[type=button],
button {
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Scss Document */
.text .btn-box {
  margin-bottom: 25px;
}
.text img {
  max-width: 100% !important;
  height: auto !important;
}
.text ul {
  margin-bottom: 25px;
  list-style-type: square;
  list-style-position: inside;
}
.text ul ul {
  margin-top: 25px;
  margin-left: 15px;
}
.text ol {
  margin-bottom: 25px;
  margin-left: 0px;
  list-style-position: inside;
}
.text ul ul li {
  background-image: none;
  padding-left: 0px;
  list-style-type: square;
}
.text li + li {
  margin-top: 5px;
}
.text p {
  margin-bottom: 25px;
}
.text p:last-child {
  margin-bottom: 0;
}
.text table {
  margin-bottom: 25px;
  background-color: #fff;
  border-collapse: collapse;
  width: 100%;
}
.text table tr:nth-child(2n+2) {
  background-color: rgba(238, 238, 238, 0.42);
}
.text table tr:hover {
  background-color: rgba(238, 238, 238, 0.8);
}
.text table th {
  background-color: #30A2D9;
  padding: 15px 10px;
  color: #fff;
  border: 1px solid #fff;
}
.text table th p {
  margin-bottom: 0;
}
.text table td {
  padding: 10px;
  border: 1px solid #fff;
}
.text table td p {
  margin-bottom: 0;
}
.text blockquote {
  margin-bottom: 25px;
  color: #fff;
  background-color: #30A2D9;
  padding: 10px;
}
.text blockquote p {
  margin-bottom: 0px;
}

body {
  color: #333;
  font-family: "Roboto";
  font-size: 14px;
  background-color: #fff;
}

.hide {
  display: none;
}

#page {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  min-height: 100vh;
}

.page_inner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 92px;
}

.panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background-color: #fff;
}

.top-block {
  background-color: #23507d;
}

.top-link {
  text-decoration: none;
  padding: 0 15px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  border-left: 1px solid #ccc;
  background-color: #174b73;
  cursor: pointer;
  height: 37px;
  -webkit-box-shadow: inset 0 50px 25px -15px #216ca6;
          box-shadow: inset 0 50px 25px -15px #216ca6;
  -webkit-transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  font-size: 20px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  font-family: "Roboto";
}
.top-link:hover {
  border-bottom: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #1a5684;
}
.top-link .name {
  text-transform: uppercase;
  margin-left: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 11px;
}
.top-link .title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 1.1;
  margin-left: 12px;
}
.top-link.pd {
  padding: 0 12px;
}
.top-link.time {
  font-size: 13px;
}
.top-link.sign {
  background-color: #1f72ad;
}
.top-link.green {
  -webkit-box-shadow: inset 0 50px 25px -15px #93c738;
          box-shadow: inset 0 50px 25px -15px #93c738;
  background-color: #658726;
}
.top-link.green:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #93c738;
}
.top-link.blue {
  -webkit-box-shadow: inset 0 50px 25px -15px #388ecc;
          box-shadow: inset 0 50px 25px -15px #388ecc;
  background-color: #0e5d9a;
}
.top-link svg {
  display: block;
}

.top-link-green {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Roboto Condensed";
  height: 37px;
  padding: 0 10px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  -webkit-box-shadow: inset 0 50px 25px -15px #93c738;
          box-shadow: inset 0 50px 25px -15px #93c738;
  background-color: #658726;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.top-link-green span {
  display: block;
  line-height: 1;
}
.top-link-green:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #93c738;
}

.f1 {
  font-size: 16px;
}

.f2 {
  font-size: 10px;
}

.fa-ruble-sign {
  font-size: 13px;
  position: relative;
  top: -1px;
}

.fa-dollar-sign {
  font-size: 16px;
}

.fa-trophy,
.fa-phone-alt,
.fa-chart-bar,
.fa-trophy {
  font-size: 16px;
}

.fa-sign-in-alt {
  font-size: 14px;
}

.fa-edit {
  font-size: 14px;
  position: relative;
  top: -1px;
}

.fa-cog {
  font-size: 16px;
}

.fa-chevron-down {
  font-size: 11px;
  margin-left: 5px;
}

.svg-code {
  height: 24px;
  width: 24px;
  display: block;
  fill: #fff !important;
}
.svg-code path {
  fill: #fff !important;
}

svg#rus {
  width: 17px;
  height: 17px;
}

header {
  background-color: #1a5684;
  height: 55px;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  padding: 0 20px;
}

.btn-green {
  background-color: #fff;
  background-color: #7dab2f;
  color: #fff;
  border-radius: 4px;
  margin-right: 30px;
}

.btn-new {
  font-size: 8px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  width: 37px;
  height: 12px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: relative;
  top: 12px;
}
.btn-new i {
  font-size: 8px;
}

.logo {
  margin-right: 30px;
}
.logo img {
  display: block;
  width: auto;
  height: 46px;
  max-width: 129px;
}

.main-menu ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-menu li {
  display: block;
}
.main-menu li:first-child a {
  padding: 0;
}
.main-menu a {
  text-transform: uppercase;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
.main-menu a:hover {
  color: #66c4ff;
}
.main-menu img {
  display: block;
  width: auto;
  height: 53px;
}
.main-menu .more {
  display: none;
}

.post {
  padding: 30px;
}
.post h1 {
  color: #23507d;
  margin-bottom: 25px;
}

#col-left {
  position: fixed;
  top: 92px;
  left: 0;
  width: 270px;
  height: calc(100% - 92px);
  padding: 10px 5px 10px 10px;
  background-color: #0c314d;
  overflow-y: auto;
}
#col-left::-webkit-scrollbar {
  width: 5px;
  /* ширина scrollbar */
}
#col-left::-webkit-scrollbar-track {
  background: #0c314d;
  /* цвет дорожки */
}
#col-left::-webkit-scrollbar-thumb {
  background-color: #436581;
  /* цвет плашки */
  border-radius: 10px;
}

#main {
  width: calc(100% - 540px);
  margin-left: 270px;
}

#col-right {
  position: fixed;
  right: 0;
  top: 92px;
  width: 270px;
  height: calc(100% - 92px);
  padding: 10px 5px 10px 10px;
  background-color: #0c314d;
  overflow-y: auto;
}
#col-right::-webkit-scrollbar {
  width: 5px;
  /* ширина scrollbar */
}
#col-right::-webkit-scrollbar-track {
  background: #0c314d;
  /* цвет дорожки */
}
#col-right::-webkit-scrollbar-thumb {
  background-color: #436581;
  /* цвет плашки */
  border-radius: 10px;
}

.menu-item {
  margin-bottom: 1px;
}
.menu-item a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  height: 34px;
  border-radius: 3px;
  background: #2b6ba8;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  position: relative;
  border-radius: 3px;
}
.menu-item .name {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 12px;
}
.menu-item .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 22px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-item .posit-right {
  position: absolute;
  top: 0%;
  right: 0;
  width: 27px;
  height: 100%;
  cursor: pointer;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-item .posit-right .fa-chevron-down {
  margin-left: 0;
}

.fa-play-circle {
  font-size: 21px;
}

.fa-award {
  font-size: 21px;
}

.fa-filter {
  font-size: 13px;
}

.menu-catalog li {
  display: block;
  margin-bottom: 1px;
}
.menu-catalog a {
  text-decoration: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #000;
  background-color: #fff;
  border-radius: 3px;
  height: 29px;
  padding: 0 9px;
}
.menu-catalog a:hover {
  background-color: #4d8ab9;
  color: #fff;
}
.menu-catalog a:hover svg {
  fill: #fff;
}
.menu-catalog svg {
  fill: #2c69a7;
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 11px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.menu-catalog .icon {
  width: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 11px;
}
.menu-catalog .separator {
  color: #fff;
  background-color: #1f73af;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 9px;
  height: 29px;
  border-radius: 3px;
}

.box-registration {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 10px;
}
.box-registration .name {
  margin-bottom: 12px;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #23507d;
}
.box-registration ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 17px;
}
.box-registration li {
  width: 50%;
  display: block;
}
.box-registration li:first-child a {
  background-color: #377bbb;
  color: #fff;
}
.box-registration li a {
  text-align: center;
  background-color: #d7e5f1;
  color: #377bbb;
  text-decoration: none;
  font-size: 12px;
  height: 29px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
.form-row {
  margin-bottom: 8px;
}
.form-row select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #e8e8e8;
  font-family: "Roboto";
  font-size: 14px;
  line-height: 1;
  color: #23507d;
  font-weight: 500;
  padding: 0 13px;
  outline: none;
  cursor: pointer;
  width: 100%;
  height: 36px;
  background-image: url(../images/select.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: auto 20px;
}

.input {
  border: 1px solid #e8e8e8;
  font-family: "Roboto";
  font-size: 14px;
  line-height: 1;
  color: #23507d;
  padding: 0 13px;
  outline: none;
  cursor: pointer;
  width: 100%;
  height: 36px;
}
.input::-webkit-input-placeholder {
  color: #23507d;
}
.input::-moz-placeholder {
  color: #23507d;
}
.input:-moz-placeholder {
  color: #23507d;
}
.input:-ms-input-placeholder {
  color: #23507d;
}

.form-text {
  font-size: 9.5px;
  line-height: 13px;
  color: #23507d;
  text-align: center;
}
.form-text a {
  color: #377bbb;
}
.form-text p {
  margin-bottom: 10px;
}

.form-row a {
  text-decoration: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  cursor: pointer;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 3em;
  -webkit-box-shadow: inset 0 -0.28571em #526e1f;
          box-shadow: inset 0 -0.28571em #526e1f;
  background-color: #79a430;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: 500;
  letter-spacing: 0.25px;
  color: #fff;
  -webkit-transition: -webkit-box-shadow 0.2s linear !important;
  transition: -webkit-box-shadow 0.2s linear !important;
  transition: box-shadow 0.2s linear !important;
  transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear !important;
}
.form-row a:hover {
  -webkit-box-shadow: inset 0 -3.21429em #526e1f;
          box-shadow: inset 0 -3.21429em #526e1f;
}

.form-text-bottom {
  background-color: #377bbb;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  color: #fff;
  text-transform: uppercase;
  font-size: 10.5px;
  text-align: center;
  font-weight: 500;
  margin: 0px -10px -10px -10px;
  padding: 5px;
}

.box-tab {
  background-color: #eeeeee;
  margin-bottom: 10px;
  overflow: hidden;
}

.tab-nav {
  background-color: #193e55;
}
.tab-nav ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab-nav li {
  display: block;
}
.vid-1 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.vid-1 a {
  color: #23507d;
  text-transform: uppercase;
  font-size: 11px;
  text-decoration: none;
  height: 34px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  padding: 5px;
  position: relative;
  background-color: #eee;
}
.vid-2 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.vid-2 a {
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  text-decoration: none;
  height: 34px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  padding: 5px;
  position: relative;
  background-color: #9aa9c0;
}
.vid-3 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.vid-3 a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 34px;
}
.tab-container {
  padding: 10px;
  text-align: center;
  font-size: 11px;
}
.tab-container p {
  margin-bottom: 10px;
}
.tab-container p:last-child {
  margin-bottom: 0;
}
.tab-container .btn-green {
  background: -webkit-gradient(linear, left top, left bottom, from(#8cb350), to(#457712));
  background: linear-gradient(to bottom, #8cb350, #457712);
  background-size: 100% 350%;
  text-transform: uppercase;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.61538em 1.23077em;
  height: 32px;
  margin: 0;
  outline: none;
  border: 0;
  font-size: 1em;
  white-space: nowrap;
  color: #fff;
  text-decoration: none;
  margin-right: 0;
  border-radius: 0;
}
.fon-white {
  background-color: #fff;
  padding: 5px;
}

.box-social {
  margin-bottom: 10px;
  overflow: hidden;
}
.box-social ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
}
.box-social li {
  display: block;
  margin-right: 10px;
  width: calc(50% - 10px);
}
.box-social li:last-child {
  margin-right: 0;
}
.box-social a {
  text-decoration: none;
  height: 45px;
  background-color: #234366;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.open-promo {
  background: #3684bc;
  font-size: 14px;
  font-weight: 500;
  line-height: 34px;
  color: #fff;
  padding: 0 10px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}
.open-promo i {
  font-size: 12px;
  opacity: 0.7;
}

.promo-list {
  overflow: hidden;
}
.promo-list li {
  display: block;
}
.promo-list a {
  display: block;
  text-decoration: none;
}
.promo-list img {
  display: block;
  width: 100%;
  height: auto;
}

.btn {
  background-color: #23507d;
  color: #fff;
  font-weight: 500;
  border-radius: 4px;
  display: inline-block;
  padding: 15px 30px;
  text-decoration: none;
}
.btn:hover {
  background-color: #0c314d;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 0px;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 4;
  font-size: 20px;
  width: 20px;
  height: 20px;
  color: #1abcda;
}
.slick-prev i,
.slick-next i {
  font-size: 30px;
}
.slick-prev:hover,
.slick-next:hover {
  color: #000;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.slick-slide img {
  display: block;
  width: 100%;
  height: auto;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-dots {
  position: absolute;
  bottom: -5px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 0 7px;
  padding: 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.slick-dots li button {
  display: block;
  border: 0;
  background: #dcdcdc;
  border-radius: 10px;
  display: block;
  height: 100%;
  width: 100%;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.slick-dots li.slick-active button {
  background-color: #b99e7c;
}
.slick-dots li:hover button {
  background-color: #b99e7c;
}

/* Scss Document */
@media (max-width: 1800px) {
  .main-menu .hide_1800 {
    display: none;
  }
  .main-menu .more {
    display: block;
  }
}
@media (max-width: 1600px) {
  .main-menu a {
    padding: 0 10px;
  }

  #main {
    width: calc(100% - 540px);
    margin-left: 270px;
  }

  #col-right {
    width: 270px;
  }
}
@media (max-width: 1400px) {
  .main-menu .hide_1400 {
    display: none;
  }

  .top-link .title {
    display: none;
  }
}
@media (max-width: 1200px) {
  .main-menu .hide_1200 {
    display: none;
  }
}
@media (max-width: 992px) {

  .post blockquote, .post .info-box {
    margin-left: -10px;
    margin-right: -10px;
  }

  .logo .destop {
    display: none;
  }
  .logo .mobile {
    display: block;
  }

  .box-social {
    margin-bottom: 0;
  }

  .btn-mobile {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .btn-mobile a {
    margin-right: 10px;
  }
  .btn-mobile a:last-child {
    margin-right: 0;
  }

  header {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dbe5ed));
    background: linear-gradient(to bottom, #fff 0%, #dbe5ed 100%);
    background-color: #dbe5ed;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 10px;
  }

  .btn-mobile-green {
    padding: 0.3125em;
    border-radius: 0.1875em;
    text-align: center;
    min-height: auto;
    margin-left: 0;
    width: auto;
    height: 32px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0.625em;
    background: -webkit-gradient(linear, left top, left bottom, from(#91c538), to(#648626));
    background: linear-gradient(to bottom, #91c538 0%, #648626 100%);
    color: #fff;
    text-decoration: none;
    font-family: "Roboto Condensed";
    font-size: 16px;
    line-height: 1;
  }

  .btn-mobile-blue {
    padding: 0.3125em;
    border-radius: 0.1875em;
    text-align: center;
    min-height: auto;
    margin-left: 0;
    width: auto;
    height: 32px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0.625em;
    background: -webkit-gradient(linear, left top, left bottom, from(#57a0d8), to(#417aa6));
    background: linear-gradient(to bottom, #57a0d8 0%, #417aa6 100%);
    color: #fff;
    text-decoration: none;
    font-family: "Roboto Condensed";
    font-size: 16px;
    line-height: 1;
  }

  .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .post {
    padding: 0 10px;
  }

  #col-left {
    display: none;
  }

  #main {
    width: 100%;
    margin-left: 0;
  }

  #col-right {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    overflow-y: visible;
    padding-right: 10px;
  }

  .show_992 {
    display: block;
  }

  .hide_992 {
    display: none;
  }
}
@media (max-width: 767px) {
  .show_767 {
    display: block;
  }

  .hide_767 {
    display: none;
  }
}
@media (max-width: 550px) {
  .show_550 {
    display: block;
  }

  .hide_550 {
    display: none;
  }
}
figure.table {
  margin: 0 auto;
  display: table;
}
