* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; /* 2 */
    box-sizing: border-box;
    margin: 0;
}


html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p,
a,
em, img,
strong,
b, u, i,
ol, ul, li,
form, label,
table, tr, th, td,
figure, figcaption, footer, header,
menu, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    border: none;
    background-color: transparent;
}

input, button {
    outline: none;
}

body {
    min-width: 320px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.2;
    font-weight: 400;
    overflow-x: hidden;
    background: #fff;
    color: #737380;
    font-family: 'Open Sans', sans-serif;
}

section.online-card {
    /*background: url(../img/main-bg.jpg) center center/cover no-repeat;*/
    /*min-height: 585px;*/
    background: url(../img/banner.jpg) center center/cover no-repeat;
    display: flex;
    align-items: center;
    color: #fff;
}

.card-type ul {
    list-style: disc;
    margin-left: 20px;
}

.card-type li {
    padding: 5px 0;
    font-size: 15px;
    line-height: 21px;
}

.card-type li b {
    font-size: inherit;
    display: inline;
    line-height: inherit;
}

section.online-card h1 {
    font-size: 49px;
    font-style: normal;
    font-weight: 700;
    line-height: 126.6%;
    letter-spacing: 0.98px;
    max-width: 550px;
    margin-bottom: 14px;

    background: linear-gradient(90deg, #B9FBFF 0%, #FFFFFF 52.16%, #B6E3F5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;

}

section.online-card p {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 136.1%;
    color: #fff;
}

section.online-card .container {
    display: flex;
    align-items: center;
}

section.online-card .container img {
    display: block;
}

button, input {
    font-family: 'Open Sans', sans-serif;
}

p {
    line-height: 24px;
    color: #212121;
}

.clear, .container:after {
    clear: both;
}


img {
    vertical-align: middle;
    border: 0;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

a:active, a:focus {
    outline: none;
}

a:hover {
    color: inherit;
}

.container {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 20px;
    height: 65px;
    /* overflow: hidden; */
}

ul.nav {
    display: flex;
    align-items: center;
}

ul.nav a {
    margin: 0 20px;
}

.header-right {
    display: flex;
    align-items: center;
}

.header-right .btn.btn-yellow {
    margin-left: 20px;
    padding: 0;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    font-size: 12px;
}

header {
    box-shadow: 0 0 3px #00000070;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    background: #fff;
}

header select {
    background: #EEEEF0;
    border-radius: 8px;
    border: none;
    padding: 8px;
}

body {
    padding-top: 65px;
}

main {
    background: #FAFAFA;
    padding: 43px 0;
    background: url(../img/main-bg.svg) top right no-repeat;
}


main .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.m-left {
    width: 50%;
    /* background: #F6AC34; */
    padding: 72px 0;
    border-radius: 0 500px 500px 0;
    position: relative;
    z-index: 9;
}

.m-left h1 {
    font-weight: bold;
    font-size: 45px;
    line-height: 126.6%;
    letter-spacing: 0.02em;
    color: #1C1C22;
    margin: 60px 0 16px;
}

.m-left p {
    font-size: 19px;
    line-height: 136.1%;
    color: #1C1C22;
    opacity: 0.7;
    margin-bottom: 60px;
}

.btn {
    display: inline-block;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 16px 24px 17px;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #1C1C22;
    opacity: 0.9;
    font-weight: bold;
    min-width: 185px;
    text-align: center;
    border: 1.5px solid #fff;
    margin-right: 16px;
}

a.btn.btn-ghost {
    border: 1px solid #EEEEF0;
    box-sizing: border-box;
    border-radius: 20px;
    background: #fff;
}

main .container {
    position: relative;
}


a.btn.modal-show-btn {
    background: #C93A2A;
    color: #fff;
}

.card {
    /* background-image: url(../img/card-bg.png); */
    /* background-color: #AE1426; */
    box-shadow: 0px 32px 64px rgba(174, 20, 38, 0.2);
}

.m-right {
    display: flex;
    max-width: 700px;
    gap: 16px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.card {
    text-align: center; /* padding: 35px 45px; */
    border-radius: 20px; /* color: #fff; */
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.card-top h3 {
    font-weight: bold;
    color: #fff;
    font-size: 16px;
}

.card img {
    /* margin: 95px 0 113px; */
}

.card h4 {
    opacity: 0.8;
    color: #fff;
    font-size: 15px;
}

.card p {
    color: #fff;
    opacity: 0.8;
}

.card.green {
    /* background-color: #52CB8B; */
    /* box-shadow: 0px 32px 64px rgba(82, 203, 139, 0.3); */
}

img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}


.pay-and-buy {
    padding: 80px 0;
}

.pay-and-buy .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

h1.sec-title {
    font-weight: bold;
    font-size: 28px;
    line-height: 41px;
    color: #000000;
    margin-bottom: 12px;
}

h2.sec-subtitle {
    font-size: 17px;
    line-height: 23px;
    color: #737380;
}


.how-works {
    padding: 40px 0;
    background: #FAFAFA
}

.how-works h1 {
    color: #1C1C22;
    text-align: center;
}

.how-works h2 {
    text-align: center;
}

.box {
    background: #FFFFFF;
    border: 0.5px solid #E3E3E6;
    box-sizing: border-box;
    box-shadow: 0px 0px 80px #F0F0F2;
    border-radius: 20px;
    padding: 48px 40px;
    margin-top: 80px;
}

.box ul {
    display: flex;
}

.box h3 {
    font-weight: bold;
    font-size: 40px;
    line-height: 59px;

    /* Light */
    color: #EEEEF0;
}

.box h4 {
    font-size: 17px;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #1C1C22;
    font-weight: bold;
    margin-bottom: 16px;
}

.box p {
    font-size: 16px;
    line-height: 157.18%;

    /* Grey */
    color: #737380;
}

.box li {
    padding-right: 20px;
    border-right: 1px solid #EEEEF0;
    padding-left: 40px;
    position: relative;
    width: 25%;
}

.box li:first-child {
    padding-left: 0;
}

.box li:last-child {
    padding-right: 0;
    border: none;
}

.box li:after {
    content: '';
    position: absolute;
    right: -12px;
    top: -5px;
    background: url(../img/arr.svg) center center no-repeat;
    width: 24px;
    height: 24px;
}

.box li:last-child:after {
    display: none;
}

.box li:nth-child(3):after {
    background: url(../img/ch.svg) center center no-repeat;
}

.card-types,
.map-section,
.faq-section {
    padding: 80px 0;
    text-align: center;
}

.map-section {
    padding-top: 40px;
}

.map-section {
    background: #FAFAFA;
}

footer {
    padding: 40px 0;
    background: #1C1C22;
    color: rgba(255, 255, 255, 0.7);
}

footer .container {
    display: flex;
    justify-content: space-between;
}

.f-right {
    display: flex;
    width: 50%;
    justify-content: space-between;
}

.f-left p {
    font-size: 12px;
    line-height: 18px;
    color: #A9A9B1;
    margin-top: 25px;
}

.f-right ul h2 {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
}

.f-right li {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 21px;
}

.f-right p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 21px;
}


.faq-info {
    /* display: none; */
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 9;
    padding: 24px;
    background: #FFFFFF;
    /* Light */
    border: 1px solid #EEEEF0;
    box-sizing: border-box;
    box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    text-align: left;
    margin-top: 8px;
    max-height: 250px;
    overflow: auto;
}

.faq-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.faq-box li {
    width: 48%;
    margin-bottom: 24px;
    position: relative;
}

.faq-tg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    border: 1px solid #EEEEF0;
    box-sizing: border-box;
    border-radius: 12px;
    padding: 8px 24px 8px 8px;
    cursor: pointer;
}

.faq-tg p {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #1C1C22;
    flex: 1;
    text-align: left;
    padding-left: 20px;
}

.faq-tg:hover, .faq-tg.active {
    background: #fafafa;
}

.faq-tg.active img:last-child {
    transform: rotate(180deg);
}

.faq-info {
    visibility: hidden;
    top: 140%;
    opacity: 0;
    z-index: 99;
    transition: all .3s ease;
}

.faq-info.active {
    visibility: visible;
    top: 100%;
    opacity: 1;
}

section.faq-section h1.sec-title {
    margin-bottom: 75px;
}

.faq-info::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
    background-color: #fff;
}

