.link-overlay-parent {
  position: relative;
}
.link-overlay-parent:not(:hover) .link-overlay::after {
  display: none;
}

.link-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: var(--link-overlay-z-index, 1);
}

.link-inherit {
  --link-inherit-hover-opacity: 1;
  --link-inherit-hover-color: #23527c;
  color: inherit;
  text-decoration: none;
}
.link-inherit:hover {
  opacity: var(--link-inherit-hover-opacity);
  color: var(--link-inherit-hover-color);
  text-decoration: none;
}


.bg-blend {
 background-color: rgba(85, 113, 142, 0.36);
 background-blend-mode: multiply;
 width: 100%;
 height: 240px;
}

.row-flex {
	display: flex;
	flex-wrap: wrap;
	--gutter-y: 0;
	margin-top: calc(var(--gutter-y) * -1);
}

.row-flex>*{
	max-width: 100%;
	flex: 0 0 auto;
	margin-top: var(--gutter-y);
}

.row-flex::before {
	display: none;
}

.row-flex::after {
	display: none;
}


/* Общие настройки - начало */
body {
  font-family: "ProximaNovaLight";
  font-size: 16px;
}

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

.box_add_carts {
  display: none;
}

.text_center {
  text-align: center;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

a:focus {
  text-decoration: none;
}

p {
  font-family: "ProximaNovaLight";
  font-size: 16px;
}
/* Общие настройки - конец */

/* Навигация - начало */
header nav {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 27px;    font-size: 0;
}

header nav a {
  font-family: "ProximaNovaReg";
  line-height: 1.2;
  color: #fff;
  display: inline-block;
  position: relative;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  transition: 0.5s all;
  padding: 5px 22px 20px;
}


header nav .active, header nav a:hover {
  text-decoration: none;
  color: #e74c3c;
}

header nav a:before {
  content: '';
  position: absolute;
  transition: transform .5s ease;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #e74c3c;
  transform: scaleX(0);
}

header nav a:hover:before, header nav .active:before {
  transform: scaleX(1);
}
/* Навигация - конец */

/* CMS сверху сайта - начало */
.edit_button {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  opacity: 0.6;
  text-decoration: none;
  display: block;
  background-color: #1f1f1f;
  text-align: center;
  letter-spacing: 2px;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1000;
  transition: 0.5s all;
}
.edit_button:hover {
  opacity: 0.9;
}
.edit_button a {
  background-color: #1c1c1c;
  color: #efefef;
  font-size: 11px;
  text-decoration: none;
  display: inline-block;
  margin-right: -4px;
  padding: 10px;
  padding-right: 20px;
  padding-left: 20px;
  border-right: 1px solid #3d3d3d;
  text-transform: uppercase;
}

.edit_button a:last-child {
  border-right: 0px;
}

.edit_button a:hover {
  color: #fff;
  background-color: #000000;
}
/* CMS сверху сайта - конец */

/* Мобильное меню -начало */
.box_nav_mob a.logo_mobile {
  padding: 10px 25px;
}

.logo_mobile img {
  width: 80%;
  display: block;
  margin: 5px auto;
}

.menu_ico_mob {
  display: none;
  position: fixed;
  top: 22px;
  left: 15px;
  opacity: 0.9;
  z-index: 100;
}

.box_nav_mob {
  position: fixed;
  top: 0px;
  left: -350px;
  width: 300px;
  height: 100%;
  background-color: #fff;
  z-index: 1000;
  -webkit-box-shadow: 4px 0px 9px 0px rgba(50, 50, 50, 0.38);
  -moz-box-shadow: 4px 0px 9px 0px rgba(50, 50, 50, 0.38);
  box-shadow: 4px 0px 9px 0px rgba(50, 50, 50, 0.38);
}

.nav_mob a {
  display: block;
  padding: 10px;
  padding-left: 38px;
  font-size: 15px;
  border-bottom: 1px solid #e8e8e8;
  margin-right: 0px;
  color: #2c3e50;
  text-decoration: none;
}

.nav_mob a i {
  margin-right: 7px;
}

.nav_mob a:hover {
  text-decoration: none;
  background-color: #C4E8FF;
}
.nav_mob a:first-child:hover {
  text-decoration: none;
  background-color: #FFFFFF;
}
.nav_mob a:last-child {
  border-bottom: 0px;
}
.form_user_mob {
  padding: 10px;
}
.menu_ico_mob:hover {
  opacity: 1;
  cursor: pointer;
}
.close_box_nav_mob {
  display: none;
  position: absolute;
  right: 8px;
  top: 22px;
  z-index: 1001;
  cursor: pointer;
  width: 25px;
  height: 25px;
  background-image:url('../img/close.png');
  opacity: 1;
  background-size: contain;
}
.close_box_nav_mob:hover {
  opacity: 0.8;
}

.box_nav_mob .form-search {
  margin: 10px 0px;
}

.box_nav_mob .search-query {
  border: 1px solid #2c3e50;
  padding: 6px 10px;
  width: 225px;
  margin-right: 40px;
}

.box_nav_mob .search-btn {
  right: 45px;
  top: 5px;
}

.fa {
  color: #3498db;
}

.nav_mob a i.fa-home { margin-right: 9px; }
.nav_mob a i.fa-calendar-o { margin-right: 9px; margin-left: 1px; }
.nav_mob a i.fa-info { margin-right: 14px; margin-left: 5px; }
.nav_mob a i.fa-user { margin-right: 9px; margin-left: 3px; }
.nav_mob a i.fa-phone { margin-right: 10px; margin-left: 3px; }
/* Мобильное меню - конец */

/* Шапка сайта - начало */
header {
  position: relative;
  margin-bottom: 5px;
  background-color: #ecf0f1;
}

header .under_logo {
  font-family: "ProximaNovaLight";
  font-size: 15px;
  color: #2c3e50;
  line-height: 1.2;
}

.header_logo {
  margin-top: 15px;
  display: block;
}

.blue_bg {
  background-color: #2c3e50;
  z-index: 1;
  height: 150px;
  padding-left: 0;
}

.container-half {
  position: absolute;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  width: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
  background-color: #2c3e50;
  z-index: 0;
  right: 0;
}

.form-search {
  font-family: "ProximaNovaLight";
  position: relative;
  margin: 20px 0px;
  color: #2c3e50;
  font-size: 14px;
}

.search-query {
  border: none;
  padding: 10px;
  width: 320px;
}

.search-btn {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  margin-bottom: 0;
  outline: medium none;
  padding: 2px 5px;
  position: absolute;
  right: 10px;
  top: 7px;
}
/* Шапка сайта - конец */

/* Слайдер - начало */
.slider {
  margin-bottom: 5px;
}

.slider .row {
  margin: 0;
}

.carousel-indicators li {
  border-radius: 0px;
  border: none;
  width: 8px;
  height: 8px;
  background-color: #ecf0f1;
  transition: 0.5s ease;
  margin: 0 7px;
}

.carousel-indicators li:hover,
.carousel-indicators .active {
  width: 8px;
  height: 8px;
  margin: 0 7px;
  background-color: #e74c3c;
  border: none;
}

.carousel-indicators {
  bottom: 0;
}

.carousel-caption {
  bottom: 0;
  right: 0;
  top: 25%;
  left: 0;
  margin: auto;
  font-family: "ProximaNovaBlack";
  font-size: 48px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* Слайдер - конец */

/* Содержание главной - начало */

/* Меню на главной слева - начало */
.item_main {
  /*height: 150px;*/
  height: auto;
  padding-bottom: 25px;
  background-color: #ecf0f1;
  margin-bottom: 5px;
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 15px;
  color: #2c3e50;
  text-decoration: none;
  color: #2c3e50;
  cursor: pointer;
  transition: 0.3s ease;
}

.item_main.item_main_phone {
	padding-top: 10px;
}

.item_main.item_main_phone .img_wrapper {
	margin-bottom: 0px;
}

.item_main .img_wrapper {
  position: relative;
  height: 60px;
  width: 60px;
  display: inline-block;
  margin-bottom: 10px;
}

.item_main .img_wrapper.item_soc {
  height: 32px;
  width: 32px;
  margin-bottom: 0;
}

.item_main .img_wrapper_center {
  margin-left: 90px;
  margin-right: 90px;
} 

.item_main .img_wrapper img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.5s ease;
}

.item_main .img_wrapper img.active_img {
  opacity: 1;
}

.item_main .img_wrapper img.hidden_img {
  opacity: 0;
}

.item_main.active .img_wrapper img.active_img {
  opacity: 0;
}

.item_main.active .img_wrapper img.hidden_img {
  opacity: 1;
}

.item_main.active_red {
  background-color: #e74c3c;
  color: #fff;
}

.item_main.active_red img.active_img {
  opacity: 0;
}

.item_main.active_red img.hidden_img {
  opacity: 1;
}

.item_main.active_red:hover {
  background-color: #e74c3c;
  color: #fff;
}

.item_main.active {
  text-decoration: none;
  background-color: #2c3e50;
  color: #fff;
}

.item_main.active:hover {
  background-color: #2c3e50;
  color: #fff;
}

.item_main:hover {
  text-decoration: none;
  color: #e74c3c;
}

.item_main:hover img.active_img {
  opacity: 0;
}

.item_main:hover img.hidden_img {
  opacity: 1;
}

.item_main_small {
  height: 90px;
  padding-top: 30px;
}

.without_img {
  height: auto;
  padding: 20px;
}

.without_img .item_main_bold {
  margin-top: 0;
}

.item_main_head {
  font-family: "ProximaNovaLight";
  font-size: 14px;
}

.item_main_bold {
  font-family: "ProximaNovaBold";
  font-size: 16px;
  margin-top: 5px;
  text-transform: uppercase;
}

.item_main.with_margin {
  padding-top: 30px;
  text-transform: uppercase;
}

.item_main.with_margin .img_wrapper {
  margin-bottom: 0px;
}

.item_gimn {
  display: inline-flex;
  width: auto;
  height: auto;
  padding: 10px;
  margin-left: 15px;
  height: auto;
  margin-bottom: 0;
  align-items: center;
}

.item_gimn div {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}

.item_gimn .item_main_bold {
  margin-top: 0;
  line-height: 1.1;
}

.item_gimn .img_wrapper {
  height: 32px;
  width: 32px;
  margin-right: 20px;
  margin-bottom: 0;
}
/* Меню на главной слева - конец */

.warning_main {
  background-color: #e74c3c;
  color: #fff;
  background-image: url(../img/warning.png);
  background-position: 30px center;
  background-repeat: no-repeat;
  padding: 30px 30px 30px 120px;
  min-height: 150px;
}

.warning_main h2 {
  font-size: 16px;
  font-family: "ProximaNovaBold";
  text-transform: uppercase;
  line-height: 1.2;
  margin-top: 0;
  color: #fff;
  margin-bottom: 9px;
}

.warning_main__more-btn {
    background: none;
    border: none;
    margin-top: 5px;
    padding: 0px;
}

.warning_main__marquee-line {
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}
.warning_main__marquee-line-text {
    display: inline-block;
}
.modal-dialog_more-info {
    width: 100%;
    max-width: 1270px;
}
.modal-dialog_more-info .table_site1 th {
    padding: 15px;
}

.warning_main p {
  font-size: 14px;
  font-family: "ProximaNovaLight";
  line-height: 1.2;
  margin-bottom: 0;
}

.head_article {
  font-family: "ProximaNovaBold";
  font-size: 16px;
  color: #2c3e50;
  text-transform: uppercase;
  margin: 30px 0 20px;
}

.news_item {
  height: 330px;
  background-color: #ecf0f1;
  margin-bottom: 26px;
  position: relative;
  padding: 20px;
  overflow: hidden;
}

.news_item:before, .news_item:after {
  content: "";
  height: 1px;
  background-color: #cedcdf;
  position: absolute;
  right: 20px;
}

.news_item:before {
  width: 180px;
  top: 28px; 
}

.news_item:after {
  width: 90%;
  top: 170px;
}

.wrapper_news:nth-child(even) {
  padding-left: 0;
  padding-right: 10px;
}

.wrapper_news:nth-child(odd) {
  padding-right: 0;
  padding-left: 10px;
}

.news_item .news_date {
  font-family: "ProximaNovaLight";
  color: #2c3e50;
  font-size: 14px;
}

.news_item .news_name {
  font-family: "ProximaNovaReg";
  color: #3498db;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 5px;
  height: 120px;
  overflow: hidden;
  display: block;
  text-decoration: none;
  transition: 0.3s ease;
  line-height: 1.3; 
}

.news_item .news_name:hover {
  text-decoration: none;
  color: #e74c3c;
}

.news_item .news_text {
  font-family: "ProximaNovaLight";
  color: #2c3e50;
  font-size: 16px;
  margin-top: 15px;
  line-height: 1.2;
}

.news_item .news_more {
  font-family: "ProximaNovaBold";
  color: #3498db;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s ease;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.news_item .news_more:hover {
  text-decoration: none;
  color: #e74c3c;
}
/* Содержание главной - конец */

/* Партнеры - начало */

.partners {
  margin-bottom: 60px;
}

.item_partner {
  background-color: #ecf0f1;
  height: 200px;
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 30px;  
  padding-top: 20px;
  font-family: "ProximaNovaBold";
  font-size: 18px;
  color: #3498db;
  text-decoration: none;
  transition: 0.5s ease;
}


.item_partner img {

  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  -webkit-filter: grayscale(100%);
  transition: 0.5s ease; 
}

.item_partner:hover img {
  -webkit-filter: none;  
  filter: none;
}

.item_partner.with_padding {
  padding-top: 40px;
}

.item_partner:hover {
 color: #e74c3c;
 text-decoration: none;
}

.item_partner_5 .partner_name {
  margin-top: 25px;
}

.item_partner_6 .partner_name {
  margin-top: 45px;
}

.item_partner {
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.partner_name {
	margin-top: auto;
	margin-bottom: 15px;
}

.item_partner img {
	margin-top: auto;
}

/* Партнеры - конец */

/* Подвал сайта - начало */
footer {
  background-color: #2c3e50;
  padding: 25px 0 30px;
  margin-top: 30px;
}

footer .under_logo {
  font-family: "ProximaNovaLight";
  font-size: 14px;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 70px;
}

footer .developers {
  font-family: "ProximaNovaLight";
  font-size: 14px;
  color: #fff;
}

footer .developers a {
  text-decoration: none;
  color: #e74c3c;
  transition: 0.3s ease;
}

footer .developers a:hover {
  margin-left: 5px;
  text-decoration: none;
}

footer .developers-xs {
  margin-top: 15px;
}

.menu_footer .head {
  font-family: "ProximaNovaReg";
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  margin: 30px 0;
  letter-spacing: 2px;
  line-height: 1.2;
}

.menu_footer .head.head_big {
  margin-top: 13px;
}

.menu_footer a {
  font-family: "ProximaNovaReg";
  text-decoration: none;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.2;
  transition: 0.3s ease;
  display: inline-block;
  margin-bottom: 15px;
}

.menu_footer a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
  margin-left: 5px;
}
/* Подвал сайта - конец */

/* Меню для страниц "О компании" - начало */
.child {
  background-color: #e1e9eb;
}
.wrapper_child {
  display: none;
}

.wrapper_child.active {
  display: block;
}
/* Меню для страниц "О компании" - конец */

/* Сотрудники предприятия - начало */
.employee_item_top {
  font-size: 20px;
  font-family: "ProximaNovaReg";
  color: rgb(44, 62, 80);
  line-height: 1.2;
  border-bottom: 1px solid #cedcdf;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.employee_item_top .name {
  margin-bottom: 20px;
}

.employee_item_top img {
  display: inline-block;
  margin: 0 15px 15px 0;
}

.employee_item_top .employee_text {
  display: inline-block;
}

.employee_item {
 font-size: 20px;
 font-family: "ProximaNovaReg";
 color: rgb(44, 62, 80);
 line-height: 1.2;
 /*height: 420px;*/
}

.employee_item .employee_item-img {
	width: 220px;
	aspect-ratio: 164/230;
	object-fit: cover;
	object-position: top center;
}

.employee_item .name {
  margin: 15px 0;
}

.employee_items-row {
	--gutter-y: 40px;
}

/* Сотрудники предприятия - конец */

/* Аккордеон - начало */
.accordion_down {
  background-image: url(../img/arrow_down.png) !important;
}

.accordion_top {
  background-image: url(../img/arrow_up.png) !important;
}

.ui-accordion .ui-accordion-header {
  margin: 0 0 5px 0;
  padding: 20px 60px 20px 20px;
  font-size: 100%;
  border: none;
  border-radius: 0;
  color: #2c3e50;
  font-family: "ProximaNovaReg";
  font-size: 18px;
}

.ui-icon {
  width: 25px;
  height: 14px;
  position: absolute;
  right: 30px;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ui-accordion-header.ui-state-active,
.ui-accordion-header:hover {
  background-color: #E0E2E3;
}

.ui-accordion .ui-accordion-content {
  border: none;
  padding: 20px;
}

.ui-widget-content {
  background-color: #ecf0f1;
  margin-bottom: 5px;
  margin-top: -5px;
}

.ui-accordion-header {
  background-color: #ecf0f1;
}

.accordion table {

}
.accordion a {
	font-size: 14px;
  font-family: "ProximaNovaReg";
  color: rgb(52, 152, 219);
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s ease;
  text-align: center;
}	
.accordion .accordion__pdf-link, .like_accordion {
  height: 90px;
  width: 60px;
  display: block;
  font-size: 14px;
  font-family: "ProximaNovaReg";
  color: rgb(52, 152, 219);
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s ease;
  text-align: center;
}
	
.accordion__table {
	border: 1px solid black;
	padding: 0;
}		
.accordion__table tr {
	height: 100%;
}
.accordion__table td {
	border: 1px solid black;
}	
.accordion a img, .like_accordion img {
  display: block;
  margin: 5px auto;
  transition: 0.3s ease;
}

.accordion__pdf {
	vertical-align: top;
}	

.accordion a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.accordion a:hover span, .accordion a:hover img {
  opacity: 0.7;
}

.like_accordion:hover {
	text-decoration: none;
}

.like_accordion:hover span {
	color: #e74c3c;
}

.accordion a span, .like_accordion span {
  font-size: 16px;
  font-family: "ProximaNovaReg";
  color: rgb(52, 152, 219);
  line-height: 1.2;
  transition: 0.3s ease;
}

.accordion tr:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.accordion tr:first-child {
  margin-top: 0;
  padding-top: 0;
}

.accordion tr td:first-child {
  width: 100%;
}
/* Аккордеон - конец */

/* Пагинация - начало */
.pages_number {
  font-family: "ProximaNovaReg";
  padding: 3px;
  text-decoration: none;
  color: #FFF;
  border: 1px solid #3498db;
  margin-right: 10px;
  width: 36px;
  font-size: 20px;
  text-align: center;
  background-color: #3498db;
  opacity: 0.6;
  transition: 0.3s ease;
}

.pages_number:hover,
.pages_number:focus {
  text-decoration: none;
  color: #FFF;
  opacity: 1;
  background-color: #3498db !important;
}

.pages_number_hover {
  background-color: #3498db !important;
  opacity: 1;
}
/* Пагинация - конец */

/* Поиск - начало */
.link {
  font-size: 18px;
  font-family: "ProximaNovaReg";
  text-decoration: none;
  color: #3498db;
  transition: 0.3s ease;
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
  margin-bottom: 5px;
  display: inline-block;
}

.link:hover, .link:focus {
  color: #e74c3c;
  border-bottom: 1px solid #e74c3c;
  text-decoration: none;
}
/* Поиск - конец */

.employee_item_pochet {
  height: 310px;
}

/* Архив - начало */
.arhiv {
  margin-bottom: 64px;
}

.year_item {
  display: inline-block;
}

.year_item a {
  font-size: 20px;
  font-family: "ProximaNovaReg";
  color: #3498db;
  line-height: 1.2;
  margin-right: 30px;
  text-decoration: none;
  transition: 0.3s ease;
}

.year_item.active > a {
  color: #e74c3c;
}

.year_item.active > a {
  font-family: "ProximaNovaBold";
}

.year_item a:hover {
  color: #e74c3c;
}

.year_item .month_item.active a {
  font-family: "ProximaNovaBold";
  color: #e74c3c;
}

.year_item .month_item a {
  font-size: 16px;
  transition: 0.3s ease;
}

.months {
  display: none;
  position: absolute;
  bottom: -45px;
  left: 15px;
}

.months .month_item {
  display: inline-block;
}
/* Архив - конец */

/* Визуализация таблицы - начало */
.table_site {
  width: 100%;
}

.table_site th {
  color: #fff;
  font-size: 14px;
  font-family: "ProximaNovaLight";
  background-color: #3498db;
  padding: 15px 20px;
}

.table_site th:nth-child(2) {
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
}

.table_site th:nth-child(3) {
  border-right: 4px solid #fff;
}

.table_site .head_tr td,
.table_site .all_tr td {
  font-size: 16px;
  font-family: "ProximaNovaBold";
  color: rgb(44, 62, 80);
  text-transform: uppercase;
  line-height: 1.2;
  padding: 30px 0 20px 0;
}

.table_site .all_tr td {
  color: #e74c3c;
}

.table_site .head_tr td:nth-child(2),
.table_site .all_tr td:nth-child(2) {
  padding-left: 20px;
}

.table_site td {
  font-size: 14px;
  font-family: "ProximaNovaLight";
  color: rgb(44, 62, 80);
  line-height: 1.2;
  padding: 30px 20px;
}

.table_site tr.even {
  background: #e1e9eb; /* Цвет фона четных строк */
}

.table_site tr.odd {
  background: #ecf0f1; /* Цвет фона четных строк */
}

.table_site td:nth-child(2) {
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
}

.table_site td:nth-child(3) {
  border-right: 4px solid #fff;
}

.accordion .table_site tr {
  display: table-row;
}

.accordion .table_site th:nth-child(4),
.accordion .table_site td:nth-child(4) {
  border-right: 4px solid #fff;
}

.accordion .table_site tr td:first-child {
  width: auto;  
}

.accordion .table_site td:nth-child(1),
.accordion .table_site td:nth-child(3) {
  text-align: center;
}


.grafic_content .table_site th:nth-child(4),
.grafic_content .table_site th:nth-child(5),
.grafic_content .table_site td:nth-child(4),
.grafic_content .table_site td:nth-child(5) {
  border-right: 4px solid #fff;
}

.grafic_content .table_site th,
.grafic_content .table_site td {
  padding: 10px;
}
/* Визуализация таблицы - конец */

.xs-menu {
  margin-top: 30px;
}

.table_vakans tr {
  background-color: #E2E2E2;
  border-bottom: 1px solid #CDCDCD;
}

.accordion .table_vakans th:nth-child(2),
.accordion .table_vakans td:nth-child(2),
.accordion .table_vakans th:nth-child(3),
.accordion .table_vakans td:nth-child(3),
.accordion .table_vakans th:nth-child(4),
.accordion .table_vakans td:nth-child(4)  {
  border-left: 4px solid #ecf0f1 !important;
  border-right: 4px solid #ecf0f1 !important;
}

.menu {
  padding-right: 0;
}

header nav {
  margin-top: 46px;
}

#link {
  position: relative;
  width: 167px;

}

#link span {
  position: absolute;
  top: -20px;
  left: 36px;
  display: none;
}

