.home-b2b .display {
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 100%;
}

.home .timeline-slider:before {
    background-color: #CEDDED;
}

.landing.section .landing__toggle {
    bottom: 50px;
}

.hp-toggle.toggle span {
    font-size: 14px;
    line-height: 130%;
}

button.toggle {
    align-items: center;
}

.navigation__footer .toggle,
.navigation__footer .toggle span,
.navigation__footer .toggle a,
.navigation>div:last-child a {
    text-decoration: none;
}

.about-us--blocks .top-side {
    margin-bottom: 0;
}

.button.button--circle .text span {
    font-size: 18px;
}

.button.button--circle .text:after {
    font-size: 18px;
}

.timeline-content>span {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 140%;
}

.section-footer-block .section__content p {
    line-height: 140%;
}

.cta.simple-cta {
    display: flex;
}

.cta.simple-cta a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000000;
}

.cta.simple-cta a span {
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 140%;
    margin-right: 0.875rem;
    padding: 0.625rem 0;
    border-bottom: 1px solid #000000;
}

.side-content .cta.simple-cta {
    margin-top: 24px;
}

.price-info-list .cta.simple-cta {
    margin-top: 35px;
}

.before-after-text {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 110%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.rotation__initial p {
    line-height: 140%;
}


@media screen and (max-width: 768px) {
    .home-b2b .display {
        font-style: normal;
        font-weight: 500;
        font-size: 40px;
        line-height: 90%;
    }

    .landing.section .landing__toggle {
        color: #000;
        padding: 6px 13px;
        bottom: 40px;
    }

    .results__slider {
        margin-top: 52px;
    }

    .timeline-slider .swiper-slide img {
        width: 80px;
        height: 90px;
    }

    .advantages .advantage {
        padding: 48px 0 30px;
    }
}

#page-b2b .about-hero-section {
    background-color: #F4E4D9;
}

.treatment-process--cta {
    margin-top: 64px;
}

.aligner-braces--list .parallax-element {
    bottom: -100px;
}

.aligner-braces--list .parallax-element-2 {
    top: 70%;
}

.aligner-braces--list .parallax-element-3 {
    top: 45%;
}

.popup-btn .hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E2E6E8;
    border-radius: 50%;
    width: 0;
    overflow: hidden;
    height: 0;
}


.popup-btn:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: -50%;
    top: -50%;
}

.popup-btn:hover:before {
    /*background-color: red;*/
    width: 120px;
    height: 120px;
}

.popup-btn:hover .hover {
    width: 113px;
    height: 113px;
}

.timeline-slider .swiper-wrapper {
    cursor: url('./../img/drag-about-ordoline.svg') 50 50, auto;
}

.lv .timeline-slider .swiper-wrapper {
    cursor: url('./../img/lv/drag_lv.svg') 50 50, auto;
}

.lt_LT .timeline-slider .swiper-wrapper {
    cursor: url('./../img/lt/drag_lt.svg') 50 50, auto;
}

.et .timeline-slider .swiper-wrapper {
    cursor: url('./../img/et/drag_et.svg') 50 50, auto;
}

.aligner-braces--hero .aligner-braces--hero-wrapper--subtitle {
    font-size: 18px;
    line-height: 140%;
}

.treatment-process--tab .title--h2 {
    margin-bottom: 24px;
}

.tab-content--description ul {
    margin-top: 60px;
}

.treatment-process--cta--text {
    font-size: 18px;
    line-height: 140%;
}



.container.aligner-braces--model .row-full-height {
    height: 100vh;
}

@media screen and (max-width: 768px) {
    .container.aligner-braces--model .row-full-height {
        max-height: 300px;
    }

    .treatment-process--tab ul li:before {
        left: -16px;
    }

    /*#rotation-start-button{*/
    /*    display: none;*/
    /*}*/
    #rotation .section__content .button {
        display: none;
    }
}

.col-small-5.content p {
    line-height: 140%;
}

.graphic-elements-mobile {
    position: relative;
}

.graphic-elements-mobile .parallax-item {
    /*transform: scale(0.75);*/
}

.graphic-elements-mobile .parallax-element {
    bottom: -175px;
    right: 0;
    position: absolute;
}

.graphic-elements-mobile .parallax-element-2 {
    left: -25px;
    top: 68%;
    position: absolute;
}

.graphic-elements-mobile .parallax-element-3 {
    right: 0;
    top: 5%;
    position: absolute;
}

.graphic-elements-mobile .parallax-element-3,
.graphic-elements-mobile .parallax-element-2 {
    width: 150px;
}

.graphic-elements-mobile .parallax-element {
    width: 217px;
}

@media screen and (max-width: 48rem) {

    .about-b2c,
    .about-b2b {
        padding-top: 0;
    }

    .about--hero-img img {
        left: 0;
    }

    .navigation__footer .social {
        margin-bottom: 32px;
    }

    .navigation__footer .toggle.__mode-toggle span {
        font-size: 16px;
    }
}


.advantages--wrapper::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.advantages--wrapper::-webkit-scrollbar-track {
    border-radius: 0;
}

.advantages--wrapper::-webkit-scrollbar-thumb {
    border-radius: 0px;
}


.advantages--items::-webkit-scrollbar,
.prices-cases--tabs-buttons::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.advantages--items::-webkit-scrollbar-track,
.prices-cases--tabs-buttons::-webkit-scrollbar-track {
    border-radius: 0;
}

