@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700&subset=cyrillic");

* {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-size: 14px;
  line-height: 1.4;
}

a {
  color: rgba(80, 110, 120, 1);
}

a:hover {
  /* color: white; */
  /* background-color: white; */
  /* background: white; */
  text-decoration: none;
}

h1,
h2,
h3,
h4 {
  text-align: center;
  font-size: 0.8rem;
  margin-bottom: 1.8rem;
}

h1 {
  font-size: 1.8rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.4rem;
}

h4 {
  font-size: 1.3rem;
}

h1,
h2,
h3,
h4,
p,
strong,
span,
ul,
li,
i {
  color: rgba(20, 30, 45, 1);
}

p {
  margin-bottom: 0.7rem;
}

p.light {
  color: rgba(80, 110, 120, 1);
}

html,
body {
  height: 100%;
}

body {
  font-family: "Lucida Sans Unicode", Roboto, apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

body#index .card {
  margin-top: 60px;
}

div.blue {
  background-color: rgba(30, 105, 175, 1);
}

/************************ PEOPLE ************************/
.icon {
  width: 130px;
  height: 130px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 1.2rem;
  float: left;
  border-radius: 5px 0px 5px 5px;
  border: 1px solid rgba(200, 135, 150, 0.5);
}

/************************ WELCOME ***********************/
#welcome {
  background-color: #ecf0f6;
  padding-top: 2.4rem;
  padding-bottom: 1.9rem;
}

#welcome ul {
	list-style: none;
}

#welcome .icon {
  width: 130px;
  height: 130px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 136px;
  margin-right: 1.2rem;
  float: left;
  border-radius: 5px 0px 5px 5px;
  border: 1px solid rgba(200, 135, 150, 0.5);
}

#welcome h2 {
  margin-bottom: 2.4rem;
}

#welcome p.name {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 500;
}

#welcome p.post {
  font-size: 0.9rem;
  line-height: 1.4rem;
}

#welcome .welcome-links {
  text-align: center;
  padding-top: 1.6rem;
}

#welcome .welcome-links a {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 99px;
  background-color: rgba(255, 255, 255, 1);
  margin: 0rem 0.3rem;
}

#welcome .welcome-links a:hover,
#welcome .welcome-links a.active {
  background-color: rgba(200, 135, 150, 1);
}

/************************ MOVER ***********************/
#mover {
  background-color: #ecf0f6;
  padding-top: 4rem;
  padding-bottom: 4rem;
  min-height: 200px;
}

#mover .card .logo {
  width: 100%;
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 120px;
}

#mover .card {
  border: 1px solid rgba(245, 245, 245, 1);
  box-shadow: 0 0 10px rgba(120, 160, 180, 0.1);
  transition: all 0.3s ease-in-out;
}

#mover .card:hover {
  border: 1px solid rgba(245, 245, 245, 1);
  box-shadow: 0 0 14px rgba(120, 160, 180, 0.3);
}

#mover .card .logo-nopriz { 
  background-size: 150px;
  background-position: center 40px;
  background-image: url(/images/mover-logos/nopriz.png);
}
#mover .card .logo-nostroy {
  background-size: 120px;
  background-image: url(/images/mover-logos/nostroy.png);
}
#mover .card .logo-avok {
  background-size: 90px;
  background-position: center 24px;
  background-image: url(/images/mover-logos/avok.png);
}

#mover .card p {
  text-align: center;
}

/************************ CATALOG ***********************/
#catalog {
  /* padding-top: 2.4rem; */
  padding-bottom: 1.6rem;
  min-height: 300px;
}

#catalog.catalog-paging {
	padding-top: 2.4rem;
}

#catalog .card {
  /* border: 1px solid rgba(218,218,218,0.5); */
  box-shadow: 0 0 10px rgba(120, 160, 180, 0.1);
  transition: all 0.2s ease-in-out;
}

#catalog .card:hover {
  box-shadow: 0 0 14px rgba(120, 160, 180, 0.3);
}

#catalog .card-header {
  text-align: center;
  font-size: 0.8rem;
  font-weight: 500;
  color: rgba(80, 100, 120, 1);
  background-color: rgba(200, 220, 240, 1);
  text-transform: uppercase;
  border: 0;
  position: relative;
}

#catalog .card-header.dark {
  color: rgba(200, 220, 240, 1);
  background-color: rgba(80, 110, 120, 1);
}

#catalog div.card-img-top {
  border: 0;
  border-radius: 0;
  height: 170px;
  overflow: hidden;
  position: relative;
}

#catalog .card.light div.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

#catalog .card.light .ico {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-position: center 1px;
  background-repeat: no-repeat;
  margin-right: 4px;
  position: relative;
  top: 1px;
}

#catalog .card.light .ico.point {
  background-size: 12px;
  background-image: url(/images/card_point.png);
}

#catalog .card.light .ico.type {
  background-size: 14px;
  background-image: url(/images/card_type.png);
}

#catalog div.card-img-top.grays img {
  -webkit-filter: grayscale(80%);
  filter: grayscale(80%);
  transition: all 0.35s ease-in-out;
}

#catalog .card:hover div.card-img-top.grays img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

#catalog div.card-img-top img {
  width: 102%;
  height: 102%;
  top: -1%;
  left: -1%;
  position: relative;
  border: 0;
  border-radius: 0;
}

#catalog .card-body {
  position: relative;
}

#catalog .card-title {
  font-size: 1rem;
  color: rgba(20, 30, 45, 1);
  line-height: 1.5rem;
  font-weight: 600;
}

#catalog .card-subtitle {
  color: rgba(80, 110, 120, 1);
  font-size: 0.9rem;
  font-weight: 100;
  line-height: 1.4;
}

#catalog .card-text {
  color: rgba(40, 50, 55, 1);
  font-size: 0.9rem;
  line-height: 1.5rem;
  font-weight: 100;
  margin-bottom: 0;
}

#catalog .card-header a,
#catalog .card-body > a,
#catalog div.card-img-top a {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

#catalog .col-12 a,
#customers .col-12 a, 
.more-many {
  border-radius: 99px;
  padding: 9px 22px;
}

#catalog .col-12 a:last-child {
  float: right;
}

#catalog.catalog-may {
	position: relative;
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 65%;
	background-image: url(/images/background_flag.jpg);
}

#catalog.catalog-rescue {
	position: relative;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/images/russian-map-transparent.png);
}

#catalog.catalog-territory {
	position: relative;
}

#catalog.catalog-objects::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e6d7d7 100%) !important;
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e6d7d7 100%) !important;
	background: linear-gradient(to bottom,  #ffffff 0%,#e6d7d7 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6d7d7',GradientType=0 );
}

#catalog.catalog-objects {
	padding-top: 4rem;
	background-color: #ecf0f6;
}

#catalog.catalog-approve {
	padding-top: 4rem;
}

#catalog.catalog-approve h2 {
	line-height: 1.6;
}

#catalog,
#about,
#customers__content {
	position: relative;
}

