@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');
#top_header {
    max-width: 1520px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Montserrat;
    margin-top: -30px;
    margin-bottom: -30px;
}
#top_header .search_block{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 17px;
min-width:650px;
}
#top_header .search_block .description{
    font-size: 15px;
    font-weight: 600;
    text-align: left;
}
#top_header .right-top_block{
    display: flex;
    flex-direction: column;
}

#top_header .right-top_block .right_top{
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 600;
    column-gap: 50px;
    align-items: center;
}
#top_header .right-top_block .right-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#top_header .right-top_block .mail_top_header a{
    color: #333333;
    margin-left:2px;
    text-decoration: underline;
}
#top_header .right-top_block .phone_top_header{
    font-size: 26px;
    font-weight: 600;
}
#top_header .right-top_block .phone_top_header a,#top_header .right-top_block .phone_top_header:hover{
    color: #333333;
}
#top_header .right-top_block #top-user-title{
    top: 0;
    background: none;
    color: #333333;
    display: flex;
    align-items: center;
    box-shadow: none;
    padding: 0 30px 0 0;
}
#top_header .right-top_block #top-user-title .basket_total{
    margin-left: 12px;
    margin-right: 5px;
}


#top_header .right-top_block .right_bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#top_header .right-top_block .soc_header{
    max-height: 35px;
    padding: 0;
}
#top_header .right-top_block .btn-feedback-link,#footer-container .btn-feedback-link{
    border-radius: 8px;
    padding: 18px 22px;
    font-size: 13px;
    font-family:Montserrat;
}
#footer-container .btn-feedback-link{
    margin-top:15px;
}
/**/
#top_header #right-buttons{
    max-height: 50px;
    height: auto;
}
#top_header #right-buttons.fixed_basket{
    height: 0;
}
#top_header #right-buttons.fixed_basket #top-user-title{
    height: 50px;
}
#right-buttons #top-user-title {
    border: none;
}

#hat-container #top_header #right-buttons.fixed_basket #top-user-title{
    border: none;
    z-index: 99;
    background: #004295;
    border-radius: 10px;
    padding: 20px;
    right: 25px;
    color: #fff;
    box-shadow: 0px 1px 5px #004295;
}

.burger-dekstop{
    width: 11px;
    height: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.burger-dekstop span{
    height: 2px;
    width: 100%;
    background: #fff;
}
#full-container #categories-cont div.container{
    display: flex;
}
#categories-cont{
    font-family: Montserrat;
    padding: 0;
    font-size: 13px;
    text-transform: uppercase;
}
#categories-cont container{
    display: block;
    width: 100%;
}

#categories-cont #catalog-title{
    font-family: Montserrat;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#full-container #catalog-title a.shop-link{
    display: flex;
    align-items: center;
    gap: 7px;
}
.navbar-collapse > .navbar-nav{
    font-size:13px;
}


#blocks-col{
    font-family: 'montserrat';
    margin-top:43px;
}
#h_s990908{
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 24.38px;
    text-align: left;
}
#auth_form_m input[type="text"],#auth_form_m  input[type="password"],#blocks-col input[type="text"], #blocks-col input[type="password"]{
    background-color: #E4E4E4;
    border: none;
    padding: 14px 0 11px 18px;
    border-radius: 10px;
    width: 100%;
    font-size: 13px;
    font-family: 'montserrat';
    font-weight: 600;
}

#blocks-col #rte87634 input[type="text"],#blocks-col #rte87634 select{
    background: none;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
}

#blocks-col input[type="submit"],#auth_form_m input[type="submit"]{
    background: #004295;
    color: #fff;
    border: none;
    width: 100%;
    border-radius: 10px;
    padding: 12px 0 12px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'montserrat';
    font-size: 13px;
}


