@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);
}

.header-bottom.scroll {
	height: 70px;
}

@media (max-width: 767px) {
	.section-banner--mobile-view .custom-timer, .section-banner--mobile-view .section-bg {
		display: block;
		opacity: 0.6;
	}
	.logo {
        width: 70%;
    }
	
	.section-bg__img {
		width: -webkit-fill-available;
		overflow: visible;
	}
	
	.section-banner__left {
        margin-bottom: 25px;
        background-color: #9BB2EFD4;
        /* opacity: 0.1; */
        border-radius: 10px;
        padding: 15px;
    }
	
	.section-banner__desc font {
		color: #252557;
	}
	
	.section-banner__title font {
		color: #252557;
	}
}

.made-by__svg {
	filter: brightness(15);
}

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

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

@media((min-width: 320px) and (max-width: 425px)) {
	.section-bg__img {
		 margin-left: -145%;
	}
}

@media((min-width: 425px) and (max-width: 525px)) {
	.section-bg__img {
		 margin-left: -110%;
	}
}