/* Created on : Aug 31, 2020, 5:26:25 PM
    Author     : Andrew Molchanov: andymolchanov@gmail.com */
section#companyOffersWrapp {
    background-color: rgba(237, 246, 250, 0.5);
}

div#companyOffersExpand {
    padding: 0 0 124px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 20px;
    margin: 0 auto;
    max-width: 1328px;
    background-color: #FFFFFF;
    display: none;
    border-collapse: initial;
}

.captionInside {
    font-family: OpenSansHebrew-Bold;
    text-align: right;
    padding: 50px 0 0 0;
    display: flex;
    flex-wrap: wrap-reverse;
}

.captionInside button {
    width: 240px;
    height: 60px;
    box-shadow: 0px 8px 25px rgba(114, 182, 218, 0.35);
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-family: OpenSansHebrew-Bold;
}

.captionInside button:hover {
    cursor: pointer;
}

.captionInside button span {
    font-size: 20px;
    padding-left: 45px;
}

.captionInside h1 {
    display: inline-block;
    font-size: 36px;
    line-height: 60px;
    padding: 0 50px 0 0;
    margin: auto;
}

.rowWrapp {
    display: flex;

    /* flex-wrap: wrap; */
    align-items: center;
    height: 190px;
}

.columnWrapp {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 0 0;
    height: 100%;
    position: relative;
}

.centralBlock {
    display: flex;
    flex-grow: 1;
}

.columnWrapp p,
.columnWrappInside p,
.columnWrapp h2,
.columnWrappInside h2,
.columnWrapp h3,
.columnWrappInside h3 {
    font-family: OpenSansHebrew-Bold;
}

.columnWrapp h3,
.columnWrappInside h3 {
    font-size: 20px;
}

.columnWrapp h2,
.columnWrappInside h2 {
    font-size: 22px;
}

.columnWrapp:first-child {
    flex: 0 0 35%;
    justify-content: flex-start;
}

.columnWrapp:first-child,
.columnWrapp:last-child {
    padding: 0;
}

.columnWrapp:last-child p {
    font-family: BebasNeue-Regular;
    font-size: 37px;
    font-weight: bold;
}

.columnWrapp:nth-child(3) {
    padding: 0 35px;
    width: auto;
}

.columnWrappInside {
    padding: 40px 10px 0;
    text-align: center;
    position: relative;
    width: 33%;
    flex-grow: 1;
}

.info_icon {
    width: 50px;
    height: 50px;
}

div#companyOffersExpand.companyOffersExpandedTable {
    display: block;
}

.companyOffersCollapse {
    padding: 0 22px 124px 0;
    margin: 0 auto;
    max-width: 1328px;
}

.singleTable,
#contact {
    padding: 58px 0 0 0;
}

.vertical-devider {
    position: absolute;
    top: 25px;
    left: 0;
    height: 138px;
    width: 1px;
    background: #BED1D8;
}

.bookmark {
    position: absolute;
    top: 50%;
    margin-top: -77px;
    right: -22px;
    width: 22px;
    height: 153px;
    background: #EF0028;
    box-shadow: 0px 15px 34px rgba(114, 182, 218, 0.55);
    border-radius: 0 20px 20px 0;
}

.offersData {
    padding: 15px 0 0 0;
}

.offersData h4 {
    color: #EF0028;
}

.companyFullName {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 40px 0 0;
    height: 100%;
}

.companyFullName > img {
    width: 40%;
}

.companyFullName > h2 {
    width: 60%;
    padding: 0 40px 0 0;
}

.onlineOrder,
.priceFrom {
    width: 277px;
    height: 58px;
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
    border-radius: 0px 29px 29px 0px;
    color: #FFFFFF;
    margin: initial;
    display: flex;
    align-items: center;
}

.priceFrom {
    background-color: #EE0028;
    justify-content: center;
}

.priceFrom h3 {
    padding: 0 10px 0 0;
}

.onlineOrder {
    background-color: #26383F;
    margin-top: 16px;
    padding: 0 23px 0 0;
}

.onlineOrder h3 {
    padding: 0 40px 0 0;
}

.onlineOrder a {
    color: inherit;
}

.columnWrapper {
}

