@charset "UTF-8";

/* colors */
:root
{
	font-family: 'Roboto', sans-serif !important;
	--set-black-kf: #000000;
	--set-button-kf: #FF6B00;
	--set-main-color: #FFC531;
	--set-gray-kf: #BEBEBE;
	--set-dark-kf: #5B5B5B;
	/* boat colors */
	--set-yelow-boat: #FDF300;
  	--set-orange-boat: #FF7A00;
  	--set-red-boat: #FF0000;
  	--set-white-boat: #F4F4F4;
  	--set-random-boat: #6C6C6C;
  	/* size */
  	--tx-main-kf: 1.4rem;
  	--tx-mini-kf: 1rem;
  	--tx-bold: 400;
  	--tx-lite: 300;
}

b, strong{font-weight: bold!important;}

body{
    position: relative;
}

.hidden{opacity: 0;display: none;}

.main{
	font-weight: var(--tx-lite);
}
ul{
	
}
.footer ul {
    list-style-type: none;
}
.color-main{
	color: var(--set-main-color);
}
.color-button{
	color: var(--set-button-kf);
}
.color-black{
	color: var(--set-black-kf);
}
.color-gray{
	color: var(--set-gray-kf);
}
.color-dark{
	color: var(--set-dark-kf);
}
.lite{
	font-weight: var(--tx-lite);
}
.float-end{
	display: flex !important;
}
.navbar {
	background-color: var(--set-main-color);
	color: var(--set-black-kf);
	height: 108px;
	font-size: 15px !important;
}

.btn1{
	background: var(--set-button-kf);
	color: #fff;
	text-decoration: none;
	padding: 10px 20px;
	display: inline-block;
	cursor: pointer;
	border-radius: 8px;
	font-size: 16px!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
	font-weight: bold;
	border: 1px solid #c15100;
}

