
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');


*{
    font-family: Montserrat;
    text-decoration: none;
    box-sizing: border-box;

}
a:active {
    color: #fff;
}

a[tabindex]:focus {
    color: #fff;
    outline: none;
}
.mobile-version-top-border{
    display: none;
}
.carousel-mobile {
    display: none;
}

.header-nav-container {
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}
.white-space {
    height: 71px;
}
.top-nav-container{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1rem ;
    padding-bottom: 1rem ;
    margin-bottom: 1.5rem ;

}
.top-nav-logo{
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.nav-pills a {
    margin-bottom: 0;
}

.nav-interactive {
    display: flex;
    justify-content: end;
    align-items: center;
}
.icon-link {
    margin: 0;
}
#languageDropdown {
    background: none;
    border: none;
    font-size: 17px;
    color: #454545;
    appearance: none;
    -webkit-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8"><path d="M0 0l4 4 4-4z" fill="%23000"/></svg>');
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 0.7em;
}

#languageDropdownMobile {
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
    appearance: none;
    -webkit-appearance: none;

}
#languageDropdownMobile:focus-visible {
    border: none;
    outline: none;
}
.nav-link{
    color: #454545 !important;
    font-size: 16px;
    padding: 0;
    padding-top: 8px;
}
.active{
    background-color: transparent !important; ;
    color: rgba(211,40,12,85%) !important;
    font-weight: bold;
}

.dropdown{
    margin-top: 4px;
}
.shopping-cart{
    margin-left: 22px;
}

.search-btn{
    margin-left: 35px;
}

.like-btn{
    margin-left: 24px;
}

.nav-item {
    margin-left: 26px;
}

select {

}







/*Catalog hover navigation*/
.nav-pills {
    height: 39px;
}

.nav-pills .nav-item {
    height: 100%;
}


.nav-item-catalog {
}

.nav-catalog-container {
}
.nav-catalog-links {
    list-style: none;
    padding: 0;

}

.nav-catalog-link a {
    display: block;
}


.nav-catalog-title {
    color: rgba(211, 40, 12, 0.85);
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 24px;
}
.nav-catalog-link a{
    color: rgba(69, 69, 69, 0.60);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px; /* 218.75% */
}


