

/* 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/catalog.section.list/catalog-tags/style.css?1697622472795*/
.main-category > .row{
    justify-content: center;
}
.section-nogrid {
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    column-gap: 15px;
}
.section-nogrid > a {
	padding:5px 15px;
	border:1px solid #5ccbf0;
	border-radius:3px;
	margin-bottom:15px;
}
.tags_container .tags_wrapper {
    max-height: 165px;
    overflow: hidden;
    transition: max-height 0.7s linear;
}
.showMoreTags{
    margin-left: auto;
    margin-right: auto;
    padding: 5px 15px;
    display: inline-block;
	border: 1px solid #5ccbf0;
    color: #fff;
    background-color: #5ccbf0;
	border-radius:3px;
    transition: 0.6s ease;
}
.showMoreTags:hover{
    cursor: pointer;
    color: #5ccbf0;
    background-color: #fff;
}
.tags_container {
    padding-bottom: 15px;
}
/* End */


/* Start:/local/components/spabass/call.measurer/templates/spabass24/style.css?17165531774007*/
.call-measurer-conteiner{
    margin: 80px 0;
    position: relative;
    background-image: url(/local/components/spabass/call.measurer/templates/spabass24/./image/high-angle-of-male-swimmer-in-the-water-pool.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
	border-radius: 20px;
}
.call-measurer{
    padding: 50px;
	background-color: #00000080;
	border-radius: 20px;
}
.call-measurer__title{
    margin: 50px 0px;
    font-family: "Panton", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 52px;
    line-height: 1em;
    letter-spacing: 0.1em;
    font-feature-settings: 'tnum' on, 'lnum' on, 'case' on;
    color: #FFFFFF;
}

.call-measurer__description{
    font-family: "Panton", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 140%;
    font-feature-settings: 'tnum' on, 'lnum' on, 'case' on;
    color: #FFFFFF;
}

.call-measurer__form{
    padding: 30px;
    background: linear-gradient(111.48deg,rgba(255,255,255,.2) 0,rgba(140,140,140,.2) .01%,rgba(255,255,255,0) 100%);
    backdrop-filter: blur(20px);
    border-radius: 10px;
    color: #FFFFFF;
	max-width: 400px;
}

.call-measurer__form-title{
    margin-bottom: 40px;
    font-family: "Panton", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.1em;
    font-feature-settings: 'tnum' on, 'lnum' on, 'case' on;
}

.call-measurer__form .form-control{
    padding-top: 15px;
    padding-bottom: 15px;
    height: auto;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #FFFFFF;
    border-radius: 0;
    font-family: "Panton", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-feature-settings: 'tnum' on, 'lnum' on, 'case' on;
    color: #FFFFFF;
    opacity: 0.75;
}
.call-measurer__form .form-control:focus{
    background: transparent;
    color: #FFFFFF;
    box-shadow: none;
}
.call-measurer__form .form-submit[type=submit] {
	display: block;
	margin: 30px auto 0;
	font-size: 18px;
	line-height: 1em;
	font-weight: 700;
	color: #262626;
	padding: 19px 28px;
	background-color: #5BCAF0;
	border-radius: 20px;
	width: fit-content;
	border: none;
}
.call-measurer__form .form-submit[type=submit]:hover {
	text-decoration: none;
}

.call-measurer__form .custom-control{
    text-align: left;
}

.call-measurer__form .custom-control-label{
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.05em;
}

.call-measurer__form .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;
}

.call-measurer__form .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgb(255 255 255 / 25%);
}

.call-measurer__form .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%
}

.call-measurer__main {
	display: flex;
	gap: 30px 10px;
}
.call-measurer__text {
	margin: 0 80px;
}

@media (max-width: 992px) {
	.call-measurer__main {
		flex-wrap: wrap;
		justify-content: center;
	}
}

/* End */
/* /local/templates/spabass.v2/components/bitrix/system.pagenavigation/spabass/style.css?16254022491106 */
/* /local/templates/spabass.v2/components/bitrix/catalog.section.list/catalog-tags/style.css?1697622472795 */
/* /local/components/spabass/call.measurer/templates/spabass24/style.css?17165531774007 */
