/*
Theme Name: Base Core Theme
Theme URI: https://theme.url
Author: Softevol
Author URI: https://author.url
Description: The basic theme in order to start development
Version: 1.12
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base-theme
*/

@import url("assets/normalize.css");
@import url("assets/fonts/fonts.css");

html, body {
    font-family: 'Work Sans', sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
}

.link {
    color: #2B65C9!important;
}
.link:hover {
    text-decoration: underline;
}

.total-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.desktop-main-menu {
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 2;
    top: 0;
    left: 0;
}
.bg-desktop-main-menu {
    display: block;
    width: 100%;
    height: 76px;
}

.content-wrap {
    /*width: 1280px;*/
    width: 1155px;
}

.content-wrap-blog {
    /*width: 1280px;*/
    width: 900px;
}

.content-wrap-small {
    width: 762px;
}

.grey-bgc {
    background-color: #F9FAFE;
}

.yellow {
    color: #FBBC05!important;
}

h1, h2, h3, h4, h5, h6,
* {
    outline: none;
    border: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*:focus {
    outline: none;
}
a {
    text-decoration: none;
    color: inherit;
}
a:hover {
    text-decoration: underline;
}
button {
    cursor: pointer;
}

.mt-32px {
    margin-top: 32px!important;
}

.mb-24px {
    margin-bottom: 24px!important;
}
.mb-28px {
    margin-bottom: 28px!important;
}
.mb-32px {
    margin-bottom: 32px!important;
}
.mb-64px {
    margin-bottom: 64px!important;
}
.mb-39px {
    margin-bottom: 39px!important;
}
.mb-40px {
    margin-bottom: 40px!important;
}
.mb-56px {
    margin-bottom: 56px!important;
}
.w-100 {
    width: 100%!important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: inherit;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.d-none {
    display: none!important;
}

.pc-only {
    display: block;
}
.mobile-only {
    display: none;
}

.underline {
    text-decoration: underline!important;
}

.relative {
    position: relative!important;
}

.absolute {
    top: 100%;
    left: 0;
    position: absolute!important;
}

.fixed {
    position: fixed!important;
    width: 100vw;
    height: 100vh;
    display: flex;
}

.z-1000 {
    z-index: 1000;
}

.text-align-right {
    text-align: right!important;
}

.text-align-left {
    text-align: left!important;
}

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

th {
    font-weight: normal;
}

ul, ol {
    list-style: none;
}

.flex {
    display: flex!important;
}

.flex-column-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.flex-row-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.flex-row-start {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.flex-row-equal {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: baseline;
}
.flex-row-equal>* {
    flex-grow: 1;
    flex-basis: 0;
}
.flex-row-between {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.flex-row-evenly {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.align-items-baseline {
    align-items: baseline!important;
}
.disabled-opacity>* {
    transition: opacity ease-out 0.3s;
    opacity: 0.3;
    pointer-events: none;
}
.blue {
    color: #2B65C9;
}
/*-------------------------------------------------------------*/
/* Generic WP styling */

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.amp-wp-enforced-sizes {
    /** Our sizes fallback is 100vw, and we have a padding on the container; the max-width here prevents the element from overflowing. **/
    max-width: 100%;
    margin: 0 auto;
}
/*-------------------------------------------------------------*/
/*HEADER*/

.desktop-menu-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-bottom: 1px solid #D5E0F4;
    width: 100%;
}
.menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 75px;
    align-items: center;
    font-size: 16px;
    color: #202C45;
    font-weight: 500;
}
#main-menu>.menu-item:last-child {
    margin-right: 16px;
}
#main-menu>.menu-item:not(:last-child) {
    margin-right: 40px;
}
#main-menu>.menu-item:hover {

}
#main-menu>.menu-item a,
#main-menu>.menu-item a:hover,
#main-menu>.menu-item a:active,
#main-menu>.menu-item a:visited {
    text-decoration: none;
}
#main-menu>.menu-item.active>a,
#main-menu>.menu-item.active .sub-menu>.menu-item.current-menu-item>a,
#main-menu .menu-item:hover>a {
    color: #2B65C9;
}
#main-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#main-menu .menu-item.menu-item-has-children {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
#main-menu .menu-item.menu-item-has-children:after {
    content: " ";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(/wp-content/themes/base-theme/assets/images/baseline-arrow_drop_down-24px-black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#main-menu .menu-item.menu-item-has-children:hover:after,
#main-menu .menu-item.active.menu-item-has-children:after {
    background-image: url(/wp-content/themes/base-theme/assets/images/baseline-arrow_drop_down-24px.svg);

}
.menu-row-wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}
.mobile-header-wrap {
    display: none;
}
.menu-item {
    position: relative;
}
.menu-main-menu-container, #main-menu, #main-menu>.menu-item, #main-menu>.menu-item>a {
    height: 100%;
}
#main-menu>.menu-item>a {
    display: block;
    line-height: 75px;
}
.menu-item .sub-menu {
    z-index: 2;
    width: 147px;
    position: absolute;
    top: calc(100%);
    left: -42px;
    background-color: #fff;
    padding: 10px 0;
    border-top: 1px solid #D5E0F4;
    display: none;
}
.menu-item:hover .sub-menu {
    display: block;
}
.menu-item .sub-menu a {
    padding: 10px 20px;
    display: block;
}

.blue-link-list {
    height: 100%;
    display: flex;
    list-style: none;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;

    color: #2B65C9;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    text-align: center;
}
.blue-link-list .bl-link {
    border-radius: 4px;
    padding: 10px;
    display: block;
    text-decoration: none;
}
.blue-link-list .blue-delimiter {
    height: 75px;
    width: 1px;
    display: block;
    background-color: #D5E0F4;
    margin: 0 24px;
}
.blue-link-list li:not(:last-child) .bl-link {
    margin-right: 24px;
}
.blue-link-list .sign-up-link,
.blue-link-list .bl-link:hover {
    background-color: #EFF2FA;
    text-decoration: none;
}
.blue-link-list .bl-link:hover {
    background-color: #E2E9FB;
}

/*-------------------------------------------------------------*/
/*MODALS*/

.project-modal.modal {
    width: 614px;
    min-width: 614px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 40px 0 rgba(0,0,0,0.18);
    border-radius: 4px;
    padding: 0;
    overflow: hidden;
}
.project-modal.modal a.close-modal {
    background: url("/wp-content/themes/base-theme/assets/images/close-black.svg") 50% 50% no-repeat;
    top: 6px;
    right: 6px;
}


