/* RZ: new styles here for docsvision */
/* some styles will go to start_style.css */
/* Amazing Vertical-align  */
.rz_centered {
    margin-left: auto;
    margin-right: auto;
}

.rz_verticallyCenter {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.rz_demo_form {
}

.rz_demo_form .image {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    font-size: 0;
    z-index: 3;
}

.rz_demo_form .image.pos4 {
    height: 534px;
    right: 50%;
    margin: -32px 173px;
    text-align: right;
}

.rz_demo_form .image.pos4 img {
    height: 100%;
    width: auto;
}

.rz_demo_form .image.pos4 img {
    border: 0;
    vertical-align: top;
}

.rz_demo_form .image.pos4>* {
    height: 100%;
}

/* /////////////////////////// */
.big-title.rz_faq-title {
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 21px 0 !important;
    color: #bbd02d;
    padding-top: 15px;
}

/* MAIN MEDIA RULEZ */
/* On screens that are 1200px wide or less, set properties */
@media only screen and (max-width: 900px) {
    .rz_row {
        flex-direction: column;
        width: 100%;
    }

    .rz_col-6 {
        width: 100%;
    }
}

/* PDF block */
@media only screen and (max-width: 900px) {
    .rz_row {
        flex-direction: column;
        width: 100%;
    }

    .pdf-demo .rz_row [class*="rz_col-"] {
        width: 100%;
    }

    .pdf-demo .rz_row {
        display: flex;
        flex-direction: column;
    }
}

/* PDF */
.pdf-demo .blocks {
    list-style: none;
    margin: 42px -30px -21px 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 2;
}

.pdf-demo .blocks,
 {
    font-size: 14px;
    line-height: 21px;
    text-align: left;
}

.pdf-demo .blocks li {
    width: calc(50% - 30px);
    padding: 23px 28px 34px 28px;
    margin: 0 30px 21px 0;
    box-shadow: 0 35px 60px rgba(49,65,81,.1), 0 -35px 60px rgba(49,65,81,.03);
    background: #fff;
    border-radius: 5px;
}

.blocks>li:before {
    content: '';
    font-size: 46px;
    position: absolute;
    top: -1px;
    left: 0;
}

.pdf-demo embed {
    overflow: hidden;
}

.pdf-demo .rz_row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

/* Fix for text in cards solutions */
.catalog-link .name {
    position: relative;
    padding: 0;
    margin: 5px 0 6px 0;
    height: 70px;
    color: #271f47;
    -ms-line-clamp: 3;  /*rz: this works fine */
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}

/* demo - what included, what not */
.demo_inc {
    background-image: url('/netcat_files/4/90/1.webp');
    background-size: cover;
}

.demo_inc ul li {
    color: #bdbdbd;
}

.demo_inc .hold .l:before {
    background-image: url(../img/check.png);
    opacity: 0.4;
    left: 0;
}

.demo_inc .hold .r:before {
    background-image: url(../img/cancel.png);
    opacity: 0.3;
    right: 0;
}

.demo_inc .hold .l .big {
    color: #bbd02d;
}

.demo_inc .hold .r .big {
    color: #ff5450;
}

.rz_col-6 .course-mini a {
    color: #bbd02d;
}
.rz_col-12 .course-mini a {
    color: #bbd02d;
}

/* IMG in FORM */
.rz_devices .book img {
    /* max-width: 100%;   rules for responcive image */
    /* height: auto; */
    /* display: block; */
    width: auto;
    position: absolute;
    left: -523px;
    box-shadow: none;
    height: 520px;
}

/* MEDIA for block*/
@media only screen and (max-width: 980px) {
    .rz_devices .book img {
        position: relative;
        background-position: left top;

        /* width: 280px ; */
        max-width: 100%;
        height: auto ;
        left: 0px!important;
    }

    .demo_inc .hold .l:before {
        opacity: 0.15;
    }

    .demo_inc .hold .r:before {
        opacity: 0.2;
    }
}

/* rz:END 980px */
@media only screen and (max-width: 760px) {
    .demo_inc .hold .l:before {
        left: calc(50% + 25px);
        width: 50px;
        height: 50px;
        margin: -5px -18.5px;
    }

    .demo_inc .hold .r:before {
        left: calc(50% - 25px);
        width: 50px;
        height: 50px;
        margin: -5px -18.5px;
    }

    .demo_inc .hold .l:before {
        opacity: 0.15;
    }

    .demo_inc .hold .r:before {
        opacity: 0.2;
    }

    .rz_devices .book img {
        position: relative;

        /* display: none;	 */
        /* background-position: left top; */
        /* width: 150px !important; */
        /* height: auto !important; */
        left: 0px!important;
        max-width: 100%;
        height: auto;
        display: block;
    }
}

@media only screen and (max-width: 560px) {
    .demo_inc .hold .l:before {
        left: calc(50% - 130px);
        width: 50px;
        height: 50px;
        margin: -5px -18.5px;
    }

    .demo_inc .hold .r:before {
        left: calc(50% + 70px);
        width: 50px;
        height: 50px;
        margin: -5px -18.5px;
    }

    .demo_inc .hold .l .big {
        padding-right: 62px !important;
    }

    .demo_inc .hold .r .big {
        padding-right: 62px !important;
    }
}

.adv_cell {
    min-height: 80px;
    border-bottom: 1px solid #bec9d1;
    display: flex;
    flex-direction: row;
    align-items: flex-start;

    /* padding-top: 46px */
}

.adv_ico {
    opacity: 0.3;
}

.rz_form-done-wrapper {
    display: flex;
    flex-direction: column;
}

.rz_form-done-wrapper p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.56;
    margin: 0px;
    padding-left: 0px;
    text-align: left;
}