@font-face {
  font-family: Inter-Black;
  font-display: swap;
  src: url(../fonts/Inter-Black.woff) format("woff"),
    url(../fonts/Inter-Black.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Inter-Bold;
  font-display: swap;
  src: url(../fonts/Inter-Bold.woff) format("woff"),
    url(../fonts/Inter-Bold.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Inter-Light;
  font-display: swap;
  src: url(../fonts/Inter-Light.woff) format("woff"),
    url(../fonts/Inter-Light.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Inter-ExtraLight;
  font-display: swap;
  src: url(../fonts/Inter-ExtraLight.woff) format("woff"),
    url(../fonts/Inter-ExtraLight.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Inter-ExtraBold;
  font-display: swap;
  src: url(../fonts/Inter-ExtraBold.woff) format("woff"),
    url(../fonts/Inter-ExtraBold.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Inter-Medium;
  font-display: swap;
  src: url(../fonts/Inter-Medium.woff) format("woff"),
    url(../fonts/Inter-Medium.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Inter-SemiBold;
  font-display: swap;
  src: url(../fonts/Inter-SemiBold.woff) format("woff"),
    url(../fonts/Inter-SemiBold.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Inter-Regular;
  font-display: swap;
  src: url(../fonts/Inter-Regular.woff) format("woff"),
    url(../fonts/Inter-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Inter-Thin;
  font-display: swap;
  src: url(../fonts/Inter-Thin.woff) format("woff"),
    url(../fonts/Inter-Thin.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: times-bold;
  font-display: swap;
  src: url(../fonts/times-bold.woff) format("woff"),
    url(../fonts/times-bold.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Lato-Bold;
  font-display: swap;
  src: url(../fonts/Lato-Bold.woff) format("woff"),
    url(../fonts/Lato-Bold.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:active,
:focus {
  outline: 0;
}
a:active,
a:focus {
  outline: 0;
}
aside,
footer,
header,
nav {
  display: block;
}
body,
html {
  height: 100%;
  width: 100%;
  font-family: Inter-Regular;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  scroll-behavior: smooth;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
button,
input,
textarea {
  font-family: inherit;
}
input::-ms-clear {
  display: none;
}
button {
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button:focus {
  outline: 0;
}
a,
a:visited {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
  color: unset;
}
ul li {
  list-style: none;
  padding: 0;
}
p {
  margin: 0;
  padding: 0;
}
ol,
ul {
  padding: 0;
  margin: 0;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.slick-dots li button:before {
  content: "";
}
.bghappy {
  width: 100%;
  height: 50px;
  background-color: #234c05;
}

.bghappy a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bghappy__d {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}

.bghappy__m {
  width: 100%;
  height: 100%;
  display: none;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .bghappy {
    width: 100%;
    height: 100px;
    background-color: #234c05;
  }

  .bghappy__d {
    width: 100%;
    height: 100%;
    display: none;
    margin: 0 auto;
  }

  .bghappy__m {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
  }
}
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.header {
  width: 100%;
  height: auto;
  background-color: #000;
}
.header__container {
  width: 100%;
  padding: 0 20px;
}
.header__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
}
.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__logo1 {
  margin-right: 10px;
}
.header__logo2 {
  margin-right: 15px;
}
.header__logo3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 20px;
  border-left: 2px solid red;
}
.header__logo3 img {
  margin-bottom: 10px;
}
.header__logo3 span {
  color: #fff;
  font-size: 8px;
  line-height: 10px;
  letter-spacing: 0.06em;
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.header__list li {
  margin-right: 25px;
}
.header__list li a {
  color: #fff;
  font-size: 18px;
  line-height: 23.22px;
}
.header__list li:last-child {
  margin: 0;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.header__tell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header__tell a {
  width: 100%;
  font-size: 32px;
  line-height: 36px;
  color: #fff;
}
.header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__btn button {
  font-size: 16px;
  line-height: 36px;
  background: 0 0;
  border: none;
  color: #fff;
}
.header #openMenu {
  display: none;
}
.menu {
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  background-color: #000;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
}
.menu__container {
  padding: 0 20px;
}
.menu__wrapper {
  width: 100%;
}
.menu__top {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
}
.menu__top img {
  width: 100%;
  height: auto;
}
.menu__top #closeMenu {
  width: 55px;
  cursor: pointer;
}
.menu__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu__logo1 {
  margin-right: 10px;
}
.menu__body {
  width: 100%;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow-y: auto;
}
.menu__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.menu__nav a {
  margin-bottom: 0;
  font-size: 28px;
  line-height: 30px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
}
.menu__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.menu__tell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 10px;
}
.menu__tell a {
  width: 100%;
  font-size: 32px;
  line-height: 36px;
  color: #fff;
}
.menu__tell a img {
  width: 50px;
}
.menu__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.menu__btn button {
  font-size: 16px;
  line-height: 36px;
  background: 0 0;
  border: none;
  color: #fff;
  margin-right: 20px;
}
.menu .hoverItem {
  display: none;
  position: absolute;
  background: #fff;
  padding: 10px;
  border: 1px solid #ccc;
  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.menu__callback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 80px;
  padding: 0 0 0 15px;
  z-index: 1;
}
.menu__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
}
.menu__btn a {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 3px;
}
.menu__btn button {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  text-decoration-line: underline;
  background: bottom;
}
.menu__serves {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.menu__serves a {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 3px;
}
.menu__serves button {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  text-decoration-line: underline;
  background: bottom;
}
.menu__email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.menu__email a {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 3px;
}
.menu__email button {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  text-decoration-line: underline;
  background: bottom;
}
.main {
  width: 100%;
  height: auto;
  background-image: url(../img/bg-main.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0 50px 0;
}
.main__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 0 0;
}
.main__left {
  width: 50%;
}
.main__left h1 {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 30px;
  font-family: Inter-Bold;
}
.main__left button {
  padding: 7px 70px;
  color: #fff;
  background: #000;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 40px;
}
.main__left p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 18px;
  color: #575757;
  margin-bottom: 15px;
}
.main__left p img {
  margin-right: 16px;
}
.main__left p:last-child {
  margin: 0;
}
.main__right {
  width: 50%;
}
.main__top {
  width: 100%;
  background-image: url(../img/ellipse-main.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}
.main__bottom {
  margin-top: 30px;
}
.slider__top-item {
  width: 100%;
}
.slider__top-item a {
  width: 100%;
}
.slider__top-item a img {
  width: 100%;
}
.slider__bottom .slick-track {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  height: 65px;
  overflow-x: auto;
}
.slider__bottom .slick-slide {
  width: 100px !important;
  gap: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
}
.slider__bottom .slick-list {
  padding: 0 !important;
}
.slider__bottom-item {
  width: 100%;
}
.slider__bottom-item span {
  font-size: 20px;
  margin-bottom: 3px;
}
.slider__bottom-item p {
  font-size: 32px;
  font-style: italic;
  line-height: 32px;
}
.slider__bottom-item.slick-center span {
  font-size: 20px;
  margin-bottom: 3px;
}
.slider__bottom-item.slick-center p {
  font-size: 34px;
  font-weight: 700;
  font-style: italic;
  line-height: 32px;
}
.slider__bottom-item.slick-active.slick-center span {
  font-size: 20px;
  margin-bottom: 3px;
}
.slider__bottom-item.slick-active.slick-center p {
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
  line-height: 32px;
}
.sliderbg {
  width: 100%;
  margin: 0 !important;
}
.sliderbg__item {
  position: relative;
}
.sliderbg__dis {
  position: absolute;
  top: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
.sliderbg__dis h1 {
  color: #fff;
  font-size: 44px;
  line-height: 36px;
}
.sliderbg__dis p {
  width: 478px;
  color: #fff;
  font-family: Inter-Light;
  font-size: 20px;
  line-height: 32px;
}
.sliderbg__dis a {
  border-radius: 1px;
  border: 1px solid #fff;
  background: rgba(46, 45, 43, 0.9);
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 12px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  color: #000;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 35px;
}
.sliderbg.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.sliderbg.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.sliderbg.slick-track:after,
.sliderbg.slick-track:before {
  content: "";
  display: table;
}
.sliderbg.slick-track:after {
  clear: both;
}
.slick-loading .sliderbg.slick-track {
  visibility: hidden;
}
.sliderbg.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .sliderbg.slick-slide {
  float: right;
}
.sliderbg.slick-slide img {
  display: block;
  width: 100%;
  height: 630px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
}
.sliderbg.slick-slide.slick-loading img {
  display: none;
}
.sliderbg.slick-slide.dragging img {
  pointer-events: none;
}
.sliderbg.slick-initialized .sliderbg.slick-slide {
  display: block;
}
.sliderbg.slick-loading .sliderbg.slick-slide {
  visibility: hidden;
}
.sliderbg.slick-vertical .sliderbg.slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-next,
.slick-prev {
  display: none !important;
}
.slick-prev {
  left: -25px;
  display: none;
}
.slick-next {
  right: -25px;
  display: none;
}
.sliderbg .slick-dots {
  position: absolute;
  bottom: 22px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sliderbg .slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sliderbg .slick-dots li button {
  border: 0;
  background: rgba(225, 223, 221, 0.8980392157);
  display: block;
  height: 10px;
  width: 10px;
  outline: 0;
  line-height: 0;
  font-size: 0;
  padding: 5px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sliderbg .slick-dots li button:focus,
.sliderbg .slick-dots li button:hover {
  outline: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sliderbg .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  line-height: 20px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sliderbg .slick-dots .slick-active {
  width: 60px;
  background: rgba(225, 223, 221, 0.6980392157);
}
.sliderbg .slick-dots .slick-active button {
  width: 60px;
  background: rgba(225, 223, 221, 0.6980392157);
}
.categor {
  width: 100%;
  height: auto;
  padding: 90px 0;
}
.categor__wrapper {
  width: 100%;
  height: auto;
}

.categor__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.categor__img {
  border-bottom: 1px solid #000;
  width: 100%;
  height: 160px;
  display: block;
  margin-bottom: 15px;
}

.categor__link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.categor__link p {
  color: #000000;
  font-size: 18px;
  margin-top: 0;
  line-height: 22px;
  text-align: center;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #000000;
}

/* .categor__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.categor__item {
  position: relative;
  width: 48%;
  height: 263px;
  margin: 10px 0;
}
.categor__item a {
  width: 100%;
}
.categor__item a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.categor__item a .fil {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.categor__item a h2 {
  font-size: 36px;
  line-height: 48px;
  color: #fff;
  position: absolute;
  bottom: 30px;
  left: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.categor__item a p {
  font-size: 20px;
  line-height: 36px;
  position: absolute;
  bottom: 20px;
  right: 15px;
  color: #fff;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.categor__item:hover .fil {
  opacity: 0;
}
.categor__item:hover h2 {
  font-size: 34px;
  line-height: 34px;
}
.categor__item:hover p {
  opacity: 1;
} */
.model {
  width: 100%;
  height: auto;
  padding: 60px 0;
}
.model__wrapper {
  width: 100%;
  height: auto;
}
.model__title {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.model__title h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 42px;
}
.model__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 65px;
}
.model__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2px;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1490196078);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1490196078);
  margin-bottom: 30px;
  overflow: hidden;
}
.model__item:last-child {
  margin-bottom: 0;
}
.model__img {
  position: relative;
  width: 40%;
  height: 300px;
}
.model__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.model__img .flag {
  position: absolute;
  top: 13px;
  left: 18px;
  color: #fff;
  background-color: #00b44f;
  border-radius: 5px;
  font-size: 16px;
  line-height: 27px;
  padding: 0 9px;
}
.model__img .chips {
  position: absolute;
  bottom: 13px;
  right: 20px;
}
.model__img .chips span {
  font-size: 18px;
  line-height: 27px;
  background-color: #e9e8e8;
  border-radius: 5px;
  padding: 3px 9px;
  margin-right: 7px;
}
.model__img .chips span:last-child {
  margin: 0;
}
.model__char {
  width: 30%;
  padding: 6px 0 6px 30px;
}
.model__char h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 20px;
}
.model__char p {
  font-size: 16px;
  line-height: 26px;
}
.model__char p span {
  font-weight: 400;
}
.model__char p span:last-child {
  font-weight: 700;
  margin-left: 5px;
}
.model__char {
  background-image: url(../img/left.png);
  background-repeat: no-repeat;
  background-position: -180px center;
}
.model__nav {
  width: 30%;
  padding: 6px 10px 6px 30px;
  background-image: url(../img/right.png);
  background-repeat: no-repeat;
  background-position: 40px center;
}
.model__price {
  width: 100%;
}
.model__price p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.model__price p:last-child {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-top: 5px;
}
.model__btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.model__btn button {
  width: 100%;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  padding: 17px 0;
  margin-top: 15px;
  margin-bottom: 15px;
}
.model__btn button:last-child {
  background: #000;
  width: 25%;
  height: 52px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  padding: 0;
  margin: 0;
}
.model__btn a {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #000;
  border: 1px solid #000;
  height: 52px;
  width: 70%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.model__dop {
  width: 100%;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.model__dop button {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  border-bottom: 0.2rem dashed rgba(0, 0, 0, 0.4588235294);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgba(0, 0, 0, 0);
}
.orig {
  width: 100%;
  height: auto;
  padding: 60px 0;
}
.orig__wrapper {
  width: 100%;
  height: auto;
}
.orig__title {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.orig__title h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 42px;
}
.orig__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin-top: 65px;
}
.orig__item {
  margin-bottom: 15px;
  padding-right: 10px;
  width: 100%;
  height: 146px;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1490196078);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1490196078);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.orig__item:last-child {
  margin-bottom: 0;
}
.orig__img {
  border-right: 1px solid #868686;
  padding: 0 60px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30%;
  height: 100%;
}
.orig__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.orig__char {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.orig__char h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.orig__char p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.orig__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.orig__btn p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.orig__btn span {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.orig__btn button {
  background-color: #000;
  color: #fff;
  padding: 10px 80px;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin-top: 15px;
}
.info-block {
  width: 100%;
  height: auto;
  padding: 20px 0;
}

.info-block__wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.info-block__title h2 {
  color: #000000;
  font-family: "Montserrat", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
}

@media (max-width: 768px) {
  .info-block__title h2 {
    font-size: 36px;
    line-height: 40px;
  }
}

.info-block p {
  font-size: 20px;
  color: #000;
  line-height: 32px;
}

.info-block p a {
  font-size: 20px;
  color: red;
}
.sert {
  width: 100%;
  height: auto;
  background: #000;
  padding: 60px 0;
}
.sert__wrapper {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sert__title {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sert__title h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 42px;
  color: #fff;
}
.sert__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin-top: 65px;
}
.sert__left {
  width: 40%;
}
.sert__left ul li {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.sert__right {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sert__right p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 10px;
  border-bottom: 0.2rem dashed #fff;
}
.dot {
  width: 100%;
  height: auto;
  padding: 60px 0;
}
.dot__wrapper {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.dot__title {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.dot__title h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 42px;
  color: #000;
}
.dot__items {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 65px;
}
.dot__left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.dot__left p {
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
}
.dot__left ul {
  margin-top: 10px;
}
.dot__left ul li {
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
}
.dot__left ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dot__left ul li a img {
  margin-right: 6px;
}
.dot__left ul li a span {
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
}
.dot__right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.dot__right p {
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  color: #fff;
  opacity: 0;
}
.dot__right ul {
  margin-top: 10px;
}
.dot__right ul li {
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
}
.dot__right ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.dot__right ul li a img {
  margin-right: 6px;
  margin-top: 11px;
}
.dot__right ul li a span {
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
}

.dot__right .dot__map {
  width: 100%;
  height: auto;
}

.dot__right .dot__map iframe {
  width: 100%;
}

.lizing {
  width: 100%;
  height: auto;
  padding: 60px 0;
  background: #000;
}
.lizing__wrapper {
  width: 100%;
  height: auto;
}
.lizing__title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.lizing__title h2 {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
}
.lizing__disction {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 65px;
}
.lizing__left {
  width: 35%;
  margin-right: auto;
}
.lizing__left p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.lizing__left p span {
  color: #bf0000;
}
.lizing__center {
  margin-right: auto;
}
.lizing__center h3 {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  line-height: 32px;
}
.lizing__center p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.lizing__center p span {
  color: #eb3223;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin-right: 15px;
}
.lizing__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  padding-left: 15px;
  border-left: 2px solid #bf0000;
}
.lizing__right p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.lizing__right p span {
  color: #fff;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.lizing__btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 30px;
}
.lizing__btn button {
  border-radius: 2px;
  border: 1px solid #fff;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  padding: 15px 40px;
}
.lizing__slider {
  width: 100%;
  height: auto;
  margin-top: 80px;
}
.lizing__link {
  width: 100%;
  margin-top: 15px;
}
.lizing__link P {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
.lizing__link button {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  border-bottom: 0.2rem dashed #fff;
}
.slider-liz__item {
  padding: 20px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  margin: 0 10px;
  height: 100px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.slider-liz__item img {
  width: 100%;
}
.accordeon {
  width: 100%;
  padding: 60px 0;
}
.accordeon__title {
  width: 100%;
  text-align: center;
}
.accordeon__title h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 50px;
  color: #000;
}
.accordeon__items {
  width: 100%;
  margin-top: 40px;
}
.accordeon__item {
  border-bottom: 1px solid #000;
}
.accordeon__item img {
  width: 24px;
}
.acc-head {
  padding: 25px 0;
  cursor: pointer;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  border-top: 2px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.acc-body {
  padding: 10px 0 10px 0;
  margin-bottom: 5px;
  display: none;
  font-size: 20px;
  line-height: 162.52%;
  color: #000;
  opacity: 0.6;
}
.contact {
  width: 100%;
  height: auto;
  padding-top: 100px;
}
.contact__wrapper {
  width: 100%;
}
.contact__title {
  width: 100%;
}
.contact__title h2 {
  color: #000;
  font-size: 48px;
  line-height: 50px;
  text-align: center;
}
.contact__wrapper {
  width: 100%;
  height: auto;
}
.contact__map {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 20px;
}
.contact__info {
  position: absolute;
  top: 50px;
  width: 333px;
  height: 371px;
  background-color: #fff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.contact__info p {
  overflow: hidden;
  color: #1f1f1f;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 10px;
}
.contact__info p img {
  width: 20px;
  margin-right: 5px;
}
.contact__info a {
  overflow: hidden;
  color: #1f1f1f;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-weight: 700;
}
.contact__info a img {
  width: 20px;
  margin-right: 5px;
}
.contact__info a:hover {
  color: #766c65;
}
.contact__info .border-bottom {
  border-bottom: 1px solid #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.contact__kub {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.contact__kub span {
  position: absolute;
}
.contact__kub span:nth-child(1) {
  position: absolute;
  top: 0;
  right: 0;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  width: 35px;
  height: 35px;
}
.contact__kub span:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  width: 35px;
  height: 35px;
}
.contact__kub span:nth-child(3) {
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  width: 35px;
  height: 35px;
}
.contact__kub img {
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 50px;
  height: 50px;
}
swiper-container {
  width: 100%;
  height: 100%;
}
swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
swiper-container {
  width: 100%;
  height: 300px;
}
swiper-slide {
  background-size: cover;
  background-position: center;
}
.mySwiper {
  height: 100%;
  width: 100%;
}
.mySwiper2 {
  height: 15%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0;
}
.mySwiper2 swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.mySwiper2 .swiper-slide-thumb-active {
  opacity: 1;
}
swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.dd {
  color: #131313 !important;
  font-family: TTFirsNeue-Medium !important;
  font-size: 48px !important;
  line-height: 48px !important;
  max-width: 951px !important;
}
.cardd {
  width: 100%;
  height: auto;
  padding-bottom: 90px;
}
.cardd__wrapper {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cardd__title {
  width: 100%;
  height: auto;
}
.cardd__title h1 {
  color: #131313;
  font-size: 44px;
  line-height: 48px;
  max-width: 951px;
}
.cardd__chips {
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cardd__chips span {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  padding: 8px 15px;
  border-radius: 6px;
  margin-right: 15px;
}
.cardd__chips span:nth-child(1) {
  background-color: #00b44f;
}
.cardd__chips span:nth-child(2) {
  background-color: #0089b4;
}
.cardd__chips span:nth-child(3) {
  background-color: #131313;
  margin-right: 0;
}
.cardd__tab {
  margin-top: 30px;
}

.cardd .container-tab {
  max-width: 1200px;
  width: 100%;
}
.cardd .accordion-tabs {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 0.1875em;
  margin-bottom: 1.5em;
  margin-left: 0;
  padding-left: 0;
}
.cardd .accordion-tabs:after,
.cardd .accordion-tabs:before {
  content: " ";
  display: table;
}
.cardd .accordion-tabs:after {
  clear: both;
}
.cardd .accordion-tabs li {
  list-style: none;
}
.cardd .accordion-tabs li.tab-head-cont:first-child a {
  border-top-left-radius: 0.1875em;
  border-top-right-radius: 0.1875em;
  border-top: 0;
}
.cardd .accordion-tabs li.tab-head-cont:last-child a {
  border-bottom-left-radius: 0.1875em;
  border-bottom-right-radius: 0.1875em;
}
.cardd .accordion-tabs li.tab-head-cont a {
  text-decoration: none;
  border-top: 1px solid #ddd;
  color: #888;
  display: block;
  padding: 0.75em 0.809em;
  font-size: 18px;
}
.cardd .accordion-tabs li.tab-head-cont a:hover {
  color: #000;
}
.cardd .accordion-tabs li.tab-head-cont a:focus {
  outline: 0;
}
.cardd .accordion-tabs li.tab-head-cont a.is-active {
  background-color: #f7f7f7;
  border-bottom: 0;
  color: #333;
}
.cardd .accordion-tabs li.tab-head-cont section {
  padding: 1.5em 1.618em;
  display: none;
  overflow: hidden;
  width: 100%;
  font-size: 18px;
  line-height: 28px;
}
.cardd .accordion-tabs li.tab-head-cont section p {
  font-size: 18px;
  line-height: 30px;
}
.cardd__slider {
  max-width: 100%;
  height: 400px;
  display: inline-block;
}
.cardd__characteristics {
  width: 100%;
  margin-top: 30px;
}
.cardd__left {
  width: 100%;
  max-width: 53%;
}
.cardd__left p {
  margin-top: 7px;
}
.cardd__left p button {
  background-color: rgba(255, 255, 255, 0);
  border: none;
  font-size: 18px;
  border-bottom: 0.2rem dashed rgba(0, 0, 0, 0.4588235294);
}
.cardd__char--title {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.cardd__char--title p {
  color: #131313;
  font-size: 20px;
  line-height: 20px;
}
.cardd__list {
  height: auto;
}
.cardd__list p {
  font-size: 18px;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cardd__list p:nth-child(2n + 1) {
  background-color: #f2f2f2;
}
.cardd__button {
  width: 100%;
  background-color: #e9e9e9;
  margin-top: 12px;
}
.cardd__button button {
  color: #000;
  font-size: 18px;
  line-height: 18px;
  padding: 12px 0;
  text-align: center;
  width: 100%;
}

.cardd__pdf {
  display: flex;
  flex-direction: column;
}

.cardd__pdf p {
  display: flex;
  flex-direction: row;
  color: #838383;
  font-size: 16px;
  margin-bottom: 5px;
}

.cardd__pdf p a {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.cardd__pdf p a span {
  padding-bottom: 2px;
  font-size: 16px;
  line-height: 20px;
}

.cardd__pdf p a img {
  width: 45px;
  height: auto;
  margin-right: 5px;
}

.cardd__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 45%;
}
.cardd__arl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.cardd__top p {
  color: #363636;
  text-shadow: 0 0 60px rgba(0, 0, 0, 0.25);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cardd__top p img {
  margin-right: 14px;
  width: 16px;
}
.cardd__top--button {
  width: 100%;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cardd__top--button button {
  width: 49%;
  border-radius: 2px;
  border: 1px solid #fff;
  padding: 15px 0;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
.cardd__top--button button:nth-child(1) {
  background: #000;
  color: #fff;
}
.cardd__top--button button:nth-child(2) {
  background: #fff;
  color: #000;
  margin-left: auto;
  border: 1px solid #000;
}
.cardd__top--search {
  width: 100%;
  margin-top: 10px;
}
.cardd__top--search button {
  background: rgba(255, 255, 255, 0);
  border-bottom: 0.2rem dashed rgba(0, 0, 0, 0.4588235294);
  color: #363636;
  text-shadow: 0 0 60px rgba(0, 0, 0, 0.25);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cardd__bottom {
  width: 100%;
  margin-top: 15px;
}
.cardd__bottom p {
  color: #131313;
  font-size: 20px;
  line-height: 20px;
}
.cardd__catalog {
  margin-top: 20px;
}
.cardd__catalog--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cardd__catalog--item {
  margin-bottom: 8px;
  padding: 10px 25px 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background: #f2f3f5;
}
.cardd__catalog--item .img {
  width: 20%;
  height: auto;
}
.cardd__catalog--item .img img {
  width: 100%;
  height: auto;
}
.cardd__catalog--btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 80%;
}
.cardd__catalog--btn .text {
  width: 100%;
  margin-left: 15px;
  margin-right: 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.cardd__catalog--btn .text p {
  font-size: 16px;
}
.cardd__catalog--btn .btn {
  width: 100%;
  text-align: start;
}
.cardd__catalog--btn .btn button {
  padding: 10px 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #131822;
  font-size: 16px;
  line-height: 16px;
  background-color: #fff;
}
.cardd__brend {
  margin-top: 50px;
  padding: 30px;
  background: #f2f2f2;
}
.cardd__brend p {
  margin-top: 15px;
  color: #212529;
  font-size: 18px;
  line-height: 30px;
}
.footer {
  width: 100%;
  padding-top: 75px;
  background-color: #000;
}
.footer__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 24%;
  gap: 17px;
}
.footer__logo {
  width: 235px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.footer__logo img {
  width: 100%;
  height: auto;
}
.footer__logo img:last-child {
  margin-left: 10px;
}
.footer__text p {
  color: #f2f5f9;
  font-size: 20px;
  line-height: 28.8px;
  letter-spacing: -0.4px;
  font-family: Inter-Light;
}
.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.footer__social a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.footer__mail a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
}
.footer__mail a img {
  width: 21px;
}
.footer__mail a span {
  color: #f2f5f9;
  font-size: 20px;
  line-height: 28.8px;
  letter-spacing: -0.4px;
  font-family: Inter-Light;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__mail a:hover {
  color: #766c65;
}
.footer__btn {
  margin-top: 23px;
}
.footer__btn button {
  border-radius: 3px;
  background: #000;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  font-size: 18px;
  line-height: 48px;
  padding: 0 20px;
  font-family: Inter-Light;
}
.footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.footer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 100px;
}
.footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer__item p {
  color: #f2f5f9;
  text-shadow: 0 0 12px #011333;
  font-size: 24px;
  line-height: 33.6px;
  margin-bottom: 16px;
  font-family: Inter-Light;
}
.footer__item a {
  color: #f2f5f9 !important;
  text-shadow: 0 0 12px #011333;
  font-size: 16px;
  line-height: 22.4px;
  margin-top: 8px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  font-family: Inter-Light;
  cursor: pointer;
}
.footer__item a:hover {
  color: #766c65 !important;
}
.footer__item img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer__item a:hover img {
  -webkit-transform: translate(10px);
  -ms-transform: translate(10px);
  transform: translate(10px);
}
.footer__bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
  margin-top: 55px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.8500000238;
}
.footer__bottom a {
  color: #f2f5f9;
  text-shadow: 0 0 12px #011333;
  font-size: 14px;
  line-height: 19.6px;
  font-family: Inter-Light;
}
.footer__bottom p {
  color: #f2f5f9;
  font-size: 14px;
  line-height: 19.6px;
  font-family: Inter-Light;
}
.main-catalog {
  width: 100%;
  height: auto;
}
.main-catalog__wrapper {
  width: 100%;
  height: auto;
}
.main-catalog__title {
  width: 100%;
  text-align: center;
  padding-top: 30px;
}
.main-catalog__title h1 {
  font-size: 40px;
}
.main-catalog__menu {
  width: 100%;
  height: auto;
  padding-top: 20px;
}
.main-catalog__over {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main-catalog__item {
  padding: 10px;
  margin: 5px;
  width: 23.9%;
  height: auto;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1490196078);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1490196078);
  background-image: url(../img/left.png), url(../img/right.png);
  background-repeat: no-repeat, no-repeat;
  background-position: -60px 50px, right;
  background-size: 200px, 300px;
}
.main-catalog__item h4 {
  font-size: 18px;
}
.main-catalog__link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-catalog__img {
  width: 100%;
  height: auto;
}
.main-catalog__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.bx-breadcrumb {
  padding-top: 20px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
  font-size: 18px !important;
}
.catalog__items {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 35px;
}
.catalog__items .model__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2px;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1490196078);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1490196078);
  margin-bottom: 30px;
  overflow: hidden;
  width: 100%;
  height: 300px;
}
.catalog__item {
  width: 23.7%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  margin-right: 19px;
  margin-bottom: 24px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.catalog__item:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.catalog__item:nth-child(4n) {
  margin-right: 0;
}
.catalog__images {
  width: 100%;
  height: auto;
}
.catalog__images img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.catalog__discription {
  padding: 10px 15px 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  gap: 10px;
}
.catalog__discription h2 {
  color: #131822;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.catalog__discription a {
  width: 100%;
  padding: 15px;
  border-radius: 2px;
  border: 1px solid #fff;
  background: #000;
  display: block;
  text-align: center;
}
.catalog__discription a span {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
.news {
  width: 100%;
  background-color: #000;
  padding: 70px 0;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}
.news__wrapper {
  width: 100%;
  height: auto;
  margin-top: 40px;
}
.news__title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.news__name {
  display: block;
}
.news__name h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 400;
  line-height: 36px;
}
.news__all {
  display: block;
}
.news__all a {
  color: #fff;
  font-size: 18px;
  font-family: Inter-Light;
  line-height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 7px;
}
.news__all a img {
  width: 20px;
}
.news__items {
  width: 100%;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news__item {
  width: 32%;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.13);
  background: #000;
  -webkit-box-shadow: 0 2px 32px 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 2px 32px 0 rgba(0, 0, 0, 0.02);
  overflow: hidden;
  margin-bottom: 40px;
  margin-right: auto;
}
.news__item img {
  -webkit-transition: 5s;
  transition: 5s;
}
.news__item img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.news__img {
  max-width: 549px;
  height: 200px;
  overflow: hidden;
}
.news__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.news__dis {
  padding: 20px 0 0 0;
}
.news__dis h3 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  font-size: 20px;
  font-family: Inter-Light;
  font-weight: 400;
  line-height: 32px;
}
.news__dis p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  margin-top: 15px;
}
.news__dis a:hover {
  color: rgba(80, 49, 27, 0.3764705882);
}
.news__dis img {
  -webkit-transition: 5s;
  transition: 5s;
}
.news__dis a:hover img {
  -webkit-transform: translate(10px);
  -ms-transform: translate(10px);
  transform: translate(10px);
}
.news__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 20px;
}
.news__row span:nth-child(1) {
  color: #acacac;
  font-size: 16px;
  line-height: 19.6px;
  font-family: Inter-Light;
}
.about {
  width: 100%;
  height: auto;
  padding-top: 90px;
  padding-bottom: 112px;
  background: #fff;
}
.about__wrapper {
  width: 100%;
  height: auto;
}
.about__title {
  width: 100%;
}
.about__title h2 {
  color: #000;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}
.about__top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 65px;
}
.about__lift {
  width: 58%;
}
.about__lift p {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.about__right {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.about__play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 17px;
  cursor: pointer;
  margin-top: 20px;
}
.about__play button {
  background: 0 0;
}
.about__play p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.about__play p span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.about__year p {
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
}
.about__year p span {
  color: #000;
  font-size: 150px;
  font-style: normal;
  font-weight: 600;
  line-height: 150px;
}
.about__bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 33px;
}
.about__l {
  width: 47%;
  height: 647px;
  position: relative;
  border-radius: 6px;
}
.about__l img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about__r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 33px;
}
.about__rtop {
  width: 100%;
  height: 345px;
  position: relative;
  border-radius: 6px;
}
.about__rtop img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about__rbottom {
  width: 100%;
  height: 268px;
  position: relative;
  border-radius: 6px;
}
.about__rbottom img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about__text {
  padding: 25px 25px 0 25px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      91deg,
      rgba(0, 0, 0, 0.6) 18.92%,
      rgba(0, 0, 0, 0) 44.93%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.72) 10.5%,
      rgba(0, 0, 0, 0.72) 51.32%,
      rgba(0, 0, 0, 0) 100%
    );
}
.about__text h3 {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
}
.about__text p {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.about__text p img {
  width: 25px;
}
.about__text h4 {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
}
.about__text h5 {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
}
.aboutl {
  width: 100%;
  height: auto;
}
.aboutl__wrapper {
  width: 100%;
  height: auto;
}
.aboutl__title {
  width: 100%;
  text-align: center;
}
.aboutl__title h1 {
  font-size: 40px;
  margin-bottom: 30px;
}
.aboutl__top {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.aboutl__left {
  max-width: 50%;
  width: 100%;
}
.aboutl__left p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}

.aboutl__left h4 {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 5px;
}

.aboutl__left h4 span {
  font-size: 16px;
}

.aboutl__right {
  max-width: 50%;
  width: 100%;
}
.aboutl__right img {
  width: 100%;
  height: auto;
}
.aboutl__center {
  width: 100%;
}

.aboutl__center p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}

.aboutl__center h3 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 5px;
  margin-top: 15px;
}

.aboutl__center h4 {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 5px;
}

.aboutl__center h4 span {
  font-size: 16px;
}
.aboutl__center ul {
  font-size: 20px;
  line-height: 30px;
}
.aboutl__bottom {
  width: 100%;
}

.aboutl__bottom h3 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 5px;
  margin-top: 15px;
}

.aboutl__bottom p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}

.aboutl__bottom a {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
  display: block;
}

.aboutl p {
  font-size: 20px;
  line-height: 30px;
}
.modal {
  padding: 0 !important;
}
.modal-open .modal {
  padding: 0 !important;
}
.modal-left {
  display: none;
}
.modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 1rem 1rem 1rem;
}
.modal-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 16px;
}
.modal-title h4 {
  color: #000;
  font-size: 32px;
}
.modal-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-form button {
  background-color: #000;
  color: #fff;
  font-size: 20px;
  padding: 20px 0;
  margin-top: 20px;
}
.modal-form span {
  color: #363636;
  font-size: 18px;
  line-height: 18px;
  margin-top: 15px;
}
.modal-form span a {
  color: #363636;
  font-size: 18px;
  line-height: 18px;
  border-bottom: 1px solid #000;
}
.modal-description {
  color: #363636;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 24px;
}
.modal-description a {
  color: #000 !important;
}
.modal-description li,
.modal-description p {
  line-height: 18px;
}
.form-control {
  font-size: 20px;
  border-radius: 0;
  border: none;
  color: #363636;
  background-color: #d9d9d9;
  border-bottom: 1px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 25px 10px;
}
.form-control:nth-child(1) {
  margin-bottom: 10px;
}
.form-control:nth-child(2) {
  margin-bottom: 10px;
}
.form-control:focus {
  background-color: #d9d9d9;
  color: #000;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.modal-content {
  padding: 15px;
  background-color: #fff;
  border: none;
  border-radius: 0;
}
.modal-content .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.modal-content .close img {
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.modal-content .form__anim {
  position: absolute;
  bottom: 0;
  right: -120px;
  -webkit-transform: translateX(-470%);
  -ms-transform: translateX(-470%);
  transform: translateX(-470%);
  -webkit-transition: 2s;
  transition: 2s;
}
.modal-dialog {
  top: 20%;
  background-color: #fefefe;
  padding: 0 !important;
  margin: 0 auto !important;
}
.mod_wrp {
  padding: 10px;
  display: block;
  background-color: #bf0000;
}
.mod_wrp img {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.mod_wrp .ft1 {
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.mod_wrp .ft2 {
  text-align: center;
  margin-top: 15px;
  font-size: 16px;
  color: #fff;
}
.description p {
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 10px;
  color: #000;
}
.description ul li {
  list-style: disc;
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 10px;
  color: #000;
}
.description h2 {
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 10px;
  color: #000;
}
.description h3 {
  font-size: 22px;
  line-height: 100%;
  margin-bottom: 10px;
  color: #000;
}
.news-sh p {
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 10px;
  color: #000;
}
.news-sh ul li {
  list-style: disc;
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 10px;
  color: #000;
}
.news-sh h2 {
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 10px;
  color: #000;
}
.news-sh h3 {
  font-size: 22px;
  line-height: 100%;
  margin-bottom: 10px;
  color: #000;
}

.servis {
  width: 100%;
  height: auto;
}
.servis__wrapper {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.servis__text {
  max-width: 49%;
  width: 100%;
}
.servis__text h1 {
  font-size: 40px;
  margin-bottom: 30px;
}
.servis__text p {
  font-size: 20px;
  line-height: 32px;
}
.servis__text p:nth-child(2) {
  margin-bottom: 10px;
}
.servis__texts {
  max-width: 100%;
  width: 100%;
}
.servis__texts h1 {
  font-size: 40px;
  margin-bottom: 30px;
}
.servis__texts p {
  font-size: 20px;
  line-height: 32px;
}
.servis__texts p:nth-child(2) {
  margin-bottom: 10px;
}
.servis__img {
  max-width: 49%;
  width: 100%;
}
.servis__img img {
  width: 100%;
  height: auto;
}

.camera {
  width: 100%;
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.camera__wrapper {
  background-color: black;
  border-radius: 10px 10px 0 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
}

.camera p {
  color: #fff;
  margin: 0 0 0 10px;
}

.pulse {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #00b44f;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
  animation: pulse 2s infinite;
}

.pulse:hover {
  animation: none;
}

.team {
  width: 100%;
  height: auto;
  padding: 50px 0;
}

.team h1 {
  font-size: 36px;
  text-align: center;
}

.team__items {
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin: 30px auto 0;
  gap: 40px;
}

.team__item {
  width: 100%;
  max-width: 255px;
  position: relative;
}

.team__img {
  width: 270px;
  height: 270px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.team__item::before {
  content: "";
  background-image: url("/bitrix/templates/valmo_rus2/img/bg-team-fon.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 270px;
  height: 270px;
}

.team__text {
  width: 100%;
  margin-top: 10px;
}

.team__text h2 {
  font-size: 20px;
  line-height: 30px;
}

.team__text .info-text p {
  font-size: 16px;
  line-height: 100%;
}

.team__text .info-text a {
  line-height: 100%;
  margin-top: 10px;
  display: block;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #00b44f;
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 #00b44f;
    box-shadow: 0 0 0 0 #00b44f;
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}

.menu-camer {
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  background-color: #212529;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
}

.menu-camer__wrapper {
  width: 100%;
  height: 100vh;
}

.menu-camer__top {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-camer__top img {
  width: 100%;
  height: auto;
}

.menu-camer__top #closeCamer {
  width: 55px;
  cursor: pointer;
}

.menu-camer__items {
  width: 100%;
  height: auto;
  max-height: calc(100% - 110px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 10px;
  overflow-y: auto;
}

.menu-camer__item {
  display: block;
  position: relative;
  margin-bottom: 20px;
  margin-right: 20px;
  width: 32%;
  height: auto;
}

.menu-camer__item a {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.menu-camer__item img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
}

.menu-camer__item p {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.631372549);
  color: #fff;
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.menu-camer__item:nth-child(3n) {
  margin-right: 0;
}

.menu-camer__btn {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #000;
}

.menu-camer__btn button {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  background-color: #bf0000;
  color: #fff;
  font-size: 20px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  float: left;
}

.menu-camer__btn button:hover {
  background-color: #601313;
}

.menu-camer .section {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 10;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.menu-camer .section__play {
  max-width: 1200px;
  width: 100%;
  height: 600px;
  background-color: #601313;
  position: absolute;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media screen and (min-width: 40em) {
  .cardd .accordion-tabs {
    border: none;
    position: relative;
  }
  .cardd .accordion-tabs li.tab-head-cont {
    display: inline;
  }
  .cardd .accordion-tabs li.tab-head-cont:last-child a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .cardd .accordion-tabs li.tab-head-cont a {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    border-top: 0;
    border-top-right-radius: 0.1875em;
    border-top-left-radius: 0.1875em;
  }
  .cardd .accordion-tabs li.tab-head-cont a.is-active {
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: -1px;
  }
  .cardd .accordion-tabs li.tab-head-cont section {
    border-bottom-left-radius: 0.1875em;
    border-bottom-right-radius: 0.1875em;
    border: 1px solid #ddd;
    float: left;
    left: 0;
    padding: 0.75em 0.809em;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (max-width: 1570px) {
  .header__logo3 {
    display: none;
  }
}
@media (max-width: 1520px) {
  .lizing__disction {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .lizing__left {
    width: 100%;
  }
  .lizing__center {
    margin-top: 30px;
  }
  .lizing__right {
    margin-top: 30px;
  }
  .catalog__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .catalog__item {
    width: 31.7%;
  }
  .catalog__item:nth-child(4n) {
    margin-right: 24px;
  }
  .catalog__item:nth-child(3n) {
    margin-right: 0;
  }
  .about__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about__lift {
    width: 100%;
  }
  .about__right {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 1450px) {
  .header__list li {
    margin-right: 15px;
  }
}
@media (max-width: 1305px) {
  .header__logo2 {
    display: none;
  }
}
@media (max-width: 1200px) {
  .slider__bottom-item p {
    font-size: 28px;
    line-height: 28px;
  }
  .slider__bottom-item.slick-center p {
    font-size: 28px;
    line-height: 28px;
  }
  .slider__bottom-item.slick-active.slick-center p {
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
  }
  .accordeon__title h2 {
    font-size: 42px;
  }
  .acc-head {
    font-size: 18px;
    padding: 20px 0;
  }
  .acc-body {
    font-size: 16px;
  }
  .footer__items {
    gap: 45px;
  }
  .catalog__item {
    width: 31%;
  }
  .catalog__item:nth-child(3n) {
    margin-right: 0;
  }
  .news__item {
    width: 30%;
  }
  .about__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about__l {
    width: 100%;
  }
  .about__r {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .menu-camer__item {
    width: 47%;
  }

  .menu-camer__item:nth-child(3n) {
    margin-right: 20px;
  }

  .menu-camer__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 1199px) {
  .cardd__slider {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    height: 480px;
    width: 100%;
  }
  .cardd__left {
    max-width: 100%;
  }
  .cardd__right {
    max-width: 100%;
  }
}
@media (max-width: 1100px) {
  .header__wrapper {
    padding: 10px 0;
  }
  .header__logo2 {
    display: block;
  }
  .header__center {
    display: none;
  }
  .header__right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 10px;
  }
  .header__tell a {
    font-size: 30px;
    line-height: 30px;
  }
  .header__btn button {
    line-height: 25px;
    margin-right: 5px;
  }
  .header__btn button:last-child {
    margin: 0;
  }
  .header #openMenu {
    display: block;
  }
}
@media (max-width: 991px) {
  .main__left h1 {
    font-size: 29px;
    line-height: 33px;
    margin-bottom: 15px;
  }
  .main__left button {
    margin-bottom: 20px;
  }
  .main__left {
    width: 45%;
  }
  .main__right {
    width: 55%;
  }
  .main {
    height: auto;
    padding-bottom: 30px;
  }
  .categor__item a h2 {
    font-size: 32px;
    line-height: 36px;
    bottom: 20px;
    left: 20px;
  }
  .categor__item a p {
    font-size: 20px;
    line-height: 20px;
    top: 20px;
    right: 20px;
  }
  .model__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .model__img {
    width: 50%;
    height: 250px;
  }
  .model__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .model__char {
    width: 50%;
  }
  .model__char {
    background-image: url(../img/right.png), url(../img/left.png);
    background-repeat: no-repeat;
    background-position: right center, -180px center;
  }
  .model__nav {
    width: 100%;
    padding: 6px 30px;
    background-image: none;
  }
  .model__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .model__price p {
    margin-right: 10px;
  }
  .model__price p:last-child {
    margin: 0;
  }
  .model__btn button {
    width: 45%;
    margin: 0;
  }
  .model__btn button:last-child {
    width: 25%;
    height: auto;
  }
  .model__btn a {
    width: 25%;
    height: auto;
  }
  .model__btn {
    margin-top: 10px;
  }
  .model__dop {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .model__dop button {
    margin-right: 10px;
  }
  .model__dop button:last-child {
    margin: 0;
  }
  .orig__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .orig__item {
    width: 49%;
    height: auto;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px;
  }
  .orig__img {
    border: none;
    padding: 0;
    width: 100%;
  }
  .orig__char {
    padding: 0;
  }
  .orig__btn {
    width: 100%;
  }
  .lizing {
    padding-top: 45px;
  }
  .accordeon__title h2 {
    font-size: 30px;
  }

  .servis__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .servis__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .servis__text {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .servis__img {
    max-width: 100%;
  }
  .dd {
    font-size: 36px !important;
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  .cardd__title h1 {
    font-size: 36px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__right {
    margin-top: 30px;
  }
  .footer__left {
    width: 100%;
  }
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
  }
  .main-catalog__item {
    width: 31.9%;
  }
  .catalog__items .model__item {
    height: auto;
  }
  .catalog__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .catalog__item {
    width: 48%;
    margin-bottom: 21px;
    margin-right: 21px;
  }
  .catalog__item:nth-child(3n) {
    margin-right: 21px;
  }
  .catalog__item:nth-child(2n) {
    margin-right: 0;
  }
  .catalog {
    padding-top: 45px;
    padding-bottom: 40px;
  }
  .news__items {
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news__item {
    width: 47%;
    margin-bottom: 35px;
  }
  .about {
    padding-top: 45px;
    padding-bottom: 40px;
  }
}
@media (max-width: 769px) {
  .bx-breadcrumb {
    padding-top: 15px;
  }
}
@media (max-width: 768px) {
  .header__logo2 {
    display: none;
  }
  .menu__callback {
    height: 65px;
  }
  .main__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main__left {
    width: 100%;
  }
  .main__right {
    width: 100%;
  }
  .sliderbg__dis h1 {
    line-height: 55px;
  }
  .sliderbg__dis {
    top: 130px;
    left: 50px;
  }
  .categor__item a h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .categor__item {
    height: 200px;
  }
  .model__title h2 {
    font-size: 36px;
  }
  .model__img {
    width: 100%;
    height: 340px;
  }
  .model__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .model__char {
    width: 100%;
  }
  .orig__title h2 {
    font-size: 36px;
  }
  .sert__title h2 {
    font-size: 36px;
  }
  .sert__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sert__left {
    width: 100%;
  }
  .sert__right {
    width: 100%;
    margin-top: 15px;
  }
  .dot__title h2 {
    font-size: 36px;
  }
  .dot__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dot__left {
    width: 100%;
  }
  .dot__right {
    width: 100%;
  }
  .lizing__title h2 {
    font-size: 36px;
  }
  .accordeon__title h2 {
    font-size: 36px;
  }
  .contact__title h2 {
    font-size: 36px;
  }
  .cardd__slider {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    height: 375px;
    width: 100%;
  }
  .main-catalog__item {
    width: 47.9%;
  }
  .catalog__images img {
    height: 190px;
  }
  .news__name h2 {
    font-size: 36px;
  }
  .news__item {
    width: 100%;
  }
  .about__title h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .about__top {
    margin-top: 36px;
  }
  .about__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0;
    margin-top: 20px;
  }
  .about__year p span {
    font-size: 130px;
    line-height: 130px;
  }
  .about__l {
    height: 400px;
  }
  .about__text h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .about__text p {
    font-size: 22px;
  }
  .about__text h4 {
    font-size: 30px;
  }
  .about__text h5 {
    font-size: 30px;
  }
  .about__text {
    padding: 20px 0 0 20px;
  }

  .dot__right p {
    display: none;
  }
}
@media (max-width: 576px) {
  .container {
    padding: 0 10px;
  }
  .header__btn {
    display: none;
  }
  .menu__top #closeMenu {
    width: 40px;
  }
  .menu__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: calc(100vh - 115px);
  }
  .menu__nav a span {
    font-size: 22px;
    line-height: 24px;
  }
  .menu__callback {
    padding: 0;
  }
  .main__wrapper {
    padding: 10px 0;
  }
  .sliderbg__item {
    height: 500px;
  }
  .sliderbg__item img {
    height: 100%;
  }
  .sliderbg__dis p {
    font-size: 18px;
    width: 325px;
  }
  .sliderbg__dis {
    top: 30px;
    left: 50px;
  }
  .model__btn button {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .model__btn button:last-child {
    width: 49%;
    height: 55px;
  }
  .model__btn a {
    width: 49%;
    height: 55px;
  }
  .model__btn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .orig__item {
    width: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .cardd__chips span {
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .cardd__chips {
    margin-bottom: 0;
  }
  .cardd__chips {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main-catalog__item {
    width: 47.1%;
  }
  .catalog__item {
    width: 47%;
  }
  .catalog__discription h2 {
    font-size: 20px;
  }
  .about__year p span {
    font-size: 100px;
    line-height: 130px;
  }
  .about__rtop {
    height: 420px;
  }

  .menu__right {
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  .categor__item {
    width: 100%;
  }
  .model__char {
    padding: 6px 20px;
  }
  .model__nav {
    width: 100%;
    padding: 6px 20px;
  }
}
@media (max-width: 450px) {
  .catalog__images img {
    height: 100px;
  }
  .catalog__discription h2 {
    font-size: 16px;
  }
  .catalog__discription a span {
    font-size: 16px;
  }
  .catalog__discription a {
    padding: 5px;
  }
  .catalog__discription {
    padding: 10px 7px 13px;
  }

  .header__tell a {
    font-size: 24px;
  }
}
@media (max-width: 440px) {
  .sliderbg__dis {
    top: 30px;
    left: 20px;
  }
}

/* Основные стили */
.open-form-btn {
  border-radius: 2px;
  border: 1px solid #fff;
  background: #000000;
  color: #fff;
  text-align: center;
  font-family: Inter-Regular;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  padding: 15px 40px;
  margin: 10px 0;
}

/* Центрирование формы */
.form-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  justify-content: center;
  align-items: center;
}

.form-container {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  width: 100%;
  position: relative;
}

.form-container h2 {
  color: #000;
  font-size: 32px;
  font-family: Inter-Regular;
}

.form-container h3 {
  color: #363636;
  font-family: Inter-Regular;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 10px;
}

.form-container p {
  color: #363636;
  font-family: Inter-Regular;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 15px;
}

.form-container span {
  color: #363636;
  font-family: Inter-Regular;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 15px;
}
.form-container span a {
  color: #363636;
  font-family: Inter-Regular;
  font-size: 18px;
  line-height: 18px;
  border-bottom: 1px solid #000;
}

/* Закрывающая кнопка */
.close-btn {
  background-color: #00000000;
  border: none;
  padding: 5px 10px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 5px;
  position: absolute;
  top: 7px;
  right: 7px;
}

.close-btn img {
  display: block;
  width: 20px;
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

label {
  display: block;
  margin-bottom: 5px;
  color: #000;
}

input,
select,
textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.submit-btn {
  width: 100%;
  border-radius: 2px;
  border: 1px solid #000000;
  background: #000000;
  color: #fff;
  text-align: center;
  font-family: Inter-Regular;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  padding: 15px 40px;
  margin: 10px 0;
}

.status-message {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #000;
  font-size: 16px;
  display: none;
  z-index: 1000;
}