#about::before,
#customers__content::before,
#catalog:first-of-type::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	background: rgba(230,215,215,1);
	background: -moz-linear-gradient(top, rgba(230,215,215,1) 0%, rgba(255,255,255,0) 60%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(230,215,215,1)), color-stop(60%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top, rgba(230,215,215,1) 0%, rgba(255,255,255,0) 60%);
	background: -o-linear-gradient(top, rgba(230,215,215,1) 0%, rgba(255,255,255,0) 60%);
	background: -ms-linear-gradient(top, rgba(230,215,215,1) 0%, rgba(255,255,255,0) 60%);
	background: linear-gradient(to bottom, rgba(230,215,215,1) 0%, rgba(255,255,255,0) 60%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6d7d7', endColorstr='#ffffff', GradientType=0 );
}

#catalog.catalog-rescue::after,
#catalog.catalog-may::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 30%, rgba(230,215,215,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(30%, rgba(255,255,255,1)), color-stop(100%, rgba(230,215,215,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 30%, rgba(230,215,215,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 30%, rgba(230,215,215,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 30%, rgba(230,215,215,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 30%, rgba(230,215,215,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6d7d7', GradientType=0 );
}

#catalog.catalog-rescue .container > h2,
#catalog.catalog-may .container > h2 {
	line-height: 1.8;
}

#catalog.catalog-rescue .container > p,
#catalog.catalog-may .container > p {
	padding: 0px 90px 40px 90px;
    text-align: center;
    color: rgba(80,110,120,1);
    line-height: 1.8;
}

/************************ INFORMATOR ***********************/
#informator {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  min-height: 200px;
}

#informator h2 {
  margin-bottom: 2.4rem;
}

#informator .imformator-navi {
  position: relative;
}

#informator .imformator-navi a {
  display: block;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

#informator .imformator-navi a.left {
  right: 5px;
  background-image: url(/images/arrow-left.png);
}

#informator .imformator-navi a.right {
  left: 5px;
  background-image: url(/images/arrow-right.png);
}

#informator .card {
  position: relative;
  min-height: 120px;
  overflow: hidden;
}

#informator .card .logo {
  min-height: 120px;
  position: relative;
}

#informator .card img {
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#informator .card-body {
  position: absolute;
  bottom: -120px;
  left: 0px;
  right: 0px;
  min-height: 120px;
  transition: all 0.5s ease-in-out;
  display: table-cell;
  vertical-align: middle;
}

#informator .card-body a {
  text-align: center;
  display: block;
  font-weight: 500;
  color: rgba(20, 30, 45, 1);
  padding-top: 26%;
}

#informator .card:hover .card-body {
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.8);
}

.card-body-list {
	margin: 1rem 1.35rem 0 1.35rem;
	padding: 1rem 0 0 0;
}

.card-body-list-material p {
	margin-bottom: 0;
}

.card-body-list-material {
	position: relative;
}

.card-body-list-material a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: transparent;
}

.card-body-list-material a:hover {
	background-color: rgba(0,0,0,0.05);
}

.card-body-list:first-child {
	margin: 0rem 1.35rem 0 1.35rem;
	padding: 0rem 0 0 0;
}

.card-body-list:last-child {
	padding: 1rem 0 1rem 0;
}

.card-body-list-material h5,
.card-body-list h5 {
	font-size: 15px;
	font-weight: 700;
}

.card-body-list p {
	margin-bottom: 0;
	padding-left: 15px;
}

.card-body-list-material + .card-body-list-material,
.card-body-list + .card-body-list {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.obj_card h5 {
	font-size: 1.1rem;
	font-weight: 700;
	text-overflow: ellipsis;
	max-width: 300px;
	white-space: nowrap;
	overflow: hidden;
}

.obj_card p {
	font-size: .9rem;
	color: #4d646e;
}

.pad {
	padding: 12px;
}

.pad h1:nth-child(2) {
	font-size: 1.5rem;
	font-weight: 700;
	padding-top: 16px;
	padding-bottom: 16px;
}

.pad img {
	max-width: 200px;
	max-height: 200px;
}

.pad .customers__content__h1__left ,
.pad .customers__content__p {
	font-size: 1rem;
}

p.customers__content__p + p.customers__content__p {
	margin-top: -8px;
}

p.customers__content__p + hr {
	margin-top: 8px;
}

.pad .customers__content__h1__left {
	color: rgba(20, 30, 45, 1);
}
.pad .customers__content__p {
	color: #4d646e;
	margin: 2px 8px !important;
}

.funcs .customers__content__h1__centr {
	font-size: 1.3rem;
	font-weight: 700;
	text-align: left;
	color: #4d646e;
	margin-bottom: 0.8rem;
}
.funcs li {
	text-align: left;
	padding: 7px 0 !important;
}

/************************ FOOTER ***********************/
#footer {
  padding-top: 3rem;
  padding-bottom: 1.8rem;
  min-height: 200px;
  background-color: rgba(20, 30, 45, 1);
}

#footer .list-group-item,
#footer .list-group-disabled {
  background-color: transparent;
  border: none;
}

#footer .list-group-item.disabled,
#footer .social a.disabled,
#footer a.phone {
  padding: 0rem 0rem 1.6rem 0rem;
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(80, 110, 120, 1);
}

#footer .social a.disabled {
  padding: 1.6rem 0rem 1.4rem 0rem;
  text-align: center;
  display: block;
}

#footer .list-group-item {
  padding: 0.65rem 0rem;
}

#footer .list-group-item span {
  color: rgba(200, 220, 240, 1);
  font-size: 0.9rem;
  padding-bottom: 0.06rem;
  border-bottom: 1px dashed transparent;
  transition: all 0.25s ease-in-out;
  line-height: 1.4rem;
}

#footer .list-group-item:first a:first span {
	
}

#footer .list-group-item:hover span {
  border-bottom: 1px dashed rgba(200, 220, 240, 1);
}

#footer .social {
  text-align: center;
}

#footer .social a.social-link {
  display: inline-block;
  margin: 0rem 0.3rem;
  border-radius: 0.2rem;
}

#footer .social a.social-link:hover {
  background-color: rgba(200, 220, 240, 0.3);
}

#footer .social a.social-link img {
  width: 34px;
  height: 34px;
}

#footer a.phone {
  text-align: center;
  display: block;
  position: relative;
  padding-left: 30px;
}

#footer a.phone:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/images/phone.png);
  background-size: 30px;
  top: -4px;
}

/************************ MENU ***********************/
#menu .navbar {
	
  padding-top: 0rem;
  padding-bottom: 0rem;
 
  position: relative;
}
nav.navbar {
  padding: 0px 0;
}

#brand a.nav-link-flag,
#brand a.nav-link-search {
  width: 220px;
  display: inline-block;
}

#brand a.nav-link-search {
	color: rgba(120, 160, 180, 1);
}

div.object-may-flag {
	position: relative;
    top: -12px;
    bottom: -12px;
    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
    background-image: url(/images/object_background_flag.jpg);
    padding: 6px 0px;
    margin-bottom: -26px;
}

div.object-rescue-flag {
	position: relative;
    top: -12px;
    bottom: -12px;
    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
    background-image: url(/images/section_background_map.jpg);
    padding: 6px 0px;
    margin-bottom: -26px;
}

