.laboratory_section .main_img_block img, .laboratory_section .sm_img_block img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.laboratory_section .main_img_block {
    position: relative;
    width: 100%;
    padding-bottom: 43%;
}

.laboratory_section .main_img_block img {
    -o-object-fit: cover;
    object-fit: cover;
}

.laboratory_section .img_description {
    padding-left: 7%;
    opacity: 0.8;
    color: #4C525D;
    font-size: 120%;
    font-style: italic;
    line-height: 18px;
    font-family: "regular", "arm-regular";
}

.laboratory_section .inner_description {
    font-family: "regular", "arm-regular";
    padding-bottom: 0;
    text-align: justify;
}

.laboratory_section .analyisis_link {
    font-size: 120%;
    font-family: "bold", "arm-bold";
    line-height: 15px;
    color: #0C60AC;
}

.laboratory_section p img {
    /*width: 45%;*/
    -o-object-fit: cover;
    object-fit: cover;
}

.laboratory_section .images_block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 34px;
}

.laboratory_section .sm_img_block {
    position: relative;
    width: 45%;
    padding-bottom: 22%;
}

.laboratory_section .sm_img_block img {
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 767px) {
    .laboratory_section p img {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
}

/*new*/
.laboratory_section-accordion-block {
    overflow: hidden;
    padding: 0;
    margin-top: 30px;
}

.laboratory_section-accordion-block-title {
    cursor: pointer;
    color: white;
    transition: all 0.4ms;
    font-size: 160%;
    margin-bottom: 0;
    user-select: none;
}

.laboratory_section-accordion-block-title:before {
    font-size: 6px !important;
}

.laboratory_section-accordion-table-desc, .laboratory_section-accordion-table-price {
    font-size: 14px;
    margin-bottom: 0;
    color: black;
    display: flex;
    align-items: center;
    position: relative;
    width: 200px;
}

.vertical-line-new {
    left: -20px;
    position: absolute;
    height: 100px;
    width: 1px;
    background: #004CA5;
    margin-left: 5px;
}

.laboratory_section-accordion-table-desc {
    width: 47%;
    display: inline-block;
    word-wrap: break-word;
}

.laboratory_section-accordion-table {
    display: none;
    transition: all 0.4ms;
}

.laboratory_section-accordion-table.hidden {
    display: none;
}

.laboratory_section-accordion-table.opened {
    display: block;
}

.laboratory_section-accordion-block-title.arrow-up:before {
    transform: scale(-1);
}

.laboratory_section-accordion-table-price p {
    color: #004CA5;
    font-weight: bold;
    margin-bottom: 0;
}

.laboratory_section-accordion-table-price button {
    color: #004CA5;
    font-weight: bold;
    background: rgb(0, 90, 168);
    border: none;
    outline: none;
    padding: 10px 15px;
    border-radius: 5px;
    margin-left: 20px;
}

.laboratory_section-accordion-table-price-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.laboratory_section-accordion-table-info-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    /*border: 1px solid #004CA5;*/
    overflow: hidden;

}

.laboratory_section-accordion-sub-blo:nth-child(even) {
    border-top: none;
}

.laboratory_section-accordion-sub-block-small {
    /*padding: 0 0 0 20px;*/
}

.laboratory_section-accordion-sub-block-small {
    display: none;
}

.laboratory_section-accordion-sub-block-small.hidden {
    display: none;
}

.laboratory_section-accordion-sub-block-small.opened {
    display: block;
}

.open-sub-category-btn {
    font-size: 6px;
    cursor: pointer;
    margin-left: 15px;
}

.open-sub-category-hidden {
    font-size: 6px;
    cursor: pointer;
    margin-left: 25px;
}

.open-sub-category-btn.icon_down_arrow.arrow-up {
    transform: scale(-1);
}

.laboratory_section-second-drop-block {
    margin: 0;
    border: 1.5px solid #004CA5;
    border-radius: 5px;
    list-style-type: none;
    padding: 30px 0 15px 0;
    /*min-width: 333px;*/
    width: 333px;
}

.laboratory_section-second-drop-block.sub-block {
    border: none;
    margin-top: 0;
    padding: 0;
    display: none;
}

