body{
    font-family: 'Roboto';
}
.description p, .description li, .description ul{
    font-weight: 400;
    font-size: 14px;
}
.well.msearch2.header__input{
    border-radius: 15px;
}
.footer{
    padding: 40px 0;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    font-family: Roboto;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto';
}
#msOrder{
    background: #dde7ff!important;
    border-radius: 15px;
}
.fotorama__img, .fotorama__wrap {
    width: auto !important;
    height: 100% !important;
}
header .wrapper .bg-menu .menu-base .wrap-menu-base .item-menu-base .drop-menu {left: 0;}
header .wrapper .bg-menu .menu-base .wrap-menu-base .item-menu-base .drop-menu ul {padding-left: 0;}
header .wrapper .bg-menu .menu-base .wrap-menu-base .item-menu-base .drop-menu .wrap-drop-menu .item-drop {margin: 10px;width: calc(20% - 20px);}

.logotipe {
    width: 100%;
    height: auto;
}

.logotipe > a > img {
    width: 100%;
}
.wrapper .content .catalog-title .wrapper-catalog li {
    width: 100%;
}
.mobile-btn {
    background-color: #03471d;
    color: white;
    border: none;
    font-size: 18px;
    padding-left: 15px;
}
/*.item-menu-small:nth-child(1) {
    padding:0!important;
}*/
#dropdown-menu > li:nth-child(1) > button {
    width: 100%;
    background-color: #03471d;
    border:none;
    outline: none;
    margin-right:0!important;
    padding-right: 20px !important;
}
#dropdown-menu > li:nth-child(1) > button:hover {
    background-color: #1e7c42;
}
#dropdown-menu > li:nth-child(1) > button > a {
    margin-right:0px;
     padding-right: 20px!important;
}
#second {
        display:none!important;
}
@media (max-width:766px) {
    header .wrapper .slider {
        display: none!important;
    }
}
body > article > div > div.google-map > div > div > h3,body > article > div > div.google-map > div > div > ul > li.item-contacts,
.google-map .wrap-map .contacts .wrap-contacts .item-contacts strong{
    color: #1cdd93 !important;
}
body > article > div > div.content.center-block > div > div.right-block > div.news-title.no-float.col-xs-12.hidden-xs{
    display: block!important;
}
.header.center-block > div > .phone.col-xs-6.col-sm-3 > div > span > span > a{
    color: #000;
    text-decoration: none;
}
.google-map > div > div > ul > li.item-contacts.phone > a {
    color: #1cdd93 !important;
    text-decoration: none;
}
.pagination ul li.active a {
    color: #6ba93d;
}
.google-map .google-map-code {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
}

ul.wrapper-catalog li {width: 100%;}

#msMiniCart{
    display: flex;
    justify-content: center;
    align-items: center;
}
.header__cart{
    display: block;
    height: 41px;
}
.header__cart::before{
    content: none;
}
.header__cart svg{
    position: absolute;
    margin-left: -20px;
    top: 8px;
}
.badge{
    color: var(--accent, #355efe);
    background-color: #FFF;
    margin-left: 7px;
}
.intro__right{
    height: 500px;
    max-height: unset;
}
.intro__left_wrapper{
    background: #d8d8d0!important;
}
.header__search{
    background: rgba(0,0,0,0);
}
.categories__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 30px 30px;
    grid-template-areas: ". . . .";
}

