:root {
	--main-color: #44383c;
	--dop-color: #6c3882;
	--but-hover-bg-color: #270735;
	--orang-color: #f36700;
/*	--dop-color: #027b8a;
	--but-hover-bg-color: #015158;*/
/*	--dop-color: #bc0651;
	--but-hover-bg-color: #810135;*/
}
body, html {
	padding: 0px;
	margin: 0px;
	font-family: 'Rubik', sans-serif;
	color: var(--main-color);
	background-color: #fff;
	font-size: 16px;
	line-height: 22px;
	position: relative;
	font-style: normal;
	font-weight: 300;
	width: 100%;
	height: 100%;
	position: relative;
}
.findp {
	padding-bottom: 0px;
	margin-bottom: 20px;
}
.findp a {
	text-decoration: underline;
	color: #4946b6;
	font-weight: 500;
}
.findp a:hover {
	text-decoration: none;
}
.findp span {
	color:#555;font-size:12px;line-height:15px;
}
div.link_bar{margin:10px 0 10px 0;}
.link_bar a {
	border: 1px solid #c9c9c9;
	padding: 4px 6px 3px;
	background:#f4f4f4;
	background:-webkit-gradient(linear,0 0,0 100%,from(rgba(255,255,255,1)),to(rgba(238,238,238,1)));
	background:-webkit-linear-gradient(top,rgba(255,255,255,1),rgba(238,238,238,1));
	background:-moz-linear-gradient(top,rgba(255,255,255,1),rgba(238,238,238,1));
	background:-o-linear-gradient(top,rgba(255,255,255,1),rgba(238,238,238,1));
	background:linear-gradient(top,rgba(255,255,255,1),rgba(238,238,238,1));
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	color: #545353;
	text-decoration: none;
	box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.05);
	text-shadow: 1px 1px 0 #fff;
}
.link_bar a:hover {
	color: #000;
	text-decoration: underline;
}
.pagecurrent {
	border-radius: 2px;
	border: 1px solid #505050;
	padding: 4px 6px 3px;
	background-color: #676767;
	color: #fff;
	text-decoration: none;
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.5);
	text-shadow: 1px 1px 0 #000;
}
.blockquote-6 {
    border: 1px solid #BFE2FF;
    border-left: 6px solid #BFE2FF;
    font-style: italic;
    margin: 16px;
    padding: 16px 24px;
    position: relative;
}
.blockquote-6 p {
	margin: 0px;
	padding: 0px;
}
.blockquote-6:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -6px;
    height: 40px;
    background-color: #fff;
    width: 6px;
    margin-top: -1em;
}
.blockquote-6:after {
    content: "�";
    position: absolute;
    top: 50%;
    left: -20px;
    color: #337AB7;
    font-size: 50px;
    font-family: Times, sans-serif;
    font-weight: bold;
    line-height: 30px;
}
.blockquote-6 cite {
    color: #337AB7;
    font-size: 15px;
    padding-top: 10px;
    display: block;
    text-align: right;
}
.prov {
	border: 1px solid #ddd;
	background-color: #eee;
	padding: 20px;
	margin: 0 0 25px 25px;
	float: right;
	clear: right;
	width: 450px;
}
.prov > div {
	display: grid;
	grid-template-columns: 60px 1fr;
	grid-gap: 1em;
}
.prov > div b {
	margin: 0 0 10px 0;
	font-weight: 500;
}
.prov > div img {
	width: 100%;
}
.prov h3 {
	color: green;
	font-weight: 600;
}
.provright {
	font-size: 13px;
	line-height: 18px;
	color: #555;
}
.actionlist {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
	grid-gap: 2em;
}
.actionlist > a {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 6px;
	height: 230px;
}
.actionlist > a > div {
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.6) 70%, rgba(0,0,0,0.8) 100%);
	height: 100%;
	color: #fff;
	position: relative;
	border-radius: 6px;
}
.actionlist > a > div span {
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 20px;
	text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.8);
}
.actionlist > a > div:hover {
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.9) 100%);
}
.actionlist > a > div:hover span {
	bottom: 5px;
}
.blarticles {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 4em;
	margin: 2em 0;
}
/*.blarticles > div:nth-child(odd) {*/
.blarticles > div {
	display: grid;
	grid-template-columns: 250px 1fr;
	grid-gap: 2em;
}
/*.blarticles > div:nth-child(even) {
	display: grid;
	grid-template-columns: 1fr 250px;
	grid-gap: 2em;
}*/
.blarticles > div p {
	color: #777;
	font-size: 13px;
	line-height: 18px;
}
.blarticles > div img {
	width: 100%;
}
.blarticles > div h2 {
	font-size: 19px;
	line-height: 23px;
	margin: 0 0 10px 0;
	text-transform: initial;
	font-weight: 500;
}
.blarticles a, .articlesmain a {
	letter-spacing: 1px;
	font-size: 14px;
	display: inline-block;
	border-bottom: 1px solid var(--dop-color);
	text-transform: uppercase;
	color: #1A1919;
	font-weight: 400;
	transition: all .2s ease-in-out;
	color: var(--dop-color);
}
.blarticles a:hover, .articlesmain a:hover {
	text-decoration: none;
	color: var(--but-hover-bg-color);
	border-bottom: 1px solid #fff;
}
.articlesimg {
	max-width: 450px;
	float: right;
	clear: both;
	margin: 0 0 25px 25px;
}
.itemsn {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 2em 4em;
	margin: 0 0 2em 0;
}
.itemsn > div {
	cursor: pointer;
	position: relative;
	padding-bottom: 20px;
}
.itemsn img {
	border-radius: 100%;
	max-width: 130px;
	margin: 0 0 10px 0;
	display: block;
}
.itemsn > div div {
	font-size: 13px;
	margin-bottom: 5px;
	color: #555;
	display: none;
}
.itemsn > div h3 {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	font-weight: 700;
}
.itemsn > div p {
	font-size: 14px;
	line-height: 19px;
}
.itemsn a {
	letter-spacing: 1px;
	font-size: 14px;
	display: inline-block;
	border-bottom: 1px solid var(--dop-color);
	text-transform: uppercase;
/*	color: #1A1919;*/
	font-weight: 400;
	transition: all .2s ease-in-out;
	position: absolute;
	bottom: 0px;
	color: var(--dop-color);
}
.itemsn > div:hover a {
	text-decoration: none;
	color: var(--but-hover-bg-color);
	border-bottom: 1px solid #fff;
}
.itemsn a:hover {
	text-decoration: none;
	color: var(--but-hover-bg-color);
	border-bottom: 1px solid #fff;
}
@media screen and (max-width: 900px) {
	.itemsn {
		grid-template-columns: 1fr 1fr;
	}
	.itemsn > div h3 {
		font-size: inherit;
		line-height: inherit;
		letter-spacing: inherit;
		text-transform: uppercase;
		font-weight: 700;
	}
	.itemsn a {
		letter-spacing: inherit;
		font-size: inherit;
		display: inline-block;
		border-bottom: 1px solid #1A1919;
		text-transform: uppercase;
		color: #1A1919;
		font-weight: 500;
		transition: all .2s ease-in-out;
	}
}
p > small {
	font-size: 12px;
	line-height: 18px;
	display: block;
	padding: 30px;
	border-radius: 30px;
	background-color: #eee;
	border-left: 3px solid var(--dop-color);
}
.maintop {border-bottom: 1px solid #eee}
input[type='submit'] {cursor:pointer;-webkit-appearance:none;border:0px;}
.lazy-hidden {
	background: #eee url('/i/loading.gif') no-repeat 50% 50%;
}
.banpage {
	padding: 2em;
	background: #f7f7f7 url('/img/banpage1.jpg') no-repeat right center;
	background-size: auto 100%;
	border-radius: 30px;
	margin: 2em 0 0 0;
	border: 1px solid #eee;
}
.banpage2 {
	background: #f7f7f7 url('/img/banpage2.jpg') no-repeat right center;
}
.banpage h2 {
	margin: 0 0 0.5em 0;
	color: red;
}
.banpage a {
	display: inline-block;
	width: auto;
	margin-top: 1em;
}
form {
	position: relative;
}
.vi {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.vi i, .ka10 i {
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
	top: 40%;
	background: url(/i/site/yt_.png?ver=1.2) 50% 50% no-repeat;
	background-size: cover;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.ka10 span {
	text-align: left;
	position: absolute;
	color: #fff;
	top: 10px;
	left: 50px;
	font-size: 13px;
	line-height: 16px;
	font-style: normal;
/*	text-shadow: 0px 0px 16px rgba(0,0,0,1), 0px 0px 6px rgba(0,0,0,1);*/
	display: inline-block;
	background-color: rgba(253,131,0,0.8);
  width: auto;
  padding: 5px 10px 5px 20px;
  z-index: 3;
}
.vi i:hover {
	top: 41%;
}
.ka10 i {
	top: auto;
	left: auto;
	right: 20px;
	bottom: 20px;
}
.ka103m i {
	right: 80px;
}
.ka10 i:hover {
	right: 18px;
	bottom: 18px;
}
.vrvideo, .vrvideoof {
	position: relative;
}
.vrvideo a, .vrvideoof a {
	display: block;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	right: 50px;
	text-align: center;
	bottom: 30px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.vrvideo a:hover {
	bottom: 28px;
	right: 28px;
}
.vrvideoof a {
	top: auto;
	right: 20px;
	top: 0px;
	padding-left: 100px;
	background-size: 50px 50px;
}
.vrvideoof a span {
	display: block;
	padding-top: 7px;
}
.vrvideoof a:hover {
	top: 2px;
}
@media screen and (max-width: 900px) {
	.vrvideo a {
		right: 20px;
		bottom: 20px;
	}
	.vrvideo a:hover {
		right: 18px;
		bottom: 18px;
	}
	.vrvideoof a {
		top: auto;
		right: 10px;
		bottom: 50px;
	}
	.vrvideoof a:hover {
		top: auto;
		right: 8px;
		bottom: 48px;
	}
}
#phone-error {
	color: red;
	position: absolute;
	top: -25px;
	left: 0px;
	font-size: 11px;
	font-weight: normal;
}
.ord1 {
/*	background: url(../img/ww.jpg?v=1.2) no-repeat center bottom;
	background-size: auto 100%;*/
}
.sss {
	background: #fff url(../img/wm.jpg?v=1.2) no-repeat left top;
	max-width: 1180px;
}
* {
	box-sizing: border-box;
}
a {
	color: var(--main-color);
	text-decoration: none;
}
a:hover {
	color: var(--main-color);
	text-decoration: underline;
}
.anim {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
ul, ol {
	padding: 0;
	margin: 0;
	padding-left: 25px;
	padding-bottom: 15px;
}
li {
	list-style-type: none;
	font-weight: normal;
	vertical-align: bottom;
	list-style-position: outside;
	padding: 0px 10px 10px 5px;
	margin: 0px;
	vertical-align: middle;
}
ol {
	list-style-type: none; 
	counter-reset: num;
	margin: 0 0 0 35px;
	padding: 15px 0 5px 0;
}

ol li {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
}

ol li:before {
	content: counter(num) '.'; 
	counter-increment: num;
	display: inline-block;
	position: absolute;
	top: 0px;
	left: -26px;
	width: 20px;
	color: #aaa;
	font-size: 11px;
	text-align: right;
}
h1, h2, h3 {
	font-size: 26px;
	line-height: 34px;
	color: var(--main-color);
	text-transform: uppercase;
	text-align: left;
	padding: 0;
	margin: 1.5em 0 0.5em 0;
	font-weight: 800;
	font-weight: bold;
}
.banimg {
	display: block;
	margin: 0 auto 2em;
}
h1 a, h2 a {
	text-decoration: none;
}
h3 {
	font-size: 19px;
	line-height: 23px;
	margin: 0 0 10px 0;
	font-weight: 500;
	text-transform: inherit;
}
p {
	padding: 0 0 20px 0;
	margin: 0px;
	font-weight: 400;
}
.clearfix {
	content: '';
	clear: both;
	display: block;
}
.width1440 {
	width: 100%;
	margin: 0 auto;
}
.tabprice {
	width: 100%;
	margin: 2em 0;
	background-color: #f7f7f7;
}
.tabprice th {
	padding: 15px 20px;
	border-top: 1px solid #eee;
	vertical-align: middle;
	background-color: #fff;
	text-align: left;
	color: var(--dop-color);
	text-transform: uppercase;
}
.tabprice td {
	padding: 15px 20px;
	border-top: 1px solid #eee;
	vertical-align: middle;
}
.tabprice tr:hover {
	background-color: #ddd;
}
.tabprice b {
	font-weight: 600;
}
.tabprice_red {
	color: var(--dop-color);
	font-weight: 600;
}
.tabprice_action {
	text-align: right;
}
.tabprice_action span, .tabprice_action a {
	display: inline-block;
	background-color: #eee;
	padding: 7px 15px;
	border-radius: 6px;
	font-weight: 400;
}
.tabpricepage tr td:first-child {
/*	color: #777;
	font-size: 12px;*/
}
.tabpricepage tr td:last-child {
	color: var(--dop-color);
	font-weight: 600;
	float: right;
}
.tags a {
	display: inline-block;
	background-color: #ddd;
	padding: 4px 15px;
	border-radius: 6px;
	margin: 0 10px 10px 0;
}
.tags a:hover {
	text-decoration: none;
	color: #fff;
	background-color: var(--dop-color);
}
.pages {
	margin-top: 2em;
}
.width1440 > div {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 1em;
}
#toTop {
	width: 53px;
	height: 53px;
	line-height:53px;
	background-color: var(--dop-color);
	text-align:center;
	padding:5px;
	position:fixed;
	z-index: 100000000000;
	bottom: 20px;
	right: 20px;
	cursor:pointer;
	display:none;
	color:#eee;
	border-radius: 100%;
	font-weight: bold;
	padding-bottom:3px;
}
#toTop:hover {
	background-color: var(--but-hover-bg-color);
	color: #fff;
}
#toTop img {
	margin-top: 8px;
	vertical-align: top
}
div.topban {
/*	background: url(/i/site/vrachi4.jpg?v=1.25) no-repeat right bottom;*/
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto 90%;
	position: relative;
	padding: 3em 0 2em;
}
.topban h1 {
	font-size: 46px;
	line-height: 54px;
	margin: 0 0 1em 0;
	font-weight: 700;
/*	color: #2f89ce;*/
/*	color: #9c28b1;*/
	color: var(--dop-color);
	text-shadow: 0px 0px 20px rgba(227,227,227,0.8);
}
.topban h1 s {
	color: #a170b6;
	font-weight: 500;
}
.topban h1 b {
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	color: #000;
	display: block;
	text-transform: none;
	margin-bottom: 10px;
}
.topban h1 span {
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: var(--main-color);
}
.topban form {
	margin-top: 2em;
}
.topban form input[type='text']{
	margin-bottom:5px;background-color:rgba(255,255,255,0.5);
	width: 205px;
	padding-left: 10px;
}
.topban form input[type='submit']{
	width: 235px;
}
.topbanpage > div {
	padding: 3em 1em 1em 3em;
}
@media screen and (max-width: 900px) {
	.topban h1 b {
		font-size: 13px;
		line-height: 15px;
	}
	.topbanpage > div {
		padding: 0;
		position: relative;
	}
}
.bl2proc > div {
	width: 32%;
	display: inline-block;
	vertical-align: top;
}
.bl2procbox {
	height: 365px;
	border: 1px solid #ddd;
	text-align: center;
	border-radius: 30px;
	padding: 2em;
}
.slidob .slick-slide img {
	display: inline-block;
	margin: 0 auto 15px;
	max-height: 210px;
}
.bl2proc > div:first-child {
	margin-right: 15px;
}
.bl2proc > div:last-child {
	margin-left: 15px;
}
.bl2proc > div:last-child .rats {
	border: 1px solid #ddd;
	text-align: center;
	border-radius: 30px;
	padding: 2em;
}
.slidrat .slick-slide img {
	max-width: 260px;
	border-radius: 0px;
}
.slidrat .slick-slide {
	text-align: center;
}
.slidrat .ratingt {
	display: block;
	text-align: center;
	margin-top: 1em;
}
.slidrat .slick-slide a {
	background-color: #fff !important;
}
.slidrat .ratingt b {
	display: block;
	text-align: center;
}
@media screen and (max-width: 900px) {
	.bl2proc > div {
		width: 100%;
	}
	.bl2proc > div:first-child {
		margin-right: 0px;
	}
	.bl2proc > div:last-child {
		margin-left: 0px;
	}
	.slidob .slick-slide img {
		width: 100%;
	}
}
.bline {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 2em;
}
.bline > div {
	padding: 2em 0;
	border-right: 1px solid #ddd;
	position: relative;
}
.bline > div b {
	position: absolute;
	top: 20px;
	left: -20px;
	color: rgba(108,56,130,0.2);
	font-size: 80px;
	font-weight: 500;
}
.bline > div:last-child {
	border: 0px;
}
@media screen and (max-width: 900px) {
	.bline {
		grid-template-columns: 1fr 1fr;
	}
}
.blreception {
	display: grid;
	grid-template-columns: 1fr 700px;
	grid-gap: 4em;
	align-items: center;
}
.blsoc {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 2em;
	margin: 3em 0 0 0;
}
.blsoc > a {
	display: block;
	border-radius: 30px;
	color: #fff;
}
.blsoc > a:hover {
	text-decoration: none;
}
.blsoc > a:hover .blsocbg {
	background-size: auto 95% !important;
}
.blsocdiv {
	padding: 30px 0 30px 30px;
}
.blsoc i {
	display: block;
	color: rgba(255,255,255,0.5);
	font-size: 12px;
	margin-top: 15px;
}
.blsoc > a {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 2em;
}
.blsoc > a h3 {
	color: #fff;
	font-size: 26px;
	line-height: 34px;
	text-transform: uppercase;
}
.blsoc span {
	display: inline-block;
	padding: 5px 15px;
	border-radius: 6px;
	background-color: rgba(255,255,255,0.2);
	margin: 1em 0;
}
@media screen and (max-width: 900px) {
	.blsoc > a {
		margin: 1em 0;
	}
	.blsoc > a h3 {
		font-size: 20px;
		line-height: 30px;
	}
	.blsoc > a {
		grid-template-columns: 1fr 1fr;
		grid-gap: 0em;
	}
	.blsocbg {
		background-size: 90% auto !important;
	}
	.blsoc > a:hover .blsocbg {
		background-size: 100% auto !important;
	}
}
.topban_preim {
	font-size: 18px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 1em;
	width: 50%;
	color: #222;
	font-weight: 500;
}
.topban_preim > div {
/*	background-color: rgba(238, 234, 231, 0.5);*/
/*	text-shadow: 4px 4px 4px rgba(238, 234, 231, 1);*/
}
.topban_preim > div > img {
	float: left;
	max-height: 40px;
	vertical-align: middle;
	margin: 0px 15px 10px 0;
	filter: brightness(120%);
}
.topban_preim i {
	display: inline-block;
	background: url(/i/site/proc.png) no-repeat center center;
	background-size: 20px 20px;
	position: relative;
	top: -3px;
	width: 20px;
	height: 20px;
}
.brad {
	border-radius: 6px;
}
.ofright {
	float: right;
}
.ofright > div {
	font-size: 14px;
	line-height: 18px;
	float: right;
	width: 350px;
	border-radius: 6px;
	padding: 10px 15px;
	background-color: #fff;
	margin: 0 0 0 20px;
}
.ofright > div img {
	float: left;
	height: 35px;
	margin: 0 10px 0 0;
}
.topban_action {
	position: relative;
	min-width: 400px;
	font-weight: 600;
	background: url(/img/act1-2-z.jpg?ver=1.2) no-repeat center right;
	background-size: cover;
	margin-top: 2em;
	padding: 1em;
	color: var(--dop-color);
	max-width: 440px;
	font-size: 16px;
	line-height: 20px;
	display: grid;
	grid-template-columns: 60px 1fr;
	grid-gap: 15px;
	border: 1px solid var(--orang-color);
}
.topban_action s {
	color: #999;
	font-weight: 400;
}
.topban_action div {
	color: var(--orang-color);
}
.topban_action > div > span {
	font-family: 'Rubik', sans-serif;
	display: block;
	font-size: 13px;
	line-height: 16px;
	color: var(--main-color);
	font-weight: 400;
	margin-top: 6px;
}
.topban_action img {
	width: 100%;
	border-radius: 4px;
}
@media screen and (max-width: 900px) {
	.ofright {display:none;float:none}
	.ofright > div {width: 100%;margin:10px 0}
	.topban_action {font-size: 16px;line-height:20px;min-width:inherit !important;width:100%}
}
.topban_action b {
	color: var(--dop-color);
}
.topban_action i {
	position: absolute;
	top: -2px;
	right: -2px;
	width: 100px;
	height: 101px;
	background: url(/img/gor.png) no-repeat center right;
}
.topban_action_all {
	display: inline-block;
	margin-top: 10px;
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
	border-bottom: 1px dotted var(--main-color);
}
#item-0 {
	position: absolute;
	bottom: 160px;
	right: 16px;
	font-size: 16px;
	line-height: 20px;
	color: var(--dop-color);
}
.item-0-main {
/*	background: url(/img/act1-2.jpg?ver=1.2) no-repeat center right;*/
	background: url(/img/act1-2-z.jpg?ver=1.2) no-repeat center right;
	background-size: cover;
	padding: 1.5em 0;
	border-radius: 6px;
}
.circ {
	display: block;
	position: absolute;
	right: 25px;
}
.circ a {
	display: block;
	position: relative;
	z-index: 1000;
}
.circtxt {
	font-weight: 400;
	text-align: right;
	color: var(--orang-color);
/*	font-size:14px;line-height:20px;*/
/*	text-shadow: 0px 0px 4px rgba(255, 255, 255, 1), 0px 0px 2px rgba(255, 255, 255, 1), 0px 0px 7px rgba(255, 255, 255, 1);*/
}
.circ:after {
	content: '';
	display: block;
	position: absolute;
	top: -10px;
	left: -10px;
	background: url(/img/circ.png) no-repeat center center;
	width: 69px;
	height: 69px;
	z-index: 1;
	background-size: cover;
	animation: fade1 5s infinite linear;
}
.circ img {
  border-radius: 100%;
  width: 49px;
  box-shadow: 10px 15px 20px rgba(0, 0, 0, 0.22);
}
@-moz-keyframes fade1 {
	0% {
	  transform: rotate(0deg);
	  animation-timing-function: linear;
	}
	100% {
	  transform: rotate(360deg);
	}
}
.fire {color:var(--orang-color)}
.fire img {width:20px;float:none;margin:-5px 0 0 0}
.top4 {
	margin-bottom: 15px;
}
.top4 {
	display: grid;
	grid-template-columns: 1fr 1.5fr 0.8fr 0.7fr 0.3fr;
	grid-gap: 2em;
}
.primer {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 3em;
}
.blfr5 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.primer a, .primer1 .slick-slide a {
	text-align: center;
	display: block;
	position: relative;
}
.primer .slick-slide img, .primer1 .slick-slide img {
	display: block;
	margin: 0px auto;
	width: 80%;
	border-radius: 30px;
}
.primer a span, .primer1 .slick-slide a span {
	position: absolute;
	left: 20px;
	bottom: 20px;
	background-color: #fff;
	padding: 8px 10px;
	border-radius: 4px;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	color: #000;
	border: 1px solid #ddd;
}
.primer a span:first-child, .primer1 .slick-slide a span:first-child {
	top: 20px;
	bottom: auto;
}
.top4 > div {
	padding: 25px 0 0 0px;
}
.top4contacts {
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	text-align: right;
}
.top4contacts b {
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
}
.top4contacts a {
	color: var(--main-color);
}
.menu_top .top4contacts a {
	color: #fff;
}
span.circgreen:before {
	display: inline-block;
	content: "";
	position: relative;
	left: -5px;
	top: 0;
	width: 8px;
	height: 8px;
	background-color: #00a707;
	border-radius: 50%;
}
.menu_top span.circgreen {
	color: #fff;
}
.top4map img {
	float: left;
	margin: 0 15px 0 0;
}
.top4map {
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
}
.top4map a {
	color: var(--main-color);
}
.top4map b {
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
}
.top4ico {
	text-align: right;
}
.top4ico a {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	box-shadow: 0px 4px 10px rgba(39, 135, 245, 0.2);
	margin: 0 3px;
	background-color: #fff;
}
.top4ico img {
	display: block;
	margin: 10px auto;
}
div.logo {
	padding-top: 16px;
}
.logo img {
	width: 100%;
}
@media screen and (min-width: 900px) {
	.topfix .top4 {
		grid-template-columns: 0.4fr 1.5fr 0.8fr 0.4fr 0.3fr;
/*		grid-template-columns: 0.4fr 1.5fr 0.8fr 0.4fr 0.3fr 24px;*/
	}
	.topfix .top4map b, .topfix .top4contacts b {
		font-size: 14px;
		line-height: 20px;
	}
	.topfix .orderphone {
		padding: 4px 10px;
		font-size: 14px;
	}
	.topfix .top4 {
		margin-bottom: 10px;
	}
	.topfix .top4 > div {
		padding: 10px 0 0 0px;
	}
	.topfix .soc > a {
		width: 25px;
		height: 25px;
		margin-top: 8px;
  }
/*  .topfix .butt-open {
		display: block !important;
		padding-top: 20px !important;
  }*/
}
.orderphone {
	width: 100%;
	display: block;
	background-color: var(--dop-color);
	color: #fff;
	text-align: center;
	padding: 8px 15px;
	margin-top: 5px;
}
.orderphone:hover {
	text-decoration: none;
	background-color: var(--but-hover-bg-color);
	color: #fff;
}
.slogan {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
}
.soc > a {
	width: 30px;
	height: 30px;
	padding: 0;
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 10px;
}
.bl2contacts .soc {
	margin-left: 10px;
}
.bl2contacts .soc > a {
	width: 20px;
	height: 20px;
	margin-top: 0px;
}
#whatsapp-c {
	background-image: url(/img/watsapp-c.svg);
	margin-right: 5px;
}
#telegram-c {
	background-image: url(/img/telegramm-c.svg);
	margin-right: 5px;
}
#insta-c {
	background-image: url(/img/instagram.svg);
	margin-right: 5px;
}
#fb-c {
	background-image: url(/img/386622_facebook_icon.svg);
}
.blpodr {
	text-align: center;
}
.blpodr a {
	width: auto;
	display: inline-block;
	margin-top: 15px;
}
.podr {
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
}
.bl21 {
	display: grid;
	grid-template-columns: 1.3fr 1fr;
	grid-gap: 3em;
}
.bl21 img {
	width: 100%;
	margin: 0 0 1em 0;
}
.bl5_ {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 1em;
}
.why {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 2em;
	margin: 1em 0;
}
.why > div {
	padding: 2em;
	box-shadow: 0px 4px 50px rgba(226, 226, 226, 0.5);
	border-radius: 30px;
	background-color: #fff;
	text-align: center;
}
.why > div img {
	display: block;
	width: 30%;
	margin: 0 auto 1em;
	filter: brightness(200%);
}
.why > div span {
	display: block;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	margin-top: 1em;
}