.laboratory_section-second-drop-block.sub-block.opened {
    display: block;
}

.laboratory_section-second-drop-block.sub-block.hidden {
    display: none;
}

.laboratory_section-second-drop-down-title {
    color: #004CA5;
    text-align: center;
    /*padding: 0 100px;*/
    font-family: 'Nato Sans Armeni', Sans-Serif;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
}

.laboratory_section-second-drop-list {
    /*margin-left: 15px;*/
    margin-top: 15px;
    width: 90%;
}

.list-line {
    height: 1px;
    background: #004CA5;
    width: 100%;
    display: block;
    margin-top: 9px;
}

/*ul li:last-child .list-line {*/
/*    display: none;*/
/*}*/

.laboratory_section-second-drop-link {
    padding-bottom: 10px;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Noto Sans Armenian', sans-serif;

}

.show-subs {
    text-align: right;
    cursor: pointer;
}

.arrow-text-block {
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    gap: 20px;
}

.show-subs.icon_down_arrow.arrow-up {
    transform: scale(-1);
}

.laboratory_section-second-drop-block.sub-block.opened li a {
    font-size: 13px;
}

.laboratory_section-second-drop-block.sub-block.opened li .list-line {
    height: 1.1px;
    margin-top: 0;
}

.form-modal {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow-x: hidden;
    overflow-y: auto;
    transition: top 0.5s;
    padding-left: 20px;
    background: rgba(30, 68, 142, 0.56);
}

