.widget-view-desktop-5 {
    background: #2C2D32 !important;
}

.widget.c-advantages.c-advantages-template-30 .widget-item-name {
    font-weight: 800;
    font-size: 20px !important;
}

.widget.c-advantages.c-advantages-template-30 .widget-item-description {
    font-size: 16px !important;
}

.widget.c-advantages.c-advantages-template-30 .widget-item-picture {
    height: 200px !important;
}

.menu-button-icon, .widget-phone-text, .widget-button-wrap .widget-button {
    color: #fff !important;
}

.footer-contacts-block-top {
    text-align: center;
    width: 100%;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
}

.footer-contacts-block {
    margin: 50px 0;
}

.footer-contacts-block-elem {
    text-align: center;
}

.footer-contacts-block-wrapper {
    border-top: 1px solid #000;
}

@media screen and (min-width: 768px) {
    .c-slider.c-slider-template-1 .widget-item-description[data-view="2"] {
        font-size: 35px !important;
        line-height: 1 !important;
        font-weight: 800;
        max-width: 50%;
        max-height: none !important;
    }

    .c-slider.c-slider-template-1 [data-align=right] {
        display: flex;
        justify-content: flex-end;
    }
}

@media screen and (max-width: 767px) {
    .c-slider.c-slider-template-1 .widget-item-description[data-view="2"] {
        font-size: 20px !important;
        line-height: 1 !important;
        font-weight: 800;
        max-height: none !important;
    }

    .c-slider.c-slider-template-1 .widget-item-description {
        -webkit-line-clamp: 6 !important;
    }
}

.widget-authorization-wrap {
	display: none !important;
}

.c-header.c-header-template-1 .widget-view.widget-view-desktop .widget-logotype {
	width: 300px !important;
}

@media (min-width: 768px) {
	.widget-banner-1 .widget-item-content-body {
		height: 800px !important;
	}
}

.c-slider.c-slider-template-1 .widget-item-header[data-view="2"] {
	   
	display: -webkit-box;
	color: #000;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}