body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #1F222C;
  line-height: 1.2;
}

body.off-canvas-active {
  overflow: hidden;
}

body.off-canvas-active .header-toggle svg:first-child {
  display: none;
}

body.off-canvas-active .header-toggle svg:last-child {
  display: block;
}

body.off-canvas-active .overlay {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

body.off-canvas-active .off-canvas {
  transform: translateX(0);
}

a,
button {
  -webkit-tap-highlight-color: transparent;
}

p {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  color: #0A0C13;
  font-size: 16px;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site {
  flex-grow: 1;
}

.container {
  max-width: 1432px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}

.container.container-right {
  margin-right: 0;
  margin-left: 0;
  padding-left: calc((100vw - 1432px) / 2 + 8px);
  padding-right: 0;
  max-width: 100%;
}

.container.container-center {
  max-width: 800px;
}

.overlay {
  position: fixed;
  z-index: 8;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  background-color: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

.image-left {
  display: block;
  margin-bottom: 16px;
}

.single-before p {
  font-size: 24px;
  line-height: 1.5;
}

.share {
  display: flex;
  gap: 24px;
  align-items: center;
  font-size: 18px;
  color: #777E90;
}

.share-items {
  display: flex;
  gap: 8px;
  align-items: center;
}

.share-items a {
  text-decoration: none;
  display: block;
}

.single-content figure {
  margin-left: 0;
  margin-right: 0;
}

.single-content figcaption {
  margin-top: 8px;
  font-size: 14px;
  color: #777E90;
}

.single-content img {
  max-width: 100%;
  height: auto;
}

.single-content h2 {
  font-size: 36px;
  color: #1F222C;
  font-weight: 600;
}

.single-content p {
  color: #1F222C;
  line-height: 1.5;
}

.single-content ol {
  font-family: "Inter", sans-serif;
  color: #1F222C;
  line-height: 1.5;
  font-size: 16px;
}

.single-content ol li {
  color: #1F222C;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.popup-feedback {
  width: 100%;
  max-width: 1200px;
  padding: 40px 16px;
}

.feedback {
  display: flex;
  gap: 24px;
}

.feedback-content {
  flex-basis: 400px;
  flex-shrink: 0;
}

.feedback-title {
  font-size: 36px;
  font-weight: 600;
  color: #0A0C13;
  margin-bottom: 8px;
}

.feedback-text {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #777E90;
  margin-bottom: 24px;
}

.feedback-form {
  font-family: "Inter", sans-serif;
}

.feedback-form-row {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}

.feedback-form-col {
  flex-basis: calc((100% - 16px) / 2);
}

.feedback-form-input label {
  font-size: 16px;
  color: #1F222C;
  margin-bottom: 8px;
  display: inline-block;
}

.feedback-form-input input {
  width: 100%;
  box-sizing: border-box;
  height: 48px;
  border: 1px solid #E6E8EC;
  padding: 0 8px 0 48px;
  display: block;
  border-radius: 0;
  outline: none;
  background-position: left 16px center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}

.feedback-form-input input:focus {
  outline: none !important;
}

.feedback-form-input input::-moz-placeholder {
  color: #777E90;
}

.feedback-form-input input:-ms-input-placeholder {
  color: #777E90;
}

.feedback-form-input input::placeholder {
  color: #777E90;
}

.feedback-form-input input#form_name {
  background-image: url(../images/form-user.svg);
}
.feedback-form-input input[name="text-653"] {
  background-image: url(../images/form-user.svg);
}

.feedback-form-input input#form_phone {
  background-image: url(../images/form-phone.svg);
}
.feedback-form-input input[name="text-656"] {
  background-image: url(../images/form-phone.svg);
}

.feedback-form-input textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #E6E8EC;
  padding: 12px 8px 12px 48px;
  display: block;
  border-radius: 0;
  outline: none;
  resize: vertical;
  max-height: 240px;
  min-height: 168px;
  line-height: 1.5;
  background-position: left 16px top 12px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}

.feedback-form-input textarea:focus {
  outline: none !important;
}

.feedback-form-input textarea::-moz-placeholder {
  color: #777E90;
}

.feedback-form-input textarea:-ms-input-placeholder {
  color: #777E90;
}

.feedback-form-input textarea::placeholder {
  color: #777E90;
}

.feedback-form-input textarea#form_message {
  background-image: url(../images/form-message.svg);
}

.feedback-form-submit {
  margin-top: 24px;
}

