* {
    outline: none;
    font-family: 'Montserrat', sans-serif;
}

button:focus,
.btn:focus {
    outline: none;
    box-shadow: none;
}

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

svg {
    display: inline-block;
}

:root {
    --hover-yellow: #85754E;
}

a {
    display: inline-block;
    color: #263D44;
    text-decoration: underline;
    transition: all .3s;
}

a:hover,
a:focus {
    color: #900039;
    text-decoration: none;
}

b,
strong {
    color: #263D44;
}

::selection {
    color: #fff;
    background: #024357;
}

html,
body {
    margin: 0px!important;
    overflow-x: hidden;
}

body {
    font-family: 'Montserrat', sans-serif;
    background: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #444;
    padding-top: 130px;
}
.grecaptcha-badge {
	display:none!important;
	
}
p {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.4;
    color: #000000;
}

h1 {
    font-weight: normal;
    font-size: 46px;
    line-height: 66px;
    text-align: center;
    margin-bottom: 30px;
    color: #008190;
}

h1 strong {
    color: #008190;
}

.h2,
h2 {
    font-size: 40px;
    margin-bottom: 30px;
    text-align: center;
    color: #008190;
    font-weight: 600;
}

.h3,
h3 {
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 30px;
    text-align: center;
    color: #263D44;
}

h4 {
    font-size: 24px;
}

.h5,
h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

.wow {
    visibility: visible;
}

.wow {
    opacity: 0;
}

.tap {
    position: relative;
    display: inline-block;
    margin: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
    min-width: 260px;
    font-size: 14px;
    line-height: 68px;
    height: 65px;
    padding: 0 30px;
    /* identical to box height */
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #FFFFFF;
    background: #900039;
    border-radius: 100px;
    cursor: pointer;
    transition: all .3s ease-out;
}

.tap:focus,
.tap:hover {
    color: #fff;
    text-decoration: none;
    background: #008190;
}

.tap.small {
    font-size: 16px;
    min-width: 170px;
    line-height: 50px;
    height: 50px;
}

.tap.blue {
    color: #fff;
    background: #008190;
}

.tap.blue:hover {
    background: #900039;
}

.tap.white {
    border: 2px solid #fff;
    border-radius: 5px;
}

.tap.white:focus,
.tap.white:hover {
    color: #FA862B;
    background: #fff;
}
.phone::before {
    display: inline-block;
    content: ' ';
    background: url(../images/phone.svg);
    background-size: cover;
    width: 25px;
    height: 25px;
    margin: 0 8px -8px 0;
}
@media (min-width: 1440px) {
    .container-xl {
        max-width: 1440px;
    }
}

.row.middle {
    align-items: center;
}

.logo img {
    height: auto;
    max-width: 270px;
    object-fit: contain;
}

.top_line {
    font-size: 12px;
    background: #008190;
    color: #FFFFFF;
    height: 50px;
    line-height: 50px;
    z-index: 999;
    position: fixed;
    top: 0;
    width: 100%;
}

.top_line a {
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    text-decoration: none;
}

.top_line a:hover {
    text-decoration: underline;
}

.mailto_top a span {
    font-weight: bold;
    text-decoration: none;
}

.mailto_top>* {
    margin: 0 3px;
}

#header {
    height: 80px;
    background: #fff;
    transition: all .2s;
    position: fixed;
    top: 50px;
    width: 100%;
    z-index: 99;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.07);
}

#header .header_main {
    position: relative;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header .header_main>div:nth-child(1) {
    /*width: 15%;*/
}

#header .header_main>div:nth-child(2) {
    /*width: 70%;*/
}

#header .header_main>div:nth-child(3) {
    /*width: 15%;*/
}

.vv_social-button {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
}

.social a {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #263D44;
}

.social a:hover {
    opacity: 0.7;
}

.mailto,
.social {
    margin-left: 10px;
}

.social p {
    font-size: 13px;
    line-height: 19px;
    color: #008190;
    margin: 5px 0 0;
}

#header nav {
    position: relative;
}

#header nav>ul {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    margin: 0;
    list-style: none;
}

#header nav>ul>li {
    margin: 0px;
}

#header nav>ul>li>a {
    padding: 0 7px;
    transition: all .3s;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #263D44;
}

#header nav>ul>li:focus>a,
#header nav>ul>li.active>a,
#header nav>ul>li>a:hover {
    color: #900039;
}

.menu_switcher {
    display: none;
    position: relative;
    z-index: 1000;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background: #fff;
    transition: all .2s ease-out;
}

.menu_switcher.active {
    background: #fff;
}

.menu_switcher>span {
    display: block;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 2px;
    border-radius: 5px;
    background: #283445;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all .2s ease-out;
}

.menu_switcher>span:nth-child(1) {
    margin-top: -6px;
}

.menu_switcher>span:nth-child(2) {}

.menu_switcher>span:nth-child(3) {
    margin-top: 6px;
}

.menu_switcher.active>span {
    background: #283445;
}

.menu_switcher.active>span:nth-child(1) {
    margin-top: 0;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) rotate(-45deg);
}

.menu_switcher.active>span:nth-child(2) {
    opacity: 0;
}

.menu_switcher.active>span:nth-child(3) {
    margin-top: 0;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
}

#mobile_menu {
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    width: 270px;
    height: 100%;
    background: #fff;
    overflow-y: auto;
    box-shadow: rgba(0, 0, 0, .05) 0 0 15px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: translateX(-120%);
    -moz-transform: translateX(-120%);
    -ms-transform: translateX(-120%);
    -o-transform: translateX(-120%);
    transform: translateX(-120%);
}

