.bg {
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.bg h1 {
  color: #fff;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 50px;
}
.bg #breadcrumbs li a {
  color: #ffffff;
}
.bg #breadcrumbs li:last-child {
  color: #fff;
}

.has_bg_about {
  background: #0b8ecb;
}

.has_bg_howto {
  background: #0b8ecb;
}

.has_bg_flow {
  background: #20a13e;
}

.has_bg_partners {
  background: #963187;
}

.has_bg_contacts {
  background: #b0cb1f;
}

.has_bg_red {
  background: red;
}

body {
  font-family: "Open Sans", sans-serif;
}

body.home {
  background-image: url("../images/apake_bg_lego.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: -140px;
}
body.home #social {
  background: none;
}
body.home #menu .top_menu li a {
  color: #ffffff;
}

.help_btn_small, .help_btn {
  background: #e23024;
  display: inline-block;
  padding: 15px 30px;
  padding-right: 40px;
  border-radius: 20px;
  line-height: 1;
}
.help_btn_small:before, .help_btn:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 10px;
  width: 15px;
  height: 15px;
  background-image: url("../images/heart_green.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.cstm_button {
  background: #0c8fcd;
  font-size: 12px;
  color: #ffffff;
  padding: 15px 25px;
  line-height: 1;
  border: 0;
  outline: none;
  border-radius: 20px;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.cstm_button:hover {
  color: #ffffff;
  text-decoration: underline;
  opacity: 0.9;
}

.cstm_button.arrow {
  padding-right: 40px;
  background-image: url("../images/arrow_btn.png");
  background-position: top 14px right 15px;
  background-repeat: no-repeat;
}

.red {
  background: #e23024;
}

.orange {
  background: #f1811a;
}

.blue {
  background: #0c8fcd;
}

.green {
  background: #33ae51;
}

.navy {
  background: #2b74b7;
}

.c_white {
  color: #fff !important;
}

#social {
  display: inline-block;
  margin-top: 8px;
  background: #000000;
  padding: 10px 20px;
  border-radius: 25px;
}
#social li a img {
  max-width: 28px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-15 {
  margin-bottom: 15px;
}

#header {
  padding-top: 20px;
  padding-bottom: 10px;
}

#lang_switch, #search_switch {
  background-color: transparent;
  border: 0;
  width: 24px;
  height: 24px;
  background-image: url("../images/lang.png");
  background-position: left top;
  outline: none;
  margin-top: 14px;
  float: left;
}
#lang_switch.open, #search_switch.open {
  background-position: left bottom;
}

#search_switch {
  background-image: url("../images/search_sprite.png");
  margin-left: 15px;
}

#search_and_lang_col {
  padding-right: 0;
}

body.home #lang_switch, body.home #search_switch {
  background-position: right top;
}
body.home #lang_switch.open, body.home #search_switch.open {
  background-position: right bottom;
}
body.home #lang_menu li a {
  color: #ffffff;
}

#lang_menu {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 0;
  list-style: none;
  text-align: left;
  padding-left: 55px;
  margin: 0;
  padding-top: 13px;
  z-index: 999;
}
#lang_menu li {
  display: inline-block;
  margin-right: 30px;
}
#lang_menu li a {
  font-size: 14px;
  color: #111;
}
#lang_menu .active a {
  font-weight: bold;
}

#search_wrapper {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 0;
  padding-left: 55px;
  padding-top: 3px !important;
  margin: 0 !important;
  z-index: 999;
}

#mobile_search_wrapper {
  margin-top: 20px;
}

