* {
    margin:0px;
    padding:0px;
}

html,body{
   color:#2B2E33;
   font-size:20px;
   line-height:normal;
   font-family: 'GL';
   background:#F7F8F9;
   --menu-icon: #fff;
   --block-margin:100px;
}

header div, ul {
    display:flex;
}

header .gray_bg{
    background: #F0F0F0;
    height:48px;
}

button{outline:none;}

h1,h2,h3{
    font-weight:normal;
    margin:0px;
}

li {
    list-style: none;
}

span.arrow{
    width:8px;
    height:8px;
    display:flex;
    border: 2px solid #959494;
    border-right:0px;
    border-top:0px;
    transform: rotate(-45deg);
    border-radius:1px;
    position:relative;
    top:-2px;
}

span.arrow.down{
    transform: rotate(-45deg);
    transition:0.3s all;
}

span.arrow.up{
    transform: rotate(135deg);
    transition:0.3s all;
}

a {
    color:#53555C;
}

a:hover{
    color:#242528;
}

input{
    outline:none;
    border:0px;
    color:#242528;
    font-family: 'GL';
}

.button{
    background: #128D45;
    display:flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border:0px;
    color:#fff;
    font-family: 'GB';
    font-size:0.8rem;
    transition: background 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}

.button:hover{
    background: #65B345;
    color:#fff;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder  { color: #959494; }
input:-ms-input-placeholder,  textarea:-ms-input-placeholder{ color: #959494; }
input::-ms-input-placeholder, textarea::-ms-input-placeholder { color: #959494; }
input::placeholder, textarea::placeholder { color: #959494; } 

#panel{
    width:100%;
    display:block;
}

.center{
    width:100%;
    margin:0px auto;
    display:flex;
    position:relative;
    max-width:1400px;
    padding:0px 0px;
    box-sizing:border-box;
}

.l_arrow{
    position:absolute;
    background: transparent;
    border:0px;
    z-index:10;
    left:0%;
    cursor:pointer;
    top:50%;
    transform: translate(-50%,-50%) rotate(180deg);
}

.r_arrow{
    position:absolute;
    background: transparent;
    border:0px;
    z-index:10;
    right:0%;
    cursor:pointer;
    top:50%;
    transform: translate(50%,-50%);
}

.l_arrow img,
.r_arrow img
{
    float:left;
}

.controls{
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}

.catalog-section .l_arrow, .catalog-section .r_arrow{
    width:56px;
    height:56px;
    background: #FFFFFF;
    display:flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    box-shadow:0px 0px 15px #F0F0F0;
}

.item-recom .r_arrow{
    right:calc(0% + 30px);
}

#bx_incl_area_1{width:100%;}

h1,h2,h3,b{
    font-weight: normal;
    font-family:"GB";
}

button.button{
    background: #128D45;
    border-radius: 4px;
    color:#fff;
    font-size:0.8rem;
    font-family: "GB";
    cursor:pointer;
}