/* Правки 08_10_2016 - начало */
.give_padding td {
  padding: 15px 20px;
}

.year_item a {
  margin-right: 20px;
}

.pages_number {
  margin-bottom: 10px;
}

.accordion a {
  transition: all 0s ease 0s;
}

.accordion a:hover {
  opacity: 1;
  text-decoration: none;
  color: #e74c3c;
}

.accordion a:hover span, 
.accordion a:hover img {
  opacity: 1;
  color: #e74c3c;
}

.ui-accordion-header.ui-state-active, .ui-accordion-header:hover {
  background-color: #d9e7ea;
}

.table_vakans tr {
  background-color: #d9e7ea;
}

.color_a a:hover {
  color: #e74c3c;
}

header nav a {
  padding: 5px 21px 20px;
}

.item_main.item_main_soc .img_wrapper img.active_img {
  opacity: 1;
}

.item_main.item_main_soc .img_wrapper img.hidden_img {
  opacity: 0;
}

.item_main.item_main_soc {
  cursor: default;
  height: auto;
  padding-bottom: 25px;
}

.item_main.item_main_soc .img_wrapper:hover img.active_img {
  opacity: 0;
}

.item_main.item_main_soc .img_wrapper:hover img.hidden_img {
  opacity: 1;
}

.item_gimn:hover .img_wrapper img.active_img {
  opacity: 0;
}

