body.single .entry-content,
body.archive .entry-content,
body.search .entry-content {
   /* margin-bottom: 20px;
    line-height: 1.5;*/
}
body.single .entry-content{
    display: block;
    width: 100%;
}


body.single .cat-links,
body.archive .cat-links,
body.search .cat-links {
    margin: 10px 0px 0px;
    display: block;
}

footer.entry-footer {
    margin-bottom: 25px !important;
}

.entry-footer .comments-link {
    display: block;
}
footer.entry-footer .entry-meta,
footer.entry-footer .tags-links,
footer.entry-footer .comments-link,
footer.entry-footer .cat-links{
    display: block;
    margin-bottom: 5px;
}
body.single article .entry-title a,
body.archive article .entry-title a,
body.search article .entry-title a{

}
body.single article .entry-title,
body.archive article .entry-title,
body.search article .entry-title {
    font-family: 'laCartoonerie';
    color: #544d6d;
    font-size: 32px;
    text-transform: uppercase;
    padding-bottom: 30px;
    position: relative;
    text-align: center;
    margin: 20px 0px;
}

body.single article .entry-title::before,
body.archive article .entry-title::before,
body.search article .entry-title::before {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 1145px;
    height: 23px;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    background: url(../img/head-line.png) no-repeat;
    background-size: contain;
}

body.single article .entry-meta ul li a,
body.archive article .entry-meta ul li a,
body.search article .entry-meta ul li a {
    color: #999;
}

body.single article .entry-meta .meta-left .post-author,
body.archive article .entry-meta .meta-left .post-author,
body.search article .entry-meta .meta-left .post-author {
    text-transform: capitalize;
}

.single article .entry-meta .dot {
    padding: 0 9px 0 3px;
}

.single article .entry-meta .meta-left {
    margin: 0 0 10px 0 0;
}

.single article .entry-content {
    letter-spacing: -0.03px;
}

.single article .entry-content blockquote h4 {
    color: #111;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-top: 17px;
    margin-bottom: 0;
}

.single article .entry-content .wrap-video {
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
}

.single article .entry-content .wrap-video .one-half {
    width: 50%;
    padding: 0 15px;
}

.single article .entry-content .wrap-video a {
    display: block;
    position: relative;
}

.single article .entry-content .wrap-video a:before {
    content: '';
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, .8);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding-top: 5px;
    padding-left: 12px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.single article .entry-content .wrap-video a:hover:before {
    background: #fff;
}

