@charset "UTF-8";

/*
Theme Name: Zubi
Theme URI: https://wordpress.org/themes/Zubi/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Theme Zubi
Requires at least: 5.3
Tested up to: 6.3
Requires PHP: 5.6
Version: 1.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Zubi
*/

html {
	margin:0;
	padding:0;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family:Arial, sans-serif;
    font-size: 16px;
    color: #656565;
}


a {
	transition:0.3s linear;
	outline:none;
	color:#3cb0a7;
}
a:hover {
	color:#4893c5;
}

h1, h2, h3, h4, h5 {
	font-weight:normal;
	text-align:center;
}
h1 {
	margin:40px 0;
	font-size:50px;
	color:#22877f;
	text-transform:uppercase;
}
h2 {
	margin:30px 0;
	font-size:30px;
	color:#000;
}
h3 {
	margin:30px 0;
	font-size:27px;
	color:#000;
}

p {max-width:900px;margin:10px auto;line-height:25px;}

input,
button,
textarea {box-sizing:border-box;outline:none;transition: 0.3s linear;}
button {cursor:pointer;}

.btndefault {
    background: #3cb0a7;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    box-sizing: border-box;
    margin: 10px 0;
    padding: 10px 15px;
    border: 2px solid #ffffff;
	box-shadow: 0 0 15px #4893c5;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}
.btndefault:hover {
    background: #fff;
    border-color: #3cb0a7;
    color: #3cb0a7;
    text-shadow: 1px 1px 1px #fff;
    box-shadow: 0 0 15px #fff;
}

.btnhid {
	display: block;
    min-width: 100px;
    max-width: 180px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    color: #3cb0a7;
    font-weight: bold;
    cursor: pointer;
	transition:0.3s linear;
}
.btnhid:after {
	content:"\2193";
}
.btnhid:hover {
	color: #000;
}
.btnhid.activ {
	font-size: 0;
    transition: 0s;
}
.btnhid.activ:before {
	content: "Скрыть \2191";
	display:block;
	font-size: 16px;
}

.lock-scrolling {
	position: fixed;
	max-width: 100%;
	width: 100%;
}



.wpcf7 {
	position:relative;
}
.wpcf7 form input,
.wpcf7 form select {
	width:100%;
	box-sizing:border-box;
	margin:10px 0;
	padding:10px 15px;
	border:2px solid #296775;
	border-radius: 5px;
	background: #fff;
	font-size: 25px;
	text-align: center;
}
.wpcf7 form select {
	padding: 13px;
	font-size: 19px;
	text-align: left;
}
.wpcf7 form input:hover,
.wpcf7 form input:hover,
.wpcf7 form select:hover,
.wpcf7 form select:focus {
	background: #fff;
}
.accept-wrap {
	font-size:12px;
}
.accept-wrap a {
	color:#fff;
}
.accept-wrap a:hover {
	color:#ffc234;
	text-decoration:none;
}
.wpcf7 form input[type=submit] {
	position:relative;
	width:auto;
	padding:16px;
	background: #870000;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #0000;
	cursor:pointer;
}
.wpcf7 form input[type=submit]:hover,
.wpcf7 form input[type=submit]:focus {
	background: #fff;
	border-color:#870000;
	color:#870000;
	text-shadow:1px 1px 1px #fff;
	box-shadow:0 0 15px #fff;
}
.wpcf7-spinner {
	position: absolute;
    bottom: 22px;
    left: 50%;
    margin: 0;
    margin-left: -10px;
}
.wpcf7 .wpcf7-not-valid {
	border: 2px solid #e30000;
	border-bottom: 15px solid #e30000;
    background: #f9c2c2;
}
.wpcf7-not-valid-tip {
	text-align: center;
    color: #fff;
    font-size: 12px;
    margin-top: -24px;
}
.wpcf7 form.wpcf7-form.invalid .wpcf7-response-output {
	color: #000;
    margin: 0;
    background: #ffe7bb;
    font-size: 12px;
}
.wpcf7-form.sent input,
.wpcf7-form.sent select,
.wpcf7-form.sent label,
.wpcf7-form.sent .accept-wrap,
.wpcf7-form.sent .accept {
	opacity:0;
}
.wpcf7-form.sent .wpcf7-response-output {
	position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width:100%;
    margin: 0;
	padding:0;
	padding-top: 55px;
    margin-top: 7%;
    border: 0;
    background: none;
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
}
.wpcf7-form.sent .wpcf7-response-output:before {
	content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    width: 70px;
    height: 35px;
    margin-left: -35px;
    background: url(img/ico-mailsand.webp) no-repeat 50% 0;
    background-size: 70px;
}



#page {
	max-width:1400px;
	margin:0 auto;
}

