/********************************/
/* Hide scrollbar on mobile     */

::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}
/* Hide scrollbar on mobile end */
/********************************/

/*======================================================================
 =================       N e w H e a d e r    =========================
=======================================================================*/
.top-header {
    width: 100%;
    height: 164px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row-reverse;
    box-shadow: 0 4px 14px 0 rgba(59, 59, 59, 0.2);
}

.top-header .logo-wrap img {
    width: 190px;
    height: 122px;
}

.top-header .phone {
    width: 159px;
    height: 63px;
}

.top-header .phone a {
    color: #57a4d5;
    direction: ltr;
}

.top-header .phone a .h-phone {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 2.7rem;
    margin-bottom: 5px;
    color: #58a4d6;
}

.top-header .phone a .small-phone {
    font-size: 1rem;
    font-weight: 600;
    font-weight: 700;
    line-height: 1rem;
    color: #58a4d6;
    text-align: center;
}

.top-header .phone a .small-phone[aria-lang="en-lang"],
.top-header .phone a .small-phone[aria-lang="ru-lang"] {
    text-align: left;
    margin-left: 5px;
}

/*======================================================================
 =================      S E R V I C E S    ============================
=======================================================================*/
.services {
    position: relative;
    width: 100%;
    height: 463px;
    background: white;
}

.services .s-title {
    position: relative;
    width: 100%;
    font-size: 36px;
    font-weight: bold;
    color: #57a4d5;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 64px;
}

.services .s-title:before {
    content: '';
    width: 293px;
    height: 1px;
    background: #57a4d5;
    position: absolute;
    right: 23%;
    top: 50%;
    z-index: 1;
}

.services .s-title:after {
    content: '';
    width: 293px;
    height: 1px;
    background: #57a4d5;
    position: absolute;
    left: 23%;
    top: 50%;
    z-index: 1;
}

.services .services-flex-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.services .services-flex-container .single-service {
    margin-right: 28px;
    text-align: center;
}

.services .services-flex-container .single-service img {
    width: 96px;
    height: 96px;
}

.services .services-flex-container .single-service .s-text {
    margin-top: 23px;
    width: 164px;
    height: 54.5px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #7f7f7f;
}

.services-container-text {
    position: relative;
    width: 100%;
    height: 1326px;
    background-color: #57a4d5;
}

.services-container-text .rectangleTop {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    top: -89px;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.services-container-text .title {
    position: relative;
    width: 100%;
    font-size: 36px;
    font-weight: bold;
    color: white;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}

.services-container-text .container-ovals {
    margin-top: 47px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 70%;
    margin: 0 auto;
}

.services-container-text .container-ovals .oval {
    margin-left: 20px;
    position: relative;
}

.services-container-text .container-ovals .oval .under-circle {
    position: absolute;
    width: 220px;
    height: 220px;
    background-color: white;
    border: solid 8px #57a4d5;
    border-radius: 50%;
    right: 75px;
    bottom: 385px;
}

.services-container-text .container-ovals .oval .circle {
    position: relative;
    width: 220px;
    height: 220px;
    border: solid 8px #57a4d5;
    border-radius: 50%;
    margin-top: 69px;
    background-color: white;
    text-align: center;
    margin: 0 auto;
}

.services-container-text .container-ovals .oval .circle img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 94px;
    height: 94px;
    transform: translate(-50%, -50%);
}

.services-container-text .container-ovals .oval .title-service {
    font-size: 19px;
    font-weight: bold;
    color: white;
    text-align: center;
    margin-top: 30px;
    width: 350px;
}

.services-container-text .container-ovals .oval hr {
    width: 186px;
    height: 3px;
    text-align: center;
    margin: 0 auto;
    background: white;
    margin-top: 21px;
    margin-bottom: 24px;
}

.services-container-text .container-ovals .oval .body-oval {
    width: 399px;
    height: 264px;
    font-size: 18px;
    color: white;
    text-align: center;
}

.services-container-text .video-container {
    margin-top: 88px;
    display: block;
    width: 86%;
}

.services-container-text .video-container .inner-video {
    border-radius: 186px 0 00 175px;
    position: absolute;
    right: 0;
    z-index: 100;
    background: white;
    width: 946px;
    height: 379px;
    display: inline-block;
}

.services-container-text .video-container .videoContainerReflection {
    position: absolute;
    bottom: 13%;
    border-radius: 186px 0 00 175px;
    background: #eeeeee;
    width: 946px;
    height: 379px;
}

.services-container-text .video-container .inner-video .side-text {
    margin-right: 333px;
}

.services-container-text .video-container .inner-video .side-text .title-video {
    font-size: 36px;
    font-weight: bold;
    padding-top: 23px;
    color: #57a4d5;
    text-align: right;
}

.services-container-text .video-container .inner-video .side-text .body-video {
    margin-top: 10px;
    width: 572px;
    font-size: 18px;
    text-align: right;
}

.services-container-text .video-container .inner-video .side-text .btn-check {
    position: relative;
    margin-top: 10px;
    width: 302px;
    height: 52px;
    font-weight: bold;
    border-radius: 26px;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.14);
    background-color: #57a4d5;
}

