@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap");
@import "reset.css";

/* font-family: "Ubuntu", sans-serif; */

/* general */
html {
    height: 100%;
}

body {
    position: relative;
    font-family: "Ubuntu", sans-serif;
    background-color: #232C39;
    color: #fff;
    height: 100%;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

/* BTN */
.rof02mph56v-btn {
    font-family: "Ubuntu", sans-serif;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 64px;
    padding: 10px;
    transition: all 0.5s ease-out;
    border: 4px solid transparent;
    box-sizing: border-box;
    max-width: 372px;
    border-radius: 100px;
    background: #d2b571;
    color: #2a2a2a;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin: 40px auto 0;
}

.rof02mph56v-btn:hover {
    border: 4px solid #d2b571;
    background-color: transparent;
    color: #d2b571;
}

.rof02mph56v-btn__back {
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url(../images/arrow-back-rof02mph56v.svg);
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

/* HEADER */
.rof02mph56v-header {
    padding: 8px 15px;
    margin: 0 auto;
    width: 100%;
    background: #232C39;
    position: relative;
}

.rof02mph56v-header__wrapper {
    margin: 0 auto;
    max-width: 1145px;
    width: 100%;
}

/* CONTENT */
.rof02mph56v-content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}

.rof02mph56v-content__bg {
    background-image: url(../images/bg-body-home-rof02mph56v.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.rof02mph56v-content__bg-2 {
    background-image: url(../images/bg-page1-rof02mph56v.jpg);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
}

.rof02mph56v-content__bg-2::after {
    content: '';
    background: rgba(35, 44, 57, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.rof02mph56v-content__second .rof02mph56v-universal {
    height: 100%;
    overflow: hidden;
}

.rof02mph56v-material__bg .rof02mph56v-universal {
    height: 100%;
}

.rof02mph56v-inner__page {
    background-image: url(../images/iner-bg-rof02mph56v.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: auto;
}

.rof02mph56v-inner__contacts {
    background-image: url(../images/iner-bg-rof02mph56v.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: inherit;
}

.rof02mph56v-main {
    position: relative;
    z-index: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}

.rof02mph56v-title {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 45px;
    line-height: 1.33;
}

.rof02mph56v-steps-container {
    z-index: 20;
    max-width: 1320px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    position: relative;
    padding: 40px 20px 20px;
}

.rof02mph56v-step {
    position: relative;
    max-width: 470px;
    width: 100%;
    flex-direction: column;
    display: flex;
    justify-content: center;
    padding: 40px 27px;
    border-radius: 20px;
    z-index: 1;
    background: #ffffff;
}

.rof02mph56v-logo {
    max-width: 338px;
    margin: 0 auto 14px;
    width: 100%;
}

.rof02mph56v-title {
    display: inline-block;
    color: #242424;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 20px;
}

.rof02mph56v-subtitle {
    color: #2a2a2a;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.rof02mph56v-step .rof02mph56v-subtitle + .rof02mph56v-subtitle {
    margin-top: 15px;
}

/* text-page */
.rof02mph56v-text-page {
    padding: 40px 20px;
    width: 100%;
    display: block;
}

.rof02mph56v-text-page h1 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
}

.rof02mph56v-text-page h2 {
    margin-top: 25px;
    margin-bottom: 25px;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.rof02mph56v-text-page h3 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
}

.rof02mph56v-text-page p {
    margin-bottom: 15px;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.rof02mph56v-text-page ul {
    font-size: 18px;
    line-height: 26px;
    list-style: disc;
}

.rof02mph56v-text-page ol {
    font-size: 18px;
    line-height: 26px;
    list-style: decimal;
}

.rof02mph56v-text-page li {
    list-style-position: inside;
    margin-bottom: 15px;
}

.rof02mph56v-text-page a {
    display: inline-block;
    color: #d2b571;
    text-decoration: underline;
}

.rof02mph56v-text-page a:hover {
    text-decoration: none;
}

.rof02mph56v-text-page .box + .box {
    margin-top: 40px;
}

/* FOOTER */
.rof02mph56v-footer {
    position: relative;
    z-index: 1;
    padding: 14px 15px;
    background-color: #232C39;
}

.rof02mph56v-footer__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 1125px;
    margin: 0 auto;
}

.rof02mph56v-footer__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    max-width: 436px;
    width: 100%;
    margin: 0 auto;
}

.rof02mph56v-footer__list a {
    padding: 5px 15px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.rof02mph56v-footer__list a::after {
    position: relative;
    bottom: -2px;
    background-color: #ffffff;
    display: block;
    content: "";
    height: 2px;
    width: 0%;
    -webkit-transition: width 0.3s ease-in-out;
    -moz--transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}

.rof02mph56v-footer__list a:hover:after,
.rof02mph56v-footer__list a:focus:after {
    width: 100%;
}

/* First */

.rof02mph56v-material__bg {
    background: #1D1E23;
}
.rof02mph56v-universal {
    flex-grow: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.rof02mph56v-universal__block {
    max-width: 780px;
    width: 100%;
    margin: 0 auto;
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-image: url(../images/bg-slider-rof02mph56v.jpg);
    background-size: auto;
    animation: backgroundScroll 18s linear infinite;
    overflow: hidden;
    position: relative;
}

.rof02mph56v-universal__block::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, #D2B571 100%);
}

@keyframes backgroundScroll {
    0% {
        background-position: 50% 0;
    }
    100% {
        background-position: 50% -32em;
    }
}

.rof02mph56v-universal__item {
    background: #ffffff;
    color: #000000;
    border-radius: 40px 40px 0 0;
    padding: 42px 40px;
    position: relative;
    z-index: 9;
}
.rof02mph56v-universal__pic {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
}
.rof02mph56v-universal__title {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 16px;
}
.rof02mph56v-universal__text {
    font-size: 21px;
    line-height: 31px;
    text-align: center;
}
.rof02mph56v-universal .rof02mph56v-btn {
    margin-top: 32px;
}

/* Second */

.rof02mph56v-universal__layout {
    max-width: 780px;
    width: 100%;
    margin: 0 auto;
    height: inherit;
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #AD8F65;
    background-image: url(../images/bg-universal-rof02mph56v.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.rof02mph56v-universal__layout::after {
    content: '';
    background: #AD8F6599;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.rof02mph56v-universal__step {
    max-width: 780px;
    margin: 0 auto;
    background: #FFFFFF;
    font-size: 21px;
    line-height: 27px;
    color: #000000;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
    width: 100%;
}
.rof02mph56v-profile__img {
    position: absolute;
    z-index: 9;
}
.rof02mph56v-profile__img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: #AD8F6599;
    transition: .3s;
}
.profile__img-1.active::after {
    background: none;
}
.profile__img-2.active::after {
    background: none;
}
.profile__img-3.active::after {
    background: none;
}

.rof02mph56v-profile__img.profile__img-1 {
    top: 20%;
    right: 30%;
}
.rof02mph56v-profile__img.profile__img-2 {
    top: 60%;
    right: 28%;
}
.rof02mph56v-profile__img.profile__img-3 {
    top: 82%;
    right: 48%;
}

.rof02mph56v-magnifier {
    width: 290px;
    height: 330px;
    background-image: url(../images/magnifier-rof02mph56v.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    animation: slide-br-1 0.7s linear forwards, pause-1 0.4s steps(1) forwards 0.7s,
               slide-br-2 0.7s linear forwards 1.3s, pause-2 0.4s steps(1) forwards 2.1s,
               slide-br-3 0.7s linear forwards 2.6s;
}
  
@keyframes slide-br-1 {
    from {
        top: 0;
        right: 0;
    }
    to {
        top: 20%;
        right: 30%;
    }
}
  
@keyframes pause-1 {
    from {
        top: 20%;
        right: 30%;
    }
    to {
        top: 20%;
        right: 30%;
    }
}
  
@keyframes slide-br-2 {
    from {
        top: 20%;
        right: 30%;
    }
    to {
        top: 54%;
        right: 23%;
    }
}
  
@keyframes pause-2 {
    from {
        top: 54%;
        right: 23%;
    }
    to {
        top: 54%;
        right: 23%;
    }
}
  
@keyframes slide-br-3 {
    from {
        top: 54%;
        right: 23%;
    }
    to {
        top: 76%;
        right: 42%;
    }
}


/* Second step */
.rof02mph56v-step__title {
    font-size: 32px;
    line-height: 36px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 16px;
}

.rof02mph56v-step__text {
    text-align: center;
    max-width: 340px;
    width: 100%;
    margin: 0 auto;
}

.rof02mph56v-step__pics {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 50px 0 20px;
}

.rof02mph56v-pic__ico {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: #D2B571;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rof02mph56v-pic__ico img {
    animation: pulsate-fwd 0.8s ease-in-out infinite both;
}

@keyframes pulsate-fwd {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
}

.rof02mph56v-content__bg-2 .rof02mph56v-steps-container {
    justify-content: flex-start;
}



@media (max-height: 800px) {
    .rof02mph56v-pic__item img {
        height: 380px;
    }
}

@media (max-width: 1200px) {
    .rof02mph56v-header__wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 990px) {
    .rof02mph56v-footer__list {
        width: 100%;
        max-width: initial;
    }

    .rof02mph56v-footer {
        position: relative;
        z-index: 11;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .rof02mph56v-footer__wrap {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .rof02mph56v-footer__list {
        justify-content: center;
    }

    .rof02mph56v-footer__list a {
        font-size: 15px;
    }
    .rof02mph56v-step {
        filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.5));
        padding: 30px 18px;
    }
    .rof02mph56v-subtitle {
        font-size: 18px;
        line-height: 24px;
    }

    .rof02mph56v-universal__block {
        background-image: url(../images/bg-mob-slider-rof02mph56v.jpg);
    }
    .rof02mph56v-universal__title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 5px;
    }
    .rof02mph56v-universal__item {
        padding: 32px 40px;
    }
    .rof02mph56v-universal__text {
        font-size: 16px;
        line-height: 26px;
    }
    .rof02mph56v-universal__pic {
        margin-bottom: 10px;
    }
    .rof02mph56v-universal__pic img {
        width: 250px;
    }
    .rof02mph56v-universal .rof02mph56v-btn {
        margin-top: 16px;
    }
}


@media (max-width: 768px) {
    .rof02mph56v-content__bg {
        background-image: url(../images/bg-body-home-mob-rof02mph56v.jpg);
    }

    .rof02mph56v-content__bg-2 {
        background-image: url(../images/bg-page1-mob-rof02mph56v.jpg);
        background-position: center;
    }

    .rof02mph56v-content__bg-2 .rof02mph56v-steps-container {
        align-items: flex-end;
    }

    .rof02mph56v-btn {
        max-width: 100%;
        font-size: 18px;
        height: 50px;
        margin-top: 18px;
    }

    .rof02mph56v-header__wrapper img {
        max-width: 200px;
    }

    .rof02mph56v-step {
        max-width: 100%;
    }

    .rof02mph56v-logo {
        max-width: 280px;
        margin-bottom: 10px;
    }

    .rof02mph56v-step .rof02mph56v-subtitle + .rof02mph56v-subtitle {
        margin-top: 10px;
    }

    .rof02mph56v-magnifier {
        width: 260px;
        height: 230px;
    }

    .rof02mph56v-profile__img.profile__img-1 {
        width: 100px;
    }

    .rof02mph56v-profile__img.profile__img-2 {
        width: 60px;
    }

    .rof02mph56v-profile__img.profile__img-3 {
        width: 80px;
    }

    .rof02mph56v-step__title {
        font-size: 21px;
        line-height: 26px;
        margin-bottom: 12px;
    }
    .rof02mph56v-step__pics {
        margin: 30px 0 20px;
    }
    .rof02mph56v-pic__ico img {
        width: 60px;
    }
    .rof02mph56v-universal__step {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (max-width: 520px) {
    .rof02mph56v-pic__item img {
        height: auto;
    }
}



/* Quiz 2 */
.rof02mph56v-exam--block {
    background-image: url(../images/bg-quiz-2-rof02mph56v.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #ffffff;
}
.rof02mph56v-exam--layout {
    width: 100%;
    height: 100%;
    padding: 0 20px;
}
.rof02mph56v-exam--body {
    height: 100%;
    padding: 0;
}
.rof02mph56v-exam--block {
    height: 100%;
}
.examSwiper {
    height: 100%;
}
.examSwiper .swiper-wrapper {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}
.rof02mph56v-exam--image {
    max-width: 320px;
    width: 100%;
    margin: 0 auto 20px;
}
.rof02mph56v-exam--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.swiper-button-next, .swiper-button-prev {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin: 0;
}
.rof02mph56v-exam--btn {
    font-family: "Manrope", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #B61088;
    border-radius: 4px;
    padding: 10px;
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 2px;
    max-width: 240px;
    width: 100%;
    height: 52px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    transition: all 0.2s linear;
    border: 2px solid #B61088;
    outline: 0;
    box-shadow: 0px 3px 12px 0px #0000001A;
    right: auto;
    top: auto;
}
.rof02mph56v-exam--btn:hover {
    background: #ff24c2;
    border: 2px solid #ff24c2;
}
.rof02mph56v-exam--item {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rof02mph56v-exam--title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
.rof02mph56v-exam--text {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.rof02mph56v-exam--subtext {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin-top: 20px;
}
.rof02mph56v-exam--arrows {
    position: fixed;
    bottom: 38px;
    right: 27px;
    display: flex;
    align-items: center;
}

.rof02mph56v-exam--arrows .swiper-button-next {
    width: 36px;
    min-width: 36px;
    height: 32px;
    background: #B61088;
    border-radius: 0 4px 4px 0;
}
.rof02mph56v-exam--arrows .swiper-button-prev {
    width: 36px;
    min-width: 36px;
    height: 32px;
    background: #B61088;
    border-radius: 4px 0 0 4px;
}
.rof02mph56v-exam--arrows .swiper-button-prev::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background: #ffffff;
}
.rof02mph56v-slide--btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.rof02mph56v-slide--btn .swiper-button-next {
    width: 52px;
    min-width: 52px;
    height: 52px;
    background: #ffffff;
    border-radius: 50%;
}
.rof02mph56v-slide--btn .swiper-button-next + .swiper-button-next {
    margin-left: 40px;
}
.rof02mph56v-exam--top {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.rof02mph56v-exam--top .rof02mph56v-exam--title {
    text-align: left;
    margin: 0;
}
.rof02mph56v-exam--top svg {
    margin: 0 10px;
    min-width: 10px;
}
.rof02mph56v-inquirer--list {
    max-width: 400px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px;
    margin-bottom: 20px;
}
.rof02mph56v-inquirer--item {
    color: #ffffff;
    width: 100%;
    height: 52px;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 5px 5px 15px;
    cursor: pointer;
    background: #FFFFFF1A;
    transition: .3s;
}
.rof02mph56v-inquirer--item:hover {
    background: #FFFFFF66;
}
.rof02mph56v-inquirer--letter {
    width: 32px;
    min-width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    background: #000000;
    margin-right: 10px;
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
}
.rof02mph56v-exam--item-first.rof02mph56v-exam--item .rof02mph56v-exam--btn {
    margin: 0 auto;
}
.rof02mph56v-exam--item-final.rof02mph56v-exam--item .rof02mph56v-exam--btn {
    margin: 0 auto;
}
.rof02mph56v-exam--item .rof02mph56v-exam--btn {
    margin: 0;
}
.rof02mph56v-exam--item-final .rof02mph56v-exam--text {
    font-weight: 400;
    margin-bottom: 10px;
}
.rof02mph56v-subtext--final {
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
}

@media (max-height: 900px) {
    .rof02mph56v-exam--image img {
        height: 340px;
    }
}
@media (max-height: 700px) {
    .rof02mph56v-exam--image img {
        height: 300px;
    }
}
@media (max-height: 500px) {
    .rof02mph56v-exam--image {
        display: none;
    }
}

@media (max-width: 680px) {
    .rof02mph56v-exam--block {
        background-image: url(../images/bg-quiz-mob2-rof02mph56v.jpg);
    }
    .rof02mph56v-exam--title {
        font-size: 18px;
        line-height: 28px;
    }
    .rof02mph56v-exam--text {
        font-size: 18px;
        line-height: 24px;
    }
    .rof02mph56v-exam--btn {
        font-size: 22px;
        line-height: 26px;
        letter-spacing: 1px;
    }
    .rof02mph56v-exam--subtext {
        font-size: 18px;
        line-height: 24px;
    }
    .rof02mph56v-exam--arrows {
        display: none !important;
    }
    .rof02mph56v-inquirer--list {
        font-size: 15px;
        line-height: 20px;
    }
    .rof02mph56v-inquirer--letter {
        font-size: 16px;
        line-height: 20px;
    }
    .rof02mph56v-exam--item-final .rof02mph56v-exam--text {
        font-size: 16px;
        line-height: 22px;
    }
}