.main {
	background: url(../img/off-21.jpg) no-repeat center top;
	min-height: 420px;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	color: #000;
	background-size: cover;
}
.main1 h1 {
	font-size: 36px;
	line-height: 44px;
	font-weight: 800;
	margin: 0px 0 20px 0;
	padding-top: 30px;
	color: #000;
}
.main1 a, .bl22 .btnz {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	display: inline-block;
	background: rgb(90,84,154);
	background: linear-gradient(90deg, rgba(90,84,154,1) 0%, rgba(57,118,163,1) 100%);
	color: #fff;
	padding: 10px 20px;
	margin-top: 1em;
	text-decoration: none;
}
.menu {
/*	width: 100%;*/
	padding: 0px;
/*	margin: 0 auto;*/
}
.menu > li {
	padding: 0px;
	margin: 0px;
	display: inline-block;
	position: relative;
	padding: 10px 0;
}
.menu ul {
	position: absolute;
	top: 200px;
	left: -7px;
	background-color: #fff;
	border-radius: 30px;
	padding: 15px 7px;
	z-index: 100000;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
/*	border: 1px solid #eee;*/
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	z-index: -10;
}
.menu a {
	vertical-align: middle;
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	text-decoration: none;
	margin: 0px 17px;
	color: var(--main-color);
	text-align: center;
}
.menu > li:hover a {
	color: var(--dop-color);
}
.menu > li:hover > ul {
	display: block;
	opacity: 1;
	text-align: left;
	top: 40px;
	z-index: 50000;
}
.menu a svg {
	position: relative;
	top: 3px;
	margin-left: 5px;
	-webkit-transition: -webkit-transform 0.2s ease-in;
	transition: -webkit-transform 0.2s ease-in;
	-o-transition: transform 0.2s ease-in;
	transition: transform 0.2s ease-in;
	transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.menu li:hover svg {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
.menu li:hover svg path {
	fill: var(--dop-color);
}
.menu ul li a {
	text-align: left !important;
	font-weight: 400;
	font-size: 14px;
/*	line-height: 25px;*/
	margin-bottom: 7px;
	white-space: nowrap;
	color: var(--main-color) !important;
}
.menu ul li a em {
	display: block;
	font-style: normal;
	font-size: 12px;
	color: #777;
}
.menu ul li a span {
	color: var(--dop-color);
}
.menu ul li a:hover {
	color: var(--dop-color) !important;
}
.salon {
/*	background: url(../img/bgblue.jpg) no-repeat right center;
	background-size: 20% auto;*/
}
#action {
	/*background: url(../img/bgblue.jpg) no-repeat right center;
	background-size: 20% auto;*/
}
#services {
/*	background: url(../img/bgred.jpg) no-repeat left center;
	background-size: 30% auto;*/
}
#equipment {
/*	background: url(../img/bgblue.jpg) no-repeat right center;
	background-size: 20% auto;*/
}
.implantatsiya-zubov .slick-slide img {
	width: 100%;
}
.keysi img {
	border-radius: 4px;width:50px;float:left;margin:0 10px 20px 0;
}
.vrtopnone {
	display: none;
}
.vrtop {
	margin: 2em 0 1em 0;
}
.vrtop > span {
	display: inline-block;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 15px 40px 40px 15px;
	border-radius: 6px;
	margin: 0 10px 10px 0;
	font-size: 18px;
	font-weight: 400;
	cursor: pointer;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: auto 50px;
}
.vrtopmain > span {
	padding: 15px 15px;
}
span.vrtopaction {
	background-color: #ddd;
}
.slider_dip .img_dip img {
	width: 200px;
	height: 300px;
	object-fit: cover;
	border: 1px solid #ddd;
	border-radius: 6px;
}
.salon > div {
	position: relative;
}
.salon2 {
	display: grid;
	grid-template-columns: 580px 1.3fr;
	grid-gap: 4em;
}
.salon_slider {
	width: 580px;
}
.salon2 p {
/*	font-size: 17px;
	line-height: 21px;
	font-weight: 400;*/
	padding-bottom: 20px;
}
.salon21_ {
	position: absolute;
	top: 110px;
	left: 34%;
	padding: 20px;
	background: #FFFFFF;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
	width: 300px;
	color: #555;
}
.foot {
	background: #ede8e4 url(/img/bg.jpg) no-repeat left top;
	background-size: cover;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	padding: 2em 0 2em 0;
	margin-top: 2em;
}
.foot p {
	padding-bottom: 15px;
}
.push {
	list-style: none;
	margin-bottom: 1em;
	margin-left: 1em;
}
.push li {
	position: relative;
	padding: 5px 0 10px 20px;
	cursor: pointer;
}
.push li:before {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4F5151;
  content: "";
  left: 0;
  transition: .3s ease-in-out;
  top: 12px;
}
.push li:after {
  position: absolute;
  border-left: 1px dotted #4F5151;
  width: 1px;
  bottom: -12px;
  content: "";
  left: 3px;
  top: 18px;
}
.push li:hover:before{
    box-shadow: 0 0 0 10px rgba(0,0,0,.2)
}
.push li:last-child:after {
content: none;
}
.clearfix:after, .clearfix:before {
	content: '';
	clear: both;
	float: none;
	display: block;
}
.bl13 {
	display: grid;
	grid-template-columns: 1fr 3fr;
	grid-gap: 2em;
	margin: 2em 0;
}
.bl222 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 1em;
	padding: 0px !important;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0px;
}
.bl222 > div {
	padding: 0px !important;
	font-size: 18px;
	line-height: 24px;
	color: var(--main-color);
	font-weight: bold;
}
.bl222 > a {
	margin: 0px !important;
}
.bl2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 4em;
}
.bl2contacts {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 4em;
	margin: 0 0 2em 0;
}
.bl5_foot {
	display: grid;
	grid-template-columns: 0.7fr 0.4fr 1fr 1.3fr 0.8fr;
	grid-gap: 4em;
}
.foot * {
	color: #666;
	font-weight: 300;
}
.foot b {
	font-weight: 500;
}
.blcontacts {
	position: absolute;
	top: 50px;
	left: 50px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	background-color: #fff;
	padding: 1em 2em;
	box-shadow: 0px 4px 50px rgba(226, 226, 226, 0.5);
	border-radius: 10px;
	z-index: 100;
}
.blcontacts h3 {
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	margin: 0 0 5px 0;
	text-transform: inherit;
}
.blcontacts div {
	margin: 0 0 15px 0;
}
.blbut {
	width: 70%;
}
.butblue {
	background-color: var(--dop-color);
	color: #fff;
	border: 0px;
	padding: 10px 10px;
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
	width: 100%;
	text-align: center;
}
.suborang {
	background-color: var(--orang-color);
}
.buttel {
	color: #777;
	border: 0px;
	padding: 10px 10px 10px 10px;
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
	margin: 0 0 20px 0;
	border: 1px solid #ddd;
	width: 100%;
	border-radius: 4px;
}
.formobr {
	width: 100%;
}
.linz {
	background: #fff url(../img/linz.jpg) no-repeat right top;
	min-height: 449px;
	padding: 2em 0;
}
.linz > div {
	max-width: 600px;
}
.bl1000 {
	background: #fff url(../img/1000.jpg) no-repeat right top;
	padding: 2em 0;
	margin: 2em auto;
}
.blbutline {
	width: 70%;
}
.blbutline input {
	width: 40%;
	margin-right: 20px;
}
.dm-modal {
	background-size: auto 100%;
	width: 700px;
	box-shadow: 0px 4px 100px rgba(164, 164, 164, 0.5);
	border-radius: 10px;
}
.dm-page {
}
.dm-page h2 {
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	text-transform: inherit;
	margin: 1em 0;
}
.dm-page p {
	color: #000;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	padding-bottom: 15px;
}
.rad {
	color: #000;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	display: block;
	margin: 0 0 7px 0;
}
.modal1 {
	background: #fff url(../img/win1.jpg) no-repeat left center;
}
.modal2 {
	background: #fff url(../img/win2.jpg) no-repeat left center;
}
.modal3 {
	background: #fff url(../img/win3.jpg?v=3.jpg) no-repeat left center;
}
.modal31 {
	background: #fff url(../img/win31.jpg) no-repeat left center;
}
.modal5 {
	background-color: #fff;
	width: auto;
	max-width: 400px;
	height: auto;
}
.modal5 .dm-page {
	width: 100%;
	float: none;
	height: auto;
}
.items {
	display: inline-block;
	width: 260px !important
	margin-right: 20px;
	position: relative;
}
.items b {
	font-weight: 600;
	display: block;
	margin-bottom: 6px;
}
.items span {
	display: block;
/*	min-height: 130px;*/
}
.items .topform {
	margin-top: 1em;
}
.items .topform .buttel {
	max-width: 170px;
	margin: 0 0 10px 0;
}
.items .topform .butblue {
	width: auto;
/*	background-color: #efebe8;
	color: var(--main-color);*/
}
.items img {
	width: 100%;
	margin: 10px 0 20px 0;
	border-radius: 30px !important;
}
.btnz, .btnzz, .butblue, .slick-slide img {
	border-radius: 4px;
}
.items_price_1 {
	position: relative;
	padding: 5px 0 0 0;
	text-align: center;
	color: var(--main-color);
}
.items_price_1 span {
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
	position: absolute;
	top: 0px;
	right: 0px;
	color: #444;
	background-color: #ddd;
	padding: 4px 10px;
	border-radius: 10px;
}
.items_price_2 {
	text-align: center;
	font-weight: 500;
	font-size: 15px;
	color: #777;
	padding: 0 0 5px 0;
}
.items h3 {
	text-transform: inherit;
	font-size: 20px;
	line-height: 35px;
	font-weight: 700;
	padding: 0px;
	margin: 0px;
}
.items a.btnz {
	display: block;
	background-color: var(--main-color);
	color: #fff;
	text-decoration: none;
	padding: 10px 20px;
	font-size: 17px;
	line-height: 20px;
	font-weight: 400;
	width: 100%;
	text-align: center;
}
.items a.btnz:hover {
	background-color: var(--but-hover-bg-color);
}
.butblue:hover {
	background-color: var(--but-hover-bg-color);
	cursor: pointer;
	text-decoration: none;
	color: #fff;
}
.bl2price {
	padding: 15px 0;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}
