/*   
Theme Name: Lukalab
Author: Codel
Author URI: codel.ru
Version: 1.0

*/

body.admin-bar .showadmin {
	display: block!important;
}


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    max-width: 100%;
	-webkit-tap-highlight-color: transparent;
}

body {
    font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
}

body.menu-open {
    overflow: hidden;
}
body.menu-open:before {
    content:"";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #092e6266;
    z-index: 25;
}


.container {
    max-width: 1346px;
    margin: auto;
    width: 90%;
}

.header-nav {
    background: #092E62;
    padding-right: 150px;
    padding-top: 24px;
    padding-bottom: 25px;
}

.header-top {
    background: #143768;
    padding-left: 570px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    padding-right: 150px;
    padding-top: 27px;
    padding-bottom: 27px;
}

.big-container {
    position: relative;
}

.logo {
    position: absolute;
    left: 0;
    background: url(/wp-content/uploads/2021/12/logo_bg.svg);
    padding-left: 150px;
    padding-bottom: 15px;
    padding-top: 25px;
    background-size: cover;
    background-position: right center;
    padding-right: 108px;
}

a.analyses {
    display: block;
    background: #D15E1E;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    width: 215px;
    padding: 12px 0px;
    margin-top: 23px;
	visibility: hidden;
}

.page-template-page-analyses a.analyses {
    background: #092E62;
}

.header-location {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    align-items: flex-start;
    position: relative;
}

.header-location span {
    border-bottom: solid 2px #D15E1E;
    cursor: pointer;
}

.header-location:before {
    content: url(/wp-content/uploads/2021/12/uil_map-marker.svg);
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
}

.header-call {
    position: relative;
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    font-size: 20px;
    margin-left: 170px;
}

.header-call a {
    color: #fff;
    text-decoration: none;
}

.header-call:before {
    content: url(/wp-content/uploads/2021/12/uil_forwaded-call.svg);
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
}

.header-call span {
    border-bottom: solid 2px #D15E1E;
    cursor: pointer;
}

.header-visual {
    margin-left: auto;
    position: relative;
    cursor: pointer;
    font-size: 18px;
}

.header-visual:before {
    content: url(/wp-content/uploads/2021/12/uil_eye.svg);
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
}

.header-visual:after {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 37px;
    background: #255390;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
}

.header-cart {
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    margin-left: 80px;
    color: #fff;
    text-decoration: none;
}

.header-cart:before {
    content: url(/wp-content/uploads/2021/12/uil_shopping-basket.svg);
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
}

.header-cart:after {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 37px;
    background: #255390;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
}


.cart-count {
  position: absolute;
  left: -20px;
  top: -10px;
  background: #fe5d0d;
  font-weight: 900;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 14px;
}

.header-lk {
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    margin-left: 80px;
    text-decoration: none;
    color: #fff;
}

.header-lk:before {
    content: url(/wp-content/uploads/2021/12/uil_users-alt.svg);
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
}

ul#menu-mainmenu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    list-style-type: none;
}

ul#menu-mainmenu li {
    position: relative;
}

ul#menu-mainmenu li:not(:last-child) {
    margin-right: 30px;
}

ul#menu-mainmenu li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
	z-index: 3;
	position: relative;
}

ul.sub-menu:before {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    margin-top: -40px;
    z-index: -1;
}


.soc-pogoda-vac .container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 30px;
    flex-direction: row;
    flex-wrap: wrap;
}

.foot-heading {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
}

.foot-soc {
    border: solid 1px #6F6F6F;
    border-radius: 10px;
    padding: 40px 60px;
    width: 335px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.foot-soc a {
    display: block;
    margin: 0px 5px;
}

.foot-vac {
    border: solid 1px #6F6F6F;
    border-radius: 10px;
    padding: 40px 25px 25px;
    width: 320px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.foot-text {
    color: #363636;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

a.foot-btn {
    background: #D15E1E;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 20px 45px;
    margin-top: 20px;
}

img.pogoda-fasad {
    display: block;
    margin: auto;
    z-index: 1;
}

.foot-pogoda {
    position: relative;
    padding: 100px 20px 0px;
    width: 50%;
}

img.pogoda-tucha {
    position: absolute;
    z-index: 0;
    top: 0;
}

.pogoda-gradus {
    position: absolute;
    top: 20%;
    left: 60%;
    font-size: 36px;
    font-weight: 900;
    color: #092E62;
}

footer .big-container {
    background: #092E62;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 55px 150px 20px;
    flex-wrap: wrap;
}

.foot-copyright {
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    padding: 20px 0px;
}

.foot-copyright a {
    color: #fff;
    text-decoration: none;
}

.foot-info {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    margin-top: 30px;
}

.foot-logo-text {
    font-size: 13px;
    font-weight: 300;
    margin-top: 20px;
    text-align: center;
}

.foot-logo {
    max-width: 270px;
    width: 100%;
}


.foot-cont a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    display: block;
    text-decoration: none;
    margin-bottom: 5px;
}

.foot-addr {
    font-size: 14px;
    font-weight: 400;
    margin-top: 25px;
}

a.foot-mail:before {
    content: url(/wp-content/uploads/2021/12/uil_envelope.svg);
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

a.foot-tel:before {
    content: url(/wp-content/uploads/2021/12/uil_phone-volume.svg);
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

footer .menu {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 130px;
}

footer .menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 25px;
    display: block;
}

.foot-menu {
    width: 37%;
}

.foot-btns a {
    background: #D15E1E;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 10px;
    display: block;
    text-align: center;
    padding: 10px 0px;
    margin-bottom: 15px;
    width: 230px;
}

footer hr {
    height: 5px;
    background: #D15E1E;
    border: none;
    position: relative;
    z-index: 1;
    overflow: visible;
}

footer hr:before {
    content: url(/wp-content/uploads/2021/12/foot-vac-ugol.svg);
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 5;
}

.slider-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 48px;
    color: #092E62;
    text-transform: uppercase;
	max-width: 50%;
}

a.slider-btn {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    background: #D15D1D;
    border-radius: 10px;
    padding: 20px 25px;
    margin-top: 40px;
    display: inline-block;
}

.slider-heading-1 {font-family: 'Roboto';font-weight: 500;}

.slider-heading-2 {font-family: 'Roboto';font-weight: 600;}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: url(/wp-content/uploads/2021/12/Vector-12.svg)!important;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: url(/wp-content/uploads/2021/12/Vector-13.svg)!important;
}

span.swiper-pagination-bullet {
    background: #fff;
    width: 30px;
    border-radius: 10px;
    height: 10px;
    opacity: 1;
    cursor: pointer;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #D15D1D;
}

.swiper-pagination {
    bottom: 70px!important;
	filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 1))
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 100px!important;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 100px!important;
}

/* section.actual {
    background: url(/wp-content/uploads/2021/12/bg-min-scaled.jpg);
    background-size: cover;
    background-repeat: no-repeat;
} */

.actual .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

h2.heading-1 {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 48px;
    font-weight: 500;
    font-family: 'Roboto';
    text-transform: uppercase;
    padding-top: 70px;
    margin-bottom: 50px;
}

.swiper-slide img {
    display: block;
    width: 100%;
}

div.single-actual {
    position: relative;
    margin-bottom: 30px;
    border-radius: 5px;
    background-size: cover;
    background-repeat: no-repeat;
	width: 49.2%
}

div.single-actual:last-of-type{
    background-position: center;
}

.actial_title {
    color: #092E62;
    font-size: 40px;
    font-weight: 500;
    font-family: 'Roboto';
}

.actual-text {
    position: absolute;
    top: 33px;
    left: 45px;
}

div.single-actual img {
    border-radius: 5px;
    opacity: 0;
}

.actial_desc {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Roboto';
    color: #092E62;
}

/* section.planing {
    background: url(/wp-content/uploads/2021/12/bg-min-scaled.jpg);
    background-size: cover;
    background-repeat: no-repeat;
} */

h3.heading-2 {
    font-size: 43px;
    text-align: center;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 400;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 40px;
}

.planing h2.heading-1 {
    margin-bottom: 30px;
}

.number {
    font-size: 80px;
    color: #fff;
    font-weight: 500;
    font-family: 'Roboto';
    padding: 55px 80px 30px;
    text-align: center;
}

.single-planing {
    border: solid 1px #fff;
    border-radius: 5px;
    width: 390px;
    position: relative;
}

section.planing .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.single-planing:last-child {
    margin-right: 0;
}

.sp-text {
    background: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto';
    color: #000;
    padding-top: 64px;
    line-height: 1.6em;
    padding-bottom: 57px;
    text-align: center;
}

.sp-text > span {
    font-weight: 900;
    display: block;
    position: relative;
}

.sp-text li span {
    margin-left: -6px;
	/* cursor: pointer; */
}

.actual-text a {
    text-decoration: none;
}

.news a {
    text-decoration: none;
}

/* section.news {
    background: url(/wp-content/uploads/2021/12/bg-min-scaled.jpg);
    background-size: cover;
    background-repeat: no-repeat;
} */

section.news .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.top-slider {
    position: relative;
}

.top-slider-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 48px;
    color: #092E62;
    text-transform: uppercase;
    font-family: 'Roboto';
}

.top-slider_heading-2 {
    font-weight: 700;
}

.top-slider a {
    display: block;
    text-decoration: none;
}

.top-slider img {
    display: block;
    width: 100%;
}

h1.page-heading {
    color: #082E61;
    text-align: center;
    font-size: 48px;
    font-weight: 500;
    padding: 45px 0px;
}

.page-content {
    background-color: #F1F3F7;
    background-image: url(/wp-content/uploads/2022/01/page-ugol.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left top;
    border-top: solid 5px #d15e1e;
	padding-bottom: 1px;
}

.pointer-list-wrapper {
    background: #fff;
    border: solid 1px #DADADA;
    border-radius: 5px;
    padding: 30px;
    width: 33%;
    height: 560px;
    padding-left: 0px;
}

.pointer-list {
    max-height: 100%;
    overflow: auto;
    padding-top: 10px;
    padding-left: 80px;
}

.address-map .container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

.map {
    width: 67%;
    filter: drop-shadow(0px 0px 10px rgba(8, 46, 97, 0.5));
    height: 560px;
    background: #fff;
    border-radius: 5px;
}

.single-map-pointer__title {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    width: 78%;
    cursor: pointer;
}

.single-map-pointer__content {
    color: #6B6B6B;
    font-size: 18px;
    font-weight: 300;
    transition: all .3s ease;
    max-height: 0px;
    overflow: hidden;
}

.single-map-pointer_now {
    color: #082E61;
}

.single-map-pointer-btns a {
    background: #D15E1E;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 10px;
    display: inline-block;
}

a.smp-phone:before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(/wp-content/uploads/2021/12/uil_forwaded-call.svg);
    background-size: 15px;
    vertical-align: middle;
    margin-right: 5px;
}

.single-map-pointer-btns {
    margin-top: 10px;
}

.single-map-pointer {
    position: relative;
    margin-bottom: 15px;
}

img.smp-marker {
    position: absolute;
    left: -54px;
    top: -5px;
	width: 43px;
	height: 43px;
}

img.single-map-pointer__open {
    position: absolute;
    top: 0;
    right: 20px;
    cursor: pointer;
}

.opened .single-map-pointer__content {
    max-height: 160px;
}

.opened img.single-map-pointer__open {
    transform: rotate(180deg);
}

::-webkit-scrollbar{
    width: 9px;
    background: #F1F3F7;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb{
    width: 9px;
    background: #D15E1E;
    border-radius: 10px;
}

.balloon-title {
    font-size: 18px;
    text-align: center;
    font-family: 'Roboto';
    padding: 30px 70px 0px;
}

.balloon-content {
    text-align: center;
    font-size: 18px;
    line-height: 1.4em;
    font-family: 'Roboto';
    padding-bottom: 30px;
}

section.address-map {
    padding-bottom: 55px;
}

h2.heading-1 span {
    cursor: pointer;
    margin: 10px;
    padding: 10px 10px 0px;
    border: none;
    border-radius: 10px;
}

h2.heading-1 span.active {
    background: #d65c1d;
}

.sidebar-content {
    background: #FBFBFB;
    padding: 45px 35px 45px 20px;
    display: none;
}

.sidebar-content.active-sidebar {
    display: block;
    height: calc(100% - 62px);
}

.sidebar {
    width: 33%;
}

.analyses-container.container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    padding-bottom: 55px;
}

.analyses-list {
    width: 67%;
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 15px 45px 45px 45px;
    position: relative;
	overflow: hidden;
	border-radius: 5px;
}

.active-tab {
    background: #fbfbfb;
    color: #000;
}

.sidebar-tabs {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    font-size: 18px;
    color: #6F6F6F;
}

.sidebar-tabs > div {
    width: 50%;
    text-align: center;
    border-radius: 5px 5px 0px 0px;
    padding: 20px 0px;
    cursor: pointer;
}

.sidebar-content li {
    list-style-type: none;
    font-size: 20px;
    color: #000;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.sidebar-content li:last-child {
    margin-bottom: 0;
}



.subcat li.analyse-cat,
.subcat li.complexes-cat {
    font-weight: 300;
}

.sidebar-content li > span {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
}

.sidebar-content li > a {
    display: flex;
    justify-content: space-between;
    width: 100%;
	text-decoration: none;
	color: #000!important;
	align-items: center;
	margin-bottom: 16px;
}

.sidebar-content li > a:hover {
    text-decoration: underline;
}

.sidebar-content li.has-children:hover > a {
    text-decoration: underline;
}

ul.subcat {
    margin-left: 30px;
    transition: all .5s ease;
    height: auto;
    max-height: 0px;
    overflow: hidden;
    width: 100%;
}

.subcat li.analyse-cat,
.subcat li.complexes-cat {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
}

.subcat .list-arrow {
    opacity: .5;
}

.opened > ul.subcat {
    max-height: 1000000px;
}

img.list-marker {
    margin-right: 10px;
    margin-top: 0px;
    width: 16px;
    height: 16px;
}

.list-arrow {
    margin-left: auto;
    transition: all .5s ease;
}

.list-arrow img {
	width: 10px;
}

.opened span .list-arrow {
    transform: rotate(90deg);
}

.analyses-list table {
    width: 100%;
    font-size: 18px;
    border-collapse: collapse;
}

.analyses-list th {
    vertical-align: bottom;
    font-size: 18px;
    color: #6F6F6F;
    font-weight: 300;
    padding-bottom: 20px;
    text-align: left;
}

.analyses-list th:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px;
}

.analyses-list th:nth-child(3) {
    padding-left: 10px;
    padding-right: 10px;
}

.trg-not-find-analyses {
    display: inline-flex;
    align-items: center;
    border-bottom: solid 2px #082E61;
    font-size: 12px;
    color: #082E61;
    font-weight: 400;
    cursor: pointer;
}

.analyses-list tbody tr:first-of-type td {
    font-size: 24px;
    /* padding-bottom: 20px; */
    padding: 0 10px 20px 10px;
    /* padding-left: 10%; */
}

.analyses-list tbody tr:not(:first-of-type) td:first-of-type {
    color: #7C7C7C;
    width: 10%;
}

.analyses-list tbody tr:not(:first-of-type) td:nth-of-type(2) {
    width: 46%;
    padding: 0 10px;
}

.analyses-list tbody tr:not(:first-of-type) td:nth-of-type(3) {
    font-weight: 300;
    width: 15%;
    text-align: left;
    padding-right: 30px;
    padding-left: 10px;
}

.analyses-list tbody tr:not(:first-of-type) td:nth-of-type(4) {
    font-weight: 600;
    width: 15%;
}

.analyses-list tbody tr:not(:first-of-type) td:nth-of-type(5) {
    font-weight: 600;
    width: 14%;
}

