@import url('onest-font.css');
@import url('variabiles.css');
@import url('elements.css');
@import url('utilities.css');
@import url('animations.css');

html {
    scroll-behavior: smooth;
}

.prelaoder {
    z-index: 9999;
}

/* NAVBAR */
.navbar {
    margin: 0;
    padding: 20px 0;
}
.navbar-brand {
    color: var(--bs-white);
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    margin: 0;
}
.navbar-brand .logo-name {
    font-weight: 800;
    text-transform: uppercase;
}
.navbar-brand:hover {
    color: var(--bs-primary);
}
.navbar-phone {
    color: var(--bs-white);
    font-size: 36px;
    font-weight: 800;
    line-height: 43px;
    letter-spacing: 0.06em;
    text-decoration: none;
}
.navbar-phone svg {
    animation: roll_call 1.40s ease infinite;
}

/* FOOTER */
.site-footer {
    font-size: 24px;
    line-height: 30px;
    padding-top: 49px;
    padding-bottom: 25px;
}
.site-footer a {color: var(--bs-white);}
.site-footer a:hover {text-decoration: underline;}
.site-footer__description {margin-bottom: 35px;}
.site-footer__links {margin-bottom: 39px;}

.site-footer__socials {column-gap: 20px;}
.site-footer__socials,
.site-footer__contacts {margin-bottom: 30px;}
.site-footer__socials .social-item,
.site-footer__payments-type .payment-type {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    
}
.site-footer__socials .social-item {
    width: 57px;
    height: 57px;
}
.social-item--facebook {background-image: url('../img/uil_facebook.svg');}
.social-item--instagram {background-image: url('../img/mdi_instagram.svg');}
.site-footer__socials .social-item:hover {opacity: .75;}
.site-footer__payments-type {
    column-gap: 24px;
    margin-bottom: 0;
}
.payment-type {
    width: 68px;
    height: 68px;
}
.payment-type--visa {background-image: url('../img/visa-line.svg');}
.payment-type--mastercard {
    background-image: url('../img/mastercard.svg');
    width: 56px;
    height: 56px;
}
.payment-type--paynet {
    background-image: url('../img/paynet.svg');
    width: 112px;
    height: 48px;
}

/* SLIDE 1 */
.showcase {
    background-repeat: no-repeat;
    position: relative;
    color: var(--bs-white);
    padding-top: 66px;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.035em;
}
.showcase::before,
.error-404::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 9.38%, rgba(22, 40, 66, 0.8) 25.52%, rgba(32, 51, 80, 0.9) 39.58%, rgba(68, 69, 75, 0.9) 54.69%, #3F3F4B 67.19%, #3F404B 85.94%);
}
.showcase .container {
    position: relative;
    z-index: 3;
}
.start-maraton {
   padding-left: 30px;
   position: relative;
   margin-bottom: 25px;
}
.start-maraton::before {
    content: "";
    background-image: url('../img/mdi_flame.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
}
.showcase h1 {
    font-weight: 900;
    font-size: 48px;
    line-height: 59px;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.showcase h1 strong {
    color: var(--bs-primary);
    font-weight: 900 !important;
}
.showcase p {
    margin-bottom: 30px;
}

.maraton-present {
    background: rgba(22, 38, 55, 0.49);
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.06em;
    max-width: 376px;
    margin-bottom: 54px;
    padding: 20px 50px;
}
.maraton-present span {
    font-weight: 900;
    font-size: 24px;
}

.showcase .btn-primary {margin-right: 30px;}

.maraton-counter {position: relative; z-index: 3;}
.maraton-counter-wrapp {
/*     font-size: 48px; */
    font-size: 42px;
    font-weight: 900;
    line-height: 59px;
}
.seconds-blink {
	animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

.showcase--girl {
    float: right;
    max-width: 550px;
    margin-top: -50px;
}
.showcase-review {
    background-color: var(--bs-white);
    box-shadow: 0px 0px 8px 6px rgba(255, 255, 255, 0.25);
    border-radius: 25px 25px 25px 0px;
    color: var(--bs-black);
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.06em;
    max-width: 257px;
    padding: 76px 46px 28px 32px;
}
.showcase-review::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background-image: url('../img/majesticons_chat.svg');
    background-size: contain;
    background-position: center;
    margin: 20px 0 0 27px;
}
.showcase-review--1 {
    top: 0;
    right: -60%;
}
.showcase-review--2 {
    top: 30%;
    right: -40%;
}
.showcase-review--3 {
    bottom: 126px;
    right: 0;
}


/* SLIDE 2 */
.lp-section--benefits {
    padding-bottom: 90px;
}
.lp-section--benefits ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 0.035em;
}
.lp-section--benefits ul li {
    padding-left: 60px;
    background: url('../img/mdi_cancel-bold.svg') no-repeat left 5px;
    background-size: 30px;
}

/* SLIDE 3 */
.lp-section--about {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 0.035em;
}
.lp-section--about::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(3, 16, 49, 0.2948) 0%, rgba(0, 0, 0, 0.67) 100%);
}
.lp-section--about ul {
    padding-left: 0;
    margin-bottom: 53px;
}
.lp-section--about ul span,
.lp-section--about ul strong,
.lp-section--about p span,
.lp-section--about p strong {
    color: var(--bs-danger);
}
.lp-section--about p {
    font-weight: 600;
    letter-spacing: 0.035em;
/*     text-transform: uppercase; */
    margin-bottom: 25px;
}
.lp-section--about p:last-of-type {
    margin-bottom: 38px;
}
.lp-section--about .btn-primary {margin-bottom: 105px;}

