/* USER VARIABLES SECTION */

:root {
	--accent: #509121;
	--background: #FFFF;
	--text: #1A1D27;
	--regular-text: 18px;
	--gap: 25px;
	--lineheight: 2;
	--buttonbackground: #509121;
	--userfont: roboto-st, sans-serif;
	--systemfont: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

/* BOOTSTRAP SETTINGS SECTION */

/* gutter 20px (10px + 10px). Comment this code for default gutter start at 1.5rem (24px) wide. */
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	--bs-gutter-x: .625rem;
}

html {
	box-sizing: border-box;
}

*,
*::after,
*::before {
	box-sizing: inherit;
}

.row, .row>* {
	--bs-gutter-x: 1.25rem;
}

a {
	text-decoration: none;
	color: inherit;
	transition: all .5s ease;
}

a:hover {
	color: #509121;
	outline: 0 !important
}

/* FONTS LOAD SECTION */

@font-face {
	src: url("../fonts/roboto-regular-webfont.woff2") format("woff2");
	font-family: "roboto-st";
	font-weight: 400;
	font-style: normal;
}

@font-face {
	src: url("../fonts/roboto-italic-webfont.woff2") format("woff2");
	font-family: "robotoitalic-st";
	font-weight: 400;
	font-style: italic;
}

@font-face {
	src: url("../fonts/roboto-bold-webfont.woff2") format("woff2");
	font-family: "roboto-st";
	font-weight: 700;
	font-style: normal;
}

@font-face {
	src: url("../fonts/roboto-bolditalic-webfont.woff2") format("woff2");
	font-family: "roboto-st";
	font-weight: 700;
	font-style: italic;
}

@font-face {
	src: url("../fonts/OpenSansRegular.woff") format("woff2");
	font-family: "OpenSansRegular-st";
	font-weight: 400;
	font-style: italic;
}

@font-face {
	src: url("../fonts/OpenSansCondensed-Light.woff") format("woff2");
	font-family: "OpenSansCondensed-st";
	font-weight: 400;
	font-style: italic;
}

@font-face {
	src: url("../fonts/RobotoCondensedRegular.woff") format("woff2");
	font-family: "RobotoCondensedRegular-st";
	font-weight: 400;
	font-style: regular;
}

@font-face {
	src: url("../fonts/RobotoCondensedBold.woff") format("woff2");
	font-family: "RobotoCondensedBold-st";
	font-weight: 700;
	font-style: bold;
}

@font-face {
	src: url("../fonts/RobotoCondensedRegular.woff") format("woff2");
	font-family: "RobotoCondensedRegular-st";
	font-weight: 400;
	font-style: regular;
}


a {
	text-decoration: none;
	color: inherit;
	/* transition: background-color 0.3s ease; */
}

/* GENERAL CSS SETTINGS */

::placeholder {
	color: #666;
}

::selection {
	background-color: var(--background);
	color: #fff;
}

/* input, textarea {
	outline: none;
}

input:focus:required:invalid, textarea:focus:required:invalid {
	border-color: var(--accent);
} */

input:required:valid, textarea:required:valid {
	border-color: rgb(10, 153, 10);
}

body {
	font-family: var(--userfont);
	font-size: var(--regular-text);
	line-height: var(--lineheight);
	color: var(--text);
	min-width: 320px;
	position: relative;
	overflow-x: hidden;
}

.landing-section {
	padding: 80px 0;
}

.grid {
	display: grid;
}

.flex {
	display: flex;
}
.hidden{
display: none;
}

/* USER STYLES */

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.accent {
	color: var(--accent);
	font-weight: bold;
}

/* HEADER STYLES */
.header_top {
	background-color: var(--background);
	height: auto;
}

.logo {
	width: 100%;
}

.collapse .me-auto {
	margin: auto;
}

.nav-item {
	padding-right: var(--gap);
	color: #0dcaf0;
}

.menu_top {
	height: 100px;
	padding: 0 20px;
	justify-content: space-between;
	align-items: center;
	font-family: RobotoCondensedRegular-st;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
	color: var(--accent);
}

