* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Arial", sans-serif;
}

.positioner {
    width: 1250px;
    margin: 0 auto;
    height: 100%;
    padding: 0 25px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

h2 {
    font-size: 1.8em;
}

p {
    font-size: 1.25em;
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
}

/*HEADER*/

.phone-menu {
    display: none;
}

section:nth-child(n+3)::before {
    content: "";
    display: block;
    height: 80px;
    margin: -80px 0 0;
}

header {
    width: 100%;
    background: linear-gradient(#0095ff, #0188cc);
    position: fixed;
    z-index: 9999;
    box-shadow: 0 2px 6px #fff;
}

.top-nav {
    padding: 5px 0;

}

.menu {
    float: right;
    display:flex;
}

.menu li {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 1.20em;
    padding: 5px 10px;
    margin: 16px 10px;
    box-sizing: border-box;
}

.menu li:last-child {
    margin-right: 0px;
}

.menu li:hover {
    box-shadow: 0 0 0 3px #fff;
    transition-duration: .2s;
    border-radius: 8px;
    background: linear-gradient(#0188cc, #0095ff);
}
.language {
    margin-left: 75px;
    padding-top: 1.8%;
}

.language li {
    margin: 0 0 10px 5px;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: bold;
    }
.language li:hover {
    border-radius: 25px;
}
.current li{    
    box-shadow: 0 0 0 3px #fff;
    border-radius: 25px;
    background: linear-gradient(#0188cc, #0095ff);
}
.ua p{
    
    background: #ffd700;
    background: -webkit-linear-gradient(to top,#ffd700 50%,#0057b8 50%);
    background: -moz-linear-gradient(to top,#ffd700 50%,#0057b8 50%);
    background: linear-gradient(to top,#ffd700 50%,#0057b8 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


}
.top-nav a.active li {
    box-shadow: 0 0 0 3px #fff;
    transition-duration: .2s;
    border-radius: 8px;
    background: linear-gradient(#0188cc, #0095ff);
}

.home {
    min-width: 1350px;
    height: 850px;
    border-top: 0.5px solid #fff;
}

.slides {
    height: 100%;
    background-image: url(../img/office.jpg);
    background-position: 50% 60%;
    background-size: 100%;
    position: relative;
    z-index: 1;
}

.slides::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: -1;
}

.main {
    position: relative;
    color: #e8e8e8;
}

.main-text {
    position: absolute;
    top: 35%;
}

.main-text h2 {
    margin-bottom: 10px;
    width: 800px;
}

.main-text p {
    width: 810px;
}
.main-text strong {
    color: #0095ff;
}
.main-text strong:hover {
    color: #0188cc;
}
.main-phone {
    position: absolute;
    top: 28%;
    right: 0;
}

.main-phone h2 {
    font-size: 2.25em;
    margin-bottom: 30px;
    text-align: center;
    line-height: 1.7;
}

.main-phone a:first-of-type {
    margin-bottom: 20px;
}

.main-logo {
    display: flex;
    justify-content: space-around;
    margin-top: 25px;
}


.btn {
    display: inline-block;
    border-radius: 8px;
    vertical-align: middle;
    text-align: center;
    padding: 15px 15px;
    background: linear-gradient(#0095ff, #0188cc);
    color: #fff;
    position: relative;
    z-index: 1;
}

.btn > span {
    position: relative;
    z-index: 1;
}

.btn > p {
    position: relative;
    z-index: 1;
}

.btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    background: linear-gradient(#0188cc, #0095ff);
    box-shadow: 0 2px 10px #0095ff;
    opacity: 0;
    transition: opacity 0.5s;
}

.btn:hover:after {
    opacity: 1;
}

.quote {
    padding: 50px 0;
}

.quote-img {
    float: left;
    width: 20%;
    margin-left: 150px;
    
}

.quote-img img {
    border-radius: 20px;
    padding: 3px;
    border: 2px solid #0095ff;
}

.quote-text {
    float: right;
    width: 65%;
    margin-right: 25px;
}

.quote-text h2 {
    color: #0188cc;
    margin-bottom: 15px;
}

.quote-text p {
    color: #555;
    line-height: 1.2;
    font-size: 1.05em;
    margin-bottom: 25px;
}

.quote-text i {
    color: #555;
}

.quote-text i::before {
    content: "\2014 \00A0";
}

.about-us {
    height: 650px;
    min-width: 1350px;
}

.parallax::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: -1;
}

.parallax {
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-image: url('../img/chair.jpg');
    position: relative;
    z-index: 1;
}

.about-text {
    color: #e8e8e8;
    padding: 50px 0;
}

.about-text h2 {
    font-size: 2.695em;
    margin-bottom: 25px;
    margin-top: 25px;
}

.about-text li {
    font-size: 1.5em;
    line-height: 2;
    position: relative;
    margin: 20px 0;
}

.about-text li a {
    color: #e8e8e8;
}

.about-text li a:hover {
    color: #0095ff;
}

.about-left {
    float: left;
    margin-left: 100px;
}

.about-right {
    float: right;
}

.about-logo {
    width: 45px;
    height: 55px;
    margin-right: 10px;
    position: absolute;
    left: -60px;
    top: -5px;
    box-shadow: inset 0 0 0 1px #0095ff;
    border-radius: 10px;
    padding: 3px;
}

.text-implant {
    background-color: #f5f5f5;
    padding: 35px 0;
    color: #555;
    min-width: 1350px;
}

.text-implant h2 {
    color: #0188cc;
    font-size: 1.35em;
}

.text-implant h3 {
    margin: 10px 0;
}

.text-implant .positioner > p {
    line-height: 1.5;
}

.implant-logo li {
    margin-left: 25px;
    position: relative;
    margin-bottom: 15px;
}

.implant-logo li::before {
    content: url(../img/svg/implant-spisok.svg);
    position: absolute;
    left: -25px;
}

.implant-hiden {
    line-height: 1.5;
    margin-top: 30px;
}

.hiden {
    display: none;
}

.btn-more {
    margin-top: 15px;
    font-size: 1.25em;
    width: 350px;
    cursor: pointer;
    margin-left: 450px;
}

.specialists {
    min-width: 1350px;
    background-image: url(../img/patient.jpg);
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    z-index: 1;

}

.specialists::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: -1;
}

.team {
    position: relative;
    padding-top: 20px;
    height: 85%;
}

.arrow-right {
    position: absolute;
    background: linear-gradient(#d1d1d1, #fff, #e2e2e2, #d1d1d1);
    width: 35px;
    height: 100px;
    right: 1%;
    top: 250px;
    border-radius: 8px;
    cursor: pointer;
}

.arrow-right span,
.arrow-left span {
    position: relative;
    z-index: 1;
}

.arrow-right span::after {
    content: '\276F';
    font-size: 3.125em;
    color: #0188cc;
    position: absolute;
    top: 16.5px;
    left: 4px;
}

.arrow-left {
    position: absolute;
    background: linear-gradient(#d1d1d1, #fff, #e2e2e2, #d1d1d1);
    width: 35px;
    height: 100px;
    left: 1%;
    top: 250px;
    border-radius: 8px;
    cursor: pointer;
}



.arrow-left span::after {
    content: '\276F';
    font-size: 3.125em;
    color: #0188cc;
    position: absolute;
    top: 17.5px;
    left: 5px;
    transform: rotate(180deg);
}

.arrow-left::after,
.arrow-right::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background: linear-gradient(#d1d1d1, #e2e2e2, #fff);
    box-shadow: 0 2px 10px #fff;
    opacity: 0;
    transition: opacity 0.5s;
    border-radius: 8px;

}

.arrow-left:hover:after,
.arrow-right:hover:after {
    opacity: 1;
}

.specialists-container {
    width: 490px;
    height: 115px;
    float: left;
    margin: 10px;
    box-shadow: 0 0 0 1px #0095ff;
    margin-left: 100px;
}


.specialists-container:nth-child(even) {
    float: right;
    margin-left: 50px;
    margin-right: 100px;
}

.specialists-avatar {
    float: left;

}

.specialists-avatar img {
    width: 90px;
    height: 115px;
}

.specialists-avatar img {
    /*border-radius: 50%;*/
    border-right: 1px solid #0095ff;
}

.specialists-name {
    float: left;
    color: #e8e8e8;
    width: 80%;
}

.specialists-name h4 {
    text-align: center;
    font-size: 1.2em;
    margin: 8px 0;
    width: 399px;
}

.specialists-name h5 {
    text-align: center;
    font-size: 1.05em;
    border-top: 1px solid #0095ff;
    width: 400px;
    padding-top: 7px;
}

.team {
    display: none;
}

.team:first-child {
    display: block;
}

.tablinks {
    display: inline-block;
    width: 40px;
    height: 25px;
    background: linear-gradient(to bottom right, #0095ff, #0188cc, #0188cc, #0095ff, #0188cc, #0095ff);
    cursor: pointer;
    color: #fff;
    box-shadow: 0 0 5px 3px #0188cc;
    text-align: center;
    padding: 8px 0;
    font-size: 1.25em;
    margin: 20px 9px;
    border-radius: 8px;
    z-index: 1;
    box-shadow: inset 0 0 2px 1px #fff;
    position: relative;

}


.tablinks > span {
    position: relative;
    z-index: 1;
}

.tablinks:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(to top left, #0188cc, #0095ff, #0188cc, #0095ff, #0188cc, #0095ff);
    box-shadow: 0 2px 10px #fff;
    opacity: 0;
    border-radius: 8px;
    transition: all 0.5s;
}

.tablinks.active {
    box-shadow: inset 0 0 5px 3px #0188cc;
}

.tablinks:hover:after {
    opacity: 1;
}

.tablinks-cnt {
    /*left: 36.5%;
    position: absolute;
    bottom: 1%;*/
    margin: 0 auto;
    width: 410px;

}

.tablinks.active {
    color: #fff;
    background-color: #0188cc;
}

.services {
    background-color: #f5f5f5;
        min-width: 1350px;
    padding: 25px 0;
    margin-bottom: 50px;
}

.service-header {
    margin-bottom: 25px;
}

.service-header h2 {
    color: #0188cc;
    font-size: 2em;
    margin-bottom: 10px;
    float: left;
}

.service-header p {
    float: right;
    color: #555;
}


/*TAB TAB TAB*/

.tab-service {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 20%;
}

#btn-more-services > span::before {
    content: "\276F";
    z-index: 1;
    position: absolute;
    top: -2px;
    right: -90px;
    transform: rotate(90deg);
    font-size: 1.5em;
}

#btn-more-services > span::after {
    content: "\276F";
    z-index: 1;
    position: absolute;
    top: -10px;
    right: -90px;
    transform: rotate(90deg);
    font-size: 1.5em;
}

#btn-less-services > span::before {
    content: "\276F";
    z-index: 1;
    position: absolute;
    top: -2px;
    right: -90px;
    transform: rotate(270deg);
    font-size: 1.5em;
}

#btn-less-services > span::after {
    content: "\276F";
    z-index: 1;
    position: absolute;
    top: -10px;
    right: -90px;
    transform: rotate(270deg);
    font-size: 1.5em;
}

#btn-more-services,
#btn-less-services {
    color: #0188cc;
    background: linear-gradient( #fff, #e2e2e2, #d1d1d1);
}

#btn-more-services:after,
#btn-less-services:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(#d1d1d1, #e2e2e2, #fff);
    box-shadow: 0 2px 10px #0095ff;
    opacity: 0;
    transition: opacity 0.5s;
}

#btn-more-services:hover:after,
#btn-less-services:hover:after {
    opacity: 1;
}

.service-btn {
    display: block;
    color: #f5f5f5;
    padding: 20px 15px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 1em;
    background: linear-gradient(#0095ff, #0188cc);
    box-shadow: inset 0 0 2px 1px #fff;
    position: relative;
}

.service-btn > span {
    position: relative;
    z-index: 1;
}

.service-btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(#0188cc, #0095ff);
    box-shadow: 0 2px 10px #0095ff;
    opacity: 0;
    transition: opacity 0.5s;
}

.service-btn:hover:after {
    opacity: 1;
}


.tab-service button.active {
    color: #fff;
    box-shadow: inset 0 0 5px 3px #0188cc;
    background: linear-gradient(to bottom right, #0095ff, #0188cc, #0188cc, #0095ff, #0188cc);
}

.service-content::before {
    content: "";
    display: block;
    height: 80px;
    margin: -80px 0 0;
}

.service-content {
    float: left;
    padding: 0px 17px 25px;
    width: 76%;
    border-left: none;
    display: none;
}

.tab-service button i {
    font-size: 0.8em;
}


.service-caption {
    width: 100%;
    margin: 20px 0;
    border-bottom: 2px solid #0188cc;
    text-align: right;
    float: right;
}

.service-content h3 {
    color: #0095ff;
    font-size: 1.5em;
    position: relative;
    float: right;
    margin-bottom: -2px;
}

.service-content h4 {
    color: #555;
    font-size: 1.2em;
}

.service-content p {
    color: #555;
    line-height: 1.3;
    font-size: 1em;
    padding-left: 15px;
}

.service-content strong {
    color: #0095ff;
    font-size: 1.15em;
}

.service-content ul {
    margin: 15px 0;
}

.service-content li {
    line-height: 1.5;
}

#tab4 li,
#tab7 li,
#tab8 li,
#tab10 li,
#tab11 li {
    list-style: disc;
    margin-left: 20px;
    color: #555;
}

#tab10 img {
    width: 261px;
    height: 152px;
    border: 3px solid #0188cc;
}

#tab12 strong,
#tab14 strong {
    font-size: 1em;
    color: #555555;
}

.service-content li a:visited {
    color: #0000d0;
}

.btn-more-service {
    margin-top: 25px;
    width: 200px;
    font-size: 1.1em;
    cursor: pointer;
}

.center {
    width: 100%;
    text-align: center;
    margin: 25px;
}

.yt-loader {
    position: relative;
}

.cover {
    width: 560px;
    height: 315px;
}

.play-btn {
    position: absolute;
    top: 33%;
    left: 44%;
}

.services #tab15 a::before {
    display: block;
    content: "";
    height: 80px;
    margin: -80px 0 0;
}

.scrollup a {
    position: fixed;
    border-radius: 4px;
    bottom: 20px;
    right: 20px;
    padding: 8px 11px;
    line-height: 1;
    font-size: 30px;
    text-align: center;
    color: #0095ff;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.35s;
    z-index: 10;
}

.scrollup a::before {
    content: "\21ee";
}



.blog {
    background: #f5f5f5;
    min-width: 1350px;
    padding: 25px 0 150px 0;
}

.blog h2 {
    font-size: 3em;
    color: #0188cc;
    text-align: center;
    margin-bottom: 50px;
}

.blog-container {
    width: 30%;
    position: relative;
    float: left;
    height: 310px;
    margin-bottom: 50px;
    border-bottom: 2px solid #0188cc;
}

.blog-container:nth-of-type(3n + 2) {
    margin: 0 50px;
}

.blog-img {
    width: 100px;
    height: 100px;
    float: left;
    margin: 0 15px 15px 0;
}

.blog-img img {
    box-shadow: 0 0 0 3px #0188cc;
    border-radius: 8px;
}

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

.blog-text h3 {
    color: #0188cc;
    font-size: 1.4em;
}

.blog-text p {
    color: #555;
    font-size: 1.1em;
}

.blog-date i,
.blog-more a {
    font-size: 0.9em;
    color: #0095ff;
}


.btn-blog-more {
    overflow: hiden;
    cursor: pointer;
    transition: all 150ms linear;
    text-align: center;
    color: #fff;
    border: 0 none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 5px 12px 0px;
    background-color: #0188cc;
}

.btn-blog-more:hover {
    color: #0188cc;
    background-color: #e1e2e2;
}

.blog-date {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.blog-more {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.blog-more span::after {
    content: "\226B";
    font-size: 0.9em;
    margin-left: 2px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hiden;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #e8e8e8;
    margin: auto;
    padding: 5px 20px;
    border: 1px solid #888;
    width: 65%;
    color: #555;
    line-height: 1.3;
    font-size: 1.1em;
    box-shadow: 0 0 2px 3px #0188cc;
    border-radius: 25px;   
    height: 70%;
position: relative;
}

.modal-content-scroll {
    width: 97.59%;
    height: 85%;
    overflow-y: auto;
    background-color: #fff;
    padding: 15px;
    border-radius: 25px;
    box-shadow: 0 0 10px 2px #fff;
    overflow-x: hidden;
}


.modal-content h2 {
    margin-bottom: 15px;
    font-size: 2em;
    border-bottom: 2px solid #0188cc;
}

.modal-content li {
    padding-left: 25px;
    background: url(../img/svg/check.svg) no-repeat left top;
    margin: 10px 20px;
    font-size: 1.1em;
}

.modal-content strong {
    font-size: 1.4em;
}

#modal-blog4 li {
    list-style-type: decimal;
    background: none;
    margin: 5px 30px;
    padding-left: 0;
}

.close {
    color: #0095ff;
    float: right;
    font-size: 2.5em;
    font-weight: bold;
    font-family: "Verdana";
    position: absolute;
    right: 35px;
    top: -3px;
}

.close:hover,
.close:focus {
    color: #0188cc;
    text-decoration: none;
    cursor: pointer;
}

.why-are-we_caption {
    width: 100%;
    margin: 20px 0;
    border-bottom: 2px solid #0188cc;
    text-align: right;
    float: right;
}

.why-are-we_caption p {
    float: right;
    position: relative;
    color: #0095ff;
    font-size: 1.5em;
    margin-bottom: -2px;
}

.service-content h3::after,
.why-are-we_caption p::after {
    content: "";
    display: block;
    width: 10px;
    height: 28px;
    background: #0188cc;
    transform: skew(-25deg);
    position: absolute;
    top: 0px;
    left: -20px;
}

.service-content h3::before,
.why-are-we_caption p::before {
    content: "";
    display: block;
    width: 5px;
    height: 28px;
    background: #0188cc;
    transform: skew(-25deg);
    position: absolute;
    top: 0px;
    left: -30px;
}

#tab15 h3::after {
    content: "";
    display: block;
    width: 10px;
    height: 54px;
    background: #0188cc;
    transform: skew(-25deg);
    position: absolute;
    top: 0px;
    left: -25px;
}

#tab15 h3::before {
    content: "";
    display: block;
    width: 5px;
    height: 54px;
    background: #0188cc;
    transform: skew(-25deg);
    position: absolute;
    top: 0px;
    left: -35px;
}