#mobile_menu .mb_main {
    padding: 30px;
    position: relative;
}

#mobile_menu .mb_box {
    position: relative;
    margin-bottom: 30px;
}

#mobile_menu ul {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile_menu ul>li {
    display: block;
}

#mobile_menu ul>li>a {
    display: block;
    padding: 10px 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-decoration: navajowhite;
    color: #263D44;
}

#mobile_menu ul>li>a:focus,
#mobile_menu ul>li>a:hover,
#mobile_menu ul>li.active>a {
    color: #900039;
}

#mobile_menu .container {
    padding: 0;
}

#mobile_menu .subnav {
    visibility: visible;
    opacity: 1;
    padding: 0;
    box-shadow: none;
    position: relative;
    display: block;
}

.subnav {
    margin: 0;
    width: 220px;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    padding: 10px 0;
    transition: all .2s ease-in;
    top: 100%;
    background: #fff;
    box-shadow: 0px 2px 6px rgb(0 0 0 / 7%);
    border-radius: 0px 0px 10px 10px;
}

ul.first_level li.with_subnav .subnav li a {
    padding: 2px 0px;
    display: flex;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
    margin: 7px 0;
}

ul.first_level li.with_subnav .subnav li a:hover {
    color: #900039;
}

ul.first_level li.with_subnav:hover .subnav {
    height: auto;
    visibility: visible;
    opacity: 1;
}

.subnav.active,
#header .header_nav .menu>ul>li:hover .subnav {
    display: block;
}

.subnav .subnav_box {
    display: block;
    position: relative;
    float: left;
    padding: 0;
    margin: 0;
}

.subnav_main {
    position: relative;
    margin: 0 auto;
}

.subnav_main .subnav_box:not(:first-child) {}

.subnav_main .subnav_box:not(:first-child)>ul {
    position: relative;
}

.subnav_main .subnav_box:not(:first-child)>ul:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -40px;
    width: 1px;
    height: 88px;
    background: #001627;
}

.subnav ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}

.subnav ul>li {
    display: block;
}

.subnav ul>li>a {
    padding: 5px 20px;
}

.subnav ul>li>a:hover {}

.noscroll {
    overflow: hidden;
}

form {
    position: relative;
    display: block;
}

form input {
    display: block;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.3;
    color: #fff;
    padding: 21px 20px;
    background: rgba(254, 254, 254, 0.2);
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */
    color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 0;
    margin-bottom: 30px;
}

#form1 textarea,
#form1 input[type=text] {
    display: block;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.3;
    color: #fff!important;
    padding: 21px 20px!important;
    background: rgba(255, 255, 255, .2)!important;
    ;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 0;
    margin-bottom: 30px;
}

#form1 textarea {
    color: #fff;
    height: 140px;
    margin-bottom: 30px;
    padding: 21px 20px;
}

.cform_home {
    padding: 30px 0 0;
}

.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-form-control-wrap.tel-106 {
    position: relative;
    display: block;
}

.wpcf7-form-control-wrap.tel-106:after {
    background: url("../images/Whatsapp.svg") no-repeat;
    content: ' ';
    position: absolute;
    right: 0;
    top: 10px;
    width: 24px;
    height: 24px;
}

.cform_home label {
    font-size: 12px;
    line-height: 16px;
    color: #798083;
    text-align: left;
    margin-bottom: 20px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    border: 0;
    font-size: 12px;
    color: #FA141B;
}

.cform_home label span {
    color: #FA141B;
}

.cform_home textarea,
.cform_home input[type=tel],
.cform_home input[type=email],
.cform_home input[type=text] {
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
    background: #fff;
    border: 0;
    border-bottom: 1px solid #E7E9EA;
    margin: 0px;
    padding: 10px 0;
    border-radius: 0px;
    width: 500px;
    opacity: 1;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    /* identical to box height, or 156% */
    text-align: left;
    color: #263D44;
}

.cform_home textarea {
    height: 140px;
    margin-bottom: 30px;
    padding: 21px 20px;
}

.cform_home {
    position: relative;
    display: inherit;
}

.cform_home input[type=submit] {
    max-width: 300px!important;
    margin: 0 auto;
    font-weight: normal;
}

.cform_home input[type=submit]:hover {}

.cform_home textarea::-webkit-input-placeholder,
.cform_home form input::-webkit-input-placeholder {
    color: #3E281B;
    opacity: 0.6;
}

.cform_home textarea::-moz-placeholder,
.cform_home form input::-moz-placeholder {
    color: #3E281B;
    opacity: 0.6;
}

#form1 textarea::-webkit-input-placeholder,
form input::-webkit-input-placeholder {
    color: #fff;
}

#form1 textarea::-moz-placeholder,
form input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

form input[type=submit] {
    max-width: 200px!important;
}

.fupload {
    display: block;
    border: 1px dashed rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    border-radius: 4px;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    padding: 22px 0;
    margin-bottom: 30px;
    overflow: hidden;
}

.wpcf7-form-control-wrap.image {
    display: initial!important;
    position: absolute!important;
    top: -1px;
}

.btm_text {
    display: block;
}

.fupload input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.wpcf7-form-control-wrap.AdaugfiierulScanulRadiografia {
    position: initial;
}

.alege_btn {
    position: relative;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #008190;
}

.btm_text {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #798083;
}

div.wpcf7-mail-sent-ok {
    border: 0px;
}