.nav-link {
	font-family: RobotoCondensedRegular-st;
}

.navbar-nav {
	text-align: center;

}

.nav-link:hover {
	color: var(--accent);
}

.menu_items {
	justify-content: space-between;
	flex-basis: 600px;
	flex-wrap: wrap;
	width: 600px;
	font-size: 18px;
}

.advantages_top {
	background-image: url(../images/fons.png);
	background-position: center;
	background-size: cover;
}

.header {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.21) 50%, transparent 50%);
	/* min-height: 90vh; */
}

.headers {
	min-height: 90vh;
	padding: 100px 20px 0px;
	grid-template-columns: 50% 50%;
	align-items: start;
	justify-items: start;
}

.top_header {}

.header_text {
	grid-column: span 2;
	width: 400px;
	font-family: var(--userfont);
	color: #FFFFFF;
}

.button_header {
	grid-column: span 2;
	align-self: start;
	justify-self: start;
	margin-bottom: 250px;
}

.number {
	position: relative;
	left: 30px;
	top: 20px;
	font-weight: 700;
	font-size: 140px;
	line-height: 75px;
	font-family: var(--userfont);
	color: #FFFFFF;
}

.work_org {
	font-weight: 700;
	font-size: 55px;
	line-height: 75px;
	font-family: var(--userfont);
	position: relative;
	color: #FFFFFF;

}

.header_left p {
	font-family: var(--userfont);
	color: #FFFFFF;
	font-style: normal;
	font-size: var(--regular-text);
	line-height: 40px;
	margin-bottom: 80px;
}

.buttoncase {
	grid-column: 1/2;
	padding: 20px 20px 50px;
}

