body .decor-wrap {
    font-family: Roboto, sans-serif;
}

body .keymoments__title {
    background: rgb(182, 222, 71);
    color: rgb(0, 0, 23);
}

body .decor-edit-block-title {
	background: url(/d/menu_marks.png) no-repeat 0 5px;
    padding-left: 30px;
    font-family: Roboto Condensed, sans-serif;
}

body .keysmoments {
    box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.2);
}

body .keymoments__body {
    border: none;
    background: #fff url(../images/Shape_2.png?1552383029855) left 50% bottom 0px / auto auto no-repeat;
    padding-bottom: 30px;
}

body .keymoments__text>ul.keymoments__list>li {
	margin-bottom: 16px;
	padding: 0;
}

body .keymoments__list-num {
    border: 1px solid #51340d;
    border-radius: 0;
    background: #fff;
    font-weight: normal;
}

body .keysmoments .keymoments__title {
	background: #fff;
    color: #000000;
    box-shadow: 0px 1px 0px 0px #51340d;
    margin: 0 20px 12px;
    padding-bottom: 12px;
}

body .keymoments__list-num {
    background: linear-gradient(to bottom,#51340d 0%,#2d1904 100%);
    color: rgb(255, 255, 240);
    height: 25px;
    width: 25px;
    line-height: 25px;
}

body .keymoments__list-text__title {
    padding-top: 2px;
}

body .keymoments__text>ul.keymoments__list>li {
    margin: 0 0 4px 0;
}

.seo_ul {
	padding: 0;
}

.seo_ul li {
    padding: 0 0 0 24px;
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20viewBox%3D%220%200%2026%2026%22%20enable-background%3D%22new%200%200%2026%2026%22%20width%3D%22512px%22%20height%3D%22512px%22%20data-lt-installed%3D%22true%22%3E%0A%20%20%3Cpath%20d%3D%22m.3%2C14c-0.2-0.2-0.3-0.5-0.3-0.7s0.1-0.5%200.3-0.7l1.4-1.4c0.4-0.4%201-0.4%201.4%2C0l.1%2C.1%205.5%2C5.9c0.2%2C0.2%200.5%2C0.2%200.7%2C0l13.4-13.9h0.1v-8.88178e-16c0.4-0.4%201-0.4%201.4%2C0l1.4%2C1.4c0.4%2C0.4%200.4%2C1%200%2C1.4l0%2C0-16%2C16.6c-0.2%2C0.2-0.4%2C0.3-0.7%2C0.3-0.3%2C0-0.5-0.1-0.7-0.3l-7.8-8.4-.2-.3z%22%20fill%3D%22%23b6de47%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat;

    background-size: 16px 18px;
    list-style: none;
}

body .localconsult__inner {
	max-width: 100%;
}

body .decor-wrap .localconsult__inner-frm .gr-field {
	width: 30%;
	max-width: 30%;
}

body .localconsult {
	border: 1px solid #51340d;
    background: rgb(255, 255, 255);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

body .decor-wrap .localconsult__inner-frm input[type="text"] {
	border: 1px solid #51340d;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

body .decor-wrap .localconsult__inner-frm button[type="submit"] {
    background: linear-gradient(to bottom,#51340d 0%,#2d1904 100%);
    height: 35px;
    border-radius: 0;
    font-size: 18px;
}

body .decor-wrap .localconsult__inner-frm button[type="submit"]:hover {
	background: #5f3d19;
}

body .seocontactblock {
    background: rgb(255, 255, 255);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

body .seocontactblock__inner-title {
    color: rgb(52, 30, 6);
    font-size: 22px;
}

body .seocontactblock__phone a, body .seocontactblock__phone a:hover {
    color: rgb(144, 179, 47);
    font-size: 22px;
}

body .seocontactblock__address {
    color: rgb(81, 52, 13);
}

body .seocontactblock__address a {
    color: rgb(132, 167, 37);
}

body .seocategory__prodblock-title__inner {
    background: rgb(182, 222, 71);
    color: rgb(0, 0, 0);
}

body .seocategory__button {
    background: linear-gradient(to bottom,#51340d 0%,#2d1904 100%);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    border-radius: 0;
}

body .localconsult__inner-frm {
    font-size: 14px;
}

body .localconsult__inner-title {
	color: #51340d;
	font-family: Roboto Condensed, sans-serif;
	font-size: 24px;
}

@media (max-width: 768px) {
	body .decor-wrap .localconsult__inner-frm .gr-field {
		width: 100%;
		max-width: 100%;
	}
	
	body .decor-wrap .localconsult__inner-frm input[type="text"] {
		box-sizing: border-box;
	}
	
	body .decor-wrap .localconsult__inner-frm button[type="submit"] {
		box-sizing: border-box;
	}
	
	body .localconsult {
		padding-bottom: 30px;
	}
}

@media (max-width: 480px) {
	body .localconsult__inner-title {
		font-size: 20px;
	}
}