

/* Start:/local/templates/kitfinance_2/components/bitrix/menu/top-menu/style.css?1445947391626*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/kitfinance_2/components/bitrix/menu/top-menu/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}



/* End */


/* Start:/bitrix/components/wlcomponents/geoip/assets/css/bootstrap.css?14266786028405*/
/*!
 * Bootstrap v3.0.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#myCityModal.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
#myCityModal.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.modal-open {
  overflow: hidden;
}
#myCityModal.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
#myCityModal.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
#myCityModal.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#myCityModal .modal-dialog {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
#myCityModal .modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#myCityModal .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
#myCityModal .modal-header .close {
  margin-top: -2px;
}
#myCityModal .modal-title {
  margin: 0;
  line-height: 1.428571429;
}
#myCityModal .modal-body {
  position: relative;
  padding: 20px;
}
#myCityModal .modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
#myCityModal .modal-footer:before,
#myCityModal .modal-footer:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
#myCityModal .modal-footer:after {
  clear: both;
}
#myCityModal .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
#myCityModal .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
#myCityModal .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  #myCityModal .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #myCityModal .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
#myCityModal .carousel {
  position: relative;
}
#myCityModal .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#myCityModal .carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
#myCityModal .carousel-inner > .item > img,
#myCityModal .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
#myCityModal .carousel-inner > .active,
#myCityModal .carousel-inner > .next,
#myCityModal .carousel-inner > .prev {
  display: block;
}
#myCityModal .carousel-inner > .active {
  left: 0;
}
#myCityModal .carousel-inner > .next,
#myCityModal .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
#myCityModal .carousel-inner > .next {
  left: 100%;
}
#myCityModal .carousel-inner > .prev {
  left: -100%;
}
#myCityModal .carousel-inner > .next.left,
#myCityModal .carousel-inner > .prev.right {
  left: 0;
}
#myCityModal .carousel-inner > .active.left {
  left: -100%;
}
#myCityModal .carousel-inner > .active.right {
  left: 100%;
}
#myCityModal .carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
#myCityModal .carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
#myCityModal .carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
#myCityModal .carousel-control:hover,
#myCityModal .carousel-control:focus {
  outline: none;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#myCityModal .carousel-control .icon-prev,
#myCityModal .carousel-control .icon-next,
#myCityModal .carousel-control .glyphicon-chevron-left,
#myCityModal .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
#myCityModal .carousel-control .icon-prev,
#myCityModal .carousel-control .glyphicon-chevron-left {
  left: 50%;
}
#myCityModal .carousel-control .icon-next,
#myCityModal .carousel-control .glyphicon-chevron-right {
  right: 50%;
}
#myCityModal .carousel-control .icon-prev,
#myCityModal .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
#myCityModal .carousel-control .icon-prev:before {
  content: '\2039';
}
#myCityModal .carousel-control .icon-next:before {
  content: '\203a';
}
#myCityModal .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
#myCityModal .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
#myCityModal .carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
#myCityModal .carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
#myCityModal .carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  #myCityModal .carousel-control .glyphicons-chevron-left,
  #myCityModal .carousel-control .glyphicons-chevron-right,
  #myCityModal .carousel-control .icon-prev,
  #myCityModal .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  #myCityModal .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  #myCityModal .carousel-indicators {
    bottom: 20px;
  }
}


/* End */


/* Start:/bitrix/components/wlcomponents/geoip/assets/css/chosen/chosen.css?142667860213087*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-bottom: 10px;
  float: left;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ABADB3;
  border-top: 0;
  background: #fff;
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #ABADB3;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  color: #555;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/bitrix/components/wlcomponents/geoip/assets/css/chosen/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/bitrix/components/wlcomponents/geoip/assets/css/chosen/chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('/bitrix/components/wlcomponents/geoip/assets/css/chosen/chosen-sprite.png') no-repeat 100% -20px;
  background: url('/bitrix/components/wlcomponents/geoip/assets/css/chosen/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('/bitrix/components/wlcomponents/geoip/assets/css/chosen/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('/bitrix/components/wlcomponents/geoip/assets/css/chosen/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('/bitrix/components/wlcomponents/geoip/assets/css/chosen/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('/bitrix/components/wlcomponents/geoip/assets/css/chosen/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
}

.chosen-container .chosen-results li:before {
	display: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #2c3272;
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/bitrix/components/wlcomponents/geoip/assets/css/chosen/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('/bitrix/components/wlcomponents/geoip/assets/css/chosen/chosen-sprite.png') no-repeat -30px -20px;
  background: url('/bitrix/components/wlcomponents/geoip/assets/css/chosen/chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('/bitrix/components/wlcomponents/geoip/assets/css/chosen/chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('/bitrix/components/wlcomponents/geoip/assets/css/chosen/chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('/bitrix/components/wlcomponents/geoip/assets/css/chosen/chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('/bitrix/components/wlcomponents/geoip/assets/css/chosen/chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('/bitrix/components/wlcomponents/geoip/assets/css/chosen/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */

/* End */


/* Start:/local/templates/kitfinance_2/components/wlcomponents/geoip/geoip_wenter/style.css?14459473914738*/
.modal#myCityModal {
	top: 0 !important;
	left: 0 !important;
	z-index: 1050 !important;
	opacity: 1 !important;
}

.modal#myCityModal ul li {
	margin: 0;
}

.modal#myCityModal .modal-dialog {
	width: 780px;
	margin: 10% auto;
}

.modal#myCityModal div.modal-content {
	
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	-webkit-box-shadow: 0px 9px 16px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 9px 16px 0px rgba(0, 0, 0, 0.16);
	
}

.modal#myCityModal div.modal-content label {
	color: #4f4f4f;
	display: block;
	margin-bottom: 5px;
}

.modal#myCityModal div.modal-content input{
	width: 95%;
	margin-bottom: 10px;
	padding: 3px;
	border: 1px solid #ABADB3;
	font-family: 'Arial';
	font-size: 13px;
	font-weight: normal;
	color: #555555;
	outline: none !important;
	box-shadow: none !important;
	border-radius: 0px !important;
}

.modal#myCityModal div.modal-content input.error{
	border: 1px solid rgb(253, 63, 63) !important;
	transition: .5s ease all;
}

.modal#myCityModal div.modal-content textarea{
	width: 95%;
	margin-bottom: 10px;
	padding: 3px !important;
	resize: none;
	border: 1px solid #ABADB3;
	font-family: 'Arial';
	font-size: 13px;
	font-weight: normal;
	color: #555555;
	outline: none !important;
	box-shadow: none !important;	
	border-radius: 0px !important;
}

.modal#myCityModal div.modal-content .modal-title {
	font-size: 24px!important;
	padding: 0;
	margin: 0;
}

.modal#myCityModal div.modal-content  .close {
	float: right;
	margin-top: 0px;
	font-size: 27px;
	background: none;
	line-height: 11px;
	border: 0;
	cursor: pointer;
	opacity: 0.4;
	transition: opacity 0.4s ease;
}

.modal#myCityModal div.modal-content  .close:hover {
	opacity: 0.6;
}

.modal#myCityModal div.modal-content .modal-header {
	padding: 24px 15px 7px 28px;
	border-bottom: 0px;
}

.modal#myCityModal div.modal-content .modal-header .modal-title {
	margin-bottom: 0;
}

.modal#myCityModal div.modal-content .modal-body {
	padding: 7px 15px;
}

.modal#myCityModal .carousel {
	background: #fff;
	padding: 15px 35px;
}

.modal#myCityModal .carousel .carousel-control{
	top: 35% !important;
	background-image: none;
	filter: none;
	text-decoration: none;
	width: 40px;
	font-size: 55px;
	font-family: 'Helvetica Neue', Helvetica, Arial;
	color: #2c3272;
}

.modal#myCityModal .carousel .carousel-control.left {
	left: 0 !important;
}

.modal#myCityModal .carousel .carousel-control.right {
	right: 0 !important;
}

.modal#myCityModal .slide .city_list {
	margin-left: 50px;
	padding-left: 0;
}

.modal#myCityModal .slide .city_list {
	width: 270px;
	overflow: hidden;
	margin-top: 0 !important;
	list-style: none;
	float: left;
}

.modal#myCityModal .slide .city_list li {
	padding-left: 16px;
	line-height: 23px;
}

.modal#myCityModal .slide .city_list li:before {
	display: none;
}

.modal#myCityModal .slide .city_list li a {
	color: #3f3f40;
	text-decoration: none;
}

.modal#myCityModal .slide .city_list li a:hover {
	color: #b6006d;
	text-decoration: none;
}

.modal#myCityModal .slide .city_list li.active {
	/*background: url('/local/templates/kitfinance_2/components/wlcomponents/geoip/geoip_wenter/img/marker.png') no-repeat 0px 3px;*/
}

.modal#myCityModal .slide .city_list li.active a {
	color: #b6006d !important;
}

.modal#myCityModal .city_list i {
	position: absolute !important;
	margin: 3px 0 0 -16px !important;
}

.modal#myCityModal .carousel {
	height: 200px !important;
}

.modal#myCityModal .chosen-container{
	margin-top: 0 !important;
	height: 42px !important;
	width: 360px !important;
	margin-bottom: 0 !important;
	margin-right: 6px !important;
}

.modal#myCityModal .chosen-container li:before{
	display: none;
}

.modal#myCityModal .chosen-choices input{
	height: 30px !important;
	padding: 1px 5px !important;
}

.modal#myCityModal ul.chosen-choices {
	height: 42px !important;
	border: 1px solid #999 !important;
}

.modal#myCityModal .search-choice-close{
	display: none !important;
}

.modal#myCityModal .search-choice {
	padding: 0 !important;
	background: #fff !important;
	box-shadow: none !important;
	border: 0 !important;
	margin: 9px 0 0 5px !important;
	line-height: 14px !important;
}

.modal#myCityModal div.modal-content .modal-footer {
	margin-top: 0px;
	padding: 20px 20px 20px 28px;
	background: #fff;
	border-top: 0px;
	text-align: left;
}

.modal#myCityModal button {
	outline: none;
}

.modal#myCityModal div.modal-content .btn {
	padding: 6px 12px;
	height: 34px !important;
	line-height: 22px;
	background: #2c3272;
	border: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #fff;
	font-family: 'Helvetica';
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	z-index: 999;
	outline: none;
	cursor: pointer;
}

.modal#myCityModal div.modal-content .hide {
    display: none;
}
/* End */


/* Start:/local/templates/kitfinance_2/components/bitrix/menu/main-menu/style.css?1445947391626*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/kitfinance_2/components/bitrix/menu/main-menu/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}



/* End */


/* Start:/local/templates/kitfinance_2/components/bitrix/menu/broker-submenu-bottom/style.css?1445947391626*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/kitfinance_2/components/bitrix/menu/broker-submenu-bottom/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}



/* End */


/* Start:/local/templates/kitfinance_2/styles.css?1673276378115838*/
* {
    margin: 0;
    padding: 0;
}

input, select, textarea {
    margin: auto;
    padding: inherit;
}

input {
    vertical-align: middle;
}

html {
    height: 100%;
    min-width: 960px;
    overflow: visible;
    webkit-text-size-adjust: none;
}

body {
    color: #000;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    height: 100%;
    line-height: 1.2;
    min-width: 960px;
    moz-osx-font-smoothing: grayscale;
    overflow-y: scroll;
    position: relative;
    webkit-font-smoothing: antialiased;
    letter-spacing: -0.5px;
}

