

/* Start:/bitrix/templates/boats/components/bitrix/news/boats/bitrix/news.detail/.default/style.css?17791773567499*/
.boat-page {
    padding: 0 30px 150px;
    width: 100%;
    overflow-x: hidden;
}
.boat-page {
    padding: 0 0 75px;
}
.boat-page-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 75px;
}
.boat-page-back{
    font-size: 13px;
    color: #343434;
}
.boat-page-back svg{
    margin-right: 8px;
}
.boat-page-phone{
    font-size: 14px;
    color: #000;
}
.boat-page-phone svg{
    margin-right: 20px;
}
.boat-main{
    display: flex;
    gap: 75px;
}
.boat-left{
    width: 45%;
	text-align: center;
}
.boat-right{
    width: 55%;
}
.boat-description{
    margin-top: 12px;
    padding-top: 12px;
    border-top: 2px solid #EEEEEE;
    font-size: 13px;
    line-height: 18px;
}
.boat-name{
    font-size: 36px;
    font-weight: 700;
    line-height: 43px;
    margin-bottom: 7px;
}
.boat-name-sub{
    font-size: 14px;
    line-height: 19px;
    color: #A0A0A0;
}
.boat-advantages{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    column-gap: 18px;
    margin-bottom: 25px;
}
.boat-price{
    font-size: 22px;
    color: #1A1A1A;
    margin-bottom: 15px;
}
.boat-price span,
.boat-price-label{
    font-size: 14px;
    color: #A0A0A0;
}
.boat-price-label{
    margin-bottom: 65px;
}
.btn-buy-detail{
    padding: 17px 30px;
}
.price-total{
    margin-top: 60px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #1A1A1A;
}
.price-total span{
    font-size: 22px;
}
.price-total-label{
    font-size: 13px;
    color: #A0A0A0;
    margin-bottom: 10px;
}
.boat-delivery{
    display: flex;
    gap: 8px;
    color: #1A1A1A;
    font-size: 14px;
}
.boat-delivery svg{
    margin-right: 8px;
}
.boat-delivery div:first-child{
    padding-right: 8px;
}
.boat-delivery div:nth-child(2){
    border-left: 1px solid #1A1A1A;
}
.props-line{
    margin: 100px 0 44px;
    display: flex;
    justify-content: space-around;
    background: #F7F7F7;
    height: 60px;
    align-items: center;
    font-size: 16px;
    color: #1A1A1A;
}
.props-line svg{
    margin-right: 10px;
}
.boat-accordion{
    margin-bottom: 102px;
}
.boat-accordion-item{
    border-top: 1px solid #EEEEEE;
    padding: 15px 0;
}
.boat-accordion-item:last-child{
    border-bottom: 1px solid #EEEEEE;
}
.boat-accordion-title{
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #1A1A1A;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.boat-accordion-text{
    height: 0;
    overflow: hidden;
}
.boat-accordion-item .accordion-minus{
    display: none;
}
.boat-accordion-item.opened .accordion-plus{
    display: none;
}
.boat-accordion-item.opened .accordion-minus{
    display: block;
}
.conf-desc{
    border-top: 1px solid #EEEEEE;
}
.conf-desc-title{
    font-size: 30px;
    line-height: 36px;
    color: #1A1A1A;
    margin-bottom: 15px;
}
.conf-desc-text{
    font-size: 16px;
    color: #1A1A1A;
    line-height: 22px;
}

.boat-left img{
    width: 40%;
	text-align: center;
}

@media (max-width: 768px) {
    .boat-main{
        flex-direction: column;
    }
    .boat-left,
    .boat-right{
        width: 100%;
    }
    .props-line{
        margin-left: -30px;
        margin-right: -30px;
        height: 40px;
    }
    .props-line-item{
        display: none;
    }
}


