html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

.tmpl-component {
    background: white;
}

.wrap {
    background: white;
    height: 100%;
    z-index: 9;
}

.content {
    flex: 1 0 auto;
}

header {
    background-color: #E5E5E5;
}

#topNavHeader {
    position: absolute;
    top: 0;
}

header,
#topNavHeader.hidden-xs.hidden-sm {
    position: relative;
}

#topNavHeader.hidden-xs.hidden-sm {
    z-index: 4 !important;
}

#topNavHeader.hidden-xs.hidden-sm {
    background-color: #282828;
}

.mobile header {
    min-height: 75px;
}

*:focus {
    outline: none;
}

header > div,
.fullWidthContainer {
    margin: 0px auto;
    padding: 0 15px;
    position: relative;
    max-width: 1200px;
}

.fullWidthContainer.overflow-hidden {
    overflow: hidden;
}

.fullWidthContainer-outer {
    background: white;
}

.fullWidthContainer-outer.main .fullWidthContainer {
    max-width: 1400px;
}

.top-header {
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
    padding: 10px 20px;
}

.top-header .header-left-block {
    display: flex;
    align-items: center;
    padding-left: 24px;
}

.top-header .header-phones > div:first-child {
    margin-right: 105px;
    font-weight: 500;
}

.top-header .header-working-hours p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}

.top-header .header-logo svg {
    display: block;
    margin: 0 auto;
    transform: translateX(-20px);
}

.top-header .header-logo path {
    transition: 0.2s;
}

.top-header .header-logo a:hover path {
    fill: #C64D00;
}

.top-header .header-logo a:hover path.white {
    fill: #fff;
}

.top-header > div:not(:last-child) a {
    font-size: 14px;
    display: block;
    white-space: nowrap;
}

.header-catalog-menu .topHeaderBlackBackLink a {
    padding: 0 20px;
}

.top-header .header-right-block {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 12px;
}

.top-header .header-right-block .inheaderPhones a {
    display: block;
    white-space: nowrap;
}

.top-header .header-right-block .inheaderPhones,
.top-header .header-right-block #shoppingBagItems {
    text-align: right;
    margin-left: 40px;
}

.top-header .header-right-block .inheaderPhones a,
.top-header .header-right-block #shoppingBagItems a {
    text-transform: uppercase;
    font-weight: 500;
}

.top-header .header-right-block .mobilePhones a:first-of-type {
    padding-right: 10px;
}

.header-right-block .search-popup-toggle {
    display: flex;
    align-items: center;
    margin-left: auto;
    font-weight: 500;
    text-transform: uppercase;
    color: #000000;
    cursor: pointer;
}

.search-popup-toggle__item-icon {
    margin-right: 6px;
}

.search-popup-toggle__item-icon svg {
    display: block;
}

.header-right-block .search-popup-toggle:hover path,
.header-right-block .search-popup-toggle:hover > div {
    color: #C64D00;
    stroke: #C64D00;
}

#searchContainer {
    display: flex;
    justify-content: right;
    width: 100%;
    white-space: normal;
}

#searchContainer .ff_search_form {
    display: none;
}

.wrap-cart-search {
    display: flex;
}

.header-right-block .cart-toggle {
    display: flex;
    align-items: center;
    margin-left: 40px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000000;
    cursor: pointer;
}

.header-right-block .cart-toggle svg {
    display: block;
    margin-right: 7px;
}

.header-right-block .cart-toggle span {
    margin-left: 5px;
    color: #C64D00;
}

.header-right-block .cart-toggle:hover path,
.header-right-block .cart-toggle:hover > div {
    color: #C64D00;
    stroke: #C64D00;
}

@media (min-width: 1200px) {
    .mobilePhones {
        display: none;
    }
}

@media (max-width: 1199px) {
    .top-header .header-logo svg {
        transform: none;
        width: 90px;
    }

    .top-header .header-left-block div {
        display: none;
    }

    .top-header .header-right-block .inheaderPhones a {
        display: none;
    }

    .header-right-block .search-popup-toggle {
        display: none;
    }

    .header-right-block .cart-toggle {
        display: none;
    }
}

header nav {
    width: 100%;
}

header nav ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

header nav > ul {
    display: table;
    width: 100%;
}

