/**
 * Created by Gordeev.Pro for project ФБН.
 * User: evgenia
 * Date: 08.09.2024
 * Time: 12:54
 * File: style_event.css
 * Copyright (C) Gordeev.Pro 2024
 */
html * {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@font-face {
    font-family: 'Bebas Neue Cyrillic';
    src: url('/assets/fonts/bebas_neue_cyrillic.eot'); /* IE 9 Compatibility Mode */
    src: url('/assets/fonts/bebas_neue_cyrillic.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
    url('/assets/fonts/bebas_neue_cyrillic.woff2') format('woff2'), /* Super Modern Browsers */
    url('/assets/fonts/bebas_neue_cyrillic.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
    url('/assets/fonts/bebas_neue_cyrillic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/assets/fonts/bebas_neue_cyrillic.svg#bebas_neue_cyrillic') format('svg'); /* Chrome < 4, Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

html,body{
    width:100%;
    height:100%;
    font-size: 14px;
}
.navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-top a:hover {
    color: rgba(255, 255, 255, 0.55);
}
.nav>li>a:hover {
    text-decoration: none;
    background-color: rgba(238, 238, 238, 0.15);
}
.dropdown-item {
    font-weight: 400;
    position: relative;
    padding: 0.2rem 1rem;
    font-size: 13px !important;
    line-height: 15px;
    font-family: Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}
.about-forum-title, .lead {
    font-family: Bebas Neue Cyrillic,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    letter-spacing: -.02em;
}
p {
    font-weight: normal;
    font-size: 14px;
    font-family: Roboto,Helvetica Neue,Arial,Noto Sans;
}
.navbar {
    margin-bottom: 0px;
}
.text-grad {
    background: linear-gradient(180deg,#e52a35,#e42a35,#df2049,#d71e5a,#cc246a,#a93884,#7f478f,#554f8a,#364f79);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;
    z-index: 9;
}
.fill-light {
    fill: #ffffff;
}
.text-light {
    --bs-text-opacity: 1;
    color: rgb(29, 27, 41) !important;
}
.testimonials .testi-avatar img {
    width: 180px;
    border-radius: 50%;
    display: inline-block;
}
.testimonials.testimonials-border .testi-text p:before {
    content: "";
    border-style: solid;
    border-color: #f0f1f3 transparent transparent;
    border-width: 17px 14px 0;
    height: 0;
    width: 0;
    position: absolute;
    left: 45%;
    top: -20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transform: rotate(180deg);
}
.testimonials.testimonials-border .testi-text p:after {
    content: "";
    position: absolute;
    left: 45%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-style: solid;
    border-color: #ffffff transparent transparent;
    border-width: 18px 15px 0;
    height: 0;
    width: 0;
    top: -14px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transform: rotate(180deg);
}
.btn-info {
    color: #fff;
    background-color: #339C71;
    border-color: #339C71;
}
.nav-tabs .nav-item .nav-link {
    border: 0.5px solid #dadee2;
}
.navbar-primary .navbar-nav .nav-link:hover, .navbar-primary .navbar-nav .nav-link:hover {
    color:#C0E8FD
}
.navbar-primary.navbar-sticky-on {
    background-color: #5181B9;
}

.bg-1 {
    background-color: #5181B9;
}
.bg-2 {
    background-color: #E66C9A;
}
.bg-3 {
    background-color: #359C6F;
}

.bg-4 {
    background-color: #B93761;
}
.nav-tabs.tab-line {
    border-bottom: solid 0px #f0f1f3 !important;
}
.divider-grad:before, .divider-grad:after {
    height: 2.2px !important;
}
.nav-item, .post, h1, h2, h3, h4, h5, h6, .btn {
    font-family: 'Bebas Neue Cyrillic';
}
.nav-tabs .nav-item .nav-link {
    color: #ffffff;
}

#days .nav-tabs .nav-item .nav-link {
    font-size: 16px;
    min-height: 60px;
}

.border-radius-3 {
    border-radius: 3px;
}

.border-radius-4 {
    border-radius: 4px;
}
.accordion-item {
    background-color: #fff;
    border: 0px solid rgba(0, 0, 0, 0.125);
}
.btn {
    text-transform: uppercase;
    font-size: 16px;
}
.px-thin {
    padding-left: 0.15rem !important;
    padding-right: 0.15rem !important;
}
.py-thin {
    padding-top: 0.15rem !important;
    padding-bottom: 0.15rem !important;
}

.accordion-button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 0.85rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
}
h7, .h7 {
    font-size: 0.785rem;
}
.list-group {
    margin-top:20px;
    margin-bottom: 20px;
}
.list-group-borderless .list-group-item {
    border: none;
    color: #1d1b29;
    padding: 0.125rem 0;
}
#waveCanvas {
    height: 500px !important;
    width: 100% !important;
}
.pdf-time-first, .pdf-time-last {
    display: none ;
}
.pdf-time-first:first-child {
    display: inline-block;
}
.pdf-time-last:last-child {
    display: inline-block;
}
.close-animatedModal {
    position: relative;
    width:100%;
    text-align:center;
    margin-top:40px;
}
.closebt {
    transition: all 0.2s;
    cursor:pointer;
}
.closebt:hover {
    transform:rotate(90deg);
}.close-animatedModal {
     position: relative;
     width:100%;
     text-align:center;
     margin-top:40px;
 }
.closebt {
    transition: all 0.2s;
    cursor:pointer;
}
.closebt:hover {
    transform:rotate(90deg);
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    font-size: 0.985rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #dfe2e5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.form-control:focus {
    font-size: 0.985rem;
}
section {
    z-index: 1;
}

.circle {
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 50%;
    background-color: #1C3060;
    color: #ffffff;
    max-height: 50px;
    z-index: 2;
    position: absolute;
}

.how-it-works.row {
    display: flex;
}
.how-it-works.row .col-2 {
    display: inline-flex;
    align-self: stretch;
    align-items: center;
    justify-content: center;
}
.how-it-works.row .col-2::after {
    content: "";
    border-left: 3px solid #0B1D33;
    z-index: 1;
    margin-left: 3px;
}
.how-it-works.row .col-2.full::after {
    content: "";
    border-left: 3px solid #0B1D33;
    z-index: 1;
    margin-left: -3px;
}
.how-it-works.row .col-2.bottom::after {
    height: 100%;
    left: 50%;
    top: 50%;
}
.how-it-works.row .col-2.full::after {
    height: 100%;
    left: calc(50% - 3px);
}
.how-it-works.row .col-2.full2::after {
    height: 100%;
    left: calc(50% - 0px);
}
.how-it-works.row .col-2.top::after {
    height: 50%;
    left: 50%;
    top: 0;
}

.timeline div {
    padding: 0;
    height: 40px;
}
.timeline hr {
    border-top: 3px solid #0B1D33;
    margin: 0;
    top: 17px;
    position: relative;
}
.timeline .col-2 {
    display: flex;
    overflow: hidden;
    position: relative;
}
.timeline .corner {
    border: 3px solid #0B1D33;
    width: 100%;
    position: relative;
    border-radius: 15px;
}
.timeline .top-right {
    left: 50%;
    top: -50%;
}
.timeline .left-bottom {
    left: -50%;
    top: calc(50% - 3px);
}
.timeline .top-left {
    left: -50%;
    top: -50%;
}
.timeline .right-bottom {
    left: 50%;
    top: calc(50% - 3px);
}
.timeline:nth-last-child(1){
    display: none;
}