.advantages--items::-webkit-scrollbar-thumb,
.prices-cases--tabs-buttons::-webkit-scrollbar-thumb {
    border-radius: 0px;
}


.prices-cases--tabs-buttons .tab-button .prices-cases--tabs-buttons .tab-button::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.prices-cases--tabs-buttons .tab-button::-webkit-scrollbar-track {
    border-radius: 0;
}

.prices-cases--tabs-buttons .tab-button::-webkit-scrollbar-thumb {
    border-radius: 0px;
}

.prices-cases--tabs-holder::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.prices-cases--tabs-holder::-webkit-scrollbar-track {
    border-radius: 0;
}

.prices-cases--tabs-holder::-webkit-scrollbar-thumb {
    border-radius: 0px;
}


.aligner-generation--title {
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 100%;
    margin-bottom: 98px;
}

@media screen and (max-width: 768px) {
    .aligner-generation--title {
        margin-bottom: 55px;
    }

    .prices-cases .cases-slide .images--section .before img,
    .prices-cases .cases-slide .images--section .after img {
        height: 320px;
    }
}


.button.button--circle .text span {
    position: relative;
}

/*.button.button--circle .text span:after{*/
/*    position: absolute;*/
/*    content: '';*/
/*    height: 1px;*/
/*    background-color: #000;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    width:100%;*/
/*}*/


@media screen and (max-width: 48rem) {
    .conclusion {
        padding: 80px 0 2.5rem;
    }

    .before-after-text {
        padding-left: 20px;
    }


}


.prices-cases--wrapper {
    overflow: hidden;
}

.accordion__header.__header {
    color: #000;
}

.accordion__header.__header .title1 {
    color: #000;
}

.accordion__content.__content p {
    line-height: 140%;
}

@media screen and (max-width: 768px) {
    .accordion__header.__header .title1 {
        color: #000;
        font-size: 30px;
        line-height: 110%;
    }

    .before-after-text {
        margin-bottom: 40px;
    }

    .container.prices-cases {
        padding-bottom: 0;
    }
}


.cookie-popup--cta button,
.cookie-popup--cta button span {
    color: #000000;
}

.cta-wrapper {
    display: flex;
}

.contacts {
    background: #F1F5F9;
}

.contacts~footer.footer {
    background: #F1F5F9;
}

.become-partner .faq-question button span,
.become-partner .faq-question h3,
.become-partner .faq-question button {
    color: #000000;
}

.become-partner .faq-answer p,
.become-partner--description p {
    line-height: 140%;
    padding-right: 10%;
    width: unset;
}

.become-partner--description p {
    font-size: 18px;
}

.aligner-braces--list--items:last-of-type:after {
    position: absolute;
    content: "";
    width: calc(100% - 20px);
    left: 10px;
    height: 1px;
    background-color: #000;
    bottom: 0;
}

.mobile-item {
    display: none;
}

.table-header-sticky {
    position: sticky;
    top: 0;
    z-index: 999;
}

.table-header-sticky .table-item {
    background: #f1f5f9;
}

.aligner-braces--list {
    padding-bottom: 113px;
}

.clinics-inner--tabs .tab-all-locations span.locations-counter {
    margin-bottom: 0;
}

.aligner-braces--popup {
    overflow-y: auto;
}


.braces-aligners-parallax {
    width: 238px;
}


.table-cta .become-partner--cta span {
    line-height: 41px;
    border-bottom: 1px solid #000;
    font-size: 18px;
}

.popup-list--item.tooltip-item {
    padding-right: 40px;
    position: relative;
}

.popup-list--info {
    position: absolute;
    top: 0;
    right: 0;
}

.popup-list--info:hover circle {
    stroke: #EEF8DA;
    fill: #EEF8DA;
}

.tooltip-content {
    background-color: #EEF8DA;
    border-radius: 11px;
    padding: 16px 12px 16px 12px;
    position: absolute;
    top: 34px;
    width: 260px;
    /*min-width: 260px;*/

    right: -65px;
    z-index: 99;
    display: none;

    /*display: block;*/
}


.tooltip-content .tooltip-content-text {
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 13px;
}

.tooltip-content .tooltip-arrow {
    position: absolute;
    height: 10px;
    transform: rotate(180deg);
    top: -4px;
    right: 64px;
}

:root {
    --app-height: 100%;
}

.video-text-mobile-wrapper {
    display: none;
}