.faq-info::-webkit-scrollbar {
    width: 4px;
    background-color: #fff;
}

.faq-info::-webkit-scrollbar-thumb {
    background-color: #EEEEF0;
    border: 2px solid #ccc;
}

.pay-b-card {
    background: #FFFFFF;
    border: 1px solid #EEEEF0;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 24px 14px;
    text-align: center;
    padding-top: 32px;
    margin-bottom: 3%;
    position: relative;
}

.pay-b-card img {
    margin-bottom: 32px;
}

.pay-b-card h3 {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #1C1C22;
    margin-bottom: 8px;
}

.pay-b-card p {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #737380;
}

.pay-b-card {
    width: 224px;
}

.pay-right {
    width: 56%;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    flex-wrap: wrap;
}

.pay-b-card .soon {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 12px;
    background: #C93A2A;
    border-radius: 40px;
    border-bottom-right-radius: 0;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
}

.modal-op {
    cursor: pointer;
}

.pay-b-card.modal-op:hover {
    background: #fafafa;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.07);
}

.card-types-box {
    margin-top: 75px;
}

.card-types-box .card {
    max-width: 187px;
    /* height: 300px; */
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    background: #ccc;
}

.card-types-box .card img {
    /* margin: 0; */
    /* flex: 1; */
    /* max-width: 112px; */
    display: block;
    margin: 0;
}

.card-types-box .card h3 {
    font-size: 12px;
}

.card-types-box .card p {
    font-size: 11px;
}

