/*
Theme Name: Way to health
Template: flatsome
Author: Child Theme Configurator
Description: Дочерняя тема для сайта zdravkolpino.ru
Version: 1.0.1585501181
Updated: 2023-10-01 19:59:41

/*



/************************************************Общее по сайту*/

.wp-die-message {
	display:none;
}

@font-face {
  font-family: 'FG-Book';
  src: url('/fonts/Franklin_Gothic_Book.ttf') format("truetype");
}

@font-face {
  font-family: 'FG-Demi';
  src: url('/fonts/Franklingothic_Demi.ttf') format("truetype");
}

@font-face {
  font-family: 'FG-MediumCond';
  src: url("/fonts/Franklin_Gothic_Medium_Cond.ttf") format("truetype");
}

@font-face {
  font-family: 'FG-DemiCond';
  src: url('/fonts/Franklin_Gothic_Demi_Cond.ttf') format("truetype");
}

* {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

:root {
  --font-main: "FG-Book", "Roboto", sans-serif;
  --font-heading: "FG-Demi", "Roboto", sans-serif;
  --font-sub-heading: "FG-DemiCond", "Roboto", sans-serif;
  --dark-grey: #4F4D42;
  --grey: #777777;
  --middle-grey: #79776F;
  --dark-grey: #444444;
  --dark-green: #42825E;
  --orange: #E8541C;
  --pink: #FEE8DF;
  --aqua: #4E887B;
  --white: #FFF;
}

html body {
    font-family: var(--font-main);
}

.mb-0 {
	margin-bottom: 0;
}

h1, .h1, h2, .h2, h3, .h3, h3 a, .lead {
	font-family: var(--font-heading)!important;
}

h4, .h4, h5, .h5, h6, .h6 {
	font-family: var(--font-sub-heading)!important;
}

.single-post h3, 
.single-post .h3, 
.single-post h4, 
.single-post .h4, 
.single-post h5, 
.single-post .h5, 
.single-post h6, 
.single-post .h6 {
	color: var(--dark-grey);
}

.h2 h1 {
    font-size: 26px;
}

html.bg-fill {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top center!important;
}

.text.green a {
    color: #51b176;
}

.border-orange {
	border: 4px solid #54a98a;
    border-radius: 6px;
    padding: 10px;
}

.title-green h1, .title-red h1, .category-page-row h1, .title-green h2, .title-red h2 {
    border: none;
	background: #FCFCFC;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.07);
	border-radius: 10px 10px 0px 0px;
}

.title-red h1, .title-red h2 {
	
}

.title-green h1:before, .title-red h1:before, .title-green h2:before, .title-red h2:before {
	content: "";
    position: absolute;
    background: #FFA285;
    border-radius: 10px 0px 0px 0px;
    width: 20px;
    height: 100%;
}

.title-red h1:before, .title-red h2:before {
    background: #FFA285;
}

.title-green h1.section-title-normal span, .title-red h1.section-title-normal span, .title-green h2.section-title-normal span, .title-red h2.section-title-normal span {
    border-bottom: none;
    margin: 0;
    padding: 10px 0 10px 40px;
}

.all-link a {
    background: #FCFCFC;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.07);
    border-radius: 10px 10px 0px 0px;
    margin: 0;
    padding: 10px 0 10px 40px;
    line-height: 2.1em;
    width: 100%;
    display: flex;
	justify-content: flex-end;
	align-items: center;
    padding-right: 20px;
    font-size: 16px;
    text-transform: uppercase;
    color: #E8B19E;
}

.all-link a i {
	margin-right:10px;
}

.all-link a span {
	text-decoration-line: underline;
}

.box-image img {
    border-radius: 6px;
}

.category-akcii .blog-wrapper .box-image img {
	object-fit: contain;
}

.accordion-inner td {
    color: #333;
}

.b-unisender-form {
    background-color: #ffffff00!important;
}

.post_comments {
	display:none;
}

.page-list-ext-item-content {
    display: none;
}

.text-more {
	position: relative;
}

/*********Онлайн-запись на страницах******/
.wrapper-link-record {
	display:flex;
	justify-content:center;
}

a.link-form-record.button {
    width: 80%;
	margin: 10px 0;
    padding: 7px;
	line-height: 1.5;
}

.appointment-price span {
	text-transform:uppercase;
	font-weight:bold;
}

.appointment-price span:first-child {
}

.appointment-price span:last-child {
	padding: 3px 5px;
	color: #56AC89;
    border: 1px dotted;
    border-radius: 6px;
    font-size: 20px;
}

/*********Закончилась Онлайн-запись на страницах******/

/* Для магазина-каталога*/
.woocommerce-breadcrumb.breadcrumbs {
	display:none;
}

.archive.tax-product_cat .fbc.fbc-page {
	margin-top: -50px;
    z-index: 100;
    position: relative;
}

.archive.tax-product_cat .page-title-inner {
    z-index: 200;
}

.single-product .page-title-inner {
    min-height: 0px;
	padding-top: 0px;
}

.archive.woocommerce-shop .shop-container .products.row {
	display:none;
}

.archive.woocommerce-shop .page-title-inner {
    display:none;
}

#truemisha-checkout-radio span.woocommerce-input-wrapper, #house-call-checkout-radio span.woocommerce-input-wrapper {
    display: flex;
	flex-wrap:wrap;
}

#truemisha-checkout-radio input:not([type="checkbox"]), #house-call-checkout-radio input:not([type="checkbox"]) {
    height: auto;
}

.woocommerce-input-wrapper .input-radio {
	width:7%;
}

.woocommerce-input-wrapper label {
	width:88%;
}

/* Закончилось Для магазина-каталога*/

.accordion-inner {
    padding: 1em 1.3em;
}

#fancybox-content, #fancybox-outer {
    border-radius: 6px;
}

a.fancybox-inline.button.text-button {
    line-height: 1.6;
    padding: 5px 15px;
    font-size: 14px;
    background-color: #56ab8a47;
    color: black;
}

.button-pop-price {
    display: flex;
}

.button-pop-price p {
	margin-bottom:0;
}

.box-blog-post .is-divider {
    display: none;
}

.col, .gallery-item, .columns {
    padding: 0 15px 10px;
}

.p-mb-5 p {
    margin-bottom: 5px;
}

.flickity-prev-next-button {
    color: rgba(79, 77, 66, 0.50);
}

.flickity-prev-next-button svg {
    width: 150%;
    max-width: 150%;
}

.flickity-page-dots .dot {
    width: 16px;
    height: 16px;
    border: 3px solid var(--orange);
}

.flickity-page-dots .dot.is-selected {
    background-color: var(--orange);
}

.slider-nav-outside .flickity-page-dots, .row-slider .flickity-page-dots {
    bottom: 20px;
}

a.button.button-grey {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
	border-radius: 10px;
    border: 0.5px solid #4F4D42;
    background: #F7F7F7;
	color: #777;
}


/************************************************Кончилось Общее по сайту*/


/************************************************Шапка*/

.full-name {
    display: flex;
}

.mobil-name {
    display: none;
}

.live-search-results.text-left.z-top {
    background-color: #f7f7f7;
}

div#top-bar {
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
}

#top-bar a.nav-top-link {
	font-family: var(--font-heading)
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 22px;
	color: var(--dark-green);
}

#top-bar .container {
    padding-left: 0;
    padding-right: 0;
}

.bvi-mobil {
    display: none;
}

.header-inner .flex-left, .header-inner .flex-right {
    display: flex;
    height: 100%;
    justify-content: flex-end;
}

.header-inner .flex-left ul.header-nav {
    display: flex;
    align-items: flex-end;
    margin-bottom: 5px;
}


.header-inner .flex-right ul.header-nav {
    display: flex;
    align-items: flex-end;
}

.phons {
    display: flex;
    flex-direction: column;
    justify-content: end;
	gap: 5px;
}