@media screen and (max-width: 768px) {
    #footer-menu li a {
        font-size: 14px;
        line-height: 140%;
    }

    .aligner-generation--content-block .block-title {
        display: none;
    }

    .become-partner .faq-question button span {
        padding-right: 20px;
    }

    .clinics-inner .title--sm {
        margin-bottom: 1rem;
    }

    .aligner-braces--list--items:last-of-type:after {
        width: 100%;
        left: 0;
    }

    .aligner--braces--list--mobile .tabs .container {
        padding-bottom: 130px;
    }

    .mobile-item {
        display: block;
    }

    .table-item:first-child {
        display: none;
    }

    .about-table .table .table--header .ordoline-table {
        background: none !important;
        justify-content: center;
        display: flex;
        align-items: center;
        padding: 5px;
    }

    .about-table .table--header {
        background: var(--brand-light-grey, #E2E6E8);
        border-bottom: 1px solid;
        /*padding-bottom: 1rem;*/
        margin-bottom: 2rem;
        padding-top: 2rem;
    }

    .aligner-braces--popup .container {
        flex: unset;
    }

    .toggle .toggle-item {
        margin: 0 6px;
    }

    .timeline-slider .swiper-slide:first-of-type img {
        width: 98px;
        height: 110px;
        margin-top: -20px;
    }


    .tooltip-content {
        right: 42px;
        top: -9px;
        /*padding-top: 35px;*/
    }

    .tooltip-content .tooltip-arrow {
        transform: rotate(270deg);
        top: 13px;
        right: -9px;
    }

    .popup-list--info.active-tooltip circle {
        stroke: #EEF8DA;
        fill: #EEF8DA;
    }

    .popup-list--info.active-tooltip+.tooltip-content {
        display: block;
    }

    .popup-list--info {
        width: 26px;
        height: 26px;
    }

    .popup-list--info svg {
        width: 100%;
        height: 100%;
    }

    .rotation__initial {
        max-width: 281px;
    }

    .hide-mobile-text {
        /*display: none;*/
    }

    .video-text-mobile-wrapper {
        display: block;
    }

    div#rotation-video:after {
        /*content: '';*/
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        height: 50%;
        background: linear-gradient(180deg, #BAD7E9 26.24%, rgba(186, 215, 233, 0) 100%);
    }

    div#rotation-video.hide-after:after {
        display: none;
    }
}


@media screen and (min-width: 768px) {

    .hp-toggle.toggle span,
    .navigation__footer .toggle span {
        font-size: 13px;
    }

    .popup-list--info:hover+.tooltip-content {
        display: block;
    }
}

.wpcf7 .ajax-loader {
    height: 24px !important;
}


@media screen and (min-width: 768px) {

    html.front-page,
    body.home {
        width: 100vw;
        height: 100vh;
        height: var(--app-height);
        height: unset;
    }

}

html.front-page,
body.home {
    /*overflow-x: hidden;*/
    width: 100vw;
    height: 100vh;
    height: var(--app-height);
    height: unset;
}

@media screen and (min-width: 340px) and (max-width: 414px) and (max-height: 799px) {

    /*#page-b2b .landing__bg.bg-face,*/
    /*#page-b2c .landing__bg.bg-face{*/
    /*    width: 62vh;*/
    /*    right: -103px;*/
    /*}*/
}


@media screen and (max-width: 340px) and (max-height: 630px) {
    #page-b2c .display {
        font-size: 34px;
    }

}

.custom-text-span {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 140%;
}

.timeline-content--show-more {
    font-weight: 500;
    margin-top: 2px;
    font-size: 18px;
    line-height: 140%;
}

.video-text-mobile-wrapper .timeline-content--show-more svg {
    transition: all 200ms ease-in-out;
}

.video-text-mobile-wrapper.content-show .timeline-content--show-more svg {
    transform: rotate(180deg);
}

.timeline-content--show-more span,
.timeline-content--show-more {
    color: #000;
}

.doctor__image {
    transform: translateZ(0);
}

.aligner-braces--popup.aligners-popup:after {
    background: var(--primary-light-blue, #A2C7E2);
}

.prices-cases .faq-section .faq-question button,
.prices-cases .faq-section .faq-question,
.prices-cases .faq-section .faq-question h3,
.contact-send-btn input {
    color: #000;
}

.clinics-inner .cta-back a span {
    height: 41px;
    line-height: 41px;
}

.clinics-inner .cta-back .button--circle .icon-wrapper .arrow-left {
    transform: rotate(180deg);
    transform-origin: center;
}

.clinics-inner .cta-back .button--circle .icon-wrapper {
    margin-right: 16px;
    width: 45px;
}

.clinic--website {
    margin-top: 20px;
}

.clinic--website a {
    text-decoration: underline;
    font-size: 14px;
    line-height: 130%;
}

@media screen and (max-width: 768px) {
    .treatment-process--tab .tab-content .cta-wrapper {
        margin-bottom: 80px;
    }
}

/*.aligner-braces {*/
/*    overflow-y: hidden;*/
/*}*/

.underline {
    text-decoration: underline;
}

.section__content p {
    line-height: 140%;
}

@media screen and (min-width: 768px) {
    .accordion__content>* {
        padding-right: 10%;
        max-width: unset;
    }
}

/*.page-template-page-partner .footer {*/
/*    background: #F4E4D9;*/
/*}*/

body.privacy-policy {
    background: #F1F5F9;
}

@media screen and (max-width: 767px) {
    #rotation #rotation-start-button {
        width: 71px;
        height: 71px;
        border-radius: 50%;
    }

    #rotation-start-button.button--circle .icon-wrapper {
        height: 71px;
        width: 71px;
    }

    #rotation-start-button.button--circle .icon-wrapper .circle,
    #rotation-start-button.button--circle .icon-wrapper .play {
        transform: scale(1.7);
    }

    .clinics-inner .cta-back a span {
        line-height: unset;
    }
}

.section--video .video video {
    object-fit: contain;
    -o-object-fit: contain;
}

.page-template-page-good-to-know,
.page-template-page-courses {
    background: #F4E4D9;
}

.good-to-know .row.title-container .title {
    line-height: initial;
}

