@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .pad_hidden,
  .desktop_only,
  .phone_olny,
  .pad_port_phone_only {
    display: none !important; }
  .header .container.flex {
    grid-template-columns: auto minmax(220px, 1fr) auto;
    gap: 16px; }
  .h__logo {
    width: auto;
    justify-self: start; }
    .h__logo .logo {
      width: 160px; }
    .h__logo .logo__text {
      width: auto;
      max-width: 240px;
      margin-left: 12px;
      padding: 0 0 0 16px; }
      .h__logo .logo__text:before {
        height: 48px; }
      .h__logo .logo__text p {
        font-size: 13px;
        font-weight: 500;
        color: #242424; }
  .h__info {
    width: auto; }
    .header-city-btn {
      max-width: 360px;
      min-width: 180px;
      padding: 0 6px; }
    .h__info .btns {
      gap: 0; }
    .h__info .btns .btn {
      font-size: 13px; }
    .header-city-btn {
      padding: 0 8px; }
    .header-city-btn .header-city-btn__icon i {
      font-size: 16px; }
    .header-city-btn .header-city-btn__text {
      font-size: 13px; }
  .logo__spec-text {
    font-size: 13px; }
  .main-block.ver1 h1 {
    text-shadow: 0 0 2px #c2dfef, 0 0 2px #c2dfef, 0 0 2px #c2dfef, 0 0 2px #c2dfef, 0 0 2px #c2dfef, 0 0 2px #c2dfef, 0 0 2px #c2dfef; }
  .main-block.ver1 .h1__fw500 {
    text-shadow: 0 0 2px #c2dfef, 0 0 2px #c2dfef, 0 0 2px #c2dfef, 0 0 2px #c2dfef, 0 0 2px #c2dfef, 0 0 2px #c2dfef, 0 0 2px #c2dfef; }
  .main-block.ver1 .h1__text-green {
    text-shadow: 0 0 2px #c2dfef, 0 0 2px #c2dfef, 0 0 2px #c2dfef, 0 0 2px #c2dfef, 0 0 2px #c2dfef, 0 0 2px #c2dfef, 0 0 2px #c2dfef; }
  .mb-slider-wrap .btn {
    padding-top: 10px;
    padding-bottom: 10px; }
  .akcia-slide {
    -webkit-border-radius: 16px;
            border-radius: 16px; }
  .akcia-slider .slick-prev {
    left: 1%; }
  .akcia-slider .slick-next {
    right: 1%; }
  .about-b {
    padding: 0 3%; }
    .about-b .htext {
      margin-bottom: 15px;
      font-size: 40px; }
    .about-b .text {
      font-size: 14px; }
  .whywe .blocks {
    font-size: 14px; }
    .whywe .blocks .htext {
      min-height: 36px;
      margin-bottom: 10px;
      font-size: 18px; }
  .products-b .products__simg {
    right: inherit;
    left: 0;
    bottom: -25px; }
  .form-individ .input-b label.label {
    padding-left: 45px;
    font-size: 14px; }
  .add-product .blocks .content {
    padding: 15px 4% 17px; }
  .add-product .blocks .htext {
    font-size: 14px; }
  .feedback h2 {
    font-size: 30px; }
    .feedback h2 span {
      font-size: 90px; }
  .catalogitems-b {
    width: -webkit-calc(33.33% - 15px * 2/3);
    width: calc(33.33% - 15px * 2/3);
    margin-right: 15px;
    padding: 19px 10px 25px; }}

@media only screen and (min-width: 600px) and (max-width: 760px) {
  .mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 150;
    background: rgba(15, 23, 42, 0.42);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease; }
  .mobile-menu-backdrop.is-active {
    opacity: 1;
    pointer-events: auto; }
  .pad_port_phone_only, .pad_port_only {
    display: block !important; }
  .pad_port_phone_hidden {
    display: none !important; }
  .header {
    position: fixed;
    padding: 8px 0;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.1);
    border-bottom: 1px solid rgba(197, 214, 230, 0.6); }
  .header .container.flex {
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    padding: 0 8px; }
  .header-menu__btn {
    left: 0;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: linear-gradient(145deg, #33b05b 0%, #1f8f44 100%);
    box-shadow: 0 10px 18px rgba(31, 143, 68, 0.34); }
    .header-menu__btn span {
      left: calc(50% - 10px);
      width: 20px;
      height: 2.5px;
      border-radius: 99px;
      background: #ffffff; }
    .header-menu__btn span:nth-child(1) {
      top: 15px; }
    .header-menu__btn span:nth-child(2) {
      top: 22px; }
    .header-menu__btn span:nth-child(3) {
      top: 29px; }
    .header-menu__btn span.menu_tool_gear_1 {
      top: 22px !important; }
    .header-menu__btn span.menu_tool_gear_2 {
      opacity: 0;
      display: block; }
    .header-menu__btn span.menu_tool_gear_3 {
      top: 22px !important; }
  .h__logo {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    justify-self: stretch;
    justify-content: center; }
    .h__logo .logo {
      width: 150px; }
    .h__logo .logo__text {
      width: auto;
      min-width: 0;
      max-width: -webkit-calc(100% - 160px);
      max-width: calc(100% - 160px);
      margin-left: 8px;
      padding: 4px 10px 4px 10px;
      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; }
      .h__logo .logo__text p {
        font-size: 12px;
        line-height: 1.18;
        font-weight: 600;
        color: #242424; }
  .h__info {
    width: auto; }
    .h__info .btn {
      width: 46px;
      height: 46px;
      padding: 0;
      border-radius: 14px;
      background: linear-gradient(145deg, #33b05b 0%, #1f8f44 100%);
      box-shadow: 0 10px 18px rgba(31, 143, 68, 0.34); }
      .h__info .btn p {
        height: 100%; }
      .h__info .btn img {
        width: 20px;
        height: 20px;
        filter: brightness(0) invert(1); }
  .sidebar {
    z-index: 220;
    left: -100vw;
    width: 100vw;
    max-width: 100vw;
    background: transparent; }
  .sidebar-content {
    padding: 16px 14px 18px;
    background: linear-gradient(180deg, #fcfefd 0%, #f3f8fb 100%);
    border-right: 1px solid rgba(198, 212, 225, 0.8);
    box-shadow: 12px 0 38px rgba(15, 23, 42, 0.18); }
  .sidebar-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px; }
  .sidebar-head__eyebrow {
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #6f8297; }
  .sidebar-head__title {
    margin-top: 6px;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 900;
    color: #17324a; }
  .sidebar-close {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    margin-left: auto;
    border: 0;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
    position: relative; }
  .sidebar-close span {
    position: absolute;
    top: 21px;
    left: 12px;
    width: 20px;
    height: 2px;
    border-radius: 99px;
    background: #1d3448; }
  .sidebar-close span:first-child {
    transform: rotate(45deg); }
  .sidebar-close span:last-child {
    transform: rotate(-45deg); }
  .sidebar-city {
    margin-bottom: 12px; }
  .sidebar-city__trigger {
    min-height: 58px;
    padding: 10px 12px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    border: 1px solid rgba(212, 223, 233, 0.9);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06); }
  .sidebar-city__icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(65, 152, 73, 0.14);
    color: #2f7f36;
    font-size: 16px; }
  .sidebar-city__content {
    display: flex;
    flex-direction: column;
    min-width: 0; }
  .sidebar-city__label {
    font-size: 11px;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #7a8ca1; }
  .sidebar-city__value {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 700;
    color: #1a314a; }
  .sidebar-contacts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 18px; }
  .sidebar-contacts--primary {
    margin-bottom: 12px; }
  .sidebar-contacts--secondary {
    margin-top: 12px;
    margin-bottom: 0; }
  .sidebar-contact {
    min-height: 76px;
    padding: 10px 12px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 9px;
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.16); }
  .sidebar-contact__icon {
    width: 36px;
    height: 36px;
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 36px;
    font-size: 17px; }
  .sidebar-contact__text {
    display: flex;
    flex-direction: column;
    min-width: 0; }
  .sidebar-contact__title {
    font-size: 14px;
    line-height: 1.15;
    font-weight: 900; }
  .sidebar-contact__note {
    margin-top: 4px;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 600;
    opacity: 0.92; }
  .sidebar-contact--individ {
    background: linear-gradient(135deg, #1fb8b5 0%, #1891a7 100%); }
  .sidebar-contact--route {
    background: linear-gradient(135deg, #ffd14c 0%, #ffae00 100%);
    color: #523100; }
  .sidebar-contact--route .sidebar-contact__icon {
    background: rgba(255, 255, 255, 0.5); }
  .sidebar-contact--call {
    background: linear-gradient(135deg, #ff9d1e 0%, #ff7b00 100%); }
  .sidebar-contact--whatsapp {
    background: linear-gradient(135deg, #2ccf64 0%, #1ea84f 100%); }
  .sidebar-contact--telegram {
    background: linear-gradient(135deg, #46a8e8 0%, #2d80d8 100%); }
  .sidebar-contact--max {
    background: linear-gradient(135deg, #6b55ff 0%, #4a36d9 100%); }
  .sidebar-nav {
    padding: 0;
    margin-bottom: 0;
    background: transparent; }
  .sidebar__tab {
    padding-left: 18px;
    padding-right: 18px; }
  .sidebar-nav li + li {
    margin-top: 8px; }
  .sidebar-nav__link {
    padding-top: 16px;
    padding-bottom: 16px;
    border: 1px solid rgba(223, 231, 238, 0.92);
    border-bottom-color: rgba(214, 226, 236, 0.92);
    border-radius: 16px;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;
    color: #24384f;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04); }
  .sidebar-nav__link:active {
    background: rgba(65, 152, 73, 0.08);
    border-color: rgba(65, 152, 73, 0.22); }
  .logo__spec-text {
    font-size: 13px; }
  .main-block {
    padding-top: 90px; }
    .main-block .form__wrap.flex .li-my__wrap {
      width: 50%; }
  .mb-slider-wrap {
    width: 80%; }
    .mb-slider-wrap .btn {
      padding-top: 10px;
      padding-bottom: 10px; }
  .main-block.ver2 {
    padding-top: 106px;
    padding-bottom: 30px; }
    .main-block.ver2 h1 {
      font-size: 32px; }
  .main-block.ver3 {
    padding-top: 106px;
    padding-bottom: 30px; }
    .main-block.ver3 h1 {
      font-size: 32px; }
  .main-block.ver4 {
    padding-top: 80px; }
    .main-block.ver4 .simg-pos .mb__simg-pos1-4_1 {
      width: 130px;
      top: -55px;
      left: 5%; }
    .main-block.ver4 .simg-pos .mb__simg-pos1-4_2 {
      width: 170px;
      top: -130px;
      right: 8%; }
  .akcia-text {
    width: 100%;
    margin-bottom: 18px; }
  .akcia-bot {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
  .about-b {
    width: 50%;
    padding: 15px 3%;
    border-top: 2px solid #e3e3e3; }
  .about-b:nth-child(2n) {
    border-right: none; }
  .about-b:nth-child(1), .about-b:nth-child(2) {
    border-top: none; }
  .whywe .blocks {
    width: 49%; }
  .products-b .products__simg {
    max-width: 23%;
    position: absolute;
    right: 0;
    left: inherit;
    bottom: -25px; }
  .products-content.flex .img {
    margin: 0 auto 15px; }
  .products-content.flex .content-text {
    width: 100%; }
  .form-individ .form__wrap .simg-bot {
    width: 216px; }
  .form-individ .input-b {
    width: -webkit-calc(50% - 13px);
    width: calc(50% - 13px); }
  .form-individ .main_form.flex .btn {
    width: -webkit-calc(50% - 13px);
    width: calc(50% - 13px); }
  .form-individ .main_form.flex .form-individ__actions,
  .form-individ .main_form.flex .form-individ__actions .legal-consent {
    width: 100% !important; }
  .add-product .blocks {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px); }
  .feedback h2 {
    font-size: 24px; }
    .feedback h2 span {
      font-size: 70px; }
  .feedback__person {
    width: 190px; }
  .feedback__content {
    width: -webkit-calc(100% - 190px);
    width: calc(100% - 190px); }
  .contact .blocks {
    width: 100% !important;
    padding-right: 0 !important; }
  #map1 {
    width: 100%;
    height: 300px; }
  .advantages .blocks {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px); }
  .advantages-spec .blocks {
    width: 45%; }
  .advantages-spec .blocks:nth-child(2) {
    width: 55%; }
  .advantages-spec .center-my .btn {
    margin-top: 30px; }
  .breadcrumb {
    margin-top: 62px; }
  .catalog-main__img-btn__wrap {
    width: 100%;
    margin-bottom: 18px; }
  .catalog-main__img-btn__wrap .btn {
    margin: 0 auto;
    display: block; }
  .catalog-main__img {
    width: 100%;
    max-width: 455px;
    margin: 0 auto 21px; }
  .catalog-main__info {
    width: 100%;
    padding-left: 0; }
  .catalogitems-b {
    width: -webkit-calc(50% - 15px * 2/3);
    width: calc(50% - 15px * 2/3); }
  .catalogitems-b:nth-child(3n) {
    margin-right: 15px; }
  .catalogitems-b:nth-child(2n) {
    margin-right: 0; }}

@media only screen and (max-width: 600px) {
  .mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 150;
    background: rgba(15, 23, 42, 0.42);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease; }
  .mobile-menu-backdrop.is-active {
    opacity: 1;
    pointer-events: auto; }
	
	

  .phone_hidden, .desktop_only, .pad_port_phone_hidden, .pad_only {
    display: none !important; }
	
	
	
  .pad_port_phone_only, .phone_only {
    display: block !important; }
  .blocks {
    width: 100% !important;
    max-width: initial; }
  .container {
    padding-left: 3%;
    padding-right: 3%; }
  .header {
    position: fixed;
    padding: 8px 0;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.1);
    border-bottom: 1px solid rgba(197, 214, 230, 0.6); }
  .header .container.flex {
      grid-template-columns: auto 1fr auto;
      gap: 10px;
      padding: 0 8px; }
  .header-menu__btn {
    left: 0;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: linear-gradient(145deg, #33b05b 0%, #1f8f44 100%);
    box-shadow: 0 10px 18px rgba(31, 143, 68, 0.34); }
    .header-menu__btn span {
      left: calc(50% - 10px);
      width: 20px;
      height: 2.5px;
      border-radius: 99px;
      background: #ffffff; }
    .header-menu__btn span:nth-child(1) {
      top: 15px; }
    .header-menu__btn span:nth-child(2) {
      top: 22px; }
    .header-menu__btn span:nth-child(3) {
      top: 29px; }
    .header-menu__btn span.menu_tool_gear_1 {
      top: 22px !important; }
    .header-menu__btn span.menu_tool_gear_2 {
      opacity: 0;
      display: block; }
    .header-menu__btn span.menu_tool_gear_3 {
      top: 22px !important; }
  .h__logo {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    justify-self: stretch;
    justify-content: center; }
    .h__logo .logo {
      width: 126px; }
    .h__logo .logo__text {
      width: auto;
      min-width: 0;
      max-width: -webkit-calc(100% - 132px);
      max-width: calc(100% - 132px);
      margin-left: 8px;
      padding: 2px 0 2px 8px;
      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: 2px;
        height: 38px;
        background: #419849;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        -webkit-border-radius: 2px;
                border-radius: 2px; }
      .h__logo .logo__text p {
        font-size: 10.5px;
        line-height: 1.15;
        font-weight: 600;
        color: #1f2f3f; }
  .h__info {
    width: auto;
    padding-top: 0;}
    .h__info .btn {
      width: 46px;
      height: 46px;
      padding: 0;
      -webkit-border-radius: 14px;
              border-radius: 14px;
      background: linear-gradient(145deg, #33b05b 0%, #1f8f44 100%);
      box-shadow: 0 10px 18px rgba(31, 143, 68, 0.34);
      position: relative;
      right: 0; }
      .h__info .btn p {
        height: 100%;
        padding-right: 0; }
      .h__info .btn img {
        width: 20px;
        height: 20px;
        filter: brightness(0) invert(1); }
  .logo__spec-text {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 700;
    color: #694002;
    text-align: center;
    line-height: 1.5; }
    .logo__spec-text span {
      font-size: 20px;
      font-weight: 700;
      text-decoration: underline;
      line-height: 1.2;}
  .header-menu__btn {
    margin-right: 0;
    left: 0; }
  .sidebar {
    z-index: 220;
    left: -100vw;
    width: 100vw;
    max-width: 100vw;
    background: transparent; }
  .sidebar-content {
    padding: 16px 14px 18px;
    background: linear-gradient(180deg, #fcfefd 0%, #f3f8fb 100%);
    border-right: 1px solid rgba(198, 212, 225, 0.8);
    box-shadow: 12px 0 38px rgba(15, 23, 42, 0.18); }
  .sidebar-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px; }
  .sidebar-head__eyebrow {
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #6f8297; }
  .sidebar-head__title {
    margin-top: 6px;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 900;
    color: #17324a; }
  .sidebar-close {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    margin-left: auto;
    border: 0;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
    position: relative; }
  .sidebar-close span {
    position: absolute;
    top: 21px;
    left: 12px;
    width: 20px;
    height: 2px;
    border-radius: 99px;
    background: #1d3448; }
  .sidebar-close span:first-child {
    transform: rotate(45deg); }
  .sidebar-close span:last-child {
    transform: rotate(-45deg); }
  .sidebar-city {
    margin-bottom: 12px; }
  .sidebar-city__trigger {
    min-height: 58px;
    padding: 10px 12px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    border: 1px solid rgba(212, 223, 233, 0.9);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06); }
  .sidebar-city__icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(65, 152, 73, 0.14);
    color: #2f7f36;
    font-size: 16px; }
  .sidebar-city__content {
    display: flex;
    flex-direction: column;
    min-width: 0; }
  .sidebar-city__label {
    font-size: 11px;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #7a8ca1; }
  .sidebar-city__value {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 700;
    color: #1a314a; }
  .sidebar-contacts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 18px; }
  .sidebar-contact {
    min-height: 76px;
    padding: 10px 12px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 9px;
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.16); }
  .sidebar-contact__icon {
    width: 36px;
    height: 36px;
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 36px;
    font-size: 17px; }
  .sidebar-contact__text {
    display: flex;
    flex-direction: column;
    min-width: 0; }
  .sidebar-contact__title {
    font-size: 14px;
    line-height: 1.15;
    font-weight: 900; }
  .sidebar-contact__note {
    margin-top: 4px;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 600;
    opacity: 0.92; }
  .sidebar-contact--individ {
    background: linear-gradient(135deg, #1fb8b5 0%, #1891a7 100%); }
  .sidebar-contact--route {
    background: linear-gradient(135deg, #ffd14c 0%, #ffae00 100%);
    color: #523100; }
  .sidebar-contact--route .sidebar-contact__icon {
    background: rgba(255, 255, 255, 0.5); }
  .sidebar-contact--call {
    background: linear-gradient(135deg, #ff9d1e 0%, #ff7b00 100%); }
  .sidebar-contact--whatsapp {
    background: linear-gradient(135deg, #2ccf64 0%, #1ea84f 100%); }
  .sidebar-contact--telegram {
    background: linear-gradient(135deg, #46a8e8 0%, #2d80d8 100%); }
  .sidebar-contact--max {
    background: linear-gradient(135deg, #6b55ff 0%, #4a36d9 100%); }
  .sidebar-contacts--primary {
    margin-bottom: 12px; }
  .sidebar-contacts--secondary {
    margin-top: 12px;
    margin-bottom: 0; }
  .sidebar-nav {
    padding: 0;
    margin-bottom: 0;
    background: transparent; }
  .sidebar__tab {
    padding-left: 18px;
    padding-right: 18px; }
  .sidebar-nav li + li {
    margin-top: 8px; }
  .sidebar-nav__link {
    padding-top: 16px;
    padding-bottom: 16px;
    border: 1px solid rgba(223, 231, 238, 0.92);
    border-bottom-color: rgba(214, 226, 236, 0.92);
    border-radius: 16px;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;
    color: #24384f;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04); }
  .sidebar-nav__link:active {
    background: rgba(65, 152, 73, 0.08);
    border-color: rgba(65, 152, 73, 0.22); }
  .main-block {
    padding-top: 66px;
    padding-bottom: 30px;
    background-image: url(/img/main-block__bg1-1__phone.jpg);
    background-position: center 49px; }
    .main-block .simg-pos {
      max-width: 372px;
      margin: 0 auto;
      position: relative; }
    .main-block .form__wrap {
      max-width: 372px;
      padding: 17px 4% 15px; }
    .main-block .form__wrap.flex {
      padding: 20px 4% 15px; }
      .main-block .form__wrap.flex .li-my {
        margin-bottom: 15px;
        padding-left: 30px; }
        .main-block .form__wrap.flex .li-my b {
          font-size: 16px; }
      .main-block .form__wrap.flex .li-my__wrap {
        width: 100%; }
    .main-block .main_form .btn {
      padding: 23px 0; }
    .main-block .mb__simg-pos {
      max-width: 226px;
      top: -170px; }
    .main-block .slick-prev {
      left: -19px; }
    .main-block .slick-next {
      right: -19px; }
  .mb-slider-wrap {
    width: 100%; }
  .li-my {
    padding-left: 33px;
    font-size: 14px; }
  .main-block.ver1 .h1__text-green .fa{
    font-size: 25px;
  }
  h1 {
    margin-bottom: 3px;
    font-size: 30px;
    text-align: center;
    line-height: 1.1; }
  .h1__fw500 {
    margin-bottom: 10px;
    font-size: 24px;
    text-align: center; }
  .h1__text-green {
    margin-bottom: 180px;
    font-size: 30px;
    text-align: center; }
  .main-block.ver2 {
    padding-top: 63px;
    padding-bottom: 35px; }
    .main-block.ver2 h1 {
      font-size: 24px; }
    .main-block.ver2 .logo__spec-text {
      color: #ffffff; }
  .main-block.ver3 {
    padding-top: 63px;
    padding-bottom: 35px; }
    .main-block.ver3 h1 {
      font-size: 24px; }
  .main-block.ver4 {
    padding-top: 63px; }
    .main-block.ver4 h1 {
      margin-bottom: 140px;
      font-size: 24px; }
    .main-block.ver4 h1.hero-compact-title {
      display: none; }
      .main-block.ver4 h1 span {
        font-size: 18px; }
    .main-block.ver4 .simg-pos .mb__simg-pos1-4_1 {
      width: 130px;
      top: -55px;
      left: -40px; }
    .main-block.ver4 .simg-pos .mb__simg-pos1-4_2 {
      width: 170px;
      top: -185px;
      right: -19px; }
  h2 {
    font-size: 24px; }
  .akcia {
    padding-top: 25px;
    padding-bottom: 60px; }
    .akcia h2 {
      margin-bottom: 17px; }
  .akcia-slider .slick-list {
    overflow: hidden; }
  .akcia-slider .slick-slide {
    padding: 0; }
  .akcia-slide {
    -webkit-border-radius: 16px;
            border-radius: 16px; }
  .akcia-slider .slick-prev, .akcia-slider .slick-next {
    width: 35px;
    height: 35px;
    background-size: 34%;
    top: 50%;
    bottom: auto; }
  .akcia-slider .slick-prev {
    left: 30px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .akcia-slider .slick-next {
    right: 30px;
    -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg); }
  .akcia-text {
    width: 100%;
    margin-bottom: 18px;
    padding-left: 5px;
    font-size: 13px;
    line-height: 1.1; }
    .akcia-text .htext {
      font-size: 15px; }
  .counter-wrap {
    margin-bottom: 25px; }
  .akcia-bot {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
  .slick-dots {
    bottom: -35px; }
  .about {
    padding-top: 30px;
    padding-bottom: 25px; }
    .about h2 {
      margin-bottom: 40px; }
  .about-b {
    width: 50%;
    padding: 15px 3%;
    border-top: 2px solid #e3e3e3; }
    .about-b .htext {
      margin-bottom: 10px;
      font-size: 30px; }
    .about-b .text {
      font-size: 14px; }
    .about-b img {
      max-width: 70%; }
  .about-b:nth-child(2n) {
    border-right: none; }
  .about-b:nth-child(1), .about-b:nth-child(2) {
    border-top: none; }
  .whywe {
    padding-bottom: 50px; }
    .whywe .blocks {
      padding-top: 30px;
      font-size: 14px; }
      .whywe .blocks .htext {
        min-height: inherit;
        margin-bottom: 15px;
        font-size: 18px; }
      .whywe .blocks .htext:before {
        top: -8px; }
      .whywe .blocks .text, .whywe .blocks .text-m {
        padding-left: 0; }
      .whywe .blocks .li-text {
        margin-left: 0; }
  .products {
    padding-top: 65px;
    padding-bottom: 31px; }
    .products .products__top-simg {
      top: -95px; }
    .products h2 {
      margin-bottom: 15px; }
  .products-b {
    margin-bottom: 30px;
    padding: 15px 3% 30px; }
    .products-b .products__simg {
      width: 90px; }
    .products-b .htext {
      margin-bottom: 13px;
      font-size: 18px; }
    .products-b .htext.hit-icon {
      padding-right: 48px; }
    .products-b .htext.hit-icon:after {
      width: 49px;
      height: 26px; }
  .products-content.flex .img {
    margin: 0 auto 20px; }
  .products-content.flex .content-text {
    width: 100%; }
  .products-content.flex .li-my__wrap.flex .li-my {
    width: 100%; }
  .products-content.flex .btns-wrap.flex {
    padding-left: 27px; }
    .products-content.flex .btns-wrap.flex .btn {
      margin-right: 3%; }
    .products-content.flex .btns-wrap.flex .btn-link {
      margin-top: 15px; }
  .form-individ {
    padding-top: 25px;
    padding-bottom: 36px; }
    .form-individ .ph2 {
      margin-bottom: 40px;
      font-size: 14px; }
    .form-individ .form__wrap {
      padding: 16px 3% 173px; }
      .form-individ .form__wrap .simg-bot {
        width: 225px;
        bottom: -36px;
        right: 0; }
    .form-individ .main_form.flex .btn {
      width: 100%;
      margin-top: 0; }
    .form-individ .main_form.flex .form-individ__actions {
      width: 100%; }
    .form-individ .main_form.flex .form-individ__actions .legal-consent {
      width: 100% !important;
      box-sizing: border-box; }
    .form-individ .main_form.flex .form-individ__submit {
      width: 100% !important;
      min-width: 0;
      max-width: none; }
    .form-individ .input-b {
      width: 100%;
      margin-bottom: 20px; }
      .form-individ .input-b .label {
        margin-bottom: 8px;
        font-size: 14px; }
      .form-individ .input-b label.label {
        margin-bottom: 0; }
  .features {
    padding-top: 20px;
    padding-bottom: 10px; }
    .features h2 {
      margin-bottom: 55px; }
    .features .blocks {
      margin-bottom: 15px; }
      .features .blocks .img {
        width: 61px; }
        .features .blocks .img img {
          border-right: 2px solid #fff; }
      .features .blocks .img:before {
        content: '';
        width: 20px;
        height: 20px;
        background-size: 80% 80%;
        left: 0; }
      .features .blocks .content {
        width: 100%;
        padding-left: 0; }
        .features .blocks .content .htext {
          margin-bottom: 14px;
          font-size: 16px;
          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; }
          .features .blocks .content .htext span {
            padding-left: 2%;
            padding-right: 0; }
        .features .blocks .content .htext:before {
          border-bottom: 1px dashed transparent; }
        .features .blocks .content .text-b {
          font-size: 16px;
          color: #5a5a5a; }
          .features .blocks .content .text-b p {
            margin-bottom: 15px; }
          .features .blocks .content .text-b p.spec {
            margin-bottom: 0;
            font-weight: 900;
            color: #90c809; }
  .add-product {
    padding-top: 55px;
    padding-bottom: 0; }
    .add-product h2 {
      margin-bottom: 25px; }
    .add-product .blocks {
      width: 100%;
      margin-bottom: 29px; }
      .add-product .blocks .htext {
        height: auto; }
      .add-product .blocks .text {
        line-height: 1.2; }
  .spec-form {
    padding-bottom: 90px; }
    .spec-form h2 {
      margin-bottom: 18px; }
    .spec-form .ph2 {
      margin-bottom: 12px;
      font-size: 16px;
      line-height: 1.2; }
    .spec-form .form__wrap {
      max-width: 510px;
      margin: 0 auto;
      padding: 35px 5%; }
      .spec-form .form__wrap .simg1 {
        width: 180px;
        left: -55px;
        bottom: -65px; }
      .spec-form .form__wrap .simg2 {
        width: 88px;
        right: 0;
        bottom: -55px; }
  .feedback {
    padding-top: 20px;
    padding-bottom: 30px; }
    .feedback h2 {
      margin-bottom: 23px;
      font-size: 16px; }
      .feedback h2 span {
        width: 121px;
        font-size: 59px; }
      .feedback h2 p {
        width: -webkit-calc(100% - 121px);
        width: calc(100% - 121px);
        line-height: 1; }
    .feedback .blocks {
      margin-bottom: 27px;
      padding-bottom: 20px; }
    .feedback .btn {
      margin-top: 45px;
      padding: 27px 3%;
      font-size: 16px;
      font-weight: 100; }
  .feedback_show {
    height: 1115px;
    overflow: hidden;
    position: relative; }
    .feedback_show .shadow {
      width: 100%;
      height: 10px;
      background: #ffffff;
      -webkit-box-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff;
              box-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff;
      position: absolute;
      bottom: -10px;
      left: 0; }
  .feedback__person {
    width: 100%;
    margin-bottom: 20px; }
  .feedback__content {
    width: 100%;
    padding-left: 0;
    text-align: center; }
    .feedback__content .htext {
      margin-bottom: 12px;
      font-size: 16px; }
    .feedback__content .text {
      margin-bottom: 10px;
      font-size: 14px; }
    .feedback__content .prod {
      font-size: 14px; }
  .contact {
    padding-top: 27px;
    padding-bottom: 175px; }
    .contact h2 {
      margin-bottom: 12px; }
    .contact .ph2 {
      margin-bottom: 18px;
      font-size: 14px; }
    .contact .blocks {
      width: 100%; }
    .contact .blocks:nth-child(1) {
      width: 100%;
      padding-right: 0; }
    .contact .form__wrap {
      padding: 15px 4% 25px; }
      .contact .form__wrap .htext {
        font-size: 16px; }
      .contact .form__wrap .phtext {
        margin-bottom: 13px;
        font-size: 14px; }
  .contact__form {
    position: absolute;
    top: -58px;
    left: -65px; }
  .contact__grass {
    width: inherit;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3; }
  .contact__vegi {
    width: 250px;
    left: inherit;
    right: 0;
    bottom: 0;
    z-index: 3; }
  .contact_info {
    margin-bottom: 60px;
    padding: 13px 7% 0; }
    .contact_info .li-text {
      margin-bottom: 18px;
      font-size: 14px; }
    .contact_info .li-text:nth-child(2) {
      font-size: 18px; }
  #map1 {
    width: 100%;
    height: 300px;
    position: relative;}
  #map1 .mask{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  footer .container.flex {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
  footer .politic_text {
    margin-bottom: 10px; }
  .iform_block_in .htext, .iform_block .htext {
    font-size: 16px; }
  .iform_block_in .btn, .iform_block .btn {
    padding: 15px 15px;
    font-size: 13px; }
  .advantages {
    padding-top: 20px;
    padding-bottom: 30px; }
  .advantages h2 {
    margin-bottom: 15px; }
  .advantages .video {
    height: 175px;
    margin: 0 auto 5px; }
  .advantages .blocks {
    margin-top: 40px;
    padding: 100px 5% 30px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    position: relative; }
  .advantages .blocks .htext {
    margin-bottom: 20px;
    font-size: 14px; }
  .advantages .blocks .text {
    font-size: 14px; }
  .advantages .blocks:before {
    width: 78px;
    height: 78px;
    top: -28px;
    left: -webkit-calc(50% - 39px);
    left: calc(50% - 39px); }
  .photogal {
    padding-top: 15px;
    padding-bottom: 25px; }
  .photogal h2 {
    margin-bottom: 15px; }
  .photogal .akcia-slider .slick-slide {
    padding: 0 0; }
  .photogal .akcia-slider .slick-prev, .photogal .akcia-slider .slick-next {
    top: -webkit-calc(50% - 19px);
    top: calc(50% - 19px); }
  .spec-form.ver2 {
    padding-top: 20px;
    padding-bottom: 50px; }
  .spec-form.ver2 h2 {
    font-size: 24px; }
  .spec-form.ver2 .ph2 {
    margin-bottom: 55px; }
  .spec-form.ver2 .form__wrap .simg1 {
    bottom: -40px; }
  .form-individ.calculation .form__wrap {
    padding: 35px 4% 50px; }
  .form-individ.calculation .input-b {
    margin-bottom: 20px; }
  .advantages-spec {
    padding-top: 20px;
    padding-bottom: 20px; }
  .advantages-spec h2 {
    margin-bottom: 25px; }
  .advantages-spec .blocks .li-my__wrap {
    margin-top: 115px;
    margin-bottom: 52px; }
  .advantages-spec .blocks .li-my {
    margin-bottom: 35px;
    font-size: 16px; }
  .advantages-spec .blocks .text {
    font-size: 16px; }
  .advantages-spec .center-my .btn {
    margin-top: 0; }
  .img-shadow {
    width: 245px; }
  .img-shadow img {
    -webkit-box-shadow: 13px 10px 0 #90c809;
    box-shadow: 13px 10px 0 #90c809; }
  .img-shadow .img-shadow {
    width: 195px;
    top: 120px;
    left: 93px; }
  .img-shadow .img-shadow img {
    -webkit-box-shadow: 10px 9px 0 #90c809;
    box-shadow: 10px 9px 0 #90c809; }
  .features-spec-b {
    padding: 70px 5% 30px; }
  .features-spec-b .htext {
    margin-bottom: 100px;
    font-size: 15px; }
  .features-spec-b .htext img {
    width: 320px;
    position: absolute;
    top: 70%;
    left: -webkit-calc(50% - 160px);
    left: calc(50% - 160px); }
  .features-spec-b .blocks-wrap__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .features-spec-b .blocks {
    margin-bottom: 15px;
    font-size: 14px; }
  .features-spec-b .blocks:last-child {
    margin-bottom: 0; }
  .features-spec-b:before {
    content: '';
    width: 130px;
    height: 92px;
    background-color: #fff;
    background-image: url(/img/features-cloud-top__simg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 88px 92px;
    position: absolute;
    top: -40px;
    left: -webkit-calc(50% - 65px);
    left: calc(50% - 65px); }
  .breadcrumb {
    margin-top: 53px; }
  .catalog-main {
    padding-top: 18px;
    padding-bottom: 10px; }
  .catalog-main .h2 {
    margin-bottom: 15px; }
  .catalog-main__img-btn__wrap {
    width: 100%;
    margin-bottom: 18px; }
  .catalog-main__img-btn__wrap .btn {
    margin: 0 auto;
    display: block; }
  .catalog-main__img {
    width: 100%;
    max-width: 455px;
    margin: 0 auto 21px; }
  .catalog-main__info {
    width: 100%;
    padding-left: 0; }
  .catalog-main__info p {
    margin-bottom: 15px;
    font-size: 14px; }
  .h2 {
    font-size: 24px; }
  .catalogitems {
    padding-top: 20px;
    padding-bottom: 25px; }
  .catalogitems h2 {
    margin-bottom: 18px; }
  .catalogitems-b {
    width: 100%;
    margin-right: 0;
    margin-bottom: 19px; }
  .catalogitems-b .img {
    margin: 0 auto 33px; }
  .wherebuy {
    padding-top: 25px;
    padding-bottom: 10px; }
  .wherebuy h2 {
    margin-bottom: 20px; }
  .wherebuy__wrap p {
    font-size: 14px; }
  .questions {
    padding-top: 15px; }
  .questions h2 {
    margin-bottom: 25px; }
  .questions-b .htext {
    margin-bottom: 15px;
    font-size: 14px; }
  .questions-b .htext:before {
    top: 3px; }
  .questions-b .text {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px; }
	
	
.main-block.ver4 {
  padding-top: 66px;
  padding-bottom: 0;
  min-height: calc(66px + (100vw * 0.822));
  background-image: url(/img/egoweb_head_mob.jpg); 
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  background-color: #f8f8f8;
  margin-bottom: 0;

  
  }
  
  .mob_head {font-size: 20px; 
  
 color: #419849;
line-height: 1.1;
font-family: "MuseoSansCyrl", sans-serif;
display: none;
  
  }
  
  
.teplicamore {margin-top: 60px;}
	


.teplicamore .htext	b {color: rgb(56, 56, 56) }
  
.zakazprg {width: 100%;  text-align: center;}  
  
.simg-pos {display: none;}

  
  
  
	
	}

/*==========  Desktop First  ==========*/
@media only screen and (min-width: 1025px) {
  .h__logo .logo__text p {
    margin: 0;
    line-height: 1.08;
  }
}

/* Large Devices, Wide Screens */
/**/
/* Medium Devices, Desktops */
/**/
/* Small Devices, Tablets */
/**/
/* Extra Small Devices, Phones */
/**/
/* Custom, iPhone Retina */
/**/

@media only screen and (max-width: 1024px) {
  .form-individ--calculator .form__wrap {
    padding: 22px;
    border-radius: 26px; }

  .podbor-calculator__layout {
    grid-template-columns: 1fr; }

  .podbor-summary {
    position: static;
    order: -1; } }

@media only screen and (max-width: 767px) {
  .form-individ--calculator .ph2 {
    margin-bottom: 28px;
    font-size: 15px; }

  .podbor-form__section {
    padding: 18px;
    border-radius: 20px; }

  .podbor-choice-grid,
  .podbor-contact-grid,
  .podbor-meta {
    grid-template-columns: 1fr; }

  .podbor-length-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .podbor-choice-card__body {
    min-height: 124px;
    padding: 18px; }

  .podbor-choice-card__title {
    font-size: 22px; }

  .podbor-length-pill__body {
    min-height: 88px;
    padding: 14px 12px; }

  .podbor-summary {
    padding: 22px;
    border-radius: 22px; }

  .podbor-summary__preview {
    margin: -6px -6px 16px;
    border-radius: 18px; }

  .podbor-summary__preview img {
    height: 190px; }

  .podbor-summary__price {
    font-size: 34px; }

  .podbor-summary__fact {
    align-items: flex-start;
    flex-direction: column; }

  .podbor-summary__fact strong {
    text-align: left; } }

@media only screen and (max-width: 1180px) {
  .catalog-gallery-modal {
    padding: 22px; }

  .catalog-gallery-modal__shell {
    grid-template-columns: 1fr; }

  .catalog-gallery-modal__aside {
    order: 1; }

  .catalog-gallery-modal__viewer {
    order: 2; }

  .catalog-gallery-modal__aside .catalog-models__lengths {
    flex-wrap: wrap; } }

@media only screen and (max-width: 767px) {
  .catalog-gallery-modal {
    padding: 16px;
    border-radius: 24px; }

  .catalog-gallery-modal__title {
    font-size: 30px; }

  .catalog-gallery-modal__subtitle {
    font-size: 15px; }

  .catalog-gallery-modal__facts {
    grid-template-columns: 1fr 1fr; }

  .catalog-gallery-modal__viewer {
    padding: 14px;
    border-radius: 22px; }

  .catalog-gallery-modal__stage {
    min-height: 300px; }

  .catalog-gallery-modal__slide {
    padding: 16px; }

  .catalog-gallery-modal__nav {
    width: 44px;
    height: 44px;
    margin-top: -22px; }

  .catalog-gallery-modal__nav--prev {
    left: 16px; }

  .catalog-gallery-modal__nav--next {
    right: 16px; }

  .catalog-gallery-modal__thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 0; }

  .catalog-gallery-modal__thumb img {
    height: 64px; }

  .catalog-gallery-modal__action-head {
    flex-direction: column;
    align-items: stretch; }

  .catalog-gallery-modal__action-tabs {
    width: 100%; }

  .catalog-gallery-modal__action-tab {
    flex: 1 1 0; }

  .catalog-gallery-modal__form-grid {
    grid-template-columns: 1fr; }

  .catalog-gallery-modal__field--submit {
    padding-top: 0; }

  .catalog-gallery-modal__chat-actions {
    grid-template-columns: 1fr; } }
