@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

section {
  float: left;
  width: 100%; }

body {
  font-family: Arial, Helvetica, sans-serif;
  line-height: normal;
  color: #575756; }
  body.open-menu {
    position: relative;
    overflow: hidden; }

h2 {
  font-size: 40px;
  font-family: 'LM Serif';
  color: #009636; }

h4 {
  font-size: 24px;
  font-family: 'LM Serif';
  color: #009636; }

h5 {
  font-size: 20px;
  font-family: 'LM Serif';
  color: #009636; }

h6 {
  font-size: 18px;
  font-family: 'LM Serif';
  color: #009636; }

.arial-font {
  font-family: Arial, Helvetica, sans-serif; }

.font-s_22 {
  font-size: 22px; }

.font-s_14 {
  font-size: 14px; }

.font-s_12 {
  font-size: 12px; }

.font-s_11 {
  font-size: 11px; }

input, textarea, button {
  outline: none !important; }

@media (min-width: 1430px) {
  .container {
    max-width: 1400px; } }
@media (min-width: 1600px) {
  .container {
    max-width: 1510px; } }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999; }
  header .header-main-in a.active {
    color: #f9b000; }

.header-top {
  float: left;
  width: 100%;
  background-image: linear-gradient(to right, #85be46 0%, #009636 67%, #007c2f 100%);
  height: 42px; }
  @media (max-width: 992px) {
    .header-top {
      display: none; } }

.header-top-nav {
  float: left; }
  .header-top-nav ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .header-top-nav ul li {
      float: left;
      margin-right: 40px; }
      @media (max-width: 1200px) {
        .header-top-nav ul li {
          margin-right: 15px; } }
      .header-top-nav ul li a {
        font-size: 12px;
        line-height: 42px;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 0.3px;
        position: relative; }
        .header-top-nav ul li a:before {
          content: '';
          position: absolute;
          height: 1px;
          background-color: #fff;
          bottom: -3px;
          left: 0;
          width: 0%;
          transition: all 0.3s; }
        .header-top-nav ul li a:hover:before {
          width: 100%; }

.header-cont {
  float: right; }

.header-soc {
  float: left;
  margin-right: 25px;
  margin-top: 12px; }
  .header-soc a {
    display: block;
    cursor: pointer;
    float: left;
    margin-right: 10px; }
    .header-soc a svg {
      vertical-align: top; }
      .header-soc a svg path {
        transition: all 0.3s; }
    .header-soc a:hover svg path {
      fill: #f9b000; }
      .header-soc a:hover svg path.str {
        fill: #f9b000;
        stroke: #f9b000; }
      .header-soc a:hover svg path.green-hover {
        fill: #049837; }

.header-lang {
  margin-right: 25px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  position: relative;
  transition: all 0.3s;
  cursor: pointer; }
  .header-lang:hover {
    background-color: #fff; }
    .header-lang:hover .active-lang {
      color: #f9b000; }
      .header-lang:hover .active-lang:after {
        transform: rotate(180deg); }
    .header-lang:hover .drop-lang {
      opacity: 1;
      visibility: visible;
      max-height: 100px; }

.active-lang {
  float: left;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  padding-right: 17px;
  height: 42px;
  line-height: 42px; }
  .active-lang:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    border-top: 6px solid #f9b000;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    margin-top: -3px;
    transition: all 0.3s; }

.drop-lang {
  position: absolute;
  z-index: 9;
  top: 100%;
  margin-top: -1px;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  background-color: white;
  box-shadow: 0px 1px 1px 0px rgba(20, 20, 20, 0.06);
  transition: all 0.3s; }
  .drop-lang ul {
    list-style: none;
    padding: 0 0 6px 0;
    margin: 0; }
    .drop-lang ul li a {
      font-size: 11px;
      text-transform: uppercase;
      display: block;
      padding: 5px 15px;
      cursor: pointer;
      color: #000; }

.header-phone {
  float: left; }
  .header-phone a {
    color: #fff;
    line-height: 42px;
    height: 42px;
    display: block;
    cursor: pointer;
    font-size: 19px;
    font-weight: bold;
    text-decoration: none !important;
    transition: all 0.3s; }
    .header-phone a:hover {
      color: #f9b000; }

.line-menu-svg {
  position: absolute;
  width: 2px;
  height: 11px;
  top: 50%;
  right: -1px;
  margin-top: -6px;
}
.nav ul>li:last-child .line-menu-svg {
  display: none;
}

.header-main {
  float: left;
  width: 100%;
  background-color: #fff;
  position: relative;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05); }

.header-main-in {
  position: relative;
  height: 80px; }
  @media (max-width: 767px) {
    .header-main-in {
      height: 64px; } }

.search-form {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  transition: all 0.3s;
  overflow: hidden; }
  .search-form.open {
    width: calc(100% - 240px); }
    @media (max-width: 1430px) {
      .search-form.open {
        width: calc(100% - 200px); } }
  .search-form input {
    height: 80px;
    padding-right: 30px;
    width: 100%;
    border: none;
    font-size: 20px;
    background: #fff url(./images/search.svg) right center no-repeat; }

.logo {
  float: left;
  margin-top: 14px; }
  @media (max-width: 1430px) {
    .logo {
      width: 180px;
      margin-top: 18px; } }
  @media (max-width: 767px) {
    .logo {
      margin-top: 13px;
      width: 135px; } }

.head-info {
  float: right;
  margin-top: 25px; }
  @media (max-width: 767px) {
    .head-info {
      margin-top: 17px; } }
  @media (max-width: 767px) {
    .head-info > .fav {
      display: none; } }
  @media (max-width: 767px) {
    .head-info > .user {
      display: none; } }
  .head-info > div {
    float: left;
    margin-left: 16px; }
    .head-info > div a {
      display: block;
      cursor: pointer; }
      .head-info > div a svg path {
        transition: all 0.3s; }

.fav {
  margin-top: 3px; }
  .fav a:hover svg path {
    fill: #f9b000 !important; }

.user {
  margin-top: 2px; }
  .user a:hover svg path {
    fill: #f9b000 !important; }

.bask a:hover svg path {
  fill: #f9b000 !important; }

.bask-bt a {
  display: block;
  cursor: pointer;
  position: relative;
  padding-left: 17px; }
  .bask-bt a i {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #f9b000;
    color: #fff;
    text-align: center;
    line-height: 25px;
    font-size: 13px;
    font-style: normal;
    position: absolute;
    left: 0;
    bottom: 0px; }

.search {
  margin-top: 3px; }

.search-bt svg line {
  transition: all 0.3s; }
.search-bt a:hover svg path {
  fill: transparent !important;
  stroke: #f9b000 !important; }
.search-bt a:hover svg line {
  fill: transparent !important;
  stroke: #f9b000 !important; }

.nav {
  display: block;
  text-align: center;
  padding: 0 170px 0 220px; }
  @media (max-width: 1430px) {
    .nav {
      padding: 0 170px 0 190px; } }
  @media (max-width: 1200px) {
    .nav {
      position: fixed;
      top: 120px;
      left: 0px;
      background-color: #fff;
      width: 100%;
      padding: 0;
      display: flex;
      justify-content: center; } }
  @media (max-width: 992px) {
    .nav {
      display: none; } }
  .nav > ul {
    list-style: none;
    padding: 28px 0 0;
    margin: 0; }
    @media (max-width: 1200px) {
      .nav > ul {
        max-width: 930px;
        width: 100%;
        display: inline-block;
        display: flex;
        justify-content: space-between;
        padding: 0px 0 15px; } }
    @media (max-width: 992px) {
      .nav > ul {
        max-width: 690px;
        display: block;
        margin: 0 auto; } }
    .nav > ul li {
      display: inline-block;
      position: relative; }
      @media (max-width: 992px) {
        .nav > ul li {
          width: 100%;
          float: left;
          display: block; }
        }
        @media (max-width: 1200px) {
          .nav > ul li:after {
            content: normal; } }
      .nav > ul li:last-child:after {
        content: normal; }
      .nav > ul li a {
        font-family: 'LM Serif';
        display: block;
        cursor: pointer;
        padding: 0 16px;
        color: #575756;
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase;
        position: relative;
        transition: all 0.3s; }
        @media (max-width: 1430px) {
          .nav > ul li a {
            font-size: 13px;
            padding: 0 10px; } }
        @media (max-width: 1200px) {
          .nav > ul li a {
            padding: 0; } }
        @media (max-width: 992px) {
          .nav > ul li a {
            font-size: 15px;
            padding: 20px 0;
            border-bottom: 1px solid #6eb744; } }
        @media (max-width: 767px) {
          .nav > ul li a {
            font-size: 14px;
            padding: 22px 15px;
            text-align: left; } }
        .nav > ul li a:hover {
          color: #f9b000;
          text-decoration: none; }

#hero {
  position: relative; }

.nav-slider {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%; }
  @media (max-width: 767px) {
    .nav-slider {
      bottom: 10px; } }

.slick-arrow, .slick-slide, .slick-slide a {
  outline: none !important; }

.nav-slider-in {
  float: left;
  width: 100%;
  padding: 0 190px; }
  @media (max-width: 1200px) {
    .nav-slider-in {
      padding: 0 0; } }
  .nav-slider-in .slick-arrow {
    float: left;
    border: none;
    background-color: transparent;
    font-size: 0;
    background: url(./images/arrow-slider.png) 0 0 no-repeat;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    display: block;
    cursor: pointer;
    position: relative; }
    @media (max-width: 767px) {
      .nav-slider-in .slick-arrow {
        display: none !important; } }
    .nav-slider-in .slick-arrow:hover {
      background: linear-gradient(90deg, #6fb844 0%, #008932 100%); }
    .nav-slider-in .slick-arrow:before {
      content: '';
      width: 9px;
      height: 9px;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      left: 50%;
      margin-left: -6px;
      border: none;
      border-right: 1px solid #fff;
      border-bottom: 1px solid #fff;
      transform: rotate(-45deg); }
    .nav-slider-in .slick-arrow.slick-prev:before {
      transform: rotate(135deg);
      margin-left: -3px; }

.nav-pager {
  float: left;
  margin: 14px 25px 0; }
  @media (max-width: 767px) {
    .nav-pager {
      margin: 0;
      width: 100%;
      text-align: center; } }
  .nav-pager ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    @media (max-width: 767px) {
      .nav-pager ul {
        display: inline-block;
        vertical-align: top; } }
    .nav-pager ul li {
      float: left;
      margin: 0 3px; }
      .nav-pager ul li.slick-active button, .nav-pager ul li:hover button {
        background-color: rgba(88, 166, 24, 0.5); }
        .nav-pager ul li.slick-active button:before, .nav-pager ul li:hover button:before {
          width: 7px;
          height: 7px; }
      .nav-pager ul li button {
        border: none;
        display: block;
        background-color: transparent;
        font-size: 0;
        width: 16px;
        height: 16px;
        background-color: transparent;
        position: relative;
        padding: 0;
        margin: 0;
        border-radius: 50%;
        cursor: pointer;
        transition: all 0.3s; }
        .nav-pager ul li button:before {
          content: '';
          position: absolute;
          width: 5px;
          height: 5px;
          border-radius: 50%;
          background-color: #fff;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%); }

.line-hero {
  position: absolute;
  width: 2px;
  height: 120px;
  background-color: #009636;
  bottom: -38px;
  left: 50%;
  margin-left: -1px; }
  @media (max-width: 992px) {
    .line-hero {
      display: none; } }
  .line-hero span {
    display: block;
    width: 100%;
    height: 46px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #f9b000;
    animation: anims 3s infinite;
    animation-fill-mode: forwards; }

@keyframes anims {
  0% {
    top: 0px; }
  50% {
    top: 74px; }
  100% {
    top: 0px; } }
#home-cat {
  margin-bottom: 135px;
  padding-top: 65px;
  overflow: hidden; }
  @media (max-width: 767px) {
    #home-cat {
      padding-top: 35px;
      margin-bottom: 30px; } }

.home-cat {
  float: left;
  width: 100%; }

.home-cat-in {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 calc((100% - 1200px)/-2); }
  @media (max-width: 1600px) {
    .home-cat-in {
      margin: 0 calc((100% - 1200px)/-2); } }
  @media (max-width: 1430px) {
    .home-cat-in {
      margin: 0 calc((100% - 900px)/-2); } }
  @media (max-width: 1200px) {
    .home-cat-in {
      margin: 0 -100px; } }
  @media (max-width: 767px) {
    .home-cat-in {
      margin: 0 -15px; } }

.one-home-cat {
  margin-bottom: 30px;
  font-family: 'LM Serif';
  text-align: center;
  width: 300px;
  margin: 0 calc((1510px / 4) / 8) 30px; }
  @media (max-width: 1600px) {
    .one-home-cat {
      margin: 0 calc((920px / 4) / 8) 30px; } }
  @media (max-width: 1430px) {
    .one-home-cat {
      margin: 0 52px 30px; } }
  @media (max-width: 1200px) {
    .one-home-cat {
      width: 250px;
      margin: 0 50px 30px; } }
  @media (max-width: 992px) {
    .one-home-cat {
      width: 300px; } }
  @media (max-width: 767px) {
    .one-home-cat {
      width: 50%;
      float: left;
      margin: 0 0 20px; } }
  .one-home-cat a {
    display: block; }
  .one-home-cat:hover .one-home-cat-thumb {
    transform: scale3d(1.1, 1.1, 1); }
  .one-home-cat:hover .one-home-tit {
    color: #f9b000; }
    .one-home-cat:hover .one-home-tit span i b {
      left: 3px; }
      .one-home-cat:hover .one-home-tit span i b svg line {
        stroke: #f9b000 !important; }
    .one-home-cat:hover .one-home-tit span i b:last-child {
      left: 11px; }

.one-home-cat-thumb {
  display: block;
  transition: all 0.3s; }
  @media (max-width: 767px) {
    .one-home-cat-thumb {
      padding: 0 10px; } }

.one-home-tit {
  display: block;
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #009636;
  text-transform: uppercase;
  margin-top: -10px;
  margin-bottom: 0px;
  transition: all 0.3s; }
  @media (max-width: 767px) {
    .one-home-tit {
      font-size: 18px;
      margin-top: -7px; } }
  .one-home-tit span {
    position: relative;
    display: inline-block;
    padding-right: 32px; }
    .one-home-tit span i {
      position: absolute;
      width: 22px;
      display: block;
      right: 0;
      top: 50%;
      margin-top: -8px;
      height: 20px; }
      @media (max-width: 767px) {
        .one-home-tit span i {
          margin-top: -6px; } }
      .one-home-tit span i b {
        position: absolute;
        width: 10px;
        top: 0;
        left: 0;
        transition: all 0.3s; }
        .one-home-tit span i b svg {
          vertical-align: top; }
          @media (max-width: 767px) {
            .one-home-tit span i b svg {
              width: 7px; } }
          .one-home-tit span i b svg line {
            transition: all 0.3s; }
      .one-home-tit span i b:last-child {
        left: 11px; }
        @media (max-width: 767px) {
          .one-home-tit span i b:last-child {
            left: 8px; } }

.section-tit {
  float: left;
  width: 100%;
  font-size: 40px;
  color: #009636;
  text-align: center;
  font-weight: 100;
  margin-bottom: 20px;
  line-height: normal;
  font-weight: bold;
  font-family: 'LM Serif'; }
  @media (max-width: 767px) {
    .section-tit {
      font-size: 24px; } }

#how-bay {
  background-image: linear-gradient(0deg, #85be46 0%, white 30%);
  padding-bottom: 100px;
  margin-bottom: 100px; }
  @media (max-width: 992px) {
    #how-bay {
      padding-bottom: 50px; } }
  @media (max-width: 767px) {
    #how-bay {
      margin-bottom: 75px; } }
  @media (max-width: 992px) {
    #how-bay .container {
      max-width: 100%;
      padding: 0; } }
  @media (max-width: 992px) {
    #how-bay .section-tit {
      margin-bottom: 100px; } }
  @media (max-width: 767px) {
    #how-bay .section-tit {
      margin-bottom: 60px; } }

.how-bay {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between; }

.how-bay-one {
  text-align: center; }
  @media (min-width: 992px) {
    .how-bay-one:nth-child(2) {
      margin-top: 115px; } }
  @media (min-width: 992px) {
    .how-bay-one:nth-child(3) {
      margin-top: 115px; } }

.how-bay-one-thumb {
  margin-bottom: 80px;
  display: inline-block; }
  @media (max-width: 767px) {
    .how-bay-one-thumb {
      margin-bottom: 70px; } }
  .how-bay-one-thumb span {
    display: block;
    position: relative;
    background-color: #afdff9;
    width: 278px;
    height: 278px;
    border-radius: 50%; }
    @media (max-width: 1430px) {
      .how-bay-one-thumb span {
        width: 230px;
        height: 230px; } }
    @media (max-width: 1200px) {
      .how-bay-one-thumb span {
        width: 200px;
        height: 200px; } }
    @media (max-width: 992px) {
      .how-bay-one-thumb span {
        width: 278px;
        height: 278px; } }
    @media (max-width: 767px) {
      .how-bay-one-thumb span {
        width: 250px;
        height: 250px; } }
    .how-bay-one-thumb span img {
      bottom: -44px;
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0); }

.how-bay-one-descr {
  font-size: 24px;
  color: #009636;
  text-transform: uppercase;
  font-family: 'LM Serif';
  font-weight: bold; }
  @media (max-width: 1430px) {
    .how-bay-one-descr {
      font-size: 20px; } }
  @media (max-width: 1200px) {
    .how-bay-one-descr {
      font-size: 18px; } }
  @media (max-width: 992px) {
    .how-bay-one-descr {
      font-size: 24px; } }

#popular {
  padding: 0px 0 150px; }
  @media (max-width: 767px) {
    #popular {
      padding-bottom: 75px; } }

.slider-car {
  float: left;
  width: 100%;
  margin-top: 45px; }
  @media (max-width: 767px) {
    .slider-car {
      margin-top: 15px; } }
  .slider-car .slick-arrow {
    float: left;
    border: none;
    background-color: transparent;
    font-size: 0;
    border: 1px solid #009636;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -23px;
    transition: all 0.3s; }
    @media (max-width: 767px) {
      .slider-car .slick-arrow {
        display: none !important; } }
    .slider-car .slick-arrow:hover {
      background-color: #009636; }
      .slider-car .slick-arrow:hover:before {
        border-right-color: #fff;
        border-bottom-color: #fff; }
    .slider-car .slick-arrow:before {
      content: '';
      width: 9px;
      height: 9px;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      left: 50%;
      margin-left: -6px;
      border: none;
      border-right: 1px solid #009636;
      border-bottom: 1px solid #009636;
      transform: rotate(-45deg); }
    .slider-car .slick-arrow.slick-prev {
      left: 0; }
      .slider-car .slick-arrow.slick-prev:before {
        transform: rotate(135deg);
        margin-left: -3px; }
    .slider-car .slick-arrow.slick-next {
      right: 0; }
  .slider-car .slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    text-align: center; }
    @media (max-width: 767px) {
      .slider-car .slick-dots {
        bottom: -35px; } }
    .slider-car .slick-dots li {
      display: inline-block;
      vertical-align: top;
      margin: 0 3px; }
      .slider-car .slick-dots li.slick-active button, .slider-car .slick-dots li:hover button {
        background-color: rgba(88, 166, 24, 0.5); }
        .slider-car .slick-dots li.slick-active button:before, .slider-car .slick-dots li:hover button:before {
          width: 7px;
          height: 7px; }
      .slider-car .slick-dots li button {
        border: none;
        display: block;
        background-color: transparent;
        font-size: 0;
        width: 16px;
        height: 16px;
        background-color: transparent;
        position: relative;
        padding: 0;
        margin: 0;
        border-radius: 50%;
        cursor: pointer;
        transition: all 0.3s; }
        .slider-car .slick-dots li button:before {
          content: '';
          position: absolute;
          width: 5px;
          height: 5px;
          border-radius: 50%;
          background-color: #009636;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%); }

.slider-car-js {
  padding: 0 50px; }
  @media (max-width: 767px) {
    .slider-car-js {
      padding: 0;
      margin: 0 -10px; } }

.one-prod-car {
  float: left;
  padding: 10px 25px; }
  @media (max-width: 1430px) {
    .one-prod-car {
      padding: 10px 15px; } }
  @media (max-width: 992px) {
    .one-prod-car {
      padding: 10px 8px; } }
  @media (max-width: 767px) {
    .one-prod-car {
      padding: 10px 6px; } }

.one-prod-car-in {
  padding: 2px;
  float: left;
  width: 100%;
  transition: padding 0.3s;
  position: relative;
  height: 100%; }
  .one-prod-car-in:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ebebeb; }
  .one-prod-car-in-bg {
    padding: 0 0px 8px;
    position: relative;
    float: left;
    width: 100%;
    transition: all 0.3s;
    background-color: #fff;
  }
    @media (max-width: 767px) {
      .one-prod-car-in-bg {
        padding-bottom: 4px; } }
  .one-prod-car-in:hover {
    border-width: 0px;
    padding: 2px;
    border-color: transparent;
    background-image: linear-gradient(0deg, #85be46 0%, #43aa3e 42%, #009636 67%, #007c2f 100%);
    box-shadow: 0px 4px 8px 0px rgba(24, 24, 24, 0.3); }
    .one-prod-car-in:hover:before {
      border: none; }
    .one-prod-car-in:hover .one-prod-car-thumb img {
      margin-top: -8px; }

.vobler {
  position: absolute;
  left: -10px;
  top: 12px; }
  @media (max-width: 767px) {
    .vobler {
      left: 0;
      top: 8px; } }
  .vobler span {
    padding: 4px 10px;
    background-color: #f9b000;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    /*font-weight: bold;*/
    color: #fff; }
    @media (max-width: 767px) {
      .vobler span {
        padding: 3px 6px;
        font-size: 12px; } }

.one-prod-car-fav {
  position: absolute;
  top: 14px;
  right: 14px; }
  @media (max-width: 767px) {
    .one-prod-car-fav {
      top: 8px;
      right: 8px; } }
  .one-prod-car-fav a svg path {
    transition: all 0.3s; }
  .one-prod-car-fav a:hover svg path {
    fill: #f9b000 !important; }

  .one-prod-car-fav a {
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1.50px solid #18a661;
      border-radius: 38px;
      padding: 10px;
      width: 36px;
      height: 36px;
  }
  .one-prod-car-fav a:hover, .one-prod-car-fav.active a {
      border-color: #f9b000;
  }
  @media (max-width: 767px) {
      .one-prod-car-fav a{
          width: 30px;
          height: 30px;
          padding: 6px;
      } }

.one-prod-car-fav.active a svg path {
  fill: #f9b000 !important; }

.one-prod-car-thumb {
  float: left;
  width: 100%;
  height: 250px;
  min-height: 250px; }
  .one-prod-car-thumb a {
    height: 250px;
    min-height: 250px;
    padding: 10px 0;
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center; }
    .one-prod-car-thumb a img {
      transition: all 0.3s;
      max-height: 87%;
      max-width: 80%; }
    @media (max-width: 767px) {
      .one-prod-car-thumb a, .one-prod-car-thumb {
        height: 160px;
        min-height: 160px;}
        .one-prod-car-thumb a img {
          max-height: 140px; } }
    @media (max-width: 568px) {
      .one-prod-car-thumb a, .one-prod-car-thumb {
        height: 108px;
        min-height: 108px;}
        .one-prod-car-thumb a img {
          max-height: 108px;
        }
        .one-prod-car-thumb {
            margin-top: 21px;
        }
    }

.one-prod-car-descr {
    float: left;
    width: 100%;
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 250px);
}
  @media (max-width: 1200px) {
    .one-prod-car-descr {
      padding: 0 20px; } }
  @media (max-width: 767px) {
      .one-prod-car-descr {
          height: calc(100% - 160px);
      }
  }

.one-prod-car-tit {
  text-align: left;
  text-transform: uppercase;
  /*font-size: 16px;
  font-weight: 600;*/
  /*height: 73px;*/
  /*margin-bottom: 14px;*/
  /*line-height: 18px;*/
  font-weight: 600;
  font-size: 16px;
  font-family: 'Inter';
  overflow: hidden; }
  @media (max-width: 767px) {
    .one-prod-car-tit {
      font-size: 14px;
      height: 54px;
      min-height: 54px;
    } }
  .one-prod-car-tit a {
    /*color: #575756;*/
	color: #363636;
    text-decoration: none;
    transition: all 0.3s; }
    .one-prod-car-tit a:hover {
      color: #009636; }

.one-prod-car-info {
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  }

.one-prod-car-price {
  /*float: left;
  width: 50%;*/
  font-family: 'Inter';
  width: 100%;
  font-weight: 700;
  text-align: left;
  /*padding-top: 2px;*/ }
  @media (max-width: 767px) {
    .one-prod-car-price {
      width: 100%;
      text-align: center;
      margin-bottom: 0px; } }

.was-price {
  /*color: #666666;*/
  font-size: 16px;
  color: #9c9c9c;
  font-weight: 700;
  padding-right: 14px;
  display: inline-block;
  text-decoration: line-through;
  }
  @media (max-width: 767px) {
    .was-price {
      font-size: 12px; } }
  .was-price span {
    position: relative;
    display: inline-block;text-decoration: line-through !important; }
    .was-price span:after {
      content: '';
      position: absolute;
      height: 1px;
      width: 100%;
      left: 0;
      top: 50%;
      margin-top: -2px;
      background-color: #009636;
      transform: rotate(-8deg);
      display: none;
    }

.now-price {
  /*color: #009636;*/
  color: #363636;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}
.now-price>span, .was-price span {
    font-size: 77.78%;
    text-transform: lowercase;
    text-decoration: none;
}
.car-info-product-pg .now-price {
  font-size: 24px; }
/*.now-price>span {
    font-size: 130%; }*/
  @media (max-width: 767px) {
    .now-price {
      font-size: 16px; }
    .now-price.nw-prc_s {
      font-size: 24px; }
    .car-info-product-pg a.def-bt.cart-add {
    width: 100%; }
    .one-prod-car-bt .def-bt {
    margin: 0 auto; } }

.one-prod-car-bt {
  /*float: right;
  width: 50%;*/
  width: 100%; }
  @media (max-width: 767px) {
    .one-prod-car-bt {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px;
      text-align: center; } }
  .one-prod-car-bt a {
    /*width: 104px;*/
  }
    @media (max-width: 1200px) {
      .one-prod-car-bt a {
        width: 100%; } }
    @media (max-width: 767px) {
      .one-prod-car-bt a {
        width: 85px;
        width: 100%;} }

.one-prod-car-bt a {
    font-family: 'Inter';
    margin-left: auto;
    margin-right: auto;
    border-radius: 38px;
    padding: 10px 24px;
    background: #18a661;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-transform: none;
    transition: all .3s ease-in-out;
    height: auto;
}

.one-prod-car-bt a span:first-letter {
    text-transform: uppercase;
}

.one-prod-car-bt a.active {
    background: #5BC2B0;
}

.one-prod-car-bt a:hover {
    background: #1E6E37;
    box-shadow: none;
}

.def-bt {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  border-radius: 13px;
  background-image: linear-gradient(90deg, #85be46 0%, #43aa3e 42%, #009636 67%, #007c2f 100%);
  font-size: 14px;
  font-weight: bold;
  color: #fff !important;
  height: 48px;
  border: none;
  line-height: 1.2em;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 0.3s; }
  .def-bt:hover {
    background-image: linear-gradient(-90deg, #85be46 0%, #43aa3e 42%, #009636 67%, #007c2f 100%);
    box-shadow: 0px 3px 3px 0px rgba(24, 24, 24, 0.25); }

.one-prod-car-art {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 11px;
  text-transform: uppercase; }

#new {
  padding: 0 0 150px; }
  @media (max-width: 767px) {
    #new {
      padding-bottom: 100px; }
    .one-prod-car-bt a {
        padding: 10px 5px;
    }
  }

#subs {
  background-color: #8b2d3b;
  background: #8b2d3b url(./images/subs.png) top right no-repeat;
  background-size: cover; }

.subs {
  float: left;
  width: 100%;
  height: 426px;
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap; }

.subs-tit {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  float: left;
  width: 100%;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-family: "LM Serif"; }
  @media (max-width: 767px) {
    .subs-tit {
      font-size: 24px;
      margin-bottom: 25px; } }

.subs-form {
  float: left;
  width: 100%; }

.subs-form-in {
  float: left;
  width: 748px;
  position: relative; }
  @media (max-width: 992px) {
    .subs-form-in {
      width: 573px; } }
  @media (max-width: 767px) {
    .subs-form-in {
      width: 100%; } }
  .subs-form-in input {
    width: 100%;
    height: 50px;
    padding: 0 220px 0 24px; }
    @media (max-width: 767px) {
      .subs-form-in input {
        margin-bottom: 18px;
        height: 40px;
        padding: 0 24px; } }
  .subs-form-in button {
    width: 216px;
    position: absolute;
    right: -10px;
    top: 0;
    height: 50px; }
    @media (max-width: 767px) {
      .subs-form-in button {
        position: static;
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 12px; } }

footer {
  float: left;
  width: 100%; }

.footer-top {
  padding: 75px 0;
  float: left;
  width: 100%; }
  @media (max-width: 1200px) {
    .footer-top {
      padding: 30px 0; } }

.footer-top-in {
  float: left;
  width: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 1200px) {
    .footer-top-in {
      flex-wrap: wrap; } }

@media (max-width: 1200px) {
  .footer-logo {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 40px; } }
  @media (max-width: 1200px) and (max-width: 767px) {
    .footer-logo {
      margin-bottom: 30px; }
      .footer-logo img {
        width: 137px; } }

@media (max-width: 1200px) {
  .footer-menu {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px; } }
.footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  @media (max-width: 992px) {
    .footer-menu ul {
      display: flex;
      justify-content: space-between; } }
  @media (max-width: 767px) {
    .footer-menu ul {
      display: block; } }
  .footer-menu ul li {
    display: inline-block;
    margin: 0 21px;
    vertical-align: top; }
    @media (max-width: 1430px) {
      .footer-menu ul li {
        margin: 0 7px; } }
    @media (max-width: 992px) {
      .footer-menu ul li {
        margin: 0; } }
    @media (max-width: 767px) {
      .footer-menu ul li {
        width: 100%; } }
    .footer-menu ul li a {
      color: #575756;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 700;
      font-family: 'LM Serif';
      transition: all 0.3s; }
      @media (max-width: 767px) {
        .footer-menu ul li a {
          padding: 9px 0;
          display: block;
          cursor: pointer; } }
      .footer-menu ul li a:hover {
        color: #f9b000; }

.footer-cont {
  float: right; }
  @media (max-width: 1200px) {
    .footer-cont {
      width: 100%;
      display: flex;
      align-content: center;
      align-items: center;
      justify-content: space-between; } }

.footer-soc {
  float: left;
  margin-right: 60px;
  margin-top: 7px; }
  @media (max-width: 1430px) {
    .footer-soc {
      margin-right: 0; } }
  @media (max-width: 1200px) {
    .footer-soc {
      margin-top: 0; } }
  .footer-soc a {
    display: block;
    cursor: pointer;
    float: left;
    margin-right: 10px; }
    @media (max-width: 992px) {
      .footer-soc a {
        border: 1px solid #009636;
        border-radius: 8px; } }
    .footer-soc a svg {
      vertical-align: top; }
      @media (max-width: 1200px) {
        .footer-soc a svg {
          width: 28px;
          height: 28px; } }
      .footer-soc a svg path {
        transition: all 0.3s; }
        @media (max-width: 992px) {
          .footer-soc a svg path.str {
            display: none !important; } }
    @media (min-width: 992px) {
      .footer-soc a:hover svg path {
        fill: #f9b000; }
        .footer-soc a:hover svg path.str {
          fill: #f9b000;
          stroke: #f9b000; }
        .footer-soc a:hover svg path.green-hover {
          fill: #049837; } }

.footer-phone {
  text-align: right;
  float: left; }
  @media (max-width: 1200px) {
    .footer-phone {
      float: right; } }

.f-phone-top {
  font-size: 10px;
  font-weight: 400;
  font-family: 'LM Serif';
  color: #575756;
  text-transform: uppercase; }

.f-phone-bot {
  font-size: 17px; }
  .f-phone-bot a {
    color: #009636;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s; }
    .f-phone-bot a:hover {
      color: #f9b000; }

.footer-bot {
  background-image: linear-gradient(to right, #85be46 0%, #009636 67%, #007c2f 100%);
  float: left;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  padding: 12px 0;
  text-transform: uppercase;
  font-weight: bold; }
  @media (max-width: 767px) {
    .footer-bot span {
      display: block; } }

.show-hide {
  display: none;
  float: left;
  width: 32px;
  padding: 0px 0;
  cursor: pointer;
  position: relative;
  margin-top: -3px; }
  @media (max-width: 992px) {
    .show-hide {
      display: block; } }
  @media (max-width: 767px) {
    .show-hide {
      float: right;
      width: 30px;
      padding: 8px 0; } }
  .show-hide:before, .show-hide:after {
    content: '';
    position: absolute;
    opacity: 0;
    height: 3px;
    width: 32px;
    background-color: #009636;
    border-radius: 2px;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -16px;
    transition: all 0.3s; }
  .show-hide.open:before {
    opacity: 1;
    transform: rotate(-45deg); }
  .show-hide.open:after {
    opacity: 1;
    transform: rotate(45deg); }
  .show-hide.open span {
    opacity: 0; }
  .show-hide span {
    display: block;
    float: right;
    width: 100%;
    height: 4px;
    background-color: #009636;
    margin: 4px 0 4px;
    border-radius: 2px;
    transition: all 0.3s; }
    @media (max-width: 767px) {
      .show-hide span {
        height: 2px;
        margin: 2px 0; } }

@media (max-width: 992px) {
  .nav {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: white;
    box-shadow: 0px 4px 8px 0px rgba(24, 24, 24, 0.5); } }
@media (max-width: 767px) {
  .nav {
    top: 64px;
    bottom: 0;
    overflow-y: auto; } }

.tablet-menu-top {
  display: none;
  background-image: linear-gradient(to right, #85be46 0%, #009636 67%, #007c2f 100%);
  position: relative; }
  @media (max-width: 992px) {
    .tablet-menu-top {
      display: block;
      float: left;
      width: 100%; } }
  .tablet-menu-top-in {
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-content: center;
    align-items: center; }
    @media (max-width: 767px) {
      .tablet-menu-top-in {
        justify-content: space-between; } }

.tablet-lang {
  float: left; }
  .tablet-lang a {
    font-size: 12px;
    line-height: 42px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    position: relative;
    display: block;
    cursor: pointer;
    float: left;
    margin-right: 25px; }
    .tablet-lang a:before {
      content: '';
      position: absolute;
      height: 1px;
      background-color: #fff;
      bottom: 10px;
      left: 0;
      width: 0%;
      transition: all 0.3s; }
    .tablet-lang a:hover:before, .tablet-lang a.active:before {
      width: 100%; }

.tablet-soc {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0); }
  @media (max-width: 767px) {
    .tablet-soc {
      position: static;
      float: right;
      transform: translate(0, 0); } }
  .tablet-soc a {
    display: block;
    cursor: pointer;
    float: left;
    margin: 0 5px; }
    @media (max-width: 992px) {
      .tablet-soc a {
        margin: 0 0 0 20px;
        border: 1px solid #fff;
        border-radius: 8px; } }
    .tablet-soc a svg {
      vertical-align: top; }
      @media (max-width: 767px) {
        .tablet-soc a svg {
          width: 28px;
          height: 28px; } }
      .tablet-soc a svg path {
        transition: all 0.3s; }
        @media (max-width: 992px) {
          .tablet-soc a svg path.str {
            display: none !important; } }
    @media (min-width: 992px) {
      .tablet-soc a:hover svg path {
        fill: #f9b000; }
        .tablet-soc a:hover svg path.str {
          fill: #f9b000;
          stroke: #f9b000; }
        .tablet-soc a:hover svg path.green-hover {
          fill: #049837; } }

.tablet-phone {
  float: left; }
  @media (max-width: 767px) {
    .tablet-phone {
      display: none; } }
  .tablet-phone a {
    color: #fff;
    line-height: 42px;
    height: 42px;
    display: block;
    cursor: pointer;
    font-size: 19px;
    font-weight: bold;
    text-decoration: none !important;
    transition: all 0.3s; }
    .tablet-phone a:hover {
      color: #f9b000; }

.other-tablet-menu {
  display: none; }
  @media (max-width: 992px) {
    .other-tablet-menu {
      display: block;
      padding: 27px 0;
      width: 100%;
      float: left; } }
  @media (max-width: 992px) and (max-width: 767px) {
    .other-tablet-menu {
      padding: 15px 0; } }
  @media (max-width: 992px) {
      .other-tablet-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: space-between;
        width: 100%; } }
    @media (max-width: 992px) and (max-width: 767px) {
      .other-tablet-menu ul {
        flex-wrap: wrap; } }
    @media (max-width: 992px) and (max-width: 767px) {
      .other-tablet-menu ul li {
        width: 100%; } }
  @media (max-width: 992px) {
        .other-tablet-menu ul li a {
          font-size: 12px;
          font-weight: bold;
          text-transform: uppercase;
          color: #009636; } }
      @media (max-width: 992px) and (max-width: 767px) {
        .other-tablet-menu ul li a {
          display: block;
          cursor: pointer;
          text-align: left;
          padding: 8px 0; } }

.nav-how {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 50px; }
  @media (max-width: 767px) {
    .nav-how {
      margin-top: 40px;
      margin-bottom: 15px; } }
  .nav-how-in {
    display: inline-block;
    vertical-align: top; }
  .nav-how .slick-arrow {
    float: left;
    border: none;
    background-color: transparent;
    font-size: 0;
    background: url(./images/arrow-slider.png) 0 0 no-repeat;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    display: block;
    cursor: pointer;
    position: relative; }
    @media (max-width: 767px) {
      .nav-how .slick-arrow {
        display: none !important; } }
    .nav-how .slick-arrow:hover {
      background: linear-gradient(90deg, #6fb844 0%, #008932 100%); }
    .nav-how .slick-arrow:before {
      content: '';
      width: 9px;
      height: 9px;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      left: 50%;
      margin-left: -6px;
      border: none;
      border-right: 1px solid #fff;
      border-bottom: 1px solid #fff;
      transform: rotate(-45deg); }
    .nav-how .slick-arrow.slick-prev:before {
      transform: rotate(135deg);
      margin-left: -3px; }

.nav-how-pager {
  float: left;
  margin: 14px 25px 0; }
  .nav-how-pager ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .nav-how-pager ul li {
      float: left;
      margin: 0 3px; }
      .nav-how-pager ul li.slick-active button, .nav-how-pager ul li:hover button {
        background-color: rgba(88, 166, 24, 0.5); }
        .nav-how-pager ul li.slick-active button:before, .nav-how-pager ul li:hover button:before {
          width: 7px;
          height: 7px; }
      .nav-how-pager ul li button {
        border: none;
        display: block;
        background-color: transparent;
        font-size: 0;
        width: 16px;
        height: 16px;
        background-color: transparent;
        position: relative;
        padding: 0;
        margin: 0;
        border-radius: 50%;
        cursor: pointer;
        transition: all 0.3s; }
        .nav-how-pager ul li button:before {
          content: '';
          position: absolute;
          width: 5px;
          height: 5px;
          border-radius: 50%;
          background-color: #fff;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%); }

.bg-plan {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 99; }

#scrollUp {
  position: fixed;
  right: 60px;
  bottom: 70px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  @media (max-width: 767px) {
    #scrollUp {
      display: none !important; } }
  #scrollUp:before {
    content: "";
    display: block;
    width: 46px;
    height: 47px;
    background: url(./images/up.png) 0 0 no-repeat;
    background-size: contain; }

.mob-menu-top {
  display: none; }
  @media (max-width: 767px) {
    .mob-menu-top {
      display: block;
      float: left;
      width: 100%;
      padding: 0 15px;
      height: 56px;
      display: flex;
      align-content: center;
      align-items: center;
      justify-content: space-between; } }

.mob-info {
  float: left; }
  .mob-info > div {
    float: left;
    margin-right: 15px; }
  .mob-info a {
    float: left; }

.mob-tell {
  float: right; }
  .mob-tell a {
    font-size: 18px;
    font-weight: bold;
    color: #009636; }

.products-hero-section {
  background: url(images/feat-products-min.jpg); }

.faq-hero-section {
  background: url(images/feat-faq-min.jpg); }

.hero-section {
  background-size: cover !important;
  background-position: center !important;
  margin-top: 165px;
  padding-top: 20px;
  min-height: 195px; }
  .hero-section h1 {
    margin: 45px 0 70px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-family: 'LM Serif'; }

.breadcrumbs {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  color: #f9b000; }
  .breadcrumbs .divider {
    color: #fff;
    margin: 0 3px; }
  .breadcrumbs a {
    color: #fff; }

.breadcrumbs.dark a, .breadcrumbs.dark .divider {
  color: #575756; }

.standard-column_flex {
  display: flex;
  flex-wrap: wrap; }
  .standard-column_flex .one-prod-car {
    width: 25%;
    padding: 7px;
    float: none; }
  @media (max-width: 1199px) {
    .standard-column_flex .one-prod-car {
      width: 33.333%; } }
  @media (max-width: 991px) {
    .standard-column_flex .one-prod-car {
      width: 50%; } }

.gap-katalog {
  padding: 60px 0px 150px; }

.mx-1190 {
  max-width: 1190px;
  margin: 0 auto;
  width: 100%; }

.box-10-items .one-prod-car-in:before {
  background: #E3F1DA; }
.box-10-items .one-prod-car-in-bg {
  background: #E3F1DA; }
.box-10-items .one-prod-car-bt {
  float: none;
  margin: 0 auto; }

.one-prod-car-in-bg {
  height: 100%; }
@media (max-width: 767px) {
    .one-prod-car-in-bg {
  height: auto; } }

.modal-box-width .modal-dialog {
  max-width: 1000px;
  width: calc(100% - 30px); }
.modal-box-width .modal-content {
  border-radius: 12px;
  border: none;
  overflow: hidden; }

.close {
  position: absolute;
  right: 12px;
  top: 7px;
  width: 22px;
  height: 22px;
  opacity: 1;
  z-index: 1; }

.close:before {
  content: "";
  background: linear-gradient(to left, #118937, #6DB54A);
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.close:after {
  content: "";
  background: linear-gradient(to left, #118937, #6DB54A);
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.transition-block {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.customize-scrollbar::-webkit-scrollbar-track {
  border-radius: 4px; }

.customize-scrollbar::-webkit-scrollbar {
  width: 6px; }

.customize-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #F7AF29; }

.customize-scrollbar:hover::-webkit-scrollbar-thumb {
  background: #f7a715; }

.box-for-cont_pp_left {
  width: 34%;
  padding: 25px 15px 0px 30px; }
  .box-for-cont_pp_left .box-for-item_l {
    overflow-y: auto;
    height: 450px;
    padding-right: 15px; }
  .box-for-cont_pp_left .box-product_l_pp {
    position: relative;
    padding: 2px;
    margin-bottom: 15px;
    cursor: pointer; }
  .box-for-cont_pp_left .box-product_l_pp:before {
    content: "";
    background: linear-gradient(to left, #118937, #6DB54A);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-shadow: 0px 4px 8px 0px rgba(24, 24, 24, 0);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .box-for-cont_pp_left .box-white-bg {
    background: #fff;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 7px 25px 7px 7px; }
    .box-for-cont_pp_left .box-white-bg .bplp_l {
      width: 30%; }
    .box-for-cont_pp_left .box-white-bg i {
      position: absolute;
      right: 10px;
      color: #1C883B;
      font-size: 29px;
      line-height: 22px; }
    .box-for-cont_pp_left .box-white-bg .bplp_r {
      width: 70%;
      padding: 0 0 30px 5%;
      position: relative; }
      .box-for-cont_pp_left .box-white-bg .bplp_r .desc-title {
        color: #575756;
        font-size: 12px;
        line-height: 1.1em;
        margin-top: 2px;
        display: block; }
      .box-for-cont_pp_left .box-white-bg .bplp_r .desc-price {
        color: #009636;
        position: absolute;
        bottom: 0; }
  .box-for-cont_pp_left h4 {
    color: #009636;
    font-family: 'LM Serif';
    margin-bottom: 25px; }

.bplp_r {
    word-break: break-word; }
.box-for-cont_pp_right {
  width: 66%;
  background: #EBEBEB;
  padding: 28px 20px 0px 16px; }
  .box-for-cont_pp_right .box-for-scr {
    overflow-y: auto;
    height: 528px;
    padding-right: 3px;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline; }
  .box-for-cont_pp_right .box-product_l_pp {
    width: calc(33.333% - 24px);
    margin: 0px 12px 24px;
    position: relative;
    padding: 2px;
    display: flex;
    cursor: pointer; }
    .box-for-cont_pp_right .box-product_l_pp .box-white-bg {
      position: relative;
      padding: 10px 10px 45px;
      text-align: center;
      background: #fff;
      max-width: 100%; }
      .box-for-cont_pp_right .box-product_l_pp .box-white-bg .bplp_l {
        max-width: 90%;
        margin: 0 auto 10px auto; }
        .box-for-cont_pp_right .box-product_l_pp .box-white-bg .bplp_l .bplp_l img {
          max-height: 160px;
          width: auto; }
      .box-for-cont_pp_right .box-product_l_pp .box-white-bg .desc-price {
        font-size: 18px;
        color: #009636;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 12px; }
      .box-for-cont_pp_right .box-product_l_pp .box-white-bg .desc-title {
        font-size: 12px;
        display: block;
        color: #575756;
        line-height: 1.1em; }
  .box-for-cont_pp_right .box-product_l_pp:before {
    content: "";
    background: linear-gradient(to left, #fff, #fff);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-shadow: 0px 4px 8px 0px rgba(24, 24, 24, 0);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .box-for-cont_pp_right .box-product_l_pp:hover:before {
    background: linear-gradient(to left, #118937, #6DB54A); }

.lm-serif {
  font-family: 'LM Serif'; }

.modal-footer_co {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 5px 30px;
  min-height: 60px;
  box-shadow: 0 -3px 15px rgba(0, 0, 0, 0.2);
  position: relative; }
  .modal-footer_co .summ_m {
    font-size: 18px;
    color: #009636;
    font-family: 'LM Serif'; }
  .modal-footer_co .cls_box-flex b {
    color: #009636;
    font-size: 22px;
    margin-right: 14px;
    top: 4px !important;
    position: relative; }
    .modal-footer_co .cls_box-flex b .count_l {
      font-size: 30px; }
  .modal-footer_co .def-bt {
    width: 180px; }

.modal-header_co {
  display: flex;
  flex-wrap: wrap; }

.box-product_l_pp:hover:before {
  box-shadow: 0px 4px 8px 0px rgba(24, 24, 24, 0.3);
  background: linear-gradient(to left, #118937, #6DB54A); }

.modal-box-width.my-cust-pd .modal-dialog {
  width: 100%;
  margin: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  padding-top: 40px; }
  .modal-box-width.my-cust-pd .modal-dialog .modal-content {
    background: transparent; }
    .modal-box-width.my-cust-pd .modal-dialog .modal-content .my-slid-box {
      background: #fff;
      border-radius: 12px;
      overflow: hidden;
      padding: 40px 20px 130px;
      text-align: center;
      margin: 0px 10px;
      position: relative; }
      .modal-box-width.my-cust-pd .modal-dialog .modal-content .my-slid-box .img-chs {
        display: flex;
        justify-content: center;
        margin-bottom: 10px; }
        .modal-box-width.my-cust-pd .modal-dialog .modal-content .my-slid-box .img-chs img {
          max-width: 70%;
          max-height: 160px;
          width: auto; }
      .modal-box-width.my-cust-pd .modal-dialog .modal-content .my-slid-box .crot-desc {
        font-weight: 700;
        color: #575756;
        font-size: 12px;
        line-height: 1.2em;
        display: block; }
      .modal-box-width.my-cust-pd .modal-dialog .modal-content .my-slid-box .crot-button {
        position: absolute;
        left: 0px;
        padding: 0px 20px;
        width: 100%;
        bottom: 20px; }
        .modal-box-width.my-cust-pd .modal-dialog .modal-content .my-slid-box .crot-button a {
          width: 100%; }
      .modal-box-width.my-cust-pd .modal-dialog .modal-content .my-slid-box .crot-price {
        font-weight: 700;
        color: #009636;
        font-size: 18px;
        position: absolute;
        left: 0px;
        padding: 0px 20px;
        text-align: center;
        width: 100%;
        bottom: 88px; }

.modal {
  overflow: auto !important; }

div#collect_k_prod {
  display: block !important;
  z-index: -999 !important; }

div#collect_k_prod.show {
  display: block !important;
  z-index: 9999 !important; }

.align-center {
  text-align: center; }

.green {
  color: #009636; }

a.green:hover {
  color: #009636; }

.grey {
  color: #575756; }

.red {
  color: #e7394b; }

.uppercase {
  text-transform: uppercase; }

.gap-top-rel-prod {
  padding: 100px 0px 40px; }

.gap-related-products {
  padding-bottom: 100px; }

.prod-gallery {
  margin: auto;
  border: none;
  display: flex;
  flex-wrap: wrap; }
  .prod-gallery fieldset.active {
    display: block !important; }
  .prod-gallery fieldset {
    display: none;
    width: calc(100% - 100px); }
    .prod-gallery fieldset .pic0 {
      max-width: 85%;
      margin: 0 auto;
      display: block;
      height: auto;
      min-width: 70%;
      /*max-height: 500px; */
    }
  .prod-gallery .thumbnails {
    width: 100px; }
    .prod-gallery .thumbnails .fit-image {
      width: 100%;
      object-fit: cover; }
    .prod-gallery .thumbnails .thumbnail-img {
      width: calc(100% - 4px);
      height: calc(100% - 4px);
      position: relative;
      z-index: 3; }
  .prod-gallery .tb {
    width: 100%;
    margin-bottom: 20px;
    height: auto;
    cursor: pointer;
    text-align: center;
    padding: 2px;
    position: relative;
    display: flex;
    align-items: center; }
  .prod-gallery .tb:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent;
    transition: 0.3s;
    z-index: 1; }
  .prod-gallery .tb-active:after {
    content: "";
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    background: #fff;
    transition: 0.3s;
    z-index: 2; }
  .prod-gallery .tb-active:before {
    background: linear-gradient(to bottom, #118937, #6DB54A); }

.prod-sec {
  padding: 40px 0px 30px; }

.cr-info {
  padding: 15px 0px 20px; }
  .cr-info .cr-info p {
    margin-bottom: 5px; }

.disp-flex.green {
  display: flex;
  align-items: center; }
  .disp-flex.green h5 {
    margin-bottom: 0px; }
  .disp-flex.green .arial-box {
    background: #E3F1DA;
    border-radius: 10px;
    margin-left: 15px;
    line-height: 2.5em;
    font-weight: 700;
    font-size: 18px;
    padding: 0px 30px; }

.car-info-product-pg {
  padding: 20px 0px;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
  .car-info-product-pg .one-prod-car-price {
    width: 155px; }
  .car-info-product-pg .one-prod-car-bt {
    width: auto; }
    .car-info-product-pg .one-prod-car-bt a {
      width: 190px;
      max-width: 100%; }

    .car-info-product-pg .was-price span {
        text-decoration: line-through;
    }

    .car-info-product-pg .was-price {
        font-size: 20px;
    }

    .car-info-product-pg .now-price > span {
        font-size: 24px;
    }

.box-frb > div {
  text-align: center;
  margin-bottom: 30px; }

.box-frb img {
  margin-bottom: 10px; }

.mx-900 {
  max-width: 900px;
  width: 100%;
  margin: 0 auto; }

section.product-description {
  background: linear-gradient(to top, #6DB54A 0%, #fff 60%, #fff 100%);
  padding-bottom: 20px; }

.my-inf {
  padding: 70px 0px 0px; }

.divider_1 {
  width: 100%;
  height: 2px;
  content: "";
  background: linear-gradient(to left, #118937, #6DB54A);
  margin: 20px 0px 30px; }

.cl-boxe_s .row > div {
  text-align: center; }
.cl-boxe_s .box-fs_img_center {
  height: 80px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .cl-boxe_s .box-fs_img_center img {
    max-height: 75px;
    max-width: 95%;
    width: auto;
    height: auto; }
.cl-boxe_s .box-h_n {
  background: linear-gradient(90deg, #85be46 0%, #43aa3e 42%, #009636 67%, #007c2f 100%);
  color: #fff;
  border-radius: 10px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .cl-boxe_s .box-h_n span {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 133%;
    margin-right: 5px; }

.bonus-box input.check-form:checked + .vsblt {
    display: block;
}
.kvz {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
    margin-bottom: 20px;
}
.kvz .check-form {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0px;
    position: relative;
    border-radius: 100px;
    border: 1px solid #009636;
}
.kvz .check-form:checked:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #009636;
    border-radius: 100px;
    left: calc(50% - 5px);
    top: calc(50% - 5px);
}
.vsblt {
    width: 100%;
    display: none;
}
.vsblt .box-for-inp_style {
    margin-bottom: 0px;
    margin-top: 10px;
}
.bonus-box input.check-form:checked + .vsblt {
    display: block;
}

.flex-box {
  display: flex;
  align-items: center; }
  .flex-box .cl-img-time {
    width: 100px; }
    .flex-box .cl-img-time img {
      margin-right: -20px;
      position: relative;
      max-width: calc(100% + 40px);
      margin-bottom: 12px;
      z-index: 1; }
  .flex-box .cl-strip {
    width: calc(100% - 100px);
    background: linear-gradient(90deg, #73B74B 0%, #43aa3e 42%, #009636 67%, #007c2f 100%);
    border-radius: 10px;
    padding-left: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2; }
    .flex-box .cl-strip h6 {
      color: #fff;
      margin: 0; }
      .flex-box .cl-strip h6 span {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-size: 133%; }
    .flex-box .cl-strip .rg-text {
      width: 170px;
      text-align: center;
      border-left: 1px solid #fff;
      margin: 1px 0px;
      padding: 5px; }

.gap-faq {
  padding: 60px 0px 150px; }

.faq-plus.collapsed:before, .box-line-flex-mobile .faq-plus.def-bt:before {
  content: "";
  height: 60%;
  width: 1px;
  background: #fff;
  position: absolute;
  left: calc(50% - 1px);
  top: 20%; }

.faq-plus:after {
  content: "";
  height: 1px;
  width: 60%;
  background: #fff;
  position: absolute;
  left: 20%;
  top: calc(50% - 1px); }

.box-line-flex-mobile h6.active .faq-plus.def-bt:before {
  display: none; }

.sp-line_m {
  margin-bottom: 10px; }

.faq-plus {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  position: relative; }

.faq-accordion-block .accordion_m {
  display: flex;
  margin-bottom: 15px; }
  .faq-accordion-block .accordion_m .card {
    margin-right: 15px;
    border-radius: 15px !important;
    width: calc(100% - 65px);
    border: none; }
    .faq-accordion-block .accordion_m .card .card-header {
      background-color: #85be4c;
      border-radius: 15px;
      position: relative;
      padding: 0px;
      z-index: 1; }
      .faq-accordion-block .accordion_m .card .card-header button {
        color: white;
        font-size: 20px;
        font-weight: 500;
        padding: 10px 22px;
        text-decoration: none;
        text-transform: uppercase;
        border: none;
        width: 100%;
        text-align: left;
	    white-space: break-spaces;
	    word-break: break-word; }
    .faq-accordion-block .accordion_m .card .collapse, .faq-accordion-block .accordion_m .card .collapsing {
      border-radius: 0px 0px 12px 12px;
      box-shadow: 0 6px 10px 2px #dddddd;
      margin-top: -10px;
      padding-top: 10px; }

.spacer-menu {
  height: 122px; }

.ordering-sec {
  padding: 70px 0px 150px; }

.my-order-box {
  padding: 30px 15px;
  border: 1px solid #EBEBEB;
  margin-top: 40px; }
  .my-order-box .col-lg-7 {
    position: static; }

.box-for-inp_style {
  background-image: linear-gradient(to right, #71B64A 0%, #118837 100%);
  position: relative;
  margin-bottom: 20px;
  padding: 1px; }

/*.box-for-inp_style.error-field {*/
/*  background: #e7394b;*/
/*  margin-bottom: 5px;*/
/*  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3); }*/

.error-field {
  background: #e7394b !important;
  margin-bottom: 5px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3); }

.error-box {
  color: #e7394b;
  font-size: 12px;
  margin-bottom: 15px; }

.form p > span {
  color: #009636;
  margin-right: 3px; }
.form .drop-btn-ind:after {
  right: 20px;
  position: absolute;
  font-size: 15px;
  top: calc(50% - 3px);
  color: #009636;
  border-top: 0.4em solid; }
.form .drop-btn-ind {
  width: 100%;
  color: #666666;
  font-size: 14px;
  border: none;
  display: block;
  height: 47px;
  cursor: pointer;
  padding: 0px 35px 0px 20px;
  position: relative;
  background: #fff;
  text-align: left;
  display: flex;
  align-items: center; }
.form .dropdown.show:before {
  left: -1px;
  right: -1px;
  bottom: -1px;
  top: 0px;
  content: "";
  position: absolute;
  background-image: linear-gradient(to right, #71B64A 0%, #118837 100%);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4); }
.form .dropdown-menu {
  margin-top: -1px;
  border: none;
  border-radius: 0px;
  width: 100%;
  z-index: 1;
  padding: 0px;
  max-height: 176px;
  overflow-x: auto; }
  .form .dropdown-menu .dropdown-item-index, .form .dropdown-menu .id-class {
    width: 100%;
    position: relative;
    z-index: 2;
    min-height: 35px;
    display: flex;
    align-items: center;
    padding: 8px 20px;
    cursor: pointer;
    background: #fff;
    color: #666666;
    font-size: 14px; }
  .form .dropdown-menu .dropdown-item-index:hover, .form .dropdown-menu .id-class:hover {
    background-image: linear-gradient(to right, #71B64A 0%, #118837 100%);
    color: #fff; }
.form .dropdown-menu:after {
  left: -1px;
  right: -1px;
  bottom: -1px;
  top: 0px;
  content: "";
  position: absolute;
  background-image: linear-gradient(to right, #71B64A 0%, #118837 100%);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  z-index: -1; }
.form .dropdown-menu:before {
  content: "";
  position: absolute;
  background: #fff;
  left: 0px;
  right: 0px;
  top: -5px;
  height: 5px;
  cursor: pointer; }
.form h5 {
  margin-bottom: 15px; }
.form input {
  width: 100%;
  color: #666666;
  font-size: 14px;
  border: none;
  display: block;
  height: 47px;
  padding: 0px 35px 0px 20px;
  position: relative;
  background: #fff;
  text-align: left; }
.form textarea {
  width: 100%;
  color: #666666;
  font-size: 14px;
  border: none;
  display: block;
  height: 115px;
  padding: 16px 35px 0px 20px;
  position: relative;
  background: #fff;
  text-align: left; }
.form .btn-submit_form {
  opacity: 0.4;
  margin-top: 30px;
  width: 240px;
  max-width: 100%; }
.form .btn-submit_form.active {
  opacity: 1; }
.form .info-adress {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .form .info-adress .lp_1 {
    width: 60%; }
  .form .info-adress .lp_2 {
    width: 18%; }
  .form .info-adress .lp_3 {
    width: 18%; }

.box-prod-rg {
  padding: 15px 20px 20px;
  background: #EBEBEB; }
  .box-prod-rg .white-box_products {
    margin: 15px 0px; }
  .box-prod-rg .line-for-products {
    display: flex;
    flex-wrap: wrap;
    background: #ffff;
    padding: 8px 10px;
    border-bottom: 1px solid #EBEBEB; }
    .box-prod-rg .line-for-products .prod-img_l {
      width: 75px; }
    .box-prod-rg .line-for-products .price-prod {
      width: 95px;
      color: #009636;
      text-align: right; }
      .box-prod-rg .line-for-products .price-prod span {
        font-size: 128%;
        font-size: 18px; }
    .box-prod-rg .line-for-products .desc-cn {
      width: calc(100% - 170px);
      padding: 0px 5px 0px 15px; }
      .box-prod-rg .line-for-products .desc-cn b {
        display: block;
        line-height: 1.1em;
        margin-bottom: 8px; }
  .box-prod-rg .flex-box {
    justify-content: space-between; }
    .box-prod-rg .flex-box .final-price-count {
      font-size: 22px;
      color: #009636;
      font-weight: 700; }
      .box-prod-rg .flex-box .final-price-count span {
        font-size: 136%; }

section#faq-sec {
  overflow: hidden;
  position: relative; }

.img-absolute_1 {
  position: absolute;
  left: -60px;
  width: 70px;
  top: 400px; }

.img-absolute_2 {
  position: absolute;
  margin-top: -30px;
  left: -15px;
  width: 75px; }

.img-absolute_3 {
  position: absolute;
  right: -20px;
  width: 110px;
  margin-top: -100px; }

.img-absolute_4 {
  position: absolute;
  right: 0px;
  top: 150px; }

.modal-ordering .modal-dialog {
  max-width: 970px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden; }
  .modal-ordering .modal-dialog .modal-content {
    border: none; }
  .modal-ordering .modal-dialog .top-boxe_bg {
    width: 100%;
    height: 215px;
    background: url(images/bg-modal-top-min.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 95px;
    position: relative; }
    .modal-ordering .modal-dialog .top-boxe_bg .cls-check {
      margin-bottom: -62px;
      width: 130px; }
  .modal-ordering .modal-dialog .top-boxe_bg.big-bg {
    background: url(images/thanks_bg-min.png);
    background-size: cover;
    background-position: center;
    height: 328px; }
  .modal-ordering .modal-dialog .box-nmv {
    max-width: 500px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 0px 20px 50px; }
    .modal-ordering .modal-dialog .box-nmv h2 {
      margin-bottom: 30px; }
  .modal-ordering .modal-dialog .all-el-arial {
    padding: 0px 30px 60px; }
    .modal-ordering .modal-dialog .all-el-arial * {
      font-family: Arial, Helvetica, sans-serif;
      font-weight: 400; }
    .modal-ordering .modal-dialog .all-el-arial .el-final-order {
      margin: 30px auto 0 auto;
      position: relative; }
      .modal-ordering .modal-dialog .all-el-arial .el-final-order h4, .modal-ordering .modal-dialog .all-el-arial .el-final-order h5, .modal-ordering .modal-dialog .all-el-arial .el-final-order h6 {
        margin-bottom: 0px; }
      .modal-ordering .modal-dialog .all-el-arial .el-final-order td {
        align-items: center;
        height: 40px;
        padding: 0px 25px;
        width: 50%; }
        .modal-ordering .modal-dialog .all-el-arial .el-final-order td img {
          width: 130px; }
      .modal-ordering .modal-dialog .all-el-arial .el-final-order .el-right {
        text-align: right;
        text-transform: uppercase; }
      .modal-ordering .modal-dialog .all-el-arial .el-final-order .cnt_b {
        font-weight: 700; }
        .modal-ordering .modal-dialog .all-el-arial .el-final-order .cnt_b span {
          font-weight: 700;
          font-size: 111%; }
    .modal-ordering .modal-dialog .all-el-arial .el-final-order:before {
      left: calc(50% - 1px);
      top: 10px;
      content: "";
      position: absolute;
      width: 2px;
      height: calc(100% - 20px);
      background: linear-gradient(to bottom, #118937, #6DB54A); }

.img-sec_b, .img-pred {
  display: flex;
  width: 20px;
  align-items: center;
  justify-content: center;
  margin-right: 8px; }
  .img-sec_b img, .img-pred img {
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto; }

.modal-content {
  border: none; }

.modal-1170 .modal-dialog {
  max-width: 1170px;
  padding: 0px 20px; }
  .modal-1170 .modal-dialog .modal-content {
    border: none;
    padding: 40px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden; }
    .modal-1170 .modal-dialog .modal-content img.logos {
      max-width: 220px;
      width: 70%; }
    .modal-1170 .modal-dialog .modal-content h2 {
      text-transform: uppercase;
      margin: 35px 0px; }
    .modal-1170 .modal-dialog .modal-content .product_crt_box {
      display: flex;
      flex-wrap: wrap;
      position: relative;
      padding: 20px 0px 20px 10px;
      justify-content: space-between; }
      .modal-1170 .modal-dialog .modal-content .product_crt_box .box-for-kk {
        width: calc(100% - 122px);
        display: flex;
        flex-wrap: wrap; }
      .modal-1170 .modal-dialog .modal-content .product_crt_box .product_crt-1 {
        width: 100px;
        text-align: center; }
      .modal-1170 .modal-dialog .modal-content .product_crt_box .product_crt-2 {
        width: 60%;
        padding: 0px 10px 0px 2.8%; }
        .modal-1170 .modal-dialog .modal-content .product_crt_box .product_crt-2 b {
          display: block;
          max-width: 450px;
          width: 100%; }
        .modal-1170 .modal-dialog .modal-content .product_crt_box .product_crt-2 span.min-art {
          display: block;
          text-transform: uppercase;
          margin: 15px 0px 20px;
          font-size: 11px; }
      .modal-1170 .modal-dialog .modal-content .product_crt_box .product_crt-3 {
        width: 23%;
        padding: 0px 10px; }
        .modal-1170 .modal-dialog .modal-content .product_crt_box .product_crt-3 .box-pl-mn {
          display: flex;
          align-items: center;
          justify-content: left; }
          .modal-1170 .modal-dialog .modal-content .product_crt_box .product_crt-3 .box-pl-mn .plmn {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 27px;
            height: 27px;
            border: 1px solid #009636;
            border-radius: 4px;
            position: relative;
            cursor: pointer;
            background: #fff; }
          .modal-1170 .modal-dialog .modal-content .product_crt_box .product_crt-3 .box-pl-mn .plmn:before {
            content: "";
            height: 2px;
            width: 50%;
            left: 25%;
            top: calc(50% - 1px);
            position: absolute;
            background: #009636; }
          .modal-1170 .modal-dialog .modal-content .product_crt_box .product_crt-3 .box-pl-mn .plus:after {
            content: "";
            height: 50%;
            width: 2px;
            left: calc(50% - 1px);
            top: 25%;
            position: absolute;
            background: #009636; }
          .modal-1170 .modal-dialog .modal-content .product_crt_box .product_crt-3 .box-pl-mn .pls-mns_inp {
            width: 57px;
            text-align: center;
            height: 27px;
            border: none;
            color: #575756;
            -moz-appearance: none !important;
            -webkit-appearance: none !important;
            margin-right: -17px; }
      .modal-1170 .modal-dialog .modal-content .product_crt_box .product_crt-4 {
        width: 17%; }
      .modal-1170 .modal-dialog .modal-content .product_crt_box .product_crt-5 {
        width: 22px;
        text-align: right; }
        .modal-1170 .modal-dialog .modal-content .product_crt_box .product_crt-5 .cls-trash {
          color: #009636;
          font-size: 25px;
          cursor: pointer; }
    .modal-1170 .modal-dialog .modal-content .product_crt_box:before {
      content: "";
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 1px;
      background: linear-gradient(to left, #118937, #6DB54A); }
    .modal-1170 .modal-dialog .modal-content .product_crt_box:last-of-type:after {
      content: "";
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 100%;
      height: 1px;
      background: linear-gradient(to left, #118937, #6DB54A); }

.price-count {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700; }
  .price-count span {
    font-size: 133%; }

.ds-flex-foot-1 {
  padding: 20px 0px 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .ds-flex-foot-1 .sd1 {
    width: 200px;
    max-width: 70%; }
  .ds-flex-foot-1 .sd2 {
    text-align: right; }

.ds-flex-foot-2 {
  display: flex;
  justify-content: space-between; }
  .ds-flex-foot-2 .sd2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end; }
    .ds-flex-foot-2 .sd2 .min-price_info {
      width: 100%;
      text-align: right;
      margin-top: 7px; }
    .ds-flex-foot-2 .sd2 .def-bt {
      padding-left: 20px;
      padding-right: 20px; }

.price-24 {
  font-size: 22px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700; }
  .price-24 span {
    font-size: 135%; }

.border-btn {
  height: 48px;
  padding: 0px 40px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  background-image: linear-gradient(to right, #71B64A 0%, #118837 100%);
  color: #009636;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-decoration: none !important;
  text-align: center; }
  .border-btn span {
    position: relative; }

.border-btn:hover {
  color: #fff;
  box-shadow: 0px 3px 3px 0px rgba(24, 24, 24, 0.2); }

.border-btn:before {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  background: #fff;
  border-radius: 9px;
  z-index: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.border-btn:hover:before {
  background-image: linear-gradient(to right, #71B64A 0%, #118837 100%); }

.select2.select2-container {
  margin-bottom: 15px;
  border-radius: 0px;
  width: 100% !important;
  height: 47px;
  background-image: linear-gradient(to right, #71B64A 0%, #118837 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  .select2.select2-container .selection {
    width: 100%;
    height: 100%; }
    .select2.select2-container .selection .select2-selection {
      background: #fff;
      border: none;
      border-radius: 0px;
      padding: 0px 20px;
      margin: 1px;
      height: 45px;
      display: flex;
      align-items: center;
      font-size: 14px;
      outline: none; }
      .select2.select2-container .selection .select2-selection .select2-selection__rendered {
        padding: 0px;
        color: #666666; }
      .select2.select2-container .selection .select2-selection .select2-selection__arrow {
        height: calc(100% - 2px) !important;
        right: 20px !important;
        justify-content: space-between !important; }
        .select2.select2-container .selection .select2-selection .select2-selection__arrow b {
          border-color: #009636 transparent transparent transparent;
          left: auto;
          right: 0px;
          border-width: 0.45em 0.3em 0 0.3em; }
    .select2.select2-container .selection span.select2-container.select2-container--default.select2-container--open {
      z-index: 0 !important; }

.select2-container--below.select2-container--open:before {
  content: "";
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 0px;
  background: #fff;
  height: 7px;
  z-index: 3; }

.select2-search.select2-search--dropdown {
  padding: 1px; }
  .select2-search.select2-search--dropdown input {
    border: none !important;
    padding: 8px 20px;
    color: #666;
    font-size: 14px; }

.select2-dropdown {
  background-image: linear-gradient(to right, #71B64A 0%, #118837 100%);
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 0px !important;
  border: none !important; }
  .select2-dropdown .select2-results__option {
    background: #fff !important;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 100%;
    position: relative;
    z-index: 2;
    height: 35px;
    display: flex;
    align-items: center;
    padding: 0px 20px;
    cursor: pointer;
    color: #666666;
    font-size: 14px; }
  .select2-dropdown .select2-results__option:hover {
    background: linear-gradient(to right, #71B64A 0%, #118837 100%) !important; }
  .select2-dropdown .select2-results__option--highlighted {
    background: linear-gradient(to right, #71B64A 0%, #118837 100%) !important; }
  .select2-dropdown .select2-results {
    padding: 0px 1px 1px; }

.select2-container--open {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }

.select2-container--default .select2-results__option--selected {
  background: #fff; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #fff; }

.modal-770 .modal-dialog {
  max-width: 770px; }
  .modal-770 .modal-dialog .modal-content {
    padding-left: 14%;
    padding-right: 14%;
    padding-bottom: 14%; }

.zb-pass {
  margin-top: -10px; }

.cls-flex-betw {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px; }

.flb1 {
  width: 49%;
  max-width: 220px; }
  .flb1 button, .flb1 a {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; }

.soc-fcb {
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 48px;
  background: #3C5A96;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 20px;
  text-decoration: none !important; }
  .soc-fcb i {
    font-size: 24px;
    margin-right: 10px; }

.full-btn button {
  width: 100%; }

.search-sec {
  padding-top: 20px; }
  .search-sec .breadcrumbs {
    margin-bottom: 40px; }

.about-us {
  min-height: 770px;
  padding-bottom: 30px; }
  .about-us h2 {
    color: #fff;
    margin: 100px 0 50px; }
  .about-us h4 {
    color: #fff;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    font-weight: 400; }

.for-about-brands {
  padding: 100px 0px 140px; }
  .for-about-brands h2 {
    margin-bottom: 60px; }
  .for-about-brands .flex-section-fl {
    display: flex;
    flex-wrap: wrap; }
    .for-about-brands .flex-section-fl .flex-cfl-col {
      width: 50%; }
      .for-about-brands .flex-section-fl .flex-cfl-col .wh-full {
        height: 100%;
        width: 100%;
        background-size: cover !important;
        background-position: center !important; }
        .for-about-brands .flex-section-fl .flex-cfl-col .wh-full img {
          display: none; }
      .for-about-brands .flex-section-fl .flex-cfl-col .flex-logo-txt {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin-bottom: 20px; }
        .for-about-brands .flex-section-fl .flex-cfl-col .flex-logo-txt h2 {
          margin-bottom: 15px; }
        .for-about-brands .flex-section-fl .flex-cfl-col .flex-logo-txt .mr-wth-bx-rg {
          margin-right: 20px; }
        .for-about-brands .flex-section-fl .flex-cfl-col .flex-logo-txt .mr-wth-bx-lf {
          margin-left: 20px; }
      .for-about-brands .flex-section-fl .flex-cfl-col .box-mrm {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative; }
        .for-about-brands .flex-section-fl .flex-cfl-col .box-mrm .box-mr_col {
          width: 24%;
          position: relative;
          text-align: center;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-bottom: -100px;
          padding-bottom: 80px; }
          .for-about-brands .flex-section-fl .flex-cfl-col .box-mrm .box-mr_col .btm-poss {
            max-width: 100px;
            width: 100%;
            position: absolute;
            bottom: 0px;
            margin-left: 6%; }
      .for-about-brands .flex-section-fl .flex-cfl-col .box-mrm.dinalfl-sec {
        justify-content: center; }
      .for-about-brands .flex-section-fl .flex-cfl-col .mr-l {
        margin: 25px 0px 105px -28%;
        padding: 10% 0px 0px 13%; }
      .for-about-brands .flex-section-fl .flex-cfl-col .mr-r {
        margin: 25px -28% 105px 0px;
        padding: 10% 13% 0px 0px; }
  .for-about-brands .bx-bg1 {
    background: #E20F29; }
    .for-about-brands .bx-bg1 .box-mr_col {
      border-color: #fff !important; }
  .for-about-brands .bx-bg2 {
    background: #0C5CA6; }
    .for-about-brands .bx-bg2 .box-mr_col {
      border-color: #fff !important; }
  .for-about-brands .bx-bg3 {
    background: #ED5050; }
    .for-about-brands .bx-bg3 .box-mr_col {
      border-color: #fff !important; }

.sec-img-left .col-wth_txt {
  padding: 15px 0px 50px 6%; }

.sec-img-right .col-wth_txt {
  padding: 15px 6% 50px 0px; }

.sec-contact {
  padding: 80px 0 230px; }

.conteiner-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative; }
  .conteiner-contact .cont-col {
    width: 50%; }
    .conteiner-contact .cont-col .pod-sec {
      margin-bottom: 50px; }
      .conteiner-contact .cont-col .pod-sec h4 {
        margin-bottom: 20px;
        font-size: 24px !important; }
      .conteiner-contact .cont-col .pod-sec p {
        margin-bottom: 8px; }
      .conteiner-contact .cont-col .pod-sec a {
        margin-bottom: 25px;
        display: block; }
    .conteiner-contact .cont-col .pod-sec:last-of-type {
      margin-bottom: 0px; }
    .conteiner-contact .cont-col iframe {
      width: 100%;
      height: 100%;
      min-height: 285px; }
  .conteiner-contact .cn-lft {
    width: 600px;
    max-width: 50%;
    padding: 0px 20px; }
  .conteiner-contact .mbg-button {
    width: 320px;
    max-width: calc(100% - 30px);
    position: absolute;
    bottom: -150px;
    left: calc(50% - 160px);
    font-size: 16px;
    height: 75px; }

.box-for-inp_style.type-file {
  background: transparent; }
  .box-for-inp_style.type-file input[type="file"] {
    display: none; }
  .box-for-inp_style.type-file span {
    display: block; }
  .box-for-inp_style.type-file label {
    margin: 0;
    padding-bottom: 4px;
    cursor: pointer; }

.box-for-inp_style.type-radio {
  background: transparent; }
  .box-for-inp_style.type-radio label {
    margin: 0;
    cursor: pointer;
    display: flex; }
  .box-for-inp_style.type-radio input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    padding: 0px;
    border: 1px solid #E64053;
    border-radius: 100px;
    cursor: pointer;
    margin-right: 14px;
    position: relative; }
  .box-for-inp_style.type-radio input:checked:before {
    content: "";
    background: #E64053;
    position: absolute;
    width: 12px;
    height: 12px;
    left: 1px;
    top: 1px;
    border-radius: 100px; }
  .box-for-inp_style.type-radio .underline {
    border-bottom: 1px solid;
    margin-left: 5px; }

section.ordering-sec.my-account {
  padding-top: 20px; }
  section.ordering-sec.my-account .breadcrumbs {
    margin-bottom: 35px; }

.box-line-flex {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .box-line-flex .blf {
    display: flex;
    flex-wrap: wrap; }
    .box-line-flex .blf h6 {
      margin-bottom: 0px; }
    .box-line-flex .blf a {
      color: #b7b7b7;
      margin: 0px 40px 0px 0px;
      text-decoration: none;
      -webkit-transition: .3s;
      -moz-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .box-line-flex .blf a i {
        margin-right: 10px; }
    .box-line-flex .blf a.active, .box-line-flex .blf a:hover {
      color: #009636; }
    .box-line-flex .blf .ext-bt {
      font-size: 15px; }
      .box-line-flex .blf .ext-bt a {
        color: #575756;
        margin: 0; }

.bord-ll {
  height: 2px;
  background: linear-gradient(to left, #118937, #6DB54A);
  margin: 20px 0 45px; }

.my-account .my-order-box {
  padding: 30px 2.5%; }

.flex-col-jsb {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .flex-col-jsb .clit-1 {
    width: 50px;
    min-height: 10px; }
  .flex-col-jsb .clit-2 {
    padding-left: 30px;
    width: calc(18% - 10px); }
  .flex-col-jsb .clit-3 {
    width: calc(26% - 10px);
    text-align: center; }
  .flex-col-jsb .clit-4 {
    width: calc(14% - 10px);
    text-align: center; }
  .flex-col-jsb .clit-5 {
    width: calc(26% - 10px);
    text-align: center; }
  .flex-col-jsb .clit-6 {
    width: calc(16% - 10px);
    text-align: center; }

.accr-history .card {
  border: none; }
.accr-history .card-header {
  background: #E3F1DA;
  border: none;
  border-radius: 12px;
  padding: 0; }
.accr-history .card-body {
  padding: 0px;
  max-width: 1150px;
  width: 98%;
  margin: 0 auto; }
  .accr-history .card-body .line-card {
    position: relative;
    padding: 20px 5px 25px;
    display: flex; }
    .accr-history .card-body .line-card .card-img-b {
      width: 90px; }
    .accr-history .card-body .line-card .card-content-b {
      width: calc(100% - 90px);
      display: flex;
      padding-left: 2.7%;
      justify-content: space-between;
      flex-wrap: wrap; }
        .accr-history .card-body .line-card .card-content-b .ccb_1 b {
          display: block;
          margin-bottom: 5px; }
      .accr-history .card-body .line-card .card-content-b .ccb_2 {
        text-align: center; }
      .accr-history .card-body .line-card .card-content-b .ccb_3 span.font-s_14 {
        display: block;
        margin-bottom: 10px; }
  .accr-history .card-body .line-card:before {
    content: "";
    background: linear-gradient(to left, #118937, #6DB54A);
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 1px; }
.accr-history .card-body > .line-card:last-of-type:before {
  display: none; }

.accordion {
  margin-bottom: 5px;
  position: relative; }

.cont-prod-hist .clit-6 {
  display: none; }

.box-line-flex-mobile {
  display: none; }
  .box-line-flex-mobile .blf-exit-full {
    text-align: center; }
    .box-line-flex-mobile .blf-exit-full .ext-bt {
      font-size: 15px;
      color: #575756 !important;
      text-decoration: none !important;
      padding-bottom: 5px;
      display: table;
      margin: 0 auto 15px auto; }
  .box-line-flex-mobile .blf {
    margin: 0px -10px; }
    .box-line-flex-mobile .blf a {
      display: flex;
      justify-content: space-between; }
      .box-line-flex-mobile .blf a .box-bh {
        height: 40px;
        display: flex;
        align-items: center;
        border: 1px solid #b7b7b7;
        border-radius: 12px;
        color: #b7b7b7;
        padding: 0px 10px;
        width: calc(100% - 45px);
        margin-right: 5px; }
        .box-line-flex-mobile .blf a .box-bh i {
          margin-right: 10px; }
      .box-line-flex-mobile .blf a .faq-plus.def-bt {
        width: 40px;
        height: 40px;
        border-radius: 12px; }
    .box-line-flex-mobile .blf h6 {
      margin-bottom: 0px;
      margin-top: 10px; }
    .box-line-flex-mobile .blf h6.active {
      margin-bottom: -40px; }
      .box-line-flex-mobile .blf h6.active a .box-bh {
        border: 1px solid #E3F1DA;
        background: #E3F1DA;
        color: #009636; }

.mrg-vb {
  margin-bottom: 25px; }

.cl-point {
  cursor: pointer; }

.cls_box-flex {
  display: flex; }

.ghj {
  display: flex;
  flex-wrap: wrap; }

.title-modal_m {
  text-transform: uppercase;
}

.box-product_l_pp.active:before {
    box-shadow: 0px 4px 8px 0px rgba(24, 24, 24, 0.3);
    background: linear-gradient(to left, #118937, #6DB54A); }

.wd-100 {
    width: 100%;
}
.button-block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.button-block .def-bt {
    min-width: 150px;
    margin: 0px 10px 10px;
    position: relative;
    color: #009636 !important;
}
.button-block .def-bt>span {
    z-index: 2
}
.button-block .def-bt:before {
    content: "";
    position: absolute;
    background: #fff;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 11px;
    z-index: 0;
}
.button-block .def-bt:hover, .button-block .def-bt.active {
    color: #fff !important;
}
.button-block .def-bt.active {
    background-image: linear-gradient(-90deg, #85be46 0%, #43aa3e 42%, #009636 67%, #007c2f 100%);
}
.button-block .def-bt:hover:before, .button-block .def-bt.active:before {
    opacity: 0;
}
.pop-modal_sl .modal-dialog {
    max-width: 900px;
}
.pop-modal_sl .modal-content {
    border-radius: 12px;
    padding: 25px;
}
.pop-modal_sl .prod-gallery {
    width: 100%;
}
.header-spacer-cont_blk {
    width: 100%;
    display: block;
}
.box-line-flex-mobile .blf h6 a {
    text-decoration: none;
}
.ccb_3 {
    width: 130px;
    display: flex;
    justify-content: flex-end;
}
.ccb_2 {
    width: calc(35% - 60px);
}
.ccb_1 {
    width: calc(65% - 70px);
}
.cookie {
    position: fixed;
    width: 100%;
    background: #fff;
    bottom: 0px;
    box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.05);
    padding: 20px 0px;
    font-size: 14px;
    line-height: 1.4em;
    z-index: 999;
}
.cookie a {
    color: #009636;
}
.cookie .def-bt {
    display: inline-block;
    height: auto;
    font-size: 11px;
    padding: 6px 12px;
    margin: -5px 0px -5px 8px;
}
.mobile-lnk {
    margin-top: 2px;
    display: none;
}
/* test animation*/
.modal.loadani.show {
    display: flex !important;
    align-items: center;
}
.anibtn {
    background: #049837 !important;
    border: 1px solid #049837;
}
.anibtn:focus {
    box-shadow: none;
    border: 1px solid #049837;
}
.modal.loadani.show .modal-content {
    background: transparent;
}
.cssload-container {
  width: 100%;
  height: 49px;
  text-align: center;
}
.cssload-speeding-wheel {
  width: 49px;
  height: 49px;
  margin: 0 auto;
  border: 3px solid rgb(4,152,55);
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: cssload-spin 1400ms infinite linear;
    -o-animation: cssload-spin 1400ms infinite linear;
    -ms-animation: cssload-spin 1400ms infinite linear;
    -webkit-animation: cssload-spin 1400ms infinite linear;
    -moz-animation: cssload-spin 1400ms infinite linear;
}
@keyframes cssload-spin {
  100%{ transform: rotate(360deg); transform: rotate(360deg); }
}

@-o-keyframes cssload-spin {
  100%{ -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@-ms-keyframes cssload-spin {
  100%{ -ms-transform: rotate(360deg); transform: rotate(360deg); }
}

@-webkit-keyframes cssload-spin {
  100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@-moz-keyframes cssload-spin {
  100%{ -moz-transform: rotate(360deg); transform: rotate(360deg); }
}

.label-span {
    display: block;
    margin-bottom: 5px;
}
.form-203 {
    display: block;
}
.form-203 label {
    width: 450px;
    max-width: 100%;
    display: block;
}
.form-203 button {
    width: 450px;
    max-width: 100%;
}

/* end test animation*/

/*new blocks 07.2024*/
.top_banner {
	padding: 13px 0;
	background: #F9B000;
	font-weight: 600;
	color: #655555;
	text-align: center;
        width: 100vh;
        min-width: 100vw;
        display: flex;
        align-items: center;
}
.top_banners {
    display: flex;
    align-items: stretch;
    transition: all .3s;
}
.top_banners_slider {
    overflow: hidden;
}
.prod_modal_info {
    cursor: pointer;
    text-decoration: underline;
    font-weight: 500;
    font-size: 12px;
    margin-top: 15px;
}
.prod_modal_toggles {
    display: flex;
    align-items: center;
    gap: 20px;
}
.prod_modal_info {
    display: flex;
    align-items: center;
    gap: 5px;
}
.prod_modal {
    background: rgba(0,0,0,.3);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5F6155;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    padding: 15px;
    transition: all .3s ease;
}
.prod_modal.active {
    z-index: 1000;
    opacity: 1;
    visibility: visible;
}
.prod_modal_content {
    background: #fffbfb;
    border-radius: 10px;
    max-width: 550px;
    width: 100%;
    position: relative;
    padding: 30px;
}
.close_prod_modal {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.prod_modal h3 {
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.prod_modal_row {
    display: flex;
    gap: 10px;
}
.prod_modal_row_icon {
    min-width: 20px;
    margin-top: 4px;
}
.prod_modal_row_text {
    border-radius: 10px;
    background: #f6f2f2;
    padding: 10px 25px;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
}
.prod_modal_row_text ul {
    padding-left: 12px;
    font-size: 12px;
}
.prod_modal a {
    text-decoration: underline;
    font-weight: 600;
    font-size: 14px;
}
.prod_modal_row_text .small_text {
    font-size: 12px;
}
.prod_modal .prod_ask {
    color: #5F6155;
    text-decoration: none;
}

.modal-1170 .modal-dialog .modal-content .product_crt_box .product_crt-3 .box-pl-mn .pls-mns_inp {
    border: 1px solid #999;
    border-radius: 3px;
    margin-right: 0;
    -moz-appearance:textfield !important;
    appearance: textfield !important;
}

.modal-1170 .modal-dialog .modal-content .product_crt_box .product_crt-3 .box-pl-mn .pls-mns_inp::-webkit-outer-spin-button,
.modal-1170 .modal-dialog .modal-content .product_crt_box .product_crt-3 .box-pl-mn .pls-mns_inp::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.modal-1170 .modal-dialog .modal-content .product_crt_box .product_crt-3 .box-pl-mn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

@media (max-width: 1199px) {
  .hero-section {
    margin-top: 165px; }

  .spacer-menu {
    height: 150px; }

  .box-pl-mn .pls-mns_inp {
    padding-right: 17px; } }
@media (max-width: 991px) {
  .hero-section {
    margin-top: 132px; }

  .spacer-menu {
    height: 80px; }

  .prod-gallery .thumbnails {
    width: 60px; }

  .prod-gallery fieldset {
    width: calc(100% - 60px); }

  .box-prod-rg {
    margin-top: 40px; }

  .ds-hide {
    display: none; }

  .modal-ordering .modal-dialog {
    border-radius: 0px;
    margin: 0; }

  .modal-1170 .modal-dialog .modal-content .product_crt_box .product_crt-2 {
    width: 100%;
    padding: 0px 10px 10px 12px; }

  .modal-1170 .modal-dialog .modal-content .product_crt_box .product_crt-3 {
    width: 100%;
    padding: 0px 12px 10px 12px; }

  .modal-1170 .modal-dialog .modal-content .product_crt_box .product_crt-4 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 12px;
    max-width: 250px; }
    .modal-1170 .modal-dialog .modal-content .product_crt_box .product_crt-4 p, .modal-1170 .modal-dialog .modal-content .product_crt_box .product_crt-4 .price-count {
      margin-bottom: 0px; }

  .modal-1170 .modal-dialog .modal-content img.logos {
    max-width: 190px; }

  .for-about-brands {
    padding: 65px 0px 10px; }
    .for-about-brands h2 {
      margin-bottom: 40px; }

  .about-us {
    min-height: 100px; }

  .about-us h2 {
    margin: 30px 0px; }

  .for-about-brands .flex-section-fl .flex-cfl-col {
    width: 100%; }

  .for-about-brands .flex-section-fl .flex-cfl-col .wh-full img {
    display: block;
    margin-bottom: 20px; }

  .for-about-brands .flex-section-fl .flex-cfl-col .wh-full {
    background: transparent !important; }

  .sec-img-left .col-wth_txt {
    padding: 15px 0 60px 0; }

  .sec-img-right .col-wth_txt {
    padding: 15px 0 60px 0; }

  .for-about-brands .flex-section-fl .flex-cfl-col .flex-logo-txt {
    justify-content: center; }

  .flex-logo-txt .flt-txt {
    display: none; }

  .for-about-brands .flex-section-fl .flex-cfl-col .box-mrm {
    margin: 25px 0px 105px 0 !important;
    padding: 45px 0px 0px !important; }

  .for-about-brands .flex-section-fl.sec-img-right {
    flex-direction: column-reverse; }

  .flt-img img {
    max-width: 150px;
    width: 100%;
    margin: 0 auto; }

  .box-line-flex .blf a {
    margin: 0px 20px 0px 0px;
    font-size: 16px; }

  .clit-1 .faq-plus.def-bt {
    width: 40px;
    height: 40px; }

  .flex-col-jsb .clit-1 {
    width: 40px; }

  .flex-col-jsb .clit-5 {
    width: 19%; }

  .flex-col-jsb .clit-2 {
    padding-left: 20px;
    width: calc(25% - 10px); }

  .accr-history .card-body .line-card .card-img-b {
    width: 80px; }

  .accr-history .card-body .line-card {
    padding: 15px 0px 20px; }

  .accr-history .card-body .line-card .card-content-b {
    width: calc(100% - 80px); }

  .ccb_1 {
    width: 55%;
    padding-right: 10px; }

  .ccb_2 {
    width: 23%; }

  .ccb_3 {
    width: 22%; } }
@media (max-width: 767px) {
  h2 {
    font-size: 24px; }

  h4 {
    font-size: 18px; }

  h5 {
    font-size: 17px; }

  h6 {
    font-size: 16px; }

  .hero-section {
    margin-top: 120px; }

  .spacer-menu {
    height: 64px; }

  .box-for-cont_pp_right .box-product_l_pp {
    width: calc(50% - 12px);
    margin: 0px 6px 12px;
    position: relative;
    padding: 2px;
    display: flex;
    cursor: pointer; }

  .box-for-cont_pp_left {
    width: 40%;
    padding: 20px 10px 0px 20px; }

  .box-for-cont_pp_right {
    width: 60%;
    padding: 29px 12px 0px 10px; }

  .box-for-cont_pp_left .box-for-item_l {
    height: 456px; }

  .my-inf {
    padding: 30px 0px 0px; }

  .gap-related-products {
    padding-bottom: 50px; }

  .gap-top-rel-prod {
    padding: 60px 0px 20px; }

  .logos {
    max-width: 40%;
    margin: 0 auto 20px; }

  .flex-box {
    margin-top: 30px; }

  .prod-gallery {
    flex-direction: column-reverse; }

  .product-pic {
    max-width: 300px;
    margin: 0 auto 15px; }

  .prod-gallery .thumbnails {
    width: 100%;
    display: flex !important;
    flex-direction: initial !important;
    flex-wrap: wrap;
    justify-content: center; }

  .prod-gallery .tb {
    width: 55px; }

  .cls-crot-prod {
    text-align: center; }

  .cr-info {
    padding: 10px 0px 0px; }

  .cls-crot-prod h2.uppercase {
    text-transform: inherit; }

  .modal-content .prod-gallery {
    width: 80%;
    padding-top: 10px; }

  .modal-content .product-pic {
    max-width: 100%; }

  .hero-section.products-hero-section {
    background-position: 5% !important; }

  .disp-flex.green {
    justify-content: center; }

  .car-info-product-pg {
    display: flex;
    flex-wrap: wrap; }

  .car-info-product-pg .one-prod-car-price {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .car-info-product-pg .one-prod-car-price .was-price {
      margin-right: 15px; }

  .min-price_info {
    width: 100%;
    margin-top: 10px; }

  .car-info-product-pg .one-prod-car-bt {
    width: 100%; }

  .prod-gallery fieldset {
    width: 100%; }

  .my-order-box {
    margin-top: 40px; }

  .box-prod-rg .flex-box {
    margin-top: 15px; }

  .faq-img-block {
    display: none; }

  .gap-faq {
    padding: 20px 0px 50px; }

  .faq-accordion-block .accordion_m {
    margin-bottom: 10px; }

  .modal-ordering .modal-dialog .top-boxe_bg {
    height: 130px;
    background-position: bottom;
    margin-bottom: 80px; }

  .modal-ordering .modal-dialog .top-boxe_bg.big-bg {
    height: 175px;
    background-position: bottom; }

  .modal-ordering .modal-dialog .top-boxe_bg .cls-check {
    margin-bottom: -35px;
    width: 80px; }

  .modal-ordering .modal-dialog .all-el-arial .el-final-order td {
    align-items: center;
    height: 30px;
    padding: 0px 25px;
    width: 50%; }

  .modal-ordering .modal-dialog .all-el-arial .el-final-order:before {
    top: 5px;
    height: calc(100% - 10px); }

  .modal-ordering .modal-dialog .all-el-arial .el-final-order td {
    padding: 0px 10px; }

  .modal-ordering .modal-dialog .all-el-arial {
    padding: 0px 30px 40px; }

  .lp_1, .lp_2, .lp_3 {
    width: 100% !important; }

  .modal-1170 .modal-dialog .modal-content h2 {
    margin: 10px 0px 20px; }

  .border-btn {
    padding: 0px 20px; }

  .ds-flex-foot-1 .sd1 {
    width: 114px; }

  .ds-flex-foot-1 .sd2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px; }

  .ds-flex-foot-1 .sd2 .price-24 {
    margin-left: 20px;
    margin-bottom: 0px;
    min-width: 130px; }

  .price-24 {
    font-size: 18px; }
    .price-24 span {
      font-size: 120%; }

  .ds-flex-foot-2 .sd1, .ds-flex-foot-2 .sd2 {
    width: 49%; }

  .ds-flex-foot-2 .sd2 .def-bt {
    height: 48px;
    line-height: 1.2em; }

  .ds-flex-foot-2 .sd2 .min-price_info {
    width: 200%;
    margin-left: -100%; }

  .ds-flex-foot-1 .sd2 h6 {
    text-align: left; }

  .search-sec .breadcrumbs {
    margin-bottom: 20px; }

  .gap-katalog {
    padding: 30px 0px 70px; }

  .sp-line_m {
    display: none; }

  .my-account .my-order-box {
    padding: 0px;
    border: none; }

  .clit-1 .faq-plus.def-bt {
    width: 25px;
    height: 25px;
    background: transparent;
    box-shadow: none !important; }

  .clit-1 .faq-plus:after {
    width: 100%;
    left: 0%;
    background: #0E7C33; }

  .clit-1 .faq-plus.collapsed:before {
    height: 100%;
    background: #0E7C33;
    top: 0%; }

  .clit-5 {
    display: none; }

  .accr-history .card-header {
    background: transparent;
    border-radius: 0px; }

  .clit-2:before {
    content: "Номер замовлення";
    display: block; }

  .flex-col-jsb .clit-2 {
    padding-left: 40px;
    padding-right: 75px;
    width: 100%;
    font-family: 'LM Serif';
    color: #009636;
    font-weight: 700; }

  .flex-col-jsb .clit-3 {
    width: 100%;
    text-align: left;
    padding-left: 40px;
    padding-right: 70px;
    margin-top: 5px; }

  .flex-col-jsb .clit-4 {
    position: absolute;
    width: 70px;
    right: 0px;
    top: 2px;
    font-size: 14px;
    text-align: right;
    color: #009636; }

  .flex-col-jsb .clit-6 {
    display: none; }

  .cont-prod-hist .clit-6 {
    font-size: 14px;
    color: #009636;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    margin-top: 10px; }

  .cont-prod-hist .clit-6:before {
    content: "Разом";
    font-size: 16px;
    font-family: 'LM Serif'; }

  .flex-col-jsb {
    flex-wrap: wrap; }

  .clit-1 {
    position: absolute;
    top: 0px; }

  .fx-120 {
    font-size: 120%; }

  .accr-history .card-body .line-card:last-of-type:before {
    display: block; }

  .accr-history .accordion {
    margin-bottom: 30px; }

  .accr-history .accordion:last-of-type {
    margin-bottom: 20px; }

  .accr-history .card-body {
    width: 100%; }

  .accr-history .card-body .line-card .card-content-b .ccb_1 {
    max-width: 100%;
    width: 100%;
    padding-right: 0px; }

  .accr-history .card-body .line-card .card-content-b .ccb_2 {
    text-align: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 10px; }

  .ccb_3 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }

  .accr-history .card-body .line-card .card-content-b .ccb_2 p {
    margin-bottom: 5px; }

  .ccb_3 * {
    margin-bottom: 0px !important; }

  .bord-ll {
    display: none; }

  .accr-history {
    border-radius: 12px !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 55px 15px 0px;
    margin: 0px -10px; }

  .box-line-flex {
    display: none; }

  .box-line-flex-mobile {
    display: block; }

  .my-account .my-order-box {
    margin-top: 20px; }

  .mrg-vb {
    margin: 10px 0px 10px; }

  .accr-history .standard-column_flex {
    margin: 0px -10px 10px; }

  .accr-history .standard-column_flex .one-prod-car {
    padding: 2px !important; }

  .cls-crot-prod h5 {
    font-size: 20px; }

  .search-form input {
    height: 64px; }
  .mobile-lnk {
    display: block; } }
@media (min-width: 601px) {
  .mobile-box-disp {
    display: none; } }
@media (max-width: 600px) {
  .gap-top-rel-prod {
    padding: 50px 0px 20px; }

  .gap-related-products {
    padding-bottom: 50px; }

  .box-for-item_l, .box-for-cont_pp_right {
    display: none; }

  .box-for-cont_pp_left {
    width: 100%;
    padding: 18px 20px 0px 20px; }

  .modal-box-width .modal-dialog {
    width: 100%;
    margin: 0; }

  .modal-box-width .modal-content {
    border-radius: 0px; }

  .modal-box-width .close {
    top: 20px;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    right: 20px; }

  .modal-box-width .close:before, .modal-box-width .close:after {
    width: 76%;
    left: 12%; }

  .box-for-cont_pp_left h4 {
    margin-bottom: 20px;
    padding-right: 40px; }

  .box-for-cont_pp_left .box-white-bg .bplp_l {
    width: 77px;
    text-align: center; }

  .box-product_l_pp.add-new:before {
    background: #EBEBEB; }

  .box-for-cont_pp_left .box-white-bg .bplp_r {
    width: calc(100% - 77px);
    padding: 0 0 0px 4%; }

  .box-for-cont_pp_left .add-new .box-white-bg .bplp_r .desc-title, .box-for-cont_pp_left .add-new .box-white-bg .bplp_r .desc-price {
    font-size: 14px;
    position: relative;
    width: 100%; }

  .box-for-cont_pp_left .add-new .box-white-bg .bplp_r {
    align-items: center;
    display: flex;
    flex-wrap: wrap; }

  .modal-footer_co .summ_m {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 5px; }

  .modal-footer_co .summ_m .mobile-box-disp {
    font-family: Arial, Helvetica, sans-serif;
    margin-top: -5px; }

  .modal-footer_co .cls_box-flex {
    width: 100%;
    text-align: center;
    margin-bottom: 5px; }

  .modal-footer_co .cls_box-flex b {
    display: none; }

  .modal-footer_co .cls_box-flex .def-bt {
    width: 100%; }

  .modal-footer_co .summ_m .mobile-box-disp .count_l {
    font-size: 26px; }

  .row.my-order-box {
    padding: 0px;
    border: none; }

  .box-prod-rg {
    margin: 40px -15px 0px; }

  .ordering-sec {
    padding: 50px 0px 70px; }

  .box-prod-rg .flex-box .final-price-count {
    font-size: 18px; }
    .box-prod-rg .flex-box .final-price-count span {
      font-size: 111%; }

  .box-prod-rg .flex-box {
    margin-top: 15px; }

  .modal-770 .modal-dialog .modal-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 35px; }

  .conteiner-contact .cont-col {
    width: 100%;
    max-width: 100%; }

  .conteiner-contact .mbg-button {
    position: relative;
    bottom: 0px;
    left: auto;
    height: 48px;
    font-size: 14px;
    max-width: 100%;
    margin-bottom: 50px; }

  .sec-contact {
    padding: 20px 0 60px; }

  .conteiner-contact .cont-col .pod-sec h4 {
    margin-bottom: 15px; }

  .conteiner-contact .cont-col .pod-sec {
    margin-bottom: 25px; } }
@media (max-width: 512px) {
  .one-prod-car-descr {
    padding: 0 10px 104px;
    position: relative; }
    .one-prod-car-descr .one-prod-car-art {
      position: absolute;
      bottom: 0;
      left: 0; }
    .one-prod-car-descr .one-prod-car-info {
      position: absolute;
      left: 0px;
      bottom: 10px;
      flex-wrap: wrap; }

  .hero-section h1 {
    margin: 15px 0 40px; }

  .hero-section {
    min-height: 135px; }

  .disp-flex.green, .car-info-product-pg .one-prod-car-price {
    justify-content: center;
    align-items: center;
  }

  .product-pic {
    max-width: 250px;
    margin: 0 auto 15px; }

  .lf-text h6 {
    line-height: 1em;
    padding: 5px 5px 5px 0px; }

  .faq-accordion-block {
    padding: 0px 5px; }

  .faq-plus {
    width: 40px;
    height: 40px; }

  .faq-accordion-block .accordion_m .card .card-header button {
    padding: 8px 20px;
    font-size: 16px; }

  .faq-accordion-block .accordion_m .card {
    margin-right: 10px;
    width: calc(100% - 50px); }

  .faq-accordion-block .accordion_m .card .collapse, .faq-accordion-block .accordion_m .card .collapsing {
    margin-top: -40px !important;
    padding-top: 40px !important;
    margin-right: -50px;
    border-radius: 12px; }

  .accordion_m .card-body {
    font-size: 14px; }

  .flex-center {
    margin-left: -25px;
    margin-right: -25px; }

  .modal-1170 .modal-dialog .modal-content .product_crt_box .product_crt-1 {
    width: 80px; }

  .modal-1170 .modal-dialog .modal-content .product_crt_box .box-for-kk {
    width: calc(100% - 102px); }

  .modal-1170 .modal-dialog .modal-content {
    padding: 40px 20px 30px;
    border-radius: 0px; }

  .modal-1170 .modal-dialog {
    margin: 0px;
    padding: 0px; }

  .for-about-brands .flex-section-fl .flex-cfl-col .box-mrm {
    margin: 25px -15px 65px -15px !important; }

  .for-about-brands .flex-section-fl .flex-cfl-col .box-mrm .box-mr_col {
    width: 50%;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 85px solid;
    padding-left: 10px;
    padding-right: 10px; }

  .for-about-brands .flex-section-fl .flex-cfl-col .box-mrm {
    margin: 25px -15px 5px -15px !important; }

  .for-about-brands .flex-section-fl .flex-cfl-col .box-mrm .box-mr_col .btm-poss {
    bottom: -85px;
    margin-left: 5%; }

  .box-mr_col.dsb-top {
    border-top: 25px solid;
    padding-top: 30px; }

  .box-mr_col img {
    margin-bottom: -20px; }

  .hero-section {
    margin-top: 135px;
  }

  .for-about-brands .flex-section-fl .flex-cfl-col .box-mrm.dinalfl-sec {
    margin: 25px -15px 85px -15px !important; }

  .for-about-brands .flex-section-fl .flex-cfl-col .box-mrm.dinalfl-sec .box-mr_col {
    width: 50%;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid;
    padding-left: 10px;
    padding-right: 10px; }
  .search-form.open {
    width: calc(100% - 155px); }
   .modal-box-width.my-cust-pd .modal-dialog .modal-content .my-slid-box {
      padding: 40px 20px 115px;
   	}
   .modal-box-width.my-cust-pd .modal-dialog .modal-content .my-slid-box .crot-desc {
   	min-height: 42px;
   } }
@media (max-width: 380px) {
  .flex-box .cl-img-time {
    width: 60px; }

  .flex-box .cl-strip {
    width: calc(100% - 60px); }

  .flex-box .cl-img-time img {
    max-width: calc(100% + 30px);
    margin-bottom: 19px; }

  .el-final-order h5 {
    font-size: 14px; }

  .el-final-order h4 {
    font-size: 16px; }

  .modal-ordering .modal-dialog .all-el-arial .el-final-order td img {
    width: 90px; }

  .flb1 {
    width: 100%;
    max-width: 100%; }

  .cls-flex-betw > .flb1:first-of-type {
    margin-bottom: 15px; } }

/*# sourceMappingURL=style.css.map */
