body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
body {
	font-family: "Raleway", "RobotoRegular", sans-serif;
	font-size: 16px;
}
* {
	padding: 0;
	margin: 0;
}
ul {
	padding: 0;
	margin: 0;
}
ul li {
	list-style-type: none;
}
a {
	text-decoration: none;
	outline: none !important;	
}
a:hover {
	text-decoration: underline;	
}
.response {
	max-width: 100%;
}
.text-center {
	text-align: center;	
}
/*делаю хидер
************************************************************************
************************************************************************
*/
header .top-line-header {
	font-family: "RobotoRegular", "Raleway", sans-serif;
	background-image: url(../img/header-bg.jpg);
	background-repeat: repeat;
	padding: 10px 0;
}
header .top-line-header .main-logo {
	width: 80%;		
}
header .top-line-header .sub-logo {
	width: 40%;	
}  
header .top-line-header .logo-wrap {
	text-align: center;	
}
.black {
	color: #333;
}
header .top-line-header .adress-tel a,
header .top-line-header .grafik a {
	font-size: 18px;
	font-weight: bold;	
}
header .top-line-header .adress-tel ul, 
header .top-line-header .grafik ul {
	padding-left: 60px;
	margin-top: 15px;
}
header .top-line-header .adress-tel ul li, 
header .top-line-header .grafik ul li {
	position: relative;	
}
header .top-line-header .adress-tel ul .fav-icon,
header .top-line-header .grafik ul .fav-icon {
	position: absolute;
	left: -54px;	
}
header .top-line-header .adress-tel ul .green,
header .top-line-header .grafik ul .prp {
	top: 4px;
}
header .top-line-header .adress-tel ul .red, 
header .top-line-header .adress-tel ul .orange,
header .top-line-header .grafik ul .blue {
	top: -6px;
}
header .top-line-header .adress-tel ul li:nth-child(3),
header .top-line-header .adress-tel ul li:last-child, 
header .top-line-header .grafik ul li:last-child {
	margin-top: 20px;
}
header .top-line-header .adress-tel ul li a:hover +span,
header .top-line-header .grafik ul li a:hover +span {
	transform: translateX(7px);
}
header .top-line-header .dantist-wrap a {
	display: inline-block;	
}
header .top-line-header .dantist-wrap span {
	display: inline-block;	
	color: #007fff;
	padding: 10px;	
	border: 1px solid #007fff;
	border-radius: 25px;	
	transition: all 0.5s ease;
	opacity: 0;
	margin-top: 25px;
	font-size: 14px;
	position: relative;	
}
header .top-line-header .dantist-wrap span.d {
	color: #7A9653;
	border: 1px solid #7A9653;
}
/*рисую треугольники на спане*/
header .top-line-header .dantist-wrap span::before {
	content: "";
	width: 0; 
	height: 0;
	position: absolute; 
	bottom: 100%; 
	left: calc(50% - 6px);
	border-left: 6px solid transparent;		
	border-right: 6px solid transparent;
	border-bottom: 7px solid #007fff;	
}
header .top-line-header .dantist-wrap span.d::before {
	color: #7A9653;
	border-bottom: 7px solid #7A9653;	
}
header .top-line-header .dantist-wrap span::after {
	content: "";
	width: 0; 
	height: 0;
	position: absolute; 
	bottom: 100%; 
	left: calc(50% - 4px);
	border-left: 4px solid transparent;		
	border-right: 4px solid transparent;
	border-bottom: 5px solid #fff;	
}
header .top-line-header .dantist-wrap span.d::after {
	color: #7A9653;
}
header .top-line-header .dantist-wrap a:hover +span {
	opacity: 1;
	margin-top: 10px;
}
header .top-line-header {
	border-bottom: 1px solid #333;
}
/*стилизую все иконки, какие будут*/
.fav-icon {
	display: inline-block;		
    width: 40px;
    height: 40px;
    border-radius: 30px;
    text-align: center;
    font-size: 1.7em;    
    line-height: 1.35em;
    /*border: 2px solid #083576;*/
	color: #fff; 
	transition: all .3s ease;   
}  
.green {	
	background-color: #7A9653;
}
.blue {	
	background-color: #3d9cc1;
}
.red {	
	background-color: #F25040;	
}
.prp {	
	background-color: #a6208f;		
}
.orange {
	background-color: #fa8f1d;
}
header .main-menu nav {

}
header .main-menu ul {
	font-size: 0;
}
header .main-menu ul li {
	display: inline-block;
}
header .main-menu {
	/*box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.4);*/
}
header .main-menu ul li a {
	display: block;	
	color: #333;
	transition: all .3s ease;
	font-size: 18px;
	padding: 25px 10px;
}
header .main-menu ul li a:hover {
	text-decoration: none;
	background-color: #9ec640;
	color: #fff;	
}
header .main-menu .main-menu-btn {
	background-color: transparent;
	outline: none;
	border: none;
	color: #333;
	font-size: 40px;
	padding-left: 40px;
}
/*главная секция слайдер
************************************************************************
************************************************************************
*/
section.slider-main {
	background-image: url(../img/slider/banner-bg.png);
	background-repeat: no-repeat;
	background-position: top center;	
}
/*стилизуем кнопки лево право*/
.slider-main .slider-nav-container {
	position: relative;	
} 
.slider-main .slider-nav {
	position: absolute;
	font-size: 100px;
	color: #9ec640;	
	width: 100%;
	z-index: 2;
	cursor: pointer;	
} 
.slider-main .slider-nav div {
	position: absolute;
	padding: 20px;
	top: 140px;	
	opacity: .3;
}
.slider-main .slider-nav div:hover {
	opacity: .8;
}
.slider-main .slider-nav div:last-child {
	right: 0;
}
/*стилизуем кругляшки слайдера*/
.slider-main .owl-dots {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
	cursor: pointer;			
}
.slider-main .owl-dots .owl-dot {
	display: inline-block;
	margin: 0 3px;	
	width: 14px;
	height: 14px;
	background-color: orange;
	border-radius: 50%;
	transition: background-color .25s ease;
}
.slider-main .owl-dots .owl-dot.active {
	background-color: #9ec640;
}
.slider-main .slide {
	position: relative;	
}
.slider-main .slide a {
	position: absolute;    
	display: inline-block;
	z-index: 2;
    /*left: 100px;
    bottom: 65px;*/
    padding: 20px 35px;
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;    
}
.slider-main .slide a::before {
	content: '';
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(to right, #B91707 20%, #F31A07 50%, #B91707 80%);

							
	transform: skewX(-30deg);
	filter: blur(2px);
}
/*анимирую ссылку в слайдах*/
.slider-main .slide a.first {
	right: 24%;
	top: 45%;
	transform: scale(2);
	opacity: 0;
	transition: all 1s ease;
}
.slider-main .slide a.second {
	left: 23%;
	top: 65%;	
	opacity: 0;
	transform: scale(2);
	transition: all 1s ease;
}
.slider-main .slide a.third {
	right: 23%;
	bottom: 60%;
	transform: scale(2);	
	opacity: 0;
	transition: all 1s ease;
}
.slider-main .owl-item.active a.first {
	opacity: 1;
	right: 4%;
	top: 10%;
	transform: scale(1);	
}
.slider-main .owl-item.active a.second {	
	opacity: 1;
	left: 3%;
	top: 15%;	
	transform: scale(1);	
}
.slider-main .owl-item.active a.third {	
	opacity: 1;
	right: 3%;
	bottom: 20%;
	transform: scale(1);	
}
/*секция преимущества
************************************************************************
************************************************************************
*/
section.superiorities {
	padding: 50px 0;
	background-image: url(../img/header-bg.jpg);
	background-repeat: repeat;
}
section.superiorities .items-wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;    
    flex-flow: row wrap;
    align-items: stretch;
    align-content: center;
    justify-content: space-evenly;
}
section.superiorities .ch-item {
	margin: 10px 20px;
    width: 300px;
    height: 300px;
    border-radius: 75px;
    position: relative;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    cursor: default;
}
section.superiorities .ch-info-wrap{
    position: absolute;
    width: 270px;
    height: 270px;
    border-radius: 75px;
    perspective: 800px;
    transition: all 0.4s ease-in-out;
    top: 15px;
    left: 15px;
    background: #f9f9f9 url(../img/header-bg.jpg);
    background-repeat: repeat;    
    background-color: #fff;
    box-shadow:
        0 0 0 20px rgba(255,255,255,0.2),
        inset 0 0 3px rgba(115,114, 23, 0.8); 
}
section.superiorities .ch-info{
    position: absolute;
    width: 270px;
    height: 270px;
    border-radius: 75px;
    transition: all 0.4s ease-in-out;
    transform-style: preserve-3d;
}
section.superiorities .ch-info-front {
	border-radius: 75px;	
}
section.superiorities .ch-info-front::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 32%;
	left: 0;
	bottom: 0;
	border-bottom-left-radius: 75px;
	border-bottom-right-radius: 75px;
	background-image: -webkit-linear-gradient(top, transparent 2%, rgba(0, 0, 0, .4) 100%);
    background-image: -o-linear-gradient(top, transparent 2%, rgba(0, 0, 0, .4) 100%);
    background-image: linear-gradient(to bottom, transparent 2%, rgba(0, 0, 0, .4) 100%);		
}
section.superiorities .ch-info-front span {
	letter-spacing: 1px;	
	backface-visibility: hidden;
    position: absolute;
    z-index: 2;
    font-family: 'Open Sans', Arial, sans-serif;
    padding: 10px 15px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    left: 50%;
    top: 72%;
    opacity: 1;
    border-top: 1px solid #fff;    
    transform: translateX(-50%);
    -webkit-transition-delay: .2s;
        -moz-transition-delay: .2s;
        -ms-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s;            
}
section.superiorities .ch-info > div {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 75px;
    background-position: center center;
    backface-visibility: hidden;
}
section.superiorities .ch-info .ch-info-back {
    transform: rotate3d(0,1,0,180deg);    
    background-position: center center;
    background-color: #000;
}
section.superiorities .ch-info .ch-info-back::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 75px;
	background-color: rgba(74, 81, 121, 0.35);
	z-index: -1;
}
section.superiorities .ch-info a {
	display: block;	
	outline: 0;
}
section.superiorities .ch-info a:hover {
	text-decoration: none;	
}
section.superiorities .ch-info h3 {    
	color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    margin: 0 15px;
    padding: 20px 0 15px 0;    
    font-family: 'Open Sans', Arial, sans-serif;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0,0,0,0.3);
} 
section.superiorities .ch-info p {    
    color: #fff;
    padding: 15px 5px;
    font-style: italic;
    margin: 0 25px;
    font-size: 12px;
    border-top: 1px solid rgba(255,255,255,0.7);
}
 
