﻿
.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

#itemMainInfo .item-p-phone{
    font-size: 24px;}
	
#itemMainInfo	.fa-svg_phone {
		height: 24px; /* Устанавливаем высоту иконки */
    width: 24px; /* Устанавливаем ширину иконки для сохранения пропорций */
    fill: #ec17e4; /* Указываем цвет заливки, если необходимо переопределить */
}

.itemGallery .item-prepay {
    z-index: 40;
    background: #10b59e!important;
}
.lSAction a {
    display: inline-block;
    width: 40px; /* Ширина кружка */
    height: 40px; /* Высота кружка */
    background-color: #333; /* Более контрастный цвет фона */
    border-radius: 50%; /* Делаем элемент кругом */
    text-align: center;
    line-height: 40px; /* Выравнивание стрелки по вертикали */
    text-decoration: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Более выраженная тень */
    border: 2px solid #fff; /* Белая граница для дополнительного контраста */
    transition: background-color 0.3s, box-shadow 0.3s;
}

.lSAction a:hover {
    background-color: #444; /* Цвет фона при наведении */
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.7); /* Тень при наведении */
}

.lSPrev::before,
.lSNext::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
}

.lSPrev::before {
    border-width: 8px 10px 8px 0;
    border-color: transparent white transparent transparent; /* Цвет и направление стрелки */
}

.lSNext::before {
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent white; /* Цвет и направление стрелки */
}


@media (min-width: 576px) {
    .container-sm,.container {
        max-width:540px
	}
}

@media (min-width: 768px) {
    .container-md,.container-sm,.container {
        max-width:720px
	}
}

@media (min-width: 992px) {
    .container-lg,.container-md,.container-sm,.container {
        max-width:960px
	}
}

@media (min-width: 1200px) {
    .container-xl,.container-lg,.container-md,.container-sm,.container {
        max-width:1140px
	}
}

@media (min-width: 1400px) {
    .container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container {
        max-width:1320px
	}
}


/*! lightslider - v1.1.3 - 2015-04-14
	* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
.lSSlideWrapper,.lSSlideWrapper .lSFade {
    position: relative
}

.lSSlideWrapper .lSSlide,.lSSlideWrapper.usingCss .lSFade>* {
    -webkit-transition-timing-function: inherit!important;
    transition-timing-function: inherit!important;
    -webkit-transition-duration: inherit!important;
    transition-duration: inherit!important
}

.lSSlideOuter,.lSSlideOuter .lSPager.lSGallery {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none
}

.lSSlideOuter .lSPager.lSGallery:after,.lSSlideWrapper>.lightSlider:after {
    clear: both
}

.lSSlideOuter {
    overflow: hidden;
    -webkit-user-select: none;
    user-select: none
}

.lightSlider:after,.lightSlider:before {
    content: " ";
    display: table
}

.lightSlider {
    overflow: hidden;
    margin: 0
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden
}

.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height
}


.lSSlideOuter .lSPager.lSGallery {
    list-style: none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translateZ(0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-user-select: none;
    user-select: none
}

.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius .12s linear 0s .35s linear 0s;
    transition: border-radius .12s linear 0s .35s linear 0s
}

.lSSlideOuter .lSPager.lSGallery li.active,.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px
}

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%
}

.lSSlideOuter .lSPager.lSGallery:after,.lSSlideOuter .lSPager.lSGallery:before {
    content: " ";
    display: table
}

.lSAction>a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url(/assets/bb239465/lightslider/css/../img/controls.png);
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: .5;
    -webkit-transition: opacity .35s linear 0s;
    transition: opacity .35s linear 0s
}

.lSAction>a:hover {
    opacity: 1
}

.lSAction>.lSPrev {
    background-position: 0 0;
    left: 10px
}

.lSAction>.lSNext {
    background-position: -32px 0;
    right: 10px
}



.lSSlideOuter .lSPager,.lSSlideOuter .lightSlider {
    padding-left: 0;
    list-style: none
}

.lSSlideOuter.lSrtl .lSPager,.lSSlideOuter.lSrtl .lightSlider {
    padding-right: 0
}

.lSSlideOuter .lSGallery li,.lSSlideOuter .lightSlider>* {
    float: left
}

.lSSlideOuter.lSrtl .lSGallery li,.lSSlideOuter.lSrtl .lightSlider>* {
    float: right!important
}



#itemGallery .important-information {
    font-size: 14px;
    line-height: 23px;
    padding: 4px 15px;
    width: 100%;
    margin: 0;
    border-radius: 0
}

#itemGallery {
    margin-left: -15px;
    margin-right: -15px
}

#itemGallery .lightSlider {
    height: 100%!important
}

#itemGallery .lightSlider li {
    height: 100%!important;
    text-align: center;
    position: relative;
    overflow: hidden
}

#itemGallery .lightSlider li div {
    width: 110%;
    height: 110%;
    position: relative;
    top: -5%;
    left: -5%;
    background-size: cover;
    background-position: center;
    filter: blur(7px);
    z-index: 1
}

#itemGallery .lightSlider img,.item-gallery-image {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1
}

#itemGallery ul {
    list-style-type: none
}

#itemGallery .lSSlideOuter .lSPager.lSGallery li {
    height: 40px;
    text-align: center;
    overflow: hidden;
    position: relative;
    background: #000
}

#itemGallery .lSSlideOuter .lSPager.lSGallery img {
    width: 120%!important;
    max-width: none;
    position: absolute;
    margin-top: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin-bottom: auto;
    margin-left: -10%
}

#itemGallery .lSAction>a {
    z-index: 2
}

#itemGallery .lSAction>.lSNext,#itemGallery .lSAction>.lSPrev {
    background: 0 0;
    text-align: center;
    line-height: 34px;
    text-shadow: 0px 0px 2px #ccc
}

#itemGallery .lSAction>.lSNext:before,#itemGallery .lSAction>.lSPrev:before {
    font-weight: 900;
    
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	
    font-size: 29px;
    color: #fff
}

/*#itemGallery .lSAction>.lSNext:before {
    content: ""
	}
*/