.boat-mods{
    color: #1A1A1A;
    overflow-x: hidden;
}
.mod-title{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 16px;
    line-height: 1.2;
}
.mod-subtitle{
    font-size: 18px;
    margin-bottom: 16px;
}
.mod-list{
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    flex-wrap: wrap;
    gap: 17px;
    margin-bottom: 17px;
}
.mod-item{
    cursor: pointer;
}
.mod-item-img{
    width: 100%;
    aspect-ratio: 1 / 1;
    border: 1px solid #eeeeee;
    margin-bottom: 11px;
    position: relative;
}
.mod-item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mod-item-price{
    font-size: 14px;
    text-align: center;
}
.mod-item-check{
    content: '';
    position: absolute;
    right: -6px;
    bottom: -10px;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    border: 1px solid #00212F;
    background: #008216;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all .2s;
}

.mod-item.active .mod-item-img{
    border: 1px solid #00212F;
}
.mod-item.active .mod-item-check{
    opacity: 1;
}

.mod-group{
    padding-bottom: 30px;
    border-bottom: 8px solid #EEEEEE;
    margin-bottom: 32px;
}
.mod-group:last-child{
    border-bottom: none;
}

.mod-list-2{
    grid-template-columns: repeat(2, 1fr);
}
.mod-list-2 .mod-item{
    display: flex;
    gap: 8px;
    border: 1px solid #eeeeee;
    position: relative;
}
.mod-list-2 .mod-item-img{
    width: 140px;
    height: 140px;
    border: none;
    margin: 0;
}
.mod-list-2 .mod-item-price{
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}
.mod-list-2 .mod-item-check{
    right: 10px;
    top: 10px;
    bottom: auto;
}
.mod-item-info{
    flex: 1;
    padding-top: 5px;
}
.mod-list-2 .mod-item.active{
    border: 1px solid #00212F;
}
.mod-list-2 .mod-item.active .mod-item-img{
    border: none;
}

.mod-item-btn{
    position: absolute;
    right: -1px;
    bottom: -1px;
    border: 1px solid #00212F;
    height: 40px;
    line-height: 40px;
    width: 120px;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    background: #00212F;
}
.mod-item-btn span:nth-child(2){
    display: none;
}
.mod-item.active .mod-item-btn{
    background: #FFFFFF;
    color: #00212f;
}
.mod-item.active .mod-item-btn span{
    display: none;
}
.mod-item.active .mod-item-btn span:nth-child(2){
    display: block;
}

.mod-img-btns{
    position: absolute;
    left: 8px;
    top: 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.mod-img-btns > *{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background: #CCCCCC;
    border: 1px solid #CCCCCC;
}
.mod-img-btns span{
    background: #FFFFFF;
}
.lb-data .lb-close{
    display: none!important;
}

.tooltip-btn{
    position: relative;
}
.tooltip-content{
    position: absolute;
    text-align: center;
    color: #FFF;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    padding: 15px 10px;
    width: max-content;
    max-width: 400px;
    border: #CCCCCC;
    bottom: calc(100% + 10px);
    pointer-events: none;
    opacity: 0;
    transition: all .2s;
}
.tooltip-content:before{
    content: '';
    display: block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid rgba(0, 0, 0, 0.8);
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
}
.tooltip-btn:hover .tooltip-content{
    opacity: 1;
}

@media (max-width: 1440px) {
    .mod-list {
        grid-template-columns: repeat(6, 1fr);
    }
}
@media (max-width: 999px) {
    .mod-list{
        grid-template-columns: repeat(4, 1fr);
    }
    .mod-list-2{
        grid-template-columns: repeat(1, 1fr);
    }
    .boat-line{
        display: none!important;
    }
    .boat-name {
        font-size: 28px;
        line-height: 1.2;
    }
    .mod-title {
        font-size: 24px;
    }
}
@media (max-width: 600px) {
    .mod-list{
        grid-template-columns: repeat(3, 1fr);
    }
    .boat-delivery {
        flex-flow: column;
    }
}
/* End */
/* /bitrix/templates/boats/components/bitrix/news/boats/bitrix/news.detail/.default/style.css?17791773567499 */