.item_gimn:hover .img_wrapper img.hidden_img {
  opacity: 1;
}

.error {
  margin-top: 150px;
  margin-bottom: 170px;
}

.error .error_head {
  font-size: 72px;
  font-family: "ProximaNovaLight";
  color: rgb(44, 62, 80);
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 70px;
}

.error p {
  font-size: 16px;
  font-family: "ProximaNovaBold";
  color: rgb(44, 62, 80);
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 5px;
}

.error a:hover {
  text-decoration: underline;
  color: #e74c3c;
}

.error .search-query {
  border: 3px solid #3498db;
  transition: 0.3s ease;
}

.error form {
  display: inline-block;
}

.error .search-btn {
  top: 10px;
}

.error .search-query:active, 
.error .search-query:focus {
  border: 3px solid #e74c3c;
} 
/* Правки 08_10_2016 - конец */

/* Правки 13_10_2016 - начало */
.contact_press {
  padding: 10px 20px;
  background-color: #ecf0f1;
  text-align: center;
  margin-bottom: 5px;
}

.contact_press_item {
  margin-bottom: 15px;
}

.contact_press_item a,
.contact_press_item span {
  font-family: "ProximaNovaBold";
}

.contact_press_item a:hover {
  color: #e74c3c;
}

.arhiv_menu {
  display:block;
}