.feedback-form-submit .button {
  width: 100%;
}

.feedback-form-agreement {
  margin-top: 24px;
  display: flex;
  gap: 8px;
  font-size: 16px;
  line-height: 1.5;
  color: #1F222C;
}

.feedback-form-agreement input {
  width: 16px;
  height: 16px;
}

.feedback-image {
  flex-grow: 1;
}

.feedback-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 20;
  background-color: #FFFFFF;
}

.header-inner {
  display: flex;
  height: 114px;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.header-contacts {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.header-phone {
  display: flex;
  align-items: center;
  gap: 8px;
  color: currentColor;
  font-size: 16px;
  text-decoration: none;
}

.header-phone svg {
  width: 32px;
  height: 32px;
  color: #F40D29;
}

.header-toggle {
  background-color: transparent;
  padding: 0;
  border: none;
  cursor: pointer;
  color: #F40D29;
}

.header-toggle svg {
  width: 32px;
  height: 32px;
  display: block;
}

.header-toggle svg:last-child {
  display: none;
}

.logo {
  display: block;
}

.logo img {
  display: block;
  max-width: 244px;
  width: 100%;
}

.menu {
  flex-shrink: 0;
}

.menu-list {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  gap: 24px;
  font-size: 16px;
  align-items: center;
}

.menu-list a {
  text-transform: uppercase;
  color: currentColor;
  text-decoration: none;
  transition: 0.2s;
}

.menu-list a:hover {
  color: #F40D29;
}

.socials {
  display: flex;
  align-items: center;
  gap: 8px;
}

.socials-item {
  display: block;
  color: currentColor;
  transition: 0.2s;
}

.socials-item.vk {
  color: #5382b6;
}

.socials-item.yt {
  color: #e96651;
}

.socials-item svg {
  width: 32px;
  height: 32px;
  display: block;
}

.button {
  font-family: "Inter", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 56px;
  background-color: #F40D29;
  border: 1px solid #F40D29;
  padding: 0 24px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: 0.2s;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.button:hover {
  background-color: #E50A24;
  border-color: #E50A24;
}

.button svg {
  width: 24px;
  height: 24px;
}

.button.button-outline {
  background-color: transparent;
  border-color: #06070A;
  color: #06070A;
}

.button.button-outline:hover {
  background-color: #F40D29;
  border-color: #F40D29;
  color: #ffffff;
}

.hero {
  padding-top: 40px;
}

.hero-main {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 40px;
}

.hero-main .hero-title {
  font-weight: 600;
}

.hero-main .hero-title span {
  white-space: nowrap;
}

.hero-main-left {
  flex-basis: 764px;
  flex-shrink: 0;
}

.hero-slider {
  --swiper-pagination-bottom: 104px;
  --swiper-pagination-bullet-horizontal-gap: 8px;
}

.hero-slider .swiper-pagination {
  text-align: right;
  padding-right: 16px;
  box-sizing: border-box;
}

.hero-slider .swiper-pagination-bullet {
  width: 60px;
  height: 4px;
  border-radius: 0;
  background-color: #B1B5C3;
  opacity: 1;
}

.hero-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #F40D29;
}

.hero-content {
  height: 300px;
  box-sizing: border-box;
  position: relative;
}

.hero-bg {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}

.hero-title {
  font-size: min(5.5vw, 79px);
  line-height: 1.2;
  color: #06070A;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.hero-title span {
  color: #F40D29;
}

.hero-row {
  position: relative;
  z-index: 3;
  transform: translateY(-170px);
  display: flex;
  justify-content: flex-end;
}

.hero-col {
  flex-basis: min(54%, 750px);
  flex-grow: 0;
  flex-shrink: 0;
}

.hero-text {
  font-family: "Inter", sans-serif;
  line-height: 1.6;
  font-weight: 400;
  color: #000;
  font-size: 18px;
  letter-spacing: 0.01em;
}

.hero-text ul {
  padding-left: 18px;
}

.hero-button {
  margin-top: 40px;
}

.hero-info {
  position: absolute;
  bottom: 50px;
  right: 24px;
  color: #0A0C13;
  z-index: 2;
  text-align: right;
}

.hero-info-title {
  text-transform: uppercase;
  line-height: 1.5;
  font-weight: 500;
}

.hero-info-title span {
  color: #F40D29;
}

.hero-info-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.hero-mobile-image {
  margin-top: 24px;
  margin-bottom: -24px;
  text-align: center;
}

.hero-mobile-image img {
  max-width: 100%;
}

.categories {
  padding: 80px 0 120px;
  background-color: #F4F5F6;
}

.categories-row {
  display: flex;
  gap: 24px;
}

.categories-row.columns-3 .categories-item {
  flex-basis: calc((100% - 48px) / 3);
}

.categories-row.swiper {
  padding-bottom: 120px;
  margin-right: -16px;
  margin-left: -16px;
  padding-left: 16px;
  padding-right: 16px;
}

.categories-item {
  flex-basis: calc((100% - 72px) / 4);
  background-color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
}

.categories-item-inner {
  flex-grow: 1;
  position: relative;
  z-index: 2;
}

.categories-image {
  padding-bottom: 90%;
  position: relative;
  display: block;
}

.categories-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.categories-content {
  padding: 16px;
}

.categories-title {
  flex-grow: 1;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}

.categories-title a {
  color: #06070A;
  text-decoration: none;
}

.categories-description {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #06070A;
}

.categories-header {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.categories-price {
  font-family: "Inter", sans-serif;
  flex-basis: 120px;
  color: #777E90;
  font-size: 14px;
  flex-shrink: 0;
  line-height: 1.5;
}

.categories-price span {
  font-family: "Montserrat", sans-serif;
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #F40D29;
}

.section .categories-title {
  font-size: 20px;
  font-weight: 500;
  text-transform: none;
}

.section .categories-item {
  border: 1px solid #E6E8EC;
}

.section .categories-button {
  border-bottom: 1px solid #E6E8EC;
  border-left: 1px solid #E6E8EC;
  border-right: 1px solid #E6E8EC;
}

.categories-properties {
  padding-left: 20px;
  margin: 0;
  margin-top: 10px;
  font-size: 14px;
  color: #777E90;
  line-height: 1.5;
}

.categories-properties li:not(:last-child) {
  margin-bottom: 4px;
}

.categories-button {
  background-color: #fff;
  padding: 16px;
  box-sizing: border-box;
  padding-top: 0;
}

.categories-button .button {
  width: 100%;
}

.video-banner {
  position: relative;
  height: 800px;
}

.video-banner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.video-banner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  color: #fff;
  height: 100%;
  padding-top: 70px;
  box-sizing: border-box;
}

.container {
  height: 100%;
}

.video-banner-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.video-banner-title {
  font-size: 80px;
  text-transform: uppercase;
}

.video-banner-button .button {
  min-width: 326px;
}

.about {
  padding-top: 126px;
  padding-bottom: 126px;
  background-color: #FCFCFD;
}

.about-before-title {
  font-family: "Inter", sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #777E90;
  font-size: 16px;
  line-height: 1.5;
}

.about-title {
  text-align: center;
  color: #F40D29;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 40px;
}

.about-row {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
  justify-content: flex-end;
}

.about-col {
  flex-basis: calc((100% - 40px) / 2);
}

.about-image {
  position: relative;
  padding-bottom: 78%;
}

.about-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-sub-title {
  color: #F40D29;
  font-size: 26px;
  font-weight: 600;
  position: relative;
  padding-top: 76px;
  margin-top: 40px;
}

.about-sub-title span {
  position: relative;
  z-index: 2;
}

.about-sub-title::after {
  content: "";
  width: 172px;
  height: 106px;
  position: absolute;
  left: 0;
  bottom: 8px;
  z-index: 1;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.about-sub-title.step-1::after {
  background-image: url(../images/step-01.svg);
}

.about-sub-title.step-2::after {
  background-image: url(../images/step-02.svg);
}

.about-sub-title.step-3::after {
  background-image: url(../images/step-03.svg);
}

.about-wide-image img {
  max-width: 100%;
}

.banner {
  padding: 60px 0;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner.banner-1 {
  background-image: url(../images/banner-01.jpg);
}

.banner.banner-2 {
  background-image: url(../images/banner-02.jpg);
}

.banner-block {
  background-color: rgba(230, 232, 236, 0.5);
  padding: 40px;
  box-sizing: border-box;
  width: 100%;
  max-width: 711px;
}

.banner-title {
  font-size: 32px;
  font-weight: 600;
  color: #0A0C13;
}

.banner-title span {
  color: #F40D29;
}

.banner-button {
  margin-top: 20px;
}

.offers {
  padding: 60px 0;
  background-color: #F4F5F6;
  overflow: hidden;
}

.offers-title {
  font-size: 40px;
  font-weight: 600;
  color: #F40D29;
  margin-bottom: 40px;
}

.offers-item {
  display: flex;
  gap: 40px;
  align-items: center;
  min-width: 0;
}

.offers-image {
  flex-basis: calc((100% - 40px) / 2);
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.offers-image-wrapper {
  position: relative;
  padding-bottom: 100%;
}

.offers-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.offers-content {
  flex-basis: calc((100% - 40px) / 2);
  padding-left: 40px;
  box-sizing: border-box;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.offers-before-title {
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  color: #777E90;
  font-size: 16px;
  line-height: 1.5;
}

.offers-item-title {
  font-size: 40px;
  font-weight: 600;
  color: #F40D29;
}

.offers-text {
  max-width: 460px;
  margin-bottom: 40px;
}

.offers-slider {
  position: relative;
  z-index: 1;
}

.offers-slider-item {
  display: block;
  position: relative;
  padding-bottom: 100%;
}

.offers-slider-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.offers-slider-button {
  margin-top: 40px;
}

.section {
  padding: 120px 0;
}

.section.section-bg {
  background-color: #F4F5F6;
}

.section-header {
  margin-bottom: 40px;
}

.section-header .section-title {
  margin-bottom: 0;
}

.section-header-shift {
  padding-left: 25%;
}

.section-before-title {
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  color: #777E90;
  font-size: 16px;
  line-height: 1.5;
  padding-left: 3px;
}

.section-title {
  color: #F40D29;
  font-size: 40px;
  margin-bottom: 40px;
  font-weight: 600;
}

.section-row {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.section-col {
  flex-basis: calc((100% - 24px) / 2);
}

.accordion {
  list-style: none;
  padding: 0;
  margin: 0;
}

.accordion-item {
  border-bottom: 1px solid #E6E8EC;
}

.accordion-item.active .accordion-header {
  background-image: url(../images/minus.svg);
}

.accordion-header {
  display: flex;
  height: 88px;
  align-items: center;
  cursor: pointer;
  background: url(../images/plus.svg) right center/40px no-repeat;
  box-sizing: border-box;
}

.accordion-number {
  flex-basis: 25%;
  flex-shrink: 0;
  font-size: 20px;
  font-weight: 500;
  color: #777E90;
}

.accordion-title {
  color: #282828;
  font-size: 20px;
  font-weight: 500;
  margin-right: 56px;
}

.accordion-body {
  padding-left: 25%;
  padding-bottom: 24px;
  display: none;
}

.accordion-content {
  max-width: 700px;
}

.blog-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.blog-item {
  flex-basis: calc((100% - 48px) / 3);
  background-color: #fff;
  position: relative;
}

.blog-inner {
  position: relative;
  z-index: 2;
}

.blog-image {
  padding-bottom: 50%;
  position: relative;
  display: block;
}

.blog-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.blog-content {
  padding: 16px;
}

.blog-date {
  font-size: 14px;
  font-weight: 500;
  color: #777E90;
  margin-bottom: 8px;
}

.blog-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
}

.blog-title a {
  text-decoration: none;
  color: currentColor;
}

.blog-excerpt {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #777E90;
}

.blog-button {
  background-color: #fff;
  padding: 16px;
  box-sizing: border-box;
  padding-top: 0;
}

.blog-slider {
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  padding-right: 16px;
}

.page-header {
  background: url(../images/news-header.jpg) center/cover no-repeat;
  text-align: right;
  position: relative;
}

.page-header > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.page-header > .container {
  position: relative;
  z-index: 2;
  padding-top: 50px;
  padding-bottom: 50px;
  height: 400px;
}

.page-header > .container > img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 100%;
}

.page-title {
  font-size: 64px;
  font-weight: 500;
}

.page-title span {
  color: #F40D29;
}

.breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 16px 0;
  display: flex;
  align-items: center;
  gap: 4px;
}

.breadcrumbs a {
  color: currentColor;
  text-decoration: none;
}

.breadcrumbs a svg {
  width: 16px;
  height: 16px;
  display: block;
}

.breadcrumbs-item {
  display: flex;
  align-items: center;
  gap: 4px;
}

.breadcrumbs-item:not(.current) {
  position: relative;
}

.breadcrumbs-item:not(.current)::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/chevron-right.svg) center/contain no-repeat;
}

.single-product {
  padding-top: 40px;
}

.single-product-title {
  font-size: 64px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 40px;
  margin-top: 0;
}

.single-product-title span {
  color: #F40D29;
}

.single-product-slider-wrapper {
  position: relative;
  padding-bottom: 20px;
}

.single-product-slider-wrapper .swiper-pagination {
  --swiper-pagination-bottom: -4px;
}

.single-product-slider-wrapper .swiper-pagination-bullet {
  width: 60px;
  height: 4px;
  border-radius: 0;
  background-color: #B1B5C3;
  opacity: 1;
}

.single-product-slider-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #F40D29;
}

.single-product-slider {
  --swiper-navigation-sides-offset: 0;
}

.single-product-slider .swiper-pagination-bullet {
  width: 60px;
  height: 4px;
  border-radius: 0;
  background-color: #B1B5C3;
  opacity: 1;
}

.single-product-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #F40D29;
}