.single article .entry-content .wrap-video a:after {
    content: "";
    position: absolute;
    color: #fff;
    font-size: 25px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.single article .entry-content .wrap-video a:hover:after {
    color: #111;
}

.single article .entry-content .wrap-video a img {
    width: 100%;
}

.single article .entry-content .wrap-video .one-half {
    color: #999;
    font-size: 15px;
    font-weight: 400;
    line-height: 180%;
    margin: 15px 0px 15px 0px;
}

.clearboth {
    clear: both;
}

body.single .entry-footer,
body.archive .entry-footer,
body.search .entry-footer {
    margin: 15px 0;
    font-family: 'laCartoonerie';
}

body.single .entry-footer .tags-links strong,
body.archive .entry-footer .tags-links strong,
body.search .entry-footer .tags-links strong,
body.single .entry-footer .social-share-article strong ,
body.archive .entry-footer .social-share-article strong ,
body.search .entry-footer .social-share-article strong {
    color: #222222;
    margin-right: 5px;
    font-weight: 400;
}

.single-post .entry-footer .social-share-article strong {
    font-size: 16px;
    margin-right: 0px;
}


.single-post .tags-links {
    display: block;
    margin-top: 10px;
}

.single-post .entry-footer .tags-links a {
    margin: 0 5px 5px 0;
    position: relative;
    display: inline-block;
    font-size: 14px;
}

.nav-links {
    margin: 0;
    list-style: none;
    padding: 20px 0 17px 0;
    border-top: 1px solid rgba(54, 70, 115, 0.08);
    border-bottom: 1px solid rgba(54, 70, 115, 0.08);
}

.nav-links .previous-post {
    width: 50%;
    float: left;
}

.nav-links .next-post {
    width: 50%;
    float: right;
}

.navigation.posts-navigation .nav-links li a .meta-nav {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    color: #0f3661;
}

.navigation.posts-navigation .nav-links li a {
    display: block;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    padding: 0 10px 0 60px;
}

.navigation.posts-navigation .nav-links li a:after {
    content: "\f053";
    font-family: "FontAwesome";
    font-size: 14px;
    font-weight: normal;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: #0f3661;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -24px;
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.navigation.posts-navigation .nav-links li a:hover:after {
    background-color: #222;
}

.navigation.posts-navigation .nav-links li.next-post a {
    text-align: right;
    padding: 0 60px 0 10px;
}

.navigation.posts-navigation .nav-links li.next-post a:after {
    content: "\f054";
    right: 0;
    left: auto;
}

.navigation.posts-navigation {
    margin-bottom: 50px;
}

/* Main Single */
.main-single .comments-area {
    margin-top: 50px;
    border-radius: 5px;
}

/* Author Post */
.single-post .author-post {
    margin-top: 40px;
}

.author-post .author-avatar {
    max-width: 150px;
    float: left;
}

.author-post .info {
    overflow: hidden;
    background-color: #f5f5f5;
    padding: 35px;
    min-height: 150px;
}

.author-post .info .name h6 {
    margin-top: 0;
    margin-bottom: 10px;
}

.author-post .info .name a {
    font-size: 18px;
    font-weight: 600;
    color: #0f3661;
}

/* Comment List */
.comments-area {
    overflow: hidden;
}

.comment-reply-title,
.comment-title {
    font-size: 27px;
    line-height: 1.3;
    position: relative;
    overflow: hidden;
    margin: 0 0 20px 0;
    font-weight: 500;
}

.comments-area ul.children {
    list-style: none;
    margin-left: 75px;
}

.comments-area article {
    margin-bottom: 0;
}

.comments-area ol.comment-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.comments-area ol.comment-list article {
    border-bottom: 1px solid #e8e8e8;
    padding-top: 25px;
    padding-bottom: 25px;
}

.comments-area ol.comment-list article .gravatar {
    float: left;
    display: inline-block;
    border-radius: 50%;
}

.comments-area ol.comment-list article .gravatar img {
    border-radius: 50%;
    width: 53px;
    margin-right: 15px;
}

.comments-area ol.comment-list article .comment_content {
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #eee;
    padding: 20px;
}

.comments-area ol.comment-list article .comment_content .comment_meta .comment_author {
    display: inline-block;
    color: #111;
    font-size: 16px;
    margin: 0px;
    margin-right: 15px;
    text-transform: capitalize;
}

.comments-area ol.comment-list article .comment_content .comement_reply {
    display: inline-block;
    margin-top: 11px;
}

.comments-area ol.comment-list article .comment_content .comment_text {
    color: #777;
    font-size: 13px;
    font-weight: 500;
    line-height: 170%;
    margin-top: 10px;
    margin: 15px 0;
}

.comments-area ol.comment-list article {
    position: relative;
}

.comments-area ol.comment-list article .comment_content .comment_meta .comment_time {
    color: #d21e2b;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
}

.comment-post .comment-detail .comment-author a {
    font-size: 16px;
    line-height: 36px;
    color: #222;
    font-weight: 700;
}

.comments-area ol.comment-list article .comment_content .comment_meta .comment_time a {
    color: #a8a8a8;
}

.comments-area ol.comment-list article .comment_content .comment_meta .comment_time a:hover {
    color: #2e5797;
}

.comments-area ol.comment-list article .comment_content .comement_reply a,
#cancel-comment-reply-link {
    color: #000;
    position: relative;
    font-size: 12px;
    display: inline-block;
    padding-left: 22px;
    font-weight: 400;
}

.comments-area ol.comment-list article .comment_content .comement_reply a:before {
    content: "\f064";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
}

.comments-area ol.comment-list article .unapproved {
    float: right;
}

.logged-in-as + .comment-right {
    width: 100%;
}

.comment-respond .message {
    width: 100%;
}

.comment-respond .comment-left .name-container,
.comment-respond .comment-left .email-container,
.comment-respond .comment-left .email-container {
    width: 50%;
    float: left;
    padding: 0 15px;
}

.comment-respond .comment-left {
    margin: 0 -15px;
}

.comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url {
    width: 33.33%;
    float: left;
    margin-bottom: 0;
}

.comment-respond p,
.comment-respond .comment-form-rating {
    padding: 0 15px;
}

.comment-respond p.form-submit {
    display: inline-block;
    margin-bottom: 0px;
}

.comment-respond .comment-form {
    margin: 0 -15px;
}

.comment-respond {

}

.comment-reply-title {
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 31px;
}

.comment-respond p.comment-notes {
    margin-bottom: 25px;
}

.comment-respond p.comment-form-comment {
    margin-bottom: 12px;
}

.comment-respond label {
    font-weight: 400;
    color: #222222;
}

.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond input[type="url"] {
    font-weight: 500 !important;
    border-radius: 5px;
    font-size: 13px;
    border: 1px solid #ececec;
    background: #fff;
    color: #111;
    outline: none;
    width: 100%;
    padding: 10px 12px;
    height: 44px;
    -webkit-transition: .3s;
    transition: .3s;
}

.comment-respond p.form-submit input[name="submit"] {
    font-family: 'laCartoonerie';
    text-align: center;
    border: 0px;
    outline: 0px;
    color: #fff !important;
    font-size: 20px;
    border-radius: 30px;
    padding: 5px 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    min-height: 71px;
    max-width: 359px;
    width: 100%;
    background: url('../img/btns-5.png') center no-repeat;
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 2;
    line-height: 1.3;
}

.comment-respond p.form-submit input[name="submit"]::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: url('../img/btns-5-h.png') center no-repeat;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02);
    z-index: -1;
}