#menu {
  margin-top: 5px;
}
#menu .top_menu li {
  vertical-align: top;
}
#menu .top_menu li a {
  color: #111;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 3px solid transparent;
  line-height: 1;
  padding-bottom: 25px;
  white-space: nowrap;
  padding-top: 13px;
}
#menu .top_menu li a:hover, #menu .top_menu li a:focus {
  background: none;
  border-bottom: 3px solid #33ae51;
}
#menu .top_menu li .help_btn_small {
  padding: 12px 25px;
  padding-right: 40px;
  border-radius: 20px;
  font-size: 12px;
  border-bottom: 0;
  margin-left: 20px;
  color: #ffffff;
}
#menu .top_menu li .help_btn_small:hover {
  border-bottom: 0;
  background: #e23024;
  opacity: 0.9;
}
#menu .top_menu .help_btn_small_wrapper .help_btn_small {
  margin-top: 3px;
}

#home #header {
  background: transparent;
}

#footer {
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 10px;
  background: #111;
}
#footer p, #footer a {
  color: #fff;
  font-size: 13px;
}
#footer #social {
  margin: 0;
  padding: 0;
}
#footer .slogan {
  font-size: 22px;
}

#main_description {
  margin-top: 70px;
}
#main_description h1 {
  color: #b0cb1f;
  font-size: 42px;
  margin-top: 0;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-weight: bold;
}
#main_description p {
  color: #ffffff;
  font-style: italic;
  font-size: 18px;
  text-shadow: 1px 1px 8px #333;
}
#main_description .cstm_button {
  font-style: normal;
  margin-top: 50px;
}

.single_info {
  padding: 20px;
  min-height: 170px;
  margin-bottom: 30px;
}
.single_info h3 {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
}
.single_info h2 {
  font-size: 40px;
  color: #ffffff;
  font-weight: bold;
  margin-top: 10px;
}
.single_info h2.small {
  font-size: 24px;
  margin-top: 13px;
}
.single_info.donate {
  background-image: url("../images/donate.jpg");
  background-size: cover;
}
.single_info.money {
  background-image: url("../images/money.png");
  background-size: cover;
}
.single_info.projects {
  background-image: url("../images/projects.png");
  background-size: cover;
}

.slide .item {
  height: 300px;
  background-size: cover;
}
.slide .item .carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 30px;
  text-align: left;
  text-shadow: none;
}
.slide .item .carousel-caption .sticker h2 {
  display: inline-block;
  line-height: 1;
  padding: 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 35px;
}
.slide .item .carousel-caption .sticker h2 a {
  color: #ffffff;
  text-decoration: none;
}
.slide .item .carousel-caption .news_date {
  font-size: 14px;
  font-weight: bold;
}
.slide .item .carousel-caption .caption_text {
  max-height: 120px;
  overflow: hidden;
}
.slide .item .carousel-caption .caption_text h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0;
}
.slide .item .carousel-caption .caption_text p {
  font-size: 18px;
  font-weight: 400;
}
.slide .item .carousel-caption .cstm_button {
  position: absolute;
  margin: 0;
  left: 30px;
  bottom: 30px;
}

.carousel-indicators {
  right: 30px;
  left: auto;
  width: auto;
}
.carousel-indicators li {
  border-color: #0c8fcd;
}
.carousel-indicators .active {
  background: #0c8fcd;
  border-color: #0c8fcd;
}

#breadcrumbs {
  padding: 0;
  margin-top: 15px;
  position: relative;
  overflow: hidden;
}
#breadcrumbs li {
  display: inline-block;
  float: left;
  margin-right: 2px;
}
#breadcrumbs li a {
  display: inline-block;
  padding-right: 5px;
  color: #111;
}
#breadcrumbs li:before {
  content: "/";
  padding-right: 5px;
}
#breadcrumbs li:first-child {
  color: #999;
}
#breadcrumbs li:first-child:before {
  content: "";
}

#top_page_block {
  margin-top: 50px;
  margin-bottom: 50px;
}

#content h1#page_title {
  text-transform: uppercase;
  font-size: 60px;
  margin-bottom: 50px;
  font-weight: bold;
  margin-top: 0;
  line-height: 1;
}
#content p, #content span, #content div {
  font-size: 16px;
  color: #111;
}
#content img {
  max-width: 100%;
  height: auto !important;
}
#content .align-left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