.bl2price s {
	float: right;
	color: var(--main-color);
}
.bl2price span {
	font-weight: 400;
}
.doctorsbl2 {
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-gap: 2em;
}
.doctors_slider_plus {
	display: inline-block;
	background-color: #eee;
	padding: 7px 15px;
	border-radius: 6px;
	font-weight: 500;
	margin: 0 0 20px 0;
}
.doctors_slider_plus a {
	font-weight: 300;
	border-bottom: 1px dotted #aaa;
}
.doctorsbl2 p {
	padding-bottom: 10px;
}
.doctors_sliderimgicon {
	display: inline-block;
	border: 1px solid #ddd;
	padding: 7px 15px;
	border-radius: 6px;
	font-weight: 300;
	margin: 1em 0;
	font-size: 13px;
	line-height: 15px;
}
.doctors_sliderimgicon img {
	height: 30px;
	margin-left: 6px;
	display: inline-block !important;
}
.doctorsblpage {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 3em 2em;
}
.doctorsbl2 .butblue {
	width: auto;
	display: inline-block;
	margin-top: 1em;
}
.equipmentblp {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 1em 3em;
}
.equipmentbl img, .equipmentblp img {
	width: 100%;
	border-radius: 30px;
}
.equipmentbl h3, .equipmentblp h3 {
	margin: 20px 0 10px 0;
}

