@charset "UTF-8";
@font-face {
    font-family: "Exo 2";
    font-weight: 100;
    font-style: normal;
    src:  url('../../main-theme/fonts/Exo2-Thin.woff') format('woff')}

@font-face {
    font-family: "Exo 2";
    font-weight: 300;
    font-style: normal;
    src: url('../../main-theme/fonts/Exo2-Light.woff') format('woff')}

@font-face {
    font-family: "Exo 2";
    font-weight: 400;
    font-style: normal;
    src: url('../../main-theme/fonts/Exo2-Regular.woff') format('woff')}

@font-face {
    font-family: "Exo 2";
    font-weight: 500;
    font-style: normal;
    src: url("../../main-theme/fonts/Exo2-SemiBold.woff") format('woff')}

@font-face {
    font-family: "Exo 2";
    font-weight: 600;
    font-style: normal;
    src: url('../../main-theme/fonts/Exo2-SemiBold.woff') format('woff')}

@font-face {
    font-family: "Exo 2";
    font-weight: 700;
    font-style: normal;
    src: url('../../main-theme/fonts/Exo2-Bold.woff') format('woff')}

body, html {
  color: #000;
  font-family: "Exo 2", sans-serif; }

.padding-20 {
  padding: 20px 0; }

h1 {
  color: #000000;
  font-family: "Exo 2";
  font-size: 6.2rem;
  line-height: 1em;
  font-weight: 600; }
  h1 span, h1 small {
    font-weight: 300;
    display: block; }
  h1.bg-blue {
    font-size: 5.2rem;
    margin: 0;
    background: #007bbc;
    color: #ffffff;
    padding: 6px 10px; }
  @media (max-width: 767px) {
    h1 {
      font-size: 2.6rem; } }

h2 {
  color: #000000;
  font-family: "Exo 2";
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.21429em; }

h3 {
  font-family: "Exo 2";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.32px; }
  h3.black {
    color: #000000;
    font-family: "Exo 2";
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.199em; }

h4 {
  opacity: 0.9;
  color: #000000;
  font-family: "Exo 2";
  font-size: 1.3rem;
  font-weight: 700; }

h5 {
  color: #000000;
  font-family: "Exo 2";
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2em; }

h6 {
  color: #000000;
  font-family: "Exo 2";
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.04348em; }
  @media (max-width: 767px) {
    h6 {
      font-size: 1.8rem;
      line-height: 1.16667em; } }

p {
  color: #333;
  font-family: "Exo 2";
  font-size: 1.6rem;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.1; }
  .blind p {
    color: inherit; }

.p1 {
  color: #000000;
  font-family: "Exo 2";
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.21429em; }

.p2 {
  color: #000000;
  font-family: "Exo 2";
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.28571em; }

.p3 {
  color: #585858;
  font-family: "Exo 2";
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.33333em; }
  @media (max-width: 767px) {
    .p3 {
      font-size: 1.4rem;
      line-height: 1.35714em; } }

.p4 {
  font-family: "Exo 2";
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.77778em; }

.p5 {
  color: #585858;
  font-family: "Exo 2";
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1em; }

.p6 {
  color: #000000;
  font-family: "Exo 2";
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.55556em; }

.p7 {
  opacity: 0.9;
  color: #414141;
  font-family: "Exo 2";
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 2.15385em; }

.blind h1, .blind h2, .blind h3, .blind h4, .blind h5, .blind h6 {
  color: inherit;
  word-wrap: break-word; }

.blind .p1, .blind .p2, .blind .p3, .blind .p4, .blind .p5, .blind .p6, .blind .p7 {
  color: inherit;
  word-wrap: break-word; }