.services-container-text .video-container .inner-video .side-text .btn-check a {
    width: 241.2px;
    height: 33px;
    font-size: 18px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.services-container-text .video-container .player {
    display: inline-block;
    vertical-align: bottom;
}

.services-container-text .video-container .player .frame {
    margin-right: 220%;
    width: 611px;
    height: 353px;
    border: solid 3px white;
    text-align: center;
    padding: 12px;
}

@media only screen and (min-width : 890px) {
    .services-container-text .video-container .player .frame iframe {
        width: 580px !important;
        height: 330px !important;
    }
}

/*======================================================================
 =================     C O N E C C T I O N    =========================
=======================================================================*/
.connection {
    position: relative;
    top: -100px;
    width: 100%;
    height: 800px;
    position: relative;
    background-image: url('https://manpowercare.co.il/wp-content/themes/Avada-Child-Theme/images/connection.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.connection .form-container .form-title {
    width: 90%;
    height: 49px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    font-size: 36px;
    padding-top: 138px;
    font-weight: bold;
    text-align: center;
    color: white;
    margin: 0 auto;
}

.connection .form-container .sub-title-form {
    width: 100%;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    font-size: 18px;
    padding-top: 70px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    color: white;
}

.connection .form-container form {
    padding-top: 11px;
    margin: 0 auto;
    text-align: center;
}

.connection .form-container form .warp_input {
    display: inline-block;
}

#content.full-width {
    margin-top: -7px;
}

.connection .form-container form .warp_input input,
.connection .form-container form .warp_input select {
    height: 45px;
    color: #3b3b3b;
    margin-top: 10px;
    border-radius: 33.5px;
    border: solid 2px #ededed;
    background-color: white;
    font-size: 18px !important;
    text-align: right;
}

.connection .form-container form input::placeholder,
.connection .form-container form input::placeholder {
    font-size: 18px;
    text-align: right;
    color: #3b3b3b;
}

.connection .form-container form .warp_input_not {
    display: block;
    margin-top: 30px;
}

.connection .form-container form .warp_input_not input,
.connection .form-container form .warp_input_not select {
    height: 45px;
    font-size: 18px !important;
    border-radius: 33.5px;
    color: #3b3b3b;
    margin-top: 5px;
    border: solid 2px #ededed;
    background-color: white;
}

.form-container form .warp_input_not select {
    background: url(https://manpowercare.co.il/wp-content/themes/Avada-Child-Theme/images/select-arrow.svg) no-repeat 4% center;
}

.connection .form-container form .warp_submit input {
    font-family: 'Open Sans Hebrew' !important;
    margin: 0 auto;
    margin-top: 30px;
    background-color: #57a4d5;
    font-weight: bold;
    width: 183px;
    height: 52px;
    border-radius: 26px;
    font-size: 24px;
    text-align: center !important;
}

/*======================================================================
 =================     M O R E I N F O    =============================
=======================================================================*/
.more-info {
    position: relative;
    width: 100%;
    height: 593px;
    margin-top: 100px;
}

.more-info .half-circle {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: -197px;
    width: 1388px;
    height: 592px;
    border-radius: 0 0 50% 50%;
    opacity: 0.1;
    background-color: #57a4d5;
}

.flexslider .slides img {
    display: none!important;
}

.more-info .title-more {
    position: relative;
    margin-top: 56px;
    width: 100%;
    font-size: 36px;
    font-weight: bold;
    color: #57a4d5;
    margin: 0 auto;
    text-align: center;
}

.more-info .sub-title-more {
    margin: 0 auto;
    width: 328px;
    height: 27px;
    text-align: center;
    font-size: 20px;
    text-align: center;
    color: #3b3b3b;
    margin-top: 8px;
    margin-bottom: 46px;
}

.more-info .title-more:before {
    content: '';
    width: 293px;
    height: 1px;
    background: #57a4d5;
    position: absolute;
    right: 23%;
    top: 50%;
    z-index: 1;
}

.more-info .title-more:after {
    content: '';
    width: 293px;
    height: 1px;
    background: #57a4d5;
    position: absolute;
    left: 23%;
    top: 50%;
    z-index: 1;
}

.more-info .title-more[aria-lang="ar-lang"]:before {
    right: 21%;
}

.more-info .title-more[aria-lang="ar-lang"]:after {
    left: 21%;
}

.connection .form-container form .warp_input .phone input{
    width: 378px !important;
}

.more-info .title-more[aria-lang="ru-lang"]:before {
    width: 93px;
}

.more-info .title-more[aria-lang="ru-lang"]:after {
    width: 93px;
}

.more-info .sub-more-title {
    width: 328px;
    height: 27px;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    margin-top: 8px;
    color: #3b3b3b;
}

.more-info .blockOfServices {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.more-info .blockOfServices .card {
    position: relative;
    width: 282px;
    height: 285px;
    border-radius: 7.8px;
    box-shadow: 0 4px 14px 0 rgba(59, 59, 59, 0.2);
    padding: 12px;
    margin-left: 60px;
    background: white;
}


.more-info .blockOfServices .card:last-child {
    margin-left: 0;
}

.more-info .blockOfServices .card .container-card {
    margin: 0 auto;
    /*margin: 10px;*/
}

.more-info .blockOfServices .card .container-card img {
    width: 282px;
    height: 158px;
    /*object-fit: cover;*/
}

.more-info .blockOfServices .card .container-card .title-card {
    width: 193px;
    height: 24px;
    font-size: 17.5px;
    font-weight: bold;
    color: #3b3b3b;
    text-align: right;
    margin-bottom: 5px;
    margin-top: 5px;
}

.more-info .blockOfServices .card .container-card .info-card {
    width: 253px;
    height: 48px;
    font-size: 17.5px;
    text-align: right;
    color: #3b3b3b;
}

.more-info .blockOfServices .card .container-card .link-read {
    position: absolute;
    bottom: 2%;
    right: 12px;
    width: 310px;
    height: 27px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #3b3b3b;
}

.more-info .btn-more-article {
    position: relative;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 45px;
    width: 244px;
    height: 49px;
    border-radius: 26px;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.14);
    background-color: #57a4d5;
    text-align: center;
}

.more-info .btn-more-article a {
    font-size: 24px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    width: 100%;
    height: 100%;
}

/*======================================================================
 =================     S I D E C O N N E C T I O N  ===================
=======================================================================*/
.sideConnection {
    position: relative;
    position: fixed;
    left: 0;
}

.sideConnection .open-tab {
    width: 239px;
    height: 106px;
    cursor: pointer;
    border-radius: 0 20px 20px 0;
    color: white;
    background-color: #ea7e22;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    padding: 15px;
}

.sideConnection .open-tab[aria-lang="ru-lang"],
.sideConnection .open-tab[aria-lang="ar-lang"] {
    font-size: 24px;
}

.sideConnection .open-tab[aria-lang="en-lang"] {
    font-size: 22px;
}

.hide-open-tab {
    display: none !important;
}

.sideConnection .form-connection {
    opacity: 1;
    visibility: visible;
    padding: 10px;
    display: block;
    width: 410px;
    height: 530px;
    background-color: #f7f7f7;
    position: relative;
    transition: all .5s ease-in-out;
}

.form-connection-close {
    opacity: 0 !important;
    visibility: hidden !important;
    width: 0 !important;
    transition: all .5s ease-in-out;
}


.sideConnection .form-connection .close-tab {
    display: inline-block;
    background-color: #ea7e22;
    position: absolute;
    top: 0;
    right: -237px;
    border-radius: 0 20px 20px 0;
    color: white;
    font-weight: bold;
    cursor: pointer;
    width: 239px;
    height: 106px;
    z-index: -1;
}

.sideConnection .form-connection .close-tab p {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    color: white;
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.sideConnection .form-connection .f-s {
    display: inline-block;
    margin-right: 30px;
}

.sideConnection .form-connection .f-s .con-title {
    width: 100%;
    height: 38px;
    font-size: 28px;
    font-weight: bold;
    color: #3b3b3b;
    text-align: right;
}

.sideConnection .form-connection .f-s .con-title[aria-lang="en-lang"] {
    font-size: 21px;
}

.sideConnection .form-connection .f-s .con-title[aria-lang="ru-lang"],
.sideConnection .form-connection .f-s .con-title[aria-lang="ar-lang"] {
    font-size: 25px;
}

.sideConnection .form-connection .f-s .con-sub-title {
    width: 219px;
    height: 24px;
    font-size: 18px;
    text-align: right;
    color: #3b3b3b;
}

.sideConnection .form-connection .f-s .con-sub-title[aria-lang="en-lang"],
.sideConnection .form-connection .f-s .con-sub-title[aria-lang="ru-lang"],
.sideConnection .form-connection .f-s .con-sub-title[aria-lang="ar-lang"] {
    height: 54px;
    font-size: 18px;
}

.sideConnection .form-connection .f-s form {
    margin-top: 20px;
}

.sideConnection .form-connection .f-s form input,
.sideConnection .form-connection .f-s form select {
    width: 85% !important;
    height: 45px;
    outline: 0;
    border-radius: 25px;
    border: solid 2px #ededed;
    background-color: white;
    font-size: 18px;
    text-align: right;
    color: #3b3b3b;
}

.sideConnection .form-connection .f-s form select {
    width: 85% !important;
}

.sideConnection .form-connection .f-s form input::placeholder,
.sideConnection .form-connection .f-s form select::placeholder{
    font-size: 18px;
    text-align: right;
    color: #3b3b3b;
}

.sideConnection .form-connection .f-s form select {
    background: url(https://manpowercare.co.il/wp-content/themes/Avada-Child-Theme/images/select-arrow.svg) no-repeat 4% center;
    background-color: white;
    font-size: 18px !important;
    text-align: right;
}

.sideConnection .form-connection .f-s form select option:checked {
    opacity: 0.3;
    background-color: #57a4d5;
    color: #616161;
}

.sideConnection .form-connection .f-s form input[type="submit"] {
    font-family: 'Open Sans Hebrew' !important;
    margin: 0 auto;
    margin-top: 30px;
    background-color: #ea7e22;
    color: white;
    width: 50% !important;
    height: 42px;
    border-radius: 26px;
    font-size: 24px;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}

.sideConnection .form-connection .f-s form .btn-submit-side p {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    width: 100%;
    height: 100%;
}

.avada-select-parent .select-arrow,
.gravity-select-parent .select-arrow,
.select-arrow,
.wpcf7-select-parent .select-arrow {
    display: none;
}

.body-blur {
    display: none;
    opacity: 0.5;
    background-color: #304152;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 99;
}

.active-blur {
    display: block;
}

#whyCareCarousel{
    display: none !important;
}

#lang_sel>ul a {
    text-align: right;
}

.wpml-ls-statics-shortcode_actions, .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu, .wpml-ls-statics-shortcode_actions a {
    border-bottom: 1px solid #898787 !important;
}

.carousel-indicators li {
    background-color: #7f7f7f;
    border-radius: 50%;
    width: 15px;
    height: 15px;
}

.carousel-indicators {
    bottom: -17%;
}

.carousel-control-next-icon {
    background-image: url(https://manpowercare.co.il/wp-content/themes/Avada-Child-Theme/images/arrow-next.svg) !important;
    width: 30px;
    height: 60px;
    position: relative;
    top: -235px;
}

.carousel-control-prev-icon {
    background-image: url(https://manpowercare.co.il/wp-content/themes/Avada-Child-Theme/images/arrow-back.svg) !important;
    width: 30px;
    height: 60px;
    position: relative;
    top: -235px;
}

span.wpcf7-not-valid-tip {
    /* margin-right: 40px; */
    display: block !important;
    font-size: 12px !important;
    font-weight: bold !important;
    text-align: right !important;
    color: #d74e5c !important;
}

.footer_menu .wrap_menu_col {
    width: 20%;
}



/*======================================================================
 =================     R E S P O N S I V E ======== ===================
=======================================================================*/
/* Big screen */
@media only screen and (max-width : 1700px) {
    .services-container-text .video-container .player {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 57%;
    margin-top: -32%;
}
    .more-info .title-more::before,
    .more-info .title-more::after {
        display: none;
    }
    .services-container-text .video-container .videoContainerReflection {
        display: none;
    }

    .services-container-text .container-ovals {
        width: 100%;
    }

    .services-container-text .video-container .inner-video {
        width: 50%;
    }

    .services-container-text .video-container {
        width: 100%;
    }

    .services-container-text .video-container .inner-video .side-text {
        margin-right: 20px;
    }

    .connection .form-container form {
        width: 100%;
    }

    .connection .form-container form .warp_input_not {
        width: 55%;
        margin: 0 auto;
        margin-top: 40px;
    }
}

@media only screen and (max-width : 1600px) {
    .sideConnection {
        top: 10px;
    }
    }

    .sideConnection .form-connection .f-s form input, .sideConnection .form-connection .f-s form select {
        height: 40px;
    }
}

@media only screen and (max-width : 890px) {
    /********************************/
    /* shape youtube in mobile      */

    .player {
        position: relative;
        padding-bottom: 56.25%;
        overflow: hidden;
        max-width: 100vw;
        height: auto;
    }

    .player iframe,
    .player object,
    .player embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    /* shape youtube in mobile end  */
    /********************************/


    .home-banner {
        background-image: url(https://manpowercare.co.il/wp-content/themes/Avada-Child-Theme/images/homeBannerMobile.jpg);
    }

    .connection .form-container form {
        width: 100%;
    }

    .wrap_footer_num .phone_small_title[aria-lang="ru-lang"],
    .wrap_footer_num .phone_small_title[aria-lang="ar-lang"] {
        width: 50%;
        float: left;
    }

    .connection .form-container form .warp_input_not {
        width: 100%;
    }

    .connection .form-container .form-title[aria-lang="en-lang"], .connection .form-container .form-title[aria-lang="ru-lang"] {
        width: 337px !important;
        text-align: left;
    }

    .home-banner .block-inner {
        margin-right: 40px;
    }

    .facebook_link_trigger span {
        display: none;
    }

    .header_form .input_div {
        width: 400px;
        margin-right: 9px;
    }

    .header_form input {
        width: 400px;
        font-size: 28px;
        text-align: right;
        color: #3b3b3b;
    }

    .header_form input::placeholder {
        font-size: 28px;
        text-align: right;
        color: #3b3b3b;
    }

    .services-container-text .video-container .inner-video {
        border-radius: 250px 0 00 250px;
        height: 641px;
    }

    .services .s-title {
        margin-bottom: 0;
    }

    .services .s-title:before {
        content: '';
        width: 124px;
        height: 2px;
        background: #57a4d5;
        position: absolute;
        right: 65px;
        top: 50%;
        z-index: 1;
    }

    .services .s-title:after {
        content: '';
        width: 124px;
        height: 2px;
        background: #57a4d5;
        position: absolute;
        left: 65px;
        top: 50%;
        z-index: 1;
    }

    .services-container-text {
        height: auto;
        min-height: 2130px;
    }

    .services-container-text .video-container {
        margin-top: 0;
    }

    .services-container-text .video-container .inner-video {
        width: 100%;
        height: auto;
        min-height: 620px;
    }

    .services-container-text .video-container .videoContainerReflection {
        width: 97%;
        bottom: 50%;
        left: 14%;
        border-radius: 250px 0 00 250px;
        display: none;
    }

    .services-container-text .video-container .inner-video .side-text {
        margin-right: 32px;
    }

    .connection {
        top: -79px;
        height: auto;
    }

    .connection .form-container form .warp_input {
        margin-right: 0;
    }

    .connection .form-container form .warp_input_not {
        margin-top: 0;
    }

    .connection .form-container form .warp_input_not input,
    .connection .form-container form .warp_input_not select {
        width: 398px !important;
    }

    .more-info {
        height: 550px;
    }

    .more-info .half-circle {
        width: 558px;
    }

    .more-info .btn-more-article {
        margin-top: 65px;
        margin-bottom: 20px;
    }

    .menu-main-top-menu-heb-container {
        width: 50%;
    }
}

.mobile_only {
    display: none;
}

.desktop_view {
    display: block !important;
}

#blockOfServicesCarousel {
    display: none;
}

.menu-icon:after {
    height: 3px !important;
}

/* Little screens */
@media only screen and (max-width : 750px) {
    .top-header {
        display: none;
    }

    .footer_menu .wrap_menu_col {
        width: 95% !important;
    }

    .services-container-text .video-container .inner-video .side-text .btn-check a {
        height: 25px;
    }

    .services-container-text .video-container .inner-video .side-text .title-video {
        padding-top: 43px;
    }

    .page_banner {
        min-height: 100px;
        height: 12% !important;
    }

    .email_link {
        margin-top: 4px;
        position: absolute;
        left: 18vw;
        bottom: 6px;
    }

    .services .services-flex-container {
        justify-content: flex-start;
    }

    .email_link img {
        margin-left: -13px;
        width: 84px;
        height: 74px;
    }

    .menu-main-top-menu-heb-container {
        width: 100%;
    }

    .mobile_only {
        display: block;
    }

    .blockOfServices {
        display: none !important;
    }

    .desktop_view {
        display: none !important;
    }

    .home-banner {
        width: 750px;
        height: 341px;
        background-position: 34% 0;
    }

    .title-bar {
        height: 80px;
        align-items: center;
        display:flex;
        justify-content: space-between;
        flex-direction: row;
    }

    .worry_is_our_job {
        position: relative;
        width: 100%;
        text-align: center;
        background-color: #f7f7f7;
        height: 723px;
    }

    .worry_is_our_job .title_worry_is_our_job {
        padding-top: 22px !important;
        color: #3b3b3b !important;
        font-size: 36px !important;
        font-weight: bold !important;
        text-align: center !important;
    }

    .more-info .title-more:before {
        height: 2px;
        right: -29%;
    }

    .more-info .title-more:after {
        height: 2px;
        left: -29%;
    }

    .worry_is_our_job .body_title_worry_is_our_job {
        width: 80%;
        margin: 0 auto;
        margin-top: 27px;
        color: #3b3b3b;
        font-size: 28px;
    }

    .worry_is_our_job .btn_worry_is_our_job {
        margin: 0 auto;
        margin-top: 23px;
        margin-bottom: 23px;
        width: 450px;
        height: 100px;
        border-radius: 50px;
        box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.14);
        background-color: #57a4d5;
    }

    .worry_is_our_job .btn_worry_is_our_job a {
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        font-size: 32px;
        font-weight: bold;
        text-align: center;
        color: #ffffff;
    }

    .mobile_header_form {
        position: absolute;
        top: 0;
        margin-top: 25px;
    }

    .mobile_header_form input {
        width: 95vw;
        height: 90px;
        border-radius: 45px;
        border: solid 2px #ededed;
        background-color: #ffffff;
    }

    .mobile_header_form .input_div .search-submit {
        left: -182px !important;
        top: 22px;
        width: 24px;
        height: 25px;
    }

    .mobile_header_form .input_div .search-submit::placeholder {
        width: 590px;
        height: 38px;
        font-size: 28px;
        text-align: right;
        color: #3b3b3b;
    }

    .mobile_header_form .input_div .search-submit i {
        width: 24px;
        height: 25px;
        font-size: 23px;
    }

    .services {
        height: 990px;
        min-height: 970px;
    }

    .services-container-text .container-ovals .oval .body-oval {
        width: 80%;
        margin: 0 auto;
    }

    .header_form .input_div {
        width: 400px !important;
        margin-right: 0 !important;
    }

    .header_form input {
        width: 93% !important;
        /* margin: 0 auto; */
    }

    .services-container-text .video-container .inner-video .side-text .body-video {
        font-size: 28px;
        width: 80%;
        text-align: right;
    }

    .services-container-text .video-container .player .frame iframe {
        height: 371px !important;
    }

    .connection  {
        height: 1040px;
    }

    .connection[aria-lang="ru-lang"] {
        height: 1228px;
    }

    .connection .form-container form .warp_input input {
        margin-top: 20px;
        width: 90vw !important;
    }

    .connection .form-container form .warp_input_not input, .connection .form-container form .warp_input_not select {
        width: 90vw !important;
        height: 45px;
    }

    .connection .form-container .form-title {
        margin-bottom: 57px;
        /* text-align: right; */
    }

    .more-info .blockOfServices .card:last-child {
        margin-left: 5px !important;
    }

    #whyCareCarousel {
        position: relative;
        display: block !important;
        margin-top: 64px;
    }

    #whyCareCarousel .carousel-inner {
        text-align: center;
    }

    #whyCareCarousel .carousel-inner .carousel-item {
        margin: 0 auto;
        text-align: center !important;
        width: 95%;
        max-height: 870px;
        height: auto;
    }

    #whyCareCarousel .carousel-inner .carousel-item .oval {
        width: 90%;
        position: relative;
    }

    #whyCareCarousel .carousel-inner .carousel-item .oval .under-circle{
        position: absolute;
        width: 220px;
        height: 220px;
        background-color: white;
        border: solid 8px #57a4d5;
        border-radius: 50%;
        right: 151px;
        bottom: 464px;
    }

    #whyCareCarousel .carousel-inner .carousel-item .oval .circle {
        position: relative;
        width: 220px;
        height: 220px;
        border: solid 8px #57a4d5;
        border-radius: 50%;
        background-color: white;
        text-align: center;
        margin: 0 auto;
    }

    #whyCareCarousel .carousel-inner .carousel-item .oval .circle img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 94px;
        height: 94px;
    }

    #whyCareCarousel .carousel-inner .carousel-item .oval .title-service {
        font-size: 36px;
        font-weight: bold;
        color: white;
        text-align: center;
    }

    #whyCareCarousel .carousel-inner .carousel-item .oval hr {
        width: 186px;
    }

    #whyCareCarousel .carousel-inner .carousel-item .oval .body-oval {
        margin: 0 auto;
        width: 90%;
        height: 380px;
        font-size: 28px;
        text-align: center;
        color: #ffffff;
    }

    .sideConnection .form-connection {
        width: 310px;
    }

    .sideConnection .form-connection .f-s form input, .sideConnection .form-connection .f-s form select {
        width: 220px;
    }

    .sideConnection .form-connection .f-s form input[type="submit"] {
        left: -17%;
    }

    .worry_is_our_job {
        top: -55px;
        position: relative;
        padding-top: 30px;
    }

    .worry_is_our_job .bottomDecrease {
        position: absolute;
        bottom: -78px;
        background-image: url(https://manpowercare.co.il/wp-content/themes/Avada-Child-Theme/images/whiteWorry.svg);
        width: 100%;
        height: 65px;
    }

    .services .services-flex-container .single-service {
        margin-right: 35px;
        margin-top: 64px;
    }

    .services .services-flex-container .single-service img {
        width: 143px;
        height: 143px;
    }

    .services .services-flex-container .single-service .s-text {
        font-weight: normal;
    }
    .more-info .blockOfServices .card .container-card .title-card {
        text-align: right;
    }

    .connection {
        background-image: url(https://manpowercare.co.il/wp-content/themes/Avada-Child-Theme/images/hands.jpg);
    }

    #blockOfServicesCarousel {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    #blockOfServicesCarousel .carousel-inner {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    #blockOfServicesCarousel .carousel-inner .carousel-item .card {
        margin-right: 25px;
        position: relative;
        width: 272px;
        height: 275px;
        display: inline-block;
        border-radius: 7.8px;
        box-shadow: 0 4px 14px 0 rgba(19, 14, 14, 0.2);
        padding: 12px;
        margin-left: 60px;
        background: white;
    }

    #blockOfServicesCarousel .carousel-inner .carousel-item .card:last-child {
        margin-left: 0;
    }

    #blockOfServicesCarousel .carousel-inner .carousel-item .card img {
        width: 253px;
        height: 129px;
    }

    #blockOfServicesCarousel .carousel-inner .carousel-item .card .title-card {
        width: 100%;
        height: 50px;
        font-size: 17.5px;
        font-weight: bold;
        color: #3b3b3b;
        text-align: right;
    }

    #blockOfServicesCarousel .carousel-inner .carousel-item .card .info-card {
        width: 253px;
        height: 48px;
        font-size: 17.5px;
        text-align: right;
        color: #3b3b3b;
    }

    #blockOfServicesCarousel .carousel-inner .carousel-item .card .link-read {
        position: absolute;
        bottom: 2%;
        left: 12%;
        width: 119px;
        height: 27px;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        color: #3b3b3b;
    }

    .media_link_mobile {
        display: block;
        width: 50%;
        text-align: center;
        margin: 0 auto;
        margin-top: 80px;
    }

    .media_link_mobile .facebookMobile,
    .media_link_mobile .accessibility_mobile {
        display: inline-block;
        text-align: center;
    }

    .media_link_mobile .facebookMobile  {
        margin-left: 65px;
    }

    .media_link_mobile .facebookMobile a img,
    .media_link_mobile .accessibility_mobile a img {
        width: 64px;
        height:64px;
        max-width: 1000px !important;
    }

    .services-container-text .video-container {
        width: 95%;
    }

    .mobile_lead {
        position: fixed;
        display: none !important;
        top: 0;
        width: 100%;
        height: 100%;
        background: #f7f7f7;
    }

    .mobile_lead .close_lead {
        cursor: pointer;
        position: absolute;
        top: 46px;
        right: 46px;
        font-size: 30px;
        color: #3585b7;
    }

    .mobile_lead .lead_title {
        font-size: 36px;
        font-weight: bold;
        text-align: center;
        color: #3b3b3b;
        margin-top: 74px;
    }

    .mobile_lead .lead_sub_title {
        font-size: 28px;
        text-align: center;
        color: #3b3b3b;
        margin-top: 28px;
    }

    .mobile_lead form .warp_input input,
    .mobile_lead form .warp_input select,
    .mobile_lead form .warp_input_not input,
    .mobile_lead form .warp_input_not select {
        width: 93% !important;
        margin: 0 auto;
        margin-top: 20px;
        height: 90px;
        padding: 20px;
        border-radius: 45px;
        font-size: 28px !important;
        text-align: right;
        color: #3b3b3b;
    }

    .mobile_lead form .warp_input_not select {
        background: url(https://manpowercare.co.il/wp-content/themes/Avada-Child-Theme/images/select-arrow.svg) no-repeat 4% center;
        appearance: none;
    }

    .mobile_lead form .warp_input input::placeholder,
    .mobile_lead form .warp_input select::placeholder,
    .mobile_lead form .warp_input_not input::placeholder,
    .mobile_lead form .warp_input_not select::placeholder {
        font-size: 28px;
        text-align: right;
        color: #3b3b3b;
    }

    .mobile_lead form .warp_submit input[type="submit"] {
        font-family: 'Open Sans Hebrew' !important;
        bottom: -93px;
        width: 100%;
        height: 100px;
        box-shadow: 0 -3px 24px 0 rgba(0, 0, 0, 0.29);
        background-color: #57a4d5;
        color: white;
        font-size: 32px;
        text-align: center;
    }

    .footer_menu .wrap_menu_col {
        width: 49% !important;
    }

    .home-banner {
        width: 500px;
    }

    .mobile_header_form input {
        height: 60px;
    }

    .mobile_header_form .input_div .search-submit {
        top: 11px;
    }

    .services-container-text .video-container .inner-video .side-text[aria-lang="en-lang"], .services-container-text .video-container .inner-video .side-text[aria-lang="ru-lang"],
    .services-container-text .video-container .inner-video .side-text[aria-lang="en-lang"], .services-container-text .video-container .inner-video .side-text[aria-lang="en-lang"] {
        margin-right: 0 !important;
    }
}

