body{

}

*{
	outline: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.left{
	float: left;
}

.right{
	float: right;
}

.clearfix::after{
	content: '';
	clear: both;
	display: block;
}


.form-agreement.is-state-incorrect .form-agreement__label:before {
    border-color: #dc044d;
}


/* Fix 18/03 */
.card__preview {
    position: relative;
    height: 60px;
    width: 60px;
    cursor: pointer;
    overflow: hidden;
}


.footer__list a{
    color: #ed6e22;
    text-decoration: none;
}

.card__preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 1240px) {
    .section-card__picture {
        width: 100%;
        min-height: 420px;
    }
}

@media (max-width: 992px) {
    .section__list .owl-dots {
        display: flex;
        justify-content: center;
        gap: 10px;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        bottom: -35px;
        width: 100%;
    }
}

.desctop_slider_home {
    display: flex !important;
}

.mobile_slider_home {
    display: none !important;
}

@media (max-width: 768px) {
    .desctop_slider_home {
        display: none !important;
    }
    
    .mobile_slider_home {
        display: flex !important;
    }
    img.section-card__picture.lazy {
        min-height: 620px;
    }


}

@media (max-width: 992px) {
    .section__list .owl-dots {
        bottom: -60px !important;
    }

    .section__holder {
        padding-top: 60px;
        padding-bottom: 70px;
    }
}