section.superiorities .ch-info-back span {
	position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);     
    display: block;
    color: rgba(255,255,255,0.8);
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    /* margin-top: 17px; */
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, .8);
    font-family: 'Open Sans', Arial, sans-serif;
    margin: 17px auto;
    width: 51%;
    text-align: center;
} 
section.superiorities .ch-info-back span:hover {
    color: rgba(255,242,34, 0.8);
    border: 1px solid rgba(255,242,34, 0.8);
    text-decoration: none;    
}
section.superiorities .ch-item:hover .ch-info-wrap {
    box-shadow:
        0 0 0 0 rgba(255,255,255,0.8),
        inset 0 0 3px rgba(115,114, 23, 0.8);
} 
section.superiorities .ch-item:hover .ch-info {
    transform: rotate3d(0,1,0,-180deg);
}
section.superiorities .ch-item:hover .ch-info-front span {
	opacity: 0;
	z-index: 0;	
}

section.superiorities .ch-img-1 {
	background-image: url(../img/superiorities/1implant-front.jpg);
    background-position: center center;    
}
section.superiorities .ch-img-1 .ch-info-back {
	background-image: url(../img/superiorities/1implant-back.jpg);
} 
section.superiorities .ch-img-2 {
	background-image: url(../img/superiorities/2metall-ceramic-front.jpg);
    background-position: center center;    
}
section.superiorities .ch-img-2 .ch-info-back {
	background-image: url(../img/superiorities/2metall-ceramic-back.jpg);
}
section.superiorities .ch-img-3 {
	background-image: url(../img/superiorities/3bezmetall-ceramic-front.jpg);
    background-position: center center;    
}
section.superiorities .ch-img-3 .ch-info-back {
	background-image: url(../img/superiorities/3bezmetall-ceramic-back.jpg);
}  
section.superiorities .ch-img-4 {
	background-image: url(../img/superiorities/4-neilon-front.jpg);
    background-position: center center;    
}
section.superiorities .ch-img-4 .ch-info-back {
	background-image: url(../img/superiorities/4-neilon-back.jpg);
}
section.superiorities .ch-img-5 {
	background-image: url(../img/superiorities/5-bugel-front.jpg);
    background-position: center center;    
}
section.superiorities .ch-img-5 .ch-info-back {
	background-image: url(../img/superiorities/5-bugel-back.jpg);
}
/****************************************
********секция о нас*********************
****************************************/
section.about-us {
	padding: 50px 0;
	background-image: url(../img/about-us/about-us-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}
section.about-us-d {
	background-image: url(../img/about-us/about-us-bg-d.jpg);
	
}
section.about-us .top-img, section.about-us .bottom-img {
	display: inline-block;	
} 
section.about-us .bottom-img {
	width: 400px;
	height: 300px;
    margin-left: 115px;
    margin-top: -40px;
    box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.3);    
}
section.about-us .top-img {
    position: relative;
    z-index: 1;    
    border: 4px solid #fa8f1d;	
    width: 408px;
    height: 308px;
    box-sizing: border-box;
}
section.about-us .top-img::before {
	content: "";
	width: 0; 
	height: 0;
	position: absolute; 
	top: 101%; 
	left: calc(25% - 6px);
	border-left: 17px solid transparent;		
	border-right: 17px solid transparent;
	border-top: 17px solid #fa8f1d;	
}
section.about-us .img-wraper {
	border-right: 4px solid #fa8f1d;	
}
section.about-us .img-wraper::before {
	content: "";
	width: 0; 
	height: 0;
	position: absolute; 
	left: 97.5%; 
	top: calc(50% - 17px);	
	border-bottom: 17px solid transparent;
	border-left: 17px solid #fa8f1d;	
}
section.about-us .img-wraper::after {
	content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 96.8%;
    top: calc(50% - 13px);
    border-bottom: 10px solid transparent;
    border-left: 11px solid #fff;    
}
/*описываю кнопку*/
.button {
	font-size: 14px;
	display: inline-block;
	padding: 10px 30px;
	color: #fff;
	outline: none;			
	border-radius: 35px;
	background-color: #9ec640;
	text-transform: uppercase;
	transition: all .3s ease;	
}
.button:hover {
	text-decoration: none;
	background-color: #7da51f; 
}
.button:active {
	background-color: #b4dc56;
}
section.about-us h1 {
	font-size: 2.4em;
}
section.about-us p {
	text-align: justify;	
	font-size: 18px;
    line-height: 1.7;
    margin: 40px 0;
}
section.about-us .button-wrapper {
    margin: 60px 0 0 20px;
}
section.about-us .button-wrapper a:last-child {
	margin-left: 15px;
}
/*-------------------------
-------карта-отзывы-------
---------------------------*/
section.map-otzyvy {
	color: #666;
	box-shadow: rgba(8, 53, 118, 0.46) 0px 5px 10px inset;
	padding: 50px 0;
	/*background: linear-gradient(to top, rgb(250, 253, 253), rgb(192, 236, 238));*/
	background-color: #f7f8fa;
}
section.map-otzyvy h2 {
    font-size: 1.9em;
    margin-bottom: 40px;
}
section.map-otzyvy #praktik-map, 
section.map-otzyvy #dantist-map {
	margin: 0 auto;
	width: 100%;
	height: 350px;
}
section.map-otzyvy .otzyvy-wrapper .img-wrap {
	width: 70px;
	height: 70px;
	margin: 0 auto;
}
section.map-otzyvy .otzyvy-wrapper span {
	display: inline-block;	
}
section.map-otzyvy .otzyvy-wrapper .quote::before {
	position: absolute;	
	content: "\f10d";
	font-family: FontAwesome;
	color: #333;	
	left: -40px;
    top: -20px;
	font-size: 30px; 	
}
section.map-otzyvy .otzyvy-wrapper .quote::after {
	position: absolute;	
	content: "\f10e";
	font-family: FontAwesome;
	color: #333;
	margin-left: 25px; 
	font-size: 30px;	
	right: -40px;
    bottom: -20px;
}
section.map-otzyvy .otzyvy-wrapper .rating {
	color: #a6208f;
	margin-bottom: 30px;
}
section.map-otzyvy .otzyvy-wrapper .fio {
    margin-top: 15px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 0 25px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
section.map-otzyvy .otzyvy-wrapper .date {
    font-size: 14px;
    margin-top: 5px;
    font-weight: 700;
}
section.map-otzyvy .otzyvy-wrapper .quote {
	position: relative;	
    width: 70%;
    margin: 30px auto 15px;
    text-align: justify;    
}
section.map-otzyvy .otzyvy-wrapper .slide {
	position: relative;	
}
/*стилизуем кнопки лево право cлайдера*/
section.map-otzyvy .otzyvy-wrapper .slider-nav-container {
	position: relative;	
} 
section.map-otzyvy .otzyvy-wrapper .slider-nav {
	position: absolute;
	font-size: 80px;
	color: #9ec640;	
	width: 100%;
	z-index: 2;
	cursor: pointer;	
} 
section.map-otzyvy .otzyvy-wrapper .slider-nav div {
	position: absolute;
	padding: 20px;
	top: 20px;	
	opacity: .3;
}
section.map-otzyvy .otzyvy-wrapper .slider-nav div:hover {
	opacity: .8;
}
section.map-otzyvy .otzyvy-wrapper .slider-nav div:last-child {
	right: 0;
}
/*--------------------------------------
------------футер----------------------
-------------------------------------*/
footer {
	color: #fff;
}
footer h4 {
	position: relative;
	text-transform: uppercase;
	margin-bottom: 20px;			
}
footer h4::before {
	position: absolute;
	content: '';
	height: 1px;
    width: 100%;
    background-color: #FC0;    
    left: 0;
    bottom: -9px;
    opacity: .4
}
footer .top-line-footer .top-panel {
	font-size: 14px;
	margin-bottom: 30px;
}
footer .top-line-footer .top-panel ul li {
    max-width: 100%;
    opacity: .6;
    margin-bottom: 10px;    
    display: block;    
    transition: all .5s ease;    
    padding: 0 0 0 25px;
    position: relative;
    cursor: default;    
}
footer .top-line-footer .top-panel ul li:hover {
	opacity: 1;
}
footer .top-line-footer .top-panel ul li .fa {
    transition: all .5s ease;
    opacity: .8;    
    position: absolute;
    left: 2px;
    top: 4px;
    font-size: 16px;
}
footer .top-line-footer .top-panel a {
	padding-bottom: 5px;
}
footer .top-line-footer a {
	border-bottom: 1px solid transparent;
}
footer .top-line-footer .top-panel a:hover {
	text-decoration: none;
	border-bottom: 1px solid #fff;	
}
footer a {
	color: #fff;	
}
footer .top-line-footer .contacts-wraper .top-panel ul li {    
    padding: 0 0 0 71px;
    opacity: 1;    
}
footer .top-line-footer .contacts-wraper .top-panel ul li span {
	opacity: .6;
}
footer .top-line-footer .contacts-wraper .top-panel ul li a {
	font-size: 17px;
}	
footer .top-line-footer .contacts-wraper .button-wraper a {
	background-color: #fa8f1d;
	margin-top: 20px;
}
footer .top-line-footer .contacts-wraper .button-wraper a:hover {
	background-color: #ffbe4c;
}
footer .top-line-footer .contacts-wraper .button-wraper a:active {
	background-color: #cf6416
}
footer .top-line-footer .contacts-wraper .button-wraper {
	text-align: center;	
}
footer .top-line-footer {
	background-color: rgb(10, 34, 64);	
	padding: 30px 0 20px;	
}
footer .top-line-footer a {
	transition: all .5s ease;
}
footer .top-line-footer a.logo {
	opacity: .4;
	transition: all .5s ease;
}
footer .top-line-footer a.logo:hover {
	opacity: .8;
}
footer .top-line-footer .bottom-logo {
	width: 70%;	
}
footer .bottom-line-footer {
	background-color: #021a38;
	padding: 10px 0;
	text-align: center;
	color: rgba(255, 255, 255, .6);	
}
/*-------------------------------------
-----кнопка наверх --------------------
------------------------------------*/
/*кнопка на верх*/
.top-btn {
	z-index: 150;
	outline: none;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    position: fixed;
    font-size: 40px;
    background-color: #9ec640;
    color: #fff;
    opacity: .7;
    border-radius: 15px;
}
.top-btn:hover {
	opacity: 1;
}
.top-btn.mPS2id-highlight {
	display: none;	
}
/*------------------------------------------
-------страница о нас-----------------------
--------------------------------------------*/
/*----------------------------------------
-------секция хлебные крошки----------------
-----------------------------------------------*/
section.bread-crumbs {
	background-image: url(..//img/about-us/top-bg-2-super.jpg);
	background-position: center top;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;	
	background-color: rgba(0, 0, 0, .55);
	/*height: 200px;*/
	position: relative;	
}
section.bread-crumbs-d {
	background-image: url(../img/about-us/top-bg-2-super-d.jpg);
	background-position: center 8%;
}
section.bread-crumbs::before {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .45);
}
section.bread-crumbs .pos-line ul li {
	display: inline-block;
	margin-right: 10px;
	position: relative;	
}
section.bread-crumbs .pos-line ul li:last-child {
	margin-right: 0;
}
section.bread-crumbs .pos-line ul li:first-child {
	font-size: 14px;
}
section.bread-crumbs .pos-line ul li.icons {
	padding-left: 20px;
}
section.bread-crumbs .pos-line ul li.icons::before {
	position: absolute;	
	top: -1px;
	left: -3px;
	font-family: FontAwesome;
	color: #9ec640;
}
section.bread-crumbs .pos-line ul li.icons:nth-child(1)::before {
	content: "\f111";
	}
section.bread-crumbs .pos-line ul li.icons:nth-child(2)::before {
	content: "\f015";
	}
section.bread-crumbs .pos-line ul {
	display: inline-block;
    padding: 15px 20px; 
    background-color: rgba(0, 0, 0, .5);	
}
section.bread-crumbs .pos-line ul li a {
	color: #fff;
	padding-bottom: 3px;
	border-bottom: 1px solid transparent;
	transition: all .4s ease;	
}
section.bread-crumbs .pos-line ul li a:hover {
	border-bottom: 1px solid #fff;
	text-decoration: none;		
}
section.bread-crumbs .pos-line ul li.current {
	font-weight: bold;
}
section.bread-crumbs .pos-line {
    position: absolute;
    left: 15px;
    bottom: 0;
}
section.bread-crumbs h1 {
	font-size: 3em;
	margin: 0;
	padding-top: 1.46em;	
}
section.bread-crumbs .wrapper {
	height: 280px;
}
/*--------------------------------------------------*/
section.content {
	position: relative;
	padding: 50px 0;
}
section.content p {
	margin-bottom: 10px;
}
/*-----------------------------------------------------------
классы описание эффектов при наведении мышью-----------------------
-----------------------------------------------------------*/
.under-hover-box {
	display: block;
	position: relative;	
	overflow: hidden;
	outline: none !important;
	height: 100%;
}
.hover-box {
	display: block;	
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	transition: all .6s ease-in-out;
	background-position: center 75%;
	background-repeat: no-repeat;
	-webkit-background-size: 45px 45px;
	background-size: 45px 45px;
	z-index: 10;	
}
.under-hover-box:hover .hover-box {
	opacity: 1;
	background-position: center center;
}
.hover-box-black-bg {
	background-color: rgba(0, 0, 0, .75);
}
.hover-box-color-light {
	background-color: rgba(0, 0, 0, .55);
}
.hover-box-bg-magnify {
	background-image: url(../img/magnify.png);
}
/*эффект расплывания прицела*/
.hover-box-fil-effect::before, .hover-box-fil-effect::after {
	content: '';
    position: absolute;    
    display: block;    
    transition: all .6s .3s cubic-bezier(.19,1,.22,1);
    width: 0%;
    height: 0%;    
}
.hover-box-fil-effect::before {
	top: 5%;
	left: 5%;
}
.hover-box-fil-effect::after {	
    bottom: 5%;
	right: 5%;
}
.hover-box-fil-effect:hover::before, .hover-box-fil-effect:hover::after {	
	width: 45%;
	height: 45%;
}
/*эффект расплывания прицела*/
.hover-box-shoot-effect::before, .hover-box-shoot-effect::after {
	content: '';
    position: absolute;
    width: 45%;
    height: 45%;    
    transform: scale(0);    
    display: block;
    /*opacity: 0;*/
    transition: all .6s .2s ease-in-out;
}
.hover-box-shoot-effect::before {
	top: 25%;
    left: 25%;    
}
.hover-box-shoot-effect:hover::before {
	top: 5%;
	left: 5%;	
	transform: scale(1);	
}
.hover-box-shoot-effect::after {
	bottom: 25%;
    right: 25%;
}
.hover-box-shoot-effect:hover::after {
	bottom: 5%;
	right: 5%;	
	transform: scale(1);	
}
/*цвет и ширина прицела*/
.hover-box-shoot-effect-white::before {
	border-top: 4px double #fff;
    border-left: 4px double #fff;
}
.hover-box-shoot-effect-white::after {
    border-bottom: 4px double #fff;
    border-right: 4px double #fff;
}
/*----------------------------------------*/
section.content p.before-img {
	margin-bottom: 30px;	
}
section.content h2, section.main-area h2 {
	margin-bottom: 20px;
} 
section.content::after {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 30%;
	left: 0;
	bottom: -6%;
	background-image: -webkit-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 0.8) 29%, rgba(255, 255, 255, 0.8) 60%, transparent 100%);
    background-image: -o-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 0.8) 29%, rgba(255, 255, 255, 0.8) 60%, transparent 100%);
    background-image: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.8) 29%, rgba(255, 255, 255, 0.8) 60%, transparent 100%);    
}
/*-----------------------------------*/
section.main-area {
	background-color: #87b745;/*#9ec640;*/
	color: #fff;	
}
section.main-area .img-wrapper {
	margin-left: -15px;
}
section.main-area .content {
	padding: 50px 0 50px 50px;
}
section.main-area ul {
	width: 75%;
}
section.main-area ul li {
	margin-bottom: 20px;
	position: relative;
	padding-left: 30px;	
}
section.main-area ul li::before {
	content: '';
	position: absolute;
	top: -1px;
	left: 2px;
	font-family: FontAwesome;
	color: #fff;
	content: "\f111";		
}
section.main-area ul li::after {
	content: '';
	position: absolute;
	display: block;
	height: 100%;
	width: 0;
	top: 20px;
	left: 8px;	
	border-left: 1px dotted #fff;	
}
section.main-area ul li:last-child::after {
	content: none;
}
section.main-area .content a {
	background-color: #fa8f1d;
	margin-top: 45px;
}
section.main-area .content a:hover {
	background-color: #ffbe4c;
}
section.main-area .content a:active {
	background-color: #cf6416
}
/*---------------------------------*/
section.licence {
	padding: 50px 0;
}
section.licence .licence-wrapper {
	border-bottom: 15px solid #fa8f1d;
	border-top: 15px solid #fa8f1d;
	border-left: 15px solid #fa8f1d;
	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
	margin-right: -15px;
	padding: 20px 0;
	overflow: hidden;
}
section.licence .licence-wrapper img {
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
}
/*-------этой секции уже нет, но на всякий оставляю ее стили-
-------------------------*/
section.next-content {
	padding: 0 0 50px 0;
}
section.next-content p {
	margin-top: 10px;
}
section.next-content p:first-of-type {
	margin-top: 30px;
}
/*-------------------------------------*/
/*------------------------------------*/
section.bottom-img {
	padding: 0 0 50px 0;
}
section.bottom-img p:last-child {
	margin-bottom: 30px;
}
section.bottom-img p {
	margin-bottom: 10px;
}
section.bottom-img .flex-first {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;	
	-webkit-justify-content: center;
	justify-content: center;	
	margin: 0 -15px;
}
section.bottom-img .flex-first img {
	max-width: 100%;	
}
section.bottom-img .flex-first .wrapper-img-first, 
section.bottom-img .flex-first .wrapper-img-third {
	-webkit-flex: 1; 
	-ms-flex:  1; 
	flex:  1;
}
section.bottom-img .flex-first .wrapper-img-second {
	-webkit-flex: 2; 
	-ms-flex:  2; 
	flex:  2;
}
section.bottom-img .flex-first img {
	object-fit: cover;
	height: 450px;
	width: 100%;
}
section.bottom-img .flex-first .wrapper-img-second {	
	margin: 0 -3px;
}
/*данное свойство только для мозилы т.к. там почему глюк с растягиванием картинки*/
/*@-moz-document url-prefix() {
	section.bottom-img .flex-first .wrapper-img-second img {	
		object-fit:  cover;
		height:  100%;
	}
}*/
/*---------------------------------------
-----классы для обрамления фоток--------
----------------------------------------*/
.border-img {
	display: inline-block;	
    position: relative;    
    border: 4px solid #fa8f1d;	    
    box-sizing: border-box;
}
.border-img-2tr-right::before {
	content: "";
	width: 0; 
	height: 0;
	position: absolute; 
	left: 100%; 
	top: calc(25% - 17px);
	border-top: 17px solid transparent;		
	border-bottom: 17px solid transparent;
	border-left: 17px solid #fa8f1d;
}
.border-img-2tr-right::after {
	content: "";
	width: 0; 
	height: 0;
	position: absolute; 
	left: 100%; 
	bottom: calc(25% - 17px);
	border-top: 17px solid transparent;		
	border-bottom: 17px solid transparent;
	border-left: 17px solid #fa8f1d;
}
.border-img-left-right::before {
	content: "";
	width: 0; 
	height: 0;
	position: absolute; 
	right: 100%; 
	top: calc(50% - 17px);
	border-top: 17px solid transparent;		
	border-bottom: 17px solid transparent;
	border-right: 17px solid #fa8f1d;
}
.border-img-left-right::after {
	content: "";
	width: 0; 
	height: 0;
	position: absolute; 
	left: 100%; 
	bottom: calc(50% - 17px);
	border-top: 17px solid transparent;		
	border-bottom: 17px solid transparent;
	border-left: 17px solid #fa8f1d;
	z-index: 2;
}
.border-img-2tr-left::before {
	content: "";
	width: 0; 
	height: 0;
	position: absolute; 
	right: 100%; 
	top: calc(25% - 17px);
	border-top: 17px solid transparent;		
	border-bottom: 17px solid transparent;
	border-right: 17px solid #fa8f1d;
}
.border-img-2tr-left::after {
	content: "";
	width: 0; 
	height: 0;
	position: absolute; 
	right: 100%; 
	bottom: calc(25% - 17px);
	border-top: 17px solid transparent;		
	border-bottom: 17px solid transparent;
	border-right: 17px solid #fa8f1d;
}
/*------------------------------------------
----------страница услуги------------------
-------------------------------------------*/
/*---------секция---------------------------*/
section.services-content {
	padding: 200px 0 250px; 
}
section.services-content h2 {
    margin-bottom: 20px;
    letter-spacing: -0.3px;
    font-size: 22px;
    border-bottom: 1px solid black;
    display: inline-block;
    padding-bottom: 3px;
}
section.services-content .wraper-item span {
	color: #fa8f1d;
	position: absolute;
	top: 2px;
	left: 10px;
}
section.services-content .wraper-item ul li {
	position: relative;
	padding-left: 35px;
}
section.services-content .left, section.services-content .right {
	animation-duration: 1s;
	animation-delay: .5s;	
}
section.services-content .service-item-row-1 {
    overflow: hidden;
    padding-top: 100px;
}
section.services-content .service-item-row-1 img {
	margin-top: 50px;/*-25px;*/
}
section.services-content .service-item-row-2 {
    overflow: hidden;
    padding-top: 200px;
    margin-top: 150px;
}
section.services-content .service-item-row-2 img {
	margin-top: -400px;
}
section.services-content .service-item-row-3 {
    overflow: hidden;
    padding-top: 200px;
    margin-top: 50px;
}
section.services-content .service-item-row-3 img {
	margin-top: 0;/*-75px;*/
}
/*кривой блок*/
section.services-content .skew-row-4 {
	margin-top: 150px;
}
section.services-content .skew-row-4 .inside-box {
	background-image: url(../img/services/bg-section.jpg);	
	background-position: right 29%;	
	-webkit-background-size: cover;
	background-size: cover;
	transform: skewY(-3deg);
	height: 850px;	
	margin: -70px 0;	
}
section.services-content .skew-row-4 .outer-box {
	transform: skewY(3deg);
	overflow: hidden;
	position: relative;			
}
section.services-content .skew-row-4 .inside-box .wraper-item {
	width: 400px;
	position: absolute;
	left: 8%;
	top: 28%;
	color: #fff;
	background-color: #9ec640;
	display: inline-block;
	padding: 60px 40px;
	box-sizing: content-box;
	box-shadow: 11px 18px 51px 0px rgba(0, 0, 0, 0.5);	
}
section.services-content .skew-row-4 .inside-box .wraper-item h2 {
	border-bottom: 1px solid #fff;
}
section.services-content .skew-row-4 .inside-box .wraper-item a {
	background-color: #fa8f1d;
	margin-top: 25px;
}
section.services-content .skew-row-4 .inside-box .wraper-item a:hover {
	background-color: #ffbe4c;
}