@media only screen and (max-width : 500px) {
    .home-banner {
        background-image: url(https://manpowercare.co.il/wp-content/themes/Avada-Child-Theme/images/homeBannerMobile.jpg);
        width: 100vw !important;
    }

    body.home nav {
        height: 600px;
    }

    nav ul li.menu-item-has-children a,
    nav ul li a {
        font-size: 18px !important;
    }

    .media_link_mobile .facebookMobile a img,
    .media_link_mobile .accessibility_mobile a img {
        width: 32px;
    }

    .services-container-text .video-container {
        position: relative;
    }

    .worry_is_our_job .body_title_worry_is_our_job {
        font-size: 14px;
    }

    .services-container-text .video-container .inner-video .side-text .body-video {
        font-size: 14px;
    }

    #whyCareCarousel .carousel-inner .carousel-item .oval .body-oval {
        font-size: 14px;
    }

    #whyCareCarousel .carousel-inner .carousel-item {
        height: 530px;
    }

    .services-container-text .video-container .videoContainerReflection {
        bottom: 53%;
    }

    .services-container-text .video-container .inner-video .side-text .title-video {
        font-size: 20px;
    }

    .services-container-text .container-ovals .oval {
        margin-left: 0;
        margin-bottom: 25px;
    }

    .services-container-text .video-container .inner-video {
        height: 373px;
        position: relative;
    }

    .services-container-text[aria-lang="ru-lang"] {
        height: 3110px;
    }

    .services-container-text {
        height: 3030px;
    }

    .more-info .title-more:after {
        left: -62%;
    }

    .more-info .title-more:before {
        right: -62%
    }

    .services .s-title:before {
        content: '';
        width: 84px;
        height: 2px;
        background: #57a4d5;
        position: absolute;
        right: 11px;
        top: 50%;
        z-index: 1;
        display: none;
    }

    .home-banner {
        background-image: url(https://manpowercare.co.il/wp-content/themes/Avada-Child-Theme/images/header_mobile_little.jpg);
    }

    .services .s-title:after {
        content: '';
        width: 84px;
        height: 2px;
        background: #57a4d5;
        position: absolute;
        left: 11px;
        top: 50%;
        z-index: 1;
        display: none;
    }

    .worry_is_our_job  {
        height: 433px;
    }

    .worry_is_our_job[aria-lang="en-lang"],
    .worry_is_our_job[aria-lang="ru-lang"] {
        height: 513px;
    }

    .services-container-text .title:before {
        right: -51px;
    }

    .services-container-text .title:after {
        right: -51px;
    }

    .worry_is_our_job .btn_worry_is_our_job {
        height: 50px;
        width: 300px;
        padding: 16px;
        color: white;
        font-size: 15px;
    }

    .worry_is_our_job .btn_worry_is_our_job a {
        font-size: 19px;
    }

    .services-container-text .video-container .inner-video {
        min-height: 453px;
    }

    .services-container-text .video-container .inner-video .side-text .btn-check {
        width: 262px;
    }
    #whyCareCarousel .carousel-inner .carousel-item .oval .under-circle {
        right: 54px;
    }

    #whyCareCarousel .carousel-inner .carousel-item .oval .title-service {
        font-size: 30px;
    }

    .mobile_header_form .input_div .search-submit {
        left: 28px !important;
    }
}