header nav > ul > li {
    display: table-cell;
    line-height: 17px;
    padding: 5px 8px;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

header nav > ul > li .newBadge {
    background-color: #C64D00;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 1px 6px;
    border-radius: 4px;
    margin-top: -6px;
    font-weight: bold;
    margin-right: -5px;
}

header nav > ul > li:hover {
    background-color: #333333;
}

header nav > ul > li:last-child:hover {
    background-color: transparent;
}

header nav ul li a {
    color: white !important;
    font-size: 13px;
    font-weight: bold;
}

header nav > ul > li > ul {
    background: black;
    position: absolute;
    padding: 0px;
    display: none;
    z-index: 99999;
    top: 43px;
    min-width: 250px;
}

header nav > ul > li > ul > li {
    line-height: 30px;
    text-align: left;
}

header nav > ul > li > ul > li:hover {
    background-color: #333333;
}

header nav > ul > li > ul > li > a {
    padding: 0px 15px;
    font-size: 80%;
}

header nav > ul > li:hover > ul {
    display: block;
}

.top-header #shoppingBagItems {
    cursor: pointer;
    text-align: right;
    white-space: nowrap;
    color: #999999;
    font-weight: bold;
    text-transform: uppercase;
}

.top-header #shoppingBagItems span {
    color: #C64D00;
}

header .topHeaderBlackBackLink {
    /*height: 214px;*/
    overflow: hidden;
}

header .topHeaderBlackBackLink a.catalogLink {
    /*	border-right: 1px solid #454545;*/
    background: black;
    color: white;
    display: block;
    line-height: 4.0em;
}

header .topHeaderBlackBackLink a.catalogLink:first-child {
    margin-bottom: 2px;
}

header #theBasketContent {
    background-color: white;
    color: black;
    font-size: 70%;
    font-weight: normal;
    display: none;
    max-width: 250px;
    padding: 15px;
    position: absolute;
    -webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 1);
    -moz-box-shadow: 0px 0px 10px rgba(50, 50, 50, 1);
    box-shadow: 0px 0px 10px rgba(50, 50, 50, 1);
    z-index: 99999;
    width: 100%;
    margin-left: -60px;
}

header #theBasketContent .cartItem {
    border-bottom: 1px solid #999999;
    padding: 10px;
}

header #theBasketContent .closeBtn {
    float: right;
    background-color: #999999;
    color: black;
    border-radius: 9px;
    width: 17px;
    text-align: center;
    font-size: 70%;
    height: 15px;
    line-height: 15px;
    margin-top: -8px;
    margin-right: -8px;
    cursor: pointer;
}

header #theBasketContent .cartItem img {
    float: left;
    max-width: 70px;
}

header #theBasketContent .cartItem .removeBtn {
    cursor: pointer;
    color: #C64D00;
    font-size: 70%;
    padding: 7px 0px;
}

header #theBasketContent .cartItem .removeBtn:hover {
    text-decoration: underline;
}

header #theBasketContent .cartItem .removeBtn:before {
    content: "< "
}

header #theBasketContent .cartItem .removeBtn:after {
    content: " >"
}

header #stringSearchFrm #jshop_search {
    background-color: #95827e;
    border: 0 solid #1b1919;
    color: black;
    padding: 4px 7px;
    width: 66%;
}

header a:hover {
    color: #C64D00;
    text-decoration: none;
}

header #stringSearchFrm input[type=submit],
.blog #search.infoBox input[type=submit] {
    background-color: #1b1919;
    border: 1px solid #95827e;
    color: white;
    padding: 3px 7px;
}

.myorders_block_info .order {
    margin-bottom: 20px;
}


.lk-order .row {
    margin-bottom: 20px;
}


.lk-order .mobile-cart {
    display: none;
}

footer {
    margin: 0 auto;
    padding: 50px 0 80px;
    width: 100%;
    max-width: 1400px;
}

footer > div:first-of-type {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

footer #footer-menu {
    flex-grow: 1;
    margin-right: 130px;
}

footer #footerMenus {
    font-size: 120%;
    line-height: 20px;
    text-align: left;
}

#footerMenus .footerMenu > ul {
    display: flex;
    vertical-align: top;
    justify-content: space-between;
    padding: 0 10px;
}

.mobile #footerMenus > div {
    margin-bottom: 10px;
}

footer .grecaptcha-badge {
    visibility: hidden;
}

