/*
Theme Name: rtm
Theme URI: https://wordpress.org/themes/pgmarketing/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.а
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap');

body {
  font-family: "Golos Text", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #364446;
  overflow-x: hidden;
}

p {
  margin-bottom: 0;
}

h1 {
  font-size: 48px;
  font-weight: 500;
  line-height: 116%;
  margin-bottom: 0;
}

h2 {
  font-size: 44px;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 0;
}

.subtitle {
  font-size: 13px;
  color: #687374;
  opacity: 0.7;
  text-transform: uppercase;
}

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

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

.fs-13 {
  font-size: 13px;
}

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

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

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

.fs-24 {
  font-size: 24px;
}

.fs-28 {
  font-size: 28px;
}

.fs-30 {
  font-size: 30px;
}

.fs-32 {
  font-size: 32px;
}

.fs-34 {
  font-size: 34px;
}

.fs-36 {
  font-size: 36px;
}

.fs-38 {
  font-size: 38px;
}

.fs-40 {
  font-size: 40px;
}

.lh-1 {
  line-height: normal;
}

.lh-10 {
  line-height: 110%;
}

.lh-15 {
  line-height: 115%;
}

.lh-17 {
  line-height: 117%;
}

.lh-18 {
  line-height: 118%;
}

.lh-19 {
  line-height: 119%;
}

.lh-20 {
  line-height: 120%;
}

.lh-22 {
  line-height: 122%;
}

.lh-23 {
  line-height: 123%;
}

.lh-25 {
  line-height: 125%;
}

.lh-26 {
  line-height: 126%;
}

.lh-27 {
  line-height: 127%;
}

.lh-30 {
  line-height: 130%;
}

.lh-31 {
  line-height: 131%;
}

.lh-32 {
  line-height: 132%;
}

.lh-34 {
  line-height: 134%;
}

.lh-36 {
  line-height: 136%;
}

.lh-37 {
  line-height: 137%;
}

.lh-38 {
  line-height: 138%;
}

.lh-39 {
  line-height: 139%;
}

.lh-40 {
  line-height: 140%;
}

.lh-42 {
  line-height: 142%;
}

.lh-43 {
  line-height: 143%;
}

.lh-44 {
  line-height: 144%;
}

.lh-50 {
  line-height: 150%;
}

.lh-55 {
  line-height: 155%;
}

.fw-3 {
  font-weight: 300;
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}

.op-06 {
  opacity: 0.6;
}

.op-07 {
  opacity: 0.7;
}

.op-08 {
  opacity: 0.8;
}

.color-black {
  color: #364446;
}

.color-white {
  color: #ffffff;
}

.color-gray {
  color: #687374;
}

.bg-white {
  background-color: #ffffff;
}

.bg-gray {
  background-color: #F5F4F1;
}

.bg-black {
  background-color: #364446 !important;
}

.m-btn {
  font-size: 16px;
  font-weight: 500;
  padding: 14px 0;
  background-color: #E51814;
  border: 0;
  color: #fff;
  outline: none;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  line-height: 128%;
  text-decoration: none;
  cursor: pointer;
  border-radius: 10px;
  display: block;
}

.m-btn:hover {
  background-color: #C20000;
  color: #fff;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.m-btn-white {
  font-size: 16px;
  font-weight: 500;
  padding: 14px 0;
  background-color: #fff;
  border: 1px solid #E51814;
  color: #E51814;
  outline: none;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  line-height: 128%;
  text-decoration: none;
  cursor: pointer;
  border-radius: 10px;
  display: block;
}

.m-btn-white:hover {
  color: #fff;
  background-color: #E51814;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.m-btn-black {
  font-size: 16px;
  font-weight: 500;
  padding: 14px 0;
  background-color: #fff;
  border: 1px solid #fff;
  color: #E51814;
  outline: none;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  line-height: 128%;
  text-decoration: none;
  cursor: pointer;
  border-radius: 10px;
  display: block;
}

.m-btn-black:hover {
  background-color: transparent;
  color: #fff;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.m-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.btn-close {
  position: absolute;
  top: 16px;
  right: 16px;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-list-item {
  margin: 0 10px 0 0;
}

.soglasie-wrapper {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

section {
  padding: 100px 0 120px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-top: -20px;
  position: relative;
}

.modal-form {
  padding: 30px;
}

.modal-title {
  margin-bottom: 12px;
}

.modal-form-input {
  width: 100%;
  margin-bottom: 10px;
  padding: 15px 18px;
  border-radius: 10px;
  font-size: 14px;
  border: 1px solid #DDDBD3;
  outline: 0;
}

.modal-form-input::-webkit-input-placeholder {
  color: #687374;
}

.modal-form-input::-moz-placeholder {
  color: #687374;
}

.modal-form-input:-ms-input-placeholder {
  color: #687374;
}

.modal-form-input::-ms-input-placeholder {
  color: #687374;
}

.modal-form-input::placeholder {
  color: #687374;
}

.m-ban-form-list {
  margin: 0 0 20px 0;
  padding-left: 0;
}

.m-ban-form-item {
  gap: 8px;
  margin-bottom: 4px;
}

.m-ban-form-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6px;
}

.form-btn {
  width: 100%;
  font-size: 16px;
  border-radius: 10px;
  margin-top: 8px;
  padding: 13px 0;
}

.m-ban-form-bot-wrapper {
  background-color: #F5F4F1;
  border: 1px solid #DDDBD3;
  border-radius: 10px;
  padding: 14px 20px;
  gap: 14px;
  margin-top: 18px;
}

.m-ban-form-bot-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}

.m-ban-form-bot-img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.modal-list {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}

.modal-list-item {
  gap: 10px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 6px;
}

.modal-list-item:last-child {
  margin-bottom: 0;
}

.modal-list-icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-list-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}

.soglasie {
  color: #676767;
}

.soglasie-link {
  color: #E51814;
}

.m-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #DDDBD3;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.header {
  padding-top: 20px;
}

.header-border {
  border-bottom: 1px solid #DDDBD3;
}

.h-f {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
}

.h-logo-wrapper {
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h-logo-line {
  width: 1px;
  height: 34px;
  background-color: #DDDBD3;
}

.h-souz-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.h-souz-icon {
  width: 44px;
  height: 44px;
  background-color: rgba(54, 68, 70, 0.1);
  border: none;
}

.h-cont-wrapper {
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h-cont-tel-wrapper {
  text-align: right;
}

.h-tel {
  text-decoration: none;
  color: #364446;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 4px;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.h-tel:hover {
  color: #E51814;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.h-cont-btn-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.h-btn {
  font-size: 14px;
  padding: 13px 24px;
}

.h-cont-seti-icon {
  width: 44px;
  height: 44px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.h-cont-seti-icon path {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.h-cont-seti-icon:hover path {
  fill: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.h-cont-wts:hover {
  background-color: #25D366;
  border-color: #25D366;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.h-cont-tg:hover {
  background-color: #229ED9;
  border-color: #229ED9;
}

.h-cont-dzen:hover {
  background-color: #000000;
  border-color: #000000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.h-cont-vk:hover {
  background-color: #0077FF;
  border-color: #0077FF;
}

.h-f-b {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-bottom: 15px;
}

.h-f-b-left {
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h-menu-link {
  color: #364446;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
  display: block;
}

.h-menu-link:hover {
  color: #E51814;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-color: #E51814;
}

.h-f-b-right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.h-menu-catalog .h-menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}

.h-menu-catalog .h-menu-link path {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.h-menu-catalog .h-menu-link:hover path {
  stroke: #E51814;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.h-menu-link-span {
  width: 20px;
  height: 20px;
}

.h-catalog {
  opacity: 0;
  visibility: hidden;
  padding-top: 7px;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 1360px;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  z-index: 10;
}

.h-catalog-wrapper {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 12px 60px 0px;
          box-shadow: rgba(0, 0, 0, 0.08) 0px 12px 60px 0px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(5, 1fr);
  padding: 10px;
  border-radius: 20px;
  gap: 10px;
}

.h-menu-catalog:hover .h-catalog {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.h-catalog-item {
  background-color: #F5F4F1;
  border-radius: 10px;
  padding: 16px;
  height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  color: #364446;
  text-decoration: none;
}

.h-catalog-icon {
  width: 40px;
  height: 40px;
}

.h-catalog-title {
  width: 100%;
}

.h-catalog-item:hover .h-catalog-icon {
  background-color: #E51814;
  border-color: #E51814;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.h-catalog-icon path {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.h-catalog-item:hover .h-catalog-icon path {
  stroke: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.h-catalog-all {
  background-color: #364446;
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.h-catalog-all-bot-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  width: 100%;
}

.h-catalog-cross {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.h-catalog-all:hover {
  background-color: #687374;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.h-catalog-all:hover .h-catalog-cross {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.header-fixed {
  padding: 16px;
  position: fixed;
  top: -80px;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
  border-bottom: 1px solid #DDDBD3;
}

.header-fixed.fixed {
  top: 0;
  -webkit-transition: 0.5;
  -o-transition: 0.5;
  transition: 0.5;
}

.header-fixed .h-menu-link {
  padding-bottom: 2px;
}

.header-fixed .h-cont-wrapper {
  gap: 16px;
}

.header-fixed .h-f {
  margin-bottom: 0;
}

.header-fixed .h-catalog {
  padding-top: 27px;
}

.footer {
  color: #fff;
  margin-top: -20px;
  padding: 100px 0 60px;
}
.footer-flex{
  gap: 18px;
}
.footer-left{
  width: 24%;
}
.footer-center{
  -webkit-box-flex: 1;
      -ms-flex: 1 0 49%;
          flex: 1 0 49%;
}
.footer-right{
  width: 24%;
}
.footer-logo-subtitle{
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.8);
}
.footer-rights{
  color: rgba(255, 255, 255, 0.7);
}
.footer-left-logo-wrapper{
  margin-bottom: 20px;
}
.footer-left{
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.footer-center-txt{
  margin-bottom: 20px;
}
.footer-police{
  color: rgba(255, 255, 255, 0.7);
}
.footer-center{
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.footer-right-work-wrapper{
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-point{
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #45DA10;
}
.footer-point-wrapper{
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(69, 218, 16, 0.2);
}
.footer-tel{
  color: #FFFFFF;
  text-decoration: none;
  width: 100%;
  margin: 8px 0 8px;
  display: block;
}
.footer-right .h-souz-txt{
  color: rgba(255, 255, 255, 0.7);
}
.footer-right .h-souz-icon{
  background-color: rgba(255, 255, 255, 0.1);
}
.footer-right .h-souz-icon path{
  fill: #fff;
}
.footer-right .h-souz-wrapper{
  margin-top: 12px;
}

.contacts-wrapper {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-bottom: 60px;
}

.contacts-title {
  margin: 20px 0 14px;
}

.contacts-map-wrapper {
  margin-top: 30px;
  gap: 20px;
}

.contacts-l {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
}

.contacts-line-wrapper {
  margin-bottom: 20px;
  gap: 12px;
}

.contacts-line-title {
  margin-bottom: 6px;
}

.contacts-line-txt {
  color: #364446;
  text-decoration: none;
  -webkit-transition: 0.5;
  -o-transition: 0.5;
  transition: 0.5;
}

a.contacts-line-txt:hover {
  color: #E51814;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.contacts-btn-red {
  width: 100%;
  margin: 30px 0 10px;
}

.contacts-btn-white {
  width: 100%;
}

.map-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  width: 60%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}

.m3-l-btn {
  width: 100%;
}

.m4-t {
  max-width: 670px;
}

.m4-target-wrapper {
  margin-top: 60px;
  gap: 20px;
}

.m4-t-wrapper {
  margin-top: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.m4-subt {
  max-width: 555px;
}

.m4-top-f {
  margin-top: 40px;
  gap: 20px;
}

.m4-top-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}

.m4-top-img {
  border-radius: 10px;
  width: 100%;
}

.m4-top-g {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.m4-top-g-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 24px;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.m4-top-g-icon {
  width: 54px;
  height: 54px;
  border-color: #E51814;
}

.m4-top-g-icon-flex {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.m4-target-l {
  width: 210px;
  background: url(img/m4-target-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 10px;
}

.m4-target-r {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  gap: 40px;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
}

.m4-target-l-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.m4-target-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  border-left: 1px solid #DDDBD3;
  padding-left: 20px;
}

.m4-target-title {
  margin-bottom: 14px;
}

.m4-target-item.m-flex {
  border-left: 0;
  padding-left: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 26%;
          flex: 0 1 26%;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.m4-target-name-wrapper {
  width: 100%;
}

.m4-target-name {
  margin-bottom: 8px;
}

.m4-sert-wrapper {
  margin-top: 60px;
}

.m4-sert-grid {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 72px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 72px;
}

.m4-sert-item {
  gap: 24px;
}

.m4-sert-img {
  width: 100%;
  height: 100%;
}

.m4-sert-link {
  width: 240px;
  border-radius: 10px;
  overflow: hidden;
}

.m4-sert-r {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.m4-sert-txt-title {
  margin-bottom: 10px;
}

.m4-sert-icon-wrapper {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.m4-sert-icon {
  width: 54px;
  height: 54px;
  border-color: #E51814;
}

.m4-prod-wrapper {
  margin-top: 60px;
}

.m4-prod-t-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.m4-prod-subt {
  max-width: 555px;
}

.m4-prod-flex {
  margin-top: 40px;
  gap: 20px;
}

.m4-prod-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  background-color: #fff;
  border-radius: 10px;
  padding: 5px;
  text-align: center;
}

.m4-prod-img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 130px;
  width: 100%;
  border-radius: 5px;
  background-color: #F5F4F1;
}

.m4-prod-txt {
  padding: 18px 0 13px;
  text-align: center;
  width: 100%;
}

.m4-otz-wrapper {
  margin-top: 60px;
}

.m4-otz-t-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.m4-otz-slider-btn-wrapper {
  gap: 10px;
}

.m4-otz-slider-btn {
  width: 48px;
  height: 48px;
}

.m4-otz-slider-btn-prev {
  background-image: url(img/slider-arrow-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.m4-otz-slider-btn-prev:hover {
  background-image: url(img/slider-arrow-left-active.png);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.m4-otz-slider-btn-next {
  background-image: url(img/slider-arrow-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.m4-otz-slider-btn-next:hover {
  background-image: url(img/slider-arrow-right-active.png);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.m4-video-txt {
  padding: 16px 24px;
}

.m4-otz-video-wrapper {
  height: 250px;
}

.subtitle-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subtitle-dot {
  width: 6px;
  height: 6px;
  background-color: #DDDBD3;
  border-radius: 50%;
}

.LPb2-title {
  margin: 20px 0 14px;
  text-align: center;
}

.LPb4-flex {
  margin-top: 40px;
  gap: 20px;
}

.LPb4-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  border-radius: 10px;
  padding: 30px;
}

.LPb4-item-black {
  background-color: #364446;
  color: #fff;
  position: relative;
}

.LPb4-item-white {
  border: 1px solid #DDDBD3;
}

.LPb4-txt-wrapper {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.LPb4-txt-wrapper:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

.LPb4-txt-flex {
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.LPb4-double .LPb4-txt-wrapper:last-child {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.LPb4-item-title {
  margin-bottom: 30px;
  max-width: 283px;
}

.LPb4-double {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}

.LPb4-double .LPb4-txt-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}

.LPb4-item-black .LPb4-txt-flex {
  opacity: 0.8;
}

.LPb4-item-white .LPb4-txt-wrapper {
  border-color: #DDDBD3;
}

.LPb4-item-white .LPb4-double .LPb4-txt-wrapper:last-child {
  border-color: #DDDBD3;
}

.LPb4-item-white .LPb4-txt-title {
  color: #687374;
}

.LPb4-red-wrapper {
  position: absolute;
  top: 30px;
  right: 30px;
  background-color: #E51814;
  padding: 8px 18px;
  border-radius: 10px;
}

.LPb4-red-txt {
  width: 100%;
}

.LPm1-wrapper {
  background: url(img/LPm-ban.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}

.LPm1-grad-wrapper {
  padding: 107px 0 126px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 1)), color-stop(40%, rgba(0, 0, 0, 0.48)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.48) 40%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.48) 40%, rgba(0, 0, 0, 0) 100%);
}

.thx-top-wrapper {
  padding: 50px 0 30px;
  text-align: center;
}

.brc-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}

.brc-arrow-txt {
  color: #64676B;
}

.brc-arrow-wrapper {
  text-decoration: none;
}

.brc-txt {
  color: #E51814;
}

.thx-title {
  font-size: 40px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 14px;
}

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

.thx-title-flex {
  gap: 20px;
  max-width: 1144px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto 30px;
}

.thx-title-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  background-color: #F5F4F1;
  border-radius: 10px;
  padding: 24px;
}

.thx-title-icon-wrapper {
  border: 0;
  margin-bottom: 24px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.thx-flex-title {
  margin-bottom: 8px;
}

.thx-link {
  text-decoration: none;
  color: #364446;
}

.thx-btn {
  margin: 0 auto;
  max-width: 368px;
  text-align: center;
}

.thx-bot-wrapper {
  gap: 20px;
  margin: 100px auto 0;
  max-width: 1144px;
}

.thx-bot-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  padding: 30px;
  border: 1px solid #DDDBD3;
  border-radius: 10px;
}

.thx-bot-left {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}

.thx-wrapper {
  position: relative;
  padding-bottom: 100px;
}

.thx-bot-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.thx-bot-title {
  margin-bottom: 20px;
  font-size: 30px;
}

.thx-bot-txt {
  margin-bottom: 10px;
}

.thx-bot-autogr-wrapper {
  margin-top: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.thx-bot-autogr-title {
  margin-bottom: 6px;
}

.h-tel-mobile {
  display: none;
}

.h-cont-hamburger {
  display: none;
  position: relative;
  width: 38px;
  height: 38px;
  background-color: #F5F4F1;
  border-radius: 10px;
}

.h-cont-hamburger-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.h-cont-hamburger-off {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.h-cont-hamburger-on {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.header.active .h-cont-hamburger-off {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.header.active .h-cont-hamburger-on {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.mobile-menu-wrapper {
  display: none;
  position: absolute;
  top: 62px;
  left: -325px;
  width: 100%;
  max-width: 320px;
  padding: 14px 0 20px;
  border-bottom: 1px solid #DDDBD3;
  background-color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.header.active .mobile-menu-wrapper {
  left: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.mobile-menu {
  gap: 14px;
}

.mobile-menu-item {
  width: 100%;
  text-decoration: none;
  color: #364446;
  font-size: 16px;
}

.mobile-menu-prod-wrapper {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-menu-prod-wrapper .mobile-menu-item {
  width: auto;
}

.mobile-menu-icon {
  width: 30%;
  text-align: right;
}

.mobile-menu-bot-wrapper {
  margin-top: 49px;
}

.mobile-menu-bot-wrapper .h-f-b-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}

.mobile-menu-bot-wrapper .h-f-b-right {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.mobile-cont-wrapper {
  margin-top: 20px;
}

.mobile-cont-wrapper .h-cont-tel-wrapper {
  display: block;
  text-align: left;
}

.mobile-cont-wrapper .h-cont-seti-icon {
  width: 44px;
  height: 44px;
}

.mobile-cont-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mobile-cont-wrapper .h-btn {
  display: block;
  width: 100%;
}

.h-cont-wrapper.mobile-cont-wrapper {
  gap: 14px;
}

.mobile-menu-wrapper.active .mobile-submenu-wrapper {
  left: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.mobile-submenu-wrapper {
  position: absolute;
  top: 0;
  background-color: #fff;
  left: -330px;
  width: 100%;
  overflow: scroll;
  max-height: 535px;
  padding: 14px 0 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.mobile-submenu-icon {
  width: 34px;
  height: 34px;
  background-color: #F5F4F1;
  border: 0;
}

.mobile-submenu-icon-txt {
  font-size: 16px;
  font-weight: 500;
}

.mobile-submenu-title {
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-submenu-link-wrapper {
  margin-top: 16px;
}

.mobile-submenu-link-wrapper {
  gap: 8px;
}

.mobile-submenu-link {
  background-color: #F5F4F1;
  border-radius: 10px;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  color: #364446;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  height: 160px;
  position: relative;
}

.mobile-submenu-link-icon {
  width: 34px;
  height: 34px;
}

.mobile-submenu-link-txt {
  width: 100%;
}

.mobile-submenu-link-txt {
  font-size: 14px;
  font-weight: 500;
}

.mobile-submenu-img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.mobile-submenu-catalog {
  width: 100%;
  border-radius: 10px;
  height: 160px;
  background-color: #364446;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  padding: 14px;
  text-decoration: none;
  color: #fff;
}

 .m-ban-form-txt {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }

  .LPse-contacts-wrapper {
  padding-top: 40px;
}

.LPse-contacts-wrapper .contacts-map-wrapper {
  gap: 40px;
  margin-top: 0;
}

.LPse-contacts-wrapper .contacts-l {
  background-color: #fff;
  padding: 0;
}

.LPse-contacts-title {
  font-size: 40px;
  line-height: 118%;
  font-weight: 500;
  margin-bottom: 14px;
}

.LPse-contacts-subtitle {
  margin-bottom: 30px;
}

.LPse-contacts-wrapper .contacts-line-wrapper {
  gap: 8px;
  margin-bottom: 16px;
}

.LPse-contacts-wrapper .contacts-line-title {
  margin-bottom: 8px;
}

.LPse-contacts-btn-wrapper {
  margin-top: 30px;
}

.LPse-contacts-wrapper .contacts-btn-red {
  margin: 16px 0 0 0;
}

.m4-prod-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 14%;
          flex: 1 0 14%;
  max-width: 210px;
}

.LPse7-wrapper .m4-target-wrapper {
  margin-top: 100px;
}

.LPse7-wrapper .m4-sert-wrapper {
  margin-top: 100px;
}

.LPse7-wrapper .m4-prod-wrapper {
  margin-top: 100px;
}

.LPse-lising-wrapper .subtitle {
  color: rgba(255, 255, 255, 0.7);
}

.LPse-lising-wrapper .subtitle-dot {
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0.7;
}

.LPse-lising-title {
  font-size: 40px;
  color: #fff;
  margin: 24px 0 12px;
  text-align: center;
}

.LPse-lising-subtitle {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.LPse-lising-flex {
  gap: 20px;
  margin-top: 40px;
}

.LPse-lising-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  gap: 28px;
}

.LPse-lising-item-txt {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.LPse-lising-item-flex {
  margin-top: 16px;
  gap: 18px;
}

.LPse-lising-bot-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  gap: 12px;
}

.LPse-lising-icon {
  width: 44px;
  height: 44px;
  background-color: #E51814;
  border: 0;
}

.LPse-lising-bot-txt {
  color: rgba(255, 255, 255, 0.8);
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}

.LP-lising-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 18px 1fr 18px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 30px;
}

.LPse-lising-grid-item {
  background-color: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 134px;
}

.LPse-lising-btn {
  padding: 16px 0;
}

.LPse1-wrapper {
  background: url(img/LPse-ban.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.LPse1-wrapper .container {
  position: relative;
}

.LPse1-garant-img {
  position: absolute;
  top: 0;
  right: 0;
}

.LPse1-wrapper .LPm1-grad-wrapper {
  padding: 40px 0 165px;
}

.LPse1-content-wrapper {
  max-width: 690px;
  padding-top: 105px;
}

.LPse1-nalichie-wrapper {
  padding: 11px 14px;
  background-color: #fff;
  border-radius: 12px;
  gap: 8px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}

.LPse1-nalichie-txt {
  color: #364446;
}

.LPse1-subtitle {
  margin: 16px 0 40px;
  text-transform: uppercase;
}

.LPse1-btn {
  padding: 18px 48px;
}

.LPse2-title {
  margin-top: 24px;
}

.LPse2-title span {
  color: #E51814;
}

.LPse2-grid {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 18px 1fr 18px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.LPse2-item {
  border: 1px solid #DDDBD3;
  border-radius: 10px;
  padding: 5px;
  color: #364446;
  text-decoration: none;
  gap: 16px;
}

.LPse2-item-img-wrapper {
  width: 100%;
  max-width: 172px;
  height: 100%;
  border-radius: 5px;
  background-color: #F5F4F1;
  overflow: hidden;
}

.LPse2-item-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.LPse2-item-txt-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}

.LPse2-item-txt-wrapper {
  padding: 11px 11px 11px 0;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.LPse2-btn-wrapper {
  margin-top: 18px;
}

.LPse2-size {
  padding: 9px 0;
  text-align: center;
  min-width: 130px;
  color: #fff;
  background-color: #364446;
  border-radius: 5px;
  font-size: 14px;
  line-height: 130%;
  font-weight: 500;
}

.LPse2-price {
  padding: 9px 0;
  text-align: center;
  min-width: 130px;
  color: #fff;
  background-color: #E51814;
  border-radius: 5px;
  font-size: 14px;
  line-height: 130%;
  font-weight: 500;
  margin-top: 4px;
}

.LPse3-subtitle {
  margin-top: 12px;
}

.LPse3-content {
  margin-top: 40px;
  position: relative;
}

.LPse3-img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.LPse3-img {
  width: 100%;
}

.LPse3-line {
  gap: 17px;
}

.LPse3-item {
  width: 24%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.LPse3-item-title-wrapper {
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}

.LPse3-item-icon-wrapper {
  width: 44px;
  height: 44px;
  border-color: #E51814;
}

.LPse3-list-wrapper {
  gap: 4px;
}

.LPse3-list-item {
  width: 100%;
  gap: 8px;
}

.LPse3-list-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7px;
}

.LPse3-list-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}

.LPse3-line {
  position: relative;
  z-index: 2;
}

.LPse3-line-first {
  margin-bottom: 292px;
}

.LPse3-line-second {
  margin-bottom: 31px;
}

.LPse3-item-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.LPse3-btn {
  width: 100%;
  background-color: #364446;
}

.LPse3-hover-wrapper {
  z-index: 3;
  position: absolute;
}

.LPse3-hover-icon {
  width: 24px;
  height: 24px;
  background-color: #E51814;
  position: relative;
  border-radius: 50%;
}

.LPse3-icon-wrapper {
  border-radius: 50%;
  border: 5px solid rgba(229, 24, 20, 0.2);
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.LPse3-hover-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.LPse3-hover-wrapper1 {
  top: 31%;
  left: 21%;
}

.LPse3-hover-wrapper2 {
  top: 15%;
  left: 20%;
}

.LPse3-hover-wrapper3 {
  bottom: 34%;
  left: 30%;
}

.LPse3-hover-wrapper4 {
  bottom: 43%;
  right: 24%;
}

.LPse3-hover-wrapper5 {
  bottom: 28%;
  right: 28%;
}

.LPse3-hover-plus {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.LPse3-hover-minus {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.LPse3-hover-wrapper:hover .LPse3-hover-plus {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.LPse3-hover-wrapper:hover .LPse3-hover-minus {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.LPse3-hover-wrapper:hover .LPse3-icon-wrapper {
  border-color: #E51814;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.LPse3-hover-txt-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 5px;
  width: 240px;
}

.LPse3-hover-txt {
  padding: 12px 11px 7px;
  text-align: center;
}

.LPse3-hover-img-wrapper {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.LPse3-hover-txt-wrapper {
  position: absolute;
  top: 50%;
  left: 44px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.LPse3-hover-wrapper:hover .LPse3-hover-txt-wrapper {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.LPse4-top-wrapper {
  margin-top: 40px;
  gap: 40px;
}

.LPse4-top-img-wrapper {
  width: 56%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F5F4F1;
  border-radius: 10px;
  overflow: hidden;
}

.LPse4-top-content-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}

.LPse4-top-content-wrapper {
  gap: 20px;
}

.LPse4-top-content-item {
  gap: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.LPse4-top-icon-wrapper {
  width: 44px;
  height: 44px;
  border-color: #E51814;
}

.LPse4-top-content-txt-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}

.LPse3-list-wrapper {
  margin-top: 12px;
}

.LPse4-bot-wrapper {
  margin-top: 100px;
}

.LPse4-bot-title {
  text-align: center;
}

.LPse4-bot-content-wrapper {
  margin-top: 40px;
}

.LPse4-bot-content-big-wrapper {
  gap: 18px;
}

.LPse4-bot-img-wrapper {
  width: 58%;
  border-radius: 10px;
  overflow: hidden;
}

.LPse4-bot-img {
  width: 100%;
}

.LPse4-bot-content-big-txt-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  gap: 18px;
}

.LPse4-bot-content-big-item {
  background-color: #F5F4F1;
  border-radius: 10px;
  padding: 24px;
  width: 100%;
}

.LPse4-bot-content-title-wrapper {
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.LPse4-bot-content-title-wrapper .LPse4-top-content-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}

.LPse4-bot-content-title-wrapper .LPse4-top-icon-wrapper {
  font-size: 16px;
  line-height: 140%;
  font-weight: 500;
  color: #E51814;
}

.LPse4-bot-content-small-wrapper {
  margin-top: 18px;
  gap: 18px;
}

.LPse4-bot-content-small-item {
  background-color: #F5F4F1;
  border-radius: 10px;
  padding: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 24%;
          flex: 1 0 24%;
}

.LPse5-flex {
  gap: 18px;
}

.LPse5-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 49%;
          flex: 1 0 49%;
}

.LPse5-item-left {
  background-color: #364446;
  position: relative;
  border-radius: 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  padding: 30px;
  height: 714px;
}

.LPse5-left-img {
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 30px;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  z-index: 1;
}

.LPse5-btn {
  width: 100%;
  position: relative;
  z-index: 2;
}

.LPse5-item-left .subtitle {
  color: rgba(255, 255, 255, 0.7);
}

.LPse5-title {
  color: #fff;
}

.LPse5-subtitle {
  margin-top: 12px;
}
.LPse5-right-wrapper{
  padding: 24px 0;
  border-bottom: 1px solid #DDDBD3;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.LPse5-right-img{
  width: 300px;
}
.LPse5-right-txt-wrapper{
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
.LPse5-item-right{
  border-top: 1px solid #DDDBD3;
}
.LPse6-flex{
  gap: 18px;
}
.LPse6-item{
  -webkit-box-flex: 1;
      -ms-flex: 1 0 49%;
          flex: 1 0 49%;
  -ms-flex-line-pack: center;
      align-content: center;
}
.LPse6-title{
  width: 100%;
}
.LPse6-subtitle{
  margin-top: 12px;
  margin-bottom: 10px;
}
.LPse6-line-wrapper{
  padding: 30px 0;
  gap: 30px;
}
.LPse6-line-wrapper-first{
  border-bottom: 1px solid #DDDBD3;
}
.LPse6-line-item{
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
.LPse6-line-title-wrapper{
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
}
.LPse6-line-icon-wrapper{
  width: 44px;
  height: 44px;
  border-color: #E51814;
}
.LPse6-line-title{
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
.LPm1-mobile-img{
  display: none;
}
.quiz-title{
	text-align: center;
	margin: 30px 0;
}
.LPse2-grid-mobile{
	display: none;
}
.LPse2-collapse-btn{
	display: none;
	padding: 14px 20px;
	margin: 20px auto 0;
}
.grecaptcha-badge{
	opacity: 0;
}
.sert-slider{
	display: none;
	margin-top: 20px;
}
.partner-slider{
		display: none;
	margin-top: 20px;
	}
.lSSlideOuter .lSPager.lSpg>li a{
	width: 15px;
	height: 1px;
}
.lSSlideOuter .lSPager.lSpg>li.active a, .lSSlideOuter .lSPager.lSpg>li:hover a{
	background-color: #E51814;
}

.back{
	padding: 16px 20px;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 40px;
}
.LPse3-hover-img{
	width: 100%;
	object-fit: contain;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 550px;
  }

}

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

@media screen and (min-width: 1459px) and (max-width: 1520px) {}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .h-f-b-left {
    gap: 15px;
  }

  .h-cont-tel-wrapper {
    display: none;
  }

  .h-cont-line {
    display: none;
  }

  .h-tel-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .h-cont-wrapper {
    gap: 8px;
  }

  .header-fixed .h-cont-wrapper {
    gap: 8px;
  }

  .m1-t {
    max-width: 40%;
    font-size: 37px;
  }

  .m1-g-i {
    height: 355px;
  }

  .m3-g-img {
    width: 150px;
    height: 160px;
  }

  .m3-l-txt-item {
    padding: 15px;
  }

  .m3-l-flex-txt {
    font-size: 14px;
  }

  .m4-t {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .m4-t br {
    display: none;
  }

  .m4-subt {
    max-width: 100%;
  }

  .m4-top-txt {
    margin-top: 20px;
  }

  .m4-top-img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }

  .m4-target-item.m-flex {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 20%;
            flex: 0 1 20%;
  }

  .m4-target-txt {
    font-size: 14px;
  }

  .m4-prod-img-wrapper {
    height: 100px;
  }

  .m4-prod-txt {
    padding: 10px 0;
  }

  .m4-video-txt {
    height: 70px;
    padding: 15px;
  }

  .m5-d-txt-wrapper {
    margin-top: 20px;
  }

  .m5-form-l-img {
    width: 300px;
  }

  .m5-form-l-t {
    max-width: 100%;
  }

  .m6-form-l {
    max-width: 330px;
  }

  .m6-form-r {
    max-width: 310px;
  }

  .m6-form-r-top-icon-txt-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }

  .m6-form-img {
    -webkit-transform: translate(-44%, 0);
        -ms-transform: translate(-44%, 0);
            transform: translate(-44%, 0);
  }

  .f-f-l {
    padding: 60px 15px 40px 0;
  }

  .f-f-r {
    padding: 60px 0 40px 13px;
  }

  .f-f-c {
    padding: 60px 20px 40px;
    gap: 20px;
  }

  .h-catalog {
    max-width: 100%;
  }

  .h-catalog-item {
    height: 190px;
  }

  .nc-l {
    width: 68%;
  }

  .nc-flex {
    gap: 30px;
  }

  .vac1-top-l {
    padding-right: 40px;
  }

  .vac1-top-title {
    font-size: 40px;
  }

  .vac3-txt-item {
    width: 40%;
  }

  .vac3-flex {
    gap: 30px;
  }

  .vac3-txt {
    font-size: 14px;
  }

  .vac3-img-item img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .prodt1-item.m-flex {
    padding: 15px;
  }

  .prodt1-item-txt {
    font-size: 14px;
  }

  .prodt1-item-title {
    font-size: 16px;
  }

  .prodt1-icon {
    width: 45px;
    height: 45px;
  }

  .prodt1-icon svg {
    width: 25px;
  }

  .card1-title {
    font-size: 40px;
  }

  .card1-info-flex {
    gap: 10px;
  }

  .card1-info-c {
    padding: 15px;
  }

  .card1-info-r {
    padding: 15px;
  }

  .m-ban-form-txt {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }

  .LPb2-img {
    width: 565px;
    top: auto;
    bottom: 40px;
  }

  .LPb2-pult-img {
    width: 480px;
  }

  .LPb2-pult-flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .LPg2-content-wrapper .LPb2-img {
    top: auto;
    bottom: 140px;
    width: 500px;
  }

  .LPg2-content-wrapper .LPb2-list-flex1 {
    padding-left: 45px;
  }

  .LPg2-content-wrapper .LPb2-list-flex3 {
    padding-left: 43px;
  }

  .LPg2-content-wrapper .LPb2-list-flex5 .LPb2-list-wrapper {
    max-width: 247px;
  }

  .LPg2-content-wrapper .LPb2-list-flex6 {
    padding-right: 0px;
  }

  .LPb4-grid-item {
    padding: 15px;
  }

  .LPg4-item-title {
    font-size: 14px;
  }

  .LPb2-list-txt {
    font-size: 13px;
  }

  .LPm2-item3-txt {
    width: 235px;
  }

  .LPm2-item1-img {
    width: 243px;
    height: auto;
  }

  .LPm2-item2-img {
    width: 235px;
  }

  .LPm2-item2-txt {
    width: 255px;
  }

  .LPm2-item4-img {
    width: 300px;
    top: auto;
    bottom: 20px;
  }

  .LPm2-item {
    height: 225px;
  }

  .LPb2-list-flex1 {
    padding-left: 30px;
  }

  .LPp2-content-wrapper .LPb2-img {
    width: 490px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .LPsilos2-content-wrapper .LPb2-img {
    width: 445px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .LPb5-flex {
    gap: 10px;
  }

  .LPb5-txt-wrapper {
    padding: 5px;
  }

  .LPs2-grid-txt {
    font-size: 14px;
  }

  .LPs2-grid-title {
    font-size: 16px;
  }
  .h-menu-link{
    font-size: 14px;
  }
  .LPse3-item{
    width: 23%;
  }
  .LPse4-bot-img{
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .LPse6-img{
    width: 100%;
  }
  .footer-center {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 47%;
            flex: 1 0 47%;
}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .h-cont-tel-wrapper {
    display: none;
  }

  .h-cont-line {
    display: none;
  }

  .h-tel-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header-fixed .h-cont-wrapper {
    gap: 8px;
  }

  .h-f-b-left {
    gap: 6px;
  }

  .h-cont-seti-icon {
    width: 36px;
    height: 36px;
  }

  .h-cont-seti-icon svg {
    width: 15px;
  }

  .m-btn {
    font-size: 14px;
    padding: 12px 0;
  }

  .m-btn-white {
    font-size: 14px;
    padding: 12px 0;
  }

  .h-btn {
    padding: 9px 10px;
  }

  .h-cont-wrapper {
    gap: 8px;
  }
  .h-logo-line{
    display: none;
  }
  .h-logo-txt {
    display: none;
  }

  .h-souz-txt {
    font-size: 13px;
  }

  .h-menu-catalog .h-menu-link {
    font-size: 14px;
  }

  .h-menu-link {
    font-size: 13px;
  }

  .h-f-b-txt {
    font-size: 13px;
  }

  .m1-t-btn-wrapper {
    max-width: 400px;
  }

  .m1-t {
    font-size: 37px;
    max-width: 450px;
  }

  .m1-g-i {
    height: 310px;
  }

  .m1-g-i-t br {
    display: none;
  }

  .m1-g-graf-item:nth-child(4) {
    height: 250px;
  }

  .m1-g-graf-item:nth-child(3) {
    height: 210px;
  }

  .m1-g-graf-item:nth-child(2) {
    height: 170px;
  }

  .m1-g-graf-item:nth-child(1) {
    height: 130px;
  }

  .m1-g-i:nth-child(4) .m1-g-i-t {
    max-width: 60%;
  }

  .m1-g-i-img {
    width: 65%;
  }

  .m2-c-g-img {
    height: 210px;
  }

  .m2-c-g-item-solo {
    padding: 15px;
    background-size: 100%;
  }

  .m3-g {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .m3-l-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }

  .m3-l-item.m-flex {
    gap: 10px;
  }

  .m3-l-line {
    height: 1px;
    width: 100%;
  }

  .m3-l-item {
    padding-top: 0;
  }

  .m3-l-flex {
    border-top: 0;
  }

  .m4-top-img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }

  .m4-top-txt {
    margin-top: 15px;
    font-size: 14px;
  }

  .m4-top-g-item {
    padding: 15px;
  }

  .m4-top-g-icon {
    width: 50px;
    height: 50px;
  }

  .m4-target-r {
    gap: 20px;
    padding: 15px;
  }

  .m4-target-txt {
    font-size: 14px;
  }

  .m4-target-title {
    font-size: 16px;
  }

  .m4-sert-grid {
    gap: 15px;
  }

  .m4-sert-txt-title {
    font-size: 16px;
  }

  .m4-sert-txt {
    font-size: 13px;
  }

  .m4-sert-icon {
    width: 48px;
    height: 48px;
  }

  .m4-prod-img-wrapper {
    height: 90px;
  }

  .m4-video-txt {
    height: 66px;
    padding: 10px 15px;
  }

  .m5-d-txt-wrapper {
    margin-top: 15px;
  }

  .m5-d-title {
    font-size: 16px;
  }

  .m5-d-txt {
    font-size: 14px;
  }

  .m5-d-icon {
    width: 48px;
    height: 48px;
  }

  .m-blog-img {
    width: 215px;
    height: 215px;
  }

  .contacts-subtitle br {
    display: none;
  }

  .m-blog-btn {
    padding: 13px 40px;
  }

  .m6-form-img {
    display: none;
  }

  .m5-form-l-img {
    display: none;
  }

  .m5-form-r {
    padding: 15px;
  }

  .m5-form-tel-wrapper {
    display: none;
  }

  .m5-form-tel-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .m5-form-tg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }

  .f-f-c-seti-f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .card1-info-flex {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .card1-com4-l {
    width: 100%;
    margin-bottom: 20px;
  }

  .card1-com4-title {
    margin-bottom: 10px;
  }

  .LPb2-pult-img {
    display: none;
  }

  .LPb2-img-mobile {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }

  .LPb2-img {
    display: none;
  }

  .LPb2-content-wrapper .LPb2-img-mobile {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .LPb2-list-flex {
    padding: 0;
    margin-bottom: 16px;
  }

  .LPb3-item-title {
    width: 100%;
    margin-bottom: 20px;
  }

  .LPb3-item-price {
    margin-top: 20px;
  }

  .LPb3-grid-big-txt-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }

  .LPb3-grid {
    gap: 10px;
  }

  .LPg4-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .LPm2-grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .LPb5-img {
    height: 215px;
  }

  .LPb5-txt-wrapper {
    padding: 5px;
  }

  .LPb5-item-title {
    font-size: 16px;
  }

  .LPb5-item-subtitle {
    font-size: 14px;
  }

  .LPb5-item-list-txt {
    font-size: 13px;
  }

  .LPsilos3-flex .LPb5-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 48%;
            flex: 1 0 48%;
  }

  .LPsilos4-table-wrapper .LPb4-item-title {
    max-width: 60%;
  }

  .LPs2-grid-item {
    padding: 15px;
  }

  .LPs2-grid-title {
    font-size: 16px;
  }

  .LPs2-grid-txt {
    font-size: 14px;
  }

  .LPs3-title {
    font-size: 30px;
  }

  .nc-l {
    width: 62%;
  }

  .nc-title {
    font-size: 30px;
  }

  .m4-subt {
    margin-top: 20px;
  }

  .prices-first-table td:nth-child(3) {
    width: 15%;
  }

  .prodt1-item.m-flex {
    padding: 15px;
  }

  .prodt1-grid {
    gap: 10px;
  }

  .prodt1-icon {
    width: 44px;
    height: 44px;
  }

  .prodt1-icon svg {
    width: 22px;
  }

  .prodt1-item-title {
    font-size: 16px;
  }

  .prodt1-item-txt {
    font-size: 14px;
  }

  .prodt1-list-img {
    width: 48%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .thx-bot-txt {
    font-size: 14px;
  }

  .vac1-top-title {
    font-size: 28px;
  }

  .vac1-top-bn {
    padding: 13px 25px;
  }

  .vac2-btn {
    padding: 13px 15px;
    margin-top: 15px;
  }

  .vac2-tab-txt-list-txt {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }

  .vac3-txt-item {
    width: 40%;
  }

  .vac3-flex {
    gap: 30px;
  }

  .vac3-txt {
    font-size: 14px;
  }

  .vac3-img-item img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .vac3-img-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 56%;
            flex: 1 0 56%;
  }
  .LPse2-item-img-wrapper{
    max-width: 100%;
    height: 150px;
  }
  .LPse2-btn-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    width: 100%;
  }
  .LPse2-size{
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .LPse2-price{
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    margin-top: 0;
  }
  .LPse2-item-txt-wrapper{
    padding: 0;
  }
  .LPse3-item{
    width: 23%;
  }
  .LPse3-line-first {
    margin-bottom: 100px;
}
.LPse3-item3{
  width: 26%;
}
.LPse3-item4,
.LPse3-item5,
.LPse3-item6{
  width: 30%;
}
.LPse4-bot-content-big-txt-wrapper{
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
.LPse4-bot-content-big-item{
  -webkit-box-flex: 1;
      -ms-flex: 1 0 45%;
          flex: 1 0 45%;
}
.LPse4-bot-img-wrapper{
  margin: 0 auto;
}
.LPse4-bot-content-small-item{
  -webkit-box-flex: 1;
      -ms-flex: 1 0 45%;
          flex: 1 0 45%;
}
.LPse6-img{
  width: 100%;
}
.LPse-lising-item{
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
.LPb4-red-wrapper{
  top: 75px;
}
.footer .h-souz-wrapper{
  display: none;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .fs-18 {
    font-size: 16px;
  }

  .fs-16 {
    font-size: 14px;
  }

  .mobile-menu-wrapper {
    display: block;
  }

  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: #fff;
    padding: 0;
  }

  .h-f {
    padding: 12px 0;
  }

  .header.fixed {
    border-bottom: 1px solid #DDDBD3;
  }

  .header-fixed {
    display: none;
  }

  .main-slider {
    overflow: hidden !important;
  }

  .h-f {
    margin-bottom: 0;
  }

  .h-f-b {
    display: none;
  }

  .h-logo-line {
    display: none;
  }

  .h-logo-txt {
    display: none;
  }

  .h-souz-wrapper {
    display: none;
  }

  .h-btn {
    display: none;
  }

  .h-logo-icon {
    width: 50px;
  }

  .h-cont-tel-wrapper {
    display: none;
  }

  .h-cont-seti-icon {
    width: 38px;
    height: 38px;
  }

  .h-cont-seti-icon svg {
    width: 16px;
  }

  .h-tel-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .h-tel-mobile svg {
    width: 20px;
  }

  .h-cont-wrapper {
    gap: 8px;
  }

  .h-cont-hamburger {
    display: block;
  }

  h2 {
    font-size: 23px;
  }

  h2 br {
    display: none;
  }

  .subtitle {
    font-size: 12px;
  }

  .m-btn {
    font-size: 14px;
    padding: 13px 0;
  }

  .m-btn-black {
    font-size: 14px;
    padding: 13px 0;
  }

  .m-btn-white {
    font-size: 14px;
    padding: 13px 0;
  }

  .m3-l-btn {
    padding-left: 30px;
    padding-right: 30px;
  }

  .m4-t br {
    display: none;
  }

  .m4-subt {
    font-size: 14px;
    margin-top: 10px;
  }

  .m4-top-g {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }

  .m4-top-g-item {
    padding: 20px;
  }

  .m4-top-txt {
    margin-top: 18px;
  }

  .m4-top-g-icon {
    width: 46px;
    height: 46px;
  }

  .m4-top-g-icon svg {
    width: 26px;
    height: 26px;
  }

  .m4-top-number {
    font-size: 13px;
  }

  .m4-top-f {
    gap: 8px;
    margin-top: 30px;
  }

  .m4-top-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }

  .m4-target-l {
    height: 200px;
    width: 100%;
  }

  .m4-target-r {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }

  .m4-target-wrapper {
    margin-top: 80px;
    gap: 8px;
  }

  .m4-target-r {
    padding: 20px;
  }

  .m4-target-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid #DDDBD3;
    padding-top: 20px;
  }

  .m4-target-item.m-flex {
    border-top: 0;
    padding-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    gap: 14px;
  }

  .m4-target-r {
    gap: 20px;
  }

  .m4-target-name-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }

  .m4-target-name {
    margin-bottom: 4px;
  }

  .m4-target-title {
    margin-bottom: 8px;
  }

  .m4-sert-title br {
    display: none;
  }

  .m4-sert-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -ms-grid-columns: 1fr 8px 1fr 8px 1fr 8px 1fr;
    grid-template-columns: repeat(4, 1fr);
    overflow: scroll;
    gap: 8px;
  }

  .m4-sert-r {
    display: none;
  }

  .m4-sert-link {
    width: 190px;
  }

  .m4-prod-t {
    font-size: 20px;
  }

  .m4-prod-t br {
    display: none;
  }

  .m4-prod-subt {
    margin-top: 10px;
  }

  .m4-prod-flex {
    margin-top: 30px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 8px;
    overflow: scroll;
  }

  .m4-prod-item {
    width: 144px;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }

  .m4-prod-img {
    max-width: 90px;
  }

  .m4-prod-img-wrapper {
    height: 94px;
    padding: 0 18px;
  }

  .m4-prod-txt {
    padding: 12px 0 15px;
    font-size: 13px;
  }

  .m4-otz-t {
    font-size: 20px;
  }

  .m4-otz-slider-btn-wrapper {
    display: none;
  }

  .contacts-subtitle br {
    display: none;
  }

  .contacts-subtitle br {
    display: none;
  }

  .contacts-l {
    padding: 20px;
  }

  .contacts-icon svg {
    width: 20px;
  }

  .contacts-line-wrapper {
    gap: 10px;
  }

  .contacts-txt-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }

  .contacts-line-title {
    font-size: 13px;
  }

  .contacts-line-txt br {
    display: none;
  }

  .contacts-btn-red {
    margin-top: 20px;
  }

  .contacts-map-wrapper {
    gap: 8px;
  }

  .map-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    width: 100%;
    height: 400px;
  }

  .modal-content {
    padding: 20px;
  }

  .modal-title {
    font-size: 20px;
  }

  .m-ban-form-txt {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }

  .m-ban-form-bot-wrapper {
    margin-top: 16px;
    padding: 12px 16px;
    gap: 10px;
  }

  .m-ban-form-bot-txt br {
    display: none;
  }

  .m-ban-form-bot-txt {
    font-size: 13px;
  }



  .soglasie {
    font-size: 12px;
  }

  .bc-wrapper {
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .table-responsive {
    display: none;
  }

  .LPb2-title {
    margin: 20px 0 10px;
  }


  .LPb4-flex {
    margin-top: 30px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
    gap: 8px;
  }

  .LPb4-item {
    padding: 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 286px;
            flex: 1 0 286px;
  }

  .LPb4-item-title {
    font-size: 18px;
  }

  .LPb4-red-wrapper {
    top: 56px;
    right: 20px;
    width: auto;
  }

  .LPb4-red-txt {
    font-size: 12px;
    margin-top: 4px;
  }

  .LPb4-txt-title {
    font-size: 13px;
  }

  .LPb4-txt-flex svg {
    width: 18px;
  }

  .LPb4-txt-wrapper {
    margin-bottom: 18px;
    padding-bottom: 18px;
  }

  .LPb4-double {
    gap: 0;
  }

  .LPb4-double .LPb4-txt-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }

  .LPm1-title {
    font-size: 30px;
    word-break: break-word;
  }

  .LPm1-subtitle {
    font-size: 16px;
    margin: 20px 0 18px;
  }

  .LPm1-wrapper {
    background: #364446;
  }

  .LPm1-grad-wrapper {
    background: none;
    padding-bottom: 0;
  }

  .LPm1-mobile-img {
    display: block;
    width: 100%;
    max-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }

  .LPb2-title br {
    display: none;
  }

  .LPb4-grid-item {
    padding: 20px;
  }


  .thx-top-wrapper {
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .thx-wrapper {
    padding-top: 30px;
  }

  .thx-title {
    font-size: 28px;
  }

  .thx-title-flex {
    margin: 30px 0 20px;
    gap: 8px;
  }

  .thx-title-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }

  .thx-bot-wrapper {
    margin-top: 40px;
    gap: 8px;
  }

  .thx-bot-right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    padding: 20px;
  }

  .thx-bot-left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }

  .thx-bot-autogr {
    margin-top: 16px;
  }

  .thx-bot-autogr-wrapper {
    margin-top: 20px;
  }

  .LPse1-wrapper .LPm1-grad-wrapper {
    padding-bottom: 0;
  }

  .LPse1-content-wrapper {
    padding-top: 80px;
  }

  h1 br {
    display: none;
  }

  .LPse1-subtitle {
    margin-bottom: 30px;
  }

  .LPse1-btn {
    margin-bottom: 30px;
  }

  .LPse1-garant-img {
    width: 95px;
    top: 45px;
  }

  section {
    padding: 80px 0 100px;
  }

  .LPse2-item-img-wrapper {
    max-width: 100%;
    height: 150px;
  }

  .LPse2-item-txt-wrapper {
    padding: 0;
  }

  .LPse2-btn-wrapper {
    margin-top: 10px;
    width: 100%;
  }

  .LPse3-hover-wrapper {
    display: none;
  }

  .LPse3-img-wrapper {
    position: static;
  }

  .LPse3-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 48%;
            flex: 1 0 48%;
  }

  .LPse3-line-first {
    margin-bottom: 0;
  }

  .LPse3-item3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }

  .LPse3-line {
    gap: 0;
  }

  .LPse3-item1,
  .LPse3-item2,
  .LPse3-item3,
  .LPse3-item4,
  .LPse3-item5,
  .LPse3-item6,
  .LPse3-item7 {
    margin-bottom: 20px;
  }

  .LPse4-top-img-wrapper {
    width: 100%;
  }

  .LPse4-bot-content-big-txt-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .LPse4-bot-img-wrapper {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .LPse4-bot-content-big-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 48%;
            flex: 1 0 48%;
  }

  .LPse4-bot-content-small-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 48%;
            flex: 1 0 48%;
  }

  .LPse5-item-left {
    height: 580px;
  }

  .LPse6-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }

  .LPse6-img {
    width: 100%;
  }
  

  /* .footer-left {
    order: 1;
  }

  .footer-center {
    flex: 1 0 100%;
    order: 3;
  }

  .footer-right {
    order: 2;
  } */
}

