@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700;900&display=swap');

* {
	outline: none;
}

body,
html {
	font-family: 'Roboto', sans-serif;
	color: #2D3648;
	line-height: 1.6;
	font-size: 16px;
	font-weight: 400;
}

body.active {
	overflow: hidden
}

.text-nowrap{
    white-space: nowrap;
}



/*page*/
.img {
	max-width: 100%;
}

.color1 {
	color: #2D3648;
}

.color2 {
	color: #969AA3;

}

.color3 {
	color: #fff;
}

.bgy {
	background-color: #FFD83F;
}

.bgw {
	background-color: #fff;
}

.bdrs8 {
	border-radius: 8px;
}

.bdrs16 {
	border-radius: 16px;
}



.bdrs24 {
	border-radius: 24px;
}

.shad1 {
	box-shadow: 2px 2px 36px rgba(0, 0, 0, 0.1);
}

.mt1 {
	margin-top: 16px;
}

.mt2 {
	margin-top: 24px;
}

.mt3 {
	margin-top: 32px;
}

.mt4 {
	margin-top: 40px;
}

.mt5 {
	margin-top: 56px;
}

.fz12 {
	font-size: 12px;
}

.fz14 {
	font-size: 14px;
}

.fz16 {
	font-size: 16px;
}

.fz18 {
	font-size: 18px;
}

.fz20 {
	font-size: 20px;
}

.fz24 {
	font-size: 24px;
}

.fz32 {
	font-size: 32px;
}

.fz40 {
	font-size: 40px;
}

.fz56 {
	font-size: 56px;
}

.fz52 {
	font-size: 52px;
}

.fw400 {
	font-weight: 400;
}

.fw500 {
	font-weight: 500;
}

.fw600 {
	font-weight: 600;
}

.fw700 {
	font-weight: 700;
}

