/*@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700');*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,400i,500,600,700,800,900&subset=cyrillic,cyrillic-ext');

/* ---------------------------------------------------------------------------- ШРИФТЫ */

body {
/*    font-family: 'Roboto', sans-serif;*/
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 2rem;
    background:#E9ECEC;
}

.red {
    background-color: rgb(165, 106, 117) !important;
}

.grid .item {margin-bottom:1.5rem}
/* ---------------------------------------------------------------------------- ОБЩИЕ */

h1 {
    font-weight: 500;
    color: #2b283f;
    font-size: 2.6rem;
    text-transform: uppercase;
}

h2 {
    font-size: 1.4rem;
    color: #3f7d8b;
    font-weight: 600;
    text-transform: uppercase;
}

h3,
h4,
h5 {
    font-size: 1.4rem;
}

.invisible {
    visibility: hidden;
}

.submain a {
    font-weight: 500;
    color: #558d9a;
    cursor: pointer;
}

.submain .responsive-img {
    border: solid 1px #ccc;
}

a:hover {
    color: #2b283f;
}

.my-blue {
    color: #0380b8 !important
}

.weight300 {
    font-weight: 300 !important
}

.circle-btn {
    border: none
}

.circle-btn .fa {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    border: solid #ffffff1e 1px;
    font-size: 1.6rem;
    color: white;
    margin: 5px;
}


.white-bg {
	background: white;
    padding: 1.5em;
    border: solid 1px #dadada;
    border-radius: 5px;
}
.white-bg.bigBlock {
	padding: 3.5em 2.5em;
}

.colorgray {
	color: #9e9e9e !important;
}

#add_counter {cursor:pointer}
#add_counter.btn-floating {background:#3f7e8c}

.gradient:not([disabled]) {
	background: #2b283f;
}

main {min-height:300px;}

/* ---------------------------------------------------------------------------- OWL */

.owl-carousel .owl-stage-outer {height: 400px;}

.owl-carousel .owl-item img {
    display: block;
    width: auto;
    height: 400px;
}


/* ---------------------------------------------------------------------------- ДОКУМЕНТЫ */

.file {
	margin-top: 10px;
	padding: 0 95px 10px 40px;
	font-size: 1em;
	position: relative;
	border-bottom: dashed #9e9e9e 1px;
	color: #c9614e;
}

.file:last-of-type {
	border-bottom: none;
}

.file .fa {
	position: absolute;
	left: 0;
	top: 0px;
	font-size: 1.3em;
}

.file a {
	color: #558d9a;
}

.file a:hover {
	color: #2b283f;
}

.filedate {
	position: absolute;
	right: 0;
	color: #9e9e9e;
	font-size: 0.8em;
}

.clear {
	clear: both;
}

@media only screen and (max-width: 769px) {
	.filedate {
		display: none;
	}
	.file {
		padding-right: 0.5em;
	}
}

/* ---------------------------------------------------------------------------- КОНТЕНТ */

.content ul li {
    position: relative;
    padding-left: 20px;
}

.content ul li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 7px;
    width: 10px;
    height: 10px;
    background: #A1ADD2;
    border-radius: 50%;
}

.content strong {
    font-weight: bold;
}

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



/* ---------------------------------------------------------------------------- ШАПКА */

