@font-face {
    font-family: 'Stem Text';
    src: url('path/to/StemText.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
/* Provider profile header styles */
.profile-header-container {
    max-width: 1136px;
    margin: 0 auto;
    width: 100%;}
.header-border {
    border: 2px solid #1E90FF;
    border-radius: 6px;
    overflow: hidden;}
.profile-header {
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--header-padding-vertical) 0;
    box-sizing: border-box;
    margin: 0;
    margin-top: -15px!important;	
	padding: var(--header-padding-vertical) 0;
    background: linear-gradient(to bottom, #ffffffd6, #ffffff00), url('../../media/original_images/rest/1gradyug/header1.jpg');
    background-position: center;
    background-size: cover;}
:root {
    --mobile-header-height: auto;
    --mobile-font-size: 1.5rem;
    --desktop-font-size: 2rem;
    --h1-color: #000;
    --h1-font-weight: bold;
    --h1-line-height: 1.2;
    --mobile-h1-font-size: 1.5rem;
    --mobile-h1-color: #000;
    --mobile-h1-font-weight: bold;
    --mobile-h1-line-height: 1.2;
    --header-padding-vertical: 30px;
    --mobile-header-padding-vertical: 10px;}
.page-object {
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #d8d8d8;
    background: #ffffff;
    margin-top: 0px;
    margin-bottom: 0px;
    z-index: 99;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
    padding: 0;}
.logo-container {
    display: flex;
    align-items: center;
    padding: 0 20px 0 15px;}
.logo-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 94px;
    height: 94px;
    border-radius: 50%;
    border: 2px solid #1E90FF;
    padding: 0px;
    box-sizing: border-box;}
.profile-header .logo {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-sizing: border-box;
	margin-top: 15px;}
.logo-inner {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    overflow: hidden;}
.logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* border-radius: 50%; */ }
@media (max-width: 768px) {
    .logo-wrapper {
        width: 67px;
        height: 67px; }
    .logo-inner {width: 90%; height: 90%; }}
.organization-name {
    flex: 1;
    font-size: 45px;
    text-align: center;
    color: #black;
    font-weight: 750;
    line-height: 42px;
	font-family: 'Stem Text', sans-serif;
    padding: 0 20px;}
@media (max-width: 768px) {
    .header {
        flex-direction: row;
        align-items: center;
        padding: var(--mobile-header-padding-vertical) 0;
        margin-top: -5px!important;}
    .logo-container {padding: 0 10px 0 10px;}
    .logo-wrapper {width: 67px; height: 67px;}
    .logo {width: 65px; height: 65px; margin-right: 10px;}
    .organization-name {
        font-size: var(--mobile-h1-font-size);
        color: var(--mobile-h1-color);
        font-weight: var(--mobile-h1-font-weight);
        line-height: var(--mobile-h1-line-height);
        text-align: left;
        padding: 0 10px;}
    .header {flex-direction: row; align-items: center; padding: var(--mobile-header-padding-vertical) 0;}
    .logo-container {padding: 0 10px 0 10px;}
    .logo-wrapper {
        width: 67px;
        height: 67px;}
    .logo {width: 65px; height: 65px; margin-right: 0px;}
    .organization-name {
        font-size: 28px;
        color: #000c3a;
        font-weight: 750;
        line-height: 24px;
        text-align: left; 
        padding: 0 10px;}
    .logo-above .logo-container {justify-content: center;}
    .logo-above .organization-name {text-align: center;}}
	
/* Tags under the provider profile header */
.profile-tags-container {
    max-width: 1136px;
    margin: 0 auto;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;}
.profile-tag {
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    color: #333;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Stem Text', sans-serif;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, color 0.3s ease;
    border: 1px solid #d3d3d3;}
.profile-tag:hover {background-color: #1E90FF; color: #fff; border-color: #1E90FF;}
.tag-icon {margin-right: 6px; font-size: 16px;}
.tag:hover {background-color: #1E90FF; color: #fff;}
@media (max-width: 768px) {.profile-tag {font-size: 12px; padding: 6px 10px;}}
	
/* Provider address */
.address-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    margin: 3px 0;
    text-align: center;
    font-family: 'Stem Text', sans-serif;}
.address-icon {font-size: 1.8rem; color: #1E90FF;}
.address-container h2 {margin: 0; font-size: 24px; font-weight: bold;}
.address-text {margin: 0; font-size: 18px;}
.view-map-button {
    background: linear-gradient(45deg, #1E90FF, #00BFFF);
    color: white;
    border: none;
    border-radius: 10px;
    padding: 6px 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background 0.3s ease;}
.view-map-button:hover {background: linear-gradient(45deg, #00BFFF, #1E90FF);}
.view-map-button i {font-size: 1.4rem;}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1500;}
.map-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90%;
    background-color: white;
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 15px 15px 0 0;
    display: none;
    flex-direction: column;
    transition: transform 0.4s ease;
    z-index: 1500;
    touch-action: none;
    transform: translateY(100%);}
.map-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    position: relative;
    text-align: center;}
.drag-handle {
    width: 50px;
    height: 5px;
    background-color: #ccc;
    border-radius: 2.5px;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);}
.close-button {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;}
.map-popup-content {flex: 1; overflow: hidden;}
@media (min-width: 768px) {
    .map-popup {
        width: 40%; 
        height: 100%;
        bottom: 0;
        top: 0;
        left: auto;
        right: 0;
        border-radius: 15px 0 0 15px;
        transform: translateX(100%);
        transition: transform 0.4s ease;}
    .map-popup.show {transform: translateX(0);}}
.map-popup.show {display: flex; transform: translateY(0);}
	
/* Block Operating mode */
.working-hours-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding: 5px;
    border-radius: 8px;
    width: 100%;
    max-width: 600px;
    margin: 10px auto; 
    box-shadow: 0 4px 8px rgb(0 0 0 / 42%);
	font-family: 'Stem Text', sans-serif;}
.working-hours {
    display: flex;
    justify-content: space-between;
    width: 100%;
    overflow-x: auto;
    scrollbar-width: thin;
    gap: 10px;
    padding-bottom: 10px;}	
	.working-hours-icon {
    font-size: 1.8rem;
    color: #1E90FF;
    margin-right: 8px;}
.working-hours-container h2 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;}
.day {
    flex: 0 0 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #333;
    padding: 10px;
    margin-bottom: 10px;}