.header {
    padding:5px 10px;
	position: relative;
    z-index: 999;
	background: #fff;
}
.top-header {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-header a.logo {
	display: flex;
	font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #4893c5;
}
.top-header a.logo:hover {
    color: #239f96;
}
.top-header a.logo svg {
    fill: #4893c5;
    width: 30px;
    height: 30px;
	transition: 0.3s linear;
}
.top-header a.logo:hover svg {
    fill: #239f96;
}
.top-header a.logo span {
    display: block;
    margin: 7px 5px 0 10px;
}
.top-header a.logo b {
    display: block;
    font-size: 28px;
}
.top-header a.phone {
    font-size: 25px;
    color: #000;
    text-decoration: none;
}
.worktime {
    font-size: 13px;
    text-align:center;
    font-weight: bold;
}
.worktime span {
    position: relative;
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 3px 10px 1px 2px;
    border-radius: 50%;
    background: #008705;
}
.worktime.wt-on {
	color: #008705;
}
.worktime.wt-on span:before {
    content:"";
	display:block;
	width:5px;
	height:5px;
	border-radius:50%;
	border:1px solid #008705;
	transform: scale(0);
	animation:scale 2s linear infinite;
}

@keyframes scale {
  70%{opacity:1;}
  100%{transform: scale(2.5);opacity:0;}
}

.top-header a:hover.logo,
.top-header a:hover.logo svg,
.top-header a:hover.phone {
    fill: #239f96;
	color:#239f96;
}
.topcontact .headbtn {
    background: #e69200;
    padding: 10px 36px;
    color: #fff;
    text-shadow: 1px 1px 1px #764b00;
    cursor: pointer;
    border: 2px solid #ebb24f;
    border-radius: 5px;
    transition: 0.3s linear;
    z-index: 2;
	text-align:center;
}
.headbtns .hbtn {
	display:inline-block;
	margin:0 10px;
	background:none;
	border:none;
	color:#4893c5;
	text-decoration:none;
	font-size:12px;
	text-align:center;
	vertical-align: top;
}
.headbtns .hbtn svg {
	fill:#4893c5;
	width: 25px;
    height: 25px;
	transition: 0.3s linear;
}
.headbtns .hbtn-calc svg {
	margin-bottom: 2px;
}
.headbtns .hbtn span {
	display:block;
}

.headbtns .hbtn:hover,
.headbtns .hbtn:hover svg {
	color:#3cafa8;
	fill:#3cafa8;
}


/* primary menu */
.menu-button-container .button  {
	display: flex;
    align-items: center;
	height: 51px;
	padding: 0 20px 0 6px;
	border: none;
	background: #4894c5;
	color:#fff;
	text-shadow:1px 1px 1px #000;
	font-size: 20px;
	position: relative;
    z-index: 999;
}
.menu-button-container .button .dropdown-icon {
	display:flex;
	align-items: center;
}
.menu-button-container .button .dropdown-icon.close {
	display: none;
}
.menu-button-container .button .btn-menu {
    display: block;
	margin-left:10px;
}
.menu-button-container .button .btn-menu div {
	background:#fff;
	width:30px;
	height:4px;
	margin:6px 0;
	border-radius:3px;
	transition:0.3s linear;
	box-shadow:1px 1px 1px #000;
	
}
.menu-button-container .button[aria-expanded=true] .btn-menu div:nth-child(1) {margin-top:4px;transform:rotate(45deg);}
.menu-button-container .button[aria-expanded=true] .btn-menu div:nth-child(2) {opacity:0;}
.menu-button-container .button[aria-expanded=true] .btn-menu div:nth-child(3) {margin-top:-20px;transform:rotate(-45deg);}
.primary-navigation {
    position: relative;
    background: rgb(60,176,167);
background: linear-gradient(270deg, rgba(60,176,167,1) 0%, rgba(72,147,197,1) 100%);
    padding: 0 0 0 10px;
}
.primary-menu-container {
	margin-left:-10px;
}
.primary-navigation .menu-button-container {
    display:none;
}
.menu-wrapper,
.menu-wrapper .sub-menu {
	list-style: none;
    padding: 0;
    margin: 0;
}
.menu-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1400px;
    margin: 0 auto;
	height: 100%;
}
.menu-wrapper li {
	position:relative;
    display: inline-block;
	width: 100%;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
}
.menu-wrapper li a {
    display: block;
    padding: 17px 5px;
	font-size: 15px;
    color: #fff;
    text-decoration: none;
	white-space:nowrap;
}
.menu-wrapper li a:hover {
	background:#134e6169;
}
#menu-item-9:before {
	content:"\25BC";
	position: absolute;
    top: 36px;
    left: 50%;
    margin-left: -2px;
	border: none;
    background: none;
	color:#fff;
	font-size: 8px;
}
#menu-item-9:hover:before {
	content:"\25B2";
}
#menu-item-9 {
	background: #870000;
	transition:0.2s linear;
}
#menu-item-9:hover {
	background: #6d6d6d;
}
.sub-menu-toggle {
	position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: none;
	cursor:pointer;
}
.primary-navigation .sub-menu-toggle[aria-expanded=true] ~ ul {
    display: none;
}
.sub-menu-toggle span {
	display: none;
}
.menu-item-has-children .sub-menu {
	display:none;
	height:0;
	opacity:0;
	transition:0.3s linear;
}
.menu-item-has-children:hover .sub-menu {
	display:flex;
	animation:menuhid 0.2s linear forwards;
}
@keyframes menuhid {
  0 {height:0;opacity:0;}
  100%{height:auto;opacity:1;}
}
.menu-wrapper .sub-menu {
    position:absolute;
    flex-wrap: wrap;
	width: 300px;
	background: #6d6d6d;
	z-index:99;
}
.menu-wrapper .sub-menu li {
    width:50%;
	text-align:center;
	border-bottom: 1px solid #7f7f7f;
}
.menu-wrapper .sub-menu li:nth-child(2n) a {
	border-left: 1px solid #7f7f7f;
}
.menu-wrapper .sub-menu li a:hover {
    background: #9d9d9d;
}
/* / primary menu */

.site-content {
	padding:0 20px;
	overflow: hidden;
}

#breadcrumbs {
	padding: 20px 0;
}
#breadcrumbs ul {
	list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    font-size: 14px;
}
#breadcrumbs ul a {
	color: #26578c;
}
#breadcrumbs ul a:hover {
	color: #ff7800;
	text-decoration:none;
}

.entry-header {
	position: relative;
	margin:0 -20px;
    align-items: center;
	text-align:center;
}
.entry-header .entry-header-title {
	width:60%;
}
.entry-header .entry-header-img {
	width:40%;
}
.entry-header h1.entry-title {
	margin-bottom:20px;
}
.entry-header .titledescr {
	display:block;
}
.entry-header .titledescr ul {
	display: inline-block;
    text-align: left;
    line-height: 30px;
    font-size: 18px;
	color:#000;
}
.entry-header .titledescr li::marker {
	color: #22877f;
}
.entry-header .headbtn {
	width: 100%;
    padding: 30px 0 10px 0;
	text-align:center;
}
.entry-header a.btn-calc {
	position:relative;
	margin: 0;
	padding: 10px 20px;
    display: inline-block;
	overflow:hidden;
}
.entry-header a.btn-calc svg {
	display: inline-block;
    margin: 0px 10px 0 0;
	fill: #fff;
    width: 24px;
    height: 26px;
	vertical-align: middle;
	transition:0.3s linear;
}
.entry-header a:hover.btn-calc svg {
	fill:#3cb0a7;
}
.entry-header a.btn-calc span {
	display: inline-block;
	vertical-align: middle;
}
.entry-header a.btn-calc:before {
	content: "";
    display: block;
    width: 30px;
    height: 80px;
    background: #ffffffb5;
    position: absolute;
    top: -10px;
    z-index: 1;
    transform: rotate(23deg);
    filter: blur(5px);
	animation:scanbtn 7s linear infinite;
}
@keyframes scanbtn {
  0% {left: -50px;}
  20% {left: 110%;}
  100% {left: 110%;}
}