div.object-approve-flag {
	position: relative;
    top: -14px;
    bottom: -12px;
    background-size: 75px;
    background-position: right top;
    background-repeat: no-repeat;
    background-image: url(/images/icon_object_approve.jpg);
    padding: 6px 0px;
    margin-bottom: -26px;
}

div.object-end-flag {
	position: relative;
    top: -14px;
    bottom: -12px;
    background-size: 75px;
    background-position: right top;
    background-repeat: no-repeat;
    background-image: url(/images/icon_object_end.jpg);
    padding: 6px 0px;
    margin-bottom: -26px;
}

div.object-list-may-flag {
	background-size: 140px;
    background-position: right 0px top;
    background-repeat: no-repeat;
    background-image: url(/images/section_background_flag_upd.jpg);
}

div.object-list-rescue-flag {
	background-size: 170px;
    background-position: right 5px top;
    background-repeat: no-repeat;
    background-image: url(/images/section_background_map.jpg);
}

#brand a.nav-link-flag {
	padding: 40px 0px;
}

#brand a.nav-link-flag span.text {
	color: rgba(30, 105, 175, 1);
	font-weight: 600;
    line-height: 1.6;
    position: relative;
}

#brand a.nav-link-search span.ico {
  float: left;
  display: block;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px;
  transition: all 0.3s ease-in-out;
}

#brand a.nav-link-search span.ico {
  background-image: url(/images/menu.png);
}

#brand a.nav-link-search span.text {
  color: rgba(120, 160, 180, 1);
  transition: all 0.3s ease-in-out;
}

#brand a.nav-link-search:hover span.text {
  color: rgba(25, 45, 65, 1);
}

#brand a.nav-link-brand {
  display: inline-block;
  margin: 0 auto;
}

#brand a.nav-link-brand img {
  width: 520px;
  max-width: 100%;
}

#menu a {
	color: rgba(200, 220, 240, 1);
	font-size: 1rem;
	padding: 1.5rem 1.4rem;
}

#menu ul.nav {
	height: 60px;
}

#menu a.nav-link-search,
#menu a.nav-link-auth {
	display: block;
	background-color: rgba(236,240,246,1);
	width: 60px;
	height: 60px;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

#menu a.nav-link-search {
	background-image: url(/ico/search_icon.png);
	background-size: 22px;
}

#menu a.nav-link-not-auth {
	background-image: url(/ico/signin_icon.png);
	background-size: 24px;
}

#menu a.nav-link-search:hover {
	background-image: url(/ico/search_icon_active.png);
	background-color: rgba(255,255,255,1);
}


#menu a.nav-link-not-auth:hover {
	background-image: url(/ico/signin_icon_active.png);
	background-color: rgba(255,255,255,1);
}

a.nav-link-auth ~ ul.account__main:hover {
	display: block;
}
#menu a.nav-link-auth:hover ~ ul.account__main {
	display: block;
}
#menu a.nav-link-is-auth span.ico {
	position: absolute;
    display: block;
    width: 38px;
    line-height: 22px;
    transition: all 0.3s ease-in-out;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 6px;
    border: 2px solid #1e69af;
    text-align: center;
    left: 11px;
    top: 11px;
    border-radius: 99px;
    color: #1e69af;
}
#menu a.nav-link-is-auth:hover span.ico {
	color: rgba(20, 30, 45, 1);
	border-color: rgba(20, 30, 45, 1);
}
#menu a.nav-link-is-auth:hover {
	background-color: rgba(255,255,255,1);
}

#menu li.nav-item {
  position: relative;
}

#menu li.nav-item::after {
  content: "";
  position: absolute;
  bottom: 1px;
  width: 100%;
  height: 5px;
  border-radius: 2px 2px 0 0;
  background-color: transparent;
  transition: all 0.5s ease-in-out;
}

#menu li.nav-item.show {
	background-color: rgba(236,240,246,1);
}

#menu li.nav-item.show > a {
	color: rgba(30, 105, 175, 1);
}

#menu li.nav-item.active::after {
	background-color: rgba(236,240,246,1);
}

#menu li.nav-item:hover::after {
  background-color: rgba(236,240,246,1);
}

#menu .dropdown-menu {
	top: 58px;
	border-radius: 0px 0px 0.25rem 0.25rem;
	border: none;
	background-color: rgba(236,240,246,1);
	padding-top: 0px;
	padding-bottom: 0px;
}

#menu .dropdown-menu a+a {
	border-top: 1px solid #fff;
}

#menu .dropdown-item {
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
	color: rgba(30, 105, 175, 1);
	font-size: 0.95rem;
	background-color: rgba(236,240,246,1);
}

#menu .dropdown-item:active {
	background-color: rgba(236,240,246,1);
}

img.filtered,
.filtered img {
	-webkit-filter: grayscale(80%);
    filter: grayscale(80%);
    transition: all 0.35s ease-in-out;
}

img.filtered:hover,
.filtered:hover img {
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

/******************* REWRITE *******************/
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.3rem 1rem;
  font-size: 0.7rem;
  line-height: 1.5;
  border-radius: 1.5rem;
}

.btn-outline-secondary {
  color: rgba(80, 110, 120, 1);
  background-color: transparent;
  background-image: none;
  border-color: rgba(80, 110, 120, 1);
}

.btn-outline-secondary:hover {
  color: rgba(200, 220, 240, 1);
  background-color: rgba(80, 110, 120, 1);
  border-color: rgba(80, 110, 120, 1);
}

.grey {
  background-color: #ecf0f6;
}

.select__style:last-child {
  float: right;
}
.select__style {
  height: 40px;
  width: 100%;
  border-radius: 50px;
  border: 1px solid #59686c;
  color: #58696d;
  padding-left: 17px;
  font-size: 14px;
  margin-top: 7px;
  margin-bottom: 32px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('/images/select_arrow.png') no-repeat 97% center #fff;
  background-size: 16px;
}
.select__style.select__style__12 {
  background-position: 98.5% center;
}
.select__style.select__style__3 {
  background-position: 93.5% center;
}
.select__style.select__style__4 {
  background-position: 95.5% center;
}
.select__style.select__style__5 {
  background-position: 96.5% center;
}
.select__style.select__style__7 {
  background-position: 97.5% center;
}

.btn__style {
  border-radius: 50px;
  height: 40px;
  width: 145px;
  background: #546367;
  color: #fdf8f9;
  margin-bottom: 42px;
  font-size: 16px;
  cursor: pointer;
}

.h1__text {
  color: #556568;
  margin-top: 28px;
  text-align: left;
}
#search__customers {
  background-color: #ecf0f6;
}
.customers__h1 {
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 51px;
    margin-top: 63px;
  text-align: left;
}
.customers__h1-noneUpper {
  text-transform: none;
  font-size: 28px;
  line-height: 1.4;
}
div#customers h2 {
  text-align: left;
  margin-bottom: 5px;
  color: #19191f;
  font-weight: 600;
  font-size: 15px;
  line-height: 23px;
}
.bold__h1 {
  font-weight: 600;
}

.card-body h1 {
  font-size: 18px;
  text-transform: none;
  margin-top: 20px;
}