.day .day-name {font-weight: bold;}
.weekend {background-color: #f9f9f9; border-radius: 5px;}
.current-day {background-color: #ff3333; color: white;  border-radius: 5px;}
.time {margin-top: 5px; font-size: 14px;}
.working-hours::-webkit-scrollbar {display: none;}
@media (min-width: 600px) {
    .working-hours {
        overflow-x: visible;}
    .day {flex: 1;}}
@media (max-width: 600px) {
    .working-hours {
        padding: 10px 0; 
        display: flex;
        gap: 5px;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;    }
    .day {flex: 0 0 auto; min-width: 80px;}}

/* First-basic-characteristics */
.profile-stickers-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1136px;
    margin: 0 auto;
    padding: 10px;
    justify-content: center;}
.profile-sticker {
    flex: 1 1 30%;
    max-width: 360px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Stem Text', sans-serif;
    text-align: center;}
.profile-sticker h2 {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    color: #333;
    gap: 8px;}
.profile-sticker-icon {font-size: 1.8rem; color: #1E90FF;}
.profile-sticker-content {font-size: 18px; margin-top: 8px; color: #555;}
.profile-rating-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1E90FF;
    color: white;
    font-size: 24px;
    font-weight: bold;
    padding: 8px 16px;
    border-radius: 20px;
    margin: 10px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);}
.profile-rating-tag i {margin-right: 5px; font-size: 1.2rem;}
@media (max-width: 768px) {
    .profile-stickers-container {flex-direction: column; padding: 5px;}
    .profile-sticker {flex: 1 1 100%; max-width: 100%; padding: 10px 5px;}}

/* Profile photo gallery */
        .gallery-container {
            width: 100%;
            max-width: 1136px;
            margin: 0 auto;
            padding: 0 5px; 
            text-align: center;}
        .gallery-title {
            font-family: 'Stem Text', sans-serif;
            font-size: 24px;
            font-weight: bold;
            color: #333;
            margin-bottom: 20px;}
		.gallery-container {
			  width: 100%;
			  max-width: 1136px;
			  margin: 0 auto;
			  padding: 0 5px;
			  text-align: center;}
		.gallery-title {
		  font-family: 'Stem Text', sans-serif;
		  font-size: 24px;
		  font-weight: bold;
		  color: #333;
		  margin-bottom: 20px;}
		.slider-container {
		  position: relative;
		  max-width: 100%;
		  margin: 20px auto;
		  border: 1px solid #ccc;
		  border-radius: 10px;
		  overflow: hidden;
		  background-color: #fff;}
		.filter-buttons {
		  display: flex;
		  overflow-x: auto;
		  padding: 10px;
		  background-color: #fff;
		  border-bottom: 1px solid #ccc;}
		.filter-btn {
		  flex: 0 0 auto;
		  padding: 8px 16px;
		  margin-right: 10px;
		  background-color: #e0e0e0;
		  border: none;
		  border-radius: 20px;
		  cursor: pointer;
		  transition: background-color 0.3s;}
		.filter-btn:hover {background-color: #d0d0d0;}
		.filter-btn.active { background-color: #007bff; color: #fff;}
		.carousel {position: relative; height: 450px; background-color: #fff;}
		.carousel-cell {width: 100%; height: 100%; position: relative;}
		.carousel-cell img {
		  width: 100%;
		  height: 100%;
		  object-fit: contain;
		  display: block;
		  background-color: #fff;}
		.nav-button {
		  position: absolute;
		  top: 50%;
		  transform: translateY(-50%);
		  background-color: rgba(255, 255, 255, 0.7);
		  border: none;
		  border-radius: 50%;
		  width: 50px;
		  height: 50px;
		  cursor: pointer;
		  z-index: 2;
		  font-size: 24px;
		  line-height: 48px;
		  text-align: center;
		  color: #333;}
		.prev-button {left: 10px;}
		.next-button {right: 10px;}
		.image-counter {
		  position: absolute;
		  top: 10px;
		  right: 10px;
		  background-color: #007bff;
		  color: #fff;
		  padding: 6px 12px;
		  border-radius: 20px;
		  font-size: 14px;
		  z-index: 2;}
		.slider-container {border-radius: 10px;}

/* Second-characteristics */
        .features-container {
            font-family: 'Stem Text', sans-serif;
            font-size: 24px;
            font-weight: bold;
            color: #333;
            margin-bottom: 20px;
            width: 100%;
            max-width: 1136px;
            margin: 0 auto;
            text-align: center; }
        .features-title {
            font-size: 28px;
            font-weight: bold;
            margin-bottom: 20px;}
        .features-tabs {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-bottom: 20px;}
        .tab {
            padding: 8px 16px;
            font-size: 18px;
            font-weight: bold;
            border: 2px solid #ddd;
            border-radius: 8px;
            cursor: pointer;
            transition: background-color 0.3s; background-color: #f5f5f5;}
        .tab:hover {background-color: #f5f5f5;}
        .features-columns {display: flex; justify-content: space-between; gap: 20px; text-align: center;}
        .feature-column {flex: 1;}
        .feature-item {
            display: inline-block;
            padding: 6px 12px;
            margin-bottom: 12px;
            border: 1px solid #ddd;
            border-radius: 8px;
            font-size: 16px;
            text-align: center;
            line-height: 1.5;}
        .details-columns {display: flex; justify-content: space-between; gap: 15px; margin-top: 0px;}
        .details-column {
            flex: 1;
            text-align: center;
            font-weight: normal;
            color: #666;
            font-size: 18px;
            line-height: 0.8;}
        @media (max-width: 768px) {
            .features-container {padding: 0 10px;}
            .features-columns {flex-direction: column; align-items: center;}
            .details-columns {flex-direction: column; align-items: center;}
            .details-column {text-align: center;}}

/* First descriptive text */
        .profile-info-block {
            max-width: 1136px;
            margin: 0 auto;
            padding: 20px;
            font-family: 'Stem Text', sans-serif;
            font-size: 17px;
            color: #666;
            line-height: 1.4;
            background-color: #f9f9f9;
            margin-top: -25px;}
        @media (max-width: 768px) {
            .profile-info-block {padding: 5px; font-size: 17px; margin-top: -10px;}}
        .profile-info-block p {text-align: center; transition: all 0.3s ease; margin-bottom: 0px;}
        .profile-info-block p:nth-child(2n) {margin-left: 10%; margin-right: 10%;}
        .profile-highlighted-text {border: 1px solid #dfeaff; background-color: #f1f6ff; padding: 2px 4px; border-radius: 9px;}
        .profile-bold-text {font-weight: bold;}

/* Provider phone number */			
		.provider-phone-number {
			display: flex;
			justify-content: center;
			align-items: center;
			background-color: #f9f9f9;
			padding: 5px;
			border-radius: 8px;
			width: 100%;
			max-width: 600px;
			margin: 10px auto;
			box-shadow: 0 4px 8px rgb(0 0 0 / 42%);
			font-family: 'Stem Text', sans-serif;}
		.phone-container {display: flex; align-items: center; justify-content: center; width: 100%;}
		.phone-heading {align-items: center; gap: 10px; font-size: 24px; color: #000; margin: 0; font-weight: bold;}
		.phone-icon i {color: #007BFF; font-size: 24px;}
		.phone-link {text-decoration: none; font-size: 24px; color: #007BFF; margin-left: 15px;}

		@media (max-width: 768px) {
			.phone-heading {font-size: 18px;}
			.phone-link {font-size: 18px; margin-left: 10px;}
			.phone-icon i {font-size: 18px; padding-right: 6px;}}

	/* Second descriptive text */
			.profile-deficit-infoblock {
			  max-width: 1136px;
			  margin: 0 auto;
			  padding: 20px;
			  display: flex;
			  flex-direction: column;
			  align-items: center;
			  margin-top: -45px;}
			.profile-deficit-row {
			  display: flex;
			  justify-content: space-between;
			  width: 100%;
			  margin-bottom: 20px;}

			.profile-deficit-section {width: 48%; text-align: center;  box-sizing: border-box;}
			.profile-deficit-center {width: 48%; text-align: center;  margin-top: -20px;}
			.profile-deficit-section h3,
			.profile-deficit-center h3 {
			  font-family: 'Stem Text', sans-serif; font-size: 20px; font-weight: bold; margin-bottom: 10px; color: #333;}
			.profile-deficit-section p,
			.profile-deficit-center p {
			  font-family: 'Stem Text', sans-serif; font-size: 17px; color: #666; line-height: 1.4; margin: 0;}
			@media screen and (max-width: 768px) {
			  .profile-deficit-row {flex-direction: column; align-items: center;}
			  .profile-deficit-section {width: 100%; padding: 0px 0px;}
			  .profile-deficit-center {width: 100%; padding: 0px 5px;}
			  .profile-deficit-section h3,
			  .profile-deficit-center h3 {font-size: 19px;}
			  .profile-deficit-section p,
			  .profile-deficit-center p {font-size: 16px;}}

	/* Basic profile contacts */
			.profile-deficit-contact-block {
			  max-width: 1136px;
			  margin: 20px auto;
			  padding: 20px;
			  border: 1px solid #ccc;
			  border-radius: 10px;
			  background-color: #f9f9f9;
			  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
			  position: relative;}
			.profile-deficit-contact-title {
			  font-family: 'Stem Text', sans-serif;
			  font-size: 33px;
			  font-weight: bold;
			  color: #333;
			  text-align: center;
			  margin-top: 10px; 
			  margin-bottom: 20px;}
			.profile-deficit-contact-row {
			  display: flex;
			  justify-content: space-between;
			  align-items: center;
			  margin-bottom: 20px;}
			.profile-deficit-contact-left,
			.profile-deficit-contact-right {
			  width: 48%;
			  text-align: center;
			  display: flex;
			  flex-direction: column;
			  justify-content: center;}
			.profile-deficit-contact-item {
			  margin-bottom: 15px;
			  display: flex;
			  align-items: center;
			  justify-content: center;
			  gap: 10px;}
			.profile-deficit-contact-item h3 {
			  font-family: 'Stem Text', sans-serif;
			  font-size: 20px;
			  font-weight: bold;
			  color: #333;
			  margin: 0;}

			.profile-deficit-contact-item span,
			.profile-deficit-phone {
			  font-family: 'Stem Text', sans-serif;
			  font-size: 20px;
			  color: #666;
			  text-decoration: none;}
			.profile-deficit-phone:hover {text-decoration: underline;}
			.profile-deficit-map-links {display: flex; flex-direction: column; gap: 15px; align-items: center;}
			.profile-deficit-map-link {display: flex; align-items: center; font-family: 'Stem Text', sans-serif; font-size: 20px; color: #666; text-decoration: none;}
			.profile-deficit-map-link img {width: 24px; height: 24px; margin-right: 10px;}
			.profile-deficit-map-link:hover {color: #333;}
			.profile-deficit-contact-center {text-align: center;  margin-top: 20px;}
			.profile-deficit-get-directions-button {
			  display: inline-block;
			  padding: 15px 30px;
			  font-family: 'Stem Text', sans-serif;
			  font-size: 18px;
			  color: #fff;
			  background-color: #007bff;
			  border: none;
			  border-radius: 5px;
			  text-decoration: none;
			  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
			  transition: background-color 0.3s ease;}
			.profile-deficit-get-directions-button:hover {background-color: #0056b3;}
			@media screen and (max-width: 768px) {
			  .profile-deficit-contact-title {font-size: 24px;}
			  .profile-deficit-contact-row {flex-direction: column; align-items: center;}
			  .profile-deficit-contact-left,
			  .profile-deficit-contact-right {width: 100%; margin-bottom: 20px;}
			  .profile-deficit-contact-item h3,
			  .profile-deficit-contact-item span,
			  .profile-deficit-phone,
			  .profile-deficit-map-link {font-size: 18px;}
			  .profile-deficit-get-directions-button {width: 100%; text-align: center;}}

	/* Profile page snippets */
			.profile-deficit-sticker-block {max-width: 1136px; margin: 1px auto; padding: 5px 0; margin-top: 0px;}
			.profile-deficit-sticker-title {font-family: 'Stem Text', sans-serif; font-size: 33px; font-weight: bold; color: #333; text-align: center; margin-top: 1px; 
			  margin-bottom: 10px; }
			.profile-deficit-sticker-wrapper {
			  display: flex;
			  justify-content: space-between;
			  gap: 15px;
			  padding: 0 5px; 
			  overflow-x: auto;
			  padding-top: 10px;}
			.profile-deficit-sticker {
			  flex: 1; 
			  max-width: 260px; 
			  background-color: #f9f9f9;
			  border: 1px solid #ccc;
			  border-radius: 10px;
			  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
			  text-align: center;
			  text-decoration: none;
			  color: #666;
			  font-family: 'Stem Text', sans-serif;
			  padding: 20px;
			  transition: transform 0.3s ease, box-shadow 0.3s ease;
			  display: flex;
			  flex-direction: column;
			  align-items: center;}
			.profile-deficit-sticker:hover {transform: translateY(-5px); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);}
			.sticker-icon {width: 100px; height: 100px; margin-bottom: 15px; display: block;}
			.sticker-text {font-size: 18px; font-weight: bold; text-align: center; margin: 0;}
			@media screen and (max-width: 768px) {
			  .profile-deficit-sticker-wrapper {overflow-x: auto; display: flex; gap: 15px; padding: 0 5px;}
			  .profile-deficit-sticker {flex: 0 0 180px; max-width: none; padding: 15px;}
			  .profile-deficit-sticker-title {font-size: 24px; margin-top: 15px;}
			  .sticker-icon {width: 80px; height: 80px;}
			  .sticker-text {font-size: 16px;}}

	/* Block of similar locations */
			.profile-deficit-similar-block {max-width: 1136px; margin: 0px auto; padding: 0px 0;}
			.profile-deficit-similar-title {
			  font-family: 'Stem Text', sans-serif;
			  font-size: 33px; 
			  font-weight: bold;
			  color: #333;
			  text-align: center;
			  margin-bottom: 20px;}
			.profile-deficit-similar-wrapper {
			  display: flex;
			  align-items: center;
			  position: relative;
			  overflow: hidden; 
			  margin-top: -15px;}
			.profile-deficit-similar-content {
			  display: flex;
			  gap: 15px;
			  overflow-x: auto;
			  scroll-behavior: smooth;
			  padding: 10px 5px; 
			  width: calc(100% - 5px);}
			.profile-deficit-similar-content::-webkit-scrollbar {display: none;}
			.profile-deficit-similar-content {scrollbar-width: none;}
			.scroll-button {
			  background-color: #007bff;
			  color: white;
			  border: none;
			  border-radius: 50%;
			  width: 40px;
			  height: 40px;
			  font-size: 20px;
			  display: flex;
			  justify-content: center;
			  align-items: center;
			  cursor: pointer;
			  position: absolute;
			  z-index: 10;}
			.scroll-left {left: 5px;}
			.scroll-right {right: 5px;}
			.profile-deficit-similar-item {
			  flex: 0 0 240px; 
			  max-width: 240px;
			  background-color: #f9f9f9;
			  border: 1px solid #ccc;
			  border-radius: 10px;
			  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
			  text-align: center;
			  text-decoration: none; 
			  color: inherit; 
			  transition: transform 0.3s ease, box-shadow 0.3s ease;}
			.profile-deficit-similar-item:hover {transform: translateY(-5px); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);}
			.similar-image {width: 100%; height: 150px; object-fit: cover; border-top-left-radius: 10px; border-top-right-radius: 10px;}
			.similar-name {font-family: 'Stem Text', sans-serif; font-size: 18px; font-weight: bold; margin: 10px 0; color: #333;}
			.similar-rating {font-family: 'Stem Text', sans-serif; font-size: 16px; color: #666; margin-bottom: 10px; display: flex; justify-content: center; align-items: center; gap: 5px;
			}
			@media screen and (max-width: 768px) {
			  .profile-deficit-similar-content {gap: 10px; padding: 10px 5px;}
			  .profile-deficit-similar-item {flex: 0 0 200px; max-width: none;}
			  .scroll-button {width: 30px; height: 30px; font-size: 16px;}
			  .profile-deficit-similar-title {font-size: 24px;}}

	/* Popular requests */
			.profile-popular-queries-container {max-width: 1136px; margin: 0px auto; padding: 0px 0; margin-top: -14px;}
			.profile-popular-queries-title {
			  font-family: 'Stem Text', sans-serif;
			  font-size: 33px; 
			  font-weight: bold;
			  color: #333;
			  text-align: center;
			  margin-bottom: 20px;}
			.profile-popular-queries-wrapper {
			  display: flex;
			  align-items: center;
			  position: relative;
			  overflow: hidden; 
			  margin-top: -15px;}
			.profile-popular-queries-content {
			  display: flex;
			  gap: 10px;
			  overflow-x: auto;
			  scroll-behavior: smooth;
			  padding: 10px 5px;}
			.profile-popular-queries-content::-webkit-scrollbar {display: none;}
			.profile-popular-queries-content {scrollbar-width: none;}
			.profile-scroll-button {
			  background-color: #007bff;
			  color: white;
			  border: none;
			  border-radius: 50%;
			  width: 40px;
			  height: 40px;
			  font-size: 20px;
			  display: flex;
			  justify-content: center;
			  align-items: center;
			  cursor: pointer;
			  position: absolute;
			  z-index: 10;}
			.profile-scroll-left {left: 5px;}
			.profile-scroll-right {right: 5px;}
			.profile-popular-tag {
			  display: inline-flex;
			  align-items: center;
			  background-color: #f5f5f5;
			  color: #333;
			  padding: 8px 12px;
			  border-radius: 20px;
			  font-size: 14px;
			  font-weight: 500;
			  font-family: 'Stem Text', sans-serif;
			  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
			  transition: background-color 0.3s ease, color 0.3s ease;
			  border: 1px solid #d3d3d3;
			  white-space: nowrap; 
			  text-decoration: none;}
			.profile-popular-tag:hover {background-color: #1E90FF; color: #fff; border-color: #1E90FF;}
			.tag-icon {margin-right: 6px; font-size: 16px;}
			@media (max-width: 768px) {
			  .profile-popular-queries-title {font-size: 24px;}
			  .profile-popular-tag {font-size: 12px; padding: 6px 10px;}}


	/* Features and Characteristics */
			.profile-features-container {max-width: 1136px; margin: 0 auto; box-sizing: border-box;}
			.features-title {
				font-family: 'Stem Text', sans-serif;
				font-size: 33px;
				font-weight: bold;
				color: #333;
				text-align: center;
				margin-bottom: 20px;}
			.profile-features-masonry {column-count: 3; column-gap: 20px;}
			.profile-feature {
				background: white;
				border: 1px solid #ddd;
				border-radius: 8px;
				box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
				margin-bottom: 20px; 
				display: inline-block;
				width: 100%;
				box-sizing: border-box;
				padding: 15px;}
			.feature-header {display: flex; align-items: center; margin-bottom: 10px;}
			.feature-icon {font-size: 28px; margin-right: 10px;}
			.feature-header h3 {font-family: 'Stem Text', sans-serif; font-size: 24px; font-weight: bold; color: #333; margin: 0;}
			.feature-content {list-style: none; padding: 0; margin: 0;}
			.feature-content li {
				font-family: 'Stem Text', sans-serif;
				font-size: 18px;
				color: #333;
				margin-bottom: 5px;
				position: relative;
				padding-left: 20px;}
			.feature-content li:before {
				content: "✔";
				position: absolute;
				left: 0;
				top: 0;
				color: green;
				font-size: 14px;}
			@media (max-width: 768px) {
				.profile-features-container {padding: 0 10px;}
				.profile-features-masonry {column-count: 2; column-gap: 10px;}
				.features-title {font-size: 24px;}
				.feature-header h3 {font-size: 20px;}
				.feature-content li {font-size: 16px;}}

	/* How to get there */
			.how-to-get-container {
				max-width: 1136px;
				margin: 0 auto;
				padding: 20px;
				box-sizing: border-box;
				font-family: Arial, sans-serif;}
			h2 {font-size: 28px; font-weight: bold; text-align: center; margin-bottom: 20px;}
			h3 {font-size: 20px; font-weight: bold; margin-bottom: 10px; text-align: center; margin-top: 0px;}
			.info-block {
				width: 600px;
				max-width: 100%;
				background-color: #f9f9f9;
				border: 1px solid #ddd;
				border-radius: 8px;
				padding: 15px;
				margin: 0 auto 15px;
				box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
				text-align: center;}
			.inline-text {font-size: 16px; margin: 0;}
			.schedule {margin: 10px auto 0; border-collapse: collapse; width: 100%; max-width: 400px;}
			.schedule td {font-size: 16px; padding: 5px 10px; text-align: left;}
			.schedule .active td {color: #007BFF; font-weight: bold;}
			.how-to-get-buttons {
				text-align: center;
				margin: 20px 0;
				display: flex;
				flex-direction: row;
				justify-content: center;
				gap: 20px;
				flex-wrap: wrap;}
			.route-button {
				display: flex;
				align-items: center;
				justify-content: center;
				background-color: #f9f9f9;
				color: #333;
				text-decoration: none;
				border: 1px solid #ddd;
				border-radius: 8px;
				padding: 10px 15px;
				font-size: 16px;
				font-weight: bold;
				transition: background-color 0.3s ease, color 0.3s ease;
				width: auto;
				min-width: 250px; 
				box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);}
			.route-button .button-icon {display: inline-block; margin-right: 10px; width: 24px; height: 24px; flex-shrink: 0;}
			.route-button .button-icon img {width: 100%; height: 100%; object-fit: contain;}
			.route-button:hover {background-color: #007BFF; color: white; border-color: #007BFF;}
			.route-button.yandex-navigator {background-color: #FFCC00; color: #333;}
			.route-button.yandex-navigator:hover {background-color: #D4A800; color: white;}
			.route-button.yandex-maps {background-color: #00A0DC; color: white;}
			.route-button.yandex-maps:hover {background-color: #0076A8; color: white;}
			@media (max-width: 768px) {
				.route-button {width: 100%; text-align: center; margin-bottom: 10px;}}
			.map-title {text-align: center; margin-bottom: 10px; font-size: 20px; font-weight: bold;}
			.map {width: 100%;
				max-width: 1136px;
				height: 400px;
				margin: 0 auto 20px;
				border: 1px solid #ddd;
				border-radius: 8px;
				box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);}
			@media (max-width: 768px) {
				.how-to-get-container {padding: 0 10px;}
				.info-block {width: 100%; padding: 10px;}
				.route-button {width: 100%; margin-bottom: 10px;}}


/* Rating and Score Widget */
        .profile-rating-wrapper {
            max-width: 1136px;
            margin: 20px auto;
            text-align: center;
            font-family: 'Stem Text', sans-serif;
            background-color: #f8f9fa;}
        .profile-rating-title {
            font-family: 'Stem Text', sans-serif;
            font-size: 33px;
            font-weight: bold;
            color: #333;
            margin-bottom: 15px;}
        .profile-overall-rating {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 15px;}
        .profile-overall-rating-circle {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            background: #fff;
            border: 5px solid #3366ff;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            box-shadow: 0 0 10px rgba(51, 102, 255, 0.5);}
        .profile-overall-rating-value {font-size: 48px; font-weight: bold; color: #333;}
        .profile-divider {
            width: 1136px;
            max-width: 100%;
            height: 2px;
            background-color: #e0e0e0;
            margin: 15px auto;}
        .profile-ratings-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
            padding: 15px 0;
            position: relative;}
        .profile-rating-item {text-align: center; flex-basis: 100px; flex-grow: 1;}
        .profile-rating-circle {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            border: 2px solid #b0b0b0;
            background: #fff;
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 0 auto;
            box-sizing: border-box;}
        .profile-rating-circle::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            box-sizing: border-box;
            background: conic-gradient(#3366ff calc(var(--progress) * 20%), #e0e0e0 0%);}
        .profile-rating-value {position: relative; font-size: 20px; font-weight: bold; color: #333;}
        .profile-rating-label {margin-top: 10px; font-size: 16px; color: #333;}
        @media (max-width: 768px) {
            .profile-rating-wrapper {padding: 0 10px;}
            .profile-rating-title {font-size: 24px;}
            .profile-overall-rating-circle {width: 100px; height: 100px; border: 4px solid #3366ff;}
            .profile-overall-rating-value {font-size: 36px;}
            .profile-divider {width: 90%;}
            .profile-ratings-container {justify-content: center; gap: 15px;}
            .profile-rating-item {flex-basis: calc(50% - 15px);}
            .profile-rating-circle {width: 80px; height: 80px; border: 2px solid #b0b0b0;}
            .profile-rating-circle::before {width: 80px; height: 80px;}
            .profile-rating-value {font-size: 16px;}
            .profile-rating-label {font-size: 14px;}}


	/* Popular reviews widget */
			.popular-reviews {max-width: 1136px; margin: 0 auto; padding: 10px 20px;}
			.reviews-title {
				font-family: 'Stem Text', sans-serif;
				font-size: 33px;
				font-weight: bold;
				color: #333;
				text-align: center;
				margin-bottom: 10px;}
			.filters-wrapper {
				display: flex;
				gap: 10px;
				justify-content: center;
				margin: 0 auto 20px;
				overflow-x: auto;
				scrollbar-width: none;
				-ms-overflow-style: none;
				padding: 0 20px;
				scroll-snap-type: x mandatory;
				-webkit-overflow-scrolling: touch;}
			.filters-wrapper::-webkit-scrollbar {display: none;}
			.filter-btn {
				font-family: 'Stem Text', sans-serif;
				font-size: 16px;
				font-weight: 500;
				padding: 8px 16px;
				background-color: #3366ff;
				color: #fff;
				border: none;
				border-radius: 20px;
				cursor: pointer;
				white-space: nowrap;
				transition: background-color 0.3s ease;
				scroll-snap-align: start;
				flex: 0 0 auto;}
			.filter-btn:hover {background-color: #254eda;}
			.filter-btn.active {background-color: #254eda;}
			.reviews-container {position: relative; display: flex; align-items: center; gap: 20px;}
			.reviews-wrapper {
				display: flex;
				gap: 20px;
				overflow-x: auto;
				scroll-behavior: smooth;
				scrollbar-width: none;
				-ms-overflow-style: none;
				padding: 10px 0;
				user-select: none;}
			.reviews-wrapper::-webkit-scrollbar {display: none;}
			.review-card {
				display: flex;
				flex-direction: column;
				min-width: calc((100% - 40px) / 3);
				flex: 0 0 calc((100% - 40px) / 3);
				background: #fff;
				border: 1px solid #e0e0e0;
				border-radius: 8px;
				padding: 15px;
				box-shadow: 0 2px 5px rgba(0,0,0,0.1);
				height: 280px;
				position: relative;}
			.review-header {
				display: flex;
				align-items: center;
				justify-content: center;
				padding: 5px 0;
				margin-bottom: 10px;
				border-bottom: 1px solid #eee;
				min-height: 32px;
				gap: 8px;}
			.rating-label {font-family: 'Stem Text', sans-serif; font-size: 13px; color: #666; margin-right: 8px;}
			.rating-circle {
				width: 24px;
				height: 24px;
				background-color: #3366ff;
				border-radius: 50%;
				display: flex;
				align-items: center;
				justify-content: center;}
			.rating-number {font-family: 'Stem Text', sans-serif; font-size: 12px; font-weight: 500; color: #fff;}
			.review-content {flex: 1; position: relative; overflow: hidden; margin-bottom: 45px;}
			.review-text-wrapper {
				max-height: 185px;
				overflow-y: auto;
				padding-right: 10px;
				-webkit-overflow-scrolling: touch;
				scrollbar-width: thin;
				scrollbar-color: #3366ff #f0f0f0;}
			.review-text-wrapper::-webkit-scrollbar {width: 4px;}
			.review-text-wrapper::-webkit-scrollbar-track {background: #f0f0f0; border-radius: 2px;}
			.review-text-wrapper::-webkit-scrollbar-thumb {background: #3366ff; border-radius: 2px;}
			.review-text {
				font-family: 'Stem Text', sans-serif;
				font-size: 14px;
				font-weight: 400;
				line-height: 1.5;
				color: #666;
				margin: 0;
				padding-bottom: 50px;}
			.review-footer {
				position: absolute;
				bottom: 15px;
				left: 15px;
				right: 15px;
				padding-top: 10px;
				border-top: 1px solid #eee;
				background: #fff;
				min-height: 35px;
				z-index: 3;}
			.review-author-info {display: flex; align-items: center; gap: 10px;}
			.author-avatar {width: 24px; height: 24px; border-radius: 50%; object-fit: cover;}
			.author-name {font-family: 'Stem Text', sans-serif; font-size: 14px; font-weight: 500; color: #333;}
			.review-date {font-family: 'Stem Text', sans-serif; font-size: 12px; color: #666; margin-left: auto;}
			.nav-arrow {
				width: 40px;
				height: 40px;
				min-width: 40px;
				min-height: 40px;
				border-radius: 50%;
				background: rgba(51, 102, 255, 0.8);
				border: none;
				color: #fff;
				cursor: pointer;
				display: flex;
				align-items: center;
				justify-content: center;
				transition: background-color 0.3s ease;
				padding: 0;
				z-index: 1;}
			.nav-arrow:hover {background-color: #254eda; }
			.separator-line {height: 1px; background-color: #e0e0e0; margin: 20px 0;}
			@media (max-width: 768px) {
				.reviews-title {font-size: 24px;}
				.filters-wrapper {
					justify-content: flex-start;
					padding-left: 20px;
					padding-right: 20px;
					margin-left: -20px;
					margin-right: -20px;
					width: calc(100% + 40px);}
				.filter-btn {font-size: 14px; padding: 6px 12px;}
				.review-card {min-width: calc((100% - 40px) / 1.1); border-radius: 12px;}
				.nav-arrow {width: 30px; height: 30px; min-width: 30px; min-height: 30px;}
				.review-header {min-height: 28px; }
				.rating-circle {width: 20px; height: 20px;}
				.rating-number {font-size: 11px;}
				.rating-label {font-size: 12px;}
				.review-text-wrapper {max-height: 185px;
					padding-right: 8px;}}
			@media (hover: hover) {.review-text-wrapper:hover::-webkit-scrollbar-thumb {background: #254eda;}}


		
		
/* Основной контейнер */
.widget-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
}

/* Виджет Telegram */
.telegram-widget {
  position: relative;
  border: 6px solid #229ED9;
  border-radius: 12px;
  transition: all 0.3s ease;
  width: 500px;
  animation: widget-border-pulse 2s infinite;
  overflow: hidden;
}

/* Анимация пульсации рамки */
@keyframes widget-border-pulse {
  0% { border-color: #229ED9; box-shadow: 0 0 10px rgba(34, 158, 217, 0.2); }
  50% { border-color: #1a8ac0; box-shadow: 0 0 20px rgba(34, 158, 217, 0.4); }
  100% { border-color: #229ED9; box-shadow: 0 0 10px rgba(34, 158, 217, 0.2); }
}

/* iframe для отображения Telegram канала */
.telegram-widget iframe {
  border: 0;
  height: 500px;
  width: 100%;
  margin: 0;
  display: block;
}

/* Плашка для скрытия элементов */
.overlay-plate {
  position: absolute;
  top: 6px;
  right: 17px;
  width: 143px;
  height: 35px;
  z-index: 10;
  background-color: #222222; /* Цвет по умолчанию (тёмная тема) */
}

/* Адаптация плашки под светлую тему */
@media (prefers-color-scheme: light) {
  .overlay-plate {
    background-color: #ffffff; /* Белый цвет для светлой темы */
  }
}

/* Кнопки управления */
.widget-buttons {
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 10;
}

/* Стандартные стили кнопок */
.widget-button {
  padding: 8px 14px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  white-space: nowrap;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

/* Кнопка "Перейти в канал" */
.button-visit {
  background-color: rgba(34, 158, 217, 0.9);
  color: white;
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  animation: button-slide-in 1s infinite alternate;
}

@keyframes button-slide-in {
  0% { transform: translateX(-3px); }
  100% { transform: translateX(3px); }
}

.button-visit:hover {
  background-color: rgba(26, 138, 192, 1);
  animation-play-state: paused;
}

/* Кнопка "Подписаться на канал" */
.button-subscribe {
  background: linear-gradient(45deg, rgba(34, 158, 217, 0.9), rgba(26, 138, 192, 0.9));
  color: white;
  backdrop-filter: blur(4px);
  box-shadow: 0 2px 8px rgba(34, 158, 217, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  animation: button-pulse 1.5s infinite;
}

@keyframes button-pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(34, 158, 217, 0.4);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(34, 158, 217, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(34, 158, 217, 0);
  }
}

.button-subscribe:hover {
  background: linear-gradient(45deg, rgba(26, 138, 192, 1), rgba(34, 158, 217, 1));
  animation-play-state: paused;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(34, 158, 217, 0.3);
}

/* Медиазапросы для мобильных устройств */
@media (max-width: 768px) {
  .telegram-widget {
    width: 100%;
    max-width: 500px;
  }
  
  .widget-buttons {
    flex-direction: row;
    width: 90%;
  }
  
  .widget-button {
    font-size: 12px;
    padding: 6px 10px;
  }
}







.sis h1 {
    text-align: center;
    font-weight: 990;
    font-size: 78px;
    line-height: 63px;
    color: #ffffff;
}

@media screen and (max-width: 770px) {
    .sis h1 {
        font-weight: 950;
        font-size: 35px;
        line-height: 33px;
    }
}



@media screen and (max-width: 770px) {
    h2 {
        font-weight: 630 !important;
        font-size: 33px;
        line-height: 28px;
    }
}

.page-object {
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #d8d8d8;
    background: #ffffff;
    margin-top: 0px;
    margin-bottom: 0px;
    z-index: 99;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
}





.table {
    display: table;
    width: 80%;
    box-sizing: border-box;
    border-collapse: collapse;
    empty-cells: show;
    margin-left: auto;
    margin-right: auto;
}

.table-caption {
    display: table-caption;
    padding: 10px;
    color: #333;
    font-size: 16px;
    text-align: center;
}

.table-colgroup {
    display: table-column-group;
}

.table-col {
    display: table-column;
}

.table-thead {
    display: table-header-group;
}

.table-tbody {
    display: table-row-group;
}

.table-tr {
    display: table-row;
}

.table-th {
    display: table-cell;
    padding: 10px;
    border: 1px solid #555;
    font-weight: bold;
    text-align: center;
}

.table-td {
    display: table-cell;
    padding: 10px;
    border: 1px solid #555;
}

.table-thead .table-th,
.table-thead .table-td {
    background: #f9f9f9;
}

.table-tbody .table-th,
.table-tbody .table-td {
    background: #fff;
}

.coupon-alert {
    display: none;
}

.page-object-Answernew {
    line-height: 18px;
    background-color: #ffffff !important;
    padding: 20px;
}

.page-object .card-header {
    padding: -1.25rem 0.25rem;
}

.page-object .card-header p {
    margin-bottom: -0.2rem;
    font-weight: 350;
    font-size: 18px;
    line-height: 20px !important;
    color: #6768ab;
}

.page-object-link-foto {
    margin-left: 74%;
    margin-top: -49px;
    z-index: 199;
    border-radius: 25px;
}

.page-object-link-foto-button {
    margin-left: 16%;
    margin-top: 0px;
    z-index: 999;
    border: 1px solid #d8d8d8;
    border-radius: 12px;
}

.page-object-link-foto {
    display: inline;
}

/* Smartphone Portrait and Landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .page-object-link-foto {
        display: none;
    }
}

/* Basic contacts SiS */
.bascontacts {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    outline: none;
    background-color: rgb(255, 255, 255);
    max-width: 1140px;
    width: 100%;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-box-shadow: 0 1px 5px rgb(0 0 0 / 60%);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
    box-shadow: 0 1px 5px rgb(0 0 0 / 60%);
    border-radius: 10px;
    background-color: #f9f9f9;
}

.bascontacts h3 {
    text-align: center;
    font-weight: 450;
    font-size: 26px;
    line-height: 33px;
    color: #4a4646;
}

@media screen and (max-width: 770px) {
    .bascontacts h3 {
        font-weight: 630 !important;
        font-size: 24px;
        line-height: 18px;
    }
}

.bascontacts p {
    text-align: center;
    font-weight: 450;
    font-size: 21px;
    line-height: 22px;
    color: #4a4646;
    margin-top: 0.1em;
    margin-bottom: -0.2em;
}

@media screen and (max-width: 770px) {
    .bascontacts p {
        font-weight: 450 !important;
        font-size: 21px;
        line-height: 21px;
        margin-top: 0.1em;
        margin-bottom: 0.1em;
    }
}

.bascontacts .btn-primary {
    color: #464343;
    background-color: #dcdcdc;
    border-color: #929292;
    margin: 0;
    width: 100%;
    font-weight: 650 !important;
    font-size: 19px;
    line-height: 17px;
    text-align: center;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0 7px 10px rgb(85 87 97);
}

/* Top - user queries */
.tagblock {
    outline: none;
    background-color: #f9f9f9;
    max-width: 1135px;
    width: 100%;
    margin: 5px auto;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    text-align: center;
    padding-bottom: 0.1rem;
}

@media screen and (max-width: 767px) {
    .tagblock {
        width: calc(100% - 16px); /* Ширина 100% минус отступы по 5px с каждой стороны */
        margin-left: 8px;
        margin-right: 8px;
        margin-bottom: 5px;
    }
}

.tagblock h3 {
    text-align: center;
    font-weight: 550;
    font-size: 28px;
    line-height: 33px;
    color: #4a4646;
    margin-top: 5px;
    margin-bottom: -12px;
}

.tagblock a {
    display: inline-block;
    padding: 0.3rem 0.5rem;
    font-size: 0.8rem;
    font-family: RalewayX, arial, sans-serif;
    line-height: 1.4;
    border-radius: 0.5rem;
    color: #4a4646;
    background-color: #ffffff;
    border: 1px solid #a09e9e;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 0.1rem;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

.tagblock a:hover {
    background-color: #f0f0f0;
    transform: translateY(-1px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 770px) {
    .tagblock h3 {
        font-weight: 630 !important;
        font-size: 19px;
        line-height: 18px;
    }

    .tagblock a {
        font-size: 0.7rem;
        margin: 0.2rem;
    }
}

/* Competitors */
.competitors {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 0px;
    outline: none;
    background-color: rgb(255, 255, 255);
    max-width: 1140px;
    width: 100%;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-box-shadow: 0 1px 5px rgb(0 0 0 / 60%);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
    box-shadow: 0 1px 5px rgb(0 0 0 / 60%);
    border-radius: 10px;
    background-color: #f9f9f9;
}

.competitors h2 {
    text-align: center;
    font-weight: 450;
    font-size: 26px;
    line-height: 33px;
    color: #4a4646;
}

@media screen and (max-width: 770px) {
    .competitors h2 {
        font-weight: 630 !important;
        font-size: 19px;
        line-height: 18px;
    }
}

/* Recommendations */
.recommendations {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 0px;
    outline: none;
    background-color: rgb(255, 255, 255);
    max-width: 1140px;
    width: 100%;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-box-shadow: 0 1px 5px rgb(0 0 0 / 60%);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
    box-shadow: 0 1px 5px rgb(0 0 0 / 60%);
    border-radius: 10px;
    background-color: #f9f9f9;
}

.recommendations h2 {
    text-align: center;
    font-weight: 450;
    font-size: 26px;
    line-height: 33px;
    color: #4a4646;
}

@media screen and (max-width: 770px) {
    .recommendations h2 {
        font-weight: 630 !important;
        font-size: 19px;
        line-height: 18px;
    }
}

.SiS_SKE {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.SiS_SKE h2 {
    font-weight: 750 !important;
    font-size: 36px;
    line-height: 30px;
    color: #4c4242;
    text-align: center;
    padding-top: 7px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 770px) {
    .SiS_SKE h2 {
        font-weight: 750 !important;
        font-size: 28px;
        line-height: 23px;
    }
}

.SiS_SKE h3 {
    font-weight: 630 !important;
    font-size: 23px;
    line-height: 21px;
    color: #4c4242;
    text-align: center;
    padding-top: 7px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 770px) {
    .SiS_SKE h3 {
        font-weight: 550 !important;
        font-size: 20px;
        line-height: 16px;
        margin-top: -10px;
    }
}

.SiS_SKE p {
    font-size: 19px;
    line-height: 20px;
    color: #4c4242;
    text-align: justify;
    padding-top: 17px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

@media screen and (max-width: 770px) {
    .SiS_SKE p {
        font-weight: 450 !important;
        font-size: 15px;
        line-height: 16px;
        margin-top: -20px;
        margin-bottom: 5px;
    }
}

.SiS_SKE img {
    width: 50%;
    height: auto;
    float: left !important;
    margin: 0 0.4em -0.3em 0 !important;
    margin-left: 11px !important;
}

.SiSButton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 37px 0 10px;
    /* Updated margin to only center vertically */
    color: #ffffff;
    background-color: #0000ff;
    border-color: #000000;
    font-weight: 750 !important;
    font-size: 23px;
    border-radius: 7px;
    padding: 0 25px;
    white-space: nowrap;
    margin-top: -5px;
}

@media screen and (max-width: 770px) {
    .SiSButton {
        margin-left: 25px;
        margin-right: 25px;
        width: calc(100% - 50px);
        margin-top: 0px;
    }
}

.SiSButton2 {
    display: inline-flex;
    justify-content: center;
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    color: #ffffff;
    background-color: #0000ff;
    border-color: #000000;
    font-weight: 750 !important;
    font-size: 23px;
    border-radius: 7px;
    padding: 0 25px;
    margin-top: -5px;
}

@media screen and (max-width: 770px) {
    .SiSButton2 {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(100% - 30px);
        margin-top: 0px;
        font-weight: 750 !important;
        font-size: 19px;
        line-height: 19px;
        padding: 7px 0px 10px 0px;
    }
}



.page-object-text1 {
    font-size: 19px;
    line-height: 20px;
    color: #4c4242;
    text-align: center;
    padding-top: 7px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 770px) {
    .page-object-text1 h2 {
        font-size: 29px;
        line-height: 23px;
    }
}

.page-object-text2 {
    font-size: 19px;
    line-height: 20px;
    color: #4c4242;
    text-align: justify;
    padding-top: 17px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px !important;
    padding-right: 10px !important;
}


.carusel-mobile {
    padding-left: 25px !important;
    padding-right: 25px !important;
    margin-left: auto;
    margin-right: auto;
    color: #4c4242;
}