.project-modal.modal .modal-header {
    font-family: "Poppins", sans-serif;
    color: #202C45;
    font-size: 24px;
    font-weight: bold;
    line-height: 80px;
    text-align: center;
    background-color: #F9FAFE;
}
.project-modal.modal .modal-steps {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-bottom: 1px solid #B7C4E2;
}
.project-modal-result.modal {
    padding: 48px 40px 46px;
    width: 408px;
    max-width: 408px;
    min-width: 408px;
}
.project-modal-result.modal .pm-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.project-modal-result.modal .pm-logo {
    width: 122px;
    height: 77px;
    margin-bottom: 40px;
}
.project-modal-result.modal .pm-header {
    margin-bottom: 16px;
    color: #202C45;
    font-size: 21px;
    font-weight: 600;
    line-height: 25px;
    text-align: center;
}
.project-modal-result.modal .pm-description {
    margin-bottom: 24px;
    color: #202C45;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}
.project-modal-result.modal .blue-btn {
    width: 100%;
}
.modal-step-single {
    position: relative;
    opacity: 0.4;
    color: #2B65C9;
    font-size: 18px;
    line-height: 61px;
    text-align: center;
    width: 155px;
    min-width: 155px;
    border-bottom: 2px solid transparent;
}
.modal-step-single:not(:last-child)::after {
    position: absolute;
    top: 26px;
    right: -13px;
    margin-right: 3px;
    content: ' ';
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(/wp-content/themes/base-theme/assets/images/arrow_left.svg);
    transform: rotate(180deg);
}
.modal-step-single.active {
    opacity: 1;
    font-weight: 600;
    border-bottom: 2px solid #2B65C9;

}
.modal-form-wrap {
    padding: 40px 62px;
}
.budget-subscription-block {
    margin-bottom: 40px;
}
.budget-select-block {
    margin-bottom: 32px;
}
/*-------------------------------------------------------------*/
/*FORMS*/
.prf {
    width: 100%;
}

/*checkbox*/
.prf-group-checkbox {
    display: block;
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #202C45;
    font-size: 14px;
    line-height: 20px;
}
.prf-group-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.prf-group-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #B7C4E2;
}
.prf-group-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}
.prf-group-checkbox input:checked ~ .checkmark {
    transition: background-color ease-out 0.1s;
    background-color: #2B65C9;
}
.prf-group-checkbox:after {
    content: ' ';
    position: absolute;
    display: none;
}
.prf-group-checkbox input:checked ~ .checkmark:after {
    display: block;
}
.prf-group-checkbox input:checked ~ .checkmark:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*-----------*/

.prf .prf-subrow {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.prf .prf-subrow-equal {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.prf .prf-subrow-equal>* {
    width: 50%;
}
.prf .prf-subrow-equal>*:nth-child(1) {
    margin-right: 12px;
}
.prf .prf-subrow-equal>*:nth-child(2) {
    margin-left: 12px;
}
.prf .prf-subrow .prf-label {
    width: 255px;
    margin-bottom: 4px;
}

.prf-sub-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.prf .prf-header {
    margin-bottom: 24px;
    color: #202C45;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    text-transform: uppercase;
}
.prf .prf-header:not(:first-child) {
    margin-top: 33px;
}
.prf .prf-group {
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.prf .prf-gray-panel .prf-group:last-child {
    margin-bottom: 0;
}
.prf .prf-label {
    margin-bottom: 8px;
    opacity: 0.6;
    color: #202C45;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}
.prf .prf-text,
.prf .prf-text-list {
    color: #202C45;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}
.prf .prf-input {
    height: 44px;
    border: 1px solid #B7C4E2;
    border-radius: 4px;
    background-color: #FFFFFF;
    color: #202C45;
    font-size: 14px;
    font-weight: 600;
    line-height: 44px;
    padding: 0 16px;
}
.prf textarea.prf-input {
    height: 114px;
    line-height: 24px;
    padding: 8px 16px;
}
.prf .prf-input::placeholder {
    opacity: 0.4;
    font-weight: 400;
}
.prf .prf-gray-panel {
    padding: 17px 16px;
    border-radius: 4px;
    background-color: #F9FAFE;
}
.prf .prf-gray-panel .prf-label {
    opacity: 0.7;
}
.prf .sub-wrap {
    padding: 25px 16px 0;
    background-color: transparent;
}
.prf .prf-description-header {
    margin-bottom: 7px;
    color: #202C45;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}
.prf .prf-description {
    margin-bottom: 24px;
    opacity: 0.6;
    color: #202C45;
    font-size: 14px;
    line-height: 18px;
}
.prf .prf-control-wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.prf .prf-list-select {
    height: 44px;
    color: #202C45;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: 1px solid #B7C4E2;
    border-radius: 4px;
    background-color: #FFFFFF;
}
.prf .prf-list-select li {
    position: relative;
    padding: 9px 6px;
    cursor: pointer;
    text-align: center;
    display: block;
    width: 100%;
    white-space: nowrap;
}
.prf .prf-list-select li.active {
    transition: background-color 0.1s ease-out;
    background-color: #DAE5FF;
    border-radius: 4px;
    height: 46px;
    z-index: 2;
    font-weight: 600;
    border: 1px solid #DAE5FF;
    margin: -1px;
}
.prf .prf-list-select li:not(:last-child):not(.active)::after {
    z-index: 1;
    position: absolute;
    width: 1px;
    height: 25px;
    top: 10px;
    right: 0;
    background-color: #B7C4E2;
    display: block;
    content: ' ';
}
.prf .prf-error-message {
    display: none;
    font-size: 12px;
    margin-top: 4px;
}

.prf .prf-list-text {
    color: #202C45;
    font-weight: 400;
    font-size: 14px;
    z-index: 3;
    cursor: pointer;
}
.prf .prf-list-options {
    display: none;
    z-index: 2;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background-color: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    font-size: 16px;
    box-shadow: 0 2px 15px 0 rgba(43,101,201,0.27);
    border: 1px solid #D5E0F4;
    margin-top: -2px;
}
.prf .prf-list-options li {
    line-height: 36px;
    padding: 0 24px;
    cursor: pointer
}
.prf .prf-list-options li:first-child {
    opacity: 0.5;
}
.prf .prf-list-options li:hover,
.prf .prf-list-options li.active {
    background-color: #f5f5f5;
}

.prf .opened .prf-list-options {
    display: block;
}
.prf .prf-down-arr {
    z-index: 4;
    cursor: pointer;
    pointer-events: none;
    position: absolute;
    bottom: 9px;
    right: 10px;
    width: 24px;
    height: 24px;
    background-image: url(/wp-content/themes/base-theme/assets/images/baseline-arrow_drop_down-24px-black.svg);
}
.prf .opened .prf-down-arr {
    transform: rotate(180deg);
}
.prf-info {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}
.prf-info a {
    color: #2B65C9;
}

.error-message,
.error span,
label.error,
.error input,
.error textarea,
.error>app-checkbox .prf-group-checkbox {
    color: #DC143C!important;
}
.prf .error,
.error input,
.error .bubble-form,
.error textarea,
.error>app-checkbox .prf-group-checkbox .checkmark{
    border-color: #DC143C!important;
}
.prf .error .prf-error-message {
    display: block;
}
.error-message {
    display: none;
    margin-bottom: 20px;
}
.error.error-message {
    display: block;
}
/*-------------------------------------------------------------*/
/*FOOTER*/

.footer-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #2B65C9;
}
.footer-inner-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 52px 175px 52px 0;
}
.footer-list {
    font-size: 14px;
    line-height: 30px;
    color: white;
}
.footer-list .footer-list-header {
    font-weight: bold;
}
/*-------------------------------------------------------------*/
/*PAGE HEADER*/

.page-header-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 42px;
}
.page-header-img {
    margin-top: 59px;
    margin-bottom: 15px;
}
.page-header {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 24px;
    color: #202C45;
    font-size: 32px;
    font-weight: bold;
    line-height: 44px;
    text-align: center;
}
.page-description {
    color: #636C7D;
    font-size: 18px;
    line-height: 25px;
    width: 762px;
    text-align: center;
}
.page-description a {
    color: #2B65C9;
}
.mobile-modules-row {
    display: none;
}
.modules-rbtn-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 47px;
}
.modules-rbtn-dsc-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}
.modules-rbtn-header-wrap .modules-rbtn-small {
    margin-bottom: 55px;
}
.modules-rbtn-header-wrap .page-description {
    margin-bottom: 16px;
}
.modules-rbtn-header-wrap .page-header-wrap {
    margin-bottom: 0;
}
.blue-border-btn {
    display: inline-block;
    cursor: pointer;
    height: 48px;
    border: 2px solid #2B65C9;
    border-radius: 4px;
    color: #2B65C9;
    font-size: 15px;
    font-weight: 600;
    line-height: 44px;
    text-align: center;
    padding: 0 36px;
    background-color: transparent;
    text-decoration: none;
}
.blue-border-btn:hover {
    box-shadow: 0 2px 14px 0 rgba(43,101,201,0.51);
    text-decoration: none;
}
.blue-btn {
    display: block;
    cursor: pointer;
    line-height: 48px;
    width: 237px;
    border-radius: 4px;
    background-color: #2B65C9;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}
.blue-btn:hover {
    box-shadow: 0 2px 14px 0 rgba(43,101,201,0.51);
    text-decoration: none;
}
.pale-btn-type {
    background-color: #EAF0FA;
    color: #2B65C9;
}
/*-------------------------------------------------------------*/
/*BLOG*/

.blog-control-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 17px;
    height: 36px;
}
.blog-control-row .blog-control-header {
    color: #202C45;
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
}
.category-posts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 16px;
}
.category-posts li {
    background-color: #000;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 24px;
    position: relative;
}