#blocks-col .link_auth{
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
    font-size: 13px;
    text-transform: uppercase;
    justify-content: center;
}
#blocks-col .link_auth a{
    font-size: 13px;
    color:#333333;
}
#blocks-col div.block_header, .block_header_top{
    font-family: Montserrat;
}
#blocks-col div.block_cont p{
    font-family: 'montserrat';
}
/*custom_checkbox*/
label.custom_checkbox{
    background: #E4E4E4;
    width: 16px;
    height: 16px;
    min-width: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 100;
    margin-right: 8px;
    border-radius: 3px;
}
input:checked~label.custom_checkbox{
    background: #004295;
    color:#fff;
}
input:checked~label.custom_checkbox:after{
    content: "\2714";
}
.custom_checkbox_line{
    display:flex;
}
.custom_checkbox_line input[type="checkbox"]{
    opacity: 0;
    height: 1px;
    width: 1px;
}
/*custom_checkbox*/
#s990908_m .block_header{
    font-family: 'montserrat';
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: #052f83;
}
li.cat-col {
    width: 30%;
}
.cat-image {
    border-radius: 10%;
}
.ibl {
border-radius: 10px;
}
@media (max-width:1440px) {
    #top_header{
        column-gap: 15px;
    }
    #top_header .right-top_block .right_top{
        column-gap: 15px;
    }
    #top_header .right-top_block .right_top{
        flex-wrap: wrap;
    }
    #top_header .right-top_block .right_bottom{
        flex-wrap: wrap;
        row-gap: 7px;
    }
    #top_header .right-top_block .phone_top_header{
        font-size: 22px;
    }
}
@media(max-width:1280px){
    #top_header .right-top_block .btn-feedback-link,#footer-container .btn-feedback-link{
        padding: 8px 20px;
    }
    .right_bottom .btn-block{
        display: flex;
    }

    #categories-cont .container{
        margin: 0;
        padding: 0;
    }
    #menu-block-header .nav > li > a{
        padding: 15px 7px;
    }
    #categories-cont #catalog-title{
        padding: 7px;
    }
}
@media(max-width:992px){
li.cat-col {
    width: 50%;
    float: none;
}

    #main-menu .menu{margin-top:15px;}
    #main-menu .menu .glyphicon{display:none}
    #top-menu-nav .navbar-toggle{display:block}
    #categories-cont #catalog-title{padding:15px 10px; width:100%;}
    #menu-block-header{display:none}
    #top-menu-cont { display: block; }
    .burger-dekstop{
        display:none;
    }
    #catalog-title #cat-toggler{
        width:15px;
        height:15px;
        /*color: blue;*/
        color:#fff;
        top: 15px;
        z-index: 9;
        position: absolute;
        right: 12px;
    }
    #full-container #categories-cont div.container{
        display: block;
        width:100%;
    }
    #categories-cont #catalog-title{
        display:block;
    }
    #cat-toggler{display:block}

/*top mobile menu*/
#top-menu-nav{
    display: flex;
    flex-direction: column;
}

#top_mobile_menu_list{
    display:none;
}
#top_mobile_menu_list ul{
    display: flex;
    flex-direction: column;
    align-items: center;
}
/*#top_mobile_menu_list.active{
    display: flex;
}*/
/*top mobile menu*/
}
@media(max-width:768px){




    #top_header{
        flex-direction: column;
    }
    #top_header .search_block .description{
        text-align: center;
    }
    #top_header .right-top_block .right_top{
        align-items: center;
        flex-direction: column;
    }
    #top_header .right-top_block .right_bottom{
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
}

@media (max-width: 600px) {
#footer-container .copy {
    gap: initial;
    flex-direction: column;
    align-items: center;
}
#main_page_banner h1 {
margin: 40px auto 0;
        font-size: 32px;
        line-height: normal;
}
#main_page_banner {
background-size: cover;
height: 350px;}
#main_page_tizers .tizers_list .tizers_item .text {font-size: 19px;}
#main_page_tizers .tizers_list .tizers_item img {
    margin-top: -60px;
    height: 100px;
}
}


#full-container #categories-cont a {
    color: white !important;
    font-weight: 700;
font-size:14px;
text-transform: capitalize;
}

#full-container #categories-cont {
background-color: #004295;
    color: white;
}

div#menu-block-header ul.navbar-nav li>.open_page {
color: #004295 !important;
background:none;
text-decoration:underline;
}


    .container-flex-top {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 20px;
      max-width: 1520px;
      margin: 0 auto;
padding:20px 0 0 0;
    align-items: center;
    }

    .block {

    }