.hidvisbtn {position:relative;display:block;color:#3cafa8;text-decoration:underline;cursor:pointer;}
.hidvisbtn:hover,
.hidvisbtn.activ:before:hover {color:#292929;text-decoration:none;cursor:pointer;}
.hidvisbtn.activ {font-size:0;}
.hidvisbtn.activ:before {content:"Скрыть все";font-size:17px;text-decoration:underline;cursor:pointer;}
.novis {display:none;}
.activ {animation:fadeeIn .60s;}
.novis.activ {display:block;}
@keyframes fadeeIn {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}


.error-404 {
	display: flex;
    max-width: 1000px;
    margin: 0 auto;
	padding: 50px 0 130px 0;
    justify-content: center;
    align-items: center;
}
.page404cont {
	text-align:center;
}
.page404cont .errornumtxt {
	font-weight: bold;
	font-size: 72px;
	background: -webkit-linear-gradient(45deg, #4893c5, #3cafa7 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.page404cont .errortxt {
	font-size: 47px;
    text-transform: uppercase;
}
.page404cont .error404 {
	font-size: 150px;
	line-height: 120px;
}
.page404img img {
	width: 100%;
}
.page404cont .txt {
	padding: 20px 0 50px;
	line-height: 25px;
}

/* modal */
.popup {
	position:fixed;
	top:0;
	left:0;
	display:flex;
	align-items:center;
	justify-content:center;
	width:0;
	height:0;
	z-index:9999;
	background:#ffffffde;
	overflow:hidden;
}
.popup.show {
	width:100%;
	height:100%;
	box-shadow:inset 0 0 150px 0px #575757;
	animation:popwin 0.2s linear 1;
}
@keyframes popwin {
  0% {opacity:0;}
  100% {opacity:1;}
}
.popupwin {
	position:relative;
	border:3px solid #ffffff;
	box-shadow:0 0 20px #878787;
	background: #454545;
	border-radius: 8px;
	margin: 10px;
}
.popupwrapper {
	padding:30px;
	background: rgb(60,176,167);
    background: linear-gradient(270deg, rgba(60,176,167,1) 0%, rgba(72,147,197,1) 100%);
	border-radius: 3px;
}
.closepopup {
	position: absolute;
    top: 5px;
    right: 8px;
    border: none;
    background: none;
    font-size: 30px;
    color: #fff;
    text-shadow: 0 0 5px #000;
    cursor: pointer;
}
.closepopup:hover {
	color:#fff;
}
.popuptitle {
	color:#fff;
	text-align:center;
	padding-bottom:10px;
	font-weight:bold;
	font-size:18px;
}
.popupcontent {
	max-width:350px;
}
.popupcontent button {
	border:1px solid #adadad;
}
.popupcontent .accept-wrap {
	color:#dfdfdf;
}
.popupcontent .submit-wrapper {
	position:relative;
}
.popupcontent .wpcf7 form .submit-wrapper input[type=submit] {
	width:100%;
}
.popupwin .wpcf7 form input[type=submit] {
	background: #a4d8e3;
    color: #000;
	border:2px solid #fff;
	transition:0.3s linear;
}
.popupwin .wpcf7 form input:hover[type=submit],
.popupwin .wpcf7 form input:focus[type=submit] {
	box-shadow: 0 0 30px #fff;
    background: #fff;
}
/* / modal */


/* calcform */
#calcform {
	max-width:1400px;
	margin:0 auto;
	background:rgb(1,26,55);
	background:linear-gradient(90deg, rgba(1,26,55,1) 0%, rgba(1,26,55,1) 35%, rgba(40,91,146,1) 61%, rgba(1,26,55,1) 100%, rgba(1,26,55,1) 100%);
	color:#fff;
	overflow:hidden;
}
.calcf-wrap {
	padding:20px 40px 40px 40px;
	background:url(img/bg-log.webp) no-repeat -200px 46%;
}
#calcform h2 {
	color:#fff;
}
.calcform-wrapper {
	max-width:600px;
	margin:0 auto;
}
.calcform-tr {
	display:flex;
	gap:20px;
}
.calcform-tr div {
	display:flex;
	gap:10px;
	align-items:center;
	justify-content:flex-end;
	width:50%;
}
.calcform-tr div select {
	width:180px;
}
.calcform-tr div input {
	width:225px;
}
#calcform .accept-wrap {
	padding:10px 0;
	text-align:right;
}
#calcform .sumit-wrap {
	display: flex;
    justify-content: flex-end;
}
#calcform .sumit-wrap input {
	width: 225px;
}
/* / calcform */


a.btntoppage {
	display:none;
	position:fixed;
	right:50%;bottom:55px;
	margin-right:-630px;
	z-index:10;
	background:#4893c5;
	width:60px;
	height:60px;
	border-radius:5px;
	border:2px solid #fff;
	color:#ffffff;
	font-size:12px;
	cursor:pointer;
	text-align:center;
	text-shadow:1px 1px 1px #082b51;
	text-decoration:none;
	line-height:10px;
	opacity:0.5;
}
a:hover.btntoppage {
	box-shadow:0 0 20px #4794c3;
	opacity:1;
}
a.btntoppage svg {
	fill:#fff;
	width:40px;
	height:30px;
	padding-top:7px;
}


#concultation {
	background: rgb(60,176,167);
    background: linear-gradient(270deg, rgba(60,176,167,1) 0%, rgba(72,147,197,1) 100%);
	color:#fff;
	border-radius: 10px;
}
.concult-wrapper {
	padding:40px;
}
.concult-title {
	font-weight:bold;
	color:#fff;
	text-align:center;
	font-size:22px;
	text-shadow: 0 0 10px #1a424b;
}
.concultformcont {
	display:flex;
	justify-content:center;
	gap:20px;
	max-width: 700px;
    margin: 0 auto;
	padding-top:20px;
}
.concultformcont .form-wrapper {
	display: flex;	
}
.concultformcont .wpcf7-form-control-wrap,
.concultformcont .submit-wrapper {
	padding:0 10px;
}
.concultformcont input.wpcf7-tel {
	background: #fff;
	max-width:300px;
	border-radius: 5px;
	
}
.concultformcont .wpcf7 form input[type=submit] {
	color: #000;
	background: #a4d8e3;
	border: 2px solid #fff;
}
.concultformcont .wpcf7 form input:hover[type=submit] {
	background: #fff;
	box-shadow:0 0 25px #fff;
}
.concult-phone {
	display:flex;
	justify-content: center;
	margin-top: 16px;
}
.concult-phone svg {
	margin: 3px 20px 0 0;
    fill: #fff;
}
.consultphone {
	text-align:center;
	font-size:14px;
}
.consultphone a {
	display:block;
	font-size:31px;
	text-decoration:none;
	color:#fff;
	white-space:nowrap;
}
.consultphone a:hover {
	color:#000;
	text-shadow:0 0 10px #fff;
}
.concult-form input {
	padding:10px;
	border:2px solid #98aed9;
	border-radius:5px;
	box-shadow:0 0 15px #ababab;
	box-sizing:border-box;
}
.concult-form .btnyel {
	border:2px solid #ffc867;
	border-radius:5px;
	box-shadow:0 0 15px #ababab;
}
.concultformcont .accept-wrap {
	padding:0 10px;
}
.concultformcont .accept-wrap a {
	color:#656565;
}
.concultformcont .accept-wrap a:hover {
	color:#ff8f00;
	text-decoration:none;
}
.concultformcont .wpcf7-form.sent .wpcf7-response-output {
    margin-top: 0;
}