/* -----Expand Table style----- */
.companiesList {
    display: flex;
}

.companyItem {
    flex: 0 1 20%;
}

.orderRedirectTop {
    color: #EF0028;
    border: 2px solid #EF0028;
    box-shadow: 0px 5px 35px rgba(239, 0, 40, 0.35);
}

.orderRedirectBottom {
    color: #FFFFFF;
    background: #EF0028;
    border: 2px solid #FFFFFF;
}

.orderRedirectTop,
.orderRedirectBottom {
    border-radius: 60px;
    width: 200px;
    height: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.orderRedirectTop img,
.orderRedirectBottom img {
    width: 25px;
    height: 17px;
}

.orderRedirectTop span,
.orderRedirectBottom span {
    font-family: OpenSansHebrew-Bold;
    font-size: 20px;
}

.companyLogo {
    max-width: 160px;
}

div#companyOffersExpand .captionInside {
    padding: 50px 0 50px 0;
}

/* ----------------- */
#tableWrapper {
    display: flex;
}

.columnWrapper {
    flex: 0 1 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.columnWrapper:nth-child(2n),
.columnWrapper div:nth-child(2n) {
    background: rgba(169, 200, 211, 0.1);
}

.columnWrapper:first-child {
    align-items: flex-start;
    font-family: OpenSansHebrew-Bold;
    font-size: 18px;
    text-align: right;
}

.columnWrapper:first-child div {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 5px 0 0;
}

.offer,
.columnWrapper:first-child div:not(:first-child) {
    min-height: 70px;
}

.columnWrapper div:first-child {
    height: 106px;
    background: white;
}

.columnWrapper div {
    width: 100%;
}

.offer {
    display: flex;
    align-items: center;
    justify-content: center;
}

#info-popup-modal {
    display: none;
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.35);
}

.info-popup-wrapp {
    position: absolute;
    overflow-y: auto;
    top: 50%;
    left: 50%;
    max-height: 75%;
    width: 600px;
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    color: #26383F;
    border-radius: 8px;
    font-family: OpenSansHebrew-Bold;
}

.info-popup-wrapp::-webkit-scrollbar {
    width: 0;
}

.info-popup-wrapp a,
.info-popup-wrapp a:hover {
    text-decoration: none;
    color: #26383F;
    font-size: 20px;
}

.info-popup-wrapp section:not(:first-child) {
    background: #F6FAFC;
}

.info-logo {
    position: relative;
    padding-top: 10px;
}

.info-logo img {
    height: 77px;
}

.info-logo .popup-close {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 14px;
    background: inherit;
}

.info-link-order {
    padding: 35px 0 20px 0;
}

.info-title {
    padding-bottom: 20px;
}

.info-title h3 {
    font-size: 36px;
}

.info-table-wrapp {
    padding: 0 20px;
}

.info-table-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.info-table-row-inner-colum {
    flex-grow: 1;
    background: #FFFFFF;
    padding-top: 5px;
    border-radius: 10px;
}

.info-table-row-inner-colum:not(:last-child) {
    margin-left: 10px;
}

.info-table-row-inner-colum {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.info-table-content-devider {
    height: 2px;
    width: 50%;
    margin: 0 auto;
    background: #BED1D8;
}

.info-table-data.price-age {
    font-size: 16px;
}

.info-table-data.price-value {
    font-family: BebasNeue-Regular;
    font-weight: bold;
    color: #EF0028;
    font-size: 30px;
}

.info-link-order,
.info-table-content,
.info-title,
.info-logo,
.info-popup-image-box-wrapper {
    text-align: center;
}

#info-popup-insurance-type-wrapp {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 40px 20px;
}

.info-popup-image-box-wrapper {
    padding: 0 20px;
    width: 25%;
    position: relative;
}

.info-popup-image-box-wrapper:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #BED1D8;
    left: 0;
}

.info-popup-image-box-wrapper:first-child:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #BED1D8;
    right: 0;
    top: 0;
}

.info-popup-image-box-wrapper {
    font-family: OpenSansHebrew-Regular;
    display: flex;
    flex-direction: column;
    min-height: 160px;
}

.info-popup-image-box {
    height: 60%;
}

