
* {
  -webkit-tap-highlight-color: transparent;
}
html {
  height: 100%;
}
body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.6;
  font-family: "OpenSans", sans-serif;
  overflow-x: hidden;
  background: #ecedf1;
  padding: 0;
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  cursor: default; }

.hidden {
  display: none;
  padding-top: 30px; }

ul, li, menu, p {
  padding: 0;
  margin: 0; }

ul, li {
  list-style: none; }

a {
  text-decoration: none;
  color: inherit; }
h1 {
  margin: 0;
  line-height: 1.1;  
}
input, textarea {
  outline: none; }

.button-call {
  display: none; }

.container {
  max-width: 1280px;
  position: relative;
  margin: 0 auto;
  padding: 0;
}



.logo {
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    padding: 20px 15px 5px 15px; }

.logo .svg__logo-molotagro {
    width: 260px;
    height: auto;
    visibility: hidden;
    position: absolute;
    z-index: 2;
    top: 50px;
}

.logo .svg__logo {
  width: 260px;
  height: auto;
  padding: 50px 0 0 0;
  position: relative;
  z-index: 2;
}

.logo .svg__logo-molotagro-grey {
    width: 260px;
    height: auto;
    padding: 0;
    position: relative;
    bottom: 12px;
    z-index: 1;
    top: 0px;
}

.clear {
  height: 20px; }

.top-line {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  color: #1d4176;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 55px; }
  .top-line .top-line-mail {
    padding: 0 15px; }
.top-line .top-line-mail svg {
  width: 18px;
  top: 2px;
  position: relative;
}
.top-line .top-line-worktime svg {
  width: 18px;
  top: 2px;
  position: relative;
}
    .top-line .top-line-mail .mail a {
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      font-weight: lighter;
      color: #108a0f; }
      .top-line .top-line-mail .mail a:hover {
        color: #1d4176;
        text-shadow: 2px 2px 25px orange; }
  .top-line .top-line-worktime {
    padding: 0  15px; }
    .top-line .top-line-worktime .worktime {
      font-weight: lighter; }
  .top-line .top-line-phone {
    font-size: 20px;
    color: #fff;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #34e428;
    position: relative; }
    .top-line .top-line-phone .fa-phone {
      padding: 0 15px;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      width: 25px;}
    .top-line .top-line-phone span.phone {
      padding: 0 15px;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      background: black;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -o-flex-direction: column;
      flex-direction: column;
      line-height: 1.3;
          justify-content: center;
       }
.top-line .top-line-phone span.phone b {
  line-height: 27px;
}

.sticky {
	    position: sticky;
    top: 0;
    z-index: 999999999;
}

.slider::after {
  background: url(../images/new/bg-main.webp) no-repeat center center fixed;
  background-size: cover;
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.menu {
  background: #32b536;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  font-family: 'OpenSansL', sans-serif;
  height: 50px;
  position: sticky;
  top: 0;
  z-index: 999;
   }
  .menu .top-menu-burger {
    display: none; }
    .menu .top-menu-burger .fa-times {
      display: none; }
  .menu .top-menu ul#top-menu {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .menu .top-menu ul#top-menu li {
      padding: 0 15px;
      text-align: center;
    align-items: center;
    display: flex;
  line-height: 1; }
.menu .top-menu ul#top-menu li.active {
 /* text-decoration: underline; */
      font-weight: bold;
      background: #328f35;
    padding: 0 10px;
    line-height: 1;
    height: 49px;
   }
    
     .menu .top-menu ul#top-menu li img {
        height: 14px;
        padding: 0 5px; }
      .menu .top-menu ul#top-menu li:hover a span {
        text-decoration: underline; }
  .menu .top-search {
    padding-right: 10px; }
    .menu .top-search form .input-search {
      border: none;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      padding: 10px; }