#sidebar-nav {
  padding: 25px;
  background: #eeeeee;
}
#sidebar-nav li {
  padding-bottom: 20px;
}
#sidebar-nav li:last-child {
  padding-bottom: 0;
}
#sidebar-nav li a {
  font-size: 14px;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #111;
}
#sidebar-nav li.active {
  padding-bottom: 25px;
  color: #33ae51;
}
#sidebar-nav h4 {
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 15px;
  font-weight: bold;
}

.has_bg {
  padding-bottom: 100px;
  margin-bottom: -80px;
}
.has_bg h1 {
  color: #fff;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 50px;
}
.has_bg #breadcrumbs li a {
  color: #ffffff;
}
.has_bg #breadcrumbs li:last-child {
  color: #fff;
}

.has_bg.blue {
  padding-bottom: 130px;
  margin-bottom: -130px;
}

.has_bg.red {
  background: #e23024;
}

body.project #content h1#page_title, body.project_flow #content h1#page_title, body.news #content h1#page_title {
  font-size: 36px;
}

body.project .not_show_in_project {
  display: none;
}
body.project #project_sidebar h3 {
  margin-bottom: 45px;
}

.single_project {
  position: relative;
  height: 300px;
  background-position: center center;
  background-size: 100%;
  display: block;
  margin-bottom: 30px;
  padding: 30px;
  transition: background-size 0.3s ease-in;
  -moz-transition: background-size 0.3s ease-in;
  -ms-transition: background-size 0.3s ease-in;
  -o-transition: background-size 0.3s ease-in;
  -webkit-transition: background-size 0.3s ease-in;
}
.single_project:hover, .single_project:focus {
  text-decoration: none;
  background-size: 105%;
}
.single_project .news_date {
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  right: 30px;
  top: 20px;
  color: #ffffff;
}
.single_project .description {
  max-height: 206px;
  overflow: hidden;
  position: relative;
}
.single_project .description .title {
  color: #ffffff;
  margin-top: 0;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
}
.single_project .description .excerpt {
  color: #ffffff;
  font-size: 18px;
}
.single_project .status_project_wrapper {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  padding-bottom: 25px;
}
.single_project .status_project {
  display: block;
  position: relative;
  overflow: hidden;
}
.single_project .status_project span {
  display: block;
}
.single_project .status_project .birinchi {
  background: #f1811a;
  display: inline-block;
  line-height: 1;
  padding: 4px 10px;
  color: #ffffff;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 10px;
  padding-top: 5px;
  margin-bottom: 10px;
}
.single_project .status_project .progress .progress-bar {
  background: #33ae51;
  border-radius: 8px;
}
.single_project .status_project .progress {
  margin-bottom: 0;
  height: 19px;
  border-radius: 10px;
  border: 2px solid #ccc;
  box-shadow: none !important;
}
.single_project .status_project .percent {
  position: absolute;
  padding-left: 10px;
  display: block;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  padding-top: 3px;
}
.single_project .status_project .cost {
  background: #0c8fcd;
  display: inline-block;
  line-height: 1;
  padding: 4px 10px;
  color: #ffffff;
  border-radius: 10px;
  font-size: 10px;
  padding-top: 5px;
}

.single_project.single_news .description .title {
  margin-top: 15px;
}

#project_sidebar {
  border: 10px solid #b0cb1f;
  text-align: center;
  padding: 30px;
}
#project_sidebar h3 {
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #b0cb1f;
  margin-bottom: 15px;
}
#project_sidebar .not_show_in_project {
  color: #0c8fcd;
  font-size: 15px;
  line-height: 1.1;
}
#project_sidebar p {
  font-size: 14px;
  color: #111;
}