.page-template-page-good-to-know.bg-dark-blue,
.page-template-page-courses.bg-dark-blue {
    background: #B5CEE9;
}

.courses .courses-categories a {
    background: none;
    border: none;
    margin-right: 2.5rem;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 130%;
    color: #000000;
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
}


.courses-full-content h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 110%;
    color: #000000;
    margin-bottom: 2.5rem;
}

.courses-full-content p {
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 140%;
    margin-bottom: 22px;
}

.courses-full-content h1,
.courses-full-content h2,
.courses-full-content h3,
.courses-full-content h4,
.courses-full-content h5,
.courses-full-content h6,
.courses-full-content p,
.courses-full-content ul,
.courses-full-content ol {
    max-width: 85%;
    width: 100%;
}

.courses-inner .button--circle .icon-wrapper .arrow-left {
    transform: rotate(180deg);
    transform-origin: center;
}

.courses-inner .button--circle .icon-wrapper {
    margin-right: 16px;
    width: 45px;
}

.course-popup .course-popup-info {
    /*z-index: 99999;*/
    display: flex;
    align-items: center;
}

.course-popup-info .course-popup-title {
    position: relative;
}

.course-popup-cta .button--circle .icon-wrapper {
    margin-right: 0;
}

.dot-white {
    width: 7px;
    height: 7px;
    border: 1px solid #000;
}

.dot-black {
    width: 7px;
    height: 7px;
    border: 1px solid #000;
    background: #000;
}

.dots-container {
    width: 17px;
    display: flex;
    justify-content: space-between;
}


.course-popup .course-popup-info:before,
.course-popup .course-popup-info:after {
    display: none;
}

.courses-inner+footer.footer {
    background-color: #F4E4D9;
}

.article--image-holder,
.article--image-holder img {
    border-radius: 30px;
}

.article--image-holder img,
.good-to-know--content figure {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}


.good-to-know--content img {
    margin-bottom: 0;
}

.good-to-know--content figure {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
}


.good-to-know-inner {
    background-color: #F1F5F9;
}

.courses .courses-categories a.active {
    position: relative;
}

.courses .courses-categories a.active:before {
    transform-origin: center;
    top: 7px;
    left: -13px;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #000000;
    transform: rotate(45deg);
}

.courses .title-container {
    margin-top: 4.75rem;
}

.courses .title {
    margin-top: 0;
    margin-bottom: 4rem;
}

.page-template-page-thank-you {
    display: flex;
    flex-direction: column;
}

.registration-form-wrapper,
.thank-you-holder {
    padding-top: 6.875rem;
}

.course-registration-page,
.course-registration-thank-you {
    padding-top: 7rem;
    flex-grow: 1;
}

.course-registration-page .button--circle .icon-wrapper,
.course-registration-thank-you .button--circle .icon-wrapper {
    margin-right: 16px;
    width: 45px;
}

.course-registration-page .button--circle .icon-wrapper .arrow-left,
.course-registration-thank-you .button--circle .icon-wrapper .arrow-left {
    transform: rotate(180deg);
    transform-origin: center;
}


.good-to-know--content .main-image {
    margin-bottom: 80px;
}

.load-more-courses {
    display: flex;
    justify-content: center;
}


.good-to-know .load-more-courses--button {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.good-to-know .load-more-courses--button span {
    margin-right: 0.875rem;
}

.courses-inner .button--circle .icon-wrapper {
    width: 41px;
    height: 41px;
}

.course-registration-page .button--circle .icon-wrapper,
.course-registration-thank-you .button--circle .icon-wrapper {
    width: 41px;
    height: 41px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: none;
}

.button .text .wpcf7-spinner {
    display: none;
}

/* Change Autocomplete styles in Chrome*/
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 {
    border: none;
    border-bottom: 1px solid;
    /* -webkit-text-fill-color: #000; */
    /*-webkit-box-shadow: 0 0 0 1000px #b5cee9 inset;*/
    -webkit-background-clip: text !important;
    /*transition: background-color 5000s ease-in-out 0s;*/
}

.courses-inner~footer.footer {
    padding-bottom: 83px;
}

.course-registration-thank-you .text.mobile {
    display: none;
}

.course-registration-thank-you .text.desktop {
    display: block;
}

.course-registration--price {
    padding-left: 20px;
}

@media screen and (max-width: 768px) {
    .course-registration-form .course-registration--title {
        font-style: normal;
        font-weight: normal;
        font-size: 30px;
        line-height: 110%;
        margin-bottom: 24px;
    }

    .course-registration-form .course-registration--price {
        font-weight: normal;
        font-size: 18px;
        line-height: 140%;
        margin-bottom: 48px;
    }

    .course-registration-page,
    .course-registration-thank-you {
        padding-top: 95px;
    }

    .registration-form-wrapper,
    .thank-you-holder {
        padding-top: 56px;
    }

    .contacts--form .input p.expectations {
        margin-top: 55px;
    }

    .course-registration-thank-you .text.mobile {
        display: block;
    }

    .course-registration-thank-you .text.desktop {
        display: none;
    }

    .thank-you-holder svg {
        width: 41px;
        height: 41px;
        margin-bottom: 15px;
    }

    .course-registration--price {
        padding-left: 0;
    }
}

.course-registration-page .wpcf7-spinner {
    display: none !important;
}


.course-registration-page .button.button--circle.contact-send-btn {
    justify-content: flex-end;
    margin-top: 20px;
}

.page-template-page-courses .courses-categories {
    background: #F4E4D9;
}

.course-registration-thank-you~footer #back-top {
    display: none;
}