*:focus {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.content table td {
    border: 1px solid #d8d8d8;
    padding: 10px;
}

ul {
    list-style-type: none;
}

a {
    color: #3f3f40;
}

a:hover {
    color: #b6006d;
}

a:active, a:focus, img {
    border: none;
    outline: none;
}

.clear {
    clear: both;
}

.top-menu-wrapper {
    background: #f2f2f2;
    background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
    background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    border-bottom: 1px solid #d5d5d5;
}

nav.top-menu {
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
    position: relative;
    width: 960px;
}

nav.top-menu a {
    color: #787878;
    text-decoration: none;
    font-size: 13px;
}

nav.top-menu a.en {
    border-left: 1px solid transparent;
    display: block;
    float: left;
    margin: 0 0 0 -10px;
    padding: 0;
    text-align: center;
    width: 40px;
}

nav.top-menu a.en:hover {
    background: #e9e9e9;
    background: linear-gradient(to bottom, #e9e9e9 0%, #ffffff 100%);
    background: -moz-linear-gradient(top, #e9e9e9 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #e9e9e9 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #e9e9e9 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9e9e9), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #e9e9e9 0%, #ffffff 100%);
    border-left-color: #D5D5D5;
}

nav.top-menu a.search,
nav.top-menu a.search.active:hover {
    background: transparent;
    border-right: 1px solid transparent;
    display: block;
    height: 35px;
    position: absolute;
    right: -4px;
    top: 0;
    width: 47px;
    z-index: 3;
}

nav.top-menu a.search:hover {
    background: #e9e9e9;
    background: linear-gradient(to bottom, #e9e9e9 0%, #ffffff 100%);
    background: -moz-linear-gradient(top, #e9e9e9 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #e9e9e9 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #e9e9e9 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9e9e9), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #e9e9e9 0%, #ffffff 100%);
    border-right-color: #D5D5D5;
}

nav.top-menu a.search:before {
    background: url(/local/templates/kitfinance_2/img/sprite.png) no-repeat 0 -31px;
    content: "";
    float: left;
    height: 26px;
    margin-left: 10px;
    margin-top: 6px;
    width: 27px;
}

#search_popup {
    background: url(/local/templates/kitfinance_2/img/search_popup.png) no-repeat 100% 0;
    height: 100px;
    padding: 52px 31px 0 40px;
    position: absolute;
    right: -16px;
    top: 0;
    width: 314px;
    z-index: 2;
}

.search_popup_in {
    background: #fff;
    border: 1px solid #eae8e8;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.25), 0px 1px 0px 0px rgba(255, 255, 255, 1);
    height: 32px;
    padding: 7px 0 3px 10px;
    webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.25), 0px 1px 0px 0px rgba(255, 255, 255, 1);
}

#search_popup input[type="text"] {
    border: 0;
    color: #7F7F7F;
    float: left;
    margin: 0 10px 0 0;
    padding: 7px 0 7px 5px;
    width: 250px;
}

#search_popup input[type="submit"] {
    background: url("/local/templates/kitfinance_2/img/sprite.png") no-repeat -216px -27px;
    border: 0;
    cursor: pointer;
    float: left;
    height: 30px;
    width: 30px;
}

nav.top-menu > table {
    float: left;
    text-align: center;
    width: 885px;
}

nav.top-menu > table td {
    border-left: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    white-space: nowrap;
}

nav.top-menu table td > a {
    display: block;
    min-width: 72px;
}

nav.top-menu table td > a:hover {
    background: #e9e9e9;
    background: linear-gradient(to bottom, #e9e9e9 0%, #ffffff 100%);
    background: -moz-linear-gradient(top, #e9e9e9 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #e9e9e9 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #e9e9e9 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9e9e9), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #e9e9e9 0%, #ffffff 100%);
}

nav.top-menu .menu_grey_link a {
    background: #e7e7e7;
    background: linear-gradient(to bottom, #eff0f0 0%, #e7e7e7 100%);
    background: -moz-linear-gradient(top, #eff0f0 0%, #e7e7e7 100%);
    background: -ms-linear-gradient(top, #eff0f0 0%, #e7e7e7 100%);
    background: -o-linear-gradient(top, #eff0f0 0%, #e7e7e7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eff0f0), color-stop(100%, #e7e7e7));
    background: -webkit-linear-gradient(top, #eff0f0 0%, #e7e7e7 100%);
}

nav.top-menu .bold-and-pink {
    width: 150px;
}

nav.top-menu .bold-and-pink > a {
    /*
    color: #bc0071;
    */
    font-weight: 500;
    padding-left: 10px;
    position: relative;
}

nav.top-menu .bold-and-pink > a:before {
    background: url(/local/templates/kitfinance_2/img/sprite.png) no-repeat -3px -3px;
    content: "";
    display: block;
    height: 15px;
    left: 8px;
    position: absolute;
    top: 10px;
    width: 14px;
}

.sub-top-menu {
    height: 94px;
    margin: 0 auto;
    padding-top: 33px;
    width: 960px;
}

.sub-menu-wrapper {
    display: none;
}

.sub-menu-wrapper_in {
    border-bottom: 3px solid #78034b;
    box-shadow: 0px 30px 30px -10px rgba(13, 15, 19, 0.31);
    opacity: 0;
    padding-bottom: 50px;
    position: relative;
    z-index: 25;
}

.sub-menu {
    font-weight: 300;
}

.sub-menu ul.first-level {
    display: table;
    margin: 0 auto;
    padding: 25px 0px 10px 0px;
    width: 960px;
}

.sub-menu ul.first-level > li {
    box-sizing: border-box;
    display: inline-block;
    moz-box-sizing: border-box;
    padding-right: 20px;
    vertical-align: top;
    width: 25%;
}

.sub-menu ul.other-level > li {
    line-height: 22px;
    margin-top: 10px;
}

.sub-menu ul.other-level > li:first-child {
    mrgin-top: 0px;
}

.sub-menu .heading {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 15px;
}

.sub-menu .heading a {
    color: #666;
}

.sub-menu a {
    text-decoration: none;
}

.sub-menu ul.other-level a:hover {
    color: #ec91c1;
}

.sum-menu {
}

.sum-menu ul {
    border: 1px dotted #bfbfbf;
    margin: 0 auto;
    padding: 30px 0px;
    text-align: justify;
    width: 960px;
}

.sum-menu ul li {
    display: inline-block;
    padding: 0px 30px;
    position: relative;
    text-align: left;
    top: 1.2em;
}

.sum-menu ul a {
    border-bottom: 1px solid #f3c8e2;
    color: #000;
    text-decoration: none;
}

.sum-menu ul a:hover {
    border-bottom-color: transparent;
}

.sum-menu ul:before {
    content: '';
    display: block;
    margin-bottom: -1.2em;
    width: 100%;
}

.sum-menu ul:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.menu_banner {
    padding: 26px 0 0;
}

#logo {
    float: left;
    margin: 7px 0 0 2px;
}

.sub-top-menu .ph-wrapper {
    border: 1px dotted #bcbcbc;
    float: left;
    margin: -11px 0 0 33px;
    padding: 11px 21px 10px 19px;
    position: relative;
    z-index: 10;
}

.sub-top-menu .s-cities {
    float: left;
    margin: 5px 0 0 30px;
}

.sub-top-menu .phone {
    font-size: 27px;
    letter-spacing: 0.7px;
    padding-bottom: 8px;
}

.clas {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

.sub-top-menu #offices {
    background: url(/local/templates/kitfinance_2/img/sprite.png) no-repeat 0 200px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.sub-top-menu #offices:before {
    background: url(/local/templates/kitfinance_2/img/sprite.png) no-repeat -59px -1px;
    content: "";
    height: 20px;
    position: absolute;
    /*right: 19px;*/
    right: 0px;
    top: 15px;
    width: 20px;
}

.sub-top-menu > .ph-wrapper > a {
    color: #000;
    float: left;
    line-height: 20px;
    position: relative;
    text-decoration: none;
    z-index: 10;
}

.sub-top-menu > .ph-wrapper > a:hover {
    color: #B2006B;
}

.sub-top-menu > div .tube {
    margin-right: 26px;
}

.sub-top-menu > div .tube:before {
    /* background: url("/local/templates/kitfinance_2/img/sprite.png") no-repeat -35px -2px;*/
    background: url(/local/templates/newhome/img/sprite.png) no-repeat -3px -3px;
    content: "";
    float: left;
    height: 17px;
    margin-top: 1px;
    width: 15px;
}

.sub-top-menu .choosen-one {
    border-bottom: 1px dotted #BC0071;
    color: #BC0071;
    text-decoration: none;
}

.sub-top-menu .choosen-one:hover {
    border-bottom-color: transparent;
}

.sub-top-menu .s-cities > .s-markers {
    display: block;
    line-height: 20px;
    margin-top: 14px;
    text-decoration: none;
}

.sub-top-menu .s-cities > .s-markers:hover {
    color: #B2006B;
}

.sub-top-menu .s-cities > .s-markers:before {
    background: url(/local/templates/kitfinance_2/img/sprite.png) no-repeat -89px -2px;
    content: "";
    float: left;
    height: 20px;
    margin: 0 0 0 -4px;
    width: 20px;
}

.sub-top-menu a.pink-button {
    float: right;
    margin-top: 9px;
    z-index: 100000;
}

button.pink-button,
a.pink-button,
input.pink-button {
    background: url(/local/templates/kitfinance_2/img/buttons-bg.png) repeat-x 0 -37px #b4006c;
    border-bottom: 1px solid #82044f;
    border-left: 1px solid #8a0b55;
    border-radius: 3px;
    border-right: 1px solid #8a0b55;
    border-top: 1px solid #a8226f;
    box-shadow: 0 0 1px #9a9a9a, inset 0 1px 0 #d74da0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    min-height: 40px;
    padding: 0 25px;
    text-decoration: none;
    text-shadow: 0 1px 1px #8e115c;
    webkit-box-shadow: 0 0 1px #9a9a9a, inset 0 1px 0 #d74da0;
}

button.pink-button:hover,
a.pink-button:hover
input.pink-button:hover {
    background-position: 0 -233px;
    box-shadow: none;
}

button.pink-button:active,
a.pink-button:active,
input.pink-button:active {
    background-color: #a61168;
    background-position: 0 80px;
    box-shadow: inset 0px 2px 8px 0px rgba(0, 0, 0, 0.39);
    webkit-box-shadow: inset 0px 2px 8px 0px rgba(0, 0, 0, 0.39);
}

a.gray-button,
input.gray-button {
    background: url(/local/templates/kitfinance_2/img/buttons-bg.png) repeat-x 0 -162px #5c5f5f;
    border-bottom: 1px solid #5c5f5f;
    border-left: 1px solid #808383;
    border-radius: 3px;
    border-right: 1px solid #808383;
    border-top: 1px solid #858888;
    box-shadow: 0 0 1px #9a9a9a, inset 0 1px 0 #aeafaf;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    line-height: 40px;
    min-height: 40px;
    padding: 0 21px;
    text-decoration: none;
    text-shadow: 0 1px 1px #6f6f6f;
}

a.gray-button:hover,
input.gray-button:hover {
    background-position: 0 -293px;
    box-shadow: none;
}

a.gray-button:active,
input.gray-button:active {
    background-color: #5b5e5e;
    background-position: 0 293px;
    box-shadow: inset 0px 2px 8px 0px rgba(0, 0, 0, 0.39);
    webkit-box-shadow: inset 0px 2px 8px 0px rgba(0, 0, 0, 0.39);
}

.main-menu-wrapper {
    background: url(/local/templates/kitfinance_2/img/buttons-bg.png) repeat-x 0 -33px #b6006d;
    border-bottom: 1px solid #81044f;
    border-top: 1px solid #a8226f;
    box-shadow: inset 0 1px 0 #d74da0;
    clear: both;
    font-size: 16px;
    height: 47px;
}

nav.main-menu {
    border-left: 1px solid #A5116A;
    border-right: 1px solid #CF4296;
    display: table;
    margin: 0 auto;
    width: 958px;
}

nav.main-menu ul {
    display: table;
    width: 100%;
}

nav.main-menu li {
    display: table-cell;
    vertical-align: top;
    white-space: nowrap;
}

nav.main-menu li.first {
    border-left: 1px solid #a5116a;
}

nav.main-menu a {
    background: url(/local/templates/kitfinance_2/img/fon_menu.png) repeat-x 0 100px;
    color: #fff;
    display: block;
    line-height: 47px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px #8e115c;
}

nav.main-menu a:hover,
nav.main-menu li.active a {
    background: rgba(0, 0, 0, 0.2);
    border-left-color: #730145;
    border-right-color: #75064c;
}

nav.main-menu li a {
    border-left: 1px solid #cf4296;
    border-right: 1px solid #a5116a;
    font-weight: 300;
}

nav.main-menu .broker-service {
    font-weight: bold;
}

nav.main-menu .broker-service a:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    content: "";
    display: inline-block;
    margin-left: 12px;
    vertical-align: middle;
    width: 0;
}

nav.main-menu .broker-service a span {
    border-bottom-color: transparent;
    /* font-weight: 400; */
}

nav.main-menu .broker-service__old {
    font-size: 20px;
    width: 260px;
}

nav.main-menu .broker-service__old:before {
    background: url(/local/templates/kitfinance_2/img/sprite.png) no-repeat -65px -35px;
    content: "";
    float: left;
    height: 19px;
    margin: 14px 7px 0 24px;
    width: 24px;
}

nav.main-menu .aaa {
    border-left: 1px solid #CF4296;
    display: block;
    font-size: 22px;
    padding: 0 11px 0 13px;
}

nav.main-menu .aaa:hover {
    border-left-color: #75064c;
    border-right: 1px solid #75064c;
}

nav.main-menu .aaa:before {
    background: url(/local/templates/kitfinance_2/img/sprite.png) no-repeat -90px -30px;
    content: "";
    float: left;
    height: 28px;
    margin: 10px 6px 0 0;
    width: 28px;
}

.ognennaya-voda-wrapper {
    background: url(/local/templates/kitfinance_2/img/ogneniy-bg.png) repeat #fff;
    padding: 39px 0 25px;
    position: relative;
    z-index: 10;
}

.ognennaya-voda-wrapper:after {
    background: url(/local/templates/kitfinance_2/img/line.png) repeat-x 0 0;
    bottom: -1px;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
}

.hears {
    background-color: #4fbdd3;
    border-radius: 4px 0 0 4px;
    cursor: pointer;
    height: 48px;
    position: fixed;
    right: 0;
    top: 252px;
    width: 50px;
    z-index: 10;
}

.hears:hover {
    background: #309fb5;
}

.hears:before {
    background: url("/local/templates/kitfinance_2/img/sprite.png") no-repeat -121px -30px;
    content: "";
    height: 33px;
    left: 6px;
    position: absolute;
    top: 8px;
    width: 39px;
}

.hears i {
    height: 48px;
    left: -215px;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: left 0.2s, opacity 0.2s;
    webkit-transition: left 0.2s, opacity 0.2s;
    width: 0;
}

.hears:hover i {
    left: -154px;
    opacity: 1;
    width: 146px;
}

.ognennaya-voda {
    margin: 0 auto;
    width: 960px;
}

.kirpich-main-out {
    background: url("/local/templates/kitfinance_2/img/fon_slider.png") no-repeat scroll 0 0 transparent;
    height: 300px;
    left: 0;
    margin: 0 0 0 -30px;
    position: absolute;
    top: 0;
    width: 663px;
}

.kirpich-main {
    height: 279px;
    left: 31px;
    overflow: hidden;
    position: absolute;
    top: 3px;
    width: 627px;
}

.kirpich-main,
.kirpich-small {
}

.kirpich-main ul {
    height: 100%;
    position: relative;
}

.kirpich-main li {
    float: left;
    height: 279px;
    margin: 0 3px 3px 0;
    position: relative;
    width: 627px;
}

.kirpich-main li img {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}

.kirpich-main li .slider-info {
    opacity: 0;
    position: absolute;
    right: -355px;
    top: 45px;
    width: 350px;
    letter-spacing: -0.7px;
}

.kirpich-main li.active .slider-info {
    opacity: 1;
    right: 35px;
}

.kirpich-main li h3 {
    color: #BC0071;
    font-size: 30px;
    font-weight: 400;
}

.kirpich-main li .slider_title {
    color: #BC0071;
    font-size: 30px;
    font-weight: 400;
}

.kirpich-main li .kir-announce {
    font-size: 20px;
    font-weight: 300;
    line-height: 33px;
    padding: 9px 0 23px 5px;
}

.kirpich-main li a.gray-button {
    display: block;
    margin: 0 0 0 4px;
    padding: 0 0 3px;
    text-align: center;
    width: 151px;
}

.kirpich-main .prev,
.kirpich-main .next,
.r_slider .prev,
.r_slider .next {
    background: url(/local/templates/kitfinance_2/img/sprite.png) no-repeat -129px -158px;
    display: block;
    height: 43px;
    left: 9px;
    position: absolute;
    text-indent: -9999em;
    top: 119px;
    width: 43px;
}

.r_slider .prev,
.r_slider .next {
    background-position: -430px -66px;
    height: 34px;
    left: 10px;
    top: 111px;
    width: 34px;
}

.kirpich-main .prev:hover {
    background-position: -229px -158px;
}

.r_slider .prev:hover {
    background-position: -306px -66px;
}

.kirpich-main .next,
.r_slider .next {
    background-position: -179px -158px;
    left: auto;
    right: 10px;
}

.r_slider .next {
    right: 8px;
}

.r_slider .next {
    background-position: -477px -66px;
}

.kirpich-main .next:hover {
    background-position: -279px -158px;
}

.r_slider .next:hover {
    background-position: -350px -66px;
}

.kirpichi {
    position: relative;
}

.kirpich-small {
    background: url("/local/templates/kitfinance_2/img/fon_slider_min.png") no-repeat scroll 0 0 transparent;
    clear: both;
    float: right;
    height: 96px;
    margin: 0 -2px 18px 0;
    padding: 19px 17px 19px 29px;
    width: 275px;
}

.kirpich-small.last {
    margin-bottom: 0;
}

.dotted_menu {
    bottom: 9px;
    display: none;
    left: 14px;
    position: absolute;
    z-index: 10;
}

.kirpich-main .prev,
.kirpich-main .next,
.r_slider .prev,
.r_slider .next {
    display: none;
}

.kirpich-main:hover .dotted_menu,
.kirpich-main:hover .prev,
.kirpich-main:hover .next,
.r_slider:hover .dotted_menu,
.r_slider:hover .prev,
.r_slider:hover .next {
    display: block;
}

.dotted_menu > a {
    background: url(/local/templates/kitfinance_2/img/sprite.png) no-repeat -212px -6px;
    display: block;
    float: left;
    height: 10px;
    text-indent: -9999em;
    width: 10px;
}

.dotted_menu > a.active {
    background-position: -233px -6px;
}

.sm-time {
    color: #B3B3B3;
    float: left;
    font-size: 13px;
    margin-bottom: 6px;
}

.b-detail-time {
    color: #B3B3B3;
    float: left;
    font-size: 13px;
    margin-bottom: 6px;
    margin-top: -6px;
    width: 100%;
}

.sm-time:before {
    background: url("/local/templates/kitfinance_2/img/sprite.png") no-repeat -141px -3px;
    content: "";
    display: block;
    float: right;
    height: 17px;
    margin-left: 10px;
    margin-top: -2px;
    width: 16px;
}

.kirpich-small .kir-sm-announce {
    color: #5e5e5e;
    display: inline-block;
    height: 72px;
    line-height: 24px;
    overflow: hidden;
    text-decoration: none;
}

.kirpich-small .kir-sm-announce:hover {
    color: #000;
}

.sm-more {
    padding-right: 2px;
    padding-top: 0px;
    text-align: right;
}

.sm-more a {
    color: #3f3f40;
    text-decoration: none;
}

.sm-more a:hover {
    color: #b6006d;
}

.sm-more a:before {
    background: url(/local/templates/kitfinance_2/img/sprite.png) no-repeat -114px -3px;
    content: "";
    display: inline-block;
    height: 15px;
    margin-bottom: -2px;
    margin-right: 7px;
    width: 18px;
}

.ognennaya-voda h2 {
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 20px;
}

.ognennaya-voda h2 .rss,
.single_rss {
    background: url(/local/templates/kitfinance_2/img/sprite.png) no-repeat -36px -36px;
    display: inline-block;
    height: 18px;
    margin-bottom: -2px;
    margin-left: 10px;
    width: 18px;
}

.ognennaya-voda h2 .rss:hover,
.single_rss:hover {
    background-position: -183px -2px;
}

.plitka {
    height: 331px;
    padding-top: 20px;
}

.plitka ul {
    margin-right: -21px;
}

.plitka .plitka_item {
    color: #5E5E5E;
    float: left;
    margin-right: 20px;
    padding: 0;
    position: relative;
    top: 0;
    transition: top linear 0.2s;
    webkit-transition: top linear 0.2s;
}

.line {
    height: auto !important;
}

.line ul {
    padding-bottom: 11px !important;
}

ol {
    list-style-type: decimal-leading-zero;
    overflow: hidden;
    padding-bottom: 11px !important;
    padding-left: 30px !important;
}

.line ol {
}

.line .plitka_item {
    margin: 0 20px 30px 0;
}

.plitka .plitka_item:before {
    display: none;
}

.plitka .plitka_item:hover {
    top: -11px;
}

.plitka li .li-inner {
    background: #fff;
    border-bottom: 1px solid #ebeae9;
    border-radius: 4px;
    box-shadow: 0 8px 19px #bfbfbf, inset 0 -1px 0 #f7f6f6;
    height: 260px;
    padding: 16px 9px 16px 19px;
    position: relative;
    transition: all linear 0.2s;
    webkit-box-shadow: 0 8px 19px #bfbfbf, inset 0 -1px 0 #f7f6f6;
    webkit-transition: all linear 0.2s;
    width: 279px;
}

.plitka .plitka_item:hover .li-inner {
    box-shadow: 0 8px 29px #cecece, inset 0 -1px 0 #f7f6f6;
    webkit-box-shadow: 0 8px 29px #cecece, inset 0 -1px 0 #f7f6f6;
}

.li-inner_in {
    height: 100%;
    overflow: hidden;
}

.plitka .pl-title {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 14px;
}

.l-col .b-more {
    clear: none;
}

.plitka_inner_page .h1 {
    padding: 0;
}

.plitka .pl-title a,
.pl-title_inner a {
    text-decoration: none;
}

.plitka_inner_page .sm-time:before {
    display: none;
}

.plitka_inner_page .plitka .sm-time {
    margin: 0 0 10px;
}

.pl-title_inner {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 5px !important;
    max-height: 58px;
    overflow: hidden;
    padding: 4px 0 0;
}

.line .pl-title_wrapper {
    height: 94px;
}

.plitka_inner_page {
}

.plitka .pl-title:before {
    background: url("/local/templates/kitfinance_2/img/sprite.png") no-repeat -9px -69px;
    content: "";
    display: inline-block;
    height: 32px;
    margin-bottom: -6px;
    margin-right: 12px;
    width: 32px;
}

.plitka .pl-title.video:before {
    background-position: -89px -69px;
}

.plitka .pl-title.dcalendar {
    padding-left: 50px;
}

.plitka .pl-title.dcalendar:before {
    background-position: -519px -69px;
    position: absolute;
    left: 20px;
}

.plitka .pl-title.diagramm:before {
    background-position: -49px -69px;
}

.plitka .sm-time {
    margin: 6px 0 8px 5px;
}

.plitka .b-graph .sm-time {
    margin: 6px 0 0 5px;
}

.plitka li h4 {
    clear: both;
    color: #43484a;
    font-size: 18px;
    font-weight: normal;
    margin: 13px 0 15px 4px;
}

.plitka li h4 a {
    color: #43484a;
    text-decoration: none;
}

.plitka li h4 a:hover {
    color: #b3006b;
}

.plitka .pl-content {
    clear: both;
    line-height: 24px;
    padding: 0 0 0 4px;
}

.plitka .pl-content img {
    display: block;
    margin-top: 20px;
}

.plitka .pl-online {
    clear: both;
    color: #BC0071;
    font-size: 13px;
    line-height: 17px;
    margin-left: 2px;
    padding: 4px 0 0;
    text-decoration: none;
}

.plitka .b-graph .pl-content {
    padding-top: 4px;
}

.plitka .b-graph .pl-content img {
    margin-top: 0;
}

.plitka .pl-online a {
    border-bottom: 1px dotted;
    color: #BC0071;
    text-decoration: none;
    z-index: 11;
}

.plitka .pl-online a:hover {
    border-color: transparent;
}

.pl-online2 ul li {
    background: none;
    float: left;
    list-style: none;
}

.pl-online2 ul li:before {
    background: none !important;
}

.all_pl-online {
    display: inline;
    height: 30px;
    margin: 0 0 0 3px;
    position: relative;
    width: 30px;
}

.plitka .pl-online .all_pl-online_lnk {
    background: url("/local/templates/kitfinance_2/img/sprite.png") no-repeat -397px -75px;
    border: 0;
    display: inline-block;
    position: relative;
    text-indent: -9999em;
    width: 30px;
    z-index: 10;
}

.all_pl-online_popup {
    display: none;
    margin: 0;
    padding: 39px 0 0;
    position: absolute;
    right: -7px;
    top: -5px;
    width: 138px;
    z-index: 100;
}

.plitka .all_pl-online:hover .all_pl-online_popup {
    display: block;
}

.all_pl-online_popup:before {
    background: url("/local/templates/kitfinance_2/img/fon_popup_graph.png") no-repeat 100% 0;
    content: "";
    height: 39px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.plitka .all_pl-online ul {
    background: url("/local/templates/kitfinance_2/img/fon_popup_graph.png") no-repeat 100% 100%;
    margin: 0;
    padding: 0 34px 24px;
}

.all_pl-online_popup li {
    margin: 0 0 8px;
}

.b-graph .pl-content {
    padding: 0;
}

.b-graph .pl-content #chart-div {
    width: 250px;
    height: 130px;
    font-size: 11px;
}

.chart-page .chart-note {
    font-size: 10px;
    margin: 35px 0px 0px 0px;
}

.chart-page .chart-note p {
    margin: 10px 0px 0px 0px;
}

.chart-page .chart-note p:first-child {
    margin: 0px;
}

.chart-page .chart-stat {
    margin: 10px 0px 0px 0px;
    padding: 0px 40px !important;
}

.chart-page .chart-stat-table th, .chart-stat-table td {
    padding: 10px;
}

.b-graph .sm-time:before {
    margin-left: 5px;
    margin-top: 0;
}

.chart-page #chart-div {
    width: 100%;
    height: 500px;
    font-size: 11px;
}

.plitka .sm-more {
    padding: 24px 2px 0 0;
    position: relative;
    z-index: 10;
}

.b-dollars {
    color: #000;
    float: left;
    font-size: 13px;
    line-height: 18px;
    padding: 11px 0 0 46px;
    width: 80px;
}

.b-dollars_lnk {
    background: url("/local/templates/kitfinance_2/img/sprite.png") no-repeat -345px -110px;
    float: left;
    height: 41px;
    margin: -4px 0 0 -47px;
    text-indent: -9999em;
    width: 41px;
}

.b-dollars_lnk.active,
.b-dollars_lnk:active,
.b-dollars_lnk.active:hover {
    background-position: -305px -110px;
}

.b-dollars_lnk:hover {
    background-position: -525px -110px;
}

.b-dollars span,
.b-euro span {
    font-size: 11px;
}

.b-euro {
    color: #000;
    float: left;
    font-size: 13px;
    line-height: 18px;
    padding: 11px 0 0 46px;
}

.b-euro_lnk {
    background: url("/local/templates/kitfinance_2/img/sprite.png") no-repeat -425px -110px;
    float: left;
    height: 41px;
    margin: -4px 0 0 -47px;
    text-indent: -9999em;
    width: 41px;
}

.b-euro_lnk.active,
.b-euro_lnk:active,
.b-euro_lnk.active:hover {
    background-position: -385px -110px;
}

.b-euro_lnk:hover {
    background-position: -565px -110px;
}

.down {
    color: #c9090d;
}

.up {
    color: #7fa400;
}

.icons-line-wrapper {
    overflow: hidden;
    width: 100%;
}

.icons-line {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #babfc3;
    box-shadow: inset 0 1px 1px #cbcbcb;
    margin: 0 -5px 27px;
}

.icons-line .icons-line-inner {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 960px;
}

.small_screen .icons-line .icons-line-inner {
    width: 800px;
}

.icons-line li {
    border-left: 1px solid #ddd;
    float: left;
    height: 153px;
    overflow: hidden;
    width: 238px;
}

.small_screen .icons-line li {
    width: 265px;
}

.icons-line li:before {
    display: none;
}

.icons-line ul {
    border-right: 1px solid #ddd;
    height: 153px;
    left: 0;
    position: relative;
}

.icons-line-inner_in {
    height: 153px;
    overflow: hidden;
    widows: 100%;
}

.icons-line li a {
    color: #000;
    display: block;
    font-size: 16px;
    line-height: 16px;
    padding: 109px 15px 31px 25px;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.icons-line span {
    background: #fff;
    bottom: 0;
    display: block;
    font-size: 14px;
    left: 0;
    line-height: 24px;
    opacity: 0;
    padding: 17px 15px 15px 25px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 0;
    transition: opacity linear 0.2s;
    visibility: hidden;
    webkit-transition: opacity linear 0.2s;
    width: 198px;
}

.small_screen .icons-line span {
    width: 225px;
}

.icons-line b {
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    padding: 0 0 9px;
}

.icons-line li a:hover span {
    opacity: 1;
    visibility: visible;
}

.icons-line li a img {
    height: 60px;
    left: 50%;
    margin-left: -30px;
    position: absolute;
    top: 28px;
    width: 60px;
}

.icons-line .prev,
.icons-line .next {
    background: url(/local/templates/kitfinance_2/img/sprite.png) no-repeat -123px -64px;
    height: 40px;
    left: -70px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
}

.icons-line .prev:hover {
    background-position: -304px -64px;
}

.icons-line .next {
    background-position: -163px -64px;
    left: auto;
    right: -70px;
}

.icons-line .next:hover {
    background-position: -347px -64px;
}

.strong-line {
    background: url(/local/templates/kitfinance_2/img/noise-bg.png) repeat;
    clear: both;
}

.strong-line .hobbit {
    margin: 0 auto;
    width: 960px;
}

.strong-line .white-block {
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 0 #ebebeb;
    color: #5e5e5e;
    float: left;
    font-size: 15px;
    margin: 0 0 25px;
    padding: 28px 25px 24px;
    width: 428px;
}

.strong-line .white-block h5 {
    color: #43484A;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 15px;
}

.strong-line .white-block a {
    color: #ad0868;
    text-decoration: none;
}

.strong-line .white-block .sm-more a:hover {
    color: #b6006d;
}

.strong-line .white-block .wb-content {
    height: 84px;
    line-height: 26px;
    overflow: hidden;
}

.strong-line .white-block .wb-date {
    font-size: 18px;
    margin: 10px 0 7px;
}

.strong-line .white-block .sm-more {
    font-size: 14px;
    text-align: left;
}

.strong-line .white-block .sm-more a {
    color: #3F3F40;
}

.strong-line .yeah-baby {
    color: #393C3C;
    float: left;
    font-size: 32px;
    font-weight: 300;
    line-height: 50px;
    margin: 0 0 25px;
    padding-left: 47px;
    padding-top: 35px;
    width: 406px;
}

.strong-line .yeah-baby .yb-gb-wr {
    padding-top: 22px;
}

.strong-line .yeah-baby .yb-gb-wr a {
    background-position: 0 -346px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.strong-line .wide-white-block {
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 0 #ebebeb;
    color: #5e5e5e;
    padding: 30px 25px;
}

.strong-line .wide-white-block h4 {
    color: #323637;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 27px;
}

.strong-line .wide-white-block .wwb-left-cell {
    float: left;
    line-height: 24px;
    padding: 0 20px 33px 0;
    width: 397px;
}

.strong-line .wide-white-block .wwb-left-cell .important {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 21px;
}

.strong-line .wide-white-block .wwb-right-cell {
    float: left;
    margin: -2px 0 0;
    padding-left: 20px;
    width: 470px;
}

.strong-line .wide-white-block .wwb-right-cell li {
    color: #323637;
    font-size: 24px;
    font-weight: 300;
    padding-bottom: 33px;
    padding-left: 61px;
    position: relative;
}

.strong-line .wide-white-block .wwb-right-cell li:before {
    background: url(/local/templates/kitfinance_2/img/sprite.png) no-repeat -53px -108px;
    content: "";
    height: 43px;
    left: 0;
    position: absolute;
    top: -3px;
    width: 44px;
}

.strong-line .wide-white-block .wwb-right-cell li.wwb-skrepka:before {
    background-position: -106px -108px;
}

.strong-line .wide-white-block .wwb-right-cell li.wwb-shest:before {
    background-position: -3px -108px;
}

.strong-line .wide-white-block .wwb-right-cell li.wwb-zoom:before {
    background-position: -157px -108px;
}

.strong-line .wide-white-block .wwb-right-cell li .wwb-desc {
    color: #606060;
    font-size: 14px;
    line-height: 24px;
    padding: 7px 0 0;
}

.wwb-more {
    clear: both;
    padding-top: 0;
}

.wwb-more a {
    color: #252627;
    font-size: 14px;
    text-decoration: none;
}

.wwb-more a:hover {
    color: #b6006d;
}

.wwb-more a:before {
    background: url("/local/templates/kitfinance_2/img/sprite.png") no-repeat scroll -162px -3px;
    content: "";
    display: inline-block;
    height: 15px;
    margin-bottom: -2px;
    margin-right: 4px;
    width: 18px;
}

.pink-button-to-center-wrapper-here-please {
    padding: 44px 0;
    text-align: center;
}

.pink-button-to-center-wrapper-here-please .pink-button {
    background-position: 0 -34px;
    font-size: 15px;
    line-height: 48px;
    padding: 0 53px;
}

.footer-super-wrapper {
    overflow: hidden;
    width: 100%;
}

.footer-wrapper {
    background-color: #43484a;
    border-top: 1px solid #333738;
    box-shadow: inset 0 1px 8px #303436;
    margin: 0 -10px -20px;
    padding: 29px 0 20px;
}

.footer-wrapper footer {
    margin: 0 auto;
    width: 960px;
}

.footer-wrapper footer h6 {
    color: #fffefe;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 12px;
}

.footer-wrapper footer .f-col h6 a,
.footer-wrapper footer h6 a {
    color: #fffefe;
    font-size: 20px;
    padding: 0;
    text-decoration: none;
}

.btm_info_more {
    clear: both;
    display: none;
}

.btm_info {
    clear: both;
}

.btm_info_wrapper {
    clear: both;
    overflow: hidden;
}

.footer_checkbox {
    background: #3f4345;
    border: 1px solid #393d3f;
    border-radius: 5px;
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.05);
    float: left;
    font-size: 18px;
    height: 20px;
    line-height: 18px;
    margin: 0 0 29px;
    padding: 16px 22px 12px;
    webkit-border-radius: 5px;
    webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.05);
}

.footer_checkbox a {
    float: left;
    text-decoration: none;
}

.footer_checkbox_lnk {
    border-bottom: 1px dotted;
    color: #868f92;
}

.footer_checkbox_lnk.active {
    border-color: transparent;
    color: #fff;
    cursor: default;
}

.footer_checkbox_lnk:hover {
    color: #fff;
}

.box.active {
    display: block;
}

.box {
    display: none;
}

.footer_checkbox_slide {
    background: url("/local/templates/kitfinance_2/img/sprite.png") no-repeat -470px -37px;
    height: 29px;
    margin: 2px 14px 0 26px;
    position: relative;
    width: 41px;
}

.footer_checkbox_slide i {
    background: url("/local/templates/kitfinance_2/img/sprite.png") no-repeat -432px -31px;
    height: 32px;
    left: -9px;
    position: absolute;
    top: -5px;
    width: 29px;
}

.btm_info_menu {
    float: left;
    margin: 0 86px 0 0;
    width: 630px;
}

.btm_info_menu li {
    float: left;
    padding: 0 58px 14px 0;
}

.f-socs {
    padding: 10px 0 0;
}

.footer-wrapper footer .f-col {
    border-bottom: 1px dotted #727677;
    margin: 0 0 14px;
    overflow: hidden;
}

.footer-wrapper footer .f-col .pink_link a {
    color: #ec91c1;
    font-size: 13px;
    font-weight: bold;
}

.footer-wrapper footer .f-col .blue_link a {
    color: #3cb6ce;
    position: relative;
}

.footer-wrapper footer .f-col .blue_link a:hover {
    color: #3cb6ce;
}

.footer-wrapper footer .f-col .blue_link a:after {
    background: url("/local/templates/kitfinance_2/img/sprite.png") no-repeat -440px -2px;
    content: "";
    height: 20px;
    position: absolute;
    right: -22px;
    top: 4px;
    width: 20px;
}

.footer-wrapper footer .f-col.last {
    border: 0 none;
    margin: 0;
    padding: 0 0 14px;
}

.footer-wrapper footer .f-col.last li:first-child {
    border-top: 1px dotted #505557;
}

.footer-wrapper footer .f-col ul {
    padding-bottom: 5px;
}

.footer-wrapper footer .f-col ul ul {
    padding: 0;
}

.footer-wrapper footer .f-col li {
    border-top: 1px dotted #505557;
}

.footer-wrapper footer .f-col li:first-child {
    border: 0;
}

.footer-wrapper footer .f-col li li:first-child {
    border-top: 1px dotted #505557;
}

.footer-wrapper footer .f-col li.last {
    border-bottom-style: none;
}

.footer-wrapper footer .f-col a {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    padding: 5px 0;
    text-decoration: none;
}

.footer-wrapper footer .f-col li li a {
    color: #9a9a9a;
}

.footer-wrapper footer .f-col a:hover {
    color: #fff;
}

.footer-wrapper footer .f-socs li {
    border-style: none;
    float: left;
}

.footer-wrapper footer .f-socs li a,
.footer-wrapper footer .f-socs li a.tw {
    background: url("/local/templates/kitfinance_2/img/sprite.png") no-repeat scroll -8px -159px;
    float: left;
    height: 33px;
    margin-right: 10px;
    width: 33px;
}

.footer-wrapper footer .f-socs li a.vk {
    background-position: -49px -158px;
}

.footer-wrapper footer .f-socs li a.fb {
    background-position: -89px -159px;
}

.footer-wrapper footer .f-socs li a.youtube {
    background: url("/local/templates/kitfinance_2/img/youtube.png") no-repeat;
}

.footer-wrapper footer .f-socs li a.livejournal {
    background-position: -66px -268px;
}

.footer-wrapper footer .f-socs li a.gplus {
    background-position: -89px -159px;
}

.super-footer-wrapper {
    background-color: #303436;
}

.super-footer-wrapper .super-footer {
    color: #6b6e71;
    margin: 0 auto;
    padding: 20px 0;
    width: 960px;
}

.super-footer .nobody-cares {
    float: left;
    font-size: 12px;
    width: 633px;
}

.super-footer .finish-him {
    float: right;
    padding-top: 10px;
}

.super-footer .finish-him:before {
    background: url("/local/templates/kitfinance_2/img/sprite.png") no-repeat scroll -214px -73px;
    content: "";
    float: left;
    height: 71px;
    margin-right: 30px;
    margin-top: -10px;
    width: 70px;
}

.super-footer .finish-him .nand {
    color: #8f9192;
    font-size: 12px;
    padding-top: 12px;
}

.super-footer .finish-him .nand .aic-logo {
    background: url("/local/templates/kitfinance_2/img/sprite.png") no-repeat scroll -163px -32px;
    display: inline-block;
    height: 28px;
    margin-bottom: -7px;
    margin-left: 3px;
    width: 51px;
}

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

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

#blackout {
    background: url("/local/templates/kitfinance_2/img/fon_blackout.png") repeat 0 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.popup {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 9px 16px 0px rgba(0, 0, 0, 0.16);
    display: none;
    left: 50%;
    margin: 0 0 0 -480px;
    position: absolute;
    top: 50%;
    webkit-border-radius: 5px;
    webkit-box-shadow: 0px 9px 16px 0px rgba(0, 0, 0, 0.16);
    width: 960px;
    z-index: 110;
}

.popup_in {
    padding: 22px 31px;
    position: relative;
}

.popup .heading {
    font-size: 24px;
    padding: 0 0 30px;
}

.close {
    background: url("/local/templates/kitfinance_2/img/sprite.png") no-repeat -307px -2px;
    height: 20px;
    position: absolute;
    right: 8px;
    top: 9px;
    width: 20px;
    z-index: 1;
}

.b-list-cities {
    padding: 12px 0 19px;
}

.city_column {
    float: left;
    width: 179px;
}

.b-list-cities li {
    padding: 0 0 0 37px;
}

.b-list-cities li a {
    text-decoration: none;
}

.b-list-cities span {
    color: #A80F67;
    float: left;
    font-size: 18px;
    margin: -4px 0 0 -35px;
}

.b-list-cities li li {
    padding: 0 0 10px;
}

#popup_rating ul {
}

#popup_rating li:first-child {
    margin: 0;
}

#popup_rating li {
    font-size: 18px;
    margin: 15px 0 0;
    padding: 12px 0 15px 60px;
    position: relative;
}

#popup_rating li:before {
    background: url("/local/templates/kitfinance_2/img/sprite.png") no-repeat -432px -158px;
    content: "";
    height: 41px;
    left: -3px;
    position: absolute;
    top: 1px;
    width: 41px;
}

#popup_rating li.rating_item2:before {
    background-position: -485px -158px;
}

#popup_rating li.rating_item3:before {
    background-position: -537px -158px;
}

#popup_rating li.rating_item4:before {
    background-position: -589px -158px;
}

.b-offices_left {
    float: left;
    padding: 0 25px 0 0;
    width: 390px;
}

.b-offices_left:before {
    border-right: 1px dotted #DEDEDE;
    bottom: 25px;
    content: "";
    left: 399px;
    position: absolute;
    top: 25px;
    width: 10px;
}

.b-offices_left .heading {
    margin: -2px 0 0;
    padding: 0 0 8px;
}

.sub_ttl {
    color: #424445;
    padding: 0 0 17px;
}

.b-phone {
    font-size: 36px;
    padding: 0 0 23px;
}

.sub_heading {
    font-size: 24px;
    padding: 0 0 18px;
}

.b-offices_left p {
    padding: 0 0 14px;
}

.other_contacts {
    padding: 28px 0 0;
}

.other_contacts a {
    color: #a60863;
    padding: 0 0 0 22px;
    position: relative;
    text-decoration: none;
}

.other_contacts a:before {
    background: url("/local/templates/kitfinance_2/img/sprite.png") no-repeat -337px -2px;
    content: '';
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
}

.b-offices_right {
    float: left;
    width: 480px;
}

.popup_checkbox {
    font-size: 16px;
    margin: 0 0 27px;
    padding: 3px 0 0;
}

.popup_checkbox a {
    border-bottom: 1px dotted;
    color: #868f92;
    float: left;
    text-decoration: none;
}

.popup_checkbox a:hover {
    border-color: transparent;
}

.popup_checkbox a.active {
    border-color: transparent;
    color: #0c0c0c;
    cursor: default;
}

.popup_checkbox .popup_checkbox_slide {
    background: url("/local/templates/kitfinance_2/img/sprite.png") no-repeat -380px -36px;
    border: 0 none;
    height: 29px;
    margin: 4px 12px 0 23px;
    position: relative;
    width: 41px;
}

.popup_checkbox_slide i {
    background: url("/local/templates/kitfinance_2/img/sprite.png") no-repeat -342px -31px;
    height: 32px;
    left: -6px;
    position: absolute;
    top: -5px;
    width: 29px;
}

.b-offices_items_hide {
    display: none;
}

.b-offices_item {
    line-height: 24px;
    padding: 30px 0 0 63px;
}

.b-offices_item:first-child {
    padding-top: 0;
}

.b-offices_item .heading {
    padding: 8px 0 10px;
    position: relative;
}

.b-offices_item .heading:before {
    background: url("/local/templates/kitfinance_2/img/sprite.png") no-repeat -330px -159px;
    content: "";
    height: 41px;
    left: -60px;
    position: absolute;
    top: 0;
    width: 41px;
}

.b-offices_item .piter:before {
}

.b-offices_item .moscow:before {
    background-position: -380px -159px;
}

.b-offices_item .tallinn:before {
    background-position: -259px -218px;
}

.b-offices_item .limassol:before {
    background-position: -309px -218px;
}

.b-offices_item p {
    margin: 0px;
    padding: 0px 0px 9px;
    color: rgb(66, 68, 69);
    font-family: 'Helvetica Neue', Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
    font-size: 14px;
    line-height: 24px;
}

.b-offices_item span {
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
}

.breadcrumbs {
    border-bottom: 1px solid #dbdbdb;
    padding: 22px 0 18px;
}

.breadcrumbs_in {
    margin: auto;
    width: 960px;
}

.breadcrumbs li {
    display: inline;
    padding: 0 37px 0 0;
    position: relative;
}

.breadcrumbs li:after {
    background: url("/local/templates/kitfinance_2/img/sprite.png") no-repeat -364px -2px;
    content: '';
    height: 20px;
    position: absolute;
    right: 0;
    top: 2px;
    width: 20px;
}

