

/* Start:/local/templates/bass2021/components/bitrix/news.list/banner/style.css?17096598281270*/

#carouselBanner .carousel-item a {display: block}
#carouselBanner .banner-txt{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    text-align: center;
    width: 30%;
    margin: auto;
    z-index: 15;
}
#carouselBanner .carousel-indicators li{
    background-color: #59b2ed;
    width: 32px;
    margin-right: 0;
    margin-left: 0;
}
#carouselBanner .carousel-indicators {
    bottom: -10px;
    margin-top: 0;
    margin-bottom: 0;
}
#carouselBanner .carousel-control-prev-icon, #carouselBanner .carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 30px;
    padding: 20px;
}
#carouselBanner .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
    border-radius: 14px 0 0 14px;
}
#carouselBanner .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
    border-radius: 0 14px 14px 0;
}

/* End */


/* Start:/local/templates/bass2021/components/bitrix/catalog.section.list/sections_list_horizontal/style.css?16530411451065*/
.sections-list-horizontal {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin: 5px 0;
    padding-bottom: 5px;
    overflow-x: auto;
}

.sections-list-horizontal_item {
    width: auto;
    height: 100px;
    min-width: 100px;
    margin: 0 5px 20px;
}

.sections-list-horizontal_image {
    text-align: center;
}

.sections-list-horizontal_image img {
    /*width: 100%;*/
    height: 60px;
    max-width: 100px;
    max-height: 60px;
    margin-bottom: 10px;
}

.sections-list-horizontal_title {
    /*font-family: "SFUIDisplay", sans-serif;*/
    color: #333;
    font-size: 12px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    flex-shrink: 0;
    word-break: break-word;
}

.sections-list-horizontal::-webkit-scrollbar {
    height: 10px;
}

.sections-list-horizontal::-webkit-scrollbar-thumb {
    background-color: #0275d8;
}

.sections-list-horizontal::-webkit-scrollbar-track {
    background: #dde3ea;
}
/* End */


/* Start:/local/components/spabass/main.product/templates/.default/style.css?162223548499*/
/* .swiper-slide.swiper-container.mproducts-sect__slide-slide{
    background-size: contain;
} */
/* End */


/* Start:/local/templates/bass2021/components/bitrix/system.pagenavigation/.default/style.min.css?16698876021187*/
.pagination{width:100%;display:flex}.pagination .pagi-link:hover span,.pagination a.pagi-link{color:#707d8a}.pagination .pagi-current,.pagination a.pagi-link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:33px;height:33px;border-radius:5px;line-height:194%;margin-right:10px;font-size:14px;text-decoration:none;-webkit-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}.pagination .pagi-prev{width:auto;margin-right:auto!important}.pagination .pagi-current{background-color:#4591e3!important;color:#fff!important}.pagination .pagi-next,.pagination .pagi-prev{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#4591e3;font-size:14px;text-decoration:none;line-height:164%;-webkit-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}.pagination .pagi-next span{margin-right:5px}.pagination .pagi-prev span{margin-left:5px}.pagination .pagi-next{width:auto;margin-left:auto}
/* End */


/* Start:/local/templates/bass2021/components/bitrix/catalog.item/.default/style.css?16777421822591*/
.mproducts-sect__slide-footer .button-wrap {
    flex: 1 0 0;
}
.mproducts-sect__slide-footer .mproducts-sect__slide-btn{
    display: inline-block;
    width: 100%;
    line-height: 33px;
}
.mproducts-sect__slide-ctrls label{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
}
.mproducts-sect__slide-ctrls label input[type=checkbox]{
    display: none;
}
.mproducts-sect__slide-ctrls label svg{
    stroke: #555f68;
    fill: #555f68;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.mproducts-sect__slide-ctrls label:hover svg{
    fill: #ff4651!important;
    stroke: #ff4651!important;
    cursor: pointer;
}
.mproducts-sect__slide-ctrls label input[type=checkbox]:checked + svg{
    fill: #ff4651!important;
    stroke: #ff4651!important;
    cursor: pointer;
}

.modalPopupBasket{
    position: fixed;
    z-index: 15;
    top: 20px;
    right: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 14px rgb(0 0 0 / 9%);
    box-shadow: 0 6px 14px rgb(0 0 0 / 9%);
    border-radius: 8px;
    padding: 20px 10px;
    width: 275px;
}
.modalPopupBasket .popup-window-titlebar{
    height: auto;
}
.modalPopupBasket .popup-window-content{
    padding: 10px;
}
.modalPopupBasket .popup-window-content > div{
    display: flex;
    align-items: center;
}
.modalPopupBasket .popup-window-content img{
    max-height: 80px;
}
.modalPopupBasket .popup-window-content p{
    text-align: left;
    font-size: 13px;
    margin-left: 10px;
    margin-bottom: 0;
}
.modalPopupBasket .btn-default.btn-buy{
    flex: 1 0 0;
    height: 32px;
    color: #fff;
    background-color: #ff4651;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-family: Noah,Arial,sans-serif;
    font-weight: 700;
    font-style: normal;
    border-radius: 5px;
    line-height: 24px;
}
.modalPopupBasket .btn-default.btn-buy:nth-child(2){
    background-color: #b0b0b0;
}
.modalPopupBasket.addItem .popup-window-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}
.modalPopupBasket.addItem .popup-window-buttons .btn {min-width: auto}

