@font-face {
    font-family: "Pacifico";
    font-style: normal;
    font-weight: 400;
    src: local("Pacifico Regular"), local("Pacifico-Regular"),
    url(https://fonts.gstatic.com/s/pacifico/v12/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2)
    format("woff2");
    font-display: swap;
}

@font-face {
    font-family: Gilroy;
    src: url('../fonts/Gilroy-Medium.woff2') format("woff2");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: Gilroy;
    src: url('../fonts/Gilroy-Semibold.woff2') format("woff2");
    font-weight: 600;
    font-style: normal;
}
a,a:hover{
    text-decoration: none;
    color:inherit;
}

.container-fluid{
    max-width: 1700px;
}
.navbar-toggler{
    border:none;
}
.navbar-toggler:focus{
    box-shadow: none;
}
.navbar-brand img,.f-logo{
    height:110px;
}
.header-nav-side{
    display: flex;
    flex-direction: column;
    align-items: end;
    gap:1rem;
}
.header-socials,.footer-socials{
    display: flex;
    gap:1rem;
}
.main-menu{
    background-color: #fff;
    font-size: 20px;
    padding: 15px 25px;
    border-radius: 50px;
    border: 2px solid #0771ac;
    display: flex;
    -moz-column-gap: 50px;
    column-gap: 50px;
}
.main-menu a{
    color: #1c597b;
    padding: 0!important;
}
/*.main-menu .dropdown-toggle::after{*/
/*    position: absolute;*/
/*    top: 9px;*/
/*}*/
.main-menu .dropdown-menu{
    background: transparent;
    border:none;
}
.main-menu .dropdown-item{
    font-size: 16px;
    background-color: #fff;
    color: #1c597b;
    border: 2px solid #0771ac;
    border-radius: 50px;
    text-align: center;
    padding: 10px 15px !important;
    margin-bottom: 1rem;
}
.main-menu .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: -50px;
    margin-top: 1.5rem;
}
.btn-close-site{
    border:none;
    outline: none;
    background: transparent;
}
.offcanvas{
    border:none !important;
}
.mob-menu{
    border-top: 1px solid #31475e;
    border-bottom: 1px solid #31475e;
    list-style: none;
    padding: 2rem 1.2rem;
}
.mob-menu li{
    margin-bottom: 1rem;
}
.mob-menu li:last-child{
    margin-bottom: 0;
}
.mob-menu a{
    font-size: 20px;
    color: #1c597b;

}
.mob-menu .dropdown-menu{
    border-radius: 25px;
    padding: 1rem;
}
.mob-menu .dropdown-item:focus,
.mob-menu .dropdown-item:hover{
    background-color: transparent;
}
.mob-menu-phone-label{
    color: #31475e;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0;
}
.mob-menu-phone-link{
    color: #31475e;
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    text-decoration: none;
}

.offcanvas .header-socials{
    border-top: 1px solid #31475e;
    margin-top: 1rem;
    padding-top: 1rem;
}
.top-section{
    margin-top: 140px;
}
.section{
    padding:2rem 0;
    position: relative;
}
.page-section{
    min-height: calc(100vh - 650px);
}
.promo-title {
    font-weight: 600;
    font-size: 96px;
    line-height: 115px;
    color: #1c597b;
}
.promo-subtitle {
    font-weight: 600;
    font-size: 46px;
    display: inline-block;
}
.promo-accent {
    color: #fff;
    border-radius: 200px;
    padding: 3px 24px;
    white-space: nowrap;
    display: inline-block;
    background-color: #8eacbd;
    position: relative;
}

.promo-description{
    margin-top: 40px;
    line-height: 29px;
}
.promo-link-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}