/*.single-product-slider .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: url(../images/slider-chevron-left.svg) center/contain no-repeat;
}

.single-product-slider .swiper-button-prev::after {
  display: none;
}

.single-product-slider .swiper-button-next {
  width: 40px;
  height: 40px;
  background: url(../images/slider-chevron-right.svg) center/contain no-repeat;
  right: calc(100vw - 100%);
}

.single-product-slider .swiper-button-next::after {
  display: none;
}*/

.single-product-slider-item {
  padding-bottom: 90%;
  position: relative;
  display: block;
}

.single-product-slider-item img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-product-main {
  margin-top: 40px;
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 40px;
  position: relative;
}

.single-product-offer {
  flex-basis: calc((100% - 40px) / 2);
  display: flex;
  gap: 16px;
  align-items: flex-end;
  flex-wrap: wrap;
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
}

.single-product-price {
  flex-grow: 1;
  text-align: left;
  flex-shrink: 0;
}

.single-product-price-label {
  color: #777E90;
  font-size: 16px;
  line-height: 1.5;
}

.single-product-price-value {
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  font-size: 36px;
  font-weight: 600;
  color: #F40D29;
}

.single-product-button {
  flex-shrink: 0;
}

.single-product-options {
  flex-basis: calc((100% - 40px) / 2);
}