.modal-content .card-sect__content-order {
    margin: 10px auto;
}

.modal-content .card-sect__content-order .card-sect__content-order-btn span {
    color: #fff;
}
/* End */


/* Start:/local/components/spabass/reviews/templates/.default/style.css?1740470494535*/
.reviews-sect__slide-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reviews-sect__slide-img .numbers-sect__video-block-play{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

}
.txto-title{
    font-weight: bold;
    margin-bottom: 15px;
}
.txto-date{
    font-size: 14px;
    color: #aaa;
    margin-bottom: 15px;
}
.txto-w{
    padding: 20px;
}
.txto-sl{
    display: flex;
    height: auto !important;
}
/* End */


/* Start:/local/templates/bass2021/components/bitrix/news.list/main-vidob/style.css?1719559519151*/
.cdesc-sect__article_big .numbers-sect__video-block-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/* End */


/* Start:/local/templates/bass2021/components/bitrix/sender.subscribe/subscribe-tab/style.css?17511445474876*/
.bx-subscribe {
	background-color: #263239;
	padding: 54px 0;
}
.bx-subscribe div.bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-subscribe-desc {
	color: #aaa;
	font-size: 12px;
	position: relative;
	margin-top: -5px;
	margin-bottom: 3px;
}
.bx-subscribe .bx-input-group .bx-form-control {
	position: relative;
	margin-bottom: 15px;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #F8FAFC;
	border: 1px solid #D5DADC;
	border-radius: 2px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-ios .bx-subscribe .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.btn-subscribe {
	cursor: pointer;
	text-align: center;
	background: #70bb18;
	border: none;
	color: #fff;
	font-size: 13px;
	position: relative;
	text-transform: uppercase;
	border-radius: 2px;
	line-height: 30px;
	height: 40px;
	padding: 5px 60px 5px 20px;
	vertical-align: middle;
	outline: none;
	-webkit-transition: width 5s linear;
	-moz-transition: width 5s linear;
	-ms-transition: width 5s linear;
	-o-transition: width 5s linear;
	transition: width 5s linear;
}
.btn-subscribe:hover {
	background: #7ec629;
}
.btn-subscribe:before {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 40px;
	background-color: #5b9f0b;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAKCAYAAACE2W/HAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkYyNDcxQTFERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkYyNDcxQTJERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRjI0NzE5RkRGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRjI0NzFBMERGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Plv+rHwAAADiSURBVHjajNK9asJQFMDxG42KUqFx9kEcRO1UcBCHjh3q3NXHcBEcdHQQPxY7+AaS0a1v0UEhSlu/rv+jhxIlBQ/84OTmnHuSmzjW2qExpoK9ekDcXMcRAVw1d2hckjxqwQxTJJXEDj+ooa5rK+neoocMnvGB7s3EVxQwwhdeDBMDvEPylr3EBB6yGOhaGzE0cJ5o4enOTSzQgY8D8nhDX2ty0hPTCxt6LDmsMtb6fk+hpr9a10THJ4pw8BtVII0ydRNxb/vPplLrSGNKT/Pb3BdVpOU7jklKSNzZKD+JfxJgAAV0YSAU8mZTAAAAAElFTkSuQmCC");
	background-position: 50%;
	background-repeat: no-repeat;
	border-radius: 0 2px 2px 0;
}
.btn-subscribe span {
	display: block;
}
.btn-subscribe.send {
	padding: 5px 40px;
	-webkit-animation-name: MeilSend;
	animation-name: MeilSend;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	outline: none;
	color: #fff;
}
.btn-subscribe:hover, .btn-subscribe:active{color: #fff;}
.btn-subscribe.send:before {
	width: 0;
	background-position: 100px 50%;
	-webkit-animation-name: MeilSendButton;
	animation-name: MeilSendButton;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
}
@keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@-webkit-keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@-webkit-keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}
@-webkit-keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}

.bx_subscribe_response_container {
	padding: 40px;
	color: #35414E;
}

.bx_subscribe_checkbox_container {
  line-height: 16px;
  font-size: 13px;
  margin-bottom: 3px;
  vertical-align: middle;
  color: #aaa;
}

.bx-sender-subscribe-agreement .main-user-consent-request a {
	font-weight: 100;
	font: 11px/10px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.def-btn .bg-btn:hover span{
	color: #fff;
}
/* End */
/* /local/templates/bass2021/components/bitrix/news.list/banner/style.css?17096598281270 */
/* /local/templates/bass2021/components/bitrix/catalog.section.list/sections_list_horizontal/style.css?16530411451065 */
/* /local/components/spabass/main.product/templates/.default/style.css?162223548499 */
/* /local/templates/bass2021/components/bitrix/system.pagenavigation/.default/style.min.css?16698876021187 */
/* /local/templates/bass2021/components/bitrix/catalog.item/.default/style.css?16777421822591 */
/* /local/components/spabass/reviews/templates/.default/style.css?1740470494535 */
/* /local/templates/bass2021/components/bitrix/news.list/main-vidob/style.css?1719559519151 */
/* /local/templates/bass2021/components/bitrix/sender.subscribe/subscribe-tab/style.css?17511445474876 */