.arhiv_menu .list-group-item {
	background: transparent;
	border-left: 0;
	border-right: 0;
}

.arhiv_item_year {
  border: 1px solid #E3E3E3;
  padding: 10px;
}

.year_item_menu a, .month_item_menu a {
  font-family: font-family: "ProximaNovaReg";;
  font-size: 18px;
  text-decoration: none;
  transition: 0.3s ease;
}

.month_item_menu a {
  font-size: 18px;
}


.year_item_menu a:hover, 
.month_item_menu a:hover {
  text-decoration: none;
  color: #e74c3c;
}

.year_item_menu.active a, 
.month_item_menu.active a {
  font-family: "ProximaNovaBold";
  color: #e74c3c;
}

.contact_press_item:last-child {
  margin-bottom: 0px;
}

.header_logo img {
  margin-bottom: 5px;
}
/* Правки 13_10_2016 - конец */

/* Правки 27_06_2017 - начало */
.input_site {
	width: 100%;
	display: block;
	padding: 10px;
	border: 1px solid #2c3e50;
	margin-bottom: 30px;
}
.textarea_site {
	width: 100%;
	display: block;
	padding: 10px;
	border: 1px solid #2c3e50;
	height: 150px;
	resize: none;
}
.btn_site {
	display: block;
	width: 200px;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	border: none;
	background-color: #3498db;
	margin: 30px auto;
	text-transform: uppercase;
	font-family: "ProximaNovaReg";
	transition: 0.3s ease;
}
.btn_site:hover {
	background-color: #0a639e;
}
/* Правки 27_06_2017 - конец */

.item_soc:first-child {
	margin-right: 100px;
}

.item_main_small_padding {
	height: auto;
	min-height: 90px;
	padding-top: 20px;
}

strong {
	font-weight: normal;
	font-family: "ProximaNovaBold";
}

.accordion li {
	font-family: "ProximaNovaLight";
}

.accordion h2, .accordion h3, .accordion h4, .accordion h5 {
	font-family: "ProximaNovaBold";
}

.with_child:hover {
	text-decoration: none;
}

/* Карта - начало */
.box-balun {
	width: 340px;
	border: 1px solid #2C3E50;
	position: absolute;
	z-index: 100;
	background: white;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header-balun {
	width: 100%;
	background: #2C3E50;
	color: white;
	padding: 10px 15px;
}

.header-balun .small {
	font-size: 12px;
}

.body-balun .head_map {
	text-transform: uppercase;
	color: #2C3E50;
	font-family: "ProximaNovaBold";
	margin-bottom: 5px;
}

.body-balun {
	color: #2C3E50;
	width: 100%;
	font-size: 14px;
	padding: 15px 15px 0 15px;
}

.body-balun p {
	font-size: 14px;
}

.box-hint{
	color: #2C3E50;
	position: absolute;
	z-index: 100;
	display: none;
}

.hint_box{
	color: #2C3E50;
	height: 38px;
}

.burger-menu-close-balun {
	position: fixed;
	width: 30px;
	height: 30px;
	cursor: pointer;
	border-radius: 5px;
	padding: 5px;
	padding-bottom: 15px;
	top: 0px;
	right: 0px;
	z-index: 1000;
	margin-top: 8px;
}

.burger-menu-close-balun span {
	display: block;
	height: 2px;
	width: 100%;
	background: white;
}

.burger-menu-close-balun .span-1 {
	margin-bottom: 14px;
	margin-top: 10px;
	transform: rotate(45deg);
}

.burger-menu-close-balun .span-2 {
	margin-top: -16px;
	transform: rotate(-45deg);
}

.accordion.no_padding .ui-accordion-content {
	padding: 0;
}
/* Карта - конец */

/* Форма входа - начало */
/* Всплывающая форма - начало */
.bg_page_site {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0, 0.90);
  z-index: 100;
}

