.elem_1 {
	display: flex;
    overflow-x: auto;
	overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    white-space: nowrap;
    margin-top: 20px;	
    margin-bottom: 20px;
}

.elem_1::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.button-sale_1 {
	position: relative;
    display: flex;
    justify-content: space-between;
}

.button-sale_2 {
    width: 32.3%;
    border-radius: 13px;
    padding: 15px;
	box-shadow: 0 0 6px rgb(122 122 122 / 15%);
	display: grid;
	align-content: space-between;
	justify-content: space-around;
}

.color-button1_1 {
    background-color: #fff;
}

.color-button2_1 {
    background-color: #fff;
}

.color-button3_1 {
    background-color: #fff;
}

.scv {
    display: grid;
}

.scvb {
	color: #00ac5e;
	padding: 7px;
}

.scvb_1 {
	font-size: 44pt !important;
}

.block-text {
	line-height: 2.7em;
	padding-left: 2.5em;
    text-indent: -1.1em;
}

.element {
	width: min-content; display: initial;
	border-radius: 13px;
	padding: 5px 20px;
	margin: 0 10px 0 0;
	border: 1px solid #00ac5e;
}

.element-tegs {
	width: min-content; display: initial;
	border-radius: 13px;
	padding: 1px 10px;
	margin: 0 5px 0 5px;
	border: 1px solid #111;
}

.tegs {
	opacity: 0.16;
	overflow: auto;
	-ms-overflow-style: none;
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
    white-space: nowrap;
	display: flex;
    align-items: center;
}
.tegs::-webkit-scrollbar {
    display: none;
}


.center-tarif {
	white-space: normal;
}


.mooltig {
    position: relative;
    display: inline-block;
}

.mooltig .mooltigtext {
    visibility: hidden;
    width: 160px;
    background-color: #3F4145;
    color: #fff;
    font-size: 11px;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 999;
    right: -90%;
    margin-top: 125%;
	white-space: normal;
	text-align: left;
}

.mooltig:hover .mooltigtext {
    visibility: visible;
}

.mooltig-img:hover {
    filter: alpha (Opacity=25);/* прозрачность для IE */
    opacity: 0.25;/* прозрачность для других браузеров */
}

.economic {
	color: #00ac5e;
	font-weight: bold;
}

.cart_1 {
    padding: 20px;
    border-radius: 13px;
    background-color: #fff;
	box-shadow: 0 0 6px rgb(122 122 122 / 15%);
}

.cart_1_1 {
	margin-top: 20px;
}

.cart_1_1_1 {
    padding: 20px;
    border-radius: 13px;
    background-color: #fff;
	box-shadow: 0 0 6px rgb(122 122 122 / 15%);
}

.cart_1_2 {
	border: 1px solid #00ac5e;
    border-radius: 15px;
    padding: 5px 20px;
	margin-bottom: 20px;
	width: fit-content;
}

.cart_1_3 {
	margin-left: 40px;
}

.cart_2 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.cart_2_1 {
	width: 32.2%;
	text-align: center;
	hyphens: auto;
}

.cart_2_2 {
	display: flex;
    justify-content: center;
}

.btn-root-119-16-0-0 {
	pointer-events: none !important; 
}


@media (max-width: 991px){

    .title_cart {
		font-size: 1.4rem !important;
	}
	.body_cart {
		width: none !important;
	    min-width: 298px !important;
		margin-right: 6px !important;
	}
}

.text_seo {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: justify;
}

.zagolovok {
	border: 1px solid #d8d8d8;
	border-radius: 13px;
	padding: 10px;
}

.block {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	text-align: center;
	background: #fff url(/images/svg-editor-image-top4.svg);
	background-position: 12px -40px;
}

.block-1 {
    text-align: center;
    background: #333 url(/images/svg-editor-image.svg);
    color: #fff;
	margin-top: 20px;
}

.callphone {
	max-width: 800px;
	width: 100%;
	padding: 10px 0;
	display: flex;
	margin: 0 auto;
	justify-content: center;
}
input[type="phone"] {
	border: none;
	outline: none;
	padding: 10px 20px;
	-webkit-appearance: none;
	width: 100%;
	vertical-align: middle;
}
input[type="submit"] {
	background-color: #00ac5e;
	color: #ffffff;
	padding: 10px 15px;
	line-height: 1;
	border: none;
	outline: none;
	color: #fff;
	cursor: pointer;
}

@media (min-width: 1200px) {

    .calculator1 {
		position: absolute;
		background-color: #fff;
		white-space: nowrap;
		display: inline-block;
		z-index: 99;
		width: 445px;
		height: 290px;
		font-size: 8pt;
		margin-top: 35%;
		right: 15px;
		animation-delay: 3s;
	}

}

