@charset "UTF-8";
/*
Theme Name: Health
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Manrope&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Rubik&display=swap');


/* BODY
-----------------------------------------------------------------*/
body {
	font-family: "Rubik", sans-serif;
	font-family: 'Manrope', sans-serif;
	font-family: "Open Sans", sans-serif;
	font-family: 'Inter', sans-serif;
	padding: 0px;
	margin: 0;
	font-size: 20px;
	color: #000;
	position: relative;
	font-weight: 300;
	color: #000;
	-webkit-tap-highlight-color: transparent;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p {
	padding: 0;
	margin: 0;
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

pre {
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;
}

button {
	border: none;
	background: transparent;
	cursor: pointer;
}

.container {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
	/* border: 1px solid red */
}

.container-min {
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 20px;
}

h2 {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}


/* animations
-----------------------------------------------------------------*/


/* header
-----------------------------------------------------------------*/
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 115px;
	background-color: #fff;
	z-index: 3;
}

.menu-header {
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
	width: 100%;
}

.menu-header__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 115px;
}

.logo {
	display: flex;
	align-items: center;
	font-family: 'Manrope', sans-serif;
	color: #000;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Manrope', sans-serif;
}

.logo img {
	width: 81px;
	margin-right: 15px;
}

.menu-header__list {
	display: flex;
}

.menu-header__link {
	margin: 0 16px;
	color: #000;
	transition: all 0.2s ease;
	font-size: 20px;
}

.menu-header__link:hover {
	opacity: 0.6;
}

.menu-header__phone,
.menu-mob__phone {
	display: flex;
	align-items: center;
	color: #000;
	font-weight: 300;
	font-size: 20px;
}

.header-phone {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 48px;
	width: 48px;
	border-radius: 40px;
	background-color: #006ACC;
	margin-right: 8px;
}

.burger-menu {
    border: 1px solid #000;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    display: none;
    background: url('./assets/img/burger.svg') no-repeat center;
}

.burger-close {
    background: url('./assets/img/burger-close.svg') no-repeat center;
}

.menu-bg{
	display: block;
	position: fixed;
	z-index: 2;
	height: 100vh;
	width: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(14, 14, 28, 0.6);
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease;
}

.menu-bg-active{
	opacity: 1;
	visibility: visible;
}

.menu-mob {
	position: absolute;
	z-index: 5;
	top: 0;
	left: -300px;
	width: 298px;
	background-color: #fff;
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
	border-radius: 0px 16px 16px 0px;
	padding: 32px 16px;
	height: 100vh;
	transition: all 0.4s ease;
}

.menu-mob-active {
	left: 0;
}

.menu-mob .logo {
	justify-content: center;
	margin-bottom: 24px;
}

.menu-mob .logo img {
	max-width: 90px;
}

.menu-mob .logo__text {
	font-size: 20px;
	font-weight: 400;
}

.menu-mob__nav {
	margin-bottom: 40px;
}

.menu-mob__link {
	color: #000;
	font-size: 20px;
	padding: 16px 0px;
	display: block;
	border-bottom: 1px solid #ABABAB;
}

.menu-mob__btn {
    display: block;
    height: 60px;
    background-color: #006ACC;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: #fff;
    border-radius: 40px;
    margin-bottom: 24px;
    padding: 0px 12px;
}


/* head
-----------------------------------------------------------------*/
.head {
	padding: 186px 0px 9px;
}

.head__inner {
	display: flex;
	justify-content: space-between;
}

.head__block {
	max-width: 526px;
	padding: 8px 0px 0px 0px;
}