.phons div {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

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

.top-icon .cards-icon {
    padding: 0 15px;
	position: relative;
}

.top-icon .cards-icon:before {
	content:"";
	position:absolute;
    top: 50%;
    width: 2px;
    border-left: 2px solid rgba(91, 91, 91, 0.05);
    height: 50px;
    margin-top: -25px;
    left: 0;
}

.top-icon .cards-icon:after {
	content:"";
	position:absolute;
    top: 50%;
    width: 2px;
    border-right: 2px solid rgba(91, 91, 91, 0.05);
    height: 50px;
    margin-top: -25px;
    right: 0;
}

.top-icon .social-icon {
	padding-left: 15px;
}

.top-icon i {
	margin: 6px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #666666;
}


.social-icon i:hover {
    color: #51B176;
}

i.icon-search {
    display: flex;
    align-items: center;
}

a > .icon-search:before {
    content: "\e012";
	font-size: 30px;
	color: var(--aqua);
}

.top-bar-nav .bvi-widget, .top-bar-nav .bvi-shortcode {
    padding: 5px 5px;
}

.bvi-widget .bvi-svg-eye, .top-bar-nav .bvi-shortcode .bvi-svg-eye {
    font-size: 2.7em;
}


.top-info-block {
	min-height: 108px;
	border-radius: 0px;
	padding: 5px 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	justify-content: space-evenly;
}

.block-buttons.top-info-block {
    flex-direction: row;
    gap: 21px;
	min-height: auto;
}

.top-info-block .info-title.h2 {
	display: flex;
    justify-content: center;
    margin-top: -62px;
    margin-bottom: 32px;
    text-transform: uppercase;
    background: #FFF;
	color: var(--middle-grey);
	font-size: 20px;
	font-style: normal;
	line-height: normal;
}


.top-info-block.main-phone {
    align-items: flex-start;
	justify-content: flex-end;
}

.mobil-main-phone {
    display: flex;
    gap: 10px;
    align-items: center;
}


.top-info-block.main-phone .icon-whatsapp {
    display:none;
}

.button-covid {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 25px;
    border: 2px solid var(--orange);
    font-size: 20px;
    border-radius: 6px;
	color: var(--orange);
}

.top-info-block .icon {
	display:flex;
	justify-content:center;
	margin-bottom: 22px;
	font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    color: #757575;
}

.top-info-block.main-phone .icon {
	margin-bottom: 0px;
}

.top-info-block .info.top-address .icon {
    margin-right: 10px;
}

.top-info-block .icon i {
	color:#757575;
	font-size:24px;
	margin-right: 20px;
}

.top-info-block.main-phone .icon i {
	font-size:24px;
}

.top-info-block.time {
	margin: 40px 15px 30px;
    padding: 50px 20px 40px;
	border: 1px solid var(--orange);
}

.top-info-block .info {
	display:flex;
	flex-direction:column;
}

.top-info-block .info.top-address {
}

.top-info-block .info span {
	display: flex;
    justify-content: space-between;
	font-size:20px;
	color: var(--middle-grey);
}

.top-info-block .info span span {
    font-size:20px;
	color: var(--middle-grey);
	margin-right: 15px;
}

.top-info-block span.map {
	text-align:right;
}

.top-info-block .info-phone {
	display: flex;
    align-items: center;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    color: #757575;
}

.top-info-block .info-phone i {
    margin-right:20px;
}


.top-info-block .zvonok_top {
    font-weight: normal;
    font-size: 20px;
	font-family: var(--font-heading);
    line-height: 22px;
    color: #FFFFFF;
    background: #f1592a;
    border-radius: 6px;
    margin-top: 7px;
    padding: 13px 20px;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
}

.top-info-block .zvonok_top:hover {
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35);
}

.nav>li.html {
    font-size: .8em!important;
}

.header-main .nav.nav-right>li.html {
	width: auto;
}

.header-top .wrap-btn-city {
	margin-right: 20px;
}

.header-top .wrap-btn-city a {
	margin: 0;
	border-radius: 10px;
}

.header-main .nav>li.html .wrap-top-right {
	display: flex;
	justify-content: flex-end;
    align-items: flex-end;
    gap: 30px;
	width: 100%;
}

ul.sub-menu.nav-dropdown {
    max-height: 600px;
    overflow: scroll;
}

.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
    padding-left: 0;
    padding-right: 0;
    margin: 0 5px;
    border-bottom: 1px solid #ececec;
}

.nav-column li>a, .nav-dropdown>li>a {
    padding: 10px 10px;
    line-height: 1.2;
    font-size: 16px;
}


.header-block .top-buttons-clinic .text p {
	font-weight: 700;
}

.header-block .top-buttons-clinic .button {
	color: #FFF;
	padding: 5px 30px;
	font-family: "Fira Sans Condensed", sans-serif;
    font-size: 16px;
}

.header-block .top-buttons-clinic .button:before {
	font-family: "Font Awesome 5 Free";
	content: "\f5a0";
	margin-right: 10px;
	font-size: 20px;
}

.banner-covid {
    width: 120px;
    position: absolute;
    margin-left: -112px;
}

.mobil-button-covid {
	display:none;
}

/*Поиск*/
#search-lightbox .searchform i.icon-search {
    padding: initial;
    border-radius: 6px;
    background-color: transparent;
}

.autocomplete-suggestion > div {
    color: black;
    font-size: 18px;
    line-height: 1.2;
}

.autocomplete-suggestion span.amount {
    color: #111;
}

/************************************************Кончилось Шапка*/

/************************************************Контент*/

.container .section, .row .section {
    padding-left: 0px;
    padding-right: 0px;
}

.slider-spets .box-image.image-zoom img {
    max-height: 270px;
    object-fit: cover;
} 

.slider-spets .box-text-inner p {
    font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
}

.main-text .team-member.col-md-6 {
    width: 25%!important;
    padding: 7px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.main-text .team-member.col-md-6 img {
    max-height:100px;
	object-fit: contain;
    margin-bottom: 10px;
}

.main-text .team-member.col-md-6 p {
    font-size:12px;
	line-height:1;
}

.main-text .team-member.col-md-6 p strong {
    font-size:14px;
	line-height:1.1;
}

.main-text .col-md-4.lab-member {
    width: 33%!important;
    padding: 7px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
	align-items: center;
	margin-bottom:20px;
}

.main-text .col-md-4.lab-member img {
    margin-bottom: 10px;
	min-height:40px;
	object-fit: contain;
}

.main-uslugi h5.header-title {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-transform: none;
    text-align: justify;
    text-align: center;
    display: flex;
    justify-content: center;
    letter-spacing: normal;
    color: #666666;
}

.main-uslugi .product-category .box-image img {
    border-radius: 6px;
}

.main-uslugi .box-text {
    padding-top: 5px;
}

.main-article h5 {
	font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-align: justify;
    color: #666666;
}

.main-article .is-divider {
	display:none;
}

.main-article .box-text p {
    margin-top: .1em;
    margin-bottom: .1em;
    font-size: 14px;
    line-height: 16px;
    text-align: justify;
}

.main-article .box-text p.from_the_blog_excerpt {
    margin-top: 1em;
}

.product-main {
    padding: 0;
}

.advantage .number {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    font-weight: bold;
	line-height: 1.2;
    color: #4d897c;
}

.doctors .page-title-inner {
    padding-top: 0px;
    margin-top: -20px;
    min-height: 30px;
}

.pages-doctor .page-box > .box-image {
    border: 4px double #1fc360;
}

.pages-doctor .box-text {
    padding: 10px 10px;
    background-color: rgba(255,255,255,0.95);
    max-width: 85%;
    margin: -15% auto 0;
	border-radius: 6px;
	display: flex;
    align-items: center;
}

.pages-doctor .box-text p {
    margin-top: .1em;
    margin-bottom: .1em;
    line-height: 1.2;
}

.uzi-services .box-image img {
    border-radius: 5px 5px 0px 0px;
}

.uzi-services .box-text {
    border-radius: 0px 0px 5px 5px;
	padding: 7px 10px 7px;
}

.uzi-services .box-text p {
    margin-top: .1em;
    margin-bottom: .1em;
    line-height: 1.4;
    color: #444;
}

.accordion.accordion-orange-title .toggle, .accordion.accordion-faq .toggle {
    right: 0;
	left: auto;
}

.accordion.accordion-orange-title .accordion-item a.accordion-title {
    border: none;
    background: #ffffff;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 7%);
    border-radius: 10px 10px 0px 0px;
    margin-top: 30px;
	padding: 0;
}

.accordion.accordion-faq .accordion-item a.accordion-title {
    border: none;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 7%);
    border-radius: 10px 10px 0px 0px;
    margin-top: 10px;
	padding: 0;
}

.accordion.accordion-orange-title .accordion-item a.accordion-title span, .accordion.accordion-faq .accordion-item a.accordion-title span {
	display: flex;
    padding: 10px 40px 10px 40px;
	color: var(--orange);
	font-size: 1.7em;
    line-height: 1.3;
	font-family: "Roboto Condensed", sans-serif;
	font-weight:700;
	text-transform: uppercase;
    font-size: 24px;
    line-height: 29px;
}

.accordion.accordion-orange-title .accordion-item a.accordion-title:before {
    content: "";
    position: absolute;
    background: var(--orange);
    border-radius: 10px 0px 0px 0px;
    width: 20px;
    height: 100%;
}

