html {
    margin-top: 0 !important;
}

.search-page-content .container {
    
}
.footer .container .footer-inner .subscribe-box .form-box .wpcf7-form {
    flex-wrap: wrap;
    max-width: 675px;
}
.subscribe-box .form-item {
	display: flex;
    gap: 10px;
}
.footer .container .footer-inner .subscribe-box {
    align-items: flex-start;
}
.search-block .container {
    display: flex;
    flex-direction: column;
}
.search-block .block-title {
    
}
.search-block .search-results {
    margin: 40px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.search-block .pagination {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.search-block .pagination {
    display: flex;
    align-items: center;
}
.search-block .pagination {
    display: flex;
    align-items: center;
}
.search-block .pagination .prev {
    margin-right: auto;
}
.search-block .pagination .next {
    margin-left: auto;
}
.pagination-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 20px;
    line-height: 28px;
}
.search-item .post-name {
    margin-bottom: 10px;
}
.search-item .post-name a {
    color: #c36;
}
.search-item .post-name a:hover,
.search-item .post-name a:active {
    color: #336;
}
.search-item .post-text {
    font-size: 20px;
    line-height: 28px;
}
.modal-box {
    backdrop-filter: none;
    background: rgba(45, 45, 45 ,0.6);
}
.modal-box .search-modal {
    border-radius: 0;
    padding: 32px;
    max-width: 500px;
}
.modal-box .search-modal .modal-content {
    
}
.modal-box .search-modal form {
    display: flex;  
    gap: 12px;  
    align-items: center;
    width: 100%;
}
.modal-box .search-modal input {
    flex: 1 1 auto;
    border: 1px solid #666;
    border-radius: 3px;
    padding: 0 16px;
    transition: .3s ease;
    height: 42px;
    font-size: 16px;
}
.modal-box .search-modal button {
    height: 42px;
    padding: 0 12px;
    background-color: transparent;
    border: 1px solid #c36;
    border-radius: 3px;
    color: #c36;
    text-align: center;
    transition: .3s ease;
    white-space: nowrap;
    font-size: 16px;
}
.modal-box .search-modal button:hover {
    background-color: #c36;
    color: #fff;
}



/**** HERO SECTION ****/
.first-block .section-content .container .benefits-slider {
    position: relative;
    margin: 0 0 0 auto;
    width: calc(100vw - ((100vw - 1822px) / 2));
    max-width: 100%;
    padding-left: 80px;
}
.first-block .section-content .container .benefits-box {
    padding-left: 0;
}
.benefits-container {
    width: 100%;
}
/**** REVIEW MODAL ****/
.slide .review-text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.reviews-box .link-more {
    display: none;
    color: #3A6178;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    margin-top: 4px;
    z-index: 10;
    cursor: pointer;
}
.modal.review-modal {
    border-radius: 16px;
    border: 2px solid #F3F3F3;
    padding: 20px;
    max-width: 630px;
}
.modal.review-modal .close {
    top: 16px;
    right: 16px;
}
.modal.review-modal .top-part {
   display: flex;
   flex-direction: column;
   gap: 12px;
   margin-bottom: 20px;
}
.modal.review-modal .review-text p {
   font-size: 18px;
   line-height: 26px;
   margin-bottom: 10px;
}
.modal.review-modal .review-text p:last-of-type {
    margin-bottom: 0;
}
.modal.review-modal .bottom-part {
    display: flex;
    align-items: center;
    gap: 12px;
}
.modal.review-modal .bottom-part .avatar {
    border: 2px solid #F3F3F3;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
}
.modal.review-modal .bottom-part .avatar img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.modal.review-modal .bottom-part .name-box .name {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    text-transform: capitalize;
}
.modal.review-modal .bottom-part .name-box .date {
    font-size: 14px;
    line-height: 22px;
    color: #606060;
}
.modal-box {
    background: rgba(0, 141, 228, 0.16);
    backdrop-filter: blur(12px)

}
.conditions-block .section-content .container .image-box .first-image {
    display: flex;
}
.conditions-block .section-content .container .image-box .second-image {
    display: none;
}
.conditions-block .section-content .container .link {
    line-height: 56px;
    background: transparent;
    border: 2px solid #008DE4;
}
.conditions-block .section-content .container .link:hover {
    color: #fff;
    background: #008DE4;
    border: 2px solid #008DE4;
}
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 14;
    background: #f3f3f3;
}
body {
    padding-top: 140px;
}
.modal.first-video-modal,
.modal.second-video-modal {
    max-width: 750px;
}
.modal.first-video-modal iframe,
.modal.second-video-modal iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 1337/752;
}
.conditions-block .section-content .container .image-box img {
    width: 100%;
    height: auto;
}
.first-block .section-content .container .btn-trial {
    display: none;
    height: 60px;
    line-height: 54px;
    border-radius: 16px;
    padding: 0 32px;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    border: 2px solid #008DE4;
    background: #008DE4;
    transition: 0.3s ease;
    margin-bottom: 35px;
}
.mobile-menu-box .btn-join {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    transition: 0.3s ease;
}
.mobile-menu-box .btn-join:hover {
    color: #008DE4;
}

