*, :before, :after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Mazzard Regular", sans-serif;
    font-size: 16px;
    background: #F3F7FF;
    webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.disable-body {
    overflow: hidden;
}

.hide {
    display: none !important;
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
}

.blue-text {
    color: #3276FB;
}

h1 {
    font-family: Merriweather, sans-serif;
    font-size: 54px;
    font-weight: 700;
    line-height: 67.88px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #10244B;
}

h2 {
    font-family: Merriweather, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 50.28px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #10244B;
}

.text {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.79px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #677693;
}

header {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn {
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
    height: 67px;
    border: none;
    background: #3276FB;

    font-family: Open Sans, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 27.24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    cursor: pointer;
    transition: .1s all linear;
}

.btn:hover {
    transform: scale(1.01);
}

.btn-transparent {
    background: transparent;
    border: 1px solid #3276FB;
    color: #3276FB;
}

header .btn {
    height: 51px;
    padding: 12px 24px;
}

section.first-screen .btn {
    margin: 24px auto 8px auto;
}

section {
    padding: 64px 0;
}

section.first-screen {
    background: url("../img/first-screen-bg.png"), center center no-repeat;
    background-size: 100% 950px;
    background-position-y: 112px;
    margin-bottom: -300px;
}

section.first-screen .container > img {
    display: block;
    margin: 0 auto;
    margin-bottom: 200px;
}

section.first-screen ul {
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    align-items: center;
    display: none;
}

section.first-screen ul li {
    max-width: 345px;
    width: 100%;
    padding: 20px;
    border-radius: 30px;
    background: #FFFFFF;
    box-shadow: 0px 2px 16px 0px #E1E9F8;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.transparent-bg {
    width: 100%;
    background: rgba(255, 255, 255, .3);
    border-radius: 23px;
    padding: 48px;
}

section.telephony h2 {
    text-align: center;
    margin-bottom: 24px;
}

section.telephony .text {
    text-align: center;
}

section.telephony ul {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 32px;
}

section.telephony ul li {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 140px;
    width: 100%;
}

section.telephony ul li .text {
    text-align: left;
}

section.telephony ul li .name {
    font-family: Merriweather, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 22.63px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #10244B;
}

section.telephony ul li .wrapper {
    display: flex;
    gap: 12px;
    align-items: center;
}

ul.default-li-elements li {
    padding: 20px;
    border-radius: 30px;
    background: #FFFFFF;
    box-shadow: 0px 2px 16px 0px #E1E9F8;
}

section.how-it-works ul {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

section.how-it-works ul li {
    max-width: 328px;
    width: 100%;
    height: 253px;
    padding: 32px 24px;
    border-radius: 30px;
    background: rgba(255, 255, 255, .7);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
}

section.how-it-works ul li img {
    margin-bottom: 12px;
}

section.how-it-works ul li .name {
    font-family: Merriweather, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 22.63px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #10244B;
}

section.how-it-works ul li.blue-bg {
    align-items: center;
    justify-content: center;
    background: #3276FB;
}

section.how-it-works ul li.blue-bg h2 {
    color: #FFFFFF;
    text-align: left;
}

section.how-it-works {
    background: url("../img/how-it-work-bg.png") center center no-repeat;
    background-size: 100% 850px;
}

section.feedback {
    padding-bottom: 168px;
}

section.feedback .container {
    background: url("../img/feedback-bg.png") center center no-repeat;
    height: 550px;
}

section.feedback ul {
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    column-gap: 412px;
    row-gap: 26px;
    justify-content: center;
    align-items: flex-start;
    padding-top: 60px;
}

section.feedback ul li {
    transition: .1s all linear;
    width: 367px;
    box-shadow: 0px 2px 16px 0px #E1E9F8;
    background: #FFFFFF;
    padding: 32px 24px;
    border-radius: 30px;
}

section.feedback ul li .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 12px;
}

section.feedback ul li .name {
    font-family: Merriweather, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #10244B;
    margin-bottom: 4px;
}

section.feedback ul li .feedback-source {
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #3770DF;
}

section.feedback .nav-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 48px;
}

section.feedback .nav-dots .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #EEEEEE;
    cursor: pointer;
}