.servicesbl_new {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 3em;
}
.servicesbl_new > a {
	position: relative;
	display: block;
	padding: 2em 1.5em;
	border-radius: 30px;
	background-color: #fff;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
	transition: all 0.3s;
	text-decoration: none;
/*	min-height: 400px;*/
	background-image: url(/img/bgvr1.jpg);
/*	background: linear-gradient(144deg, rgba(255,255,255,0) 31%, rgba(108,56,130,0.2) 100%);;*/
}
.servicesbl_new > a h3 {
	display: block;
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
	margin-bottom: 1em;
	color: var(--dop-color);
/*	text-transform: uppercase;*/
	position: relative;
	z-index: 1000;
}
.servicesbl_new > a b {
	display: block !important;
	font-size: 15px;
	line-height: 23px;
	font-weight: 600;
	margin-bottom: 5px;
/*	min-height: 50px;*/
}
.servicesbl_new > a i {
	display: inline-block;
	padding: 10px 20px;
/*	background: linear-gradient(130deg, rgba(2,123,138,1) 18%, rgba(1,81,88,1) 63%); */
	background-color: var(--dop-color);
	font-style: normal;
	font-weight: 500;
	border-radius: 6px;
	color: #fff;
	margin-top: 20px;
}
.servicesbl_new > a i s {
	font-weight: 300;
}
.servicesbl_new > a:hover {
	top: 1px;
	left: 1px;
	box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 900px) {
	.servicesbl_new {
		grid-template-columns: 1fr 1fr;
		grid-gap: 1em;
	}
	.servicesbl_new > a {
		padding: 2em;
/*		min-height: 350px;*/
	}
	.servicesbl_new > a h3 {
		font-size: 17px;
		line-height: 20px;
	}
	.servicesbl_new > a b {
		font-size: 15px;
		line-height: 18px;
	}
}
.servicesbl {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 3em;
}
.servicesbl > div, .servicesbl > a {
	position: relative;
	display: block;
	padding: 2em;
	border-radius: 30px;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
	transition: all 0.3s;
	text-decoration: none;
}
.servicesbl > div img, .servicesbl > a img {
	transition: all 0.3s;
}
.servicesbl > div b, .servicesbl > a b {
	display: block;
	font-size: 18px;
	line-height: 23px;
	font-weight: 600;
	margin-bottom: 1em;
}
.servicesbl > div span, .servicesbl > a span {
	display: block;
	background-color: var(--dop-color);
	color: #fff;
	font-weight: 400;
	padding: 4px 10px;
	height: 32px;
	text-align: center;
	position: absolute;
	top: -2px;
	bottom: -2px;
	transform: rotate(45deg);
}
.servicesbl .box, .servicesbl_new .box {
	right: 0px;
	position: absolute;
	top: 0px;
	height: 250px;
	width: 200px;
	overflow: hidden;
}
.servicesbl .ribbon, .servicesbl_new .ribbon {
	right: -54px;
	position: absolute;
	top: 28px;
	height: 36px;
	line-height: 36px;
	width: 206px;
	transform: rotate(45deg);
	background-color: var(--orang-color);
	text-align: center;
	color: #fff;
	font-weight: 600;
}
.servicesbl > div s {
	font-size: 12px;
}
.servicesbl > div a, .servicesbl .butblue {
	width: auto;
	display: inline-block;
	margin-top: 2em;
	padding: 5px 20px;
}
.servicesbl > div:hover, .servicesbl > a:hover {
	top: 1px;
	left: 1px;
	box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.15);
