@font-face {
    font-family: Sora;
    src: url(../fonts/Sora/static/Sora-Medium.ttf);
}

@font-face {
    font-family: Sora-light;
    src: url(../fonts/Sora/static/Sora-Light.ttf);
}

@font-face {
    font-family: Sora-bold;
    src: url(../fonts/Sora/static/Sora-Bold.ttf);
}

@font-face {
    font-family: Sora-semi;
    src: url(../fonts/Sora/static/Sora-SemiBold.ttf);
}

@font-face {
    font-family: Consolas;
    src: url(../fonts/Consolas/CONSOLA.TTF);
}

@font-face {
    font-family: Consolas-bold;
    src: url(../fonts/Consolas/CONSOLAB.TTF);
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat/static/Montserrat-Regular.ttf);
}

@font-face {
    font-family: Montserrat-bold;
    src: url(../fonts/Montserrat/static/Montserrat-Bold.ttf);
}

@font-face {
    font-family: Montserrat-semibold;
    src: url(../fonts/Montserrat/static/Montserrat-SemiBold.ttf);
}


* {
    margin: 0;
    padding: 0;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
  background: #676666; 
}
 
::-webkit-scrollbar-thumb {
  background: #22272f; 
}

/* ::-webkit-scrollbar-thumb:hover {
  background: #555; 
} */

body {
    background-color: #15181E !important;
    font-family: Sora !important;
    color: #fff !important;
}

.bg-main50 {
    background-color: #101216;
    padding-bottom: 64px;
}
:root {
    --cyan: #0BC6CF;
    --lightGrey: #C4C9D4;
  }

.header {
    height: auto;
    display: flex;
    justify-content: space-between;
    padding: 27px 80px;
    box-shadow: 0px 1px #0BC6CF33;
    align-items: center;
    font-family: Consolas;
}

.call-btn {
    color: var(--cyan);
    text-decoration: underline;
    font-size: 14px;

}

.bg-main50 {
    background-image: url('../img/Ellipse\ 1627.png');
    width: 100%;
    background-position: center calc(100% + 20px);
    background-repeat: no-repeat;
    background-size: cover;

}
/* .bg-blur {
    background-image: url('../img/Ellipse\ 1627.png');
    width: 100%;
    background-position: center calc(100% + 20px);
    background-repeat: no-repeat;
    background-size: cover;

} */


.yellow-badge {
    color: #15181E;
    background-color: #E4CE2EE5;
    /* border-radius: 20px; */
    display: inline;
    /* padding: 5px 20px; */
    line-height: 28px;
    margin: 0 auto 110px auto;
    font-family: Sora;
    font-size: 16px;
    width: 100%;
    padding: 13px 80px;
}
/* 
.yellow-badge img {
    margin-right: 14px;
} */

.dark-link {
    color: #15181E;
    font-size: 14px;
    margin-right: 8px;
    font-family: Consolas;
}

.heading1 {
    font-size: 68px;
    line-height: 84px;
}

.text-grey {
    color: var(--lightGrey);
    font-size: 18px;
    margin: 32px 0 24px;
    font-family: Sora-light;
    line-height: 32px;
}

.text-z-1 {
    z-index: 1;
    /* background-color: #15181e; */
    position: relative;
}

.blocks-3 div {
    color: #C5E7F7;
    background-color: #0BC6CF24;
    border-radius: 6px;
    padding: 4px 12px;
    margin: 0 12px;
    font-family: Montserrat;
}

.cyan-btn {
    background-color: var(--cyan);
    margin: 56px auto 24px auto;
    display: block;
    color: #15181E;
    text-decoration: none;
    padding: 8px 30px;
    font-size: 16px;
    font-family: Consolas;
    border-radius: 6px;
    text-align: center;
    /* width: 312px; */
    width: 158px;
    font-weight: 600;
}

.links {
    max-width: 654px;
    text-align: center;
    background-color: #003335F5;
    padding: 12px;
    margin: 0 auto;
    border-radius: 16px;
    box-shadow: 0 -8px 10px #15151580;
    display: none;
}

.links-fixed {
    display: block;
    position: fixed;
    bottom: 40px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 100;
}

.links a {
    color: var(--cyan);
    font-size: 14px;
    font-family: Consolas;
    margin-right: 40px;
    text-decoration: none;
    padding: 12px 0;
    line-height: 32px;
}

