    <!-- Tobiz styles -->  
      .section105.section {
        --section105-logo-width: 200px;
        --section105-inner-gap-Y: 14px;
        --section105-inner-gap-X: 26px;
        --section105-inner-gap: var(--section105-inner-gap-Y) var(--section105-inner-gap-X);
        padding: 15px 0;
      }
      .section105.section.fixed_top {
        z-index: 101;
        padding: 15px 0;
      }
      .section105 .section_inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: var(--section105-inner-gap);
      }
      .section105 .clear,
      .section105 .hide_phone .phone1,
      .section105 .hide_phone .phones-wrapper,
      .section105 .sn.hidden,
      .section105 .social_icons.hidden {
        display: none;
      }
      .section105 .section_inner.width1920 {
        width: 90%;
      }
      .section105 a.phone1:hover {
        opacity: 0.7;
      }
      .section105 .flag_txt {
        margin: 0 10px;
        max-width: 70px;
        overflow: hidden;
        white-space: nowrap;
      }
      .section105 .menu-and-phone-and-btn {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 12px 24px;
      }
      .section105 .btn1,
      .section105 .phones-wrapper {
        flex-shrink: 0;
      }
      .section105 .flag_icons,
      .section105 .social_icons {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 12px;
        flex-shrink: 0;
      }
      .section105 .logo_img,
      .section105 .logo_text {
        display: block;
        text-align: left;
        margin-left: 0;
        width: var(--section105-logo-width);
        flex-shrink: 0;
      }
      .section105 .logo_img img {
        display: block;
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: 100%;
      }
      .section105 .logo_text {
        font-size: 24px;
        display: block;
      }
      .section105 .menu1 {
        order: 1;
        box-sizing: border-box;
        padding: 0.5rem 0;
      }
      .section105 .menu1 ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end;
      }
      .section105 .menu1 li {
        padding: 0;
        line-height: 2;
        display: inline;
      }
      .section105 .menu1 li.level1 {
        position: absolute;
        z-index: 101;
        display: none;
      }
      .section105.dark .menu1 li,
      .section105.dark .menu1 li a:hover {
        color: #fff;
      }
      .section105 .section_inner .menu1 li.level0:not(:first-child):before {
        content: '○';
        font-size: 10px;
        padding: 8px;
        position: relative;
        top: -3px;
      }
      .section105 .menu1 li:first-child:before {
        content: '';
      }
      .section105 .menu1 li a {
        color: inherit;
        text-decoration: none;
        transition: 0.3s;
      }
      .section105 .menu1 li a:hover {
        color: #000;
        text-decoration: underline;
      }
      .section105 .btn1 {
        order: 4;
        max-width: 250px;
        min-width: 130px;
        padding: 0.675rem 1.525rem;
        border: 2px solid;
        box-sizing: border-box;
        line-height: 1;
      }
      .section105 .btn1.surround {
        border-color: transparent;
      }
      .section105 .phones-wrapper {
        order: 5;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        min-width: 160px;
        gap: 10px 0;
      }
      .section105 .phone1,
      .section105 .phone2 {
        order: 5;
        font-size: 22px;
        text-align: right;
        line-height: 1.35;
        text-decoration: none;
      }
      .section105 a.phone1,
      .section105 a.phone2 {
        color: inherit !important;
      }
      .section105 .phone1.show_phone_icon:before,
      .section105 .phone2.show_phone_icon:before {
        content: '\f095';
        padding-right: 5px;
        display: inline-block;
        font: 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
      }
      .section105 .section_inner.width940 .menu-and-phone-and-btn {
        flex-basis: calc(
          var(--section-inner-width) - var(--section105-logo-width) - var(--section105-inner-gap-X)
        );
      }
      .section105 .sn {
        display: block;
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 18px;
        text-align: center;
        font-family: FontAwesome;
        color: #fff;
        text-decoration: none;
        transition: 0.3s;
      }
      .section105 .sn-tg {
        background-color: #08c;
      }
      .section105 .sn-tg:after {
        content: '\f1d9';
      }
      .section105 .sn-vk {
        background: #507299;
      }
      .section105 .sn-vk:after {
        content: '';
      }
      .section105 .sn-ins {
        background: #f8cc01;
        background: -o-linear-gradient(45deg, #f8cc01 0, #e8102b 51%, #7d39b0 100%);
        background: linear-gradient(45deg, #f8cc01 0, #e8102b 51%, #7d39b0 100%);
      }
      .section105 .sn-ins:after {
        content: '';
      }
      .section105 .sn-whatsup {
        background: #3ebe2b;
      }
      .section105 .sn-whatsup:after {
        content: '';
      }
      .section105 .sn-fb {
        background: #405d9a;
      }
      .section105 .sn-fb:after {
        content: '';
      }
      .section105 .sn-youtube {
        background: #e62117;
      }
      .section105 .sn-youtube:after {
        content: '';
      }
      .section105 .sn-o:after {
        content: '';
      }
      .section105 .sn-o {
        background: #ee7808;
      }
      .section105 .sn-vimeo:after {
        content: '\f27d';
      }
      .section105 .sn-vimeo {
        background: #00adef;
      }
      .section105 .sn-viber svg {
        max-width: 70%;
        max-height: 70%;
        width: 20px;
        height: 20px;
      }
      .section105 .sn-viber {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #7d3daf;
      }
      .section105 .social_icons.icon-circle .sn {
        border-radius: 50%;
      }
      .section105 .sn:hover {
        font-size: 19px;
        opacity: 0.8;
      }
      .section105 .flag_icons .sn:hover {
        filter: invert(0.1);
      }
      .section105 .sn-rus {
        background: url(img/editor_icons/russia.svg) 0 0/100%;
      }
      .section105 .sn-uk {
        background: url(img/editor_icons/united-kingdom.svg) 0 0/100%;
      }
      .section105 .sn-france {
        background: url(img/editor_icons/france.svg) 0 0/100%;
      }
      .section105 .sn-spain {
        background: url(img/editor_icons/spain.svg) 0 0/100%;
      }
      .section105 .sn-germany {
        background: url(img/editor_icons/germany.svg) 0 0/100%;
      }
      .section105 .sn-italy {
        background: url(img/editor_icons/italy.svg) 0 0/100%;
      }
      .section105 .sn-china {
        background: url(img/editor_icons/china.svg) 0 0/100%;
      }
      @media (max-width: 960px) {
        .section105 .section_inner {
          flex-wrap: wrap;
        }
        .section105 .menu1,
        .section105 .menu1 li {
          box-sizing: border-box;
          width: 100%;
        }
        .section105 .menu1 ul {
          flex-wrap: wrap;
          justify-content: center;
        }
        .section105 .logo_img,
        .section105 .logo_text {
          margin: 0 auto;
        }
        .section105.dark .menu1 {
          background: #333;
        }
        .section105 .menu1 {
          padding: 40px 20px;
          opacity: 0;
          display: block !important;
          position: fixed;
          top: 0;
          background: #fff;
          z-index: 30;
          height: 100%;
          overflow: auto;
          left: -110%;
          transition: 0.5s;
          max-width: 360px;
          box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.19), 0 6px 6px 4px rgba(0, 0, 0, 0.23);
          margin-top: 0;
        }
        .section105 .menu1 li {
          margin-left: 0;
          display: block;
          text-align: left;
          font-size: 16px;
        }
        .section105 .menu1 .phone1,
        .section105 .menu1 .phone2 {
          text-align: left;
          margin-bottom: 1rem;
          position: static;
          margin-left: 7px;
        }
        .section105 .menu1 .logo_img,
        .section105 .menu1 .logo_text {
          margin-left: 7px;
          margin-bottom: 20px;
          text-align: left;
        }
        .section105 .menu1.active {
          display: block;
          width: 100%;
          opacity: 1;
          left: 0;
          z-index: 105;
          margin: 0;
        }
        .section105 .menu1.active .logo_img,
        .section105 .menu1.active .logo_text {
          margin: 0 0 2rem;
        }
        .section105 .menu1.active ul {
          width: 100%;
        }
        .section105 .menu1 ul > li.level1 + li.level0 {
          margin-top: 20px;
        }
        .section105 .menu1 ul > li.level1 {
          position: relative;
          font-size: 15px;
          opacity: 0.8;
          margin-bottom: 5px;
        }
        .section105 .menu_mobile_btn.active {
          position: fixed;
          top: 10px;
          left: 320px;
          background: url(img/editor_icons/cancel.svg) center/70% no-repeat;
          z-index: 106;
          width: 35px;
          height: 35px;
          transform: translate(0, 0);
        }
        .section105 .menu1 ul > li.level0 a {
          border: none;
          display: block;
          padding: 10px 7px;
        }
        .section105 .menu1 ul > li.level0 {
          font-size: 15px;
          font-weight: 400;
          text-transform: uppercase;
          margin-bottom: 0;
          border-bottom: none;
        }
        .section105 ul {
          display: block;
          justify-content: space-between;
          flex-wrap: wrap;
        }
        .section105 .menu1 li.level0:before,
        .section105 .social_icons {
          display: none;
        }
        .section105 .menu1 li.level1 {
          display: block !important;
          margin-left: 20px;
          width: 90% !important;
          margin-top: 0 !important;
          left: 0 !important;
        }
        #wrapper .section105 .menu1 li.level1 a {
          border: none;
          display: block;
          font-size: 14px;
          padding: 5px 0;
        }
        .editor_true .section105 .menu1.active {
          left: 50px;
        }
        .editor_true .section105 .menu_mobile_btn.active {
          left: 350px;
        }
        .section105 .logo_img {
          margin-left: 65px;
          margin-right: 20px;
        }
        .section105 .logo_text {
          margin: 5px auto 0 65px;
          width: 230px;
          text-align: left;
        }
        .section105 .phone1,
        .section105 .phone2 {
          display: block;
          width: auto;
          text-align: center;
        }
        .section105 .menu1 .social_icons {
          display: flex;
          margin-top: 1.5rem;
        }
      }
      @media (max-width: 800px) {
        .editor_true .section105 .menu1.active {
          left: 50px;
        }
        .editor_true .section105 .menu_mobile_btn.active {
          left: 350px;
        }
        .section105 .flag_icons {
          width: 80%;
        }
        .section105.fixed_top .social_icons {
          display: none;
        }
        .section105 .btn1 {
          margin: 5px 0 0 auto;
        }
        .section105 .sn {
          margin-top: 5px;
          margin-bottom: 0;
        }
        .section105 .phone1,
        .section105 .phone2 {
          text-align: center;
        }
        .section105 .menu-and-phone-and-btn {
          width: 200px;
          margin-right: 0;
          justify-content: flex-end;
          margin-top: 0;
        }
        .section.section105 {
          padding: 20px 0;
        }
        .section105 .social_icons {
          flex-wrap: wrap;
          width: 150px;
          margin-top: 5px;
        }
        .section105 .section_inner .logo_text {
          margin-left: 80px;
        }
      }
      @media (max-width: 640px) {
        .section105 .section_inner,
        .section105 .section_inner.width1170,
        .section105 .section_inner.width1920 {
          flex-wrap: wrap;
        }
        .section105 .flag_icons,
        .section105 .social_icons {
          justify-content: center;
        }
        .section105 .social_icons {
          width: 100%;
        }
        .section105 .btn1,
        .section105 .logo_img,
        .section105 .logo_img img {
          margin: 0 auto;
        }
        .section105 .logo_text {
          position: static;
          width: 100%;
          margin: 0 auto;
          transform: none;
          font-size: 22px;
        }
        .section105 .menu-and-phone-and-btn {
          width: auto;
          margin: 0 0 0 auto;
          display: flex;
          align-items: center;
          flex-direction: column;
        }
        .section105 .phone1,
        .section105 .phone2 {
          margin: 0 auto 1rem;
          text-align: right;
          position: relative;
          width: auto;
        }
        .section105 .menu_mobile_btn {
          top: 80%;
          transform: translateY(-50%);
        }
        .section105 .phone1.show_phone_icon:before,
        .section105 .phone2.show_phone_icon:before {
          position: absolute;
          left: -20px;
          line-height: inherit;
        }
        .section105 {
          padding: 20px 0 !important;
        }
        .section105 .logo_img,
        .section105 .logo_text {
          margin-right: 0;
        }
        .section105.fixed_top .logo_img {
          display: none;
        }
      }
      @media (max-width: 480px) {
        .section105 .section_inner {
          flex-direction: column;
          align-items: center;
        }
        .section105 .logo_img,
        .section105 .logo_text {
          margin: 0;
        }
        .section105 .section_inner > div:not(:first-child) {
          margin: 20px auto 0;
          text-align: center;
        }
        .section105 .phone1 *,
        .section105 .phone2 * {
          font-size: 24px;
        }
        .section105 .menu1 ul li {
          width: 100%;
        }
        .section105 .logo_text {
          max-width: 140px;
        }
      }
      @media (max-width: 440px) {
        .section105 .phone1.show_phone_icon:before,
        .section105 .phone2.show_phone_icon:before {
          display: none;
        }
        .editor_true .section105 .menu1.active {
          left: 0;
        }
        .editor_true .section105 .menu_mobile_btn.active {
          left: 300px;
        }
      }
      @media (max-width: 400px) {
        section.section105 {
          padding: 5px 0;
        }
        .section105 .section_inner {
          width: 320px;
        }
        .section105 .menu_mobile_btn.active {
          left: unset;
          right: 20px;
          z-index: 106;
        }
        .section105 .menu1 {
          max-width: 100%;
        }
        .section105 .logo_img,
        .section105 .logo_text {
          margin: 0 auto 10px;
          text-align: center;
        }
        .section105 .menu-and-phone-and-btn {
          margin: 0 auto;
          width: 100%;
        }
      }
      @media (max-width: 325px) {
        .section105 .menu-and-phone-and-btn {
          margin: 5px auto 0;
        }
        .section105 .logo_img {
          width: 100%;
        }
      }
      .section153 {
        position: relative;
        border-bottom: none;
        overflow: hidden;
        background-color: #000;
        background-position: center center;
        background-repeat: no-repeat;
        -o-background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
      }
      .section153.fixed {
        border-bottom: none;
        background-position: 50% center;
        background-attachment: fixed;
        -o-background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
      }
      .section153.max_height {
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 !important;
      }
      .section153 .title {
        font-size: 64px;
        margin-bottom: 10px;
      }
      .section153 .sub_title {
        font-size: 24px;
        line-height: 120%;
        margin-bottom: 24px;
      }
      .section153 .sub_title,
      .section153 .title {
        text-shadow: var(--txt_shadow, none);
        color: #fff;
        text-align: center;
      }
      .editor_false .section153.light_layer .layer :not(.layer_cover),
      .section153 .form_wrapper .form2,
      .section153 .form_wrapper .form_text {
        position: relative;
      }
      .section153 .layer {
        width: 100%;
      }
      .section153.light_layer .layer {
        padding: var(--light_padding, 20px);
      }
      .section153.light_layer .layer .layer_cover {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: var(--light_bg);
        border-radius: var(--light_radius);
        opacity: var(--light_opacity);
      }
      .section153.light_layer .layer .btn_descr,
      .section153.light_layer .layer .sub_title,
      .section153.light_layer .layer .title {
        color: var(--light_color);
      }
      .section153 .section_inner {
        min-height: 400px;
        position: relative;
        display: flex;
        align-items: center;
      }
      .section153 .section_inner.big {
        padding: 5rem 0;
      }
      .section153 .btn1 {
        border: 3px solid;
        font-size: 28px;
        margin: 0 auto;
        width: 500px;
        overflow: hidden;
      }
      .section153 .w500h80 .btn1 {
        width: 500px;
        min-height: 80px;
      }
      .section153 .w450h80 .btn1 {
        width: 450px;
        min-height: 80px;
      }
      .section153 .w450h60 .btn1 {
        width: 350px;
        min-height: 60px;
        line-height: 1;
        font-size: 20px;
      }
      .section153 .w250h45 .btn1 {
        width: 250px;
        min-height: 45px;
        line-height: 1;
        font-size: 18px;
      }
      .section153 .btn_left .btn1 {
        margin-left: 0;
      }
      .section153 .form_wrapper.form_bg .form_bg_color {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        opacity: 1;
      }
      .section153 .form_wrapper.form_bg {
        position: relative;
        background: 0 0;
      }
      .section153 .form_wrapper .form_bg_color {
        display: none;
      }
      .section153 .form_wrapper .form_title {
        position: relative;
        margin-bottom: 15px;
        color: #333;
      }
      .section153 .form_wrapper {
        margin: 0 auto;
        background: #fff;
        padding: 35px;
        width: 450px;
        border: 5px solid #e2e2e2;
        color: #333;
        overflow: hidden;
      }
      .section153 .form_text {
        font-size: 12px;
        margin-top: 15px;
        line-height: 1.5;
        color: #666;
      }
      body.editor_true .section153 .form_wrapper.replace_form_html {
        border: 1px dashed red;
        padding: 0;
      }
      .section153 .form_html,
      .section153 .form_html2 {
        min-height: 100px;
        padding: 0;
        box-sizing: border-box;
      }
      .section153 .btn_descr {
        width: 600px;
        margin: 15px auto 0;
        text-align: center;
        color: #fff;
        font-size: 14px;
      }
      .section153 .btn1.surround:hover,
      .section153 .btn2.surround:hover,
      .section153 .btn3.surround:hover {
        border: 3px solid;
      }
      .section153 .btn1.surround,
      .section153 .btn2.surround,
      .section153 .btn3.surround {
        border: 3px solid transparent;
        border-radius: 0;
      }
      @media (max-width: 960px) {
        .section153 .title,
        .section153 .title * {
          font-size: 26px !important;
        }
        .section153 .sub_title,
        .section153 .sub_title * {
          font-size: 20px !important;
        }
        .section153 .btn_descr span {
          font-size: 14px !important;
        }
      }
      @media (max-width: 640px) {
        .section153 .btn1 {
          width: 320px;
          font-size: 18px;
        }
        .section153 .w450h80 .btn1,
        .section153 .w500h80 .btn1 {
          width: 95%;
          font-size: 16px;
        }
        .section153 .w450h60 .btn1 {
          width: 90%;
        }
        .section153 .form_wrapper {
          width: 270px;
          max-width: 100%;
        }
        .section153 .btn_descr {
          width: auto;
        }
        .section153 .title,
        .section153 .title * {
          font-size: 24px !important;
        }
        .section153 .sub_title,
        .section153 .sub_title * {
          font-size: 20px !important;
        }
      }
      @media (max-width: 440px) {
        .section153 .btn1,
        .section153 .w450h80 .btn1,
        .section153 .w500h80 .btn1 {
          font-size: 16px;
          line-height: 56px;
          min-height: 60px;
        }
      }
      @media (max-width: 400px) {
        .section153 .form_wrapper {
          width: 230px;
        }
        .section153 .btn_descr {
          width: auto;
        }
        .section153 .btn1 {
          width: 270px;
          font-size: 16px;
        }
      }
      @media (max-width: 325px) {
        .section153 .form_wrapper {
          width: 220px;
        }
      }
      .section1127 .right,
      .section1127 .right .bg_right {
        box-sizing: border-box;
        box-sizing: border-box;
        box-sizing: border-box;
      }
      .section1127 {
        padding: 60px 0;
      }
      .section1127 .image1.link_on {
        cursor: pointer;
      }
      .section1127 .width1170 .right {
        width: 100%;
        max-width: calc(100% - 660px);
        color: #000;
      }
      .section1127 .right .bg_right {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
      }
      .section1127 .right.dark {
        color: #fff;
      }
      .section1127 .right.top_left {
        margin-top: -40px;
        margin-left: -40px;
      }
      .section1127 .width1170 .right.top_left_deep.size_700x500 {
        margin-top: 125px;
        margin-right: -40px;
        margin-left: -315px;
        width: calc(100% - 385px);
        max-width: calc(100% - 385px);
      }
      .section1127 .right.top_left_deep.size_700x500 {
        margin-top: 125px;
        margin-left: -115px;
        width: calc(100% - 465px);
        max-width: calc(100% - 465px);
      }
      .section1127 .reverse .right.top_left_deep.size_700x500 {
        margin-top: 125px;
        margin-right: -115px;
        margin-left: 0;
      }
      .section1127 .width1170 .reverse .right.top_left_deep {
        margin-top: 125px;
        margin-left: 0;
        margin-right: -315px;
        max-width: calc(100% - 315px);
      }
      .section1127 .right.bottom_left {
        margin-top: 40px;
        margin-left: -40px;
      }
      .section1127 .reverse .right.top_left {
        margin-top: -40px;
        margin-left: 0;
        margin-right: -40px;
      }
      .section1127 .reverse .right.bottom_left {
        margin-top: 40px;
        margin-left: 0;
        margin-right: -40px;
      }
      .section1127 .image1 img {
        display: block;
        width: 100%;
        height: auto;
        max-width: 100%;
      }
      .section1127 .reverse .right.size_700x500.bottom_big_img {
        margin-top: 30px;
        margin-right: -30px;
      }
      .section1127 .reverse .right.size_700x700.bottom_big_img {
        margin-top: 40px;
        margin-right: -40px;
      }
      .section1127 .right.size_700x500.bottom_big_img {
        margin-top: 30px;
        margin-left: 0;
      }
      .section1127 .right.size_700x700.bottom_big_img {
        margin-top: 40px;
        margin-left: 0;
      }
      .section1127 .right.bottom_big_img {
        padding: 40px;
      }
      .section1127 .right {
        width: 440px;
        float: right;
        position: relative;
        padding: 40px 50px;
        display: flex;
        justify-content: center;
        flex-direction: column;
      }
      .section1127 .right.size_585x585 {
        width: 50%;
        max-width: unset;
      }
      .section1127 .right.size_700x500,
      .section1127 .right.size_700x700 {
        width: calc(100% - 540px);
      }
      .section1127 .right.size_700x700.top_left_deep {
        margin-left: -100px;
        width: calc(100% - 440px);
      }
      .section1127 .reverse .right.size_700x700.top_left_deep {
        margin-right: -100px;
        margin-left: 0;
      }
      .section1127 .width1170 .right.top_left_deep.size_700x700 {
        width: calc(100% - 380px);
        max-width: calc(100% - 380px);
        margin-top: 125px;
        margin-right: 0;
        margin-left: -315px;
      }
      .section1127 .width1170 .reverse .right.top_left_deep.size_700x700 {
        width: calc(100% - 380px);
        margin-left: 0;
        margin-right: -315px;
      }
      .section1127 .width1170 .right.size_700x500.bottom_big_img {
        width: calc(100% - 670px);
      }
      .section1127 .image1.size_700x500,
      .section1127 .image1.size_700x700 {
        width: 580px;
      }
      .section1127 .image1.size_585x585,
      .section1127 .width1170 .image1.size_585x585 {
        width: 50%;
      }
      .section1127 .right.size_700x700 {
        height: 500px;
      }
      .section1127 .arr1.reverse {
        flex-direction: row-reverse;
      }
      .section1127:hover .section1127 .arr1.reverse {
        flex-direction: row;
      }
      .section1127 .arr1 {
        display: flex;
        margin-bottom: 70px;
      }
      .section1127 .arr1:last-child {
        margin-bottom: 0;
      }
      .section1127 .width1170 .image1 {
        width: 700px;
      }
      .section1127 .image1 {
        width: 630px;
      }
      .section1127.decor_line .title1:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 50px;
        height: 2px;
        border-bottom: 2px solid;
      }
      .section1127.decor_line .title1 {
        margin-bottom: 0;
        padding-bottom: 20px;
      }
      .section1127 .title1 {
        font-size: 24px;
        margin-bottom: 20px;
      }
      .section1127 .txt1 {
        font-size: 18px;
        margin: 10px 0;
        overflow: hidden;
      }
      .section1127 .btn1,
      .section1127 .btn2,
      .section1127 .title1,
      .section1127 .txt1 {
        position: relative;
      }
      .section1127 .btn1,
      .section1127 .btn2 {
        width: 250px;
        height: 40px;
        min-height: 40px;
        font-size: 18px;
        margin-top: 20px;
        border: 3px solid;
        overflow: hidden;
      }
      .section1127 .btn_move2 .btn1:hover,
      .section1127 .btn_move2 .btn2:hover {
        animation-name: btn_move2;
        animation-duration: 1s;
        animation-fill-mode: forwards;
      }
      @media screen AND (min-width: 800px) {
        .section1127.size_960x960,
        .section1127.size_965x965 {
          height: 100vh;
          padding: 0 !important;
        }
        .section1127.size_960x960 .section_inner,
        .section1127.size_960x960 .section_inner .arr1,
        .section1127.size_965x965 .section_inner,
        .section1127.size_965x965 .section_inner .arr1 {
          position: unset;
        }
        .section1127.size_960x960 .image1 img,
        .section1127.size_965x965 .image1 img {
          height: 100%;
          width: auto;
          max-width: unset;
        }
        .section1127.size_960x960 .image1,
        .section1127.size_965x965 .image1 {
          position: absolute;
          top: 0;
          left: 0;
          right: unset;
          width: 50%;
          height: 100%;
          max-width: unset;
        }
        .section1127.size_960x960 .reverse .image1,
        .section1127.size_965x965 .reverse .image1 {
          right: 0;
          left: unset;
        }
        .section1127.size_960x960 .reverse .right,
        .section1127.size_965x965 .reverse .right {
          right: unset;
          left: 0;
        }
        .section1127.size_960x960 .right,
        .section1127.size_965x965 .right {
          position: absolute;
          top: 0;
          right: 0;
          left: unset;
          width: 50%;
          height: 100%;
          max-width: unset;
          padding: 90px;
        }
        .section1127.size_1170x600 .image1 {
          width: 100%;
        }
        .section1127.size_1170x600 .right {
          position: absolute;
          left: 80px;
          right: unset;
          bottom: -60px;
          width: 400px;
          max-height: 550px;
          padding: 60px;
          margin: 0 !important;
        }
        .section1127.size_1170x600 .reverse .right {
          right: 80px;
          left: unset;
        }
      }
      @media (max-width: 1366px) {
        .section1127 .title1,
        .section1127 .title1 * {
          font-size: 24px !important;
        }
        .section1127 .txt1,
        .section1127 .txt1 * {
          font-size: 16px !important;
        }
      }
      @media (max-width: 1220px) {
        .section1127 .arr1 .right.size_700x700.bottom_big_img {
          width: 45%;
        }
        .section1127 .txt1 {
          max-height: unset;
        }
        .section1127 .width1170 .right {
          max-width: unset;
        }
        .section1127 .reverse .right.top_left {
          margin-right: 0;
        }
        .section1127 .width1170 .reverse .right.top_left_deep.size_700x500,
        .section1127 .width1170 .reverse .right.top_left_deep.size_700x700 {
          margin-right: -25%;
          width: 75%;
        }
        .section1127 .width1170 .right.top_left_deep.size_700x500,
        .section1127 .width1170 .right.top_left_deep.size_700x700 {
          margin-left: -25%;
          width: 75%;
        }
        .section1127 .width1170 .reverse .right.bottom_big_img,
        .section1127 .width1170 .reverse .right.top_left_deep {
          width: 50%;
          margin-right: -50px;
        }
      }
      @media (max-width: 1180px) {
        .section1127 .reverse .right.top_left_deep.size_700x500,
        .section1127 .reverse .right.top_left_deep.size_700x700 {
          margin-right: -25%;
          width: 75%;
        }
        .section1127 .right.top_left_deep.size_700x500,
        .section1127 .right.top_left_deep.size_700x700 {
          margin-left: -25%;
          width: 75%;
        }
        .section1127 .reverse .right.bottom_big_img,
        .section1127 .reverse .right.top_left_deep {
          width: 50%;
          margin-right: -50px;
        }
        .section1127 .arr1 .image1 {
          width: 60%;
        }
        .section1127 .arr1 .btn1,
        .section1127 .arr1 .btn2,
        .section1127.size_1170x600 .arr1 .image1 {
          width: 100%;
        }
        .section1127 .image1.size_700x700.bottom_big_img img {
          width: 100%;
          height: auto;
        }
        .section1127 .arr1 .right {
          width: 50%;
        }
        .section1127 .reverse .right.top_left_deep,
        .section1127 .right.top_left_deep {
          width: 75%;
          max-width: calc(100% - 250px);
        }
      }
      @media (max-width: 1100px) {
        .section1127 .right.top_left_deep.size_700x500,
        .section1127 .width1170 .right {
          width: 100%;
          max-width: calc(100% - 450px);
        }
      }
      @media (max-width: 960px) {
        .section1127 .right,
        .section1127 .width1170 .right {
          padding: 40px;
        }
        .section1127 .reverse .right.top_left_deep,
        .section1127 .right.top_left_deep,
        .section1127 .right.top_left_deep.size_700x500 {
          width: 89%;
          max-width: calc(100% - 150px);
        }
        .section1127 .width1170 .right {
          max-width: 100%;
        }
      }
      @media (max-width: 800px) {
        .section1127 .arr1.reverse {
          flex-direction: column;
        }
        .section1127 .arr1 .image1 {
          width: 100% !important;
        }
        .section1127 .arr1 .btn1,
        .section1127 .arr1 .btn2 {
          max-width: 300px;
        }
        .section1127 .reverse .right.top_left_deep.size_700x500,
        .section1127 .reverse .right.top_left_deep.size_700x700,
        .section1127 .width1170 .right {
          margin-right: 0;
          width: 100%;
        }
        .section1127 .right.top_left_deep.size_700x500,
        .section1127 .right.top_left_deep.size_700x700,
        .section1127 .width1170 .right {
          margin-left: 0;
          width: 100%;
        }
        .section1127 .arr1 .right.size_700x700.bottom_big_img,
        .section1127 .right.size_700x500.bottom_big_img,
        .section1127 .right.size_700x700.top_left_deep,
        .section1127 .width1170 .right {
          width: 100%;
        }
        .section1127 .arr1 .right,
        .section1127 .width1170 .right {
          width: 100% !important;
          max-width: unset !important;
          margin: 0 auto !important;
        }
        .section1127 .reverse .right.top_left_deep,
        .section1127 .right.top_left_deep,
        .section1127 .right.top_left_deep.size_700x500,
        .section1127 .width1170 .right {
          max-width: 100%;
          width: 100%;
        }
        .section1127 .txt1 {
          max-height: unset;
        }
        .section1127 .arr1 .right {
          padding: 20px;
        }
        .section1127 .right.size_700x700 {
          height: auto;
        }
        .section1127 .title1,
        .section1127 .title1 * {
          font-size: 20px !important;
        }
      }
      @media (max-width: 640px) {
        .section1127 .arr1 {
          flex-direction: column;
        }
      }
      .section130 *,
      .section130 .ico1.border,
      .section130 .mdico1.border {
        box-sizing: border-box;
        box-sizing: border-box;
        box-sizing: border-box;
      }
      .section130 .section_inner {
        --section130-tiles-count: 3;
        --section130-tiles-padding: 20px;
        --section130-tiles-text-align: var(--tiles-text-align, center);
        --section130-tiles-gap-Y: 1.35rem;
        --section130-tiles-gap-X: 1.35rem;
        --section130-tiles-gap: var(--section130-tiles-gap-Y) var(--section130-tiles-gap-X);
        --section130-btn-padding-Y: 0.65rem;
        --section130-btn-padding-X: 1.25rem;
        --section130-btn-padding: var(--section130-btn-padding-Y) var(--section130-btn-padding-X);
        --section130-btn-font-size: var(--btn_fsize, 18px);
      }
      .section130 .title {
        text-align: center;
        font-size: 42px;
        margin-bottom: 1rem;
      }
      .section130 .sub_title {
        text-align: center;
        font-size: 24px;
        margin-bottom: 2rem;
      }
      .section130 .catalog_items.count2 {
        --section130-tile-padding: 2rem;
        --section130-tiles-count: 2;
      }
      .section1158 .catalog_items.count2 {
        --section130-tile-padding: 2rem;
        --section130-tiles-count: 2;
      }
      .section130 .catalog_items.count3 {
        --section130-tiles-count: 3;
      }
      .section130 .catalog_items.count4 {
        --section130-tiles-count: 4;
      }
      .section130 .catalog_items.count5 {
        --section130-tiles-count: 5;
      }
      .section130 .catalog_items.count6 {
        --section130-tiles-count: 6;
      }
      .section130 .catalog_items.count7 {
        --section130-tiles-count: 7;
      }
      .section130 .catalog_items .arr1 {
        --section130-tiles-freespace: calc(
          var(--section130-tiles-gap-X) * (var(--section130-tiles-count) - 1)
        );
        --section130-tile-width: calc(
          (var(--section-inner-width) - var(--section130-tiles-freespace)) /
            var(--section130-tiles-count)
        );
        width: var(--section130-tile-width);
        min-height: 200px;
      }
      @media screen and (max-width: 524px) {
        .section130 .catalog_items .arr1 {
          --section130-tiles-freespace: none;
        }
      }
      .section130 .col_4.dark,
      .section130.dark .filter_btns button,
      .section130.dark .filter_btns.filter_btns_show {
        color: #fff;
      }
      .section130 .price1 s {
        font-size: 80%;
      }
      .section130.full_img .catalog_items.count3:not(.c_icon) .col_4,
      .section130.full_img .catalog_items.count5:not(.c_icon) .col_4 {
        padding-top: 0;
      }
      .section130.full_img .catalog_items.count3:not(.c_icon) .image1:not(.extra_image):not(.s120),
      .section130.full_img .catalog_items.count4:not(.c_icon) .image1:not(.extra_image):not(.s120),
      .section130.full_img .catalog_items.count5:not(.c_icon) .image1:not(.extra_image):not(.s120) {
        width: 100%;
        height: auto;
        max-width: 100%;
      }
      .section130.full_img .btn1,
      .section130.full_img .price1,
      .section130.full_img .title1,
      .section130.full_img .txt1 {
        margin-left: auto;
        margin-right: auto;
        max-width: calc(100% - var(--section130-tiles-padding) * 2);
        transition: 0.2s cubic-bezier(0.87, 0, 0.13, 1);
      }
      .section130.full_img .col_4 {
        padding-bottom: 20px;
      }
      .section130 .btn_move .btn1:hover {
        animation-name: btn_move;
        animation-duration: 1s;
        animation-fill-mode: forwards;
      }
      .section130 .catalog_items,
      .section130.get_item_from_category .catalog_items_container {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: stretch;
        gap: var(--section130-tiles-gap);
      }
      .section130 .catalog_items.horizontal_align_center {
        justify-content: center;
      }
      .section130:not(.full_img) .col_4 {
        padding: var(--tiles-padding, var(--section130-tiles-padding));
      }
      .section130:not(.full_img) .col_4 .image1 {
        max-width: 200px;
      }
      .section130:not(.full_img) .col_4 .image1.s120 {
        max-width: 120px;
      }
      .section130 .col_4 {
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        gap: calc(var(--section130-tiles-gap-Y) * 0.7);
        width: 100%;
        color: #000;
        border-radius: var(--tiles_radius, 0);
        box-shadow: var(--tiles_shadow, none);
        border: var(--tiles-border);
        transition: 0.2s cubic-bezier(0.87, 0, 0.13, 1);
      }
      .section130.btn_up .catalog_items .btn1 {
        bottom: -40px;
        opacity: 0;
        width: 100%;
        transition: 0.2s cubic-bezier(0.87, 0, 0.13, 1);
      }
      .section130.btn_up .catalog_items .col_4:hover > .btn1 {
        bottom: 0;
        opacity: 1;
      }
      .section130 .col_4 .col_bg {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
      }
      .section130.flex_fix .col_4 {
        height: 100%;
        justify-content: space-between;
      }
      .section130 .image1.show_extra_info:hover,
      .section130.img_zoom .image1:hover {
        cursor: pointer;
      }
      .section130 .price1,
      .section130 .title1,
      .section130 .txt1 {
        width: 100%;
        position: relative;
        text-align: var(--section130-tiles-text-align);
      }
      .section130 .title1 {
        margin-top: 0.5rem;
        font-size: 20px;
      }
      .section130 .title1,
      .section130 .title1 * {
        font-weight: var(--item_title_fweight, 500);
      }
      .section130 .extra_info_block .close:before {
        display: none;
      }
      .section130 .extra_info_block .close {
        position: absolute;
        right: 10px;
        top: 10px;
        padding: 0;
        width: 16px;
        height: 16px;
        font-size: 0;
        background: url(img/editor_icons/cancel.svg) center/100% no-repeat;
        transform: rotate(0);
        transition: 0.6s;
      }
      .section130 .extra_info_block .close:hover {
        opacity: 1;
        transform: rotate(180deg);
      }
      .section130 .image1 {
        position: relative;
        margin: 0 auto;
      }
      .section130 img {
        width: 100%;
        height: auto;
        display: block;
      }
      .section130 .f_shadow .image1 img {
        filter: drop-shadow(0 0 2px rgba(55, 73, 87, 0.15))
          drop-shadow(0 2px 5px rgba(55, 73, 87, 0.2));
      }
      .section130 .shadow {
        box-shadow: var(--section-image-shadow);
      }
      .section130 .border {
        border: var(--section-image-border);
      }
      .section130 .ico1.border,
      .section130 .mdico1.border {
        width: 120px;
        height: 120px;
        line-height: 118px;
      }
      .section130 .btn1:not(.surround),
      .section130 .btn1x:not(.surround),
      .section130 .ico1.border,
      .section130 .ico1.border_color_like_icon,
      .section130 .mdico1.border,
      .section130 .mdico1.border_color_like_icon {
        border: 2px solid;
      }
      .section130 .ico1,
      .section130 .mdico1 {
        position: relative;
        margin: 0 auto;
        width: calc(var(--icon_size, 64px) * 1.9);
        height: calc(var(--icon_size, 64px) * 1.9);
        display: block;
        font-size: var(--icon_size, 64px);
        background: #f2f2f2;
        color: #333;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .section130 .c_ico1 {
        position: relative;
        margin: 0 auto 0.5rem;
        width: 128px;
        height: 128px;
        display: block;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100%;
      }
      .section130.transparent_ico .ico1,
      .section130.transparent_ico .mdico1 {
        background: 0 0;
      }
      .section130 .radius {
        overflow: hidden;
        border-radius: 50%;
      }
      .section130 .price1 {
        margin: 0.5rem auto;
        font-size: 24px;
      }
      .section130 .btn1,
      .section130 .btn1x {
        margin: 0 auto;
        width: 200px;
        max-width: 90%;
        position: relative;
        overflow: hidden;
        padding: var(--section130-btn-padding);
        font-size: var(--section130-btn-font-size);
        font-weight: var(--btn_fweight, 300);
      }
      .section130 .btn1x {
        margin: 20px 0 0;
      }
      .section130 .btn_auto_width .btn1,
      .section130 .btn_auto_width .btn1x {
        width: auto;
      }
      .section130.btn_align_left.full_img .btn1 {
        margin-left: var(--section130-tiles-padding);
      }
      .section130.btn_align_left .btn1 {
        margin-left: 0;
      }
      .section130 .filter_btns.filter_btns_show {
        display: block;
      }
      .section130 .filter_btns .current_btn {
        color: #f35c5c;
      }
      .section130 .filter_btns {
        display: none;
        width: 100%;
        margin-bottom: 10px;
      }
      .section130 .filter_btns button {
        float: right;
        background: 0 0;
        height: 25px;
        font-size: 16px;
        border: none;
        outline: 0;
        border-bottom: 1px dashed;
        margin-left: 5px;
      }
      .section130 .filter_btns button:hover {
        border-color: #f60;
        color: #f60;
      }
      .section130 .extra_info_block .extra_images_in_card .extra_image {
        position: relative;
        left: auto;
        top: auto;
      }
      .section130 .extra_info_block {
        max-height: 90vh;
        overflow-y: auto;
      }
      .section130 .extra_info_block_wrapper .right {
        width: 45%;
      }
      .section130 .extra_info_block_wrapper .right .price1,
      .section130 .extra_info_block_wrapper .right .title1 {
        text-align: left;
        margin: 0 0 20px;
      }
      .section130 .extra_info_block_wrapper .right .extra_info1 {
        width: 100%;
        margin-bottom: 16px;
      }
      .section130 .extra_images_in_card .extra_info_block.s300 .right,
      .section130 .extra_info_block.s300 .left {
        width: 39%;
      }
      .section130 .extra_images_in_card .extra_info_block.s300 .left,
      .section130 .extra_info_block.s300 .right {
        width: 55%;
      }
      .section130 .extra_info_block.mdicon .extra_info1 {
        width: 100%;
      }
      .section130 .tags {
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 1;
      }
      .section130 .tags .tag {
        color: #fff;
        padding: 2px 5px;
        font-size: 12px;
        border-radius: 2px;
        background: #e2e2e2;
        margin-bottom: 5px;
        text-align: center;
      }
      .section130 .tags .tag.novelty {
        background-color: #4285f4;
      }
      .section130 .tags .tag.sale {
        background-color: #ea4335;
      }
      .section130 .tags .tag.bestseller {
        background-color: #34a853;
      }
      @media (min-width: 480px) {
        .section130 .catalog_items.count2 .c_ico1,
        .section130 .catalog_items.count2 .image1,
        .section130 .catalog_items.count2 .mdico1 {
          position: absolute;
          left: var(--section130-tile-padding);
          top: var(--section130-tile-padding);
        }
        .section130.backlight .count2 .col_4,
        .section130.btn_up .catalog_items.count2 .col_4 {
          padding-bottom: var(--section130-tile-padding);
        }
        .section130.backlight .count2 .col_4 {
          padding-top: var(--section130-tile-padding);
        }
        .section130 .catalog_items.count2.c_icon .col_4,
        .section130 .catalog_items.count2.mdicon .col_4 {
          padding-left: calc(120px + 2 * var(--section130-tile-padding));
        }
        .section130 .catalog_items.count2 .col_4 {
          padding: var(--section130-tile-padding);
          padding-left: calc(200px + 2 * var(--section130-tile-padding));
        }
        .section130 .catalog_items.count2.s120 .col_4 {
          padding-left: calc(140px + 2 * var(--section130-tile-padding));
        }
        .section130 .catalog_items.count2.s300 .col_4 {
          min-height: calc(280px + 2 * var(--section130-tile-padding));
        }
        .section130 .catalog_items.count2 .image1 {
          max-width: 200px;
        }
        .section130.btn_up .catalog_items.count2 .btn1 {
          bottom: auto;
          opacity: 1;
          width: 90%;
        }
        .section130 .count2 .price1,
        .section130 .count2 .title1,
        .section130 .count2 .txt1 {
          text-align: left;
          margin: 0 0 1rem;
        }
        .section130 .count2 .btn1 {
          margin: 0;
        }
        .section130 .count2 .product_card {
          max-width: 100%;
          margin-left: 10px;
          margin-top: 15px;
        }
      }
      .section130.shadow-s .col_4:hover {
        box-shadow: rgba(0, 0, 0, 0.1) 0 10px 15px -3px, rgba(0, 0, 0, 0.05) 0 4px 6px -2px;
      }
      .section130.shadow-m .col_4:hover {
        box-shadow: rgba(0, 0, 0, 0.1) 0 10px 50px;
      }
      .section130.shadow-l .col_4:hover {
        box-shadow: rgba(0, 0, 0, 0.2) 0 18px 50px -10px;
      }
      .section130.scale-l .col_4:hover,
      .section130.scale-m .col_4:hover,
      .section130.scale-s .col_4:hover {
        --tiles-padding: 1rem;
        box-shadow: rgba(0, 0, 0, 0.15) 0 5px 15px 0;
        z-index: 70;
      }
      .section130.border-l .col_4,
      .section130.border-m .col_4,
      .section130.border-s .col_4 {
        border: 0 solid #dedede;
      }
      .section130.border-s .col_4:hover {
        border: 1px solid #dedede;
        padding: calc(var(--tiles-padding) - 5px);
      }
      .section130.border-m .col_4:hover {
        outline: #dedede solid 3px;
        padding: calc(var(--tiles-padding) - 3px);
      }
      .section130.border-l .col_4:hover {
        border: 5px solid #dedede;
        padding: calc(var(--tiles-padding) - 5px);
      }
      body:not(.modal) .section130.scale-s .col_4:hover {
        transform: scale(1.05);
      }
      body:not(.modal) .section130.scale-m .col_4:hover {
        transform: scale(1.1);
      }
      body:not(.modal) .section130.scale-l .col_4:hover {
        transform: scale(1.15);
      }
      .section.section130 .form_wrapper .field button,
      .section.section130 .form_wrapper .field input[type='submit'],
      .section.section130 .popup_form .field button,
      .section.section130 .popup_form .field input[type='submit'] {
        margin-top: 0;
        margin-bottom: 1rem;
      }
      @media (max-width: 1700px) {
        .section130 .catalog_items.count7 {
          --section130-tiles-count: 6;
        }
      }
      @media (max-width: 1440px) {
        .section130 .catalog_items.count6,
        .section130 .catalog_items.count7 {
          --section130-tiles-count: 5;
        }
      }
      @media (max-width: 1200px) {
        .section130 .catalog_items.count2 {
          --section130-tile-padding: 1rem;
        }
        .section130 .catalog_items.count5,
        .section130 .catalog_items.count6,
        .section130 .catalog_items.count7 {
          --section130-tiles-count: 4;
        }
      }
      @media (max-width: 960px) {
        .section130 .catalog_items.count4,
        .section130 .catalog_items.count5,
        .section130 .catalog_items.count6,
        .section130 .catalog_items.count7 {
          --section130-tiles-count: 3;
        }
        .section130 .catalog_items.count2 {
          --section130-tiles-count: 1;
        }
        .section130 .extra_images_in_card .extra_info_block.s300 .left,
        .section130 .extra_images_in_card .extra_info_block.s300 .right,
        .section130 .extra_info_block.s300 .left,
        .section130 .extra_info_block.s300 .right {
          width: 100%;
        }
        .section130 .title,
        .section130 .title * {
          font-size: 26px !important;
        }
        .section130 .sub_title,
        .section130 .sub_title *,
        .section130 .title1,
        .section130 .title1 * {
          font-size: 20px !important;
        }
        .section130 .price1,
        .section130 .price1 span,
        .section130 .txt1,
        .section130 .txt1 * {
          font-size: 16px !important;
        }
      }
      @media (max-width: 800px) {
        .section130 .catalog_items.count3,
        .section130 .catalog_items.count4,
        .section130 .catalog_items.count5,
        .section130 .catalog_items.count6,
        .section130 .catalog_items.count7 {
          --section130-tiles-count: 2;
        }
      }
      @media (max-width: 640px) {
        .section130 .section_inner {
          --section130-tiles-gap-Y: 3rem;
          --section130-tiles-gap-X: 1rem;
        }
        .section130:not(.mobile_col2) .catalog_items.count3,
        .section130:not(.mobile_col2) .catalog_items.count4,
        .section130:not(.mobile_col2) .catalog_items.count5,
        .section130:not(.mobile_col2) .catalog_items.count6,
        .section130:not(.mobile_col2) .catalog_items.count7 {
          --section130-tiles-count: 1;
        }
      }
      @media (max-width: 480px) {
        .section130 {
          --tiles-padding: 10px !important;
        }
        .section130 .sub_title,
        .section130 .sub_title * {
          font-size: 18px !important;
        }
      }
      @media (max-width: 425px) {
        body:not(.editor_true) .section130.mobile_col2 .catalog_items.short_text .title1 {
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden;
        }
        body:not(.editor_true) .section130.mobile_col2 .catalog_items.short_text .txt1 {
          display: -webkit-box;
          -webkit-line-clamp: 4;
          -webkit-box-orient: vertical;
          overflow: hidden;
        }
      }
      @media (max-width: 400px) {
        .section130 .c_ico1 {
          width: 90px;
          height: 90px;
        }
      }
      .section306 .title {
        text-align: center;
        font-size: 28px;
        margin-bottom: 10px;
      }
      .section306 .sub_title {
        text-align: center;
        font-size: 16px;
        margin-bottom: 10px;
      }
      .section306 .form_wrapper .field {
        position: relative;
        display: flex;
        color: inherit;
        margin: 0.25rem 12px;
        width: calc(100% / 4 - 32px);
      }
      .section306 .form_wrapper .field.captcha_field {
        margin-top: 1rem;
      }
      .section306 .form_wrapper.long_email .field {
        width: 375px;
        margin: 0.75rem;
      }
      .section306 .form_wrapper.long_email .field input {
        --tf-input-font-size: 1.125em;
        padding-left: var(--tf-input-font-size);
      }
      .section306 .form_wrapper .field .field_description,
      .section306 .form_wrapper .field .field_title,
      .section306 .form_wrapper .form_bg_color {
        display: none;
      }
      .section306 .form_wrapper .field:last-child {
        margin-right: 0;
        max-width: 250px;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
      }
      .section306 .form_wrapper .field input[type='submit'] {
        margin-bottom: 0;
        min-height: 50px;
        width: 100%;
        white-space: normal;
        padding: 0 10px;
        transition: 0.2s;
        margin-top: 0;
      }
      .section306 .btn_move input[type='submit']:hover {
        animation-name: btn_move;
        animation-duration: 1s;
        animation-fill-mode: forwards;
      }
      .section306 .form_wrapper .uniokna.kz,
      .section306 .form_wrapper .form_sub_title,
      .section306 .form_wrapper .form_text,
      .section306 .form_wrapper .form_title {
        position: relative;
      }
      .section306 .form_wrapper .form_text {
        font-size: 12px;
        margin-top: 20px;
        text-align: left;
      }
      .section306 .form_wrapper .form_title {
        margin-bottom: 15px;
      }
      .section306 .form_wrapper.form_bg .form_bg_color {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: #f2f2f2;
        opacity: 1;
      }
      .section306 .form_wrapper.form_bg {
        position: relative;
        background: 0 0;
      }
      .section306 .form_wrapper.dark,
      .section306 .form_wrapper.dark .field_input input {
        color: #fff;
      }
      .section306 .form_wrapper.dark .field_input {
        border-color: #fff;
      }
      .section306 .form_wrapper {
        box-sizing: border-box;
        padding: 72px;
        color: #333;
        background: #fafafa;
        text-align: center;
        border: 5px solid #e2e2e2;
      }
      .section306 form {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-end;
      }
      @media screen and (max-width: 960px) {
        .section306 .title,
        .section306 .title * {
          font-size: 26px !important;
        }
        .section306 .form_wrapper .form_title,
        .section306 .form_wrapper .form_title *,
        .section306 .sub_title,
        .section306 .sub_title * {
          font-size: 20px !important;
        }
        .section306 .form_wrapper .form_text,
        .section306 .form_wrapper .form_text * {
          font-size: 12px !important;
        }
      }
      @media (max-width: 800px) {
        .section306 .form_wrapper .field {
          width: 45%;
          -webkit-box-flex: 1;
          -ms-flex: auto;
          flex: auto;
        }
        .section306 .form_wrapper .field:last-child {
          max-width: 45%;
          margin-right: 30px;
        }
      }
      @media (max-width: 640px) {
        .section306 .title,
        .section306 .title * {
          font-size: 24px !important;
        }
        .section306 .form_wrapper .field:last-child {
          width: 100%;
          max-width: 100%;
          margin-right: 0;
          margin-left: 0;
        }
        .section306 .form_wrapper .field {
          margin: 0.3rem 0 1rem;
          width: 100%;
        }
      }
      @media (max-width: 480px) {
        .section306 .sub_title,
        .section306 .sub_title * {
          font-size: 18px !important;
        }
      }
      .section1158 .catalog_items.count3 .arr1,
      .section1158 .section_inner {
        --section1158-tiles-count: 3;
      }
      .section1158 .section_inner {
        width: 790px;
        --section1158-tiles-padding: 20px;
        --section1158-tiles-gap-Y: 1.35rem;
        --section1158-tiles-gap-X: 1.35rem;
        --section1158-tiles-gap: var(--section1158-tiles-gap-Y) var(--section1158-tiles-gap-X);
        --section1158-btn-padding-Y: 0.85rem;
        --section1158-btn-padding-X: 2rem;
        --section1158-btn-padding: var(--section1158-btn-padding-Y) var(--section1158-btn-padding-X);
      }
      .section1158 .title {
        text-align: center;
        font-size: 42px;
        margin-bottom: 1rem;
      }
      .section1158 .sub_title {
        text-align: center;
        font-size: 20px;
        margin-bottom: 2rem;
      }
      .section1158.hover_animate .col_bg {
        transition: 0.3s;
      }
      .section1158.hover_animate .col_4:hover .col_bg {
        box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
      }
      .section1158 .catalog_items {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        gap: var(--section1158-tiles-gap);
      }
      .section1158 .catalog_items.count4 .arr1 {
        --section1158-tiles-count: 4;
      }
      .section1158 .catalog_items .arr1 {
        --section1158-tiles-freespace: calc(
          var(--section1158-tiles-gap-X) * (var(--section1158-tiles-count) - 1)
        );
        --section1158-tile-width: calc(
          (var(--section-inner-width) - var(--section1158-tiles-freespace)) /
            var(--section1158-tiles-count)
        );
        position: relative;
        width: var(--section1158-tile-width);
        box-sizing: border-box;
      }
      @media screen and (max-width: 962px) {
        .section1158 .catalog_items .arr1 {
          --section1158-tiles-freespace: none;
        }
      }
      .section1158 .col_4 {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* gap: var(--section1158-tiles-gap-Y); */
        padding-bottom: calc(var(--section1158-tiles-gap-Y) * 1.5);
      }
      .section1158 .col_4 .col_bg {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
      }
      .section1158 img {
        display: block;
        width: 100%;
      }
      .section1158 .btn1,
      .section1158 .image1,
      .section1158 .title1,
      .section1158 .txt1 {
        position: relative;
      }
      .section1158 .title1 {
        font-size: 20px;
      }
      .section1158 .title1,
      .section1158 .txt1 {
        width: calc(var(--section1158-tile-width) - var(--section1158-tiles-gap-X));
        color: #000;
        text-align: center;
        margin-top: 30px;
      }
      .section1158 .txt1 {
        height: 142px;
      }
      .section1158 .col_4 .btn1 {
        font-size: 18px;
        font-weight: 400;
        border: 1px solid;
        position: relative;
        overflow: hidden;
        padding: var(--section1158-btn-padding);
        margin: 30px;
      }
      .section1158 .images {
        position: relative;
        width: 100%;
      }
      .editor_false .section1158 .flip .images .image1,
      .editor_false .section1158 .flip .images .image2 {
        transition: opacity 1s ease-in-out;
      }
      .editor_false .section1158 .flip .images .image2,
      .editor_false .section1158 .flip .images:hover .image1 {
        opacity: 0;
        position: absolute;
        z-index: -10;
      }
      .editor_false .section1158 .flip .images:hover .image2 {
        opacity: 1;
        position: relative;
        z-index: 10;
      }
      @media (max-width: 1180px) {
        .section1158 .catalog_items.count3 .arr1,
        .section1158 .catalog_items.count4 .arr1 {
          --section1158-tiles-count: 2;
        }
      }
      @media (max-width: 960px) {
        .section1158 .title,
        .section1158 .title * {
          font-size: 26px !important;
        }
        .section1158 .sub_title,
        .section1158 .sub_title *,
        .section1158 .title1,
        .section1158 .title1 * {
          font-size: 20px !important;
        }
        .section1158 .txt1,
        .section1158 .txt1 * {
          font-size: 16px !important;
        }
      }
      @media (max-width: 640px) {
        .section1158 .catalog_items.count3 .arr1,
        .section1158 .catalog_items.count4 .arr1 {
          --section1158-tiles-count: 1;
        }
      }
      .section132 .section_inner,
      .section132 .text {
        box-sizing: border-box;
      }
      .section132 .title {
        text-align: center;
        font-size: 42px;
        margin-bottom: var(--title_margin, 1rem);
      }
      .section132 .sub_title {
        text-align: center;
        font-size: 24px;
        margin-bottom: var(--sub_title_margin, 2rem);
      }
      .section132 .text {
        width: 100%;
        margin: 25px auto 0;
        word-break: break-word;
      }
      .section132 > .dark:not(.section_inner) {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.3;
      }
      .section132.style_0.two .text {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-rule: 1px solid #ccc;
        -moz-column-rule: 1px solid #ccc;
        column-rule: 1px solid #ccc;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
      }
      .section132.style_0.three .text {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-rule: 1px solid #ccc;
        -moz-column-rule: 1px solid #ccc;
        column-rule: 1px solid #ccc;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
      }
      .section132.style_1 .section_inner {
        width: 700px;
      }
      .section132.style_2 .section_inner {
        padding: 60px;
        border: 3px solid;
      }
      .section132.style_3 .section_inner {
        padding: 60px;
      }
      .section132.style_4 .title {
        margin-bottom: 25px;
      }
      .section132.style_4 .sub_title {
        position: absolute;
        right: 50px;
        bottom: 30px;
      }
      .section132.style_4 .text {
        margin-top: 0;
      }
      .section132.style_4 .section_inner:before {
        content: '\f10d';
        font-family: FontAwesome;
        position: absolute;
        left: 25px;
        top: 25px;
        color: #a2a2a2;
        font-size: 72px;
        mix-blend-mode: multiply;
      }
      .section132.style_4 .section_inner {
        padding: 50px 50px 100px 120px;
        position: relative;
      }
      .section132 .text_block:not(.dark),
      .section132:not(.dark) .text_block {
        color: #000;
      }
      .section132 .text_block.dark,
      .section132.style_4 .dark.section_inner:before {
        color: #fff;
        mix-blend-mode: unset;
      }
      .section132.bg_text.style_4 .text {
        background: 0 0;
        color: #000;
      }
      .section132.bg_text.style_4 .section_inner.dark .text {
        color: #fff;
      }
      @media (max-width: 960px) {
        .section132.style_1 .section_inner,
        .section132.style_2 .section_inner,
        .section132.style_3 .section_inner,
        .section132.style_4 .section_inner,
        .section132.wide .section_inner {
          width: 768px;
        }
        .section132.style_0 .text,
        .section132.style_1 .text,
        .section132.style_2 .text,
        .section132.style_3 .text,
        .section132.style_4 .text {
          width: 100%;
        }
        .section132 .title,
        .section132 .title * {
          font-size: 26px !important;
        }
        .section132 .sub_title,
        .section132 .sub_title * {
          font-size: 20px !important;
        }
        .section132 .text,
        .section132 .text span {
          font-size: 16px !important;
        }
      }
      @media (max-width: 800px) {
        .section132.style_1 .section_inner,
        .section132.style_2 .section_inner,
        .section132.style_3 .section_inner,
        .section132.style_4 .section_inner,
        .section132.wide .section_inner {
          width: 640px;
        }
      }
      @media (max-width: 640px) {
        .section132.style_0.three .text,
        .section132.style_0.two .text {
          -webkit-column-count: 1;
          -moz-column-count: 1;
          column-count: 1;
        }
        .section132.style_1 .section_inner,
        .section132.style_2 .section_inner,
        .section132.style_3 .section_inner,
        .section132.style_4 .section_inner {
          width: 480px;
          padding: 30px;
        }
        .section132.wide .section_inner {
          width: 360px;
        }
        .section132 .title,
        .section132 .title * {
          font-size: 24px !important;
        }
        .section132.style_4 .section_inner:before {
          font-size: 46px;
        }
        .section132.style_4 .section_inner {
          padding-left: 100px;
          padding-bottom: 80px;
        }
        .section132.style_4 .sub_title {
          bottom: 20px;
        }
      }
      @media (max-width: 480px) {
        .section132.style_1 .section_inner,
        .section132.style_2 .section_inner,
        .section132.style_3 .section_inner,
        .section132.style_4 .section_inner {
          width: 360px;
        }
        .section132 .sub_title,
        .section132 .sub_title * {
          font-size: 18px !important;
        }
        .section132.style_4 .section_inner:before {
          font-size: 28px;
          left: 20px;
        }
        .section132.style_4 .section_inner {
          padding-left: 60px;
          padding-bottom: 60px;
        }
      }
      @media (max-width: 400px) {
        .section132.style_1 .section_inner,
        .section132.style_2 .section_inner,
        .section132.style_3 .section_inner,
        .section132.style_4 .section_inner {
          width: 360px;
        }
        .section132.wide .section_inner {
          width: 320px;
        }
      }
      @media (max-width: 375px) {
        .section132.style_1 .section_inner,
        .section132.style_2 .section_inner,
        .section132.style_3 .section_inner,
        .section132.style_4 .section_inner {
          width: 320px;
        }
      }
      .section307 .section_inner {
        --section307-tiles-count: 2;
        --section307-tiles-gap-Y: 0;
        --section307-tiles-gap-X: 20px;
        --section307-tiles-gap: var(--section307-tiles-gap-Y) var(--section307-tiles-gap-X);
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: var(--section307-tiles-gap);
      }
      .section307 .title {
        width: 100%;
        text-align: center;
        font-size: 42px;
        margin-bottom: 1rem;
      }
      .section307 .sub_title {
        width: 100%;
        text-align: center;
        font-size: 24px;
        margin-bottom: 2rem;
      }
      .section307 .col {
        --section307-tiles-freespace: calc(
          var(--section307-tiles-gap-X) * (var(--section307-tiles-count) - 1)
        );
        --section307-tile-width: calc(
          (var(--section-inner-width) - var(--section307-tiles-freespace)) /
            var(--section307-tiles-count)
        );
        width: var(--section307-tile-width);
        margin-bottom: var(--section307-tiles-gap-X);
        border: 1px solid #e2e2e2;
        box-sizing: border-box;
        background: #fff;
        color: #000;
        text-align: center;
        display: flex;
        flex-direction: column;
      }
      .section307 .col.shadow {
        box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
      }
      .section307 .btn1,
      .section307 .btn2,
      .section307 .btn3 {
        height: 40px;
        width: calc(100%-60px);
        margin: 30px;
        font-size: 16px;
        border: 3px solid transparent;
        overflow: hidden;
        margin-top: auto;
      }
      .section307 img {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
      }
      .section307 .col .arr1,
      .section307 .col .arr2,
      .section307 .col .arr3 {
        padding: 12px 30px;
        border-bottom: 1px solid #e2e2e2;
        text-align: center;
      }
      .section307 .col .arr1:last-child,
      .section307 .col .arr2:last-child,
      .section307 .col .arr3:last-child,
      .section307.hide_btn .col {
        border-bottom: none;
      }
      .section307 .col_title {
        width: calc(100% - 60px);
        margin: 30px 30px 10px;
      }
      .section307 .btn_move .btn1:hover,
      .section307 .btn_move .btn2:hover,
      .section307 .btn_move .btn3:hover {
        animation-name: btn_move2;
        animation-duration: 1s;
        animation-fill-mode: forwards;
      }
      @media (max-width: 960px) {
        .section307 .section_inner {
          --section307-tiles-count: 2;
        }
        .section307 .title,
        .section307 .title * {
          font-size: 26px !important;
        }
        .section307 .sub_title,
        .section307 .sub_title * {
          font-size: 20px !important;
        }
      }
      @media (max-width: 640px) {
        .section307 .section_inner {
          --section307-tiles-count: 1;
        }
        .section307 .title,
        .section307 .title * {
          font-size: 24px !important;
        }
      }
      @media (max-width: 480px) {
        .section307 .sub_title,
        .section307 .sub_title * {
          font-size: 18px !important;
        }
      }
      .section143 .image_box,
      .section143 .placeholder {
        width: calc((100% - (var(--tile-count) - 1) * var(--wrapper-gap-X)) / var(--tile-count));
        border-radius: var(--img_radius, 0);
      }
      .section143 .image_box .overlay_image_box.opacity_on,
      .section143 .image_box:hover .overlay_image_box,
      .section143.hold_text .overlay_image_box {
        display: flex;
        height: 100%;
        padding: 20px;
        color: #fff;
        background: rgba(0, 0, 0, 0.5);
        text-align: left;
        position: absolute;
        top: 0;
        left: 0;
        transition: 0.3s;
        box-sizing: border-box;
      }
      .section143 {
        --grid-space: 10px;
        --tile-count: 3;
        --wrapper-gap-Y: 10px;
        --wrapper-gap-X: 16px;
        --wrrapper-gap: var(--wrapper-gap-Y) var(--wrapper-gap-X);
      }
      .section143 .title {
        text-align: center;
        font-size: 42px;
        margin-bottom: 15px;
      }
      .section143 .sub_title {
        text-align: center;
        font-size: 24px;
        margin-bottom: 20px;
      }
      .section143 .arr1 {
        position: relative;
      }
      .section143 .images {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: var(--images-justify-content, center);
        box-sizing: border-box;
        gap: var(--wrrapper-gap);
      }
      .section143 .image_box {
        overflow: hidden;
        box-sizing: border-box;
      }
      .section143 .image_box img {
        display: block;
        width: 100%;
        height: auto;
        filter: grayscale(var(--img_grayscale, 0)) blur(var(--img_blur, 0));
        transition: 0.3s cubic-bezier(0.15, 0.85, 0.47, 1.04);
      }
      .section143 .filters_off .image_box:hover img {
        filter: none;
      }
      .section143.hold_text .image_box .overlay_image_box.opacity_on {
        opacity: 1;
      }
      .section143 .image_box .overlay_image_box.opacity_on {
        flex-direction: column;
        justify-content: center;
        width: 100%;
        opacity: 0;
      }
      .section143 .image_box:hover .overlay_image_box,
      .section143.hold_text .overlay_image_box {
        flex-direction: column;
        justify-content: center;
        width: 100%;
      }
      .section143 .image_box:hover .overlay_image_box {
        background: rgba(0, 0, 0, 0.6);
      }
      .section143 .overlay_image_title {
        font-size: 22px;
        font-weight: 700;
        width: 100%;
        margin-bottom: 10px;
      }
      .section143 .overlay_image_descr {
        width: 100%;
      }
      .section143 .image_box.shadow {
        box-shadow: var(--section-image-shadow);
      }
      .section143 .image_box.border {
        box-sizing: border-box;
        border: 10px solid #fff;
      }
      .section143 .image_box.img_zoom .overlay_image_box:hover,
      .section143 .image_box.img_zoom:hover,
      .section143 .overlay_image_box[data-link] {
        cursor: pointer;
      }
      .section143 .overlay_image_box {
        height: 0;
        overflow: hidden;
      }
      .section143 .overlay_image_box[data-link=''] {
        cursor: default;
      }
      .section143 .image_box:hover .overlay_image_box.active_off {
        opacity: 0;
        transition: none !important;
      }
      @media (min-width: 1440px) {
        .section143 .section_inner.width1400,
        .section143 .section_inner.width1680 {
          --tile-count: 4;
        }
      }
      @media (min-width: 1700px) {
        .section143 .section_inner.width1680 {
          --tile-count: 5;
        }
      }
      @media (max-width: 960px) {
        .section143 .overlay_image_descr {
          font-size: 14px;
        }
        .section143 .title,
        .section143 .title * {
          font-size: 26px !important;
        }
        .section143 .sub_title,
        .section143 .sub_title * {
          font-size: 20px !important;
        }
      }
      @media (max-width: 800px) {
        .section143 {
          --tile-count: 2;
        }
        .section143 .overlay_image_title {
          font-size: 18px;
        }
        .section143 .overlay_image_descr {
          font-size: 14px;
        }
      }
      @media (max-width: 640px) {
        .section143 .title,
        .section143 .title * {
          font-size: 24px !important;
        }
      }
      @media (max-width: 480px) {
        .section143 {
          --grid-space: 0;
          --tile-count: 1;
        }
        .section143 .sub_title,
        .section143 .sub_title * {
          font-size: 18px !important;
        }
        .section143 .overlay_image_descr {
          font-size: 16px;
        }
      }
      .section1306 .title {
        text-align: center;
        font-size: 28px;
        margin-bottom: 10px;
      }
      .section1306 .sub_title {
        text-align: center;
        font-size: 16px;
        margin-bottom: 10px;
      }
      .section1306 .form_text {
        font-size: 12px;
      }
      .section1306 .form_wrapper.bold_border {
        border-width: 15px;
        box-shadow: rgba(17, 17, 26, 0.1) 0 8px 24px, rgba(17, 17, 26, 0.1) 0 16px 56px,
          rgba(17, 17, 26, 0.1) 0 24px 80px;
        padding: 60px 45px 70px;
        width: 760px;
      }
      .section1306 .form_wrapper .form_bg_color,
      .section1306 .form_wrapper.hide_labels .field .field_title {
        display: none;
      }
      .section1306 .form_wrapper .form1 {
        position: relative;
        color: inherit;
      }
      .section1306 .form_wrapper .form_sub_title,
      .section1306 .form_wrapper .form_text,
      .section1306 .form_wrapper .form_title {
        position: relative;
      }
      .section1306 .form_wrapper.form_bg .form_bg_color {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: #f2f2f2;
        opacity: 1;
      }
      .section1306 .form_wrapper.form_bg {
        position: relative;
        background: 0 0;
      }
      .section1306 .form_wrapper .field_input_list select option {
        padding: 5px;
      }
      .section1306 .form_wrapper {
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
        padding: 40px;
        color: #333;
        background: #f9f9f9;
        text-align: center;
        width: 640px;
        margin: 0 auto;
        border: 5px solid;
      }
      .section1306.dark .field_title,
      .section1306.dark .form_wrapper {
        color: #fff;
      }
      .section1306 .del_border.form_wrapper {
        border: none;
      }
      .section1306 form {
        padding-top: 15px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
      }
      @media screen and (max-width: 960px) {
        .section1306 .form_wrapper .form_text,
        .section1306 .form_wrapper .form_text * {
          font-size: 12px !important;
        }
        .section1306 .form_wrapper.bold_border {
          width: auto;
        }
      }
      @media (max-width: 640px) {
        .section1306 .form_wrapper {
          width: 100%;
          padding: 1rem;
        }
        .section1306 .form_wrapper input {
          color: #000;
        }
        .section .field {
          margin-bottom: 1rem;
        }
        .section .field .field_description {
          margin-bottom: 0;
        }
      }
      .section119 .policy,
      .section119 .tobiz_link {
        text-decoration: underline;
        margin-top: 10px;
        color: #888;
        cursor: pointer;
      }
      .section119 .clear,
      .section119 .sn.hidden {
        display: none;
      }
      .section119.fixed_top {
        z-index: 100;
        padding: 15px 0;
      }
      .section119 .section_inner {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        gap: 40px;
      }
      .section119 .logo_img img {
        max-width: 200px;
        max-height: 90px;
      }
      .section119 .logo_img {
        display: block;
      }
      .section119 .logo_text {
        max-width: 200px;
        font-size: 24px;
        min-width: 10px;
      }
      .section119 .width1170 .address-and-ua {
        max-width: 50%;
        width: auto;
      }
      .section119 .address-and-ua {
        margin-left: 25px;
      }
      .section119 .phone-and-address {
        text-align: right;
      }
      .section119 .phone1,
      .section119 .phone2 {
        font-size: 22px;
        margin-bottom: 5px;
      }
      .section119 .sn:hover,
      .section119 a.phone1:hover,
      .section119 a.phone2:hover {
        opacity: 0.7;
      }
      .section119 .phone1.show_phone_icon:before,
      .section119 .phone2.show_phone_icon:before {
        content: '\f095';
        padding-right: 5px;
        display: inline-block;
        font: 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
      }
      .section119 a.phone1,
      .section119 a.phone2 {
        color: inherit;
        text-decoration: none;
        display: block;
      }
      .section119 .tobiz_link {
        display: none;
      }
      .section119 .policy {
        display: block;
      }
      .section119 .policy2_popup {
        display: none;
        margin-top: 1rem;
        box-sizing: border-box;
        padding: 20px;
        border: 1px solid #e2e2e2;
        background: #fff;
      }
      .section119.dark .policy2_popup {
        color: #000;
      }
      .section119 .address1 {
        font-size: 14px;
        margin-bottom: 10px;
      }
      .section119 .policy2 {
        cursor: pointer;
        display: inline;
        border-bottom: 1px dashed;
        font-size: 14px;
      }
      .section119 .policy2:hover {
        border-bottom: 1px solid transparent;
      }
      .section119 .policy2_title {
        font-size: 18px;
        font-weight: 700;
      }
      .section119 .social_icons {
        display: flex;
        justify-content: flex-end;
        margin-top: 10px;
        margin-bottom: 5px;
        flex-wrap: wrap;
        right: 0;
      }
      .section119 .sn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 34px;
        height: 34px;
        font-size: 20px;
        margin-left: 10px;
        margin-bottom: 10px;
        font-family: FontAwesome;
        color: #fff;
        text-decoration: none;
        transition: 0.3s;
      }
      .section119 .social_icons.icon-circle .sn {
        border-radius: 50%;
      }
      .section119 .txt1 {
        margin-top: 40px;
        text-align: center;
      }
      .section119 .sn-vk {
        background: #507299;
      }
      .section119 .sn-tg {
        background-color: #08c;
      }
      .section119 .sn-tg:after {
        content: '\f1d9';
      }
      .section119 .sn-vk:after {
        content: '';
      }
      .section119 .sn-ins {
        background: #f8cc01;
        background: -o-linear-gradient(45deg, #f8cc01 0, #e8102b 51%, #7d39b0 100%);
        background: linear-gradient(45deg, #f8cc01 0, #e8102b 51%, #7d39b0 100%);
      }
      .section119 .sn-ins:after {
        content: '';
      }
      .section119 .sn-whatsup {
        background: #3ebe2b;
      }
      .section119 .sn-whatsup:after {
        content: '';
      }
      .section119 .sn-fb {
        background: #405d9a;
      }
      .section119 .sn-fb:after {
        content: '';
      }
      .section119 .sn-youtube {
        background: #e62117;
      }
      .section119 .sn-youtube:after {
        content: '';
      }
      .section119 .sn-o:after {
        content: '';
      }
      .section119 .sn-o {
        background: #ee7808;
      }
      .section119 .sn-vimeo:after {
        content: '\f27d';
      }
      .section119 .sn-vimeo {
        background: #00adef;
      }
      .section119 .sn-viber {
        position: relative;
        background-color: #7d3daf;
      }
      .section119 .sn-viber:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(img/icons8-viber.svg) center/80% no-repeat;
      }
      .section119 .search_form {
        width: 90%;
        height: 50px;
        display: flex;
      }
      .section119 .search {
        height: 38px;
        width: 100%;
        position: relative;
        display: flex;
        align-items: center;
      }
      .section119 .search_input:focus {
        outline: 0;
        opacity: 1;
      }
      .section119 .search button {
        position: absolute;
        right: 0;
        top: 0;
        width: 36px;
        height: 38px;
        border: none;
        font-size: 16px;
        background: 0 0;
        color: #ccc;
        border-radius: 5px;
      }
      .section119 .search_input {
        height: 38px;
        width: 100%;
        background-color: #fff;
        padding: 0 40px 0 10px;
        border: 1px solid #ccc;
        opacity: 0.8;
        box-sizing: border-box;
        color: #333;
        border-radius: 5px;
      }
      .section119 .search button i {
        color: #999;
        animation: 1.3s infinite alternate color_change;
      }
      .section119 .find_popup .result_title {
        font-size: 18px;
        margin-bottom: 10px;
      }
      .section119 .find_popup {
        box-sizing: border-box;
        display: none;
        width: 74%;
        position: absolute;
        right: 0;
        top: 50px;
        border: 1px solid #ccc;
        padding: 20px;
        background: #fff;
        z-index: 90;
        max-height: 500px;
        overflow: auto;
        color: #333;
      }
      .section119 .find_popup .find_item:hover {
        background: #f5f5f5;
      }
      .section119 .find_popup .find_item {
        padding: 5px 20px;
        cursor: pointer;
      }
      .section119 .find_popup .find_item a {
        font-size: 16px;
      }
      .section119 .find_popup .close {
        width: 15px;
        height: 15px;
        background: url('img/editor_icons/cancel.svg') center/100% no-repeat;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 10px;
      }
      .section119 .logo_img {
        max-width: 270px;
        width: auto;
      }
      @media (max-width: 960px) {
        .section119 .section_inner {
          flex-direction: column;
          align-content: center;
          text-align: center;
        }
        .section119 .address-and-ua {
          margin-left: 20px;
          width: 100%;
        }
        .section119 .social_icons {
          width: 100%;
          position: static;
          flex-wrap: wrap;
          justify-content: center;
          margin-right: 0;
          margin-top: 5px;
          padding-top: 5px;
        }
        .section119 .phone-and-address {
          padding-bottom: 0;
          width: 100%;
          max-width: unset;
          margin-left: 10px;
          display: flex;
          flex-direction: column;
          align-items: center;
        }
        .section119 .find_popup {
          width: 94%;
          text-align: left;
          top: 140px;
          left: 3%;
        }
        .section119 .address1,
        .section119 .address1 *,
        .section119 .text1,
        .section119 .text1 * {
          font-size: 14px !important;
        }
        .section119 .text1 {
          word-break: break-word;
        }
        .section119 .phone1,
        .section119 .phone1 span,
        .section119 .phone2,
        .section119 .phone2 span {
          font-size: 15px !important;
          width: auto;
        }
        .section119 .section_inner {
          display: flex;
          align-items: center;
        }
      }
      @media (max-width: 800px) {
        .section119 .logo_img,
        .section119 .logo_img img,
        .section119 .logo_text {
          max-width: 160px;
        }
        .section119 .logo_img img {
          max-width: 100%;
        }
        .section119 .phone1,
        .section119 .phone1 span,
        .section119 .phone2,
        .section119 .phone2 span {
          width: auto;
        }
        .section119 .width1170 .address-and-ua {
          max-width: 45%;
        }
        .section119 .logo_img {
          width: 22%;
        }
        .section119 .sn {
          width: 25px;
          height: 25px;
          line-height: 25px;
        }
        .section119 .phone-and-address {
          margin-left: 10px;
          width: 25%;
        }
        .section119 .address-and-ua {
          width: 50%;
          margin-left: 20px;
        }
        .section119 .social_icons {
          margin-right: 0;
          margin-top: 5px;
          padding-top: 5px;
        }
        .section119 .address1,
        .section119 .address1 *,
        .section119 .policy2,
        .section119 .policy2 span {
          font-size: 14px !important;
          line-height: 20px;
        }
      }
      @media (max-width: 640px) {
        .section119 .width1170 .address-and-ua {
          max-width: 100%;
        }
        .section119 .logo_img {
          width: 200px;
          display: flex;
          justify-content: center;
        }
        .section119 .logo_text {
          float: none;
          margin: 0 auto;
          width: auto;
          text-align: center;
        }
        .section119 .menu-and-phone-and-btn {
          margin: 25px auto 0;
          float: none;
          width: auto;
        }
        .section119 .address-and-ua {
          float: none;
          margin: 0 auto;
          width: 94%;
          text-align: center;
        }
        .section119 .phone-and-address {
          display: flex;
          flex-direction: column;
          align-items: flex-end;
          margin-right: 0;
          width: auto;
        }
        .section119 .section_inner {
          justify-content: space-between;
        }
        .section119 .logo_text,
        .section119.fixed_top .logo_img,
        .section119.fixed_top .policy2,
        .section119.fixed_top .social_icons {
          display: none;
        }
        .section119.fixed_top {
          padding: 5px 0;
        }
        .section119 {
          padding: 10px 0;
        }
        .section119 .search_form {
          display: none;
          margin: 0 auto;
        }
        .section119.fixed_top .section_inner {
          display: flex;
        }
      }
      @media (max-width: 480px) {
        .section119 .section_inner {
          flex-direction: column;
        }
        .section119 .phone-and-address {
          align-items: center;
          margin-left: 0;
        }
        .section119 .phone-and-address,
        .section119 .phone1,
        .section119 .phone1 span,
        .section119 .phone2,
        .section119 .phone2 span,
        .section119 .text1,
        .section119 .text1 * {
          text-align: center;
        }
        .section119 .phone1,
        .section119 .phone2 {
          margin-top: 10px;
          margin-bottom: 10px;
        }
        .section119 .social_icons {
          justify-content: center;
        }
      }
      @media (max-width: 440px) {
        .section119 .section_inner,
        .section119.fixed_top .section_inner {
          flex-direction: column;
        }
      }
      @media (max-width: 400px) {
        .section119 .section_inner,
        .section119.fixed_top .section_inner {
          flex-direction: column;
        }
        .section119 .phone-and-address {
          align-items: center;
          margin-top: 10px;
        }
      }
    <!-- Tobiz modules styles -->