*,*:before,*:after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,blockquote,th,td {
	margin:0;
	padding:0;
	direction:ltr;
	position: relative;
}

body {
	font-family:'Open Sans',sans-serif,Arial,Helvetica;
	font-size:14px;
	font-weight:normal;
	color:#333;
	background:#fff;
}

body {
	margin:0;
	padding:0;
	-webkit-font-smoothing:antialiased;
	overflow-x:hidden;
}

p {
	line-height:25px;
}

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

a{text-decoration:none;line-height:inherit;-webkit-transition:opacity .3s ease-out;-moz-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out}
input,textarea{border:1px solid #e1e1e1;padding:10px;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;transition:all .3s linear;border-radius:6px}
input {
    height: 43px;
    margin: 3px 0;
    outline: none;
    line-height: normal;
    font-size: 14px;
    width: 100%;
    border: 2px solid #e3e3e3;
    border-radius: 0;
}

label {
    font-weight: 500;
    margin: 0 0 5px;
    display: block;
}

section {
    position: relative;
    overflow: hidden;
}


/****** МЕНЮ ******/

header {
	background: rgba(255, 255, 255, 0.2);
	position: absolute;
    top: 0;
    left: 0;
    padding: 37px 0 32px;
    width: 100%;
    z-index: 2;
}

header .logo {
    padding: 5px 0;
}

header nav ul {
	margin: 18px 0 0;
}

header nav ul li {
	display: inline-block;
	margin: 0 40px;
}

header nav ul li a {
	color: #FFF;
	font-size: 18px;
	cursor: pointer;
}

header  nav ul li:after {
    content: ' ';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #FFF;
    position: absolute;
    right: -40px;
    top: 8px;
}

header  nav ul li:last-child::after {
	display: none;
}

header  .phone_call {
	display: none;
}

header .contacts {
    text-align: right;
    color: #FFF;
    text-shadow: 1px 1px 2px #3aaad5;
}

header .contacts .phone {
    font-size: 30px;
    font-weight: bold;
}

header .contacts .phone a {
	color: #FFF;
}

header .contacts .mail {
    font-size: 18px;
    font-weight: 500;
}

header .contacts .mail {
	color: #FFF;
}



/****** ГЛАВНЫЙ ОФФЕР ******/



.banner {
    padding: 198px 0 72px;
    z-index: 1;
    max-height: 750px;
}

.banner {
    background-color: #32b4ca;
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSI1MCUiIGN5PSI1MCUiIHI9IjcwLjcxMDY3ODExODY1NDc2JSI+PHN0b3Agc3RvcC1jb2xvcj0iIzNkYThkOSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMiIvPjxzdG9wIHN0b3AtY29sb3I9IiMyMWM3YjMiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIxIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
    /* Android 2.3- hack (needed for the actual radial gradient) */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSI1MCUiIGN5PSI1MCUiIHI9IjcwLjcxMDY3ODExODY1NDc2JSI+PHN0b3Agc3RvcC1jb2xvcj0iIzNkYThkOSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMiIvPjxzdG9wIHN0b3AtY29sb3I9IiMyMWM3YjMiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIxIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+),
        -webkit-gradient(radial, center center, 0, center center, 402,color-stop(0.2, rgb(61, 168, 217)),color-stop(1, rgb(33, 199, 179)));
    /* Android 2.3 */
    background-image: -webkit-radial-gradient(center center, circle closest-corner,rgb(61, 168, 217) 20%,rgb(33, 199, 179) 100%);
    /* IE10+ */
    background-image: radial-gradient(circle closest-corner at center center,rgb(61, 168, 217) 20%,rgb(33, 199, 179) 100%);
    background-image: -ms-radial-gradient(center center, circle closest-corner,rgb(61, 168, 217) 20%,rgb(33, 199, 179) 100%);
}

/* IE8- CSS hack */
@media \0screen\,screen\9 {
    .banner {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff3da8d9",endColorstr="#ff21c7b3",GradientType=0);
    }
}

.banner:after {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-bottom: 60px solid whitesmoke;
    border-left: 3000px solid transparent;
    z-index: 1;
}

.banner_row {
    border: 6px solid #FFF;
    display: inline-block;
    padding: 50px 0 40px 25px;
    width: 100%;
}

