@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);
}
body.pricing header {
    position: fixed;
}
body.pricing main {
    padding-top: 78px;
}
body.modal-open.add_scroll .navbar-fixed-top {
    width: 100%;
}
.modal .modal-dialog {
    width: auto;
    max-width: 950px;
}
.navbar {
    margin-bottom: 0;
}
.bg-green {
    background-color: #19BF4A;
}
.bg-yellow {
    background-color: #FCDC31;
}
.bg-dark {
    background-color: #181818;
}
br.mobile {
    display: none;
}
.pricelist_container .owl-carousel .owl-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}
.pricelist_container .owl-carousel .owl-nav .carousel_counter {
    display: none;
}
.pricelist_container .owl-carousel .owl-nav [class*=owl-] {
    width: 50px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    background-color: #19bf4a;
    transition: all 0.3s ease-in-out;
    margin: 0;
}
.pricelist_container .owl-carousel .owl-nav [class*=owl-].disabled {
    opacity: 0.5;
    pointer-events: none;
}
.pricelist_container .owl-carousel .owl-nav [class*=owl-]:hover {
    background-color: #159a3c;
}
.pricelist_container .owl-carousel .owl-item a {
    opacity: 1;
    display: inline-block;
}
.pricelist_container .owl-carousel .owl-nav .carousel_counter {
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
}
.pricelist_container .owl-carousel .owl-nav .carousel_counter span{
    color: #19BF4A;
}
.pricelist_container {
    color: #181818;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
}
section {
    padding: 80px 0;
}
.pricelist_header {
    font-size: 40px;
    font-weight: 700;
    line-height: 47px;
    margin: 0 0 55px;
}
.pricelist_header span {
    color: #19BF4A;
}
.pricelist_welcome {
    background-color: #181818;
}
.pricelist_welcome > .container > .row {
    display: flex;
}
.pricelist_welcome-text_content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.pricelist_welcome-sign {
    position: relative;
    font-weight: 400;
    line-height: 22px;
    font-size: 14px;
    letter-spacing: 0.84px;
    margin-bottom: 20px;
    color: #ffffff;
}
.pricelist_welcome-sign:before {
    position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #FDDD31;
}
.pricelist_welcome-header {
    font-size: 55px;
    font-weight: 700;
    line-height: 55px;
    margin: 0 0 60px;
    color: #ffffff;
}
.pricelist_welcome-header span {
    color: #19BF4A;
}
.pricelist_welcome-subheader {
    font-size: 30px;
    font-weight: 300;
    line-height: 35px;
    margin: 0 0 80px;
    color: #ffffff;
}
.pricelist_welcome-pro_add {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 40px;
    color: #ffffff;
}
.pricelist_welcome-pro_add svg {
    width: 32px;
    height: 42px;
    min-width: 32px;
    margin-right: 10px;
}
.pricelist_welcome-consult {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.pricelist_welcome-btn,
.pricelist_info-btn,
.pricelist_create_store_adv-btn,
.pricelist_order_result-btn,
.btn_choose_package {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: none;
    height: 63px;
    width: 280px;
    padding: 10px 15px !important;
    margin: 0 0 0 0;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    border-radius: 0;
    color: #ffffff;
    background: #19bf4a;
    transition: all 0.3s ease-in-out;
}
.pricelist_order_result-btn {
    margin: 0 0 0 auto;
}
.pricelist_welcome-btn:hover,
.pricelist_welcome-btn:focus,
.pricelist_create_store_adv-btn:hover,
.pricelist_create_store_adv-btn:focus,
.pricelist_order_result-btn:hover,
.pricelist_order_result-btn:focus,
.btn_choose_package:hover,
.btn_choose_package:focus {
    background: #159a3c;
    text-decoration: none;
    color: #fff;
}
.pricelist_info-btn {
    background: #fadb31;
    color: #181818!important;
}
.pricelist_info-btn:hover,
.pricelist_info-btn:focus {
    background: #fabb05;
    text-decoration: none;
    color: #fff;
}
.pricelist_welcome-btn {
    margin: 0 20px 0 0;
}
.pricelist_welcome-consult_add {
    color: #ffffff;
}
.pricelist_welcome-consult_add a {
    color: #19BF4A;
    text-decoration: underline;
    transition: all 0.3s;
}
.pricelist_welcome-consult_add a:hover {
    color: #159a3c;
    text-decoration: none;
}
.pricelist_welcome-image_content {
    overflow: hidden;
}
.pricelist_welcome-image_container {
    display: flex;
    height: 100%;
}
.pricelist_welcome-image_container img {
    max-width: 100%;
    width: 100%;
    object-fit: contain;
}
.pricelist_start {
    padding-bottom: 40px;
}
.pricelist_start .pricelist_header {
    margin-bottom: 65px;
}
.pricelist_start .pricelist_start-blocks {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.pricelist_start .pricelist_start-block {
    display: flex;
    width: 160px;
}
.pricelist_start .pricelist_start-block svg {
    width: 23px;
    min-width: 23px;
    margin-right: 15px;
}
.pricelist_start .pricelist_start-block p {
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
}
.pricelist_start .pricelist_start-block_container {
    display: flex;
    flex-wrap: wrap;
    background: #ffffff;
    box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.05);
}
.pricelist_start .pricelist_start-block_container .pricelist_start-block_img {
    display: flex;
    flex-direction: column;
}
.pricelist_start .pricelist_start-block_container .pricelist_start-block_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}
.pricelist_start .pricelist_start-block_container .pricelist_start-block_text {
    display: flex;
    flex-direction: column;
    padding: 50px 35px;
    font-size: 24px;
    font-weight: 300;
    line-height: 35px;
}
.pricelist_own_shop-row .owl-stage {
    display: flex;
}
.pricelist_own_shop-row .pricelist_own_shop-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #f2f2f2;
    width: 100%;
    height: 100%;
}
.pricelist_own_shop-row .pricelist_own_shop-block_header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #181818;
    width: 100%;
    padding: 0;
}
.pricelist_own_shop-row .pricelist_own_shop-block_header div {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #19BF4A;
}
.pricelist_own_shop-row .pricelist_own_shop-block_header h3 {
    width: calc(100% - 81px);
    color: #ffffff;
    margin: 0;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
}
.pricelist_own_shop-row .pricelist_own_shop-block_text {
    padding: 20px;
}
.pricelist_own_shop-row .pricelist_own_shop-block_text ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pricelist_own_shop-row .pricelist_own_shop-block_text li {
    position: relative;
    margin-bottom: 10px;
    padding: 0 0 0 25px;
}
.pricelist_own_shop-row .pricelist_own_shop-block_text li:last-of-type {
    margin-bottom: 0;
}
.pricelist_own_shop-row .pricelist_own_shop-block_text li::before {
    position: absolute;
    content: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 7.5C15 11.6421 11.6421 15 7.5 15C3.35786 15 0 11.6421 0 7.5C0 3.35786 3.35786 0 7.5 0C11.6421 0 15 3.35786 15 7.5Z' fill='%2319BF4A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.2071 4.29289C12.5976 4.68342 12.5976 5.31658 12.2071 5.70711L6.70711 11.2071C6.31658 11.5976 5.68342 11.5976 5.29289 11.2071L2.29289 8.20711C1.90237 7.81658 1.90237 7.18342 2.29289 6.79289C2.68342 6.40237 3.31658 6.40237 3.70711 6.79289L6 9.08579L10.7929 4.29289C11.1834 3.90237 11.8166 3.90237 12.2071 4.29289Z' fill='white'/%3E%3C/svg%3E%0A");
    width: 15px;
    height: 15px;
    top: 4px;
    left: 0;
}
.pricelist_create_store {
    background-color: #181818;
}
.pricelist_create_store .row {
    display: flex;
    flex-wrap: wrap;
}
.pricelist_create_store .pricelist_create_store-text_content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.pricelist_create_store .pricelist_create_store-text_content .pricelist_header {
    color: #ffffff;
    margin-bottom: 25px;
}
.pricelist_create_store .pricelist_create_store-text_content .pricelist_header span {
    color: #FCDC31;
}
.pricelist_create_store .pricelist_create_store-text_content .pricelist_subheader {
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
    color: #ffffff;
    margin-bottom: 55px;
}
.pricelist_create_store .pricelist_create_store-text_content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pricelist_create_store .pricelist_create_store-text_content li {
    position: relative;
    padding: 0 0 0 40px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 200;
    line-height: 22px;
    color: #ffffff;
}
.pricelist_create_store .pricelist_create_store-text_content li:last-of-type {
    margin-bottom: 0;
}
.pricelist_create_store .pricelist_create_store-text_content li::before {
    position: absolute;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='15' viewBox='0 0 25 15' fill='none'%3E%3Cpath d='M0 5.2616C0.206982 4.80526 0.555583 4.64227 1.0567 4.66401C1.77569 4.6966 2.50557 4.66401 3.22456 4.67487C3.79104 4.67487 4.10696 4.9791 4.10696 5.5441C4.11785 8.40169 4.11785 11.2702 4.10696 14.1277C4.10696 14.6927 3.78015 14.997 3.22456 14.997C2.50557 14.997 1.77569 14.9752 1.0567 15.0078C0.566477 15.0296 0.206982 14.8775 0 14.4211C0 11.3571 0 8.30391 0 5.2616Z' fill='%2319BF4A'/%3E%3Cpath d='M18.149 9.6838C18.7372 10.1619 18.9551 10.7269 18.7046 11.4005C18.4213 12.1828 17.7677 12.3893 17.0269 12.3567C17.1794 12.5957 17.3646 12.813 17.4736 13.0629C17.8548 13.943 17.1794 14.9861 16.2208 14.9861C13.8459 14.997 11.4711 15.0078 9.09623 14.9861C7.44038 14.9644 5.8281 13.4867 5.61022 11.8569C5.56664 11.5092 5.55575 11.1615 5.55575 10.8138C5.54486 9.86852 5.57754 8.93409 5.54486 7.98881C5.51218 6.93487 5.90435 6.06564 6.66692 5.37025C7.33144 4.77266 8.06132 4.25112 8.75853 3.69698C10.142 2.59958 11.5147 1.50218 12.8873 0.404775C13.5627 -0.138494 14.3797 -0.138494 14.9353 0.426506C15.5018 0.991505 15.5127 1.91506 14.9135 2.44747C14.347 2.95814 13.7261 3.40362 13.1269 3.8817C13.0289 3.95775 12.9417 4.03381 12.8546 4.16419C12.9417 4.16419 13.0398 4.16419 13.1269 4.16419C16.5258 4.16419 19.9247 4.16419 23.3235 4.16419C23.8137 4.16419 24.2604 4.26198 24.5981 4.64227C24.9903 5.09862 25.0883 5.63102 24.8487 6.18515C24.5872 6.78275 24.0861 7.04352 23.4434 7.05438C22.147 7.06525 20.8615 7.05438 19.5652 7.05438C19.478 7.05438 19.3909 7.05438 19.2384 7.05438C19.8157 7.55419 20.0336 8.13006 19.7504 8.80371C19.478 9.47736 18.9115 9.72727 18.149 9.6838Z' fill='%2319BF4A'/%3E%3C/svg%3E");
    width: 25px;
    height: 15px;
    top: 0;
    left: 0;
}
.pricelist_create_store .pricelist_create_store-image_content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.pricelist_create_store .pricelist_create_store-image_content div {
    width: 100%;
    height: 100%;
}
.pricelist_create_store .pricelist_create_store-image_content img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pricelist_benefits .owl-stage {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.pricelist_benefits .owl-stage .owl-item {
    min-width: 100%;
}
.pricelist_benefits .pricelist_benefits-benefit {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    width: 100%;
}
.pricelist_benefits .pricelist_benefits-benefit_img {
    width: 200px;
    /* height: 200px; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.pricelist_benefits .pricelist_benefits-benefit:first-of-type .pricelist_benefits-benefit_img svg {
    /* transform: translateX(-12px); */
    max-width: 70px;
}
.pricelist_benefits .pricelist_benefits-benefit_text {
    display: flex;
    flex-direction: column;
    padding: 16px;
    background-color: #F2F2F2;
    max-width: calc(100% - 240px);
}
.pricelist_benefits .pricelist_benefits-benefit_text h3 {
    margin: 0 0 16px;
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
}
.pricelist_benefits .pricelist_benefits-benefit_text h3 br {
    display: none;
}
.pricelist_benefits .pricelist_benefits-benefit_text p {
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
}
.pricelist_integrations {
    background-color: #181818;
}
.pricelist_integrations .pricelist_header {
    color: #ffffff;
}
.pricelist_integrations .owl-stage {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 100%;
}
.pricelist_integrations .owl-stage .owl-item {
    min-width: 100%;
}
.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: 0;
}
.pricelist_marketing-text_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.pricelist_marketing > .row {
    display: flex;
    flex-wrap: wrap;
}
.pricelist_marketing  .pricelist_templates-image_content,
.pricelist_marketing  .pricelist_templates-text_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pricelist_marketing .pricelist_header {
    margin: 0 0 70px;
}
.pricelist_marketing-instruments > .row > div:first-of-type .pricelist_marketing-instrument {
    margin-right: 10px;
}
.pricelist_marketing-instruments > .row > div:last-of-type .pricelist_marketing-instrument {
    margin-left: 10px;
}
.pricelist_marketing-instrument {
    position: relative;
    padding: 0 0 0 37px;
    margin-bottom: 40px;
}
.pricelist_marketing-instrument svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 27px;
    height: 27px;
}
.pricelist_marketing-instrument h3 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
}
.pricelist_marketing-image_content {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.pricelist_marketing-image_content img {
    max-width: 100%;
    width: 100%;
    object-fit: contain;
}
.pricelist_create_store_adv {
    position: relative;
    overflow: hidden;
    background-color: #181818;
    background-image: url("/templates/solo/images/pricelist_page/crown-background.png");
    background-position: center 10px;
    background-size: 355px 280px;
    background-repeat: repeat;
}
.pricelist_create_store_adv-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.pricelist_create_store_adv-text {
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    color: #ffffff;
}
.pricelist_create_store_adv-text span {
    color: #19BF4A;
}
.pricelist_templates {
    margin-bottom: 120px;
}
.pricelist_templates > .row {
    display: flex;
    flex-wrap: wrap;
}
.pricelist_templates .pricelist_templates-image_content,
.pricelist_templates .pricelist_templates-text_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pricelist_templates-image_content {
    position: relative;
}
.pricelist_templates-image_container {
    position: absolute;
    opacity: 0;
    height: 100%;
    width: 100%;
    border: 2px solid #19bf4a;
    transition: opacity 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    z-index: 1;
    overflow: hidden;
}
.pricelist_templates-image_container.active {
    opacity: 1;
    z-index: 2;
}
.pricelist_templates-image_container-header {
    width: 100%;
    height: 70px;
    background-color: #181818;
    padding: 15px 23px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pricelist_templates-image_container-header p {
    font-size: 30px;
    line-height: 35px;
    color: #f2f2f2;
    font-weight: 200;
}
.pricelist_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: 0;
    transition: all 0.3s ease-in-out;
}
.pricelist_templates-image_container-header a:hover {
    background: #fff;
    text-decoration: none;
    color: #181818;
}
.pricelist_templates-image_container-header a svg {
    stroke: #f2f2f2;
    transition: all 0.3s ease-in-out;
}
.pricelist_templates-image_container-header a:hover svg {
    stroke: #181818;
}
.pricelist_templates-image_container-header svg {
    height: 13px;
    width: 13px;
    margin-left: 10px;
}
.pricelist_templates-image_container-image {
    height: 100%;
    overflow: hidden;
}
.pricelist_templates-image_container-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: object-position 4s ease-in-out;
}
.pricelist_templates-image_container-image:hover img {
    object-position: bottom center;
}
.pricelist_templates-text {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 70px;
}
.pricelist_templates h2.pricelist_header {
    margin-bottom: 20px;
}
.pricelist_templates .pricelist_subheader {
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 55px;
}
.pricelist_order .order_step_header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}
.pricelist_order .order_step_header .order_step {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    min-width: 100px;
    height: 50px;
    padding: 0 10px;
    margin-right: 20px;
    color: #ffffff;
    background-color: #181818;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
}
.pricelist_order h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
}
.pricelist_templates-templates_container {
    margin-bottom: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.pricelist_templates-templates_container p {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80px;
    width: 100%;
    background: #19BF4A;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
    transition: background 0.5s ease-in-out;
    padding: 5px;
}
.pricelist_templates-templates_container p:hover {
    background: #159a3c;
}
.pricelist_templates-templates_container p.active {
    font-weight: 700;
    background: #dcdcdc;
    color: #ffffff;
    pointer-events: none;
}
.pricelist_templates-templates_container p.active:after {
    content: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.5 15C11.6421 15 15 11.6421 15 7.5C15 3.35786 11.6421 0 7.5 0C3.35786 0 0 3.35786 0 7.5C0 11.6421 3.35786 15 7.5 15ZM12.2071 5.70711C12.5976 5.31658 12.5976 4.68342 12.2071 4.29289C11.8166 3.90237 11.1834 3.90237 10.7929 4.29289L6 9.08579L3.70711 6.79289C3.31658 6.40237 2.68342 6.40237 2.29289 6.79289C1.90237 7.18342 1.90237 7.81658 2.29289 8.20711L5.29289 11.2071C5.68342 11.5976 6.31658 11.5976 6.70711 11.2071L12.2071 5.70711Z' fill='white'/%3E%3C/svg%3E%0A");
    width: 15px;
    height: 15px;
    position: relative;
    margin-left: 5px;
}
.pricelist_templates .pricelist_templates-price {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.pricelist_templates .pricelist_templates-price p {
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
}
.pricelist_templates .pricelist_templates-price .price {
    margin-left: 22px;
    font-size: 55px;
    font-weight: 700;
    line-height: 55px;
    color: #19BF4A;
}
.pricelist_make_order .pricelist_prices-nav {
    display: none;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.pricelist_make_order .pricelist_prices-nav button {
    background-color: #F2F2F2;
    border: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #181818;
    border-radius: 0;
    padding: 8px;
}
.pricelist_make_order .pricelist_prices-nav button.active {
    background-color: #19BF4A;
    color: #f2f2f2;
}
.pricelist_make_order-packages {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 70px;
}
.pricelist_make_order-packages .owl-stage-outer {
    overflow: visible !important;
}
.pricelist_make_order-packages .owl-stage {
    display: flex;
    gap: 20px;
    min-width: 100%;
}
.pricelist_make_order-packages .get-hash {
    height: 100%;
}
.pricelist_make_order-packages .item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 35px 25px;
    background-color: #F2F2F2;
    transition: all 0.3s ease-in-out;
}
.pricelist_make_order-packages > div:last-of-type .item,
.pricelist_make_order-packages .owl-item:last-of-type .item {
    background-image: url("/templates/solo/images/pricelist_page/package-crown-background.png");
    background-position: 2px;
    background-size: 255px 200px;
    background-repeat: repeat;
}
.pricelist_make_order-packages .item > div {
    width: 100%;
}
.pricelist_make_order-packages .item .most_popular {
    position: absolute;
    background-color: #FCDC31;
    padding: 10px 13px;
    top: -20px;
    right: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}
.pricelist_make_order-packages .item .packet_name {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
    transition: color 0.3s ease-in-out;
}
.pricelist_make_order-packages .item .packet_descr {
    min-height: 100px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    transition: color 0.3s ease-in-out;
}
.pricelist_make_order-packages .item .packet_descr span {
    color: #19BF4A;
}
.pricelist_make_order-packages .item .packet_price {
    margin-bottom: 10px;
    font-size: 34px;
    font-weight: 700;
    line-height: 38px;
    transition: color 0.3s ease-in-out;
}
.pricelist_make_order-packages .item .crossedOutPrice {
    display: block;
    text-decoration: line-through;
    color: #a5a5a5;
    font-size: 20px;
    line-height: 24px;
}
.pricelist_make_order-packages .item .packet_base_price {
    display: none !important;
}
.pricelist_make_order-packages .item .one-time_payment {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 2px solid #19BF4A;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    transition: color 0.3s ease-in-out;
}
.pricelist_make_order-packages .item .package_services {
    margin-bottom: 30px;
    padding-left: 23px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    transition: color 0.3s ease-in-out;
}
.pricelist_make_order-packages .item .package_services li {
    position: relative;
    margin-bottom: 15px;
}
.excluded {
    margin-bottom: 15px;
    font-weight: 700;
}
.pricelist_make_order-packages .item .package_services 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;
}
.pricelist_make_order-packages .item .package_services 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");
}
.pricelist_make_order-packages .item .package_services li.minus {
    opacity: 0.6;
}
.pricelist_make_order-packages .item .package_services li.minus:before {
    content: url("data:image/svg+xml,%3Csvg width='16px' height='15px' viewBox='-6 -24 48 48' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:sketch='http://www.bohemiancoding.com/sketch/ns' fill='%23bababa'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E %3Ctitle%3Eminus%3C/title%3E %3Cdesc%3ECreated with Sketch Beta.%3C/desc%3E %3Cdefs%3E %3C/defs%3E %3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' sketch:type='MSPage'%3E %3Cg id='Icon-Set-Filled' sketch:type='MSLayerGroup' transform='translate(-414.000000, -1049.000000)' fill='%23bababa'%3E %3Cpath d='M442,1049 L418,1049 C415.791,1049 414,1050.79 414,1053 C414,1055.21 415.791,1057 418,1057 L442,1057 C444.209,1057 446,1055.21 446,1053 C446,1050.79 444.209,1049 442,1049' id='minus' sketch:type='MSShapeGroup'%3E %3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E%3C/svg%3E");
}
.pricelist_make_order-packages .item .edit_modules-list {
    margin-bottom: 30px;
    color: #19BF4A;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: underline;
    cursor: pointer;
}
.pricelist_make_order-packages .item .edit_modules-list:hover {
    color: #159a3c;
    text-decoration: none;
}
.pricelist_make_order-packages .item .additional_modules {
    display: none;
    justify-content: space-between;
    gap: 0;
    background-color: #ffffff;
    margin-bottom: 40px;
}
.pricelist_make_order-packages .item.edited_package .additional_modules {
    display: flex;
}
.pricelist_make_order-packages .item .additional_modules div {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 15px 15px 15px 28px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}
.pricelist_make_order-packages .item .additional_modules div:before {
    position: absolute;
    content: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6 1H4V4H1V6H4V9H6V6H9V4H6V1Z' fill='%2319BF4A'/%3E%3C/svg%3E%0A");
    width: 10px;
    height: 10px;
    top: 15px;
    left: 10px;
}
.pricelist_make_order-packages .item .additional_modules button {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 28px;
    background-color: #19BF4A;
    border: none;
    border-radius: 0;
}
.pricelist_make_order-packages .item .additional_modules button:hover {
    background-color: #159a3c;
}
.pricelist_make_order-packages .item .additional_modules > div {
    display: flex;
    flex-direction: column;
    padding-left: 28px;
}
.pricelist_make_order-packages .item .btn_choose_package {
    width: 100%;
}
.pricelist_make_order-packages .item .chosen {
    display: none;
}
.pricelist_make_order-packages .item.active {
    background-color: #181818;
}
.pricelist_make_order-packages > div:last-of-type .item.active,
.pricelist_make_order-packages .owl-item:last-of-type .item.active {
    background-image: url("/templates/solo/images/pricelist_page/crown-background.png");
}
.pricelist_make_order-packages .item.active .packet_name,
.pricelist_make_order-packages .item.active .packet_descr,
.pricelist_make_order-packages .item.active .packet_price,
.pricelist_make_order-packages .item.active .one-time_payment,
.pricelist_make_order-packages .item.active .package_services {
    color: #ffffff;
}
.pricelist_make_order-packages .item.active .btn_choose_package {
    font-weight: 700;
    background: #525252;
    color: #ffffff;
    pointer-events: none;
}
.pricelist_make_order-packages .item.active .btn_choose_package:after {
    content: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.5 15C11.6421 15 15 11.6421 15 7.5C15 3.35786 11.6421 0 7.5 0C3.35786 0 0 3.35786 0 7.5C0 11.6421 3.35786 15 7.5 15ZM12.2071 5.70711C12.5976 5.31658 12.5976 4.68342 12.2071 4.29289C11.8166 3.90237 11.1834 3.90237 10.7929 4.29289L6 9.08579L3.70711 6.79289C3.31658 6.40237 2.68342 6.40237 2.29289 6.79289C1.90237 7.18342 1.90237 7.81658 2.29289 8.20711L5.29289 11.2071C5.68342 11.5976 6.31658 11.5976 6.70711 11.2071L12.2071 5.70711Z' fill='white'/%3E%3C/svg%3E%0A");
    width: 15px;
    height: 15px;
    position: relative;
    margin-left: 5px;
}
.pricelist_make_order-packages .item.active .chosen {
    display: inline-block;
}
.pricelist_make_order-packages .item.active .not_chosen {
    display: none;
}
.item.active .excluded {
    color: #fff;
}
.pricelist_order_result-container {
    padding: 60px 220px;
    margin-bottom: 20px;
    background-color: #181818;
}
.pricelist_order_result-container .pricelist_order_result-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pricelist_order_result-block .pricelist_header {
    margin-right: 20px;
    margin-bottom: 35px;
    color: #ffffff;
}
.pricelist_order_result-block .price_result {
    display: flex;
    padding: 25px 35px;
    align-items: center;
    margin-bottom: 35px;
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    line-height: 35px;
    color: #19BF4A;
    border-top: 2px solid  #19BF4A;
    border-bottom: 2px solid #19BF4A;
}
.pricelist_order_result-block .price_result span {
    font-size: 40px;
    font-weight: 700;
    line-height: 35px;
    color: #19BF4A;
}
.pricelist_order_result-container p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;
    margin-bottom: 70px;
}
.pricelist_order_result-container p span {
    color: #19BF4A;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}
.pricelist_order_result-container p span.months {
    white-space: nowrap;
}
.pricelist_order_result-container p a {
    color: #19BF4A;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-decoration-line: underline;
}
.pricelist_order_result-container p a:hover {
    color: #159a3c;
    text-decoration: none;
}
.pricelist_order_result-container .price_text_set,
.pricelist_order_result-container.price_set p.price_text_unset {
    display: none;
}
.pricelist_order_result-container.price_set .price_text_set {
    display: flex;
    justify-content: space-between;
}
.pricelist_order_result-container.price_set .price_text_set p {
    margin: 0 0 30px;
    max-width: 55%;
}
.pricelist_order_result-block .pricelist_subheader {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    margin-right: 20px;
    margin-bottom: 0;
}
.pricelist_order_result-block .pricelist_contact-form_btn {
    background-color: #181818;
    border: 2px solid #159a3c;
}
.pricelist_order_result-block .pricelist_contact-form_btn:hover {
    background: #159a3c;
}
.pricelist_order_result-sign {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin: 0;
}
.pricelist_create_store_second_adv {
    background-color: #F2F2F2;
}
.pricelist_create_store_second_adv .row {
    display: flex;
    flex-wrap: wrap;
}
.pricelist_create_store_second_adv .pricelist_create_store_adv-container {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
}
.pricelist_create_store_second_adv .pricelist_header {
    margin-bottom: 25px;
}
.pricelist_create_store_second_adv .pricelist_subheader {
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 45px;
}
.pricelist_create_store_second_adv .pricelist_create_store_adv-text {
    font-size: 24px;
    font-weight: 300;
    line-height: 35px;
    color: #181818;
    margin-bottom: 55px;
}
.pricelist_create_store_second_adv .pricelist_create_store_adv-text span {
    font-weight: 600;
}
.pricelist_create_store_second_adv .pricelist_create_store_adv-image_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.pricelist_create_store_second_adv .pricelist_create_store_adv-image_content div {
    width: 100%;
    height: 100%;
}
.pricelist_create_store_second_adv .pricelist_create_store_adv-image_content img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
section.pricelist_clients {
    padding: 80px 0 !important;
}
.pricelist_clients .pricelist_header {
    text-align: center;
}

#modal_QuickBuy .buy_checks_block > div#modulesDetails {
    padding-left: 0;
}

