@charset "UTF-8";

/*
Theme Name: Неболи
Theme URI: http://cmski.ru/
Description: Медицинский центр массажа и остеопатии
Version: 1.0
Author: Max Dorokhov
Author: URI: http://cmski.ru/
*/
html * {
	max-height: 999999px;
	outline: none
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

*,
:hover,
:focus {
	outline: none !important;
	border: 0
}

a {
	color: #2c82c9
}

a:hover {
	text-decoration: none
}

.inline-grid {
	display: inline-block;
	margin-right: -4px;
	vertical-align: top
}

.left {
	float: left
}

.right {
	float: right
}

.align-right {
	text-align: right
}

.align-center {
	text-align: center
}

.hidden {
	display: none
}

.no-padding {
	padding: 0 !important
}

.container {
	max-width: 1230px;
	padding: 0 15px;
	margin-right: auto;
	margin-left: auto
}

.container:before,
.container:after,
.row:before,
.row:after {
	display: table;
	content: " ";
	clear: both
}

.row {
	margin-right: -15px;
	margin-left: -15px
}

.cont-20,
.cont-25,
.cont-30,
.cont-33,
.cont-35,
.cont-40,
.cont-50,
.cont-55,
.cont-60,
.cont-65,
.cont-70,
.cont-75,
.cont-80,
.cont-100,
.cont-auto {
	padding: 0 15px;
	min-height: 1px;
	height: auto;
	position: relative
}

.cont-20 {
	width: 20%
}

.cont-25 {
	width: 25%
}

.cont-30 {
	width: 30%
}

.cont-33 {
	width: 33.3333%
}

.cont-35 {
	width: 35%
}

.cont-40 {
	width: 40%
}

.cont-50 {
	width: 50%
}

.cont-55 {
	width: 55%
}

.cont-60 {
	width: 60%
}

.cont-65 {
	width: 65%
}

.cont-70 {
	width: 70%
}

.cont-75 {
	width: 75%
}

.cont-80 {
	width: 80%
}

.cont-100 {
	width: 100%
}

.cont-auto {
	width: auto
}

.clear:before,
.clear:after {
	content: '';
	display: table;
	width: 100%;
	clear: both
}

input[type="text"],
input[type="password"],
input[type="email"] {
	background: #fff;
	font-weight: 300;
	height: 35px;
	padding: 7px 10px;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-family: inherit !important
}

input[type="radio"],
input[type="checkbox"] {
	margin: 0
}

textarea {
	resize: none;
	height: 150px;
	padding: 20px;
	margin-bottom: 30px;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

textarea,
input {
	box-shadow: none;
	border-radius: 0;
	background-color: #f8f8f8;
	border: 1px solid #eae5e4
}

input,
select,
textarea,
button {
	vertical-align: middle;
	color: #7d7e7f
}

select {
	max-width: 100%
}

input,
input.input-text,
select,
textarea {
	border: 1px solid #e8e5e5;
	background-color: #ffffff;
	padding: 5px;
	color: #7d7e7f;
	font-size: 14px;
	vertical-align: middle
}

input::-webkit-input-placeholder,
input:-moz-placeholder {
	font-size: 14px !important
}

textarea:focus,
input:focus {
	background: #ffffff;
	box-shadow: none
}

input:focus,
textarea:focus,
select:focus {
	border-color: rgba(225, 20, 50, 0.75);
	color: #aaaaaa
}

input:-moz-placeholder,
textarea:-moz-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #aaaaaa;
	font-size: 18px
}

.btn,
.quform-popup-link,
.quform-submit {
	display: inline-block;
	text-align: center;
	color: #fff !important;
	padding: 0 55px !important;
	border-radius: 25px !important;
	border: 0 !important;
	background: #00bbb6;
	text-decoration: none;
	transition: all .5s linear;
	margin-top: 0 !important;
	cursor: pointer;
	height: 48px;
	line-height: 48px !important;
	font-family: inherit;
	font-weight: 500;
	text-decoration: none !important
}

.btn:hover,
.quform-popup-link:hover,
.quform-submit:hover {
	color: #fff;
	text-decoration: none;
	background: #0c7fa3;
	background: -moz-linear-gradient(left, #0c7fa3 0%, #04bab5 100%);
	background: -webkit-linear-gradient(left, #0c7fa3 0%, #04bab5 100%);
	background: linear-gradient(to right, #0c7fa3 0%, #04bab5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c7fa3', endColorstr='#04bab5', GradientType=1)
}

.btn-grey {
	background: #f1f1f1 !important;
	color: #000 !important
}

.btn-blue {
	background: #0c7fa3
}

.btn-white {
	background: #fff;
	color: #006a8b !important;
	border: 1px solid #006a8b !important;
	line-height: 45px !important;
	font-weight: bold;
	display: inline-block;
	margin-right: 10px
}

.btn-white:hover {
	background: #006a8b;
	color: #fff !important;
	border: 1px solid #006a8b !important;
	line-height: 45px !important;
	font-weight: bold
}

body {
	background: #fff;
	color: #000;
	padding: 0px;
	margin: 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 20px;
	position: relative;
	padding-top: 204px
}

body>header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background: #fff;
	z-index: 99998
}

body>header .head {
	padding-bottom: 61px
}

body>header .head>.container {
	display: flex;
	align-items: center;
	justify-content: space-between
}

body>header .cont-auto {
	padding: 0
}

body>header .logo,
body>header .phone {
	margin-top: 10px
}

body>header .logo a img {
	max-width: 300px;
	height: auto;
	margin-left: -26px
}

body>header .address {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0 30px;
	font-size: 12px
}

body>header .address p {
	color: #c9c9c9;
	margin-left: 25px;
	line-height: 18px;
	visibility: hidden;
	margin-top: 0;
	height: 5px
}

body>header .address>span {
	color: #727272;
	margin: 0 10px
}

body>header .address>span strong {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	display: inline-block;
	width: 100%
}

body>header .address>span i {
	background: url(/wp-content/themes/theme/img/metro.svg);
	margin-right: 5px;
	width: 11px;
	height: 11px;
	display: inline-block
}

body>header .phone {
	text-align: right;
	margin-top: 0
}

body>header .phone p {
	margin: 8px 14px 11px 0;
	vertical-align: top
}

body>header .phone p a,
.hide-phone a {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 19px;
	font-weight: bold;
	text-decoration: none;
	transition: all .5s
}

body>header .phone p a:hover {
	color: #0c7fa3
}

body>header .quform-popup-link {
	background: #0c7fa3;
	border: 1px solid #0c7fa3 !important;
	color: #fff !important;
	padding: 12px 33px !important;
	height: auto;
	line-height: unset !important;
	white-space: nowrap
}

body>header .quform-popup-link:hover {
	background: #fff !important;
	color: #000 !important
}

body.admin-bar>header {
	margin-top: 32px
}

nav {
	position: relative;
	display: block
}

nav .menu-bars {
	display: none
}

nav .menu {
	display: inline-block
}

nav .menu li {
	list-style-type: none
}

nav .menu>li {
	display: inline-block;
	line-height: 55px
}

nav .first-nav {
	background: #0080a6
}

nav .first-nav .container,
nav .last-nav .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%
}

nav .first-nav li {
	line-height: 45px
}

nav .first-nav .menu {
	font-size: 15px;
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 800px
}

nav .first-nav .menu>li a {
	color: #fff
}

nav .menu>li:first-child {
	margin-left: 0;
	margin-right: 0
}

nav .menu>li a {
	text-decoration: none;
	transition: color 0.5s ease-in-out
}

nav .first-nav .menu>li a:hover,
nav .first-nav .menu li.current-menu-item>a,
nav .first-nav .menu li.current_page_item>a {
	color: #000
}

nav .menu-item-has-children>a {
	display: block;
	background: #fff;
	position: relative
}

nav .menu-item-has-children>a:after {
	font-family: FontAwesome;
	content: "\f107";
	font-size: 18px;
	top: calc(50% - 12px);
	width: 10px;
	line-height: 23px;
	padding-left: 10px
}

/*nav .sub-menu-cont{display:none;position:absolute;left:-1000px;right:-1000px;z-index:100;background-color:#fff;padding:10px 1000px 30px;width:calc(100% + 2000px)}*/
nav .mobile-menu-bg:not(.mobile-active) .sub-menu-content {
	display: none;
	position: absolute;
	left: -1000px;
	right: -1000px;
	z-index: 100;
	background-color: #fff;
	padding: 0 1000px 0;
	width: calc(100% + 2000px);
	transition: all .5s
}

.last-nav .menu-item-has-children {
	margin-right: -17px
}

.last-nav .menu-item-has-children:hover .sub-menu-content,
.last-nav .menu-item-has-children a:hover+.sub-menu-content {
	display: flex !important
}

nav .mobile-menu-bg:not(.mobile-active) .sub-menu-container {
	display: flex;
	padding: 10px 0 25px
}

nav .mobile-menu-bg:not(.mobile-active) .sub-menu-banner {
	position: relative;
	flex: 1;
	text-align: center;
	font-weight: 500;
	font-size: 23px;
	line-height: 35px;
	background: #EAFAFF;
	color: #007DA3;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 13px;
	transition: all .5s
}

nav .mobile-menu-bg:not(.mobile-active) .sub-menu-banner:hover {
	background: #007DA3;
	color: #EAFAFF
}

nav .mobile-menu-bg:not(.mobile-active) .sub-menu-banner a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

nav .mobile-menu-bg:not(.mobile-active) .sub-menu {
	flex: 1;
	display: flex;
	flex-wrap: wrap
}

nav .mobile-menu-bg:not(.mobile-active) .sub-menu-container .sub-menu>li {
	padding: 0;
	line-height: 35px;
	display: inline-block;
	width: 33.3333%
}

nav .mobile-menu-bg.mobile-active .sub-menu-content {
	display: block !important
}

nav .mobile-menu-bg.mobile-active #menu-vtoroe-menju.menu>li:not(:first-child),
nav .mobile-menu-bg.mobile-active .sub-menu-banner {
	display: none
}

nav .last-nav {
	z-index: 100;
	overflow: hidden;
	transition: all .5s
}

nav .last-nav>.container>.container {
	background: #fff;
	border-top: 1px solid #EAEAEA;
	position: absolute;
	top: 149px;
	left: 0;
	right: 0;
	padding: 0;
	max-width: 1200px
}

nav .last-nav .menu {
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	justify-content: space-between;
	width: 100%;
	max-width: 780px
}

nav .last-nav .menu>li nav .last-nav .menu>li:first-child:before,
nav .last-nav .menu>li:nth-child(2):before,
nav .last-nav .menu>li:nth-child(3):before {
	display: none
}

nav .last-nav .menu>li a {
	color: #000;
	text-decoration: none
}

nav .last-nav .menu>li a:hover,
nav .last-nav .menu li.current-menu-item>a,
nav .last-nav .menu li.current_page_item>a {
	color: #0c7fa3
}

nav .last-nav .menu>li.menu-round {
	margin-left: 5px
}

nav .last-nav .menu>li.menu-round a {
	display: block;
	line-height: 28px;
	padding: 0 10px;
	margin-left: 3px;
	border: 2px solid #80c0d3;
	transition: all .3s
}

nav .last-nav .menu>li.menu-round a:hover,
nav .last-nav .menu li.menu-round.current-menu-item>a,
nav .last-nav .menu li.menu-round.current_page_item>a {
	background: #80c0d3;
	color: #fff
}

nav .last-nav .menu>li.menu-round a span {}

nav .last-nav .menu>li.menu-round:before,
.menu-mob {
	display: none
}

.menu-deck {
	display: block;
	width: 100%;
	max-width: 780px
}

nav .navpodarok {
	text-decoration: none;
	background-color: #EAFAFF;
	color: #0c7fa3;
	font-size: 12px;
	font-weight: 700;
	line-height: 45px;
	padding: 5px 15px;
	transition: all .5s;
	white-space: nowrap
}

nav .navpodarok:hover,
nav .navpodarok:focus {
	background-color: #04bab5;
	color: #fff
}

/*nav .menu-nav-icon{position:absolute;right:15px;top:0;text-align:center}
nav .menu-nav-icon a{float:right}
nav .menu-nav-icon a:first-child{margin-left:8px}*/
nav .menu-nav-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 100px;
	margin: 0 auto
}

nav .menu-nav-icon a {
	margin: 0;
	border-radius: 0;
	border: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	margin-top: 6px
}

nav .menu-nav-icon a:hover {
	background: none;
	filter: invert(100%)
}

nav .menu-nav-icon a.search:hover {
	filter: invert(45%)
}

nav .menu-nav-icon a.instagram img {
	width: 15px;
	height: 15px
}

nav .menu-nav-icon a.vk img {
	width: 23px;
	height: 13px
}

nav .company-open {
	color: #fff;
	white-space: nowrap;
	margin-right: 14px
}

@-webkit-keyframes pulse {
	25% {
		-webkit-transform: scale(1.05);
		transform: scale(1.1)
	}

	75% {
		-webkit-transform: scale(0.90);
		transform: scale(0.90)
	}
}

@keyframes pulse {
	25% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}

	75% {
		-webkit-transform: scale(0.90);
		transform: scale(0.90)
	}
}

.toppodarok {
	margin-top: 5px;
	cursor: pointer;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.toppodarok img {
	width: 34px;
	height: 34px;
	margin-right: 8px
}

.social {
	overflow: hidden;
	display: block;
	padding: 5px 0;
	border-radius: 50%;
	border: 2px solid #fff;
	font-size: 20px;
	line-height: 25px;
	margin-top: 5px;
	width: 33px;
	height: 33px;
	transition: all .5s
}

.social:hover {
	color: #0c7fa3;
	background: #50d0cd;
	border: 2px solid #50d0cd
}

.social img {
	width: 18px;
	height: 18px;
	margin-top: -4px
}

.social .fa-vk {
	background: url(/wp-content/themes/theme/img/vk.svg) center no-repeat;
	left: -1px
}

main {
	min-height: 600px;
	padding-top: 25px
}

.quform-error {
	padding: 0 !important
}

.quform-error>.quform-error-inner {
	font-size: 12px;
	border: 0 !important;
	background: 0 !important;
	padding: 0 !important;
	color: #d40000 !important
}

.quform-success-message {
	background-color: #99f1ef;
	border-left: 5px solid #00bbb6
}

h2.quform-form-title {
	font-size: 22px;
	line-height: 1.2;
	padding-bottom: 20px
}

.quform-spacer {
	padding: 0 0 10px
}

.quform-option {
	display: flex
}

.quform-element-submit,
.quform-button-submit-default {
	margin: 0
}

.quform-submit {
	text-transform: uppercase
}

.quform-edit-form {
	display: none
}

.fancybox-inner .quform-form-inner {
	padding: 0
}

main .quform {
	padding: 30px 20px 16px;
	background: #fff;
	box-shadow: 0 0 20px #d8d8d8
}

main .quform .quform-element {
	padding: 0 5px
}

main .quform .btn-cont {
	padding: 0 10px;
	clear: both;
	margin-bottom: 20px
}

main .quform .quform-form-inner-5 .btn-cont,
main .quform .quform-form-inner-9 .btn-cont {
	width: 50%;
	float: left;
	padding: 0 10px;
	clear: none
}

main .quform .quform-form-inner-5 .btn-cont button,
main .quform .quform-form-inner-9 .btn-cont button {
	width: 100%
}

main .quform-form-title {
	padding-left: 10px;
	padding-right: 10px
}

.quform-form-title {
	color: #999;
	text-transform: uppercase;
	font-size: 20px
}

.search-cont {
	display: none
}

.search-cont .container .container {
	border-top: 1px solid #eaeaea;
	padding: 10px 0
}

.search-cont .is-search-form {
	position: relative
}

.search-cont .is-search-input {
	width: 100%;
	border-color: #0c7fa3 !important
}

.search-cont .is-search-submit {
	position: absolute;
	top: 7px;
	right: 6px
}

.search-cont .is-form-style input.is-search-submit,
.search-cont .is-search-icon {
	background: #fff !important
}

.search-cont .is-search-icon path {
	fill: #0c7fa3
}

#is-ajax-search-result-4383 {
	width: 100% !important;
	max-width: 1190px !important
}

#single-more {
	padding-top: 230px !important;
	margin-top: -200px
}

#single-zapisatsa {
	padding-top: 230px;
	margin-top: -230px
}

.form-head-block {
	text-align: center
}

.form-head {
	margin: 0 10px;
	padding-left: 45px;
	background: url(/wp-content/themes/theme/img/form.png) no-repeat left 3px;
	display: inline-block
}

.form-head .iphorm-title {
	font-size: 20px;
	text-align: left;
	padding-left: 10px;
	margin-top: 2px;
	padding-bottom: 6px;
	text-transform: uppercase
}

.form-head .iphorm-description {
	font-size: 12px;
	text-align: left;
	color: #999 !important;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 8px !important
}

.quform .quform-form-description .op-text {
	display: block;
	margin-top: 10px;
	margin-bottom: 15px;
	max-width: 350px
}

.quform-inner label,
.quform-inner .quform-required,
.quform-inner select,
.quform-inner textarea,
.quform-inner input {
	color: #000 !important;
	font-weight: normal;
	font-size: 14px;
	font-family: inherit
}

.quform-inner input,
.quform-inner textarea,
.quform-inner select {
	color: #000;
	border-radius: 5px;
	border: 0 !important;
	background: #ececec;
	padding: 10px 0 10px 10px !important
}

.quform-label-text,
.quform-inner input,
.quform-inner select {
	height: 38px !important
}

.quform-inner input.quform-field-checkbox {
	height: auto !important
}

.quform-label-inside {
	top: 8px !important
}

.quform-label-inside label {
	color: #999 !important
}

.quform-label,
.quform-input {
	margin-bottom: 0
}

.quform .quform-field-textarea {
	height: 144px
}

.quform .quform-labels-left label {
	background: #efefef;
	color: #000;
	font-size: 0.70em;
	padding: 7px 3px 5px 10px;
	border-radius: 5px 0 0 5px;
	line-height: 1.3
}

.quform .quform-labels-left.quform-element-wrap .quform-input-wrap {
	padding-left: 0 !important
}

.quform .quform-labels-left select,
.quform .quform-field-date,
.quform .quform-field-time,
.quform .quform-labels-left .quform-field-text {
	border-radius: 0 5px 5px 0
}

.quform-labels-left>.quform-spacer>.quform-inner {
	padding-left: 0 !important
}

.quform-element-column .quform-submit,
.quform-element-column .quform-element-submit>div {
	width: 100%
}

.quform-submit {
	padding: 0 30px !important
}

.quform-3 {
	padding-bottom: 20px !important
}

.quform-6 .quform-element-6_14 {
	margin: 0
}

.quform-inner-captcha {
	position: relative
}

.quform-captcha-image {
	height: 33px;
	position: absolute;
	top: 0.17em;
	right: 2px;
	overflow: hidden;
	border-radius: 0 5px 5px 0
}

.politika-konf {
	font-size: 12px;
	line-height: 15px;
	display: inline-block;
	margin-top: -3px;
	vertical-align: top
}

.quform-input-date .k-datepicker,
.quform-input-time .k-timepicker,
.quform .quform-element-date .k-picker-wrap.k-state-default,
.quform .quform-element-time .k-picker-wrap.k-state-default {
	height: 38px
}

.home main {
	overflow: hidden;
	padding-top: 0
}

.breadcrumbs {
	color: grey
}

.textwidget p {
	padding-bottom: 17px;
	text-align: justify
}

.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.widget-title,
.page-header .entry-title {
	color: #0c7fa3;
	padding-bottom: 20px;
	line-height: 1.2
}

.textwidget h1,
.page-header .entry-title {
	font-size: 20px
}

.textwidget h2 {
	font-size: 19px
}

.textwidget h3,
.widget-title {
	font-size: 18px
}

.textwidget h4 {
	font-size: 15px
}

.textwidget h5 {
	font-size: 12px
}

.textwidget ul,
.textwidget ol {
	padding: 0 0 15px 35px
}

.textwidget ul li,
.textwidget ol li {
	margin-bottom: 10px
}

.textwidget .alignleft {
	float: left;
	margin: 5px 30px 1px 0px
}

.textwidget .alignright {
	float: right;
	margin: 5px 0 1px 30px
}

.textwidget .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.textwidget table {
	margin-bottom: 20px
}

.textwidget hr {
	border-bottom: 1px solid #b9b9b9;
	margin-bottom: 20px
}

.textwidget img {
	max-width: 100%;
	height: auto
}

.textwidget blockquote {
	padding: 12px 15px;
	border-left: 5px solid #0c7fa3;
	background: #e1eff3;
	color: #0c7fa3;
	margin-bottom: 20px
}

.textwidget blockquote p:last-of-type {
	padding-bottom: 0px
}

.textwidget ol {
	margin-bottom: 20px;
	background: #f0f0f0;
	padding: 20px 20px 10px 50px
}

.stati .sow-carousel-previous,
.stati .sow-carousel-next {
	display: none !important
}

.stati .sow-carousel-wrapper ul.sow-carousel-items {
	width: auto;
	margin: 0 -10px
}

.stati .sow-carousel-wrapper ul.sow-carousel-items .sow-carousel-item {
	width: 25% !important;
	margin: 0;
	padding: 0 10px
}

.stati .sow-carousel-thumbnail * {
	width: 100% !important
}

.stati .sow-carousel-thumbnail a {
	background-size: cover !important
}

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

.table-row {
	display: table-row
}

.table-cell {
	display: table-cell
}

.block-list img {
	max-width: 400px
}

.usluga-cena h4 {
	font-size: 20px;
	font-weight: normal;
	color: #000
}

.usluga-cena h4:after {
	content: "";
	width: 100px;
	margin-top: 2px;
	border-bottom: 1px solid #2c82c9;
	display: block
}