.slider {
  padding: 0;
  margin: 0;
  position: relative; }
  .slider .main-title {
    text-align: center;
    padding: 120px 0; }
    .slider .main-title .main-title-top {
      font-size: 50px;
      color: black;
      font-family: 'OpenSansB', sans-serif;
      text-align: left;
      padding: 30px;
      font-weight: bold;
      text-shadow: 1px 1px 20px white; }
    .slider .main-title .main-title-bottom {
      font-size: 26px;
      color: #fff;
      text-align: left;
      padding: 0 30px;
      line-height: 30px;
      font-weight: bold; }
    .slider .main-title .main-title-buttons {
      text-align: left;
      padding: 30px;
      margin: 60px 0 0;
      position: relative;
      cursor: pointer; }
      .slider .main-title .main-title-buttons .button-catalog a {
       background: #34E428;;
        padding: 20px	40px;
        color: #fff;
        -webkit-border-radius: 7px;
        border-radius: 7px;
        font-weight: bold;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
         }
        .slider .main-title .main-title-buttons .button-catalog a:hover {
          background: orange;
          -webkit-box-shadow: 1px 1px 15px #fff;
          box-shadow: 1px 1px 15px #fff; }


              .top-line-mobile {

    display: none;
  }
  .menu .top-menu-phone {
display: none;
}

  .menu .top-menu-message{
display: none;
}

.menu .top-menu-search {
  display: none;
}

.top-logo-mobile {
  display: none;
}
.good__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 15px 0;

}
.good__img {
  padding: 50px;
}
.good__item_hover .good__img {
  width: 100px;
  position: relative;
  padding: 0;
}
.good__item_hover .slide-prefix {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  top: 5px;
  left: 10px;
}
.good__item_hover .slide-vendor {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: start;
   left: 10px;
   top: inherit;
 }

.good__item_hover .item-stock {
  position: relative;
  left: 10px;
  top: inherit;
}

.good__item_hover .item__part {
  display: flex;
  justify-content: space-between;
}


.good__item {
  background: #ffffff;
  width: 32%;
  position: relative;
  border: 1px solid #32b536;
}

.good__item .btn__more {
   position: absolute;
   bottom: 10px;
   right: 10px;
   font-size: 16px;
   padding: 5px 15px;
   background: #26ad1d;
   color: #fff;
 }
.good__item_2 .btn__more {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 16px;
  padding: 5px 15px;
  background: #26ad1d;
  color: #fff;
}


.good__item img, .good__item_2 img {
  max-width: 100%;
}

.good__item_2 {
  background: #ffffff;
  width: 24%;
  position: relative;
  border: 1px solid #32b536;
}

.good__item_hover .my__carousel img{
  max-width: 70px;
}
.my__carousel::before {
  content: '+ подарки';
  top: -28%;
  left: 10px;
  right: 0;
  bottom: 0;
  position: absolute;
  color: #fd3c49;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}

.item__character {
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}


table {
  width: 100%;
  font-size: 14px;
}
 tr:nth-child(odd) {
  background: #e9e9e9e9;
}

 td {
  border: 1px solid #eee;
  padding: 2px 10px;
}

.guarantee__price img {
  max-width: 40px;
  margin-right: 8px;
}


.good__item_hover .guarantee__price {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  display: flex;
  align-items: center;
}
.good__item_hover .btn__more{
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 16px;
  padding: 5px 15px;
  background: #26ad1d;
  color: #fff;
}


.multiple-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.guarantee__price .multiple-item span {
  font-size: 12px;
  position: relative;
  top: -5px;
  line-height: 12px;
  text-align: center;
  font-weight: normal;
}

.multiple-item span {
  font-size: 12px;
  position: relative;
  top: -5px;
  line-height: 12px;
  text-align: center;
  font-weight: normal;
}

.my__carousel {
  padding: 0 50px;
  margin-top: -10px;
  position: relative;
}
.slick-prev:before, .slick-next:before {
  color: #15212d;
}

.slide-prefix {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2e353f;
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 14px;
}

.slide-vendor {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2e353f;
  position: absolute;
  top: 22px;
  left: 10px;
  font-weight: bold;
  font-size: 20px;
  text-shadow: 1px 1px 1px #ffffff;
  text-decoration: underline;
}
.good__instock {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2b882e;
  position: absolute;
  top: 54px;
  left: 10px;
  font-size: 14px;
  line-height: 1;
}


.slide-model {
  background: #263346;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d3dae2;
}

.slide-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: #2e353f;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.price__accent {
  font-weight: bold;
  color: #2b882e;
  font-size: 24px;
  margin-right: 5px;
  text-shadow: 1px 1px 1px #ffffff;
}