.blue-select {
    position: relative;
    font-size: 16px;
}
.blue-select .blue-select-selected {
    cursor: pointer;
    background-color: transparent;
    color: #2B65C9;
    font-weight: 600;
    line-height: 19px;
    text-align: right;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blue-select .blue-select-selected img {
    margin-left: 6px;
}
.blue-select .blue-select-list {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 2;
    width: 282px;
    border: 1px solid #D5E0F4;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 15px 0 rgba(43,101,201,0.27);
    color: #202C45;
    font-size: 16px;
    line-height: 36px;
    display: none;
    margin-top: 10px;
    padding: 13px 0;
}
.blue-select.select-reverse .blue-select-list {
    right: auto;
}
.blue-select.opened .blue-select-list {
    display: block;
}
.blue-select .blue-select-list a {
    display: block;
    padding: 0 24px;
    text-decoration: none;
}
.blue-select .blue-select-list a:active {
    text-decoration: none;
}
.blue-select .blue-select-list a:hover {
    background-color: #f5f5f5;
    color: #2B65C9;
    text-decoration: none;
}




.category-posts li:nth-child(9n + 1),
.category-posts li:nth-child(9n + 2) {
    width: 566px;
    height: 360px;
    font-size: 24px;
    line-height: 33px;
}
.category-posts li:nth-child(9n + 3),
.category-posts li:nth-child(9n + 4),
.category-posts li:nth-child(9n + 5),
.category-posts li:nth-child(9n + 7),
.category-posts li:nth-child(9n + 8) {
    width: 370px;
    height: 238px;
    font-size: 21px;
    line-height: 29px;
}
.category-posts li:nth-child(9n + 6),
.category-posts li:nth-child(9n + 9) {
    width: 762px;
    height: 238px;
    font-size: 21px;
    line-height: 29px;
}


.category-posts .category-posts-text {
    color: #fff;
    position: absolute;
    width: calc(100% - 48px);
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: 16px 24px;
}
.category-posts .category-posts-header {
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    min-height: 66px;
    margin-bottom: 16px;
}
.category-posts .category-posts-info {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 22px;
}
.wp-post-image-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    overflow: hidden;
    opacity: 0.7;
}
.wp-post-image-wrap .wp-post-image {
    width: 100%;
    height: auto;
}

.nav-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 67px;
}
.nav-links .page-numbers:not(.prev):not(.next) {
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 4px;
    background-color: #D5E0F4;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    margin-right: 12px;
}
.nav-links .page-numbers:hover,
.nav-links .current.page-numbers:not(.prev):not(.next) {
    background-color: #2B65C9!important;
    color: #FFFFFF!important;
}
.nav-links .prev,
.nav-links .next {
    height: 40px;
    width: 143px;
    border-radius: 4px;
    background-color: #D5E0F4;
    color: #2B65C9;
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
}
.nav-links .next {
    margin-left: 28px;
}
.nav-links .prev {
    margin-right: 40px;
}
.nav-links .page-numbers:active,
.nav-links .page-numbers:hover {
    text-decoration: none;
}
.show-more-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 39px;
}
.show-more {
    cursor: pointer;
    background-color: #fff;
    color: #2B65C9;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.show-more-icon {
    margin-right: 11px;
    font-size: 24px;
    line-height: 25px;
}
.show-more-process {
    transition: all 0.1s ease-out;
    opacity: 0.3;
    pointer-events: none;
}
/*-------------------------------------------------------------*/
/*MODULES*/

.modules-wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 116px;
}

.modules-search-wrap {
    width: 270px;
    min-width: 270px;
    border: 1px solid #D5E0F4;
    border-radius: 4px;
    background-color: #FFFFFF;
    margin-right: 24px;
}
.modules-search-wrap .modules-search-block {
    border-bottom: 2px solid #D5E0F4;
}
.modules-search-input-wrap {
    display: block;
    margin: 24px 24px 0;
    position: relative;
}
.blue-search-icon,
.modules-search-icon {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    font-weight: 500;
    color: #2B65C9;
    margin: 12px 14px 0 0;
}
.modules-search-wrap .modules-search-block .modules-search-info {
    color: #636C7D;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    padding: 0 24px 24px;
}
.modules-search-wrap .modules-search-block .modules-search-info-subh {
    font-weight: 400;
}
.modules-search-input {
    height: 48px;
    width: 100%;
    border: 1px solid #D5E0F4;
    color: #202C45;
    border-radius: 4px;
    background-color: #F9FAFE;
    font-size: 16px;
    line-height: 48px;
    padding: 0 44px 0 16px;
    margin-bottom: 8px;
}
.modules-search-input::placeholder {
    color: #A7ABB5;
}
.modules-search-wrap .modules-categories-list {
    color: #202C45;
    font-size: 16px;
    padding-bottom: 24px;
}
.modules-search-wrap .modules-categories-list .mc-header {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    padding: 24px 24px 7px;
}
.modules-search-wrap .modules-categories-list a {
    padding: 0 24px;
    display: block;
    line-height: 36px;
}
.modules-search-wrap .modules-categories-list a,
.modules-search-wrap .modules-categories-list a:hover,
.modules-search-wrap .modules-categories-list a:visited,
.modules-search-wrap .modules-categories-list a:active {
    text-decoration: none;
}