.lp-section--about__nt {
    position: absolute;
    bottom: 0;
    right: -90px;
    max-width: 500px;
}

/* SLIDE 4 */
.lp-section--benefits__grid {
    margin-bottom: 24px;
}
.benefits-item {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.035em;
    height: 315px;
    padding: 14px 30px 10px;
}
.benefits-item .icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 11px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.benefits-item h3 {
    color: #6F6C6C;
    font-size: 24px;
    font-weight: 800;
    line-height: 34px;
    margin-bottom: 0;
}
.lp-section--benefits__info {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 50px;
}


/* SLIDE 5 */
.lp-section--gallery {
    padding-top: 82px;
    padding-bottom: 100px;
}
.lp-section--gallery__items {
    margin-top: 68px;
}
.lp-section--gallery__items .slick-list {
    margin-bottom: 80px;
}
.gallery-item {
    border-radius: 11px;
    margin: 0 20px;
    padding: 10px;
}
.gallery-item img {
    width: 100%;
    height: 262px;
    object-fit: cover;
    border-radius: 11px;
    opacity: .7;
    transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.gallery-item.slick-center img {
    opacity: 1;
    box-shadow: 0px 0px 5px 4px rgba(150, 170, 188, 0.34);
}

.slick-arrow {
    border: none;
    position: absolute;
    top: 125px;
    width: 22px;
    height: 34px;
    background-color: transparent;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -999999px;
    font-size: 0px;
    padding: 0;
    z-index: 99;
}
.slick-arrow.slick-prev {
    background-image: url('../img/arrow-left.svg');
    left: 50%;
    margin-left: -205px;
}
.slick-arrow.slick-next {
    background-image: url('../img/arrow-right.svg');
    right: 50%;
    margin-right: -205px;
}
.slick-dots {
    display: flex;
    align-items: center;
    column-gap: 18px;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.slick-dots button {
    border-radius: 50%;
    background-color: var(--bs-danger);
    border: 2px solid var(--bs-danger);
    font-size: 0px;
    width: 16px;
    height: 16px;
}
.slick-dots .slick-active button {background-color: var(--bs-white);}


/* SLIDE 6 */
.lp-section--includes {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: overlay;
    padding-top: 112px;
    padding-bottom: 30px;
    position: relative;
}
.lp-section--includes::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6));
}
.lp-section--includes .lp-section__heading {margin-bottom: 80px;}
.includes-item {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 30px;
    padding: 35px 40px 35px 64px;
    min-height: 186px;
    height: calc(100% - 30px);
}
.includes-item h3 {
    color: var(--bs-grey);
    font-size: 24px;
    font-weight: 800;
    line-height: 33px;
    margin-bottom: 0;
}
.includes-item h3 span,
.includes-item h3 strong {color: var(--bs-danger);}

/* SLIDE 7 */
.lp-section--telegram {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 133px;
    padding-bottom: 60px;
    position: relative;
}
.lp-section--telegram::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(74, 74, 74, 0.85) 0.99%, rgba(37, 45, 67, 0.6035) 48.95%, rgba(79, 79, 79, 0.85) 100%);
}
.lp-section--telegram h2 {
    font-weight: 800;
    font-size: 48px;
    line-height: 59px;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    margin-bottom: 112px;
}
.lp-section--telegram h2 span,
.lp-section--telegram h2 strong {
    color: var(--bs-danger);
}

.telegram-app-preview {
    max-width: 343px;
    float: right;
    margin-right: 30px;
}
.app-preview {
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid #3EB9FF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(4.5px);
    width: 203px;
    height: 131px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.06em;
    color: var(--bs-black);
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.app-preview--1,
.app-preview--2 {
    border-radius: 30px 30px 0px 30px;
    left: 0;
}
.app-preview--3,
.app-preview--4 {
    border-radius: 30px 30px 30px 0px;
    right: 0;
}

.app-preview--1 {
    top: 21%;
}
.app-preview--2 {
    top: 51%;
}
.app-preview--3 {
    top: 31%;
}
.app-preview--4 {
    bottom: 0;
    margin-bottom: 130px;
}

/* SLIDE 8 */
.lp-section--reviews-gal {
    padding-top: 132px;
    padding-bottom: 78px;
}
.reviews-carousel {padding-top: 20px;}
.reviews-carousel .slick-list {
    margin-bottom: 50px;
    padding: 20px 0;
}
.reviews-item {
    margin: 0 18px;
    padding: 15px 30px;
    height: 400px;
    overflow: auto;
}
.reviews-item img {
    max-width: 100%;
}


/* SLIDE 9 */
.lp-section--video {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.lp-section--video::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.65) 46.82%, #FFFFFF 99.53%);
}