.address-small {
    font-size: 14px;
    color: #555;
    max-width: 235px;
    padding-left: 40px;
    background-image: url(/picture/location-pin-alt-1.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

    .block.menu {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 10px;
max-width:885px;
    }

    .menu a {
      text-decoration: none;
padding:0 7px;
font-weight: 400;
font-size: 13px;

text-align: center;
text-transform: uppercase;
color:#333;
    }
.menu a:hover {
      text-decoration: underline;
}
#categories-cont a:hover {
    background-color: transparent !important;
}
    .block.socials {
      display: flex;
      gap: 15px;
max-width:260px;
    }

    .socials a {
      width: 32px;
      height: 32px;
      display: inline-block;
      background-color: #ddd;
      border-radius: 50%;
      text-align: center;
      line-height: 32px;
      font-size: 16px;
      color: #333;
      text-decoration: none;
    }

    .block.phone-address {
      font-size: 19px;
max-width:220px;
color:#004295;
    }

    .phone {
    padding-left: 31px;
    background-image: url(/picture/phone-signal.svg);
    background-repeat: no-repeat;
    background-size: contain;
    }

    .email-large {
    padding-left: 31px;
    background-image: url(/picture/mail-alt.svg);
    background-repeat: no-repeat;
    background-size: contain;
    }

.description-top {
max-width:205px;
margin-left: -55px;
}



.description-strong {

font-weight: 700;
font-size: 14.28px;
line-height: 17.14px;
letter-spacing: 0%;
vertical-align: middle;

}

.search_block .form-control {
    height: 50px;
}

#top-search-button {
    height: 50px;
    width: 50px;
}
input#top-search-input {
    border-radius: 4px;
}

#top-user-title.top-bascket-use {
    background-color: transparent;
top: -50px;
    left: -60px;
    box-shadow: none;
    width: 85px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#top-user-title.top-bascket-use:hover {
text-decoration:none;
}



  .burger {
    display: none;
    flex-direction: column;
    width: 44px;
    padding: 8px;
    height: 33px;
    justify-content: space-between;
    cursor: pointer;
    border: solid 1px #004295 !important;
    border-radius: 4px;
  }

  .burger span {
    display: block;
    height: 2px;
    background: #333;
    border-radius: 2px;
  }


#top-menu-nav .menu-catalog {display:none;}
.top-search-div {display:none;}

@media (max-width: 600px) {
.container-flex-top {
        display: flex;
        padding: 0px;
        flex-direction: column;
        gap: 0;
}

.address-small, .block.menu, .block.socials, .block.phone-address {
max-width:100%;
margin: 10px 0;
}

.description-top {text-align:center; max-width:100%;margin-bottom: 20px;        margin-left: 0;}
        

#top_header .search_block {
min-width:100px;
}

#top_header {
    margin-top: 0px;
    margin-bottom: 0px;
}

#top_header .right-top_block {
    margin-top: 20px;
}



a#top-user-title {
    display: none;
}

.login__user {
    display: none;
}

#categories-cont span.basket_total {
    display: none;
}

    .menu a {
      display: none;
    }

    .menu.open a {
      display: block;
      margin: 5px 0;
text-align:left;
    }

    .burger {
      display: flex;
    }
.address-small {order:3;}
.block.menu {
    background-color: #f6f6f6;
padding: 10px 20px;
display:block;
order:1;
width:100%;
}

.block.socials {
text-align: center;
        padding: 10px;
        justify-content: center;
order:4;
        width: 100%;
}

.block.phone-address {
        padding: 10px 10px 10px 10px;
        justify-content: space-between;
        display: flex;
order:1;
width:100%;
}

#top-menu-nav .menu-catalog {
        margin: 0px 0px 0px 20px;
        font-size: 18px;
        display: flex;
        align-items: center;
}

.navbar-header {display:flex;}
#top-menu-cont {
        background-color: #004295;
        color: white;
}

#top-menu-nav .menu-catalog {color:white;}
.navbar-toggle .icon-bar {
background-color: white !important;
}
#top-menu-nav .navbar-toggle {
    border: solid 1px white !important;
background: transparent;
}

.navbar-inverse .navbar-nav > li > a { 
        color: white !important;
}

}

.btn-feedback-link:hover {
    background-color: #0026ff;
    border-color: #0026ff;
    color: #ffffff;
}

