/*
766df4 меняем на 7ca365  
f7f7fc фон меняем на fcdc88
*/

.display-4 {
	color:#f6a111;
	text-transform:uppercase;
}

.calc_btn {
    bottom:50%;left:0; z-index:9999;
}

.blockquote:before {
	color:#f6a111 !important;
}
 

.sidebar-sticky {
	position: sticky;
    top: 2rem;
    right: 0;
    z-index: 2;
    /* height: calc(100vh); */
    overflow-y: auto;
	margin-bottom:40px;
}

.bg-primary {
	background:#f6a111 !important;
}
.lg-backdrop {
	z-index: 1056 !important;
}
.lg-outer {
	z-index: 1087 !important;
}

.btn-success {
	color: #fff !important;
    background: #0b7475 !important;
}

.btn-secondary {
	background: none !important;
    border: 1px solid #0b7475 !important;
}

.dropdown-menu .dropdown-column .dropdown-item:first-child {
	text-transform:uppercase;
}

.calculator .input-group {
    flex-direction: column;
    align-items: center;
}
.calculator .input-group .input-group-text {
    border-radius: 0.75rem 0.75rem 0 0!important;
    width: 100%;
}
.calculator .input-group .form-control {
    width: 100%;
    border-radius: 0 0 0.75rem 0.75rem!important;
    border-top: none;
    margin-left: 0px!important;
}
.calculator .input-group .form-select {
    width: 100%;
    border-radius: 0 0 0.75rem 0.75rem!important;
    border-top: none;
    margin-left: 0px!important;
}
.calculator .bg-green {
    background-color: green;
    border-radius: 0.75rem;
}
tfoot .summ {
    background-color: green;
    color: white;
}
th[scope="row"] {
    width: 500px;
}


@media (max-width: 500px) {
    .fs-2 {
        font-size: 1.125rem !important;
    }
    .calc_btn {
        bottom:0%;left:0; z-index:9999;
    }
        .calc_btn a {
            font-size: 14px;
        }
        .calc_btn img {
            width:30px;
        }
}    