@media only screen and (max-width : 400px) {
    .worry_is_our_job {
        height: 543px;
    }

    .mobile_header_form .input_div .search-submit {
        left: 68px !important;
    }

    .services .s-title:before {
        content: '';
        width: 84px;
        height: 2px;
        background: #57a4d5;
        position: absolute;
        right: -9px;
        top: 50%;
        z-index: 1;
    }

    .services .s-title:after {
        content: '';
        width: 84px;
        height: 2px;
        background: #57a4d5;
        position: absolute;
        left: -9px;
        top: 50%;
        z-index: 1;
    }

    #whyCareCarousel .carousel-inner .carousel-item .oval .title-service {
        font-size: 26px;
    }

    #whyCareCarousel .carousel-inner .carousel-item .oval .under-circle {
        right: 34px;
        bottom: 454px;
    }

    .connection .form-container .form-title {
        width: 314px;
    }

    .more-info .title-more:before {
        right: -72%;
    }

    .more-info .title-more:after {
        left: -72%;
    }

    .services-container-text .video-container .inner-video .side-text {
        margin-right: 12px;
    }

    .services .services-flex-container .single-service img {
        width: 100px;
        height: 100px;
    }

    .services .services-flex-container .single-service .s-text {
        width: 144px;
    }
}


.bPdf {
    font-family: 'Open Sans', sans-serif !important;
    direction: rtl;
    width: 700px;
    margin: 0 auto;
}