.nav-catalog-right-container img {
    width: 686px;
    height: 407px;
    border-radius: 30px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.fade-in {
    opacity: 1 !important;
}






/*Search Form*/

.search-container {
    box-shadow: 0px 5px 90px rgba(0, 0, 0, 0.2);
    padding: 20px;
    position: absolute;
    width: 100%;
    background: #fff;
    top: -120px;
    transition: top 0.3s ease; /* Adding transition effect */
    z-index: 1000;
}

.search-form-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-form-input {
    width: 75%;
    padding: 12px 29px;
    border-radius: 30px;
    border: 1px solid rgba(198, 198, 198, 0.85);
    color:rgba(69, 69, 69, 0.70) ;
}

.search-form-input:focus-visible {
    border-color: rgba(198, 198, 198, 0.85) !important;
    outline: none;
}

.search-form-btn {
    border: none;
    width: 18%;
    background: rgba(211, 40, 12, 0.85);
    padding: 12px 0px;
    text-align: center;
    color: #fff;
    border-radius: 30px;
}

.close-search-form {
    border: none;
    background: none;
}




/*Mobile Navigation*/
.mobile-navigation {
    display: none;
    position: fixed;
    overflow: auto;
    left: -1012px;
    top: 0;
    z-index: 1001;
    width: 100%;
    height: 100vh;
    background-color: #B93D3D;
    transition: left 0.5s ease-in-out; /* Transition effect */
    padding: 32px 30px;
}

.mobile-navigation-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.close-mobile-nav {
    background: none;
    border: none;
}

.mobile-navigation-nav {
    margin-top: 72px;
}
.mobile-navigation-nav-list {
    list-style: none;
    padding: 0px !important;
}

.mobile-navigation-nav-list-item{
    margin-bottom: 27px;
}

.mobile-navigation-nav-list-link {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px; /* 109.375% */
}

.mobile-navigation-contacts {
    margin-top: 130px;
    margin-bottom: 30px;
}

.mobile-navigation-contacts-phone, .mobile-navigation-contacts-mail{
    color: rgba(255, 255, 255, 0.70);
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 173.913% */
    display: block;
}
.mobile-navigation-contacts-phone:active, 
.mobile-navigation-contacts-mail:active,
.mobile-navigation-contacts-phone:hover, 
.mobile-navigation-contacts-mail:hover {
	color: rgba(255, 255, 255, 0.70);
}

.mobile-navigation-contacts-mail{
    margin-bottom: 20px;
}


.mobile-navigation-contacts-socials svg{
    margin-right: 19px;
}


.open-mobile-nav {
    border: none;
    background: none;
    margin-left: 22px;
    display: none;
    margin-top: 2px;
}

.accordion-content {
    overflow: hidden;
    height: 0;
    transition: height 0.3s ease-in-out; /* Added transition */
}
.mobile-nav-nested-child {
    margin-top: 15px;
    margin-bottom: 20px;
    list-style: none;
}
.mobile-nav-nested-child li {
    color: rgba(255, 255, 255, 0.75);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px; /* 194.444% */
}


/*Description Section*/

.description{
    margin-top: 57px;
}
.description-container-right{
    padding-bottom: 10px;
    display: flex;
    flex-direction: column !important;
    justify-content: end;
}
.description-title{
    font-family: "Montserrat";
    font-size: 80px;
    font-style: normal;
    font-weight: 600;
    color: rgba(69, 69, 69, 0.70);
    line-height: 70px; /* 100% */
    margin-bottom: 0px;
    margin-top: 14px;
}
.description-title-separated{
    font-family: "Montserrat";
    font-size: 80px;
    font-style: normal;
    font-weight: 600;
    color: rgba(211, 40, 12, 0.85);
    line-height: 107px;
}

.description-title-button{
    background-color: rgba(238, 238, 238, 1);
    border: 1px solid transparent;
    border-radius: 30px;
    height: 56px;
    width: 227px;
    margin-left: 10px;
}

.description-title-paragraph{
    color: rgba(69, 69, 69, 0.30);
    font-size: 18px;
    font-style: normal;
    font-weight: 350;
    line-height: 0px;
    text-transform: uppercase;
}

.horizontal-line{
    border: none;
    height: 1.5px !important;
    background:rgba(211, 40, 12, 1);
    width: 100%;
    margin-bottom: 16px;
}

.description-right-paragraph {
    color: rgba(69, 69, 69, 0.70);
    font-family: Montserrat;
    font-size: 15.6px;
    font-style: normal;
    font-weight: 350;
    line-height: 25px;
}
.description-right-paragraph-span{
    font-weight: 600;
}


.description-right-paragraph-mobile{
    color: rgba(69, 69, 69, 0.70);
    font-size: 15.6px;
    font-style: normal;
    font-weight: 350;
    line-height: 25px;
    margin-bottom: 40px;
    display: none;
}
.description-right-paragraph-span-mobile{
    font-weight: 600;
}







/*Carousel*/
.carousel-control-prev{}
.carousel-control-next{}
.carousel-control-prev,
carousel-control-next{
}
.carousel-inner {
    border-radius: 20px;
}
.carousel-item {
    border-radius: 20px;
}
.carousel-item img{
    border-radius: 20px;
}
.carousel-section {
    margin-bottom: 33px;
}
.carousel-caption {
    position: absolute;
    right: 51px;
    bottom: 0.25rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: rgba(255, 255, 255, 0.50) !important;
    font-size: 18px;
    text-align: center;
}

.carousel-play-btn{
    position: absolute;
    right: 39px;
    top: 40px;
    width: 34px;
    height: 40px;

}

.carousel-btn-bl-l{
    position: absolute;
    bottom: 42px;
    left: 39px;
    background: rgba(211, 40, 12, 0.85);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    color: #fff;
    text-align: center;
    border: 0;
    border-radius: 35px;
    padding: 25px;
    opacity: 1;
    transition: opacity 0.15s ease;
}

.carousel-btn-bl-l:hover {
    color: #fff;
}

.description-mobile-button-t, .description-mobile-button-b {
    display: none;
    height: 56px;
    border: 0;
    border-radius: 35px;
    padding: 25px;
    font-size: 15px;
}
.description-mobile-button-t {
    background: rgba(211, 40, 12, 0.85);
    color: #fff;
    text-align: center;
    margin-top: 50px;
}
.description-mobile-button-b {
    color: rgba(69, 69, 69, 0.60);
    background: #F2F2F2;
    text-align: center;
    margin-bottom: 32px;
    margin-top: 20px;
}

.description-mobile-button-b svg, .description-mobile-button-t svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
}