.modal_form {
  display: none;
  background-color: #fff;
  z-index: 1200;
  position: fixed;
  padding: 20px;
  top: 50%;
  left: 0px;
  right: 0px;
  width: 28%;
  margin: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s ease; 

}
.modal_form_enter {
  padding: 33px 70px;
}
.modal_form_registration {
 display: none;
 background-color: #fff;
 z-index: 1200;
 position: fixed;
 padding: 20px;
 top: 50%;
 left: 0px;
 right: 0px;
 width: 28%;
 margin: auto;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
}
.modal_form .head {
  font-family: "ProximaNovaBold";
  color: rgb(44, 62, 80);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;

}
.btn_reg {
  margin-top: 20px;
}
.close_modal {
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 25px;
  overflow: hidden;
  z-index: 100;
  top: 27px;
  right: 16px;
  cursor: pointer;
  transition: 0.3s ease;
}
.close_modal:hover::before,
.close_modal:hover::after {
  background: #e74c3c;
}
.close_modal::before,
.close_modal::after {
  content: '';
  position: absolute;
  height: 3px;
  width: 69%;
  top: 50%;
  left: 0;
  margin-top: -2px;
  background: #3498db;
  transition: 0.3s ease;
}
.close_modal::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close_modal::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal_input {
  background-color: rgb(225, 233, 235);
  border: none;
  font-family: "ProximaNovaLight";
  font-size: 14px;
  width: 100%;
  padding: 15px;
  margin-bottom: 20px; 
}
.modal_input ::-webkit-input-placeholder {font-family: "ProximaNovaLight";
font-size: 14px;}
.modal_input ::-moz-placeholder          {font-family: "ProximaNovaLight";
font-size: 14px;}
.modal_input :-moz-placeholder           {font-family: "ProximaNovaLight";
font-size: 14px;}
.modal_input :-ms-input-placeholder      {font-family: "ProximaNovaLight";
font-size: 14px;}
#edit_profile label {
 display: block;
}
.info_row {
  font-family: "ProximaNovaLight";
  font-size: 14px;
  color: #2c3e51;
  text-align: center;
  margin-bottom: 20px;
}
.info_row span {
  font-family: "ProximaNovaReg";
  font-size: 14px;
  color: #3498db;
  text-transform: uppercase;  
  text-decoration: underline;
  transition: 0.3s ease;
  cursor: pointer;
}
.info_row span:hover {
  color: #e74c3c;
}
.modal_form .modal_input {
  margin-top: 20px;
  margin-bottom: 0;
}
.modal_form_registration .info_row {
  margin: 15px 0 0;
}
.modal_form_registration .modal_input {
  margin-top: 15px; 
}
.btn_send, .btn_reg {
  width: 100%;
  text-align: center;
  background-color: #3498db;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 0;
  font-family: "ProximaNovaReg";
  transition: 0.3s ease;
  cursor: pointer;
  border:none;
}
.btn_enter:hover {
  text-decoration: none;
}
.btn_send:hover {
  background-color: #e74c3c;
}
.IP, .ur, .fiz {
  display: none;
}
.modal_form_registration .active {
  display: block;
}
#edit_profile .active {
  display: block;
}
/* Всплывающая форма - конец

/* Форма входа - конец */

/* Скрываем реальный чекбокс */
.checkbox {
  display: none;
}

/* Задаем внешний вид для нашего кастомного чекбокса. Все обязательные свойства прокомментированы, остальные же свойства меняйте по вашему усмотрению */
.checkbox-custom {
  position: relative;      /* Обязательно задаем, чтобы мы могли абсолютным образом позиционировать псевдоэлемент внютри нашего кастомного чекбокса */
  width: 15px;             /* Обязательно задаем ширину */
  height: 15px;            /* Обязательно задаем высоту */
  border: 2px solid transparent;
  background-color: rgb(225, 233, 235);

}

/* Кастомный чекбокс и лейбл центрируем по вертикали. Если вам это не требуется, то вы можете убрать свойство vertical-align: middle из данного правила, но свойство display: inline-block обязательно должно быть */
.checkbox-custom,
.label {
  display: inline-block;
  vertical-align: top;
}
.checkbox+.checkbox-custom::before {
  transition: .3s ease;
  transform: scale(0);
  display: block;
  content: "\2714";
  position: absolute;
  font-size: 15px;
  top: 0;
  color: #000;
  right: 0;
  bottom: 0px;
  left: 0px;
  margin: auto;
  height: 19px;
}
/* Если реальный чекбокс у нас отмечен, то тогда добавляем данный признак и к нашему кастомному чекбоксу  */
.checkbox:checked + .checkbox-custom::before {
  content: "\2714";
  position: absolute;
  font-size: 15px;
  top: 0;
  color: #3498db;
  right: 0;
  bottom: 0px;
  left: 0px;
  margin: auto;
  height: 19px;
  transition: .3s ease;
  transform: scale(1);
}
.modal_form .remember_me .label {
  width: auto;
}
.remember_me .label {
  color: #2c3e51 !important;
  white-space: normal;
  text-align: left;
  font-family: "ProximaNovaLight";
  font-size: 14px;
  font-weight: normal;
  padding: 0;
  margin-left: 10px;
  width: 92.5%;
}
.remember_me label {
  font-weight: normal;
  padding: 0;
}
.remember_me {
  margin: 20px 0;
}
/* Стилизация select - начало */
.fmask {
  position:relative;
  margin: 30px 0 20px;
}

.fmask:after {
  clear:both;
  display:block;
  content:" ";
}

.fmask.select {
  transition:190ms;
  color: #204ed4;
  font-size: 16px;
  cursor: pointer;
  text-align: left;
  

}

.fmask.select .h {
  transition:190ms;
  background: #2c3e50;
  padding-right: 20px;
  color:#fff;
  font-size: 15px;
  padding-top: 8px;
  padding-bottom: 6px;
  padding-left: 10px;
}

.fmask.select .b {
  display:none;
  position:absolute;
  width: 100%;
  z-index:10;
  background:#fff;
  overflow: hidden;
}

.fmask li:before {
  display: none;
}

.fmask.select .s {
  overflow:auto;
  height:100px;
}

.fmask.select li {
  padding:5px;
  cursor:default;
  line-height:16px;
  cursor: pointer;
  background-color: #fff;
  transition: 0.3s ease;
  font-family: "ProximaNovaReg";
  font-size: 14px;
  letter-spacing: 0.7px;
  color: #2c3e50;
  width: 100%;
  border: 1px solid #2c3e50;
}
.fmask.select li:last-child {
  border-bottom: 1px solid #2c3e50;
}
.fmask.select[data-width='likit'] {
  width:100%;
}

.fmask.select[data-scroll='false'] .s {
  overflow:visible;
  height:auto;
}

.fmask.select li[data-selected='on'] {
  color: #e74c3c;
}

.fmask.select[data-scroll='medium'] .s { max-height:370px }

