
@font-face {
	font-family: 'SF Pro Display';
	font-weight: 400;
	src: url("../fonds/SFProDisplay-Regular.ttf") format("truetype");
}
@font-face {
	font-family: 'SF Pro Display';
	font-weight: 600;
	src: url("../fonds/SFProDisplay-Semibold.ttf") format("truetype");
}
@font-face {
	font-family: 'Untitled Sans';
	font-weight: 700;
	src: url("../fonds/Untitled\ Sans\ Bold.ttf") format("truetype");
}
@font-face {
	font-family: 'Untitled Sans';
	font-weight: 500;
	src: url("../fonds/Untitled\ Sans\ Medium.ttf") format("truetype");
}
@font-face {
	font-family: 'Untitled Sans';
	font-weight: 400;
	src: url("../fonds/Untitled\ Sans\ Regular.ttf") format("truetype");
}
body{
    margin: 0;
    top: 0;
    font-style: normal;
    font-weight: 400;
    font-family: 'Untitled Sans', sans-serif;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 100vh;
    user-select: text;
    background: #F3F3FA;
}
.lock{
    overflow: hidden;
}
html {
    scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 100%;
    font-family: inherit;
    line-height: inherit;
    text-transform: none;
    text-decoration: none;
    letter-spacing: normal;
    border: 0;
    vertical-align: baseline;
}

button{
    outline: none;
    border: none;
}
.flex{
    display: flex;
}
.jflex{
    display: flex;
    justify-content: center;
}
.aflex{
    display: flex;
    align-items: center;
}
.tflex{
    text-align: center;
}
.sflex{
    display: flex;
    justify-content: space-between;
}
.rel{
    position: relative;
}
p{
    margin: 0;
}
.w100{
    width: 100%;
}
img{
    pointer-events: none;
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
    -khtml-user-select: none;
    -moz-user-select: none; 
    -ms-user-select: none;
    user-select: none;
}
a{
    cursor: pointer;
    text-decoration: none;
}
::-webkit-scrollbar {
    border-radius: 5px;
    width: 0px;
    height: 100%;
}
.top-header {
    width: 100%;
    background: #6844F8;
    display: flex;
    justify-content: center;
}
.top-header-wrap {
    padding: 16px;
}
.top-header-wrap>p{
    color: #FFF;
    text-align: center;
    font-family: Untitled Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.header {
    width: 100%;
    display: flex;
    justify-content: center;
    position: sticky;
    top: 0;
    background: #F3F3FA;
    z-index: 140;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
    -o-transition: .5s ease-in;
}
.header-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 48px;
    padding: 16px 0px;
    align-items: center;
}