.usluga-cena p {
	padding-bottom: 10px;
	border-bottom: 1px solid #b9b9b9;
	margin-bottom: 10px
}

.usluga-cena p:last-of-type {
	border: 0
}

.usluga-cena p strong {
	margin-right: 80px
}

.specialist img {
	width: 200px;
	height: 200px;
	object-fit: cover
}

.specialist p {
	padding-bottom: 8px
}

.specialist * {
	text-align: left !important
}

.preim {
	align-items: center !important
}

.preim p {
	padding: 20px 30px;
	background-color: #f8f8f8;
	border-bottom: 2px solid #fff;
	font-weight: bold;
	display: flex;
	align-items: center
}

.preim p:before {
	content: "";
	width: 30px;
	height: 30px;
	margin-right: 10px;
	display: inline-block;
	background-size: cover !important
}

.preim.green p:before {
	background: url(/wp-content/themes/theme/img/check-green.png)
}

.preim.green p strong {
	color: #04bab5
}

.preim.blue p:before {
	background: url(/wp-content/themes/theme/img/check-blue.png)
}

.preim.blue p strong {
	color: #2c82c9
}

.preim.red p:before {
	background: url(/wp-content/themes/theme/img/check-red.png)
}

.preim.red p strong {
	color: #e14938
}

.best-deals .sow-features-feature:nth-child(1) .sow-icon-image {
	border-color: #c11d24 !important
}

.best-deals .sow-features-feature:nth-child(1) .sow-more-text a {
	color: #c11d24 !important
}

.best-deals .sow-features-feature:nth-child(2) .sow-icon-image {
	border-color: #a42a80 !important
}

.best-deals .sow-features-feature:nth-child(2) .sow-more-text a {
	color: #a42a80 !important
}

.best-deals .sow-features-feature:nth-child(3) .sow-icon-image {
	border-color: #0c7fa3 !important
}

.best-deals .sow-features-feature:nth-child(3) .sow-more-text a {
	color: #0c7fa3 !important
}

.best-deals .sow-features-feature:nth-child(4) .sow-icon-image {
	border-color: #fb7523 !important
}

.best-deals .sow-features-feature:nth-child(4) .sow-more-text a {
	color: #fb7523 !important
}

.best-deals .sow-features-feature:nth-child(5) .sow-icon-image {
	border-color: #04bab5 !important
}

.best-deals .sow-features-feature:nth-child(5) .sow-more-text a {
	color: #04bab5 !important
}

.best-deals .sow-features-feature a:hover .sow-icon-image {
	border-color: #0c7fa3 !important
}

.widget_true_top_widget .show-all {
	text-transform: none;
	color: #0c7fa3;
	font-size: 14px;
	font-weight: normal;
	background: #fff;
	margin: 0 0 0 15px
}

.widget_true_top_widget .excerpt-cont {
	padding-bottom: 17px;
	text-align: center
}

.widget_true_top_widget .excerpt-cont a {
	text-decoration: none
}

.widget_true_top_widget .excerpt-cont a:hover {
	text-decoration: underline
}

.widget_true_top_widget .thumbnail-images a {
	border-radius: 0;
	border: 0 !important;
	padding: 0;
	border-radius: 0
}

.widget_true_top_widget .thumbnail-images a img {
	height: 196px !important;
	border: solid 3px transparent;
	transition: all .5s;
	border-radius: 0
}

.widget_true_top_widget .thumbnail-images a:hover img {
	border: 3px solid #0c7fa3
}

.page-id-23 .entry-content p {
	padding-bottom: 6px
}

.page-id-23 .entry-content h2 {
	padding-bottom: 12px
}

.sertificat p {
	text-align: left
}

.sertificat .panel-grid-cell:first-child .panel-widget-style {
	border-radius: 50%;
	border-width: 5px !important;
	overflow: hidden;
	margin: 20px 0 30px 20px
}

.sertificat .panel-grid-cell:first-child .panel-widget-style img {
	border-radius: 50%
}

.sertificat .panel-grid-cell:nth-child(2) {
	position: relative;
	padding-bottom: 70px
}

.sertificat .panel-grid-cell:nth-child(2)>div h2 {
	font-size: 20px;
	color: #000444;
	display: block;
	padding: 20px 0 10px 0;
	margin: 10px 0 10px 0
}

.sertificat .panel-grid-cell:nth-child(2)>div h4 {
	font-size: 41px;
	line-height: 43px;
	color: #000444;
	text-align: left
}

.sertificat .panel-grid-cell:last-child>div {
	padding: 30px 20px 70px 20px;
	position: relative
}

.sertificat .panel-grid-cell:last-child>div h2 {
	font-size: 20px;
	font-weight: bold;
	color: #000
}

.sertificat .panel-grid-cell:last-child>div ul {
	padding: 0 0 0 20px;
	font-size: 12px
}

.sertificat .panel-grid-cell:last-child>div ul li {
	margin-bottom: 6px
}

.sertificat .panel-grid-cell:last-child>div .panel-last-child {
	position: absolute;
	bottom: 30px;
	left: 20px;
	right: 20px
}

.sertificat .panel-grid-cell:last-child>div .so-widget-sow-button {
	font-weight: bold
}

.sertificat-buy {
	background: #fff url(/wp-content/themes/theme/img/calendar.png) 15px 10px no-repeat;
	padding: 10px 20px 10px 30px;
	;
	border-radius: 20px;
	margin-bottom: 30px;
	line-height: 22px;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0
}

.sertificat-buy div {
	float: left;
	margin: 0 0 0 15px
}

.sertificat-buy div span {
	font-weight: bold
}

.sertificat-benefit .block {
	float: left
}

.sertificat-benefit {
	margin-top: 10px
		/*margin-bottom:30px*/
}

.sertificat-benefit .block:first-child {
	margin-right: 20px
}

.sertificat-benefit .block div {
	padding: 5px 7px;
	width: 120px;
	height: 44px;
	float: left;
	display: flex;
	align-items: center
}

.sertificat-benefit .block div:first-child {
	background: #fff
}

.sertificat-benefit .block div:first-child span {
	font-weight: bold
}

.sertificat-benefit .block div:last-child {
	color: #fff
}

.sertificat-benefit .block div>p {
	padding-top: 5px;
	white-space: nowrap
}

.sertificat-benefit .block p span {
	font-size: 22px;
	font-weight: bold
}

.sertificat-button .quform-popup-link {
	border: 0 !important;
	color: #fff !important;
	font-weight: bold;
	padding: 1em 2em !important;
	border-radius: 1.5em;
	width: 100%;
	height: auto;
	line-height: 1.1 !important
}

.sertificat-button .quform-popup-link:hover {
	opacity: .8
}

.quform-2 form {
	max-width: 400px
}

p.oplata-text {
	line-height: 1
}

p.oplata-text img {
	margin: 10px 0 15px
}

.pod-sert {
	padding: 20px 17px 0 17px
}

.pod-sert div+div a,
.pod-sert div+div p {
	color: #c11d24
}

.pod-sert div+div p {
	padding-bottom: 10px
}

.pod-sert ul {
	font-size: 12px;
	padding-left: 15px
}

.pod-sert ul li {
	line-height: 1.3
}

.sow-features-list.sow-features-responsive {
	margin: 0 -10px
}

.sow-features-list.sow-features-responsive>div {
	padding: 0 10px !important
}

.sow-container-frame,
.sow-container-frame .sow-icon-image {
	width: 100% !important
}

.sow-container-frame .sow-icon-image {
	border: 5px solid #f0f0f0;
	transition: all .5s;
	background-size: cover !important
}

.sow-container-frame+.textwidget {
	border: 1px solid #e7e7e7;
	padding: 0 10px;
	width: 100%
}

.sow-container-frame+.textwidget h5 {
	padding: 0
}

.sow-container-frame+.textwidget h5 a {
	font-weight: normal
}

.sow-container-frame+.textwidget p {
	text-align: center;
	min-height: 120px
}

.sow-container-frame:before,
.sow-container-round:before {
	display: none
}

.sow-headline-container.text-center {
	text-align: center
}

.sow-headline-container.text-left .sow-headline {
	padding-left: 0 !important
}

.sow-headline-container.text-right .sow-headline {
	padding-right: 0 !important
}

.sow-headline-container,
.widget_sow-headline {
	position: relative
}

.page-header {
	position: relative
}

.page-header {
	text-align: center
}

.widget_sow-headline {
	text-align: center
}

.so-widget-lsow-carousel h3.widget-title,
.so-widget-lsow-posts-carousel h3.widget-title,
.specialist-title-cont h3,
.widget_media_video h3.widget-title,
.widget_custom_html h3.widget-title {
	text-align: center !important;
	justify-content: center !important;
	font-family: Montserrat, sans-serif;
	font-size: 20px;
	font-weight: 700;
}

.sow-headline-container.style-inset .decoration,
.widget_sow-headline .decoration,
.page-header .decoration {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.sow-headline-container.style-inset .decoration .decoration-inside,
.widget_sow-headline .decoration .decoration-inside,
.page-header .decoration .decoration-inside {
	background: url(/wp-content/themes/theme/img/title-bg.png) left center repeat-x;
	border: 0 !important;
	height: 100% !important
}

.widget_sow-headline .sow-headline,
.sow-headline-container .sow-headline,
.page-header .entry-title {
	display: inline-block;
	padding: 0 15px 0 !important;
	position: relative;
	z-index: 1;
	background: #fff
}

.sow-features-feature .sow-more-text {
	text-align: center
}

.sow-container-round .sow-icon-image {
	border-radius: 50%;
	border: solid 2px #efefef;
	overflow: hidden;
	transition: all .3s
}

.sow-container-round .sow-icon-image img {
	min-width: 100%;
	height: auto
}

.sow-features-feature:hover .sow-icon-image {
	border: solid 2px #0c7fa3
}

.page-header {
	margin: 0 0 30px;
	text-transform: uppercase;
	z-index: 0
}

.widget_sow-headline {
	margin: 0 0 30px;
	text-transform: uppercase;
	z-index: 0
}

.sow-carousel-item h3 a {
	color: #0c7fa3 !important
}

.sow-carousel-item h3 a:hover {
	text-decoration: underline !important
}

.archive article {
	padding-top: 20px;
	margin-bottom: 20px
}

.thumbnail-images {
	text-align: center;
	width: 100%;
	position: relative
}

.thumbnail-images a,
.thumbnail-image span {
	overflow: hidden;
	display: inline-block;
	border-radius: 50%;
	border: solid 2px #efefef;
	transition: all .3s;
	vertical-align: top;
	padding: 10px
}

.thumbnail-images img {
	height: 190px;
	width: auto;
	max-width: 100%;
	vertical-align: middle;
	border-radius: 50%
}

.thumbnail-image img {
	height: 160px;
	width: auto;
	max-width: 100%;
	vertical-align: middle;
	border-radius: 50%
}

.thumbnail-images a:hover,
.thumbnail-image span:hover {
	border: solid 2px #0c7fa3
}

.our-team .thumbnail-image img {
	height: auto
}

.our-team .excerpt-cont>h4 {
	color: #0c7fa3;
	font-size: 32px;
	line-height: 1;
	margin-bottom: 10px
}

.our-team .btn {
	padding-left: 25px !important;
	padding-right: 25px !important
}

.our-team .excerpt-cont input.btn {
	margin-right: 15px
}

.our-team .cpec_block_obr {
	display: none;
	margin-bottom: 30px
}

.our-team .cpec_block_practic {
	font-size: 20px;
	font-weight: 600;
	padding: 0;
	margin: 0;
	padding: 5px 30px 0 0;
	display: inline-block
}

.our-team .cpec_block_practic>span {
	display: inline-block;
	color: #fff;
	text-align: center;
	font-size: 20px;
	width: 55px;
	height: 23px;
	line-height: 23.5px;
	padding: 20px 0 29px;
	background: url(/wp-content/themes/theme/img/medal-2.png) no-repeat center;
	background-size: 100%;
	box-sizing: content-box;
	text-align: center
}

.our-team .cpec_block_quote {
	height: 130px;
	overflow: hidden;
	position: relative;
	transition: 0.5s;
	transition-property: height;
	margin-bottom: 15px
}

.our-team .cpec_block_quote_grad {
	height: 60px;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 90%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 90%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 90%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0)
}

.our-team .cpec_block_servs {
	margin-top: 20px;
	display: none
}

.our-team .cpec_block_servs span {
	float: left;
	margin-right: 10px
}

.our-team .thumbnail-image .quform-popup-link {
	font-size: 12px;
	padding-left: 20px !important;
	padding-right: 20px !important;
	width: 100%;
	margin: 10px 0 !important
}

.our-team .thumbnail-image p {
	font-size: 12px;
	margin-top: 5px;
	text-align: center
}

.our-team .cont-100 {
	margin-top: 20px
}

.post-type-archive-our-team .row {
	overflow: hidden;
	height: auto !important
}

.post-type-archive-our-team .row article {
	margin-bottom: 30px;
	background: #fff;
	position: unset !important
}

.post-type-archive-our-team .row article:last-child {
	margin-bottom: 50px
}

.post-type-archive-our-team .row article:last-child .cont-100 {
	display: none
}

.filters-select,
.services-cat-block select {
	border: 1px solid #0c7fa3 !important;
	border-radius: 5px;
	padding: 10px;
	color: #000 !important;
	margin: -10px 15px 30px 0
}

.services-cat-block select:focus {
	border: 1px solid #0c7fa3 !important
}

.services-cat-block p {
	margin-bottom: 15px;
	font-weight: bold;
	color: #0c7fa3
}

.excerpt-cont {
	margin-top: 15px
}

.excerpt-cont h3 {
	font-weight: normal
}

.excerpt-cont h3 a {
	text-decoration: none
}

.excerpt-cont h3 a:hover {
	text-decoration: underline
}

.excerpt-cont .info {
	font-size: 12px;
	color: #929292;
	margin: 5px 0;
	display: inline-block
}

.excerpt-cont .info a {
	margin-right: 5px;
	color: #929292
}

.excerpt-cont p {
	margin-bottom: 10px
}

.archive article .sticky {
	padding: 10px;
	border: 1px solid rgba(21, 126, 164, 0.2);
	background: rgba(21, 126, 164, 0.08);
	border-radius: 3px
}

.archive article .sticky h3 {
	height: 40px;
	overflow: hidden
}

.archive article .sticky p {
	height: 80px;
	overflow: hidden
}

.archive article .sticky .thumbnail-images:before {
	content: "Популярное";
	display: inline-block;
	padding: 0 8px;
	border: 1px solid #bd3829;
	background: #e14938;
	color: #fff;
	font-size: 12px;
	border-radius: 3px;
	position: absolute;
	right: 0;
	top: 0
}

.termses {
	margin-bottom: 25px
}

.termses a {
	display: inline-block;
	padding: 7px 22px;
	margin: 0 10px 15px 0;
	text-decoration: none;
	border-radius: 25px;
	transition: all .3s;
	background: #f1f1f1;
	color: #000
}

.termses a:hover,
.termses .act-stati {
	background: #0c7fa3;
	color: #fff
}

.single #main .info {
	color: #929292;
	margin: 0 0 30px;
	display: inline-block
}

.single #main .info a {
	color: #929292;
	display: inline-block;
	margin-right: 7px
}

.post-type-archive-info-stati #pg-w5b0c64de87702-0,
.tax-info-stati-cat #pg-w5b0c64de87702-0 {
	display: none !important
}

.post-type-archive-news .thumbnail-images a {
	border-radius: 0;
	padding: 0;
	border: 0
}

.post-type-archive-news .thumbnail-images a img {
	height: 252px;
	object-fit: cover;
	border-radius: 0;
	border: 0
}

nav.pagination {
	margin: 0 0 40px;
	text-align: center;
	padding: 5px 0;
	clear: both
}

.otzivi .excerpt-cont {
	position: relative;
	margin-top: 0
}

.otzivi .excerpt-cont .info {
	position: absolute;
	top: 0;
	right: 15px;
	margin: 0;
	color: #000;
	font-size: 14px
}

.otzivi .excerpt-cont blockquote {
	display: inherit;
	background: #0c7fa3 !important;
	font-size: 14px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	padding: 0px 12px;
	border-radius: 25px;
	margin: 10px 0 0 0 !important
}

.otzivi .excerpt-cont blockquote:before {
	content: "";
	float: left;
	width: 25px;
	height: 25px;
	margin: 0 10px 0 0;
	line-height: 40px;
	background: transparent url(/wp-content/themes/theme/img/otz_left.png) center center no-repeat
}

.otzivi .excerpt-cont blockquote:after {
	content: "";
	float: right;
	width: 25px;
	height: 25px;
	margin: 14px 0px 0 10px;
	line-height: 40px;
	background: transparent url(/wp-content/themes/theme/img/otz_right.png) center center no-repeat
}

.otzivi .excerpt-cont .excerpt {
	margin-top: 10px
}

.otzivi .excerpt-cont .excerpt p:nth-child(1)>strong,
.otzivi .excerpt-cont .excerpt p:nth-child(2)>strong {
	color: #04bab5
}

.otzivi .excerpt-cont .excerpt p:nth-child(1)>strong span:after,
.otzivi .excerpt-cont .excerpt p:nth-child(2)>strong span:after {
	content: ',';
	display: inline-block
}

.otzivi .excerpt-cont .excerpt p:nth-child(1)>strong span:last-child:after,
.otzivi .excerpt-cont .excerpt p:nth-child(2)>strong span:last-child:after {
	content: '';
	display: inline-block
}

.otzivi .excerpt-cont .excerpt p:nth-child(3) {
	margin-bottom: 30px
}

.otzivi .excerpt-cont .excerpt p:nth-child(3)>strong span {
	display: none
}

.otzivi .excerpt-cont .excerpt p:nth-child(3)>strong span:first-child {
	display: block
}

.terms-otzivi {
	padding: 15px 0 45px
}

.terms-otzivi>span {
	line-height: 26px;
	padding-left: 60px;
	position: relative
}

.terms-otzivi>span:first-child {
	padding-left: 20px
}

.terms-otzivi>span a,
.terms-otzivi>span p {
	font-size: 22px !important;
	font-weight: normal !important;
	text-decoration: none !important
}

.terms-otzivi>span a:hover,
.terms-otzivi>span p:hover {
	border-bottom: 0 !important
}

.terms-otzivi .vse a,
.terms-otzivi .vse p {
	color: #0c7fa3;
	border-bottom: 1px dashed #0c7fa3 !important
}



/* .page-id-1004 .terms-otzivi .obertyvanija:after { */
/* content: ''; */
/* display: inline-block; */
/* margin-left: 10px; */
/* width: 33px; */
/* height: 32px; */
/* background: url(/wp-content/themes/theme/img/obert.png) no-repeat center center; */
/* top: -5px; */
/* bottom: 0; */
/* right: unset !important */
/* } */