/* portfolio */
.pfolio-ba {
	max-width:600px;
	padding:10px;
	margin: 0 auto;
}
.bf-blockimg {
	position:relative;
}
.pfolio-ba .tabs__content {
	position:relative;
	width: 100%;
    overflow: hidden;
}
.pfolio-ba .tabs__content {
	visibility: hidden;
}
.pfolio-ba .tabs__content.active:before {
	content:"";
	display: block;
    padding-top: 60%;
}
.tabs__content img {
	position:absolute;
	width: 100%;
	border-radius: 10px;
}
.pfolio-ba .tabs__content.active {
    display: flex;
	animation:fadeIn .60s;
	visibility: visible;
}
@keyframes fadeIn {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

.pfolio-ba .tabs__caption {
	display: flex;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: -20px;
    position: relative;
    z-index: 3;
    justify-content: center;
}
.pfolio-ba .tabs__caption li {
	width: 90px;
    padding: 10px 5px;
    text-align: center;
    background: #3cafa8;
	border: 2px solid #fff;
    border-radius: 5px;
	color:#fff;
	text-transform:uppercase;
	cursor:pointer;
	font-size: 14px;
	transition:0.3s linear;
}
.pfolio-ba .tabs__caption li:hover {
    background: #4894c4;
}
.pfolio-ba .tabs__caption li.active {
	background: #ffffff;
    border: 2px solid #3cafa8;
    border-radius: 5px;
    box-shadow: 0 0 15px #fff;
	color:#000;
}
/* /portfolio */


.site-footer {
	background: #d1d1d1;
	color:#434343;
	font-size: 14px;
}
.site-footer a {
	color:#434343;
}
.site-footer a:hover {
    color: #008de3;
}
.site-footer-wrapper {
	max-width:1400px;
	margin:0 auto;
	padding:20px 20px 0 20px;
}

.foot-contact {
	display: flex;
	justify-content: space-evenly;
	gap: 20px;
	padding: 30px 0;
}
.foot-contact .fc-wraper {
	display:flex;
}
.foot-contact .fc-wraper svg {
	width: 30px;
    height: 30px;
    margin:5px 10px 0 0;
    fill: #898989;
}
.foot-contact .fc-info {
	line-height: 20px;
}
.foot-contact .fc-wraper strong,
.foot-contact .fc-info span {
	display:block;
}
.foot-contact .fc-info span,
.foot-contact .fc-info div {
	padding-bottom:10px;
}

.footer-menu {
	max-width: 700px;
    margin: 0 auto;
    padding: 30px 0;
}
.footer-menu ul {
	display:flex;
	list-style:none;
	justify-content: space-evenly;
	gap: 20px;
	margin:0;
	padding:0;
}

.versvis {
	display:flex;
	justify-content: center;
}
.versvis a.bvi-open {
	display: flex;
	text-decoration:none;
}
.versvis a.bvi-open svg {
	width: 17px;
    height: 15px;
}
.versvis a.bvi-open:hover,
.versvis a.bvi-open:hover svg {
	color:#000;
	fill:#000;
}

.contraindications {
    padding: 10px;
	color: #d9d9d9;
    text-transform: uppercase;
    font-size: 28px;
    background: #bbb;
	text-align:center;
}
.license {
	padding: 5px;
	text-align:center;
	color: #7d7d7d;
}


.price-wrapper {
	max-width:1400px;
	margin:0 auto;
	padding:0 20px 20px 20px;
}
.pricetable {
	width:100%;
	box-shadow:0 0 15px #d1d1d1;
	background:#ebebeb;
}
.pricetable th,
.pricetable td {
	padding:20px;
	font-size:16px;
	font-weight:normal;
	color:#000;
}
.pricetable td:last-child {
	white-space:nowrap;
}
.pricetable td strong {
	font-size:20px;
}
.pricetable th {
	background:#d7d7d7;
}
.pricetable td {
	background:#fff;
}
.pricetable tr:nth-child(2n+1) td {
	background:#f5f5f5;
}

ul.priceinfo {
	max-width:790px;
	margin:0 auto;
	padding:20px 0 20px 20px;
}
ul.priceinfo li {
	padding:5px 0;
}


.w900 {
	max-width: 900px;
    margin: 10px auto;
    line-height: 25px;
}

.block-num {
	display:flex;
	gap:20px;
	list-style:none;
	margin:0;
	padding:50px 0 50px 0;
	font-size:18px;
	color:#285b92;
}
.block-num li {
	position:relative;
	padding-left:55px;
}
.block-num.num4 li {
	width:25%;
}
.block-num li:before {
	content:"";
	position:absolute;
	top:-18px;
	left:0;
	font-size:70px;
	font-weight:bold;
	opacity:0.2;
	color:#214f81;
}
.block-num li:nth-child(1):before {
	content:"1";
}
.block-num li:nth-child(2):before {
	content:"2";
}
.block-num li:nth-child(3):before {
	content:"3";
}
.block-num li:nth-child(4):before {
	content:"4";
}
.block-num li:nth-child(5):before {
	content:"5";
}
.block-num li:nth-child(6):before {
	content:"6";
}


.clients {
	padding:20px 0 50px 0;
}
.clients ul {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	list-style:none;
	margin:0;
	padding:0;
}
.clients ul li {
	width:20%;
	padding:30px 0;
	text-align:center;
}
.clients ul li img {
	width:80%;
	max-width:218px;
	filter:grayscale(1);
	opacity:0.7;
	transition:0.3s linear;
}
.clients ul li img:hover {
	filter:grayscale(0);
	opacity:1;
}

.reviews .wp-block-column p {
	display:flex;
	align-items: center;
	font-size: 14px;
}
.reviews .wp-block-column p:first-child {
	padding-bottom: 20px;
	border-bottom:1px solid #dedede;
}
.reviews .wp-block-column p img {
	display:block;
	margin-right:10px;
}
.reviews .wp-block-column p strong {
	color:#000;
	font-size: 16px;
}


.pagebtn {
	text-align:center;
}
.pagebtn a,
.pagebtn button {
	display:inline-block;
	padding:10px 20px;
	border:2px solid #afdfdc;
	background: #3cafa8;
	text-decoration:none;
	color:#fff;
	font-size: 16px;
	border-radius: 5px;
}
.pagebtn a:hover,
.pagebtn button:hover {
	border: 2px solid #f1f9ff;
	background: #fff;
    background: #4793c4;
	box-shadow:0 0 20px #4793c4;
}


/* faq */
#faqid {
	position:relative;
	background: #42a1b77a;
    padding: 30px 20px 40px 20px;
}
#faqid .lazyblock-inner-blocks {
	max-width: 1000px;
    margin: 0 auto;
	padding: 20px 2%;
}
#faqid .lazyblock-inner-blocks > div {
	position:relative;
	z-index:2;
}
#faqid button {
	position:relative;
	width: 100%;
    padding: 20px 50px 20px 15px;
    border: none;
    background: none;
	text-align: left;
	background: rgb(236,236,236);
    background: linear-gradient(163deg, rgba(236,236,236,1) 0%, rgba(255,255,255,1) 100%);
	font-size: 16px;
}
#faqid button:hover {
	background: #fff;
}
#faqid button .btnclose {
	position:absolute;
	top:50%;
	right:17px;
	display:block;
	width:20px;
	height:20px;
	margin-top:-10px;
	transition:0.3s linear;
}
#faqid button .btnclose span {
	display:block;
	box-shadow:1px 1px 1px #fff;
	transition:0.3s linear;
}
#faqid button .btnclose span:first-child {
	width:50%;
	height:100%;
	border-right:1px solid #858585;
}
#faqid button .btnclose span:last-child {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:50%;
	border-bottom:1px solid #858585;
}
#faqid button.active .btnclose {
	transform: rotate(45deg);
	color:#000;
}
#faqid button.active {
	font-weight:bold;
}
#faqid button:hover .btnclose span {
	border-color:#000;
}
#faqid .panel {
	max-height: 0;
    overflow: hidden;
	transition:max-height 0.3s ease-out;
}
#faqid .panel div {
	padding: 20px;
	line-height:25px;
	font-size:14px;
	background:#fff;
}
#faqid:before,
#faqid:after {
    font-size: 200px;
    position: absolute;
    line-height: 0;
    color: #fff;
    z-index: 1;
	opacity: 0.5;
}
#faqid:before {
	content: "\275B\275B";
    top: 100px;
    left: 17px;
}
#faqid:after {
	content: "\275C\275C";
    bottom: 27px;
    right: 17px;
}
#faqid h2,
#faqid .wp-block-columns {
	position:relative;
	z-index:2;
	color: #000;
}
#faqid .faqwrapper {
	background: #fff;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid #fff;
}