#modal_QuickBuy .buy_checks_block > div.buy_template_wrapper {
    padding: 0;
}

#modal_QuickBuy .buy_checks_block #modulesDetails div.table-responsive {
    max-height: 200px;
    overflow-y: auto;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    scrollbar-width: thin;
}
#modal_QuickBuy .buy_checks_block #modulesDetails div.table-responsive .table-wrapper {
    margin: 0;
}
#modal_QuickBuy .buy_checks_block #modulesDetails div.table-responsive table {
    position: relative;
}
#modal_QuickBuy .buy_checks_block #modulesDetails td,
#modal_QuickBuy .buy_checks_block #modulesDetails th {
    padding: 5px;
    border-color: #eee;
}
#modal_QuickBuy .buy_checks_block #modulesDetails > table th {
    border-color: #fff;
    border-top-color: #eee;
    border-bottom-color: #eee;
}
#modal_QuickBuy .buy_checks_block #modulesDetails > table th:nth-child(1) {
    border-left-color: #eee;
}
#modal_QuickBuy .buy_checks_block #modulesDetails > table th:nth-child(2) {
    text-align: end;
    border-right-color: #eee;
}
#modal_QuickBuy .buy_checks_block #modulesDetails div.table-responsive th {
    position: sticky;
    background-color: #fff;
    z-index: 10;
}
#modal_QuickBuy .buy_checks_block > div.table-responsive td {
    font-size: 12px;
}