.video-in-hand {
    max-width: 560px;
    transform: translateX(75px);
}
.btn-video-modal {
    width: 96px;
    height: 96px;
    background: url('../img/play.svg') no-repeat center;
    background-size: contain;
    border: none;
    border-radius: 50%;
    padding: 0;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
}

.video-modal-content .btn-close {
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 3;
    opacity: 1;
    width: 50px;
    height: 50px;
    background-color: var(--bs-white);
    border-radius: 50%;
    border: 2px solid var(--bs-danger);
}
.video-modal-content iframe {
    width: 100%;
    height: 100%;
}


/* SLIDE 10 */
.lp-section--contacts {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-top: 83px;
    padding-bottom: 43px;
}
.lp-section--contacts::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 9.38%, rgba(22, 40, 66, 0.8) 25.52%, rgba(32, 51, 80, 0.9) 39.58%, rgba(68, 69, 75, 0.9) 70.31%, #3F404B 100%);
}

.lp-section--contacts .description {
    font-size: 24px;
    line-height: 30px;
    padding-top: 70px;
}
.lp-section--contacts h2 {
    font-weight: 900;
    font-size: 48px;
    line-height: 59px;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    margin-bottom: 45px;
}
.lp-section--contacts h2 span,
.lp-section--contacts h2 strong {
    color: var(--bs-primary);
    font-weight: 900 !important;
}
.lp-section--contacts p {
    margin-bottom: 30px;
}

.form-intro {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 29px;
}
.form-intro p {margin-bottom: 0;}
.form-intro span,
.form-intro strong {
    color: var(--bs-danger);
    font-weight: 900 !important;
}
.form-wrap {
    padding: 60px;
}
.form-group {
    margin-bottom: 30px;
    position: relative;
}
.form-group .form-control {
    background-color: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid var(--bs-white);
    color: var(--bs-white);
    padding: 7px 0;
}
.form-group .form-control:focus {
    outline: none;
    box-shadow: none;
}
.form-group .form-control::placeholder {color: var(--bs-white);}
.form-group .btn-primary {width: 100%;}
.wpcf7-spinner {
    position: absolute;
    bottom: 20px;
    right: 0;
}
.wpcf7 form .wpcf7-response-output {
    font-size: 14px;
    line-height: 24px;
    border-radius: 11px;
    margin: 30px 0 0;
}

.intl-tel-input .country-list .country-name {display: none !important;}

.form-group.form-check {
    margin-bottom: 50px;
    margin-top: 52px;
}
.wpcf7-acceptance {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    letter-spacing: 0.06em;
}
.wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
    position: relative;
}
.wpcf7-list-item,
.wpcf7-list-item label {
    display: block;
}
.wpcf7-list-item .form-check-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.wpcf7-list-item .wpcf7-list-item-label {
    padding-left: 35px;
}
.wpcf7-list-item .wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 22px;
    height: 22px;
    background-color: var(--bs-white);
    border: 1px solid var(--bs-primary);
}
.wpcf7-list-item .wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 4px;
    width: 12.5px;
    height: 7.5px;
    border-left: 2px solid var(--bs-primary);
    border-bottom: 2px solid var(--bs-primary);
    transform: rotate(45deg) scale(0);
    transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.wpcf7-list-item .form-check-input:checked + .wpcf7-list-item-label::after {
    transform: rotate(-45deg) scale(1);
    transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* SUCCESS PAGE */
.success-wrapp {
    font-size: 22px;
    line-height: 36px;
}
.success-wrapp .showcase--girl {
    max-width: 460px;
    margin-top: 0;
}
.success-wrapp p:last-of-type {margin-bottom: 70px;}
.success-wrapp h3 {margin-bottom: 18px;}

.wp-block-algori-social-share-buttons-block-algori-social-share-buttons {
    font-size: 16px;
    display: flex;
    column-gap: 10px;
    line-height: 24px;
}

/* ERROR page */
.error-404 {
    background: url('../img/showcase_bg-min.jpeg') no-repeat center;
    background-size: cover;
    position: relative;
    font-size: 24px;
}
.error-404 .container {
    position: relative;
    z-index: 33;
}
.error-404 .error-code {
    font-size: 180px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 60px;
}
.error-404 p {margin-bottom: 36px;}