.help_project, .help_project_finished {
  font-size: 18px;
  color: #fff;
  background: #e23024;
  line-height: 1;
  padding: 12px 18px;
  display: inline-block;
  border-radius: 23px;
  box-shadow: 0 5px 15px rgba(226, 48, 36, 0.4);
  margin-top: 40px;
}
.help_project:hover, .help_project_finished:hover {
  text-decoration: none;
  color: #ffffff;
  opacity: 0.9;
  box-shadow: 0 3px 5px rgba(226, 48, 36, 0.4);
}

.help_project_finished {
  background: #33ae51;
  box-shadow: none;
  padding: 12px;
  font-size: 16px;
}
.help_project_finished:hover {
  opacity: 1;
  box-shadow: none;
}

.project_img_width_100 {
  width: 100%;
}

#massmedia {
  background: #eeeeee;
  padding: 30px;
  margin-top: 30px;
}
#massmedia h2 {
  margin-top: 0;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
}
#massmedia ul {
  padding-left: 0;
}
#massmedia ul li {
  list-style: none;
  margin-bottom: 8px;
  padding-left: 24px;
  background: url(../images/link_symbol.png) left center no-repeat;
}
#massmedia ul li a {
  color: #111;
  font-size: 14px;
}

.progress {
  border-radius: 5px;
  height: 10px;
  background: #cccccc;
  margin-bottom: 10px;
}
.progress .progress-bar {
  background: #0c8fcd;
}

#how_to_tabs li {
  vertical-align: middle;
  border: 1px solid #eee;
}
#how_to_tabs li a {
  text-decoration: none;
  display: block;
}
#how_to_tabs li a:hover {
  text-decoration: underline;
}
#how_to_tabs li a span {
  display: block;
  text-align: center;
  margin-top: 10px;
  color: #33ae51;
}
#how_to_tabs li a img {
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
}

#how_lightbox .single_how {
  height: 110px;
  overflow: hidden;
  border: 1px solid transparent;
}
#how_lightbox .single_how:hover {
  cursor: pointer;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 1px solid #fafafa;
}
#how_lightbox a {
  display: block;
  background-size: 65px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
#how_lightbox .balance {
  background-size: 100px;
}
#how_lightbox .uniteller {
  background-size: 100px;
}
#how_lightbox .dcb {
  background-size: 100px;
}
#how_lightbox .elcard {
  background-size: 100px;
}
#how_lightbox .odengi {
  background-size: 90px;
}
#how_lightbox .megapay {
  background-size: 100px;
}
#how_lightbox #accordion .panel-default {
  border-radius: 0;
}
#how_lightbox #accordion .panel-default .panel-heading {
  background: #0c8fcd;
  border: 0;
  border-radius: 0;
  color: #ffffff;
}
#how_lightbox #accordion .expand_caret {
  margin-left: 8px;
  margin-top: -2px;
  transform: scale(1.3);
  color: #ffffff;
}
#how_lightbox #accordion a[aria-expanded=true] > .expand_caret {
  transform: scale(1.3) rotate(-180deg);
}

#sidebar-banner {
  margin-top: 20px;
}

#report_with_accordion #accordion .panel-default {
  border-radius: 0;
}
#report_with_accordion #accordion .panel-default .panel-heading {
  background: #0c8fcd;
  border: 0;
  border-radius: 0;
  color: #ffffff;
}
#report_with_accordion #accordion .expand_caret {
  margin-left: 8px;
  margin-top: -2px;
  transform: scale(1.3);
  color: #ffffff;
}
#report_with_accordion #accordion a[aria-expanded=true] > .expand_caret {
  transform: scale(1.3) rotate(-180deg);
}

#command .single_person {
  margin-bottom: 40px;
}
#command .single_person .single_person_top {
  height: 130px;
  position: relative;
  padding: 20px;
  padding-right: 15px;
}
#command .single_person .single_person_top img {
  border-radius: 50%;
}
#command .single_person .person_name {
  color: #2b74b7;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
}
#command .single_person p.sub {
  font-size: 14px;
}
#command .single_person .single_person_bottom {
  padding: 20px 20px 0;
}
#command .single_person .single_person_bottom p {
  padding: 0 10px;
  color: #999;
  font-size: 14px;
  font-style: italic;
  text-align: left;
}
#command .single_person .single_person_bottom p a {
  font-style: normal;
  font-size: 14px;
}