/* / faq */

/* calcstepform */
#calcstepform {
	margin:0 -20px;
	padding: 20px 40px 40px 40px;
	background: rgb(60,176,167);
    background: linear-gradient(270deg, rgba(60,176,167,1) 0%, rgba(72,147,197,1) 100%);
	border-radius: 10px;
}
.calcstepform-title {
    padding: 25px 0;
    text-align: center;
	color:#fff;
	text-shadow: 0 0 10px #1a414b;
}
.calcstepform-title h2 {
	margin: 0;
	color:#fff;
}
#calcstepform h3 {
    margin: 10px 0 20px 0;
    color: #fff;
    text-shadow: 0 0 10px #1a414b;
    font-size: 25px;
}
.calcsf-wrapper {
	position:relative;
}
#calcstepform .wpcf7-list-item {
	margin: 0;
}
.step1,
.step2,
.step3,
.step4 {
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
.step1 .wpcf7-form-control-wrap,
.step2 .wpcf7-form-control-wrap,
.step3 .wpcf7-form-control-wrap,
.step4 .wpcf7-form-control-wrap {
	width:20%;
	text-align:center;
}
.step1 .wpcf7-form-control,
.step2 .wpcf7-form-control,
.step3 .wpcf7-form-control,
.step3 .wpcf7-form-control {
	padding:5px;
}
.step1 .wpcf7-form-control-wrap label,
.step2 .wpcf7-form-control-wrap label,
.step3 .wpcf7-form-control-wrap label,
.step4 .wpcf7-form-control-wrap label {
	position:relative;
	text-align: center;
}
.step2 .wpcf7-form-control-wrap .opt-2-1 label span {
	background:url(img/opt-1-1.webp) no-repeat 50% 0;
}
.step2 .wpcf7-form-control-wrap .opt-2-2 label span {
	background:url(img/opt-1-2.webp) no-repeat 50% 0;
}
.step2 .wpcf7-form-control-wrap .opt-2-3 label span {
	background:url(img/opt-1-3.webp) no-repeat 50% 0;
}
.step2 .wpcf7-form-control-wrap .opt-2-4 label span {
	background:url(img/opt-1-4.webp) no-repeat 50% 0;
}
.step2 .wpcf7-form-control-wrap .opt-2-4 label span {
	background:url(img/opt-1-4.webp) no-repeat 50% 0;
}

.step1 .wpcf7-form-control-wrap .opt-1-1 label span {
	background:url(img/opt-2-1.webp) no-repeat 50% 0;
}
.step1 .wpcf7-form-control-wrap .opt-1-2 label span {
	background:url(img/opt-2-2.webp) no-repeat 50% 0;
}
.step1 .wpcf7-form-control-wrap .opt-1-3 label span {
	background:url(img/opt-2-3.webp) no-repeat 50% 0;
}

.step3 .wpcf7-form-control-wrap .opt-3-1 label span {
	background:url(img/opt-3-1.webp) no-repeat 50% 0;
}
.step3 .wpcf7-form-control-wrap .opt-3-2 label span {
	background:url(img/opt-3-2.webp) no-repeat 50% 0;
}
.step4 .wpcf7-form-control-wrap .opt-4-1 label span {
	background:url(img/opt-4-1.webp) no-repeat 50% 0;
}
.step4 .wpcf7-form-control-wrap .opt-4-2 label span {
	background:url(img/opt-4-2.webp) no-repeat 50% 0;
}
.wpcf7-form-control-wrap .opt-quest label span {
	background:url(img/opt-quest.webp) no-repeat 50% 0;
}
.step1 .wpcf7-form-control-wrap label span,
.step2 .wpcf7-form-control-wrap label span,
.step3 .wpcf7-form-control-wrap label span,
.step4 .wpcf7-form-control-wrap label span,
.wpcf7-form-control-wrap .optquest label span {
	width: 200px;
    display: block;
	margin-bottom: 20px;
	padding: 200px 5px 5px 5px;
	opacity:1;
	transition:0.3s linear;
	cursor:pointer;
	color:#fff;
	text-shadow: 1px 1px 1px #193f47;
	background-size: 100% !important;
}
.step1 .wpcf7-form-control-wrap input[type=radio],
.step2 .wpcf7-form-control-wrap input[type=radio],
.step3 .wpcf7-form-control-wrap input[type=radio],
.step4 .wpcf7-form-control-wrap input[type=radio],
.wpcf7-form-control-wrap .optquest label input[type=radio] {
	position:absolute;
	opacity: 0;
    width: 100%;
    height: 100%;
}
.step1 .wpcf7-form-control-wrap input:hover + span,
.step1 .wpcf7-form-control-wrap input:checked + span,
.step2 .wpcf7-form-control-wrap input:hover + span,
.step2 .wpcf7-form-control-wrap input:checked + span,
.step3 .wpcf7-form-control-wrap input:hover + span,
.step3 .wpcf7-form-control-wrap input:checked + span,
.step4 .wpcf7-form-control-wrap input:hover + span,
.step4 .wpcf7-form-control-wrap input:checked + span,
.step1 .wpcf7-form-control-wrap label input:hover + span,
.step1 .wpcf7-form-control-wrap label input:checked + span,
.step2 .wpcf7-form-control-wrap label input:hover + span,
.step2 .wpcf7-form-control-wrap label input:checked + span,
.step3 .wpcf7-form-control-wrap label input:hover + span,
.step3 .wpcf7-form-control-wrap label input:checked + span,
.step4 .wpcf7-form-control-wrap label input:hover + span,
.step4 .wpcf7-form-control-wrap label input:checked + span,
.wpcf7-form-control-wrap .optquest label input:hover + span,
.wpcf7-form-control-wrap .optquest label input:checked + span {
	opacity:1;
	font-weight: bold;
	background-color: #208495;
    border-radius: 5px;
    box-shadow: 0 0 20px #80c5d3;
}
#errview,
#errview2,
#errview3,
#errview4 {
    text-align: center;
}
#errview span,
#errview2 span,
#errview3 span,
#errview4 span {
	display: block;
    padding: 5px 20px;
    text-align: center;
    background: #b74646;
    color: #ffffff;
    box-shadow: 0 0 20px #ed1515;
    border-radius: 5px;
    border: 1px solid #fb9a9a;
}
.btnnext,
.wpcf7 form input.btnnext[type=submit] {
	position:relative;
	display: block;
    width: 150px;
    margin: 30px auto;
    padding: 10px 20px;
    text-align: center;
    border: 2px solid #fff;
    background: #a4d8e3;
	color: #000;
    text-decoration: none;
	border-radius: 5px;
}
.btnnext:before {
	content: "Далее";
}
.accept {
	font-size: 12px;
    padding-left: 5px;
    color: #ffffffab;
}
.btnnext:hover,
.wpcf7 form input:hover.btnnext[type=submit],
.wpcf7 form input:focus.btnnext[type=submit] {
    box-shadow: 0 0 30px #fff;
	background:#fff;
}
.step5 {
	max-width: 350px;
    margin: 0 auto;
}
#calcstepform .wpcf7-spinner {
	bottom: 55px;
	width: 30px;
    height: 30px;
}
#calcstepform .wpcf7 form.wpcf7-form.invalid .wpcf7-response-output {
    max-width: 500px;
    margin: 0 auto;
}
.stepnum {
	font-size: 12px;
    text-align: center;
	color: #d9d9d9;
}
.wpcf7-form.sent .stepnum {
	opacity: 0;
}
#calcstepform .wpcf7 form.sent .wpcf7-response-output {
	color: #fff;
    text-shadow: none;
	background: url(img/ico-mailsand-white.webp) no-repeat 50% 15%;
    background-size: 75px;
}
#calcstepform .wpcf7-form.sent .wpcf7-response-output {
	margin-top: 5%;
}
#calcstepform .wpcf7-form.sent .wpcf7-response-output:before {
	top:0;
    background: url(img/ico-mailsand-green.webp) no-repeat 50% 0;
	background-size: 70px;
}