@media screen and (max-width: 1200px) {
    footer #footer-menu {
        margin-right: 6%;
    }
}

@media screen and (max-width: 992px) {
    footer #footer-menu {
        margin: 0 0 20px 0;
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    #footerMenus .footerMenu > ul {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    #footerMenus .footerMenu > ul > li {
        margin-bottom: 20px;
        width: 50%;
    }
}

@media screen and (max-width: 360px) {
    #footerMenus .footerMenu > ul > li {
        width: 100%;
    }
}

#footerMenus .separator, #footerMenus .nav-header {
    color: #000000;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.1;
    display: block;
}

#footerMenus a {
    color: #4E4E4E;
    font-size: 13px;
}

#footerMenus a.phone,
#footerMenus a.phone--first {
    color: #000000;
    font-size: 14px;
}

#footerMenus a.phone--first {
    display: block;
    margin-top: 14px;
}

#footerMenus a:hover {
    color: #C64D00;
    text-decoration: none;
}

#footerMenus ul,
#footerMenus li {
    margin: 0;
    padding: 0;
}

footer .socials {
    padding-top: 7px;
}

footer .socials a + a {
    margin-left: 14px;
}

footer .socials path {
    transition: 0.2s;
}

footer .socials a:hover {
    text-decoration: none;
}

footer .socials a:hover path {
    fill: #C64D00;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid #C4C4C4;
    color: #B9B9B9;
}

.footer-bottom > div:first-of-type {
    margin-bottom: 10px;
}

#footer-logos .custom {
    display: flex;
    flex-wrap: wrap;
}

#footer-logos .custom div {
    display: flex;
    margin-bottom: 10px;
    width: 100%;
}

#footer-logos .custom img {
    margin-right: 5px;
}

#footer-logos .custom img:last-child {
    margin-right: 0;
}

#footerMenus li {
    list-style-type: none;
}

.checkout-type-select {
    display: flex;
    flex-wrap: wrap;
}

.checkout-type-select > div {
    max-width: 50%;
}

@media screen and (max-width: 600px) {
    .checkout-type-select > div {
        max-width: 100%;
        width: 100%;
    }
}

.checkout-row {
    display: block;
}

.nvg-block-adress {
    margin-bottom: 30px;
}

.checkout-multicolumn-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

table.jshop_subtotal .total .value {
    font-size: 140%;
    font-weight: bold;
}

table.jshop_subtotal td {
    padding: 0 5px;
}


.container {
    margin: 0 !important;
}

.nvg-addinfo-textarea {
    width: 100%;
}

@media (max-width: 600px) {
    .checkout-first-row > div {
        width: 100%;
    }
}

.cp-form input[type=text] {
    width: 100%;
}

.modalMaterialWindow {
    position: fixed;
    margin-top: 15%;
    z-index: 1010;
    top: 0;
    left: 50%;
    margin-left: -300px;
    border: 1px solid black;
    -webkit-box-shadow: 0 0 5px 1px rgba(50, 50, 50, 1);
    -moz-box-shadow: 0 0 5px 1px rgba(50, 50, 50, 1);
    box-shadow: 0 0 5px 1px rgba(50, 50, 50, 1);
}

.modalMaterialWindow .glyphicon.glyphicon-remove {
    display: block;
    padding: 10px;
    position: absolute;
    right: 0;
    cursor: pointer;
}

#subscribeContainer {
    width: 290px;
}

#subscribeContainer p {
    margin-bottom: 15px;
    font-size: 120%;
    line-height: 1.1;
    color: #000000;
}

#subscribeContainer .input-wrapper {
    position: relative;
    margin-bottom: 10px;
    width: max-content;
}

#subscribeContainer input[type=text] {
    display: block;
    width: 195px;
    background-color: #F0F0F0;
    border: 0 solid #1b1919;
    padding: 7px 11px;
    color: black !important;
}

::placeholder { /* Firefox, Chrome, Opera */
    color: black;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: black;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: black;
}