#filename {
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    color: #900039;
}

span.wpcf7-not-valid-tip {
    position: absolute;
    right: 10px;
    top: 20px;
    font-size: 12px;
    color: #b21f2d;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 0px;
    margin: 0px;
    text-align: center;
    font-size: 12px;
}

.wpcf7 p {
    margin: 0px;
    padding: 0px;
}


/* Custom CF7 Loader */

div.wpcf7 .ajax-loader {
    background-image: url('../images/loading.gif');
    background-size: cover;
    background-position: center;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.f_copy {
    position: relative;
    font-weight: 900;
    font-size: 18px;
    text-transform: capitalize;
    color: #FFFFFF;
    text-align: center;
}

.top_block .tap {
    margin: 15px 15px 0;
}

.top_block p,
.top_block h1 {
    margin-bottom: 20px;
}

.top_block {
    position: relative;
    padding: 30px 0 60px;
    margin-bottom: 60px;
    z-index: 1;
}

.top_block:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background: #F4F9FC;
    z-index: -2;
}

.top_block:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #F4F9FC;
    clip-path: ellipse(58% 60% at 50% 40%);
    z-index: -1;
}

.top_block p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    max-width: 1000px;
    margin: 10px auto;
    color: #111;
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    margin: 0px 0 -160px;
}

.video-responsive iframe {
    left: 15%;
    top: 0;
    height: 70%;
    width: 70%;
    position: absolute;
    filter: drop-shadow(0px 16px 32px rgba(35, 23, 5, 0.26));
}

.block2 {
    padding: 50px 0 100px;
}

.banner_offer_in::before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: block;
}

.banner_offer_in {
    position: relative;
}

.banner_offer_in span {
    color: #900039;
}

.banner_offer_in p strong {
    color: #fff;
    text-shadow: 0px 1px 1px #000;
}

.banner_offer_in p {
    color: #fff;
    text-shadow: 0px 1px 1px #000;
    z-index: 2;
    position: relative;
    font-size: 20px;
    font-weight: 600;
}

.banner_offer_in {
    padding: 30px;
    margin: 0 0 30px 0;
    min-height: 350px;
    background-size: cover;
}

.medic_adrian img {
    margin-top: -90px;
}

.medic_adrian {
    background: linear-gradient(180deg, #008190 0%, #024357 100%);
    border-radius: 4px;
    padding: 0 25px 0;
    text-align: center;
    min-height: 300px;
    margin-right: 30px;
}

.medic_adrian p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}

.medic_adrian h5 {
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.bloc2_right h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #263D44;
    margin-bottom: 30px;
}

.bloc2_right li {
    font-size: 16px;
    line-height: 22px;
    /* identical to box height */
    color: #263D44;
    margin-bottom: 20px;
}

.aligncenter {
    margin: 15px auto;
    display: block;
}

.block4_top .h3 {
    margin-bottom: 0;
    color: #fff;
}

.block4_top {
    background: #008190;
    padding: 90px 0;
    position: relative;
    margin-bottom: 60px;
}


/* .block4_top:before {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,-50%);
    content: ' ';
    background: url("../images/block4.png") no-repeat;
    width: 135px;
    height: 135px;
} */

.block4_bottom {
    padding: 20px 0 100px 0;
}

.block4_bottom_item h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #008190;
    margin-bottom: 22px;
}

.block4_bottom_item h4 strong {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #008190;
}

.block4_bottom_item p {
    color: #263D44;
    margin-bottom: 30px;
}

.block4_bottom_item p+p {
    margin-bottom: 0;
}

.block4_bottom_item {
    height: 100%;
    background: #F4F9FC;
    border-radius: 4px;
    padding: 40px 30px;
}

.block4_bb h2 a {
    text-decoration: none;
}

.block4_bb h2 {
    text-align: left;
    font-size: 32px;
    margin-bottom: 15px;
}

.block4_bb {
    padding-bottom: 80px;
}

.block4_bb img {
    margin-bottom: 20px;
    max-height: 200px;
    object-fit: cover;
}

.block5 {
    padding: 100px 0;
}

.block_5_text_right p:last-of-type {
    margin-bottom: 0;
}

.block_5_text_right {
    padding: 50px;
    margin-bottom: 100px;
    margin-top: 60px;
    width: 118%;
    margin-left: -18%;
    background: #FFFFFF;
    box-shadow: 0px 15px 45px rgba(0, 0, 0, 0.07);
}

.block_5_text_right_bottom p {
    margin: 0;
    color: #FFFFFF;
}