/*	border-radius: 15px;*/
}
/*.servicesbl > div:hover img, .servicesbl > a:hover img {
	border-radius: 15px;
}*/
.qubli {
	margin: 0 0 20px 0;
}
.qubli li {
	list-style-image: url('/i/site/li.png');
	margin: 0 0 3px 25px;
	padding: 0 0 0 5px;
}
.qubli li b {
	display: inline;
}
.margintb {
	margin: 3em 0;
}
.margintb p {
	padding-bottom: 3em;
}
.bl2ii4 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 2em;
}
.bl2ii {
	display: grid;
	grid-template-columns: 200px 1fr;
	grid-gap: 1em;
}
.bl2ii img {
	width: 100%;
	border-radius: 30px;
}
.bl2ii b {
	display: block;
	font-size: 18px;
	line-height: 23px;
	font-weight: 600;
	margin: 15px 0 10px 0;
}
.bl2i {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 3em;
}
.bl3 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 1em;
}
.bl2i > div {
	border: 0px;
	padding: 0px;
	background-color: #f7f7f7;
}
.bl2i > div img {
	margin: 0;
	width: 100%;
	border-radius: 30px 30px 0 0;
}
.bl2i > div div {
	padding: 20px 30px;
}
.bl2img {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 1em;
	padding: 15px 0;
}
.bl2img img {
	width: 100%;
	border: 1px solid #ddd;
	padding: 10px 20px;
	cursor: pointer;
}
.bl2img img:hover {
	border: 1px solid red;
}
.r30 > div {
	background-color: #fff;
	text-align: center;
}
.r30 img {
	width: auto !important;
	height: 130px !important;
	margin: 0 auto 0 !important;
	text-align: center !important;
	display: block !important;
}
.slick-arrow {
	position: absolute;
	border: 0px;
	background-color: transparent;
	z-index: 1000;
	background-color: rgba(255,255,255,0.3);
/*	background-color: rgba(180,6,81,0.3);*/
	border-radius: 100%;
	text-align: center;
	padding: 15px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.slick-slider:hover .slick-arrow {
	background-color: rgba(0,0,0,0.1);
}
.slick-arrow:hover {
	background-color: rgba(255,0,0,0.5) !important;
}
.slick-prev {
	top: 40%;
	left: 20px;
}
.slick-next {
	top: 40%;
	right: 20px;
}
/*.salon_slider .slick-prev {
	bottom: -480px;
	right: -60px;
}
.salon_slider .slick-next {
	bottom: -480px;
	right: -90px;
}*/
.brands {
	margin:0 auto;display:block;
}
.frames_slider .slick-slide, .glasses_slider .slick-slide, .doctors_slider .slick-slide, .equipmentbl .slick-slide, .implantatsiya-zubov .slick-slide {
/*	width: 260px !important;*/
	margin-left: 1.5em;
	margin-right: 1.5em;
}
.frames_slider, .glasses_slider, .doctors_slider, .equipmentbl, .implantatsiya-zubov {
	margin: 0 -1.5em 0 -1.5em;
}
.glasses_slider .slick-slide img {
	width: 100%;
	margin: 0 0 10px 0;
	border-radius: 30px;
}
.doctors_sliderimg {
	width: auto;
	height: 430px;
	margin: 0 0 10px 0;
	border-radius: 30px !important;
}
@media screen and (max-width: 900px) {
	.doctorsbl2 {
/*		display: block;
		max-width: inherit;*/
	}
	.doctorsblpage > div {
		margin: 0 0 2em 0;
	}
	.doctors_slider {margin-right:0px!important;}
	.doctors_slidersert {display:none!important;}
	.doctors_sliderimgicon img{height:20px!important;}
	.doctors_sliderimg {width:100%;height:auto}
/*	.doctors_slider_plus, .doctors_sliderimgicon, .doctorsbl2 .topform, .doctorsbl2 .doctorsspec, .doctorsbl2 .qubli {display:none}*/
	.doctors_sliderimgicon span {font-size: 11px;}
	.doctors_slider_plus a {display:block}
	.doctorsbl2 .topform input {
		width: 100% !important;
		padding: 6px 10px;
		margin: 7px 0 7px 0;
	}
	.doctorsbl2 {
		grid-template-columns: 1fr 1.5fr;
	}
	.doctors_slider .slick-slide {
/*		margin: 0px !important;*/
	}
}
.glasses_slider .slick-slide a {
	display: block;
	text-align: center;
}
.contacts {
	width:1440px;margin:0 auto;position:relative;
}
.contacts > div {
	position:relative;
}
a:active, a:focus { outline: none; }

input, textarea {outline:none;}
input:active, textarea:active {outline:none;}
:focus {outline:none;}
textarea {resize:none;}
textarea {resize:vertical;}
textarea {resize:horizontal;}
.bl22big {
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	color: #555;
	padding: 30px 0 0 20px;
}
.p30 {
	width: auto !important;
	height:120px;position:absolute;top:120px;right:470px;
}
.bl22 {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	grid-gap: 1em;
}
.bl22 img {
	width: 100%;
}
video {
	width: 100%;
	height: 350px;
}
.toph1 {
	text-align:right;position:relative;
}
.toph1 h1 {
	margin-top:0px;text-transform:none;
}
h1 div {
	padding-top:15px;font-size:24px;line-height:33px;
}
.glasses1 {
 	padding:2em 0;background: #fff url(/action_new/img/boy.jpg) no-repeat center center;
}
.glasses1 > div, #glasses > div {
	position:relative;left:280px;
}