.widget-area .autocomplete-suggestions {
    max-height: 62vh;
    overflow-y: auto;
}

.popular-checkup a{
	display: inline-block;
	white-space:nowrap;
}

.big-table {
	overflow: auto;
	position: relative;
}

.big-table table {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.big-table table td {
    border: 1px solid var(--grey)!important;
}

.big-table table td:not(.column-1) {
    border: 1px solid var(--grey)!important;
    color: var(--orange)!important;
	font-weight: bold;
}

.big-table table td.column-1 {
    padding-left:10px;
}

.big-table table tr.row-1 td, .big-table table tr.row-2 td {
    text-align: center;
	color: var(--grey)!important;
}

/*Обновление страниц услуг*/

.block-price-service, 
.block-faq-new,
.block-offers {
	margin-top: 50px;
}

.block-top-price {
	gap: 20px;
	margin-bottom: 1.5em;
}

.block-top-price .appointment-price-service {
	display: flex;
	justify-content: center;
	align-content: center;
	flex-grow: 2;
  	align-self: stretch;
	font-size: 34px;
	color: var(--aqua);
	border-radius: 6px;
  	-webkit-box-shadow: 0px 0px 9px 0px rgba(84, 84, 84, 0.2);
  	-moz-box-shadow: 0px 0px 9px 0px rgba(84, 84, 84, 0.2);
  	box-shadow: 0px 0px 9px 0px rgba(84, 84, 84, 0.2);
}

.block-top-price .appointment-price-service .wrap {
  	display: flex;
  	align-self: center;
	gap: 10px;
}

.block-top-price .appointment-price-service .wrap span:last-child {
  	font-weight: bold;
}

.block-top-price .btn-price {
	flex-grow: 1;
}

.block-anchor-links > .button,
.block-anchor-links > div
{
	flex-grow: 1;
}

.block-anchor-links {
    flex-wrap: wrap;
	gap: 10px;
}

.block-anchor-links a.link-form-record {
  width: 100%;
  border-radius: 6px;
}

.readmore-js-toggle + .appointment a.link-form-record {
  width: 100%;
	border-radius: 6px;
}

.page-list.page-list-ext.square-3-column {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
	justify-items: stretch;
	align-items: start;
}

.page-list.page-list-ext.square-3-column:before {
  	display: none;
}

.page-list.square-3-column .page-list-ext-item {
  	display: flex;
  	flex-direction: column;
  	justify-content: center;
	margin: 0;
}

.page-list.square-3-column .page-list-ext-image,
.page-list.square-3-column .page-list-ext-image a,
.page-list.square-3-column .page-list-ext-image a img
{
	width: 100%;
  	margin: 0;
	border-radius: 6px;
}

.page-list.square-3-column .page-list-ext-title {
	margin-top: 15px;
  	line-height: 1.2;
  	text-transform: none;
  	text-align: left;
  	font-size: 18px;
}


.page-list.square-3-column .page-list-ext-item .page-list-ext-title a {
	color: var(--dark-grey);
}

.page-list.square-3-column .page-list-ext-item:hover a {
	color: var(--orange);
}

.block-price-service .tablepress{
    width: 99%;
}

.block-price-service thead,
.block-price-service .column-1{
    display: none;
}

.block-price-service tr {
  	display: flex;
  	justify-content: space-between;
	align-items: center;
	min-height: 60px;
	margin-bottom:15px;
	padding: 10px 20px;
 	border: 1px solid var(--light-grey);
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(84, 84, 84, 0.2);
  	-moz-box-shadow: 0px 0px 9px 0px rgba(84, 84, 84, 0.2);
  	box-shadow: 0px 0px 9px 0px rgba(84, 84, 84, 0.2);
}

.block-price-service tr td {
	background-color: transparent!important;
	border: none;
}

.block-price-service .column-2 {
  	font-size: 18px;
  	flex-grow: 1;
}

.block-price-service .column-3 {
	padding: 10px 20px;
  	font-size: 20px;
	font-weight: bold;
	color: var(--orange);
	background-color: var(--pink)!important;
	border-radius: 10px;
}

.block-faq-new .accordion-faq .accordion-item {
	width: 99%;
	min-height: 60px;
	margin-bottom:15px;
	margin-left: 3px;
	padding: 10px 20px;
 	border: 1px solid var(--light-grey);
	border-radius: 10px;
	box-shadow: 0px 0px 6px 0px rgba(84, 84, 84, 0.2);
}

.block-faq-new .accordion.accordion-faq .accordion-item a.accordion-title {
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin-top: 0;
  padding: 0;
}

.block-faq-new .accordion.accordion-orange-title .toggle, 
.block-faq-new .accordion.accordion-faq .toggle {
  right: auto;
  left: 0;
}

.block-faq-new .links > li > a::before, i[class^="icon-"], 
.block-faq-new i[class*=" icon-"] {
  color: var(--orange);
}

.block-faq-new .accordion-item:hover a.accordion-title span,
.block-faq-new .accordion-item:hover i[class^="icon-"], 
.block-faq-new i[class*=" icon-"]
{
  color: var(--aqua);
}

/*Кончилось Обновление страниц услуг*/

/************************************************Кончилось Контент*/


/************************************************Футер*/

.footer .widget {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    padding: 20px;
	margin: 10px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
}

.footer .widget .widget-title {
	display: flex;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
	margin-bottom:10px;
}

.footer .widget .is-divider {
	display:none;
}

.footer .widget.widget_nav_menu a {
	color:#666666;
}

.footer .widget.widget_nav_menu a:hover {
	color:#51b176;
}

.footer ul.menu>li+li {
    border-top: none;
}

.footer ul.menu>li>a {
    padding: 2px 0;
}

.footer .icon i {
    color: #6BAD85;
    font-size: 18px;
	margin: 0px 0px 10px 0;
}

.footer #custom_html-6 .custom-html-widget {
	display:flex;
	justify-content:space-between;
}

.footer #custom_html-6 .custom-html-widget .bottom-contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 33%;
	line-height: 1.5;
}

.footer-primary {
    display: none;
}

.footer-social .col {
	display: flex;
	gap: 20px;
}

.footer-social .social-title {
    font-size: 22px;
    text-transform: uppercase;
}

.footer-social .social-icons {
    display: flex;
    align-items: center;
    gap: 7px;
}

.footer-social .social-icons a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border: 1px solid var(--aqua);
    border-radius: 6px;
}

.footer-social .social-icons i {
	display: flex;
	justify-content: center;
    align-items: center;
	font-size: 20px;
}

.footer-social .social-icons svg {
	width: 20px;
}

.footer-social .social-icons a:hover svg path:first-child {
  fill: #000;
}


/************************************************Кончилось Футер*/

/***********************************************Плагины*/

.services-page .page-list.page-list-ext {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}

.services-page .page-list-ext-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 14%;
    margin: 15px;
}

.services-page.uzi .page-list-ext-item {
    width: 22%;
    margin: 10px;
}

.services-page .page-list-ext .page-list-ext-title {

    font-size: 16px;
    line-height: 19px;
    text-transform: none;
    text-align: justify;
    text-align: center;
    display: flex;
    justify-content: center;
    letter-spacing: normal;
}

.services-page.uzi .page-list-ext .page-list-ext-title {
    margin-bottom: 3px;
}

.services-page .page-list-ext .page-list-ext-image {
    margin: 0 0 10px 0;
}

.services-page .page-list-ext-image img {
    width: 100%;
}

.services-page .page-list-ext:before, .page-list-ext:after {
    display: none;
}

.services-page.uzi .page-list-ext-meta {
    font-weight: bold;
}

.page-list.page-list-ext.round-doctors {
    display: flex;
	flex-wrap: wrap;
}

.page-list.page-list-ext.round-doctors.center {
    justify-content: center;
}

.page-list.round-doctors .page-list-ext-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 25%;
	padding: 0 10px;
	margin: 10px 0 15px 0;
}

.page-list.round-doctors.many-circle .page-list-ext-item {
    width: 20%;
}

.page-list.round-doctors .page-list-ext-image {
    display: flex;
    justify-content: center;
	width: 100%;
	margin: 5px 0px 15px 0;
}

.page-list.round-doctors .page-list-ext-image a {
	max-width: 100%;
    margin: 0 auto;
	object-fit: cover;
}

.page-list.round-doctors .page-list-ext-image a:hover, .page-list.round-doctors .page-list-ext-image a.remove:hover, .page-list.round-doctors .page-list-ext-image a.icon-circle:hover {
    color: #52a78a;
}