.bannner_img {
    position: absolute;
    right: -120px;
    top: -60px;
    z-index: 0;
}

.banner .title {
    font-size: 32px;
    text-align: left;
    color: #FFF;
    margin: 0 0 35px;
    padding: 20px 30px;
    background: rgba(255, 255, 255, 0.4);
    font-family: 'Exo 2', sans-serif;
    font-weight: bold;
    max-width: 590px;
}

.banner .text {
    color: #FFF;
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 30px 5px;
    max-width: 590px;
}

.banner button {
    width: 272px;
    height: 59px;
    display: inline-block;
    background: #1bdb71;
    border: 0;
    border-radius: 30px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

.banner .order {
    display: inline-block;
    margin: 0 0 0 30px;
    color: #FFF;
    font-size: 16px;
    border-bottom: 1px dashed #FFF;
}

.banner .order a {
	color: #FFF;
}



/****** УСЛУГИ ******/



.services {
    padding: 15px 0 40px;
    background-color: #f5f5f5;
}

.services .services_bg {
    z-index: 1;
}

.services .about {
    float: right;
    max-width: 655px;
    background: #ffffff;
    padding: 20px 40px;
    border: 10px solid #eaeaea;
    margin-bottom: 40px;
    z-index: 2;
}

.services [class*='col-'] {
	    float: right;
	}

.services .title {
    text-align: center;
    font-size: 32px;
    font-family: 'Exo 2', sans-serif;
    margin: 10px 0 30px;
    color: #676767;
    font-weight: bold;
}

.services img.mob-img {
    display: none;
}

.services .text {
    color: #1bdb71;
    font-size: 16px;
    text-align: justify;
    line-height: 1.4;
    margin: 0 0 10px;
}

.services .service-popups {
	margin: 0 0 10px 0;
}

.services ul {

}

.services ul li {
    display: inline-block;
    margin: 20px 5% 0 0;
    width: 47%;
    vertical-align: middle;
}

.services ul li:nth-child(2n) {
    margin-right: 0;
}

.services ul li a {
    display: block;
    color: #191919;
    font-size: 14px;
}

.services ul li a:focus {
	outline: none;
}

.services .service-info {
    width: 179px;
    display: inline-block;
    vertical-align: middle;
}

.services .service-title {
    margin: 0 0 3px;
}

.services .service-img {
	display: inline-block;
	width: 60px;
	margin: 0 10px 0 0;
	vertical-align: middle;
}

.services .service-img img {
    border-radius: 50%;
}

.services .service-price {
    color: #33b3cc;
    margin: 0 0 3px;
}

.services .service-link {
    font-size: 12px;
    color: #a2a2a2;
}



/****** ГИГИЕНА ******/



.services.hygiene:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: 60px solid white;
    border-right: 3000px solid transparent;
    z-index: 1;
}

.hygiene .services_bg {
	background: url(../img/hygiene.png);
    width: 491px;
    height: 503px;
    position: absolute;
    left: -20px;
    bottom: 0;
}



/****** ОТБЕЛИВАНИЕ ******/



.services.whitening {
	background: #FFFFFF;
}

.services.whitening:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: 60px solid #f5f5f5;
    border-left: 3000px solid transparent;
    z-index: 1;
}

.whitening .about, .whitening [class*='col-'] {
    float: left;
}

.whitening .text {
    color: #2bb5db;
}

.whitening .services_bg {
    background: url(../img/whitening.png);
    width: 520px;
    height: 491px;
    position: absolute;
    right: -50px;
    bottom: -40px;
}



/****** УКРЕПЛЕНИЕ ЗУБОВ ******/



.services.strengthening:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: 60px solid #6ab6c6;
    border-right: 3000px solid transparent;
    z-index: 1;
}

.strengthening .services_bg {
	background: url(../img/strengthening.png);
    width: 523px;
    height: 526px;
    position: absolute;
    left: -50px;
    bottom: 0;
}



/****** ПРИМЕРЫ РАБОТ ******/



.works {
    padding: 10px 0 60px;
    background: url(../img/works_bg.jpg) no-repeat;
    background-size: cover;
}

.works:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: 60px solid #f4f4f4;
    border-left: 3000px solid transparent;
    z-index: 1;
}