.el2 h4{font-size: 18px;margin: 20px 0 0;border-bottom: 1px solid #ccc;padding: 0 0 6px;}
.el2 div{display: flex;justify-content: space-between;border-bottom: 1px solid #ccc;margin: 0 0 6px;padding: 4px 0;}
.el2 small{font-weight: bold;margin: 2px 0 -2px;min-width: 64px;text-align: right;}
.el2 p{width: 100%;}
.el2 span{height: 24px;width: 24px;min-width: 24px;margin: 0 8px 0 0;}


.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: 15px;
  /* font-weight: var(--bs-nav-link-font-weight); */
  color: var(--set-black-kf);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.product-cards .card {
    height: 100%;
}
.cart-button{
	padding: 2px;
	background-color: white;
	width: 48px;
	height: 48px;	
	display: flex; 
	align-items: center; 
	justify-content: center;
	border: 2px solid;
	border-color: var(--set-main-color);
	border-radius: 24px;
}
.cart-button > span{
	position: absolute;
    font-size: 0.7rem;
    padding: 1px 5px;
    color: white;    
    background-color: #ff7410;
    margin-bottom: 24px;
    margin-left: 24px;
    border: 2px solid;
    border-color: white;
    border-block-width: 1px;
    border-radius: 12px;
}
.hr-bottom{
	padding-bottom: 25px;
	font-size: 20px;
  	font-weight: lighter;
	background-image: url(../img/hr.png); /* Путь к фоновому рисунку */
    background-position: center bottom; /* Положение фона */
    background-repeat: no-repeat; /* Отменяем повторение фона */
}
.hr-bottom > h5{
	font-weight: var(--tx-lite);
}
.boat-select{
	display: none;
}

.img{
	max-width: inherit;
}

.vk-block a{display: inline-block;position: relative;margin: -10px 0 10px 0;}

.hidden-x{overflow: hidden!important; width:0;height:0;position: fixed;top: -200vh;left: -200%;opacity:0;}
.boat-set-color{border: 2px solid transparent;}
.boat-set-color.active{border-color: #afafaf;border-radius: 10px;padding: 4px;}

.el10 {
position: fixed;
bottom: 20px;
left: 20px;
display: flex;
align-items: center;
border: 1px solid #ababab;
border-radius: 50px;
padding: 4px;
box-shadow: 0 0 16px -8px #444;
z-index: 10;
}

.el10 span {
display: none;
}

.el10:hover span {
display: block;
font-size: 13px;
}
.el10:hover{padding-right: 10px;}

.el10 img {
width: 40px;
display: block;
}

.el10:hover img{margin: 0 6px 0 0;}

.video-block{margin: 0 48px 0 -48px;}

.el11{max-width: 300px;width: 100%;display: flex;margin: 0 10px 0 0;}
.el11 input{margin: 0 10px 0 0;border-radius: 4px;border: 1px solid #ccc;height: 32px;}
.el11 button{
    background: var(--set-button-kf) !important;
    color: #fff;
    border: 0;
    border-radius: 4px;
    font-size: 12px;
    height: 32px;
    min-width: 86px;
}
.el11 ~ span{font-size: 14px;margin: 2px 0 0;}
.el12{margin: 0 0 4px;}

.detail1 *{max-width: 100%;}

.snippet-page{padding: 0 0 32px;}

.snippet-page h2{margin: 56px 0 24px;}

.snippet-page ul {
  counter-reset: index;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  min-width: calc(100% + 32px);
  margin: 0 -16px;
}

.snippet-page ul li {
  counter-increment: index;
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  width: 100%;
  max-width: calc(33.33% - 32px);
  margin: 16px;
  background: #fff9dd;
  border: 1px solid #ccc !important;!i;!;
  border-radius: 12px;
  color: #000;
  position: relative;
  padding: 12px;
  padding-left: 58px;
  overflow: hidden;
  font-weight: 400;
  min-height: 70px;
}

.snippet-page ul li::before {
  content: counters(index, ".", decimal-leading-zero);
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  min-width: 40px;
  padding-right: 14px;
  font-variant-numeric: tabular-nums;
  background-image: linear-gradient(to bottom, aquamarine, orangered);
  background-attachment: fixed;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 2;
  position: absolute;
  top: 16px;
  left: 12px;
}

.snippet-page ul li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 46px;
    background: #333;
    z-index: 1;
}

.snippet-page ul li + li {
  border-top: 1px solid rgba(255,255,255,0.2);
}

.container{max-width: 1424px !important;}

@media all and (max-width: 1449px){
    .video-block{margin: 0 28px 0 -28px;}
    .container{max-width: 1140px !important;}
}

@media all and (max-width: 1200px){
    .bl1{position: relative;}
    .vk-block a{display: inline-block;position: absolute;margin: 0;left: 48px;top: 16px;min-width: 44px;max-width: 44px;width: 44px;}
    .video-block{padding: 0 0 0 110px;margin: 0;}
}
@media all and (max-width: 1050px){
    .snippet-page ul li{max-width: calc(50% - 32px);min-height: 70px;}
    .container{max-width: 960px !important;}
}
@media all and (max-width: 650px){
    .snippet-page ul li{max-width: 100%;margin: 0 0 20px;}
    .snippet-page ul{display: block;min-width: 100%;margin: 0;}
}
@media all and (max-width: 420px){
    .video-block{max-width: 320px;padding: 0 0 0 64px;}
    .vk-block a{left: 12px;min-width: 36px;max-width: 36px;width: 36px;top: 18px;}
}


.title-boat,
.price-boat{
	font-size: var(--tx-main-kf);
}
.nav-boat{
	display: inline-flex;
    list-style-type: none;
    padding: 24px 0 0;
    font-weight: var(--tx-bold);
}
.nav-boat>li{
	padding-right: 20px;
}

.nav-boat>li:hover,
.nav-boat>li.active{
	text-decoration: underline;
	cursor: pointer;
}

.line-top{
	border-top: 1px var(--set-gray-kf) solid;
	padding-top: 24px;
}
.items-component{
	border: 1px var(--set-main-color) solid;
	border-radius: 5px;
	display: block;
    list-style-type: none;
    padding: 0;
}
.items-component>li{
	color: var(--set-black-kf);
    padding: 10px;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.items-component>li.active>span{
    position: relative;
}
.items-component>li.active>span:before{
    content: '\2714';
    display: inline-block;
    color: green;
    font-size: 28px;
    line-height: 0;
    left: -1px;
    position: absolute;
    bottom: 8px;

}
.items-component>li:last-child{
    border: none;
}
.items-component>li>span {
    min-width: 18px;
    height: 18px;
    max-width: 18px;
    border: 2px solid #777;
    border-radius: 4px;
    margin: 2px 8px -2px 0;
}
.box1{
    width: 100%;
}
.box1 span{
    display: block;
}
.items-component>li .text-right{
    text-align: right;
    font-weight: bold;
    font-size: 87%;
}

.box2{
    display: flex;
    justify-content: space-between;
    margin: 4px 0 0;
}
.btn2{
    border: 1px solid #444;
    border-radius: 4px;
    font-size: 13px;
    padding: 2px 8px;
    background: #777;
    color: #f5f5f5;
    transition: ease-out .1s;
}
.btn2:hover {
    box-shadow: inset 2px 0 10px 0 #444;
}

.box2 span{
    display: block;
    width: 100%;
}

.items-component>li>.text-right{
	white-space: nowrap;
}
.items-component>li:hover,
.items-component>li.active{
	text-decoration: none;
	cursor: pointer;
	background-color: var(--set-main-color);
}
.items-component>li:hover.disabled,
.items-component>li.disabled{
	cursor: auto;
	background-color: #fbecc6;
	color: var(--set-gray-kf);
}

.img1{display: block;margin: 0 auto 24px;max-width: 100%;}
.a1{display: inline-block;padding: 8px 16px;border-radius: 4px;color: #f5f5f5;background: var(--bs-link-color);text-decoration: none;font-size: 14px;font-weight: bold;transition: .1s ease-out;}
.a1:hover{background: var(--bs-link-hover-color);}

.button-to-cart{
	color: var(--set-button-kf);
	border: 1px var(--set-button-kf) solid;
	border-radius: 5px;
}
.button-to-cart:hover{
	cursor: pointer;
}
.button-to-cart>span{
	padding: 10px;
}
.button-to-cart>span>img{
	padding: 10px;
}
.footer{
	background-color: var(--set-gray-kf);
	padding: 24px 0 0 0;
	position: absolute;
}
.footer a {
    color: #000000;
    text-decoration: none;
}

.color-select{
	position: absolute;
    display: inline-block;
    right: 0;
    top: 25%;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 8px;
}
.color-box{
	display: grid;
	margin: 16px;
	vertical-align: top;
}
.color-box:hover{
	cursor: pointer;
}
.color-circle{
	width: 42px;
    height: 42px;
    display: flex;    
    margin: auto;
}
.color-circle.active{
	border: 1px var(--set-gray-kf) solid;
    border-radius: 50%;
}
.circle{
	width: 32px;
	height: 32px;
	border-radius: 16px;
	margin: auto;	
}
.circle-text{
	display: flex;
	font-size: 10px;
	margin: auto;
}
.circle.yellow{
	background-color: var(--set-yelow-boat);
}
.circle.orange{
	background-color: var(--set-orange-boat);
}
.circle.red{
	background-color: var(--set-red-boat);
}
.circle.white{
	background-color: var(--set-white-boat);
}
.circle.random{
	background-color: var(--set-random-boat);
}
.indexImg,
.indexImg>img{
    max-width: 100%;
}

.boatList{
    display: none;
        position: relative;
    /*display: block;*/
    
}
.boatList>ul{
    top: -75px;
    position: absolute;
    background-color: white;
    padding: 12px;
    margin-right: 12px;
    /* border: 5px white solid; */
    border-radius: 10px;
    /* box-shadow: 1px 1px black; */
    -webkit-box-shadow: 0px 5px 10px 2px rgb(34 60 80 / 20%);
    -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 10px 2px rgb(34 60 80 / 20%);
    color: var(--set-button-kf);
}
.boatList>ul>li{
    margin: 10px 24px;
    color: var(--set-button-kf);
}
.boatList>ul>li.active{
    color: var(--set-black-kf);
}
.boat-dops{
    display: none;
    line-height: 1.6;
}
.boat-dops p{margin: 0;}

.cart-mb{
        display: none;
    }
    .cart-lg{
        display: flex;
    }
    
    
.btn-primary {
    background-color: var(--set-button-kf) !important;
    border: none !important;
}
a.blue-dotted,
a.white-dotted{
    color: var(--set-button-kf) !important;
    float: right;
}
#BoatNameM::after{
    content: url(../img/icon/caret-down-fill.svg);
  width: 16px;
  height: 16px;
  margin-left: 7px;
}

.arrow-boat {
  border: solid var(--set-button-kf);
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 10px;
  margin-top: 50%;
}

.right-arrow {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left-arrow {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.boat-start{
    float: left !important;
}
.boat-end{
    float: right !important;
}


.breadcrumb>li>a{
    color: var(--set-button-kf);
    text-decoration: none;
}
.breadcrumb>li>a:hover{
    color: var(--set-button-kf);
    text-decoration: underline;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.boatContent{
    max-height: 500px;
    overflow: auto scroll;
}

.boat-dops>img,
.boat-dops>p>img{
        max-width: 100%;
        max-width: -webkit-fill-available;
}
img, svg {
    vertical-align: middle;
    /* align-items: center; */
    /* align-content: center; */
    align-self: center;
}

.el1{font-size: 18px;}

.form-group{margin: 0 0 16px;}


/* ---------------------------------------------------------------------------------------------------------------------------- */

@media (min-width: 992px) { 
    .lg-size{
        display: block;
    }
    .mb-size{
     display: none;   
    }
    .mt-100{
     margin: -100px 0 0 0 !important;
    }
    .carousel-indicators li {
      width: 15px;
      height: 15px;
      margin: 0 10px;
      border-radius: 100%;
      background-color: var(--set-gray-kf);
    }
    .carousel-indicators li.active,
    .carousel-indicators li:hover{
        width: 20px;
        height: 20px;
        margin: -2.5px 7.5px;
        border-radius: 100%;
        background-color: var(--set-dark-kf);
    }
}
@media (max-width: 992px) {
    body {
        padding-bottom: 227px; /* height of the footer */
    }
    .footer{
        bottom: 0;
        height: 227px;
    }
    .contacts,
    .adres,
    .social{
    	padding: 0 !important;
    }
    .mt-100{
     margin: -50px 0 0 0 !important;
    }
        
.social{
	display: inline-flex;
}
.social>li,
.contacts>li,
.adres>li{
	padding: 6px;	
}
.adres>li>img{
	margin-top: -8px;
}
.social>li>img{
	margin-top: 8px;
}

    /* carusel */
    .lg-size{
        display: none;
    }
    .mb-size{
     display: block;   
    }
    .boat-select-mobile{
        max-width: 30%;
        vertical-align: top;
        display: inline-block;
        color: var(--set-button-kf);
        text-align: center;
    }
    .boat-select-mobile.hidden{
        display: none;
    }
    .boat-select-mobile>div>img{
	    max-width: 100%;
	}
	.boat-select-mobile, 
	.caption {
	    color: var(--set-button-kf);
	    cursor: pointer;
	}
	.boat-select-mobile, 
	.caption.active {
	    color: var(--set-black-kf);
	    cursor: pointer;
	}
    .mobile-r{
        background-image: url(../img/icon/arrow-right-circle-fill.svg);
         background-repeat: no-repeat;
    background-position: center;
            }
            .mobile-l{
        background-image: url(../img/icon/arrow-left-circle-fill.svg);
          background-repeat: no-repeat;
    background-position: center;
            }
    /* carusel end */
    .cart-mb{
        display: inline-block;
    }
    .cart-lg{
        display: none;
    }
        
    .navbar-collapse {
	    flex-basis: 100%;
	    flex-grow: 1;
	    align-items: center;
	    background: #ffc531;
	    text-align: center;
	    margin: 24px 0;
        position: absolute;
        right: 0px;
        top: 65px;
        z-index: 10000;
	}
	.navbar-collapse>ul>li>a{
		font-size: var(--tx-main-kf);
	}
	.color-select{
		position: unset;
	    display: inline-flex;
	    right: 0;
	    top: 0;
	}
	.color-box{
		margin: 15px;
    	padding-top: 10px;
	}
	.lg-select{
         display: none;
    }
    .price-end{
        display: inline-block;
        list-style-type: none;
        text-align: center;
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        background-color: white;
        margin: 0;
        padding: 6px;
        -webkit-box-shadow: 0px -5px 5px -5px rgb(34 60 80 / 60%);
        -moz-box-shadow: 0px -5px 5px -5px rgba(34, 60, 80, 0.6);
        box-shadow: 0px -5px 5px -5px rgb(34 60 80 / 60%);
        z-index: 100;
    }
    .price-end>li{
    	vertical-align: middle;
        padding: 0;
    }
    
    .price-bottom{
        display: inline-block;
        list-style-type: none;
        text-align: center;
        width: 100%;
        bottom: 0;
        left: 0;
        background-color: white;
        margin: 0;
        padding: 0 0 24px 0;
    }
    .price-bottom>li{
    	vertical-align: middle;
        padding: 0;
    }
    
    .items-coment,
    .video-block{
        padding-bottom: 24px !important;
    }
    
}
@media (min-width: 992px) and (max-width: 1199px) {
     .adres-f  br {
    display: none;
  }
     .adres-f span {

    }  
    .socal-li3 {
     margin-top: -5px;       
    }
}
@media (max-width: 990px){
    .el10{left: 12px;bottom: 108px;z-index: 1000;}
    .adres-f span {
        font-size: 13px;
        margin-top: 12px;
         display: block;
    } 
    .socal-li3 {
     margin-top: -5px;       
    }
}

@media (min-width: 992px) {
    body {
        padding-bottom: 120px; /* height of the footer */
    }
    .footer{
        bottom: 0;
        height: 120px;
    }
  .top-bl {
    display: flex;
    justify-content: center;
} 
.video-block2, .vk-block2, .tg-block2 {
    display: none;
}
    .contacts,
    .adres,
    .social{
    	display: inline-flex;
    	margin-top: 0;
    	padding: 0 !important;
    }
    .adres-f {
    	margin-bottom: 0 !important;
    }    
    .adres-f span {
        font-size: 13px;
        width: 100%;
        display: block;
    }  
    .socal-li3 {
     margin-top: -5px;       
    }    
    .social>li,
    .contacts>li,
    .adres>li{
    	padding: 0 12px;	
    }
    .adres>li>img{
    	margin-top: -8px;
    }
    .social>li>img{
    	margin-top: 8px;
    }
    .price-end,
    .price-bottom{
    	display: inline-flex;
        list-style-type: none;
        align-items: end;
        float: right;
    }
    .price-end>li,
    .price-bottom>li{
    	vertical-align: middle;
        padding: 0 0 0 12px;
    }
    .mobile-select{
         display: none;
    }
	.nav-item{
		border-bottom: 1px var(--set-main-color) solid;
		margin: 0 auto;
	}

	.nav-item.active,
	.nav-item:hover{
		border-bottom: 1px var(--set-black-kf) solid;
	}
	.boat-select{
	    max-width: 145px;
		vertical-align: top;
    	display: inline-block;
		padding: 0 16px;
		color: var(--set-button-kf);
		font-size: 15px !important;
	}
	.boat-select>div>img{
	    max-width: 100%;
	    min-height: 85px;
	}
	.caption {
	    display: block;
	    font-size: var(--set-button-kf);
	}

	.boat-select:hover, .caption.active {
	    color: var(--set-black-kf);
	    cursor: pointer;
	}
}

@media all and (max-width: 650px){
    #cart-table thead{display: none;}
    #cart-table tr{display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid #bbb;}
    #cart-table tbody{display: block;}
    #cart-table td{display: block;border: none;}
    #cart-table td:nth-of-type(1){}
    #cart-table tr:last-child td:nth-of-type(1),
    #cart-table tr:last-child td:nth-of-type(2){display: none;}
    #cart-table .circle{width: 24px;height: 24px;}
    td.td-none{display: none!important;}
    #cart-table a{min-width: 16px;display: block;}
    .btn1{padding: 8px 16px;}
}
.hr-bottom-index {
    padding-bottom: 25px;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.hr-bottom-index h1 {
    font-size: 25px!important;
    font-weight: 500;
}
.hr-bottom-index-bootom {
    width: 100%;
    justify-content: center;
    display: flex;
    margin-bottom: 20px;
}
.social-icons {
    display: flex;
    justify-content: end;
    margin-bottom: -30px;
    align-items: center;  
    margin-right: 45px;
    gap: 20px;
}
/* Добавьте эти стили */
.social-icon-item a {
    display: block;
    line-height: 0; /* Убирает лишние отступы вокруг изображений */
}

.social-icons img {
    width: 30px; /* Фиксированная ширина для всех иконок */
    height: 30px; /* Фиксированная высота для всех иконок */
    object-fit: contain; /* Сохраняет пропорции изображения */
    display: block;
}

/* Или вариант с max-width/max-height, если нужно больше гибкости */
.social-icons img {
    max-width: 30px;
    max-height: 30px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}
.footer {
     max-width: 100%;
    box-sizing: border-box;     
}
/* Дополнительно: можно сделать иконки адаптивными */
@media (max-width: 1200px) {
    .social-icons img {
        width: 25px;
        height: 25px;
    }
    .social-icons {
        gap: 25px;
    }
}

.video-block1 img {
    max-width: 40px;
    margin-top: 5px;
}
.coc-tt {
    display: flex;
    align-items: center;
    display: flex;
    margin-bottom: -30px;
    align-items: center;
    margin-right: 45px;
    gap: 20px;
    margin-bottom: 40px;
}
.tg-block2 img {
    max-width: 35px;
}
.container-xl h1 {
  margin-bottom: 20px;    
}
.kredit_btn {
    width: 100%;  
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.kredit_button {  
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(90deg, #d1a537 0%, #ffc531 100%);
    color: white;
    padding: 16px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(106, 17, 203, 0.3);
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.kredit_button:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(106, 17, 203, 0.4);
    gap: 15px;
}
@media (min-width:  1380px) {
.navbar-nav {
   padding-right: 20px;
}
}
.mobile-select {
    max-width: 100%;
    box-sizing: border-box;  
}
@media (max-width: 452px) {
    .color-box
 {
        margin: 5px;
        padding-top: 10px;
    }
}