@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(/templates/solo/fonts/Roboto/Roboto-Thin.ttf);
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(/templates/solo/fonts/Roboto/Roboto-Regular.ttf);
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/templates/solo/fonts/Roboto/Roboto-Medium.ttf);
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/templates/solo/fonts/Roboto/Roboto-Bold.ttf);
}
.subscr_container {
    color: #181818;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
}
.subscr_welcome > .row,
.subscr_create_store > .row {
    display: flex;
}
.subscr_welcome-text_content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 40px 0;
}
.subscr_welcome-sign {
    position: relative;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.84px;
    margin-bottom: 20px;
}
.subscr_welcome-sign:before {
    position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #FDDD31;
}
.subscr_welcome-header {
    font-size: 70px;
    font-weight: 700;
    line-height: 65px;
    margin: 0 0 25px;
}
.subscr_welcome-subheader {
    font-size: 30px;
    line-height: 35px;
    font-weight: 300;
    margin-bottom: 75px;
}
.subscr_welcome-pro_add {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 80px;
}
.subscr_welcome-pro_add svg {
    width: 32px;
    height: 42px;
    margin-right: 10px;
}
.subscr_welcome-create_try {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.subscr_welcome-btn {
    border: none;
    height: 63px;
    padding: 10px 35px !important;
    margin: 0 20px 0 0;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}
.subscr_welcome-free_add a,
.subscr_from_start-advantage_text a {
    color: #19BF4A;
    text-decoration: underline;
    transition: all 0.3s;
}
.subscr_welcome-free_add a:hover,
.subscr_from_start-advantage_text a:hover {
    color: #159a3c;
    text-decoration: none;
}
.subscr_welcome-image_content {
    overflow: hidden;
}
.subscr_welcome-image_container {
    display: flex;
}
.subscr_welcome-image_container img {
    max-width: 100%;
    width: 100%;
    object-fit: contain;
}
.subscr_create_store,
.subscr_from_start > .container,
.subscr_templates,
.subscr_create_store_adv > .container,
.subscr_marketing,
.subscr_integrations,
.subscr_prices,
.subscr_clients,
.subscr_reviews,
.subscr_create_store_adv_forth,
.subscr_solutions,
.subscr_questions {
    padding: 80px 0;
}
.subscr_create_store-image_content,
.subscr_create_store-text_content,
.subscr_marketing-text_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.subscr_create_store-image_content > div {
    width: 100%;
    height: 560px;
    padding: 70px 0;
    border-radius: 15px;
    background: #FDDD31;
    overflow: hidden;
}
.subscr_create_store-image_content .owl-stage {
    display: flex;
    min-height: 420px;
}
.subscr_create_store-image_content .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
}
.subscr_create_store-image_container {
    border-radius: 10px;
    background: #FFF;
    overflow: hidden;
    transition: all 1000ms;
    width: 230px;
    height: 420px;
    transform: scale(0.88);
    background-size: 100% auto;
}
.subscr_create_store-image_content .owl-item.center .subscr_create_store-image_container {
    transform: scale(1);
}
.subscr_create_store-text_content ul {
    margin-bottom: 15px;
}
.subscr_create_store-text_content ul li {
    margin-bottom: 35px;
    font-size: 24px;
    line-height: 28px;
    padding-left: 17px;
    position: relative;
}
.subscr_create_store-text_content ul li:before {
    content: '';
    position: absolute;
    height: 17px;
    width: 2px;
    background: #FDDD31;
    left: 0;
    top: 5px;
}
.subscr_header {
    font-size: 40px;
    font-weight: 700;
    line-height: 47px;
    margin: 0 0 25px;
}
.subscr_header span {
    color: #19BF4A;
}
.subscr_create_store-go_to_prices {
    background: #fff;
}
.subscr_create_store-go_to_prices,
.subscr_solutions-btn,
.subscr_prices-compare_btn {
    display: flex;
    width: 220px;
    padding: 12px 25px;
    margin-bottom: 70px;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px;
    border: 2px solid #181818;
    color: #181818;
    font-weight: 500;
    line-height: 20px;
    transition: all 0.3s;
}
.subscr_create_store-go_to_prices svg,
.subscr_solutions-btn svg,
.subscr_prices-compare_btn svg {
    stroke: #181818;
    transition: all 0.3s;
}
.subscr_create_store-go_to_prices:hover,
.subscr_solutions-btn:hover,
.subscr_prices-compare_btn:hover {
    background-color: #181818;
    color: #fff;
    text-decoration: none;
}
.subscr_create_store-go_to_prices:hover svg,
.subscr_solutions-btn:hover svg,
.subscr_prices-compare_btn:hover svg {
    stroke: #fff;
}
.subscr_create_store-advantages {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.subscr_create_store-advantage {
    display: flex;
    flex-direction: column;
    width: 31%;
    height: 100%;
    justify-content: center;
    border-radius: 15px;
    background: #F2F2F2;
}
.subscr_create_store-advantage p {
    display: flex;
    width: 100%;
    padding: 30px 18px;
    font-size: 16px;
    line-height: 22px;
    overflow-wrap: anywhere;
}
.subscr_create_store-advantage svg {
    width: 23px;
    height: 23px;
    min-width: 23px;
    min-height: 23px;
    object-fit: contain;
    margin-right: 7px;
}
.subscr_from_start {
    background: #F2F2F2;
}
.subscr_from_start .subscr_header {
    margin-bottom: 15px;
}
.subscr_from_start-subheader {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 55px;
}
.subscr_templates > .row,
.subscr_marketing > .row {
    display: flex;
    flex-wrap: wrap;
}
.subscr_templates .subscr_templates-image_content,
.subscr_templates .subscr_templates-text_content
.subscr_marketing  .subscr_templates-image_content,
.subscr_marketing  .subscr_templates-text_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.subscr_from_start-advantages_row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
}
.subscr_from_start-advantages_row > div:first-of-type > .subscr_from_start-advantage {
    margin-right: 10px;
    margin-bottom: 20px;
}
.subscr_from_start-advantages_row > div:last-of-type > .subscr_from_start-advantage {
    margin-left: 10px;
    margin-bottom: 20px;
}
.subscr_from_start-advantage {
    display: flex;
    background-color: transparent;
    border-radius: 15px;
    height: 100%;
    transition: all 0.3s ease-in-out;
}
.subscr_from_start-advantage:hover {
    background-color: #ffffff;
}
.owl-item .subscr_from_start-advantage:hover {
    background-color: transparent;
}
.subscr_from_start-advantage_img img {
    width: 170px;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.subscr_from_start-advantage_text {
    padding: 25px 25px 25px 20px;
}
.subscr_from_start-advantage_text h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 20px;
}
.subscr_templates-image_content {
    position: relative;
}
.subscr_templates-image_container {
    position: absolute;
    opacity: 0;
    height: 100%;
    width: 100%;
    border: 2px solid #19bf4a;
    border-radius: 15px;
    transition: opacity 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    z-index: 1;
    overflow: hidden;
}
.subscr_templates-image_container.active {
    opacity: 1;
    z-index: 2;
}
.subscr_templates-image_container-header {
    width: 100%;
    height: 70px;
    background-color: #181818;
    padding: 15px 23px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.subscr_templates-image_container-header p {
    font-size: 30px;
    line-height: 35px;
    color: #f2f2f2;
    font-weight: 200;
}
.subscr_templates-image_container-header a {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #f2f2f2;
    padding: 5px 15px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}
.subscr_templates-image_container-header a:hover {
    background: #fff;
    text-decoration: none;
    color: #181818;
}
.subscr_templates-image_container-header a svg {
    stroke: #f2f2f2;
    transition: all 0.3s ease-in-out;
}
.subscr_templates-image_container-header a:hover svg {
    stroke: #181818;
}
.subscr_templates-image_container-header svg {
    height: 13px;
    width: 13px;
    margin-left: 10px;
}
.subscr_templates-image_container-image {
    height: 100%;
    overflow: hidden;
}
.subscr_templates-image_container-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: object-position 4s ease-in-out;
}
.subscr_templates-image_container-image:hover img {
    object-position: bottom center;
}
.subscr_templates-text {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 70px;
}
.subscr_templates h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
}
.subscr_templates-templates_container {
    margin-bottom: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.subscr_templates-templates_container p {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 100%;
    border-radius: 15px;
    background: #F2F2F2;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    cursor: pointer;
    transition: background 0.5s ease-in-out;
}
.subscr_templates-templates_container p:hover {
    background: #dadada;
}
.subscr_templates-templates_container p.active {
    font-weight: 700;
    background: #19BF4A;
    color: #f2f2f2;
    pointer-events: none;
}
.subscr_templates .subscr_create_store-go_to_prices {
    margin-bottom: 0;
}
.subscr_create_store_adv {
    position: relative;
    overflow: hidden;
    background-color: #181818;
    background-image: url("/templates/solo/images/subscr_page/crown_background.png");
    background-position: center center;
}
.subscr_create_store_adv-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.subscr_create_store_adv-text {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    color: #ffffff;
}
.subscr_create_store_adv-text span {
    color: #19BF4A;
}
.subscr_create_store_adv-btn {
    border: none;
    min-height: 63px;
    width: 280px;
    padding: 10px 35px !important;
    margin: 0 0 0 0;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}
.subscr_create_store_adv-one_min {
    width: 160px;
    border-left: 1px solid rgba(255, 255, 255, 0.35);
    border-right: 1px solid rgba(255, 255, 255, 0.35);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}
.subscr_create_store_adv-one_min svg {
    min-width: 15px;
    min-height: 20px;
    margin-right: 10px;
}
.subscr_create_store_adv-one_min p {
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    margin: 0;
}
.subscr_marketing .subscr_header {
    margin: 0 0 70px;
}
.subscr_marketing-instruments {
    display: flex;
}
.subscr_marketing-instruments .column {
    width: 50%;
    display: flex;
    flex-direction: column;
}
.subscr_marketing-instruments .column:first-of-type .subscr_marketing-instrument {
    margin-right: 10px;
}
.subscr_marketing-instruments .column:last-of-type .subscr_marketing-instrument {
    margin-left: 10px;
}
.subscr_marketing-instrument {
    position: relative;
    padding: 0 0 0 37px;
    margin-bottom: 40px;
}
.subscr_marketing-instruments .column .subscr_marketing-instrument:last-of-type {
    margin-bottom: 0;
}
.subscr_marketing-instrument svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 27px;
    height: 27px;
}
.subscr_marketing-instrument h3 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
}
.subscr_marketing-image_content {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.subscr_marketing-image_content img {
    max-width: 100%;
    width: 100%;
    object-fit: contain;
}
.subscr_integrations .subscr_header {
    margin-bottom: 70px;
}
.integration_img {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 0 0 0;
}
.integration_img .item_container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}
.integration_img .item {
    width: 100%;
    height: 60px;
    background-color: #F2F2F2;
    border-radius: 15px;
}
.subscr_create_store_second-adv-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.subscr_create_store_second-adv-container .subscr_header {
    text-align: center;
    margin-bottom: 55px;
    color: #ffffff;
}
.subscr_create_store_second-adv-container .subscr_header span {
    color: #FDDD31;
}
.subscr_create_store_second-adv-container p {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 55px;
    color: #ffffff;
}
.subscr_create_store_second-adv-container div {
    display: flex;
    align-items: center;
}
.subscr_create_store_second-adv-container .subscr_create_store_adv-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 20px 0 0;
    text-align: left;
}
.subscr_create_store_second-adv-container .subscr_create_store_adv-text span {
    color: #19BF4A;
}
.subscr_prices .subscr_header {
    text-align: center;
    margin-bottom: 45px;
}
.subscr_prices-rent_container {
    margin-bottom: 20px;
}
.subscr_prices-descr {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 55px;
}
.subscr_prices-descr span {
    font-weight: 500;
}
.subscr_prices-plan {
    position: relative;
    width: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    background-color: #fff;
    border: 2px solid #19BF4A;
    margin: 0 auto 20px;
}
.subscr_prices-plan .decorative_block {
    position: absolute;
    width: 50%;
    height: 100%;
    border-radius: 12px;
    background-color: #19BF4A;
    left: 0;
    transform: translateX(0);
    z-index: 1;
    transition: all 0.5s ease-in-out;
}
.subscr_prices-plan .decorative_block.to_right {
    transform: translateX(100%);
}
.subscr_prices-plan button {
    width: 50%;
    color: #181818;
    padding: 20px 25px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    border-radius: 13px;
    transition: all 0.5s ease-in-out;
    border: none;
    background-color: transparent;
    z-index: 2;
}
.subscr_prices-plan button.active {
    color: #fff;
    pointer-events: none;
}
.subscr_prices .rent_block {
    display: none !important;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}