section.services-content p {
	text-align: justify;	
}
section.services-content .service-item-row-5 {
    overflow: hidden;
    padding-top: 200px;
    margin-top: 130px;
}
section.services-content .service-item-row-5 img {
	margin-top: -250px;/*-120px;*/
}
/*----------------------------------------------------
--------------страница СПЕЦИАЛИСТЫ-------------------
------------------------------------------------------*/
section.specialists-content {
	padding: 150px 0 50px;
}
section.specialists-content h2 {
	margin-bottom: 50px;
}
section.specialists-content .item {
	width: 260px;
	height: 575px;
	padding: 15px;	
	display: inline-block;
	transition: all 0.5s ease;	
	border: 1px solid transparent;
	position: relative;	
	margin: 15px 0;
	animation-duration: 1s;
	animation-delay: .5s;		
}
section.specialists-content .item .grafik-raboti {
    position: absolute;    
    top: 445px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
section.specialists-content .item .button-wraper {
    position: absolute;
    text-align: center;
    top: 518px;
    left: 50%;
 	transform: translateX(-50%);   
}
section.specialists-content .item a {
	display: inline-block;
	overflow: hidden;
	outline: none !important;
}
section.specialists-content .item:hover {
	box-shadow: 0px 0px 10px #999999;
	border: 1px solid #ccc;
}
section.specialists-content .item .image {
	transition: all 0.5s ease;	
}
section.specialists-content .item p.name {	
	font-family: "RobotoRegular", sans-serif;	
	font-size: 19px;
    font-weight: bold;
    margin-top: -3px;
    line-height: 1.2;
}
section.specialists-content .item p.doljnost {			
    font-style: italic;
    margin-top: 10px;
    line-height: 1;
    font-weight: 600;    
}
section.specialists-content .item p.grafik {			    
    display: inline-block;
    margin-top: 10px;
    line-height: 1;
    font-weight: 600;
    font-size: 12px;
    padding: 0 25px 5px;
    border-bottom: 1px solid #fa8f1d;
    color: #fa8f1d;
}
section.specialists-content .item p.bottom {
	font-weight: bold;
	font-size: 16px;
}
section.specialists-content .item a.button {
	margin-top: 5px;
	padding: 5px 35px;
}
section.specialists-content .item:hover .image {
	transform: scale(1.1) rotate(-.5deg); 	
}
section.specialists-content .items-wraper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
    align-items: stretch;
    align-content: center;
    justify-content: space-evenly;
}
/*-------------------------------------------
---------------страница цены-----------------
---------------------------------------------*/
section.prices-content {
	padding: 50px 0;
}
section.prices-content h2 {
	margin-bottom: 50px;
}
section.prices-content .accordeon-header {
	cursor: pointer;
	background-color: #9ec640;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 20px;
    font-size: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: relative;    
}	
section.prices-content .accordeon-header::after {
	content: "\f013";	
	font-family: FontAwesome;	    
    position: absolute;
    font-size: 30px;
    color: #fff;
    right: 30%;    
    transition: all .8s linear;	
}
section.prices-content .accordeon-header.active::after {	
    transform: rotateZ(-90deg);		
}
section.prices-content .accordeon-body {
	display: none;	
	position: relative;			
}
section.prices-content .accordeon-body th {
	background-color: #2db9ff;
    color: #fff;
    font-style: italic;    
}
section.prices-content .accordeon-body td, th {
    padding: 5px 10px;
    text-align: left;
}
section.prices-content .accordeon-body td {
    border-bottom: 1px solid #61bdeb;/*rgba(0, 0, 0, .9);*/
}
section.prices-content .accordeon-body .table_zag {
	background-color: #666666;
    color: #fff;
    font-weight: bold;
	text-align: center;
	font-style: italic;
	border: none;	
}
section.prices-content .accordeon-body tr td span {
	position: relative;	
}
section.prices-content .accordeon-body tr td span::before {
	content: "\f158";	
	font-family: FontAwesome;	    
    position: absolute;    
    color: rgba(0, 0, 0, 0.6);    
    left: calc(100% + 3px);    
}
section.prices-content .accordeon-body th:nth-child(1) {
	width: 12%;
}
section.prices-content .accordeon-body th:nth-child(2) {
	width: 52%;
}
section.prices-content .accordeon-body th:nth-child(3) {
	width: 8%;
}
section.prices-content a {
	margin-top: 30px;
	display: inline-block;
	font-size: 12px;	
}
.bottom-a a {
	display: inline-block;
	font-size: 12px;
	margin-bottom: 10px;		
}
/*--------анимация иконки телефона---------
------------------------------------------
------------------------------------------*/
.under-animated {
	position: relative;
	padding-left: 40px;	
}
.under-animated:hover .animated-my {
	animation-play-state: paused;
} 
.animated-my {
	position: absolute;
	left: 15px;
    line-height: 1.1;
    font-size: 20px;
	-webkit-animation: dilin 3.7s ease infinite;
	animation: dilin 3.7s ease infinite;	
}
@-webkit-keyframes dilin {
	0% {
	    -webkit-transform: rotate(-12deg);
	    transform: rotate(-12deg);
	}
	8% {
	    -webkit-transform: rotate(12deg);
	    transform: rotate(12deg);
	}
	10% {
	    -webkit-transform: rotate(24deg);
	    transform: rotate(24deg);
	}
	18%, 20% {
	    -webkit-transform: rotate(-24deg);
	    transform: rotate(-24deg);
	}
	28%, 30% {
	    -webkit-transform: rotate(24deg);
	    transform: rotate(24deg);
	}
	38%, 40% {
	    -webkit-transform: rotate(-24deg);
	    transform: rotate(-24deg);
	}
	48%, 50% {
	    -webkit-transform: rotate(24deg);
	    transform: rotate(24deg);
	}
	58%, 60% {
	    -webkit-transform: rotate(-24deg);
	    transform: rotate(-24deg);
	}
	68% {
	    -webkit-transform: rotate(24deg);
	    transform: rotate(24deg);
	}
	100%, 75% {
	    -webkit-transform: rotate(0deg);
	    transform: rotate(0deg);
	}	
}