section.feedback .nav-dots .dot.active {
    background: #1C55E0;
}

section.why-we {
    background: url("../img/why-we-bg.png");
    background-position-y: -100px;
    padding-bottom: 261px;
}

section.why-we ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 48px;
}

section.why-we ul li {
    background: #FFFFFF;
    width: 100%;
    padding: 20px 12px;
    height: 172px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

section.why-we ul li .name-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
}

section.why-we .transparent-bg {
    padding-inline: 24px;
    padding-bottom: 32px;
}

section.why-we ul li .text-big-blue {
    font-family: Merriweather, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #3276FB;

}

section.why-we ul li .name {
    font-family: Merriweather, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #3276FB;
}

section.why-we ul li .text {
    text-align: center;
}

section.why-we ul li.btn-li {
    padding: 0;
}

section.why-we ul li button {
    height: 100%;
    width: 100%;
    background: #3276FB;
    border-radius: 30px;
    cursor: pointer;
    border: none;

    font-family: Open Sans, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 27.24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    transition: .1s all linear;
}

section.why-we ul li button:hover {
    transform: scale(1.01);
}

section.demo-test {
    margin-top: -100px;
    height: 660px;
}

section.demo-test .container > .wrapper {
    background: url("../img/demo-wrapper-bg.png") no-repeat, #3276FB;
    background-size: 100%;
    background-position-y: 60%;
    box-shadow: 0px 2px 16px 0px #E1E9F8;
    border-radius: 30px;
    height: 334px;
    padding: 30px;
}

section.demo-test h2 {
    color: #FFFFFF;
    text-align: left;
    max-width: 800px;
}

section.demo-test ul {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 32px;
}

section.demo-test ul li {
    padding: 32px 24px;
    border-radius: 30px;
    background: #FFFFFF;
    box-shadow: 0px 2px 16px 0px #1D448F80;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 367px;
    max-width: 345px;
    width: 100%;
    gap: 24px;
}

section.demo-test ul li .wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: flex-start;
    align-items: flex-start;
}

section.demo-test ul li .name {
    font-family: Merriweather, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 22.63px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #3276FB;
}

section.demo-test ul li .btn {
    width: 100%;
}

footer {
    background: #FFFFFF;
    padding: 80px 0;
}

footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

footer input[type=text] {
    height: 95px;
    width: 525px;
    border: 1px solid #3276FB;
    background: #FFFFFF;
    border-radius: 90px;
    padding-inline: 32px;

    font-family: Open Sans, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #10244B;
}

footer input[type=text]::placeholder {
    font-family: Open Sans, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #677693;
}

footer .wrapper {
    position: relative;
    height: 95px;
}

footer .btn {
    position: relative;
    height: 65px;
    width: 160px;
    font-size: 16px;
    line-height: 21px;
    right: -345px;
    top: -80px;
}

.backdrop {
    background: url("../img/backdrop-bg.png") center center/cover no-repeat, #F3F7FF;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 20;
    top: 0;
}

header {
    position: relative;
    z-index: 30;
}

.disable-body {
    overflow: hidden;
}

.application-modal {
    width: 450px;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 32px;
    position: fixed;
    z-index: 30;
    left: 50%;
    transform: translateX(-50%);
    top: 20%;
}

.application-modal .text {
    font-family: Merriweather, sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 40.22px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #1C1C1C;
    text-align: center;
    margin-bottom: 32px;
}

.application-modal .close-modal {
    position: absolute;
    top: 15px;
    right: 9px;
    border: none;
    background: transparent;
    cursor: pointer;
}

.application-modal .inputs-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    align-items: center;
    max-width: 386px;
    width: 100%;
}

.application-modal .inputs-wrapper input[type=text] {
    max-width: 386px;
    width: 100%;
    height: 64px;
    border-radius: 64px;
    background: transparent;
    border: 1px solid #3276FB;
    padding: 32px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #1C1C1C;
}

.application-modal .inputs-wrapper input[type=text]::placeholder {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #677693;
}

.application-modal .btn {
    margin-top: 32px;
    width: 100%;
    max-width: 386px;
}

