/*
Theme Name:     Advanta New
Theme URI:      https://advanta-m.ru
Description:    Advanta-M
Author:         Inolta
Text Domain:    advanta
ThemeMU:        advanta
Version:        0.10.163
*/

:root {
	font-size: 14px !important;

    @media (max-width: 2560px) {
		font-size: 14px !important;
	}
	@media (min-width: 2561px) {
		font-size: 20px !important;
	}
}

@-webkit-keyframes merot {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes merot {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes merot {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes moveAndFade {
    0% {
        transform: translateX(200%);
        opacity: 1;
    }
    75% {
        opacity: 0.7;
    }
    100% {
        transform: translateX(-200%);
        opacity: 0;
    }
}

#comments{
    max-width:100%;
}
.customer-videos-grid{
    display: flex;
    margin-bottom: 38px;
    gap: 19px;
    max-width:100%;
    padding-right: 40px;
}
.customer-videos-title{
    font-size: 14px;
    margin: -15px 0 25px;
    display: inline-block;
 }
.customer-videos-item{
    width: 98px !important;
    height: 98px !important;
    cursor:pointer;
    flex:none;
 }
.customer-videos-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.customer-videos__btn{
    background:none;
    pointer-events: auto;
    padding: 0;
    display: none;
}

.customer-videos-item:hover .customer-videos__btn{
    display: flex;
}

.customer-videos__btn:hover{
    background:none;
}

.customer-videos-grid .slick-track{
    display: flex;
    gap:19px;
    height: auto;
}

.customer-videos-grid .slick-slide{
    width: 97px !important;
    height: 97px !important;
}

.customer-videos-grid .slick-arrow:before{
    color: #B1B1B1;
    font-weight: 900;
    font-size: 26px;
}

.customer-videos-grid .icon-arrow-left{
    position: absolute;
    left:-30px;
    top:42px;
}

.customer-videos-grid .icon-arrow-right{
    position: absolute;
    right:15px;
    top:42px;
}

@media(max-width: 1000px){
    .customer-videos-grid .icon-arrow-right{
        right:-40px;
    }
    .customer-videos-grid{
        padding-right: 0;
    }
}

@media(max-width: 768px){
    .customer-videos-grid{
        margin-bottom: 60px;
    }
}

.customer-videos-grid .customer-videos-item {
    width: 97px !important;
    max-width: 97px !important;
    min-width: 97px !important;
    flex: 0 0 97px !important;
    display: inline-block;
}

.customer-videos-grid .slick-slide {
    width: 97px !important;
    padding: 0 !important;
    margin: 0 !important;
}

.customer-videos-grid .slick-track {
    display: flex !important;
}

.customer-videos-grid .slick-dots {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    bottom: -40px;
    position: absolute;
    display: flex !important;
    justify-content: center;
    align-items: center;
    list-style: none;
}

.customer-videos-grid .slick-dots li {
    margin: 0 8px;
    cursor: pointer;
    position: relative;
    width: 12px;
    height: 12px;
    background: transparent;
    border-radius: 50%;
    transition: all 0.3s ease;
    font-size: 0;
    line-height: 0;
}

.customer-videos-grid .slick-dots li::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ccc;
    border-radius: 50%;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.customer-videos-grid .slick-dots li.slick-active::after {
    background-color: #4f82b1;
    transform: scale(1.2);
}

.customer-videos-grid .slick-dots li:hover::after {
    background-color: #4f82b1;
}

.customer-videos-grid .slick-dots li button {
    display: none !important;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 0;
    color: transparent;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

