@font-face {
  font-family: "Mulish";
  src: url('media/Mulish-Regular.ttf');
}

.outer-container {
    font-family: Mulish;
    display: flex;
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 25px;
    gap: calc(129 * 100vw / 1280 + 1px);
}

.outer-container > div:nth-child(n+2) {
    padding-left: calc(49*100vw/1280 + 1px);
    padding-right: calc(49*100vw/1280 + 1px);
}

.head-block {
    height: 100vh;
    background: url('media/background.png');
    background-size: cover;
    padding-top: calc(49*100vw/1280 + 1px);
    padding-left: calc(49*100vw/1280 + 1px);
    padding-right: calc(49*100vw/1280 + 1px);
}

.head-block .header {
    display: flex;
    justify-content: space-between;
}

.head-block .overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    flex: 1 0 0;
    max-width: 500px;
}

.head-block .purpose {
    color: var(--White, #FFF);
    text-align: center;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin-top: calc(160 * 100vw / 1280);
}

.head-block .description {
    color: var(--White, #FFF);
    text-align: center;
    text-shadow: 0px 4px 4px rgba(34, 80, 148, 0.25);
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
}

.head-block .try-for-free {
    display: flex;
    padding: 12px 22px;
    align-items: center;
    margin-top: calc(49*100vw/1280 + 1px);
    gap: 15px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.70);
}

.head-block .try-for-free-btn {
    display: flex;
    padding: 12px 22px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 30px;
    background: var(--Accent, #225094);
    color: var(--White, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.smartalt-btn {
    display: inline-flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    padding: 12px 22px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 30px;
    cursor: pointer;
}

.smartalt-btn.disabled, .smartalt-btn.disabled:hover {
    color: var(--Grey, #292929);
    background: var(--White, #FFF); 
    border: 1px solid var(--Grey, #EDEDED);
    cursor: default;
}

.sign-in-btn {
    color: var(--Accent, #225094);
    border-radius: 25px;
    background: var(--White, #FFF);
    gap: 8px;
}

.username-btn {
    color: var(--Black, #292929);
    background: var(--White, #FFF); 
    border-radius: 25px;
    border: 1px solid var(--Grey, #EDEDED);
    gap: 8px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    padding: 8px 18px;
}

.username-btn .dropdown-menu {
    font-size: 18px;
}

.username-btn .dropdown-item:active {
    background: var(--Accent, #225094);
}

.smartalt-input {
    border-radius: 30px;
    border: 1px solid var(--Grey, #EDEDED);
    background: var(--White, #FFF);
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.smartalt-input:focus-within {
    border: 1px solid var(--Accent, #225094);
}

.smartalt-input input {
    flex-grow: 1;
}

.smartalt-input input, .smartalt-input input:focus {
    outline: none;
    border: none;
}

.smartalt-blue-btn {
    border: 1px solid var(--Accent, #225094);
    background: var(--Accent, #225094);
    color: var(--White, #FFF);
}

.smartalt-white-btn .btn-image {
    width: 24px;
    height: 24px;
    background: url('media/p.svg');
}

.smartalt-white-btn:hover .btn-image {
    width: 24px;
    height: 24px;
    background: url('media/white_p.svg');
}


.smartalt-blue-btn:hover {
    border: 1px solid var(--Accent, #225094);
    background: #4985E0;
}

.smartalt-blue-btn:hover .btn-image {
    background: url('media/white_p.svg');
}

.smartalt-white-btn {
    border: 1px solid var(--Accent, #225094);
    color: var(--Accent, #225094);
}

.smartalt-white-btn:hover {
    background: var(--Accent, #225094);
    border: 1px solid var(--Accent, #225094);
    color: var(--Grey, var(--Grey_light, #EDEDED));
}

.header-menu {
    padding-left: 30px;
    gap: 20px;
}

.header-menu .menu-item {
    color: var(--Accent, #225094);
    cursor: pointer;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.header-menu .menu-item.selected {
    border-radius: 25px;
    border: 2px solid var(--Accent, #225094);
    padding: 6px 16px;
}

.header-menu a:link {
    text-decoration: none;
} 
.header-menu a:visited {
    text-decoration: none;
} 
.header-menu a:hover {
    text-decoration: none;
} 
.header-menu a:active {
    text-decoration: none;
}

.tariffs-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.tariffs-block .title {
    color: var(--Black, #292929);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}

.tariffs {
    gap: 20px;
}

.tariff-card {
    color: var(--Black, #292929);
    border-radius: 20px;
    border: 1px solid var(--Grey, #EDEDED);
    padding: 20px;
    max-width: calc((100% - 5 * 2px - 4 * 20px) / 5);
    min-width: 190px;
}

.tariff-card.selected {
    color: #FFFFFF;
    background: #225094;
}

.tariff-card > div:nth-child(n+2) {
    margin-top: 20px;
}

.tariff-card .name {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    display: flex;
    justify-content: space-between;
    align-items: self-start;
}

.tariff-card .name .label {
    display: inline;
    border: 1px solid #FFFFFF;
    font-size: 10px;
    line-height: 100%;
    border-radius: 5px;
    padding: 5px 5px;
}

.tariff-card .description {
    color: var(--Black, #292929);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-align: left;
}

.tariff-card.selected .description {
    color: #FFFFFF;
}

.tariff-card .price {
    color: var(--Accent, #225094);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.tariff-card.selected .price {
    color: #FFFFFF;
}

.tariff-card .content > div:first-child {
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 10px;
}

.tariff-card .content {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.tariff-card .content > div {
    display: flex;
}

.tariff-card .content .check {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('media/check_sign.svg');
    margin-right: 5px;
}

.tariff-card.selected .content .check {
    background: url('media/white_check_sign.svg');
}

.tariff-card .smartalt-blue-btn {
    border: 1px solid #FFFFFF;
}