/* / calcstepform */


ul.ultooth {
	list-style:none;
	margin:0;
	padding: 20px 0;
    line-height: 35px;
}
ul.ultooth li {
	padding-left: 30px;
	background:url(img/tooth.svg) no-repeat 0 50%;
	background-size: 20px;
}

.contraind {
	max-width: 1000px;
	margin:30px auto 30px auto;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 10px 40px 30px 40px;
    box-shadow: 0 0 30px #bedef1;
    background: #ffe9e9;
    background: linear-gradient(90deg, #fff0f0 0%, rgba(255,255,255,1) 42%, rgba(255,255,255,1) 100%);
}

ul.ulnogood {
	list-style:none;
	margin:0;
	padding: 20px 0;
    line-height: 35px;
}
ul.ulnogood li {
	position:relative;
	padding-left: 30px;
}
ul.ulnogood li:before {
	content: "\2716";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    font-weight: bolder;
    color: #cb4c4c;
    line-height: 14px;
    border: 2px solid #cb4c4c;
    border-radius: 50%;
    text-align: center;
    font-size: 11px;
}

.disnon {
	display:none !important;
}


.discount,
.action {
	display:flex;
	flex-direction: row-reverse;
	align-items: stretch;
	margin:20px 0;
	border-radius: 10px;
    overflow: hidden;
}
.discount {
	background: rgb(255,25,25);
	background: linear-gradient(270deg, rgba(255,25,25,1) 0%, rgba(72,147,197,1) 100%);
	border: 5px solid #ffc9c9;
}
.action {
	background: rgb(27,124,191);
background: linear-gradient(90deg, rgba(27,124,191,1) 0%, rgba(66,179,151,1) 100%);
	border: 5px solid #a7cbe1;
}
.discount-txt,
.action-txt {
	color: #fff;
    padding: 40px;
    font-size: 40px;
    text-align: center;
    width: 65%;
}
.discount-txt {
	text-shadow: 0 0 10px #671818;
}
.action-txt {
	text-shadow: 0 0 10px #0d405f;
}
.discount-txt strong,
.action-txt strong {
	display:block;
	font-size:60px;
}
.discount-txt .btn,
.action-txt .btn {
	padding-top: 20px;	
	text-align:center;
}
.discount-txt .callback,
.action-txt .callback {
	padding: 15px 20px;
    background: #ffffffa8;
    border: 2px solid #594459;
    border-radius: 5px;
    text-transform: uppercase;
	box-shadow: 0 0 20px #cea8d9;
}
.discount-txt .callback {
    border: 2px solid #594459;
	box-shadow: 0 0 20px #cea8d9;
}
.discount-txt .callback,
.action-txt .callback {
	border: 2px solid #1c5e77;
    box-shadow: 0 0 20px #c0eaf9;
}
.discount-txt .callback:hover,
.action-txt .callback:hover {
    background: #fff;
	box-shadow: 0 0 20px #fff;
}
.discount-img,
.action-img {
	width: 35%;
	background-size:cover;
}
.discount-img {
	background:url(/wp-content/uploads/discount.webp) no-repeat 50% 50%;
}
.action-img {
	background:url(/wp-content/uploads/action.webp) no-repeat 50% 50%;
}
.discount-img img,
.action-img img {
	display: block;
	width:100%;
}




@media screen and (min-width: 100px) and (max-width: 1400px) {
	a.btntoppage {
		right: 30px;
		margin-right: 0;
	}
	
	.contraindications {
		font-size: 24px;
	}
}

@media screen and (min-width: 100px) and (max-width: 1200px) {
	/* calcstepform */
	.step1 .wpcf7-form-control-wrap label span,
	.step2 .wpcf7-form-control-wrap label span,
	.step3 .wpcf7-form-control-wrap label span {
		width: 150px;
		padding-top: 150px;
	}
	/* / calcstepform */
	
	.contraindications {
		font-size: 20px;
	}
}

@media screen and (min-width: 100px) and (max-width: 1000px) {
	.block-num {
		flex-wrap:wrap;
	}
	.block-num li {
		padding-left:8%;
		margin-top:40px;
	}
	.block-num.num4 li {
		width:40%;
	}
	
	.contraindications {
		font-size: 18px;
	}
}
	
@media screen and (min-width: 100px) and (max-width: 900px) {
	h1 {
		margin:30px 0;
		font-size:45px;
	}
	
	/* primary menu */
	.primary-navigation .menu-button-container {
		display: block;
	}
	.primary-menu-container {
		display:none;
		opacity:0;
		animation:menuhid 0.3s linear forwards;
	}
	@keyframes menuhid {
	  0 {opacity:0;}
	  100%{opacity:1;}
	}
	.lock-scrolling .site {
		position: fixed;
		max-width: 100%;
		width: 100%;
	}
	.primary-navigation-open .site-content,
	.primary-navigation-open aside.widget-area,
	.primary-navigation-open footer.site-footer {
		filter: blur(0);
		transition:0.3s linear;
	}
	.primary-navigation-open .site-content,
	.primary-navigation-open aside.widget-area,
	.primary-navigation-open footer.site-footer {
		filter: blur(4px);
	}
	.primary-navigation-open .primary-menu-container {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 104%;
		height: 100%;
		background: rgb(255 255 255 / 91%);
		background: linear-gradient(0deg, rgb(212 226 235 / 68%) 0%, rgb(255 255 255 / 91%) 100%);
		z-index: 998;
		overflow: auto;
	}
	.menu-wrapper {
		display:block;
		margin-top: 66px;
		height: auto;
		max-width: 450px;
	}
	.menu-wrapper li a {
		font-size: 18px;
		color: #3b6c8b;
		text-shadow: 1px 1px 1px #fff;
	}
	.menu-wrapper .sub-menu {
		position: relative;
		width: auto;
		height: auto;
	}
	#menu-item-9:before {
		top: 42px;
	}
	/* / primary menu */
	
	/* calcstepform */
	.step2 .wpcf7-form-control-wrap {
		width: 25%;
	}
	.step1 .wpcf7-form-control-wrap label span,
	.step2 .wpcf7-form-control-wrap label span,
	.step3 .wpcf7-form-control-wrap label span,
	.step4 .wpcf7-form-control-wrap label span {
		width: 122px;
		padding-top: 122px;
	}
	/* / calcstepform */
	
	/* ### MY CONNENT ### */
	.catblockwrapper {flex-direction:column;}
	.catblock .catimg {width: auto;margin: 0 0 18px 0;padding:40px;}
	.catblock .catimgs {width: auto;gap: 2%;}
	.catblock .catimgs > div {width:23.4%;}
	/* / ### MY CONNENT ### */
	
	.contraindications {
		font-size: 30px;
	}
}

