:root {
	--primary: #0b67ad;
	--accent: #fe6800;
	--text-black: #27303f;
	--gray-text: #64686e;
	--gray-line: #dce1e4;
	--background-gray-1: #f9fbfd;
	--background-gray-2: #ecf2f8;
    --gray: #a5bfd9;
    --font-family: "Montserrat", sans-serif;
    --second-family: "Roboto", sans-serif;
    --third-family: "Gilroy", sans-serif;
    --font3: "Inter", sans-serif;
    --font4: "Viga", sans-serif;
    --font5: "Montserrat Alternates", sans-serif;
    --font6: "OCR A Std", sans-serif;
    --font7: "Raleway", sans-serif;
    --font8: "Faster One", sans-serif;
    --font9: "Europa Grotesk SH", sans-serif;
}

.modal-content .topping-payment a#sendFormKapital, .modal-content .topping-payment a#uzcardPayBtn {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    padding: 17px;
    border: 1px solid #0faef7;
    border-radius: 30px;
    width: 48%;
    transition: all .3s;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.header-search {
    display: none;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}

.btn-loading {
    pointer-events: none;
    opacity: .5;
}

.modal-content {
    max-width: 100%;
}
@media (min-width: 768px) {
    .modal-content {
        min-width: 640px;
    }
}

.modalorder {
    width: 100%;
}

.ca_btn {
    flex-shrink: 0;
    margin-top: 0 !important;

    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    padding: 12px;
    border: 1px solid #0faef7;
    border-radius: 30px;
    display: block;
    width: 230px;
    color: #283242;
    text-align: center;
    background: 0 0;
    cursor: pointer;
}

.ca_btn:hover {
    background: #0faef7;
    color: #fff;
}

.ca_link {
    color: #0faef7;
    text-decoration: underline;
}
.ca_link:hover {
    color: #ff1d8b;
    text-decoration: underline;
}

.ca_link {
    color: var(--primary);
    transition: none;
}

.ca_link:hover {
    color: var(--accent);
}

.ca_dashed_link {
    text-decoration: none;
    border-bottom: 1px dashed var(--primary);
}
.ca_dashed_link:hover {
    border-color: var(--accent);
    text-decoration: none;
}

.ca_dashed_link * {
    color: #0faef7;
}

.wide.modal .modal-dialog {
    max-width: 80%;
    width: 1204px;
}

.text-bold {
    font-weight: bold;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.color-primary {
    color: var(--primary);
}

.icon-check {
    font-weight: bold !important;
}

:root {
    --overlay-offset: 3.15em;
}

.block_overlay {
    padding: var(--overlay-offset) 4.25em 4em;
    margin-left: calc(-1 * var(--overlay-offset));
    margin-right: calc(-1 * var(--overlay-offset));
    border-right: 10px;
}

.block_overlay_gray {
    background: var(--background-gray-1);
}

.w100 {
    width: 100%;
}

.beauty-content {
    text-align: left;
}

.beauty-content.with-text-indent p {
    text-indent: 1em;
}

.beauty-content p, .beauty-content ul, .beauty-content ol {
    margin-bottom: 1em;
}

.beauty-content ul, .beauty-content ol {
    margin-left: 1em;
}

.beauty-content ul li {
    position: relative;
}

.beauty-content ul li:before {
    content: '';
    position: absolute;
    top: 0.5em;
    right: calc(100% + 1em - 5px);
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #0a7ddd;
}

.bottom_link-row-item.link-minicart {
    position: relative;
}

.bottom_link-row-item.link-minicart .icon_badge  {
    text-align: center;
    right: 7px;
    top: -5px;
}

.modal-content .justify-content-between.modal-header{
    border-bottom: 0;
}

.expect-call{
    border-bottom: 1px solid #dee2e6;
    padding: 0 0 20px;
}

.text-white {
    color: #fff;
}
