@charset "UTF-8";
/*
Theme Name: Top
Author: Anton
Description:  Это базовая тема.
Requires at least: WordPress 5
Version: 1
*/


@font-face {
	font-family: 'Open Sans';
	src: url('//lebed74.ru/wp-content/themes/top/assets/fonts/OpenSans/OpenSans-Regular.eot');
	src: local('Open Sans Regular'), local('OpenSans-Regular'),
		url('//lebed74.ru/wp-content/themes/top/assets/fonts/OpenSans/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
		url('//lebed74.ru/wp-content/themes/top/assets/fonts/OpenSans/OpenSans-Regular.woff') format('woff'),
		url('//lebed74.ru/wp-content/themes/top/assets/fonts/OpenSans/OpenSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Ubuntu';
    src: url('//lebed74.ru/wp-content/themes/top/assets/fonts/Ubuntu/Ubuntu-Bold.eot');
    src: local('Ubuntu Bold'), local('Ubuntu-Bold'),
        url('//lebed74.ru/wp-content/themes/top/assets/fonts/Ubuntu/Ubuntu-Bold.eot?#iefix') format('embedded-opentype'),
        url('//lebed74.ru/wp-content/themes/top/assets/fonts/Ubuntu/Ubuntu-Bold.woff') format('woff'),
        url('//lebed74.ru/wp-content/themes/top/assets/fonts/Ubuntu/Ubuntu-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
* {
    margin: 0;
    padding: 0;
    outline: 0;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

img{
	max-width:100%;
	height:auto;
}
body {
    font-family: 'Open Sans',Arial;
    font-size: 16px;
    line-height: 1.5;
    color: #674c71;
	background-color: #fff;
}
html,
body,
.wrapper {
	height: 100%;
}
p{
	padding:10px 0;
}
a{
	color:#12b48b;;
}
.backl{
	font-size:14px;
	color:#aeaab5;
}
.mybutton{
	display:inline-block;
	border:none;
	border-radius:25px;
	padding:12px 35px;
	font-family: 'Ubuntu';
	font-size:16px;
	text-decoration:none;
	background:white;
	color:#5f4e78;
	margin:25px 0;
	transition:1s ease;
}
.mybutton:hover{
	border:1px solid white;
	background: rgba(18, 180, 139, 0.7);
	background:none;
	color:white;
}
h1{
	text-align:center;
	font-family: 'Ubuntu';
	font-size:35px;
	color: #5f4e78;
	line-height:1.2;
	padding:25px 0;
}
h2{
	font-family: 'Ubuntu';
    font-size: 30px;
    color: #5f4e78;
    line-height: 1.2;
    padding: 25px 0;
    text-align: center;
}
h3{
	font-family: 'Ubuntu';
    font-size: 28px;
    color: #5f4e78;
    line-height: 1.2;
    padding: 25px 0;
    text-align: center;
}
.headers{
    font-family: 'Ubuntu';
    font-size: 30px;
    color: #5f4e78;
    line-height: 1.2;
    padding: 25px 0;
    text-align: center;
}
.headers2{
    font-family: 'Ubuntu';
    font-size: 30px;
    color: #5f4e78;
    line-height: 1.2;
    padding: 25px 0;
	text-align:left;
}
.headers2 span{
color: #12b48b;
}
.container {
    max-width: 1250px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.content {
	box-sizing: border-box;
	min-height: 100%;
	padding-bottom: 220px;
}
.header{
	width:100%;
	padding:10px 0;
}
.header p{
	padding:2px 0;
}
.footer {
	min-height: 220px;
	margin-top: -220px;
	background:#524565;
	background:url(/wp-content/themes/top/assets/img/footer-bg.jpg)no-repeat center;
	background-size:cover;
	color:white;
	font-size:15px;
	padding:20px 0;
}
.footeritem{
	width:33.3%;
	padding:15px;
}
.footeritem a{
	text-decoration:none;
	color:white;
	padding-left:7px;
}
.footeritem span{
	padding-left:7px;
}
.footerheaders{
	font-family: 'Ubuntu';
    font-size: 17px;
	position:relative;
	padding-bottom: 39px;
}
.footerheaders:after{
	content: '';
    position: absolute;
    top: 55px;
    left: 0;
    width: 100px;
    height: 2px;
    background: #12b48b;
}
.acciya{
	padding: 25px 15px;
    background: #ec4242;
    color: white;
    text-align: center;
}
.pacciya{
	font-family: 'Ubuntu';
    font-size: 20px;
}
.bottom50{
	margin-bottom:50px;
}
.row-flex{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.row-flex2{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.praistable{
	width: 100%;
    border-collapse: collapse;
    margin-top: 25px;
}
.praistable tr:nth-child(odd) {
    background: #dbd9de;
}
.praistable th:first-child {
    width: 85%;
}
.praistable th {
    text-align: left;
    padding: 10px;
    border-bottom: 3px solid #9787af;
}
.praistable td {
    padding: 10px;
}
.vcenter{
	align-items: center;
}
.logo{
	width:25%;
	padding:0 15px;
}

.adress{
	width:25%;
	padding:0 15px 0 65px;
	position:relative;
}
.adress img{
	position:absolute;
	left:0;
	top:39px;
}
.work{
	width:25%;
	padding:0 15px 0 65px;
	position:relative;
}
.work img{
	position:absolute;
	left:0;
	top:39px;
}
.phone{
	width:25%;
	padding:0 15px 0 65px;
	position:relative;
}
.phone img{
	position:absolute;
	left:0;
	top:39px;
}
.phone a{
	font-family: 'Ubuntu';
	font-size:20px;
	text-decoration:none;
}
.top-menu{
	background-color:#5f4e78;
}
.headerbold{
	font-family: 'Ubuntu';
	font-size:19px;
	font-weight:bold;
	color:5f4e78;
}
.dermatolog{
	width:100%;
	background:url(/wp-content/themes/top/assets/img/dermatolog2.jpg)no-repeat center;
	background-size:cover;
	color:white;
}
.dermatolog-left{
	width:50%;
	min-height:700px;
	background:rgba(18, 180, 139, 0.7);
	padding-top:100px;
	padding-bottom:50px;
}
.dermatolog-left h1{
	font-family: 'Ubuntu';
	font-size:50px;
	color: white;
	line-height:1.2;
	text-align:left;
}
.dermatolog-flright{
	float:right;
	max-width:630px;
	padding:0 15px;
}
.epilyaziya{
	width:100%;
	background:url(/wp-content/uploads/2021/12/epilyaziya.jpg)no-repeat center;
	background-size:cover;
	color:white;
}
.massazh{
	width:100%;
	background:url(/wp-content/uploads/2021/12/massazh.jpg)no-repeat center;
	background-size:cover;
	color:white;
}
.manikur{
	width:100%;
	background:url(/wp-content/uploads/2021/12/manikur.jpg)no-repeat center;
	background-size:cover;
	color:white;
}
.firstp{
	color:white;
	position:relative;
	padding-top:39px;
}
.firstp:before{
	content: '';
    position: absolute;
    top: 9px;
    width: 100px;
    height: 2px;
	background:white;
}
.twop{
	position:relative;
	padding-top:0px;
	width:60%;
	text-align:center;
	display:block;
	margin:0 auto;
	padding-top:39px;
}
.twop:before{
	content: '';
	position:absolute;
	left:50%;
	margin-left:-50px;
    top: 9px;
    width: 100px;
    height: 2px;
	background:#12b48b;
}
.trp{
	position:relative;
	padding-top:39px;
}
.trp:before{
	content: '';
	position:absolute;
    top: 9px;
    width: 100px;
    height: 2px;
	background:#12b48b;
}
.zapis-priem{
	width:100%;
	background:url(/wp-content/themes/top/assets/img/bg.jpg)no-repeat center;
	background-size:cover;
	color:white;
	padding:50px 0;
}
.priem-vracha{
	font-family: 'Ubuntu';
	font-size:25px;
	color: white;
}
.priem-vracha a{
	color:white;
	text-decoration:none;
}
.priem-vracha, .priem-vracha2{
	width:33.3%;
	padding:15px;
}
.priem-vracha2 a{
	float:right;
}
.top10{
	padding-top:22px !important;
}
input, textarea{
	font-family: 'Open Sans', Arial, sans-serif;
	font-size:15px;
	width:100%;
	margin:8px 0;
	padding:12px 15px;
	border:1px solid #c1c1c1;
	color: #674c71;
}
textarea{
	min-height:100px;
}
input[type=checkbox] {
    width: auto;
}
input[type=submit]{
    font-family: 'Ubuntu';
	cursor:pointer;
	background: #533554;
    color: white;
	transition:0.5s ease;
}
input[type=submit]:hover{
	background:#785279;
}
.top50{
	padding-top:50px;
}
.doktor{
	width:17%;
	padding:15px;
}
.doktor span{
	font-weight:bold;
}
.doktor img{
	border:5px solid #e4e4e4;
}
.doktoritems{
	padding:15px;
}
.doktoritem{
	width:33.3%;
	padding:15px 15px 45px 15px;
	text-align:center;
	font-family: 'Ubuntu';
	font-size:17px;
	color:#876992;
}
.doktoritem img{
	margin-bottom:25px;
}
.headersm{
	 font-family: 'Ubuntu';
	 font-size:20px;
}
.headersxm{
	 font-family: 'Ubuntu';
	 font-size:19px;
}
.mydoktor{
	font-size:15px;
}
.clinik{
	padding:25px 0;
}
.half{
	width:50%;
	padding:15px;
}
.chek{
	margin:15px 0;
}
.chek li{
	list-style: none;
    margin-bottom: 10px;
}
.chek li:before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    vertical-align: -2px;
    background: url(/wp-content/themes/top/assets/svg/chek.svg)no-repeat;
    background-size: 16px;
}
.grafik{
	width:100%;
}
.grafik td{
	padding:7px 0;
	width:50%;
}
.tdright{
	padding-left:15px !important;
}
.tdright span{
	color:#12b48b;
}
.voproshalf{
	width:50%;
	background:url(/wp-content/uploads/2021/12/call-me.jpg)no-repeat left center;
	background-size:cover;
	min-height:670px;
}
.voproshalf2{
	width:50%;
	max-width:610px;
	padding:15px 15px 15px 35px;
}
.fl33{
	width:33.3%;
	padding:15px;
}
.itemslider{
	padding:15px;
}
.borderslider{
	border: 5px solid #f2f2f2;
	transition: 0.5s ease;
	padding:35px 25px;
}
.borderslider:hover{
	border: 5px solid #7c5a7d;
}
.borderslider img{
	margin-bottom:15px;
}
.borderslider a{
	margin-top:15px;
	display:inline-block;
	font-family: 'Ubuntu';
	font-size:17px;
	padding:10px 35px;
	background:#12b48b !important;
	color:white;
	text-decoration:none;
	transition:0.5s ease;
	
}
.borderslider a:hover{
	background:#2ec59f !important;
	text-decoration:underline;
}
.sliderbg{
	min-height:550px;
	background:url(/wp-content/themes/top/assets/img/doctors.png) no-repeat right top;
}
.slick-dotted.slick-slider{
	margin-bottom:70px;
}
.doctorpicture{
	width:15%;
	padding:15px;
}
.doctorinfo{
	width:85%;
	padding:15px;
}
.doctorinfo p{
	padding:4px 0;
}



@media screen and (max-width: 1600px){
	.sliderbg{
	background:none;
}
}
@media screen and (max-width: 1000px){
	.logo{
		width:100%;
		text-align:center;
	}
	.adress, .work{
		display:none;
		width:50%;
		margin:0 auto;
		padding:10px 10px;
		text-align:center;
	}
	.adress img, .work img{
		display:none;
	}
	.phone{
		width:100%;
		max-width:270px;
		margin:0 auto;
	}
	.dermatolog-left{
	width:70%;
}
.twop{
	width:90%;
}
.doctorpicture, .doctorinfo{
	width:100%;
}
}

@media screen and (max-width: 800px){
	.dermatolog-flright{
	float:none;
}
	.dermatolog-left{
	width:90%;
	padding-top:50px;
}
.dermatolog-left h1{
	font-size:30px;
}
.top50{
	padding-top: 25px;
}
.doktor{
	width:100%;
	text-align:center;
}
.doktoritems{
	width:100%;
}
.doktoritem{
	width:50%;
}
.priem-vracha, .priem-vracha2{
	width:100%;
	text-align:center;
}
.priem-vracha {
    font-size: 20px;
}
.priem-vracha2 a{
	float:none;
}
.half{
	width:100%;
}
.footeritem{
	width:100%;
}
.voproshalf{
	display:none;
}
.voproshalf2{
	width:100%;
	max-width:100%;
}
.fl33{
	width:100%;
}
}