.page-list.round-doctors .page-list-ext-image img {
    border-radius: 50%;
	min-width: 184px;
    max-width: 184px;
    max-height: 184px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
	object-fit: cover;
}

.page-list.round-doctors.many-circle .page-list-ext-image img {
	min-width: 149px;
	min-height: 149px;
    max-width: 149px;
    max-height: 149px;
}

.page-list.round-doctors.square .page-list-ext-image img {
    border-radius: 5%;
}

.page-list.round-doctors .page-list-ext-item:hover img {
    border:1px solid #f1592a;
}

.page-list-ext .page-list-ext-title {
    line-height: 1.3;
    text-transform: uppercase;
    text-align: center;
	font-size: 18px;
}

.page-list-ext.round-doctors.many-circle .page-list-ext-title {
	font-size: 14px;
}

.page-list.round-doctors .page-list-ext-item:hover .page-list-ext-title a {
    color: #52a788;
}

.page-list-ext-meta {
	width: 100%;
    line-height: 1.3;
    text-transform: uppercase;
    text-align: center;
    color: #f48a69;
    font-size: 14px;
	margin-top: auto;
}

.appointment {
    margin-top: auto;
}

.four-column .page-list.round-doctors.square .page-list-ext-meta .time  {
	display:none;
}

.checkup-list .page-list.round-doctors .page-list-ext-image img {
    max-width: fit-content; 
    max-height: fit-content; 
}

.checkup-list .page-list-ext .page-list-ext-title {
    text-align: left;
    font-size: 20px;
}

.checkup-list .page-list-ext .page-list-ext-title a {
    font-family: var(--font-sub-heading);
	color: var(--dark-grey);
}

.fbc.fbc-page {
    margin: 0 auto;
    display: flex;
    max-width: 1450px;
}

.fbc.fbc-page + .page-wrapper {
	padding-top:0;
}

.fbc-page .fbc-wrap .fbc-items li:first-child {
    padding-left: 0px;
}

a.bvi-link-shortcode.bvi-open {
    margin-right: 20px;
	margin-left: 15px;
}

.bvi-mobil a.bvi-link-shortcode.bvi-open {
    width: 100%;
    margin: 0;
    display: none;
    justify-content: center;
}

#contact_form_pop-order-service .wpcf7 form {
	margin-bottom: 0;
}

.wpcf7 .column-half {
    display: flex;
    justify-content: space-between;
}

.wpcf7 .column-half p {
    width: 49%;
}

.wpcf7 .wpcf7-acceptance label {
	display:flex;
}

.wpcf7 .wpcf7-acceptance input[type="checkbox"] {
    margin: 0 7px 0 0;
}

.wpcf7 span.wpcf7-list-item-label {
    line-height: 1;
}

.wpcf7 input.wpcf7-submit {
    margin-top: 20px;
	border-radius: 6px;
}


.brief-price .tablepress tbody tr:nth-child(n+6), .brief-price .tablepress .column-1, .brief-price .tablepress thead {
    display: none;
}

.brief-price .tablepress td, .brief-price .tablepress th {
    padding: 18px 20px;
}

.brief-price .tablepress td {
    font-family: "Roboto Condensed", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #F1592A;
}

.brief-price .tablepress td.column-3 {
    font-weight: bold;
	min-width: 70px;
}

.table-check-up th:first-child, .table-check-up td:first-child {
    padding-left: 10px;
}

.table-check-up tfoot th, .table-check-up thead th {
    background-color: #53a275;
    color: #FFF;
}

.table-check-up .column-3, .table-check-up .column-2 {
    text-align:center;
}

.table-check-up td.column-2 {
    color: darkgrey;
    text-decoration: line-through;
}

.table-check-up td.column-3 {
    font-weight: bold;
    font-size: 16px;
}

.wcpt {
    font-family: "Roboto", sans-serif;
}

.text-more.readmore-js-collapsed:before {
	content:'';
	  position: absolute;
	  top: 410px;
	  background: linear-gradient( to bottom, rgba(252, 252, 252, 10%), rgba(252, 252, 252, 1) 80% );
	  width: 100%;
	  height: 100px;
	  opacity: 0.9;
	  transition: 0.3s;
	  z-index: 100;
}

/***********************************************Кончилось Плагины*/


/***********************************************Попапы*/

.offer-popup-wrap {
	display: flex;
	flex-direction: column;
	
}

.offer-popup-img {
	display: flex;
    justify-content: center;
	max-height: 400px;
}

.offer-popup-img img {
    object-fit: contain;
}

.offer-popup-content {
	display: flex;
	flex-direction: column;
	padding: 20px 20px 0;
}

.offer-popup-description {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    font-size: x-large;
}

.offer-popup-form form {
	margin-bottom: 0;
}

.column-full.checkbox + p {
	display: flex;
	flex-direction: column;
}

.offer-popup-wrap input.wpcf7-form-control.wpcf7-text {
    margin-bottom: 0.5em;
}

.offer-popup-wrap .wpcf7 input.wpcf7-submit {
    margin: 15px auto 0;
}

.offer-popup-wrap span.wpcf7-list-item-label {
    font-size: 10px;
}

.offer-popup-wrap .wpcf7-spinner {
}

.offer-popup-wrap .wpcf7 form .wpcf7-response-output {
    margin: -10px 0.5em 0;
}

button.pum-close.popmake-close {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

button.pum-close.popmake-close:before {
    content: "Закрыть";
    font-size: 16px;
    color: #000;
}

/***********************************************Кончились Попапы*/




@media screen and (max-width: 1499px) {
	
	.header-wrapper > div {
		padding: 0 15px 10px;
	}
	
	.nav-right a {
		padding-bottom: 0!important;
	}
	
	#top-bar a.nav-top-link {
		font-size: 14px;
		line-height: 16px;
	}
	
	.top-info-block .zvonok_top {
		font-size: 16px;
		line-height: 20px;
		padding: 13px 15px;
	}
	
	a > .icon-search:before {
		font-size: 16px;
	}
	
	.cart-item .image-icon img {
		max-width: 16px;
	}
	
	.bvi-widget .bvi-svg-eye, .top-bar-nav .bvi-shortcode .bvi-svg-eye {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 1399px) {
	
	.button-covid {
		padding: 7px 10px;
		font-size: 14px;
	}
	
	.top-info-block .info-phone {
		font-size: 18px;
		line-height: 20px;
	}
	
	.main-phone-icon img {
		max-width: 30px;
	}
	
	.block-buttons.top-info-block {
		gap: 15px;
	}
	
	.checkup-list .page-list-ext .page-list-ext-title {
		font-size: 16px;
	}
}

@media screen and (min-width: 1200px) {
	
	.header-main .header-inner {
		padding: 15px 0;
	}
	
	.logo-left .logo {
		margin-right: 20px;
	}
	
	#logo img {
		border-radius: 6px;
		padding: 2px 0px;
	}
	
	.top-icon .social-icon {
		display: flex!important;
	}
	
	
	.footer #nav_menu-8 {
		max-width: 20%;
	}
	
	.main-uslugi .product-category {
		max-width: 10%;
		-ms-flex-preferred-size: 10%;
		flex-basis: 10%;
	}
	
	.pages-doctor .box-text {
		min-height: 110px;
	}
	
	.page-list.round-doctors.square .page-list-ext-item {
		width: 20%;
	}
	
	.four-column .page-list.round-doctors.square .page-list-ext-item {
		width: 25%;
		min-height: 390px;
	}
	
	.section-3.doctors-list .four-column .page-list.round-doctors.square .page-list-ext-item {
		min-height: auto;
	}
	
	.wcpt {
		font-size: 16px;
	}
	
	.wcpt label, .wcpt legend {
		font-size: 15px;
	}
	
	.wcpt th, .wcpt td {
		font-size: 15px;
	}
	
	.wcpt-left-sidebar {
		width: 300px;
	}
	
		.wcpt-left-sidebar+.wcpt-header, .wcpt-left-sidebar+.wcpt-header+.wcpt-responsive-navigation+.wcpt-nav-modal-tpl+.wcpt-no-results.wcpt-device-laptop, .wcpt-left-sidebar+.wcpt-header+.wcpt-responsive-navigation+.wcpt-nav-modal-tpl+.wcpt-required-but-missing-nav-filter-message, .wcpt-left-sidebar+.wcpt-header+.wcpt-responsive-navigation+.wcpt-nav-modal-tpl+.wcpt-table-scroll-wrapper-outer, .wcpt-left-sidebar+.wcpt-header+.wcpt-responsive-navigation+.wcpt-nav-modal-tpl+.wcpt-table-scroll-wrapper-outer+.wcpt-in-footer, .wcpt-left-sidebar+.wcpt-header+.wcpt-responsive-navigation+.wcpt-nav-modal-tpl+.wcpt-table-scroll-wrapper-outer+.wcpt-in-footer+.wcpt-pagination, .wcpt-left-sidebar+.wcpt-header+.wcpt-responsive-navigation+.wcpt-nav-modal-tpl+.wcpt-table-scroll-wrapper-outer+.wcpt-pagination {
		width: calc(100% - 330px);
	}
	
	.wcpt-left-sidebar .wcpt-dropdown-option, .wcpt-left-sidebar .wcpt-option {
		line-height: 1.3em;
		margin-bottom: 5px;
	}
	
	.advantage-wrap p {
		font-size: 22px;
		line-height: 1.2;
	}
}