.description-mobile-button-b svg {
    width: 21px;
    height: 21px;
}

.carousel-btn-bl-l svg {
    margin-left: 40px;
}

.carousel-btn-bl-r {
    position: absolute;
    bottom: 42px;
    left: 325px;
    color: rgba(69, 69, 69, 0.60);
    background: #fff;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    text-align: center;
    border: 0;
    border-radius: 35px;
    padding: 25px;
    opacity: 1;
    transition: opacity 0.15s ease;
}
.carousel-btn-bl-r:hover {
    color: rgba(69, 69, 69, 0.60);

}
.carousel-btn-bl-r svg {
    margin-left: 40px;
}












.mobile-navigation-nav-list-item a {
    color: #fff;
}





/*Infinity carousel*/

.infinity-slider-container {
    display: flex;
    align-items: center;
}
.carousel-container {
    width: 100%;
    overflow: hidden;
}
.infinity-carousel-link{
    margin-top: 74px;
    display: flex;
}

.infinity-fixed {

    opacity: 1;
}
.infinity-carousel-link a {
    text-decoration: none !important;
    color: rgba(21, 39, 100, 0.60);
    margin-bottom: 45px;
}


.infinity-logo {
    outline: solid 12px orange;
    outline-offset: -12px;
    margin-left: 40px;
    border-radius: 15px;
    width: 107px;
    height: 107px;
}

.infinity-logo img{
    width: 95px;
    height: 95px;
    border-radius: 15px;
}

.infinity-carousel {
    display: flex;
    overflow: hidden;
    animation: carousel 5s linear infinite;
    animation-fill-mode: forwards; /* Keeps the last frame of the animation */
}

@keyframes carousel {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}


.infinity-fixed-container{
    position: relative;
    display: flex;
    align-items: center;
}
.infinity-fixed{

    background: #393939;
    width: 187px;
    height: 107px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}


.infinity-fixed p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px; /* 138.889% */
    margin-top: 13px;
    margin-left: 15px;
}

.infinity-fixed .arrow{
    width: 7px;
    height: 67px;
    background-color: rgba(244, 244, 244, 0.30);;
    border-radius: 5px;
}