.fw900 {
	font-weight: 900;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.lh1 {
	line-height: 1;
}

.lh12 {
	line-height: 1.2;
}

.lh13 {
	line-height: 1.3;
}

.lh16 {
	line-height: 1.6;
}

.body-wrap {
	display: flex;
	flex-direction: column;
}

.main {
	flex-grow: 1
}

.h100 {
	min-height: 100%;
}

.w100 {
	width: 100%;
}


.more {
	background: #FFD83F;
	border-radius: 6px;
	padding: 12px 32px;
	cursor: pointer;
	color: #2D3648;
	transition: 0.5s background
}

.more:hover {
	background: #e5c134;
}


.more1 {
	color: #2D3648
}

.more1:hover {
	color: #E72D38;
	transition: 0.5s color
}

.more1:after {
	content: "→";
	margin-left: 0.5em;
}

.oh {
	overflow: hidden;
}

.tabs .item {
	white-space: nowrap;
	background: #FFFFFF;
	padding: 14px 40px;
	cursor: pointer;
	transition: background 0.5s;
}

.tabs .item:hover,
.tabs .item.active {
	background: #FFD83F;
}

.link {
	transition: 0.5s color
}

.link:hover {
	color: #E72D38
}

.soc-disp{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

@media(max-width:720px)
{
.soc-disp{
    display: flex;
    justify-content: center;
    align-items: center;
}
}

.owl-carousel {
	margin-left: -24px;
	width: calc(100% + ((100vw - 100%) / 2) + 36px);

}

.owl-carousel-wrap {
	margin-top: -36px;
	margin-bottom: -36px;
}

.owl-carousel .slide {
	padding: 36px 0;
	padding-left: 24px;

}



.owl-carousel .owl-item:not(.active) .slide .item {
	box-shadow: none;
}

.slider-arrows {
	display: inline-flex;
}

.owl-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
}

.owl-dot {
	margin: 10px 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #E0E1E3 !important;
}

.owl-dot.active {
	background: #FFD83F !important;
}

.owl-nav {
	position: relative;
	padding-left: 24px;
	padding-right: 24px;
	justify-content: space-between;
	display: flex;
}


.slider-arrows > div,
.owl-nav > button {
	z-index: 1;
	width: 40px !important;
	height: 40px !important;

	border-radius: 6px !important;
	background: #E0E1E3 url(../img/slider-arrow.svg) 50% /contain no-repeat !important;
	cursor: pointer;
	transition: background-color 0.5s
}

.owl-nav > button {
	width: 32px !important;
	height: 32px !important;
}

.slider-arrows > div:hover,
.owl-nav button:hover {
	background-color: #FFE872 !important;
}

.slider-arrows .next,
.owl-nav .owl-next {
	transform: rotate(180deg)
}





/*header*/
.header {
	top: 0;
	position: sticky;
	z-index: 5;
	background: #FFFFFF;
	box-shadow: 0px 1px 32px rgba(0, 0, 0, 0.05);
}

.header-top {
	padding: 16px 0;
}

.header-bottom {
	padding-bottom: 16px;
}

.city {
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	line-height: 130%;

}

.city-current {
	padding-left: 2em;
	background: url(../img/location.svg) 0 50% / 1.5em no-repeat;
}

.city-current span {

	color: rgba(74, 74, 74, 0.5);
}

.city-current u {
	text-decoration-line: underline;
	color: #2D3648;
	cursor: pointer;
}

.city-select {
	background: #FFFFFF;

	color: #2D3648;
	font-weight: 500;
	display: inline-flex;
	align-items: center;

}



.city-select .yes {
	cursor: pointer;
	user-select: none;
	background: #E72D38;
	border-radius: 6px;
	color: #fff;
	padding: 8px 16px;
	text-align: center;
	display: inline-block;
	transition: 0.5s background
}

.city-select .yes:hover {
	background: #b72a32;
}

.city-select .yes:active {
	transform: scale(0.95)
}

.city-select .no {
	cursor: pointer;
	text-decoration: underline;
}


.header-contacts {
	text-align: right;
	line-height: 1.3;
}

.header-contacts .call-btn {
	height: 40px;
	width: 40px;
	background-size: contain;
}

.mobile-phone-block .call-btn {
	height: 32px;
	width: 32px;
	background-size: contain;
}


.header-contacts .time {
	font-weight: 400;
	font-size: 14px;
	color: #2D3648;
}



.header-menu {
	display: inline-flex;
}

.header-menu li {
	position: relative;
}

.header-menu > .item:not(:first-child) {
	margin-left: 40px;
}

.header-menu a,
.header-menu span {
	display: inline-flex;
	align-items: center;
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	color: #2D3648;
	cursor: pointer;
	transition: color 0.5s;
}

.header-menu a:hover,
.header-menu span:hover {
	color: #E72D38
}



.header-menu span:after {
	content: "";
	display: inline-block;
	position: relative;
	right: 0;
	top: 50%;
	margin-left: 8px;
	width: 8px;
	height: 9px;
	background: url(../img/menu-arrow.svg);
}

.header-menu .submenu {
	position: absolute;
	padding: 16px 24px;

	background: #FFFFFF;
	box-shadow: 2px 2px 36px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s all
}

.header-menu .item:hover .submenu {
	visibility: visible;
	opacity: 1;
}

.header-menu .submenu li:not(:first-child) {
	margin-top: 16px;
}

.header-menu .submenu li a {
	display: block;
	white-space: nowrap
}

/*form-control*/
.label {
	background: transparent;
	position: relative;
	padding: 0;
	width: 100%;
	font-size: 16px;
	border: 1px solid rgba(45, 54, 72, 0.2);
	border-radius: 8px;
}

.label.city {
	background: #fff url(../img/city-icon.svg) 100% 50% no-repeat;
}

.input {
	font-family: 'Roboto', sans-serif;
	position: relative;
	vertical-align: top;
	z-index: 1;
	background: transparent;
	border: none;
	border-radius: inherit;

	width: 100%;


	padding: 1em 1.5em;
	line-height: 1.5em;

}



.input::placeholder {
	color: transparent
}

.input + span {
	position: absolute;
	user-select: none;
	z-index: 0;
	font-size: 1em;
	left: 1.5em;
	top: 1em;

	color: rgba(45, 54, 72, 0.44);
	transition: 0.1s all;

}

.input:not(:placeholder-shown) + span,
.input:focus + span {
	top: -0em;
	left: 2em;
	font-size: 0.7em;

}




input:active {}



.btn,
.btn1 {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	border: none;
	cursor: pointer;
	user-select: none;
	display: inline-block;
	padding: 12px 32px;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;


	border-radius: 6px;
	transition: background 0.5s
}

.btn {
	background: #E72D38;
	color: #fff;
}

.btn1 {
	background: #FFD83F;
	color: #2D3648;
}

button.btn,
button.btn1 {

	padding: 16px 32px;

}

.btn:hover {
	background: #b72a32;
}

.btn1:hover {
	background: #d8b52e;
}

.btn:active,
.btn1:active {
	transform: scale(0.95)
}

/*cover*/
.cover {
	position: relative;
	z-index: 2;
	padding-top: 60px;
	padding-bottom: 180px;
}

.cover .title {

	color: #2D3648;
}

.list {
	text-align: left;
	color: #2D3648;
}

.list li {
	padding-left: 1.2em;
	position: relative;
}

.list li a {
	color: inherit;
}

.list li.active {
	font-weight: 500;
}

.list li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0.8em;
	width: 0.6em;
	height: 0.6em;
	margin-top: -6px;
	background: #E72D38;
	border-radius: 50%;
}