@media screen and (max-width: 1199px) and (min-width: 850px) {
	#top-bar .container {
		padding-left: 15px;
	}
	.header-block .top-buttons-clinic .button {
		padding: 5px 20px;
		font-size: 14px;
		text-transform: none;
	}
	.img-medal {
		display: none;
	}
	
	#logo {
		width: 200px;
	}
	
	.header-inner .flex-left ul.header-nav {
		margin-bottom: 20px;
	}
	
	.top-info-block .zvonok_top {
		font-size: 14px;
		line-height: 16px;
		padding: 7px 10px;
	}
	
	.button-covid {
		padding: 3px 7px;
		font-size: 13px;
	}
	
	.top-info-block .info-phone {
		font-size: 14px;
		line-height: 16px;
	}
	
	.header-inner .flex-right ul.header-nav {
		margin-bottom: 20px;
	}
	
	.block-buttons.top-info-block .orange-button:nth-child(1),
	.block-buttons.top-info-block .orange-button:nth-child(2) {
		display: none;
	}
	
}

@media screen and (max-width: 1100px) {
	.banner-covid {
		display: none;
	}
	
	.page-list.round-doctors .page-list-ext-item {
		width: 33%;
	}
}

@media screen and (max-width: 1070px) and (min-width: 850px) {
	.top-info-block.time {
		display: none;
	}
	
}

@media screen and (max-width: 991px) and (min-width: 850px) {
	.img-medal {
		display: none;
	}
	
	#top-bar a.nav-top-link {
		font-size: 12px;
	}
	
	.header-block .top-buttons-clinic .button {
		padding: 5px 10px;
	}
	
	.header-block .top-buttons-clinic .button:before {
		display:none;
	}
}