.links a.selected {
    padding: 12px;
    background-color: #024C4F;
    border-radius: 6px;
}

.links a:last-child {
    margin-right: 0;
}

.m-120 {
    margin: 120px auto;
}

.gradient-text {
    text-align: center;
    font-size: 16px;
    font-family: Consolas-bold;
    background: linear-gradient(90deg, #0DBCC5 7.64%, #E4CE2E 94.57%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline;
}

.fs-40 {
    font-size: 40px;
    line-height: 52px;
    margin: 32px auto;
}

.grid-img {
    width: 100%;
    margin-top: -115px;
    background-image: url('../img/Ellipse2x.png'); 
    background-size: contain;
    background-repeat: no-repeat;
}

.box-3 {
    margin: 58px auto 0 auto;
}

.box-3 .col-4 {
    text-align: left;
    border: 1px solid #2D313A;
    padding: 15px;
    margin: 0 20px;
    border-radius: 32px;
    width: 33%;
}

.box-3 img {
    background-color: #1a1d23;
    border-radius: 20px;
}

.box-3 h5 {
    font-size: 20px;
    padding: 56px 33px 40px;
    margin: 0;
}

.box-3 p {
    color: var(--lightGrey);
    font-size: 17px;
    padding: 0 33px 88px;
    margin: 0;
    font-family: Sora-light;
}

.box-3 .cyan-text {
    color: var(--cyan);
    font-size: 14px;
    font-family: Consolas;
    padding-bottom: 25px;
    padding-top: 0;
    margin: 0;
}

.box-3 p.pb-58 {
  padding-bottom: 63px;  
}

.box-3 p.pr-0 {
    padding-right: 0;
}

.e-docs {
    margin-top: 160px;
}

.e-docs {
    margin-bottom: 120px;
}

.pos-rel {
    position: relative;
    width: 100%;
    max-width: 946px;
    margin: auto;
}


.e-docs-content {
    position: absolute;
    top: 50%;
    left: 61%;
    bottom: 0;
    right: 0;
    transform: translate(-73%, -100%);
    color: #fff;
    margin: 0 auto;
    width: 620px;
    padding: 72px 40px;
}

.icon {
    margin-right: 16px;
}
.ml-32 {
    margin-left: 32px;
    width: 100%;
}

.e-docs .gradient-text {
    margin-bottom: 32px;
    display: block;
    text-align: left;
}

.e-docs h4 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 24px;
}

.e-docs .grey-text {
    color: var(--lightGrey);
    font-size: 12px;
    margin-bottom: 0;
}

.quote {
    background-color: #2B303B;
    padding: 32px;
    border-radius: 10px;
    width: inherit;
    margin: 40px 0 32px 0;
    font-family: Sora-light;
    line-height: 32px;
}

.e-docs .quote p {
    font-size: 16px;
}

.quote img {
    margin-bottom: 8px;
}
.fs-12 {
    font-size: 12px !important;
    margin-bottom: 0;
}

.fs-12 span {
    font-family: Sora;
}

.e-docs ul {
    font-size: 12px;
    line-height: 24px;
}

.e-docs ul li {
    margin-bottom: 8px;
    padding-left: 11px;
}

.list-3 {
    list-style-image: url('../img/icons/check.svg');
    margin-left: 18px;
}

.e-docs .cyan-btn {
    margin-top: 75px;
}
.send-btn {
    height: 52px;
    border: none;
}
.send-btn:hover {
    background-color: var(--cyan);
}
.send-btn.disable:hover {
    background-color: #00464A;
}
.disable {
    background-color: #00464A;
    color: #005C62;
    cursor: default !important;
}
.error {
    border: 1px solid #EA3E3E !important;
}
.error:focus {
    border: none !important;
}
input:focus {
    border: 1px solid var(--cyan) !important;
    padding: 4px 9px !important;
}
input#phone:focus {
    padding-left: 51px !important;
}
.m-136 {
    margin: 136px auto 120px auto;
}
.fs-28 {
    font-size: 28px;
    margin-top: 32px;
} 

.mt-100 {
    margin-top: 100px;
}

.name {
    font-size: 20px;
    margin-top: 48px;
}

.position {
    color: var(--cyan);
    font-size: 16px;
    margin: 8px auto;
    line-height: 32px;
}

.our-team {
    max-width: 946px;
}