.card-types-box .card h4 {
    font-size: 12px;
}


.card-types-box {
    display: flex;
}

.card-left-b {
    width: 50%;
    display: flex;
    align-items: center;
    text-align: left;
}

.card-types-box .card {
    width: 187px;
    flex: 1;
}

.bx-content {
    flex: 1;
    padding-left: 40px;
    max-width: 340px;
}

.bx-content h4 {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #1C1C22;
    margin-bottom: 8px;
}

.d-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.bx-content p {
    font-size: 15px;
    line-height: 140%;
    color: #737380;
}

.card-right-b {
    width: 50%;
    display: flex;
    align-items: center;
}

.right-bx-content {
    flex: 1;
    padding-left: 40px;
    text-align: left;
}

.top-bx-c {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.btn.btn-yellow {
    margin: 0;
    background: #FCD344;
    border-radius: 16px;
    padding: 10px 20px 12px;
}

section#Map .sec-subtitle {
    max-width: 1000px;
    margin: 0 auto;
}

.rigth-tw {
    margin-top: -60px;
    margin-bottom: -192px;
}

.btn {
    cursor: pointer;
}

.top-bx-c h3 {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #1C1C22;
}

.right-bx-content p {
    font-size: 15px;
    line-height: 140%;

    /* Grey */
    color: #737380;
    text-align: left;
}

.bx-v {
    background: #FFFFFF;
    border: 0.5px solid #E3E3E6;
    box-sizing: border-box;
    box-shadow: 0px 0px 40px #F5F5F7;
    border-radius: 20px;
    padding: 16px 24px;
    width: 48%;
    padding-right: 0;
}

.bottom-bc-v {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.bx-v h5 {
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    color: #C93A2A;
}

.bx-v span {
    font-size: 13px;
    line-height: 140%;

    /* Grey */
    color: #737380;
}

.bx-v p {
    font-size: 14px;
    line-height: 140%;

    /* Grey */
    color: #737380;
}

.bx-v b {
    font-weight: bold;
    margin-top: 10px;
    display: block;
}

.bx-v:first-child h5 {
    margin-bottom: 26px;
}

ul.tabs {
    display: inline-flex;
    background: #EEEEF0;
    border-radius: 40px;
    padding: 4px;
    position: relative;
    margin-top: 46px;
}

ul.tabs li:first-child {
    width: 137px;
}

ul.tabs li {
    padding: 8px 16px;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #737380;
    min-width: 110px;
    text-align: center;
    position: relative;
    z-index: 9;
    cursor: pointer;
    transition: all .4s ease;
}

ul.tabs li:last-child:after {
    display: none;
}

ul.tabs:after {
    content: "";
    position: absolute;
    width: 146px;
    top: 4px;
    transition: all cubic-bezier(.88, -.35, .565, 1.35) .4s;
    border-radius: 40px;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
    background-color: #C93A2A;
    bottom: 4px;
    z-index: 0;
    box-sizing: border-box;
    left: 4px;
}


ul.tabs li.active {
    color: #fff;
}

ul.tabs li:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 5px;
    background: #F6AC34;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    vertical-align: super;

}

ul.tabs li:first-child:after {
    background: #fff;
}

ul.tabs.act0:after {
    width: 137px;
}

ul.tabs.act1:after {
    left: 141px;
    width: 110px;
}

ul.tabs.act2:after {
    left: 251px;
    width: 110px;
}

.map-box {
    margin-top: 48px;
    display: flex;
    justify-content: space-between;
}

.left-mb {
    width: 300px;
    background: #FFFFFF;
    /* Light */
    border: 1px solid #EEEEF0;
    box-sizing: border-box;
    border-radius: 12px;
}

.map-search-box {
    padding: 16px;
}

.map-search-box input {
    width: 100%;
    background: #FAFAFA url(../img/search-ico.svg) 16px center no-repeat;
    border: 1px solid #F4F2F2;
    box-sizing: border-box;
    border-radius: 88px;
    padding: 14px 14px 14px 44px;
}

.map-search-box {
    border-bottom: 1px solid #EEEEF0;
    margin-bottom: 8px;
}

ul.map-nav li {
    padding: 12px 10px 14px 25px;
    text-align: left;
    font-size: 15px;
    line-height: 22px;
    color: #737380;
    position: relative;
    transition: all .2s ease;
    cursor: pointer;
}

ul.map-nav {
    height: 352px;
    overflow: auto;
}

ul.map-nav {
    margin-bottom: 10px;
}

ul.map-nav li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: #AE1426;
}

ul.map-nav li.active:before {
    /*width: 2px;*/
}

ul.map-nav li:hover {
    background: #FCFCFC;
}

ul.map-nav li.qiwi.active {
    background: #FFEDD8;
    box-shadow: inset 2px 0px 0px #FF8B00;
}

ul.map-nav li a {
    display: flex;
    align-items: center;
}

