@charset "UTF-8";

/* Основные стили таблицы */
.domains-table {
    display: flex;
    flex-direction: column;
    width: 100%;

    border-radius: 8px;
    overflow: hidden;
    padding-top:60px;
}

/* Шапка таблицы */
.table-header {
    display: flex;
    padding:0 8px 0 24px;
    gap:16px;
    margin: 0 8px;

}
.domains-title{
    text-align: center;
    font-family: Segoe UI;
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;


}
.domains-title h2{
    margin-bottom: 0;
    text-align: center;
    font-family: Segoe UI;
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;

}
.header-block {
    padding: 15px 10px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex: 1;
    color: #1A1A1A;
    font-family: Segoe UI;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;

}


.header-block{

}
.head-domain{ opacity:0.6;}
.head-website{ opacity:0.6;}
.head-average{ opacity:0.6;}
.head-market{
    border-width: 1px;
    padding: 16px 12px 24px;
    gap: 10px;
    border: 1px solid var(--Blue-Blue-200, #4C83F3);
    background: var(--Blue-Blue-200, #4C83F3);
    border-radius: 12px 12px 0 0;
    color:#fff;
    }
.head-custom{ 
    border-width: 1px;
    padding: 16px 12px 24px;
    gap: 10px;
    background: var(--Primary-Accent, #FF1084);
    border: 1px solid var(--Primary-Accent, #FF1084);
        border-radius: 12px 12px 0 0;
    color:#fff;
    position: relative;
}

.head-custom .special-offer{
    position: absolute;
    top: -20px;
    left: 50%;
    width: fit-content;
    transform: translateX(-50%);
    border-radius: 8px;
    border: 2px solid var(--Primary-Accent, #FF1084);
    color: #FF1084;
    background:#fff;
    padding: 5px 10px;
    font-family: Segoe UI;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    white-space: nowrap;
}


.col-domain {     justify-content: flex-start; } /* Шире остальных для имени домена */
.col-website {     justify-content: flex-start; } 
/* Стили для конкретных колонок */
.col-domain { flex: 2; } /* Шире остальных для имени домена */
.col-website { flex: 3; } /* Самая широкая для метрик */
.col-average { flex: 0 0 197px; }
.col-market {flex: 0 0 197px; }
.col-custom {flex: 0 0 197px; }

.col-market {
        position: relative;
        
}
.col-custom {
    position: relative;
}


.domain-row .col-market::before {
    content: '';
    position: absolute;
    top: 0;
    transform: translateY(-1px);
    left: 0px;
    display: block;
    box-sizing: border-box;
    width: 3px;
    height:calc(100% + 25px);
    border-left: 3px solid var(--Blue-Blue-200, #4C83F3);
    z-index: 2;
}
.domain-row .col-market::after {
    content: '';
    position: absolute;
    top: 0;
    transform: translateY(-1px);
    right: -1px;
    display: block;
    box-sizing: border-box;
    width: 3px;
    height:calc(100% + 25px);
    border-left: 3px solid var(--Blue-Blue-200, #4C83F3);
    z-index: 2;
}
.domain-row .col-custom::before {
    content: '';
    position: absolute;
    top: 0;
    transform: translateY(-1px);
    left: 0px;
    display: block;
    box-sizing: border-box;
    width: 3px;
    height:calc(100% + 25px);
    border-left: 3px solid var(--Blue-Blue-200, #FF1084);
    z-index: 2;
}
.domain-row .col-custom::after {
    content: '';
    position: absolute;
    top: 0;
    transform: translateY(-1px);
    right: -1px;
    display: block;
    box-sizing: border-box;
    width: 3px;
    height:calc(100% + 25px);
    border-left: 3px solid var(--Blue-Blue-200, #FF1084);
    z-index: 2;
}
.domain-row:last-of-type .col-market::before {
    height:calc(100% + 1px);
}
.domain-row:last-of-type .col-market::after {
    height:calc(100% + 1px);
}
.domain-row:last-of-type .col-custom::before {
    height:calc(100% + 1px);
}
.domain-row:last-of-type .col-custom::after {
    height:calc(100% + 1px);
}
.domain-row:last-of-type .col-custom{ 
    
}

.domain-row .col-market.col-table{
    padding: 0;
}

.domain-row .col-market.col-table .price-market-wrap{
    padding:24px 0;
    height: 100%;
    width: 100%;  
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.domain-row .col-custom.col-table{
    padding: 0;
}

.domain-row .col-custom.col-table .price-custom-wrap{
    padding:24px 0;
    height: 100%;
    width: 100%;  
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.domain-row:last-of-type .col-market .price-market-wrap::before {
    content: '';
    position: absolute;
    bottom:-12px;
    transform: translateY(-1px);
    right: 0;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 15px;
    border: 3px solid var(--Blue-Blue-200, #4C83F3);
    border-radius: 0 0 12px 12px;
    border-width: 0 3px 3px;
}
.domain-row .col-custom.col-table .price-custom-wrap{
    padding:24px 0;
    height: 100%;
    width: 100%;  
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.domain-row:last-of-type .col-custom .price-custom-wrap::before {
    content: '';
    position: absolute;
    bottom:-12px;
    transform: translateY(-1px);
    right: 0;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 15px;
    border: 3px solid var(--Blue-Blue-200, #FF1084);
    border-radius: 0 0 12px 12px;
    border-width: 0 3px 3px;
}


.domain-prices.col-market {color:#4C83F3;  }
.domain-prices.col-custom {color:#FF1084; }
/* Список доменов (строки таблицы) */
.domains-list {
    display: flex;
    flex-direction: column;
    gap:16px;
    padding:0 8px;
    position: relative;
}

.domain-row {

}
.domain-row-wrap {
    border-radius: 16px;
    border: 1px solid #DFEDFF;
    box-shadow: 0px 2px 12px 0px #4C83F326;
    display: flex;
    padding:0 8px 0 24px;
    gap:16px;


}
.domain-row .col-table {
    padding: 24px 0;

    position: relative;
}
.domain-row:last-child {
        margin-bottom: 15px;
}

/* Общие стили для ячеек */
.domain-domain,
.domain-metrics,
.domain-prices {
        display: flex;
    flex-direction: column;
    justify-content: center;
}
.domain-prices {
    /* padding: 15px 10px; */

    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: Segoe UI;
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
}



/* Стили для основной информации домена */
.domain-domain {
    flex: 2;
    /* gap: 8px; */
}

.domain-name {
    font-family: Segoe UI;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    margin: 0;
}

.domain-technology {
    color: #3E3E3E;
    font-family: Segoe UI;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    margin: 0;
    opacity: 0.6;
    margin-top: 2px;
}

.domain-button {
    padding: 8px 16px;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    display: inline-block;
    width: fit-content;
    text-align: center;
    transition: background-color 0.3s;
    text-decoration:none;
    border-radius:6px;
    font-family: Segoe UI;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;   
    margin-top: 8px;

}

.domain-button {}


.domain-metrics {
    flex: 3;

}

.domain-metrics {

}
.domain-metrics-list{
    width: 100%;
    justify-content: flex-start;
    gap: 8px;
        display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.metric-pair {
    display: flex;
    align-items: center;
    min-height: 35px;
    padding: 8px 12px;
    background-color: #F6F6F6;;
    border-radius: 8px;
    border: 1px solid #EDEDEF;
    min-width: 0;
    flex-wrap: nowrap;
}

.metric-label {
    font-family: Segoe UI;
    font-weight: 400;
    font-size: 16px;
    /* line-height: 120%; */
    text-transform: uppercase;
    color: #1A1A1A;
    opacity: 0.6;
    padding-right: 4px;
}

.metric-number {
    font-family: Segoe UI;
    font-weight: 600;
    font-size: 16px;
    /* line-height: 120%; */
    
    color: #1A1A1A;
}

/* Стили для цен */
.domain-prices {
    /* flex: 1; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.price-average,
.price-market,
.price-custom {


    margin: 0;
    font-family: Segoe UI;
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    : 0px;

}


.domains-benefits {
    margin-top: 60px;
    margin-bottom: 60px;
}

.domains-benefits .benefits-wrap {
    display: flex;
    gap: 24px;
    padding: 32px 40px; 
    gap: 24px;
    border-radius: 12px;
    border: 3px solid var(--Blue-500, #DFEDFF)

}

.domains-benefits .benefit-item {
    max-width:33.33%;
}

.domains-benefits .benefit-icon {
    width: 32px;
    height: 32px;
}

.domains-benefits .benefit-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.domains-benefits .benefit-title {
    font-family: Segoe UI;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    padding-top:24px;
    margin-bottom:0;
}

.domains-benefits .benefit-desc {
    font-family: Segoe UI;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #3E3E3E;
    padding-top:12px;
}
    .domain-button{
        display: flex;
        align-items: flex-end;
    }
    .domain-button span{
        display: block;
        padding-left: 8px;
    }

@media (max-width: 768px) {
    .col-custom .special-offer{
        position: absolute;
        top: -12px;
        left: 16px;
        width: fit-content;
        /* transform: translateX(-50%); */
        border-radius: 4px;
        border: 2px solid  #FF1084;
        color: #FF1084;
        background:#fff;
        padding: 2px 6px;
        font-family: Segoe UI;
        font-weight: 600;
        font-size: 12px;
        line-height: 120%;
        white-space: nowrap;
    }
    .domain-row .col-market.col-table .price-market-wrap{
        padding: 16px;
        text-align: left;
        flex-direction: column;
        justify-content: left;
        align-items: flex-start;
        gap: 8px;

        
    }

    .domain-row .col-custom.col-table .price-custom-wrap{
        padding: 16px;
        text-align: left;
        flex-direction: column;
        justify-content: left;
        align-items: flex-start;
        gap: 8px;

    }

    .domains-title {
        font-family: Segoe UI;
        font-weight: 600;
        font-size: 24px;
        line-height: 120%; 
        text-align: left;
    }
    .domains-title h2{
      font-family: Segoe UI;
        font-weight: 600;
        font-size: 24px;
        line-height: 120%; 
        text-align: left;
    }
    .domains-table {
        border: none;
        padding-top: 32px;
    }
    
    .table-header {
        display: none; 
    }
    
    .domain-row {
        
        border-radius: 12px;
        overflow: hidden;
    }
    .domain-row-wrap {
        /* flex-direction: column; */
        margin-bottom: 0;
         padding: 24px;
        text-align:left;
        display:block;
        gap:0;
        position: relative;
                box-sizing: border-box;
    }
    .domain-domain,
    .domain-metrics,
    .domain-prices {

        flex: none;
        /* width: 100%; */
        align-items: flex-start;
    }
    .domain-name{
        font-weight: 600;
        font-size: 18px;
        line-height: 120%;
    }
    
    .domain-technology{
        font-family: Segoe UI;
        font-weight: 600;
        font-size: 14px;
        : 0%; 
        color: #1A1A1A;
        opacity: 0.6;
    }

    .domain-row .col-table{
        padding: 16px;
    }

    .domain-metrics{
        display: block;
    }

    .domain-metrics .website-mobile {
        font-family: Segoe UI;
        font-weight: 600;
        font-size: 14px;
        line-height: 120%;
         color: #1A1A1A;
        opacity: 0.6;
    }

    .domain-metrics-list{
        padding-top:8px;
    }


    .domain-domain.col-domain,
    .domain-metrics.col-website{
        padding:16px 0;
        border-bottom: 1px solid #DFEDFF;
    }

        .domain-domain.col-domain{
        padding-top: 0;
    }

    .domain-row .col-market::before,
    .domain-row .col-custom::before,
    .domain-row .col-market::after,
    .domain-row .col-custom::after{
              display: none;
    }

    
    .domains-table .title-mobile{
        font-family: Segoe UI;
        font-weight: 600;
        font-size: 14px;
        line-height: 120%;
        opacity: 0.6;
                text-align: left;
                 color: #1A1A1A;
    }
    .domain-prices.col-market{
        /* color: #1A1A1A; */
        border: 2px solid var(--Blue-Blue-200, #4C83F3);
        border-radius:8px;
        margin-top: 16px;
    }

    .domain-prices.col-custom{
        /* color: #1A1A1A; */
        border: 2px solid var(--Blue-Blue-200, #FF1084);
        border-radius:8px;
        margin-top: 16px;
    }
    .domain-prices.col-average{
        color: #1A1A1A;
        border: 2px solid var(--Blue-Blue-200, #DFEDFF);
        border-radius:8px;
        margin-top: 18px;
    }
    .metric-pair {
        flex-direction: row;
        justify-content: space-between;
        min-width: auto;
    }
    
    .domain-prices {
        flex-direction: column;
        gap: 8px;
    }
    .price-average, .price-market, .price-custom{
        font-family: Segoe UI;
        font-weight: 600;        
        font-size: 20px;        
        line-height: 120%;        
    }    
   
    .domains-benefits {
        margin-top: 22px;
        margin-bottom: 32px;
    }
    .domains-benefits .benefits-wrap {
        flex-direction: column;
        gap: 0;
        padding: 20px;
    }
    
    .domains-benefits .benefit-item {
        flex: none;
        max-width: 100%;
        padding: 16px 0;
    }
    .domain-button{
        margin-top: 16px;
    }
    .domains-benefits .benefit-title{
        font-family: Segoe UI;
        font-weight: 600;
        
        font-size: 16px;
        
        line-height: 120%;
        
        padding-top: 16px;
    }
     .domains-benefits .benefit-desc{
        font-family: Segoe UI;
        font-weight: 400;
        font-style: Regular;
        font-size: 14px;
        
        line-height: 140%;
        
        padding-top: 8px;
    }

    .domains-benefits .benefit-desc p{
        font-family: Segoe UI;
        font-weight: 400;
        font-style: Regular;
        font-size: 14px;
        
        line-height: 140%;
        
        margin-bottom:0;

    }
    .domain-button{
        padding: 13px;
    }

    .domain-row:last-of-type .col-market::before,
    .domain-row:last-of-type .col-market::after,
    .domain-row:last-of-type .col-custom::before,
    .domain-row:last-of-type .col-custom::after {
        display: none;
    }
    .domain-row:last-of-type .col-market .price-market-wrap::before,
    .domain-row:last-of-type .col-custom .price-custom-wrap::before {
        display: none;
    }
    
}

/* Дополнительные медиа-запросы для очень маленьких экранов */
@media (max-width: 480px) {
    .domain-domain,
    .domain-metrics,
    .domain-prices {
        padding: 10px;
    }
    
    .metric-pair {
        padding: 6px 8px;
    }
    
    .domain-button {
        width: 100%;
        text-align: center;
    }
}


/* Стили для Swiper */
.domains-swiper {
    max-width: 100%;
    width: 100%;
}
.domains-block{
    width: 100%;
}
.domains-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 8px;
    max-width: 100%;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .domains-swiper.swiper {
        overflow: hidden;
        height: auto !important; 
    }
    
    .domains-list.swiper-wrapper {
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 0;
        padding:0;
        height: auto !important; 
         align-items: stretch;
    }
    .domain-row.swiper-slide {
        display: block;
        padding:0;
                /* padding:0 8px 8px; */
                position: relative;
    }
    .domain-row.swiper-slide {
        width: 100%;
        max-width:100%;
        flex-shrink: 0;
         height: auto !important; /
        /* margin-right: 0 !important; */

        
    }
    
    .domain-row-wrap {
        height: 100%!important; /
    }
    .domains-sample .swiper-navigation {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        margin-top: 14px;

    }
    
    .domains-sample .swiper-navigation-prev,
    .domains-sample .swiper-navigation-next {
        cursor: pointer;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #4C83F3;
        border-radius: 50%;
        transition: all 0.3s ease;
    }
    
    .domains-sample .swiper-navigation-prev:hover,
    .domains-sample .swiper-navigation-next:hover {
        background-color: #4C83F3;
    }
    
   .domains-sample  .swiper-navigation-prev:hover svg path,
    .domains-sample .swiper-navigation-next:hover svg path {
        stroke: white;
    }
} */

/* @media screen and (min-width: 768px) {
    .domains-sample .swiper-navigation {
        display: none;
    }
}

/* Стили для Swiper */
/* .domains-swiper {
    max-width: 100%;
    width: 100%;
}

.domains-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 8px;
    max-width: 100%;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .domains-swiper.swiper {
        overflow: hidden;
        width: 100%;
    }
    
    .domains-list.swiper-wrapper {
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 0;
        width: 100%;
    }
    
    .domain-row.swiper-slide {
        width: 100% !important; 
        max-width: 100% !important;
        flex-shrink: 0;
        margin-right: 0 !important;
    }
    

    .domains-table {
        width: 100%;
        overflow: hidden;
    }
}


.domains-sample .swiper-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.domains-sample .swiper-navigation-prev,
.domains-sample .swiper-navigation-next {
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #4C83F3;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.domains-sample .swiper-navigation-prev:hover,
.domains-sample .swiper-navigation-next:hover {
    background-color: #4C83F3;
}

.domains-sample .swiper-navigation-prev:hover svg path,
.domains-sample .swiper-navigation-next:hover svg path {
    stroke: white;
}

@media screen and (min-width: 768px) {
    .domains-sample .swiper-navigation {
        display: none;
    }
} */