.breadcrumbs.detail-breadcrumbs li:last-child:after {
    display: none;
}

.breadcrumbs li a {
    text-decoration: none;
}

.breadcrumbs li.current {
    position: relative;
}

.breadcrumbs li.current:after {
    background-position: -399px -73px;
    display: none;
}

.breadcrumbs li.current a {
    border-bottom: 1px dotted;
    color: #b2006b;
}

.breadcumbs_popup li {
    margin: 0 0 8px;
}

.breadcumbs_popup {
    display: none;
    margin: 0;
    padding: 45px 0px 0px 0px;
    position: absolute;
    right: -15px;
    top: -6px;
    width: 308px;
    z-index: 14;
}

.breadcumbs_popup:before {
    background: url("/local/templates/kitfinance_2/img/fon_popup_breadcrumbs.png") no-repeat 100% 0;
    content: "";
    height: 45px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.breadcumbs_popup ul {
    background: url("/local/templates/kitfinance_2/img/fon_popup_breadcrumbs.png") no-repeat 100% 100%;
    padding: 10px 30px 25px 30px;
}

.breadcrumbs li.current:hover .breadcumbs_popup {
    display: block;
}

.breadcrumb-popup-wrapper {
    background: url('/local/templates/kitfinance_2/img/new/breadcrumb-open-icon.png') center center no-repeat;
    display: inline-block;
    height: 35px;
    vertical-align: middle;
    width: 35px;
}

.breadcrumbs li.current:hover .breadcrumb-popup-wrapperrr {
    background-color: #f8f8f8;
}

.breadcrumb-popup-wrapper {
    position: relative;
}

.breadcrumbs li li {
    display: block;
    margin: 0 0 13px;
    padding: 0;
}

.breadcrumbs li li:after {
    display: none;
}

.breadcrumbs li li.active,
.breadcrumbs li li.active a {
    color: #000;
}

.popup_ttl {
    color: #606060;
    padding: 0 34px 19px;
    position: relative;
}

.breadcumbs_popup li a:hover {
    border-color: transparent;
}

.ognennaya-voda-wrapper_in {
    margin: auto;
    width: 960px;
}

.r_slider {
    background-color: #fff;
    border-bottom: 1px solid #c2c6c9;
    border-left: 1px solid #e1e5e8;
    border-radius: 4px;
    border-right: 1px solid #e1e5e8;
    box-shadow: 0 1px 1px #dcdcdc;
    float: right;
    height: 279px;
    margin: -8px 0 13px 15px;
    overflow: hidden;
    padding: 3px;
    position: relative;
    width: 303px;
}

.r_slider ul {
    position: relative;
}

.r_slider li {
    float: left;
    height: 279px;
    margin: 0 3px 3px 0;
    position: relative;
    width: 303px;
}

.fon_im {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.r_slider .slider_info {
    color: #424445;
    line-height: 24px;
    padding: 19px 45px 0 52px;
    position: relative;
}

.r_slider .slider_info .heading {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    padding: 0 0 9px;
}

.r_slider .slider_info_in {
    height: 100px;
    margin: 0 0 10px;
    overflow: hidden;
}

.r_slider .slider_info a.gray-button {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 8px;
    padding: 0 22px;
    text-transform: uppercase;
}

.l-col {
    color: #424445;
    font-size: 18px;
    line-height: 30px;
    margin-right: 15px;
    overflow: hidden;
    padding: 18px 0 0 30px;
}

.l-col .heading {
    color: #000000;
    font-size: 30px;
    font-weight: 300;
    padding: 0 0 28px;
}

.l-col h1 {
    color: #000000;
    font-size: 30px;
    font-weight: 300;
    padding: 0 0 28px;
    margin: 0;
}

.l-col > p {
    padding: 0 0 20px;
}

.b-hide {
    display: none;
    margin: 0 0 8px;
    width: 100%;
}

.b-more {
    clear: both;
    font-size: 14px;
    padding: 0 0 0 20px;
}

.b-more a {
    border-bottom: 1px dotted;
    color: #252627;
    position: relative;
    text-decoration: none;
}

.b-more a:hover {
    border-color: transparent;
    color: #B2006B;
}

.hide_more {
    display: none;
}

.more:before,
.hide_more:before {
    background: url("/local/templates/kitfinance_2/img/sprite.png") no-repeat -160px -2px;
    content: "";
    height: 20px;
    left: -27px;
    position: absolute;
    top: 1px;
    width: 20px;
}

.hide_more:before {
    background-position: -385px -4px;
}

.b-boxes {
    background: url("/local/templates/kitfinance_2/img/noise-bg.png") repeat 0 0;
}

.boxes-menu {
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #a8abac;
    box-shadow: inset 0 1px 1px #cbcbcb;
}

.boxes-menu_in {
    border-collapse: collapse;
    display: table;
    margin: 0 auto -1px;
    width: 960px;
}

.boxes-menu ul {
    display: table-row;
}

.boxes-menu ul li {
    background: url("/local/templates/kitfinance_2/img/fon_content_menu.png") repeat 0 0;
    border-bottom: 1px solid #dcdcdc;
    border-left: 1px solid #C6C6C6;
    border-right: 1px solid #C6C6C6;
    display: table-cell;
    font-size: 16px;
    padding: 0 !important;
    text-align: center;
    vertical-align: top;
}

.boxes-menu ul li:before {
    display: none;
}

.boxes-menu ul li a {
    color: #b6006d;
    cursor: pointer;
    display: block;
    padding: 23px 10px;
    text-decoration: none;
}

.boxes-menu ul li a span {
    border-bottom: 1px dotted;
}

.boxes-menu ul li:hover a span {
    border-color: transparent;
}

.boxes-menu ul li.active {
    background: none;
    border-bottom-color: #fafafa;
}

.boxes-menu ul li.active a {
    border-top: 5px solid #b4006c;
    color: #424445;
    cursor: default;
    padding-top: 18px;
}

.boxes-menu ul li.active a span {
    border-color: transparent;
}

.h1, h1 {
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    padding: 0 0 35px;
}

.boxes-wrapper {
    margin: auto;
    padding: 39px 0 0;
    width: 960px;
}

.white_box.line .b-likes {
    margin: 0;
}

.white_box {
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    clear: both;
    color: #424445;
    line-height: 24px;
    margin: 0 0 30px;
    padding: 24px 28px 27px;
    position: relative;
}

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

.white_box:after {
    clear: both;
}

h2 {
    color: #000;
    font-size: 24px;
    font-weight: 300;
    padding: 0 0 16px;
}

.title,
.white_box .title {
    font-size: 18px;
    line-height: 30px;
    padding: 0 0 22px;
}

.white_box h1 {
    color: #000;
    font-size: 24px;
    font-weight: 300;
    padding: 0 0 16px;
}

.b-hide > img {
    margin: 0 0 16px;
}

.b_2column {
    column-count: 2;
    column-gap: 34px;
    moz-column-count: 2;
    moz-column-gap: 34px;
    webkit-column-count: 2;
    webkit-column-gap: 34px;
}

.b-hide p {
    padding: 0 0 11px;
}

.b-hide.b_2column ul {
    padding: 0 0 11px;
}

.b-hide.b_2column ul li,
.content .white_box ul li {
    padding: 0 0 0 17px;
}

q {
    display: block;
    font-size: 16px;
    font-style: italic;
    line-height: 24px;
    margin: 0 0 17px;
    padding: 19px 44px 10px 47px;
    position: relative;
    quotes: none;
}

q:before,
q:after {
    background: url("/local/templates/kitfinance_2/img/sprite.png") no-repeat -269px -35px;
    content: "";
    height: 25px;
    left: 1px;
    position: absolute;
    top: 11px;
    width: 25px;
}

q:after {
    background-position: -302px -30px;
    bottom: 2px;
    left: auto;
    right: 13px;
    top: auto;
}

.content .icons-line {
    box-shadow: none;
}

.content ul li,
.l-col ul li {
    padding-left: 17px;
    position: relative;
}

.content ul li:before,
.l-col ul li:before {
    background: url("/local/templates/kitfinance_2/img/sprite.png") no-repeat -420px -6px;
    content: "";
    height: 10px;
    left: -1px;
    position: absolute;
    top: 6px;
    width: 10px;
}

.white_box > img {
    float: left;
    margin: 7px 20px 9px 0;
}

.white_box > p {
    padding: 0 0 9px;
}

.half_white_box {
    background-color: #fff;
    border: 1px solid #E7E7E7;
    border-radius: 4px;
    float: left;
    font-size: 16px;
    line-height: 26px;
    margin: 0 56px 30px 0;
    padding: 29px 26px 19px;
    width: 418px;
}

.half_white_box h2 a,
.see_other a {
    color: #ad0868;
    text-decoration: none;
}

.see_other {
    font-size: 18px;
    font-weight: 300;
}

.half_white_box > p {
    padding: 0 0 15px;
}

.half_white_box .sm-more {
    font-size: 14px;
    text-align: left;
}

.b-consul {
    font-size: 24px;
    line-height: 44px;
    margin: 0 0 30px;
    padding: 41px 0 0;
}

.b-consul > p {
    font-weight: 300;
    padding: 0 0 35px;
}

.b-consul a.gray-button {
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    padding: 0 22px;
    text-transform: uppercase;
}

.table-fonds {
    margin-bottom: 20px;
}

.table-fonds-header {
    border-top: 5px solid #d6d6d6;
}

.table-fonds-header td {
    border-left: 2px solid #ededed;
}

.table-fonds-header td.first-td-cell,
.table-fonds-header td:first-child {
    border: 0;
}

.blue_tr {
    border-top: 5px solid #c0e7f0;
}

.blue_tr .table-fonds-risk-col,
.blue_tr td:first-child {
    background: #f3fbfc;
    border: 0;
}

.blue2_tr {
    border-top: 5px solid #9ddae6;
}

.blue2_tr .table-fonds-risk-col,
.blue2_tr td:first-child {
    background: #e2f4f8;
    border: 0;
}

.pink_tr {
    border-top: 5px solid #f4c2dd;
}

.pink_tr .table-fonds-risk-col,
.pink_tr td:first-child {
    background: #fdf4f9;
    border: 0;
}

.pink2_tr {
    border-top: 5px solid #e389bf;
}

.pink2_tr .table-fonds-risk-col,
.pink2_tr td:first-child {
    background: #f7dcec;
    border: 0;
}

.orange_tr {
    border-top: 5px solid #e48486;
}

.orange_tr .table-fonds-risk-col,
.orange_tr td:first-child {
    background: #f7dadb;
    border: 0;
}

.table-fonds .border_grey {
    border-top: 5px solid #ededed;
}

.table-fonds td {
    border-bottom: 2px solid #ededed;
    padding: 12px 15px 19px;
}

.table-fonds-risk-col {
    width: 146px;
}

.td_link span {
    border-bottom: 1px dotted;
    color: #b5006c;
    cursor: pointer;
}

.td_link:hover span {
    border-color: transparent;
}

.td_link.active span {
    color: #424445;
}

.table-fonds-expand-cell {
    background: #f7f7f7;
}

.last-td-cell {
    width: 130px;
}

.td_l_column .heading, .td_r_column .heading {
    font-weight: bold;
}

.td_l_column {
    float: left;
    margin: 0 70px 0 0;
    width: 330px;
}

.td_r_column {
    overflow: hidden;
}

.td_r_column .heading {
    padding: 0 0 8px;
}

.pdf-link {
    display: block;
    margin: 0 0 15px 25px;
    position: relative;
    text-decoration: none;
}

.pdf-link:before {
    background: url("/local/templates/kitfinance_2/img/sprite.png") no-repeat -500px -120px;
    content: "";
    height: 20px;
    left: -26px;
    position: absolute;
    top: 2px;
    width: 20px;
}

.pdf-link:hover {
    color: #c32f87;
}

.pdf-link:hover:before {
    background-position: -470px -120px;
}

.b-likes {
    float: right;
    overflow: hidden;
    white-space: nowrap;
}

.b-likes_icons {
    display: none;
    margin: 2px 0 0 30px;
    vertical-align: middle;
}

.b-likes_item {
    display: inline-block;
    margin-left: 20px;
    vertical-align: top;
}

.b-likes_item table td {
    border: none;
    padding: 0;
}

.b-likes_item .fb_iframe_widget span {
    vertical-align: top !important;
}

.b-likes_item .fb_iframe_widget span, .b-likes_item .fb_iframe_widget iframe {
    height: 20px !important;
    width: 120px !important;
}

.b-likes_item > iframe {
    height: 20px !important;
    position: static !important;
    visibility: visible !important;
    width: 95px !important;
}

.b-likes_lnk {
    display: inline-block;
    padding: 0 0 0 30px;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
}

.b-likes_lnk:before {
    background: url("/local/templates/kitfinance_2/img/sprite.png") no-repeat -254px 0;
    content: "";
    height: 20px;
    left: 7px;
    position: absolute;
    top: 0;
    width: 17px;
}

.b-likes .b-likes_lnk:hover {
    color: #3F3F40;
}

.b-likes .b-likes_lnk:hover:before {
    background-position: -284px 0;
}

.f-column {
    display: inline;
    display: inline-block;
    margin: 0 69px 0 0;
    vertical-align: top;
    width: 180px;
    zoom: 1;
}

.f-column.last_column {
    margin: 0;
}

.footer-wrapper footer .btm_info .f-col {
    border: 0;
    display: inline;
    display: inline-block;
    margin-right: 69px;
    vertical-align: top;
    width: 180px;
    zoom: 1;
}

.footer-wrapper footer .btm_info .f-col.last {
    margin-right: 0;
    width: 200px;
}

.footer-wrapper footer .btm_info .f-col li.last {
    border-bottom-style: none;
}

.footer-wrapper footer .btm_info .f-col h6 a, .footer-wrapper footer .btm_info h6 a {
    color: #FFFEFE;
    font-size: 20px;
    text-decoration: none;
}

.footer-wrapper footer .btm_info .f-col a {
    color: #9A9A9A;
    display: inline-block;
    font-size: 12px;
    line-height: 29px;
    text-decoration: none;
}

.footer-wrapper footer .btm_info .f-col a:hover {
    color: #fff;
}

.footer-wrapper footer .f-col.last .f-socs li:first-child {
    border: 0;
}

.hidden {
    display: none;
}

footer {
    position: relative;
}

footer .footer-logo {
    position: absolute;
    right: 0px;
    top: 10px;
}

.event_filter > div > div {
    color: rgb(158, 0, 92);
    font-weight: bold;
    margin-bottom: 5px;
}

.event_filter > div {
    color: #424445;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}

.event_filter label {
    color: #424445;
    display: block;
    margin-bottom: 3px;
}

.event_filter label input[type="checkbox"] {
    margin-right: 3px;
}

.event_filter select {
    height: 26px;
    width: 180px;
}

.subscription_ table td {
    border: none;
    padding: 5px;
    vertical-align: top;
}

.subscription_ input[type="text"] {
    height: 20px;
    padding: 2px 5px;
    width: 180px;
}

.subscription_ .subscription-utility_ p {
    color: #888;
    font-size: 12px;
    padding-bottom: 10px;
    padding-top: 20px;
}

.subscription_ .subscription-utility_ input[type="text"] {
    margin-right: 20px;
}

._head_ {
    position: relative;
}

._head_ .sub {
    position: absolute;
    right: 0;
    top: 0px;
}

.download_files {
    text-align: right;
}

.b-likes {
}

.fb-like > span {
    height: 26px !important;
}

.inline-b {
    display: inline !important;
    float: none;
}

.kit-form {
    padding-bottom: 10px;
}

.pointer {
    cursor: pointer;
}

.kit-form table, .kit-form table td {
    border: none;
}

.kit-form table td {
    vertical-align: top;
}

.kit-form input[type="text"],
.kit-form textarea,
.kit-form input[type="file"],
.kit-form input[type="password"] {
    width: 300px;
}

.kit-form select {
    width: 321px;
}

.kit-form input,
.kit-form textarea {
    border: 1px solid #999;
}

.kit-form input[type="radio"],
.kit-form input[type="checkbox"] {
    margin-right: 4px;
}

.kit-form .form-msg {
    margin-top: 10px;
}

.kit-form table tfoot {
    text-align: left;
}

.kit-form table tfoot th {
    padding: 10px 0;
}

.chart_code li {
    margin-bottom: 0;
}

.chart_wrapper {
    position: relative;
}

.loading_img {
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
    position: absolute;
    top: 50%;
}

.title-month {
    bottom: 61px;
    position: absolute;
    right: 95px;
}

.title-month2 {
    bottom: 15px;
    position: absolute;
    right: 95px;
}

.drop_item {
    display: block;
    margin-bottom: 10px;
}

.drop_item ul li {
    margin-right: 10px;
    padding-left: 0px;
}

.drop_item .head_link {
    text-decoration: none;
}

iframe[name="google_conversion_frame"] {
    display: none !important;
}

#ainvitediv {
    display: none !important;
}

.interval_range ul li a.active,
.date_range ul li a.active,
.chart_code ul li a.active {
    color: #b6006d;
    text-decoration: none;
}

.no-padding-left {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.top_bd {
    border-top: 1px solid #D8D8D8;
    padding: 10px;
    vertical-align: middle;
}

.top_bd0 {
    padding-left: 10px;
    padding-right: 10px;
}

.top_bd h2, .top_bd0 h2 {
    font-size: 19px;
}

.top_bd_title, .top_bd_date {
    padding-top: 10px;
}

.top_bd_title {
    width: 580px;
}

.b-grid {
}

.b-grid:after, .clearfix:after {
    clear: both;
    content: "";
    display: table;
}

.b-grid.x1 {
    margin-left: -10px;
}

.b-grid.x2 {
    margin-left: -20px;
}

.b-grid.x25 {
    margin-left: -25px;
}

.b-grid.x3 {
    margin-left: -30px;
}

.b-grid.x4 {
    margin-left: -40px;
}

.b-grid-item {
    border-left: 0px solid transparent;
    box-sizing: border-box;
    display: block;
    float: left;
    moz-box-sizing: border-box;
}

.b-grid.x1 > .b-grid-item {
    border-left-width: 10px;
}

.b-grid.x2 > .b-grid-item {
    border-left-width: 20px;
}

.b-grid.x25 > .b-grid-item {
    border-left-width: 25px;
}

.b-grid.x3 > .b-grid-item {
    border-left-width: 30px;
}

.b-grid.x4 > .b-grid-item {
    border-left-width: 40px;
}

.b-grid.vertical .b-grid-item {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.b-grid-item.width-one-half {
    width: 50%;
}

.b-grid-item.width-one-third {
    width: 33.333%;
}

.b-grid-item.width-two-third {
    width: 66.666%;
}

.b-grid-item.width-three-tenth {
    width: 30%;
}

.b-grid-item.width-seven-tenth {
    width: 70%;
}

.b-grid-item.width-one-fifth {
    width: 20%;
}

.b-grid-item.width-two-fifth {
    width: 40%;
}

.b-grid-item.width-three-fifth {
    width: 60%;
}

.line-detail-back-link {
    padding: 0px 28px 28px 28px;
}

.box-item {
    box-sizing: border-box;
    display: inline-block;
    moz-box-sizing: border-box;
    vertical-align: middle;
}

.box-item.full-width {
    width: 100%;
}

.box-item.half-width {
    width: 50%;
}

.dropdown-wrapper {
    position: relative;
}

.dropdown-item {
    position: absolute;
    right: 0;
    z-index: 500;
}

.dropdown-wrapper .dropdown-item {
    display: none;
}

.personal-dropdown-wrapper.open > a {
    background: #e7e7e7;
    background: linear-gradient(to bottom, #eff0f0 0%, #e7e7e7 100%);
    background: -moz-linear-gradient(top, #eff0f0 0%, #e7e7e7 100%);
    background: -ms-linear-gradient(top, #eff0f0 0%, #e7e7e7 100%);
    background: -o-linear-gradient(top, #eff0f0 0%, #e7e7e7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eff0f0), color-stop(100%, #e7e7e7));
    background: -webkit-linear-gradient(top, #eff0f0 0%, #e7e7e7 100%);
}

.dropdown-wrapper.open .dropdown-item {
    display: block;
}

.personal-menu-wrapper {
    background: #f8f8f8;
    box-shadow: 0px 24px 35px 0px rgba(0, 0, 0, 0.16);
    padding: 20px 20px 30px 20px;
    width: 350px;
}

.personal-menu-row.quik-row {
    background: url('/local/templates/kitfinance_2/img/new/quik-icon.jpg') center 25px no-repeat;
    border-top: 1px solid #e7e0e0;
    padding-top: 60px;
}

nav.top-menu .personal-menu-wrapper a {
    color: #b9006d;
}

.personal-menu-link:before {
    content: "";
    display: inline-block;
    height: 14px;
    margin-right: 5px;
    vertical-align: text-bottom;
    width: 14px;
}

.personal-menu-link.personal-link:before {
    background: url('/local/templates/kitfinance_2/img/new/personal-icon.png') top center no-repeat;
}

.personal-menu-link.partner-link:before {
    background: url('/local/templates/kitfinance_2/img/new/partner-icon.png') top center no-repeat;
}

.search-tags-cloud-list {
    margin: -20px 0px 10px 0px;
    position: relative;
}

.search-tags-cloud-list-all {
    margin: 0px 0px 20px 0px;
}

.search-tags-cloud-item {
    display: inline-block;
    margin: 0px 7px 0px 0px;
}

.line-item-tags-list {
    margin: 5px 0px;
}

input[type=text].readonly {
    border-color: transparent;
    color: #555;
}

.kit-form input[type="text"].short {
    width: 30px;
}

.faq-wrapper {
    padding-bottom: 50px;
}

.faq-section-links {
    height: 0;
    margin-bottom: 40px;
    padding: 0px 30px;
    text-align: right;
}

.faq-section-show-all {
    color: #b9006d;
    cursor: pointer;
    position: relative;
    text-decoration: underline;
    top: 45px;
}

.faq-section-item {
    margin-top: 20px;
}

.faq-section-item-title {
    color: #5a5e5f;
    font-size: 21px;
    padding: 0;
}

.faq-section-item-title span {
    cursor: pointer;
}

.faq-section-item-title span:hover {
    color: #c9137f;
}

.faq-section-item-list {
    display: none;
    margin-top: 25px;
    padding-bottom: 60px;
    position: relative;
}

.faq-section-item-list-inner:before {
    border-color: transparent #ebebeb transparent transparent;
    border-style: solid;
    border-width: 0 20px 20px 0;
    bottom: -20px;
    content: "";
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
}

.faq-section-item-list-inner:after {
    border-color: #ebebeb transparent transparent transparent;
    border-style: solid;
    border-width: 20px 20px 0 0;
    bottom: -20px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 0;
    width: 0;
}

.faq-section-item-list-inner {
    background: #e7e7e7;
    padding: 40px 50px;
    position: relative;
}

.faq-element-item {
    color: #1a0703;
}

.faq-element-item-question span {
    border-bottom: 1px solid #fff;
    box-shadow: inset 0px -1px 0px 0px #e1e1e1;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 10px 0px;
}

.faq-element-item-question span:hover {
    color: #ca1381;
}

.faq-element-item:last-child .faq-element-item-question span {
    border-bottom: none;
    box-shadow: none;
}

.faq-element-item-answer {
    display: none;
    line-height: 2;
    padding: 30px 35px;
}

.faq-search-input-wrapper {
    max-width: 320px;
    position: relative;
}

.faq-search-input {
    border: 1px solid #eae8e8;
    box-shadow: inset 0px 0px 2px 0px #eae8e8;
    box-sizing: border-box;
    color: #a6a6a6;
    font-size: 14px;
    moz-box-sizing: border-box;
    padding: 10px 30px 10px 20px;
    width: 100%;
}

.faq-search-button {
    background: transparent url('/local/templates/kitfinance_2/img/new/search-zoom-icon.jpg');
    border: none;
    cursor: pointer;
    height: 17px;
    position: absolute;
    right: 11px;
    top: 11px;
    width: 17px;
}

.faq-close-button {
    background: transparent;
    border: none;
    cursor: pointer;
    display: none;
    font-size: 17px;
    height: 17px;
    left: 3px;
    line-height: 1;
    position: absolute;
    top: 11px;
    width: 17px;
}

.faq-close-button.is--active {
    display: block;
}

.faq-search-back {
    margin: 50px 0px 45px 0px;
    padding: 0px 0px 0px 20px;
}

.faq-search-back a {
    color: #b9006d;
}

.faq-search-table-title {
    color: #5b5e5f;
    font-size: 21px;
    margin: 0px 0px 40px 0px;
    padding: 0px 0px 0px 20px;
}

.faq-search-table-wrapper {
}

.faq-search-table {
    width: 100%;
}

.faq-search-table tbody tr td {
    padding: 20px;
    vertical-align: top;
}

.faq-search-table tbody tr:first-child td {
    padding-top: 10px;
}

.faq-search-table tbody tr:last-child td {
    padding-bottom: 10px;
}

.faq-search-table tbody tr td:first-child {
    border-right: 1px solid #e1e1e1;
    width: 145px;
}

.faq-search-table tfoot tr td {
    border-top: 1px solid #e1e1e1;
    padding-top: 30px;
    text-align: center;
}

.faq-search-table tfoot tr td a {
    color: #b9006d;
}

.faq-search-table-answer {
    margin: 20px 0px 0px 40px;
}

.faq-search-more {
    border: 1px dotted #c4c4c4;
    margin: 60px 0px 0px 0px;
    max-width: 365px;
    padding: 55px;
}

.faq-search-more p {
    margin-top: 10px;
}

.faq-search-more p:first-child {
    font-size: 21px;
    margin-top: 0;
}

.faq-search-more-button-wrapper {
    margin: 20px 0px 0px 0px;
}

.faq-search-no-result {
    font-size: 21px;
    padding: 20px;
}

.faq-search-no-result.no-result-popup {
    padding: 20px;
    text-align: center;
}

.faq-search-popup-wrapper {
    position: relative;
}

.faq-search-popup {
    background: #fff;
    box-shadow: 0px 30px 80px 0px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    moz-box-sizing: border-box;
    padding: 40px 0px 30px 0px;
    position: absolute;
    width: 100%;
    z-index: 100;
}

.pink-button.button--upper {
    text-transform: uppercase;
}

.plitka .pl-title a, .pl-title_inner a {
    font-weight: 400;
    letter-spacing: -1px;
}

.strong-line .wide-white-block .wwb-right-cell li {
    color: #323637;
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 33px;
    padding-left: 61px;
    position: relative;
}

nav.main-menu {
    letter-spacing: 0;
}

nav.top-menu a {
    font-size: 13px;
}

nav.main-menu li a span {
    border-bottom: 1px solid #db439d;
    font-weight: 400
}

.sub-top-menu a.pink-button {
    letter-spacing: 0;
}

nav.main-menu .broker-service a span {
    /* font-size: 18px; */
    border-bottom: none;
    /* font-weight: 600 */
}

.footer-wrapper footer .btm_info .f-col a {
    font-size: 13px;
}


/* --- ADD IN MAIN STYLES ----------------------------------------------------*/
.mob-show {
    display: none !important;
}

.sub-menu-mob {
    display: none;
}

a.top-mob-menu {
    display: none;
}

a {
    cursor: pointer;
}

.b-boxes {
    overflow: hidden;
}

.breadcrumbs li {
    white-space: nowrap;
}

.breadcumbs_popup li {
    white-space: normal;
}

button.pink-button.active, a.pink-button.active, input.pink-button.active {
    background-color: #a61168;
    background-position: 0 80px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.39) inset;
}

.white_box img {
    max-width: 100%;
    height: auto;
}

.white_box table img {
    max-width: none;
}

.check-box {
    display: none;
}

.check-lbl {
    display: inline-block;
    height: 19px;
    margin: 5px 30px 10px 0px;
    padding: 0 0 0 30px;
    font: 400 15px/19px 'Open Sans', sans-serif;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: transparent url(/local/templates/kitfinance_2/img/icos_check.png) no-repeat 0 0;
    cursor: pointer;
}

.check-lbl:hover {
    background-position: 0 -19px;
}

.check-box:checked + .check-lbl {
    color: #ca1380;
    background-position: 0 -38px;
}

.check-box:checked + .check-lbl:hover {
    background-position: 0 -57px;
}


/* --- ADD IN MAIN STYLES for schedule/event page ------------------------*/
.event_filter_wrap.no-title {
    margin-top: 26px;
}

.event_filter label {
    margin-bottom: 10px;
}

.event_filter .event_filter_title {
    margin-bottom: 0;
    padding-bottom: 10px;
}

.event_filter select {
    height: 29px;
    width: 220px;
    padding: 0 0 0 10px;
    color: #424445;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    background: #fff;
    border: none;
}

.event_filter select option {
    padding-left: 10px;
    color: #424445;
    font-size: 14px;
    line-height: 20px;
}

/*
.event_filter>div>div{margin-bottom: 5px;font-weight: bold;color: rgb(158, 0, 92);;}
.event_filter>div{display: inline-block;vertical-align: top;margin-right: 20px;color: #424445;}
.event_filter label{margin-bottom: 3px;display: block; color: #424445;}
.event_filter label input[type="checkbox"]{margin-right: 3px;}
.event_filter select{width: 180px; height:26px;}
*/


/* --- ADD IN MAIN STYLES From chastnym_investoram page ------------------*/
.element-wrapper {
    overflow: hidden;
    /*margin-left: -20px;*/
}

.half-block {
    width: 468px;
    height: 730px;
    float: left;
    margin: 0 20px 30px 0;
    margin-right: 0;
    border: 1px solid #e7e7e7;
    background-color: #fff;
}

.half-block:nth-child(2n) {
    margin-right: 0;
    float: right;
}

.hb-info {
    padding: 30px;

    line-height: 24px;
    position: relative;
}

.hb-info .b-likes-wrap {
    position: absolute;
    bottom: 30px;
    height: 24px;

}

.hb-info .b-likes_icons {
    margin-left: 5px;
}

.hb-info .b-likes_icons .vk_like {
    width: 90px !important;
}

.hb-info .text {
    overflow: hidden;
    height: auto;
}

.hb-info .text ul li {
    position: relative;
    padding: 0 0 0 17px;
}

.hb-info .text ul li:before, .hb-info .text ul li:before {
    background: url("/bitrix/templates/kitfinance_new/img/sprite.png") no-repeat -420px -6px;
    content: "";
    height: 10px;
    left: 0px;
    position: absolute;
    top: 6px;
    width: 10px;
}

.hb-img img {
    vertical-align: middle;
}

.hb-sub-list {
    margin-left: -3%;
}

.hb-sub-item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-left: 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mob-show-site {
    display: none;
}

.date_range ul li, .interval_range ul li {
    margin-right: 17px;
    padding-left: 0px;
}

.interval_range ul li a.hides {
    color: #B3B3B3;
    cursor: default;
}

.interval_range ul li a.hides:hover {
    color: #B3B3B3;
}

.chsm-time.sm-time {
    color: #B3B3B3;
    font-size: 13px;
    position: absolute;
    top: 24px;
    right: 28px;
}

/* PAGE NAVIGATION */

div.modern-page-navigation {
    padding: 0.5em 0;
}

div.modern-page-navigation a,
span.modern-page-current,
span.modern-page-dots {
    border-left-width: 1px;
    border-left-style: solid;
    padding-left: 0.75em;
    padding-right: 0.5em;
    text-decoration: none;
}

div.modern-page-navigation a.modern-page-previous {
    border-right-width: 1px;
    border-right-style: solid;
    border-left: none;
}

div.modern-page-navigation a.modern-page-first,
div.modern-page-navigation span.modern-page-first {
    border-left: none;
    padding-left: 0.5em;
}

span.modern-page-current {
    font-weight: bold;
}

div.modern-page-navigation a,
span.modern-page-current,
div.modern-page-navigation a.modern-page-previous,
span.modern-page-dots {
    border-color: #cdcdcd;
}

/* END PAGE NAVIGATION */


/* DIVIDEND CALENDAR */

/*--------------------- VIDGET STYLES ----------------------------------------*/
.divcal * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.divcal a {
    cursor: pointer;
}

.divcal-head {
    padding: 20px 0px;
    overflow: hidden;
}

.divcal-head-search {
    position: relative;
}

.divcal-head-search .search-wrap {
    position: relative;
    height: 46px;
    width: 100%;
    border: 3px solid #f2f2f2;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.07);
}

.divcal-head-search .search-input {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 50px 10px 15px;
    font: 400 italic 13px/20px 'Open Sans', sans-serif;
    background: transparent;
    border: none;
}

.divcal-head-search .search-btn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    background: no-repeat transparent center url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI4Ljk2M3B4IiBoZWlnaHQ9IjMwcHgiIHZpZXdCb3g9IjAuNTE4IDAgMjguOTYzIDMwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAuNTE4IDAgMjguOTYzIDMwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjRTNFM0UzIiBkPSJNMjkuMDQxLDI3LjMyNWwtNy4xNC03LjQyNmMxLjgzNi0yLjE4MywyLjg0Mi00LjkyOCwyLjg0Mi03Ljc4N0MyNC43NDMsNS40MzQsMTkuMzEsMCwxMi42MzEsMFMwLjUxOCw1LjQzNCwwLjUxOCwxMi4xMTJzNS40MzQsMTIuMTEyLDEyLjExMywxMi4xMTJjMi41MDcsMCw0Ljg5Ni0wLjc1Niw2LjkzOS0yLjE5MWw3LjE5Myw3LjQ4MkMyNy4wNjQsMjkuODI4LDI3LjQ3LDMwLDI3LjkwMiwzMGMwLjQxLDAsMC44LTAuMTU2LDEuMDk2LTAuNDQxQzI5LjYyNSwyOC45NTUsMjkuNjQ2LDI3Ljk1MywyOS4wNDEsMjcuMzI1eiBNMTIuNjMxLDMuMTZjNC45MzcsMCw4Ljk1Myw0LjAxNiw4Ljk1Myw4Ljk1M3MtNC4wMTcsOC45NTMtOC45NTMsOC45NTNjLTQuOTM3LDAtOC45NTMtNC4wMTctOC45NTMtOC45NTNTNy42OTQsMy4xNiwxMi42MzEsMy4xNnoiLz48L3N2Zz4=);
    background-size: 15px auto;
    border: none;
}

.divcal-head-search .search-btn:hover {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI4Ljk2M3B4IiBoZWlnaHQ9IjMwcHgiIHZpZXdCb3g9IjAuNTE4IDAgMjguOTYzIDMwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAuNTE4IDAgMjguOTYzIDMwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjQjcwMDZEIiBkPSJNMjkuMDQxLDI3LjMyNWwtNy4xNC03LjQyNmMxLjgzNi0yLjE4MywyLjg0Mi00LjkyOCwyLjg0Mi03Ljc4N0MyNC43NDMsNS40MzQsMTkuMzEsMCwxMi42MzEsMFMwLjUxOCw1LjQzNCwwLjUxOCwxMi4xMTJzNS40MzQsMTIuMTEyLDEyLjExMywxMi4xMTJjMi41MDcsMCw0Ljg5Ni0wLjc1Niw2LjkzOS0yLjE5MWw3LjE5Myw3LjQ4MkMyNy4wNjQsMjkuODI4LDI3LjQ3LDMwLDI3LjkwMiwzMGMwLjQxLDAsMC44LTAuMTU2LDEuMDk2LTAuNDQxQzI5LjYyNSwyOC45NTUsMjkuNjQ2LDI3Ljk1MywyOS4wNDEsMjcuMzI1eiBNMTIuNjMxLDMuMTZjNC45MzcsMCw4Ljk1Myw0LjAxNiw4Ljk1Myw4Ljk1M3MtNC4wMTcsOC45NTMtOC45NTMsOC45NTNjLTQuOTM3LDAtOC45NTMtNC4wMTctOC45NTMtOC45NTNTNy42OTQsMy4xNiwxMi42MzEsMy4xNnoiLz48L3N2Zz4=);
}

.divcal-head-filter {
    font-size: 0;
}

.divcal-head-filter .filter-title {
    margin-left: 2px;
    font: 400 16px/46px 'Open Sans', sans-serif;
    cursor: default;
}

.divcal-head-filter .filter-items {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    list-style: none;
}

.divcal-head-filter .filter-items > li {
    display: inline-block;
    vertical-align: top;
    padding-left: 0 !important;
}

.divcal-head-filter .filter-items > li:before {
    display: none;
}

.divcal-head-filter .filter-items a {
    display: block;
    padding-left: 15px;
    margin-left: 15px;
    color: #bfbfbf;
    font: 400 16px/46px 'Open Sans', sans-serif;
    background: no-repeat left center;
    background-size: 10px 10px;
}

.divcal-head-filter .filter-items a:hover {
    color: #b7006d;
    /* background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjEwcHgiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgMTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiNBN0E2QTYiIGQ9Ik0wLjQzOSw0LjgxOGwwLjYtMC42MTlsMi45MzksMS43NThsNS4wNjgtNC44MjZsMC41MTQsMC41MTVMNC4yLDguODY5TDAuNDM5LDQuODE4eiIvPjwvc3ZnPg==);*/
}

.divcal-head-filter .filter-items a.active {
    color: #b7006d;
    /*  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjEwcHgiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgMTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiNCNzBGNkUiIGQ9Ik0wLjQzOSw0LjgxOGwwLjYtMC42MTlsMi45MzksMS43NThsNS4wNjgtNC44MjZsMC41MTQsMC41MTVMNC4yLDguODY5TDAuNDM5LDQuODE4eiIvPjwvc3ZnPg==);*/
    cursor: default;
}

.divcal-body {
    /*margin-bottom: 50px;*/
}

.divcal-info {
    /*margin: 0 0 20px;*/
    /*font: 400 italic 14px/16px 'Open Sans', sans-serif;*/
}

.divcal-info p {
    margin: 10px 0;
    font: inhired;
}

.divcal-titles {
    margin: 0;
    padding: 0;
    list-style: none;
}

.divcal-titles li {
    padding-left: 0 !important;
}

.divcal-titles li:before {
    display: none;
}

.divcal-titles a {
    display: block;
    position: relative;
    color: #b6006d;
    background: no-repeat right 50% url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNXB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCAxNSAyMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTUgMjAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsPSIjQzdDNkM2IiBkPSJNMy44MTksMy4wMDRMNi42MzcsOUgxTDMuODE5LDMuMDA0eiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsPSIjQzdDNkM2IiBkPSJNMy44MTksMTYuOTk2TDYuNjM3LDExSDFMMy44MTksMTYuOTk2eiIvPjwvc3ZnPg==);
    background-size: 15px 20px;
}

.divcal-titles a:hover {
    color: #b7006d;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNXB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCAxNSAyMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTUgMjAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsPSIjQjcwRjZFIiBkPSJNMy44MTksMy4wMDRMNi42MzcsOUgxTDMuODE5LDMuMDA0eiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsPSIjQjcwRjZFIiBkPSJNMy44MTksMTYuOTk2TDYuNjM3LDExSDFMMy44MTksMTYuOTk2eiIvPjwvc3ZnPg==);
}

.divcal-titles a.has-sort-top {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNXB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCAxNSAyMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTUgMjAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsPSIjQjcwRjZFIiBkPSJNMSwxMC44NTNoNS42MzdsLTIuODE5LDUuOTk2TDEsMTAuODUzeiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsPSIjQjcwRjZFIiBkPSJNMC4xMjYsOC44NTNoNy4zNzlsLTMuNjktNy44NDhMMC4xMjYsOC44NTN6Ii8+PC9zdmc+);
}

.divcal-titles a.has-sort-dwn {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNXB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCAxNSAyMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTUgMjAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsPSIjQjcwRjZFIiBkPSJNMy44MTksMy4wMDRMNi42MzcsOUgxTDMuODE5LDMuMDA0eiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsPSIjQjcwRjZFIiBkPSJNMy44MTYsMTguODQ4TDcuNTA2LDExSDAuMTI2TDMuODE2LDE4Ljg0OHoiLz48L3N2Zz4=);
}




.sub-top-menu a.pink-button {
    z-index: 10000!important;
}

@media (max-width: 350px) {

    .wr-btn-demo .mobile-app {
        display: none!important;
    }

    .sub-top-menu a.pink-button {
        z-index: 10000!important;
    }

    .wr-btn-demo.pink-button__end-text {
        width: 250px !important;
    }
}

@media (max-width: 460px) {

    .wr-btn-demo .mobile-app {
        display: none!important;
    }

    .sub-top-menu a.pink-button {
        z-index: 10000!important;
    }

    .wr-btn-demo.pink-button__end-text {
        width: 250px !important;
    }
}

@media (max-width: 767px) {
    .sub-top-menu a.pink-button {
        z-index: 10000!important;
    }
}



@media (min-width: 991px) {
    .divcal {
        background: #fff;
    }

    .divcal-head-search {
        float: left;
        width: 330px;
    }

    .divcal-head-filter {
        margin-left: 330px;
        text-align: right;
    }

    .divcal-head-filter .filter-title {
        display: inline-block;
        vertical-align: top;
    }

    .divcal-titles {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    .divcal-titles li {
        display: table-cell;
        vertical-align: middle;
        width: 13%;
        border: 1px solid #eaeaea;
        border-left: none;
    }

    .divcal-titles li:first-child {
        width: 22%;
    }

    .divcal-titles li:first-child a {
        padding-left: 20px;
    }

    .divcal-titles li:last-child {
        border-right: none;
    }

    .divcal-titles a {
        padding: 15px 15px 15px 10px;
        font: 400 12px/18px 'Open Sans', sans-serif;
    }

    .divcal-line {
        position: relative;
        border-bottom: 1px solid #eaeaea;
    }

    .divcal-line-datas {
        display: table;
        position: relative;
        width: 100%;
        height: 51px;
        table-layout: fixed;
        font: 400 12px/16px 'Open Sans', sans-serif;
        -webkit-transition: background 0.5s ease-in-out 0s;
        -ms-transition: background 0.5s ease-in-out 0s;
        -o-transition: background 0.5s ease-in-out 0s;
        transition: background 0.5s ease-in-out 0s;
    }

    .divcal-line-datas:hover {
        background: #fafafa;
    }

    .divcal-line-title {
        display: table-cell;
        vertical-align: middle;
        width: 22%;
        font-weight: 700;
    }

    .divcal-line-title .title-btn {
        display: block;
        position: relative;
        padding: 5px 12px 5px 20px;
        word-wrap: break-word;
        word-break: normal;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .divcal-line-title .title-btn:hover {
        color: #b6006c;
    }

    .divcal-line-text {
        display: table-cell;
        vertical-align: middle;
        width: 13%;
        padding: 5px 10px;
        word-wrap: break-word;
        word-break: normal;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .divcal-line.is-open {
        padding-bottom: 20px;
    }

    .divcal-line.is-open .divcal-line-datas {
        background: #f9f9f9;
    }

    .divcal-line.is-open .divcal-more-body {
        display: block;
    }

    .divcal-line.is-open .divcal-more-note {
        display: none;
    }

    .divcal-line.is-open.has-visible-note .divcal-more-note {
        display: block;
        top: 50px;
    }

    .divcal-line.is-marked .divcal-line-datas:before {
        content: "";
        display: block;
        position: absolute;
        left: 3px;
        top: 50%;
        width: 10px;
        height: 10px;
        margin-top: -5px;
        pointer-events: none;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjEwcHgiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgMTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiNCNzBGNkUiIGQ9Ik0wLjQzOSw0LjgxOGwwLjYtMC42MTlsMi45MzksMS43NThsNS4wNjgtNC44MjZsMC41MTQsMC41MTVMNC4yLDguODY5TDAuNDM5LDQuODE4eiIvPjwvc3ZnPg==);
        background-size: 100% 100%;
    }

    .divcal-line.has-visible-note .divcal-more-note {
        visibility: visible;
        opacity: 1;
    }

    .divcal-more-title {
        display: none;
    }

    .divcal-more-note {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 100%;
        left: 150px;
        width: 500px;
        padding: 20px 15px;
        margin: -10px 0 0 -40px;
        font: 300 normal 13px/18px 'Open Sans', sans-serif;
        background: #fff;
        border-radius: 3px;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
        z-index: 10;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -ms-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
    }

    .divcal-more-note.active {
        visibility: visible;
        opacity: 1;
    }

    .divcal-more-body {
        display: none;
        margin-left: 22%;
    }

    .divcal-more-datas {
        display: table;
        width: 100%;
        height: 45px;
        table-layout: fixed;
        font: 400 12px/20px 'Open Sans', sans-serif;
    }

    .divcal-more-text {
        display: table-cell;
        width: 16.66%;
        padding: 12px;
    }

    .divcal-more-close {
        display: none;
    }

    .divcal .has-question {
        position: relative;
        padding-right: 20px;
        background: no-repeat right center url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjIwcHgiIGhlaWdodD0iMTRweCIgdmlld0JveD0iMC4wNDMgMC4wNSAyMCAxNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwLjA0MyAwLjA1IDIwIDE0IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBmaWxsPSIjQkIwMDNFIiBkPSJNNy4wNTEsMC4wNWMtMy44NjcsMC03LDMuMTMzLTcsN2MwLDMuODY1LDMuMTMzLDcsNyw3YzMuODY2LDAsNy0zLjEzNCw3LTdDMTQuMDUsMy4xODMsMTAuOTE3LDAuMDUsNy4wNTEsMC4wNXogTTcuMDUxLDEyLjkwOGMtMy4yMzcsMC01Ljg1OS0yLjYyMi01Ljg1OS01Ljg1OGMwLTMuMjM2LDIuNjIzLTUuODU5LDUuODU5LTUuODU5YzMuMjM1LDAsNS44NTgsMi42MjQsNS44NTgsNS44NTlDMTIuOTA5LDEwLjI4NiwxMC4yODYsMTIuOTA4LDcuMDUxLDEyLjkwOHoiLz48cGF0aCBmaWxsPSIjQkIwMDNFIiBkPSJNNi44Nyw5LjIxNmMtMC42MzUsMC0xLjA4NSwwLjQ1MS0xLjA4NSwxLjExYzAsMC42MzMsMC40MzksMS4xMDgsMS4wODUsMS4xMDhjMC42NjksMCwxLjA5Ni0wLjQ3NSwxLjA5Ni0xLjEwOEM3Ljk1Myw5LjY2Nyw3LjUyNiw5LjIxNiw2Ljg3LDkuMjE2eiIvPjxwYXRoIGZpbGw9IiNCQjAwM0UiIGQ9Ik03LjAzOCwyLjkzOGMtMC44NjQsMC0xLjU4MywwLjI0My0yLjAzNSwwLjQ5OWwwLjQxNSwxLjMyOUM1LjczNCw0LjU0Nyw2LjIyMiw0LjQsNi42MjQsNC40YzAuNjA5LDAuMDEzLDAuODkxLDAuMzA1LDAuODkxLDAuNzMxYzAsMC40MDMtMC4zMTcsMC44MDQtMC43MDgsMS4yODFDNi4yNTksNy4wNTksNi4wNTEsNy42OTMsNi4wODgsOC4zMTNMNi4xLDguNjMxaDEuNjIxdi0wLjIyQzcuNzA5LDcuODYyLDcuOTA1LDcuMzg2LDguMzQzLDYuODg4YzAuNDY0LTAuNTEyLDEuMDQ4LTEuMTIyLDEuMDQ4LTIuMDQ4QzkuMzkxLDMuODI3LDguNjQ4LDIuOTM4LDcuMDM4LDIuOTM4eiIvPjwvZz48L3N2Zz4=);
        background-size: 20px 14px;
    }

    /*.divcal .has-question:after {
        opacity: 0;
        visibility: hidden;
        content: attr(data-question);
        position: absolute;
        top: 100%;
        right: 10px;
        width: 250px;
        padding: 20px 15px;
        margin-top: -10px;
        font: 300 italic 13px/18px 'Open Sans', sans-serif;
        background: #fff;
        border-radius: 3px;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
        z-index: 10;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -ms-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
    }
    .divcal .has-question:hover:after {
        opacity: 1;
        visibility: visible;
    }*/
    .divcal .has-question .qnote {
        opacity: 0;
        visibility: hidden;
        content: attr(data-question);
        position: absolute;
        top: 100%;
        right: 10px;
        width: 250px;
        padding: 20px 15px;
        margin-top: -10px;
        font: 300 normal 13px/18px 'Open Sans', sans-serif;
        background: #fff;
        border-radius: 3px;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
        z-index: 10;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -ms-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
    }

    .divcal .has-question:hover .qnote {
        opacity: 1;
        visibility: visible;
    }
}

@media (min-width: 765px) and (max-width: 990px) {
    .divcal-head-search {
        width: 330px;
    }

    .divcal-head-filter {
        margin-top: 20px;
    }

    .divcal-head-filter .filter-title {
        display: inline-block;
        vertical-align: top;
    }

    .divcal-body {
        position: relative;
    }

    .divcal-body:before,
    .divcal-body:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 25px;
        pointer-events: none;
        z-index: 1;
    }

    .divcal-body:before {
        left: 150px;
        background: -webkit-linear-gradient(to right, #fafafa, transparent);
        background: -moz-linear-gradient(to right, #fafafa, transparent);
        background: -o-linear-gradient(to right, #fafafa, transparent);
        background: linear-gradient(to right, #fafafa, transparent);
    }

    .divcal-body:after {
        right: 0;
        background: -webkit-linear-gradient(to left, #fafafa, transparent);
        background: -moz-linear-gradient(to left, #fafafa, transparent);
        background: -o-linear-gradient(to left, #fafafa, transparent);
        background: linear-gradient(to left, #fafafa, transparent);
    }

    .divcal-titles {
        float: left;
        position: relative;
        width: 150px;
        border-right: 1px solid #f0f0f0;
        background: #fff;
        z-index: 1;
    }

    .divcal-titles li:first-child a {
        height: 80px;
        margin-top: 40px;
        overflow: hidden;
    }

    .divcal-titles a {
        min-height: 70px;
        padding: 15px 15px 15px 10px;
        font: 400 13px/20px 'Open Sans', sans-serif;
    }

    .divcal-lines {
        margin-left: 150px;
        font-size: 0;
        white-space: nowrap;
        box-shadow: 0 0 80px rgba(0, 0, 0, 0.07);
        overflow-x: auto;
    }

    .divcal-line {
        display: inline-block;
        vertical-align: top;
        width: 165px;
        padding-top: 20px;
        white-space: normal;
        border-right: 1px solid #f0f0f0;
        box-shadow: -20px 0 80px rgba(0, 0, 0, 0.09);
    }

    .divcal-line-datas {
        padding-top: 20px;
        font: 400 14px/20px 'Open Sans', sans-serif;
    }

    .divcal-line-title {
        vertical-align: middle;
        height: 80px;
        padding: 15px;
        text-align: center;
        font: 600 13px/20px 'Open Sans', sans-serif;
        overflow: hidden;
    }

    .divcal-line-title .title-btn {
        display: block;
        word-wrap: break-word;
        word-break: normal;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .divcal-line-text {
        height: 70px;
        padding: 23px 20px 7px;
    }

    .divcal-line.is-marked .divcal-line-datas {
        background: no-repeat center 0 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjEwcHgiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgMTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiNCNzBGNkUiIGQ9Ik0wLjQzOSw0LjgxOGwwLjYtMC42MTlsMi45MzksMS43NThsNS4wNjgtNC44MjZsMC41MTQsMC41MTVMNC4yLDguODY5TDAuNDM5LDQuODE4eiIvPjwvc3ZnPg==);
        background-size: 10px 10px;
    }

    .divcal-line.is-open .divcal-more {
        display: block;
    }

    .divcal-more {
        display: none;
        position: absolute;
        left: 130px;
        right: 0;
        bottom: 0;
        min-height: 100%;
        font-size: 0;
        white-space: nowrap;
        background: #fff;
        z-index: 10;
    }

    .divcal-more-head {
        position: relative;
        min-height: 130px;
        margin-left: -130px;
        padding: 20px 100px 20px 20px;
        white-space: normal;
        background: #fff;
    }

    .divcal-more-title {
        font: 700 14px/40px 'Open Sans', sans-serif;
    }

    .divcal-more-note {
        font: 400 normal 13px/18px 'Open Sans', sans-serif;
    }

    .divcal-more-body {
        width: 100%;
        overflow-x: auto;
    }

    .divcal-more-datas {
        display: inline-block;
        vertical-align: top;
        width: 165px;
        font: 400 14px/20px 'Open Sans', sans-serif;
        white-space: normal;
        border-right: 1px solid #f0f0f0;
    }

    .divcal-more-text {
        height: 70px;
        padding: 23px 20px 7px;
    }

    .divcal-more-close {
        display: block;
        position: absolute;
        top: 30px;
        right: 20px;
        width: 20px;
        height: 20px;
        background: no-repeat center url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjIwcHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iLTAuMDYyIDAuNTIyIDIwIDIwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IC0wLjA2MiAwLjUyMiAyMCAyMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGcgaWQ9ImNyb3NzIj48Zz48cG9seWdvbiBmaWxsPSIjQkVCRUJFIiBwb2ludHM9IjE5LjkzOCwxLjY4MSAxOC43NzksMC41MjIgOS45MzgsOS4zNjMgMS4wOTgsMC41MjIgLTAuMDYyLDEuNjgxIDguNzc5LDEwLjUyMiAtMC4wNjIsMTkuMzYzIDEuMDk4LDIwLjUyMiA5LjkzOCwxMS42ODEgMTguNzc5LDIwLjUyMiAxOS45MzgsMTkuMzYzIDExLjA5OCwxMC41MjIgIi8+PC9nPjwvZz48L2c+PC9zdmc+);
        background-size: 20px 20px;
    }

    .divcal .has-question {
        position: relative;
        padding-right: 25px;
        background: no-repeat 85% 25px url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjIwcHgiIGhlaWdodD0iMTRweCIgdmlld0JveD0iMC4wNDMgMC4wNSAyMCAxNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwLjA0MyAwLjA1IDIwIDE0IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBmaWxsPSIjQkIwMDNFIiBkPSJNNy4wNTEsMC4wNWMtMy44NjcsMC03LDMuMTMzLTcsN2MwLDMuODY1LDMuMTMzLDcsNyw3YzMuODY2LDAsNy0zLjEzNCw3LTdDMTQuMDUsMy4xODMsMTAuOTE3LDAuMDUsNy4wNTEsMC4wNXogTTcuMDUxLDEyLjkwOGMtMy4yMzcsMC01Ljg1OS0yLjYyMi01Ljg1OS01Ljg1OGMwLTMuMjM2LDIuNjIzLTUuODU5LDUuODU5LTUuODU5YzMuMjM1LDAsNS44NTgsMi42MjQsNS44NTgsNS44NTlDMTIuOTA5LDEwLjI4NiwxMC4yODYsMTIuOTA4LDcuMDUxLDEyLjkwOHoiLz48cGF0aCBmaWxsPSIjQkIwMDNFIiBkPSJNNi44Nyw5LjIxNmMtMC42MzUsMC0xLjA4NSwwLjQ1MS0xLjA4NSwxLjExYzAsMC42MzMsMC40MzksMS4xMDgsMS4wODUsMS4xMDhjMC42NjksMCwxLjA5Ni0wLjQ3NSwxLjA5Ni0xLjEwOEM3Ljk1Myw5LjY2Nyw3LjUyNiw5LjIxNiw2Ljg3LDkuMjE2eiIvPjxwYXRoIGZpbGw9IiNCQjAwM0UiIGQ9Ik03LjAzOCwyLjkzOGMtMC44NjQsMC0xLjU4MywwLjI0My0yLjAzNSwwLjQ5OWwwLjQxNSwxLjMyOUM1LjczNCw0LjU0Nyw2LjIyMiw0LjQsNi42MjQsNC40YzAuNjA5LDAuMDEzLDAuODkxLDAuMzA1LDAuODkxLDAuNzMxYzAsMC40MDMtMC4zMTcsMC44MDQtMC43MDgsMS4yODFDNi4yNTksNy4wNTksNi4wNTEsNy42OTMsNi4wODgsOC4zMTNMNi4xLDguNjMxaDEuNjIxdi0wLjIyQzcuNzA5LDcuODYyLDcuOTA1LDcuMzg2LDguMzQzLDYuODg4YzAuNDY0LTAuNTEyLDEuMDQ4LTEuMTIyLDEuMDQ4LTIuMDQ4QzkuMzkxLDMuODI3LDguNjQ4LDIuOTM4LDcuMDM4LDIuOTM4eiIvPjwvZz48L3N2Zz4=);
        background-size: 20px 14px;
    }

    /*.divcal .has-question:after {
        opacity: 0;
        visibility: hidden;
        content: attr(data-question);
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 165px;
        padding: 20px 10px;
        font: 300 italic 13px/18px 'Open Sans', sans-serif;
        background: #fff;
        border-radius: 3px;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 10;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -ms-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
    }
    .divcal .has-question:hover:after {
        opacity: 1;
        visibility: visible;
    }*/
    .divcal .has-question .qnote {
        opacity: 0;
        visibility: hidden;
        content: attr(data-question);
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 165px;
        padding: 20px 10px;
        font: 300 normal 13px/18px 'Open Sans', sans-serif;
        background: #fff;
        border-radius: 3px;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 10;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -ms-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
    }

    .divcal .has-question:hover .qnote {
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 764px) {
    .divcal-head {
        padding: 0 15px;
    }

    .divcal-head-search {
        width: auto;
    }

    .divcal-head-filter {
        margin: 20px 0;
    }

    .divcal-head-filter .filter-title {
        float: left;
        width: 115px;
        font-size: 14px;
        line-height: 20px;
    }

    .divcal-head-filter .filter-items {
        display: block;
        margin-left: 115px;
    }

    .divcal-head-filter .filter-items li {
        display: block;
    }

    .divcal-head-filter .filter-items a {
        font-size: 14px;
        line-height: 20px;
    }

    .divcal-titles {
        display: none;

        margin: 0 15px 20px 130px;
        font-size: 14px;
        line-height: 20px;
    }

    .divcal-titles:before {
        content: "Сортировать по:";
        display: block;
        float: left;
        width: 115px;
        margin-left: -115px;
    }

    .divcal-titles li {
        margin-left: 14px;
    }

    .divcal-titles a {
        display: inline-block;
        vertical-align: top;
        padding-left: 17px;
        background-position: left 1px;
    }

    .divcal-titles a br {
        display: none;
    }

    .divcal-lines {
        margin: 30px 0;
    }

    .divcal-line {
        background: #fff;
        box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
    }

    .divcal-line-title .title-btn {
        display: block;
        position: relative;
        padding: 10px 50px 0;
        font: 600 16px/25px 'Open Sans', sans-serif;
        word-wrap: break-word;
        word-break: normal;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .divcal-line-title .title-btn:after {
        content: "";
        display: block;
        position: absolute;
        top: 25px;
        right: 20px;
        width: 20px;
        height: 20px;
        background: no-repeat url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjIyLjY5OHB4IiBoZWlnaHQ9IjEzLjMzMXB4IiB2aWV3Qm94PSI0Mi44NTcgMzIuMDM2IDIyLjY5OCAxMy4zMzEiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgNDIuODU3IDMyLjAzNiAyMi42OTggMTMuMzMxIiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48ZyBpZD0iX3gzNF84NS5fVXAiPjxnPjxwYXRoIGZpbGw9IiNCRkJGQkYiIGQ9Ik00My4xOTgsMzQuODM4bDEwLjE4OCwxMC4xODljMC40NTQsMC40NTMsMS4xODgsMC40NTMsMS42NDIsMGwxMC4xODgtMTAuMTg5YzAuNDUzLTAuNDUzLDAuNDUzLTEuMTg4LDAtMS42NDFsLTAuODItMC44MmMtMC40NTMtMC40NTQtMS4xODgtMC40NTQtMS42NDIsMGwtOC41NDcsOC41NDdsLTguNTQ3LTguNTQ3Yy0wLjQ1My0wLjQ1NC0xLjE4OC0wLjQ1NC0xLjY0MSwwbC0wLjgyLDAuODJDNDIuNzQ0LDMzLjY1MSw0Mi43NDQsMzQuMzg1LDQzLjE5OCwzNC44Mzh6Ii8+PC9nPjwvZz48L2c+PC9zdmc+);
        background-size: 100% auto;
    }

    .divcal-line-datas {
        font-size: 0;
    }

    .divcal-line-text {
        display: inline-block;
        position: relative;
        vertical-align: top;
        width: 50%;
        padding: 8px 10px 22px 25px;
        font: 400 14px/16px 'Open Sans', sans-serif;
    }

    .divcal-line-text:after {
        display: block;
        position: absolute;
        left: 25px;
        right: 10px;
        bottom: 7px;
        height: 15px;
        color: #a3a3a3;
        font: 400 12px/10px 'Open Sans', sans-serif;
    }

    .divcal-line-text:nth-child(2) {
        display: block;
        width: auto;
        padding: 0 50px 10px;
        font: 400 14px/20px 'Open Sans', sans-serif;
        border-bottom: 1px solid #eaeaea;
    }

    /*.divcal-line-text:nth-child(3):after {
        content: "Закрытие реестра под собрание";
    }*/
    .divcal-line-text:nth-child(3):after {
        content: "Собрание акционеров";
    }

    .divcal-line-text:nth-child(4):after {
        content: "Закрытие реестра под выплату";
    }

    .divcal-line-text:nth-child(5):after {
        content: "Цена инструмента";
    }

    .divcal-line-text:nth-child(6):after {
        content: "Размер дивиденда";
    }

    .divcal-line-text:nth-child(7):after {
        content: "Дивидендная доходность";
    }

    .divcal-line.is-marked .divcal-line-datas {
        background: #ffffff no-repeat 20px 18px url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjEwcHgiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgMTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiNCNzBGNkUiIGQ9Ik0wLjQzOSw0LjgxOGwwLjYtMC42MTlsMi45MzksMS43NThsNS4wNjgtNC44MjZsMC41MTQsMC41MTVMNC4yLDguODY5TDAuNDM5LDQuODE4eiIvPjwvc3ZnPg==);
        background-size: 10px 10px;
    }

    .divcal-line.is-open {
        position: relative;
        margin: 15px 0;
        box-shadow: 0 10px 50px rgba(0, 0, 0, 0.3);
        z-index: 1;
    }

    .divcal-line.is-open .divcal-more {
        display: block;
    }

    .divcal-line.is-open .title-btn {
        color: #b6006d;
    }

    .divcal-line.is-open .divcal-line-text:nth-child(2) {
        color: #b6006d;
    }

    .divcal-more {
        display: none;
    }

    .divcal-more-title {
        display: none;
    }

    .divcal-more-note {
        display: none;
    }

    .divcal-more-datas {
        padding: 15px 0;
        font-size: 0;
    }

    .divcal-more-text {
        display: inline-block;
        position: relative;
        vertical-align: top;
        width: 50%;
        padding: 8px 10px 22px 25px;
        font: 400 14px/16px 'Open Sans', sans-serif;
    }

    .divcal-more-text:after {
        display: block;
        position: absolute;
        left: 25px;
        right: 10px;
        bottom: 7px;
        height: 15px;
        color: #a3a3a3;
        font: 400 12px/10px 'Open Sans', sans-serif;
    }

    .divcal-more-text:nth-child(1) {
        display: block;
        width: auto;
        padding: 5px 50px;
        color: #b6006d;
        font: 400 14px/20px 'Open Sans', sans-serif;
        background: #fafafa;
    }

    /*.divcal-more-text:nth-child(2):after {
        content: "Закрытие реестра под собрание";
    }*/
    .divcal-more-text:nth-child(2):after {
        content: "Собрание акционеров";
    }

    .divcal-more-text:nth-child(3):after {
        content: "Закрытие реестра под выплату";
    }

    .divcal-more-text:nth-child(4):after {
        content: "Цена инструмента";
    }

    .divcal-more-text:nth-child(5):after {
        content: "Размер дивиденда";
    }

    .divcal-more-text:nth-child(6):after {
        content: "Дивидендная доходность";
    }
}


.b-boxes.b-boxes-nobg {
    /*background: #FFF;*/
    overflow: visible;
}

.b-boxes {
    overflow: visible !important;
}

/* brokerkf-168 */
.b-boxes.kit-standart-uslovia {
    background: #fff;
}

.b-boxes.kit-standart-uslovia .boxes-wrapper {
    /*width: 100%;*/
    max-width: none;
    padding-top: 0;
}

body.kit-standart-uslovia {
    padding-top: 0;
}

/* brokerkf-168 END */

.reset-filter {
    display: none;

    position: absolute;
    top: 5px;
    right: 3px;
    bottom: 5px;
    width: 40px;
    color: #b8003d;
    font-size: 13px;
    text-decoration: none;
    line-height: 18px;
    cursor: pointer;
    background: #fff no-repeat center url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjIwcHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iLTAuMDYyIDAuNTIyIDIwIDIwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IC0wLjA2MiAwLjUyMiAyMCAyMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGcgaWQ9ImNyb3NzIj48Zz48cG9seWdvbiBmaWxsPSIjYmZiZmJmIiBwb2ludHM9IjE5LjkzOCwxLjY4MSAxOC43NzksMC41MjIgOS45MzgsOS4zNjMgMS4wOTgsMC41MjIgLTAuMDYyLDEuNjgxIDguNzc5LDEwLjUyMiAtMC4wNjIsMTkuMzYzIDEuMDk4LDIwLjUyMiA5LjkzOCwxMS42ODEgMTguNzc5LDIwLjUyMiAxOS45MzgsMTkuMzYzIDExLjA5OCwxMC41MjIgIi8+PC9nPjwvZz48L2c+PC9zdmc+);
    background-size: 14px 14px;
    overflow: hidden;
    text-indent: 100%;
    z-index: 1;
}

.reset-filter:hover {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjIwcHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iLTAuMDYyIDAuNTIyIDIwIDIwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IC0wLjA2MiAwLjUyMiAyMCAyMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGcgaWQ9ImNyb3NzIj48Zz48cG9seWdvbiBmaWxsPSIjYjYwMDZkIiBwb2ludHM9IjE5LjkzOCwxLjY4MSAxOC43NzksMC41MjIgOS45MzgsOS4zNjMgMS4wOTgsMC41MjIgLTAuMDYyLDEuNjgxIDguNzc5LDEwLjUyMiAtMC4wNjIsMTkuMzYzIDEuMDk4LDIwLjUyMiA5LjkzOCwxMS42ODEgMTguNzc5LDIwLjUyMiAxOS45MzgsMTkuMzYzIDExLjA5OCwxMC41MjIgIi8+PC9nPjwvZz48L2c+PC9zdmc+);
}

.reset-filter.show {
    display: block;
}

.divh1 {
    padding: 10px 0 30px 0;
}


@media (max-width: 990px) {
    .divh1 {
        padding: 26px 0 30px 0;
    }
}

@media (max-width: 764px) and (min-width: 500px) {
    .divh1 {
        padding: 36px 0 30px 0px;
    }
}

@media (max-width: 499px) {
    .divh1 {
        padding: 26px 0 30px 0;
        padding-bottom: 27px !important;
    }

    .last-update {
        right: 2px !important;
        top: 50px !important;
    }
}

@media (max-width: 764px) and (min-width: 450px) {
    .divh1 {
        padding-right: 30px;
        padding-bottom: 40px !important;
    }

    .last-update {
        top: 45px !important;
    }
}

.divcal-more-note b, .divcal-more-note strong {
    font-weight: 900;
}

.qnote b, .qnote strong {
    font-weight: 900;
}

@media (max-width: 764px) and (min-width: 320px) {
    .divcal .has-question .qnote {
        display: none;
    }
}

.divcalinfo {
    display: none;
}

.overlay-block-cal {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
    background: rgba(45, 48, 55, .9);
    overflow-y: auto;
}

.overlay-tb-cal {
    display: table;
    width: 100%;
    height: 100%;
}

.overlay-td-cal {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}

.overlay-main-cal {
    max-width: 750px;
    width: auto;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 9px 20px rgba(0, 0, 0, .3);
    position: relative;
    padding: 20px;
    border-radius: 3px;
    text-align: left;
}


.overlay-main-cal .closedcal {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    background: url(/bitrix/templates/kitfinance_2/img/sprite.png) no-repeat -307px -2px;
    height: 20px;
    width: 20px;
    z-index: 1;
}

body.hid {
    overflow: hidden;
}

.divh1 {
    position: relative;
    /*padding-right: 40px !important;*/
}

.divh1 .popup-cal {
    background: url('/bitrix/templates/kitfinance_2/img/qcal1.png') no-repeat left top;
    width: 24px;
    height: 22px;
    margin-left: 10px;
    display: inline-block;
    cursor: pointer;
    right: 0;
    top: 10px;
}

i.i-marked {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjEwcHgiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgMTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiNCNzBGNkUiIGQ9Ik0wLjQzOSw0LjgxOGwwLjYtMC42MTlsMi45MzksMS43NThsNS4wNjgtNC44MjZsMC41MTQsMC41MTVMNC4yLDguODY5TDAuNDM5LDQuODE4eiIvPjwvc3ZnPg==);
    background-size: 100% 100%;
    width: 10px;
    height: 10px;
    display: inline-block;
}

.last-update {
    position: absolute;
    float: right;
    font: 400 13px/13px 'Open Sans', sans-serif;
    right: 28px;
    top: 24px;
}

/* END DIVIDEND CALENDAR */


.kit-form-boxes .white_box {
    border: none;
    margin: 0;
    padding: 20px 0;
}

.form__success {
    color: #008000;
}

.box .group {
    margin-bottom: 20px;
}

.client-btn:hover {
    background: #fff;
    border: 1px solid #a10a62;
    color: #a10a62;
    box-shadow: none;
}

#demo-btn:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(44.82%, #c6147f), color-stop(51.02%, #b4006c)), #c4c4c4 !important;
    background: -o-linear-gradient(top, #c6147f 44.82%, #b4006c 51.02%), #c4c4c4 !important;
    background: linear-gradient(
            180deg, #c6147f 44.82%, #b4006c 51.02%), #c4c4c4 !important;
    color: #fff !important;
    box-shadow: none !important;
}

div#bx_3966226736_262555 img, div#bx_3966226736_262554 img, div#bx_3966226736_265701 img {
    width: 105px;
}


@media (min-width: 950px) {
    div#bx_3966226736_262555 div, div#bx_3966226736_262554 div, div#bx_3966226736_265701 div {
        margin-left: 368px;
    }

    div#bx_3966226736_262555 h2 {
        width: 264px;
    }

    div#bx_3966226736_262555 img, div#bx_3966226736_262554 img, div#bx_3966226736_265701 img {
        margin-left: 29px;
    }
}

@media (max-width: 767px) {
    .pb-wrapper.pb-wrapper-new .header__partner {
        display: none;
    }

    body .pb-wrapper.pb-wrapper-new {
        max-width: 100% !important;
    }

    body .mob-show-site {
        display: block;
    }
}

.another_contacts a {
    margin-left: 8px;
    font-size: 12px;
    color: #a60863;
    padding: 0 0 0 22px;
    position: relative;
    text-decoration: none;
}

.another_contacts a:before {
    margin-left: 4px;
    background: url(/local/templates/newhome/img/sprite.png) no-repeat -337px -2px;
    content: '';
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
}

.another_contacts__div {
    display: flex;
    flex-direction: row;
}

.another_contacts__text {
    color: #a60863;
    margin-top: 20px;
    line-height: normal;
    font-size: 16px;
    display: flex;
    flex-direction: row;
}

.another_contacts__text a {
    display: inline !important;
    color: #a60863;
    display: flex;
    font-size: 16px;
}

.another_contacts__textleft {
    margin-right: 10px;
    width: 15%;
    background: url(/icons/voskl.png) no-repeat 3px -10px;
}

@media (min-width: 1350px) {

    .hare {
        display: block;
        position: fixed;
        width:120px;
        height: 182px;
        right:100px;
        bottom:250px;
        background: url(/local/templates/kitfinance_2/img/hare2.png) no-repeat 0 0;
        background-size: 100% 100%;
        z-index: 10000;
    }

    .hare2 {
        display: none;
        position: fixed;
        width:120px;
        height: 182px;
        right:100px;
        bottom:250px;
        background: url(/local/templates/kitfinance_2/img/hare3.png) no-repeat 0 0;
        background-size: 100% 100%;
        z-index: 10000;
    }

}
/* End */


/* Start:/local/templates/kitfinance_2/template_styles.css?17435105658398*/
.kit-form input[type="email"], .kit-form input[type="tel"]{
    width: 300px;
}

#option-test-form legend {
	font-weight: bold;
	padding-bottom: 10px;
}
#option-test-form fieldset {
	border: none;
	padding-bottom: 20px;
}

#option-test-form fieldset label {
	display:block;
}
#option-test-form {
    padding-top: 20px;
}
#option-test-form #message{
	text-align: left;
    	padding-top: 30px;
    	font-weight: normal;
}
#option-test-form #message.error{
    	color: red;
}
#option-test-form #message{
    	color: green;
}
.highcharts-input-group {
	display: none;
}
.chart-stat {
    padding: 0px 0px 0px 80px !important;
}
.chart-stat-table td {
	width: 25%;
  	text-align: center;
}
/* /chart/ styles */
.white_box_cleared {
	border: 1px solid #e7e7e7;
	border-radius: 4px;
	background-color: #fff;
	position: relative;
	color: #424445;
	line-height: 24px;
	margin: 0 0 30px;
	padding: 24px 28px 27px;
	clear: both;
}
.white_box_cleared:before,
.white_box_cleared:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.white_box_cleared:after {
	clear: both;
}