@keyframes carousel-first {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-5625px);
    }
}
@keyframes carousel-second {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(2600px);
    }
}
.pricelist_clients .carosel_container {
    overflow: hidden;
}
.pricelist_clients .carousel_first {
    display: flex;
    width: fit-content;
    margin-bottom: 25px;
}
.pricelist_clients .carousel_second {
    position: relative;
    height: 100px;
    margin-bottom: 0;
}
.pricelist_clients .carousel_second > div {
    display: flex;
    width: fit-content;
    position: absolute;
    right: 0;
}
.pricelist_clients .item {
    height: 280px;
    width: 600px;
    overflow: hidden;
    background-color: #f2f2f2;
    margin-right: 25px;
    animation: carousel-first 60s infinite linear;
}
.pricelist_clients .carousel_first .item {
    border: 2px solid #f2f2f2;
}
.pricelist_clients .carousel_second .item {
    width: 260px;
    padding: 25px 30px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    animation: carousel-second 30s infinite linear;
    background-color: #fff;
    margin-right: 0;
}
.pricelist_clients .item a {
    display: block;
    height: 100%;
    width: 100%;
}
.pricelist_clients .item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top center;
}
.pricelist_clients .carousel_second .item img {
    max-width: 100%;
    max-height: 70px;
    object-fit: contain;
    object-position: center center;
}
.pricelist_reviews {
    background-color: #f2f2f2;
}
.pricelist_reviews > .container {
    padding: 0;
}
.pricelist_reviews .comment_link a:hover {
    color: #159a3c;
}
.pricelist_reviews .pricelist_header {
    margin: 0 0 20px;
}
.pricelist_reviews-sub_header {
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 115px;
}
.pricelist_reviews-socials {
    display: flex;
    gap: 0 15px;
    margin-bottom: 60px;
}
.pricelist_reviews-socials:last-of-type {
    margin-bottom: 0;
}
.pricelist_reviews-socials > div {
    width: 165px;
}
.pricelist_reviews-socials p {
    font-size: 18px;
    font-weight: 700;
    line-height: 13px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.pricelist_reviews-socials:last-of-type p {
    margin-bottom: 10px;
}
.pricelist_reviews-logo {
    height: 43px;
}
.pricelist_reviews-logo.google_logo {
    height: 57px;
    margin-bottom: 0;
}
.pricelist_reviews-logo svg {
    height: 100%;
    width: auto;
    object-fit: contain;
}
.pricelist_reviews-logo svg {
    height: 100%;
    width: auto;
    object-fit: contain;
}
.pricelist_reviews-socials > .pricelist_reviews-socials_rate {
    width: 160px;
    height: 70px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: background 0.3s ease-in-out;
}
.pricelist_reviews-socials_rate > div {
    height: 16px;
    margin-bottom: 10px;
}
.pricelist_reviews-socials_rate > a {
    color: #181818;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
    margin-bottom: 0;
    transition: color 0.3s ease-in-out;
}
.pricelist_reviews-socials_rate svg {
    fill: #FBBC05;
    transition: fill 0.3s ease-in-out;
}
.pricelist_reviews-socials_rate:hover {
    background: #19BF4A;
}
.pricelist_reviews-socials_rate:hover a {
    color: #ffffff;
}
.pricelist_reviews-socials_rate:hover svg {
    fill: #ffffff;
}
.pricelist_reviews .item {
    padding: 1px;
}
.pricelist_reviews .comment {
    padding: 35px;
    background: #181818;
    margin-bottom: 20px;
}
.pricelist_reviews .comment_name {
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 15px;
    color: #ffffff;
}
.pricelist_reviews .comment_rate {
    height: 16px;
    margin-bottom: 15px;
}
.pricelist_reviews .comment_rate svg {
    fill: #FDDD31;
}
.pricelist_reviews .comment_comment {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 15px;
    height: 40px;
    color: #ffffff;
}
.pricelist_reviews .comment_link a {
    opacity: 1 !important;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    color: #19BF4A;
    display: flex !important;
    align-items: center;
}
.pricelist_reviews .comment_link a svg {
    height: 14px;
    margin-left: 10px;
}
.pricelist_create_store_third_adv-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
}
.pricelist_create_store_third_adv-container .pricelist_header {
    text-align: center;
    color: #ffffff;
    margin: 0;
}
.pricelist_create_store_third_adv-container .pricelist_header span {
    color: #FCDC31;
}
.pricelist_create_store_third_adv-container .pricelist_create_store_adv-text {
    font-size: 20px;
    font-weight: 200;
    line-height: 28px;
    text-align: center;
}
.pricelist_solutions .pricelist_header {
    margin: 0 0 35px;
}
.pricelist_solutions-container {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}
.pricelist_solutions .solution {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}
.pricelist_solutions .solution_img_container {
    width: 100%;
    height: auto;
}
.pricelist_solutions .solution_img_container svg {
    width: 100%;
    height: auto;
}
.pricelist_solutions .solution h3 {
    font-size: 24px;
    font-weight: 300;
    line-height: 35px;
    margin: 0;
}
.pricelist_solutions .pricelist_solutions-btn {
    display: flex;
    width: 100%;
    padding: 13px 20px;
    margin: 0;
    justify-content: space-between;
    align-items: center;
    border-radius: 0;
    border: 2px solid #19BF4A;
    color: #181818;
    font-weight: 600;
    line-height: 20px;
    transition: all 0.3s;
    background-color: #ffffff;
}
.pricelist_solutions .pricelist_solutions-btn:hover {
    background-color: #19BF4A;
    color: #ffffff;
    text-decoration: none;
}
.pricelist_solutions .pricelist_solutions-btn svg {
    stroke: #19BF4A;
    height: 13px;
    width: 13px;
    min-width: 13px;
    min-height: 14px;
    transition: all 0.3s;
}
.pricelist_solutions .pricelist_solutions-btn:hover svg{
    stroke: #ffffff;
}
.pricelist_questions {
    background-color: #181818;
}
.pricelist_questions .pricelist_header {
    margin-bottom: 45px;
    color: #fff;
}
.pricelist_questions-container {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}
.pricelist_questions-container > div {
    background-color: #fff;
    height: fit-content;
}
.pricelist_questions-question {
    padding: 20px;
    background-color: #fff;
    transition: all 1s ease-in-out;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.pricelist_questions-question svg {
    width: 13px;
    height: 13px;
    min-width: 13px;
    min-height: 13px;
    margin-left: 20px;
    stroke: #181818;
    transition: all 1s ease-in-out;
}
.pricelist_questions-question.active {
    background-color: #19BF4A;
    color: #fff;
}
.pricelist_questions-question.active svg {
    stroke: #fff;
}
.pricelist_questions-answer {
    display: none;
    width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 20px;
    padding-bottom: 20px;
}
.pricelist_questions-answer ul {
    list-style: disc;
    padding-left: 20px;
}
.pricelist_questions-answer ol {
    padding-left: 20px;
}
.pricelist_questions-answer p {
    margin-bottom: 20px;
}
.pricelist_questions-answer p,
.pricelist_questions-answer li {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}
.pricelist_questions-answer *:last-child {
    margin-bottom: 0;
}
#modal_package_modules_info {
    overflow: hidden;
    transition: opacity 0.15s ease-in-out;
}
#modal_package_modules_info .modal-header {
    display: block;
}
#modal_package_modules_info .modal-header .close {
    width: 26px;
    height: 26px;
    background: #19BF4A;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    top: 28px;
}
#modal_package_modules_info .modal-header .close svg {
    margin: 0;
    fill: #ffffff !important;
}
#modal_package_modules_info .modal-dialog {
    max-width: 950px;
    margin: 0 !important;
}
#modal_package_modules_info .modal-dialog,
#modal_package_modules_info .modal-content,
#modal_package_modules_info .modal-body,
#modal_package_modules_info .modules_block,
#modal_package_modules_info .modules_block > .container {
    height: 100%;
}
#modal_package_modules_info .modules_block .modules_table {
    max-height: calc(100% - 250px);
}
.modules_block {
    padding: 0;
}
.modules_block .modules_table {
    max-height: none;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: #181818;
}
.modules_block #modules_table.modules_table {
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #ffffff;
}