@media screen and (min-width: 100px) and (max-width: 768px) {
	h1 {
		margin:25px 0;
		font-size:42px;
	}
	
	.top-header a.logo svg {
		width: 35px;
		height: 35px;
	}
	.top-header a.logo span {
		max-width: 110px;
		font-size: 14px;
		line-height: 16px;
		margin-top: 0px;
	}
	.top-header a.logo b {
		font-size: 22px;
	}
	.top-header a.phone {
		font-size: 20px;
	}
	
	.menu-wrapper {
		margin-top: 60px;
	}
	
	.concultformcont {
		gap: 10px;
		flex-direction: column;
		max-width: 450px;
	}
	
	/* calcstepform */
	#calcstepform {
		margin: 0 -20px;
		padding: 20px;
	}
	.step1 .wpcf7-form-control-wrap,
	.step3 .wpcf7-form-control-wrap,
	.step4 .wpcf7-form-control-wrap {
		width: 33%;
	}
	/* / calcstepform */
	
	.pricetable td {
		width:25%;
	}
	.pricetable td:after {
		content:"";
		display:block;
		color:#7c7c7c;
		font-size:16px;
	}
	
	.site-footer-wrapper {
		display:flex;
		justify-content: space-between;
	}
	.footer-menu {
		margin:0;
		text-align:right;
	}
	.foot-contact,
	.footer-menu ul {
		flex-direction: column;
	}
	
	.clients ul li {
		width: 25%;
	}
	
	.contraindications {
		font-size: 24px;
	}
	
	.discount-txt,
	.action-txt {
		padding: 20px;
		font-size: 30px;
	}
	.discount-txt strong,
	.action-txt strong {
		font-size: 50px;
	}
}	
	
