h1.blue-title {
    font-size: 40px;
    color: #34586a;
    margin-top: 30px;
}

header.open{
    background: white;
    border-bottom: none;
}

header.open .logo {
    color: black;
}

header.open .top-menu a{
    color: black;
}

header.open .btn-header {
    color: black;
}
        
header.open .small-btn {
    color: black;
}

header.open .lk svg{
    fill: #78a1b2;
}

#bread{
    margin: 10px 0px 15px;
}        

#bread a{
    color:#000;
    text-decoration: underline;
}

#bread a:hover{
    text-decoration: none;
}

.article-body{
    line-height: 1.7;
    font-size: 17px;
}

.article-head.tags{
    overflow: hidden;
    display: inline-block;
    margin-left: -4px;
    vertical-align: middle;
}

.article-head .tags .tag-name{
    display: inline-block;
    margin-right: 1.6%;
    padding: 0 3.8%;
    line-height: 22px;
    background: #e9f1f5;
    border-radius: 4px;
    color: #86a4af;
    font-size: 0.933em;
    margin-bottom: 2%;
    padding: 0 18px;
    line-height: 21px;
    margin: 0 4px 9px;
    display: block;
    float: left;
    transition: all 0.3s ease-in-out;
}

.article-head .tags .date{
    color: #86a4af;
    margin-left: 20px;
}

.article-head{
    width: 70%;
}

.article-body img{
    width: 100%;
    margin: 5px 0px;
}

.article-body .author{
    margin: 20px 0px;
}

.share {
    margin: 36px 0;
}

blockquote.grey {
    background: #f3f6f7;
}
.article-body h1, .article-body h2, .article-body h3, .article-body h4{
    color: #34586a;
    margin-bottom: 1.6rem;
    margin-top: 2rem;
}

.article-body a{
    color: #0280bb;
}

.article-body > blockquote {
    margin-right: 60px;
    padding: 36px 60px;
    line-height: 28px;
    font-size: 18px;
    position: relative;
    border-left: 5px solid #eee;
    margin: 35px 0px;
}

.article-body p{
    margin-bottom: 1.5rem ;
}

.article-body > blockquote.bordered {
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}

.article-body > ol li,
.article-body > ul li {
    line-height:28px;
    margin: 15px 0;
    padding-left: 18px;
    position:relative;
}

.article-body > ul,
.article-body > ol{
    padding-left: 54px;
    list-style-position: outside;
}
.article-body > ol{
    list-style-type:decimal-leading-zero;
}
.article-body > ul {
    list-style:none;
}

.article-body > ul li:before{
    content:"";
    position:absolute;
    width:4px;
    height:4px;
    background:#2299c5;
    top:8px;
    left: -16px;
    display:block;
    border-radius:50%;
}
.article .article-name{
    border:0px;
}

   .article-head h1{
        font-size: 1.5rem;
    }
    
    .article-head h2{
        font-size: 1.8rem;
    }
    
    .article-head h3{
        font-size: 1.5rem;
    }
    
    .article-head h4{
        font-size: 1.3rem;
        line-height: 26px;
    }


#articles .text{
    width: 340px;
}

@media (max-width: 1024px){
    .article-head{
        width: 100%;
    }
    
    #bread a{
        font: 12px;
    }

    .article-head{
        font: 14px "Ubuntu";  line-height: 21px;
    }

    .article-body > blockquote{
        line-height: 25px;   font-size: 16px;    margin-right: 0;  padding: 32px 35px;
    }
    .article-body > ul,
    .article-body > ol{
        padding-left: 24px;
    }

}

.hight{
    display: none;
}

@media screen and (max-width: 1199px){
    #articles .text {
        width: 100%;
    }
}

#post .author {
   margin: 30px 0;
}

.article .text {
    flex: 1;
}

#tree-type .img-box {
    position: relative;
    margin-top: 42px;
    margin-bottom: -90px;
}

#tree-type .img-box img {
    max-width: 100%;
}

.new-capabilities-item {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 0 12px;
    text-transform: uppercase;
    line-height: 19px;
    border-radius: 20px;
    background: #ffd737;
    font-size: 12px;
    color: black;
    height: auto !important;
    box-shadow: 0 12px 24px rgba(230,200,45,.32);
    font-weight: normal;
}