.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: #C5C5C5; }
.modules_block .modules_table::-webkit-scrollbar-track-piece { background-color: #C5C5C5; }
.modules_block .modules_table::-webkit-scrollbar-thumb { height: 50px; background-color: #19BF4A; }
.modules_block .modules_table::-webkit-scrollbar-corner {  background-color: #C5C5C5; }
.modules_block .modules_table::-webkit-resizer {  background-color: #C5C5C5; }

.modules_block .modules_table #free_modules_table {
    min-width: 100%;
    display: none;
}
.modules_block .modules_table .module_category_heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 21px 27px 21px 25px;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    min-height: 65px;
    width: 100%;
    background: #ffffff;
    color: #181818;
    cursor: pointer;
    z-index: 5;
    position: relative;
}
.modules_block .modules_table .module_category_heading svg {
    width: 13px;
    height: 13px;
    min-width: 13px;
    min-height: 13px;
    margin-left: 20px;
    stroke: #181818;
    transition: all 1s ease-in-out;
}
.modules_block .modules_table .module_category_heading.active svg {
    transform: rotateZ(90deg);
}
.modules_block .paid_block .module_category_heading {
    background: #9A9A9A;
    color: #ffffff;
    cursor: default;
}
.modules_block .modules_table .module_category_modules {
    min-width: 100%;
}
.modules_block .modules_table .row_cell {
    display: grid;
    grid-template-columns: repeat(5, 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: 18px;
    line-height: 20px;
    color: #181818;
    font-weight: 300;
}
.modules_block .modules_table .row_cell a svg {
    opacity: 0.25;
}
.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: 18px;
    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: 18px;
    font-weight: 500;
    line-height: 20px;
    border-right: 1px solid #C5C5C5;
    border-bottom: 1px solid #C5C5C5;
    height: 100%;
    width: 100%;
}
.modules_block #free_modules_table .module_category_heading {
    border-bottom: 1px solid #C5C5C5;
}
.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;
}
.modules_block .modules_table .row_cell.head .col {
    padding: 21px 27px 21px 25px;
    border: none;
}
.modules_block .modules_table .price-search-name-flex {
    display: flex;
    align-items: center;
}
.modules_block .modules_table .price-search-name-flex span {
    margin-right: 13px;
}
.modules_block .modules_table .price-search-name-flex input {
    margin: 0;
    background: #fff;
    height: 28px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 5px 12px;
    width: 270px;
    max-width: 100%;
}
.modules_block .modules_table .price-search-name-flex input:focus {
    border-bottom: none;
}
.modules_block .modules_table .price-search-name-flex input:focus {
    border-bottom: none;
}
.modules_block .modules_table .open_free_modules_table {
    background: #f2f2f2;
    transition: background 1s ease-in-out;
}
.modules_block .modules_table .open_free_modules_table {
    min-height: 65px;
    background: #f2f2f2;
    transition: background 1s ease-in-out;
}
.modules_block .modules_table .open_free_modules_table .col:first-of-type {
    justify-content: flex-start;
    padding: 21px 27px 21px 25px;
}
.modules_block .modules_table .open_free_modules_table .col:first-of-type a {
    margin-right: 30px;
}
.modules_block .modules_table .scroll-to-modules {
    color: #19BF4A;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    text-decoration-line: underline;
}
.modules_block .modules_table .scroll-to-modules svg {
    width: 13px;
    height: 13px;
    min-width: 13px;
    min-height: 13px;
    margin-left: 10px;
    stroke: #19BF4A;
    transition: all 1s ease-in-out;
}
.modules_block .modules_table .scroll-to-modules.active svg {
    transform: rotateZ(90deg);
}
.modules_block .modules_table > div:not(#free_modules_table) .checkbox-container {
    padding-left: 30px;
    width: 100%;
}
.modules_block .modules_table .checkmark,
.modules_block .modules_table > div:not(#free_modules_table) .checkbox-container svg {
    display: flex;
    align-items: center;
    color: inherit;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}