@media screen and (min-width: 850px) {
	.stuck .header-main {
		display: none;
	}
	.button-ulianovka-mobil {
		display: none;
	}
/*	
	.header-bottom {
		background-image: url("/wp-content/uploads/2021/03/button-back.jpg");
		background-repeat: no-repeat;
		background-size: cover;
	}
*/	
	.slider-about-company .slide-about-company {
		padding:112px 100px 70px;
		border-radius:28px;
	}
	
	.slider-about-company .slide-about-company h3 {
		font-size: 36px;
		text-transform: uppercase;
	}
	
	.slider-about-company .slide-about-company p {
		font-size: 32px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 1.6px;
	}
	
	.slider-about-company .slide-about-company h3.page-list-ext-title {
		color: var(--dark-grey);
		font-family: var(--font-sub-heading);
		font-size: 25px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
	
	.slider-about-company .slide-about-company .page-list.round-doctors.square .page-list-ext-item {
		width: 23%;
	}
	
	.slider-about-company .slide-about-company .appointment, .slider-about-company .slide-about-company .time {
		display:none;
	}
	
	.slider-about-company .slide-about-company .page-list-ext-meta {
		margin-top: 0;
	}
	
	.slider-about-company .slide-about-company .page-list.page-list-ext.round-doctors {
		justify-content: center;
		margin-top: 20px;
	}
	
	.slider-about-company .slide-about-company .col-md-4.lab-member {
		width: 30%!important;
		justify-content: center;
		align-items: center;
	}
	
	.slider-about-company .slide-about-company .labs-logo {
		margin: 15px auto;
    	justify-content: center;
	}
	
	input[type=search] {
		font-size: .77em;
	}
	
	.button-zapis.mobil {
		display:none;
	}
}

@media screen and (max-width: 849px) {
	
/*Новая версия мобильной - возможно временно*/
	
	.header-inner .flex-left, .header-inner .flex-right {
		padding-top: 13px;
	}
	
	.mobile-nav .icon-menu:before {
		color: var(--aqua);
		font-size: 34px;
	}
	
	.button-zapis.mobil {
		display:flex;
	}
	
	.bvi-mobil.top-mobil {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-top: 7px;
		padding-bottom: 5px;
		padding-left: 15px;
		padding-right: 15px;
		border-bottom: 1px solid #99999929;
	}
	
	.top-mobil-block {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	
	.top-mobil-block.right {
		align-items: flex-end;
	}
	
	.header-bottom .bvi-widget, .header-bottom .bvi-shortcode a, .header-bottom .bvi-widget a, .header-bottom .bvi-shortcode {
		padding: 7px 0 0;
		color: var(--orange);
		background-color: #FFF;
	}
	
	.top-mobil.bvi-mobil a.bvi-link-shortcode.bvi-open {
		width: 100%;
		display: flex;
		justify-content: left;
		align-items: center;
		margin: 0;
		padding: 0;
		background-color: #f1592a00 !important;
		color: #757575!important;
	}
	
	.top-mobil-block.right > a {
		color: #757575;
	}
	
	.top-mobil-phone {
		width: 100%;
		margin: 0;
		display: flex;
		justify-content: start;
		align-items: center;
	}
	
	.top-mobil-phone a {
		color: #666;
		font-size: 16px;
		font-weight: bold;
	}
	
	.top-mobil-phone i.fas.fa-phone-alt {
		margin-right: 5px;
		font-size: 18px;
	}
	
	.top-mobil-phone i.fab.fa-whatsapp {
		margin-right: 5px;
		font-size: 24px;
		color: #35b85a;
	}
	
	.header-main {
		height: 80px!important;
	}
	
	.medium-logo-center .flex-left {
		flex: inherit;
	}
	
	.header-main li.html.custom {
		display: flex;
	}
	
	.header-main #logo {
		width: fit-content;
	}
	
	.header-main #logo img {
		max-height: 142px;
		max-height: 70px;
	}
	
/*	.#logo a:after {
		content: "Колпино";
		display: flex;
		color: #3a8476;
		position: absolute;
		top: 20px;
		left: 0;
		width: 100%;
		justify-content: center;
		margin: 0 auto;
		font-size: initial;
	}
*/	
	.mobil .call-mobil-top {
		font-weight: bold;
		font-size: 16px;
		line-height: 19px;
		color: #FFFFFF;
		background: #f1592a;
		border-radius: 6px;
		margin-top: 7px;
		padding: 13px 20px;
		display: flex;
		justify-content: center;
		text-transform: uppercase;
	}
	
	.header-wrapper .header-bottom {
		padding: 0;
    	min-height: 50px;
	}
	
	.header-bottom-nav.mobile-nav {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.header-bottom-nav.mobile-nav > li {
		flex-basis: fit-content;
	}
	
	.header-bottom-nav.mobile-nav > li:nth-child(3) {
		flex-grow: 1;
		margin-left: 0;
    	margin-top: 20px;
		min-width: 70%;
	}
	
	.header-bottom-nav.mobile-nav > li:last-child {
		margin-top: 20px;
	}
	
	.cart-item .image-icon img {
		max-width: 24px;
		color: #FFF;
		display:none;
	}
	
	span.image-icon.header-cart-icon:before {
		font-family: "Font Awesome 5 Free";
		content: "\f291";
		display: flex;
		justify-content: center;
		align-items: center;
		width: 30px;
		height: 30px;
		font-size: 20px;
		font-weight: bold;
		color: white;
		background-color: var(--orange);
		border-radius: 6px;
	}
	
	a > .icon-search:after {
		display:none;
	}
	
	input[type=search] {
		height: 3.107em;
		font-size: .77em;
	}
	
	li.current-dropdown>.nav-dropdown, .next-prev-thumbs li.has-dropdown:hover>.nav-dropdown, .no-js li.has-dropdown:hover>.nav-dropdown {
		left: -255px;
	}
	
	.link-grey {
		display: flex;
		justify-content: right;
		align-items: center;
		color: #999;
	}
	
	.link-grey a {
		margin-right: 5px;
		color: #999;
	}
	
	.section-3 .flickity-page-dots {
		bottom: -5px;
	}
	
	.flickity-page-dots .dot {
		border: none;
		background: #c0c0c0;
	}
	
	.flickity-page-dots .dot.is-selected {
		background-color: #f1592a;
	}
	
	.doctors-list .page-list-ext .page-list-ext-title {
		line-height: 1.1;
		text-transform: none;
		text-align: left;
		font-size: 18px;
		padding: 0 10px;
	}
	
	.page-list-ext .page-list-ext-title {
		line-height: 1.1;
		text-transform: none;
		text-align: center;
		font-size: 18px;
	}
	
	.page-list-ext .page-list-ext-title a {
		color: #777;
	}
	
	.page-list-ext-meta {
		width: 100%;
		line-height: 1.1;
		text-transform: none;
		text-align: left;
		color: #f48a69;
		padding: 0 10px;
		margin-top: auto;
		color: #777;
	}
	
	.page-list a.link-form-record.button {
		margin-top: 0;
	}
	
	a.link-form-record.button {
		width: 100%;
		line-height: 1.5;
		border-radius: 6px;
	}
	
	.awards h2.section-title.section-title-normal {
		justify-content: left;
	}
	
	.awards .container.section-title-container h2:after {
	  content: '';
	  display: inline-block;
	  width: 45px;
	  height: 45px;
	  background: url('https://zdravkolpino.ru/wp-content/uploads/2020/12/medal_for_clinic_aavcv3i.png') no-repeat;
	  background-size: contain;
	  margin-left: 10px;
	  vertical-align: middle;
	}
	
	.price-tile .box-text {
		padding-top: 0.4em;
		padding-bottom: 0.4em;
		padding-left: 0.5em;
		padding-right: 0.5em;
	}
	
	.price-tile .box-text.is-xlarge {
		font-size: 1.1em;
	}
	
/*End Новая версия мобильной*/
	
	.section {
		padding: 15px 0!important;
	}
	
	.col {
		padding-bottom: 10px;
	}
	
	.header-top .nav-center.mobile-nav, .header-top .nav-center.mobile-nav > li {
		width: 100%;
		margin: 0;
	}

	.bvi-mobil {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-right:15px;
	}
	
	.mobil-button-covid {
		display:flex;
		justify-content: center;
		width: 100%;
	}
	.mobil-button-covid a {
		display:flex;
		justify-content: center;
		align-items: center;
		background: linear-gradient(to top, #1b77e3, #043f84);
		border-radius: 5px;
		width: 100%;
		margin: 5px 0px 0px;
		color: white;
		padding: 5px 0;
		font-weight: bold;
	}
	.mobil-button-covid.vpch a {
		background: linear-gradient(to top, #68ac83, #3a8476);
	}
	.mobil-button-covid img {
		width: 80%;
	}
	
	.html_nav_position_text_top {
		justify-content: center;
	}
	
	.button-ulianovka-mobil {
		display: flex;
		width: 100%;
		justify-content: center;
    	align-items: center;
	}
	
	.block-buttons .orange-button:nth-child(2) {
		display: none;
	}
	
	.top-info-block .zvonok_top, .mobil-button-covid a {
		padding: 5px 20px;
		font-size: 14px;
		line-height: 16px;
		margin-top: 7px;
		text-transform: none;
	}
	
	.header-bottom-nav .custom {
		width:100%;
		margin: 0;
	}
	
	.mobil-main-buttons {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
	}
	
	.mobil-main-phone {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: 100%;
	}
	
	.mobil-main-phone .phons {
		display: flex;
		justify-content: space-between;
	}
	
	.phons > div {
		display: flex;
		flex-wrap: nowrap;
		align-items:center;
	}
	
	.top-info-block.main-phone .phons .icon-whatsapp {
		display: flex;
		color: #4c947b;
		font-size: 22px;
		margin-right: 10px;
		margin-top: -5px;
	}
	
	.top-info-block.main-phone .phons .icon-whatsapp:before {
		display:none;
	}
	
	.info-phone.icon.mobil-phone i {
		display: none;
	}
	
	.button-zapis, .mobil-button-covid {
		width: 47%;
		text-align: center;
	}
	
	.top-info-block.main-phone .button-ulianovka-mobil {
		font-size: 14px;
		padding: 15px;
    	margin-top: 15px!important;
	}
	
	.header-bottom {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-content: center;
		padding: 15px 0 5px;
	}
	
	.top-icon {
		display: none;
	}
	
	#top-bar.header-top {
		background-color: #f8f8f800!important;
		box-shadow: none;
		min-height: 30px;
	}
	
	.stuck #top-bar.header-top {
		display: none;
	}
	
	#top-bar.header-top .nav-center {
		-webkit-box-pack: space-between;
		-ms-flex-pack: space-between;
		justify-content: space-between;
	}
	
	.bvi-mobil a.bvi-link-shortcode.bvi-open {
		width: 100%;
		margin: 0;
		display: flex;
		justify-content: right;
		align-items: center;
		background-color: #f1592a00 !important;
		color: #757575!important;
	}
	
	html body a.bvi-link-shortcode .bvi-svg-eye {
		font-size: 1.4em!important;
		margin-right: 5px!important;
	}
	
	.off-canvas .nav-vertical>li>a {
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 16px;
		font-weight: normal;
	}
	
	.info_work {
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
	
	.zvonok_top {
		margin-left: 0;
	}
	
	.phone {
		float:left;
		margin-right: 10px;
	}
	
	
	.pt-half {
		padding-top: 5px;
	}

	.pb-half {
		padding-bottom: 5px;
	}
	
	.featured-title .page-title-inner {
		padding-bottom: 10px;
	}
	
	.page-title-inner {
		padding-top: 20px;
	}
	
	.services-page .page-list-ext-item {
		width: 28%;
	}
	.accordion.accordion-orange-title .accordion-item a.accordion-title span, .accordion.accordion-faq .accordion-item a.accordion-title span {
		font-size: 1.1em;
		line-height: 1;
	}
	.table-scroll .col-inner {
		overflow:scroll;
	}
	
	/* Еще одна версия мобильной	*/
	.header-wrapper > div {
		padding: 0 15px 0px;
	}
	.header-inner {
		padding: 0;
	}
	.header.show-on-scroll .hide-for-sticky, .stuck .hide-for-sticky {
		display: flex;
	}
	.bvi-widget, .bvi-shortcode a, .bvi-widget a, .bvi-shortcode {
		padding: 0!important;
		background-color: var(--white)!important;
		font-size: 1.1em!important;
	}
	.mobile-nav .icon-menu:before {
		color: var(--white);
	}
	.header-bottom-nav.mobile-nav > li.header-search a {
		padding: 0;
	}
	.header-main .nav > li.cart-item > a {
		line-height: 1;
		padding: 0;
	}
	.header-main .nav>li.html .wrap-top-right {
		align-items: baseline;
	}
	.top-info-block {
		min-height: auto;
	}
	.block-buttons.top-info-block {
		gap: 10px;
	}
	.top-info-block .zvonok_top {
		margin-top: 0px;
	}
	.top-info-block.main-phone .mobil-main-phone {
		flex-direction: row;
		border: 1px solid var(--aqua);
		border-radius: 6px;
		padding: 4px 7px;
	}
	.main-phone-icon img {
		max-width: 15px;
	}
	.top-info-block.main-phone {
		align-items: flex-start;
		justify-content: flex-start;
	}
	.top-info-block .info-phone {
		font-size: 20px;
		line-height: 20px;
		color: var(--aqua);
	}
	.header-bottom-nav.mobile-nav {
		gap: 10px;
	}
	.header-bottom-nav.mobile-nav > li .button {
		display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
		padding: 2px 7px;
		min-height: auto;
		line-height: 1;
	}
	.header-bottom-nav.mobile-nav > li {
		margin:0;
		height: 32px;
	}
	.header-bottom-nav.mobile-nav > li.header-search {
		margin-left: auto
	}
	.mobile-nav .icon-menu:before {
		font-size: 20px;
	}
	.block-buttons .orange-button {
	}
	.block-buttons .orange-button:last-child {
		flex-grow: 2;
	}
	.block-buttons .orange-button:last-child a {
		background-color: var(--aqua);
	}
	.header-bottom-nav .button.icon {
		margin-left: 0;
		margin-right: 0;
		min-width: auto;
		padding-left: 0.5em;
		padding-right: 0.5em;
	}
	.header-bottom-nav .button.icon i+span {
		padding-right: 0;
	}
	i.icon-search {
		padding: 0.2em 0.4em;
		border-radius: 6px;
		background-color: var(--orange);
	}
	.header-bottom-nav a > .icon-search:before {
		font-size: 20px;
		color: var(--white);
	}
	.header-bottom-nav.mobile-nav > li:nth-child(3) {
		flex-grow: inherit;
		margin-left: 0;
		margin-top: 0px;
		min-width: auto;
	}
	.header-bottom-nav.mobile-nav > li:last-child {
		margin-top: 0px;
		flex-basis: 100%;
	}
		.bottom-buttons {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
		text-align: center;
	}
	.bottom-buttons .sticky-buttons {
		display: flex;
		justify-content: space-between;
	}
	.bottom-buttons .sticky-buttons > div {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 7px 0;
	}
	.bottom-buttons .sticky-buttons .aqua-button {
		flex-grow: 1;
		background-color: var(--aqua);
	}
	.bottom-buttons .sticky-buttons .orange-button {
		flex-grow: 2;
		background-color: var(--orange);
	}
	.bottom-buttons .sticky-buttons a {
		font-size: 18px;
		font-weight: bold;
		color: var(--white);
	}
	.autocomplete-suggestion > div {
		font-size: 14px;
	}

	.autocomplete-suggestion span.amount {
		font-size: 16px;
	}
	
	.footer-social .col {
		flex-direction: column;
	}
	
	#custom_html-12 .textwidget {
		text-align: center;
	}
	/* End Еще одна версия мобильной	*/
	
}

