@font-face {
    font-family: 'Manrope';
    src: url('/assets/fonts/Manrope-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope-Bold';
    src: url('/assets/fonts/Manrope-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope-SemiBold';
    src: url('/assets/fonts/Manrope-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.break-on-small-screen {
    display: none;
}

:target {
    scroll-margin-top: 4vw;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Manrope, sans-serif;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body div {
    display: flex;
}

.navbar-anchor-mobile,
.navbar-container-mobile,
.legal-container-mobile {
    display: none;
}

.navbar-container {
    flex-direction: row;
    align-content: center;
    background-color: #E9F0FE;
    padding: 0.5vw 19.5vw 0.5vw 19.5vw;
}

.logo {
    width: 3.23vw;
    height: 3.23vw;
}

.logo-text {
    flex-direction: column;
    justify-content: center;
    margin: 0 0 0 0.63vw;
}

.logo-text .main-text {
    font-family: Manrope-Bold, sans-serif;
    font-size: 1.25vw;
    line-height: 110%;
    text-decoration: none;
    color: black;
}

.logo-text .sub-text {
    font-size: 0.73vw;
    line-height: 110%;
    font-family: Manrope-SemiBold, sans-serif;
}

.navbar {
    align-items: center
}

.navbar .text {
    order: 2;
    text-decoration: none;
    font-size: 0.94vw;
    line-height: 110%;
    margin-right: 1.67vw;
    color: inherit;
    font-family: Manrope-SemiBold, sans-serif;
}

.navbar .logo {
    width: 7.55vw;
    height: 2.24vw;
}

.main {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 4.17vw;
}

.main h1 {
    font-size: 3.33vw;
    text-align: center;
    font-weight: 700;
    line-height: 120%;
}

.main .intro {
    justify-content: center;
    align-items: center;
}

.main .intro .img1 {
    margin-left: 4.2vw;
    width: 13.65vw;
    height: 17.50vw;
}

.main .intro .img2 {
    margin-left: 2.40vw;
    margin-right: 1vw;
    width: 12.55vw;
    height: 21.20vw;
    z-index: -2;
}

.main .intro .img3 {
    width: 19.69vw;
    height: 16.88vw;
}

.main .intro .img3mobile {
    display: none;
}

.main .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4.17vw 12.50vw 4.17vw 12.50vw;
    border-radius: 24px;
    position: relative;
}

.main .container h2 {
    text-align: center;
    font-weight: 700;
    font-size: 2.50vw;
    line-height: 110%;
    margin: 0 0 2.08vw 0;
}

.wave {
    width: 100vw;
    position: absolute;
    z-index: -1;
    top: -50px;
}

.mobileWave {
    display: none;
}

.secondWave {
    top: -120px;
}

.main .container .tracker {
    width: 15.63vw;
    height: 31.25vw;
    margin-right: 3.80vw;
}

.main .container .infoPatient {
    margin-bottom: 3.75vw
}

.main .container .infoPatient .infoBlock {
    flex-direction: column;
    align-items: flex-start;
}

.main .container .infoPatient .infoBlock .checkBoxBlock {
    flex-direction: row;
    font-size: 0.94vw;
    line-height: 144%;
    margin-bottom: 1.09vw;
}

.main .container .infoPatient .infoBlock .patientWoman {
    margin-top: 2.29vw;
    margin-bottom: 1vw;
    width: 13.18vw;
    height: 14.32vw;
}

.main .container .infoPatient .infoBlock .doneCheckBox {
    width: 1.67vw;
    height: 1.67vw;
    margin-right: 0.89vw;
}

.main .container .myPatients {
    width: 15.63vw;
    height: 31.25vw;
}

.main .container .doctorMan {
    width: 17.24vw;
    height: 16.88vw;
    margin-bottom: 1.35vw;
}

.main .container .infoDoctor {
    overflow-x: hidden;
}

.main .container .infoDoctor .infoBlock {
    margin-bottom: 3.39vw;
    flex-direction: column;
}

.main .container .infoDoctor .infoBlock .checkBoxBlock {
    flex-direction: row;
    font-size: 0.94vw;
    line-height: 144%;
    margin-bottom: 1.09vw;
}

.main .container .infoDoctor .infoBlock .doneCheckBox {
    width: 1.67vw;
    height: 1.67vw;
    margin-right: 0.89vw;
}

.doctor {
    align-items: center;
    flex-direction: column;
    margin-bottom: 3vw;
}

.doctor h2 {
    margin: 0 0 1.98vw 0;
    font-size: 2.50vw
}

.doctor .infoBlock {
    flex-direction: row;
}

.doctor .infoBlock .checkBoxBlock {
    flex-direction: row;
    font-size: 0.94vw;
    line-height: 144%;
    margin-bottom: 1.09vw;
}

.doctor .infoBlock .doneCheckBox {
    width: 1.67vw;
    height: 1.67vw;
    margin-right: 0.89vw;
}

.doctor .infoBlock .secondDoctor {
    width: 14.38vw;
    height: 20.10vw;
}

.doctor .treatmentTracker {
    width: 42.29vw;
    height: 32.60vw;
    z-index: -1;
}

.patient {
    flex-direction: column;
    align-items: center;
    position: relative;
}

.patient h2 {
    font-size: 2.50vw;
    margin: 0 0 2.66vw 0;
}

.patient .chatContainer {
    flex-direction: column;
    font-size: 0.94vw;
    line-height: 144%;
    align-items: center;
    text-align: center;
}

.patient .chatContainer .patientChat {
    margin-top: 0.94vw;
    width: 15.63vw;
    height: 31.25vw;
}

.patient .patientDoctorContainer .patientDoctor {
    width: 29.58vw;
    height: 36.04vw;
    margin-left: 1.77vw;
}

.patient .patientDoctorContainer .mobilePatientDoctor {
    display: none;
}

.patient .patientDoctorContainer span {
    width: 9.43vw;
    position: absolute;
    margin-top: 2.55vw;
    margin-left: 4vw;
    font-size: 0.94vw;
    line-height: 144.44%;
}

.patient .mobileNotificationsAndCashback{
    display: none;
}

.patient .notificationPatientContainer span {
    width: 13.43vw;
    position: absolute;
    margin-top: 2.55vw;
    margin-left: 9.5vw;
    font-size: 0.94vw;
    line-height: 144.44%;
    text-align: center;
}

.patient .notificationPatientContainer .notification {
    width: 33.75vw;
    height: 36.98vw;
    margin-right: 1.67vw;
}

.patient .cashbackPatientContainer span {
    width: 9.43vw;
    position: absolute;
    margin-top: 1.35vw;
    margin-left: 1.7vw;
    font-size: 0.94vw;
    line-height: 144.44%;
    text-align: center;
}

.patient .cashbackPatientContainer .cashback {
    width: 12.76vw;
    height: 31.25vw;
}

.advantages {
    align-items: center;
    flex-direction: column;
    margin-bottom: 4.53vw;

}

.advantages h2 {
    margin: 4.17vw 0 1.98vw 0;
    font-size: 2.50vw
}

.puzzleContainer .puzzle {
    width: 31.61vw;
    height: 13.13vw;
}

.advantages .puzzleContainer .textContainer {
    position: absolute;
    margin-top: 5.47vw;
    margin-left: 1.30vw;
    align-items: center;
}

.advantages .puzzleContainer .textContainer span {
    color: #2F2F2F;
    width: 12.76vw;
    font-size: 0.94vw;
    line-height: 144.44%;
}

.advantages .puzzleContainer .textContainer span:nth-child(2) {
    color: #2F2F2F;
    width: 11.15vw;
    margin-left: 5.68vw;
}

.advantages .secondTextContainer {
    margin-top: 1.61vw;
    justify-items: center;
}

.advantages .secondTextContainer span{
    color: #FA4D23;
    font-size: 0.94vw;
    line-height: 144.44%;
    width: 14.90vw;
}

.advantages .secondTextContainer span:nth-child(2) {
    color: #1E63EE;
    width: 13.75vw;
    margin-left: 2.86vw;
}

.advantages .firstMobileComparisonContainer {
display: none;
}

.advantages .secondMobileComparisonContainer {
    display: none;

}

.advantages .comparisonContainer .comparison {
    width: 61.20vw;
    height: 24.48vw;
}

.advantages .comparisonContainer .negative {
    flex-direction: column;
    position: absolute;
    width: 16.35vw;
    margin-left: 12.92vw;
    margin-top: 4.53vw;
    font-size: 0.83vw;
    line-height: 150%;
    font-weight: 500;
}

.advantages .comparisonContainer .negative .checkBoxBlock{
    margin-bottom: 1.09vw;
}

.advantages .comparisonContainer .negative .checkBoxBlock span{
    margin-top: 0.3vw;

}

.advantages .comparisonContainer .negative .checkBoxBlock .unDoneCheckBox{
    width: 1.67vw;
    height: 1.67vw;
    margin-right: 0.89vw;
}

.advantages .comparisonContainer .positive {
    flex-direction: column;
    position: absolute;
    width: 10.99vw;
    margin-left: 32.97vw;
    margin-top: 5.42vw;
    font-size: 0.83vw;
    line-height: 150%;
    font-weight: 500;
}

.advantages .comparisonContainer .positive .checkBoxBlock{
    margin-bottom: 1.09vw;
}

.advantages .comparisonContainer .positive .checkBoxBlock span {
    margin-top: 0.3vw;
}

.advantages .comparisonContainer .positive .checkBoxBlock .doneCheckBox{
    width: 1.67vw;
    height: 1.67vw;
    margin-right: 0.89vw;
}

.legal-container {
    display: flex;
    flex-direction: row;
    align-content: center;
    background-color: #E9F0FE;
    padding: 0.5vw 19.5vw 0.5vw 19.5vw;
}

.legal-info {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: flex-start;
}

.legal-text {
    text-align: left;
    color: #2F2F2F;
    font-size: 0.7vw;
    line-height: 144.44%;
    width: 100%;

}

.legal-email-link {
    margin-top: 5px;
    display: flex;
    text-align: left;
    color: rgb(30, 99, 238);
    text-decoration: none;
    font-size: 0.7vw;
    line-height: 144.44%;
}

.legal-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 15px;
}

.legal-button {
    white-space: nowrap;
    text-decoration: none;
    color: rgb(30, 99, 238);
    font-size: 0.7vw;
}

.technical-support {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    color: rgb(30, 99, 238);
    text-decoration: none;
    font-size: 0.7vw;
}

@media screen and (min-width: 2000px) {
    :target {
        scroll-margin-top: 2vw;
    }
    .navbar-container {
        padding: 0.25vw 19.5vw 0.25vw 19.5vw;
    }
    .logo {
        width: 1.61vw;
        height: 1.61vw;
    }
    .logo-text .main-text {
        font-size: 0.62vw;
    }
    .logo-text .sub-text {
        font-size: 0.41vw;
    }

    .navbar .text {
        font-size: 0.47vw;
        margin-right: 0.85vw;
    }

    .navbar .logo {
        width: 3.77vw;
        height: 1.23vw;
    }

    .main {
        margin-bottom: 2.08vw;
    }

    .main h1 {
        font-size: 1.66vw;
    }

    .main .intro .img1 {
        margin-left: 2.1vw;
        width: 6.82vw;
        height: 8.75vw;
    }

    .main .intro .img2 {
        margin-left: 1.20vw;
        margin-right: 0.5vw;
        width: 6.2vw;
        height: 10.6vw;
    }

    .main .intro .img3 {
        width: 9.8vw;
        height: 8.44vw;
    }

    .main .container {
        padding: 2.085vw 6.25vw 2.085vw 6.25vw;
    }

    .main .container h2 {
        font-size: 1.25vw;
        margin: 0 0 2.04vw 0;
    }

    .wave {
        width: 50vw;
        height: 50vw;
        top: -110px;
    }

    .main .container .tracker {
        width: 7.8vw;
        height: 15.6vw;
        margin-right: 1.90vw;
    }

    .main .container .infoPatient {
        margin-bottom: 1.87vw
    }

    .main .container .infoPatient .infoBlock .checkBoxBlock {
        font-size: 0.45vw;
        margin-bottom: 0.55vw;
    }

    .main .container .infoPatient .infoBlock .patientWoman {
        margin-top: 1.65vw;
        margin-bottom: 0.99vw;
        width: 6.1vw;
        height: 7.15vw;
    }

    .main .container .infoPatient .infoBlock .doneCheckBox {
        width: 0.83vw;
        height: 0.83vw;
        margin-right: 0.44vw;
    }

    .main .container .myPatients {
        width: 7.8vw;
        height: 15.6vw;
    }

    .main .container .doctorMan {
        width: 8.62vw;
        height: 8.44vw;
        margin-bottom: 0.67vw;
    }

    .main .container .infoDoctor .infoBlock {
        margin-bottom: 1.7vw;
    }

    .main .container .infoDoctor .infoBlock .checkBoxBlock {
        font-size: 0.47vw;
        margin-bottom: 0.55vw;
    }

    .main .container .infoDoctor .infoBlock .doneCheckBox {
        width: 0.84vw;
        height: 0.84vw;
        margin-right: 0.44vw;
    }

    .doctor {
        margin-bottom: 1.5vw;
    }

    .doctor h2 {
        margin: 0 0 0.99vw 0;
        font-size: 1.25vw
    }

    .doctor .infoBlock .checkBoxBlock {
        font-size: 0.47vw;
        margin-bottom: 0.55vw;
    }

    .doctor .infoBlock .doneCheckBox {
        width: 0.835vw;
        height: 0.835vw;
        margin-right: 0.445vw;
    }

    .doctor .infoBlock .secondDoctor {
        width: 7.19vw;
        height: 10.05vw;
    }

    .doctor .treatmentTracker {
        width: 21.145vw;
        height: 16.30vw;
    }

    .patient h2 {
        font-size: 1.25vw;
        margin: 0 0 1.33vw 0;
    }

    .patient .chatContainer {
        font-size: 0.47vw;
    }

    .patient .chatContainer .patientChat {
        margin-top: 0.47vw;
        width: 7.815vw;
        height: 15.625vw;
    }

    .patient .patientDoctorContainer .patientDoctor {
        width: 14.79vw;
        height: 18.02vw;
        margin-left: 0.885vw;
    }

    .patient .patientDoctorContainer .mobilePatientDoctor {
        display: none;
    }

    .patient .patientDoctorContainer span {
        width: 4.715vw;
        margin-top: 1.275vw;
        margin-left: 2vw;
        font-size: 0.47vw;
    }

    .patient .mobileNotificationsAndCashback{
        display: none;
    }

    .patient .notificationPatientContainer span {
        width: 6.715vw;
        margin-top: 1.275vw;
        margin-left: 4.75vw;
        font-size: 0.47vw;
    }

    .patient .notificationPatientContainer .notification {
        width: 16.875vw;
        height: 18.49vw;
        margin-right: 0.835vw;
    }

    .patient .cashbackPatientContainer span {
        width: 4.715vw;
        margin-top: 0.675vw;
        margin-left: 0.85vw;
        font-size: 0.47vw;
    }

    .patient .cashbackPatientContainer .cashback {
        width: 6.38vw;
        height: 15.625vw;
    }

    .advantages {
        margin-bottom: 2.265vw;
    }

    .advantages h2 {
        margin: 2.085vw 0 0.99vw 0;
        font-size: 1.25vw;
    }

    .puzzleContainer .puzzle {
        width: 15.805vw;
        height: 6.565vw;
    }

    .advantages .puzzleContainer .textContainer {
        margin-top: 2.735vw;
        margin-left: 0.65vw;
    }

    .advantages .puzzleContainer .textContainer span {
        width: 6.38vw;
        font-size: 0.47vw;
    }

    .advantages .puzzleContainer .textContainer span:nth-child(2) {
        width: 5.575vw;
        margin-left: 2.84vw;
    }

    .advantages .secondTextContainer {
        margin-top: 0.805vw;
    }

    .advantages .secondTextContainer span {
        font-size: 0.47vw;
        width: 7.45vw;
    }

    .advantages .secondTextContainer span:nth-child(2) {
        width: 6.875vw;
        margin-left: 1.43vw;
    }

    .advantages .comparisonContainer .comparison {
        width: 30.6vw;
        height: 12.24vw;
    }
    .advantages .firstMobileComparisonContainer {
        display: none;
    }

    .advantages .secondMobileComparisonContainer {
        display: none;

    }

    .advantages .comparisonContainer .negative {
        width: 8.175vw;
        margin-left: 6.46vw;
        margin-top: 2.265vw;
        font-size: 0.415vw;
    }

    .advantages .comparisonContainer .negative .checkBoxBlock {
        margin-bottom: 0.545vw;
    }

    .advantages .comparisonContainer .negative .checkBoxBlock span {
        margin-top: 0.15vw;
    }

    .advantages .comparisonContainer .negative .checkBoxBlock .unDoneCheckBox {
        width: 0.835vw;
        height: 0.835vw;
        margin-right: 0.445vw;
    }

    .advantages .comparisonContainer .positive {
        width: 5.495vw;
        margin-left: 16.485vw;
        margin-top: 2.71vw;
        font-size: 0.415vw;
    }

    .advantages .comparisonContainer .positive .checkBoxBlock {
        margin-bottom: 0.545vw;
    }

    .advantages .comparisonContainer .positive .checkBoxBlock span {
        margin-top: 0.15vw;
    }

    .advantages .comparisonContainer .positive .checkBoxBlock .doneCheckBox {
        width: 0.835vw;
        height: 0.835vw;
        margin-right: 0.445vw;
    }

    .legal-container {
        display: flex;
        flex-direction: row;
        align-content: center;
        background-color: #E9F0FE;
        padding: 0.5vw 19.5vw 0.5vw 19.5vw;
    }

    .legal-info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .legal-text {
        color: #2F2F2F;
        font-size: 0.47vw;
        line-height: 144.44%;
        width: 100%;
        align-items: center;
    }

    .legal-email-link {
        margin-top: 5px;
        display: flex;
        text-align: left;
        color: rgb(30, 99, 238);
        text-decoration: none;
        font-size: 0.47vw;
        line-height: 144.44%;
    }

    .legal-buttons {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 15px;
    }

    .legal-button {
        white-space: nowrap;
        text-decoration: none;
        color: rgb(30, 99, 238);
        font-size: 0.47vw;
    }
}

@media screen and (max-width: 600px) {

    .break-on-small-screen {
        display: block;
    }

    .navbar-container, .legal-container {
        display: none;
    }

    .navbar-container-mobile {
        display: flex;
        flex-direction: row;
        align-content: center;
        background-color: #E9F0FE;
        padding: 2.67vw 4.53vw 2.67vw 4.53vw;
        z-index: 999;
    }

    .navbar-anchor-mobile {
        display: flex;
        padding: 1.6vw 4.26vw 2.13vw;
    }

    .navbar-anchor-mobile div{
        width: 40vw;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .navbar-anchor-mobile div a{
        text-decoration: none;
        color: #1E63EE;
        font-size: 3.73vw;
        font-weight: 600;
    }

    .logo {
        width: 9.60vw;
        height: 9.60vw;
    }

    .logo-text {
        flex-direction: column;
        justify-content: center;
    margin-left: 1.87vw
    }

    .logo-text .main-text {
        font-family: Manrope-SemiBold, sans-serif;
        font-size: 3.73vw;
        line-height: 5.33vw;
    }

    .logo-text .sub-text {
        width: 35.47vw;
        font-size: 2.67vw;
        line-height: 3.20vw;
        font-family: Manrope, sans-serif;
    }

    .navbar {
        align-items: center
    }

    .navbar-container-mobile .text {
        text-decoration: none;
        font-size: 3.73vw;
        line-height: 5.33vw;
        font-family: Manrope, sans-serif;
        color: #1E63EE;
        margin-top: 3.20vw;
    }

    .navbar .logo {
        width: 21.33vw;
        height: 6.13vw;
    }

    .main {
        flex-direction: column;
        justify-content: center;
        margin-bottom: 4.17vw;
    }

    .main h1 {
        font-size: 6.40vw;
        text-align: center;
        line-height: 8.53vw;
    }

    .main .intro {
        justify-content: center;
        align-items: center;
        max-width: 100%;
    }

    .main .intro .img1 {
        width: 25.47vw;
        height: 37.87vw;
    }

    .main .intro .img2 {
        width: 35.60vw;
        height: 63.47vw;
        z-index: -2;
    }

    .main .intro .img3 {
        display: block;
        width: 30.80vw;
        height: 34.93vw;
    }

    .main .container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0;
        border-radius: 24px;
    }

    .main .container h2 {
        text-align: center;
        font-weight: 700;
        font-size: 6.40vw;
        line-height: 8.53vw;
        margin: 0 0 2.08vw 0;
    }

    .wave {
        display: none;
        width: 100vw;
        height: 100vw;
        position: absolute;
        margin-top: -100vw;
    }

    .mobileWave {
        display: block;
        position: absolute;
        width: 100vw;
        z-index: -1;
    }

    .secondWave {
        top: -55px;
    }

    .main .container .tracker {
        width: 53.33vw;
        height: 106.67vw;
        margin-right: 0;
        position: relative;
        right: 3.2vw;
    }

    .main .container .infoPatient {
        margin-bottom: 5.3vw;
    }

    .main .container .infoPatient .infoBlock {
        flex-direction: column;
        align-items: flex-start;
    }

    .main .container .infoPatient .infoBlock .checkBoxBlock {
        flex-direction: row;
        font-size: 3.2vw;
        line-height: 5.33vw;
        /* margin-bottom: 4.09vw; */
        margin-top: 4.8vw;
    }

    .main .container .infoPatient .infoBlock .patientWoman {
        margin-top: 2.29vw;
        margin-bottom: 1.98vw;
        width: 32.53vw;
        height: 35.47vw;
    }

    .main .container .infoPatient .infoBlock .doneCheckBox {
        width: 4.73vw;
        height: 5.73vw;
        margin-right: 2.89vw;
    }

    .main .container .myPatients {
        width: 53.33vw;
        height: 106.67vw;
        position: relative;
        left: 4.2vw;
    }

    .main .container .doctorMan {
        margin-top: 2.29vw;
        margin-bottom: 1.98vw;
        width: 32.53vw;
        height: 35.47vw;
        margin-left: 4vw;
    }

    .main .container .infoDoctor .infoBlock {
        margin-left: 3vw;
        margin-bottom: 3.39vw;
        flex-direction: column;
    }

    .main .container .infoDoctor .infoBlock .checkBoxBlock {
        flex-direction: row;
        font-size: 3.2vw;
        line-height: 5.33vw;
        margin-top: 5.3vw;
    }

    .main .container .infoDoctor .infoBlock .doneCheckBox {
        width: 4.73vw;
        height: 5.73vw;
        margin-right: 2.89vw;
    }

    .doctor {
        align-items: center;
        flex-direction: column;
        margin-bottom: 5.3vw;
        margin-top: 9vw;
    }

    .doctor h2 {
        margin: 0 0 1.98vw 0;
        font-size: 6.40vw;
        text-align: center;
    }

    .doctor .infoBlock {
        flex-direction: row;
    }

    .doctor .infoBlock .checkBoxBlock {
        flex-direction: row;
        font-size: 3.2vw;
        line-height: 144%;
        margin-bottom: 1.09vw;
    }

    .doctor .infoBlock .doneCheckBox {
        width: 4.73vw;
        height: 4.73vw;
        margin-right: 2.89vw;
        margin-left: 4.8vw;
    }

    .doctor .infoBlock .secondDoctor {
        width: 39.4vw;
        height: 74.4vw;
    }

    .doctor .treatmentTracker {
        width: 91.5vw;
        height: 71vw;
        z-index: -1;
    }

    .patient {
        flex-direction: column;
        align-items: center;
    }

    .patient h2 {
        margin: 0 0 1.98vw 0;
        font-size: 6.40vw;
    }

    .patient .chatContainer {
        position: absolute;
        flex-direction: column;
        font-size: 3.2vw;
        line-height: 144%;
        text-align: start;
        margin-top: 4.94vw;
        margin-left: 8.6vw;
    }

    .patient .chatContainer .patientChat {
        display: none;
    }

    .patient .patientDoctorContainer .patientDoctor {
        display: none;
    }

    .patient .patientDoctorContainer .mobilePatientDoctor {
        display: block;
        width: 100vw;
        height: 107.2vw;
    }

    .patient .patientDoctorContainer span {
        width: 31vw;
        position: absolute;
        margin-top: 7vw;
        margin-left: 53vw;
        font-size: 3.2vw;
        line-height: 144.44%;
    }

    .patient .mobileNotificationsAndCashback{
        display: block;
    }

    .patient .mobileNotificationsAndCashback .first{
        position: absolute;
        margin-top: 10vw;
        left: 8vw;
        width: 38.6vw;
        font-size: 3.2vw;
    }

    .patient .mobileNotificationsAndCashback .second{
        position: absolute;
        margin-top: 7vw;
        right: 3vw;
        width: 38.9vw;
        font-size: 3.2vw;
    }

    .patient .notificationPatientContainer span {
        display: none;
    }

    .patient .notificationPatientContainer .notification {
        display: none;
    }

    .patient .cashbackPatientContainer span {
        display: none;

    }

    .patient .cashbackPatientContainer .cashback {
        display: none;

    }

    .advantages {
        align-items: center;
        flex-direction: column;
        margin-bottom: 4.53vw;
        margin-top: 10vw;
    }

    .advantages h2 {
        margin: 0 0 1.98vw 0;
        font-size: 6.40vw;
    }

    .puzzleContainer .puzzle {
        width: 91.4vw;
        height: 37.8vw;
    }

    .advantages .puzzleContainer .textContainer {
        position: absolute;
        margin-top: 15.47vw;
        margin-left: 3.6vw;
        align-items: center;
    }

    .advantages .puzzleContainer .textContainer span {
        color: #2F2F2F;
        width: 38vw;
        font-size: 2.7vw;
        line-height: 144.44%;
    }

    .advantages .puzzleContainer .textContainer span:nth-child(2) {
        color: #2F2F2F;
        width: 32vw;
        margin-left: 15.68vw;
    }

    .advantages .secondTextContainer {
        margin-top: 1.61vw;
        flex-direction: column;
        justify-items: center;
    }

    .advantages .secondTextContainer span{
        display: none;
    }

    .advantages .secondTextContainer span:nth-child(2) {
        display: none;
    }

    .advantages .comparisonContainer .comparison {
        display: none;
    }

    .advantages .comparisonContainer .negative {
        display: none;

    }

    .advantages .comparisonContainer .negative .checkBoxBlock{
        margin-bottom: 1.09vw;
    }

    .advantages .comparisonContainer .negative .checkBoxBlock span{
        margin-top: 0.3vw;

    }

    .advantages .comparisonContainer .negative .checkBoxBlock .unDoneCheckBox{
        display: none;

    }

    .advantages .comparisonContainer .positive {
        display: none;
    }

    .advantages .firstMobileComparisonContainer {
        display: flex;
        flex-direction: column;
    }

    .advantages .firstMobileComparisonContainer h2{
        margin: 5.6vw 0 1.98vw 0;
        font-size: 3.75vw;
        text-align: center;
        color: #FA4D23;
    }

    .advantages .firstMobileComparisonContainer .negative {
        flex-direction: column;
        font-size: 3.2vw;
        width: 65.3vw;
        margin-left: 2.6vw;
        margin-top: 5.3vw;
    }
    .advantages .firstMobileComparisonContainer .negative .checkBoxBlock {
        margin-left: 2.6vw;
        margin-bottom: 5.3vw;
    }
    .advantages .firstMobileComparisonContainer .negative .checkBoxBlock .unDoneCheckBox {
        width: 3.6vw;
        height: 3.6vw;
        margin-right: 2.6vw;
        margin-top: 0.5vw;
    }
    .advantages .secondMobileComparisonContainer {
        display: flex;
        flex-direction: column;
    }

    .advantages .secondMobileComparisonContainer h2{
        margin: 5.6vw 0 1.98vw 0;
        font-size: 3.75vw;
        text-align: center;
        color: #1E63EE;
    }

    .advantages .secondMobileComparisonContainer .mobilePhone{
        margin-right: 10vw;
    }

    .advantages .secondMobileComparisonContainer .positive {
        flex-direction: column;
        font-size: 3.2vw;
        margin-left: 2.6vw;
        margin-top: 5.3vw;
    }
    .advantages .secondMobileComparisonContainer .positive .checkBoxBlock {
        margin-left: 2.6vw;
        margin-bottom: 5.3vw;
    }
    .advantages .secondMobileComparisonContainer .positive .checkBoxBlock .doneCheckBox {
        width: 3.6vw;
        height: 3.6vw;
        margin-right: 2.6vw;
        margin-top: 0.5vw;
    }
    :target {
        scroll-margin-top: 25vw;
    }

    .legal-container-mobile {
        display: flex;
        background-color: #E9F0FE;
        padding: 2.67vw 4.53vw 2.67vw 4.53vw;
        flex-direction: column;
    }

    .legal-info-mobile {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .legal-buttons-mobile {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }

    .legal-button-mobile {
        white-space: nowrap;
        text-decoration: none;
        color: rgb(30, 99, 238);
        font-size: 2.5vw;
    }

    .legal-text-mobile {
        color: #2F2F2F;
        font-size: 2.5vw;
        line-height: 144.44%;
        text-align: left;
    }

    .legal-email-link-mobile {
        margin-top: 5px;
        display: flex;
        text-align: left;
        color: rgb(30, 99, 238);
        text-decoration: none;
        font-size: 2.5vw;
        line-height: 144.44%;
    }
}