.head__subtitle {
	font-family: "Open Sans", sans-serif;
	display: block;
	margin-bottom: 7px;
	font-weight: 500;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	/* -webkit-box-decoration-break: clone; */
	background-image: linear-gradient(to right, #006ACC, #41DDFF);
}

h1 {
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 32px;
}

.head__text {
	margin-bottom: 42px;
	max-width: 505px;
	line-height: 30px;
}

.head__btn {
	background-color: #006ACC;
	color: #fff;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 64px;
	border-radius: 50px;
	padding: 0 40px;
	font-size: 24px;
	transition: all 0.2s ease;
}

.head__btn img {
	margin-left: 10px;
}

.head__img {}

.head__img img {
	border-radius: 40px;
	max-width: 594px;
}

/* services
-----------------------------------------------------------------*/

.services {
	padding-top: 125px;
	background-color: #fff;
}

.services .line {
	margin: 0 auto 12px;
}

.line {
	display: block;
	height: 8px;
	width: 80px;
	background-image: linear-gradient(to right, #006ACC, #41DDFF);
	border-radius: 6px;
}

.services__title {
	text-align: center;
	display: block;
	margin: 0 auto 50px;
	font-size: 30px;
}

.services__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}

.services__item {
	border-radius: 15px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	height: 124px;
	padding: 0px 40px;
}

.services__icon {
	margin-right: 24px;
}


/* price
-----------------------------------------------------------------*/

.price {
	padding: 120px 0px 0px;
}

.price__bg {
	padding: 80px 0px;
	background-color: #F4F6FC;

}

.price__inner {
	display: flex;
	justify-content: space-between;
}

.price__block {
	width: 638px;
}

.price .line {
	margin-bottom: 12px;
}

.price__title {
	font-size: 30px;
	margin-bottom: 18px;
}

.price__list {}

.price__item {
	display: flex;
	justify-content: space-between;
	padding: 34px 0px;
	border-bottom: 1px solid #ABABAB;
}

.price__info {}

.price__info-city {
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 16px;
}

.price__info-description {
	font-size: 20px;
	font-weight: 300;
}

.price__price {
	width: 130px;
	color: #006ACC;
	font-weight: 400;
	font-size: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.price__img {
	width: 483px;
	height: 100%;
}

.price__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* questions
-----------------------------------------------------------------*/

.questions {
	padding: 120px 0px 0px;
}

.questions .line {
	margin: 0 auto 12px;
}

.questions__title {
	text-align: center;
	margin-bottom: 50px;
}

.questions__inner {
	display: flex;
	justify-content: space-between;
}

.questions__block {
	width: 410px;
}

.questions__block-title {
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 12px;
}

.questions__block-text {
	font-size: 20px;
	font-weight: 300;
	line-height: 150%;
	margin-bottom: 24px;
}

.questions__block-btn {
	display: block;
	background-color: #006ACC;
	border-radius: 50px;
	height: 60px;
	width: 100%;
	color: #fff;
	font-size: 24px;
}

.accordion {
	width: 695px;
}

.accordion__item {
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
	border-radius: 15px;
	margin-bottom: 16px;
}

.accordion__item.accordion__item-active {
	background-color: #EEF7FF;
}

.accordion__header {
	font-size: 20px;
	padding: 24px 62px 24px 32px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	line-height: 150%;
}

.accordion__header::before {
	content: '';
	position: absolute;
	background-image: url('./assets/img/arrow-up.svg');
	width: 44px;
	height: 44px;
	right: 32px;
	top: 50%;
	transition: all 0.2s ease;
	transform: translateY(-50%) rotate(0deg);
}

.accordion__item.accordion__item-active .accordion__header::before{
	transform: translateY(-50%) rotate(180deg);
}

.accordion__body {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	padding: 0px 32px;
}

.accordion__body-content {
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	padding: 16px 0px;
	font-size: 18px;
	border-top: 1px solid #A3A7AB;
	line-height: 27px;
}


/* team
-----------------------------------------------------------------*/
.team {
	padding-top: 128px;
	padding-bottom: 120px;
}

.team__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.team__block {
	max-width: 702px;
}

.team__block .line {
	margin-bottom: 12px;
}

.team__title {
	margin-bottom: 50px;
}

.team__text {
	margin-bottom: 50px;
	line-height: 30px;
}

.team__list {
	display: flex;
	gap: 46px;
}

.team__item {
	display: flex;
	align-items: center;
}

.team__item-num {
	font-size: 45px;
	font-weight: 500;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-image: linear-gradient(to right, #006ACC, #41DDFF);
	margin-right: 4px;
}

.team__item-text {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 17px;
}

.team__img img {
	max-width: 433px;
}

/* footer
-----------------------------------------------------------------*/
.footer {
	background-color: #100A34;
	border-radius: 20px 20px 0px 0px;
	padding: 80px 0px;
	color: #fff;
}

.footer__inner {
	display: flex;
	justify-content: space-between;
	padding-bottom: 60px;
}

.footer__left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.footer__left .logo img {
	width: 120px;
}

.footer__left .logo__text {
	font-size: 24px;
	color: #fff;
}

.footer__btn {
	background-color: #fff;
	font-size: 24px;
	padding: 13px 24px;
	border-radius: 30px;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	transition: all 0.2s ease;
}

.footer__center {
	width: 276px;
}

.footer__data {
	display: block;
	font-size: 26px;
	font-weight: 200;
	color: #fff;
}

.footer__data+.footer__data {
	margin-top: 15px;
}

.footer__map {
	width: 402px;
	height: 235px;
	border-radius: 15px;
	overflow: hidden;
}

.footer__map iframe {
	width: 100%;
	height: 100%;
	border-radius: 15px;
}

.footer__ps {
	padding-top: 60px;
	border-top: 1px solid #fff;
	display: flex;
	justify-content: space-between;
}

.footer__ps-rights,
.footer__ps-link {
	font-size: 18px;
	color: #fff
}

.footer__ps-list {}

.footer__ps-link {
	margin-left: 24px;
}

/* number
-----------------------------------------------------------------*/
.number {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-color: #006ACC;
	display: none;
	justify-content: center;
	align-items: center;
	height: 50px;
	color: #fff;
}

@media (max-width: 767px) {
	.number {
		display: flex;
	}
}



/* form-popup
-----------------------------------------------------------------*/
.fp {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	height: 100%;
	background: rgba(14, 14, 28, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: 0.4s;
}

.fp__bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.fp__inner {
	background: #ffffff;
	width: 644px;
	padding: 40px 56px 56px;
	border-radius: 26px;
	position: relative;
}

.fp__thank {
	display: none;
}

.fp__title {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 30px;
	text-align: center;
	margin-bottom: 24px;
}

.fp__thank .fp__title {
	margin-bottom: 12px;
}

.fp__subtitle {
	display: block;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 24px;
	border-radius: 50px;
}

.fp__cross {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 50%;
}

.fp-active {
	opacity: 1;
	visibility: visible;
}

.fp__el {
	display: block;
	width: 100%;
	height: 60px;
	border-radius: 50px;
	padding: 0px 24px;
	margin-bottom: 12px;
	border: none;
	background-color: #EDEDED;
	font-size: 20px;
}

.fp__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 60px;
	-webkit-appearance: none;
	-webkit-border-radius: 40px; 
	-moz-border-radius: 40px;
	border-radius: 40px;
	padding: 0px 24px;
	margin-bottom: 12px;
	border: none;
	background-color: #006ACC;
	font-size: 24px;
	color: #fff;
	cursor: pointer;
}

.fp__agrre {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
}

/* .fp__send {
	display: none
}

.fp__thank {
	display: block;
} */

@media (max-width: 767px) {

	.fp__inner {
		background: #ffffff;
		width: 92%;
		padding: 48px 16px 48px;
		border-radius: 10px;
	}

	.fp__title {
		font-size: 18px;
		margin-bottom: 16px;
	}

	.fp__el {
		height: 50px;
	}

	.fp__agrre {
		font-size: 12px;
	}

	.fp__btn {
		height: 50px;
	}

	.fp__cross {
		top: 13px;
		right: 18px;
	}

	.fp__subtitle {
		font-size: 16px;
		margin-bottom: 16px;
	}

}


.head__btn,
.menu-mob__btn,
.questions__block-btn,
.number,
.fp__btn {
	transition: all 0.2s ease;
}

.head__btn:hover,
.menu-mob__btn:hover,
.questions__block-btn:hover,
.number:hover,
.fp__btn:hover {
	background-color: #3388D6;
}



/* ----------------------------------------------------- 1024-1279 ------------------------------------------------------------- */

@media (max-width: 1279px) {
    .price__block {
        width: 55%;
    }

    .price__info-city {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .price__img {
        width: 420px;
    }

    .price__item {
        padding: 24px 0px;
    }

    .price__price {
        font-size: 28px;
    }

    .accordion {
        width: 55%;
    }

    .team__img img {
        max-width: 382px;
    }

    .team__list {
        gap: 40px;
    }

    .team__item-num {
        font-size: 35px;
    }

    .team__item-text {
        font-size: 13px;
    }

    .team__text {
        font-size: 18px;
    }

    .team__block {
        max-width: 58%;
    }

    .head__img img {
        max-width: 482px;
    }

    .menu-header__link {
       margin: 0px 12px;
       font-size: 18px;
    }

    .menu-header__phone, .menu-mob__phone {
    	font-size: 18px;
	}
}





/* ------------------------------------------------------ 768-1023 ------------------------------------------------------------- */

@media (max-width: 1023px) {
    .header {
        height: 64px;
    }

    .menu-header__inner {
        height: 64px;
    }

    .logo {
        font-size: 12px;
    }

    .logo img {
        width: 60px;
        margin-right: 8px;
    }

    .menu-header__nav,
    .menu-header__phone {
        display: none;
    }

    .burger-menu{
    	display: block;
    }

    .head__inner {}

    .head__inner {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .head {
        text-align: center;
        padding: 140px 0px 0px;
    }

    .head__block {
        padding: 0px 0px 40px 0px;
    }

    .head__img img {
        border-radius: 20px;
    }

    .services__inner {
        grid-template-columns: 1fr;
        justify-content: center;
        gap: 16px;
    }

    .price__inner {
        flex-direction: column;
        align-items: center;
    }

    .price__block {
        width: 100%;
        margin-bottom: 32px;
    }

    .price .line {
        margin: 0 auto 12px;
    }

    .price__title {
        text-align: center;
    }

    .questions__inner {
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse;
        align-items: center;
    }

    .questions__block {
        width: 100%;
        text-align: center;
    }

    .accordion {
        width: 100%;
        margin-bottom: 30px;
    }

    .head__btn {
        margin: 0 auto;
    }

    .team__img {
        display: none;
    }

    .questions__block-btn {
        width: 405px;
        margin: 0 auto;
    }

    .team__inner {
        justify-content: center;
        text-align: center;
    }

    .team__block .line {
        margin: 0 auto 12px;
    }

    .team__block {
        max-width: 100%;
    }

    .team__list {
        justify-content: center;
    }

    .head__img img {
        border-radius: 20px;
        max-width: 594px;
    }

    .footer__inner {
        padding-bottom: 40px;
        flex-direction: column;
        align-items: center;
    }

    .footer__left,
    .footer__center {
        margin-bottom: 32px;
    }

    .footer__left .logo {
        margin-bottom: 30px;
    }

    .footer__center {
        text-align: center;
    }

    .footer__ps {
        padding-top: 40px;
        flex-direction: column-reverse;
        align-items: center;
    }

    .footer__ps-link {
        margin-left: 0px;
    }

    .footer__ps-link+.footer__ps-link {
        margin-left: 17px;
    }

    .footer__ps-list {
        margin-bottom: 12px;
    }

    .price {
        padding: 65px 0px 0px;
    }

}







/* ------------------------------------------------------ 375-767 -------------------------------------------------------------- */

@media (max-width: 767px) {
    .container {
        padding: 0px 16px;
    }

    .head {
        padding: 90px 0px 0px;
    }

    .head__img {
        width: 100%;
    }

    .head__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .head__text {
        max-width: 100%;
        font-size: 18px;
        line-height: 135%;
        margin-bottom: 22px;
    }

    h1 {
        font-size: 34px;
        line-height: 110%;
        margin-bottom: 16px;
    }

    .container-min {
        padding: 0 16px;
    }

    .services {
        padding-top: 65px;
    }

    .price {
        padding: 50px 0px 0px;
    }

    .price__title {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .price__info-city {
        font-size: 20px;
        margin-bottom: 7px;
    }

    .price__info-description {
        font-size: 16px;
        line-height: 140%;
    }

    .price__price {
        width: 90px;
    }

    .price__price-number {
        line-height: 30px;
    }

    .price__img {
        width: 100%;
    }

    .accordion {
        margin-bottom: 8px;
    }

    .questions__block {
        width: 100%;
        text-align: center;
    }

    .accordion__body {
        padding: 0px 20px;
    }

    .accordion__header {
        font-size: 16px;
        padding: 20px 80px 20px 20px;
    }

    .accordion__body-content {
        padding: 12px 0px;
        font-size: 14px;
        line-height: 20px;
    }

    .accordion__header::before {
        right: 20px;
    }

    .questions__block-title {
        font-size: 18px;
    }

    .questions__block-text {
        font-size: 16px;
    }

    .questions__block-btn {
        font-size: 20px;
    }

    .questions {
        padding: 50px 0px 0px;
        background-color: #F4F6FC;
    }

    .questions__title {
        margin-bottom: 24px;
        font-size: 18px;
    }

    .team__list {
        flex-wrap: wrap;
        gap: 16px;
    }

    .team__title {
        margin-bottom: 24px;
        font-size: 18px;
    }

    .questions__block-btn {
        width: 100%;
    }

    .team__text {
        font-size: 16px;
        margin-bottom: 24px;
        line-height: 24px;
    }

    .team {
        padding-top: 82px;
        padding-bottom: 70px;
    }

    .footer__map {
        width: 100%;
    }

    .footer {
        padding: 42px 0px 92px;
    }

    .price__item {
        padding: 16px 0px;
    }

    .price .line {
        margin: 0px auto 9px;
    }

    .price__bg {
        padding: 51px 0px 0px;
    }

    .questions__bg {
        padding: 60px 0px 0px;
        background-color: #fff;
    }



}



@media (max-width: 560px) {
    .services__inner {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .services__title {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .services__item {
        font-size: 16px;
        padding: 20px;
        height: auto;
    }

    .services__icon {
        margin-right: 16px;
    }

.grecaptcha-badge{
	bottom: 10px;
    right: 10px;
    transform: scale(0.8);
	opacity:5;
}

}



/* ------------------------------------------------------ 320-374 -------------------------------------------------------------- */

@media (max-width: 374px) {
    .container {
        padding: 0px 12px;
    }

    .menu-mob {
        width: 254px;
        padding: 24px 12px;
    }

    .menu-mob .logo img {
        max-width: 70px;
    }

    .menu-mob .logo__text {
        font-size: 14px;
    }

    .menu-header__phone,
    .menu-mob__phone {
        font-size: 18px;
    }

    .header-phone {
        height: 40px;
        width: 40px;
    }

    .menu-mob__btn {
        font-size: 18px;
    }

    .head__btn {
        font-size: 20px;
    }

    .price__price {
        font-size: 24px;
    }
    
    .footer__data {
        font-size: 20px;
    }
    
    .footer__ps-rights, .footer__ps-link {
        font-size: 15px;
    }
    
    .menu-mob__nav {
    margin-bottom: 20px;
}
}




.language {
    font-size: 17px;
    font-weight: 400;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    padding-bottom: 2px;
    color: #000;
}

.language__span{
	color: #000;
	margin: 0px 3px;
}

.language__link{
	margin: 0px 3px;
	color: #000;
	opacity: 0.5;
	transition: all 0.2s ease;
}

.language__link:hover{
	opacity: 1;
}

.menu-mob__list .language{
	width: 60px;
	padding: 16px 0px;

}



/* ------------------------------------------------------ Wordpress ---------------------------------------------------------- */

.wpcf7-not-valid-tip {
    margin-top: -6px;
    margin-bottom: 16px;
}

.wpcf7 form .wpcf7-response-output {
    color: #dc3232;
    margin: 1em 0em 1em;
    padding: 0.6em 1em;
    border: 1px solid #101010 !important;
    border-radius: 20px;
}

.wpcf7-spinner{
	display: none;
}







/* LA Marketing: cities block + price card + messengers */
.footer__cities{margin-top:36px;padding-top:26px;border-top:1px solid rgba(128,128,128,.35)}
.footer__cities-title{font-size:20px;line-height:1.3;margin:0 0 12px}
.footer__cities-text{font-size:15px;line-height:1.5;margin:0 0 10px}
.footer__cities-list{font-size:14px;line-height:1.6;margin:0;opacity:.85}
.price__price-call{font-size:22px!important;line-height:1.2;white-space:nowrap}
@media(max-width:576px){.footer__cities-title{font-size:18px}.price__price-call{font-size:18px!important}}
.la-msg{position:fixed;right:16px;bottom:96px;z-index:9998;display:flex;flex-direction:column;gap:10px}
.la-msg a{width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,.25);transition:transform .2s}
.la-msg a:hover{transform:scale(1.08)}
.la-msg svg{width:24px;height:24px;fill:#fff}
.la-msg .la-viber{background:#7360f2}
.la-msg .la-tg{background:#29a9eb}
.la-msg .la-wa{background:#25d366}
@media(max-width:576px){.la-msg{right:12px;bottom:78px}.la-msg a{width:42px;height:42px}}