.item{
    height: 400px;
    width: unset;
}
.item__bg{
    height: 230px;
    max-width: unset;
}
.categories__item.item{
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.item__subtitle {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.item__button{
    display: block;
    margin-top: auto;
}
.categories__item{
    max-width: unset;
    max-height: unset;
}
.about__button{
    width: fit-content
}
.about {
    padding: 0;
}
p{
    font-family: Roboto!important;
    line-height: initial;
}
.about p, .about h1, .about h2, .about h3, .about h4, .about h5{
    color: var(--grey, #5c5c5c);
}
.header__burger{
    background-color: rgba(0,0,0,0);
}
.burger{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s cubic-bezier(0.34, 0.73, 0.47, 0.97);
}
.burger.active{
    opacity: 1;
    visibility: visible;
}
.burger__close-button{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    background: rgba(0,0,0,0);
    transition: 0.3s cubic-bezier(0.34, 0.73, 0.47, 0.97);
}
.burger__close-button:hover{
    opacity: 0.5;
}
.burger__wrapper{
    width: 320px;
    position: absolute;
    right: -100%;
    height: 100%;
    background-color: #FFF;
    padding-top: 60px;
    transition: 0.3s cubic-bezier(0.34, 0.73, 0.47, 0.97);
}
.burger.active .burger__wrapper{
    right: 0;
}
.burger__close{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.burger__nav-item{
    display: block;
    height: fit-content;
    padding: 12px 40px;
    font-size: 20px;
    color: #000;
}
.wrapper-catalog-item {
    display: flex;
    flex-direction: column;
}
.catalog__lists ul{
    display: flex;
    flex-direction: column;
}
.catalog__list{
    margin-top: 20px;
}
.catalog__left{
    width: 25%;
}
.catalog__right{
    width: 65%;
}
.catalog .container{
    justify-content: space-between;
}
.container::before, .container::after{
    content: none;
}
.catalog__lists ul ul{
    display: none;
    margin-left: 10px;
}
.catalog__lists .catalog__list.active + ul{
    display: flex;
}
.item__title{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.categories__side{
      grid-template-columns: 1fr 1fr 1fr; 
      grid-template-areas: 
        ". . ."
        ". . ."; 
}
.title-h{
    font-family: Roboto;
}
form.header__input{
    border: none;
    background: rgba(0,0,0,0);
    padding: 0;
    margin: 0;
    height: 100%;
    margin-right: 10px;
}
form.header__input input{
    height: 100%;
}
.header__search{
    padding: 0;
    border: none;
}
.header{
    background-color: rgba(0,0,0,0);
}
.slick-dots{
    display: flex!important;
    justify-content: space-between;
    height: 140px;
    position: relative;
    margin-top: 0;
}
.product__left img{
    height: 450px;
}
.slick-dots>li {
    position: relative;
    width: 32%;
    height: 100%;
}
.slick-dots .slick-active>button {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
}
.slick-initialized .slick-slide {
    display: block;
}

.slick-dots>li>img {
    width: 100%!important;
    height: 100%;
    position: absolute;
    top: 0;
}
ul.breadcrumb, ul.slick-dots {
    list-style-type: none;
    list-style-position: outside;
}
.popup.active {
    visibility: visible;
    opacity: 1;
}
.popup {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    height: 100vh;
    background-color: rgba(0,0,0,.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s cubic-bezier(.34,.73,.47,.97);
    transition: .3s cubic-bezier(.34,.73,.47,.97);
    cursor: pointer;
}
.popup .slick-slide {
    display: block;
    height: auto;
    width: auto!important;
    max-width: 90%;
    max-height: 90%;
}
.slick-arrow {
    position: absolute;
    z-index: 1;
    display: block;
    color: transparent;
    background: url(../img/arrow.svg) no-repeat;
    width: 40px;
    height: 40px;
    background-size: contain;
    top: 33%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slick-next {
    right: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
.slick-prev{
    left: 0;
}
.slick-arrow::before{
    content: none;
}
.slick-dots>li{
    border-radius: 15px;
    overflow: hidden;
}
.slick-dots .slick-active{
    border: 1px solid #355efe;
    border-radius: 15px;
    overflow: hidden;
}
.slick-list.draggable{
    height: 450px!important;
    border-radius: 15px;
}
.product__quantity .product__minus,.product__quantity  .product__plus{
    background: rgba(0,0,0,0)!important;
    padding: 0;
}
.content-base.no-float.col-xs-12, .catalog__about, .line_value{
    line-height: initial;
}
.content-base.no-float.col-xs-12 h2, .catalog__about h2, .line_value h2{
    font-size: 24px;
    text-align: inherit;
}
.content-base.no-float.col-xs-12 li, .catalog__about li, .line_value li{
    list-style-type: disc;
    margin-left: 16px;
    margin-bottom: 10px;
}
.list-unstyled{
    padding-left: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 30px 30px;
    grid-template-areas: ". . .";
}
.content-base.no-float.col-xs-12 .list-unstyled .gallery-item{
    width: 100%;
    padding: 0;
    margin: 0;
}
.catalog__full{
    width: 100%;
}
.catalog__full h2{
    text-align: left;
}
.categories__items.news {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 30px 30px;
    grid-template-areas: ". . .";
}
.categories__items.news .news__item {
    width: 100%;
}
.header__logo, .footer__logo{
    height: 150px;
    width: auto;
    max-width: 300px;
}

.header__logo-img, .footer__logo-img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
@media (max-width: 1150px){
    .categories__items {
      grid-template-columns: 1fr 1fr 1fr; 
      grid-template-areas: 
        ". . ."
        ". . ."; 
    }
    .categories__side{
      grid-template-columns: 1fr 1fr; 
      grid-template-areas: 
        ". ."
        ". ."; 
    }
}
@media (max-width: 870px){
    .cart{
        width: 50%;
    }
    .header__cart{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header__cart svg{
        position: absolute;
        margin-left: -40px;
        top: 8px;
    }
    .empty, .not_empty, .header__cart{
        width: 100%!important;
    }
}
@media (max-width: 865px){
    .categories__items {
      grid-template-columns: 1fr 1fr; 
      grid-template-areas: 
        ". ."
        ". ."; 
    }
}
@media (max-width: 786px){
    .footer__left, .footer__right{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
@media (max-width: 650px){
    .categories__items {
      grid-template-columns: 1fr; 
      grid-template-areas: 
        "."
        "."; 
    }
}

.footer__add .footer_links {
    display: flex;
    justify-content: space-between;
}

a:focus, a:hover {
    color: #888888;
}