.block_5_text_right_bottom {
    background: linear-gradient(180deg, #008190 0%, #024357 100%);
    border-radius: 4px;
    padding: 55px 45px;
    max-width: 305px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.block_5_text_right_bottom:before {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    content: ' ';
    background: url("../images/block6.png") no-repeat;
    width: 135px;
    height: 135px;
}

.block6 {
    padding: 100px 0 0;
}

.block6_middle {
    padding: 50px 0;
    background: #F4F9FC;
}

.block6_bottom {
    padding: 50px 0 100px;
}

.bloc2_right ul,
.block6_bottom ul {
    padding-left: 20px;
}

.block6_bottom ul li {
    color: #263D44;
    margin-bottom: 20px;
}

.block6_bottom ul li a {
    color: #263D44;
    text-decoration: underline;
}

.block6_bottom ul li a:hover {
    color: #263D44;
    text-decoration: none;
}

.block7 {
    background: url("../images/block77.jpg") no-repeat left;
    min-height: 711px;
    background-size: contain;
    padding-top: 100px;
    position: relative;
}

.block7:after {
    content: ' ';
    position: absolute;
    right: 5%;
    top: 0%;
    background: url("../images/md.png") no-repeat;
    width: 533px;
    height: 708px;
}

.block7 strong,
.block7 p,
.block7 h3 {
    text-align: left;
    color: #fff;
}

.block7 p {
    margin-bottom: 50px;
}

.sll {
    width: 70%;
}

.indup {
    width: 70%;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #263D44;
}

.sll img {}

.cocoen-drag::before {
    border: 0;
    content: '';
    height: 135px;
    width: 135px;
    background: url("../images/drag.png") no-repeat;
    left: 50%;
    transform: translate(-45%, -35%);
    position: absolute;
    top: 50%;
}

.slick-next:before,
.slick-prev:before {
    font-size: 50px;
    color: #008190;
}

#despre_noi .slick-next {
    right: 40px;
    z-index: 99;
}

#despre_noi .slick-prev {
    left: 40px;
    z-index: 99;
}

.pacienti {
    padding: 100px 0;
    background: #F4F9FC;
}

.pacienti .video-responsive iframe {
    left: 0;
    width: 100%;
    height: 100%;
}

.de_ce_noi {
    text-align: center;
}

.pacienti h4,
.de_ce_noi h4 {
    font-size: 30px;
    text-align: center;
    color: #008190;
    font-weight: 500;
    margin-bottom: 30px;
}

.de_ce_noi img {
    border-radius: 4px;
    height: 150px;
    width: auto;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.block8 h4 {
    font-size: 30px;
    text-align: center;
    color: #008190;
    font-weight: 500;
}

.block8 {
    padding: 100px 0;
    background: #F4F9FC;
}

.pacient_serv {
    position: absolute;
    right: 3%;
    width: 30%;
    padding: 40px;
    background: #fff;
    box-shadow: 0px 15px 45px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    top: 16%;
}

.pacient_serv .h5 {
    font-weight: 500;
}

.pacient_serv p {
    margin: 5px 0 0;
    font-size: 20px;
    font-weight: 300;
}

.pacient_serv>div:not(:last-of-type) {
    margin: 0 0 40px;
}

.slider .slick-next:before,
.slider .slick-prev:before {
    content: ' ';
    width: 30px;
    height: 60px;
    z-index: 9;
    opacity: 1;
    background: url("../images/rr.png") no-repeat 50% 50%;
    display: inline-block;
    opacity: 0.3;
}

.slider .slick-prev:before {
    background: url("../images/ll.png") no-repeat 60% 50%;
}

.slider .slick-next,
.slider .slick-prev {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 9;
    background: linear-gradient(180deg, #008190 0%, #024357 100%) !important;
    width: 30px;
    height: 60px;
    display: inline-block;
    border-radius: 0 60px 60px 0;
}

.slider .slick-prev {
    left: initial;
    right: 30px;
    border-radius: 60px 0px 0px 60px;
}

.pacienti_slider .pacient_serv p {
    font-size: 18px;
}

.pacienti_slider .pacient_serv>div:not(:last-of-type) {
    margin: 0 0 25px;
}

.pacienti_slider .pacient_serv {
    padding: 30px;
    right: 0;
    width: 33%;
    top: 50%;
    transform: translateY(-50%);
}

.pacienti_slider .slick-prev {
    left: -50px;
}

@media (min-width: 768px) {
    .pacienti_slider .video-responsive {
        height: 438px!important;
    }
    .pacienti_slider .sll img {
        height: 438px!important;
        width: 100%;
        object-fit: cover;
    }
}

.cform_home input[type=submit] {
    max-width: 400px!important;
    display: block;
}

.card-header button {
    position: relative;
    display: block;
    text-align: left;
    padding: 0 40px 0 0;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #263D44;
}

.card-header button:before {
    content: ' ';
    width: 8px;
    height: 8px;
    background: #263D44;
    border-radius: 8px;
    display: inline-block;
    margin: 0 10px 3px 0;
}

.card-header {
    border: 0;
    padding: 30px 0;
    background: #fff;
}

.faq {
    background: #fff;
    padding-bottom: 20px;
    border-radius: 4px;
}

.acc_item {
    border-bottom: 1px solid #E7E9EA;
    margin: 0 50px 0px;
}

.acc_item:last-of-type {
    border: 0;
}

.card-header button:after {
    content: " + ";
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 32px;
    font-size: 30px;
    font-weight: 300;
}

.card-header button[aria-expanded="true"]:after {
    content: " ⎯ ";
}

.card-body p {
    font-size: 16px;
    line-height: 26px;
}

.card-body {
    background: #fff;
    padding: 0 30px 20px;
    font-size: 16px;
    line-height: 22px;
    color: #263D44;
}

.card-body p {
    font-size: 16px;
    line-height: 22px;
    color: #263D44;
}

.card-body ul,
.card-body ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.card-body ul li {
    margin: 0 0 20px;
    padding: 0 0 0 20px;
    position: relative;
}

.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
    text-decoration: none!important;
}

.block9 {
    padding: 120px 0;
    background: url("../images/dentar5.jpg") no-repeat left bottom;
}

.block10 {
    padding: 100px 0;
    position: relative;
}

.block10:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80%;
}

.block10 ul,
.block10 ul li {
    margin: 0;
    list-style: none;
    padding: 0;
    font-size: 14px;
    line-height: 19px;
    color: #263D44;
}