.works .section.title {
    text-align: center;
    margin: 0 0 30px;
    font-size: 36px;
    color: #FFF;
    font-weight: bold;
    font-family: 'Exo 2', sans-serif;
}

.owl-theme .owl-nav {
    margin: 30px 0 0;
}

.works .gallery .owl-item {
	padding: 20px 30px;
	background: #FFF;
    border: 10px solid #efefef;
    display: inline-block;
    opacity: .3;
    transition: 1.2s;
    transform: scale(0.9);
}

.works .gallery .owl-item.active {
    opacity: 1;
    transform: scale(1)
}

.works .gallery .owl-item .title {
    text-align: center;
    font-size: 26px;
    margin: 0 0 30px;
    font-weight: 500;
}

.works .gallery .owl-item .work .title {
	position: absolute;
	background: rgba(99, 208, 233, 0.68);
	bottom: 3px;
	margin: 0;
	color: #FFF;
	padding: 10px 20px;
	font-size: 16px;
	border-radius: 0 10px;
	text-transform: lowercase;
}

.works .gallery .owl-item .work img {
    border-radius: 10px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
}

.works .gallery .owl-item .text {
    line-height: 1.4;
}

.works .info {
	margin: 30px 0 0;
}

.works .info ul {
    margin: 0 0 20px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.works .info ul li {
    display: inline-block;
    width: 32.33%;
    padding: 0 20px;
    list-style-type: none;
    font-size: 14px;
}

.works .info ul li img {
    margin: 0 15px 0 0;
    width: 38px;
    display: inline-block;
}

.works .info ul li span {
    vertical-align: top;
    display: inline-block;
    margin-top: 5px;
    width: 140px;
    text-align: left;
}

.works .info ul li span b {
    display: block;
    color: #0084a9;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #5a5a5a !important;
    font-size: 16px !important;
    margin: 10px !important;
    padding: 15px 20px !important;
    border: 1px solid #FFF !important;
    background: rgb(255, 255, 255) !important;
    display: inline-block !important;
    cursor: pointer !important;
    transition: .5s !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: rgba(0, 127, 154, 0.4) !important;
    color: #FFF !important;
    text-decoration: none !important;
}


/****** О ДОКТОРЕ ******/



section.about {
    padding: 50px 0 80px;
    background: #f4f4f4;
}

section.about:after {
	content: '';
    position: absolute;
    bottom: -40px;
    width: 100%;
    border-bottom: 90px solid #e6e6e6;
    border-right: 3000px solid transparent;
    z-index: 1;
}

section.about .section.title {
	text-align: center;
    margin: 0 0 40px;
    font-size: 36px;
    color: #323232;
    font-weight: 500;
    font-family: 'Exo 2', sans-serif;
}

section.about .about_text {
    border-left: 0;
    padding: 0;
    line-height: 1.4;
    font-size: 16px;
    font-weight: 500;
    text-align: justify;
}

section.about .about_text ul {
    margin: 5px 0 10px;
}

section.about .about_text ul li {
    padding: 0 0 0 10px;
    list-style-type: none;
}

/*.about_text:after {content: ' ';width: 134%;height: 380px;border: 12px solid #e6e6e6;border-left: 0;position: absolute;left: -32%;top: 0;display: none;}*/

.certificates {
    padding: 0;
    text-align: center;
}

.certificates img {
    display: block;
    margin: 0 auto;
}

.certificates a {
	font-size: 16px;
	color: #323232;
	border-bottom: 1px dashed;
}



/****** ЗАПИСАТЬСЯ НА ПРИЁМ  ******/



.appointments {
    background: url(../img/appointments_bg.png) #e6e6e6 no-repeat right 100px;
    padding: 140px 0 95px;
}

.appointments .form_bg {
    position: absolute;
    left: -17%;
    bottom: -100px;
    z-index: 0;
    width: 699px;
    height: 530px;
    background: url(../img/form_bg.png);
}

.appointments .form_bg_2 {
    position: absolute;
    right: -45px;
    top: -45px;
    z-index: 1;
}


.appointments .form {
    background: #FFF;
    float: right;
    padding: 40px 60px 30px;
    box-shadow: 0 0 10px rgba(37, 37, 37, 0.2);
}

.appointments [class*='col-'] {
    float: right;
}

.appointments .info [class*='col-'] {
    float: left;
}

.appointments .form .title {
    text-align: center;
    font-size: 36px;
    margin: 0 0 40px;
    font-family: 'Exo 2', sans-serif;
}

.appointments .form .info, .form .date {
    margin-bottom: 23px;
    display: inline-block;
    width: 100%;
}

.appointments .form .btn {
    width: 292px;
    background: #28abcf;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    color: #FFF;
    float: right;
    margin: 0 15px 0 0;
    line-height: 30px;
    border: 0;
    cursor: pointer;
}


/****** ПОДВАЛ САЙТА ******/



footer {
    background: #252525;
    color: #7d7d7d;
    padding: 30px 0 0;
}

footer .text {
    margin: 7px 0 0;
}

footer .contacts {
    text-align: right;
    color: #FFF;
}

footer .contacts .phone {
    font-size: 30px;
    font-weight: bold;
}

footer .contacts .phone a {
	color: #FFF;
}

footer .contacts .mail {
    font-size: 18px;
    font-weight: 500;
    color: #b3b3b3;
}

footer .contacts .mail a {
    color: #b3b3b3;
}

footer .links ul {
    margin-top: 24px;
}

footer .links ul li {
    display: inline-block;
    margin: 0 40px;
}

footer .links ul li:first-child {
    margin-left: 0;
}

footer .links ul li a {
    color: #efefef;
    cursor: pointer;
}

footer .links ul li:after {
    content: ' ';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #efefef;
    position: absolute;
    right: -40px;
    top: 8px;
}

footer .links ul li:last-child::after {
    display:none;
}

footer .contacts .order {
	margin: 10px 0 0;
}

footer .contacts .order a {
    color: #1da799;
    border-bottom: 1px dashed;
}

footer .copyright {
    background: #171717;
    padding: 10px 0;
    margin: 30px 0 0;
    color: #505050;
}

footer .copyright .text {
    margin: 0;
    text-align: left;
    padding: 6px 0;
}

footer .copyright .studio {
    text-align: right;
}

footer .copyright .studio a {
    color: #636363;
    border-bottom: 1px dotted;
}



/****** ВСПЛЫВАЮЩЕЕ ОКНО ******/



#callback, #success, .service-pop {
    background: white;
    padding: 30px 40px;
    text-align: left;
    max-width: 400px;
    margin: 50px auto;
    position: relative;
}

