

/* Start:/local/templates/spabass.v2/components/bitrix/news/services.v2/style.css?16611751574629*/
.services.in-basket.main-slider .swiper-slide .slider-content .slider-title{
    margin-bottom: 25px;
    text-shadow: 1px 1px 2px #222;
    font-size: 42px;
}
.main-slider h5{
    color: #fff;
    text-shadow: 1px 1px 2px #222;
}
.main-slider .phone_number{
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 32px;
    text-shadow: 1px 1px 2px #222;
    font-weight: 600;
}
.main-slider .phone_number a{
    color: #fff;
    transition: text-shadow 0.3s ease;
}
.main-slider .phone_number a:hover{
    text-decoration: none;
    text-shadow: 2px 2px 4px #000;
}
.main-slider .email_address{
    font-size: 32px;
    text-shadow: 1px 1px 2px #222;
    font-weight: 600;
}
.main-slider .email_address a{
    color: #fff;
    transition: text-shadow 0.3s ease;
}
.main-slider .email_address a:hover{
    text-decoration: none;
    text-shadow: 2px 2px 4px #000;
}
.main-slider .button__wrap{
    margin-top: 25px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-direction: row;
}
.main-slider .button__wrap .btn{
    padding: 10px 15px;
}
.main-slider .button__wrap .btn.inverse{
    background: transparent;
    color: #5bcaf0;
}
.main-slider .button__wrap .btn:hover,
.main-slider .button__wrap .btn.inverse:hover{
    box-shadow: 2px 5px 12px #5bcaf0;
    text-shadow: 2px 2px 4px #000;
}
@media (max-width: 768px) {
    .main-slider .button__wrap{
        flex-direction: column;
    }
}

.advantage__list{
    counter-reset: Serial;
}
.advantage__item{
    margin-bottom: 25px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px
}
.advantage__item .number{
    position: relative;
    font: normal bold 96px/150% Panton,sans-serif;
    color: rgba(91,202,240,.25);
}
.advantage__item .number::before{
    position: relative;
    display: inline-block;
    counter-increment: Serial;
    content: counter(Serial);
}
.services .cost{
    column-width: 48%;
	column-count: 2;
	column-gap: 4%;
}
@media (max-width: 768px) {
    .services .cost{
        column-width: 100%;
        column-count: 1;
        column-gap: 0;
    }
}
.services .table-striped tbody tr:nth-of-type(odd){
    background: rgba(91,202,240,.25);
}
.services .table td, .services .table th{
    border-color: rgba(91,202,240,.25);
}


#modal-quick.modal__service{
    border-radius: 8px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: rgba(38,38,38,.7);
    
}
#modal-quick.modal__service .popup-window-titlebar{
    color: #fff;
}
#modal-quick.modal__service .popup-window-content{
    background-color: transparent;
    color: #fff;
}

#modal-quick .form-control {
    padding: 15px 10px;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #FFFFFF;
    border-radius: 0;
    color: rgba(250,250,250,0.75);
    padding-right: 35px;
}

#modal-quick .form-control:focus {
    box-shadow: none;
}

#modal-quick .custom-control{
    text-align: left;
}

#modal-quick .custom-control-label{
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.05em;
}

#modal-quick .custom-control-label::before {
    background: url(/local/templates/spabass.v2/img/checkbox.svg) no-repeat 50% 50%/contain!important;
    border: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%!important;
}

#modal-quick .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgb(255 255 255 / 25%);
}

