@media (max-width: 1022px) {
    .poof {
        display: none !important;
    }
}

@media (min-width: 1022px) {
    .woof {
        display: none !important;
    }
}

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,400;0,700;0,900;1,400;1,700&display=swap');

@font-face {
    font-family: Vorkurs;
    font-display: swap;
    src: url("../fonts/II Vorkurs Medium.ttf") format("TrueType");
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: 'Nunito Sans', sans-serif !important;
    color: #181819 !important;
}

i {
    color: #181819 !important;
}

ul {
    list-style-type: none;
    margin-left: 0;
    margin-right: 0;
}

a {
    color: #181819 !important;
}

a:active,
a:hover {
    color: #ff8185 !important;
    text-decoration: none !important;
}

p {
    font-size: 1rem;
}

button {
    border-radius: 0;
}

b {
    font-weight: 400 !important;
}

.crs-p {
    cursor: pointer;
}


.zero-y-mp {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.up {
    text-transform: uppercase !important;
}

.img-full {
    height: 100%;
    width: 100%;
    object-fit: none;
}

.icon-img {
    height: 80px;
    width: auto;
}

.img-full-width {
    width: 100%;
    height: auto;
}

.w-10r {
    width: 10% !important;
    margin-right: auto;
    margin-left: auto;
}

.w-20r {
    width: 20% !important;
    margin-right: auto;
    margin-left: auto;
}

.w-30r {
    width: 30% !important;
    margin-right: auto;
    margin-left: auto;
}

.w-50r {
    width: 50% !important;
    margin-right: auto;
    margin-left: auto;
}

.w-55r {
    width: 55% !important;
    margin-right: auto;
    margin-left: auto;
}

.w-60r {
    width: 60% !important;
    margin-right: auto;
    margin-left: auto;
}

.w-75r {
    width: 75% !important;
    margin-right: auto;
    margin-left: auto;
}

.w-80r {
    width: 80% !important;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 768px) {
    .mobile-tittle {
        font-size: 1rem !important;
        font-weight: 400 !important;
    }
}

@media (max-width: 1440px) {
    .w-20r,
    .w-30r,
    .w-50r,
    .w-55r,
    .w-60r,
    .w-80r,
    .w-75r {
        width: 90% !important;
    }
}

.h-0 {
    height: 0;
}


.head {
    font-size: 1.6rem;
    font-weight: 600;
    color: #181819;
}

.overlay {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: .7;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.full-height-overlay {
    background-color: #ffffff;
    bottom: 0;
    left: 0;
    opacity: .7;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    height: 100%;
    min-height: 680px;
}

.boj-header .full-height-overlay {
    background-color: #ffffff;
    bottom: 0;
    left: 0;
    opacity: .7;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    height: 600px;
    min-height: auto;
}

.our-privilege .full-height-overlay {
    background-color: #ffffff;
    bottom: 0;
    left: 0;
    opacity: .7;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    height: 100%;
    min-height: auto;
}

.full-height-info {
    opacity: 1 !important;
    z-index: 100 !important;
    position: sticky;
}

.boj-header .full-height-info {
    opacity: 1 !important;
    z-index: 100 !important;
    position: sticky;
    /*height: 100%;*/
}

.boj-header .title-text {
    padding-right: 2rem;
    padding-left: 2rem;
}

.boj-header .carousel-inner {
    height: 500px;
}

.scroll-main {
    height: 540px;
    overflow-x: scroll;
}

.primary-bg {
    background-color: #F7F4F2;
}

.secondary-bg {
    background-color: #FF8185;
}

.border-box {
    width: 100%;
    height: 10rem;
    background-color: #ffffff;
    border-top: 2px dotted;
    border-bottom: 2px dotted;
}

.dspl-1 {
    font-size: 1.8rem !important;
    font-weight: 800 !important;
}

.dspl-2 {
    font-size: 1.3rem !important;
    font-weight: 500 !important;
}

/*menu*/
.menu .navbar {
    /*height: 8rem;*/
}

@media (max-width: 1022px) {
    .menu .navbar {
        height: 3rem !important;
    }
}

.menu .dropdown-item {
    font-weight: 400;
    font-size: 18px;
    /*text-transform: capitalize;*/
    border-bottom: 1px solid #093667;
}

.get-border {
    border-top: 4px solid #ffcfc8;
    width: 90%;
    margin: 0 auto;
}

.menu .dropdown-item:hover,
.menu .dropdown-item:active,
.menu .dropdown-item:focus {
    background-color: inherit;
    color: #FF8185 !important;
}

@media (max-width: 1022px) {
    .menu .dropdown-item {
        border-bottom: none;
        padding: 0;
        margin: 0;
        font-size: 14px;
    }
}

.menu .dropdown-item:hover,
.menu .dropdown-item:active,
.menu .dropdown-item:focus {
    background-color: inherit;
    color: #FF8185 !important;
}

@media (max-width: 1022px) {
    .menu .dropdown-menu {
        padding: 0 !important;
        margin: 0;
    }
}

.menu .dropdown-menu {
    border: none;
    padding: 0rem 1rem 1rem 1rem;
    margin-top: 0rem;
}

.menu a {
    font-weight: 600;
    font-size: 20px;
}

@media screen and (max-device-width: 1440px) {
    .menu a {
        font-size: 15px !important;
    }
}

@media screen and (device-width: 1280px) {
    .menu a {
        font-size: 13px !important;
    }
}

.menu .dropdown-toggle::after {
    content: none;
}

.menu .logo {
    margin-right: 1rem;
    text-align: center;
}

.tp-france-logo {
    height: auto;
    width: 70px;
    margin: auto 0.5rem;
}

.tp-logo {
    width: 160px !important;
    padding: .5rem 1rem 0 1rem;
    margin: 0;
}

.menu-border {
    position: relative;
    padding-top: .7rem;
}

@media (max-width: 1280px) {
    .menu-border {
        padding-top: .7rem;
    }
}

.menu-border:after {
    content: '';
    height: 40%;
    width: 2px;
    position: absolute;
    right: 0;
    top: 33%;
    background-color: #FF8185;
}

.menu .navbar-collapse {
    background-color: #ffffff;
    padding: 1rem;
    z-index: 500;
}

.btn-block-menu {
    padding-left: 5.5px !important;
    padding-right: 5.5px !important;
}

.number-menu-block {
    display: inline-flex;
}

/*btns*/
.btn-menu {
    color: #ffffff !important;
    background-color: #FF8185 !important;
    border-color: #FF8185 !important;
    font-weight: bold !important;
    width: 100%;
    border-radius: 12px;
}

.btn-menu:focus,
.btn-menu:hover,
.btn-menu.focus {
    box-shadow: 0 5px 0 0 rgba(24, 24, 25, 0.6) !important;
}

.btn-menu:disabled {
    background-color: #6c6c6c !important;
    border-color: #6c6c6c !important;
}


.btn-outline-dark-menu {
    color: #181819 !important;
    border-color: rgba(24, 24, 25, 0.65) !important;
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.btn-outline-dark-menu:hover {
    color: #fff !important;
    background-color: #FF8185 !important;
    border-color: #FF8185 !important;
}

.btn-outline-dark-menu:focus,
.btn-outline-dark-menu.focus {
    box-shadow: 0 5px 0 0 rgba(8, 53, 102, 0.5) !important;
}


.btn-primary {
    color: #fff;
    background-color: #181819 !important;
    border-color: #181819 !important;
    padding: .5rem 5rem !important;
    border-radius: 12px;
    font-size: .7rem !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: rgba(24, 24, 25, 0.4) !important;
    border-color: rgba(24, 24, 25, 0.4) !important;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 5px 0 0 #FF8185 !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #083566 !important;
    border-color: #083566 !important;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #FF8185 !important;
    border-color: #FF8185 !important;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 5px 0 0 rgba(8, 53, 102, 0.5) !important;
}

/*todo change class*/
.main-page-star-teaser p {
    font-size: 12px;
    font-weight: 400;
}

.main-page-star-teaser span {
    font-size: 12px!important;
    font-weight: 600!important;
}

@media (max-width: 768px) {
    .main-page-star-teaser {
        background: #ffffff;
        border-radius: 36px;
        padding: 8px;
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .main-page-star-teaser p {
        margin-bottom: 0!important;
    }
}

/*btns*/

/*callback*/
.callback {
    width: 1px;
    height: 1px;
}

.callback div {
    cursor: pointer;
    display: block;
    position: relative;
    top: 240px;
}

/*@media (max-height: 810px) {*/
/*    .callback div {*/
/*        top: 426px;*/
/*    }*/
/*}*/

@media (max-width: 1022px) {
    .callback div {
        top: 298px;
    }
}

.callback img {
    height: auto;
    width: 58px;
}

@media (max-width: 768px) {
    .callback img {
        height: auto;
        width: 46px;
    }
}

@media (max-height: 810px) {
    .callback img {
        width: 46px;
    }
}

/*static btn*/
.staticBtn {
    width: 1px;
    height: 1px;
}

.staticBtn div {
    cursor: pointer;
    display: block;
    position: relative;
    top: 250px;
}

.staticBtn img {
    height: auto;
    width: 80px;
}

@media (max-height: 810px) {
    .staticBtn img {
        width: 46px;
    }
}

@media (max-width: 1020px) {
    .staticBtn div {
        top: 235px;
    }
}

/*rnd features block*/
.featuresRnd .booble {
    display: flex;
    height: 14rem;
    width: 14rem;
    border-radius: 100%;
    margin: 0rem auto;
    background: url("../images/bckgrnd-0.jpg") no-repeat center;
}

.featuresRnd .overlay {
    margin: 0rem auto;
    height: 14rem;
    width: 14rem;
    border-radius: 100%;
}

.featuresRnd .col-md-3 {
    margin: 1rem auto;
}

.featuresRnd p {
    position: relative;
    word-wrap: break-word;
    padding: 0 2rem;
    text-align: left;
    font-size: 1.45rem;
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
    z-index: 20;
    line-height: 30px;
    align-self: center;
}

/*squr features block*/
.featuresSqur span {
    font-weight: 300;
    font-style: italic;
    font-size: 1.2rem;
}

.featuresSqur p,
.featuresSqur h1,
.featuresSqur h2,
.featuresSqur h3 {
    font-family: 'Vorkurs', sans-serif !important;
    position: relative;
    word-wrap: break-word;
    padding: 4rem 1.6rem;
    text-align: left;
    font-size: 1.8rem;
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 0;
    z-index: 500;
    line-height: 30px;
}

.featuresSqur .booble {
    height: 14rem;
    width: 19.3rem;
    margin: 2rem auto;
    cursor: pointer;
}

.ftrs-bg-1 {
    background: url("../images/features-squr-1.jpg") no-repeat center;
}

.ftrs-bg-2 {
    background: url("../images/features-squr-2.jpg") no-repeat center;
}

.ftrs-bg-3 {
    background: url("../images/features-squr-3.jpg") no-repeat center;
}

.ftrs-bg-4 {
    background: url("../images/features-squr-4.jpg") no-repeat center;
}

.ftrs-bg-5 {
    background: url("../images/features-squr-5.jpg") no-repeat center;
}

.ftrs-bg-6 {
    background: url("../images/features-squr-6.jpg") no-repeat center;
}


@media (max-width: 1022px) {
    .featuresSqur .booble {
        width: 18rem;
        height: 14rem;
    }
}

.featuresSqur .overlay {
    width: 19.3rem;
    height: 14rem;
    margin: 2rem auto;
    cursor: pointer;
}

@media (max-width: 1022px) {
    .featuresSqur .overlay {
        width: 18rem;
        height: 14rem;
    }
}

/*article with icon*/
.articleIcn {
    width: 100%;
    background-color: #fffaf9;
    margin: 2rem auto;
}

.articleIcn .row {
    padding: 1rem 0;
    cursor: pointer;
}

.articleIcn .col-9 {
    padding-right: 0;
}

.articleIcn a {
    padding-top: .5rem;
    float: right;
    word-wrap: break-word;
    text-align: right !important;
    font-size: .8rem;
    font-weight: bold;
    font-style: italic;

}

a:hover {
    text-decoration: none;
}

.articleIcn img {
    width: auto;
    height: 60px;
}

/*footer*/
.footer {
    margin-top: 2rem;
    width: 100%;
    background-color: #F7F4F2;
    padding: 2rem 2rem 2rem 0;
}

@media (max-width: 1022px) {
    .footer {
        padding: 2rem 1rem 1rem 1rem;
    }
}

@media (max-width: 1022px) {

    .footer .border-right {
        border: none !important;
    }
}

.footer-decor {
    width: 130%;
    position: absolute;
    bottom: 0px;
    right: -15px;
}

.footer p {
    color: #181819;
    font-size: .8rem;
}

.footer .border-right {
    color: #181819;
}

.footer a {
    color: rgba(24, 24, 25, 0.65);
    font-size: .9rem;
    font-weight: 500;
    /*line-height: 34px;*/
}

.footer a:hover {
    color: #FF8185;
}

.footer ul {
    text-align: right;
    padding: 0;
}

.footerIcons {
    margin-top: 2rem;
    text-align: end;
}

.footerIcons img {
    margin: 0 0.5rem;
    width: 32px;
    height: 32px;
}

@media (max-width: 1022px) {
    .footerIcons {
        text-align: center;
    }
}

.logo_footer_position {
    position: relative;
    left: 40px;
}

.payIcons {
    margin-top: 2rem;
    text-align: center;
}

.payIcons img {
    width: auto;
    height: 32px;
    margin: auto 0.1rem;
}

.companyInfo input {
    width: 100%;
    border: none;
    border-radius: 0;
    font-size: 0.75rem;
    padding: 1.5rem .75rem;
    color: #cccccc;
    background: url(../images/magnifier.png) no-repeat scroll 10px 8px #ffffff;
    padding-left: 55px;

}

.companyInfo img {
    width: 60px;
    height: 60px;
    margin: 0;
}

.siteInfo,
.companyInfo,
.payInfo {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

@media (max-width: 1022px) {

    .siteInfo,
    .companyInfo,
    .payInfo {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

@media (max-width: 1022px) {
    .siteInfo ul {
        text-align: left !important;
    }
}

.footerForm {
    margin-bottom: 2rem;
}

.footerAddress div {
    padding: 0;
}

/*headers*/
.header-form-title h1 {
    font-family: 'Vorkurs', sans-serif !important;
    color: #181819;
    font-size: 40px;
    font-weight: 600;
}

@media (max-width: 1022px) {
    .header-form-title h1 {
        font-size: 20px;
    }
}

.header-form-title span {
    color: #FF8185;
    font-size: 40px;
    font-weight: 600;
}

@media (max-width: 1022px) {
    .header-form-title span {
        font-size: 2rem;
    }
}

.header-form-title p {
    font-size: 12px;
    font-weight: 600;
}

.header-text-title h1,
.header-text-title p {
    background-color: #083566;
    color: #ffffff;
    font-size: 40px;
    font-weight: 300;
    padding: 0.3rem 2rem 0.2rem 0.5rem;
    margin-bottom: 0;
    /*width: max-content;*/
    width: 50%;
}


.carousel-item .header-text-title h1,
.carousel-item .header-text-title p {
    text-align: center;
    background-color: #083566;
    color: #ffffff;
    font-size: 40px;
    font-weight: 300;
    padding: 0.3rem 2rem 0.2rem 1.5rem;
    width: 60%;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1022px) {
    .header-text-title h1 {
        font-size: 20px;
    }
}

.header-text-title span {
    background-color: #d20073;
    color: #ffffff;
    font-size: 40px;
    font-weight: 300;
    padding: 0.3rem 2rem 0.2rem 0.5rem;
    /*width: max-content;*/
    position: absolute;
}

@media (max-width: 1022px) {
    .header-text-title span {
        font-size: 20px;
    }
}

.main-page {
    background: 100% 100% url("../images/tp-bg.svg") no-repeat, 50% 70% / cover url("../images/main-page-bg.jpg") no-repeat;
}

.head-text-right {
    left: 70% !important;
}

@media (max-width: 768px) {
    .head-text-right {
        left: 0 !important;
    }
}

.main-page-head-text {
    background-color: #F7F4F2;
    height: auto;
    width: 420px;
    padding: 1.5rem;
    position: relative;
    left: 10%;
    font-family: 'Vorkurs', sans-serif;
}

.main-page-head-text span {
    color: #FF8185;
    font-size: 28px;
}

.main-page-head-text strong {
    color: #FF8185;
    font-weight: 400;
}

@media (max-width: 1280px) {

    .main-page-head-text {
        width: 320px;
    }

    .main-page h1 {
        font-size: 2rem;
    }
}

@media (max-width: 1022px) {
    .main-page { /*todo change background*/
        background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)),
        url("../images/main-page-bg.jpg") left / cover no-repeat;
    }

    .main-page h1 {
        font-size: 2rem;
    }

    .main-page-head-text {
        background-color: rgba(247, 244, 242, 0.75);
        width: 100%;
        position: relative;
        left: 0;
        padding: 1rem;
    }
}

.main-page .header-block {
    height: 480px;
    display: flex;
}

.main-page .header-block .header-form-title {
    align-self: center;
}

/*todo added class to mobile header*/
@media (max-width: 1022px) {
    .main-page .header-block {
        padding: 2rem 0 0 0;
        min-height: 400px;
        height: auto;
    }
}

/*todo added new class*/

.main-page .benefit {
    align-self: end !important;
    padding-bottom: 2rem;
    padding-left: 4rem;
    display: flex;
}

.main-page .header-benefit {
    display: flex;
    gap: 16px;
    margin-right: 8px;
    margin-left: 8px;
    width: max-content;
}

.main-page .header-benefit img {
    align-self: center;
}

.main-page .header-benefit p,
.main-page .header-benefit span {
    margin-bottom: 0;
    font-size: 16px;
}

.main-page .header-benefit div {
    background: #F7F4F2;
    padding: 16px;
    border-radius: 8px;
}


@media (max-width: 1022px) {
    .main-page .header-benefit {
        display: flex;
        gap: 6px;
        margin-right: 4px;
        margin-left: 6px;
        width: max-content;
    }

    .main-page .header-benefit p,
    .main-page .header-benefit span {
        margin-bottom: 0;
        font-size: 14px;
    }

    .main-page .header-benefit div {
        background: #F7F4F2;
        padding: 8px;
        border-radius: 8px;
    }
}

.input-with-icon {
    position: relative;
    display: inline-block;
}

.input-with-icon input {
    padding-left: 32px;
}

.input-with-icon .icon {
    position: absolute;
    left: 8px;
    top: 35%;
    transform: translateY(-50%);
    pointer-events: none;
}

.input-with-icon input:focus + .icon img {
    transform: scale(1.1);
    animation: pulse 0.5s ease;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1.1);
    }
}


.main-page .header-block {
    height: 480px;
    display: flex;
}

.main-page .header-block .header-form-title {
    align-self: center;
}

@media (max-width: 1022px) {
    .main-page .header-block {
        padding: 2rem 0 0 0;
        min-height: 400px;
        height: auto;
    }
}


.about-us-page {
    background: 100% 100% url("../images/tp-bg.svg") no-repeat, 50% 50% / cover url("../images/about-us-bg.jpg") no-repeat;
    height: 500px;
}

.about-us-page div {
    height: 500px;
}

.about-us-page span {
    color: #ff8185;
}

@media (max-width: 1022px) {
    .about-us-page {
        background: 50% 50% / cover url("../images/about-us-bg.jpg") no-repeat;
        height: 320px;
    }

    .about-us-page div {
        height: 320px;
    }

    .about-us-page h1 {
        font-size: 2rem;
    }

}

.revocation-premi {
    background: 100% 100% url("../images/tp-bg.svg") no-repeat,
        /*50% 70% / cover url("../images/revocation-bg.jpg") no-repeat;*/ 50% 70% / cover url("../images/revocation-bg-rem.jpg") no-repeat;
    min-height: 500px;
}

.revocation-premi div {
    height: 500px;
    display: flex;
}

.revocation-premi h1 {
    align-self: center;
}

@media (max-width: 1022px) {
    .revocation-premi {
        background: 50% 50% / cover url("../images/revocation-bg.jpg") no-repeat;
        min-height: 320px;
    }

    .revocation-premi h1 {
        font-size: 2rem;
    }

    .revocation-premi div {
        height: 320px;
    }
}

@media (max-width: 1280px) {
    .revocation-premi h1 {
        font-size: 2rem;
    }
}

.test-psychotechnique-sncf {
    background: 100% 100% url("../images/tp-bg.svg") no-repeat,
    50% 70% / cover url("../images/tp-img/test-psychotechnique-sncf-bg.jpg") no-repeat;
    min-height: 500px;
}

.test-psychotechnique-sncf div {
    height: 500px;
    display: flex;
}

.test-psychotechnique-sncf h1 {
    align-self: center;
    white-space: normal;
}

@media (max-width: 1022px) {
    .test-psychotechnique-sncf {
        background: 50% 50% / cover url("../images/tp-img/test-psychotechnique-sncf-bg.jpg") no-repeat;
        min-height: 320px;
    }

    .test-psychotechnique-sncf h1 {
        font-size: 2rem;
    }

    .test-psychotechnique-sncf div {
        height: 320px;
    }
}

@media (max-width: 1280px) {
    .test-psychotechnique-sncf h1 {
        font-size: 2rem;
    }
}


.test-psychotechnique-permis-rate {
    background: 100% 100% url("../images/tp-bg.svg") no-repeat,
    50% 10% / cover url("../images/tp-img/test-psychotechnique-permis-rate.jpg") no-repeat;
    min-height: 500px;
}

.test-psychotechnique-permis-rate div {
    height: 500px;
    display: flex;
}

.test-psychotechnique-permis-rate h1 {
    align-self: center;
}

@media (max-width: 1022px) {
    .test-psychotechnique-permis-rate {
        background: 50% 50% / cover url("../images/tp-img/test-psychotechnique-permis-rate.jpg") no-repeat;
        min-height: 320px;
    }

    .test-psychotechnique-permis-rate h1 {
        font-size: 2rem;
    }

    .test-psychotechnique-permis-rate div {
        height: 320px;
    }
}

@media (max-width: 1280px) {
    .test-psychotechnique-permis-rate h1 {
        font-size: 2rem;
    }
}

.visitemedicale {
    background: 0% 100% url("../images/tp-bg.svg") no-repeat,
    50% 70% / cover url("../images/revocation-bg.jpg") no-repeat;
    min-height: 500px;
}

.visitemedicale div {
    height: 500px;
    display: flex;
}

.visitemedicale h1 {
    align-self: center;
}

@media (max-width: 1022px) {
    .visitemedicale {
        background: 50% 50% / cover url("../images/revocation-bg.jpg") no-repeat;
        min-height: 320px;
    }

    .visitemedicale h1 {
        font-size: 2rem;
    }

    .visitemedicale div {
        height: 320px;
    }
}

@media (max-width: 1280px) {
    .revocation-premi h1 {
        font-size: 2rem;
    }
}

.sample-tests {
    background: 100% 100% url("../images/tp-bg.svg") no-repeat, 50% 50% / cover url("../images/sample-tests-bg.jpg") no-repeat;
    height: 500px;
}

.sample-tests div {
    display: flex;
    height: 500px
}

.sample-tests h1 {
    align-self: center;
}


@media (max-width: 1022px) {
    .sample-tests {
        background: 50% 50% / cover url("../images/sample-tests-bg.jpg") no-repeat;
        height: auto;
        min-height: 320px;
    }

    .sample-tests h1 {
        font-size: 2rem;
    }

    .sample-tests div {
        height: 320px;
    }
}

@media (max-width: 1280px) {

    .sample-tests h1 {
        font-size: 2rem;
    }
}

.test-psychotechnique-armee {
    background: 100% 100% url("../images/tp-bg.svg") no-repeat, 50% 50% / cover url("../images/tp-img/test-psychotechnique-armee-bg.jpg") no-repeat;
    height: 500px;
}

.test-psychotechnique-armee div {
    display: flex;
    height: 500px
}

.test-psychotechnique-armee h1 {
    align-self: center;
}


@media (max-width: 1022px) {
    .test-psychotechnique-armee {
        background: 50% 50% / cover url("../images/sample-tests-bg.jpg") no-repeat;
        height: auto;
        min-height: 320px;
    }

    .test-psychotechnique-armee h1 {
        font-size: 2rem;
    }

    .test-psychotechnique-armee div {
        height: 320px;
    }
}

@media (max-width: 1280px) {

    .test-psychotechnique-armee h1 {
        font-size: 2rem;
    }
}

.drivring-schools {
    background-image: url("../images/drivring-schools-bg.jpg");
    background-position: 50% 28%;
    background-repeat: no-repeat;
    background-size: cover;
}

.drivring-schools div {
    padding-top: 13rem;
    padding-bottom: 9rem;
}

@media (max-width: 1022px) {
    .drivring-schools div {
        padding-top: 8rem;
        padding-bottom: 6rem;
    }
}


.collectivity {
    background: 100% 100% url("../images/tp-bg.svg") no-repeat, 50% 50% / cover url("../images/collectivity-bg.jpg") no-repeat;
    height: 500px;
}

.collectivity div {
    height: 500px;
    display: flex;
}

.collectivity h1 {
    align-self: center;
}

@media (max-width: 1022px) {
    .collectivity {
        background: 50% 50% / cover url("../images/collectivity-bg.jpg") no-repeat;
        height: 320px;
    }

    .collectivity div {
        height: 320px;
    }
}

.medicine {
    background: 100% 100% url("../images/tp-bg.svg") no-repeat,
    50% 50% / cover url("../images/aac-tp-medtraval-bg.jpg") no-repeat;
}

.medicine div {
    padding-top: 13rem;
    padding-bottom: 9rem;
}

.mal-traval {
    background: 100% 100% url("../images/tp-bg.svg") no-repeat,
    50% 50% / cover url("../images/aac-tp-Mal-bg.jpg") no-repeat;
}

.mal-traval div {
    padding-top: 13rem;
    padding-bottom: 9rem;
}

.training-center {
    background-image: url("../images/training-center-bg.jpg");
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: cover;
}

.training-center div {
    padding-top: 13rem;
    padding-bottom: 9rem;
}

@media (max-width: 1022px) {
    .training-center div {
        padding-top: 8rem;
        padding-bottom: 6rem;
    }
}


.neuro-assessment {
    background: 100% 100% url("../images/tp-bg.svg") no-repeat, 50% 0% / cover url("../images/neuro-assessment-bg.jpg") no-repeat;
    height: 500px;
}

.neuro-assessment div {
    height: 500px;
    display: flex;
}

.neuro-assessment h1 {
    align-self: center;
    font-size: 2rem;
}

@media (max-width: 1022px) {
    .neuro-assessment div {
        height: 320px;
    }

    .neuro-assessment {
        background: 50% 50% / cover url("../images/neuro-assessment-bg.jpg") no-repeat;
        height: 320px;
    }
}

.who-are-we {
    background: 100% 100% url("../images/tp-pink-bg.svg") no-repeat, 50% 50% / cover url("../images/tp-img/who-are-we-bg.jpg") no-repeat;
}

.who-are-we div {
    height: 500px;
    display: flex;
}

.who-are-we h1 {
    align-self: center;
}

@media (max-width: 1022px) {
    .who-are-we {
        background: 50% 50% / cover url("../images/tp-img/who-are-we-bg.jpg") no-repeat;
    }

    .who-are-we div {
        height: 320px;
    }

    .who-are-we h1 {
        font-size: 2rem;
    }
}

.hiring {
    background: 100% 100% url("../images/tp-bg.svg") no-repeat, 50% 20% / cover url("../images/hiring-bg.jpg") no-repeat;
}

.hiring div {
    height: 500px;
    display: flex;
}

.hiring h1 {
    align-self: center;
}

@media (max-width: 1022px) {
    .hiring {
        background: 50% 20% / cover url("../images/hiring-bg.jpg") no-repeat;
    }

    .hiring div {
        height: 320px;
    }

    .hiring h1 {
        font-size: 2rem;
    }
}

.faq-head {
    background: 0 100% url("../images/tp-bg.svg") no-repeat, 50% 50% / cover url("../images/faq-bg.jpg") no-repeat;
    height: 500px;
}

.faq-head div {
    height: 500px;
    display: flex;
}

.faq-head h1,
.faq-head h2,
.faq-head p {
    align-self: center;
}

@media (max-width: 1022px) {
    .faq-head {
        background: 50% 50% / cover url("../images/faq-bg.jpg") no-repeat;
        /*background: 80% 50% / cover url("../images/faq-01.jpg") no-repeat;*/
        height: 320px;
    }

    .faq-head div {
        height: 320px;
    }

    .faq-head h1 {
        font-size: 2rem;
    }
}


.person-test-head {
    background: 0% 100% url("../images/tp-bg.svg") no-repeat, 50% 0% / cover url("../images/tests-de-personnalite.jpg") no-repeat;
    height: 500px;
}

.person-test-head div {
    height: 500px;
    display: flex;
}

.person-test-head h1,
.person-test-head h2,
.person-test-head p {
    align-self: center;
}

@media (max-width: 1022px) {
    .person-test-head {
        background: 80% 50% / cover url("../images/tests-de-personnalite.jpg") no-repeat;
        height: 320px;
    }

    .person-test-head div {
        height: 320px;
    }

    .person-test-head h1 {
        font-size: 2rem;
    }
}

.retake-test {
    background: 100% 100% url("../images/tp-bg.svg") no-repeat, 50% 100% / cover url("../images/psychotechnique-permis-rate.jpg") no-repeat;
    height: 500px;
}

.retake-test div {
    height: 500px;
    display: flex;
}

.retake-test h1,
.retake-test h2,
.retake-test p {
    align-self: center;
}

@media (max-width: 1022px) {
    .retake-test {
        background: 80% 50% / cover url("../images/psychotechnique-permis-rate.jpg") no-repeat;
        height: 320px;
    }

    .retake-test div {
        height: 320px;
    }

    .retake-test h1 {
        font-size: 2rem;
    }
}

.certified-doctors {
    background: 100% 100% url("../images/tp-bg.svg") no-repeat, 50% 5% / cover url("../images/medecin-agree-prefecture.jpg") no-repeat;
    height: 500px;
}

.certified-doctors div {
    height: 500px;
    display: flex;
}

.certified-doctors h1,
.certified-doctors h2,
.certified-doctors p {
    align-self: center;
}

@media (max-width: 1022px) {
    .certified-doctors {
        background: 80% 50% / cover url("../images/medecin-agree-prefecture.jpg") no-repeat;
        height: 320px;
    }

    .certified-doctors div {
        height: 320px;
    }

    .certified-doctors h1 {
        font-size: 2rem;
    }
}

.official-documents {
    background: 100% 100% url("../images/tp-bg.svg") no-repeat, 50% 100% / cover url("../images/les-lettres.jpg") no-repeat;
    height: 500px;
}

.official-documents div {
    height: 500px;
    display: flex;
}

.official-documents h1,
.official-documents h2,
.official-documents p {
    align-self: center;
}

@media (max-width: 1022px) {
    .official-documents {
        background: 80% 50% / cover url("../images/les-lettres.jpg") no-repeat;
        height: 320px;
    }

    .official-documents div {
        height: 320px;
    }

    .official-documents h1 {
        font-size: 2rem;
    }
}

.price-list {
    background: 100% 100% url("../images/tp-bg.svg") no-repeat, 50% 0 / cover url("../images/price-list.jpg") no-repeat;
    height: 500px;
}

.price-list div {
    height: 500px;
    display: flex;
}

.price-list h1,
.price-list h2,
.price-list p {
    align-self: center;
}

@media (max-width: 1022px) {
    .price-list {
        background: 80% 50% / cover url("../images/price-list.jpg") no-repeat;
        height: 320px;
    }

    .price-list div {
        height: 320px;
    }

    .price-list h1 {
        font-size: 2rem;
    }
}

.social-wall-pg {
    background: 100% 100% url("../images/tp-bg.svg") no-repeat, 50% 0 / cover url("../images/social-wall-bg.jpg") no-repeat;
    height: 500px;
}

.social-wall-pg div {
    height: 500px;
    display: flex;
}

.social-wall-pg h1,
.social-wall-pg h2,
.social-wall-pg p {
    align-self: center;
}

@media (max-width: 1022px) {
    .social-wall-pg {
        background: 80% 50% / cover url("../images/social-wall-bg.jpg") no-repeat;
        height: 320px;
    }

    .social-wall-pg div {
        height: 320px;
    }

    .social-wall-pg h1 {
        font-size: 2rem;
    }
}

.city-search {
    background: 100% 100% url("../images/tp-bg.svg") no-repeat, 50% 50% / cover url("../images/trouvercentre.jpg") no-repeat;
    height: 500px;
}

.city-search div {
    height: 500px;
    display: flex;
}

.city-search h1,
.city-search h2,
.city-search p {
    align-self: center;
}

@media (max-width: 1022px) {
    .city-search {
        background: 80% 50% / cover url("../images/trouvercentre.jpg") no-repeat;
        height: 320px;
    }

    .city-search div {
        height: 320px;
    }

    .city-search h1 {
        font-size: 2rem;
    }
}

.tests-QI {
    background-image: url("../images/test-qi.jpg");
    background-position: 50% 60%;
    background-repeat: no-repeat;
    background-size: cover;
}

.tests-QI div {
    padding-top: 12rem;
    padding-bottom: 12rem;
}

@media (max-width: 1022px) {
    .tests-QI div {
        padding-top: 8rem;
        padding-bottom: 6rem;
    }
}

.tests-wisc-v {
    background: 100% 100% url("../images/tp-bg.svg") no-repeat, 50% 90% / cover url("../images/wisc-v-child-0.jpg") no-repeat;
}

.tests-wisc-v div {
    height: 500px;
    display: flex;
}

.tests-wisc-v h1 {
    align-self: center;
}

@media (max-width: 1022px) {
    .tests-wisc-v {
        background: 50% 50% / cover url("../images/wisc-v-child-0.jpg") no-repeat;
    }

    .tests-wisc-v div {
        height: 320px;
    }

    .tests-wisc-v h1 {
        font-size: 2rem;
    }
}

@media (max-width: 1280px) {
    .tests-wisc-v h1 {
        font-size: 2rem;
    }
}

.teen-wallpaper-01 {
    background-image: url("../images/jun-icon/junior-bg-block-6.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.teen-wallpaper-01 img {
    height: auto;
    width: 111px;
}

@media (max-width: 1022px) {
    .teen-wallpaper-01 {
        height: auto;
        min-height: 320px;
    }
}

.teen-wallpaper-02 {
    background-image: url("../images/jun-icon/quote.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    height: auto;
}

.teen-wallpaper-02 .title-block {
    height: 400px;
}


.teen-wallpaper-02 .full-height-overlay {
    background-color: #ffffff;
    bottom: 0;
    left: 0;
    opacity: .7;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    height: 100%;
    min-height: 400px;
}

@media (max-width: 1022px) {
    .teen-wallpaper-02 {
        height: auto;
        min-height: 200px;
    }
}


.teen-wallpaper-03 {
    background-image: url("../images/jun-icon/teen-bg-03.jpg");
    background-attachment: fixed;
    background-position: 70% 30%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

@media (max-width: 1022px) {
    .teen-wallpaper-03 {
        height: auto;
        min-height: 320px;
    }
}

.jun-bg-head {
    background-image: url("../images/jun-icon/junior-bg-block-8.jpg");
    background-position: 50% 70%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    height: auto;
}

.jun-bg-head div {
    padding-top: 16rem;
    padding-bottom: 12rem;
}

@media (max-width: 1022px) {

    .jun-bg-head {
        min-height: 200px;
    }

    .jun-bg-head div {
        padding-top: 8rem;
        padding-bottom: 6rem;
    }
}

.license-price {
    background: 100% 100% url("../images/tp-bg.svg") no-repeat, 50% 50% / cover url("../images/tp-img/test-psychotechnique-du-permis-de-conduire-aac.jpg") no-repeat;
    height: 500px;
}

.license-price div {
    height: 500px;
    display: flex;
}

.license-price h1,
.license-price h2,
.license-price p {
    align-self: center;
}

@media (max-width: 1022px) {
    .license-price {
        background: 80% 50% / cover url("../images/tp-img/test-psychotechnique-du-permis-de-conduire-aac.jpg") no-repeat;
        height: 320px;
    }

    .license-price div {
        height: 320px;
    }

    .license-price h1 {
        font-size: 2rem;
    }
}

.medecin-agree-prefecture {
    background: 100% 100% url("../images/tp-bg.svg") no-repeat,
        /*50% 70% / cover url("../images/revocation-bg.jpg") no-repeat;*/ 50% 70% / cover url("../images/tp-img/medecin-agree-prefecture-bg.jpg") no-repeat;
    min-height: 500px;
}

.medecin-agree-prefecture div {
    height: 500px;
    display: flex;
}

.medecin-agree-prefecture h1 {
    align-self: center;
}

@media (max-width: 1022px) {
    .medecin-agree-prefecture {
        background: 50% 50% / cover url("../images/tp-img/medecin-agree-prefecture-bg.jpg") no-repeat;
        min-height: 320px;
    }

    .medecin-agree-prefecture h1 {
        font-size: 2rem;
    }

    .medecin-agree-prefecture div {
        height: 320px;
    }
}

@media (max-width: 1280px) {
    .medecin-agree-prefecture h1 {
        font-size: 2rem;
    }
}

/*headers end*/

/*text*/
.any-text {
    padding: 1rem;
    max-width: 100%;
}

.any-text p,
.any-text h1,
.any-text h2 {
    font-family: 'Nunito Sans', sans-serif;
    color: #181819;
    font-size: 1rem;
    text-align: center;
    margin: 1rem auto;
}

.any-text span {
    color: #FF8185;
}

.any-text .blue {
    color: #FF8185;
    font-style: italic;
    font-size: 1.1rem;
}

.any-text h3 {
    text-align: center;
    font-size: 1rem;
    color: #FF8185;
    font-weight: 600;
}

.any-text a {
    font-size: 1rem !important;
    color: #FF8185 !important;
    font-style: italic;
!important;
}

.update-any-text p,
.update-any-text h1,
.update-any-text h2 {
    font-family: 'Nunito Sans', sans-serif;
    color: #181819;
    font-size: 18px;
    text-align: left;
    margin: 1rem auto;
    line-height: 1.8;
}

.update-any-text li {
    font-family: 'Nunito Sans', sans-serif;
    color: #181819;
    font-size: 18px;
    text-align: left;
    /*line-height: 1.8;*/
}


.update-any-text span {
    color: #FF8185;
}

.update-any-text .blue {
    color: #FF8185;
    font-style: italic;
    font-size: 1.1rem;
}

.update-any-text h3 {
    text-align: left;
    font-size: 1rem;
    color: #FF8185;
    font-weight: 600;
}

.update-any-text a {
    font-size: 1rem !important;
    color: #FF8185 !important;
    font-style: italic !important;
}

.update-any-bg-text h3 {
    text-align: left;
    font-size: 1.2rem;
    color: #FF8185;
    font-weight: 600;
}

.bg-link a {
    color: #181819 !important;
}

.bg-link a:active,
.bg-link a:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}

.any-text .sub-text,
.any-bg-text .sub-text {
    font-weight: lighter;
    font-style: italic;
}

.black-text {
    color: #212529 !important;
}

.any-bg-text {
    padding: 1rem 0 1rem 0;
    width: 100%;
    background-color: #F7F4F2;
}

.any-bg-text p {
    text-align: center;
    font-size: 1rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
}

/*any title*/
.title-block {
    font-family: 'Vorkurs', sans-serif !important;
    padding: 1rem;
    max-width: 100%;
    text-align: center;
    margin: 1rem auto;
}

.title-text {
    font-family: 'Vorkurs', sans-serif !important;
    font-size: 1.6rem;
    color: #212529;
    font-weight: 600;
    margin-bottom: .5rem;
    text-align: center;
}

.title-text span {
    font-size: 1.6rem;
    color: #FF8185;
}

.title-text .sub-title {
    font-size: 1.2rem !important;
    font-weight: 600 !important;
    color: #181819;
    margin-bottom: 0;
}

.simple-title-text {
    text-align: center;
    margin-bottom: 0;
    font-size: 1.6rem;
    font-weight: 600;
    color: #181819;
}

.simple-title-text span {
    color: #181819;
}

.sub-title-block {
    text-align: center;
    color: #FF8185;
}

.sub-title-text {
    font-size: 1.2rem !important;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 600;
}

/*icons link*/

.icon-link-block {
    margin: 1rem auto;
    text-align: center;
}

.icon-link-block .row {
    padding-left: 0rem;
    padding-right: 0rem;
}

.icon-link-block .col-md-4 {
    text-align: center;
}

.icon-link {
    width: max-content;
    cursor: pointer;
    display: flex;
    margin: 1rem auto;
}

.icon-link img {
    width: auto;
    height: 60px;
}

.icon-link a {
    display: flex;
    float: right;
    margin: 0.3rem;
    text-decoration: none;
    text-align: left;
    font-style: normal;
    font-weight: 600;
    align-self: center;
}

.neuro-link {
    width: max-content;
    cursor: pointer;
    display: flex;
    margin: .3rem auto;
    padding: 1rem;
    max-width: 100%;

}

.neuro-link a {
    margin: 0.3rem;
    text-decoration: underline;
    text-align: center;
    font-style: italic;
    font-weight: 600;
}

/*dsgn element*/
.vague-lg {
    width: max-content;
    margin: 1.5rem auto;
    text-align: center;
}

.vague-lg img {
    height: 80px;
    width: auto;
}

@media (max-width: 1022px) {
    .vague-lg img {
        height: 45px;
        width: auto;
    }
}

.vague-sm {
    width: max-content;
    margin: 1.5rem auto;
    text-align: center;
}

.vague-sm img {
    height: 28px;
    width: auto;
    transform: scale(-1, 1);
}


/*pricing table*/
.price-table {
    margin: 1rem auto;
    text-align: center;
    font-size: 1.2rem;
}

.price-table p {
    font-size: 1rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.price-table button {
    padding: .25rem .5rem !important;
    width: auto;
    font-size: .6rem;
    border-radius: 0rem;
    margin-left: .5rem;
    margin-right: .5rem;
}

.price-table-cell {
    border-right: 1px solid rgba(24, 24, 25, 0.3);
    margin-right: auto;
    margin-left: auto;
}

.price-table-cell-end {
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 1022px) {
    .price-table-cell {
        border-right: none;
    }
}

.price-table .head {
    color: #181819;
    border-bottom: 1px solid rgba(24, 24, 25, 0.3);
}

.price-table .body {
    color: #FF8185;
    font-weight: 600;
}

.price-table .body span {
    color: rgba(24, 24, 25, 0.65);
    text-decoration: line-through;
    margin-right: .5rem;
}


/*calendar price table*/
.calendar-price-table {
    width: 50%;
    margin: 2rem auto;
}

@media (max-width: 1022px) {
    .calendar-price-table {
        width: 90%;
    }
}

.calendar-price-table .scroll {
    height: 400px;
    overflow-y: scroll;
}

.calendar-price-table p {
    margin-bottom: 0;
    font-size: 1rem;
}

.calendar-price-table .row {
    margin: 0;
}

.calendar-price-table .head {
    background-color: #F7F4F2;
    color: #181819;
    text-align: center;
}

.calendar-price-table .head p {
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    .calendar-price-table .head p {
        font-size: 1rem;
    }
}


.calendar-price-table .head .cell {
    padding: .2rem 0;
    border-right: 1px solid rgba(24, 24, 25, 0.25);
    display: flex;
}

.cell p {
    margin-right: auto;
    margin-left: auto;
    align-self: center;
}

.calendar-price-table .table-block .cell {
    padding: 1.2rem 0.5rem;
    border-right: 1px solid rgba(24, 24, 25, 0.25);
    text-align: center;
}

.calendar-price-table .table-block .cell p {
    margin: 0.5rem 0rem;
}

@media (max-width: 1022px) {
    .calendar-price-table .table-block .cell p {
        margin: auto;
        font-size: 0.8rem;
        font-weight: 300;
    }
}

@media (max-width: 1022px) {
    .calendar-price-table .table-block .cell {
        border: 1px solid rgba(24, 24, 25, 0.25);
        padding: 0;
    }
}

.table-block .row {
    border-bottom: 1px solid rgba(24, 24, 25, 0.25);
}

.table-block .btn-menu {
    padding: .5rem;
    margin: 0rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/*cities table*/
.cities-table {
    width: 50%;
    margin: 2rem auto;
}

@media (max-width: 1022px) {
    .cities-table {
        width: 90%;
        margin: 2rem auto;
    }
}

.cities-table p {
    margin: .5rem auto;
    font-size: 1rem;
}

@media (max-width: 1022px) {
    .cities-table p {
        margin: .5rem auto;
        font-size: .85rem;
    }
}

.cities-table .head {
    border-bottom: 1px solid rgba(24, 24, 25, 0.25);
}

.cities-table .head p {
    color: rgba(255, 129, 133, 0.4);
}

.cities-table .table-block {
    border-bottom: 1px solid rgba(24, 24, 25, 0.25);
}

.cities-table .head .col-9 {
    border-right: 1px solid rgba(24, 24, 25, 0.25);
}

.cities-table .table-block .row {
    border: none;
}

.cities-table .table-block .col-3 p {
    color: #d20073;
}

.cities-table .col-3 {
    padding-left: 0.5rem;
}

.cities-table .col-9 {
    padding-left: 2rem;
}

.cities-table .col-9 {
    border-right: 1px solid #083566;
}

.cities-table .table-block .col-9 p {
    color: #083566;
}

/*psy-tables*/
.psy-table {
    width: 50%;
    margin: 2rem auto;
}

@media (max-width: 1022px) {
    .psy-table {
        width: 90%;
    }
}

.psy-table .scroll {
    height: 400px;
    overflow-y: scroll;
}

.psy-table p {
    margin-bottom: 0;
    font-size: 1rem;
}

.psy-table .row {
    margin: 0;
}

.psy-table .head {
    background-color: #083566;
    color: #ffffff;
    text-align: center;
}

.psy-table .head p {
    font-size: 1.2rem;
    padding: .3rem 1rem;
}

.psy-table .head span {
    border-top: 1px solid #ffffff;
}

.psy-table .head .cell {
    padding: .2rem 0rem;
}

.psy-table .table-block .cell {
    padding: 0.5rem;
    text-align: center;
}

.psy-table .table-block .cell p {
    margin: 0.5rem 0rem;
}

@media (max-width: 1022px) {
    .psy-table .table-block .cell p {
        margin: .2rem auto;
        font-size: 0.8rem;
        font-weight: 300;
    }
}

@media (max-width: 1022px) {
    .psy-table .table-block .cell {
        padding: 0;
    }
}

/*info block x2 link*/

.info-block-link-x2 {
    margin: 2rem 2rem;
}

.info-block-link-x2 .info-area {
    background-color: #F7F4F2;
    padding: 2rem;
}

.info-block-link-x2 .col-md-5 {
    padding: 0;
}

@media (max-width: 768px) {
    .info-block-link-x2 .link-bg {
        max-width: 100%;
        height: auto;
    }
}

.head-info p {
    font-size: 1.2rem;
    font-weight: 600;
    color: #FF8185;
    margin-bottom: 0;
}

.head-info span {
    font-weight: 300;
}

@media (max-width: 1022px) {
    .head-info p {
        font-size: 1rem;
    }
}

.head-info img {
    height: 60px;
    width: auto;
    margin: 0 .7rem;
    /*align-self: center;*/
}

@media (max-width: 1022px) {
    .info-area .col {
        margin-top: 1rem;
        margin-bottom: 1rem;

    }
}

.lil-info {
    font-size: .8rem;
    margin: 1rem auto;
}

.lil-info span {
    color: #d20073;
}

/*info block x1 link*/
.info-block-link-x1 {
    margin: 2rem auto;
    width: 55%;
}

@media (max-width: 1022px) {
    .info-block-link-x1 {
        margin: 2rem auto;
        width: 90%;
    }
}

.info-block-link-x1 .col-md-7 {
    padding: 0;
}

.info-block-link-x1 .info-area {
    background-color: rgba(255, 207, 200, 0.11);
    padding: 2rem;
}

/*person of the month*/
.person-of-the-month {
    width: 60%;
    margin: 2rem auto;
}

@media (max-width: 1022px) {
    .person-of-the-month {
        width: 90%;
        background-size: 330px;
    }
}

.person-of-the-month img {
    height: 216px;
    width: auto;
    float: right;
}

@media (max-width: 1022px) {
    .person-of-the-month img {
        float: none;
    }
}

.person-body span {
    color: #FF8185;
    font-weight: 600;
}

.person-body .col-md-7 {
    margin-top: auto;
    margin-bottom: auto;
}

@media (max-width: 1022px) {
    .person-of-the-month .col-md-5 {
        text-align: center;
    }
}

.person-of-the-month .carousel-indicators li {
    background-color: #FF8185 !important;
}

.person-of-the-month .title p {
    font-family: 'Vorkurs', sans-serif !important;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    color: #181819;
}

.person-of-the-month .title span {
    font-size: 1.4rem;
    font-weight: 400;
    color: #FF8185;
}

/*features block steps*/
.step-block {
    text-align: center;
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}

.step-block span {
    font-size: 1.7rem;
    color: #083566;
    font-weight: 600;
}

@media (max-width: 1022px) {
    .step-block {
        width: 90%;
    }
}

.step-block .title p,
.step-block .title h3 {
    color: #083566;
    padding-bottom: 1rem;
}

.step-block img {
    height: 180px;
    width: auto;
}

.block-body p {
    text-align: left;
    position: relative;
    bottom: 125px;
    padding: 0rem 1.7rem;
    font-size: 1.1rem;
    line-height: 1.2rem;
    width: 90%;
}

.block-body-container {
    width: 180px;
    height: 180px;
}

@media (max-width: 1022px) {
    .block-body p {
        width: 100%;
    }
}

@media (min-width: 1900px) {
    .block-body p {
        padding: 0 0.7rem;
        margin-left: 1.1rem;
    }
}


.block-body .col-md-3 {
    height: 180px;
    z-index: 1;
}

.step-block .dott {
    border-bottom: 1px dotted #d20073;
    width: 80%;
    position: relative;
    bottom: 103px;
    margin-left: auto;
    margin-right: auto;
}

.dott {
    border-bottom: 1px dotted #d20073;
    width: 80%;
    margin: 1rem auto;
}

/*all test info links*/


/*.all-tests-link{*/
/*}*/

.all-tests-link .head {
    text-align: center;
}

.all-tests-link .head p {
    font-size: 1.6rem;
    font-weight: 600;
    color: #083566;
}

.link-module {
    cursor: pointer;
}

.link-module div {
    float: right;
    width: max-content;
    height: max-content;
    padding: .5rem 1rem .3rem 2.5rem;
    position: relative;
    bottom: 5.5rem;
}

.link-module .mgnt {
    background-color: #FF8185;
}

.link-module .cn {
    background-color: #181819;
}


.link-module .mgnt:hover,
.link-module .mgnt:focus,
.link-module .mgnt:active {
    box-shadow: none !important;
    opacity: 1 !important;
}

.link-module .mgnt p:hover,
.link-module .mgnt p:focus,
.link-module .mgnt p:active {
    box-shadow: none !important;
    opacity: 1 !important;
}

.link-module .cn:hover,
.link-module .cn:focus,
.link-module .cn:active {
    box-shadow: none !important;
    opacity: 1 !important;
}

.link-module .cn p:hover,
.link-module .cn p:focus,
.link-module .cn p:active {
    box-shadow: none !important;
    opacity: 1 !important;
}

.link-module :active,
.link-module :focus {
    box-shadow: 0 5px 0 0 #083566 !important;
}

.link-module :hover {
    opacity: 0.6;
}

.link-module p {
    color: #ffffff;
    font-weight: 600;
    font-size: 1rem;
    text-align: right;
    margin-bottom: 0;
}

/*team info*/
.team-portrait {
    width: 80%;
    margin: 2rem auto;
}

.team-portrait .block {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media (max-width: 1022px) {
    .team-portrait .block {
        text-align: center;
    }
}


.team-portrait .block p {
    font-family: 'Nunito Sans', sans-serif;
    margin-bottom: auto;
    margin-top: auto;
    padding: 0rem 0rem 0rem 2rem;
}

@media (max-width: 1022px) {
    .team-portrait .block p {
        padding: 0rem;
    }
}

.team-portrait .block span {
    color: #FF8185;
    font-weight: 600;
    font-size: 1.6rem;
}

.team-portrait .head {
    text-align: center;
}

.team-portrait .head p {
    font-size: 1.6rem;
    font-weight: 600;
    color: #083566;
}

.team-portrait img {
    height: 160px;
    width: auto;
    border-radius: 1rem;
}

@media (max-width: 1022px) {
    .team-portrait img {
        margin-bottom: 1.5rem;
    }
}

/*AAC recruits*/
.recruits .head {
    margin: 1rem auto;
    text-align: center;
}

.recruits .block {
    padding: 1rem 2rem;
    margin: 1rem;
    min-height: 275px;
}

.recruits .block span {
    color: #FF8185;
    font-weight: bold;
    font-size: 1rem;
}

.recruits .block p {
    padding-right: 2rem;
}

.recruits .block {
    text-align: center !important;
}

.recruits .sub-block {
    text-align: center;
}

.recruits .sub-block p {
    padding: 0;
    margin-bottom: 0;
}

.recruits img {
    width: auto;
    height: 22px;
}

.recruits i {
    font-size: initial;
}

/*first slider*/
.first-slider {
    width: 80%;
    margin: 4rem auto;
}

.first-slider .carousel-item {
    text-align: center;
}

.first-slider img {
    height: auto;
    width: 100%;
    border: 1px solid #000;
}


.first-slider .carousel-control-prev {
    background-color: transparent;
    border: none;
    position: absolute;
    z-index: 1;
    width: 10%;
    opacity: 1;
    transition: none;
}

.first-slider .carousel-control-next {
    background-color: transparent;
    border: none;
    position: absolute;
    z-index: 1;
    display: flex;
    width: 10%;
    opacity: 1;
    transition: none;
}


.first-slider .slide-button img {
    height: 40px;
    width: auto;
    border: none;
}

/*second slider*/
.second-slider {
    width: 80%;
    margin: 4rem auto;
}

.second-slider img {
    height: auto;
    width: 100%;
}

.second-slider .carousel-indicators li {
    width: 7px;
    height: 7px;
    margin-right: .5rem;
    margin-left: .5rem;
    cursor: pointer;
    background-color: #000;
    opacity: 1;
    transition: none;
    position: relative;
    top: 4rem;
    border-radius: 50%;
}

/*news slider*/
.news-slider {
    width: 80%;
    margin: 4rem auto;
}

.news-slider a {
    width: 100%;
    display: block;
}

.news-slider .news-slider-block {
    padding: 1rem;
    text-align: left;
    background-color: #ffffff;
    border-radius: 1rem;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
}

.news-slider .news-slider-block .woof {
    color: #FF8185;
    font-weight: 600;
    text-align: center;
}

.news-slider .news-slider-block:hover img {
    transform: scale(115%);
    transition: 600ms ease-out;
}

.news-slider .container-text {
    max-width: 280px;
    height: 70px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: break-word;
}

.news-slider .container-image {
    overflow: hidden;
    /*width: 228px;*/
    width: auto;
    height: 230px;
    display: flex;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}

/*.news-slider .container-image img {*/
/*    position: relative;*/
/*    right: 30%;*/
/*}*/

.news-slider .carousel-control-prev {
    background-color: transparent;
    border: none;
    position: absolute;
    z-index: 1;
    width: 10%;
    opacity: 1;
    transition: none;
}

.news-slider .carousel-control-next {
    background-color: transparent;
    border: none;
    position: absolute;
    z-index: 1;
    display: flex;
    width: 10%;
    opacity: 1;
    transition: none;
}


.news-slider .slide-button img {
    height: 40px;
    width: auto;
    border: none;
}

@media (max-width: 768px) {
    .news-slider {
        width: 100%;
        /*margin: 4rem auto;*/
    }

    .news-slider .carousel-control-prev {
        display: none;
    }

    .news-slider .carousel-control-next {
        display: none;
    }
}

/*icon input*/
.input-with-icon {
    position: relative;
    display: inline-block;
}

.input-with-icon input {
    padding-left: 32px;
}

.input-with-icon .icon {
    position: absolute;
    left: 8px;
    top: 35%;
    transform: translateY(-50%);
    pointer-events: none;
}

.input-with-icon input:focus + .icon img {
    transform: scale(1.1);
    animation: pulse 0.5s ease;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1.1);
    }
}

/*simple input*/
.simple-input input {
    width: 292px;
    padding: 0.5rem 1.5rem;
    font-size: .9rem;
    color: #000000;
    font-weight: 600;
    border: 1px solid #083566;
    border-radius: 4px;
}

.simple-input input::placeholder {
    font-weight: 400;
    opacity: 0.5;
    color: #000000;
}

/*primary form*/

.primary-form input {
    padding: 1rem .7rem;
    font-size: .9rem;
    color: rgba(0, 0, 0, 1);
    border: 1px solid #083566;
    margin: .7rem 0rem;
    width: 100%;
}

.primary-form label {
    font-size: .7rem;
}

.primary-form textarea {
    padding: 1rem .7rem;
    font-size: .9rem;
    color: rgba(0, 0, 0, 0.5);
    border: 1px solid #083566;
    margin: .7rem 0rem;
    width: 100%;
}

/*select-form*/
.select-form select {
    height: calc(2em + 0.75rem + 2px);
    padding: 0rem .5rem;
    font-size: .9rem;
    color: rgba(0, 0, 0, 0.50);
    background: url("../images/marker.jpg") no-repeat right .5rem bottom .2rem/11px 11px !important;
    border: 1px solid #083566 !important;
    border-radius: 0rem !important;
}


.select-form select:disabled {
    background-color: #e3e3e3 !important;
    border-color: #e3e3e3 !important;
}


/*inline input form end*/
.inline-input button {
    margin: .7rem 0;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

@media (max-width: 1022px) {
    .inline-input {
        text-align: center !important;
    }
}

/*video*/
.video {
    margin: 3rem auto;
}

.video div {
    width: 100%;
    height: 469px;
}

.video iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 1022px) {
    .video div {
        width: 100%;
        height: max-content;
    }

}

@media (max-width: 1022px) {
    .video iframe {
        width: 100%;
        height: auto;
    }

}

.quiz-video-block {
    margin: 0 0 3rem 0;
}

.quiz-video-block div {
    width: 100%;
    height: 450px;
}

.quiz-video-block iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 1022px) {
    .quiz-video-block {
        margin: 1rem auto;
    }

    .quiz-video-block div {
        width: 100%;
        height: max-content;
    }

    .quiz-video-block iframe {
        width: 100%;
        height: auto;
    }
}

/*backgrounds*/
.white-bg-30 {
    background-color: rgba(255, 255, 255, 0.3);
}

.green-bg {
    background-color: rgba(8, 207, 200, 0.1);
}

.green-bg-full {
    background: rgba(8, 207, 200, 0.1);
    min-height: 300px;
    height: auto;
}

.green-bg-alfa {
    background: #d6f7f6;
}

.pink-bg {
    background-color: #fffaf9;
}

.pink-bg-1 {
    background-color: rgba(255, 207, 200, 0.34);
}

.tp-card, .grey-bg {
    background-color: #F7F4F2;
}

.d-grey-bg {
    background-color: rgba(24, 24, 25, 0.4);
}

.tp-color-bg {
    background-color: rgba(255, 129, 133, 0.4);
}

.tp-red-bg {
    background-color: #FF8185;
}

.bg-01 {
    background: url("../images/bg-1.jpg") no-repeat left .0rem center /auto 100% !important;
}

.bg-02 {
    background: url("../images/bg-2.jpg") no-repeat right .0rem center /auto 100% !important;
}

.bg-03 {
    background: url("../images/bg-3.jpg") no-repeat right .0rem center /auto 100% !important;
}

.bg-04 {
    background: url("../images/bg-4.jpg") no-repeat right .0rem center/auto 100% !important;
}

.bg-05 {
    background: url("../images/bg-5.jpg") no-repeat right .0rem center/auto 100% !important;
}

.bg-06 {
    background: url("../images/bg-6.jpg") no-repeat left .0rem center/auto 100% !important;
}

.bg-07 {
    background: url("../images/bg-7.jpg") no-repeat left .0rem center/auto 100% !important;
}

.bg-08 {
    background: url("../images/bg-8.jpg") no-repeat right .0rem center /auto 100% !important;
}

.bg-09 {
    background: url("../images/bg-9.jpg") no-repeat right .0rem center /auto 100% !important;
}

.bg-10 {
    background: url("../images/bg-10.jpg") no-repeat left .0rem center /auto 100% !important;
}

.bg-11 {
    background: url("../images/bg-11.jpg") no-repeat right .0rem center /auto 100% !important;
}

.bg-12 {
    background: url("../images/bg-12.jpg") no-repeat left .0rem center /auto 100% !important;
}

.bg-13 {
    background: url("../images/bg-13.jpg") no-repeat right .0rem center /auto 100% !important;
}

@media (max-width: 1022px) {
    .bg-01,
    .bg-02,
    .bg-03,
    .bg-04,
    .bg-05,
    .bg-06,
    .bg-07,
    .bg-08,
    .bg-09,
    .bg-10,
    .bg-11,
    .bg-12,
    .bg-13 {
        background-size: 40% !important;
    }
}

.modal-alert-bg {
    background-color: #d20073;
}

.modal-alert-bg a {
    color: #ffffff !important;
}

.grl-bg-block {
    background: 100% 12% / cover url("../images/jun-icon/left-girl-img.jpg");
}

.man-bg-block {
    background: 100% 30% / cover url("../images/jun-icon/right-man-img.jpg");
}

.child-sup-img {
    background: 45% / cover url("../images/jun-icon/BO-bg-subtext.jpg");
    height: 100%;
    width: auto;
}

/*visual elements*/
.wheel-form {
    text-align: center;
}

.wheel-form button {
    font-size: 1rem;
}

.wheel-form p {
    font-weight: 600;
}

.mind-form {
    text-align: center;
}

.mind-form img {
    height: 160px;
    width: auto;
}

.mind-form button {
    font-size: 1rem;
}

.mind-form p {
    font-weight: 600;
}

.socicon-block {
    text-align: center;
}

.socicon-block p {
    font-weight: 600;
    margin-bottom: 1rem;
}

.infographic {
    text-align: center;
    margin: 3rem auto;
}

.icon-pdf {
    height: 20px;
    margin-bottom: 0.7rem;
}

.our-clients {
    text-align: center;
    padding: 0.5rem 1rem 3rem 1rem;
}

.our-clients .row {
    padding: .8rem 1rem;
}

.our-clients p {
    margin-bottom: 2rem;
}

.media-img {
    text-align: center;
    margin: 3rem auto;
}

.border-blue {
    margin: 3rem auto;
    border-bottom: 1px solid rgba(24, 24, 25, 0.6);
}

/*faq*/
.faq-block {
    margin-left: auto;
    margin-right: auto;

}

.faq-block p {
    font-family: 'Nunito Sans', sans-serif;
}

.faq-block .col-md-4 {
    text-align: center;
    display: flex;
}

.faq-block .col-md-8 {
    text-align: left;
    line-height: normal;
}

.faq-block a {
    font-family: 'Nunito Sans', sans-serif;
    color: #181819 !important;
    font-size: 1rem;
    text-decoration: underline;
    font-style: italic;
    width: max-content;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.faq-block h1, .faq-block h2 {
    width: max-content;

}

.faq-block span {
    font-size: 1.2rem;
    color: #FF8185;
    font-weight: 500;
    font-family: 'Nunito Sans', sans-serif;
}

.faq-block .title-text {
    text-align: left;
}

.faq-block .inline-input button {
    padding: 1rem 4rem !important;
}

/*modal*/
.modal-title {
    text-align: left;
    font-size: 2.6rem;
    color: #181819;
    font-weight: 600;
    margin-bottom: .5rem;
}

@media (max-width: 1022px) {
    .modal-title {
        font-size: 1.3rem;
    }

    .faq-block a {
        margin-top: .3rem;
        margin-bottom: .3rem;
    }
}

.modal-form .modal-content {
    border: none;
    background-color: #F7F4F2;
    border-radius: 0;
}

.modal-form .modal-header,
.modal-form .modal-footer {
    border: none;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media (max-width: 1022px) {
    .modal-form .modal-header {
        height: 1rem;
    }
}

.modal-form .date-input {
    background: url(../images/form-calendar-icon.png) no-repeat scroll 97% 4px #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.modal-form .date-input:disabled {
    background: #e3e3e3 !important;
    border-color: #e3e3e3 !important;
}

.modal-form button {
    width: auto;
    border-radius: 0;
    padding: .5rem 3rem;
}

.modal-form input {
    padding: .8rem .7rem;
}

.modal-form .modal-header .close {
    padding: 0;
    margin: 0;
    left: 50px;
    position: relative;
    bottom: 90px;
    opacity: 1 !important;
}

@media (max-width: 1022px) {
    .modal-form .modal-header .close {
        left: 15px;
        bottom: 48px;
    }
}

.modal-form .modal-header .close span {
    font-size: 6rem;
    color: #FF8185;
    text-shadow: none !important;
}

@media (max-width: 1022px) {
    .modal-form .modal-header .close span {
        font-size: 4rem;
    }
}

.modal-form select {
    font-size: .7rem;
    /*color: rgba(0, 0, 0, 0.50);*/
    background: url("../images/select-arrow.png") no-repeat right 5% bottom .9rem/10px 10px #fff !important;
    border: 1px solid #083566 !important;
    border-radius: 0rem !important;
    padding: .8rem .7rem;
    margin: .7rem 0rem;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 49px;
}

.modal-block {
    background-color: rgba(8, 53, 102, 0.65);
}

input[type="file"] {
    display: none;
}

.custom-file-upload label {
    border: 1px solid #083566;
    display: inline-block;
    padding: .8rem .7rem;
    cursor: pointer;
    background-color: #b2f0ee;
    color: #000;
    font-weight: 400;
    font-size: .7rem;
    margin: .7rem 0rem;
    width: 100%;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*news block*/
.news {
    text-align: center;
    margin-top: 3rem;
}

.news .bg-01,
.news .bg-02,
.news .bg-03,
.news .bg-04,
.news .bg-05,
.news .bg-06,
.news .bg-07,
.news .bg-08,
.news .bg-09,
.news .bg-10,
.news .bg-11,
.news .bg-12,
.news .bg-13 {
    background-size: 140% !important;
}


.news p {
    margin-bottom: 0;
}

.news .title-text span {
    font-weight: 600;
}

.blog-medical-approved h2 {
    font-size: 1.6rem;
    color: #083566;
    font-weight: 600;
    margin-bottom: .5rem;
}


.news .media-img {
    margin: 1rem auto;
}

.news-vertical-border {
    width: 1px;
    height: 100%;
    background-color: #000000;
    float: right;
}

.news-block {
    padding-left: 4rem;
    padding-right: 4rem;
}

@media (max-width: 1022px) {
    .news-block {
        padding-left: .5rem;
        padding-right: .5rem;
    }
}

.news-border-block {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.news-border {
    background-color: #000000;
    position: relative;
    top: 33px;
    z-index: 1;
    height: 1px;
}

.news-border img {
    position: relative;
    bottom: 14px;
    left: 50%;
}

.news-btn-block {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: left;
}

.news-btn-block button {
    width: 100% !important;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
}

.top-btn-separate {
    margin-top: 33px;
}

.bottom-btn-separate {
    margin-top: -29px;
}

.news-form-tittle .title-text,
.news-form-tittle .title-text span {
    font-size: .9rem;
}

.input-hint {
    width: 292px;
    text-align: center;
    background-color: rgba(247, 244, 242, 0.9);
    border: 1px solid #fff;
    color: rgba(0, 0, 0, 1);
    font-size: .8rem;
    margin: 0rem auto;
    padding: .3rem 0rem;
    font-weight: lighter;
    font-style: italic;
    border-radius: 0;
    cursor: pointer;
}

.input-hint:hover {
    background-color: rgba(255, 207, 200, 1);
}

.callback-nav-menu-btm {
    position: relative;
    bottom: 38px;
}

.blog-medical-approved h2 {
    font-size: 1.6rem;
    color: #FF8185;
    font-weight: 600;
    margin-bottom: .5rem;
}

/*psycholog aac block*/
.psy-sertif .block {
    height: 160px;
    width: 160px;
    cursor: pointer;
    border-radius: 1rem;
}

.psy-sertif .simple-title-text span {
    color: #ffffff;
}

.psy-sertif .block:hover {
    opacity: 0.6;
}

.psy-sertif .block:active,
.psy-sertif .block:focus {
    box-shadow: 0 5px 0 0 rgba(24, 24, 25, 0.4) !important;
}

.psy-sertif p {
    margin-bottom: .1rem;
}

.neuro-container {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.neuro-block {
    margin: 1rem;
    text-align: center;
    border-radius: 1rem;
}

.neuro-block div {
    display: grid;
    min-height: 80px;
}

.neuro-block span {
    cursor: pointer;
    /*color: #181819;*/
    color: #ffffff;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 1rem;
}

.neuro-block p {
    background-color: #F7F4F2;
    margin-top: 0;
    margin-bottom: 0;
    padding: 1rem 2rem;
    text-align: left;
}

.neuro-block h3 {
    padding: 1rem 2rem;
    align-self: center;
}

.benefit-block {
    z-index: 15;
}

.benefit-line {
    border-bottom: 1px dotted #d20073;
    width: 60%;
    position: relative;
    bottom: 135px;
    margin-left: auto;
    margin-right: auto;
}

.benefit-line-col-4 {
    border-bottom: 1px dotted #d20073;
    width: 75%;
    position: relative;
    bottom: 160px;
    margin-left: auto;
    margin-right: auto;
}

/*icon block for formation v2*/
.icon-block-1 p {
    margin-top: 0;
}

.icon-block-1 .card {
    word-wrap: break-word;
    border: none !important;
}

.icon-block-1 .mbr-iconfont {
    font-size: 80px;
    color: #D20073;
}

.icon-block-1 .panel-item {
    background-color: rgba(255, 207, 200, 0.34);
    height: 100%;
    padding: 2rem 1rem;
}

.icon-block-1 .panel-item .title-text {
    color: #d20073;
    font-weight: bold;
    font-size: 1.6rem !important;
}

.icon-block-1 .persent {
    color: #083566;
    font-size: 3.5rem !important;
    font-weight: 600;
}

.icon-block-1 .count {
    font-weight: 600;
    color: #083566;
    font-size: 5.5rem !important;
}


/*icon block for bilan v2*/
.icon-block-4 p {
    margin-top: 0;
}

.icon-block-2 .card {
    word-wrap: break-word;
    border: none !important;
}

.icon-block-2 .mbr-iconfont {
    font-size: 80px;
    color: #D20073;
}

.icon-block-2 .panel-item {
    background-color: rgba(8, 207, 200, 0.30);
    height: 100%;
    padding: 2rem 1rem;
}

.icon-block-2 .panel-item .title-text {
    color: #d20073;
    font-weight: bold;
    font-size: 1.6rem !important;
}

.icon-block-2 .persent {
    color: #083566;
    font-size: 3.5rem !important;
    font-weight: 600;
}

.icon-block-2 .count {
    font-weight: 600;
    color: #083566;
    font-size: 5.5rem !important;
}

.link-button {
    color: #fff !important;
}

.link-button:hover,
.link-button:focus,
.link-button:active {
    color: #fff !important;
}

.how-to-bg-0 {
    padding: 1rem;
    background: #F7F4F2 url("../images/01-psy.svg") no-repeat right -2.5rem bottom -2.5rem/140px 140px !important;
    min-height: 160px;
}

.how-to-bg-1 {
    padding: 1rem;
    background: #F7F4F2 url("../images/02-psy.svg") no-repeat right -2.5rem bottom -2.5rem/140px 140px !important;
    min-height: 160px;
}

.how-to-bg-2 {
    padding: 1rem;
    background: #F7F4F2 url("../images/03-psy.svg") no-repeat right -2.5rem bottom -2.5rem/140px 140px !important;
    min-height: 160px;
}

.how-to-bg-3 {
    padding: 1rem;
    background: #F7F4F2 url("../images/04-psy.svg") no-repeat right -2.5rem bottom -2.5rem/140px 140px !important;
    min-height: 160px;
}

.how-to-bg-4 {
    padding: 1rem;
    background: #F7F4F2 url("../images/05-psy.svg") no-repeat right -2.5rem bottom -2.5rem/140px 140px !important;
    min-height: 160px;
}

.ya-share2 span {
    background-color: #083566 !important;
}


.collapse-buttons {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #181819;
}

.collapse-buttons:hover {
    color: #FF8185;
}

@media (max-width: 768px) {
    .collapse-buttons {
        font-size: 1rem;
        font-weight: 600;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .header-menu-element {
        height: auto;
        width: auto;
        background-color: #00d3c9;
        background-color: rgba(0, 211, 201, 0.85);
        padding: 1rem;
        text-align: center;
        margin: 15px;
        cursor: pointer;
    }

    .header-menu-element:hover {
        background-color: #aaefec;
    }

    .header-menu-element a:hover {
        color: #ffffff !important;
    }
}

@media (max-width: 768px) {
    .header-menu-element {
        margin: 8px;
        padding: .5rem;
        /*background-color: rgba(0, 211, 201, 0.85);*/
        /*font-weight: bold;*/
    }

    .header-menu-element img {
        height: 48px;
    }

    .navbar-expand-lg .dropdown-item {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

}

.close-modal-btn {
    opacity: 1 !important;
}

.close-modal-btn span {
    font-size: 6rem;
    color: #d20073;
    text-shadow: none !important;
    position: absolute;
    top: -60px;
    right: -35px;
}

.sub-category {
    width: max-content;
}

.sub-category a {
    margin: 0.3rem;
    text-decoration: underline;
    text-align: left;
    font-style: italic;
    font-weight: 600;
}

.sub-category span {
    color: #d20073;
}

.tip img {
    position: relative;
    top: 56px;
    left: 175px;
    height: 40px;
    width: 40px;
}

.tip p {
    position: relative;
    top: 64px;
    left: 144px;
    color: #ffffff;
}

.teen-wrapper {
    min-height: 360px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    float: none;
}

@media (max-width: 768px) {
    .tip img {
        position: relative;
        top: 56px;
        left: 120px;
        height: 40px;
        width: 40px;
    }

    .tip p {
        position: relative;
        top: 64px;
        left: 89px;
        color: #ffffff;
    }

}

.boj-topic {
    background-color: #ffffff;
    padding-top: 2rem;
    padding-bottom: 2rem;
    height: 680px;
}

.boj-topic .topic-text-block {
    padding: 1rem;
    border-radius: 100%;
    background-color: #e5fafa;
    width: 600px;
    height: 600px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 10;
}

.boj-topic .topic-sub-img {
    border-radius: 100%;
    background-color: #ffcec9;
    height: 200px;
    width: 200px;
    display: block;
    position: relative;
    bottom: 260px;
    left: 60%;
    z-index: 1;
}


/*slider boj*/
.boj-header .img-block-01 {
    width: auto;
    height: 500px;
    background: url("../images/jun-icon/simpl-bg-28.jpg") no-repeat;
    background-size: cover;
}

.boj-header .img-block-02 {
    width: auto;
    height: 500px;
    background: 50% / 100% url("../images/jun-icon/simpl-bg-30.jpg") no-repeat;
    background-size: cover;
}

.boj-header .img-block-03 {
    width: auto;
    height: 500px;
    background: url("../images/jun-icon/simpl-bg-29.jpg") no-repeat;
    background-size: cover;
}

.boj-header-text {
    position: absolute;
    /*top: 33%;*/
    width: 100%;
    height: 100%;
}

.boj-header-text .text-block {
    padding: 2rem 0;
    /*border: 6px solid #00d3c9;*/
}

.boj-header .carousel-item {
    min-height: 450px;
    height: max-content;
}

.boj-header .carousel-indicators li {
    background-color: #d20073 !important;
}

@media (max-width: 1280px) {
    .boj-header .slide-img {
        height: 80vh;
        width: auto;
    }
}

.quote {
    background-color: inherit;
    padding: 2rem 5rem;
    /*text-align: center;*/
}

.quote img {
    border-radius: 50%;
    padding: 2rem;
    /*margin-right: auto;*/
    /*margin-left: auto;*/
    float: right;
    z-index: 2;
    position: relative;
}

.quote .full-height-info p {
    width: 60%;
}

.back-circle {
    opacity: .5;
    position: absolute;
    height: 140px;
    width: 140px;
    background-color: #00d3c9;
    border-radius: 50%;
    float: right;
    bottom: 8%;
    left: 85%;
    z-index: 1;
}

/*slider boj*/

.doc-delivery .text-block {
    width: 50%;
}

.text-block-decorator {
    background-color: #00d3c940;
    border-radius: 50%;
    height: 130px;
    width: 130px;
    margin: 0 auto;
}

.text-block-decorator img {
    margin: 0 auto;
    padding: 1rem;
}

.city-text ul {
    list-style: url("../images/jun-icon/dotes-03.jpg") inside;
    background-size: 12px;
    line-height: 1.7;
    text-align: center;
}

.city-text p {
    margin: 0;
}

/*coty-text page images*/

.rnd-image-frame {
    text-align: center;
    align-items: center;
    height: 350px;
    width: 350px;
    overflow: hidden;
    border-radius: 100%;
    margin-top: 2rem;
}

.rnd-image-frame .overlay {
    height: 320px;
    width: 320px;
    border-radius: 100%;
    z-index: 20;
    opacity: .6;
    top: 10%;
    left: 17%;

}

.rnd-image-frame img {
    border-radius: 100%;
    height: 320px;
    width: 320px;
    position: absolute;
    top: 10%;
    left: 17%;
}


@media (max-width: 768px) {

    .boj-header-text .text-block {
        padding: 0;
        /*border: 6px solid #00d3c9;*/
    }

    .boj-header .title-text {
        font-size: 1rem;
    }

    .boj-header .title-text span {
        font-size: 1rem;
    }

    .boj-header .header-text-title h1 {
        font-size: 2rem;
    }

    .boj-header .vague-sm {
        margin: 0.5rem auto;
    }

    .boj-header .slide-img {
        height: 70vh;
        width: auto;
    }

    .boj-header .title-text {
        padding-right: 0;
        padding-left: 0;
    }

    .boj-header .img-block-01 {
        width: auto;
        height: 500px;
        background: url("../images/jun-icon/simpl-bg-25-m.jpg") no-repeat;
        background-size: cover;
    }

    .boj-header .img-block-02 {
        width: auto;
        height: 500px;
        background: url("../images/jun-icon/simpl-bg-27-m.jpg") no-repeat;
        background-size: cover;
    }

    .boj-header .img-block-03 {
        width: auto;
        height: 500px;
        background: url("../images/jun-icon/simpl-bg-24-m.jpg") no-repeat;
        background-size: cover;
    }

    .boj-header .full-height-overlay {
        background-color: #ffffff;
        bottom: 0;
        left: 0;
        opacity: .7;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 0;
        height: 500px;
        min-height: auto;
    }

    .boj-topic {
        background-color: #083566;
        height: auto;
    }

    .boj-topic .topic-text-block {
        padding: 1rem;
        border-radius: 0;
        background-color: #ffffff;
        width: 300px;
        height: auto;
    }

    .boj-topic .topic-sub-img {
        display: none;
    }

    .quote .full-height-info p {
        width: 100%;
    }

    .quote {
        background-color: inherit;
        padding: 2rem 1rem;
        /*text-align: center;*/
    }

    .doc-delivery .text-block {
        width: 100%;
    }
}

.dots p::before {
    content: '';
    display: inline-block;
    width: .5rem;
    height: .5rem;
    background-color: #FF8185;
    border-radius: 100%;
    margin-right: .5rem;
}

.dual-video .tp-red-bg {
    min-height: 178px;
}

.dual-video .accordion:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

.psycho-head-text-block {
    background-color: #F7F4F2;
    height: auto;
    width: 320px;
    padding: 1.5rem;
    position: relative;
    left: 10%;
    font-family: 'Vorkurs', sans-serif;
}

@media (max-width: 768px) {
    .psycho-head-text-block {
        background-color: rgba(247, 244, 242, 0.8);
    }
}

.psycho-head-text-block h1 {
    font-size: 40px;
}

.psycho-head-text-block span {
    font-size: 28px;
    color: #FF8185;
}

.tp-med-steps p {
    text-align: left;
    padding-left: 4rem;
    max-width: 400px;
}

.tp-med-steps {
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.tp-med-steps .title-block {
    padding-bottom: 2rem;
}

.tp-med-benefit {
    display: flex;
    min-height: 680px;
    background: 50% 50%/ cover url("../images/tp-benefit-bg.jpg") no-repeat;
}

.tp-med-benefit .info-block {
    padding: 2rem;
    align-self: center;
    margin-right: auto;
    margin-left: auto;
    background: #F7F4F2;
}

@media (max-width: 768px) {
    .tp-med-benefit .info-block {
        background: rgba(247, 244, 242, 0.65);
    }
}

@media (max-width: 768px) {
    .tp-med-benefit {
        min-height: auto;
    }
}

.tp-med-fech .med-icn-card {
    display: flex;
    align-self: center;
}

.tp-med-fech .med-icn-card p {
    max-width: 180px;
    min-width: 160px;
}

.mal-bilan-img {
    display: flex;
    background-color: #F7F4F2;
}

.mal-bilan-img img {
    margin: auto;
    align-self: center;
    padding: 5rem;
}

.mal-steps-img {
    display: flex;
    background-color: #F7F4F2;


    /*padding: 4rem 0;*/
    /*max-height: 900px;*/
}

.mal-steps-img img {
    margin: auto;
    align-self: center;
    max-width: 960px;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.mal-steps-text {
    margin: 0 auto;
    padding: 2rem;
    background-color: #FF8185;
    color: #ffffff;
    font-weight: bold;
    width: 400px;
    z-index: 2;
    position: inherit;
}

@media (max-width: 768px) {
    .mal-steps-text {
        width: 300px;
    }
}

.mal-steps .col-md-5 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.mal-steps .separate {
    text-align: center;
    overflow: hidden;
    height: 140px;
}

.mal-steps .separate img {
    position: relative;
    bottom: 20px;
    z-index: 1;
}

.social-wall-card {
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
    padding: 0 0 32px;
    gap: 16px;

    position: relative;
    width: 338px;
    height: 448px;

    background: #F7F4F2;
    margin: 32px auto;
}

.social-wall-card:hover .fb-image div {
    background: rgba(0, 0, 0, 0);
}

.social-wall-card .fb-image {
    width: 338px;
    height: 298px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 1;
    overflow: hidden;
    display: flex;
}

.social-wall-card .fb-image .screen {
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 1;
}

.social-wall-card .fb-image .icon {
    z-index: 2;
    position: absolute;
    left: 5.33%;
    right: 85.21%;
    top: 4.02%;
    bottom: 88.84%;
}

.social-wall-card .fb-image div {
    position: absolute;
    width: 338px;
    height: 298px;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.35);
}

.social-wall-card .fb-tittle {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0 16px;
    gap: 10px;
    width: 338px;
    height: 52px;
    overflow: hidden;
}

.social-wall-card .fb-tittle p {
    font-style: normal;
    font-weight: 700;
    color: #000000;
    flex-grow: 1;
}

.social-wall-card .fb-link {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0 16px;
    gap: 13px;
    width: 266px;
    height: 32px;
}

.social-wall-card-large {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 0 32px;
    gap: 16px;

    position: relative;
    width: 700px;
    height: 448px;

    background: #F7F4F2;
    margin: 32px auto;
}

.social-wall-card-large:hover .fb-image div {
    background: rgba(0, 0, 0, 0);
}

.social-wall-card-large .fb-image {
    width: 700px;
    height: 298px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 1;
    overflow: hidden;
    display: flex;
}

.social-wall-card-large .fb-image .screen {
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 1;
    height: auto;
    width: 100%;
}

.social-wall-card-large .fb-image .icon {
    z-index: 2;
    position: absolute;
    left: 3.07%;
    right: 92.55%;
    top: 5.32%;
    bottom: 88.17%;
}

.social-wall-card-large .fb-image div {
    position: absolute;
    width: 700px;
    height: 298px;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.35);
}

.social-wall-card-large .fb-tittle {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0 16px;
    width: 700px;
    height: 54px;
    overflow: hidden;

}

.social-wall-card-large .fb-tittle p {
    width: 676px;
    height: 27px;
    font-style: normal;
    font-weight: 700;
    display: flex;
    align-items: center;
}


.social-wall-card-large .fb-link {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0 16px;
    gap: 13px;
    width: 266px;
    height: 32px;
}

@media (max-width: 768px) {
    .social-wall-card-large {
        width: 338px;
    }

    .social-wall-card-large .fb-image {
        width: 338px;
    }

    .social-wall-card-large .fb-image .screen {
        height: 100%;
        width: auto;
    }

    .social-wall-card-large .fb-image div {
        width: 338px;
    }

    .social-wall-card-large .fb-tittle {
        width: 338px;

    }

    .social-wall-card-large .fb-tittle p {
        width: 338px;
    }
}


.social-wall-card-sm {
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
    padding: 0 0 32px;
    gap: 16px;

    position: relative;
    width: 338px;
    height: 388px;

    background: #F7F4F2;
    margin: 32px auto;
}

.social-wall-card-sm:hover .fb-image div {
    background: rgba(0, 0, 0, 0);
}

.social-wall-card-sm .fb-image {
    width: 338px;
    height: 298px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 1;
    overflow: hidden;
    display: flex;
}

.social-wall-card-sm .fb-image .screen {
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 1;
}

.social-wall-card-sm .fb-image .icon {
    z-index: 2;
    position: absolute;
    left: 5.33%;
    right: 85.21%;
    top: 4.02%;
    bottom: 88.84%;
}

.social-wall-card-sm .fb-image div {
    position: absolute;
    width: 338px;
    height: 298px;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.35);
}

.social-wall-card-sm .fb-tittle {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 16px;
    gap: 10px;
    width: 338px;
    height: 62px;
    overflow: hidden;
}

.social-wall-card-sm .fb-tittle p {
    font-style: normal;
    font-weight: 700;
    color: #000000;
    flex-grow: 1;
}


.social-wall-card-sm-l {
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
    padding: 0 0 32px;
    gap: 16px;

    position: relative;
    width: 700px;
    height: 388px;

    background: #F7F4F2;
    margin: 32px auto;
}

.social-wall-card-sm-l:hover .fb-image div {
    background: rgba(0, 0, 0, 0);
}

.social-wall-card-sm-l .fb-image {
    width: 700px;
    height: 298px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 1;
    overflow: hidden;
    display: flex;
}

.social-wall-card-sm-l .fb-image .screen {
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 1;
}

.social-wall-card-sm-l .fb-image .icon {
    z-index: 2;
    position: absolute;
    left: 5.33%;
    right: 85.21%;
    top: 4.02%;
    bottom: 88.84%;
}

.social-wall-card-sm-l .fb-image div {
    position: absolute;
    width: 700px;
    height: 298px;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.35);
}

.social-wall-card-sm-l .fb-tittle {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 16px;
    gap: 10px;
    width: 700px;
    height: 62px;
    overflow: hidden;
}

.social-wall-card-sm-l .fb-tittle p {
    font-style: normal;
    font-weight: 700;
    color: #000000;
    flex-grow: 1;
}

@media (max-width: 768px) {
    .social-wall-card-sm-l {
        width: 338px;
    }

    .social-wall-card-sm-l .fb-image {
        width: 338px;
    }

    .social-wall-card-sm-l .fb-image .screen {
        height: 100%;
        width: auto;
    }

    .social-wall-card-sm-l .fb-image div {
        width: 338px;
    }

    .social-wall-card-sm-l .fb-tittle {
        width: 338px;

    }

    .social-wall-card-sm-l .fb-tittle p {
        width: 338px;
    }
}

.partner-card {
    background-color: #F7F4F2;
    margin: 1.4rem .3rem;
    padding: 2rem;
    height: 390px;
}

.partner-card .partner-card-info {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 4.2rem;
}

.partner-card .partner-card-title {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
}

.partner-card .partner-card-title img {
    height: 10px;
    position: relative;
    top: 8px;
}

.partner-card .partner-card-title p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3rem;
    font-weight: 600;
    padding-left: 6px;
    margin-top: 0;
    margin-bottom: 0;
}

.partner-card .bg-image {
    position: absolute;
    bottom: 21px;
    right: 18px;
}

.tp-partner-page {
    height: 100%;
    margin: 4rem auto;
}

.tp-partner-page li {
    margin-top: 20px;
    margin-bottom: 20px;
}

.tp-partner-page .img-test-fsp {
    background-color: #FF8185;
    width: 100%;
    height: 172px;
}

.tp-partner-page .tp-card {
    background-color: #F7F4F2;
    margin: 0 0 1.8rem 0;
    padding: 2rem;
}

.tp-partner-page .tp-card ul {
    list-style-image: url("../images/tp-dot-100.svg");
}


.partner-card-img {
    background-color: #B8B8B8;
    margin: 1.4rem .3rem;
    padding: 2rem 2rem 0 0;
    height: 390px;
}

.partner-card-img img {
    position: absolute;
    bottom: 1.4rem;
}

.carousel-partner {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.carousel-partner .img-container {
    height: 150px;
    width: 260px;
    display: grid;
    background-color: #F7F4F2;
    transition: 1300ms;
}

.carousel-partner .img-container:hover {
    background-color: #FF8185;
    transform: scale(110%);
}

.carousel-partner .img-container img {
    align-self: center;
    margin-right: auto;
    margin-left: auto;
}

.carousel-partner-full {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.carousel-partner-full .img-container {
    height: 160px;
    width: 100%;
    display: grid;
    background-color: #F7F4F2;
    transition: 1300ms;
}

.carousel-partner-full .img-container:hover {
    transform: scale(110%);
}

.carousel-partner-full .img-container img {
    align-self: center;
    margin-right: auto;
    margin-left: auto;
}

.img-company-container {
    height: 160px;
    width: 100%;
    display: grid;
    background-color: #F7F4F2;
    transition: 1300ms;
}

.img-company-container:hover {
    transform: scale(105%);
}


@media (max-width: 768px) {
    .carousel-partner-full .img-container {
        height: 260px;
    }

    .img-company-container {
        height: 260px;
    }
}


.callback-page {
    background: 100% 100% url("../images/tp-bg.svg") no-repeat, 50% 70% / cover url("../images/callback-page-02.jpg") no-repeat;
    height: calc(100vh - 167px);
}

.callback-page-head-text {
    background-color: #F7F4F2;
    height: auto;
    width: 40%;
    padding: 1.5rem;
    /*position: relative;*/
    /*left: auto;*/
    font-family: 'Vorkurs', sans-serif;
    margin-right: auto;
    margin-left: auto;
    align-self: center;
    text-align: center;
}

.callback-page-head-text span {
    color: #FF8185;
    font-size: 28px;
}

.callback-page-head-text strong {
    color: #FF8185;
    font-weight: 400;
}


@media (max-width: 1440px) {
    .callback-page {
        height: calc(100vh - 159.66px);
    }
}

@media (max-width: 1280px) {
    .callback-page {
        height: calc(100vh - 156.66px);
    }
}

@media (max-width: 768px) {

    .callback-page-head-text {
        width: 320px;
    }

    .callback-page {
        background: 50% 50% / cover url("../images/callback-page-02.jpg") no-repeat;
        height: calc(100vh - 48px);
    }

    .callback-page h1 {
        font-size: 2rem;
    }

    .callback-page-head-text {
        background-color: rgba(247, 244, 242, 0.9);
        width: 100%;
        position: relative;
        left: 0;
        padding: 1rem;
    }
}

.telephone-menu-links {
    display: inline-block;
    color: #ffffff !important;
    text-align: center;
    vertical-align: middle;
    padding: .4rem 2rem;
    width: 100%;
    font-size: 1rem !important;
    background-color: #FF8185;
    /*line-height: 1.5;*/
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.telephone-menu-links:hover {
    box-shadow: 0 5px 0 0 rgba(24, 24, 25, 0.6) !important;
    color: #ffffff !important;
}

@media (max-width: 1280px) {
    .telephone-menu-links {
        display: inline-block;
        padding: .4rem .2rem;
    }
}

.driving-license .img-container {
    height: 380px;
    width: 100%;
    overflow: hidden;
    margin-top: 12px;
    margin-bottom: 12px;
}

.driving-license .img-container img {
    width: 100%;
    height: auto;
    position: relative;
    top: -40%;
}

.driving-license .img-container-block img {
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .driving-license .img-container {
        height: auto;
    }

    .driving-license .img-container img {
        top: 0;
    }
}

.driving-license .top-container {
    height: auto;
    width: 100%;
    display: flex;
    background: #F7F4F2;
    padding: 60px;
    margin-top: 40px;
}

.driving-license .top-container img {
    align-self: center;
    margin-right: auto;
    margin-left: auto;
}

.permis-rate .text-block {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.permis-rate .text-block div {
    margin: auto 0;
}

.permis-rate .number-block {
    padding: 2rem 2rem 2rem 12rem;
    height: 100%
}

.permis-rate .n-one {
    background: -30% 50% / 50% url("../images/01-psy.svg") no-repeat,
    #F7F4F2;
}

.permis-rate .n-two {
    background: -30% 50% / 50% url("../images/02-psy.svg") no-repeat,
    #F7F4F2;
}

@media (max-width: 768px) {
    .permis-rate .number-block {
        padding: 1rem;
    }

    .permis-rate .n-one {
        background: 90% 90% / 30% url("../images/01-psy.svg") no-repeat,
        #F7F4F2;
    }

    .permis-rate .n-two {
        background: 90% 90% / 30% url("../images/02-psy.svg") no-repeat,
        #F7F4F2;
    }

    .permis-rate .text-block {
        gap: 22px;
    }
}

.aac-tp-annulation-permis-de-conduire-01 {
    height: 100%;
    width: auto;
    background: 50% 50% / cover url("../images/tp-img/test-psychotechnique-permis-rate-03.jpg") no-repeat;
}

.aac-tp-annulation-permis-de-conduire-02 {
    height: 100%;
    width: auto;
    background: 50% 50% / cover url("../images/tp-img/test-psychotechnique-permis-rate-04.jpg") no-repeat;
}


/*blog text pattern*/
.update-any-text p {
    text-align: left;
}

.update-any-text span {
    color: #FF8185;
}

.update-any-text h1, h2, h3, h4, h5, h6 {
    text-align: center;
    font-weight: 600;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.update-any-text h2 {
    text-align: center;
    font-weight: 600;
    font-size: 32px;
}

.update-any-text h3 {
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    color: inherit;
}

.update-any-text h4 {
    text-align: center;
    font-weight: 600;
    font-size: 22px;
}

.update-any-text h5 {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}

.update-any-text h6 {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

.update-any-text ul {
    padding: 2rem 0 2rem 0;
    list-style: url("../images/tp-img/tp-list.svg") inside;
}

.update-any-text li span {
    padding-right: 20px;
}

.update-any-text .page-version {
    list-style: none;
}

/*blog-profile*/
.blog-profile .any-text {
    margin-bottom: 0;
}

.blog-profile .any-text span {
    color: #1d2124;
    font-style: italic;
    font-weight: 300;
}

.blog-info-container {
    display: flex;
}

.blog-avatar-container {
    width: auto;
    height: 100%;
}

.blog-avatar {
    height: 100%;
    width: auto;
}

.profile-info {
    background: #F7F4F2;
    width: auto;
    padding-left: 24px;
}

.profile-info .name {
    font-size: 32px;
    margin: 0;
}

.profile-info .work-position {
    font-size: 24px;
    margin: 0;
}

.blog-profile-head {
    display: flex;
    padding: 16px;
    align-items: end;
}

@media (max-width: 768px) {
    .blog-info-container {
        display: inline-grid;
    }

    .blog-avatar {
        height: auto;
        width: 100%;
        background: #F7F4F2;
        padding: 1rem 1rem 0 1rem;
    }

    .blog-profile-head {
        display: inline-grid;
        padding: 16px;
        align-items: center;
    }

    .blog-profile-head .mr-4 {
        padding-bottom: 24px;
    }
}

.profile-info .d-flex {
    padding: 1rem;
}

.call-to-action {
    background: #F7F4F2;
    padding: 1rem 0;
}

.call-to-action div {
    align-self: center;
    margin-right: auto;
    margin-left: auto;
}

.call-to-action a {
    font-size: 20px;
}

.call-to-action span {
    font-weight: 700;
    padding-right: 10px;
}

.btn-call-to-action {
    color: #ffffff !important;
    background-color: #FF8185 !important;
    border-color: #FF8185 !important;
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.btn-call-to-action:hover {
    background-color: inherit !important;
    color: #FF8185 !important;
    border-color: #FF8185 !important;
    box-shadow: 0 5px 0 0 #FF8185 !important;
}

.btn-call-to-action:focus,
.btn-call-to-action .focus {
    color: #181819 !important;
    box-shadow: 0 5px 0 0 rgba(8, 53, 102, 0.5);
}

.army-banner {
    margin-top: 40px;
    margin-bottom: 40px;
    height: 320px;
    background: 100% 100% url("../images/tp-img/logoMark-PathItem.svg") repeat,
    50% 10% / cover url("../images/tp-img/test-psychotechnique-armee-bg-01.jpg") no-repeat;
    min-height: 260px;
}

.blogPageTest li {
    display: flex;
    margin-top: 16px;
}

.blogPageTest li img {
    padding-right: 20px;
    align-self: center;
}

/*psychotechnique-armee page*/
.test-psychotechnique-armee-01 {
    height: 100%;
    width: auto;
    background: 50% 50% / cover url("../images/tp-img/test-psychotechnique-armee-01.jpg") no-repeat;
}

.test-psychotechnique-armee-02 {
    height: 100%;
    width: auto;
    background: 50% 50% / cover url("../images/tp-img/test-psychotechnique-armee-02.jpg") no-repeat;
}

.test-psychotechnique-armee-03 {
    height: 100%;
    width: auto;
    background: 50% 100% / cover url("../images/tp-img/test-psychotechnique-armee-03.jpg") no-repeat;
}

.video-2 iframe {
    width: 854px;
    height: 480px;
}

@media (max-width: 810px) {
    .video-2 iframe {
        width: 640px;
        height: 360px;
    }
}

@media (max-width: 768px) {
    .video-2 iframe {
        width: 426px;
        height: 240px;
    }
}

@media (max-width: 430px) {
    .video-2 iframe {
        width: 320px;
        height: 240px;
    }
}

.sncf a {
    text-decoration: underline;
}

.sncf .img-container {
    height: 380px;
    width: 100%;
    overflow: hidden;
    margin-top: 12px;
    margin-bottom: 12px;
}

.sncf .img-container img {
    width: 100%;
    height: auto;
    position: relative;
    top: -40%;
}

.sncf .img-container-block img {
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .sncf .img-container {
        height: auto;
    }

    .sncf .img-container img {
        top: 0;
    }
}

.sncf .top-container {
    height: auto;
    width: 100%;
    display: flex;
    background: #F7F4F2;
    padding: 60px;
    margin-top: 40px;
}

.sncf .top-container img {
    align-self: center;
    margin-right: auto;
    margin-left: auto;
    height: 100%;
    width: 100%;
}

.sncf-card {
    padding: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
    min-height: 180px;
    max-height: 200px;
}

.sncf-card img {
    margin: 0 1.5rem 0 0;
}

@media (max-width: 1000px) {
    .sncf-card {
        /*padding: 1.5rem;*/
        /*margin-top: 1rem;*/
        /*margin-bottom: 1rem;*/
        display: grid;
        min-height: 180px;
        max-height: 100%;
    }

    .sncf-card img {
        margin: 0 0 1.5rem 0;
    }
}

.btn-call-to-action-white {
    color: #FF8185 !important;
    background-color: #ffffff !important;
    border-color: #000000 !important;
    padding: .6rem 1rem !important;
}

.btn-call-to-action-white:hover {
    background-color: #ffffff !important;
    border-color: #000000 !important;
    box-shadow: 0 5px 0 0 rgba(24, 24, 25, 0.6) !important;
}

.btn-call-to-action-white:focus,
.btn-call-to-action-white .focus {
    color: #181819 !important;
    box-shadow: 0 5px 0 0 rgba(8, 53, 102, 0.5);
}

.lahi-video {
    height: 500px;
    width: auto;
}

.lahi-video iframe {
    height: 500px;
    width: 100%;
}

.lahy-block {
    min-height: 50px;
    max-height: 600px;
    width: 100%;
}

.lahy-block button {
    background-color: #FF8185;
    color: white;
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    border-radius: 5px !important;
    cursor: pointer;
    margin: 8px;
    width: auto;
}

.lahy-block button:hover {
    background-color: #ff6672;
}

.lahy-block canvas {
    height: auto;
    width: 100%;
}

@media (max-width: 768px) {
    .lahy-block canvas {
        height: auto;
        width: auto;
    }
}

.lahy-block #restartButton {
    display: none;
}

.lahy-block #clickArea {
    padding: 2rem;
    border-radius: 8px;
    color: #fff;
    display: none;
}


/*police-municipale*/
.pink-rounded-patter-bg {
    width: 100%;
    height: 200px;
    background: url("../images/tp-img/tp-vertical-rounds-pattern.svg"), #FF8185;
}

.police-tests-imgs {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

.police-tests-imgs img {
    height: auto;
    width: 100%;
    object-fit: cover;
    margin-bottom: 20px;
}

/*new antuan style elements*/
.br {
    border-radius: 30px;
}

.inside-br {
    border-radius: 26px;
}

.img-full-cover {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/*feedback*/
.feedback-section {
    padding-top: 44px;
    /*background: url("../images/tp-img/tp-vertical-rounds-pattern.svg"), #FF8185;*/
    background: url("../images/tp-img/tp-vertical-rounds-pattern.svg"), #B8B8B8;
}

.feedback-block {
    width: 80% !important;
    margin-right: auto;
    margin-left: auto;
}

/*feedback hover*/
.feedback-block a:hover .comment,
.feedback-block a:focus .comment {
    /*text-decoration: underline !important;*/
}

.feedback-block a:hover .feedback-container {
    box-shadow: 0px 0px 10px #ffffff;
}

/*feedbak container*/
.feedback-container {
    background-color: #F7F4F2;
    border-radius: 18px;
    width: auto;
    min-height: 200px;
    padding: 10px 20px;
    margin-right: auto;
    margin-left: auto;
}

.feedback-container .stars {
    margin-top: 10px;
    margin-bottom: 10px;
}

.feedback-container .head {
    display: flex;
    font-size: 1.6rem;
    font-weight: 600;
    color: #181819;
}

.feedback-container .city {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}

.feedback-container .head .ml-auto {
    margin-left: auto;
}

.feedback-container .comment {
    height: max-content;
}

.feedback-container .comment p {
    margin: 0;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.feedback-container .text p {
    margin-top: 0;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.feedback-container .img-fluid {
    max-width: 100%;
    height: auto;
}

/*feedback buttons*/
.feedback-btns .btn-block {
    display: flex;
}

.feedback-btns .swiper-button-next,
.feedback-btns .swiper-button-prev {
    color: rgba(24, 24, 25, 0.49);
    position: relative;
    top: -150px;
    margin-bottom: 0;
    margin-top: 0;
}

.feedback-btns .swiper-button-next {
    margin-left: auto;
}

.feedback-btns .swiper-button-prev {
    margin-right: auto;
}

/*swiper*/
.feedbackSwiper {
    margin: 0 auto;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

@media (max-width: 768px) {
    .feedback-container {
        height: auto;
    }

    .feedback-block {
        width: 90% !important;
    }

    .feedback-btns .swiper-button-next,
    .feedback-btns .swiper-button-prev {
        top: -140px;
    }
}

@media (max-width: 1440px) {
    .feedback-block {
        width: 90% !important;
    }
}

.autorisation-logo {
    width: 100%;
    margin: 36px auto;
    text-align: center;
}

.autorisation {
    display: grid;
    height: 100%;
}

.autorisation .
.autorisation {
    display: grid;
    height: 100%;
}

{
    display: grid
;
    height: 100%
;
}

.autorisation .vague {
    float: right;
}

.autorisation .alert {
    border-radius: 8px;
    display: flex;
    padding: 20px;
}

.autorisation .alert p {
    margin: 0 0 0 10px;
}

.autorisation .footer-bg {
    margin-top: 36px;
    align-self: end;
    height: 160px;
    background: url("../images/tp-img/footer-bg-unit.svg") repeat;
}

.autorisation .btn-outline-dark-submit {
    color: #181819;
    border-color: #181819;
    padding: 12px 40px;
    border-radius: 8px;
    background-color: #ffffff;
}

.autorisation .btn-outline-dark-submit:hover {
    color: #fff !important;
    background-color: #FF8185 !important;
    border-color: #FF8185 !important;
    box-shadow: none;
}

.autorisation .btn-outline-dark-submit:focus {
    box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.5) !important;
}

.autorisation .table-row {
    border-bottom: #FF8185 1px solid;
}

.autorisation .table {
    border-radius: 8px;
    padding: 20px;
}

.autorisation .table p {
    margin: 6px 8px;
}

.autorisation .table-row .good,
.autorisation .table-row .bad,
.autorisation .table-row .normal {
    font-weight: bold
}

.autorisation .table-row .good {
    color: #147e29;
}

.autorisation .table-row .bad {
    color: #b72525;
}

.autorisation .table-row .normal {
    color: #eea41d;
}

.price-table .scroll-main {
    height: 540px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.price-table .head {
    border-bottom: 1px solid rgba(24, 24, 25, 0.25);
}

.price-table .head p {
    color: rgba(255, 129, 133);
}

.price-table .table-block {
    border-bottom: 1px solid rgba(24, 24, 25, 0.25);
}

.price-table .table-block .row {
    border: none;
}

.price-table .cell {
    border: none;
    padding: 0;
}

.price-table .scroll-main .btn-outline-dark-menu {
    font-size: 16px;
}

@media (max-width: 768px) {
    .price-table .col-2 {
        border-bottom: 1px solid rgba(24, 24, 25, 0.25);
    }
}

.main-page-star-teaser p {
    font-size: 12px;
    font-weight: 400;
}

.main-page-star-teaser span {
    font-size: 12px !important;
    font-weight: 600 !important;
}

@media (max-width: 768px) {
    .main-page-star-teaser {
        background: #ffffff;
        border-radius: 36px;
        padding: 8px;
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .main-page-star-teaser p {
        margin-bottom: 0 !important;
    }
}

.approved-physician .input-with-icon .icon{
    top: 45%;
}