.modules-search-wrap .modules-categories-list a:not(:last-child) {
    margin-bottom: 20px;
}
.modules-search-wrap .modules-categories-list a:hover,
.modules-search-wrap .modules-categories-list a.selected {
    color: #2B65C9;
    background-color: #f5f5f5;
}

.modules-list-wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-right: -24px;
}
.modules-list-wrap li {
    margin-right: 23px;
    position: relative;
    width: 272px;
    height: 363px;
    border-radius: 10px;
    background-color: #FFFFFF;
    margin-bottom: 24px;
    box-shadow: 0 2px 20px rgba(43, 101, 201, 0.08);
}
.modules-list-wrap li a {
    cursor: default;
}
.modules-list-wrap li.hoverable a {
    cursor: pointer;
}
.modules-list-wrap li.hoverable:hover {
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(43, 101, 201, 0.17);
    transition: transform 0.2s ease-out;
    transform: translateY(-4px);
}
.modules-list-wrap li .block-list-wrap {
    text-decoration: none;
    padding: 32px 24px;
    display: block;
}
.mlw-label {
    position: absolute;
    top: 5px;
    right: -5px;
    height: 16px;
    line-height: 16px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 8px;
    background-color: #C9692B;
    color: #fff;
}
.mlw-label::after {
    position: absolute;
    top: 15px;
    right: 0;
    display: block;
    content: ' ';
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #783D18;
    transform: rotate(135deg);

}
.mlw-coming-soon {
    background-color: #2BC5C9;
}
.mlw-coming-soon::after {
    border-top-color: #197C7E;

}
.mlw-new {
    background-color: #A02BC9;
}
.mlw-new::after {
    border-top-color: #641A7E;
}

.mlw-header {
    margin-bottom: 2px;
    color: #202C45;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
}
.mlw-categories {
    margin-bottom: 27px;
    color: #A7ABB5;
    font-size: 14px;
    line-height: 25px;
}
.mlw-content {
    height: 224px;
    color: #636C7D;
    font-size: 16px;
    line-height: 22px;
    overflow-y: auto;
}
.mlw-cost-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #A7ABB5;
    font-size: 14px;
    line-height: 19px;
    position: absolute;
    left: 0;
    bottom: 28px;
    width: 222px;
    margin-left: 24px;
}
.mlw-demo-available {
    position: absolute;
    bottom: 8px;
    left: 24px;
    text-transform: uppercase;
    opacity: 0.66;
    border-radius: 8px;
    background-color: #D5E0F4;
    height: 16px;
    color: #636C7D;
    font-size: 10px;
    line-height: 16px;
    padding: 0 10px;
}