@media screen and (min-width: 100px) and (max-width: 620px) {
	h1 {
		margin:20px 0;
		font-size:38px;
	}
	
	.headbtns .hbtn span {
		display: none;
	}
	
	.menu-wrapper {
		margin-top: 51px;
		max-width: 100%;
	}
	
	/* calcform */
	.calcform-wrapper {
		max-width: 300px;
		margin: 0 auto;
	}
	.calcform-tr {
		gap: 0;
		flex-direction: column;
	}
	.calcform-tr div {
		width: 100%;
	}
	/* / calcform */
	
	/* calcstepform */
	.step2 .wpcf7-form-control-wrap {
		width: 40%;
	}
	/* / calcstepform */
	
	.pricetable td {
		padding:10px;
		font-size:20px;
		text-align: center;
	}
	.pricetable td strong {
		font-size:25px;
	}
	.pricetable td:before {
		font-size:20px;
	}
	.pricetable tr:first-child {
		display:none;
	}
	.pricetable td {
		display:block;
		width:auto;
	}
	.pricetable tr:nth-child(2n+1) {
		background:#f5f5f5;
	}
	.pricetable td:before {
		content:"";
		display:block;
		color:#7c7c7c;
		font-size:18px;
	}
	
	.entry-header {
		margin-bottom: 100px;
	}
	.entry-header .entry-header-title {
		width: 100%;
	}
	.entry-header .headbtn {
		padding: 10px 0 30px 0;
	}
	.entry-header .entry-header-img {
		max-width: 350px;
		width: auto;
		margin: 0 auto;
	}
	
	.block-num li {
		padding-left:55px;
	}
	.block-num.num4 li {
		width:100%;
	}
	
	.contraindications {
		font-size: 21px;
	}
	
	.error-404 {
		flex-direction: column;
	}
	.page404img img {
		width: 250px;
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 100px) and (max-width: 550px) {
	.site-footer-wrapper {
		max-width: 260px;
		flex-direction: column;
		margin: 0 auto;
	}
	.footer-menu {
		text-align: left;
	}
	
	/* ### MY CONNENT ### */
	.catblock .catimg {flex-direction: column;}
	.catimg .catimg-pic {width: auto;}
	.catblock .catimgs {gap: 4%;}
	.catblock .catimgs > div {width: 47.7%;}
	/* ### / MY CONNENT ### */
	
	.contraindications {
		font-size: 18px;
	}
	
	.discount,
	.action {
		flex-direction: column;
	}
	.discount-img,
	.action-img {
		width: 100%;
		height: 300px;
	}
	.discount-txt,
	.action-txt {
		width: 100%;
		padding: 20px 10px;
		font-size: 25px;
	}
	.discount-txt {
		border-top: 5px solid #ffc9c9;
	}
	.action-txt {
		border-top: 5px solid #a7cbe1;
	}
}

@media screen and (min-width: 100px) and (max-width: 480px) {
	h1 {
		font-size:35px;
	}
	
	.top-header a.logo svg {
		width: 30px;
		height: 30px;
		margin-right: 5px;
	}
	.top-header a.logo span {
		font-size: 14px;
		line-height: 14px;
	}
	.top-header a.logo b {
		font-size: 15px;
	}
	.headbtns {
		position: absolute;
		top: 51px;
		right: 10px;
		z-index: 10;
	}
	.headbtns .hbtn svg {
		fill:#fff;
	}
	.primary-navigation-open .headbtns {
		display:none;
	}
	.headbtns .hbtn.hbtn-calc {
		padding-top:2px;
	}
	.top-header a.phone {
		font-size: 18px;
	}
	
	.menu-wrapper {
		margin-top: 46px;
	}
	.menu-wrapper .sub-menu li {
		width:100%;
	}	
	
	.site-content {
		padding: 0 10px;
	}
	
	.concultformcont {
		max-width: 250px;
	}
	.concult-wrapper {
		padding: 40px 10px;
	}
	.concultformcont .form-wrapper {
		flex-direction: column;
	}
	.concultformcont .wpcf7-form-control-wrap,
	.concultformcont .submit-wrapper {
		padding: 0;
	}
	.concultformcont .submit-wrapper input.wpcf7-submit {
		width:100%;
	}
	.concultformcont .accept-wrap {
		padding: 0;
	}
	.concultformcont .wpcf7-form.sent .wpcf7-response-output {
		color: #6f6f6f;
		text-shadow: 1px 1px 1px #fff;
	}
	.concultformcont .wpcf7-form.sent .wpcf7-response-output:before {
		background: url(img/ico-mailsand-silver.webp) no-repeat 50% 0;
		background-size: 70px;
	}
	
	/* calcstepform */
	#calcstepform {
		margin: 0 -10px;
		padding: 10px;
	}
	.step1 .wpcf7-form-control-wrap,
	.step3 .wpcf7-form-control-wrap {
		width: 48%;
	}
	.btnnext {
		width: 150px;
		margin: 10px auto;
	}
	/* / calcstepform */
	
	.contraindications {
		font-size: 17px;
	}
	
	#faqid,
	#concultation {
	    margin: 0 -10px;
	}
	#faqid {
		padding: 10px 5px 20px 5px;
	}
	
	.price-wrapper {
		padding: 0 0px 20px 0px;
	}
}

@media screen and (min-width: 100px) and (max-width: 380px) {
	h1 {
		font-size:35px;
	}
	h2 {
		font-size:32px;
	}
	h3 {
		font-size:28px;
	}
	
	.popupwrapper {
		padding: 30px 20px;
	}
	
	.top-header a.logo svg {
		width: 22px;
	}
	.top-header a.logo span {
		margin: 2px 5px 0 0px;
		font-size: 12px;
	}
	.top-header a.phone {
		font-size: 16px;
	}
	.worktime {
		font-size: 11px;
	}	
	
	.entry-header a.btn-calc {
		padding: 10px;
	}
	
	.calcf-wrap {
		padding: 20px 20px 40px 20px;
	}
	.calcform-tr div {
		gap: 0;
		width: 100%;
		flex-direction: column;
		padding-bottom: 10px;
	}
	.wpcf7-form-control-wrap {
		width: 100%;
	}
	.calcform-tr div select,
	.calcform-tr div input {
		width: 100%;
		text-align: center;
	}
	#calcform .sumit-wrap input {
		width: 100%;
	}
	
	.concult-phone svg {
		margin: 3px 10px 0 0;
	}
	
	.block-num li {
		padding-left: 40px;
	}
	.block-num li:before {
		top: -5px;
		font-size: 45px;
	}
	
	/* calcstepform */
	.step2 .wpcf7-form-control-wrap,
	.step3 .wpcf7-form-control-wrap,
	.step4 .wpcf7-form-control-wrap {
		width: 50%;
	}
	.step1 .wpcf7-form-control-wrap label span,
	.step2 .wpcf7-form-control-wrap label span,
	.step3 .wpcf7-form-control-wrap label span,
	.step4 .wpcf7-form-control-wrap label span {
		width: 110px;
		padding-top: 82px;
		background-size: 75% !important;
	}
	/* / calcstepform */
	
	.contraindications {
		font-size: 14px;
	}
	
	.error-404 {
		padding: 0 0 70px 0;
	}
	.page404img img {
		width: 200px;
		margin-bottom: 10px;
	}
	.page404cont .errortxt {
		font-size: 40px;
	}
	.page404cont .error404 {
		font-size: 125px;
		line-height: 90px;
	}
}