.modules_block .modules_table .checkbox-container .checkmark::after {
    content: '';
    color: inherit;
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.5 8.5C15.5 12.366 12.366 15.5 8.5 15.5C4.63401 15.5 1.5 12.366 1.5 8.5C1.5 4.63401 4.63401 1.5 8.5 1.5C12.366 1.5 15.5 4.63401 15.5 8.5ZM17 8.5C17 13.1944 13.1944 17 8.5 17C3.80558 17 0 13.1944 0 8.5C0 3.80558 3.80558 0 8.5 0C13.1944 0 17 3.80558 17 8.5ZM7.75 12.0356V9.25H4.96388V7.75H7.75V4.96436H9.25V7.75H12.0352V9.25H9.25V12.0356H7.75Z' fill='%23C5C5C5'/%3E%3C/svg%3E");
    line-height: inherit;
    transition: all .3s;
    opacity: 1;
}
.modules_block .modules_table .checkbox-container:hover .checkmark::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.5 8.5C15.5 12.366 12.366 15.5 8.5 15.5C4.63401 15.5 1.5 12.366 1.5 8.5C1.5 4.63401 4.63401 1.5 8.5 1.5C12.366 1.5 15.5 4.63401 15.5 8.5ZM17 8.5C17 13.1944 13.1944 17 8.5 17C3.80558 17 0 13.1944 0 8.5C0 3.80558 3.80558 0 8.5 0C13.1944 0 17 3.80558 17 8.5ZM7.75 12.0356V9.25H4.96388V7.75H7.75V4.96436H9.25V7.75H12.0352V9.25H9.25V12.0356H7.75Z' fill='%2319BF4A'/%3E%3C/svg%3E");
    opacity: 1;
}
.modules_block .modules_table .checkbox-container input:checked~.checkmark::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Ccircle cx='8.5' cy='8.5' r='8.5' fill='%2319BF4A'/%3E%3Cpath d='M3.5 8L7 11.5L13 5.5' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
    color: inherit;
}
.modules_block #modules_table_result {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
}
.modules_block #modules_table_result > div:last-of-type {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.modules_block #modules_table_result .result_text {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #ffffff;
    max-width: 40%;
}
.modules_block #modules_table_result .result_text span {
    color: #19BF4A;
}
.modules_block #modules_table_result .result_text span.additional_modules {
    opacity: 0;
    color: #ffffff;
    transition: opacity 0.3s ease-in-out;
}
.modules_block #modules_table_result.edited_result span.additional_modules {
    opacity: 1;
}
.modules_block #modules_table_result .result_price {
    display: flex;
    flex-direction: column;
    margin-right: 45px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #ffffff;
}
.modules_block #modules_table_result .result_price .price {
    font-size: 34px;
    font-weight: 700;
    line-height: 34px;
}
.modules_block #modules_table_result .result_price .crossedOutPrice {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}
.modules_block #modules_table_result button {
    max-width: 220px;
}

.pricelist-header {
    background-color: #181818;
    padding: 0 0 0 0;
    z-index: 1050;
    max-width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}