.danger-button {
    position: relative;
    color: #fff;
    background-color: #dc3545 !important;
    border-radius: 50px;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    padding: 25px 40px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
    text-align: center;
}
.danger-button:before {
    content: "";
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    width: 60px;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
    filter: blur(30px);
    transform: translateX(-100px) skewX(-15deg);
}
.danger-button:after {
    content: "";
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    width: 30px;
    height: 100%;
    left: 30px;
    top: 0;
    opacity: 0;
    filter: blur(5px);
    transform: translateX(-100px) skewX(-15deg);
}
.danger-button:hover {
    background: #8eacbd;
    cursor: pointer;
    color:#fff;
}

.danger-button:hover:before {
    transform: translateX(300px) skewX(-15deg);
    opacity: 0.6;
    transition: 0.7s;
}

.danger-button:hover:after {
    transform: translateX(300px) skewX(-15deg);
    opacity: 1;
    transition: 0.7s;
}

.promo-link-arrow {
    cursor: pointer;
    position: relative;
    animation-duration: 1s;
    animation-name: slidein;
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.promo-right-block {
    overflow: hidden;
    border-radius: 70px;
    position: relative;
    display: flex;
    align-items: flex-end;
}
.promo-advantages {
    background-color: #fff;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    border-radius: 50px;
}
.promo-advantages-wrapper {
    margin: 30px auto 30px 0;
    max-width: 620px;
    padding: 0 30px;
    font-size: 20px;
}
.promo-advantages-title {
    font-size: 36px;
    line-height: 43px;
    font-weight: 600;
}
.promo-list {
    list-style-type: disc;
    margin-top: 20px;
    padding-left: 20px;
}
.promo-right-block img{
    object-fit: cover;
    width: 100%;
}
.offer-title {
    border: 2px solid #0771ac;
    border-radius: 50px;
    padding: 30px 50px;
}
.title {
    font-family: Gilroy, sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 50px;
}
.offer-list {
    list-style: none;
    font-size: 36px;
    line-height: 43px;
}
.offer-list-item {
    border-bottom: 1px solid rgba(49, 71, 94, 0.4);
    display: flex;
    -moz-column-gap: 120px;
    column-gap: 120px;
    padding: 50px 0;
}
.offer-item-subtitle {
    font-weight: 600;
}
.offer-item-text {
    margin-top: 20px;
    font-size: 20px;
    line-height: 29px;
}
.offer-feedback {
    margin-top: 100px;
    border: 2px solid #0771ac;
    border-radius: 160px;
    background-color: #1c597b;
    display: flex;
    padding: 30px 30px 30px 95px;
    -moz-column-gap: 25px;
    column-gap: 25px;
}
.offer-feedback-text {
    display: flex;
    align-items: center;
    width: 51%;
    color: #fff;
    font-size: 48px;
    line-height: 48px;
    font-weight: 600;
}

.offer-feedback-link {
    width: 100%;
    padding: 30px 0;
    display: block;
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
    text-align: center;
}
.offer-feedback-wrapper {
    position: relative;
    width: 700px;
    color: #31475e;
    background-color: #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
}
.offer-feedback-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    width: 60px;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
    filter: blur(30px);
    transform: translateX(-100px) skewX(-15deg);
    z-index: -1;
}
.offer-feedback-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    width: 30px;
    height: 100%;
    left: 30px;
    top: 0;
    opacity: 0;
    filter: blur(5px);
    transform: translateX(-100px) skewX(-15deg);
    z-index: -1;
}
.offer-feedback-wrapper:hover {
    background: #8eacbd;
    cursor: pointer;
}

.offer-feedback-wrapper:hover:before {
    transform: translateX(800px) skewX(-15deg);
    opacity: 0.6;
    transition: 1.2s;
    z-index: 1;
}