.pl-online2 ul li a {
	cursor: pointer;
	text-decoration: underline;
}
.drop_item {
	margin-bottom: 0;
}
.b-graph h3 {
	padding-left: 125px;
	font-size: 20px;
}
.price_table {
	margin: 0 auto;
}
.price_table td {
	text-align: center;
}

/**************************/

.footer-wrapper .social_networks {
	margin-bottom: 10px;
	clear: both;
}

.footer-wrapper .social_networks a{
	width: 33px;
	height: 33px;
	margin-right: 10px;
	color: #9A9A9A;
	display: inline-block;
	font-size: 12px;
	line-height: 29px;
	text-decoration: none;
	padding: 5px 0;
}
.footer-wrapper .social_networks div{
	display: inline-block;
}
#chart-div .highcharts-container>svg>text[text-anchor="end"],#chart-div .highcharts-range-selector-buttons{
	display: none;
}

.info-chart-right {
    position: absolute;
    right: 40px;
    z-index: 10;
    padding-top: 16px;
    text-align: right;
    line-height: 14px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0px;
}

.info-chart-right table tr td {
    border: 0;
    padding: 2px;
}

.info-chart-right p {
    padding-top: 2px;
}

.info-chart-right p .green{
    color: #43B46C;
}

.info-chart-right p .red{
    color: #B6006D;
}