.course-popup .course-popup-price {
    display: flex;
    align-items: center;
}

.course-popup .course-popup-price--sum {
    margin-left: 22px;
}

.course-popup .price-link {
    display: flex;
}


.good-to-know .title-container {
    margin-top: 185px;
}

@media screen and (max-width: 768px) {
    .good-to-know .title-container {
        margin-top: 95px;
    }

    .good-to-know--content {
        padding-top: 0;
    }

    .good-to-know--content p {
        width: 95%;
    }

    .courses-full-content h1,
    .courses-full-content h2,
    .courses-full-content h3,
    .courses-full-content h4,
    .courses-full-content h5,
    .courses-full-content h6,
    .courses-full-content p,
    .courses-full-content ul,
    .courses-full-content ol {
        max-width: 95%;
    }
}

.good-to-know-inner .hero {
    padding-bottom: 14rem;
}


@media screen and (max-width: 48rem) {
    .small-hidden {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    .sml-hidden {
        display: none !important;
    }
}

.course-popup-info--right {
    display: flex;
    justify-content: end;
    align-items: center;
}

.course-popup-info--left {
    display: flex;
    justify-content: start;
    align-items: center;
}


/*PAGE 404*/
.error404 {
    display: flex;
    flex-direction: column;
}

.error404 .page-404 {
    flex: 1;
    display: flex;
    align-items: center;
}

.error404 .page-404 .container {
    width: 100%;
    text-align: center;
    padding-top: 100px;
}

.error404 .page-404 .container .title {
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    line-height: 110%;
    color: #000000;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .error404 .page-404 .container .title {
        font-size: 30px;
        line-height: 110%;
        letter-spacing: 0.01em;
    }

    .partners-slider .partners-slider-nav .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
    }
}

.page-404-link-wrapper {
    /*text-align: center;*/
    display: flex;
    justify-content: center;
}

.error404 .page-404+footer {
    background-color: #b5cee9;
}

.error404 .page-404+footer #back-top {
    display: none;
}


.marker-tooltip-wrapper {
    padding: 10px;
    max-width: 200px;
    text-align: left;
}

.marker-tooltip-wrapper .tooltip-title {
    margin-bottom: 8px;
    font-size: 15px;
}


@media screen and (max-width: 1024px) {}

.partners-slider .partners-slider-nav .swiper-pagination {
    display: flex;
    width: 105px;
    align-items: flex-end;
}

.partners-slider .partners-slider-nav .swiper-pagination .swiper-pagination-bullet {
    flex: 1;
    max-width: unset;
}

.partners-slider .partners-slider-nav .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #eef8da;
    height: 2px;
    width: 42px;
    flex: unset;
}

.ordoline-about-list--list li {
    font-size: 38px;
}

.about-us--blocks .top-left-side .side-title {
    width: 85%;
}

@media screen and (max-width: 1024px) {
    .about-us--blocks .top-left-side .side-title {
        width: 100%;
        font-size: 24px;
    }
}

@media screen and (max-width: 1440px) {
    .ordoline-about-list--list li p {
        width: 100%;
    }
}

.about #timeline {
    overflow: hidden;
}

.about-us--blocks.two-images:before {
    background-color: transparent;
}

.about-table .table .table-item p {
    font-size: 18px;
    text-align: center;
}

@media screen and (max-width: 48rem) {
    .about-table .table .table-item p {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .rotation__initial {
        max-width: unset;
    }
}


@media screen and (max-width: 1024px) {}

.partners-slider .partners-slider-nav .swiper-pagination {
    display: flex;
    width: 105px;
    align-items: flex-end;
}

.partners-slider .partners-slider-nav .swiper-pagination .swiper-pagination-bullet {
    flex: 1;
    max-width: unset;
}

.partners-slider .partners-slider-nav .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #eef8da;
    height: 2px;
    width: 42px;
    flex: unset;
}

.price-info-slider {
    margin-left: calc(2 / 12 * 100%);
}

.page-template-page-partner .container.about-table {
    padding-bottom: 150px;
}

@media screen and (max-width: 1024px) {
    .price-info-slider {
        margin-left: calc(1 / 12 * 100%);

    }

    .prices-cases .prices-info-wrapper .price-info-slider {
        width: calc(10 / 12 * 100%);
    }

    .page-template-page-partner .container.about-table {
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 768px) {
    .price-info-slider {
        margin-left: 0;
    }

    .prices-cases .prices-info-wrapper .price-info-slider {
        width: 100%
    }
}

.course-registration-page .contacts--form .button.button--circle label {
    padding: 0 2px;
}


#timelineSlider .open .dots {
    display: none;
}

.timeline-content--show-more svg {
    transition: all 200ms;
}


.timeline-content--show-more.is-active svg {
    transform: rotate(180deg);
}


#advantages,
#results {
    overflow: hidden;
}

.courses-template-default.single-courses .cookie-popup {
    bottom: 70px;
}

/* Custom checkboxes radios */