.offer-feedback-wrapper:hover:after {
    transform: translateX(800px) skewX(-15deg);
    opacity: 1;
    transition: 1.2s;
    z-index: 1;
}
.event-item{
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 10px 25px 10px 10px;
    color: #31475e;
    gap: 22px;
    min-height: 380px;
    border: 2px solid #0771ac;
    border-radius: 45px;
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.5s ease-in-out;
    margin-bottom: 1.5rem;
}
.event-item:hover {
    background-color: #8eacbd;
    color: #fff;
}
.event-img {
    min-width: 360px;
    height: 360px;
    overflow: hidden;
    border-radius: 35px;
    background-color: #8eacbd;
    transition: all 0.5s ease-in-out;
}
.event-img img, .event-img picture {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.event-item:hover .event-img {
    background-color: #1c597b;
}
.event-description {
    max-width: 400px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: start;
    align-items: center;
}
.event-subtitle {
    width: 100%;
    margin-bottom: 14px;
    font-size: 28px;
}
.title-h3{
    font-family: Gilroy, sans-serif;
    font-weight: 600;
    line-height: 1.2;
}
.event-date {
    padding: 12px 20px;
    border-radius: 50px;
    background-color: #8eacbd;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    transition: all 0.5s ease-in-out;
    font-size: 16px;
    text-align: center;
}
.event-item:hover .event-date {
    background-color: #fff;
    color: #1c597b;
}
.event-during {
    font-size: 14px;
    margin-bottom: 0;
}
.event-speaker {
    margin-top: 20px;
    font-size: 16px;
    display: block;
}
.about-content{
    padding: 50px;
}
.about-accent-content{
    background-color: #c7dfe9;
    border-radius: 50px;
}
.about-content h3{
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;

}
.about-content p{
    font-size: 20px;
    line-height: 29px;
    margin-top: 30px;
    max-width: 90%;
}
.partner-item {
    width: 100%;
    display: flex;
}
.partner-img{
    min-width: 250px;
    height: 250px;
    overflow: hidden;
    border-radius: 45px;
    border: 2px solid #0771ac;
    margin-right: 30px;
    display: flex;
    padding: 1.5rem;
}
.partner-img img{
    object-fit: contain;
    max-width: 100%;
}
.partner-subtitle {
    margin-bottom: 20px;
}
.partner-text {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 35px;
}
.partner-link {
    font-size: 24px;
    text-decoration: underline;
    color: #31475e;
    transition: all 0.5s ease-in-out;
}
.section-border-bottom{
    border-bottom: 1px solid #31475e;
}
.news-item {
    position: relative;
    padding: 10px 50px 10px 10px;
    box-sizing: border-box;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 22px;
    border: 2px solid #0771ac;
    border-radius: 45px;
    color: #31475e;
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.5s ease-in-out;
}
.swiper-slide-active.news-item {
    background-color: #8eacbd;
    color: #fff;
    border: 2px solid #8eacbd;
}
.news-img {
    min-width: 350px;
    height: 350px;
    overflow: hidden;
    border-radius: 35px;
}
.news-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.news-description {
    max-width: 1250px;
}
.news-subtitle {
    margin-bottom: 20px;
}
.news-text {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 29px;
}
.news-link {
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 25px;
    right: 25px;
    cursor: pointer;
}
.news-inner {
    padding-top: 1rem;
}
.news-arrows {
    position: absolute;
    top: 100px;
    right: 0;
    display: flex;
    gap: 50px;
    z-index: 10;
}
.news-arr {
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    opacity: 1;
    transition: all 0.5s ease-in-out;
}
.news-arr.swiper-button-disabled {
    opacity: 0;
    cursor: default;
}
.footer-label {
    font-size: 12px;
    margin-bottom: 10px;
}
.footer-social a {
    font-size: 18px;
}
.footer-social a:hover {
    color: #0771ac;
}
.alert{
    border-radius: 50px;
    padding-left: 30px;
    font-size: 16px;
}
.webinar-item{
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: start;
    padding: 20px;
    color: #31475e;
    gap: 22px;
    min-height: 430px;
    border: 2px solid #0771ac;
    border-radius: 45px;
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.5s ease-in-out;
    margin-bottom: 3rem;
}
.webinar-item:hover {
    background-color: #8eacbd;
    color: #fff;
}
.webinar-description {
    display: flex;
    flex-wrap: wrap;
    width: 56%;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.webinar-top{

    display: flex;
    justify-content: space-between;
    align-items: center;
}
.webinar-date {
    padding: 20px 30px;
    border-radius: 25px;
    background-color: #8eacbd;
    color: #fff;
    display: inline-block;
    transition: all 0.5s ease-in-out;
    font-size: 24px;
    margin-right: 30px;
    text-align: center;
}
.webinar-item:hover .webinar-date {
    background-color: #1c597b;
    color: #fff;
}
.webinar-duration{
    font-size: 20px;
    max-width: 250px;
}
.webinar-subtitle {
    width: 80%;
    font-size: 36px;
    margin-bottom: 30px;
    margin-top: 30px;
    margin-left: 30px;
}
.webinar-speaker {
    margin-bottom: 10px;
    font-size: 20px;
    display: block;
    width: 100%;
    margin-left: 30px;
}
.webinar-speaker span {
    font-size: 36px;
    font-weight: 600;
}
.webinar-speaker-description {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #1c597b;
    margin-left: 30px;
    transition: all 0.5s ease-in-out;
}
.webinar-item:hover .webinar-speaker-description{
    color: #fff;
}
.webinar-image-wrapper {
    position: relative;
    width: 44%;
    height: 390px;
    border-radius: 35px;
    background-color: #8eacbd;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}
.webinar-img {
    width: 100%;
    height: 100%;
    background-position: -35%;
    background-repeat: no-repeat;
    background-size: contain;
}
.webinar-info {
    display: flex;
    width: 60%;
    margin-left: auto;
    height: 100%;
    padding: 36px 30px 36px 0;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.webinar-chat {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}
.webinar-chat p {
    font-size: 16px;
    display: block;
    width: 75%;
    color: #fff;
    transition: all 0.5s ease-in-out;
}
.webinar-button {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    color: #31475e;
    background-color: #fff;
    transition: all 0.5s ease-in-out;
    border-radius: 200px;
    border: none;
    outline: 0;
    position: relative;
    overflow: hidden;
}
.webinar-button:before {
    content: "";
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    width: 60px;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
    filter: blur(30px);
    transform: translateX(-100px) skewX(-15deg);
}
.webinar-button:after {
    content: "";
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    width: 30px;
    height: 100%;
    left: 30px;
    top: 0;
    opacity: 0;
    filter: blur(5px);
    transform: translateX(-100px) skewX(-15deg);
}
.webinar-button:hover {
    background: #8eacbd;
    cursor: pointer;
}

.webinar-button:hover:before {
    transform: translateX(300px) skewX(-15deg);
    opacity: 0.6;
    transition: 0.7s;
}

.webinar-button:hover:after {
    transform: translateX(300px) skewX(-15deg);
    opacity: 1;
    transition: 0.7s;
}
.webinar-item:hover .webinar-image-wrapper {
    background-color: rgba(28, 89, 123, 0.5);
}

.webinar-item:hover .webinar-date {
    background-color: #1c597b;
    color: #fff;
}

.webinar-item:hover .webinar-speaker-description {
    color: #fff;
}

.webinar-item:hover .webinar-speaker-description a {
    color: #1c597b;
}

.webinar-item:hover .webinar-chat p {
    color: #fff;
}

.webinar-item:hover .webinar-button {
    background-color: #1c597b;
    color: #fff;
}
.page-link {
    color: #1c597b;
}
.active>.page-link, .page-link.active {
    z-index: 3;
    color: #fff;
    background-color: #1c597b;
    border-color: #1c597b;
}
.webinar-item-description{
    border: 2px solid #0771ac;
    border-radius: 45px;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
}
.webinar-item-speaker span {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 48px;
    font-weight: 500;
    color: #1c597b;
}
.webinar-item-profession{
    margin: 1.5rem 0 2rem 0 ;
    font-weight: 500;
}
.webinar-item-info{
    display:flex;
    justify-content: space-between;
}
.webinar-item-image-wrapper{
    border: 2px solid #0771ac;
    border-radius: 85px;
    padding: 20px;
    overflow: hidden;
    height: 37em;
}
.webinar-item-img {
    background-position: center;
    background-repeat: no-repeat;
    background-color: #8eacbd;
    border-radius: 65px;
    height: 100%;
    width: 100%;
    background-size: cover;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.webinar-item-soc{
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 52px;
    padding: 23px 20px 23px 48px;
}
.webinar-item-soc p {
    display: block;
    width: 80%;
    font-size: 24px;
}
.webinar-item-soc a {
    width: 63px;
    height: 63px;
    display: block;
    position: relative;
    overflow: hidden;
}
.stage-item{
    border: 2px solid #0771ac;
    border-radius: 50px;
    row-gap: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 75px 45px;
    font-weight: 600;
    min-height: 390px;
}
.stage-item:hover{
    cursor: pointer;
}
.stage-num {
    color: #1c597b;
    font-size: 40px;
    line-height: 48px;
}
.stage-text{
    font-size: 24px;
}
.post-item-img{
    border-radius: 45px;
    margin-bottom: 2rem;
}
.post-item{
    border: 2px solid #0771ac;
    margin-bottom: 3rem;
    border-radius: 45px;
    padding: 30px;
}
.card{
    border-radius: 45px;
    border: 2px solid #0771ac;

}
.form-control{
    border-radius: 50px;
    padding: .75rem 1.5rem;
}
.col-form-label{
    font-size: 14px;
}
.form-check-label{
    margin-top: 8px;
    font-size: 16px;
}
.button-sm{
    padding: 10px 30px;
    font-size: 20px;
}
.btn-link{
    color:#31475e;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active{
    color:#0771ac;
}
.nav-link{
    color:#1c597b;
}
.header-user-menu.dropdown-toggle::after{
    top:18px;
}
.dropdown-item:focus,
.dropdown-item:hover{
    background-color: #fff;
    color:#0771ac;
}
.dropdown-item.active, .dropdown-item:active {
    color: #0771ac;
    text-decoration: none;
    background-color: #fff;
}
.filter-option-inner-inner{
    color:#000;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: none !important;
    box-shadow: none !important;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle{
    outline: none !important;
}
.invalid-feedback{
    font-size: 14px;
}
.bs-searchbox .form-control{
    padding: 6px 10px;
    font-size: 12px;
}
.alert.alert-br-30{
    border-radius: 30px;
}
.f-14{
    font-size: 14px;
}
.nav-link:focus, .nav-link:hover{
    color:#0771ac;
}
.alert-dismissible .btn-close {
    padding: 1.2rem 1.5rem 1rem 1rem;
}
.mob-user-menu{
    list-style: none;
    padding: 0;
    margin-left:auto;
    margin-bottom: 0;
    margin-right: 2rem;
    gap:1rem;
}
.modal-content{
    border-radius: 25px;
    border:none;
    /*border: 2px solid #0771ac;*/
}
textarea.form-control{
    border-radius: 20px;
}
.swal2-popup{
    border-radius: 25px;
}
.module-tooltip.show{
    opacity: 1;
}
.module-tooltip .tooltip-inner{
    background-color: #f0f0f0;
    color:#000;
    max-width:350px;
    padding: 1rem;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before{
    border-top-color: #f0f0f0;
}

/* Telegram Banner Backgrounds */
.telegram-banner-bg {
    background-image: url('../img/telegram-banner-bg-mobile.svg');
    background-repeat: no-repeat;
    background-position: top right;
}

@media (min-width: 480px) {
    .telegram-banner-bg {
        background-image: url('../img/telegram-banner-bg.svg');
        background-position: center right;
    }
}
.course-description h1,
.course-description h2,
.course-description h3,
.course-description h4,
.course-description h5,
.course-description h6{
    font-weight: bold;
    margin-top:2rem;
    margin-bottom: 0;
}
.course-description ul{
    list-style: disc;
    padding-left: 1.5rem;
}
