.mod-slab #specialButton {
    position: fixed;
    top: 30%;
    left: 0;
    padding: 0 10px;
    font-size: 32px;
    z-index: 9999999;
    background-color: #fff;
    border-radius: 0 10px 10px 0;
    cursor: pointer;
    opacity: 0.7;
    transition: all .3s;
}
.mod-slab #specialButton:hover {
    opacity: 1;
}
.mod-slab #specialButton i:before {
    color: #000;
}
html.special-color-1 body,
html.special-color-1 body p,
html.special-color-1 body li,
html.special-color-1 body a,
html.special-color-1 body span,
html.special-color-1 body i:before {
    color: #000 !important;
}
.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);}*/

header .wrapper .bg-menu .menu-base .wrap-menu-base .item-menu-base {
    position: relative;
}
header .wrapper .bg-menu .menu-base .wrap-menu-base .item-menu-base .drop-menu {
    top: 100%;
    width: 250px;
    overflow: auto;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
header .wrapper .bg-menu .menu-base .wrap-menu-base .item-menu-base .drop-menu .wrap-drop-menu .item-drop {
    position: relative;
    width: 100%;
    margin: 0;
    border-radius: 0;
    padding: 10px 15px;
    height: auto;
    box-shadow: none;
    border-bottom: 1px solid rgba(0,0,0,0.5);
}
header .wrapper .bg-menu .menu-base .wrap-menu-base .item-menu-base .drop-menu .wrap-drop-menu .item-drop img {display: none;}

.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;
}
.header__logo-img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media (max-width:766px) {
    header .wrapper .slider {
        display: none!important;
    }
}

.google-map h3,
.google-map .item-contacts,
.google-map .item-contacts strong{
    color: #1cdd93;
}
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 .phone a{
    color: #000;
    text-decoration: none;
}
.google-map > div > div > ul > li.item-contacts.phone > a {
    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%;}

@media(min-width: 601px){
    .wrap-map .map {
        position: absolute;
        width: 100%;
        height: 226px;
        top: 0;
        left: 0;
    }
}

.wrapper .content .right-block {padding-bottom: 25px;}

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

.ajax_form .row {margin-left: -10px; margin-right: -10px;}
.row .agreement-check {text-align: left !important; position: relative; padding-left: 10px; padding-right: 10px;}
.row .agreement-check input[type=checkbox] {position: absolute; left: 10px; top: 0;}
.row .agreement-check label {padding-left: 20px; }

.cookie-message.js-cookie-message {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 55;
  background: rgba(255,255,255,0.9);
  font-size: 1rem;
} 
.cookie-message.js-cookie-message .cookie-message-inner {
    position: relative;
}
  
.cookie-message.js-cookie-message .cookie-message-text {
    position: relative;
}
  
@media (min-width: 768px){
    .cookie-message.js-cookie-message{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .cookie-message.js-cookie-message .cookie-message-text {
      padding-right: 150px;
    }
    
    .cookie-message.js-cookie-message .js-cookie-message-confirm {
      position: absolute;
      top: 50%;
      right: 15px;
      margin-top: -17px;
      width: 150px;
    }
}
@media (max-width: 767.99px){
    .cookie-message.js-cookie-message{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    
    .cookie-message.js-cookie-message .js-cookie-message-confirm {
      position: relative;
      margin-top: 15px;
      width: 100%;
    }
}

.feedback {
    padding-top: 10px;
}