.our-team .quote {
    margin-top: 64px;
    padding: 40px;
    font-size: 20px;
    line-height: 32px;
    color: var(--lightGrey);
    text-align: left;
    background-color: #1E2229;
}

.our-team p.fs-12 {
    font-size: 14px;
    line-height: 22px;
}

.mb-16, .our-team .quote img {
    margin-bottom: 16px;
}

.bg-dark-rounded {
    background-color: #101216;
    border-radius: 24px;
    padding: 72px !important;
    margin-bottom: 160px;
    max-width: 1194px !important;
}

.bg-dark-rounded p {
    font-size: 12px;
    padding-top: 28px;
    font-family: Sora-light;
    margin-bottom: 4px;
}

.bg-dark-rounded h3 {
    font-size: 20px;
    margin-bottom: 60px;
}

.read-more {
    margin-top: 75px;
    font-size: 14px;
}

.read-more a {
    color: var(--cyan);
    padding-left: 16px;
    font-family: Consolas;
}

.mt-44 {
    margin-top: 44px;
}

.footer {
    margin-bottom: 80px;
}

.schedule, .contact {
    background-color: #101216;
    border-radius: 24px;
}

.schedule {
    padding: 100px 117px;
    margin-right: 40px;
}

.schedule .fs-40, .contact .fs-28 {
    margin: 0;
}

.contact {
    padding: 100px 56px;
    min-width: 453px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contact p:last-child {
    margin-top: auto;
    margin-bottom: 0;
}
.footer .text-grey {
    font-size: 16px;

}

.mw-1440 {
    max-width: 1440px !important;
}

.footer input {
    /* width: 348px; */
    width: 334px;
    margin-bottom: 20px;
    outline: none;
    background-color: #1A1D23;
    border-radius: 4px;
    border: none;
    padding: 8px 10px;
    color: #67748E;
    font-family: Montserrat-semibold;
    color: #C4C9D4;
}

.footer input::placeholder {
    font-family: Montserrat;
    color: #67748E;
    font-size: 14px;
}

.mr-17 {
    margin-right: 17px;
}

.schedule label p.text-grey {
    margin: 0;
    font-size: 12px;
    padding: 0 0 6px 8px;
    color: #8994A9;
    font-family: Montserrat-bold;

}

.full-btn {
    width: 100%;
    max-width: 713px;
    margin: 56px 0 0;
}

.m-56 {
    margin: 52px 0 56px;   
    line-height: 32px;
}

.m-68 {
    margin: 68px 0 40px;
    line-height: 32px;
}

.lh-36 {
    line-height: 36px;
}

.contacts .text-grey {
    margin: 0 0 24px;
    font-size: 14px;
}

.contacts .text-grey a {
    font-family: Sora-semi;
    color: #fff;
    text-decoration: none;
    margin-left: 8px;
}
.t-logo {
    margin-left: 20px;
}

.intl-tel-input .country-list {
    background-color: #15181e !important;
    border: none !important;
    max-height: 215px !important;
}


.desk-hide {
    display: none;
}

.fade-in {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 2s ease-out, transform 2s ease-out;
    will-change: opacity, transform; 
}

.fade-in.show {
    opacity: 1;
    transform: translateY(0);
}

input.filled {
    border: 1px solid #1E2229;
}
.news-item {
    background-color: #1E2229;
    border-radius: 14px;
    padding: 32px;
    width: 100%;
    max-width: 453px;
    text-align: left;
    color: #E1E4EA;
    margin: 0 20px;
    min-width: 320px;
}

.news-item p {
    line-height: 28px;
    font-size: 16px;
}

.news-item h5 {
    line-height: 32px;
    margin: 24px 0 16px;
}

.date-info {
    color: #9AA4B6;
    font-weight: 500;
    margin-bottom: 32px;
}
.date-info img {
    margin-right: 7px;
}
.date-info span {
    margin-right: 16px;
}

.cyan-link {
    color: var(--cyan);
    text-decoration: underline;
    font-size: 14px;
    font-family: Consolas;
    margin-right: 8px;
}

.mt-32 {
    margin-top: 32px;
}

.mt-36 {
    margin-top: 36px;
    margin-bottom: 0;
}



input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #C4C9D4;
  -webkit-box-shadow: 0 0 0px 1000px #1A1D23 inset;
  transition: background-color 5000s ease-in-out 0s;
};

