@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap');
:root {
    --default-font-family: 'Roboto', sans-serif;
    --default-font-color: rgb(28, 28, 38);
    --blue-color: #0098ce;
}

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: var(--default-font-family);
    color: rgb(28, 28, 38);
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

* {
    font-smooth: antialiased;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

content {
    flex: 1 0 auto;
}

.container {
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    max-width: 1190px;
    /* ширина макета + сумма паддингов (выше в этом же блоке) */
}

* {
    font-smooth: antialiased;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

a,
a:hover {
    text-decoration: none;
    color: var(--blue-color);
}

img {
    max-width: 100%;
    height: auto;
}

.promo-bar>.container,
.promo-bar-mob>.container {
    margin-top: 0px !important;
}

body .awesome-btn {
    display: none !important;
}

#success-popup {
    padding: 0;
    width: 450px;
    max-width: 90%;
}

#success-popup .popup-header {
    padding: 50px 15px 30px 15px;
    background-color: #fafafa;
}

#success-popup .popup-badge {
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -30px;
    background-color: #fff;
    border-radius: 100px;
    padding: 10px;
}

#success-popup .popupBadge-inner {
    background-color: #e01a24;
    -webkit-box-shadow: 0 7px 8px 0 rgba(190, 37, 46, .39);
    box-shadow: 0 7px 8px 0 rgba(190, 37, 46, .39);
    width: 40px;
    height: 40px;
    border-radius: 100px;
}

#success-popup .popupBadge-icon {
    height: 17px;
    width: 17px;
    margin: 11px;
}

#success-popup .popup-close {
    position: absolute;
    top: 30px;
    right: 10px;
    cursor: pointer;
}

#success-popup .popup-content {
    padding: 15px 15px 0 15px;
    background-color: white;
}

#success-popup .popup-title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    color: #1c1c26;
    text-align: center;
}

#success-popup .popup-text {
    font-size: 15px;
    line-height: 1;
    color: #1c1c26;
    text-align: center;
}

#success-popup .popup-footer {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#success-popup .popup-button {
    padding: 10px 34px;
    min-height: 50px;
    background-color: #fc9f00;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
    color: white;
    cursor: pointer;
}

body.has-topbar .bx-breadcrumb {
    padding-top: 60px;
}

@media (max-width: 1200px) {
    body.has-topbar .bx-breadcrumb {
        padding-top: 60px;
    }
    body.has-topbar .top-banner {
        padding-top: 100px;
    }
}

.policy-checkbox {
    position: relative;
}

.policy-checkbox input {
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}

.policy-checkbox__label {
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #333;
    flex-direction: row;
    align-items: center;
    column-gap: 8px;
    margin-top: 10px;
    display: flex;
    cursor: pointer;
}

.policy-checkbox__label a {
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #da2b2b;
}

.policy-checkbox__label:before {
    content: "";
    min-width: 16px;
    height: 16px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 2px;
    fill: #fff;
    border: 1px solid #da2b2b;
}

.policy-checkbox input:checked + label:before {
    content: url("data:image/svg+xml;utf8,\
            <svg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7' fill='none'>\
            <path d='M9.4 0.700439L3.8 6.30019L1 3.50044' stroke='%23DA2B2B' stroke-linecap='round' stroke-linejoin='round'/>\
            </svg>");
}

.policy-checkbox__label p {
    line-height: 100%;
}

@media (max-width: 1000px) {
    .policy-checkbox__label {
        column-gap: 5px;
        margin-top: 10px;
        font-size: 10px;
        line-height: 120%;
    }
    .policy-checkbox__label:before {
        min-width: 12px;
        height: 12px;
        width: 12px;
    }
}


.new-checkbox {
    position: relative;
}

.new-checkbox input {
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}

.new-checkbox__label {
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #333;
    flex-direction: row;
    align-items: center;
    column-gap: 8px;
    margin-top: 10px;
    display: flex;
    cursor: pointer;
}

.new-checkbox__label a {
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #0098ce;
}

.new-checkbox__label:before {
    content: "";
    min-width: 14px;
    height: 14px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 2px;
    fill: #fff;
    border: 1px solid #333333;
}

.new-checkbox__label input:checked + label:before {
    content: url("data:image/svg+xml;utf8,\
            <svg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7' fill='none'>\
            <path d='M9.4 0.700439L3.8 6.30019L1 3.50044' stroke='%23333333' stroke-linecap='round' stroke-linejoin='round'/>\
            </svg>");
}

.new-checkbox__label p {
    line-height: 100%;
}

@media (max-width: 1000px) {
    .new-checkbox__label {
        column-gap: 5px;
        margin-top: 10px;
        font-size: 10px;
        line-height: 120%;
    }
    .new-checkbox__label:before {
        min-width: 12px;
        height: 12px;
        width: 12px;
    }
}