.bPdf .title-pdf {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    color: #3b3b3b;
    margin: 34px 0 34px 0;
}

.bPdf hr {
    width: 100%;
    height: 7px;
    background-color: #9d9d9c;
    margin-top: 30px;
}

.bPdf .row-pdf {
    display: block;
    margin: 20px 20px 20px 0;
    text-align: right;
}

.bPdf .row-pdf .cube-number-red {
    display: inline-block;
    width: 47px;
    height: 45px;
    background-color: #a80b29;
    color: #ffffff;
    font-size: 26px;
    font-weight: 800;
}

.bPdf .row-pdf .cube-number-red-navy {
    display: inline-block;
    width: 47px;
    height: 45px;
    background-color: #d74e5c;
    color: #ffffff;
    font-size: 26px;
    font-weight: 800;
}

.bPdf .row-pdf .cube-number-orange {
    display: inline-block;
    width: 47px;
    height: 45px;
    background-color: #e84b0f;
    color: #ffffff;
    font-size: 26px;
    font-weight: 800;
}

.bPdf .row-pdf .cube-number-blue {
    display: inline-block;
    width: 47px;
    height: 45px;
    background-color: #496ba6;
    color: #ffffff;
    font-size: 26px;
    font-weight: 800;
}

.bPdf .row-pdf .cube-number-blue-navy {
    display: inline-block;
    width: 47px;
    height: 45px;
    background-color: #88acb4;
    color: #ffffff;
    font-size: 26px;
    font-weight: 800;
}


.bPdf .row-pdf .cube-number-orange-navy {
    display: inline-block;
    width: 47px;
    height: 45px;
    background-color: #ef7d00;
    color: #ffffff;
    font-size: 26px;
    font-weight: 800;
}