.form-with-custom-checkboxes-radios {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

form-with-custom-checkboxes-radios .wpcf7-list-item:not(:last-child) {
    margin-bottom: 10px;
}

.form-with-custom-checkboxes-radios label {
    cursor: pointer;
}

.form-with-custom-checkboxes-radios [type="radio"],
.form-with-custom-checkboxes-radios [type="checkbox"] {
    position: absolute;
    left: -9999px;
}

.form-with-custom-checkboxes-radios [type="radio"]+.wpcf7-list-item-label,
.form-with-custom-checkboxes-radios [type="checkbox"]+.wpcf7-list-item-label {
    position: relative;
    padding-left: 35px;
    line-height: 20px;
    font-size: 15px;
}

.form-with-custom-checkboxes-radios [type="radio"]+.wpcf7-list-item-label::before,
.form-with-custom-checkboxes-radios [type="checkbox"]+.wpcf7-list-item-label::before,
.form-with-custom-checkboxes-radios [type="radio"]+.wpcf7-list-item-label::after,
.form-with-custom-checkboxes-radios [type="checkbox"]+.wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    box-sizing: border-box;
}

.form-with-custom-checkboxes-radios [type="radio"]+.wpcf7-list-item-label::before,
.form-with-custom-checkboxes-radios [type="radio"]+.wpcf7-list-item-label::after {
    border-radius: 50%;
}

.form-with-custom-checkboxes-radios [type="radio"]+.wpcf7-list-item-label::before,
.form-with-custom-checkboxes-radios [type="checkbox"]+.wpcf7-list-item-label::before {
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid black;
    border-radius: 10px;
}

.form-with-custom-checkboxes-radios [type="radio"]+.wpcf7-list-item-label::after,
.form-with-custom-checkboxes-radios [type="checkbox"]+.wpcf7-list-item-label::after {
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    background: black;
    transition: all 0.2s;
    border-radius: 10px;
}

.form-with-custom-checkboxes-radios [type="radio"]:not(:checked)+.wpcf7-list-item-label::after,
.form-with-custom-checkboxes-radios [type="checkbox"]:not(:checked)+.wpcf7-list-item-label::after {
    opacity: 0;
    transform: scale(0.01);
}

.form-with-custom-checkboxes-radios [type="radio"]:checked+.wpcf7-list-item-label::after,
.form-with-custom-checkboxes-radios [type="checkbox"]:checked+.wpcf7-list-item-label::after {
    opacity: 1;
    transform: scale(1);
}

.label-radio {
    font-size: 14px;
}

.form-with-custom-checkboxes-radios .wpcf7-list-item {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 10px;
}

@media(max-width: 475px) {
    .form-with-custom-checkboxes-radios .wpcf7-list-item:not(:last-child) {
        display: inline-block;
        margin-bottom: 25px;
    }

    .form-with-custom-checkboxes-radios {
        flex-direction: column;
    }
}




.cookie-popup--cta {
    padding-right: 25px;
}

/* Custom checkboxes radios */

.form-with-custom-checkboxes-radios {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

form-with-custom-checkboxes-radios .wpcf7-list-item:not(:last-child) {
    margin-bottom: 10px;
}

.form-with-custom-checkboxes-radios label {
    cursor: pointer;
}

.form-with-custom-checkboxes-radios [type="radio"],
.form-with-custom-checkboxes-radios [type="checkbox"] {
    position: absolute;
    left: -9999px;
}

.form-with-custom-checkboxes-radios [type="radio"]+.wpcf7-list-item-label,
.form-with-custom-checkboxes-radios [type="checkbox"]+.wpcf7-list-item-label {
    position: relative;
    padding-left: 35px;
    line-height: 20px;
    font-size: 15px;
}

.form-with-custom-checkboxes-radios [type="radio"]+.wpcf7-list-item-label::before,
.form-with-custom-checkboxes-radios [type="checkbox"]+.wpcf7-list-item-label::before,
.form-with-custom-checkboxes-radios [type="radio"]+.wpcf7-list-item-label::after,
.form-with-custom-checkboxes-radios [type="checkbox"]+.wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    box-sizing: border-box;
}

.form-with-custom-checkboxes-radios [type="radio"]+.wpcf7-list-item-label::before,
.form-with-custom-checkboxes-radios [type="radio"]+.wpcf7-list-item-label::after {
    border-radius: 50%;
}

.form-with-custom-checkboxes-radios [type="radio"]+.wpcf7-list-item-label::before,
.form-with-custom-checkboxes-radios [type="checkbox"]+.wpcf7-list-item-label::before {
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid black;
    border-radius: 10px;
}

.form-with-custom-checkboxes-radios [type="radio"]+.wpcf7-list-item-label::after,
.form-with-custom-checkboxes-radios [type="checkbox"]+.wpcf7-list-item-label::after {
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    background: black;
    transition: all 0.2s;
    border-radius: 10px;
}

.form-with-custom-checkboxes-radios [type="radio"]:not(:checked)+.wpcf7-list-item-label::after,
.form-with-custom-checkboxes-radios [type="checkbox"]:not(:checked)+.wpcf7-list-item-label::after {
    opacity: 0;
    transform: scale(0.01);
}

.form-with-custom-checkboxes-radios [type="radio"]:checked+.wpcf7-list-item-label::after,
.form-with-custom-checkboxes-radios [type="checkbox"]:checked+.wpcf7-list-item-label::after {
    opacity: 1;
    transform: scale(1);
}