.info-chart-right table td.secrow {
text-align: left;
}

.agreem {
display: none;
}

.agreem p {
    color: #5E5E5E;
    line-height: 21px;
    margin: 15px 0;
}

html.fancybox-lock {
    overflow: visible !important;
}

.mob-to-lines th a.pink-button {
    border: 1px solid #999;
    vertical-align: top;
}
.pink-button {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /*max-height: 40px;*/
}
.event_filter select {
    -webkit-box-shadow: inset 1px 1px 5px 0px rgba(122,122,122,.4);
    -moz-box-shadow: inset 1px 1px 5px 0px rgba(122,122,122,.4);
    box-shadow: inset 1px 1px 5px 0px rgba(122,122,122,.4);
}

.update_captcha {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('/local/templates/kitfinance_2/img/cud.png') no-repeat center center;
    background-size: cover;
}

/*
.rateit {
    display: none;
}

.rateit.ok {
    display: block;
}



*/
#review_rate {
    display: none;
}

#review_rate.ok {
    display: block;
}

.minishort {
    font-size: 12px;
}

.review-form-ok {
    display: none;
}

.review-item:after {
    clear: both;
    content: "";
    display: table;
}

.review-item {
    margin-top: 10px;
}

.review-item .review-item-title {
    width: 75%;
    float: left;
}
.review-item .review-item-info {
    width: 25%;
    float: left;
}
.review-item .review-item-info .review-count,
.review-item .review-item-info .review-rate
{
    width: 50%;
    float: left;
}

.review-item .review-item-info .review-count a span{
    color: #b6006d;
    text-decoration: underline;
}

.review-item .review-item-title {
    position: relative;
}

.review-item .review-item-title h2 {
    padding: 0;
    padding-right: 80px;
    font-size: 16px;
    font-weight: 400;
}

.review-item .review-item-title .to-event {
    position: absolute;
    top: -3px;
    right: 30px;
}

.review-item .review-item-title .to-event img {
    width: 32px;
}

.rateit.dinl {
    display: inline-block;
}


.review-event-item {
    margin: 20px 0;
}

.review-event-item_title {
    position: relative;
    padding-right: 100px;
}

.review-event-item_title h3{
    font-size: 14px;
}

.review-event-item_title .review-rate {
    position: absolute;
    top: 0;
    right: 0;
}

.review-form .mob-to-lines {
    width: 100%;
}

.review-form .mob-to-lines textarea {
    width: 100%;
    box-sizing: border-box;
}

@media (max-width: 764px) {
    .review-item .review-item-title {
        width: 100%;
        float: left;
    }
    .review-item .review-item-info {
        width: 100%;
        float: left;
    }
    .review-item .review-item-info .review-count,
    .review-item .review-item-info .review-rate
    {
        width: auto;
        margin-right: 40px;
    }
}

.element-wrapper_flexible {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.element-wrapper_flexible .half-block {
	height: auto;
}

nav.main-menu li.bold-item-main-menu a span{
    /* font-weight: bold; */
}

.icons-line-flex-wrapper .icons-line {
	width: 100%;
}

.icons-line-flex-wrapper ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 960px;
	height: auto;
	box-sizing: border-box;
}

.small_screen .icons-line-flex-wrapper .icons-line li,
.icons-line-flex-wrapper li {
	width: 25%;
	box-sizing: border-box;
}

@media (max-width: 990px) {

	.icons-line-flex-wrapper ul {
		width: 750px;
	}

	.small_screen .icons-line-flex-wrapper .icons-line li,
	.icons-line-flex-wrapper li {
		width: 25%;
	}
}

@media (max-width: 764px) {

	.icons-line-flex-wrapper ul {
		width: 480px;
	}

	.small_screen .icons-line-flex-wrapper .icons-line li,
	.icons-line-flex-wrapper li {
		width: 50%;
	}

	.small_screen .icons-line-flex-wrapper .icons-line li:nth-child(1),
	.icons-line-flex-wrapper li:nth-child(1) {
		order: 1;
	}

	.small_screen .icons-line-flex-wrapper .icons-line li:nth-child(2),
	.icons-line-flex-wrapper li:nth-child(2) {
		order: 2;
	}
}

@media (max-width: 499px) {

	.small_screen .icons-line-flex-wrapper ul,
	.icons-line-flex-wrapper ul {
		width: 100%;
	}

	.kirpich-main li .slider-info {
		display: flex;
		flex-direction: column;
	}

	.kirpich-main li a.gray-button {
		width: 135px;
		margin-top: auto;
		margin-bottom: 30px;
	}
}

@media (max-width: 390px) {

	.small_screen .icons-line-flex-wrapper .icons-line li,
	.icons-line-flex-wrapper li {
		width: 100%;
	}
}




.footer-bottom {
	flex-wrap: wrap;
}

.footer-img {
	overflow: hidden;
	background: #fff;
	border-radius: 24px;
	padding: 10px 5px;
	display: flex;
	justify-content: space-around;
	margin-bottom: 17px;
	align-self: flex-end;
}
.footer-img__image {
	height: 44px;
	max-width: 98px;
	filter: brightness(130%);
}

.article-image-wrap::after {
	content: '';
	display: table;
	width: 100%;
	clear: both;
}

.article-image,
.white_box .article-image {
	max-width: 50%;
	float: left;
	height: 125px;
}

.article-image_sm,
.white_box .article-image_sm {
	max-width: 50%;
	float: left;
	height: 40px;
	margin: 15px 15px 15px 0;
}


.article-image_sm, .white_box .alfabank-article .article-image_sm {
	float: right;
}
.article-image_sm, .white_box .alfabank-article .article-image_sm {
	height: 33px;
	margin-bottom: 8px!important;
}
.socialList div:last-child a{
	margin-right: 0!important;
}
.footer-pay {
	margin-right: 8px;
}
.footer-pay div img:nth-child(2) {
	margin: 0px 3px 0px 7px;
}
@media (min-width: 991px){
	.pb-wrapper.pb-wrapper-new{
		width: auto !important;
		max-width: 292px !important;
	}
	.pb-wrapper.pb-wrapper-new .top-menu-btn{
		width: auto !important;
	}
}
.b-likes_lnk{
	display: none;
}


.kit-telega {
	background-image: url(/local/templates/newhome/img/telega.png);
	width:57px;
	height:57px;
	position: fixed;
	left:30px;
	bottom:40px;
	cursor:pointer;
	z-index: 1000000;
}
.cookie_notice {
    display: none;
    position: fixed;
    z-index: 9999999;
    bottom: 5%;
    left: 30%;
	width: 10%
    right: 5%;
    text-align: center;
    font-size: 15px;
    font-family: Verdana, sans-serif;  
    color: #000;
    background: #fff;
    padding: 10px 20px; 
    border-style: solid;
    border-color: #DCDCDC;
	border-width: 2px;
	border-radius:10px;
}
.gruop_btn{
	margin-top: 10px;
}
/* End */