.trg-not-find-analyses img {
    margin-right: 5px;
}

.analyses-list th:last-of-type {
    text-align: center;
}

.analyses-list tbody tr:not(:first-of-type) td {
    border-bottom: solid 1px #D1D1D1;
    padding: 23px 0px 15px 0px;
}

.analyses-loading {
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .5;
    justify-content: center;
    align-items: center;
    display: none;
}

.analyses-loading.active {
    display: flex;
}

.analyses-loading img {
    animation: loading 4s linear infinite;
}

@keyframes loading { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

li.active-item {
    color: #D15E1E;
}

.active-item .list-arrow path {
    fill: #D15E1E;
}

.analyses-list tbody tr:last-of-type td {
    border-bottom: none;
}

.popup-overlay {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(9 46 98 / 50%);
    z-index: 100;
    cursor: pointer;
    display: none;
    pointer-events: none;
}

.popup-open .popup-overlay {
    display: block;
    pointer-events: all;
}

.popup-wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    padding: 60px;
    pointer-events: none;
    display: none;
}

.popup-open .popup-wrapper {
    display: block;
    pointer-events: all;
}

.popup-title {
    text-align: center;
    font-size: 24px;
    padding-bottom: 40px;
}

img.popup-close {
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
}

.popup-content form {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

label.field-full {
    width: 100%;
    margin-bottom: 18px;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=date],
textarea,
#zapis_form select
{
    display: block;
    padding: 15px 10px;
    width: 100%;
    border: solid 1px #000;
    border-radius: 4px;
    outline: none;
    margin-top: 4px;
    font-family: 'Roboto';
    font-size: 18px;
}

label.field-short {
    width: calc(50% - 15px);
    margin-bottom: 18px;
}

label.field-full span,
label.field-short span {
    color: #D15E1E;
}

.required-text {
    color: #D15E1E;
    font-size: 14px;
}

label.field-checkbox {
    font-size: 14px;
    cursor: pointer;
}

input[type=checkbox]:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: #fff;
    margin-right: 40px;
    border-radius: 100px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    outline: solid 2px #196235;
}

input[type=checkbox]:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    left: 2px;
}

input[type=checkbox] {
    position: relative;
    appearance: none;
    padding-left: 25px;
    vertical-align: middle;
}

input[type=checkbox]:checked:after {
    background: #196235;
}

button#submit {
    font-size: 18px;
    background: #D15E1E;
    font-weight: 500;
    color: #fff;
    border: none;
    margin: 30px auto 0px;
    padding: 20px 60px;
    border-radius: 10px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.35);
    font-family: 'Roboto';
    text-transform: uppercase;
    cursor: pointer;
}

.single-analysis {
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255 255 255 / 80%);
    padding: 31px 0px 20px 0px;
    height: 100%;
    z-index: 1;
    display: none;
    pointer-events: none;
}

.analysis-header {
    color: #6F6F6F;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 45px;
    padding-right: 45px;
}

.ah-number {
    width: 10%;
}

.ah-print {
    margin-left: auto;
    width: 30%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ah-print img {
    margin-right: 10px;
}

.ah-back {
    width: 14%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
}

.ah-back img {
    margin-right: 5px;
}

.analysis-content {
    padding-left: 45px;
    padding-right: 45px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
}

.analysis-number {
    width: 10%;
    font-size: 18px;
    color: #7C7C7C;
}

.analysis-name {
    width: 90%;
    font-size: 24px;
    color: #000;
}

.analysis-time {
    font-size: 18px;
    font-weight: 300;
    padding-left: 10%;
    padding-top: 20px;
    border-top: solid 1px #d1d1d1;
    margin-top: 15px;
}

.aa-header {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    display: flex;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

.aa-header img {
    margin-left: auto;
}

.analysis-accordion {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: solid 1px #d1d1d1;
    margin-top: 20px;
}

.analysis-accordion:last-of-type {
    border-bottom: none;
}

.aa-content {
    font-size: 18px;
    margin-top: 10px;
    height: 0px;
    overflow: hidden;
}

.analysis-accordion.vis .aa-content {
    height: auto;
}

.aa-content a {
    text-decoration: none;
    display: block;
    color: #d15e1e;
    margin-bottom: 10px;
}

.analysis-buy {
    background: #F1F3F6;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 17px 0px 20px;
	margin-top: 50px;
}

.analysis-price {
    font-size: 18px;
    color: #6F6F6F;
    font-weight: 300;
    padding-left: 15%;
    width: 350px;
    text-align: center;
}

.analysis-price span {
    font-weight: 600;
    color: #000;
    display: block;
    text-align: center;
    font-size: 36px;
}

a.analysis-btn {
    display: none;
}

.analyses-list.more {
    padding: 0;
}

.analyses-list.more table {
    display: none;
}

.analyses-list.more .single-analysis {
    position: static;
    display: block;
    pointer-events: all;
}

.complex-row td:not(:last-of-type) {
    cursor: pointer;
}

.doctor-cat-container {
    background: #D15E1E;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    padding-top: 10px;
    border-bottom: solid 5px #f1f3f6;
    outline: solid 5px #d15e1e;	
}

.doctor-cat-wrapper.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.doctor-cat.active-doctor-cat {
    font-weight: 600;
    background: #F1F3F6;
    color: #000;
	box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.15);
}

.doctor-cat {
    text-align: center;
    padding: 10px 20px 20px;
    border-radius: 5px 5px 0px 0px;
    cursor: pointer;
    position: relative;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	margin: auto;
}

.doctor-cat.active-doctor-cat:after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: #f1f3f6;
    position: absolute;
    left: 0;
    bottom: -10px;
}

section.zapis-wrapper {
    background-color: #F1F3F6;
    background-image: url(/wp-content/uploads/2022/01/page-ugol.svg);
    background-repeat: no-repeat;
    padding-bottom: 90px;
}

.zapis-filter {
    background: rgb(241 243 246 / 80%);
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
    padding-top: 20px;
    padding-bottom: 12px;
}

.zapis-filter .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.change-address {
    width: calc(40% - 20px);
}