.button {
	width: 200px;
	border: 2px solid var(--accent);
	color: #fff;
	text-decoration: none;
	background-color: var(--accent);
	padding: 15px;
	font-family: OpenSansRegular-st;
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0em;
	border-radius: 2px;
	text-align: center;
	position: relative;
	outline: 0;
	-webkit-transition: background-color 0.8s ease;
	-o-transition: background-color 0.8s ease;
	transition: background-color 0.8s ease;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.button:hover {
	background-color: #fff;
	color: var(--accent);
}

.popup-modals {

	/*width: 200px;*/
}


.button_light {

	border: 1px solid var(--accent);
}

.button_light:hover {
	background-color: #fff;
	color: var(--accent);
}

.button_dark {
	background: #82b26b;
	background: rgba(255, 255, 255, 0.3);
	border: 1px solid #82b26b;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.95);
	transition: all 0.87s ease;
	;
}

.button_dark:hover {
	border: 1px solid #fff;
}

/* items */
.section-work {
	margin-bottom: 50px;
}

.main_work {
	height: 269px;
	background-color: #fff;
	position: relative;
	z-index: 1;
	margin-top: -100px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	align-items: center;
	-webkit-box-shadow: -7px 3px 22px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: -7px 3px 22px 0px rgba(0, 0, 0, 0.75);
	box-shadow: -7px 3px 22px 0px rgba(0, 0, 0, 0.75);
}

.work {
	padding-top: 20px;
	height: 269px;
	border: solid 1px #DEDEDE;
	flex-direction: column;
	align-items: center;

}

.work p {
	display: flex;
	justify-content: center;
	align-self: center;
	font-weight: 600;
	font-size: 20px;
	line-height: 25px;
	padding: 0px;
	gap: 20px;
	margin-bottom: 40px;


}

.work p img {
	/* margin-right: 24px; */
	width: 22px;
}

.work .icons {
	width: 130px;
	height: 130px;
	align-self: center;
}

/*CARDS-SECTION*/
.cards {
	margin-top: 130px;
}

.title-dolomite {
	text-align: center;
	font-family: OpenSansRegular-st;
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 0em;
	margin: var(--gap) 10px;
	color: #509121;

}

.price {
	font-family: "OpenSansRegular-st";
	font-size: 50px;
	font-weight: 700;
	line-height: 64px;
	letter-spacing: 0em;
	text-align: left;
	color: #509121;	
}
.details{
margin-bottom: 50px;

font-size: 20px;
}
.details a{
font-family: "roboto-st";
color:var(--accent);
margin-left: var(--gap);
font-style: italic;
}

.slider-card .dolomite {
	display: flex;
	margin-right: 30px;
	margin-bottom: 30px;
}

.slider__item .card {
	display: flex;
	flex-direction: column;
	flex-basis: 500px;
	/*width: 280px;*/
	-webkit-box-shadow: 8px 34px 20px -31px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 8px 34px 20px -31px rgba(0, 0, 0, 0.75);
	box-shadow: 8px 34px 20px -31px rgba(0, 0, 0, 0.75);

}
.filters img{
	border:1px solid black;
	-webkit-box-shadow: 8px 34px 20px -31px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 8px 34px 20px -31px rgba(0, 0, 0, 0.75);
	box-shadow: 8px 34px 20px -31px rgba(0, 0, 0, 0.75);
	margin-bottom: var(--gap);
}
.card {
	border-radius: 0;
}

.image_card img {
	width: 300px;
	height: auto;
}

.card_vertical {
	flex-direction: column;
	flex: 0 1 300px;
	width: 303px;
	justify-content: center;
	display: flex;
}

.text_card {
	flex-direction: column;
	align-self: center;
}

.card-texts {
	flex-direction: column;
	align-self: center;
	font-family: var(--userfont);
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	text-align: center;
	color: #1A1D27;
	flex: 1 1 auto;
}

.card-texts span {
	font-weight: 400;
	color: #509121;
}

.card .button {
	display: block;
	margin: 20px auto 20px;
	/*text-align: center;*/
	flex: 0 1 45px;
	border: 1px solid #509121;
}

.card-body .button:hover {
	border: 1px solid #509121;
	color: #509121;
	background-color: #FFFFFF;
}

.slider-card .slick-dots {
	margin-top: 15px;
}

/*SLIDER*/

.cards_carusels {
	margin-top: 70px;
}

.wrapper {
	width: 100%;
	height: 100%;
	padding: 50px;
	display: flex;
	justify-content: center;
	align-items: center;

}

@media (max-width: 767px) {
	.wrapper {
		padding: 50px 10px;
	}
}

/* Основные стили */

/* Слайдер */
.slick-slider {
	min-width: 0;
}

/* Ограничивающая оболочка */
.slick-list {
	overflow: hidden;
}

/* Лента слайдов */
.slick-track {
	display: flex;
	align-items: flex-start;
}

/* Слайд */
.slick-slide {}

/* Слайд активный */
.slick-slide.slick-active {}

/* Слайд основной */
.slick-slide.slick-current {}

/* Слайд по центру */
.slick-slide.slick-center {}

/* Стрелка */
.slick-arrow {}

/* Стрелка влево */
.slick-arrow.slick-prev {}

/* Стрелка вправо */
.slick-arrow.slick-next {}

/* Стрелка не активная */
.slick-arrow.slick-disabled {}

/* Точки */
.slick-dots {}

.slick-dots li {}

.slick-dots button {}

/* Конкретный слайдер */
.slider,
.slider-card {
	width: 100%;
	position: relative;
}

.slider @media (max-width: 767px) {

	.slider,
	.slider-card {
		padding: 0px 40px;
	}
}

.slider .slick-dots,
.slider-card .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;

}

.slider .slick-dots li,
.slider-card .slick-dots li {
	list-style: none;
}

.slider .slick-dots button,
.slider-card .slick-dots button {
	font-size: 0;
	width: 100px;
	height: 10px;
	background-color: #D9D9D9;
	border: none;
}