/* Start:/local/templates/kitfinance_2/css/social-likes_birman.css?144594739113755*/
/*! Social Likes v3.0.14 by Artem Sapegin - http://sapegin.github.com/social-likes - Licensed MIT */
.social-likes,.social-likes__widget{display:inline-block;padding:0;vertical-align:middle!important;word-spacing:0!important;text-indent:0!important;list-style:none!important}.social-likes{opacity:0}.social-likes_visible{opacity:1;transition:opacity .1s ease-in}.social-likes>*{display:inline-block;visibility:hidden}.social-likes_vertical>*{display:block}.social-likes_visible>*{visibility:inherit}.social-likes__widget{display:inline-block;position:relative;white-space:nowrap}.social-likes__widget:before,.social-likes__widget:after{display:none!important}.social-likes_vertical .social-likes__widget{display:block;float:left;clear:left}.social-likes__button,.social-likes__icon,.social-likes__counter{text-decoration:none;text-rendering:optimizeLegibility}.social-likes__button,.social-likes__counter{display:inline-block;margin:0;outline:0}.social-likes__button{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.social-likes__button:before{content:"";display:inline-block}.social-likes__icon{position:absolute;top:0;left:0}.social-likes__counter{display:none;position:relative}.social-likes_ready .social-likes__counter,.social-likes__counter_single{display:inline-block}.social-likes_ready .social-likes__counter_empty{display:none}.social-likes_vertical .social-likes__widget{display:block}.social-likes_notext .social-likes__button{padding-left:0}.social-likes_single-w{position:relative;display:inline-block}.social-likes_single{position:absolute;text-align:left;z-index:99999;visibility:hidden;opacity:0;transition:visibility 0s .11s,opacity .1s ease-in;-webkit-backface-visibility:hidden;backface-visibility:hidden}.social-likes_single.social-likes_opened{visibility:visible;opacity:1;transition:opacity .15s ease-out}.social-likes__button_single{position:relative}.social-likes{min-height:36px;margin:-6px}.social-likes,.social-likes_single-w{line-height:19px}.social-likes__widget{margin:6px;color:#000;background:#fff;border:1px solid #ccc;border-radius:3px;line-height:19px}.social-likes__widget:hover,.social-likes__widget:active,.social-likes__widget:focus{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;cursor:pointer}.social-likes__button,.social-likes__counter{vertical-align:middle;font-family:"Helvetica Neue",Arial,sans-serif;font-size:13px;line-height:20px;cursor:inherit}.social-likes__button{padding:1px 6px 1px 20px;font-weight:400;border-right:0}.social-likes__icon{width:20px;height:18px;margin-top:1px;background-repeat:no-repeat;background-position:50% 50%}.social-likes__counter{min-width:12px;padding:1px 4px;font-weight:400;text-align:center;border-left:1px solid #ccc}.social-likes__widget:hover>.social-likes__counter,.social-likes__widget:focus>.social-likes__counter,.social-likes__widget:active>.social-likes__counter,.social-likes__widget_active>.social-likes__counter{position:relative;border-left-color:transparent}.social-likes__widget:hover>.social-likes__counter:before,.social-likes__widget:focus>.social-likes__counter:before,.social-likes__widget:active>.social-likes__counter:before,.social-likes__widget_active>.social-likes__counter:before{content:"";position:absolute;top:0;bottom:0;left:-1px;border-left:1px solid;opacity:.4}.social-likes_vertical{margin:-6px}.social-likes_vertical .social-likes__widget{margin:6px}.social-likes_notext{margin:-3px}.social-likes_notext .social-likes__widget{margin:3px}.social-likes_notext .social-likes__button{width:18px}.social-likes_notext .social-likes__icon{width:100%;background-position:center center}.social-likes__widget_single{margin:0}.social-likes_single{margin:-12px 0 0;padding:4px 0;background:#fff;border:1px solid #ccc;border-radius:3px}.social-likes__single-container{width:100%;display:table}.social-likes_single .social-likes__widget{float:none;display:table-row;margin:0;border:0;border-radius:0;background:0 0}.social-likes_single .social-likes__button{display:block;padding:2px 6px 2px 24px}.social-likes_single .social-likes__icon{margin-left:4px;margin-top:2px}.social-likes_single .social-likes__counter{display:table-cell;padding:2px 8px 2px 4px;border-left:0;text-align:right}.social-likes_single .social-likes__widget:hover>.social-likes__counter:before,.social-likes_single .social-likes__widget:focus>.social-likes__counter:before,.social-likes_single .social-likes__widget:active>.social-likes__counter:before{display:none}.social-likes__icon_single{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAANCAYAAAB7AEQGAAAAaElEQVR42mIxL/zLgATkgXgBECcC8QOYIBOagvVA7ADEa4FYAV0RIxDPAeIUKD8VygeJM7BABf8DsScQ/4HyzwGxB1QcrKgByUpk9h8YnwlJElkBiiYmBiIAbRUx0s46FizhgwEAAgwAkmYQfIjC7tcAAAAASUVORK5CYII=")}.social-likes__widget_single:hover,.social-likes__widget_single:active,.social-likes__widget_single:focus,.social-likes__widget_active{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#3673f4;border-color:#3673f4;color:#fff}.social-likes__widget_single:hover .social-likes__icon_single,.social-likes__widget_single:active .social-likes__icon_single,.social-likes__widget_single:focus .social-likes__icon_single,.social-likes__widget_active .social-likes__icon_single{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAANCAYAAAB7AEQGAAAAYklEQVR42mL4//8/AxKWB+L9QKyALI6u4Nx/CDiLrBCmgBGIdwOxEVQRiN4DFWcAE1DAAsR/gBgkwIjEBzMaGBAAmf0Hzgea1IDm+P9o/AYmBiIAbRUx0s46FizhgwEAAgwAAJd9Vn3NlgwAAAAASUVORK5CYII=")}.social-likes__icon_facebook{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAaklEQVR42mJ0Cp7jycDAMBeIJRnwg+dAnMxEpGIGqJq5THgULwFicSBmBGJbmCYWPCYWAvEbdEF8GmCK/yMLMjGQCLBpsIW6GwaQ/UC6Ddj8cBjJZOr44TkJ6l+ANKSAGEQofgpKGgABBgAWcxAZp2KpkQAAAABJRU5ErkJggg==")}.social-likes__widget_facebook:hover,.social-likes__widget_facebook:active,.social-likes__widget_facebook:focus{background:#425497;border-color:#425497}.social-likes__widget_facebook:hover .social-likes__icon_facebook,.social-likes__widget_facebook:active .social-likes__icon_facebook,.social-likes__widget_facebook:focus .social-likes__icon_facebook{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAaUlEQVR42mL6//+/JxA/+08YgNR4MoIYDAwMkgzEgedMeBQvAWJxIGYEYluomCQLHtMKgfgNuiA+DTDF/5EFmRhIBNg02ELdDQPIfiDdBlCw/sclRzU/PCdB/QuQhhQQgwjFT4E4GSDAAMuiQX7Tr7YFAAAAAElFTkSuQmCC")}.social-likes__icon_twitter{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAA9ElEQVR42mKU3vqak4GB4TcQ/2HABFxAXA3EzkD8DIjbgfg+ECuwAIkwIHYD4gSoAchgORD7IfEDgPgpEGczAQlBII4C4kNAbIikSAqIfdEMYgRiMSD+B7JxJ9SZFkB8Foj3A/FWIP4KVYgO5gHxFpBGNSA+DsS2UIVOUIwLfAYRIKe+gGoiFpyDaTwJxEVA/J0ITd+hXgNrBIETMCcQADOA+D26RpCn/+LRdAuI62EcmMb/0IjOx6H5ATSu4a4ChaoPEMcAsTUQy6Bp+AfEy4C4EIjfIEuANG4B4rvQVKEOTWYfoKG3HYgfoluvPm8jA0CAAQAqvDQ/IXqkWQAAAABJRU5ErkJggg==")}.social-likes__widget_twitter:hover,.social-likes__widget_twitter:active,.social-likes__widget_twitter:focus{background:#00b7ec;border-color:#00b7ec}.social-likes__widget_twitter:hover .social-likes__icon_twitter,.social-likes__widget_twitter:active .social-likes__icon_twitter,.social-likes__widget_twitter:focus .social-likes__icon_twitter{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAQAAAD4iURRAAAAo0lEQVQYGQXBsSoEAACA4Z8YKIO6yXLzjYrkHS5Wm5GyYPMAUgarMikpGZQHsFh4BZPhJi9wJdzn+7JkQZJk2bl3TzYNbGTfvUVJ8gyYmdjJMd6sS9bMAHwbZ+QHMy9OHQDgWtn1CgAALpUtAADAnpITUwAAU6tKtn0BALiSkjkXfgHAhxUpybwjvwA+DSVl7MEEwJ87A0lKRs7cenTj0FCSpH8xHAhkcGt6PAAAAABJRU5ErkJggg==")}.social-likes__icon_plusone{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAYAAAC5tzfZAAABD0lEQVR42nTSsUtCURTH8eszSGgIgkqSoHBQh7QpbAlBcRCJ2staHFoa+hNyzqXBoan+gMDdoWgymkwkBxMiggo3a3Cp76WfcJHXgQ/nvfveue+ewwt08luGmEEdcwgjZP7iFrtmIqaUn5SXkUEDA+wZn/CwgQgetHYjC+JbZCOANWf9VXmobDd+c4vu8YgoalhFFpf4VL8rmMW8vR/3lEQV2yijhUO99KzeQ7p+95wjneAMQcRQ1JfsNA/wrc1T46KaznyMJqZxrcIvdNRf3957Gm8JO0ggjRx+cKpN21h0B7GJDw3EOGPvYuQ3ctvgC+K4w7nOfoQlFP4rsg+usI4Lrff0Z7QnCyqpffMrwAC15jTuOMaeqQAAAABJRU5ErkJggg==")}.social-likes__widget_plusone:hover,.social-likes__widget_plusone:active,.social-likes__widget_plusone:focus{background:#dd4241;border-color:#dd4241}.social-likes__widget_plusone:hover .social-likes__icon_plusone,.social-likes__widget_plusone:active .social-likes__icon_plusone,.social-likes__widget_plusone:focus .social-likes__icon_plusone{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAYAAAC5tzfZAAAA5klEQVR42myRvQrCMBSFUyehmyC4Zte1OPoALi6+gy/j6uobiINbF3Fx6tDFpZtSUFzEPxQxnksPchty4WvSJPeek5vIOWcQMViCFuiApqliDUbGD0kCeyLzAfiAI4i5VkM+CfiChdpIXRU2lNSgYAR6ysCB441jAkrfXs7KM1YXq3PuicUxuIO2/GvZKSh4n4xrcugKniwq88L3O+GmVB0GlKxWElsl2IEt1d4qsctu/ruXskqiFKXtL2WzRiQJ6McJWO8Jc/AA/dDj7niPDb2LpRU4e+q1x7VMkM5cSMZ7mBA/AQYALgmaWsDGGiQAAAAASUVORK5CYII=")}.social-likes__icon_mailru{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAABIElEQVR42mTSzytEURjG8XunISbFxmQ5UYqGIj9KMztLCyTKrMZCs7K1U7NSLBRloWb+AREmFpPF7GUzRBaymGLpV5bi+9RzM+XU595zT+85533PueHTXhC1BFaRx6DHnnGEbbxoIPSEFCp+l3DjCWOYc38FFzEe7Tj3Dlr5AG0OWscA6jhFX5zHmgO1+oy3V0AHirhHGZ36jjnnknfaxzKmMIxdTKMHO0pPE/px6cA7nAV/bQsfXky7fmtCqA5a8Bn8bz/WqlhNaCCDE0xivCk459zfMKq6VPQxCth0wTUfcZdr+UIaWVR1D0k6115lFkNYwLuPeB4beFUm0cVN4NCnoaBb5z3iDFTfIx7Cpl+j23eyiF6Pqb4lXEVBvwIMAGRTP1kwMI3TAAAAAElFTkSuQmCC")}.social-likes__widget_mailru:hover,.social-likes__widget_mailru:active,.social-likes__widget_mailru:focus{background:#255896;border-color:#255896;color:#ffcd00}.social-likes__widget_mailru:hover .social-likes__icon_mailru,.social-likes__widget_mailru:active .social-likes__icon_mailru,.social-likes__widget_mailru:focus .social-likes__icon_mailru{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAABIElEQVR42mTSzytEURjG8Xtn0IyIDc1SFpJQ5EdN1ChLC6PJFCsWsvInKCvFQllYKPaaZpIpC83CntkgsrBSLP1K2Wh8n3pupubU5865p/c9533PnbBWDaLRijWsYMBrLyhiF69aCJ3Qg7J/j3DrhDFkPV/FuRKSTK6RQAbtmMEPCojjxGv9TTw2XIJ2n/PxN2jDFh5wjA69x1yzytBJB1hCGsPYxyxS2FN5SuhDxYH3OAv+xw4+vZlO/VVCqAma8RU0jpq1KFYJz5jCKSYxXhe87NrfMaq+1HQJ69h2w5e+4k738o1BTONC19rNpOpd5jGEHD5wiAVs4k2VRB9uwneectCd6x5xBervCY9h3V+jy99kEb1eU395XEVBfwIMAE0mQy9JLJUSAAAAAElFTkSuQmCC")}.social-likes__icon_vkontakte{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAsElEQVR42mKJLJ3tycDAMBeIJRnwg+dAnMxEpGIGqJq5TGiKGZEwSE4ViDcha2LCYpIREK8C4l4gfgLElciSLDisDgXi/0A8DYi58GkA8Y8AsQkQfwHie0C8BVkBupO4kWyIBWJxIE4D4u/4nKQMxOVQ9jcgbgPii0BsgUvDIyCeBcR/gHgFVI00PhsuA3E61Lkg2xYAsSyyhudIcfGBQOS9AJmSAmIQEdNPQUkDIMAA8iAe2OyimvEAAAAASUVORK5CYII=")}.social-likes__widget_vkontakte:hover,.social-likes__widget_vkontakte:active,.social-likes__widget_vkontakte:focus{background:#526e8f;border-color:#526e8f}.social-likes__widget_vkontakte:hover .social-likes__icon_vkontakte,.social-likes__widget_vkontakte:active .social-likes__icon_vkontakte,.social-likes__widget_vkontakte:focus .social-likes__icon_vkontakte{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAfUlEQVQYGQXBMQ4BUQAFwGej0P1aohJCJBpcwu6N1AqVTqFX6TSu4B4if2+gNGZirwIAqPZRAQBADSAiBmYeQACxcXc2sgICiA4/MzsggKFia6HxBAIolk6Oxia+EEDRgYN4QQDF2tXF1NAbAigiGnM3ICoAAOij1QMA+Gj/aNf4AJYJLVIAAAAASUVORK5CYII=")}.social-likes__icon_odnoklassniki{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAyElEQVR42kzPMQtBcRTG4UvKQmalZFNKDNdm5gsYFCUlCbMyGMwsfACLzRcw2EwsGJTBQAZlUgxsfidvceq5/3vPeTv3Xs99FHMoP3ooOd+aoo+3T40hmnjouYsQWl4uEdRxRkLO6kVsQwB23nDRBruP2swGJ+zgYqKAq97JAi8UMUNFgb16LwvUkEYHcQUOaGNjgTKyaGCrQErn0gJVpQt/g6teObbfPGKAp/Orp3pH25DEHGGsFchghbxXXxvEAjlZqFf8CDAAgr4qyqKlfhgAAAAASUVORK5CYII=");background-position:6px 3px}.social-likes__widget_odnoklassniki:hover,.social-likes__widget_odnoklassniki:active,.social-likes__widget_odnoklassniki:focus{background:#f6903b;border-color:#f6903b}.social-likes__widget_odnoklassniki:hover .social-likes__icon_odnoklassniki,.social-likes__widget_odnoklassniki:active .social-likes__icon_odnoklassniki,.social-likes__widget_odnoklassniki:focus .social-likes__icon_odnoklassniki{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAQAAAD1lzQWAAAAgElEQVQIHQXBoRGCAAAF0N80OoA0AxTHcQMncAaO7J1ndRCbgUDRbPCgMABEjnu+F7FRGwxqG4m4YTLhJrG36BUKvcU+SnQiOpSx9cHDAx/biMoP/FQSZ3cnFxcnd+d4YfX2tuIVB1cjGF0dIgpf8FVIHI1otRgdozF72tl5mjV/486WhTdrOooAAAAASUVORK5CYII=")}.social-likes__icon_pinterest{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAANCAYAAAB/9ZQ7AAABCUlEQVR42nTRPUvDUBTG8ZtoKYogTsGCoAXtUqFuBR1c/AZddNbRQUqhH0Eo6KKDb0gpXQUHBxF0Kg6KFAWh4qI4KxQRtKXxf+C5OEgP/Ehu8uTclwSN0VmnWsE6shjEF05QwZMFQr04QB3vKOmjGlZxiZxTcE0Pi9jCGD402xnOsYNF67yBGwWP8IaCwhe4xjxmLDyNUySxjGGk3F/5Wcb9Rib04FNLu9LYmk2ih1cbVLXmKXTRwoPCc8jgES/WpYymlhOpSxoxdjXTNn7spo19nYbN1ME9hjTexLE/OqsAC/jGknYf6Yxv/U592LrkcYdn+VehrgmM4ND1r8CHB7CnX96v4l8BBgB54jWa5GM+bAAAAABJRU5ErkJggg==")}.social-likes__widget_pinterest:hover,.social-likes__widget_pinterest:active,.social-likes__widget_pinterest:focus{background:#cc002b;border-color:#cc002b}.social-likes__widget_pinterest:hover .social-likes__icon_pinterest,.social-likes__widget_pinterest:active .social-likes__icon_pinterest,.social-likes__widget_pinterest:focus .social-likes__icon_pinterest{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAANCAQAAADV/FywAAAAvklEQVQYGQXBsUoUAACA4f/i8MBB0TdINCQQhHoDaXRzagkkopYGhRYfwKWhSYLDZ2ixNyiTVp1cXMQgaDpNsa6v70vy3DcTt34ZeyRlaIzPXnvpAy6tK2+wIwuSZ/75Yphz3+XQjS3JVzwOe0Z+463kCBu58dHIT/fW5IEzUys58NeqK6eSJ/44NZM5r2yaurTkoRNsK8kuLlybYt9AycAnd5a98M5TScmsH44lSVIyb2JbkiSDZNF7I0mS9B8IOsS5z/yrNgAAAABJRU5ErkJggg==")}
/* End */


/* Start:/local/templates/kitfinance_2/css/jquery.fancybox.css?14591655544895*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/local/templates/kitfinance_2/css/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/local/templates/kitfinance_2/css/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/local/templates/kitfinance_2/css/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/local/templates/kitfinance_2/css/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/local/templates/kitfinance_2/css/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/local/templates/kitfinance_2/css/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/local/templates/kitfinance_2/css/rateit.css?14804321203755*/
.rateit {
    /*display: -moz-inline-box;
    display: inline-block;*/
    position: relative;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

    .rateit .rateit-range {
        position: relative;
        display: -moz-inline-box;
        display: inline-block;
        background: url(/local/templates/kitfinance_2/css/../img/starskit.png);
        height: 14px;
        outline: none;
    }

        .rateit .rateit-range * {
            display: block;
        }

    /* for IE 6 */
    * html .rateit, * html .rateit .rateit-range {
        display: inline;
    }

        /* for IE 7 */
        * + html .rateit, * + html .rateit .rateit-range {
            display: inline;
        }

            .rateit .rateit-hover, .rateit .rateit-selected {
                position: absolute;
                left: 0;
                top: 0;
                width: 0;
            }

            .rateit .rateit-hover-rtl, .rateit .rateit-selected-rtl {
                left: auto;
                right: 0;
            }

            .rateit .rateit-hover {
                background: url(/local/templates/kitfinance_2/css/../img/starskit.png) left -14px;
                color: rgb(239, 197, 41);
            }

            .rateit .rateit-hover-rtl {
                background-position: right -14px;
            }

            .rateit .rateit-selected {
                background: url(/local/templates/kitfinance_2/css/../img/starskit.png) left -14px;
                color: rgb(191,66,66);
            }

            .rateit .rateit-selected-rtl {
                background-position: right -14px;
            }

            .rateit .rateit-preset {
                background: url(/local/templates/kitfinance_2/css/../img/starskit.png) left -14px;
                color: rgb(239, 107, 34);
            }

            .rateit .rateit-preset-rtl {
                background: url(/local/templates/kitfinance_2/css/../img/starskit.png) left -28px;
            }

            .rateit button.rateit-reset {
                background: url(/local/templates/kitfinance_2/css/../img/delete.gif) 0 0;
                width: 14px;
                height: 14px;
                display: -moz-inline-box;
                display: inline-block;
                float: left;
                outline: none;
                border: none;
                padding: 0;
                display: none;
            }

            .rateit .rateit-reset span {
                display: none;
            }

            .rateit button.rateit-reset:hover, .rateit button.rateit-reset:focus {
                background-position: 0 -14px;
            }


.rateit-font {
    font-size: 24px;
    line-height: 1em;
}

    .rateit-font .rateit-range {
        background: none;
        height: auto;
    }

    .rateit-font .rateit-empty {
        color: #ccc;
    }

    .rateit-font .rateit-range > div {
        background: none;
        overflow: hidden;
        cursor: default;
    }

.rateit.rateit-font .rateit-reset {
    font-size: inherit;
    background: none;
    width: 0.6em;
    height: 0.6em;
    margin-top: 0.2em;
    background: gray;
    border-radius: 50%;
    position: relative;
    display: none;
}

    .rateit.rateit-font .rateit-reset span {
        display: block;
        font-weight: bold;
        color: white;
        height: calc(50% - 0.045em);
        top: 0;
        position: absolute;
        border-bottom: 0.09em solid white;
        width: 72%;
        margin-left: 14%;
    }


.rateit.rateit-font .rateit-reset:hover, .rateit.rateit-font button.rateit-reset:focus {
    background: #e6574b; /* Old browsers */
    background: radial-gradient(ellipse at center, #e6574b 55%,#f6836b 77%,#f9d3cc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-position: 0 0;
}

/* End */


/* Start:/local/templates/kitfinance_2/css/add_styles_broker-1.css?164018307947044*/
.mob-scroll-top{
    display: none;
    position: fixed;
    left: 50%;
    bottom: 20px;
    width: 55px;
    height: 55px;
    margin-left: -27px;
    background: transparent url(/local/templates/kitfinance_2/css/../img/icos_scroll-top.png) no-repeat 0 0;
    z-index: 99;
}
.mob-scroll-top:hover{
    background-position: 0 -55px;
}
.mob-scroll-top:active{
    background-position: 0 -110px;
}


.hb-sub-list {
    border-top: 1px dashed silver;
    margin: 15px 0 0 0;
}
.hb-sub-item {
    display: block;
    width: auto;
    padding: 10px 3% 0 0;
    line-height: 1;
}
.hb-sub-item a {
    margin-top: 10px;
    font-size: 13px;
}

/* --- breadcumbs_popup --------*/
.breadcumbs_popup ul,
.breadcumbs_popup::before {
    background-image: url("/local/templates/kitfinance_2/css/../img/fon_popup_breadcrumbs_slim.png");
}
.breadcumbs_popup {
    width: 240px;
}
.breadcumbs_popup ul{
    padding: 10px 25px 25px;
}
.breadcrumbs li a {
    font-size: 13px;
}


/* --- ADAPTIVE START STYLES -------------------------------------------------*/
@media (max-width: 990px){
html, body {
    min-width: 300px;
}
body {
    padding-top: 70px;
}
.sub-top-menu,
nav.top-menu,
nav.top-menu > table,
nav.main-menu,
.footer-wrapper footer,
.super-footer-wrapper .super-footer,
.ognennaya-voda,
.strong-line .hobbit,
.boxes-wrapper,
.breadcrumbs_in,
.boxes-menu_in,
.ognennaya-voda-wrapper_in{
    width: auto;
}
.breadcrumbs{
    margin: 0 auto;
    border: none;
}
.breadcrumbs_in{
    margin: 0 10px;
}
.sum-menu ul:before,
.sum-menu ul:after{
    display: none;
}
.nand{
    display: none;
}
.hears {
    z-index: 25;
}

/* --- ADAPTIVE: Footer -----------------------------------------------*/
.btm_info, .f-col{
    font-size: 0;
}
.footer-wrapper {
    margin: 0;
    padding: 29px 10px 20px 10px;
}
.footer-wrapper footer .btm_info .f-col a{
    padding: 10px 0;
    line-height: 15px;
}
.super-footer-wrapper .super-footer{
    padding: 20px 10px;
}
.super-footer .nobody-cares {
    width: 50%;
}

/* --- ADAPTIVE: Header -----------------------------------------------*/
.sub-top-menu #offices{
    display: none;
}
.sub-top-menu .ph-wrapper{
    border: none;
    padding: 17px 0 0 50px;
    margin: 0;
}
.sub-top-menu .ph-wrapper a{
    display: none;
}
.sub-top-menu .s-cities > .s-markers{
    display: none;
}
.sub-top-menu{
    position: absolute;
    top: 0;
    left: 50%;
    height: 70px;
    padding-top: 0;
    background: #fff;
} 
#logo {
    margin: 20px 0 0 10px;
}
#logo img {
    height: 35px;
}
.sub-top-menu .phone{
    padding-right: 25px;
}
.sub-top-menu .s-cities {
    float: left;
    position: relative;
    margin: 13px 0 0;
    width: 180px;
    min-height: 40px;
    line-height: 40px;
}
.sub-top-menu .s-cities > ul{
    line-height: 17px;
}
.mob-show-site{
position: absolute;
display: block;
right: 140px;
top: 24px;
}
.mob-show-site a {
text-decoration: none;
}
.sub-top-menu a.pink-button{
    margin: 14px 10px 0 0;
}
a.top-menu-client{
    display: none;
}
a.top-mob-menu{
    display: block;
}
.hobbit{
    max-width: 750px;
}
.strong-line .white-block{
    width: 290px;
}
.strong-line .yeah-baby {
    width: 330px;
}
.strong-line .wide-white-block .wwb-left-cell {
    width: 300px;
}
.strong-line .wide-white-block .wwb-right-cell {
    width: 355px;
}
.sub-top-menu .s-cities > ul > li {
    min-width: 75px;
}


/* --- ADAPTIVE: Header: drop-menu -----------------------------------*/

.sub-menu-mob{
    display: none;
    margin: 0 -10px;
    padding: 10px;
    list-item: none;
    font-size: 0;
    background: #fff;
}
.sub-menu-mob > li{
    position: relative;
    display: inline-block;
    width: 33.33%;
    color: #b9006d;
    font-size: 13px;
}
.sub-menu-mob .sub-menu-mob_btn{
    display: block;
    padding: 40px 0 20px;
    font-size: 0;
    color: #b9006d;
    text-align: center;
    text-decoration: none;
    font: 600 15px/17px 'Open Sans', sans-serif;
    border-right: 1px solid #e5e5e5;
}
.sub-menu-mob > li:last-child > .sub-menu-mob_btn{
    border-right: none;
}
.sub-menu-mob > li .dropdown-item{
    display: none;
}
.sub-menu-mob > li.open .dropdown-item{
    display: block;
}
.sub-menu-mob .dropdown-item a{
    color: #b9006d;
}
.sub-menu-mob_btn.btn-call{
    background: no-repeat center 20px url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAYAAADwikbvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDREQ0FGN0RBMzE1MTFFNThCNTJBMUIyN0YwMUY4MTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDREQ0FGN0VBMzE1MTFFNThCNTJBMUIyN0YwMUY4MTYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpENERDQUY3QkEzMTUxMUU1OEI1MkExQjI3RjAxRjgxNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpENERDQUY3Q0EzMTUxMUU1OEI1MkExQjI3RjAxRjgxNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ppyc8mEAAAEsSURBVHjajNI/S4JRFMfxp7KaoqFskVqCBstFnEIraGtoCYIIUlpqCqTyNejgIs2BFC7S0O4QQYOzkg01iBHlGzAlpO+Bc+Fyuf058OERub/n3ufcM1ILsoFT89jEAnpo4A6f7sJR6/csrvCCE6wgiUu0ceSGQ/oM4x4dRPHsbLCDCywi54aLeMUWvpwNhqiihTpu8WDCk9jFhidoVxPXODBhOdKcvqAV/F1PiNjf86GdjP4jLE18t8MDVJDHxC/BOPaRwZ59VdKwNUx7QuNIo6afN4aSPE23l/Qut3GmJ2jr4himnBfKTMyYnTM6UYcoIKs7rnqCUm/ohvToMlnHdjOoRx3LiCdcNvcsQ3DjWSBTlsCpjqlUHyks2xP2U8lJzp3/5CTr0rBvAQYAED42gLhoHZwAAAAASUVORK5CYII=');
}
.sub-menu-mob_btn.btn-what{
    background: no-repeat center 20px url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAQCAYAAAAiYZ4HAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzM2REZGNTVBMzE1MTFFNUJBOTBCM0E3NEZDQTIxMkMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzM2REZGNTZBMzE1MTFFNUJBOTBCM0E3NEZDQTIxMkMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDMzZERkY1M0EzMTUxMUU1QkE5MEIzQTc0RkNBMjEyQyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDMzZERkY1NEEzMTUxMUU1QkE5MEIzQTc0RkNBMjEyQyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Psm0sIIAAADgSURBVHjaYtzDUMgABCxAnAHE4UDsBMS/GXAAJiBmBOKNQDwZiG2AOIEBD2CCKvJCEqsCYjZ8GmTRxBSAOBGfhjdoYn+AWAmXBpBnTwPxP6hmEIgG4lX4bHgPxMeQxJ4T8jQILEYScyFGwxIkv2QBMSchDd+AeCqULQLEpYQ0gEA/EL+FsuuAOAqqGSVeWJA0fATiZiCeAMTMQLwUSQ4UMNPRbQCBKUB8FotLQLZwYNPwFxoPX9DEZYA4FZsGELgJxAFA/BVNPBeUUJlwBMZeILYA4jXQSG0CYksg/g8QYADjJCXBHhA73wAAAABJRU5ErkJggg==');
}
.sub-menu-mob_btn.btn-login{
    background: no-repeat center 20px url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAMCAYAAABbayygAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjI3MUMxQkFBMzE1MTFFNTlBMDBFRjI4QUI1OTNCN0QiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjI3MUMxQkJBMzE1MTFFNTlBMDBFRjI4QUI1OTNCN0QiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCMjcxQzFCOEEzMTUxMUU1OUEwMEVGMjhBQjU5M0I3RCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCMjcxQzFCOUEzMTUxMUU1OUEwMEVGMjhBQjU5M0I3RCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtmmNfAAAAEGSURBVHjaYvz//z8DCGxgzOJjYGRcwPD/vy+Iz8zJukMh3TZNtz/kNZD7h4kBChiZmVqAigIEpERWiSpIreP6zuz9bs3lTqAUPxCzsMAUAhW5cvPzHnB42jQZyPu1V7RS8v+7nzZAtjAQf4ebCATc7NycX0CKgPjZ918/n//++4cDyOYCYjbG9YxZ6xkZGZSBTtXkZeb4/o+D+cX3Xz9+///zV5r9PytQM8f9byy/L7GA3MXxn5WBCQgZ/vznZfzyh5eTgRnkHQZGIPz35ZcqG8N/VbAbWcASUE+BMSMDMmAC8pkYiAQDqZBdjLeUmZf9BiMT4y90SWBs/WYV5r4r4qM1AyDAANznT0LbdvMEAAAAAElFTkSuQmCC');
}

.top-menu-wrapper{
    display: none;
    padding: 10px;
    margin: 0 auto;
    background: #fff;
    border: none;
}
.top-menu-wrapper.open{
    display: block;
}
.main-menu-wrapper{
    display: none;
}
nav.main-menu{
    border: none;
}
.main-menu-wrapper.open{
    display: block;
}
.sub-menu-wrapper{
    display: none;
    background: #f8f8f8;
    border-bottom: 3px solid #fff;
}
.sub-menu-wrapper.open{
    display: block;
}
.sub-menu-wrapper_in{
    max-width: 750px;
    margin: 0 auto;
    padding: 0;
    box-shadow: none;
    border: none;
}
.sum-menu ul{
    width: auto;
    border: none;
}
.sum-menu ul li{
    display: block;
    padding: 10px 0;
    line-height: 1.4;
}
.sub-menu ul.first-level{
    display: block;
    position: static;
    width: auto;
    background: transparent;
    border: none;
}
nav.top-menu{
    height: auto;
}
nav.top-menu a.en{
    display: none;
}
.searh-wrapper {
    display: none;
}
nav.top-menu > table,
nav.top-menu tbody,
nav.top-menu tr,
nav.top-menu td{
    display: block;
}
nav.top-menu > table{
    float: none;
}
nav.top-menu tr{
    overflow: hidden;
}
nav.top-menu > table td{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    border-left: none;
}
nav.top-menu > table td:nth-child(3n){
    border-right: none;
}
nav.top-menu td.bold-and-pink{
    float: none;
    width: auto;
    clear: both;
    text-align: right;
    border: none;
}
nav.top-menu td.bold-and-pink > a{
    display: inline-block;
    padding: 0 15px 0 28px;
}
.personal-dropdown-wrapper.open > a{
    background: #f8f8f8;
}

.dropdown-item{
    right: -10px;
    border-top: 1px solid #eee;
}
.personal-menu-wrapper{
    padding: 10px;
    width: 300px;
}
.personal-menu-row {
    text-align: center;
}


/* --- ADAPTIVE: Main page -------------------------------------------*/
.ognennaya-voda-wrapper{
    padding: 20px 0;
}
.kirpich-main-out{
    position: relative;
    width: auto;
    height: auto;
    margin: 0 1% 15px 1%;
    background: #fff;
    border-radius: 3px;
    box-shadow: 1px 2px 2px rgba(13,15,19, 0.09);
    overflow: hidden;
}
.kirpich-main{
    position: relative;
    width: auto;
    top: 0;
    left: 0;
}
.plitka{
    height: auto;
}
.plitka ul{
    margin: 0;
}
.plitka_item_im img {
    width: 97%;
    height: auto;
}
.plitka .sm-more {
    padding: 0;
}
.kirpich-main .prev {
    left: auto;
    right: 80px;
    top: 200px;
}
.kirpich-main .next {
    right: 30px;
    top: 200px;
}
.sm-more {
    margin: 30px 4%;
    padding-right: 0;
    text-transform: uppercase;
}
.icons-line .prev {
    left: -42px;
}
.icons-line .next {
    right: -42px;
}

/* --- ADAPTIVE: Chastnym_investoram page ----------------------------*/
.boxes-wrapper{
    margin: 0 auto;
}
.boxes-wrapper .h1{
    margin-left: 1%;
    margin-right: 1%;
}
.element-wrapper{
    margin: 0;
}
.half-block {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 1% 30px 1%;
    overflow: hidden;
}
.hb-info{
    height: auto;
}
.r_slider{
    margin-right: 10px;
}
.l-col {
    padding: 18px 0 0 10px;
}

/* --- ADAPTIVE: Schedule/event page -------------------------------*/
.top_bd_title, .top_bd_date {
    float: none !important;
    text-align: left !important;
    width: auto !important;
}
.white_box.line tr td:first-child{
    width: 100px !important;
}
.white_box.line tr .b-hide div{
    float: none !important;
    width: auto !important;
}
.form_event_filter {
    margin-bottom: 30px;
}
.event_filter {
    padding: 1%;
    font-size: 0;
    background: #fff;
}
.event_filter_wrap.no-title{
    margin-top: 0;
}
.event_filter .event_filter_title {
    margin-bottom: 0;
    padding-bottom: 0;
}
.event_filter > div {
    color: #43484a;
    font-size: 18px;
    font-weight: 400;
    background: #f8f8f8;
}
.event_filter > div:last-child{
    background: #fff;
}
.event_filter > div > div {
    padding: 10px 20px;
    color: #43484a;
    font-size: 21px;
    font-weight: 400;
}
.event_filter select {
    height: 60px;
    width: 100%;
    margin-bottom: 3px;
}
._head_{
    margin: 0 10px;
}

/* --- ADAPTIVE: Offices page --------------------------------------*/
div.modern-page-navigation{
    padding-left: 10px;
    font-size: 20px;
}

/* --- ADAPTIVE: Currency-calculator page --------------------------*/
.wrapper {
    min-width: 590px;
    padding: 0 10px;
}
.wrapper .nav-menu li a {
    height: 64px;
    width: 64px;
}
.wrapper .nav-menu li i {
    margin: 0;
}
.wrapper .gallery-panel,
.gallery-panel-overlay {
    height: 250px;
}

/* --- ADAPTIVE: Test DU page --------------------------------------*/
.intro .cell-container,
.intro .table-container,
.header .flex,
.intro,
.intro .flex,
.test,
.footer,
.footer .flex {
    min-width: 580px;
}
.answers-text div{
    height: auto;
    /*padding: 10px 0;*/
}
.answers-text div label {
    display: block;
    overflow: hidden;
}
.answers-text div input {
    float: left;
    margin-top: 2px;
}
.answers-text span {
    display: block;
    margin-left: 30px;
}
.question-img-5 {
    background-size: 100% auto;
    width: auto;
}
.get-result-form {
    margin-right: 0;
    min-width: 0;
}
.get-result-form input[type="text"] {
    width: 90%;
}
.get-result-form input[type="submit"] {
    margin-top: 20px;
    width: auto;
}
.question-img-4{
    width: auto;
    background-size: 100% auto;
}
.intro .cell-container{
    display: block;
    padding: 30px;
}
.intro .content{
    display: block;
}
.video-box,
.video-box:hover{
    display: block;
    height: auto;
    background-size: 200% auto;
    border: none;
}
.video-box a {
    width: auto;
    height: 350px;
}
.top-menu ul li {
    line-height: 35px;
}

}



/* --- ADAPTIVE STYLES: PAD --------------------------------------------------*/
@media (min-width: 765px) and (max-width: 990px){

/* --- PAD: Footer --------------------------------------------------*/
.footer-wrapper footer{
    max-width: 750px;
}
.footer-wrapper footer .btm_info .f-col,
.footer-wrapper footer .btm_info .f-col.last,
.f-column,
.f-column.last_column{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    width: 30%;
}
.footer-wrapper footer .btm_info .f-col:nth-child(3n+2),
.footer-wrapper footer .btm_info .f-col.last:nth-child(3n+2),
.f-column:nth-of-type(3n+2),
.f-column.last_column:nth-of-type(3n+2){
    padding: 0 50px;
    width: 40%;
}
.super-footer .nobody-cares {
    width: 50%;
}

/* --- PAD: Header --------------------------------------------------*/
.sub-top-menu {
    width: 750px;
    margin-left: -375px;
}
nav.main-menu{
    width: 100%;
    max-width: 750px;
    letter-spacing: -0.375px;
}
.main-menu-wrapper{
    width: 750px;
    margin: 0 auto;
    font-size: 15px;
    border: none;
}
nav.main-menu .broker-service a span {
    font-size: 15px;
}
.sub-top-menu .ph-wrapper {
    padding: 4px 15px 0 40px;
}
.sub-top-menu .phone {
    font-size: 31px;
    padding: 0 10px 0 0;
}
.sub-top-menu .ph-wrapper a {
    display: block;
}


/* --- PAD: Header: drop-menu --------------------------------------*/
.top-menu-wrapper{
    width: 730px;
    background: #f8f8f8;
}
nav.top-menu > table{
    width: 80%;
    
}
nav.top-menu > table td{
    float: left;
    width: 33.33%;
}
nav.top-menu td > a{
    padding: 10px 0 10px 25px;
}
nav.top-menu table td > a:hover{
    background: none;
}
nav.top-menu td.bold-and-pink{
    position: absolute;
    top: 10px;
    right: 0;
}
nav.top-menu td.bold-and-pink > a {
    padding: 0 0 0 28px;
}
.sub-menu-wrapper{
    background: #fff;
}
.sub-menu-wrapper_in{
    background: #f8f8f8;
}
.sub-menu ul.first-level{
    margin: 0 220px 0 10px;
}
.sub-menu ul.first-level > li{
    width: 50%;
    margin-bottom: 50px;
}
.sub-menu ul.other-level > li{
    margin-top: 5px;
    font-size: 13px;
}
.sub-menu a{
    display: block;
    line-height: 32px;
}
.sub-menu .heading {
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}
.sum-menu ul{
    display: block;
    position: absolute;
    top: 37px;
    right: 30px;
    width: 150px;
    padding: 20px;
    background: #fff;
    border: 1px dotted #000;
}
nav.main-menu li a span{
    border-bottom: none;
}

/* --- PAD: Main page ----------------------------------------------*/
.ognennaya-voda{
    max-width: 750px;
}
.kirpichi,
.plitka_inner_page{
    padding: 0 2.5px;
}
.kirpich-main li{
    width: 730px;
    overflow: hidden;
}
.kirpich-main li img {
    top: -28px;
    width: 100%;
}
.kirpich-small{
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: none;
    height: auto;
    width: 48%;
    margin: 0 1%;
    padding: 20px 20px 30px 30px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 1px 2px 2px rgba(13,15,19, 0.09);
    overflow: hidden;
}
.ognennaya-voda h2{
    margin: 20px 1% 0 1%;
}

.plitka ul {
    height: 290px;
    margin: 0;
    overflow: hidden;
}
.plitka .plitka_item {
    width: 48%;
    margin: 0 0.9%;
    padding: 0;
    overflow: hidden;
}
.plitka .plitka_item:hover{
    top: auto;
}
.plitka li .li-inner {
    width: auto;
    box-shadow: 1px 2px 2px rgba(13,15,19, 0.09);
}
.small_screen .icons-line .icons-line-inner {
    width: 670px;
}
.small_screen .icons-line li {
    width: 222px;
}
.small_screen .icons-line span {
    line-height: 20px;
    width: auto;
}

/* --- PAD: Chastnym_investoram page -------------------------------*/
.boxes-wrapper{
    max-width: 750px;
}
.half-block {
    width: 48%;
    height: 680px;
}
.hb-img img {
    max-height: 180px;
}
.breadcrumbs{
    max-width: 750px;
}
.boxes-menu_in{
    max-width: 730px;
    width: 100%;
}
.ognennaya-voda-wrapper_in{
    max-width: 750px;
}
.half_white_box {
    margin: 0 20px 30px 0;
}
.event_filter > div {
    width: 48%;
    margin: 1%;
}
.hb-info {
    padding: 20px;
}

/* --- PAD: Schedule/event page -----------------------------------*/
.white_box {
    overflow-x: auto;
}

._head_ h1{
    margin-right: 100px;
}
.b-consul {
    padding: 10px 0 0 0;
}
.b-consul > p {
    padding: 0 0 15px;
}

}


/* --- ADAPTIVE STYLES: LARGE PHONE ------------------------------------------*/
@media (min-width: 500px) and (max-width: 764px){
body {
    font-size: 16px;
}

.kirpich-main .slider_title {
    line-height: 1.1;
}

.hears {
	display: none !important;
}

#chart-div {
    margin-top: 80px !important;
}
.mpadd {
padding-left: 10px;
padding-right: 10px;
}
.doppadd {
padding-left: 18px;
padding-right: 18px;
}

#jivo-iframe-container {
display: none !important;
}
.top-menu-wrapper.open,
.main-menu-wrapper.open{
    display: none;
}
.mob-show{
    display: block !important;
}

