/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

@import url(normalize.css);
@import url(fontello.css);

html{
	overflow-x: hidden;
}

body{
	font-size: 16px; 
	font-family: 'Cuprum';
	padding-top: 130px;	
}

a{
	text-decoration: none;
	color: #577dca;
}

img{
	max-width: 100%;
}

h2{
	font-weight: 700;
	color: #3e58a2;
	font-size: 2.4em;
	text-align: center;
}

*{
	outline: none;
}

input{
	padding: 1em;
	text-align: center;
	font-size: .9em;
	background: transparent;
	border: 1px solid #dadada;
	border-radius: 1.3em;
	width: 100%;
	outline: none;
	margin-top: 1em;
}


input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

.btn{
	background-image: -webkit-gradient(linear, left bottom, left top, from(#587fcc), to(#3d57a1));
	background-image: -o-linear-gradient(bottom, #587fcc 0%, #3d57a1 100%);
	background-image: linear-gradient(to top, #587fcc 0%, #3d57a1 100%);
    -webkit-box-shadow: #587fcc 0px 0px 0px 2px, #3d57a1 0px 0px 0px 2px;
            box-shadow: #587fcc 0px 0px 0px 2px, #3d57a1 0px 0px 0px 2px;
    border-radius: 1em;
    padding: .9em 3em;
    color: #fff;
    text-decoration: none;
    font-size: 1.1em;
    display: inline-block;
    margin: 1em;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    outline: none;
}



.btn:hover{
	-webkit-box-shadow: #587fcc 0px 0px 0px 2px, #3d57a1 0px 0px 0px 2px, 0px 1px 15px 6px #4f72be;
	        box-shadow: #587fcc 0px 0px 0px 2px, #3d57a1 0px 0px 0px 2px, 0px 1px 15px 6px #4f72be;
}


.btn.white--shadow:hover{
	-webkit-box-shadow: #587fcc 0px 0px 0px 2px, #3d57a1 0px 0px 0px 2px, 0px 1px 15px 6px #d7e3fd;
	        box-shadow: #587fcc 0px 0px 0px 2px, #3d57a1 0px 0px 0px 2px, 0px 1px 15px 6px #d7e3fd;
}

.btn.callback--button{
	position: relative;
}

.btn.callback--button:hover/* , .btn.callback--button:focus */{
	color: transparent;
	background: #fff;
}

.btn.callback--button:hover:before/* , .btn.callback--button:focus:before */{
	content: attr(data-phone);
	display: block;
	color: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;
	height: 1em;
	color: #3d57a1;
	font-weight: 800;
	/*background: #fff;*/
}

.btn.without--indent{
	margin: 0em;
}

.text-left{
	text-align: left;
}

.text-right{
	text-align: right;
}

.text-center{
	text-align: center;
}

.header{
	position: fixed;
    width: 100%;
    background: #fff;
    z-index: 999;
    -webkit-box-shadow: 0 0.2em 1em 0px rgba(0, 0, 0, 0.18);
            box-shadow: 0 0.2em 1em 0px rgba(0, 0, 0, 0.18);
    margin-top: -130px;
    height: 130px;

}

.header-info{
	padding: .3em 0;
	border-bottom: 1px solid #3c4a8b;
	margin-right: -15px;
    margin-left: -15px;
}
.header-info .header-info__logo a{
	font-family: 'Bebas Neue';
	font-size: 1.4em;
	color: #676767;
}
.header-info .header-info__address{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 1.2em;
	color: #676767;
}

.header-info .header-info__address span{
	margin-left: .5em;
}

.header-info .header-info__phones{
	font-size: 1.2em;
}

.header-info .header-info__mobile-address{
	margin-top: 5px;
	padding-right: 1em;
	font-size: 1.1em;
	font-weight: 800;
}

.header-info .header-info__mobile-phones{
	margin-top: 5px;
	padding-left: 1em;
	font-size: 1.1em;
	font-weight: 800;
}

.header-info .header-info__schedule span{
	font-size: 1.2em;
	display: inline-block;
	color: #676767;
	margin-left: .5em;
}
.header-info .header-info__schedule img{
	display: inline-block;
}

.header-info .header-info__sociality a{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 35px;
	height: 35px;
	font-size: 1.5em;
	padding: .25em;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#3d57a1), to(#587fcc));
	background-image: -o-linear-gradient(bottom, #3d57a1 0%, #587fcc 100%);
	background-image: linear-gradient(to top, #3d57a1 0%, #587fcc 100%);
	color: #fff;
	border-radius: 25%;
	margin-left: .3em;
	/*transition: all ease-in-out .3s;*/
}

.header-info .header-info__sociality a.round--btn{
	border-radius: 50%;	
}

.header-info .header-info__sociality a:hover{
	background: transparent;
	color: #3d57a1;
	border: 2px solid #3d57a1;
}

.header-menu .header-menu__list{
	padding: 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	font-family: 'Bebas Neue';
}

.header-menu .header-menu__list li{
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	text-align: center;
	padding: .5em;
}


.header-menu .header-menu__list li a{
	color: #676767;
	text-decoration: none;
	font-size: 1.2em;
}

.header-menu .header-menu__list li:hover a{
	color: #5280cd;
}

.header-menu .header-menu__list li a.cur{
	color: #5280cd;
}

.header-info__mobile-menu{
	font-size: 2em;
}

.mobile-menu{
	padding: 0 1em;
	font-size: 1.2em;
	color: #fff;
}

.mobile-menu a{
	color: inherit;
	font-size: 1.2em;
}

.main{
	background: url(../img/webp/main-bg.webp) no-repeat;
	background-size: cover;
	padding-top: 3em;
}

.main .main-screen{
	height: 100%;
	min-height: 70vh;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.main .main__caption{
	font-size: 2.8em;
	padding: .1em;
	background: rgba(255, 255, 255, .58);
	text-align: right;
	padding: 0.4em;
}

.main .main__caption span{
	display: inline;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#3d57a1), to(#587fcc));
	background-image: -o-linear-gradient(bottom, #3d57a1 0%, #587fcc 100%);
	background-image: linear-gradient(to top, #3d57a1 0%, #587fcc 100%);
	background-clip: text;
	color: #3e58a2;
	font-weight: 700;
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	border-bottom: 3px solid #3e58a2;
}

.main .main__action{
	text-align: center;
}

.main .main__services-list{
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	list-style: none;
	background: #ffffff;
	-webkit-box-shadow: 3px 0 16px rgba(0, 0, 0, 0.35);
	        box-shadow: 3px 0 16px rgba(0, 0, 0, 0.35);
}

.main .main__services-img{
	height: 60px;
}

.main .main__services-list li{
	text-align: center;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 1em .3em;
	padding-bottom: 2em;
	color: #676767; 
}
.main .main__services-list li a{
	display: block;
	text-decoration: none;
	font-family: "Bebas Neue";
	font-weight: 400;
	font-size: .84em;
	color: inherit;
	margin-top: 3em;
}

.main .main__services-list li:hover{
	background-image: -webkit-gradient(linear, left bottom, left top, from(#3d57a1), to(#587fcc));
	background-image: -o-linear-gradient(bottom, #3d57a1 0%, #587fcc 100%);
	background-image: linear-gradient(to top, #3d57a1 0%, #587fcc 100%);
	color: #fff;
	cursor: pointer;
}

.main .main__services-list li:hover .main__services-img img{
	-webkit-filter: brightness(0) invert(1);
	        filter: brightness(0) invert(1);
}


.section-wrap.services--bg{
	background: url(../img/webp/services-bg.webp) no-repeat;
	background-size: cover;
	background-position: 100% 20%;
}

.section-wrap.license--bg{
	background: url(../img/webp/license-bg.webp) no-repeat;
	background-size: cover;
	background-position: 100% 20%;
}

.services{
	min-height: 50vh;
}

.service-slide{
	margin: 2.2em; 
}

.service-card{
	position: relative;
	margin-top: 50px;
	text-align: center;
	background-color: #ffffff;
	border-radius: 10px;
	height: calc(100% - 50px);
	-webkit-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
	visibility: hidden;
}

.service-card .service-card__wrap{
	position: relative;
	padding: 1em 10px;
	height: 100%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.service-card .service-card__wrap::before{
	content: '';
    display: block;
    position: absolute;   
    top: 50%;
    left: 50%;
    width: 95%;
    height: 91%;
    border-radius: 10px;
    border: 1px solid #ededed;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 0;
}

.service-card .service-card__img-wrap{
	text-align: center;
	position: relative;
	z-index: 1;
}

.service-card .service-card__img{
	margin-top: -50px;
	display: inline-block;
	position: relative;
}
.service-card .service-card__img::before{
	content: '';
    display: block;
    position: absolute;
    top: 49%;
    left: 50%;
    width: 95%;
    height: 90%;
    border-radius: 10px;
    border: 1px solid #ededed;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
}


.service-card .service-card__caption{
	font-size: 1.3em;
	font-weight: 700;
	padding: .5em 0;
	color: #676767;
	position: relative;
	z-index: 1;
}

.service-card .service-card__description{
	padding: .5em 2.5em;
	color: #676767;
	position: relative;
	z-index: 1;
}

.service-card .service-card__action{
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	margin-bottom: .5em;
	z-index: 1;
}

.service-card .service-card__action a{
	position: relative;
	text-decoration: none;
	color: #3e58a2;
	
	padding-bottom: 5px;
	
}
.service-card .service-card__action a::after{
	content: '';
	-webkit-transform: scaleX(0);
	    -ms-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
	width: 100%;
	height: 2px;
	background: #3e58a2;
	position: absolute;
	left: 0;
	bottom: 0;
}
.service-card .service-card__action a:hover:after{
	-webkit-transform: scaleX(1);
	    -ms-transform: scaleX(1);
	        transform: scaleX(1);
}

.slick-current .service-card{
	-webkit-box-shadow: 0px 10px 20px #9cc5f1;
	        box-shadow: 0px 10px 20px #9cc5f1;
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

.slick-active .service-card{
	visibility: visible;
}
.news{
	min-height: 50vh;
	position: relative;
}

.news-card{
	height: 100%;
	position: relative;
}

.news-card .news-card__caption{
	color: #fff;
	font-size: 1.7em;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 1em;
}

.news-card .news-card__wrap{
	position: relative;
}

.news-card .news-card__img img{
	width: 100%;
}

.news-card .news-card__wrap::before{
	content: '';
	background: rgba(0,0,0,.35);
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 10px;
	top: 0;
	left: 0;
}

.news-card .news-card__wrap::after{
	content: '';
    display: block;
    position: absolute;   
    top: 50%;
    left: 50%;
    width: 95%;
    height: 91%;
    border-radius: 10px;
    border: 1px solid #ededed;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 0;
}

.news-card .news-card__action{
	text-align: center;
	position: relative;
	z-index: 1;
	margin-top: -8%;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}

.tool-bg{
	position: absolute;
	z-index: -1;
}

.tool-bg.right--bottom{
	right: 0;
	bottom: -5%;
}

.tool-bg.left--top{
	left: 0;
	top: -5%;	
}

.tool-bg.left--bottom{
	left: 0;
	bottom: -5%;	
}

.tool-bg img{
	pointer-events: none; 
	-webkit-user-select: none; 
	   -moz-user-select: none; 
	    -ms-user-select: none; 
	        user-select: none;
}

.callback{
	-webkit-box-shadow: 0px -30px 20px 31px #fff;
	        box-shadow: 0px -30px 20px 31px #fff;
	min-height: 100vh;
	background: url(../img/webp/screen2.webp) no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 12em 0;
}

.callback .callback__caption-wrap{
	border-left: 3px solid #fff;
	padding-left: .5em;
}


.callback .callback__caption span{
	font-size: 3em;
	font-weight: 800;
	color: #3e58a2;
}
.callback .callback__subcaption{
	font-weight: 400;
	font-size: 2.2em;
	color: #3e58a2;
}

.callback__form{
	background: #fff;
	text-align: center;
	border-radius: 10px;
	padding: 1em;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

.callback__form .callback__action a i{
	font-size: .8em;
	color: inherit;

}

.callback__notice{
	color: #676767;
}

.callback__policy{
	color: #676767;
	font-size: .8em;
}

.section-wrap.specialities--bg{
	background: url(../img/webp/specialities-bg.webp) no-repeat;
	background-size: cover;
	background-position: 100% 20%;
}

.specialities{
	-webkit-box-shadow: 0px -30px 20px 31px #fff,
				 inset 0px 30px 20px 31px #fff;
	        box-shadow: 0px -30px 20px 31px #fff,
				 inset 0px 30px 20px 31px #fff;
	min-height: 70vh;
}

.specialities .speciality-nav__arrow-next, .specialities .speciality-nav__arrow-prev{
	cursor: pointer;
}

.specialities__list{
	background: #fff;
	border-top: 2px solid #4b6cb7;
	border-bottom: 2px solid #4b6cb7;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.speciality{
	padding: 1.3em 2.3em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.speciality-slide{
	cursor: pointer;
}

.slick-current .speciality{
	background-color: #f6f8f9;
}

.speciality .speciality__avatar img{
	display: block;
}

.speciality .speciality__caption{
	margin-left: 2em;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	height: 100%;
	color: #b1b1b1;
}
.slick-current .speciality__caption{
	color: #3e58a2;
}

.speciality .speciality__name span{
	font-weight: 700;
}

.speciality .speciality__post{
	margin-top: 2em;
}

.speciality-nav{
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100%;	
}

.speciality-nav .speciality-nav__states{
	color: #d0d0d0;
	font-size: 1.3em;
	font-weight: 800;
	padding: 2em 0;
}

.speciality-nav .speciality-nav__states b{
	color: #4b6cb7;
}

.speciality-info{
	text-align: center;
}

.speciality-info .speciality-info__avatar{
	position: relative;
}

.speciality-info .speciality-info__backlayer{
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: 0;
}

.speciality-info .speciality-info__backlayer-round{
	position: relative;
	width: 290px; 
	height: 290px;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#e3edf5), to(#91d5f2));
	background-image: -o-linear-gradient(bottom, #e3edf5 0%, #91d5f2 100%);
	background-image: linear-gradient(to top, #e3edf5 0%, #91d5f2 100%);
	border-radius: 50%;
}

.speciality-info .speciality-info__backlayer-round::before{
	content: '';
	position: absolute;
	width: 85%;
	height: 85%;
	top: 50%;
	left: 50%;
	background: #fff;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.speciality-info .speciality-info__img{
	position: relative;
	height: 350px;
	z-index: 1;
}


.speciality-info .speciality-info__img img{
	max-height: 100%;
	position: relative;
	display: inline-block ;
}

.speciality-info .speciality-info__frontlayer-cloud{
	position: absolute;
	width: 100%;
	bottom: 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	z-index: 1;
	bottom: -40%;
}

.speciality-info .speciality-info__caption{
	position: relative;
	z-index: 1;
	padding: 0 5em;
	font-size: 1.2em;
	color: #aaaaaa;
}

.speciality-info .speciality-info__name{
	color: #444444;
	font-weight: 700;
	font-size: 1.2em;
}

.about{
	min-height: 70vh;
}

.about__wrap{
	-webkit-box-shadow: 0px -30px 20px 31px #fff, inset 0px 30px 20px 31px #fff;
	        box-shadow: 0px -30px 20px 31px #fff, inset 0px 30px 20px 31px #fff;
	background: url(../img/webp/about-bg.webp) no-repeat;
	background-size: contain;
	background-position: 100% 20%;
}

.about__radial-wrap{
	margin-top: 8em;	
}

.about__radial{
	width: 40em;
	height: 40em;
	margin: 0 auto;
	background: url(../img/webp/about-radial2.webp) no-repeat;
	background-size: contain;
	position: relative;

}
.about__radial::after{
	content: '';
	display: block;
	position: absolute;
	width: 85%;
	height: 85%;
	background: url(../img/webp/about-logo-3d.webp) no-repeat;
	background-size: contain;
	background-position: center;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.about-tooth{
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transform-origin: right;
	    -ms-transform-origin: right;
	        transform-origin: right;
	position: absolute;
	z-index: 2;
	cursor: pointer;

}

.about-tooth .about-tooth__caption{
	display: none;
	position: absolute;
	color: #3d57a1;
	font-family: 'Bebas Neue';
	font-size: 1.5em;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
}
.about-tooth .about-tooth__img{
	cursor: pointer;
	position: relative;
	z-index: 2;
}

.about-tooth .about-tooth__img{
	width: 46px;
	height: 57px;
}

.about-tooth .about-tooth__img svg{
	margin: 5px;
 	width: 100%;
	height: 100%;
	fill: #fff;
	opacity: .8;
	-webkit-transition: all linear .3s;
	-o-transition: all linear .3s;
	transition: all linear .3s;
}

.about-tooth.active .about-tooth__img svg{
	fill: url(#fillGradient);
  	-webkit-filter: url(#dropshadow);
  	        filter: url(#dropshadow);
	opacity: 1;
}

.about-tooth .about-tooth__img svg path.stroke{
	stroke: url(#gradient1);
}

.about-tooth .about-tooth__img svg path.make{
	stroke: url(#gradient2);
}


.about-tooth.active .about-tooth__img svg path{
	stroke: #fff; 
}

.about-tooth.caption--left .about-tooth__caption{
	display: block;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	top: 50%;
	right: 135%;
}

.about-tooth.caption--top .about-tooth__caption{
	display: block;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	bottom: 120%;
	left: 50%;
}

.about-tooth.caption--right .about-tooth__caption{
	display: block;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	top: 50%;
	left: 135%;
}


.about-tooth .about-tooth__tooltip{
	display: none;
	position: absolute;
	min-width: 350px;
	border-radius: 10px;
	right: calc(100% + 20px);
	top: 0;
	cursor: default;
	z-index: 3;
}

.about-tooth .about-tooth__tooltip-head{
	position: relative;
	background: #587fcc;
	text-align: center;
	padding: 1em;
	font-size: 1.2em;
    color: #fff;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-transform: uppercase;
}

.about-tooth .about-tooth__tooltip-head::after{
	content: '';
    display: block;
    width: 25px;
    height: 25px;
    background: #587fcc;
    position: absolute;
    right: -10px;
    top: 30%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
	z-index: 9999;
}

.about-tooth.caption--right .about-tooth__tooltip{
	left: calc(100% + 20px);
}

.about-tooth.caption--right .about-tooth__tooltip-head::after{
	left: -10px;
}

.about-tooth .about-tooth__tooltip-content{
	background: #fff;
	padding: 1em;
	border: 2px solid #587fcc;
	color: #919191;
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	
}

.certificate{
	position: relative;
	padding: 2em 0;
}

.certificate .certificate__slide{
	opacity: 0;
	margin: .3em 0;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
	-webkit-transform: scale(.7);
	    -ms-transform: scale(.7);
	        transform: scale(.7);

}

.certificate .certificate__slide.slick-active{
	opacity: 1;
}

.certificate .certificate__action .btn{
	position: relative;
	z-index: 1;
}

.certificate .certificate__slide.slick-current{
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	position: relative;
	z-index: 10;
}

.certificate .certificate__list{
	margin: 3em 0;
}

.certificate .certificate__item{
	border: 5px solid #fff;
	-webkit-box-shadow: 7px 2px 10px 0px rgba(0, 0, 0, 0.5);
	        box-shadow: 7px 2px 10px 0px rgba(0, 0, 0, 0.5);
}



.services-prices{
	position: relative;
	min-height: 100vh;
	background: url(../img/webp/services-prices-bg.webp) no-repeat;
	background-size: cover;
	background-position: 100% 20%;
	-webkit-box-shadow: 0px -30px 20px 31px #fff, inset 0px 30px 20px 31px #fff;
	        box-shadow: 0px -30px 20px 31px #fff, inset 0px 30px 20px 31px #fff;
}

.services-prices .services-prices__list{
	padding: 2em 0; 
}
.services-prices .services-prices__item{
	padding: .7em 0;
	border-radius: 10px;
	background-color: #587fcc;
	background-image: -webkit-gradient(linear, left top, right top, from(#587fcc), to(#3d57a1));
	background-image: -o-linear-gradient(left, #587fcc 0%, #3d57a1 100%);
	background-image: linear-gradient(to right, #587fcc 0%, #3d57a1 100%);
	text-align: center;
	color: #fff;
	font-family: "Bebas Neue";
	margin-bottom: .7em;	
	font-size: 1.5em;
	cursor: pointer;
	-webkit-transition: all linear .3s;
	-o-transition: all linear .3s;
	transition: all linear .3s;
}

.services-prices .services-prices__item:hover{
	background: #fff;
	color: #3d57a1;
	-webkit-box-shadow: 0px 1px 5px 1px rgba(61, 87, 161, 0.5);
	        box-shadow: 0px 1px 5px 1px rgba(61, 87, 161, 0.5);
}

.description{
	position: relative;
	min-height: 60vh;
	background: url(../img/webp/description-bg.webp) no-repeat;
	background-size: contain;
	background-position: 100% 20%;

}

.description-arrow{
	cursor: pointer;
	position: relative;
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
	margin-bottom: 10px;
}
.description-arrow button{
	position: relative;
	top:  0;
	left: 0;
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
}

.description-arrow.to--down{
	margin-bottom: 0;
	margin-top: 10px;
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.description .description__title{
	font-size: 1.7em;
	color: #567cc9;

}

.description .description__text{
	font-size: .9em;
	color: #919191;
}

.description-slider{
	width: 100%;
}

.description-slider .description-slider__item-wrap{
	display: inline-block;
	text-align: center;
}

.description-slider .description-slider__item{
	display: inline-block;
	padding: .3em;
	text-align: center;
}

.description-slider .description-slider__item img{
	display: inline-block;
	/*width: 100%;*/
}

.footer{
	position: relative;
	padding: 3em 0;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#f6f8f9), to(#e3edf5));
	background-image: -o-linear-gradient(bottom, #f6f8f9 0%, #e3edf5 100%);
	background-image: linear-gradient(to top, #f6f8f9 0%, #e3edf5 100%);
}

.footer .footer__img{
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.footer .footer__img img{
	display: block;
	max-width: none;
	height: 100%;
}

.footer .footer__caption{
	font-size: 1.3em;
	color: #676767;
	font-family: "Bebas Neue";
	padding-left: .5em;
}
.footer .footer__policy a{
	text-decoration: underline;
	color: #b1b1b1;
}

.footer .footer__phone{
	color: #929292;
}
.footer .footer__address{
	color: #929292;
}

.documents__list{
	padding: 0;
}

.documents__list li{
	padding: .5em 0;
	color: #6e8ad8;
	font-family: "Bebas Neue", sans-serif;
}

.documents__list li a{
	margin-left: -0.3em;
	color: inherit;
}
.documents__list li a:hover{
	text-decoration: underline;
}

.price .price__table{
	width: 100%;
	font-family: "Bebas Neue Book", sans-serif;
	font-size: 1.2em;
	background: transparent;
	border-collapse: collapse;
	margin: 2em 0;
}

.price .price__table th{
	background-image: -webkit-gradient(linear, left bottom, left top, from(#3d57a1), to(#587fcc));
	background-image: -o-linear-gradient(bottom, #3d57a1 0%, #587fcc 100%);
	background-image: linear-gradient(to top, #3d57a1 0%, #587fcc 100%);
	text-align: center;
	color: #fff; 
	border: 1px solid #fff;
	font-weight: 400;
	padding: .6em;
}

.price .price__table tr th:first-child{
	border-left: 1px solid #3d57a1;
}
.price .price__table tr th:last-child{
	border-right: 1px solid #3d57a1;
}
.price .price__table tr:first-child th{
	border-top: 1px solid #3d57a1;	
}

.price .price__table td{
	text-align: center;
	padding: .6em;
	color: #3e58a2;
	background-color: #f6f8f9;
	border: 1px solid #3d57a1;
}

.price .price__table td.cell--span{
	text-align: left;
	font-family: "Bebas Neue", sans-serif;
	color: #3e58a2;
	padding: .6em 2em;
	font-weight: 700;
}
.price .price__table th.cell--caption{
	text-align: left;	
	padding: .6em 2em;
}

.reviews{
	position: relative;
	min-height: 90vh;
	background: url(../img/webp/reviews-bg.webp) no-repeat;
	background-size: cover;
}

.reviews .reviews__round{
	position: relative;
	z-index: 1;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	text-align: center;
	-webkit-transition: all ease-in-out 0.1s;
	-o-transition: all ease-in-out 0.1s;
	transition: all ease-in-out 0.1s;
	opacity: .6;
}

.reviews .reviews__round.active, .reviews .reviews__round:hover{
	opacity: 1;	
}

.reviews .reviews__round.active::after, .reviews .reviews__round:hover::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	-webkit-box-shadow: inset 0 0 1px 1px  #3e58a2;
	        box-shadow: inset 0 0 1px 1px  #3e58a2;
	border-radius: 50%;
}

.reviews .reviews__round.active, .reviews .reviews__round:hover{
	-webkit-box-shadow: 0 0 54px rgba(92, 202, 243, 0.63);
	        box-shadow: 0 0 54px rgba(92, 202, 243, 0.63);
	cursor: pointer;
}

.review-content{
	position: relative;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	padding: .5em;
	padding-bottom: 3em;
	border: 1px solid #3e58a2;
	min-height: 250px;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
	display: none;
}

.review-content.active{
	display: block;
	opacity: 1;
}

.review-content .review-content__text{
	color: #787878;
	font-size: 1.1em;
}

.review-content .review-content__name{
	position: absolute;
	width: 100%;
	background-image: -webkit-gradient(linear, right top, left top, from(#587fcc), to(#3d57a1));
	background-image: -o-linear-gradient(right, #587fcc 0%, #3d57a1 100%);
	background-image: linear-gradient(to left, #587fcc 0%, #3d57a1 100%);
	font-size: 1.2em;
	color: #fff;
	left: 0;
	bottom: 0;
	padding: 0.4em 1em;
}

.review-hand{
	position: relative;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	pointer-events: none;
}

.review-hand .review-hand__round{
	position: absolute;
	top: 10%;
	left: -25%;
	width: 200px;
	height: 200px;
	background-image: -webkit-gradient(linear, right top, left top, from(#587fcc), to(#3d57a1));
	background-image: -o-linear-gradient(right, #587fcc 0%, #3d57a1 100%);
	background-image: linear-gradient(to left, #587fcc 0%, #3d57a1 100%);
	border-radius: 50%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	color: #fff;
	font-size: 1.2em;
	-webkit-box-shadow: 0 0 54px rgba(92, 202, 243, 0.63);
	        box-shadow: 0 0 54px rgba(92, 202, 243, 0.63);
}

.review-hand .review-hand__round::after{
	content: '';
	width: 110%;
	height: 110%;
	position: absolute;
	border: 2px solid #3e58a2;
	border-radius: 50%;
}

.contacts{
	position: relative;
}

.contacts .contacts__map{
	width: 100%;
	overflow: hidden;
	position: relative;
	border-top-left-radius: 4em;
	border-top-right-radius: 4em;
	border: 3px solid #b0c0ec;
	border-bottom: none;
}

.contacts .contacts__info{
	font-size: 1.5em;
	font-weight: 800;
	color: #3d57a1;
}

.contacts .contact--value{
	color: #577dca;
}
.contacts .contact--link{
	text-decoration: underline;
}

.modal{
	min-width: 400px;
	border-radius: 10px;
	max-width: 600px;
	color: #8b8b8b;
	font-size: 1.1em;
}

.modal__title{
	margin-bottom: 1em; 
	font-weight: 700;
}

.modal__title span{
	font-size: 1.7em;
	color: #425ea9;
}

.modal-record{
	background: transparent;
	padding: 0;
	min-width: 1120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-shadow: inset 3px 0 43px rgba(0, 0, 0, 0.35);
	        box-shadow: inset 3px 0 43px rgba(0, 0, 0, 0.35);
	background-color: #405ca7;
	overflow: visible;
}

.modal-record .fancybox-close-small svg{ 
	fill: #fff;
	stroke: #fff;
}

.modal-record .modal-record__left-side{
	position: relative;
	padding: 50px;
	background-image: -webkit-gradient(linear, right top, left top, from(#3d57a1), to(#587fcc));
	background-image: -o-linear-gradient(right, #3d57a1 0%, #587fcc 100%);
	background-image: linear-gradient(to left, #3d57a1 0%, #587fcc 100%);
	width: 45%;
	min-height: 50vh;
	height: 100%;
	overflow: hidden;
	margin: -5% 0;

}

.modal-record .modal-record__primary-title{
	font-size: 4em;
	color: #fff;
	font-weight: 800;
	font-family: 'Bebas Neue', sans-serif;
}

.modal-record .modal-record__right-side{
	
	background-image: url(../img/webp/modal-left-content.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 55%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.modal-record .modal-record__second-title{
	font-size: 2em;
	color: #97b1e4;
	font-weight: 800;
	font-family: 'Bebas Neue', sans-serif;
}

.modal-record  .modal-record__content-caption{
	color: #97b1e4;
	font-size: 1.6em;
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 800;
	margin-bottom: .5em;
}

.modal-record .modal-record__content{
	font-size: 1.9em;
	color: #fff;
	margin-bottom: 1em;
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 800;
}

.modal-record .modal-record__bg{
	position: absolute;
	top: 50%;
	right: -25%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.modal-form{
	text-align: center;
}

.modal-form .modal-form__text{
	color: #fff;
	text-align: center;
	font-size: 1.2em;
}

.modal-form .modal-form__input input{
	border: 1px solid #dadada;
	background-color: #ffffff;
}

.modal__policy{
	color: #fff;
}

.modal__policy a{
	color: inherit;
	text-decoration: underline;	
}

.content--image img{
	width: 100%;
	height: 100%;
}

.content--hidden{
	display: none;
}

@media (max-width: 576px) {
	.tool-bg{
	  	display: none;
	 }
}

@media (min-width: 576px) {
  body{
  	font-size: 12px;
  }

  .tool-bg{
  	display: none;
  }

  .about{
  	min-height: auto;
  }
}


@media (min-width: 992px) {
  body{
  	font-size: 16px;
  }

  .tool-bg{
  	display: block;
  }

  .btn{
  	padding: .9em 3em;
  }
}

@media (max-width: 992px) {
	.slick-current .service-card{
		-webkit-transform: scale(1);
		    -ms-transform: scale(1);
		        transform: scale(1);
	}
	.service-card{
		-webkit-box-shadow: 0px 10px 20px #9cc5f1;
		        box-shadow: 0px 10px 20px #9cc5f1;		
	}
	.certificate .certificate__slide.slick-current{
		-webkit-transform: scale(.7);
		    -ms-transform: scale(.7);
		        transform: scale(.7);
		position: relative;
		z-index: 10;
	}
	
	.certificate .certificate__item img{
		width: 100%;
	}

	.slick-next
	{
		right: 6px;
	}
	.slick-prev{
		left: 6px;
	}
	.about{
		min-height: auto;
	}
	.footer__img{
		display: none;
	}

	.footer .footer__phone, .footer .footer__address{
		text-align: center;
	}

	.main .main__caption{
		text-align: center;
	}

	.header-info .header-info__logo, .header-info .header-info__phones{
		padding: 0 1em;
		/*font-size: .9em;*/
	}

	.header-menu{
		-webkit-transform: translateX(100%);
		    -ms-transform: translateX(100%);
		        transform: translateX(100%);
		position: fixed;
		width: 100vw;
		height: 100vh;
		background: rgba(61, 87, 161, .95);	
		top: 0;
		left: 0;
		-webkit-transition: all ease-in-out .3s;
		-o-transition: all ease-in-out .3s;
		transition: all ease-in-out .3s;
		-webkit-transform-origin: center right;
		    -ms-transform-origin: center right;
		        transform-origin: center right;
		z-index: 100;
	}

	.header-menu.active{
		-webkit-transform: translateX(0);
		    -ms-transform: translateX(0);
		        transform: translateX(0);
	}

	.header-menu .header-menu__list {
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
		margin-top: 4em;
	}

	.header-menu .header-menu__list li{
		text-align: left;
		padding: 0;
	}


	.header-menu .header-menu__list li a{
		display: block;
		color: #fff;
		font-size: 1.4em;
		font-weight: 800;
		padding: .3em .2em;
		margin-bottom: -5px;
		padding-left: 1em;
		border-top: 1px solid rgba(255, 255, 255, .1);
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
	
	.header-menu .header-menu__list li:last-child a{
		border-bottom: 1px solid rgba(255, 255, 255, .1);
	}

	.header-menu .header-menu__list li a:active, .header-menu .header-menu__list li a:focus, .header-menu .header-menu__list li a.cur{
		background: #fff;
		color: #3d57a1;
	}


	.description-arrow{
		display: none;
	}

	.header{
		height: auto;
		margin-top: 0;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: static;
		z-index: 1;
	}

	body{
		padding-top: 0;
	}

	.header-info{
		border: none;
	}

	.service-slide{
		margin: .5em;
		padding: 1em 2em;
	}

	.speciality-info__action .btn{
		margin: 1em 0;
		padding: .9em;
	}

	.callback .callback__caption span{
		font-size: 2.3em;
	}

	.callback .callback__caption-wrap {
		border: none;
	}

	.callback .callback__subcaption {
		font-size: 1.5em;
	}

	.btn{
	  	padding: .9em 2em;
	}

	.speciality-info .speciality-info__caption{
		padding: 0 3em;
	}

	.header-info__mobile-menu{
	    z-index: 101;
	    position: fixed;
	    top: 10px;
	    right: 10px;
	    color: #577dca;
	    
	}

	.header-info__mobile-menu.active{
		color: #fff;
	}

	.header-info__mobile-menu a{
		color: inherit;
	}
	.header-info__mobile-menu a > i::before{
		content: '\f008';
	}
		
	.header-info__mobile-menu.active a > i::before{
		content: '\e804';
		font-size: 0.8em;
	}

	body.locked{
		overflow: hidden;
	}

	.description-slider{
		height: 50%;
	}

	.contacts, .contacts .contacts__map, .contacts .contacts__map::before{
		padding: 0;
		border: none;
		border-radius: none
	}

	.contacts{
		padding: 0 1em;
	}

	.contacts .contacts__map{
		width: 100%;
		border-radius: 0;
	}

	.modal-record{
		min-width: auto;
	}

	.modal-record .modal-record__right-side{
		width: 100%;
		padding: 1em;
	}

	.about__wrap{
		background: none;
	}

	.about__radial-wrap {
	    margin-top: 0;
	}

	.about__radial{
		background: none;
		width: auto;
		height: auto;
	}

	.about__radial::after{
		display: none;
	}

	.about-tooth{
		position: relative;
	    bottom: 0 !important;
	    left: 0 !important;
	    top: 0 !important;
	    right: 0 !important;
	    margin: 1em 0;
	    -webkit-box-orient: horizontal;
	    -webkit-box-direction: reverse;
	        -ms-flex-direction: row-reverse;
	            flex-direction: row-reverse;
	    -webkit-box-pack: end;
	        -ms-flex-pack: end;
	            justify-content: flex-end;
	}

	.about-tooth .about-tooth__caption,
	.about-tooth.caption--right .about-tooth__caption,
	.about-tooth.caption--left .about-tooth__caption,
	.about-tooth.caption--top .about-tooth__caption {
	   display: block;
	   -webkit-transform: none;
	       -ms-transform: none;
	           transform: none;
	   top: auto;
	   left: auto;
	   bottom: auto;
	   right: auto;
	   position: static;
	   margin-left: 1em;
	   font-size: 1.1em;
	   text-decoration: underline;
	}

	.about-tooth .about-tooth__caption{
		text-align: left;
	}

	.about-tooth .about-tooth__caption br {content: ""}
	.about-tooth .about-tooth__caption br:after {content: "\00a0"}
	.about-tooth.caption--top .about-tooth__tooltip,
	.about-tooth.caption--left .about-tooth__tooltip,
	.about-tooth.caption--right .about-tooth__tooltip{
		left: calc(46px + 4%);
		min-width: 80%;
		top: -10px;
		-webkit-box-shadow: 0 5px 10px 1px rgba(0,0,0,.3);
		        box-shadow: 0 5px 10px 1px rgba(0,0,0,.3);
	}
	
	.about-tooth.caption--left .about-tooth__tooltip-head::after,
	.about-tooth.caption--top .about-tooth__tooltip-head::after{
		left: -10px;
	}

	.about-tooth .about-tooth__img {
		/*width: 36px;*/
		height: 47px;
	}
	.about-tooth .about-tooth__img svg{
		width: auto;
	}

	.about-tooth.active{
		z-index: 99;
	}
	
	.certificate .certificate__list{
		margin: 0;
	}

	.modal{
		min-width: auto;
	}

	.callback{
		padding: 0;
	}

	.modal-form .modal-form__text br {content: ""}
	.modal-form .modal-form__text br:after {content: "\00a0"}

}