.block10 ul li:not(:last-of-type) {
    margin-bottom: 20px;
}

.block10 ul li:before {
    content: ' ';
    display: inline-block;
    background: url("../images/bif.svg") no-repeat;
    width: 11px;
    height: 8px;
    margin: 0 7px 2px 0;
}

.medic_form p {
    margin: 0;
}

.medic_form {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}

.form_home {
    background: #FFFFFF;
    box-shadow: 0px 15px 45px rgba(0, 0, 0, 0.07);
    padding: 30px 0;
    margin-bottom: 30px;
    margin-top: 50px;
}

.medic_form {
    padding: 20px 100px;
    border-bottom: 1px solid #E7E9EA;
}

.block11_top h4 {
    color: #fff;
    margin: 0;
}

.block11_top {
    background: linear-gradient(180deg, #008190 0%, #024357 100%);
    border-radius: 4px;
}

.block11_top:before {
    background: url("../images/block11.png");
}

.block11 {
    padding: 70px 0 70px;
    background: linear-gradient(180deg, #F4F9FC 0%, #d2e6f2 100%);
}

.diplome .slick-slide {
    text-align: center;
}

.diplome {
    margin-top: 40px;
}

.diplome a img {
    height: 180px;
    width: 100%;
    object-fit: contain;
    margin: 0 auto;
}

.diplome .slick-next:before,
.diplome .slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
}

.diplome .slick-next:before {
    content: ' ';
    background: url("../images/rrr.png");
    width: 9px;
    display: block;
    height: 18px;
}

.diplome .slick-prev:before {
    content: ' ';
    display: block;
    background: url("../images/lll.png");
    width: 9px;
    height: 18px;
}

.diplome .slick-prev {
    left: -15px;
}

.top_block_page {
    background: #F4F9FC;
    padding: 100px 0;
}

.bottom_block_page {
    background: #F4F9FC;
    padding: 55px 0;
}

.page_content {
    padding: 100px 0;
}

.has-medium-font-size {
    color: #263D44;
}

.wp-block-columns {
    margin-bottom: 50px;
}

.page_content h2 {
    margin-top: 30px;
    margin-bottom: 50px;
}

.links_page_block {
    margin-bottom: 0;
}

.links_page_block a img {
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 4px;
    transition: all .3s ease-out;
    margin-top: 20px;
}

.links_page_block a:hover img {
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.07);
}

.page_content .wp-block-image img {
    width: 100%;
}

.page_content ul {
    padding-left: 20px;
}

.page_content ul li:not(:last-of-type) {
    margin-bottom: 20px;
    color: #263D44;
}

.de_ce_noi {
    margin: 70px 0;
}

.de_ce_noi p {
    font-size: 16px;
    line-height: 30px;
    /* or 187% */
    color: #898989;
}

.de_ce_noi h2 {
    color: #263D44;
    margin: 0 0 20px;
}

.de_ce_noi img {
    margin-top: 10px;
}

.de_ce_noi .col-md-3 p {
    line-height: 26px;
    font-weight: bold;
}

.de_ce_noi .col-md-4 img {
    margin: 0 5px 15px;
}

.specialisti .col-md-4 {
    margin-bottom: 80px;
}

.spec_cont {
    text-align: center;
    padding: 100px 0 0;
}

.specialisti img {
    width: 120px;
    height: 120px;
    border-radius: 120px;
    box-shadow: 0px 4px 45px rgba(0, 0, 0, 0.07);
    margin-bottom: 20px;
}

.specialisti h2 {
    margin-bottom: 20px;
}

.specialisti h2+p {
    margin-bottom: 80px;
}

.specialisti h4 {
    color: #263D44;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
}

.specialisti h4+p {
    font-size: 14px;
    line-height: 21px;
    /* identical to box height */
    text-transform: capitalize;
    color: #898989;
}

.dent_title h2 {
    color: #008190;
    font-weight: normal;
}

.dent_title {
    padding: 80px 0 30px;
}

.dent_nrs {
    background: rgba(0, 112, 146, 0.1);
    padding-bottom: 25px;
    padding-top: 32px;
}

.nrs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.nrs h2 {
    margin-bottom: 0;
}

.nrs p {
    font-size: 14px;
}

.de_ce {
    max-width: 920px;
    margin: 0 auto;
}

.de_ce .slick-dots li {
    margin: 0px;
}

.de_ce .slick-dots li button:before {
    color: #008190;
}

.de_ce .slick-next:before,
.de_ce .slick-prev:before {
    content: ' ';
    width: 30px;
    height: 60px;
    z-index: 9;
    opacity: 1;
    background: url("../images/slider/rr.png") no-repeat 50% 50%;
    display: inline-block;
    opacity: 0.3;
}

.de_ce .slick-prev:before {
    background: url("../images/slider/ll.png") no-repeat 60% 50%;
}

.de_ce_noi img {
    border-radius: 4px;
}

.de_ce .slick-next,
.de_ce .slick-prev {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 9;
    background: #FFFFFF;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
    width: 30px;
    height: 60px;
    display: inline-block;
    border-radius: 0 60px 60px 0;
}

.de_ce .slick-prev {
    left: initial;
    right: 30px;
    border-radius: 60px 0px 0px 60px;
}

.de_ce_noi p:not(:last-of-type) {
    font-size: 20px;
}

.de_ce .slick-next:hover:before,
.de_ce .slick-prev:hover:before,
.slider .slick-next:hover:before,
.slider .slick-prev:hover:before {
    opacity: 1;
}