#hat-container {
    padding: 15px 0 5px;
}
section#s990908_m {
    display: none;
}

div#top-menu-cont {
    display: none;
}

button#top-search-button {
    background: #004295;
    border: none;
}

.block.phone-address a {
    color: #004295;
}

#top_header .right-top_block .right_bottom {background: #004295;text-transform: uppercase;border-radius: 30px;height: 50px;line-height: 0px;}



.right-top_block .btn-feedback-link:hover {
    background: none;
}

#top_header .right-top_block .right_bottom a {
    color: #fff;
}

span.basket_amount {
    display: none;
}

#top-user-title.top-bascket-use {
    position: relative;
}

span.basket_total {
    position: absolute;
    z-index: 10;
    background: #004295;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #fff;
    box-shadow: 0px 0px 10px -2px #fff;
    top: 7px;
    left: 10px;
}
section#s990908 {
    display: none;
}
section#s990908.fixed__show {
    display: block;
    position: fixed;
    z-index: 50;
    left: 50%;
    top: 50%;
    background: #fff;
    width: 370px;
    height: 330px;
    padding: 70px;
    box-sizing: content-box;
    margin-top: -270px;
    margin-left: -250px;
    box-shadow: 0px 0px 2px 0px #000;
}

.login__user {
    float: right;
    top: -35px;
    z-index: 10;
    position: relative;
    font-size: 19px;
    cursor: pointer;
}

span.xclose {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 40px;
    cursor: pointer;
z-index:70;
}

    .block.address-small {
        padding-left: 60px;
    }

#contents-col .ibl-name {
    height: 130px;
    display: block;
}

.block.address-small span.nobr {
    white-space: nowrap;
}

ul.twr-grid li.twr-col p.twr-name {
    word-break: break-word;
}
.categories-mobile {
    display: none;
}
#modal_call {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 50;
    background: #fff;
    padding: 20px;
    border: 1px solid #000;
    transform: translate(-50%, -50%);
}

@media (max-width:600px){
    section#s410322 .list-brands,
    section#bs78960003 .list-brands {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    span#bottom-bask {
        display: none;
    }
span.blue {
    color: #004295;
}
.categories-mobile {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 15px;
    font-family: 'Roboto Slab', sans-serif;
}

.categories-mobile .burger span {
    color: #fff;
    background: #fff;
    cursor: pointer;
}

div#categories-cont {
    margin-top: 33px;
    position: relative;
}

.bl-dop-inf {
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -60px;
}

span#bottom-bask {
    color: #004295;
display: block;
}

#top-user-title.top-bascket-use {
    top: 0;
    left: 0;
}

.login__user {
    top: 11px;
    left: 53px;
    display: block;
    color: #004295;
}
section#s990908.fixed__show {padding: 20px;width: calc(100% - 90px);margin: 0;left: 0;top: 260px;box-sizing: content-box;}

section#s990908 .block_cont {
    display: block;
    width: auto;
}

.block_header strong {
    display: none;
}
}

@media (max-width:380px){
    .email-large {
        background-size: 27px;
    }
    
    .phone {
        background-size: 27px;
    }
    
    .block.phone-address {
        font-size: 17px;
        white-space: nowrap;
    }
}

#contents-col .mttz-page p {
    color: #000;
}

.mttz-page ul {
    padding: 10px 20px;
    list-style: disc;
}


ul.mtz-services-list > li {
    font-weight: 700;
    list-style: none;
}


.main__faq details {
border: 1px solid #e0e0e0;
border-radius: 4px;
margin-bottom: 12px;
padding: 8px 16px;

background: #fff;
}

.main__faq summary {
cursor: pointer;
font-weight: 600;
list-style: none;
display: flex;
align-items: center;
}

.main__faq summary::-webkit-details-marker {
display: none;
}

.main__faq summary::before {
content: "▶";
margin-right: 10px;
font-size: 12px;
transition: transform 0.2s;
}

.main__faq details[open] summary::before {
transform: rotate(90deg);
}

.main__faq summary h3 {
margin: 0;
font-size: 18px;
}

.main__faq details p {
margin: 12px 0 0 22px;
line-height: 1.5;
color: #333;
}

.main__faq details ol {
margin: 12px 0 0 22px;
padding-left: 20px;
}