.owl-theme .owl-dots {
    position: absolute!important;
    top: 12%;
    left: 50px;
    margin: 0 5px;
    width: calc(100% - 10px);
    padding: 10px;
    background-color: white;
    border-radius: 10px;
    display: grid;
    grid-template-columns: repeat(6, auto);
    max-width: 400px;
    max-height: 500px;
    overflow-y: auto;
    gap: 5px;
    height: auto!important;
}

@media (max-width: 1550px) {
    .owl-theme .owl-dots {
        margin-left: 10px!important;
        display: grid;
        top: 5;
        max-width: 900px!important;
        width: 900px!important;
        height: 100px!important;
        grid-template-columns: repeat(10, auto)!important;
        padding: 10px;
        align-items: center;
        gap: 20px;
    }
}

@media (max-width: 1000px) {
    .owl-theme .owl-dots {
        margin-left: 10px!important;
        display: grid;
        top: 5;
        max-width: 700px!important;
        width: 650px!important;
        height: 100px!important;
        grid-template-columns: repeat(10, auto)!important;
        padding: 10px;
        align-items: center;
        gap: 20px;
        /* width: 500px!important; */
    }
}


.owl-carousel .owl-stage {
    top: 50px;
}

.owl-theme .owl-dots .owl-dot {
    border-left: 2px solid #ffffff;
    margin: 0 !important;
    outline: none;
    background: #eee;
    text-align:  center;
    min-width: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

/* .owl-dot:not(:last-child) .triangle {
    position: absolute;
    top: 5px;
    margin-left: calc(5% - 2px);

    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid white;
}
.owl-dot:not(:last-child) .triangle:after {
    content: "";
    display: block;
    position: absolute;
    top: -11px;
    margin-left: calc(5% - 13px);

    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 11px solid #eeeeee;
} */

/* .owl-theme .owl-dots .owl-dot:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
} */

/* .owl-theme .owl-dots .owl-dot:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
} */

.owl-dot.checked {
    background: #3F8CB6 !important;
}

.checked .triangle:after {
    border-left-color: #60cefe !important;
}

.owl-dot.active {
    background: #60cefe !important;
}

.active .triangle:after {
    border-left-color: orange !important;
}

.num {
    font-size: 11px !important;
}

.owl-theme .owl-nav {
    /* top: 305px !important; */
    left: 0 !important;
    
}
.owl-nav {
    top: 5px!important;
    margin: 0 5px;
    width: calc(100% - 10px);
    padding-bottom: 20px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    font-size: 24px!important;
    outline: none !important;
}

.owl-carousel .owl-nav button.test-next-button, .owl-carousel .owl-nav button.test-prev-button{
    position: relative;
    right: 15px;
    font-size: 15px;
    padding: 7px 9px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 1000px;
}

.owl-carousel .owl-nav button.test-prev-button {
    left: 15px;
}


button.test-next-button span, button.test-prev-button span{
    display: none;
}
.owl-carousel .owl-nav button.test-next-button:before {
    content: "Հաջորդ";
    color: #60CEFE;
}

.owl-carousel .owl-nav button.test-prev-button:after {
    content: "Նախորդ";
    color: #808080;
}



.change_color {
    background-color: #ffffff!important;
    color: #000000 !important;
    border: none;
    font-size: 16px;
    cursor: pointer;
}

.change_color:focus {
    outline: none !important;
}

.test-left-btn, .test-right-btn{
    background-color: #d1d1d1!important;
    color: #FFFFFF !important;
    margin-top: -10px;
}
.test-left-btn::after, .test-right-btn::before{
    color: #FFFFFF !important;
    font-size: 20px;
}

.test-right-btn{
    background-color: #60cefe!important;
    color: #FFFFFF !important;
    margin-top: -10px;
}
