@charset "UTF-8";
.container.white,
header.xs .sticky{
	background-position:top center
}
section h1,
.catalog-view h1{
	position:relative;
	z-index:1;
	display:inline-block;
	padding-right:30px;
}
h1{
	font-family: arial;
	font-size: 30px;
}
/**Появление тени**/
.hover-effect1 {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.hover-effect1:hover {
-moz-box-shadow: 0 0 10px #000;
-webkit-box-shadow: 0 0 10px #000;
box-shadow:0 0 10px #000; 
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}

#fixed-sections
{
	position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.m-section--bg-color {
    background-color: #000;
}
.m-section {
    min-height: 50px;
    padding: 10px 0 10px 0;
    position: relative;
    border-bottom: 0px solid #d9d9d9;
    display: flex;
    justify-content: center;
}
.nav-dropdown-lines {
    cursor: pointer;
    position: relative;
    display: none;
    flex-direction: column;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #FFFFFF;
    border-radius: 25px;
    transition: transform .3s,-webkit-transform .3s;
}
.m-wrapper--fake {
    width: 1170px;
}
.m-wrapper {
    width: 100%;
}
.logo-wrapper {
    height: auto;
    width: 20%;
    max-width: 30%;
    margin-right: 0px;
}
.menu-wrapper {
    height: auto;
    min-height: 40px;
    flex-grow: 1;
    flex-basis: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.action-wrapper {
    max-height: 100%;
    width: 17%;
    max-width: 30%;
    margin-left: 0px;
}
.topmenu-item {
    padding: 10px 20px;
    border-radius: 0px;
    cursor: pointer;
    position: relative;
    transition: .1s;
    color: #ffffff;
    text-decoration: none;
}
.topmenu-item__name, .submenu-item__name span {
    position: relative;
}
.ms-ts-103 {
    font-family: Montserrat,Arial!important;
    font-weight: 600!important;
    font-style: normal!important;
    font-size: 18px!important;
    line-height: 140%!important;
    letter-spacing: 0px!important;
    color: rgb(230, 168, 34)!important;
}
.ms-active-string {
    display: inline-block;
    min-width: 12px;
}
.with-submenu .arrow:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    position: relative;
    vertical-align: middle;
    bottom: 2px;
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    transform: rotate(
-135deg);
    margin-left: 5px;
}
.submenu {
    left: 0px;
    padding: 0px;
}
.submenu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 100;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: .3s;
    background-color: #2a2a2a;
    min-width: 230px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    left: 0px;
    top: 100%;
    padding: 5px 10px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 16%);
    transform: translate3d(0, -10px, 0);
}
.blk_section_inner {
    background-position: 50% 0%;
    background-repeat: no-repeat;
}
.blk_section_inner {
    position: relative;
    z-index: 4;
}
.mha {
    margin-right: auto;
    margin-left: auto;
}
.lmenu {
    text-decoration: none;
    font-size: 18px!important;
    font-weight: 400!important;
    background: rgba(0, 0, 0, 0);
    border-top: 0px solid #d9d9d9;
    border-left: 1px solid #a3a2a2;
    border-right: 1px solid #a3a2a2;
    border-bottom: 1px solid #a3a2a2;
    border-radius: 0;
    height: auto;
    padding: 5px 10px 5px 10px;
    vertical-align: baseline;
    width: auto;
    display: block;
    color: #212121;
    text-transform: none;
}
.catalog-nav ul a:hover{
color:#2a2c2d;
background-color: #ffffff;
}

.lmenu a:focus, a:hover{
background-color: #ffffff;
text-decoration: none;
font-weight: 600!important;
}

.btn-new a:focus, a:hover{
font-weight: 300!important;
}

.logo-wrapper.tel a:focus, a:hover{
background-color: unset;
}
.topmenu {
    font-weight:bold;
    padding-top: 15px;
}
table.kran
{
    max-width: 400px;
}
table.kran td
{
    padding: 7px
}