.slider .slick-dots li.slick-active button,
.slider-card .slick-dots li.slick-active button {
	background-color: #509121;
	/* border: 1px solid #fff; */
}
.documents{
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.slider__item {
	padding: 0px 15px 0 0;
}

.slider__item img {
	/* margin-right: 20px; */
	max-height: 400px;
	max-width: auto;
}

.slider__item.slick-center {}



/* main_work_bottom */

.section-work_bottom {
	margin-top: 70px;
	display: none;
	margin-bottom: 100px;
}

.main_work_bottom {
	background-color: #fff;
	position: relative;
	z-index: 1;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	align-items: center;
	padding: 0 40px;
}
.work_bottom{
	-webkit-box-shadow: -7px 3px 22px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: -7px 3px 22px 0px rgba(0, 0, 0, 0.75);
	box-shadow: -7px 3px 22px 0px rgba(0, 0, 0, 0.75);
}

/*sliders-documents*/
.sliders-documents {
	margin-top: 100px;
}

.qualiti {
	color: #509121;
	margin-bottom: calc(var(--gap)*2);
	font-family: OpenSansRegular-st;
	font-size: 50px;
	font-weight: 700;
	line-height: 64px;
	text-align: left;
}

.qualiti_about {
	color: #509121;
	margin-bottom: calc(var(--gap)*2);
	font-family: OpenSansRegular-st;
	font-size: 50px;
	font-weight: 700;
	line-height: 64px;
	text-align: center;
}

/*FOOTER*/
footer.footer {
	margin-top: 100px;
	background: #1A1D27;
	flex-basis: 270px;
	color: #0dcaf0;
	flex-wrap: wrap;
}

.main_footer {
	grid-template-columns: 1fr 2fr 2fr 2fr;
	align-items: center;
	justify-content: center;
}

.footer_logo {
	margin: auto;
	/*align-self: center;*/
	/*justify-items: center;*/
	/*flex-grow: 1;*/
	gap: var(--gap);
}

.footer_menu {
	/*margin: auto;*/

	flex-grow: 3;
	flex-basis: 30%;
}

.footer_menu .logo_item {
	/*text-align: center;*/
	flex-wrap: wrap;
	margin-top: var(--gap);
}

.footer_menu .logo_item ul {
	margin-left: var(--gap);
	list-style: none;
	font-family: OpenSansRegular-st;
	font-size: 15px;
	font-weight: 400;
	line-height: 2.2em;
	text-align: left;
	color: #FFFFFF;
}

.footer_tel {
	flex-basis: 25%;
	flex-direction: column;
	flex-grow: 1;
	gap: var(--gap);
	color: #FFFFFF;
	font-family: OpenSansRegular-st;
	font-size: 15px;
}

.coordination {}

.footer_map {
	margin-top: 20px;
	flex-basis: 25%;
	flex-wrap: wrap;
	flex-grow: 1;
	gap: var(--gap);
	font-family: OpenSansRegular-st;
	font-size: 15px;
	color: #FFFFFF;
}

.footer_adress {
	/*align-items: center;*/
	/*	justify-content: center;*/

}

.footer_adress img {
	align-self: flex-start;
	margin-right: 10px;
}

/*FORMS-HIDDEN*/
#callback {
	max-width: 640px;
	margin: auto;
	position: relative;
}

#callback h4 {
	line-height: 28px;
	margin-bottom: 18px
}

.mfp-forms .forms {
	background-color: #fff;
	-webkit-box-shadow: 0 0 18px rgba(0, 0, 0, .5), 0 0 0 5px #243343;
	box-shadow: 0 0 18px rgba(0, 0, 0, .5), 0 0 0 5px #243343;
	border: none;
	border-radius: 1px;
}

.mfp-forms.mfp-wrap.mfp-ready {
	opacity: 1;
}

.mfp-forms .mfp-close {
	color: #fff;
}

.mfp-forms.mfp-bg {
	opacity: 0;
	-webkit-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.mfp-forms.mfp-bg.mfp-ready {
	opacity: .8;
}

.mfp-forms.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-forms.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.mfp-forms.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-forms.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

#fs-frm {
	position: relative;
	padding: 50px;
	border: 2px solid #E0E0E080;
	box-shadow: 0px 0px 7px 3px;
	background: #FFFFFF;
}

