.product-title {
  color: #3a3a3a;
  font-size: 32px;
  line-height: 48px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px; }

.product-main-info {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1fr;
  gap: 30px; }

.product-slider-container {
  position: relative; }

.product-slider {
  margin-left: 0;
  margin-right: 0;
  max-width: 500px; }
  .product-slider .swiper-slide {
    line-height: 0; }
    .product-slider .swiper-slide img {
      max-height: 500px;
      object-fit: contain;
      width: 100%;
      height: auto; }

.product-slider-thumbs {
  width: 100%; }
  .product-slider-thumbs .swiper-slide {
    line-height: 0;
    border: 1px solid #b3b3b3;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    height: auto;
    cursor: pointer; }
    .product-slider-thumbs .swiper-slide img {
      max-width: 130px;
      max-height: 90px;
      width: 100%;
      height: 100%;
      object-fit: contain; }

.product-slider-thumbs-wrapper {
  display: flex;
  align-items: center;
  max-width: 500px;
  margin-top: 20px;
  margin-bottom: 50px;
  position: relative; }
  .product-slider-thumbs-wrapper .swiper-slider-arrow-left,
  .product-slider-thumbs-wrapper .swiper-slider-arrow-right {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    cursor: pointer; }
    .product-slider-thumbs-wrapper .swiper-slider-arrow-left svg,
    .product-slider-thumbs-wrapper .swiper-slider-arrow-right svg {
      width: 100%;
      height: 100%; }
    .product-slider-thumbs-wrapper .swiper-slider-arrow-left.swiper-button-disabled,
    .product-slider-thumbs-wrapper .swiper-slider-arrow-right.swiper-button-disabled {
      opacity: .5;
      cursor: not-allowed; }
  .product-slider-thumbs-wrapper .swiper-pagination {
    bottom: -30px; }
  .product-slider-thumbs-wrapper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    cursor: pointer;
    border: none;
    opacity: 1;
    background: #D6D6D6; }
    .product-slider-thumbs-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #869791; }

.product-info-text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px; }

.product-info-parameters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
  background-color: #F4F4F4;
  padding: 12px 20px;
  margin-bottom: 20px; }

.product-info-parameter {
  display: flex;
  flex-flow: row nowrap;
  width: fit-content;
  align-items: center;
  cursor: help;
  gap: 10px;
  flex-shrink: 0; }

.product-info-parameter-image {
  width: 100%;
  height: 27px;
  aspect-ratio: 1/1;
  object-fit: contain; }

.product-info-parameter-text {
  font-size: 14px;
  white-space: nowrap; }

.product-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap; }

.button.buy-button {
  padding: 19.5px 25px; }

