@font-face{
    font-family:gilroyfont;
    src:url('/fonts/Gilroy-UltraLight.ttf');
    font-weight:200
}
@font-face{
    font-family:gilroyfont;
    src:url('/fonts/Gilroy-Light.ttf');
    font-weight:200
}
@font-face{
    font-family:gilroyfont;
    src:url('/fonts/Gilroy-Regular.ttf');
    font-weight:300
}
@font-face{
    font-family:gilroyfont;
    src:url('/fonts/Gilroy-Medium.ttf');
    font-weight:400
}
@font-face{
    font-family:gilroyfont;
    src:url('/fonts/Gilroy-Semibold.ttf');
    font-weight:500
}
@font-face{
    font-family:gilroyfont;
    src:url('/fonts/Gilroy-Bold.ttf');
    font-weight:600
}
@font-face{
    font-family:gilroyfont;
    src:url('/fonts/Gilroy-Extrabold.ttf');
    font-weight:700
}
@font-face{
    font-family:gilroyfont;
    src:url('/fonts/Gilroy-Black.ttf');
    font-weight:800
}
.photoTab{
    display: none;
    margin-top: 40px;
}
.photosBlock {
    display: table;
    padding: 0;
    position: relative;
    width: calc(100% + 30px);
    margin: 0 0 0 -15px;
}

.photosBlock .photoBlock {
    position: relative;
    display: inline-table;
    width: 25%;
    margin: 0 0 25px;
    overflow: hidden;
    padding: 0 15px;
    border-radius: 20px;
}

.photosBlock .photoBlock img.main {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}

.photosBlock .photoBlock .overlay{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 100%;
    background: rgba(25, 70, 94, 0.05);
    border-radius: 20px;
}
.photosBlock .photoBlock .overlay img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: .2s linear;
}

.photosBlock .photoBlock .overlay:hover{
    background: rgba(25, 70, 94, 0.70);
    backdrop-filter: blur(2px);
    cursor: pointer;
}
.photosBlock .photoBlock .overlay:hover img{
    opacity: 1;
}
.doctorPage .bookingBlock .container .bookingCalendar .dayBlock p.name.today span {
    height: 21px;
}

.fatherBlock.aboutPage .slideBlock {
    position: relative;
    width: 100%;
    background: url(/img/home/slide.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    padding-top: 100px;
}

.fatherBlock.aboutPage .slideBlock .container {
    padding-top: 50px;
    padding-bottom: 80px;
}

.fatherBlock.aboutPage .slideBlock .container h2 {
    color: #fff;
    margin: 0 0 20px;
}

.fatherBlock.aboutPage .slideBlock .container p.descr {
    color: #eee;
    line-height: 1.6;
    font-size: 16px;
    max-width: 60%;
}

.homePage.aboutPage .whyBlock h3 {
    margin-bottom: 20px;
}

.homePage .directionsBlock .block img {
    height: 82px;
}
.homePage .firstBlock video {
    position: absolute;
    left: 0;
    z-index: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
    display: block;
}

.homePage .firstBlock:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00111a;
    border-radius: 20px;
    opacity: 0.5;
    z-index: 1;
}

.homePage .firstBlock .container {
    position: relative;
    z-index: 2;
}


.fatherBlock.contactsPage .firstBlock {
    padding-top: 100px;
    padding-bottom: 100px;
}

.fatherBlock.contactsPage .firstBlock h2 {
    display: block;
    margin: 0 0 25px;
}

.fatherBlock.contactsPage .firstBlock p.descr span {
    font-weight: 500;
}

.fatherBlock.contactsPage .firstBlock p.descr {
    color: #19465e;
}

.fatherBlock.contactsPage .firstBlock .map {
    display: block;
    width: 100%;
    height: 400px;
    background: #eee;
}

.newsPage {
    padding-top: 80px;
    padding-bottom: 100px;
}

.newsItemBlock {
    display: block;
    width: 100%;
    position: relative;
    margin: 0 0 30px;
    box-shadow: 0 0 13px #ccc;
    padding-bottom: 25px;
}

.newsItemBlock img {
    display: block;
    width: 100%;
    height: 200px;
    background: #ccc;
    margin: 0 0 15px;
    object-fit: cover;
    object-position: center;
}

.newsItemBlock p.title {
    margin: 0 0 5px;
    display: table;
    font-size: 16px;
    font-weight: 500;
    color: #19465e;
    padding: 0 15px;
}

.newsItemBlock p.descr {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 200;
    padding: 0 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
    white-space: nowrap;
}

.newsPage h3 {
    margin-bottom: 50px;
}
.newsPage.articlePage h3 {
    margin-bottom: 20px;
}

