:root {
    /* Colors */
    --color-white: #ffffff;
    --color-main-0: #0C0C0C;
    --color-main-d: #D03F7F;
    --color-main-e: #2E3540;
    --color-main-fd: #FDDCEA;
    --color-main-fdf: #FDF0F5;
    --color-gray-3: #343434;
    --color-gray-8: #8B8B8B;
    --color-gray-9: #919191;
    --color-gray-b: #BDBDBD;
    --color-gray-e: #E7E7E7;
    --color-gray-f: #F0F0F0;
    --color-red: #E10707;
    --color-orangre: #FFB82E;
    --color-green: #00AA39;
    --main-e-868-a-0: #E868A0;
    --button-type-ff-87-bb: #FF87BB;
    --button-type-ee-5598: #EE5598;
    --secondary-919191: #919191;
    --secondary-8-b-8-b-8-b: #8B8B8B;
    --secondary-bdbdbd: #BDBDBD;
    --system-e-10707: #E10707;
    --main-0-c-0-c-0-c: #0C0C0C;
    --secondary-e-7-e-7-e-7: #E7E7E7;
    --main-d-03-f-7-f: #D03F7F;
    --main-fddcea: #FDDCEA;
}

/* Global */
* {
    box-sizing: border-box;
    font-family: Inter, serif;
    font-style: normal;
}

body {
    margin: 0;
    padding: 120px 0 0 0;
    font-family: Inter, serif;
    color: var(--color-main-0);
    background: var(--color-white);
    font-size: 16px;
}
body.hide-main {
    overflow: hidden;
}

/* Container */
.container-full {
    width: 100%;
}
.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 80px;
}

/* Visible */
.d-block {
    display: block;
}
.d-flex {
    display: flex;
}
.d-none {
    display: none;
}
.d-inline {
    display: inline;
}
.d-inline-block {
    display: inline-block;
}

/* Text */
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-u {
    text-transform: uppercase;
}

a {
    color: var(--color-gray-0);
    text-decoration: none !important;
}
a:hover {
    color: var(--color-orange);
    text-decoration: none;
}

/* Text */
.heading-1 {
    font-family: Comfortaa;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
}
.heading-2 {
    font-family: Comfortaa;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}
.heading-3 {
    font-family: Comfortaa;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}
.heading-4 {
    font-family: Comfortaa;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
}
.heading-5 {
    font-family: Comfortaa;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
}
.heading-6 {
    font-family: Comfortaa;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}