video {
	width: 640px;
	height: 350px;
}
.ones li b {
	display: block;
	color: var(--main-color);
}
.adires {
	margin: 2em 0;
	font-size: 15px;
	line-height: 22px;
}
.adires h3 {
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	margin: 0 0 10px 0;
}
.adires ul {
	color: #5A7284;
/*	letter-spacing: -0.02em;*/
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 0.5em;
}
ul, li {
	margin: 0;
	list-style: none;
	padding: 0;
}
.ka104 {
	position: relative;
	background: url(/i/site/doctor_hohlov_a_a.png) no-repeat center bottom;background-size:auto 100%;
}
.bl3_ban {
	padding: 2em 2em 0 2em;
	background: #f3f3f3 url(/img/bg.jpg) no-repeat left top;
	background-size: cover;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 2em;
	border-radius: 30px;
}
.ka10 > div {
	width: 50%;
}
.rats {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 1em;
}
.ratsv {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 1em;
	max-width: 250px;
}
.remvrach {
	text-align: center;
}
.rats a {
	display: block;
	border-radius: 5px;
	padding: 25px 15px;
	background-color: #f5f9f8;
}
.ratsv a {
	display: block;
	border-radius: 5px;
	padding: 10px;
	background-color: #fafafa;
}
.ratsv img {
	width: 100%;
}
.rats a img {
	width: inherit;
	display: block;
	margin: 0 auto 15px;
}
.ratingt {
	display: grid;
	grid-template-columns: 5fr 1fr;
	grid-gap: 1em;
	margin: 0 auto;
}
.ratingt b {
	text-align: right;
	line-height: 22px;
}
.rating {
	width: 100%;
	height: 18px;
}
.rating span {
	display: block;
	background-color: #eecc47;
	height: 18px;
}
.rating i {
	display: block;
	width: 100%;
	height: 18px;
	background: url('/i/site/rat.png') no-repeat center center;
	background-size: cover;
}
@media screen and (max-width: 900px) {
	.rats a img {
		width: 100%;
	}
	.remvrach {
		font-size: 12px;
	}
	.ratsv {
		max-width: inherit;
	}
	.rats {
		grid-template-columns: 1fr 1fr 1fr;;
	}
	.ratsv .ratingt {
		display: block;
	}
	.ratsv .ratingt b {
		display: none;
	}
}
.keysbg {
	background: #ede8e4 url(/i/site/bgsu.jpg) no-repeat left top;
	background-size: cover;
	padding: 4em 0;
	margin: 3em 0 0 0;
}
.keys {
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-gap: 5em;
}
.keys .orderphone {
	display: inline;
}
.keys small {
	display: block;
	color: #555;
	margin-top: 10px;
	font-size: 12px;
}
.keys h2 {
	text-transform: none;
	font-weight: 500;
	margin-top: 0px;
}
.keysimg {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 5em;
}
.keysimg > div > div {
	position: relative;
}
.keysimg > div span {
	position: absolute;
	left: 20px;
	bottom: 20px;
	background-color: rgba(0,0,0,0.7);
	padding: 5px 15px;
	border-radius: 4px;
	text-align: center;
	color: #fff;
}
.keysimg img {
	width: 100%;
	border-radius: 30px;
}
@media screen and (max-width: 900px) {
	.keysimg {
/*		display: block;*/
		grid-gap: 1em;
	}
	.keysimg > div {
		margin: 1em 0;
	}
}
.bl_rating {
	display: grid;
	grid-template-columns: 50px 1fr;
	grid-gap: 1em;
}
.bl_rating img {
	width: 100%;
}
.desc_show {display:block}
.pda_show	{display:none}
.desc_show_ {display:grid}
.pda_show_	{display:none}
.dm-overlay {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.65);
	display: none;
	overflow: auto;
	width: 100%;
	height: 100%;
	z-index: 1000;
}
.dm-overlay:target {
		display: block;
		-webkit-animation: fade .6s;
		-moz-animation: fade .6s;
		animation: fade .6s;
}
.dm-table {
		display: table;
		width: 100%;
		height: 100%;
}
.dm-cell {
		display: table-cell;
		padding: 0 1em;
		vertical-align: middle;
		text-align: center;
}
.btn {
	display: inline-block;
	padding: 0.2em 1em;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	text-decoration: none;
}
.btn:hover {
	background-color: #0c418f;
	color: #fff;
} 
.dm-modal {
	display: inline-block;
	padding: 20px;
	max-width: 500px;
	background: #fff;
	-webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
	color: var(--main-color);
	text-align: left;
}
.dm-modal h3 {
	color: #fff;
	padding-bottom: 1em;
}
.close {
		z-index: 9999;
		float: right;
		width: 30px;
		height: 30px;
		color: #cfd8dc;
		text-align: center;
		text-decoration: none;
		line-height: 26px;
		cursor: pointer;
}
.close:after {
		display: block;
		border: 2px solid #cfd8dc;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		content: 'X';
		-webkit-transition: all 0.6s;
		-moz-transition: all 0.6s;
		transition: all 0.6s;
		-webkit-transform: scale(0.85);
		-moz-transform: scale(0.85);
		-ms-transform: scale(0.85);
		transform: scale(0.85);
}
/* ������ �������� ��� ��������� */
 
