html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
p em{
    font-style:italic;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,
input,
button {
  outline: none;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
a:hover {
  text-decoration: none;
}
/* End of Eric Meyer's CSS Reset */
body,
html {
  font-size: 16px;
  font-family: 'FrutigerNeueLTW1G-CnBook','robotoregular';
  color: #323538;
  line-height: 1.375;
  height: 100%;
}
p strong{font-weight:bold;}
.block{display:block;margin-bottom: 25px;}
h1 {
  font-size: 30px;
  font-family: 'FrutigerNeueLTW1G-CnMd','robotomedium';
  color: #323538;
  line-height: 1;
  margin-bottom: 22px;
  width: 100%;
}
h2 {
  font-size: 26px;
  font-family: 'FrutigerNeueLTW1G-CnBold','robotobold';
  color: #1d2a2d;
  text-transform: uppercase;
  line-height: 1;
}
h3 {
  font-size: 22px;
  font-family: 'FrutigerNeueLTW1G-CnBold','robotobold';
  color: #1d2a2d;
  text-transform: uppercase;
  line-height: 1.091;
}
h4 {
  font-size: 20px;
  font-family: 'FrutigerNeueLTW1G-CnBold','robotobold';
  color: #1d2a2d;
  text-transform: uppercase;
  line-height: 1.2;
}
h5 {
  font-size: 18px;
  font-family: 'FrutigerNeueLTW1G-CnBold','robotobold';
  color: #1d2a2d;
  text-transform: uppercase;
  line-height: 1.333;
}
form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
 }
.fancy_block form{
	margin: 0 -10px;
}
.fancybox-navigation button:focus{
	background-color: inherit;
}
.wrap_input {
  padding: 0 10px;
  max-width: 200px;
  position: relative;
  margin-bottom: 26px;
}
.block .wrap_input_row input {
    width:100%;
}
.wrap_input_label {
  max-width: inherit;
}
.block .wrap_input_label label{
  display:block;
  margin-bottom: 10px;
}
.picker.picker--opened, .picker.picker--focused{
  z-index: 5;
}
input:not(.btn) {
  height: 45px;
  min-width: inherit;
  border: 1px solid #ffcd34;
  font-size: 14px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  -webkit-appearance: none;
}
input.error {
  border: 1px solid #d32e13;
}
input.valid {
  border: 1px solid #3a9118;
}
.infofield {
  font-size: 16px;
  color: #323538;
  line-height: 1.375;
  margin-bottom: 14px;
}
.infofield.required span {
  color: #d32e13;
}
input {
  font-family: 'FrutigerNeueLTW1G-CnBook','robotoregular';
}
input.valid + .rv_js {
  display: block;
  position: absolute;
  width: 13px;
  height: 9px;
  background: url(../images/svg/Check_Icon.svg) no-repeat 0 0;
  right: 30px;
  bottom: 17px;
}
input.error + .rv_js {
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: url(../images/svg/Delete_Icon.svg) no-repeat 0 0;
  right: 30px;
  bottom: 17px;
}
/**/
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.wrab_news_block h2 {
  font-size: 18px;
  font-family: 'FrutigerNeueLTW1G-CnMd','robotomedium';
  color: #323538;
  line-height: 1.222;
  display: inline-block;
  text-transform: inherit;
  margin-right: auto;
}
.content_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.page_center {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.header_top_wrap {
  background: #ffcd34;
}
.header_top {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.header_bottom_wrap {
  background: #323538;
}
.main_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 7%;
  margin: 0;
  overflow: visible;
}
.main_menu_item {
  margin-bottom: 0;
  padding-left: 0;
}
.main_menu_item:before {
  display: none;
}
.main_menu_item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  position: relative;
}

.main_menu_item > ul {
    display: none;
    overflow: visible;
    margin: 0;
}
.nav-wrapper>ul>li>ul li {
    display: block;
}
.main_menu_item:hover > ul {
/*    margin: 0;*/
    display: block;
    top: 100%;
    left: 0;
    width: 160px;
    position: absolute;
    padding: 0 20px;
    z-index: 999;
    background: #323538;
}
.main_menu_item > ul .main_menu_item_link {
  height: auto;
  padding: 10px 0;
}
.sandwich{
	width: 43px;
    display: none;
    cursor: pointer;
    padding: 9px;
}
.sandwich>span{
	display: block;
	height: 4px;
	background: #fff;
	margin-bottom: 4px;
}
.sandwich>span:last-child{
	margin-bottom: 0;
}
.block_header.default {
  font-size: 16px;
  font-family: 'FrutigerNeueLTW1G-CnMd','robotomedium';
  color: #323538;
  line-height: 1.375;
  margin-bottom: 20px;
}
ul {
  margin: 23px 0 23px 21px;
  display: block;
overflow: hidden;
position: relative;
}
ul li {
  padding-left: 14px;
  position: relative;
  font-size: 16px;
  margin-bottom: 2px;
}
ul li:before {
  position: absolute;
  content: '';
  background: #ffcd34;
  left: 0;
  top: 7px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
ol {
  margin: 23px 0 23px 21px;
  counter-reset: myCounter;
}
ol li {
  padding-left: 14px;
  position: relative;
  font-size: 14px;
  margin-bottom: 2px;
}
ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter) '.';
  position: absolute;
  color: #ffcd34;
  left: 0;
  top: 0;
  font-family: 'FrutigerNeueLTW1G-CnBold','robotobold';
}
.main_menu_item_link:before,
.main_menu_item.active > .main_menu_item_link:before {
  display: block;
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  background: #ffcd34;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.main_menu_item_link:hover:before,
.main_menu_item.active > .main_menu_item_link:before{
  width: 100%;
}
.main_menu_wrap {
  padding: 0 10px;
  width: 100%;
}
.main_menu_wrap.no_booking{
	width: 100%;
}
.header_logo {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
  width: 100%;
}
.header_logo img {
  display: block;
}
.header_show_login {
     width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
}
.header_top .header_right_wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    text-align: right;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header_tel_text,
.header_socMenu_text{
    margin-bottom: 5px;
	font-size: 23px;
}
.header_socMenu_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin:  0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.header_socMenu {
    padding-right: 30px;
}
.header_socMenu_item svg {
    width: 18px;
    height: 18px;
}

.header_socMenu_item:before {
    display: none;
}
.foot_soc_menu .header_socMenu_item{
	padding: 0 4px;
}
.header_socMenu_item {
    padding: 0;
    display: flex;
    margin: 0;
    position: relative;
    top: 3px;
}
.header_tel {
    text-decoration: none;
    color: #323538;
    font-family: 'FrutigerNeueLTW1G-CnBold','robotobold';
    padding-left: 35px;
    position: relative;
    display: inline-block;
	font-size: 14px;
}
.header_tel:hover {
    text-decoration: underline;
}
.header_tel:before {
    background:url(../images/svg/feedback_icon1.svg)no-repeat 0 0;
    display: block;
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    background-size: contain;
    left: 12px;
    top: 1px;
}
.header_bottom_tel_wrp {
    display: none;
}
.show_login_user_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 0 0 80px;
  height: 80px;
  position: relative;
}
.show_login_user_img {

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.show_login_user_img img {
  display: block;
  margin: auto;
}
.show_login_user_img_wrap {
  border: 2px solid #fff;
  width: 58px;
  position: absolute;
  left: 0;
  top: 0;
}
.show_login_user_name {
  font-size: 16px;
  color: #323538;
  line-height: 1.375;
  text-decoration: none;
}
_:-ms-fullscreen, :root .show_login_user_name {
  font-size: 14px;
}

_:-ms-lang(x), .show_login_user_name {
  font-size: 14px;
}
.show_login_user_name:hover {
  text-decoration: underline;
}
.show_login_user .registration_menu {
  display: none;
  position: absolute;
  background: #fff;
  width: 100%;
  top: 100%;
  margin-top: 9px;
  padding: 19px 10px 0 19px;
  -webkit-box-shadow: 0px 1px 2px 0px #303236;
          box-shadow: 0px 1px 2px 0px #303236;
}
.show_login_user .registration_menu.active {
  display: block;
  z-index: 2;
}
.show_login_user_button {
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  height: 21px;
  width: 21px;
  background-image: url(../images/svg/array_down.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  right: 1px;
  top: 50%;
  margin-top: -11px;
  cursor: pointer;
}
.tip-content{
    margin-bottom:40px;
}
.show_login_user_name_wrap {
  position: relative;
  width: 100%;
  padding-right: 20px;
}
.registration_menu_item a {
  font-size: 16px;
  color: #323538;
  line-height: 1.375;
  text-decoration: none;
}
.registration_menu_item a:hover {
  text-decoration: underline;
}
.registration_menu_item a.logout {
  color: #ff8034;
}
.registration_menu_item {
  margin-bottom: 18px;
}
.show_login_user .registration_menu:before {
  display: block;
  content: '';
  position: absolute;
  border: 5px solid transparent;
  border-bottom: 5px solid #fff;
  bottom: 100%;
  right: 6px;
}
.header_bottom_link_page_wrap {
  width: 300px;
  padding: 0 10px;
	position: absolute;
    right: 0;
    top: 0;
}
.header_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding-right: 300px;
}
.header_bottom_link_page {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.571;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  padding: 0 10px 0 40px;
  background: #202224;
  position: relative;
}
_:-ms-lang(x), .header_bottom_link_page{
  font-size: 12px;
}
_:-ms-fullscreen, :root .header_bottom_link_page {
  font-size: 12px;
}
.hide_user_link {
    display: block;
    width: 55px;
    height: 100%;
	position: relative;
	background-image: url(../images/svg/user_man.svg);
	background-repeat: no-repeat;
	background-position: center;
}

.hide_user_link_wrap {
    height: 50px;
	display: none;
}
.content {
  max-width: 1200px;
  min-height: 380px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 10px 3px 10px;
  overflow: hidden;
}
.content_aside_page {
  padding: 20px 0 0 0;
}
.header_bottom_link_page:before {
  display: block;
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url(../images/svg/book_it.svg);
  background-repeat: no-repeat;
  background-position: center;
  left: 10px;
  top: 12px;
}
.main_slider {
  padding: 0 10px;
  width: 100%;
}
.main_content_top_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
/*  height: 400px;*/
}
.content_main_slider {
    position: absolute;
    bottom: 24px;
    color: #fff;
    left: 50px;
    right: 50px;
}
.slide_text{font-size: 14px}
.content_main_slider .block_header{
	font-family: 'FrutigerNeueLTW1G-CnMd','robotobold';
	font-size: 27px;
    line-height: 1;
    padding-bottom: 20px;
	position: relative;
}
.content_main_slider_dark{
	color: #323538;
}
.content_main_slider .block_header:before{
	display: block;
    content: '';
    position: absolute;
    z-index: 1;
    background: -webkit-gradient(linear, left top, right top, from(#ffcb2f),to(#303236));
    background: -webkit-linear-gradient(left, #ffcb2f,#303236);
    background: -o-linear-gradient(left, #ffcb2f,#303236);
    background: linear-gradient(to right, #ffcb2f,#303236);
    left: -50px;
    right: -50px;
    height: 1px;
    bottom: 8px;
}
.main_content {
  width: 100%;
  padding-bottom: 30px;
  float: right;
  position: relative;
}
.main_content>*{
  padding: 0 300px 0 0;
}
.main_content>table{
    width: calc(100% - 300px);
}
.sidebar {
  width: 300px;
  padding: 0 10px 30px;
  margin-right: -100%;
  float: right;
}
.main_calendar_wrap {
  width: 33.33333%;
  padding: 0 10px;
}
.main_calendar {
  background: #000;
  height: 40px;
}
.swiper-pagination-bullet {
  border-radius: 50%;
  background: #ffffff;
  width: 10px;
  height: 10px;
  border: none;
}
.swiper-pagination-bullet-active {
  background: #ffcd34;
}
.swiper-slide img {
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 12px;
  text-align: right;
  padding-right: 26px;
}
.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 18px;
  margin: 0;
  top: 50%;
  margin-top: -20px;
}
.swiper-button-prev {
  background-image: url(../images/svg/slide_prev.svg);
  left: 30px;
}
.swiper-button-prev:hover {
  background-color: rgba(50, 53, 56, 0.6);
  background-image: url(../images/svg/slide_prev_hover.svg);
}
.swiper-button-next {
  background-image: url(../images/svg/slide_next.svg);
  right: 30px;
}
.swiper-button-next:hover {
  background-color: rgba(50, 53, 56, 0.6);
  background-image: url(../images/svg/slide_next_hover.svg);
}
/*Calendar page*/
.btn_prev,
.btn_next,
.picker__nav--prev,
.picker__nav--next{
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #323538;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.calendar .event_day_info{
	-webkit-box-shadow: 1px 0px 1px 0px #d7d8d8, 0px 1px 1px 0px #d7d8d8, -1px 0px 1px 0px #d7d8d8, 0px -1px 1px 0px #d7d8d8;
	        box-shadow: 1px 0px 1px 0px #d7d8d8, 0px 1px 1px 0px #d7d8d8, -1px 0px 1px 0px #d7d8d8, 0px -1px 1px 0px #d7d8d8;
	width: 96%;
	/*left: 0;
	right: 0;*/
	margin: auto;
	padding: 10px;
	background: #fff;
	font-size: 14px;
	text-align: left;
}
.calendar .wrp_event_day_info_item{
	display: none;
	position: absolute;
	z-index: 1;
	width: 100%;
	left: 0;
	padding: 6px 0 0 0;
}
.calendar .wrp_event_day_info_item.active{
	display: block;
}
.btn_prev:hover,
.btn_next:hover,
.btn_prev:hover,
.btn_next:hover,
.picker__nav--prev:hover,
.picker__nav--next:hover{
  background-color: #ffcd34;
}
.btn_prev,.picker__nav--prev {
  background-image: url(../images/svg/btn_prev.svg);
}
.btn_next,.picker__nav--next {
  background-image: url(../images/svg/btn_next.svg);
}
.calendar .block_header_news {
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffcd34;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-family: 'FrutigerNeueLTW1G-CnMd','robotomedium';
  color: #323538;
  line-height: 1.222;
  position: relative;
  padding: 0 0 0 64px;
  margin-bottom: 21px;
}
.calendar .block_header_news:before {
  display: block;
  content: '';
  position: absolute;
  width: 27px;
  height: 26px;
  background: url(../images/calendar_icon.png) no-repeat 0 0;
  left: 18px;
  top: 50%;
  margin-top: -13px;
}
.calendar_header,
.calendar_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.calendar_header .th {
  width: 14.2857%;
  font-size: 16px;
  font-family: 'FrutigerNeueLTW1G-CnMd','robotomedium';
  color: #323538;
  line-height: 1.375;
  text-align: center;
}
.calendar_body .td {
  width: 14.2857%;
  border-left: none;
  border-top: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1px 0;
}
.calendar_body .td .number {
  font-size: 16px;
  color: #323538;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  text-align: center;
  line-height: 27px;
  display: inline-block;
}
.calendar_body .td .number a {
  color: #323538;
  text-decoration: none;
  display: block;
}
.calendar_body .weekend .number, .calendar_header .weekend {
  color: #e26a21;
}
.calendar_vebinar {
  margin: 0 -10px;
  background: #d1ede0;
  padding: 4px 10px 3px 10px;
  font-size: 12px;
  border-bottom: 1px solid #fff;
  color: #000;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.calendar_vebinar .time {
  color: #000;
}
.calendar_vebinar .name {
  color: #8f8f8f;
}
.calendar_vebinar:hover {
  text-decoration: none;
  color: #fff;
  background: #00b3d4;
}
.calendar_vebinar:hover .time {
  color: #fff;
}
.calendar_vebinar:hover .name {
  text-decoration: none;
  text-decoration: underline;
  color: #fff;
}
.block_year_mounth {
  font-size: 18px;
  font-family: 'FrutigerNeueLTW1G-CnMd','robotomedium';
  color: #323538;
  line-height: 1.222;
  text-align: center;
}
.calendar_prev,
.calendar_next {
  width: 21px;
  height: 21px;
  margin: 0 0 7px;
}
.calendar_year_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.calendar_body .today .number {
  background: #d6d7d7;
}
.calendar_body .event_day .number {
  background: #ffcd34;
   position: relative;
}
.calendar_body .event_day .number.active:before{
	display: block;
	content: '';
	position: absolute;
	width: 0px;
	border: 5px solid transparent;
	border-bottom: 5px solid #d7d8d8;
	left: 0;
	right: 0;
	bottom: -6px;
	margin: auto;
	z-index: 11;
}
.calendar .td .event_day_info a {
    display: inline-block;
    color: #3a9118;
	text-decoration: none;
}
.calendar .td .event_day_info a:hover {
	text-decoration: underline;
}
.event_day_info_date {
    margin-right: 5px;
}
.wrap_calendar_box {
  position: relative;
  padding: 0 9px;
}
.calendar_box {
  display: none;
}
.calendar_box.active {
  display: block;
}
.block_year_mounth {
  display: none;
}
.block_year_mounth.active {
  display: block;
}
.calendar {
    margin-bottom: 18px;
    border: 1px solid #d6d7d7;
    border-top: none;
    padding-bottom: 12px;
}
.calendar_year_wrap {
  padding: 0 17px;
  margin-bottom: 17px;
}
.calendar_header {
  margin-bottom: 7px;
}
/*Calendar end*/
.block_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  position: relative;
}
.block_header a {
  font-size: 14px;
  font-family: 'FrutigerNeueLTW1G-CnBook','robotoregular';
  color: #848688;
  text-decoration: underline;
  line-height: 1.571;
}
.block_header a:hover {
  text-decoration: none;
}
.wrab_news_block .block_header {
  margin-bottom: 22px;
  padding: 0 10px 0 55px;
}
.wrab_news_block .block_header:before {
  content: '';
  position: absolute;
  display: block;
  width: 27px;
  height: 24px;
  background: url(../images/news_block_icon.png) no-repeat 0 0;
  left: 10px;
  top: -1px;
}
.news_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news_item_wrap {
  padding: 0 10px;
  width: 55.555%;
  margin-bottom: 20px;
}
.news_block .news_item_wrap {
  margin-bottom: 0;
}
.news_item {
  border: 1px solid #d6d7d7;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news_item .row_info_block {
  border-bottom: none;
}
.news_item_img {
  border-bottom: 1px solid #d6d7d7;
  overflow: hidden;
  position: relative;
}
.news_item_img img {
  display: block;
  max-width: 100%;
  width: auto;
}
.news_item_content {
  padding: 20px 17px 27px 17px;
}
.news_item_name {
  font-size: 18px;
  font-family: 'FrutigerNeueLTW1G-CnBold','robotobold';
  line-height: 1.111;
  margin-bottom: 13px;
}
.news_item_name a {
  color: #000000;
  text-decoration: none;
}
.news_item_name a:hover {
  text-decoration: underline;
}
.news_item_text {
  font-size: 16px;
  font-family: 'FrutigerNeueLTW1G-CnBook','robotoregular';
  color: #323538;
  line-height: 1.375;
}
.row_info_block {
  height: 50px;
  border-top: 1px solid #d6d7d7;
  border-bottom: 1px solid #d6d7d7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 19px;
  margin-top: auto;
}
.row_info_block_date {
  font-size: 12px;
  color: #9fb0b8;
}
.news_block_list .row_info_block {
  padding: 0;
  border-bottom: none;
}
.news_block_list_wrap {
  width: 44.445%;
  padding: 0 10px;
}
.news_block_list_wrap .news_item_content {
  padding: 0 0 13px 0;
}
.news_block_list_wrap .news_block_list_item {
  margin-bottom: 14px;
}
.news_block_list_wrap .news_block_list_item:last-child{
	margin-bottom: 0;
	margin-top: auto;
}
.news_block_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
}
.news_block_list_item_img {
    float: left;
    margin: 0 19px 17px 0;
    border: 2px solid #d6d7d7;
}
.news_block_list_item img {
  display: block;
  max-width: 100%;
  width: auto;
}
.news_block_list_item_img_wrap:after {
  display: block;
  content: '';
  clear: both;
}
.news_block_list_item_img_wrap {
  /*margin-bottom: 17px;*/
}
.footer_wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: #323538;
}
.foot_soc_menu {
    display: none;
}
.footer_wrap footer {
/*  height: 100px;*/
  max-width: 1200px;
  margin: 0 auto ;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 10px 0px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
  position: relative;
}
.foot_ingo_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.foot_info a{
	font-size: 14px;
	color: #848688;
	text-decoration: underline;
}
.foot_info {
    color: #fff;
    font-size: 14px;
    margin-bottom: 7px;
}
_:-ms-fullscreen, :root .foot_info{
	font-size: 12px;
}
.foot_info a:hover {
    text-decoration: none;
}
.footer_wrap footer .copyright {
 /* width: 23.7%;*/
  font-size: 14px;
  color: #848688;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
_:-ms-fullscreen, :root .footer_wrap footer .copyright {
	font-size: 12px;
}
.footer_wrap footer .informer {
  width: 22.7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer_wrap footer .informer_item {
  width: 89px;
  height: 31px;
  background: #848688;
  margin: 0 6px;
}
.footer_wrap footer .informer_item:last-child {
  margin-right: 0;
}
.foot_menu_wrap {
  /*width: 53.6%;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	flex-wrap: wrap;
}

.foot_menu_wrap .foot_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
	margin: 0;
}
.foot_menu_wrap .foot_menu .foot_menu_item {
  font-size: 16px;
  color: #ffffff;
  padding:0 34px 0 0;
}
.foot_menu_wrap .foot_menu li .foot_menu_item{
    font-size: 14px;
}
.foot_menu_wrap .foot_menu li .foot_menu_item a{
    color: #ccc;
}
_:-ms-fullscreen, :root .foot_menu_wrap .foot_menu .foot_menu_item {
	font-size: 12px;
}
.foot_menu_wrap .foot_menu .foot_menu_item:before {
  display: none;
}
.foot_menu_wrap .foot_menu .foot_menu_item a {
  text-decoration: none;
  color: #ffffff;
}
.foot_menu_wrap .foot_menu .foot_menu_item a:hover {
  text-decoration: underline;
}
.foot_menu_wrap .foot_menu .foot_menu_item ul {
  margin-left: 0;
  margin-top: 15px;
}
.block_user_item {
  border: 1px solid #d6d7d7;
  padding: 16px 10px 18px 20px;
  font-family: 'FrutigerNeueLTW1G-CnMd','robotomedium';
  height: 147px;
}
.block_user_item_slogan {
  font-size: 14px;
  color: #848688;
  line-height: 1.46;
  margin-bottom: 8px;
}
.block_user_item_img {
  /*width: 60px;
  height: 60px;*/
  border: 2px solid #d6d7d7;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3px 15px 0 0;
}
.block_user_item_img img {
  display: block;
  max-width: 100%;
  width: auto;
}
.block_user_item_name {
  font-family: 'FrutigerNeueLTW1G-CnBold','robotobold';
  color: #323538;
  line-height: 1.2;
  margin-bottom: 2px;
}
.block_user_item_name a {
  text-decoration: none;
  color: #323538;
}
.block_user_item_name a:hover {
  text-decoration: underline;
}
.block_user_item_position {
  font-size: 14px;
  color: #848688;
  line-height: 1;
}
.block_user_item_birthday {
  /* background-image: url(../images/svg/pie.svg); */
  background-repeat: no-repeat;
  background-position: right bottom;
}
.block_user_item_info:after {
  display: block;
  content: '';
  clear: both;
}
.blck_user_item_all_info {
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #d6d7d7;
  font-size: 14px;
  color: #323538;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 0px 5px 0px 40px;
}
.blck_user_item_all_info:hover {
  background: #ffcd34;
}
.block_user_item_wrap {
  margin-bottom: 22px;
  position: relative;
  overflow: hidden;
}

.sidebar .block_user_item_wrap.birthday:before{
	display: block;
	content: '';
	position: absolute;
	width: 104px;
	height: 104px;
	background-image: url(../images/svg/pie.svg);
	background-repeat: no-repeat;
	right: 2px;
	bottom: 47px;
}
.block_user_item_wrap .btn_prev {
  position: absolute;
  right: 43px;
  bottom: 40px;
  z-index: 1;
}
.block_user_item_wrap .btn_next {
  position: absolute;
  bottom: 40px;
  z-index: 1;
  right: 23px;
}
.questions_block {

  border: 1px solid #d6d7d7;
  padding: 26px 18px 0 17px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}
.info_pdf_frame{
    width:100%;
}
.questions_block h2 {
  font-size: 17px;
  font-family: 'FrutigerNeueLTW1G-CnMd','robotomedium';
  color: #000;
  line-height: 1.222;
  margin-bottom: 31px;
  padding-left: 45px;
  position: relative;
  text-transform: inherit;
}
.questions_block h2:before {
  display: block;
  content: '';
  position: absolute;
  z-index: 1;
  background: url(../images/question_icon.png) no-repeat 0 0;
  width: 35px;
  height: 30px;
  left: 0;
  top: -5px;
}
.questions_block_name {
  font-size: 15px;
  font-family: 'FrutigerNeueLTW1G-CnMd','robotomedium';
  color: #323538;
  line-height: 1.333;
  margin-bottom: 24px;
}
form .questions_block_answer {
  margin-bottom: 18px;
  padding: 0;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
  font-size: 16px;
  color: #323538;
  line-height: 1.25;
  padding-left: 25px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
input[type="checkbox"] + label {
  line-height: inherit;
  padding-left: 29px;
}
input[type="checkbox"] + label:after {
  display: none;
}
input[type="checkbox"] + label:before {
  display: block;
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid #9fb0b8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 0;
  top: 0;
}
input[type="checkbox"]:checked + label:before {
  background-image: url(../images/svg/check.svg);
  background-repeat: no-repeat;
  background-position: center;
}
input[type="radio"] + label:before {
  display: block;
  content: '';
  position: absolute;
  border: 3px solid #d7d8d8;
  border-radius: 50%;
  background-color: #fff;
  width: 15px;
  height: 15px;
  left: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
input[type="radio"]:checked + label:before {
  border-color: #323538;
  background: #ffcd34;
}
input[type="radio"] {
  position: absolute;
  z-index: -1;
  visibility: hidden;
}
.js_questions_block_content_wrap {
  max-height: 354px;
  overflow: hidden;
}
.questions_block.active .js_questions_block_content_wrap {
  max-height: inherit;
}
.questions_block_answer_all {
  height: 32px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1;
}
.questions_block_answer_all_link {
  font-size: 14px;
  color: #848688;
  display: none;
  border-bottom: 1px dotted;
  text-decoration: none;
}
.questions_block_answer_all_link.active {
  display: inline-block;
}
.questions_block_answer_all:after {
  display: block;
  content: '';
  position: absolute;
  z-index: 0;
  bottom: 100%;
  height: 50px;
  background:url(../images/bg_line.png)repeat-x;
  width: 100%;
}
.questions_block.active .questions_block_answer_all:after {
  display: none;
}
.questions_all_link {
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #d6d7d7;
  font-size: 14px;
  color: #323538;
  line-height: 1.571;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 0px 5px 0px 68px;
  position: relative;
}
.questions_all_link:hover {
  background: #ffcd34;
}
.questions_all_link:before {
  width: 18px;
  height: 16px;
  display: block;
  position: absolute;
  content: '';
  z-index: 1;
  background: url(../images/question_icon_all.png) no-repeat 0 0;
  left: 40px;
  top: 16px;
}
.row_icon_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.row_icon_block .icon-item {
  font-size: 12px;
  color: #9fb0b8;
  line-height: 1.667;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5px 0 24px;
}
.row_icon_block .icon-item:first-child {
  padding-left: 0;
}
.row_icon_block .icon-item svg {
  fill: #858789;
  margin-right: 10px;
}
.row_icon_block .icon-like {
  color: #3a9118;
}
.row_icon_block .icon-like svg {
  fill: #3a9118;
}
.row_icon_block .icon-like-change {
  padding: 0 0 0 10px;
}
.row_icon_block .icon-like-change .value {
  padding: 0 9px;
}
.row_icon_block .like-minus,
.row_icon_block .like-plus {
  border-radius: 50%;
  height: 21px;
  width: 21px;
  background-image: url(../images/svg/array_down.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.row_icon_block .like-minus:hover {
  background-color: #d32e13;
  background-image: url(../images/svg/array_down_hover.svg);
}
.row_icon_block .like-plus {
  background-image: url(../images/svg/array_up.svg);
}
.row_icon_block .like-plus:hover {
  background-color: #3c921b;
  background-image: url(../images/svg/array_up_hover.svg);
}
.row_icon_block .icon-dislike {
  color: #d32e13;
}
.row_icon_block .icon-dislike svg {
  fill: #d32e13;
}
.row_icon_block .icon-like-none {
  color: #323538;
}
.news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.news_list .news_item_wrap {
  width: 33.333%;
	max-width: 398px;
}
.news_list .paginator {
  margin-top: 30px;
}
.labels {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.labels_item {
  height: 30px;
  min-width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 5px;
  color: #323538;
  font-size: 12px;
  margin-bottom: 5px;
  background: #ffcd34;
}
.breadcrumb {
  margin: 4px 0 19px 0;
  padding: 0;
  width: 100%;
}
.breadcrumb_item {
  font-size: 12px;
  color: #323538;
  line-height: 1.833;
  margin: 0 21px 0 0;
  position: relative;
  display: inline-block;
}
.breadcrumb_item a {
  color: #323538;
  position: relative;
}
.breadcrumb_item a:hover {
  text-decoration: none;
}
.breadcrumb_item a:before {
  display: block;
  content: '';
  width: 3px;
  height: 5px;
  position: absolute;
  background: url(../images/svg/separator.svg) no-repeat 0 0;
  right: -11px;
  top: 5px;
}
.news_menu_wrap {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 30px;
}
.news_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #d6d7d7;
}
.news_menu_item {
  padding: 0 24px;
}
.news_menu_item_link {
  font-size: 14px;
  color: #323538;
  line-height: 1.429;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  position: relative;
  height: 52px;
}
.news_menu_item_link:before {
  display: block;
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  background: #ffcd34;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.news_menu_item.active .news_menu_item_link:before {
  width: 100%;
}
.news_menu_item:not(.active):hover .news_menu_item_link:before {
  width: 100%;
}
.paginator {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0 50px 0;
}
.paginator .start,
.paginator .end {
  background-color: #9fb0b8;
  color: transparent;
  font-size: 0;
}
.paginator .start:before,
.paginator .end:before {
  display: block;
  width: 5px;
  height: 9px;
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
}
.paginator .start:hover,
.paginator .end:hover {
  background-color: #ffcd34;
}
.paginator .start:before {
  background-image: url(../images/svg/btn_prev.svg);
}
.paginator .end:before {
  background-image: url(../images/svg/btn_next.svg);
}
.paginator .start:hover:before {
  background-image: url(../images/svg/btn_prev_hover.svg);
}
.paginator .end:hover:before {
  background-image: url(../images/svg/btn_next_hover.svg);
}
.paginator .active {
  color: #fff;
  background: #323538;
  cursor: default;
}
.paginator > * {
  display: inline-block;
  width: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  color: #363b44;
  text-decoration: none;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 0 1px;
  position: relative;
}
/*FAQ list*/
.faq_block {
  background-color: #f7f7f7;
  margin-bottom: 10px;
}

.faq_question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq_question_name {
  width: 50%;
  font-size: 16px;
  font-family: 'FrutigerNeueLTW1G-CnBold','robotobold';
  color: #323538;
  line-height: 1.375;
  padding: 0 23px 0 39px;
}
.faq_question_link_show,
.faq_question_link_hide {
  display: none;
}
.faq_question_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 0 40px 0 6%;
}
.faq_question_right > * {
  width: 33.333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.faq_question_link_show.active,
.faq_question_link_hide.active {
  display: inline-block;
}
.wrap_faq_question_link_btn {
  padding-left: 23px;
  position: relative;
}
.wrap_faq_question_link_btn>a:before {
  display: block;
  content: '';
  position: absolute;
  z-index: 1;
  width: 16px;
  height: 10px;
  background: url(../images/svg/icon-eye-qap.svg) no-repeat 0 0;
  left: -23px;
  top: 6px;
  background-size: 100%;
}
.faq_question_link {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.faq_question_date {
  font-size: 14px;
  color: #323538;
  line-height: 1.143;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 38px;
}
.faq_question_date:before {
  display: block;
  content: '';
  position: absolute;
  z-index: 1;
  width: 24px;
  height: 24px;
  background: url(../images/svg/date_icon.svg) no-repeat 0 0;
  left: 0;
}
.faq_question_date_val {
  font-family: 'FrutigerNeueLTW1G-CnBold','robotobold';
}
.wrap_faq_question_link_btn a {
  font-size: 14px;
  color: #3a9118;
  text-decoration: underline;
  line-height: 1.571;
	position: relative;
}
.wrap_faq_question_link_btn a:hover {
  text-decoration: none;
}
.faq_answer {
  padding: 0 38px 24px 38px;
  display: none;
}
.faq_answer_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 17px;
  width: 50%;
}
.faq_answer_item_text {
  font-size: 14px;
  color: #323538;
  line-height: 1.571;
  width: 132px;
}
.faq_answer_item_count {
  font-size: 16px;
  font-family: 'FrutigerNeueLTW1G-CnBold','robotobold';
  color: #323538;
  line-height: 1.375;
  padding-left: 20px;
  position: relative;
  width: 62px;
}
.faq_answer_item_count:before {
  display: block;
  content: '';
  position: absolute;
  z-index: 1;
  width: 7px;
  height: 16px;
  background: url(../images/svg/man.svg) no-repeat 0 0;
  left: 4px;
  top: 2px;
}
.faq_answer_item_line {
  width: 368px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.faq_answer_item_line_percent {
  height: 5px;
  display: block;
  background: #ffcd34;
}
.faq_answer_item:last-child {
  margin-bottom: 0;
}
/*-------*/
/*--Branch page--*/
.search_top {
  display: -webkit-box;

  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  border-top: 1px solid #d6d7d7;
  border-bottom: 1px solid #d6d7d7;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.search_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.search_form .wrap_input {
  padding: 0 15px;
  max-width: inherit;
  margin: 0;
}
.search_form .infofield {
  margin-bottom: 0;
}
.branch_content_wrap {
  min-height: 450px;
  position: relative;
  overflow: hidden;
}
.branch_content_wrap .map_branch {
  height: 450px;
  border: 2px solid #e9f3f8;
  background: #000;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  left: -100%;
}
.branch_content_wrap .map_branch.active {
  left: 0;
}
.branch_content_wrap .list_tr {
  margin-bottom: 0;
  border-top: none;

}
.branch_content_wrap .list_tr .td_item {
  font-size: 16px;
}
.list_tr {
  border-top: none;
  margin-bottom: 45px;
}
.list_tel{
	margin-bottom: 0;
}
.list_tr .tr_item {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
}
.list_tr .tr_item:nth-child(even) {
  background: #f7f7f7;
}
.list_tr .tr_item .td_item {
  min-height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  width: 33.333%;
}
.branch_list .list_tr .tr_item .td_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list_tr .th_item .td_item {
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33.333%;
  font-size: 14px;
}

.list_tr .tr_item .branch_name_wrap,
.list_tr .tr_item .branch_tel {
  width: 50%;
}
.list_tr .tr_item .branch_tel {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list_tr .tr_item .branch_link {
  width: 46%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.list_tr .tr_item .branch_name_wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list_tr .tr_item .branch_name {
  font-size: 14px;
  font-family: 'FrutigerNeueLTW1G-CnBold','robotobold';
  color: #323538;
  line-height: 1.429;
}
.list_tr .tr_item .branch_address {
  font-size: 14px;
  color: #9fb0b8;
  line-height: 1.429;
  padding-left: 23px;
  position: relative;
}
.list_tr .tr_item .branch_address a {
    text-decoration: none;
    color: #9fb0b8;
}

.list_tr .tr_item .branch_address a:hover {
    text-decoration: underline;
}
.list_tr .tr_item .branch_name a {
    color: #323538;
    text-decoration: none;
}

.list_tr .tr_item .branch_name a:hover {
    text-decoration: underline;
}
.list_tr .tr_item .branch_address:before {
  display: block;
  content: '';
  position: absolute;
  z-index: 1;
  width: 13px;
  height: 16px;
  background: url(../images/svg/map_address.svg) no-repeat 0 0;
  left: 0px;
  top: 2px;
}
.list_tr .tr_item .branch_tel a {
  font-size: 17px;
  font-family: 'FrutigerNeueLTW1G-CnBold','robotobold';
  color: #323538;
  line-height: 1.176;
  text-decoration: none;
}
.list_tr .tr_item .branch_tel a:hover {
  text-decoration: underline;
}
.list_tr .tr_item .branch_link a {
  height: 35px;
  line-height: 35px;
  background: #ffcd34;
  text-decoration: none;
  color: #323538;
  display: inline-block;
  padding: 0 10px 0 35px;
  margin-left: 28px;
  position: relative;
  font-size: 14px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
_:-ms-fullscreen, :root .list_tr .tr_item .branch_link a  {
  font-size: 12px;
}

_:-ms-lang(x), .list_tr .tr_item .branch_link a  {
  font-size: 12px;
}
.list_tr .tr_item .branch_link a:first-of-type{
	margin-left: 0;
}
.branch_content_wrap .tr_item {
    padding-right: 1px;
}
.list_tr .tr_item .branch_link a:hover {
    color: #fff;
    background: #303236;
}

.list_tr .tr_item .branch_link a:hover svg {
    fill: #fff;
}
.list_tr .tr_item .branch_link a svg {
  position: absolute;
  left: 9px;
  top: 9px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.list_tr .th_item {
  border-bottom: 1px solid #d6d7d7;
}
.list_tr .th_item .td_item {
  font-family: 'FrutigerNeueLTW1G-CnBold','robotobold';
}
.bold{
    font-weight:bold!important;
}
.btn {
  height: 50px;
  background: #ffcd34;
  font-size: 16px;
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  color: #323538;
  font-family: 'FrutigerNeueLTW1G-CnBook','robotoregular';
  padding: 0 16px;
  width: auto;
  line-height: 50px;
  display: inline-block;
  min-width: 100px;
  -webkit-appearance: none;
}

.btn svg{
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.infofield {
  font-size: 16px;
  color: #323538;
  line-height: 1.375;
}
.select-wrapper input {
  width: 100%;
  cursor: pointer;
	position: relative;
	z-index: 2;
	background: none;
}
.wrap_input_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  max-width: 100%;
}
.wrap_input_row input {
  height: 35px;
  width: 280px;
  line-height: inherit;
}
.wrap_input_row .btn {
  width: 100px;
  margin-left: 10px;
  padding: 0;
}
.wrap_input_row select {
  width: 280px;
}
.wrap_input_row .infofield {
  font-size: 14px;
  margin: 0 15px 0 0;
}
.switch_branch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.switch_branch_item_wrap {
  padding: 0 20px;
}
.switch_branch_item {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-size: 14px;
  color: #323538;
}
.switch_branch_item span {
  border-bottom: 1px dotted;
}
.switch_branch_item:before {
  display: block;
  content: '';
  position: absolute;
  z-index: 1;
}
.switch_branch_list:before {
  width: 19px;
  height: 16px;
  background: url(../images/svg/list.svg) no-repeat 0 0;
  left: 0;
  top: 2px;
}
.switch_branch_map:before {
  width: 13px;
  height: 16px;
  background: url(../images/svg/map.svg) no-repeat 0 0;
  left: 11px;
  top: 2px;
}
.branch_list {
  padding: 0;
  margin-bottom: 40px;
}
.switch_branch_list.active {
  color: #ffcd34;
}
.switch_branch_list.active span {
  border-bottom: 1px solid;
}
.switch_branch_list.active:before {
  background: url(../images/svg/list_active.svg) no-repeat 0 0;
}
.switch_branch_map.active {
  color: #ffcd34;
}
.switch_branch_map.active span {
  border-bottom: 1px solid;
}
.switch_branch_map.active:before {
  background: url(../images/svg/map_active.svg) no-repeat 0 0;
}
.wrap_input_row .select-wrapper .dropdown-content {
  padding: 40px 0 0 0;
}
.mCustomScrollBox {
  border: 1px solid #ffcd34;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.dropdown-content {
  max-height: 204px;
}
.mCSB_inside > .mCSB_container {
  padding: 0;
}
.wrap_li_content {
  font-size: 14px;
  color: #323538;
  line-height: 1.429;
}
.wrap_select_li {
  padding: 13px 0 5px 10px;
}
.wrap_select_li li {
  padding: 7px 10px 6px 10px;
}
.wrap_select_li_big {
  padding: 13px 0 5px 20px;
}
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}
.wrap_select_li_big .mCSB_inside > .mCSB_container {
  margin-right: 40px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden .wrap_select_li {
  padding-right: 30px;
  position: relative;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden .wrap_select_li:before {
  display: block;
  content: '';
  position: absolute;
  left: auto;
  right: 18px;
  top: 27px;
  border-bottom: 5px solid #000;
  border-left: 5px solid rgba(255, 255, 255, 0);
  border-right: 5px solid rgba(255, 255, 255, 0);
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden .wrap_select_li_big {
  padding-right: 40px;
}
.mCSB_scrollTools {
  right: 15px;
	top: 10px;
	bottom: 10px;
}
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
/*-------*/
/*News id*/
p {
  margin-top: 22px;
  margin-bottom: 22px;
}
.block_id_img {
  margin: 0 26px 22px 0;
  float: left;
  border: 2px solid #d6d7d7;
  padding: 0;
}
.block_id_img img {
  display: block;
}
.news_id {
  padding: 0;
}
.news_id .row_info_block {
  margin-bottom: 23px;
}
.news_id .photo_list .row_info_block{
	border-top: none;
	padding: 0;
	flex-wrap: nowrap;
}
.row_fio_block{
	font-size: 12px;
    color: #9fb0b8;
	padding-right: 15px;
}

.news_id:after {
  display: block;
  content: '';
  clear: both;
}
.news_id_slide {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 48px;
}
.news_id_slide .swiper-button-next,
.news_id_slide .swiper-button-prev {
  width: 26px;
  height: 26px;
  background-color: #d6d7d7;
  border-radius: 2px;
  top: 50%;
  margin-top: -13px;
  background-image: none;
  -webkit-box-shadow: 0px 0px 5px 2px #303236;
          box-shadow: 0px 0px 5px 2px #303236;
}
.news_id_slide .swiper-button-next:before,
.news_id_slide .swiper-button-prev:before {
  display: block;
  width: 5px;
  height: 9px;
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  background-image: url(../images/svg/btn_prev.svg);
}
.news_id_slide .swiper-button-next:hover,
.news_id_slide .swiper-button-prev:hover {
  background-color: #ffcd34;
  background-image: none;
}
.news_id_slide .swiper-button-next:hover:before,
.news_id_slide .swiper-button-prev:hover:before {
  background-image: url(../images/svg/btn_prev_hover.svg);
}
.news_id_slide .swiper-button-next:before {
  background-image: url(../images/svg/btn_next.svg);
}
.news_id_slide .swiper-button-next:hover:before {
  background-image: url(../images/svg/btn_next_hover.svg);
}
.news_id_item_img {
 /* height: 158px;*/
  border: 2px solid #d6d7d7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.news_id_item_img img {
  display: block;
}
/*------*/
.tag_block {
  font-size: 14px;
  font-family: 'FrutigerNeueLTW1G-CnMd','robotomedium';
  color: #3a9118;
  line-height: 1.571;
  margin-bottom: 25px;
}
.tag_block_text {
  position: relative;
  padding: 0 4px 0 24px;
  color: #323538;
}
.tag_block_text:before {
  display: block;
  content: '';
  position: absolute;
  background: url(../images/svg/tag.svg) no-repeat 0 0;
  width: 16px;
  height: 16px;
}
.tag_item {
  color: #3a9118;
}
/*comments_block*/
.comments_block {
  padding: 0;
  margin: 42px 0 0 0;
}
.comments_block .comments_h {
  font-size: 16px;
  font-family: 'FrutigerNeueLTW1G-CnMd','robotomedium';
  color: #323538;
  line-height: 1.375;
  margin-bottom: 21px;
}
.comments_block .comments_img {
  border: 2px solid #fbfbfb;
  overflow: hidden;
}
.comments_block .comments_img img {
  display: block;
}
.comment {
  position: relative;
  padding: 0;
  margin-bottom: 48px;
}
.comment .comments_form {
  margin-top: 52px;
}
.comment .comments_img {
	height: 80px;
    margin: 0 20px 0 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.comment .comments_block_form {
  display: none;
}
.comment_info_user {
  min-height: 60px;
  margin-bottom: 7px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.comments_name {
  font-size: 16px;
  font-family: 'FrutigerNeueLTW1G-CnBold','robotoregular';
  color: #323538;
  line-height: 1.375;
  margin-bottom: 4px;
	text-decoration: none;
}
_:-ms-fullscreen, :root .comments_name {
  font-size: 15px;
  font-weight: bold;
}

_:-ms-lang(x), .comments_name {
  font-size: 15px;
  font-weight: bold;
}
.comments_name:hover {
	text-decoration: underline;
}
.comments_date {
  font-size: 14px;
  color: #d6d7d7;
  line-height: 1.429;
}
.comments_text {
  font-size: 16px;
  color: #323538;
  line-height: 1.375;
  margin-bottom: 8px;
}
_:-ms-fullscreen, :root .comments_text {
  font-size: 15px;
}

_:-ms-lang(x), .comments_text {
  font-size: 15px;
}

.comments_show_form {
  font-size: 14px;
  color: #3a9118;
  border-bottom: 2px dotted;
  text-decoration: none;
}
.comments_level {
  margin: 45px 0 0 0;
	padding: 0 0 0 79px;
}
.comments_form {
  padding: 52px 0 45px 80px;
  border-top: 1px solid #d6d7d7;
  position: relative;
}
.comments_form .comments_img {
  position: absolute;
  top: 52px;
  left: 0;
}
.comments_form form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.comments_form form .wrap_input {
  max-width: inherit;
  padding: 0;
}
.comments_form .wrap_input {
  margin-bottom: 20px;
}
.comments_form textarea {
  border: 1px solid #d6d7d7;
  max-width: 400px;
  width: 100%;
  height: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  display: block;
}
.btn-comments {
  width: auto;
}
/*-------------*/
/*One event page*/
.wrap_event_id_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 26px;
}
.event_id {
  padding: 0;
}
.event_id_info {
  border: 1px solid #d6d7d7;
  border-left: none;
  border-right: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 11px 0 13px 0;
}
.event_id_info_item {
  font-size: 14px;
  color: #323538;
  line-height: 1.429;
  margin: 0 30px 8px 0;
  padding: 0 0 0 36px;
  position: relative;
}
.event_id_info_item_param{
	display: inline-block;
	margin-right: 5px;
}
.event_id_info_item_val{
	display: inline-block;
}
.event_id_info_item svg {
  fill: #ffcd34;
  top: 0;
  left: 0;
  position: absolute;
}
.event_id_info_item_val {
  font-family: 'FrutigerNeueLTW1G-CnBold','robotobold';
  font-size: 16px;
}
.vacancy_id {
  /*padding: 0 20px 0 0;*/
}
/**/
/*----Vacancy List-----*/
.vacancy_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.vacancy_item_wrap {
  width: 33.333%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.vacancy_item {
  padding: 17px 19px 29px 19px;
  border: 1px solid #d6d7d7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
	height: 100%;
}
.vacancy_item_header {
  margin-bottom: 19px;
}
.vacancy_item_header a {
  font-size: 18px;
  font-family: 'FrutigerNeueLTW1G-CnBold','robotobold';
  text-decoration: none;
  color: #323538;
  line-height: 1.111;
}
.vacancy_item_header a:hover {
  text-decoration: underline;
}
.vacancy_item .vacancy_info {
  border-top: 1px solid #d6d7d7;
  border-bottom: 1px solid #d6d7d7;
  padding: 26px 0 22px 0;
  margin-bottom: 22px;
}
.vacancy_item .vacancy_info_item {
  font-size: 14px;
  font-family: 'FrutigerNeueLTW1G-CnBold','robotobold';
  color: #323538;
  line-height: 1.571;
  margin-bottom: 21px;
  padding-left: 33px;
  position: relative;
}
.vacancy_item .vacancy_info_item svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  left: 0;
}
.vacancy_item .vacancy_info_item:last-child {
  margin-bottom: 0;
}
.vacancy_item_text {
  margin-bottom: 24px;
}
.vacancy_item .btn {
  margin-top: auto;
  width: 100px;
  padding: 0;
}
.vacancy_item_id .btn {
	width: 100%;
}
.vacancy_item_id{
	max-width: 300px;
    width: 100%;
    float: right;
    margin-left: 20px;
}
.sidebar .vacancy_item_id {
  margin: 0 -10px;
  padding: 17px 19px 25px 19px;
  height: auto;
}
.sidebar .vacancy_item_id .vacancy_info_item {
  margin-bottom: 27px;
}
.sidebar .vacancy_item_id .vacancy_info_item:last-child {
  margin-bottom: 0;
}
.sidebar .vacancy_item_id .vacancy_info {
  padding: 0;
  border: none;
  margin-bottom: 18px;
}
.sidebar .vacancy_item_id .btn {
  width: 100%;
}
.position_block .position_name {
  font-size: 14px;
  font-family: 'FrutigerNeueLTW1G-CnBook','robotoregular';
  color: #848688;
  line-height: 1.571;
  margin-bottom: 6px;
}
.position_block .position_user_name {
  font-size: 17px;
  color: #323538;
  line-height: 1.176;
  margin-bottom: 8px;
}
.position_block .position_tel {
  margin-bottom: 7px;
}
.position_block .position_tel a {
  font-size: 17px;
  color: #323538;
  line-height: 1.176;
  text-decoration: none;
}
.position_block .position_tel a:hover {
  text-decoration: underline;
}
.position_block .position_mail a {
  font-size: 14px;
  font-family: 'FrutigerNeueLTW1G-CnBook','robotoregular';
  color: #3a9118;
  line-height: 1.429;
  text-decoration: none;
}
.position_block .position_mail a:hover {
  text-decoration: underline;
}
.fancy_block {
  display: none;
  padding: 30px 20px 20px 20px;
  max-width: 420px;
  width: 100%;
  max-height: 100%;
}
.fancy_block_big{
	max-width: 900px;
}
.sidebar .fancy_block_big{
	display: none;
}
.fancybox-slide{
	padding: 0 10px;
}
.form_answer_block {
  padding: 43px 0 39px 98px;
  position: relative;
}
.form_answer_block:before {
  display: block;
  content: '';
  position: absolute;
  width: 64px;
  height: 64px;
  background: url(../images/svg/check_big.svg) no-repeat 0 0;
  left: 8px;
  top: 35px;
}
.form_answer_block.confirm:before{
	background:url(../images/svg/confirm_icon.svg) no-repeat 0 0;
}
.form_answer_block_header {
  font-size: 20px;
  font-family: 'FrutigerNeueLTW1G-CnMd','robotomedium';
  color: #323538;
  line-height: 1.1;
  margin-bottom: 29px;
}
.form_answer_block_text {
  font-size: 16px;
  color: #323538;
  line-height: 1.375;
}
/*--------------------*/
/*Login page*/
.enter_page .content_wrap {
    padding: 0 0 20px 0;
}
.enter_page .form_enter_registration,.enter_page .form_enter_reminding {
    padding: 40px 70px 94px 70px;
}
.enter_page .form_enter {
  margin: 7px auto 7px auto;
}
.enter_page .content_wrap {
  background: #ffcd34;
}
.enter_page .header_logo {
  width: 100%;
	padding: 0;
	justify-content: center;
}
.form_enter {
  background: #fff;
  max-width: 580px;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
  padding: 40px 70px 70px 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.form_enter .block_header {
  font-size: 32px;
  color: #323538;
  text-align: center;
  font-family: 'FrutigerNeueLTW1G-CnMd','robotomedium';
  margin-bottom: 36px;
}
.form_enter .wrap_input {
  max-width: 100%;
  width: 100%;
}
.form_enter .wrap_input a {
  color: #3a9118;
}
.form_enter .tooltip {
  position: relative;
  cursor: pointer;
  top: -9px;
  left: -2px;
}
.form_enter .tooltip svg {
  fill: #ffcd34;
}
.form_enter .tooltip:before {
  content: attr(data-title);
  position: absolute;
  display: block;
  width: 330px;
  background: #ffcd34;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  left: 29px;
  top: -7px;
  font-size: 12px;
  padding: 5px 10px 5px 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
  color: #323538;
}
.form_enter .tooltip:after {
  display: block;
  content: '';
  border: 5px solid transparent;
  border-right: 6px solid #ffcd34;
  top: 3px;
  width: 1px;
  height: 1px;
  left: 17px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
}
.form_enter .tooltip:hover:before,
.form_enter .tooltip.active:before  {
  z-index: 1;
  opacity: 1;
}
.form_enter .tooltip:hover:after,
.form_enter .tooltip.active:after {
  z-index: 1;
  opacity: 1;
}
.form_enter .wrap_input_enter_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 4px;
  margin-bottom: 50px;
}
.form_enter .wrap_input_enter_btn label{
	margin-right: auto;
}
.form_enter .form_enter_bottom_link {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form_enter .form_enter_bottom_link .btn {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form_enter .form_enter_bottom_link .btn span {
  position: relative;
  padding-left: 8px;
}
.form_enter .form_enter_bottom_link .btn span:before {
  display: block;
  content: '';
  position: absolute;
}
.form_enter .form_enter_bottom_link .btn:nth-child(odd) {
  background-color: #d6d7d7;
}
.form_enter .form_enter_bottom_link .btn:nth-child(even) {
  background-color: #323538;
  color: #fff;
}
.form_enter .form_enter_bottom_link .btn:nth-child(even) svg {
  fill: #fff;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.form_enter .form_enter_bottom_link .btn:hover {
  background-color: #ffcd34;
	color: #323538;
}
.form_enter .form_enter_bottom_link .btn:hover svg{
  fill:#323538;
}

.form_enter .wrap_input_date {
  margin: 0 -10px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form_enter .wrap_input_date .infofield {
  padding: 0 10px;
  width: 100%;
}
.form_enter .wrap_input_date .wrap_input_date_item {
  padding: 0 10px;
  width: 33.333%;
  margin-bottom: 26px;
}
.form_enter_registration .btn {
  width: 100%;
}
.form_enter_reminding .btn {
  width: 100%;
}
/*----------*/
/*Library page*/
.tab_menu_block_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #d6d7d7;
  min-height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tab_menu_block_wrap .wrap_input_row {
  margin-bottom: 0;
  padding: 5px 0 5px 20px;
}
.tab_menu_block {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tab_menu_block_item {
  padding: 0 20px;
  font-size: 14px;
  color: #323538;
  line-height: 1.429;
  margin-bottom: 0;
  font-weight: bold;
}
.tab_menu_block_wrap.not_search .tab_menu_block .tab_menu_block_item{
	padding: 0 10px;
}
.tab_menu_block_item a {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: #323538;
  text-decoration: none;
}
.tab_menu_block_item a:before {
  height: 3px;
  background-color: #ffcd34;
  content: '';
  width: 0;
  display: block;
  position: absolute;
  bottom: -1px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tab_menu_block_item a:hover:before {
  width: 100%;
}
.tab_menu_block_item:before {
  display: none;
}
.tab_menu_block .tab_menu_block_item.active a:before {
  width: 100%;
}
.doc_list_name {
  font-size: 14px;
  color: #3a9118;
  line-height: 1.429;
}
.doc_list .tr_item {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.doc_list .tr_item .td_item {
  width: auto;
}
.doc_list .tr_item .doc_list_files {
  font-size: 14px;
  color: #323538;
  line-height: 1.429;
	-ms-flex-negative:0;
    flex-shrink:0;
}
.doc_list .tr_item .doc_list_files a {
  font-size: 14px;
  font-family: 'FrutigerNeueLTW1G-CnBold','robotobold';
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.429;
  background: #ccc;
  text-decoration: none;
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
  padding: 0px 4px;
}
.doc_list .tr_item .doc_list_files .xls {
  background: #3a9118;
}
.doc_list .tr_item .doc_list_files .doc {
  background: #1f87e0;
}
.doc_list .tr_item .doc_list_files .pdf {
  background: #dc2841;
}
.tab_menu_block_wrap.not_search {
  margin: 0 -10px;
}
.tab_menu_block_wrap.not_search .tab_menu_block {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px;
}
/*-----------*/
/*Birthday*/
.birthday_box_item {
  padding: 22px 0 0 0;
}
.birthday_box_item_name {
  font-size: 16px;
  font-family: 'FrutigerNeueLTW1G-CnMd','robotomedium';
  color: #323538;
  line-height: 1.375;
  margin-bottom: 13px;
}
.birthday_list {
  margin: 0 -10px;
}
.birthday_list_tr {
  padding: 10px 10px 10px 110px;
  position: relative;
  min-height: 145px;
}
.birthday_list_tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.birthday_list_tr:nth-child(even) {
  background-color: #fff;
}
.birthday_list_tr_day {
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  width: 80px;
  font-size: 28px;
  font-family: 'FrutigerNeueLTW1G-CnMd','robotomedium';
  color: #ffcd34;
  line-height: 1;
  text-align: center;
  background-image: url(../images/svg/pie.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 65px 98px;
  padding: 17px 0 0 0;
}
.birthday_box {
  margin-bottom: 100px;
}
.slider_list_birthday {
  padding-right: 190px;
  overflow: hidden;
  position: relative;
}
.slider_list_birthday:before {
  display: block;
  width: 180px;
  height: 100%;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.slider_list_birthday.shadow:before{
	z-index: 11;
}
.birthday_list_tr:nth-child(odd) .slider_list_birthday:before {
  background:url(../images/b_line_even.png) repeat-y 0 0;

}
.birthday_list_tr:nth-child(even) .slider_list_birthday:before {
 background:url(../images/b_line_odd.png) repeat-y 0 0;
}
.slider_list_birthday .swiper-button-next,
.slider_list_birthday .swiper-button-prev {
  z-index: 12;
  width: 30px;
  height: 30px;
  background-color: #ffcd34;
  border-radius: 3px;
  background-size: 5px 9px;
	-webkit-box-shadow: 0px 0px 5px 0px #303236;
	        box-shadow: 0px 0px 5px 0px #303236;
}
.slider_list_birthday .swiper-button-prev {
  background-image: url(../images/svg/btn_prev.svg);

}
.slider_list_birthday .swiper-button-next {
  background-image: url(../images/svg/btn_next.svg);
}
.slider_list_birthday .swiper-button-disabled {
  opacity: 0;
}
.birthday_list_td {
  text-decoration: none;
  /* -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; */
  border: 1px solid #d6d7d7;
}
.birthday_list_td .blck_user_item_all_info {
  padding: 0 5px 0 20px;
}
.birthday_list_td .blck_user_item_all_info:hover {
  background: #d6d7d7;
}
.birthday_list_td .block_user_item {
  border: none;
  background: #fff;
  height: 117px;
}
.birthday_list_td:hover {
  border-color: #ffcd34;
}
/*-----------*/
/*Managment department page*/
.download_file {
  font-size: 12px;
  color: #3a9118;
  line-height: 1.167;
  text-decoration: underline;
  position: relative;
  padding-left: 24px;
  margin-right: 31px;
}
.download_file:hover {

    text-decoration: none;
}
.download_file:before {
  width: 14px;
  height: 16px;
  display: block;
  position: absolute;
  content: '';
  background: url(../images/svg/download.svg) no-repeat 0 0;
  left: 0;
  top: -2px;
  background-size: contain;
}
.search_top_link_block {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search_top_link_block .phonebook_link {
  background: #ffcd34;
  font-size: 16px;
  color: #323538;
  line-height: 1.25;
  text-decoration: none;
  height: calc(102%);
  width: 238px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
	transition: 0.3s;
}
.search_top_link_block .phonebook_link:hover{
    background: #323538;
    color: #fff;
}
.search_top_link_block .phonebook_link svg {
  margin-right: 10px;
	transition: 0.3s;
}
.search_top_link_block .phonebook_link:hover svg{
	fill:#fff;
}
.menu_tree {
  padding: 10px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
	overflow: hidden;
}
.menu_tree_item_main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	overflow: hidden;
}
.menu_tree_item_main .menu_tree_item_info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu_tree_item_main .menu_tree_item .menu_tree_item_info:before {
  width: auto;
  height: 10px;
  background: #323538;
  top: -1px;
  left: -1px;
  right: -1px;
}
.menu_tree_item_main > .menu_tree_item_wrap {
  padding: 20px 10px;
}
.menu_tree_item_main > .menu_tree_item_wrap:nth-of-type(3) .menu_tree_item:before {
	left: auto;
	right: 100%;
}
.menu_tree_item:hover:before {
	background: #323538;
}
.menu_tree_item_main > .menu_tree_item_wrap .menu_tree_item_person:after{
	display: none;
}
.menu_tree_item_main > .menu_tree_item_wrap .menu_tree_item_person {
  width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 40px;
  height: auto;
}
.menu_tree_item_main > .menu_tree_item_wrap .menu_tree_item_person:before {
  height: 20px;
  background: #ffcd34;
}
.menu_tree_item {
  width: 240px;
  position: relative;
  border: none;
}
.menu_tree_item:before {
    display: block;
    content: '';
    width: 20px;
    height: 1px;
    background: #d6d7d7;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
}
.menu_tree_item_name {
  font-size: 17px;
  font-family: 'FrutigerNeueLTW1G-CnBold','robotobold';
  color: #323538;
  line-height: 1.176;
  text-decoration: none;
  margin-bottom: 7px;
  display: inline-block;
}
.menu_tree_item_info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  text-decoration: none;
  padding: 10px 5px 0 29px;
  position: relative;
  border: 1px solid #d6d7d7;
  background: #fff;
}
.menu_tree_item_info:before {
  display: block;
  content: '';
  width: 10px;
  height: 100%;
  background: #848688;
  top: 0;
  left: 0;
  position: absolute;
}
.menu_tree_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*border-left: 1px solid transparent;*/
  position: relative;
}


.menu_tree_list .menu_tree_item_wrap {
  width: 33.333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  /*border-top: 1px solid #d6d7d7;*/
}

.menu_tree_list .left_position{
	background: #d6d7d7;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	z-index: 0;
}


.menu_tree_list.hover_tree > .menu_tree_item_wrap:nth-child(1):after{
	background: #323538;
}
.menu_tree_list.hover_tree > .menu_tree_item_wrap:nth-child(2):after{
	background: #323538;
}
.menu_tree_list .top_parent:nth-child(1) + .menu_tree_item_wrap:after{
	background: #323538;
}
.menu_tree_list .top_parent:nth-child(3):after  {
	background: #323538;
}
.menu_tree_list .top_parent:nth-child(2):after{
	background: #d6d7d7;
}
.menu_tree_list > .menu_tree_item_wrap.hover_line:after{
	background: #323538;
}
.menu_tree_list > .menu_tree_item_wrap.first_tr .left_position{
	background: #323538;
}
.menu_tree_list_level .menu_tree_item_name {
    margin-bottom: 0;
}
.menu_tree_list .menu_tree_item_wrap.active:before {
    height: 30px;
    width: 1px;
    background: #d6d7d7;
    position: absolute;
    content: '';
    left: 25px;
    top: 100%;
    margin-top: -20px;
    z-index: 2;
}

.menu_tree_list>.menu_tree_item_wrap.hover_list:before,.hover_list>.menu_tree_list_level_wrp>.menu_tree_list_level:before {
	background: #323538;
}

.menu_tree_list> .menu_tree_item_wrap:nth-of-type(3n):after, .menu_tree_list>.menu_tree_item_wrap:last-child:after{
	/*display: block;
	content: '';
	position: absolute;
	width: 50%;
	background: #fff;
	top: -1px;
	height: 2px;
	right: 0;*/
}
.menu_tree_item_wrap {
  padding: 20px 15px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.menu_tree_item_person {
  border: 1px solid #d6d7d7;
  width: 100%;
  padding: 30px 30px 20px 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 160px;
}
.menu_tree_item_person:hover {
    -webkit-box-shadow: 0px 0px 4px 1px rgba(215, 216, 216, 0.5);
            box-shadow: 0px 0px 4px 1px rgba(215, 216, 216, 0.5);
}

.menu_tree_list .menu_tree_item_wrap.hover .menu_tree_item_person:after{
	background: #323538;
	z-index: 2;
}
.menu_tree_item_wrap.active .menu_tree_item_person {
	background: #ff8034;
	border: 1px solid #ff8034;
}
.menu_tree_item_person:before {
  display: block;
  content: '';
  position: absolute;
  height: 10px;
  background: #ff8034;
  left: -1px;
  top: -1px;
  right: -1px;
}
.menu_tree_item_wrap.active .btn_tree_menu:after {
     display: block;
     content: '';
     position: absolute;
     width: 1px;
     border: 7px solid transparent;
     border-top: 7px solid #ff7e32;
     top: 100%;
     left: 70px;
}
.menu_tree_item_wrap.active:nth-child(1) .btn_tree_menu:after,
.menu_tree_item_wrap.active:nth-child(2) .btn_tree_menu:after,
.menu_tree_item_wrap.active:nth-child(3) .btn_tree_menu:after,
.menu_tree_item_wrap.active:nth-child(4) .btn_tree_menu:after,
.menu_tree_item_wrap.active:nth-child(5) .btn_tree_menu:after,
.menu_tree_item_wrap.active:nth-child(6) .btn_tree_menu:after{
     border-top: 7px solid #ffcb2f;
}

.menu_tree_item_wrap.active:nth-child(1) .menu_tree_item_person,
.menu_tree_item_wrap.active:nth-child(2) .menu_tree_item_person,
.menu_tree_item_wrap.active:nth-child(3) .menu_tree_item_person,
.menu_tree_item_wrap.active:nth-child(4) .menu_tree_item_person,
.menu_tree_item_wrap.active:nth-child(5) .menu_tree_item_person,
.menu_tree_item_wrap.active:nth-child(6) .menu_tree_item_person,.menu_tree_item_wrap .menu_tree_item_person.glavnuk:before {
  background: #ffcd34;
}
.menu_tree_item_wrap.active:nth-child(1) .menu_tree_item_person, .menu_tree_item_wrap.active:nth-child(2) .menu_tree_item_person, .menu_tree_item_wrap.active:nth-child(3) .menu_tree_item_person, .menu_tree_item_wrap.active:nth-child(4) .menu_tree_item_person, .menu_tree_item_wrap.active:nth-child(5) .menu_tree_item_person, .menu_tree_item_wrap.active:nth-child(6) .menu_tree_item_person{
	border: 1px solid #ffcd34;
}
.menu_tree_item_img {
 	width: 86px;
   height: 119px;
	border: 2px solid #d6d7d7;
  -ms-flex-negative: 0;
      flex-shrink: 0;

  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
	background: #fff;
}

.menu_tree_item_person_info{
	width: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
}
.menu_tree_item_img + .menu_tree_item_person_info{
	/*width: auto;*/
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	text-align: left;
}
.menu_tree_item_img img {
  display: block;
  max-width: 100%;
}
.menu_tree_item_position {
  font-size: 14px;
  color: #848688;
  line-height: 1;
  width: 100%;
}
.menu_tree_item_wrap.active .menu_tree_item_position{
	color: #323538;
}
.menu_tree_item_person_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.menu_tree_structure .menu_tree_item_person:after{
	top: 100%;
    right: auto;
    left: 9px;
	background: #323538;
}
.btn_tree_menu .btn {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 35px;
  line-height: 35px;
  max-width: 180px;
  width: 100%;
  font-size: 14px;
  background: #d6d7d7;
	padding: 0 10px;
}
.btn_tree_menu .btn_show{
	 display: block;
}
.btn_tree_menu .btn:hover {
  background: #ffcd34;
  color: #323538;
}
.menu_tree_item_wrap.active .btn{
  display: none;
}
.menu_tree_item_wrap.active .btn_hide{
  display: block;
  background: #fff;
}
.btn_tree_menu {
  margin-top: auto;
}
.menu_tree_list_level_wrp{
  display: none;
  position: absolute;
  height: auto;
  top: 100%;
  width: 1180px;
  z-index: 1;
  padding: 0 15px;
  left: 0;
}
.menu_tree_list_level_wrp:before{
	display: block;
	width: 1px;
	height: calc(100% + 20px);
	background: #d6d7d7;
	left: 0;
	top: 0;
	content: '';
	position: absolute;
}
.menu_tree_list_level_wrp.hover:before{
	background: #323538;
}
.menu_tree_item_wrap.position > .menu_tree_list_level_wrp:before{
	background: #d6d7d7;
}
.menu_tree_list_level {
  width: 100%;
  background: #f9f9f9;
  padding: 10px;
  overflow: hidden;
}
.menu_tree_item_wrap.active > .menu_tree_list_level_wrp{
  display: block;
}
.menu_tree_list_level .menu_tree_item:before {
    display: none;
}
.menu_tree_list_level .menu_tree_item_wrap {
  width: auto;
  padding: 0;
  border-top: none;
  /*border-left: 1px solid #d6d7d7;*/
}
.menu_tree_list_level:before {
    display: block;
    content: '';
    position: absolute;
    width: 1px;
    height: 60px;
    background: #d6d7d7;
    top: 10px;
}

.menu_tree_list_level .menu_tree_item_wrap:last-child {
    border-left: none;
}
.menu_tree_list_level .menu_tree_item_wrap:last-child>.v_line{
	display: none;
}
.menu_tree_list_level>.menu_tree_item_wrap:last-of-type > .menu_tree_item .v_line,.menu_tree_list_level_item > .menu_tree_item_wrap:last-of-type > .menu_tree_item .v_line{
	display: none;
}
.menu_tree_list_level .menu_tree_item_wrap:first-of-type:before, .menu_tree_list_level .menu_tree_item_wrap:last-of-type:before {
   /* display: block;
    content: '';
    width: 1px;
    height: 60px;
    background: #f9f9f9;
    top: 0;
    left: 0px;
    position: absolute;*/
}
.menu_tree_item_3 + .menu_tree_list_level_item .menu_tree_item_wrap:first-of-type:before,.menu_tree_item_3 + .menu_tree_list_level_item .menu_tree_item_wrap:last-of-type:before {
	/*height: 40px;*/
}
.menu_tree_list_level_item {
    position: relative;
}
.big_hover_child .menu_tree_list_level_item .v_line {
    background: #000;
}
.menu_tree_item_3 + .menu_tree_list_level_item {
    padding-top: 20px;
}
.menu_tree_list_level_item:after {
    display: block;
    content: '';
    position: absolute;
    height: 1px;
    width: 10px;
    background: #d6d7d7;
    left: auto;
    right: 100%;
    top: 60px;
}
.big_hover_child .menu_tree_list_level_item:after {
	background: #323538;
}
.hover_list>.menu_tree_list_level_item:after{
	background: #323538;
}
.v_line{
	position: absolute;
	width: 1px;
	background: #d6d7d7;
	height: auto;
	left: 0;
	z-index: 1;
}

.hover_child > .menu_tree_item .v_line {
    background: #323538;
}
.menu_tree_list_level .menu_tree_item_wrap:last-of-type:before {
    /*top: auto;
    background: #d6d7d7;*/
}
.menu_tree_list_level .menu_tree_item_wrap:first-of-type:before{
	/*background: #f9f9f9;
	left: -1px;*/
}
.menu_tree_list_level>.menu_tree_item_wrap:first-of-type:before{
	display: none;
}
.menu_tree_list_level .menu_tree_item {
    padding: 0 10px;
    margin: 10px 0;
}

.menu_tree_list_level .menu_tree_item:before{
	/*content: '';
	background: #d6d7d7;
	width: 1px;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;*/
}
.menu_tree_list_level .menu_tree_item .empty {
    border-bottom: 1px solid #d6d7d7;
    display: block;
    position: relative;
    margin: 50px auto auto -10px;
}
.hover_list>.menu_tree_item .empty,.menu_tree_list_level .big_hover_child .empty{
	border-bottom: 1px solid #323538;
}
.menu_tree_list_level .menu_tree_item .menu_tree_item_info {
  padding: 0 5px 0 29px;
}
.menu_tree_list_level .menu_tree_item .menu_tree_item_info:after {
    display: block;
    width: 10px;
    height: 1px;
    content: '';
    position: absolute;
    background: #d6d7d7;
    left: -11px;
	top: 50%;
}
.big_hover_child .menu_tree_list_level_item .menu_tree_item_info:after{
	background: #323538;
}

.menu_tree_list_level .hover_list > .menu_tree_item .menu_tree_item_info:after {
	background: #323538;
	z-index: 2;
}

.menu_tree_list_level .menu_tree_item_4 {
    height: 60px;
}

.menu_tree_list_level .menu_tree_item_4 .menu_tree_item_info {
    height: 60px;
}
.menu_tree_list_level .menu_tree_item_4 .menu_tree_item_info .menu_tree_item_name{
	font-family: 'FrutigerNeueLTW1G-CnBook','robotoregular';
	font-size: 15px;
}

.menu_tree_list_level .menu_tree_item .menu_tree_item_info:before {
  width: 10px;
  top: -1px;
  bottom: -1px;
  right: auto;
  margin: auto;
  height: auto;
}
.border_line {
    position: absolute;
    height: 1px;
    background: #ccc;
    top: 10px;
	z-index: 1;
	left: 26px;
}
.menu_tree_list>.menu_tree_item_wrap.hover_list .border_line{
	background: #323538;
}
.menu_tree_list_level .menu_tree_item_1 .menu_tree_item_info:before{
	background: #ffe184;
}
.menu_tree_list_level .menu_tree_item_2 .menu_tree_item_info:before{
	background: #48ceeb;
}
.menu_tree_list_level .menu_tree_item_4 .menu_tree_item_info:before{
	background: #848688;
}
.sort_by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  color: #323538;
  line-height: 1.429;
}
.sort_by_text {
  margin-right: 10px;
}
.sort_by_item {
  margin-right: 2px;
}
.sort_by_item_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}
.sort_by .sort_by_down,
.sort_by .sort_by_up {
  border-radius: 50%;
  height: 21px;
  width: 21px;
  background-image: url(../images/svg/array_down.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 0 1px;
}
.sort_by .sort_by_down:hover {
  background-color: #3c921b;
  background-image: url(../images/svg/array_down_hover.svg);
}
.sort_by .sort_by_up {
  background-image: url(../images/svg/array_up.svg);
}
.sort_by .sort_by_up:hover {
  background-color: #3c921b;
  background-image: url(../images/svg/array_up_hover.svg);
}
.list_user {
  margin-top: 28px;
}
.list_user a {
  text-decoration: none;
  color: #323538;
}
.list_user a:hover {
  text-decoration: underline;
}
.list_user .td_user_img {
  display: block;
  border: 2px solid #d6d7d7;
}
.list_user .td_user_img img {
  display: block;
}
.list_user .tr_item {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 17px 20px 20px 20px;
}
.list_user .tr_item{
	background: #f7f7f7;
}
.list_user .tr_item:nth-child(even){
	background: #fff;
}
.list_user .tr_item .td_item {
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.list_user .tr_item .td_user_r {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	width: 295px;
}
.td_user_img_wrap {
  margin-right: 19px;
  position: relative;
  top: 3px;
}
.td_user_info_item {
  position: relative;
  margin-bottom: 13px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.td_user_info_item_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.td_user_info_item_text {
    padding-left: 8px;
	width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.td_user_info_name {
  font-size: 17px;
  font-family: 'FrutigerNeueLTW1G-CnBold','robotobold';
  color: #323538;
  line-height: 1.176;
  margin-bottom: 6px;
}
.td_user_info_name a {
  color: #323538;
}
.td_user_info_position {
  font-size: 14px;
  color: #848688;
  line-height: 1.571;
  margin-bottom: 12px;
}
.td_user_info_mail {
  color: #3a9118;
}
.td_user_info_mail a {
  color: #3a9118;
}
.td_user_info_tel {
  font-size: 17px;
  color: #323538;
  line-height: 1.176;
  margin-bottom: 16px;
}
.td_user_info_birthday,
.td_user_info_cabinet {
  font-size: 14px;
  color: #333333;
  line-height: 1.571;
  margin-bottom: 13px;
}
.td_user_info_item_text .number {
  color: #3a9118;
}
.td_user_info_boss {
  font-size: 14px;
  color: #333333;
  line-height: 1.286;
}
.td_user_info_boss .td_user_info_item_text{
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.td_user_info_boss .td_user_info_item_text>*{
	width: 100%;
}
.td_user_info_boss_name {
  font-family: 'FrutigerNeueLTW1G-CnBold','robotobold';
}
.tab_link {
  margin-top: 28px;
  min-height: 50px;
  border-top: 1px solid #d6d7d7;
  border-bottom: 1px solid #d6d7d7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
_:-ms-fullscreen, :root .tab_link {
	height: 50px;
}
.tab_link .tab_item {
  font-size: 14px;
  color: #323538;
  padding: 0 20px;
}
.tab_link .tab_item_link {
  color: #323538;
  border-bottom: 1px dotted;
  text-decoration: none;
  cursor: pointer;
}
.tab_link .tab_item.active .tab_item_link {
  color: #ffcd34;
  border-bottom: 1px solid;
  text-decoration: none;
}
.tab_link + .list_user {
  margin-top: 0;
}
/*------------------------*/
/*User id*/
.worker_id_conttent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
.worker_id_img_wrap {
  margin-right: 31px;
  position: relative;
  top: -3px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.td_user_info_tel a {
  text-decoration: none;
  color: #323538;
}
.td_user_info_tel a:hover {
  text-decoration: underline;
}
.worker_id_img {
  border: 2px solid #d6d7d7;
  display: block;
}
.worker_id_img img {
  display: block;
}
.worker_id_info {
  width: 31.3%;
}
.worker_id_info .td_user_info_address svg{

}
.worker_id_info .td_user_info_manager svg{
	/* left: 2px; */
}
.worker_id_info .td_user_info_birthday svg{
	left: 4px;
}
.worker_id_info .td_user_info_phone svg{
	left: 4px;
}
.td_user_info_address {
  margin-bottom: 21px;
}
.td_user_info_address svg {
  top: -2px;
}
.td_user_info_manager {
  margin-bottom: 17px;
}
.td_user_info_department{
	margin-bottom: 17px;
}
.td_user_info_department svg{
	left: 2px;
}
.td_user_info_tel svg{
	left: 7px;
}
.branch_card_info_bottom .td_user_info_tel svg{
	left: 2px;
}
.branch_card_info_bottom .td_user_info_mail svg{
	left: 2px;
}
.list_user .td_user_info_tel svg{
	left: 5px;
}
.td_user_info_location {
  margin-bottom: 17px;
}
.menu_tree > .block_header {
  width: 100%;
  font-size: 20px;
  font-family: 'FrutigerNeueLTW1G-CnMd','robotomedium';
  color: #323538;
  line-height: 1.1;
  border-bottom: 1px solid #d6d7d7;
  padding: 0 0 16px 0;
  margin-bottom: 10px;
}
.menu_tree_structure .menu_tree_item_person {
  max-width: 380px;
  padding: 40px 30px 20px 30px;
}
.menu_tree_structure .menu_tree_item_person:before {
  height: 20px;
}
.menu_tree_structure .menu_tree_list_level {
  display: block;
  position: relative;
  width: auto;
  background: none;
  padding: 0;
  overflow: visible;
  margin: 0 0 0 15px;
}
.menu_tree_structure .menu_tree_list_level .menu_tree_item .menu_tree_item_info:after{
	display: none;
}
.menu_tree_structure .menu_tree_list_level_item:after{
	left: 10px;
    top: 100px;
	background: #323538;
}
.menu_tree_structure .menu_tree_list_level .menu_tree_item:after {
    display: block;
    height: 20px;
    background: #323538;
    width: 1px;
    content: '';
    position: absolute;
    left: 9px;
}
.menu_tree_structure .menu_tree_list_level_item .menu_tree_item:after {
    height: 81px;
    left: -11px;
    top: -2px;
}
.menu_tree_structure .menu_tree_list_level:before {
    display: block;
    content: '';
    position: absolute;
    width: 1px;
    height: 72px;
    background: #323538;
    top: 19px;
    left: -5px;
}
.menu_tree_structure .menu_tree_list_level:after {
    display: block;
    content: '';
    position: absolute;
    width: 15px;
    height: 1px;
    background: #323538;
    top: 90px;
    left: -5px;
}
.menu_tree_structure > .menu_tree_item_wrap>.menu_tree_item_wrap:before {
    display: block;
    content: '';
    position: absolute;
    width: 1px;
    background: #323538;
    height: 75px;
    left: 10px;
    top: 19px;
}
.menu_tree_structure > .menu_tree_item_wrap>.menu_tree_item_wrap:after {
    display: block;
    content: '';
    position: absolute;
    width: 10px;
    background: #323538;
    height: 1px;
    left: 10px;
    top: 93px;
}
.menu_tree_structure .menu_tree_list_level > .menu_tree_item_wrap {
	padding: 20px 0 20px 10px;
}
.menu_tree_structure .menu_tree_list_level_item {
  margin: 0px;
}
.menu_tree_structure .menu_tree_item {
  padding: 0;
  border: 1px solid #d6d7d7;
  margin: 0;
  max-width: 240px;
  width: 100%;
}
.menu_tree_structure .menu_tree_item:before {
  width: 10px;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto;
  height: auto;
  background: #848688;
  content: '';
  display: block;
  position: absolute;
}
.menu_tree_structure .menu_tree_item_info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5px 0 29px !important;
  border: none;
	min-height: 80px;
}
.menu_tree_structure .menu_tree_item_info:before {
  display: none;
}
.menu_tree_structure .menu_tree_item_wrap {
  padding: 20px 0 20px 20px;
	position: relative;
}
.menu_tree_structure > .menu_tree_item_wrap {
  padding: 20px 0;
}
.menu_tree_structure > .menu_tree_item_wrap > .menu_tree_item_wrap > .menu_tree_list_level > .menu_tree_item_wrap > .menu_tree_item:before {
  background: #48ceeb;
  z-index: 11;
}
.menu_tree_structure > .menu_tree_item_wrap > .menu_tree_item_wrap > .menu_tree_list_level > .menu_tree_item_wrap > .menu_tree_list_level_item > .menu_tree_item_wrap > .menu_tree_item:before {
  background: #323538;
  z-index: 11;
}
.menu_tree_item_children {
  padding: 0;
}
.menu_tree_item_children .menu_tree_item_info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.menu_tree_item_children .menu_tree_item_info:hover {
  background: #3a9118;
}
.menu_tree_item_children .menu_tree_item_info:hover .menu_tree_item_name,
.menu_tree_item_children .menu_tree_item_info:hover .menu_tree_item_position {
  color: #fff;
}
.menu_tree_item_children .menu_tree_item_info.active {
  background: #3a9118;
}
.menu_tree_item_children .menu_tree_item_info.active .menu_tree_item_name,
.menu_tree_item_children .menu_tree_item_info.active .menu_tree_item_position {
  color: #fff;
}
/*------*/
/*Branch Card*/
.calendar_control_prev,.calendar_control_next{
	width: 21px;
	height: 21px;
	display: none;
	position: absolute;
	left: 0;
	top: 1px;
}
.calendar_control_next{
	left: auto;
	right: 0;
}
.calendar_date_info{
  font-size: 17px;
  font-family: 'FrutigerNeueLTW1G-CnBold';
  color: rgb(50, 53, 56);
  line-height: 1.294;
  text-align: center;
  display: none;
}
.calendar_date_info.active{
	display: inline-block;
}
.calendar_control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 230px;
    max-width: 300px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0px 30px;
    position: relative;
}
.calendar_control_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 19px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.info_room {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.info_room_item{
  font-size: 16px;
  color: rgb(50, 53, 56);
  line-height: 1.375;
  padding: 0 30px;
  margin-right: 26px;
  position: relative;
}
.info_room_item .count{
  font-family: 'FrutigerNeueLTW1G-CnBold';
}
.info_room_item:last-child {
    margin-right: 0;
}
.info_room_item:before {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    background: #ffcd34;
    position: absolute;
    left: 0;
}
.info_room_item.big:before{
	background: #61a746;
}

.branch_card_info_left {
  width: 63.983%;
  padding-right: 50px;
}
.branch_card_info_top {
  border-top: 1px solid #d6d7d7;
  border-bottom: 1px solid #d6d7d7;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wrap_branc_card_img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}
.branc_card_img {
  border: 2px solid #d6d7d7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.branc_card_img img {
  display: block;
}
.wrap_branc_card_name {
  font-size: 17px;
  font-family: 'FrutigerNeueLTW1G-CnBold','robotobold';
  color: #323538;
  line-height: 1.176;
  margin-bottom: 6px;
}
.wrap_branc_card_name a {
    color: #323538;
    text-decoration: none;
}

.wrap_branc_card_name a:hover {
    text-decoration: underline;
}
.wrap_branc_card_position {
  font-size: 14px;
  color: #848688;
  line-height: 1.571;
}
.branch_card_info_bottom {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
/*	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;*/
}
.branch_card_info .branch_card_info_img{
	-ms-flex-negative: 0;
	    flex-shrink: 0;
    border: 2px solid #d6d7d7;
    max-width: 280px;
    width: 100%;
    margin-right: 20px;
}

.branch_card_info .branch_card_info_img img {
    display: block;
}
#map_card {
  width: 100%;
  height: 265px;
  border: 2px solid #e9f3f8;
	overflow: hidden;
}
.fancy_wrp_map .fancybox-close{
	width: 34px;
    height: 34px;
    background-color: #fff;
    right: 12px;
    top: 12px;
    border-radius: unset;
}
.popap_map{
	height: 450px;
    display: none;
    overflow: hidden;
    border: 2px solid #d6d7d7;
	max-width: 900px;
    width: 100%;
}
.fancybox-slide > div.popap_map{
  padding: 0;
}
.infowindow{
  font-size: 14px;
  color: rgb(50, 53, 56);
  line-height: 1.571;
}
.infowindow>*{
	padding-left: 45px;
	position: relative;
	margin-bottom: 7px;
}

.infowindow>*:last-child{
	margin-bottom: 0;
}
.infowindow>*:before{
	display: block;
	content: '';
	position: absolute;
}
.infowindow_name:before{
	width: 23px;
	height: 23px;
	background: url(../images/svg/podrazdelenie_address.svg)no-repeat 0 0;
	left: 0;
    top: 0;
}
.infowindow_address:before{
	width: 19px;
    height: 24px;
    background: url(../images/svg/location_d.svg)no-repeat 0 0;
    left: 2px;
    top: 0;
}
.infowindow_tel:before{
	width: 21px;
    height: 19px;
    background: url(../images/svg/phone.svg) no-repeat 0 0;
    left: 2px;
    top: 3px;
}
.infowindow_tel{
	font-size: 17px;
	font-family: 'FrutigerNeueLTW1G-CnBold','robotobold';
}
.infowindow_tel a,.infowindow_name a{
	color: #323538;
	text-decoration: none;
}
.infowindow_tel a:hover,.infowindow_name a:hover{
	text-decoration: underline;
}
.branch_card_info_right {
  width: 36.017%;
}
.branch_card_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.add_content_wrap {
  text-align: center;
  margin: 30px 0;
  width: 100%;
}
.add_content_wrap + .add_content_wrap{
	display: none;
}
.add_content_wrap .btn {
  height: 35px;
  line-height: 35px;
  width: 180px;
}
.add_content_wrap .btn span {
  border-bottom: 1px dotted;
}
.tab_item_box {
  display: none;
}
.tab_item_box.active {
  display: block;
}
.card_content .search_top {
  border-bottom: none;
  border-top: none;
  margin: 22px 0;
}
.card_content .search_top .print_download{
	margin-left: 14px;
    height: 35px;
	background: none;
}
.card_content .search_top .print_download svg{
	width: 18px;
    height: 18px;
	fill:#000;
}
.card_content .download_file {
  margin: 0 0 0 31px;
}
.list_tel .tr_item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px;
}
.list_tel .th_item {
  border-top: 1px solid #d6d7d7;
  padding: 0 10px;
}
.list_tel .tr_item .td_item {
  width: 18%;
  padding: 10px;
}

.list_tr h5{
        margin: 20px 0;
    font-size: 14px;
}
.list_tel .tr_item .td_item_name {
  width: 22%;
}
.list_tel .tr_item .td_item_number {
  width: 11%;
}
.list_tel .td_item_name a {
  color: #3a9118;
  text-decoration: none;
}
.list_tel .td_item_name a:hover {
  text-decoration: underline;
}
.list_tel .td_item_mail a {
  color: #3a9118;
  text-decoration: none;
}
.list_tel .td_item_mail a:hover {
  text-decoration: underline;
}
.list_tel .td_item_tel a {
  color: #323538;
  text-decoration: none;
}
.list_tel .td_item_tel a:hover {
  text-decoration: underline;
}
.photo_list {
  padding-top: 30px;
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.photo_list_row_wrap {
  width: 25%;
  padding: 10px;
}
.photo_list_row {
  border: 2px solid #d6d7d7;
  position: relative;
  overflow: hidden;
  max-width: 280px;
  margin: 0 auto;
}
.photo_list_row img{
	display: block;
	margin: auto;
}
.photo_list_row_hide {
  background-color: rgba(50, 53, 56, 0.502);
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  right: auto;
  bottom: 100%;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.photo_list_row_hide .btn {
  height: 35px;

  line-height: inherit;
  width: 130px;
  font-size: 14px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -18px 0 0 -65px;
}
.photo_list_row_hide .btn svg {
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.photo_list_row:hover .photo_list_row_hide {
  bottom: 0;
}
.fancybox-next span,
.fancybox-prev span {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-position: center;
  margin-top: -10px;
  visibility: visible;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.fancybox-next span {
  background-color: #323538;
  background-image: url(../images/svg/btn_next.svg);
}
.fancybox-prev span {
  background-color: #323538;
  background-image: url(../images/svg/btn_prev.svg);
}
.fancybox-next span:hover,.fancybox-prev span:hover{
	background-color: #ffcd34;
}
.wrap_download_link {
  text-align: right;
  padding: 15px 0 0 0;
}

.branch_list .wrap_download_link {
	margin-bottom: 10px;
}
.branch_list .wrap_download_link .download_file{
	margin-right: 0px;
}
/*----Calendar----*/
.calendar_item{
	display: none;
	min-width: 1008px;
}
.calendar_item.active{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.calendar_item .calendar_td {
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.calendar_item .calendar_td_time_box_item{
	height: 25%;
	border-bottom: 1px dashed #d6d7d7;
	position: relative;
	cursor: pointer;
}
.calendar_item .calendar_td_info_hover{
	position: absolute;
	background: #fff0c2;
	left: 0;
    top: 0;
    width: 100%;
}
.calendar_item .calendar_td_time_box_item:before{
	display: none;
	content: attr(data-time-start)' - 'attr(data-time-end);
	position: absolute;
	background: #fff;
	-webkit-box-shadow: 0px 0px 4px 1px #303236;
	        box-shadow: 0px 0px 4px 1px #303236;
	font-size: 11px;
	padding: 2px 3px;
	z-index: 3;
	left: 0;
	width: auto;
	text-align: center;
	margin: auto;
}

.calendar_item .calendar_td_time_box_item:last-child{
	border-bottom: none;
}
_:-ms-fullscreen, :root.fc-view-container {
	overflow: hidden;
}
.calendar_item .calendar_td_time{
  border-bottom: none;
  width: 30px;
  font-size: 17px;
  font-family: 'FrutigerNeueLTW1G-CnBold','robotobold';
  color: rgb(50, 53, 56);
  line-height: 1.294;
}
.calendar_item .calendar_td_day_number{
  font-size: 17px;
  font-family: 'FrutigerNeueLTW1G-CnBold','robotobold';
  color: rgb(50, 53, 56);
  line-height: 1.294;
  height: auto;
  padding: 15px 0 5px 0;
}
.calendar_item .calendar_tr_day{
	width: 14.2857%;
}
.calendar_item .calendar_tr_day:nth-of-type(7),.calendar_item .calendar_tr_day:nth-of-type(8){
	/*position: relative;*/
}
.calendar_item .calendar_tr_day:nth-of-type(7):before,.calendar_item .calendar_tr_day:nth-of-type(8):before {
    /*display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(249,249,249,0.5);*/
}
.calendar_item .calendar_tr_day.today .calendar_td{
	background: #fffaea;
}
.calendar_item .calendar_tr_day.today .calendar_td_day{
	background: #ffcd34;
}
.calendar_item .calendar_tr_day.today .calendar_td_day_number{
	color: #ffcd34;
}
.calendar_item .calendar_td_day{
  font-size: 14px;
  color: rgb(50, 53, 56);
  line-height: 1.429;
  background: #f9f9f9;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.calendar_item .wrap_calendar_td {
    padding: 0 2px;
    position: relative;
}

.calendar_item .calendar_tr_time{
	padding-top: 74px;
}

.wrap_calendar_room{
	margin-bottom: 30px;
}
.calendar_item .calendar_td:after {
    display: block;
    content: '';
    height: 1px;
    background: #d6d7d7;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
	margin-top: -2px;
}
.calendar_item .calendar_td_time:after,.calendar_item .calendar_td_day:after{
    display: none;
}

.calendar_item .calendar_td_info{
	position: absolute;
	background: rgb(255, 205, 52);
	width: calc(50% - 1px);
	z-index: 1;
	height: auto;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
	opacity: 0;
	font-size: 11px;
	line-height: 1.2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 4px 0 0 9px;
	left: 0px;
}
.calendar_item .calendar_td_info.big{
	width: calc(50% - 2px);
	left: auto;
	right: 2px;
	background: #61a746;
	color: #fff;
}
.calendar_item .calendar_td_info.big .calendar_td_info_status{
	display: none;
}
.calendar_td_info_hide{
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 18px 2px rgba(66, 64, 54, 0.1);
          box-shadow: 0px 0px 18px 2px rgba(66, 64, 54, 0.1);
  position: absolute;
  width: 330px;
  font-size: 14px;
  color: rgb(132, 134, 136);
  line-height: 1.571;
  right: 100%;
  margin:0 10px 0 0;
  top: 50%;
  padding: 15px 10px 7px 18px;
  margin-top: 0;
  display: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.calendar_td_info_hide .btn{
	height: 35px;
	margin-bottom: 5px;
	line-height: 35px;
}
.calendar_td_info_hide.right{
	right: auto;
	left: 100%;
	margin: 0 0 0 10px;
}
.td_info_hide_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
	position: relative;
}
.calendar_td_info_hide_popap_link {
    display: none;
    position: absolute;
    right: 0;
    width: 98px;
    height: 100%;
    text-align: center;
    cursor: pointer;
    color: #3a9118;
}
.calendar_td_info_hide_popap_link svg{
	fill:#3a9118;
}
.td_info_hide_item_param{
	width: 40%;
}
.td_info_hide_value{
	width: 60%;
	font-family: 'FrutigerNeueLTW1G-CnBold';
	color: #323538;
}
.td_info_hide_value.startTime,
.td_info_hide_value.endTime{
	padding-right: 0;
}

.calendar_td_info_hide:before {
    display: block;
    content: '';
    position: absolute;
    border: 7px solid transparent;
    border-left: 7px solid #fff;
    top: 50%;
    margin-top: -4px;
    left: 100%;
}
.calendar_td_info_hide:after{
	display: block;
	content: '';
	position: absolute;
	width: 10px;
    height: 100%;
    right: -10px;
	left: auto;
    top: 0;
}
.calendar_td_info_hide.right:before{
	right: 100%;
	left: auto;
	border-left: 7px solid transparent;
	border-right: 7px solid #fff;
}
.calendar_td_info_hide.right:after{
	left: -10px;
	right: auto;
}
.calendar_item .calendar_td_info:hover {
    z-index: 2;
}

.calendar_item .calendar_td_info.small_time .calendar_td_info_name,.calendar_item .calendar_td_info.small_time .calendar_td_info_status{
	display: none;
}

.calendar_item .calendar_td_info.disabled{
	background: rgba(255, 205, 52,0.5);
}
.calendar_item .calendar_td_info_time{
	font-size: 12px;
}
.calendar_td_info_name {
    margin: 9px 0;
}
.calendar_item .calendar_td_info_status{
	margin-top: auto;
	margin-bottom: 9px;
}
.form_calendar{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.form_calendar .wrap_input{
	max-width: inherit;
}
#form_calendar .form_answer_block{
	display: none;
}
.form_calendar .block_header{
  font-size: 20px;
  color: rgb(50, 53, 56);
  line-height: 1.1;
  font-family: 'FrutigerNeueLTW1G-CnMd','robotomedium';
  padding: 0 10px;
  margin-bottom: 20px;
}
.picker {
	outline: none;
	position: absolute;
	background-color: rgb(255, 255, 255);
	-webkit-box-shadow: 0px 0px 18px 2px rgba(66, 64, 54, 0.1);
	        box-shadow: 0px 0px 18px 2px rgba(66, 64, 54, 0.1);
	z-index: -1;
	max-width: 280px;
	width: 100%;
	padding: 10px 0 0 0;
	opacity: 0;
}
.picker.picker--opened,.picker.picker--focused{
	opacity: 1;
	z-index: 2;
}
.picker__date-display{
	display: none;
}
.form_calendar .datepicker{
	max-width: 180px;
}
.wrap_select_list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.form_calendar .wrap_select_list{
	margin: 0 -3px;
}
.wrap_select_list .wrap_input{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 50%;
}
.wrap_select_list .infofield{
	width: 100%;
}
.wrap_select_list .select-wrapper{
	width: 50%;
	padding: 0 3px;
}
.form_calendar>.wrap_input:last-child{
	margin-bottom: 10px;
}
.form_calendar .btn{
	width: 100%;
	max-width: inherit;
}
.form_calendar_text{
  font-size: 14px;
  color: rgb(50, 53, 56);
  line-height: 1.571;
}
.picker__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 18px;
    font-family: 'FrutigerNeueLTW1G-CnMd';
    color: rgb(50, 53, 56);
    line-height: 1.222;
    word-spacing: 2px;
    margin-bottom: 7px;
    position: relative;
}
.picker__month {
    text-transform: capitalize;
    margin-right: 4px;
}
.picker__weekday,.picker__day {
  font-size: 16px;
  color: rgb(50, 53, 56);
  line-height: 1.375;
  cursor: pointer;
}
.picker__weekday {
	font-family: 'FrutigerNeueLTW1G-CnMd';
	cursor: default;
	text-align: center;
	padding-bottom: 5px;
}
.picker__day{
	width: 27px;
	height: 27px;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	line-height: 27px;
}
.picker__day--today{
	background: #ffcd34;
}
.picker__footer {
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 15px;
    background: #f9f9f9;
}
.btn-flat{
  font-size: 16px;
  color: rgb(132, 134, 136);
  line-height: 1;
  background: none !important;
  outline: none;
  border-bottom: 2px dotted;
  padding: 0;
	cursor: pointer;
}
.picker__today{
	color: #3a9118;
}
.btn-flat:focus, .btn-flat:hover{
	background: none;
}
.picker__nav--prev{
    left: 21px;
    position: absolute;
    top: 3px;
}
.picker__nav--next{
	right: 21px;
    position: absolute;
    top: 3px;
}
.picker td:nth-of-type(6) .picker__day ,.picker th:nth-of-type(6),.picker td:nth-of-type(7) .picker__day ,.picker th:nth-of-type(7){
	color:#ff8034;
}
.picker__day--outfocus,.picker td:nth-of-type(6) .picker__day--outfocus,.picker td:nth-of-type(7) .picker__day--outfocus{
	color: #d6d7d7;
}

/*Yra*/
.worker_id_change_pass{
	width: 300px;
	position: absolute;
	right: 0;
	top: 0;
	padding: 20px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}

.worker_id_change_pass .block_header{
	font-size: 20px;
	color: #333333;
	margin-bottom: 20px;
}

.form_change_pass{
	background: #fff;
    max-width: 580px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    padding: 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
	margin: 0;
}

.form_change_pass .wrap_input {
    padding: 0;
    max-width: inherit;
    width: 100%;
    position: relative;
    margin-bottom: 26px;
}

.change_pass_btn{
	width: 100%;
}

.wrap_input .infofield span{
	color: #d32e13;
}
#office-profile-form{
	display: block;
	margin-top:20px;
}
.worker_id_cabinet{
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: relative;
	padding: 0 340px 0 131px;
	min-height: 378px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.worker_id_cabinet .worker_id_img_wrap{
	position: absolute;
	left: 0;
}

.wrap_checkbox{
	padding: 0 0 0 30px;
}

.td_user_info_tel .wrap_checkbox label{
	font-size: 14px;
	font-weight: normal;
	font-family: 'FrutigerNeueLTW1G-CnBook';
	padding-top: 2px;
	margin-left: 5px;
}

.td_user_add_tel a{
	font-size: 12px;
	font-family: 'FrutigerNeueLTW1G-CnBook';
	color: #3a9118;
	text-decoration: none;
	display: inline-block;
	border-bottom: 1px dotted #3a9118;
}

a.change_this{
	font-size: 12px;
	font-family: 'FrutigerNeueLTW1G-CnBook';
	color: #3a9118;
	text-decoration: none;
	display: inline-block;
	position: relative;
	padding-left: 20px;
	margin-left: auto;
	position: relative;
	/*float: right;*/
   /* margin-right: 25px;*/
}

.change_this svg{
	fill: #3a9118;
	position: absolute;
    left: 3px;
    top: 1px;

}








.worker_id_cabinet .worker_id_info{
	width: 50%;
    padding-right: 20px;
}
.worker_id_cabinet .worker_id_info+.worker_id_info{
	padding-right: 0;
}

.worker_id_info_wrapper{
	 width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;

}

.exit_block{
	padding-top: 30px;
	width: 100%;
    border-top: 1px solid #d6d7d7;
}

#fancy6, #fancy5, #fancy4, #fancy3, #fancy2{
	display: none;
}

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

.wrap_input.work_phone{
	width: 70%;
	max-width: inherit;
}

.wrap_input.work_phone_add_point{
	width: 30%;
	max-width: inherit;
}

.wrap_input.work_phone_add_point input{
	padding: 0 10px;
 }

.form_change_block .wrap_input.mob_phone{
	width: 100%;
	max-width: inherit;
}

.wrap_input.snils{
	width: 100%;
	max-width: inherit;
}

.wrap_input_save_btn{
	width: 100%;
	max-width: inherit;
}

.wrap_input_save_btn .save_btn{
	width: 100%;
	max-width: inherit;
}

.form_change_block .form_answer_block_header{
	text-align: center;
}

.form_add_phone .wrap_input.add_phone{
	width: 100%;
	max-width: inherit;
}

.form_change_mail .wrap_input.e-mail{
	width: 100%;
	max-width: inherit;
}

.form_change_cab_num .cabinet_num{
	width: 100%;
	max-width: inherit;
}

.form_change_address .change_address{
	width: 100%;
	max-width: inherit;
}
/*Error 403 404*/
.error_block{
	max-width: 820px;
    margin: 26px auto 0 auto;
    background: #fff;
    text-align: center;
    padding: 49px 10px 32px 10px;
}
.error_block .error_header{
	font-size: 30px;
	font-family: 'FrutigerNeueLTW1G-CnBold','robotobold';
	text-transform: uppercase;
	margin-bottom: 6px;
}
.error_block .error_text{
	font-size: 24px;
	margin-bottom: 8px;
}
.error_block .error_text a{
	color: #3a9118;
	text-decoration: none;
}
.error_block .error_text a:hover{
	text-decoration: underline;
}
.error_block .error_number{
	font-size: 230px;
	font-family: 'FrutigerNeueLTW1G-CnBold','robotobold';
	color: #9fb0b8;
	line-height: 1;
}
.error_block .block_link{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 29px 0;
}
.error_block .link_item{
	padding: 0 10px;
	margin-bottom: 20px;
}
.error_block .link_item .btn{
	min-width: 180px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: inherit;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.error_block .link_item .btn svg{
	position: relative;
	margin-right: 10px;
    top: -1px;
}
.mCSB_horizontal {
	border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{
	margin: 0;
}
.mCSB_horizontal.mCSB_inside>.mCSB_container{
	margin: 24px 0 0 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal{
	position: absolute;
	top: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
	background: #fff;
	margin: 8px auto;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
	height: 6px;
}
/**/
#array_up{
  border-radius: 50%;
  background-color: rgb(255, 205, 52);
  box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.3);
  position: fixed;
  z-index: 11;
  width: 50px;
  height: 50px;
  display: none;
  cursor: pointer;
  font-size: 13px;
  color: rgb(50, 53, 56);
  right: 10px;
  top: auto;
  bottom: 75px;
}
#array_up.active{
  display: flex;
  align-items: center;
  justify-content: center;
}
/*IE*/
_:-ms-fullscreen, :root .fancybox-slide .fancybox-image-wrap{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	right: 0;
	bottom: 0;
	margin: auto;
	transform: inherit !important;
}

_:-ms-fullscreen, :root .fancybox-image, _:-ms-fullscreen, :root .fancybox-spaceball{
	max-width: 100%;
	width: auto !important;
	left: 0;
	right: 0;
	margin: auto;
}

/**/

.fc-event.room_2 {
    left: 50%!important;
    margin: 0px!important;
}

.fc-event.room_1 {
    left: 0px!important;
    margin: 0px!important;
}
/*---*/
.user_slide_content {
	overflow: hidden;
}

table td,table th{
  height: 60px;
  font-size: 14px;
  vertical-align: middle;
}
table td p,table th p{
   font-size: 16px;
}
table th{
  font-family: 'FrutigerNeueLTW1G-CnBold','robotobold';
  border-bottom: 1px solid #d6d7d7;
}

table tr:nth-child(even){
	background: #fbfbfb;
}
.user_slide_content {
	overflow: hidden;
}
#Calendar table td,#Calendar table th{
	height: auto;
	padding: 1px 0;
	border-bottom: none;
}
.calendar tr:nth-child(even) {
 background: none;
}
.fc-unthemed td{
	height: auto;
}
.fc-unthemed tr:nth-child(even){
	background: none;
}
/**/
.ask_block_wrap{
	margin-bottom: 20px;
	display: block;
    text-decoration: none;
	position: relative;
}
.ask_block_wrap h2{
	margin-bottom: 14px;
	line-height:2.4;
}
.ask_block, .sale_block, .pay_block, .kassa_block, .bus_block, .ad_av_block, .ad_bus_block{
	padding: 22px 18px 4px 17px;
	  background:#ffcd34;
}
.ask_block_item{
	margin-bottom: 18px;
}
.ask_block_item_link{
	font-size: 16px;
    color: #323538;
    line-height: 1.25;
	text-decoration: none;
}
.ask_block_item_link:hover{
	text-decoration: underline;
}
.js_ask_block_content_wrap{
	max-height: 170px;
}
.ask_block h2:before{
	background-image: url(../images/svg/exclamation-button.svg);
	width: 36px;
    height: 36px;
    background-size: contain;
    top: 2px;
}
.ad_av_block h2:before{
	background-image: url(../images/svg/icon_mta_web_vok.svg);
	width: 36px;
    height: 36px;
    background-size: contain;
    top: 2px;
}
.ad_bus_block h2:before{
	background-image: url(../images/svg/icon_mta_web_avt.svg);
	width: 36px;
    height: 36px;
    background-size: contain;
    top: 2px;
}
.pay_block h2:before {
    background-image: url(../images/svg/credit-cards.svg);
    width: 36px;
    height: 36px;
    background-size: contain;
    top: 2px;
}
.kassa_block h2:before {
    background-image: url(../images/svg/tiket.svg);
    width: 36px;
    height: 36px;
    background-size: contain;
    top: 2px;
}
.bus_block h2:before {
    background-image: url(../images/svg/bus.svg);
    width: 36px;
    height: 36px;
    background-size: contain;
    top: 2px;
}
.ask_all_link:before{
	background-image: url(../images/svg/all_ask_icon_link.svg);
	background-size: contain;
}
.form_ask_block .wrap_input{
	max-width: 100%;
	width: 100%;
}
.form_ask_block .wrap_input_list .wrap_input{
	max-width: 50%;
}

.form_ask_block .wrap_input_list{
	width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.form_ask_block .form_answer_block_header{
	text-align: center;
}
.form_ask_block textarea{
	height: 100px;
	resize: none;
    border: 1px solid #ffcd34;
    font-size: 14px;
    padding: 10px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    -webkit-appearance: none;
	font-family: 'FrutigerNeueLTW1G-CnBook','robotoregular';
}
.form_ask_block .btn{
	width: 100%;
}
/**/
/**/
.askBLock_list {
    padding: 10px 0 0;
}
.askBLock_item_text {
    display: none;
	padding: 10px;
    font-size: 16px;
}
.askBLock_item_wrp:nth-child(even){
    background: #fbfbfb;
}
.askBLock_item {
    padding: 10px;
    cursor: pointer;
	position: relative;
    font-family: 'FrutigerNeueLTW1G-CnBold','robotobold';
    font-size: 18px;
}
.askBLock_item>span {
    border-bottom:  2px dotted;
}
.askBLock_item_text p{
    margin:0;
}
/**/
.print_download {
    display: flex;
    width: 50px;
    height:  48px;
    background: #000;
    justify-content: center;
    align-items: center;
	cursor: pointer;
	border: none;
    outline: none;
}

.print_download svg {
    fill: #fff;
    width: 25px;
    height: 25px;
}
/**/
.ask_boss_block {
    display: block;
    margin-bottom: 20px;
    text-decoration: none;
	z-index: 110;
	position: relative;
}
.ask_boss_block .block_user_item{
	height: auto;
}
.ask_boss_block .block_user_item_position{
	margin-top: 10px;
}
.photo_list_row_rating .photo_list_row_hide{
	cursor: pointer;
	color: #fff;
    padding: 10px;
    font-size: 14px;
    display: flex;
    align-items: flex-end;
}
.row_icon_block .icon-like-photo svg{
	width: 20px;
	height: 20px;
	fill:#ccc;
	margin: 0;
}
.row_icon_block .add_like.active svg{
	fill:#d32e13;
}
.row_icon_block .icon-like-photo{
	user-select: none;
}
.row_icon_block .icon-item .add_like{
	display: flex;
    justify-content: center;
    margin-left: 10px;
	cursor: pointer;
}
.search_top_lib{
	margin-bottom: 30px;
}

.tab_container .search_top_lib + .tab_link{
	margin-top: 0;
}
.birthday_btn{
	position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-color: #ffcd34;
	background-image:url(../images/svg/birthday.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
    right: 0;
    top: 0;
}
.google_viewer{
    margin:20px 0;
}
.form_birthday_block .wrap_input{
	max-width: 100%;
	width: 100%;
}
.form_birthday_block .form_answer_block_header {
    text-align: center;
}

.form_birthday_block textarea, .block textarea {
    height:  140px;
    resize:  none;
    padding:  10px 30px;
	font-family: 'FrutigerNeueLTW1G-CnBook','robotoregular';
	border:1px solid #ffcd34;
	font-size: 14px;
	background-color:#fff;
}
.block .wrap_input{
    padding: 0;
    max-width: 400px;
}
#calendar table .vertikal_line{
	z-index: 1;
}
.fc-time-grid-container{
  z-index: 2 !important;
}
.fc-unthemed thead.fc-head.fix{

}

#calendar thead th:first-child{
	background: none !important;
}
.birthday_popap{
	background: url(../images/birthdar_form_fon.jpg)no-repeat 0 0;
}
.birthday_popap input:not(.btn),
.birthday_popap textarea{
	background-color: #fff;
}
.fc-view>table{
	overflow:visible !important;
}
.fix td.fc-head-container.fc-widget-header {
    border: none;
}
.fc-unthemed td{
	box-sizing: border-box;
}
#calendar thead th{
	box-sizing: border-box;
}
#modal_calendar .block_header{
	text-align: center;
}
.caret{
	z-index: 4;
}
div#jGrowl {
    z-index: 99999!important;
}

.text-form {
    width: 70%;
}

.rt-supp {
    width: 30%;
    position: absolute;
}

.rt > * {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.rt-supp .info-block label {
    display: block;
    text-align: center;
}

.rt-supp .info-block {
    border: 2px solid #dfdfdf;
    width: 200px;
    height: 99px;
    padding: 7px;
    font-size: 19px;
    margin-top: 18px;
}

.rt-supp .info-block label:nth-child(odd) {
    font-weight: bold;
}
.infolist_page .search_top{
  margin-bottom: 20px;
}
.infolist_page h2 {
  text-transform: none;
      padding: 15px 0;
      font-size:20px;
}
.infolist_page .news_id {
    margin-bottom: 20px;
}
.infolist_list::after{
  display: block;
    content: '';
    clear: both;
}
.tr_item .td_item span{
    display:block!important;
}
.td_item.td_item_50 {
    width: 50% !important;
}
.td_item.td_item_33 {
    width: 33% !important;
}
.td_item.td_item_25 {
    width: 25% !important;
}
.td_item.td_item_20 {
    width: 20% !important;
}
.td_item.td_item_10 {
    width: 10% !important;
}
.list_tel .td_item_iob a {
    color: #3a9118;
    text-decoration: none;
}
.infolist_list {
    margin-bottom: 20px;
}