.subtitle-1 {
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
}
.subtitle-2 {
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}
.subtitle-3 {
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
.subtitle-4 {

}
.subtitle-5 {
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    text-decoration-line: line-through;
    text-transform: uppercase;
}
.subtitle-7 {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
}

.body-1 {
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
}
.body-2 {
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}
.body-3 {
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
}
.body-4 {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.body-5 {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 128.571% */
}
.body-6 {

}

.caption {

}
.caption-1 {
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
    text-transform: uppercase;
}
.caption-2 {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-decoration-line: line-through;
    text-transform: uppercase;
}
.caption-3 {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 14px */
    text-transform: uppercase;
}
.caption-4 {
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
.caption-5 {

}
.caption-6 {
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 12px */
    text-transform: uppercase;
}

.button-2 {
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 100% */
    text-transform: uppercase;
}
.button-5 {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 114.286% */
}
.button-6 {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px; /* 116.667% */
}

.text-1 {
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 23.2px */
    -webkit-text-stroke-width: 0.05px;
    -webkit-text-stroke-color: var(--color-white);
}
.text-2 {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 20.3px */
}


.flex-center {
    display: flex;
    justify-content: center;
}

/* Grid */
.grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 0;
}
.col-1  { grid-column: span 1; }
.col-2  { grid-column: span 2; }
.col-3  { grid-column: span 3; }
.col-4  { grid-column: span 4; }
.col-5  { grid-column: span 5; }
.col-6  { grid-column: span 6; }
.col-7  { grid-column: span 7; }
.col-8  { grid-column: span 8; }
.col-9  { grid-column: span 9; }
.col-10 { grid-column: span 10; }
.col-11 { grid-column: span 11; }
.col-12 { grid-column: span 12; }

.gap-0  { gap: 0px; }
.gap-4  { gap: 4px; }
.gap-8  { gap: 8px; }
.gap-10 { gap: 10px; }
.gap-12 { gap: 12px; }
.gap-14 { gap: 14px; }
.gap-16 { gap: 16px; }
.gap-20 { gap: 20px; }
.gap-40 { gap: 40px; }
.gap-16-24 { gap: 16px 24px; }
.gap-44-20 { gap: 44px 20px; }
.gap-48-20 { gap: 48px 20px; }
.gap-80-20 { gap: 80px 20px; }

.mb-80 {
    margin-bottom: 80px;
}
.mb-100 {
    margin-bottom: 100px;
}
.mb-100 {
    margin-bottom: 120px;
}
.mb-160 {
    margin-bottom: 120px;
}

.mt-44 {
    margin-top: 44px;
}




/* Buttons */
.btn {
    display: inline-flex;
    padding: 16px 32px;
    max-height: 48px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    border: none !important;
    outline: none !important;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    cursor: pointer;
}
.btn-primary {
    color: var(--color-white);
    background: var(--main-e-868-a-0);
}
.btn-primary:hover {
    color: var(--color-white);
    background: var(--button-type-ff-87-bb);
}
.btn-primary:active {
    color: var(--color-white);
    background: var(--button-type-ee-5598);
}
.btn-primary:disabled {
    color: var(--color-white);
    background: var(--secondary-919191) !important;
}

.btn-default {
    color: var(--main-e-868-a-0);
    background: var(--color-white);
    border: 1px solid var(--main-e-868-a-0) !important;
}
.btn-default:hover {
    color: var(--main-e-868-a-0);
    background: var(--main-fdf-0-f-5, #FDF0F5);
}
.btn-default:active {
    color: var(--color-white);
    background: var(--button-type-ee-5598);
}
.btn-default:disabled {
    color: var(--color-white);
    background: var(--secondary-919191) !important;
}

.btn-min {
    padding: 12px 32px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}

.btn-link {
    position: relative;
    display: flex;
    padding: 8px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: none !important;
    border: none !important;
    cursor: pointer;
    gap: 2px;
}
.btn-link:before {
    position: absolute;
    content: '';
    bottom: 5px;
    width: 100%;
    height: 1px;
    left: 0;
    background: var(--main-0-c-0-c-0-c);
}
.btn-link:after {
    position: absolute;
    content: '';
    bottom: 5px;
    width: 100%;
    height: 1px;
    left: -100%;
    background: var(--button-type-ff-87-bb);
    transition: all 0.3s ease;
    z-index: 1;
}
.btn-link:hover:after,
.btn-link:active:after {
    left: 0;
}

.btn-m-big {
    max-height: 48px;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
}

.btn-full {
    width: 100%;
}

.link {
    display: flex;
    padding-bottom: 2px;
    border-bottom: 1px solid #0C0C0C;
    cursor: pointer;
}

/* Images */
.img-responsive {
    display: block;
    width: 100%;
}
.img-fit {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-fit_a {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Form */
.vertical-form {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

/* Input */
.input-group {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 8px;
}
.input-group input,
.input-group textarea {
    display: flex;
    width: 100%;
    padding: 13px 16px;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    border: 1px solid var(--secondary-e-7-e-7-e-7);
    background: var(--color-white);
    color: var(--main-0-c-0-c-0-c);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
    outline: none !important;
}
.input-group input:hover,
.input-group textarea:hover {
    border-radius: 6px;
    border: 1px solid var(--main-fddcea, #FDDCEA);
    background: var(--main-ffffff, #FFF);
}
.input-group input:disabled,
.input-group textarea:disabled {
    border: 1px solid var(--secondary-e-7-e-7-e-7);
    background: var(--secondary-e-7-e-7-e-7);
}

.input-group label {
    color: var(--secondary-919191, #919191);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
}

.input-group_counter {
    color: var(--secondary-919191, #919191);
    text-align: right;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
}

.input-group .text-danger {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    gap: 8px;
    color: var(--secondary-919191);
}
.input-group .text-danger:before {
    content: '';
    display: block;
    width: 16px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg clip-path='url(%23clip0_2091_10607)'%3E%3Cpath d='M10.6186 6.14569L8.73814 7.99997L10.6186 9.85426C10.671 9.90325 10.7127 9.96247 10.7412 10.0282C10.7697 10.094 10.7844 10.1649 10.7844 10.2366C10.7844 10.3083 10.7697 10.3793 10.7412 10.445C10.7127 10.5108 10.671 10.57 10.6186 10.619C10.5697 10.6676 10.5116 10.706 10.4478 10.732C10.384 10.7581 10.3156 10.7713 10.2467 10.7709C10.1093 10.7703 9.97761 10.7158 9.88005 10.619L7.99957 8.73854L6.14529 10.619C6.04772 10.7158 5.91604 10.7703 5.77862 10.7709C5.70968 10.7713 5.64135 10.7581 5.57753 10.732C5.51371 10.706 5.45566 10.6676 5.40671 10.619C5.30915 10.5209 5.25439 10.3881 5.25439 10.2497C5.25439 10.1113 5.30915 9.97859 5.40671 9.88045L7.261 7.99997L5.40671 6.14569C5.3209 6.04548 5.27606 5.91658 5.28115 5.78475C5.28624 5.65292 5.34089 5.52787 5.43418 5.43458C5.52747 5.34129 5.65252 5.28664 5.78435 5.28155C5.91618 5.27646 6.04508 5.3213 6.14529 5.40712L7.99957 7.2614L9.85385 5.40712C9.90235 5.3569 9.96026 5.31673 10.0243 5.28889C10.0883 5.26106 10.1572 5.24611 10.227 5.24489C10.2968 5.24368 10.3661 5.25622 10.4311 5.28181C10.496 5.30739 10.5553 5.34552 10.6055 5.39402C10.6557 5.44252 10.6959 5.50043 10.7237 5.56445C10.7516 5.62847 10.7665 5.69734 10.7677 5.76714C10.769 5.83694 10.7564 5.90629 10.7308 5.97125C10.7052 6.0362 10.6671 6.09547 10.6186 6.14569Z' fill='%23FF0000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.666504 8.00002C0.666504 3.9513 3.95111 0.666687 7.99984 0.666687C12.0486 0.666687 15.3332 3.9513 15.3332 8.00002C15.3332 12.0487 12.0486 15.3334 7.99984 15.3334C3.95111 15.3334 0.666504 12.0487 0.666504 8.00002ZM7.99984 1.79489C4.5742 1.79489 1.79471 4.57439 1.79471 8.00002C1.79471 11.4257 4.5742 14.2051 7.99984 14.2051C11.4255 14.2051 14.205 11.4257 14.205 8.00002C14.205 4.57439 11.4255 1.79489 7.99984 1.79489Z' fill='%23FF0000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2091_10607'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    flex-shrink: 0;
}

.checkbox-group .text-danger,
.radio-group .text-danger {
    padding-left: 7px;
}

.input-group .has-error {
    border: 1px solid var(--system-e-10707);
}

.checkbox-group {
    cursor: pointer;
}
.checkbox-group input {
    display: none;
}
.checkbox-group label {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--main-0-c-0-c-0-c);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    user-select: none;
    cursor: pointer;
    gap: 15px;
}
.checkbox-group label:before {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Crect x='0.5' y='0.5' width='15' height='15' stroke='%23E7E7E7'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.checkbox-group input:checked ~ label:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cg clip-path='url(%23clip0_4122_1514)'%3E%3Crect width='14' height='14' fill='%23E868A0'/%3E%3Cpath d='M11.8125 3.9375L5.6875 10.0625L2.625 7' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4122_1514'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.checkbox-group label a {
    text-decoration: underline !important;
}

.radio-group {
    cursor: pointer;
}
.radio-group input {
    display: none;
}
.radio-group label {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--main-0-c-0-c-0-c);
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    user-select: none;
    cursor: pointer;
    gap: 10px;
}
.radio-group label:before {
    content: '';
    width: 32px;
    height: 32px;
    margin-left: -5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Ccircle cx='16' cy='16' r='9.5' stroke='%23BDBDBD'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
    cursor: pointer;
}
.radio-group input:checked ~ label:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Ccircle cx='16' cy='16' r='7.5' fill='white' stroke='%23E868A0' stroke-width='5'/%3E%3C/svg%3E");
}
.radio-group label a {
    text-decoration: underline !important;
}

/* Input Download */
.download-group {
    padding: 6px 0 0 0;
}
.download-group input {
    display: none !important;
}
.download-group_label {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    cursor: pointer;
    gap: 10px;
}
.download-group_label:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_7378_58)'%3E%3Cpath d='M3.125 10H16.875' stroke='%230C0C0C' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 3.125V16.875' stroke='%230C0C0C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7378_58'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") center no-repeat;
}
.download-group_selected {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.download-group_secelted-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 100%;
    cursor: pointer;
}
.download-group_secelted-item:after {
    content: '';
    display: flex;
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_2369_11467)'%3E%3Cpath d='M15.625 4.375L4.375 15.625' stroke='%230C0C0C' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.625 15.625L4.375 4.375' stroke='%230C0C0C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2369_11467'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") center no-repeat;
}

/* Breadcrumb */
.breadcrumb {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 32px;
    margin-bottom: 38px;
    padding: 0 !important;
    list-style: none !important;
    overflow-y: auto;
    gap: 4px;
}
.breadcrumb-item {
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 12px */
    white-space: nowrap;
}
.breadcrumb-item a {
    display: block;
    padding: 9px 0;
    text-decoration: none !important;
    color: var(--secondary-8-b-8-b-8-b);
}
.breadcrumb-item:hover a {
    color: var(--main-e-868-a-0);
}
.breadcrumb-item span {
    display: block;
    padding: 9px 0;
    color: var(--secondary-bdbdbd);
}

/* Scroll */
.custom-scroll {
    scrollbar-width: thin;
    scrollbar-color: var(--secondary-bdbdbd) transparent;
}
.custom-scroll::-webkit-scrollbar {
    width: 6px;
}
.custom-scroll::-webkit-scrollbar-track {
    background: transparent;
}
.custom-scroll::-webkit-scrollbar-thumb {
    background: var(--secondary-bdbdbd);
    border-radius: 10px;
}

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #313131;
    opacity: 0.31;
    z-index: 10;
}
.popup-overlay.show {
    display: block;
}

/* Swiper */
.swiper-button-prev,
.swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    width: 40px !important;
    height: 40px !important;
    padding: 8px;
    border: none !important;
    border-radius: 6px;
    background: rgb(247 242 242 / 40%) !important;
    z-index: 6;
}
.module-slide .swiper-button-prev svg,
.module-slide .swiper-button-next svg {
    display: block;
    width: 24px !important;
    height: 24px !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
    display: none !important;
}

/* Popups */
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 32px 0;
    z-index: 15;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    text-align: center;
    display: none;
}
.popup.show {
    display: block;
}
.popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 1;
}
.popup-content {
    display: inline-block;
    position: relative;
    top: 0;
    width: auto;
    max-width: calc(100% - 32px);
    margin: 50px auto;
    border-radius: 16px;
    padding: 32px;
    background: #ffffff;
    text-align: left;
    z-index: 21;
}
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 10;
}
.popup.show .popup-overlay {
    display: flex;
}