#subscribeContainer input[type=submit] {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    padding: 3px 7px;
    width: 38px;
    height: 12px;
    border: none;
    background-image: url("data:image/svg+xml,%3Csvg width='38' height='8' viewBox='0 0 38 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M37.6511 4.63229C37.8468 4.43666 37.8468 4.11949 37.6511 3.92386L34.4632 0.735922C34.2676 0.540294 33.9504 0.540294 33.7548 0.735922C33.5591 0.93155 33.5591 1.24873 33.7548 1.44435L36.5885 4.27808L33.7548 7.1118C33.5591 7.30743 33.5591 7.6246 33.7548 7.82023C33.9504 8.01586 34.2676 8.01586 34.4632 7.82023L37.6511 4.63229ZM0.336914 4.77901L37.2969 4.77901V3.77714L0.336914 3.77714L0.336914 4.77901Z' fill='black'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    font-size: 0;
}

#stringSearchFrm {
    white-space: nowrap;
}

#subscribeResponse {
    font-size: 12px;
    padding: 5px;
    color: white;
}

.orangeText {
    color: #C64D00;
}

.breadcrumb {
    background-color: transparent;
    margin: auto;
    padding: 10px 0 0 0;
}

#YMapsCredit {
    display: none;
}

.fields-container {
    display: none;
}

.notAvailableStr {
    color: red;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
}

.sitka-btn, .available a, .available input, .instockNotifBtn, #sitkaOrderContent input[type=button], #sitkaOrderContent input[type=submit], .mr_filters .submit input, a.cart {
    color: white !important;
    cursor: pointer;
    padding: 6px 18px;
    background: #C64D00;
    border: 0;
    font-weight: bold;
    letter-spacing: 0;
    text-decoration: none !important;
    letter-spacing: 0.05em;
}

.sitka-btn:hover, .available a:hover, .available input:hover, .instockNotifBtn:hover, #sitkaOrderContent input[type=button]:hover, #sitkaOrderContent input[type=submit]:hover, .mr_filters .submit:hover, a.cart:hover {
    color: #cccccc;
    background: #F86508;
}


#sitkaOrderContent input[type=button].editCheckoutBtnCart {
    margin: 8px !important;
}

.forms input, .forms textarea {
    margin: 5px 0;
    padding: 4px;
}

.forms textarea {
    width: 100%;
}

body.mobile #sitkaOrderContent input[type=button],
body.mobile #sitkaOrderContent input[type=submit] {
    padding: 10px;
    margin-bottom: 3px;
}

.grayBtn {
    background-color: lightgray !important;
    color: black !important;
    padding: 4px 20px !important;
    text-transform: none !important;
    text-decoration: underline !important;
}

#sitkaOrderContent {
    padding: 30px 0;
    margin: 0 auto;
    width: 80%;
}

#sitkaOrderContent .stage {
    background-image: none !important;
}

/*{
	border: 0px;
	color: white;
	padding: 3px 10px;
	font-size: 10px;
	background: #cc6633;
	background: -moz-linear-gradient(top,  #cc6633 0%, #cc4000 49%, #cc6633 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc6633), color-stop(49%,#cc4000), color-stop(100%,#cc6633));
	background: -webkit-linear-gradient(top,  #cc6633 0%,#cc4000 49%,#cc6633 100%);
	background: -o-linear-gradient(top,  #cc6633 0%,#cc4000 49%,#cc6633 100%); 
	background: -ms-linear-gradient(top,  #cc6633 0%,#cc4000 49%,#cc6633 100%); 
	background: linear-gradient(to bottom,  #cc6633 0%,#cc4000 49%,#cc6633 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc6633', endColorstr='#cc6633',GradientType=0 ); 
	text-transform: uppercase;
}*/

.grayBoxWithHeader > .grayBoxTitle {
    background-color: #cccccc;
    font-weight: bold;
    padding: 3px 8px;
    text-align: center;
    width: 200px;
}

.grayBoxWithHeader > .grayBoxTitle + div {
    border: 3px solid #cccccc;
    padding: 5px;
}

.itemsListing.miniInfo .productImage {
    float: left;
}

.itemsListing.miniInfo h3 {
    font-size: 90%;
}

.itemsListing.miniInfo img {
    width: 70px;
}

#recommendedItems div.itemsListing.minimal > div.itemBox {
    border: 1px solid #cccccc;
    display: inline-block;
    margin-bottom: 2px;
    min-height: 270px;
    padding: 5px;
    position: relative;
    vertical-align: top;
    width: 32% !important;
}

#recommendedItems div.itemsListing.minimal > div.itemBox h3 a {
    min-height: 70px;
    display: block
}

