@charset "UTF-8";
/*
	Theme Name: Template-landing
	Version: 1.0.0
	Theme URI: http://place-start.ru/
	Description: place-start создание продвижение сайтов
	Author: place-start
	Author URI: http://place-start.ru/
*/
.card-service__title_wrap{
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.catalog-nav__item{
	color: var(--color-theme_text);
}

.modal-form {
    background-color: #ffffffcf!important;
}

/* плашка куки */
.cookie-banner {
    position: fixed;
    bottom: -100px;
    left: 0;
    right: 0;
    background: #333;
    color: #fff;
    padding: 15px;
    text-align: center;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    transition: bottom 0.5s ease-in-out;
    z-index: 1000;
}

.cookie-banner.show {
    bottom: 0; 
}

.cookie-banner a {
    color: #c9c9c9;
	text-decoration:underline;
	margin-left:10px;
}

.cookie-btn {
    background: var(--secondary);
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 10px;
}

.cookie-btn:hover {
    opacity:0.9;
}

@media (max-width: 600px) {
    .cookie-banner {
        flex-direction: column;
        text-align: center;
    }
    .cookie-btn {
        margin-top: 10px;
        margin-left: 0;
    }
}
/* /плашка куки */


@media (max-width: 767px) {
.section-banner--mobile-view 
	.section-banner__img {
    object-fit: cover;
    width: calc( 0.4698 * 100vw + 138.66443px);
    height: calc( 0.39597 * 100vw + 110.28859px);
}}
.button-orang {
    background-color: #f46613!important;
}

.section-banner{
	min-height: 415px!important;
}