/* rk-site-chrome.css — шапка, меню и подвал сайта ремонткотла.рф.
   Собран автоматически из css/style.css (tools/extract_chrome_css.py)
   для страницы формы рекламации: даёт ей ту же обвязку, не притаскивая
   глобальную типографику сайта, которая сломала бы вёрстку формы.
   Не править вручную — перегенерировать скриптом. */
#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff;
    z-index:999;
}
#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%;
    top:50%;
    background-image:url(../images/preloader.gif);
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px;
}
.header {
    padding-bottom: 65px;
}
.home .header {
    padding-top:20px;
    padding-bottom: 17px;
}
.mainmenu {
    font-size: 16px;
    letter-spacing: .04em;
}
.mainmenu .pclose {
    display: none;
}
.mainmenu ul {
    margin: 0;
}
.mainmenu li {
    margin: 0 0 0 21px;
}
.mainmenu li.cart-list,
.mainmenu li.cart-list-empty {
    margin-left: 60px;
}
.mainmenu ul ul li.current-menu-item>a {
    color: #e7543d !important;
}
.mainmenu a {
    transition: color .3s ease;
}
.mainmenu ul>li>a {
    color: #333;
    padding: 0;
    line-height: 40px;
    font-size: 17px;
    text-transform: uppercase;
	text-decoration:underline;
}
.mainmenu ul>li.activemenu>a {color:#e7543d;}
.mainmenu a img {
    vertical-align: middle;
    display: inline-block;
    margin: -4px 4px 0 0;
}
.mainmenu ul>li.cart-list>a,
.mainmenu ul>li.cart-list-empty>a,
.mainmenu ul>li.cart-list-empty>a:hover {
    color: #8c8c8c !important;
    line-height: 40px;
    display: block;
    font-size: 16px;
}
.mainmenu ul>li.cart-list-empty>a ins {
    background-color: #E6E6E6;
    color: #8c8c8c;
}
.mainmenu ul>li.cart-list>a:hover {
    color: #333;
}
.mainmenu ul>li:hover > a,
.mainmenu .dropdown-menu>li>a:hover,
.mainmenu ul>li>a:focus,
.mainmenu ul>li>a:active {
    color: #e7543d !important;
    background-color: transparent;
}
.mainmenu .navbar-nav {
    margin-right: -40px;
}
.dropdown-menu {
    border: 0;
    box-shadow: none;
    border-radius: 3px !important;
    background-color: #333;
    left: -21px;
    padding: 10px 0;
    font-weight: 400;
}
.dropdown .dropdown-menu>li {
    font-size: 15px;
    padding-right: 21px;
}
.mainmenu ul.dropdown-menu>li>a {
    color: #fff;
    line-height: 28px;
    font-family: Tacoma, sans-serif;
	text-decoration:none;
}
.mainmenu .dropdown-menu > li > a {
    letter-spacing: 0;
    font-size: 18px;
    float: left;
    text-transform: none;
}
.navbar-toggle {
    margin: 3px 0 0 15px;
}
.navbar-toggle .icon-bar {
    background-color: #333;
    transition: background .3s ease;
}
.navbar-toggle:hover .icon-bar {
    background-color: #e7543d;
}
@media (min-width: 981px) {
/*.mainmenu ul.navbar-nav > li.current-menu-item:after {
        position: absolute;
        width: 26px;
        height: 2px;
        background-color: #E7543D;
        content: '\0020';
        font-size: 0;
        display: block;
        left: 50%;
        top: -29px;
        margin-left: -14px;
    }
*/

    .navbar-toggle {
        display: none;
    }
.navbar-collapse.collapse {
        display:block !important;
        height:auto !important;
        padding-bottom:0;
        overflow:visible !important;
    }
}
.cart-list .dropdown-menu {
    background-color: #EBEBEB;
    padding: 15px 15px 20px;
    left: auto;
    right: -1px;
    max-width: 325px;
    margin-top: -8px;
}
.cart-list .dropdown-menu ul {
    margin-bottom: 20px;
}
.sidemenu .pclose {
    top: 30px;
    right: 40px;
}
.pclose {
    background: url(../images/ico-close.png) 0 0 no-repeat;
    width: 22px;
    height: 22px;
    transition: opacity 0s ease;
    position: absolute;
    top: 45px;
    right: 65px;
    display: block;
    opacity: .3;
    border: 0;
    z-index: 10;
}
.pclose:hover {
    background-position: 0 100%;
    opacity: 1;
}
.footer {
    background-color: #212121;
    color: #4c4c4c;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
}
.footer .container {
    padding: 94px 0 0;
}
.footer .container:last-child {
    padding: 80px 0 50px;
}
.footer p {
    color: #CCC;
}
.footer a,.footer a:visited {
    color: #808080;
    line-height: 30px;
	text-decoration:underline;
}
.footer h5 a {
    color: #ccc;
	text-decoration:none;
}
.footer a:hover {
    color: #e7543d;
	text-decoration:none;
}
.footer h2 {
	font-size:100%;
	font-weight:normal;
	text-transform:none;
	padding-bottom:0;
	margin-bottom:0;
}
.error404 .header {
    position: fixed;
    top: 0;
    z-index: 1;
}
.error404 .footer {
    background-color: transparent;
    position: fixed;
    bottom: 50px;
}
.error404 .footer .container {
    padding: 50px 0 50px;
}
@media screen and (max-width: 980px) {
.home .header {
        padding-bottom: 50px;
    }
.mainmenu .navbar-collapse {
        position: fixed;
        right: 0;
        top: 0;
        width: 400px;
        height: 100% !important;
        min-height: 100%;
        background-color: #262626;
        padding: 105px 40px 20px;
        z-index: 19;
        overflow: auto;
        color: #808080;
        font-size: 20px;
        line-height: 26px;
        text-transform: uppercase;
    }
.mainmenu .pclose {
        display: block;
        top: 30px;
        right: 40px;
    }
.mainmenu .navbar-nav {
        float: left !important;
    }
.mainmenu .navbar-nav {
        width: 100%;
        margin: 0;
    }
.mainmenu ul > li.current-menu-item > a {
        color: #e7543d;
    }
.mainmenu .navbar-nav li {
        margin: 0 10px;
    }
.mainmenu ul > li > a {
        color: #ccc;
    }
.dropdown .dropdown-menu > li {
        font-size: 16px;
    }
.navbar-nav .open .dropdown-menu > li > a,
    .mainmenu ul.dropdown-menu > li > a {
        padding-left: 0;
        color: #808080;
    }
.navbar-nav > .dropdown {
        margin: 0;
    }
.navbar-nav > .dropdown > a.dropdown-toggle {
        background: url(../images/caret.png) right 16px no-repeat;
    }
.navbar-nav > .dropdown.open > a {
        background-position: right -24px;
    }
.dropdown .dropdown-menu {
        position: relative;
        left: 0;
        background-color: transparent;
    }
.footer {
        font-size: 16px;
    }
.footer [class*=col-] {
        overflow: hidden;
    }
.footer [class*=col-sm-] {
        float: none;
        display: inline-block;
        vertical-align: top;
        width: 49.5%;
        margin-bottom: 20px;
    }
.footer .container:last-child {
        padding: 50px 0;
    }
}
@media screen and (max-width: 767px) {
.error404 .header {
        width: 100%;
    }
.footer .container:last-child {
        padding: 20px 0;
    }
.footer [class*=col-] {
        margin-bottom: 30px;
        text-align: center;
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
.mainmenu .navbar-collapse {
        width: 320px;
        padding: 75px 25px 10px;
        text-align: left;
    }
.navbar-toggle {
        margin-left: 0;
    }
.dropdown .dropdown-menu > li {
        font-size: 14px;
    }
.header {
        padding-bottom: 20px;
    }
.header > * {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
.mainmenu > button,
    .mainmenu > ul {
        float: none !important;
        display: inline-block;
    }
.mainmenu li.cart-list,
    .mainmenu li.cart-list-empty {
        margin-left: 21px;
    }
.error404 .header {
        padding: 25px 0 20px;
    }
.error404 .header > * {
        margin-bottom: 0;
    }
.error404 .footer {
        bottom: 0;
    }
.pclose {
        right: 30px;
        top: 30px;
    }
}
@media only screen and (max-width: 380px) {
.cart-list .dropdown-menu {
        padding: 10px 10px 20px;
        width: 310px;
        right: -16px;
    }
}