.pricelist-header > .container {
    padding-top: 20px;
    padding-bottom: 20px;
}
.pricelist-header_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pricelist-header_container > div {
    display: flex;
    justify-content: flex-end;
    align-items: end;
}
.pricelist-header_container a.logo {
    margin: 0;
}
.pricelist-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: #181818;
    transform: translateX(-100%);
    z-index: 10;
    transition: all .3s;
    overflow-y: auto;
}
.new_mobile_menu .mobile_menu-body {
    position: relative;
    min-height: calc(100% - 64px - 66px);
}
.new_mobile_menu .mobile_menu-header {
    display: none;
}
.new_mob_menu-left ul {
    background: rgba(24, 24, 24, 0.05);
}
.new_mob_menu-left a,
.new_mob_menu-left button.toggle-menu {
    font: 200 24px Roboto, sans-serif;
    padding: 10px 0;
}
.new_mob_menu-left ul li a {
    font: 200 18px Roboto, sans-serif;
    padding: 0;
}
.new_mob_menu-right span.dropdown-toggle {
    font: 200 20px Roboto, sans-serif;
    line-height: 24px;
}
.new_mob_menu-right .dropdown-menu {
    background: #181818;
    border: 1px solid #fff;
}
.new_mob_menu-right .dropdown-menu li a, .new_mob_menu-right .dropdown-menu li span {
    color: #fff !important;
    font: 200 15px Roboto, sans-serif;
}
.new_mob_menu-btns {
    bottom: 0;
}
.new_mob_menu-btns .button_get_test {
    font: 700 18px Roboto, sans-serif;
    color: #fff;
    border-radius: 0;
    background-color: #19BF4A;
    padding: 20px 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
    width: 100%;
}
.new_mob_menu-btns .button_get_test img {
    display: none;
}
.pricelist_go-to-prices {
    position: fixed;
    bottom: 100px;
    right: 24px;
    z-index: 20;
}
.pricelist_go-to-prices button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: none;
    height: 60px;
    width: 60px;
    padding: 10px;
    margin: 0 0 0 0;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    border-radius: 15px;
    color: #ffffff;
    background: #19bf4a;
    transition: all 0.3s ease-in-out;
}
.pricelist_go-to-prices button:hover {
    background: #159a3c;
    text-decoration: none;
    color: #fff;
}

.toggle-modules {
    text-decoration: underline;
    cursor: pointer;
}

.modules {
    max-height: 0;
    overflow: clip;
    transition: all 1s ease;
}

.modules.expend {
    height: 100%;
    max-height: 700px;
}