#recommendedItems div.itemsListing.minimal > div.itemBox a.productImage {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#recommendedItems div.itemsListing.minimal > div.itemBox a.productImage img {
    max-height: 100%;
    max-width: 100%;
}

#recommendedItems div.itemsListing.minimal .price {
    min-height: 73px;
}

#recommendedItems div.itemsListing.minimal .red {
    display: block;
}

div.itemsListing.miniInfo > div.itemBox {
    position: relative;
}

div.itemsListing.minimal > div.itemBox .materials,
div.itemsListing.miniInfo > div.itemBox .materials {
    position: absolute;
    top: 0;
    right: 0;
}

div.itemsListing.minimal > div.itemBox .materials img,
div.itemsListing.miniInfo > div.itemBox .materials img {
    display: block;
    margin-bottom: 4px;
    width: 25px !important;
}

#infoPageContentContainer {
    background-color: white;
    padding: 10px 30px;
    min-height: 300px;
    margin: 0 auto;
    max-width: 1200px;
}


.submenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin: 10px 0;
    text-align: center;
    font-size: 12px;
}

.submenu a {
    flex-grow: 1;
    flex-shrink: 0;
    display: inline-block;
    padding: 10px 12px;
    border: 1px solid #FFFFFF;
    background-color: #F0F0F0;
    font-weight: 500;
    text-transform: uppercase;
}

.submenu a.active {
    background-color: #E5E5E5;
    pointer-events: none;
}

.submenu a:hover,
.submenu a:focus {
    background-color: #E5E5E5;
    color: black;
    text-decoration: none;
}

.submenu a img {
    display: none;
}

/* rating boxes */
.rating {
    border-radius: 5px;
    display: block;
    float: right;
    font-size: 30px;
    margin: 0 1%;
    padding: 0 5px;
    text-align: center;
}

.rating span {
    vertical-align: middle;
}

.rating > img {
    cursor: pointer;
    height: 25px;
    margin-right: 15px;
}

.rating.voted {
    cursor: none !important;
}

.rating.voted > img {
    cursor: none !important;
    opacity: 0.5;
}

.post-box .rating {
    font-size: 24px;
    width: 100px;
}

.post-box .rating > img {
    height: 25px;
}

#blogPosts .rating {
    border-color: transparent;
    background-color: transparent;
    font-size: 20px;
}

#blogPosts .rating > img {
    height: 25px;
    margin: 0;
}

/* rating boxes */

#socialsBar {
    margin-top: 0;
    position: relative;
}

#socialsBar > div {
    padding: 0 3px;
    display: inline-block;
    vertical-align: top;
    height: 24px;
}

#socialsBar > div:first-child {
    padding-top: 2px;
}

#socialsBar > div a {
    height: 24px;
}

.fb_iframe_widget iframe .pluginConnectButtonLayoutRoot {
    float: right !important;
}

.switchViewModeContainer {
    background-color: white;
    padding: 4px;
}

.cartajax-module {
    font-family: inherit !important;
    font-size: inherit !important;
    position: inherit !important;
    margin: inherit !important;
    padding: inherit !important;
}

.cartajax-module-count > div:hover {
    text-decoration: underline;
}

@media (min-width: 813px) {
    .inheaderPhones > div {
        padding: 0;
        padding-left: 30px;
        margin-top: 35px;
    }
}

#top-navbar-mobile {
    position: absolute;
    margin: 0 -15px;
    z-index: 2;
}

.menu-switch {
    display: block;
    height: 71px;
    font-size: 20px;
    text-transform: uppercase;
    padding: 5px 30px 5px 0;
    text-align: right;
    color: white !important;
}

.menu-burger {
    display: block;
    margin-top: 16px;
    width: 40px;
    height: 3px;
    background-color: #000000;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.open .menu-burger:first-of-type {
    transform: translateY(12px) rotate(45deg);
}

.open .menu-burger:nth-of-type(2) {
    opacity: 0;
}

.open .menu-burger:last-of-type {
    transform: translateY(-9px) rotate(-45deg);
}

.menu-burger + .menu-burger {
    margin-top: 8px;
}

.nav > li > a.sale-menu-item {
    color: #C64D00;
}

.topCollapseMobileMenu {
    display: none;
    width: 100vw;
}

.topMenuMobile > a {
    color: white;
    padding: 18px 0;
}