.single_mission {
  margin-bottom: 30px;
  padding: 20px;
}
.single_mission h3 {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0;
  color: #ffffff;
}
.single_mission p {
  color: #ffffff !important;
}

body.lang_kg .single_info h3 {
  font-size: 12px;
}
body.lang_kg #menu .top_menu li a {
  font-size: 14px;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
body.lang_kg #menu .top_menu li .help_btn_small {
  padding: 12px 25px;
  padding-right: 40px;
  font-size: 12px;
}

.custom_checkbox {
  margin-bottom: 15px;
}
.custom_checkbox label {
  display: block;
  padding-left: 20px;
  margin-top: -20px;
  cursor: pointer;
}
.custom_checkbox input {
  width: 15px;
  height: 15px;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  position: relative;
  top: -1px;
}

#submit_form #id_birth_date, #submit_form #id_issue_date {
  width: 40%;
  max-width: 100%;
}
#submit_form input[type=number], #submit_form select {
  width: 40%;
  max-width: 100%;
}
#submit_form textarea {
  -webkit-appearance: textfield;
  height: 200px;
  resize: none;
}

#id_captcha_errors {
  display: none;
}

#info {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #666;
}
#info p {
  color: #666666;
  font-size: 13px;
}

.error_container {
  margin-top: 70px;
  margin-bottom: 70px;
}
.error_container h2 {
  font-size: 150px;
}
.error_container h3 {
  font-size: 36px;
}

#submit-application {
  margin-top: 60px;
}

.s_review {
  margin-bottom: 30px;
}
.s_review a {
  display: block;
}
.s_review a img {
  margin: 0 auto;
}
.s_review a .h2 {
  color: #2b74b7;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 20px;
  display: block;
}

.form_uniteller {
  margin-top: 40px;
  margin-bottom: 40px;
}
.form_uniteller #amount {
  min-width: 140px;
}
.form_uniteller #sender {
  width: 350px;
  max-width: 100%;
}
.form_uniteller select {
  max-width: 100%;
}
.form_uniteller .help {
  font-style: italic;
  font-size: 14px;
}
.form_uniteller .form-group {
  display: block;
  margin-bottom: 15px;
}
.form_uniteller .form-group label {
  display: block;
}

#confirm {
  border: 1px solid #eee;
  background: #fafafa;
  padding: 12px 10px 12px 20px;
  margin: 10px 0;
}
#confirm p {
  margin: 14px 0;
}

.success_pay_info h3 {
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.pay_card_img {
  max-width: 150px;
}

.cstm_btn_group label {
  outline: none !important;
}

#form_sms_code input {
  max-width: 100%;
  padding-left: 10px;
}

#form_sms_code.not_show {
  display: none;
}

#table_result_from_ajax {
  display: none;
}

.table_result thead tr th:nth-child(2) {
  max-width: 200px !important;
  width: 200px;
}
.table_result tbody tr td:nth-child(2) {
  max-width: 200px !important;
  width: 200px;
}

label.disabled {
  color: #999;
}

#code_send {
  display: none;
  color: #33ae51 !important;
  font-style: italic;
}

.send_code_wrapper {
  position: relative;
  overflow: hidden;
}
.send_code_wrapper #submit_send_sms {
  float: left;
}
.send_code_wrapper #submit_send_sms:disabled {
  opacity: 0.5;
}
.send_code_wrapper #submit_send_sms:disabled:hover {
  text-decoration: none;
}
.send_code_wrapper #send_code_timer_wrapper {
  float: left;
  display: none;
  margin-left: 15px;
  margin-top: 31px;
  font-style: italic;
}
.send_code_wrapper #send_code_timer_wrapper #send_code_timer {
  font-weight: bold;
  font-style: normal;
}