#itemGallery .lSSlideOuter .lSPager.lSGallery li.active,#itemGallery .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0;
    border: 1px solid #ec184f
}

.itemGallery .btn {
    margin-top: 6px;
    width: 100%;
    margin-bottom: 30px
}

.itemGallery video {
    width: 100%;
    margin-bottom: 30px;
    background: #242424
}

@media (min-width: 360px) {
    #itemGallery .lSSlideOuter .lSPager.lSGallery li {
        height:50px
	}
}

@media (min-width: 400px) {
    #itemGallery .lSSlideOuter .lSPager.lSGallery li {
        height:60px
	}
}


@media (min-width: 400px) {
    .item-required .important-information {
        font-size:13px
	}
}


.breadcrumbs
{padding: 5px 10px!important;}
.breadcrumb {
    list-style: none; /* Убираем номерованный список */
    padding: 0;
    margin: 0;
    display: flex; /* Используем flexbox для размещения элементов в ряд */
}

.breadcrumb li {
    display: inline; /* Размещаем элементы в строку */
}

.breadcrumb li + li:before {
    content: '>'; /* Разделитель между элементами */
    padding: 0 8px; /* Отступы вокруг разделителя */
}

.breadcrumb a {
    text-decoration: none; /* Убираем подчеркивание у ссылок */
    color: #ec17e4; /* Цвет ссылки */
}

.breadcrumb a:hover {
    text-decoration: underline; /* Подчёркивание при наведении */
}

.breadcrumb .active {
    color: #6c757d; /* Цвет текста для активного элемента */
    pointer-events: none; /* Избегаем кликов на активном элементе */
    cursor: default; /* Изменяем курсор для неактивного элемента */
}

#itemGallery .lSSlideWrapper {
    height: 467px!important
}

}

.more-btn {
    display: inline;
    padding: 0;
    background: none;
    border: none;
    border-bottom: 1px dashed;
    cursor: pointer
}




@media (min-width: 576px) {
    #itemGallery {
        margin-right:0;
        margin-left: 0
	}
}

@media (min-width: 768px) {
	
	
    #itemGallery .lSSlideOuter .lSPager.lSGallery li {
        height: 80px
	}
	
	
}

@media (min-width: 992px) {
    .itemGallery {
        height:1px;
        overflow: visible
	}
	
    #itemGallery .lSSlideWrapper {
        height: 500px!important
	}
	
    .item-phone {
        width: 130%;
        overflow: visible
	}
	
    #itemGallery .lSSlideOuter .lSPager.lSGallery li {
        height: 50px
	}
	
    .block-item-price,.item-data li {
        font-size: 13px
	}
	
	
}

@media (min-width: 1200px) {
	
	
    #itemGallery .lSSlideWrapper {
        height: 615px!important
	}
	
    #itemGallery .lSSlideOuter .lSPager.lSGallery li {
        height: 50px
	}
	
	
}