.slide__present {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fd3c49;
  position: absolute;
  bottom: 40px;
  left: 10px;
  font-size: 16px;
}

.good__item_hover {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: #ffffff;
  opacity: 0;
  z-index: -1;
  border: 1px solid #32b536;
}

.good__item_2:last-child .good__item_hover {
  position: absolute;
  top: -1px;
  left: -103px;
  right: -1px;
  bottom: -103px;
  background: #ffffff;
  opacity: 0;
  z-index: -1;
}


.good__item_hover.active {
  display: block;
  opacity: 1;
  transition: all .3s ease;
  z-index: 9999;
}

.good__item_2 .good__item_hover {

  position: absolute;
  top: -1px;
  left: -1px;
  right: -103px;
  bottom: -103px;
  background: #ffffff;
  opacity: 0;
  z-index: -1;
}



.good__item_2:last-of-type .good__item_hover.active {
  position: absolute;
  top: -1px;
  left: -103px;
  right: -1px;
  bottom: -103px;
  background: #ffffff;
  opacity: 0;
  z-index: 3;
}
ul.messenger__list {
  list-style: none;
  display: none;
  margin: 0;
  padding: 0;
  justify-content: center;
  position: absolute;
  top: 55px;
  left: 55px;
  right: 0;
  background: #000;
  z-index: 999999999;
  height: 50px;
}
.social__link_mobile {
  display: flex;
  justify-content: center;
  margin: 3px;
  align-items: center;
}
.social__link_mobile-phone {
  display: none;
}
.social__link_mobile a {
  padding: 8px;
  margin: 3px;
  border-radius: 5px;
  background: #f89a1e;
  color: #fff;
  text-decoration: none;
  text-transform: lowercase;
  display: flex;
}
.messenger__icon {
  max-width: 20px;
}
.social__link_mobile-phone__number {
  display: none;
}
.top-line-phone:hover ul.messenger__list {
  display: flex;
}

.social__link_mobile a.mail {
  background: #da2b33;
}
.social__link_mobile a.telegram {
  background: #2BA0DA;
}
.social__link_mobile a.whatsapp {
  background: #00A000;
}
.social__link_mobile a.viber {
  background: #7A4F9C;
}
.index {
  z-index: 1;
}
.information {
  cursor: pointer;
}

.information {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
}

.information__ul {
  display: none;
  position: absolute;
  z-index: 999;
  background: #fff;
  width: 310px;
  top: 54px;
  left: -200px;
  list-style-type: none;
  border-top: 4px #000 solid;
  border-bottom: 4px #000 solid;
  flex-direction: column;
  z-index: 99999;
}
.information__a {
  padding: 10px;
  display: flex;
  text-decoration: none;
  text-transform: uppercase;
  color: #333;
  font-weight: bold;
  font-size: 16px;
}


.information__link {
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
  padding: 0;
  color: #fff;
  align-items: center;
  height: 100%;
  display: flex;
  width: 54px;
  position: relative;
  background: #000;
}

.information__link::before {
  position: absolute;
  content: '';
  width: 32px;
  height: 32px;
  z-index: 1;
  right: 10px;
  background-image: url(../images/icon_info.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.information__li {
  border-bottom: 1px solid #eee;
}

.information__li:hover .information__a {
  background: #eee;
}

.information__mobile {
  display: none;
}