#sms_agreement_wrapper {
  display: none;
}

#footer #social {
  background: none;
}
#footer #social li a img {
  max-width: 18px;
}

#help_btn_fixed {
  position: fixed;
  right: 30px;
  bottom: 100px;
  padding: 12px 25px;
  padding-right: 40px;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
}
#help_btn_fixed:hover {
  text-decoration: none;
  opacity: 0.8;
}

.srch_subs, #search_wrapper {
  max-width: 650px;
  margin-bottom: 40px;
}
.srch_subs input[type=text], #search_wrapper input[type=text] {
  height: 42px;
}
.srch_subs .checkbox-row, #search_wrapper .checkbox-row {
  position: relative;
  overflow: hidden;
  margin-top: 15px;
}
.srch_subs .wrap_checkbox, #search_wrapper .wrap_checkbox {
  float: left;
  padding-right: 15px;
}
.srch_subs label, #search_wrapper label {
  font-weight: 400;
  font-size: 13px;
}
.srch_subs .checkbox, #search_wrapper .checkbox {
  float: left;
  padding-right: 15px;
  margin: 0;
}
.srch_subs .checkbox input[type=checkbox], #search_wrapper .checkbox input[type=checkbox] {
  margin-top: 3px;
}
.srch_subs .cstm_button, #search_wrapper .cstm_button {
  margin: 0;
}

.search-result_block {
  margin-bottom: 30px;
}

#search_page_content .search_h2 {
  text-transform: uppercase;
  font-size: 18px;
}
#search_page_content .search_list h3 {
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 0;
}

#offer_menu {
  margin-bottom: 50px;
}

#content.report_page .list-unstyled li {
  margin-bottom: 10px;
}
#content.report_page .tab-content {
  margin-bottom: 50px;
}

.nav_tab_year_color__1.active > a {
  background-color: #0c8fcd;
}

.nav_tab_year_color__2.active > a {
  background-color: #f1811a !important;
}

.nav_tab_year_color__3.active > a {
  background-color: #33ae51 !important;
}

.nav_tab_year_color__4.active > a {
  background-color: #b0cb1f !important;
}

.nav_tab_year_color__5.active > a {
  background-color: #e23024 !important;
}

.nav_tab_year_color__6.active > a {
  background-color: #0c8fcd;
}

.nav_tab_year_color__7.active > a {
  background-color: #f1811a !important;
}

.nav_tab_year_color__8.active > a {
  background-color: #33ae51 !important;
}

.nav_tab_year_color__9.active > a {
  background-color: #b0cb1f !important;
}

.nav_tab_year_color__10.active > a {
  background-color: #e23024 !important;
}