/* --- LARGE PHONE: Footer ---------------------------------------------*/
.footer-wrapper footer{
    max-width: 460px;
}
.footer-wrapper footer .btm_info .f-col,
.footer-wrapper footer .btm_info .f-col.last,
.f-column,
.f-column.last_column{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    width: 50%;
    padding: 0 15px;
}
.footer-wrapper footer .f-col ul {
    padding-bottom: 30px;
}
footer .footer-logo img{
    height: 40px;
}
.super-footer .nobody-cares{
    float: none;
    width: auto;
    margin-bottom: 10px;
}

/* --- LARGE PHONE: Header ---------------------------------------------*/
.sub-top-menu {
    width: 480px;
    margin-left: -240px;
}
.sub-top-menu .s-cities,
.sub-top-menu .ph-wrapper{
    display: none;
}

/* --- LARGE PHONE: Header: drop-menu ---------------------------------*/
.top-menu-wrapper{
    width: 460px;
    background: #f8f8f8;
}
nav.top-menu > table td{
    width: auto;
    border-right: none;
    border-bottom: 1px solid #e6e6e6;
}
nav.top-menu table td > a{
    font-size: 18px;
    color: #43484a;
    letter-spacing: -1px;
}
nav.top-menu td > a{
    padding: 5px 0 7px 40px;
}
nav.top-menu td.bold-and-pink {
    display: none;
}
.main-menu-wrapper{
    height: auto;
    max-width: 460px;
    margin: 0 auto;
    padding: 0 10px;
    background: #f8f8f8;
    border: none;
    box-shadow: none;
}
nav.main-menu,
nav.main-menu ul,
nav.main-menu li,
nav.main-menu li a{
    display: block;
    border: none;
}
nav.main-menu li a{
    padding: 5px 0 7px 40px;
    color: #787878;
    text-align: left;
    text-shadow: none;
    line-height: 35px;
    border-bottom: 1px solid #e6e6e6;
}
nav.main-menu li a span {
    display: block;
    border-bottom: none;
    color: #43484a;
    font-size: 18px;
    letter-spacing: -1px;
}
nav.main-menu .broker-service{
    display: none;
}
.sub-menu-wrapper{
    max-width: 460px;
    margin: 0 auto;
    padding: 0 10px;
}
.sub-menu-wrapper_in{
    opacity: 1 !important;
}
.sub-menu ul.first-level > li{
    display: block !important;
    width: auto;
    padding: 0;
}
.sub-menu .heading{
    position: relative;
    margin: 0;
    font-weight: 600;
    border-bottom: 1px solid #e4e4e5;
}
.sub-menu .heading.open a{
    color: #b0006c;
}
.sub-menu .heading:after{
    content: "";
    display: block;
    position: absolute;
    top: 22px;
    right: 25px;
    border-top: 5px solid #7f004d;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.sub-menu a{
    display: block;
    padding: 4px 0 6px 40px;
    color: #43484a;
    font-size: 18px;
    line-height: 35px;
    letter-spacing: -1px;
}
.sub-menu-mob{
    display: block;
}
.other-level{
    display: none;
    margin: -1px -10px 20px -10px;
    padding: 0 10px;
    background: #f0f0f0;
    border-top: 5px solid #e4e4e5;
}
.other-level.open{
    display: block;
}
.sub-menu li:last-child .heading{
    border-bottom: none;
}
.sub-menu ul.other-level > li{
    margin: 0;
}
.sub-menu .other-level a{
    font-size: 16px;
    font-weight: 400;
}
.sub-menu ul.first-level{
    padding: 0;
}
.sum-menu{
    margin: 0 -10px;
    padding: 20px 0;
    background: #fff;
}
.sum-menu ul{
    padding: 0;
    overflow: hidden;
}
.sum-menu ul li{
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: static;
    width: 50%;
    padding: 11px 0 13px 0;
    text-align: center;
}
.sum-menu ul li:nth-child(3n) {
    width: 100%;
}
.sum-menu ul a{
    display: inline-block;
    padding: 0;
    color: #b0006c;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -1px;
    border-bottom: 1px dotted #b0006c;
}

body {
    background: #fff;
    color: #000000;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: 400;
    height: 100%;
    line-height: 20px;
    margin: 0;
}
html {
    font-family: sans-serif;
}
._head_ .sub {
    display: inline-block;
    margin: 0 0 20px;
    position: static;
}

/* --- LARGE PHONE: Main page -----------------------------------------*/
.ognennaya-voda{
    max-width: 480px;
}
.kirpichi,
.plitka_inner_page{
    padding: 0 10px;
}
.kirpich-main-out{
    margin: 15px 0;
}
.kirpich-main li{
    width: 460px;
    overflow: hidden;
}
.kirpich-main li img {
    left: -65px;
}
.kirpich-main li h3 {
    font-size: 21px;
    font-weight: 700;
    line-height: 21px;
}
.kirpich-main li .kir-announce {
    min-height: 0;
    padding: 15px 0 20px 0;
    font-size: 16px;
    line-height: 21px;
}
.kirpich-main li .slider-info {
    top: 35px;
    right: -270px;
    width: 265px;
    margin-right: -15px;
}
.kirpich-small{
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: none;
    height: auto;
    width: auto;
    margin: 5px 0;
    padding: 20px 20px 30px 30px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 1px 2px 2px rgba(13,15,19, 0.09);
    overflow: hidden;
}
.sm-time {
    margin-bottom: 15px;
}
.kirpich-small .kir-sm-announce {
    min-height: 50px;
}
.ognennaya-voda h2{
    padding: 0;
}
.plitka .plitka_item {
    float: none;
    width: auto;
    margin: 15px 0;
    padding: 0;
}
.plitka li .li-inner {
    width: auto;
    height: auto;
    min-height: 170px;
    box-shadow: 1px 2px 2px rgba(13,15,19, 0.09);
    overflow: hidden;
}
#chart-div {
    width: 100% !important;
}
.small_screen .icons-line .icons-line-inner {
    width: 390px;
}
.small_screen .icons-line li {
    width: 193px;
}
.small_screen .icons-line span {
    width: auto;
    min-height: 127px;
    padding: 17px 10px 10px;
    font-size: 13px;
    line-height: 20px; 
}
.icons-line li a {
    padding: 95px 15px 27px;
}
.hobbit{
    max-width: 480px;
}
.strong-line .white-block {
    float: none;
    width: auto;
    margin: 10px;
}
.strong-line .yeah-baby {
    float: none;
    width: auto;
    margin: 20px 10px;
    padding: 0;
    text-align: center;
}
.strong-line .wide-white-block{
    margin: 0 10px;
}
.strong-line .wide-white-block .wwb-left-cell{
    float: none;
    width: auto;
    padding: 0 0 30px 0;
}
.strong-line .wide-white-block .wwb-right-cell{
    width: auto;
    padding: 0;
    margin: 0;
}

/* --- LARGE PHONE: Chastnym_investoram page --------------------------*/
.boxes-wrapper{
    max-width: 470px;
    padding-left: 5px;
    padding-right: 5px;
}
.half-block {
    float: none;
    width: auto;
    height: auto;
}
.breadcrumbs{
    display: none;
}
.half_white_box {
    float: none;
    width: auto;
    margin: 0 0 30px 0;
    padding: 29px 26px 19px;
}
.b-consul {
    clear: both;
    padding: 0;
    text-align: center;
}
.ognennaya-voda-wrapper_in{
    max-width: 480px;
}
.r_slider{
    display: none;
}
.boxes-menu{
    border: none;
    box-shadow: none;
}
.boxes-menu_in{
    display: block;
    padding: 25px 60px;
    background: #fff;
}
.boxes-menu ul{
    display: block;
    position: relative;
}
.boxes-menu ul:after{
    content: "";
    display: block;
    position: absolute;
    top: 34px;
    right: 25px;
    border-top: 5px solid #7f004d;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.boxes-menu ul li {
    display: block;
    padding: 0 !important;
    vertical-align: top;
    font-size: 21px;
    text-align: left;
    border: none;
}
.boxes-menu ul li.active{
    background: #f8f8f8;
}
.boxes-menu ul li a{
    height: 0;
    padding: 0 35px 0 23px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.boxes-menu ul.open li a,
.boxes-menu ul li.active a{
    height: auto;
    padding: 22px 35px 24px 23px;
    border: none;
    background: none;
}
.boxes-menu ul li a span{
    border: none;
}

/* --- LARGE PHONE: Schedule/event page ------------------------------*/
.white_box {
    padding: 10px;
    overflow-x: auto;
}
.white_box.line table{
    margin-bottom: 10px;
}
.event_filter > div {
    display: block;
    width: auto;
    margin: 0;
}

/* --- LARGE PHONE: Faq page ----------------------------------------*/
.faq-section-item-list-inner{
    padding: 30px 20px;
}
.faq-element-item-answer{
    padding: 30px 0 30px 20px;
    font-size: 14px;
    line-height: 1.7;
}
.faq-section-item-title{
    padding-left: 20px;
}

/* --- LARGE PHONE: Pagination----------------------------------------*/
div.modern-page-navigation {
    font-size: 16px;
    padding-left: 0;
}
.modern-page-title{
    display: none;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted gray;
}

/* --- LARGE PHONE: Adaptive table -----------------------------------*/
.mob-to-lines.table,
.mob-to-lines thead,
.mob-to-lines tbody,
.mob-to-lines tr,
.mob-to-lines th,
.mob-to-lines td{
    display: block;
    box-sizing: border-box;
    width: 100%;
}
.mob-to-lines input[type="text"],
.mob-to-lines textarea,
.mob-to-lines input[type="file"],
.mob-to-lines input[type="password"],
.mob-to-lines select{
    width: 90%;
}
.mob-to-lines button.pink-button,
.mob-to-lines a.pink-button, 
.mob-to-lines input.pink-button{
    display: block;
}

.mob-show-site {
display: none;
}
.mob-show-site.open {
display: block;
}

}



/* --- ADAPTIVE STYLES: SMALL PHONE ------------------------------------------*/
@media (max-width: 499px) {

.mob-show{
    display: block !important;
}

.hears {
	display: none !important;
}

#chart-div {
margin-top: 80px !important;
}

.mob-show-site {
display: none;
}
.mob-show-site.open {
display: block;
}

#jivo-iframe-container {
display: none !important;
}

body {
    font-size: 14px;
}
.boxes-wrapper{
    padding: 0 5px;
}
/* --- SMALL PHONE: Footer ---------------------------------------------*/
.footer-wrapper footer .btm_info .f-col,
.footer-wrapper footer .btm_info .f-col.last,
.f-column,
.f-column.last_column{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    padding: 0 15px;
}
.footer-wrapper footer .f-col ul {
    padding-bottom: 30px;
}
footer .footer-logo{
    position: static;
    margin-bottom: 10px;
}
.super-footer .nobody-cares{
    float: none;
    width: auto;
    margin-bottom: 10px;
}

/* --- SMALL PHONE: Header ---------------------------------------------*/
.sub-top-menu {
    left: 0;
    right: 0;
}
.sub-top-menu .s-cities,
.sub-top-menu .ph-wrapper{
    display: none;
}

/* --- SMALL PHONE: Header: drop-menu ---------------------------------*/

.top-menu-wrapper.open,
.main-menu-wrapper.open {
    display: none;
}
.top-menu-wrapper{
    width: auto;
    padding-bottom: 0;
    background: #f8f8f8;
}
nav.top-menu > table td{
    width: auto;
    border-right: none;
    border-bottom: 1px solid #e6e6e6;
}
nav.top-menu td.bold-and-pink{
    display: none;
}
nav.top-menu table td > a{
    font-size: 18px;
    color: #43484a;
    letter-spacing: -1px;
}
nav.top-menu table td > a:hover{
    background: none;
}
nav.top-menu td > a{
    padding: 3px 0 5px 20px;
}
.main-menu-wrapper{
    height: auto;
    max-width: 460px;
    margin: 0 auto;
    padding: 0 10px;
    background: #f8f8f8;
    border: none;
    box-shadow: none;
}
nav.main-menu,
nav.main-menu ul,
nav.main-menu li,
nav.main-menu li a{
    display: block;
    border: none;
}
nav.main-menu li a{
    padding: 3px 0 5px 20px;
    color: #787878;
    text-align: left;
    text-shadow: none;
    line-height: 35px;
    border-bottom: 1px solid #e6e6e6;
}
nav.main-menu li a span {
    display: block;
    border-bottom: none;
    color: #43484a;
    font-size: 18px;
    letter-spacing: -1px;
}
nav.main-menu .broker-service{
    display: none;
}
.sub-menu-wrapper{
    max-width: 460px;
    margin: 0 auto;
    padding: 0 10px;
}
.sub-menu-wrapper_in{
    opacity: 1 !important;
}
.sub-menu-mob{
    display: block;
}
.sub-menu ul.first-level > li{
    display: block !important;
    width: auto;
    padding: 0;
}
.sub-menu .heading{
    position: relative;
    margin: 0;
    font-weight: 600;
    border-bottom: 1px solid #e4e4e5;
}
.sub-menu li:last-child .heading{
    border-bottom: none;
}
.sub-menu .heading.open a{
    color: #b0006c;
}
.sub-menu .heading:after{
    content: "";
    display: block;
    position: absolute;
    top: 22px;
    right: 25px;
    border-top: 5px solid #7f004d;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.sub-menu a{
    display: block;
    padding: 3px 0 5px 20px;
    color: #43484a;
    font-size: 18px;
    line-height: 35px;
    letter-spacing: -1px;
}
.other-level{
    display: none;
    margin: -1px -10px 20px -10px;
    padding: 0 10px;
    background: #f0f0f0;
    border-top: 5px solid #e4e4e5;
}
.other-level.open{
    display: block;
}
.sub-menu ul.other-level > li{
    margin: 0;
}
.sub-menu .other-level a{
    font-size: 16px;
    font-weight: 400;
}
.sub-menu ul.first-level{
    padding: 0;
}
.sum-menu{
    margin: 0 -10px;
    padding: 20px 0;
    background: #fff;
}
.sum-menu ul{
    padding: 0;
    overflow: hidden;
}
.sum-menu ul li{
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: static;
    width: 50%;
    padding: 11px 0 13px 0;
    text-align: center;
}
.sum-menu ul li:nth-child(3n) {
    width: 100%;
}
.sum-menu ul a{
    display: inline-block;
    padding: 0;
    color: #b0006c;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -1px;
    border-bottom: 1px dotted #b0006c;
    max-width: 100%;
}


/* --- SMALL PHONE: Main page -----------------------------------------*/
.ognennaya-voda{
    max-width: none;
}
.kirpichi,
.plitka_inner_page{
    padding: 0 10px;
}
.kirpich-main-out{
    width: 300px;
    max-width: 100%;
    margin: 15px auto;
}
.kirpich-main li{
    width: 300px;
    overflow: hidden;
}
.kirpich-main li img {
    left: 0;
}
.kirpich-main li h3 {
    font-size: 21px;
    font-weight: 700;
    line-height: 21px;
}
.kirpich-main li .kir-announce {
    min-height: 0;
    padding: 15px 0 20px 0;
    font-size: 16px;
    line-height: 21px;
}
.kirpich-main li .slider-info {
    margin-right: -35px;
    right: -300px;
    top: 0;
    bottom: 0;
    width: 280px;
    padding-left: 20px;
    padding-top: 35px;
    background: rgba(255,255,255,0.9);
}
.kirpich-small{
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: none;
    height: auto;
    width: auto;
    margin: 5px 0;
    padding: 20px 20px 30px 30px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 1px 2px 2px rgba(13,15,19, 0.09);
    overflow: hidden;
}
.sm-time {
    margin-bottom: 15px;
}
.kirpich-small .kir-sm-announce {
    min-height: 50px;
    height: auto;
}
.ognennaya-voda h2{
    padding: 0;
}
.plitka .plitka_item {
    float: none;
    width: auto;
    margin: 15px 0;
    padding: 0;
}
.plitka li .li-inner {
    width: auto;
    height: auto;
    min-height: 170px;
    box-shadow: 1px 2px 2px rgba(13,15,19, 0.09);
    overflow: hidden;
}
#chart-div {
    width: 100% !important;
}
.small_screen .icons-line .icons-line-inner {
    width: 230px;
}
.small_screen .icons-line li {
    width: 228px;
}
.small_screen .icons-line span {
    width: auto;
    min-height: 127px;
    padding: 17px 10px 10px;
    font-size: 13px;
    line-height: 20px; 
}
.icons-line li a {
    padding: 95px 15px 27px;
}
.hobbit{
    max-width: 480px;
}
.strong-line .white-block {
    float: none;
    width: auto;
    margin: 5px;
}
.strong-line .yeah-baby {
    float: none;
    width: auto;
    margin: 20px 5px;
    padding: 0;
    text-align: center;
}
.strong-line .wide-white-block{
    margin: 0 5px;
    padding: 30px 5px;
}
.strong-line .wide-white-block .wwb-left-cell{
    float: none;
    width: auto;
    padding: 0 0 30px 0;
}
.strong-line .wide-white-block .wwb-right-cell{
    width: auto;
    padding: 0;
    margin: 0;
}