.forms {
	position: relative;
	grid-column: ;
	width: 600px;
	padding: 50px;
	border: 2px solid #E0E0E080;
	box-shadow: 0px 0px 7px 3px;
}

.forms_text {
	font-family: var(--userfont);
	margin-bottom: 50px;
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0em;
	text-align: center;
	color: #509121;
}

.forms input {
	display: block;
	width: 440px;
	height: 40px;
	border: 2px solid #509121;
	background: #FFFFFF;
	text-indent: 10px;
	margin: 20px 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	color: #509121;
	font-size: 1.25em;
	opacity: 0.5;
	margin: 10px auto;
}

.forms input::placeholder {
	color: #509121;
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0em;
	text-align: left;
	opacity: 0.5;
}

.button-wrap .button {
	margin: 50px auto 0px;
}

/*MFP*/
.mfp-close-btn-in .mfp-close {
	color: #fff;
}

.mfp-close-btn-in .mfp-close {
	width: 44px;
	background-color: var(--buttonbackground);
	height: 44px;
	position: absolute;
	right: 26px;
	top: 15px;
	text-align: center;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	transition: all .25s ease-out;
}

.mfp-close:focus, .mfp-close:hover {
	opacity: 1
}

.mfp-close:active {
	top: 1px
}

#test-modal {
	position: relative;
	width: 600px;
	margin: auto;
}

.mfp-close:active {
	right: 26px;
	top: 15px;
}