ul.map-nav li a img {
    margin-right: 16px;
}

ul.map-nav li.qiwi.active {
    background: #FFEDD8;
    box-shadow: inset 2px 0px 0px #FF8B00;
}

ul.map-nav li.halykbank.active {
    background: #E2EFEB;
    box-shadow: inset 2px 0px 0px #00815D;
}

ul.map-nav li.kassa24.active {
    background: #FFF9DC;
    box-shadow: inset 2px 0px 0px #FFD500;
}

ul.map-nav li.tulparcard.active {
    background: #FFEDEB;
    box-shadow: inset 2px 0px 0px #C83A2A;
}

.map-list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.map-list button {
    background: #E7E7E7;
    border-radius: 40px;
    padding: 5px;
    display: flex;
    align-items: center;
    margin: 0 8px;
    height: 38px;
    padding: 0 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #1C1C22;
    cursor: pointer;
    transition: all .2s ease-in;
}

ul.map-nav.rd-pay.rd-tulparcard .qiwi,
ul.map-nav.rd-pay.rd-tulparcard .halykbank,
ul.map-nav.rd-pay.rd-tulparcard .kassa24,
ul.map-nav.rd-pay.rd-qiwi .tulparcard,
ul.map-nav.rd-pay.rd-qiwi .halykbank,
ul.map-nav.rd-pay.rd-qiwi .kassa24,
ul.map-nav.rd-pay.rd-halykbank .tulparcard,
ul.map-nav.rd-pay.rd-halykbank .qiwi,
ul.map-nav.rd-pay.rd-halykbank .kassa24,
ul.map-nav.rd-pay.rd-kassa24 .tulparcard,
ul.map-nav.rd-pay.rd-kassa24 .qiwi,
ul.map-nav.rd-pay.rd-kassa24 .halykbank {
    display: none;
}

.map-list button.active {
    background: #1C1C22;
    color: #fff;
}

.map-list button img {
    margin-right: 10px;
    margin-left: -5px;
}

.info-bb {
    display: flex;
    align-items: center;
    margin-left: 40px;
}

.right-mb {
    flex: 1;
    margin-left: 40px;
    border: 1px solid #EEEEF0;
    box-sizing: border-box;
    border-radius: 12px;
    overflow: hidden;
}

.modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    z-index: 999;
    display: none;
}

.modal-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000000;
    opacity: 0.6;
}

.form {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: #fff;
    padding: 24px 24px 40px;
    width: 100%;
    max-width: 446px;
    border-radius: 12px;
    display: none;
}

.form-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}

.form-top h1 {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #1C1C22;
}

.label-input input {
    padding: 13px 16px;
    background: #FFFFFF;
    border: 1px solid #DFDFE5;
    box-sizing: border-box;
    border-radius: 8px;
    display: block;
    width: 100%;
}

.label-input label {
    font-size: 14px;
    line-height: 21px;
    color: #737380;
    margin-bottom: 8px;
    display: inline-block;
}

.label-input label.label-virtual {
    display: none;
}

.hide-physical {
    display: none;
}

.label-input {
    margin-bottom: 24px;
}

.submit {
    font-weight: bold;
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    background: #AE1426;
    border-radius: 16px;
    padding: 18px 0 19px;
    display: block;
    width: 100%;
    cursor: pointer;
}

.submit:hover {
    background: #a10f20;
}

.close {
    cursor: pointer;
    opacity: 0.7;
}

.close:hover {
    opacity: 1;
}


.radio-toolbar input[type="radio"] {
    display: none;
}

.radio-toolbar label {
    width: calc(50% + 5px);
    background-color: #ddd;
    padding: 9px 0 10px;
    font-family: Arial;
    cursor: pointer;
    background: #EEEEF0;
    border-radius: 8px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height */


    /* Grey */
    color: #737380;
}

.radio-toolbar input[type="radio"]:checked + label {
    background-color: #F6AC34;
    color: #1C1C22;
    position: relative;
    z-index: 9;
}

.radio-toolbar {
    display: flex;
    margin: 8px 0 16px;
}

.form-register-top h4 {
    font-size: 14px;
    line-height: 21px;
    color: #737380;
}

.form-register-top h4 b {
    color: #C93A2A;
    font-weight: bold;
}

label.fist-label {
    margin-right: -5px;
}

label.scnd-label {
    margin-left: -5px;
}

.divider {
    border-bottom: 1px solid #EEEEF0;
    margin: 16px 0 24px;
}

ul.steps {
    display: flex;
    text-align: center;
    justify-content: space-between;
}

ul.steps h5 {
    box-sizing: border-box;
    border-radius: 32px;
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    color: #73738B;
    margin: 0 auto 12px;
    border: 1.5px solid #EEEEF0;
}

ul.steps li {
    cursor: pointer;
    text-align: center;
    width: 33.3%;
}

ul.steps li.active h5 {
    border: 1.5px solid #C93A2A;
    color: #C93A2A;
}

