body::-webkit-scrollbar {
    width: 15px;
}

body::-webkit-scrollbar-track {
    border-radius: 8px;
}

body::-webkit-scrollbar-thumb {
    background: #ffa900;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
}

body::-webkit-scrollbar-thumb:hover {
    background: #c88601;
}

body::-webkit-scrollbar-thumb:active {
    background: #2c20c0;
    cursor: grab;
}

.modall {
    display: none;
}

.modalActive {
    width: 90%;
    height: 95%;
    overflow-y: scroll;
    background: white;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2234554;
    color: black;
    font-size: 20px;
    padding: 20px;
    position: fixed;
    border-radius: 20px;
    box-shadow: 0 0 10000000px 10px;
}

.modalActive::-webkit-scrollbar {
    width: 0;
}

#x {
    all: unset;
    display: none;
    position: fixed;
    display: none;
    z-index: 99999999999999999999;
    top: 19px;
    right: 27px;
    align-items: center;
    justify-content: center;
    color: black;
    font-size: 30px;
    background: white;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    cursor: pointer;
}


.modalActive img {
    width: 40%;
    object-fit: cover;
    border-radius: 65px;
}


@media (max-width: 768px) {
	.modalActive img {
		width: 100%;
		object-fit: cover;
		border-radius: 15px;
	}
    .flex {
        display: flex;
        flex-direction: column;
    }
    .modalActive {
        font-size: 13px;
    }
}

@media (max-width: 1200px) {
	.modalActive img {
		width: 50%;
		object-fit: cover;
		border-radius: 25px;
	}
    .flex {
        display: flex;
        flex-direction: column;
    }
    .modalActive {
        font-size: 15px;
    }
}

@media (max-width: 1600px) {
	.modalActive img {
		width: 60%;
		object-fit: cover;
		border-radius: 45px;
	}
    .modalActive {
        font-size: 20px;
    }
}

.coteg {
    display: flex;
    gap: 10px;
    align-items: center;
    position: absolute;
}

.activeDiv {
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: white !important;
    background: #2c20c0;
    border: 2px solid #2c20c0;
    padding: 18px;
}

.coteg h2 {
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid #2c20c0;
    padding: 18px;
    border-radius: 10px;
    color: #2c20c0;
}


.div1O {
    padding-top: 70px;
}

.div2O {
    display: none;
    padding-top: 70px;

}

.flex {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}



.adaptivn-slayder {
    width: 100%;
    position: relative;
    margin: auto;
    height: 100%;
    margin-bottom: 15px;
    overflow: hidden;
}

.adaptivn-slayder .parag img {
    object-fit: cover;
    width: 100%;
    object-fit: cover;
    border: none !important;
    box-shadow: none !important;
}

.adaptivn-slayder .prev,
.adaptivn-slayder .next {
    cursor: pointer;
    position: absolute;
    top: 0;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: black !important;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}

.adaptivn-slayder .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.adaptivn-slayder .prev:hover,
.adaptivn-slayder .next:hover {
    color: rgba(25, 24, 24, 0.8);
}

.beksun-slayda {
    position: absolute;
    color: #f4f4f7;
    font-size: 35px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 1px 1px 1px #141415, 0 0 1em #141415;
}

.uneizmen-akemada {
    text-align: center;
}

.noguma-pomoki-kadra {
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0 2px;
    background-color: #ddd;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.deystvuyus,
.noguma-pomoki-kadra:hover {
    background-color: #aaa;
}

.adaptivn-slayder .parag {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}


.sl {
    display: flex;
    flex-direction: column;
    width: 60%;
}


/* ******************************* - TM -  *************************************/

.open-window {
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0px;
 left: 0px;
 z-index: 3;
 background-color: red;
}

/* ******************************* - TM -  *************************************/

.open-window {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
    background-color: rgba(32, 26, 26, 0.355);
   }