div.slimScrollDiv {
  height: auto !important;
}

.fmask.select[data-scroll='medium'] .s {
  height: auto !important;
}

.fmask.select li:hover {
  background: rgba(52, 152, 219, 0.4);
  color:#2c3e50;
}

.fmask.select .h i.ss-dropdown {
  transition:190ms;
  color:#fff;
  position:absolute;
  right: 15px;
  top: 4px;
  font-size:24px;
}

.fmask.select .h:hover i.ss-dropdown {
  color: #e74c3c;
}

.fmask.select .h:hover label {

}

.fmask.select.on .h i.ss-dropdown {
  transform:rotate(180deg);
  top:8px;
  color:#fff;
}

.fmask.select ol, .fmask.select li {
  margin: 0 !important;
  padding: 0 !important;
}

.fmask.select li {
  padding: 10px 8px !important;
  font-size: 16px;
  border-bottom: none;
}

.fmask label {
  cursor: pointer;
  transition: 0.3s ease;
  font-weight: normal;
  font-family: "ProximaNovaReg";
  font-size: 18px!important;
  letter-spacing: 0.7px;
  color: #fff;
  width: 100% !important;
}

html:hover [class^="ss-"]{-ms-zoom: 1;}
i.ss-standard,.ss-icon, .ss-icon.ss-standard,
[class^="ss-"]:before, [class*=" ss-"]:before,
[class^="ss-"].ss-standard:before, [class*=" ss-"].ss-standard:before,
[class^="ss-"].right:after, [class*=" ss-"].right:after,
[class^="ss-"].ss-standard.right:after, [class*=" ss-"].ss-standard.right:after {
  font-family: "SSStandard";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
[class^="ss-"].right:before,
[class*=" ss-"].right:before{display:none;content:'';}
.ss-dropdown:before, .ss-dropdown.right:after {
 display: inline-block;  
 bottom: 8px;
 border-right: 3px solid #fff;
 border-bottom: 3px solid #fff;
 background: transparent;
 border-left: none;
 border-top: none;
 margin: auto;
 right: 0;
 left: 0;
 content: "" !important;
 width: 20px;
 height: 20px;
 -webkit-transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 -o-transform: rotate(45deg);
 transform: rotate(45deg);
 transition: 0.3s ease;
 color: transparent;
}
.doc_block .fmask.select .h {
  transition: 190ms;
  background: #e1e9eb;
  border: 1px solid #3598db;
  padding-right: 20px;
  color: #000;
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 6px;
  padding-left: 10px;
}
.doc_block  .fmask label {
  color: #000;
  font-size: 14px !important;
}
.doc_block .ss-dropdown:before, .doc_block .ss-dropdown.right:after {
  border-right: 3px solid #3598db;
  border-bottom: 3px solid #3598db;
}
.doc_block .fmask.select .h i.ss-dropdown {
  transition: 190ms;
  color: #fff;
  position: absolute;
  right: 15px;
  top: 3px;
  font-size: 24px;
}
.doc_block .fmask.select li {
  border: 1px solid #3598db;
}
.doc_block .fmask.select li:first-child {
  border-top: none;
  border-bottom: none;
}
.doc_block .fmask.select.on .h i.ss-dropdown {
  transform: rotate(180deg);
  top: 8px;
  color: #fff;
}

.light_select .fmask.select .h {
  transition: 190ms;
  background: #e1e9eb;
  border: 1px solid #3598db;
  padding-right: 20px;
  color: #000;
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 6px;
  padding-left: 10px;
}
.light_select  .fmask label {
  color: #000;
  font-size: 14px !important;
}
.light_select .ss-dropdown:before, .light_select .ss-dropdown.right:after {
  border-right: 3px solid #3598db;
  border-bottom: 3px solid #3598db;
}
.light_select .fmask.select .h i.ss-dropdown {
  transition: 190ms;
  color: #fff;
  position: absolute;
  right: 15px;
  top: 3px;
  font-size: 24px;
}
.light_select .fmask.select li {
  border: 1px solid #3598db;
}
.light_select .fmask.select li:first-child {
  border-top: none;
  border-bottom: none;
}
.light_select .fmask.select.on .h i.ss-dropdown {
  transform: rotate(180deg);
  top: 8px;
  color: #fff;
}
/* Стилизация select - конец */

/* Стили для личного кабинета - начало */
.with_redact {
  position: relative;
}
.with_redact a {
  position: absolute;
  top: 0;
  right: 0;
  color: #3498db;
  font-family: "ProximaNovaReg";
  font-size: 18px;
  transition: 0.3s ease;
}
.with_redact a:hover {
  text-decoration: none;
}
.type_user {
  font-family: "ProximaNovaReg";
  font-size: 18px;
  color: #fff;
  background-color: #2c3e50;
  padding: 15px;
  width: 60%;
  line-height: 1.2;
  letter-spacing: 2px;
  margin:40px 0 20px 0;
}
.user_infa_table {
  width: 100%;
}
.user_infa_table td {
  padding: 15px 15px 0;
  font-size: 14px;
}
.user_infa_table td:first-child {
  font-family: "ProximaNovaLight";
  width: 30%;
}
.user_infa_table td:last-child {
  font-family: "ProximaNovaSemibold";
}
.cancel_edit_profile {
  color: #3498db;
  text-transform: uppercase;
  padding: 15px 0;
  font-family: "ProximaNovaReg";
  transition: 0.3s ease;
  cursor: pointer;
  background: transparent;
  margin-right: 74px;
}
.cancel_edit_profile:hover {
  color: #fff;
  background-color: #e74c3c;
}
.btn_input {
  display: inline-block;
  width: 35%;
  border: 1px solid #3498db;
}
.btn_input:hover {
  border: 1px solid #e74c3c;
}
#edit_profile .modal_input {
  width: 100%;
}
#edit_profile .fmask.select {
  width: 100%;
  margin: 0 0 30px 0;

}
.show_forma_enter {
  font-family: "ProximaNovaBold";
  text-decoration: underline;
  cursor: pointer;
}
.documents_table {
  width: 100%;
}
.documents_table th, .documents_table td {
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}
.documents_table thead th {
  background-color: transparent;
  border-bottom: none;
  font-family: "ProximaNovaLight";
  font-size: 12px;
  font-weight: normal;
  white-space: nowrap;
}
.documents_table td {
  background-color: #ecf0f1;
  border: 4px solid #fff;
  font-family: "ProximaNovaLight";
  font-size: 14px;
}
.documents_table .status {
  font-family: "ProximaNovaBold";
  color: #3498db;
}
.tab_head {
  display: inline-block;
  width: 50%;
  text-align: center;
  background: #3498db;
  color: #fff;
  padding: 15px 10px;
  font-size: 18px;
  font-family: "ProximaNovaReg";
  transition: 0.3s ease;
  cursor: pointer;
  margin-bottom: 30px;
  letter-spacing: 2px;
}
.tab_head:hover {
  background: #2c3e50;
}
.tab_head.active {
  background: #2c3e50;
}
.tab_content.active {
  display: block;
  transition: 0.3s ease;
}
.tab_content {
  display: none;
}
.tabs {
  font-size: 0px;
}
.profile_input {
  background: #e1e9eb;
  width: 100%;
  padding:15px 10px;
  border: none;
  margin-top: 15px;
}
.profile_btn {
  border: none;
  background: #3498db;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "ProximaNovaReg";
  padding: 15px 10px;
  width: 40%;
  float: right;
  margin-top: 20px;
  transition: 0.3s ease;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}