@media screen and (min-width: 850px) {
	
	.top-icon .social-icon {
		display: none;
	}
	
	.button-order.mobil {
		display: none;
	}
	
	.two-columns {
		column-count: 2;
		column-gap: 2em;
		text-align: justify;
		line-height: 1.2;
	}
	
	.top-bar-nav .nav-divided>li {
		margin: 0.7em 1.1em;
	}
	
	.header-top .nav-divided>li+li>a:after {
		display:none;
	}
	
	ul.top-bar-nav li:nth-child(2) {
		margin: 0 0 0 5px;
	}
	
	.nav-small .image-icon {
		width: auto;
		height: auto;
		margin: 0 5px;
	}
	
	.info_work {
		padding-top: 17px;
		margin-left: 20px;
	}
	
	.footer .widget {
		max-width:15%;
	}
	
	.footer .widget:first-child {
		margin-left: 0px;
	}

	.footer .widget:last-child {
		margin-right: 0px;
	}
	
	
	.footer #custom_html-6 {
		max-width: 44%;
		flex-basis: 44%;
	}
	
	.footer-2 #media_image-3 {
		max-width: 30%;
    	flex-basis: 30%;
	}
	
	.footer-2 #custom_html-7 {
		max-width: 51%;
    	flex-basis: 51%;
	}
	
}

@media (max-width: 600px) {
	.mobil .call-mobil-top {
		margin-top: 0px;
		padding: 8px 10px;
		font-size: 14px;
		line-height: 16px;
		text-transform: none;
		
	}
    .page-list.round-doctors .page-list-ext-item, .page-list.round-doctors.many-circle .page-list-ext-item {
		width: 50%;
	}
	
	.page-list.round-doctors .page-list-ext-image img {
		min-width: 100%;
	}
	
}

@media (min-width:550px) {
	.services-page .page-list-ext .page-list-ext-title {
		font-size: 15px;
		line-height: 1;
		text-transform: none;
		text-align: justify;
		text-align: center;
		display: flex;
		justify-content: center;
		letter-spacing: normal;
		margin-top: -42px;
		min-height: 30px;
		align-items: center;
	}

	.services-page .page-list-ext .page-list-ext-title a {
		color: #FFF;
		text-transform: uppercase;
	}
	
	.page-list.page-list-ext.round-doctors {
		background-color: #FCFCFC;
	}
	
	.page-list.page-list-ext.round-doctors {
		justify-content: flex-start;
	}
}

@media (max-width: 549px) {
	
	.block-buttons.top-info-block {
		gap: 10px;
	}
	
	.top-info-block.time {
		max-width: 93%;
		margin: 20px 10px 5px;
		padding: 30px 10px 10px;
	}
	
	.top-info-block .icon {
		margin-bottom: 12px;
		font-size: 18px;
		line-height: 20px;
	}
	
	.top-info-block .info-title.h2 {
		margin-top: -42px;
		margin-bottom: 22px;
		font-size: 18px;
	}
	
	.top-info-block .info span {
		font-size: 18px;
	}
	
	.header-bottom .bvi-widget .bvi-svg-eye, .header-bottom .bvi-shortcode .bvi-svg-eye {
		font-size: 1.9em;
	}
	
/*Новая версия мобильной - возможно временно*/
	
	.off-canvas-left .mfp-content {
		width: 100%;
	}
	
	.title-green h1, .title-red h1, .category-page-row h1, .title-green h2, .title-red h2 {
		background: none;
		box-shadow: none;
	}
	
	.title-green h1.section-title-normal span, .title-red h1.section-title-normal span, .title-green h2.section-title-normal span, .title-red h2.section-title-normal span {
		padding: 10px 0 10px 0px;
	}
	
	.title-green h1:before, .title-red h1:before, .title-green h2:before, .title-red h2:before {
		display:none;
	}
	
	a.link-form-record.button {
		height: 33px;
		padding-top: 4px;
		line-height: 1.8;
		overflow: hidden;
	}
	
	.section-title span {
		text-transform: none;
		color: #555;
	}
	
	.slider-wrapper .flickity-prev-next-button {
		display: flex;
	}
	
	.accordion.advantage-accordion {
		font-size: 15px;
    	line-height: 1.2;
	}
	
	.accordion.advantage-accordion .accordion-title.active, .accordion.advantage-accordion .accordion-title.active + .accordion-inner {
		background-color: var(--aqua);
		color: #FFF;
	}
	
	.accordion.advantage-accordion .accordion-title.active {
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
	}
	
	.accordion.advantage-accordion .accordion-title.active + .accordion-inner {
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
	}
	
	.home h2 span.section-title-main {
		text-transform: uppercase;
	}
	
	.home .box-text, .page-id-14102 .box-text {
		padding-bottom: 0.4em;
	}
	
	.home .content-area, .page-id-14102 .content-area {
		display: flex;
		flex-direction: column;
	}
	
/* section 10 - баннер	
 * 4 - направления
 * 3 - специалисты
 * 9 - комплексные
 * 7 - награды и отзывы
 * 8 - преимущества
 * 6 - новости
 * 2 - о центре
 * 12 - лицензии
	
	.home .section-10 {
		order: 0;
	}
	
	.home .section-4 {
		order: 1;
	}
	
	.home .section-9 {
		order: 3;
	}
	
	.home .section-8 {
		order: 4;
	}
	
	.home .section-3 {
		order: 5;
	}
	
	.home .section-2 {
		order: 6;
	}
	
	.home .section-7 {
		order: 7;
	}
	
	.home .section-12 {
		order: 8;
	}
	
	.home .section-6 {
		order: 9;
	}
*/	
	.home .section-4 .page-list .page-list-ext-image img, .page-id-14102 .section-4 .page-list .page-list-ext-image img {
		display:none;
	}
	
	.home .section-4 .page-list .page-list-ext-item, .page-id-14102 .section-4 .page-list .page-list-ext-item {
		width: 49%;
		margin: 0;
	}
	
	.home .section-4 .page-list .page-list-ext-title::before, .page-id-14102 .section-4 .page-list .page-list-ext-title::before {
	  content: "\f0fe"; 
	  font-family: "Font Awesome 5 Free";
	  margin-right: 5px;
	  font-size: 26px;
	}
	
	.home .section-4 .page-list .page-list-ext-title, .page-id-14102 .section-4 .page-list .page-list-ext-title {
		text-align: left;
		justify-content: left;
		font-weight: normal;
	}
	
	.home .section-4 .page-list .page-list-ext-title a, .page-id-14102 .section-4 .page-list .page-list-ext-title a {
		width: 200px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		word-break: break-all;
	}
	
	.main-article h5 {
		font-weight: bold;
		font-size: 16px;
		line-height: 20px;
		text-align: left;
		height: 50px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	.section-6 .post-item .button {
		display:none;
	}
	
	.footer #custom_html-6 .custom-html-widget .bottom-contacts {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
	}
	
	.footer .icon i {
		font-size: 30px;
		margin: 0px 10px 10px 0;
	}
	
	.price-tile .box-text {
		padding-top: 0.4em;
		padding-bottom: 0.4em;
		padding-left: 0.5em;
		padding-right: 0.5em;
	}
	
	.price-tile .box-text.is-xlarge {
		font-size: 0.9em;
    	line-height: 1;
	}
	
	.slider-awards .flickity-viewport {
		min-height: 170px;
	}
	
/*End Новая версия мобильной*/
	
	.h1, h1 {
		font-size: 1.3em;
		line-height: 1.2;
	}
	
	.button-pop-price {
		flex-wrap: wrap;
	}
	
	.header-main #logo img {
		width: 100%;
		max-width: 150px;
		margin: 0;
	}
	
	#logo img {
		margin: 0 10px;
	}
	
	#logo a {
		display: flex;
		align-items: flex-end;
	}