.filter-field {
    border: solid 1px #D15E1E;
    background: #fff;
    padding: 10px 60px;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.field-value {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.field-value img {
    margin-right: 5px;
}

.change-date {
    width: 30%;
}

.change-time {
    width: 30%;
}

.page-template-order .change-time,
.page-template-order .change-date {
    width: 33%;
}

.filter-podpis {
    color: #6F6F6F;
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
}

.field-changer {
    display: none;
}

.zapis-changer {
    box-shadow: 0px 0px 6px #082E61;
    padding: 32px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: 5px;
    width: 80%;
    margin: auto;
}

.doctor-row {
    background: #fff;
    border-radius: 5px;
    padding: 30px 18px 30px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    width: calc(100%);
    transition: all .3s ease;
    position: relative;
    z-index: 1;
}

.doctor-row:after {
    content: "";
    position: absolute;
    right: 0px;
    width: 100px;
    z-index: 0;
    top: 0;
    height: 100%;
    background: #fff;
    transform: translateX(0%);
    transition: all .3s ease;
}

.doctor-row.active-doctor:after {
    transform: translateX(100%);
}

.doctors-list {
    width: 55%;
}

.datetime-picker {
    width: calc(45% - 45px);
    padding: 12px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.datetime-picker .swiper:before {
    content: "";
    display: block;
    width: 30px;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.datetime-picker .swiper:after {
    content: "";
    display: block;
    width: 30px;
    height: 100%;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.doctor-name {
    font-size: 24px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
}

.doctor-name img {
    margin-right: 15px;
    transition: all .3s ease;
}

.doctor-name h3 {
    font-size: 24px;
    font-weight: 500;
}

.doctor-trg {
    color: #7388A6;
    padding: 6px 15px;
    border-radius: 5px;
    border: solid 1px #7388A6;
    position: relative;
    z-index: 1;
    cursor: pointer;
    font-size: 14px;
}

.active-doctor .doctor-name {
    color: #D15E1E;
}

.calendar-top-notice {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}

.datetime-picker .swiper {
    background: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 12px 50px;
    margin-bottom: 10px;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 25%);
}

.calendar-button-next {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 3;
    background: #d15e1e;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 7px;
}

.calendar-button-prev {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 3;
    background: #d15e1e;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    border-radius: 10px;
}

.calendar-button-next img,
.calendar-button-prev img {
    filter: invert(1);
}

.swiper-button-disabled {
	opacity: 0.5
}

.filter-overlay {
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    position: fixed;
}

.anydate, .anytime {
    border: solid 1px #d15e1e;
    border-radius: 10px;
    padding: 10px 55px!important;
    display: inline-block;
    margin-bottom: 18px;
	color: #d15e1e;
}

.current-date {
    font-size: 18px;
    line-height: 2.8em;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.current-time {
    font-size: 18px;
    line-height: 2.8em;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper.months-slider {
    font-size: 24px;
    color: #D15E1E;
    font-weight: 600;
    margin-bottom: 40px;
}

.swiper.days-slider {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 50px;
}

.data-changer .swiper.months-slider,
.data-changer .swiper.days-slider {
    background: #fff;
    border-radius: inherit;
    padding: 12px 50px;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 25%);
}

.data-changer .swiper.months-slider:after,
.data-changer .swiper.days-slider:after {
    content: "";
    display: block;
    width: 30px;
    height: 100%;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.data-changer .swiper.months-slider:before,
.data-changer .swiper.days-slider:before {
    content: "";
    display: block;
    width: 30px;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.current-date img,
.current-time img {
    margin-right: 5px;
}

.days-slider .swiper-slide.swiper-slide-active {
    color: #D15E1E;
}

.time-picker {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    cursor: no-drop;
}

.single-time {
    background: #fff;
    color: #dcdcdc;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    padding: 10px 14px;
    border-radius: 10px;
    margin: 3px;
    opacity: .5;
}

.field-changer .single-time {
    border: solid 1px #d15e1e;
}

.single-time.pickable {
    opacity: 1;
    color: #000;
    cursor: pointer;
}

.single-time.active {
    color: #fff;
    background: #D15E1E;
}

.zapis-btn {
    background: #c4c4c4;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    border-radius: 10px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.35);
    padding: 20px;
    width: 230px;
    margin: auto;
    margin-top: 20px;
    cursor: no-drop;
    pointer-events: none;
}

.zapis-btn.active {
    cursor: pointer;
    background: #D15E1E;
    pointer-events: all;
}

.datetime-picker.active-calendar.loading:before {
    content: "ЗАГРУЗКА...";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.datetime-picker.active-calendar.loading:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #ffffffbf;
    z-index: 1;
}

.datetime-picker.active-calendar.loading.emptySchedule:before {
    content: "Для этого врача отсутствует расписание.";
    text-align: center;
}


/*---------------------------*/


button.add-to-cart {
    background: transparent;
    border: solid 2px #d15e1e;
    border-radius: 9px;
    width: 50px;
    height: 37px;
    margin-right: 10px;
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
}

.add-to-cart-loading{
    width: 100%;
    height: 20px;
    display: none;
    animation: loading 2s linear infinite;
}

.add-to-cart-loading.show{
    display: block;
}

.add-to-cart-basket.hidden{
    display: none;
}

@keyframes loading {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}

button.add-to-cart.disabled {
    filter: grayscale(1);
}

.btns-to-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

button.adding {
	position: relative;
}

button.adding:before {
	content: "";
	display: block;
	position: absolute;
	left: -2px;
	top: -2px;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	background-color: #cfcfcf;
	background-image: url("/wp-content/uploads/2022/09/loading-loop.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
	border-radius: 9px;
}

button.add-to-cart.added {
    background: #d15e1e;
}

button.add-to-cart.added img {
    filter: brightness(0) invert(1);
}

.analysis-buy button.add-to-cart {
    width: auto;
    color: #d15e1e;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding: 15px 30px;
    height: auto;
}

.analysis-buy button.add-to-cart img {
    margin-right: 10px;
}

.analysis-buy button.add-to-cart.added {
    color: #fff;
}

.msg {
    position: absolute;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25));
    background: #fff;
    width: 600px;
    text-align: center;
    padding: 50px 0px 30px;
    transform: translateX(-50%);
}

.msg-text {
    width: 490px;
    margin: auto;
    font-size: 18px;
}

.msg-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
}

.msg-btns a {
    color: #D15E1E;
    border: solid 2px #D15E1E;
    border-radius: 10px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 20px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 5px;
    cursor: pointer;
}

.msg-btns a img {
    margin-right: 10px;
}

body.cart_home .btns-to-cart.onlylab button {
    display: none;
}

img.onlylabimg {
    content: url('');
    display: none;
    margin: auto;
    cursor: pointer;
}

body.cart_home .btns-to-cart.onlylab img.onlylabimg {
    content: url('/wp-content/uploads/2022/01/uil_comment-verify.svg');
    display: flex;
    margin: auto;
    cursor: pointer;
}

.msg-overlay {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
}

.msg .triangle {
    position: absolute;
    transform: translateY(-90%);
    top: 0;
}


.cart-topbar .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
}

.cart-change-btn {
    width: 30%;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border: solid 2px #D15E1E;
    border-radius: 9px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.cart-total {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: solid 2px #D15E1E;
    border-radius: 9px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.cart-topbar {
    background: rgb(241 243 246 / 80%);
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
    padding: 10px 0px 15px;
    position: sticky;
    top: 0;
    z-index: 1;
}

.cart-change-btn button {
    padding: 13px 0px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D15E1E;
    cursor: pointer;
    border: none;
    font-size: 18px;
    font-weight: 700;
}

.cart-change-btn button.active-cart {
    background: #D15E1E;
    color: #fff;
}

.cart-total div {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-total-text {
    color: #d15e1e;
    border-right: solid 2px;
    padding: 13px 0px;
}

.cart-container th {
    color: #6F6F6F;
    font-size: 18px;
    font-weight: 300;
    text-align: left;
    padding: 15px 0px;
    vertical-align: bottom;
}

.cart-container table {
    width: 100%;
    border-collapse: collapse;
}

.cart-container tbody tr td {
    padding: 20px 0px;
    border-bottom: solid 1px #D1D1D1;
}

.cart-container.container {
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    margin-top: 10px;
    border-radius: 5px;
    padding: 15px 45px;
    min-height: 500px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}

.page-template-page-cart footer {
    background: #fff;
    margin-top: 55px;
}

.page-template-page-cart {
    background: #f1f3f7;
}

.cart-container td {
    font-size: 18px;
}

td.cart-number {
    color: #7c7c7c;
    width: 5%;
}

td.cart-srok {
    font-weight: 300;
    width: 10%;
}

td.cart-price {
    font-weight: 700;
    width: 10%;
}

td.cart-name {
    width: 70%;
}

td.td-cart-remove {
    width: 2.5%;
}

td.td-cart-attention {
    width: 2.5%;
}

.cart-footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 18px;
    font-weight: 300;
    margin-top: auto;
    width: 100%;
}

.clear-cart {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    cursor: pointer;
    margin-right: 50px;
    color: #6f6f6f;
}

.share-cart {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #082E61;
}

.print-cart-rules {
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 230px;
    border: solid 1px #082E61;
    border-radius: 10px;
    padding: 10px 10px;
    margin-left: auto;
    color: #082E61;
}

.print-cart {
    display: flex;
    align-items: center;
    cursor: pointer;
    border: solid 1px #082E61;
    border-radius: 10px;
    padding: 10px 10px;
    margin: 0px 15px;
    width: 180px;
    color: #082E61;
}

.cart-order {
    background: #d15e1e;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding: 20px 33px;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
}

.cart-footer img {
    margin-right: 10px;
}

.cart-attention {
    cursor: pointer;
    display: none;
}

.vis_attention .cart-attention {
    display: block;
}

.cart-remove {
    cursor: pointer;
}

.cart-msg-overlay {
    background: rgb(9 46 98 / 40%);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}

.cart-msg {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background: #fff;
    width: 500px;
    padding: 30px;
    font-size: 18px;
}

body.empty-cart .cart-topbar {
    filter: grayscale(1);
    opacity: 0.5;
    pointer-events: none;
    position: static;
}

body.empty-cart .cart-footer {
    filter: grayscale(1);
    opacity: .5;
    pointer-events: none
}

.empty-cart-msg {
    font-size: 18px;
    color: #000;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
}

.empty-cart-msg a {
    color: #fff;
    background: #D15E1E;
    width: 230px;
    border-radius: 10px;
    padding: 20px 0px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 25px;
}

.order-container label {
    font-size: 18px;
    width: calc(50% - 30px);
    display: inline-block;
    margin-bottom: 18px;
}

span.required {
    color: #D15E1E;
}

form#order_form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.radiogroup {
    border: solid 1px #000;
    border-radius: 4px;
    padding: 14px 20px;
}

.order-container,
.page-container {
    background: #fff;
    padding: 37px 55px;
    margin-bottom: 55px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.page-container p {
    margin-bottom: 15px;
}

.page-container h2 {
    margin-top: 40px;
    margin-bottom: 20px;
	color: #082e61;
}

.page-container ul {
    margin-left: 40px;
    margin-bottom: 40px;
}

.page-container {
    font-size: 18px;
}

.page-container ul li {
    margin-bottom: 8px;
}

.radiogroup label {
    margin-bottom: 0px;
    cursor: pointer;
    width: auto;
    margin-right: 30px;
}

label.confirm_phone {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 22px;
    margin-bottom: -22px;
}

.confirm_phone input[type="text"] {
    width: 60%;
    margin-top: 0;
    text-align: center;
}

label.confirm_phone button {
    width: calc(40% - 20px);
    background: #D15E1E;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Roboto';
    cursor: pointer;
}

label.confirm_phone span {
    color: #C4C4C4;
    font-weight: 300;
    text-align: right;
    font-size: 16px;
    margin-top: 15px;
    margin-left: auto;
}

.payment-options {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
}

.payment-left {
    width: calc(50% - 30px);
    display: flex;
    flex-direction: column;
}

.order-total {
    font-size: 18px;
    background: #F1F3F6;
    font-weight: 300;
    color: #6F6F6F;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.order-acceptances .radiogroup {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    border: none;
}

.order-container label.field-checkbox {
    font-size: 14px;
    width: 100%;
    margin-bottom: 10px;
}

.order-container label.field-checkbox:last-child {
    margin-bottom: 0px;
}

.order-total span {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    margin-left: 30px;
    padding: 30px 0px;
}

input[type="radio"]:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: #fff;
    margin-right: 40px;
    border-radius: 100px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-55%);
    z-index: 1;
    outline: solid 2px #196235;
}

input[type="radio"] {
    position: relative;
    appearance: none;
    padding-left: 25px;
    vertical-align: middle;
    cursor: pointer;
}

input[type="radio"]:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-58%);
    z-index: 2;
    left: 2px;
}

input[type="radio"]:checked:after {
    background: #196235;
}


.doctor-services-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
}

.doctor-services-list label span {
    font-weight: 600;
    margin-left: auto;
    display: inline-block;
}

.popup-zapis .doctor-services-list label.field-checkbox {
    display: flex;
    border-bottom: solid 1px #e7e7e7;
    padding: 10px 0px;
    margin-bottom: 0;
}

.doctor-services-list label:last-child {
    border-bottom: none!important;
}

.payment-options label .radiogroup {
    margin-top: 4px;
}

.payment-right {
    width: calc(50% - 30px);
    display: flex;
    flex-direction: column;
    align-items: initial;
    justify-content: space-between;
}

.payment-right label {
    width: 100%;
}

.payment-options .payment-right label .radiogroup {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}

.payment-options .payment-right label .radiogroup label {
    width: auto;
}

.order-send {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.order-send .required {
    color: #D15E1E;
    font-size: 14px;
    font-weight: 300;
}

.order-send button {
    background: #d15e1e;
    color: #fff;
    border-radius: 10px;
    padding: 20px 20px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Roboto';
    border: none;
    cursor: pointer;
}

body.page-template-order {
    background: #f1f3f7;
}

footer {
    background: #fff;
}

label.order_address input[type=text] {
    border: none;
    margin-top: 0;
    padding: 0;
    width: inherit;
    margin-left: 10px;
    cursor: default;
    color: #000;
    background: transparent;
}

label.order_address {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}

.order_datetime {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    margin-top: 50px;
    margin-bottom: 70px;
}

.order_datetime_heading {
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin-bottom: 18px;
}

body.cart_home label.confirm_phone {
    margin-bottom: 18px;
}

.order_datetime .change-date,
.order_datetime .change-time {
    margin: 0px 30px;
}

.order-podpis {
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 18px;
    width: 100%;
}

.group_kid, .group-amateur {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.order_anketa .radiogroup {
    margin-top: 4px;
}

button.btn-order-pay {
    background: #d15e1e;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 20px 30px;
    font-family: 'Roboto';
    text-transform: uppercase;
    font-size: 18px;
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
}

.order-shipping-total {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}

.order-total .order-shipping-total span {
    font-size: 18px;
    margin-left: 10px;
    padding: 0px;
}

.group_kid {
    height: 100%;
    max-height: 0px;
    overflow: hidden;
    transition: all .3s ease;
}

.group_kid.vis {
    max-height: 1000px;
}

.field-changer.vis {
    display: block;
    position: absolute;
    left: -1px;
    top: -1px;
    width: calc(100% + 2px);
    border: solid 1px #d15e1e;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    background: #fff;
    max-width: 101%;
}

.field-changer select {
    display: none;
}

.select-changer div {
    line-height: 2.7em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6F6F6F;
}

.select-changer div img {
    margin-right: 5px;
    filter: grayscale(1);
}

.select-changer div.selected-option {
    color: #000;
}

.select-changer div.selected-option img {
    filter: grayscale(0);
}

.razrab {
    font-size: 20px;
    text-align: center;
    padding: 40px 0px;
}


.page-template-cart_pdf header,
.page-template-rules_pdf header {
    border-bottom: solid 5px #D15E1E;
    padding-left: 150px;
}

.pdf-container {
    margin: auto;
    display: block;
    max-width: 1346px;
}

.pdf-container th {
    font-size: 18px;
    font-weight: 300;
    text-align: left;
    padding: 10px 45px;
}

.pdf-container thead {
    background: rgb(241 243 246 / 80%);
}

.pdf-container table {
    border-collapse: collapse;
}

.pdf-container td {
    padding: 30px 45px;
    font-size: 18px;
    font-weight: 400;
}

.pdf-container td.cart-price {
    font-weight: 800;
}

.pdf-container tbody tr:not(:last-of-type) {
    border-bottom: solid 1px #D1D1D1;
}

tr.total-row {
    background: #f4f5f8;
    color: #6F6F6F;
    text-align: right;
    font-size: 18px;
    font-weight: 300;
}

tr.total-row td:last-child {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    text-align: left;
}


.pdf-rules-heading {
    background: #F1F3F6;
    padding: 30px 0px 10px 80px;
    font-size: 18px;
    font-weight: 300;
    color: #6F6F6F;
}

.pdf-rules-element {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0px;
    border-bottom: solid 1px #d1d1d1;
}

.pdf-rules-element .cart-number {
    width: 80px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #7C7C7C;
}

.pdf-rules-element .cart-name {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.pdf-rules-element .cart-rule {
    font-size: 18px;
    margin-top: 25px;
}

.attention {
    background: #F1F3F6;
    font-size: 24px;
    font-weight: 200;
    color: #092E62;
    text-align: center;
    padding: 10px 0px;
}

.onlymob {
    display: none;
}



.doctor-info-overlay {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(9 46 98 / 50%);
    z-index: 100;
    cursor: pointer;
}


.doctor-info-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
    background: #fff;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
    width: 1300px;
	max-height: 90vh;
	overflow: auto;
}

.dotcor-popup-title {
    background: #D15E1E;
    text-align: center;
    color: #fff;
    font-size: 48px;
    font-weight: 500;
    padding: 10px 0px;
}

img.doctor-info-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
}

.doctor-container {
    max-width: 900px;
    margin: 25px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.doctor-base-info {
    width: calc(100% - 200px);
    padding-left: 90px;
}

.doctor-info .doctor-name {
    color: #082E61;
    font-size: 48px;
    line-height: 1em;
}

img.doctor-photo {width: 200px;}

.doctor-spec {
    font-size: 18px;
    font-weight: 500;
    color: #082E61;
    margin-top: 20px;
    margin-bottom: 20px;
}

.doctor-exp, .doctor-rank {
    color: #082E61;
    font-size: 18px;
    font-weight: 500;
}

.doctor-description {
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
}

.doctor-edu-zag {
    background: #f4f5f8;
    color: #082E61;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding: 20px 0px;
}

.analyses-searchbar .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.search-field {
    width: calc(66% - 20px);
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding-left: 25px;
	margin-bottom: 20px
}

.search-field input[type="text"] {
    border: none;
    padding-left: 25px;
    margin-top: 0px;
}

.search-field input[type="text"]::placeholder {
    color: #d15e1e;
}

.cart-total-text a {
    color: #D15E1E!important;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.cart-total-text a img {
    margin-right: 5px;
}

.analyses-searchbar .cart-total-field {
    margin-left: 10px;
	margin-left: auto;
    width: calc(33% - 20px);
    flex-shrink: 0;
}

.analyses-searchbar .cart-total {
    width: 100%;
}

.analyses-searchbar .change-address {
    width: auto;
}

.analyses-searchbar .filter-field.address-field {
    padding: 10px 40px;
}

.cart-total-podpis {
    font-size: 14px;
    font-weight: 300;
    color: #6F6F6F;
    text-align: center;
    margin-top: 5px;
}

.analyses-searchbar {
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
    /*margin-bottom: 10px;*/
    /*position: sticky;*/
	position: relative;
    top: 0;
    z-index: 1;
    background: rgba(241, 243, 246, 0.8);
    padding-top: 20px;
}
.analyses-breadcrumbs {
    background: #fbfbfb;
    min-height: 50px;
	padding: 15px 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #092E62;
}

.analyses-breadcrumbs a {
    color: #6F6F6F;
    text-decoration: none;
}

.main-searchbar {
    position: absolute;
    top: 140px;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    width: 700px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.main-slider {
    position: relative;
}

.main-searchbar .search-field {
    background: #F5F5F5;
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0px;
}

.main-searchbar .search-field input[type="text"] {
    background: transparent;
}

.main-searchbar a {
    color: #282828;
    font-size: 18px;
    text-decoration: none;
}

.main-metrics {
    position: absolute;
    bottom: 80px;
    z-index: 10;
    width: 100%;
}

.issled {
    font-size: 18px;
    background: rgba(8, 39, 80, 0.8);
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font-weight: 400;
    padding: 25px 40px;
    width: 265px;
    text-align: center;
    border-radius: 0px 10px 10px 0px;
    display: none;
}

.posetit {
    position: absolute;
    right: 0;
    color: #fff;
    bottom: 0;
    background: rgba(8, 39, 80, 0.8);
    font-size: 18px;
    font-weight: 400;
    padding: 25px 40px;
    width: 265px;
    text-align: center;
    border-radius: 10px 0px 0px 10px;
}

.issled span, .posetit span {
    font-weight: 900;
    font-size: 48px;
    display: block;
}

.popup-zapis-overlay {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(9 46 98 / 50%);
    z-index: 100;
    cursor: pointer;
    display: none;
}

.popup-zapis-overlay.vis {
    display: block;
}

.popup-zapis {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
    background: #fff;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
    width: 1300px;
    height: 90vh;
    overflow-y: scroll;
    display: none;
}

.popup-zapis.vis {
    display: block;
}

.popup-zapis-heading {
    background: #D15E1E;
    text-align: center;
    color: #fff;
    font-size: 48px;
    font-weight: 500;
    padding: 10px 0px;
}

.popup-zapis-categ {
    color: #082E61;
    text-align: center;
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-top: 30px;
}

.popup-zapis-datetime {
    margin: auto;
    display: flex;
    max-width: 837px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

/* .popup-zapis-doctor-name {
    width: 40%;
    font-size: 24px;
    font-weight: 500;
    color: #D15E1E;
    padding-right: 20px;
    margin-top: -23px;
} */

.change-address {
    width: 60%;
}

.popup-zapis .filter-field.address-field {
    padding: 10px 20px;
}

.popup-zapis .change-date {
    width: calc(50% - 10px);
    margin-top: 20px;
}

.popup-zapis .change-time {
    width: calc(50% - 10px);
    margin-top: 20px;
}

.popup-zapis-blue-text {
    background: #F1F3F6;
    color: #082E61;
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    padding: 20px;
    margin: 30px 0px;
}

form#zapis_form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.popup-zapis-container {
    padding: 0px 60px 70px;
}

form#zapis_form > label {
    width: calc(50% - 10px);
    margin-bottom: 20px;
}

button.btn-pay-zapis {
    background: #d15e1e;
    color: #fff;
    border-radius: 10px;
    padding: 20px 20px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Roboto';
    border: none;
    cursor: pointer;
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    width: 231px;
    text-align: center;
}

.popup-zapis label.field-checkbox {
    margin-bottom: 10px;
}

img.popup-zapis-close {
    position: absolute;
    top: 20px;
    right: 25px;
    width: 35px;
    cursor: pointer;
}

.zapis-filter .change-address {
    width: 33%;
}

.zapis-filter .filter-field.address-field {
    padding: 10px 20px;
}

.cart-topbar .change-address {
    width: calc(40% - 20px);
}

.new-tab, .akcii-tab {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    display: none;
}

.new-tab.active-tab, .akcii-tab.active-tab {
    display: flex;
    background: transparent;
}

.news-akcii-container .single-actual img {
    opacity: 1;
    width: 100%;
    display: block;
}

.news-akcii-container.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.news-protivopokazaniya {
    font-size: 16px;
    font-weight: 200;
    color: #092E62;
    background: #fff;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 20px;
    padding: 10px 0px;
}

.news-akcii-container .single-actual {
    width: calc(50% - 10px);
}

a.new-title {
    color: #000;
    text-decoration: none;
    text-align: center;
    display: block;
    font-size: 24px;
    text-transform: uppercase;
}

.news-akcii-container .single-actual a {
    display: block;
}

.srok-akcii {
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
    margin-bottom: 45px;
}

h1.single-heading {
    width: 100%;
    font-weight: 400;
    font-size: 48px;
    text-transform: uppercase;
    margin-top: 70px;
}

.single-content {
    font-size: 24px;
    line-height: 1.6em;
    margin-top: 40px;
    margin-bottom: 50px;
}

.akcii-disclamer {
    font-size: 14px;
    margin-bottom: 30px;
}

a.akcii-rules {
    color: #092E62;
    text-decoration: none;
    font-size: 14px;
}

a.back-to-archive {
    font-size: 18px;
    color: #D15E1E;
    text-decoration: none;
    margin-left: auto;
    display: flex;
    align-items: center;
}

a.back-to-archive img {
    margin-left: 10px;
}

.single-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

img.single-image {
    margin: -120px auto 0px;
	max-width: 663px;
}

.single-news-akcii-container.container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 140px;
    background: #fff;
    border: solid 1px #dadada;
    margin-bottom: 70px;
    border-radius: 5px;
    padding: 0px 100px 60px;
}

.single-actual-container.container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 140px;
    background: #fff;
    border: solid 1px #dadada;
    margin-bottom: 70px;
    border-radius: 5px;
    padding: 0px 100px 60px;
	position: relative;
}

.single-content h2 {
    color: #092e62;
    margin-top: 40px;
    margin-bottom: 20px;
}

.single-content ul {
    margin-left: 50px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.single-content p {
    margin-bottom: 12px;
}

.sp-text li span a {
    color: #000;
    text-decoration: none;
}

.lk-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    z-index: 11;
	width: 30%;
	display: none;
}

.lk-show .lk-popup {
	display: block;
}

.lk-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(9 46 98 / 50%);
    z-index: 10;
	display: none;
	cursor: pointer;
}