#callback .title, #success .title {
    font-size: 24px;
    padding: 0 0 10px 0;
    text-align: center;
    color: #323232;
}

#callback form {
    margin: 10px 0px 0px;
}

#callback input {
	width: 100% !important;
    height: 50px;
    margin: 0 0 10px;
    outline: none;
    line-height: normal;
    font-size: 14px;
	border:1px solid #e1e1e1;
	padding: 0 20px;
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	transition:all .3s linear;
	border-radius:6px;
}

#callback input[type="submit"]{
    cursor: pointer;
    border-style: solid;
    border-width: 0;
    padding-top: 0;
    background: #28abcf;
    font-size: 16px;
    padding-bottom: 0;
    color: #FFF;
    margin: 20px 0 0;
    letter-spacing: 0.5px;
    padding: 0;
    text-align: center;
}

.success_message {
    display: none;
}
#success .success_message {
    display: block;
}
.success_message .success_title {
    font-size: 24px;
    padding: 0 0 10px 0;
    text-align: center;
    color: #323232;
}

.success_message .success_text {
    font-size: 16px;
    text-align: center;
}

.service-pop {
	max-width: 600px;
	padding: 30px 40px 20px;
}

.service-pop .title {
    font-size: 24px;
    padding: 0 0 10px 0;
    margin: 0 0 10px;
    text-align: center;
    color: #323232;
}

.service-pop .img {
    margin: 0 0 15px;
    text-align: center;
}

.service-pop .img img {
    max-width: 98%;
}

.service-pop p {
	line-height: 1.4;
	font-size: 16px;
	margin: 0 0 10px;
}

.service-pop p:last-child {
	margin: 0;
}

.service-pop ul {
    display: block;
    margin: 10px 0 15px 25px;
    font-size: 16px;
}

.service-pop ul li {
    margin: 6px 0;
}