.comment-respond p.form-submit input[name="submit"]:hover::before {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.comment-respond textarea {
    overflow: hidden;
    color: #999;
    font-size: 13px;
    font-weight: 500;
    border: none;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 5px;
    width: 100%;
    padding: 13px 15px 13px 15px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    height: 140px;
    margin-bottom: 15px;
}

.comment-respond input[type="submit"] {
    font-size: 14px;
    line-height: 46px;
    height: 46px;
    color: #ffffff;
    font-weight: 500;
    border-radius: 25px;
    padding: 0px 25px 0px 25px;
}

/* sidebar
-------------------------------------------------------------- */
.widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.widget ul li,
.widget ul li ul.children li {
    padding: 5px 0px 5px 15px;
}

.widget ul .sub-menu {
    padding-left: 15px;
}

.widget > ul > li {
    padding: 13px 0px 13px 0px;
    border-bottom: 1px solid #e5e5e5;
}

.widget ul li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.widget.widget_archive > ul > li,
.widget.widget_categories > ul > li {
    text-align: right;
    padding: 13px 0px 13px 0px;
    border-bottom: 1px solid #ececec;
    color: #d21e2b;
    font-size: 13px;
    font-weight: 500;
    overflow: hidden;
}

.widget.widget_archive > ul > li a,
.widget.widget_categories > ul > li a {
    list-style-type: none;
    border-bottom: none;
    display: inline;
    float: left;
    padding: 0;
    color: #444;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.sidebar .widget.widget_archive > ul > li > a:hover {
    color: #bf8aa5;
}

.sidebar a {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

.sidebar .widget > ul > li > a:before {
    display: none;
}

.sidebar .widget.widget_categories ul li:hover:before,
.sidebar .widget.widget_product_categories ul li:hover:before {
    width: 100%;
    opacity: 100;
}

.sidebar .widget.widget_categories > ul > li:hover a,
.sidebar .widget.widget_categories > ul > li:hover:after,
.sidebar .widget.widget_categories > ul > li:hover,
.sidebar .widget.widget_product_categories > ul > li:hover a,
.sidebar .widget.widget_product_categories > ul > li:hover:after,
.sidebar .widget.widget_product_categories > ul > li:hover {
    color: #bf8aa5;
}

.sidebar .widget {
    margin-bottom: 30px;
    overflow: hidden;
}

.sidebar .widget .widget-title {
    position: relative;
    color: #3d3459;
    font-size: 20px;
    font-weight: 400;
    padding: 0px 0px 10px 0px;
    margin-bottom: 30px;
    margin-top: 0;
    font-family: 'laCartoonerie';
}

.sidebar .widget .widget-title:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #bf8aa5;
}

.sidebar .widget.widget_text.widget_custom_html {
    border: none;
    padding: 0 0 0 0;
}

.sidebar .widget.widget_text .widget-title {
    font-size: 24px;
    line-height: 24px;
    text-transform: none;
}

.sidebar .widget.widget_text .textwidget {
    font-size: 13px;
    line-height: 24px;
    color: #777777;
}

.sidebar .widget.widget_text .textwidget p {
    margin-bottom: 27px;
}

.sidebar .wpcf7-form {
    margin: 0;
    padding: 27px 15px 0px;
    position: relative;
    background: #f7f7f7;
    border: 1px solid #ececec;
    border-radius: 5px;
}

.sidebar .wpcf7-form input {
    width: 100%;
    background: #fff;
    color: #111;
    font-weight: 400;
    padding: 12px 10px;
    border: none;
    border-radius: 5px;
    margin: 5px 0px;
}

.sidebar .wpcf7-form input[type="submit"] {
    display: block;
    width: 100%;
    background: #d21e2b;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    border-radius: 50px;
    margin-top: 5px;
    padding: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.sidebar .widget.widget-download-word,
.sidebar .widget.widget-download-pdf {
    margin-bottom: 10px;
    padding: 0px 31px 0px 31px;
    background-color: #333335;
    border-radius: 3px;
}

.sidebar .widget.widget-download-word a,
.sidebar .widget.widget-download-pdf a {
    color: #fff;
    font-size: 16px;
    line-height: 70px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.sidebar .widget.widget-download-word i,
.sidebar .widget.widget-download-pdf i {
    color: #fff;
    font-size: 22px;
    margin-right: 17px;
    position: relative;
    top: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.sidebar .widget.widget-download-word a:hover,
.sidebar .widget.widget-download-pdf a:hover,
.sidebar .widget.widget-download-word a:hover i,
.sidebar .widget.widget-download-pdf a:hover i {
    color: #0f3661;
}

.sidebar .widget.widget-download-pdf {
    margin-bottom: 0px;
}

.page-services-single .sidebar .widget.widget_nav_menu {
    margin-bottom: 40px;
}

.sidebar .download-pdf {
    padding: 9px 23px 8px 49px;
    background-color: #0f3661;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.sidebar .download-pdf i {
    padding-left: 15px;
}

.search-form{
    width: 290px;
    position: relative;
}
.search-form input[type="search"]{
    width: 290px;
    height: 50px;
    background: url('../img/search.png') no-repeat;
    background-size: contain;
    border: 0px;
    outline: 0;
    padding: 5px 15px;
    font-size: 20px;
    font-family: 'laCartoonerie';
    color: #3d3459;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.search-form input[type="submit"]{
    position: absolute;
    z-index: 2;
    top: 0px;
    right: 5px;
    width: 50px;
    height: 100%;
    background: rgba(255,255,255,0.2);
    outline: 0;
    border: 0px;
    text-indent: -9999px;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
}
.search-form input[type="submit"]:hover{
    opacity: 1;
}
.search-form .screen-reader-text{
    display: none;
}





/**/

body.tax-analiscat #main-content{
    padding-bottom: 70px;
}
body.tax-analiscat #primary,
body.single-analis #primary{
    margin-top: 100px;
}
body.tax-analiscat::before ,
body.single-analis::before{
    content: '';
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 722px;
    background: #fff url('/wp-content/themes/liiva/img/clinic_bgr.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 1200px){
    body.tax-analiscat::before ,
    body.single-analis::before{
        background-size: contain;
    }
}
@media (max-width: 767px) {
    body.tax-analiscat #primary,
    body.single-analis #primary{
        margin-top: 70px;
    }
}
/*cat analis*/
/*list word*/

body.tax-analiscat .title {
    color: #3e365a;
    font-size: 24px;
    font-weight: 700;
}

body.tax-analiscat .title:hover {
    color: #70345d;
}

body.tax-analiscat .item {
    padding-bottom: 22px;
    position: relative;
    margin-top: 30px;
}

body.tax-analiscat .item::before {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 912px;
    height: 7px;
    bottom: 0px;
    left: -35px;
    background: url('../vc_shortcode/vc_analises/img/line.png') no-repeat;
    background-size: contain;
}

body.tax-analiscat .btns-analises {
    font-family: 'laCartoonerie';
    text-align: center;
    border: 0px;
    outline: 0px;
    float: right;
    color: #fff !important;
    font-size: 23px;
    border-radius: 30px;
    padding: 5px 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    min-height: 59px;
    max-width: 212px;
    width: 100%;
    background: url('../vc_shortcode/vc_analises/img/btn-analises.png') center no-repeat;
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 2;
    line-height: 1.3;
    background-size: cover;
}

body.tax-analiscat .btns-analises::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: url('../vc_shortcode/vc_analises/img/btn-analises-h.png') center no-repeat;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    z-index: -1;
    background-size: cover;
}