@keyframes dilin {
	0% {
	    -webkit-transform: rotate(-12deg);
	    transform: rotate(-12deg);
	}
	8% {
	    -webkit-transform: rotate(12deg);
	    transform: rotate(12deg);
	}
	10% {
	    -webkit-transform: rotate(24deg);
	    transform: rotate(24deg);
	}
	18%, 20% {
	    -webkit-transform: rotate(-24deg);
	    transform: rotate(-24deg);
	}
	28%, 30% {
	    -webkit-transform: rotate(24deg);
	    transform: rotate(24deg);
	}
	38%, 40% {
	    -webkit-transform: rotate(-24deg);
	    transform: rotate(-24deg);
	}
	48%, 50% {
	    -webkit-transform: rotate(24deg);
	    transform: rotate(24deg);
	}
	58%, 60% {
	    -webkit-transform: rotate(-24deg);
	    transform: rotate(-24deg);
	}
	68% {
	    -webkit-transform: rotate(24deg);
	    transform: rotate(24deg);
	}
	100%, 75% {
	    -webkit-transform: rotate(0deg);
	    transform: rotate(0deg);
	}
}
/*-----------------------------------------
-------страница контакты-------------------
-------------------------------------------*/
section.contacts-content #praktik-map-contact,
section.contacts-content #dantist-map-contact {	
	height: 750px;
	background-color: #f3f3f3;
	margin: 0 -15px;	
}
section.contacts-content .float-box {
	background-color: rgba(255, 255, 255, .8);
	width: 360px;
	position: absolute;	
	padding: 30px 20px;
	left: 6%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;    
}
section.contacts-content .float-box h2,
section.contacts-content .float-box-2 h2 {
	font-weight: bold;	
    padding-bottom: 5px;    
    border-bottom: 1px solid rgb(250, 143, 29);
}
section.contacts-content .float-box ul li.paragraf {
    margin-top: 25px;
}
section.contacts-content .float-box ul li {
	position: relative;	
	padding-left: 60px;
}
section.contacts-content .float-box ul li span.move {
    position: absolute;
    font-size: 10px;
    font-weight: bold;
    right: 84%;
    top: 4px;
    color: #fa8f1d;
}
section.contacts-content .float-box ul li span.day {
	font-style: italic;
	font-size: 14px;
}
section.contacts-content .float-box ul li span.time {	
	font-weight: 600;	
}
section.contacts-content .float-box .button-wrapper {
    margin-top: 30px;
}
section.contacts-content .float-box ul li a {
	padding-bottom: 5px;
	border-bottom: 1px solid transparent;
	color: #333;
	transition: all 0.5s ease;
	font-size: 18px;
	font-weight: bold;	
}
section.contacts-content .float-box ul li:nth-child(6) {
	margin-top: 5px;
}
section.contacts-content .float-box ul li a:hover {
	border-bottom: 1px solid #333;
	text-decoration: none;	
}
section.contacts-content .float-box-2 {
	background-color: rgba(255, 255, 255, .8);
	width: 360px;
	position: absolute;
	padding: 30px 20px;
	right: 6%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1; 	
}
section.contacts-content .float-box-2 .slide {
	margin-top: 30px;
}
section.contacts-content .float-box-2 .slide ul li {
	position: relative;
	padding-left: 35px;
	margin-top: 3px;
}
section.contacts-content .float-box-2 .slide ul li:last-child {
	margin-bottom: 2px;	
}
section.contacts-content .float-box-2 .slide span {
    position: absolute;
    left: -5px;
    font-size: 20px;
    color: #fa8f1d;
    left: 7px;
    top: -3px;
} 
section.contacts-content .float-box-2 .slide h4 {
	padding-bottom: 5px;
    border-bottom: 1px solid rgb(250, 143, 29);
    margin-bottom: 5px;
}
section.contacts-content .float-box-2 .slide a {
	padding-bottom: 3px;
	border-bottom: 1px solid transparent;
	color: #333;
	transition: all 0.5s ease;	
	font-weight: 600;
}
section.contacts-content .float-box-2 .slide a:hover {
	border-bottom: 1px solid #333;
	text-decoration: none;		
}
/*-------------------------------------------------
---------------пациенту----------------------------
---------------------------------------------------*/
section.patient-content {
	padding: 100px 0;
}
section.patient-content .article-item {
	position: relative;	
	padding: 20px 10px;
	overflow: hidden;
	box-shadow: 0 10px 6px -6px #777;	
}
section.patient-content .article-item .zagolovok h3 {
	position: relative;
	font-size: 25px;	
}
section.patient-content .article-item h3::before,
section.patient-content .article-item h3::after {
	content: '';
	position: absolute;
	display: block;
	height: 1px;
	width: 50px;
	border: 1px solid #fa8f1d;
	top: 15px;
	transition: all .4s 200ms ease;
}
section.patient-content .article-item .zagolovok a:hover h3::before,
section.patient-content .article-item .zagolovok a:hover h3::after {	
	transform: rotateZ(180deg);
}
section.patient-content .article-item .zagolovok a:hover span::before,
section.patient-content .article-item .zagolovok a:hover span::after {	
	transform: rotateZ(-180deg);
}
section.patient-content .article-item h3::before {
	left: -70px;
}
section.patient-content .article-item h3::after {
	right: -70px;
}
section.patient-content .article-item h3 span {
	position: relative;	
}
section.patient-content .article-item h3 span::before,
section.patient-content .article-item h3 span::after {
	content: '';
	position: absolute;
	display: block;
	height: 1px;
	width: 25px;
	border: 1px solid #fa8f1d;
	top: 18px;
	transition: all .4s 200ms ease;
}
section.patient-content .article-item a.image {
	display: inline;
	padding: 0;
	margin: 0;
	border-bottom: none;	
}
section.patient-content .article-item a.image:hover {
	border-bottom: none;
}
section.patient-content .article-item h3 span::before {
	left: -45px;
}
section.patient-content .article-item h3 span::after {
	right: -45px;
}
section.patient-content .article-item img {
	width: 300px;
	margin: 0 15px 15px 0;
    float: left;
}
section.patient-content .article-item p {
	text-indent: 50px;
}
section.patient-content .article-item p::before {
	content: '';
	clear: both;	
}
section.patient-content .article-item span {
	font-weight: 600;
}
section.patient-content .article-item .zagolovok {
	margin-bottom: 20px;
}
section.patient-content .article-item a {
	display: inline-block;
	text-decoration: none;
	color: #fa8f1d;
	padding-bottom: 5px;
	border-bottom: 1px solid transparent;	
	transition: all .5s ease;
}
section.patient-content .article-item a:hover {
	border-bottom: 1px solid #fa8f1d;
}
section.patient-content .article-item a:last-child {
	margin-top: 15px;
}
section.patient-content .article-item .zagolovok a {
	margin-left: 75px;
}
/*тут стили для класса article inside для страниц
памятка и правила посещения стоматолога*/
section.patient-content .article-item.inside .zagolovok h3 {
	color: #fa8f1d;
	display: inline-block;
	margin-left: 75px;
	font-size: 20px;
}
section.patient-content .article-item.inside .zagolovok {
	margin-bottom: 15px;
}
section.patient-content .article-item.inside {
	box-shadow: none;
	padding: 10px;
}
section.patient-content .article-item.inside p:not(:last-child),
section.patient-content .article-item.inside ul:not(:last-child) {
	margin-bottom: 5px;
}
section.patient-content .article-item.inside h3::before, 
section.patient-content .article-item.inside h3::after {    
    top: 12px;
}
section.patient-content .article-item.inside h3 span::before,
section.patient-content .article-item.inside h3 span::after {
	top: 15px;
}
section.patient-content .article-item.inside:first-of-type {
	margin-top: 25px;
	box-shadow: inset 0 10px 6px -6px #777;
	padding: 20px 10px 10px;
}
section.patient-content .article-item.inside:last-child {
	box-shadow: 0 10px 6px -6px #777;
	padding: 10px 10px 20px;	
}
/*здаесь описываю класс который добавляет в списки нужные маркеры*/
.spisok li {
	position: relative;
	padding-left: 40px;
}
.spisok li:not(:last-child) {
	margin-bottom: 10px;
}
.spisok li::before {
	position: absolute;	
	content: "\f05a";
	font-family: FontAwesome;
	color: #333;	
	left: 10px;
    top: 50%;
	font-size: 20px;
	transform: translateY(-50%);
}
/*здесь описую класс article-item inside otzyvy 
----для страницы отзывы клиентов*/
section.patient-content .article-item.inside .wraper-person img {
    width: 90px;
    margin: 0;
    float: none;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    padding: 5px;
    border-radius: 50%;
    border: 2px solid #fa8f1d;
}
section.patient-content .article-item.inside .wraper-person span {
	display: block;
	margin-top: 3px;	
}
section.patient-content .article-item.inside .wraper-person span.data {
	font-size: 14px;
}
section.patient-content .article-item.inside .wraper-person span.rating {
	color: #F25040;
}
section.patient-content .article-item.inside .wraper-person {
	text-align: center;
	float: left;
	margin: 0 40px;			
}
section.patient-content .article-item.inside .wraper-person::before {
	content: '';
	clear: both;	
}
section.patient-content .article-item.inside.otzyvy p {
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 200px;
	width: 80%;
}
section.patient-content .article-item.inside p.first-p {
	text-indent: 0;
	font-size: 14px;
	font-weight: 600;
}
section.patient-content .article-item.inside.otzyvy p::before,
section.patient-content .article-item.inside.otzyvy p::after {	
	position: absolute;		
	font-family: FontAwesome;
	color: #7A9653;
	font-size: 25px;	
}
section.patient-content .article-item.inside.otzyvy p::before {
	content: "\f10d";
	left: -45px;
	top: -10px;
}
section.patient-content .article-item.inside.otzyvy p::after {
	content: "\f10e";
	right: 5px;
	bottom: -30px;
}
section.patient-content .article-item.inside.otzyvy:nth-child(odd) {
	background-color: #f3f3f3;
}
section.patient-content .article-item.inside.otzyvy:nth-child(odd)::after {
	content: '';
	position: absolute;
	width: 100px;
	height: 100px;
	display: block;
	border-radius: 50%;
	background-color: #fff;
	right: -50px;
	top: -50px;	
}
section.patient-content.otzyvy {
	padding-bottom: 50px;	
}
section.patient-content .article-item.inside.jobs ul li:nth-child(odd) {
	background-color: #f3f3f3;
}
section.patient-content .article-item.inside.jobs .spisok li:before {
	font-size: 17px;
}
/*----------------------------------------------------
---------здесь делаю стили для форм------------------
-----------------------------------------------------*/
section.form {
	padding: 20px 0 50px 0;
}
section.form h2 {
	font-size: 20px;
}
section.form span {
	font-size: 10px;
	font-weight: 600;	
	display: inline-block;
	padding-bottom: 2px;
	border-bottom: 1px solid #ddd;
	color: #888;
	font-style: italic;	
}
section.form .button {
	border: none;	
}
section.form .form-row:first-child {
	margin-top: 30px;
}
section.form .form-row {
	margin-bottom: 20px;
}
/*стилизую чек бокс*/
section.form input[type=checkbox] {
	display: none;	        
}
section.form label {
	margin-top: 5px;
    display: block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;    
    font-size: 12px;
    user-select: none;
}
section.form label:before {	
	font-family: FontAwesome;
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #9ec640;
    border-radius: 3px;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 
    0px 1px 0px 0px rgba(255, 255, 255, .8);
}
section.form input[type=checkbox]:checked + label:before {
    content: "\f00c";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 15px;
}
/*если не нажато согласие чекбокса, то кнопка не активна*/
section.form .button {
	pointer-events: none;
	user-select: none;
	margin-top: 20px;
}
section.form input[type=checkbox]:checked ~ .button {
	pointer-events: auto;	
}
/*-------------------------------------------------------*/
section.form input {
	width: 70%;
}
section.form textarea {
	width: 90%;
}
section.form input, section.form textarea {
	padding: 10px;
	border: 1px solid #ddd;
	transition: all .2s ease;
	font-size: 14px;	
	padding-right: 30px;	
} 
section.form input:required, section.form textarea:required {
	background: #fff url(../img/req-field.png) no-repeat 99% center;
}
section.form input:required:valid, section.form textarea:required:valid {
	background: #fff url(../img/val-field.png) no-repeat 99% center;
}
section.form input:focus, section.form textarea:focus {
	outline: none;
	border: 1px solid #9ec640;
	box-shadow: inset 0 0 3px #9ec640;
}
section.form input:required {	
	
}
section.form input::-webkit-input-placeholder {
    font-size: 13px;
    font-family: "RobotoLight", "Raleway", sans-serif;
    opacity: .4;
} 
section.form input::-moz-placeholder  {
    font-size: 13px;
    font-family: "RobotoLight", "Raleway", sans-serif;
    opacity: .4;
}  /* Firefox 19+ */ 
section.form input:-moz-placeholder {
    font-size: 13px;
    font-family: "RobotoLight", "Raleway", sans-serif;
    opacity: .4;
}  /* Firefox 18- */ 
section.form input:-ms-input-placeholder {
    font-size: 13px;
    font-family: "RobotoLight", "Raleway", sans-serif;
    opacity: .4;
}
section.form textarea::-webkit-input-placeholder {
    font-size: 13px;
    font-family: "RobotoLight", "Raleway", sans-serif;
    opacity: .4;
} 
section.form textarea::-moz-placeholder  {
    font-size: 13px;
    font-family: "RobotoLight", "Raleway", sans-serif;
    opacity: .4;
}  /* Firefox 19+ */ 
section.form textarea:-moz-placeholder {
    font-size: 13px;
    font-family: "RobotoLight", "Raleway", sans-serif;
    opacity: .4;
}  /* Firefox 18- */ 
section.form textarea:-ms-input-placeholder {
    font-size: 13px;
    font-family: "RobotoLight", "Raleway", sans-serif;
    opacity: .4;
}
/*----------------------------------
-------прелоадер-------------------
-----------------------------------*/
.preloader {
	position: fixed;
	left: 0;
	height: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
	z-index: 10;
	transition: 1.2s all;
	opacity: 1;
	visibility: visible;
}
.preloader.done {
	opacity: 0;
	visibility: hidden;
}
.loader {
	position: absolute;	
	height: 80px;
	width: 80px;
	border: 15px solid #f3f3f3;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 50%;
	border-top-color: #7A9653;
	animation: 1.5s spin infinite linear;
}
@-webkit-keyframes spin {
	from {
		transform: translate(-50%,-50%) rotateZ(0deg);
	}
	to {
		transform: translate(-50%,-50%) rotateZ(360deg);	
	}
}
@keyframes spin {
	from {
		transform: translate(-50%,-50%) rotateZ(0deg);
	}
	to {
		transform: translate(-50%,-50%) rotateZ(360deg);	
	}
}
	