.list li:not(:first-child) {
	margin-top: 1em;
}



.calc {
	padding: 40px 32px;
	background: linear-gradient(111.68deg, rgba(255, 255, 255, 0.59) 7.59%, rgba(255, 255, 255, 0.39) 102.04%);
	border: 1px solid rgba(255, 255, 255, 0.28);
	backdrop-filter: blur(11px);
	-webkit-backdrop-filter: blur(2em);
}

.calc .name {
	font-weight: 700;
	font-size: 32px;
	color: #2D3648;
}

.calc .value {
	font-size: 40px;
}

.calc .value-input {
	font-size: inherit;
	background: transparent;
	border: none;
	font-weight: 500;
	width: 100%;
	color: #2D3648;
	top: 8px;
	position: relative;
}

.sum-annotation {
	color: #E72D38;
	padding-top: 10px;
	font-weight: 400;
}

.noUi-target {
	background: #E4E4E4;
	border: none;
	box-shadow: none;
}

.noUi-handle {
	box-shadow: none;
	width: 18px !important;
	height: 18px !important;
	background: #E72D38;
	border-radius: 50px;
	margin-top: -1px;
	box-shadow: none;
}

.noUi-handle:after,
.noUi-handle:before {
	display: none;
}

.noUi-target {
	height: 6px !important;
}

.noUi-connect {

	height: 7px;
	background: linear-gradient(90deg, #FFD83F 0%, #E72D38 100.78%);
	border-radius: 4px;
}


.calc .hr {
	background: rgba(255, 255, 255, 0.2);
	height: 1px;
	border: none
}


/*section*/
.auto-section {
	padding-top: 120px;
	padding-bottom: 40px;
}

.block {
	padding: 40px 32px;
	position: relative;
	transition: background 0.5s;
	min-height: 200px;
    text-decoration: none;

}

.block:hover {
	background: #FFD83F;


}


.block img {
	width: auto !important;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	object-fit: contain;
	mix-blend-mode: multiply
}



/*trust*/
.trust-section {
	padding-top: 120px;
	padding-bottom: 40px;
}


.trust-slider .item {
	min-height: 220px;

}



.trust-slider .item {
	min-height: 220px;
	background: #FFFFFF;
	box-shadow: 2px 2px 36px rgba(0, 0, 0, 0.1);
	border-radius: 8px;

}








/*requirement*/
.requirement-section {
	padding-top: 120px;
	padding-bottom: 40px;
}

/*stage-section*/
.stage-section {
	padding-top: 120px;
	padding-bottom: 120px;
}


/*order*/
.order-section {
	padding-top: 120px;
	padding-bottom: 120px;
}

.order-form {
	padding: 56px 40px;
	background: rgba(255, 255, 255, 0.85);
	box-shadow: 2px 2px 36px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(11px);
}

/*simple*/
.simple-section {
	padding-top: 120px;
	padding-bottom: 40px;
}

.simple-slider .item img {
	border-radius: 16px 16px 0 0;
	width: 100%;
}



/*feed*/
.feed-section {
	padding-top: 120px;
	padding-bottom: 40px;
}



.feed-slider .item .big,
.feed-wrap .item .big{
	background: #6CA632;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	font-weight: 500;
	color: #fff;

}

.stars {

	display: flex;
	align-items: center;
}

.stars .star {
	width: 16px;
	height: 16px;
	background: url(../img/star.svg) 50% /cover no-repeat;
}


/*faq*/
.faq-section {
	padding-top: 120px;
	padding-bottom: 40px;
}

.faq .item {
	border-bottom: 1px solid rgba(45, 54, 72, 0.05);
}

.faq .item:hover {
	border-bottom: 1px solid #FFD83F;
}

.faq .item:not(.active) .answer {
	display: none;

}

.faq .item .question {
	position: relative;
	cursor: pointer;
}

.faq .item .question:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 32px;
	height: 32px;
	background: url(../img/faq-arrow.svg) 50% / cover no-repeat;
}

