body {
    /* font-family: 'Comfortaa', sans-serif!important; */
    font-family: 'Styrene A Web', sans-serif!important;
    font-size: 0.9rem!important;
}
header a, header a.nav-link {
    text-decoration: none;
    background-color: transparent;
    color: rgb(89 141 128)!important;
}
header a:hover, header  a:active, header a.nav-link:hover,header a.nav-link:active{
    color: rgb(23, 162, 184)!important;
    text-decoration: none;
}
.bg-light {
    background-color: #f8f9fa !important;
}
.fixed-top {
    top: 40px;
}
.navbar.navbar-shop {
    margin-top: 0!important;
    background-color: #fff;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
}
.navbar.navbar-site{
    padding-top: 0;
    min-height: 37px;
}

.header-navbar {
    display: flex;
    padding-left: 0px;
    justify-content: space-between;
}

.header-navbar_item {
    list-style: none;
    padding: 10px 0px;
}
@media (max-width: 575px)  {
.nopadding-sides-mobile {
    padding: 0.5rem 0!important;
}
}

.payment-methods {
    display: flex!important;
    align-items: center;

}

@media only screen and (max-width: 1380px) and (min-width: 992px) {
    .navbar {
        font-size: 12px;
    }
}

#map {
    min-height: 500px;
	margin-bottom: 40px;
}
.navbar-brand-site {
    font-size: 0.9rem;
}
hr.mini-logo {
    background: url('../img/mini-logo.png') no-repeat top center;
    background-size: contain;
    display: block;
    height: 42px;
    border: 0;
    position: relative;
    opacity: 1;
}
hr.mini-logo:before,
hr.mini-logo:after {
    content: '';
    display: block;
    position: absolute;
    background: rgba(0,0,0,.125);
    height: 1px;
    top: 24px;
}
hr.mini-logo:before {
    left: 0;
    right: 50%;
    margin-right: 32px;
}
hr.mini-logo:after {
    right: 0;
    left: 50%;
    margin-left: 32px;
}
.card.no-border{
    border: none!important;
}
.card-body.no-padding{
    padding: 1rem 0 0 0;
}

.white-color {
    color: white!important;
}


@media (max-width: 433px) {
    .no-padding-mobile {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
}

.link_mini-logo {
    background: url(../img/mini-logo.png) no-repeat left;
    background-size: contain;
    display: block;
    height: 18px;
    opacity: 1;
    float: left;
    width: 18px;
    margin-right: 6px;
}

/* Flashing */
.card img:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}


.link-color{
    color: rgb(23, 162, 184);
    margin-bottom: 0;
}
/* icons */
.icons {
    display: grid;
    max-width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr) );
    gap: 1.25rem;
}
.icon {
    background-color: var(--bs-light);
    border-radius: .25rem;
}
.bi {
    margin: .25rem;
}
.sales-form {
    margin-bottom: 45px;
}
.sales-form table {
    table-layout: fixed;
    width:100%;
    max-width: 600px;
}
.sales-form textarea, .sales-form input  {
    width:100%;
    max-width: 100%;
}
.sales-form table tr th {
    width:110px;
}
.sales-form .btn {
    margin-left:110px;
    margin-top: 15px;
}
/* @media (max-width: 575px)  {
    .sales-form textarea {
        width: 200px;
    }
} */

/*ADDED NEW STYLE FROM 2022*/

html {
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

body.white-bg {
    background-color: #fff !important;
}

footer {
    margin-top: auto;
    margin-bottom: 0;
}

/*END NEW STYLES 2022*/

/* styles 2026 cabinet*/
.card.card-body {
	padding:22px;
	border-radius:8px;
	box-shadow:0 18px 40px rgba(95,127,115,.22);
}
.top-card h2{
	margin: 0;
}
.gap-3 {
	display: flex;
	gap: 1rem;
}
@media (max-width: 991px) {
	.gap-max-md-3 {
		display: flex;
		gap: 1rem;
	}
}
.nav-link.nav-link-border {
	border: 1px solid #007bff;
	border-radius: 4px;
}
.promo-kicker{
	display:flex;
	align-items:center;
	gap:10px;
	font-size:13px;
}
.promo-kicker span{
	width:20px;
	height:20px;
	border-radius:8px;
	background:rgba(255,255,255,.16);
	display:grid;
	place-items:center
}
.promo-value{
	font-size:32px;
	font-weight:900;
	letter-spacing:-.05em;
	margin-top:14px;
	line-height:1
}
.promo-title{
	font-size:18px;
	font-weight:900;
	margin-top:8px;
	line-height:1.1
}
.promo-text {
	margin: 20px 0;
}
.promo-text:last-child {
	margin-bottom: 0;
}
@media (max-width: 991px) {
	.mob-reverse {
		flex-direction: column-reverse;
	}
	.mob-gap {
		gap: 24px;
	}
	.mob-gap-sm {
		gap: 12px;
	}
}
.flex-content-column {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.card-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.card-top:not(:last-child) {
	margin-bottom: 16px;
}
.card-caption {
	display: block;
}
.card-caption:not(:last-child) {
	margin-bottom: 12px;
}
.card-top .alert {
	margin: 0;
}
.card p:last-child {
	margin-bottom: 0;
}
.card .h2:last-child {
	margin-bottom: 0;
}
.card-theme-sm {
	padding: 12px;
	border-radius: 8px;
	border: 1px solid rgba(118, 153, 140, .10);
	background-color: #f7faf5;
}
.chat {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 350px auto;
	grid-gap: 24px;
}
.chat__messages {
	overflow: auto;
}
.chat__messages-inner {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 16px;
}
.chat__message {
	max-width: 80%;
	padding: 12px;
	border-radius: 12px;
	background-color: #f3ffed;
	margin-left: 0;
	margin-right: auto;
}
.chat__message.chat__message_self {
	margin-left: auto;
	margin-right: 0;
	background-color: #74a05e;
	color: #fff;
}
.chat__bottom {
	display: grid;
	grid-template-columns: auto 220px;
	grid-gap: 12px;
	align-items: end;
}
.chat__input {
	overflow-y: hidden;
	resize: none;
	padding: 10px;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4;
}
@media (max-width: 991px) {
	.chat__bottom {
		grid-template-columns: 1fr;
	}
}
/*end styles 2026 cabinet*/
/*product radio weight*/
.card-subtitle-group {
	display: block;
	text-align: center;
	font-size: 11px;
	margin-bottom: 6px;
	font-weight: 500;
	text-transform: uppercase;
}
.card-subtitle-group:not(:first-child) {
	margin-top: 12px;
}
.radio-group {
	display: flex;
	gap: 4px;
}
.radio-group .form-check.form-check-custom{
	flex-basis: 100%;
	padding-left: 0;
}
.form-check.form-check-custom .form-check-input {
	display: none;
}
.form-check.form-check-custom .form-check-label {
	padding: 4px;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	background-color: #fff;
	font-size: .75rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	cursor: pointer;
	display: block;
	width: 100%;
}
.form-check.form-check-custom .form-check-input:checked + .form-check-label {
	border-color: rgb(0 0 255);
	color: rgb(0 0 255);
	background-color: #f7f9fc;
}
/*end product radio weight*/