/*========== VARIABLES =======*/
:root {
    --accent: #000; /*rgb(230, 138, 0)*/
    --accent-focus-light: #ffa31a; /*light*/
    --accent-focus-dark: #cc7a00; /*dark*/
    --footer-bg: #444;
    --accent2: #333;
    --text-bright: #fff;
    --text1: #000;
    --text2: #333;
    --text3: #666;
    --ufc: #F6FAFD;
    --success: green;
}

/*========== END VARIABLES =======*/

.breadcrumb {
    background-color: #fff;
    position: relative;
    top: 20px;
    margin-left: 15px;
}

.breadcrumb-item a {
    color: var(--accent);
}

.notForCopy {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.article-page {
    margin-left: 0;
}

.article-page .title_sect {
    margin: 10px 0 20px;
}

.left_side h2 {
    font-size: 32px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.left_side h3 {
    font-size: 20px;
}

.article_h3 {
    line-height: 1.2;
    font-size: 28px;
    margin-top: 25px;
    margin-bottom: 10px;
}

.italic {
    font-style: italic;
}

.article-tx {
    margin-top: 10px;
    text-align: justify;
}

.matdate {
    border-bottom: 1px solid #cccccc;
    color: #cccccc;
    margin-bottom: 20px;
}

.matdate_bottom {
    margin: 20px 0 40px;
}

.matdate data {
    display: inline-block;
    color: #7d7d7d;
    margin-bottom: 3px;
}

.matdate .share {
    float: right;
    /*margin-top: -2px;*/
}

.matdate_bottom .share {
    float: right;
    margin-top: 7px;
}

.article-img {
    width: 100%
}

.article-alone-img img {
    display: block;
    width: auto;
    margin: 0 auto;
}

.w600 img {
    max-width: 600px;
}

.h600 img {
    max-height: 600px;
}

.articles-links {
    margin: 30px -15px 20px 0px;
}

.articles-link {
    width: 49%;
    display: inline-block;
    background-color: var(--footer-bg);
    height: 45px;
    margin-top: 5px;
    position: relative;
    text-align: center;
}

.articles-link a {
    color: #fff;
    display: block;
    padding-top: 10px;

}

.articles-link a span {
    margin: 0 6px;
}

/*.a-l-left{
	left: 10px;
}
.a-l-right{
	right: 10px;
}
.a-l-left span{
	padding-left: 20px;
}
.a-l-right span{
	padding-right: 20px;
}*/
.articles-link a .fa-angle-left, .articles-link a .fa-angle-right {
    top: 0px;
    font-size: 20px;
}

.articles-link:hover {
    background-color: #666;
}

.articles-links:hover a {
    text-decoration: none;
}

.article-list {
    margin: 7px 0 10px;
}

.article-list {

    margin: -8px 0 18px 10px;
}

.dashed-list {
    list-style-type: none;
}

.article-list li {
    font-size: 16px;
    margin: 0 0 7px 0;
    font-family: 'Colibri', sans-serif;
    font-weight: 200;
}

.dashed-list li:before {
    content: '\2014';
    position: absolute;
    margin-left: -20px;
}

/*========== Projects-page===============*/
.s-projects {
    min-height: 600px;
}

.filter-btn {
    margin-right: 10px;
    text-decoration: underline;
    font-weight: 600;
    color: var(--text3);
    font-size: 20px;
}

.filter-btn:focus {
    outline: none;
}

.is-checked {
    color: var(--accent);
    text-decoration: none;
}

.b-portfolio__layout {
    margin-top: 25px;
    margin-bottom: 20px;
}

.b-portfolio__item {
    margin-right: 5px;
    margin-bottom: 5px;
    height: auto;
    display: block;
    width: 32%;
    height: 220px;
    position: relative;
    overflow: hidden;
}

.b-portfolio__item img {
    min-width: 100%;
    min-height: 100%;
}

.project-item-data {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    line-height: 1;
    padding: 10px;
    color: var(--text-bright);
    width: 100%;

}

.project-name {
    font-weight: 500;
    letter-spacing: 0.02rem;
}

/*========== END Projects-page===============*/

/*========== Project-page===============*/
.img-head {
    display: block;
    background-color: rgba(0, 147, 201, 1);
    max-height: 320px;
    /*width: 1200px;*/
    overflow: hidden;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    margin-bottom: 15px;
}

.img-head img {
    min-width: 100%;
    max-width: 100%;
    opacity: 0.9;
}

.img-head .prev__video {
    min-height: 320px;
}

.img-head .img-head-txt {
    /*margin-left: 70px;*/
    width: 60%;
    height: 140px;
    margin-top: -50px;
    position: absolute;
    z-index: 5;
    top: 50%;
}

.img-head .img-head-txt h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 32px;
    position: relative;
}

.img-head .img-head-txt p {
    color: #fff;
    font-size: 20px;
    line-height: 32px;
}

.project-data {
    padding: 15px;
    background-color: #f9f9f9;
}

.level {
    border: 1px solid #eee;
    padding: 15px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.level-n {
    color: var(--text3);
    font-weight: 600;
    font-size: 20px;
}

.level-n figure, .level-n .level-n__descr {
    display: inline-block;
}

.level-n figure img {
    max-width: 150px;
    display: inline-block;
    margin-right: 15px;
}

.level-n__descr h4 {
    color: var(--accent);
}

.level-n__tx {
    font-size: 18px;
    font-weight: 300;
}

.level-steps ul {
    list-style: none;
}

.level-step {
    color: var(--text3);
    margin-bottom: 10px;
    font-size: 16px;
}

.level-step span:last-child {
    color: var(--text1);
    display: block;
    font-size: 20px;
    line-height: 18px;
}

.call-to-action {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 60px;
}

.call-to-action a {
    color: var(--accent);
}

/*========== END Project-page===============*/

/*========== blog===============*/
.blog-slider .owl-item img {
    display: block;
    width: auto;
    margin: 0 auto;
}

/*========== END blog===============*/

/*========== faq-page===============*/
.faq-sect {
    margin-bottom: 35px;
}

.faq-sect .title_sect {
    margin: 10px 0;
}

.faq-item {
    margin-bottom: 18px;
}

blockquote {
    padding-left: 18px;
    position: relative;
    display: block;
    font-style: italic;
}

blockquote::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-left: 6px solid #eee;
}

.epigraf {

}

.epigraf_content {
    text-align: right;
    max-width: 70%;
    font-style: italic;
    /*background-color: rgba(255,0,0,0.3);*/
}

/*========== END faq-page===============*/

/*========== dialogi ===============*/

.blog-page-inner article .dialog h2 {
    margin-top: 70px;
}

.blog-page-inner article .dialog h2:first-child {
    margin-top: 30px;
}

.blog-page-inner .dialog nav {
    margin-bottom: 10px;
}

.dialog figure img {
    max-width: 50px;
}

.dialog .level {
    padding: 8px;
    margin-bottom: 3px;
    margin-top: 3px;
}

.dialog .level i {
    margin-right: 4px;
    display: inline-block;
    color: var(--accent);
}

.participant-client {

}

.participant-veso {
    text-align: right;
}

.participant-client .level-n__tx, .participant-veso .level-n__tx {
    text-align: justify !important;
}

.skanery .tab-content {
    text-align: center;
}

.skanery .tab-content p, .skanery .tab-content table {
    text-align: left;
}

.skanery blockquote::after {
    content: '';
    border-left: 6px solid var(--accent);
}

/*========== END dialogi ===============*/


.lcol {
    background: #fff;
    min-width: 100%;
    border: 1px solid #ccc;
    box-shadow: none;
    left: 0;
    margin-top: 9px;
    margin-bottom: 20px;
    overflow-x: hidden;
}

.lcol a {
    width: 100%;
    margin-top: -1px;
    float: left;
    text-transform: uppercase;
    text-align: left;
    line-height: 1.5em;
    padding: 10px 5%;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    box-sizing: border-box;
}

.lcol a {
    position: relative;
}

.lcol a:first-of-type {
    margin-top: 0;
}

.lcol a.chosen {
    background: #ccc;
}

.lcol a:last-of-type {
    border-bottom: none;
}

.choosen-articles a {
    border: none;
    text-transform: none;
    margin-left: 10px;
    font-size: 18px;
    line-height: 1.3;
}

.choosen-articles a:hover {
    text-decoration: underline;
}

.choosen-articles a.active {
    text-decoration: none;
    pointer-events: none;
    cursor: none;
    font-style: italic;
}

.choosen-articles a.active:hover {
    text-decoration: none;
}

.choosen-articles-item p {
    margin-left: 20px;
    font-size: 12px;
    color: #ccc;
}

.choosen-articles-item p i {
    color: #ccc;
    font-size: 12px;
}

/*========== s-art-news ===============*/
.s-articles {
    display: block;
    /*margin-left: 15px;*/
    margin-bottom: 15px;
}

.article-item {
    margin-top: 20px;
    display: block;
    overflow: hidden;
}

.article-item a {
    text-decoration: none;
}

.article-img-link {
    height: 140px;
    display: block;
}

.article-img-link img {
    min-width: 100%;
}

.article-text a, .all-articles a {
    text-decoration: underline;
    color: var(--accent);
}

.article-item .article-text p {
    margin-top: 15px;
}

.article-text h3 {
    margin-bottom: 15px;
}

.article-text a:hover, .all-articles a:hover {
    text-decoration: none;
}

.a-i-date data, .a-i-date .fa {
    color: #666;
}

.a-i-date .fa {
    font-size: 13px;
    margin-left: 5px;
}

.blog-slider .owl-prev .fa, .blog-slider .owl-next .fa {
    font-size: 24px;
    color: #BFBFBF;
}

.blog-slider .owl-prev .fa {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.blog-slider-3-items .owl-prev .fa {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

/*========== END s-art-news ===============*/

.ez-toc-title {
    color: var(--text1);
}

@media (max-width: 768px) {
    .img-head {
        width: 100%;
    }

    .img-head .prev__video {
        min-height: 252px;
    }

    .img-head .img-head-txt {
        /*margin-left: 70px;*/
        width: 90%;
        margin-top: -50px;
        position: absolute;
    }

    .b-portfolio__item {
        width: 49%;
        height: auto;
    }

}

@media (max-width: 600px) {
    .level-n__descr h4 {
        font-size: 1.3rem;
    }

    .b-portfolio__item {
        width: 47%;
    }

    .articles-link a span {
        margin: 0 3px;
    }
}

@media (max-width: 480px) {
    .img-head .prev__video {
        min-height: 140px;
    }

    .b-portfolio__item {
        width: 96%;
    }

    .article-img-link {
        height: 250px;
    }

    /*.a-l-left span, .a-l-right span{*/
    /*    display: inline-block;*/
    /*    position: absolute;*/
    /*    top: -7px;*/
    /*    min-width: 200px;*/
    /*}*/
    /*.articles-link a i {*/
    /*    font-size: 20px;*/
    /*    top: 1px;*/
    /*    display: inline-block;*/
    /*}*/
}

/*@media (max-width: 375px) {*/
/*    .a-l-left span, .a-l-right span{*/
/*    min-width: 160px;*/
/*}*/
/*.a-l-right span, .a-l-left span{*/
/*	font-size: 13px;*/
/*}*/
/*}*/

/*@media (max-width: 360px) {*/
/*    .a-l-left span, .a-l-right span{*/
/*    min-width: 100px;*/
/*}*/
/*}*/
@media (max-width: 480px) {
    .title_sect h1 {
        font-size: 35px;
    }

    .articles-links {
        margin: 30px 0px 20px 0px;
    }

    .articles-link {
        width: 100%;
    }
}

@media (max-width: 360px) {
    .title_sect h1 {
        font-size: 30px;
    }
}

/*========== TABLE===============*/

.table {
    --tableCellPadding: 1rem;
    --tableTitleBgColor: #ea5c0b;
    --tableTitleTextColor: #333;
    --tableSeparatorColor: #eee;
    --ufc: #f9f9f9;
}

.table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    color: #5B5B5B;
    background-color: #fff;
    background-color: var(--tableBgColor, #fff);
    margin-top: 20px;
}

.table__thead {
    /*background-color: var(--accent);*/
    /*color: white;*/
    background-color: #999;
    color: #333;
}

.table__mobile-caption {
    display: none;
}

.table__td, .table__th {
    padding: 5px 20px;
    padding-padding: var(--tableCellPadding, 20px);
    padding-box-sizing: border-box;
}

.table__td:first-child {
    color: var(--accent);
}

/*@media screen and (max-width: 1366px) {
.table-block {
padding-right: 5%; }
}*/

@media screen and (min-width: 769px) {
    .table__tr:hover {
        background-color: var(--ufc);
    }


    .table__td:first-child, .table__th:first-child {
        width: 40%;
        text-align: left;
    }

    .table__td, .table__th {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    /*.table-block {
    padding-right: 8%; }*/
    .table, .table__thead, .table__tbody, .table__tr {
        display: block;
    }

    .table tr {
        border-bottom: 3px solid rgba(0, 0, 0, 0.24);
    }

    .table__td {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .table__head {
        display: none;
    }

    .table__mobile-title {
        background-color: var(--tableTitleBgColor);
        color: var(--tableTitleTextColor);
    }

    .table__td {
        border-bottom: 1px solid var(--tableSeparatorColor);
    }

    .table__td:last-of-type {
        border-bottom: none;
    }

    .table__mobile-caption, .s-prices .table__value {
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table__mobile-caption {
        width: 70%;
    }

    .table__mobile-caption {
        padding-right: 3%;
    }
}

/*@media screen and (max-width: 480px) {
.s-prices .table-block {
padding-right: 12%; }
.s-prices .table-block .table {
  font-size: 14px; }
}

@media screen and (max-width: 360px) {
  .s-prices .table-block .table {
    font-size: 13px; }
}

@media screen and (max-width: 320px) {
  .s-prices .table-block .table {
    font-size: 12px; }
}
*/
/*========== END TABLE===============*/

@media screen and (max-width: 480px) {
    .table__mobile-caption {
        width: 50%;
    }

    .w600 img {
        max-width: 300px;
    }
}

.page-404 .a-link {
    text-decoration: underline;
}

.map-links-404 {
    margin: 20px 0;
}

.map-links-404 a {
    display: block;
    margin: 10px 0;
}

.star_0 .fa-star, .view-rating .rating-value {
    color: #FB8605 !important;
}

.card-wrapper a {
    line-height: 1.5;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    color: #fff;
}

.card-wrapper a .fa {
    font-weight: 100;
}

.fa-arrow-up {
    display: none;
}

.card-wrapper .show + a .fa-arrow-up {
    display: inline;
}

.card-wrapper .show + a .fa-arrow-down {
    display: none;
}

.card-wrapper a {
    display: block;
    padding-top: 10px;
}