.single-product-options-title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #0A0C13;
  line-height: 1.2;
  margin-bottom: 24px;
}

.single-product-options-list {
  font-family: "Montserrat", sans-serif;
  list-style: none;
  padding: 0;
  margin: 0;
}

.single-product-options-item {
  display: flex;
  gap: 16px;
}

.single-product-options-item:not(:last-child) {
  margin-bottom: 24px;
}

.single-product-options-item.single-product-options-item-hidden {
  display: none;
}

.single-product-options-input {
  flex-grow: 1;
  box-sizing: border-box;
  padding-left: 32px;
}

.single-product-options-label {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.single-product-options-label input {
  display: none;
}

.single-product-options-label input:checked + span::before {
  background-image: url(../images/checkbox-checked.svg);
}

.single-product-options-label span {
  position: relative;
}

.single-product-options-label span::before {
  content: "";
  position: absolute;
  left: -32px;
  top: 2px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: url(../images/checkbox-empty.svg) center/contain no-repeat;
}

.single-product-options-input-text {
  color: #777E90;
  font-size: 14px;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
}

.single-product-options-price {
  text-align: right;
  font-weight: 500;
  color: #1F222C;
  flex-shrink: 0;
}

.single-product-options-more {
  margin-top: 24px;
  text-align: right;
}

.single-product-options-more button {
  font-family: "Inter", sans-serif;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid currentColor;
  cursor: pointer;
  color: #0A0C13;
  display: inline-flex;
  height: 38px;
  padding: 0 4px;
  box-sizing: border-box;
  gap: 8px;
  align-items: center;
  font-size: 16px;
  line-height: 1.5;
  transition: 0.2s;
}

.single-product-options-more button svg {
  width: 28px;
  height: 24px;
}

.single-product-options-more button:hover {
  color: #F40D29;
}

.single-product-tabs {
  padding-top: 0;
}

.single-product-tabs-nav {
  margin-bottom: 40px;
  list-style: none;
  display: flex;
  padding: 0;
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
  border-bottom: 1px solid #B1B5C3;
}

.single-product-tabs-nav-item button {
  font-size: 18px;
  color: #1F222C;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid currentColor;
  padding: 8px 56px 8px 4px;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.2s;
  position: relative;
  z-index: 2;
  transform: translateY(1px);
  transition: 0.2s;
}

.single-product-tabs-content {
  list-style: none;
  padding: 0;
  margin: 0;
}

.single-product-tabs-content-item {
  display: none;
}

.single-product-tabs-content-item h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  line-height: 1.2;
  color: #0A0C13;
  margin-top: 0;
  margin-bottom: 16px;
}

