/*
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;
  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;
  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;
  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;
  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;
  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;
  transition: 0.5s ease;
}

.m-flex {
  display: flex;
  flex-flow: row;
  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: flex;
  text-align: center;
}

.soglasie-wrapper>p:first-child{
	display: none;
}

section {
  padding: 60px 0 80px;
  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-subtitle{
	margin-bottom: 24px;
}

.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::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: flex;
  padding-top: 6px;
}

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

.m-ban-form-txt{
	flex: 1 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 {
  flex: 1 0;
}

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

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

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

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

.modal-list-icon-wrapper {
  display: flex;
}

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

.pers-select{
	width: 100%;
    margin-bottom: 10px;
    padding: 15px 18px;
    border-radius: 10px;
    font-size: 14px;
    border: 1px solid #DDDBD3;
	color: #687374;
    outline: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(/wp-content/themes/rtm/img/pers-select-arrow.svg);
    background-repeat: no-repeat;
    background-position: right .7em top 50%, 0 0;
}

.soglasie {
  color: #676767;
}

.soglasie-link {
  color: #E51814;
}

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

.header {
  padding-top: 20px;
}

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

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

.h-logo-wrapper {
  gap: 14px;
  align-items: center;
}

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

.h-souz-wrapper {
  align-items: center;
  gap: 12px;
}

.h-souz-icon {
  width: 44px;
  height: 44px;
}

.h-cont-wrapper {
  gap: 20px;
  align-items: center;
}

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

.h-tel {
  text-decoration: none;
  color: #364446;
  transition: 0.5s;
  margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

.h-cont-dzen{
	display: flex !important;
}

.h-f-b {
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

.h-f-b-left {
  gap: 30px;
  align-items: center;
}

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

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

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

.h-menu-catalog .h-menu-link {
  display: flex;
  gap: 2px;
}

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

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

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

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

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

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

.h-catalog-item {
  background-color: #F5F4F1;
  border-radius: 10px;
  padding: 16px;
  height: 240px;
  display: flex;
  flex-wrap: wrap;
  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;
  transition: 0.5s;
}

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

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

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

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

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

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

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

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

.header-fixed.fixed {
  top: 0;
  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;
}

.f-f>div {
  flex: 1 0;
  align-content: space-between;
}

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

.f-f-c {
  padding: 60px 40px 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  gap: 40px;
}

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

.f-logo-wrapper {
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.f-logo-line {
  background-color: rgba(255, 255, 255, 0.2);
}

.f-f-c-item {
  flex: 1 0;
}

.f-f-c-title {
  margin-bottom: 18px;
}

.f-f-c-f {
  gap: 10px;
}

.f-f-c-link {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #fff;
  opacity: 0.7;
  transition: 0.5s;
}

.f-f-c-link:hover {
  color: #E51814;
  opacity: 1;
  transition: 0.5s;
}

.f-f-c-seti-f {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.f-cont-seti-icon {
  width: 44px;
  height: 44px;
  border-color: rgba(255, 255, 255, 0.2);
}

.f-f-r-title {
  margin-bottom: 12px;
}

.f-f-r-btn-txt-wrapper {
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 12px 20px;
  gap: 12px;
  border-radius: 10px;
}

.f-f-r-txt {
  flex: 1 0;
}

.f-btn {
  width: 100%;
}

.f-c-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  padding-bottom: 20px;
  justify-content: space-between;
}

.f-b-wrapper {
  padding-top: 24px;
  padding-bottom: 30px;
  justify-content: space-between;
}

.f-b-txt {
  color: rgba(255, 255, 255, 0.7);
  transition: 0.5s;
}

a.f-b-txt:hover {
  color: #E51814;
  transition: 0.5s;
}

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

.contacts-wrapper-type .m6-contacts-wrapper{
	margin-top: 0;
}

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

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

.contacts-l {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
	max-width: 440px;
}
.contacts-txt-wrapper{
	flex: 1 0;
}

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

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

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

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

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

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

.contacts1-wrapper .contacts-btn-white{
	background-color: #F5F4F1;
}
.contacts1-wrapper .contacts-btn-white:hover{
	background-color: #E51814;
}

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

.m1-wrapper {
  padding: 9px 0 80px;
}

.main-slider img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 10px;
}

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

.main-slider .lSSlideWrapper {
  overflow: visible;
}

.main-slider.lSSlideOuter .lSPager.lSpg>li a {
  width: 40px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
  z-index: 8;
}

.main-slider.lSSlideOuter .lSPager.lSpg>li {
  padding: 0 4px;
}

.main-slider.lSSlideOuter .lSPager.lSpg>li:hover a,
.main-slider.lSSlideOuter .lSPager.lSpg>li.active a {
  background-color: #E51814;
}

.main-slider .lSAction>a {
  width: 44px;
  height: 44px;
  opacity: 1;
  z-index: 8;
}

.main-slider .lSAction>.lSPrev {
  background-image: url(img/slider-arrow-left.png);
  transition: 0.5s;
}

.main-slider .lSAction>.lSPrev:hover {
  background-image: url(img/slider-arrow-left-active.png);
  transition: 0.5s;
}

.main-slider .lSAction>.lSNext {
  background-image: url(img/slider-arrow-right.png);
  background-position: center;
  transition: 0.5s;
}

.main-slider .lSAction>.lSNext:hover {
  background-image: url(img/slider-arrow-right-active.png);
  transition: 0.5s;
}

.m1-t-wrapper {
  margin-top: 45px;
  justify-content: space-between;
}

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

.m1-t-btn-wrapper {
  max-width: 580px;
  gap: 20px;
}

.m1-t-btn-txt-mobile{
  display: none;
}

.m1-t-btn-item {
  flex: 1 0;
}

.m1-btn {
  width: 100%;
  padding: 16px 0;
  margin-bottom: 12px;
}

.m1-g {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.m1-g-i {
  height: 380px;
  border-radius: 10px;
  align-content: space-between;
  padding: 24px;
  overflow: hidden;
}

.m1-g-i:first-child {
  background: url(img/m1-g-img1.png), #364446;
  background-position: right;
  background-repeat: no-repeat;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.m1-g-i:nth-child(2) {
  background: url(img/m1-g-img2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
	background-repeat: no-repeat;
  background-position: center;
  padding: 0;
}

.m1-g-i-grad {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  padding: 24px;
}

.m1-g-i:nth-child(3) {
  background: url(img/m1-g-img3.png);
  background-size: 100% 100%;
	background-repeat: no-repeat;
  background-position: center;
  padding: 0;
}

.m1-g-i-hover{
	background-position: center;
	transition: background-size 0.5s ease;
}

.m1-g-i-hover:hover{
	background-size: 110% 110%;
}

.m1-g-i-hover:first-child{
	background-size: 90%;
	background-position: bottom right;
}
.m1-g-i-hover:first-child:hover{
	background-size: 100%;
}

.m1-g-i:nth-child(4) {
  grid-column-start: 1;
  grid-column-end: 3;
  background-color: #F5F4F1;
  position: relative;
  padding: 0;
  align-content: end;
  height: 100%;
}

.m1-g-i:nth-child(5) {
  background-color: #F5F4F1;
  align-content: space-between;
  position: relative;
}

.m1-g-i-img {
  position: absolute;
  right: 30px;
  bottom: 0;
}

.m1-g-i-t {
  width: 100%;
}

.m1-g-i:nth-child(4) .m1-g-i-t {
  position: absolute;
  top: 24px;
  left: 24px;
}

.m1-g-graf-wrapper {
  width: 100%;
  align-items: end;
}

.m1-g-graf-item {
  background: linear-gradient(180deg, rgba(163, 161, 153, 0.2) 0%, rgba(234, 232, 224, 0) 100%);
  align-content: space-between;
  justify-content: center;
  text-align: center;
  flex: 1 0;
  border-top: 2px solid #A9A79F;
  border-right: 1px solid #DDDBD3;
  padding: 18px 0 16px;
}

.m1-g-graf-item:first-child {
  height: 130px;
}

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

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

.m1-g-graf-item:nth-child(4) {
  height: 350px;
  border-right: 0;
}

.m1-g-graf-title {
  width: 100%;
}
.m2-catalog-wrapper .m2-c-wrapper{
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}
.m2-t {
  margin: 20px 0 14px;
}

.m2-c-wrapper {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #DDDBD3;
}

.m2-c-t-wrapper {
  justify-content: space-between;
}

.m2-c-subt {
  max-width: 555px;
}

.m2-c-g {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.m2-c-g-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 5px;
  text-decoration: none;
  color: #364446;
  cursor: pointer;
}

.m2-c-g-img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
	background-color: #F0EFEC;
}

.m2-c-g-item:hover .m2-c-g-img{
 transform: scale(1.1);
}

.m2-c-g-img-txt {
  background-color: #E51814;
  padding: 6px 12px;
  border-radius: 6px;
  position: absolute;
  left: 8px;
  top: 8px;
}

.m2-c-g-img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  border-radius: 10px;
  transition: 0.5s;
}

.m2-c-g-content-wrapper {
  padding: 19px;
}

.m2-c-g-price-wrapper {
  align-items: center;
  justify-content: space-between;
}

.m2-c-g-nal-wrapper {
  align-items: center;
  gap: 8px;
}

.m2-c-g-nal-txt {
  color: #15B225;
}

.m2-c-g-txt {
  margin-top: 6px;
}

.m2-c-g-item-solo {
  align-content: space-between;
  padding: 24px;
  background: url(img/m2-c-bg.png), #364446;
  background-repeat: no-repeat;
  background-position: center bottom;
  border-radius: 10px;
	min-height: 372px;
}
.m2-c-g-item-solo .m2-c-g-title{
	margin-top: 0;
}

.m2-c-btn {
  width: 100%;
	text-align: center;
}

.m2-g-collapse-btn {
  max-width: 250px;
  margin: 30px auto 0;
  text-align: center;
  background-color: transparent;
  border-color: rgba(104, 115, 116, 0.2);
  color: #687374;
}

.m2-g-collapse-btn:hover {
  border-color: #E51814;
  background-color: #E51814;
  color: #fff;
}

.m2-c-g-item-solo2 {
  padding: 24px;
  border-radius: 10px;
  background-color: #E51814;
  align-content: space-between;
	min-height: 324px;
}

.m2-c-g-title {
  margin-top: 14px;
}

.m2-c-g-item-solo2 .m2-c-btn:hover {
  border-color: #fff;
}

.m3-main-wrapper .prod2-wrapper{
	padding-top: 0;
	margin-bottom: 60px;
	margin-top: 0;
	border-top: 0;
}

.m3-g {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

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

.m3-g-item:hover .m3-g-img{
	transform: scale(1.1);
}
.m3-g-img-wrapper{
	overflow: hidden;
	width: 215px;
  height: 180px;
	border-radius: 10px;
}
.m3-g-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
	transition: 0.5s;
}

.m3-g-txt-wrapper {
  flex: 1 0;
  padding: 19px;
  align-content: space-between;
}

.m3-price {
  margin-bottom: 6px;
}

.m3-l-flex {
  margin-top: 40px;
  border-top: 1px solid #DDDBD3;
  gap: 40px;
}

.m3-l-item {
  padding-top: 40px;
  flex: 1 0;
}

.m3-l-line {
  width: 1px;
  background-color: #DDDBD3;
}

.m3-l-flex-txt {
  margin-top: 12px;
}

.m3-l-txt-f {
  margin: 16px 0 20px;
  gap: 20px;
}

.m3-l-item.m-flex {
  align-content: space-between;
  gap: 30px;
}

.m3-l-txt-item {
  gap: 14px;
  padding: 24px;
  border-radius: 10px;
  background-color: #F5F4F1;
  flex: 1 0;
}

.m3-l-txt {
  flex: 1 0;
}

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

.m3-l-g {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.m3-l-g-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F5F4F1;
  border-radius: 10px;
  height: 135px;
}

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

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

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

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

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

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

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

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

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

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

.m4-top-g-icon-flex {
  width: 100%;
  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 {
  flex: 1 0;
  gap: 40px;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
}

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

.m4-target-item {
  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;
  flex: 0 1 26%;
  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: grid;
  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 {
  flex: 1 0;
  align-content: space-between;
}

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

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

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

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

.m4-prod-t-wrapper {
  justify-content: space-between;
}

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

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

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

.m4-prod-img-wrapper {
  display: flex;
  align-items: 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 {
  justify-content: space-between;
  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;
  transition: 0.5s;
}

.m4-otz-slider-btn-prev:hover {
  background-image: url(img/slider-arrow-left-active.png);
  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;
  transition: 0.5s;
}

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

.otz-slider {
  margin-top: 40px;
}

.otz-slider li {
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}

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

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

  .otz-slider.lSSlideOuter .lSPager.lSpg > li a{
    width: 24px;
    height: 1px;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  .otz-slider.lSSlideOuter .lSPager.lSpg > li:hover a, .otz-slider.lSSlideOuter .lSPager.lSpg > li.active a{
    background-color: #E51814;
  }
  .otz-slider.lSSlideOuter .lSPager.lSpg > li{
    padding: 0 4px;
    border-radius: 0;
    background-color: transparent;
  }

.m5-d-g {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.m5-d-i {
  background-color: #F5F4F1;
  border-radius: 10px;
  padding: 24px;
  align-content: space-between;
}

.m5-d-i-img {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 2;
  grid-column-end: 3;
  padding: 0;
}

.m5-d-img {
  width: 100%;
  height: 516px;
	object-fit: cover;
	object-position: center;
  border-radius: 10px;
}

.m5-d-icon-wrapper {
  justify-content: space-between;
  width: 100%;
}

.m5-d-icon {
  width: 54px;
  height: 54px;
  border-color: #E51814;
}

.m5-d-title {
  margin-bottom: 8px;
}

.m5-form-wrapper {
  margin-top: 60px;
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.m5-form-l {
  grid-column-start: 1;
  grid-column-end: 3;
  background-color: #364446;
  position: relative;
  padding: 30px;
  align-content: space-between;
  border-radius: 10px;
}

.m5-form-r {
  background-color: #F5F4F1;
  border-radius: 10px;
  padding: 30px;
}

.m5-form-l-img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.m5-form-l-list {
  color: #fff;
  opacity: 0.8;
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 0;
}
.m5-form-l-list-t{
	text-transform: uppercase;
}

.m5-form-l-list li {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 6px;
}

.m5-form-l-list li:last-child {
  margin-bottom: 0;
}

.m5-form-l-t {
  max-width: 430px;
}

.m5-form-l-list-wrapper {
  width: 100%;
  margin-top: 25px;
}

.m5-form-r-t {
  margin-bottom: 20px;
}

.m5-form-btn {
  width: 100%;
  margin-top: 6px;
}

.m5-form-tg {
  width: 44px;
  height: 44px;
}

.m5-form-tg.h-cont-wts {
  background-color: #4EC25A;
}

.m5-form-tg.h-cont-tg {
  background-color: #2AABEE;
}

.m5-form-seti-wrapper {
  gap: 8px;
  align-items: center;
  margin-top: 30px;
}

.m5-form-tel-wrapper {
  padding-left: 10px;
}

.m5-form-tel {
  margin-bottom: 4px;
  color: #364446;
  text-decoration: none;
}

.m5-form-tel-mobile{
  display: none;
	background-color: #E51814;	
}

.m-blog-wrapper {
  gap: 20px;
  justify-content: space-between;
}

.m-blog-item {
  flex: 1 0;
}

.m-blog-item:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.m-blog-btn {
  margin-top: 40px;
  background-color: transparent;
  padding: 13px 40px;
	display: inline-block;
}
.m-blog-btn-mobile{
  display: none;
}

.m-blog-news-item {
	height: fit-content;
  background-color: #fff;
  gap: 24px;
  padding: 5px;
  border-radius: 10px;
  text-decoration: none;
  color: #364446;
}

.m-blog-img {
  width: 309px;
  height: 250px;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}

.m-blog-news-content-wrapper {
  align-content: space-between;
  padding: 19px 19px 19px 0;
  flex: 1 0;
}

.m-blog-news-title {
  margin-bottom: 8px;
	display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.m-blog-news-txt{
	display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.m-blog-news-bot-wrapper {
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.m-blog-news-bot-txt {
  color: #E51814;
  border-bottom: 1px solid #E51814;
}

.m-blog-news-date-wrapper {
  gap: 8px;
  align-items: center;
}

.m6-form-wrapper {
  margin-top: 100px;
  border-radius: 10px;
  padding: 30px;
  justify-content: space-between;
  position: relative;
}

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

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

.m6-form-t {
  margin-bottom: 28px;
}

.m6-form-l-t {
  margin-bottom: 20px;
}

.m6-form-input {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 0;
}

.m6-form-input::placeholder {
  color: #fff;
}

.m6-form-btn {
  width: 100%;
  margin-top: 6px;
}

.m6-form-wrapper .soglasie {
  color: rgba(255, 255, 255, 0.6);
}

.m6-form-wrapper .soglasie-link {
  color: #fff;
}

.m6-form-r-top-wrapper {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 24px;
  border-radius: 10px;
}

.m6-form-r-top-t {
  margin-bottom: 18px;
}

.m6-form-r-top-icon-wrapper {
  gap: 12px;
  align-items: center;
}

.m6-form-r-top-icon {
  width: 44px;
  height: 44px;
  background-color: #fff;
}

.m6-form-r-bot-wrapper {
  background-color: #4EC25A;
  border-radius: 10px;
  padding: 20px 24px;
  margin-top: 10px;
  text-decoration: none;
}

.m6-form-r-bot-icon {
  width: 44px;
  height: 44px;
  background-color: #fff;
}

.m6-form-img {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-38%, 0);
}

.m6-contacts-wrapper {
  margin-top: 60px;
}

.bc-wrapper {
  padding: 50px 0 20px;
}

.bc-flex {
  align-items: center;
  gap: 10px;
}

.bc-dot {
  width: 3px;
  height: 3px;
  background-color: #687374;
  border-radius: 50%;
}

.bc-link-main {
  text-decoration: none;
  transition: 0.5s;
}

.bc-link-main:hover {
  color: #E51814;
  transition: 0.5s;
}

.about1-wrapper {
  padding-top: 24px;
}

.about1-wrapper .m4-top-g-item {
  border: 1px solid #DDDBD3;
}

.about1-wrapper .m4-target-wrapper {
  margin-top: 90px;
}

.about1-wrapper .m4-target-r {
  border: 1px solid #DDDBD3;
}

.about1-wrapper .m4-sert-link {
  border: 1px solid #DDDBD3;
}

.about2-wrapper .m4-prod-wrapper {
  margin-top: 0;
}

.news1-wrapper .m4-t-wrapper {
  align-items: flex-start;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.news-grid .m-blog-news-item {
  border: 1px solid #DDDBD3;
}

.nc-flex {
  gap: 60px;
  position: relative;
}

.nc-l {
  width: 72%;
  max-width: 975px;
}

.nc-r {
  flex: 1 0;
}

.nc-r-pos {
  position: sticky;
  top: 80px;
}

.nc-menu-wrapper {
  border: 1px solid #DDDBD3;
  border-radius: 10px;
  padding: 24px;
}

.nc-menu-wrapper-mobile{
	display: none;
}

.nc-menu-list {
  margin-bottom: 0;
  margin-top: 18px;
  padding-left: 0;
  list-style-position: inside;
  list-style-type: decimal;
}

.nc-menu-list li {
  margin-bottom: 8px;
  transition: 0.5s;
}

.nc-menu-list li:last-child {
  margin: 0;
}

.nc-menu-list a {
  text-decoration: none;
  color: #364446;
  transition: 0.5s;
}

.nc-menu-list a:hover,
.nc-menu-list li:hover {
  color: #E51814;
  transition: 0.5s;
}

.nc-menu-scroll-wrapper.active {
  color: #E51814;
  transition: 0.5s;
}

.nc-menu-scroll-wrapper.active a {
  color: #E51814;
  transition: 0.5s;
}

.nc-contet-right-wrapper {
  margin-top: 30px;
}

.nc-content-right-title-wrapper {
  align-items: flex-end;
  justify-content: space-between;
}

.nc-content-right-link {
  color: #E51814;
}

.nc-content-right-news-wrapper {
  margin-top: 22px;
  border-top: 1px solid #DDDBD3;
}

.nc-content-right-news-item {
  padding: 18px 0;
  border-bottom: 1px solid #DDDBD3;
  gap: 12px;
  align-items: center;
  color: #364446;
  text-decoration: none;
  transition: 0.5s;
}

.nc-content-right-news-item:hover {
  color: #E51814;
  transition: 0.5;
}

.nc-content-right-news-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}

.nc-content-right-news-title {
  flex: 1 0;
}

.nc-date-wrapper {
  padding: 30px 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #DDDBD3;
  justify-content: space-between;
  align-items: center;
}

.nc-share-wrapper {
  align-items: center;
  gap: 10px;
  cursor: pointer;
  position: relative;
}

.nc-share-links-wrapper {
  position: absolute;
  top: 34px;
  right: 0;
  padding: 5px 0;
  background-color: #fff;
  border: 1px solid #ECEAE2;
  border-radius: 10px;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
  width: max-content;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}

.nc-share-links-wrapper.active {
  opacity: 1;
  visibility: visible;
  transition: 0.2s;
}

.nc-share-link-item {
  padding: 6px 14px;
  align-items: center;
  color: #364446;
  text-decoration: none;
  gap: 10px;
  transition: 0.5s;
  cursor: pointer;
}

.nc-share-link-item:hover {
  background-color: #F5F4F1;
  transition: 0.5s;
}

.nc-share-link-txt {
  flex: 1 0;
}

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

.nc-img-title {
  margin-top: 30px;
}

.nc-txt-wrapper {
  margin-top: 40px;
}

.nc-txt-title {
  margin-bottom: 12px;
}

.nc-txt {
  margin-top: 12px;
}

.nc-list {
  margin-top: 12px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.nc-list li {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
	margin-bottom: 2px;
}

.nc-list li:last-child{
	margin-bottom: 0;
}

.nc-list-txt {
  flex: 1 0;
}

.nc-txt-img {
  width: 100%;
  border-radius: 10px;
  margin-top: 40px;
}

.nc-content-links-wrapper {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #DDDBD3;
  justify-content: space-between;
  align-items: center;
}

.nc-content-link-icon {
  width: 34px;
  height: 34px;
  transition: 0.5;
}

.nc-content-link {
  gap: 10px;
  align-items: center;
  color: #687374;
  text-decoration: none;
  transition: 0.5s;
}

.nc-content-link:hover {
  color: #E51814;
  transition: 0.5;
}

.nc-content-link:hover .nc-content-link-icon {
  border-color: #E51814;
  transition: 0.5s;
}

.nc-content-link svg path {
  transition: 0.5s;
}

.nc-content-link:hover svg path {
  stroke: #E51814;
  transition: 0.5s;
}

.nc-content-link-txt-mobile{
	display: none;
}

.nc2-wrapper .m6-form-wrapper {
  margin-top: 40px;
}

.price-subtitle {
  margin-top: 16px;
}

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

.prices-nav {
  gap: 10px;
  border-bottom: 1px solid #DDDBD3;
  padding-bottom: 24px;
}

.prices-nav .prices-nav-link {
  font-size: 16px;
  line-height: 126%;
  color: #364446;
  padding: 11px 22px;
  background-color: #F5F4F1;
  border: 0;
  border-radius: 10px;
}

.prices-nav .prices-nav-link.active {
  background-color: #E51814;
  color: #fff;
  border: 0;
}

.prices-tab-pane-noimage{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	align-content: center;
	text-align: center;
}
.prices-table-mobile{
	display: none;
}
.prices-table-wrapper {
  margin-top: 40px;
}

.prices-table-title {
  margin-bottom: 24px;
}

.prices-table-wrapper table {
  width: 100%;
  border: 1px solid #DDDBD3;
  border-collapse: inherit;
  border-radius: 10px;
  overflow: hidden;
  border-spacing: inherit;
}

.prices-table-wrapper thead {
  background-color: #F5F4F1;
}

.prices-table-wrapper thead td {
  border-right: 1px solid #DDDBD3;
  padding: 12px 18px;
}

.prices-table-wrapper thead td:last-child {
  border-right: 0;
}

.prices-table-wrapper tbody td {
  padding: 14px 18px;
  font-size: 16px;
  line-height: 126%;
  border-top: 1px solid #DDDBD3;
}

.prices-first-table td:nth-child(1),
.prices-second-table td:nth-child(1) {
  width: 5%;
  text-align: center;
}

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

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

.prices-first-table td:nth-child(4) {
  width: auto;
}

.prices-second-table td:nth-child(2) {
  width: auto;
}

.prices-second-table td:nth-child(3) {
  width: 14%;
  text-align: right;
}

.prices-table-mobile{
  border: 1px solid #DDDBD3;
  border-radius: 10px;
}
.prices-table-mobile-item{
  padding: 20px;
  border-bottom: 1px solid #DDDBD3;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}
.prices-table-mobile-item:last-child{
  border-bottom: 0;
}
.prices-table-mobile-title{
  margin-bottom: 6px;
  color: #687374;
  font-size: 13px;
}
.prices-table-mobile-txt-wrapper:nth-child(2){
  flex: 1 0;
}
.prices-table-mobile-txt-wrapper:nth-child(3),
.prices-table-mobile-txt-wrapper:nth-child(4){
  flex: 1 0 100%;
}
.prices-table-mobile-txt{
  font-size: 14px;
}
.prices-table-second-txt-wrapper{
  flex: 1 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.photo-tab-wrapper {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #DDDBD3;
}

.photo-tab-wrapper:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.photo-item {
  position: relative;
}

.photo-item:first-child {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}

.photo-link {
  display: block;
  width: 100%;
  height: 100%;
}

.photo-img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.photo-item:nth-child(n+6) {
  display: none;
}

.photo-item-else {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(12px);
  padding: 11px 0;
  border-radius: 10px;
  text-decoration: none;
}

.contacts1-wrapper .contacts-l {
  background-color: #F5F4F1;
}

.video1-wrapper .price-subtitle {
  max-width: 785px;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.video-item {
  border: 1px solid #DDDBD3;
  border-radius: 10px;
  overflow: hidden;
}

.video-grid .m4-video-txt {
  font-size: 15px;
}

.vac1-top-wrapper>div {
  flex: 1 0;
}

.vac1-top-wrapper {
  border-radius: 10px;
  overflow: hidden;
}

.vac1-top-l {
  background-color: #F5F4F1;
  padding: 40px 0 40px 40px;
}

.vac1-top-subtitle {
  margin: 16px 0 74px;
}

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

.vac1-top-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.vac1-bot-title {
  margin-top: 20px;
}

.vac1-bot-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.vac1-bot-item {
  border: 1px solid #DDDBD3;
  border-radius: 10px;
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.vac1-bot-icon {
  width: 54px;
  height: 54px;
  border-color: #E51814;
}

.vac1-bot-item-title {
  margin-bottom: 12px;
}

.vac1-bot-item-txt span {
  font-weight: 500;
  color: #364446;
}

.vac1-bot-number-flex {
  width: 100%;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 24px;
}

.vac2-title {
  margin-top: 20px;
}

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

.vac2-nav {
  max-width: 325px;
  gap: 10px;
}

.vac2-tab-content {
  flex: 1 0;
}

.vac2-nav .vac2-nav-link {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 18px 24px;
  color: #364446;
  border-radius: 10px;
}

.vac2-btn-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F5F4F1;
  border-radius: 50%;
  transition: 0.3s;
}

.vac2-btn-icon path {
  transition: 0.3s;
}

.vac2-btn-txt {
  flex: 1 0;
  text-align: left;
}

.vac2-nav .vac2-nav-link.active,
.vac2-nav .show>.vac2-nav-link {
  background-color: #E51814;
}

.vac2-nav .vac2-nav-link.active .vac2-btn-icon,
.vac2-nav .show>.vac2-nav-link .vac2-btn-icon {
  background-color: rgba(255, 255, 255, 0.2);
  transform: rotate(90deg);
  transition: 0.3s;
}

.vac2-nav .vac2-nav-link.active .vac2-btn-icon path,
.vac2-nav .show>.vac2-nav-link .vac2-btn-icon path {
  stroke: #fff;
  transition: 0.3s;
}

.vac2-tab-content {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
}

.vac2-tab-top-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #DDDBD3;
}

.vac2-tab-top-info-wrapper {
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.vac2-tab-top-town-wrapper {
  gap: 8px;
  align-items: center;
}

.vac2-tab-top-dot {
  width: 3px;
  height: 3px;
  background-color: #687374;
  border-radius: 50%;
}

.vac2-tab-title {
  margin-bottom: 16px;
}

.vac2-btn {
  padding: 13px 46px;
}

.vac2-tab-txt-wrapper {
  margin-top: 24px;
}

.vac2-tab-txt-title {
  margin-bottom: 16px;
}

.vac2-tab-txt-list {
  padding-left: 0;
  list-style-type: none;
}

.vac2-tab-txt-list li {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 8px;
}

.vac2-tab-txt-list li:last-child {
  margin-bottom: 0;
}
.vac2-tab-txt-list-txt{
	flex: 1 0;
}

.vac3-title {
  margin-top: 20px;
}

.vac3-flex {
  margin-top: 40px;
  gap: 60px;
}

.vac3-txt-item {
  width: 38%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.vac3-img-item {
  flex: 1 0 57%;
}

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

.vac3-txt {
  margin-bottom: 12px;
}

.prod1-wrapper .m2-c-g-item {
  border: 1px solid #DDDBD3;
}

.prod2-wrapper {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #DDDBD3;
}

.prodt1-subtitle {
  margin-top: 14px;
}

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

.prodt1-item {
  border-radius: 10px;
  overflow: hidden;
}

.prodt1-item-video {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 3;
  grid-column-end: 4;
}

.prodt1-item.m-flex {
  border: 1px solid #DDDBD3;
  padding: 24px;
  gap: 18px;
}

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

.prodt1-item-txt-wrapper {
  flex: 1 0;
}

.prodt1-item-title {
  margin-bottom: 10px;
}

.prodt1-list-wrapper {
  margin-top: 40px;
}

.prodt1-list-item {
  gap: 40px;
  padding: 40px 0;
  border-top: 1px solid #DDDBD3;
text-decoration: none;
	color: #364446;
}

.prodt1-list-img {
  width: 100%;
	height: 100%;
	object-position: center;
  object-fit: cover;
  border-radius: 10px;
	transition: 0.5s;
}
.prodt1-list-noimg{
	width: auto;
	height: auto;
	object-position: center;
  object-fit: cover;
  border-radius: 10px;
	transition: 0.5s;
}
.prodt1-list-img-wrapper{
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	width: 57%;
	border-radius: 10px;
	min-height: 400px;
}
.prodt1-list-item:hover .prodt1-list-img{
	transform: scale(1.1);
}

.prodt1-list-content-wrapper {
  flex: 1 0;
}

.prodt1-list-top-wrapper {
  align-items: center;
  gap: 20px;
  margin-bottom: 12px;
}

.prodt1-list-top-item {
  align-items: center;
  gap: 8px;
}

.prodt1-list-top-item p {
  font-size: 14px;
}

.prodt1-list-top-nal {
  color: #15B225;
}

.prodt1-list-top-sezon {
  color: #687374;
}

.prodt1-list-price-wrapper {
  margin-top: 18px;
  margin-bottom: 20px;
  justify-content: space-between;
  align-items: center;
}

.prodt1-list-price-title {
  margin-bottom: 4px;
}

.prodt1-list-lising-wrapper {
  gap: 12px;
  align-items: center;
}
.prodt1-list-lising-txt{
	text-align: right;
	text-transform: uppercase;
}

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

.prodt1-list-info-wrapper {
  border-top: 1px solid #DDDBD3;
  padding-top: 20px;
}

.prodt1-list-info-item {
  margin-bottom: 12px;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
}

.prodt1-list-info-line {
  flex: 1 0;
  border-bottom: 1px dashed #364446;
  margin-bottom: 4px;
}

.prodt1-list-bot-wrapper {
  background-color: #F5F4F1;
  border-radius: 10px;
  padding: 16px 20px;
  gap: 14px;
  align-items: center;
}

.prodt1-list-bot-icon {
  width: 44px;
  height: 44px;
  border-color: #E51814;
}

.prodt1-title {
  max-width: 785px;
}

.prodt1-subtitle {
  max-width: 785px;
}

.prodt2-title {
  margin-top: 20px;
  max-width: 754px;
}

.prodt12-wrapper .m4-sert-wrapper {
  margin-top: 0;
}
.card-options-wrapper{
	margin-top: 24px;
	padding-bottom: 30px;
	border-bottom: 1px solid #DDDBD3;
}
.card1-info-l {
  grid-column-start: 1;
  grid-column-end: 3;
}

.card-video-slider-item {
  border-radius: 10px;
  overflow: hidden;
  display: block;
  height: 440px;
}

.card-video-slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.card-slider .lSPager.lSGallery li {
  border: 1px solid #E0E3E9;
  border-radius: 8px;
  overflow: hidden;
}

.card-slider-photo-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.card-slider-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}

.card-slider .lSPager.lSGallery li img {
  height: 98px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.card-slider .card-slider-list li {
  position: relative;
}

.card-slider .lSPager.lSGallery li.active {
  border: 1px solid #EC402C;
}

.card-slider .lSPager.lSGallery img {
  width: 100%;
}

.card-slider .lSAction>a {
  width: 40px;
  height: 40px;
  border: 1px solid #E0E3E9;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

.card-slider .lSAction>a:hover {
  background-color: #EC402C;
  border-color: #EC402C;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.card-slider .lSAction>.lSPrev {
  background-image: url(img/arrow-left.svg);
  top: auto;
  bottom: 20px;
  left: auto;
  right: 68px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

.card-slider .lSAction>.lSNext {
  background-image: url(img/arrow-right.svg);
  right: 20px;
  bottom: 20px;
  top: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

.card-slider .lSAction>.lSPrev:hover {
  background-image: url(img/arrow-left-hover.svg);
  top: auto;
  bottom: 20px;
  left: auto;
  right: 68px;
}

.card-slider .lSAction>.lSNext:hover {
  background-image: url(img/arrow-right-hover.svg);
  right: 20px;
  bottom: 20px;
  top: auto;
}

.card1-info-wrapper {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #DDDBD3;
}

.card1-wrapper .prices-nav {
  margin-bottom: 20px;
  padding-bottom: 0;
  border-bottom: 0;
}

.card1-info-flex {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 20px;
}

.card1-info-c {
  border: 1px solid #DDDBD3;
  border-radius: 10px;
  padding: 24px;
  align-content: space-between;
}

.card1-info-c .prodt1-list-top-wrapper {
  margin-bottom: 14px;
}

.card1-info-c-list {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #DDDBD3;
}

.card1-info-c-list-item {
  margin-bottom: 8px;
  gap: 12px;
  align-items: center;
}

.card1-info-c-list-icon-txt {
  flex: 1 0;
}

.card1-info-c-list-icon {
  width: 44px;
  height: 44px;
}

.card1-info-c-btn {
  width: 100%;
}

.card1-info-r {
  background-color: #364446;
  border-radius: 10px;
  color: #fff;
  padding: 24px;
  align-content: space-between;
}

.card1-info-r .m-ban-form-list {
  margin-bottom: 20px;
  margin-top: 14px;
}

.card1-info-r .m-ban-form-icon {
  padding-top: 0;
}

.card1-info-r .soglasie {
  color: #fff;
  opacity: 0.7;
}

.card1-info-r .soglasie-link {
  color: #fff;
}

.card1-info-r .card1-info-input {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.8);
}

.card1-info-r .card1-info-input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.card1-info-bot-item {
  background-color: #F5F4F1;
  border-radius: 10px;
  padding: 24px;
  align-content: space-between;
}

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

.card1-info-bot-icon {
  width: 54px;
  height: 54px;
  border-color: #E51814;
}

.card1-info-bot-number-wrapper {
  width: 100%;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 24px;
}

.card1-info-bot-number {
  opacity: 0.6;
}

.card1-complect-wrapper {
  padding: 40px 0 60px;
}

.card1-com-tab-content {
  margin-top: 30px;
}

.card1-com1-title {
  margin-bottom: 14px;
}

.card1-com1-content {
  margin-top: 24px;
  border-top: 1px solid #DDDBD3;
}

.card1-com1-flex {
  padding: 30px 0;
  border-bottom: 1px solid #DDDBD3;
  gap: 30px;
	text-decoration: none;
	color: #364446;
}

.card1-com1-flex:hover .card1-com1-img{
	transform: scale(1.1);
}

.card1-com1-l {
  width: 23%;
  align-content: space-between;
}

.card1-com1-c {
  flex: 1 0;
  padding: 0 30px;
  border-left: 1px solid #DDDBD3;
  border-right: 1px solid #DDDBD3;
}

.card1-com1-r {
  width: 31%;
	overflow: hidden;
	border-radius: 10px;
}

.card1-com1-img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
	transition: 0.5s;
}


.card1-com1-price {
  color: #E51814;
  margin-bottom: 4px;
}

.card1-com1-c-item {
  gap: 8px;
  margin-bottom: 6px;
}

.card1-com1-c-item:last-child {
  margin-bottom: 0;
}

.card1-com1-c-txt {
  flex: 1 0;
}

.card1-com3-wrapper {
  padding-bottom: 40px;
  border-bottom: 1px solid #DDDBD3;
}

.card1-com3-txt-wrapper {
  margin-top: 30px;
  max-width: 925px;
}

.card1-com3-txt1 {
  margin-bottom: 12px;
}

.card1-com3-txt1:last-child {
  margin-bottom: 0;
}

.card1-com3-txt1 span {
  font-weight: 500;
}

.card1-com3-list {
  margin-bottom: 12px;
}

.card1-com3-list-item {
  margin-bottom: 12px;
  gap: 10px;
}

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

.card1-com3-list-txt {
  flex: 1 0;
}

.card1-com3-list-txt span {
  font-weight: 500;
}

.card1-com3-list-number {
  color: #E51814;
}

.card1-com4-wrapper {
  border-bottom: 1px solid #DDDBD3;
  padding-bottom: 40px;
  justify-content: space-between;
}
.card1-com4-title{
	margin-bottom: 30px;
}
.card1-com4-l {
  width: 41%;
  align-content: space-between;
}

.card1-com4-list {
  width: 100%;
  border-top: 0;
  padding-top: 0;
}

.card1-com4-list .prodt1-list-info-item:last-child {
  margin-bottom: 0;
}

.card1-com4-r {
  width: 49%;
  overflow: hidden;
}

.card1-com4-img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
  border: 1px solid #DDDBD3;
  background-color: #F5F4F1;
  border-radius: 10px;
}

.LPb1-t-wrapper {
  align-items: flex-end;
}

.LPb6-wrapper .m5-d-i {
  background-color: #fff;
}

.LPbcontacts-wrapper .m6-form-wrapper {
  margin-top: 40px;
}

.LPbcontacts-wrapper .contacts-l {
  background-color: #F5F4F1;
}

.LPbcontacts-wrapper .contacts-l .contacts-btn-white{
	background-color: #F5F4F1;
}
.LPbcontacts-wrapper .contacts-l .contacts-btn-white:hover{
	background-color: #E51814;
}

.subtitle-wrapper {
  justify-content: space-between;
  align-items: center;
}

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

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

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

.LPb2-content-wrapper {
  margin-top: 40px;
  margin-bottom: 19px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.LPb2-img {
  position: absolute;
  left: 50%;
  top: 25px;
  transform: translate(-50%, 0);
}
.LPb2-img-mobile{
	display: none;
}

.LPb2-btn {
  padding: 14px 0;
  margin: 0 auto;
  width: 100%;
  max-width: 440px;
	text-align: center;
}

.LPb2-list-flex {
  gap: 12px;
}

.LPb2-icon {
  width: 44px;
  height: 44px;
  border-color: #E51814;
}
.LPb2-icon-mobile{
	display: none;
}

.LPb2-list-title {
  margin-bottom: 12px;
}

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

.LPb2-list li {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 6px;
}
.LPb2-list li:last-child{
  margin-bottom: 0;
}
.LPb2-list-txt{
  flex: 1 0;
}
.LPb2-list-wrapper{
  flex: 1 0;
}
.LPb2-list-flex1 .LPb2-list-wrapper{
  max-width: 307px;
}
.LPb2-list-flex1{
  margin-bottom: 30px;
  padding-left: 73px;
}
.LPb2-list-flex2 .LPb2-list-wrapper{
  max-width: 208px;
}
.LPb2-list-flex2{
  margin-bottom: 40px;
}
.LPb2-list-flex3 .LPb2-list-wrapper{
  max-width: 235px;
}
.LPb2-list-flex3{
  padding-left: 30px;
}
.LPb2-list-flex4 .LPb2-list-wrapper{
  max-width: 190px;
}
.LPb2-list-flex4{
  margin-bottom: 46px;
  padding-right: 63px;
}
.LPb2-list-flex5 .LPb2-list-wrapper{
  max-width: 246px;
}
.LPb2-list-flex5{
  margin-bottom: 56px;
}
.LPb2-list-flex6 .LPb2-list-wrapper{
  max-width: 253px;
}
.LPb2-list-flex6{
  padding-right: 20px;
}
.LPb2-content-wrapper{
  justify-content: space-between;
}
.LPb2-item-r{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: 330px;
}
.LPb2-pult-wrapper{
  margin-top: 60px;
}
.LPb2-pult-flex{
  margin: 40px 0 30px;
  position: relative;
  height: 473px;
  justify-content: space-between;
}
.LPb2-pult-l{
  max-width: 325px;
}
.LPb2-pult-r{
  max-width: 320px;
}
.LPb2-pult-c{
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.LPb2-pult-item{
  gap: 12px;
}
.LPb2-pult-icon{
  width: 44px;
  height: 44px;
  border-color: #E51814;
}
.LPb2-pult-txt-wrapper{
  flex: 1 0;
}
.LPb2-pult-title{
  margin-bottom: 6px;
}
.LPb2-pult-l,
.LPb2-pult-r{
  gap: 30px;
  align-content: center;
}
.LPb5-flex{
  margin-top: 40px;
  gap: 20px;
}
.LPb5-item{
  background-color: #fff;
  border-radius: 10px;
  flex: 1 0;
  padding: 5px;
}
.LPb5-img{
  width: 100%;
  height: 330px;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}
.LPb5-txt-wrapper{
  padding: 20px 19px 19px 19px;
}
.LPb5-item-title{
  margin-bottom: 8px;
}
.LPb5-item-list{
  margin: 16px 0 0 0;
  padding-left: 0;
  list-style-type: none;
}
.LPb5-item-list li{
  margin-bottom: 8px;
}
.LPb5-item-list li:last-child{
  margin-bottom: 0;
}
.LPb5-item-list a{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #364446;
  transition: 0.5s
}
.LPb5-item-list a:hover{
  color: #E51814;
  transition: 0.5s
}
.LPb5-item-list-txt{
  flex: 1 0;
}
.LPb4-flex{
  margin-top: 40px;
  gap: 20px;
}
.LPb4-item{
  flex: 1 0;
  border-radius: 10px;
  padding: 40px;
}
.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;
  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{
  justify-content: space-between;
  gap: 30px;
}
.LPb4-double .LPb4-txt-wrapper{
  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: 0;
  right: 40px;
  background: url(img/table-red.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 94px;
  height: 135px;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
}
.LPb4-red-txt{
  width: 100%;
  margin-top: 8px;
}
.LPb3-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.LPb3-grid-item-big{
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 3;
  grid-column-end: 5;
}
.LPb3-grid-item{
  border-radius: 10px;
  background-color: #fff;
  padding: 24px;
}
.LPb3-item-title-wrapper{
  justify-content: space-between;
}
.LPb3-item-icon{
  width: 44px;
  height: 44px;
  border-color: #E51814;
}
.LPb3-item-price{
  margin-top: 48px;
}
.LPb3-btn-wrapper{
  margin-top: 30px;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.LPb3-btn{
  padding: 14px 0;
  width: 100%;
  max-width: 440px;
}
.LPb3-grid-item-big{
  background-color: #364446;
  padding: 30px;
  color: #fff;
}
.LPb3-grid-big-list{
  margin: 16px 0 20px;
  padding-top: 0;
  border-top: 0;
}
.LPb3-grid-big-red-wrapper{
  width: 100%;
  background-color: #E51814;
  padding: 18px 24px;
  border-radius: 10px;
  gap: 16px;
  align-items: center;
}
.LPb3-grid-big-icon{
  width: 44px;
  height: 44px;
  border-color: #fff;
}
.LPb3-grid-big-txt-title{
  margin-bottom: 4px;
  opacity: 0.8;
}
.LPb3-grid-big-list .prodt1-list-info-item:last-child{
  margin-bottom: 0;
}
.LPb3-grid-big-list .prodt1-list-info-l{
  opacity: 0.8;
}
.LPb3-grid-big-list .prodt1-list-info-line{
  border-color: rgba(255, 255, 255, 0.2);
}
.LPm1-mobile-img{
	display: none;
}
.LPm1-wrapper{
  background: url(img/LPm-ban.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}
.LPm1-content-wrapper{
  max-width: 601px;
}
.LPm1-subtitle{
  margin: 30px 0 24px;
}
.LPm1-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 40px;
}
.LPm1-item-title-wrapper{
  gap: 10px;
  align-items: center;
  margin-bottom: 8px;
}
.LPm1-item-icon{
  width: 44px;
  height: 44px;
  background-color: #E51814;
  border-color: #E51814;
}
.LPm1-item-icon-txt{
  flex: 1 0;
}
.LPm1-item-txt{
  color: rgba(255, 255, 255, 0.9);
}
.LPm1-btn-wrapper{
  margin-top: 40px;
  gap: 20px;
}
.LPm1-btn-item{
  flex: 1 0;
}
.LPm1-btn-txt{
  margin-top: 12px;
}
.LPm1-btn{
  width: 100%;
}
.LPm1-btn-white{
  width: 100%;
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.LPm1-btn-white:hover{
	background-color: #F5F4F1;
	color: #364446;
	border-color: #DDDBD3;
}
.LPm1-grad-wrapper{
  padding: 107px 0 126px;
  background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.48) 40%, rgba(0, 0, 0, 0) 100%);
}
.LPm2-grid{
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.LPm2-item{
  border-radius: 10px;
  height: 240px;
  padding: 24px;
  position: relative;
  overflow: hidden;
}
.LPm2-item1{
  background-color: #E51814;
}
.LPm2-item2{
  background-color: #364446;
}
.LPm2-item3{
  background-color: #F5F4F1;
  padding: 20px;
  justify-content: space-between;
}
.LPm2-item4{
  background-color: #F1F1F1;
}
.LPm2-item1-txt{
  width: 280px;
}
.LPm2-item2-txt{
  width: 320px;
}
.LPm2-item3-txt{
  padding: 4px 0 4px 4px;
  width: 302px;
}
.LPm2-item4-txt{
  width: 270px;
  position: relative;
  z-index: 1;
}
.LPm2-item1-img{
  width: 328px;
  height: 210px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.LPm2-item2-img{
  position: absolute;
  bottom: 0;
  right: 20px;
}
.LPm2-item4-img{
  position: absolute;
  top: 0;
  right: 0;
}
.LPm2-item p span{
  font-weight: 500;
}
.LPm2-graf-wrapper{
  width: 264px;
  gap: 8px;
}
.LPm2-graf-item{
  flex: 1 0;
  background-color: rgba(221, 219, 211, 0.5);
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  align-content: flex-end;
  justify-content: center;
}
.LPm2-graf-persent-wrapper{
  background-color: #fff;
  width: 53px;
  height: 27px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  position: relative;
}
.LPm2-graf-persent-wrapper::before{
  content: "";
  width: 20px;
  height: 6px;
  background: url(img/LP-graf-arrow.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translate(-50%, 0);
}
.LPm2-graf-red{
  width: 100%;
  background-color: #E51814;
  border-radius: 10px;
}
.LPm2-graf-item:nth-child(1) .LPm2-graf-red{
  height: 69%;
}
.LPm2-graf-item:nth-child(2) .LPm2-graf-red{
   height: 54%;
}
.LPm2-graf-item:nth-child(3) .LPm2-graf-red{
   height: 40%;
}
.LPm2-graf-item:nth-child(4) .LPm2-graf-red{
   height: 25%;
}
.LPm2-form-wrapper{
  margin-bottom: 60px;
}
.LPw1-wrapper .LPm1-content-wrapper{
  max-width: 616px;
}
.LPw1-wrapper{
  background-image: url(img/LPw-ban.png);
}
.LPw2-graf-wrapper .LPm2-graf-item:nth-child(1){
  order: 4;
}
.LPw2-graf-wrapper .LPm2-graf-item:nth-child(2){
  order: 3;
}
.LPw2-graf-wrapper .LPm2-graf-item:nth-child(3){
  order: 2;
}
.LPw2-graf-wrapper .LPm2-graf-item:nth-child(4){
  order: 1;
}
.LPw2-content-wrapper .LPb2-list-flex1{
  padding-left: 60px;
  margin-bottom: 60px;
}
.LPw2-content-wrapper .LPb2-list-flex1 .LPb2-list-wrapper{
  max-width: 251px;
}
.LPw2-content-wrapper .LPb2-list-flex2 .LPb2-list-wrapper{
  max-width: 246px;
}
.LPw2-content-wrapper .LPb2-list-flex2{
  margin-bottom: 0;
}
.LPw2-content-wrapper .LPb2-list-flex5{
  margin-bottom: 40px;
}
.LPg1-wrapper{
    background-image: url(img/LPg-ban.png);
}
.LPg1-wrapper .LPm1-item-title-wrapper{
  align-items: flex-start;
}
.LPg1-wrapper .LPm1-item-icon-txt{
  color: rgba(255, 255, 255, 0.85);
}
.LPm1-item-icon-txt span{
  font-weight: 500;
  color: #fff;
}
.LPg2-content-wrapper .LPb2-list-flex1{
  padding-left: 93px;
}
.LPg2-content-wrapper .LPb2-list-flex2{
  margin-bottom: 30px;
}
.LPg2-content-wrapper .LPb2-list-wrapper{
  max-width: 270px;
}
.LPg2-content-wrapper .LPb2-list-flex3{
  padding-left: 80px;
}
.LPg2-content-wrapper .LPb2-list-flex4{
  padding-right: 60px;
  margin-bottom: 30px;
}
.LPg2-content-wrapper .LPb2-list-flex5{
  margin-bottom: 30px;
}
.LPg2-content-wrapper .LPb2-item-r{
  max-width: 400px;
}
.LPg2-content-wrapper .LPb2-list-flex6{
  padding-right: 40px;
}
.LPg2-content-wrapper .LPb2-img{
  top: 55px;
}
.LPg4-grid{
  margin: 40px 0 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.LPb4-grid-item{
  border-radius: 10px;
  border: 1px solid #DDDBD3;
  padding: 24px;
  align-content: space-between;
}
.LPg4-item-title{
  margin-bottom: 14px;
}
.LPg4-item-bot-wrapper{
  margin-top: 37px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
.LPg4-icon{
  width: 54px;
  height: 54px;
  border-color: #E51814;
}
.LPg4-btn{
  margin: 0 auto;
  padding: 14px 0;
  width: 100%;
  max-width: 440px;
}
.LPg4-table-wrapper{
  margin-top: 60px;
}
.LPg4-table-wrapper .LPb4-item-title{
  max-width: 310px;
}
.LPs1-wrapper{
  background-image: url(img/LPs-ban.png);
}
.LPs2-flex{
  margin-top: 40px;
  gap: 20px;
}
.LPs2-item{
  flex: 1 0;
}
.LPs2-img{
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
}
.LPs2-img-btn{
  width: 100%;
}
.LPs2-item-l{
  position: relative;
}
.LPs2-img-wrapper{
  position: sticky;
  top: 85px;
}
.LPs2-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.LPs2-grid-item{
  background-color: #F5F4F1;
  border-radius: 10px;
  padding: 24px;
  align-content: space-between;
}
.LPs2-grid-title{
  margin-bottom: 10px;
}
.LPs2-grid-icon-wrapper{
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 24px;
}
.LPs2-grid-icon{
  width: 44px;
  height: 44px;
  border-color: #E51814;
}
.LPs2-grid-btn{
  width: 100%;
  color: #687374;
  border-color: #DDDBD3;
  text-align: center;
  margin-top: 20px;
  transition: 0.5s;
}
.LPs2-grid-btn:hover{
  color: #E51814;
  border-color: #E51814;
  transition: 0.5s;
}
.LPs3-item{
  background-color: #F5F4F1;
  padding: 0;
  padding-right: 10px;
}
.LPs3-title{
  margin: 20px 0 14px;
}
.LPs3-btn{
  width: 100%;
  margin-top: 30px;
}
.LPs3-flex .LPb5-item{
  height: fit-content;
}
.LPs3-flex .LPb5-item-list{
  margin-top: 14px;
}
.LPs3-list-btn{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-color: #DDDBD3;
  padding: 11px 0;
  margin-top: 20px;
  color: #687374;
  transition: 0.5s;
}
.LPs3-list-btn p{
  color: #687374;
  transition: 0.5s;
}
.LPs3-list-btn:hover{
  border-color: #E51814;
  transition: 0.5s;
}
.LPs3-list-btn:hover p{
  color: #E51814;
  transition: 0.5s;
}
.LPs3-list-btn path{
  transition: 0.5s;
}
.LPs3-list-btn:hover path{
  stroke: #E51814;
  transition: 0.5s;
}
.LPs4-wrapper .m5-form-wrapper{
  margin-top: 0;
}
.LPp1-wrapper{
  background-image: url(img/LPp-ban.png);
}
.LPp1-wrapper .LPm1-content-wrapper{
  max-width: 795px;
}
.LPp1-wrapper .LPm1-grid{
  max-width: 630px;
}
.LPp1-wrapper .LPm1-btn-wrapper{
  max-width: 630px;
}
.LPb5-flex-btn{
  width: 100%;
  max-width: 440px;
  margin: 30px auto 0;
}
.LPp2-content-wrapper .LPb2-list-flex{
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 30px;
}
.LPp2-content-wrapper .LPb2-item-r{
  justify-content: flex-start;
}
.LPp2-content-wrapper .LPb2-item{
  max-width: 324px;
}
.LPp2-content-wrapper .LPb2-list-wrapper{
  max-width: 100%;
}
.LPp2-content-wrapper .LPb2-list-flex:last-child{
  margin-bottom: 0;
}
.LPp2-content-wrapper .LPb2-img{
  top: 0;
}
.LPsilos1-wrapper{
  background-image: url(img/LPsilos-ban.png);
}
.LPsilos1-wrapper .LPm1-content-wrapper{
  max-width: 700px;
}
.LPsilos1-wrapper .LPm1-item-title-wrapper{
  align-items: flex-start;
}
.LPsilos2-content-wrapper .LPb2-list-flex{
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 30px;
}
.LPsilos2-content-wrapper .LPb2-list-flex:last-child{
  margin-bottom: 0;
}
.LPsilos2-content-wrapper .LPb2-list-title{
  margin-bottom: 6px;
}
.LPsilos2-content-wrapper .LPb2-item{
  max-width: 325px;
}
.LPsilos2-content-wrapper .LPb2-list-wrapper{
  max-width: 100%;
}
.LPsilos2-content-wrapper .LPb2-item-r{
  justify-content: flex-start;
  align-content: flex-start;
}
.LPsilos2-flex-btn{
  padding: 14px 0;
  width: 100%;
  max-width: 670px;
  margin: 113px auto 0;
}
.LPsilos3-flex .LPb5-img{
  height: 240px;
}
.LPsilos4-table-wrapper .LPb4-item-title{
  max-width: 100%;
}
.LPsilos4-table-wrapper .LPb4-double:last-child .LPb4-txt-wrapper{
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.LPsilos4-table-wrapper{
  margin-bottom: 60px;
}
.LPsilos4-wrapper{
  padding-bottom: 0;
  padding-top: 1px;
}
.LPa1-wrapper{
    background-image: url(img/LPa-ban.png);
}
.LPa1-wrapper .LPm1-content-wrapper{
  max-width: 700px;
}
.LPa1-wrapper .LPm1-item-title-wrapper{
  align-items: flex-start;
}
.LPa2-wrapper .LPb2-pult-wrapper{
  margin-top: 0;
}
.LPa2-wrapper{
  padding-bottom: 20px;
}
.thx-top-wrapper{
  padding: 50px 0 30px;
  text-align: center;
}
.brc-wrapper{
  justify-content: 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;
  justify-content: center;
  margin: 40px auto 30px;
}
.thx-title-item{
  flex: 1 0;
  background-color: #F5F4F1;
  border-radius: 10px;
  padding: 24px;
}
.thx-title-icon-wrapper{
  border: 0;
  margin-bottom: 24px;
  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{
  flex: 1 0;
  padding: 30px;
  border: 1px solid #DDDBD3;
  border-radius: 10px;
}
.thx-bot-left{
  flex: 1 0;
}
.thx-wrapper{
  position: relative;
  padding-bottom: 100px;
}
.thx-bot-img{
  width: 100%;
  height: 100%;
  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;
  justify-content: space-between;
  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%;
  transform: translate(-50%, -50%);
}
.h-cont-hamburger-off{
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.h-cont-hamburger-on{
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}
.header.active .h-cont-hamburger-off{
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}
.header.active .h-cont-hamburger-on{
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.main-kad-cont{
	padding-top: 30px;
	padding-bottom: 30px;
}
.bg-main{
	border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
	position: relative;
    background-color: #fff;
}

.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%;
  transform: translate(-50%, -50%);
}

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

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

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

.header.active .h-cont-hamburger-on {
  opacity: 0;
  visibility: hidden;
  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;
  transition: 0.5s;
}
.header.active .mobile-menu-wrapper{
  left: 0;
  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%;
  justify-content: space-between;
  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{
  flex: 1 0;
}
.mobile-menu-bot-wrapper .h-f-b-right{
  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{
  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;
  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;
  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;
  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: flex;
  flex-wrap: wrap;
  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: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding: 14px;
  text-decoration: none;
  color: #fff;
}
.accordion-button::after{
  display: none;
}

.vac2-flex-mobile{
	display: none;
}

.vac2-flex-mobile .vac2-nav .vac2-nav-link:not(.collapsed),
.vac2-flex-mobile .vac2-nav .show>.vac2-nav-link {
  background-color: #E51814;
}

.vac2-flex-mobile .vac2-nav .vac2-nav-link:not(.collapsed) .vac2-btn-icon,
.vac2-flex-mobile .vac2-nav .show>.vac2-nav-link .vac2-btn-icon {
  background-color: rgba(255, 255, 255, 0.2);
  transform: rotate(90deg);
  transition: 0.3s;
}

.vac2-flex-mobile .vac2-nav .vac2-nav-link:not(.collapsed) .vac2-btn-icon path,
.vac2-flex-mobile .vac2-nav .show>.vac2-nav-link .vac2-btn-icon path {
  stroke: #fff;
  transition: 0.3s;
}
.vac2-flex-mobile .vac2-nav .vac2-nav-link:not(.collapsed) .vac2-btn-txt{
  color: #fff;
  transition: 0.3s;
}
.vac2-flex-mobile .vac2-nav-link:focus{
  box-shadow: none;
}
.vac2-flex-mobile{
  flex-wrap: wrap;
  gap: 8px;
}
.vac2-flex-mobile .vac2-nav{
  border-radius: 10px;
  width: 100%;
}

@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: 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-wrapper {
    width: 150px;
    height: 160px;
  }
.m5-d-img{
	height: 554px;
}
  .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%;
    object-fit: cover;
    object-position: center;
  }
  .m4-target-item.m-flex{
    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{
  flex: 1 0;
}
.m6-form-img{
  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%;
  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{
  flex: 1 0;
}
.LPb2-img{
  width: 565px;
  top: auto;
  bottom: 40px;
}
.LPb2-pult-img{
  width: 480px;
}
.LPb2-pult-flex{
  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%;
    transform: translate(-50%, -50%);
}
.LPsilos2-content-wrapper .LPb2-img{
  width: 445px;
  top: 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;
}
	.prodt1-list-img{
		height: 100% !important;
	}
}

@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: 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-txt{
    font-size: 13px;
  }
  .h-souz-txt{
    font-size: 13px;
  }
  .h-menu-catalog .h-menu-link {
    font-size: 14px;
  }
  .h-menu-link{
    font-size: 14px;
  }
  .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{
  grid-template-columns: repeat(2, 1fr);
}
.m3-l-item{
  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%;
  object-fit: cover;
  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: flex;
}
.m5-form-tg{
  flex: 1 0;
}
.f-f-c-seti-f{
  display: flex;
}
.card1-info-flex{
  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%;
  transform: translate(-50%, 50%);
}
.LPb2-img{
  display: none;
}
.LPb2-content-wrapper .LPb2-img-mobile{
  left: 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{
  flex: 1 0;
}
.LPb3-grid{
  gap: 10px;
}
.LPg4-grid{
  grid-template-columns: repeat(2, 1fr);
}
.LPm2-grid{
  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{
  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-wrapper {
    width: 48%;
    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{
  flex: 1 0;
}
.vac3-txt-item{
  width: 40%;
}
.vac3-flex{
  gap: 30px;
}
.vac3-txt{
  font-size: 14px;
}
.vac3-img-item img{
  height: 100%;
  object-fit: cover;
}
.vac3-img-item {
    flex: 1 0 56%;
}
	.m2-c-g-item-solo{
		min-height: 326px;
	}
	.m-blog-news-title{
		font-size: 16px;
		-webkit-line-clamp: 3;
	}
	.h-catalog{
		max-width: 100%;
	}
	.h-catalog-item{
		height: 190px;
	}
}

@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: flex;
  }

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

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

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

  .main-slider img {
    height: 260px;
  }

  .m1-wrapper{
    padding-top: 90px;
  }

  .m1-t-wrapper {
    margin-top: 40px;
  }

  .m1-t {
    font-size: 30px;
  }

  .m1-t-btn-wrapper {
    width: 100%;
	  max-width: 100%;
    margin-top: 24px;
    gap: 10px;
  }

  .m1-t-btn-item {
    flex: 1 0;
  }

  .m1-t-btn-txt {
    display: none;
  }

  .m1-btn {
    margin-bottom: 0;
  }

  .m1-t-btn-txt-mobile {
    display: block;
    margin-top: 10px;
  }

  .m1-g {
    margin-top: 30px;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .m1-g-i:nth-child(4) {
    grid-column-start: auto;
    grid-column-end: auto;
    height: 220px;
    align-content: space-between;
  }

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

  .m1-g-i {
    padding: 20px;
  }

  .m1-g-i-t {
    font-size: 16px;
  }

  .m1-g-i-txt {
    font-size: 14px;
  }

  .m1-g-i:first-child {
    background-size: contain;
	order: 1;
  }

  .m1-g-i-grad {
    padding: 20px;
  }
  .m1-g-i:nth-child(2) {
	  order: 2;
  }
  .m1-g-i:nth-child(3) {
    background-size: cover;
	  order: 3;
  }
	  .m1-g-i:nth-child(4) {
	  order: 5;
		  grid-column-start: 1;
		  grid-column-end: 3;
  }
	  .m1-g-i:nth-child(5) {
	  order: 4;
  }

  .m1-g-graf-item:first-child {
    height: 100px;
  }

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

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

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

  .m1-g-i:nth-child(4) .m1-g-i-t {
    position: static;
    padding: 20px;
  }

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

  .m1-g-i-img {
    height: 150px;
    width: 150px;
    right: 20px;
  }

  .m1-g-i:nth-child(5) .m1-g-i-t {
    max-width: 150px;
  }

  .m1-g-i-icon {
    width: 100%;
  }

  h2 {
    font-size: 23px;
  }

  h2 br {
    display: none;
  }

  .subtitle {
    font-size: 12px;
  }

  .m2-t {
    margin-bottom: 10px;
  }

  .m2-subt {
    font-size: 14px;
  }

  .m2-subt br {
    display: none;
  }

  .m2-c-wrapper {
    margin-top: 30px;
    padding-top: 30px;
  }

  .m2-c-t {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .m2-c-subt {
    font-size: 14px;
  }

  .m2-c-g {
    margin-top: 24px;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .m2-c-g-img-txt {
    font-size: 12px;
    padding: 5px 8px;
    left: 5px;
    top: 5px;
  }

  .m2-c-g-price {
    font-size: 16px;
  }

  .m2-c-g-nal-wrapper {
    gap: 5px;
  }

  .m2-c-g-nal-wrapper svg {
    width: 16px;
    height: 16px;
  }

  .m2-c-g-nal-txt {
    font-size: 13px;
  }

  .m2-c-g-txt {
    font-size: 14px;
    margin-top: 6px;
  }

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

  .m2-c-g-item-solo {
    height: 280px;
	  min-height: auto;
    padding: 20px;
    background-size: contain;
  }

  .m2-c-g-title {
    font-size: 16px;
    margin-top: 0;
  }

  .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;
  }

  .m2-g-collapse-btn {
    max-width: 100%;
    margin-top: 24px;
  }

  .m2-c-g-item-solo2 {
    height: 280px;
	  min-height: auto;
    padding: 20px;
  }

  .m2-c-g-item-solo2 .m2-c-g-title {
    margin-top: 10px;
  }

  .m2-c-g-btn-img {
    width: 148px;
  }

  .m3-g {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 24px;
    gap: 8px;
  }
	.m3-g-img-wrapper{
	width: 120px;
    height: 100%;
	min-height: 120px;	
	}
  .m3-g-img {
    width: 100%;
    height: 100%;
  }

  .m3-price-txt {
    font-size: 13px;
  }

  .m3-g-price-wrapper {
    margin-top: 12px;
  }

  .m3-price {
    font-size: 16px;
  }

  .m3-g-txt-wrapper {
    padding: 15px 18px;
  }

  .m3-l-flex {
    margin-top: 30px;
    gap: 30px;
    border-top: 0;
  }

  .m3-l-line {
    display: none;
  }

  .m3-l-item {
    padding: 0;
    flex: 1 0 100%;
  }

  .m3-l-item.m-flex {
    padding-bottom: 30px;
    border-bottom: 1px solid #DDDBD3;
    gap: 20px;
  }

  .m3-l-txt-f {
    margin-top: 14px;
    gap: 8px;
  }

  .m3-l-txt-item {
    padding: 18px 20px
  }

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

  .m3-l-g {
    gap: 8px;
  }

  .m3-l-g-item {
    height: 64px;
  }

  .m4-t br {
    display: none;
  }

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

  .m4-top-g {
    grid-template-columns: repeat(2, 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 {
    flex: 1 0 100%;
  }

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

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

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

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

  .m4-target-item {
    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;
    flex: 1 0 100%;
    gap: 14px;
  }

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

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

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

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

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

  .m4-sert-grid {
    margin-top: 20px;
    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;
    flex-wrap: nowrap;
    gap: 8px;
    overflow: scroll;
  }

  .m4-prod-item {
    width: 144px;
    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;
  }

  .otz-slider {
    margin-top: 30px;
  }

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

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

  .m5-d-g {
    margin-top: 30px;
    gap: 8px;
    grid-template-columns: repeat(2, 1fr);
  }

  .m5-d-i-img {
    grid-row-start: auto;
    grid-row-end: auto;
    grid-column-start: 1;
    grid-column-end: 3;
    order: 3;
  }
	.m5-d-img{
		height: 100%;
	}

  .m5-d-i:nth-child(1) {
    order: 1;
  }

  .m5-d-i:nth-child(3) {
    order: 2;
  }

  .m5-d-i:nth-child(4) {
    order: 4;
  }

  .m5-d-i:nth-child(5) {
    order: 5;
  }
  .m5-d-i{
    padding: 20px;
  }
  .m5-d-txt-wrapper{
    margin-top: 20px;
  }
  .m5-d-icon{
    width: 46px;
    height: 46px;
  }
  .m5-d-icon svg{
    width: 26px;
    height: 26px;
  }
  .m5-d-number{
    font-size: 13px;
  }
  .m5-d-i-img{
    padding: 0;
    height: 296px;
    overflow: hidden;
  }
  .m5-form-wrapper{
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
  .m5-form-l{
    grid-column-start: auto;
    grid-column-end: auto;
    padding: 20px;
    overflow: hidden;
  }
  .m5-form-l-img{
    width: 40%;
    margin-bottom: -45px;
    margin-top: 10px;
  }
  .m5-form-l-t{
    font-size: 18px;
  }
  .m5-form-l-list-wrapper{
    margin-top: 16px;
  }
  .m5-form-l-list-t{
    font-size: 13px;
  }
  .m5-form-l-list p{
    font-size: 14px;
    flex: 1 0;
  }
  .m5-form-r{
    padding: 20px;
  }
  .m5-form-r-t{
    font-size: 16px;
  }
  .m5-form-seti-wrapper{
    margin-top: 20px;
  }
  .m5-form-tel-wrapper{
    display: none;
  }
  .m5-form-tel-mobile{
    display: flex;
    background-color: #E51814;
  }
  .m5-form-tg{
    flex: 1 0;
    height: 40px;
  }
  .contacts-subtitle br{
    display: none;
  }
  .m-blog-img{
    width: 100%;
    height: 210px;
  }
  .m-blog-wrapper{
    gap: 30px;
  }
	.m-blog-item{
		flex: 1 0 100%;
	}
  .m-blog-btn{
    display: none;
  }
  .m-blog-btn-mobile{
    display: block;
    margin: 0;
    width: 100%;
	  text-align: center;
  }
  .m-blog-news-item{
    gap: 0;
  }
	.m-blog-news-item{
		flex: 1 0 49%;
	}
  .m-blog-news-content-wrapper{
    padding: 16px 15px 15px;
  }
  .m-blog-news-txt{
    -webkit-line-clamp: 3;
  }
  .m-blog-news-bot-wrapper{
    margin-top: 18px;
  }
  .m-blog-news-bot-txt{
    font-size: 13px;
  }
  .m-blog-date{
    font-size: 13px;
  }
  .m-blog-item:nth-child(2){
    gap: 8px;
  }
  .m6-form-wrapper{
    margin-top: 60px;
    padding: 20px;
  }
  .m6-form-img{
    display: none;
  }
  .m6-form-l{
    width: 100%;
    max-width: 100%;
  }
  .m6-form-t{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .m6-form-l-t{
    margin-bottom: 16px;
  }
  .m6-form-btn{
    margin-top: 2px;
  }
  .m6-form-r{
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }
  .m6-form-r-top-wrapper{
    padding: 16px;
  }
  .m6-form-r-top-t{
    margin-bottom: 16px;
  }
  .m6-form-r-top-icon-txt-t{
    font-size: 16px;
  }
  .m6-form-r-top-icon-txt{
    font-size: 13px;
  }
  .m6-form-r-bot-wrapper{
    padding: 16px;
    align-items: flex-start;
  }
  .m6-form-r-top-icon-txt-wrapper{
    flex: 1 0;
  }
  .contacts-subtitle br{
    display: none;
  }
  .contacts-l{
    padding: 20px;
	  width: 100%;
	  max-width: 100%;
  }
  .contacts-icon svg{
    width: 20px;
  }
  .contacts-line-wrapper{
    gap: 10px;
  }
  .contacts-txt-wrapper{
    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{
    flex: 1 0 100%;
    width: 100%;
    height: 400px;
  }
  .f-f-l{
    padding: 80px 0 0 0;
  }
  .f-logo-line{
    display: block;
  }
  .f-logo-wrapper{
    margin-bottom: 24px;
  }
  .f-f-c{
    padding: 30px 0;
    margin: 30px 0;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    gap: 20px 8px;
  }
  .f-f>div{
    flex: 1 0 100%;
  }
  .f-f-c-title{
    margin-bottom: 14px;
  }
  .f-f-c-seti-f{
    gap: 8px;
  }
	.f-f-c-item:nth-child(3){
		max-width: 96px;
	}

  .f-f-r{
    padding: 0 0 30px 0;
  }
  .f-f-r-txt-wrapper{
    margin-bottom: 18px;
	  flex: 1 0;
  }
	.f-f-r-btn-wrapper{
		flex: 1 0;
	}
  .f-f-r-title{
    margin-bottom: 8px;
  }
  .f-f-r-btn-txt-wrapper{
    padding: 12px 16px;
  }
  .f-c-wrapper{
    gap: 10px;
  }
  .f-b-wrapper{
    gap: 10px;
  }
  .modal-content{
    padding: 20px;
  }
  .modal-title{
    font-size: 20px;
  }
  .m-ban-form-txt{
    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;
  }
  .about1-wrapper{
    padding-top: 0;
  }
  .about1-wrapper .m4-t{
    font-size: 28px;
  }
  .news-grid{
    margin-top: 30px;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .nc-r{
    width: 100%;
    max-width: 100%;
    margin-top: 60px;
  }
  .nc-flex{
    gap: 0;
  }
  .nc-l{
    width: 100%;
    max-width: 100%;
  }
	.nc-content-right-news-wrapper{
		display: flex;
    flex-wrap: wrap;
}
	.nc-content-right-news-item{
	flex: 1 0 48%;
    max-width: 50%;	
	}
  .nc-title{
    font-size: 28px;
  }
  .nc-flex{
    margin-top: 20px;
  }
  .nc-menu-wrapper-mobile{
    display: block;
  }
  .nc-menu-wrapper{
    display: none;
    margin-bottom: 20px;
    padding: 20px;
  }
  .nc-menu-wrapper.nc-menu-wrapper-mobile{
    display: block;
  }
  .nc-menu-title{
    font-size: 16px;
  }
  .nc-menu-list{
    font-size: 14px;
  }
  .nc-img{
    height: 240px;
    object-fit: cover;
    object-position: center;
  }
  .nc-img-title{
    margin-top: 16px;
  }
  .nc-txt-wrapper{
    margin-top: 30px;
  }
  .nc-txt-title{
    font-size: 18px;
  }
  .nc-list svg{
    width: 6px;
  }
  .nc-list li{
    margin-bottom: 6px;
  }
  .nc-txt-img{
    margin-top: 30px;
    height: 240px;
    object-fit: cover;
    object-position: center;
  }
  .nc-content-links-wrapper{
    margin-top: 30px;
  }
  .nc-content-link{
    gap: 8px;
  }
  .nc-content-link-txt{
    font-size: 13px;
  }
  .nc-content-link-icon{
    width: 30px;
    height: 30px;
  }
  .nc-content-link-icon svg{
    width: 20px;
  }
  .nc-content-link-txt{
    display: none;
  }
  .nc-content-link-txt.nc-content-link-txt-mobile{
    display: block;
  }
  .nc-contet-right-wrapper{
    margin-top: 0;
  }
  .nc-content-right-title{
    font-size: 18px;
  }
  .nc-content-right-link{
    font-size: 13px;
  }
  .nc-content-right-news-img{
    width: 90px;
    height: 90px;
  }
  .about1-wrapper .price-title{
    margin-top: 20px;
    font-size: 28px;
  }
  .prices-content-wrapper{
    margin-top: 30px;
  }
  .prices-nav{
    padding-bottom: 20px;
    gap: 8px;
    width: fit-content;
  }
  .prices-nav .prices-nav-link{
    font-size: 13px;
    padding: 10px;
    height: 37px;
  }
  .prices-nav-item{
    flex: 1 0 auto;
    height: 37px;
  }
	.prices-table-mobile-txt-wrapper:nth-child(3), .prices-table-mobile-txt-wrapper:nth-child(4){
		flex: 1 0;
	}
	.prices-table-second-txt-wrapper .prices-table-mobile-txt-wrapper{
		width: 80%;
	}
  .prices-table-wrapper{
    margin-top: 30px;
  }
  .prices-table-title{
    font-size: 20px;
  }
  .table-responsive{
    display: none;
  }
  .prices-table-mobile{
    display: block;
  }
  .prices-table-title{
    margin-bottom: 20px;
  }
  .photo-grid{
    gap: 8px;
  }
  .photo-img{
    object-fit: cover;
    object-position: center;
  }
  .photo-item-else{
    font-size: 12px;
    padding: 7px 0;
    border-radius: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
  }
  .photo-tab-wrapper{
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .price-subtitle br{
    display: none;
  }
  .price-title br{
    display: none;
  }
  .video-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .video-grid .m4-video-txt{
    padding: 16px 20px;
    font-size: 14px;
  }
  .vac1-top-wrapper{
    margin-top: 20px;
  }
  .vac1-top-wrapper>div{
    flex: 1 0 100%;
  }
  .vac1-top-l{
    padding: 20px;
  }
  .vac1-top-title br{
    display: none;
  }
  .vac1-top-title{
    font-size: 28px;
  }
  .vac1-top-subtitle br{
    display: none;
  }
  .vac1-top-subtitle{
    margin: 10px 0 20px;
    font-size: 14px;
  }
  .vac1-top-bn{
    width: 100%;
  }
  .vac1-bot-wrapper{
    margin-top: 60px;
  }
  .vac1-bot-grid{
    margin-top: 30px;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
	.vac2-nav{
		max-width: 100%;
	}
  .vac1-bot-item{
    padding: 20px;
  }
  .vac1-bot-item-title{
    margin-bottom: 9px;
  }
  .vac1-bot-number-flex{
    margin-top: 20px;
  }
  .vac1-bot-icon{
    width: 46px;
    height: 46px;
  }
  .vac1-bot-icon svg{
    width: 26px;
  }
  .vac1-bot-number{
    font-size: 13px;
  }
  .vac3-flex{
    margin-top: 16px;
    gap: 8px;
  }
  .vac3-txt-item{
    width: 100%;
  }
  .vac3-img-item{
    flex: 1 0 100%;
  }
  .vac3-txt{
    margin-bottom: 10px;
  }
  .vac3-txt-item:nth-child(1) .vac3-img{
    margin-top: 10px;
  }
  .vac3-img{
    height: 400px;
    object-fit: cover;
    object-position: center;
  }
  .vac3-txt-item:nth-child(1){
    order: 1;
  }
  .vac3-txt-item:nth-child(4){
    order: 3;
  }
  .vac3-img-item:nth-child(2){
    order: 2;
    margin-bottom: 22px;
  }
  .vac3-img-item:nth-child(3){
    order: 4;
  }
  .vac2-tab-content{
    padding: 20px;
  }
  .vac2-tab-top-info-wrapper{
    gap: 8px;
  }
  .vac2-tab-title{
    font-size: 20px;
  }
  .vac2-tab-top-r{
    margin-top: 30px;
    width: 100%;
  }
  .vac2-btn{
    width: 100%;
  }
  .vac2-tab-top-wrapper{
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .vac2-tab-txt-wrapper{
    margin-top: 20px;
  }
  .vac2-tab-txt-title{
    margin-bottom: 14px;
  }
  .vac2-tab-txt-list-txt{
    flex: 1 0;
  }
  .vac2-tab-txt-list svg{
    width: 6px;
  }
  .vac2-flex{
    display: none;
  }
  .vac2-flex-mobile{
    display: flex;
    margin-top: 30px;
  }
  .about1-wrapper .prodt1-title{
    margin-top: 20px;
    font-size: 28px;
  }
  .prodt1-subtitle{
    font-size: 14px;
    margin-top: 12px;
  }
  .prodt1-grid{
    margin-top: 30px;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .prodt1-item-video {
    grid-row-start: auto;
    grid-row-end: auto;
    grid-column-start: 1;
    grid-column-end: 3;
    order: 5;
    height: 400px;
}
.prodt1-item.m-flex{
  padding: 20px;
  gap: 18px;
}
.prodt1-item-txt-wrapper{
  flex: 1 0 100%;
}
.prodt1-icon{
  width: 46px;
  height: 46px;
}
.prodt1-icon svg{
  width: 26px;
}
.prodt1-list-wrapper{
  margin-top: 30px;
  border-bottom: 1px solid #DDDBD3;
}
.prodt1-list-item{
  padding: 24px 0;
  gap: 20px;
}
.prodt1-list-img{
  width: 100%;
}
.prodt1-list-top-item p{
  font-size: 13px;
}
.prodt1-list-top-wrapper{
  margin-bottom: 10px;
}
.prodt1-list-title{
  font-size: 20px;
}
.prodt1-list-price-wrapper{
  margin: 16px 0 20px;
}
.prodt1-list-price-title{
  font-size: 16px;
}
.prodt1-list-price-txt{
  font-size: 13px;
}
.prodt1-list-lising-txt{
  font-size: 13px;
}
.prodt1-list-info-l{
  font-size: 13px;
  max-width: 63%;
  word-break: break-all;
}
.prodt1-list-info-r{
  font-size: 13px;
  max-width: 35%;
  text-align: right;
}
.prodt1-list-bot-wrapper{
  padding: 12px 18px;
  gap: 12px;
}
.prodt1-list-bot-title{
  font-size: 13px;
}
	.prodt1-list-img-wrapper{
		height: 200px;
		min-height: 200px;
	}
	.prodt1-list-content-wrapper{
		flex: 1 0 100%;
	}
.prodt1-list-bot-icon{
  width: 40px;
  height: 40px;
}
.prodt1-list-bot-icon svg{
  width: 22px;
}
.about1-wrapper .card1-title{
  margin-top: 20px;
  font-size: 28px;
}
.card1-info-wrapper{
  margin-top: 30px;
  padding-bottom: 30px;
}
.card1-info-wrapper .prices-nav{
  overflow: hidden;
}
.card1-info-wrapper .prices-nav .prices-nav-link{
  padding: 10px 17px;
}
.card-video-slider-item{
  height: 420px;
}
.card-slider .lSPager.lSGallery li img{
  height: 70px;
}
.card1-info-flex{
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.card1-info-l{
  grid-column-start: 1;
  grid-column-end: 3;
}
.tab-content>.active{
  display: grid;
}
.card-slider .lSAction>.lSNext{
  bottom: 10px;
  right: 10px;

}
.card-slider .lSAction>a{
  width: 34px;
  height: 34px;
}
.card-slider .lSAction>.lSPrev{
  bottom: 10px;
  right: 52px;
}
.card-slider .lSAction>.lSNext:hover{
  bottom: 10px;
  right: 10px;
}
.card-slider .lSAction>.lSPrev:hover{
  bottom: 10px;
  right: 52px;
}
.card1-info-c{
  margin-top: 10px;
  padding: 20px;
}
.card1-info-c .prodt1-list-price-title{
  font-size: 18px;
}
.card1-info-c-list{
  padding-top: 18px;
  margin-top: 18px;
}
.card1-info-c-list-icon {
    width: 40px;
    height: 40px;
}
.card1-info-c-list-icon svg{
  width: 22px;
}
.card1-info-c-btn{
  margin-top: 22px;
}
.card1-info-r{
  padding: 20px;
  margin-bottom: 16px;
}
.card1-info-r-title{
  font-size: 18px;
}
.card1-info-r .m-ban-form-list{
  margin-top: 12px;
  margin-bottom: 26px;
}
.card1-info-bot-item{
  padding: 20px;
}
.card1-info-bot-number-wrapper{
  margin-top: 20px;
}
.card1-info-bot-icon{
  width: 46px;
  height: 46px;
}
.card1-info-bot-icon svg{
  width: 26px;
}
.card1-info-bot-number{
  font-size: 13px;
}
.card1-complect-wrapper{
  padding-top: 30px;
}
.card1-com-tab-content{
  margin-top: 24px;
}
.card1-com1-title{
  font-size: 20px;
  margin-bottom: 10px;
}
.card1-com1-flex{
  padding: 24px 0;
  gap: 18px;
}
.card1-com1-l{
  width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.card1-com1-c{
  padding: 0;
  border: 0;
}

.card1-com1-item-title{
  font-size: 18px;
  margin-bottom: 12px;
}
.card1-com1-price{
  font-size: 16px;
}
.card1-com1-price-txt{
  font-size: 13px;
}
.card1-com1-c-item svg{
  width: 6px;
}
.card1-com1-img{
  height: 200px !important;
  object-fit: cover;
  object-position: center;
}
.card1-com3-txt-wrapper{
  margin-top: 24px;
}
.card1-com4-l{
  width: 100%;
}
.card1-com4-r{
  width: 100%;
}
.card1-com4-list{
  margin: 12px 0 24px;
}
.card1-com4-title{
  font-size: 20px;
}
.card1-com4-wrapper{
  padding-bottom: 30px;
}
.LPb2-title{
  margin: 20px 0 10px;
}
.LPb2-subtitle{
  font-size: 14px;
}
.LPb2-img{
  display: none;
}
.LPb2-img-mobile{
  display: block;
  max-width: 55%;
  margin-bottom: 12px;
	flex: 1 0 100%;
}
.LPb2-content-wrapper{
  margin-top: 30px;
  margin-bottom: 8px;
	gap: 20px;
}
.LPb2-icon{
  display: none;
  width: 40px;
  height: 40px;
}
.LPb2-icon svg{
  width: 22px;
}
.LPb2-list-flex1{
  padding-left: 0;
}
.LPb2-list-title{
  display: none;
}
.LPb2-list-wrapper{
  flex: 1 0 100%;
  max-width: 100%;
}
.LPb2-list-flex{
  gap: 10px;
  margin-bottom: 16px;
  margin-left: 0;
  padding-left: 0;
}
.LPb2-list-flex .LPb2-list-wrapper{
  max-width: 100%;
}
.LPb2-icon-mobile{
  display: flex;
  gap: 12px;
  align-items: center;
}
.LPb2-icon-mobile .LPb2-icon{
  display: flex;
}
.LPb2-icon-mobile .LPb2-list-title{
  display: block;
  margin-bottom: 0;
  flex: 1 0;
}
.LPb2-pult-img{
  display: none;
}
.LPb2-pult-c{
  position: static;
  transform: none;
  order: 1;
  display: flex;
  justify-content: center;
  width: 100%;
}
.LPb2-pult-c .LPb2-img-mobile{
  width: 55%;
	flex: 0 1;
}
.LPb2-pult-l{
  order: 2;
  gap: 16px;
}
.LPb2-pult-r{
  order: 3;
  gap: 16px;
  margin-top: 16px;
}
.LPb2-pult-flex{
  height: auto;
  margin: 30px 0 24px;
}
.LPb2-pult-icon{
  width: 40px;
  height: 40px;
}
.LPb2-pult-icon svg{
  width: 22px;
}
.LPb2-pult-title{
  font-size: 16px;
}
.LPb3-grid{
  margin-top: 30px;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.LPb3-grid-item-big {
    grid-row-start: auto;
    grid-row-end: auto;
    grid-column-start: 1;
    grid-column-end: 3;
    order: 5;
}
.LPb3-grid-item{
  padding: 20px;
}
.LPb3-item-price{
  font-size: 18px;
  margin-top: 18px;
}
.LPb3-item-icon {
    width: 40px;
    height: 40px;
}
.LPb3-item-icon svg{
    width: 22px;
}
.LPb3-grid-big-title{
  font-size: 18px;
}
.LPb3-grid-big-list{
  margin-top: 14px;
}
.LPb3-grid-big-list .prodt1-list-info-item{
  margin-bottom: 10px;
  align-items: flex-end;
}
.LPb3-grid-big-list .prodt1-list-info-r{
  font-size: 14px;
  max-width: 34%;
}
.LPb3-grid-big-list .prodt1-list-info-l{
  font-size: 14px;
  max-width: none;
  word-break: normal;
}
.LPb3-grid-big-list .prodt1-list-info-item:nth-child(2) .prodt1-list-info-l{
  max-width: 54%;
}
.LPb3-grid-big-list .prodt1-list-info-item:nth-child(4) .prodt1-list-info-l{
  max-width: 44%;
}
.LPb3-grid-big-list .prodt1-list-info-item:nth-child(5) .prodt1-list-info-l{
  max-width: 44%;
}
.LPb3-grid-big-txt-wrapper{
  flex: 1 0;
}
.LPb3-grid-big-red-wrapper{
  align-items: flex-start;
}
.LPb3-grid-big-icon {
    width: 40px;
    height: 40px;
}
.LPb3-grid-big-icon svg{
    width: 22px;
}
.LPb3-grid-big-red-wrapper{
  padding: 14px 16px;
}
.LPb3-grid-big-txt-title{
  font-size: 13px;
}
.LPb3-btn-wrapper{
  margin-top: 24px;
  gap: 10px;
}
.LPb3-btn-txt br{
  display: none;
}
.LPb4-flex{
  margin-top: 30px;
  flex-wrap: nowrap;
  overflow-x: scroll;
  gap: 8px;
}
.LPb4-item{
  padding: 20px;
  flex: 1 0 286px;
}
.LPb4-item-title{
  font-size: 18px;
	max-width: 60%;
}
.LPb4-red-wrapper{
  right: 20px;
  width: 70px;
  height: 100px;
}
.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{
  flex: 1 0 100%;
}
.LPm1-title{
  font-size: 30px;
  word-break: break-word;
}
.LPm1-subtitle{
  font-size: 16px;
  margin: 20px 0 18px;
}
.LPm1-grid{
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.LPm1-item-icon{
  width: 40px;
  height: 40px;
}
.LPm1-item-icon svg{
  width: 22px;
}
.LPm1-item-icon-txt{
  font-size: 16px;
}
.LPm1-btn-item{
  flex: 1 0 100%;
}
.LPm1-btn-wrapper{
  margin-top: 30px;
  gap: 8px;
}
.LPm1-btn-txt{
  display: none;
}
.LPm1-btn-wrapper .m1-t-btn-txt-mobile{
  margin-top: 4px;
}
.LPm1-wrapper{
  background: #364446;
}
.LPm1-grad-wrapper{
  background: none;
  padding-bottom: 0;
}
.LPm1-btn-wrapper{
  margin-bottom: 40px;
}
.LPm1-mobile-img{
  display: block;
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  object-position: center;
}
.LPb2-subtitle br{
  display: none;
}
.LPm2-grid{
  margin-top: 30px;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.LPm2-item{
  height: auto;
  padding: 20px;
  justify-content: flex-end;
  display: flex;
  flex-wrap: wrap;
}
.LPm2-item1-img{
  position: relative;
  transform: none;
  top: auto;
  width: 216px;
  height: 128px;
  margin-top: 15px;
  margin-right: -20px;
}
.LPm2-item1-txt{
  width: 100%;
}
.LPm2-item2-img{
  position: relative;
  right: 50%;
  transform: translate(50%, 0);
  width: 208px;
  margin-top: 17px;
  margin-bottom: -20px;
}
.LPm2-item2-txt{
  width: 100%;
}
.LPm2-item3-txt{
  width: 100%;
  padding: 0;
}
.LPm2-graf-wrapper{
  width: 100%;
  height: 150px;
  margin-top: 20px;
}
.LPm2-item4-txt{
  width: 100%;
}
.LPm2-item4-img{
  position: relative;
  margin-right: -20px;
  margin-bottom: -20px;
  width: 100%;
}
.LPb5-flex{
  margin-top: 30px;
  gap: 8px;
}
.LPb5-txt-wrapper{
  padding: 15px 16px;
}
.LPb5-item-list svg{
  width: 6px;
}
.LPb5-item-list-txt{
  font-size: 13px;
}
.LPw2-content-wrapper .LPb2-list-flex{
  padding-left: 0;
  margin-bottom: 16px;
}
.LPg1-wrapper .LPm1-item-icon-txt{
  font-size: 14px;
}
.LPb2-title br{
  display: none;
}
.LPg2-content-wrapper .LPb2-list-flex{
  padding-left: 0;
  margin-bottom: 16px;
}
.LPg4-grid{
  margin-top: 30px;
  margin-bottom: 24px;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.LPb4-grid-item{
  padding: 20px;
}
.LPg4-item-bot-wrapper{
  margin-top: 18px;
}
.LPg4-icon{
  width: 44px;
  height: 44px;
}
.LPg4-icon svg{
  width: 26px;
}
.LPg4-item-number{
  font-size: 13px;
}
.LPg4-item-title{
  font-size: 16px;
  margin-bottom: 12px;
}
.LPb2-list svg{
  width: 6px;
}
.LPg4-table-wrapper .LPb4-item-title{
  max-width: 135px;
}
.LPs2-item{
  flex: 1 0 100%;
}
.LPs2-img{
  margin-bottom: 8px;
}
.LPs2-flex{
  gap: 8px;
}
.LPs2-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.LPs2-grid-item{
  padding: 20px;
}
.LPs2-grid-number{
  font-size: 13px;
}
.LPs2-grid-icon-wrapper{
  margin-top: 18px;
}
.LPs2-grid-btn{
  margin-top: 8px;
  padding-left: 15px;
  padding-right: 15px;
}
.LPs3-flex{
  margin-top: 0;
}
.LPb5-item{
  flex: 1 0 49%;
max-width: 49%;
}
	.LPb2-item{
		flex: 1 0 48%;
	}
.LPs3-item{
  padding-right: 0;
	flex: 1 0 100%;
	max-width: 100%;
}
.LPs3-btn{
  margin-top: 16px;
}
.LPp2-content-wrapper .LPb2-list-flex:last-child{
  margin-bottom: 16px;
}
.LPsilos1-wrapper .LPm1-item-icon-txt{
  font-size: 14px;
}
.LPm1-subtitle br{
  display: none;
}
.LPsilos2-content-wrapper .LPb2-icon{
  display: flex;
}
.LPsilos2-content-wrapper .LPb2-list-title{
  display: block;
}
.LPsilos2-content-wrapper .LPb2-list-wrapper{
  flex: 1 0;
}
.LPsilos2-content-wrapper .LPb2-list-flex:last-child{
  margin-bottom: 16px;
}
.LPsilos2-content-wrapper .LPb2-list-flex{
  margin-bottom: 16px;
}
.LPsilos2-flex-btn{
  margin-top: 8px;
}
.LPa1-wrapper .LPm1-item-icon-txt{
  font-size: 14px;
}
.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-bot-wrapper{
  margin-top: 40px;
  gap: 8px;
}
.thx-bot-right{
  order: 2;
  flex: 1 0 100%;
  padding: 20px;
}
.thx-bot-left{
  order: 1;
  flex: 1 0 100%;
}
.thx-bot-autogr{
  margin-top: 16px;
}
.thx-bot-autogr-wrapper{
  margin-top: 20px;
}
	.LPb5-img{
		height: 200px;
		object-fit: cover;
		object-position: center;
	}
}

@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;
  }

  .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: flex;
  }

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

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

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

  .main-slider img {
    height: 160px;
  }

  .m1-wrapper{
    padding-top: 90px;
  }

  .m1-t-wrapper {
    margin-top: 40px;
  }

  .m1-t {
    font-size: 30px;
  }

  .m1-t-btn-wrapper {
    width: 100%;
    margin-top: 24px;
    gap: 10px;
  }

  .m1-t-btn-item {
    flex: 1 0 100%;
  }

  .m1-t-btn-txt {
    display: none;
  }

  .m1-btn {
    margin-bottom: 0;
  }

  .m1-t-btn-txt-mobile {
    display: block;
    margin-top: 10px;
  }

  .m1-g {
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  .m1-g-i:nth-child(4) {
    grid-column-start: auto;
    grid-column-end: auto;
    height: 220px;
    align-content: space-between;
  }

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

  .m1-g-i {
    padding: 20px;
  }

  .m1-g-i-t {
    font-size: 16px;
  }

  .m1-g-i-txt {
    font-size: 14px;
  }

  .m1-g-i:first-child {
    background-size: contain;
  }

  .m1-g-i-grad {
    padding: 20px;
  }

  .m1-g-i:nth-child(3) {
    background-size: cover;
  }

  .m1-g-graf-title {
    display: none;
  }

  .m1-g-graf-txt {
    display: none;
  }

  .m1-g-graf-item:first-child {
    height: 55px;
  }

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

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

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

  .m1-g-i:nth-child(4) .m1-g-i-t {
    position: static;
    padding: 20px;
  }

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

  .m1-g-i-img {
    height: 150px;
    width: 150px;
    right: 20px;
  }

  .m1-g-i:nth-child(5) .m1-g-i-t {
    max-width: 150px;
  }

  .m1-g-i-icon {
    width: 100%;
  }

  h2 {
    font-size: 23px;
  }

  h2 br {
    display: none;
  }

  .subtitle {
    font-size: 12px;
  }

  .m2-t {
    margin-bottom: 10px;
  }

  .m2-subt {
    font-size: 14px;
  }

  .m2-subt br {
    display: none;
  }

  .m2-c-wrapper {
    margin-top: 30px;
    padding-top: 30px;
  }

  .m2-c-t {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .m2-c-subt {
    font-size: 14px;
  }

  .m2-c-g {
    margin-top: 24px;
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }

  .m2-c-g-img-txt {
    font-size: 12px;
    padding: 5px 8px;
    left: 5px;
    top: 5px;
  }

  .m2-c-g-price {
    font-size: 16px;
  }

  .m2-c-g-nal-wrapper {
    gap: 5px;
	  width: 100%;
  }

  .m2-c-g-nal-wrapper svg {
    width: 16px;
    height: 16px;
  }

  .m2-c-g-nal-txt {
    font-size: 13px;
  }
	.m-blog-item{
		flex: 1 0 100%;
	}
  .m2-c-g-txt {
    font-size: 14px;
    margin-top: 6px;
  }

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

  .m2-c-g-item-solo {
    height: 280px;
	  min-height: auto;
    padding: 20px;
    background-size: contain;
  }

  .m2-c-g-title {
    font-size: 16px;
    margin-top: 0;
  }

  .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;
  }

  .m2-g-collapse-btn {
    max-width: 100%;
    margin-top: 24px;
  }

  .m2-c-g-item-solo2 {
    height: 280px;
	  min-height: auto;
    padding: 20px;
  }

  .m2-c-g-item-solo2 .m2-c-g-title {
    margin-top: 10px;
  }

  .m2-c-g-btn-img {
    width: 148px;
  }

  .m3-g {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 24px;
    gap: 8px;
  }
	.m3-g-img-wrapper{
	width: 120px;
    height: 100%;
	min-height: 120px;	
	}
  .m3-g-img {
    width: 100%;
    height: 100%;
  }

  .m3-price-txt {
    font-size: 13px;
  }

  .m3-g-price-wrapper {
    margin-top: 12px;
  }

  .m3-price {
    font-size: 16px;
  }

  .m3-g-txt-wrapper {
    padding: 15px 18px;
  }

  .m3-l-flex {
    margin-top: 30px;
    gap: 30px;
    border-top: 0;
  }

  .m3-l-line {
    display: none;
  }

  .m3-l-item {
    padding: 0;
    flex: 1 0 100%;
  }

  .m3-l-item.m-flex {
    padding-bottom: 30px;
    border-bottom: 1px solid #DDDBD3;
    gap: 20px;
  }

  .m3-l-txt-f {
    margin-top: 14px;
    gap: 8px;
  }

  .m3-l-txt-item {
    padding: 18px 20px
  }

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

  .m3-l-g {
    gap: 8px;
  }

  .m3-l-g-item {
    height: 64px;
  }

  .m3-l-g-img {
    width: 65%;
  }

  .m4-t br {
    display: none;
  }

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

  .m4-top-g {
    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 {
    flex: 1 0 100%;
  }

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

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

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

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

  .m4-target-item {
    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;
    flex: 1 0 100%;
    gap: 14px;
  }

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

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

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

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

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

  .m4-sert-grid {
    margin-top: 20px;
    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;
    flex-wrap: nowrap;
    gap: 8px;
    overflow: scroll;
  }

  .m4-prod-item {
    width: 144px;
    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;
  }

  .otz-slider {
    margin-top: 30px;
  }

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

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

  .m5-d-g {
    margin-top: 30px;
    gap: 8px;
    grid-template-columns: repeat(1, 1fr);
  }

  .m5-d-i-img {
    grid-row-start: auto;
    grid-row-end: auto;
    grid-column-start: auto;
    grid-column-end: auto;
    order: 3;
  }
	.m5-d-img{
		height: 100%;
	}

  .m5-d-i:nth-child(1) {
    order: 1;
  }

  .m5-d-i:nth-child(3) {
    order: 2;
  }

  .m5-d-i:nth-child(4) {
    order: 4;
  }

  .m5-d-i:nth-child(5) {
    order: 5;
  }
  .m5-d-i{
    padding: 20px;
  }
  .m5-d-txt-wrapper{
    margin-top: 20px;
  }
  .m5-d-icon{
    width: 46px;
    height: 46px;
  }
  .m5-d-icon svg{
    width: 26px;
    height: 26px;
  }
  .m5-d-number{
    font-size: 13px;
  }
  .m5-d-i-img{
    padding: 0;
    height: 296px;
    overflow: hidden;
  }
  .m5-form-wrapper{
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
  .m5-form-l{
    grid-column-start: auto;
    grid-column-end: auto;
    padding: 20px 20px 0;
    overflow: hidden;
  }
  .m5-form-l-img{
    position: static;
    width: 100%;
    margin-bottom: -45px;
    margin-top: 10px;
  }
  .m5-form-l-t{
    font-size: 18px;
  }
  .m5-form-l-list-wrapper{
    margin-top: 16px;
  }
  .m5-form-l-list-t{
    font-size: 13px;
  }
  .m5-form-l-list p{
    font-size: 14px;
    flex: 1 0;
  }
  .m5-form-r{
    padding: 20px;
  }
  .m5-form-r-t{
    font-size: 16px;
  }
  .m5-form-seti-wrapper{
    margin-top: 20px;
  }
  .m5-form-tel-wrapper{
    display: none;
  }
  .m5-form-tel-mobile{
    display: flex;
    background-color: #E51814;
  }
  .m5-form-tg{
    flex: 1 0;
    height: 40px;
  }
  .contacts-subtitle br{
    display: none;
  }
  .m-blog-img{
    width: 100%;
    height: 210px;
  }
  .m-blog-wrapper{
    gap: 30px;
  }
  .m-blog-btn{
    display: none;
  }
  .m-blog-btn-mobile{
    display: block;
    margin: 0;
    width: 100%;
	  text-align: center;
  }
  .m-blog-news-item{
    gap: 0;
  }
  .m-blog-news-content-wrapper{
    padding: 16px 15px 15px;
  }
  .m-blog-news-txt{
    -webkit-line-clamp: 3;
  }
  .m-blog-news-bot-wrapper{
    margin-top: 18px;
  }
  .m-blog-news-bot-txt{
    font-size: 13px;
  }
  .m-blog-date{
    font-size: 13px;
  }
  .m-blog-item:nth-child(2){
    gap: 8px;
  }
  .m6-form-wrapper{
    margin-top: 60px;
    padding: 20px;
  }
  .m6-form-img{
    display: none;
  }
  .m6-form-l{
    width: 100%;
    max-width: 100%;
  }
  .m6-form-t{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .m6-form-l-t{
    margin-bottom: 16px;
  }
  .m6-form-btn{
    margin-top: 2px;
  }
  .m6-form-r{
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }
  .m6-form-r-top-wrapper{
    padding: 16px;
  }
  .m6-form-r-top-t{
    margin-bottom: 16px;
  }
  .m6-form-r-top-icon-txt-t{
    font-size: 16px;
  }
  .m6-form-r-top-icon-txt{
    font-size: 13px;
  }
  .m6-form-r-bot-wrapper{
    padding: 16px;
    align-items: flex-start;
  }
  .m6-form-r-top-icon-txt-wrapper{
    flex: 1 0;
  }
  .contacts-subtitle br{
    display: none;
  }
  .contacts-l{
    padding: 20px;
  }
  .contacts-icon svg{
    width: 20px;
  }
  .contacts-line-wrapper{
    gap: 10px;
  }
  .contacts-txt-wrapper{
    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{
    flex: 1 0 100%;
    width: 100%;
    height: 400px;
  }
  .f-f-l{
    padding: 80px 0 0 0;
  }
  .f-logo-line{
    display: block;
  }
  .f-logo-wrapper{
    margin-bottom: 24px;
  }
  .f-f-c{
    padding: 30px 0;
    margin: 30px 0;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    gap: 20px 8px;
  }
  .f-f>div{
    flex: 1 0 100%;
  }
  .f-f-c-title{
    margin-bottom: 14px;
  }
  .f-f-c-seti-f{
    display: flex;;
    gap: 8px;
  }
  .f-f-c-item:nth-child(3){
    flex: 1 0 100%;
  }
  .f-f-r{
    padding: 0 0 30px 0;
  }
  .f-f-r-txt-wrapper{
    margin-bottom: 18px;
  }
  .f-f-r-title{
    margin-bottom: 8px;
  }
  .f-f-r-btn-txt-wrapper{
    padding: 12px 16px;
  }
  .f-c-wrapper{
    gap: 10px;
  }
  .f-b-wrapper{
    gap: 10px;
  }
  .modal-content{
    padding: 20px;
  }
  .modal-title{
    font-size: 20px;
  }
  .m-ban-form-txt{
    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;
  }
  .about1-wrapper{
    padding-top: 0;
  }
  .about1-wrapper .m4-t{
    font-size: 28px;
  }
  .news-grid{
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
  .nc-r{
    width: 100%;
    max-width: 100%;
    margin-top: 60px;
  }
  .nc-flex{
    gap: 0;
  }
  .nc-l{
    width: 100%;
    max-width: 100%;
  }
  .nc-title{
    font-size: 28px;
  }
  .nc-flex{
    margin-top: 20px;
  }
  .nc-menu-wrapper-mobile{
    display: block;
  }
  .nc-menu-wrapper{
    display: none;
    margin-bottom: 20px;
    padding: 20px;
  }
  .nc-menu-wrapper.nc-menu-wrapper-mobile{
    display: block;
  }
  .nc-menu-title{
    font-size: 16px;
  }
  .nc-menu-list{
    font-size: 14px;
  }
  .nc-img{
    height: 240px;
    object-fit: cover;
    object-position: center;
  }
  .nc-img-title{
    margin-top: 16px;
  }
  .nc-txt-wrapper{
    margin-top: 30px;
  }
  .nc-txt-title{
    font-size: 18px;
  }
  .nc-list svg{
    width: 6px;
  }
  .nc-list li{
    margin-bottom: 6px;
  }
  .nc-txt-img{
    margin-top: 30px;
    height: 240px;
    object-fit: cover;
    object-position: center;
  }
  .nc-content-links-wrapper{
    margin-top: 30px;
  }
  .nc-content-link{
    gap: 8px;
  }
  .nc-content-link-txt{
    font-size: 13px;
  }
  .nc-content-link-icon{
    width: 30px;
    height: 30px;
  }
  .nc-content-link-icon svg{
    width: 20px;
  }
  .nc-content-link-txt{
    display: none;
  }
  .nc-content-link-txt.nc-content-link-txt-mobile{
    display: block;
  }
  .nc-contet-right-wrapper{
    margin-top: 0;
  }
  .nc-content-right-title{
    font-size: 18px;
  }
  .nc-content-right-link{
    font-size: 13px;
  }
  .nc-content-right-news-img{
    width: 90px;
    height: 90px;
  }
  .about1-wrapper .price-title{
    margin-top: 20px;
    font-size: 28px;
  }
  .prices-content-wrapper{
    margin-top: 30px;
  }
  .prices-nav{
    padding-bottom: 20px;
    gap: 8px;
    flex-wrap: nowrap;
    width: 100%;
    overflow: scroll;
  }
  .prices-nav .prices-nav-link{
    font-size: 14px;
    padding: 10px 18px;
    height: 37px;
  }
  .prices-nav-item{
    flex: 1 0 auto;
    height: 37px;
  }
  .prices-table-wrapper{
    margin-top: 30px;
  }
  .prices-table-title{
    font-size: 20px;
  }
  .table-responsive{
    display: none;
  }
  .prices-table-mobile{
    display: block;
  }
  .prices-table-title{
    margin-bottom: 20px;
  }
  .photo-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .photo-item{
    width: 100%;
    height: 144px;
  }
  .photo-item:first-child{
    height: 230px;
  }
  .photo-img{
    object-fit: cover;
    object-position: center;
  }
  .photo-item-else{
    font-size: 12px;
    padding: 7px 0;
    border-radius: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
  }
  .photo-tab-wrapper{
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .price-subtitle br{
    display: none;
  }
  .price-title br{
    display: none;
  }
  .video-grid{
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
  .video-grid .m4-video-txt{
    padding: 16px 20px;
    font-size: 14px;
  }
  .vac1-top-wrapper{
    margin-top: 20px;
  }
  .vac1-top-wrapper>div{
    flex: 1 0 100%;
  }
  .vac1-top-l{
    padding: 20px;
  }
  .vac1-top-title br{
    display: none;
  }
  .vac1-top-title{
    font-size: 28px;
  }
  .vac1-top-subtitle br{
    display: none;
  }
  .vac1-top-subtitle{
    margin: 10px 0 20px;
    font-size: 14px;
  }
  .vac1-top-bn{
    width: 100%;
  }
  .vac1-bot-wrapper{
    margin-top: 60px;
  }
  .vac1-bot-grid{
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
  .vac1-bot-item{
    padding: 20px;
  }
  .vac1-bot-item-title{
    margin-bottom: 9px;
  }
  .vac1-bot-number-flex{
    margin-top: 20px;
  }
  .vac1-bot-icon{
    width: 46px;
    height: 46px;
  }
  .vac1-bot-icon svg{
    width: 26px;
  }
  .vac1-bot-number{
    font-size: 13px;
  }
  .vac3-flex{
    margin-top: 16px;
    gap: 8px;
  }
  .vac3-txt-item{
    width: 100%;
  }
  .vac3-img-item{
    flex: 1 0 100%;
  }
  .vac3-txt{
    margin-bottom: 10px;
  }
  .vac3-txt-item:nth-child(1) .vac3-img{
    margin-top: 10px;
  }
  .vac3-img{
    height: 200px;
    object-fit: cover;
    object-position: center;
  }
  .vac3-txt-item:nth-child(1){
    order: 1;
  }
  .vac3-txt-item:nth-child(4){
    order: 3;
  }
  .vac3-img-item:nth-child(2){
    order: 2;
    margin-bottom: 22px;
  }
  .vac3-img-item:nth-child(3){
    order: 4;
  }
  .vac2-tab-content{
    padding: 20px;
  }
  .vac2-tab-top-info-wrapper{
    gap: 8px;
  }
  .vac2-tab-title{
    font-size: 20px;
  }
  .vac2-tab-top-r{
    margin-top: 30px;
    width: 100%;
  }
  .vac2-btn{
    width: 100%;
  }
  .vac2-tab-top-wrapper{
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .vac2-tab-txt-wrapper{
    margin-top: 20px;
  }
  .vac2-tab-txt-title{
    margin-bottom: 14px;
  }
  .vac2-tab-txt-list-txt{
    flex: 1 0;
  }
  .vac2-tab-txt-list svg{
    width: 6px;
  }
  .vac2-flex{
    display: none;
  }
  .vac2-flex-mobile{
    display: flex;
    margin-top: 30px;
  }
  .about1-wrapper .prodt1-title{
    margin-top: 20px;
    font-size: 28px;
  }
  .prodt1-subtitle{
    font-size: 14px;
    margin-top: 12px;
  }
  .prodt1-grid{
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
  .prodt1-item-video {
    grid-row-start: auto;
    grid-row-end: auto;
    grid-column-start: auto;
    grid-column-end: auto;
    order: 5;
    height: 200px;
}
.prodt1-item.m-flex{
  padding: 20px;
  gap: 18px;
}
.prodt1-item-txt-wrapper{
  flex: 1 0 100%;
}
.prodt1-icon{
  width: 46px;
  height: 46px;
}
.prodt1-icon svg{
  width: 26px;
}
.prodt1-list-wrapper{
  margin-top: 30px;
  border-bottom: 1px solid #DDDBD3;
}
.prodt1-list-item{
  padding: 24px 0;
  gap: 20px;
}
.prodt1-list-img{
  width: 100%;
}
.prodt1-list-top-item p{
  font-size: 13px;
}
.prodt1-list-top-wrapper{
  margin-bottom: 10px;
}
.prodt1-list-title{
  font-size: 20px;
}
.prodt1-list-price-wrapper{
  margin: 16px 0 20px;
}
.prodt1-list-price-title{
  font-size: 16px;
}
.prodt1-list-price-txt{
  font-size: 13px;
}
.prodt1-list-lising-txt{
  font-size: 13px;
}
.prodt1-list-info-l{
  font-size: 13px;
  max-width: 63%;
  word-break: break-all;
}
.prodt1-list-info-r{
  font-size: 13px;
  max-width: 35%;
  text-align: right;
}
.prodt1-list-bot-wrapper{
  padding: 12px 18px;
  gap: 12px;
}
.prodt1-list-bot-title{
  font-size: 13px;
}
.prodt1-list-bot-icon{
  width: 40px;
  height: 40px;
}
.prodt1-list-bot-icon svg{
  width: 22px;
}
.about1-wrapper .card1-title{
  margin-top: 20px;
  font-size: 28px;
}
.card1-info-wrapper{
  margin-top: 30px;
  padding-bottom: 30px;
}
.card1-info-wrapper .prices-nav{
  overflow: hidden;
}
.card1-info-wrapper .prices-nav .prices-nav-link{
  padding: 10px 17px;
}
.card-video-slider-item{
  height: 220px;
}
.card-slider .lSPager.lSGallery li img{
  height: 70px;
}
.card1-info-flex{
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
}
.card1-info-l{
  grid-column-start: auto;
  grid-column-end: auto;
}
.tab-content>.active{
  display: grid;
}
.card-slider .lSAction>.lSNext{
  bottom: 10px;
  right: 10px;

}
.card-slider .lSAction>a{
  width: 34px;
  height: 34px;
}
.card-slider .lSAction>.lSPrev{
  bottom: 10px;
  right: 52px;
}
.card-slider .lSAction>.lSNext:hover{
  bottom: 10px;
  right: 10px;
}
.card-slider .lSAction>.lSPrev:hover{
  bottom: 10px;
  right: 52px;
}
.card1-info-c{
  margin-top: 10px;
  padding: 20px;
}
.card1-info-c .prodt1-list-price-title{
  font-size: 18px;
}
.card1-info-c-list{
  padding-top: 18px;
  margin-top: 18px;
}
.card1-info-c-list-icon {
    width: 40px;
    height: 40px;
}
.card1-info-c-list-icon svg{
  width: 22px;
}
.card1-info-c-btn{
  margin-top: 22px;
}
.card1-info-r{
  padding: 20px;
  margin-bottom: 16px;
}
.card1-info-r-title{
  font-size: 18px;
}
.card1-info-r .m-ban-form-list{
  margin-top: 12px;
  margin-bottom: 26px;
}
.card1-info-bot-item{
  padding: 20px;
}
.card1-info-bot-number-wrapper{
  margin-top: 20px;
}
.card1-info-bot-icon{
  width: 46px;
  height: 46px;
}
.card1-info-bot-icon svg{
  width: 26px;
}
.card1-info-bot-number{
  font-size: 13px;
}
.card1-complect-wrapper{
  padding-top: 30px;
}
.card1-com-tab-content{
  margin-top: 24px;
}
.card1-com1-title{
  font-size: 20px;
  margin-bottom: 10px;
}
.card1-com1-flex{
  padding: 24px 0;
  gap: 18px;
}
.card1-com1-l{
  width: 100%;
}
.card1-com1-c{
  flex: 1 0 100%;
  padding: 0;
  border: 0;
}
.card1-com1-r{
  width: 100%;
}
.card1-com1-item-title{
  font-size: 18px;
  margin-bottom: 12px;
}
.card1-com1-price{
  font-size: 16px;
}
.card1-com1-price-txt{
  font-size: 13px;
}
.card1-com1-c-item svg{
  width: 6px;
}
.card1-com1-img{
  height: 200px;
  object-fit: cover;
  object-position: center;
}
.card1-com3-txt-wrapper{
  margin-top: 24px;
}
.card1-com4-l{
  width: 100%;
}
.card1-com4-r{
  width: 100%;
}
.card1-com4-list{
  margin: 12px 0 24px;
}
.card1-com4-title{
  font-size: 20px;
}
.card1-com4-wrapper{
  padding-bottom: 30px;
}
.LPb2-title{
  margin: 20px 0 10px;
}
.LPb2-subtitle{
  font-size: 14px;
}
.LPb2-img{
  display: none;
}
.LPb2-img-mobile{
  display: block;
  width: 100%;
  margin-bottom: 12px;
}
.LPb2-content-wrapper{
  margin-top: 30px;
  margin-bottom: 8px;
}
.LPb2-icon{
  display: none;
  width: 40px;
  height: 40px;
}
.LPb2-icon svg{
  width: 22px;
}
.LPb2-list-flex1{
  padding-left: 0;
}
.LPb2-list-title{
  display: none;
}
.LPb2-list-wrapper{
  flex: 1 0 100%;
  max-width: 100%;
}
.LPb2-list-flex{
  gap: 10px;
  margin-bottom: 16px;
  margin-left: 0;
  padding-left: 0;
}
.LPb2-list-flex .LPb2-list-wrapper{
  max-width: 100%;
}
.LPb2-icon-mobile{
  display: flex;
  gap: 12px;
  align-items: center;
}
.LPb2-icon-mobile .LPb2-icon{
  display: flex;
}
.LPb2-icon-mobile .LPb2-list-title{
  display: block;
  margin-bottom: 0;
  flex: 1 0;
}
.LPb2-pult-img{
  display: none;
}
.LPb2-pult-c{
  position: static;
  transform: none;
  order: 1;
  display: flex;
  justify-content: center;
  width: 100%;
}
.LPb2-pult-c .LPb2-img-mobile{
  width: auto;
}
.LPb2-pult-l{
  order: 2;
  gap: 16px;
}
.LPb2-pult-r{
  order: 3;
  gap: 16px;
  margin-top: 16px;
}
.LPb2-pult-flex{
  height: auto;
  margin: 30px 0 24px;
}
.LPb2-pult-icon{
  width: 40px;
  height: 40px;
}
.LPb2-pult-icon svg{
  width: 22px;
}
.LPb2-pult-title{
  font-size: 16px;
}
.LPb3-grid{
  margin-top: 30px;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
}
.LPb3-grid-item-big {
    grid-row-start: auto;
    grid-row-end: auto;
    grid-column-start: auto;
    grid-column-end: auto;
    order: 5;
}
.LPb3-grid-item{
  padding: 20px;
}
.LPb3-item-price{
  font-size: 18px;
  margin-top: 18px;
}
.LPb3-item-icon {
    width: 40px;
    height: 40px;
}
.LPb3-item-icon svg{
    width: 22px;
}
.LPb3-grid-big-title{
  font-size: 18px;
}
.LPb3-grid-big-list{
  margin-top: 14px;
}
.LPb3-grid-big-list .prodt1-list-info-item{
  margin-bottom: 10px;
  align-items: flex-end;
}
.LPb3-grid-big-list .prodt1-list-info-r{
  font-size: 14px;
  max-width: 34%;
}
.LPb3-grid-big-list .prodt1-list-info-l{
  font-size: 14px;
  max-width: none;
  word-break: normal;
}
.LPb3-grid-big-list .prodt1-list-info-item:nth-child(2) .prodt1-list-info-l{
  max-width: 54%;
}
.LPb3-grid-big-list .prodt1-list-info-item:nth-child(4) .prodt1-list-info-l{
  max-width: 44%;
}
.LPb3-grid-big-list .prodt1-list-info-item:nth-child(5) .prodt1-list-info-l{
  max-width: 44%;
}
.LPb3-grid-big-txt-wrapper{
  flex: 1 0;
}
.LPb3-grid-big-red-wrapper{
  align-items: flex-start;
}
.LPb3-grid-big-icon {
    width: 40px;
    height: 40px;
}
.LPb3-grid-big-icon svg{
    width: 22px;
}
.LPb3-grid-big-red-wrapper{
  padding: 14px 16px;
}
.LPb3-grid-big-txt-title{
  font-size: 13px;
}
.LPb3-btn-wrapper{
  margin-top: 24px;
  gap: 10px;
}
.LPb3-btn-txt br{
  display: none;
}
.LPb4-flex{
  margin-top: 30px;
  flex-wrap: nowrap;
  overflow-x: scroll;
  gap: 8px;
}
.LPb4-item{
  padding: 20px;
  flex: 1 0 286px;
}
.LPb4-item-title{
  font-size: 18px;
}
.LPb4-red-wrapper{
  right: 20px;
  width: 70px;
  height: 100px;
}
.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{
  flex: 1 0 100%;
}
.LPm1-title{
  font-size: 30px;
  word-break: break-word;
}
.LPm1-subtitle{
  font-size: 16px;
  margin: 20px 0 18px;
}
.LPm1-grid{
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
}
.LPm1-item-icon{
  width: 40px;
  height: 40px;
}
.LPm1-item-icon svg{
  width: 22px;
}
.LPm1-item-icon-txt{
  font-size: 16px;
}
.LPm1-btn-item{
  flex: 1 0 100%;
}
.LPm1-btn-wrapper{
  margin-top: 30px;
  gap: 8px;
}
.LPm1-btn-txt{
  display: none;
}
.LPm1-btn-wrapper .m1-t-btn-txt-mobile{
  margin-top: 4px;
}
.LPm1-wrapper{
  background: #364446;
}
.LPm1-grad-wrapper{
  background: none;
  padding-bottom: 0;
}
.LPm1-btn-wrapper{
  margin-bottom: 40px;
}
.LPm1-mobile-img{
  display: block;
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  object-position: center;
}
.LPb2-subtitle br{
  display: none;
}
.LPm2-grid{
  margin-top: 30px;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
}
.LPm2-item{
  height: auto;
  padding: 20px;
  justify-content: flex-end;
  display: flex;
  flex-wrap: wrap;
}
.LPm2-item1-img{
  position: relative;
  transform: none;
  top: auto;
  width: 216px;
  height: 128px;
  margin-top: 15px;
  margin-right: -20px;
}
.LPm2-item1-txt{
  width: 100%;
}
.LPm2-item2-img{
  position: relative;
  right: 50%;
  transform: translate(50%, 0);
  width: 208px;
  margin-top: 17px;
  margin-bottom: -20px;
}
.LPm2-item2-txt{
  width: 100%;
}
.LPm2-item3-txt{
  width: 100%;
  padding: 0;
}
.LPm2-graf-wrapper{
  width: 100%;
  height: 150px;
  margin-top: 20px;
}
.LPm2-item4-txt{
  width: 100%;
}
.LPm2-item4-img{
  position: relative;
  margin-right: -20px;
  margin-bottom: -20px;
  width: 100%;
}
.LPb5-flex{
  margin-top: 30px;
  gap: 8px;
}
.LPb5-txt-wrapper{
  padding: 15px 16px;
}
.LPb5-item-list svg{
  width: 6px;
}
.LPb5-item-list-txt{
  font-size: 13px;
}
.LPw2-content-wrapper .LPb2-list-flex{
  padding-left: 0;
  margin-bottom: 16px;
}
.LPg1-wrapper .LPm1-item-icon-txt{
  font-size: 14px;
}
.LPb2-title br{
  display: none;
}
.LPg2-content-wrapper .LPb2-list-flex{
  padding-left: 0;
  margin-bottom: 16px;
}
.LPg4-grid{
  margin-top: 30px;
  margin-bottom: 24px;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
}
.LPb4-grid-item{
  padding: 20px;
}
.LPg4-item-bot-wrapper{
  margin-top: 18px;
}
.LPg4-icon{
  width: 44px;
  height: 44px;
}
.LPg4-icon svg{
  width: 26px;
}
.LPg4-item-number{
  font-size: 13px;
}
.LPg4-item-title{
  font-size: 16px;
  margin-bottom: 12px;
}
.LPb2-list svg{
  width: 6px;
}
.LPg4-table-wrapper .LPb4-item-title{
  max-width: 135px;
}
.LPs2-item{
  flex: 1 0 100%;
}
.LPs2-img{
  margin-bottom: 8px;
}
.LPs2-flex{
  gap: 8px;
}
.LPs2-grid {
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
}
.LPs2-grid-item{
  padding: 20px;
}
.LPs2-grid-number{
  font-size: 13px;
}
.LPs2-grid-icon-wrapper{
  margin-top: 18px;
}
.LPs2-grid-btn{
  margin-top: 8px;
  padding-left: 15px;
  padding-right: 15px;
}
.LPs3-flex{
  margin-top: 0;
}
.LPb5-item{
  flex: 1 0 100%;
}
.LPs3-item{
  padding-right: 0;
}
.LPs3-btn{
  margin-top: 16px;
}
.LPp2-content-wrapper .LPb2-list-flex:last-child{
  margin-bottom: 16px;
}
.LPsilos1-wrapper .LPm1-item-icon-txt{
  font-size: 14px;
}
.LPm1-subtitle br{
  display: none;
}
.LPsilos2-content-wrapper .LPb2-icon{
  display: flex;
}
.LPsilos2-content-wrapper .LPb2-list-title{
  display: block;
}
.LPsilos2-content-wrapper .LPb2-list-wrapper{
  flex: 1 0;
}
.LPsilos2-content-wrapper .LPb2-list-flex:last-child{
  margin-bottom: 16px;
}
.LPsilos2-content-wrapper .LPb2-list-flex{
  margin-bottom: 16px;
}
.LPsilos2-flex-btn{
  margin-top: 8px;
}
.LPa1-wrapper .LPm1-item-icon-txt{
  font-size: 14px;
}
.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{
  flex: 1 0 100%;
}
.thx-bot-wrapper{
  margin-top: 40px;
  gap: 8px;
}
.thx-bot-right{
  order: 2;
  flex: 1 0 100%;
  padding: 20px;
}
.thx-bot-left{
  order: 1;
  flex: 1 0 100%;
}
.thx-bot-autogr{
  margin-top: 16px;
}
.thx-bot-autogr-wrapper{
  margin-top: 20px;
}
	.LPb5-img{
		height: 200px;
		object-fit: cover;
		object-position: center;
	}
}

@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;
  }

  .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: flex;
  }

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

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

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

  .main-slider img {
    height: 160px;
  }

  .m1-wrapper{
    padding-top: 90px;
  }

  .m1-t-wrapper {
    margin-top: 40px;
  }

  .m1-t {
    font-size: 30px;
  }

  .m1-t-btn-wrapper {
    width: 100%;
    margin-top: 24px;
    gap: 10px;
  }

  .m1-t-btn-item {
    flex: 1 0 100%;
  }

  .m1-t-btn-txt {
    display: none;
  }

  .m1-btn {
    margin-bottom: 0;
  }

  .m1-t-btn-txt-mobile {
    display: block;
    margin-top: 10px;
  }

  .m1-g {
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  .m1-g-i:nth-child(4) {
    grid-column-start: auto;
    grid-column-end: auto;
    height: 220px;
    align-content: space-between;
  }

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

  .m1-g-i {
    padding: 20px;
  }

  .m1-g-i-t {
    font-size: 16px;
  }

  .m1-g-i-txt {
    font-size: 14px;
  }

  .m1-g-i:first-child {
    background-size: contain;
  }

  .m1-g-i-grad {
    padding: 20px;
  }

  .m1-g-i:nth-child(3) {
    background-size: cover;
  }

  .m1-g-graf-title {
    display: none;
  }

  .m1-g-graf-txt {
    display: none;
  }

  .m1-g-graf-item:first-child {
    height: 55px;
  }

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

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

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

  .m1-g-i:nth-child(4) .m1-g-i-t {
    position: static;
    padding: 20px;
  }

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

  .m1-g-i-img {
    height: 150px;
    width: 150px;
    right: 20px;
  }

  .m1-g-i:nth-child(5) .m1-g-i-t {
    max-width: 150px;
  }

  .m1-g-i-icon {
    width: 100%;
  }

  h2 {
    font-size: 23px;
  }

  h2 br {
    display: none;
  }

  .subtitle {
    font-size: 12px;
  }

  .m2-t {
    margin-bottom: 10px;
  }

  .m2-subt {
    font-size: 14px;
  }

  .m2-subt br {
    display: none;
  }

  .m2-c-wrapper {
    margin-top: 30px;
    padding-top: 30px;
  }

  .m2-c-t {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .m2-c-subt {
    font-size: 14px;
  }

  .m2-c-g {
    margin-top: 24px;
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }

  .m2-c-g-img-txt {
    font-size: 12px;
    padding: 5px 8px;
    left: 5px;
    top: 5px;
  }

  .m2-c-g-price {
    font-size: 16px;
  }

  .m2-c-g-nal-wrapper {
    gap: 5px;
  }

  .m2-c-g-nal-wrapper svg {
    width: 16px;
    height: 16px;
  }

  .m2-c-g-nal-txt {
    font-size: 13px;
  }

  .m2-c-g-txt {
    font-size: 14px;
    margin-top: 6px;
  }

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

  .m2-c-g-item-solo {
    height: 280px;
	  min-height: auto;
    padding: 20px;
    background-size: contain;
  }

  .m2-c-g-title {
    font-size: 16px;
    margin-top: 0;
  }

  .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;
  }

  .m2-g-collapse-btn {
    max-width: 100%;
    margin-top: 24px;
  }

  .m2-c-g-item-solo2 {
    height: 280px;
	  min-height: auto;
    padding: 20px;
  }

  .m2-c-g-item-solo2 .m2-c-g-title {
    margin-top: 10px;
  }

  .m2-c-g-btn-img {
    width: 148px;
  }

  .m3-g {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 24px;
    gap: 8px;
  }
	.m3-g-img-wrapper{
	width: 120px;
    height: 100%;
	min-height: 120px;	
	}
  .m3-g-img {
    width: 100%;
    height: 100%;
  }

  .m3-price-txt {
    font-size: 13px;
  }

  .m3-g-price-wrapper {
    margin-top: 12px;
  }

  .m3-price {
    font-size: 16px;
  }

  .m3-g-txt-wrapper {
    padding: 15px 18px;
  }

  .m3-l-flex {
    margin-top: 30px;
    gap: 30px;
    border-top: 0;
  }

  .m3-l-line {
    display: none;
  }

  .m3-l-item {
    padding: 0;
    flex: 1 0 100%;
  }

  .m3-l-item.m-flex {
    padding-bottom: 30px;
    border-bottom: 1px solid #DDDBD3;
    gap: 20px;
  }

  .m3-l-txt-f {
    margin-top: 14px;
    gap: 8px;
  }

  .m3-l-txt-item {
    padding: 18px 20px
  }

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

  .m3-l-g {
    gap: 8px;
  }

  .m3-l-g-item {
    height: 64px;
  }

  .m3-l-g-img {
    width: 65%;
  }

  .m4-t br {
    display: none;
  }

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

  .m4-top-g {
    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 {
    flex: 1 0 100%;
  }

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

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

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

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

  .m4-target-item {
    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;
    flex: 1 0 100%;
    gap: 14px;
  }

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

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

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

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

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

  .m4-sert-grid {
    margin-top: 20px;
    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;
    flex-wrap: nowrap;
    gap: 8px;
    overflow: scroll;
  }

  .m4-prod-item {
    width: 144px;
    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;
  }

  .otz-slider {
    margin-top: 30px;
  }

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

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

  .m5-d-g {
    margin-top: 30px;
    gap: 8px;
    grid-template-columns: repeat(1, 1fr);
  }

  .m5-d-i-img {
    grid-row-start: auto;
    grid-row-end: auto;
    grid-column-start: auto;
    grid-column-end: auto;
    order: 3;
  }
	.m5-d-img{
		height: 100%;
	}

  .m5-d-i:nth-child(1) {
    order: 1;
  }

  .m5-d-i:nth-child(3) {
    order: 2;
  }

  .m5-d-i:nth-child(4) {
    order: 4;
  }

  .m5-d-i:nth-child(5) {
    order: 5;
  }
  .m5-d-i{
    padding: 20px;
  }
  .m5-d-txt-wrapper{
    margin-top: 20px;
  }
  .m5-d-icon{
    width: 46px;
    height: 46px;
  }
  .m5-d-icon svg{
    width: 26px;
    height: 26px;
  }
  .m5-d-number{
    font-size: 13px;
  }
  .m5-d-i-img{
    padding: 0;
    height: 296px;
    overflow: hidden;
  }
  .m5-form-wrapper{
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
  .m5-form-l{
    grid-column-start: auto;
    grid-column-end: auto;
    padding: 20px 20px 0;
    overflow: hidden;
  }
  .m5-form-l-img{
    position: static;
    width: 100%;
    margin-bottom: -45px;
    margin-top: 10px;
  }
  .m5-form-l-t{
    font-size: 18px;
  }
  .m5-form-l-list-wrapper{
    margin-top: 16px;
  }
  .m5-form-l-list-t{
    font-size: 13px;
  }
  .m5-form-l-list p{
    font-size: 14px;
    flex: 1 0;
  }
  .m5-form-r{
    padding: 20px;
  }
  .m5-form-r-t{
    font-size: 16px;
  }
  .m5-form-seti-wrapper{
    margin-top: 20px;
  }
  .m5-form-tel-wrapper{
    display: none;
  }
  .m5-form-tel-mobile{
    display: flex;
    background-color: #E51814;
  }
  .m5-form-tg{
    flex: 1 0;
    height: 40px;
  }
  .contacts-subtitle br{
    display: none;
  }
  .m-blog-img{
    width: 100%;
    height: 210px;
  }
  .m-blog-wrapper{
    gap: 30px;
  }
  .m-blog-btn{
    display: none;
  }
  .m-blog-btn-mobile{
    display: block;
    margin: 0;
    width: 100%;
	  text-align: center;
  }
  .m-blog-news-item{
    gap: 0;
  }
  .m-blog-news-content-wrapper{
    padding: 16px 15px 15px;
  }
  .m-blog-news-txt{
    -webkit-line-clamp: 3;
  }
  .m-blog-news-bot-wrapper{
    margin-top: 18px;
  }
  .m-blog-news-bot-txt{
    font-size: 13px;
  }
  .m-blog-date{
    font-size: 13px;
  }
  .m-blog-item:nth-child(2){
    gap: 8px;
  }
  .m6-form-wrapper{
    margin-top: 60px;
    padding: 20px;
  }
  .m6-form-img{
    display: none;
  }
  .m6-form-l{
    width: 100%;
    max-width: 100%;
  }
  .m6-form-t{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .m6-form-l-t{
    margin-bottom: 16px;
  }
  .m6-form-btn{
    margin-top: 2px;
  }
  .m6-form-r{
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }
  .m6-form-r-top-wrapper{
    padding: 16px;
  }
  .m6-form-r-top-t{
    margin-bottom: 16px;
  }
  .m6-form-r-top-icon-txt-t{
    font-size: 16px;
  }
  .m6-form-r-top-icon-txt{
    font-size: 13px;
  }
  .m6-form-r-bot-wrapper{
    padding: 16px;
    align-items: flex-start;
  }
  .m6-form-r-top-icon-txt-wrapper{
    flex: 1 0;
  }
  .contacts-subtitle br{
    display: none;
  }
  .contacts-l{
    padding: 20px;
  }
  .contacts-icon svg{
    width: 20px;
  }
  .contacts-line-wrapper{
    gap: 10px;
  }
  .contacts-txt-wrapper{
    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{
    flex: 1 0 100%;
    width: 100%;
    height: 400px;
  }
  .f-f-l{
    padding: 80px 0 0 0;
  }
  .f-logo-line{
    display: block;
  }
  .f-logo-wrapper{
    margin-bottom: 24px;
  }
  .f-f-c{
    padding: 30px 0;
    margin: 30px 0;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    gap: 20px 8px;
  }
  .f-f>div{
    flex: 1 0 100%;
  }
  .f-f-c-title{
    margin-bottom: 14px;
  }
  .f-f-c-seti-f{
    display: flex;;
    gap: 8px;
  }
  .f-f-c-item:nth-child(3){
    flex: 1 0 100%;
  }
  .f-f-r{
    padding: 0 0 30px 0;
  }
  .f-f-r-txt-wrapper{
    margin-bottom: 18px;
  }
  .f-f-r-title{
    margin-bottom: 8px;
  }
  .f-f-r-btn-txt-wrapper{
    padding: 12px 16px;
  }
  .f-c-wrapper{
    gap: 10px;
  }
  .f-b-wrapper{
    gap: 10px;
  }
  .modal-content{
    padding: 20px;
  }
  .modal-title{
    font-size: 20px;
  }
  .m-ban-form-txt{
    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;
  }
  .about1-wrapper{
    padding-top: 0;
  }
  .about1-wrapper .m4-t{
    font-size: 28px;
  }
  .news-grid{
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
  .nc-r{
    width: 100%;
    max-width: 100%;
    margin-top: 60px;
  }
  .nc-flex{
    gap: 0;
  }
  .nc-l{
    width: 100%;
    max-width: 100%;
  }
  .nc-title{
    font-size: 28px;
  }
  .nc-flex{
    margin-top: 20px;
  }
  .nc-menu-wrapper-mobile{
    display: block;
  }
  .nc-menu-wrapper{
    display: none;
    margin-bottom: 20px;
    padding: 20px;
  }
  .nc-menu-wrapper.nc-menu-wrapper-mobile{
    display: block;
  }
  .nc-menu-title{
    font-size: 16px;
  }
  .nc-menu-list{
    font-size: 14px;
  }
  .nc-img{
    height: 240px;
    object-fit: cover;
    object-position: center;
  }
  .nc-img-title{
    margin-top: 16px;
  }
  .nc-txt-wrapper{
    margin-top: 30px;
  }
  .nc-txt-title{
    font-size: 18px;
  }
  .nc-list svg{
    width: 6px;
  }
  .nc-list li{
    margin-bottom: 6px;
  }
  .nc-txt-img{
    margin-top: 30px;
    height: 240px;
    object-fit: cover;
    object-position: center;
  }
  .nc-content-links-wrapper{
    margin-top: 30px;
  }
  .nc-content-link{
    gap: 8px;
  }
  .nc-content-link-txt{
    font-size: 13px;
  }
  .nc-content-link-icon{
    width: 30px;
    height: 30px;
  }
  .nc-content-link-icon svg{
    width: 20px;
  }
  .nc-content-link-txt{
    display: none;
  }
  .nc-content-link-txt.nc-content-link-txt-mobile{
    display: block;
  }
  .nc-contet-right-wrapper{
    margin-top: 0;
  }
  .nc-content-right-title{
    font-size: 18px;
  }
  .nc-content-right-link{
    font-size: 13px;
  }
  .nc-content-right-news-img{
    width: 90px;
    height: 90px;
  }
  .about1-wrapper .price-title{
    margin-top: 20px;
    font-size: 28px;
  }
  .prices-content-wrapper{
    margin-top: 30px;
  }
  .prices-nav{
    padding-bottom: 20px;
    gap: 8px;
    flex-wrap: nowrap;
    width: 100%;
    overflow: scroll;
  }
  .prices-nav .prices-nav-link{
    font-size: 14px;
    padding: 10px 18px;
    height: 37px;
  }
  .prices-nav-item{
    flex: 1 0 auto;
    height: 37px;
  }
  .prices-table-wrapper{
    margin-top: 30px;
  }
  .prices-table-title{
    font-size: 20px;
  }
  .table-responsive{
    display: none;
  }
  .prices-table-mobile{
    display: block;
  }
  .prices-table-title{
    margin-bottom: 20px;
  }
  .photo-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .photo-item{
    width: 100%;
    height: 144px;
  }
  .photo-item:first-child{
    height: 230px;
  }
  .photo-img{
    object-fit: cover;
    object-position: center;
  }
  .photo-item-else{
    font-size: 12px;
    padding: 7px 0;
    border-radius: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
  }
  .photo-tab-wrapper{
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .price-subtitle br{
    display: none;
  }
  .price-title br{
    display: none;
  }
  .video-grid{
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
  .video-grid .m4-video-txt{
    padding: 16px 20px;
    font-size: 14px;
  }
  .vac1-top-wrapper{
    margin-top: 20px;
  }
  .vac1-top-wrapper>div{
    flex: 1 0 100%;
  }
  .vac1-top-l{
    padding: 20px;
  }
  .vac1-top-title br{
    display: none;
  }
  .vac1-top-title{
    font-size: 28px;
  }
  .vac1-top-subtitle br{
    display: none;
  }
  .vac1-top-subtitle{
    margin: 10px 0 20px;
    font-size: 14px;
  }
  .vac1-top-bn{
    width: 100%;
  }
  .vac1-bot-wrapper{
    margin-top: 60px;
  }
  .vac1-bot-grid{
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
  .vac1-bot-item{
    padding: 20px;
  }
  .vac1-bot-item-title{
    margin-bottom: 9px;
  }
  .vac1-bot-number-flex{
    margin-top: 20px;
  }
  .vac1-bot-icon{
    width: 46px;
    height: 46px;
  }
  .vac1-bot-icon svg{
    width: 26px;
  }
  .vac1-bot-number{
    font-size: 13px;
  }
  .vac3-flex{
    margin-top: 16px;
    gap: 8px;
  }
  .vac3-txt-item{
    width: 100%;
  }
  .vac3-img-item{
    flex: 1 0 100%;
  }
  .vac3-txt{
    margin-bottom: 10px;
  }
  .vac3-txt-item:nth-child(1) .vac3-img{
    margin-top: 10px;
  }
  .vac3-img{
    height: 200px;
    object-fit: cover;
    object-position: center;
  }
  .vac3-txt-item:nth-child(1){
    order: 1;
  }
  .vac3-txt-item:nth-child(4){
    order: 3;
  }
  .vac3-img-item:nth-child(2){
    order: 2;
    margin-bottom: 22px;
  }
  .vac3-img-item:nth-child(3){
    order: 4;
  }
  .vac2-tab-content{
    padding: 20px;
  }
  .vac2-tab-top-info-wrapper{
    gap: 8px;
  }
  .vac2-tab-title{
    font-size: 20px;
  }
  .vac2-tab-top-r{
    margin-top: 30px;
    width: 100%;
  }
  .vac2-btn{
    width: 100%;
  }
  .vac2-tab-top-wrapper{
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .vac2-tab-txt-wrapper{
    margin-top: 20px;
  }
  .vac2-tab-txt-title{
    margin-bottom: 14px;
  }
  .vac2-tab-txt-list-txt{
    flex: 1 0;
  }
  .vac2-tab-txt-list svg{
    width: 6px;
  }
  .vac2-flex{
    display: none;
  }
  .vac2-flex-mobile{
    display: flex;
    margin-top: 30px;
  }
  .about1-wrapper .prodt1-title{
    margin-top: 20px;
    font-size: 28px;
  }
  .prodt1-subtitle{
    font-size: 14px;
    margin-top: 12px;
  }
  .prodt1-grid{
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
  .prodt1-item-video {
    grid-row-start: auto;
    grid-row-end: auto;
    grid-column-start: auto;
    grid-column-end: auto;
    order: 5;
    height: 200px;
}
.prodt1-item.m-flex{
  padding: 20px;
  gap: 18px;
}
.prodt1-item-txt-wrapper{
  flex: 1 0 100%;
}
.prodt1-icon{
  width: 46px;
  height: 46px;
}
.prodt1-icon svg{
  width: 26px;
}
.prodt1-list-wrapper{
  margin-top: 30px;
  border-bottom: 1px solid #DDDBD3;
}
.prodt1-list-item{
  padding: 24px 0;
  gap: 20px;
}
.prodt1-list-img{
  width: 100%;
}
.prodt1-list-top-item p{
  font-size: 13px;
}
.prodt1-list-top-wrapper{
  margin-bottom: 10px;
}
.prodt1-list-title{
  font-size: 20px;
}
.prodt1-list-price-wrapper{
  margin: 16px 0 20px;
}
.prodt1-list-price-title{
  font-size: 16px;
}
.prodt1-list-price-txt{
  font-size: 13px;
}
.prodt1-list-lising-txt{
  font-size: 13px;
}
.prodt1-list-info-l{
  font-size: 13px;
  max-width: 63%;
  word-break: break-all;
}
.prodt1-list-info-r{
  font-size: 13px;
  max-width: 35%;
  text-align: right;
}
.prodt1-list-bot-wrapper{
  padding: 12px 18px;
  gap: 12px;
}
.prodt1-list-bot-title{
  font-size: 13px;
}
.prodt1-list-bot-icon{
  width: 40px;
  height: 40px;
}
.prodt1-list-bot-icon svg{
  width: 22px;
}
.about1-wrapper .card1-title{
  margin-top: 20px;
  font-size: 28px;
}
.card1-info-wrapper{
  margin-top: 30px;
  padding-bottom: 30px;
}
.card1-info-wrapper .prices-nav{
  overflow: hidden;
}
.card1-info-wrapper .prices-nav .prices-nav-link{
  padding: 10px 17px;
}
.card-video-slider-item{
  height: 220px;
}
.card-slider .lSPager.lSGallery li img{
  height: 70px;
}
.card1-info-flex{
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
}
.card1-info-l{
  grid-column-start: auto;
  grid-column-end: auto;
}
.tab-content>.active{
  display: grid;
}
.card-slider .lSAction>.lSNext{
  bottom: 10px;
  right: 10px;

}
.card-slider .lSAction>a{
  width: 34px;
  height: 34px;
}
.card-slider .lSAction>.lSPrev{
  bottom: 10px;
  right: 52px;
}
.card-slider .lSAction>.lSNext:hover{
  bottom: 10px;
  right: 10px;
}
.card-slider .lSAction>.lSPrev:hover{
  bottom: 10px;
  right: 52px;
}
.card1-info-c{
  margin-top: 10px;
  padding: 20px;
}
.card1-info-c .prodt1-list-price-title{
  font-size: 18px;
}
.card1-info-c-list{
  padding-top: 18px;
  margin-top: 18px;
}
.card1-info-c-list-icon {
    width: 40px;
    height: 40px;
}
.card1-info-c-list-icon svg{
  width: 22px;
}
.card1-info-c-btn{
  margin-top: 22px;
}
.card1-info-r{
  padding: 20px;
  margin-bottom: 16px;
}
.card1-info-r-title{
  font-size: 18px;
}
.card1-info-r .m-ban-form-list{
  margin-top: 12px;
  margin-bottom: 26px;
}
.card1-info-bot-item{
  padding: 20px;
}
.card1-info-bot-number-wrapper{
  margin-top: 20px;
}
.card1-info-bot-icon{
  width: 46px;
  height: 46px;
}
.card1-info-bot-icon svg{
  width: 26px;
}
.card1-info-bot-number{
  font-size: 13px;
}
.card1-complect-wrapper{
  padding-top: 30px;
}
.card1-com-tab-content{
  margin-top: 24px;
}
.card1-com1-title{
  font-size: 20px;
  margin-bottom: 10px;
}
.card1-com1-flex{
  padding: 24px 0;
  gap: 18px;
}
.card1-com1-l{
  width: 100%;
}
.card1-com1-c{
  flex: 1 0 100%;
  padding: 0;
  border: 0;
}
.card1-com1-r{
  width: 100%;
}
.card1-com1-item-title{
  font-size: 18px;
  margin-bottom: 12px;
}
.card1-com1-price{
  font-size: 16px;
}
.card1-com1-price-txt{
  font-size: 13px;
}
.card1-com1-c-item svg{
  width: 6px;
}
.card1-com1-img{
  height: 200px;
  object-fit: cover;
  object-position: center;
}
.card1-com3-txt-wrapper{
  margin-top: 24px;
}
.card1-com4-l{
  width: 100%;
}
.card1-com4-r{
  width: 100%;
}
.card1-com4-list{
  margin: 12px 0 24px;
}
.card1-com4-title{
  font-size: 20px;
}
.card1-com4-wrapper{
  padding-bottom: 30px;
}
.LPb2-title{
  margin: 20px 0 10px;
}
.LPb2-subtitle{
  font-size: 14px;
}
.LPb2-img{
  display: none;
}
.LPb2-img-mobile{
  display: block;
  width: 100%;
  margin-bottom: 12px;
}
.LPb2-content-wrapper{
  margin-top: 30px;
  margin-bottom: 8px;
}
.LPb2-icon{
  display: none;
  width: 40px;
  height: 40px;
}
.LPb2-icon svg{
  width: 22px;
}
.LPb2-list-flex1{
  padding-left: 0;
}
.LPb2-list-title{
  display: none;
}
.LPb2-list-wrapper{
  flex: 1 0 100%;
  max-width: 100%;
}
.LPb2-list-flex{
  gap: 10px;
  margin-bottom: 16px;
  margin-left: 0;
  padding-left: 0;
}
.LPb2-list-flex .LPb2-list-wrapper{
  max-width: 100%;
}
.LPb2-icon-mobile{
  display: flex;
  gap: 12px;
  align-items: center;
}
.LPb2-icon-mobile .LPb2-icon{
  display: flex;
}
.LPb2-icon-mobile .LPb2-list-title{
  display: block;
  margin-bottom: 0;
  flex: 1 0;
}
.LPb2-pult-img{
  display: none;
}
.LPb2-pult-c{
  position: static;
  transform: none;
  order: 1;
  display: flex;
  justify-content: center;
  width: 100%;
}
.LPb2-pult-c .LPb2-img-mobile{
  width: auto;
}
.LPb2-pult-l{
  order: 2;
  gap: 16px;
}
.LPb2-pult-r{
  order: 3;
  gap: 16px;
  margin-top: 16px;
}
.LPb2-pult-flex{
  height: auto;
  margin: 30px 0 24px;
}
.LPb2-pult-icon{
  width: 40px;
  height: 40px;
}
.LPb2-pult-icon svg{
  width: 22px;
}
.LPb2-pult-title{
  font-size: 16px;
}
.LPb3-grid{
  margin-top: 30px;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
}
.LPb3-grid-item-big {
    grid-row-start: auto;
    grid-row-end: auto;
    grid-column-start: auto;
    grid-column-end: auto;
    order: 5;
}
.LPb3-grid-item{
  padding: 20px;
}
.LPb3-item-price{
  font-size: 18px;
  margin-top: 18px;
}
.LPb3-item-icon {
    width: 40px;
    height: 40px;
}
.LPb3-item-icon svg{
    width: 22px;
}
.LPb3-grid-big-title{
  font-size: 18px;
}
.LPb3-grid-big-list{
  margin-top: 14px;
}
.LPb3-grid-big-list .prodt1-list-info-item{
  margin-bottom: 10px;
  align-items: flex-end;
}
.LPb3-grid-big-list .prodt1-list-info-r{
  font-size: 14px;
  max-width: 34%;
}
.LPb3-grid-big-list .prodt1-list-info-l{
  font-size: 14px;
  max-width: none;
  word-break: normal;
}
.LPb3-grid-big-list .prodt1-list-info-item:nth-child(2) .prodt1-list-info-l{
  max-width: 54%;
}
.LPb3-grid-big-list .prodt1-list-info-item:nth-child(4) .prodt1-list-info-l{
  max-width: 44%;
}
.LPb3-grid-big-list .prodt1-list-info-item:nth-child(5) .prodt1-list-info-l{
  max-width: 44%;
}
.LPb3-grid-big-txt-wrapper{
  flex: 1 0;
}
.LPb3-grid-big-red-wrapper{
  align-items: flex-start;
}
.LPb3-grid-big-icon {
    width: 40px;
    height: 40px;
}
.LPb3-grid-big-icon svg{
    width: 22px;
}
.LPb3-grid-big-red-wrapper{
  padding: 14px 16px;
}
.LPb3-grid-big-txt-title{
  font-size: 13px;
}
.LPb3-btn-wrapper{
  margin-top: 24px;
  gap: 10px;
}
.LPb3-btn-txt br{
  display: none;
}
.LPb4-flex{
  margin-top: 30px;
  flex-wrap: nowrap;
  overflow-x: scroll;
  gap: 8px;
}
.LPb4-item{
  padding: 20px;
  flex: 1 0 286px;
}
.LPb4-item-title{
  font-size: 18px;
}
.LPb4-red-wrapper{
  right: 20px;
  width: 70px;
  height: 100px;
}
.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{
  flex: 1 0 100%;
}
.LPm1-title{
  font-size: 30px;
  word-break: break-word;
}
.LPm1-subtitle{
  font-size: 16px;
  margin: 20px 0 18px;
}
.LPm1-grid{
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
}
.LPm1-item-icon{
  width: 40px;
  height: 40px;
}
.LPm1-item-icon svg{
  width: 22px;
}
.LPm1-item-icon-txt{
  font-size: 16px;
}
.LPm1-btn-item{
  flex: 1 0 100%;
}
.LPm1-btn-wrapper{
  margin-top: 30px;
  gap: 8px;
}
.LPm1-btn-txt{
  display: none;
}
.LPm1-btn-wrapper .m1-t-btn-txt-mobile{
  margin-top: 4px;
}
.LPm1-wrapper{
  background: #364446;
}
.LPm1-grad-wrapper{
  background: none;
  padding-bottom: 0;
}
.LPm1-btn-wrapper{
  margin-bottom: 40px;
}
.LPm1-mobile-img{
  display: block;
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  object-position: center;
}
.LPb2-subtitle br{
  display: none;
}
.LPm2-grid{
  margin-top: 30px;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
}
.LPm2-item{
  height: auto;
  padding: 20px;
  justify-content: flex-end;
  display: flex;
  flex-wrap: wrap;
}
.LPm2-item1-img{
  position: relative;
  transform: none;
  top: auto;
  width: 216px;
  height: 128px;
  margin-top: 15px;
  margin-right: -20px;
}
.LPm2-item1-txt{
  width: 100%;
}
.LPm2-item2-img{
  position: relative;
  right: 50%;
  transform: translate(50%, 0);
  width: 208px;
  margin-top: 17px;
  margin-bottom: -20px;
}
.LPm2-item2-txt{
  width: 100%;
}
.LPm2-item3-txt{
  width: 100%;
  padding: 0;
}
.LPm2-graf-wrapper{
  width: 100%;
  height: 150px;
  margin-top: 20px;
}
.LPm2-item4-txt{
  width: 100%;
}
.LPm2-item4-img{
  position: relative;
  margin-right: -20px;
  margin-bottom: -20px;
  width: 100%;
}
.LPb5-flex{
  margin-top: 30px;
  gap: 8px;
}
.LPb5-txt-wrapper{
  padding: 15px 16px;
}
.LPb5-item-list svg{
  width: 6px;
}
.LPb5-item-list-txt{
  font-size: 13px;
}
.LPw2-content-wrapper .LPb2-list-flex{
  padding-left: 0;
  margin-bottom: 16px;
}
.LPg1-wrapper .LPm1-item-icon-txt{
  font-size: 14px;
}
.LPb2-title br{
  display: none;
}
.LPg2-content-wrapper .LPb2-list-flex{
  padding-left: 0;
  margin-bottom: 16px;
}
.LPg4-grid{
  margin-top: 30px;
  margin-bottom: 24px;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
}
.LPb4-grid-item{
  padding: 20px;
}
.LPg4-item-bot-wrapper{
  margin-top: 18px;
}
.LPg4-icon{
  width: 44px;
  height: 44px;
}
.LPg4-icon svg{
  width: 26px;
}
.LPg4-item-number{
  font-size: 13px;
}
.LPg4-item-title{
  font-size: 16px;
  margin-bottom: 12px;
}
.LPb2-list svg{
  width: 6px;
}
.LPg4-table-wrapper .LPb4-item-title{
  max-width: 135px;
}
.LPs2-item{
  flex: 1 0 100%;
}
.LPs2-img{
  margin-bottom: 8px;
}
.LPs2-flex{
  gap: 8px;
}
.LPs2-grid {
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
}
.LPs2-grid-item{
  padding: 20px;
}
.LPs2-grid-number{
  font-size: 13px;
}
.LPs2-grid-icon-wrapper{
  margin-top: 18px;
}
.LPs2-grid-btn{
  margin-top: 8px;
  padding-left: 15px;
  padding-right: 15px;
}
.LPs3-flex{
  margin-top: 0;
}
.LPb5-item{
  flex: 1 0 100%;
}
.LPs3-item{
  padding-right: 0;
}
.LPs3-btn{
  margin-top: 16px;
}
.LPp2-content-wrapper .LPb2-list-flex:last-child{
  margin-bottom: 16px;
}
.LPsilos1-wrapper .LPm1-item-icon-txt{
  font-size: 14px;
}
.LPm1-subtitle br{
  display: none;
}
.LPsilos2-content-wrapper .LPb2-icon{
  display: flex;
}
.LPsilos2-content-wrapper .LPb2-list-title{
  display: block;
}
.LPsilos2-content-wrapper .LPb2-list-wrapper{
  flex: 1 0;
}
.LPsilos2-content-wrapper .LPb2-list-flex:last-child{
  margin-bottom: 16px;
}
.LPsilos2-content-wrapper .LPb2-list-flex{
  margin-bottom: 16px;
}
.LPsilos2-flex-btn{
  margin-top: 8px;
}
.LPa1-wrapper .LPm1-item-icon-txt{
  font-size: 14px;
}
.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{
  flex: 1 0 100%;
}
.thx-bot-wrapper{
  margin-top: 40px;
  gap: 8px;
}
.thx-bot-right{
  order: 2;
  flex: 1 0 100%;
  padding: 20px;
}
.thx-bot-left{
  order: 1;
  flex: 1 0 100%;
}
.thx-bot-autogr{
  margin-top: 16px;
}
.thx-bot-autogr-wrapper{
  margin-top: 20px;
}
	.LPb5-img{
		height: 200px;
		object-fit: cover;
		object-position: center;
	}
}