#basket {
    display: flex;
    position: relative;
    width: 45px !important;
    min-width: 45px !important;
    height: 45px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 45px;
    background: linear-gradient(to bottom right, var(--left-gradient), var(--right-gradient));
    box-shadow: 0 0 10px 5px rgba(221, 221, 221, 0.25);
    cursor: pointer;
}
.telephone .elementor-icon-wrapper {
    width: 45px;
	height: 45px;
	border-radius: 50%;
	transform-origin: center;
    animation: fixed-pulse 2s infinite ease-in-out;
}

@keyframes fixed-pulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(139, 135, 175, 0.4);
    }
    50% {
        box-shadow: 0 0 0 15px rgba(139, 135, 175, 0);
    }
}
@media (max-width: 1200px) {
.site-description {
	line-height: 1;	
}
}
@media (max-width: 900px) {
.social {
    right: calc(60% - 130px)!important;
}
}

@media (max-width: 1080px) {
.elementor-117 .elementor-element.elementor-element-df59327 .elementor-nav-menu .elementor-item {
    font-size: 15px;
}
.elementor-117 .elementor-element.elementor-element-d527746 {
	--column-gap: 10px;
}
}
@media (max-width: 1024px) {
.social {
    position: relative;
    order: 1;
    right: initial!important;
    bottom: initial!important;
}
}
@media (max-width: 768px) {
#basket {
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
}
#basket img {
    height: 22px;
    width: 19px;
}
.telephone .elementor-icon-wrapper {
    width: 40px;
    height: 40px;
}
.telephone .elementor-icon {
    width: 40px;
    height: 40px;
}
.telephone a.elementor-icon {
    font-size: 18px !important;
}
}