label.large {
  color: #000000;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2em; }

input[type=text].form-control, input[type=email].form-control, input[type=password].form-control, textarea.form-control {
  border: 1px solid rgba(61, 122, 216, 0.4);
  color: #000000;
  font-family: "Exo 2";
  font-size: 1.6rem;
  font-weight: 400;
  box-shadow: none !important;
  border-radius: 0;
  height: 40px;
  padding: 8px 12px 6px 12px; }
  .blind--dark input[type=text].form-control, .blind--dark input[type=email].form-control, .blind--dark input[type=password].form-control, .blind--dark textarea.form-control {
    color: #fff;
    border-color: #fff; }
  input[type=text].form-control:hover, input[type=email].form-control:hover, input[type=password].form-control:hover, textarea.form-control:hover {
    border: 1px solid #007bbc; }
    .blind--dark input[type=text].form-control:hover, .blind--dark input[type=email].form-control:hover, .blind--dark input[type=password].form-control:hover, .blind--dark textarea.form-control:hover {
      border-color: #fff; }
  input[type=text].form-control:active, input[type=text].form-control:focus, input[type=email].form-control:active, input[type=email].form-control:focus, input[type=password].form-control:active, input[type=password].form-control:focus, textarea.form-control:active, textarea.form-control:focus {
    border: 1px solid rgba(61, 122, 216, 0.4); }
    .blind--dark input[type=text].form-control:active, .blind--dark input[type=text].form-control:focus, .blind--dark input[type=email].form-control:active, .blind--dark input[type=email].form-control:focus, .blind--dark input[type=password].form-control:active, .blind--dark input[type=password].form-control:focus, .blind--dark textarea.form-control:active, .blind--dark textarea.form-control:focus {
      border-color: #fff; }
  input[type=text].form-control::-webkit-input-placeholder, input[type=email].form-control::-webkit-input-placeholder, input[type=password].form-control::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder {
    color: #8d8d8d;
    font-family: "Exo 2";
    font-size: 1.6rem;
    font-weight: 400; }
  input[type=text].form-control:-ms-input-placeholder, input[type=email].form-control:-ms-input-placeholder, input[type=password].form-control:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder {
    color: #8d8d8d;
    font-family: "Exo 2";
    font-size: 1.6rem;
    font-weight: 400; }
  input[type=text].form-control::placeholder, input[type=email].form-control::placeholder, input[type=password].form-control::placeholder, textarea.form-control::placeholder {
    color: #8d8d8d;
    font-family: "Exo 2";
    font-size: 1.6rem;
    font-weight: 400; }
    .blind--dark input[type=text].form-control::-webkit-input-placeholder, .blind--dark input[type=email].form-control::-webkit-input-placeholder, .blind--dark input[type=password].form-control::-webkit-input-placeholder, .blind--dark textarea.form-control::-webkit-input-placeholder {
      color: #fff; }
    .blind--dark input[type=text].form-control:-ms-input-placeholder, .blind--dark input[type=email].form-control:-ms-input-placeholder, .blind--dark input[type=password].form-control:-ms-input-placeholder, .blind--dark textarea.form-control:-ms-input-placeholder {
      color: #fff; }
    .blind--dark input[type=text].form-control::placeholder, .blind--dark input[type=email].form-control::placeholder, .blind--dark input[type=password].form-control::placeholder, .blind--dark textarea.form-control::placeholder {
      color: #fff; }

.check {
  border: 1px solid #007bbc; }
  .blind--dark .check {
    border-color: #fff; }
  .blind--light .check {
    border-color: #000; }
  .blind--blue .check {
    border-color: #195183; }

.checkbox {
  margin-bottom: 15px; }
  .checkbox .check {
    position: absolute;
    top: 0;
    left: 25px;
    width: 20px;
    height: 20px; }
    .checkbox .check svg {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 10px;
      height: 10px;
      margin-top: -5px;
      margin-left: -5px;
      fill: #007bbc;
      opacity: 0;
      transition: opacity 0.2s; }
      .blind--dark .checkbox .check svg {
        fill: #fff; }
      .blind--light .checkbox .check svg {
        fill: #000; }
      .blind--blue .checkbox .check svg {
        fill: #195183; }
  .checkbox:not(.disabled):hover .check svg {
    opacity: 0.5; }
  .checkbox label {
    padding-left: 60px;
    color: #000;
    font-size: 1.6rem;
    font-weight: 400; }
    .blind--dark .checkbox label {
      color: inherit; }
    .blind--light .checkbox label {
      color: inherit; }
    .blind--blue .checkbox label {
      color: #195183; }
  .checkbox input[type="checkbox"] {
    display: none; }
    .checkbox input[type="checkbox"]:checked + .check svg {
      opacity: 1; }

.radio {
  margin-bottom: 15px; }
  .radio .check {
    position: absolute;
    top: 0;
    left: 25px;
    width: 20px;
    height: 20px;
    border-radius: 100%; }
    .radio .check::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 10px;
      height: 10px;
      margin-top: -5px;
      margin-left: -5px;
      background-color: #007bbc;
      border-radius: 100%;
      opacity: 0;
      transition: opacity 0.3s; }
      .blind--dark .radio .check::before {
        background-color: #fff; }
      .blind--light .radio .check::before {
        background-color: #000; }
      .blind--blue .radio .check::before {
        background-color: #195183; }
  .radio:not(.disabled):hover .check::before {
    opacity: 0.5; }
  .radio label {
    padding-left: 60px;
    color: #000000;
    font-size: 1.6rem;
    font-weight: 400; }
    .blind--dark .radio label {
      color: inherit; }
    .blind--light .radio label {
      color: inherit; }
    .blind--blue .radio label {
      color: #195183; }
  .radio input[type="radio"] {
    display: none; }
    .radio input[type="radio"]:checked + .check::before {
      opacity: 1; }

.form-search {
  position: relative; }
  .form-search input.form-control {
    border: none;
    line-height: 1;
    box-shadow: none;
    font-weight: 300;
    border-bottom: 1px solid #000;
    color: #000;
    border-radius: 0;
    padding-left: 0;
    font-size: 2.8rem;
    padding-right: 50px;
    background: transparent; }
    @media screen and (max-width: 980px) {
      .form-search input.form-control {
        padding-right: 30px;
        padding-left: 30px; } }
    .form-search input.form-control:hover, .form-search input.form-control:focus {
      border: none;
      border-bottom: 1px solid #000; }
    .blind .form-search input.form-control {
      color: inherit; }
    .blind--dark .form-search input.form-control {
      border-bottom-color: #fff; }
    .blind--light .form-search input.form-control {
      border-bottom-color: #000; }
    .blind--blue .form-search input.form-control {
      border-bottom-color: #195183; }
    .form-search input.form-control::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.6); }
    .form-search input.form-control:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.6); }
    .form-search input.form-control::placeholder {
      color: rgba(0, 0, 0, 0.6); }
      .blind .form-search input.form-control::-webkit-input-placeholder {
        color: inherit; }
      .blind .form-search input.form-control:-ms-input-placeholder {
        color: inherit; }
      .blind .form-search input.form-control::placeholder {
        color: inherit; }
    .form-search input.form-control::-ms-clear {
      display: none; }
  .form-search button:not(.dropdown-toggle) {
    position: absolute;
    top: 3px;
    width: 30px;
    right: 3px;
    bottom: 3px;
    border: 0;
    background: transparent; }
    @media screen and (max-width: 980px) {
      .form-search button:not(.dropdown-toggle) {
        right: auto;
        left: 0; } }
    .form-search button:not(.dropdown-toggle) svg {
      stroke: #000; }
      .blind--dark .form-search button:not(.dropdown-toggle) svg {
        stroke: #fff; }
      .blind--light .form-search button:not(.dropdown-toggle) svg {
        stroke: #000; }
      .blind--blue .form-search button:not(.dropdown-toggle) svg {
        stroke: #195183; }

.clearable {
  position: relative; }
  .clearable-clear {
    background: url("../../main-theme/img/clear.svg") no-repeat center center;
    position: absolute;
    top: 3px;
    bottom: 3px;
    right: 35px;
    width: 30px;
    cursor: pointer; }
    @media screen and (max-width: 980px) {
      .clearable-clear {
        right: 0; } }
    .blind--dark .clearable-clear {
      background: url("../../main-theme/img/clear-white.svg") no-repeat center center; }
    .blind--light .clearable-clear {
      background: url("../../main-theme/img/clear-black.svg") no-repeat center center; }
    .blind--blue .clearable-clear {
      background: url("../../main-theme/img/clear-blue.svg") no-repeat center center; }

.search-results, .search-results li {
  list-style: none;
  margin: 0 0 25px;
  padding: 0; }

.search-results a {
  color: #000000;
  font-family: "Exo 2";
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.65em; }
  .search-results a:hover {
    color: #3270d4;
    text-decoration: none; }
  .search-results a:visited {
    color: #7e30c2; }
    .blind .search-results a:visited {
      color: inherit; }
    .search-results a:visited mark {
      color: #7e30c2; }
      .blind--dark .search-results a:visited mark {
        color: #000; }
      .blind--light .search-results a:visited mark {
        background-color: #000;
        color: #fff; }
      .blind--blue .search-results a:visited mark {
        background-color: #195183;
        color: #a4d4f7; }

.search-results mark {
  background-color: #eaf9ff;
  padding: 0;
  color: inherit; }
  .blind--dark .search-results mark {
    color: #000; }
  .blind--light .search-results mark {
    background-color: #000;
    color: #fff; }
  .blind--blue .search-results mark {
    background-color: #195183;
    color: #a4d4f7; }

.search-filter {
  margin-bottom: 60px; }

.search-sort {
  margin-bottom: 40px; }

.search-history {
  margin-bottom: 70px; }

a {
  color: #007bbc;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.36px;
  line-height: 1em; }
  a:hover {
    text-decoration: underline; }
  .blind a {
    color: inherit; }

.link-arrow:after {
  content: "→";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  line-height: 0.65em;
  font-size: 2rem; }

.link-gt:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 11px;
  background: url("../../main-theme/img/gt.svg") no-repeat center center;
  margin-left: 10px;
  position: relative; }
  .blind--dark .link-gt:after {
    background: url("../../main-theme/img/gt-white.svg") no-repeat center center; }
  .blind--light .link-gt:after {
    background: url("../../main-theme/img/gt-black.svg") no-repeat center center; }
  .blind--blue .link-gt:after {
    background: url("../../main-theme/img/gt.svg") no-repeat center center; }

.link-black {
  color: #000000;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1em; }
  .link-black:hover {
    color: #007bbc;
    text-decoration: none; }

.link-sm {
  color: #414141;
  font-family: "Exo 2";
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.4em; }
  .link-sm:hover {
    color: #007bbc; }

.link-ul {
  background: url("../../main-theme/img/a-ul.png") repeat-x bottom center; }
  .link-ul:hover {
    background: none;
    text-decoration: none; }
  .blind--dark .link-ul {
    background: none;
    text-decoration: underline; }
  .blind--light .link-ul {
    background: none;
    text-decoration: underline; }

.page-header {
  background-color: #8e8e8e;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  margin: 0;
  margin-bottom: 25px;
  padding: 45px 0;
  color: #fff; }
  .blind .page-header {
    color: inherit; }
  @media (max-width: 767px) {
    .page-header {
      background-image: none !important;
      background-color: transparent;
      color: #000;
      padding: 25px 0;
      margin-bottom: 0; } }
  .page-header h1 {
    margin: 0;
    color: inherit; }
  .blind .page-header {
    background: transparent;
    background-image: none !important; }

.btn {
  color: #fff;
  font-family: "Exo 2";
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.4em;
  min-width: 276px;
  text-align: center;
  border-radius: 3px;
  text-transform: uppercase;
  padding: 13px 10px 13px 10px;
  border: 1px solid transparent; }
  @media screen and (max-width: 1240px) {
    .btn {
      min-width: 204px; } }
  @media screen and (max-width: 576px) {
    .btn {
      min-width: 0; } }
  .blind .btn:not(.dropdown-toggle) {
    color: inherit;
    background-color: transparent;
    white-space: normal;
    text-transform: none;
    font-weight: 600; }
  .blind--dark .btn {
    border-color: #fff; }
  .blind--light .btn {
    border-color: #000; }
  .blind--blue .btn {
    border-color: #195183; }
  .btn:hover {
    color: #ffffff; }
    .blind .btn:hover {
      color: inherit;
      background-color: transparent; }
  .btn span {
    vertical-align: middle; }
  .btn img {
    vertical-align: middle; }
  .btn .glyphicon {
    font-size: 2.1rem;
    vertical-align: middle;
    top: 0;
    margin-left: 15px; }
  .btn .btn-icon {
    margin-left: 15px; }
  .btn-default {
    background-color: #06943e; }
    .btn-default:hover {
		background-color: #0fb852;
		border-color:#0fb852;}
      .blind .btn-default:hover {
        background-color: transparent; }
  .btn-primary {
    background-color: #007bbc; }
    .btn-primary:hover {
      background-color: #28a4e6; 
	  border-color: #28a4e6; 
	  }
  .btn[disabled], .btn[disabled]:hover {
    background-color: #c4c8cb; }
    .blind .btn[disabled], .blind .btn[disabled]:hover {
      background-color: transparent; }
  .blind .btn:focus:active {
    background-color: transparent; }
  .btn-sm {
    min-width: 204px; }
  .btn-short {
    padding: 10px; }

.nav-pills > li > a {
  font-size: 1.8rem;
  border-radius: 20px;
  padding: 8px 20px;
  margin-right: 10px;
  color: #000; }
  .blind--dark .nav-pills > li > a {
    color: #fff; }
  .blind--light .nav-pills > li > a {
    color: #000; }
  .blind--blue .nav-pills > li > a {
    color: #195183; }

.nav > li > a:hover, .nav > li > a:focus {
  color: #007bbc;
  background: #fff; }
  .blind--dark .nav > li > a:hover, .blind--dark .nav > li > a:focus {
    color: #fff; }
  .blind--light .nav > li > a:hover, .blind--light .nav > li > a:focus {
    color: #000; }
  .blind--blue .nav > li > a:hover, .blind--blue .nav > li > a:focus {
    color: #195183; }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background-color: #007bbc;
  box-shadow: 0 2px 7px 0 rgba(54, 84, 132, 0.15); }
  .blind--dark .nav-pills > li.active > a, .blind--dark .nav-pills > li.active > a:hover, .blind--dark .nav-pills > li.active > a:focus {
    background-color: #fff;
    color: #000; }
  .blind--light .nav-pills > li.active > a, .blind--light .nav-pills > li.active > a:hover, .blind--light .nav-pills > li.active > a:focus {
    background-color: #000;
    color: #fff; }
  .blind--blue .nav-pills > li.active > a, .blind--blue .nav-pills > li.active > a:hover, .blind--blue .nav-pills > li.active > a:focus {
    background-color: #195183;
    color: #a4d4f7; }

.nav-tabs {
  border-bottom: 1px solid #e5e5e5; }
  .blind .nav-tabs {
    border-bottom: 0; }

.nav-tabs > li > a {
  font-size: 1.8rem;
  font-weight: 300;
  color: #000;
  line-height: 1;
  padding: 12px 0;
  margin-right: 60px;
  border: none; }
  .blind .nav-tabs > li > a {
    color: inherit; }

.nav-tabs > li:last-child > a {
  margin-right: 0; }

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  font-weight: 600;
  background: transparent; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border: none;
  color: #000;
  border-bottom: 1px solid #000;
  font-weight: 600;
  background-color: transparent; }
  .blind .nav-tabs > li.active > a, .blind .nav-tabs > li.active > a:hover, .blind .nav-tabs > li.active > a:focus {
    color: inherit;
    border-bottom: 1px solid transparent; }
  .blind--dark .nav-tabs > li.active > a, .blind--dark .nav-tabs > li.active > a:hover, .blind--dark .nav-tabs > li.active > a:focus {
    border-color: #fff; }
  .blind--light .nav-tabs > li.active > a, .blind--light .nav-tabs > li.active > a:hover, .blind--light .nav-tabs > li.active > a:focus {
    border-color: #000; }
  .blind--blue .nav-tabs > li.active > a, .blind--blue .nav-tabs > li.active > a:hover, .blind--blue .nav-tabs > li.active > a:focus {
    border-color: #195183; }

.navbar {
  min-height: 82px;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  font-size: 0;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .blind .navbar {
    border-bottom: none; }
  .navbar .dropdown-menu {
    border: 0; }
    .navbar .dropdown-menu > li > a {
      padding: 10px 20px 7px 20px; }
  .navbar-brand {
    display: block;
    height: auto;
    padding-bottom: 18px;
    padding-top: 18px;
    text-align: left;
    max-width: 345px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .navbar-brand .navbar-brand-logo {
      display: inline-block;
      vertical-align: middle; }
    .blind .navbar-brand .navbar-brand-logo-normal {
      display: none; }
    .navbar-brand .navbar-brand-logo-blind {
      display: none; }
      .blind .navbar-brand .navbar-brand-logo-blind {
        display: inline-block; }
      .blind--fzsm .navbar-brand .navbar-brand-logo-blind {
        width: 35px;
        height: 45px;
        line-height: 45px; }
      .blind--fzmd .navbar-brand .navbar-brand-logo-blind {
        width: 45px;
        height: 55px;
        line-height: 55px; }
      .blind--fzlg .navbar-brand .navbar-brand-logo-blind {
        width: 55px;
        height: 65px;
        line-height: 65px; }
    .navbar-brand-text {
      display: inline-block;
      margin-left: 18px;
      padding-top: 2px;
      vertical-align: middle; }
    .navbar-brand-title {
      color: #019934;
      display: block;
      font-size: 1.6rem;
      line-height: 0.9;
      font-weight: 500;
      text-transform: uppercase; }
    .navbar-brand-region {
      color: inherit;
      display: block;
      font-size: 1.6rem;
      font-weight: 400; }
    .navbar-brand img {
      height: 45px; }
  .navbar-toggle {
    margin: 24px 15px 23px 0; }
  .navbar-nav {
    float: none;
    display: inline-block;
    padding: 16px 0 15px; }
    @media screen and (max-width: 980px) {
      .navbar-nav {
        display: block;
        margin-right: 0;
        margin-left: 0;
        text-align: left; } }
    .navbar-nav > li {
      padding: 15px 0 13px;
      margin-right: 23px; }
      .navbar-nav > li > a {
        padding: 0;
        border-bottom: 2px solid transparent;
        font-size: 1.6rem;
        font-weight: 600;
        text-transform: uppercase;
        transition: color 0.3s, border-bottom-color 0.3s; }
        @media screen and (max-width: 980px) {
          .navbar-nav > li > a {
            display: inline-block;
            padding-bottom: 10px;
            border-bottom: 1px solid #cccccc; } }
        .blind .navbar-nav > li > a:hover, .blind .navbar-nav > li > a:focus {
          background-color: transparent; }
  .navbar-right {
    padding: 25px 0;
    margin-left: 0; }
    .navbar-right > li {
      padding: 0;
      margin-right: 0; }
      .navbar-right > li:first-child {
        border-right: 1px solid; }
      .navbar-right > li > a {
        box-sizing: content-box; }
        .navbar-right > li > a svg {
          display: block;
          width: 100%;
          height: 100%;
          fill: #000;
          stroke: #000; }
          .blind--dark .navbar-right > li > a svg {
            fill: #fff;
            stroke: #fff; }

.blind .navbar:not(.navbar-sub) .container {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px; }

.nav-blind {
  display: block;
  width: 35px;
  height: 16px;
  padding: 4px 23px 4px 0 !important;
  box-sizing: content-box; }

.navbar-toggle {
  border: none;
  width: 24px;
  padding: 0;
  margin-top: 29px;
  text-align: center;
  font-size: 0; }
  .navbar-toggle .icon-bar {
    display: inline-block;
    width: 100%; }
    .navbar-toggle .icon-bar + .icon-bar {
      margin-top: 6px; }
    .navbar-toggle .icon-bar:nth-child(3) {
      width: 70%; }

.nav-search {
  width: 18px;
  height: 18px;
  padding: 5px 0 5px 25px !important; }
  .nav-search:focus {
    outline: none; }

@media screen and (max-width: 980px) {
  .nav-blind, .nav-search {
    display: none !important; } }

.navbar-container {
  display: none; }
  .navbar-container:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 980px) {
    .navbar-container {
      display: block; } }
  .navbar-container .navbar-brand {
    padding-left: 0; }
  .navbar-container .navbar-close {
    position: relative;
    float: right;
    width: 24px;
    height: 24px;
    padding: 0;
    border-radius: 0;
    border: none;
    margin-top: 28px;
    background-color: transparent; }
    .navbar-container .navbar-close:focus {
      outline: none; }
    .navbar-container .navbar-close::before, .navbar-container .navbar-close::after {
      position: absolute;
      margin: auto;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 30px;
      height: 2px;
      content: '';
      background-color: #000; }
    .navbar-container .navbar-close::before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .navbar-container .navbar-close::after {
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg); }

.navbar-form-search {
  display: none; }
  @media screen and (max-width: 980px) {
    .navbar-form-search {
      display: block; } }

@media screen and (max-width: 980px) {
  .navbar-collapse {
    z-index: 2000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff; } }

@media screen and (max-width: 980px) {
  .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin: 0; } }

.navbar-default {
  background-color: transparent; }
  .navbar-default .navbar-brand {
    color: inherit; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: inherit; }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent; }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #000; }
  .navbar-default .navbar-nav > li > a {
    color: inherit; }
    .navbar-default .navbar-nav > li > a:hover {
      border-bottom-color: #555;
      color: #555; }
      @media screen and (max-width: 980px) {
        .navbar-default .navbar-nav > li > a:hover {
          border-bottom-color: #cccccc; } }
      .blind--dark .navbar-default .navbar-nav > li > a:hover {
        border-bottom-color: #fff; }
      .blind--blue .navbar-default .navbar-nav > li > a:hover {
        border-bottom-color: #195183; }
  .navbar-default .navbar-nav > .active > a {
    border-bottom-color: transparent;
    background-color: transparent;
    color: #3270d4;
    cursor: default; }
    @media screen and (max-width: 980px) {
      .navbar-default .navbar-nav > .active > a {
        border-bottom: 1px solid #cccccc; } }
    .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
      border-bottom-color: transparent;
      background-color: transparent;
      color: #000; }
      @media screen and (max-width: 980px) {
        .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
          border-bottom: 1px solid #cccccc; } }
    .blind--dark .navbar-default .navbar-nav > .active > a {
      color: #fff; }
  @media screen and (max-width: 980px) {
    .navbar-default .navbar-right {
      display: none; } }
  .navbar-default .navbar-right > li {
    border-right-color: #ccc; }
    .navbar-default .navbar-right > li > a {
      color: #000; }
      .navbar-default .navbar-right > li > a:hover {
        border-bottom-color: transparent; }

.dropdown-hover:hover .dropdown-menu {
  display: block; }

@media screen and (max-width: 980px) {
  .dropdown-hover:hover:not(.open) .dropdown-menu {
    display: none; } }

.navbar-sub {
  min-height: initial; }
  @media screen and (max-width: 980px) {
    .navbar-sub {
      display: none; } }
  .navbar-sub .navbar-nav {
    padding: 7px 0 0px 0px;
    margin: 0; }
  .navbar-sub .nav {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .navbar-sub .nav:after, .navbar-sub .nav:before {
      display: none; }
  .navbar-sub li {
    border-bottom: 4px solid transparent;
    max-width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .navbar-sub li:last-child {
      margin-right: 0; }
    .navbar-sub li a {
      font-size: 1.6rem;
      color: inherit;
      font-weight: 400;
      text-transform: none;
      width: 100%; }
      .navbar-sub li a:hover {
        font-weight: 600; }
        .blind .navbar-sub li a:hover {
          color: inherit;
          font-weight: 400; }
  .navbar-sub li.active {
    border-bottom: 4px solid #3270d4; }
    .blind--dark .navbar-sub li.active {
      border-bottom-color: #fff; }
    .blind--light .navbar-sub li.active {
      border-bottom-color: #000; }
    .blind--blue .navbar-sub li.active {
      border-bottom-color: #195183; }
    .navbar-sub li.active a {
      color: #3c7ad8;
      font-weight: 600; }
      .blind .navbar-sub li.active a {
        font-weight: 400;
        color: inherit; }

.navbar-blind {
  display: none; }
  .blind .navbar-blind {
    display: block; }

.navbar-blind-panel:after {
  content: "";
  display: table;
  clear: both; }

.navbar-switcher {
  float: left;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0; }

.navbar-font-switcher {
  margin-right: 50px; }
  .navbar-font-switcher > li {
    display: inline-block;
    vertical-align: bottom; }
    .navbar-font-switcher > li > a {
      position: relative;
      display: inline-block;
      padding: 6px 11px;
      border-radius: 4px;
      font-weight: 700 !important;
      line-height: 1;
      background-color: #000;
      color: #fff; }
      .blind--light .navbar-font-switcher > li > a {
        background-color: #fff;
        color: #000; }
      .blind--blue .navbar-font-switcher > li > a {
        background-color: #a4d4f7;
        color: #195183; }
      .navbar-font-switcher > li > a:hover, .navbar-font-switcher > li > a:focus {
        text-decoration: none; }
      .navbar-font-switcher > li > a::before {
        content: '';
        position: absolute;
        bottom: -8px;
        left: 50%;
        display: block;
        width: 0;
        height: 0;
        border-width: 8px 7px 0;
        border-style: solid;
        border-color: #000 transparent transparent;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
        .blind--light .navbar-font-switcher > li > a::before {
          border-color: #fff transparent transparent; }
        .blind--blue .navbar-font-switcher > li > a::before {
          border-color: #a4d4f7 transparent transparent; }
      .navbar-font-switcher > li > a.active {
        background-color: #fff;
        color: #000; }
        .blind--dark .navbar-font-switcher > li > a.active {
          color: #000 !important; }
        .blind--light .navbar-font-switcher > li > a.active {
          background-color: #000;
          color: #fff !important; }
        .blind--blue .navbar-font-switcher > li > a.active {
          background-color: #195183;
          color: #a4d4f7 !important; }
        .navbar-font-switcher > li > a.active::before {
          border-color: #fff transparent transparent; }
          .blind--light .navbar-font-switcher > li > a.active::before {
            border-color: #000 transparent transparent; }
          .blind--blue .navbar-font-switcher > li > a.active::before {
            border-color: #195183 transparent transparent; }

.navbar-font-sm {
  font-size: 22px !important; }

.navbar-font-md {
  font-size: 36px !important; }

.navbar-font-lg {
  font-size: 48px !important; }

.navbar-theme-switcher {
  padding: 10.5px 0; }
  .navbar-theme-switcher > li {
    display: inline-block;
    margin-right: 20px;
    vertical-align: top; }
    .navbar-theme-switcher > li:last-child {
      margin-right: 0; }
    .navbar-theme-switcher > li > a {
      position: relative;
      display: inline-block;
      width: 39px;
      height: 39px;
      padding: 11px;
      border-width: 1px;
      border-style: solid;
      border-radius: 4px; }
      .navbar-theme-switcher > li > a::before {
        content: '';
        z-index: 1;
        position: absolute;
        bottom: -9px;
        left: 50%;
        border-color: #000 transparent transparent;
        cursor: default;
        display: none;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        border-width: 11px 6px 0;
        border-style: solid;
        cursor: pointer; }
      .navbar-theme-switcher > li > a::after {
        z-index: 0;
        content: '';
        border-color: #fff transparent transparent;
        cursor: default;
        display: none;
        position: absolute;
        bottom: -11px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        border-width: 11px 6px 0;
        border-style: solid;
        cursor: pointer; }
      .navbar-theme-switcher > li > a.active {
        background-color: transparent; }
        .navbar-theme-switcher > li > a.active::before, .navbar-theme-switcher > li > a.active::after {
          display: block; }
      .navbar-theme-switcher > li > a span {
        display: block;
        height: 100%; }

.navbar-extra-switcher {
  padding: 5px 0;
  font-size: 0; }
  .navbar-extra-switcher > li {
    display: inline-block;
    margin-right: 20px; }
    .navbar-extra-switcher > li:last-child {
      margin-right: 0; }
    .navbar-extra-switcher > li > a {
      position: relative;
      display: inline-block;
      border-radius: 25px;
      background-color: #fff;
      color: #000; }
      .blind--light .navbar-extra-switcher > li > a {
        background-color: #000; }
      .blind--blue .navbar-extra-switcher > li > a {
        background-color: #195183; }
      .navbar-extra-switcher > li > a svg {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
        .blind--light .navbar-extra-switcher > li > a svg {
          fill: #fff; }
        .blind--blue .navbar-extra-switcher > li > a svg {
          fill: #a4d4f7; }

.navbar-extra-img {
  width: 70px;
  height: 50px; }
  .navbar-extra-img svg {
    width: 44px;
    height: 33px;
    display: inline-block; }
  .navbar-extra-img.active .line {
    display: none; }

.navbar-extra-tonormal {
  width: 70px;
  height: 50px; }
  .navbar-extra-tonormal svg {
    width: 34px;
    height: 28px;
    display: inline-block; }

.navbar-theme-dark {
  border-color: #000;
  background-color: #000; }
  .navbar-theme-dark span {
    background-color: #fff; }
  .navbar-theme-dark.active {
    border-color: #fff; }

.navbar-theme-light {
  border-color: #fff;
  background-color: #fff; }
  .navbar-theme-light span {
    background-color: #000; }
  .navbar-theme-light.active {
    border-color: #ccc; }
    .navbar-theme-light.active::before {
      border-color: #fff transparent transparent; }
    .navbar-theme-light.active::after {
      border-color: #ccc transparent transparent; }
  .blind--blue .navbar-theme-light {
    border-color: #ccc; }

.navbar-theme-blue {
  border-color: #a4d4f7;
  background-color: #a4d4f7; }
  .navbar-theme-blue span {
    background-color: #195183; }
  .navbar-theme-blue.active {
    border-color: #195183; }
    .navbar-theme-blue.active::before {
      border-color: #a4d4f7 transparent transparent; }
    .navbar-theme-blue.active::after {
      border-color: #195183 transparent transparent; }

.pagination > li > a, .pagination > li > span {
  color: #000;
  border: none;
  margin-right: 10px;
  font-weight: 400;
  font-size: 2rem;
  box-shadow: 0 10px 28px 0 rgba(0, 120, 255, 0.1);
  background: #fff;
  padding: 6px 14px; }
  .blind .pagination > li > a, .blind .pagination > li > span {
    background: transparent;
    border: 1px solid transparent;
    color: inherit;
    box-shadow: none; }
  .blind--dark .pagination > li > a, .blind--dark .pagination > li > span {
    border-color: #fff; }
  .blind--light .pagination > li > a, .blind--light .pagination > li > span {
    border-color: #000; }
  .blind--blue .pagination > li > a, .blind--blue .pagination > li > span {
    border-color: #195183; }

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #007bbc;
  background: #fff; }
  .blind .pagination > li > a:hover, .blind
  .pagination > li > span:hover, .blind
  .pagination > li > a:focus, .blind
  .pagination > li > span:focus {
    background: transparent; }
  .blind--dark .pagination > li > a:hover, .blind--dark
  .pagination > li > span:hover, .blind--dark
  .pagination > li > a:focus, .blind--dark
  .pagination > li > span:focus {
    color: #fff; }
  .blind--light .pagination > li > a:hover, .blind--light
  .pagination > li > span:hover, .blind--light
  .pagination > li > a:focus, .blind--light
  .pagination > li > span:focus {
    color: #000; }
  .blind--blue .pagination > li > a:hover, .blind--blue
  .pagination > li > span:hover, .blind--blue
  .pagination > li > a:focus, .blind--blue
  .pagination > li > span:focus {
    color: #195183; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background: #007bbc; }
  .blind--dark .pagination > .active > a, .blind--dark
  .pagination > .active > span, .blind--dark
  .pagination > .active > a:hover, .blind--dark
  .pagination > .active > span:hover, .blind--dark
  .pagination > .active > a:focus, .blind--dark
  .pagination > .active > span:focus {
    background: #fff;
    color: #000; }
  .blind--light .pagination > .active > a, .blind--light
  .pagination > .active > span, .blind--light
  .pagination > .active > a:hover, .blind--light
  .pagination > .active > span:hover, .blind--light
  .pagination > .active > a:focus, .blind--light
  .pagination > .active > span:focus {
    background: #000;
    color: #fff; }
  .blind--blue .pagination > .active > a, .blind--blue
  .pagination > .active > span, .blind--blue
  .pagination > .active > a:hover, .blind--blue
  .pagination > .active > span:hover, .blind--blue
  .pagination > .active > a:focus, .blind--blue
  .pagination > .active > span:focus {
    background: #195183;
    color: #a4d4f7; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-radius: 0; }

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0;
  margin-right: 0; }

.pagination.alphabet > li > a,
.pagination.alphabet > li > span {
  box-shadow: none;
  text-transform: uppercase;
  line-height: 1;
  color: #007bbc;
  padding: 8px 6px;
  margin-right: 15px; }
  .blind .pagination.alphabet > li > a, .blind
  .pagination.alphabet > li > span {
    background: transparent;
    border: none;
    color: inherit; }

.pagination.alphabet > li > a:hover,
.pagination.alphabet > li > span:hover,
.pagination.alphabet > li > a:focus,
.pagination.alphabet > li > span:focus {
  color: #000; }
  .blind .pagination.alphabet > li > a:hover, .blind
  .pagination.alphabet > li > span:hover, .blind
  .pagination.alphabet > li > a:focus, .blind
  .pagination.alphabet > li > span:focus {
    color: inherit; }

.pagination.alphabet > .active > a,
.pagination.alphabet > .active > span,
.pagination.alphabet > .active > a:hover,
.pagination.alphabet > .active > span:hover,
.pagination.alphabet > .active > a:focus,
.pagination.alphabet > .active > span:focus {
  background: #fff;
  color: #000;
  border-bottom: 3px solid #007bbc; }
  .blind .pagination.alphabet > .active > a, .blind
  .pagination.alphabet > .active > span, .blind
  .pagination.alphabet > .active > a:hover, .blind
  .pagination.alphabet > .active > span:hover, .blind
  .pagination.alphabet > .active > a:focus, .blind
  .pagination.alphabet > .active > span:focus {
    background: transparent;
    border-bottom-width: 3px;
    border-bottom-style: solid; }
  .blind--dark .pagination.alphabet > .active > a, .blind--dark
  .pagination.alphabet > .active > span, .blind--dark
  .pagination.alphabet > .active > a:hover, .blind--dark
  .pagination.alphabet > .active > span:hover, .blind--dark
  .pagination.alphabet > .active > a:focus, .blind--dark
  .pagination.alphabet > .active > span:focus {
    border-bottom-color: #fff; }
  .blind--light .pagination.alphabet > .active > a, .blind--light
  .pagination.alphabet > .active > span, .blind--light
  .pagination.alphabet > .active > a:hover, .blind--light
  .pagination.alphabet > .active > span:hover, .blind--light
  .pagination.alphabet > .active > a:focus, .blind--light
  .pagination.alphabet > .active > span:focus {
    border-bottom-color: #000; }
  .blind--blue .pagination.alphabet > .active > a, .blind--blue
  .pagination.alphabet > .active > span, .blind--blue
  .pagination.alphabet > .active > a:hover, .blind--blue
  .pagination.alphabet > .active > span:hover, .blind--blue
  .pagination.alphabet > .active > a:focus, .blind--blue
  .pagination.alphabet > .active > span:focus {
    border-bottom-color: #195183; }

.pagination.alphabet > li:first-child > a, .pagination.alphabet > li:first-child > span {
  padding-left: 0;
  text-transform: none; }

.pagination.alphabet > li:last-child > a, .pagination.alphabet > li:last-child > span {
  margin-right: 0; }

.accordion .panel {
  box-shadow: none;
  border: none; }
  .blind .accordion .panel {
    background: transparent; }
  .accordion .panel + .panel {
    margin-top: 0; }

.accordion .panel-heading {
  display: block;
  padding: 15px 55px;
  border: none;
  font-weight: 500;
  text-decoration: none;
  background: #f7faff;
  position: relative; }
  .blind .accordion .panel-heading {
    color: inherit;
    border: 1px solid transparent;
    border-bottom: 0;
    border-radius: 0;
    background: transparent; }
  .blind--dark .accordion .panel-heading {
    border-color: #fff; }
  .blind--light .accordion .panel-heading {
    border-color: #000;
    background: transparent; }
  .blind--blue .accordion .panel-heading {
    border-color: #195183; }
  .accordion .panel-heading + .panel-collapse {
    background: #f7faff; }
    .blind .accordion .panel-heading + .panel-collapse {
      border: 1px solid transparent;
      border-top: 0;
      background: transparent; }
    .blind--dark .accordion .panel-heading + .panel-collapse {
      border-color: #fff; }
    .blind--light .accordion .panel-heading + .panel-collapse {
      border-color: #000; }
    .blind--blue .accordion .panel-heading + .panel-collapse {
      border-color: #195183; }
  .accordion .panel-heading.collapsed {
    font-weight: 400;
    background: #fff; }
    .blind .accordion .panel-heading.collapsed {
      border: none;
      background: transparent; }
    .accordion .panel-heading.collapsed + .panel-collapse {
      background: #fff; }
      .blind .accordion .panel-heading.collapsed + .panel-collapse {
        border: none;
        background: transparent; }
  .accordion .panel-heading:before {
    content: "";
    display: block;
    height: 11px;
    width: 6px;
    position: absolute;
    left: 23px;
    top: 20px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: 0.3s -webkit-transform;
    transition: 0.3s transform;
    transition: 0.3s transform, 0.3s -webkit-transform;
    background-image: url("../../main-theme/img/gt.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
    .blind--dark .accordion .panel-heading:before {
      background-image: url("../../main-theme/img/gt-white.svg"); }
  .accordion .panel-heading.collapsed:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

.accordion .panel-title {
  font-size: 2rem;
  color: inherit;
  font-weight: inherit; }

.accordion .panel-heading + .panel-collapse > .panel-body {
  border: none; }

.accordion .panel-body {
  padding: 0 55px 20px; }
  .accordion .panel-body > p:first-child {
    margin-top: 0; }
  .blind .accordion .panel-body a {
    color: inherit; }

.accordion .p7 {
  line-height: normal; }

.accordeon-primary.panel-group {
  margin-bottom: 100px; }
  .accordeon-primary.panel-group .panel + .panel {
    margin-top: 6px; }

.accordeon-primary .panel {
  border: none; }
  .blind--dark .accordeon-primary .panel {
    background: transparent; }

.accordeon-primary .panel-heading {
  position: relative;
  display: block;
  padding: 23px 27px 23px 70px;
  border-radius: 0;
  font-size: 2rem;
  font-weight: 300; }
  @media screen and (max-width: 980px) {
    .accordeon-primary .panel-heading {
      padding-left: 40px;
      padding-right: 15px; } }
  .accordeon-primary .panel-heading:hover {
    color: #3270d4; }
    .blind--light .accordeon-primary .panel-heading:hover {
      color: #000; }
  .blind .accordeon-primary .panel-heading {
    border: 1px solid transparent; }
  .blind--dark .accordeon-primary .panel-heading {
    border-color: #fff; }
  .blind--light .accordeon-primary .panel-heading {
    border-color: #000; }
  .accordeon-primary .panel-heading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 33px;
    width: 6px;
    height: 11px;
    margin-top: -5px;
    background: url("../../main-theme/img/gt.svg") no-repeat center;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
    @media screen and (max-width: 980px) {
      .accordeon-primary .panel-heading::after {
        left: 18px; } }
    .blind--dark .accordeon-primary .panel-heading::after {
      background: url("../../main-theme/img/gt-white.svg") no-repeat center; }
    .blind--light .accordeon-primary .panel-heading::after {
      background: url("../../main-theme/img/gt-black.svg") no-repeat center; }
  .accordeon-primary .panel-heading.collapsed::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

.accordeon-primary .panel-title {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.45em; }

.blind--blue .accordeon-primary .panel-default {
  background: transparent;
  color: #195183;
  border-color: #195183; }

.accordeon-primary .panel-default .panel-heading {
  background-color: #f7faff; }
  .blind .accordeon-primary .panel-default .panel-heading {
    background: transparent;
    border-color: #000; }
  .blind--dark .accordeon-primary .panel-default .panel-heading {
    color: #fff;
    border-color: #fff; }
  .blind--light .accordeon-primary .panel-default .panel-heading {
    color: #000;
    border-color: #000; }
  .blind--blue .accordeon-primary .panel-default .panel-heading {
    color: #195183;
    border-color: #195183; }

.accordeon-primary .panel-details {
  color: inherit;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.2em; }
  @media screen and (max-width: 980px) {
    .accordeon-primary .panel-details {
      float: none !important; } }
  .blind--dark .accordeon-primary .panel-details {
    color: #fff; }

.accordeon-primary .panel-details-left {
  display: inline-block;
  padding-right: 19px;
  border-right: 1px solid rgba(50, 112, 212, 0.2);
  line-height: 1.45em;
  vertical-align: top; }
  @media screen and (max-width: 576px) {
    .accordeon-primary .panel-details-left {
      display: block;
      padding-right: 0;
      border-right: none; } }
  .blind--dark .accordeon-primary .panel-details-left {
    border-right: 1px solid #fff; }

.accordeon-primary .panel-details-right {
  display: inline-block;
  padding-left: 16px;
  line-height: 1.45em;
  vertical-align: top; }
  @media screen and (max-width: 576px) {
    .accordeon-primary .panel-details-right {
      display: block;
      padding-left: 0; } }

.accordeon-primary.panel-group .panel-heading + .panel-collapse > .panel-body {
  padding-top: 50px;
  border-top: none; }

.accordeon-standart.panel-group .panel + .panel {
  margin-top: 0; }

.accordeon-standart.panel-group .panel-heading + .panel-collapse > .panel-body,
.accordeon-standart.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: none; }

.accordeon-standart .panel {
  border: none;
  border-bottom: 1px solid; }

.accordeon-standart .panel-heading {
  position: relative;
  display: block;
  padding: 12px 20px 12px 0; }
  .accordeon-standart .panel-heading::after {
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    right: 1px;
    width: 6px;
    height: 6px;
    border-left: 1px solid;
    border-bottom: 1px solid;
    border-color: rgba(0, 0, 0, 0.6);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition-duration: 0.3s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform; }
  .accordeon-standart .panel-heading.collapsed::after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }

.accordeon-standart .panel-title {
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 600; }

.accordeon-standart .panel-default {
  border-bottom-color: #eceded; }
  .accordeon-standart .panel-default .panel-heading {
    background-color: transparent; }
  .accordeon-standart .panel-default .panel-title {
    color: #000; }

.blind .footer .container {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px; }

.footer-part {
  padding-top: 40px;
  border-top: 1px solid #eceded; }
  @media screen and (max-width: 980px) {
    .footer-part:last-child {
      padding-top: 0;
      border-top: none; } }
  .blind--blue .footer-part {
    border-color: #195183; }
  .footer-part h4 {
    margin-bottom: 14px; }
    @media screen and (max-width: 980px) {
      .footer-part h4 {
        margin-top: 20px; } }
    .blind .footer-part h4 {
      color: inherit; }
  .footer-part ul {
    padding-left: 0;
    margin-bottom: 30px;
    list-style-type: none; }
    .footer-part ul a {
      display: inline-block;
      margin-bottom: 10px; }
      .blind .footer-part ul a {
        color: inherit; }

.footer-part-mobile {
  display: none; }
  @media screen and (max-width: 980px) {
    .footer-part-mobile {
      display: block; } }
  .footer-part-mobile ul {
    margin-bottom: 0; }
  @media screen and (max-width: 980px) {
    .footer-part-mobile h4 {
      margin-top: 0; } }

@media screen and (max-width: 980px) {
  .footer-part-desctop {
    display: none; } }

.footer-line {
  display: block; }
  @media screen and (max-width: 980px) {
    .footer-line {
      margin-bottom: 20px; } }
  .blind .footer-line {
    color: inherit; }

.footer-mail {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px; }
  .footer-mail svg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 18px;
    height: 13px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .blind--dark .footer-mail svg {
      fill: #fff; }
    .blind--light .footer-mail svg {
      fill: #000; }
    .blind--blue .footer-mail svg {
      fill: #195183; }

.footer-phone {
  position: relative;
  padding-left: 28px; }
  .footer-phone svg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 19px;
    height: 19px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .blind--dark .footer-phone svg {
      fill: #fff; }
    .blind--light .footer-phone svg {
      fill: #000; }
    .blind--blue .footer-phone svg {
      fill: #195183; }

.footer-rights {
  line-height: 1.4em; }
  .blind .footer-rights {
    color: inherit; }

.social {
  font-size: 0; }
  .social svg {
    width: 100%;
    height: 100%;
    max-width: 100%;
    fill: #808080;
    transition: fill 0.3s; }
    .blind--blue .social svg {
      fill: #447bad; }
  .social > li {
    display: inline-block;
    margin-right: 24px; }
    .social > li > a {
      display: inline-block; }
      .social > li > a:hover svg {
        fill: #000; }
        .blind--dark .social > li > a:hover svg {
          fill: #fff; }
        .blind--light .social > li > a:hover svg {
          fill: #000; }
        .blind--blue .social > li > a:hover svg {
          fill: #195183; }

.social-yt {
  width: 22px;
  height: 15px; }

.social-tw {
  width: 20px;
  height: 14px; }

.social-fb {
  width: 9px;
  height: 17px; }

.social-insta {
  width: 15px;
  height: 15px; }

.thumbnail {
  position: relative;
  padding: 30px;
  border-radius: 0;
  border: none;
  box-shadow: 0 10px 28px rgba(0, 120, 255, 0.09);
  background-color: #fff; }
  @media screen and (max-width: 576px) {
    .thumbnail {
      padding: 15px; } }
  .blind .thumbnail {
    background: transparent;
    box-shadow: none;
    border: 1px solid transparent; }
  .blind--dark .thumbnail {
    border-color: #fff;
    color: #fff; }
  .blind--light .thumbnail {
    border-color: #000;
    color: #000; }
  .blind--blue .thumbnail {
    border-color: #195183;
    color: #195183; }
  .blind--fzmd .thumbnail {
    min-height: 525px; }
  .blind--fzlg .thumbnail {
    min-height: 555px; }
  .thumbnail .caption {
    color: inherit; }
  .thumbnail .thumbnail-check {
    position: absolute;
    top: 0;
    left: 0;
    width: 53px;
    height: 52px;
    background: #00c5c3 url("../../main-theme/img/check-light.svg") no-repeat center;
    border-bottom-right-radius: 8px; }
    .blind .thumbnail .thumbnail-check {
      border-bottom: 1px solid transparent;
      border-right: 1px solid transparent; }
    .blind--dark .thumbnail .thumbnail-check {
      background: #000 url("../../main-theme/img/check-light.svg") no-repeat center;
      border-color: #fff; }
    .blind--light .thumbnail .thumbnail-check {
      background: #fff url("../../main-theme/img/check-dark.svg") no-repeat center;
      border-color: #000; }
    .blind--blue .thumbnail .thumbnail-check {
      background: #a4d4f7 url("../../main-theme/img/check-blue.svg") no-repeat center;
      border-color: #195183; }
  .thumbnail .thumbnail-holder {
    padding: 0;
    margin-bottom: 22px; }
  .thumbnail .thumbnail-caption {
    padding: 0;
    margin-bottom: 18px; }
  .thumbnail .thumbnail-icon {
    width: 100%;
    max-width: 100%; }
    .blind .thumbnail .thumbnail-icon {
      border: 1px solid transparent; }
    .blind--dark .thumbnail .thumbnail-icon {
      border-color: #fff; }
    .blind--light .thumbnail .thumbnail-icon {
      border-color: #000; }
    .blind--blue .thumbnail .thumbnail-icon {
      border-color: #195183; }
  .thumbnail .thumbnail-title {
    min-height: 48px;
    margin-bottom: 24px; }
  .thumbnail .thumbnail-number {
    color: #3270d4; }
    .blind .thumbnail .thumbnail-number {
      color: inherit; }
  .thumbnail .thumbnail-details {
    margin-bottom: 20px; }
  .thumbnail .thumbnail-days {
    color: #3c7ad8;
    line-height: 1.4em; }
    .blind .thumbnail .thumbnail-days {
      color: inherit; }
  .thumbnail .thumbnail-date {
    position: relative;
    padding-left: 28px;
    line-height: 1.4em; }
    .thumbnail .thumbnail-date svg {
      position: absolute;
      top: 50%;
      left: 0;
      width: 19px;
      height: 19px;
      fill: #3c7ad8;
      margin-top: -10px; }
      .blind--dark .thumbnail .thumbnail-date svg {
        fill: #fff; }
      .blind--light .thumbnail .thumbnail-date svg {
        fill: #000; }
      .blind--blue .thumbnail .thumbnail-date svg {
        fill: #195183; }

.thumbnail-light .thumbnail-number {
  color: #00c5c3; }

.thumbnail-light .thumbnail-days {
  color: #00c5c3; }

.thumbnail-light .thumbnail-date svg {
  fill: #00c5c3; }

.modal {
  padding: 0; }

@media screen and (max-width: 576px) {
  .modal-dialog {
    margin: 0; } }

.modal-lg {
  width: 1060px; }
  @media screen and (max-width: 1240px) {
    .modal-lg {
      width: 900px; } }
  @media screen and (max-width: 980px) {
    .modal-lg {
      width: 100%; } }

.modal-content {
  border-radius: 0; }
  .blind .modal-content {
    overflow: hidden;
    border-radius: 10px;
    border: 2px solid; }

.modal-header {
  padding-top: 58px;
  padding-bottom: 0;
  border-bottom: none; }

.close {
  position: absolute;
  top: 29px;
  right: 49px;
  float: right;
  width: 24px;
  height: 24px;
  padding: 0;
  border-radius: 0;
  border: none;
  margin-top: 28px;
  background-color: transparent;
  opacity: 1; }
  @media screen and (max-width: 980px) {
    .close {
      right: 40px; } }
  .close:focus, .close:hover {
    opacity: 1;
    outline: none; }
  .close::before, .close::after {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    content: '';
    background-color: #000; }
    .blind--dark .close::before, .blind--dark .close::after {
      background-color: #fff; }
    .blind--blue .close::before, .blind--blue .close::after {
      background-color: #195183; }
  .close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .close::after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }

.modal-title {
  margin-bottom: 25px; }

.modal-body {
  padding-top: 0;
  padding-bottom: 35px; }

.modal-footer {
  padding-top: 32px;
  padding-bottom: 65px;
  border-top: none;
  text-align: left; }

.modal-primary {
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-filter: none;
  filter: none; }
  .blind--dark .modal-primary {
    background-color: #000; }
  .blind--light .modal-primary {
    background-color: #fff; }
  .blind--blue .modal-primary {
    background-color: #a4d4f7; }
  .modal-primary .modal-header,
  .modal-primary .modal-body,
  .modal-primary .modal-footer {
    padding-right: 144px;
    padding-left: 144px; }
    @media screen and (max-width: 1240px) {
      .modal-primary .modal-header,
      .modal-primary .modal-body,
      .modal-primary .modal-footer {
        padding-left: 40px;
        padding-right: 40px; } }
    @media screen and (max-width: 576px) {
      .modal-primary .modal-header,
      .modal-primary .modal-body,
      .modal-primary .modal-footer {
        padding-left: 20px;
        padding-right: 20px; } }
  .modal-primary .modal-content {
    box-shadow: 0 10px 28px rgba(0, 120, 255, 0.09); }
    .blind--dark .modal-primary .modal-content {
      border-color: #fff;
      background-color: #000; }
    .blind--blue .modal-primary .modal-content {
      border-color: #195183;
      background-color: #a4d4f7; }
  .modal-primary .modal-dialog {
    background-color: #fff; }
    .blind .modal-primary .modal-dialog {
      background-color: transparent; }
  .modal-primary .modal-footer {
    background-color: #f8f9f9; }
    .blind--dark .modal-primary .modal-footer {
      background-color: #000; }
    .blind--light .modal-primary .modal-footer {
      background-color: #fff; }
    .blind--blue .modal-primary .modal-footer {
      background-color: #a4d4f7; }

.modal-default {
  background-color: rgba(0, 0, 0, 0.2); }
  .blind--dark .modal-default {
    background-color: #000; }
  .blind--light .modal-default {
    background-color: #fff; }
  .blind--blue .modal-default {
    background-color: #a4d4f7; }
  .blind .modal-default .modal-content {
    border: 2px solid; }
  .blind--dark .modal-default .modal-content {
    border-color: #fff;
    background-color: #000; }
  .blind--light .modal-default .modal-content {
    border-color: #000;
    background-color: #fff; }
  .blind--blue .modal-default .modal-content {
    border-color: #195183;
    background-color: #a4d4f7; }

.modal-open .wrapper {
  -webkit-filter: blur(5px);
  filter: blur(5px); }

.modal-backdrop.in {
  opacity: 0; }

.modal-wide {
  height: 100%;
  padding-right: 0 !important;
  font-size: 0;
  background-color: transparent; }
  .modal-wide .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0; }
  .modal-wide .modal-content {
    padding-top: 170px;
    height: 100%;
    border: none;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.2); }
    .blind--dark .modal-wide .modal-content {
      background-color: #000; }
    .blind--light .modal-wide .modal-content {
      background-color: #fff; }
    .blind--blue .modal-wide .modal-content {
      background-color: #a4d4f7; }
  .modal-wide .modal-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 170px;
    padding: 0;
    background-color: #fff; }
    .blind--dark .modal-wide .modal-header {
      background-color: #000; }
    .blind--light .modal-wide .modal-header {
      background-color: #fff; }
    .blind--blue .modal-wide .modal-header {
      background-color: #a4d4f7; }
  .modal-wide .modal-body {
    width: 920px;
    height: 100%;
    padding: 0;
    margin: 0 auto; }
    @media screen and (max-width: 980px) {
      .modal-wide .modal-body {
        width: 100%;
        padding: 0 15px; } }
    @media screen and (max-width: 576px) {
      .modal-wide .modal-body {
        padding: 0; } }

[data-toggle="tooltip"] {
  cursor: pointer;
  color: #007bbc; }

.tooltip {
  font-family: "Exo 2", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: normal; }

.tooltip.in {
  opacity: 1; }

.tooltip.bottom {
  padding: 14px 0 10px; }

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #fff;
  border-width: 0 14px 14px 0; }

.tooltip-inner {
  max-width: 365px;
  background: #fff;
  box-shadow: 0 2px 18px 4px rgba(0, 0, 0, 0.1);
  padding: 20px 18px;
  text-align: left;
  color: #000; }

select.bs-select-hidden,
select.selectpicker {
  display: none !important; }

.selectpicker-wrapper {
  border-bottom: 1px solid #ddd; }
  .blind--dark .selectpicker-wrapper {
    border-color: #fff; }
  .blind--light .selectpicker-wrapper {
    border-color: #000; }
  .blind--blue .selectpicker-wrapper {
    border-color: #195183; }

.selectpicker-wrapper-inner {
  margin: 0 -15px;
  text-align: justify;
  text-justify: newspaper;
  font-size: 0; }
  .selectpicker-wrapper-inner:after {
    content: "";
    display: inline-block;
    width: 100%; }

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/ }
  .bootstrap-select > .dropdown-toggle {
    width: 100%;
    padding: 7px 15px;
    padding-right: 25px;
    min-width: auto;
    background: transparent;
    border: none; }
    .blind .bootstrap-select > .dropdown-toggle {
      border: none; }
    .bootstrap-select > .dropdown-toggle:hover {
      z-index: 1001; }
    .bootstrap-select > .dropdown-toggle:active {
      box-shadow: none; }
    .bootstrap-select > .dropdown-toggle:active:focus {
      background: #fff;
      outline: 0; }
      .blind .bootstrap-select > .dropdown-toggle:active:focus {
        background: transparent; }
    .bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
      color: #999; }
  .bootstrap-select.open {
    z-index: 1002; }
    .bootstrap-select.open:after {
      content: "";
      display: block;
      position: absolute;
      height: 1px;
      background: #000;
      bottom: -1px;
      left: 15px;
      right: 15px;
      z-index: 1001; }
      .blind--dark .bootstrap-select.open:after {
        background: #fff; }
      .blind--light .bootstrap-select.open:after {
        background: #000; }
      .blind--blue .bootstrap-select.open:after {
        background: #195183; }
    .bootstrap-select.open > .dropdown-toggle {
      background: transparent;
      box-shadow: none;
      z-index: 1001; }
      .bootstrap-select.open > .dropdown-toggle:hover {
        background: #fff; }
        .blind .bootstrap-select.open > .dropdown-toggle:hover {
          background: transparent; }
  .bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none; }
    .bootstrap-select > select.mobile-device {
      top: 0;
      left: 0;
      display: block !important;
      width: 100% !important;
      z-index: 2; }
  .has-error .bootstrap-select .dropdown-toggle,
  .error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48; }
  .bootstrap-select.fit-width {
    width: auto !important; }
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px; }

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none; }
  .bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%; }
  .bootstrap-select.form-control.input-group-btn {
    z-index: auto; }
    .bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
      border-radius: 0; }

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0; }

.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right; }

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0; }

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0; }
  .form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
  .form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit; }

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%; }

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed; }
  .bootstrap-select.btn-group.disabled:focus,
  .bootstrap-select.btn-group > .disabled:focus {
    outline: none !important; }

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important; }
  .bootstrap-select.btn-group.bs-container .dropdown-menu {
    z-index: 1060; }

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
  font-size: 1.8rem;
  color: #000;
  text-transform: none;
  font-weight: 400; }
  @media (max-width: 767px) {
    .bootstrap-select.btn-group .dropdown-toggle .filter-option {
      font-size: 1.4rem; } }
  .blind--dark .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #fff; }
  .blind--light .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #000; }
  .blind--blue .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #195183; }

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
  height: 8px;
  width: 12px;
  border: none;
  background-image: url("../../main-theme/img/caret.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
  .blind--dark .bootstrap-select.btn-group .dropdown-toggle .caret {
    background-image: url("../../main-theme/img/caret-white.svg"); }

.bootstrap-select.btn-group.open .caret {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%; }

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  margin-top: 0;
  top: 0;
  padding-top: 45px;
  border: none;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.08);
  box-sizing: border-box; }
  .pull-right .bootstrap-select.btn-group .dropdown-menu {
    left: auto;
    right: 0; }
  .blind .bootstrap-select.btn-group .dropdown-menu {
    box-shadow: none;
    border: 2px solid transparent; }
  .blind--dark .bootstrap-select.btn-group .dropdown-menu {
    background: #000;
    border-color: #fff; }
  .blind--light .bootstrap-select.btn-group .dropdown-menu {
    background: #fff;
    border-color: #000; }
  .blind--blue .bootstrap-select.btn-group .dropdown-menu {
    border-color: #195183;
    background: #a4d4f7; }
  .bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none; }
  .bootstrap-select.btn-group .dropdown-menu li {
    position: relative; }
    .bootstrap-select.btn-group .dropdown-menu li.active small {
      color: #fff; }
    .bootstrap-select.btn-group .dropdown-menu li.disabled a {
      cursor: not-allowed; }
    .bootstrap-select.btn-group .dropdown-menu li a {
      padding: 6px 15px;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      @media (max-width: 767px) {
        .bootstrap-select.btn-group .dropdown-menu li a {
          font-size: 1.4rem; } }
      .bootstrap-select.btn-group .dropdown-menu li a:focus {
        outline: 0; }
      .bootstrap-select.btn-group .dropdown-menu li a:hover {
        background: transparent;
        color: #007bbc; }
      .bootstrap-select.btn-group .dropdown-menu li a.opt {
        position: relative;
        padding-left: 2.25em; }
      .bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
        display: none; }
      .bootstrap-select.btn-group .dropdown-menu li a span.text {
        display: inline-block; }
      .blind--dark .bootstrap-select.btn-group .dropdown-menu li a {
        color: #fff; }
      .blind--light .bootstrap-select.btn-group .dropdown-menu li a {
        color: #000; }
      .blind--blue .bootstrap-select.btn-group .dropdown-menu li a {
        color: #195183; }
    .bootstrap-select.btn-group .dropdown-menu li.selected a {
      color: #007bbc;
      background: #eff8ff; }
      .blind--dark .bootstrap-select.btn-group .dropdown-menu li.selected a {
        color: #000;
        background: #fff; }
      .blind--light .bootstrap-select.btn-group .dropdown-menu li.selected a {
        color: #fff;
        background: #000; }
      .blind--blue .bootstrap-select.btn-group .dropdown-menu li.selected a {
        color: #a4d4f7;
        background: #195183; }
    .bootstrap-select.btn-group .dropdown-menu li small {
      padding-left: 0.5em; }
  .bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: whitesmoke;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    box-sizing: border-box; }

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap; }

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static; }

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block; }

.bootstrap-select--type-2 > .dropdown-toggle {
  width: 100%;
  padding: 6px 25px 6px 15px;
  background-color: transparent;
  box-shadow: 0 5px 12px 0 rgba(0, 120, 255, 0.07);
  border-radius: 0;
  z-index: 1001; }
  .bootstrap-select--type-2 > .dropdown-toggle:active {
    box-shadow: 0 5px 12px 0 rgba(0, 120, 255, 0.07); }
    .blind .bootstrap-select--type-2 > .dropdown-toggle:active {
      box-shadow: none; }
  .bootstrap-select--type-2 > .dropdown-toggle:active:focus {
    background-color: transparent; }
  .blind .bootstrap-select--type-2 > .dropdown-toggle {
    box-shadow: none;
    border: 2px solid transparent; }
  .blind--dark .bootstrap-select--type-2 > .dropdown-toggle {
    border-color: #fff; }
  .blind--light .bootstrap-select--type-2 > .dropdown-toggle {
    border-color: #000; }
  .blind--blue .bootstrap-select--type-2 > .dropdown-toggle {
    border-color: #195183; }
  .bootstrap-select--type-2 > .dropdown-toggle.bs-placeholder, .bootstrap-select--type-2 > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select--type-2 > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select--type-2 > .dropdown-toggle.bs-placeholder:active {
    color: #999; }

.bootstrap-select--type-2.open:after {
  display: none; }

.bootstrap-select--type-2.open > .dropdown-toggle {
  background-color: transparent;
  box-shadow: 0 5px 12px 0 rgba(0, 120, 255, 0.07); }
  .blind .bootstrap-select--type-2.open > .dropdown-toggle {
    box-shadow: none;
    border-color: transparent; }
  .bootstrap-select--type-2.open > .dropdown-toggle:hover {
    background-color: transparent; }
  .bootstrap-select--type-2.open > .dropdown-toggle:focus {
    background: transparent; }

.bootstrap-select--type-2 > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none; }
  .bootstrap-select--type-2 > select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2; }

.has-error .bootstrap-select--type-2 .dropdown-toggle,
.error .bootstrap-select--type-2 .dropdown-toggle {
  border-color: #b94a48; }

.bootstrap-select--type-2.fit-width {
  width: auto !important; }

.bootstrap-select--type-2:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px; }

.bootstrap-select--type-2.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto; }
  .bootstrap-select--type-2.form-control:not([class*="col-"]) {
    width: 100%; }
  .bootstrap-select--type-2.form-control.input-group-btn {
    z-index: auto; }
    .bootstrap-select--type-2.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
      border-radius: 0; }

.bootstrap-select--type-2.btn-group:not(.input-group-btn), .bootstrap-select--type-2.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0; }

.bootstrap-select--type-2.btn-group.dropdown-menu-right, .bootstrap-select--type-2.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select--type-2.btn-group[class*="col-"].dropdown-menu-right {
  float: right; }

.form-inline .bootstrap-select--type-2.btn-group,
.form-horizontal .bootstrap-select--type-2.btn-group,
.form-group .bootstrap-select--type-2.btn-group {
  margin-bottom: 0; }

.form-group-lg .bootstrap-select--type-2.btn-group.form-control,
.form-group-sm .bootstrap-select--type-2.btn-group.form-control {
  padding: 0; }
  .form-group-lg .bootstrap-select--type-2.btn-group.form-control .dropdown-toggle,
  .form-group-sm .bootstrap-select--type-2.btn-group.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit; }

.form-inline .bootstrap-select--type-2.btn-group .form-control {
  width: 100%; }

.bootstrap-select--type-2.btn-group.disabled,
.bootstrap-select--type-2.btn-group > .disabled {
  cursor: not-allowed; }
  .bootstrap-select--type-2.btn-group.disabled:focus,
  .bootstrap-select--type-2.btn-group > .disabled:focus {
    outline: none !important; }

.bootstrap-select--type-2.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important; }
  .bootstrap-select--type-2.btn-group.bs-container .dropdown-menu {
    z-index: 1060; }

.bootstrap-select--type-2.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: none;
  color: #000; }

.bootstrap-select--type-2.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
  height: 9px;
  width: 12px;
  border: none;
  background-image: url("../../main-theme/img/caret.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center; }

.bootstrap-select--type-2.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%; }

.bootstrap-select--type-2.btn-group .dropdown-menu {
  margin-top: 0;
  border: none;
  border-radius: 0;
  min-width: 100%;
  box-shadow: 0 10px 28px 0 rgba(0, 120, 255, 0.09);
  padding: 10px 0;
  padding-top: 50px;
  box-sizing: border-box; }
  .bootstrap-select--type-2.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none; }
  .bootstrap-select--type-2.btn-group .dropdown-menu li {
    position: relative; }
    .bootstrap-select--type-2.btn-group .dropdown-menu li.active small {
      color: #fff; }
    .bootstrap-select--type-2.btn-group .dropdown-menu li.disabled a {
      cursor: not-allowed; }
    .bootstrap-select--type-2.btn-group .dropdown-menu li.selected a {
      font-weight: 600;
      color: #000000;
      background: #fff; }
    .bootstrap-select--type-2.btn-group .dropdown-menu li .select-option {
      display: inline-block;
      width: 100%; }
    .bootstrap-select--type-2.btn-group .dropdown-menu li a, .bootstrap-select--type-2.btn-group .dropdown-menu li .select-option {
      padding: 6px 15px;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      font-size: 1.6rem; }
      .bootstrap-select--type-2.btn-group .dropdown-menu li a:focus, .bootstrap-select--type-2.btn-group .dropdown-menu li .select-option:focus {
        background: transparent;
        outline: none; }
      .bootstrap-select--type-2.btn-group .dropdown-menu li a.opt, .bootstrap-select--type-2.btn-group .dropdown-menu li .select-option.opt {
        position: relative;
        padding-left: 2.25em; }
      .bootstrap-select--type-2.btn-group .dropdown-menu li a span.check-mark, .bootstrap-select--type-2.btn-group .dropdown-menu li .select-option span.check-mark {
        display: none; }
      .bootstrap-select--type-2.btn-group .dropdown-menu li a span.text, .bootstrap-select--type-2.btn-group .dropdown-menu li .select-option span.text {
        display: inline-block; }
    .bootstrap-select--type-2.btn-group .dropdown-menu li small {
      padding-left: 0.5em; }
  .bootstrap-select--type-2.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: whitesmoke;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    box-sizing: border-box; }

.bootstrap-select--type-2.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap; }

.bootstrap-select--type-2.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static; }

.bootstrap-select--type-2.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px; }

.bootstrap-select--type-2.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  top: 3px;
  left: 15px;
  margin-top: 5px; }

.bootstrap-select--type-2.btn-group.show-tick .dropdown-menu li a {
  padding-left: 40px; }

.bootstrap-select--type-2.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }

.bootstrap-select--type-2.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061; }

.bootstrap-select--type-2.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none; }

.bootstrap-select--type-2.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none; }

.bootstrap-select--type-2.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0; }

.bootstrap-select--type-2.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0; }

.bootstrap-select--type-2.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto; }

.bootstrap-select--type-2.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto; }

.bootstrap-select--type-2.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select--type-2.show-menu-arrow.open > .dropdown-toggle:after {
  display: block; }

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px; }

.bs-actionsbox {
  width: 100%;
  box-sizing: border-box; }
  .bs-actionsbox .btn-group button {
    width: 50%; }

.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box; }
  .bs-donebutton .btn-group button {
    width: 100%; }

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none; }

/*!
* Datepicker for Bootstrap v1.7.1 (https://github.com/uxsolutions/bootstrap-datepicker)
*
* Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
*/
.datepicker {
  border-radius: 4px;
  direction: ltr;
  border: none;
  box-shadow: 0 10px 28px rgba(0, 120, 255, 0.09); }

.datepicker-inline {
  width: 220px; }

.datepicker-rtl {
  direction: rtl; }

.datepicker-rtl.dropdown-menu {
  left: auto; }

.datepicker-rtl table tr td span {
  float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px; }

.datepicker-dropdown:before {
  content: none;
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute; }

.datepicker-dropdown:after {
  content: none;
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute; }

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px; }

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px; }

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px; }

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px; }

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px; }

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px; }

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15); }

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff; }

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 100%;
  box-sizing: content-box;
  background-clip: content-box;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000000;
  line-height: 1.5em; }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777; }

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  color: #007bbc;
  cursor: pointer; }

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default; }

.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0; }

.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2; }

.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb; }

.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb; }

.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2; }

.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5; }

.datepicker table tr td.highlighted.focused {
  background: #afd9ee; }

.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777; }

.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733; }

.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400; }

.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00; }

.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00; }

.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400; }

.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733; }

.datepicker table tr td.today.focused {
  background: #ffc966; }

.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777; }

.datepicker table tr td.range {
  color: #000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0; }

.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c; }

.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d; }

.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d; }

.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c; }

.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb; }

.datepicker table tr td.range.focused {
  background: #d5d5d5; }

.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777; }

.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3; }

.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6; }

.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0; }

.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0; }

.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6; }

.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3; }

.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3; }

.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777; }

.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417; }

.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608; }

.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c; }

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c; }

.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608; }

.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417; }

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777; }

.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616; }

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737; }

.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737; }

.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616; }

.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555; }

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #007bbc;
  border-color: #204d74; }

.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
  color: #fff;
  background-color: #007bbc;
  border-color: #122b40; }

.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 2.7em;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px; }

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee; }

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default; }

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777; }

.datepicker .datepicker-switch {
  width: 145px;
  font-size: 1.8rem;
  font-weight: 400; }

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer; }

.datepicker .next {
  background: url("../../main-theme/img/chevron-right.svg") no-repeat center;
  font-size: 0; }

.datepicker .prev {
  background: url("../../main-theme/img/chevron-left.svg") no-repeat center;
  font-size: 0; }

.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden; }

.datepicker .cw {
  font-size: 1rem;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

.input-group.date .input-group-addon {
  cursor: pointer; }

.input-daterange {
  width: 100%; }

.input-daterange input {
  text-align: center; }

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px; }

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0; }

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  text-shadow: 0 1px 0 #fff;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px; }

.calendar {
  background: url("../../main-theme/img/calendar.svg") no-repeat right 12px center !important; }
  .blind--dark .calendar {
    background-image: url("../../main-theme/img/calendar-white.svg") !important; }
  .blind--light .calendar {
    background-image: url("../../main-theme/img/calendar-black.svg") !important; }
  .blind--blue .calendar {
    background-image: url("../../main-theme/img/calendar-blue.svg") !important; }
.carousel-control .glyphicon {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000000;
  width: 75px;
  height: 75px;
  border-radius: 40px; }
  .carousel-control .glyphicon::before {
    content: none; }

.carousel-control:hover .glyphicon {
  background-color: #3c7ad8; }

.carousel-control.left .glyphicon-chevron-left {
  background-image: url("../../main-theme/img/carousel-left.svg"); }

.carousel-control.right .glyphicon-chevron-right {
  background-image: url("../../main-theme/img/carousel-right.svg"); }

.banner-glossary {
  margin-top: -15px;
  background-image: url("../../main-theme/img/banner1.png");
  background-size: cover;
  background-position: center;
  min-height: 315px;
  padding: 30px 25px;
  position: relative; }
  @media (max-width: 979px) {
    .banner-glossary {
      min-height: initial;
      padding: 20px 15px;
      padding-right: 60px; } }
  .blind .banner-glossary {
    background: transparent;
    border: 1px solid transparent; }
  .blind--dark .banner-glossary {
    border-color: #fff; }
  .blind--light .banner-glossary {
    border-color: #000; }
  .blind--blue .banner-glossary {
    border-color: #195183; }
  .banner-glossary__title {
    font-size: 2.3rem;
    font-weight: 700;
    color: #3c7ad8;
    line-height: 1;
    margin-bottom: 15px; }
    @media (max-width: 480px) {
      .banner-glossary__title {
        font-size: 1.6rem; } }
    .blind .banner-glossary__title {
      color: inherit; }
  .banner-glossary__descr {
    font-size: 1.7rem;
    line-height: 1.1em;
    font-weight: 300; }
    @media (max-width: 480px) {
      .banner-glossary__descr {
        font-size: 1.4rem; }
        .banner-glossary__descr br {
          display: none; } }
    .blind .banner-glossary__descr {
      color: inherit; }
    .banner-glossary__descr span {
      color: #3c7ad8; }
      .blind .banner-glossary__descr span {
        color: inherit; }
  .banner-glossary__link {
    margin-top: 50px;
    fill: #3c7ad8;
    stroke: #fff; }
    @media (max-width: 979px) {
      .banner-glossary__link {
        position: absolute;
        top: 0;
        right: 20px;
        margin-top: 65px; } }
    .blind--dark .banner-glossary__link {
      stroke: #000;
      fill: #fff; }
    .blind--light .banner-glossary__link {
      stroke: #fff;
      fill: #000; }
    .blind--blue .banner-glossary__link {
      stroke: #a4d4f7;
      fill: #195183; }

.search-modal-tip {
  margin-top: 10px;
  margin-bottom: 31px; }
  .search-modal-tip span {
    display: inline-block;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.5); }
    .blind--dark .search-modal-tip span {
      border-bottom-color: #fff; }

.search-modal-title {
  margin-bottom: 37px;
  font-size: 2.6rem; }

.search-modal-list a {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  margin-bottom: 27px;
  margin-right: 75px;
  line-height: 0.9em;
  vertical-align: top; }
  .search-modal-list a svg {
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .blind--dark .search-modal-list a svg {
      fill: #fff; }
    .blind--blue .search-modal-list a svg {
      fill: #195183; }
  .search-modal-list a:last-child {
    margin-right: 0; }

.search-modal-dropdown {
  margin-bottom: 20px; }

.card-news {
  background-color: #fff;
  background-size: cover;
  background-position: center;
  min-height: 320px;
  margin: 0 -10px;
  margin-bottom: 10px;
  padding: 35px 50px 60px;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.3);
  position: relative; }
  .blind--fzsm .card-news {
    min-height: 325px; }
  .blind--fzmd .card-news {
    min-height: 395px; }
  .blind--fzlg .card-news {
    min-height: 470px; }
  .card-news h2 {
    margin-top: 0; }
  .card-news img {
    max-width: 100%; }
  .card-news .p7 {
    margin-top: 15px;
    line-height: 1; }
  .card-news .btn {
    margin-top: 15px; }
  .card-news--preview {
    text-align: center;
    box-shadow: none;
    white-space: nowrap; }
    .card-news--preview:before {
      content: "";
      display: inline-block;
      height: 200px;
      vertical-align: middle; }
    .card-news--preview .link-gt:after {
      background-image: url("../../main-theme/img/gt-white.svg"); }
      .blind--light .card-news--preview .link-gt:after {
        background-image: url("../../main-theme/img/gt-black.svg"); }
      .blind--blue .card-news--preview .link-gt:after {
        background-image: url("../../main-theme/img/gt.svg"); }
    .card-news--preview .card-news__inner {
      display: inline-block;
      vertical-align: middle;
      height: auto;
      white-space: normal; }
    .card-news--preview h2 {
      color: #fff; }
      .blind .card-news--preview h2 {
        color: inherit; }
    .card-news--preview p {
      color: #fff; }
      .blind .card-news--preview p {
        color: inherit; }
    .card-news--preview .card-news__more {
      color: #fff;
      position: static; }
      .blind .card-news--preview .card-news__more {
        color: inherit; }
  .blind .card-news {
    background: transparent !important;
    box-shadow: none;
    border: 1px solid transparent; }
  .blind--dark .card-news {
    border-color: #fff; }
  .blind--light .card-news {
    border-color: #000; }
  .blind--blue .card-news {
    border-color: #195183; }
  .card-news__inner {
    height: 100%; }
  .card-news__more {
    position: absolute;
    bottom: 40px;
    left: 50px; }

.survey-title {
  margin-top: 0;
  margin-bottom: 23px; }

.survey-subtitle {
  margin-bottom: 27px; }

.survey-line {
  margin-bottom: 30px; }

.survey-list {
  padding-left: 0;
  margin-bottom: 40px;
  list-style: none; }

.survey-modal .modal-header,
.survey-modal .modal-body,
.survey-modal .modal-footer {
  padding-right: 70px;
  padding-left: 70px; }
  @media screen and (max-width: 1240px) {
    .survey-modal .modal-header,
    .survey-modal .modal-body,
    .survey-modal .modal-footer {
      padding-left: 40px;
      padding-right: 40px; } }
  @media screen and (max-width: 576px) {
    .survey-modal .modal-header,
    .survey-modal .modal-body,
    .survey-modal .modal-footer {
      padding-left: 20px;
      padding-right: 20px; } }

.survey-modal .modal-header {
  padding-top: 100px; }

.survey-modal .modal-body {
  padding-bottom: 0; }

.survey-modal .modal-footer {
  padding-top: 48px;
  padding-bottom: 84px; }

.result-modal .modal-header,
.result-modal .modal-body,
.result-modal .modal-footer {
  padding-right: 70px;
  padding-left: 70px; }
  @media screen and (max-width: 1240px) {
    .result-modal .modal-header,
    .result-modal .modal-body,
    .result-modal .modal-footer {
      padding-left: 40px;
      padding-right: 40px; } }
  @media screen and (max-width: 576px) {
    .result-modal .modal-header,
    .result-modal .modal-body,
    .result-modal .modal-footer {
      padding-left: 20px;
      padding-right: 20px; } }

.result-modal .modal-header {
  padding-top: 100px; }

.result-modal .modal-body {
  padding-bottom: 45px; }

.result-modal .modal-footer {
  padding-top: 48px;
  padding-bottom: 84px; }

.scroller {
  position: fixed;
  z-index: 1;
  right: 40px;
  bottom: 40px;
  width: 75px;
  height: 75px;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.15);
  border: none;
  border-radius: 50%;
  transition: background-color 0.2s, opacity 0.2s, visibility 0s 0.2s;
  will-change: background-color;
  opacity: 0;
  visibility: hidden; }
  .scroller:hover {
    background-color: #3270d4;
    cursor: pointer; }
  .scroller::before {
    content: '';
    position: absolute;
    margin: auto;
    top: 9px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 19px;
    height: 19px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg); }
  .scroller--showed {
    display: block;
    opacity: 1;
    visibility: visible;
    transition: background-color 0.2s, opacity 0.2s, visibility 0s 0s; }

time {
  display: block;
  margin-bottom: 8px; }

.home-budget {
  padding: 100px 0 120px;
  background-image: url("../../main-theme/img/budget-bg.jpg");
  background-size: cover;
  background-position: center;
  color: #fff; }
  .blind .home-budget {
    background: transparent;
    color: inherit; }
  .home-budget h1 {
    color: inherit;
    margin-bottom: 15px; }
  .home-budget p {
    color: #fff;
    margin-bottom: 35px; }

.home-news {
  background: #dde4ea;
  padding-top: 170px;
  padding-bottom: 60px; }
  .blind .home-news {
    background: transparent; }
  .home-news h1 {
    margin-bottom: 35px; }

.main-card {
  padding: 45px 0;
  background: #dde4ea; }
  .blind .main-card {
    background: transparent; }
  .main-card__item {
    color: #000;
    display: block;
    padding: 30px 20px;
    white-space: nowrap;
    background: #fff;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
    text-decoration: none;
    min-height: 127px; }
    @media (max-width: 1239px) {
      .main-card__item {
        min-height: 135px; } }
    @media (max-width: 979px) {
      .main-card__item {
        margin-bottom: 15px !important; } }
    [class*="col-"] .main-card__item {
      margin: 0 -5px; }
    .main-card__item:hover {
      color: #000; }
      .blind .main-card__item:hover {
        color: inherit; }
    .blind .main-card__item {
      background: transparent;
      border: 1px solid transparent;
      box-shadow: none;
      color: inherit; }
    .blind--dark .main-card__item {
      border-color: #fff; }
    .blind--light .main-card__item {
      border-color: #000; }
    .blind--blue .main-card__item {
      border-color: #195183; }
  .main-card__content {
    display: table;
    table-layout: fixed;
    width: 100%; }
  .main-card__icon-wrapper {
    display: table-cell;
    vertical-align: middle;
    width: 65px; }
  .main-card__icon {
    width: 100%;
    max-width: 100%;
    max-height: 100%; }
  .main-card__info {
    display: table-cell;
    white-space: normal;
    text-align: left;
    vertical-align: middle;
    padding-left: 18px; }
  .main-card__title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px; }
    .blind .main-card__title {
      color: inherit; }
  .main-card__descr {
    font-size: 1.6rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8); }
    .blind .main-card__descr {
      color: inherit; }

.home-docs {
  background-image: url("../../main-theme/img/homedocs-background.png");
  background-position: center;
  background-size: cover;
  color: #fff;
  padding: 65px 0; }
  .blind .home-docs {
    color: inherit;
    background: transparent; }
  .home-docs .link-arrow {
    color: inherit; }
  .home-docs .form-group input {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    border: none;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 95px;
    padding-right: 15px;
    font-size: 2.8rem;
    height: auto;
    color: inherit;
    margin-bottom: 50px; }
    .blind .home-docs .form-group input {
      background: transparent;
      border: 1px solid transparent; }
    .blind--dark .home-docs .form-group input {
      border-color: #fff; }
    .blind--light .home-docs .form-group input {
      border-color: #000; }
    .blind--blue .home-docs .form-group input {
      border-color: #195183; }
    .home-docs .form-group input::-webkit-input-placeholder {
      color: inherit; }
    .home-docs .form-group input:-ms-input-placeholder {
      color: inherit; }
    .home-docs .form-group input::placeholder {
      color: inherit; }
  .home-docs .form-group button {
    left: 40px;
    background: url("../../main-theme/img/search-white.svg") center no-repeat; }
    .blind--light .home-docs .form-group button {
      background: url("../../main-theme/img/search.svg") center no-repeat; }
    .blind--blue .home-docs .form-group button {
      background: url("../../main-theme/img/search-blue.svg") center no-repeat; }
  .home-docs h1 {
    color: inherit;
    margin-bottom: 48px; }
  .home-docs h5 {
    color: inherit;
    margin-bottom: 45px; }
  .home-docs .last-added-item .small-document {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../../main-theme/img/icon-small-doc.svg") center no-repeat;
    background-size: contain;
    margin-right: 15px;
    vertical-align: top; }
    .blind--blue .home-docs .last-added-item .small-document {
      background-image: url("../../main-theme/img/icon-small-doc-blue.svg"); }
    .blind--light .home-docs .last-added-item .small-document {
      background-image: url("../../main-theme/img/icon-small-doc-black.svg"); }
  .home-docs .last-added-item p {
    display: inline-block;
    width: calc(100% - 40px);
    margin: 0;
    vertical-align: top;
    color: inherit;
    line-height: 21px; }

.home-head {
  background-color: #dde4ea;
  padding-bottom: 70px; }
  .blind .home-head {
    background: transparent; }
  .home-head h1 {
    margin: 100px 0px 50px; }
    .home-head h1 span {
      display: inline-block;
      padding-left: 10px; }
  .home-head__photo {
    margin-bottom: 15px; }
  .home-head__info {
    background-color: #fff;
    box-shadow: -2px 11px 26px -11px black;
    padding-left: 64px;
    padding-top: 70px;
    padding-right: 15px; }
    @media (max-width: 1239px) {
      .home-head__info {
        padding-top: 53px; } }
    .blind .home-head__info {
      background: transparent;
      box-shadow: none;
      border: 1px solid transparent; }
    .blind--dark .home-head__info {
      border-color: #fff; }
    .blind--light .home-head__info {
      border-color: #000; }
    .blind--blue .home-head__info {
      border-color: #195183; }
    .home-head__info .quote {
      font-size: 2.8rem;
      color: black;
      line-height: 1.28571em;
      letter-spacing: 0.45px;
      margin-bottom: 25px;
      margin-top: 0; }
      @media (max-width: 1239px) {
        .home-head__info .quote {
          font-size: 2rem; } }
      .blind .home-head__info .quote {
        color: inherit; }
    .home-head__info .dash {
      width: 29px;
      height: 1px;
      border: 1px solid #000;
      display: inline-block;
      margin-bottom: 30px; }
      .blind--dark .home-head__info .dash {
        border-color: #fff; }
      .home-head__info .dash .blind--light {
        border-color: #000; }
      .home-head__info .dash .blind--blue {
        border-color: #195183; }
  .home-head__name, .home-head__rank {
    color: black;
    font-size: 1.8rem;
    margin: 0; }
    .blind .home-head__name, .blind .home-head__rank {
      color: inherit; }
  .home-head__name {
    font-weight: 600;
    margin-bottom: 10px; }
  .home-head__rank {
    margin-bottom: 55px; }
  .home-head__links {
    position: relative; }
    .home-head__links-item {
      position: relative;
      display: inline-block;
      margin-right: 10%;
      margin-bottom: 30px; }
    .home-head__links a {
      font-size: 1.8rem;
      position: relative;
      padding-left: 60px;
      display: inline-block;
      vertical-align: middle; }
    .home-head__links .watch {
      content: '';
      position: absolute;
      width: 40px;
      height: 40px;
      background: url("../../main-theme/img/play-button.svg") center no-repeat;
      left: 0px;
      top: 0px;
      background-size: contain; }
      .blind--dark .home-head__links .watch {
        background-image: url("../../main-theme/img/play-button-white.svg"); }
      .blind--light .home-head__links .watch {
        background-image: url("../../main-theme/img/play-button-black.svg"); }
      .blind--blue .home-head__links .watch {
        background-image: url("../../main-theme/img/play-button-blue.svg"); }
    .home-head__links .download-presentation {
      content: '';
      position: absolute;
      width: 40px;
      height: 40px;
      background: url("../../main-theme/img/download-presentation.svg") center no-repeat;
      left: 0px;
      top: 0px;
      background-size: contain; }
      .blind--dark .home-head__links .download-presentation {
        background-image: url("../../main-theme/img/download-presentation-white.svg"); }
      .blind--light .home-head__links .download-presentation {
        background-image: url("../../main-theme/img/download-presentation-black.svg"); }
      .blind--blue .home-head__links .download-presentation {
        background-image: url("../../main-theme/img/download-presentation-blue.svg"); }

.useful-links {
  overflow: hidden; }
  .useful-links h6 {
    margin: 60px 0px 50px; }
  .useful-links-item p, .useful-links-item a {
    font-size: 1.8rem;
    line-height: 1.33333em;
    letter-spacing: 0.1px;
    padding-left: 17px; }
  .useful-links-item p {
    color: #000; }
    .blind .useful-links-item p {
      color: inherit; }
  .useful-links-item .ministry-link {
    content: '';
    position: absolute;
    width: 24px;
    height: 30px;
    background: url("../../main-theme/img/icon-ministry.svg") center no-repeat;
    left: 0px;
    top: 5px;
    background-size: contain; }
    .blind--dark .useful-links-item .ministry-link {
      background-image: url("../../main-theme/img/icon-ministry-white.svg"); }
    .blind--light .useful-links-item .ministry-link {
      background-image: url("../../main-theme/img/icon-ministry-black.svg"); }
    .blind--blue .useful-links-item .ministry-link {
      background-image: url("../../main-theme/img/icon-ministry-blue.svg"); }

.brochures-wrapper {
  padding: 60px 0 70px; }
  @media (max-width: 767px) {
    .brochures-wrapper {
      padding: 30px 0 30px; } }

.brochures-filter__right-select {
  display: none; }
  @media (max-width: 1023px) {
    .brochures-filter__right-select {
      display: block; } }
  @media (max-width: 1239px) {
    .blind--fzmd .brochures-filter__right-select {
      display: block; } }
  .blind--fzlg .brochures-filter__right-select {
    display: block; }

@media (max-width: 1023px) {
  .brochures-filter__right-tabs {
    display: none; } }

@media (max-width: 1239px) {
  .blind--fzmd .brochures-filter__right-tabs {
    display: none; } }

.blind--fzlg .brochures-filter__right-tabs {
  display: none; }

.brochures-card {
  max-width: 520px;
  min-height: 265px;
  box-shadow: 0 10px 28px 0 rgba(0, 0, 0, 0.09);
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px 25px 30px; }
  @media (max-width: 767px) {
    .brochures-card {
      padding: 20px 5px 20px 20px; } }
  .blind .brochures-card {
    box-shadow: none;
    background: transparent;
    border: 2px solid transparent; }
  .blind--dark .brochures-card {
    border-color: #fff; }
  .blind--light .brochures-card {
    border-color: #000; }
  .blind--blue .brochures-card {
    border-color: #195183; }
  .blind--fzsm .brochures-card {
    min-height: 285px; }
  .blind--fzmd .brochures-card {
    min-height: 375px; }
  .blind--fzlg .brochures-card {
    min-height: 560px; }
  .brochures-card__type {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.3rem;
    letter-spacing: 0.06em;
    margin-right: 15px;
    border-radius: 5px;
    padding: 0 9px;
    vertical-align: middle; }
    .brochures-card__type--budjet {
      background: rgba(255, 183, 77, 0.2);
      color: #d67210; }
    .brochures-card__type--report {
      background: rgba(0, 197, 195, 0.2);
      color: #0b8e8d; }
    .brochures-card__type--project {
      background: rgba(52, 132, 255, 0.2);
      color: #6483b4; }
    .blind .brochures-card__type {
      background: transparent;
      padding: 0;
      color: inherit; }
  .brochures-card__date {
    display: inline-block;
    vertical-align: middle;
    font-weight: 300;
    font-size: 1.6rem;
    color: rgba(0, 0, 0, 0.5); }
    .blind .brochures-card__date {
      color: inherit; }
  .brochures-card__files {
    margin-top: 20px; }
  .brochures-card__file {
    display: inline-block;
    position: relative;
    padding-left: 50px;
    text-decoration: none;
    margin-right: 35px;
    color: inherit; }
    @media (max-width: 767px) {
      .brochures-card__file {
        margin-right: 10px; } }
    .brochures-card__file:hover {
      text-decoration: none; }
    .brochures-card__file .icon {
      position: absolute;
      top: 0;
      left: 0;
      width: 36px;
      height: 44px;
      stroke: #d9003f;
      fill: #d9003f; }
      .brochures-card__file .icon--show {
        stroke: #3270d4;
        fill: #3270d4; }
      .blind--dark .brochures-card__file .icon {
        stroke: #fff;
        fill: #fff; }
      .blind--light .brochures-card__file .icon {
        stroke: #000;
        fill: #000; }
      .blind--blue .brochures-card__file .icon {
        stroke: #195183;
        fill: #195183; }
    .brochures-card__file .title {
      display: block;
      font-size: 1.8rem;
      font-weight: 300;
      color: #000;
      margin-bottom: 5px; }
      @media (max-width: 767px) {
        .brochures-card__file .title {
          font-size: 1.4rem; } }
      .blind .brochures-card__file .title {
        color: inherit; }
    .brochures-card__file .count {
      display: block;
      font-size: 1.8rem;
      font-weight: 300;
      color: rgba(0, 0, 0, 0.5); }
      .blind .brochures-card__file .count {
        color: inherit; }

.brochures-frame {
  width: 100%;
  height: 100%; }

.brochures-item-head {
  position: relative;
  padding: 11px 0;
  background-color: #f8f9f9; }
  .blind--dark .brochures-item-head {
    background-color: #000; }
  .blind--light .brochures-item-head {
    background-color: #fff; }
  .blind--blue .brochures-item-head {
    background-color: #a4d4f7; }
  .brochures-item-head .container {
    position: relative; }
  .brochures-item-head .close {
    top: 0px;
    right: 70px; }
    @media screen and (max-width: 980px) {
      .brochures-item-head .close {
        right: 20px; } }

.brochures-item-date {
  display: inline-block;
  margin-right: 24px;
  margin-bottom: 0;
  vertical-align: middle; }

.brochures-item-pages {
  display: inline-block;
  margin-right: 18px;
  vertical-align: middle; }

.brochures-item-share {
  display: inline-block;
  width: 18px;
  height: 20px;
  vertical-align: middle; }
  .brochures-item-share svg {
    width: 100%;
    height: 100%;
    opacity: 0.5; }
    .blind .brochures-item-share svg {
      opacity: 1; }
    .blind--dark .brochures-item-share svg {
      fill: #fff; }
    .blind--light .brochures-item-share svg {
      fill: #000; }
    .blind--blue .brochures-item-share svg {
      fill: #195183; }

.brochures-item-title {
  margin-top: 10px;
  margin-bottom: 5px; }

.brochures-item-desc {
  max-width: 650px; }
  @media screen and (max-width: 980px) {
    .brochures-item-desc {
      max-width: 580px; } }
  @media screen and (max-width: 767px) {
    .brochures-item-desc {
      max-width: 350px; } }
  @media screen and (max-width: 576px) {
    .brochures-item-desc {
      display: none; } }

@media screen and (max-width: 576px) {
  .brochures-item-download {
    float: none !important; } }

.glossary-wrapper {
  padding-bottom: 70px; }

.glossary-result {
  padding-top: 35px; }

.blind .search-page .container {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px; }

.form-search .search-block {
  margin-top: 30px; }
  .form-search .search-block__row {
    font-size: 2.2rem;
    letter-spacing: -0.8px; }

.search-sort .sort-row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box; }
  .blind .search-sort .sort-row {
    border: none; }

.search-sort .search-found-count {
  display: inline-block;
  line-height: 2.15em; }
  .search-sort .search-found-count span {
    text-transform: uppercase; }
    .blind--dark .search-sort .search-found-count span {
      color: #fff; }

.search-sort .pull-right {
  display: inline-block; }
  .search-sort .pull-right .nav-tabs > li.active > a, .search-sort .pull-right .nav-tabs > li:last-child > a {
    padding-right: 20px;
    position: relative;
    transition: .2s; }
  .search-sort .pull-right .arrow-up {
    width: 15px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 0;
    stroke: #000; }
    .blind--dark .search-sort .pull-right .arrow-up {
      stroke: #fff; }
    .blind--light .search-sort .pull-right .arrow-up {
      stroke: #000; }
    .blind--blue .search-sort .pull-right .arrow-up {
      stroke: #195183; }

.search-content .search-results .link-counter {
  margin-right: 20px;
  font-size: 1.6rem;
  border: 1px solid #3270d4;
  color: #3270d4;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: top;
  text-align: center; }
  .blind .search-content .search-results .link-counter {
    color: inherit; }
  .blind--dark .search-content .search-results .link-counter {
    border-color: #fff; }
  .blind--light .search-content .search-results .link-counter {
    border-color: #000; }
  .blind--blue .search-content .search-results .link-counter {
    border-color: #195183; }

.search-content .search-results .link-black {
  line-height: 1.5em;
  transition: .2s;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 65px); }
  .search-content .search-results .link-black:hover {
    color: #3270d4; }
  .blind .search-content .search-results .link-black {
    color: inherit; }

.search-content .search-results .link-preview {
  line-height: 1.05em;
  margin-left: 40px;
  margin-bottom: 23px; }

.search-content .search-results .link-date {
  margin-left: 40px; }

.search-sidebar {
  padding: 60px 20px 40px;
  margin-top: 75px;
  background: url("../../main-theme/img/search-page-banner.png") center no-repeat;
  background-size: cover; }
  .blind .search-sidebar {
    background: none;
    border: 1px solid transparent; }
  .blind--dark .search-sidebar {
    border-color: #fff; }
  .blind--light .search-sidebar {
    border-color: #000; }
  .blind--blue .search-sidebar {
    border-color: #195183; }
  @media (max-width: 979px) {
    .search-sidebar {
      margin-top: 0;
      background-size: 100%; } }
  .search-sidebar h2 {
    margin-top: 0;
    margin-bottom: 25px; }
  .search-sidebar h2, .search-sidebar p {
    color: #fff; }
    .blind .search-sidebar h2, .blind .search-sidebar p {
      color: inherit; }
  .search-sidebar button, .search-sidebar .btn {
    min-width: initial;
    margin-top: 60px; }

.search-history h2 {
  margin-bottom: 40px; }

.search-history .searched {
  margin-bottom: 33px; }
  .search-history .searched:last-child {
    margin-bottom: 0; }

.search-history .link-black {
  color: #000; }
  .blind--dark .search-history .link-black {
    color: #fff; }

.quizes-list {
  margin-bottom: 26px; }

.quizes-more {
  margin-bottom: 51px; }

.history-icon {
  width: 100%;
  margin-bottom: 35px; }
  .blind .history-icon {
    border: 1px solid transparent; }
  .blind--dark .history-icon {
    border-color: #fff; }
  .blind--light .history-icon {
    border-color: #000; }
  .blind--blue .history-icon {
    border-color: #195183; }

.history-attr {
  position: relative;
  padding-left: 33px; }
  .history-attr svg {
    position: absolute;
    top: 50%;
    left: 0;
    fill: #00c5c3;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .blind--dark .history-attr svg {
      fill: #fff; }
    .blind--light .history-attr svg {
      fill: #000; }
    .blind--blue .history-attr svg {
      fill: #195183; }

.history-date {
  margin-bottom: 15px; }
  .history-date svg {
    width: 19px;
    height: 19px; }

.history-date-lg svg {
  top: 12px; }

.history-members {
  margin-bottom: 10px; }
  .history-members svg {
    width: 17px;
    height: 21px; }

.history-questions svg {
  width: 19px;
  height: 19px; }

.history-val {
  display: inline; }

.history-val-block {
  display: block;
  margin-top: 12px;
  margin-bottom: 10px; }

.history-title {
  margin-bottom: 36px; }
  .history-title p {
    margin: 0; }

.history-group {
  margin-bottom: 50px; }

.quizes-title {
  margin-bottom: 53px; }

.history-abstract {
  padding-left: 57px; }

.history-extra {
  margin-top: 0; }

.blind--dark, .blind--dark body {
  color: #fff;
  background: #000; }

.blind--light, .blind--light body {
  color: #000;
  background: #fff; }

.blind--blue, .blind--blue body {
  color: #195183;
  background: #a4d4f7; }

.blind--fzsm {
  font-size: 10px; }

.blind--fzmd {
  font-size: 13px; }

.blind--fzlg {
  font-size: 15px; }

.blind--noimages img {
  display: none !important; }