.massazh-filtr {
	padding: 0 0 10px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media screen and (max-width:1050px) {
	.massazh-filtr {
		justify-content: center;
	}
}

.massazh-filtr>span {
	padding: 0 !important;
	width: 30%;
	width: 20%;
	text-align: center;
	display: inline-block;
	margin-right: -4px;
	margin-bottom: 80px !important
}

@media screen and (max-width: 1160px) {
	.massazh-filtr>span {
		width: 18%;
	}
}
@media screen and (max-width: 1050px) {
	.massazh-filtr>span {
		width: 30%;
	}
}
.massazh-filtr>span.lechebnye a,
.massazh-filtr>span.lechebnye p {
	margin-left: -118px
}

.massazh-filtr>span.rasslabljajushhie a,
.massazh-filtr>span.rasslabljajushhie p {
	margin-left: -51px
}

.massazh-filtr>span.korrekcionnye a,
.massazh-filtr>span.korrekcionnye p {
	margin-left: -57px
}

.massazh-filtr>span.obertyvanija a,
.massazh-filtr>span.obertyvanija p {
	margin-left: -66px
}

.massazh-filtr>span.massazh-litsa a,
.massazh-filtr>span.massazh-litsa p {
	margin-left: -66px
}

.massazh-filtr>span.lechebnye:after,
.massazh-filtr>span.rasslabljajushhie:after,
.massazh-filtr>span.korrekcionnye:after {
	position: absolute;
	top: -5px
}

.massazh-filtr span .sod_select {
	position: absolute !important;
	left: 0;
	right: 0;
	top: 25px;
	width: 220px !important;
	margin: 10px auto 0;
	padding: 5px
}

@media screen and (max-width: 1160px) {
	.massazh-filtr span .sod_select {
		width: 190px !important;
		margin: 10px 10px 0;
	}
}
@media screen and (max-width: 1050px) {
	.massazh-filtr span .sod_select {
		width: 90% !important;
		margin: 10px 10px 0;
	}
}

.massazh-filtr .obertyvanija:after {
	right: 0 !important
}

.massazh-filtr .massazh-litsa:after {
	right: 0 !important
}

.filters.massazh-filtr.terms-otzivi {}



.filters.massazh-filtr.terms-otzivi>span p {
	display: inline-block;
	border-bottom: none !important
}

.posrel {
	position: relative
}

.searched {
	position: absolute;
	right: 0;
	top: -6px;
	width: 100%;
	max-width: 220px
}

.searched input {
	border: none;
	padding: 10px 10px;
	border-radius: 5px;
	width: 100%;
	height: 32px;
	line-height: 32px;
	outline-style: none !important;
	border: 1px solid #2c82c9
}

.searched button {
	position: absolute;
	font-size: 17px;
	border: 0;
	background: none;
	color: #0c7fa3;
	top: 7px;
	right: 10px;
	cursor: pointer
}

.search-content .excerpt-cont {
	margin: 0 !important;
	padding: 0 0 50px !important
}

.search-content h2 {
	margin-bottom: 15px;
	text-align: left !important
}

.search-content .excerpt-cont {
	margin: 0 !important;
	width: 100% !important;
	text-align: left !important
}

.search-content .excerpt-cont span {
	display: block;
	margin-bottom: 10px
}

.search-content .type-actions>div {
	min-height: 100% !important
}

.search-ol {
	margin-left: 30px
}

.type-actions>div {
	min-height: 210px
}

.type-actions h4 {
	font-size: 18px;
	margin-bottom: 15px
}

.type-actions h4 a {
	text-decoration: none
}

.type-actions h4 a:hover {
	text-decoration: underline
}

.type-actions .excerpt-cont .btn {
	margin: 15px 0 25px !important
}

.type-actions .action-btn {
	text-align: right
}

article>div>span.cont-100,
.decor-cont {
	display: block
}

article>div>span.cont-100 .decor,
.decor-cont .decor {
	content: "";
	background: url(/wp-content/themes/theme/img/title-bg.png) left center repeat-x;
	height: 25px;
	width: 100%;
	display: block
}

.med-line {
	background: #DAECF1;
	text-align: center;
	padding: 8px 0;
	border-radius: 25px;
	margin-top: 20px
}

.med-cal {
	height: 23px;
	line-height: 27px;
	padding-left: 30px;
	background: url(/wp-content/themes/theme/img/calendar.png) left center no-repeat;
	font-size: large;
	font-weight: bold;
	margin: 15px 0
}

.med-descr {
	margin-bottom: 15px
}

.time-price {
	max-width: 470px;
	margin-bottom: 15px
}

.time-price .table-cell {
	border: 1px solid #efefef;
	padding: 10px 10px;
	text-align: center;
	table-layout: fixed;
	vertical-align: middle
}

.time-price .icons .table-cell {
	vertical-align: top
}

.time-price .table-cell .two-price {
	display: flex;
	justify-content: center;
	margin: 0 -5px
}

.time-price .table-cell .two-price>span,
.time-price .table-cell .two-price>strong {
	width: 50%;
	padding: 0 5px
}

.massazh-table.time-price .table-cell .two-price>span {
	width: 33.3333%;
	padding: 0 5px
}

.massazh-table.time-price .table-cell .two-price>strong {
	padding: 0 5px
}

.time-price .table-cell .two-price strong {
	font-size: 13px
}

.time-price .table-cell .two-price>span {
	color: #04b07b
}

.time-price .table-cell .two-price>span:last-child {
	color: #04b07b;
	color: #000
}

.time-price .icons .table-cell {
	background: #fff
}

.time-price .icons .table-cell strong {
	display: block;
	margin-top: 10px;
	font-size: 13px
}

.time-price .icons .table-cell:before {
	content: '';
	display: inline-block;
	width: 41px;
	height: 41px
}

.time-price .icons .table-cell:nth-child(1):before {
	background: url(/wp-content/themes/theme/img/time.svg) center no-repeat
}

.time-price .icons .table-cell:nth-child(2):before {
	background: url(/wp-content/themes/theme/img/users.svg) center no-repeat
}

.time-price .icons .table-cell:nth-child(3):before {
	background: url(/wp-content/themes/theme/img/user.svg) center no-repeat
}

.time-price .result .table-cell strong {
	font-size: 24px;
	line-height: 20px
}

.time-price .result .table-cell:nth-child(1)>span {
	display: inline-block;
	width: 63px;
	height: 63px;
	border-radius: 50%;
	background: #0c7fa3;
	color: #fff;
	padding-top: 14px
}

.time-price .result .table-cell>span span {
	display: inline-block;
	position: relative;
	top: -5px
}

.time-price .result .table-cell:nth-child(2)>span,
.time-price .result .table-cell:nth-child(3)>span {
	display: inline-block;
	padding-top: 10px
}

.time-price .result .table-cell:nth-child(2)>span span,
.time-price .result .table-cell:nth-child(3)>span span {
	font-size: 15px
}

.time-price .result .table-cell:nth-child(3) strong {
	font-weight: bold
}

.time-price .result .table-cell .frees {
	width: 100% !important;
	color: #04b07b !important;
	text-align: center;
	display: block;
	float: none
}

.time-price .result .table-cell .frees strong {
	text-decoration: none !important
}

.archive .time-price {
	max-width: 100%
}

.archive .time-price .table-cell {
	padding: 10px
}

.archive .time-price .icons .table-cell:before {
	display: none
}

.archive .time-price .icons .table-cell strong {
	margin: 0;
	font-size: 12px
}

.archive .time-price .result .table-cell strong {
	font-size: 18px
}

.archive .time-price .result .table-cell:nth-child(1)>span {
	width: 50px;
	height: 50px;
	padding-top: 9px
}

.archive .time-price .result .table-cell>span span {
	font-size: 12px !important;
	top: -3px;
	vertical-align: top;
	line-height: 1
}

.kursy .excerpt-cont .med-descr p.med-cal {
	margin-top: 0
}

.single-services .time-price {
	max-width: 100%
}

.single-services .price-caption {
	font-size: 18px;
	font-weight: bold;
	margin: -4px 0 21px
}

.single-services .price-caption span {
	font-size: 16px;
	color: #04b07b;
	border-bottom: 2px solid #04b07b;
	font-weight: normal;
	padding-bottom: 2px
}

.single-services .price-caption strong {
	font-size: 24px
}

.single-services .time-price .icons .table-cell:nth-child(2):before {
	background: url(/wp-content/themes/theme/img/wallet.svg) center no-repeat
}

.single-services .time-price .icons .table-cell:nth-child(3):before {
	background: url(/wp-content/themes/theme/img/house.svg) center no-repeat
}

.single-services .time-price .result .table-cell:nth-child(2)>span:first-child {
	color: #000
}

.single-services .time-price .result .table-cell:nth-child(2)>span:first-child strong {
	font-weight: normal
}

.single-services .time-price .result .table-cell:nth-child(2).two-price span:first-child strong,
.single-services .time-price .result .table-cell:nth-child(2).two-price span:nth-child(2) strong {
	font-weight: normal
}

.single-services .two-price>strong:first-child,
.single-services .two-price>span:first-child {
	float: left
}

.single-services .two-price>strong:last-child,
.single-services .two-price>span:last-child {
	float: right
}

.single-services .time-price .table-caption {
	font-weight: bold;
	margin: -10px 0 10px
}

.action-btn-text {
	text-align: center;
	color: #00bbb6;
	font-weight: bold;
	padding-top: 10px;
	display: block
}

.single-services .post-title,
.single-kursy .post-title {
	text-align: left;
	margin-bottom: 5px
}

.single-services .post-title .entry-title,
.single-kursy .post-title .entry-title {
	font-size: 30px;
	font-weight: normal;
	color: #000;
	padding-left: 0 !important
}

.bignum {
	display: block;
	width: 50px;
	margin: 0 auto;
	padding: 13px 0 0 0;
	font-size: 15px;
	font-weight: bold;
	line-height: 14px;
	text-align: center
}

.rubl .bignum {
	font-size: 20px;
	line-height: 20px;
	padding: 8px 0 0 0
}

.filter_domcab {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	min-height: 40px;
	background: #f1f1f1;
	border-radius: 25px;
	text-align: center;
	overflow: hidden;
	font-size: 11px
}

.filter_domcab div {
	padding: 10px;
	min-width: 50%;
	line-height: 1
}

.times {
	display: block;
	margin: 10px 0 15px 0;
	font-size: 13px;
	overflow: hidden;
	clear: both
}

.times-block-top .text-center {
	width: 215px;
	text-align: center;
	display: inline-block;
	float: right
}

.times-block-top .text-center p {
	display: block;
	position: relative;
	top: -3px;
	margin-bottom: 0
}

.times-block {
	display: flex;
	justify-content: center;
	width: 200px
}

.mins {
	width: 50px;
	height: 50px;
	margin: 0 20px 0 0;
	background: #0c7fa3;
	border-radius: 25px;
	text-align: center;
	color: #fff;
	line-height: 14px;
	float: left;
	font-size: 12px
}

.mins.slozhn {
	font-size: 8px
}

.mins2 {
	width: 50px;
	height: 50px;
	margin: 0 20px 10px 0;
	border-radius: 25px;
	text-align: center;
	color: #444444;
	line-height: 14px;
	float: left;
	font-size: 12px
}

.mins2greenbg {
	width: 50px;
	height: 50px;
	margin: -4px 20px 0 0;
	background: #000;
	border-radius: 25px;
	text-align: center;
	color: #fff;
	line-height: 14px;
	float: left;
	font-size: 12px;
	text-decoration: none
}

.mins2greenbg.checki {
	background: #fff;
	width: 48px;
	height: 48px;
	border: 2px solid #000;
	font-size: 28px;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center
}

.mins2greenbg.checki svg {
	margin-top: -3px
}

.table-cell .mins {
	width: 63px;
	height: 63px;
	background: none;
	margin: 0;
	float: none;
	line-height: 5px;
	font-size: 13px
}

.table-cell .mins.slozhn {
	font-size: 9px
}

.table-cell .mins span {
	width: 63px;
	font-size: 18px;
	line-height: 20px;
	white-space: nowrap;
	padding-top: 7px
}

.rubl {
	width: 98px;
	height: 50px;
	text-align: center;
	line-height: 14px;
	float: left
}

.rubl.has-rubl1 {
	color: #0c7fa3;
}

.rubl1 {
	color: #0c7fa3;
	color: #000;
	border-radius: 25px
}

.two-price-none .rubl2 {
	display: none
}

.rubl.free,
.rubl.free .bignum {
	width: 100%;
	line-height: 35px
}

.rubl-green {
	color: #00bbb6
}

.kursy-cab {
	width: 50%
}

.table-cell.pl.table-na-domu>span {
	display: inline-block;
	width: 63px;
	height: 63px;
	border-radius: 50%;
	background: #000;
	color: #fff;
	padding-top: 0
}

.table-cell.pl.table-na-domu>span .mins span {
	line-height: 15px;
	padding-top: 17px
}

.table-cell.gl.table-na-domu .two-price {
	justify-content: normal
}

.table-cell.gl.table-na-domu .two-price strong {
	font-size: 24px;
	padding-top: 10px;
	color: #000
}

.table-cell.gl.table-na-domu .two-price span {
	color: #000
}

.two-price-dopk {
	position: relative;
	padding-top: 42px !important
}

.two-price-dopk .text-center {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 5px;
	border-bottom: 1px solid #efefef;
	font-weight: bold;
	font-size: 13px
}

.table-cell .dop-time .mins {
	width: auto;
	height: auto;
	color: #000;
	font-size: 17px;
	padding-bottom: 10px
}

.table-cell .dop-time .mins span {
	width: auto;
	display: inline-block;
	margin-right: 5px;
	font-size: 17px;
	padding-top: 0
}

.massazh-for-family {
	max-width: 1040px;
	margin: 0 auto 50px;
	display: flex
}

.massazh-for-family-block {
	width: 33%;
	text-align: center;
	margin-top: 30px
}

.massazh-for-family-block .btn {
	background: #fff;
	border: 2px solid #00bbb6 !important;
	color: #000 !important;
	line-height: 46px !important;
	text-align: left;
	padding: 0 30px !important;
	width: 240px;
	position: relative
}

.massazh-for-family-block .btn.btn-drop-act {
	background: #00bbb6;
	font-weight: bold;
	color: #fff !important
}

.massazh-for-family-block .btn:after {
	content: "\f078";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	right: 30px;
	top: 16px
}

.massazh-for-family-block .btn.btn-drop-act:after {
	content: "\f077"
}

.massazh-for-family-img {
	border-left: 1px solid #efefef;
	margin-bottom: 30px
}

.massazh-for-family-block:first-child .massazh-for-family-img {
	border: 0
}

.massazh-for-family-hide {
	position: relative;
	max-width: 935px;
	margin: 0 auto;
	top: -20px
}

.massazh-for-family-hide .mffm {
	display: none;
	position: absolute;
	z-index: 3;
	background: #fff;
	width: 100%;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 45px 30px 30px
}

.massazh-for-family-hide .mffm .menu {
	position: relative
}

.massazh-for-family-hide .mffm li {
	list-style: none;
	float: left
}

.massazh-for-family-hide .tabhead>a {
	font-size: 18px;
	font-weight: bold;
	color: #0c7fa3;
	text-decoration: none;
	padding: 12px 18px;
	background: #fff;
	opacity: .5;
	margin-right: 10px;
	cursor: pointer;
	border: 1px solid transparent
}

.massazh-for-family-hide .tabhead.tab-act>a {
	border: 1px solid #e9e9e9;
	border-bottom: 1px solid transparent;
	position: relative;
	z-index: 1;
	opacity: 1
}

.massazh-for-family-hide>div>ul>li .sub-menu {
	background: #fff;
	width: 100%;
	display: none;
	border-top: 1px solid #e9e9e9;
	margin-top: 10px;
	overflow: hidden;
	/* position:absolute;left:0 */
}

.massazh-for-family-hide>div>ul>li:first-child .sub-menu {
	display: block
}

.massazh-for-family-hide>div>ul>li .sub-menu li {
	/* display:inline-block;width:33.3333%; */
	margin: 22px -4px 0 0;
	padding-left: 28px;
	position: relative;
	vertical-align: top;
	float: none
}

.massazh-for-family-hide>div>ul>li .sub-menu li:before {
	content: '';
	display: block;
	height: 4px;
	width: 4px;
	border: 5px solid #0c7fa3;
	position: absolute;
	left: 4px;
	top: 3px;
	border-radius: 100%;
	background: #fff
}

.massazh-for-family-hide>div>ul>li .sub-menu li a {
	font-size: 16px;
	color: #000
}

.massazh-for-family-hide .sub-menu-row {
	display: flex;
	position: absolute;
	left: 0;
}

.massazh-for-family-menu {
	border-top: 2px solid #efefef;
	width: 100%;
	padding: 55px 0 30px
}

.massazh-for-family-menu ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: -40px
}

.massazh-for-family-menu li {
	list-style: none;
	margin: 0.84em;
	margin-bottom: 40px
}

.massazh-for-family-menu li a {
	background: #fbfbfb;
	border: 1px solid #d1d5d8;
	padding: 16px 32px;
	border-radius: 25px;
	text-decoration: none;
	color: #000;
	transition: all .5s
}

.massazh-for-family-menu li a:hover {
	color: #fff;
	background: #00bbb6;
	border: 1px solid #00bbb6
}

.map-address {
	overflow: hidden
}

.page-id-1004 .cabinet,
.page-id-1085 .cabinet,
.term-massazh .cabinet,
.term-lechebnaja-fizkultura .cabinet {
	font-size: 0;
	width: 100%;
	display: flex
}

.page-id-1004 .disp-none-0:before,
.page-id-1085 .disp-none-0:before,
.term-massazh .disp-none-0:before,
.term-lechebnaja-fizkultura .disp-none-0:before {
	content: 'Цена';
	font-size: 12px;
	width: 50%;
	padding: 0 10px 0 5px;
	justify-content: center
}

.page-id-1004 .disp-none-0:after,
.page-id-1085 .disp-none-0:after,
.term-massazh .disp-none-0:after,
.term-lechebnaja-fizkultura .disp-none-0:after {
	content: 'С сайта';
	font-size: 12px;
	width: 50%;
	padding: 0 5px 0 10px;
	justify-content: center
}

.reab-banner {
	background: #f2f2f2;
	display: flex
}

.reab-banner>div {
	vertical-align: top
}

.reab-banner .reab-banner-text {
	width: 52%;
	padding: 38px 10px 35px 48px
}

.reab-banner .reab-banner-text h3 {
	color: #000;
	font-size: 30px;
	margin-bottom: 17px;
	padding: 0
}

.reab-banner .reab-banner-text p {
	font-size: 16px;
	text-align: left;
	margin-bottom: 20px;
	padding: 0
}

.reab-banner .reab-banner-text div {
	padding-bottom: 15px
}

.reab-banner .reab-banner-text>div>span {
	font-size: 16px;
	position: relative;
	padding-left: 25px;
	margin: 0 0 14px 0;
	display: block;
	min-width: 220px
}

.reab-banner .reab-banner-text>div>span:before {
	content: '';
	display: block;
	height: 5px;
	width: 5px;
	border: 6px solid #04bab5;
	position: absolute;
	left: 0;
	top: 2px;
	border-radius: 50%
}

.reab-banner .reab-banner-image {
	width: 48%
}

