

/* Start:/bitrix/templates/.default/components/bitrix/news.detail/dostavka_kalc/style.css?17766877676263*/

body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #1f1f1f;
	font-family: Arial, Helvetica, sans-serif;
}

.calc-wrap {
	max-width: 1560px;
	margin: 0px auto 60px;
	padding: 40px;
	border-radius: 5px;
	border: 1px solid #F7F7F7;
	background: #F7F7F7;
	box-sizing: border-box;
}

.calc-wrap * {
	box-sizing: border-box;
}

.calc-wrap div::after {
	display: none;
}

.calc-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin-bottom: 30px;
}

.calc-card {
	background: #fff;
	padding: 40px 30px;
	box-sizing: border-box;
}

.calc-card h2 {
	margin: 0 0 23px;
	color: #1241CE;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.calc-card h3 {
	margin: 22px 0 20px;
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.calc-card__list-item {
	padding: 24px 0;
}

.calc-card__list-item:first-child {
	padding-top: 0px;
}

.calc-card__list-item:not(:last-child) {
	border-bottom: 1px solid #EFEFEF;
}

.calc-card__list p {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	flex-wrap: wrap;
}

.calc-wrap ul {
	margin: 0;
	padding-left: 20px;
	max-width: 360px;
}

.calc-wrap li {
	margin: 16px 0;
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.calc-form-row {
	margin-bottom: 16px;
}
.calc-form-row label {
	display: block;
	margin-bottom: 6px;
	color: #1A1A1A;
	font-size: 10px;
	font-style: normal;
	font-weight: 700;
	line-height: 165%;
	text-transform: uppercase;
}

.calc-form-row input,
.calc-form-row select {
	width: 100%;
	padding: 13px 14px;
	border-radius: 4px;
	border: 1px solid #E5E7EB;
	background: #F8F9FA;
	box-sizing: border-box;
	font-size: 14px;
	letter-spacing: -0.15px;
	outline: none;
}
.calc-btn {
	display: inline-block;
	border: none;
	border-radius: 4px;
	border: 1px solid #1241CE;
	background: #0F4AD4;
	color: #fff;
	padding: 13px 22px;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	cursor: pointer;
	width: 100%;
	max-height: 44px;
}
.calc-result {
	margin-top: 21px;
	display: flex;
	justify-content: space-between;
}
.calc-result-price {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.calc-result-text {
	color: #1A1A1A;
	font-size: 10px;
	font-style: normal;
	font-weight: 700;
	line-height: 165%;
	text-transform: uppercase;
	display: flex;
	align-items: center;
}
.calc-muted {
	margin-top: 8px;
	color: #99A1AF;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 104.167%;
}
.calc-static-field {
	color: #555;
	padding: 13px 14px;
	border-radius: 4px;
	border: 1px solid #E5E7EB;
	background: #F8F9FA;
	box-sizing: border-box;
	font-size: 14px;
	letter-spacing: -0.15px;
}
.calc-suggest-wrap {
	position: relative;
	z-index: 100;
	overflow: visible;
}
.calc-card--calc {
	overflow: visible;
	position: relative;
	z-index: 2;
}

.calc-suggest-list {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	z-index: 10000;
	margin: 4px 0 0;
	padding: 0;
	list-style: none;
	background: #fff;
	border: 1px solid #d4d4d4;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
	max-height: 280px;
	overflow-y: auto;
}
.calc-suggest-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
	padding: 10px 12px;
	cursor: pointer;
	font-size: 14px;
	line-height: 1.35;
	border: none;
	background: transparent;
	width: 100%;
	text-align: left;
	box-sizing: border-box;
}

.calc-suggest-item:hover,
.calc-suggest-item:focus {
	background: #f3f3f3;
	outline: none;
}
.calc-suggest-item-title {
	font-weight: 600;
	color: #111;
}
.calc-suggest-item-sub {
	display: block;
	font-size: 12px;
	color: #777;
	margin-top: 2px;
	font-weight: 400;
}
#map {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 185px;
	overflow: hidden;
	margin: 30px 0;
	background: #efefef;
}
/* Фикс: после выхода из fullscreen Яндекс может оставить width в px на корневом ymaps */
#map>ymaps,
#map>ymaps>ymaps {
	width: 100% !important;
	max-width: 100% !important;
	height: 100% !important;
}
.calc-badge {
	display: inline-block;
	padding: 4px 16px;
	border-radius: 2px;
	background: #F8F9FA;
	color: #000;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 7px;
}
.calc-warn {
	background: #fff7e8;
	border: 1px solid #f0d9a7;
	color: #7a5a00;
	padding: 12px 14px;
	border-radius: 12px;
	margin-top: 14px;
	font-size: 14px;
	line-height: 1.45;
}
.calc-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 24px;
}
.calc-list-item {
	border-radius: 5px;
	border: 1px solid #F7F7F7;
	background: #FFF;
	padding: 24px 20px;
}

.calc-list-item b {
	color: #1241CE;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 16px;
	display: block;
}
.calc-list-item p {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0;
}
.calc-list-item p:not(:last-child) {
	margin: 0 0 20px;
}
.calc-list-item p strong {
	display: block;
}
input[type=number] {
	appearance: textfield;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

@media (max-width: 900px) {
	.calc-list,
	.calc-grid {
		grid-template-columns: 1fr
	}
}

@media (max-width: 767px) {
	.calc-card__list p {
		flex-direction: column;
		gap: 8px;
	}
	.calc-wrap {
		padding: 30px 20px;
		border-radius: 0;
	}
	.calc-card {
		padding: 30px 20px;
	}
	.calc-card h2 {
		font-size: 28px;
	}
	.calc-grid {
		margin-bottom: 70px;
	}
}
#contacts .contacts {
    margin: 0;
    max-width: 100%;
}
#contacts .contacts .about{
    padding: 0 !important;
}        
#contacts .contacts .about .about__content{
    padding: 0 !important;
}  
@media screen and (max-width: 991px) {
    .header__middle .header__title {
        white-space: initial;
        height: auto;
        line-height: 44px;
        margin-top: 35px !important;
    }
}    
/* End */
/* /bitrix/templates/.default/components/bitrix/news.detail/dostavka_kalc/style.css?17766877676263 */