.card-deck {
  margin-bottom: 30px;
}
.card-block{
  padding-top: 15px;
}
.img {
  height: 160px;
  margin-bottom: 6px;
  position: relative;
}
.img_client {
  max-height: 100%;  
    max-width: 100%; 
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}
.img_contact {
  max-height: 100%;  
    max-width: 100%; 
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}
.img_sro {
	max-height: 100%;  
    max-width: 100%; 
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}
.img_mat {
  max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.img_stro {
	    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.img_reg {
  position: absolute;
	top: 5px;
	right: 10px;
	padding: 8px;
	border-radius: 99px;
	background-color: #fff !important;
	height: 30px;
}

.img_reg:hover {
	background-color: #fff !important;
}

.customers__content {
  box-shadow: 0px 12px 14px -11px #aed2f9 inset;
}
.customers__content__a {
  margin: 35px 0 30px 0;
  padding-left: 15px;
}
.customers__content__a.str__content__a {
  padding-left: 45px;
}
.customers__content__a.obj__content__a {
  margin: 35px 0 30px 0;
  padding-left: 0;
}
.customers__row__a img {
  height: 31px;
}
.customers__row__a img {
  height: 31px;
}
.customers__row__a p {
  color: #77a1b6;
  margin-left: 9px;
  padding-top: 6px;
}

.customers__content__img {
  text-align: center;
  max-width: 100%;
}
.customers__content__img2 {
  text-align: center;
  max-width: 100%;
}

h1.customers__content__h1__left {
  color: #4d646e;
  text-align: left;
  font-size: 15px;
  margin-bottom: 6px;
  margin-top: 8px;
  font-weight: 600;
}
p.customers__content__p {
  color: #121f25;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.wysiwyg p {
	font-size: 16px;
  line-height: 28px;
}
p.customers__content__p.customers__content__p__right {
  font-size: 16px;
  line-height: 28px;
}
p.customers__content__p.customers__content__p__right:last-child {
  margin-bottom: 40px;
}
.strois__p__right {
  margin-top: 30px;
}
.strois__p__right:last-child {
  margin-top: 0;
}
.customers__content__h2 {
  text-align: left;
  padding-left: 92px;
  font-size: 27px;
  margin-top: 60px;
  margin-bottom: 50px;
}
.customers__content__h2.strois__content__h2 {
  margin: 60px 0 50px 0;
}
h1.customers__content__h1__right {
  color: #030a17;
  text-align: left;
  font-size: 32px;
  margin-bottom: 35px;
}
.customers__content__body {
  margin-bottom: 100px;
}
a.social-link img {
  height: 40px;
}
.customers__content__social {
  padding-left: 30px;
}
#catalog .card-header.dark {
  color: #4c656f;
  background-color: #cde0f2;
}

#catalog .card {
  transition: all 0.2s ease-in-out;
  /*border-right: 100px;*/
  box-shadow: 0px 0px 8px 3px #d0e2ff;
}

#catalog .card.approve > .card-header {
	color: rgba(120, 110, 80, 1);
    background-color: rgba(240, 210, 200, 1);
}

#catalog .card.approve > .card-body.object-list-grant-flag {
	background-size: 90px;
    background-position: right top;
    background-repeat: no-repeat;
    background-image: url(/images/object_background_approve.jpg);
}

#catalog .card > .card-body.object-list-end-flag {
	background-size: 90px;
    background-position: right top;
    background-repeat: no-repeat;
    background-image: url(/images/object_background_end.jpg);
}

input#name__customers {
  height: 50px;
  width: 98%;
  border-radius: 50px;
  border: 1px solid #59686c;
  color: #58696d;
  padding-left: 20px;
  font-size: 18px;
  margin-bottom: 38px;
}

/* REGISTRATION & AUTH */
h1.reg__h1 {
  margin-top: 110px;
  color: #040d1b;
  font-size: 30px;
}

.input__style {
  height: 40px;
  width: 100%;
  border-radius: 50px;
  border: 1px solid #9daab2;
  /*margin: 6px 0;*/
  cursor: pointer;
  outline: none;
}
.input__style[placeholder] {
  color: #4a5f6b;
  padding-left: 20px;
}

button.btn-reg {
  height: 40px;
  padding: 0 24px;
  border-radius: 50px;
  color: #fff;
  background: #496672;
  border: 1px solid #496672;
  /* margin: 0 30%; */
  margin-right: 0;
  cursor: pointer;
}
button.btn-reg-white {
  color: #496672;
  background: #fff;
}
button.btn-foggot {
  background: #f0f3f9;
  /* margin: 0 14%; */
  /* margin-left: 26%; */
  /* display: flex; */
  color: #496672;
  float: right;
  margin-bottom: 30px;
}
a.reg__a {
  color: #c78697;
  margin-left: 32%;
  font-size: 18px;
}
a.reg__a img {
  height: 20px;
  margin-left: 5px;
}
.form-group-a {
  margin-bottom: 100px;
}

h3.reg__h3 {
  text-align: left;
  /* margin-left: 50px; */
  margin-top: 110px;
}
p.reg__p {
  color: #c78697;
  font-size: 16px;
  /* margin-left: 10%; */
}

hr.reg__hr {
  margin-top: 0;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(203, 136, 152, 0.1);
  width: 317px;
  /* margin-left: 10%; */
}
.scroll {
  overflow-y: scroll;
  height: 400px;
}
h1.customers__content__h1__form {
  text-align: left;
  padding-top: 25px;
  padding-left: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #4d646e;
  /* text-transform: uppercase; */
  border: 0;
  position: relative;
}
.obj_hr {
  margin-top: 0px;
}

img.reg__img {
  height: 35px;
  /* vertical-align: middle; */
  /* margin-right: 5px; */
  /* padding: 2px 0 0 0; */
  margin-top: 6px;
}
.form-group.group__btn {
  margin-bottom: 50px;
}
.form-group.group__btn__reg {
  margin-bottom: 100px;
}
.obj_card img {
  float: left;
      max-width: 70px;
    max-height: 70px;
}

/*@import url(https://fonts.googleapis.com/css?family=Lato);*/

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  /*font-family: "Lato", sans-serif;*/
}

/*| Navigation |*/

