/*
Hello!
*/
html {
    scroll-behavior: smooth;
}
.montserrat-alternates-thin {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.montserrat-alternates-extralight {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.montserrat-alternates-light {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.montserrat-alternates-regular {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.montserrat-alternates-medium {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.montserrat-alternates-semibold {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.montserrat-alternates-bold {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.montserrat-alternates-extrabold {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.montserrat-alternates-black {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.montserrat-alternates-thin-italic {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.montserrat-alternates-extralight-italic {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.montserrat-alternates-light-italic {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.montserrat-alternates-regular-italic {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.montserrat-alternates-medium-italic {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.montserrat-alternates-semibold-italic {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.montserrat-alternates-bold-italic {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.montserrat-alternates-extrabold-italic {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.montserrat-alternates-black-italic {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 900;
  font-style: italic;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }
}
.nav-link {
    display: block;
    padding: .1rem 1rem;
}

body {
	font-family: "Montserrat Alternates", sans-serif;
/*	background-image: url(/css/bg.jpg);
    background-repeat: no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}
.dispno {
	display: none!important;
}
a:hover {
	text-decoration: none;
	color: #fff;
}

.nav-item {
	position: relative;
}
.mainMenuAkcia {
	position: relative;
	background: linear-gradient(96.2deg, #0F8383 11.29%, #57DEAD 89.48%);
	border-radius: 13px;
	padding-right: .2rem;
    padding-left: .2rem;
}
.mainMenuAkcia:hover {
	background: linear-gradient(96.2deg, #0F8383 11.29%, #26A8A8 89.48%);
}
.mainMenuLinkDesctop {
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	cursor: pointer;
}
.mainMenuLinkDesctop:hover {
	color: #57D6DE;
	text-decoration: underline;
    text-underline-offset: 6px;
}


.mainMenuLinkMobileAkcia {
	font-size: 24px;
	color: #ffffff;
	font-weight: 500;
}
.mainMenuLinkMobileAkcia:hover {
	color: #ffffff;
}
.mainMenuLinkMobile {
	font-size: 24px;
	color: #ffffff;
	font-weight: 400;
	cursor: pointer;
}
.mainMenuLinkMobile:hover {
	color: #57D6DE;
	text-decoration: underline;
    text-underline-offset: 6px;
}

.mainMenuLinkDesctop_active {
	color: #57D6DE;
	text-decoration: underline;
    text-underline-offset: 6px;
}
.constantMainMenuLinkDesctop_active {
	color: #57D6DE;
	text-decoration: underline;
    text-underline-offset: 6px;
}
.constantMainMenuLinkMobile_active {
	stroke: rgba(87, 214, 222, 1)!important;
}
.constantMainMenuLinkMobile_active path {
	fill: rgba(87, 214, 222, 1)!important;
}
.mainMenuLinkDesctopAkcia {
	font-size: 14px;
	color: #ffffff;
	font-weight: 500;
}
.mainMenuLinkDesctopAkcia:hover {
	color: #ffffff;
}
.mainMenuLinkDesctopRight {
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
}
.mainMenuSubMenu {
	position: absolute;
	top: 40px;
	background: rgba(0, 126, 126, 1);
    border-radius: 10px;
	width: 150px;
    padding: 20px 15px 20px 28px;
	line-height: 14px;
	z-index: 9;
}
.mainMenuSubMenuText {
	line-height: 14px;
	text-align: left;
	margin-bottom: 20px;
/*	padding-left: 18px;*/
    text-indent: -14px;
}
.mainMenuSubMenuText::before {
            content: "• "; /* Символ маркера (кружок) */
            color: #57D6DE; /* Цвет маркера */
            font-size: 24px; /* Размер маркера */
            vertical-align: middle; /* Выровнять по центру текста */
}
.mainMenuSubMenuText:last-child {
	margin-bottom: 0px;
}
.mainMenuSubMenuLink {
	font-family: Montserrat Alternates;
	font-size: 13px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
}
.mainMenuSubMenuLink:hover {
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
}

.searchMenu {
	position: relative;
}
.searchBot {
	cursor: pointer;
}
.searchIcon {
	width: 17px;
	height: 17px;
}
.searchInputAndIconBlock {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.searchInput {
	background: rgba(8, 95, 95, 1)!important;
	color: #ffffff!important;
	border: none;
	width: 120px;
	font-size: 14px;
	font-weight: 500;
	line-height: 17px;
	height: 25px;
	padding-left: 0px;
}
.searchPlace {
	position: absolute;
	background: rgba(8, 95, 95, 1);
	border-radius: 16px;
    padding: 5px 15px 5px 15px;
    top: -4px;
    right: -1px;
}
.searchHR {
	border-top: 2px solid rgba(130, 180, 180, 0.5);
	margin: 5px 0px;
}
.searchResultBlock {
	line-height: 17.07px;
	text-align: left;
}
.searchResult {
	font-family: Montserrat Alternates;
	font-size: 14px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.5);
}
.searchResult:hover {
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
}

.searchInput:focus {
  outline: none !important;
  box-shadow: none !important; /* Убираем тень, которая может быть у Bootstrap */
  border-color: #ccc !important; /* Убедитесь, что граница не меняется на фокусе */
}
/* Для Google Chrome, Safari, Opera */
.searchInput::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
}

/* Для Mozilla Firefox 19+ */
.searchInput::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
  opacity: 1 !important;
}

/* Для Internet Explorer 10-11 */
.searchInput:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
}

/* Для Microsoft Edge */
.searchInput::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
}

/* Для стандартного псевдоэлемента */
.searchInput::placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
}







.mobile_top_menu_block {
	display: none;
	align-items: center;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(31, 120, 120, 1);
}
.mobile_top_menu_block_left {
	flex: 1;
}
.mobile_top_menu_block_center {
	margin: 0 auto;
	flex: 0;
}
.mobile_top_menu_block_right {
	flex: 1;
	text-align: right;
}

.menu-mobile {
	display: none;
	
}

.icons_mob_menu {
	stroke: white;
}
.text_mob_menu {
	color: #fff;
	font-size: 25%;
}
.block_item_menu {
	display: none;
}
.item_mobmenu_service {
	display: none;
}
.item_mobmenu_price {
	display: none;
}
.item_mobmenu_search {
	display: none;
}

.soc_icons {
	position: fixed;
	display: flex;
	flex-direction: column;
	align-items: center;
	bottom: 20px;
	right: 20px;
	z-index: 10;
	gap: 10px;
}
.insta_icon_fixed {
	display: block;
    width: 35px;
    height: 35px;
    cursor: pointer;
}
.vk_icon_fixed {
	display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.tiktok_icon_fixed {
	display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.whatsapp_icon_fixed {
	display: block;
    width: 38px;
    height: 38px;
    cursor: pointer;
}
.youtube_icon_fixed {
	display: block;
    width: 45px;
    height: 45px;
    cursor: pointer;
}


.insta_icon_fixed22 {
	display: block;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    cursor: pointer;
}
.vk_icon_fixed22 {
	display: block;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    cursor: pointer;
}
.tiktok_icon_fixed22 {
	display: block;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10;
    cursor: pointer;
}
.whatsapp_icon_fixed22 {
	display: block;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10;
    cursor: pointer;
}
.youtube_icon_fixed22 {
	display: block;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10;
    cursor: pointer;
}


.oborudovanie_top_text {
	font-family: Montserrat Alternates;
	font-size: 22px;
	font-weight: 400;
	line-height: 26.82px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	text-indent: -13px;
}
.oborudovanie_top_text::before {
	content: "• ";
    color: #fff;
    font-size: 28px;
}

.equ_top_block {
	display: flex;
	color: #fff;
	align-items: center;
	margin-top: 50px;
}
.equ_top_blockMobile {
	display: none;
}
.equ_content_name {
	font-family: Montserrat Alternates;
	color: #fff;
	font-size: 40px;
	font-weight: 500;
	line-height: 48.76px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	margin-bottom: 30px;
}
.equ_content_text {
	font-family: Montserrat Alternates;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	line-height: 25.6px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.volna_aboutus {
	background-image: url(/assets/volna.svg);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}


.aboutus_block {
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* 3 колонки одинаковой ширины */
	gap: 0px; /* Расстояние между элементами */
	column-gap: 160px;
	text-align: center;
}
.aboutus_block_item_background {
	background: rgba(6, 83, 83, 1);
	color: #fff;
	border-radius: 21px;
	padding: 80px 20px 80px 20px;
}
.aboutus_block_item {
	color: #fff;
	border-radius: 21px;
	padding: 80px 20px 80px 20px;
}
.aboutus_block_item_img {
	margin-bottom: 20px;
}
.aboutus_block_item_text {
	font-family: Montserrat Alternates;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.5px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}

.sertifikaty_block {
	display: flex;
	overflow-x: auto;
	scrollbar-width: none; /* Firefox */
	user-select: none; /* Отключаем выделение текста */
}
.sertifikaty_block::-webkit-scrollbar {
      display: none;
    }
.sertifikaty_block_item {
	background-color: #065252;
    border-radius: 16px;
	max-width: 370px;
/*	min-width: 385px;*/
	padding: 30px;
	margin-right: 15px;
	color: #ffffff;
	cursor: grab; /* Курсор при наведении */
}
.sertifikaty_block_item:last-child {
	margin-right: 1px;
}
.sertifikaty_block_item_img {
	margin-right: 0px;
}
.sertifikaty_block_img {
	width: 288px;
	background-color: #87A8B8;
	border-radius: 14px 14px 14px 14px;
	pointer-events: none;
}


@media (max-width: 992px) {


.sertifikaty_block_item {
	max-width: 280px;
}
.sertifikaty_block_img {
	width: 218px;
}


.aboutus_block {
	display: block;
	grid-template-columns: repeat(3, 1fr); /* 3 колонки одинаковой ширины */
	gap: 0px; /* Расстояние между элементами */
	column-gap: 160px;
	text-align: center;
}
.aboutus_block_item_background {
	background: none;
	color: #fff;
	border-radius: 21px;
	padding: 40px 80px 40px 80px;
}
.aboutus_block_item {
	color: #fff;
	border-radius: 21px;
	padding: 40px 80px 40px 80px;
}
.aboutus_block_item_img {
	margin-bottom: 20px;
}
.aboutus_block_item_text {
	font-family: Montserrat Alternates;
	font-size: 14px;
	font-weight: 400;
	line-height: 17.07px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}


.equ_top_block {
	display: none;
}
.equ_top_blockMobile {
	display: block;
	color: #fff;
	align-items: center;
	margin-top: 50px;
}
.oborudovanie_top_text {
	font-family: Montserrat Alternates;
	font-size: 18px;
	font-weight: 300;
	line-height: 21.94px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	text-indent: -13px;
}
.equ_content_name {
	font-family: Montserrat Alternates;
	font-size: 25px;
	font-weight: 500;
	line-height: 30.48px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	margin-bottom: 30px;
}
.equ_content_text {
	font-family: Montserrat Alternates;
	font-size: 16px;
	font-weight: 300;
	line-height: 19.5px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}

.soc_icons {
	position: fixed;
	display: flex;
	flex-direction: column;
	align-items: center;
	bottom: 65px;
	right: 10px;
	z-index: 10;
	gap: 10px;
}
.insta_icon_fixed {
	display: block;
    width: 35px;
    height: 35px;
    cursor: pointer;
}
.vk_icon_fixed {
	display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.tiktok_icon_fixed {
	display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.whatsapp_icon_fixed {
	display: block;
    width: 38px;
    height: 38px;
    cursor: pointer;
}
.youtube_icon_fixed {
	display: block;
    width: 45px;
    height: 45px;
    cursor: pointer;
}

.mobile_top_menu_block {
	display: flex;
	align-items: center;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(31, 120, 120, 1);
}
.navbar {
	display: none;
}


.menu-mobile {
	display: block;
	position: fixed;
	bottom: 0px;
	background-color: rgba(43, 125, 125, 1);
	width: 100%;
	text-align: center;
	height: 56px;
	font-size: 35px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	z-index: 10;
}


.mobmenu_item {
	width: 25%;
	line-height: 0.01;
	padding-top: 2px;
/*	border-right: 1px solid rgba(253, 253, 253, 0.5);*/
	position: relative;
	cursor: pointer;
}
.mobmenu_item::after {
	content: '';
    position: absolute;
    right: 0; /* Расположение бордера справа */
    top: 97%; /* Начало сверху, смещение на 50% */
    transform: translateY(-35%); /* Смещение наверх на 35% от родительской высоты */
    height: 45%; /* Высота бордера 70% от высоты ячейки */
    width: 1px; /* Толщина бордера */
    background-color: rgba(253, 253, 253, 0.5); /* Цвет бордера */
}
.mobmenu_item:last-child::after {
    display: none;
}
.block_item_menu {
	position: fixed;
	top: 63px; /* Оставляем полоску сверху видимой */
	left: 0;
	width: 100%;
	height: calc(100% - 63px); /* Закрываем всё кроме верхней полосы */
	background: linear-gradient(180deg, #034141 0%, #0A6D6D 100%);
/*	background-color: rgba(0, 0, 0, 0.8); /* Полупрозрачный черный фон */
	color: white;
	display: none; /* Изначально скрыт */
	align-items: center;
	justify-content: center;
	z-index: 11;
}
.top_container_menu {
	position: fixed;
    z-index: 11;
    background-color: #023F3F;
}

/* Полупрозрачный фон */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Полупрозрачный черный */
  z-index: 12; /* Поверх всех элементов */
  display: none; /* Скрыт по умолчанию */
}

.item_mobmenu_service {
	position: fixed;
	bottom: 0px; /* Оставляем полоску сверху видимой */
	left: 0;
	width: 100%;
	height: calc(100% - 70%); /* Закрываем всё кроме верхней полосы */
	background: rgba(10, 105, 105, 1);
/*	background-color: rgba(0, 0, 0, 0.8); /* Полупрозрачный черный фон */
	color: white;
	display: none; /* Изначально скрыт */
	align-items: center;
	justify-content: center;
	border-top-left-radius: 50px;
    border-top-right-radius: 50px;
	z-index: 13;
}
.item_mobmenu_price {
	position: fixed;
	bottom: 0px; /* Оставляем полоску сверху видимой */
	left: 0;
	width: 100%;
	height: calc(100% - 70%); /* Закрываем всё кроме верхней полосы */
	background: rgba(10, 105, 105, 1);
/*	background-color: rgba(0, 0, 0, 0.8); /* Полупрозрачный черный фон */
	color: white;
	display: none; /* Изначально скрыт */
	align-items: center;
	justify-content: center;
	border-top-left-radius: 50px;
    border-top-right-radius: 50px;
	z-index: 13;
}
.item_mobmenu_search {
	position: fixed;
	top: 150px; /* Оставляем полоску сверху видимой */
	left: 0;
	width: 100%;
	display: none; /* Изначально скрыт */
	align-items: center;
	justify-content: center;
	border-top-left-radius: 50px;
    border-top-right-radius: 50px;
	z-index: 13;
}

.mobMenuSubMenuText {
	line-height: 14px;
	margin-bottom: 20px;
/*	padding-left: 18px;*/
    text-indent: -14px;
}
.mobMenuSubMenuText::before {
	content: "• "; /* Символ маркера (кружок) */
	color: #57D6DE; /* Цвет маркера */
	font-size: 36px; /* Размер маркера */
/*	vertical-align: middle; /* Выровнять по центру текста */
}
.mobMenuSubMenuLink {
	font-family: Montserrat Alternates;
	font-size: 26px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
}
.mobMenuSubMenuLink:hover {
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
}



.searchIconMob {
	width: 23px;
	height: 23px;
}
.searchInputAndIconBlock {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.searchInputMob {
	background: rgba(8, 95, 95, 1)!important;
	color: #ffffff!important;
	border: none;
	width: 100%;
	font-size: 20px;
	font-weight: 500;
	line-height: 17px;
	height: 40px;
	padding-left: 0px;
}
.searchPlaceMob {
	width: 90%;
	background: rgba(8, 95, 95, 1);
	border: 1px solid rgba(130, 180, 180, 1);
	border-radius: 30px;
    padding: 5px 15px 5px 15px;
	margin-left: auto;
    margin-right: auto;
}
.searchHR {
	border-top: 2px solid rgba(130, 180, 180, 0.5);
	margin: 5px 0px;
}
.searchResultBlock {
	line-height: 17.07px;
	text-align: left;
}
.searchResult {
	font-family: Montserrat Alternates;
	font-size: 14px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.5);
}
.searchResult:hover {
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
}

.searchInputMob:focus {
  outline: none !important;
  box-shadow: none !important; /* Убираем тень, которая может быть у Bootstrap */
  border-color: #ccc !important; /* Убедитесь, что граница не меняется на фокусе */
}
/* Для Google Chrome, Safari, Opera */
.searchInputMob::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
}

/* Для Mozilla Firefox 19+ */
.searchInputMob::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
  opacity: 1 !important;
}

/* Для Internet Explorer 10-11 */
.searchInputMob:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
}

/* Для Microsoft Edge */
.searchInputMob::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
}

/* Для стандартного псевдоэлемента */
.searchInputMob::placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
}




	
}





.mainPageTopBlock {
	flex-grow: 1;
	flex-shrink: 0;
	background: linear-gradient(180deg, #023F3F 0%, #096D6D 100%);
	/*height: 800px;*/
	overflow: hidden;
}
.mainPageTopBlockInner {
	display: flex;
	justify-content: center;
	margin-top: 40px;
	align-items: normal;
}
.mainPage_column {
	flex: 1; /* Столбцы будут расширяться, занимая равное место */
}
.mainPage_leftc {
	font-family: Montserrat Alternates;
	font-size: 22px;
	font-weight: 300;
	line-height: 26.82px;
	text-align: left;
	color: rgba(255, 255, 255, 1);
}
.mainPage_leftcIn {
	text-transform: uppercase;
	font-size: 70px;
	line-height: 86px;
	text-align: right;
	font-weight: 500;
	width: 80%;
	margin-left: 90px;
	margin-top: 50px;
}
.mainPage_leftcinner {
	margin-top: 5rem;
}
.mainPage_centerc {
    margin: 0 auto; /* Выравнивание центрального столбца по центру */
    flex: 0; /* Не даем центральному столбцу растягиваться */
}
.mainPageTop_img {
	width: 450px;
}
.mainPage_rightc {
	font-family: Montserrat Alternates;
	font-size: 22px;
	font-weight: 300;
	line-height: 26.82px;
	text-align: left;
	color: rgba(255, 255, 255, 1);
}
.mainPage_rightcIn1 {
	text-transform: uppercase;
	font-size: 70px;
	line-height: 86px;
	text-align: left;
	font-weight: 500;
	width: 115%;
	margin-left: -130px;
	margin-top: 50px;
	word-break: break-all;
}
.mainPage_rightcIn2 {
	font-family: Montserrat Alternates;
	font-size: 40px;
	font-weight: 300;
	line-height: 48.76px;
	text-align: left;
	width: 115%;
	margin-left: -130px;
	margin-top: 20px;
}
.mainPage_btn_top {
	font-family: Montserrat Alternates;
	font-size: 20px;
	font-weight: 600;
	line-height: 37.58px;
	text-align: center;
	color: rgba(255, 255, 255, 1);
	background: rgba(43, 166, 166, 1);
    padding: 15px 30px;
    border-radius: 30px;
}
.mainPage_btn_top:hover {
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
}

.mainPageTopBlockInnerModile {
	display: none;
}




.akcia_h1_block {
	display: flex;
	justify-content: space-between;	/* Распределение пространства между элементами */
	align-items: center; /* Выравнивание по вертикали */
	margin-top: 40px;
	margin-bottom: 20px;
}
.akcia_h1_block_inner {
	text-align: center;
	font-size: 40px;
	color: #ffffff;
	font-weight: 500;
	width: 100%;
}
.akcia_h1_block_inner_star {
	width: 30px;
	margin-bottom: 45px;
}
.akcia_h1_block_inner_text {
	background: linear-gradient(90deg, #57D6DE 13.35%, #9BFCD3 84.61%);
	-webkit-background-clip: text; 
	background-clip: text;
	color: transparent;
}
.akcia_h1_block_inner_arrows {
	width: 10%;
	text-align: end;
}
.akcia_block {
	display: flex;
	justify-content: space-around;
	overflow-x: auto;
	scrollbar-width: none; /* Firefox */
	user-select: none; /* Отключаем выделение текста */
	gap: 20px;
	cursor: grab;
}
.akcia_block::-webkit-scrollbar {
      display: none;
}
.akcia_block_inner {
	position: relative;
}
.akcia_block_inner_date {
	position: absolute;
	font-family: Montserrat Alternates;
	font-size: 28px;
	font-weight: 500;
	line-height: 46px;
	text-align: left;
	color: rgba(255, 255, 255, 1);
	top: 30px;
	left: 30px;
}
.akcia_block_inner_bott {
	position: absolute;
	bottom: 30px;
	left: 30px;
}
.akcia_block_inner_skidka {
	font-family: Montserrat Alternates;
	font-size: 80px;
	font-weight: 500;
	text-align: left;
	color: #ffffff;
}
.akcia_block_inner_name {
	font-family: Montserrat Alternates;
	font-size: 40px;
	font-weight: 500;
	line-height: 40px;
	text-align: left;
	color: #ffffff;
}
.akcia_block_inner_moreBot {
	font-family: Montserrat Alternates;
	font-size: 28px;
	font-weight: 500;
	line-height: 56px;
	text-align: left;
	color: rgba(255, 255, 255, 0.5);
}
.akcia_block_inner_moreBot:hover {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.5);
}
.akcia_block_inner_img {
	border-radius: 50px;
	pointer-events: none;
}








.service_block_row {
	background: linear-gradient(180deg, #004E4E 0%, #096A6A 100%);
	height: 646px;
	border-radius: 30px;
	overflow: hidden;
}
.services_cat_names_class {
	display: flex;
/*	justify-content: space-around;*/
	align-items: center;
	gap: 20px;
}
.services_item {
	border: 1px solid #FFFFFFA8;
    border-radius: 39px;
    padding: 10px 36px;
	cursor: pointer;
}
.services_item_active {
	background: linear-gradient(90deg, #168585 0%, #189090 100%);
	border: 1px solid #168585;
}
.services_item_title {
	font-size: 21px;
	color: #FFFFFFA8;
	font-weight: 400;
}
.services_item_title_active {
	color: #FFFFFF;
}


.modal-content {
	border-radius: 30px;
	padding-left: 20px;
	padding-bottom: 20px;
}
.modal-header {
	border-bottom: none;
}
.modal-header .close {
	font-size: 4.0rem;
    font-weight: 100;
	padding: 0rem 1rem;
}
.modal-body {
	font-family: Montserrat Alternates;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	text-align: left;
	padding-right: 2rem;

}
.modal-title {
	font-family: Montserrat Alternates;
    font-size: 40px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
	padding-top: 20px;
	padding-left: 0px;
}
.modal-footer {
	border-top: none;
	justify-content: flex-start;
	padding-top: 50px;
}
.modal-morebtn {
	font-family: Montserrat Alternates;
	font-size: 25.9px;
	font-weight: 600;
	line-height: 37.58px;
	text-align: center;
	color: rgba(255, 255, 255, 1);
	background: rgba(43, 166, 166, 1);
    padding: 13px 60px;
    border-radius: 30px;
}
.modal-morebtn:hover {
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
}

.modal-morebtn-small {
	font-family: Montserrat Alternates;
	font-size: 20px;
	font-weight: 600;
	line-height: 37.58px;
	text-align: center;
	color: rgba(255, 255, 255, 1);
	background: rgba(43, 166, 166, 1);
    padding: 8px 30px;
    border-radius: 30px;
}
.modal-morebtn-small:hover {
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
}




.ba_names_class {
	display: flex;
	gap: 15px;
	align-items: center;
}
.ba_item {
	border: 1px solid #FFFFFFA8;
    border-radius: 39px;
    padding: 6px 25px;
	cursor: pointer;
}
.ba_item_active {
	background: linear-gradient(90deg, #168585 0%, #189090 100%);
	border: 1px solid #168585;
}
.ba_item_title {
	font-size: 16px;
	color: #FFFFFFA8;
	font-weight: 400;
}
.ba_item_title_active {
	color: #FFFFFF;
}
.ba_img_before {
	filter: brightness(80%);
	border-radius: 20px;
}
.ba_img_after {
	border-radius: 20px;
}

.ba_item_list {
	display: flex;
    width: 80%;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.43);
    padding-top: 16px;
    padding-bottom: 16px;
	cursor: pointer;
}
.ba_name {
	color: #FFF;
	font-family: "Montserrat Alternates";
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 26px; /* 130% */
}
.ba_arrow {
	width: 9px;
    stroke-opacity: 0.61;
	stroke: #039595;
    margin-bottom: 2px;
    margin-left: 10px;
}



.zagolovok {
	font-size: 40px;
	color: #ffffff;
	text-align: center;
	font-weight: 500;
	line-height: 48px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.zagolovokArrows {
	display: flex;
	justify-content: space-between; /* Распределение пространства между элементами */
	align-items: center; /* Выравнивание по вертикали */
}
.zagolovokArrowsText {
	text-align: center;
	font-size: 40px;
	color: #ffffff;
	font-weight: 500;
	width: 100%;
}
.zagolovokArrowsArrow {
	width: 10%;
	text-align: end;
}


.grid-table {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
	background-color: #1B5252;
    /*background-color: #003F39;*/
    /*gap: 2px;*/
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
	margin-bottom: 20px;
}

.grid-header {
    display: contents;
}

.grid-row {
    display: contents;
}

.grid-cell {
	position: relative;
    padding: 15px 10px;
    background-color: #1B5252;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
	min-height: 50px; /* Минимальная высота для ячеек */
    display: flex;
    align-items: center; /* Вертикальное выравнивание */
    justify-content: center;
    box-sizing: border-box;
}

.header {
    color: #fff;
    background-color: #0D7C7C;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    line-height: 24px;
}

.grid-cell:nth-child(1) {
	justify-content: left;
    text-align: left!important;
    padding-left: 3rem;
}

.grid-cell {
    border-bottom: 3px solid #023F3F;
}

.grid-row:last-child .grid-cell {
    border-bottom: none;
}

.grid-cell:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
/*    white-space: nowrap;*/
}


/* Псевдоэлемент для бордера */
.grid-cell:not(:first-child)::before {
    content: '';
    position: absolute;
    right: 0; /* Расположение бордера справа */
    top: 40%; /* Начало сверху, смещение на 50% */
    transform: translateY(-35%); /* Смещение наверх на 35% от родительской высоты */
    height: 70%; /* Высота бордера 70% от высоты ячейки */
    width: 1px; /* Толщина бордера */
    background-color: #3AC1C180; /* Цвет бордера */
}
/* Исключаем первую колонку */
.grid-cell:first-child::before,
.grid-cell:last-child::before {
    display: none;
}
.active_item {
	background-color: #188F8F80!important;
	border-bottom: 3px solid #0c6764;
}
.grid-header:first-child .active_item {
	border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.grid-row:last-child .active_item {
	border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.active_item::before {
	display: none;
}

.grid-cell.no-before::before {
    display: none;
  }

.hidden-row {
	display: none; /* Скрываем строки*/
}


.small-text {
	font-size: 0.8em; /* Уменьшаем шрифт для текста в скобках */
	line-height: 16px;
	margin-bottom: 0px;
}




.services_arrow {
	width: 8px;
    stroke-opacity: 0.61;
	stroke: white;
    margin-bottom: 2px;
    margin-left: 10px;
}
.services_arrow_active {
    stroke-opacity: 1;
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(90deg);
}
.service_block_inner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}
/* Псевдоэлемент для заполнения правого пространства */
.service_block_inner::after {
    content: "";
    flex: 1 1 calc(50% - 10px);  /* Занимает правую колонку при нечетном количестве элементов */
    max-width: calc(45% - 20px);  /* Ограничивает ширину псевдоэлемента */
}
.service_block_innerIfMore {
	height: 500px;
	overflow-y: auto; /* Включаем вертикальную прокрутку */
	-webkit-overflow-scrolling: touch; /* Поддержка сенсорной прокрутки на iOS */
	scroll-behavior: smooth; /* Плавная прокрутка для поддерживающих браузеров */
}
/* Кастомизация полосы прокрутки для WebKit-браузеров */
.service_block_inner::-webkit-scrollbar {
	width: 8px; /* Ширина полосы прокрутки */
}
.service_block_inner::-webkit-scrollbar-track {
	background: #023F3F; /* Цвет трека (фон) полосы прокрутки */
	border-radius: 10px;
	cursor: grab;
}
.service_block_inner::-webkit-scrollbar-thumb {
	background-color: #0B7979; /* Цвет бегунка */
	border-radius: 10px; /* Округленные углы бегунка */
	cursor: grab;
}
.service_block_inner::-webkit-scrollbar-thumb:hover {
	background-color: #39B0B0; /* Цвет бегунка при наведении */
	cursor: grab;
}
.servises_inner_item {
	display: flex;
	justify-content: space-around;
    align-items: center;
	font-size: 16px;
	line-height: 25px;
	font-weight: 500;
	background-color: #0B7979;
	border-radius: 15px;
	color: #ffffff;
	padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 5%;
    padding-bottom: 5%;
    max-width: 238px;
	max-height: 112px;
/*	min-height: 112px;*/
    text-align: center;
	margin-bottom: 16px;
	margin-left: 8px;
    margin-right: 8px;
	cursor: pointer;
	flex: 1 1 calc(50% - 20px);
	box-sizing: border-box;
}
/*
.servises_inner_item + .servises_inner_item {
	margin-left: 4%;
}*/
.servises_inner_item_active {
	background-color: #39B0B0!important;
}
.services_img_block {
	width: 100%;
}



.arrow {
	cursor: pointer;
    }
.arrow.left {
	margin-right: 5px;
    }

.arrow.right {
    margin-left: 5px;
    }

.price_block_doctors {
	display: flex;
	overflow-x: auto;
	scrollbar-width: none; /* Firefox */
	user-select: none; /* Отключаем выделение текста */
}
.price_block_doctors::-webkit-scrollbar {
      display: none;
    }
.doctors_item {
	border: 1px solid #FFFFFFA8;
    border-radius: 16px;
	max-width: 386px;
	min-width: 385px;
	display: flex;
	padding: 15px;
	margin-right: 25px;
	color: #ffffff;
	cursor: grab; /* Курсор при наведении */
}
.doctors_item:last-child {
	margin-right: 1px;
}
.doctors_item_dop {
	display: flex;
}
.doctors_item_active {
	border: 1px solid #0D7C7C80;
    background: #0D7C7C80;
}
.doctors_item_img {
	margin-right: 15px;
}
.doctors_img {
	width: 140px;
	background-color: #87A8B8;
	border-radius: 14px;
	pointer-events: none;
}
.doctors_details {
    display: flex;
    flex-direction: column;
    margin-top: 5px;
}
.doctors_name {
	font-weight: 500;
	font-size: 22px;
	line-height: 26px;
}
.doctors_job {
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #FFFFFF8F;
	margin-top: 10px;
}
.doctors_more {
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #7FCBCC;
	margin-top: 15px;
	cursor: pointer;
}
.doctors_more_active {
	color: #ffffff;
}




.our_doctors_block {
	display: flex;
	overflow-x: auto;
	scrollbar-width: none; /* Firefox */
	user-select: none; /* Отключаем выделение текста */
}
.our_doctors_block::-webkit-scrollbar {
      display: none;
    }
.our_doctors_item {
	background-color: #065252;
    border-radius: 16px;
	max-width: 288px;
/*	min-width: 385px;*/
	padding: 0px;
	margin-right: 15px;
	color: #ffffff;
	cursor: grab; /* Курсор при наведении */
}
.our_doctors_item:last-child {
	margin-right: 1px;
}
.our_doctors_item_img {
	margin-right: 0px;
}
.our_doctors_img {
	width: 288px;
	background-color: #87A8B8;
	border-radius: 14px 14px 0px 0px;
	pointer-events: none;
}
.doctors_details_mob {
	display: none;
}
.our_doctors_info {
	padding: 25px 20px 40px 20px;
	text-align: center;
}
.our_doctors_name {
	font-weight: 400;
	font-size: 17px;
	line-height: 20px;
}
.our_doctors_job {
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF8F;
	margin-top: 20px;
}
.our_doctors_more {
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #7FCBCC;
	margin-top: 25px;
}
.our_doctors_more_bot {
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #7FCBCC;
	border: 1px solid #FFFFFFA8;
	padding: 8px 20px;
    border-radius: 20px;
}



.page_doctors {
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
	user-select: none; /* Отключаем выделение текста */
	gap: 30px 0px;
}
.page_doctors_item {
	background-color: #065252;
    border-radius: 16px;
	max-width: 288px;
/*	min-width: 385px;*/
	padding: 0px;
	margin-right: 15px;
	color: #ffffff;
}
.page_doctors_item:last-child {
	margin-right: 1px;
}
.page_doctors_item_img {
	margin-right: 0px;
}
.page_doctors_img {
	width: 288px;
	background-color: #87A8B8;
	border-radius: 14px 14px 0px 0px;
	pointer-events: none;
}
.page_details_mob {
	display: none;
}
.page_doctors_info {
	padding: 25px 20px 40px 20px;
	text-align: center;
}
.page_doctors_name {
	font-weight: 400;
	font-size: 17px;
	line-height: 20px;
}
.page_doctors_job {
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF8F;
	margin-top: 20px;
}
.page_doctors_more {
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #7FCBCC;
	margin-top: 25px;
}
.page_doctors_more_bot {
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #7FCBCC;
	border: 1px solid rgba(127, 203, 204, 1);
	padding: 8px 20px;
    border-radius: 20px;
}
.page_doctors_more_bot:hover {
	color: #7FCBCC;
	text-decoration: none;
}


.doctor_page_name_top {
	font-family: Montserrat Alternates;
	text-transform: uppercase;
	font-size: 70px;
	font-weight: 500;
	line-height: 85.33px;
	text-align: center;
	color: rgba(255, 255, 255, 1);
	margin-top: 40px;
	max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    line-height: 83px;
}
.doc_page_block_text_img {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -25px;
}
.doc_column {
	flex: 1; /* Столбцы будут расширяться, занимая равное место */
}
.leftc {
	font-family: Montserrat Alternates;
	font-size: 22px;
	font-weight: 300;
	line-height: 26.82px;
	text-align: left;
	color: rgba(255, 255, 255, 1);
}
.leftcinner {
	margin-top: 3rem;
}
.centerc {
    margin: 0 auto; /* Выравнивание центрального столбца по центру */
    flex: 0; /* Не даем центральному столбцу растягиваться */
}
.rightc {
	font-family: Montserrat Alternates;
	font-size: 22px;
	font-weight: 300;
	line-height: 26.82px;
	text-align: left;
	color: rgba(255, 255, 255, 1);
}
.doc_btn_top {
	font-family: Montserrat Alternates;
	font-size: 20px;
	font-weight: 600;
	line-height: 37.58px;
	text-align: center;
	color: rgba(255, 255, 255, 1);
	background: rgba(43, 166, 166, 1);
    padding: 15px 30px;
    border-radius: 30px;
}
.doc_price_inner_item {
	display: flex;
	align-items: center;
    justify-content: space-between;
	background: rgba(11, 121, 121, 1);
	border-radius: 15px;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 10px;
    padding: 10px 20px;
	cursor: pointer;
}
.surgery_name {
	font-family: Montserrat Alternates;
	font-size: 17px;
	font-weight: 500;
	line-height: 25px;
	text-align: left;
	max-width: 50%;
}
.surgery_price {
	font-family: Montserrat Alternates;
	font-size: 17px;
	font-weight: 400;
	line-height: 20.72px;
	text-align: left;
	max-width: 50%;
}
.doc_price_block_inner {
	padding: 0px 20px 0px 40px;
}
/* Кастомизация полосы прокрутки для WebKit-браузеров */
.doc_price_block_inner::-webkit-scrollbar {
	width: 8px; /* Ширина полосы прокрутки */
}
.doc_price_block_inner::-webkit-scrollbar-track {
	background: #023F3F; /* Цвет трека (фон) полосы прокрутки */
	border-radius: 10px;
	cursor: grab;
}
.doc_price_block_inner::-webkit-scrollbar-thumb {
	background-color: #0B7979; /* Цвет бегунка */
	border-radius: 10px; /* Округленные углы бегунка */
	cursor: grab;
}
.doc_price_block_inner::-webkit-scrollbar-thumb:hover {
	background-color: #39B0B0; /* Цвет бегунка при наведении */
	cursor: grab;
}
.vidy_operaciy {
	font-size: 35px;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
	line-height: 42px;
}




.prices_cat_names_class {
	display: flex;
	align-items: center;
	overflow-x: auto;
    white-space: nowrap;
	-webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.prices_item {
	border: 1px solid #FFFFFFA8;
    border-radius: 39px;
    padding: 11px 40px;
	cursor: pointer;
	margin-right: 20px;
}
.prices_item:last-child {
	margin-right: 1px;
}
.prices_item_active {
	background: linear-gradient(90deg, #168585 0%, #189090 100%);
	border: 1px solid #168585;
}
.prices_item_title {
	font-size: 21px;
	color: #FFFFFFA8;
	font-weight: 400;
}
.prices_item_title_active {
	color: #FFFFFF;
}
.prices_arrow {
	width: 8px;
    stroke-opacity: 0.61;
	stroke: white;
    margin-bottom: 2px;
    margin-left: 10px;
}
.prices_arrow_active {
    stroke-opacity: 1;
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(90deg);
}
.prices_inner_item {
	font-size: 16px;
	line-height: 25px;
	font-weight: 500;
	background-color: #0B7979;
	border-radius: 15px;
	color: #ffffff;
	padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 25px;
    padding-bottom: 25px;
    max-width: 238px;
    text-align: center;
	margin-bottom: 16px;
	margin-left: 8px;
    margin-right: 8px;
	cursor: pointer;
}
.prices_inner_item_active {
	background-color: #39B0B0;
}
.prices_img_block {
	width: 100%;
}

.btn-show-more {
	cursor: pointer;
	color: #ffffff;
    margin-left: 10px;
    border: 1px solid #FFFFFFA8;
    border-radius: 20px;
    padding: 10px 20px;
}
.doc_name_modal {
	font-family: Montserrat Alternates;
	font-size: 30px;
	font-weight: 700;
	line-height: 30px;
	text-align: left;
	color: rgba(2, 63, 63, 1);
	margin-left: 20px;
}
.doc_job_modal {
	font-family: Montserrat Alternates;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	text-align: left;
	color: rgba(3, 149, 149, 1);
	margin-left: 20px;
	margin-top: 10px;
}
.doc_text_modal {
	font-family: Montserrat Alternates;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	color: rgba(0, 0, 0, 1);
	margin-top: 20px;
}


.prefoot {
	
}
.predfooter_block_item {
	font-family: Montserrat Alternates;
	font-size: 25px;
	font-weight: 400;
	line-height: 37px;
	text-align: left;
}
.predfooter_block_name {
	color: #FFFFFF80;
}
.predfooter_block_valve {
	color: #FFFFFF;
}
.predfooter_block_valve_withicon {
	color: #FFFFFF;
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.predfooter_right_block {
	background-color: #065252;
	border-radius: 50px;
	color: #ffffff;
	padding: 60px 20px;
}
.predfooter_right_block_text_zayavka {
	font-family: Montserrat Alternates;
	font-size: 40px;
	font-weight: 400;
	line-height: 48px;
	text-align: center;
}
.predfooter_right_block_inner1 {
	margin: 20px 0px 60px 0px;
}
.predfooter_right_block_text_zapishis {
	font-family: Montserrat Alternates;
	font-size: 25px;
	font-weight: 300;
	line-height: 30px;
	text-align: center;
}
.predfooter_right_block_inner2 {
	margin: 0px 0px 60px 0px;
}
.predfooter_right_block_zapisbot {
	background-color: #00B02A;
	padding: 25px 100px;
	border-radius: 24px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}
.predfooter_right_block_zapisbot_text {
	font-size: 27px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	color: #fff;
}
.predfooter_right_block_insta {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #fff;
}
.smotret_karta {
	color: #fff;
}
.phone_link {
	color: #fff;
}
.predfooter_right_block_insta_text {
	font-size: 24px;
	font-weight: 300;
	line-height: 1;
	text-align: center;
}





.block_zapis {
	align-items: center;
	background-color: #065252;
	border-radius: 40px;
	padding: 40px 40px;
}
.block_zapis_text1 {
	font-family: Montserrat Alternates;
	font-size: 40px;
	font-weight: 500;
	line-height: 48px;
	text-align: left;
	color: #FFFFFF;
}
.block_zapis_text2 {
	font-family: Montserrat Alternates;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	text-align: left;
	color: #FFFFFF;
}
.block_zapis_right {
	text-align: right;
}
.block_zapis_bot {
	background-color: #00B02A;
	padding: 22px 80px;
	border-radius: 24px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}
.block_zapis_bot_text {
	font-size: 26px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	color: #ffffff;
}


.faq_text {
	display: flex;
	justify-content: space-between;
	font-family: Montserrat Alternates;
	font-size: 28px;
	font-weight: 300;
	line-height: 44.96px;
	text-align: left;
	color: rgba(255, 255, 255, 1);
	cursor: pointer;
}
.faq_answer {
	font-family: Montserrat Alternates;
	font-size: 28px;
	font-weight: 300;
	line-height: 44.96px;
	text-align: left;
	color: rgba(255, 255, 255, 1);
	margin-top: 10px;
	cursor: pointer;
}
.hr_faq {
	border-top: 1px solid rgba(255, 255, 255, 0.39);
	margin-bottom: 30px;
}




.footer_block {
	background-color: #003636;
	color: #ffffff;
}
.footer_mb {
	margin-bottom: 70px;
}
.footer_block_name {
	color: #FFFFFF;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 22px;
	font-weight: 600;
}
.footer_block_valve {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 400;
	line-height: 40px;
}
.footer_block_grafic {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
}
.footer_block_license {
	font-family: Montserrat Alternates;
	font-size: 15.59px;
	font-weight: 400;
	line-height: 19px;
	text-align: left;
	color: #FFFFFF80;
}
.otstup_footer_mobile {
	margin-bottom: 40px;
}

.content_h1 {
	font-family: Montserrat Alternates;
	font-size: 70px;
	font-weight: 500;
	line-height: 85.33px;
	text-align: center;
	color: rgba(255, 255, 255, 1);
	text-transform: uppercase;
}
.content_description {
	font-family: Montserrat Alternates;
	font-size: 22px;
	font-weight: 300;
	line-height: 26px;
	text-align: center;
	color: rgba(255, 255, 255, 1);
	margin-top: 40px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.star_and_svechenie {
	position: relative;
}
.content_text {
	color: #ffffff;
	font-size: 18px;
	line-height: 23px;
	margin-top: 100px;
}



@media (max-width: 576px) {

.mainPageTopBlock {
	flex-grow: 1;
	flex-shrink: 0;
	background: linear-gradient(180deg, #023F3F 0%, #096D6D 100%);
	/*height: 800px;*/
	overflow: hidden;
}
.mainPageTopBlockInner {
	display: none;
}
.mainPageTopBlockInnerModile {
	display: block;
	justify-content: center;
	margin-top: 40px;
	align-items: normal;
}
.mainPage_column {
/*	flex: 1; /* Столбцы будут расширяться, занимая равное место */
}
.mainPage_leftc {
	font-family: Montserrat Alternates;
	font-size: 22px;
	font-weight: 300;
	line-height: 26.82px;
	text-align: left;
	color: rgba(255, 255, 255, 1);
}
.mainPage_leftcIn {
	text-transform: uppercase;
	font-size: 70px;
	line-height: 86px;
	text-align: right;
	font-weight: 500;
	width: 80%;
	margin-left: 90px;
	margin-top: 50px;
}
.mainPage_leftcinner {
	margin-top: 5rem;
}
.mainPage_centerc {
    margin: 0 auto; /* Выравнивание центрального столбца по центру */
    flex: 0; /* Не даем центральному столбцу растягиваться */
}
.mainPageTop_img {
	width: 450px;
}
.mainPage_rightc {
	font-family: Montserrat Alternates;
	font-size: 22px;
	font-weight: 300;
	line-height: 26.82px;
	text-align: left;
	color: rgba(255, 255, 255, 1);
}
.mainPage_rightcIn1 {
	text-transform: uppercase;
	font-size: 70px;
	line-height: 86px;
	text-align: left;
	font-weight: 500;
	width: 115%;
	margin-left: -130px;
	margin-top: 50px;
	word-break: break-all;
}
.mainPage_rightcIn2 {
	font-family: Montserrat Alternates;
	font-size: 40px;
	font-weight: 300;
	line-height: 48.76px;
	text-align: left;
	width: 115%;
	margin-left: -130px;
	margin-top: 20px;
}
.mainPage_btn_top {
	font-family: Montserrat Alternates;
	font-size: 20px;
	font-weight: 600;
	line-height: 37.58px;
	text-align: center;
	color: rgba(255, 255, 255, 1);
	background: rgba(43, 166, 166, 1);
    padding: 15px 30px;
    border-radius: 30px;
}
.mainPage_btn_top:hover {
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
}



.content_h1 {
	font-size: 30px;
	line-height: 36px;
}
.content_description {
	font-size: 16px;
	line-height: 19px;
	width: 100%;
}
.star_and_svechenie {
	display: none;
}
.content_text {
	font-size: 16px;
	line-height: 20px;
	margin-top: 50px;
}


.faq_text {
	display: flex;
	justify-content: space-between;
	font-family: Montserrat Alternates;
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
	text-align: left;
	color: rgba(255, 255, 255, 1);
	cursor: pointer;
}
.faq_answer {
	font-family: Montserrat Alternates;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	text-align: left;
	color: rgba(255, 255, 255, 0.8);
	margin-top: 10px;
	cursor: pointer;
}


.arrow {
	cursor: pointer;
	width: 30px;
}
.zagolovok {
	font-size: 25px;
	color: #ffffff;
	text-align: center;
	font-weight: 400;
	line-height: 30px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.zagolovokArrows {
	display: flex;
	justify-content: space-between; /* Распределение пространства между элементами */
	align-items: center; /* Выравнивание по вертикали */
}
.zagolovokArrowsText {
	text-align: left;
	font-size: 25px;
	color: #ffffff;
	font-weight: 500;
	width: 100%;
	line-height: 30px;
}
.zagolovokArrowsArrow {
	width: 40%;
	text-align: end;
}

.modal-title {
    font-size: 24px;
    line-height: 24px;
}


.akcia_h1_block {
	display: flex;
	justify-content: space-between;	/* Распределение пространства между элементами */
	align-items: center; /* Выравнивание по вертикали */
	margin-top: 40px;
	margin-bottom: 20px;
}
.akcia_h1_block_inner {
	text-align: center;
	font-size: 25px;
	color: #ffffff;
	font-weight: 500;
	width: 100%;
}
.akcia_h1_block_inner_star {
	width: 20px;
	margin-bottom: 25px;
}
.akcia_h1_block_inner_text {
	background: linear-gradient(90deg, #57D6DE 13.35%, #9BFCD3 84.61%);
	-webkit-background-clip: text; 
	background-clip: text;
	color: transparent;
}
.akcia_h1_block_inner_arrows {
	width: 25%;
	text-align: end;
}
.akcia_block {
	display: flex;
	justify-content: space-around;
	overflow-x: auto;
	scrollbar-width: none; /* Firefox */
	user-select: none; /* Отключаем выделение текста */
	gap: 20px;
	cursor: grab;
}
.akcia_block::-webkit-scrollbar {
      display: none;
}
.akcia_block_inner {
	position: relative;
}
.akcia_block_inner_date {
	position: absolute;
	font-family: Montserrat Alternates;
	font-size: 17px;
	font-weight: 500;
	line-height: 46px;
	text-align: left;
	color: rgba(255, 255, 255, 1);
	top: 0px;
	left: 20px;
}
.akcia_block_inner_bott {
	position: absolute;
	bottom: 0px;
	left: 20px;
	line-height: 20px;
}
.akcia_block_inner_skidka {
	font-family: Montserrat Alternates;
	font-size: 48px;
	font-weight: 500;
	text-align: left;
	color: #ffffff;
}
.akcia_block_inner_name {
	font-family: Montserrat Alternates;
	font-size: 20px;
	font-weight: 500;
	line-height: 40px;
	text-align: left;
	color: #ffffff;
}
.akcia_block_inner_moreBot {
	font-family: Montserrat Alternates;
	font-size: 14px;
	font-weight: 500;
	line-height: 56px;
	text-align: left;
	color: rgba(255, 255, 255, 0.5);
}
.akcia_block_inner_moreBot:hover {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.5);
}
.akcia_block_inner_img {
	border-radius: 30px;
	pointer-events: none;
	width: 280px;
}




.doctor_page_name_top {
	font-family: Montserrat Alternates;
	text-transform: uppercase;
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 36px;
	text-align: center;
	color: rgba(255, 255, 255, 1);
	margin-top: 40px;
	max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
	padding: 0px 5px;
}
.doc_page_block_text_img {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-top: 20px;
}
.doc_column {
	flex: 1; /* Столбцы будут расширяться, занимая равное место */
}
.leftc {
	font-family: Montserrat Alternates;
	font-size: 16px;
	font-weight: 300;
	line-height: 19px;
	text-align: center;
	color: rgba(255, 255, 255, 1);
}
.leftcinner {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.centerc {
    margin: 0 auto; /* Выравнивание центрального столбца по центру */
    flex: 0; /* Не даем центральному столбцу растягиваться */
}
.rightc {
	font-family: Montserrat Alternates;
	font-size: 16px;
	font-weight: 300;
	line-height: 19px;
	text-align: center;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 2rem;
}
.doc_btn_top {
	font-family: Montserrat Alternates;
	font-size: 20px;
	font-weight: 600;
	line-height: 37.58px;
	text-align: center;
	color: rgba(255, 255, 255, 1);
	background: rgba(43, 166, 166, 1);
    padding: 15px 30px;
    border-radius: 30px;
}
.doc_price_img {
	width: 100%;
}
.doc_price_inner_item {
	display: flex;
	align-items: center;
    justify-content: space-between;
	background: rgba(11, 121, 121, 1);
	border-radius: 15px;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 10px;
    padding: 10px 20px;
	cursor: pointer;
}
.surgery_name {
	font-family: Montserrat Alternates;
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
	text-align: left;
	max-width: 65%;
}
.surgery_price {
	font-family: Montserrat Alternates;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	text-align: left;
	max-width: 35%;
}
.doc_price_block_inner {
	padding: 0px 0px 0px 0px;
}
.vidy_operaciy {
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
}



.prices_cat_names_class {
	display: flex;
	align-items: center;
	overflow-x: auto;
    white-space: nowrap;
	-webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.prices_item {
	border: 1px solid #FFFFFFA8;
    border-radius: 39px;
    padding: 5px 15px;
	cursor: pointer;
	margin-right: 15px;
}
.prices_item:last-child {
	margin-right: 1px;
}
.prices_item_active {
	background: linear-gradient(90deg, #168585 0%, #189090 100%);
	border: 1px solid #168585;
}
.prices_item_title {
	font-size: 13px;
	color: #FFFFFFA8;
	font-weight: 400;
}
.prices_item_title_active {
	color: #FFFFFF;
}
.prices_arrow {
	width: 6px;
    stroke-opacity: 0.61;
	stroke: white;
    margin-bottom: 0px;
    margin-left: 5px;
}
.prices_arrow_active {
    stroke-opacity: 1;
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(90deg);
}
.prices_inner_item {
	font-size: 16px;
	line-height: 25px;
	font-weight: 500;
	background-color: #0B7979;
	border-radius: 15px;
	color: #ffffff;
	padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 25px;
    padding-bottom: 25px;
    max-width: 238px;
    text-align: center;
	margin-bottom: 16px;
	margin-left: 8px;
    margin-right: 8px;
	cursor: pointer;
}
.prices_inner_item_active {
	background-color: #39B0B0;
}
.prices_img_block {
	width: 100%;
}

.btn-show-more {
	font-size: 14px;
	cursor: pointer;
	color: #ffffff;
    margin-left: 10px;
    border: 1px solid #FFFFFFA8;
    border-radius: 20px;
    padding: 8px 16px;
}


.grid-table {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
	background-color: #1B5252;
    /*background-color: #003F39;*/
    /*gap: 2px;*/
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
	overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}


.grid-cell {
	position: relative;
    padding: 5px 5px;
    background-color: #1B5252;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
	min-height: 50px; /* Минимальная высота для ячеек */
    display: flex;
    align-items: center; /* Вертикальное выравнивание */
    justify-content: center;
    box-sizing: border-box;
	line-height: 15px;
}

.header {
    color: #fff;
    background-color: #0D7C7C;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    line-height: 17px;
}

.grid-cell:nth-child(1) {
	justify-content: left;
    text-align: left!important;
    padding-left: 1rem;
}

.grid-cell {
    border-bottom: 1px solid #023F3F;
}

.grid-row:last-child .grid-cell {
    border-bottom: none;
}

.grid-cell:first-child {
    overflow: visible;
    text-overflow: ellipsis;
	position: sticky;
	left: 0;
	z-index: 1;
	max-width: 200px;
	min-width: 200px;
	border-right: 2px solid #023F3F;
/*    white-space: nowrap;*/
}
.grid-cell:not(:first-child) {
	min-width: 120px;
}

/* Псевдоэлемент для бордера */
.grid-cell:not(:first-child)::before {
    content: '';
    position: absolute;
    right: 0; /* Расположение бордера справа */
    top: 40%; /* Начало сверху, смещение на 50% */
    transform: translateY(-35%); /* Смещение наверх на 35% от родительской высоты */
    height: 70%; /* Высота бордера 70% от высоты ячейки */
    width: 1px; /* Толщина бордера */
    background-color: #3AC1C180; /* Цвет бордера */
}
/* Исключаем первую колонку */
.grid-cell:first-child::before,
.grid-cell:last-child::before {
    display: none;
}
.active_item {
	background-color: #188F8F80!important;
	border-bottom: 3px solid #0c6764;
}
.grid-header:first-child .active_item {
	border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.grid-row:last-child .active_item {
	border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.active_item::before {
	display: none;
}

.grid-cell.no-before::before {
    display: none;
  }

  
  
.service_block_row {
	background: linear-gradient(180deg, #004E4E 0%, #096A6A 100%);
	align-content: flex-start;
	height: 646px;
	border-radius: 30px;
	margin-left: -5px;
    margin-right: -5px;
	overflow: hidden;
}
.col_with_img {
	margin-top: 0px !important;
	padding-left: 0px;
}
.services_cat_names_class {
	display: flex;
	justify-content: space-around;
	align-items: center;
	overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
	scrollbar-width: none; /* Для Firefox */
}
.services_cat_names_class::-webkit-scrollbar {
    display: none; /* Для Chrome, Safari и Opera */
}
.services_item {
    border-radius: 39px;
    padding: 4px 20px;
/*	margin-right: 20px;*/
	cursor: pointer;
}
.services_item_title {
	font-size: 13px;
	color: #FFFFFFA8;
	font-weight: 400;
}
.services_arrow {
	width: 5px;
    stroke-opacity: 0.61;
	stroke: white;
    margin-bottom: 0px;
    margin-left: 5px;
}
.servises_inner_item {
	word-wrap: break-word;       /* Обработка переноса длинных слов */
    overflow-wrap: break-word;   /* Альтернативное свойство для переноса слов */
    hyphens: auto;  
	font-size: 13px;
	line-height: 15px;
	font-weight: 500;
	background-color: #0B7979;
	border-radius: 15px;
	color: #ffffff;
	padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 161px;
    text-align: center;
	margin-bottom: 8px;
	margin-left: 4px;
    margin-right: 4px;
    height: 81px;
	cursor: pointer;
}
/* Псевдоэлемент для заполнения правого пространства */
.service_block_inner::after {
    content: "";
    flex: 1 1 calc(50% - 10px);  /* Занимает правую колонку при нечетном количестве элементов */
    max-width: calc(50% - 0px);  /* Ограничивает ширину псевдоэлемента */
}
/*
.row_for_mob {
	flex-direction: row-reverse!important;
}
.category_list {
	column-count: auto;
}*/
.service_block_inner {
	height: 200px;
	overflow-y: auto; /* Включаем вертикальную прокрутку */
	-webkit-overflow-scrolling: touch; /* Поддержка сенсорной прокрутки на iOS */
	scroll-behavior: smooth; /* Плавная прокрутка для поддерживающих браузеров */
}
.service_block_innerIfMore {
	height: 200px;
	overflow-y: auto; /* Включаем вертикальную прокрутку */
	-webkit-overflow-scrolling: touch; /* Поддержка сенсорной прокрутки на iOS */
	scroll-behavior: smooth; /* Плавная прокрутка для поддерживающих браузеров */
}


.price_block_doctors {
	display: flex;
	overflow-x: auto;
	scrollbar-width: none; /* Firefox */
	user-select: none; /* Отключаем выделение текста */
}
.price_block_doctors::-webkit-scrollbar {
      display: none;
    }
.doctors_item {
	border: 1px solid #FFFFFFA8;
    border-radius: 16px;
	max-width: 240px;
	min-width: 240px;
	display: flex;
	flex-direction: column;
	padding: 10px;
	margin-right: 25px;
	color: #ffffff;
	cursor: grab; /* Курсор при наведении */
}
.doctors_item_dop {
	display: flex; align-items: center;
}
.doctors_item:last-child {
	margin-right: 1px;
}
.doctors_item_active {
	border: 1px solid #0D7C7C80;
    background: #0D7C7C80;
}
.doctors_item_img {
	margin-right: 10px;
}
.doctors_img {
	width: 70px;
	background-color: #87A8B8;
	border-radius: 14px;
	pointer-events: none;
}
.doctors_details_mob {
	display: inline;
}
.doctors_details {
	display: none;
}
.doctor_info {
	display: flex;
	flex-direction: column; /* Оставляем doctors_name справа, а details идут ниже */
	align-items: center; /* Центрируем текст под изображением */
}
.doctors_name {
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
}
.doctors_job {
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF8F;
	margin-top: 10px;
}
.doctors_more {
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	color: #7FCBCC;
	margin-top: 5px;
}
.doctors_more_active {
	color: #ffffff;
}




.page_doctors {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	user-select: none; /* Отключаем выделение текста */
	gap: 30px 0px;
}
.page_doctors_item {
	background-color: #065252;
    border-radius: 16px;
	max-width: 100%;
/*	min-width: 385px;*/
	padding: 0px;
	margin-right: 0px;
	color: #ffffff;
}
.page_doctors_item:last-child {
	margin-right: 1px;
}
.page_doctors_item_img {
	margin-right: 0px;
}
.page_doctors_img {
	width: 100%;
	background-color: #87A8B8;
	border-radius: 14px 14px 0px 0px;
	pointer-events: none;
}
.page_details_mob {
	display: none;
}
.page_doctors_info {
	padding: 25px 20px 40px 20px;
	text-align: center;
}
.page_doctors_name {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}
.page_doctors_job {
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #FFFFFF8F;
	margin-top: 20px;
}
.page_doctors_more {
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #7FCBCC;
	margin-top: 25px;
}
.page_doctors_more_bot {
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #7FCBCC;
	border: 1px solid #FFFFFFA8;
	padding: 8px 20px;
    border-radius: 20px;
}




.prefoot {
	margin: 0px 1px;
}
.predfooter_block_item {
	font-family: Montserrat Alternates;
	font-size: 25px;
	font-weight: 400;
	line-height: 37px;
	text-align: left;
}
.predfooter_block_name {
	color: #FFFFFF80;
}
.predfooter_block_valve {
	color: #FFFFFF;
}
.predfooter_block_valve_withicon {
	color: #FFFFFF;
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.predfooter_right_block {
	background-color: #065252;
	border-radius: 50px;
	color: #ffffff;
	padding: 60px 20px;
}
.predfooter_right_block_text_zayavka {
	font-family: Montserrat Alternates;
	font-size: 25px;
	font-weight: 400;
	line-height: 48px;
	text-align: center;
}
.predfooter_right_block_inner1 {
	margin: 20px 0px 60px 0px;
}
.predfooter_right_block_text_zapishis {
	font-family: Montserrat Alternates;
	font-size: 18px;
	font-weight: 300;
	line-height: 25px;
	text-align: center;
}
.predfooter_right_block_inner2 {
	margin: 0px 0px 60px 0px;
}
.predfooter_right_block_zapisbot {
	background-color: #00B02A;
	padding: 18px 50px;
	border-radius: 24px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}
.predfooter_right_block_zapisbot_text {
	font-size: 22px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
}
.predfooter_right_block_insta {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}
.predfooter_right_block_insta_text {
	font-size: 24px;
	font-weight: 300;
	line-height: 1;
	text-align: center;
}



.block_zapis {
	align-items: center;
	background-color: #065252;
	border-radius: 40px;
	padding: 30px 20px 50px 20px;
	margin: 0px 1px;
}
.block_zapis_text1 {
	font-family: Montserrat Alternates;
	font-size: 25px;
	font-weight: 500;
	line-height: 48px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.block_zapis_text2 {
	font-family: Montserrat Alternates;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 40px;
}
.block_zapis_right {
	text-align: center;
}
.block_zapis_bot {
	background-color: #00B02A;
	padding: 18px 50px;
	border-radius: 24px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}
.block_zapis_bot_text {
	font-size: 22px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	color: #ffffff;
}


.otstup_footer_mobile {
	margin-bottom: 40px;
}
	
}




















.step_btn {
	background-color: #9400d3;
	border-radius: 5px;
	padding: 1px 5px;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
}
.step_btn:hover {
	background-color: #8a2be2;
	border-radius: 5px;
	padding: 1px 5px;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
}
.menu-font-family {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	width: 58%; 
	text-align: end;
}
.logotype {
	font-family: 'Sriracha', cursive;
}

.text_pre {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
}

.font-s {
	font-size: 16px;
}

.stor_link {
	
}
.stor_link:hover {
	text-decoration: none;
}

.dot_red {
	position: absolute;
    background-color: #d22a27;
    border-radius: 5px;
    display: inline-block;
    height: 5px;
    width: 5px;
	top: 5px;
}
h1 {
	text-transform: uppercase;
	line-height: 36px;
}
.rassrochka_price {
	font-size: 11px;
    background-color: #ffd300;
    padding: 0px 3px;
    font-weight: 600;
    margin-right: 3px;
}
.rassrochka_mesyac {
	font-size: 11px;
    color: #919191;
}
.like_product_bot {
	font-size: 26px;
	cursor: pointer;
}
.like_product_bot:hover {
	color: #9400d3;
}
.name_story_none {
	position: fixed;
	width: 230px;
	right: 0px;
	left: 0px;
	top: 0px;
	margin: auto;
	background-color: #d22a27a1;
	color: #fff;
	padding: 2px 10px;
	border-radius: 10px;
	z-index: 99;
}
.text_story_none {
	position: fixed;
	width: 220px;
	right: 0px;
	left: 0px;
	top: 0px;
	margin: auto;
	background-color: #d22a27a1;
	color: #fff;
	padding: 2px 10px;
	border-radius: 10px;
	z-index: 99;
}
.auto_save {
	position: fixed;
	width: 160px;
	right: 0px;
	left: 0px;
	top: 0px;
	margin: auto;
	background-color: #25d366a3;
	color: #fff;
	padding: 2px 10px;
	border-radius: 10px;
	z-index: 99;
}
.add_heart {
	position: fixed;
	width: 210px;
	right: 0px;
	left: 0px;
	top: 0px;
	margin: auto;
	background-color: #25d366a3;
	color: #fff;
	padding: 2px 10px;
	border-radius: 10px;
	z-index: 99;
}
.remove_heart {
	position: fixed;
	width: 210px;
	right: 0px;
	left: 0px;
	top: 0px;
	margin: auto;
	background-color: #d22a27a1;
	color: #fff;
	padding: 2px 10px;
	border-radius: 10px;
	z-index: 99;
}
.category_list {
	column-count: 2;
}
.max_992 {
	display: block;
}
.min_992 {
	display: block;
}


.activeMobileMenu {
	color: #0062cc;
}
.background-objects-left {
	margin-bottom: 20px;
}
.filter_menu {
	display: flex;
	justify-content: space-between;
	padding: 10px;
}
.change_theme {
	margin: 0px 30px 2px 0px;
	cursor: pointer;
}
.columns {
	column-count: 2;
}
.img_block {
	width: 500px;
	height: 280px;
}
.small_img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	cursor: pointer;
}
.ekko-lightbox {
	background-color: #000000b5!important;
}

.show_master_bot:hover {
	cursor: pointer;
}
.plist {
	margin-bottom: 0px;
}
.spanleft {
	margin-right: 10px;
	display: inline-block;
}
.spanleft2 {
	margin-right: 10px;
	display: inline-block;
}
.spanr {
	display: inline-block;
}
.zametki {
	cursor: pointer;
	margin-top: 8px;
	width: 170px;
}
.img_block_list {
	width: 300px;
    height: 250px;
}
.imgsize {
	object-fit: cover;
    width: 100%;
    height: 100%;
}
.mgR {
	margin-right: 15px;
}
.prev,
.next {
  position: absolute;
  top: 35%;
  height: 60px;
  width: 60px;
  z-index: 1;
  cursor: pointer;
}
.prev {
	transform: rotate(180deg);
	left: 10px;
}
.next {
  right: 10px;
}
.preim_gir_for_desk {
	display: flex;
	justify-content: space-evenly;
}

.preim_gir_for_mob {
	display: none!important;
}
.img_main_page {
	width: 100%;
}
.moshnost {
	font-size: 28px;
}

.arrow-5 {
    background: #9400d3;
    text-align: center;
    color: #fff;
    padding: 5px;
    margin: 5px;
	border-radius: 5px;
}
.arrow-5-top,
.arrow-5-bottom,
.arrow-5-right,
.arrow-5-left {
    position: relative;
    z-index: 10;
}
.arrow-5-top::after,
.arrow-5-bottom::after,
.arrow-5-right::after,
.arrow-5-left::after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    z-index: 10;
    border: 0;
}
.arrow-5-top::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin-left: -10px;
    left: 50%;
    border-bottom: 10px solid #9400d3;
    top: -10px;
}
.arrow-5-bottom::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin-left: -10px;
    left: 50%;
    border-top: 10px solid #9400d3;
    bottom: -10px;
}
.arrow-5-right::after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-top: -10px;
    top: 50%;
    border-left: 10px solid #9400d3;
    left: auto;
    right: -10px;
}
.arrow-5-left::after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-top: -10px;
    top: 50%;
    border-right: 10px solid #9400d3;
    left: -10px;
}

.vybor_redak {
	border-radius: 10px;
	padding: 10px;
}



.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}


@media (max-width: 576px) {
.moshnost {
	font-size: 18px;
}
.img_main_page {
	width: 50%;
}
.preim_gir_for_mob {
	display: block!important;
}
.preim_gir_for_desk {
	display: none;
}
.like_product_bot:hover {
	color: #000;
}
.background-objects-left {
	margin-bottom: 0px;
}
.filter_menu {
	display: block;
	justify-content: space-between;
	padding: 10px;
}
.marg_for_modile {
	margin-bottom: 10px;
	display: block;
}
.text_width450 {
	width: 300px!important;
}
.change_theme {
	text-align: right;
}
.columns {
	column-count: 1;
}
.img_block {
	width: 100%;
	height: 280px;
	padding-right: 20px;
}
.right_block_m {
	margin-top: 20px;
}
}

@media (max-width: 992px) {
.max_992 {
	display: none;
}
.change_theme {
	margin: 0px 10px 2px 0px;
	cursor: pointer;
}
}
@media (min-width: 992px) {
.min_992 {
	display: none;
}
}
@media (max-width: 575px) {

.like_product_bot {
	right: 25px;
	top: 60px;
	font-size: 30px;
}
h1 {
	font-size: 1.5rem;
}	
	.menu-mobile222 {
	display: block;
	position: fixed;
	bottom: 0px;
	width: 100%;
	text-align: center;
	height: 44px;
	font-size: 35px;
	z-index:1;
}
.font-s {
	font-size: 14px;
}
.formobmenu {
	height: 50px;
}

}