.label-radio {
    font-size: 14px;
}

.form-with-custom-checkboxes-radios .wpcf7-list-item {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 10px;
}

.scroll-wrapper .marquee {
    overflow: visible;
}

.wpcf7 .question-form.sent .wpcf7-response-output {
    padding-left: 0;
}

.question-form.sent .wpcf7-response-output:before {
    display: none;
}

.question-form.sent .thanks_message {
    text-decoration: underline;
    font-size: 16px;
    display: inline-block;
    line-height: 41px;
    position: relative;
    padding-right: 50px;
    margin-top: 3px;
    margin-bottom: 15px;
    padding-left: 28px;
}

.question-form.sent .thanks_message:before {
    width: 42px;
    height: 42px;
    content: "";
    background-image: url("../img/checkmark_svg.svg");
    position: absolute;
    top: 50%;
    right: -5px;
    transform: translateY(-50%);
}

.question-form.sent .success_sent {
    background-color: #EEF8DA;
    padding: 9px 19px;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}

.question-form.sent .success_sent a {
    text-decoration: underline;
}

@media (max-width: 576px) {
    .treatment-process--title-wrapper .title--h2 {
        font-size: 30px;
    }
}

@media(max-width: 475px) {
    .form-with-custom-checkboxes-radios .wpcf7-list-item:not(:last-child) {
        display: inline-block;
        margin-bottom: 25px;
    }

    .form-with-custom-checkboxes-radios {
        flex-direction: column;
    }
}

@media (max-width: 425px) {
    .treatment-process--title-wrapper .title--h2 {
        font-size: 22px;
    }
}

.img-left-box img,
.img-right-box img {
    height: auto !important;
}

.result-video--wrapper {
    min-height: auto !important;
    height: auto;
}