/* Alert */
.alert {
    margin: 10px 0;
    padding: 14px 20px;
    color: #31708f;
    border: 1px solid #bce8f1;
    border-radius: 7px;
}
.alert.alert-success {
    color: #3c763d;
    border-color: #d6e9c6;
}

/* Responsive */
@media (max-width: 1250px) {
    .container {
        padding: 0 32px;
    }
}

@media (max-width: 992px) {
    body {
        padding: 56px 0 0 0;
    }
    .container {
        padding: 0 16px;
    }

    .block-full_m {
        width: calc(100% + 32px) !important;
    }

    .btn {
        max-height: 36px;
        padding: 11px 32px;
        border-radius: 4px;
        font-size: 14px;
        line-height: 16px;
    }

    .btn-m-big {
        max-height: 48px;
        padding: 16px 32px;
        font-size: 16px;
        font-weight: 500;
        line-height: 16px;
        text-transform: uppercase;
    }

    .heading-1 {
        font-size: 28px;
        line-height: 34px;
    }

    .text-1 {
        font-size: 14px;
    }

    .body-2 {
        font-size: 14px;
        line-height: 14px;
    }

    .subtitle-2 {
        font-size: 20px;
    }
    .subtitle-3 {
        font-size: 18px;
    }

    .breadcrumb {
        margin-top: 8px;
        margin-bottom: 12px;
    }
}

@media (max-width: 768px) {
    .col-m-1  { grid-column: span 1; }
    .col-m-2  { grid-column: span 2; }
    .col-m-3  { grid-column: span 3; }
    .col-m-4  { grid-column: span 4; }
    .col-m-5  { grid-column: span 5; }
    .col-m-6  { grid-column: span 6; }
    .col-m-7  { grid-column: span 7; }
    .col-m-8  { grid-column: span 8; }
    .col-m-9  { grid-column: span 9; }
    .col-m-10 { grid-column: span 10; }
    .col-m-11 { grid-column: span 11; }
    .col-m-12 { grid-column: span 12; }

    .d-m-none {
        display: none;
    }
    .d-m-block {
        display: block;
    }
    .d-m-flex {
        display: flex;
    }

    .breadcrumb {
        margin-top: 8px;
        margin-bottom: 12px;
    }

    .popup-close {
        top: 12px;
        right: 12px;
    }
}
