@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,700&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700&subset=cyrillic');

body, td, input[type=text], textarea {
    counter-reset: ab-item;
    font-size: 16px;
    font-family: 'Noto Sans', sans-serif;
    line-height: 22px;
    color: #000;
}

img {
    max-width: 100%;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover, a:focus {
    color: #ef853d;
    text-decoration: none;
}

.page-body p,.page-body h4 {
    margin-bottom: 16px;
}

.page-body a {
    color: #ef853d;
    text-decoration: underline;
}

.page-body a:hover, .page-body a:focus {
    text-decoration: none;
}

.red {
    color: red;
}

footer a {
    color: #ffb049;
    text-decoration: none;
}

footer a:hover, footer a:focus {
    color: #ff8f43;
    text-decoration: underline;
}

/* #ef853d */

.align_left {
    float: left;
    margin: 0 1em 0.25em 0;
}

.align_right {
    float: right;
    margin: 0 0 0.25em 1em;
}

.align_center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.nav-btn {
    white-space: nowrap;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    border: 5px solid rgb(246, 246, 246);
    padding: .5rem .5rem;
    margin-right: .5rem;
    height: 70px;
}

.nav-btn:hover, .nav-btn:focus {
    text-decoration: none;
    background-color: rgb(246, 246, 246);
}

.call {
    font-family: 'Rubik', sans-serif;
    font-size: 2rem;
}

@media (min-width: 1200px) {
    #toggle, #logo-small {
        display: none;
    }
}

#toggle {
    display: inline-block;
    height: 50px;
    width: 50px;
    padding: 12px;
    border: 2px solid transparent;
    border-radius: 25px;
    background: #000;
    line-height: 1;
    -webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    margin-left: 1rem;
    margin-bottom: 1rem;
}

.bilboard {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-repeat: repeat;
    min-height: 100px;
}

.bilboard.pav {
    background-image: url("/img/pav.jpg");
}

.shop .bilboard.pav {
    min-height: 400px;
}

.section-title {
    font-size: 44px;
    position: relative;
    word-wrap: break-word;
    font-weight: 700;
    line-height: 1.2;
    color: #1c478c;
}

.about > .container {
    padding-top: 70px;
    padding-bottom: 90px;
}

.alert-block > .container {
    padding-top: 50px;
}

.top > .container {
    padding-top: 1rem;
}

footer {
    color: #fff;
    background-color: #333;
    font-size: 16px;
    margin-top: 3rem;
}

footer .material-icons {
    color: #ef853d;
}

h4 {
    font-size: 18px;
    font-weight: bold;
    color: #1e4c9a;
}

#edit {
    position: fixed;
    top: 200px;
    left: -24px;
    padding: 5px 12px;
    background: #1e4c9a;
    color: #fff;
    display: block;
    font-weight: bold;
    font-size: 13px;
    transform: rotate(90deg);
    z-index: 1000;
}

#edit:hover, #edit:focus {
    text-decoration: none;
}

header {
    background-color: #ef853d;
}

.fontsize_14 {
    font-size: 14px;
}

.bold {
    font-weight: bold;
}

.intro {
    padding: 10rem 0;
    font-size: 36px;
    color: white;
    line-height: 1;
}

.intro h3 {
    font-size: 64px;
    font-weight: 700;
    line-height: 0.94;
    margin: 5px 0 25px;
}

.intro-wrapper {
    position: relative;
}

.intro h3 {
    color: white;
}

.intro:before {
    content: "";
    display: block;
    position: absolute;
    color: white;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .3s;
}

.menu-item > a {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    padding: 15px 15px;
	font-size: 13px;
}

.menu-item > a:hover, .menu-item > a:focus {
    transition: .3s;
    background-color: #333;
    /*background: #1e4c9a;*/
    /*color: #1e4c9a;*/
}

.menu-item {
    position: relative;
}

.menu-item.active {
    background-color: #db7a36;
}

.menu-item:before {
    content: '';
    width: 3px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,.2);
}

footer > [class*="container"] {
    padding-top: 30px;
}

.copyright {
    font-size: 12px;
    padding-top: 1rem;
    padding-bottom: 2rem;
    text-align: right;
    text-transform: uppercase;
    color: #ef853d;
}

.breadcrumb {
    background: 0 0;
    padding: 0;
    margin-top: 24px;
    margin-bottom: 2rem;
    font-size: 0.875rem;
}

.page-title {
    margin-bottom: 3rem;
}

.list-group-item {
    font-size: 14px;
    background-color: #f8f8f8;
    border-color: white;
}

.md-14 { font-size: 14px; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

.md-light { color: #ef853d }

.subtitle {
    margin: 1rem 0 3rem;
    max-width: 70%;
}

.btn-a {
	min-height: 120px;
	white-space: normal;
	margin-bottom: 10px;
}

.top {
    font-size: 13px;
}