hr {
    border: none;
    height: 2px;
    background-color: #3276FB;
    width: 82%;
    margin-top: 40px;
}
.footer-link-wrapper {
    background-color: #fff;
    padding: 20px 0;

}

.footer-link-wrapper .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 80px;
}

.footer-link-wrapper a {
    color: #3276FB;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease, opacity 0.3s ease;
    opacity: 0.8;
}

.footer-link-wrapper a:hover {
    opacity: 1;
    color: #3276FB;
    text-decoration: underline;
}


.cookie-baner {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: #F1F6FA;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    padding: 25px;
    z-index: 9999;
    border-radius: 8px;
    border-radius: 26px;
    max-width: 1000px;
    height: auto;
    margin: auto;
}

.cookie-main {
    max-width: 900px;
    margin: 0 auto;
}

.cookie-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
}

.cookie-text1 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #292d33;
}

.cookie-btn {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.cookie-policy {
    margin-top: 15px;
    font-size: 16px;
}

.cookie-selector {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    width: 90%;
    max-width: 500px;
}

.cookie-checkbox {
    margin: 20px 0;
}

.cookie-text2 {
    font-size: 13px;
    color: #666;
    padding-bottom: 20px;
}
.cookie-btn button:nth-child(1) {
    background: #3276FB;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 20px;
}

.cookie-btn button:nth-child(2) {
    background: #fff;
    color: #3276FB;
    border: 1px solid #3276FB;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 20px;
}

.cookie-btn button:nth-child(3) {
    background: white;
    border: 1px solid #666;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 20px;
    color: #666;
}

.checkbox-wrapper-14 input[type=checkbox].switch {
  --active: #3276FB;
  --active-inner: #fff;
  --border: #BBC1E1;
  --background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 21px;
  width: 38px;
  border-radius: 11px;
  position: relative;
  cursor: pointer;
  border: 1px solid var(--bc, var(--border));
  background: var(--b, var(--background));
  transition: background 0.3s, border-color 0.3s;
}

.checkbox-wrapper-14 input[type=checkbox].switch:after {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  top: 1px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: var(--ab, var(--border));
  transition: transform 0.3s cubic-bezier(.2, .85, .32, 1.2), background 0.3s;
}


.checkbox-wrapper-14 input[type=checkbox].switch:checked {
  --b: var(--active);
  --bc: var(--active);
  --ab: var(--active-inner);
}

.checkbox-wrapper-14 input[type=checkbox].switch:checked:after {
  transform: translateX(17px);
}

.checkbox-wrapper-14 label {
  cursor: pointer;
  vertical-align: middle;
  margin-left: 6px;
  font-family: inherit;
}

.cookie-option strong {
    font-size: 18px;
}
.checkbox-wrapper-14 input {
    float: left;
}
.cookie-selector h3 {
    font-size: 30px;
}

.cookie-text1 a {
    color: #5D5FEF;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}

.cookie-text1 a:hover {
    color: #4849ba;
    border-bottom: 1px solid #4849ba;
    opacity: 0.8;
}

.cookie-policy a {
    color: #5D5FEF;
    font-weight: 600;
}
#client-request p {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.4;
    color: #282B38;
    text-align: left;
    opacity: 0.8;
}

#client-request p a,
#client-request p span.link-style {
    color: #5D5FEF;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
    border-bottom: 1px solid transparent;
}

#client-request p a:hover {
    opacity: 1;
    border-bottom: 1px solid #5D5FEF;
}

#client-request {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#client-request .btn {
    width: 100%;
    margin-bottom: 10px;
}
.footer-bottom {
    color: #808080;
}
.footer-bottom {
    padding: 30px 0;
    border-top: 1px solid #e0e0e0;
    color: #666;
    font-size: 20px;
    line-height: 1.6;

    .footer-grid {
        display: grid;
        grid-template-columns: 2fr 1fr 1fr;
        gap: 20px;
        align-items: start;
    }

    .footer-col {
        display: flex;
        flex-direction: column;
    }

    .footer-link {
        color: #333;
        text-decoration: none;
        font-size: 18px;
        transition: color 0.3s;

        &:hover {
            color: #2b63e1;
        }
    }

    .copyright {
        text-align: right;
        opacity: 0.7;
    }
}