.subscr_prices .rent_block.active {
    display: grid !important;
}
.subscr_prices .rent-block-col {
    background: #f2f2f2;
    border-radius: 15px;
    padding: 35px;
}
.subscr_prices .rent-block-col .item {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.subscr_prices .rent-block-col .packet_name {
    position: relative;
    font-size: 28px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 10px;
    width: fit-content;
}
.subscr_prices .rent-block-col .packet_name:after {
    position: absolute;
    content: '*';
    color: #19BF4A;
    font-size: 28px;
    font-weight: 400;
    line-height: 35px;
    right: -15px;
    top: 0;
}
.subscr_prices .rent-block-col .packet_text {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 35px;
}
.subscr_prices .rent-block-col .packet_text span,
.subscr_prices .rent-block-col .packet_pro_first span {
    color: #19BF4A;
}
.subscr_prices .rent-block-col .packet_price {
    font-size: 32px;
    font-weight: 700;
    line-height: 47px;
    margin-bottom: 40px;
}
.subscr_prices .rent-block-col .packet_price .per_month {
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
}
.subscr_prices .rent-block-col .packet_pro_first p {
    margin-bottom: 20px;
}
.subscr_prices .rent-block-col .packet_pro_first .link_to_pro {
    color: #19BF4A;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-decoration-line: underline;
    margin-bottom: 0;
    cursor: pointer;
}
.subscr_prices .rent-block-col .packet_pro_first .link_to_pro:hover {
    color: #159a3c;
    text-decoration: none;
}
.subscr_prices .rent-block-col .subscr_create_store_adv-btn {
    font-size: 16px;
}
.subscr_prices .rent-block-col .packet_list {
    margin-bottom: 40px;
    padding-left: 23px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}
.subscr_prices .rent-block-col .packet_list li {
    position: relative;
    margin-bottom: 15px;
}
.subscr_prices .rent-block-col .packet_list li:before {
    position: absolute;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='15' viewBox='0 0 16 15' fill='none'%3E%3Cpath d='M15.5 7.5C15.5 11.6421 12.1421 15 8 15C3.85786 15 0.5 11.6421 0.5 7.5C0.5 3.35786 3.85786 0 8 0C12.1421 0 15.5 3.35786 15.5 7.5Z' fill='%2319BF4A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.7071 4.29289C13.0976 4.68342 13.0976 5.31658 12.7071 5.70711L7.20711 11.2071C6.81658 11.5976 6.18342 11.5976 5.79289 11.2071L2.79289 8.20711C2.40237 7.81658 2.40237 7.18342 2.79289 6.79289C3.18342 6.40237 3.81658 6.40237 4.20711 6.79289L6.5 9.08579L11.2929 4.29289C11.6834 3.90237 12.3166 3.90237 12.7071 4.29289Z' fill='white'/%3E%3C/svg%3E");
    top: 2px;
    left: -23px;
    width: 15px;
    height: 15px;
}
.subscr_prices .rent-block-col .packet_list li.plus:before {
    content: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.50244 7.49609L11.4998 7.49966' stroke='%2319BF4A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.00293 4L7.99936 10.9973' stroke='%2319BF4A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.subscr_prices-compare {
    height: 120px;
    padding: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f2f2f2;
    border-radius: 15px;
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
}
.subscr_prices-compare p {
    margin-right: 50px;
}
.subscr_prices-compare_btn {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
.subscr_clients .subscr_header {
    margin-bottom: 55px;
    text-align: center;
}
.subscr_reviews .comment_link a:hover {
    color: #159a3c;
}
#modal_subscr_info .modal-header {
    display: block;
}
#modal_subscr_info .modal-header .close {
    width: 26px;
    height: 26px;
    background: #19BF4A;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    top: 28px;
}
#modal_subscr_info .modal-header .close svg {
    margin: 0;
}
.modules_block .modules_table {
    border-radius: 0 0 15px 15px;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #ffffff;
}
.modules_block .modules_table:first-of-type {
    max-height: none;
    border-radius: 15px 15px 0 0;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: #181818;
}