@media screen and (max-width: 768px) {
  .send_code_wrapper #send_code_timer_wrapper {
    margin-top: -10px;
    margin-bottom: 15px;
  }
  .command_partners .label-info {
    white-space: normal;
    display: block;
  }
  .content_for_galleria {
    margin-bottom: 30px;
  }
  #how_lightbox {
    margin-top: 0;
  }
  #how_lightbox .single_how {
    padding: 10px;
    height: 100px;
    margin-bottom: 20px;
  }
  #how_lightbox .single_how a, #how_lightbox .single_how .balance {
    background-size: contain;
  }
  #lang_switch {
    padding: 0;
    overflow: hidden;
  }
  body.home {
    background-size: auto;
  }
  body.home #menu .navbar-toggle {
    border: 1px solid #fff;
    margin-top: -58px;
  }
  body.home #menu .navbar-toggle .icon-bar {
    background: #fff;
  }
  body.home #header {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d9000000", endColorstr="#00000000", GradientType=0);
  }
  #main_description {
    margin-top: 30px;
  }
  #main_description h1 {
    margin-bottom: 30px;
  }
  #main_description p {
    text-shadow: none;
  }
  #main_description .cstm_button {
    margin-top: 20px;
  }
  .navbar-collapse {
    box-shadow: none !important;
  }
  #menu .navbar-toggle {
    border: 1px solid #0c8fcd;
    margin-top: -58px;
  }
  #menu .navbar-toggle .icon-bar {
    background: #0c8fcd;
  }
  #menu .top_menu li {
    display: block;
  }
  #menu .top_menu li a {
    padding-right: 0;
    padding-bottom: 10px;
    text-align: right;
  }
  #menu .top_menu li .help_btn_small {
    display: inline-block;
  }
  #logo img {
    max-height: 60px;
  }
  #lang_switch {
    margin-top: 12px;
  }
  .single_info {
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: #0c8fcd;
  }
  .single_info h2 {
    font-size: 30px;
  }
  #news_slider {
    margin-bottom: 30px;
  }
  .slide .item .carousel-caption {
    padding: 15px;
  }
  .slide .item .carousel-caption .caption_text h3 {
    font-size: 18px;
  }
  .sticker h2 {
    margin-bottom: 20px !important;
  }
  .slide .item {
    height: 200px;
  }
  .slide .item .carousel-caption .cstm_button {
    left: 15px;
    bottom: 15px;
    padding: 10px 20px;
    background-image: none;
  }
  .bg, .has_bg {
    padding-bottom: 0;
    margin-bottom: 30px;
  }
  .bg h1, .has_bg h1 {
    margin-top: 0px;
    font-size: 30px;
    margin-bottom: 30px;
  }
  #top_page_block {
    margin: 0;
  }
  #breadcrumbs {
    margin-bottom: 10px;
  }
  #content h1#page_title {
    font-size: 30px;
    margin-bottom: 40px;
  }
  #content iframe {
    max-width: 100%;
  }
  body.project #content h1#page_title, body.project_flow #content h1#page_title, body.news #content h1#page_title {
    font-size: 25px;
  }
  #top_page_block #social {
    display: none;
  }
  .single_project {
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    padding: 15px;
  }
  .single_project .description {
    max-height: 156px;
  }
  .single_project .description .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .single_project .description .excerpt {
    font-size: 16px;
    display: none;
  }
  .single_project.single_news .news_date {
    top: 15px;
    right: 15px;
  }
  .single_project.single_news .description .title {
    margin-top: 26px;
  }
  .has_bg.blue {
    padding-bottom: 0;
    margin-bottom: 30px;
  }
  #command .single_person {
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  #command .single_person .single_person_top {
    height: auto;
    padding: 0;
  }
  #command .single_person .single_person_bottom {
    padding: 0;
  }
  #command .single_person .single_person_bottom p {
    padding: 0;
  }
  #breadcrumbs li:last-child {
    display: none;
  }
  #menu .top_menu li a {
    border-bottom: 0;
  }
  #menu .top_menu li a:hover, #menu .top_menu li a:focus {
    border-bottom: 0;
  }
  #lang_menu {
    position: absolute;
    right: 20px;
    padding-top: 0;
    width: 100px;
    padding-left: 0;
    left: auto;
    top: -57px;
  }
  #lang_menu li {
    display: block;
  }
  #lang_menu li a {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
  }
  #submit-application {
    margin-top: -5px;
  }
  .single_project .status_project .birinchi {
    margin-bottom: 5px;
  }
  .single_project .status_project {
    text-align: right;
  }
  #how_lightbox .row {
    display: block;
  }
  #help_btn_fixed {
    width: 30px;
    height: 30px;
    padding: 0;
  }
  #help_btn_fixed span {
    display: none;
  }
  #help_btn_fixed:before {
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
  }
  #offer_menu {
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: left;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1700px) {
  #main_description .cstm_button {
    margin-top: 100px;
  }
}

/*# sourceMappingURL=styles.css.map */