.modules-sort-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-bottom: 26px;
}
.modules-sort {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.modules-sort-lbl {
    margin-right: 8px;
    color: #202C45;
    font-size: 16px;
    line-height: 19px;
}
/*-------------------------------------------------------------*/
/*ABOUT US*/

.white-panel {
    padding: 66px 99px 66px 92px;
    border: 1px solid #D5E0F4;
    border-radius: 4px;
    background-color: #FFFFFF;
    margin-bottom: 89px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.white-panel .learn-img {
    min-width: 300px;
    width: 300px;
    min-height: 300px;
    margin-right: 99px;
}
.white-panel-smallwrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.white-panel-smallwrap .white-panel {
    width: 512px;
}
.learn-content-row:not(:last-child) {
    margin-bottom: 42px;
}
.learn-header {
    color: #202C45;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 8px;
}
.learn-description {
    color: #636C7D;
    font-size: 16px;
    line-height: 22px;
}

.learn-icon-general-header {
    color: #202C45;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    margin-bottom: 76px;
}
.learn-icon-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    margin-bottom: 136px;

}
.learn-icon-list li {
    width: 221px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.learn-icon-icon {
    width: 75px;
    height: 75px;
    margin-bottom: 27px;
}
.learn-icon-header {
    color: #202C45;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    margin-bottom: 16px;
}
.learn-icon-description {
    width: 221px;
    color: #636C7D;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}
/*-------------------------------------------------------------*/
/*HINTS*/

.hint-block {
    position: relative;
    height: 16px;
    width: 16px;
    display: inline-block;
    margin-left: 6px;
}
.hint-block .hint-btn {
    font-family: "Helvetica Neue", sans-serif;
    cursor: pointer;
    position: absolute;
    height: 16px;
    width: 16px;
    line-height: 16px;
    background-color: #B7C4E2;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    margin-top: -3px;
    text-decoration: none;
}
.hint-block .hint {
    color: #000000!important;
    z-index: 9999999;
    width: 288px;
    display: none;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 24px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    background-color: #FFFFFF;
    border-radius: 8px;
    margin-bottom: 24px;
}
.hint-block.opened .hint {
    display: block;
    opacity: 1;
    transition: opacity 0.2s ease-out;
}
.hint-block .close-hint {
    display: none;
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    font-size: 32px;
    line-height: 28px;
    color: #202C45;
    text-decoration: none;
    margin: 2px 6px;
}
.hint-block.opened .close-hint {
    display: block;
}
/*-------------------------------------------------------------*/
/*LICENCE*/

.block-licence {
    color: #A7ABB5;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 35px;
}
/*-------------------------------------------------------------*/
/*HOMEPAGE*/

.see-all-steps {
    display: none;
}

.modules-slider-mobile {
    display: none!important;
}

.main-logo-row {
    margin-top: 47px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 43px;
}
.main-logo-row .main-logo-row>* {
    width: 50%;
}
.main-logo-row .main-logo-info {
    margin-top: 42px;
    width: 566px;
}
.main-logo-row .main-logo-header {
    font-family: Poppins, sans-serif;
    color: #202C45;
    font-size: 46px;
    font-weight: bold;
    line-height: 60px;
    margin-bottom: 39px;
}
.main-logo-row .main-logo-description {
    font-family: "Work Sans", sans-serif;
    color: #636C7D;
    font-size: 21px;
    line-height: 29px;
    margin-bottom: 73px;
}
.main-logo-row .main-logo {
    position: relative;
    width: 506px;
    height: 476px;
}
.main-logo-row .main-logo .inner-svg {
    position: absolute;
    width: 100%;
    height: 100%;
}
.main-logo-row  .main-logo-btns {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.main-logo-row  .main-logo-btns .blue-border-btn,
.main-logo-row  .main-logo-btns .blue-btn {
    width: 254px;
    height: 48px;
    display: block;
    padding: 0;
}
.main-logo-row  .main-logo-btns .blue-border-btn {
    margin-right: 24px;
}

.steps-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
    margin-right: -24px;
    position: relative;
}
.steps-list li {
    width: 369px;
    height: 234px;
    border: 1px solid #D5E0F4;
    border-radius: 4px;
    background-color: #FFFFFF;
    padding: 27px 27px 0 41px;
    margin-right: 24px;
}
.steps-list li:nth-child(3n + 2) {
    margin-top: 27px;
}
.steps-list li:nth-child(3n + 3) {
    margin-top: 52px;
}
.steps-list .steps-list-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 26px;
    align-items: center;
}
.steps-list .steps-list-header {
    color: #2B65C9;
    font-size: 21px;
    font-weight: bold;
    line-height: 35px;
}
.steps-list .steps-list-img {
    height: 50px;
}
.steps-list .steps-list-img img {
    height: 100%;
    width: auto;
}
.steps-list .steps-list-description {
    color: #636C7D;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    line-height: 22px;
}
.process-header-home .page-header-wrap {
    margin-bottom: 0;
}
.process-header-home .page-header {
    margin-bottom: 46px;
}

.process-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 23px;
}
.process-btn .blue-border-btn {
    width: 300px;
}

.modules-slider {
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    /*margin-right: -24px;*/
}
.modules-slider li {
    /*height: 467px;*/
    width: 369px;
    max-width: 369px;
    min-width: 369px;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 20px 0 rgba(43,101,201,0.08);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 47px 32px 52px;
    /*margin-right: 24px;*/
}
.modules-slider .ms-icon {
    margin-bottom: 34px;
    width: 80px;
    height: 88px;
}
.modules-slider .ms-icon img {
/*.modules-slider .ms-icon {*/
    width: 100%!important;
    height: auto!important;
}
.modules-slider .ms-header {
    font-family: "Work Sans", sans-serif;
    color: #000000;
    font-size: 21px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    margin-bottom: 30px;
}
.modules-slider .ms-description {
    /*height: 144px;*/
    /*max-height: 144px;*/
    /*min-height: 144px;*/
    color: #636C7D;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}
.modules-slider .ms-desc-wrap {
    min-height: 206px;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.modules-slider button {
    padding: 0 35px;
}
.content-wrap .bx-wrapper {
    box-shadow: none;
    border: none;
    background-color: transparent;
    margin-bottom: 32px;
}
.slider-pager {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
.slider-pager ul {
    margin: 0 55px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.slider-pager ul li {
    height: 4px;
    width: 33px;
    opacity: 0.3;
    background-color: #2B65C9;
    cursor: pointer;
}
.slider-pager ul li.active {
    opacity: 1;
}
.slider-pager ul li:not(:last-child) {
    margin-right: 11px;
}
.slide-control {
    cursor: pointer;
    height: 35px;
    width: 20px;
    padding: 0 4px;
    /*background-color: red;*/
    background-size: contain;
    background-color: transparent;
}
.slide-control-prev {
    background-image: url(/wp-content/themes/base-theme/assets/images/dashboard/arrow-blue-left.svg);
}
.slide-control-next {
    background-image: url(/wp-content/themes/base-theme/assets/images/dashboard/arrow-blue-right.svg);
}

.brn-ava-wrap {
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.brn-ava-wrap button {
    padding: 0 32px;
}
.white-home-panel {
    padding: 25px 49px 36px 32px;
    border: 1px solid #D5E0F4;
    border-radius: 4px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 23px;
}
.white-home-panel button {
    padding: 0 32px;
    width: auto;
}
.white-home-panel .whp-info-block {
    width: 730px;
}
.white-home-panel .whp-header {
    font-family: Poppins, sans-serif;
    color: #222222;
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 9px;
}
.white-home-panel .whp-description {
    color: #636C7D;
    font-size: 18px;
    line-height: 25px;
}

.quantity-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 48px;
}
.quantity-wrap .qw-chart-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.quantity-wrap .qw-chart-wrap .qw-chart-header {
    margin-bottom: 27px;
    color: #202C45;
    font-size: 21px;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
}
.quantity-wrap .qw-chart-wrap .qw-chart {
    width: 369px;
    height: 243px;
    pointer-events: none;
}
.quantity-wrap .qw-info-wrap {
    display: flex;
    flex-direction: column;
    width: 665px;
}
.quantity-wrap .qw-info-wrap .qw-info-header {
    color: #202C45;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 26px;
}
.quantity-wrap .qw-list {
    color: #636C7D;
    font-size: 18px;
    line-height: 25px;
}
.quantity-wrap .qw-list li {
    padding-left: 40px;
    position: relative;
}
.quantity-wrap .qw-list li:not(:last-child) {
    margin-bottom: 32px;
}
.quantity-wrap .qw-list li:before {
    position: absolute;
    content: ' ';
    display: block;
    top: 2;
    left: 0;
    width: 21px;
    height: 28px;
    background-image: url(/wp-content/themes/base-theme/assets/images/baseline-done-24px.svg);
}

.home-cousb-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 93px;
}
.home-cousb-wrap button {
    padding: 0 32px;
}
.page-header-home .page-header-wrap {
    margin-bottom: 48px;
}
.free-scrapes-wrap {
    margin-bottom: 64px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
/*-------------------------------------------------------------*/
/*HOMEPAGE*/

.back-link-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 10px;
}
.back-link-wrap a {
    display: block;
    padding-left: 28px;
    position: relative;
    font-family: Archivo, sans-serif;
    color: #2B65C9;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
}
.back-link-wrap a:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    height: 20px;
    width: 20px;
    background-image: url(/wp-content/themes/base-theme/assets/images/arrow-left-thin.svg);
    background-size: contain;
}

.blog-header {
    margin-bottom: 20px;
    text-align: center;
    color: #202C45;
    font-family: Poppins, sans-serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 44px;
}

.small-user-wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.small-user-wrap .small-user-icon {
    width: 40px;
    height: 40px;
    background-color: red;
    margin-right: 16px;
    border-radius: 50%;
    margin-top: 6px;
    overflow: hidden;
}
.small-user-wrap .small-user-icon img {
    width: auto;
    height: 100%;
}

.small-user-wrap .small-info-wrap {
    display: flex;
    flex-direction: column;
    margin-bottom: 19px;
}
.small-user-wrap .small-user-label {
    color: #202C45;
    font-size: 16px;
    line-height: 24px;
}
.small-user-wrap .small-user-date {
    opacity: 0.45;
    color: #202C45;
    font-size: 16px;
    line-height: 24px;
}

.gray-label {
    display: inline-block;
    line-height: 20px;
    background-color: #E8EEF9;
    color: #202C45;
    font-size: 11px;
    padding: 0 11px;
    margin-bottom: 17px;
}

.blog-img {
    margin-bottom: 25px;
    height: 250px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.blog-img img {
    width: 100%;
    height: auto;
}

.angular-header.page-description-single {
    margin-bottom: 0;
    padding-bottom: 32px;
}

.angular-header h1,
.single-demo_modules .blog-header h1,
article .blog-header h1 {
    font-family: Poppins, sans-serif;
    color: #202C45;
    font-size: 32px;
    font-weight: bold;
    line-height: 44px;
    text-align: center;
}
article .blog-content a {
    color: #2B65C9;
}
article .blog-content p {
    color: #202C45;
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 20px;
}
article .blog-content h2 {
    margin: 46px 0 26px 0;
    color: #202C45;
    font-size: 26px;
    line-height: 26px;
}
article .blog-content h3 {
    margin: 46px 0 26px 0;
    font-weight: 700;
    color: #202C45;
    font-size: 20px;
    line-height: 20px;
}

article .blog-content ul,
article .blog-content ol {
    font-weight: 500;
    color: #000000;
    font-size: 16px;
    line-height: 21px;
    display: block;
    margin-top: 1em;
    margin-bottom: 1 em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    width: 100%!important;
}
article .blog-content ul {
    list-style-type: disc;
}
article .blog-content ol {
    list-style-type: decimal;
}
article .blog-content ul > *,
article .blog-content ol > * {
    color: #202C45;
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 20px;
    font-weight: 400;
}
.hbspt-form > .hs-form-iframe {
    width: 100%!important;
}
article .blog-content img {
    max-width: 100%!important;
    height: auto!important;
}
/*-------------------------------------------------------------*/
/*RELATED ARTICLES*/

article .blog-content .relpost-thumb-container {
    margin-bottom: 56px;
}
article .blog-content .relpost-thumb-container h3 {
    color: #202C45;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 24px;
}
article .blog-content .relpost-thumb-container h3:before {
    content: ' ';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #D5E0F4;
    margin-bottom: 41px;
    margin-top: -10px;
}
article .blog-content .relpost-thumb-container .relpost-block-single > div {
    height: auto!important;
}
article .blog-content .relpost-thumb-container .relpost-block-single .relpost-block-single-image {
    border-radius: 4px;
}
article .blog-content .relpost-thumb-container .relpost-block-single .relpost-block-single-image {
    margin-bottom: 16px;
}
article .relpost-thumb-container .relpost-block-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
article .blog-content .relpost-thumb-container .relpost-block-single-text {
    color: #202C45!important;
    font-family: Poppins, sans-serif!important;
    font-weight: bold!important;
    font-size: 18px!important;
    line-height: 29px!important;
    padding-right: 2px;
    text-align: left;
}
/*-------------------------------------------------------------*/
.js-scroll-svg {
    opacity: 0;
}
.js-scroll-svg.js-svg-active {
    opacity: 1;
    transition: opacity ease-out 0.1s;
}
/*-------------------------------------------------------------*/
/*PROCESS PAGE*/

.process-header {
    font-family: Poppins, sans-serif;
    color: #202C45;
    font-size: 24px;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
    margin-bottom: 53px;
}
.process-steps {
    margin-bottom: 45px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
}
.process-steps-desc {
    color: #2B65C9;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}
.process-steps li {
    position: relative;
    cursor: pointer;
    height: 64px;
    width: 64px;
    margin-bottom: 10px;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 15px 0 rgba(43,101,201,0.21);
    color: #2B65C9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.process-steps li.active {
    height: 74px;
    width: 74px;
    margin-bottom: 0;
    color: #fff;
    box-shadow: none;
    background-color: #2B65C9;
    transition: all ease-out 0.2s;
}
.process-steps li.active .process-steps-desc {
    color: #fff;
}
.process-steps li:not(:last-child) {
    margin-right: 112px;
}
.process-steps li:not(:last-child)::after {
    top: 0;
    left: 79px;
    line-height: 64px;
    position: absolute;
    display: block;
    content: "••••••";
    color: #D5E0F4;
    letter-spacing: 6px;
    font-size: 20px;
}
.process-steps li.active:not(:last-child)::after {
    left: 87px;
}
.process-description-header {
    color: #202C45;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 19px;
    width: 567px;
}
.process-description-content {
    color: #636C7D;
    width: 567px;
    font-size: 16px;
    line-height: 22px;
    min-height: 110px;
}
.process-description-content a {
    color: #2B65C9;
}
.process-step-header {
    font-family: Poppins, sans-serif;
    margin-bottom: 24px;
    color: #202C45;
    font-size: 24px;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
}
.process-step-desc {
    margin-bottom: 56px;
    width: 762px;
    color: #636C7D;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
}

.process-info-wrap {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.process-info-wrap li {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
    margin-bottom: 51px;
}
.process-info-wrap li:nth-child(1),
.process-info-wrap li:nth-child(2),
.process-info-wrap li:nth-child(4) {
    margin-right: 84px;
}
.process-info-wrap li:nth-child(1)::after,
.process-info-wrap li:nth-child(2)::after,
.process-info-wrap li:nth-child(4)::after {
    width: 179px;
    height: 9px;
    background: url("/wp-content/themes/base-theme/assets/images/the-process/line.svg") no-repeat 100%;
    content: ' ';
    display: block;
    position: absolute;
    top: 80px;
    left: 254px;
}
.process-info-lbl {
    opacity: 0.46;
    color: #D5E0F4;
    font-size: 40px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    height: 132px;
}
.process-info-img {
    position: absolute;
    width: 102px;
    height: 110px;
    top: 16px;
    left: 98px;
}
.process-info-desc {
    color: #636C7D;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}
.process-info-panel.white-panel {
    margin-bottom: 64px;
}
/*-------------------------------------------------------------*/
/*demo*/

.module-description {
    color: #545454;
    font-size: 14px;
    line-height: 18px;
    padding: 24px 0;
}
.module-bubble {
    margin-bottom: 16px;
}
.bubble-edit-wrap {
    margin-bottom: 24px;
}
.module-btns {
    margin-bottom: 56px;
}

.module-btns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.module-btns .wp-start-scraping-btn.app-tab-btn.blue-btn,
.module-btns .wp-get-api-btn.app-tab-btn.blue-border-btn {
    cursor: pointer;
    display: block;
    line-height: 44px;
    text-align: center;
    border-radius: 4px;
    width: 202px;
    height: 48px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    padding: 0;
}
.module-btns .wp-start-scraping-btn.app-tab-btn.blue-btn {
    background-color: #2B65C9;
    color: #FFFFFF;

}
.module-btns .wp-get-api-btn.app-tab-btn.blue-border-btn {
    border: 2px solid #2B65C9;
    color: #2B65C9;
    background-color: transparent;
    width: auto;
    padding: 0 20px;
}

.page-description-single {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
}
.gray-btn {
    height: 48px!important;
    padding: 0 16px!important;
    border-radius: 4px!important;
    line-height: 48px!important;
    background-color: #EFF2FA!important;
    color: #2B65C9!important;
    font-size: 15px!important;
    font-weight: 600!important;
}
.gray-btn.disabled {
    pointer-events: none;
    color: #545454;
    opacity: 0.2;
    transition: opacity 0.1s linear;
    background-color: #fff;
}
.gray-btn:hover {
    background-color: #2B65C9!important;
    color: #FFFFFF!important;
    box-shadow: 0 2px 14px 0 rgba(43,101,201,0.51)!important;
}
.gray-btn-download {
    width: 256px!important;
    padding: 0!important;
}
/*-------------------------------------------------------------*/
.module-slider-block-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}
.module-slider-block {
    padding: 24px 125px;
    width: 763px;
    border: 1px solid #EFF2FA;
    border-radius: 4px;
    background-color: #FFFFFF;
}
.module-slider-block .module-slider-header {
    color: #202C45;
    font-size: 21px;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
    margin-bottom: 16px;
}
.module-slider-block .ms-price {
  margin-bottom: 24px;
  color: #636C7D;
  font-size: 18px;
  line-height: 21px;
}
.module-slider-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.module-slider-block .module-slider-price-wrap {
    width: 221px;
    border-radius: 4px;
    background-color: #F9FAFE;
    padding: 22px 68px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.module-slider-block .module-slider-price-label {
    color: #202C45;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 3px;
}
.module-slider-block .module-slider-price {
    color: #2B65C9;
    font-size: 24px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 3px;
}
.get-started-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 56px;
    position: relative;
}
.get-started-wrap .blue-btn {
    /*width: auto;*/
    padding: 0 20px;
    width: 270px;
}

.gs-white-block {
    position: relative;
    background: #fff;
    padding: 10px 21px;
    color: #202C45;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 2px 40px 0 rgba(0,0,0,0.1);
    margin-top: 14px;
}
.gs-white-block:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 14px;
    margin-left: -14px;
}






.module-slider-wrap {
    width: 100%;
}
.ms-num-current-wrap {
    width: 100%;
    height: 24px;
    position: relative;
    margin-bottom: 32px;
}
.module-slider-wrap .ms-num-current {
    position: absolute;
    color: #2B65C9;
    font-size: 21px;
    font-weight: 600;
    line-height: 24px;
}
.module-slider-wrap .ms-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 32px;
    margin-left: -30px;
}
.module-slider-wrap .ms-info .ms-num-min {
    color: #636C7D;
    font-size: 16px;
    line-height: 19px;
    width: 79px;
}
.module-slider-wrap .ms-info .ms-info-label {
    color: #A7ABB5;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    margin-top: 6px;
}
.module-slider-wrap .ms-info .ms-num-max {
    color: #636C7D;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    margin-right: -43px;
}

.info-wrap {
    position: relative;
}
.info-wrap .info-block {
    padding: 16px;
    margin-bottom: 24px;
    position: absolute;
    top: -43px;
    right: -19px;
    border-radius: 50%;
    box-sizing: border-box;
    height: 39px;
    width: 39px;
    border: 2px solid #D5E0F4;
    background-color: #FFFFFF;

    background-image: url(/wp-content/themes/base-theme/assets/images/attention.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center;
}
.info-block .info-block-text {
    padding-bottom: 8px;
}

.info-block .prf {
    font-size: 14px;
    line-height: 20px;
}
.info-block .prf a, .info-block .prf a:hover, .info-block .prf a:active {
    color: #3071FF;
}
.info-block-msg {
    position: absolute;
    top: -14px;
    right: -42px;

}
.info-block-msg .hint-btn {
    display: none;
}
.hint-block .hint a:not(.close-hint) {
    color: #2B65C9;
}
.module-slider .ui-slider-range {
    height: 2px!important;
    border-radius: 8px;
    background-color: #2B65C9;
    box-shadow: 0 2px 20px 0 rgba(43,101,201,0.08);
}
.module-slider.ui-slider {
    font-size: 40px;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 2px 20px 0 rgba(43,101,201,0.08);
    height: 2px!important;
    background-color: #D5E0F4;
    margin-bottom: 24px;
    margin-left: -26px;
}

.module-slider .ui-slider-handle {
    margin-bottom: -22px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 20px 0 rgba(43,101,201,0.63);
    border-radius: 50%;
    position: relative;
    top: -0.57em!important;
}
.module-slider .ui-slider-handle::after {
    content: ' ';
    display: block;
    position: absolute;
    width: 38px;
    height: 38px;
    background-color: #2B65C9;
    background-image: url(/wp-content/themes/base-theme/assets/images/arrows-white.svg);
    background-repeat: no-repeat, no-repeat;
    background-size: 26px, auto;
    background-position: center;
    border-radius: 50%;
    top: 5px;
    left: 5px;
}
/*-------------------------------------------------------------*/
.main-content .info-block {
    border: 1px solid #D5E0F4;
    border-radius: 2px;
    padding: 16px;
    margin-bottom: 16px;
}

.main-content .info-block .info-block-text {
    padding-bottom: 8px;
}

.main-content .info-block .prf {
    font-size: 14px;
    line-height: 20px;
}
.main-content .info-block .prf a, .info-block .prf a:hover, .info-block .prf a:active {
    color: #3071FF;
}
/*-------------------------------------------------------------*/
/*Demo modules page*/

.demo-search-block {
    width: 369px;
    margin: auto;
}
.demo-search-block .modules-search-input {
    background-color: #fff;
}

.demo-modules-list {
    min-height: 544px;
    margin-right: -30px;
    margin-bottom: 56px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.demo-modules-list .demo-modules-link {
    display: none;
}
.demo-modules-list .demo-modules-content {
    display: none;
}
.demo-modules-list li {
    margin-right: 24px;
    margin-bottom: 24px;
    width: 272px;
    height: 320px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 20px 0 rgba(43,101,201,0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 24px;
    position: relative;
}
.demo-modules-list .demo-modules-img {
    width: 72px;
    height: 72px;
    margin-top: 36px;
    margin-bottom: 34px;
}
.demo-modules-list img {
    width: 100%;
    height: auto;
}
.demo-modules-list .demo-modules-header {
    color: #202C45;
    font-size: 24px;
    font-weight: bold;
    line-height: 33px;
    width: 160px;
    text-align: center;
}
.demo-modules-list li:hover {
    transition: all ease-out 0.07s;
    background-color: #2B65C9;
}
.demo-modules-list li:hover .demo-modules-img {
    display: none;
}
.demo-modules-list li:hover .demo-modules-header {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
    width: auto;
    margin-bottom: 32px;
}
.demo-modules-list li:hover .demo-modules-content {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 22px;
    display: block;
}
.demo-modules-list li:hover .demo-modules-link {
    width: 156px;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    box-shadow: 0 2px 20px 0 rgba(43,101,201,0.08);
    line-height: 44px;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 24px;
}
.demo-modules-list li:hover .demo-modules-link:active,
.demo-modules-list li:hover .demo-modules-link:hover {
    text-decoration: none;
}
.demo-modules-list li:hover .demo-modules-link:hover {
    background-color: #fff;
    color: #2B65C9;
}
/*-------------------------------------------------------------*/
/*RESULT PAGES*/
.mobile-add-row {
    display: none;
}
/*-------------------------------------------------------------*/
/*PRICING PAGE*/
.price-page .get-started-wrap {
    margin-bottom: 80px;
}
.learn-more-wrap .learn-more-header {
    color: #202C45;
    font-family: Poppins;
    font-size: 24px;
    font-weight: bold;
    line-height: 44px;
    text-align: center;
    margin-bottom: 36px;
}
.learn-more-wrap li {
    padding-top: 44px;
    margin-bottom: 81px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.learn-more-wrap li:not(:first-child) {
    border-top: 1px solid #D5E0F4;
}
.learn-more-wrap .text-block {
    width: 50%;
    padding: 0 12px;
}
.learn-more-wrap li *:nth-child(1) {
    padding-left: 0;
}
.learn-more-wrap li *:nth-child(2) {
    padding-right: 0;
}
.learn-more-wrap li .text-block-header {
    color: #202C45;
    font-family: Poppins;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 16px;
}
.learn-more-wrap li .text-block-desc {
    color: #636C7D;
    font-family: "Work Sans";
    font-size: 16px;
    line-height: 22px;
}
.learn-more-wrap .blue-btn {
    min-width: 254px;
}
.pricing-scrap-wrap {
    position: relative;
}
.pricing-scrap-wrap .psw-price {
    position: absolute;
    color: #2B65C8
}
/*-------------------------------------------------------------*/
/*SHORTCODES*/

.sgs-row {
    display: flex;
    justify-content: center;
    margin: 56px 0;
}

.sgs-wrap {
    position: relative;
    width: 615px;
    background-color: #EFF2FA;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 36px;
}
.sgs-scraps-count-wrap {
    position: absolute;
}
.sgs-text-wrap {
    color: #202C45;
    font-size: 16px;
    line-height: 22px;
    z-index: 1;
}
.sgs-wrap .blue-border-btn {
    padding: 0;
    width: 139px;
    min-width: 139px;
    font-size: 14px;
    height: 38px;
    line-height: 32px;
    display: block;
}
.sgs-scraps-count-wrap {
    top: -20px;
    left: 50%;
    position: absolute;
    background-color: #fff;
    border: 1px dashed #2B65C9;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 40px;
    padding: 10px 10px 4px 10px;
}
.sgs-scraps-count-wrap:before,
.sgs-scraps-count-wrap:after {
    content: ' ';
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fff;
    top: 34px;
    left: -22px;
}
.sgs-scraps-count-wrap:after {
    width: 8px;
    height: 8px;
    top: 44px;
    left: -34px;
}
.sgs-scraps-count-wrap .sgs-scraps-count {
    color: #2B65C9;
    font-size: 24px;
    font-weight: bold;
    line-height: 17px;
    text-align: center;
}
.sgs-scraps-count-wrap .sgs-scraps-count-small {
    color: #2B65C9;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    border-radius: 50%;
}
/*-------------------------------------------------------------*/
.logo {
    height: 49px;
    width: 150px;
    display: block;
    background-image: url(/wp-content/themes/base-theme/assets/images/logo.svg);
}
@supports (-ms-ime-align:auto) {
    .logo {
        background-size: contain;
        background-image: url(/wp-content/themes/base-theme/assets/images/logo.png);
    }
    .learn-icon-list {
        justify-content: space-around;
    }



    .inner-svg {
        display: none;
    }
    .main-logo img {
        visibility: hidden;
    }
    .main-logo {
        position: relative;
    }
    .main-logo:before {
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        content: ' ';
        background-image: url(/wp-content/themes/base-theme/assets/images/dashboard/img.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .learn-img {
        position: relative;
    }
    .learn-img svg {
        visibility: hidden;
    }
    .learn-img:before {
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        content: ' ';
        background-image: url(/wp-content/themes/base-theme/assets/images/about-us/about-logo.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
}
@supports not (justify-content: space-evenly) {
    .learn-icon-list {
        justify-content: space-around;
    }
}



/*-------------------------------------------------------------*/
/*AFFILIATE*/

.affiliate-page .info-block-header {
    color: #2B65C9;
    font-family: Poppins;
    font-size: 32px;
    font-weight: bold;
    line-height: 44px;
    margin-bottom: 49px;
}
.info-block-wrap {
    padding-top: 76px;
    padding-bottom: 114px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.info-block-wrap >* {
    width: 50%;
}
.aff-btn-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.afpp-block {
    margin-top: 80px;
}
.afpp-header {
    margin-bottom: 40px;
    color: #202C45;
    font-size: 24px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
}
.info-block-right {
    padding-left: 43px;
}
.info-block-right img {
    width: 100%;
    height: auto;
}
.quantity-wrap .qw-list.aff-check-list {
    color: #202C45;
}

.afpp-list {
    max-width: 1086px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 48px;
}
.afpp-list li {
    position: relative;
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
}
.afpp-list li:nth-child(1):after,
.afpp-list li:nth-child(2):after,
.afpp-list li:nth-child(4):after {
    position: absolute;
    content: ' ';
    top: 39px;
    right: -64px;
    width: 154px;
    height: 0;
    display: block;
    border-top: 2px dashed #D5E0F4;
}
.afpp-list .afpp-step {
    width: 72px;
    height: 72px;
    margin-bottom: 16px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0.22;
    background-color: #2B65C9;
    color: #fff;
}
.afpp-list .afpp-step-main {
    font-size: 32px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
}
.afpp-list .afpp-step-lbl {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
}
.afpp-list .afpp-content {
    width: 300px;
    color: #202C45;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}

.ideas-block-wrap {
    max-width: 984px;
}
.ideas-block-wrap .ideas-block-header {
    color: #202C45;
    font-size: 24px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    margin-bottom: 22px;
}
.ideas-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 12px;
}
.ideas-list li {
    height: 203px;
    width: 468px;
    border-radius: 8px;
    background-color: #F9FAFE;
    box-shadow: 0 2px 30px 0 rgba(32,44,69,0.07);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 48px 0;
    margin: 12px;
}
.ideas-list li img {
    margin-bottom: 16px;
}
.ideas-list .ideas-list-desc {
    color: #202C45;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}

.affiliate-btn-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 101px;
}
.aff-details-block .aff-details-header {
    color: #202C45;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 8px;
}
.aff-details-block .aff-details-list {
    list-style-type: decimal;
    padding: 0 12px 0 15px;
    margin-bottom: 10px;
}
.aff-details-block .aff-details-list li {
  margin-bottom: 14px;
  color: #202C45;
  font-size: 14px;
  line-height: 20px;
}
.aff-details-block .aff-details-info {
    color: #202C45;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 83px;
}
/*-------------------------------------------------------------*/
.copyright_section {
    color: #fff;
    background: #2E64C5;
    text-align: center;
    padding: 0px 0px 30px;
}
/*-------------------------------------------------------------*/
/*RIGHT BANNER*/

.blog-wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 40px;
}
.blog-wrap .blog-content {
    flex-grow: 1;
    margin: 0 32px 0 0;
    list-style: none;
    padding: 0;
    max-width: 762px;
}
.blogs-banner-wrap {
    flex-grow: 1;
}
.blogs-banner-wrap .blogs-banner {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 250px;
    height: 512px;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    background-image: url(/wp-content/themes/base-theme/assets/images/right-banner.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 31px 20px;
}
.blogs-banner-wrap.banner-mobile {
    display: none;
}
.banner-head {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 19px;
}
.banner-desc {
    text-align: center;
    font-weight: 600;
    line-height: 22px;
    font-size: 18px;
    margin-bottom: 32px;
}
.banner-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.banner-btn a {
    background-color: #FFBD02;
    color: #000;
    text-transform: uppercase;
    outline: none;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    width: 156px;
    line-height: 48px;
}
.banner-btn a:hover {
    text-decoration: none;
    cursor: pointer;
    background-color: #F0B000;
}
/*-------------------------------------------------------------*/