body.tax-analiscat .btns-analises:hover::before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

body.tax-analiscat .price-old {
    font-size: 31px;
    color: #949494;
    font-weight: 200;
    text-align: center;
    line-height: 1;
    float: left;
    width: 50%;
    position: relative;
}

body.tax-analiscat .price-old span {
    font-size: 9px;
    display: block;
}

body.tax-analiscat .price-new {
    font-size: 38px;
    color: #3c3358;
    font-weight: 900;
    float: left;
    /* width: 50%;*/
    width: 100%;
    line-height: 1;
    top: -3px;
    text-align: right;
}

body.tax-analiscat .price-new span {
    position: relative;
    display: block;
}

body.tax-analiscat .price-new sup {
    font-size: 21px;
    position: relative;
    top: -16px;

}

body.tax-analiscat .price-old > div {
    display: table;
    position: relative;
    margin: auto;
}

body.tax-analiscat .price-old > div::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 15px;
    left: 0px;
    background: #949494;
}

@media (max-width: 1200px) {
    body.tax-analiscat .price-new,
    body.tax-analiscat .price-old {
        font-size: 28px;
    }

    body.tax-analiscat .price-new sup {
        top: -11px;
    }

    body.tax-analiscat .btns-analises {
        transform: scale(0.8);
    }

    body.tax-analiscat .price-new sup {
        font-size: 15px;
    }

}