@media (max-width: 1366px) {

}
@media (max-width: 1200px) {
    .reviews-box .link-more {
        font-size: 16px;
        line-height: 26px;
        cursor: pointer;
    }
    .modal.review-modal .review-text p,
    .modal.review-modal .bottom-part .name-box .name {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 992px) {
    .first-block .section-content .container .btn-trial {
        display: inline-flex;
    }
    body {
        padding-top: 124px;
    }
    .modal.review-modal .review-text p,
    .modal.review-modal .bottom-part .name-box .name {
        font-size: 14px;
        line-height: 22px;
    }
}
@media (max-width: 768px) {

}
@media (max-width: 576px) {
    body {
        padding-top: 84px;
    }
    .header-primary .container .right-side .btn-menu-close svg {
        width: 20px;
    }
    .header-primary .logo {
        width: 87px;
        height: 24px;
    }


    .header-primary .container .right-side .btn-menu-close {
        flex: 0 0 40px;
        width: 40px;
        height: 40px;
    }
    .header-primary .container .right-side .btn-menu svg {
        width: 40px;
        height: 40px;
    }
    .first-block .section-content .container .btn-trial {
        display: inline-flex;
        font-size: 16px;
        line-height: 52px;
        padding: 0 20px;
        height: 56px;
        margin-bottom: 25px;
    }
    .first-block .section-content .container .buttons-box {
        margin-bottom: 16px;
    }
    .first-block .section-content .container .benefits-slider {
        padding-left: 15px;
    }
    .conditions-block .section-content .container .link {
        font-size: 14px;
        padding: 0 5px;
    }
}
@media (max-width: 414px) {
    .conditions-block .section-content .container .link {
        padding: 0 5px;
        justify-content: center;
        width: 100%;
    }
}




/**** STATUS PAGE ****/


.page-content.status-page-content .status-block {
  padding: 0 24px 24px;
  font-family: "Urbanist";
  background: #F5FBFF;
}
.page-content.status-page-content .status-block.status-operational .container .image-box {
  background-image: url(../img/succes.png);
}
.page-content.status-page-content .status-block.status-operational .container .page-subtitle {
  display: block;
}
.page-content.status-page-content .status-block.status-error .container .image-box {
  background-image: url(../img/error.png);
}
.page-content.status-page-content .status-block.loading-status .container .image-box {
  background-image: url(../img/loading.png);
}
.page-content.status-page-content .status-block .container {
  display: flex;
  flex-direction: column;
  padding: 80px;
  width: 100%;
  max-width: 100%;
  gap: 48px;
  align-items: center;
}
.page-content.status-page-content .status-block .container .image-box {
  width: 357px;
  flex: 1 1 auto;
  background-image: url(../img/loading.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 357/278;
}
.page-content.status-page-content .status-block .container .page-title {
  font-weight: 700;
  font-size: 64px;
  line-height: 72px;
  text-align: center;
  color: #0B3044;
}
.page-content.status-page-content .status-block .container .page-subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  display: none;
  max-width: 900px;
}
.page-content.status-page-content .status-block .container .statutes-box {
  width: 100%;
  background: #fff;
  border-radius: 16px;
}
.page-content.status-page-content .status-block .container .statutes-box .row {
  border-bottom: 1px solid #E6E6E6;
  padding: 28px 32px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.page-content.status-page-content .status-block .container .statutes-box .row.is-operational .name-box .ico {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='%231CA661'/%3E%3Cpath d='M12.344 22.204C12.344 22.0653 12.3173 21.996 12.264 21.996L11.896 22.172C11.896 22.0973 11.8533 22.044 11.768 22.012L11.64 21.996C11.5547 21.996 11.448 22.0333 11.32 22.108C11.2987 22.0547 11.272 22.0013 11.24 21.948C11.208 21.8947 11.1813 21.8467 11.16 21.804C11.0213 21.5373 10.8827 21.244 10.744 20.924C10.616 20.5933 10.4933 20.2787 10.376 19.98C10.2693 19.6813 10.184 19.4467 10.12 19.276C10.0773 19.1373 10.0293 18.9293 9.976 18.652C9.92267 18.3747 9.86933 18.0227 9.816 17.596C9.93333 17.6707 10.024 17.708 10.088 17.708C10.1627 17.708 10.232 17.596 10.296 17.372C10.328 17.4147 10.3867 17.436 10.472 17.436C10.536 17.436 10.584 17.4147 10.616 17.372L10.872 16.988L11.16 17.084H11.176C11.1973 17.084 11.2187 17.0733 11.24 17.052C11.2613 17.0307 11.2933 17.0093 11.336 16.988C11.4213 16.9347 11.4853 16.908 11.528 16.908L11.576 16.924C11.8427 17.052 12.0133 17.2867 12.088 17.628C12.28 18.4387 12.472 18.844 12.664 18.844C12.856 18.844 13.08 18.6413 13.336 18.236C13.464 18.0333 13.592 17.7987 13.72 17.532C13.8587 17.2653 13.9973 16.9667 14.136 16.636C14.1573 16.764 14.1787 16.828 14.2 16.828C14.2533 16.828 14.344 16.6947 14.472 16.428C14.6107 16.1613 14.8293 15.7933 15.128 15.324C15.2987 15.036 15.512 14.7107 15.768 14.348C16.0347 13.9853 16.3173 13.612 16.616 13.228C16.9147 12.844 17.2027 12.4813 17.48 12.14C17.768 11.7987 18.024 11.5053 18.248 11.26C18.472 11.0147 18.6373 10.8547 18.744 10.78C19.1493 10.5027 19.4693 10.236 19.704 9.98C19.6933 10.0547 19.6773 10.124 19.656 10.188C19.6453 10.2413 19.64 10.2787 19.64 10.3C19.64 10.3427 19.6613 10.364 19.704 10.364L20.152 10.14V10.204C20.152 10.2893 20.1733 10.332 20.216 10.332C20.248 10.332 20.312 10.284 20.408 10.188C20.504 10.092 20.5573 10.0227 20.568 9.98L20.536 10.204L21.08 9.884L20.952 10.172C21.1227 10.0547 21.2453 9.996 21.32 9.996C21.3627 9.996 21.3947 10.0227 21.416 10.076C21.4373 10.1187 21.448 10.1613 21.448 10.204C21.448 10.268 21.4213 10.3427 21.368 10.428C21.3147 10.5133 21.2453 10.6147 21.16 10.732C21.096 10.8173 20.9893 10.9453 20.84 11.116C20.7013 11.276 20.488 11.516 20.2 11.836C19.912 12.1453 19.528 12.5773 19.048 13.132C18.92 13.2707 18.7227 13.516 18.456 13.868C18.1893 14.2093 17.8853 14.6093 17.544 15.068C17.2133 15.516 16.8827 15.9693 16.552 16.428C16.2213 16.8867 15.928 17.3027 15.672 17.676C15.416 18.0387 15.2347 18.3107 15.128 18.492L14.136 20.172C13.9227 20.5347 13.7467 20.8333 13.608 21.068C13.4693 21.292 13.3627 21.4467 13.288 21.532C13.128 21.724 12.952 21.8947 12.76 22.044L12.616 21.964L12.488 22.044L12.344 22.204Z' fill='white'/%3E%3C/svg%3E");
}
.page-content.status-page-content .status-block .container .statutes-box .row.is-operational .value {
  color: #99A1A8;
}
.page-content.status-page-content .status-block .container .statutes-box .row.is-loading .name-box .ico {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='%2399A1A8'/%3E%3Cpath d='M23.4361 17.6C23.5105 17.5999 23.5841 17.6145 23.6528 17.643C23.7215 17.6715 23.7839 17.7134 23.8363 17.7661C23.8887 17.8188 23.9302 17.8814 23.9583 17.9503C23.9865 18.0191 24.0007 18.0928 24.0001 18.1672V20.7304C24.0007 20.8044 23.9866 20.8778 23.9587 20.9464C23.9309 21.015 23.8897 21.0774 23.8377 21.1301C23.7857 21.1828 23.7238 21.2247 23.6556 21.2534C23.5874 21.2822 23.5142 21.2972 23.4401 21.2976C23.3661 21.2972 23.2929 21.2822 23.2247 21.2534C23.1564 21.2247 23.0946 21.1828 23.0425 21.1301C22.9905 21.0774 22.9494 21.015 22.9215 20.9464C22.8937 20.8778 22.8796 20.8044 22.8801 20.7304V19.8304C21.4233 22.2752 18.7193 24 15.8057 24C12.2777 24 9.32093 21.8232 8.03853 18.468C7.98425 18.3282 7.98743 18.1727 8.04738 18.0353C8.10732 17.8978 8.21917 17.7897 8.35853 17.7344C8.64653 17.6216 8.97133 17.7664 9.08333 18.0584C10.2033 20.988 12.7537 22.8664 15.8057 22.8664C18.5025 22.8664 21.0217 21.1208 22.1953 18.7432L21.0185 18.7512C20.9445 18.7513 20.8712 18.7368 20.8028 18.7086C20.7343 18.6803 20.6722 18.6388 20.6198 18.5865C20.5674 18.5342 20.5258 18.4721 20.4975 18.4037C20.4691 18.3353 20.4545 18.262 20.4545 18.188C20.4526 18.0386 20.5101 17.8944 20.6143 17.7873C20.7186 17.6802 20.8611 17.6189 21.0105 17.6168L23.4361 17.6ZM16.1961 8C19.7225 8 22.6801 10.1768 23.9625 13.532C24.0168 13.6718 24.0136 13.8273 23.9537 13.9647C23.8937 14.1022 23.7819 14.2103 23.6425 14.2656C23.5737 14.2924 23.5003 14.3053 23.4264 14.3035C23.3526 14.3017 23.2798 14.2853 23.2124 14.2552C23.1449 14.225 23.0842 14.1818 23.0336 14.1279C22.983 14.0741 22.9436 14.0108 22.9177 13.9416C21.7977 11.012 19.2473 9.1336 16.1953 9.1336C13.4985 9.1336 10.9793 10.8792 9.80573 13.2568L10.9825 13.2488C11.0566 13.2487 11.1299 13.2632 11.1983 13.2914C11.2667 13.3197 11.3289 13.3612 11.3813 13.4135C11.4337 13.4658 11.4752 13.5279 11.5036 13.5963C11.5319 13.6647 11.5465 13.738 11.5465 13.812C11.5485 13.9614 11.491 14.1056 11.3867 14.2127C11.2825 14.3198 11.14 14.3811 10.9905 14.3832L8.56413 14.4C8.48976 14.4001 8.41611 14.3855 8.34743 14.357C8.27874 14.3285 8.21638 14.2866 8.16395 14.2339C8.11151 14.1812 8.07004 14.1186 8.04192 14.0497C8.01381 13.9809 7.9996 13.9072 8.00013 13.8328V11.2696C8.00013 10.956 8.25053 10.7024 8.56013 10.7024C8.86973 10.7024 9.12013 10.956 9.12013 11.2696V12.1696C10.5769 9.7248 13.2809 8 16.1945 8' fill='white'/%3E%3C/svg%3E");
}
.page-content.status-page-content .status-block .container .statutes-box .row.is-loading .value {
  color: #99A1A8;
}
.page-content.status-page-content .status-block .container .statutes-box .row.is-error .name-box .ico {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='%23E6474D'/%3E%3Cpath d='M10.97 21.564L10.214 20.808L14.806 16.188L10.214 11.568L10.97 10.812L15.562 15.432L20.126 10.812L20.882 11.568L16.29 16.188L20.882 20.808L20.126 21.564L15.562 16.972L10.97 21.564Z' fill='white'/%3E%3C/svg%3E");
}
.page-content.status-page-content .status-block .container .statutes-box .row.is-unavailable .name-box .ico {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='%2399A1A8'/%3E%3Cpath d='M23.4361 17.6C23.5105 17.5999 23.5841 17.6145 23.6528 17.643C23.7215 17.6715 23.7839 17.7134 23.8363 17.7661C23.8887 17.8188 23.9302 17.8814 23.9583 17.9503C23.9865 18.0191 24.0007 18.0928 24.0001 18.1672V20.7304C24.0007 20.8044 23.9866 20.8778 23.9587 20.9464C23.9309 21.015 23.8897 21.0774 23.8377 21.1301C23.7857 21.1828 23.7238 21.2247 23.6556 21.2534C23.5874 21.2822 23.5142 21.2972 23.4401 21.2976C23.3661 21.2972 23.2929 21.2822 23.2247 21.2534C23.1564 21.2247 23.0946 21.1828 23.0425 21.1301C22.9905 21.0774 22.9494 21.015 22.9215 20.9464C22.8937 20.8778 22.8796 20.8044 22.8801 20.7304V19.8304C21.4233 22.2752 18.7193 24 15.8057 24C12.2777 24 9.32093 21.8232 8.03853 18.468C7.98425 18.3282 7.98743 18.1727 8.04738 18.0353C8.10732 17.8978 8.21917 17.7897 8.35853 17.7344C8.64653 17.6216 8.97133 17.7664 9.08333 18.0584C10.2033 20.988 12.7537 22.8664 15.8057 22.8664C18.5025 22.8664 21.0217 21.1208 22.1953 18.7432L21.0185 18.7512C20.9445 18.7513 20.8712 18.7368 20.8028 18.7086C20.7343 18.6803 20.6722 18.6388 20.6198 18.5865C20.5674 18.5342 20.5258 18.4721 20.4975 18.4037C20.4691 18.3353 20.4545 18.262 20.4545 18.188C20.4526 18.0386 20.5101 17.8944 20.6143 17.7873C20.7186 17.6802 20.8611 17.6189 21.0105 17.6168L23.4361 17.6ZM16.1961 8C19.7225 8 22.6801 10.1768 23.9625 13.532C24.0168 13.6718 24.0136 13.8273 23.9537 13.9647C23.8937 14.1022 23.7819 14.2103 23.6425 14.2656C23.5737 14.2924 23.5003 14.3053 23.4264 14.3035C23.3526 14.3017 23.2798 14.2853 23.2124 14.2552C23.1449 14.225 23.0842 14.1818 23.0336 14.1279C22.983 14.0741 22.9436 14.0108 22.9177 13.9416C21.7977 11.012 19.2473 9.1336 16.1953 9.1336C13.4985 9.1336 10.9793 10.8792 9.80573 13.2568L10.9825 13.2488C11.0566 13.2487 11.1299 13.2632 11.1983 13.2914C11.2667 13.3197 11.3289 13.3612 11.3813 13.4135C11.4337 13.4658 11.4752 13.5279 11.5036 13.5963C11.5319 13.6647 11.5465 13.738 11.5465 13.812C11.5485 13.9614 11.491 14.1056 11.3867 14.2127C11.2825 14.3198 11.14 14.3811 10.9905 14.3832L8.56413 14.4C8.48976 14.4001 8.41611 14.3855 8.34743 14.357C8.27874 14.3285 8.21638 14.2866 8.16395 14.2339C8.11151 14.1812 8.07004 14.1186 8.04192 14.0497C8.01381 13.9809 7.9996 13.9072 8.00013 13.8328V11.2696C8.00013 10.956 8.25053 10.7024 8.56013 10.7024C8.86973 10.7024 9.12013 10.956 9.12013 11.2696V12.1696C10.5769 9.7248 13.2809 8 16.1945 8' fill='white'/%3E%3C/svg%3E");
}
.page-content.status-page-content .status-block .container .statutes-box .row:last-of-type {
  border-bottom: none;
}
.page-content.status-page-content .status-block .container .statutes-box .row .name-box {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 0 0 268px;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #0B3044;
}
.page-content.status-page-content .status-block .container .statutes-box .row .name-box .ico {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='%2399A1A8'/%3E%3Cpath d='M23.4361 17.6C23.5105 17.5999 23.5841 17.6145 23.6528 17.643C23.7215 17.6715 23.7839 17.7134 23.8363 17.7661C23.8887 17.8188 23.9302 17.8814 23.9583 17.9503C23.9865 18.0191 24.0007 18.0928 24.0001 18.1672V20.7304C24.0007 20.8044 23.9866 20.8778 23.9587 20.9464C23.9309 21.015 23.8897 21.0774 23.8377 21.1301C23.7857 21.1828 23.7238 21.2247 23.6556 21.2534C23.5874 21.2822 23.5142 21.2972 23.4401 21.2976C23.3661 21.2972 23.2929 21.2822 23.2247 21.2534C23.1564 21.2247 23.0946 21.1828 23.0425 21.1301C22.9905 21.0774 22.9494 21.015 22.9215 20.9464C22.8937 20.8778 22.8796 20.8044 22.8801 20.7304V19.8304C21.4233 22.2752 18.7193 24 15.8057 24C12.2777 24 9.32093 21.8232 8.03853 18.468C7.98425 18.3282 7.98743 18.1727 8.04738 18.0353C8.10732 17.8978 8.21917 17.7897 8.35853 17.7344C8.64653 17.6216 8.97133 17.7664 9.08333 18.0584C10.2033 20.988 12.7537 22.8664 15.8057 22.8664C18.5025 22.8664 21.0217 21.1208 22.1953 18.7432L21.0185 18.7512C20.9445 18.7513 20.8712 18.7368 20.8028 18.7086C20.7343 18.6803 20.6722 18.6388 20.6198 18.5865C20.5674 18.5342 20.5258 18.4721 20.4975 18.4037C20.4691 18.3353 20.4545 18.262 20.4545 18.188C20.4526 18.0386 20.5101 17.8944 20.6143 17.7873C20.7186 17.6802 20.8611 17.6189 21.0105 17.6168L23.4361 17.6ZM16.1961 8C19.7225 8 22.6801 10.1768 23.9625 13.532C24.0168 13.6718 24.0136 13.8273 23.9537 13.9647C23.8937 14.1022 23.7819 14.2103 23.6425 14.2656C23.5737 14.2924 23.5003 14.3053 23.4264 14.3035C23.3526 14.3017 23.2798 14.2853 23.2124 14.2552C23.1449 14.225 23.0842 14.1818 23.0336 14.1279C22.983 14.0741 22.9436 14.0108 22.9177 13.9416C21.7977 11.012 19.2473 9.1336 16.1953 9.1336C13.4985 9.1336 10.9793 10.8792 9.80573 13.2568L10.9825 13.2488C11.0566 13.2487 11.1299 13.2632 11.1983 13.2914C11.2667 13.3197 11.3289 13.3612 11.3813 13.4135C11.4337 13.4658 11.4752 13.5279 11.5036 13.5963C11.5319 13.6647 11.5465 13.738 11.5465 13.812C11.5485 13.9614 11.491 14.1056 11.3867 14.2127C11.2825 14.3198 11.14 14.3811 10.9905 14.3832L8.56413 14.4C8.48976 14.4001 8.41611 14.3855 8.34743 14.357C8.27874 14.3285 8.21638 14.2866 8.16395 14.2339C8.11151 14.1812 8.07004 14.1186 8.04192 14.0497C8.01381 13.9809 7.9996 13.9072 8.00013 13.8328V11.2696C8.00013 10.956 8.25053 10.7024 8.56013 10.7024C8.86973 10.7024 9.12013 10.956 9.12013 11.2696V12.1696C10.5769 9.7248 13.2809 8 16.1945 8' fill='white'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-content.status-page-content .status-block .container .statutes-box .row .value {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #0B3044;
}
.page-content.status-page-content .status-block .container .info-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #3A6178;
}
.page-content.status-page-content .status-block .container .info-box .time-box {
  display: flex;
  gap: 5px;
}
.page-content.status-page-content .status-block .container .contacts-box {
  display: flex;
  gap: 5px;
}
.page-content.status-page-content .status-block .container .contacts-box a {
  color: #008DE4;
  font-weight: 600;
}
.pricing-page-content .link {
  color: #008DE4;
}

@media (max-width: 1420px) {
  .page-content.status-page-content .status-block {
    padding: 0 20px 20px;
  }
}
@media (max-width: 1200px) {
  .page-content.status-page-content .status-block .container {
    padding: 56px 32px;
    width: 100%;
    gap: 36px;
  }
  .page-content.status-page-content .status-block .container .image-box {
    width: 280px;
  }
}
@media (max-width: 992px) {
  .page-content.status-page-content .status-block .container .statutes-box {
    border-radius: 12px;
  }
  .page-content.status-page-content .status-block .container .statutes-box .row {
    padding: 20px 12px;
    gap: 10px;
  }
  .page-content.status-page-content .status-block .container .statutes-box .row .name-box {
    gap: 10px;
    flex: 0 0 154px;
    font-size: 16px;
    line-height: 24px;
  }
  .page-content.status-page-content .status-block .container .statutes-box .row .name-box .ico {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    border-radius: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='%2399A1A8'/%3E%3Cpath d='M23.4361 17.6C23.5105 17.5999 23.5841 17.6145 23.6528 17.643C23.7215 17.6715 23.7839 17.7134 23.8363 17.7661C23.8887 17.8188 23.9302 17.8814 23.9583 17.9503C23.9865 18.0191 24.0007 18.0928 24.0001 18.1672V20.7304C24.0007 20.8044 23.9866 20.8778 23.9587 20.9464C23.9309 21.015 23.8897 21.0774 23.8377 21.1301C23.7857 21.1828 23.7238 21.2247 23.6556 21.2534C23.5874 21.2822 23.5142 21.2972 23.4401 21.2976C23.3661 21.2972 23.2929 21.2822 23.2247 21.2534C23.1564 21.2247 23.0946 21.1828 23.0425 21.1301C22.9905 21.0774 22.9494 21.015 22.9215 20.9464C22.8937 20.8778 22.8796 20.8044 22.8801 20.7304V19.8304C21.4233 22.2752 18.7193 24 15.8057 24C12.2777 24 9.32093 21.8232 8.03853 18.468C7.98425 18.3282 7.98743 18.1727 8.04738 18.0353C8.10732 17.8978 8.21917 17.7897 8.35853 17.7344C8.64653 17.6216 8.97133 17.7664 9.08333 18.0584C10.2033 20.988 12.7537 22.8664 15.8057 22.8664C18.5025 22.8664 21.0217 21.1208 22.1953 18.7432L21.0185 18.7512C20.9445 18.7513 20.8712 18.7368 20.8028 18.7086C20.7343 18.6803 20.6722 18.6388 20.6198 18.5865C20.5674 18.5342 20.5258 18.4721 20.4975 18.4037C20.4691 18.3353 20.4545 18.262 20.4545 18.188C20.4526 18.0386 20.5101 17.8944 20.6143 17.7873C20.7186 17.6802 20.8611 17.6189 21.0105 17.6168L23.4361 17.6ZM16.1961 8C19.7225 8 22.6801 10.1768 23.9625 13.532C24.0168 13.6718 24.0136 13.8273 23.9537 13.9647C23.8937 14.1022 23.7819 14.2103 23.6425 14.2656C23.5737 14.2924 23.5003 14.3053 23.4264 14.3035C23.3526 14.3017 23.2798 14.2853 23.2124 14.2552C23.1449 14.225 23.0842 14.1818 23.0336 14.1279C22.983 14.0741 22.9436 14.0108 22.9177 13.9416C21.7977 11.012 19.2473 9.1336 16.1953 9.1336C13.4985 9.1336 10.9793 10.8792 9.80573 13.2568L10.9825 13.2488C11.0566 13.2487 11.1299 13.2632 11.1983 13.2914C11.2667 13.3197 11.3289 13.3612 11.3813 13.4135C11.4337 13.4658 11.4752 13.5279 11.5036 13.5963C11.5319 13.6647 11.5465 13.738 11.5465 13.812C11.5485 13.9614 11.491 14.1056 11.3867 14.2127C11.2825 14.3198 11.14 14.3811 10.9905 14.3832L8.56413 14.4C8.48976 14.4001 8.41611 14.3855 8.34743 14.357C8.27874 14.3285 8.21638 14.2866 8.16395 14.2339C8.11151 14.1812 8.07004 14.1186 8.04192 14.0497C8.01381 13.9809 7.9996 13.9072 8.00013 13.8328V11.2696C8.00013 10.956 8.25053 10.7024 8.56013 10.7024C8.86973 10.7024 9.12013 10.956 9.12013 11.2696V12.1696C10.5769 9.7248 13.2809 8 16.1945 8' fill='white'/%3E%3C/svg%3E");
  }
  .page-content.status-page-content .status-block .container .statutes-box .row .value {
    font-size: 16px;
    line-height: 24px;
  }
  .page-content.status-page-content .status-block {
    padding: 0 16px 16px;
  }
  .page-content.status-page-content .status-block .container {
    gap: 24px;
    padding: 48px 16px;
  }
  .page-content.status-page-content .status-block .container .image-box {
    width: 210px;
  }
  .page-content.status-page-content .status-block .container .page-title {
    font-size: 40px;
    line-height: 52px;
  }
  .page-content.status-page-content .status-block .container .page-subtitle {
    font-size: 16px;
    line-height: 24px;
  }
  .page-content.status-page-content .status-block .container .info-box {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .page-content.status-page-content .status-block .container .page-title {
    font-size: 32px;
    line-height: 40px;
  }
  .page-content.status-page-content .status-block .container .statutes-box .row .value {
    font-size: 16px;
    line-height: 24px;
    flex: 1 1 0;
    min-width: 0;
    overflow-wrap: anywhere;
  }
  .page-content.status-page-content .status-block .container .statutes-box .row .name-box {
    flex: 0 0 125px;
    white-space: nowrap;
  }
}
@media (max-width: 576px) {
  .page-content.status-page-content .status-block {
    padding: 0 8px 16px;
  }
  .page-content.status-page-content .status-block .container .info-box {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
  }
}
.icon-success {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='%231CA661'/%3E%3Cpath d='M12.344 22.204C12.344 22.0653 12.3173 21.996 12.264 21.996L11.896 22.172C11.896 22.0973 11.8533 22.044 11.768 22.012L11.64 21.996C11.5547 21.996 11.448 22.0333 11.32 22.108C11.2987 22.0547 11.272 22.0013 11.24 21.948C11.208 21.8947 11.1813 21.8467 11.16 21.804C11.0213 21.5373 10.8827 21.244 10.744 20.924C10.616 20.5933 10.4933 20.2787 10.376 19.98C10.2693 19.6813 10.184 19.4467 10.12 19.276C10.0773 19.1373 10.0293 18.9293 9.976 18.652C9.92267 18.3747 9.86933 18.0227 9.816 17.596C9.93333 17.6707 10.024 17.708 10.088 17.708C10.1627 17.708 10.232 17.596 10.296 17.372C10.328 17.4147 10.3867 17.436 10.472 17.436C10.536 17.436 10.584 17.4147 10.616 17.372L10.872 16.988L11.16 17.084H11.176C11.1973 17.084 11.2187 17.0733 11.24 17.052C11.2613 17.0307 11.2933 17.0093 11.336 16.988C11.4213 16.9347 11.4853 16.908 11.528 16.908L11.576 16.924C11.8427 17.052 12.0133 17.2867 12.088 17.628C12.28 18.4387 12.472 18.844 12.664 18.844C12.856 18.844 13.08 18.6413 13.336 18.236C13.464 18.0333 13.592 17.7987 13.72 17.532C13.8587 17.2653 13.9973 16.9667 14.136 16.636C14.1573 16.764 14.1787 16.828 14.2 16.828C14.2533 16.828 14.344 16.6947 14.472 16.428C14.6107 16.1613 14.8293 15.7933 15.128 15.324C15.2987 15.036 15.512 14.7107 15.768 14.348C16.0347 13.9853 16.3173 13.612 16.616 13.228C16.9147 12.844 17.2027 12.4813 17.48 12.14C17.768 11.7987 18.024 11.5053 18.248 11.26C18.472 11.0147 18.6373 10.8547 18.744 10.78C19.1493 10.5027 19.4693 10.236 19.704 9.98C19.6933 10.0547 19.6773 10.124 19.656 10.188C19.6453 10.2413 19.64 10.2787 19.64 10.3C19.64 10.3427 19.6613 10.364 19.704 10.364L20.152 10.14V10.204C20.152 10.2893 20.1733 10.332 20.216 10.332C20.248 10.332 20.312 10.284 20.408 10.188C20.504 10.092 20.5573 10.0227 20.568 9.98L20.536 10.204L21.08 9.884L20.952 10.172C21.1227 10.0547 21.2453 9.996 21.32 9.996C21.3627 9.996 21.3947 10.0227 21.416 10.076C21.4373 10.1187 21.448 10.1613 21.448 10.204C21.448 10.268 21.4213 10.3427 21.368 10.428C21.3147 10.5133 21.2453 10.6147 21.16 10.732C21.096 10.8173 20.9893 10.9453 20.84 11.116C20.7013 11.276 20.488 11.516 20.2 11.836C19.912 12.1453 19.528 12.5773 19.048 13.132C18.92 13.2707 18.7227 13.516 18.456 13.868C18.1893 14.2093 17.8853 14.6093 17.544 15.068C17.2133 15.516 16.8827 15.9693 16.552 16.428C16.2213 16.8867 15.928 17.3027 15.672 17.676C15.416 18.0387 15.2347 18.3107 15.128 18.492L14.136 20.172C13.9227 20.5347 13.7467 20.8333 13.608 21.068C13.4693 21.292 13.3627 21.4467 13.288 21.532C13.128 21.724 12.952 21.8947 12.76 22.044L12.616 21.964L12.488 22.044L12.344 22.204Z' fill='white'/%3E%3C/svg%3E");
}

.icon-error {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='%23E6474D'/%3E%3Cpath d='M10.97 21.564L10.214 20.808L14.806 16.188L10.214 11.568L10.97 10.812L15.562 15.432L20.126 10.812L20.882 11.568L16.29 16.188L20.882 20.808L20.126 21.564L15.562 16.972L10.97 21.564Z' fill='white'/%3E%3C/svg%3E");
}

.icon-refresh {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='%2399A1A8'/%3E%3Cpath d='M23.4361 17.6C23.5105 17.5999 23.5841 17.6145 23.6528 17.643C23.7215 17.6715 23.7839 17.7134 23.8363 17.7661C23.8887 17.8188 23.9302 17.8814 23.9583 17.9503C23.9865 18.0191 24.0007 18.0928 24.0001 18.1672V20.7304C24.0007 20.8044 23.9866 20.8778 23.9587 20.9464C23.9309 21.015 23.8897 21.0774 23.8377 21.1301C23.7857 21.1828 23.7238 21.2247 23.6556 21.2534C23.5874 21.2822 23.5142 21.2972 23.4401 21.2976C23.3661 21.2972 23.2929 21.2822 23.2247 21.2534C23.1564 21.2247 23.0946 21.1828 23.0425 21.1301C22.9905 21.0774 22.9494 21.015 22.9215 20.9464C22.8937 20.8778 22.8796 20.8044 22.8801 20.7304V19.8304C21.4233 22.2752 18.7193 24 15.8057 24C12.2777 24 9.32093 21.8232 8.03853 18.468C7.98425 18.3282 7.98743 18.1727 8.04738 18.0353C8.10732 17.8978 8.21917 17.7897 8.35853 17.7344C8.64653 17.6216 8.97133 17.7664 9.08333 18.0584C10.2033 20.988 12.7537 22.8664 15.8057 22.8664C18.5025 22.8664 21.0217 21.1208 22.1953 18.7432L21.0185 18.7512C20.9445 18.7513 20.8712 18.7368 20.8028 18.7086C20.7343 18.6803 20.6722 18.6388 20.6198 18.5865C20.5674 18.5342 20.5258 18.4721 20.4975 18.4037C20.4691 18.3353 20.4545 18.262 20.4545 18.188C20.4526 18.0386 20.5101 17.8944 20.6143 17.7873C20.7186 17.6802 20.8611 17.6189 21.0105 17.6168L23.4361 17.6ZM16.1961 8C19.7225 8 22.6801 10.1768 23.9625 13.532C24.0168 13.6718 24.0136 13.8273 23.9537 13.9647C23.8937 14.1022 23.7819 14.2103 23.6425 14.2656C23.5737 14.2924 23.5003 14.3053 23.4264 14.3035C23.3526 14.3017 23.2798 14.2853 23.2124 14.2552C23.1449 14.225 23.0842 14.1818 23.0336 14.1279C22.983 14.0741 22.9436 14.0108 22.9177 13.9416C21.7977 11.012 19.2473 9.1336 16.1953 9.1336C13.4985 9.1336 10.9793 10.8792 9.80573 13.2568L10.9825 13.2488C11.0566 13.2487 11.1299 13.2632 11.1983 13.2914C11.2667 13.3197 11.3289 13.3612 11.3813 13.4135C11.4337 13.4658 11.4752 13.5279 11.5036 13.5963C11.5319 13.6647 11.5465 13.738 11.5465 13.812C11.5485 13.9614 11.491 14.1056 11.3867 14.2127C11.2825 14.3198 11.14 14.3811 10.9905 14.3832L8.56413 14.4C8.48976 14.4001 8.41611 14.3855 8.34743 14.357C8.27874 14.3285 8.21638 14.2866 8.16395 14.2339C8.11151 14.1812 8.07004 14.1186 8.04192 14.0497C8.01381 13.9809 7.9996 13.9072 8.00013 13.8328V11.2696C8.00013 10.956 8.25053 10.7024 8.56013 10.7024C8.86973 10.7024 9.12013 10.956 9.12013 11.2696V12.1696C10.5769 9.7248 13.2809 8 16.1945 8' fill='white'/%3E%3C/svg%3E");
}/*# sourceMappingURL=styles.css.map */