.infinity-wrap {
    max-width: 83%;
    margin: auto;
    padding: 20px;
}
.infinity-items-wrap {
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: 20px;
}
.infinity-items-wrap:before,
.infinity-items-wrap:after {
    content: "";
    height: 100%;
    top: 0;
    width: 10%;
    position: absolute;
    z-index: 1;
    pointer-events: none;
}
.infinity-items-wrap:before {
    left: 0;
    background: linear-gradient(
            90deg,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0) 100%
    );
}
.infinity-items-wrap:after {
    right: 0;
    background: linear-gradient(
            90deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%
    );
}
.infinity-items {
    flex-shrink: 0;
    display: flex;
    gap: 20px;
    counter-reset: infinity-item;
    justify-content: space-around;
    min-width: 100%;
}
.infinity-item {
    background: #F4F4F4;
    flex: 0 0 auto;
    width: 100px;
    height: 100px;
    counter-increment: infinity-item;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    margin: 10px 0;
    transition: all 0.1s ease-in-out;
    padding: 10px;
}
.infinity-item:hover {
    transform: scale(1.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.infinity-item img {
    width: 100%;
}

.infinity-item:before {
    content: '';
}

.marquee {
    animation: scroll 20s linear infinite;
}

.infinity-items-wrap:hover .marquee {
    animation-play-state: paused;
}



@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - 20px));
    }
}








/*Cards carousel*/