/* nav{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 3px 10px -2px rgba(0,0,0,.1);
  border: 1px solid rgba(0,0,0,.1);
} */
nav ul {
  list-style: none;
  position: relative;
  /*float: right;*/
  /* margin-right: 100px; */
  /*display: inline-table;*/
}
nav ul li {
  /*float: left;*/
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* nav ul li:hover{background: rgba(0,0,0,.15);} */
/* nav ul li ul li a{color: #3071b6;} */
nav ul li:hover > ul {
  display: block;
}
nav ul li a:hover > h3 span{
  color: #3071b6;
  border-bottom: 1px dashed #5f9fe4;
  width: 50%;
}
.span__h3__menu{
  font-size: 1.2rem;
}
nav ul li a:hover > p {
  color: #3071b6;
}
nav ul li {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
nav ul li a {
  display: block;
  padding: 30px 20px;
  color: #222;
  text-decoration: none;
}
nav ul ul {
  display: none;
  padding-top: 0.6rem;
  background: #fff;
  position: absolute;
  top: 100%;
  box-shadow: -3px 3px 10px -2px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 520px;
  z-index: 100;
  top: 80px;
  left: 21px;
}
nav ul ul li {
  float: none;
  position: relative;
}
nav ul ul li a {
  padding: 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin: 0 27px;
}
nav ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}

nav ul ul li a h3 {
  font-size: 18px;
  text-align: left;
  padding: 0;
  font-weight: 600;
  margin: 0;
  margin-bottom: 4px;
}

nav ul ul li a p {
  font-size: 10px;
  color: #51707e;
  margin-bottom: 0.4rem !important;
}

nav ul ul li.section-may {
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-image: url(/images/section_background_flag.jpg);
	background-size: contain;
}

nav ul ul li.section-rescue {
	background-position: right 20px center;
	background-repeat: no-repeat;
	background-image: url(/images/section_background_map.jpg);
	background-size: 180px;
}

nav ul ul li.section-complex {
	background-position: right 20px center;
	background-repeat: no-repeat;
	background-image: url(/images/szfo_map_main.jpg);
	background-size: 130px;
}

.tr__top__main::before,
.tr__top__main::after {
  content: "";
  position: absolute;
  left: 8px;
  top: -20px;
  border: 10px solid transparent;
  border-bottom: 10px solid #d2d2d2;
}
.tr__top__main::after {
  border-bottom: 10px solid white;
  top: -19px;
}
ul.tr__top__main {
  border-radius: 7px;
}

.hr_ul {
  margin: 0px;
  margin-left: 29px;
  margin-right: 50px;
}

ul.account__main {
	display: none;
  top: 60px;
  right: 0px;
  width: 14em;
  border-radius: 0 0 5px 5px;
  position: absolute;
  background-color: rgba(255,255,255,1);
  z-index: 100;
  border-bottom: 1px solid rgba(236,240,246,1);
  border-right: 1px solid rgba(236,240,246,1);
  border-left: 1px solid rgba(236,240,246,1);
  box-shadow: 0px 6px 8px 3px #d0e2ff;
}

ul.account__main::hover {
	display: block;
}

/*
ul.account__main::hover ~ before {
	display: block;
}*/


ul.account__main li.hr {
	height: 1px;
	background-color: rgba(236,240,246,1);
}

ul.account__main li.item {
	padding: 6px 8px 6px 8px;
}

ul.account__main li.item:first-of-type {
	padding-top: 12px;
}

ul.account__main li:last-of-type {
	padding-bottom: 12px;
}


#menu ul.account__main li.item a {
	color: rgba(30,105,175,1);
}

#menu ul.account__main li.item a:hover {
	color: rgba(20,30,45,1);
}

/*
ul.account__main::before,
ul.account__main::after {
  content: "";
  position: absolute;
  left: 113px;
  top: -20px;
  border: 10px solid transparent;
  border-bottom: 10px solid #d2d2d2;
}
ul.account__main::after {
  border-bottom: 10px solid white;
  top: -19px;
}
*/
/*
a.a__hover {
  padding: 0;
}
*/


.navbar.navbar_auth {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  /* background: #444; */
  position: relative;
  /* overflow: hidden; */
  /*
  height: 40px;
  margin: 9px 0;
  */
}
.nav.nav_auth {
	display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  left: 0%;
  font: 14px Arial, Helvetica, sans-serif;
}

#menu li.nav-item.nav-link_auth {
  position: relative;
  left: 0%;
  float: left;
  margin: 0 19px;
  font-weight: bold;
}

div#brand.shadow {
  /*box-shadow: 0px 7px 28px 0px #b9e2ff;*/
}
.card {
  border: none;
  box-shadow: 0 8px 30px 5px rgba(0, 69, 104, 0.1) !important;
}

/* PAGINATION */

div.pagination > a {
  color: rgba(120, 160, 180, 1);
  margin: 30px auto 54px auto;
  font-size: 16px;
  /* margin-bottom: 54px; */
  font-family: "Lucida Sans Unicode", arial;
}
div.pagination > a.pagitation__chosen {
  color: rgba(80, 110, 120, 1);
  font-weight: 600;
}
div.pagination a > img {
  height: 28px;
}
div.pagination > a:not(.pagination__notchoosen) {
  padding-top: 3px;
}

.pagination__btn {
  /* height: 43px; */
  padding: 8px 19px;
  border-radius: 50px;
  /* color: #fff; */
  /* background: #496672; */
  border: 1px solid rgba(120, 160, 180, 1);
  /* margin: 0 26%; */
  /* margin-right: 0; */
  color: rgba(120, 160, 180, 1);
  background: #fff;
}
.pagination__btn:hover {
  color: rgba(120, 160, 180, 1);
}

/* PAGINATION LIST */

div.pagination.pagination__list > a {
  margin: 0 auto 54px auto;
}

/* BADGE */
.badge__materials {
  display: inline-block;
  padding: 6px 27px;
  font-size: 75%;
  padding-right: 1.6em;
  padding-left: 1.6em;
  border-radius: 10rem;
  /* color: #78A0B4; */
  background-color: #ecf0f6;
}
.col-pading {
  padding: 0;
}
a.badge__materials.badge__materials__right {
  float: right;
}
a.badge__materials span.ico {
  background-image: url(/images/house.png);
  float: left;
  display: block;
  margin-right: 6px;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  transition: all 0.3s ease-in-out;
}
a.badge__materials.badge__materials__right span.ico {
  background-image: url(/images/coutnry.png);
}
a.badge__materials span.text {
  /* font-family: 'Lucida Sans Unicode', arial; */
  color: #78a0b4;
  font-size: 12px;
}
.badge__materials:hover {
  color: #ecf0f6;
  background-color: #78a0b4;
}
a.badge__materials:hover > span.ico {
  background-image: url(/images/house-white.png);
}
a.badge__materials.badge__materials__right:hover > span.ico {
  background-image: url(/images/coutnry-white.png);
}
a.badge__materials:hover > span.text {
  color: #ecf0f6;
}

/* BADGE SRO */
.badge__sro {
  display: inline-block;
  padding: 6px 27px;
  font-size: 75%;
  padding-right: 1.6em;
  padding-left: 1.6em;
  border-radius: 10rem;
  /* color: #78A0B4; */
  background-color: #ecf0f6;
}
.col-pading {
  padding: 0;
}
a.badge__sro.badge__sro__right {
  float: right;
}
a.badge__sro span.ico {
  background-image: url(/images/house.png);
  float: left;
  display: block;
  margin-right: 6px;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  transition: all 0.3s ease-in-out;
}
a.badge__sro.badge__sro__right span.ico {
  background-image: url(/images/hands.png);
}
a.badge__sro span.text {
  /* font-family: 'Lucida Sans Unicode', arial; */
  color: #78a0b4;
}
.badge__sro:hover {
  color: #ecf0f6;
  background-color: #78a0b4;
}
a.badge__sro:hover > span.ico {
  background-image: url(/images/house-white.png);
}
a.badge__sro.badge__sro__right:hover > span.ico {
  background-image: url(/images/hands-white.png);
}
a.badge__sro:hover > span.text {
  color: #ecf0f6;
}

/* badge__strois */

