body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
  color: #383838;
  position: relative;
  line-height: 1;
  font-family: "MuseoSansCyrl", sans-serif;
  -webkit-text-size-adjust: none; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

.pad_port_phone_only, .pad_port_only, .phone_only {
  display: none !important; }

a:hover, a:focus {
  outline: none; }

.container {
  min-width: 320px;
  max-width: 1090px;
  width: auto;
  margin: 0 auto;
  padding: 0 5%; }

.clear {
  clear: both; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.flex-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.btn {
  padding: 23px 36px;
  background-color: #419849;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border: none;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  display: inline-block;
  cursor: pointer; }

.btn:hover,
.btn:focus {
  background-color: #419849; }

.center-my {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.main_form {
  width: 100%; }
  .main_form input, .main_form select {
    width: 100%;
    height: 45px;
    margin-bottom: 8px;
    padding-left: 15px;
    background: #f4f4f4;
    border: none;
    -webkit-border-radius: 10px;
            border-radius: 10px; }
  .main_form input[type=checkbox] {
    display: none; }
  .main_form select {
    -webkit-appearance: none;
    background-image: url(/img/select-arrow.png);
    background-color: #eeeeee;
    background-position: 95% center;
    background-repeat: no-repeat; }
  .main_form .btn {
    width: 100%;
    margin-top: 4px;
    padding-left: 15px;
    padding-right: 15px; }

.fa {
  display: inline-block;
  font-family: "fontawesome";
  font-size: inherit;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\e901"; }

.form__wrap {
  background: #ffffff;
  -webkit-border-radius: 10px;
          border-radius: 10px; }

.li-my {
  margin-bottom: 15px;
  padding-left: 45px;
  font-size: 16px;
  font-weight: 500;
  position: relative; }

.li-my.mb-icon:before {
  background-image: url(/img/mb-icon.png); }

.li-my:before {
  content: '';
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -3px;
  left: 0; }

.slick-prev, .slick-next {
  width: 38px;
  height: 38px;
  padding: 0;
  background-image: url(/img/mb__slick-arrow.png);
  background-position: 45% center;
  background-color: #419849;
  background-repeat: no-repeat;
  font-size: 0;
  line-height: 0;
  color: transparent;
  position: absolute;
  bottom: -webkit-calc(50% - 19px);
  bottom: calc(50% - 19px);
  display: block;
  cursor: pointer;
  overflow: hidden;
  border: none;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  z-index: 2; }

.slick-prev {
  left: 3%; }

.slick-next {
  right: 3%;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.slick-prev:hover {
  background-color: rgba(117, 60, 0, 0.8);
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg); }

.slick-next:hover {
  background-color: rgba(117, 60, 0, 0.8); }

.slick-dots {
  width: 100%;
  padding-top: 0;
  text-align: center;
  position: absolute;
  bottom: -28px;
  left: initial; }
  .slick-dots li {
    display: inline-block;
    margin: 0 5px; }
    .slick-dots li button {
      display: none; }
  .slick-dots li:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    border: 2px solid #419849;
    background: transparent;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .slick-dots li:hover:before {
    border: 2px solid #419849;
    background: rgba(255, 255, 255, 0.5); }
  .slick-dots li.slick-active:before {
    border: 2px solid #419849;
    background: #419849;
    cursor: default; }

h2 {
  font-size: 36px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase; }
  h2 span {
    color: #419849; }

h2.white {
  color: #ffffff; }

.hz {
  width: 100%;
  height: 2px;
  background: #e3e3e3; }

.iform_block_in, .iform_block {
  max-width: 400px;
  padding: 30px 20px 20px; }
  .iform_block_in .htext, .iform_block_in .htext, .iform_block .htext, .iform_block .htext {
    margin-bottom: 5px;
    font-size: 18px;
      font-size-font-weight: 900;
    color: #419849;
    text-align: center;
    text-transform: uppercase; }
  .iform_block_in .ptext, .iform_block_in .ptext, .iform_block .ptext, .iform_block .ptext {
    margin-bottom: 20px;
    font-size: 16px;
    color: #444444;
    text-align: center; }
  .iform_block_in .btn, .iform_block_in .btn, .iform_block .btn, .iform_block .btn {
    width: 100%;
    color: #444444; }

.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden; }

.page-content {
  left: 0;
  position: relative;
  z-index: 1; }

.sidebar__tab {
  padding-left: 23px;
  padding-right: 18px; }

.submenu__tab {
  padding-left: 43px;
  padding-right: 18px; }

.sidebar__size-color {
  font-size: 12px;
  font-weight: 600;
  color: #494747; }

.sidebar {
  left: -250px;
  width: 250px;
  height: 100%;
  position: fixed;
  top: 0;
  overflow: hidden;
  z-index: 110; }

.sidebar:after {
  content: '';
  position: absolute;
  -webkit-box-shadow: 0 0 10px #000;
          box-shadow: 0 0 10px #000;
  top: 0;
  bottom: 0;
  right: -.1rem;
  width: .1rem; }

.sidebar-content {
  height: 100%;
  background: #fff;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden; }

.sidebar-top {
  width: 100%;
  padding-top: 14px;
  padding-bottom: 3px;
  background: #ffffff; }
  .sidebar-top .item {
    width: 100%;
    padding-bottom: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .sidebar-top p.num {
    padding: 2px 10px;
    background: #419849;
    font-weight: normal;
    color: #ffffff;
    -webkit-border-radius: 30px;
            border-radius: 30px;
    text-align: center; }

.sidebar-nav {
  width: 100%;
  list-style: none;
  background: #ffffff; }

.sidebar-nav__link {
  padding-top: 22px;
  padding-bottom: 23px;
  border-top: 1px solid #e9eaec;
  position: relative;
  display: block; }

/*.sidebar-nav__link:after
  content: url("/img/sidebar-nav__link-arrow.png")
  position: absolute
  top: 50%
  margin-top: -4.5px
  right: 19px*/
.sidebar-nav__submenu-title {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #e9eaec;
  font-size: 14px; }

.sidebar-nav__submenu {
  list-style: none; }
  .sidebar-nav__submenu .sidebar-nav__link {
    padding-top: 22px;
    padding-bottom: 22px; }

.header-menu__btn {
  width: 45px;
  height: 39px;
  background: #419849;
  position: relative;
  cursor: pointer;
  z-index: 5;
  display: none;
  -webkit-border-radius: 5px;
          border-radius: 5px; }
  .header-menu__btn span {
    width: 27px;
    height: 4px;
    background: #fff;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    position: absolute;
    left: -webkit-calc(50% - 12px);
    left: calc(50% - 12px);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    display: block; }
  .header-menu__btn span:nth-child(1) {
    top: -webkit-calc(50% - 10px);
    top: calc(50% - 10px); }
  .header-menu__btn span:nth-child(2) {
    top: -webkit-calc(50% - 2px);
    top: calc(50% - 2px); }
  .header-menu__btn span:nth-child(3) {
    top: -webkit-calc(50% + 6px);
    top: calc(50% + 6px); }
  .header-menu__btn span.menu_tool_gear_1 {
    top: 18px !important;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .header-menu__btn span.menu_tool_gear_2 {
    opacity: 0;
    display: none; }
  .header-menu__btn span.menu_tool_gear_3 {
    top: 18px !important;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.header {
  width: 100%;
  padding-top: 1px;
  padding-bottom: 1px;
  background: #ffffff;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5); }
.header .container.flex {
    display: grid;
    grid-template-columns: auto minmax(320px, 1fr) auto;
    gap: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.h__logo {
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  justify-self: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .h__logo .logo {
    width: 150px;
    max-width: 100%;
    display: block; }
  .h__logo .logo__text {
    width: auto;
    max-width: 280px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    min-height: 0;
    margin-left: 18px;
    padding: 0 0 0 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    .h__logo .logo__text:before {
      content: '';
      width: 3px;
      height: 52px;
      background: #419849;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-border-radius: 3px;
              border-radius: 3px; }
    .h__logo .logo__text p {
      font-size: 12px;
      line-height: 1.25;
      font-weight: 500;
      color: #242424; }

.h__logo .logo__text.logo__text--collapsed {
  display: none !important; }

.header-city-btn {
  width: 100%;
  max-width: 460px;
  min-width: 280px;
  justify-self: center;
  padding: 0 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  color: #2f6a3e;
  text-decoration: none;
  text-align: center;
  white-space: nowrap; }

  .header-city-btn:hover {
    color: #419849; }

  .header-city-btn .header-city-btn__icon {
    width: 34px;
    height: 34px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fff3dd;
    border: 1px solid #ffd186;
    -webkit-border-radius: 999px;
            border-radius: 999px;
    color: #419849; }

  .header-city-btn .header-city-btn__icon i {
    font-size: 18px;
    line-height: 1; }

  .header-city-btn .header-city-btn__text {
    min-width: 0;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    color: inherit;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis; }

  .header-city-btn .header-city-btn__text [id='city_adress'] {
    display: block;
    overflow: hidden;
    color: inherit;
    white-space: nowrap;
    text-overflow: ellipsis; }

.h__info {
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  justify-self: end;
  padding-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
            align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .h__info .btns {
    width: auto;
    max-width: none;
    gap: 0;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .h__info .btns .btn {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: auto;
      max-width: none;
      min-height: 48px;
      padding: 10px 24px;
      font-size: 14px;
      font-weight: 100;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px; }
	  
	  
      .h__info .btns .btn .icon {
        padding-left: 30px;
        position: relative;
        display: inline-block; }
		
		
      .h__info .btns .btn .icon:before {
        content: url("/img/phone-icon.png");
        position: absolute;
        top: -4px;
        left: 0; }
		
		
		
		
		    .h__info .btns .down-btn-red {
      background-color: #ff9900;
      color: #ffffff;
      font-weight: bold; }
	  
	  
		
b#herxssss	{ 
    margin-top: 5px;
    font-size: 16px;
    font-weight: 700;
    color: #419849;
	display: block;
}

		
    .h__info .btns .down-btn {
      min-width: 234px;
      min-height: 46px;
      padding-top: 9px;
      padding-bottom: 9px;
      background-color: #419849;
      color: #ffffff;
      font-weight: normal;
      white-space: nowrap; }
	  
	  
      .h__info .btns .down-btn .icon {
        padding-left: 25px;  }
		
		
      .h__info .btns .down-btn .icon:before {
        content: url("/img/down-icon.png");
        top: -5px; left: -5px; }

      .h__info .btns .down-btn .write-btn__text {
        display: inline-block;
        margin: 0;
        width: 100%;
        text-align: center;
        font-weight: 700;
        line-height: 1.2;
        letter-spacing: 0.2px; }
		
		
		
  .h__info .time {
    width: -webkit-calc(50% - 4px);
    width: calc(50% - 4px);
    margin-top: 4px;
    font-size: 12px;
    color: #2c2c2c;
    text-align: center;
    float: right; }

.logo__spec-text {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 700;
  color: #419849; }

.main-block {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url(/img/main-block__bg1-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  
  
  .main-block .form__wrap {
	border: 5px solid #419849;
    max-width: 372px;
    padding: 17px 2% 15px;
    position: relative;
    z-index: 2; }
  .main-block .main_form .btn {
    padding: 23px 0; }
  .main-block .simg-pos {
    position: relative; }
  .main-block .mb__simg-pos {
    max-width: 36%;
    position: absolute;
    bottom: -50px;  
    right: 0; }
  .main-block .prices-b {
    margin-bottom: 25px; }
    .main-block .prices-b .price {
      margin: 0 13px;
      font-size: 30px;
      font-weight: 700;
      color: #fb4343; }
    .main-block .prices-b .price.old {
      color: #4f4f4f !important;
      font-weight: 100;
      text-decoration: line-through; }
  .main-block .li-my b {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 900;
    display: block; }
  .main-block .li-my:last-child{
    margin-bottom: 30px;
  }
  .main-block .form__wrap.flex {
    max-width: 100%;
    padding: 23px 0 22px;
    position: relative;
    z-index: 2;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .main-block .form__wrap.flex .li-my__wrap {
      width: 30%;
      padding: 0 1%; }
    .main-block .form__wrap.flex .li-my {
      margin-bottom: 25px;
      padding-left: 35px;
      font-size: 14px; }
.main-block.ver1 .h1__text-green .fa{
	font-size: 32px;
    position: relative;
    top: 2px;
}
.mb-slider-wrap {
  width: 40%;
  position: relative; }
  .mb-slider-wrap .slick-slide img {
    width: 100%;
    -webkit-border-radius: 15px;
            border-radius: 15px;
    overflow: hidden; }
  .mb-slider-wrap .btn {
    width: 230px;
    position: absolute;
    left: -webkit-calc(50% - 115px);
    left: calc(50% - 115px);
    bottom: 8px; }

h1 {
  margin-bottom: 3px;
  font-size: 35px;
  font-weight: 900;
  color: #525252;
  position: relative;
  z-index: 2; }
  h1 span {
    color: #419849;
    font-weight: 900; }

.h1__fw500 {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  color: #525252;
  position: relative;
  z-index: 2; }

.h1__text-green {
  margin-bottom: 25px;
  font-size: 36px;
  font-weight: 900;
  color: #419849;
  position: relative;
  z-index: 2; }

.main-block.ver2 {
  padding-top: 25px;
  padding-bottom: 17px;
  background-image: url(/img/main-block__bg1-2.jpg); }
  .main-block.ver2 h1 {
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
    line-height: 1.2; }

.main-block.ver3 {
  padding-top: 50px;
  padding-bottom: 30px;
  background-image: url(/img/main-block__bg1-3.jpg); }
  .main-block.ver3 h1 {
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.2; }
  .main-block.ver3 .prices-b .price {
    color: #fb4343; }

.main-block.ver4 {
  padding-top: 35px;
  padding-bottom: 50px;
  background-image: url(/img/main-block__bg1-4_n.jpg); }
  
  
  
  
  
  .main-block.ver4 h1 {
    margin-bottom: 60px;
    text-align: center; }
    .main-block.ver4 h1 span {
      font-size: 30px; }
  .main-block.ver4 .form__wrap {
    max-width: 485px;
    margin: 0 auto;
    padding: 20px 6% 22px; }
	
    .main-block.ver4 .form__wrap .htext {
      font-size: 18px;
      font-weight: 900;
      text-align: center;
      color: #419849;
      position: relative;
      z-index: 2; 
	  margin-bottom:15px;
	  }
	  
	  
	  
    .main-block.ver4 .form__wrap .phtext {
      margin-bottom: 13px;
      font-size: 16px;
      font-weight: 700;
      text-align: center;
      position: relative;
      z-index: 2; }
    .main-block.ver4 .form__wrap .main_form {
      position: relative;
      z-index: 2; }
  .main-block.ver4 .simg-pos .mb__simg-pos1-4_1 {
    position: absolute;
    bottom: -75px;
    left: -275px;
    z-index: 1; }
  .main-block.ver4 .simg-pos .mb__simg-pos1-4_2 {
    width: 380px;
    position: absolute;
    bottom: -50px;
    right: -330px;
    z-index: 1; }

#stick_menu{
  padding-top: 1px;
  padding-bottom: 1px;
  position: fixed;
  top: 0;
  z-index: 10;
  display: none;
}
#stick_menu .logo__spec-text{
  display: none;
}
#stick_menu .h__logo .logo{
  width: 150px;
}

#stick_menu .h__info .btns .btn{
  min-height: 46px;
  padding: 9px 24px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

#stick_menu .h__logo .logo__text{
  width: auto;
  max-width: 280px;
  min-height: 0;
}

#stick_menu .h__info .btns{
  max-width: none;
  gap: 0;
}

#stick_menu .header-city-btn .header-city-btn__icon{
  width: 34px;
  height: 34px;
  background: #fff3dd;
  border: 1px solid #ffd186;
  -webkit-border-radius: 999px;
  border-radius: 999px;
}

#stick_menu .header-city-btn .header-city-btn__text{
  font-size: 15px;
}