.faq .item.active .question:after {
	transform: rotate(180deg)
}

.question-form {
	padding: 40px 32px;
}

/*offer-section*/
.offer-section {
	padding-top: 120px;
	padding-bottom: 40px;
}

/*article section*/
.article-section {
	padding-top: 120px;
	padding-bottom: 40px;
}

.article-slider .item {
	transition: 0.5s background
}

.article-slider .item:hover {
	background: #FFD83F;
}

.article-slider .item img {
	border-radius: 16px 16px 0 0;
}


.article-slider .more1 {
	opacity: 0;
	transition: 0.5s opacity
}

.article-slider .item:hover .more1 {
	opacity: 1;
}

/*advantage-section*/
.advantage-section {
	padding-top: 120px;
	padding-bottom: 40px;
}

/*contact section*/
.contact-section {
	padding-top: 120px;
	padding-bottom: 40px;
}

.clink {
	padding-left: 2em;
	line-height: 1.5;
	display: inline-block;
	color: #2D3648;
	transition: color 0.5s;
	font-size: 18px;
}

.clink:hover {
	color: #E72D38
}
.klink {
    line-height: 1.2;
    display: inline-block;
    color: #2D3648;
    transition: color 0.5s;
    font-size: 16px;
}

.klink:hover {
    color: #E72D38
}

.phone {
	background: url(../img/phone.svg) 0 50% / 1.5em 1.5em no-repeat;
}

.phone1 {
	background: url(../img/phone1.svg) 0 50% / 1.5em 1.5em no-repeat;
}

.email {
	background: url(../img/email.svg) 0 50% / 1.5em 1.5em no-repeat;
}

.whatsapp {
	display: inline-block;
	width: 48px;
	height: 48px;
	background: url(../img/whatsapp.svg);
}

.telegram {
	display: inline-block;
	width: 48px;
	height: 48px;
	background: url(../img/telegram.svg);
}

.max{
    max-width: 40px!important;
    border-radius: 40px!important;
}

.maxsocial{
    max-width: 40px;
    border-radius: 40px;
    transition: transform 0.2s;
}

.maxsocial:hover{
    transform: scale(1.03)
}

.maxsocial_footer{
    max-width: 48px;
    border-radius: 48px;
    transition: transform 0.2s;
}

.maxsocial_footer:hover{
    transform: scale(1.03)
}

.maxsocial_mobil{
    max-width: 32px;
    border-radius: 32px;
    transition: transform 0.2s;
}

.maxsocial_mobil:hover{
    transform: scale(1.03)
}


.vk-icon {
	display: inline-block;
	width: 48px;
	height: 48px;
	background: url(../img/vk.svg);
}

.whatsapp:hover,
.telegram:hover,
.telephone:hover,
.vk-icon:hover{
	transform: scale(1.05)
}