/* --- SMALL PHONE: Chastnym_investoram page --------------------------*/
.half-block {
    float: none;
    width: auto;
    height: auto;
}
.breadcrumbs{
    display: none;
}
.half_white_box {
    float: none;
    width: auto;
    margin: 0 0 30px 0;
    padding: 29px 26px 19px;
}
.b-consul {
    clear: both;
    padding: 0;
    text-align: center;
}
.ognennaya-voda-wrapper_in{
    max-width: 480px;
}
.r_slider{
    display: none;
}
.hb-img img {
    vertical-align: middle;
    width: 100%;
}
.hb-info{
    padding: 30px 15px;
}
.hb-info .text{
    height: auto;
    margin-bottom: 10px;
}
.boxes-menu{
    border: none;
    box-shadow: none;
}
.boxes-menu_in{
    display: block;
    padding: 25px 5px;
    background: #fff;
}
.boxes-menu ul{
    display: block;
    position: relative;
}
.boxes-menu ul:after{
    content: "";
    display: block;
    position: absolute;
    top: 34px;
    right: 15px;
    border-top: 5px solid #7f004d;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.boxes-menu ul li {
    display: block;
    padding: 0 !important;
    vertical-align: top;
    font-size: 19px;
    text-align: left;
    letter-spacing: -1px;
    border: none;
}
.boxes-menu ul li.active{
    background: #f8f8f8;
}
.boxes-menu ul li a{
    height: 0;
    padding: 0 35px 0 10px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.boxes-menu ul.open li a,
.boxes-menu ul li.active a{
    height: auto;
    padding: 22px 35px 24px 15px;
    border: none;
    background: none;
}
.boxes-menu ul li a span{
    border: none;
}

/* --- SMALL PHONE: Schedule/event page ------------------------------*/
.white_box {
    padding: 20px 10px;
    border-left: none;
    border-right: none;
    border-radius: 0;
    overflow-x: auto;
}
.white_box.line table,
.white_box.line tbody,
.white_box.line tr,
.white_box.line tr td,
.white_box.line tr td:first-child{
    display: block;
    width: auto !important;
}
.white_box.line tr td:first-child{
    background: #f8f8f8;
}
.white_box.line table{
    margin-bottom: 20px;
}
.event_filter > div {
    display: block;
    width: auto;
    margin: 0;
}

/* --- SMALL PHONE: Offices page -------------------------------------*/
.white_box > img {
    float: none;
}

/* --- SMALL PHONE: Adaptive table -----------------------------------*/
.mob-to-lines.table,
.mob-to-lines thead,
.mob-to-lines tbody,
.mob-to-lines tr,
.mob-to-lines th,
.mob-to-lines td{
    display: block;
    box-sizing: border-box;
    width: 100%;
}
.mob-to-lines input[type="text"],
.mob-to-lines textarea,
.mob-to-lines input[type="file"],
.mob-to-lines input[type="password"],
.mob-to-lines select{
    width: 90%;
}
.mob-to-lines button.pink-button,
.mob-to-lines a.pink-button, 
.mob-to-lines input.pink-button{
    display: block;
}

/* --- SMALL PHONE: Faq page ----------------------------------------*/
.faq-section-item-list-inner{
    padding: 20px 10px;
}
.faq-element-item-answer{
    padding: 10px 0 20px 10px;
    font-size: 14px;
    line-height: 1.7;
}
.faq-section-item-title{
    padding-left: 10px;
}

._head_ .sub {
    display: inline-block;
    margin: 0 0 20px;
    position: static;
}

/* --- SMALL PHONE: Pagination----------------------------------------*/
div.modern-page-navigation {
    font-size: 15px;
    padding-left: 0;
}
.modern-page-title{
    display: none;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted gray;
}

.mpadd {
padding-left: 5px;
padding-right: 10px;
}
.doppadd {
padding-left: 23px;
padding-right: 18px;
}
.doppadd h1 {
    max-width: 240px;
}

}

.popup-wrapper {
    position: fixed;
    overflow: hidden;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    z-index: 100;
}

.popup__inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: scroll;
}

.popup__container {
    position: relative;
    max-width: 588px;
    background-color: #fff;
    margin-top: 10vh;
    padding: 40px 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.popup__closer_link {
    position: absolute;
    right: -50px;
    top: 18px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.popup__closer_link:before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 25px;
    height: 1px;
    background-color: #fff;
    transform: rotate(45deg);
}

.popup__closer_link:after {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 25px;
    height: 1px;
    background-color: #fff;
    transform: rotate(-45deg);
}

.i-row__item--checkbox {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}

.i-row__item--checkbox label {
    display: block;
    color: #666;
    font-size: 12px;
    margin-bottom: 5px;
    padding-left: 13px;
}

.i-row__item--checkbox input[type="checkbox"] {
    display: none;
    outline: none;
}

.i-row__item--checkbox input[type="checkbox"] + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    -webkit-tap-highlight-color: transparent;
}

.i-row__item--checkbox input[type="checkbox"] + label:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #cccccc;
    transition: border-color .3s;
}

.i-row__item--checkbox input[type="checkbox"]:checked + label {
    color: #ca1380;
}

.i-row__item--checkbox input[type="checkbox"]:checked + label::before {
    background-image: url(/local/templates/kitfinance_2/css/../img/pink-check.png);
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #ca1380;
}

.popup-link-agree .popup__container {
    padding: 40px;
    margin-top: 20vh;
}

.popup-link-agree p {
    padding-bottom: 30px;
    font-size: 16px;
}

.link_to_dwnld {
    margin-top: 30px;
    font-size: 16px;
    color: #CECECE;
}

.link_to_dwnld a {
    color: #BC0071;
}

.popup-promo-link .popup__closer_promo {
    position: absolute;
    right: -50px;
    top: 18px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.popup-promo-link .popup__closer_promo:before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 25px;
    height: 1px;
    background-color: #fff;
    transform: rotate(45deg);
}

.popup-promo-link .popup__closer_promo:after {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 25px;
    height: 1px;
    background-color: #fff;
    transform: rotate(-45deg);
}
.popup-promo-link .promo_socials {
    padding-top: 20px;
}
.popup-promo-link p {
    font-size: 16px;
}
.popup-promo-link .promo_socials div{
    display: inline-block;
    margin-right: 10px;
}

.popup-promo-link .popup__container {
    padding: 40px;
    margin-top: 30vh;
}

@media (max-width: 760px){
    .popup-promo-link .popup__closer_promo {
        right: 0;
        top: -40px;
    }
    .popup__closer_link {
        right: 0;
        top: -40px;
    }
}

@media (max-width: 600px){
    .popup-promo-link .popup__closer_promo {
        right: 20px;
    }
    .popup__closer_link {
        right: 20px;
    }
}
@media (max-width: 764px){
    .plitka .pl-title {
        min-height: 40px;
    }
}

/* btn */
.personal-menu-row_top{
    border-bottom: 1px solid #e7e0e0;
}

.pink-button_personal{
    color: #fff !important;
    margin: 22px 0;
    font-size: 16px !important;
}

.pink-button_personal span{
    color: #e7e0e0;
    font-size: 12px;
    vertical-align: top;
    font-weight: 300;
}

.personal-menu-wrapper.center{
    text-align: center;
}

@media (max-width: 990px){
    .personal-menu-row.border-grey {
        border-bottom: 1px solid #e7e0e0;
        padding-bottom: 8px;
    }
}

.app-row {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e7e0e0;
    padding-top: 24px;
    padding-bottom: 13px;
}

.app-row__link{
    max-width: 170px;
    margin-right: 10px;
}

.app-row__link:last-child{
    margin-right: 0px;
}
.app-row__link img{
    width: 100%;
}

.footer-bottom{
    display: flex;
    justify-content: space-between;
}

.footer-bottom .app-row{
    border-top: none;
    padding-top: 0;
}

.footer-wrapper footer .footer-app h6 {
    margin-bottom: 6px;
}

@media (max-width: 500px){
    .footer-bottom{
        flex-direction: column;
    }
}

.footer-bottom {
    margin-top: 25px;
}

/* 21.12.18 */
nav.top-menu .bold-and-pink {
    width: auto;
}

nav.top-menu .bold-and-pink.open > a::before {
    background: url('/bitrix/templates/kitfinance_2/img/opened-lock.png') no-repeat 2px 1px;
}

.personal-link-pseudo {
    color: #b9006d;
    font-size: 13px;
}

.bigger {
    font-size: 16px;
    font-weight: 600;
}

.personal-menu-wrapper {
    text-align: left;
    width: 200px;
    padding: 5px 25px;
    line-height: 2.6;
}

.personal-menu-wrapper a {
    text-decoration: none;
}

.personal-menu-wrapper hr {
    border: none;
    border-top: 1px solid #e7e0e0;
}

.personal-menu__img-wrap {
    display: flex;
    align-items: center;
    margin: 0 -5px 0 14px;
    width: 100%;
}

.personal-menu__img-wrap a {
    display: block;
}

.personal-menu__img-wrap a:first-child {
    margin: 0 5px;
}

.personal-menu__img-wrap img {
    max-width: 100%;
    max-height: 28px;
}

.personal-logo-wrap {
    display: flex;
    margin: 10px -5px 0;
}

.personal-logo-wrap__col {
    padding: 0 5px;
}

.personal-logo-wrap__col_space-top {
    padding-top: 4px;
}

.personal-logo-wrap__i {
    line-height: 1.1;
}

@media (max-width: 990px) {

    div.personal-menu-wrapper {
        width: 200px;
        padding: 5px 25px;
    }
}

@media (min-width: 991px) {
    .pink-button.client-btn-mob{
        display: none;
    }
}
@media (max-width: 990px){
    .pb-wrapper.pb-wrapper-new{
        height: 0;
    }
    .sub-top-menu .mob-show-site{
        display: none;
    }
}
@media (min-width: 765px) and (max-width: 990px){
    .sub-top-menu .s-cities {
        width: auto;
        margin-right: 10px;
    }
    .sub-top-menu a.pink-button{
        margin: 14px 5px 0 0;
        font-size: 12px;
        padding: 0px 10px !important;
    }
}
@media (max-width: 425px){
    .sub-top-menu a.pink-button{
        margin: 14px 3px 0 0;
        font-size: 10px;
        padding: 0px 5px !important;
    }
}
@media (max-width: 350px){
    .sub-top-menu a.pink-button{
        margin: 14px 3px 0 0;
        font-size: 8px;
        padding: 0px 3px !important;
    }
}
/* End */


/* Start:/local/templates/kitfinance_2/css/cookies.css?17564723493484*/
/*.cookielaw {*/
/*    height: 90px;*/
/*    width: 100%;*/
/*    position: fixed;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    background: rgba(60, 60, 60, 0.9);*/
/*    z-index: 100;*/
/*}*/
/*.cookielaw .wrap-cl {*/
/*    margin: 0 auto;*/
/*    width: 960px;*/
/*    position: relative;*/
/*    height: 100%;*/
/*    display: table;*/
/*}*/
/*.cookielaw .wrap-cl p {*/
/*    padding-right: 200px;*/
/*    text-transform: uppercase;*/
/*    color: #FFF;*/
/*    font-size: 12px;*/
/*    font-weight: 500;*/
/*    letter-spacing: 0.05em;*/
/*    display: table-cell;*/
/*    vertical-align: middle;*/
/*}*/
/*.cookielaw .wrap-cl button {*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 50%;*/
/*    margin-top: -21px;*/
/*    cursor: pointer;*/
/*    text-transform: uppercase;*/
/*    font-size: 13px;*/
/*}*/
/*.cookielaw .wrap-cl p a {*/
/*    color: #FFF;*/
/*}*/

/* cookies.css — стили баннера cookies для шаблона kitfinance_2 */

/* Основной баннер */
.cookie_notice{
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 16px;
    width: min(92vw, 720px);
    z-index: 9999;
    background: #fff;
    color: #000;
    padding: 16px 20px;
    border: 2px solid #DCDCDC;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 6px 24px rgba(0,0,0,.08);
    display: none; /* показывается скриптом */
}
.cookie_notice p{
    margin: 0 0 4px;
    font: 15px/1.4 Verdana, sans-serif;
}
.cookie_notice .cookie_btns{
    margin-top: 12px;
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}
.cookie_notice .cookie-btn{
    display: inline-block;
    padding: 10px 16px;
    border-radius: 10px;
    text-decoration: none;
    white-space: nowrap;
    font: 14px/1 Verdana, sans-serif;
    transition: opacity .2s ease;
}
.cookie_notice .cookie-btn:hover{ opacity: .9; }
.cookie_notice .cookie-btn--secondary{ border: 1px solid #D53385; color: #D53385; background: #fff; }
.cookie_notice .cookie-btn--primary{ background: linear-gradient(87.02deg, #AE0061 0%, #D53385 100%); color: #fff; border: 1px solid transparent; }

/* Моб. правки */
@media (max-width: 480px){
    .cookie_notice{ width: min(96vw, 560px); padding: 14px; }
    .cookie_notice p{ font-size: 14px; }
    .cookie_notice .cookie-btn{ width: 100%; text-align: center; }
}

/* Защита от конфликтующих классов шаблона (если вдруг остались на кнопках) */
.cookie_notice .top-menu-btn,
.cookie_notice .top-menu-btn-lk,
.cookie_notice .top-menu-client,
.cookie_notice .pink-button{
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Опционально: легаси-стили для старого баннера .cookielaw, если решите его вернуть */
.cookielaw{
    height: auto;
    width: 100%;
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 9998;
    background: rgba(60,60,60,0.95);
    color: #fff;
}
.cookielaw .wrap-cl{
    margin: 0 auto;
    max-width: 960px;
    padding: 14px 20px;
    position: relative;
    display: block;
}
.cookielaw .wrap-cl p{
    margin: 0 0 8px;
    color: #fff;
    text-transform: none;
    font-size: 14px;
    letter-spacing: 0;
}
.cookielaw .wrap-cl button{ position: static; margin: 8px 0 0; }
@media (max-width: 980px){ .cookielaw .wrap-cl{ max-width: 100%; } }

/* End */


/* Start:/local/templates/kitfinance_2/css/exchange_msk.css?16365464685840*/
.popup-link-exchange-msk .popup__container{
    padding: 0;
    width: 90%;
    max-width: none;
    display: flex;
    margin: auto;
}

.popup-link-exchange-msk .popup__timer{
    position: absolute;
    color: #7b030c;
    top: 8px;
    font-size: 12px;
    right: 12px;
}
.popup-link-exchange-msk .logo{
    width: 209px;
    height: 49px;
}
.popup-link-exchange-msk .popup__closer_link{
    right: 25px;
    top: 30px;
    width: 32px;
    height: 32px;
}
.popup-link-exchange-msk .popup__closer_link:hover{
    opacity: 0.8;
}
.popup-link-exchange-msk .popup__closer_link::before,
.popup-link-exchange-msk .popup__closer_link::after{
    background-color: #7b030c;
}
.popup-link-exchange-msk .left{
    width: 50%;
    position: relative;
    padding: 32px 0 102px 100px;
}
.popup-link-exchange-msk .left .title{
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    margin-top: 65px;
    text-transform: uppercase;
}
.popup-link-exchange-msk .left .sub-title{
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 30px;
    margin-top: 40px;
    text-transform: uppercase;
}
.popup-link-exchange-msk .left .bottom-red{
    display: inline-block;
    background: #CE1126;
    border-radius: 5px;
    color: #fff;
    padding: 10px 38px;
    margin-top: 50px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
}
.popup-link-exchange-msk .right{
    width: 50%;
    background: url(/local/templates/kitfinance_2/css/../img/exchange_msk/background.png);
    background-size: cover;
    background-position: top;
}
.popup-link-exchange-msk .left .list{
    position: absolute;
    bottom: 0;
    right: -55%;
    padding: 50px 50px 20px 50px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0px 0px 13px 5px rgb(0 0 0 / 10%);
    border-radius: 15px 15px 0px 0px;
    font-size: 20px;
    width: 70%;
}
.popup-link-exchange-msk .left .list li{
    padding-bottom: 30px;
    list-style: none;
    padding-left: 50px;

}
.popup-link-exchange-msk .left .list li:first-child{
    background: url(/local/templates/kitfinance_2/css/../img/exchange_msk/suitcase.svg) no-repeat left 0; 
}
.popup-link-exchange-msk .left .list li:nth-child(2){
    background: url(/local/templates/kitfinance_2/css/../img/exchange_msk/currency.svg) no-repeat left 0; 
}
.popup-link-exchange-msk .left .list li:nth-child(3){
    background: url(/local/templates/kitfinance_2/css/../img/exchange_msk/world.svg) no-repeat left 0; 
}

@media (min-width: 1500px){
    .popup-link-exchange-msk .popup__container{
        height: 80vh;
    }
    .popup-link-exchange-msk .left .title{
        font-style: normal;
        font-weight: bold;
        font-size: 4vh;
        line-height: 4vh;
        margin-top: 10vh;
        text-transform: uppercase;
    }
    .popup-link-exchange-msk .left .sub-title{
        font-style: normal;
        font-weight: normal;
        font-size: 3vh;
        line-height: 3vh;
        margin-top: 10vh;
        text-transform: uppercase;
    }
    .popup-link-exchange-msk .left .bottom-red{
        display: inline-block;
        background: #CE1126;
        border-radius: 0.5vh;
        color: #fff;
        padding: 1vh 4vh;
        margin-top: 10vh;
        text-decoration: none;
        font-weight: bold;
        text-transform: uppercase;
        cursor: pointer;
        border: none;
        font-size: 2vh;
    }
    .popup-link-exchange-msk .left .list{
        font-size: 3vh;
        padding: 5vh 5vh 2vh 5vh;
        box-shadow: 0px 0px 1vh 0.5vh rgb(0 0 0 / 10%);
        border-radius: 1.5vh 1.5vh 0px 0px;
    }
    .popup-link-exchange-msk .popup__container .left .list li{
        background-size: 4vh 4vh;
        padding-bottom: 6vh;
        line-height: 4vh;
        padding-left: 8vh;
    }
    .popup-link-exchange-msk .logo{
        width: auto;
        height: auto;
    }
    .popup-link-exchange-msk .logo img{
        width: 40%;
    }
    .popup-link-exchange-msk .popup__timer{
        font-size: 2vh;
        top: 1vh;
        right: 2vh;
    }
    .popup-link-exchange-msk .popup__closer_link{
        width: 4vh;
        height: 4vh;
        background-size: 4vh;
        top: 4vh;
        right: 4vh;
    }
    .popup-link-exchange-msk .popup__closer_link::before,
    .popup-link-exchange-msk .popup__closer_link::after{
        width: 4vh;
    }
    .popup-link-exchange-msk .left{
        padding: 4vh 0 10vh 10vh;
    }
}

@media (max-width: 1440px){
    .popup-link-exchange-msk .left{
        padding: 32px 0 86px 30px;
    }
    .popup-link-exchange-msk .left .title{
        font-size: 25px;
        line-height: 30px;
    }
    .popup-link-exchange-msk .left .sub-title{
        font-size: 22px;
        line-height: 26px;
        margin-top: 30px;
    }
    .popup-link-exchange-msk .left .list{
        padding: 20px;
        font-size: 18px;
    }
    .popup-link-exchange-msk .left .bottom-red{
        font-weight: normal;
    }
}

@media (max-width: 960px){
    .popup-link-exchange-msk .left{
        width: 100%;
        padding: 20px;
    }
    .popup-link-exchange-msk .right{
        display: none;
    }
    .popup-link-exchange-msk .popup__timer{
        color: #676767;
    }
    .popup-link-exchange-msk .left .list{
        position: static;
        border-radius: 0;
        box-shadow: none;
        width: 100%;
        padding: 0;
        margin-top: 30px;
        font-size: 16px;
    }
    .popup-link-exchange-msk .left .list li{
        padding-bottom: 60px;
        line-height: 21px;
    }
    .popup-link-exchange-msk .left .title{
        text-align: center;
        margin-top: 34px;
        padding: 0;
    }
    .popup-link-exchange-msk .left .sub-title{
        text-align: center;
        margin-top: 18px;
    }
    .popup-link-exchange-msk .left .bottom-red{
        margin-top: 0;
        width: 100%;
        text-align: center;
    }
}
/* End */


/* Start:/local/templates/kitfinance_2/css/verification.css?15583604146354*/
.formVerificationWrapper {
    margin-top: 30px;
    max-width: 600px;
}

.changeWhoAreYou {
    margin-top: 30px;
}

.formVerificationMoreField {
    border: 1px solid #e6e6e6;
    padding: 22px 30px;
    border-radius: 13px;
    position: relative;
    margin-top: 30px;
}

.changeTitle {
    position: absolute;
    top: -16px;
    background: #fff;
    padding: 4px 10px;
    left: 20px;
}

.formVerificationBlock {
    display: none;
}

.formVerificationBlock.active {
    display: block;
}

.formBody input {
    float: left;
    clear: both;
}

.formBody img {
    float: left;
    clear: both;
}

.formFieldName [type=checkbox] {
    margin-top: 2px;
}

.verificationWrapperGrid {
    display: grid;
    grid-row-gap: 15px;
    margin: 20px 0;
    position: relative;
}

.verificationWrapperGrid input {
    padding: 10px;

    border: 1px solid #707070;
    width: 248px;
}

.verificationWrapperGrid textarea {
    border: 1px solid #707070;
}

.verificationWrapperGrid select {
    padding: 10px;
    border: 1px solid #707070;
    width: 271px;
}

.formItem {
    display: grid;
    grid-template-columns: 300px auto;
    grid-auto-flow: column;
}

.formSubItems {
    display: grid;
    grid-row-gap: 15px;
}

.formSubItemPassport {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 20% 30% 20% 30%;
    align-items: flex-end;
}

.formSubItemOther {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 50% 50%;
}

.formSubField input {
    width: 90%;
}

.formSubItemPassport .formSubField input {
    width: 112px
}

.formItemCheckBox {
    grid-template-columns: 24px auto;
}
.formItemCheckBox .formFieldName {
    grid-column: 2;
}
.formItemCheckBox .formFieldInput {
    grid-column: 1;
}


.verificationWrapperGrid input[type=checkbox] {
    width: auto;
    margin-right: 10px;
}

.formFieldInput, .formSubField {
    position: relative;
}

.verificationWrapperGrid img.calendar-icon {
    position: absolute;
    right: 7px;
    top: 0;
}

.verificationWrapperGrid input.pink-button {
    padding: 0;
    width: 130px;
}
.verificationWrapperGrid input.pink-button[disabled] {
    cursor: not-allowed;
}

.formField_1423, .formField_1452, .formField_1482 {
    display: none;
}

.formSubItemsRutoken .rutokenItem {
    position: relative;
    display: grid;
    grid-auto-flow: column;
    /*grid-template-columns: 20px 217px 0px 20px 104px;*/
    grid-template-columns: 20px 300px 0px 20px 104px;
    margin-bottom: 6px;
}

.formSubItemsRutoken input[type=radio] {
    width: auto;
    margin: 0 0 0 0;
}

.formSubItemsRutoken input[type=checkbox] {
    width: auto;
    margin: 6px 0 0 0;
}

.formSubItemsRutoken label {
    margin-right: 10px;
}

.exportKeyPopup {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 265px;
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 7px 20px;
    border-radius: 13px;
}
.tokenKeyPopup {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 265px;
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 7px 20px;
    border-radius: 13px;
    z-index: 10;
}
.criptoKeyPopup {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 265px;
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 7px 20px;
    border-radius: 13px;
    z-index: 10;
}
/*.rutokenItem:hover .exportKeyPopup, .rutokenItem:hover .criptoKeyPopup, .rutokenItem:hover .tokenKeyPopup {*/
    /*display: block;*/
/*}*/

.verificationWrapperGrid input.verificationError {
    border-color: red;
}
.exportBorder {
    border-bottom: 1px dashed #b6006d
}
.exportBorder:hover {
    color:#b6006d;
    cursor: help;
}


.rutokenItem:hover .exportKeyPopup.deactivated {
    display: none;
}
.exportKeyPopup .close {
    cursor: pointer;
}

@media (max-width: 764px) {
    .exportKeyPopup {
        bottom: 25px;
        max-width: 320px;
        width: 100%;
        top: inherit;
    }

    .fancybox-skin {
        margin-bottom: 30px;
    }
    .fancybox-inner {
        max-width: 70vw;
    }
    .verificationWrapperGrid img.calendar-icon {
        right: -6px;
    }

    .formSubItemsRutoken input[type=checkbox] {
        margin: 0;
        margin-right: 10px;
    }

    .formSubItemsRutoken .rutokenItem {
        display: block;
    }

    .formItem {
        grid-auto-flow: row;
        grid-template-columns: auto;
    }

    .formItemCheckBox {
        grid-auto-flow: column;
        grid-template-columns: 24px auto;
    }

    .verificationWrapperGrid select {
        width: 92%;
    }

    .verificationWrapperGrid input {
        width: 87%;
    }

    .formSubItemPassport {
        grid-auto-flow: row;
        grid-template-columns: auto;
    }

    .formSubItemPassport .formSubField input {
        width: 85% !important;
    }

    .checkboxOther {
        grid-template-columns: auto;
    }

}

/*no-cssgrid*/
.no-cssgrid .formItem {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.no-cssgrid .formField_1423,
.no-cssgrid .formField_1452,
.no-cssgrid .formField_1482 {
    display: none;
}
.no-cssgrid .formFieldName_nogrid {
    width: 300px;
}
.no-cssgrid .formItemCheckBox .formFieldName_nogrid {
    width: auto;
    margin-right: 10px;
}
.no-cssgrid .formSubItem {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.no-cssgrid .formSubTitle {
    width: 20%;
}
.no-cssgrid .formSubField {
    width: 30%;
}
.no-cssgrid .formSubItemOther .formSubTitle {
    width: 50%;
}
.no-cssgrid .formSubItemOther .formSubField {
    width: 50%;
}
.no-cssgrid .formblock {
    margin-bottom: 20px;
}
.no-cssgrid .rutokenItem {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.no-cssgrid .rutokenItem input[type=checkbox] {
    margin-right: 10px;
}
.no-cssgrid .verificationWrapperGrid .formField_1421 img.calendar-icon {
    right: -25px;
}
.no-cssgrid .verificationWrapperGrid input.pink-button {
    margin: 0 auto;
    display: block;
}

/* End */
/* /local/templates/kitfinance_2/components/bitrix/menu/top-menu/style.css?1445947391626 */
/* /bitrix/components/wlcomponents/geoip/assets/css/bootstrap.css?14266786028405 */
/* /bitrix/components/wlcomponents/geoip/assets/css/chosen/chosen.css?142667860213087 */
/* /local/templates/kitfinance_2/components/wlcomponents/geoip/geoip_wenter/style.css?14459473914738 */
/* /local/templates/kitfinance_2/components/bitrix/menu/main-menu/style.css?1445947391626 */
/* /local/templates/kitfinance_2/components/bitrix/menu/broker-submenu-bottom/style.css?1445947391626 */
/* /local/templates/kitfinance_2/styles.css?1673276378115838 */
/* /local/templates/kitfinance_2/template_styles.css?17435105658398 */
/* /local/templates/kitfinance_2/css/social-likes_birman.css?144594739113755 */
/* /local/templates/kitfinance_2/css/jquery.fancybox.css?14591655544895 */
/* /local/templates/kitfinance_2/css/rateit.css?14804321203755 */
/* /local/templates/kitfinance_2/css/add_styles_broker-1.css?164018307947044 */
/* /local/templates/kitfinance_2/css/cookies.css?17564723493484 */
/* /local/templates/kitfinance_2/css/exchange_msk.css?16365464685840 */
/* /local/templates/kitfinance_2/css/verification.css?15583604146354 */