.de_ce_noi_slider {
    padding-right: 30px;
}

.despre_bottom_top {
    background: #F4F9FC;
    padding: 75px 0;
}

.despre_bottom_bottom {
    padding: 75px 0;
}

.footer {
    padding-top: 80px;
}

.social_footer {
    margin-left: 10px;
}

.social_footer a {
    margin-right: 15px;
}

.footer_nav {
    margin-left: 40px;
    margin-top: 10px;
}

.footer_nav ul,
.footer_nav ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer_nav ul {
    display: flex;
    flex-wrap: wrap;
}

.footer_nav ul li a {
    color: #263D44;
    font-size: 14px;
}

.footer_nav ul li a:hover {
    color: #263D44;
    text-decoration: underline;
}

.footer_nav ul li {
    width: 50%;
    margin-bottom: 13px;
}

.footer_adress {
    margin-top: 10px;
    font-size: 14px;
}

.mailto a:hover b {
    color: #008190!important;
}

.dflex {
    display: flex;
    justify-content: center;
}

.dflex a {
    margin-left: 10px;
}

.footer_bottom {
    padding-top: 30px;
    padding-bottom: 35px;
    margin-top: 100px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
    line-height: 21px;
    color: #263D44;
}


/*Media*/

@media (max-width: 1440px) {
    * {
        z-index: 1;
    }
    .social a {
        font-size: 14px;
    }
    .about3,
    .about1 {
        opacity: 0.3!important;
        z-index: 0;
    }
    #header .logo_box {
        text-align: left;
    }
    #header nav>ul>li>a {
        padding: 0 10px;
        font-size: 14px;
    }
    .logo img {
        height: 35px;
        margin-left: 20px;
    }
}

@media (max-width: 1200px) {
    body {
        padding-top: 110px;
    }
    #header {
        top: 30px;
    }
    .logo {
        display: flex;
        align-items: center;
    }
    form input {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    label {
        margin-top: 15px;
    }
    .contact_form textarea {
        margin-bottom: 10px;
    }
    .contact_form label br {
        display: none;
    }
    .wow {
        visibility: visible;
    }
    .wow {
        opacity: 1;
    }
    .find2,
    .menu4,
    .menu3,
    .menu2,
    .menu1 {
        opacity: 0.3!important;
    }
    .menu_switcher {
        display: block;
    }
    #mobile_menu.active {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    #header .header_main>div:nth-child(2) {
        display: none;
    }
    #header,
    #header .header_main {
        height: 80px;
    }
    .top_line {
        height: 30px;
        line-height: 30px;
    }
    #mobile_menu {
        top: 110px;
        height: calc(100% - 110px);
    }
    h1 {
        font-size: 40px;
        line-height: 1.4;
    }
    .h2,
    h2 {
        font-size: 30px;
        line-height: 1.4;
    }
    .h3,
    h3 {
        font-weight: 600;
        font-size: 22px;
        line-height: 1.4;
    }
    .block_5_text_right {
        padding: 30px;
        margin-bottom: 40px;
        margin-top: 0px;
        width: 100%;
        margin-left: 0%;
    }
}

@media (max-width: 1024px) {
    .top_line {
        font-size: 10px;
    }
}

@media (max-width: 991px) {
    .banner_offer_in p {
        font-size: 16px;
    }
    .top_line {
        height: auto;
        line-height: 14px;
        padding: 5px 0;
    }
    .top_line {
        text-align: center;
    }
    .mailto_top {
        display: none;
    }
    .wp-block-column.is-vertically-aligned-bottom,
    .wp-block-column.is-vertically-aligned-center,
    .wp-block-column.is-vertically-aligned-top {
        width: 100%;
    }
    .wp-block-columns {
        flex-direction: column;
    }
    .wp-block-column {
        flex-basis: 100%!important;
    }
    .wp-block-column:nth-child(2n) {
        margin-left: 0px;
    }
    h6 br,
    h5 br,
    h4 br,
    h3 br,
    h2 br,
    h1 br {
        display: none;
    }
    .medic_adrian {
        min-height: inherit;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    #covid img {
        margin: 0 auto 30px;
    }
    .block7 {
        background-size: cover;
    }
    .block7:after {
        right: 0;
        top: 0%;
        width: 20%;
        height: 40%;
        background-size: contain;
    }
    .pacient_serv {
        right: 0%;
        width: 30%;
        padding: 15px;
        box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.07);
        top: 0;
    }
    .pacienti_slider .slick-prev {
        left: 0;
        z-index: 99;
    }
    .pacienti_slider .slick-next {
        right: 0;
    }
    .pacienti_slider .pacient_serv p {
        font-size: 14px;
    }
    #despre_noi .slick-slide img {
        width: 400px;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    #despre_noi {
        margin: 0 0 30px;
        padding: 0;
    }
    .pacient_serv p,
    .pacient_serv .h5 {
        font-size: 14px;
    }
    .block4_bb {
        padding-bottom: 50px;
    }
    .page_content,
    .despre_bottom_bottom,
    .despre_bottom_top,
    .spec_cont,
    .top_block_page,
    .block11,
    .block10,
    .block9,
    .block8,
    .block6_bottom,
    .block6,
    .block5,
    .block4_bottom,
    .block2 {
        padding: 50px 0;
    }
    .block7 {
        min-height: auto;
    }
    .form_home {
        padding: 30px;
    }
    .medic_form {
        padding: 20px 40px;
    }
    .footer_nav ul li {
        width: 100%;
    }
    .block4_bottom_item {
        padding: 25px;
    }
    /* the slides */
    .diplome .slick-slide {
        margin: 0 10px;
    }
    /* the parent */
    .diplome .slick-list {
        margin: 0 -10px;
    }
}