.product-info-table {
  font-family: "Inter", sans-serif;
  width: 100%;
  max-width: 580px;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 1.5;
}

.product-info-table th {
  font-weight: 600;
  text-align: left;
  padding-top: 4px;
  padding-bottom: 4px;
}

.product-info-table td {
  text-align: right;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #777E90;
}

.single-product-reviews {
  list-style: none;
  padding: 0;
  margin: 0;
}

.single-product-reviews-item:not(:last-child) {
  margin-bottom: 24px;
}

.single-product-reviews-header {
  margin-bottom: 16px;
}

.single-product-reviews-name {
  font-size: 20px;
  color: #900145;
  font-weight: 500;
}

.single-product-reviews-meta {
  font-size: 18px;
  color: #777E90;
}

.single-product-reviews-images {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.single-product-reviews-images-col {
  flex-basis: 240px;
}

.single-product-reviews-images-item {
  border: 1px solid #E6E8EC;
  position: relative;
  padding-bottom: 100%;
  display: block;
}

.single-product-reviews-images-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-product-tabs-nav-content {
  padding: 16px 0;
  display: none;
}

.single-product-tabs-nav-content h3:first-child {
  margin-top: 0;
}

.off-canvas {
  position: fixed;
  top: 85px;
  right: 0;
  width: 100%;
  max-width: 340px;
  z-index: 10;
  background-color: #fff;
  padding: 32px;
  height: calc(100dvh - 85px);
  box-sizing: border-box;
  overflow-y: auto;
  transition: 0.3s;
  transform: translateX(100%);
}

.off-canvas-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.off-canvas-menu-list li:not(:last-child) {
  margin-bottom: 32px;
}

.off-canvas-menu-list a {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: currentColor;
  text-decoration: none;
}

.footer {
  background-color: #F4F5F6;
  padding-top: 40px;
}

.footer-main {
  display: flex;
  box-sizing: border-box;
}

.footer-info {
  flex-basis: 33%;
  flex-shrink: 0;
  box-sizing: border-box;
  padding-right: 24px;
}

.footer-logo {
  margin-bottom: 40px;
}

.footer-contacts {
  margin-bottom: 24px;
}

.footer-contacts-item {
  font-size: 36px;
}

.footer-contacts-item a {
  text-decoration: none;
  color: currentColor;
}

.footer-contacts-item:not(:last-child) {
  margin-bottom: 6px;
}

.footer-nav {
  flex-grow: 1;
  display: flex;
  gap: 24px;
}

.footer-nav-col {
  flex-basis: calc((100% - 48px) / 2);
}

.footer-nav-title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 24px;
}

.footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.5;
}

.footer-nav-list li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-nav-list a {
  color: #1F222C;
  font-size: 14px;
  text-decoration: none;
}

.footer-bottom {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  margin-top: 24px;
  padding: 16px 0;
  border-top: 1px solid #B1B5C3;
}

@media (min-width: 768px) {
  .image-left {
    display: inline;
    float: left;
    margin-right: 24px;
  }

  .hero-mobile-image {
    display: none;
  }

  .about-row-reverse {
    flex-direction: row-reverse;
  }

  .offers-item.offers-item-reverse {
    flex-direction: row-reverse;
  }

  .offers-item.offers-item-reverse .offers-content {
    padding-left: 0;
    padding-right: 40px;
  }

  .single-product-tabs-nav-item button:hover {
    color: #F40D29;
  }

  .single-product-tabs-nav-item button.active {
    color: #F40D29;
  }

  .single-product-tabs:not(.single-product-tabs-mobile-fix) .single-product-tabs-nav-content {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .desktop-hidden {
    display: none !important;
  }

  .header-toggle {
    display: none;
  }

  .off-canvas {
    display: none;
  }
}

@media (min-width: 1301px) {
  .hero-main .hero-title {
    font-size: 54px;
  }
}

@media (max-width: 1400px) {
  .hero-row {
    transform: translateY(-150px);
  }

  .offers-item:not(:last-child) {
    margin-bottom: 40px;
  }

  .offers-content {
    padding-left: 0;
    padding-right: 0 !important;
  }
}

@media (max-width: 1300px) {
  .hero-main-left {
    flex-basis: 50%;
  }

  .footer-contacts-item {
    font-size: 24px;
  }
}

@media (max-width: 1200px) {
  .header .socials {
    display: none;
  }

  .menu-list {
    gap: 16px;
  }

  .hero-title {
    font-size: 5.4vw;
  }

  .hero-row {
    transform: translateY(-130px);
  }
}

@media (max-width: 1023.98px) {
  .header .menu {
    display: none;
  }

  .header-inner {
    height: 85px;
  }

  .logo img {
    max-width: 200px;
  }

  .hero-row {
    transform: none;
    display: block;
  }

  .hero-text {
    margin-top: 10px;
  }

  .hero-button {
    margin-top: 20px;
  }

  .categories {
    padding: 40px 0;
  }

  .categories-row {
    gap: 16px;
  }

  .categories-row.columns-3 .categories-item {
    flex-basis: calc((100% - 32px) / 3);
  }

  .categories-item {
    flex-basis: calc((100% - 48px) / 4);
  }

  .categories-title {
    font-size: 18px;
  }

  .categories-description {
    font-size: 14px;
  }

  .categories-header .categories-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
  }

  .categories-price {
    font-size: 12px;
    flex-basis: 108px;
  }

  .categories-price span {
    font-size: 14px;
  }

  .video-banner-title {
    font-size: 60px;
  }

  .blog-row {
    gap: 16px;
  }

  .blog-item {
    flex-basis: calc((100% - 2 * 16px) / 3);
  }

  .single-product-title {
    font-size: 54px;
  }

  .single-product-offer {
    top: 90px;
  }
}

