@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);
}
.logo__img {
    width: 80%;
}
.header-top{
height:90px
}
.header-bottom{
height:100px
}
.card-service-type-two__hidden-block {
	background-color: #fff;}
.card-service-type-two__insludes__item {
		color: #000;
	}

.product-card-price__new-price {
      color: #FF0000;
}

.product-card-price__old-price {
      color: #000;
}

.modal-product-info__content {
	display: block;
}

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

@media (max-width: 991px) {

	.mobile-menu {
		top: 90px;
	}

	.header {
		height: 90px;
	}

	main {
	    padding-top: 90px;
	}
	.header-top .header-top__messager {
		width: auto;
	}
	
	.logo__img {
		width: 100%;
	}
}

@media(min-width: 992px) {
	.messagers.header-top__messager.messager {
		display: none;
	}
}

.page-wrapper {
	height: 100%;
}


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

.messager:not(:first-child) {
    margin-left: 10px;
}