.telephone {
	display: inline-block;
	width: 48px;
	height: 48px;
	background: url(../img/telephone.svg) no-repeat center;
	background-size: cover;
}

.whatsapp:active,
.telephone:active,
.telegram:active {
	transform: scale(0.95)
}

.location {
	text-align: left;
	display: flex;
	padding-left: 3em;
	background: url(../img/location.svg) 0 50% / 2em no-repeat;
	min-height: 32px;
	align-items: center;
}
.location.fz18 {
	min-height: 36px;
}

@media(max-width:1199px) {
	.contact-section .location {
		text-align: center;
	}
}

.phone-block {
	text-align: left;
	display: flex;
	padding-left: 3em;
	background: url(../img/phone-bg.png) 0 50% / 2em no-repeat;
	min-height: 32px;
	align-items: center;
}
.email-block {
	text-align: left;
	display: flex;
	padding-left: 3em;
	background: url(../img/email-bg.png) 0 50% / 2em no-repeat;
	min-height: 32px;
	align-items: center;
}

@media(max-width:1199px) {
	.contact-page .location {
		background: url(../img/location.svg) 0 50% / 1.5em no-repeat;
		min-height: 21px;
		padding-left: 2.5em;
	}
	.phone-block {
		background: url(../img/phone-bg.png) 0 50% / 1.5em no-repeat;
		min-height: 21px;
		padding-left: 2.5em;
	}
	.email-block {
		background: url(../img/email-bg.png) 0 50% / 1.5em no-repeat;
		min-height: 21px;
		padding-left: 2.5em;
	}
}

.contact-form {
	padding: 40px 32px;
}


/*map*/
.map-section {
	position: relative;
	height: 416px;
}

/*footer*/
.footer {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #2D3648;
}

.footer-menu a {
	color: #fff;
	transition: 0.5s color
}

.footer-menu a:hover {
	color: #E72D38;
}

.footer-menu .submenu li {
	margin-top: 8px;
}



/*bottom-section*/
.bottom-section {
	padding-top: 40px;
	padding-bottom: 40px;
}

/*popup*/
.popup {

	padding: 32px;
	padding-bottom: 40px;
	width: 100%;
	max-width: 480px;
	background: #FFFFFF;


	box-shadow: 0px 4px 24px rgba(27, 49, 95, 0.15);
	border-radius: 16px;
}

.cityes li {
	cursor: pointer;
}
.cityes a {
	color: inherit;
}

.cityes li:hover,
.cityes li.active {
	background: url(../img/check.svg) 100% 50% no-repeat;
}

.top-banner {
	background: #FFD83F;
	color: #2D3648;
	padding: 10px 0;
	line-height: 1.3;
}



.top-banner-name {
	font-weight: 600;
	text-transform: uppercase;
}

.top-banner-button {
	user-select: none;
	cursor: pointer;
	padding: 10px 32px;
	font-weight: 500;
	border: 1px solid #2D3648;
	border-radius: 6px;
	transition: background 0.5s, color 0.5s
}

.top-banner-button:hover {
	background: #2D3648;
	color: #fff;
}

.top-banner-button:active {
	transform: scale(0.95)
}

.top-banner-close {
	width: 14px;
	height: 14px;
	position: relative;
	cursor: pointer;
}




.top-banner-close:after,
.top-banner-close:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -1px;
	left: 0;
	right: 0;
	height: 2px;
	border-radius: 2px;
	background: #2D3648;
}

.top-banner-close:after {
	transform: rotate(45deg)
}

.top-banner-close:before {
	transform: rotate(-45deg)
}


@media(max-width:1199px) {
	.top-banner {
		position: relative;
		padding: 24px;
		text-align: center;
	}

	.top-banner-close {
		position: absolute;
		right: 12px;
		top: 12px;
	}
}

.breadcrumbs {
	padding-top: 40px;
	padding-bottom: 64px;
}
.breadcrumbs-wrap {
	display: flex;
	align-items: center;
}
.breadcrumbs-sep-wrap {
	padding: 0 1rem;
}
.breadcrumbs-sep {
	width: 6px;
	height: 6px;
	background: #E72D38;
	border-radius: 50%;
	display: block;
}
.breadcrumbs-item:last-child {
	color: #6C727F;
}