ul.steps li.active h6 {
    color: #C93A2A;
}

ul.steps li {
    font-size: 13px;
    line-height: 136.1%;
    text-align: center;
    color: #737380;
}

ul.steps {
    margin-bottom: 24px;
    border-bottom: 1px solid #EEEEF0;
    margin: 0 -20px;
    padding: 0 20px;
}

.modal-register .form {
    position: relative;
    top: 5%;
    transform: translateX(0);
    left: inherit;
    margin: 0 auto;
}

.modal-register {
    overflow: auto;
}

.modal-register .modal-wrapper {
    height: 1200px;
}

.modal-register.show-success .modal-wrapper {
    height: auto;
}

.modal-register.show-success .success-page {
    display: flex;
}

.modal-register.show-success #SchoolForm {
    display: none;
}

.step {
    padding: 24px;
    background: #FAFAFA;
    margin: 0 -24px;
}

ul.steps {
    padding-bottom: 24px;
}

.bottom-btn-form {
    margin: 0 -24px -40px;
    background: #FAFAFA;
    padding: 0 24px 40px;
    border-radius: 0 0 20px 20px;
}

.label-input {
    position: relative;
}

.check-balance-btn {
    position: absolute;
    right: 19px;
    top: 40px;
    font-weight: bold;
    font-size: 13px;
    line-height: 19px;
    text-align: right;

    /* Accent */
    color: #C93A2A;
    cursor: pointer;
}

#balanceText {
    display: none;
}

form#BalanceForm label {
    display: flex;
    justify-content: space-between;
}

span#balanceText b {
    font-weight: bold;
    color: #C93A2A;
}

span#balanceText {
    font-size: 14px;
}

.step {
    display: none;
}

.step1 {
    display: block;
}

li.complete h5 {
    position: relative;
}

li.complete h5:after {
    content: '';
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 1;
    background: #C93A2A url(../img/check.svg) center center no-repeat;
    border-radius: 50%;
}

li.complete h6 {
    color: #C93A2A;
}

ul.steps li:after {
    content: '';
    position: absolute;
    left: 82%;
    border-bottom: 1px dashed #EEEEF0;
    width: 51px;
    top: 16px;
}

ul.steps li {
    position: relative;
}

ul.steps li:last-child:after {
    display: none;
}

ul.steps li.complete:after {
    border-color: #AE1426;
}

#PayAmount {
    text-align: left !important;
}

.error {
    color: #C93A2A;
    font-size: 12px;
    margin-top: 10px;
    font-weight: bold;
}

input.has-error {
    border-color: #ae1426;
}

.submit.next-step.loading {
    cursor: not-allowed;
    opacity: 0.3;
}

#unlimited-header {
    display: none;
}

.success-page {
    display: none;
    flex-direction: column;
    gap: 16px;
    text-align: center;
}

.success-page h2 {
    font-size: 24px;
    font-weight: bold;
    color: #1C1C22;
}

.success-page p {
    font-size: 17px;
    color: #737380;
}

.language-change button {
    display: none;
}

.language-btn {
    cursor: pointer;
    padding: 5px 10px 5px 13px;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px; /* identical to box height */
    color: #1C1C22;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 32px;
    background: #EEEEF0;
    border-radius: 8px;
    font-size: 14px;
    line-height: 21px;
}

.language-btn img {
    width: 10px;
    margin-left: 4px;
}

.language-change {
    position: relative;
}

.modal-language {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    cursor: pointer;
    background: #f3f1f1;
    border-radius: 2px;
    padding: 5px 10px 5px 13px;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #37373c;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    display: none;
    border-radius: 8px;
}

.modal-language:hover {
    color: #2b2b31;
    background: #dadada;
}

.language-change:hover .modal-language {
    display: block;
}

li.hidden {
    display: none;
}

.bottom-more-btn {
    display: inline-block;
    background: #EEEEF0;
    border-radius: 12px;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height */
    text-align: center;

    /* Black */
    color: #1C1C22;
    opacity: 0.9;
    padding: 10px 24px 10px;
    margin-top: 30px;
    cursor: pointer;
}

.bottom-more-btn svg {
    vertical-align: middle;
}

.bottom-more-btn:hover {
    background: #e7e7e7;
}

ymaps.ymaps-2-1-76-balloon-content__footer p b {
    color: #C93A2A;
    font-weight: bold;
    float: right;
}

ul.map-nav.rd-pay .sale {
    display: none !important;
}

ul.map-nav.rd-sale .pay {
    display: none !important;
}

section#Bus h1 {
    font-weight: bold;
    font-size: 28px;
    line-height: 38px;
    color: #000000;
    margin-bottom: 24px;
}

section#Bus li {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

section#Bus li svg {
    margin-right: 16px;
}

section#Bus .btn.btn-yellow {
    background: #FCD344;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: rgb(28 28 34 / 90%);
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 35px;
}

section#Bus ul {
    margin-bottom: 56px;
}

