

/* Start:/local/templates/ws512_new/css/price.css?17834099406157*/
.price_top{
    
}
[id] {
    scroll-margin-top: 86px;
}
.price_top h1{
    color:#000000;
    font-size: 75px;
    font-weight: 600;   
    line-height: 94px;       
}
.price_top h1 span{
    color:#E22427;
}
.price_desc{
    font-size: 17px;
}
.page__btn--black {
  color: #fff;
  background-color: #000000;
}
.price_btn_block{
    display: flex;
    gap:15px;
}
.price_table_block{
    margin-top: 100px;
    display: flex;
    gap: 95px;
    width: 100%;
}
.price_table_block .left{
    width:100%;
    max-width: 1305px;
}
.price_table_block .right{
    
}
.price_table_block--top{
    position:relative;
}
.price_table_block--top a{
    top: 0;
    position: absolute;
    right: 0;
}
.price_table{
    margin:30px 0 70px 0;
}
.price_th{
    display: flex;
    width: 100%;
    overflow: hidden;
    border: 1px solid #D9D9D9;
    border-radius: 20px 20px 0 0;
    background: #F6F6F6;
    border-bottom: none;
}
.price_body{
    width: 100%;
}
.price_body .price_tr:last-child{
    border-radius: 0 0 20px 20px;
}
.m-head{
    display: none;
}
.price_th > div{
    padding: 18px 25px;
    font-weight: 600;
}
.price_th div:first-child{
    max-width: 305px;
    width: 100%;
    border-right: 1px solid #D9D9D9;
}
.price_th div:nth-child(2){
    max-width: 590px;
    width: 100%;
    border-right: 1px solid #D9D9D9;
}
.price_th div:nth-child(3){
    max-width: 251px;
    width: 100%;
    border-right: 1px solid #D9D9D9;
}
.price_th div:nth-child(4){
    opacity: 0;
}
.price_tr{
    display: flex;
    width: 100%;
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
}
.price_tr > div{
    padding: 18px 25px;      
}
.price_tr div:first-child{
    max-width: 305px;
    width: 100%;
    border-right: 1px solid #D9D9D9;
}
.price_tr div:nth-child(2){
    max-width: 590px;
    width: 100%;
    border-right: 1px solid #D9D9D9;
}
.price_tr div:nth-child(3){
    max-width: 251px;
    width: 100%;
    border-right: 1px solid #D9D9D9;
    font-weight: 600;
}
.price_tr div:nth-child(4){
}
.price_tr a{
    font-weight: 600;
}

.section_nav{
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    padding:22px 31px;
    border-radius: 20px;
}
.main{
    overflow: visible !important;
}
.right{
    position: sticky;
    top: 100px;
    align-self: flex-start;
    padding-bottom: 15px;
    min-width: 372px;    
}
.nav_heading{
    font-size: 17px;
}
.section_nav ul{
    list-style: none;
    padding: 0;
}
.section_nav ul li a{
    color:#000000;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0%;
}
.section_nav ul li.active a{
    color:#E22427;    
}
.section_nav ul li{
    margin-bottom: 16px;
}
.mobile_section_nav{
    display: none;
}
.mobile_section_nav p{
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0%;
    color:#696969;
    padding-left: 3px;
}
.card {
    width: 100%;
    background: #ffffff;
    border-radius: 100px;
    padding: 10px 20px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: border-radius 0.3s ease;
}

.card.open {
    border-radius: 30px;
}

.main-title {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    cursor: pointer;
    user-select: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    transition: color 0.15s;
}

#mainToggle {
    position: relative;
    padding: 10px 0;
}

#mainToggle::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 11px;
    height: 11px;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    transform: translateY(-65%) rotate(45deg);
    transition: 0.3s;
}

.card.open #mainToggle::after {
    transform: translateY(-65%) rotate(225deg);
}

.mobile_section_nav .dropdown {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.25s ease;
    padding: 0 0 0 0;
}

.mobile_section_nav .card.open .dropdown {
    max-height: 400px;
    padding: 8px 0 0 0;
}

.mobile_section_nav .dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile_section_nav .dropdown li {
    padding: 12px 0 12px 0;
    font-size: 16px;
    font-weight: 400;
    color: #1e2a3a;
    border-bottom: 1px solid #f0f3f8;
    cursor: default;
    transition: color 0.15s, padding-left 0.15s;
}

.mobile_section_nav .dropdown li:last-child {
    border-bottom: none;
}

.mobile_section_nav .dropdown li:hover {
    color: #E22427;
    padding-left: 4px;
}

@media (max-width: 1200px) {
    .mobile_section_nav{
        display: block;
        margin-top:40px;
    }
    .right{
        display:none;
    }
}
@media (max-width: 720px) {
    .price_top h1{
        font-weight: 600;
        font-size: 30px;
        line-height: 35px;
        letter-spacing: 2%;
        margin-top:30px !important;
    }
    .price_th{
        display:none;
    }
    .m-head{
        display:block;
        font-weight: 600;
        font-size: 16px;
        line-height: 23px;
        letter-spacing: 0%; 
        margin-bottom: 2px;
    }
    .price_tr{
        flex-direction: column;   
        border-top: 1px solid #D9D9D9;
        border-radius: 20px !important;
        margin-bottom: 20px;
        position: relative
    }
    .price_tr div{
        max-width: 100% !important;
        border:none !important;
    }
    .td_desc{
        background: #F6F6F6;        
    }
    .td_btn{
        position: absolute;
        bottom: 10px;
        right: 18px;
    }
    .price_table_block .price_table_block--top a{
        display:none;
    }
    .price_table_block{
        margin-top: 38px
    }
    .price_table{
        margin: 14px 0 0 0; 
    }
    .price_btn_block{
        flex-direction: column;
    }
}
/* End */
/* /local/templates/ws512_new/css/price.css?17834099406157 */