.info-popup-box-value {
    height: 40%;
    padding-top: 7px;
}

.info-popup-image-box p {
    font-size: 20px;
    line-height: 21px;
    text-align: center;
    color: #EF0028;
    margin-top: 15px;
}

.info-popup-box-value p {
    font-size: 16px;
    font-weight: bold;
}

.info-popup-image-box img {
    max-width: 133px;
}

.list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
}

.list-item {
    width: 50%;
    position: relative;
    margin-bottom: 10px;
    padding-right: 10px;
}

.list-item:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    right: 0;
    background: #EF0028;
    border-radius: 0px 2px 2px 0px;
}

.list-item span {
    height: 20px;
    font-weight: 500;
    line-height: 20px;
    font-size: 14px;
    font-family: OpenSansHebrew-Regular;
}

#info-popup-button-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 60px 20px 40px;
}

.info-popup-button-wrapper {
    height: 58px;
    width: 270px;
    border-radius: 29px;
    background: #26383F;
    border-radius: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-popup-button-wrapper a,
.info-popup-button-wrapper a:hover {
    color: white;
}

/* ---------------media style-------------- */
@media (max-width: 768px) {
    .bookmark {
        display: none;
    }

    .captionInside {
        justify-content: center;
        background-color: rgba(237, 246, 250, 0.5);
        padding: 50px 0 130px 0;
    }

    .companyOffersCollapse {
        padding: 0;
        background-color: rgba(237, 246, 250, 0.5);
        margin: 0 40px;
    }

    .captionInside h1 {
        text-align: center;
        padding: 0;
    }

    .captionInside button {
        margin-top: 50px;
    }

    .rowWrapp {
        height: auto;
        flex-direction: column;
        position: relative;
        background-color: #fff;
        padding: 40px 0 150px;
    }

    .rowWrapp:not(:last-child) {
        margin: 0 0 120px;
    }

    .companyFullName {
        flex-direction: column;
        padding: 0;
    }

    .companyFullName > h2 {
        padding: 0;
        width: 80%;
    }

    .columnWrapp {
        position: static;
    }

    .columnWrapp:first-child .vertical-devider {
        display: none;
    }

    .columnWrapp:nth-child(3) {
        position: absolute;
        right: 100px;
        bottom: 40px;
        padding: 0;
        height: 58px;
    }

    .priceFrom {
        position: absolute;
        top: -58px;
        top: -70px;
        left: 50%;
        transform: translate(-50%);
        border: 5px solid #FFFFFF;
        border-bottom: none;
        box-shadow: 0px 15px 34px rgba(114, 182, 218, 0.55);
        border-radius: 20px 20px 0 0;
        justify-content: flex-start;
        padding: 0 30px 0 0;
        height: 70px;
    }

    .onlineOrder {
        position: absolute;
        bottom: 40px;
        left: 0;
    }

    .companiesList,
    .row {
        overflow-x: auto;
    }

    .companiesList:scrollbar,
    .row:scrollbar {
        display: none;
    }

    /* .companiesList, .row{
        } */
    /* ---------Expand Table------------------------ */
    #tableWrapper {
        overflow-x: auto;
        scrollbar-width: none;
    }

    #tableWrapper:scrollbar {
        display: none;
    }

    .columnWrapper:first-child {
        flex: 0 0 200px;
        position: sticky;
        position: -webkit-sticky;
        right: 0;
        background: antiquewhite;
        padding: 0 5px;
    }
}

@media (max-width: 380px) {
    .companyOffersCollapse {
        margin: 0 10px;
    }

    .columnWrapp:nth-child(3) {
        right: 10px;
        bottom: 40px;
    }

    .info-popup-wrapp {
        top: 70%;
        width: 100%;
        height: 100%;
    }

    .info-table-row-inner-colum {
        width: 30%;
        flex-grow: initial;
        margin-bottom: 10px;
    }

    .info-popup-image-box-wrapper {
        width: 50%;
        margin-bottom: 10px;
    }

    .list {
        flex-direction: column;
    }

    .list-item {
        width: 100%;
    }

    .info-popup-button-wrapper:first-child {
        margin-bottom: 20px;
    }
}