.close:hover:after {
		border-color: #fff;
		color: #fff;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
}

@-moz-keyframes fade {
		from {
				opacity: 0;
		}
		to {
				opacity: 1
		}
}
@-webkit-keyframes fade {
		from {
				opacity: 0;
		}
		to {
				opacity: 1
		}
}
@keyframes fade {
		from {
				opacity: 0;
		}
		to {
				opacity: 1
		}
}
.slick-slide img {
	border-radius: 30px;
}
#popadi10 {margin-top:3em}
.of {margin:1em 0 0 0;background: #ede8e4 url(/i/site/bgsu.jpg) no-repeat left top;background-size:cover}
.ofpage {margin:5px 0 0 0;background-color:#fff}
.pretopbanpage {border-radius:30px;padding:0px;background: #ede8e4 url(/i/site/bgsu.jpg) no-repeat left top;padding:0px !important}
.topbanpage {border-radius:30px !important;padding-top:0px !important;background-size:auto 100% !important;}
.nopda {display:block}
.pda {display:none}
.menu-none {display:none!important;}
.menu-open {
	display: block !important;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 1000000;
	background-image: none;
	opacity: 0.95;
	background-color: var(--dop-color);
}
.menu-open .menu-close {
  width: 19px;
  height: 19px;
  position: absolute;
  top: 20px;
  right: 20px;
  display: block !important;
  padding: 0px;
}
.menu-open ul {
	margin: 1em 1em;
}
.menu-open li {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 22px;
	padding: 4px 10px;
	margin: 0;
	cursor: pointer;
	color: #fff;
}
.menu-open li a {
	color: #fff;
}
.menu-open li a:hover {
	text-decoration: underline;
}
.menu-open ul ul {
	margin: 0px 5px 0px 0;
}
.menu-open ul ul li {
	font-size: 13px;
	line-height: 18px;
	padding: 2px 10px;
}
.menu-open ul ul li a {
	color: #ddd;
}
.topfix {
	 position: fixed;
	 top: 0px;
	 background-color: #fff;
	 z-index: 10000;
	 left: auto;
	 right: auto;
	 padding: 0;
	 width: 100%;
	 max-width: inherit;
	 box-shadow: 0px 0px 25px 0px rgba(50, 50, 50, 0.3);
}

@media screen and (max-width: 900px) {
	.spi {
		position: relative;
		display: block !important;
		margin: 0 -1em;
	}
	.spi > div {
		position:absolute;z-index:1000;background:url(/img/spi.png) repeat-x center center;background-size:auto 100%;top:-37px;padding:0px;margin:0px;height:20px;width:100%;
	}
	.nopda {display:none}
	.pda {display:block}
	.pretopban {
		padding: 0px !important;
	}
	div.topban {
/*		height: 620px;*/
		background-size: auto 200px !important;
		padding: 2em 1em !important;
		background-position: top right;
	}
	.topban form {
		margin: 2em auto 0;
		display: block;
		text-align: center;
	}
	.topban_preim {
		width: 100%;
		font-size: 13px;
		line-height: 15px;
		margin-top: 252px;
		grid-gap: 10px;
		padding: 1em;
		background: #ede8e4 url(/i/site/bgsu.jpg) no-repeat left top;
		border-radius: 10px;
	}
	.topban_preim > div > img {
		margin: 0px 8px 10px 0;
		max-height: 30px;
	}
	.topban form input[type='text'], .items form input[type='text'], .topform input {
		width: auto !important;
		font-size: 13px;
		padding: 10px;
	}
	.topban form input[type='submit'], .items form input[type='submit']{
		width: auto !important;
		font-size: 13px;
	}
	div.topbanpage {
		padding: 2em 1.2em !important;
		background-position: top right;
	}
	div.topbanpage, div.topban, .pretopbanpage {
		border-radius: 0px !important;
	}
	.of, .ofpage {margin:0px}
	.bl2ii4 {display:block}
	.bl2ii4 > div {margin: 0 0 2em 0}
	.bl2ii {grid-template-columns: 120px 1fr}
	.primer {grid-template-columns: 1fr 1fr;grid-gap:1em}
	.primer a {padding:1em}
	.banpage {background-size: cover;background-position: left center}
	.topban h1 {
		font-size: 22px;
		line-height: 28px;
		width: 50%;
		position: absolute;
		top: -250px;
		text-shadow: 0px 0px 5px rgba(255,255,255,1), 0px 0px 10px rgba(255,255,255,1), 0px 0px 20px rgba(255,255,255,1), 0px 0px 25px rgba(255,255,255,1);
	}
	.topban h1 br {display:none}
	.servicesbl {
		grid-template-columns: 1fr;
		grid-gap: 1em;
	}
	.blpda2 {
		grid-template-columns: 1fr;
	}
	.bl2i > div {
/*		padding: 1em;*/
	}
	.bl2i > div div {
		padding: 15px 15px 20px 15px;
	}
	.equipmentbl > div {
		margin: 0 0 2em 0;
	}
	.bl5_ > div {
		margin: 0 0 1em 0;
	}
	.bl3_ban {padding: 1em}
	.bl3_ban h2 {
		font-size: 16px;
		line-height: 23px;
	}
	.blcontacts {display: none}
	.imgpda {width:100%}
	.desc_show {display:none}
	.pda_show	{display:block}
	.desc_show_ {display:none}
	.pda_show_	{display:grid}
	#popadi10 {margin-top:1em!important;}
	.ka10 {
		background-size: auto 100%;
		min-height: 200px;
		margin: 2em 0;
		background-position: right bottom;
/*		display: none;*/
	}
	.ka104 {
		display: none;
	}
	.bl3_ban .phonemask {width:110px !important;}
	.adires ul {
			grid-template-columns: 1fr 1fr;
			font-size: 13px;
			line-height: 17px;
			grid-gap: 1em;
	}
	video {
		width: 100%;
		height: auto;
	}
	.glasses1 > div, #glasses > div {
		left: 0px;
	}
	body {
		background-size: auto 120%;
	}
	h1 div {
		padding-top:15px;font-size:14px;line-height:20px;
		width: 100%;
		text-align: center;
	}
	.bl21 {
		grid-template-columns: 1fr;
	}
	.ones {
		order: -1;
	}
	video {
		width: 100%;
		height: auto;
	}
	.bl22 {
		text-align: center;
	}
	.p30 {
		display: none;
	}
	body {
		font-size: 13px;
		line-height: 18px;
		background-size: auto 120%;
		background-position: center 120px;
	}
	.contacts, .contacts > div {
		width: 100%;
	}
	.glasses_slider {
		width: 100%;
	}
	.brands {
		width: 100%;
	}
	.width1440 > div {
		width: 100%;
	}
	.yesdiv {
		display: block;
	}
	.bl {display:block}
	h2 br, .divpda {
		display: none;
	}
	.top4 {
		grid-template-columns: 1.2fr 1.5fr 24px;
		grid-gap: 1em;
		align-items: center;
	}
	.top4 > div {
		padding: 1em 0 0 0;
		display: inline-block;
	}
	.menu, .top4map, .top4 .top4ico {
		display: none !important;
	}
	.main h1 {
		margin: 0px;
	}
	.why > div, .salon2 > div, .bl3 > div {
		margin: 0 0 1em 0;
	}
	.top4 .soc, .top4 .slogan, .top4 .ord {display:none}
	.logo img {width: 100% !important;}
/*	.contacts {
		padding: 1em;
	}*/
	.top4ico {
		text-align: left;
	}
	.salon2_ {
		position: relative;
		top: 0px;
		left: 0px;
	}
	.salon_slider {
		width: 100%;
	}
	.blbutline, .blbut {
		width: 100%;
	}
	.blbutline input, .blbut input {
		width: 100% !important;
		margin: 0 0 15px 0;
	}
	.logo img {
		width: 90px;
	}
	.top {
		height: auto;
	}
	.bl1000, .linz {
		background-image: none;
	}
	.dm-page {
		width: 90%;
		float: none;
		height: auto;
	}
	.dm-modal {
		width: 100%;
		background-image: none;
	}
	.dm-page h2 {
		margin: 0px;
	}
	h2 {
		font-size: 24px;
		line-height: 30px;
		margin-top: 0px;
	}
	.bl1000 {
		margin: 0 auto;
		padding: 1em 0;
	}
	.salon_slider .slick-arrow {
/*		display: none !important;*/
	}
	.linz {
		min-height: inherit;
		padding: 0px
	}
	#frames {
		margin-top: 3em;
	}
	.main a {
		font-weight: 400;
	}
/*	.slick-prev {
		top: -30px;
		right: 50px;
	}
	.slick-next {
		top: -30px;
		right: 20px;
	}*/
	.main h1 {
		font-size: 24px;
		line-height: 34px;
	}
	.main h1 br {
		display: none;
	}
	body {
		background-position: right 70px !important;
		background-size: 170% !important;
	}
	.main {
		min-height: 300px;
	}
	.ord1 {
		order: -1;
	}
	.bl22big {
		padding: 0px;
			font-size: 15px;
		line-height: 22px;
		text-align: left !important;
		padding: 0px !important;
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		text-align: justify;
	}
	.bl22 img {
		width: 100% !important;
		margin: 0 0 1em 0 !important;
	}
	h2 {
		margin: 1em 0 !important;
	}
	.top4 {
		height: auto !important;
	}
	h1 {
		font-size: 20px;
		line-height: 26px;
		margin: 1em 0 0.5em 0;
	}
	h2 {
		font-size: 17px;
		line-height: 22px;
		margin: 1em 0 0.5em 0;
	}
/*	.width1440 > div {
		margin: 0 1em;
		padding: 0px;
	}*/
	.bl22 h1 br {
		display: none;
	}
	.top form {
		margin-top: 200px;
	}
	.top input[type='text']{
		background: rgba(255,255,255,0.7);
	}
	.salon21_ {
		position: relative;
		top: 0px;
		left: 0px;
	}
	.salon21_ {
		width: 100%;
		margin: 1em 0;
	}
	h1 div {
		width: 60%;
		text-align: right;
		float: right;
		padding-bottom: 15px;
	}
	.frames_slider .slick-slide, .glasses_slider .slick-slide {
/*		margin-right: 0px;
		margin-left: 0px;*/
	}
	.items span {
		top: 20px;
		right: 10px;
	}
	.top4contacts b {
		font-size: 14px;
		line-height: 14px;
		margin-top: 6px;
	}
	.top4contacts {
		font-size: 10px !important;
	}
	.bl5_foot {
		grid-template-columns: 1fr 1fr;
	}
	.why {
		grid-template-columns: 1fr 1fr;
		grid-gap: 1em;
	}
	.menu_top {
		display: none;
		position: fixed;
	}
	.butt-open {
		cursor: pointer;
	}
	.maintop {border-bottom: 0px}
	.vrtop {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 10px;
	}
	.vrtop > span {
		font-size: 16px;
		line-height: 22px;
		padding: 10px;
		margin: 0;
	}
	.slider_dip .slick-slide > div, .slider_dip .slick-slide > div > div, .img_dip {
		display: block;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.slider_dip .img_dip img {
		margin: 0 auto;
		text-align: center
	}
	#item-0 {
		position: relative;
		top: 20px;
		left: auto;
		right: auto;
		color: #000;
		width: 100% !important;
	}
	.circtxt br {
		display: none;
	}
	.circ img {
		width: 40px;
	}
	.circ:after {
		top: -4px;
		left: -4px;
		width: 48px;
		height: 48px;
	}
	div.topban {
		background-size: 100% auto !important;
		/* auto 400px */
	}
	.top4 {
		margin-bottom: 5px;
	}
	.pretextop {
		text-align: center;
		margin-bottom: 5px;
	}
	.topban_action i {
		width: 70px;
		height: 70px;
		background-size: cover;
	}
	.servicesbl .box, .servicesbl_new .box {
		right: 0px;
		position: absolute;
		top: 0px;
		height: 100px;
		width: 100px;
		overflow: hidden;
	}
	.servicesbl .ribbon, .servicesbl_new .ribbon {
		right: -74px;
		position: absolute;
		top: 15px;
		height: 28px;
		line-height: 28px;
		width: 206px;
		transform: rotate(45deg);
		background-color: var(--orang-color);
		text-align: center;
		color: #fff;
		font-weight: 600;
	}
	.blarticles > div {
		display: block;
		margin: 0 0 1em 0;
	}
	.articlesimg {
		width: 100%;
		max-width: none;
		margin: 0 0 25px 0;
	}
	.prov {
		width: 100%;
		max-width: none;
		margin: 0 0 25px 0;
	}
}
@media screen and (max-width: 1100px) {
	.salon21_ {display:none}
}
.warni {position:fixed;top:1px;z-index:100000;width:100%;color:#ff0;background-color:red;text-align:center;margin:0 auto;padding:0.7em 1em;font-weight:bold}
/*div {border:1px solid red}*/
.mm3 {
	position:absolute;right:20px;bottom:33px;width:110px;border-radius:0px !important;
}
@media screen and (max-width: 900px) {
	.mm3 {
		bottom: 10px !important;
	}
}
.t657{z-index:9999;position:fixed;font-size:12px;line-height:16px;text-align:center;}
.t657_rectangle{right:30px;bottom:30px;}
.t657_long{bottom:0;width:100%}
.t657_closed{display:none!important}
.t657__wrapper{box-sizing:border-box;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.4);position:relative}
.t657_rectangle .t657__wrapper{max-width:340px;border-radius:3px;padding:20px 20px}
.t657_long .t657__wrapper{width:100%;padding:30px}
.t657__text{margin-bottom:20px; font-weight:normal;}
.t657__btn-wrapper{display:inline-block}
.t657__btn{cursor:pointer;padding-left:24px;padding-right:24px;padding:6px 25px;display:table-cell;color:#ffffff;background-color:var(--dop-color);border-radius:3px;text-transform:uppercase;}
.t657__icon-close{position:absolute;top:10px;right:10px;cursor:pointer;padding:5px;-webkit-transition:opacity ease-in-out .3s;-o-transition:opacity ease-in-out .3s}
.t657__icon-close:hover{opacity:.7}
@media screen and (max-width: 900px) {
	.t657_rectangle,.t657_long{right:0!important;bottom:0!important;width:100%}
	.t657_rectangle .t657__wrapper,.t657_long .t657__wrapper{border-radius:0;max-width:100%;width:100%;padding:30px 10px}
	.t657__icon-close{display:none}
}