#modal-quick .custom-control.custom-checkbox .custom-control-input:checked~.custom-control-label::after{
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgNiA1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNS4zMjA0NCAwLjc2MjY0NUM1LjEwOTE5IDAuNTUxMTI0IDQuNzY1NzcgMC41NTExMjQgNC41NTQ1MiAwLjc2MjY0NUwyLjIyOTE0IDMuMDg3NzVMMS4yNTc5MyAyLjExNjgxQzEuMDQ2NjggMS45MDUyOSAwLjcwMzI2NSAxLjkwNTI5IDAuNDkyMDE1IDIuMTE2ODFDMC4yODA0OTQgMi4zMjgzMyAwLjI4MDQ5NCAyLjY3MTIxIDAuNDkyMDE1IDIuODgyNzNMMS44NDYxOCA0LjIzNjlDMS45NTE4MSA0LjM0Mjc5IDIuMDkwNDggNC4zOTU2MSAyLjIyOTE0IDQuMzk1NjFDMi4zNjc4MSA0LjM5NTYxIDIuNTA2NDggNC4zNDI3OSAyLjYxMjEgNC4yMzY5TDUuMzIwNDQgMS41Mjg1NkM1LjUzMTk2IDEuMzE3MDQgNS41MzE5NiAwLjk3NDE2NiA1LjMyMDQ0IDAuNzYyNjQ1WiIgZmlsbD0iIzkzOTM5MyIvPgo8L3N2Zz4K) no-repeat 4px 4px/60%
}

#modal-quick .btn-order {
    padding: 15px;
    width: 100%;
    background-color: #5BCAF0;
    color: rgba(38, 38, 38, 1);
    border-color: #5BCAF0;
}
/* End */


/* Start:/local/templates/spabass.v2/components/bitrix/system.pagenavigation/spabass/style.css?16254022491106*/
.bx-pagination {
    margin: 10px 0;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;   
}

.bx-pagination ul{
    display: flex;
    align-items: center;
    column-gap: 15px;
    list-style: none;
}

.bx-pagination ul li > span,
.bx-pagination ul li > a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 16px;
    width: 45px;
    height: 45px;
    border: 1px solid rgba(38, 38, 38, 0.5);
    border-radius: 5px;
    color: rgba(38, 38, 38, 0.5);
    transition: 0.3s ease;
}
.bx-pagination ul li > span{
    color: rgba(38, 38, 38, 0.25);
    border: 1px solid rgba(38, 38, 38, 0.25);
}
.bx-pagination ul li:first-child{
    margin-right: 35px;
}
.bx-pagination ul li:last-child{
    margin-left: 35px;
}
.bx-pagination ul li > a:hover{
    text-decoration: none;
    background-color: #15B3EA;
    color: #ffffff;
    border-color: #15B3EA;
}
.bx-pagination ul li.bx-active span{
    background-color: #15B3EA;
    color: #ffffff;
    border-color: #15B3EA;
}
/* End */


/* Start:/local/templates/spabass.v2/components/bitrix/news/services.v2/bitrix/news.list/.default/style.css?16612415971375*/
.service__item{
    position: relative;
    height: 100%;
    border: 1px solid #eee;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}
.service__item .content{
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 2;
}
.service__item .image__wrap{
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: calc(100% / 1.25);
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.service__item .image{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
}
.service__item .title{
    text-align: center;
    display: block;
    color: inherit;
}
.service__item .title:hover{
    text-decoration: none;
    color: #5bcaf0;
}
.service__item .price{
    margin-top: 10px;
    text-align: center;
}
.service__item .price span{
    color: #5bcaf0;
}
.service__item .button__wrap{
    display: flex;
    margin-top: 25px;
    justify-content: center;
    gap: 15px;
}
.service__item .btn-default{
    display: inline-block;
    min-width: 100px;
    padding: 8px 15px;
}
.service__item .btn-default.inverse{
    background: #fff;
    color: #5bcaf0;
}
.service__item .btn-default:hover{
    box-shadow: 0 8px 21px rgba(91,202,240,.35);
}
/* End */
/* /local/templates/spabass.v2/components/bitrix/news/services.v2/style.css?16611751574629 */
/* /local/templates/spabass.v2/components/bitrix/system.pagenavigation/spabass/style.css?16254022491106 */
/* /local/templates/spabass.v2/components/bitrix/news/services.v2/bitrix/news.list/.default/style.css?16612415971375 */