.modules_block .modules_table::-webkit-scrollbar { width: 6px; height: 6px; }
.modules_block .modules_table::-webkit-scrollbar-button {  height: 0; }
.modules_block .modules_table::-webkit-scrollbar-track {  background-color: transparent; opacity: 0; margin: 0 7px 7px; }
.modules_block .modules_table::-webkit-scrollbar-track-piece { background-color: transparent; opacity: 0; margin: 0 7px 7px; }
.modules_block .modules_table::-webkit-scrollbar-thumb { height: 50px; background-color: #19BF4A; border-radius: 3px; margin: 0 7px 7px; }
.modules_block .modules_table::-webkit-scrollbar-corner {  background-color: transparent; opacity: 0; margin: 0 7px 7px; }
.modules_block .modules_table::-webkit-resizer {  background-color: transparent; opacity: 0; margin: 0 7px 7px; }

.modules_block .modules_table .module_category_heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 27px 10px 25px;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    border-bottom: 1px solid rgba(242, 242, 242, 0.25);
    height: 100%;
    width: 100%;
    background: #181818;
    color: #fff;
    cursor: pointer;
    transition: color 1s ease-in-out;
    z-index: 5;
    position: relative;
}
.modules_block .modules_table .module_category_heading.active {
    color: #19BF4A;
}
.modules_block .modules_table .module_category_heading svg {
    width: 13px;
    height: 13px;
    min-width: 13px;
    min-height: 13px;
    margin-left: 20px;
    stroke: #ffffff;
    transition: all 1s ease-in-out;
    z-index: 5;
    position: relative;
}
.modules_block .modules_table .module_category_heading.active svg {
    stroke: #19BF4A;
    transform: rotateZ(90deg);
}
.modules_block .modules_table .module_category_modules {
    min-width: 100%;
}
.modules_block .modules_table .row_cell {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    background: #fff;
    min-height: 50px;
    font-size: 18px;
    line-height: 22px;
}
.modules_block .modules_table .row_cell .col:first-of-type,
.modules_block .modules_table .row_cell a {
    font-size: 15px;
    line-height: 20px;
    color: #181818;
    font-weight: 300;
}
.modules_block .modules_table .row_cell.head {
    background: #181818;
}
.modules_block .modules_table .row_cell.head .col:first-of-type,
.modules_block .modules_table .row_cell.head .col,
.modules_block .modules_table .row_cell.head .col .col_packet_name {
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}
.modules_block .modules_table .row_cell .col {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    border-right: 1px solid rgba(24, 24, 24, 0.25);
    border-top: 1px solid rgba(24, 24, 24, 0.25);
    height: 100%;
    width: 100%;
}
.modules_block .modules_table .row_cell .col:first-of-type {
    justify-content: space-between;
    padding: 10px 25px;
    text-align: left;
    grid-column: 1/5;
}
.modules_block .modules_table .row_cell .col:last-of-type {
    border-right: none;
}
.subscr_plan_price span {
    color: #19BF4A;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}
.price-search-name-flex {
    display: flex;
    align-items: center;
}
.price-search-name-flex span {
    margin-right: 13px;
}
.price-search-name-flex input {
    margin: 0;
    background: #fff;
    border-radius: 15px;
    height: 28px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 5px 12px;
    width: 270px;
    max-width: 100%;
}
.price-search-name-flex input:focus {
    border-bottom: none;
}
.pricing_product_more svg {
    width: 14px;
    height: 18px;
    min-width: 14px;
    min-height: 18px;
    margin-right: 0;
}
@keyframes carousel-first {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-3125px);
    }
}
@keyframes carousel-second {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(3125px);
    }
}
@keyframes carousel-third {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-4500px);
    }
}
.subscr_clients .carosel_container {
    overflow: hidden;
}
.subscr_clients .carousel_first,
.subscr_clients .carousel_third {
    display: flex;
    width: fit-content;
    margin-bottom: 25px;
}
.subscr_clients .carousel_second {
    position: relative;
    height: 280px;
    margin-bottom: 80px;
}
.subscr_clients .carousel_third {
    margin-bottom: 0;
    position: relative;
    height: 100px;
    width: 100%;
}
.subscr_clients .carousel_third > div{
    display: flex;
    width: fit-content;
    position: absolute;
    left: 0;
}
.subscr_clients .carousel_second > div {
    display: flex;
    width: fit-content;
    position: absolute;
    right: 0;
}
.subscr_clients .item {
    height: 280px;
    width: 600px;
    border-radius: 15px;
    overflow: hidden;
    background-color: #f2f2f2;
    margin-right: 25px;
    animation: carousel-first 40s infinite linear;
}
.subscr_clients .carousel_first .item,
.subscr_clients .carousel_second .item {
    border: 2px solid #f2f2f2;
}
.subscr_clients .carousel_second .item {
    margin-right: 0;
    margin-left: 25px;
    animation: carousel-second 40s infinite linear;
}
.subscr_clients .carousel_third .item {
    width: 300px;
    padding: 25px 40px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    overflow: hidden;
    animation: carousel-third 50s infinite linear;
    background-color: #fff;
    margin-right: 0;
}
.subscr_clients .item a {
    display: block;
    height: 100%;
    width: 100%;
}
.subscr_clients .item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top center;
}
.subscr_clients .carousel_third .item img {
    max-width: 100%;
    max-height: 40px;
    object-fit: contain;
    object-position: center center;
}
.subscr_create_store_third-adv-container {
    display: flex;
    justify-content: space-between;
    color: #FFF;
    font-size: 24px;
    font-weight: 200;
    line-height: 28px;
}
.subscr_create_store_third-adv-container > div {
    display: flex;
    align-items: flex-end;
}
.subscr_create_store_third-adv-container .big_nums {
    font-size: 120px;
    font-weight: 700;
    color: #19BF4A;
    line-height: 100px;
    margin-right: 15px;
}
.subscr_reviews .subscr_header {
    margin: 0 0 20px;
}
.subscr_reviews-sub_header {
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 170px;
}
.subscr_reviews-socials {
    display: flex;
    gap: 0 15px;
    margin-bottom: 60px;
}
.subscr_reviews-socials:last-of-type {
    margin-bottom: 0;
}
.subscr_reviews-socials > div {
    width: 165px;
}
.subscr_reviews-socials p {
    font-size: 18px;
    font-weight: 700;
    line-height: 13px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.subscr_reviews-socials:last-of-type p {
    margin-bottom: 10px;
}
.subscr_reviews-logo {
    height: 43px;
}
.subscr_reviews-logo.google_logo {
    height: 57px;
    margin-bottom: 0;
}
.subscr_reviews-logo svg {
    height: 100%;
    width: auto;
    object-fit: contain;
}
.subscr_reviews-logo svg {
    height: 100%;
    width: auto;
    object-fit: contain;
}
.subscr_reviews-socials > .subscr_reviews-socials_rate {
    width: 160px;
    height: 70px;
    background: #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 15px;
}
.subscr_reviews-socials_rate > div {
    height: 16px;
    margin-bottom: 10px;
}
.subscr_reviews-socials_rate > a {
    color: #181818;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
    margin-bottom: 0;
}
.subscr_reviews-socials_rate > a:hover {
    text-decoration-line: none;
}
.subscr_reviews .item {
    padding: 1px;
}
.subscr_reviews .comment {
    padding: 35px;
    background: #f2f2f2;
    border-radius: 15px;
    margin-bottom: 20px;
}
.subscr_reviews .comment_img-container {
    min-height: 100%;
    margin-bottom: 100px;
    width: 90px;
    min-width: 90px;
    margin-right: 25px;
    float: left;
}
.subscr_reviews .comment_img-container img {
    height: 90px;
    width: 90px;
    object-fit: cover;
    background-color: #f2f2f2;
}
.subscr_reviews .comment_name {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 15px;
}
.subscr_reviews .comment_rate {
    height: 16px;
    margin-bottom: 15px;
}
.subscr_reviews .comment_rate svg {
    fill: #FDDD31;
}
.subscr_reviews .comment_comment {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 15px;
    height: 70px;
}
.subscr_reviews .comment_link a {
    opacity: 1 !important;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #19BF4A;
    display: flex;
    align-items: center;
}
.subscr_reviews .comment_link a svg {
    height: 14px;
    margin-left: 10px;
}
.subscr_reviews .owl-theme .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.subscr_reviews .owl-carousel .owl-nav [class*=owl-],
.subscr_from_start-advantages_row.owl-carousel .owl-nav [class*=owl-],
.subscr_integrations .owl-carousel .owl-nav [class*=owl-],
.subscr_prices .owl-carousel .owl-nav [class*=owl-] {
    width: 50px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    background-color: #19bf4a;
    transition: all 0.3s ease-in-out;
    margin: 0;
}
.subscr_reviews .owl-carousel .owl-nav [class*=owl-].disabled,
.subscr_from_start-advantages_row.owl-carousel .owl-nav [class*=owl-].disabled,
.subscr_integrations .owl-carousel .owl-nav [class*=owl-].disabled,
.subscr_prices .owl-carousel .owl-nav [class*=owl-].disabled {
    opacity: 0.5;
    pointer-events: none;
}
.subscr_reviews .owl-carousel .owl-nav [class*=owl-]:hover,
.subscr_from_start-advantages_row.owl-carousel .owl-nav [class*=owl-]:hover,
.subscr_integrations .owl-carousel .owl-nav [class*=owl-]:hover,
.subscr_prices .owl-carousel .owl-nav [class*=owl-]:hover {
    background-color: #159a3c;
}
.subscr_reviews .owl-carousel .owl-item a,
.subscr_from_start-advantages_row.owl-carousel .owl-item a,
.subscr_integrations .owl-carousel .owl-item a,
.subscr_prices .owl-carousel .owl-item a {
    opacity: 1;
    display: inline-block;
}
.subscr_from_start-advantages_row.owl-carousel .owl-nav,
.subscr_integrations .owl-carousel .owl-nav,
.subscr_prices .owl-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.subscr_reviews .owl-carousel .owl-nav .carousel_counter,
.subscr_from_start-advantages_row.owl-carousel .owl-nav .carousel_counter,
.subscr_integrations .owl-carousel .owl-nav .carousel_counter,
.subscr_prices .owl-carousel .owl-nav .carousel_counter {
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
}
.subscr_reviews .owl-carousel .owl-nav .carousel_counter span,
.subscr_from_start-advantages_row.owl-carousel .owl-nav .carousel_counter span,
.subscr_integrations .owl-carousel .owl-nav .carousel_counter span,
.subscr_prices .owl-carousel .owl-nav .carousel_counter span {
    color: #19BF4A;
}
.subscr_create_store_adv_forth {
    background-color: transparent;
    background-image: none;
}
.subscr_create_store_adv_forth > .row{
    display: flex;
    align-items: flex-end;
}
.subscr_create_store_adv_forth .subscr_header {
    margin-bottom: 40px;
}
.subscr_create_store_adv_forth-text {
    font-size: 24px;
    line-height: 28px;
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}
.subscr_create_store_adv_forth-text svg {
    margin-right: 10px;
}
.subscr_create_store_adv_forth-img {
    padding-left: 45px !important;
}
.subscr_create_store_adv_forth img {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    object-fit: contain;
}
.subscr_solutions .subscr_header {
    margin: 0 0 35px;
}
.subscr_solutions-container {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}
.subscr_solutions .solution {
    background: #181818;
    border-radius: 15px;
    padding: 40px 50px 40px 35px;
}
.subscr_solutions .solution_img_container {
    width: 75px;
    min-width: 75px;
    margin-right: 30px;
    float: left;
}
.subscr_solutions .solution h3 {
    margin: 0 0 30px;
    font-size: 24px;
    font-weight: 200;
    line-height: 28px;
    height: 85px;
    color: #fff;
}
.subscr_solutions .subscr_solutions-btn {
    width: calc(100% - 105px);
    margin: 0 0 0 105px;
    border-color: #fff;
    color: #fff;
}
.subscr_solutions .subscr_solutions-btn:hover {
    background-color: #fff;
    color: #181818;
}
.subscr_solutions .subscr_solutions-btn svg {
    stroke: #fff;
    height: 13px;
    width: 13px;
    min-width: 13px;
    min-height: 14px;
}
.subscr_solutions .subscr_solutions-btn:hover svg{
    stroke: #181818;
}
.subscr_questions {
    background-color: #181818;
}
.subscr_questions .subscr_header {
    margin-bottom: 45px;
    color: #fff;
}
.subscr_questions-container {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}
.subscr_questions-container > div {
    background-color: #fff;
    border-radius: 15px;
    height: fit-content;
}
.subscr_questions-question {
    padding: 20px;
    background-color: #fff;
    border-radius: 15px;
    transition: all 1s ease-in-out;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.subscr_questions-question svg {
    width: 13px;
    height: 13px;
    min-width: 13px;
    min-height: 13px;
    margin-left: 20px;
    stroke: #181818;
    transition: all 1s ease-in-out;
}
.subscr_questions-question.active {
    background-color: #19BF4A;
    color: #fff;
}
.subscr_questions-question.active svg {
    stroke: #fff;
}
.subscr_questions-answer {
    display: none;
    width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 20px;
    padding-bottom: 20px;
}
.subscr_questions-answer ul {
    list-style: disc;
    padding-left: 20px;
}
.subscr_questions-answer ol {
    padding-left: 20px;
}
.subscr_questions-answer p {
    margin-bottom: 20px;
}
.subscr_questions-answer p,
.subscr_questions-answer li {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}
.subscr_questions-answer p:last-of-type {
    margin-bottom: 0;
}
#modal_subscr_info {
    overflow: hidden;
}
#modal_subscr_info .modal-dialog {
    max-width: 950px;
}
#modal_subscr_info .modal-dialog,
#modal_subscr_info .modal-content,
#modal_subscr_info .modal-body,
#modal_subscr_info .modules_block,
#modal_subscr_info .modules_block > .container {
    height: 100%;
}
#modal_subscr_info .modules_block .modules_table {
    max-height: calc(100% - 130px);
}
header.navbar-fixed-top {
    background-color: #fff;
}
.header_navbar .logo {
    background-image: url("/templates/solo/images/logo-svg-black.svg") !important;
}
.header-icons .language_select-top span {
    margin-right: 5px;
}
.language_select-top>.dropdown-menu {
    min-width: 50px;
}
.header_navbar .top_menu_item a,
.header-icons .language_select-top span,
.header-icons .currency_select-top span {
    color: #181818;
}
.header_navbar .login_logout_select-top svg *,
.header-icons .language_select-top svg {
    fill: #181818;
}
.subscr_prices.container .subscr_prices-nav {
    display: none;
}
.subscr_prices .subscr_prices-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}
.subscr_prices .subscr_prices-nav button {
    background-color: #F2F2F2;
    border: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #181818;
    border-radius: 15px;
    padding: 8px;
    min-width: 80px;
}
.subscr_prices .subscr_prices-nav button.active {
    background-color: #19BF4A;
    color: #f2f2f2;
}
.subscr_page-header {
    background-color: #fff;
    padding: 0 0 0 0;
    z-index: 1030;
    max-width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}