@media screen and (min-width: 481px) and (max-width: 767px) {
  .fs-18 {
    font-size: 16px;
  }

  .fs-16 {
    font-size: 14px;
  }

  .mobile-menu-wrapper {
    display: block;
  }

  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: #fff;
    padding: 0;
  }

  .h-f {
    padding: 12px 0;
  }

  .header.fixed {
    border-bottom: 1px solid #DDDBD3;
  }

  .header-fixed {
    display: none;
  }

  .h-f {
    margin-bottom: 0;
  }

  .h-f-b {
    display: none;
  }

  .h-logo-line {
    display: none;
  }

  .h-logo-txt {
    display: none;
  }

  .h-souz-wrapper {
    display: none;
  }

  .h-btn {
    display: none;
  }

  .h-logo-icon {
    width: 50px;
  }

  .h-cont-tel-wrapper {
    display: none;
  }

  .h-cont-seti-icon {
    width: 38px;
    height: 38px;
  }

  .h-cont-seti-icon svg {
    width: 16px;
  }

  .h-tel-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .h-tel-mobile svg {
    width: 20px;
  }

  .h-cont-wrapper {
    gap: 8px;
  }

  .h-cont-hamburger {
    display: block;
  }

  h1 {
    font-size: 31px;
  }

  h2 {
    font-size: 23px;
  }

  h2 br {
    display: none;
  }

  .subtitle {
    font-size: 12px;
  }

  .m-btn {
    font-size: 14px;
    padding: 13px 0;
  }

  .m-btn-black {
    font-size: 14px;
    padding: 13px 0;
  }

  .m-btn-white {
    font-size: 14px;
    padding: 13px 0;
  }

  .m3-l-btn {
    padding-left: 30px;
    padding-right: 30px;
  }


  .m4-t br {
    display: none;
  }

  .m4-subt {
    font-size: 14px;
    margin-top: 10px;
  }

  .m4-top-g {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }

  .m4-top-g-item {
    padding: 20px;
  }

  .m4-top-txt {
    margin-top: 18px;
  }

  .m4-top-g-icon {
    width: 46px;
    height: 46px;
  }

  .m4-top-g-icon svg {
    width: 26px;
    height: 26px;
  }

  .m4-top-number {
    font-size: 13px;
  }

  .m4-top-f {
    gap: 8px;
    margin-top: 30px;
  }

  .m4-top-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }

  .m4-target-l {
    height: 200px;
    width: 100%;
  }

  .m4-target-r {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }

  .m4-target-wrapper {
    margin-top: 80px;
    gap: 8px;
  }

  .m4-target-r {
    padding: 20px;
  }

  .m4-target-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid #DDDBD3;
    padding-top: 20px;
  }

  .m4-target-item.m-flex {
    border-top: 0;
    padding-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    gap: 14px;
  }

  .m4-target-r {
    gap: 20px;
  }

  .m4-target-name-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }

  .m4-target-name {
    margin-bottom: 4px;
  }

  .m4-target-title {
    margin-bottom: 8px;
  }

  .m4-sert-title br {
    display: none;
  }

  .m4-sert-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -ms-grid-columns: 1fr 8px 1fr 8px 1fr 8px 1fr;
    grid-template-columns: repeat(4, 1fr);
    overflow: scroll;
    gap: 8px;
  }

  .m4-sert-r {
    display: none;
  }

  .m4-sert-link {
    width: 190px;
  }

  .m4-prod-t {
    font-size: 20px;
  }

  .m4-prod-t br {
    display: none;
  }

  .m4-prod-subt {
    margin-top: 10px;
  }

  .m4-prod-flex {
    margin-top: 30px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 8px;
    overflow: scroll;
  }

  .m4-prod-item {
    width: 144px;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }

  .m4-prod-img {
    max-width: 90px;
  }

  .m4-prod-img-wrapper {
    height: 94px;
    padding: 0 18px;
  }

  .m4-prod-txt {
    padding: 12px 0 15px;
    font-size: 13px;
  }

  .m4-otz-t {
    font-size: 20px;
  }

  .m4-otz-slider-btn-wrapper {
    display: none;
  }

  .contacts-subtitle br {
    display: none;
  }

  .contacts-subtitle br {
    display: none;
  }

  .contacts-l {
    padding: 20px;
  }

  .contacts-icon svg {
    width: 20px;
  }

  .contacts-line-wrapper {
    gap: 10px;
  }

  .contacts-txt-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }

  .contacts-line-title {
    font-size: 13px;
  }

  .contacts-line-txt br {
    display: none;
  }

  .contacts-btn-red {
    margin-top: 20px;
  }

  .contacts-map-wrapper {
    gap: 8px;
  }

  .map-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    width: 100%;
    height: 400px;
  }

  .modal-content {
    padding: 20px;
  }

  .modal-title {
    font-size: 20px;
  }

  .m-ban-form-txt {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }

  .m-ban-form-bot-wrapper {
    margin-top: 16px;
    padding: 12px 16px;
    gap: 10px;
  }

  .m-ban-form-bot-txt br {
    display: none;
  }

  .m-ban-form-bot-txt {
    font-size: 13px;
  }



  .soglasie {
    font-size: 12px;
  }

  .bc-wrapper {
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .table-responsive {
    display: none;
  }

  .LPb2-title {
    margin: 20px 0 10px;
  }

  .LPb4-flex {
    margin-top: 30px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
    gap: 8px;
  }

  .LPb4-item {
    padding: 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 286px;
            flex: 1 0 286px;
  }

  .LPb4-item-title {
    font-size: 18px;
  }

  .LPb4-red-wrapper {
    right: 5px;
    width: 70px;
    padding: 5px;
    text-align: center;
  }

  .LPb4-red-txt {
    font-size: 12px;
    margin-top: 4px;
  }

  .LPb4-txt-title {
    font-size: 13px;
  }

  .LPb4-txt-flex svg {
    width: 18px;
  }

  .LPb4-txt-wrapper {
    margin-bottom: 18px;
    padding-bottom: 18px;
  }

  .LPb4-double {
    gap: 0;
  }

  .LPb4-double .LPb4-txt-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }

  .LPm1-wrapper {
    background: #364446;
  }

  .LPm1-grad-wrapper {
    background: none;
    padding-bottom: 0;
  }

  .LPm1-mobile-img {
    display: block;
    width: 100%;
    max-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }

  .LPb2-title br {
    display: none;
  }

  .LPb4-grid-item {
    padding: 20px;
  }

  .thx-top-wrapper {
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .thx-wrapper {
    padding-top: 30px;
  }

  .thx-title {
    font-size: 28px;
  }

  .thx-title-flex {
    margin: 30px 0 20px;
    gap: 8px;
  }

  .thx-title-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }

  .thx-bot-wrapper {
    margin-top: 40px;
    gap: 8px;
  }

  .thx-bot-right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    padding: 20px;
  }

  .thx-bot-left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }

  .thx-bot-autogr {
    margin-top: 16px;
  }

  .thx-bot-autogr-wrapper {
    margin-top: 20px;
  }

  .LPse1-wrapper .LPm1-grad-wrapper {
    padding-bottom: 0;
  }

  .LPse1-content-wrapper {
    padding-top: 70px;
  }

  .LPse1-subtitle {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .LPse1-btn {
    width: 100%;
    margin-bottom: 20px;
  }

  .LPse1-garant-img {
    display: none;
  }

  section {
    padding: 60px 0 80px;
  }

  .LPse2-grid {
    margin-top: 20px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
	.LPse2-btn-wrapper>div{
		width: 100%;
	}

  .LPse2-item-img-wrapper {
    max-width: 100%;
    height: 180px;
  }

  .LPse2-item-txt-wrapper {
    padding: 5px;
  }

  .LPse2-btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .LPse3-hover-wrapper {
    display: none;
  }

  .LPse3-line-first {
    margin-bottom: 0;
  }

  .LPse3-item {
    width: 100%;
  }

  .LPse3-line {
    gap: 0;
  }

  .LPse3-item1,
  .LPse3-item2,
  .LPse3-item3,
  .LPse3-item4,
  .LPse3-item5,
  .LPse3-item6,
  .LPse3-item7 {
    margin-bottom: 17px;
  }

  .LPse3-img-wrapper {
    position: static;
  }

  .LPse4-top-wrapper {
    margin-top: 20px;
  }

  .LPse4-top-img-wrapper {
    width: 100%;
  }

  .LPse4-top-img {
    width: 100%;
  }

  .LPse4-bot-wrapper {
    margin-top: 40px;
  }

  .LPse4-bot-content-small-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }

  .LPse4-bot-img-wrapper {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .LPse4-bot-content-big-txt-wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .LPse5-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }

  .LPse5-left-img {
    bottom: 65px;
  }

  .LPse5-item-left {
    padding: 15px;
    height: 520px;
  }

  .LPse5-right-img {
    width: 100%;
  }

  .LPse5-right-wrapper {
    gap: 15px;
  }

  .LPse5-right-title {
    font-size: 18px;
  }

  .LPse6-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }

  .LPse6-img {
    width: 100%;
  }

  .LPse6-line-wrapper {
    padding: 15px 0;
    gap: 15px;
  }

  .LPse6-line-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }

  .LPse7-wrapper .m4-prod-wrapper {
    margin-top: 60px;
  }

  .LPse-lising-item-title br {
    display: none;
  }

  .LPse-lising-bot-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }

  .LP-lising-grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .LPse-contacts-wrapper {
    padding-top: 0;
  }

  .LPse-contacts-title {
    font-size: 28px;
  }

  .LPse-contacts-subtitle {
    margin-bottom: 15px;
  }

  .footer-left {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .footer-center {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .footer-right {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .footer {
    padding: 60px 0 20px;
  }

  .LPse2-price {
    margin-top: 0;
  }
}

@media screen and (min-width: 320px) and (max-width: 549px) {
  .fs-18 {
    font-size: 16px;
  }

  .fs-16 {
    font-size: 14px;
  }

  .mobile-menu-wrapper {
    display: block;
  }

  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: #fff;
    padding: 0;
  }

  .h-f {
    padding: 12px 0;
  }

  .header.fixed {
    border-bottom: 1px solid #DDDBD3;
  }

  .header-fixed {
    display: none;
  }

  .h-f {
    margin-bottom: 0;
  }

  .h-f-b {
    display: none;
  }

  .h-logo-line {
    display: none;
  }

  .h-logo-txt {
    display: none;
  }

  .h-souz-wrapper {
    display: none;
  }

  .h-btn {
    display: none;
  }

  .h-logo-icon {
    width: 105px;
  }

  .h-cont-tel-wrapper {
    display: none;
  }

  .h-cont-seti-icon {
    width: 42px;
    height: 42px;
  }

  .h-cont-seti-icon svg {
    width: 16px;
  }

  .h-tel-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .h-tel-mobile svg {
    width: 25px;
  }

  .h-cont-wrapper {
    gap: 8px;
  }

  .h-cont-hamburger {
    display: block;
	  width: 42px;
	  height: 42px;
  }

  h1 {
    font-size: 31px;
  }

  h2 {
    font-size: 23px;
  }

  h2 br {
    display: none;
  }

  .subtitle {
    font-size: 12px;
  }

  .m-btn {
    font-size: 14px;
    padding: 13px 0;
  }

  .m-btn-black {
    font-size: 14px;
    padding: 13px 0;
  }

  .m-btn-white {
    font-size: 14px;
    padding: 13px 0;
  }

  .m3-l-btn {
    padding-left: 30px;
    padding-right: 30px;
  }


  .m4-t br {
    display: none;
  }

  .m4-subt {
    font-size: 14px;
    margin-top: 10px;
  }

  .m4-top-g {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .m4-top-g-item {
    padding: 15px;
  }

  .m4-top-txt {
    margin-top: 18px;
  }

  .m4-top-g-icon {
    width: 46px;
    height: 46px;
  }

  .m4-top-g-icon svg {
    width: 26px;
    height: 26px;
  }

  .m4-top-number {
    font-size: 13px;
  }

  .m4-top-f {
    gap: 8px;
    margin-top: 30px;
  }

  .m4-top-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }

  .m4-target-l {
    height: 200px;
    width: 100%;
  }

  .m4-target-r {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }

  .m4-target-wrapper {
    margin-top: 80px;
    gap: 8px;
  }

  .m4-target-r {
    padding: 20px;
  }

  .m4-target-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid #DDDBD3;
    padding-top: 20px;
  }

  .m4-target-item.m-flex {
    border-top: 0;
    padding-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    gap: 14px;
  }

  .m4-target-r {
    gap: 20px;
  }

  .m4-target-name-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }

  .m4-target-name {
    margin-bottom: 4px;
  }

  .m4-target-title {
    margin-bottom: 8px;
  }

  .m4-sert-title br {
    display: none;
  }

  .m4-sert-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -ms-grid-columns: 1fr 8px 1fr 8px 1fr 8px 1fr;
    grid-template-columns: repeat(4, 1fr);
    overflow: scroll;
    gap: 8px;
  }

  .m4-sert-r {
    display: none;
  }

  .m4-sert-link {
    width: 190px;
  }

  .m4-prod-t {
    font-size: 20px;
  }

  .m4-prod-t br {
    display: none;
  }

  .m4-prod-subt {
    margin-top: 10px;
  }

  .m4-prod-flex {
    margin-top: 30px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 8px;
    overflow: scroll;
  }
	
  .m4-prod-item {
    width: 100%;
	  height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
	.m4-prod-flex{
		display: none;
	}
	.partner-slider{
		display: block;
	}
	.partner-slider li{
		height: 100%;
	}

  .m4-prod-img {
    max-width: 90px;
  }

  .m4-prod-img-wrapper {
    height: 94px;
    padding: 0 18px;
  }

  .m4-prod-txt {
    padding: 12px 0 15px;
    font-size: 13px;
  }

  .m4-otz-t {
    font-size: 20px;
  }

  .m4-otz-slider-btn-wrapper {
    display: none;
  }

  .contacts-subtitle br {
    display: none;
  }

  .contacts-subtitle br {
    display: none;
  }

  .contacts-l {
    padding: 20px;
  }

  .contacts-icon svg {
    width: 20px;
  }

  .contacts-line-wrapper {
    gap: 10px;
  }

  .contacts-txt-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }

  .contacts-line-title {
    font-size: 13px;
  }

  .contacts-line-txt br {
    display: none;
  }

  .contacts-btn-red {
    margin-top: 20px;
  }

  .contacts-map-wrapper {
    gap: 8px;
  }

  .map-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    width: 100%;
    height: 400px;
  }

  .modal-content {
    padding: 20px;
  }

  .modal-title {
    font-size: 20px;
  }

  .m-ban-form-txt {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }

  .m-ban-form-bot-wrapper {
    margin-top: 16px;
    padding: 12px 16px;
    gap: 10px;
  }

  .m-ban-form-bot-txt br {
    display: none;
  }

  .m-ban-form-bot-txt {
    font-size: 13px;
  }



  .soglasie {
    font-size: 12px;
  }

  .bc-wrapper {
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .table-responsive {
    display: none;
  }

  .LPb2-title {
    margin: 20px 0 10px;
  }

  .LPb4-flex {
    margin-top: 30px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
    gap: 8px;
  }

  .LPb4-item {
    padding: 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 286px;
            flex: 1 0 286px;
  }

  .LPb4-item-title {
    font-size: 18px;
  }

  .LPb4-red-wrapper {
    right: 5px;
    width: 70px;
    padding: 5px;
    text-align: center;
  }

  .LPb4-red-txt {
    font-size: 12px;
    margin-top: 4px;
  }

  .LPb4-txt-title {
    font-size: 13px;
  }

  .LPb4-txt-flex svg {
    width: 18px;
  }

  .LPb4-txt-wrapper {
    margin-bottom: 18px;
    padding-bottom: 18px;
  }

  .LPb4-double {
    gap: 0;
  }

  .LPb4-double .LPb4-txt-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }

  .LPm1-wrapper {
    background: #364446;
  }

  .LPm1-grad-wrapper {
    background: none;
    padding-bottom: 0;
  }

  .LPm1-mobile-img {
    display: block;
    width: 100%;
    max-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }

  .LPb2-title br {
    display: none;
  }

  .LPb4-grid-item {
    padding: 20px;
  }

  .thx-top-wrapper {
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .thx-wrapper {
    padding-top: 30px;
  }

  .thx-title {
    font-size: 28px;
  }

  .thx-title-flex {
    margin: 30px 0 20px;
    gap: 8px;
  }

  .thx-title-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }

  .thx-bot-wrapper {
    margin-top: 40px;
    gap: 8px;
  }

  .thx-bot-right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    padding: 20px;
  }

  .thx-bot-left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }

  .thx-bot-autogr {
    margin-top: 16px;
  }

  .thx-bot-autogr-wrapper {
    margin-top: 20px;
  }

  .LPse1-wrapper .LPm1-grad-wrapper {
    padding-bottom: 0;
  }

  .LPse1-content-wrapper {
    padding-top: 70px;
  }

  .LPse1-subtitle {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .LPse1-btn {
    width: 100%;
    margin-bottom: 20px;
  }

  .LPse1-garant-img {
    display: none;
  }

  section {
    padding: 60px 0 80px;
  }

  .LPse2-grid {
    margin-top: 20px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
	
	.LPse2-item{
		gap: 5px;
	}
	.LPse2-item-title{
		font-size: 14px;
	}
	.LPse2-btn-wrapper>div{
		width: 100%;
	}

  .LPse2-item-img-wrapper {
    max-width: 100%;
    height: 130px;
  }

  .LPse2-item-txt-wrapper {
    padding: 5px;
  }

  .LPse2-btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .LPse3-hover-wrapper {
    display: none;
  }

  .LPse3-line-first {
    margin-bottom: 0;
  }

  .LPse3-item {
    width: 100%;
  }

  .LPse3-line {
    gap: 0;
  }

  .LPse3-item1,
  .LPse3-item2,
  .LPse3-item3,
  .LPse3-item4,
  .LPse3-item5,
  .LPse3-item6,
  .LPse3-item7 {
    margin-bottom: 17px;
  }

  .LPse3-img-wrapper {
    position: static;
  }

  .LPse4-top-wrapper {
    margin-top: 20px;
  }

  .LPse4-top-img-wrapper {
    width: 100%;
  }

  .LPse4-top-img {
    width: 100%;
  }

  .LPse4-bot-wrapper {
    margin-top: 40px;
  }

  .LPse4-bot-content-small-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }

  .LPse4-bot-img-wrapper {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .LPse4-bot-content-big-txt-wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .LPse5-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }

  .LPse5-left-img {
    bottom: 65px;
	  width: 84%;
  }

  .LPse5-item-left {
    padding: 15px;
    height: 520px;
  }

  .LPse5-right-img {
    width: 100%;
  }

  .LPse5-right-wrapper {
    gap: 15px;
  }

  .LPse5-right-title {
    font-size: 18px;
  }

  .LPse6-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }

  .LPse6-img {
    width: 100%;
  }

  .LPse6-line-wrapper {
    padding: 15px 0;
    gap: 15px;
  }

  .LPse6-line-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }

  .LPse7-wrapper .m4-prod-wrapper {
    margin-top: 60px;
  }

  .LPse-lising-item-title br {
    display: none;
  }

  .LPse-lising-bot-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }

  .LP-lising-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .LPse-contacts-wrapper {
    padding-top: 0;
  }

  .LPse-contacts-title {
    font-size: 28px;
  }

  .LPse-contacts-subtitle {
    margin-bottom: 15px;
  }

  .footer-left {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .footer-center {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .footer-right {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .footer {
    padding: 60px 0 20px;
  }

  .LPse2-price {
    margin-top: 0;
  }
	.LPse-lising-item{
		flex: 1 0 100%;
	}
	.LPse-lising-img{
		max-width: 100%;
	}
	.LPse2-grid{
		display: none;
	}
	.LPse2-grid-mobile{
		display: grid;
	}
	.LPse2-collapse-btn{
		display: flex;
		padding: 14px 20px;
	}
	.LPse6-subtitle br{
		display: none;
	}
	.footer-left-logo-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
}
	.footer-logo-subtitle{
		margin-top: 0;
	}
	.m4-sert-grid{
		display: none;
	}
	.sert-slider{
		display: block;
	}
}