.topCollapseMobileMenu {
    background-color: #cccccc;
}

.topCollapseMobileMenu > li > ul {
    background-color: #dddddd;
}

.topCollapseMobileMenu > li > ul > li > ul {
    background-color: #eeeeee;
}

.topCollapseMobileMenu > li > a {
    color: black;
    font-weight: bold;
    padding-left: 20px;
    text-decoration: none;
    text-transform: uppercase;
}

.topCollapseMobileMenu a {
    cursor: pointer;
    display: inline-block;
    padding: 7px 0 7px 0;
}

.topCollapseMobileMenu li > a:first-child {
    flex-grow: 1;
}

.topCollapseMobileMenu a.saleLink {
    display: inline-block;
    background-color: #6ab103;
    color: white !important;
    padding: 3px 7px !important;
    text-transform: uppercase;
    font-weight: bold;
}

.topCollapseMobileMenu a.subDirectLink {
    padding: 7px 10px;
    text-align: end;
    text-decoration: none;
    transition: 0.2s;
}

.topCollapseMobileMenu a.subDirectLink:hover {
    color: #C64D00;
}

.topCollapseMobileMenu a.subDirectLink:before {
    content: '\25BC';
    cursor: pointer;
}

.topCollapseMobileMenu a.subDirectLink.open {
    transform: rotate(180deg);
}

.topCollapseMobileMenu ul a {
    padding-left: 40px;
}

.topCollapseMobileMenu ul a:hover,
.topCollapseMobileMenu ul a:active {
    text-decoration: none;
    color: #C64D00;
}


.topCollapseMobileMenu a.wSaleLink {
    margin-left: 5px;
}

.topCollapseMobileMenu ul {
    min-width: 100%;
}

.topCollapseMobileMenu,
.topCollapseMobileMenu ul,
.topCollapseMobileMenu li {
    margin: 0;
    padding: 0;
}

.topCollapseMobileMenu li.hasChild > ul {
    display: none;
}

.topCollapseMobileMenu li {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.topCollapseMobileMenu > li {
    border-bottom: 1px solid #666666;
}

.topCollapseMobileMenu li:first-child {
    border-top: 0;
}

.topCollapseMobileMenu li.hasChild img {
    display: none;
}

@media (max-width: 813px) {


    body.mobile h2 {
        font-size: initial;
        font-weight: bold;
    }

    .navbar-toggle {
        margin-right: auto;
        position: absolute;
        float: none;
        right: 14px;
        margin-top: 5px;
    }

    .navbar-toggle .icon-bar {
        background-color: white;
        display: block;
        width: 30px;
        height: 4px;
        border-radius: 4px;
    }

    .navbar-collapse {
        padding: 0;
    }

    .caret-reversed {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    footer #phones,
    footer #footerMenus {
        width: 100%;
    }

    footer #phones {
        margin-bottom: 10px;
        text-align: center;
    }

    footer #phones p {
        display: inline-block;
        text-align: right;
        /*width: 230px;*/
        margin: 0 auto;
    }

    #infoPageContentContainer h1 {
        font-size: 160%;
    }
}

@media (max-width: 1200px) {
    header nav > ul > li {
        line-height: 30px;
    }

    .submenu a {
        padding: 10px;
        margin: 0;
    }

    ul.topCollapseMobileMenu > li > ul li.hasChild ul {
        padding-left: 20px;
    }

    #footer-logos .custom div {
        justify-content: center;
    }
}

.mobile-panel {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    height: 65px;
    background-color: #282828;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

@media (min-width: 1200px) {
    .mobile-panel {
        display: none;
    }

    footer {
        padding-bottom: 20px;
    }
}

.mobile-panel__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0 5px;
}

.mobile-panel__item {
    position: relative;
    text-decoration: none;
}

.mobile-panel__item-inner-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    width: 58px;
}

.mobile-panel__item-icon {
    margin-bottom: 2px;
}

.mobile-panel__item-icon svg {
    display: block;
}

.mobile-panel__item-name {
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 500;
    line-height: 10px;
}

.mobile-panel__item-counter {
    position: absolute;
    top: 0;
    right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    background-color: #C64D00;
    text-align: center;
    line-height: 16px;
    color: #FFFFFF;
    font-size: 10px;
    border-radius: 50%;
}