.profile_btn:hover {
  background-color: #e74c3c;
}
.show_form {
  float: none;
}
.zayavka_form {
  display: none;
  font-size: 14px;
}
.zayavka_form.active {
  display: block;
}
.exit_btn {
  margin-top: 30px;
}
.get_document {
  background: #e1e9eb;
  color: #3498db;
  padding: 15px;
  float: right;
  border: none;
}
.main_input_file {
  display: none !important;
}

.upload_form div {
  background: #e1e9eb;
  color: #3498db;
  padding: 15px;
  float: right;
  border: none;
  transition: 0.3s ease;

}
.upload_form {
  float: right;
}
.upload_form div:hover {
  background: #2980b9;
  color: #fff;
  cursor: pointer;
}


.upload_form_cabinet2 .download_button {
  background: #fff;
  color: #3498db;
  border: 1px solid #3498db;
  padding: 15px 30px;
  float: right;
  text-transform: uppercase;
  
  transition: 0.3s ease;

}
.upload_form_cabinet2 {
  float: right;
  width: 100%;
}
.upload_form_cabinet2 .download_button:hover {
  background: #2980b9;
  color: #fff;
  cursor: pointer;
}
#f_name2_2, #f_name2_3, #f_name2_4, #f_name2_5{
  background: transparent;
  border: 0;
  display: inline-block;
  vertical-align: top;
  padding: 0 8px;
  white-space: pre;
  font-family: "ProximaNovaReg";
  font-size: 18px;
  color: #3498db;
  margin-right: 70px;
  max-width: 372px;
  overflow: hidden;
}
#f_name2_1 {
  white-space: pre;
  font-family: "ProximaNovaReg";
  font-size: 18px;
  color: #3498db;
  max-width: 400px;
}
.upload_form_cabinet2 .button_close {
  position: absolute;
  display: none;
  width: 25px;
  height: 25px;
  overflow: hidden;
  z-index: 100;
  right: -133px;
  top: 0;
  cursor: pointer;
  transition: 0.3s ease;
}
.down_btn {
  float: right;
}
#f_name {
  background: transparent;
  border: 0;
  display: inline-block;
  vertical-align: top;
  padding: 0 8px;
  white-space: pre;
  font-family: "ProximaNovaReg";
  font-size: 18px;
  color: #3498db;
  margin-right: 70px;
  max-width: 372px;
  overflow: hidden;
}
#f_name2 {
  background: transparent;
  border: 0;
  display: inline-block;
  vertical-align: top;
  padding: 0 8px;
  white-space: pre;
  font-family: "ProximaNovaReg";
  font-size: 18px;
  color: #3498db;
  margin-right: 70px;
  max-width: 372px;
  overflow: hidden;
}
.parent {
  position: relative;
  display: inline-block;
}
.button_close {
  position: absolute;
  display: none;
  width: 25px;
  height: 25px;
  overflow: hidden;
  z-index: 100;
  right: 25px;
  cursor: pointer;
  transition: 0.3s ease;
}
.button_close.active {
  display: inline-block;
}
.text_doc {
  display: none;
}
.text_doc.active {
  display: inline-block;
}
.button_close:hover::before,
.button_close:hover::after {
  background: #e74c3c;
}
.button_close::before,
.button_close::after {
  content: '';
  position: absolute;
  height: 3px;
  width: 69%;
  top: 50%;
  left: 0;
  margin-top: -2px;
  background: #3498db;
  transition: 0.3s ease;
}
.button_close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.button_close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.documents {
  margin: 30px 0;
  font-size: 14px;
  font-family: "ProximaNovaLight";
  padding-left: 40px;
}
.documents_list {
  display: none;
}
.documents_list td {
  text-align: left;
  padding: 15px 80px;
  line-height: 30px;
}
.show_docs {
  cursor: pointer;
  transition: 0.3s ease;
  position: relative;
}
.show_docs:hover .arrow_bottom{
  border-right: 3px solid #e74c3c;
  border-bottom: 3px solid #e74c3c;
}
.arrow_top:hover {
  border-left: 3px solid #e74c3c;
  border-top: 3px solid #e74c3c;
  cursor: pointer;
}
.arrow_bottom {
  display: inline-block;
  
  bottom: 8px;
  border-right: 3px solid #3498db;
  border-bottom: 3px solid #3498db;
  background: transparent;
  border-left: none;
  border-top: none;
  margin: auto;
  right: 0;
  left: 0;
  content: "" !important;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s ease;
  color: transparent;
}
.arrow_top {
  display: inline-block;
  position: absolute;
  bottom: 15px;
  border-left: 3px solid #3498db;
  border-top: 3px solid #3498db;
  background: transparent;
  border-right: none;
  border-bottom: none;
  margin: auto;
  right: 15px;
  content: "" !important;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s ease;
  color: transparent;
}
.documents_list td {
  position: relative;
}
.item_main svg  path {
  transition: fill .3s ease;
}
.item_main:hover svg path ,.item_main:hover .cls-1 {
  fill: #e74c3c;
  color: #e74c3c;
  background: #e74c3c;
}
.item_main.active svg path ,.item_main.active .cls-1 {
  fill: #fff;
  color: #fff;
  background: #fff;
}
.new_password_form {
  width: 50%;
  margin: 40px auto;
}
.new_password_form .modal_input{
  margin-bottom: 30px;
}
.forget_pass {
  display: block;
  text-align: center;
  margin: 20px auto;
  text-transform: uppercase;
  text-decoration: underline;
  font-family: "ProximaNovaReg";
  font-size: 14px;
  color: #3498db;
}
.who_pass_form {
  width: 50%;
  margin: 20px auto;
}
.tab_head br {
  display: none;
}
#reg_prisoedinenie .ur label {
  margin-top: 20px;
}
/* Стили для личного кабинета - конец */

