/*ниже общие стили*/
.yellow-border{
    border: 2px solid #FCE300!important;
}
.btn.design-btn{
    font-size: 13px;
    font-weight: bold;
    padding: 20px 20px 18px 20px!important;
    display: block;
}
.btn.design-btn:hover{
    background-color: #FFF069!important;
}
.btn.bg-i-black:hover{
    background-color: #193459!important;
}
body, html {
    scroll-behavior: smooth;
}
.fs-14{
    font-size: 14px;
    line-height: 14px;
}
.fs-16-lg-18{
    font-size: 16px;
    line-height: 18px;
}
.fs-18{
    font-size: 18px;
    line-height: 18px;
}
.fs-18-lg-22{
    font-size: 18px;
    line-height: 20px;
}
.fs-30{
    font-size: 30px;
    line-height: 36px;
}
.fs-30-lg-45{
    font-size: 30px;
    line-height: 36px;
}
.fs-15-xl-20{
    font-size: 15px!important;
    line-height: 17px!important;
}
.fs-17-xl-25{
    font-size: 17px!important;
    line-height: 19px!important;
}
.fs-18-lg-24{
    font-size: 18px!important;
    line-height: 20px!important;
}
.fs-18-xl-24{
    font-size: 18px!important;
    line-height: 20px!important;
}
.fs-17-xl-30{
    font-size: 17px!important;
    line-height: 17px!important;
}
.fs-17-xl-45{
    font-size: 17px!important;
    line-height: 19px!important;
}
.fs-13-lg-15{
    font-size: 13px!important;
    line-height: 15px!important;
}
.fs-13-lg-14{
    font-size: 13px!important;
    line-height: 15px!important;
}
.fs-13-lg-16{
    font-size: 13px!important;
    line-height: 15px!important;
}
.fs-13-lg-18{
    font-size: 13px!important;
    line-height: 16px!important;
}
.fs-14-lg-16{
    font-size: 14px!important;
    line-height: 16px!important;
}
.fs-14-xl-23{
    font-size: 14px!important;
    line-height: 16px!important;
}
.fs-24-lg-40{
    font-size: 24px;
    line-height: 36px;
}
.fs-45{
    font-size: 45px;
    line-height: 48px;
}
.fs-50{
    font-size: 50px;
    line-height: 56px;
}
.fs-60{
    font-size: 60px;
    line-height: 66px;
}
.fs-60-xl-120{
    font-size: 60px;
    line-height: 66px;
}

.mt-24{
    margin-top: 24px;
}
.mb-20{
    margin-bottom: 20px!important;
}
.mb-24{
    margin-bottom: 24px!important;
}
.mb-20-xl-30{
    margin-bottom: 20px!important;
}
.mb-25-xl-35{
    margin-bottom: 25px!important;
}
.mb-20-xl-50{
    margin-bottom: 20px!important;
}
.mb-30-xl-40{
    margin-bottom: 30px!important;
}
.mt-24-xl-60{
    margin-top: 24px!important;
}
.p-24-xl-32{
    padding: 24px;
}
.py-section-120{
    padding-top: 60px;
    padding-bottom: 60px;
}
.py-section-100{
    padding-top: 70px;
    padding-bottom: 70px;
}
.py-section-80{
    padding-top: 50px;
    padding-bottom: 50px;
}
.max-width-unset{
    max-width: unset!important;
}
.max-width-fit-content{
    max-width: fit-content!important;
}
.btn:not(footer .btn), a.btn:not(footer a.btn), form [type=submit]:not(footer form [type=submit]){
    border-radius: 46px;
    padding: 17px 24px 14px 24px;
    display: inline-block;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 13px;
    line-height: 13px;
}
header .btn, header a.btn {
    padding: 14px 16px;
    font-size: 12px;
    font-weight: 600;
}
.btn.tranparent-yellow-border{
    background: transparent;
    border: 2px solid #FFC700;
    color: white;
}
.btn.tranparent-yellow-border:hover{
    background: #FFC700;
    border: 2px solid #FFC700;
    color: #1A222D;
}
ul li{
    padding-bottom: 5px;
}
ul li:last-of-type{
    padding-bottom: 0;
}
.br-5{
    border-radius: 5px;
}
.br-12{
    border-radius: 12px;
}
.br-23{
    border-radius: 23px;
}
.br-32{
    border-radius: 32px;
}
.yellow-dots-list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.yellow-dots-list li:last-child {
    margin-bottom: 0;
}


.yellow-dots-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
}

.yellow-dots-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background-color: #FCE300;
    border-radius: 50%;
}

.dark-dots-list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.dark-dots-list li:last-child {
    margin-bottom: 0;
}


.dark-dots-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
}

