@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);
}
.section-banner.dark .section-banner__title {
    color: #239be0;
}
.advantage-block__img-wrap:after {
	border-radius: 50%;
}
.section-banner__title {
    font-size: calc(25.8px + 1.312vw);
    line-height: calc(.01438* 100vw + 26.4px);
    max-width: calc(.175* 110vw + 234px);
    margin-bottom: calc(.00625* 100vw + 8px);
}
@media (max-width: 767px) {
    .section-action__right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
}
