/* SVG font */
@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
 }
 
 [class^="icon-"]:before, [class*=" icon-"]:before,
 [class^="icon-"]:after, [class*=" icon-"]:after {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
 }
 
 .icon-arrow-b:before { content: '\e800'; }
 .icon-arrow:after { content: '\e800'; }
 .icon-avg_pace-b:before { content: '\e801'; }
 .icon-avg_pace:after { content: '\e801'; }
 .icon-check_box-b:before { content: '\e802'; }
 .icon-check_box:after { content: '\e802'; }
 .icon-check_box_outline_blank-b:before { content: '\e803'; }
 .icon-check_box_outline_blank:after { content: '\e803'; }
 .icon-check_circle-b:before { content: '\e804'; }
 .icon-check_circle:after { content: '\e804'; }
 .icon-chevron-b:before { content: '\e805'; }
 .icon-chevron:after { content: '\e805'; }
 .icon-cloud_sync-b:before { content: '\e806'; }
 .icon-cloud_sync:after { content: '\e806'; }
 .icon-credit_card_gear-b:before { content: '\e807'; }
 .icon-credit_card_gear:after { content: '\e807'; }
 .icon-currency_exchange-b:before { content: '\e808'; }
 .icon-currency_exchange:after { content: '\e808'; }
 .icon-diversity_4-b:before { content: '\e809'; }
 .icon-diversity_4:after { content: '\e809'; }
 .icon-dvr-b:before { content: '\e80a'; }
 .icon-dvr:after { content: '\e80a'; }
 .icon-event_list-b:before { content: '\e80b'; }
 .icon-event_list:after { content: '\e80b'; }
 .icon-fax-b:before { content: '\e80c'; }
 .icon-fax:after { content: '\e80c'; }
 .icon-local_library-b:before { content: '\e80d'; }
 .icon-local_library:after { content: '\e80d'; }
 .icon-page_info-b:before { content: '\e80e'; }
 .icon-page_info:after { content: '\e80e'; }
 .icon-rocket_launch-b:before { content: '\e80f'; }
 .icon-rocket_launch:after { content: '\e80f'; }
 .icon-screen_share-b:before { content: '\e810'; }
 .icon-screen_share:after { content: '\e810'; }
 .icon-settings_account_box-b:before { content: '\e811'; }
 .icon-settings_account_box:after { content: '\e811'; }
 .icon-stream_apps-b:before { content: '\e812'; }
 .icon-stream_apps:after { content: '\e812'; }
 .icon-support_agent-b:before { content: '\e813'; }
 .icon-support_agent:after { content: '\e813'; }
 .icon-verified_user-b:before { content: '\e814'; }
 .icon-verified_user:after { content: '\e814'; }
 .icon-volunteer_activism-b:before { content: '\e815'; }
 .icon-volunteer_activism:after { content: '\e815'; }
 .icon-wifi_off-b:before { content: '\e816'; }
 .icon-wifi_off:after { content: '\e816'; }
 
 /* Видеоотзывы */
 .view-all-section.reviews .watch-all-slide .item {
    padding: 0;
    overflow: hidden;
 }
 .view-all-section.reviews .item {
    width: 100%;
 }
 .reviews .item {
    height: 100%;
 }
 .watch-all-reviews-item.watch-all-slide {
    position: relative;
 }
 .watch-all-reviews-item.watch-all-slide .imgr {
    flex: 1;
    display: flex;
    width: 100%;
 }
 .watch-all-reviews-item.watch-all-slide .imgr a {
    width: 100%;
 }
 .watch-all-reviews-item.watch-all-slide .imgr img {
    display: block;
    width: 100%;
    height: 100%;
 }
 .watch-all-reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 13px;
    max-height: 320px;
    grid-template-rows: 1fr;
 }
 .watch-all-reviews-item {
    height: 100%;
    max-height: 320px;
 }
 .view-all-section.reviews .watch-all-reviews {
    border-radius: 30px;
    overflow: hidden;
    max-width: 100%;
 }
 .watch-reviews-popup h2 {
    display: flex;
    align-items: center;
    color: var(--update-black-100, #1f1f25);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.48px;
 }
 .watch-reviews-popup h2 svg, .watch-reviews-popup h2 img {
    margin: 0 16px;
 }
 .watch-reviews-popup .popupvideo {
    pointer-events: none;
 }
 .watch-reviews-popup h3 {
    font-weight: 500;
    font-size: 28px;
    line-height: 160%;
    color: #1F1F25;
    margin-bottom: 40px;
 }
 .video-rew, .reviews.yandex, .stories, .quiz02, .reviews.twogis, .reviews.pick, .reviews, .reviews.crmindex {
    position: relative;
 }
 .video-rew-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 12px;
 }
 .video-rew-item {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
 }
 .video-rev-item-info {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 30px;
    z-index: 3;
    pointer-events: none;
 }
 .video-rev-item-info .ytbutt {
    margin-left: 20px;
 }
 .video-ref-info-name .name {
    font-weight: 600;
    font-size: 19px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin-bottom: 8px;
 }
 .video-ref-info-name .info {
    font-size: 14px;
    line-height: 160%;
    color: #FFFFFF;
    opacity: 0.8;
 }
 .video-rew-item .imgr:before {
    content: '';
    pointer-events: none;
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180.08deg, rgba(120, 148, 221, 0) 59.99%, #4058BF 99.93%);
 }
 .video-rew-item img {
    width: 100%;
    height: 295px;
    object-fit: cover;
    filter: brightness(0.8);
 }
 .video-rew .watch-all-slide {
    justify-content: center;
    cursor: pointer;
 }
 .video-rew h3 {
    font-weight: 500;
    font-size: 28px;
    line-height: 160%;
    color: #1F1F25;
    margin-bottom: 40px;
 }
 .watch-all-slide.video-rew-item .imgr:before {
    display: none;
 }
 .watch-all-reviews {
    font-size: 58px;
    line-height: 130%;
    color: #FFFFFF;
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(64, 88, 191, 0.5);
    backdrop-filter: blur(6.35px);
    -webkit-backdrop-filter: blur(6.35px);
    display: flex;
    align-items: center;
    justify-content: center;
 }
 .watch-reviews-popup {
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    left: -100%;
    z-index: 999;
    background: #FFF;
    pointer-events: none;
    padding-top: 60px;
    padding-bottom: 140px;
 }
 .watch-reviews-popup-playerblock {
    position: relative;
 }
 .watch-reviews-popup.showed {
    top: 75px;
    opacity: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    pointer-events: auto;
    max-height: 100%;
    transform: none !important;
    overflow: auto;
 }
 .watch-reviews-popup.showed .reviews {
    background: transparent;
 }
 #watch-reviews-player {
    margin-bottom: 30px;
 }
 .watch-reviews-popup iframe {
    margin: 0 auto;
    display: block;
    border-radius: 32px;
    overflow: hidden;
 }
 .watch-reviews-popup .swiper-container {
    position: static;
 }
 .watch-reviews-popup .swiper-button-next,
 .watch-reviews-popup .swiper-button-prev {
    top: 180px;
 }
 .watch-reviews-popup .swiper-button-prev {
    left: 0;
 }
 .watch-reviews-popup .swiper-slide img {
    height: 175px;
    object-fit: cover;
 }
 .watch-reviews-popup .swiper-container {
    display: none;
 }
 .watch-reviews-popup .swiper-container.showed {
    display: block;
 }
 .watch-reviews-popup .swiper-wrapper {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
 }
 .watch-reviews-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 12px;
 }
 .watch-reviews-grid-item img {
    width: 100%;
    height: 175px;
    object-fit: cover;
 }
 .no-scroll {
    height: 100%;
    overflow: hidden;
 }
 .no-refresh {
    overscroll-behavior: contain;
 }
 .watch-reviews-grid-item {
    cursor: pointer;
 }
 .watch-reviews-popup-close {
    position: fixed;
    right: 30px;
    top: 100px;
    cursor: pointer;
    z-index: 3;
 }
 .watch-reviews-popup-close svg {
    width: 30px;
    height: auto;
 }
 .watch-reviews-popup-close path {
    fill: #000;
    opacity: 1;
 }
 .popup-rew-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 12px;
    margin-top: -30px;
    padding-bottom: 0;
 }
 .popup-rew-grid .item {
    width: 100%;
 }
 .a-header .msgrs a{
    display: none;
 }
 @media screen and (max-width: 1200px) {
    .watch-reviews-popup .swiper-button-next, .watch-reviews-popup .swiper-button-prev {
        display: block;
    }
    .video-rew-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .video-rew .video-rew-item:nth-child(3) {
        display: none;
    }
 }
 @media screen and (max-width: 980px) {
    .watch-reviews-grid {
        display: none;
    }
    .watch-reviews-popup .swiper-button-next, .watch-reviews-popup .swiper-button-prev {
        display: none;
    }
    .watch-reviews-popup.showed, .watch-reviews-popup iframe {
        height: 100vh;
        width: 100%;
    }
    .watch-reviews-popup[data-reviews="yt"] .container {
        padding: 0;
    }
    .watch-reviews-popup iframe {
        pointer-events: none;
    }
    .watch-reviews-popup[data-reviews="yt"] h2, .watch-reviews-popup[data-reviews="yt"] h3 {
        display: none;
    }
    .watch-reviews-popup[data-reviews="yt"] {
        padding-top: 0;
        padding-bottom: 0;
    }
    #watch-reviews-player {
        margin-bottom: 0;
    }
    .watch-reviews-popup .video-rew-grid {
        display: none;
    }
    .watch-reviews-popup iframe {
        border-radius: 0;
    }
    .watch-reviews-popup .swiper-button-next, .watch-reviews-popup .swiper-button-prev {
        margin: 0;
        top: 50vh;
        left: auto;
        transform: translateY(-50%);
    }
    .watch-reviews-popup .swiper-button-next svg rect,
    .watch-reviews-popup .swiper-button-prev svg rect {
        stroke: #FFF;
    }
    .watch-reviews-popup .swiper-button-next svg path,
    .watch-reviews-popup .swiper-button-prev svg path {
        fill: #FFF;
    }
    .watch-reviews-popup .swiper-button-prev {
        transform: translateY(-50%) rotate(180deg);
        left: 20px;
    }
    .watch-reviews-popup .swiper-button-next {
        right: 20px;
    }
    .watch-reviews-popup[data-reviews="yt"] .watch-reviews-popup-close path {
        fill: #FFF;
    }
    .video-rew .swiper-slide .imgr {
        width: 150px;
        height: 150px;
    }
    .video-rew .swiper-slide .info {
        font-size: 16px;
    }
    .video-rew .swiper-slide .ytbutt img {
        width: 50px;
        height: 50px;
    }
    .video-rew .swiper-slide .name {
        font-size: 20px;
    }
    .video-rew .swiper-slide .ytbutt {
        top: 50%;
        transform: translateY(-50%);
        margin-left: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .watch-reviews-popup.showed .reviews {
        grid-template-columns: repeat(2, 1fr);
    }
    .popup-rew-grid {
        margin-top: 0;
    }
    .watch-all-reviews-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .watch-all-reviews-item:nth-child(2) {
        display: none;
    }
 }
 @media screen and (max-width: 768px) {
    .video-rew-item.watch-all-slide .videoitem, .watch-all-reviews-item.watch-all-slide .item {
        min-height: 100%;
    }
 }
 @media screen and (max-width: 640px) {
    .watch-all-reviews-grid {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
        max-height: 100%;
    }
    .video-rew-item.watch-all-slide .videoitem, .watch-all-reviews-item.watch-all-slide .item {
        min-height: 100%;
    }
    .watch-all-reviews-item.watch-all-slide .imgr a {
        overflow: hidden;
    }
    .watch-reviews-popup h2 svg, .watch-reviews-popup h2 img {
        max-width: 200px;
    }
    .video-rew .swiper-slide .imgr {
        width: 80px;
        height: 80px;
    }
    .video-rew .swiper-slide {
        padding: 20px 10px 10px;
    }
    .video-rew .swiper-slide .name {
        font-size: 16px;
        margin-top: 10px;
    }
    .video-rew .swiper-slide .info {
        font-size: 12px;
        line-height: 130%;
    }
    .watch-all-reviews {
        text-align: center;
    }
    .watch-reviews-popup .swiper-button-next, .watch-reviews-popup .swiper-button-prev {
        width: 38px;
        height: 38px;
    }
    .video-rew-grid, .watch-reviews-popup.showed .reviews {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
    }
    .video-rew-item:nth-child(2) {
        display: none;
    }
    .video-rew h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .watch-reviews-popup h2 {
        font-size: 20px;
    }
 }
 
 
 #customModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(33, 33, 33, 0.337254902);
 }
 #customModal iframe {
  width: 800px;
  height: 420px;
 }
 #customModal .modal-dialog {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
 }
 #customModal.active {
  display: block;
 }
 
 
 body {
    padding-top: 72px !important;
 }
 
 /* Header */
 .a-header {
    padding: 16px 0;
    min-height: 68px;
 }
 .logo {
    height: 22px;
 }
 .a-header .nav a, .a-header .nav .submenu-parent span {
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%
 }
 .a-header .nav ul {
    gap: 10px;
 }
 .submenu-parent {
    padding: 6px 2px;
    display: flex;
    align-items: center;
    gap: 2px;
 }
 .submenu-parent:hover:after {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
 }
 .submenu-parent:after {
    color: #fff;
    font-size: 16px;
    width: 16px;
    height: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
 }
 .a-header .nav ul.submenu {
    background: #585869;
    border-radius: 16px;
    padding: 0;
    gap: 0;
    overflow: hidden;
 }
 .a-header .nav ul.submenu li {
    width: 100%;
 }
 .a-header .nav a {
    padding: 12px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: flex-start;
    gap: 10px;
    transition: all 0.5 ease;
 }
 .a-header .nav .submenu a:hover {
    background: #000;
    transition: all 0.5 ease;
 }
 .a-header .nav a:before {
    color: #CDCFD1;
    font-size: 16px;
    width: 16px;
    height: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
 }
 .a-header .buttons {
    gap: 0;
 }
 .a-header .nav {
    margin-right: 16px;
 }
 .head-call {
    height: 36px;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
 }
 .enter {
    margin-left: 10px;
    padding: 6px;
    width: 36px;
    height: 36px;
    display: flex;
 }
 
 
 /* Главная */
 main {
    padding: 0 40px 60px;
    border-radius: 40px;
    background: #fff;
    font-weight: 400;
    line-height: 130%;
    color: #585869;
    font-family: "Golos Text", serif;
 }
 .section {
    padding: 40px 0 60px;
 }
 .container {
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
 }
 .section h1 {
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 16px;
    color: #000;
    max-width: 660px;
    line-height: initial;
 }
 .section h2 {
    font-weight: 600;
    font-size: 32px;
    color: #000;
    margin-bottom: 16px;
    line-height: initial;
 }
 .xs-show {
    display: none !important;
 }
 
 .section1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 100px;
 }
 .section1-left {
    width: 60%;
 }
 .section1-right {
    width: 40%;
    max-width: 420px;
    height: 100%;
    margin-top: auto;
    
 }
 .section1-tip {
    background: rgba(195, 120, 6, 0.08);
    border-radius: 1000px;
    padding: 4px 12px;
    font-weight: 500;
    color: #C38406;
    margin-bottom: 24px;
    display: inline-block;
 }
 .section1-text {
    max-width: 480px;
    margin-bottom: 32px;
 }
 .btn-blue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6px;
    border-radius: 16px;
    padding: 18px 16px;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #fff;
    background: #2261EB;
    min-width: 300px;
    text-align: center;
 }
 .btn-blue:after {
    font-size: 24px;
 }
 
 .section2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 100px;
 }
 .section2-left {
    max-width: 390px;
 }
 .section h2 {
    font-weight: 600;
    font-size: 32px;
    color: #000;
    margin-bottom: 16px;
 }
 .butts h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #ffffff;
 }
 .butts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
    max-width: 564px;
 }
 .butts.xs-show{
    display: none;
 }
 .butt {
    overflow: hidden;
    position: relative;
    border-radius: 24px;
    padding: 12px 12px 12px 16px;
    width: 180px;
    height: 180px;
 }
 .butt-01 {
    background: -o-linear-gradient(316deg, #606c88 0%, #3f4c6b 100%);
    background: linear-gradient(134deg, #606c88 0%, #3f4c6b 100%);
 }
 .butt-02 {
    background: -o-linear-gradient(315deg, #6180d0 0%, #b3c8ff 100%);
    background: linear-gradient(135deg, #6180d0 0%, #b3c8ff 100%);
 }
 .butt-03 {
    background: -o-linear-gradient(316deg, rgba(226, 121, 112, 0.8) 0%, rgba(201, 99, 90, 0.8) 100%);
    background: linear-gradient(134deg, rgba(226, 121, 112, 0.8) 0%, rgba(201, 99, 90, 0.8) 100%);
 }
 .butt-04 {
    background: -o-linear-gradient(314deg, #4e54c8 0%, #8f94fb 100%);
    background: linear-gradient(136deg, #4e54c8 0%, #8f94fb 100%);
 }
 .butt-05 {
    background: -o-linear-gradient(307deg, #92cf97 0.01%, #6f9d72 100%);
    background: linear-gradient(143deg, #92cf97 0.01%, #6f9d72 100%);
 }
 .butt-06 {
    background: -o-linear-gradient(313deg, #ec6f66 0%, #f3a183 100%);
    background: linear-gradient(137deg, #ec6f66 0%, #f3a183 100%);
 }
 .butts .png {
    position: absolute;
    left: 32px;
    bottom: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 2;
 }
 .butt:after {
    position: absolute;
    right: 150px;
    opacity: 0;
    bottom: 12px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-radius: 1000px;
    background: #fff;
    width: 28px;
    height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 22px;
    color: #000;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
 }
 .butt:hover > .png {
    left: 0%;
    -ms-transform: scale(90%);
        transform: scale(90%);
    -webkit-transform: scale(90%);
    bottom: -10px;
 }
 .butt:hover:after {
    bottom: 12px;
    right: 12px;
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
 }
 
 .section3-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 32px;
 }
 .section3-link {
    border-radius: 24px;
    padding: 24px 16px 16px 16px;
    width: calc(25% - 9px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 18px;
    color: #000;
    background: #F0F0F0;
    text-align: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
 }
 .section3-link:before {
    color: #585869;
    font-size: 32px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 32px;
    height: 32px;
 }
 .section3-link:hover {
    color: #6F9D72;
    background: #F1F6F1;
 }
 
 .section4 {
    margin-top: 40px;
    margin-bottom: 60px;
    border-radius: 32px;
    padding: 32px 40px;
    background: -o-linear-gradient(135.9deg, #606C88 3.34%, #3F4C6B 97.78%);
    background: linear-gradient(135.9deg, #606C88 3.34%, #3F4C6B 97.78%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	 justify-content: space-between;
 }
 .section4-right {
    width: 340px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 6px 32px auto 112px;
 }
 .section4-text h2 {
    font-weight: 600;
    font-size: 28px;
    color: #fff;
    margin: 0 0 16px;
    line-height: initial;
 }
 .section4-text p {
    color: #fff;
    margin: 0 0 24px;
 }
 .section4 .nd-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: column;
 }
 .section4 .nd-form__label {
    /* width: calc(100% - 192px); */
    margin-bottom: 12px !important;
    display: block;
 }
 .section4 .nd-form__label span {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #fff;
    display: block;
    margin-bottom: 8px;
 }
 .section4 .iti__flag-container {
    display: none !important;
 }
 .section4 .nd-input {
    width: 100%;
    color: #000;
    border: 1px solid #F0F0F0;
    border-radius: 16px;
    padding: 16px !important;
    height: 58px;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    background: #fff;
 }
 .section4 .nd-form__button {
    border-radius: 16px;
    padding: 17.5px 16px;
    width: 180px;
    height: 58px;
    background: linear-gradient(0deg, rgba(255, 139, 24, 0.70) 0%, rgba(255, 139, 24, 0.70) 100%), #FFF;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #424F6E;
    
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: auto;
    margin-bottom: 12px;
 }
 .section4 .constructor__form_whats {
    border-radius: 16px;
    padding: 17.5px 16px;
    width: 232px;
    height: 58px;
    background: #25D366;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #fff !important;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: 12px;
 }
 .section4 .constructor__form_whats .desc-mobile {
    display: none;
 }
 .section4-privacy {
    padding: 11px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #F0F0F0;
    max-width: 280px;
 }
 .section4-privacy a {
    color: inherit;
    text-decoration: underline;
 }
 
 .section5-posttitle {
    color: #585869;
    margin-bottom: 32px;
 }
 
 .section5 .video-rew {
    position: relative;
 }
 .section5 .video-rew-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 12px 1fr 12px 1fr 12px 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 12px;
 }
 .section5 .video-rew-item {
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: block;
 }
 .section5 .video-rev-item-info {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 16px;
    z-index: 3;
    pointer-events: none;
 }
 .section5 .video-rew-item .ytbutt {
    position: absolute;
    top: 79px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    pointer-events: none;
 }
 .section5 .video-rew-info-name .name {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #FFFFFF;
    margin-bottom: 2px;
 }
 .section5 .video-rew-info-name .info {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #FFFFFF;
 }
 .section5 .video-rew-item img {
    width: 100%;
    height: 200px;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
 }
 .section5 .video-rew .watch-all-slide {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
 }
 .section5 .video-rew h3 {
    font-weight: 500;
    font-size: 28px;
    line-height: 160%;
    color: #1F1F25;
    margin-bottom: 40px;
 }
 .section5 .watch-all-slide.video-rew-item .imgr:before {
     display: none;
 }
 .section5 .watch-all-reviews {
    font-size: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #FFFFFF;
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: none;
    backdrop-filter: blur(16.35px);
    -webkit-backdrop-filter: blur(6.35px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
 }
 .watch-all-count {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 2px;
 }
 .watch-all-text {
    font-weight: 400;
    font-size: 14px;
    color: #F0F0F0;
    margin-bottom: 12px;
 }
 .watch-all-btn {
    border-radius: 1000px;
    padding: 12px 16px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #2261EB;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    gap: 6px;
 }
 .watch-all-btn:after {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 16px;
    height: 16px;
 }
 .section5 .watch-reviews-popup {
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    left: -100%;
    z-index: 999;
    background: #FFF;
    pointer-events: none;
    padding-top: 60px;
    padding-bottom: 140px;
 }
 .section5 .watch-reviews-popup-playerblock {
    position: relative;
 }
 .section5 .watch-reviews-popup.showed {
    top: 75px;
    opacity: 1;
    left: 0;
    pointer-events: auto;
    max-height: 100%;
    overflow: auto;
 }
 .section5 .watch-reviews-popup.showed .reviews {
    background: transparent;
 }
 .section5 #watch-reviews-player {
    margin-bottom: 30px;
 }
 .section5 .watch-reviews-popup iframe {
    margin: 0 auto;
    display: block;
    border-radius: 32px;
    overflow: hidden;
 }
 .section5 .watch-reviews-popup .swiper-container {
    position: static;
 }
 .section5 .watch-reviews-popup .swiper-button-next,
 .section5 .watch-reviews-popup .swiper-button-prev {
    top: 180px;
 }
 .section5 .watch-reviews-popup .swiper-button-prev {
    left: 0;
 }
 .section5 .watch-reviews-popup .swiper-slide img {
    height: 175px;
    -o-object-fit: cover;
       object-fit: cover;
 }
 .section5 .watch-reviews-popup .swiper-container {
    display: none;
 }
 .section5 .watch-reviews-popup .swiper-container.showed {
    display: block;
 }
 .section5 .watch-reviews-popup .swiper-wrapper {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
 }
 .section5 .watch-reviews-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 12px 1fr 12px 1fr 12px 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 12px;
 }
 .section5 .watch-reviews-grid-item img {
    width: 100%;
    height: 175px;
    -o-object-fit: cover;
       object-fit: cover;
 }
 .section5 .no-scroll {
    height: 100%;
    overflow: hidden;
 }
 .section5 .no-refresh {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
 }
 .section5 .watch-reviews-grid-item {
    cursor: pointer;
 }
 .section5 .watch-reviews-popup-close {
    position: fixed;
    right: 30px;
    top: 100px;
    cursor: pointer;
    z-index: 3;
 }
 .section5 .watch-reviews-popup-close svg {
    width: 30px;
    height: auto;
 }
 .section5 .watch-reviews-popup-close path {
    fill: #000;
    opacity: 1;
 }
 .section5 .popup-rew-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 12px 1fr 12px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 12px;
    margin-top: -30px;
    padding-bottom: 0;
 }
 .section5 .popup-rew-grid .item {
    width: 100%;
 }
 
 .section6.quiz01 {
    margin-top: 40px;
    margin-bottom: 60px;
    border-radius: 32px;
    padding: 32px 40px;
    background: -o-linear-gradient(140.31deg, #BBA3C9 -14.2%, #9A6FB4 97.65%);
    background: linear-gradient(140.31deg, #BBA3C9 -14.2%, #9A6FB4 97.65%);
 }
 .section6.quiz01 h2 {
    font-weight: 600;
    font-size: 28px;
    color: #fff;
    margin-bottom: 16px;
    max-width: 460px;
 }
 .section6-sub {
    color: #fff;
    margin-bottom: 32px;
 }
 .section6-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 32px;
 }
 .section6 .anim {
    -ms-flex-negative: 0;
        flex-shrink: 0;
 }
 .section6.quiz01 .anim > img {
    max-width: 231px;
    max-height: 340px;
    height: 340px;
 }
 .section6.quiz01 .anim-wind {
    top: 48px;
    height: 244px;
 }
 .section6.quiz01 .chat-dir {
    left: 0;
    top: 216px;
 }
 .section6.quiz01 .chat-dir img {
    max-width: 231px;
    max-height: 284px;
    height: 284px;
 }
 .section6.quiz01 audio {
    width: 195px;
    height: 32px;
    margin: 0 10px 0 26px;
 }
 .section6.quiz01 audio::-webkit-media-controls-panel {
    padding: 4px;
    background: #fff;
 }
 .section6.quiz01 audio::-webkit-media-controls-current-time-display,
 .section6.quiz01 audio::-webkit-media-controls-time-remaining-display {
    font-weight: 500;
    font-size: 10px;
    line-height: 120%;
 }
 .section6.quiz01 .q-buttons {
    gap: 8px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
 }
 .section6.quiz01 .q-item {
    width: calc(25% - 6px);
    padding: 16px 12px 14px;
    border-radius: 20px;
    border: 1px solid transparent;
    background: rgba(255,255,255,.16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #fff;
 }
 .section6.quiz01 .q-item.chosen {
    border: 1px solid #CDCFD1;
 }
 .section6.quiz01 .q-item:before {
    position: relative;
    content: '\e803';
    font-family: "fontello";
    font-size: 24px;
    margin-right: 8px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    left: initial;
    top: initial;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
 }
 .section6.quiz01 .q-item.chosen:before {
    content: '\e802';
 }
 .section6.quiz01 .q-item.chosen::after {
    display: none;
 }
 .section6.quiz01 .q-next {
    margin-top: 32px;
    border-radius: 16px;
    padding: 8px 16px;
    width: 414px;
    height: 58px;
    background: #2261EB;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    gap: 6px;
 }
 .section6.quiz01 .q-next:after {
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 24px;
    height: 24px;
 }
 
 .section7 {
 
 }
 .section7-wrapper {
    position: relative;
 }
 .section7 .question-js {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-radius: 20px;
    padding: 15px 6px 15px 15px;
    width: 336px;
    background: #F0F0F0;
    gap: 4px;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    border: 1px solid transparent;
    cursor: pointer;
 }
 .section7 .question-js:after {
    content: '\e805';
    font-family: "fontello";
    font-size: 24px;
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    color: #000;
 }
 .section7 .question-js.active {
    border: 1px solid #CDCFD1;
    color: #6F9D72;
 }
 .section7 .question-js.active:after {
    display: none;
 }
 .section7 .answer-js {
    opacity: 1;
    color: #1f1f25;
 }
 .section7 .answer-js {
    position: absolute;
    width: calc(100% - 348px);
    top: 0;
    right: 0;
    overflow: hidden;
    display: none;
 }
 .section7 .answer-js.active {
    padding: 16px;
    border-radius: 24px;
    background: #F0F0F0;
    display: block;
 }
 .section7 .answer-js h3 {
    font-weight: 500;
    font-size: 20px;
    color: #000;
    margin: 0 0 10px;
 }
 .section7 .answer-js p {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #585869;
    margin: 0 0 24px;
 }
 .section7 .answer-js .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
 }
 .section7 .answer-js img {
    max-height: 140px;
 }
 
 .section8 {
    border-radius: 32px;
    padding: 32px 24px;
    margin-top: 40px;
    margin-bottom: 60px;
    background: -o-linear-gradient(307deg, #92cf97 0.01%, #6f9d72 100%);
    background: linear-gradient(143deg, #92cf97 0.01%, #6f9d72 100%);
 }
 .section8 h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 130%;
    color: #fff;
    margin: 0 0 10px;
 }
 .section8-subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #fff;
    margin-bottom: 32px;
 }
 .section8-center {
    padding: 0;
    text-align: center;
    width: calc(33.33% - 8px);
 }
 .section8-center img {
    width: 135px;
    border-radius: 1000px;
    margin-bottom: 16px;
 }
 .section8-center p {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: #fff;
    max-width: 200px;
    margin: 0 auto;
 }
 .section8-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
 }
 .section8-item {
    border-radius: 24px;
    padding: 60px 16px 16px;
    position: relative;
    width: calc(33.33% - 8px);
    min-height: 200px;
    background: #fff;
 }
 .section8-item:after {
    color: #6F9D72;
    font-size: 32px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 16px;
    left: 16px;
 }
 .section8-item h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #000;
    margin: 0 0 8px;
 }
 .section8-item p {
    color: #585869;
    font-size: 14px;
    margin: 0;
    line-height: 130%;
 }
 
 .section9 .stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    margin-bottom: 16px;
 }
 .section9 .rait {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #585869;
 }
 .section9 .stars img {
    border-radius: 1000px;
    padding: 2px 6px;
    background: #FFFBF0;
 }
 .section9 .stars img + span {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #585869;
 }
 .section9-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 32px;
 }
 .section9 .rv-butt a {
    border-radius: 1000px;
    padding: 7px 11px;
    background: #F1F6F1;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #000;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    border: 1px solid transparent;
 }
 .section9 .rv-butt a:after {
    font-size: 24px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 24px;
    height: 24px;
 }
 .section9 .rv-butt.is-active a {
    border: 1px solid #6F9D72;
 }
 .section9 .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
 }
 .section9 .item {
    border-radius: 20px;
    padding: 16px;
    background: #F0F0F0;
    width: calc(33.33% - 7px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
 }
 .section9 .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
 }
 .section9 .avatar {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
 }
 .section9 .h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #000;
    margin-bottom: 2px;
 }
 .section9 .date {
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: rgba(31, 31, 37, 0.64);
    margin-bottom: 2px;
 }
 .section9 .m-stars {
    width: 91px;
    height: 19px;
 }
 .section9 .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #000;
    margin: 0 0 24px;
 }
 .section9 .platform {
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: rgba(31, 31, 37, 0.64);
    margin-top: auto;
 }
 .section-watch-all {
    background-size: cover;
    width: calc(33.33% - 7px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 20px;
 }
 .section9-watch-all {
    background: url('/wp-content/uploads/2025/06/blur1.webp');
 }
 .section-watch-all .watch-all-count {
    color: #000;
 }
 .section-watch-all .watch-all-text {
    color: #585869;
 }
 
 
 .section10-sub {
    font-size: 14px;
    color: #585869;
    margin-bottom: 32px;
 }
 .section.section10 h2 {
    margin-bottom: 10px;
 }
 .section10-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
 }
 .section10-item {
    border-radius: 20px;
    padding: 12px;
    background: #F0F0F0;
    width: calc(33.33% - 7px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
 }
 .section10-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 16px;
    gap: 4px;
 }
 .section10-count {
    border-radius: 1000px;
    padding: 4px 16px;
    background: #424F6E;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: #fff;
 }
 .section10-descr {
    border: 1px solid #424F6E;
    border-radius: 1000px;
    padding: 4px 12px;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #424F6E;
 }
 .section10-bottom {
    border-radius: 16px;
    padding: 12px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 159px;
 }
 .section10-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #000;
 }
 .section10-person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
 }
 .section10-avatar {
    border-radius: 50%;
    width: 44px;
    height: 44px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
 }
 .section10-name {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #000;
    margin-bottom: 2px;
 }
 .section10-info {
    font-weight: 500;
    font-size: 10px;
    line-height: 120%;
    color: rgba(31, 31, 37, 0.64);
    
 }
 .section10-watch-all {
    background: url('/wp-content/uploads/2025/06/blur2.webp');
 }
 
 .section11-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 32px;
    margin-top: 32px;
 }
 .section11-item {
    position: relative;
    border-radius: 20px;
    padding: 16px 16px 16px 52px;
    width: 420px;
    margin-bottom: 10px;
    background: #F1F6F1;
 }
 .section11-item:after {
    color: #6F9D72;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 24px;
    height: 24px;
    font-size: 24px;
    position: absolute;
    top: 16px;
    left: 16px;
 }
 .section11-item h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #000;
 }
 .section11-item p {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #585869;
 }
 .section11-video {
    width: 100%;
    border-radius: 20px;
    height: 270px;
    background: url("https://posiflora.com/wp-content/themes/posiflora-journal-prod-v3.1_heroslider/img/posiflora2025/index/job-video.webp") center;
    background-size: cover;
    position: relative;
    cursor: pointer;
 }
 .section11-video .a-play {
    width: 48px;
    height: 48px;
    position: absolute;
    top: calc(50% - 24px);
    left: 0;
    right: 0;
    margin: 0 auto;
 }
 
 .section12-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 32px;
    margin-top: 32px;
 }
 .section12-item {
    position: relative;
    border-radius: 20px;
    padding: 16px 16px 16px 52px;
    width: 100%;
    background: #F1F6F1;
 }
 .section12-item:last-of-type {
    margin-bottom: 0;
 }
 .section12-item:after {
    color: #6F9D72;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 24px;
    height: 24px;
    font-size: 24px;
    position: absolute;
    top: 16px;
    left: 16px;
 }
 .section12-item p {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #585869;
 }
 .section12-link {
    width: 100%;
    border-radius: 20px;
 }
 .section12-item.section12-list {
    padding-left: 16px;
 }
 .section12-item.section12-list:after {
 
 }
 .section12-list-item {
    padding-top: 4px;
    padding-left: 36px;
    padding-bottom: 16px;
    position: relative;
 }
 .section12-list-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #6F9D72;
    margin: 9px;
 }
 .section12-list-item:after {
    content: '';
    position: absolute;
    left: 11px;
    top: 24px;
    height: calc(100% - 24px);
    width: 2px;
    background: #CDCFD1;
    opacity: 0.3;
    border-radius: 1px;
 }
 .section12-list-5 {
    position: relative;
    padding-left: 36px;
    padding-top: 2px;
 }
 .section12-list-5:after {
    color: #6F9D72;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 24px;
    height: 24px;
    font-size: 24px;
    position: absolute;
    top: 0;
    left: 0;
 }
 
 .section14.section h2 {
    margin-bottom: 10px;
 }
 .section14-subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #585869;
    max-width: 470px;
    margin-bottom: 32px;
 }
 .section14-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-bottom: 32px;
 }
 .section14-card {
    border-radius: 20px;
    padding: 16px;
    width: calc(33.33% - 7px);
    background: #F0F0F0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
 }
 .section14-img {
    border-radius: 12px;
    height: 140px;
    margin-bottom: 16px;
    -o-object-fit: cover;
       object-fit: cover;
 }
 .section14-card h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #000;
    margin: 0 0 10px;
 }
 .section14-card p {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #585869;
    margin-bottom: 16px;
 }
 .section14-date {
    margin-top: auto;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: rgba(31, 31, 37, 0.64);
 }
 .section14 .butt-more {
    border-radius: 1000px;
    padding: 12px 16px;
    height: 40px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #2261EB;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    gap: 6px;
    max-width: 142px;
 }
 .section14 .butt-more:after {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 16px;
    height: 16px;
 }
 
 .section15.section h2 {
    margin-bottom: 10px;
 }
 .section15-subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #585869;
    max-width: 470px;
    margin-bottom: 32px;
 }
 .section15-wrapper {
    position: relative;
 }
 .section15 .question-js {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-radius: 20px;
    padding: 16px 6px 16px 16px;
    width: calc(50% - 6px);
    background: #F0F0F0;
    gap: 4px;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    border: 1px solid transparent;
    cursor: pointer;
 }
 .section15 .question-js:after {
    content: '\e805';
    font-family: "fontello";
    font-size: 24px;
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    color: #000;
 }
 .section15 .question-js.active {
    border: 1px solid #CDCFD1;
    color: #6F9D72;
 }
 .section15 .question-js.active:after {
    display: none;
 }
 .section15 .answer-js {
    opacity: 1;
    color: #1f1f25;
 }
 .section15 .answer-js {
    position: absolute;
    width: calc(50% - 6px);
    top: 0;
    right: 0;
    overflow: hidden;
    display: none;
 }
 .section15 .answer-js.active {
    padding: 16px;
    border-radius: 24px;
    background: #F0F0F0;
    display: block;
 }
 .section15 .answer-js h3 {
    font-weight: 500;
    font-size: 20px;
    color: #000;
    margin: 0 0 10px;
 }
 .section15 .answer-js p {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #585869;
 }
 
 .section16 {
    margin-top: 40px;
    margin-bottom: 60px;
    border-radius: 32px;
    padding: 32px 40px;
    background: -o-linear-gradient(134deg, #606c88 0%, #3f4c6b 100%);
    background: linear-gradient(134deg, #606c88 0%, #3f4c6b 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
 }
 .section16-right {
    width: 340px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 6px 32px auto 112px;
 }
 .section16-text h2 {
    font-weight: 600;
    font-size: 28px;
    color: #fff;
    margin: 0 0 16px;
    line-height: initial;
 }
 .section16-text p {
    color: #fff;
    margin: 0 0 24px;
 }
 .section16 .nd-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	 flex-direction: column;
 }
 .section16 .nd-form__label {
    width: calc(100% - 192px);
    margin-bottom: 12px !important;
    display: block;
 }
 .section16 .nd-form__label span {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #fff;
    display: block;
    margin-bottom: 8px;
 }
 .section16 .iti__flag-container {
    display: none !important;
 }
 .section16 .nd-input {
    width: 100%;
    color: #000;
    border: 1px solid #F0F0F0;
    border-radius: 16px;
    padding: 16px !important;
    height: 58px;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    background: #fff;
 }
 .section16 .nd-form__button {
    border-radius: 16px;
    padding: 17.5px 16px;
	width: fit-content;
    height: 58px;
    background: linear-gradient(0deg, rgba(255, 139, 24, 0.70) 0%, rgba(255, 139, 24, 0.70) 100%), #FFF;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #424F6E;    
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: auto;
    margin-bottom: 12px;
 }
 .section16 .constructor__form_whats {
    border-radius: 16px;
    padding: 17.5px 16px;
    width: 232px;
    height: 58px;
    background: #25D366;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #fff !important;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: 12px;
 }
 .section16 .constructor__form_whats .desc-mobile {
    display: none;
 }
 .section16-privacy {
    padding: 11px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #F0F0F0;
    max-width: 280px;
 }
 .section16-privacy a {
    color: inherit;
    text-decoration: underline;
 }
 
 .footer {
    padding: 32px 40px !important;
 }
 .footer .left {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    gap: 16px;
 }
 .footer .enter {
    gap: 0;
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
 }
 .footer .logo-f {
    height: 22px;
 }
 .footer .logo-f img {
    width: auto;
    height: 100%;
 }
 .footer-socials-link {
    height: 36px;
 }
 .footer-left-links {
    grid-gap: 10px;
    margin-left: 0;
    margin-bottom: -6px;
 }
 .section16 .constructor__form_whats,
 .section4 .constructor__form_whats{
    display: none;
 }
 
 @media (max-width: 1239px) {
    .submenu-parent {
        padding: 0;
        flex-direction: column;
        align-items: start;
    }
    .submenu-parent span.opened {
        font-weight: 600;
        font-size: 20px;

    }
    .a-header .msgrs.active {
        display: flex !important;
    }
    .a-header .msgrs a {
        display: flex !important;
        border-radius: 50%;
        padding: 8px;
        width: 36px;
        height: 36px;
        background: #25D366;
        margin-right: 10px;
    }
    .head-call.xs-hidden {
        display: none !important;
    }
    .head-call.xs-show {
        display: flex !important;
        border-radius: 50%;
        padding: 6px;
        width: 36px;
        height: 36px;
    }
    .a-header .enter {
        padding: 6px;
        width: 36px;
        height: 36px;
    }
    .a-header .burger {
        width: 36px;
        height: 36px;
        margin-left: 10px;
        background: url(https://posiflora.com/wp-content/themes/posiflora-journal-prod-v3.1_heroslider/img/posiflora2025/index/burger.svg) center no-repeat;
    }
    .a-header .burger.active {
        background: url(https://posiflora.com/wp-content/themes/posiflora-journal-prod-v3.1_heroslider/img/posiflora2025/index/close.svg) center no-repeat;
    }
 }
 
 @media (min-width: 1024px) {
    .section11-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        flex-direction: column;
        gap: 12px;
        margin-top: 32px;
    }
    
    .section11-info {
        display: flex;
        gap: 12px;
        width: 100%;
    }
    .section11-item {
        padding: 16px;
        margin-bottom: 0x;
        display: flex;
        flex-direction: column;
        min-height: 200px;
    }
    .section11-item h3 {
        margin-bottom: 8px;
    }
    .section11-item:after {
        position: relative;
        left: 0;
        top: 0;
        order: -1;
        margin-bottom: 12px;
    }
    .section12-info {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 12px;
        grid-row-gap: 12px;
    }
    .section12-item.section12-list {
        grid-area: 1 / 1 / 3 / 2;
    }
    .section12-item.icon-currency_exchange {
        grid-area: 1 / 2 / 2 / 3;
    }
    .section12-item.icon-avg_pace {
        grid-area: 2 / 2 / 3 / 3;
    }
    .section12-item {
        width: 385px;
    }
    .section12-item {
        padding-left: 16px;
        display:flex;
        flex-direction: column;
        align-items: stretch;
    }
    .section12-item:after {
        position: relative;
        left: 0;
        top: 0;
        order: -1;
        margin-bottom: 12px;
        font-size: 32px;
    }
    .section12-wrapper {
        gap: 12px;
        align-items: stretch;
    }
    .section12-link img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        border-radius: 24px;
    }
    .section12-item {
        margin-bottom: 0;
        width: 100%;
    }
    .section12 .section__title-12{
        margin-bottom: 32px;
    }
 }
 
 @media (max-width: 1023px) {
    .section11-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        gap: 32px;
        margin-top: 32px;
    }
    main {
        font-size: 14px;
        border-radius: 32px;
    }
    .section {
        padding-bottom: 40px;
        gap: 44px;
    }
    .section h1 {
        font-size: 32px;
    }
    .section1-tip {
        margin-bottom: 16px;
    }
    .section1-text {
        margin-bottom: 24px;
    }
    .section1-right {
        margin-top: 0;
        width: 100%;
    }
 
    .section2 {
        gap: 10px;
    }
    .section h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .butts {
        gap: 10px;
        max-width: 497px;
    }
    .butts.xs-hidden {
       display: none;
   }
   .butt.xs-show,
    .butts.xs-show {
       display: flex!important;
    }
    .butt {
        border-radius: 20px;
        padding: 12px;
        width: 159px;
        height: 159px;
    }
    .butts h3 {
        font-size: 14px;
    }
    .butts .png {
        left: 26px;
    }
 
    .section3-grid {
        gap: 10px;
    }
    .section3-link {
        position: relative;
        width: calc(25% - 8px);
        height: 101px;
        border-radius: 20px;
        padding: 16px 44px 16px 16px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
        text-align: start;
    }
    .section3-link:before {
        margin-bottom: 0;
        width: 24px;
        height: 24px;
        font-size: 24px;
        margin-right: 10px;
    }
    .section3-link:after {
        content: '\e805';
        font-family: "fontello";
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        color: #000;
        width: 24px;
        height: 24px;
        font-size: 24px;
        margin-left: auto;
        position: absolute;
        top: calc(50% - 12px);
        right: 10px;
    }
 
    .section4 {
        margin-bottom: 40px;
        padding: 32px 24px;
        gap: 16px;
    }
    .section4-text h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .section4-text p {
        margin-bottom: 16px;
    }
    .section4-left {
        width: calc(50% - 8px);
    }
    .section4-right {
        width: 273px;
        margin: 0 auto auto;
    }
    .section4 .nd-form__label {
        width: 100%;
        margin-bottom: 16px !important;
    }
    .section4 .nd-form__label span {
        font-size: 10px;
        margin-bottom: 6px;
    }
    .section4 .nd-input {
        border-radius: 12px;
        padding: 12px 10px !important;
        height: 42px;
        font-size: 14px;
    }
    .section4 .nd-form__button {
        border-radius: 12px;
        padding: 8px 12px;
        width: 138px;
        height: 42px;
        font-size: 14px;
        margin-right: 8px;
        margin-left: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-bottom: 10px;
    }
    .section4 .constructor__form_whats {
        border-radius: 12px;
        padding: 8px 12px;
        width: calc(100% - 146px);
        height: 42px;
        background: linear-gradient(0deg, rgba(255, 139, 24, 0.70) 0%, rgba(255, 139, 24, 0.70) 100%), #FFF;
        font-weight: 400;
        font-size: 14px;
        line-height: 130%;
        color: #424F6E !important;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-right: 0;
        margin-top: 0;
    }
    .section4-privacy {
        padding: 0;
        font-weight: 500;
        font-size: 12px;
        color: #F0F0F0;
    }
 
    .section6.quiz01 h2 {
        font-size: 24px;
        margin-bottom: 10px;
        max-width: 390px;
    }
    .section6-wrapper {
        gap: 24px;
    }
    .section6.quiz01 .q-buttons {
        gap: 10px;
    }
    .section6.quiz01 .q-item {
        width: calc(33.33% - 7px);
    }
    .section6.quiz01 .q-item:last-child {
        margin: 0;
    }
    .section6.quiz01 .q-next {
        height: 54px;
        width: 422px;
        font-size: 14px;
    }
    .section6.quiz01 .q-next:after {
        width: 16px;
        height: 16px;
        font-size: 16px;
    }
 
    .section7 .question-js {
        position: relative;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        gap: 8px;
        font-weight: 500;
        font-size: 18px;
        line-height: 130%;
        color: #000;
        border: none;
        margin-bottom: 0;
        padding: 0;
        width: 100%;
        -webkit-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
        transition: all 0.5s ease-in;
    }
    .section7 .question-js:after {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 24px;
        height: 24px;
        font-size: 24px;
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
    }
    .section7 .question-js.active {
        border: none;
        color: #000;
        padding-bottom: 12px;
    }
    .section7 .question-js.active:after {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
    }
    .section7-item {
        border-radius: 20px;
        padding: 16px;
        background: #F0F0F0;
        margin-bottom: 10px;
    }
    .section7 .answer-js.active {
        border-radius: 0;
        padding: 0;
        max-height: 1000px;
        -webkit-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
        transition: all 0.5s ease-in;
    }
    .section7 .answer-js {
        display: block;
        max-height: 0;
        padding: 0;
        overflow: hidden;
        -webkit-transition: max-height 0.5s ease-out;
        -o-transition: max-height 0.5s ease-out;
        transition: max-height 0.5s ease-out;
        font-weight: 400;
        font-size: 14px;
        line-height: 130%;
        color: #585869;
        width: 100%;
        position: relative;
    }
    .section7 .answer-js h3 {
        display: none;
    }
    .section7 .answer-js p {
        font-size: 14px;
        max-width: 600px;
    }
    .section7 .answer-js .info {
        gap: 10px;
    }
 
    .section8 {
        margin-bottom: 40px;
    }
    .section8-wrapper {
        gap: 10px;
    }
    .section8-center {
        padding: 0 0 22px;
        order: -1;
        width: 100%;
    }
	 
    .section8-center img {
        width: 135px;
    }
    .section8-center p {
        font-size: 14px;
        max-width: initial;
    }
    .section8-item {
        padding: 16px 16px 16px 52px;
        width: calc(33.33% - 8px);
        min-height: 250px;
    }
    .section8-item:after {
        font-size: 24px;
        width: 24px;
        height: 24px;
    }
    .section12-link img {
        border-radius: 20px;
        height: 100%;
        object-fit: cover;
    }
    
    .section15 .question-js {
        position: relative;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        gap: 8px;
        font-weight: 500;
        font-size: 18px;
        line-height: 130%;
        color: #000;
        border: none;
        margin-bottom: 0;
        padding: 0;
        width: 100%;
        -webkit-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
        transition: all 0.5s ease-in;
    }
    .section15 .question-js:after {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 24px;
        height: 24px;
        font-size: 24px;
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
    }
    .section15 .question-js.active {
        border: none;
        color: #000;
        padding-bottom: 12px;
    }
    .section15 .question-js.active:after {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
    }
    .section15-item {
        border-radius: 20px;
        padding: 16px;
        background: #F0F0F0;
        margin-bottom: 10px;
    }
    .section15 .answer-js.active {
        border-radius: 0;
        padding: 0;
        max-height: 1000px;
        -webkit-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
        transition: all 0.5s ease-in;
    }
    .section15 .answer-js {
        display: block;
        max-height: 0;
        padding: 0;
        overflow: hidden;
        -webkit-transition: max-height 0.5s ease-out;
        -o-transition: max-height 0.5s ease-out;
        transition: max-height 0.5s ease-out;
        font-weight: 400;
        font-size: 14px;
        line-height: 130%;
        color: #585869;
        width: 100%;
        position: relative;
    }
    .section15 .answer-js h3 {
        display: none;
    }
    .section15 .answer-js p {
        font-size: 14px;
        max-width: 600px;
    }
    
    .section16 {
        margin-bottom: 40px;
        padding: 32px 24px;
        gap: 16px;
    }
    .section16-text h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .section16-text p {
        margin-bottom: 16px;
    }
    .section16-left {
        width: calc(50% - 8px);
    }
    .section16-right {
        width: 273px;
        margin: 0 auto auto;
    }
    .section16 .nd-form__label {
        width: 100%;
        margin-bottom: 16px !important;
    }
    .section16 .nd-form__label span {
        font-size: 10px;
        margin-bottom: 6px;
    }
    .section16 .nd-input {
        border-radius: 12px;
        padding: 12px 10px !important;
        height: 42px;
        font-size: 14px;
    }
    .section16 .nd-form__button {
        border-radius: 12px;
        padding: 8px 12px;
        width: 138px;
        height: 42px;
        font-size: 14px;
        margin-right: 8px;
        margin-left: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-bottom: 10px;
    }
    .section16 .constructor__form_whats {
        border-radius: 12px;
        padding: 8px 12px;
        width: calc(100% - 146px);
        height: 42px;
        background: linear-gradient(0deg, rgba(255, 139, 24, 0.70) 0%, rgba(255, 139, 24, 0.70) 100%), #FFF;
        font-weight: 400;
        font-size: 14px;
        line-height: 130%;
        color: #424F6E !important;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-right: 0;
        margin-top: 0;
    }
    .section16-privacy {
        padding: 0;
        font-weight: 500;
        font-size: 12px;
        color: #F0F0F0;
    }
    .section12-info{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 12px;
        grid-row-gap: 12px;
    }
    .section12-item.section12-list {
        grid-area: 1 / 1 / 3 / 2;
    }
    .section12-item.icon-currency_exchange {
        grid-area: 1 / 2 / 2 / 3;
    }
    .section12-item.icon-avg_pace {
        grid-area: 2 / 2 / 3 / 3;
    }
 }
 
 @media (max-width: 800px) {
    .section6.quiz01 .q-next.xs-show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        max-width: 400px;
        font-size: 14px;
    }
    .section6.quiz01 .q-next:after {
        font-size: 16px;
        width: 16px;
        height: 16px;
    }
    .section3-link {
        position: relative;
        width: calc(33.33% - 7px);
        border-radius: 20px;
        padding: 16px 44px 16px 16px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        text-align: start;
    }
    .section3-link:nth-last-child(1),
    .section3-link:nth-last-child(2) {
        width: calc(50% - 5px);
    }
 
    .section11-info {
        width: calc(50% - 16px);
    }
    .section11-item {
        width: 100%;
    }
 
    .section12-info {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .section12-item {
        width: 100%;
    }
    .section14-card:last-child {
        display: none;
    }
 
    .section16-right {
        -o-object-fit: cover;
           object-fit: cover;
        width: 45%;
    }
    .section12 .section__title-12{
        margin-bottom: 32px;
    }
 }
 
 @media (max-width: 768px) {
    main {
        padding: 0 30px 32px;
    }
    .container {
        max-width: 420px;
    }
    .section {
        padding-top: 32px;
        padding-bottom: 32px;
    }
 
    .section1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .section1-left {
        width: 100%;
        text-align: center;
    }
    .form-inside.xs-show.btn-blue {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
 
    .section2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .section h2 br {
        display: none;
    }
    .butt {
        width: calc(50% - 5px);
    }
 
    .section3-grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .section3-link {
        width: 100%;
        height: auto;
    }
    .section3-link:nth-last-child(1), .section3-link:nth-last-child(2) {
        width: 100%;
    }
    .section3-link br {
        display: none;
    }
 
    .section4 {
        margin-top: 32px;
        margin-bottom: 32px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        position: relative;
    }
    .section4-left {
        width: 100%;
    }
    .section4 .nd-form__label {
        display: none;
    }

    .section4 .nd-form__button {
        display: none;
    }
    .section4 .constructor__form_whats {
        width: calc(100% - 32px);
        border-radius: 16px;
        padding: 8px 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: absolute;
        left: 16px;
        right: 16px;
        bottom: 58px;
    }
    .section4-privacy {
        position: absolute;
        left: 16px;
        right: 16px;
        bottom: 16px;
        text-align: center;
        width: calc(100% - 32px);
    }
    .section4 .constructor__form_whats .desc-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .section4 .constructor__form_whats .desc-mobile:after {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 16px;
        height: 16px;
        font-size: 16px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-left: 6px;
    }
    .section4 .constructor__form_whats .desc {
        display: none;
    }
    .section4-right {
        width: 100%;
        max-width: 340px;
        margin-bottom: 128px;
    }
 
 
    .section5 .video-rew-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
 
    .section6.quiz01 {
        border-radius: 32px;
        padding: 16px;
        margin-top: 32px;
        margin-bottom: 32px;
    }
    .section6.quiz01 .q-item {
        width: calc(50% - 5px);
    }
    .section6.quiz01 .q-next.xs-show {
        max-width: initial;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
 
    .section7 .answer-js .info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
                align-items: start;
    }
 
    .section8 {
        border-radius: 32px;
        padding: 16px;
        margin-top: 32px;
        margin-bottom: 32px;
    }
    .section8-item {
        width: 100%;
        min-height: initial;
    }
 
    .section9 .items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .section9 .item {
        width: 100%;
    }
 
    .section10-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .section10-item {
        width: 100%;
    }
    .section-watch-all {
        width: 100%;
        min-height: 213px;
    }
 
    .section11-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .section11-info {
        width: 100%;
    }
 
    .section12-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .section12-info {
        width: 100%;
    }
 
    .trust.container {
        margin-top: 32px;
        margin-bottom: 32px;
        border-radius: 32px;
        padding: 16px;
    }
    .trust .title {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .trust .subtitle {
        font-size: 14px;
    }
 
    .section14-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .section14-card {
        width: 100%;
    }
 
    .section16 {
        border-radius: 32px;
        padding: 16px;
        margin-top: 0;
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .section16-left {
        width: 100%;
    }
    .section16 .nd-form__label {
        display: none;
    }
    .section16 .nd-form__button {
        display: none;
    }
    .section16 .constructor__form_whats {
        width: calc(100% - 32px);
        border-radius: 16px;
        padding: 8px 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: initial;
        left: 16px;
        right: 16px;
        bottom: 58px;
    }
    .section16-privacy {
        position: initial;
        left: 16px;
        right: 16px;
        bottom: 16px;
        padding-top: 15px;
        text-align: left;
        width: calc(100% - 32px);
    }
    .section16 .constructor__form_whats .desc-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .section16 .constructor__form_whats .desc {
        display: none;
    }
    .section16-right {
        width: 100%;
        max-width: 340px;
        margin: 0 auto 88px;
    }
    
    .footer {
        padding: 32px 30px !important;
    }
    .footer .container {
        padding: 0;
    }
    .footer .wrapper {
        display: flex;
        gap: 32px;
    }
    .footer .left {
        width: 100%;
    }
    .footer-items {
        width: 100%;
    }
 }
 @media (max-width: 600px) {
    .btn-blue{
        font-size: 14px;
    }
    .section h1{
        max-width: 300px;
        margin: 0 auto 16px auto;
    }
    .section1-right{
        min-height: 410px;
    }

 }
 @media (max-width: 479px) {
    main {
        padding: 0 16px 32px;
    }
    .footer {
        padding: 32px 16px !important;
    }
    .footer .wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
 }