.why-are-we_img {
    text-align: center;
    margin: 20px 0;
}

.why-are-we {
    font-size: 1em;
    color: #555;
    line-height: 1.3;
    margin-bottom: 100px;
    min-width: 1300px;
}

.why-are-we h3 {
    color: #0188cc;
    font-size: 2.1em;
    text-align: center;
    margin: 50px 0 20px 0;
}

.why-are-we ul li {
    padding-left: 25px;
    background: url(../img/svg/check.svg) no-repeat left top;
    margin: 10px 25px;
}

.branch {
    margin-top: 25px;
    min-width: 1350px;
}

.branch::before {
    display: block;
    content: "";
    height: 110px;
    margin: -110px 0 0;
}

.branch h2 {
    text-align: center;
    color: #0188cc;
    font-size: 2.25em;
    margin-bottom: 20px;
}

.tablink-branch {
    background: linear-gradient(to bottom left, #0095ff, #0188cc);
    color: #fff;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 15px;
    font-size: 1em;
    width: 208px;
    line-height: 1.3;
    height: 120px;
    position: relative;
    z-index: 1;
    box-shadow: inset 0 0 2px 1px #fff;
}

.tablink-branch > span {
    position: relative;
    z-index: 1;
}

.tablink-branch:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(to bottom right, #0188cc, #0095ff);
    box-shadow: 0 2px 10px #0095ff;
    opacity: 0;
    transition: all 0.5s;
}

.tablink-branch:hover:after {
    opacity: 1;
}

.tablink-branch i {
    font-size: 0.9em;
    padding-top: 3px;
}


.tablink-branch.active {
    background-color: #fff;
    box-shadow: inset 0 0 5px 3px #0188cc;
}

.tabcontent-branch {
    display: none;
    padding: 100px 20px;
    height: 100%;
    background-color: #f5f5f5;
}

.map {
    float: right;
    margin: 25px;
    box-shadow: 0 0 0 1px #0188cc;
}

.tabcontent-branch h3 {
    color: #555;
    font-size: 1.85em;
    float: left;
    margin: 15px 0;
    width: 549px;
}

.branch-text {
    color: #555;
    line-height: 1.5;
}

.branch-text h4 {
    color: #555;
    font-size: 1.6em;
}
.branch-text a {
    color: #0095ff;
    text-decoration: underline;
    font-size: 1.35em;
    margin: 10px 0;
}
.branch-text strong,
.branch-text i {
    color: #0095ff;
}


.branch-photo {
    margin: 25px 0;
    float: left;
}

.branch-photo img {
    display: inline-block;
    width: 193.5px;
    height: 150px;
    box-shadow: 0 0 0 3px #0188cc;
    border-radius: 8px;
}

.branch-photo img:nth-child(n + 2) {
    margin-left: 5px;
}

.page-footer {
    background: linear-gradient(#0095ff, #0188cc);
    height: 100px;
    min-width: 1350px;
}

.footer-phone {
    float: left;
    color: #fff;
    font-size: 1.4em;
    padding: 10px 0;
    line-height: 1.5
}

.footer-text {
    float: left;
    color: #fff;
    font-size: 1.4em;
    margin-left: 30px;
    margin-top: 56px;
    position: relative;
}

.footer-text::before {
    content: "\00A9";
    position: absolute;
    left: -20px;
}

.footer-img {
    float: right;
    padding: 10px;
}

.footer-text h3 {
    width: 250px;
    float: left;
}

.footer-text p {
    float: left;
    color: #fff;
    font-size: 1em;
}