.card-carousel-top-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 39px;

}
.card-carousel-title-container{
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.card-carousel-title-container svg{
    margin-left: 13px;
}
.cards-carousel-btn-container{
    margin-top: 40px;
    margin-right: 20px;
}
.cards-carousel-btn-right {
    margin-left: 14px;
}
.cards-carousel-btn{
    background: none;
    border: none;
}
.cards-carousel{
    margin-top: 15px;
    background: #F4F4F4;
}

.cards-carousel-title{
    color: rgba(69, 69, 69, 0.70);
    font-size: 50px;
    font-weight: 600;

}

.cards-carousel-title span{
    color: #E16551;

}




/*Main container*/
.slider-container {
    position: relative;
    overflow: hidden;
    width: 100%; /* Adjust this width according to your design */
    scroll-snap-type: x mandatory;


}

.slider {
    display: flex;
    transition: transform 0.3s ease-in-out;
    scroll-snap-type: x mandatory;

}

.slider-items{
    display: flex;
}

.item {
    position: relative;
    /* Adjust this width according to your design */
    flex-shrink: 0;
    background: #fff;
    display: inline-block;
    border-radius: 5%;
    margin-right: 30px;
}

.is-available {
    position: absolute;
    top: 17px;
    left: 15px;
    border: 1px solid rgba(13, 185, 144, 0.40);
    border-radius: 100px;
    padding: 10px;
    display: flex;
    width: 32px;
    overflow: hidden;
    transition: width 0.3s ease;
    background: #fff;
}

.is-available p{
    position: absolute;
    left: 26px;
    margin-bottom: 0 !important;
    color: #0DB990;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px;
    margin-left: 6px;
    width: 100px;
    overflow: hidden;
    /*opacity: 0;*/
    transition: width 0.3s ease;
}


.item a:hover .is-available {
    width: 140px;

}

.item a:hover .is-available:hover + .is-available p{
    opacity: 1;
}

/*.is-available:hover {*/
/*    width: 140px;*/
/*}*/
/*.is-available:hover + .is-available p{*/
/*    opacity: 1;*/
/*}*/





/*Mobile slider*/
.carousel-card {
    padding: 10px;
    background: #F4F4F4;
    display: inline-block;
    border-radius: 5%;
    margin-right: 14px;
    width: 100px; /* Adjust this width according to your design */
}

.carousel-card-container {
    display: none;
    overflow: auto;
    scroll-snap-type: x mandatory;
}

.carousel-card-container::-webkit-scrollbar {
    display: none;
}
.carousel-card-container {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.carousel-card-container .carousel-card {
    width: 100%;
    /*flex-shrink: 0;*/
    scroll-snap-align: start;
}
.card-product-image{
    width: 402px;
    height: 217px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;

}

.card-body {
    padding-left: 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.card-product-title{
    color: rgba(69, 69, 69, 0.80);
    font-size: 23px;
    font-weight: 600;
    margin-top: 2px;
    margin-bottom: 6px;
}
.card-product-description{
    color: rgba(69, 69, 69, 0.60);
    font-size: 15px;
    font-weight: 400;
}


.card-product-price {
    color: rgba(21, 39, 100, 0.60);
    font-size: 20px;
    font-weight: 550;
    margin-bottom: 0px;
}


.card-product-price span{
    font-weight: 400;
}
.card-product-shopping-card {
    background-color: #fff;
    border-radius: 100%;
    width: 60px;
    height: 60px;

}




/*Advantages section*/

.advantages-section{
    margin-top: 66px;
    margin-bottom: 94px;
}
.advantages-title-container{
    display: flex;
    align-items: center;
    margin-bottom: 58px;
}
.advantages-title{
    color: rgba(69, 69, 69, 0.70);
    font-size: 50px;
    font-weight: 600;
}

.advantages-title span{
    color: #E16551;
}

.advantages-title-container svg{
    margin-left: 13px;
}

.advantages-container-title{
    color: rgba(211, 40, 12, 0.85);
    text-align: center;
    font-size: 80px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 13px;
}

.advantages-container-paragraph{
    color: rgba(0, 0, 0, 0.50);
    text-align: center;
    font-size: 18px;
    font-weight: 350;
}








/*Contacts section*/


.contacts-section-info-container{
    padding-bottom: 48px;
}

.contacts-section-info-r{
    padding-left: 16px;
}
.contacts-section{
    background-color: #F8F8F8;;
}

.contacts-section-title-container{
    margin-top: 70px !important;
    margin-bottom: 42px;
    display: inline-block;
}
.contacts-section-title{
    color: rgba(69, 69, 69, 0.70);
    font-size: 50px;
    font-weight: 600;
}
.contacts-section-title span {
    color: #E16551;
}
.contacts-section-paragraph{
    color: rgba(0, 0, 0, 0.60);
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 43px;
    font-style: normal;
    line-height: 20px;
}
.contacts-section-paragraph span{
    font-weight: 600;
}


.contacts-section-paragraph-mobile{
    color: rgba(0, 0, 0, 0.60);
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 43px;
    font-style: normal;
    line-height: 20px;
    display: none;

}
.contacts-section-paragraph-mobile span{
    font-weight: 600;
}

.contacts-section-phone-number p{
    color: rgba(0, 0, 0, 0.60);
    font-size: 23px;
    font-weight: 500;
    margin-left: 17px;
}

.contacts-section-mail p{
    color: rgba(0, 0, 0, 0.60);
    font-size: 23px;
    font-weight: 500;
    margin-left: 17px;
    margin-bottom: 44px;
}

.contacts-section-address{
    color: rgba(0, 0, 0, 0.60);
    font-size: 15.5px;
    font-weight: 300;
    margin-bottom: 32px;
    margin-top: 32px;

}
.contacts-section-social-links{
    margin-bottom: 30px;
}
.contacts-section-social-links a{
    margin-right: 14px;
}

.contacts-section-telegram-link-btn{
    margin-bottom: 29px;
}

.contacts-section-telegram-link-btn a{
    background-color: #fff;
    border: none;
    border-radius: 30px;
    padding: 14px 10px 14px 24px;
    color: rgba(69, 69, 69, 0.60);
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
}

.contacts-section-telegram-link-btn-mobile button{
    margin-bottom: 45px;
    background: rgba(211, 40, 12, 0.85);
    border: none;
    border-radius: 30px;
    padding: 14px 24px 14px 24px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    display: none;
}
.contacts-section-telegram-link-btn a svg{
    margin-left: 38px;
}

.contacts-section-rights{
    color: rgba(0, 0, 0, 0.60);
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 25px;
}

.contacts-section-developed-by a{
    color: #c2c2c2;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}

.form-group div {
    width: auto;
}


.form-horizontal input{
    margin-bottom: 19px;
    border: none;
    border-radius: 30px;
    padding: 14px 10px 14px 24px;
    color: rgba(139, 139, 139, 0.70);
    font-size: 16px;
    font-weight: 350;
    line-height: 20px; /* 125% */
    width: 450px;
}
.form-horizontal input::placeholder {
    color: rgba(139, 139, 139, 0.70);
    font-weight: 300;
}
.contacts-section-form-name{

}
.contacts-section-form-phone{

}
.contacts-section-form-comment{
    margin-bottom: 26px;
    border: none;
    height: 121px;
    border-radius: 30px;
    padding: 14px 10px 14px 24px;
    width: 450px;
}

textarea.form-control {
    resize: none;
}
.contacts-section-form-comment::placeholder {
    color: rgba(139, 139, 139, 0.70);
    font-weight: 300;
}
.contacts-section-form-button{
    margin-bottom: 45px;
    background: rgba(211, 40, 12, 0.85);
    border: none;
    border-radius: 30px;
    padding: 14px 24px 14px 24px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}

.contacts-section-personal-information{
    display: flex;
    align-items: center;
}

.contacts-section-personal-information p {
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.30);
    font-size: 14px;
    font-weight: 350;
    margin-left: 7px;
}

.contacts-section-form-title{
    color: rgba(0, 0, 0, 0.60);
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 30px;
    margin-left: 13px;
    display: none;
}


.contacts-section-info-r .contacts-section-rights, .contacts-section-info-r .contacts-section-developed-by{
    display: none;
}


.contacts-section-info-r .contacts-section-rights{
    margin-top: 45px;
}






/*Footer*/
footer{
    background: rgba(13, 18, 38, 0.89);
}
.footer-row{
    padding-top: 72px;
    padding-bottom: 45px;
}

.footer-header{
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 29px;
}


.footer-links-container{
    display: flex;
    justify-content: end;
}


.footer-nav-container a {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
    margin-bottom: 4px !important;
}
.footer-links-container p,a{
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}
a {
	color: inherit;
}

.footer-icons-container{
    display: flex;
}
.footer-icons-container svg{
    margin-right: 11px;
}
.footer-logo {
    margin-top: 21px;
}

.footer-catalog{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-catalog a {
    color: rgba(255, 255, 255, 0.7);
}

















@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 7));
    }
}



