.boat-promo__price {
	font-weight: 600;
}
.boat-promo__overlay {
	background-image: -moz-linear-gradient(90deg, #121212 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-linear-gradient(90deg, #121212 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -ms-linear-gradient(90deg, #121212 0%, rgba(0, 0, 0, 0) 100%);
	bottom: -1px;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 3;
}
.offer-section {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*            background-image: url('путь/к/вашему/фоновому-изображению.jpg');*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.background-video.loaded {
    opacity: 1;
}
.offer-section .description {
	font-size: 1.5rem;
	margin-bottom: 40px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.content-wrapper {
    position: relative;
    z-index: 3;
    padding: 20px;
}
#mod_jc_bs_initro .content-har h3 {
	font-size: calc( (100vw - 480px)/(1280 - 480) * (32 - 22) + 12px);
	font-weight: bold;
}
#mod_jc_bs_initro .content-har p{
    font-size: calc( (100vw - 480px)/(1280 - 480) * (26 - 22) + 12px);
}
.main-heading {
	font-size: calc( (100vw - 480px)/(1280 - 480) * (42 - 22) + 12px);
	color: #fff;
	/* font-family: sans-serif; */
	/* font-size: 5.1451rem; */
	font-weight: 900;
	line-height: 1;
	margin: 0 0 10px 0;
	text-shadow: 2px 2px 28px rgba(0,0,0,0.5), 0 0 15px #000;
	text-transform: uppercase;
	letter-spacing: 0.01em;
	/* font-family: NunitoSans; */
	font-family: TacticSansExd;
}
.buttons-container{
    margin-top: 30px;
}
.btnallt {
	/* font-size: 16px; */
	font-weight: 500;
	font-size: calc( (100vw - 480px)/(1280 - 480) * (27 - 22) + 14px);
}
.btnallt {
    position: relative;
}
.btnall {
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 1px;
    padding: 22px 50px;
    transform: translate3d(0px, 0px, 0px) scaleX(1) scaleY(1);
    transition-duration: 1000ms;
}
.btnallt {
	color: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	background: transparent;
	margin-bottom: 4%;
}
.txbdsbtn .btnall {
    margin-right: 10px;
    cursor: pointer;
}
.txbdbrac, .btnallactive, .iconallactive i {
	background: #1f96c4;
	border-color: #1f96c4;
	color: #fff;
	 
}
.txbdbrhv:hover, .btnall:hover, .iconall i:hover, .txbdsva:hover .iconall i,
.tteamsocial a:hover, .filter_menu li:hover, .filter_menu li.current_menu_item {
    background: #1f96c4;
    border-color: #1f96c4;
    opacity: .7;
    color: #fff;
}
.btnclear {
	/* padding: 17px 44px; */
	padding: 22px 47px;
}

.backgroundVideo .description {
    font-size: 1.5rem;
    margin-bottom: 40px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.btn-custom {
    padding: 12px 30px;
    font-size: 1.1rem;
    margin: 0 10px;
    border: 2px solid white;
    background: transparent;
    color: white;
    transition: all 0.3s ease;
}

.btn-custom:hover {
    background: white;
    color: #000;
    transform: translateY(-2px);
}

.btn-primary-custom {
    background: rgba(255,255,255,0.2);
    border-color: white;
}


/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .main-heading {
        font-size: 2.5rem;
    }

    .description {
        font-size: 1.2rem;
    }

    .btn-custom {
        padding: 10px 20px;
        font-size: 1rem;
        display: block;
        margin: 10px auto;
        width: 200px;
    }
}

@media (max-width: 480px) {
    .main-heading {
        font-size: 2rem;
    }

    .description {
        font-size: 1rem;
    }
}


/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
 
}

@media screen and  (min-width: 320px) and (max-width: 479px){
#mod_jc_bs_initro .content-har h3 {
	font-size: calc( (100vw - 480px)/(1280 - 480) * (32 - 22) + 22px);
	font-weight: bold;
}
.hero-title {
	/* font-size: 1.8rem; */
	font-size: calc( (100vw - 480px)/(1280 - 480) * (24 - 22) + 48px);
}
#mod_jc_bs_initro .content-har p {
	font-size: calc( (100vw - 480px)/(1280 - 480) * (26 - 22) + 14px);
}
.hero-text {
	padding: 0;
	font-size: calc( (100vw - 480px)/(1280 - 480) * (24 - 22) + 14px);
}
.hero-subtitle {
 
	font-size: calc( (100vw - 480px)/(1280 - 480) * (32 - 22) + 20px);
}
.btnallt {
 
	font-size: calc( (100vw - 480px)/(1280 - 480) * (27 - 22) + 18px);
}
}