/* Section: skorostnye_vorota (ID 9872) */
@media (max-width: 992px){.section-desc-skorostnye_vorota .text-overlay{
      max-width: 70% !important;
      padding: 15px !important;
    }
    .section-desc-skorostnye_vorota .text-overlay h2{
      font-size: 20px !important;
      margin-bottom: 10px !important;
    }}
  
  
  @media (max-width: 768px){.section-desc-skorostnye_vorota .text-overlay{
      max-width: 90% !important;
      padding: 12px !important;
      border-radius: 5px !important;
    }
    .section-desc-skorostnye_vorota .text-overlay h2{
      font-size: 18px !important;
      margin-bottom: 8px !important;
    }
    .section-desc-skorostnye_vorota .text-overlay p{
      font-size: 13px !important;
    }}
  
  
  @media (max-width: 480px){.section-desc-skorostnye_vorota .text-overlay{
      max-width: 95% !important;
      padding: 10px !important;
    }
    .section-desc-skorostnye_vorota .text-overlay h2{
      font-size: 16px !important;
    }
    .section-desc-skorostnye_vorota .text-overlay p{
      font-size: 12px !important;
    }}



 .section-desc-skorostnye_vorota .prestige-split-section{
    display: flex;
    width: 100%;
    min-height: 400px; 
  }
  
  .section-desc-skorostnye_vorota .prestige-text-block{
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    background-color: #f8f8f8; 
  }
  
  .section-desc-skorostnye_vorota .prestige-image-block{
    flex: 0 0 50%;
    overflow: hidden;
  }
  
  .section-desc-skorostnye_vorota .prestige-image-block img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  
  
  @media (max-width: 992px){.section-desc-skorostnye_vorota .prestige-text-block{
      padding: 30px;
    }}
  
  
  @media (max-width: 768px){.section-desc-skorostnye_vorota .prestige-split-section{
      flex-direction: column;
      min-height: auto;
    }
    
    .section-desc-skorostnye_vorota .prestige-text-block, .section-desc-skorostnye_vorota .prestige-image-block{
      flex: 0 0 100%;
    }
    
    .section-desc-skorostnye_vorota .prestige-text-block{
      padding: 25px;
      order: 2; 
    }
    
    .section-desc-skorostnye_vorota .prestige-image-block{
      min-height: 300px; 
      order: 1;
    }}
  
  
  @media (max-width: 480px){.section-desc-skorostnye_vorota .prestige-text-block{
      padding: 20px 15px;
    }
    
    .section-desc-skorostnye_vorota .prestige-image-block{
      min-height: 250px;
    }}

.section-desc-skorostnye_vorota *{
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .section-desc-skorostnye_vorota .comparison-table{
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            border-collapse: collapse;
            background: white;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            border-radius: 8px;
            overflow: hidden;
        }

        .section-desc-skorostnye_vorota .table-header{
            display: none; 
        }

        .section-desc-skorostnye_vorota .table-row{
            display: flex;
            flex-direction: column;
            margin-bottom: 0;
            border-bottom: 1px solid #e0e0e0;
        }

        .section-desc-skorostnye_vorota .table-row:nth-child(even){
            background-color: #f8f8f8;
        }

        .section-desc-skorostnye_vorota .table-row:nth-child(odd){
            background-color: transparent;
        }

        .section-desc-skorostnye_vorota .property-cell, .section-desc-skorostnye_vorota .value-cell{
            padding: 15px 20px;
            border: none;
        }

        .section-desc-skorostnye_vorota .property-cell{
            font-weight: bold;
            background-color: #f0f0f0;
            border-bottom: 1px solid #e0e0e0;
        }

        .section-desc-skorostnye_vorota .value-cell{
            border-bottom: 1px solid #e0e0e0;
        }

        .section-desc-skorostnye_vorota .value-cell:last-child{
            border-bottom: none;
        }

        
        .section-desc-skorostnye_vorota .header-item{
            text-align: center;
            padding: 30px 20px;
        }

        .section-desc-skorostnye_vorota .product-image{
            width: 285px;
            height: 188px;
            margin: 0 auto 20px;
            transition: transform 0.3s ease;
            border-radius: 4px;
            overflow: hidden;
        }

        .section-desc-skorostnye_vorota .product-image img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .section-desc-skorostnye_vorota .product-image:hover{
            transform: scale(1.02);
        }

        .section-desc-skorostnye_vorota .product-title{
            font-size: 1.5em;
            font-weight: bold;
            color: #000;
            text-decoration: underline;
            text-decoration-color: #137227;
            transition: text-decoration-color 0.3s ease;
            cursor: pointer;
        }

        .section-desc-skorostnye_vorota .product-title:hover{
            text-decoration-color: transparent;
        }

        
        @media (min-width: 768px){.section-desc-skorostnye_vorota .comparison-table{
                display: table;
            }

            .section-desc-skorostnye_vorota .table-header{
                display: table-row;
                background: transparent;
            }

            .section-desc-skorostnye_vorota .table-header .header-cell{
                padding: 0;
                border: none;
                vertical-align: bottom;
            }

            .section-desc-skorostnye_vorota .table-row{
                display: table-row;
            }

            .section-desc-skorostnye_vorota .property-cell, .section-desc-skorostnye_vorota .value-cell{
                display: table-cell;
                width: 33.33%;
                padding: 15px 20px;
                border: none;
            }

            .section-desc-skorostnye_vorota .property-cell{
                font-weight: bold;
                background: transparent;
                border-bottom: none;
            }

            .section-desc-skorostnye_vorota .table-row:nth-child(even) .value-cell{
                background-color: #f8f8f8;
            }

            .section-desc-skorostnye_vorota .table-row:nth-child(odd) .value-cell{
                background-color: transparent;
            }

            .section-desc-skorostnye_vorota .header-cell{
                padding: 20px;
                text-align: center;
            }

            .section-desc-skorostnye_vorota .header-cell:first-child{
                background: transparent;
            }}

        
        .section-desc-skorostnye_vorota .property-cell{
            color: #000;
            font-weight: 700;
        }

        .section-desc-skorostnye_vorota .value-cell{
            color: #000;
            line-height: 1.5;
        }

.section-desc-skorostnye_vorota-inline-1 { position: relative; display: inline-block; max-width: 100%; }
.section-desc-skorostnye_vorota-inline-2 { display: block; max-width: 100%; height: auto; }
.section-desc-skorostnye_vorota-inline-3 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-left: 5%; }
.section-desc-skorostnye_vorota-inline-4 { background-color: rgba(0, 0, 0, 0.6); padding: 20px; border-radius: 8px; max-width: 50%; transition: all 0.3s ease; font-size: 14px; }
.section-desc-skorostnye_vorota-inline-5 { color: white; margin: 0 0 15px 0; }
.section-desc-skorostnye_vorota-inline-6 { color: white; margin: 0; }
.section-desc-skorostnye_vorota-inline-7 { display: none; }
