@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrew.css);
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, input, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.nav {
    width: 100%;
    background: -webkit-gradient(linear, left top,  left bottom, from(#114980), to(rgba(66, 155, 241, .8)));
    background: -webkit-linear-gradient(top, #114980, rgba(66, 155, 241, .8));
    background: linear-gradient(to bottom, #114980, rgba(66, 155, 241, .8));
    color: #fff;
    z-index: 10;
    position: fixed;
}
.nav-container {
    padding: 30px 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.nav-logo {
    position: absolute;
    display: block;
    padding: 9px 11px;
    left: 0;
    top: 0;
    background-color: #fff;
    height: 100%;
    z-index: 3;
}
.nav-logo img {
    height: 100%;
    max-width: 100%}
.nav-desk-lang, .nav-mob-lang {
    position: relative;
    cursor: pointer;
}
.nav-desk-lang img, .nav-mob-lang img {
    max-width: 22px;
}
.nav-desk-lang-list, .nav-mob-lang-list {
    position: absolute;
    left: -10px;
    top: calc(100% + 5px);
    background-color: #114980;
    padding: 5px;
    z-index: 20;
    display: none;
}
.nav-desk-lang-item, .nav-mob-lang-item {
    padding: 5px;
}
.nav .menu-btn, .nav-mob-lang {
    margin-left: 14px;
}
.nav-content {
    margin: 0 10px 0 110px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.nav-row1-tel {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}
.nav-row1-menu {
    display: none;
}
.mob-menu {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #114980;
    width: 265px;
    display: none;
}
.mob-menu-close {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.mob-menu-close::after, .mob-menu-close::before {
    content: '';
    position: absolute;
    display: block;
    height: 2px;
    width: 20px;
    top: 50%;
    background-color: #fff;
}
.mob-menu-close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mob-menu-close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mob-menu-list {
    padding: 70px 0 0 50px;
    border-bottom: 1px solid #fff;
}
.mob-menu-item {
    margin-bottom: 25px;
}
.mob-menu-link {
    text-decoration: none;
    color: #fff;
    outline: 0;
}
.mob-menu-list-2 {
    padding: 25px 0 30px 50px;
}
.mob-menu-socials {
    margin-bottom: 25px;
}
.mob-menu-socials .mob-menu-link {
    margin-right: 15px;
}
.mob-menu-btn {
    display: inline-block;
    padding: 10px 15px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    background-color: #2265a7;
    -webkit-transition: .3s;
    transition: .3s;
}
.nav-row2 {
    display: none;
}
@media (min-width:355px) {
    .nav-content {
        margin-right: 20px;
    }
    .nav-row1-tel {
        font-size: 16px;
    }
}@media (min-width:1200px) {
    .nav-container {
        padding: 0;
    }
    .nav-content {
        width: 877px;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .nav-logo {
        padding: 18px 20px;
        height: 145px;
    }
    .nav .menu-btn, .nav-mob-lang {
        display: none;
    }
    .nav .nav-row1 {
        border-bottom: 1px solid #fff;
    }
    .nav .nav-row1-tel {
        font-size: 22px;
    }
    .nav .nav-row1-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        border-right: 1px solid #fff;
    }
    .nav .nav-row1-item {
        padding: 13px 25px;
        border-left: 1px solid #fff;
    }
    .nav .nav-row1-item i:hover {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15);
    }
    .nav .nav-row1-link {
        text-decoration: none;
        color: #fff;
        font-size: 18px;
        margin: 0 15px;
    }
    .nav-row2 {
        display: block;
        padding: 20px 0;
    }
    .nav-row2-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
    }
    .nav-row2-item {
        margin-right: 50px;
        position: relative;
    }
    .nav-row2-item::after {
        content: '';
        display: block;
        position: absolute;
        height: 5px;
        width: 0;
        top: 54px;
        left: 50%;
        background-color: #fff;
        -webkit-transition: .3s;
        transition: .3s;
    }
    .nav-row2-item.active::after, .nav-row2-item:hover::after {
        width: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .nav-row2-link {
        text-decoration: none;
        font-size: 18px;
        font-weight: 600;
        color: #fff;
    }
    .nav-row2-btn {
        padding: 20px 15px;
        font-size: 18px;
        font-weight: 600;
        text-decoration: none;
        color: #fff;
        border: 1px solid #fff;
        background-color: #2265a7;
        -webkit-transition: .3s;
        transition: .3s;
    }
    .search-input {
        display: none;
        padding: 2px 10px;
        width: 175px;
        font-size: 14px;
    }
}.rtl .nav-logo {
     right: 0;
     left: auto;
 }
.rtl .nav-content {
    margin: 0 110px 0 10px;
}
.rtl .nav-row2-item {
    margin: 0 0 0 50px;
}
.rtl .nav .menu-btn, .rtl .nav-mob-lang {
    margin: 0 14px 0 0;
}
.rtl .mob-menu {
    left: 0;
    right: auto;
}
.rtl .mob-menu-list {
    padding: 70px 50px 0 0;
}
.rtl .mob-menu-list-2 {
    padding: 25px 50px 30px 0;
}
.rtl .mob-menu-close {
    right: 15px;
}
@media (min-width:355px) {
    .rtl .nav-content {
        margin: 0 0 0 20px;
    }
}.myVideo {
     position: absolute;
     min-width: 100%;
     z-index: -1;
 }
.header {
    position: relative;
    overflow: hidden;
}
.header-section {
    padding-top: 300px;
}
.header-text {
    background-color: #dee7ec;
    padding: 18px 19px 16px;
    color: #114980;
}
.header-text-medium {
    font-size: 18px;
    font-weight: 700;
    color: #429bf1;
}
.header-text-large {
    font-size: 22px;
    font-weight: 800;
    margin-top: 10px;
    max-width: 75%;
    -webkit-transition: .75s;
    transition: .75s;
}
.header-text-small {
    margin-top: 8px;
    -webkit-transition: .75s;
    transition: .75s;
}
@media (min-width:380px) {
    .header-section {
        padding-top: 66vw;
    }
}@media (min-width:750px) {
    .header-text-medium {
        font-size: 20px;
    }
    .header-text-large {
        font-size: 26px;
    }
}@media (min-width:1200px) {
    .rtl .nav-row2-btn {
        white-space: pre;
    }
    .rtl .nav-row2-item {
        margin: 0 0 0 50px;
    }
    .rtl .nav-row2-item::after {
        top: 72px;
    }
    .myVideo {
        min-height: 100%}
    .header {
        height: 100vh;
        padding-top: 145px;
        box-sizing: border-box;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .header-section {
        padding: 0;
        width: 100%}
    .header-text {
        background-color: transparent;
        color: #fff;
    }
    .header-text-medium {
        font-size: 46px;
        margin-bottom: 26px;
    }
    .header-text-large {
        font-size: 36px;
        font-weight: 700;
        width: 525px;
        margin-bottom: 20px;
        line-height: 1.2em;
    }
    .header-text-small {
        font-size: 28px;
        line-height: 1.5em;
        width: 620px;
    }
    .rtl .header-text-medium {
        font-size: 58px;
    }
    .rtl .header-text-large {
        font-size: 48px;
    }
}.header-2 {
     position: relative;
     height: 35vw;
     min-height: 200px;
     max-height: 500px;
     background: center/cover no-repeat;
 }
.header-2 .container {
    position: absolute;
    left: 7vw;
    bottom: 12vw;
}
.header-2-text {
    color: #114980;
}
.header-2-text._large {
    font-size: 22px;
    font-weight: 700;
}
.header-2-text._small {
    font-size: 14px;
    margin-top: 12px;
}
@media (min-width:500px) {
    .header-2 {
        min-height: 250px;
    }
    .header-2-text._large {
        font-size: 30px;
    }
    .header-2-text._small {
        font-size: 18px;
        margin-top: 12px;
    }
}.rtl .header-2._doctors {
     background: url(../img/backgrounds/header-doctors-bg-rtl.webp) 85%/cover no-repeat;
 }
.rtl .header-2._news {
    background: url(../img/backgrounds/header-news-bg-rtl.webp) 45%/cover no-repeat;
}
.rtl .header-2 .container {
    right: 7vw;
}
.about-us {
    padding: 28px 20px;
    background-color: #f7f9fb;
}
.about-us-content {
    margin-top: 14px;
    overflow: hidden;
}
.about-us-right-col {
    color: #515151;
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 20px;
    width: 100%;
    text-align: justify;
}
.about-us-text {
    margin-top: .2em;
}
.about-us-text.bold {
    font-weight: 700;
}
@media (min-width:1200px) {
    .header-2 {
        height: 20vw;
        max-height: 665px;
    }
    .header-2 .container {
        position: initial;
    }
    .header-2-text._large {
        font-size: 48px;
        padding-top: 180px;
    }
    .header-2-text._small {
        font-size: 18px;
        margin-top: 15px;
    }
    .about-us {
        padding: 73px 0;
    }
    .about-us-content {
        margin-top: 40px;
    }
    .about-us-right-col {
        font-size: 17px;
    }
}.main-doctors {
     position: relative;
     overflow: hidden;
 }
.main-doctors-img {
    height: 295px;
    background: center/cover no-repeat;
}
.main-doctors-container {
    background-color: #c6e1fb;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 20px;
}
.main-doctors-info {
    width: 50%;
    max-width: 180px;
    color: #114980;
    font-size: 14px;
}
.main-doctors-info._2 {
    margin-left: 30px;
}
.main-doctors-name {
    font-weight: 700;
    margin-bottom: 10px;
}
.main-doctors-description {
    line-height: 1.2em;
}
@media (min-width:650px) {
    .main-doctors-img {
        height: 340px;
    }
}@media (min-width:780px) {
    .main-doctors-img {
        height: 500px;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-perspective: 50px;
        perspective: 50px;
    }
    .main-doctors-container {
        position: absolute;
        top: 0;
        padding: 0;
        width: 740px;
        left: calc((100vw - 740px)/ 2);
    }
    .main-doctors-info {
        position: absolute;
        font-size: 16px;
        max-width: 110px;
    }
    .main-doctors-info._1 {
        top: 80px;
        left: 0;
    }
    .main-doctors-info._2 {
        top: 135px;
        right: 0;
    }
    .main-doctors-name {
        margin-bottom: 6px;
    }
}@media (min-width:1200px) {
    .main-doctors-img {
        height: 816px;
    }
    .main-doctors-container {
        width: 1171px;
        left: calc((100vw - 1171px)/ 2);
    }
    .main-doctors-info {
        max-width: 195px;
        font-size: 18px;
    }
    .main-doctors-info._1 {
        top: 85px;
    }
    .main-doctors-info._2 {
        top: 275px;
    }
    .main-doctors-name {
        margin-bottom: 10px;
    }
}.rtl .main-doctors-container {
     -webkit-box-orient: horizontal;
     -webkit-box-direction: reverse;
     -webkit-flex-direction: row-reverse;
     flex-direction: row-reverse;
 }
.our-services {
    background-color: #114980;
    padding: 40px 20px;
    color: #fff;
    text-align: center;
}
.our-services-heading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}
.our-services-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.our-services-block {
    position: relative;
    width: 220px;
    margin: 15px 5px;
    cursor: pointer;
}
.our-services-icon {
    position: absolute;
    left: calc(50% - 31px);
    max-width: 63px;
    max-height: 63px;
    cursor: pointer;
}
.our-services-info {
    border: 1px solid transparent;
    border-radius: 12px;
    margin-top: 31px;
    height: calc(100% - 2em);
    -webkit-transition: .4s;
    transition: .4s;
}
.our-services-info.active {
    border-color: #fff;
}
.our-services-info.active .our-services-name {
    background-color: #fff;
    color: #429bf1;
    font-weight: 600;
}
.our-services-list {
    display: none;
    text-align: left;
    word-wrap: break-word;
}
.our-services-item {
    margin: 15px;
    font-size: 13px;
    line-height: 1.3em;
}
.our-services-name {
    color: #fff;
    font-size: 14px;
    min-height: 80px;
    padding-top: 44px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-transition: .4s;
    transition: .4s;
}
.our-services-btn {
    margin-top: 25px;
}
.our-services-btn.btn {
    background-color: #429bf1;
}
@media (min-width:1200px) {
    .our-services {
        padding: 85px 0;
    }
    .our-services-heading {
        font-size: 32px;
        margin-bottom: 40px;
    }
    .our-services-block {
        margin: 52px 10px;
    }
    .our-services-icon {
        left: calc(50% - 43px);
        max-width: 87px;
        max-height: 87px;
    }
    .our-services-info {
        margin-top: 45px;
        height: calc(100% - 3em);
    }
    .our-services-info.active .our-services-name {
        font-weight: 700;
    }
    .our-services-item {
        font-size: 15px;
    }
    .our-services-name {
        font-size: 18px;
        height: 110px;
        padding: 60px 10px 0;
    }
    .our-services-btn {
        margin-top: 40px;
    }
}.rtl .our-services-list {
     text-align: right;
 }
.our-news {
    padding: 30px 10px 25px;
    background-color: #f7f9fb;
    text-align: center;
}
.our-news-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
}
.our-news .news-item {
    margin: 0 15px 30px;
}
@media (min-width:1200px) {
    .our-news {
        padding: 55px 0 70px;
    }
    .our-news-btn, .our-news-content {
        margin-top: 57px;
    }
    .our-news .news-item {
        margin-bottom: 0;
    }
}.image-section {
     min-height: 320px;
     height: 40vw;
     background: url(../img/backgrounds/bg-3.png) center/cover no-repeat fixed;
 }
.our-doctors {
    padding: 35px 10px;
    background-color: #f7f9fb;
    text-align: center;
}
.our-doctors-content {
    margin-top: 27px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.our-doctors-item {
    position: relative;
    width: 336px;
    height: 365px;
    background-color: #fff;
    text-align: left;
    box-shadow: 2px 0 8px #cccdcf;
    margin: 0 10px 25px;
}
.our-doctors-img {
    height: 223px;
    background: center/cover no-repeat;
}
.our-doctors-info {
    padding: 17px 40px 0 22px;
    height: 100px;
    overflow: hidden;
}
.our-doctors-name {
    font-size: 14px;
    font-weight: 700;
    color: #114980;
    margin-bottom: 4px;
}
.our-doctors-post {
    font-size: 14px;
    color: #515151;
    margin-bottom: 14px;
}
.our-doctors-text {
    font-size: 13px;
    line-height: 1.5em;
}
.our-doctors .item-btn {
    bottom: 13px;
    right: 13px;
}
.rtl .our-doctors-info {
    text-align: right;
    padding: 17px 22px 0 40px;
}
.rtl .our-doctors .item-btn {
    right: auto;
    left: 13px;
}
@media (min-width:1200px) {
    .our-doctors {
        padding: 62px 0 45px;
    }
    .our-doctors-content {
        margin-top: 58px;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .our-doctors-item {
        position: relative;
        width: 550px;
        height: 520px;
        background-color: #fff;
        text-align: left;
        box-shadow: 2px 0 8px #cccdcf;
        margin: 0 15px;
    }
    .our-doctors-img {
        height: 370px;
    }
    .our-doctors-info {
        padding: 28px 84px 0 35px;
        height: 90px;
    }
    .our-doctors-name {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .our-doctors-post {
        font-size: 20px;
        margin-bottom: 26px;
    }
    .our-doctors-text {
        font-size: 17px;
        margin-bottom: 20px;
    }
    .our-doctors-btn {
        margin-top: 45px;
    }
    .our-doctors .item-btn {
        bottom: 20px;
        right: 20px;
    }
    .rtl .our-doctors-info {
        padding: 28px 35px 0 84px;
    }
    .rtl .our-doctors .item-btn {
        left: 20px;
    }
}.contacts {
     padding: 38px 20px;
     background-color: #114980;
     color: #fff;
 }
.contacts-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contacts-left-col {
    margin-right: 20px;
}
.contacts-heading {
    font-size: 28px;
}
.contacts-list {
    margin-top: 48px;
}
.contacts-icon {
    width: 27px;
}
.contacts-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 30px;
}
.contacts-text {
    font-size: 14px;
    margin-left: 14px;
    max-width: 260px;
    text-decoration: none;
    color: #fff;
    line-height: 1.3em;
}
.contacts-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.contacts-form-input {
    height: 52px;
    padding: 20px 16px;
    background-color: transparent;
    border: 1px solid #fff;
    margin-bottom: 20px;
    outline: 0;
    color: #fff;
    font-size: 14px;
}
.contacts-form-input::-webkit-input-placeholder {
    color: #fff;
}
.contacts-form-input::-moz-placeholder {
    color: #fff;
}
.contacts-form-input._input {
    width: calc(100vw - 40px);
    max-width: 335px;
}
.contacts-form-input._textarea {
    width: calc(100vw - 74px);
    max-width: 301px;
    font-size: 14px;
    height: 95px;
}
.contacts-form-btn {
    padding: 18px 0;
    background-color: #429bf1;
    border: 1px solid transparent;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
}
.rtl .contacts-left-col {
    margin: 0 0 0 20px;
}
.rtl .contacts-text {
    margin: 0 14px 0 0;
}
@media (min-width:1200px) {
    .contacts {
        padding: 63px 0 43px;
    }
    .contacts-container {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .contacts-heading {
        font-size: 44px;
    }
    .contacts-list {
        margin-top: 90px;
    }
    .contacts-item {
        margin-bottom: 40px;
    }
    .contacts-text {
        font-size: 20px;
        margin-left: 40px;
        max-width: 360px;
    }
    .contacts-form-input {
        height: 70px;
        padding: 33px 26px;
        font-size: 17px;
    }
    .contacts-form-input._input {
        max-width: 440px;
    }
    .contacts-form-input._textarea {
        padding-top: 20px;
        font-size: 18px;
        height: 120px;
        max-width: 387px;
    }
    .contacts-form-btn {
        padding: 25px 0;
        font-size: 20px;
        margin-top: 7px;
    }
    .rtl .contacts-text {
        margin: 0 40px 0 0;
    }
}.lower-menu {
     background-color: #114980;
     padding: 38px 18px 20px;
 }
.lower-menu .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.lower-menu-column {
    margin: 0 80px 30px 0;
}
.lower-menu-title {
    font-weight: 700;
}
.lower-menu-list {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.lower-menu-item {
    font-size: 14px;
    margin-bottom: 14px;
}
.lower-menu-link {
    text-decoration: none;
    color: #fff;
    line-height: 1.5;
    -webkit-transition: .4s;
    transition: .4s;
}
.copyright {
    background-color: #f3f5f8;
    padding: 23px 0;
    text-align: center;
}
.copyright-item {
    font-size: 14px;
    color: #114980;
}
@media (min-width:1200px) {
    .lower-menu {
        padding: 60px 0 50px;
    }
    .lower-menu-column {
        margin: 0 60px 0 0;
    }
    .lower-menu-title {
        font-size: 20px;
    }
    .lower-menu-list {
        margin-top: 20px;
        display: inline-block;
    }
    .lower-menu ._services {
        -webkit-columns: 50px 2;
        -moz-columns: 50px 2;
        columns: 50px 2;
    }
    .lower-menu ._doctors {
        -webkit-columns: 50px 3;
        -moz-columns: 50px 3;
        columns: 50px 3;
    }
    .lower-menu ._news {
        -webkit-columns: 50px 1;
        -moz-columns: 50px 1;
        columns: 50px 1;
    }
    .lower-menu-item {
        font-size: 16px;
        margin-bottom: 20px;
        width: 170px;
        margin-right: -20px;
    }
    .copyright {
        padding: 35px 0;
        text-align: right;
    }
    .copyright-item {
        font-size: 17px;
    }
}.rtl .lower-menu-column {
     margin: 0 0 30px 70px;
 }
.doctors {
    padding: 20px 20px 10px;
    background-color: #f7f9fb;
}
.doctors-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.doctors-item {
    margin: 0 10px 20px;
}
@media (min-width:500px) {
    .doctors {
        padding: 40px;
    }
    .doctors-item {
        margin-bottom: 30px;
    }
}@media (min-width:1200px) {
    .doctors {
        padding: 85px;
    }
    .doctors-content {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
}.news {
     padding: 23px 10px 6px;
     background-color: #f7f9fb;
 }
.news-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.news .news-item {
    margin: 0 10px 28px;
}
@media (min-width:500px) {
    .news {
        padding: 40px 10px;
    }
}@media (min-width:1200px) {
    .news {
        padding: 85px 0;
    }
    .news .news-item {
        margin-bottom: 40px;
    }
}.advantages {
     padding: 20px;
     background-color: #fbfcfd;
 }
.advantages-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 23px;
}
.advantages .heading {
    font-size: 18px;
    max-width: 80%}
.advantages-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    text-align: center;
    margin-bottom: 22px;
}
.advantages-icon {
    max-width: 60px;
    max-height: 60px;
}
.advantages-text {
    font-size: 14px;
    color: #114980;
    margin-top: 10px;
    line-height: 1.1em;
}
@media (min-width:600px) {
    .advantages-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        margin-bottom: 0;
    }
}@media (min-width:750px) {
    .advantages-icon {
        min-width: 75px;
        min-height: 75px;
    }
    .advantages-text {
        font-size: 16px;
    }
}.heading {
     font-size: 18px;
     font-weight: 600;
     color: #429bf1;
 }
@media (min-width:1200px) {
    .advantages {
        padding: 45px 0;
        background-color: rgba(255, 255, 255, .8);
    }
    .advantages .heading {
        font-size: 22px;
    }
    .advantages-content {
        margin-top: 30px;
    }
    .advantages-item {
        width: 160px;
    }
    .advantages-icon {
        max-width: 87px;
        max-height: 87px;
        -webkit-transition: .4s;
        transition: .4s;
    }
    .advantages-icon:hover {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15);
    }
    .advantages-text {
        font-size: 18px;
        margin-top: 18px;
        line-height: 1.1em;
    }
    .heading {
        font-size: 30px;
    }
}.btn {
     display: inline-block;
     text-align: center;
     width: 220px;
     background-color: #114980;
     padding: 14px 0;
     text-decoration: none;
     color: #fff;
     font-weight: 700;
     font-size: 14px;
     border: 1px solid transparent;
     -webkit-transition: .4s;
     transition: .4s;
 }
.btn:hover {
    background-color: #2265a7;
    border: 1px solid #114980;
}
@media (min-width:1200px) {
    .btn {
        width: 293px;
        padding: 18px 0;
        font-size: 18px;
    }
}.modal-overlay {
     display: none;
     position: fixed;
     top: 0;
     right: 0;
     opacity: 0;
     width: 100vw;
     height: 100vh;
     background-color: rgba(0, 0, 0, .5);
     overflow-y: scroll;
     z-index: 10;
 }
.news-item {
    position: relative;
    width: 300px;
    height: auto;
    background-color: #fff;
    box-shadow: 2px 0 8px #cccdcf;
    text-align: left;
    text-decoration: none;
}
.news-img {
    height: 240px;
    background: center/cover no-repeat;
}
.news-info {
    padding: 25px 45px 60px 25px;
    overflow: hidden;
    height: auto;
}
.news-date {
    font-size: 12px;
    color: #515151;
    margin-bottom: 24px;
}
.news-date-icon {
    color: #429bf1;
    margin-right: 9px;
}
.news-title {
    font-size: 24px;
    font-weight: 600;
    color: #114980;
    margin-bottom: 15px;
}
.news-place {
    font-size: 20px;
    color: #114980;
}
.news-text {
    font-size: 17px;
    color: #515151;
    line-height: 1.3;
    margin-top: 17px;
    display: none;
}
@media (min-width:1200px) {
    .news-item {
        width: 360px;
        height: auto;
    }
    .news-info {
        padding-bottom: 70px;
    }
    .news-img {
        height: 240px;
    }
}.rtl .news-date-icon {
     margin: 0 0 0 9px;
 }
.rtl .news-info {
    text-align: right;
    padding: 25px 25px 70px 45px;
}
.item-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #429bf1;
}
.item-btn-elem {
    position: absolute;
    top: 14px;
    left: 7px;
    display: block;
    width: 14px;
    height: 1px;
    background-color: #429bf1;
}
.item-btn-elem._2 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
@media (min-width:1200px) {
    .item-btn {
        width: 46px;
        height: 46px;
        border: 2px solid #429bf1;
    }
    .item-btn-elem {
        top: 20px;
        left: 11px;
        width: 20px;
        height: 2px;
    }
}.rtl .item-btn {
     right: auto;
     left: 20px;
 }
.menu-btn {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 25px;
    height: 16px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.menu-btn-el {
    height: 3px;
    background-color: #fff;
    border-radius: 2px;
    display: inline-block;
    width: 25px;
    margin-bottom: 3px;
}
.menu-btn-el:last-child {
    margin-bottom: 0;
}
.go-up {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 50px;
    display: none;
    z-index: 9;
}
.go-up span {
    opacity: .6;
    display: block;
    width: 30px;
    height: 30px;
    border-top: 5px solid #337ab7;
    border-left: 5px solid #337ab7;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -16px;
}
.go-up:active span {
    -webkit-animation: 2s infinite go-up;
    animation: 2s infinite go-up;
}
.go-up:active span:nth-child(2) {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s;
}
.go-up:active span:nth-child(3) {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s;
}
@-webkit-keyframes go-up {
    0% {
        opacity: 0;
        -webkit-transform: rotate(45deg) translate(20px, 20px);
        transform: rotate(45deg) translate(20px, 20px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(45deg) translate(-20px, -20px);
        transform: rotate(45deg) translate(-20px, -20px);
    }
}@keyframes go-up {
     0% {
         opacity: 0;
         -webkit-transform: rotate(45deg) translate(20px, 20px);
         transform: rotate(45deg) translate(20px, 20px);
     }
     50% {
         opacity: 1;
     }
     100% {
         opacity: 0;
         -webkit-transform: rotate(45deg) translate(-20px, -20px);
         transform: rotate(45deg) translate(-20px, -20px);
     }
 }.content-item {
      position: relative;
      width: 300px;
      height: auto;
      background-color: #fff;
      box-shadow: 2px 0 8px #cccdcf;
      text-align: left;
      text-decoration: none;
      margin: 10px 0;
  }
.content-img {
    height: 320px;
    background: center/cover no-repeat;
}
.content-info {
    padding: 25px 45px 55px 25px;
    overflow: hidden;
    height: auto;
}
.content-date {
    font-size: 12px;
    color: #515151;
    margin-bottom: 24px;
}
.content-date-icon {
    color: #429bf1;
    margin-right: 9px;
}
.content-title {
    font-size: 24px;
    font-weight: 600;
    color: #114980;
    margin-bottom: 15px;
}
.content-place {
    font-size: 20px;
    color: #114980;
}
.content-name {
    font-size: 20px;
    font-weight: 700;
    color: #114980;
    margin-bottom: 4px;
}
.content-post {
    font-size: 20px;
    color: #515151;
}
.content-text {
    font-size: 17px;
    color: #515151;
    line-height: 1.3;
    margin-top: 17px;
    display: none;
}
.content-text:nth-child(-n+3) {
    display: block;
}
.content-item.selected {
    height: auto;
}
.content-item.selected .content-img {
    height: 400px;
}
.content-item.selected .content-info {
    height: auto;
}
.content-item.selected .content-text {
    display: block;
}
.content-item.selected .item-btn-elem._2 {
    display: none;
}
@media (min-width:675px) {
    .content-item {
        width: 100%;
        height: 240px;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-transition: 1s;
        transition: 1s;
        margin: 20px 17px;
    }
    .content-img {
        width: 35%;
        height: 240px;
    }
    .content-info {
        padding: 35px 35px 65px;
        height: 230px;
        width: 65%}
    .content-name {
        font-size: 20px;
        margin-bottom: 13px;
    }
    .content-post {
        font-size: 20px;
    }
    .content-text {
        font-size: 17px;
        margin-top: 10px;
    }
    .content-item.selected {
        height: auto;
    }
    .content-item.selected .content-img {
        height: 240px;
    }
    .content-item.selected .content-info {
        height: auto;
    }
    .content-item.selected .content-text {
        display: block;
    }
}@media (min-width:1200px) {
    .content-item {
        height: 300px;
    }
    .content-img {
        height: 100%;
        width: 300px;
    }
    .content-info {
        width: 850px;
    }
    .content-text:nth-child(-n+4) {
        display: block;
    }
    .content-item.selected .content-img {
        height: 400px;
    }
}.rtl .content-date-icon {
     margin: 0 0 0 9px;
 }
.rtl .content-info {
    text-align: right;
    padding: 25px 25px 60px 45px;
}
.container {
    margin: 0 auto;
    max-width: 1171px;
}
.insima-content {
    font-family: 'Open Sans', sans-serif;
}
.insima-content ::-webkit-scrollbar {
    width: 1px;
}
.rtl {
    font-family: 'Open Sans Hebrew', serif;
}