.aplica_fixed {
    display: none;
}

@media (max-width: 767px) {
    .vv_social-button {
        left: 20px;
        right: unset;
      
    }
    .block4_bb {
        padding-bottom: 0px;
    }
    .de_ce_noi {
        margin: 30px 0;
    }
    .block4_top,
    .pacienti,
    .page_content,
    .despre_bottom_bottom,
    .despre_bottom_top,
    .spec_cont,
    .top_block_page,
    .block11,
    .block10,
    .block9,
    .block8,
    .block6_bottom,
    .block6,
    .block5,
    .block4_bottom,
    .block2 {
        padding: 30px 0;
    }
    #tarife h3 {
        margin-bottom: 0;
    }
    #header,
    #header .header_main {
        height: 60px;
    }
    #header {
        top: 50px;
    }
    .top_block {
        margin-bottom: 0;
    }
    .top_line {
        padding: 10px 0;
    }
    .top_line a {
        font-size: 14px;
        margin-top: 5px;
    }
    .pacienti_slider .slick-next {
        right: 30px;
    }
    .pacienti_slider .video-responsive {
        margin: 0 0 10px;
    }
    .pacienti_slider .sll img {
        height: 222px;
        width: 100%;
        object-fit: cover;
    }
    .pacienti_slider .pacient_serv {
        width: 100%;
        top: 0;
        transform: none;
    }
    .top_block {
        padding: 30px 0;
    }
    .header_main .social {
        display: none;
    }
    .aplica_fixed {
        display: block;
    }
    .video-responsive {
        margin: 10px 0 30px;
    }
    .video-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }
    .logo img {
        height: 45px;
        margin-left: 35px;
    }
    #mobile_menu {
        top: 110px;
        height: calc(100% - 110px);
    }
    .nrs {
        flex-wrap: wrap;
    }
    .nr {
        width: 33%;
    }
    .wp-block-columns:last-of-type {
        margin-bottom: 0px;
    }
    .footer_bottom {
        margin-top: 30px;
    }
    .footer_bottom,
    .social {
        text-align: center;
    }
    .footer_nav {
        margin-left: 0px;
    }
    .social_footer a {
        margin: 0 10px;
    }
    .social_footer {
        margin-top: 35px;
        margin-left: 0px;
    }
    .footer {
        text-align: center;
        padding-top: 30px;
    }
    .footer_logo img {
        height: 40px;
    }
    .medic_form {
        padding: 20px 0px;
    }
    .cform_home textarea,
    .cform_home input[type=tel],
    .cform_home input[type=email],
    .cform_home input[type=text] {
        width: 100%;
    }
    .acc_item {
        margin: 0 20px 0;
    }
    .slider .slick-next,
    .slider .slick-prev {
        top: 70%;
    }
    .sll {
        width: 100%;
    }
    .pacient_serv {
        width: 100%;
        position: relative;
        margin-top: 20px;
    }
    .medic_adrian {
        margin-right: 0;
    }
}

@media (max-width: 575px) {
    .nr {
        width: 50%;
    }
    h1 {
        font-size: 30px;
        line-height: 1.4;
    }
    .h2,
    h2 {
        font-size: 26px;
        line-height: 1.4;
    }
    .h3,
    h3 {
        font-weight: 600;
        font-size: 20px;
        line-height: 1.4;
    }
    h4 {
        font-weight: 600;
        font-size: 18px;
        line-height: 1.4;
    }
    .h5,
    h5 {
        font-weight: 600;
        font-size: 16px;
        line-height: 1.4;
    }
    .specialisti .col-md-4,
    .specialisti .mb-5 {
        margin-bottom: 30px!important;
    }
    .banner_offer_in {
        min-height: 270px;
    }
}

@media (max-width: 480px) {
    #DentEstetChisinau {
        z-index: 2;
        position: relative;
    }
    .aplica_fixed {
        text-align: center;
        width: 100% !important;
        margin-bottom: 20px;
    }
    .aplica_fixed.is_stuck {
        position: fixed!important;
        bottom: 10px!important;
        z-index: 99;
        top: initial!important;
        left: 0;
    }
    body {
        padding-bottom: 0px;
    }
 
    .top_block a.tap {
        /*position: fixed;*/
        /*bottom: 10px;*/
        /*min-width: 80% !important;*/
        /*left: 50%;*/
        /*padding:0;*/
        /*transform: translateX(-50%);*/
        /*opacity: 1;*/
        /*z-index: 999;*/
    }
    .social a {
        font-weight: bold;
        font-size: 14px;
        line-height: 20px;
    }
    .card-header button {
        font-size: 16px;
    }
    .card-header {
        padding: 15px 0;
    }
    .social p {
        display: none;
    }
    .tap {
        min-width: 180px;
        font-size: 12px !important;
        line-height: 50px;
        height: 50px;
    }
    .intro_wrap>div:first-child {
        border-radius: 5px;
        margin: 20px 0;
        font-size: 14px;
    }
    .form_submit {
        text-align: center;
    }
    .contact_form input[type=submit] {
        font-size: 14px;
    }
    .logo img {
        height: 30px;
    }
    .block_5_text_right,
    .block4_bottom_item {
        padding: 15px;
    }
    .block_5_text_right_bottom {
        padding: 25px 15px;
    }
    .top_line .mb-0 {
        display: none;
    }
}