.articlePage img.mainImg {
    max-width: 100%;
    display: block;
    height: 300px;
    background: #ccc;
    object-fit: cover;
    object-position: center;
    margin: 0 0 30px;
}

.articlePage .body, .articlePage .body * {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 300;
    margin: 0 0 15px;
}

.articlePage .body img {
    display: table;
    margin: 0 0 15px;
    max-width: 100%;
}
.newsItemBlock a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.buttonsBlock {
    display: block;
}

.buttonsBlock + .buttonsBlock {
    margin-top: 15px;
}
.container.newsBlock {
    padding-bottom: 100px;
}

.container.newsBlock h3 {
    display: table;
    margin: 0 0 50px;
}

.container.newsBlock button.defaultButton {
    display: table;
    margin: 20px auto 0;
}
.articlePage .body * {
    max-width: 100%;
    display: table;
}
header .langs {
    display: inline-table;
    vertical-align: middle;
    margin: 0;
}

header .langs a {
    display: inline-table;
    margin: 0 5px;
    color: #fff;
    font-weight: 600;
}

header .langs a.active {
    color: #39fff4;
}

@media (min-width: 678px){
    .doctorPage .reviewsBlock .container .reviewsSlick .slick-slide .block p.text {
        height: 250px;
    }
}

.modal h4 {
    font-size: 24px;
}

.modal .close {
    font-weight: 300;
    color: #000;
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 20px;
}

.modal form {
    display: block;
    margin: 0 auto;
    width: 90%;
}

.modal form input {
    width: 100%;
    display: block;
    margin: 0 auto 15px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 15px 25px;
}

.modal form button {
    display: table;
    margin: 0 auto;
}

.modal .modal-body {
    padding: 40px 15px;
}

.modal-dialog {
    margin: 5% auto 0;
}

.modal-header {
    padding: 15px 40px;
}

.homePage .priceBlock {
    padding-top: 0;
}

.homePage .feedbackBlock {
    margin-bottom: 100px;
}

.fatherBlock.contactsPage {
    padding: 20px;
}
.homePage.addressPage .videoBlock .videoInBlock video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.container-fluid.firstBlock.address1 {
    background: url(/img/address2.jpeg) no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.container-fluid.firstBlock.address2 {
    background: url(/img/address1.jpeg) no-repeat;
    background-size: cover;
    background-position: center;
}

.container.tableBlock h2 {
    margin-bottom: 30px;
}

.container.tableBlock table td {
    padding: 10px;
}

.container.tableBlock table th {
    color: #ccc;
}

.container.tableBlock table tr:first-child td {
    color: #4faca7;
    font-weight: 600;
    font-size: 14px;
}
.container.tableBlock table tr:first-child td *{
    color: #4faca7;
    font-weight: 600;
    font-size: 14px;
}

.container.tableBlock table * {
    font-size: 13px;
    border-color: #ccc;
    color: #000;
    font-family: 'gothampro';
}
.container.tableBlock {
    padding-bottom: 100px;
}

.articlePage .body img.inline {
    display: inline-table;
    max-height: 600px;
    width: 33%;
}
.articlePage .body a svg, .articlePage .body a img {
    font-size: 30px;
    display: inline-table;
    vertical-align: middle;
    height: 30px;
    margin: 0 5px 0 0;
}

.articlePage .body a {
    display: inline-table;
}

.articlePage .body a+a {
    margin-left: 25px;
}

.articlePage .body h3 {
    display: table;
    margin: 40px 0 15px;
    font-weight: 500;
    font-size: 20px;
}
.container-fluid.instagramBlock{
    padding: 0 20px;
    margin-bottom: 20px;
}

.newsItemBlock img {
    height: 380px;
}
.homePage.aboutPage.sppPage .aboutFirst ul {
    display: block;
    margin: 0 0 35px;
}

.homePage.aboutPage.sppPage .aboutFirst ul li {
    display: block;
    position: relative;
    margin: 0;
    padding: 0 0 0 20px;
}

.homePage.aboutPage.sppPage .aboutFirst ul li+li {
    margin-top: 15px;
}

.homePage.aboutPage.sppPage .aboutFirst ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    display: table;
    border: 4px solid #4faca7;
    border-radius: 50%;
}

.homePage.aboutPage.sppPage .aboutFirst ul li p {
    padding: 0 0 0 15px;
    display: table;
    line-height: 1.8;
}

.homePage.aboutPage.sppPage .aboutFirst ul li a {
    color: #4faca7;
    font-weight: 600;
    text-decoration: underline;
}

.fatherBlock.aboutPage.sppPage .slideBlock .container p.descr {
    line-height: 2;
    margin: 0;
}