.badge__strois {
  display: inline-block;
  padding: 6px 27px;
  font-size: 75%;
  padding-right: 1.6em;
  padding-left: 1.6em;
  border-radius: 10rem;
  /* color: #78A0B4; */
  background-color: #ecf0f6;
}
.col-pading {
  padding: 0;
}
a.badge__strois.badge__strois__right {
  float: right;
}
a.badge__strois span.ico {
  background-image: url(/images/house.png);
  float: left;
  display: block;
  margin-right: 6px;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  transition: all 0.3s ease-in-out;
}
a.badge__strois.badge__strois__right span.ico {
  background-image: url(/images/materials.png);
}
a.badge__strois span.text {
  /* font-family: 'Lucida Sans Unicode', arial; */
  color: #78a0b4;
}
.badge__strois:hover {
  color: #ecf0f6;
  background-color: #78a0b4;
}
a.badge__strois:hover > span.ico {
  background-image: url(/images/house-white.png);
}
a.badge__strois.badge__strois__right:hover > span.ico {
  background-image: url(/images/materials-white.png);
}
a.badge__strois:hover > span.text {
  color: #ecf0f6;
}
.tooltip_templates {
  display: none;
  /* border-radius: 5px; */
  max-width: 220px;
  
}
.tooltipster-content,
.tooltip_templates span {
  padding: 0px !important;
  border-radius: 5px;
}



.tooltip_templates_pad {
	padding: 12px !important;
}
.tooltipster-sidetip .tooltipster-content h1{
  margin: 8px;
}
.tooltipster-sidetip .tooltipster-content p,
.tooltipster-sidetip p {
  margin: 8px;
  text-align: center;
}
.img_tooltip {
  display: block;
  margin: 0 auto;
  /*
  max-with: 200px;
  max-height: 200px;
  */
}
.obj_img {
  margin-right: 20px;
  margin-left: 15px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.jcarousel-copyright ul li {
	position: relative;
}

.jcarousel-copyright ul li a {
	position: absolute;
	bottom: 10px;
	left: 0px;
	padding: 6px 10px 6px 10px;
	background-color: rgba(255,255,255,0.6);
	font-size: 11px;
	z-index: 100;
}

a.jcarousel__img img{
  height: 37px;
  opacity: 0;
}
.jcarousel-wrapper:hover > a.jcarousel__img img{
  opacity: 1;
}
.tooltipstered:hover{
  background-color: #fbf7f7;
  cursor: pointer;
}
.badge-secondary {
  color: #fff;
  background-color: #585e65;
}
.badge-primary {
  color: #fff;
  background-color: #2d82de;
}
.badge-info {
  color: #fff;
  background-color: #5e98ad6e;
}
.pagination {
  width: 218px;
  margin: 0 auto;
}
/* .btn-sm,
.btn-group-sm > .btn {
  padding: 0.3rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 1.5rem;
} */

.btn-outline-modul {
  color: rgba(80, 110, 120, 1);
  background-color: transparent;
  background-image: none;
  border-color: rgba(80, 110, 120, 1);
  /*margin-left: 15px;*/
  margin-bottom: 5px;
  font-size: 0.75rem;
}

.btn-outline-modul:hover {
  color: rgba(200, 220, 240, 1);
  background-color: rgba(80, 110, 120, 1);
  border-color: rgba(80, 110, 120, 1);
}
.btn-outline-tooltip {
  color: rgb(79, 87, 90);
  background-color: transparent;
  background-image: none;
  border-color: rgba(80, 110, 120, 1);
  margin-left: 50px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.btn-outline-tooltip:hover {
  color: rgba(200, 220, 240, 1);
  background-color: rgba(80, 110, 120, 1);
  border-color: rgba(80, 110, 120, 1);
}

.category-list * {transition: .4s linear;}
.category-list {
  background: white;
  list-style-type: circle;
  list-style-position: inside;
  padding: 0 10px;
  margin: 0;
  text-align: center;
}
.category-list li {
  border-bottom: 1px solid #efefef;
  padding: 10px 0;
  font-size: 15px;
}
.category-list li:last-child{
  border-bottom: 0;
}
.category-list a {
  text-decoration: none;
  color: #555;
}
.category-list li span {
  float: right;
  display: inline-block;
  border: 1px solid #efefef;
  padding: 0 5px;
  font-size: 13px;
  color: #999;
}
.category-list li:hover a {color: #c93961;}
.category-list li:hover span {
  color: #c93961;
  border: 1px solid #c93961;
}

/************************************/

.container.adm table th,
.container.adm table td {
	font-size: 12px;
}


/************* SOCIAL REWRITE *************/

#social-inner .ya-share2 .ya-share2__badge {
	transition: all 0.3s ease-in-out;
	background-color: rgba(200, 220, 240, 0) !important;
}

#social-inner .ya-share2__container {
	text-align: center;
}

#social-inner .ya-share2__item_service_vkontakte .ya-share2__icon {
	background: url(/images/icons/social-vk-dark-inner.jpg) !important;
	background-size: 40px 40px !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

#social-inner .ya-share2__item_service_odnoklassniki .ya-share2__icon {
	background: url(/images/icons/social-ok-dark-inner.jpg) !important;
	background-size: 40px 40px !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

#social-inner .ya-share2__item_service_twitter .ya-share2__icon {
	background: url(/images/icons/social-twitter-dark-inner.jpg) !important;
	background-size: 40px 40px !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

#social-inner .ya-share2__container_size_m .ya-share2__icon {
    height: 40px !important;
    width: 40px !important;
    background-size: 38px 38px !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

#footer .ya-share2__item_service_vkontakte .ya-share2__badge,
#footer .ya-share2__item_service_odnoklassniki .ya-share2__badge,
#footer .ya-share2__item_service_twitter .ya-share2__badge {
	transition: all 0.3s ease-in-out;
	background-color: rgba(200, 220, 240, 0) !important;
}

#footer .ya-share2__item_service_vkontakte:hover .ya-share2__badge,
#footer .ya-share2__item_service_odnoklassniki:hover .ya-share2__badge,
#footer .ya-share2__item_service_twitter:hover .ya-share2__badge {
	background-color: rgba(200, 220, 240, 0.3) !important;
}

#footer .ya-share2__item_service_vkontakte .ya-share2__icon {
	background: url(/images/icons/social-vk-light.png) !important;
}

#footer .ya-share2__item_service_odnoklassniki .ya-share2__icon {
	background: url(/images/icons/social-ok-light.png) !important;
}

#footer .ya-share2__item_service_twitter .ya-share2__icon {
	background: url(/images/icons/social-twitter-light.png) !important;
}

#footer .ya-share2__container_size_m .ya-share2__icon {
    height: 38px !important;
    width: 38px !important;
    background-size: 34px 34px !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}


/****** GREETINGS ******/
.greetings {
	padding-top: 20px;
	margin-bottom: 60px;
}

.greetings .people {
	position: relative;
	min-height: 220px;
}