.aligners-popup.open .container {
    background: var(--primary-light-blue, #A2C7E2);
    z-index: 2;
}

.braces-popup.open .container {
    background: var(--brand-light-grey, #E2E6E8);
    z-index: 2;
}

.braces-popup.open .bg-blue {
    z-index: 2;
}

.aligner-list-mobile,
.aligners--list {
    background: var(--primary-light-blue, #A2C7E2);
    z-index: 2;
}

.brace-list-mobile,
.braces--list {
    background: var(--brand-light-grey, #E2E6E8);
}

.aligner-brace-list-title {
    display: flex;
    width: 100%;
    padding: 0px 8px;
    align-items: center;
    justify-items: center;
}

.aligner-brace-list-title .cube {
    width: 30%;
}

.aligner-brace-list-title .title {
    width: 45%;
}

.aligner-brace-list-title .braces-list-next-button {
    width: 35%;
}

.aligner--braces--list--mobile .details .cube-outline {
    border: 1px solid #000000;
}

.aligner--braces--list--mobile .details .cube-fill {
    background: #000000;
}

.aligner--braces--list--mobile .content {
    margin-top: 2.5rem;
    color: #000;
    font-family: Mulish;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.braces-list-next-button .button {
    justify-content: flex-end;
}

.braces-list-next-button .text span {
    font-family: Mulish;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.braces-list-next-button .text:after {
    font-size: 14px !important;
}

.braces-list-next-button .button--circle .icon-wrapper {
    margin-left: 10px;
}

.braces-list-next-button .button--circle .icon-wrapper svg {
    fill: none;
}

.prices-cases--tab {
    display: none;
}

.prices-cases--tab.active {
    display: block;
}

#page-b2c .conclusion .icon-wrapper svg {
    fill: none;
}

.aligner-braces--list.show-desktop .details .cube-outline {
    border: 1px solid #000000;
}

.aligner-braces--list.show-desktop .details .cube-fill {
    background: #000000;
}

.about-b2c,
.about-b2b {
    background-color: #E2E6E8;
}

.about-b2c .about--hero .title--h2,
.about-b2c .about--hero .about--content,
.about-b2c .aligner-generation--title,
.about-b2c .aligner-generation--content-block p,

.about-b2b .about--hero .title--h2,
.about-b2b .about--hero .about--content,
.about-b2b .aligner-generation--title,
.about-b2b .aligner-generation--content-block p {
    color: #ffffff;
}

.about-table .table .ordoline-table {
    background-color: #A2C7E2;
}

.about-b2c .table-item,
.about-b2b .table-item {
    background: var(--brand-light-grey, #E2E6E8);
}

.about-b2c .ordoline-about-list,
.about-b2c .about-us--blocks,
.about-b2b .ordoline-about-list,
.about-b2b .about-us--blocks {
    background-color: #A2C7E2;
}

.bg-gray-light {
    background-color: #E2E6E8 !important;
}

.about-b2b .ordoline-about-list,
.about-b2b .about-us--blocks {
    background-color: rgba(226, 230, 232, 1);
}

.bg-blue-rotate {
    background: var(--blue-gradient, linear-gradient(280deg, #000B16 1.79%, #00172A 33.73%, #05273C 64.71%, #063755 97.13%));
}

.bg-blue-rotate .aligner-generation--title,
.bg-blue-rotate p {
    color: #FFFFFF;
}

.page-template-page-registration_success-php,
.page-template-page-registration_success-php .footer,
.page-template-page-good-to-know-patients,
.page-template-page-good-to-know-patients .footer,
.page-template-page-good-to-know-patients.bg-dark-blue,
.page-template-page-good-to-know,
.page-template-page-good-to-know .footer,
.page-template-page-good-to-know.bg-dark-blue,
.page-404,
.error404 .footer {
    background-color: rgba(162, 199, 226, 1) !important;
}

.page-template-page-clinics .footer,
.single-clinics .footer,
.page-template-page-course_registration .footer {
    background: var(--white-text, #ECECEC) !important;
}

.page-template-page-course_registration main,
.page-template-page-faq-b2c .footer,
.page-template-page-faq-b2b .footer {
    background: var(--white-text, #ECECEC) !important;
}

.page-template-template-privacy .footer {
    background: var(--brand-light-grey, #E2E6E8) !important;
}

.single-courses .footer {
    background: transparent !important;
}

.page-template-page-clinics #icon-white,
.single-clinics #icon-white,
.page-template-template-privacy #icon-white,
.page-template-page-faq-b2c #icon-white,
.page-template-page-faq-b2b #icon-white,
.page-template-page-courses #icon-white,
.page-template-page-course_registration #icon-white,
.page-template-page-good-to-know-patients #icon-white,
.page-template-page-good-to-know #icon-white {
    display: none !important;
}

.page-template-page-clinics #icon-black,
.single-clinics #icon-black,
.page-template-template-privacy #icon-black,
.page-template-page-faq-b2c #icon-black,
.page-template-page-faq-b2b #icon-black,
.page-template-page-courses #icon-black,
.page-template-page-course_registration #icon-black,
.page-template-page-good-to-know-patients #icon-black,
.page-template-page-good-to-know #icon-black {
    display: inherit !important;
}

.bg-blue .doctor-content-text--name,
.bg-blue .doctor-content-text--description {
    color: white;
}

.bg-gray-light {
    background-color: var(--brand-light-grey, #E2E6E8) !important;
}
.page-template-page-courses,
.page-template-page-courses .footer,
.courses .courses-categories-sticky:before,
.page-template-page-courses .courses-categories,
.page-template-page-good-to-know,
.page-template-page-good-to-know .footer,
.page-template-page-good-to-know.bg-dark-blue,
.page-template-page-good-to-know-patients,
.page-template-page-good-to-know-patients .footer,
.page-template-page-good-to-know-patients.bg-dark-blue{
    background-color: var(--brand-light-grey, #E2E6E8) !important;
}
.page-template-page-courses .courses {
    margin-bottom: 40px;
}

.bg-gray-light .courses .courses-categories-sticky:before,
.bg-gray-light .courses-categories {
    background-color: var(--brand-light-grey, #E2E6E8) !important;
}

.courses .details .cube-outline,
.policy .details .cube-outline {
    border-color: #000000;
}

.courses .details .cube-fill,
.policy .details .cube-fill {
    background: #000000;
}

.contact-header .title--h0 {
    color: #ffffff;
}

#rotation .section__content .button,
#results .section__content .button,
#find .section__content .button{
    margin-top: 24px;
}

.aligner-generation-bg{
    background-image: url(../img/how-works-hero-bg-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.aligner-generation,
.aligner-generation--content-description-title,
.aligner-generation--content-description{
    color: #ffffff;
}

.aligner-generation--content-description-title{
    margin-bottom: 10px;
    font-family: Mulish;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0px;
}

.aligner-generation--content-description{
    font-family: Mulish;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0px;
}
pre .aligner-generation--content-description{
    text-wrap: inherit;
}
.aligner-generation--image{
    margin-bottom: 10px;
}
.aligner-generation--image .mobile-image{
    display: none;
}
@media screen and (max-width: 48rem) {
    .aligner-generation--image .mobile-image{
        display: block;
    }
}
.aligner-generation--title-color{
    color: rgba(198, 106, 57, 1);
    font-family: Onest;
    font-weight: 400;
    /*font-size: 30px;*/
    font-size: inherit;
    line-height: 110.00000000000001%;
    letter-spacing: 1%;
}
.aligner-generation--image pre{
    text-wrap: inherit;
}
.aligner-generation--text{
    padding-left: 52px;
}
.courses .course-title-wrapper{
    margin-bottom: 100px !important;
}
.home-page--advantages--wrapper{
    position: relative;
}

.good-to-know .details .cube-outline,
.good-to-know-inner .details .cube-outline{
    border-color: #000 !important;
}
.good-to-know .details .cube-fill,
.good-to-know-inner .details .cube-fill{
    background: #000;
}

.page-template-page-contact input:-webkit-autofill, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff;
}

.light-footer input:-webkit-autofill, textarea:-webkit-autofill,select:-webkit-autofill {
    -webkit-text-fill-color: #000;
}
.contacts--form .evcf7p-verify-btn input[name=evcf7p-verify-email]{
    border: 1px solid var(--black,#fff);
}
.become-partner .button--circle .icon-wrapper .icon svg path{
    fill: #fff !important;
}
.become-partner .button--circle .icon-wrapper .icon.circle svg circle{
    stroke: #fff !important;
}
.page-template-page-thank-you .button.button--circle .text span{
    color: white;
}
.page-template-page-thank-you .button.button--circle .text:after{
    color: white;
}
.light-footer .contacts--form .evcf7p-verify-btn input[name=evcf7p-verify-email]{
    border: 1px solid var(--black,#000) !important;
}