#capabilities .tabs {
    margin-top: 50px;
}

.big-block-icon {
    position: relative;
}

.big-block-icon .new-capabilities-item {
    right: auto;
    left: 17px;
    top: 14px;
}

@media screen and (max-width: 1199px) {
    .tab-link .new-capabilities-item {
        display: none;
    }
    #tree-type .img-box {
        margin-top: 10px;
        margin-bottom: 0;
    }
}
.has-automatic-table-of-content {
    margin: 36px 0;
    position: relative;
    padding-bottom: 1px;
}
.has-automatic-table-of-content:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 210px;
    height: 2px;
    background: #e0e0e0;
}
.has-automatic-table-of-content a {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
    text-decoration: none;
}
.has-automatic-table-of-content .step-text .caption {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 16px;
}
.has-automatic-table-of-content .caption:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 210px;
    height: 2px;
    background: #e0e0e0;
}

/*topmenuends*/

/*callback*/

.q-item {
    height: 289px;
    background: #fafafa;
    padding: 65px 100px;
    border-radius: 8px;
    display: inline-block;
    position: relative;
    border: 1px solid transparent;
    vertical-align: top;
    -webkit-box-shadow: 0px 2px 7px 0px rgba(192, 199, 209, 0.5);
    -moz-box-shadow: 0px 2px 7px 0px rgba(192, 199, 209, 0.5);
    box-shadow: 0px 2px 7px 0px rgba(192, 199, 209, 0.5);
}

.q-item.q-item-form {
    max-width: 700px;
    width:100%;
    padding: 65px 0px;
    height: 520px;
    background-image: url(conversus.pro/img/callback/dog.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    text-align: center;
}

.q-item-form .blue {
    color: #1175c0;
}

.q-item-form .quiz-form-title {
    font-size: 25px;
    color: #010101;
    margin-bottom: 20px;
    line-height: 35px;
}

.q-item-form .quiz-form-text {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 14px;
    width: 320px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.q-item-form .quiz-form-text b{
    font-size: 18px;
}

.q-item-form .quiz-form-text p {
    margin-bottom: 0;
}

.q-item-form input{
    width: 320px;
}

.q-item-form .new-primary-btn{
    width:320px;
}

.new-primary-btn {
    height: 52px;
    background: inherit;
    background: #178fe8;
    border: none;
    border-radius: 6px;
    color: #fff;
    padding: 1px 40px;
    font-weight: 500;
    outline: none;
    transition: box-shadow 0.15s, transform 0.2s;
}

.new-primary-btn:hover {
    color: white;
    box-shadow: 0 8px 13px rgba(55, 64, 82, 0.3), 0 3px 0 #196bab;
    transform: translateY(-2px);
}

.q-item-form .js-to-text {
    display: none;
}

.q-item-form .js-to-text.shown {
    height: 200px;
    display: table;
    width: 100%;
    font-size: 13px;
}

.q-item-form .js-to-text > span {
    display: table-cell;
    vertical-align: middle;
}

.q-item.q-item-form .form-group {
    width: 320px;
    margin: 0 auto;
    margin-bottom: 18px;
}

.q-item-form .quiz-form-text p:first-child {
    margin-bottom: 18px;
}

.q-item-form .copyright{
    width:480px;
    margin: 0 auto;
    color: #b4b4b4;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 30px;
}

.close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    z-index: 10;
    background: transparent;
    border: none;
    cursor: pointer;
    outline: none;
}

.close-btn:before, .close-btn:after {
    content: '';
    position: absolute;
    left: 10px;
    top: calc(50% - 1px);
    width: 20px;
    height: 2px;
    background: #000;
    border-radius: 1px;
    transform: rotate(45deg);
}

.close-btn:after {
    transform: rotate(-45deg);
}

@media (min-width: 800px){
    
    .modal-dialog {
        max-width: 700px;
        margin: 1.75rem auto;
    }

}
/*callback ends*/

/*three btns*/
.flex-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-col-button {
    width: 340px;
    height: 72px;
    border: 2px solid #f9d21f;
    border-radius: 36px;
    transition: background-color 0.3s ease-in-out,box-shadow 0.3s ease-in-out, transform .3s ease-in-out;
}

.flex-col-button:hover {
    background-color: #ffd21e;
    box-shadow: 0 15px 17px rgba(0, 59, 95, 0.2);
    transform: translateY(-5px);
}

.flex-col-button .img-cont {
    display: inline-block;
    width: 120px;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.flex-col-button .img-cont img {
    bottom: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

a.flex-col-a {
    position: relative;
    display: block;
    height: 100%;
    padding: 0 24px 0 16px;
    text-decoration: none !important;
}

.flex-col-button .text {
    vertical-align: middle;
    display: inline-block;
    width: calc(100% - 130px);
    color: #010101;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
}

#working-buttons .work-steps h2 {
    margin-bottom: 82px;
}

#working-buttons {
    z-index: 2;
    position: relative;
}


@media (max-width: 1540px){
    .flex-col-or {
        display: none;
    }
}

@media (max-width: 1350px) and (min-width: 1200px){

    header .nav {
        margin-left: -110px;
    }

    header .top-menu a {
        padding: 0 8px;
    }

}

@media (max-width: 1200px){
    .flex-col-button {
        width: 270px;
    }

    .flex-col-button .img-cont {
        width: 80px;
    }

    .flex-col-button .img-cont img {
        width: 100%;
    }

    .flex-col-button .text {
        font-size: 15px;
    }
}

@media (max-width: 992px){
    .flex-col-button {
        width: 300px;
        margin-bottom: 30px;
    }

    .flex-col-button .text {
        font-size: 16px;
    }

    #working-buttons .flex-row {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    #working-buttons .flex-col-button:last-child {
        margin-bottom: 0;
    }

    #working-buttons .work-steps h2 {
        margin-bottom: 67px;
    }
}
/**/