.line0 {
    background: linear-gradient(150deg,#7795f8 15%,#6772e5 70%,#555abf 94%);
    height: 60px;
    text-align: right;
}

.line0 .fa-bars {
    float: left;
}

.line0 a,
.sidenav .bottom a {
    border: none
}

.line0 a:first-child .fa,
.sidenav .bottom a:first-child .fa {
    margin-left: 0;
}

.line0 a:last-child .fa,
.sidenav .bottom a:last-child .fa {
    margin-right: 0;
}

@media only screen and (max-width: 600px) {
    .line0 {
        padding: 0 10px;
    }
}



/* ---------------------------------------------------------------------------- ЛЕВОЕ МЕНЮ */

header,
main,
footer {
    padding-left: 328px;
}

.sidenav {
    background: #3f7e8c;
    overflow-y: visible;
    width: 320px;
}

.sidenav li.bold:hover,
.sidenav li.active {
    background: #ffffff1e;
}

.logo .brand-logo {
    display: block;
    width: 100%;
    height: 100%;
	padding: 20px 0;
	display: flex;
	align-items: center;
    justify-content: center;
}

.logo img {
	width:200px;
    vertical-align: middle;
}

.sidenav li.bold > a {
    color: white;
    padding-left: 50px;
    font-size: 1rem;
    font-weight: 400;
    border-bottom: solid #ffffff1e 1px;
}

.sidenav li.bold:last-child > a {
    border: none
}

.open-submenu.opened:after {
    content: '';
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 0;
    cursor: default;
}

.submenu {
    display: none;
    position: absolute;
    width: 300px;
    left: 300px;
    top: 0;
    background: #0078af;
    height: 100%;
    padding-top: 196px;
}


.sidenav .bottom {
    position: absolute;
    bottom: 80px;
    text-align: center;
    width: 100%;
}

.sidenav .bottom .fa:hover {
    background: #ffffff1e
}

header,
main {
    width: 96%;
    max-width: 1550px;
}


main:after {
    content: "";
    display: table;
    clear: both;
}



@media only screen and (max-width: 992px) {
    .sidenav.sidenav-fixed {
        -webkit-transform: translateX(-105%);
        transform: translateX(-105%);
    }
    header,
    main,
    footer {
        padding-left: 72px;
        padding-right: 72px;
    }
}

@media only screen and (max-width: 600px) {
    header,
    main,
    footer {
        padding-left: 10px;
        padding-right: 10px;
    }
    .sidenav {
        overflow-y: auto;
    }

    .open-submenu.opened:after {
        content: '';
        display: none;
    }

    .submenu {
        display: none;
        position: relative;
        width: 300px;
        left: 0px;
        top: 0;
        height: auto;
        padding-top: 0px;
    }

    .submenu li.bold > a {
        /*padding-left:20px;*/
    }
    .submenu li.bold:last-child > a {
        border-bottom: solid #ffffff1e 1px;
    }

}



/* ---------------------------------------------------------------------------- BREADCRUMBS */

.breadcrumbs {
    margin: 64px 0 0 0;
}

header nav {
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

header nav,
.breadcrumb .icon-home {
    height: 78px;
    line-height: 25px !important;
    display: inline;
    font-weight: 700;
}

.breadcrumb,
.breadcrumb:last-child,
.breadcrumb:before {
    color: #959595;
}

.breadcrumb {
    font-size: 1rem;
    border: none;
}

.breadcrumb .icon-home {
    font-size: 1rem;
}

.breadcrumb:before {
    content: '\e80a';
    font-family: "fontello";
    font-size: .7em;
    margin: 0 25px;
}

h1.breadcrumb {
    margin: 0;
    color: rgba(0, 0, 0, 0.87) !important;
}



/* ---------------------------------------------------------------------------- ПОДКАТЕГОРИИ */

.subcats .col {
    padding: 53px 62px 20px 0;
}

.subcat {
    position: relative;
    display: block;
    height: 319px;
    background-color: #040e30c1;
}

.subcat .bg {
    display: block;
    position: absolute;
    width: 100%;
    height: 319px;
    background-image: url(/assets/img/water.jpg);
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.subcat .title {
    position: relative;
    top: 97px;
    padding: 0 27px;
    font-size: 24px;
    text-align: center;
    color: white;
    height: 3em;
    overflow: hidden;
    font-weight:500;
}

.subcat .text {
    position: relative;
    top: 113px;
    padding: 0 27px;
    font-size: 16px;
    text-align: center;
    color: white;
    height: 126px;
    overflow: hidden;
    opacity: .77;
    font-weight:500;
}

.subcat .icon {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 100px;
    height: 100px;
    border: dashed #040e30 1px;
    border-radius: 50%;
    background: white;

    font-size: 100px;
    color: #040e30;
    margin: 0;

    line-height: 100px;
    text-align: center;
}

.subcat .icon.small {
    font-size: 66px;
}


@media only screen and (max-width: 600px) {
    .subcat .icon {
        display: none
    }
    .subcats .col {
        padding: 0 .75rem;
    }
    .subcat {
        margin: 20px auto;
        position: relative;
        width: 100%;
    }
    .breadcrumbs {
        margin: 30px 0 0 0;
    }
}


/* ---------------------------------------------------------------------------- КОНТАКТЫ */

.contacts-left-block {
    color: #212121;
}

.contacts-left-block a {
    color: #212121
}

.contacts-left-block .title {
    font-size: 1.2rem
}

.contacts-left-block .phones {
    font-size: 1.4rem;
    margin-top: 12px;
    font-weight: bold;
}

.contacts-left-block .email {
    display: inline-block;
    font-size: 1.4rem;
    margin-top: 42px;
    font-weight: bold;
}

.contacts-right-block {
    color: #131313;
    font-size: 1.2rem;
}

.contacts-left-block .fa,
.contacts-right-block .fa {
    color: #A1ADD2;
    margin-right: 10px;
}



/* ---------------------------------------------------------------------------- ФОРМЫ */


fieldset {
	position:relative;
	border:solid #78b3d0 2px;
	padding:30px !important;
	padding-left:130px !important;
	margin-bottom:30px;
}
legend {
	display:block;
	position:absolute;
	width:100px; height:100%;
	left:0px; top:0;
	background:#78b3d0;
	color:white;
	
	-webkit-writing-mode: vertical-rl;
	writing-mode:tb-rl;
	text-align:center;
	line-height:100px;
	transform:rotate(180deg);
	
	font-size:1em;
	overflow:hidden;
}

.btn, .btn:hover, .btn-large:hover, .btn-small:hover, .btn:focus, .btn-large:focus, .btn-small:focus, .btn-floating:focus {
	background-color: #040e30;
}

[type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:after {background-color:#78b3d0}
[type="radio"]:not(:checked)+span:before, [type="radio"]:not(:checked)+span:after, [type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:before, [type="radio"].with-gap:checked+span:after {border-color:#78b3d0}
input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #3f7e8c;
    -webkit-box-shadow: 0 1px 0 0 #3f7e8c;
    box-shadow: 0 1px 0 0 #3f7e8c;
}
input:not([type]):focus:not([readonly])+label, input[type=text]:not(.browser-default):focus:not([readonly])+label, input[type=password]:not(.browser-default):focus:not([readonly])+label, input[type=email]:not(.browser-default):focus:not([readonly])+label, input[type=url]:not(.browser-default):focus:not([readonly])+label, input[type=time]:not(.browser-default):focus:not([readonly])+label, input[type=date]:not(.browser-default):focus:not([readonly])+label, input[type=datetime]:not(.browser-default):focus:not([readonly])+label, input[type=datetime-local]:not(.browser-default):focus:not([readonly])+label, input[type=tel]:not(.browser-default):focus:not([readonly])+label, input[type=number]:not(.browser-default):focus:not([readonly])+label, input[type=search]:not(.browser-default):focus:not([readonly])+label, textarea.materialize-textarea:focus:not([readonly])+label,
.dropdown-content li>a, .dropdown-content li>span {
	color: #040404;
    font-weight: 500;
}



[type="radio"]:not(:checked)+span:before, [type="radio"]:not(:checked)+span:after, [type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:before, [type="radio"].with-gap:checked+span:after {
	border-color:#3f7e8c;
}

[type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:after {background-color:#3f7e8c;}

#echo_modal {
	text-align:center;
	padding:30px;
	width:30%;
}
#echo_modal .fa {
	font-size:6em;
	padding:30px;
	color:#040e30;
}

.error {
	border:solid 2px #f44336;
}
/* ---------------------------------------------------------------------------- FOOTER */

footer {
    margin-top: 300px;
    margin-right:0;
    position:relative;
    background:#bbbebe;
}
footer:before {
	content:"";
	width:100%;
	height:300px;
	position:absolute;
	left:0;top:-300px;
	background:#E9ECEC url("/assets/img/bg-city.svg") right bottom repeat-x;
}

footer .circle-btn .fa {
    border: solid #040e301e 1px;
    color: #040e30;
}



.hover-bytic {
    color: #66615b !important;
}

.color-bytic {
    color: #66615b;
    font-weight: bold;
}

.hover-bytic:hover .hover-color {
    color: #040e30;
}



#map {
        width: 100%; height: 500px; padding: 0; margin: 0;
    }

.grecaptcha-badge {
	z-index:1000;
}