@media (min-width: 1200px) {
    .pricelist_own_shop-row .owl-stage {
        gap: 30px;
    }

    .pricelist_own_shop-row .owl-stage:after {
        display: none !important;
    }
}
@media (max-width: 1199px) {
    section {
        padding: 70px 0;
    }
    .pricelist_header {
        font-size: 35px;
        font-weight: 700;
        line-height: 42px;
        margin: 0 0 55px;
    }
    .pricelist_welcome-header {
        font-size: 50px;
        font-weight: 700;
        line-height: 55px;
        margin: 0 0 60px;
        color: #ffffff;
    }
    .pricelist_welcome-consult {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 20px;
    }
    .pricelist_start .pricelist_start-block_container .pricelist_start-block_text {
        padding: 40px 35px;
        font-size: 18px;
        line-height: 28px;
    }
    .pricelist_benefits .pricelist_benefits-benefit_img {
        width: 340px;
        justify-content: center;
        align-items: center;
    }
    .pricelist_benefits .pricelist_benefits-benefit_text {
        padding: 30px 50px;
        max-width: calc(100% - 400px);
    }
    .pricelist_benefits .pricelist_benefits-benefit_text h3 {
        font-size: 25px;
        line-height: 30px;
    }
    .pricelist_order h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .pricelist_order_result-container {
        padding: 60px 120px;
    }
    .pricelist_create_store_second_adv .pricelist_subheader,
    .pricelist_create_store_second_adv .pricelist_create_store_adv-text {
        font-size: 22px;
        line-height: 30px;
    }
    .pricelist_reviews-sub_header {
        font-size: 25px;
        line-height: 30px;
    }
    .pricelist_solutions .solution h3 {
        font-size: 20px;
        line-height: 30px;
    }
}
@media (max-width: 991px) {
    .pricelist_header {
        font-size: 30px;
        line-height: 36px;
    }
    .pricelist_welcome-header {
        font-size: 45px;
        line-height: 50px;
        margin: 0 0 50px;
    }
    .pricelist_welcome-subheader {
        font-size: 26px;
        line-height: 32px;
        margin: 0 0 40px;
    }
    .pricelist_start .pricelist_start-block p {
        font-size: 16px;
        line-height: 20px;
    }
    .pricelist_own_shop-row .pricelist_own_shop-block_header h3 {
        padding: 5px 15px;
        font-size: 18px;
        line-height: 24px;
    }
    .pricelist_create_store_adv-text {
        font-size: 20px;
        line-height: 25px;
    }
    .pricelist_benefits .pricelist_benefits-benefit_img {
        width: 300px;
    }
    .pricelist_benefits .pricelist_benefits-benefit,
    .pricelist_benefits .owl-stage {
        gap: 40px;
    }
    .pricelist_benefits .pricelist_benefits-benefit_text {
        padding: 30px 50px;
        max-width: calc(100% - 340px);
    }
    .pricelist_benefits .pricelist_benefits-benefit_text h3 {
        margin-bottom: 25px;
    }
    .pricelist_order h3 br {
        display: none;
    }
    .pricelist_order_result-sign br {
        width: 100%;
        text-align: center;
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
        margin: 0;
    }
    #modal_consultation .modal-content h4 {
        margin-top: 40px !important;
    }
}
@media (min-width: 769px) {
    .pricelist_integrations .integration_img,
    .pricelist_benefits .pricelist_benefits-row {
        display: flex !important;
    }
}
@media (max-width: 768px) {
    .pricelist_container .owl-carousel .owl-nav {
        justify-content: space-between;
    }
    .pricelist_container .owl-carousel .owl-nav .carousel_counter {
        display: block;
    }
    br.mobile {
        display: block !important;
    }
    section {
        padding: 40px 20px !important;
    }
    section.pricelist_welcome {
        padding: 40px 20px 0 !important;
    }
    section > .container {
        padding: 0;
    }
    .pricelist_header {
        font-size: 26px !important;
        font-weight: 700;
        line-height: 34px;
        margin: 0 0 25px;
    }
    .pricelist_welcome-header br,
    .pricelist_welcome-consult_add br,
    .pricelist_own_shop .pricelist_header br,
    .pricelist_create_store .pricelist_header br,
    .pricelist_create_store_adv-container br,
    .pricelist_create_store_adv-text br,
    .pricelist_integrations .pricelist_header br,
    .pricelist_reviews-sub_header br {
        display: none;
    }
    .pricelist_welcome > .container > .row {
        flex-direction: column;
    }
    .pricelist_welcome-sign {
        margin-bottom: 40px;
    }
    .pricelist_welcome-header {
        font-size: 39px;
        font-weight: 700;
        line-height: 45px;
        margin: 0 0 30px;
    }
    .pricelist_welcome-subheader {
        font-size: 18px;
        font-weight: 200;
        line-height: 25px;
        margin: 0 0 40px;
    }
    .pricelist_welcome-pro_add {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .pricelist_welcome-consult {
        margin-bottom: 40px;
    }
    .pricelist_welcome-btn {
        margin: 0 0 20px 0;
    }
    .pricelist_welcome-btn,
    .pricelist_create_store_adv-btn,
    .pricelist_order_result-btn,
    .pricelist_make_order-packages .item .btn_choose_package {
        width: 100%;
        max-width: 400px;
    }
    .pricelist_make_order-packages .item .btn_choose_package {
        margin: auto;
    }
    .pricelist_start {
        padding-bottom: 0 !important;
    }
    .pricelist_start .pricelist_header {
        margin-bottom: 25px;
    }
    .pricelist_start .pricelist_start-blocks {
        flex-direction: column;
        gap: 15px 0;
        margin-bottom: 30px;
    }
    .pricelist_start .pricelist_start-block {
        width: 100%;
    }
    .pricelist_start .pricelist_start-block_container {
        flex-direction: column;
        box-shadow: none;
    }
    .pricelist_start .pricelist_start-block_container .pricelist_start-block_img {
        width: 100%;
    }
    .pricelist_start .pricelist_start-block_container .pricelist_start-block_text {
        max-width: none;
        padding: 30px 0 0 0;
        font-size: 16px;
        line-height: 22px;
    }
    .pricelist_own_shop-row .owl-stage {
        margin-bottom: 40px;
    }
    .pricelist_create_store .pricelist_header {
        margin-bottom: 15px;
    }
    .pricelist_create_store .pricelist_create_store-text_content .pricelist_subheader {
        font-size: 18px;
        font-weight: 200;
        line-height: 25px;
        margin-bottom: 35px;
    }
    .pricelist_create_store .pricelist_create_store-text_content ul {
        margin-bottom: 40px;
    }
    .pricelist_create_store .pricelist_create_store-text_content li {
        margin-bottom: 25px;
        font-size: 16px;
        font-weight: 200;
        line-height: 22px;
    }
    .pricelist_create_store_adv-container {
        flex-direction: column;
        gap: 25px;
    }
    .pricelist_create_store_adv-text {
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
        text-align: center;
    }
    .pricelist_create_store_third_adv-container {
        gap: 40px;
    }
    .pricelist_create_store_third_adv-container .pricelist_create_store_adv-text {
        font-size: 16px;
        font-weight: 200;
        line-height: 22px;
    }
    .pricelist_benefits .owl-stage {
        flex-direction: row;
        gap: 0;
        margin-bottom: 40px;
    }
    .pricelist_benefits .owl-stage .owl-item {
        display: flex;
        min-width: auto;
    }
    .pricelist_benefits .pricelist_benefits-benefit {
        gap: 25px;
    }
    .pricelist_benefits .pricelist_benefits-benefit_img {
        width: 100%;
        height: 270px;
    }
    .pricelist_benefits .pricelist_benefits-benefit_text h3 {
        margin: 0 0 30px;
        font-size: 20px;
        font-weight: 500;
        line-height: 28px;
    }
    .pricelist_benefits .pricelist_benefits-benefit_text {
        width: 100%;
        height: calc(100% - 295px);
        padding: 20px;
        background-color: #F2F2F2;
        max-width: none;
    }
    .pricelist_benefits .pricelist_benefits-benefit_text p {
        font-size: 16px;
        font-weight: 300;
        line-height: 22px;
    }
    .pricelist_integrations  .owl-stage {
        flex-direction: row;
        gap: 0;
        margin-bottom: 40px;
    }
    .pricelist_integrations  .owl-stage .owl-item {
        min-width: auto;
    }
    .integration_img .item_container {
        grid-template-columns: repeat(2, 3fr);
    }
    .pricelist_integrations .owl-carousel .owl-nav .carousel_counter {
        color: #ffffff;
    }
    .pricelist_marketing .pricelist_header {
        margin: 0 0 25px;
    }
    .pricelist_marketing-instruments {
        display: flex;
        flex-direction: column;
    }
    .pricelist_marketing-instruments > .row:nth-of-type(2n) {
        display: flex;
        flex-direction: column-reverse;
    }
    .pricelist_marketing-instrument {
        margin: 0 0 20px !important;
    }
    .pricelist_order_result {
        background-color: #181818;
        padding: 40px 20px !important;
    }
    .pricelist_order_result-container {
        padding: 0;
        margin-bottom: 15px;
    }
    .pricelist_order_result-container .pricelist_order_result-block {
        flex-direction: column;
    }
    .pricelist_order_result-block .pricelist_header {
        margin-right: 0;
        margin-bottom: 25px;
        text-align: center;
    }
    .pricelist_order_result-block .price_result {
        width: 100%;
        justify-content: center;
        font-size: 39px;
        line-height: 45px;
    }
    .pricelist_order_result-container p {
        margin-bottom: 55px;
    }
    .pricelist_order_result-container .price_text_set br{
        display: none;
    }
    .pricelist_order_result-container.price_set .price_text_set {
        flex-direction: column-reverse;
        gap: 20px;
    }
    .pricelist_order_result-container.price_set .price_text_set p {
        max-width: none;
    }
    .pricelist_order_result-block .pricelist_subheader {
        font-size: 16px;
        line-height: 22px;
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }
    .pricelist_order_result-sign {
        font-weight: 200;
        color: #ffffff;
    }
    .pricelist_order_result-sign br {
        display: none;
    }
    section.pricelist_order {
        padding: 0 0 !important;
    }
    section.pricelist_order .pricelist_templates {
        padding: 40px 20px !important;
    }
    .pricelist_templates h2.pricelist_header {
        margin-bottom: 10px;
    }
    .pricelist_templates .pricelist_subheader {
        font-size: 18px;
        font-weight: 300;
        line-height: 25px;
        margin-bottom: 35px;
    }
    .pricelist_order h3 {
        font-size: 18px !important;
        line-height: 25px;
    }
    .pricelist_order .order_step_header {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 25px;
    }
    .pricelist_templates-text {
        margin-bottom: 25px;
        font-size: 16px;
        line-height: 22px;
    }
    .pricelist_templates-templates_container {
        margin-bottom: 20px;
        grid-template-columns: repeat(2, 3fr);
    }
    .pricelist_templates-templates_container p {
        height: 40px;
        font-size: 16px;
        line-height: 22px;
    }
    .pricelist_templates .pricelist_templates-image_content {
        height: 480px;
    }
    .pricelist_templates .pricelist_templates-price p {
        font-size: 20px;
        font-weight: 700;
        line-height: 25px;
    }
    .pricelist_templates .pricelist_templates-price {
        margin-bottom: 20px;
    }
    .pricelist_templates .pricelist_templates-price .price {
        font-size: 30px;
        font-weight: 700;
        line-height: 35px;
    }
    .pricelist_templates-image_container-header p {
        font-size: 26px;
        line-height: 35px;
    }
    .pricelist_templates-image_container-header {
        width: 100%;
        height: 60px;
        padding: 15px 0 15px 20px;
    }
    .pricelist_templates {
        margin-bottom: 0;
    }
    section.pricelist_order .pricelist_make_order {
        padding: 40px 0 !important;
    }
    .pricelist_make_order-packages .owl-stage {
        min-width: auto;
        gap: 0;
    }
    .pricelist_make_order-packages .item .most_popular {
        display: none;
    }
    .pricelist_make_order-packages .owl-stage-outer {
        overflow: hidden !important;
        margin-bottom: 40px;
    }
    .pricelist_make_order .order_step_header {
        padding: 0 20px;
    }
    .pricelist_make_order-packages {
        margin-bottom: 0;
    }
    .pricelist_make_order-packages .owl-prev {
        position: relative;
        left: 20px;
    }
    .pricelist_make_order-packages .owl-next {
        position: relative;
        right: 20px;
    }
    .pricelist_order_result-btn {
        margin: 0 auto;
    }

    .pricelist_create_store_second_adv .pricelist_create_store_adv-container {
        margin-bottom: 25px;
    }
    .pricelist_create_store_second_adv .pricelist_header {
        margin-bottom: 10px;
    }
    .pricelist_create_store_second_adv .pricelist_subheader {
        font-size: 18px;
        font-weight: 300;
        line-height: 25px;
        margin-bottom: 35px;
    }
    .pricelist_create_store_second_adv .pricelist_subheader br {
        display: block;
    }
    .pricelist_create_store_second_adv .pricelist_create_store_adv-text {
        font-size: 16px;
        font-weight: 300;
        line-height: 22px;
        margin-bottom: 20px;
        text-align: left;
    }
    .pricelist_create_store_second_adv .image_content_mobile div {
        width: 100%;
        aspect-ratio: 1 / 1.25;
        z-index: 2;
    }
    .pricelist_create_store_second_adv .image_content_mobile .background_image {
        position: absolute;
        z-index: 1;
        height: auto;
        aspect-ratio: auto;
    }
    .pricelist_create_store_second_adv .image_content_mobile img {
        object-position: bottom;
    }
    section.pricelist_clients {
        padding: 40px 0 !important;
    }
    section.pricelist_clients  > .container {
        padding: 0 20px;
    }
    .pricelist_clients .pricelist_header {
        text-align: left;
    }
    .pricelist_clients .carousel_second {
        position: relative;
        height: 50px;
        margin-bottom: 0;
    }
    @keyframes carousel-first {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-1625px);
        }
    }
    @keyframes carousel-second {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(3000px);
        }
    }
    .pricelist_clients .item {
        height: 140px;
        width: 300px;
        animation: carousel-first 30s infinite linear;
    }
    .pricelist_clients .carousel_second .item {
        width: 200px;
        padding: 0 10px;
        height: 50px;
    }
    .pricelist_reviews .pricelist_header {
        margin: 0 0 10px;
    }
    .pricelist_reviews-sub_header {
        font-size: 18px;
        font-weight: 300;
        line-height: 25px;
        margin-bottom: 35px;
    }
    .pricelist_reviews-socials,
    .pricelist_reviews-socials:last-of-type {
        margin-bottom: 30px;
    }
    .pricelist_reviews-socials > .pricelist_reviews-socials_rate {
        width: 140px;
    }
    .pricelist_reviews .owl-stage {
        margin-bottom: 40px;
    }
    .pricelist_reviews .comment_comment {
        height: 70px;
    }
    .pricelist_reviews .comment {
        margin-bottom: 0;
    }
    .pricelist_solutions-container {
        gap: 30px;
        grid-template-columns: repeat(1, 2fr);
    }
    .pricelist_solutions .solution {
        gap: 0;
    }
    .pricelist_solutions .solution_img_container {
        margin-bottom: 10px;
    }
    .pricelist_solutions .solution h3 {
        font-size: 16px;
        font-weight: 300;
        line-height: 22px;
        margin: 0 0 20px;
    }
    .pricelist_questions .pricelist_header {
        margin-bottom: 10px;
    }
    .pricelist_questions-container {
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(1, 10fr);
    }
    #modal_package_modules_info .modal-dialog {
        width: 100%;
        max-width: 100%;
    }
    #modal_package_modules_info .modal-header .close {
        right: 28px;
        top: 22px;
    }
    #modal_package_modules_info .modules_block .modules_table {
        max-height: calc(100% - 340px);
    }
    .modules_block .modules_table .row_cell.head .col {
        padding: 20px;
    }
    .modules_table .row_cell:first-of-type .col:last-of-type {
        padding: 10px 20px !important;
    }
    .modules_block .modules_table .price-search-name-flex {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px;
    }
    .modules_block .modules_table .price-search-name-flex input {
        width: 100%;
        min-width: 175px;
    }
    .modules_block .modules_table .row_cell .col:first-of-type {
        padding: 10px 20px;
        grid-column: 1 / 3;
    }
    .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 {
        padding: 20px;
    }
    .modules_block .modules_table .row_cell .col:first-of-type,
    .modules_block .modules_table .row_cell a,
    .modules_block .modules_table .scroll-to-modules,
    .modules_block .modules_table .module_category_heading,
    .modules_block .modules_table .row_cell .col  {
        font-size: 16px;
        line-height: 20px;
    }
    .modules_block .modules_table .row_cell {
        grid-template-columns: repeat(3, 1fr);
    }
    .modules_block .modules_table > div:not(#free_modules_table) .checkbox-container {
        padding-left: 20px;
    }
    .modules_block .modules_table .checkmark,
    .modules_block .modules_table > div:not(#free_modules_table) .checkbox-container svg {
        left: 0;
    }
    .modules_block .modules_table .open_free_modules_table .col:first-of-type {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px 20px;
    }
    .modules_block .modules_table .open_free_modules_table .col:first-of-type a {
        margin-right: 0;
    }
    .modules_block .modules_table .col:first-of-type a svg {
        height: 14px !important;
    }
    .modules_block #modules_table_result {
        flex-direction: column;
        padding: 30px 20px;
    }
    .modules_block #modules_table_result .result_text {
        font-size: 16px;
        line-height: 20px;
        max-width: none;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .modules_block #modules_table_result .result_text span.additional_modules {
        display: block;
        height: 0;
        transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out;
    }
    .modules_block #modules_table_result.edited_result span.additional_modules {
        height: 20px;
    }
    .modules_block #modules_table_result > div:last-of-type {
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }
    .modules_block #modules_table_result .result_price {
        margin-right: 0;
    }
    .modules_block #modules_table_result button {
        max-width: none;
    }
}