section#App .container {
    position: relative;
}

section#App {
    background: #1C1C22;
    color: #fff;
    padding: 80px 0 100px;
    margin-top: 140px;
}

section#App h1 {
    font-weight: bold;
    font-size: 28px;
    line-height: 38px;
    color: #fff;
}

section#App p {
    font-size: 17px;
    line-height: 24px;
    color: #fff;
    max-width: 425px;
    margin: 12px 0 48px;
}

section#App .right {
    position: absolute;
    bottom: -100px;
    right: 0;
}

.bottom-stores {
    display: flex;
    align-items: center;
}

.bottom-stores a:first-child {
    margin-right: 50px;
}

section.card-types-new h1 {
    text-align: center;
}

section.card-types-new h2 {
    text-align: center;
}

section.card-types-new {
    padding: 80px 0 50px;
}

.types-bottom {
    display: flex;
    /* align-items: flex-start; */
    justify-content: space-between;
    margin-top: 52px;
}

.types-bottom > div {
    display: flex;
    justify-content: space-between;
    width: 33%;
    text-align: center;
    flex: 1;
    flex-direction: column;
}

.card-type {
    background: #FFFFFF;
    border: 0.5px solid #E3E3E6;
    box-sizing: border-box;
    box-shadow: 0px 0px 80px #F0F0F2;
    border-radius: 12px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    max-width: 80%;
    margin: 16px auto;
    text-align: left;
    flex: 1;
}

.card-type h2 {
    text-align: left !important;
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    color: #C93A2A;
    margin-bottom: 8px;
}

.card-type h3 {
    font-size: 15px;
    line-height: 140%;
    color: #737380;
    min-height: 60px;
}

.card-type h3:last-child {
    margin-top: auto;
}

.card-type b {
    display: block;
    font-weight: bold;
    font-size: 32px;
    line-height: 44px;
    color: #1C1C22;
}

.card-type span {
    color: #737380;
    font-size: 13px;
    line-height: 18px;
}

.card-type p:first-child {
    margin-right: 30px;
}

.card-type a {
    background: #FFFFFF;
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: rgb(28 28 34 / 90%);
    margin-top: auto;
}

.types-btn {
    text-align: center;
    margin-top: 20px;
}

.types-bottom > div img {
    transition: all 0.2s ease-in;
    max-height: 350px;
}

section.payments-block {
    background: #F9F9F9;
    padding: 80px 0 40px;
    text-align: center;
}

section.payments-block .sec-subtitle {
    max-width: 711px;
    margin: 0 auto 32px;
}

.p-card {
    border: 0.5px solid #E3E3E6;
    box-sizing: border-box;
    box-shadow: 0px 0px 80px #F0F0F2;
    border-radius: 12px;
    background: #fff;
    padding: 40px;
}

.p-card .bank-b img {
    width: 64px;
}