.form-modal-inner {
    width: 100%;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.form-modal-container {
    max-width: 610px;
    position: relative;
    width: 100%;
    background: #ffffff;
    padding: 30px 25px;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgba(84, 124, 203, 0.11);
}

.form-modal-close {
    cursor: pointer;
    position: absolute;
    right: -45px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #ffffff;
}

.form-modal-close:before {
    color: #ffffff;
    font-size: 160%;
    transition: color 0.5s;
}

.form-modal-logo {
    max-width: 106px;
    width: 100%;
    margin: 10px auto;
}

.form-modal-logo img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.form-modal-title {
    margin-top: 25px;
    font-size: 240%;
    line-height: 29px;
    font-family: "bold", "arm-bold";
    text-align: center;
    color: #999999;
}

.form-modal-inner-container {
    margin-top: 20px;
}

.form-modal-field {

}

.form-modal-field-inline-fields {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
}

.form-modal-field-block {
    padding: 0 7px;
    width: 50%;
    position: relative;
    margin-bottom: 12px;
}

.form-modal .label_text {
    display: block;
    margin-left: 18px;
    margin-bottom: 7px;
    font-size: 110%;
    line-height: 14px;
    font-family: "bold", "arm-bold";
    color: rgb(0, 90, 168);
}

.form-modal input {
    width: 100%;
    height: 40px;
    border: 1px solid rgb(0, 90, 168);
    border-radius: 19.5px;
    padding: 0 20px;
    font-size: 120%;
    line-height: 15px;
    color: rgba(76, 82, 93, 0.8);
    background: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
    background: transparent;
}

.iti__selected-dial-code {
    margin-left: 15px;
}

.iti__flag-container {
    width: 90px;
    border-right: 1px solid rgb(0, 90, 168);
    border-radius: 19.5px 0 0 19.5px;
}

.iti__flag {
    display: none;
}

.form-modal .iti__country.iti__highlight {
    background: rgba(0, 0, 0, 0.1);
}

.form-modal .iti__country {
    height: 42px;
    display: flex;
    align-items: center;
}

.form-modal .iti__country-list {
    overflow-x: hidden;
    max-width: 240px;
    background-color: #ffffff;
    border: none;
    margin-top: 5px;
}

.form-modal .iti__country-name {
    margin-right: 7px;
    max-width: 241px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(0, 0, 0, 0.7);
    font-size: 120%;
    line-height: 15px;
}

.form-modal .iti__flag-box {
    display: none;
}

.form-modal .button_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.form-modal .form-modal-send {
    margin-left: auto;
    max-width: 267px;
    width: 100%;
    border: none;
    height: 40px;
    border-radius: 19.5px;
    color: #ffffff;
    background: rgb(0, 90, 168);
    font-size: 100%;
    line-height: 13px;
    transition: all 0.3s;
    font-family: "bold", "arm-bold";
}

.accordion-big-block {
    margin-left: 30px;
}

/*avelcel e*/
.laboratory_section-second-drop-block.sub-block .laboratory_section-second-drop-list {
    width: 95%;
}

.triangle-drop-list {
    cursor: pointer;
}

.triangle-drop-list.arrow-up {
    transform: rotate(180deg);
}

.triangle-drop-list-accordion {
    margin-bottom: 0;
}

.triangle-drop-list-accordion.arrow-up {
    transform: rotate(180deg);
}

.triangle-drop-list-accordion-sub {
    cursor: pointer;
    user-select: none;
}

.triangle-drop-list-accordion-sub.arrow-up {
    transform: rotate(180deg);
}

.accordion-list-btn {
    display: flex;
    width: 100%;
    /*justify-content: space-between;*/
    align-items: center;
    background-color: #004CA5;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    height: 50px;
    padding: 0 10px;
    cursor: pointer;
    gap: 20px;
}

.has-sub {
    font-weight: bold;
}

.horizontal-line {
    width: 100%;
    height: 1px;
    background-color: #004CA5;
}

@media (max-width: 767px) {
    .laboratory_section-accordion-table-desc, .laboratory_section-accordion-table-price{
        width: 164.41px;
    }
    .laboratory_section-second-drop-block{
    width: 100%;
    }
    .laboratory_section-accordion-table-price button {
        margin-left: 5px;
    }
    .vertical-line-new {
        left: -10px;
    }
    .accordion-big-block {
        padding: 10px;
        margin-left: 0;
    }

    .laboratory_section-accordion-table-desc {
        font-size: 12px;
        /*max-width: 173px;*/
        width: 38%;
    }

    .form-modal-inner {
        width: 98%;
    }

    .form-modal-field-inline-fields {
        flex-direction: column;
    }

    .form-modal-field-block {
        width: 100%;
    }

    .form-modal-field-block .iti {
        width: 100%;
    }

    .form-modal .button_block {
        justify-content: center;
    }

    .form-modal .form-modal-send {
        margin-left: 0;
    }

    .form-modal-close {
        right: 0;
        color: black;
    }

    .form-modal-close:before {
        color: black;
    }
}

.errorValidateMessage{
    color: rgba(185, 74, 72, 0.8);
    display: flex;
    justify-content: end;
}

/*success message add to cart modal css*/
.modal {
    display: none;
    position: fixed;
    /*z-index: 1; !* Sit on top *!*/
    padding-top: 50px;
    left: 0;
    top: 0;
    margin: auto;
    text-align: center;
    width: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    /*width: 80%;*/
    max-width: 610px;
    border-radius: 25px;
}

.lds-roller,
.lds-roller div,
.lds-roller div:after {
    box-sizing: border-box;
}
.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7.2px;
    height: 7.2px;
    border-radius: 50%;
    background: rgb(0, 90, 168);
    margin: -3.6px 0 0 -3.6px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 62.62742px;
    left: 62.62742px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 67.71281px;
    left: 56px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 70.90963px;
    left: 48.28221px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 70.90963px;
    left: 31.71779px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 67.71281px;
    left: 24px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 62.62742px;
    left: 17.37258px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12.28719px;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*.closeBtn{*/
/*    display: flex;*/
/*    justify-content: center;*/
/*}*/
/*.alertCartSuccess{*/
/*    font-size: 18px;*/
/*}*/
/*.closes:hover{*/
/*    color: white;*/
/*}*/

/*.closes{*/

/*    background-color: #004CA5;*/
/*    color: white;*/
/*    width:100px;*/
/*    height: 40px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    !*padding: 12px 45px;*!*/
/*    border-radius: 25px;*/
/*    font-family: 'Montserrat', sans-serif;*/
/*    !*line-height: 30px;*!*/
/*    font-weight: bold;*/
/*    font-size: 18px;*/
/*}*/
.roll-conatiner{
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.roll-image{
    width: 50%;
    height: auto;
    object-fit: cover;
}
.roll-image-container{
    display: flex;
    justify-content: center;
}