.subscr_page-header > .container {
    padding-top: 20px;
    padding-bottom: 20px;
}
.subscr_page-header_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.subscr_page-header_container > div {
    display: flex;
    justify-content: flex-end;
    align-items: end;
}
.subscr_page-header_container a.logo {
    margin: 0;
}
.subscr_page-header_container .language_select,
.subscr_page-header_container .currency_select {
    color: #181818;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    margin-right: 45px;
    text-transform: capitalize;
}
.subscr_page-header_container .language_select {
    margin-right: 40px;
    text-transform: capitalize;
}
.subscr_page-header_container .language_select svg,
.subscr_page-header_container .language_select .caret,
.subscr_page-header_container .currency_select .caret {
    display: none;
}
.subscr_page-header_container .dropdown-menu {
    left: -15px;
    min-width: 50px;
    background-color: #f3f3f3;
}
.subscr_page-header_container .dropdown-menu li a,
.subscr_page-header_container .dropdown-menu li span {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.subscr_page-header_container #open_new_menu_btn {
    width: 40px;
    height: 21px;
}
.new_mobile_menu {
    top: 66px;
    width: 100%;
    max-width: 100%;
    height: calc(100vh - 56px - 66px);
    background-color: #fff;
    transform: translateX(-100%);
    z-index: 10;
    transition: all .3s;
    overflow-y: auto;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%' height='272' viewBox='0 0 360 272' fill='none' preserveAspectRatio='none'%3E%3Cpath d='M-15 18L375 0V321H-15V18Z' fill='%23FDDD31'/%3E%3C/svg%3E");
    background-size: 100% 275px;
    background-repeat: no-repeat;
    background-position: bottom;
}
.new_mobile_menu .mobile_menu-body {
    position: relative;
    min-height: calc(100% - 64px - 66px);
}
.new_mobile_menu * {
    color: #181818 !important;
}
.new_mobile_menu .mobile_menu-header,
.new_mobile_menu .new_mob_menu-right {
    display: none;
}
.new_mob_menu-left ul {
    background: rgba(24, 24, 24, 0.05);
}
.rent_block.owl-loaded .owl-stage {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.rent_block.owl-loaded .owl-item {
    display: flex;
    flex-direction: column;
}
.rent_block.owl-loaded .rent-block-col {
    height: 100%;
    margin-bottom: 0;
}
.pricing_product_more_info svg {
    fill: #aaa;
    top: 3px;
}

#modal_subscr_info .modules_table .row_cell.head .col,
#modal_subscr_info #modules_table,
#modal_subscr_info #modules_info,
#modal_subscr_info .lds-default {
    transition: opacity 0.3s ease-in-out;
}
#modal_subscr_info.module_info_opened #modules_table,
#modal_subscr_info.module_info_opened .modules_table .row_cell.head .col {
    opacity: 0;
    cursor: default;
    pointer-events: none;
}
#modal_subscr_info #modules_info {
    opacity: 0;
}
#modal_subscr_info #modules_info.active {
    opacity: 1;
}
#modal_subscr_info #modules_info .back_to_modules {
    position: absolute;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    top: 45px;
    left: 52px;
    cursor: pointer;
}
#modal_subscr_info #modules_info .back_to_modules svg {
    width: 13px;
    height: 13px;
    min-width: 13px;
    min-height: 13px;
    margin-right: 20px;
    stroke: #ffffff;
}
#modal_subscr_info #modules_info .module_modal {
    max-width: 100%;
    margin: 0;
    padding: 30px;
}
#modal_subscr_info #modules_info .module_modal * {
    color: #000;
}
#modal_subscr_info #modules_info .module_modal img {
    margin-top: 20px;
    margin-bottom: 20px;
}
#modal_subscr_info .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -40px -40px;
}
.lds-default {
    color: #19BF4A;
    opacity: 0;
}
.lds-default.active {
    opacity: 1;
}
.lds-default,
.lds-default div {
    box-sizing: border-box;
}
.lds-default {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-default div {
    position: absolute;
    width: 6.4px;
    height: 6.4px;
    background: currentColor;
    border-radius: 50%;
    animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
    animation-delay: 0s;
    top: 36.8px;
    left: 66.24px;
}
.lds-default div:nth-child(2) {
    animation-delay: -0.1s;
    top: 22.08px;
    left: 62.29579px;
}
.lds-default div:nth-child(3) {
    animation-delay: -0.2s;
    top: 11.30421px;
    left: 51.52px;
}
.lds-default div:nth-child(4) {
    animation-delay: -0.3s;
    top: 7.36px;
    left: 36.8px;
}
.lds-default div:nth-child(5) {
    animation-delay: -0.4s;
    top: 11.30421px;
    left: 22.08px;
}
.lds-default div:nth-child(6) {
    animation-delay: -0.5s;
    top: 22.08px;
    left: 11.30421px;
}
.lds-default div:nth-child(7) {
    animation-delay: -0.6s;
    top: 36.8px;
    left: 7.36px;
}
.lds-default div:nth-child(8) {
    animation-delay: -0.7s;
    top: 51.52px;
    left: 11.30421px;
}
.lds-default div:nth-child(9) {
    animation-delay: -0.8s;
    top: 62.29579px;
    left: 22.08px;
}
.lds-default div:nth-child(10) {
    animation-delay: -0.9s;
    top: 66.24px;
    left: 36.8px;
}
.lds-default div:nth-child(11) {
    animation-delay: -1s;
    top: 62.29579px;
    left: 51.52px;
}
.lds-default div:nth-child(12) {
    animation-delay: -1.1s;
    top: 51.52px;
    left: 62.29579px;
}
@keyframes lds-default {
    0%, 20%, 80%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
}

@media (max-width: 1199px) {
    .subscr_create_store_third-adv-container .big_nums {
        font-size: 100px;
        line-height: 80px;
    }
    .subscr_create_store-advantages {
        flex-direction: column;
    }
    .subscr_create_store-advantage {
        width: 100%;
        margin-bottom: 20px;
    }
    .subscr_create_store-advantage p {
        padding: 18px;
        font-size: 16px;
    }
    .subscr_create_store-advantage p span.defis {
        display: none;
    }
    .subscr_create_store-advantage br {
        display: none;
    }
    .subscr_solutions .solution_img_container {
        width: 68px;
        min-width: 68px;
        margin-right: 25px;
        margin-bottom: 36px;
    }
    .subscr_solutions .solution h3 {
        font-size: 16px;
        font-weight: 200;
        line-height: 20px;
        height: fit-content;
        margin-bottom: 37px;
    }
    .subscr_solutions .subscr_solutions-btn {
        margin: 0 0 0 0;
        max-width: 100%;
        width: 100%;
    }
    .subscr_solutions .subscr_solutions-btn svg {
        margin-left: 30px;
    }
    .subscr_reviews .comment_comment {
        height: auto;
    }
    .subscr_create_store_third-adv-container .big_nums {
        font-size: 80px;
        line-height: 60px;
        margin-bottom: 15px;
    }
    .subscr_from_start-advantages_row {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(4, 1fr);
    }
    .subscr_create_store_adv-container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .subscr_create_store_adv-text {
        margin-bottom: 25px;
        text-align: center;
    }
    .subscr_create_store_adv-one_min {
        margin-bottom: 30px;
    }
    .price-search-name-flex {
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }
    .subscr_integrations .owl-carousel .owl-nav {
        justify-content: center;
    }
    .subscr_integrations .owl-carousel .owl-nav .owl-prev {
        position: relative;
        right: 64px;
    }
    .subscr_integrations .owl-carousel .owl-nav .owl-next {
        position: relative;
        left: 64px;
    }
    #modal_subscr_info #modules_info .back_to_modules {
        position: absolute;
        top: 50px;
        left: 67px;
    }
}
@media (min-width: 992px) {
    .subscr_prices.container-fluid .row,
    .subscr_prices.container-fluid .owl-nav{
        margin-left: auto;
        margin-right: auto;
        width: 970px;
    }
    .subscr_prices.container-fluid .row:nth-of-type(3) {
        width: 100%;
    }
}
@media (max-width: 991px) {
    .modules_block .modules_table .row_cell {
        grid-template-columns: repeat(7, 1fr);
    }
    .modules_block .modules_table .row_cell .col:first-of-type {
        grid-column: 1 / 4;
    }
    .modules_block .modules_table .row_cell.price_row .col {
        padding: 10px 10px;
    }
    .modules_block .modules_table .row_cell.price_row .col:first-of-type {
        padding: 10px 20px;
    }
}
@media (min-width: 769px) {
    .subscr_prices .rent-block-col:last-of-type {
        background: #181818;
        color: #ffffff;
    }
    .subscr_prices .rent-block-col:last-of-type .packet_name:after {
        display: none;
    }
    .subscr_integrations .integration_img {
        display: flex !important;
    }
    .subscr_from_start-advantages_row {
        display: grid !important;
    }
    .subscr_welcome-image_content {
        display: flex;
    }
    .integration_img.owl-carousel .owl-stage-outer {
        width: 100%;
    }
    .subscr_from_start-advantages_row.owl-loaded,
    .subscr_prices-rent_container .rent_block.active.owl-loaded {
        display: block !important;
    }
    .subscr_prices.container-fluid .owl-item .subscr_prices .rent-block-col {
        margin-bottom: 0;
    }
    .subscr_prices.container-fluid .owl-stage-outer {
        margin-bottom: 35px;
    }
}
@media (max-width: 768px) {
    .subscr_container .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
    .subscr_welcome > .row {
        flex-direction: column;
    }
    .subscr_welcome-header {
        font-size: 39px;
        line-height: 45px;
        margin: 0 0 30px;
    }
    .subscr_welcome-subheader {
        font-size: 17px;
        font-weight: 200;
        line-height: 25px;
        margin-bottom: 25px;
    }
    .subscr_welcome-pro_add {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        margin-bottom: 25px;
    }
    .subscr_welcome-create_try {
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;
        flex-direction: column;
        width: 100%;
    }
    .subscr_welcome-btn {
        width: 100% !important;
        margin: 0 0 20px 0;
    }
    .subscr_welcome-free_add br,
    .subscr_create_store_adv-text br,
    .subscr_integrations .subscr_header br,
    .subscr_prices .subscr_header br,
    .subscr_create_store_third-adv-container > div br,
    .subscr_reviews-sub_header br {
        display: none;
    }
    .subscr_welcome-text_content {
        padding: 70px 0 0;
    }
    .subscr_create_store {
        padding: 50px 20px 40px !important;
    }
    .subscr_create_store > .row {
        flex-direction: column-reverse;
    }
    .subscr_create_store-text_content ul li {
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 300;
        line-height: 20px;
    }
    .subscr_create_store-text_content ul li:before {
        top: 3px;
    }
    .subscr_create_store-text_content ul {
        margin-bottom: 10px;
    }
    .subscr_header {
        font-size: 20px !important;
        font-weight: 700;
        line-height: 25px;
    }
    .subscr_create_store-go_to_prices,
    .subscr_solutions-btn {
        margin-bottom: 30px;
    }
    .subscr_create_store-advantages {
        margin-bottom: 10px;
    }
    .subscr_create_store-advantage p {
        padding: 30px 18px;
    }
    .subscr_create_store-image_content > div {
        height: 370px;
        padding: 40px 0;
    }
    .subscr_create_store-image_container {
        width: 155px;
        height: 290px;
    }
    .subscr_create_store-image_content .owl-stage {
        min-height: 290px;
    }
    .subscr_from_start > .container,
    .subscr_templates,
    .subscr_create_store_adv > .container,
    .subscr_marketing,
    .subscr_integrations,
    .subscr_prices.container,
    .subscr_clients,
    .subscr_reviews,
    .subscr_create_store_adv_forth,
    .subscr_solutions,
    .subscr_questions {
        padding: 40px 20px 40px !important;
    }
    .subscr_from_start-subheader {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 30px;
    }
    .subscr_from_start-advantage_img {
        margin: 20px 0 20px 0;
    }
    .subscr_from_start-advantages_row {
        display: block;
    }
    .subscr_from_start-advantages_row > div:first-of-type > .subscr_from_start-advantage,
    .subscr_from_start-advantages_row > div:last-of-type > .subscr_from_start-advantage {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 0;
    }
    .subscr_templates-text_content .subscr_header {
        margin-bottom: 15px;
    }
    .subscr_templates-text {
        margin-bottom: 40px;
        font-size: 16px;
    }
    .subscr_templates h3 {
        font-weight: 700;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .subscr_templates-templates_container {
        margin-bottom: 30px;
        grid-template-columns: repeat(2, 1fr);
    }
    .subscr_create_store_adv-text {
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
    }
    .subscr_create_store_adv-one_min {
        width: auto;
    }
    .subscr_create_store_adv-one_min p {
        font-size: 17px;
        font-weight: 200;
    }
    .subscr_create_store_adv {
        background-image: url("/templates/solo/images/subscr_page/crown_background_mobile.png");
    }
    .subscr_marketing .subscr_header {
        margin-bottom: 30px;
    }
    .subscr_marketing-text_content {
        margin-bottom: 10px;
    }
    .subscr_marketing-instruments {
        flex-direction: column;
    }
    .subscr_marketing-instruments .column {
        width: 100%;
        margin-bottom: 20px;
    }
    .subscr_marketing-instrument {
        margin-bottom: 20px;
    }
    .subscr_marketing-instrument h3 {
        font-size: 16px;
        line-height: 22px;
    }
    .subscr_marketing-instruments .column:first-of-type .subscr_marketing-instrument,
    .subscr_marketing-instruments .column:last-of-type .subscr_marketing-instrument {
        margin-left: 0;
        margin-right: 0;
    }
    .subscr_integrations .subscr_header {
        margin-bottom: 30px;
    }
    .integration_img .item_container {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
    .subscr_integrations .owl-stage-outer {
        margin-bottom: 30px;
    }
    .subscr_prices.container-fluid {
        padding: 40px 0 40px !important;
    }
    .subscr_prices.container-fluid .row {
        padding: 0 20px !important;
    }
    .subscr_prices.container-fluid .row:nth-of-type(3) {
        padding: 0 0 !important;
    }
    .subscr_prices.container-fluid .owl-prev {
        position: relative;
        left: 20px;
    }
    .subscr_prices.container-fluid .owl-next {
        position: relative;
        right: 20px;
    }
    .subscr_prices .subscr_header {
        text-align: center;
        margin-bottom: 15px;
    }
    .subscr_prices-descr {
        font-size: 16px;
        font-weight: 300;
        line-height: 20px;
        margin-bottom: 30px;
    }
    .subscr_prices-plan {
        flex-direction: column;
        width: 100%;
        margin-bottom: 30px;
    }
    .subscr_prices-plan .decorative_block {
        width: 100%;
        height: 50%;
        top: 0;
        transform: translateY(0);
    }
    .subscr_prices-plan button {
        width: 100%;
    }
    .subscr_prices-plan .decorative_block.to_right {
        transform: translateY(100%);
    }
    .subscr_clients.container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .subscr_clients > .container {
        padding: 0 20px 0 20px !important;
    }
    .subscr_clients .subscr_header {
        margin-bottom: 25px;
    }
    @keyframes carousel-first {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-1625px);
        }
    }
    @keyframes carousel-second {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(1625px);
        }
    }
    @keyframes carousel-third {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-2100px);
        }
    }
    .subscr_clients .carousel_second {
        height: 140px;
        margin-bottom: 30px;
    }
    .subscr_clients .item {
        height: 140px;
        width: 300px;
        animation: carousel-first 30s infinite linear;
    }
    .subscr_clients .carousel_second .item {
        animation: carousel-second 30s infinite linear;
    }
    .subscr_clients .carousel_third {
        height: 45px;
    }
    .subscr_clients .carousel_third .item {
        width: 140px;
        padding: 5px 20px;
        height: 45px;
        animation: carousel-third 40s infinite linear;
    }
    .subscr_create_store_third-adv-container {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 40px;
    }
    .subscr_create_store_third-adv-container > div {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .subscr_create_store_third-adv-container .big_nums {
        margin-bottom: 15px;
        margin-right: 0;
    }
    .subscr_reviews-sub_header {
        font-size: 17px;
        line-height: 25px;
        margin: 0 0 35px;
    }
    .subscr_reviews-socials > .subscr_reviews-socials_rate {
        width: 140px;
    }
    .subscr_reviews-socials:last-of-type {
        margin-bottom: 30px;
    }
    .subscr_reviews .comment_img-container {
        min-height: auto;
        margin-bottom: 10px;
        width: 45px;
        min-width: 45px;
    }
    .subscr_reviews .comment_img-container img {
        height: 45px;
        width: 45px;
    }
    .subscr_reviews .comment_comment {
        margin-bottom: 0;
    }
    .subscr_reviews .owl-theme .owl-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 0;
    }
    .subscr_create_store_adv_forth > .row {
        display: block;
    }
    .subscr_create_store_adv_forth .subscr_header {
        margin-bottom: 20px;
    }
    .subscr_create_store_adv_forth-text {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 30px;
    }
    .subscr_create_store_adv_forth .subscr_welcome-create_try {
        margin-bottom: 40px;
    }
    .subscr_create_store_adv_forth-img {
        padding: 0 0 0 0 !important;
    }
    .subscr_solutions-container {
        display: block;
    }
    .subscr_solutions .solution {
        padding: 40px 20px 40px 20px;
        margin-bottom: 20px;
    }
    .subscr_solutions .solution:last-of-type {
        margin-bottom: 0;
    }
    .subscr_questions > .container {
        padding: 0 0 0 0 !important;
    }
    .subscr_questions .subscr_header {
        margin-bottom: 25px;
        color: #fff;
    }
    .subscr_questions-container {
        gap: 15px;
        grid-template-columns: repeat(1, 1fr);
    }
    .subscr_prices .rent_block.active {
        display: block !important;
    }
    .subscr_prices .owl-item .rent-block-col {
        height: 100%;
        margin-bottom: 0;
    }
    .subscr_prices .owl-item:last-of-type .rent-block-col {
        background: #181818;
        color: #ffffff;
    }
    .subscr_prices .owl-item:last-of-type .rent-block-col .packet_name:after {
        display: none;
    }
    .price-search-name-flex form,
    .price-search-name-flex input {
        width: 100%;
    }
    .modules_block .modules_table .row_cell {
        grid-template-columns: repeat(6, 1fr);
    }
    .modules_block .modules_table .row_cell .col:first-of-type{
        padding: 10px 15px;
        /*position: sticky;*/
        /*left: 0;*/
        background: #181818;
        grid-column: 1/3;
    }
    .modules_block #modules_table .row_cell .col:first-of-type{
        background: #ffffff;
    }
    .modules_block .modules_table .row_cell .col {
        padding: 10px 10px;
    }
    #modal_subscr_info .modal-header .close {
        right: 16px;
        top: 0;
    }
    .template_review .modal-dialog {
        margin-top: 20px !important;
    }
    .modules_block .modules_table .row_cell.head .col:first-of-type,
    .modules_block .modules_table .row_cell.head .col {
        font-size: 14px;
    }
    .modules_block .modules_table .row_cell .col:first-of-type,
    .modules_block .modules_table .row_cell a {
        font-size: 13px;
        line-height: 16px;
    }
    .modules_block .modules_table .module_category_heading {
        font-size: 16px;
        padding: 10px 0;
        display: grid;
        grid-template-columns: repeat(6, 1fr);
    }
    .modules_block .modules_table .module_category_heading .module_category_heading_name {
        grid-column: 1/3;
        padding: 0 15px;
        position: sticky;
        left: 0;
    }
    .modules_block .modules_table .module_category_heading .module_category_heading_svg {
        grid-column: 6;
        padding: 0 27px;
        display: flex;
        justify-content: flex-end;
    }
    .modules_block .subscr_plan_price span {
        font-size: 18px;
    }
    .modules_block .modules_table .module_category_modules {
        overflow-x: visible;
    }
    .subscr_prices-compare {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: auto;
        text-align: center;
        padding: 35px 30px;
    }
    .subscr_prices-compare p {
        font-size: 17px;
        font-weight: 500;
        line-height: 20px;
        margin: 0 0 25px;
    }
    .modules_block .modules_table .row_cell,
    .modules_block .modules_table .module_category_heading,
    .modules_block .modules_table .module_category_modules {
        min-width: 600px;
    }
    .modules_block .modules_table {
        overflow-x: auto;
    }
    .modules_block .modules_table:first-of-type {
        overflow-y: scroll;
    }
    .subscr_templates > .row {
        flex-direction: column-reverse;
    }
    .subscr_templates-image_content {
        height: 450px;
        margin-bottom: 30px;
    }
    #modal_subscr_info #modules_info .back_to_modules {
        top: 32px;
        left: 47px;
        font-size: 14px;
        line-height: 18px;
    }
    #modal_subscr_info #modules_info .module_modal {
        padding: 30px 15px;
    }
}
@media (max-width: 560px) {
    .subscr_from_start-advantage {
        flex-direction: column;
    }
    .subscr_from_start-advantage_img {
        margin: 0 0 0 0;
    }
    .subscr_from_start-advantage_img img {
        width: 100%;
        height: 155px;
    }
    .subscr_from_start-advantage_text {
        padding: 20px 0 20px 0;
    }
}
.module_modal .modules_image_container {
    position: relative;
    width: fit-content;
    min-width: 300px;
}
.module_modal .modules_image_container img {
    position: relative;
    background-color: #fff;
}
.module_modal .modules_image_container::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: calc(50% - 25px);
    width: 50px;
    aspect-ratio: 4;
    --_g: no-repeat radial-gradient(circle closest-side,#19BF4A 90%,#0000);
    background:
            var(--_g) 0%   50%,
            var(--_g) 50%  50%,
            var(--_g) 100% 50%;
    background-size: calc(100%/3) 100%;
    animation: l7 1s infinite linear;
}
@keyframes l7 {
    33%{background-size:calc(100%/3) 0%  ,calc(100%/3) 100%,calc(100%/3) 100%}
    50%{background-size:calc(100%/3) 100%,calc(100%/3) 0%  ,calc(100%/3) 100%}
    66%{background-size:calc(100%/3) 100%,calc(100%/3) 100%,calc(100%/3) 0%  }
}

/*------------------------BREADCRUMBS START------------------------*/
.breadcrumb_container {
    background-color: #fff;
}
.breadcrumb_container a:hover {
    color: #F8E342;
}
/*------------------------BREADCRUMBS END------------------------*/