.button.spare-button {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap; }
  .button.spare-button svg path {
    transition: .3s all; }
  .button.spare-button:hover svg path {
    fill: #fff; }

.product-bonuses-item {
  user-select: none;
  display: flex;
  align-items: center;
  padding: 8px 14px;
  border: 2px solid #34C99C;
  box-sizing: border-box;
  border-radius: 8px;
  gap: 6px; }

.product-bonuses-value {
  color: rgba(0, 0, 0, 0.6);
  font-weight: bold;
  font-size: 16px;
  line-height: 24px; }

.product-bonuses-icon {
  width: 15px;
  height: 20px;
  object-fit: contain;
  margin-top: -3px; }

.product-price {
  color: #000;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  position: relative;
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: flex-end; }

.product-old-price {
  font-size: 24px;
  line-height: 24px;
  text-decoration: line-through;
  opacity: .3;
  white-space: nowrap; }

.preview-divider {
  margin: 30px 0 25px;
  border: 0;
  border-top: 1px solid #eee; }

.compare-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #CC0514;
  cursor: pointer;
  transition: .3s all ease 0s; }
  .compare-btn svg {
    display: block;
    margin-right: 4px;
    margin-top: -5px;
    stroke: gray; }
  .compare-btn.in-compare svg {
    stroke: #CC0514; }

.product-advantages {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 20px; }

.product-advantage {
  display: flex;
  align-items: flex-start;
  gap: 20px; }

.product-advantage-icon {
  width: 25px;
  height: 25px;
  object-fit: contain;
  aspect-ratio: 1/1; }

.product-advantage-name {
  font-size: 16px;
  line-height: 24px;
  color: #232221; }

.product-link {
  font-size: 13px;
  line-height: 24px;
  text-decoration: underline;
  text-underline-position: under; }

.arenda-hint {
  margin-bottom: 20px; }

.delivery-modal-text .popup__section {
  margin-bottom: 30px; }
.delivery-modal-text .section-title {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #3A3A3A;
  margin-bottom: 20px; }
.delivery-modal-text .section-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #232221; }

.hystmodal.delivery-modal .hystmodal__window {
  padding: 40px;
  max-width: 600px; }

.product-tabs {
  padding: 50px 0; }

.product-tabs-header {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #AFAFAF; }

.product-tab-nav {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 29px;
  color: #3A3A3A;
  padding: 16px;
  text-transform: uppercase;
  display: inline-block;
  user-select: none;
  margin-bottom: -2px;
  border-bottom: 3px solid transparent;
  cursor: pointer; }
  .product-tab-nav.active {
    color: #CC0514;
    border-bottom: 3px solid #CC0514; }

.product-tab-content {
  display: none; }
  .product-tab-content.active {
    display: block; }

.product-tabs-content {
  margin-top: 20px; }

.product-table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 5px; }

.product-table-row {
  display: grid;
  grid-template-columns: 200px 1fr; }

.product-table-col-name {
  display: flex;
  align-items: center;
  color: #232221;
  background: #f4f4f4;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  padding: 6px 20px 6px 20px; }

.product-table-col-value {
  color: #6d6d6d;
  background: #fcfcfc;
  font-size: 14px;
  line-height: 18px;
  padding: 6px 20px 6px 20px; }

.product-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px; }
  .product-gallery img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
    border: 1px solid #bbb; }

.product-accordions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px; }

.product-accordions-item {
  display: flex;
  flex-direction: column;
  gap: 10px; }

.product-accordions-item-header {
  display: flex;
  align-items: center;
  gap: 10px; }

.product-accordions-item-icon {
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  object-fit: contain; }

.product-accordions-item-body {
  display: flex;
  flex-direction: column; }

.product-accordions-item-value {
  padding: 6px 11px; }
  .product-accordions-item-value:nth-child(even) {
    background-color: #FCFCFC; }
  .product-accordions-item-value:nth-child(odd) {
    background-color: #F4F4F4; }

.product-solved {
  padding: 50px 0;
  background: #f9f9f9; }
  .product-solved h2 {
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 40px; }

.product-solved-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px; }

.product-solved-item {
  display: flex;
  flex-direction: column; }
  .product-solved-item picture {
    margin-top: auto; }
  .product-solved-item img {
    width: 100%;
    height: auto;
    margin-top: auto;
    aspect-ratio: 370/260;
    object-fit: cover; }

.product-solved-header {
  color: #111111;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  min-height: 50px;
  margin-bottom: 10px; }

.product-solved-text {
  margin-bottom: 20px; }

.product-functional {
  padding: 50px 0;
  background-color: #2a2b30; }
  .product-functional h2 {
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 40px; }

.product-functional-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-column-gap: 30px;
  grid-row-gap: 60px; }

.product-functional-item {
  display: flex;
  flex-direction: column;
  position: relative; }
  .product-functional-item img {
    width: 100%;
    height: auto;
    aspect-ratio: 370/200;
    object-fit: cover; }
  .product-functional-item picture {
    margin-bottom: 15px; }

.product-functional-item-number {
  position: absolute;
  top: 0;
  left: 0;
  padding: 14px 18px;
  background-color: #cc0514;
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold; }

.product-functional-item-header {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 15px; }

.product-functional-item-text {
  color: #e4e8e8; }

.product-gallery-section {
  padding: 50px 0;
  background: #f9f9f9; }

.product-gallery-title {
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 40px; }

.product-gallery-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px; }

.product-gallery-video {
  line-height: 0; }
  .product-gallery-video iframe {
    aspect-ratio: 565/380; }

.product-gallery-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  line-height: 0; }
  .product-gallery-images img {
    width: 100%;
    height: auto;
    aspect-ratio: 260/170;
    object-fit: cover; }

.product-contact {
  padding: 50px 0; }

.product-contact-title {
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 40px; }

.product-contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px; }

.product-contact-info {
  display: flex;
  flex-direction: column; }
  .product-contact-info .header {
    color: #111111;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    text-transform: uppercase; }
  .product-contact-info .description {
    font-size: 14px; }

.product-contact-links {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 30px; }
  .product-contact-links button {
    background: transparent;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: initial;
    font-weight: normal;
    letter-spacing: initial;
    font-size: 14px;
    line-height: 14px;
    color: #777777; }
    .product-contact-links button svg {
      width: auto;
      height: 20px; }
  .product-contact-links a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #777777;
    transition: .3s all; }
    .product-contact-links a svg {
      width: auto;
      height: 25px;
      fill: #cc0514; }
    .product-contact-links a:hover {
      color: #cc0514; }

.product-contact-phones {
  display: flex;
  flex-direction: column;
  gap: 20px; }

.product-contact-phones-item {
  display: flex;
  flex-direction: column;
  gap: 5px; }

.product-contact-phones-item-label {
  color: #111111;
  font-size: 14px; }

.product-contact-phones-item-value {
  color: #6b6b6b;
  font-size: 16px; }
  .product-contact-phones-item-value.product-contact-phones-item-value-bold {
    color: #cc0514;
    font-size: 28px; }

.product-contact-form {
  padding: 40px;
  background-color: #f7f7f7; }
  .product-contact-form .form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px; }
    .product-contact-form .form textarea, .product-contact-form .form .form-checkbox-label, .product-contact-form .form button[type="submit"] {
      grid-column: 1/3; }

@media (max-width: 1200px) {
  .product-gallery-layout {
    grid-template-columns: 1fr; } }
@media (max-width: 992px) {
  .product-main-info {
    grid-template-columns: minmax(0, 1fr);
    gap: 0; }

  .product-slider {
    margin-left: auto;
    margin-right: auto; }

  .product-slider-thumbs-wrapper {
    margin-left: auto;
    margin-right: auto; }

  .swiper-slider-arrow-left,
  .swiper-slider-arrow-right {
    display: none; }

  .product-tabs-header {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    border-bottom: none; }

  .product-tab-nav {
    font-size: 12px;
    line-height: 16px;
    color: #3A3A3A;
    padding: 5px 10px;
    background: #fff;
    margin-bottom: 5px;
    border: 1px solid #3A3A3A;
    text-align: center;
    width: 100%; }
    .product-tab-nav.active {
      color: #fff;
      background: #CC0514;
      border: 1px solid #CC0514; }

  .product-table {
    grid-template-columns: 1fr; }

  .product-gallery-section {
    display: none; }

  .product-solved-header {
    min-height: auto; }

  .product-contact-layout {
    grid-template-columns: 1fr; } 
    .product-info-block .product-buttons {
	    flex-direction: column;
	    align-content: flex-start;
	    justify-content: flex-start;
    }
    .product-info-block .product-buttons .button.buy-button,
    .product-info-block .product-buttons .button.rent-button {
	    width: 100%;
	    font-size: 16px;
	}
    
    }
@media (max-width: 550px) {
  .product-contact-links {
    flex-direction: column;
    align-items: flex-start; }

  .product-contact-form {
    padding: 10px; }
    .product-contact-form .form {
      grid-template-columns: 1fr; }
      .product-contact-form .form textarea, .product-contact-form .form .form-checkbox-label, .product-contact-form .form button[type="submit"] {
        grid-column: 1; } }
@media (max-width: 470px) {
  .product-table-row {
    grid-template-columns: 1fr; }

  .product-functional h2 {
    font-size: 24px;
    line-height: 36px; } }

/*# sourceMappingURL=style.css.map */