.lk-show .lk-overlay {
	display: block;
}

.lk-tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 300;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25) inset;
}

.lk-tabs div {
    width: 50%;
    text-align: center;
    padding: 12px 0px;
    line-height: 1;
    color: #d15e1e;
    cursor: pointer;
}

.lk-tabs div.active-tab-lk {
    color: #fff;
    background: #D15E1E;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px 5px 0px 0px;
    transition:  all .3s ease;
    cursor: default;
}

.lk-tab-heading {
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    color: #092E62;
    text-transform: uppercase;
    margin-top: 20px;
}

form#lk-auth {
    padding: 14px 40px 32px;
}

form#lk-auth label {
    margin-bottom: 18px;
    display: flex;
    flex-wrap: wrap;
}

#lk-auth label.field-checkbox {
    justify-content: center;
	flex-wrap: nowrap;
}

#lk-auth label.confirm_phone span {
	margin: 15px auto;
	font-size: 13px;
}

.get-lk {
    color: #082E61;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    border-bottom: solid 2px #082E61;
    width: 180px;
    padding-bottom: 5px;
	cursor: pointer;
}

.get-lk img {
    margin-right: 8px;
}

button.lk-auth-btn {
    background: #d15e1e;
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 15px 60px;
    border-radius: 10px;
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 500;
	cursor: pointer;
}

.esia-logo {
    background: #F4F5F8;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    text-align: center;
    padding: 13px 0px 10px;
    margin-top: 5px;
}

.lk-auth-esia {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin-top: 30px;
}

.get-lk-auth {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.lk-auth-text {
    font-size: 14px;
    font-weight: 300;
    background: #f4f5f8;
    text-align: center;
    padding: 30px;
    color: #000;
}

#lk-auth input[type=text], #lk-auth input[type=tel], 
#lk-auth input[type=email], #lk-auth input[type=password] {
    padding: 8px;
}

.lk-reg {
    position: absolute;
    top: 50%;
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    text-align: center;
    padding: 60px 80px;
    z-index: 1;
	display: none;
}

.lk-reg.vis {
	display: block;
}

.lk-reg-btn {
    border: solid 2px #d15e1e;
    padding: 20px 40px;
    border-radius: 10px;
    color: #d15e1e;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    margin-top: 20px;
    cursor: pointer;
}

table.ui-datepicker-calendar {
	width: 100%;
	border-spacing: 7px;
}

table.ui-datepicker-calendar th {
    font-size: 18px;
    font-weight: 400;
}

table.ui-datepicker-calendar td {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    font-size: 18px;
    font-weight: 400;
	padding: 10px 0px;
	border-radius: 10px;
}

table.ui-datepicker-calendar td a {
    color: #000;
    text-decoration: none;
}

table.ui-datepicker-calendar td.ui-datepicker-other-month a {
    color: #6F6F6F;
}

table.ui-datepicker-calendar td.ui-datepicker-current-day {
    background: #d15e1e;
}

table.ui-datepicker-calendar td.ui-datepicker-current-day a {
    color: #fff;
}

a.ui-datepicker-prev, a.ui-datepicker-next {
    font-size: 0px;
    width: 40px;
    height: 40px;
    background: #d15e1e;
    display: block;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
}

a.ui-datepicker-prev {
    background-image: url(/wp-content/uploads/2022/02/Vector-17.svg);
    order: 1;
}

a.ui-datepicker-next {
    background-image: url(/wp-content/uploads/2022/02/Vector-17.svg);
    transform: rotate(180deg);
    order: 3;
}

.ui-datepicker-header.ui-widget-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 5px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin-bottom: 20px;
}

.ui-datepicker-title {
    order: 2;
    color: #D15E1E;
    font-size: 24px;
    font-weight: 700;
}

.ui-datepicker-inline {
    margin-bottom: 20px;
}

.foot-time {
	font-size: 14px;
    font-weight: 400;
    margin-top: 25px;
}


body.home {
    background: url(/wp-content/uploads/2022/06/бэк-scaled.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}


.single-content a.pum-trigger {
    text-decoration: underline!important;
    color: #d15e1e!important;
}


div#pum_popup_title_5496 {
    color: #000!important;
    font-size: 24px!important;
    text-align: center!important;
    font-weight: 600!important;
}

#pum-5496 table td {
    border: solid 1px #000;
    padding: 5px;
    color: #000!important;
    font-family: 'Roboto', sans-serif!important;
}

#pum-5496 table td strong {
    color: #092e62;
    font-weight: 600;
    font-family: 'Roboto'!important;
}

#pum-5496 table td span {
    color: #000!important;
    font-family: 'Roboto', sans-serif!important;
    font-weight: 400!important;
}

#pum-5496 table td strong span {
    font-weight: 600!important;
    color: #092e62!important;
}

#pum-5496 table {
    width: 70%!important;
    margin: auto;
}


/**/
div#pum_popup_title_5498 {
    color: #000!important;
    font-size: 24px!important;
    text-align: center!important;
    font-weight: 600!important;
}

#pum-5498 table td {
    border: solid 1px #000;
    padding: 5px;
    color: #000!important;
    font-family: 'Roboto', sans-serif!important;
}

#pum-5498 table td strong {
    color: #092e62;
    font-weight: 600;
    font-family: 'Roboto'!important;
}

#pum-5498 table td span {
    color: #000!important;
    font-family: 'Roboto', sans-serif!important;
    font-weight: 400!important;
}

#pum-5498 table td strong span {
    font-weight: 600!important;
    color: #092e62!important;
}

#pum-5498 table {
    width: 70%!important;
    margin: auto;
}
/**/
div#pum_popup_title_5501 {
    color: #000!important;
    font-size: 24px!important;
    text-align: center!important;
    font-weight: 600!important;
}

#pum-5501 table td {
    border: solid 1px #000;
    padding: 5px;
    color: #000!important;
    font-family: 'Roboto', sans-serif!important;
}

#pum-5501 table td strong {
    color: #092e62;
    font-weight: 600;
    font-family: 'Roboto'!important;
}

#pum-5501 table td span {
    color: #000!important;
    font-family: 'Roboto', sans-serif!important;
    font-weight: 400!important;
}

#pum-5501 table td strong span {
    font-weight: 600!important;
    color: #092e62!important;
}

#pum-5501 table {
    width: 70%!important;
    margin: auto;
}
/**/
div#pum_popup_title_5506 {
    color: #000!important;
    font-size: 24px!important;
    text-align: center!important;
    font-weight: 600!important;
}

#pum-5506 table td {
    border: solid 1px #000;
    padding: 5px;
    color: #000!important;
    font-family: 'Roboto', sans-serif!important;
}

#pum-5506 table td strong {
    color: #092e62;
    font-weight: 600;
    font-family: 'Roboto'!important;
}

#pum-5506 table td span {
    color: #000!important;
    font-family: 'Roboto', sans-serif!important;
    font-weight: 400!important;
}

#pum-5506 table td strong span {
    font-weight: 600!important;
    color: #092e62!important;
}

#pum-5506 table {
    width: 70%!important;
    margin: auto;
}

.about-swiper {
    overflow: hidden;
    position: relative;
}

.rekviz-2col {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

.single-col {
    width: 50%;
    padding-right: 40px;
}

.single-col h2 {
    border-bottom: solid 2px #082e61;
    padding-bottom: 10px;
}

.single-rekviz strong {
    display: block;
    margin-bottom: 5px;
}

.single-rekviz {
    border-bottom: solid 1px #082e61;
    padding: 12px 0px;
}

.single-rekviz ul {
    margin-bottom: 10px;
    margin-top: 10px;
}

.docs-container h2 {
    border-bottom: solid 2px #082e61;
    padding-bottom: 10px;
}

a.single-doc {
    display: block;
    padding: 5px 0px;
    color: #082e61;
    text-decoration: none;
}

a.single-doc:before {
    content: url(/wp-content/uploads/2022/06/uil_file-download.svg);
    vertical-align: middle;
    margin-right: 10px;
}


ul.sub-menu {
    position: absolute;
    top: 30px;
    background: #092e62;
    z-index: 2;
    padding: 10px 20px;
    left: -20px;
    box-sizing: content-box!important;
    list-style-type: none;
    visibility: hidden;
}

ul#menu-mainmenu li.menu-item-has-children {
    overflow: visible;
}

li:hover ul.sub-menu {
    visibility: visible;
}



.postid-6175 #gallery-1 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}


.actual-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}


.actual-container div.single-actual {
  background-image: none !important;
}

.actual-container div.single-actual img {
	opacity: 1;
}

.single-actual .attention {
  font-size: 16px;
  background: #fff;
}


.single-actual td,
.single-news-akcii-container td {
  vertical-align: top;
}

.single-actual td a,
.single-news-akcii-container td a {
  color: #d15e1e;
}


.all-actual {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  color: #D15E1E;
  font-size: 18px;
  position: absolute;
  bottom: 60px;
  right: 112px;
}

.all-actual img {
  margin-left: 15px;
}

.postid-6905  #gallery-1 img {
	height: auto;
}


.postid-6936 .single-content a {
  color: #D15E1E;
}


.news {
  padding-bottom: 30px;
}

.analyses-row {
	cursor: pointer;
}

.single-analyses .single-analysis {
    display: block;
	pointer-events: all;
}

a.ah-back-link {
    width: 14%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
	text-decoration: none;
	color: #6F6F6F;
}

.analyses-row td a {
    color: #000;
    text-decoration: none;
}

.single-actual p em strong {
    font-style: normal!important;
    color: #bb5510;
}

h2.subzag {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 40px;
}
.postid-97757 .single-content strong {
    font-weight: 400;
    color: #d15e1e;
}
.slider-heading-2 {
    text-shadow: 0px 3px 8px #fff;
}

.postid-100496 .single-content strong {
    font-weight: 400;
    color: #d15e1e;
}

.postid-100513 .single-content strong {
    font-weight: 400;
    color: #d15e1e;
}

.postid-100521 .single-content strong {
    font-weight: 400;
    color: #d15e1e;
}

.single-actual-container .single-content strong,
.single-news-akcii-container .single-content strong {
    color: #ff5e0e;
}

/*Врачи*/
.doctors-container.container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.single-doctor-item {
    width: 20%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 60px;
    padding-right: 25px;
}

.single-doctor-item a img {
    width: 100%;
}

.single-doctor-item a {
    width: 100%;
}

.single-doctor-item a.doctor-name {
    color: #082e61;
    text-decoration: none;
    margin-top: 10px;
}

.single-doctor-item .doctor-spec {
    font-size: 16px;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 10px;
}

.single-doctor-item .doctor-rank {
    font-size: 16px;
    color: #000;
}

.single-doctor .doctor-container {
    max-width: initial;
}
/*-----------*/


a.sitemap {
    background: #000;
    font-size: 14px;
    font-weight: 300;
    padding: 20px 0px;
    display: block;
    text-align: center;
    color: #fff;
}



.single-analysis-content h1 {
    color: #000;
    font-size: 32px;
    font-weight: 600;
    padding-top: 25px;
    margin-bottom: 35px;
}

.single-analysis-attributes {
    color: #6F6F6F;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 18px;
}

.single-analysis-attributes > div {
    width: 50%;
    padding: 10px 0px;
}

.saa-cito {
    text-align: right;
    color: #E30000;
}

.saa-cito a {
    color: #E30000;
    font-weight: 600;
    border: solid 2px #e30000;
    border-radius: 7px;
    padding: 6px 10px;
    line-height: 21px;
    display: inline-block;
	text-decoration: none;
	margin-left: 10px;
}

.saa-number2 {
    text-align: right;
}

.single-analysis-price-and-cart {
    background: #f1f3f6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px 15px 45px;
    margin-left: -45px;
    margin-right: -45px;
    max-width: unset;
    margin-top: 15px;
}

.sapac-time, .sapac-home {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.sapac-home a {
    color: #000;
    text-decoration: underline;
	display: flex;
	align-items: center;
}

.sapac-time img, .sapac-home img {
    width: 30px;
    margin-right: 28px;
    height: 30px;
}

.analysis-buy button.add-to-cart {
    margin-right: 0;
}

.analysis-buy {
    margin-top: 0;
    background: transparent;
}

button.tablink {
    background: transparent;
    border: none;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-right: 60px;
    cursor: pointer;
}
button.tablink:last-child {
	margin-right: 0;
}

button.tablink:after {
    content: "";
    display: block;
    height: 3px;
    background: transparent;
    border-radius: 100px;
    margin-top: 17px;
}

button.tablink.active-tab:after {
    background: #D15E1E;
}

.tabcontent {
    border-top: solid 1px #D1D1D1;
    padding: 25px 62px;
    border-bottom: solid 1px #d1d1d1;
	line-height: 1.4em;
}

.single-analysis-tabs {
    padding: 0px 62px;
    margin-top: 25px;
}

.single-analysis-result-template {
    color: #000;
    text-decoration: none;
	display: inline-block;
	max-width: 30%;
	margin-right: 30px;
}

.sart-name {
    font-weight: 500;
    margin-bottom: 4px;
}

span.sart-format {
    vertical-align: middle;
}

.single-analysis-result-template img {
    vertical-align: middle;
}

.in-complex-cheaper-title {
    padding-left: 62px;
    font-weight: 500;
	margin: 20px 0px;
	font-size: 16px;
}

.in-complex-cheaper-title span {
    color: #D15E1E;
}


.single-analysis-single-complex {
    background: url(/wp-content/uploads/2024/05/Акции_1-1.jpg);
    background-size: cover;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 22px;
    border-radius: 9px;
}

.sasc-name {
    color: #092E62;
    /*text-transform: uppercase;*/
    font-size: 20px;
    font-weight: 500;
    width: 100%;
    padding-right: 20%;
    margin-bottom: 15px;
    margin-top: 20px;
    margin-left: 30px;
}

.sasc-price {
    margin-left: 44px;
    font-weight: 600;
    color: #092E62;
    font-size: 20px;
}

.sasc-add-to-cart button.add-to-cart {
    background: #D15E1E;
    color: #fff;
    width: 180px;
    font-size: 18px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 22px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Roboto';
}

.sasc-add-to-cart button.add-to-cart img {
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
    margin-right: 10px;
}

.saic-slider {
    position: relative;
    padding-left: 33px;
    padding-right: 33px;
}

.swiper-button-prev-complex {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}

.swiper-button-next-complex {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}

.swiper-button-prev-complex.swiper-button-disabled,
.swiper-button-next-complex.swiper-button-disabled {
    opacity: .5;
}

.analyses-list.single-analysis-wrapper {
    background: transparent;
    box-shadow: unset;
    padding: 0;
    overflow: visible;
}

.single-analysis-content {
    background: #fff;
    padding: 15px 45px 45px 45px;
    border-radius: 5px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: visible;
}

.related-analyses {
    background: #fff;
    padding: 15px 45px 45px 45px;
    border-radius: 5px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: visible;
    margin-top: 30px;
}


.swiper-button-prev-related {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}

.swiper-button-next-related {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}

.swiper-button-prev-related.swiper-button-disabled,
.swiper-button-next-related.swiper-button-disabled {
    opacity: .5;
}

.single-analysis-price-and-cart .analysis-price {
    padding: 0;
    width: auto;
    margin-right: 35px;
}

.analyses-back {
	display: none;
}

.sasc-add-to-cart a {
    background: #D15E1E;
    color: #fff;
    width: 180px;
    font-size: 18px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 22px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Roboto';
    border-radius: 9px;
    text-decoration: none;
}

li.analyse-cat-bigcat.has-children > span {
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    display: none;
}

.sidebar-content li.has-children > a {
    pointer-events: none;
}

.sidebar-content.analyses-sidebar ul li ul {
    margin-left: 10px;
}

.page-cito a {
    color: #D15E1E;
}

.page-cito ol {
    margin-left: 40px;
}

.page-cito ol li {
	padding-left: 10px;
	line-height: 2em;
}

.page-container.container.page-cito {
	padding-top: 1px;
	padding-bottom: 1px;
}

.page-container.page-cito h2 {
    font-size: 20px;
}

.analyses_cat_description {
    margin-top: 60px;
    font-size: 18px;
    line-height: 1.6em;
    color: #000;
}

.single-actual-container .single-content s {
    color: #ff5e0e;
}

.vacancy-subheading {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 75px;
}

.single-vacancy-city {
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
    border-radius: 5px;
    padding: 60px 45px;
    margin-bottom: 60px;
    background: #fff;
}

.vacancy-city {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
}

.vacancy-name {
    font-size: 22px;
    width: 50%;
    border-bottom: solid 1px #d1d1d1;
    height: 40px;
}

.single-vacancy-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.vacancy-price {
    border-bottom: solid 1px #d1d1d1;
    font-size: 18px;
    font-weight: 700;
    height: 40px;
    width: 25%;
    margin-right: auto;
	text-align: right;
}

.single-vacancy-item a {
    background: #D15E1E;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    padding: 20px 60px;
    border-radius: 10px;
}

.single-vacancy-item:last-child {
    margin-bottom: 0;
}

.page-template-page-vacancy .page-container {
	background: #F1F3F6;
	box-shadow: none;
}

.vacancy-top-image img {
    display: block;
}


.vacancy-top-image {
    margin-bottom: 60px;
}

.single-vacancy-page h1.single-heading {
    font-size: 24px;
    text-transform: none;
    font-weight: 700;
    color: #000;
    margin-bottom: 40px;
    margin-top: 0;
}

.single-vacancy-page .page-container.container {
    padding-top: 60px;
	position: relative;
}

.single-vacancy-page .page-container.container .vacancy-text-wrapper {
    width: 70%;
}

.single-vacancy-text ul, .single-vacancy-text ol {
    margin-left: 20px;
}

.single-vacancy-info {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 24px;
    border-bottom: solid 1px #d1d1d1;
    margin-bottom: 30px;
}

.single-vacancy-short {
    width: 50%;
}

.single-vacancy-price {
    width: 50%;
    text-align: right;
    font-weight: 700;
}

.orange-menu-item {
    display: block;
    background: #D15E1E;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 12px 20px;
    margin-top: -12px;
    margin-bottom: -12px;
}

.foot-menu .orange-menu-item {
    display: none;
}

ul#menu-mainmenu li .sub-menu li:not(:last-child) {
	margin-bottom: 10px;
}