@media (max-width: 375px) {
    .social a svg {
        display: none;
    }
}

@media (max-width: 320px) {
    #mobile_menu {
        width: 240px;
    }
}

@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.page-id-536 .block_4_banners .col-md-6:nth-of-type(1),
.page-id-536 .block_4_banners .col-md-6:nth-of-type(2),
.page-id-536 .block_4_banners .col-md-6:nth-of-type(4),
.page-id-912 .block_4_banners .col-md-6:nth-of-type(1),
.page-id-912 .block_4_banners .col-md-6:nth-of-type(2),
.page-id-912 .block_4_banners .col-md-6:nth-of-type(4),
.page-id-534 .block_4_banners .col-md-6:nth-of-type(1),
.page-id-534 .block_4_banners .col-md-6:nth-of-type(2),
.page-id-534 .block_4_banners .col-md-6:nth-of-type(3),
.page-id-534 .block_4_banners .col-md-6:nth-of-type(6),
.page-id-534 .block_4_banners .col-md-6:nth-of-type(5),
.page-id-903 .block_4_banners .col-md-6:nth-of-type(1),
.page-id-903 .block_4_banners .col-md-6:nth-of-type(2),
.page-id-903 .block_4_banners .col-md-6:nth-of-type(3),
.page-id-903 .block_4_banners .col-md-6:nth-of-type(6),
.page-id-903 .block_4_banners .col-md-6:nth-of-type(5),
.page-id-532 .block_4_banners .col-md-6:nth-of-type(1),

.page-id-532 .block_4_banners .col-md-6:nth-of-type(2),
.page-id-900 .block_4_banners .col-md-6:nth-of-type(1),
.page-id-900 .block_4_banners .col-md-6:nth-of-type(2),
.page-id-900 .block_4_banners .col-md-6:nth-of-type(5),


.page-id-530 .block_4_banners .col-md-6:nth-of-type(6),
.page-id-530 .block_4_banners .col-md-6:nth-of-type(5),
.page-id-530 .block_4_banners .col-md-6:nth-of-type(4),

.page-id-897 .block_4_banners .col-md-6:nth-of-type(6),
.page-id-897 .block_4_banners .col-md-6:nth-of-type(5),
.page-id-897 .block_4_banners .col-md-6:nth-of-type(4),
.page-id-536 .block_4_banners .col-md-6:nth-of-type(6),
.page-id-532 .block_4_banners .col-md-6:nth-of-type(5),
.page-id-2 .block_4_banners .col-md-6:nth-of-type(6),
.page-id-2 .block_4_banners .col-md-6:nth-of-type(5),
.page-id-2 .block_4_banners .col-md-6:nth-of-type(6),
.page-id-875 .block_4_banners .col-md-6:nth-of-type(6),
.page-id-912 .block_4_banners .col-md-6:nth-of-type(6),
.page-template-page-homepage .block_4_banners .col-md-6:nth-of-type(5),
.page-id-534 .block_4_banners .col-md-6,
.page-id-903 .block_4_banners .col-md-6,
.page-id-530 .block_4_banners .col-md-6:nth-of-type(4) {
    display: none;
}
.page-id-900 .block_4_banners .col-md-6:nth-of-type(3),
.page-id-532 .block_4_banners .col-md-6:nth-of-type(3),
.page-id-897 .block_4_banners .col-md-6:nth-of-type(3),
.page-id-530 .block_4_banners .col-md-6:nth-of-type(3),
.page-id-900 .block_4_banners .col-md-6,
.page-id-903 .block_4_banners .col-md-6,
.page-id-532 .block_4_banners .col-md-6,
.page-id-534 .block_4_banners .col-md-6,
.page-id-912 .block_4_banners .col-md-6,
.page-id-536 .block_4_banners .col-md-6 {
    margin: 0 auto;
}
.post-template-default .top_block img,
.page-template-page-oferte .top_block img,
.page-template-page-preturi .top_block img,
.page-template-page-servicii .block2 img,
.page-template-page-servicii .top_block img {
    max-height: 400px;
    width: auto;
}

.page-template-page-servicii .block5 {
    background: #F4F9FC;
}

.page-template-page-oferte .block8,
.page-template-page-servicii .block8,
.page-template-page-clinica .block8 {
    background: #fff;
}

.single_page a {
    color: #900039;
}
.share_post span b {
    margin-right: 10px;
}
.share_post {
    margin: 30px 0;
    display: flex;
    align-items: center;
}
 

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    right: 0!important;
}
.cp-streamweasels-youtube--showcase .slick-prev,
.cp-streamweasels-youtube--showcase .slick-next {
    opacity: 1!important;
    z-index: 9999!important;
    background: #008190!important;
     
}
.cp-streamweasels-youtube--showcase .cp-streamweasels-youtube__streams--hover-play .cp-stream__inner:before 
{
    opacity: 1;
}
  .cp-streamweasels-youtube--showcase .cp-streamweasels-youtube__streams .cp-stream__meta {
    display: none!important;
   }
  .cp-streamweasels-youtube--showcase .cp-streamweasels-youtube__streams .cp-stream__title {
    white-space: normal!important;
    text-overflow: inherit!important;
    overflow: visible!important;

}

 

.video-responsive {
    aspect-ratio: 16 / 9;
    width: 100%;
}
 

.cp-streamweasels-youtube--showcase .cp-streamweasels-youtube__streams--hover-play .cp-stream__inner:before {
	height:100% !important;
}