.breadcrumbs-separator {
    padding: 0 16px;
}

.header-right {
    flex-direction: row-reverse;
}

.header-bottom--business {

}
.currency-chart {
    width: 100%;
    padding: 50px;
}

.main .left-menu__item {
    padding: 0;
}

.main .left-menu__link {
    display: block;
    width: 100%;
    padding: 1rem;
}

.main .faq-item-panel {
    cursor: pointer;
    padding: 1.875rem 2.8125rem;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.7803921569);
    margin-bottom: 1rem;
}

.main .faq-item-panel ul li::before {
    content: "•";
    color: var(--main-color);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

@media (max-width: 1200px){
    .header-bottom--business .header-menu .menu-top {
        height: auto;
    }
    .header-bottom--business .header-menu .open-detail {
        display: none;
    }
    .header-bottom--business .header-menu .menu-top_item--hide-2 {
        display: block;
    }
}

@media (max-width: 980px){
    .header-bottom--business .header-menu .open-detail {
        display: block;
    }
    .header-bottom--business .header-menu .menu-top_item--hide-2 {
        display: none;
    }
    .currency-chart {
        padding: 10px 0 10px 0;
    }
}

.cell-rental-select {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.cell-rental-select label {
	display: block;
	margin-bottom: 15px;
}
.cell-rental-select input {
	width: 250px !important;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 28px;
    color: #444;
    padding-left: 8px;
    padding-right: 20px;
}
.cell-rental-total {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 30px;
}
.cell-rental-total span {
	color: #e9a50d;
	font-size: 22px;
}
.select2-container {
	width: 250px !important;
}
.primary-button {
    margin-left: 1rem;
    padding: 0.625rem 1.25rem;
    background-image: linear-gradient(0deg, #54993b 0%, #6fb646 100%);
    border-radius: 10px;
    color: white;
    font-size: 0.9375rem;
}
.container .about__text--faq {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.main .advantages-blocks-item.advantages-item.advantages-item-wide {
    max-width: 100%;
}
.advantages-blocks-item.advantages-item.advantages-item-wide .advantages-item-left {
    width: 100%;
}

.detailed-panel a {
    color: #006538;
}

.main .contacts-item {
    padding: 0;
    background-image: none;
    position: relative;
}

.contacts-container .contacts-item iframe {
    border-radius: 27px;
}

.contacts-container .contacts-item .contacts-info.contacts-item{
    position: absolute;
    left: 3.75rem;
    top: 3.75rem;
}

.header-right__telephone {
    display: flex;
    gap: 25px;
    justify-content: center;
    align-items: center;
}