.bPdf .row-pdf .cube-number-green {
    display: inline-block;
    width: 47px;
    height: 45px;
    background-color: #0090a2;
    color: #ffffff;
    font-size: 26px;
    font-weight: 800;
}

.bPdf .row-pdf .cube-number-green-navy {
    display: inline-block;
    width: 47px;
    height: 45px;
    background-color: #9ab796;
    color: #ffffff;
    font-size: 26px;
    font-weight: 800;
}

.bPdf .row-pdf .cube-number-blue span,
.bPdf .row-pdf .cube-number-green span,
.bPdf .row-pdf .cube-number-blue-navy span,
.bPdf .row-pdf .cube-number-green-navy span,
.bPdf .row-pdf .cube-number-red span,
.bPdf .row-pdf .cube-number-red-navy span,
.bPdf .row-pdf .cube-number-orange span,
.cube-number-orange-navy span {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.bPdf .row-pdf .row-text {
    display: inline-block;
    font-size: 26px;
    font-weight: bold;
    text-align: right;
    color: #000000;
    margin-right: 21px;
}

.bPdf .timeline-container {
    position: relative;
    margin-right: 20px;
    display: block;
    text-align: right;
}


.bPdf .timeline-container .timeLineHr {
    display: block;
    width: 660px;
    height: 1px;
    background: #9d9d9c;
}

.bPdf .timeline-container .big-icon {
    display: inline-block;
    margin-top: 19px;
}

.bPdf .timeline-container .big-icon img {
    width: 140px;
    height: 140px;
}

.bPdf .timeline-container .line-time-container {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}

.bPdf .timeline-container .mobile-line-time-container {
    display: none;
}

.bPdf .timeline-container .line-time-container .inner-timeLine {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.bPdf .timeline-container .line-time-container .inner-timeLine .lTime {
    width: 87px;
    height: 95px;
    text-align: center;
    margin-right: 13px;
}

.bPdf .timeline-container .line-time-container .inner-timeLine .lTime:last-child {
    margin-left: 0;
}

.bPdf .timeline-container .line-time-container .inner-timeLine .lTime .topLine {
    width: 1px;
    height: 14px;
    background: #9d9d9c;
    margin: 0 auto;
}

.bPdf .timeline-container .line-time-container .inner-timeLine .lTime img {
    width: 50px;
    height: 50px;
}

.bPdf .timeline-container .line-time-container .inner-timeLine .lTime .info {
    font-size: 16px;
    text-align: center;
    color: #000000;
}

.bPdf .timeline-container .line-time-container .inner-timeLine .lTime .underLine {
    width: 1px;
    height: 14px;
    background: #9d9d9c;
    margin: 0 auto;
    margin-top: 5px;
}

.bPdf .timeline-container .bottom-container {
    position: absolute;
    bottom: -5px;
    right: 186px;
    display: block;
    width: 216px;
    height: 38px;
    font-size: 14px;
    line-height: 1.36;
    text-align: right;
    color: #000000;
}

.bPdf .topLineS2 {
    width: 660px;
    height: 1px;
    background: #9d9d9c;
    margin-top: 19px;
    margin-bottom: 17px;
    margin: 0 auto;
}

.bPdf .s2Body {
    display: block;
    margin-right: 20px;
    margin-left: 22px;
    width: 744px;
}

.bPdf .s2Body .bigIcon {
    display: inline-block;
    width: 140px;
    height: 140px;
    margin-left: 5px;
}

.bPdf .s2Body .bigIcon img {
    width: 140px;
    height: 140px;
}

.bPdf .s2Body .s2-inner {
    display: inline-block;
    vertical-align: top;
    text-align: right;
}

.bPdf .s2Body .s2SubTitle {
    margin-top: 17px;
    width: 500px;
    height: 19px;
    font-size: 20px;
    text-align: center;
    color: #000000;
    display: block;
}

.bPdf .s2Body .s2-underTitle-container {
    display: block;
}

.bPdf .s2Body .s2-underTitle-container {
    display: block;
    margin-left: 20px;
}

.bPdf .s2Body .s2-underTitle-container .s2-column {
    position: relative;
    display: inline-block;
    margin-top: 21px;
    vertical-align: top;
}

.bPdf .s2Body .s2-underTitle-container .s2-column:first-child {
    margin-left: 30px;
}

.bPdf .s2Body .s2-underTitle-container .s2-column .title {
    margin-right: 13px;
    padding-bottom: 12px;
}

.bPdf .s2Body .s2-underTitle-container .s2-column .title .rightLine {
    width: 4px;
    height: 1px;
    background: #9d9d9c;
    display: inline-block;
    /* vertical-align: middle; */
}

.bPdf .s2Body .s2-underTitle-container .s2-column .title .verticalLine {
    position: absolute;
    right: 12px;
    height: 54px;
    top: 16px;
    width: 1px;
    background: #9d9d9c;
}

.bPdf .s2Body .s2-underTitle-container .s2-column .title span {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.19;
    text-align: right;
    color: #496ba6;
}

.bPdf .s2Body .s2-underTitle-container .s2-column .blocks {
    display: block;
    margin-top: 2px;
}

.bPdf .s2Body .s2-underTitle-container .s2-column .blocks .rightLine-big {
    position: relative;
    top: -24px;
    left: -4px;
    width: 15px;
    height: 1px;
    background: #9d9d9c;
    display: inline-block;
}

.bPdf .s2Body .s2-underTitle-container .s2-column .blocks .verticalLine-big-1 {
    position: absolute;
    right: 4px;
    height: 133px;
    top: 71px;
    width: 1px;
    background: #9d9d9c;
}

.bPdf .s2Body .s2-underTitle-container .s2-column .blocks .verticalLine-big-2 {
    position: absolute;
    right: 4px;
    height: 84px;
    top: 198px;
    width: 1px;
    background: #9d9d9c;
}

.bPdf .s2Body .s2-underTitle-container .s2-column .blocks .container-inner {
    display: inline-block;
    width: 288px;
    height: auto;
    margin-bottom: 27px;
    padding: 10px;
    border: solid 1px #9d9d9c;
}

.bPdf .s2Body .s2-underTitle-container .s2-column .blocks .container-inner .container-inner p {
    font-size: 16px;
    line-height: 1.19;
    text-align: right;
    color: #000000;
    margin-right: 10px;
}

.bPdf .s2Body .s2-underTitle-container .s2-column .blocks .container-inner .b-info {
    margin-right: 10px;
}

.bPdf .s2Body .s2-underTitle-container .s2-column .blocks .container-inner .b-info img {
    display: inline-block;
    width: 18px;
    height: 16px;
}

.bPdf .s2Body .s2-underTitle-container .s2-column .blocks .container-inner .b-info .text {
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.19;
    text-align: right;
    color: #000000;
}

.bPdf .s2Body .s2-underTitle-container .s2-column .big-block {
    display: block;
    margin-right: 15px;
}

.bPdf .s2Body .s2-underTitle-container .s2-column .bigLine-block-big {
    display: inline-block;
    width: 9px;
    height: 1px;
    background: #9d9d9c;
    position: relative;
    bottom: 230px;
    right: -2px;
}

.bPdf .s2Body .s2-underTitle-container .s2-column .long-block {
    display: inline-block;
    width: 180px;
    height: 270px;
    border: solid 1px #9d9d9c;
}

.bPdf .s2Body .s2-underTitle-container .s2-column .long-block .iBlock {
    display: block;
    text-align: right;
}

.bPdf .s2Body .s2-underTitle-container .s2-column .long-block .iBlock:first-child {
    margin-top: 7px;
}

.bPdf .s2Body .s2-underTitle-container .s2-column .long-block .iBlock:last-child {
    margin-top: 12px;
}

.bPdf .s2Body .s2-underTitle-container .s2-column .long-block .iBlock .title {
    width: 183px;
    height: 19px;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    color: #000000;
    padding-top: 10px;
}

.bPdf .s2Body .s2-underTitle-container .s2-column .long-block .iBlock .body {
    width: 166px;
    height: 122px;
    font-size: 16px;
    text-align: right;
    color: #000000;
    margin-right: 15px;
    margin-top: 6px;
}

.bPdf .answer {
    margin-top: 19px;
    margin-bottom: 20px;
    margin-right: 20px;
    display: block;
    text-align: right;
}

.bPdf .answer .img-container {
    display: inline-block;
    margin-left: 67px;
}

.bPdf .answer .img-container img {
    width: 140px;
    height: 140px;
    object-fit: contain;
}

.bPdf .answer .inner-b-two {
    display: inline-block;
    margin-top: 40px;
    vertical-align: top;
    position: relative;
}

.bPdf .answer .inner-b-two .iBlock {
    display: inline-block;
    width: 200px;
    height: 60px;
    border: solid 1px #9d9d9c;
}

.bPdf .answer .inner-b-two .iBlock:first-child {
    margin-left: 34px;
}

.bPdf .answer .inner-b-two .iBlock .body {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.bPdf .answer .inner-b-two .iBlock .body img {
    width: 20px;
    height: 16px;
    margin-left: 2.5px;
}

.bPdf .answer .inner-b-two .iBlock .body span {
    font-weight: bold;
}

.bPdf .answer .inner-b-two .vertical-line {
    position: absolute;
    width: 2px;
    height: 21px;
    background-color: #9d9d9c;
    left: 100px;
}

.bPdf .answer .inner-b-two p {
    position: absolute;
    width: 2px;
    height: 21px;
    left: 19px;
    width: 50%;
    margin-top: 25px;
}

.bPdf .block-amb {
    display: block;
    width: 790px;
    margin-top: 19px;
    margin-right: 20px;
    text-align: right;
}

.bPdf .block-amb .img-container {
    display: inline-block;
    margin-top: 19px;
}

.bPdf .block-amb .img-container img {
    width: 140px;
    height: 140px;
    object-fit: contain;
}

.bPdf .block-amb .side-effect {
    display: inline-block;
    vertical-align: top;
    margin-top: 18px;
}

.bPdf .block-amb .side-effect .title {
    width: 500px;
    height: 19px;
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    color: #000000;
    margin-right: 60px;
}

.bPdf .block-amb .side-effect .sub-title {
    width: 458px;
    height: 19px;
    font-size: 16px;
    text-align: right;
    color: #000000;
    margin-top: 6px;
    margin-right: 60px;
}

.bPdf .block-amb .side-effect .cube-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 29px;
    width: 65%;
}

.bPdf .block-amb .side-effect .cube-container .cube {
    width: 100px;
    height: 95px;
    text-align: center;
    margin-left: 6px;
    margin-bottom: 80px;
}

.bPdf .block-amb .side-effect .cube-container .cube img {
    width: 50px;
    height: 50px;
}

.bPdf .block-amb .side-effect .cube-container .cube p {
    width: 100px;
    height: 38px;
    font-size: 16px;
    text-align: center;
    color: #000000;
    margin-top: 0;
}

.bPdf .block-amb .bottom-title {
    width: 361px;
    height: 19px;
    font-size: 14px;
    text-align: right;
    color: #000000;
    margin-top: -60px;
}

.bPdf .block-amb .mobile-cube-container {
    display: none;
}

/***PDF2****/
.bPdf .container-with-lines {
    display: block;
    text-align: right;
    margin-right: 20px;
}

.bPdf .container-with-lines .img-container {
    display: inline-block;
    margin-right: 9px;
    margin-top: 19px;
}

.bPdf .container-with-lines .img-container img {
    width: 140px;
    height: 140px;
}

.bPdf .container-with-lines .time-line {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.bPdf .container-with-lines .time-line .cubs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.bPdf .container-with-lines .time-line .cubs .time-cube {
    width: 86px;
    height: 99px;
    text-align: center;
    margin-right: 15px;
    position: relative;
}

.bPdf .container-with-lines .time-line .cubs .time-cube .vertical-line {
    width: 1px;
    height: 19px;
    background-color: #9d9d9c;
    margin: 0 auto;
}

.bPdf .container-with-lines .time-line .cubs .time-cube img {
    width: 51px;
    height: 51px;
}

.bPdf .container-with-lines .time-line .cubs .time-cube .text {
    width: 86px;
    height: 42px;
    font-size: 16px;
    text-align: center;
    color: #000000;
}

.bPdf .container-with-lines .bLine {
    position: absolute;
    left: 30px;
    top: 130px;
}

.bPdf .container-with-lines .bLine img {
    width: 227px;
    height: 38px;
}

.bPdf .container-with-lines .bottom-container {
    display: block;
    position: relative;
    bottom: -72px;
}

.bPdf .container-with-lines .bottom-container .text-1 {
    position: absolute;
    display: inline-block;
    width: 138px;
    height: 38px;
    font-size: 16px;
    text-align: center;
    color: #000000;
    right: 70px;
}

.bPdf .container-with-lines .bottom-container .text-2 {
    position: absolute;
    display: inline-block;
    width: 220px;
    height: 38px;
    font-size: 16px;
    text-align: center;
    color: #000000;
    right: 260px;
}

.bPdf .two-side-container {
    display: block;
    margin-right: 10px;
    margin-top: 19px;
    text-align: right;
}

.bPdf .two-side-container .imgC {
    display: inline-block;
    margin-left: 47px;
}

.bPdf .two-side-container .imgC img {
    width: 140px;
    height: 140px;
}

.bPdf .two-side-container .text-side {
    display: inline-block;
    vertical-align: top;
    width: 428px;
    height: 72px;
    font-size: 18px;
    text-align: right;
    color: #000000;
    margin-top: 30px;
}

.bPdf .container-with-lines .mobile-timeLine {
    display: none;
}

.mt-120 {
    margin-top: 120px !important;
}

/*******************/
/*****Mobile*******/
/*******************/
@media screen and (max-width: 700px) {
    .bPdf {
        width: 400px;
    }

    .bPdf .timeline-container .timeLineHr,
    .bPdf .topLineS2 {
        width: 335px;
    }

    .bPdf .s2Body .bigIcon {
        width: 105px;
        height: 105px;
    }

    .bPdf .s2Body .s2-underTitle-container .s2-column .title .verticalLine {
        height: 101px;
    }

    .bPdf .s2Body .s2-underTitle-container .s2-column .long-block {
        height: 295px;
    }

    .bPdf .s2Body .s2SubTitle {
        margin-top: 17px;
        width: 221px;
        height: 38px;
        font-size: 18px;
        color: #000000;
        display: block;
        text-align: right;
    }

    .bPdf .timeline-container .line-time-container {
        display: none;
    }

    .bPdf .answer .img-container img,
    .bPdf .block-amb .img-container img {
        width: 105px;
        height: 105px;
    }

    .bPdf .timeline-container .mobile-line-time-container {
        display: inline-block;
        vertical-align: top;
        margin-top: 19px;
        margin-right: 20px;
        position: relative;
    }

    .bPdf .timeline-container .mobile-line-time-container .long-all-line {
        position: absolute;
        width: 1px;
        height: 384px;
        background: #9d9d9c;
    }

    .bPdf .timeline-container .mobile-line-time-container .body,
    .bPdf .timeline-container .mobile-line-time-container .line,
    .bPdf .timeline-container .mobile-line-time-container .text {
        display: inline-block;
    }

    .bPdf .timeline-container .mobile-line-time-container .body img {
        width: 33px;
        height: 33px;
    }

    .bPdf .timeline-container .mobile-line-time-container .body p {
        width: 53px;
        height: 39px;
        font-size: 16px;
        color: #000000;
        margin-top: -2px;
        margin-bottom: 25px;
    }

    .bPdf .s2Body .bigIcon img {
        width: 105px;
        height: 105px;
    }

    .bPdf .timeline-container .mobile-line-time-container .line {
        width: 23px;
        height: 1px;
        background: #9d9d9c;
        vertical-align: top;
        margin-top: 13px;
        margin-left: 10px;
    }

    .bPdf .timeline-container .big-icon img {
        width: 105px;
        height: 105px;
    }


    .bPdf .timeline-container .bottom-container {
        display: none;
    }

    .bPdf .timeline-container .mobile-line-time-container .icon-block .line {
        width: 23px;
        height: 1px;
        background: #9d9d9c;
        margin-right: 12px;
        margin-left: 12px;
    }

    .bPdf .timeline-container .mobile-line-time-container .text {
        width: 105px;
        height: 114px;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.19;
        letter-spacing: normal;
        text-align: right;
        color: #000000;
    }

    .bPdf .row-pdf .cube-number-green {
        vertical-align: bottom;
    }

    .bPdf .row-pdf .row-text {
        font-size: 22px;
        width: 300px;
    }

    .bPdf .s2Body .s2-underTitle-container .s2-column .long-block {
        width: 220px;
    }

    .bPdf .answer .img-container {
        margin-left: 19px;
    }

    .bPdf .answer .inner-b-two {
        width: 140px;
    }

    .bPdf .answer .inner-b-two {
        height: 181px;
        margin-top: 10px;
    }

    .bPdf .answer .inner-b-two .vertical-line {
        left: 35px;
    }

    .bPdf .answer .inner-b-two p {
        left: -59px;
        width: 141%;
        margin-top: 25px;
    }

    .bPdf .answer .inner-b-two .iBlock:first-child {
        margin-bottom: 20px;
    }

    .bPdf .s2Body .s2-underTitle-container .s2-column .blocks .container-inner {
        width: 220px;
        height: 82px;
    }

    .bPdf .s2Body .bigIcon img {
        max-width: 100%;
    }

    .bPdf .s2Body .s2-underTitle-container .s2-column {
        display: block;
    }

    .bPdf .block-amb .side-effect .title {
        width: 221px;
        height: 38px;
        font-size: 18px;
        margin-right: 0;
    }

    .bPdf .block-amb .side-effect .sub-title {
        width: 221px;
        margin-top: -6px;
        margin-right: 0;
    }

    .bPdf .block-amb .img-container {
        margin-top: 10px;
    }

    .bPdf .block-amb .bottom-title {
        margin-right: 0;
        margin-top: 10px;
    }

    .bPdf .block-amb .side-effect .cube-container {
        display: none;
    }

    .bPdf .block-amb .mobile-cube-container {
        display: block;
        width: 45%;
    }

    .bPdf .block-amb .mobile-cube-container .cubs {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        width: 400px;
    }

    .bPdf .block-amb .mobile-cube-container .cubs .cube {
        width: 105px;
        height: 95px;
        text-align: center;
        margin-right: 9px;
        margin-top: 17px;
    }

    .bPdf .block-amb .mobile-cube-container .cubs .cube img {
        width: 35px;
        height: 35px;
    }

    .bPdf .block-amb .mobile-cube-container .cubs .cube p {
        width: 105px;
        height: 38px;
        font-size: 16px;
        text-align: center;
        color: #000000;
        margin-top: 0;
    }

    .bPdf .s2Body .s2-underTitle-container .s2-column .blocks .verticalLine-big-2 {
        height: 147px;
    }

    .bPdf .s2Body,
    .bPdf .block-amb {
        width: 500px;
        text-align: right;
    }

    /****Pdf-2*****/

    .bPdf .two-side-container .imgC {
        margin-left: 9px;
        margin-top: 20px;
    }

    .bPdf .two-side-container .imgC img,
    .bPdf .container-with-lines .img-container img {
        width: 105px;
        height: 105px;
    }

    .bPdf .two-side-container .text-side {
        width: 221px;
        height: 147px;
        font-size: 16px;
        text-align: right;
        color: #000000;
    }

    .bPdf .container-with-lines .time-line {
        display: none;
    }

    .bPdf .container-with-lines .mobile-timeLine {
        display: inline-block;
        width: 60%;
        vertical-align: top;
        position: relative;
    }

    .bPdf .container-with-lines .mobile-timeLine .over-on-long {
        position: absolute;
        width: 2px;
        height: 136px;
        right: 111px;
        background-color: #9d9d9c;
    }

    .bPdf .container-with-lines .mobile-timeLine .line-between-one,
    .bPdf .container-with-lines .mobile-timeLine .line-between-two {
        position: absolute;
        width: 40px;
        height: 1px;
        background-color: #9d9d9c;
        right: 92px;
    }

    .bPdf .container-with-lines .mobile-timeLine .line-between-one {
        top: 40px;
    }

    .bPdf .container-with-lines .mobile-timeLine .line-between-two {
        top: 135px;
    }

    .bPdf .container-with-lines .img-container {
        margin-right: 0;
    }

    .bPdf .container-with-lines .mobile-timeLine .four-cubs {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        text-align: center;
        margin-top: 19px;
    }

    .bPdf .container-with-lines .mobile-timeLine .four-cubs .fInner-cube img {
        width: 33px;
        height: 33px
    }

    .bPdf .container-with-lines .mobile-timeLine .four-cubs .fInner-cube .text {
        width: 105px;
        height: 57px;
        font-size: 16px;
        text-align: center;
        color: #000000;
        width: 95px;
    }

    .bPdf .container-with-lines .mobile-timeLine .bottom-line {
        position: absolute;
        bottom: -42px;
        right: -53px;
    }

    .bPdf .container-with-lines .mobile-timeLine .bottom-line img {
        width: 235px;
        height: auto;
    }

    .bPdf .container-with-lines .mobile-timeLine .bottom-sideToSide-text {
        position: relative;
        bottom: -46px;
        display: block;
    }

    .bPdf .container-with-lines .mobile-timeLine .bottom-sideToSide-text .text {
        font-size: 16px;
        color: #000000;
    }

    .bPdf .container-with-lines .mobile-timeLine .bottom-sideToSide-text .sideOne {
        position: absolute;
        width: 105px;
        height: 57px;
        right: -85px;
    }

    .bPdf .container-with-lines .mobile-timeLine .bottom-sideToSide-text .sideTwo {
        width: 221px;
        height: 38px;
        position: absolute;
        left: -15px;
    }

    .bPdf .title-pdf {
        font-size: 22px;
    }

    .nin {
        width: 270px !important;
    }

}


/****************/
/***Language****/
/****************/
.services-container-text .container-ovals .oval .title-service[aria-lang="en-lang"],
.services-container-text .container-ovals .oval .title-service[aria-lang="ru-lang"],
.services-container-text .container-ovals .oval .title-service[aria-lang="ar-lang"] {
    width: 399px;
    height: 64px;
    overflow: hidden;
}

.services-container-text .video-container .inner-video .side-text[aria-lang="en-lang"],
.services-container-text .video-container .inner-video .side-text[aria-lang="ru-lang"] {
    margin-right: 256px;
}

.connection .form-container .form-title[aria-lang="en-lang"],
.connection .form-container .form-title[aria-lang="ru-lang"] {
    width: 837px;
}

.services-container-text .video-container .inner-video .side-text .title-video[aria-lang="en-lang"],
.services-container-text .video-container .inner-video .side-text .title-video[aria-lang="ru-lang"] {
    text-align: left;
    margin-left: 110px;
    height: 130px;
    overflow: hidden;
}

.services-container-text .video-container .inner-video .side-text .body-video[aria-lang="en-lang"],
.services-container-text .video-container .inner-video .side-text .body-video[aria-lang="ru-lang"] {
    text-align: left;
}

.ctcc-left-side {
    direction: rtl;
}

.cookie-bar-bar .ctcc-inner {
    direction: rtl;
}

.en-cookie {
    direction: ltr !important;
}