.postid-305786 .single-content em,
.postid-309926 .single-content em {
	font-style: normal;
	color: #d30000;
}

.postid-305786 .single-content em strong,
.postid-309926 .single-content em strong {
	font-weight: bold;
	font-style: normal;
	color: #d30000;
}
.postid-305786 .single-content strong em,
.postid-309926 .single-content strong em {
	color: #d30000;
}

.single-actual-container .single-content p span strong, 
.single-news-akcii-container .single-content p span strong {
    color: #000;
}



section.zapis-archive-container {
    background-color: #F1F3F6;
    background-image: url(/wp-content/uploads/2022/01/page-ugol.svg);
    background-repeat: no-repeat;
    padding-bottom: 90px;
	border-top: solid 5px #d15e1e;
}

section.zapis-archive-container .container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 55px 20px;
}

a.zapis-archive-single {
    width: calc((100% / 3) - 20px);
    box-shadow: 0px 2px 8px 0px rgb(9 46 98 / 40%);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
}

a.zapis-archive-single img {
    margin-right: 35px;
    box-shadow: 0px 2px 8px 0px rgb(9 46 98 / 40%);
    border-radius: 100px;
	width: 110px;
	height: 110px;
}

.zapis-archive-title {
    font-size: 30px;
    font-weight: 500;
    color: #092e62;
}

.postid-376782.single-actual .single-content em {
    color: #fb5d0e;
    font-style: normal;
}

.single-news-akcii-container .single-content b:last-of-type,
.single-actual-container .single-content b:last-of-type {
    color: #d15e1e;
}

.single-actual-container .single-content a {
    color: #D15E1E;
}

.balloon-title {
    position: relative;
}

.balloon-title span.star {
    position: absolute;
    top: 30px;
    right: 50px;
    color: #8e8e8e;
    font-size: 2rem;
}

span.disclamer {
    font-size: 1rem;
    color: #8e8e8e;
    margin-top: 20px;
    display: block;
}




/* Redesign Doctor Page */
.doctor-wrapper {
    box-shadow: 0 0 6px 0 #082E6199;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 32px 40px;
}

.doctor-information {
    width: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: calc(100% / 3 * 2);
}

.current-doctor-calendar {
    width: calc(100% / 3);
}

.current-doctor-calendar .datetime-picker {
    width: 100%;
}

.doctor-information img.doctor-photo {
    width: 300px;
}

.doctor-points {
    padding-left: 48px;
}

.doctor-information .doctor-spec {
    font-size: 24px;
    font-weight: 700;
}

.doctor-information .doctor-spec span {
    color: #D15E1E;
}

.doctor-redesign .doctor-name {
    color: #082E61;
    font-size: 48px;
    line-height: 1em;
    cursor: initial;
    justify-content: center;
    margin-bottom: 35px;
}

.doctor-redesign .swiper.months-slider {
    margin-bottom: 10px;
}

.doctor-redesign .swiper.days-slider {
    margin-bottom: 20px;
}

.doctor-texts {
    background: #fff;
    box-shadow: 0 4px 10px 0px rgba(0,0,0,0.25);
    border-radius: 5px;
    overflow: hidden;
    margin-top: 32px;
}

.doctor-texts .single-analysis-tabs {
    text-align: center;
}

.single-doctor-container.doctor-redesign {
    padding-bottom: 100px;
	padding-top: 34px;
}
/* X Redesign Doctor Page */



.calendar-top-notice span {
    display: block;
    font-style: italic;
    margin-top: 5px;
}

.text_before_news {
    color: #ff5e0e;
    text-transform: uppercase;
    border: solid 2px;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 21px;
    text-align: center;
}

.single-content a {
    color: #d15e1e;
}








@media screen and (min-width: 1024px) {
	.doctor-cat.swiper-slide {
		width: auto!important;
	}

}


/*Правим менюшку при сжимании экрана-----------------------------*/
@media only screen and (min-width: 1731px) and (max-width: 1900px) {
    ul#menu-mainmenu li a {
        font-size: 15px;
    }
}
@media only screen and (min-width: 1602px) and (max-width: 1730px) {
    ul#menu-mainmenu li a {
        font-size: 13px;
    }
    
    .header-call {
        margin-left: 100px;
        font-size: 16px;
    }
    
    .header-location {
        font-size: 16px;
    }
}



/*от 1366х768 до 1920х1080 в 125% -----------------------------------------*/
@media only screen and (max-width: 1601px) {    
    .field-value {
        font-size: 16px;
    }
    
    .analyses-list table {
        font-size: 16px;
    }
	
	a.zapis-archive-single img {
		height: 80px;
		margin-right: 20px;
	}
	.zapis-archive-title {
		font-size: 24px
	}
}

@media only screen and (min-width: 1320px ) and (max-width: 1601px) {
    .header-nav {
        padding-right: 80px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    
    ul#menu-mainmenu li a {
        font-size: 13px;
    }
    
    .logo {
        padding-left: 79px;
        padding-top: 25px;
    }
    
    .header-top {
        padding-right: 80px;
        padding-left: 440px;
        padding-top: 24px;
        padding-bottom: 25px;
    }
    
    .logo img {
        width: 200px;
    }
    
    a.analyses {
        font-size: 14px;
        width: 160px;
        margin-top: 10px;
    }
    
    .header-call {
        margin-left: 110px;
        font-size: 16px;
    }
    
    .header-location {
        font-size: 16px;
    }
    
    .header-visual {
        font-size: 16px;
    }
    
    .header-cart {
        font-size: 16px;
    }
    
    .header-lk {
        font-size: 16px;
    }
    
    .container {
        max-width: 1080px;
    }
    
    div.single-actual {
        width: 49%;
        margin-bottom: 15px;
    }
    
    h2.heading-1 {
        font-size: 37px;
    }
    
    .actial_title {
        font-size: 34px;
    }
    
    .actual-text {
        left: 40px;
        top: 30px;
    }
    
    .single-planing {
        width: 29%;
    }
    
    .foot-soc {
        width: 300px;
    }
    
    .foot-vac {
        width: 300px;
    }
    
    .foot-pogoda {
        width: 44%;
    }
    
    .foot-text {
        font-size: 14px;
    }
    
    .foot-heading {
        font-size: 16px;
    }
    
    .foot-cont a {
        font-size: 16px;
    }
    
    .foot-addr {
        font-size: 13px;
        margin-top: 10px;
    }
    
    footer .big-container {
        padding: 55px 80px 20px;
    }
    
    footer .menu li a {
        margin-bottom: 15px;
    }
    
    footer .menu {
        height: 100px;
    }
    
    .foot-btns a {
        font-size: 14px;
        width: 200px;
    }
    
    .foot-info {
        font-size: 12px;
    }
    
    .foot-copyright {
        font-size: 12px;
    }
    
    h3.heading-2 {
        font-size: 30px;
    }
    
    a.foot-btn {
        padding: 15px 35px;
        font-size: 14px;
    }
    
    .single-map-pointer__title {
        font-size: 16px;
    }
    
    .single-map-pointer__content {
        font-size: 16px;
    }
    
    .single-map-pointer-btns a {
        font-size: 11px;
    }
    
    .pointer-list {
        padding-left: 70px;
    }
    
    .pointer-list-wrapper {
        padding-right: 15px;
    }
    
    .balloon-title {
        font-size: 16px;
    }
    
    .balloon-content {
        font-size: 16px;
    }
    
    .top-slider-text {
        font-size: 40px;
    }
    
    .sidebar-content li {
        font-size: 16px;
    }
    
    .sidebar-tabs {
        font-size: 16px;
    }
    
    .sidebar-tabs > div {
        padding: 15px 0px;
    }
    
    .analyses-list th {
        font-size: 16px;
    }
    
    .analyses-list tbody tr:first-of-type td {
        font-size: 20px;
    }
    
    .analysis-header {
        font-size: 16px;
    }
    
    .analysis-name {
        font-size: 20px;
    }
    
    .analysis-number {
        font-size: 16px;
    }
    
    .analysis-time {
        font-size: 16px;
    }
    
    .aa-header {
        font-size: 16px;
    }
    
    .aa-content {
        font-size: 14px;
    }
    
    .sidebar-content.active-sidebar {
        height: calc(100% - 49px);
    }
    
    .doctor-cat-container {
        font-size: 18px;
        padding-top: 8px;
    }
    
    .filter-field {
        padding: 10px 20px;
    }
    
    .doctor-name {
        font-size: 20px;
    }
    
    .doctor-addresses {
        font-size: 16px;
    }
    
    .doctor-addresses svg {
        height: 36px;
    }
    
    .calendar-top-notice {
        font-size: 14px;
    }
    
    .swiper.months-slider {
        font-size: 20px;
    }
    
    .datetime-picker .swiper {
        padding: 15px 50px;
    }
    
    .single-time {
        font-size: 16px;
        margin: 6px 6px;
        padding: 8px 12px;
    }
    
    .zapis-btn {
        font-size: 16px;
        width: 200px;
    }
    
    .doctor-single-address {
        margin-bottom: 10px;
    }
    
    .swiper.days-slider {
        font-size: 20px;
    }
    
    .doctor-single-address.active-address {
        font-size: 20px;
    }
    
    .required-text {
        display: block;
        width: 100%;
        margin-top: 10px;
    }
    
    td.cart-srok {
        width: 20%;
    }
    td.cart-name {
        width: 60%;
    }
    
    .order-container label.field-checkbox {
        font-size: 12px;
    }
    
    .main-searchbar {
        top: 100px;
    }
    
    .slider-content {
        font-size: 30px;
    }
	.sasc-name {
		padding: 0;
	}

	.sasc-add-to-cart button.add-to-cart {margin: auto;}

	.sasc-add-to-cart {width: 100%;margin-top: 20px;}
	
	
}

/*Правим отдельно 1366*768, что не входит в верхний медиаскрин----------*/
@media only screen and (min-width: 1320px) and (max-width: 1400px) {
    ul#menu-mainmenu li a {
        font-size: 12px;
    }
}