.greetings .avatar {
	width: 220px;
	height: 220px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 230px;
  margin-right: 1.2rem;
  border-radius: 5px 0px 5px 5px;
  border: 1px solid rgba(200, 135, 150, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.greetings .store {
	position: relative;
}

.greetings .logotype {
	max-width: 220px;
	max-height: 70px;
	width: 220px;
	height: 70px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 100;
	background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.greetings .store .name,
.greetings .store div.say {
	padding-left: 260px;
}

.greetings .say {
	margin-bottom: 20px;
}

.greetings .store .post {
	padding-left: 260px;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #ecf0f6;
	border-radius: 0 5px 5px 0;
	font-style: italic;
	font-weight: bold;
}

.greetings .name span {
	font-size: 1.6rem;
}

.greetings .name span:first-child {
	font-size: 1.8rem;
	font-weight: bold;
	display: block;
}

.greetings a {
	color: rgba(80, 110, 120, 1);
    background-color: transparent;
    background-image: none;
    border-color: rgba(80, 110, 120, 1);
        border-radius: 99px;
    padding: 9px 22px;
    display: inline-block;
    margin-left: 260px;
}

.points {
	padding-top: 30px;
	text-align: center;
	width: 100%;
}

.points .point {
	display: inline-block;
}

.points .point p {
	padding: 30px 60px;
	background-color: #ecf0f6;
	border-radius: 3px;
}

.points .point + .point {
	margin-left: 40px;
}

.points .point p span:first-child {
	display: block;
	text-align: left;
	padding-bottom: 10px;
	font-weight: bold;
	color: rgb(140,140,140);
} 

.points .point p span:last-child {
	display: block;
	text-align: left;
	padding-bottom: 10px;
	font-size: 18px;
} 

/************* SELECTIZE **************/

#searchForm input {
	border: 1px solid #59686c;
}

.js-selectize,
.js-selectize-default {
	margin-bottom: 28px;
}

.js-selectize-added .selectize-input,
.js-selectize-added .selectize-input.input-active,
.js-selectize-issets .selectize-input,
.js-selectize-issets .selectize-input.input-active,
.js-selectize .selectize-input,
.js-selectize .selectize-input.input-active,
.js-selectize-default .selectize-input,
.js-selectize-default .selectize-input.input-active {
	border-radius: 99px;
	border: 1px solid #59686c;
	line-height: 26px;
	box-shadow: none;
	webkit-box-shadow: none;
	padding-left: 17px;
  font-size: 14px;
  cursor: pointer;
}

.js-selectize-issets.added .selectize-input,
.js-selectize-issets.single .selectize-input,
.selectize-control.single .selectize-input {
	background-image: url(/images/select_arrow.png) !important;
	background-repeat: no-repeat !important;
	background-position: right 12px center !important;
    background-size: 16px !important;	
    background-color: #fff !important;
}

.js-selectize-added .selectize-input:after,
.js-selectize-issets .selectize-input:after,
.js-selectize .selectize-input:after,
.js-selectize-default .selectize-input:after {
	display: none !important;
}

.js-selectize-issets.added .selectize-input input,
.js-selectize-issets.single .selectize-input input,
.selectize-control.single .selectize-input input {
	line-height: 26px;
}

.js-selectize-added .selectize-input.items > input,
.js-selectize-issets .selectize-input.items > input,
.js-selectize .selectize-input.items > input,
.js-selectize-default .selectize-input.items > input {
	float: left;
}

.js-selectize-added .selectize-input > div.item,
.js-selectize-issets .selectize-input > div.item,
.js-selectize .selectize-input > div.item,
.js-selectize-default .selectize-input > div.item {
	font-size: 14px;
  cursor: pointer;
  line-height: 26px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  max-width: 90%;
}

.js-selectize-added .selectize-input input,
.js-selectize-added .selectize-input > div.item,
.js-selectize-issets .selectize-input input,
.js-selectize-issets .selectize-input > div.item,
.js-selectize .selectize-input input,
.js-selectize .selectize-input > div.item,
.js-selectize-default .selectize-input input,
.js-selectize-default .selectize-input > div.item {
	font-family:  "Lucida Sans Unicode", Roboto, apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  color: #58696d;
}

.js-selectize-added .optgroup-header,
.js-selectize-added .option,
.js-selectize-issets .optgroup-header,
.js-selectize-issets .option,
.js-selectize .optgroup-header,
.js-selectize .option,
.js-selectize-default .optgroup-header,
.js-selectize-default .option {
	font-family:  "Lucida Sans Unicode", Roboto, apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  color: #58696d;
}


.form-group {
	position: relative;
	padding-bottom: 6px;
}

.invalid-feedback,
.valid-feedback {
	padding-left: 20px;
}

.profile-steps a {
	cursor: default;
}

.step-activity button {
	cursor: pointer;
}

.step-activity {
	padding-top: 50px;
	padding-bottom: 50px;
}

.step-activity .card {
	min-height: 150px;
	margin-bottom: 30px;
}

.step-activity .card-title {
	font-size: 1.4rem;
}

.step-activity .js-selectize {
	margin-bottom: 0px;
}

.company-isset {
	display: none;
}

/**********************************/
.breadcrumb-history {
	border-top: 1px solid #ececec;
	background-color: #fff;
	padding-top: 1.2rem;
	padding-left: 0px;
	padding-right: 0px;
}

.breadcrumb-history .breadcrumb-item + .breadcrumb-item:before {
	content: "  ";
	display: none;
}

.breadcrumb-history .breadcrumb-item {
	padding-left: 10px;
	margin-right: 10px;
	padding-right: 10px;
	color: #4d646e;
}


.breadcrumb-history .breadcrumb-item.active {
	color: #121f25;
	position: relative;
}

.breadcrumb-history .breadcrumb-item.active:after {
	position: absolute !important;
	background-color:  rgba(30, 105, 175, 1);
	height: 2px;
	left: 0px;
	right: 0px;
	bottom: -18px;
	content: " " !important;
}


.breadcrumb-history .breadcrumb-item.active span.quenue {
	border: 2px solid #121f25;
	color: #121f25;
}

.breadcrumb-history .breadcrumb-item span.quenue {
	display: inline-block;
    border: 2px solid #4d646e;
    border-radius: 99px;
    width: 23px;
    text-align: center;
    margin-right: 8px;
    font-weight: 600;
    color: #4d646e;
}

.breadcrumb-history .breadcrumb-item a:hover {
	color: #3071b6;
}

.breadcrumb-history .breadcrumb-item a:hover span.quenue {
	border-color: rgba(30, 105, 175, 1);
	color: rgba(30, 105, 175, 1);
}

/******************************************/
.container-may-objects,
.container-rescue-objects,
.container-territory-objects {
	position: relative;
	min-height: 500px;
}

.container-may-objects:before {
	position: absolute;
    content: " ";
    width: 1000px;
    height: 650px;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(/images/russian-flag-transparent.png);
    top: -68px;
    right: -30px;
}

.container-rescue-objects:before {
	position: absolute;
    content: " ";
    width: 1199px;
    height: 650px;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(/images/russian-map-transparent.png);
    top: -153px;
    right: -30px;
}

.container-territory-objects:before {
	position: absolute;
    content: " ";
    width: 1199px;
    height: 650px;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(/images/russian-map-transparent.png);
    top: -153px;
    right: -30px;
}

.object-may-pagination,
.object-territory-pagination {
    float: right;
    width: 300px;
    height: 35px;
    text-align: right;
}

.jcarousel-control-last-may,
.jcarousel-control-next-may,
.jcarousel-control-last-territory,
.jcarousel-control-next-territory {
	display: inline-block;
	width: 37px;
	height: 37px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 37px;
}

.jcarousel-control-last-may:hover,
.jcarousel-control-next-may:hover,
.jcarousel-control-last-territory:hover,
.jcarousel-control-next-territory:hover {
	background-color: transparent;
	color: transparent;
}

.jcarousel-control-last-may,
.jcarousel-control-last-territory {
	background-image: url(/images/buttom-last.png);
	margin-right: 20px;
}

.jcarousel-control-next-may,
.jcarousel-control-next-territory {
	background-image: url(/images/buttom-next.png);
}

.right-object-clients {
	display: block;
	padding-bottom: 5px;
}

.right-object-clients > span {
	display: inline-block;
	max-width: 220px;
}

.right-object-clients > span.right-object-clients-ico {
	width: 45px;
	height: 45px;
	margin-right: 12px;
	float: left;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 3px;
}

.right-object-clients > span.right-object-clients-ico img {
	max-width: 38px;
	max-height: 38px;
	margin-top: 3px;
	margin-left: 3px;
}

.right-object-clients > span.right-object-clients-text {
	display: table-cell;
    vertical-align: middle;
    min-height: 45px;
    height: 45px;
}

/***************************************/
.territories-about a {
	border-bottom: 1px dashed rgba(80, 110, 120, 1);
}
.territories-about a:hover {
	border-bottom: 1px dashed #007bff;
}
.territories-about p {
	line-height: 1.5rem;
}
.list-territories a {
	display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
	align-items: center;
    width: 49.5%;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.list-territories a span {
	color: rgba(80, 110, 120, 1);
}

.list-territories a span:first-child {
    font-size: 1.1rem;
    max-width: 72%;
    display: inline-block;
}

.list-territories a span:last-child {
    border: 1px solid rgba(80, 110, 120, 1);
    border-radius: 99px;
    min-width: 30px;
    text-align: center;
    color: rgba(80, 110, 120, 1);
    line-height: 22px;
    height: 22px;
    font-size: 1rem;
    margin-left: 10px;
}

.list-territories a:hover span {
	color: rgba(25, 45, 65, 1);
	border-color: rgba(25, 45, 65, 1);
}

.catalog-territory h2 {
	text-align:left;
}


/*****************************************/

.card-invert {
	text-align: center;
	position: relative;
	border: 1px solid #bac7dc;
}

.card-invert a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.card-invert .card-body {
	color: rgba(80, 100, 120, 1);
	min-height: 112px;
}

.card-invert .card-body span {
	text-align: center;
	display: block;
	font-size: 1rem;
    font-weight: 500;
    color: rgba(80, 100, 120, 1);
}

.card-invert .card-body span:last-child {
	text-transform: uppercase;
	font-size: 1.3rem;
	font-weight: bold;
	display: block;
	padding-top: 5px;
}

.card-invert .card-body {
	line-height: 1.6rem;
}

.card-invert .card-footer {
	border-top: none;
	background-color: #D8E4F0;
	padding-top: 14px;
	padding-bottom: 14px;
}


.card-invert .card-footer span {
	font-size: 14px;
	color: rgba(80, 100, 120, 1);
	position: relative;
	padding-left: 20px;
}

.card-invert .card-footer span::before {
	content: " ";
	position: absolute;
	width: 16px;
	height: 16px;
	background-image: url(/images/house.png);
	background-size: 100%;
	background-repeat: no-repeat;
	left: -3px;
}


/*************************************/
.block-selectize-objects-year {
	display: flex;
	align-items: center;
}
.block-selectize-objects-year .select {
	width: 33.3333%;
}
.block-selectize-objects-year .select + .select {
	padding-left: 12px;
}

/************************************/
.card-dev-block {
	position: relative;
}

.card-dev-block > a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

.card-dev .card-body {
	padding-bottom: 0px;
}

.card-dev-top {
	
}

.card-dev-top .logo {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 48% auto;
	background-image: url(/images/no-logo.jpg);
}

.card-dev-top p {
	margin-bottom: 0.1rem;
}

.card-dev-top .name {
	margin-bottom: 0.8rem;
	font-size: 16px;
	font-weight: bold;
}

.card-dev-top .type,
.card-dev-top .count {
	color: #566C77;
	font-size: 14px;
}

.card-dev-footer {
	margin-top: 16px;
    display: flex;
    background-position: top left;
    background-repeat: no-repeat;
    background-image: url(/images/dev-block-objects.png);
    background-size: contain;
    justify-content: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
}


.card-dev-footer .dev-object {
	width: calc(20% - 22px);
	margin-left: 18px;
	height: 72px;
	border-radius: 99px;
	background-color: #ffffff;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	border: 1px solid #506E79;
}

.card-dev-footer .dev-object-img {
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/images/no-logo.jpg);
	background-size: cover;
}

.card-dev-footer .dev-object-stat {
	background-color: #506E79;
}

.card-dev-footer .dev-object-stat span {
	color: #ffffff;
}

.card-dev-footer .dev-object-stat span:first-child {
	font-size: 36px;
	margin-bottom: -12px;
}

.card-dev-footer .dev-object-stat span:last-child {
	font-size:9px;
}

.catalog-devs {
	background-color: #ecf0f6;
}

.catalog-sbp2023-main-stat,
.catalog-devs-main-stat {
	text-align: right;
}

.catalog-sbp2023-main-stat img,
.catalog-devs-main-stat img {
	width: 80%;
}

.catalog-sbp2023-main-stat-int,
.catalog-devs-main-stat-int {
	position: absolute;
	width: 100px;
	height: 100px;
	background-color: #ececec;
	border-radius: 99px;
	border: 2px solid #ffffff;
	
	display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.catalog-sbp2023-main-stat-int span,
.catalog-devs-main-stat-int span {
	color: #ffffff;
}

/*
.catalog-sbp2023-main-stat-int span {
	position: relative;
	top: -4px;
	font-size: 40px;
	margin-bottom: -12px;
}
*/

.catalog-sbp2023-main-stat-int span:first-child,
.catalog-devs-main-stat-int span:first-child {
	position: relative;
	top: -4px;
	font-size: 40px;
	margin-bottom: -12px;
}

.catalog-sbp2023-main-stat-int span:last-child,
.catalog-devs-main-stat-int span:last-child {
	position: relative;
	top: -6px;
}

.catalog-devs-main-stat-int-objects {
	background-color: #E78087;
	top: 16px;
	left: 64px;
}
.catalog-sbp2023-main-stat-int-objects {
	background-color: #E78087;
	top: 60px;
	left: 64px;
}


.catalog-devs-main-stat-int-devs {
	background-color: #506E79;
	top: 128px;
	left: 64px;
}

.catalog-sbp2023-main-stat-int-objects span,
.catalog-devs-main-stat-int-objects span:last-child {
	font-size: 15px;
}

.catalog-devs-main-stat-int-devs span:last-child {
	font-size: 10px;
}


/********************************/
.pagination-developers-2022 .pagination {
	width: fit-content !important;
}

.pagination-developers-2022 .pagination a {
	width: fit-content !important;
	padding: 0 12px !important;
}