.p-card {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

img.card-b-y {
    margin-bottom: -160px;
    margin-top: 70px;
}

.left-tw {
    text-align: left;
    max-width: 47%;
}

.bottom-inf {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 32px;
}

.p-card .right {
    display: flex;
}

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

.p-card h3 {
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    color: #1C1C22;
    margin-bottom: 12px;
}

.p-card p {
    color: #737380;
    font-size: 17px;
    line-height: 24px;
}

.bank-b span {
    display: block;
    margin-top: auto;
    margin-top: 8px;
    text-align: center;
}

.bank-b {
    display: flex;
    flex-direction: column;
    font-size: 17px;
    line-height: 24px;
    color: #737380;
    justify-content: space-between;
    align-items: center;
    margin: 0 15px;
}

.two-blocks {
    display: flex;
    justify-content: space-between;
}

.two-blocks .p-card {
    width: 49%;
    text-align: left;
}

.bottom-icons {
    display: flex;
    margin-top: 40px;
    margin-bottom: 36px;
}

.number-b {
    display: flex;
    justify-content: flex-end;
}

section.p-types .sec-title {
    text-align: center;
}

section.p-types {
    background: #f9f9f9;
    padding: 40px 0;
}

.bt-card {
    border: 0.5px solid #E3E3E6;
    box-sizing: border-box;
    box-shadow: 0px 0px 80px #F0F0F2;
    border-radius: 12px;
    background: #fff;
    padding: 40px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.p-types .sec-title {
    text-align: center;
}

section.p-types {
    background: #f9f9f9;
    padding: 40px 0;
}

.bt-card {
    border: 0.5px solid #E3E3E6;
    box-sizing: border-box;
    box-shadow: 0px 0px 80px #F0F0F2;
    border-radius: 12px;
    background: #fff;
    padding: 40px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pt-block {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.pt-block > div {
    width: 49%;
    display: flex;
}

.pt-block .right {
    flex-direction: column;
}

.bb-right {
    width: 50%;
}

.bb-right h3 {
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    color: #1C1C22;
    margin-bottom: 12px;
}

.bb-right p {
    font-size: 16px;
    line-height: 24px;
    color: #737380;
}


.right .bt-card:first-child {
    margin-bottom: 30px;
}

.bc-right {
    width: 60%;
}

.bc-right h4 {
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    color: #1C1C22;
    margin-bottom: 12px;
}

.bc-right p {
    font-size: 16px;
    line-height: 24px;
    color: #737380;
}

.select-radio {
    display: none;
}

.mobile .select-radio {
    display: block;
}

.pt-block {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.pt-block > div {
    width: 49%;
    display: flex;
}

.pt-block .right {
    flex-direction: column;
}

.bb-left img {
    box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.2);
}

.bc-right p b {
    color: #212121;
    font-weight: bold;
}

.p-card p b {
    font-weight: bold;
    color: #212121;
}

.bb-right {
    width: 50%;
    margin-left: 30px;
}

.bb-right h3 {
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    color: #1C1C22;
    margin-bottom: 12px;
}

.bb-right p {
    font-size: 16px;
    line-height: 24px;
    color: #737380;
}

.space {
    height: 40px;
}

.right .bt-card:first-child {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    ul.nav {
        display: none;
    }

    section.online-card .container {
        display: block;
        padding: 24px 0 0;
    }

    section.online-card h1 {
        font-size: 31px;
        font-style: normal;
        line-height: 126.6%;
        letter-spacing: 0.62px;
        padding: 0 17px;
    }

    section.online-card p {
        padding: 0 17px;
        font-size: 21px;
        font-style: normal;
        font-weight: 400;
        line-height: 136.1%;
    }

    section.online-card .right {
        display: flex;
        justify-content: flex-end;
    }

    section.online-card .left {
        min-height: 200px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .header-right .btn.btn-yellow {
        display: none;
    }

    ul.map-nav {
        height: inherit;
        max-height: 352px;
    }

    .map-list {
        display: block;
    }

    .info-bb {
        flex-wrap: wrap;
        margin: 12px 0;
        display: block;
    }

    .info-bb span {
        flex: 1;
        width: 100%;
        text-align: center;
        display: block;
    }

    .map-list button {
        display: inline-flex;
        margin: 12px 0;
        FONT-VARIANT: JIS04;
    }

    header {
        position: relative;
    }

    body {
        padding: 0;
    }

    main .container {
        display: block;
    }

    .m-left {
        width: 100%;
        border-radius: 50px;
        padding: 25px 0;
        text-align: center;
    }

    main .container:before {
        right: 85%;
        display: none;
    }

    main {
        padding: 20px 0;
    }

    .m-left h1 {
        font-size: 25px;
        margin: 30px 0 15px;
    }

    .m-left p {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .m-bottom {
        display: flex;
        justify-content: space-around;
    }

    .m-bottom .btn {
        margin: 0;
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
        min-width: 40%;
    }

    .m-right {
        margin-top: 20px;
        /*display: block;*/
    }

    .card {
        width: 48%;
    }

    .card img {
        /*margin: 20px 0;*/
        /*max-width: 100px;*/
    }

    .pay-and-buy .container {
        display: block;
    }

    section .container {
        display: block;
    }

    h1.sec-title {
        font-size: 20px;
        text-align: center;
    }

    h2.sec-subtitle {
        text-align: center;
        font-size: 16px;
        margin-bottom: 30px;
    }

    h2.sec-subtitle br {
        display: none;
    }

    .pay-and-buy {
        padding: 30px 0;
    }

    .pay-right {
        width: 100%;
        align-items: unset;
    }

    .pay-b-card {
        width: 48%;
    }

    .pay-b-card img {
        margin-bottom: 20px;
    }

    .pay-b-card h3 {
        font-size: 14px;
    }

    .how-works {
        padding: 35px 0;
    }

    .box {
        margin: 0;
        padding: 20px;
    }

    .box ul {
        display: block;
    }

    .box li {
        padding: 0;
        margin-bottom: 10px;
    }

    .box li:after {
        transform: rotate(90deg);
        bottom: -26px;
        top: inherit;
        z-index: 9;
    }

    .box li:nth-child(3):after {
        transform: none;
    }

    .card-types, .map-section, .faq-section {
        padding: 40px 0;
    }

    .card-types-box {
        margin-top: 30px;
        display: block;
    }

    .card-left-b {
        width: 100%;
        margin-bottom: 30px;
        display: block;
    }

    .card-right-b {
        width: 100%;
        display: block;
    }

    .bx-content {
        padding-left: 0;
    }

    .d-flex {
        margin-top: 10px;
    }

    .right-bx-content {
        padding-left: 0;
    }

    .top-bx-c {
        display: block;
        text-align: center;
    }

    .btn.btn-yellow.btn-register-show {
    }

    .bottom-bc-v {
        /* display: block; */
        margin-top: 10px;
    }

    .card-types-box .card {
        width: inherit;
        flex: auto;
        max-width: inherit;
        height: inherit;
        margin-bottom: 20px;
        box-shadow: none;
        background: transparent;
    }

    /*.card-types-box .card img {margin: 20px 0;}*/
    .bx-content h4 {
        text-align: center;
    }

    .map-box {
        display: block;
    }

    .left-mb {
        width: 100%;
        margin-bottom: 30px;
    }

    .right-mb {
        margin: 0;
    }

    .faq-box li {
        width: 100%;
    }

    section.faq-section h1.sec-title {
        margin-bottom: 20px;
    }

    footer .container {
        display: block;
        text-align: center;
    }

    .f-right {
        width: 100%;
        text-align: left;
    }

    .f-right ul {
        width: 46%;
    }

    .f-right {
        margin-top: 20px;
    }

    .form {
        width: 96%;
        padding: 15px 20px 30px;
    }

    .step {
        margin: 0 -20px;
        padding: 15px;
    }

    .bottom-btn-form {
        padding: 15px;
        margin: 0 -20px -30px;
        padding-top: 0;
        padding-bottom: 40px;
    }

    ul.steps li:after {
        width: 30%;
        left: 84%;
    }

    section#Bus .d-flex {
        display: block;
    }

    section#Bus h1 {
        font-size: 24px;
        text-align: center;
    }

    section#Bus ul span {
        flex: 1;
    }

    section#Bus ul {
        margin-bottom: 20px;
    }

    section#Bus .btn.btn-yellow {
        margin-bottom: 20px;
    }

    section#App .right {
        position: static;
        margin-bottom: -100px;
    }

    .types-bottom > div {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .types-bottom {
        display: block;
    }

    .types-bottom > div img {
        order: 1;
        margin: 20px auto;
        display: block;
    }

    .card-type {
        width: 100%;
        max-width: 100%;
        order: 2;
        height: auto;
    }

    .card-type a {
        margin-top: 20px;
    }

    .p-card {
        display: block;
    }

    .p-card .right {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .p-card .left {
        text-align: center;
        margin-bottom: 20px;
    }

    .bank-b {
        margin: 20px 0;
        width: 50%;
    }

    .two-blocks .p-card {
        width: 100%;
    }

    .two-blocks {
        display: block;
    }

    img.card-b-y {
        margin-top: 40px;
        margin-bottom: -100px;
    }

    .left-tw {
        max-width: 100%;
        text-align: center;
    }

    .p-card {
        display: block;
    }

    .bottom-inf {
        justify-content: center;
    }

    .rigth-tw {
        margin-top: 20px;
        margin-bottom: -40px;
    }

    .bottom-inf a {
        margin-bottom: 12px;
    }

    .box li {
        width: 100%;
    }

    .pt-block {
        display: block;
    }

    .pt-block > div {
        width: 100%;
        display: block;
    }

    .bt-card {
        display: block;
        padding: 25px;
        text-align: center;
        margin-bottom: 20px;
    }

    .bb-right {
        width: 100%;
        margin: 20px 0;
    }

    .bc-right {
        width: 100%;
        margin: 20px 0;
    }
}


/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Icons */

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;
    z-index: 10;
    display: block;

    width: 34px;
    height: 34px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    width: 34px;
    height: 34px;
    opacity: .75;
    color: white;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '';
    background: url(../img/prev.svg) center center/cover no-repeat;
}

[dir='rtl'] .slick-prev:before {
    content: '';
}

.slick-next {
    right: 25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '';
    background: url(../img/next.svg) center center/cover no-repeat;
}

[dir='rtl'] .slick-next:before {
    content: '';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.slick-dots {
    bottom: 0;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    background: rgb(28 28 34 / 25%);
    border-radius: 100%;
}

.d-flex {
    justify-content: space-between;
    display: flex;
}

form#ConfirmDeleteForm .submit {
    width: auto;
    padding-left: 24px;
    padding-right: 24px;
}

form#ConfirmDeleteForm .d-flex {
    justify-content: space-around;
}

li.slick-active button {
    background: #fff;
    border: 1px solid #c93a2a;
    opacity: 1;
}

a.delete-modal {
    cursor: pointer;
    color: #c93a2a;
    font-weight: bold;
}

.mobile .modal.modal-register {
    display: block;
    position: static;
}

.mobile .modal-register .form {
    display: block;
    position: static;
    width: auto;
    max-width: initial;
}

body.mobile {
    padding: 0;
}

.mobile .form-register-top {
    display: none;
}

.mobile .form-top {
    display: none;
}

.mobile form#SchoolForm {
    padding-top: 24px;
}

.mobile .modal-register .modal-wrapper {
    display: none;
}

.show-virtual {
    display: none;
}

h4#default-header, #unlimited-header {
    font-size: 15px;
    line-height: 1.2;
    font-weight: bold;
    color: #000;
}

.spin-l {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    justify-content: center;
    display: none;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #ca3a2a;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 5px auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.bottom-btn-form {
    position: relative;
}