/*products.html*/
/*Section_second_fon*/
.second_fon {
	height: 200px;
	background-image: url(../images/bunner.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}

.cards_qualiti {
	text-align: center;
	color: #509121;
	font-family: OpenSansRegular-st;
	font-size: 50px;
	font-weight: 700;
	line-height: 64px;
	margin-bottom: 40px;
}


/*CARD GRIDS*/
.wrapper_cards {
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	row-gap: calc(var(--gap) * 2);
	column-gap: calc(var(--gap) * 2);
}

.cards_grids {
	margin-top: 100px;
}

/*ABOUT*/
.about {
	margin-top: 70px;
}

.about_info {
	margin-top: calc(var(--gap) * 4);
}

.about_wrapper {
	grid-template-columns: 50% 50%;
	margin-bottom: 100px;
}

.info_text {
	align-self: center;
	padding: 0 calc(var(--gap) * 2) 0 0;
}

.info_text p {
	text-align: justify;
	font-style: normal;
	font-family: var(--userfont);
	font-weight: 400;
	font-size: var(--regular-text);
	line-height: 40px;
}

.info_img {
	background-image: url(../images/about.png);
	width: 100%;
	height: 360px;
}

.about_middle {
	margin: auto;
	padding: 0 25px;
}

.about_project,
.about_nechnic,
.bottom {
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 60px;
	text-align: center;
	color: #509121;
	margin-bottom: 100px;
}

.about_nechnic span {
	font-weight: 700;
}

.garant {
	font-style: normal;
	font-family: var(--userfont);
	font-weight: 400;
	font-size: var(--regular-text);
	line-height: 40px;
	text-align: center;
	color: #1A1D27;
	margin-bottom: 100px;
}

.about_priv {
	font-style: normal;
	font-family: var(--userfont);
	font-weight: 400;
	font-size: var(--regular-text);
	line-height: 40px;
	text-align: center;
	list-style: none;
}

.about_priv span {
	color: var(--accent);
}

.about_priv li {
	margin-bottom: 50px;
}

.around {
	margin: 0 7px 3px;
}

.bottom {
	margin-top: 60px;
	margin-bottom: 50px;
}

.about_bottom {
	list-style: none;
	text-align: center;
	margin-bottom: 200px;

}

/*SECTIONS NEWS*/
.wrapper_news {
	grid-template-columns: 1fr 1fr;
	grid-gap: 80px;
	padding: 100px 0;
}

.news_slogan {
	color: #509121;
	margin-top: calc(var(--gap)*2);
	font-family: "roboto-st";
	font-weight: 700;
	font-style: italic;
	line-height: 64px;
	font-size: 50px;
	text-align: center;
}

.item_img1 {
	min-width: 300px;
	min-height: 200px;
	background-color: green;
}

/*SECTION CONTACTS*/
.contacts {
	padding: 80px 0;
}

.contact_qualiti {
	margin-bottom: 80px;
	text-align: center;
}

.wrapper_contacts {
	grid-template-columns: 30% 70%;
	grid-gap: 20px;
}

.contacts_info {
	padding-right: 25px;
	align-content: center;
	row-gap: 40px;
}

.logo_item_contact {
	font-family: var(--userfont);
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 165.17%;
	color: #1A1D27;
}

.info_contact {
	color: black;
	grid-template-columns: 1fr 1fr 1fr;
}

.contact_adress {
	align-content: flex-start;
	position: relative;
}

.contact_adress img {
	position: relative;
	top: -35px;
	padding-right: 25px;
}

/*section dolomite*/
.dolomite {}

.dolomite_button {
	width: 200px;
}

.wrapper_dolomite {
	grid-template-columns: 30% 70%;
	justify-content: end;
	column-gap: 30px;
	margin-top: 100px;
}

.dolomite_left img {
	/*height: 100%;*/
	width: 100%;
}
.dolomite_right{
padding: 10px 25px;
}
.dolomite_top h3 {
	font-family: var(--userfont);
	font-style: normal;
	font-weight: 700;
	font-size: 50px;
	line-height: 64px;
	color: #3D3D3D;
	margin-bottom: var(--gap);
}

.dolomite_top h4,
.dolomite_bottom h4 {
	font-family: var(--userfont);
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 25px;
	letter-spacing: 0.03em;
	color: var(--accent);
	margin-bottom: calc(var(--gap)*2);
}

.dolomite_top h4 span {
	position: relative;
	right: 50;
	padding-left: 100px;
	font-weight: 400;
	font-size: 32px;
}

.dolomite_bottom h4 span {
	font-weight: 400;
	font-size: 32px;
}

.dolomite_top h4 span:after {
	position: absolute;
	top: -5px;
	left: 87px;
	content: '';
	height: 60px;
	width: 60px;
	background: rgba(80, 145, 33, 0.19);
	border-radius: 50%;
}

.dolomite_top h4 img,
.dolomite_bottom h4 img {
	padding-right: 10px;
}

.dolomite_bottom {
	margin-top: 70px;
}

.line {
	position: relative;
	font-family: var(--userfont);
	font-style: italic;
	font-weight: 700;
	font-size: 16px;
	line-height: 25px;
	color: #BABABA;
	padding-left: 85px;
	margin-bottom: var(--gap);
}

.line:after {
	position: absolute;
	top: 11px;
	left: 0;
	content: '';
	background-color: #BABABA;
	height: 2px;
	width: 50px;
}

.green {
	color: var(--accent);
}

.line:before {
	position: absolute;
	top: 11px;
	right: 0;
	content: '';
	background-color: #BABABA;
	height: 2px;
	width: 80%;
}

.dolomite_bottom {
	grid-template-columns: 70% 30%;
}

.round {
	display: grid;
	position: relative;
	justify-content: start;
	align-items: center;
}

.round span:after {
	content: '';
	position: absolute;
	top: -4px;
	left: -11px;
	height: 60px;
	width: 60px;
	background: rgba(80, 145, 33, 0.19);
	border-radius: 50%;
}

.button_bottom {
	margin-top: calcvar(--gap);
}

.gumativ {
	list-style: none;
	padding-left: 0;
	line-height: 40px;
}



/*forms*/
#fs-frm input,
#fs-frm select,
#fs-frm textarea,
#fs-frm fieldset,
#fs-frm optgroup,
#fs-frm label,
#fs-frm #card-element:disabled {
	font-family: inherit;
	font-size: 100%;
	color: inherit;
	border: none;
	border-radius: 0;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
}

#fs-frm label,
#fs-frm legend,
#fs-frm ::placeholder {
	font-size: .825rem;
	margin-bottom: .5rem;
	padding-top: .2rem;
	display: flex;
	align-items: baseline;
}