.dark-dots-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background-color: #1A222D;
    border-radius: 50%;
}
.color-gray{
    color: #B8BEC2;
}
.color-light-gray{
    color: #F5F5F6;
}
.bg-light-blue{
    background: #D6E7F2!important;
}
.bg-light-gray{
    background: #F5F5F6!important;
}
.h-fit-content{
    height: fit-content!important;
}

.gradient_border::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: inherit;
    border-radius: inherit;
    background: linear-gradient(220deg, #ffffff, #000000, #a2acb9) border-box;
    mask: linear-gradient(white, white) padding-box, linear-gradient(white, white);
    mask-composite: exclude;
    top: 0;
    left: 0;
    z-index: -1;
}
.gradient_border {
    position: relative;
    border: 2px solid transparent;
    border-radius: 23px;
}
.tag-item-yellow:hover{
    background: #1A222D;
    color: white;
    font-weight: 600;
    text-decoration: none;
}

.tag-item-yellow{
    background: #FCE300;
    border-radius: 5px;
    padding: 6px 16px;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


@media (min-width: 576px) {
    .max-w-sm-unset{
       max-width: unset!important;
    }
    .btn.design-btn{
        /*max-width: 310px!important;*/
        margin: 0 auto;
        /*width: 100%;*/
    }
}
@media (min-width: 992px) {
    .btn.design-btn{
        font-size: 18px;
        padding: 20px 50px 18px 50px!important;
    }
    .mb-20-xl-50{
        margin-bottom: 30px;
    }
    .btn:not(footer .btn):not(header .btn),
    a.btn:not(footer a.btn):not(header a.btn),
    form [type=submit]:not(footer form [type=submit]) {
        font-size: 16px;
        line-height: 16px;
    }
    header .btn, header a.btn {
        font-size: 12px;
    }
    .py-section-80{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .py-section-100{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .py-section-120{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .fs-13-lg-14{
        font-size: 14px!important;
        line-height: 16px!important;
    }
    .fs-14-lg-16{
        font-size: 16px!important;
        line-height: 18px!important;
    }
    .fs-16-lg-18{
        font-size: 18px;
        line-height: 20px;
    }
    .fs-14-xl-23{
        font-size: 18px!important;
        line-height: 20px!important;
    }

    .fs-17-xl-30{
        font-size: 26px!important;
        line-height: 28px!important;
    }
    .fs-17-xl-45{
        font-size: 28px!important;
        line-height: 30px!important;
    }

    .fs-18-lg-22{
        font-size: 22px;
        line-height: 24px;
    }
    .fs-18-lg-24{
        font-size: 24px!important;
        line-height: 26px!important;
    }
    .fs-13-lg-15{
        font-size: 15px!important;
        line-height: 17px!important;
    }
    .fs-13-lg-16{
        font-size: 16px!important;
        line-height: 18px!important;
    }
    .fs-13-lg-18{
        font-size: 18px!important;
        line-height: 22px!important;
    }
    .fs-24-lg-40{
        font-size: 40px;
        line-height: 46px;
    }
    .fs-30-lg-45{
        font-size: 45px;
        line-height: 50px;
    }
    .fs-60-xl-120{
        font-size: 90px;
        line-height: 100px;
    }
}

@media (min-width: 1200px) {
    .btn:not(footer .btn):not(header .btn),
    a.btn:not(footer a.btn):not(header a.btn),
    form [type=submit]:not(footer form [type=submit]) {
        font-size: 18px;
        display: inline-block;
        padding: 28px 20px 24px 20px;
    }
    .p-24-xl-32{
        padding: 32px;
    }
    .py-section-100{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .py-section-120{
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .fs-14-xl-23{
        font-size: 23px!important;
        line-height: 25px!important;
    }
    .fs-15-xl-20{
        font-size: 20px!important;
        line-height: 23px!important;
    }
    .fs-17-xl-25{
        font-size: 25px!important;
        line-height: 30px!important;
    }
    .fs-17-xl-45{
        font-size: 45px!important;
        line-height: 45px!important;
    }
    .fs-18-xl-24{
        font-size: 24px!important;
        line-height: 26px!important;
    }
    .fs-60-xl-120{
        font-size: 120px;
        line-height: 120px;
    }
    .mb-25-xl-35{
        margin-bottom: 35px!important;
    }
    .mb-20-xl-50{
        margin-bottom: 50px!important;
    }
    .mb-20-xl-30{
        margin-bottom: 30px!important;
    }
    .mt-24-xl-60{
        margin-top: 60px!important;
    }
    .mb-30-xl-40{
        margin-bottom: 40px!important;
    }
    .fs-17-xl-30{
        font-size: 30px!important;
        line-height: 34px!important;
    }
}

/*выше общие стили*/






