.infinity-slider {
    overflow: hidden;
    width: 100%; /* Adjust as needed */
    /* Set a fixed width and hide overflow to create a visible window */
}

.slide-track {
    display: flex;
    transition: transform 0.5s ease;
    /* Flex container to contain slides */
}



.infinity-slide {
    box-sizing: border-box;
    flex: 0 0 100px; /* Take up full width of slider */
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    border-radius: 15px;
    background: #F4F4F4;
    margin-right: 16px;
    padding: 10px;
}

.infinity-slide img {
    height: 100%;
    width: 100%;
}





@media (max-width: 1399px) {
    .nav-interactive {
        width: 17%;
    }
    .top-nav-logo {
        margin-right: 0 !important;
    }
    .nav-pills {
        width: 80%;
        justify-content: center;
        margin-right: 20px;
    }
}

@media (max-width: 1200px) {

    .footer-links-container {
        justify-content: start;
        width: 19%;
    }
    .nav-interactive {
        width: 17%;
    }
    .top-nav-logo {
        margin-right: 0 !important;
    }
    .description-title, .description-title-separated{
        font-size: 72px;
    }
    .description-title-button {
        width: 221px;
        height: 49px;
    }
    .description-right-paragraph {
        font-size: 12.6px;
        line-height: 20px;
    }
    .horizontal-line {
        margin-bottom: 13px;
    }
    .carousel-btn-bl-l, .carousel-btn-bl-r {
        font-size: 14px;
        height: 50px;
    }

    .carousel-btn-bl-l svg {
        margin-left: 16px;
    }
    .carousel-btn-bl-r svg {
        margin-left: 20px;
    }
    .carousel-btn-bl-r {
        left: 292px;
    }


    .nav-pills {
        justify-content: space-evenly;
    }


    .top-nav-logo {
        margin-right: 0px;
    }
    .nav-item {
        margin-left: 7px;
    }
    .footer-nav-container {
        width: 23%;
    }
    .footer-catalog {
        margin-right: 50px;
    }
    .footer-catalog-container{
        width: 58%;
    }

}