/*	
	#logo a:after {
		content: "Колпино";
		display: flex;
		position: relative;
		color: #3a8476;
		font-family: "BebasNeueB", sans-serif;
	}

	.header-bottom {
		padding: 5px 0 5px;
	}
*/		
	.top-info-block .info-phone {
		font-size: 18px;
		line-height: 18px;
	}
	
	.top-info-block {
		box-shadow: none;
		width: 100%;
		padding: 0px;
	}
	
	.top-info-block.main-phone .icon i {
		font-size: 16px;
		margin-right: 10px;
	}
	
	
	.footer #custom_html-6 .custom-html-widget {
		flex-direction: column;
		justify-content: left;
	}
	
	
	.footer #custom_html-6 .custom-html-widget .bottom-contacts {
		margin-bottom: 20px;
		width: 100%;
		max-width: 200px;
	}
	
	.title-red.section-title-container, .title-green.section-title-container {
		margin-bottom: 0;
	}
	
	.services-page .page-list-ext-item {
		width: 47%;
		margin: 10px 0;
	}
	
	.services-page .page-list.page-list-ext {
		justify-content: space-between;
	}
	
	.fbc-page .fbc-wrap .fbc-items li:first-child {
		padding-left: 0px;
	}
	
	.fbc-page .fbc-wrap .fbc-items li {
		font-size: 14px;
	}
	
	.fbc-page .fbc-wrap .fbc-items li {
		padding: 0px 2px;
	}
	
	.accordion.accordion-orange-title .accordion-item a.accordion-title span, .accordion.accordion-faq .accordion-item a.accordion-title span {
		font-size: 0.8em;
	}
	
	.icon-with-text p, .icon-with-text {
		display: flex;
		align-items: center;
		text-align: left;
	}
	
	.icon-with-text, .icon-with-text > div {
		text-align: left;
	}
	
	.icon-with-text p img, .icon-with-text div img {
		margin-right: 15px;
		min-width: 60px;
	}
	
	.advantage-wrap .col {
		display: flex;
		align-items: center;
	}
	
	.advantage-wrap > .col {
		margin-bottom: 10px;
	}
	
	.advantage .number {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 30px;
		font-weight: bold;
		color: #f1592a;
	}
	
	.advantage p {
		line-height: 1.2;
		font-size: 18px;
		margin-bottom: 0;
	}
	/* Еще одна версия мобильной	*/
	.autocomplete-suggestion > div {
		font-size: 12px;
	}

	.autocomplete-suggestion span.amount {
		font-size: 14px;
	}
	
	.select-clinics {
		margin:0;
		padding: 0!important;
	}
	
    .dropdown-clinics {
            position: relative;
            display: flex;
    		width: 90%;
            margin: 20px;
        }

       .dropdown-clinics .dropdown-select {
		    width: 100%;
            padding: 5px 10px;
            font-size: 16px;
		    font-weight: bold;
		    text-transform: uppercase;
		    color: var(--aqua);
            border: 1px solid var(--aqua);
            border-radius: 6px;
            background-color: #fff;
        }

       .dropdown-clinics .dropdown-options {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            background-color: #fff;
            z-index: 1;
        }

       .dropdown-clinics .dropdown-option {
		    width: 100%;
            padding: 5px 10px;
            font-size: 16px;
		    font-weight: bold;
		    text-transform: uppercase;
		    color: var(--white);
		    background-color: var(--orange);
		    border-radius: 6px;
        }

        .dropdown-clinics:hover .dropdown-options {
            display: flex;
        }
	
		footer#footer {
			display: flex;
			flex-direction: column;
		}
		.footer.footer-3.footer-social {
			order: -1;
		}
	/* End Еще одна версия мобильной	*/
	
	/*Обновление страниц услуг*/
	.section-title span {
		text-transform: uppercase;
	}
	
	.block-top-price .appointment-price-service {
		font-size: 24px;
		line-height: 26px;
	}
	
	.block-child-pages .page-list.round-doctors .page-list-ext-item, 
	.block-child-pages .page-list.round-doctors.many-circle .page-list-ext-item {
		display: flex;
		justify-content: left;
		width: 100%;
		margin: 0 0 10px 0;
    	padding: 15px 20px;
		border-radius: 6px;
		box-shadow: 0px 0px 6px 0px rgba(84, 84, 84, 0.2);
	}
	
	.block-child-pages .page-list.round-doctors .page-list-ext-image {
		display: none;
	}
	
	.block-child-pages .page-list-ext .page-list-ext-title {
		margin: 0;
		text-align: left;
	}
	
	.service-doctors .page-list-ext-meta > :not(.time),
	.service-doctors .page-list-ext-meta > :not(.appointment),
	{
		display:none;
	}
	
	.service-doctors .time {
		display: flex;
		flex-direction: column;
		margin-bottom: 10px;
		padding: 10px;
		border-radius: 6px;
		box-shadow: 0px 0px 6px 0px rgba(84, 84, 84, 0.2);
	}
	
	.service-doctors .time b {
		display: contents;
	}
	
	.page-list.square-3-column .page-list-ext-title {
		font-size: 14px;
	}
	
	.block-price-service .column-2 {
		font-size: 16px;
	}
	/*End Обновление страниц услуг*/
}

@media (max-width: 460px) {
	.header-main #logo img {
		width: 100%;
/*		
		object-fit: cover;
		width: 64px;
		height: 80px;
		object-position: left;
*/
	}
	
	.advantage p {
		font-size: 14px;
	}
	
	/*Обновление страниц услуг*/
	
	.block-top-price .appointment-price-service {
		font-size: 18px;
		line-height: 20px;
	}
	/*End Обновление страниц услуг*/
}

@media (max-width: 411px) {
	#logo img {
		margin: 0 auto;
	}
	
	.medium-logo-center .logo {
		margin: 0 10px;
	}

/*
	#logo a:after {
		content: "Колпино";
		display: flex;
		color: #3a8476;
		position: absolute;
		top: 20px;
		left: 0;
		width: 100%;
		justify-content: center;
		margin: 0 auto;
		font-size: initial;
}
*/
	.home .page-list.round-doctors .page-list-ext-item {
		min-height: 294px;
	}
	.page-list.round-doctors .page-list-ext-image img, .page-list.round-doctors.many-circle .page-list-ext-image img {
		min-width: 150px;
		min-height: 150px;
		max-width: 150px;
		max-height: 150px;
	}
	.page-list-ext .page-list-ext-title, .page-list-ext .page-list-ext-meta {
		padding: 0 10px;
	}
	.page-list-ext .page-list-ext-title {
		font-size: 14px;
	}
	.page-list-ext-meta {
		font-size: 12px;
	}
	.home .page-list-ext a.link-form-record.button {
		width: 100%;
		margin: 0;
	}
	a.link-form-record.button {
		height: 30px;
	}
	.woocommerce-input-wrapper label {
		width: 80%;
	}
	.advantage p {
		font-size: 12px;
	}
	input[type=search] {
		height: 3.107em;
		font-size: .57em;
	}
	
	/*Обновление страниц услуг*/
	
	.page-list.page-list-ext.square-3-column {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.block-price-service .column-2 {
		font-size: 14px;
	}
	/*End Обновление страниц услуг*/
}


@media (max-width: 350px) {

	.top-info-block .info-phone {
		font-size: 14px;
		line-height: 14px;
	}
	
	.mobil .call-mobil-top {
		padding: 8px 7px;
		font-size: 12px;
	}
	
	/* Еще одна версия мобильной	*/
		.full-name {
			display: none;
		}

		.mobil-name {
			display: flex;
		}
	/* End Еще одна версия мобильной	*/
	
	/*Обновление страниц услуг*/
	.block-top-price .appointment-price-service {
		font-size: 14px;
		line-height: 16px;
	}
	
	.block-top-price .appointment-price-service .is-larger {
		font-size: 1em;
	}
	
	.block-price-service tr {
		padding: 5px 10px;
	}
	
	.accordion.accordion-orange-title .accordion-item a.accordion-title span, .accordion.accordion-faq .accordion-item a.accordion-title span {
		font-size: 0.6em;
	}
	
	/*End Обновление страниц услуг*/
}

}