@media(max-width:1199px) {
	.breadcrumbs {
		padding-top: 24px;
		padding-bottom: 32px;
	}

	.breadcrumbs-item {
		padding: 5px 10px;
		background: #FFFFFF;
		box-shadow: 2px 2px 36px rgba(0, 0, 0, 0.1);
		border-radius: 6px;
		white-space: nowrap;
	}

	.breadcrumbs-sep {
		display: none;
	}
	.breadcrumbs-sep-wrap {
		padding: 0 0.5rem;
	}
}

.left-menu {
	padding: 24px;
	width: 305px;
}

.left-menu .list li:after {
	margin-top: -10px;
}

.adv-block {
	display: flex;
	align-items: center;
	padding: 24px 32px 32px;
}
.adv-block img {
	width: 89px;
	margin-right: 24px;
}
.adv-block .text {
	margin-top: 8px;
}

@media(max-width:1199px) {
	.adv-block {
		padding: 24px 16px;
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
	.adv-block img {
		margin-right: 0;
		margin-bottom: 1rem;
	}
}

.partner-block {
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.partner-block img {
	max-width: 98%;
}

.doc-block img {
	width: 100%;
}

.contact-page-form {
	max-width: 776px;
	padding: 40px 56px;
	height: fit-content;
}

.contacts-phone-wrap {
	display: flex;
}
.contacts-phone-wrap .phone-block:first-child {
	margin-right: 1.5rem;
}

.contact-email-wrap {
	display: flex;
	align-items: center;
}

.contact-email-wrap .soc {
	margin-left: 64px;
	display: flex;
}

.contact-email-wrap .whatsapp,
.contact-email-wrap .telegram,
.contact-email-wrap .vk-icon {
	width: 32px;
	height: 32px;
	background-size: contain;
}

.contact-page {
	margin-bottom: 160px;
}

@media(max-width:1199px) {
	.contact-page {
		margin-bottom: 64px;
	}

	.contacts-phone-wrap {
		display: block;
	}

	.contacts-phone-wrap .phone-block:first-child {
		margin-right: 0;
		margin-bottom: 0.5rem;
	}

	.contact-email-wrap {
		display: block;
	}

	.contact-email-wrap .soc {
		margin-left: 0;
		margin-top: 1rem;
	}

	.contact-page-form {
		padding: 24px 16px;
	}
}

.faq-page {
	margin-bottom: 160px;
}

@media(max-width:1199px) {
	.faq-page {
		margin-bottom: 64px;
	}
}

.entity {
    width: 692px;
}

.img-blog-mini{
    border-radius: 20px 20px 0px 0px;
    width: 100%;
    height: 257px;
    overflow: hidden;

}
.img-blog{
    border-radius: 20px 20px 0px 0px;
    width: 928px;
    height: 456px;
    overflow: hidden;
    flex-shrink: 0;

}
.photo{

    width: 56px;
    height: 56px;
    overflow: hidden;
    border-radius: 50%;
    flex-shrink: 0;
}
.pimg{
    width: auto;
    height: 100%;
    margin: 0 auto;
}

.date-mini{
    position: relative;
    left: 20px;
    top: -240px;
    font-size: 14px;
    font-weight: 400;
    width: 130px;
    height: 30px;
    padding-top: 1%;
    background: #FFD83F;
    border-radius: 10px;
    line-height: 1.6;


}

.minipost {
    flex-grow: 1;
    height: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.posts{
    display: flex;
    align-content: flex-end;


}

.more2 {
    color: #2D3648;
    display: flex;
    flex-direction: row-reverse;
    margin-top: 120px;
    margin-bottom: 200px;

}

/* for sitemap_html.blade.php */
.row-item_sitemap {
    margin: 10px 0;
}
.row-item_sitemap a {
    display: flex;
    min-height: 48px;
    width: 100%;
    font-size: 1.2em;
    align-items: center;
}
/* end sitemap_html.blade.php */