@media (max-width: 767.98px) {
  p {
    font-size: 14px;
  }

  .container.container-right {
    padding-left: 16px;
    padding-right: 16px;
  }

  .mobile-hidden {
    display: none !important;
  }

  .feedback {
    display: block;
  }

  .feedback-title {
    font-size: 24px;
  }

  .feedback-form-row {
    display: block;
  }

  .feedback-form-col:not(:last-child) {
    margin-bottom: 24px;
  }

  .feedback-form-agreement {
    font-size: 14px;
  }

  .feedback-image {
    display: none;
  }

  .header-phone svg {
    width: 16px;
    height: 16px;
  }

  .header-phone {
    font-size: 14px;
  }

  .logo img {
    max-width: 127px;
  }

  .button {
    height: 48px;
    font-size: 16px;
  }

  .hero-main {
    display: block;
    margin-bottom: 8px;
  }

  .hero-slider {
    --swiper-pagination-bottom: 32px;
  }

  .hero-slider .swiper-pagination {
    text-align: center;
    padding-right: 0;
  }

  .hero-content {
    height: auto;
    padding-bottom: 64px;
  }

  .hero-bg {
    display: none;
  }

  .hero-title {
    font-size: 28px;
    font-weight: 400;
  }

  .hero-row {
    margin-bottom: 32px;
  }

  .hero-text {
    font-size: 14px;
    max-width: 400px;
  }

  .hero-button {
    text-align: center;
  }

  .hero-button .button {
    min-width: 322px;
  }

  .hero-info {
    margin-top: 32px;
    position: static;
    text-align: center;
  }

  .categories {
    padding: 16px 0;
  }

  .categories-row {
    display: block;
  }

  .categories-item:not(:last-child) {
    margin-bottom: 16px;
  }

  .categories-title {
    font-size: 24px;
  }

  .categories-description {
    font-size: 16px;
  }

  .categories-header {
    display: block;
  }

  .categories-properties {
    font-size: 12px;
  }

  .categories-button {
    position: static;
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    padding-top: 0;
  }

  .video-banner {
    height: 500px;
  }

  .video-banner-content {
    padding-bottom: 70px;
  }

  .video-banner-row {
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .video-banner-title {
    font-size: 28px;
  }

  .about {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-before-title {
    font-size: 14px;
  }

  .about-title {
    text-transform: uppercase;
    font-size: 24px;
  }

  .about-row {
    display: block;
  }

  .about-col:not(:last-child) {
    margin-bottom: 64px;
  }

  .about-sub-title::after {
    width: 120px;
    height: 75px;
  }

  .about-sub-title {
    font-weight: 500;
    font-size: 24px;
    padding-top: 54px;
    margin-top: 0;
  }

  .banner-block {
    padding: 16px;
    max-width: 340px;
  }

  .banner-title {
    font-family: "Inter", sans-serif;
    font-size: 18px;
  }

  .offers-title {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 400;
  }

  .offers-item {
    display: block;
  }

  .offers-image {
    margin-bottom: 40px;
  }

  .offers-before-title {
    font-size: 14px;
  }

  .offers-item-title {
    font-size: 24px;
  }

  .offers-slider {
    margin-top: 40px;
    margin-bottom: 40px;
    overflow: visible;
  }

  .section {
    padding: 40px 0;
  }

  .section-header-shift {
    padding-left: 0;
  }

  .section-before-title {
    font-size: 14px;
  }

  .section-title {
    font-size: 24px;
  }

  .section-col {
    flex-basis: 100%;
  }

  .accordion-header {
    background-size: 24px;
    height: 82px;
  }

  .accordion-number {
    flex-basis: 60px;
    font-size: 14px;
  }

  .accordion-title {
    margin-right: 32px;
    font-size: 14px;
  }

  .accordion-body {
    padding-left: 0;
  }

  .blog-row {
    display: block;
  }

  .blog-item:not(:last-child) {
    margin-bottom: 16px;
  }

  .page-header > .container {
    padding-top: 32px;
    height: 240px;
  }

  .page-header {
    background-image: url(../images/page-header-01.jpg);
  }

  .page-header.page-header-model-7 > .container > img {
    left: -6%;
  }

  .page-title {
    font-size: 32px;
  }

  .single-product-title {
    font-size: 24px;
  }

  .single-product-slider-wrapper .swiper-pagination {
    display: none;
  }

  .single-product-slider-wrapper {
    padding-bottom: 0;
  }

  .single-product-slider .swiper-button-next {
    right: 0;
  }

  .single-product-main {
    display: block;
  }

  .single-product-offer {
    display: block;
    top: 0;
    background-color: #fff;
    z-index: 6;
    padding-bottom: 16px;
  }

  .single-product-price {
    margin-bottom: 24px;
  }

  .single-product-options-title {
    font-size: 16px;
  }

  .single-product-options-label {
    font-size: 14px;
  }

  .single-product-options-input-text {
    font-size: 12px;
  }

  .single-product-options-price {
    font-size: 14px;
  }

  .single-product-tabs-nav {
    display: block;
    border: none;
  }

  .single-product-tabs-nav-item button.active-mobile {
    color: #F40D29;
  }

  .single-product-tabs-nav-item button {
    width: 100%;
    padding: 12px 8px;
  }

  .single-product-tabs-content {
    display: none;
  }

  .single-product-tabs-content-item h3 {
    font-size: 24px;
  }

  .product-info-table {
    font-size: 14px;
  }

  .single-product-reviews-images {
    gap: 8px;
  }

  .single-product-reviews-images-col {
    flex-basis: calc((100% - 8px) / 2);
  }

  .footer-main {
    display: block;
  }

  .footer-info {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .footer-nav {
    display: block;
  }

  .footer-nav-col:not(:last-child) {
    margin-bottom: 16px;
  }
}

@media (max-width: 540px) {
  .banner.banner-1 {
    background-image: url(../images/banner-01-mob.jpg);
    padding-bottom: 170px;
    padding-top: 20px;
    background-position: left bottom;
  }

  .banner.banner-2 {
    background-image: url(../images/banner-02-mob.jpg);
    padding-bottom: 170px;
    padding-top: 20px;
    background-position: left bottom;
  }
}

@media (max-width: 500px) {
  .single-product-button button {
    width: 100%;
  }
}

@media (max-width: 370px) {
  .header-phone {
    font-size: 12px;
  }

  .video-banner-button .button {
    min-width: 0;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .video-banner-button {
    width: 100%;
  }

  .banner-title {
    font-size: 16px;
  }
}

@media (max-width: 360px) {
  .hero-title {
    font-size: 24px;
  }

  .hero-button .button {
    min-width: 0;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .categories-title {
    font-size: 18px;
  }

  .categories-description {
    font-size: 14px;
  }
}

@media (max-width: 334px) {
  .banner-title {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .tablet-hidden {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .hero-main .hero-title {
    font-size: 42px;
  }
}

@media (min-width: 460px) and (max-width: 767.98px) {
  .hero-title {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-text {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}