#modal_consultation .modal-dialog {
    max-width: 950px;
}

#modal_consultation .modal-content {
    padding: 80px;
    border: 0;
    border-radius: 0;
    background-color: #fff;
}

#modal_consultation .modal-content h4 {
    font-size: 40px;
    font-weight: 500;
    line-height: 47px;
}

#modal_consultation .modal-body {
    position: unset;
    display: flex;
    gap: 100px;
    padding: 60px 0 0;
}

#modal_consultation .modal-body>div:first-child {
    min-width: 320px;
}

#modal_consultation .modal-body p {
    max-width: 300px;
    font-size: 24px;
    line-height: 34px;
    font-weight: 300;
    padding-bottom: 60px;
}

#modal_consultation button.btn {
    width: 100%;
    text-transform: unset;
}

#modal_consultation form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 0;
}

#modal_consultation form input {
    width: 100%;
    height: 42px;
    margin: 0;
    padding: 0 15px;
    border: 2px solid #f1f1f1;
    color: #181818;
    font-weight: 500;
    transition: all .3s ease;
}

#modal_consultation form input[name="phone"] {
    padding-left: 45px;
}

#modal_consultation form .iti {
    color: #181818;
}

#modal_consultation form input:focus,#modal_consultation form input:hover {
    border-color: #b7b7b7;
}

#modal_consultation form input::placeholder {
    color: #757575;
    font-weight: 400;
}

#modal_consultation form input:focus::placeholder,#modal_consultation form input:hover::placeholder {
    color: #181818;
}

#modal_consultation .input-group {
    position: relative;
}

#modal_consultation .input-group.error input {
    border-color: #F00;
}

#modal_consultation .input-group svg {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

#modal_consultation .checkbox-group span {
    max-width: calc(100% - 80px);
}

#modal_consultation .checkbox-group:not(.error) svg,#modal_consultation .input-group:not(.error) svg {
    visibility: hidden;
}

#modal_consultation .checkbox-error {
    position: absolute;
    right: 12px;
    top: 50%;
    display: flex;
    align-items: center;
    transform: translateY(-50%);
}

#modal_consultation form button {
    margin: 0;
    font-weight: 400;
}

#modal_consultation label {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin: 20px 0;
    font-weight: 300;
    cursor: pointer;
}

#modal_consultation label input {
    display: none;
}

#modal_consultation label:before {
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    height: 23px;
    width: 23px;
    min-width: 23px;
    border: 2px solid #19BF4A;
    color: red;
    fill: red;
}

#modal_consultation label:has(input:checked):before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%23fff" class="bi bi-check" viewBox="0 0 16 16"><path d="M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425z"/></svg>');
    background-color: #19BF4A;
}

#modal_consultation a {
    color: #19BF4A;
    font-weight: 700;
    text-decoration: underline;
}

#modal_consultation a:hover {
    color: #181818;
}

#modal_consultation .modal-content img {
    transform: translateY(5px);
}

#modal_consultation .modal-content .close {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    background-color: #19BF4A;
    opacity: 1;
    transform: translate(28px,-2px);
}

#modal_consultation .modal-content .close svg {
    fill: #fff;
}

#modal_consultation .modal-content {
    position: relative;
}

#modal_consultation .done {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #181818;
}

#modal_consultation .done h1,
#modal_consultation .done h2,
#modal_consultation .done p {
    margin: 0;
    padding: 0;
    text-align: center;
}

#modal_consultation .done img {
    margin-bottom: 80px;
}

#modal_consultation .done h1 {
    font-weight: 600;
    font-size: 55px;
    line-height: 55px;
    color: #19BF4A;
}

#modal_consultation .done h2 {
    margin-top: 30px;
    font-weight: 400;
    line-height: 47px;
    font-size: 40px;
    color: #fff;
}

#modal_consultation .done p {
    font-weight: 300;
    font-size: 24px;
    line-height: 34px;
    margin-top: 60px;
    color: #fff;
}

#modal_consultation .done {
    overflow: hidden;
}

#modal_consultation .done:before {
    position: absolute;
    bottom: 0;
    content: '';
    height: 100%;
    width: 151%;
    background-image: url(/templates/content/solution/images/solomono-bg.svg);
    background-size: 90px auto;
    opacity: .05;
}

#modal_consultation .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 63px;
    padding: 25px 50px;
    margin: 0;
    border-radius: 0;
    background-color: #19BF4A;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    transition: all .3s ease;
}

#modal_consultation .btn:hover {
    color: #fff;
    opacity: .9;
}

@media (max-width: 1400px) {
    #modal_consultation .modal-dialog {
        margin-top:50px!important
    }
}

@media (max-width: 991px) {
    #modal_consultation .modal-dialog {
        max-width:unset;
        height: 100dvh;
        margin: 0!important
    }

    #modal_consultation .modal-content {
        height: 100%;
        padding: 20px
    }

    #modal_consultation .modal-content h4 {
        margin-top: 125px;
        font-size: 24px;
        font-weight: 700;
        line-height: 25px
    }

    #modal_consultation .modal-body p {
        font-size: 18px;
        line-height: 25px;
        font-weight: 300;
        padding-bottom: 0
    }

    #modal_consultation .modal-body p br {
        display: none
    }

    #modal_consultation .modal-content .close {
        transform: translate(0)
    }

    #modal_consultation .modal-body {
        flex-direction: column;
        gap: 80px;
        padding: 35px 0 0
    }

    #modal_consultation .modal-body p+img {
        display: none
    }

    #modal_consultation .done {
        padding: 20px
    }

    #modal_consultation .done img {
        width: 166px;
        margin-bottom: 40px
    }

    #modal_consultation .done h1 {
        font-size: 34px;
        line-height: 40px
    }

    #modal_consultation .done h2 {
        margin-top: 20px;
        font-size: 24px;
        line-height: 25px
    }

    #modal_consultation .done p {
        line-height: 20px;
        font-size: 14px
    }
    #modal_consultation .btn {
        padding:25px 35px;
        font-size: 14px
    }
}
@media (max-width: 767px) {
    .pricelist_make_order .pricelist_prices-nav {
        display: flex;
    }
    .pricelist_go-to-prices {
        bottom: 66px;
        right: 10px;
    }
    .discount {
        top: 66px;
    }
}
/*------------------------BREADCRUMBS START------------------------*/
.breadcrumb_container {
    background-color: #181818;
}
.breadcrumb_container a {
    color: #f2f2f2;
}
.breadcrumb_container a:hover {
    color: #F8E342;
}
.breadcrumb_container .devider svg {
    stroke: #f2f2f2;
}
/*------------------------BREADCRUMBS END------------------------*/