/* Стили для личного кабинета2 - начало */
.place_of_living {
  display: none;
  transition: 0.3s ease;
}
.place_of_living.active {
  display: block;
}
.left_label {
  display: table-cell !important;
  vertical-align: middle;
  width: 50% !important;
}
.doc_block {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.doc_block .fmask.select {
  width: 50% !important;
  display: table-cell !important;
}
.hidden_infa {
  display: none;
}
.hidden_infa.active {
  display: block;
}
.edit_profile label {
  font-size: 14px;
}
.edit_profile .potitle {
  font-size: 16px;
}
.person_document {
  display: none;
}
.person_document.active {
  display: block;
}
.cab2 {
  width: 60%;
}
.tab_head_2 {
  display: table-cell;
  width: 1%;
  text-align: center;
  background: #e1e9eb;
  color: #000;
  padding: 15px 9px;
  font-size: 14px;
  font-family: "ProximaNovaReg";
  transition: 0.3s ease;
  cursor: pointer;
  margin-bottom: 30px;
  letter-spacing: 2px;
  white-space: nowrap;
}

.tab_head_2.active {
  background: #3498db;
  color: #fff;
}
.tab_content_2.active {
  display: block;
  transition: 0.3s ease;
}
.tab_content_2 {
  display: none;
}
.tabs_cabinet2 {
  font-size: 0px;
}
.tabs_cabinet2 input, .tabs_cabinet2 label  {
  font-size: 14px;
}
.next_btn {
  border: 1px solid #3498db;
  color: #3498db;
  width: 270px;
  padding: 18px 0;
  text-transform: uppercase;
  font-family: "ProximaNovaReg";
  text-align: center;
  font-size: 18px;
  transition: 0.3s ease;
  cursor: pointer;
}
.next_btn:hover {
  background-color: #3498db;
  color: #fff;
}
.reliability_item {
  width: 50px;
  height: 50px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background: #e1e9eb;
  font-size: 18px;
  border: 1px solid transparent;
  transition: 0.3s ease;
  cursor: pointer;
}
.reliability_label {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  padding-right: 25px;
}
.radio_cabinet {
  margin: 40px 0;
  display: table;
  border-collapse: separate;
  border-spacing: 10px 0;
}
.reliability_item:hover {
  color: #fff;
  background: #3498db;
}
.reliability_item.active {
  color: #fff;
  background: #3498db;
}
.input_item label, .input_item input {
  display: inline-block;
}
.input_item input {
  width: 25%;
}
.input_item label {
  width: 75% !important;
}
.input_item_2 label, .input_item_2 input {
  display: inline-block;
}
.input_item_2 input {
  width: 14%;
}
.input_item_2 input:last-child {
  float: right;
}
.input_item_2 label {
  width: 70% !important;
}
.input_item_select .light_select {
  display: inline-block;
  width:70%;
}
.input_item_select label {
  width: 30%;
  display: inline-block;
}
.input_item_inverse label, .input_item_inverse input {
  display: inline-block;
}
.input_item_inverse input {
  width: 75%;
}
.input_item_inverse label {
  width: 25% !important;
}
.points input {
  display: inline-block;
  width: 45%;
}
.points input:last-child {
  float: right;
}
.add_phase_btn {
 border: 1px solid #3498db;
 color: #3498db;
 width: 270px;
 padding: 18px 0;
 text-transform: uppercase;
 font-family: "ProximaNovaReg";
 text-align: center;
 font-size: 18px;
 transition: 0.3s ease;
 cursor: pointer;
 margin-bottom: 30px;
}
.add_phase_btn:hover {
  background-color: #3498db;
  color: #fff;
}
.tab_head_capacity, .tab_head_variants {
  display: table-cell;
  width: 1%;
  text-align: center;
  background: #e1e9eb;
  color: #000;
  padding: 15px 10px;
  font-size: 14px;
  font-family: "ProximaNovaReg";
  transition: 0.3s ease;
  cursor: pointer;
  margin-bottom: 30px;
  letter-spacing: 2px;
  white-space: nowrap;
}

.tab_head_capacity.active, .tab_head_variants.active {
  background: #3498db;
  color: #fff;
}
.tab_content_capacity.active, .tab_content_variants.active {
  display: block;
  transition: 0.3s ease;
  padding-top: 30px;
}
.tab_content_capacity, .tab_content_variants {
  display: none;
}
.tabs_cabinet_capacity {
  margin: 30px 0;
}
.tabs_cabinet_capacity, .tab_content_variants {
  font-size: 0px;
}
.tabs_cabinet_capacity input, .tabs_cabinet_capacity label, .tab_content_variants label, .tab_content_variants ul  {
  list-style: none;
  font-size: 14px;
  padding-left: 0;
}
.tabs_cabinet_capacity input {
  font-size: 14px;
  padding-left: 15px;
}
.tabs_cabinet_variants {
  margin: 30px 0;
}
.points {
  margin-top: 20px;
}
.label_strong {
  font-family: "ProximaNovaBold";
  font-size: 16px;
}

.switch {
  position: relative;
  width: 200px;
  height: 50px;
  text-align: center;
  background: #e1e9eb;
  transition: all 0.2s ease;
}
input[type=radio] {
  display: none;
}
.switch label {
  cursor: pointer;
  color: rgba(0,0,0,0.2);
  width:100px;
  line-height: 50px;
  transition: all 0.2s ease;
}
label[for=yes] {
  position: absolute;
  left: 0px;
  border-right: 10px solid #fff;
}
label[for=no] {
  position: absolute;
  right: 0px;
  border-left: 10px solid #fff;
}
label[for=yes1] {
  position: absolute;
  left: 0px;
  border-right: 10px solid #fff;
}
label[for=no2] {
  position: absolute;
  right: 0px;
  border-left: 10px solid #fff;
}
#no:checked ~ .switch {

}
#no:checked ~ .switch span {
  background: #fff;
  margin-left: -8px;
}
#no:checked ~ .switch span:after {
  background: #fff;
  height: 20px;
  margin-top: -8px;
  margin-left: 8px;
}
#yes:checked ~ .switch label[for=yes],#yes1:checked ~ .switch label[for=yes1] {
  background: #3498db;
  color: #fff;
}
#no:checked ~ .switch label[for=no], #no2:checked ~ .switch label[for=no2] {
  background: #3498db;
  color: #fff;
}
.radio_box {
  position: relative;
  margin-top: 30px;
  float: right;
}
.label_for_radio {
  margin-top: 45px;
  width: 57%;
}
.hidden_text_for_predstavitel, .hidden_text_for_prisoedinenie {
  display: none;
  font-size: 14px;
  color: #2c3e50;
  font-family: "ProximaNovaLight";
  margin-top: 30px;
}
.radio_block {
  display: inline-block;
  width: 100%;
}
.download_item {
  display: table;
  width: 100%;
  margin-top: 30px;
}
.btn_last_zayavka {
  display: inline-block;
  width: 49%;
  padding: 20px 0;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  transition: 0.3s ease;
  cursor: pointer;
}
.btn_show_zayavka {
  color: #3498db;
  border: 1px solid #3498db;
}
.btn_send_zayavka {
  color: #fff;
  border: 1px solid #3498db;
  background: #3498db;
  float: right;
}
.buttons_last {
  font-size: 18px;
  margin-top: 30px;
}
.btn_show_zayavka:hover {
  color: #fff;
  border: 1px solid #e74c3c;
  background: #e74c3c;
}
.btn_send_zayavka:hover {
  color: #fff;
  border: 1px solid #e74c3c;
  background: #e74c3c;
}
.requared {
  border: 1px solid red;
}
.requared .light_select .fmask.select .h {
  border: 1px solid transparent !important;
}
.input_group_address {
  font-size: 14px;
}
/* Стили для личного кабинета2 - конец */
.accordion h3 {
 
}
.accordion h3 .id_block {
  position: absolute;
  top: 0;
  left: 0;
  color: red;
  font-size: 14px;
  font-weight: bold;
}

.red-text{
    color: red;
    font-style: oblique;
}

.accordion--1td-auto tr td:first-child {
    width: auto;
}

.contains-table-bordered table {
    border: 1px solid #ddd;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.contains-table-bordered table > thead > tr > th,
.contains-table-bordered table > tbody > tr > th,
.contains-table-bordered table > tfoot > tr > th,
.contains-table-bordered table > thead > tr > td,
.contains-table-bordered table > tbody > tr > td,
.contains-table-bordered table > tfoot > tr > td {
  border: 1px solid #ddd;
}
.contains-table-bordered table > thead > tr > th,
.contains-table-bordered table > thead > tr > td {
  border-bottom-width: 2px;
}

.contains-table-bordered table > thead > tr > th,
.contains-table-bordered table > tbody > tr > th,
.contains-table-bordered table > tfoot > tr > th,
.contains-table-bordered table > thead > tr > td,
.contains-table-bordered table > tbody > tr > td,
.contains-table-bordered table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

