/*!
Theme Name: dental
*/
.banner__slider-content-details-btn {
    display: block;
    max-width: fit-content;
}
.goods__modal-info p {
    color: #575F6E;
    font-family: Vollkorn, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 32px;
}
.goods__modal-info h3 {
    margin-bottom: 2px;
    color: #242731;
    font-family: Vollkorn, sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}
.goods__modal-info h5 {
    margin-bottom: 8px;
    color: #070707;
    font-family: Vollkorn, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}
.goods__modal-info h4{
    margin-bottom: 2px;
    color: #242731;
    font-family: Vollkorn, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    text-transform: lowercase;
}
.goods__modal-info ul {
    margin-left: 20px;
    margin-bottom: 32px;
    padding-left: 0;
}
.goods__modal-info ul li {
    list-style-type: disc;
    margin-bottom: 2px;
    color: #575F6E;
    font-family: Vollkorn, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.goods__item-details p {
    margin-bottom: 12px;
    color: #070707;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 1.4px;
}
.goods__item-details ul{
    margin-bottom: 24px;
    margin-left: 20px;
    padding-left: 0;
}
.goods__item-details ul li {
    margin-bottom: 12px;
    list-style-type: disc;
    color: #070707;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 1.4px;
}
.goods__item-details ul li:last-child {
    margin-bottom: 0;
}
.menu-actions {
    display: flex;
    gap: 20px;
    align-items: center;
}
.lang__pannel {
    position: relative;
    padding: 0 20px;
    text-align: start;
}
.current-lang-link {
    color: #070707;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    transition: .2s all;
}
.lang-submenu {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(100%);
    padding: 20px !important;
    background: #3b82f6;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    border-radius: 12px;
    border: 1px solid #fafafa;
    transition: opacity .3s ease-in-out;
    opacity: 0;
    pointer-events: none;
    z-index: -1;
}
.lang-submenu.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 10;
}
.lang-submenu__link {
    color: #fafafa;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.video__main-content video{
	width: 100% !important;
	height: auto !important;
}
.video-preview {
	position: relative;
}
.video-upload-trigger {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%); 
}
@media (max-width: 1200px) {
    .menu-actions {
        flex-direction: column-reverse;
    }
}
.modal__link {
    min-width: 280px;
}
.modal__reg-form {
	text-align: center;
}
@media (min-width: 576px) {
	.products__btn-menu {
		transform: translate(100%, -50%);
		right: 0;
		width: max-content;
	}	
}
@media (min-width: 1041px) and (min-height: 670px) and (max-height: 740px) {
	.goods__modal-photo {
		max-height: 300px;
		object-fit: contain;
	}
}
@media (min-width: 1041px) {
	.innovations__box-photo {
	max-width: 456px;
	max-height: 100%;
	object-fit: cover;
	}
}
@media (min-width: 1201px) {
	.header__menu-list-link {
		white-space: nowrap;
	}
	.header__menu-list {
		gap: 10px;
	}
	.header__menu {
		gap: 20px;
	}
	.header__inner {
		gap: 15px;
	}
}
@media (min-width: 1301px) {
	.header__menu-list {
		gap: 20px;
	}
	.header__menu {
		gap: 50px;
	}
	.header__inner {
		gap: 20px;
	}
}