.header-nav {
    display: flex;
    align-items: center;
    gap: 24px;
}
.header-nav>a{
    color: #151837;
    font-family: 'Untitled Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 150% */
}
.header-btn {
    color: #FFF;
    text-align: center;
    font-family: Inter ;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.25px; /* 137.5% */
    letter-spacing: -0.35px;
    border-radius: 9999px;
    border: 1px solid #6844F8;
    background: #6844F8;
    padding: 10px 16.583px 10.25px 17px;
    cursor: pointer;
}
.main {
    width: 100%;
    display: flex;
    justify-content: center;
}
.main-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 30px;
    max-width: 1432px;
    width: 100%;
}
.main-title {
    color: #AA96FB;
    text-align: center;
    font-family: Untitled Sans;
    font-size: 71.719px;
    font-style: normal;
    font-weight: 700;
    line-height: 81px; /* 112.941% */
    letter-spacing: -1.8px;
    margin-top: 60px;
}
.main-title>span{
    color: #151837;
}
.main-subtitle {
    color: #545672;
    text-align: center;
    font-family: Untitled Sans;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.88px; /* 137.524% */
    letter-spacing: -0.525px;
    margin-top: 30px;
    max-width: 733px;
}
.main-btn{
    color: #FFF;
    text-align: center;
    font-family: Untitled Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24.75px; /* 137.5% */
    letter-spacing: -0.45px;
    border-radius: 9999px;
    border: 1px solid #6844F8;
    background: #6844F8;
    margin-top: 50px;
    padding: 13px 29.78px 12.75px 30px;
}
.bg-white-main{
    border-radius: 12px 12px 0px 0px;
    margin-top: 150px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 62.12%);
}
.promo-video{
    max-width: 1020px;
    width: 100%;
    margin-top: -96px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.10), 0px 10px 15px -3px rgba(0, 0, 0, 0.10);
}
.uder-video-txt{
    color: #151837;
    text-align: center;
    font-family: Untitled Sans;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 51px; /* 150% */
    letter-spacing: -0.85px;
    margin-top: 128px;
    max-width: 1226px;
}
.uder-video-txt>span{
box-shadow: 0px -12px 0px 0px #F0D961 inset;
}
.small-txt{
    color: #545672;
    text-align: center;
    font-family: Untitled Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 17.88px; /* 137.538% */
    letter-spacing: 0.65px;
    text-transform: uppercase;
    margin-top: 128px;
}
.sponsors-wrap {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
    flex-wrap: wrap;
    width: 100%;
}
.sponsors {
    border-radius: 12px;
    background: #FFF;
    height: 100px;
    max-width: 245px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bloks-wrap {
    margin-top: 128px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    width: 100%;
}
.blok-img {
    max-width: 588.19px;
}
.blok-img>img{
    width: 100%;
    max-width: 588.19px;
}
.blok-txt {
    display: flex;
    flex-direction: column;
    gap: 19px;
    max-width: 588.19px;
}
.blok-txt>div{
    color: #151837;
    font-family: Untitled Sans;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 57.5px; /* 125% */
    letter-spacing: -1.15px;
}
.blok-txt>p{
    color: #151837;
    font-family: Untitled Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 150% */
    letter-spacing: -0.45px;
}
.bloks-wrap.row-reverse{
    flex-direction: row-reverse;
}
.bloks-btn{
    border-radius: 9999px;
    border: 1px solid #6844F8;
    background-color: #6844F8;
    padding: 13px 29.78px 12.75px 30px;
    color: #FFF;
    text-align: center;
    font-family: Untitled Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24.75px; /* 137.5% */
    letter-spacing: -0.45px;
    width: fit-content;
    cursor: pointer;
}
.small-txt2 {
    color: #151837;
    text-align: center;
    font-family: Untitled Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 17.88px; /* 137.538% */
    letter-spacing: 0.65px;
    text-transform: uppercase;
    margin-top: 128px;
}
.baner-wrap {
    display: flex;
    border-radius: 12px;
    background: #6844F8;
    box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.10), 0px 20px 25px -5px rgba(0, 0, 0, 0.10);
    padding: 48px;
    gap: 32px;
    max-width: 980px;
    width: 100%;
    margin-top: 32px;
    box-sizing: border-box;
}
.baner-left {
    display: flex;
    align-items: flex-start;
}
.baner-left>p{
    color: #FFF;
    font-family: Untitled Sans;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.88px; /* 137.524% */
    letter-spacing: -0.525px;
    max-width: 557px;
}
.baner-left>img{
    margin-right: 24px;
    margin-top: -10px;
    width: 24px;
}
.baner-line {
    height: 100%;
    background-color: #A7AACB;
    width: 1px;
    margin-left: 46px;
}
.baner-right {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.baner-right>p{
    color: #FFF;
    font-family: Untitled Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 17.88px; /* 137.538% */
    letter-spacing: 0.65px;
    text-transform: uppercase;
}
.baner-right>img{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.second-title{
    color: #151837;
    text-align: center;
    font-family: Untitled Sans;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 57.5px; /* 125% */
    letter-spacing: -1.15px;
    max-width: 621.858px;
    margin-top: 227px;
}
.advantages-wrap {
    margin-top: 48px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    width: 100%;
}
.advantages {
    border-radius: 12px;
    background: #FFF;
    padding: 32px;
    max-width: 644px;
}
.advantages-top {
    display: flex;
    align-items: center;
    gap: 16px;
}
.advantages-top>p{
    color: #151837;
    font-family: Untitled Sans;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.88px; /* 137.524% */
    letter-spacing: -0.525px;
}
.advantages-txt {
    color: #151837;
    font-family: Untitled Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 150% */
    letter-spacing: -0.45px;
    margin-top: 18px;
}
.secure-wrap {
    margin-top: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    border-radius: 12px;
    background: #FFF;
    width: 100%;
    padding: 89px;
    box-sizing: border-box;
}
.secure-wrap>p{
    color: #151837;
    text-align: center;
    font-family: Untitled Sans;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 46.75px; /* 137.5% */
    letter-spacing: -0.85px;
}
.secure-wrap>div{
    color: #151837;
    text-align: center;
    font-family: Untitled Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 150% */
    letter-spacing: -0.45px;
}
.title-footer {
    color: #151837;
    text-align: center;
    font-family: Untitled Sans;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 81px; /* 112.5% */
    letter-spacing: -1.8px;
    margin-top: 64px;
}
.btn-footer {
    color: #FFF;
    text-align: center;
    font-family: Untitled Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24.75px; /* 137.5% */
    letter-spacing: -0.45px;
    border-radius: 9999px;
    border: 1px solid #6844F8;
    background: #6844F8;
    padding: 14px 32.509px 14.75px 33px;
    margin-top: 48px;
    cursor: pointer;
    margin-bottom: 64px;
}
.footer {
    width: 100%;
    display: flex;
    justify-content: center;
    border-top: 1px solid #E1E3F2;
    background: #F3F3FA;
    padding: 65px 0px;
}
.footer-wrap {
    display: flex;
    justify-content: center;
    gap: 100px;
    width: 100%;
    max-width: 1430px;
}
.footer-left {
    display: flex;
    flex-direction: column;
    gap: 38px;
    align-items: center;
}
.footer-prem {
    display: flex;
    flex-wrap: wrap;
    max-width: 180px;
    gap: 16px;
}
.footer-nav {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.footer-nav>p{
    color: #151837;
    font-family: Untitled Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px; /* 150% */
    letter-spacing: -0.45px;
}
.footer-nav>a{
    color: #151837;
    font-family: Untitled Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.footer-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;

}
.footer-right>p{
    color: #151837;
    font-family: Untitled Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px; /* 150% */
    letter-spacing: -0.45px;
}

.line1 {
    width: 20px;
    height: 1.2px;
    background: #000;
}
.line2 {
    width: 20px;
    height: 1.2px;
    background: #000;
    margin-top: 8px;
}

.burger-icon {
    font-size: 24px;
    cursor: pointer;
}

.menu {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    position: fixed;
    top: -100%;
    left: 0;
}

.menu ul {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #151837;
    z-index: 160;
    top: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    
}


.menu.active {
    opacity: 1;
    visibility: visible;
    top: 0;
}
.burger-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    margin-top: 10px;
}
.burger-cross {
    display: flex;
    position: relative;
    cursor: pointer;
}
.line-cross {
    width: 20px;
    height: 1px;
    background-color: #FFF;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    top: 0;
}
.line-cross2 {
    width: 20px;
    height: 1px;
    background-color: #FFF;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    top: 8px;
}
.menu-list {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    flex-direction: column;
    margin-top: 20px;
    padding: 16px;
}
.menu-list>a{
    color: #ffffff;
    font-family: 'Untitled Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; 
}
.burger-main{
    width: 100%;
}
.burger-menu-container{
    display: none;
}
.burger-btn-start{
    color: #ffffff;
    font-family: 'Untitled Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; 
    cursor: pointer;
    position: absolute;
    bottom: 48px;
    left: 15px;
}
@media(max-width:1000px){
    .bloks-wrap{
        flex-direction: column;
    }
    .bloks-wrap.row-reverse{
        flex-direction: column;
    }
    .promo-video{
        margin-top: 0;
    }
}
@media(max-width:900px){
    .burger-menu-container{
        display: flex;
    }
    .header-nav{
        display: none;
    }
    .header-btn{
        display: none;
    }
    .main-title{
        font-size: 50.719px;
        line-height: 56px;
    }
    .main-subtitle {
        margin-top: 15px;
        font-size: 18px;
    }
    .bg-white-main {
        margin-top: 90px;
    }
    .uder-video-txt {
        font-size: 26px;
        line-height: 39px;
        margin-top: 66px;
    }
    .small-txt{
        margin-top: 90px;
    }
    .sponsors-wrap{
        flex-direction: column;
        align-items: center;
    }
    .sponsors{
        max-width: 100%;
    }
    .title-footer{
        font-size: 40px;
    }
    .btn-footer {
        margin-top: 10px;
    }
    .second-title {
        margin-top: 120px;
    }
}
@media(max-width:650px){
    .footer-wrap{
        flex-direction: column;
        margin: 0 15px;
        align-items: flex-start;
        gap: 60px;
    }
    .footer-nav{
        order: 1;
    }
    .footer-right{
        order: 2;
    }
    .footer-left{
        order: 3;
    }
    .baner-wrap{
        flex-direction: column;
        padding: 24px;
    }
    .baner-line{
        display: none;
    }
    .baner-left{
        flex-direction: column;
        align-items: center;
    }
    .baner-left>img{
        margin-right: 0;
        margin-top: 0;
    }
    .main-title {
        font-size: 46.719px;
        line-height: 49px;
    }
    .main-subtitle {
        line-height: 22px;
    }
    .blok-txt>div{
        font-size: 33.734px;
        line-height: 42.5px;
    }
    .blok-txt>p{
        font-size: 15.75px;
        line-height: 24px;
    }
    .bloks-wrap{
        margin-top: 80px;
    }
    .second-title{
        font-size: 36px;
        line-height: 38.5px;
        margin-top: 80px;
    }
    .secure-wrap{
        padding: 24px 37px 80px;
    }
    .secure-wrap>p {
        font-size: 21px;
        line-height: 28.88px;
    }
    .secure-wrap>div{
        font-size: 15.5px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        margin-top: 0px;
    }
    .title-footer{
        font-size: 34px;
        font-style: normal;
        font-weight: 700;
        line-height: 42.5px;
    }
    .top-header-wrap>p{
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
    .header-wrap{
        margin: 0 15px;
    }
    .main-wrap{
        margin: 0 15px;
    }
}

.fc .fc-view-harness {
    width: 100%;
    height: 100%;
}
.fc-today-button {
    display: none !important;
}
.fc-daygrid-day-events{
    display: none;
}
.fc-theme-standard td, .fc-theme-standard th{
    border: none;
}
.fc .fc-daygrid-day-number{
    color: #151837;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: Untitled Sans !important;
}
.fc .fc-toolbar-title{
    color: #151837;
    font-family: Untitled Sans !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.2px;
}
.fc .fc-col-header-cell-cushion{
    color: #151837;
    text-align: center;
    font-family: Untitled Sans !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.36px;
}
.fc .fc-daygrid-day-top{
    padding: 5px;
}
.fc .fc-button-primary{
    background-color: unset !important;
    border-color: unset !important;
    color: black !important;
    border: none !important;
    box-shadow: unset !important;
    outline: unset !important;
}
.fc .fc-day-other {
    opacity: 0.5; /* Adjust as necessary for desired level of transparency */
    background: none; /* Remove any background styling if present */
}
.fc .fc-cell-shaded, .fc .fc-day-disabled{
    background: unset !important;
    color: #000;
    opacity: 0.5;
}

.fc .fc-daygrid-day.fc-day-today{
    background: unset;
}
.fc .fc-daygrid-day-top {
    visibility: visible !important;
}

.fc .fc-daygrid-day-number {
    visibility: visible !important;
    color: #000; /* or any color you prefer */
}
.fc .fc-cell-shaded, .fc .fc-day-disabled{
    opacity: 0.5;
    background: none;
}
.fc-day{
    height: 50px !important; 
    width: 50px !important;
    border-radius: 50% !important;
    overflow: hidden !important;

}
.fc-daygrid-day-top{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.fc .fc-daygrid-day.fc-day-today{
    background: unset;
}

.fc-day-sat .fc-col-header-cell-cushion{
    color: #6844F8;
}
.fc-day-fri .fc-col-header-cell-cushion{
    color: #6844F8;
}
.fc .fc-toolbar.fc-header-toolbar{
    margin-bottom: 20px;
}
.fc-theme-standard .fc-scrollgrid{
    padding-top: 20px;
}
.fc-day-disabled .fc-daygrid-day-number{
    color: #000 !important;
    font-weight: 400;
}
.fc-day-disabled .fc-daygrid-day-top{
    opacity: 0.3;
}
.popup-overlay{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(2px);
    display: none;
}
.popup-overlay.active{
    display: block;
}
.create-call-m{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(180deg, #FFF 0%, #F3F3FA 100%);
    box-shadow: 0px 4px 32px 0px rgba(170, 170, 170, 0.03);
    border-radius: 16px;
    width: 840px;
}
.fc-theme-standard .fc-scrollgrid{
    border: none;
    border-top: 1px solid rgba(21, 24, 55, 0.12);
}
.selected-date{
    background: rgba(104, 68, 248, 0.12) !important;
    color: #6844F8;
}
.selected-date .fc-daygrid-day-number{
    color: #6844F8 !important;
    font-weight: 500;
}
.jcsb{
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.header-popup{
    border-radius: 16px 16px 0px 0px;
    padding: 24px 32px;
    border-bottom: 1px solid rgba(21, 24, 55, 0.12);
    background: linear-gradient(180deg, #FFF 0%, #F3F3FA 100%);
    box-shadow: 0px 4px 32px 0px rgba(170, 170, 170, 0.03);
}
.vort-ico{
    color: rgba(21, 24, 55, 0.50);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.16px;
}
.disc-call{
    color: #151837;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.24px;
}
.clock-set{
    color: rgba(21, 24, 55,1);
    font-family: Untitled Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.18px;
    opacity: 0.5;
}
.clock-set{
    display: flex;
    align-items: start;
}
.clock-set.active{
    opacity: 1;
}
.date-picker{
    padding: 0px 32px 0px 32px;
    display: flex;
    align-items: start;
    border-bottom: 1px solid rgba(21, 24, 55, 0.12);
}
.date-picker.disabled{
    display: none;
}
.custom-calendar-container{
    padding-top: 32px;
    padding-right: 32px;
    width: 383px;
    height: 425px;
    overflow: hidden;
}
.time-picker{
    height: 425px;
    padding: 32px;
    padding-right: 0px;
    width: 100%;
    max-width: 360px;
    padding-top: 40px;
    overflow: scroll;
    display: none;
}
.time-picker.active{
    display: block;
}
.date-picked{
    width: 100%;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(21, 24, 55, 0.12);
}
.date-picked p{
    color: #151837;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.2px;
}
.block-scroll-time{
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 13px;
    overflow: scroll;
}
.time-el{
    color: #151837;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.36px;
    display: flex;
    padding: 12.5px 33px 13.5px 33px;
    justify-content: center;
    align-items: center;
    border-radius: 666px;
    border: 1px solid rgba(21, 24, 55, 0.12);
    width: 100%;
    max-width: 100px;
    cursor: pointer;
}
.time-el.active{
    background: rgba(104, 68, 248, 0.12);
    color: #6844F8;
    border: none;
    font-weight: 500;
}
.controll-btns{
    border-top: 1px solid rgba(21, 24, 55, 0.12);
    padding: 32px;
    display: flex;
    justify-content: end;
    gap: 12px;
}
.cancel-btn-pop{
    color: rgba(21, 24, 55, 0.80);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.75px; 
    letter-spacing: -0.45px;
    border-radius: 9999px;
    border: 1px solid rgba(21, 24, 55, 0.12);
    padding: 13px 32px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.cancel-btn-pop-sec{
    color: rgba(21, 24, 55, 0.80);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.75px; 
    letter-spacing: -0.45px;
    border-radius: 9999px;
    border: 1px solid rgba(21, 24, 55, 0.12);
    padding: 13px 32px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.cont-btn-pop{
    padding: 13px 32px;
    border-radius: 9999px;
    border: 1px solid #6844F8;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.75px;
    letter-spacing: -0.45px;
    background: #6844F8;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.cont-btn-pop.disabled{
    opacity: 0.5;
    cursor: default;
}
.cont-btn-pop-sec{
    padding: 13px 32px;
    border-radius: 9999px;
    border: 1px solid #6844F8;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.75px;
    letter-spacing: -0.45px;
    background: #6844F8;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.cont-btn-pop-sec.disabled{
    opacity: 0.5;
    cursor: default;
}
.close-btn-pop-sec{
    padding: 13px 32px;
    border-radius: 9999px;
    border: 1px solid #6844F8;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.75px;
    letter-spacing: -0.45px;
    background: #6844F8;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.mt18px{
    margin-top: 18px;
}
.contain-date-calendar{
    height: 497px;
    border-right: 1px solid rgba(21, 24, 55, 0.12);
}
.phone-cell{
    align-items: center;
    margin: 32px 32px 0px 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(21, 24, 55, 0.12);
    color: #151837;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.2px;
}
.phone-cell img{
    margin-right: 8px;
}
.time-raw-flex{
    padding: 24px 32px 32px 32px;
    border-bottom: 1px solid rgba(21, 24, 55, 0.12);
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.duration-el{
    color: #151837;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.36px;
    padding: 12.5px 27px 13.5px 28px;
    border-radius: 666px;
    border: 1px solid rgba(21, 24, 55, 0.12);
    width: 100%;
    max-width: 90px;
    cursor: pointer;
}
.duration-el.active{
    background: rgba(104, 68, 248, 0.12);
    color: #6844F8;
    border: none;
    font-weight: 500;
}
.time-dur-picker{
    display: none;
}
.time-dur-picker.active{
    display: block;
}
.first-controll.disabled{
    display: none;
}
.sec-controll{
    display: none;
}
.sec-controll.active{
    display: flex;
}
.warning-popup{
    margin: 24px 32px 20px;
    border-right: 1px solid #6844F8;
    border-left: 1px solid #6844F8;
    padding: 12px;
    background: rgba(104, 68, 248, 0.06);
    color: #6844F8;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.18px;
}
.conf-label{
    margin-top: 20px;
    color: rgba(21, 24, 55, 0.50);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    margin-left: 32px;
}
.block-w-link{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12.5px 15px 13.5px 15px;
    border-radius: 8px;
    border: 1px solid rgba(21, 24, 55, 0.12);
    background: #F6F6F6;
    margin: 10px 32px 16px;
}
.svg-tocopy{
    cursor: pointer;
}
.sec-svg.disabled{
    display: none;
}
.fisrt-svg.disabled{
    display: none;
}
.third-controll{
    display: none;
}
.third-controll.active{
    display: flex;
}
.get-link{
    display: none;
}
.get-link.active{
    display: block;
}
.error-report{
    font-size: 16px;
    color: red;
    margin-left: 50px;
    margin-top: 12px;
    max-width: 300px;
    width: 100%;
}
.btn-open-pop{
    cursor: pointer;
}
@media(max-height:800px){
    .header-popup {
        padding: 15px 20px;
    }
    .controll-btns {
        padding: 10px;
    }
    .mt18px {
        margin-top: 4px;
    }
}
@media(max-width:1100px){
    .header-popup{
        padding: 20px;
    }
    .date-picker{
        padding: 0px 20px;
    }
    .controll-btns{
        padding: 20px;
    }
    .date-picker{
        display: block;
    }
    .create-call-m{
        width: 400px;
    }
    .contain-date-calendar{
        border-right: none;
    }
    .popup-overlay{
        overflow: auto;
        align-items: center;
        justify-content: center;
        height: 100vh;
    }
    .popup-overlay.active{
        display: flex;
    }
    .create-call-m{
        top: unset;
        left: unset;
        transform: unset;
        margin-top: 400px;
    }
    .time-picker{
        padding: 20px 0px;
    }
}