@media (max-width: 991px) {

    /*.nav-pills{*/
    /*    display: none;*/
    /*}*/




    .open-mobile-nav {
        display: block;
    }
    .nav-pills {
        display: none;
    }


    /*Main slider*/
    .slider-container {
        display: none;
    }

    .carousel-card-container {
        display: flex;
    }
    .top-nav-logo img {
        width: 150px;
    }
    .nav-item {
        margin-right: 2px;
    }
    .nav-link {
        padding: 0;
        font-size: 15px;
    }
    .nav-pills {
        height: 20px;
    }
    .search-btn {
        margin-left: 18px;
    }
    .search-btn svg {
        height: 18px;
        width: 18px;
    }

    .carousel-control-prev, .carousel-control-next {
        position: absolute;
        top: 26px;
    }

    .carousel-control-prevv svg,.carousel-control-nextt svg  {
        width: 35px;
        height: 35px;
    }
    .carousel-caption h5 {
        display: none;
    }

    .form-horizontal input {
        width: 100%;
    }
    .contacts-section-form-comment {
        width: 100%;
    }


    .carousel-btn-bl-l {
        width: 200px;
        font-size: 12px;
    }
    .carousel-btn-bl-l svg{
        width: 15px;
        height: 15px;
    }
    .carousel-btn-bl-r {
        width: 290px;
        font-size: 12px;
        left: 258px;
    }
    .carousel-btn-bl-r svg{
        width: 20px;
        height: 20px;
    }
    .shopping-cart svg {
        height: 18px;
        width: 18px;
    }

    .footer-links-container {
        justify-content: start;
        width: 33%;
    }
    .footer-nav-container {
        width: 23%;
    }
    .footer-catalog {
        margin-right: 50px;
    }
    .footer-catalog-container{
        width: 74%;
    }
    .description-title, .description-title-separated {
        font-size: 54px;
        line-height: 59px;
    }
    .description-title-button {
        width: 221px;
        height: 40px;
    }
    .description-right-paragraph {
        font-size: 10.6px;
        line-height: 14px;
    }
    .advantages-title, .cards-carousel-title, .contacts-section-title{
        font-size: 40px;
    }
    .cards-carousel-btn-container{
        margin-top: 0px;
    }
    .contacts-section-paragraph {
        font-size: 13px;
    }
    .contacts-section-address{
        font-size: 13px;
    }
    .contacts-section-telegram-link-btn a {
        padding: 14px 10px 14px 19px;
        font-size: 15px;
    }
    .contacts-section-telegram-link-btn a svg {
        margin-left: 9px;
    }
    .contacts-section-phone-number ,.contacts-section-mail  {
        align-items: center;
        margin-bottom: 15px;
    }
    .contacts-section-phone-number p,.contacts-section-mail p {
        font-size: 19px;
        margin-bottom: 0px;
    }
    .contacts-section-mail svg, .contacts-section-phone-number svg {
        width: 20px;
        height: 20px;
    }

    .advantages-container > div:nth-child(1) {
    }
    .advantages-container > div:nth-child(2) {
    }
    .advantages-container > div:nth-child(3) {
    }

    .advantages-container-title {
        font-size: 67px;
    }
    .advantages-container-paragraph {
        font-size: 13px;
        font-weight: 400
    }


    .cards-carousel-btn-container {
        display: none;
    }

}