@media (max-width: 992px) {
    body.tax-analiscat .btns-analises{
        float: left;
    }
    body.tax-analiscat .item::before{
        left: 0px;
    }
}

@media (max-width: 767px) {
    body.tax-analiscat .title{
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    body.tax-analiscat .btns-analises{
        font-size: 18px;
    }
    body.tax-analiscat .price-new, .vc_analises .price-old{
        font-size: 20px;
    }
    body.tax-analiscat .price-new sup {
        font-size: 9px;
    }
    body.tax-analiscat .title {
        font-size: 18px;
    }
    body.tax-analiscat .price-old > div::before{
        top: 11px;
    }
}


/*single analiz*/
body.single-analis .entry-header-main{
    margin-bottom: 60px;
}
body.single-analis h1{
    font-size: 36px;
    color: #71365e;
    margin-bottom: 18px;
    font-family: 'laCartoonerie';
}
body.single-analis .sinonim{
    font-size: 36px;
    color: #71365e;
    margin-bottom: 18px;
}
body.tax-analiscat .sinonim{
    font-size: 17px;
    color: #555;
    margin-top: 5px;
}
body.single-analis .sinonim{
    color: #3e365a;
    font-size: 22px;
    font-weight: 500;
}

body.single-analis .price-new{
    color: #3c3358;
    font-weight: 900;
    font-size: 60px;
    line-height: 1;
    font-family: 'Roboto Condensed';
    margin-bottom: 10px;
    margin-top: 8px;
}
body.single-analis .price-new sup{
    font-size: 35px;
    font-weight: 900;
    top: -22px;
}

body.single-analis .about-price{
    color: #3e365a;
    font-weight: 700;
    margin-bottom: 12px;
}
body.single-analis .analis-code{
    color: #753d63;
    font-weight: 700;
    font-size: 24px;
}

body.single-analis .head-single-analis{

    position: relative;
    padding-bottom: 25px;
    margin-bottom: 20px;

}

body.single-analis .head-single-analis::before {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 1193px;
    height: 7px;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
    background: url('../img/line-single-analis.png') no-repeat;
    background-size: contain;
}


.wpb-js-composer .vc_tta-style-classic .vc_tta-tab>a {
    border: 0 !important;
   background: none !important;
    color: #646464 !important;
    font-size: 18px !important;
    font-family: 'Roboto Condensed' !important;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}
.wpb-js-composer .vc_tta-style-classic .vc_tta-tab>a:nth-child(1) {
    padding-left: 0px !important;
}
.wpb-js-composer .vc_tta-style-classic .vc_tta-tab>a:hover{
    color: #4c4466 !important;
}
.wpb-js-composer .vc_tta-style-classic .vc_active > a:before {
    content: '' !important;
    position: absolute !important;
    bottom: 0px !important;
    left: -10px !important;
    width: 100% !important;
    height: 16px !important;
    background: url('../img/active-tabe.png') no-repeat !important;
    background-size: contain !important;
    top: auto !important;
    right: auto !important;
}
.wpb-js-composer .vc_tta-style-classic .vc_active > a {
    color: #4c4466 !important;
}
.wpb_text_column ul li.vc_tta-tab::before{
    display: none;
}
.wpb-js-composer .vc_tta-style-classic.vc_tta-tabs .vc_tta-panels, .wpb-js-composer .vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after, .wpb-js-composer .vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body{
    background: none !important;
    border: 0 !important;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-tabs-container{
    display: block !important;
}
.wpb-js-composer .vc_tta-panel .vc_tta-panel-heading{
    display: none !important;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body{
    padding-right: 0px !important;
    padding-left: 0px !important;
}
@media (max-width: 992px) {
    body.single-analis h1{
        font-size: 28px;
    }
    body.single-analis .sinonim {
        font-size: 18px;
    }
    body.single-analis .price-new{
        font-size: 40px;
    }
    body.single-analis .price-new sup {
        font-size: 24px;
        top: -17px;
    }
    body.single-analis .about-price {
       font-size: 12px;
    }
}


/*tabs*/
body.single-analis .tabs-analises{
    margin-bottom: 30px;
    margin-top: 0px;
    float: left;
    width: 100%;
}

.btns-tab {
    font-family: 'laCartoonerie';
    text-align: center;
    display: block;
    border: 0px;
    outline: 0px;
    color: #fff !important;
    font-size: 18px;
    border-radius: 30px;
    padding: 0px 5px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    cursor: pointer;
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.btns-tab-1 {
    height: 62px;
    width: 233px;
    background: url('../img/btns-tab-1.png') center no-repeat;
}

.btns-tab-2 {
    height: 62px;
    width: 276px;
    background: url('../img/btns-tab-2.png') center no-repeat;
}
.btns-tab-3 {
    height: 62px;
    width: 294px;
    background: url('../img/btns-tab-3.png') center no-repeat;
}
.btns-tab-4 {
    height: 62px;
    width: 275px;
    background: url('../img/btns-tab-4.png') center no-repeat;
}

.tabs-analises .btns-tab{
    float: left;
    margin-right: 6px;
    opacity: 0.7;
}
.tabs-analises > .btns-tab:nth-last-of-type(1){
    margin-right: 0px;
}

.body-analises .body-tab{
    display: none;
}
.body-analises .body-tab:nth-child(1){
    display: block;
}
.body-analises{
    margin-bottom: 100px !important;
}
/*
.tabs-analises > .btns-tab::before {
    content: '';
    position: absolute;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    top: 3px;
    left: 5px;
    background: url('../img/tab-ok.png') no-repeat center;
    border: 1px solid #fff;
}
.tabs-analises > .btns-tab-1::before {
    background-color: #4c4466;
}
.tabs-analises > .btns-tab-2::before {
    background-color: #71365e;
}
.tabs-analises > .btns-tab-3::before {
    background-color: #9d417f;
}
.tabs-analises > .btns-tab-4::before {
    background-color: #c166a4;
}
.tabs-analises > .btns-tab.active::before{
    display: block;
}*/


.tabs-analises > .btns-tab:hover,
.tabs-analises > .btns-tab.active{
   /* text-shadow: 0px 0px 7px #FFFFFF;*/
    opacity: 1;
}
/*
@media (max-width: 767px) {
    .tabs-analises .btns-tab{
        float: left;
        margin: 0px auto 10px;
    }
}*/