.reab-banner.two {
	background: #00698a;
	background: -moz-linear-gradient(top, #00698a 0%, #00bbb6 100%);
	background: -webkit-linear-gradient(top, #00698a 0%, #00bbb6 100%);
	background: linear-gradient(to bottom, #00698a 0%, #00bbb6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00698a', endColorstr='#00bbb6', GradientType=0);
	color: #fff;
	margin: 30px 0 10px
}

.reab-banner.two .reab-banner-cont {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	position: relative
}

.reab-banner.two .reab-banner-text {
	width: 40%;
	padding: 38px 10px 50px 0
}

.reab-banner.two .reab-banner-text h3 {
	color: #fff;
	font-size: 50px;
	margin-bottom: 30px
}

.reab-banner.two .reab-banner-text div {
	padding-bottom: 20px
}

.reab-banner.two .reab-banner-text>div>span {
	padding-left: 42px;
	margin: 0 0 17px;
	font-weight: bold
}

.reab-banner.two .reab-banner-text>div>span:before {
	height: 7px;
	width: 7px;
	border: 4px solid #c0f0ff;
	top: 3px
}

.reab-banner.two .reab-banner-text .quform-popup-link {
	background: #ffffff !important;
	color: #e37171 !important;
	font-weight: bold !important;
	border: 1px solid #e37171 !important;
	line-height: 45px !important
}

.reab-banner.two .reab-banner-text .quform-popup-link:hover {
	background: #e37171 !important;
	color: #ffffff !important
}

.reab-banner.two .reab-banner-image {
	width: 60%
}

.reab-banner.two .reab-banner-price {
	background: #fff;
	position: absolute;
	right: -14%;
	bottom: 50px;
	border-radius: 10px;
	padding: 30px;
	max-width: 320px
}

.reab-banner.two .reab-banner-price p {
	color: #2E474F;
	font-size: 13px;
	text-align: left;
	padding-bottom: 20px
}

.reab-banner.two .reab-banner-price span {
	color: #E37171;
	font-size: 50px;
	font-weight: bold;
	display: block;
	line-height: 1
}

.reab-banner.two .reab-banner-price small {
	font-size: 49px
}

.actionsm {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
	background: #fbfbfb
}

.actionsm.blue {
	box-shadow: none;
	background: #90b9d0;
	background: -moz-linear-gradient(left, #90b9d0 0%, #dbfdf9 100%);
	background: -webkit-linear-gradient(left, #90b9d0 0%, #dbfdf9 100%);
	background: linear-gradient(to right, #90b9d0 0%, #dbfdf9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#90b9d0', endColorstr='#dbfdf9', GradientType=1)
}

.actionsm .actionsm-block {
	padding: 40px 0 45px
}

.actionsm .actionsm-block h3 {
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
	color: #000;
	margin-bottom: 25px
}

.actionsm .actionsm-block h3 .btn {
	text-transform: none;
	font-size: 16px;
	height: 40px;
	line-height: 40px !important;
	position: relative;
	top: -5px;
	margin-left: 40px
}

.actionsm .actionsm-block .actionsm-cont {
	display: flex
}

.actionsm .actionsm-block .actionsm-block-one {
	padding: 0 30px 0 45px;
	text-align: center
}

.actionsm .actionsm-block .actionsm-block-one p {
	font-size: 14px;
	line-height: 1.6;
	padding-bottom: 18px
}

.actionsm .actionsm-block .actionsm-block-two {
	padding-top: 33px
}

.actionsm .actionsm-block .actionsm-block-two p {
	font-size: 16px;
	line-height: 1.9
}

.actionsm .actionsm-block .actionsm-block-two p a {
	color: #000
}

.actionsm .countdownHolder {
	width: 410px;
	margin: 0 auto;
	font: 40px/1.5 'Open Sans Condensed', sans-serif;
	text-align: center;
	letter-spacing: -3px;
	background: #0c7fa3;
	background: -moz-linear-gradient(left, #0c7fa3 0%, #1196bf 100%);
	background: -webkit-linear-gradient(left, #0c7fa3 0%, #1196bf 100%);
	background: linear-gradient(to right, #0c7fa3 0%, #1196bf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c7fa3', endColorstr='#1196bf', GradientType=1);
	border-radius: 13px;
	border: 5px solid #8bc1d2;
	padding: 10px 10px 5px 0
}

.actionsm.blue .countdownHolder {
	background: #0c7fa3;
	background: -moz-linear-gradient(right, #0c7fa3 0%, #1196bf 100%);
	background: -webkit-linear-gradient(right, #0c7fa3 0%, #1196bf 100%);
	background: linear-gradient(to left, #0c7fa3 0%, #1196bf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c7fa3', endColorstr='#1196bf', GradientType=1);
	border: 0;
	padding: 15px 15px 10px 5px
}

.actionsm .position {
	display: inline-block !important;
	height: 1.6em;
	top: -17px;
	position: relative;
	width: 28px;
	margin-right: -9px
}

.actionsm .digit {
	color: #fff;
	font: normal 41px 'Arial Black', 'Arial Bold', Gadget, sans-serif
}

.actionsm .digit.static {
	top: unset;
	opacity: 1
}

.actionsm .countDays,
.actionsm .countHours,
.actionsm .countMinutes,
.actionsm .countSeconds {
	position: relative
}

.actionsm .countDays:after {
	content: 'дней';
	display: block;
	color: #fff;
	font-size: 15px;
	letter-spacing: 1px;
	position: absolute;
	bottom: 2px;
	left: 10px
}

.actionsm .countHours:after {
	content: 'часов';
	display: block;
	color: #fff;
	font-size: 15px;
	letter-spacing: 1px;
	position: absolute;
	bottom: 2px;
	left: 7px
}

.actionsm .countMinutes:after {
	content: 'минут';
	display: block;
	color: #fff;
	font-size: 15px;
	letter-spacing: 1px;
	position: absolute;
	bottom: 2px;
	left: 5px
}

.actionsm .countSeconds:after {
	content: 'секунд';
	display: block;
	color: #fff;
	font-size: 15px;
	letter-spacing: 1px;
	position: absolute;
	bottom: 2px;
	left: 3px
}

.actionsm .countDiv {
	display: inline-block;
	width: 16px;
	height: 1.6em;
	position: relative;
	margin: 0 17px
}

.actionsm .countDiv:before,
.actionsm .countDiv:after {
	position: absolute;
	width: 9px;
	height: 8px;
	background-color: #fff;
	left: 50%;
	top: 0.47em;
	content: ''
}

.actionsm .countDiv:after {
	top: 0.85em
}

.services h4 {
	font-size: 18px;
	margin-top: -6px;
	margin-bottom: 25px
}

.services h4 a {
	color: #000;
	text-decoration: none;
	display: inline-block;
	border-bottom: 1px dashed #000
}

.services h4 a:hover {
	color: #000;
	border-bottom: 1px dashed transparent
}

.services h4 img {
	margin-bottom: -6px
}

.services .thumbnail-images {
	width: 215px;
	margin-bottom: 15px
}

.services .thumbnail-images img {
	height: 100%;
	min-height: 160px
}

.services .excerpt-cont {
	width: calc(100% - 390px);
	padding: 0;
	margin-top: 0
}

.services .excerpt-cont .cont-40 {
	/*padding:0 15px 0 0;*/
	padding: 0 25px 0 0
}

.services .excerpt-cont .cont-60 {
	padding: 0
}

.services .excerpt-cont .med-descr {
	font-size: 12px
}

.services .excerpt-cont .med-descr ul {
	padding-left: 15px
}

.services .action-btn {
	width: 175px
}

.services .action-btn .btn {
	width: 100%;
	padding: 12px !important;
	height: auto;
	line-height: unset !important
}

.services .action-btn img {
	margin-top: 10px
}

.services span.cont-100 {
	margin-top: 25px
}

.page-template .services span.cont-100,
.page-template-default .services span.cont-100 {
	margin-top: 15px;
	margin-bottom: 35px
}

.page-template article.services:last-child .cont-100 {
	display: none
}

.termses+.decor-cont {
	margin: -10px 0 40px
}

.post-type-archive-services .site-main {
	margin-top: 23px
}

.post-type-archive-services .widget_siteorigin-panels-postloop article.services:last-child .cont-100 {
	display: none !important
}

.povtorn {
	display: none
}

.cabinet.disp-none-1,
.cabinet.disp-none-2 {
	display: none
}

.services.price span.cont-100 {
	margin-top: 20px;
	margin-bottom: 20px
}

.page-template-default article.services.price:last-child .cont-100 {
	display: block
}

.services.price .action-btn {
	float: right
}

.services.price .action-btn>a {
	width: 100%;
	padding: 0 25px !important
}

.services.price h4 a {
	border: 0
}

.services.price .bignum {
	width: auto
}

.services.price .rubl {
	height: auto;
	margin: 0 30px
}

.services.price .rubl .bignum {
	width: auto;
	padding: 15px 0 0 0
}

.services.price .rubl.free .bignum {
	width: auto;
	padding: 6px 0 0 0;
	color: #000
}

.services.price .dopinfo {
	line-height: 30px;
	color: #c4c4c4;
	opacity: 0.2;
	transition: 1s linear;
	padding-right: 10px;
	font-size: 11px
}

.services.price:hover .dopinfo {
	opacity: 1;
	transition: 1s linear
}

.services.price .mins {
	background: #f1f1f1;
	color: #000
}

.services.price .times {
	margin-top: 0
}

.services.price .times:last-child {
	margin-bottom: 0
}

.services-price-image {
	margin-bottom: 30px
}

.services.element-item {
	width: 100%;
	min-height: 235px;
	background: #fff
}

.services.price .excerpt-cont-price {
	padding: 0
}

.services.price .excerpt-cont-price>div {
	padding: 0 5px
}

.services.price .times-block {
	width: 310px
}

.tax-services-cat article.services:last-of-type span.cont-100 {
	visibility: hidden
}

.single-services div.site-main {
	margin-top: 50px
}

.single-services .so-widget-sow-headline h1.sow-headline {
	text-transform: uppercase;
	font-weight: normal
}

.widget-post-thumb {
	text-align: right
}

.widget-post-thumb img {
	border: 2px solid #f1f1f1;
	border-radius: 50%;
	padding: 20px;
	max-width: 80%;
	width: 100%;
	height: auto;
	margin-top: 100px
}

.post-thumbnail-news img {
	border: 2px solid #f1f1f1;
	border-radius: 50%;
	padding: 20px;
	max-width: 100%;
	width: 100%;
	height: auto
}

.single-services .services .textwidget ul,
.single-services .services-post ul {
	display: inline-block;
	padding-left: 1px;
	list-style: none
}

.single-services .services .textwidget ul li,
.single-services .services-post ul li {
	position: relative;
	padding-left: 25px
}

.single-services .services .textwidget ul li:before,
.single-services .services-post ul li:before {
	content: "";
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url(/wp-content/themes/theme/img/check.png) center left no-repeat;
	position: absolute;
	top: 2px;
	left: 0
}

.SWPContent {
	padding-top: 20px
}

.banner-actions {
	display: flex;
	align-items: center;
	min-height: 160px;
	line-height: 1.1
}

.banner-actions>div {
	width: 100%
}

.banner-actions-cont {
	display: table;
	width: 100%;
	overflow: hidden
}

.banner-actions-cont>div {
	display: table-cell;
	vertical-align: middle
}

.banner-actions-block-one {
	width: 235px
}

.banner-actions-block-one a {
	display: block;
	line-height: 0
}

.banner-actions-block-two {
	line-height: 1.2
}

.banner-actions-block-two .h2 {
	font-size: 30px;
	font-weight: bold;
	color: #c20000
}

.banner-actions-block-two .banner-text {
	line-height: 1.3
}

.banner-actions-block-two .banner-text p:first-child {
	font-size: 24px;
	margin-bottom: 5px
}

.banner-actions-block-two .banner-text p:last-child {
	font-size: 18px;
	color: #c20000
}

.banner-actions-block-three {
	font-size: 72px;
	font-weight: normal;
	margin: 13px 0 0 15px;
	line-height: 72px
}

.banner-actions-block-four {
	margin: 26px 0 0 15px;
	font-size: 12px
}

.banner-actions-block-five {
	margin-top: 20px;
	text-align: center
}

.banner-actions-block-five a {
	padding: 0 20px !important;
	min-width: 145px;
	height: 45px;
	line-height: 45px !important;
	background: #c20000;
	white-space: nowrap
}

.so-widget-lsow-carousel h3.widget-title,
.so-widget-lsow-posts-carousel h3.widget-title,
.specialist-title-cont h3,
.widget_media_video h3.widget-title,
.widget_custom_html h3.widget-title {
	display: flex;
	color: #000;
	font-size: 30px;
	font-weight: normal;
	white-space: nowrap;
	margin-bottom: 20px
}

.so-widget-lsow-carousel h3.widget-title:after,
.specialist-title-cont h3:after,
.so-widget-lsow-posts-carousel h3.widget-title:after,
.widget_media_video h3.widget-title:after,
.widget_custom_html h3.widget-title:after {
	content: '';
	display: inline-block;
	background: url(/wp-content/themes/theme/img/title-bg.png) left center repeat-x;
	width: 100%;
	height: 42px;
	margin-left: 20px
}

.mejs-video,
.mejs-video iframe {
	max-height: 360px
}

.mejs-video.mejs-container-fullscreen,
.mejs-video.mejs-container-fullscreen iframe {
	max-height: 100% !important
}

.mejs-container,
.mejs-container .mejs-controls,
.mejs-embed,
.mejs-embed body {
	background: #0c7fa3 !important
}

.mejs-container .mejs-controls {
	opacity: 0;
	transition: opacity .5s
}

.mejs-container:hover .mejs-controls {
	opacity: 1
}

.slider-block {
	position: relative
}

.slider-block.ss-foto {
	position: initial
}

.slidi,
.so-widget-lsow-carousel,
.so-widget-lsow-posts-carousel {
	position: relative
}

.slidi .slick-slider,
.so-widget-lsow-carousel .slick-slider,
.so-widget-lsow-posts-carousel .slick-slider {
	position: initial !important;
	overflow: hidden
}

.slidi .slick-arrow,
.slider-block .slick-arrow,
.so-widget-lsow-carousel .slick-arrow,
.so-widget-lsow-posts-carousel .slick-arrow {
	background-color: #0c7fa3;
	background: -moz-linear-gradient(right, #0c7fa3 0%, #04bab5 100%);
	background: -webkit-linear-gradient(right, #0c7fa3 0%, #04bab5 100%);
	background: linear-gradient(to left, #0c7fa3 0%, #04bab5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c7fa3', endColorstr='#04bab5', GradientType=1);
	border-radius: 50%;
	width: 47px;
	height: 47px;
	line-height: 47px;
	text-align: center;
	display: block;
	transition: background-color .5s;
	margin: 0 !important;
	z-index: 1;
	cursor: pointer;
	overflow: hidden;
	position: relative
}

.slidi .slick-arrow:before,
.slider-block .slick-arrow:before,
.so-widget-lsow-carousel .slick-arrow:before,
.so-widget-lsow-posts-carousel .slick-arrow:before {
	background-color: #f3f3f3;
	width: 47px;
	height: 47px;
	line-height: 47px;
	text-align: center;
	content: '';
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all .5s;
	border: 1px solid transparent
}

.slidi .slick-arrow:hover:before,
.slider-block .slick-arrow:hover:before,
.so-widget-lsow-carousel .slick-arrow:hover:before,
.so-widget-lsow-posts-carousel .slick-arrow:hover:before {
	background-color: transparent
}

.slidi .slick-prev:before,
.slider-block .prev:before,
.so-widget-lsow-carousel .slick-prev:before,
.so-widget-lsow-posts-carousel .slick-prev:before {
	background-image: url(/wp-content/themes/theme/img/chevron-left.svg)
}

.slidi .slick-next:before,
.slider-block .next:before,
.so-widget-lsow-carousel .slick-next:before,
.so-widget-lsow-posts-carousel .slick-next:before {
	background-image: url(/wp-content/themes/theme/img/chevron-right.svg)
}

.slidi {
	padding-bottom: 60px
}

.slidi .slick-prev,
.slidi .slick-next {
	position: absolute;
	bottom: 0
}

.slidi .slick-prev {
	right: 55% !important
}

.slidi .slick-next {
	left: 55% !important
}

.slider-block .slick-arrows {
	position: absolute;
	right: 0;
	top: -5px;
	background: #fff;
	text-align: right
}

.slider-block .slick-arrow {
	display: inline-block;
	margin-left: 26px !important
}

.ss-our-team .slick-arrows {
	top: -3px
}

.ss-otzivi .slick-arrows {
	background: #fbfbfb
}

.slick-gallery-slider .slick-arrows {
	position: absolute;
	right: 0;
	top: -20px;
	display: flex;
	background: #fff
}

.slick-gallery-slider .slick-arrows>div {
	margin-left: 20px !important
}

.slick-gallery-slider .gallery-slider-a {
	display: block;
	padding: 0 8px
}

.slick-gallery-slider .gallery-slider-a img {
	max-width: 100%
}

.specialist-carousel-block {
	position: relative;
	margin: 40px 0
}

.specialist-carousel-block .slick-track {
	margin: auto
}

.specialist-title-cont {
	margin-bottom: 40px
}

.specialist-carousel-block .lsow-posts-carousel-item .lsow-project-image img {
	-webkit-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s
}

.specialist-carousel-block .lsow-posts-carousel-item .lsow-project-image:hover img {
	-webkit-filter: brightness(50%);
	filter: brightness(50%)
}

.ss-our-team.slider-block {
	position: initial !important
}

.our-team-style,
.otzivi-style {
	max-width: 100% !important;
	margin-top: -20px
}

.our-team-style .slick-list {
	margin: 0 -12px
}

.our-team-style .lsow-posts-carousel-item {
	padding: 20px 12px !important
}

.our-team-style .lsow-posts-carousel-item .hentry {
	border: 2px solid #efefef !important;
	border-radius: 0 !important;
	padding: 20px !important;
	box-shadow: none !important;
	transition: all .5s !important
}

.our-team-style .lsow-posts-carousel-item .hentry.ms {
	text-align: center
}

.our-team-style .lsow-posts-carousel-item .hentry>div {
	min-height: 100%
}

.our-team-style .lsow-posts-carousel-item:hover .hentry {
	box-shadow: 0 0 20px rgba(0, 0, 0, .1) !important;
	border-color: #fff !important
}

.our-team-style .lsow-posts-carousel-item .hentry .lsow-project-image .lsow-post-title {
	display: none
}

.our-team-style .lsow-posts-carousel-item .hentry .lsow-project-image a {
	display: flex;
	justify-content: center
}

.our-team-style .lsow-posts-carousel-item .hentry .lsow-project-image a img {
	border-radius: 50%;
	height: 173px !important;
	width: 173px !important;
	max-width: unset !important
}

.our-team-style .lsow-posts-carousel-item .hentry .lsow-entry-text-wrap {
	padding: 25px 0 0 !important
}

.our-team-style .lsow-posts-carousel-item .hentry .lsow-entry-text-wrap h3.entry-title {
	letter-spacing: normal;
	font-size: 16px !important;
	text-transform: none !important;
	height: 23px;
	overflow: hidden;
	margin-bottom: 10px
}

.our-team-style .lsow-posts-carousel-item .hentry .lsow-entry-text-wrap,
.our-team-style .lsow-posts-carousel-item .hentry .lsow-project-image {
	text-align: center !important
}

.our-team-style .lsow-posts-carousel-item .hentry .lsow-entry-text-wrap .entry-summary:before {
	display: none
}

.our-team-style .lsow-posts-carousel-item .hentry .lsow-entry-text-wrap h3.entry-title a {
	color: #0c7fa3 !important
}

.our-team-style .lsow-posts-carousel-item .hentry .lsow-entry-text-wrap h3.entry-title a:hover {
	text-decoration: underline
}

.our-team-style .lsow-posts-carousel-item .hentry .lsow-entry-text-wrap .entry-summary p {
	color: #8d8a8a;
	height: 40px;
	overflow: hidden
}

.our-team-style .lsow-posts-carousel-item .hentry .lsow-entry-text-wrap .entry-summary a {
	display: inline-block;
	margin: 10px 0;
	text-decoration: underline
}

.our-team-style .lsow-posts-carousel-item .hentry .lsow-entry-text-wrap .entry-summary a:hover {
	text-decoration: none
}

.slider-block.ss-otzivi {
	position: initial !important
}

.otzivi-carousel-block {
	position: relative;
	margin: 70px 0 70px
}

.otzivi-style .slick-list {
	margin: 0 -30px
}

.otzivi-style .lsow-posts-carousel-item {
	padding: 40px 30px !important;
	margin-bottom: 25px
}

.otzivi-style .lsow-posts-carousel-item .hentry {
	background: none !important;
	border: 0 !important;
	border-radius: 0 !important;
	padding: 0 !important;
	box-shadow: none !important
}

.otzivi-style .lsow-posts-carousel-item .lsow-project-image {
	overflow: hidden
}

.otzivi-style .lsow-posts-carousel-item .lsow-project-image>a {
	display: block;
	width: 70px;
	float: left;
	margin: 0 25px 25px 0
}

.otzivi-style .lsow-posts-carousel-item .lsow-project-image .lsow-image-info .lsow-entry-info {
	text-align: left !important;
	transform: unset !important;
	position: inherit !important;
	opacity: 1 !important
}

.otzivi-style .lsow-posts-carousel-item .lsow-project-image .lsow-image-info .lsow-entry-info h3 {
	height: 70px;
	display: flex;
	align-items: center;
	padding: 0 !important;
	line-height: unset !important;
	opacity: 1 !important;
	font-size: 16px !important;
	font-weight: bold !important
}

.otzivi-style .lsow-posts-carousel-item .lsow-project-image .lsow-image-info .lsow-entry-info h3 a {
	color: #000
}

.otzivi-style .lsow-posts-carousel-item .lsow-project-image .lsow-image-info .lsow-entry-info h3 a:hover {
	text-decoration: none
}

.otzivi-style .lsow-posts-carousel-item .hentry .lsow-entry-text-wrap {
	text-align: left !important;
	padding: 0 !important
}

.otzivi-style .lsow-posts-carousel-item .hentry .lsow-entry-text-wrap .entry-summary {
	margin-top: 0 !important
}

.otzivi-style .lsow-posts-carousel-item .hentry .lsow-entry-text-wrap .entry-summary:before {
	display: none !important
}

.otzivi-style .lsow-posts-carousel-item .hentry .lsow-entry-text-wrap .entry-summary p {
	font-size: 16px;
	color: #333;
	line-height: 1.5
}

.otzivi-style .lsow-posts-carousel-item .hentry .lsow-entry-text-wrap .entry-summary .the div,
.otzivi-style .lsow-posts-carousel-item .hentry .lsow-entry-text-wrap .entry-summary .the p {
	font-size: 14px !important;
	padding-bottom: 10px
}

.otzivi-style .lsow-posts-carousel-item .hentry .lsow-entry-text-wrap .entry-summary p a {
	text-decoration: underline
}

.otzivi-style .lsow-posts-carousel-item .hentry .lsow-entry-text-wrap .entry-summary p a:hover {
	text-decoration: none
}

.otzivi-style ul.slick-dots {
	bottom: 70px !important
}

.otzivi-carousel ul.slick-dots {
	bottom: 0 !important
}

.panel-grid-cell .so-panel:before {
	display: table
}

.slick-slide .entry-summary .nothe img {
	display: inline
}

#filters-block {
	margin-top: 40px
}

.fancy-our-team-style .fancybox-bg {
	background: #ececec
}

/*background:#fffefe*/
.fancy-our-team-style .fancybox-content {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	overflow: unset;
	;
	border-radius: 10px
}

.fancy-our-team-style .fancybox-navigation .fancybox-button {
	color: #fff;
	background: #0080a6;
	border-radius: 50%;
	opacity: 1;
	width: 45px;
	height: 45px;
	padding: 0
}

.fancy-our-team-style .fancybox-navigation .fancybox-button.disabled {
	opacity: .5
}

.fancy-our-team-style .our-team {
	padding: 10px 20px
}

.fancy-our-team-style [id*="our-team-popup-"] {
	max-width: 980px !important;
	margin-left: -13px
}

.fancy-our-team-style [id*="our-team-popup-"] .cont-100,
.our-team-style.column-style-1 .our-team .cont-100 {
	display: none
}

.fancy-our-team-style .our-team .cpec_block_practic_obrbut,
.our-team-style.column-style-1 .our-team .cpec_block_practic_obrbut {
	margin-bottom: 20px
}

.fancy-our-team-style .our-team .cpec_block_practic,
.our-team-style.column-style-1 .our-team .cpec_block_practic {
	font-weight: bold
}

.fancy-our-team-style .our-team .cpec_block_practic>span,
.our-team-style.column-style-1 .our-team .cpec_block_practic>span {
	text-align: right;
	color: #000;
	width: 18px;
	width: 36px;
	padding: 0;
	background: none;
	white-space: nowrap;
}

.fancy-our-team-style .our-team .thumbnail-image span,
.our-team-style.column-style-1 .our-team .thumbnail-image span {
	padding: 10px 20px;
	border: 0
}

.fancy-our-team-style .our-team .cont-25,
.our-team-style.column-style-1 .our-team .cont-25 {
	width: 260px
}

.fancy-our-team-style .our-team .cont-75,
.our-team-style.column-style-1 .our-team .cont-75 {
	width: calc(100% - 260px);
	padding-left: 60px;
	margin-top: 5px
}

.fancy-our-team-style .our-team .cont-75>em,
.our-team-style.column-style-1 .our-team .cont-75>em {
	display: block;
	font-style: normal;
	margin: 5px 0
}

.our-team-style.column-style-1 .our-team.hentry {
	padding: 30px 20px 40px !important
}

.fancy-our-team-style .cpec_block_practic_obrbut button {
	margin-top: 15px !important
}

.btn-otzivi {
	text-align: center
}

.service_pack-style-title,
.certificates-style-title {
	text-align: center;
	margin-bottom: 20px;
	display: flex;
	align-items: center
}

.service_pack-style-title:before,
.service_pack-style-title:after,
.certificates-style-title:before,
.certificates-style-title:after {
	content: '';
	display: inline-block;
	background: url(/wp-content/themes/theme/img/title-bg.png) left center repeat-x;
	width: 100%;
	height: 42px
}

.service_pack-style-title:before,
.certificates-style-title:before {
	margin-right: 20px
}

.service_pack-style-title:after,
.certificates-style-title:after {
	margin-left: 20px
}

.service_pack-style-title h3,
.certificates-style-title h3 {
	display: inline-block !important;
	margin-bottom: 0 !important
}

.service_pack-style-title h3:after,
.certificates-style-title h3:after {
	display: none !important
}

.service_pack-style-title h4 {
	font-size: 24px;
	font-weight: normal;
	white-space: nowrap;
	margin-bottom: 20px
}

.ss-service_pack.slider-block .slick-arrows,
.ss-certificates.slider-block .slick-arrows {
	background: transparent;
	position: relative;
	top: initial;
	text-align: center;
	margin-bottom: 30px
}

.ss-service_pack.slider-block .slick-arrow,
.ss-certificates.slider-block .slick-arrow {
	margin: 20px 80px 10px !important
}

.service_pack-style.lsow-posts-carousel ul.slick-dots {
	bottom: unset !important;
	top: 30px !important
}

.lsow-container ul.slick-dots li {
	margin: 0 4px 0 !important
}

.lsow-container ul.slick-dots li:first-child button,
.lsow-container ul.slick-dots li:last-child button {
	background: #fff !important
}

.lsow-container ul.slick-dots li button:hover,
.lsow-container ul.slick-dots li button {
	width: 7px !important;
	height: 7px !important
}

.lsow-container ul.slick-dots li.slick-active button,
.lsow-container ul.slick-dots li.slick-active button:first-child,
.lsow-container ul.slick-dots li.slick-active button:last-child {
	width: 11px !important;
	height: 11px !important;
	background: #3785b0 !important;
	border-color: #3785b0 !important
}

#service_pack .slick-list,
#service_pack .slick-track {
	display: flex
}

#service_pack .slick-slide,
#service_pack .slick-slide>div,
#service_pack .lsow-posts-carousel-item,
#service_pack .service-pack,
#service_pack .service_pack {
	height: 100%;
	min-height: 100%;
	display: flex;
	flex-direction: column
}

#service_pack .service-pack-cont {
	display: flex;
	flex-direction: column;
	height: 100%
}

#service_pack .service-pack-price {
	margin-top: auto
}

.service_pack-style {
	max-width: 100% !important;
	margin-top: -20px
}

.service_pack-style .slick-list {
	margin: 0 -15px
}

.service_pack-style .lsow-posts-carousel-item {
	padding: 20px 15px 30px !important
}

.service_pack-style .lsow-posts-carousel-item>article {
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.10);
	border-radius: 10px;
	overflow: hidden
}

.service_pack-style .lsow-posts-carousel-item>article>div {
	box-shadow: none !important;
	border-radius: 10px
}

.service-pack-title {
	height: 78px;
	line-height: 85px;
	text-align: center;
	color: #fff;
	font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
	padding: 0 30px;
	text-transform: uppercase;
	position: relative
}

.service-pack-title.orange_pack {
	background: #e9702b;
	background: -moz-linear-gradient(-45deg, #e9702b 0%, #fba026 100%);
	background: -webkit-linear-gradient(-45deg, #e9702b 0%, #fba026 100%);
	background: linear-gradient(135deg, #e9702b 0%, #fba026 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9702b', endColorstr='#fba026', GradientType=1)
}

.service-pack-title.green_pack {
	background: #5db75d;
	background: -moz-linear-gradient(-45deg, #5db75d 0%, #29d32e 100%);
	background: -webkit-linear-gradient(-45deg, #5db75d 0%, #29d32e 100%);
	background: linear-gradient(135deg, #5db75d 0%, #29d32e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5db75d', endColorstr='#29d32e', GradientType=1)
}

.service-pack-title.red_pack {
	background: #d61913;
	background: -moz-linear-gradient(-45deg, #d61913 0%, #ff0068 100%);
	background: -webkit-linear-gradient(-45deg, #d61913 0%, #ff0068 100%);
	background: linear-gradient(135deg, #d61913 0%, #ff0068 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d61913', endColorstr='#ff0068', GradientType=1)
}

.service-pack-title span {
	width: 57px;
	height: 57px;
	padding: 12px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	bottom: -27px;
	right: 25px;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.10);
	overflow: hidden
}

.service-pack-cont {
	padding: 55px 10px 40px;
	text-align: center
}

.service-pack-cont p {
	margin-bottom: 25px;
	font-size: 15px
}

.service-pack-cont p strong span {
	font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
	color: #04b07b
}

.service-pack-cont .quform-popup-link {
	border: 2px solid #9be3e1 !important;
	background: transparent !important;
	color: #34353b !important;
	width: 215px;
	height: 40px !important;
	line-height: 36px !important;
	margin: 0 auto
}

.service-pack-cont .quform-popup-link:hover {
	background: #9be3e1 !important
}

.service-pack-price {
	width: 226px;
	margin: 0 auto 28px
}

.service-pack-price p {
	font-size: 24px;
	color: #0c7fa3;
	padding-bottom: 13px;
	margin-bottom: 0
}

.service-pack-price p del {
	color: #a1a1a1;
	padding-right: 5px
}

.service-pack-price p i {
	font-size: .92em
}

.service-pack-price span {
	font-size: 19px;
	display: block;
	padding-top: 12px;
	border-top: 1px solid #ccc
}

.service-pack-price span i {
	font-size: .91em
}

.service_image {
	overflow: hidden;
}

.service_image img {
	object-fit: cover;
	height: 300px;
	min-width: 100%;
	vertical-align: top;
}

.service_item {
	margin-bottom: 30px;
}

.service_item:last-child {
	margin-bottom: 0;
}

.service_item .table {
	margin-top: 0;
	margin-bottom: 0;
}

.service_item .th {
	border: 1px solid #0c7fa3;
}

.service_item .th span {
	vertical-align: middle;
}

.service_item .table p span:nth-child(1) {
	width: 76%;
	padding-right: 50px;
}

.service_item .table p span:nth-child(2),
.service_item .table p span:nth-child(3) {
	width: 12%;
	text-align: left;
	white-space: nowrap;
}

.service_item .abon-tr span:nth-child(3) {
	color: #04b07b;
}

.service_item .mob_si {
	display: none;
}

.certificates-style-title {
	margin-bottom: 25px
}

.certificates-style-title h3 {
	padding-bottom: 0
}

.certificates-style-title+p {
	font-size: 16px;
	text-align: center;
	margin-bottom: 25px
}

.certificates-style.slick-slider .slick-arrows {
	margin-bottom: 20px
}

.certificates-style.lsow-posts-carousel ul.slick-dots {
	bottom: unset !important;
	top: 30px !important
}

.certificates-style {
	max-width: 100% !important;
	margin-top: -20px
}

.certificates-style .slick-list {
	margin: 0 -15px
}

.certificates-style .lsow-posts-carousel-item {
	padding: 20px 15px 30px !important
}

.certificates-style .lsow-posts-carousel-item>article {
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.10);
	border-radius: 20px;
	overflow: hidden
}

.certificates-style .lsow-posts-carousel-item>article>div {
	box-shadow: none !important;
	border-radius: 10px
}

.certificates-style .type-certificates {
	min-height: 290px;
	display: flex
}

.certif-title {
	width: 42%;
	display: inline-block;
	padding: 25px 0 25px 25px
}

.certif-title img {
	width: 170px;
	max-height: 58px;
	margin-bottom: 40px
}

.certif-title p {
	font-size: 13px;
	line-height: 1.1;
	margin-bottom: 10px
}

.certif-cont {
	width: 58%;
	color: #efefef;
	display: inline-block;
	padding: 30px 15px 25px 37px;
	position: relative
}

.certif-cont:before {
	content: '';
	display: block;
	width: 500px;
	height: 500px;
	border-radius: 50%;
	position: absolute;
	top: -100px;
	left: -10px;
	z-index: 0
}

.certif-cont>p {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 27px;
	position: relative;
	z-index: 1
}

.certif-cont h4 {
	text-transform: uppercase;
	font-size: 26px;
	font-weight: bold;
	border-bottom: 2px solid;
	display: inline-block;
	padding-bottom: 3px;
	position: relative;
	z-index: 1;
	white-space: nowrap;
	margin-bottom: 25px
}

.certif-cont.black_green_sert h4 {
	font-size: 19px;
	padding-bottom: 2px
}

.certif-cont.orange_sert h4 {
	font-size: 19px;
	padding-bottom: 2px;
	float: right
}

.certif-cont .certif-price {
	position: relative;
	z-index: 1;
	clear: both
}

.certif-cont.yellow_sert:before {
	background: #e38c24;
	background: -moz-linear-gradient(-45deg, #e38c24 0%, #fac51c 100%);
	background: -webkit-linear-gradient(-45deg, #e38c24 0%, #fac51c 100%);
	background: linear-gradient(135deg, #e38c24 0%, #fac51c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e38c24', endColorstr='#fac51c', GradientType=1)
}

.certif-cont.blue_sert:before {
	background: #0c7fa3;
	background: -moz-linear-gradient(-45deg, #0c7fa3 0%, #04bab5 100%);
	background: -webkit-linear-gradient(-45deg, #0c7fa3 0%, #04bab5 100%);
	background: linear-gradient(135deg, #0c7fa3 0%, #04bab5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c7fa3', endColorstr='#04bab5', GradientType=1)
}

.certif-cont.new_blue_sert:before {
	background: #0c56a3;
	background: -moz-linear-gradient(-45deg, #0c56a3 0%, #0488ba 100%);
	background: -webkit-linear-gradient(-45deg, #0c56a3 0%, #0488ba 100%);
	background: linear-gradient(135deg, #0c56a3 0%, #0488ba 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c56a3', endColorstr='#0488ba', GradientType=1)
}

.certif-cont.super_blue_sert:before {
	background: #ff89aa;
	background: -moz-linear-gradient(-45deg, #ff89aa 0%, #e36d8e 100%);
	background: -webkit-linear-gradient(-45deg, #ff89aa 0%, #e36d8e 100%);
	background: linear-gradient(135deg, #ff89aa 0%, #e36d8e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89aa', endColorstr='#e36d8e', GradientType=1)
}

.certif-cont.red_sert:before {
	background: #f7166f;
	background: -moz-linear-gradient(-45deg, #f7166f 0%, #fac51c 100%);
	background: -webkit-linear-gradient(-45deg, #f7166f 0%, #fac51c 100%);
	background: linear-gradient(135deg, #f7166f 0%, #fac51c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7166f', endColorstr='#fac51c', GradientType=1)
}

.certif-cont.seren_sert:before {
	background: #942576;
	background: -moz-linear-gradient(-45deg, #942576 0%, #d13da9 100%);
	background: -webkit-linear-gradient(-45deg, #942576 0%, #d13da9 100%);
	background: linear-gradient(135deg, #942576 0%, #d13da9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#942576', endColorstr='#d13da9', GradientType=1)
}

.certif-cont.green_sert:before {
	background: #38b45e;
	background: -moz-linear-gradient(-45deg, #38b45e 0%, #9ad329 100%);
	background: -webkit-linear-gradient(-45deg, #38b45e 0%, #9ad329 100%);
	background: linear-gradient(135deg, #38b45e 0%, #9ad329 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#38b45e', endColorstr='#9ad329', GradientType=1)
}

.certif-cont.black_green_sert:before {
	background: #04b07b;
	background: -moz-linear-gradient(-45deg, #04b07b 0%, #04bab5 100%);
	background: -webkit-linear-gradient(-45deg, #04b07b 0%, #04bab5 100%);
	background: linear-gradient(135deg, #04b07b 0%, #04bab5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#04b07b', endColorstr='#04bab5', GradientType=1)
}

.certif-cont.orange_sert:before {
	background: #fe5e52;
	background: -moz-linear-gradient(-45deg, #fe5e52 0%, #f88f0f 100%);
	background: -webkit-linear-gradient(-45deg, #fe5e52 0%, #f88f0f 100%);
	background: linear-gradient(135deg, #fe5e52 0%, #f88f0f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe5e52', endColorstr='#f88f0f', GradientType=1)
}

.certif-price .nominal {
	padding-right: 20px;
	font-size: 16px;
	line-height: 1.9
}

.certif-price .nominal strong {
	position: relative;
	top: -4px
}

.certif-price .nominal strong span {
	font-size: 24px
}

.certif-price .seansov {
	display: flex
}

.certif-price .s-block {
	width: 50%;
	margin-bottom: 20px
}

.certif-price .s-block span {
	display: block;
	font-size: 14px;
	text-transform: uppercase
}

.certif-price .s-block strong {
	display: block;
	font-size: 18px
}

.link-certificates {
	text-align: center;
	margin: 20px 0 30px;
	font-size: 16px
}

/*.osteopatija-style .slick-arrowsour-team,
.massazh-style .slick-arrowsour-team,
.massazh-na-domu-style .slick-arrowsour-team,
.osteopatija-style.post-header-actions .entry-title,
.massazh-style.post-header-actions .entry-title,
.massazh-na-domu-style.post-header-actions .entry-title{background:#fbfbfb}
.osteopatija-style .slick-arrowsotzivi,
.massazh-style .slick-arrowsotzivi,
.massazh-na-domu-style .slick-arrowsotzivi{background:#fff}*/

.widget_true_top_widget .post-header-actions>.entry-title,
.widget_true_top_widget .post-header-services>.entry-title {
	font-size: 30px;
	color: #000;
	text-transform: none;
	font-weight: normal
}

.widget_true_top_widget .post-header-services {
	text-align: left
}

.widget_true_top_widget .post-header-services>.entry-title {
	padding-left: 0 !important
}

.widget_true_top_widget .post-style-actions .actions {
	background: #fff;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.10);
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 10px
}

.widget_true_top_widget .post-style-actions .actions .thumbnail-images {
	float: left;
	width: 150px;
	margin-bottom: 0
}

.widget_true_top_widget .post-style-actions .actions .thumbnail-images img {
	width: 150px;
	height: 240px !important;
	object-fit: cover;
	border: 0
}

.widget_true_top_widget .post-style-actions .actions .excerpt-cont {
	float: right;
	width: calc(100% - 150px);
	padding: 18px;
	text-align: left;
	margin-top: 0
}

.widget_true_top_widget .post-style-actions .actions .excerpt-cont>.link-post-more {
	font-size: 16px;
	padding: 0 0 10px;
	display: inline-block;
	color: #0c7fa3
}

.widget_true_top_widget .post-style-actions .actions .excerpt-cont .excerpt {
	height: 105px;
	margin-bottom: 7px;
	overflow: hidden
}

.widget_true_top_widget .post-style-actions .actions .excerpt-cont .btn {
	margin-bottom: 0 !important;
	height: 36px;
	line-height: 36px !important;
	padding: 0 25px !important
}

/*.widget_true_top_widget .post-style-actions .cont-50:first-child .link-post-more{color:#e14938!important;text-transform:uppercase;text-decoration:none!important;font-weight:bold}
.widget_true_top_widget .post-style-actions .cont-50:first-child .btn{background:#e14938}
.widget_true_top_widget .post-style-actions .cont-50:first-child .btn:hover{background:#e14938;background:-moz-linear-gradient(left, #e14938 0%, #fba026 100%);background:-webkit-linear-gradient(left, #e14938 0%,#fba026 100%);background:linear-gradient(to right, #e14938 0%,#fba026 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e14938', endColorstr='#fba026',GradientType=1)}*/

.widget_true_top_widget .post-style-services .services {
	background: #fff;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.10);
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 10px
}

.widget_true_top_widget .post-style-services .services .thumbnail-images {
	width: 100%;
	margin-bottom: 0
}

.widget_true_top_widget .post-style-services .services .thumbnail-images a {
	width: 100%
}

.widget_true_top_widget .post-style-services .services .thumbnail-images img {
	width: 100%;
	height: 225px !important;
	object-fit: cover;
	border: 0
}

.widget_true_top_widget .post-style-services .services .excerpt-cont {
	display: flex;
	height: 90px;
	padding: 10px 40px 10px 40px;
	text-align: left;
	width: 100%;
	align-items: center;
	overflow: hidden
}

.widget_true_top_widget .post-style-services .services .excerpt-cont>a.link-post-more {
	font-size: 16px;
	text-decoration: underline;
	color: #2c82c9
}

.widget_true_top_widget .post-style-services .services .excerpt-cont>a.link-post-more:hover {
	text-decoration: none
}

.serv-entry {
	margin: 30px 0 10px
}

.serv-title {
	font-size: 18px;
	margin-bottom: 23px
}

.serv-entry-div {
	display: table;
	width: 100%
}

.serv-entry-block {
	padding-bottom: 20px;
	display: table-cell;
	vertical-align: top
}

.serv-entry-block-image {
	width: 110px;
	height: 110px;
	background-color: #fbfbfb;
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center;
	float: left
}

.serv-entry-block-title {
	height: 110px;
	display: flex;
	align-items: center;
	padding: 10px 10px 10px 27px;
	font-size: 18px;
	overflow: hidden;
	line-height: 1.5
}

.serv-entry-block:last-child .serv-entry-block-title {
	padding-right: 0
}

.services-post {
	margin: 60px 0 40px
}

.services-post p {
	text-align: unset;
	padding-bottom: 20px
}

.services-post h1,
.services-post h2,
.services-post h3,
.services-post h4,
.services-post h5 {
	color: #000;
	font-weight: normal
}

.services-post h1,
.services-post h2 {
	font-size: 24px
}

.services-post h3 {
	font-size: 22px
}

.services-post h4 {
	font-size: 20px
}

.services-post h5 {
	font-size: 18px
}

.nav-links .page-numbers {
	font-size: 16px;
	padding: 5px 10px;
	margin: 2px;
	color: #3caedd;
	text-decoration: none;
	border: 1px solid #0c7fa3;
	border-radius: 3px;
	color: #0c7fa3;
	transition: all .5s
}

.nav-links .page-numbers:hover,
.nav-links span.current {
	background: #0c7fa3;
	color: #fff
}

.question {
	background-color: #0c7fa3;
	color: #ffffff;
	padding: 55px 0px 35px 0px;
	text-align: center
}

.question p {
	margin-bottom: 35px
}

.question p:nth-child(1) {
	font-size: 30px
}

.question p:nth-child(2) {
	font-size: 24px
}

.question p:nth-child(2) span:first-child {
	display: inline-block;
	margin-bottom: 15px
}

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

.question div a strong span {
	font-size: 30px
}

.question div a strong+strong {
	font-size: 48px
}

.question .quform-popup-link {
	margin: 0 0 20px 30px;
	vertical-align: middle;
	position: relative;
	top: -2px;
	background: none;
	border: 1px solid #fff !important;
	color: #fff !important;
	padding: 5px 20px !important;
	height: auto !important;
	line-height: unset !important
}

.question .quform-popup-link:hover {
	background: #fff !important;
	color: #0c7fa3 !important
}

.foot-cont-widget {
	overflow: hidden
}

.map-address .address {
	background: #fff;
	padding: 15px 35px 35px;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
	margin-top: -445px;
	position: relative;
	float: left;
	z-index: 8
}

.map-address .address p {
	margin: 28px 0;
	position: relative
}

.map-address .address p:first-child {
	font-size: 16px;
	margin: 20px 0
}

.map-address .address p strong {
	font-size: 16px;
	margin-bottom: 10px;
	width: 100%;
	display: inline-block
}

.map-address .address p span {
	font-size: 12px;
	color: #0c7fa3;
	position: absolute;
	bottom: 0;
	right: 25px
}

.map-address .phone {
	border-top: 2px solid #efefef;
	padding-top: 19px
}

.map-address .phone a {
	font-size: 24px;
	color: #000;
	text-decoration: none;
	line-height: 31px;
	display: inline-block;
	padding-left: 54px;
	background: url(/wp-content/themes/theme/img/phone.svg) no-repeat left center
}

.map-site {
	margin-top: 30px
}

.map ul {
	margin-bottom: 40px
}

.map ul li {
	width: 50%;
	display: inline-block;
	margin-right: -4px;
	padding-left: 10px;
	vertical-align: top;
	list-style: none
}

.map ul li:first-child {
	width: 100%
}

.map ul li h2 {
	margin-left: -10px;
	margin-bottom: 20px
}

.postMain {
	margin-top: 30px
}

.f-slider {
	max-width: 1200px;
	margin: 0 auto 60px;
	padding: 0;
	list-style: none;
	position: relative;
	overflow: hidden
}

.f-slider li {
	padding: 0
}

.f-slider_container {
	background-color: #EAFAFF;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.f-slider_content {
	max-width: 520px;
	width: 44%;
	padding: 30px
}

.f-slider_content h3 {
	color: #007DA3;
	font-size: 32px;
	line-height: 40px;
	font-weight: 800;
	margin-bottom: 25px
}

.f-slider_content p {
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 30px
}

.f-slider_link {
	background-color: transparent;
	color: #007DA3;
	font-size: 14px;
	font-weight: 500;
	border: 1px solid #007DA3;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 235px;
	width: 100%;
	height: 44px;
	border-radius: 44px;
	transition: all .5s;
	text-decoration: none
}

.f-slider_link:hover,
.f-slider_link:focus {
	background-color: #007DA3;
	color: #fff
}

.f-slider_image {
	width: 56%;
	height: 415px;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	display: flex
}

.f-slider_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center
}

.f-slider .slick-dots-cont {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 180px;
	height: 416px;
	overflow: auto
}

.f-slider .slick-dots li:first-child {
	display: none
}

.f-slider .slick-dots li {
	margin-top: 29px;
	cursor: pointer;
	list-style: none
}

.f-slider .slick-dots li:last-child {
	margin-bottom: 29px
}

.f-slider .slick-dots li a {
	background-color: rgb(0 125 163 / 60%);
	color: #fff;
	padding: 24px 26px 24px 14px;
	height: 100px;
	align-items: center;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	transition: all .5s
}

.f-slider .slick-dots li a:hover,
.f-slider .slick-dots li.slick-active a {
	background-color: #007DA3
}

.f-slider {
	scrollbar-width: thin;
	scrollbar-color: rgb(0 125 163 / 60%) #007DA3
}

.f-slider ::-webkit-scrollbar {
	width: 5px;
	height: 5px
}

.f-slider ::-webkit-scrollbar-track,
.f-slider ::-webkit-scrollbar-corner {
	background: rgb(0 125 163 / 60%)
}

.f-slider ::-webkit-scrollbar-thumb {
	background-color: rgb(0 125 163 / 60%);
	border: 0
}

#message-popup {
	text-align: center
}

#message-popup h2 {
	font-size: 25px;
	line-height: 1.3;
	margin-bottom: 25px
}

#message-popup p {
	margin-bottom: 30px
}

#message-popup b,
#message-popup strong {
	line-height: 2
}

#message-popup .btn.btn-blue {
	padding: 0 30px !important
}

@media (max-width: 820px) {

	.f-slider_content,
	.f-slider_image {
		width: 50%
	}
}

@media (max-width: 768px) {
	.f-slider {
		background-color: #eafaff
	}

	.f-slider_container {
		flex-direction: column
	}

	.f-slider_content,
	.f-slider_image {
		width: 100%;
		max-width: 100%
	}

	.f-slider_content {
		min-height: 335px;
		display: flex;
		flex-direction: column;
		justify-content: center
	}

	.f-slider_image {
		display: none
	}

	.f-slider .slick-dots-cont {
		top: unset;
		right: unset;
		bottom: unset;
		position: relative;
		max-width: 100%;
		height: auto
	}

	.f-slider .slick-dots-cont ul {
		display: flex
	}

	.f-slider .slick-dots-cont li {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		flex: 1;
		border-left: 1px solid #90c2d1
	}

	.f-slider .slick-dots-cont li a {
		font-size: 12px;
		font-weight: 500;
		line-height: 1.4;
		padding: 10px;
		height: 100%
	}

	#message-popup {
		padding-left: 20px;
		padding-right: 20px
	}

	#message-popup br {
		display: none
	}
}

@media (max-width: 560px) {

	.f-slider_content h3,
	.f-slider_content h3 span {
		font-size: 27px;
		line-height: 34px
	}
}

.error-404 {
	text-align: center;
	font-weight: bold;
	margin-bottom: 60px
}

.error-404 h2 {
	font-size: 150px !important;
	color: #e14938 !important;
	font-weight: bold;
	line-height: 1.2
}

.error-404 h3 {
	font-size: 25px !important;
	line-height: 30px;
	margin-bottom: 25px
}

.error-404 h4 {
	font-size: 18px !important;
	line-height: 25px;
	margin-bottom: 20px
}

footer nav .last-nav {
	background: #08637f
}

footer .social {
	line-height: 23px
}

footer .social .fa-vk {
	left: 0
}

footer .foot-cont-two {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 27px;
	padding: 40px 0px
}

footer .foot-new {
	margin-top: 50px;
	margin-bottom: 20px
}

footer .foot-new.row {
	display: flex;
	flex-wrap: wrap
}

footer .foot-new .cont-25 {
	border-left: 2px solid #ececec;
	margin-bottom: 20px
}

footer .foot-new .cont-25:first-child {
	border-left: 0
}

footer .foot-new .cont-25:first-child img {
	max-width: 100%;
	margin-left: -24px
}

footer .foot-new .cont-25 .cont-text {
	font-size: 12px;
	line-height: 1.1;
	margin: 20px 0
}

footer .foot-new .h3 {
	font-weight: bold;
	margin-bottom: 10px
}

footer .foot-new .menu {
	list-style: none;
	margin-bottom: 20px
}

footer .foot-new .menu li {
	margin-bottom: 5px;
	display: flex;
	align-items: center
}

footer .foot-new .menu li a {
	text-transform: uppercase;
	text-decoration: none;
	transition: all .3s
}

footer .foot-new .menu li a:hover {
	color: #000
}

footer .foot-new .menu li a:before {
	content: '-';
	font-family: Tahoma;
	display: inline-block;
	color: #ccc;
	padding-right: 5px
}

footer .foot-new .menu li.menu-item-has-children>a {
	display: none
}

footer .contacts-foot p {
	margin-bottom: 10px
}

footer .contacts-foot p>strong {
	padding-bottom: 5px;
	display: inline-block
}

footer .contacts-foot a {
	text-decoration: none;
	transition: all .3s
}

footer .contacts-foot a:hover {
	color: #000
}

footer .contacts-foot .quform-popup-link {
	background: none;
	border: 1px solid #00bbb6 !important;
	color: #000 !important;
	padding: 5px 20px !important;
	height: auto;
	line-height: unset !important;
	margin-bottom: 10px
}

footer .contacts-foot .quform-popup-link:hover {
	background: #00bbb6
}

footer .contacts-foot .social {
	display: inline-block;
	background: #0c7fa3;
	border-color: #0c7fa3;
	margin-top: 0;
	text-align: center
}

footer .contacts-foot .social:hover {
	background: #00bbb6;
	border-color: #00bbb6
}

footer .page-header {
	margin-bottom: 0
}

.quform.fancybox-content {
	padding: 20px
}

.fancybox-container {
	z-index: 100000
}

.fancybox-is-open .fancybox-bg {
	width: 100%;
	height: 100%
}

.gallery {
	margin: 0 -5px 20px !important
}

.gallery .gallery-item {
	padding: 0 5px;
	margin-top: 6px !important
}

.gallery img {
	border: 0 !important;
	padding: 0 !important;
	height: auto;
	max-width: 100%
}

.wp-caption-text,
.gallery-caption {
	font-size: 11px
}

.to-top {
	text-align: center;
	width: auto;
	min-width: 50px;
	height: 50px;
	font-size: 20px;
	color: #fff;
	text-indent: 0px;
	padding: 0px;
	background: #0c7fa3;
	position: fixed;
	bottom: 10px;
	right: 10px;
	display: none;
	cursor: pointer;
	transition: all .5s;
	border-radius: 50%;
	border: 1px solid #fff;
	z-index: 1111
}

.to-top:hover {
	background: #00bbb6
}

#noResultsContainer {
	opacity: 0;
	padding: 25px 15px 0;
	font-size: 20px
}

.fancy-otzivi-btn {
	display: inline-block;
	vertical-align: top
}

.otzivi-popup {
	max-width: 980px !important
}

.otzivi-cont {
	display: flex
}

.otzivi-thumb {
	width: 220px
}

.otzivi-exc {
	width: calc(100% - 220px)
}

.otzivi-exc h3 {
	font-size: 18px;
	margin-bottom: 20px
}

.otzivi-exc .info-o {
	font-size: 14px;
	font-weight: normal
}

.otzivi-exc blockquote {
	display: inherit;
	background: #0c7fa3 !important;
	font-size: 14px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	padding: 0px 12px;
	border-radius: 25px;
	margin: 10px 0 15px 0 !important
}

.otzivi-exc blockquote:before {
	content: "";
	float: left;
	width: 25px;
	height: 25px;
	margin: 0 10px 0 0;
	line-height: 40px;
	background: transparent url(/wp-content/themes/theme/img/otz_left.png) center center no-repeat
}

.otzivi-exc blockquote:after {
	content: "";
	float: right;
	width: 25px;
	height: 25px;
	margin: 14px 0px 0 10px;
	line-height: 40px;
	background: transparent url(/wp-content/themes/theme/img/otz_right.png) center center no-repeat
}

.otzivi-exc p {
	margin-bottom: 15px
}

.otzivi-exc p:nth-of-type(1)>strong {
	color: #04bab5
}

.otzivi-exc p:nth-of-type(1)>strong span:after {
	content: ',';
	display: inline-block
}

.otzivi-exc p:nth-of-type(1)>strong span:last-child:after {
	content: '';
	display: inline-block
}

.widget_true_pok_por_widget {
	overflow: hidden !important
}

.pok-por-widget {
	margin-top: 20px;
	margin-right: -25px;
	margin-left: -25px
}

.pok-por-widget .cont-50 {
	padding-left: 25px;
	padding-right: 25px
}

.ppwt {
	text-indent: -9999px;
	margin-left: 65px;
	height: 70px
}

.pok-por-widget-title-left {
	background: url(/wp-content/themes/theme/img/pokazania.png) center no-repeat;
	background-size: 180px
}

.pok-por-widget-title-right {
	background: url(/wp-content/themes/theme/img/protivopokazania.png) center no-repeat;
	background-size: 180px
}

.ppw {
	padding-left: 65px;
	margin-bottom: 20px;
	min-height: 53px;
	display: flex;
	align-items: center
}

.pok-por-widget-left {
	background: url(/wp-content/themes/theme/img/check-green.png) center left no-repeat;
	background-size: 50px
}

.pok-por-widget-right {
	background: url(/wp-content/themes/theme/img/close-red.png) center left no-repeat;
	background-size: 50px
}

/*.row.isotope{overflow:hidden}*/
.push {
	background: #03a9f4;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 44px;
	color: #fff;
	cursor: pointer;
	margin: 2px;
	border-radius: 25px;
	overflow: hidden;
	text-align: center;
	transition: all .5s
}

.push.vkontakte {
	background: #41658b
}

.push.facebook {
	background: #39579a
}

.push.twitter {
	background: #00abf0
}

.push.google {
	background: #be3308
}

.push.ok {
	background: #f4960f
}

.push i {
	font-size: 21px;
	position: relative;
	top: 1px
}

.push:hover {
	background: #00bbb6;
	text-decoration: none
}

.action-massazh {
	background: #0c7fa3;
	padding: 15px;
	margin-top: 10px;
	color: #fff
}

.action-massazh .h3 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px
}

#rev_slider_1_1 {
	overflow: visible
}

.bvi-shortcode a {
	color: inherit;
	text-decoration: none;
}

.bvi-shortcode .bvi-svg-eye {
	width: 0.8em !important;
}

.bvi-active header {
	padding-bottom: 65px;
}

.bvi-active .table-cell {
	overflow: hidden;
}

.bvi-active .first-nav {
	border-bottom: 1px solid;
	margin-bottom: 6px;
}

.bvi-active .f-slider,
.bvi-active .actionsm-block .btn,
.bvi-active .quform,
.bvi-active .fancy-otzivi-btn,
body.bvi-active a.btn,
body.bvi-active .termses>a,
body.bvi-active .reab-banner {
	border: 1px solid !important;
}

.bvi-active .quform .quform-labels-left label {
	font-size: 12px !important;
}

.bvi-active .actionsm .position {
	margin: 6px -1px;
}

.bvi-active .actionsm .position,
.bvi-active .actionsm .digit.static,
.bvi-active .actionsm .countdownHolder>span,
body.bvi-active .menu-nav-icon .social img {
	background: transparent !important;
	background-color: transparent !important;
}

.bvi-active .actionsm .digit {
	font-size: 41px !important;
}

.bvi-active .question {
	border-top: 1px solid !important;
	border-bottom: 1px solid !important;
}

.bvi-active .foot-cont-widget,
body.bvi-active .bvi-body[data-bvi-builtelements=true]:not(.bvi-no-styles) ymaps,
body.bvi-active jdiv,
.bvi-active .bvi-shortcode {
	display: none !important;
}

.bvi-active .btn:hover,
.bvi-active .quform-popup-link:hover,
.bvi-active .quform-submit:hover,
body.bvi-active .bvi-body footer .contacts-foot a.social,
.bvi-active footer .contacts-foot .social img,
.bvi-active .sk-chase-dot:before,
.bvi-active .to-top,
.bvi-active .jdiv .jvlabelWrap,
.bvi-active .quform-submit {
	background: #000 !important;
	background-color: #000 !important;
}

.bvi-active .quform-inner:not(.quform-inner-checkbox) {
	border: 1px solid #000;
	overflow: hidden;
	border-radius: 5px;
}

html body.bvi-active .cont-auto.address {
	display: flex;
}

body.bvi-active [data-bvi-fontsize="18"] .cont-auto.address,
body.bvi-active [data-bvi-fontsize="19"] .cont-auto.address,
body.bvi-active [data-bvi-fontsize="20"] .cont-auto.address,
body.bvi-active [data-bvi-fontsize="21"] .cont-auto.address,
body.bvi-active [data-bvi-fontsize="22"] .cont-auto.address,
body.bvi-active [data-bvi-fontsize="23"] .cont-auto.address,
body.bvi-active [data-bvi-fontsize="24"] .cont-auto.address {
	flex-direction: column;
}

body.bvi-active [data-bvi-fontsize="18"] .cont-auto.address span,
body.bvi-active [data-bvi-fontsize="19"] .cont-auto.address span,
body.bvi-active [data-bvi-fontsize="20"] .cont-auto.address span,
body.bvi-active [data-bvi-fontsize="21"] .cont-auto.address span,
body.bvi-active [data-bvi-fontsize="22"] .cont-auto.address span,
body.bvi-active [data-bvi-fontsize="23"] .cont-auto.address span,
body.bvi-active [data-bvi-fontsize="24"] .cont-auto.address span {
	margin: 0;
	font-size: inherit !important;
}

body.bvi-active [data-bvi-fontsize="18"] .cont-auto.address span br,
body.bvi-active [data-bvi-fontsize="19"] .cont-auto.address span br,
body.bvi-active [data-bvi-fontsize="20"] .cont-auto.address span br,
body.bvi-active [data-bvi-fontsize="21"] .cont-auto.address span br,
body.bvi-active [data-bvi-fontsize="22"] .cont-auto.address span br,
body.bvi-active [data-bvi-fontsize="23"] .cont-auto.address span br,
body.bvi-active [data-bvi-fontsize="24"] .cont-auto.address span br {
	display: none;
}

body.bvi-active [data-bvi-fontsize="18"] .cont-auto.address span i,
body.bvi-active [data-bvi-fontsize="19"] .cont-auto.address span i,
body.bvi-active [data-bvi-fontsize="20"] .cont-auto.address span i,
body.bvi-active [data-bvi-fontsize="21"] .cont-auto.address span i,
body.bvi-active [data-bvi-fontsize="22"] .cont-auto.address span i,
body.bvi-active [data-bvi-fontsize="23"] .cont-auto.address span i,
body.bvi-active [data-bvi-fontsize="24"] .cont-auto.address span i {
	margin-left: 20px;
}

html body.bvi-active .cont-auto.address span {
	margin-top: 20px;
	margin-right: 10px;
	font-size: 13px !important;
}

.bvi-active .cont-auto.logo {
	margin-left: -40px;
}

.bvi-active .cont-auto.right p {
	text-align: right;
}

.bvi-active .cont-auto.right p {
	text-align: right;
}

.bvi-active .cont-auto.right span.quform-popup-link {
	margin-top: 10px !important;
}

body.bvi-active span.quform-popup-link {
	border: 1px solid !important;
}

.bvi-active #countdown {
	background: #fff !important;
	overflow: hidden;
}

.bvi-active #countdown span::after {
	color: #000 !important;
}

.bvi-active .certif-cont:before,
.bvi-active .single-services .services .textwidget ul li:before,
.bvi-active .single-services .services-post ul li:before,
.bvi-active .slidi .slick-arrow,
.bvi-active .slider-block .slick-arrow,
.bvi-active .so-widget-lsow-carousel .slick-arrow,
.bvi-active .so-widget-lsow-posts-carousel .slick-arrow,
.bvi-active .archive article .sticky .thumbnail-images:before,
.bvi-active .massazh-for-family-hide>div>ul>li .sub-menu li:before,
.bvi-active .menu-nav-icon .social img {
	filter: grayscale(1) !important;
	-webkit-filter: grayscale(1) !important;
}

.bvi-active .our-team-style .lsow-posts-carousel-item .hentry .lsow-entry-text-wrap h3.entry-title a,
.bvi-active .quform-form-title,
.bvi-active .politika-konf a {
	color: #000 !important;
}

.bvi-active .quform-inner input,
.bvi-active .quform-inner textarea,
.bvi-active .quform-inner select {
	background: #fff !important;
}

html body.bvi-active .bvi-body .first-nav .menu-nav-icon a.social {
	margin: -3px 6px 0;
	background: #000 !important;
	background-color: #000 !important;
	border-radius: 25px !important;
	-webkit-border-radius: 25px !important;
	-moz-border-radius: 25px !important;
	-ms-border-radius: 25px !important;
	-o-border-radius: 25px !important;
}

html body.bvi-active .bvi-body .menu-nav-icon a.social img {
	position: relative;
	top: 2px;
}

html body.bvi-active .search-cont {
	margin-top: 53px;
}

@media(max-width:1440px) {
	.reab-banner.two .reab-banner-price {
		right: -7%;
		bottom: 20px
	}
}

@media(max-width:1300px) {
	.reab-banner.two .reab-banner-price {
		right: 0
	}
}

@media(max-width:1230px) {
	nav .last-nav .menu {
		margin-left: 15px
	}

	#is-ajax-search-result-4383 {
		left: 0 !important;
		right: 0 !important;
		max-width: 1192px !important;
	}

	nav .mobile-menu-bg:not(.mobile-active) .sub-menu-container {
		padding-left: 15px;
		padding-right: 15px
	}

	.bvi-shortcode {
		display: none !important
	}
}

@media(max-width:1200px) {
	body>header .logo {
		margin-top: 13px
	}

	body>header .logo a img {
		max-width: 250px
	}

	body>header .address {
		font-size: 11px;
		margin: 0
	}

	body>header .address>span {
		line-height: 1.5
	}

	body>header .address>span strong {
		font-size: 11px
	}

	body>header .quform-popup-link {
		padding: 12px 21px !important
	}

	body>header .head {
		padding-bottom: 68px
	}

	.search-cont .container {
		padding: 0
	}

	.search-cont .container .container {
		padding: 10px 15px
	}
}

@media(max-width:1150px) {
	nav .last-nav .menu>li a {
		font-size: 13px
	}
}

@media(max-width:1120px) {
	.terms-otzivi>span:first-child {
		padding-left: inherit
	}

	.terms-otzivi>span {
		display: inline-block;
		padding-left: 0;
		margin-bottom: 15px;
		padding-right: 20px
	}

	.post-type-archive-otzivi .type-otzivi .thumbnail-image {
		width: 226px
	}

	.post-type-archive-otzivi .type-otzivi .excerpt-cont {
		width: calc(100% - 226px)
	}

	.services-price-image {
		display: none
	}

	.services.price .times-block {
		width: auto
	}

	.services.price .rubl {
		margin: 0
	}

	.kursy.has-post-thumbnail .excerpt-cont .changer,
	.services.has-post-thumbnail .excerpt-cont .changer {
		width: 281px;
		margin: 0 auto
	}

	.kursy.has-post-thumbnail>div,
	.services.has-post-thumbnail>div {
		width: 100%;
		float: none;
		text-align: center
	}

	.kursy.has-post-thumbnail .med-descr,
	.services.has-post-thumbnail .med-descr {
		text-align: left
	}

	.kursy.has-post-thumbnail .excerpt-cont,
	.services.has-post-thumbnail .excerpt-cont {
		width: 700px;
		margin: 0 auto !important;
		display: block;
		left: 70px
	}

	.kursy.has-post-thumbnail .action-btn,
	.services.has-post-thumbnail .action-btn {
		width: 280px;
		margin: 20px auto 0 !important;
		display: block
	}

	.kursy.has-post-thumbnail .title-h4 a,
	.services.has-post-thumbnail .title-h4 a {
		border: 0
	}

	.services-template-default .services.has-post-thumbnail>div {
		text-align: left
	}

	.our-team-style .lsow-posts-carousel-item .hentry>div {
		display: inline-block;
		left: 0
	}

	.single-services .post-style-actions .cont-50 {
		width: 100%
	}

	.kursy-template-default .textwidget,
	.kursy-template-default .textwidget ul li {
		text-align: left
	}

	.tp-parallax-wrap {
		padding: 0 5px
	}

	.reab-banner.two .reab-banner-price {
		right: 15px
	}

	.reab-banner.two .reab-banner-cont {
		padding-left: 15px
	}
}

@media(max-width:1040px) {
	footer nav .last-nav {
		position: relative;
		height: 51px
	}

	footer nav .last-nav .menu {
		display: none
	}

	footer nav .menu-nav-icon {
		position: unset;
		margin: 0 auto;
		width: 140px
	}

	.single-services .siteorigin-panels-stretch.panel-row-style {
		display: block
	}

	.single-services .siteorigin-panels-stretch.panel-row-style .panel-grid-cell {
		width: 100% !important
	}

	.single-services .price-caption {
		margin-top: 50px !important
	}

	.certif-cont>p,
	.certif-price .nominal {
		font-size: 13px
	}

	.certif-cont {
		padding: 30px 20px 25px 20px
	}

	.certif-price .nominal {
		padding-right: 0
	}

	.certif-cont>p {
		padding-bottom: 17px
	}

	.certif-cont h4 {
		font-size: 16px !important;
		border-bottom: 0;
		float: none;
		white-space: normal;
		margin-bottom: 15px
	}

	.certif-title img {
		width: auto;
		margin-bottom: 10px
	}

	.certif-title {
		padding: 25px 10px 25px 25px
	}

	.certif-price .s-block strong {
		font-size: 16px
	}

	.certif-price .s-block span {
		font-size: 12px
	}
}

@media(min-width:1023px) {

	.open-address,
	.menu-nav-icon.mobile,
	.hide-phone,
	.menu-close,
	.searchedmob {
		display: none
	}
}

@media(max-width:1023px) {
	body {
		padding-top: 120px
	}

	.head .container {
		height: 73px;
		position: relative;
		display: block !important
	}

	.head .logo {
		margin-right: auto;
		z-index: 5;
		position: relative
	}

	.head .address {
		display: none;
		width: 100%;
		padding: 0;
		text-align: center;
		border-top: 2px solid #f6f6f6
	}

	.head .address span {
		margin: 10px 0 !important;
		display: block
	}

	body>header {
		display: flex;
		flex-direction: column
	}

	body>header .head {
		padding-bottom: 0;
		order: 1
	}

	body>header .logo a img {
		max-width: 180px;
		margin-left: -10px
	}

	body>header .phone {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 15px;
		margin-top: 11px
	}

	body>header .quform-popup-link {
		font-size: 12px;
		padding: 3px 15px !important;
		/*position:absolute;right:0;top:67px;z-index:1;color:#fff!important*/
	}

	body>header .phone p {
		display: none
	}

	.toppodarok img {
		margin-right: 0
	}

	.hide-phone {
		margin-top: 15px
	}

	.hide-phone a {
		color: #fff !important
	}

	.hide-phone a span {
		color: #fff
	}

	.open-address {
		position: absolute;
		right: 15px;
		top: 44px;
		z-index: 10
	}

	.open-address a {
		color: #000;
		font-size: 12px;
		border-bottom: 1px dashed #000;
		text-decoration: none
	}

	header nav {
		background: #0c7fa3;
		width: 100%;
		overflow: hidden;
		display: flex;
		flex-direction: row-reverse;
		order: 2
	}

	header nav .first-nav {
		margin-top: 0
	}

	header nav .first-nav .menu {
		flex-direction: column;
		border-top: 1px solid #076988;
		padding-top: 4px
	}

	header nav .menu li {
		width: 100%;
		text-align: left;
		float: none;
		margin: 0 !important;
		line-height: 40px
	}

	header nav .menu li a {
		color: #fff !important
	}

	nav .last-nav .menu {
		margin-left: 0
	}

	nav .last-nav>.container>.container {
		background: transparent;
		border-top: 0;
		position: relative;
		top: auto
	}

	header nav .last-nav .menu {
		display: block;
		border-top: 1px solid #076988;
		margin-right: 0;
		padding-top: 4px;
		width: 100%;
		border-bottom: 1px solid #076988;
		padding-bottom: 4px
	}

	header.mobile-active {
		z-index: 999999;
		position: unset;
		margin-top: 0 !important
	}

	.menu-close {
		position: absolute;
		top: 2px;
		right: 17px;
		color: #fff;
		font-size: 40px;
		transform: rotate(44deg);
		padding: 8px 5px;
		cursor: pointer;
		font-weight: 100;
		font-family: auto
	}

	.mobile-menu-bg.mobile-active .menu-close {
		display: block
	}

	.mobile-menu {
		position: fixed;
		top: 0;
		right: -320px;
		bottom: 0;
		background: #0080a6;
		width: 320px;
		padding: 40px 10px;
		overflow-y: auto;
		overflow-x: hidden;
		transition: all .5s;
		z-index: 9999999999999999;
		transition: all .6s ease
	}

	.mobile-menu-bg.mobile-active .mobile-menu {
		right: 0
	}

	.mobile-menu-bg.mobile-active:before {
		content: ' ';
		width: 100%;
		height: 100%;
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		background: rgba(0, 0, 0, 0.67);
		transition: background .5s;
		z-index: 9999999999999999
	}

	body.mobile-active {
		padding-top: 0
	}

	body.mobile-active header {
		z-index: 999999;
		position: unset;
		margin-top: 0 !important
	}

	nav .last-nav.children-act {
		height: auto
	}

	nav .last-nav .menu>li a {
		font-size: 16px;
		font-weight: 700;
		background: none !important
	}

	nav .last-nav .menu>li.menu-round a {
		padding: 0;
		background: transparent;
		color: #ffffff !important;
		border: 0;
		margin: 0;
		height: inherit;
		line-height: unset;
		display: inline-block
	}

	nav .last-nav .menu>li.menu-round a:hover,
	nav .last-nav .menu>li.menu-round.current-menu-item a {
		color: #00bbb6 !important
	}

	nav .menu-item-has-children>a {
		color: #ffffff !important;
		padding: 0;
		line-height: unset
	}

	nav .sub-menu {
		position: relative;
		left: 0;
		right: 0;
		background: none !important;
		border: 0;
		padding: 0
	}

	nav .sub-menu li {
		float: none !important
	}

	nav li>ul.sub-menu>li {
		line-height: 40px
	}

	nav .last-nav .menu-item-has-children>a {
		display: none !important
	}

	nav .last-nav .menu-item-has-children .sub-menu {
		display: block !important
	}

	header nav .menu-nav-icon,
	nav .company-open,
	.navpodarok {
		display: none
	}

	nav .menu>li a:hover,
	nav .menu li.current-menu-item>a,
	nav .menu li.current_page_item>a {
		color: #000 !important
	}

	.menu-nav-icon.mobile {
		display: flex;
		min-width: initial;
		padding-right: 15px
	}

	.menu-nav-icon.mobile a {
		margin-left: 9px !important
	}

	.menu-nav-icon.mobile a.toppodarok {
		margin-top: 2px
	}

	header nav .menu-bars-block {
		width: 100%;
		overflow: hidden
	}

	header nav .menu-bars {
		font-size: 30px;
		color: #fff;
		display: inline-block;
		cursor: pointer;
		position: relative;
		padding: 4px 16px;
		border-radius: 4px;
		transition: all 0.3s 0s ease-out;
		text-align: center;
		float: left
	}

	header nav .menu-bars .menu-name {
		font-size: 10px;
		line-height: 10px;
		display: block;
		position: relative;
		top: -3px
	}

	nav .last-nav .menu>li.menu-round a:hover,
	nav .last-nav .menu li.menu-round.current-menu-item>a,
	nav .last-nav .menu li.menu-round.current_page_item>a {
		color: #00bbb6
	}

	.menu-deck {
		display: none
	}

	.menu-mob {
		display: block
	}

	.actionsm .actionsm-block .actionsm-cont {
		flex-direction: column;
		text-align: center
	}

	.massazh-for-family-menu li a {
		display: block;
		padding: 6px 15px
	}

	.post-type-archive-news.archive article.cont-25,
	.post-type-archive-info-stati.archive article.cont-25,
	.foot-cont-widget .sow-features-feature-last-row {
		width: 33.3333% !important;
		display: inline-block !important;
		vertical-align: top;
		margin-right: -4px;
		float: none !important;
		margin-bottom: 20px !important
	}

	.widget_true_top_widget .thumbnail-images a img {
		object-fit: cover
	}

	.post-type-archive-actions .type-actions>div {
		min-height: 100%
	}

	.post-type-archive-actions .type-actions .action-btn {
		width: 100%;
		float: none;
		text-align: left;
		margin: 20px 0 35px
	}

	.post-type-archive-actions .type-actions .thumbnail-image {
		width: 220px
	}

	.post-type-archive-actions .type-actions .excerpt-cont {
		width: calc(100% - 220px)
	}

	.post-type-archive-actions .type-actions .excerpt-cont .btn {
		margin-bottom: 0 !important
	}

	.our-team .btn {
		margin-bottom: 20px !important
	}

	.our-team .thumbnail-image .quform-popup-link {
		height: auto;
		line-height: 1.3 !important;
		padding: 10px !important
	}

	.our-team-style.column-style-1 .our-team.hentry {
		padding: 15px 0 5px !important
	}

	.fancy-our-team-style .our-team .cont-75,
	.our-team-style.column-style-1 .our-team .cont-75 {
		padding-left: 10px
	}

	footer nav .menu-nav-icon .toppodarok {
		margin-right: 11px
	}

	.searchedmob {
		display: block;
		position: relative;
		right: unset;
		top: unset;
		max-width: 100%;
		margin: 0 0 10px 0 !important
	}

	.searched.searchedmob button {
		top: 6px;
		right: 22px
	}

	#single-more {
		padding-top: 180px !important;
		margin-top: -150px
	}

	#single-zapisatsa,
	#single-price {
		padding-top: 150px;
		margin-top: -150px
	}
}

@media (min-width:981px) {
	.slidi {
		padding-bottom: 0
	}

	.slidi .slick-arrow {
		display: none
	}
}

@media (max-width:980px) {
	.banner-actions {
		padding: 10px 0;
		min-height: 120px
	}

	.banner-actions-block-one {
		width: 120px
	}

	.banner-actions-block-one img {
		max-width: 100%;
		height: auto;
		padding-right: 10px
	}

	.banner-actions-block-two {
		padding-right: 10px
	}

	.banner-actions-block-two .h2 {
		font-size: 22px
	}

	.banner-actions-block-two .banner-text p:first-child {
		font-size: 18px
	}

	.banner-actions-block-two .banner-text p:last-child {
		font-size: 16px
	}

	.serv-entry-block {
		display: block
	}

	.serv-entry-block-title br {
		display: none
	}

	.widget_true_top_widget .post-style-services .cont-33 {
		width: 50%
	}

	.otzivi .excerpt-cont blockquote,
	.otzivi-exc blockquote {
		height: auto;
		line-height: unset;
		padding: 15px 47px;
		position: relative
	}

	.otzivi .excerpt-cont blockquote:before,
	.otzivi-exc blockquote:before {
		position: absolute;
		left: 10px;
		top: 8px
	}

	.otzivi .excerpt-cont blockquote:after,
	.otzivi-exc blockquote:after {
		position: absolute;
		right: 10px;
		bottom: 8px
	}

	.massazh-filtr>span {
		width: 50%
	}

	.searched {
		position: relative;
		right: 0;
		top: 0;
		max-width: 1000px;
		width: 100%;
		margin: 20px auto 0
	}

	.fancy-our-team-style [id*="our-team-popup-"] {
		margin-left: 0
	}

	footer .foot-new .cont-25 {
		float: none;
		width: 50%;
		vertical-align: top
	}

	.reab-banner.two .reab-banner-text {
		width: 60%
	}
}

@media (max-width:860px) {
	.services.price .action-btn {
		width: auto;
		float: none
	}

	.pok-por-widget .cont-50 {
		width: 100%
	}
}

@media (max-width:782px) {
	body.admin-bar>header {
		margin-top: 46px
	}

	.tp-bullets {
		top: calc(100% + 29px) !important
	}

	.massazh-for-family {
		display: block;
		margin: 0 auto 30px
	}

	.massazh-for-family:last-of-type {
		margin: 0 auto 0
	}

	.massazh-for-family-block {
		width: 100%;
		margin-top: 10px
	}

	.massazh-for-family-img {
		margin-bottom: 10px;
		border: 0
	}

	.massazh-for-family-menu {
		padding: 25px 0 0
	}

	.massazh-for-family-menu ul {
		display: block;
		text-align: center;
		margin-bottom: 0
	}

	.massazh-for-family-menu li {
		display: inline-block;
		margin: 0 3px 15px 0
	}

	.widget-post-thumb {
		text-align: left
	}

	.widget-post-thumb img {
		max-width: 300px;
		margin-top: 0
	}

	.mobile_rtl>div:nth-child(1) {
		order: 2;
		margin-bottom: 0 !important
	}

	.mobile_rtl>div:nth-child(2) {
		order: 1;
		margin-bottom: 25px !important
	}
}

@media(min-width:769px) {
	.fancy-our-team-style .fancybox-close-small {
		position: absolute;
		margin: 5px 5px 40px;
		display: block;
		padding: 0;
		width: 27px !important;
		height: 27px !important
	}

	.fancy-our-team-style .fancybox-close-small svg {
		color: #f53855;
		border-radius: 50%;
		border: 1.5px solid
	}

	.wp_is_mobile {
		display: none !important
	}

	.desc-filter {
		display: block !important
	}

	.mob-filter {
		display: none !important
	}
}

@media(max-width:768px) {
	.map ul li h2 {
		margin-left: 0
	}

	.map ul li {
		width: 100%;
		margin-right: 0px;
		padding-left: 0
	}

	.question {
		padding: 35px 0px 35px 0px
	}

	.question p:nth-child(1) {
		font-size: 25px
	}

	.question p:nth-child(2) {
		font-size: 20px
	}

	.question div a strong span {
		font-size: 20px
	}

	.question div a strong+strong {
		font-size: 38px
	}

	.question .quform-popup-link {
		display: block;
		margin: 25px auto 0 !important;
		width: 200px
	}

	footer .foot-cont-two {
		font-size: 12px;
		padding: 10px 0px;
		line-height: 20px
	}

	.post-type-archive-news.archive article.cont-25,
	.post-type-archive-info-stati.archive article.cont-25 {
		width: 50% !important
	}

	.post-type-archive-otzivi .type-otzivi .thumbnail-image,
	.tax-otzivi-cat .thumbnail-image {
		width: 115px
	}

	.post-type-archive-otzivi .type-otzivi .thumbnail-image img,
	.tax-otzivi-cat .thumbnail-image img {
		height: 60px
	}

	.post-type-archive-otzivi .type-otzivi .excerpt-cont,
	.tax-otzivi-cat .excerpt-cont {
		width: calc(100% - 115px)
	}

	.reab-banner {
		display: block
	}

	.reab-banner .reab-banner-text {
		padding: 15px 10px 20px 20px;
		width: 100%
	}

	.reab-banner .reab-banner-image {
		width: 100%;
		height: 250px
	}

	.services.price .type-services>div {
		width: 100%;
		text-align: center
	}

	.services.price .action-btn>a {
		width: auto
	}

	.services.price .times {
		margin-bottom: 0
	}

	.services.price .times>div {
		display: inline-block;
		vertical-align: top
	}

	.services.price .times-block {
		height: 64px
	}

	.services.price .times .mins {
		float: none
	}

	.services.price .changer {
		margin: 20px 0 0
	}

	.kursy.has-post-thumbnail .excerpt-cont,
	.services.has-post-thumbnail .excerpt-cont {
		width: 100%;
		display: inline-block;
		left: 0;
		padding: 0 15px
	}

	.kursy.has-post-thumbnail .excerpt-cont>div,
	.services.has-post-thumbnail .excerpt-cont>div {
		width: 100%;
		padding: 0
	}

	.our-team-style.column-style-1 .our-team.hentry .thumbnail-image {
		margin-bottom: 20px
	}

	.our-team-style.column-style-1 .our-team.hentry>div {
		width: 100%;
		text-align: center
	}

	.fancy-our-team-style .our-team .thumbnail-image span,
	.our-team-style.column-style-1 .our-team .thumbnail-image span {
		display: flex;
		width: 100%;
		text-align: center;
		justify-content: center
	}

	.fancy-our-team-style .our-team .thumbnail-image span img,
	.our-team-style.column-style-1 .our-team .thumbnail-image span img {
		max-width: 160px;
		height: 160px;
		object-fit: cover
	}

	.our-team .thumbnail-image .quform-popup-link {
		width: auto
	}

	.so-widget-lsow-carousel h3.widget-title,
	.so-widget-lsow-posts-carousel h3.widget-title,
	.specialist-title-cont h3,
	.widget_media_video h3.widget-title,
	.widget_custom_html h3.widget-title,
	.widget_true_top_widget .post-header-actions>.entry-title,
	.widget_true_top_widget .post-header-services>.entry-title {
		font-size: 25px;
		white-space: normal;
		display: block
	}

	.so-widget-lsow-carousel h3.widget-title:after,
	.so-widget-lsow-posts-carousel h3.widget-title:after,
	.specialist-title-cont h3:after,
	.widget_media_video h3.widget-title:after,
	.widget_custom_html h3.widget-title:after {
		display: none
	}

	.service_pack-style-title,
	.certificates-style-title {
		display: block
	}

	.service_pack-style-title:before,
	.service_pack-style-title:after,
	.certificates-style-title:before,
	.certificates-style-title:after {
		display: none
	}

	.service_pack-style-title h4 {
		font-size: 18px;
		white-space: normal
	}

	.massazh-for-family-hide .tabhead>a {
		font-size: 11px;
		font-weight: normal;
		padding: 12px 3px;
		margin-right: 0
	}

	.massazh-for-family-hide .tabhead.tab-act>a {
		padding: 12px 5px 14px
	}

	.massazh-for-family-hide>div {
		padding: 20px 10px 10px
	}

	.massazh-for-family-hide>div>ul>li .sub-menu {
		width: 100%
	}

	.massazh-for-family-hide {
		top: 20px
	}

	.sertificat.panel-row-style {
		flex-direction: column
	}

	.sertificat.panel-row-style .panel-grid-cell {
		width: 100% !important
	}

	.sertificat .panel-grid-cell:first-child .panel-widget-style {
		margin: 20px auto;
		width: 205px
	}

	.sertificat .panel-grid-cell .widget_sow-editor {
		padding: 20px
	}

	.sertificat-buy {
		position: unset;
		margin: 0 20px 20px 20px
	}

	.sertificat-benefit {
		margin: 0 20px 20px 20px
	}

	.sertificat .panel-grid-cell:last-child>div {
		padding: 10px 10px 40px 10px
	}

	.sertificat .panel-grid-cell:nth-child(2)>div h2 {
		margin: -40px 0 10px 0
	}

	.sertificat .panel-grid-cell:nth-child(2)>div h4 {
		font-size: 31px
	}

	.sertificat-benefit .block:first-child {
		margin-bottom: 10px
	}

	.desc-filter {
		display: none !important
	}

	.mob-filter {
		display: block !important
	}

	.prices-filter-mobile.sod_select {
		padding: 0 !important;
		margin-top: 5px !important
	}

	.prices-filter-mobile a {
		margin: 0;
		border-radius: unset;
		background: unset
	}

	.prices-filter-mobile .sod_label {
		padding: 14px 10px;
		position: relative;
		z-index: 1
	}

	.prices-filter-mobile.active .sod_list_wrapper {
		display: block
	}

	.prices-filter-mobile .sod_option:hover {
		background: #f7f7f7;
		border-radius: 3px;
		color: #676767
	}

	.prices-filter-mobile .sod_list {
		min-width: 197px
	}

	.reab-banner.two .reab-banner-cont {
		flex-direction: column
	}

	.reab-banner.two .reab-banner-text,
	.reab-banner.two .reab-banner-image {
		width: 100%
	}

	.reab-banner.two .reab-banner-text h3 {
		font-size: 35px
	}

	.reab-banner.two .reab-banner-image {
		display: none
	}

	.reab-banner.two .reab-banner-price {
		position: relative;
		right: 0;
		max-width: 100%;
		margin-right: 15px;
		margin-top: 40px
	}

	.quform-responsive-elements-phone-landscape .quform-labels-left>.quform-spacer>.quform-label {
		width: 97px !important;
		float: left
	}

	.quform-responsive-elements-phone-landscape .quform-labels-left.quform-element>.quform-spacer>.quform-inner {
		margin-left: 97px !important
	}

	.service_item .table p span:nth-child(1) {
		padding-right: 10px
	}

	.service_item .mob_si {
		display: block;
		width: 100% !important
	}

	.service_item .mob_si span {
		display: block;
		width: 100% !important;
		margin-top: 10px
	}

	.service_item .mob_si span:last-child {
		color: #04b07b
	}
}

@media(max-width:600px) {
	#wpadminbar {
		position: fixed !important
	}

	.post-type-archive-actions .type-actions>div {
		width: 100% !important;
		float: none;
		text-align: center !important
	}

	.our-team>div {
		float: none;
		width: 100% !important;
		text-align: center
	}

	.our-team .thumbnail-image img {
		height: 160px
	}

	.our-team .cpec_block_practic {
		font-size: 14px;
		padding-right: 0
	}

	.our-team .btn {
		height: auto;
		line-height: 1.5 !important;
		padding: 10px 20px !important
	}

	.services-template-default.single .our-team .thumbnail-image p,
	.services-template-default.single .our-team .excerpt-cont {
		text-align: left !important
	}

	.services-template-default.single .our-team .cont-100 {
		display: none
	}

	.widget_true_top_widget .post-style-services .cont-33 {
		width: 100%
	}

	.slider-block .slick-arrows {
		position: relative;
		top: -25px;
		text-align: center
	}

	.quform .quform-popup-link {
		padding: 0 15px !important
	}

	.widget_true_top_widget .post-style-actions .actions .thumbnail-images {
		width: 100%
	}

	.widget_true_top_widget .post-style-actions .actions .excerpt-cont {
		float: none;
		width: 100%
	}

	.widget_true_top_widget .post-style-actions .actions .excerpt-cont .excerpt {
		height: auto
	}

	.widget_true_top_widget .post-style-actions .actions .thumbnail-images a {
		width: 100%
	}

	.widget_true_top_widget .post-style-actions .actions .thumbnail-images img {
		width: 100%;
		height: 200px !important
	}

	.massazh-for-family-hide .mffm {
		padding: 25px 15px 15px
	}

	.banner-actions-cont>div {
		display: block;
		width: 100%;
		text-align: center;
		padding-right: 0
	}

	.banner-actions-block-one img {
		max-width: 130px;
		padding-right: 0
	}

	.filters.services-cat-block #custom:first-child {
		margin-bottom: 20px
	}
}

@media(max-width:540px) {
	body {
		overflow-x: hidden
	}

	.map-address .address p span {
		right: 0
	}

	.actionsm .actionsm-block .actionsm-block-one {
		padding: 0
	}

	.actionsm .actionsm-block h3 .btn {
		margin: 20px 50px 0 !important;
		top: 0
	}

	.actionsm .countdownHolder {
		width: auto
	}

	.foot-cont-widget .sow-features-list.sow-features-responsive .sow-features-feature,
	.post-type-archive-news.archive article.cont-25,
	.post-type-archive-info-stati.archive article.cont-25 {
		width: 100% !important
	}

	/*.foot-cont-widget .widget_true_top_widget .cont-20.inline-grid{width:100%!important}*/
	main .quform-3 .quform-element,
	main .quform-5 .quform-element,
	main .quform-9 .quform-element,
	main .quform-16 .quform-element {
		width: 100% !important;
		float: none
	}

	main .quform-3 .quform-element br,
	main .quform-5 .quform-element br,
	main .quform-9 .quform-element br,
	main .quform-16 .quform-element br {
		display: none
	}

	main .quform .quform-spacer-html p {
		text-align: left !important
	}

	main .quform {
		padding: 20px 10px 15px
	}

	main .quform .quform-form-inner-5 .btn-cont,
	main .quform .quform-form-inner-9 .btn-cont,
	main .quform .quform-form-inner-16 .btn-cont {
		width: 100%
	}

	.quform-form-inner-5 .quform-element-checkbox,
	.quform-form-inner-9 .quform-element-checkbox {
		margin-top: 15px
	}

	.post-type-archive-otzivi .type-otzivi .thumbnail-image,
	.tax-otzivi-cat .thumbnail-image {
		width: 100%;
		margin-bottom: 20px
	}

	.post-type-archive-otzivi .type-otzivi .excerpt-cont,
	.tax-otzivi-cat .excerpt-cont {
		width: 100%
	}

	.med-line {
		font-size: 11px
	}

	.certificates-style.lsow-posts-carousel ul.slick-dots,
	.service_pack-style.lsow-posts-carousel ul.slick-dots {
		display: none !important
	}

	.ss-service_pack.slider-block .slick-arrow,
	.ss-certificates.slider-block .slick-arrow {
		margin: 20px 20px 10px !important
	}

	.med-cal {
		height: auto
	}

	.massazh-for-family-hide .sub-menu-row {
		display: block
	}

	.massazh-for-family-hide>div>ul>li .sub-menu li {
		width: 100%
	}

	.massazh-for-family-hide>div>ul>li .sub-menu li {
		width: 100%
	}

	.post-thumbnail-news {
		margin-bottom: 20px
	}

	.post-thumbnail-news,
	.post-thumbnail-news+div {
		width: 100%
	}

	.otzivi-cont {
		display: block
	}

	.otzivi-cont>div {
		width: 100%
	}

	.otzivi-cont .otzivi-thumb {
		margin-bottom: 20px
	}

	.otzivi-cont .otzivi-thumb img {
		height: 80px
	}

	.massazh-filtr>span {
		width: 100%
	}

	.termses_link {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -10px 25px
	}

	.termses_link a {
		width: calc(50% - 20px);
		text-align: center;
		margin: 0 10px 15px
	}
}

@media(max-width:420px) {
	footer .foot-new .cont-25 {
		width: 100%;
		border-left: 0
	}

	footer .foot-new {
		margin-top: 30px;
		margin-bottom: 0
	}

	.head .container {
		padding: 0 5px
	}

	.open-address,
	.menu-nav-icon.mobile,
	body>header .phone {
		right: 5px
	}

	header nav .menu-bars {
		padding: 4px 10px 4px 5px
	}

	.menu-nav-icon.mobile a {
		margin-left: 5px
	}

	body>header .logo {
		margin-top: 10px
	}

	.map-address>ymaps {
		height: 320px !important
	}

	.map-address .address {
		margin: 0 -25px 0;
		text-align: center;
		border-bottom: 2px solid #efefef
	}

	.map-address .address p span {
		position: relative;
		display: inline-block;
		margin-top: 10px
	}

	.actionsm .countdownHolder {
		padding: 5px 15px 5px 0
	}

	.actionsm .digit {
		font: normal 21px 'Arial Black', 'Arial Bold', Gadget, sans-serif
	}

	.actionsm .position {
		width: 18px;
		height: auto
	}

	.actionsm .countDiv {
		margin: 0 7px 0 14px;
		height: 1.2em
	}

	.actionsm .countDiv:before,
	.actionsm .countDiv:after {
		width: 3px;
		height: 3px
	}

	.actionsm .countDays:after,
	.actionsm .countHours:after,
	.actionsm .countMinutes:after,
	.actionsm .countSeconds:after {
		font-size: 12px
	}

	.actionsm .countDiv:after {
		top: 0.65em
	}

	.actionsm .countDays:after {
		left: 3px
	}

	.actionsm .countHours:after {
		left: 0
	}

	.actionsm .countMinutes:after {
		left: 1px
	}

	.actionsm .countSeconds:after {
		left: -3px
	}

	.actionsm .actionsm-block h3 .btn {
		margin: 20px 10px 0 !important
	}

	.actionsm .actionsm-block h3 {
		margin-bottom: 15px
	}

	.textwidget img {
		width: 100%;
		margin-bottom: 20px !important
	}

	.terms-otzivi>span {
		width: 100%
	}

	.terms-otzivi .obertyvanija:after {
		background-position: 25px
	}

	.massazh-filtr .obertyvanija:after {
		background-position: 50% !important
	}

	.reab-banner .reab-banner-image {
		height: 160px
	}

	.time-price .table-cell {
		padding: 20px 10px
	}

	.certif-cont>p,
	.certif-title p,
	.certif-price .nominal {
		font-size: 11px
	}

	.certif-cont {
		padding: 40px 20px 25px 30px
	}

	.certif-cont>p {
		padding-bottom: 17px
	}

	.certif-cont h4 {
		font-size: 13px !important;
		border-bottom: 0;
		float: none;
		white-space: normal;
		margin-bottom: 15px
	}

	.certif-title img {
		width: auto;
		margin-bottom: 10px
	}

	.certif-title {
		padding: 25px 10px 25px 25px
	}

	.certif-price .s-block strong {
		font-size: 13px
	}

	.certif-price .s-block span {
		font-size: 10px
	}

	.certificates-style .type-certificates {
		min-height: 280px
	}

	.pok-por-widget-title-left,
	.pok-por-widget-title-right {
		background-size: 200px
	}

	.single-services .post-title .entry-title,
	.single-kursy .post-title .entry-title {
		font-size: 25px
	}

	.reab-banner-text .quform-popup-link {
		margin-top: 15px !important;
		display: inline-block
	}
}

@media(max-width:376px) {
	.head .address span {
		width: 100%;
		margin: 0 0 10px
	}

	.otzivi-exc .info-o {
		float: none;
		display: block;
		margin-top: 10px
	}
}

@media(max-width:374px) {

	body>header .phone p a,
	.hide-phone a {
		font-size: 15px
	}
}

@media(max-width:360px) {
	.med-line {
		font-size: 10px
	}

	body>header .logo a img {
		max-width: 167px;
		margin-top: 2px;
		margin-left: -15px
	}

	/*.menu-nav-icon.mobile a.toppodarok{display:none}*/
}

@media(max-width:340px) {
	body>header .logo {
		margin-top: 12px
	}

	body>header .logo a img {
		max-width: 160px
	}

	.serv-entry-block-title {
		font-size: 14px
	}

	body>header .phone p a,
	.hide-phone a {
		font-size: 17px
	}

	.fancy-our-team-style [id*=our-team-popup-] {
		max-width: 100% !important
	}

	.fancy-our-team-style .our-team,
	.fancy-our-team-style .our-team .cont-25,
	.fancy-our-team-style .our-team .cont-75 {
		padding: 0
	}
}

@media(max-width:769px) {

	.tp-leftarrow,
	.tp-rightarrow {
		opacity: 0 !important;
		visibility: hidden !important
	}

	.quform-success-message {
		width: 100%;
		z-index: 100
	}

	.quform {
		position: relative
	}

	.fancybox-content {
		text-align: left
	}

	#slide-3-layer-3 {
		right: 70px
	}

}

.the {
	height: 120px;
	overflow: hidden;
	margin-bottom: 15px
}

.tnened {
	height: auto !important;
	position: relative
}

.noread {
	display: none !important
}

.the:after {
	content: '';
	height: 73px;
	width: 100%;
	position: absolute;
	position: absolute;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
	bottom: 37px
}

.nothe .read_more {
	position: absolute;
	bottom: 0;
	cursor: pointer;
	color: #0080a6;
	font-size: 16px;
	text-transform: none
}

.nothe .read_more2 {
	position: absolute;
	bottom: 0;
	cursor: pointer;
	color: #0080a6;
	font-size: 16px;
	display: none;
	text-transform: none;
	display: none
}

.noread2 {
	display: block !important
}

.nothe {
	padding-bottom: 24px;
	position: relative
}

.tnened .the {
	height: auto !important;
	position: relative
}

.tnened .the:after {
	display: none
}

.hesperiden.tparrows:before {
	color: rgb(0, 0, 0) !important
}

.hesperiden.tparrows {
	background: rgb(255, 255, 255) !important
}

.ymap-container {
	position: relative;

	overflow: hidden;

	cursor: pointer;

	background: url('/wp-content/themes/theme/img/yandex-before-load.jpg') #ffffff no-repeat;
	background-position: 50% center;
	background-size: cover;
}

#map-yandex {
	position: relative;
	z-index: 7;

	width: 100%;
	height: 490px;

	cursor: pointer;

	background-color: transparent;
}

/*Индикатор загрузки, который показывается до загрузки карты*/
.loader {
	position: absolute;
	z-index: 15;
	top: -100%;
	left: 0;

	box-sizing: border-box;
	width: 100%;
	height: 100%;

	overflow: hidden;

	color: #000000;

	transition: opacity .7s ease;

	opacity: 0;
	background-color: rgba(0, 0, 0, .55);
}

.loader:after,
.loader:before {
	box-sizing: border-box;
}

.loader.is-active {
	top: 0;

	opacity: 1;
}

.loader-default:after {
	position: absolute;
	top: calc(50% - 24px);
	left: calc(50% - 24px);

	width: 48px;
	height: 48px;

	content: '';
	-webkit-animation: rotation 1s linear infinite;
	animation: rotation 1s linear infinite;

	border: solid 8px #ffffff;
	border-left-color: transparent;
	border-radius: 50%;
}

@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes rotation {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-webkit-keyframes blink {
	from {
		opacity: .5;
	}

	to {
		opacity: 1;
	}
}

@keyframes blink {
	from {
		opacity: .5;
	}

	to {
		opacity: 1;
	}
}

.so-widget-sow-features .sow-icon-image {
	overflow: hidden;
}

.so-widget-sow-features .sow-icon-image img {
	width: 100%;
	height: auto;
}

.hidden {
	display: none !important;
}

.photo-tour iframe {
	height: calc(100vh - 300px);
}

@media (max-width: 1024px) {
	.photo-tour iframe {
		height: calc(100vh - 235px);
	}
}

.widget-title-custom {
	color: #0c7fa3;
	padding-bottom: 20px;
	line-height: 1.2;
	font-size: 18px;
	margin-top: 0;
}

.entry-content .abonement:first-child {
	margin-top: 50px;
}

.abonement {
	margin-bottom: 50px;
}

.abonement .h2 {
	color: #0c7fa3;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px;
}

.abonement .h3 {
	font-weight: 600;
	text-align: left;
	color: #0c7fa3;
	line-height: 1.4em;
	font-size: 21px;
}

.abonement .quform-popup-link {
	height: 33px;
	line-height: 33px !important;
	padding: 0 25px !important;
}

.abon-cont {
	margin-bottom: 30px;
}

.abon-cont .so-widget-sow-headline {
	margin-bottom: 20px;
}


.abon-block.osteop-class p.abon-tr span:nth-child(3),
.abon-block.psihol-class p.abon-tr span:nth-child(3) {
	color: #04b07b;
	font-weight: bold;
}

.abon-block.osteop-class p.abon-tr span:nth-child(4),
.abon-block.psihol-class p.abon-tr span:nth-child(4) {
	font-weight: normal;
	color: #000;
}

.abon-block.massazh-na-domu-class p.th span:nth-child(4),
.abon-block.massazh-na-domu-class p.abon-tr span:nth-child(4),
.abon-block.obert-class p.th span:nth-child(4),
.abon-block.obert-class p.abon-tr span:nth-child(4),
/*.abon-block.psihol-class p.th span:nth-child(4),*/
/*.abon-block.psihol-class p.abon-tr span:nth-child(4),*/
.abon-block.kinezi-class p.th span:nth-child(4),
.abon-block.kinezi-class p.abon-tr span:nth-child(4),
.abon-block.yoga-class p.th span:nth-child(4),
.abon-block.yoga-class p.abon-tr span:nth-child(4) {
	display: none;
}

.table {
	display: table;
	width: 100%;
	border-collapse: collapse;
	margin: 5px 0 10px;
}

.table p {
	display: table-row;
	border: 1px solid #f7f7f7;
	transition: all .5s;
}

.table p:nth-child(odd) {
	background: #f7f7f7;
}

.table p:nth-child(even) {
	background: #fff;
}

.table p:hover {
	background: #e2e4e7;
}

.table p.th {
	font-weight: bold;
	background: #0c7fa3;
	color: #fff;
}

.table p>span {
	display: table-cell;
	padding: 15px 10px;
	text-align: left;
	vertical-align: middle;
	width: 25%;
}

.table p>span {
	width: 16%;
}

.table p>span:first-child {
	width: 35%;
}

.table p>span:last-child {
	text-align: right;
}

.table .th span {
	vertical-align: top;
	position: relative;
}

.table .th span>span {
	display: block;
}

.table .icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	fill: #fff;
	vertical-align: middle;
	margin-right: 5px;
}

.table .icon.percent .st0 {
	fill: none;
	stroke: #fff;
	stroke-width: 2.6025;
	stroke-miterlimit: 10
}

.table .icon.massage svg {
	max-width: 100%;
	max-height: 100%
}

.table .icon.massage .st0 {
	fill: #fff
}

.table .icon.massage .st1 {
	fill: none;
	stroke: #fff;
	stroke-width: 2;
	stroke-linejoin: round;
	stroke-miterlimit: 10
}

.table .icon.massage .st2 {
	fill: none;
	stroke: #fff;
	stroke-width: 2;
	stroke-miterlimit: 10
}

.table p .col-abon {
	font-weight: bold;
}

.table p>span>small {
	display: block;
	font-size: inherit;
	color: #F03
}

.table p>span>span>span {
	display: block;
}

.table p>span:nth-child(4),
.table p>span:nth-child(5) {
	font-weight: 700;
}

.td-green {
	color: #04b07b;
}

@media(min-width:768px) {
	.abon-mobile {
		display: none
	}
}

@media(max-width:768px) {

	.table p>span:nth-child(2),
	.table p>span:nth-child(3),
	.table p>span:nth-child(4),
	.table p.massa>span:nth-child(5) {
		display: none
	}

	.table p>span:nth-child(1),
	.table p.massa>span {
		width: 100%
	}

	.table p>span:nth-child(1) br {
		display: inline-block
	}

	.table p>span:nth-child(1) .abon-mobile span {
		display: flex;
		flex-wrap: wrap;
		border-bottom: 1px solid rgba(0, 0, 0, .1)
	}

	.table p>span:nth-child(1) .abon-mobile span:last-child {
		border-bottom: none
	}

	.table p>span:nth-child(1) .abon-mobile span small:first-child {
		width: 90px
	}

	.table p>span:nth-child(1) .abon-mobile span small:last-child {
		display: flex;
		flex-wrap: wrap;
		padding-left: 20px
	}

	.table p>span:nth-child(5),
	.table p>span:nth-child(6) {
		text-align: right
	}

	.abon-mobile {
		display: block
	}
}

@media(max-width:380px) {
	.table p>span {
		padding: 8px;
		font-size: 12px
	}

	.abonement .quform-popup-link {
		height: 23px;
		line-height: 23px !important;
		padding: 0 10px !important
	}
}

.recommend-action {
	background: #0080a6;
	color: #fff;
	font-size: 17px;
	display: flex;
	padding: 30px;
	align-items: center;
}

@media (max-width: 992px) {
	.recommend-action {
		align-items: flex-start;
	}
}

@media (max-width: 700px) {
	.recommend-action {
		display: block;
		text-align: center;
	}
}

.recommend-action__icon {
	width: 150px;
	height: auto;
	fill: #fff;
	margin-right: 20px;
}

@media (max-width: 700px) {
	.recommend-action__icon {
		/* display: none; */
		margin: auto;
		margin-bottom: 20px;
		text-align: center;
	}
}

.recommend-action__info h3 {
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 20px;
	line-height: 1.2;
	font-size: 16px;
}

.recommend-action__info p:last-child {
	padding-bottom: 0;
}

.recommend-action__info a {
	color: #fff;
}

.actions-panel .excerpt-cont {
	margin-top: 0;
}

.actions .thumbnail-images img {
	border-radius: 0;
}

.so-panel .quform-form-inner .quform-elements {
	overflow: hidden;
}

.termses.prices-filter {
	margin-bottom: -35px;
	margin-top: 45px;
}

/*#menu-item-2259>a:before{
	color: red;
	animation: blinkAnim 2s ease 0s infinite;
}*/

@keyframes blinkAnim {
	0% {
		opacity: 1;
		/* color: #000; */
		/* filter: drop-shadow(0px 0px 0px red); */
	}

	10% {
		opacity: 0;
		/* color: red; */
		/* filter: drop-shadow(0px 0px 3px red); */
	}

	20% {
		opacity: 1;
		/* color: #000; */
		/* filter: drop-shadow(0px 0px 0px red); */
	}
}

.quform-success-message-animate {
	z-index: 100;
	opacity: 1 !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-top: 0;
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	font-size: 18px;
	line-height: 1.6;
	font-style: italic;
	background: #0c7fa3;
	color: #fff;
	border: 0;
}

.quform-success-message {
	background: none;
	border: 0;
	color: #fff;
}

.success-form-msg a {
	color: #fff;
}

.so-panel.widget.widget_quform-widget.quform-widget.panel-first-child.panel-last-child {
	position: relative;
}

.so-panel .quform-form-inner .quform-elements {
	position: relative;
	z-index: 10;
}

.searchwp-live-search-no-min-chars:after {
	content: "Продолжайте печатать" !important;
}

.searchwp-live-search-no-results em {
	display: none;
}

.searchwp-live-search-no-results:after {
	content: "Ничего не найдено!";
	display: block;
	padding: 2em 2em 0;
}

.searchwp-live-search-results-showing {
	z-index: 11111111111 !important;
}

.is-ajax-search label {
	width: 100%;
}

.is-form-style input.is-search-input {
	font-size: 15px !important;
	border-radius: 3px !important;
}

.is-form-style input.is-search-submit,
.is-search-icon {
	border: 0 !important;
	padding: 0 !important;
}

.searched .is-form-style button {
	top: 5px !important;
	right: 4px !important;
}

.is-link-container {
	display: none !important;
}

div.is-ajax-search-details,
div.is-ajax-search-result {
	width: 210px !important;
	max-width: 100% !important;
	border-radius: 3px !important;
	padding: 5px !important;
}

.is-ajax-search-post-details,
.is-ajax-search-post {
	padding: 10px 10px 5px !important;
}

.is-ajax-search-details .is-title a,
.is-ajax-search-post .is-title a {
	text-transform: none !important;
	font-size: 13px !important;
}

body.mobile-active>.is-ajax-search-result {
	left: unset !important;
	right: 42px !important;
	width: 243px !important;
	z-index: 99999999999 !important;
}

@media (max-width: 980px) {

	div.is-ajax-search-details,
	div.is-ajax-search-result {
		width: auto !important;
	}

	body.mobile-active>.is-ajax-search-result {
		width: 243px !important;
	}
}

@media (max-width: 510px) {
	body>.is-ajax-search-result {
		left: 15px !important;
		margin-right: 15px;
	}

	body.mobile-active>.is-ajax-search-result {
		width: 259px !important;
		left: unset !important;
		right: 26px !important;
		margin-right: 0;
	}
}


.sow-headline-container.style-inset .decoration,
.widget_sow-headline .decoration,
.page-header .decoration {
	margin-top: 0;
}

.filters.massazh-filtr>span.filter-block {
	text-align: left;
	padding: 0 10px 0 !important;
}
@media screen and (max-width:1050px) {
	.filters.massazh-filtr>span.filter-block {
		text-align: center;
	}
}
.filters.massazh-filtr>span>p.filter-title {
	display: inline-block;
	width: auto;
	position: relative;
	left: 0;
	margin: 0;
	padding: 0;
	font-size: 20px !important;
}

@media screen and (max-width: 1160px) {
	.filters.massazh-filtr>span>p.filter-title {
		font-size: 15px !important;
	}
}

.massazh-filtr>span.lechebnye:after,
.massazh-filtr>span.rasslabljajushhie:after,
.massazh-filtr>span.korrekcionnye:after,
.massazh-filtr>span.obertyvanija:after,
.massazh-filtr>span.massazh-litsa:after {
	position: relative;
	bottom: unset;
	left: unset;
	right: unset;
	top: 50%;
	transform: translateY(-50%);
}

.terms-otzivi .vse:after,
.terms-otzivi .lechebnye:after,
.terms-otzivi .rasslabljajushhie:after,
.terms-otzivi .korrekcionnye:after,
.terms-otzivi .obertyvanija:after,
.terms-otzivi .massazh-litsa:after {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 0 0 5px;
}

.terms-otzivi .vse:after {
	background-image: url(/wp-content/themes/theme/img/vse.png);
}

.terms-otzivi .lechebnye:after {
	background-image: url(/wp-content/themes/theme/img/lecheb.png);
}

.terms-otzivi .rasslabljajushhie:after {
	background-image: url(/wp-content/themes/theme/img/rasslab.png);
}

.terms-otzivi .korrekcionnye:after {
	background-image: url(/wp-content/themes/theme/img/korrekc.png);
}

.terms-otzivi .obertyvanija:after {
	background-image: url(/wp-content/themes/theme/img/obert.png);
}

.terms-otzivi .massazh-litsa:after {
	background-image: url(/wp-content/themes/theme/img/face.png);
}




.terms-otzivi .lechebnye a,
.terms-otzivi .lechebnye p {
	color: #04bab5;
	border-bottom: 1px dashed #04bab5 !important
}

.terms-otzivi .rasslabljajushhie a,
.terms-otzivi .rasslabljajushhie p {
	color: #e67029;
	border-bottom: 1px dashed #e67029 !important
}

.terms-otzivi .korrekcionnye a,
.terms-otzivi .korrekcionnye p {
	color: #813ae2;
	border-bottom: 1px dashed #813ae2 !important
}

.terms-otzivi .obertyvanija a,
.terms-otzivi .obertyvanija p {
	color: #d62fc8;
	border-bottom: 1px dashed #d62fc8 !important
}

.terms-otzivi .massazh-litsa a,
.terms-otzivi .massazh-litsa p {
	color: #01a3c9;
	border-bottom: 1px dashed #01a3c9 !important
}