@media (max-width: 769px) {


    .top-nav-container {
        margin-top: 0px;
    }
    .infinity-wrap {
        max-width: 100%;

        width: 100%;
        padding: 0;
        margin: 0;
    }

    .advantages-container-title {
        justify-content: start !important;
    }

    .description-mobile-button-t , .description-mobile-button-b {
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .search-form-btn {
        display: none;
    }
    .search-form-input {
        width: 89%;
    }

    .top-nav-logo img {
        width: 100%;
    }
    .search-btn svg {
        height: 21px;
        width: 21px;
    }
    .shopping-cart svg {
        height: 21px;
        width: 21px;
    }

    .mobile-version-top-border{
        display: block;
        height: 51px;
        background-color: #D9D9D9;
    }

    #languageDropdown {
        display: none;
    }


    .top-nav-container {
        justify-content: space-between;
    }

    .carousel-mobile {
        display: block;
    }



    .advantages-title-container{
        margin-bottom: 30px;
    }
    .advantages-title{
        font-size: 39px;
    }

    .carousel-section {
        display: none;
    }

    .carousel-indicators {
        bottom: -40px;
        opacity: 1;
    }
    .carousel-indicators [data-bs-target] {
        background: #c2c2c2;
        width: 10px;
        height: 10px;
        box-sizing: border-box;
        border-top: none;
    }
    .infinity-fixed {
        display: none;
    }

    .cards-carousel-title{
        font-size: 39px;

    }
    .cards-carousel-btn-container {
        display: none;
    }

    .description-right-paragraph{
        display: none;
    }
    .description-right-paragraph-mobile{
        display: block;
    }

    .infinity-carousel-link{
        justify-content: start;
    }
    .infinity-carousel-link a {
        margin-bottom: 40px;
    }

    .card-product-image {
        width: 325px;
        height: 171px;
    }


    .advantages-container {
        flex-direction: column;
        align-items: start;
        text-align: start;
    }
    .advantages-container h4{
        text-align: start;
        font-size: 70px;
    }

    .advantages-container p{
        text-align: start;
    }

    .contacts-section-form-title{
        display: block;
    }
    .contacts-section-paragraph-mobile{
        display: block;
    }
    .contacts-section-info-r .contacts-section-paragraph{
        display: none;
    }
    .contacts-section-info-r .contacts-section-rights, .contacts-section-info-r .contacts-section-developed-by{
        display: block;
    }
    .contacts-section-info-l .contacts-section-rights, .contacts-section-info-l .contacts-section-developed-by{
        display: none;
    }
    .contacts-section-telegram-link-btn{
        display: none;
    }
    .contacts-section-telegram-link-btn-mobile button {
        display: block;
    }

    .footer-links-container {
        justify-content: start ;
    }
    .footer-nav-container {
        width: 40%;
        margin: 0 !important;
    }
    .footer-catalog{
        flex-direction: column;
    }
    .footer-catalog-container{
        width: 60%;
    }




}


@media (max-width: 575px) {

    .footer-links-container:nth-child(3) {
        width: 100%;
    }


    .advantages-title-container svg {
        display: none;
    }.card-carousel-title-container svg {
         display: none;
     }
    .contacts-section-telegram-link-btn-mobile button {
        font-size: 14px;
    }

    .contacts-section-telegram-link-btn-mobile button svg{
        width: 25px;
        height: 25px;
    }

    .advantages-container-title {
        justify-content: start;
    }
    .infinity-wrap {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0;
    }

    .contacts-section-paragraph {
        font-size: 16px !important;
    }

    .advantages-title-container {
    }


    footer {
        padding: 0 0 0 20px;
    }
}




.slider-container {
    overflow: hidden;
    width: 100%;
}

.slider-track {
    display: flex;
    animation: scroll 20s linear infinite;
}

.slider-item {

    background: #ccc;
    flex: 0 0 auto;
    width: 100px;
    height: 100px;
    counter-increment: infinity-item;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    margin: 10px 0;
    transition: all 0.1s ease-in-out;



    margin-right: 10px; /* Adjust margin between items */
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}


