.order-info {
    color: #000;
    font-size: 12px;
    background: #f5f5f5;
    padding: 10px 15px;
}
.bcalc__input-checkbox {
	width: 10px !important;
	height: 10px !important;
}
.bcalc__module-selector .bcalc__selector {
	height: 125px !important;
}
#bc-container {
    margin-bottom: 30px !important;
}
.bcalc__elements > .bcalc__block + .bcalc__block > .bcalc__block .bcalc__input-dropdown:first-child {
	width: 365px !important;
}

.bcalc__elements > .bcalc__block + .bcalc__block > .bcalc__block .bcalc__input-dropdown:nth-child(2) {
	width: 68px !important;
}
#bc-container input[name="length"] {
    height: 21px !important;
    width: 70px !important;
}
#bc-container input[name="count"] {
	height: 21px !important;
    width: 60px !important;
}
.development {
    margin-top: 5px;
    color: #fff;
}
.development a {
	font-size: 14px;
	color: #fff;
	text-decoration: underline;
}
.mf-captcha label {
	padding-top: 7px;
	padding-right: 10px;
}
.logo:active, .logo:focus {
	text-decoration: none; }

.phone-mobile {
	color: #000;
	font-size: 27px;
	line-height: 10px; }
	
.contact-modal .mf-ok-text {
	margin: 15px 30px 10px;
	color: #00c600;
	border-color: #00c600;
	text-align: center; }
.form-input textarea {
	width: 100%; }
	
@media screen and (min-width: 768px) {
	.phone-mobile {
		display: none; }
}

@media screen and (max-width: 768px) {
	.header-right {
		display: flex;
		align-items: center; }
	.phone-mobile {
		margin-left: 10px; }
	
	.mobile-shedule,
	.mobile-address {
		display: flex; }	
	.mobile-shedule i,
	.mobile-address i {
		font-size: 21px; }
	.mobile-shedule {
		margin-bottom: 7px; }
}