/*tarifselector*/

.billing-select-tarif-variants {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 1;
    top: calc(100% + 5px);
    width: 100%;
    padding: 25px 15px;
    margin: 0 -15px;
    background: #f2f3f7;
    border: 1px solid #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 14px 12px rgba(121, 154, 178, 0.28);
    -moz-box-shadow: 0 14px 12px rgba(121, 154, 178, 0.28);
    box-shadow: 0 14px 12px rgba(121, 154, 178, 0.28);
}

.tarif-variant-selector {
    position: relative;
    cursor: pointer;
    background-color: #f3f7fa;
    padding: 13px 15px;
    margin-bottom: -26px;
}

.tarif-variant-selector:hover .billing-select-tarif-variants {
    opacity: 1;
    visibility: visible;
}

.billing-select-tarif-variants .billing-option {
    margin-bottom: 25px;
    position: relative;
    font-size: 17px;
    transition: color 0.3s ease-in-out;
    color: #000;
}

.billing-select-tarif-variants .billing-option:last-child {
    margin-bottom: 0;
}

.tarif_discount {/* Style for "Прямоуголь" */
    width: 52px;
    height: 24px;
    border-radius: 12px;
    background-color: #fbcf33;
    position: absolute;
    right: 0;
    text-align: center;
    line-height: 24px;
    top: calc(50% - 12px);
    font-size: 15px;
    font-weight: 700;
    color: #000;
}

.billing-select-tarif-variants .billing-option:hover {
    color: #178fe8;
}

.billing-select-tarif-variants:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 12px;
    top: -11px;
    left: 0;
}

.billing-select-tarif-selected {
    position: relative;
}

.billing-select-tarif-selected:after {
    content: '';
    position: absolute;
    right: 5px;
    width: 10px;
    height: 8px;
    top: calc(50% - 4px);
    background: url(conversus.pro/img/arrow_selector.png) no-repeat center;
    transform: rotate(180deg);
    transition: transform 0.3s ease-in-out;
}

.tarif-variant-selector:hover .billing-select-tarif-selected:after {
    transform: none;
}

.rate-block.selector .name:after{
    width: 100%;
}

.doptext .tarif_discount {
    display: none;
}

.doptext > span {
    font-size: 24px;
}

/*tarifselectorends*/

.red {
    color: #f5130e;
}