

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

/* End */


/* Start:/bitrix/templates/site-mo-arsgb/styles.css?16587135585773*/
body {
	font-family: Nunito sans;
	color: #13416D;
}

header, footer {
	//background: url('/bitrix/templates/site-mo-spasskgdp/./images/h2-bg.png') #f5f5f5;
	background: #f3f3f3;
	box-shadow: 0px -1px 5px grey;
}

a {
	color: #2068AE;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #2068AE;
	font-weight: bold;
}

.m-off {
	padding: 0;
	margin: 0 0 0 -0.75rem; 
	width: calc(100% + 1.5rem);
}

.title-all {
	//height: 108px;
    //font-family: Nunito sans;
    font-weight: bold;
    line-height: 1.4;
    color: #2068AE;
}

.title-icons a {
	//color: #f3f3f3;
	//background: #012345;
	//border-radius: 5px;
	padding: 0 5px;
	margin: 2px;
	border: 1px solid #012345;
	font-size: 1.5em;
	color: #012345;
}
.title-icons a:hover {
	background: #012345;
	color: #f3f3f3;
	//color: #2068AE;
}

.bg-green {
	//background-color: yellowgreen;
	background: #51B123;
}

.bg-head {
	background: #f3f3f3;
}

.empty-block {
	height: 50px;
	min-height: 50px;
	max-height: 50px;
	vertical-align: center;
	//padding: 23px 15px 0px 15px;
	//background: #fcf8e3;
	//background: linear-gradient(to bottom, #FFF, #fcf8e3, #FFF);
}

.empty-block-null {
	min-height: 0px;
}

.navbar {
	margin-bottom: 0;
	//background-image: url('/bitrix/templates/site-mo-deznhk/./images/h2-bg.png');
	background: #f3f3f3;
}

.rotate {
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
writing-mode: tb-lr;
width: 50px;
height: 10px;
position: fixed;
bottom: 55px;
right: 5px;
}

.navbar-default {
	background-color: #f5f5f5;
	//box-shadow: 0px 1px 5px black;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #555;
	//background: url('/bitrix/templates/site-mo-deznhk/./images/h2-bg.png') #fcf8e3;//#f0ad4e;
}

.img {
	margin: 10px;
	max-width: 100%;
}

#Go_Top {
/*
    position: fixed; 
    top: 0px; 
    left: 0px;
	height: 100%;
	width: 12px;
    cursor: pointer; 
    z-index:10;
	box-shadow: 1px 0px 5px gray;
	background: url('/bitrix/templates/site-mo-spasskgdp/./images/h2-bg.png') #f8f8f8;
*/
	position: fixed;
	left: 50%;
	bottom: 5px;
	transform: translate(-50%, 0%);
	cursor: pointer;
	z-index: 1;
	text-shadow: 1px 0px 1px grey;
	font-size: 2.5rem;
	line-height: 1;
	color: #51B123;
	opacity: .7;
}
#Go_Top:hover {
	color: #4CC811;
	opacity: 1;
}
#Go_Top span {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	//bottom: 50%;
	margin: 0;
	transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
}

.navbar-nav>li {
      //float: none;

}

@media screen and (min-width:1200px) {
	.navbar-light .navbar-nav .nav-link {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (min-width:992px) and (max-width:1199px) {
	.navbar-light .navbar-nav .nav-link {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media screen and (max-width:991px) {
	.navbar-light .navbar-nav .nav-link {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.navbar-light .navbar-nav .nav-link {
	//font-family: Nunito sans;
	font-weight: bold;
	color: #13416D;
}
.navbar-light .navbar-nav .nav-link:hover {
	color:#2068AE;
}
.navbar-light .dropdown-menu .nav-link {
	font-size: 0.95rem;
    line-height: 1.2;
}
.navbar-light .navbar-nav .nav-link.active {
	//background: linear-gradient(135deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(81,177,35,1) 50%,rgba(81,177,35,1) 100%), linear-gradient(45deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(81,177,35,1) 50%,rgba(81,177,35,1) 100%), #4CC811;
}

.navbar-light .navbar-nav .nav-item.active:before {
	content: "";
    position: absolute;
    border-left: 15px solid #4CC811;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent
}
.navbar-nav .dropdown-menu {
    white-space: nowrap;
}

.carousel img {
	width: 95%;
	height: 95%;
}

.carousel-inner>.item {
	width: 95%;
	height: 95%;
}

.top-logo {
	border: 1px solid transparent;
	border-radius: 4px;
}

.top-logo h1{
	text-shadow: 1px 1px 3px gray;
}

.top-logo div{
	text-shadow: 1px 1px 3px gray;
}

.content {
	box-shadow: 0px 1px 5px grey;
}

.content .heading {
	background: #4CC811;
	flex: auto;
    display: flex;
    justify-content: flex-end;
	margin-left: -0.75rem;
    margin-bottom: 1rem;
	margin-top: 1rem;
    width: calc(100% + 1.5rem);
}
.content .heading .angle  {
	background: #51B123;
	min-height: 48px;
	display: flex;
}
.content .heading .angle span.h1  {
	padding: 0 12px 0 30px;
	font-size: 1.12em;
	align-self: center;
	margin-bottom: 0;
	color: white;
}
.content .heading .angle span.h1 a  {
	text-decoration: none;
    color: white;
}
.content .heading .angle:before {
	content: "";
    position: absolute;
    border-left: 15px solid #4CC811;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
}

.content .card-group {
	margin-right: 2rem;
    margin-left: 2rem;
}
.content .card-group .card {
	margin: 1rem;
	border: 1px solid rgba(0,0,0,.125);
}
.content .card-group .card .heading {
	margin: 0 0 0 -0.5rem;
    width: calc(100% + 1rem);
}
.content .card-group .card .card-body {
	background: #f3f3f3;
	padding: 0.5rem;
	padding-top: 0;
}
.content .card-group .card p.card-text {
	color: #2068AE;
	padding-top: 0.5rem;
	font-weight: 600;
}
.content .card-group .card .card-img-top {
    max-height: 200px;
}


.content .row.phones {
	//margin-right: 3rem;
    margin-left: 1rem;//3rem;
}
.content .row.phones .col {
	border-left: 6px solid #51B123;
	font-weight: 600;
	color: #2068AE;
}
.content .row.phones .col h5 {
	color: #13416D;
	font-weight: 700;
}
.content .card {
	border: none;
}


footer a {
	text-decoration: none;
}
/* End */
/* /bitrix/templates/site-mo-arsgb/components/bitrix/menu/top/style.css?1641362322626 */
/* /bitrix/templates/site-mo-arsgb/styles.css?16587135585773 */