/*Правим отдельно 1366*768, что не входит в верхний медиаскрин----------*/
@media only screen and (max-width: 1125px) {
    .analyses-list {
        padding: 15px 10px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1319px) {
    
    
    ul#menu-mainmenu li a {
        font-size: 10px;
    }
    
    .logo {
        padding-left: 40px;
    }
    
    .logo img {
        width: 170px;
    }
    
    a.analyses {
        font-size: 14px;
        margin-top: 10px;
        width: 160px;
    }
    
    .header-nav {
        padding-top: 10px;
        padding-bottom: 12px;
        padding-right: 60px;
    }
    
    .header-top {
        padding-left: 360px;
        padding-right: 60px;
    }
    
    .header-location {
        font-size: 14px;
    }
    
    .header-call {
        font-size: 14px;
        margin-left: 90px;
    }
    
    .header-visual {
        font-size: 14px;
    }
    
    .header-cart {
        font-size: 14px;
    }
    
    .header-lk {
        font-size: 14px;
    }
    
    .slider-content {
        font-size: 30px;
    }
    
    .main-searchbar {
        top: 30px;
    }
	.single-analysis-price-and-cart {
		flex-direction: column;
	}

	button.tablink {
		margin: 0;
	}

	.single-analysis-tabs {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}


/*Правим отдельно что не входит в верхний медиаскрин----------*/

@media only screen and (min-width: 1025px) and (max-width: 1125px) {
	.is_analyses_cat .sidebar,
	.analyses-container .sidebar {
		display: none;
	}
	.analyses-list {
		width: 100%;
	}
	.is_analyses_cat .analyses-list {
		display: block;
	}
	
    .header-top {
        padding-right: 20px;
        padding-left: 320px;
    }
    
    .header-nav {
        padding-right: 20px;
    }
    
    .logo {
        padding-left: 20px;
        padding-right: 100px;
    }
    
    a.analyses {
        font-size: 12px;
        width: 140px;
    }
    
    .header-location {
        font-size: 12px;
    }
    
    .header-call {
        font-size: 12px;
        margin-left: 60px;
    }
    
    .header-visual {
        font-size: 12px;
        margin-left: 60px;
    }
    
    a.header-cart {
        font-size: 12px;
    }
    
    .header-lk {
        font-size: 12px;
    }
    
    ul#menu-mainmenu li:not(:last-child) {
        margin-right: 20px;
    }
}
/*планшеты до 1024------------------------------------------------------*/
@media only screen and (max-width : 1024px)  {
	
	.is_analyses_cat .sidebar {
		display: none;
	}
	.is_analyses_cat .analyses-list {
		display: block;
	}
    
    .analyses-searchbar .container {
        flex-direction: column;
        padding-bottom: 10px;
    }

    .analyses-searchbar .search-field {
        width: 100%;
        margin-bottom: 10px;
        margin-right: auto;
    }
    
    .analyses-searchbar .cart-total-field {
        width: 100%;
        margin-left: 0;
    }

    
    .analyses-list {
        width: 100%;
        display: none;
    }
    
    .sidebar {
        width: 100%;
    }    
    
    .analyses-list.vis {
        display: block;
    }

    .sidebar-tabs.hidden {
        display: none;
    }
    
    .back-to-analyses {
        background: #c4c4c4;
        width: 50%;
        padding: 10px 20px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        border-radius: 10px 10px 0px 0px;
    }
	.post-type-archive-analyses .back-to-analyses {
		display: none;
	}
	.single-doctor-item {
		width: 50%;
		padding-right: 0px;
	}

	.single-doctor-item:nth-child(2n) {
		padding-left: 10px;
	}

	.single-doctor-item:nth-child(2n-1) {
		padding-right: 10px;
	}

	.single-doctor-item a.doctor-name {
		font-size: 16px;
	}

	.single-doctor-item .doctor-spec {
		font-size: 14px;
	}

	.single-doctor-item .doctor-rank {
		font-size: 14px;
	}
	
	
	.doctor-redesign .doctor-name {
		width: 100%;
	}

	.doctor-wrapper {
		flex-direction: column;
		padding: 20px 12px;
	}

	.doctor-information {
		width: 100%;
	}

	.doctor-information img.doctor-photo {width: 50%;}

	.doctor-points {
		width: 50%;
	}

	.current-doctor-calendar {
		width: 100%;
	}

	.current-doctor-calendar .datetime-picker {
		max-height: unset;
		margin-top: 20px;
		background: transparent;
		padding-bottom: 10px;
	}
	
	.doctor-texts {
		padding: 0px 20px;
	}
	
	/*График работы в праздничные дни, планшеты*/
	.grafik_table {
		overflow-x: auto;
	}

	.grafik_table table tr:nth-child(1) th {
		font-size: 16px;
		padding: 12px 15px;
	}

	/*******************************************/
}
/*@media only screen and (min-width : 769px) and (max-width : 1024px)  {*/
@media only screen and (max-width : 1024px)  {
	
	.analyses-back {
		background: #D5D9E0;
		color: #fff;
		font-size: 14px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		width: 50%;
		padding: 10px 0px;
		margin-top: 20px;
	}

	.analyses-breadcrumbs {
		order: -1;
		background: #f1f3f6;
	}

	.single-analyses .page-content {
		display: flex;
		flex-direction: column;
	}
	
	.is_analyses_cat .sidebar {
		display: none;
	}
	.is_analyses_cat .analyses-list {
		display: block;
	}
	
    .logo {
        padding-left: 20px;
        position: static;
        width: 50%;
    }
    
    .header-top {
        padding-left: 410px;
        padding-right: 20px;
        display: none;
    }
    
    .header-nav {
        padding: 0;
    }
    
    header {
        background-color: #092e62;
    }
    
    .menu-mainmenu-container {
/*         display: none; */
    }
    
    .mobile-nav-toggle {
        position: absolute;
        right: 40px;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .logo a.analyses {
        display: none;
    }
    
    .header-call {
        margin-left: 80px;
        font-size: 14px;
    }
    
    div.single-actual {
        width: 47%;
    }
    
    .container {
        padding-left: 50px;
        padding-right: 50px;
    }
    
    .single-planing {
        width: 30%;
    }
    
    .sp-text {
        font-size: 16px;
    }
    
    .foot-soc {
        width: 250px;
        padding: 30px 40px;
    }
    
    .foot-pogoda {
        width: 40%;
    }
    
    .foot-vac {
        width: 250px;
        padding: 30px 25px 25px;
    }
    
    a.foot-btn {
        font-size: 14px;
        padding: 15px 30px;
    }
    
    .foot-text {
        font-size: 14px;
    }
    
    img.pogoda-tucha {
        width: 230px;
    }
    
    .pogoda-gradus {
        left: 70%;
    }
    
    footer .big-container {
        padding: 55px 50px 20px;
        align-items: flex-start;
    }
    
    footer .menu {
        height: 200px;
    }
    
    .foot-btns {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 55%;
        margin: auto;
    }
    
    .foot-copyright {
        padding: 20px 50px;
    }
    
    .slider-content {
        font-size: 24px;
        text-align: center;
        
    }
    
    .main-metrics {
        display: none;
    }
    
    .main-searchbar {
        left: 20px;
        transform: none;
        top: 30px;
    }
    
    .main-searchbar a {
        display: none;
    }
    
    a.slider-btn {
        font-size: 14px;
        padding: 12px 15px;
        margin-top: 20px;
    }
    
    .main-slider .swiper-pagination {
        bottom: 20px!important;
    }
    
    .main-slider .swiper-button-prev {
        top: auto;
        left: 20px!important;
        bottom: 10px;
    }
    
    .main-slider .swiper-button-next {
        top: auto;
        right: 20px!important;
        bottom: 10px!important;
    }
    
    .doctor-cat-container {
        font-size: 18px;
    }
    
    .doctor-cat {
        padding: 10px 20px;
    }
    
    .top-slider-text {
        font-size: 30px;
    }
    
    .filter-field {
        padding: 10px 30px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .single-time {
        font-size: 14px;
        padding: 10px;
        margin: 5px;
    }    

    .analyses-list th {
        font-size: 14px;
    }
    
    .analyses-list tbody tr:not(:first-of-type) td:nth-of-type(3) {
        width: 17%;
    }
    
    .analyses-list tbody tr:not(:first-of-type) td:nth-of-type(4) {
        width: 17%;
    }
    
    .analyses-list tbody tr:not(:first-of-type) td:nth-of-type(2) {
        width: 42%;
    }
    
    .analyses-list tbody tr:not(:first-of-type) td:nth-of-type(5) {
        width: 14%;
    }
    
    /* .analyses-list {
        padding: 15px 25px 25px 25px;
    } */
    
    .required-text {
        display: block;
        width: 100%;
        margin-top: 10px;
    }
    
    .analysis-header {
        font-size: 16px;
    }
    
    .analysis-number {
        font-size: 16px;
    }
    
    .analysis-name {
        font-size: 20px;
    }
    
    .analysis-time {
        font-size: 16px;
    }
    
    .aa-header {
        font-size: 16px;
    }
    
    .aa-content {
        font-size: 16px;
    }
    
    .single-map-pointer__title {
        font-size: 16px;
    }
    
    .single-map-pointer__content {
        font-size: 16px;
    }
    
    .pointer-list {
        padding-left: 70px;
    }
    
    .pointer-list-wrapper {
        padding-right: 10px;
    }
    
    .single-map-pointer-btns a {
        display: inline-block;
        margin-bottom: 5px;
    }
    
    .opened .single-map-pointer__content {
        max-height: 160px;
    }
	.analyses-list.single-analysis-wrapper {
		display: block;
	}

	.single-analyses .sidebar {
		display: none;
	}

	.single-analysis-content h1 {
		font-size: 18px;
	}

	.single-analysis-price-and-cart {
		flex-direction: column;
		font-size: 14px;
		margin-left: -20px;
		margin-right: -20px;
	}

	.single-analysis-attributes {
		font-size: 14px;
	}

	.single-analysis-attributes > div {
		padding: 5px 0px;
	}

	.single-analysis-price-and-cart .analysis-price {}

	.single-analysis-price-and-cart .analysis-price span {
		font-size: 24px;
	}

	.single-analysis-price-and-cart .analysis-buy button.add-to-cart {
		font-size: 18px;
	}

	.single-analysis-content {
		padding: 15px 20px;
	}

	.single-analysis-tabs {
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.tabcontent {
		padding: 25px 0px;
	}
	button.tablink {
		margin: 0px;
	}
	/* FROM 768 */
	.doctors-list {
        width: 100%;
    }
    
    .zapis-changer {
        width: 100%;
        padding: 15px 12px;
		background: #fff;
    }
    
    .doctor-name {
        font-size: 14px;
        width: 60%;
    }
    
    .doctor-row {
        padding: 10px;
        flex-wrap: wrap;
    }
    
    .doctor-cat {
        font-size: 10px;
        padding: 10px;
    }
    
    .doctor-cat-container .swiper {
        width: 95%;
    }
    
    .doctor-cat-container .swiper-button-prev {
        left: -5px!important;
    }
    
    .doctor-cat-container .swiper-button-next {
        right: -5px!important;
    }
    
    .doctor-cat-container .swiper:before {
        content: "";
        display: block;
        width: 20px;
        height: 40px;
        position: absolute;
        background: #d15e1e;
        left: 0;
        bottom: 0;
        z-index: 2;
    }
    
    .doctor-cat-container .swiper:after {
        content: "";
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        background: #d15e1e;
        right: 0;
        bottom: 0;
        z-index: 2;
    }
    
    .doctor-cat-container {
        padding-top: 10px;
    }
    
    .single-time {
        width: calc(25% - 10px);
        margin: 5px;
        padding: 10px;
        font-size: 14px;
    }
    
    .anydate, .anytime {
        width: auto;
    }
    
    .doctor-row.active-doctor:after {
        transform: translateX(0%);
    }
    
    .datetime-picker {
        width: 100%;
        height: auto;
        max-height: 0px;
        overflow: hidden;
        padding: 0px;
        transition: all .3s ease;
    }
    
    .active-doctor .datetime-picker {
        max-height: 1000px;
        padding-bottom: 12px;
    }
    
    .calendar-top-notice {
        padding-top: 20px;
    }
    
    .doctor-row .datetime-picker .swiper {
        margin-bottom: 10px;
    }
    
    .doctor-row .swiper {
        font-size: 16px;
    }
    
    .calendar-button-prev,
    .calendar-button-next {
        padding: 4px;
    }
    
    .zapis-btn {
        font-size: 16px;
        padding: 10px;
    }
    
    .active-doctor .doctor-name img {
        transform: rotate(60deg);
    }
    
    .doctor-info-popup {
        width: 90%;
        top: 50%;
        height: 90vh;
        overflow: auto;
        transform: translateX(-50%) translateY(-50%);
    }
    
    .dotcor-popup-title {
        font-size: 16px;
    }
    
    .doctor-container {
        flex-direction: column;
    }
    
    img.doctor-photo {
        margin: auto;
    }
    
    .doctor-base-info {
        padding: 20px 20px;
        width: 100%;
    }
    
    .doctor-info .doctor-name {
        font-size: 24px;
        width: 100%;
    }
    
    .doctor-spec {
        font-size: 14px;
    }
    
    .doctor-exp {
        font-size: 14px;
    }
    
    .doctor-rank {
        font-size: 14px;
    }
    
    .doctor-description {
        font-size: 14px;
        padding: 0px 20px;
    }
    
    .doctor-edu {
        padding: 0px 20px;
    }
    
    img.doctor-info-close {
        top: 5px;
        right: 5px;
    }
	
	
	.single-vacancy-item {
		flex-wrap: wrap;
		margin-bottom: 60px;
	}

	.vacancy-name {
		border: none;
		height: auto;
		width: 100%;
		font-size: 18px;
		padding-right: 30%;
	}

	.vacancy-price {
		border: none;
		height: auto;
		width: 100%;
		margin-left: auto;
		text-align: right;
		margin-right: 0;
		padding: 20px 0px 30px;
		border-bottom: solid 1px #d1d1d1;
	}

	.single-vacancy-item a {margin: auto;margin-top: 30px;}
	
	.vacancy-subheading {
		font-size: 16px;
	}
	
	.page-template-page-vacancy .page-container {
		padding: 0px 0px;
	}

	.vacancy-top-image {
		margin-bottom: 0px;
	}
	
	.single-vacancy-page .page-container.container .vacancy-text-wrapper {
		width: 100%;
	}

	.all-actual {
		position: static;
		justify-content: flex-end;
		padding-bottom: 30px;
	}
	
	section.zapis-archive-container .container {
		flex-direction: column;
		gap: 20px;
	}

	.zapis-archive-title {
		font-size: 20px;
	}

	a.zapis-archive-single {
		width: 100%;
		background: #f1f3f6;
	}

	a.zapis-archive-single img {
		height: 60px;
		width: 60px;
	}

	section.zapis-archive-container {
		background-size: 100px;
	}
	
	
	/* X FROM 768 */
}

label.order_address span{
    margin-left: 10px;
}
/*мобильные устройства---------------------*/
@media only screen and (max-width: 768px) {
	
	.orange-menu-item {
    	display: none;
	}
	
	.analyses_cat_description {
		font-size: 16px;
		line-height: 1.4em;
	}
	

	.single-analyses .sidebar {
		display: none;
	}
	.single-analyses .analyses-list {
		display: block;
	}
	.single-analyses .single-analysis {
		position: relative;
	}
	.single-analyses a.ah-back-link {
		margin-left: ;
		margin-left: auto;
	}
	.single-analyses .analysis-name {
		width: 100%;
	}
	.single-analyses .analysis-time {
		padding-left: 0;
	}
	

	.is_analyses_cat .sidebar {
		display: none;
	}
	.is_analyses_cat .analyses-list {
		display: block;
	}
    
    .container {
        max-width: 900px;
    }
    .onlymob {
        display: block;
    }
    
    .big-container {
        display: none;
    }
    
    .header-top {
        display: none;
    }
    
    .logo a.analyses {
        font-size: 8px;
        width: auto;
        display: inline-block;
        padding: 10px 5px;
        position: absolute;
        left: 10px;
        bottom: 6px;
		visibility: visible;
    }
    
    .logo {
        position: static;
        width: 30%;
        padding: 10px 0px 7px 15px;
        position: absolute;
        top: 0;
        z-index: 2;
        height: 120px;
    }
    
    header {
        background: #092e62;
    }
    
    .header-location {
        color: #fff;
        position: absolute;
        top: 20px;
        left: 35%;
        font-size: 10px;
    }
	
	.doctor-trg {
		width: 40%
	}
    
    .mobile-navbar {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-end;
        flex-direction: row;
        background: #092E62;
        position: absolute;
        top: calc(120px - 45px);
        width: 100%;
        z-index: 1;
        padding: 5px 0px;
    }
    
    .header-visual:before {
        display: none;
    }
    
    .header-lk:before {
        display: none;
    }
    
    .header-visual:after {
        display: none;
    }
    
    .mobile-header {
        background: #153768;
        height: 120px;
        position: relative;
        overflow-x: clip;
        overflow-y: visible;
    }
    
    nav.mobile-nav {
        position: fixed;
        top: 75px;
        background: #092E62;
        z-index: 25;
        right: 0;
        width: 60%;
        border-radius: 10px 0px 0px 10px;
        padding: 13px 24px;
        transition: all .3s ease;
        transform: translateX(100%);
    }
    
    nav.mobile-nav.vis {
        transform: translateX(0%);
    }
    
    .header-menu-trigger {
        margin-right: 25px;
        margin-left: 25px;
    }
    
    .header-cart:after {
        display: none;
    }
    
    a.header-cart {
        font-size: 12px;
        margin-left: 50px;
    }
    
    a.header-lk {
        margin-left: 15px;
    }
    
    .logo img {
        width: 45%;
    }
    
    .header-call {
        margin: 0;
        font-size: 10px;
        color: #fff;
        border-bottom: solid 2px #D15E1E;
        flex-direction: row;
        display: inline-flex;
		left: 57%;
		top: 20px;
    }
    
    .header-call:before {
        display: none;
    }
        
    .header-call div {
        display: flex;
        flex-direction: column;
    }
    
    .header-call span {
        border-bottom: none;
    }
    
    .header-call img {
        width: 25px;
        margin-right: 10px;
    }
    
    nav.mobile-nav a.analyses,
    nav.mobile-nav a.results {
        font-size: 10px;
        font-weight: 500;
        background: #d15e1e;
        text-decoration: none;
        color: #fff;
        width: 100%;
        border-radius: 10px;
        padding: 12px 0px;
        display: block;
        text-align: center;
        margin-bottom: 10px;
        text-transform: uppercase;
    }
    
    nav.mobile-nav li a {
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        margin-bottom: 20px;
        display: block;
    }
    
    nav.mobile-nav ul {
        list-style-type: none;
        margin-top: 40px;
    }
    
    .mobile-nav-close {
        position: absolute;
        right: 30px;
        top: 15px;
    }
    
    .header-nav {
        padding: 0;
    }
    
    .slider-content {
        font-size: 14px;
        width: 60%;
        text-align: center;
        top: 45%;
		margin: auto;
		max-width: 80%
    }
    
    a.slider-btn {
        font-size: 10px;
        padding: 10px 20px;
        margin-top: 10px;
    }
    
    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: 10px!important;
    }
    
    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: 10px!important;
    }
    
    .swiper-pagination {
        bottom: 10px!important;
    }
    
    span.swiper-pagination-bullet {
        height: 5px;
        width: 20px;
    }
    
    h2.heading-1 {
        font-size: 20px;
        padding-top: 40px;
        margin-bottom: 20px;
    }
    
    div.single-actual {
        width: 100%;
        margin-bottom: 5px;
        background-size: cover;
    }
    
    .actual-text {
        left: 20px;
        top: 20px;
        width: 100%;
    }
    
    .actial_title {
        font-size: 10px;
        font-weight: 700;
    }
    
    .actial_title br {
        display: none;
    }
    
    .planing h2.heading-1 {
        margin-bottom: 5px;
    }
    
    .actial_desc {
        font-size: 10px;
        width: 30%;
    }
    
    .container {
        width: 100%;
        max-width: 100%;
        padding: 0px 20px;
    }
    
    div.single-actual img {
        width: 100%;
        height: auto;
        opacity: 0;
    }
    
    h3.heading-2 {
        font-size: 18px;
    }
    
    .single-planing {
        width: 90%!important;
        margin-bottom: 20px;
    }
    
    .planing .swiper-pagination {
        width: 90%!important;
        bottom: 23px!important;
    }
    
    .planing span.swiper-pagination-bullet {
        background: #092E62;
    }
    
    .planing span.swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #d65c1d;
    }
    
    .single-planing:last-of-type {
        margin-right: 35px!important;
    }
    
    .number {
        font-size: 30px;
        padding: 15px 40px 10px;
    }
    
    .sp-text {
        font-size: 12px;
        padding-top: 25px;
        padding-bottom: 20px;
    }
    
    h2.heading-1 span {
        border-radius: 3px;
        padding: 10px 10px 5px 10px;
    }
    
    .attention {
        font-size: 9px;
        font-weight: 400;
    }
    
    .soc-pogoda-vac .container {
        padding: 0;
    }
    
    .foot-heading {
        font-size: 12px;
        width: 100%;
    }
    
    .foot-soc {
        width: 100%;
        padding: 10px 10px;
        order: 2;
        border: none;
    }
    
    .foot-soc img {
        width: 30px;
    }
    
    .foot-pogoda {
        width: 100%;
        order: 1;
        border-bottom: solid 1px #d15e1e;
        padding-top: 50px;
    }
    
    .foot-pogoda:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background: url(/wp-content/uploads/2022/01/page-ugol.svg);
        background-size: cover;
        width: 58px;
        height: 62px;
    }
    
    .foot-pogoda:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        background: url(/wp-content/uploads/2021/12/foot-vac-ugol.svg);
        background-size: cover;
        width: 58px;
        height: 62px;
    }
    
    img.pogoda-tucha {
        width: 50%;
        top: 10%;
        left: 20%;
    }
    
    img.pogoda-fasad {
        width: 60%;
    }
    
    .pogoda-gradus {
        top: 30%;
        left: auto;
        right: 25%;
        font-size: 20px;
    }
    
    .foot-vac {
        width: 100%;
        order: 3;
        margin: 0px 20px;
        padding: 20px 0px;
    }
    
    .foot-text {
        font-size: 10px;
    }
    
    a.foot-btn {
        font-size: 10px;
        padding: 10px 40px;
        margin-top: 10px;
    }
    
    .foot-vac .foot-heading {
        margin-bottom: 5px;
    }
    
    footer .big-container {
        width: 100%;
        max-width: 100%;
        padding: 20px 20px;
    }
    
    .foot-logo {
        text-align: center;
        width: 100%;
        max-width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    
    .foot-logo img {
        width: 60%;
    }
    
    .foot-cont {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    
    .foot-cont a {
        font-size: 12px;
        border: solid 1px #fff;
        border-radius: 5px;
        padding: 5px 15px;
    }
    
    .foot-logo-text {
        margin-bottom: 20px;
        padding: 0px 10px;
    }
    
    .foot-addr {
        font-size: 12px;
    }
    
    .foot-menu .menu-mainmenu-container {
        display: block;
    }
    
    .foot-menu {
        width: 100%;
        margin-top: 20px;
    }
    
    .foot-menu:not(.onlymob) {
        display: none;
    }
    
    footer .menu {
        height: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    
    footer .menu li a {
        font-size: 12px;
        padding-right: 20px;
        margin-bottom: 15px;
    }
    
    .foot-btns a {
        font-size: 12px;
        width: calc(50% - 5px);
        display: inline-block;
        padding: 10px 20px;
    }
    
    .foot-btns {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .foot-copyright {
        font-size: 9px;
        padding: 10px 20px;
    }
    
    .foot-info {
        font-size: 10px;
    }
    
    footer hr {
        display: none;
    }
    
    h1.page-heading {
        font-size: 20px;
    }
    
    .top-slider-text {
        font-size: 12px;
    }
    
    .page-content {
        background-size: 20%;
    }
    
    .address-map .container {
        flex-direction: column;
    }
    
    .pointer-list-wrapper {
        width: 100%;
        height: auto;
        padding: 10px 0px;
    }
    
    .pointer-list {
        padding-left: 50px;
        max-height: 180px;
    }
    
    img.smp-marker {
        width: 30px;
        left: -34px;
    }
    
    .single-map-pointer__content {
        font-size: 12px;
    }
    
    .opened .single-map-pointer__content {
        max-height: 200px;
    }
    
    .single-map-pointer-btns a {
        margin-bottom: 10px;
        font-size: 12px;
    }
    
    div#map {
        width: 100%;
    }
    
    .balloon-title {
        font-size: 16px;
        padding: 0px;
    }
    
    .balloon-content {
        padding-bottom: 0px;
        font-size: 13px;
    }
    
    .single-map-pointer__title {
        width: 83%;
        font-size: 12px;
    }
    
    img.single-map-pointer__open {
        right: 0;
        top: -5px;
    }
    
    .zapis-filter .container {
        flex-direction: column;
    }
    
    .change-address {
        width: 100%;
    }
    
    .filter-field.address-field {
        padding: 10px 20px;
    }
    
    .field-value {
        font-size: 14px;
    }
    
    .change-date {
        width: 100%;
        margin-top: 20px;
    }
    
    .change-time {
        width: 100%;
        margin-top: 20px;
    }
    
    .cart-footer {
        flex-wrap: wrap;
        justify-content: flex-end;
        margin-top: 0;
    }
    
    .cart-topbar .container {
        flex-direction: column;
    }
    
    .cart-change-btn {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .cart-total {
        width: 100%;
        margin-top: 10px;
    }
    
    .cart-container.container {
        overflow: auto;
        padding: 15px;
    }
    
    .order-container label {
        width: 100%;
        margin-bottom: 0px;
    }
    
    .order-container {
        padding-top: 37px;
        padding-bottom: 37px;
    }
    
    label.confirm_phone button {
        font-size: 16px;
        width: 100%;
        padding: 15px 0px;
        margin-bottom: 15px;
    }
    
    .payment-left {
        width: 100%;
    }
    
    .payment-right {
        width: 100%;
    }
    
    .payment-options {
        flex-wrap: wrap;
    }
    
    .payment-right label {
        margin-top: 30px;
    }
    
    .payment-options .payment-right label .radiogroup label {
        margin-top: 0px;
    }
    
    button.btn-order-pay {
        font-size: 14px;
    }
    
    .order-send {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .order-send .required {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
       
    .filter-field.address-field {
        z-index: 4;
    }
    
    .select-changer div {
        line-height: 1.3em;
        padding: 10px 15px;
        font-size: 14px;
    }
    
    label.field-short {
        width: 100%;
    }
    
    .popup-open .popup-wrapper {
        padding: 30px;
        width: 90%;
    }
    
    .analyses-container.container {
        flex-direction: column;
    }
    
    .sidebar-content li {
        font-size: 14px;
    }
    
    ul.subcat {
        margin-left: 30px;
        width: 100%;
    }
    
    .sidebar-content {
        padding: 30px 20px;
    }
    
    .sidebar-content.hidden {
        display: none;
    }
    
    .sidebar-tabs > div {
        padding: 10px 0px;
    }
    
    .trg-not-find-analyses {
        display: none;
    }
    
    .analyses-list th {
        font-size: 12px;
    }
    
    .analyses-list tbody tr:first-of-type td {
        text-align: left;
        padding: 10px 10px;
        box-sizing: border-box;
        width: 100%;
    }

    .analyses-list tbody tr:first-of-type td:first-of-type {
        width: 15%;
        border: 0;
        padding-bottom: 0;
        /* display: none; */
    }
    
    .analyses-list table {
        font-size: 14px;
    }
    
    .analyses-list tbody tr:not(:first-of-type) td {
        /* vertical-align: top; */
    }
    
    .analyses-list tbody tr:not(:first-of-type) {
        /* display: flex;
        align-items: center; */
        border-bottom: solid 1px #D1D1D1;
        padding: 10px 0;
        /* flex-wrap: wrap; */
    }
    
    .analyses-list thead tr {
        /* display: flex;
        justify-content: space-between; */
    }
    
    .analyses-list tbody tr:not(:first-of-type) td {
        padding-top: 0;
    }
    
    .analyses-list tbody tr:not(:first-of-type) td:first-of-type {
        width: 15%;
        border: 0;
        padding-bottom: 0;
    }
    
    .analyses-list tbody tr:not(:first-of-type) td:nth-of-type(2) {
        width: 50%;
        border: 0;
        padding: 10px 10px;   
    }
    
    .analyses-list tbody tr:not(:first-of-type) td:nth-of-type(3) {
        width: 15%;
        padding-right: 0px;
        border: 0;
        padding-bottom: 0;
    }
    
    .analyses-list tbody tr:not(:first-of-type) td:nth-of-type(4) {
        /* width: 20%; */
        /* text-align: right; */
        border: 0;
        padding-bottom: 0;
    }
    
    .analyses-list tbody tr:not(:first-of-type) td:nth-of-type(5) {
        border: 0;
        /* width: 100%; */
        /* margin-left: auto;
        text-align: right; */
        padding-top: 0;
        padding-bottom: 0;
    }
    
    .btns-to-cart {
        width: 100%;
        justify-content: flex-end;
    }
    
    button.add-to-cart {
        margin-right: 0px;
        margin-left: 10px;
    }
    
    .analysis-header {
        padding: 0px 20px;
        font-size: 12px;
    }
    
    .ah-back {
        width: 24%;
        margin-left: auto;
    }
    
    .ah-print {display: none;}
    
    .analysis-content {padding: 10px 20px;}
    
    .analysis-number {
        width: 20%;
    }
    
    .analysis-name {
        width: 80%;
        font-size: 18px;
    }
    
    .aa-content {
        font-size: 14px;
    }
    
    .analysis-price {
        padding-left: 0px;
        font-size: 14px;
		margin-right: 10px;
    }
    
    .analysis-price span {
        font-size: 20px;
    }
    
    .analysis-buy button.add-to-cart {
        font-size: 0px;
        padding: 10px 20px;
		margin: 0;
    }
    
    .analysis-buy {
        padding: 20px 20px;
		padding: 20px 0px;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-around;
    }
	
	.single-analysis-price-and-cart .analysis-price {
		margin-right: 0;
	}
    
    .analyses-list.more .single-analysis {
        padding-bottom: 0;
    }
    
    .cart-container th {
        font-size: 12px;
    }
    
    .cart-container tbody tr td {
        vertical-align: top;
        border-bottom: 0;
        padding: 0;
    }
    
    .cart-container td {
        font-size: 14px;
    }
    
    td.cart-price {
        text-align: right;
        width: 20%;
    }
    
    .cart-container tbody tr {
        display: flex!important;
        flex-wrap: wrap!important;
        width: 100%!important;
        align-items: flex-start;
        justify-content: flex-end;
        border-bottom: solid 1px #D1D1D1;
    }
    
    .cart-container thead tr {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    td.cart-name {width: 50%!important;}
    
    .cart-container th:last-of-type {
        display: none;
    }
    
    .cart-container th:nth-last-child(2) {
        display: none;
    }
    
    td.cart-number {
        width: 10%;
    }
    
    td.cart-srok {
        width: 20%;
        text-align: right;
    }
    
    td.td-cart-attention {
        width: 10%;
    }
    
    td.td-cart-remove {
        width: 7%;
    }
    
    .clear-cart {
        order: 1;
        margin-right: 0;
    }
    
    .print-cart-rules {
        order: 2;
        margin: auto;
        width: 250px;
        margin-top: 15px;
    }
    
    .print-cart {
        order: 3;
        margin: 15px auto;
        width: 250px;
        height: 60px;
    }
    
    a.cart-order {
        order: 4;
        margin: auto;
        width: 250px;
        text-align: center;
    }
    
    .share-cart {
        order: 5;
        margin-top: 15px;
    }
    
    .radiogroup {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    label.confirm_phone {
        flex-direction: column;
        align-items: center;
    }
    
    .confirm_phone input[type="text"] {
        width: 100%;
    }
    
    label.confirm_phone span {
        text-align: center;
    }
    
    label.order_address {
        flex-wrap: wrap;
        flex-direction: column;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    
    label.order_address input[type=text] {
        margin: auto;
        text-align: center;
    }
    
    .order-container label:last-child {
        margin-right: 0;
    }
    /*
    .doctors-list {
        width: 100%;
    }
    
    .zapis-changer {
        width: 100%;
        padding: 15px 12px;
		background: #fff;
    }
    
    .doctor-name {
        font-size: 14px;
        width: 60%;
    }
    
    .doctor-row {
        padding: 10px;
        flex-wrap: wrap;
    }
    
    .doctor-cat {
        font-size: 10px;
        padding: 10px;
    }
    
    .doctor-cat-container .swiper {
        width: 95%;
    }
    
    .doctor-cat-container .swiper-button-prev {
        left: -5px!important;
    }
    
    .doctor-cat-container .swiper-button-next {
        right: -5px!important;
    }
    
    .doctor-cat-container .swiper:before {
        content: "";
        display: block;
        width: 20px;
        height: 40px;
        position: absolute;
        background: #d15e1e;
        left: 0;
        bottom: 0;
        z-index: 2;
    }
    
    .doctor-cat-container .swiper:after {
        content: "";
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        background: #d15e1e;
        right: 0;
        bottom: 0;
        z-index: 2;
    }
    
    .doctor-cat-container {
        padding-top: 10px;
    }
    
    .single-time {
        width: calc(25% - 10px);
        margin: 5px;
        padding: 10px;
        font-size: 14px;
    }
    
    .anydate, .anytime {
        width: auto;
    }
    
    .doctor-row.active-doctor:after {
        transform: translateX(0%);
    }
    
    .datetime-picker {
        width: 100%;
        height: auto;
        max-height: 0px;
        overflow: hidden;
        padding: 0px;
        transition: all .3s ease;
    }
    
    .active-doctor .datetime-picker {
        max-height: 1000px;
        padding-bottom: 12px;
    }
    
    .calendar-top-notice {
        padding-top: 20px;
    }
    
    .doctor-row .datetime-picker .swiper {
        margin-bottom: 10px;
    }
    
    .doctor-row .swiper {
        font-size: 16px;
    }
    
    .calendar-button-prev,
    .calendar-button-next {
        padding: 4px;
    }
    
    .zapis-btn {
        font-size: 16px;
        padding: 10px;
    }
    
    .active-doctor .doctor-name img {
        transform: rotate(60deg);
    }
    
    .doctor-info-popup {
        width: 90%;
        top: 50%;
        height: 90vh;
        overflow: auto;
        transform: translateX(-50%) translateY(-50%);
    }
    
    .dotcor-popup-title {
        font-size: 16px;
    }
    
    .doctor-container {
        flex-direction: column;
    }
    
    img.doctor-photo {
        margin: auto;
    }
    
    .doctor-base-info {
        padding: 20px 20px;
        width: 100%;
    }
    
    .doctor-info .doctor-name {
        font-size: 24px;
        width: 100%;
    }
    
    .doctor-spec {
        font-size: 14px;
    }
    
    .doctor-exp {
        font-size: 14px;
    }
    
    .doctor-rank {
        font-size: 14px;
    }
    
    .doctor-description {
        font-size: 14px;
        padding: 0px 20px;
    }
    
    .doctor-edu {
        padding: 0px 20px;
    }
    
    img.doctor-info-close {
        top: 5px;
        right: 5px;
    }
    */
    body.cart_home .btns-to-cart.onlylab img.onlylabimg {
        margin-right: 0;
    }
    
    .msg-text {
        font-size: 14px;
    }
    
    .msg-btns a {
        font-size: 12px;
        padding: 10px 20px!important;
        height: 40px!important;
    }
    
    .msg {
        width: 100%!important;
        left: 0!important;
        bottom: 0px!important;
        position: fixed;
        transform: none!important;
        top: auto!important;
    }
    
    .msg .triangle {
        display: none;
    }
    
    .page-template-order .change-time,
    .page-template-order .change-date {
        width: 100%;
    }
    
    .page-template-order .current-date {
        margin-bottom: 10px!important;
    }
    
    .page-template-order .data-changer .swiper.months-slider,
    .page-template-order  .data-changer .swiper.days-slider {
        margin-bottom: 20px!important;
    }
    
    .radiogroup label {
        display: flex;
        align-items: center;
    }
    
    .main-metrics {
        display: none;
    }
    
    .main-slider img {
        /*opacity: 0;*/
    }
    
    .main-slider .swiper-slide {
        background-size: cover;
        background-position: 50% 0%;
        background-repeat: no-repeat;
        height: 230px;
    }
    
    .main-searchbar {
        width: calc(100% - 30px);
        top: 10px;
    }
    
    .main-searchbar a {
        display: none;
    }
    
    .main-slider .search-field  img {
        opacity: 1;
        width: 20px;
    }
    
    .main-searchbar .search-field input[type="text"] {
        font-size: 12px;
        width: auto;
        text-align: center;
        padding: 10px 0px;
    }
    
    .main-searchbar .search-field {
        justify-content: center;
        padding-left: 0px;
        margin-right: 0px;
    }
    
    .main-slider .swiper-button-next,
    .main-slider  .swiper-button-prev {
        top: 60%;
    }
    
    .page-template-page-analyses h1.page-heading {
        padding-bottom: 0;
        padding-top: 20px;
    }

    .zapis-filter .change-address {
        width: 100%;
    }
    
    .popup-zapis {
        width: 100%;
        top: 0;
        transform: translate(-50%, 0%);
        height: 100vh;
    }
    
    .popup-zapis-heading {
        font-size: 24px;
    }
    
    img.popup-zapis-close {
        width: 30px;
        right: 10px;
        top: 12px;
    }
    
    .popup-zapis-categ {
        font-size: 24px;
        padding-top: 15px;
    }
    
    .popup-zapis-datetime {
        flex-direction: column;
        margin-top: 40px;
        padding: 0px 20px;
    }
    
    .popup-zapis-doctor-name {
        text-align: center;
        width: 100%;
        padding: 0px;
        margin-bottom: 20px;
    }
    
    .popup-zapis .change-date {
        width: 100%;
    }
    
    .popup-zapis .change-time {
        width: 100%;
    }
    
    .popup-zapis-blue-text {
        font-size: 18px;
    }
    
    .popup-zapis-container {
        padding: 0px 20px 50px;
    }
    
    form#zapis_form > label {
        width: 100%;
    }
    
    form#zapis_form > label.confirm_phone {
        flex-direction: column-reverse;
    }
    
    .popup-zapis .confirm_phone input[type="text"] {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    button.btn-pay-zapis {
        font-size: 14px;
        width: auto;
    }
    
    .popup-zapis .order-send {
        margin-top: 30px;
    }
    
    .news-akcii-container .single-actual {
        width: 100%;
        height: auto;
        margin-bottom: 50px;
    }
    
    .news-protivopokazaniya {
        font-size: 13px;
    }
    
    .srok-akcii {
        margin-bottom: 30px;
        margin-top: 10px;
    }
    
    img.single-image {
        margin-top: 20px;
        width: 100%;
    }
    
    .news-akcii-container.container {
        padding: 0px 10px 30px;
        margin-top: 0px;
        margin-bottom: 0;
    }
    
    h1.single-heading {
        margin-top: 30px;
        font-size: 24px;
        text-align: center;
    }
    
    .single-content {
        font-size: 16px;
    }
    
    .single-news-akcii-container.container {
        margin-top: 0;
        padding: 0px 15px 50px;
        margin-bottom: 0;
    }
	
	.single-actual-container.container {
        margin-top: 0;
        padding: 0px 15px 50px;
        margin-bottom: 0;
    }
	
	.header-visual {
		position: relative;
		z-index: 3;
	}
	
	.logo {
		pointer-events: none;
	}
	
	.logo a {
		pointer-events: all;
	}
	
	.cart-topbar .change-address {
		width: 100%!important;
	}
	
	#pum-5496 table,
	#pum-5498 table,
	#pum-5501 table,
	#pum-5506 table {
		width: 100%!important;
	}
	
	.single-col {
		width: 100%;
		padding-right: 0;
	}

	.docs-container {
		padding-bottom: 30px;
	}
	
	.mobile-nav ul.sub-menu {
		visibility: visible;
		top: 0;
		left: 0;
		width: 100%;
		height: calc(100% - 50px);
		transition: all .3s ease;
		transform: translateX(100%);
		padding-left: 50px;
		margin-top: 0px;
		padding-top: 40px;
		border-radius: 10px;
	}
	
	.toggle-sub-menu {
		color: #fff;
		display: inline-block;
		margin-bottom: 20px;
	}

	.menu-item-has-children {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.mobile-nav ul.sub-menu.vis {
		transform: translateX(0);
	}
	
	.postid-6175 #gallery-1 .gallery-item {
		width: 100%;
		height: auto;
	}


	.actual-container div.single-actual {
	  width: 100%;
	  height: auto;
	  margin-bottom: 25px;
	}

	.single-actual .attention {
	  font-size: 10px;
	  padding: 10px;
	}
	

	.all-actual {
	  bottom: 40px;
	  right: 30px;
	}
	
	h2.subzag {
		padding-top: 40px;
	}
	
	.single-analysis-price-and-cart {
		padding: 15px 10px;
	}

	.in-complex-cheaper-title {
		padding: 0;
	}
	
	.doctor-name h3 {
		font-size: 16px;
	}
	
	.related-analyses {
		padding: 15px 15px 45px 15px;
	}
	
	.sasc-add-to-cart {
		margin-top: 30px;
	}
	
	.sasc-name {
		font-size: 16px;
		padding-right: 30px;
	}
	
	.grafik_table table thead tr:nth-child(1) th {
		font-size: 14px!important;
	}

	.grafik_table table tr:nth-child(1) th {
		font-size: 12px!important;
	}

	.grafik_table table td, .grafik_table table tbody th {
		font-size: 12px!important;
	}
	
	.grafik_title {
		font-size: 24px!important;
	}
	
	.header-call {
		pointer-events: none!important;
	}
	
	.header-call a {
		pointer-events: all!important;
	}
	
	.header-call span {
		display: none;
	}

	.header-call div {
		align-items: center;
		justify-content: center;
		pointer-events: none!important;
	}
	
	.vacancy-name {
		padding-right: 0px;
	}
	
	.doctor-information img.doctor-photo {
		width: 30%;
	}

	.doctor-points {
		width: 70%;
		padding-left: 15px;
	}

	.doctor-information .doctor-spec {
		font-size: 14px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.doctor-redesign .doctor-name {
		font-size: 24px;
	}

}



/*Версии для слабовидящих*/
body.bvi-active footer hr:before {filter: grayscale(1);}
.bvi-active .msg-btns a {
    filter: grayscale(1);
}
.bvi-active .single-planing svg {
    display: none;
}

body.bvi-active .bvi-body span.swiper-pagination-bullet {
    background: #002!important;
}

.bvi-active h2.heading-1 span {
	border: solid 1px #000;
}

.bvi-active h2.heading-1 span.active {
	background: #000!important;
	color: #fff!important;
}

.foot-menu ul.sub-menu {
    visibility: visible;
    position: static;
    padding: 0;
    padding-left: 20px;
}

/*Мобильная версия для слабовидящих-------------------------------*/
@media only screen and (max-width: 768px) {
	.bvi-active .slider-heading-1 {
		margin-top: 40px!important;
	}

	body.bvi-active .actual-text {
		font-size: 13px!important;
	}

	.bvi-active div.single-actual {
		height: 120px!important;
	}

	.bvi-active .actial_desc {
		width: 100%!important;
	}

	.bvi-active .planing .swiper-pagination {
		bottom: 0px!important;
	}

	.bvi-active footer .menu li a {
		font-size: 12px!important;
	}
	
	body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .logo a.analyses {
		padding: 0px!important;
		text-align: left!important;
		background: transparent!important;
		color: #fff!important;
		bottom: -2px!important;
	}

	body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .mobile-navbar img.bvi-img {
		background: transparent!important;
	}

	body.bvi-active .mobile-navbar {
		background-color: #000!important;
	}

	body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .mobile-navbar {
		background: #000!important;
		padding-top: 0px!important;
	}

	body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .logo.bvi-background-image {
		background: transparent!important;
		padding-bottom: 0px!important;
	}

	body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .mobile-navbar a.header-cart {
		color: #fff!important;
	}

	body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) a.header-cart span {
		background: transparent!important;
		color: #fff!important;
	}

	body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .header-menu-trigger {
		background: transparent!important;
	}

	body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .mobile-nav-close {
		right: 0px;
	}

	body.bvi-active  .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .mobile-nav-close img {
		filter: invert(1);
		background: #000!important;
	}

	body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .mobile-nav.vis a.analyses {
		color: #000!important;
	}
	
	.bvi-active .top-slider img.bvi-img {
		height: 100px!important;
		object-fit: cover!important;
	}
	
	body.bvi-active .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .cart-change-btn button {
		background: #fff!important;
		color: #000!important;
	}

	body.bvi-active .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .cart-change-btn button.active-cart {
		background: #000!important;
		color: #fff!important;
	}
	
	.foot-pogoda:before, .foot-pogoda:after {
		filter: grayscale(1);
	}
	
	.lk-popup {
		width: 95%;
		top: 5%;
		bottom: auto;
		transform: translateX(-50%);
	}

	.lk-tabs {
		font-size: 16px;
	}

	.lk-tab-heading {
		font-size: 24px;
	}

	form#lk-auth {
		overflow: auto;
		height: 65vh;
	}

	.get-lk {
	}

	.get-lk-auth {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	button.lk-auth-btn {
		margin-top: 20px;
	}

	.lk-auth-esia {
		font-size: 14px;
	}
	
	.lk-show {
		overflow: hidden;
	}

    label.order_address span{
        margin-left: 0;
    }
	
	
}

.form__error-message{
    font-size: 15px;
    color: #f00;
    margin: 10px 0;
}

.date-field {
    z-index: 3;
    width: 100%;
    border: solid 1px #D15E1E;
    background: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    height: 55px;
}

.date-field:focus {
    outline: none;
}

::-webkit-datetime-edit {
    display: flex;
    align-items: center;
}

.time-field{
    z-index: 3;
    width: 100%;
    border: solid 1px #D15E1E;
    background: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    height: 55px;
}

.time-field:focus {
    outline: none;
}


@media  screen and (max-width: 576px) {
    .analyses-list tbody tr:not(:first-of-type) td:nth-of-type(2) {
        padding: 10px 5px;
    }

    .analyses-list table {
        display: block;
    }

    .analyses-list thead {
        display: flex;
		display: none;
    }

    .analyses-list tr {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
.analyses-list tbody tr:first-child {
    flex-wrap: nowrap;
}
    .analyses-list thead tr {
        width: 100%;
        flex-wrap: nowrap;
    }
    .analyses-list th:first-child {
           width: 30%;
           flex: 30%;
    }
   .analyses-list th:nth-child(2) {
        width: 30%;
           flex: 30%;
    }
    .analyses-list th:nth-child(3) {
        width: 30%;
           flex: 30%;
           margin-left: auto;
    }
    .analyses-list th:nth-child(4){
        /* width: 15%;
           flex: 15%; */
           display: none;
    }

    .analyses-list tbody tr:first-of-type td:first-of-type {
        display: none;
    }
    .analyses-list tbody tr:first-of-type td {
       padding-left: 0;
    }

/*     .analyses-list tbody tr:not(:first-of-type) td:first-of-type {
        flex: 30%;
    }
    .analyses-list tbody tr:not(:first-of-type) td:nth-of-type(2) {
        width: 70%;
           flex: 70%;
    }
    .analyses-list tbody tr:not(:first-of-type) td:nth-of-type(3) {
        flex: 30%;
        margin-left: auto;
    }
    .analyses-list tbody tr:not(:first-of-type) td:nth-of-type(4) {
        flex: 0 1 25%;
        margin-left: auto;
    }

    .analyses-list tbody tr:not(:first-of-type) td:nth-of-type(5) {
        width: 15%;
           flex: 0 1 15%;
    } */
	.analyses-list tbody tr:not(:first-of-type) td:first-of-type {
		width: 100%;
		padding: 10px 5px;
	}

	.analyses-list tbody tr:not(:first-of-type) td:nth-of-type(2) {
		width: 100%;
	}

	.analyses-list tbody tr:not(:first-of-type) td:nth-of-type(3) {
		width: 100%;
		padding-left: 5px;
	}

	.analyses-list tbody tr:not(:first-of-type) td:nth-of-type(3):before {
		content: "Срок исполнения: ";
	}

	.analyses-list tbody tr:not(:first-of-type) td:nth-of-type(4) {
		font-size: 20px;
		padding: 0px 5px;
		width: 50%;
		margin-top: 10px;
	}

	button.add-to-cart:after {
		content: "В КОРЗИНУ";
		color: #D15E1E;
		font-weight: 700;
		font-size: 18px;
		margin-top: 4px;
		margin-left: 10px;
	}
	
	.single-analyses button.add-to-cart:after {
		display: none;
	}

	.analyses-list tbody tr:not(:first-of-type) td:nth-of-type(5) {
		width: 50%;
	}

	.btns-to-cart {
		width: 100%;
	}

	button.add-to-cart {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 25px 0px!important;
	}
	
	
}