/* border, padding, margin, width */
#fs-frm input,
#fs-frm select,
#fs-frm textarea,
#fs-frm #card-element {
	border: 1px solid rgba(0, 0, 0, 0.2);
	background-color: rgba(255, 255, 255, 0.9);
	padding: .75em 1rem;
	margin-bottom: 1.5rem;
}

#fs-frm input:focus,
#fs-frm select:focus,
#fs-frm textarea:focus {
	background-color: white;
	outline-style: solid;
	outline-width: thin;
	outline-color: gray;
	outline-offset: -1px;
}

#fs-frm [type="text"],
#fs-frm [type="email"] {
	width: 100%;
}

#fs-frm [type="button"],
#fs-frm [type="submit"],
#fs-frm [type="reset"] {
	width: auto;
	cursor: pointer;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
}

#fs-frm [type="button"]:focus,
#fs-frm [type="submit"]:focus,
#fs-frm [type="reset"]:focus {
	outline: none;
}

#fs-frm [type="submit"],
#fs-frm [type="reset"] {
	margin-bottom: 0;
}

#fs-frm select {
	text-transform: none;
}

#fs-frm [type="checkbox"] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
	display: inline-block;
	width: auto;
	margin: 0 .5em 0 0 !important;
}

#fs-frm [type="radio"] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}

/* address, locale */
#fs-frm fieldset.locale input[name="city"],
#fs-frm fieldset.locale select[name="state"],
#fs-frm fieldset.locale input[name="postal-code"] {
	display: inline;
}

#fs-frm fieldset.locale input[name="city"] {
	width: 52%;
}

#fs-frm fieldset.locale select[name="state"],
#fs-frm fieldset.locale input[name="postal-code"] {
	width: 20%;
}

#fs-frm fieldset.locale input[name="city"],
#fs-frm fieldset.locale select[name="state"] {
	margin-right: 3%;
}

/* menu mobile */
.main-mnu_position {}

.toggle-mnu {
	display: none;
	width: 28px;
	height: 28px;
	position: absolute;
	top: -50px;
	right: 15px;
	z-index: 21;
}

.toggle-mnu span:after, .toggle-mnu span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
}

.toggle-mnu span:after {
	top: 18px;
}

.toggle-mnu span {
	position: relative;
	display: block;
}

.toggle-mnu span, .toggle-mnu span:after, .toggle-mnu span:before {
	width: 100%;
	height: 2px;
	background-color: var(--accent);
	transition: all 0.3s;
	backface-visibility: hidden;
	border-radius: 2px;
}

.toggle-mnu.on span {
	background-color: transparent;
}

.toggle-mnu.on span:before {
	transform: rotate(45deg) translate(-1px, 0px);
	background-color: #fff;

}

.toggle-mnu.on span:after {
	transform: rotate(-45deg) translate(6px, -7px);
	background-color: #fff;
}

.main-mnu>ul>li.active a,
.main-mnu>ul>li:focus a,
.main-mnu>ul>li:hover a {
	color: var(--accent);
}

.main-mnu {
	padding-top: 20px;
	text-align: center;
	font-size: 15px;
}

.main-mnu>ul>li>a {
	display: block;
	padding: 12px 18px;
	color: #fff;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.main-mnu>ul>li>a:hover {
	color: #414e5b
}

.main-mnu>ul>li.active a {
	color: #414e5b;
	text-decoration: underline
}

.hidden-mnu {
	background-color: var(--accent);
	display: none;
	position: absolute;
	top: -70px;
	right: 0px;
	width: 400px;
	z-index: 20;
	overflow: auto;
}


.hidden-mnu li {
	display: block
}

.hidden-mnu>ul {
	padding: 20px 0;
	font-size: 18px;
}

.hidden-mnu>ul>li.active a {
	text-decoration: underline;
	color: #ecb124
}

.hidden-mnu>ul>li>a:hover {
	color: #fff;
	background-color: #69b988;
	text-decoration: none
}

.main-mnu_position {
	position: relative;
}