.homePage.aboutPage.sppPage .aboutFirst {
    padding-top: 100px;
    padding-bottom: 100px;
}

.homePage.aboutPage.sppPage .aboutFirst+.aboutFirst {
    padding-top: 0;
}

.fatherBlock.aboutPage.sppPage .slideBlock .container p.descr a {
    text-decoration: underline;
    font-weight: 600;
    color: #58fff6;
}


.homePage.aboutPage.forClientsPage .aboutFirst h2 {
    font-size: 28px;
    margin: 0 0 25px;
}

.homePage.aboutPage .aboutFirst p.linkText {
    display: block;
    margin: 0 0 15px;
    padding: 15px;
    background: #4faca7;
    border-radius: 8px;
}

.homePage.aboutPage .aboutFirst p.linkText span {
    display: table;
    margin: 0 0 10px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.homePage.aboutPage .aboutFirst p.linkText a {
    display: table;
    background: #fff;
    color: #19465e;
    padding: 5px 15px;
    border-radius: 8px;
    font-weight: 300;
    font-size: 14px;
}

.homePage.aboutPage .aboutFirst p.linkText+h2 {
    margin-top: 60px;
}

.homePage.aboutPage.sppPage .aboutFirst .person {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}

.homePage.aboutPage.sppPage .aboutFirst .person img {
    display: table;
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}

.homePage.aboutPage.sppPage .aboutFirst .person p.name {
    margin: 10px 0 0;
    font-size: 18px;
    font-weight: 600;
    color: #3f938e;
}

.homePage.aboutPage.sppPage .aboutFirst .person p.name span {
    font-size: 16px;
    display: table;
    font-weight: 300;
    margin: 5px 0 0;
    color: #333;
}

header .container ul.innerMenu li {
    position: relative;
    display: block;
    margin: 0;
}

ul.innerMenu {
    display: block;
    position: absolute;
    left: 15px;
    top: 100%;
    background: #4faca7;
    padding: 10px 15px;
    border-radius: 10px;
    margin: 0;
}

header {
    overflow: visible;
}

ul.innerMenu li {
    display: block;
    margin: 0;
}

header .container ul.innerMenu li a {
    display: block;
    margin: 0;
    padding: 5px 0;
}

@media (max-width: 678px) {
    .photosBlock .photoBlock {
        width: 50%;
    }

    .photosBlock {
        margin: 0;
        width: 100%;
    }

    .photosBlock .photoBlock img.main {
        height: 150px;
    }
    .doctorPage .bookingBlock .container .bookingCalendar .dayBlock p.name.today span {
        height: 18px;
    }
    .doctorPage .reviewsBlock .container .reviewsSlick .slick-slide .block p.text {
        height: 250px;
    }
    .doctorPage .galleryBlock .text-center {
        display: none!important;
    }

    .homePage.aboutPage .aboutDoctors, .homePage.aboutPage .aboutFirst {
        padding-bottom: 60px;
    }

    .homePage.aboutPage .aboutDoctors {
        padding-top: 60px;
    }

    .homePage.aboutPage .whyBlock .productsSlick .slick-slide .block .content {
        max-height: 188px;
    }
    .fatherBlock.aboutPage .slideBlock .container {
        padding-top: 20px;
        padding-bottom: 50px;
    }

    .fatherBlock.aboutPage .slideBlock .container p.descr {
        max-width: 100%;
        font-size: 16px;
    }
    .homePage .directionsBlock .block img{
        height: 50px;
    }
    .modal-dialog {
        max-width: 90%;
        margin: 10% auto 0;
    }

    .modal-header {
        padding: 15px 25px;
    }

    .modal h4 {
        font-size: 18px;
    }

    .modal .close {
        top: 18px;
    }

    .modal .modal-body {
        padding: 25px 10px;
    }

    .modal form button {
        font-size: 14px;
    }
    .fatherBlock.contactsPage .firstBlock {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .fatherBlock.contactsPage .firstBlock h2 {
        margin-bottom: 20px;
    }

    .fatherBlock.contactsPage .firstBlock .map {
        height: 200px;
        margin: 15px 0 0;
    }

    .homePage .doctorsBlock .doctorsSlick .inItem {
        vertical-align: top;
    }

    .fatherBlock.doctorPage .doctorItemBlock .imgBlock {
        height: 300px;
    }

    .fatherBlock.doctorPage .doctorItemBlock .imgBlock img {
        object-position: top center;
    }
    .homePage .feedbackBlock {
        margin-bottom: 20px;
    }

    .fatherBlock.contactsPage {
        padding: 20px 0;
    }

    .doctorPage.directionPage p.mainDescr {
        max-height: unset;
        overflow: unset;
    }
    .homePage.addressPage .firstBlock .container .buttonsBlock {
        display: block;
    }

    .homePage.addressPage .firstBlock .container .buttonsBlock button {
        display: block;
        margin: 0;
        font-size: 14px;
        padding: 10px 25px;
        border-radius: 10px;
    }

    .homePage.addressPage .firstBlock .container .buttonsBlock button + button {
        margin-top: 10px;
    }
    .container.tableBlock {
        padding-bottom: 40px;
    }
    .newsPage {
        padding-top: 20px;
        padding-bottom: 60px;
    }

    .newsPage h3 {
        margin-bottom: 25px;
    }

    .newsItemBlock img {
        height: 140px;
    }
    .articlePage img.mainImg {
        height: 140px;
    }

    .newsPage.articlePage h3 {
        font-size: 20px;
    }

    .articlePage .body, .articlePage .body * {
        font-size: 14px;
    }
    .container.newsBlock h3 {
        margin-bottom: 30px;
    }

    .container.newsBlock {
        padding-bottom: 40px;
    }

    .container.newsBlock button.defaultButton {
        margin: 0 auto;
    }
    .articlePage .body img.inline {
        display: table;
        height: auto;
        max-width: 100%;
        width: 100%;
    }
    .articlePage .body a svg, .articlePage .body a img {
        height: 20px;
        width: 20px;
    }

    .articlePage .body a+a {
        margin-left: 10px;
    }

    .articlePage .body h3 {
        font-size: 16px;
        margin: 30px 0 10px;
    }
    .newsItemBlock img {
        height: 320px;
    }
    .fatherBlock.aboutPage.sppPage .slideBlock .container p.descr a {
        display: table;
        margin: 0 0 10px;
    }

    .fatherBlock.aboutPage.sppPage .slideBlock .container p.descr br {
        display: none;
    }

    .homePage.aboutPage.sppPage .aboutFirst {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .homePage.aboutPage.sppPage .aboutFirst ul li p {
        padding-left: 10px;
    }
    .homePage.aboutPage.sppPage .aboutFirst ul li p a{
        display: table;
    }
    .homePage.aboutPage.sppPage .aboutFirst h2 {
        font-size: 24px;
    }

    .fatherBlock.aboutPage.sppPage .slideBlock .container h2 {
        font-size: 24px;
    }
    .homePage.aboutPage.forClientsPage .aboutFirst h2 {
        font-size: 18px;
        margin: 0 0 15px;
    }

    .homePage.aboutPage .aboutFirst p.linkText span {
        font-size: 14px;
        font-weight: 300;
    }

    .homePage.aboutPage .aboutFirst p.linkText+h2 {
        margin-top: 30px;
    }
    .homePage.aboutPage.sppPage .aboutFirst .person img {
        height: 200px;
    }

    .homePage.aboutPage.sppPage .aboutFirst .person p.name {
        font-size: 16px;
    }

    .homePage.aboutPage.sppPage .aboutFirst .person p.name span {
        font-size: 14px;
    }

    .homePage.aboutPage.sppPage .aboutFirst .person {
        margin: 0 0 20px;
    }
    header .text-right {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
    }

    header .text-right a.phone {
        display: none;
    }

    header .langs {
        position: absolute;
        top: 0;
        right: 80px;
        margin-top: 5px;
    }

    header .langs a {
        margin: 0 4px;
    }
    header.inPageHeader .langs {
        margin-top: 35px;
    }

    header.inPageHeader .langs a {
        color: #333;
    }

    header.inPageHeader .langs a.active {
        color: #26b1a9;
    }
    ul.innerMenu {
        position: relative;
        background: #367d79;
        padding: 5px 15px;
        left: 0;
        right: 0;
        width: calc(100% + 30px);
        margin: 10px 0 0 -15px;
    }

    header .container ul.innerMenu li a {
        font-size: 12px;
    }
    button.forEyesButton.cityButton {
        position: absolute;
        margin: 40px 0 0;
        right: unset;
        background: #fff;
        color: #333;
        left: 25px;
    }

    button.forEyesButton.cityButton span {
        color: #000!important;
        font-size: 14px;
    }
    header .text-right a.phone {
        display: block;
        position: absolute;
        top: 0;
        right: 20px;
        margin: 40px 0 0;
        font-size: 14px;
        background: #4faca7;
        padding: 5px 10px;
        border-radius: 6px;
    }
    header .container ul.menu.opened {position: relative;z-index: 3;right: -15px;}
    header.inPageHeader button.forEyesButton.cityButton {
        margin: 70px 0 0;
    }

    header.inPageHeader .container {
        padding-bottom: 60px;
    }

    header.inPageHeader .text-right a.phone {
        margin-top: 70px;
    }
}
