@font-face {
    font-family: 'Poppins Thin';
    src: url('../fonts/Poppins-Thin.woff2') format('woff2');
}

@font-face {
    font-family: 'Poppins ExtraLight';
    src: url('../fonts/Poppins-ExtraLight.woff2') format('woff2');
}

@font-face {
    font-family: 'Poppins Light';
    src: url('../fonts/Poppins-Light.woff2') format('woff2');
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Poppins Medium';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Poppins SemiBold';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: 'Poppins Bold';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Poppins ExtraBold';
    src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2');
}

@font-face {
    font-family: 'Poppins Black';
    src: url('../fonts/Poppins-Black.woff2') format('woff2');
}


:root {
    --qr-white: rgba(255, 255, 255, 1);
    --qr-black: rgba(2, 2, 2, 1);
    --qr-green: rgba(169, 245, 4, 1);
    --qr-blue: rgba(6, 164, 237, 1);
    --qr-light: rgba(247, 247, 247, 1);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* .row, .row>* {
    padding: 0 !important;
    margin: 0 !important;
} */

html {
    scroll-behavior: smooth;
}

body {
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

img,
svg,
video,
iframe {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.swiper {
    width: 100%;
    height: 100%;
}

.fix-class {
    display: -webkit-inline-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    line-clamp: 1 !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.fix-class2 {
    display: -webkit-inline-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.fix-class3 {
    display: -webkit-inline-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    line-clamp: 3 !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.fix-class4 {
    display: -webkit-inline-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 4 !important;
    line-clamp: 4 !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.pagination {
    margin: 60px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.pagination ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 32px;
    border: 1px solid rgba(2, 2, 2, 1);
    border-radius: 36px;
    color: rgba(2, 2, 2, 1);
    font: 500 16px/19px "Poppins", sans-serif;
    transition: 0.3s;
    background: var(--qr-white);
}

.pagination ul li a.disabled {
    background: #F7F7F7;
}

.pagination ul li a:not(.disabled):hover,
.pagination ul li a.active {
    background: var(--qr-green);
}

.pagination ul li a img {
    width: 20px;
    height: 20px;
    transition: 0.3s;
}

.pagination ul li a.next:not(.disabled):hover img {
    transform: translateX(10px);
}

.pagination ul li a.previous:not(.disabled):hover img {
    transform: translateX(-10px);
}

.backgroundCrossLineWrapper {
    position: relative;
}

.backgroundCrossLineWrapper .backgroundCrossLine {
    display: block;
    width: 460px;
    height: 1000px;
    object-fit: fill;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.backgroundCrossLineWrapper .backgroundCrossLine2 {
    display: block;
    width: 600px;
    height: 1200px;
    object-fit: fill;
    position: absolute;
    top: -500px;
    right: 0;
    z-index: -1;
}

.backgroundCrossLineWrapper .backgroundCrossLine3 {
    display: block;
    width: 460px;
    height: 1000px;
    object-fit: fill;
    position: absolute;
    top: -650px;
    left: 0;
    z-index: -1;
}

.backgroundCrossLineWrapper .backgroundCrossLine4 {
    display: block;
    width: 500px;
    height: auto;
    object-fit: fill;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.backgroundCrossLineWrapper .backgroundCrossLine5 {
    display: block;
    width: 500px;
    height: auto;
    object-fit: fill;
    position: absolute;
    top: -62px;
    right: 0;
    z-index: -1;
}



/* Back to Top Button */
.backToTopButton {
    position: fixed;
    z-index: 9;
    bottom: 0;
    right: 44px;
    background: var(--qr-white);
    box-shadow: 0px 4px 4px 0px rgba(17, 104, 141, 0.25);
    border-radius: 40px;
    width: 50px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    color: var(--qr-blue);
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    border: 1px solid #020202;
}

.backToTopButton img {
    width: 24px;
    height: 24px;
}

.backToTopButton:hover {
    box-shadow: 0px 6px 8px 3px rgba(6, 164, 237, 0.4);
}

.backToTopButton.active {
    bottom: 50px;
    opacity: 1;
    pointer-events: auto;
}

/* Back to Top Button */



a.navigation_link {
    padding: 12.5px 34px 12.5px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: rgba(2, 2, 2, 1);
    border: 1px solid rgba(2, 2, 2, 1);
    border-radius: 36px;
}

a.navigation_link .text {
    color: rgba(255, 255, 255, 1);
    font: 500 16px/24px "Poppins", sans-serif;
}

a.navigation_link .icon {
    width: 20px;
    height: 20px;
}

a.navigation_link .icon img {
    transition: 0.3s;
}

a.navigation_link:hover .icon img {
    transform: translateX(10px);
}


/* Sidebar */
.sidebar.offcanvas.offcanvas-end {
    width: 400px;
    padding: 21px 16px;
    background: var(--qr-white);
}

.sidebar.offcanvas.offcanvas-end .heading {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 0 40px 0;
}

.sidebar.offcanvas.offcanvas-end .heading::after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: -16px;
    width: calc((100% + 2 * 16px));
    border-bottom: 1px solid rgba(217, 217, 217, 1);
}

.sidebar.offcanvas.offcanvas-end .heading .sidebar_close {
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-right: 12px;
}

.sidebar.offcanvas.offcanvas-end .heading .sidebar_logo {
    width: 100px;
}

.sidebar.offcanvas.offcanvas-end .heading .sidebar_logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.sidebar.offcanvas.offcanvas-end .heading .sidebar_login {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
}

.sidebar.offcanvas.offcanvas-end .heading .login_button {
    display: block;
    color: var(--qr-black);
    font: 400 16px/19.36px "Poppins", sans-serif;
    border: 1px solid var(--qr-black);
    padding: 12px 45px;
    border-radius: 52px;
}

.sidebar.offcanvas.offcanvas-end .body ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
}

.sidebar.offcanvas.offcanvas-end .body ul li {
    width: 100%;
    padding: 12px;
}

.sidebar.offcanvas.offcanvas-end .body ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidebar.offcanvas.offcanvas-end .body ul li a .icon {
    display: block;
    width: 24px;
    height: 24px;
}

.sidebar.offcanvas.offcanvas-end .body ul li a .text {
    width: calc((100% - 24px));
    margin: 0;
    text-align: left;
    color: rgba(2, 2, 2, 1);
    font: 400 16px/24px "Poppins", sans-serif;
    transition: 0.3s;
}

.sidebar.offcanvas.offcanvas-end .body ul li a.active .text,
.sidebar.offcanvas.offcanvas-end .body ul li a:hover .text {
    color: var(--qr-blue);
}

.sidebar.offcanvas.offcanvas-end .body .language_dropdown_wrapper {
    margin: 40px 0 0 0;
    width: 100%;
}

.sidebar.offcanvas.offcanvas-end .body .language_dropdown_wrapper .language_list {
    background: rgba(247, 247, 247, 1);
    border: 1px solid rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    width: 200px;
    padding: 8px 12px 8px 12px;
    border-radius: 53px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.sidebar.offcanvas.offcanvas-end .body .language_dropdown_wrapper .language_list li {
    width: calc((100% / 3));
    padding: 0;
}

.sidebar.offcanvas.offcanvas-end .body .language_dropdown_wrapper .language_list li a {
    text-align: left;
    color: rgba(2, 2, 2, 1);
    font: 400 16px/24px "Poppins", sans-serif;
    text-transform: uppercase;
    padding: 7px;
}

/* Sidebar */




/* Header */
header {
    background: var(--qr-white);
    transition: 0.3s;
    border-bottom: 1px solid #D9D9D9;
}

header.active {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--qr-white);
    z-index: 9;
    box-shadow: 0px 10px 20px 0px rgba(0, 15, 56, 0.06);
    animation: smoothScroll 0.3s forwards;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

header.deactive {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--qr-white);
    z-index: 9;
    animation: smoothScroll2 0.3s forwards;
}

@keyframes smoothScroll2 {
    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(-100%);
    }
}

header .header_wrapper {
    height: 96px;
    display: flex;
    align-items: center;
}

header .header_logo a {
    display: block;
    width: 152px;
    height: 48px;
}

header .header_nav ul {
    display: flex;
    align-items: center;
    gap: 16px;
}

header .header_nav ul li a {
    color: var(--qr-black);
    padding: 12px;
    font: 500 16px/24px "Poppins Medium", sans-serif;
    transition: 0.3s;
}

header .header_nav ul li a.active,
header .header_nav ul li a:hover {
    color: var(--qr-blue);
}

header .header_setting {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    padding-left: 0;
}

header .header_setting .login_button {
    color: var(--qr-black);
    font: 400 16px/19.36px "Poppins", sans-serif;
    border: 1px solid var(--qr-black);
    padding: 12px 45px;
    border-radius: 52px;
    transition: 0.3s;
}

header .header_setting .login_button:hover {
    background: var(--qr-black);
    color: var(--qr-white);
}

header .header_wrapper .sidebar_opener {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 60px;
    padding: 0;
}

header .header_wrapper .sidebar_opener .hamburger {
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.language_dropdown_wrapper {
    width: 72px;
    height: 48px;
    cursor: pointer;
    position: relative;
}

.language_dropdown_wrapper .dropdown-opener {
    padding: 12px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.language_dropdown_wrapper .dropdown-opener .icon {
    width: 20px;
    height: 20px;
}

.language_dropdown_wrapper .dropdown-opener .text {
    width: calc((100% - 8px - 20px));
}

.language_dropdown_wrapper .dropdown-menu {
    background: rgba(247, 247, 247, 1);
    border: 1px solid rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    width: 197px;
    height: 64px;
    padding: 8px 12px 8px 12px;
    border-radius: 53px;
}

.language_dropdown_wrapper .dropdown-menu.show {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: calc(48px + 26px) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.language_dropdown_wrapper .dropdown-menu .dropdown-item:focus {
    color: inherit;
    background: inherit;
}

/* Header */



/* Home Section */
.home {
    margin: 40px auto 75px;
}

.home .home_wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 18px;
}

.home .home_wrapper>div {
    width: calc((100% - 18px) / 2);
}

.home .home_wrapper .home_wrapper_left h1 {
    color: rgba(2, 2, 2, 1);
    font: 500 48px/72px "Poppins Medium", sans-serif;
    text-align: left;
    margin: 0 0 32px 0;
}

.home .home_wrapper .home_wrapper_left h1 span {
    font: 200 48px/72px "Poppins Thin", sans-serif;
    font-style: italic;
}

.home .home_wrapper .home_wrapper_left p {
    color: rgba(2, 2, 2, 1);
    font: 500 16px/24px "Poppins Medium", sans-serif;
    text-align: left;
    width: 80%;
    margin: 0 0 60px 0;
}

.home .home_wrapper .home_wrapper_left a {
    padding: 12.5px 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0 0 60px 0;
    background: var(--qr-green);
    border: 1px solid rgba(2, 2, 2, 1);
    border-radius: 36px;
}

.home .home_wrapper .home_wrapper_left a .text {
    color: rgba(2, 2, 2, 1);
    font: 400 16px/24px "Poppins", sans-serif;
}

.home .home_wrapper .home_wrapper_left a .icon {
    width: 20px;
    height: 20px;
}

.home .home_wrapper .home_wrapper_left a .icon img {
    transition: 0.3s;
}

.home .home_wrapper .home_wrapper_left a:hover .icon img {
    transform: translateX(10px);
}

.home .home_wrapper .home_wrapper_left .users_comments_wrapper {
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 32px;
}

.home .home_wrapper .home_wrapper_left .users_comments_wrapper .users_comments_item {
    width: calc((100% - 32px) / 2);
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    background: rgba(247, 247, 247, 1);
    border-radius: 12px;
}

.home .home_wrapper .home_wrapper_left .users_comments_wrapper .users_comments_item .users_comments_item_left {
    width: 90px;
}

.home .home_wrapper .home_wrapper_left .users_comments_wrapper .users_comments_item .users_comments_item_right {
    width: calc((100% - 16px - 90px));
}

.home .home_wrapper .home_wrapper_left .users_comments_wrapper .users_comments_item .users_comments_item_right .top {
    margin: 0;
    color: rgba(2, 2, 2, 1);
    text-align: left;
    font: 500 20px/30px "Poppins Medium", sans-serif;
}

.home .home_wrapper .home_wrapper_left .users_comments_wrapper .users_comments_item .users_comments_item_right .bottom {
    margin: 0;
    color: rgba(2, 2, 2, 1);
    text-align: left;
    font: 300 16px/24px "Poppins Light", sans-serif;
    font-style: italic;
}

.home .home_wrapper .home_wrapper_right {
    height: 500px;
    outline: none;
    border: 1px solid rgba(217, 217, 217, 1);
    background: rgba(247, 247, 247, 1);
    border-radius: 20px;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    position: relative;
}

.home .home_wrapper .home_wrapper_right video {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    width: 100%;
    height: 100%;
    border: none !important;
    outline: none !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-tap-highlight-color: transparent !important;
}

/* Home Section */



/* Company Swiper */
section.company .company_items {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

section.company .company_items .company_count {
    height: 72px;
    width: 210px;
    color: rgba(2, 2, 2, 1);
    font: 500 24px/36px "Poppins Medium", sans-serif;
    text-align: left;
    margin: 0;
}

section.company .company_items .company_count span {
    display: block;
    color: var(--qr-blue);
}

section.company .company_items .company_swiper {
    width: calc((100% - 20px - 210px));
    height: 55px;
}

/* Company Swiper */



/* Steps Section */
section.steps {
    margin: 85px auto 160px;
}

section.steps .steps_wrapper {
    background: rgba(247, 247, 247, 1);
    border-radius: 20px;
    padding: 52px 46px;
}

section.steps .steps_wrapper .steps_heading_wrapper {
    display: flex;
    align-items: center;
    gap: 68px;
    margin: 0 0 90px 0;
}

section.steps .steps_wrapper .steps_heading_wrapper .steps_heading_item {
    width: calc((100% - 68px) / 2);
    color: rgba(2, 2, 2, 1);
    font: 500 40px/60px "Poppins Medium", sans-serif;
    text-align: left;
    margin: 0;
    padding: 0;
}

section.steps .steps_wrapper .steps_heading_wrapper .steps_heading_link {
    width: calc((100% - 68px) / 2);
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 50px;
}

section.steps .steps_wrapper .steps_heading_wrapper .steps_heading_link p {
    color: rgba(91, 91, 91, 1);
    font: 500 16px/24px "Poppins Medium", sans-serif;
    text-align: left;
    margin: 0;
    padding: 0;
}

section.steps .steps_wrapper .steps_heading_wrapper .steps_heading_link a {
    padding: 12.5px 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0;
    background: rgba(2, 2, 2, 1);
    border: 1px solid rgba(2, 2, 2, 1);
    border-radius: 36px;
}

section.steps .steps_wrapper .steps_heading_wrapper .steps_heading_link a .text {
    color: rgba(255, 255, 255, 1);
    font: 400 16px/24px "Poppins", sans-serif;
}

section.steps .steps_wrapper .steps_heading_wrapper .steps_heading_link a .icon {
    width: 20px;
    height: 20px;
}

section.steps .steps_wrapper .steps_heading_wrapper .steps_heading_link a .icon img {
    transition: 0.3s;
}

section.steps .steps_wrapper .steps_heading_wrapper .steps_heading_link a:hover .icon img {
    transform: translateX(10px);
}

section.steps .steps_wrapper .steps_pictures {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 150px;
}

section.steps .steps_wrapper .steps_pictures .steps_pictures_item {
    width: calc((100% - 2 * 150px) / 3);
}

section.steps .steps_wrapper .steps_pictures .steps_pictures_item .picture {
    height: 400px;
}

section.steps .steps_wrapper .steps_pictures .steps_pictures_item .step_count {
    margin: 12px 0 0 0;
    color: var(--qr-blue);
    font: 600 40px/60px "Poppins SemiBold", sans-serif;
    text-align: left;
}

section.steps .steps_wrapper .steps_pictures .steps_pictures_item h2 {
    font: 600 24px/36px "Poppins SemiBold", sans-serif;
    margin: 0 0 12px 0;
    text-align: left;
    color: rgba(2, 2, 2, 1);
}

section.steps .steps_wrapper .steps_pictures .steps_pictures_item p {
    font: 400 16px/24px "Poppins", sans-serif;
    margin: 0;
    text-align: left;
    color: rgba(91, 91, 91, 1);
}

section.steps .steps_wrapper .steps_pictures .steps_pictures_item:nth-child(1),
section.steps .steps_wrapper .steps_pictures .steps_pictures_item:nth-child(2) {
    position: relative;
}

section.steps .steps_wrapper .steps_pictures .steps_pictures_item:nth-child(1)::after {
    content: "";
    position: absolute;
    top: 63px;
    left: calc(100% + (150px - 84px) / 2);
    width: 84px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/svg/toStep2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

section.steps .steps_wrapper .steps_pictures .steps_pictures_item:nth-child(2)::after {
    content: "";
    position: absolute;
    top: 154px;
    left: calc(100% + (150px - 103px) / 2);
    width: 103px;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/svg/toStep3.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Steps Section */



/* Traditional Ways */
section.traditional_ways {
    padding-bottom: 160px;
}

section.traditional_ways .heading {
    width: 650px;
    text-align: center;
    margin: 0 auto 60px;
    font: 500 40px/60px "Poppins Medium", sans-serif;
    color: rgba(2, 2, 2, 1);
}

section.traditional_ways .heading span.break {
    display: block;
}

section.traditional_ways .heading span.italic {
    font: italic 200 40px/60px "Poppins Thin", sans-serif;
    color: rgba(2, 2, 2, 1);
}

section.traditional_ways .traditional_items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

section.traditional_ways .traditional_items .traditional_item {
    width: calc((100% / 3));
    min-height: 380.6px;
}

section.traditional_ways .traditional_items .traditional_item:not(:nth-child(3n)) {
    padding-right: 58.75px;
}

section.traditional_ways .traditional_items .traditional_item:not(:nth-child(3n + 1)) {
    padding-left: 58.75px;
}

section.traditional_ways .traditional_items .traditional_item:nth-child(-n + 3) {
    padding-bottom: 60px;
}

section.traditional_ways .traditional_items .traditional_item:nth-child(n + 4) {
    padding-top: 60px;
}

section.traditional_ways .traditional_items .traditional_item:nth-child(1),
section.traditional_ways .traditional_items .traditional_item:nth-child(2) {
    border-right: 1px solid rgba(230, 230, 230, 1);
    border-bottom: 1px solid rgba(230, 230, 230, 1);
}

section.traditional_ways .traditional_items .traditional_item:nth-child(5) {
    border-left: 1px solid rgba(230, 230, 230, 1);
}

section.traditional_ways .traditional_items .traditional_item:nth-child(6) {
    border-left: 1px solid rgba(230, 230, 230, 1);
    border-top: 1px solid rgba(230, 230, 230, 1);
}

section.traditional_ways .traditional_items .traditional_item .picture {
    height: 67px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 16px 0;
}

section.traditional_ways .traditional_items .traditional_item .picture img {
    display: block;
    width: auto;
    height: 100%;
    object-fit: contain;
}

section.traditional_ways .traditional_items .traditional_item h2 {
    color: rgba(2, 2, 2, 1);
    text-align: left;
    font: 600 24px/36px "Poppins SemiBold", sans-serif;
    margin: 0 0 12px 0;
    display: -webkit-inline-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

section.traditional_ways .traditional_items .traditional_item p {
    color: rgba(91, 91, 91, 1);
    text-align: left;
    font: 400 16px/24px "Poppins", sans-serif;
    margin: 0 0 12px 0;
    display: -webkit-inline-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 6 !important;
    line-clamp: 6 !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

/* Traditional Ways */



/* Automation */
section.automation {
    background: rgba(247, 247, 247, 1);
    padding: 100px 0;
}

section.automation .automation_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 87px;
}

section.automation .automation_wrapper .right {
    width: calc((100% - 1 * 87px) / 2);
    height: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    overflow: hidden;
    padding: 0;
}

section.automation .automation_wrapper .right img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: opacity 0.5s ease-in-out;
}

section.automation .automation_wrapper .left {
    width: calc((100% - 1 * 87px) / 2);
    height: 440px;
}

section.automation .automation_wrapper .left .picture {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
    padding: 12px;
    margin: 0 0 4px 0;
}

section.automation .automation_wrapper .left h2 {
    color: rgba(0, 0, 0, 1);
    text-align: left;
    font: 500 36px/54px "Poppins Medium", sans-serif;
    margin: 0 0 30px 0;
    display: -webkit-inline-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

section.automation .automation_wrapper .left p {
    color: rgba(91, 91, 91, 1);
    text-align: left;
    font: 400 16px/24px "Poppins", sans-serif;
    margin: 0 0 25px 0;
    display: -webkit-inline-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

section.automation .automation_wrapper .left a {
    padding: 12.5px 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 20px 0;
    background: rgba(2, 2, 2, 1);
    border: 1px solid rgba(2, 2, 2, 1);
    border-radius: 36px;
}

section.automation .automation_wrapper .left a .text {
    color: rgba(255, 255, 255, 1);
    font: 400 16px/24px "Poppins", sans-serif;
}

section.automation .automation_wrapper .left a .icon {
    width: 20px;
    height: 20px;
}

section.automation .automation_wrapper .left a .icon img {
    transition: 0.3s;
}

section.automation .automation_wrapper .left a:hover .icon img {
    transform: translateX(10px);
}

/* Automation */



/* Plans */
section.plans {
    padding: 160px 0;
    background: var(--qr-white);
}

section.plans.prices_page {
    padding: 0 0 80px 0;
}

section.plans .heading h2 {
    color: rgba(0, 0, 0, 1);
    text-align: center;
    font: 500 40px/60px "Poppins Medium", sans-serif;
    margin: 0 0 32px 0;
}

section.plans .heading h2 span.break {
    display: block;
}

section.plans .plans_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 44px;
}

section.plans .plans_wrapper .nav.nav-tabs {
    width: 237px;
    height: 43px;
    padding: 4px;
    border-radius: 50px;
    background: rgba(247, 247, 247, 1);
    border: none;
    outline: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

section.plans .plans_wrapper .nav.nav-tabs .nav-item {
    width: 50%;
    height: 100%;
}

section.plans .plans_wrapper .nav.nav-tabs .nav-item .nav-link {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    box-shadow: none;
    color: rgba(0, 0, 0, 1);
    text-align: center;
    font: 400 16px/19.36px "Poppins", sans-serif;
    margin: 0 0 32px 0;
    padding: 8px 40px 8px 40px;
    border-radius: 42px;
}

section.plans .plans_wrapper .nav.nav-tabs .nav-item .nav-link.active {
    background: var(--qr-green);
    border: 1px solid rgba(2, 2, 2, 1);
}

section.plans .plans_wrapper .tab-content {
    width: 100%;
}

section.plans .plans_wrapper .tab-content .all_plans {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 45px;
    /* gap: 33px; */
}

section.plans .plans_wrapper .tab-content .all_plans .plan_item {
    /* width: calc((100% - 2 * 33px) / 3); */
    background: rgba(247, 247, 247, 1);
    padding: 44px 32px;
    border-radius: 20px;
}

section.plans .plans_wrapper .tab-content .all_plans .plan_item.popular_plan {
    border: 1px solid #141414;
    position: relative;
    margin-top: -20px;
    padding: 60px 32px 70px;
}

section.plans .plans_wrapper .tab-content .all_plans .plan_item.popular_plan::after {
    content: "Popular plan";
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    color: #222222;
    text-align: center;
    font: 500 16px/19.36px "Poppins", sans-serif;
    background: var(--qr-green);
    border: 1px solid #141414;
    width: 224px;
    height: 44px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.plans .plans_wrapper .tab-content .all_plans .plan_item h2 {
    color: rgba(2, 2, 2, 1);
    text-align: left;
    font: 500 24px/36px "Poppins Medium", sans-serif;
    margin: 10px 0 20px 0;
}

/* section.plans .plans_wrapper .tab-content .all_plans .plan_item.popular_plan h2{
    margin: 15px 0 20px 0;
} */

section.plans .plans_wrapper .tab-content .all_plans .plan_item p {
    color: rgba(2, 2, 2, 1);
    text-align: left;
    font: 300 16px/24px "Poppins Light", sans-serif;
    margin: 0 0 24px 0;
}

section.plans .plans_wrapper .tab-content .all_plans .plan_item .price .prev_price {
    position: relative;
    color: rgba(91, 91, 91, 1);
    text-align: center;
    font: 300 16px/24px "Poppins Light", sans-serif;
    margin: 0 17px 0 0;
    padding: 0;
}

section.plans .plans_wrapper .tab-content .all_plans .plan_item .price .prev_price::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: rgba(91, 91, 91, 1);
}

section.plans .plans_wrapper .tab-content .all_plans .plan_item .price .discount {
    color: rgba(2, 2, 2, 1);
    text-align: center;
    font: 500 16px/24px "Poppins Medium", sans-serif;
    border: 1px solid rgba(0, 0, 0, 1);
    margin: 0;
    padding: 4px 10px;
    border-radius: 8px;
}

section.plans .plans_wrapper .tab-content .all_plans .plan_item .price p {
    margin: 8px 0 0 0;
    color: rgba(6, 164, 237, 1);
    text-align: left;
    font: 500 40px/60px "Poppins Medium", sans-serif;
    padding: 0;
}

section.plans .plans_wrapper .tab-content .all_plans .plan_item .price p span {
    color: rgba(6, 164, 237, 1);
    text-align: left;
    font: 300 20px/30px "Poppins Light", sans-serif;
    margin: 0;
    padding: 0;
}

section.plans .plans_wrapper .tab-content .all_plans .plan_item .time {
    color: rgba(91, 91, 91, 1);
    text-align: left;
    font: 300 16px/24px "Poppins Light", sans-serif;
    margin: 0 0 48px 0;
}

section.plans .plans_wrapper .tab-content .all_plans a {
    display: block;
    border: 1px solid rgba(2, 2, 2, 1);
    width: 100%;
    padding: 12px 24px;
    border-radius: 36px;
    text-align: center;
    font: 500 16px/24px "Poppins Medium", sans-serif;
    color: rgba(2, 2, 2, 1);
    /* margin: 0 0 40px 0; */
    background: rgba(247, 247, 247, 1);
    transition: 0.3s;
}

section.plans .plans_wrapper .tab-content .all_plans a:hover {
    background: var(--qr-green);
}

section.plans .plans_wrapper .tab-content .all_plans .horizontal_line {
    background: rgba(217, 217, 217, 1);
    width: 100%;
    height: 1px;
    margin: 40px 0 40px 0;
}

section.plans .plans_wrapper .tab-content .all_plans ul {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}

section.plans .plans_wrapper .tab-content .all_plans ul li {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    position: relative;
}

section.plans .plans_wrapper .tab-content .all_plans ul li::after {
    content: "";
    position: absolute;
    top: 8.5px;
    left: -12.5px;
    width: 5px;
    height: 5px;
    background: black;
    border-radius: 50%;
}

section.plans .plans_wrapper .tab-content .all_plans ul li .text {
    max-width: calc((100% - 8px - 24px));
    text-align: left;
    font: 300 16px/24px "Poppins Light", sans-serif;
    color: rgba(2, 2, 2, 1);
}

section.plans .plans_wrapper .tab-content .all_plans ul li .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
}

section.plans .navigation_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 44px 0 0 0;
}

/* Plans */


/* Calculator */
section.calculator {
    background: rgba(247, 247, 247, 1);
    padding: 114.5px 0;
}

section.calculator.prices_page {
    padding: 114.5px 0 200px;
    margin-bottom: -120px;
}

section.calculator .calculator_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 88px;
}

section.calculator .calculator_wrapper .calculator_wrapper_left {
    width: calc(55% - (88px / 2));
}

section.calculator .calculator_wrapper .calculator_wrapper_right {
    width: calc(45% - (88px / 2));
    border: 1px solid rgba(0, 0, 0, 1);
    background: rgba(255, 255, 255, 1);
    border-radius: 40px;
    padding: 52px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 60px;
}

section.calculator .calculator_wrapper .calculator_wrapper_right .heading {
    width: 100%;
    text-align: center;
    color: #020202;
    font: italic 200 24px/29.05px "Poppins Thin", sans-serif;
    margin: 0;
}

section.calculator .calculator_wrapper .calculator_wrapper_right .heading span {
    font: 500 24px/29.05px "Poppins Medium", sans-serif;
}

section.calculator .calculator_wrapper .calculator_wrapper_right .calculation_result {
    width: 100%;
}

section.calculator .calculator_wrapper .calculator_wrapper_right .calculation_result .total_price {
    margin: 0 0 52px 0;
    text-align: center;
    color: rgba(2, 2, 2, 1);
    font: 500 48px/58.05px "Poppins Medium", sans-serif;
}

section.calculator .calculator_wrapper .calculator_wrapper_right .calculation_result .total_price span {
    color: rgba(28, 175, 245, 1);
    font: 300 16px/19.05px "Poppins Light", sans-serif;
}

section.calculator .calculator_wrapper .calculator_wrapper_right .calculation_result ul {
    display: flex;
    flex-direction: column;
}

section.calculator .calculator_wrapper .calculator_wrapper_right .calculation_result ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 34.5px 0;
}

section.calculator .calculator_wrapper .calculator_wrapper_right .calculation_result ul li:not(:last-child) {
    border-bottom: 1px solid rgba(217, 217, 217, 1);
}

section.calculator .calculator_wrapper .calculator_wrapper_right .calculation_result ul li .description {
    width: calc((100% - 150px));
    text-align: left;
    margin: 0;
    color: rgba(91, 91, 91, 1);
    font: 400 16px/19.36px "Poppins", sans-serif;
}

section.calculator .calculator_wrapper .calculator_wrapper_right .calculation_result ul li .count {
    width: 150px;
    text-align: right;
    margin: 0;
    color: rgba(0, 0, 0, 1);
    font: 400 20px/24.05px "Poppins", sans-serif;
}

section.calculator .calculator_wrapper .calculator_wrapper_right .calculation_result ul li .count span {
    color: rgba(28, 175, 245, 1);
    font: 300 20px/24.05px "Poppins Light", sans-serif;
}

section.calculator .calculator_wrapper .calculator_wrapper_left .heading {
    text-align: left;
    margin: 0;
    color: rgba(2, 2, 2, 1);
    font: 500 40px/60px "Poppins Medium", sans-serif;
}

section.calculator .calculator_wrapper .calculator_wrapper_left .heading span {
    color: rgba(6, 164, 237, 1);
}

section.calculator .calculator_wrapper .calculator_wrapper_left .heading .icon {
    width: 94px;
    height: 44px;
    display: inline-block;
    transform: translateY(10px);
}

section.calculator .calculator_wrapper .calculator_wrapper_left p {
    text-align: left;
    margin: 44px 0 52px;
    width: 80%;
    color: rgba(91, 91, 91, 1);
    font: 400 16px/24.05px "Poppins", sans-serif;
}

section.calculator .calculator_wrapper .calculator_wrapper_left .form_groups {
    height: 110px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 80px;
}

section.calculator .calculator_wrapper .calculator_wrapper_left .form_groups .form_group {
    width: 180px;
}

section.calculator .calculator_wrapper .calculator_wrapper_left .form_groups .form_group label {
    text-align: left;
    margin: 0 0 20px 0;
    color: rgba(2, 2, 2, 1);
    font: 400 20px/30px "Poppins", sans-serif;
}

section.calculator .calculator_wrapper .calculator_wrapper_left .form_groups .form_group .input {
    background: rgba(255, 255, 255, 1);
    border-radius: 20px;
    padding: 16px;
    height: 60px;
    position: relative;
}

section.calculator .calculator_wrapper .calculator_wrapper_left .form_groups .form_group .input input {
    border: none;
    outline: none;
    background: transparent;
    width: 80px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 0 10px;
    color: rgba(0, 0, 0, 1);
    font: 500 20px/30px "Poppins Medium", sans-serif;
    user-select: none;
    pointer-events: none;
}

section.calculator .calculator_wrapper .calculator_wrapper_left .form_groups .form_group .input .minus,
section.calculator .calculator_wrapper .calculator_wrapper_left .form_groups .form_group .input .plus {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(247, 247, 247, 1);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(41, 45, 50, 1);
    font: 400 16px/16px "Poppins", sans-serif;
    text-align: center;
    user-select: none;
}

section.calculator .calculator_wrapper .calculator_wrapper_left .form_groups .form_group .input .plus {
    right: 14px;
}

section.calculator .calculator_wrapper .calculator_wrapper_left .form_groups .form_group .input .minus {
    left: 14px;
}

section.calculator .calculator_wrapper .calculator_wrapper_left .navigation_wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 80px 0 0 0;
}

section.calculator .calculator_wrapper .calculator_wrapper_left .navigation_wrapper .navigation_link {
    background: var(--qr-green);
}

section.calculator .calculator_wrapper .calculator_wrapper_left .navigation_wrapper .navigation_link .text {
    color: rgba(2, 2, 2, 1);
}

/* Calculator */




/* FAQ */
section.faq {
    padding: 160px 0;
    /* margin: 160px 0;
    min-height: 540px; */
}

section.faq .heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
    margin: 0 0 60px 0;
}

section.faq .heading h2 {
    width: calc(75% - (100px / 2));
    margin: 0;
    color: rgba(2, 2, 2, 1);
    font: 500 40px/60px "Poppins Medium", sans-serif;
    text-align: left;
}

section.faq .heading .navigation_wrapper {
    width: calc(25% - (100px / 2));
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

section.faq .faq_wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
}

section.faq .faq_wrapper .faq_items {
    width: calc((100% - 1 * 16px) / 2);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
}

section.faq .faq_wrapper .faq_items:nth-child(1) {
    padding-right: 0;
}

section.faq .faq_wrapper .faq_items:nth-child(2) {
    padding-left: 0;
}

section.faq .faq_wrapper .faq_items .faq_item {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

section.faq .faq_wrapper .faq_items .faq_item .accordion-item {
    border: none;
    outline: none;
    box-shadow: none;
}

section.faq .faq_wrapper .faq_items .faq_item .accordion_opener {
    background: rgba(6, 164, 237, 1);
    height: 70px;
    padding: 20px;
    border: none;
    outline: none;
    box-shadow: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

section.faq .faq_wrapper .faq_items .faq_item .accordion_opener .text {
    width: calc(100% - 40px - 24px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    margin: 0;
    color: rgba(255, 255, 255, 1);
    font: 500 20px/30px "Poppins Medium", sans-serif;
    user-select: none;
}

section.faq .faq_wrapper .faq_items .faq_item .accordion_opener .icon {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

section.faq .faq_wrapper .faq_items .faq_item .accordion_opener .icon svg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.faq .faq_wrapper .faq_items .faq_item .accordion_opener .icon svg path {
    fill: white;
}

section.faq .faq_wrapper .faq_items .faq_item .accordion_opener.collapsed {
    background: rgba(247, 247, 247, 1);
}

section.faq .faq_wrapper .faq_items .faq_item .accordion_opener.collapsed .text {
    color: rgba(2, 2, 2, 1);
}

section.faq .faq_wrapper .faq_items .faq_item .accordion_opener.collapsed .icon {
    transform: rotate(45deg);
}

section.faq .faq_wrapper .faq_items .faq_item .accordion_opener.collapsed .icon svg path {
    fill: black;
}

section.faq .faq_wrapper .faq_items .faq_item .accordion-collapse {
    background: rgba(247, 247, 247, 1);
    overflow: hidden;
}

section.faq .faq_wrapper .faq_items .faq_item .accordion-collapse p {
    margin: 0;
    padding: 20px;
    text-align: left;
    color: rgba(91, 91, 91, 1);
    font: 400 16px/24px "Poppins", sans-serif;
    user-select: none;
}

/* FAQ */



/* Testimonials */
section.testimonials .heading {
    color: rgba(2, 2, 2, 1);
    text-align: center;
    margin: 0 auto 60px;
    padding: 0;
    font: 500 40px/60px "Poppins Medium", sans-serif;
    width: 70%;
}

section.testimonials .heading span.blue {
    color: rgba(6, 164, 237, 1);
}

section.testimonials .heading span.italic {
    font: italic 100 40px/60px "Poppins Thin", sans-serif;
}

section.testimonials .testimonials_swiper .swiper-wrapper .swiper-slide {
    aspect-ratio: 12 / 13;
    background: rgba(247, 247, 247, 1);
    border-radius: 20px;
    padding: 32px;
    position: relative;
    overflow: hidden;
}

section.testimonials .testimonials_swiper .swiper-wrapper .swiper-slide .hologram {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10%;
}

section.testimonials .testimonials_swiper .swiper-wrapper .swiper-slide .hologram img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

section.testimonials .testimonials_swiper .swiper-wrapper .swiper-slide .top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin: 0 0 20px 0;
}

section.testimonials .testimonials_swiper .swiper-wrapper .swiper-slide .top .picture {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(247, 247, 247, 1);
    border: 2px solid rgba(2, 2, 2, 1);
    overflow: hidden;
}

section.testimonials .testimonials_swiper .swiper-wrapper .swiper-slide .top .description {
    width: calc((100% - 20px - 60px));
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
}

section.testimonials .testimonials_swiper .swiper-wrapper .swiper-slide .top .description .name {
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
    color: rgba(2, 2, 2, 1);
    font: 500 16px/24px "Poppins Medium", sans-serif;
}

section.testimonials .testimonials_swiper .swiper-wrapper .swiper-slide .top .description .profession {
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
    color: rgba(2, 2, 2, 1);
    font: 400 16px/24px "Poppins", sans-serif;
}

section.testimonials .testimonials_swiper .swiper-wrapper .swiper-slide .body {
    padding: 0;
    margin: 0;
    color: rgba(2, 2, 2, 1);
    font: 400 16px/24px "Poppins", sans-serif;
    text-align: left;
    display: -webkit-inline-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 10 !important;
    line-clamp: 10 !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

section.testimonials .testimonials_swiper .swiper-wrapper .swiper-slide.dark {
    background: rgba(2, 2, 2, 1);
}

section.testimonials .testimonials_swiper .swiper-wrapper .swiper-slide.dark .top .description .name,
section.testimonials .testimonials_swiper .swiper-wrapper .swiper-slide.dark .top .description .profession,
section.testimonials .testimonials_swiper .swiper-wrapper .swiper-slide.dark .body {
    color: rgba(255, 255, 255, 1);
}

/* Testimonials */


/* Mobile App */
section.mobile_app {
    padding: 160px 0 100px;
}

section.mobile_app .mobile_app_wrapper {
    background: rgba(247, 247, 247, 1);
    padding: 20px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
}

section.mobile_app .mobile_app_wrapper .mobile_wrapper_left {
    width: 520px;
    height: 490px;
    border-radius: 20px;
    overflow: hidden;
    padding: 0;
}

section.mobile_app .mobile_app_wrapper .mobile_wrapper_right {
    width: calc((100% - 40px - 520px));
    padding: 0;
}

section.mobile_app .mobile_app_wrapper .mobile_wrapper_right .heading {
    margin: 0 0 40px 0;
    padding: 0;
    text-align: left;
    color: rgba(2, 2, 2, 1);
    font: 500 36px/54px "Poppins Medium", sans-serif;
}

section.mobile_app .mobile_app_wrapper .mobile_wrapper_right .heading span.blue {
    color: rgba(6, 164, 237, 1);
}

section.mobile_app .mobile_app_wrapper .mobile_wrapper_right p {
    margin: 0 0 60px 0;
    padding: 0;
    width: 90%;
    text-align: left;
    color: rgba(91, 91, 91, 1);
    font: 400 16px/24px "Poppins", sans-serif;
}

section.mobile_app .mobile_app_wrapper .mobile_wrapper_right .app_picture {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 32px;
}

section.mobile_app .mobile_app_wrapper .mobile_wrapper_right .app_picture a {
    height: 66px;
}

/* Mobile App */



/* Footer */
footer {
    background: rgba(2, 2, 2, 1);
    border-top-left-radius: 120px;
    border-top-right-radius: 120px;
    padding: 60px 0;
}

footer .footer {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 200px;
}

footer .footer .footer_right {
    width: calc((100% - 1 * 200px) / 2);
    padding-left: 0;
}

footer .footer .footer_left {
    width: calc((100% - 1 * 200px) / 2);
    padding-right: 0;
}

footer .footer .footer_left .footer_logo {
    width: 152px;
    height: 48px;
    margin: 0 0 32px 0;
}

footer .footer .footer_left .footer_logo a {
    display: block;
    width: 100%;
    height: 100%;
}

footer .footer .footer_left p {
    padding: 0;
    margin: 0 0 24px 0;
    width: 90%;
    text-align: left;
    color: rgba(145, 145, 145, 1);
    font: 400 14px/21px "Poppins", sans-serif;
}

footer .footer .footer_left .subscribe {
    background: rgba(247, 247, 247, 1);
    border-radius: 40px;
    overflow: hidden;
    width: 90%;
    height: 44px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
}

footer .footer .footer_left .subscribe button {
    width: 160px;
    height: 100%;
    border: none;
    outline: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: var(--qr-green);
}

footer .footer .footer_left .subscribe button .text {
    color: rgba(0, 0, 0, 1);
    font: 400 16px/24px "Poppins", sans-serif;
}

footer .footer .footer_left .subscribe button .icon {
    width: 20px;
    height: 20px;
}

footer .footer .footer_left .subscribe button .icon img {
    transition: 0.3s;
}

footer .footer .footer_left .subscribe button:hover .icon img {
    transform: translateX(10px);
}

footer .footer .footer_left .subscribe input {
    height: 100%;
    width: calc((100% - 160px));
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0 24px;
    color: rgba(91, 91, 91, 1);
    font: 400 16px/24px "Poppins", sans-serif;
}

footer .footer .footer_right {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 200px;
}

footer .footer .footer_right>div {
    width: calc((100% - 1 * 200px) / 2);
}

footer .footer .footer_right>div .heading {
    padding: 0;
    margin: 0 0 32px 0;
    color: rgba(255, 255, 255, 1);
    text-align: left;
    font: italic 200 20px/30px "Poppins Thin", sans-serif;
}

footer .footer .footer_right .law ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
}

footer .footer .footer_right .law ul li {
    width: 100%;
}

footer .footer .footer_right .law ul li a {
    display: block;
    padding: 0;
    margin: 0;
    color: rgba(255, 255, 255, 1);
    text-align: left;
    font: 400 14px/21px "Poppins", sans-serif;
    transition: 0.3s;
}

footer .footer .footer_right .law ul li a.active,
footer .footer .footer_right .law ul li a:hover {
    color: var(--qr-green);
}

footer .footer .footer_right .menu .links {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
}

footer .footer .footer_right .menu .links ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
}

footer .footer .footer_right .menu .links ul li {
    width: 100%;
}

footer .footer .footer_right .menu .links ul li a {
    display: block;
    padding: 0;
    margin: 0;
    color: rgba(255, 255, 255, 1);
    text-align: left;
    font: 400 14px/21px "Poppins", sans-serif;
    transition: 0.3s;
}

footer .footer .footer_right .menu .links ul li a.active,
footer .footer .footer_right .menu .links ul li a:hover {
    color: var(--qr-green);
}

footer .horizontal_line {
    border-bottom: 0.5px solid rgba(255, 255, 255, 1);
    margin: 40px 0 30px;
}

footer .footer_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .footer_bottom p {
    margin: 0;
    width: calc((100% - 300px));
    color: rgba(145, 145, 145, 1);
    text-align: left;
    font: 400 14px/21px "Poppins", sans-serif;
}

footer .footer_bottom ul {
    width: 216px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .footer_bottom ul li {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
}

footer .footer_bottom ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    transition: 0.3s;
}

footer .footer_bottom ul li a svg {
    display: block;
    width: 20px;
    height: 20px;
    object-fit: cover;
}

footer .footer_bottom ul li a svg:not(.x_svg) path {
    fill: white;
    transition: 0.3s;
}

footer .footer_bottom ul li a svg.x_svg g path {
    transition: 0.3s;
}

footer .footer_bottom ul li a.active,
footer .footer_bottom ul li a:hover {
    background: var(--qr-blue);
}

footer .footer_bottom ul li a.active svg:not(.x_svg) path,
footer .footer_bottom ul li a:hover svg:not(.x_svg) path {
    fill: #020202;
}

footer .footer_bottom ul li a.active svg.x_svg g path,
footer .footer_bottom ul li a:hover svg.x_svg g path {
    fill: #020202;
}

/* Footer */





/* Breadcrumbs */
.breadcrumbs .breadcrumbs_wrapper {
    padding-top: 22px;
    padding-bottom: 22px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    column-gap: 16px;
    row-gap: 4px;
}

.breadcrumbs .breadcrumbs_wrapper a {
    color: #5B5B5B;
    text-align: left;
    font: 300 12px/18px "Poppins Light", sans-serif;
}

.breadcrumbs .breadcrumbs_wrapper a:not(:last-child) {
    position: relative;
}

.breadcrumbs .breadcrumbs_wrapper a:not(:last-child)::before {
    content: "•";
    position: absolute;
    top: 0;
    left: 100%;
    width: 16px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Breadcrumbs */






/* Advantages Section */
section.advantages {
    padding-bottom: 100px;
}

section.advantages>.container>.row {
    padding: 0 8px 0 8px;
}

section.advantages .heading {
    text-align: left;
    color: rgba(2, 2, 2, 1);
    font: 500 40px/60px "Poppins Medium", sans-serif;
    margin: 0 0 60px 0;
}

section.advantages .heading span {
    color: rgba(6, 164, 237, 1);
}

section.advantages .advantages_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 80px;
}

section.advantages .advantages_wrapper .advantages_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 52px;
}

section.advantages .advantages_wrapper .advantages_item .advantages_item_picture {
    border: 1px solid #D9D9D9;
    width: calc((60% - 26px));
    height: 368px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F7F7F7;
    padding: 0;
}

section.advantages .advantages_wrapper .advantages_item .advantages_item_picture img {
    width: auto;
}

section.advantages .advantages_wrapper .advantages_item .advantages_item_context {
    width: calc((40% - 26px));
}

section.advantages .advantages_wrapper .advantages_item .advantages_item_context .picture {
    width: 51px;
    margin: 0 0 8px 0;
}

section.advantages .advantages_wrapper .advantages_item .advantages_item_context h2 {
    text-align: left;
    color: #000000;
    font: 500 24px/36px "Poppins Medium", sans-serif;
    margin: 0 0 12px 0;
}

section.advantages .advantages_wrapper .advantages_item .advantages_item_context p {
    text-align: left;
    color: #5B5B5B;
    font: 400 16px/24px "Poppins", sans-serif;
    margin: 0;
    width: 70%;
}

/* Advantages Section */



/* Prices Table */
section.prices_table {
    margin-bottom: 60px;
}

section.prices_table table {
    width: 100%;
    border-collapse: separate;
    /* Important for border-radius to work */
    border-spacing: 0;
    /* Removes unwanted spacing */
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    overflow: hidden;
}

section.prices_table table thead {
    background: #F7F7F7;
}

section.prices_table table tr th,
section.prices_table table tr:not(:last-child) td {
    border-bottom: 1px solid #D9D9D9;
}

section.prices_table table tr {
    height: 88px;
}

section.prices_table table tr th,
section.prices_table table tr td {
    text-align: left;
    color: #000000;
    font: 600 16px/24px "Poppins", sans-serif;
    margin: 0;
    padding: 0 32px;
}

section.prices_table table tr th:nth-child(2),
section.prices_table table tr td:nth-child(2),
section.prices_table table tr th:nth-child(3),
section.prices_table table tr td:nth-child(3) {
    width: 300px;
}

section.prices_table table tr th:nth-child(4),
section.prices_table table tr td:nth-child(4) {
    width: 200px;
}

section.prices_table table tr th:nth-child(2),
section.prices_table table tr td:nth-child(2),
section.prices_table table tr th:nth-child(3) {
    text-align: center;
}

section.prices_table table tr th:nth-child(4) {
    text-align: end;
}

section.prices_table table tr td:nth-child(2) img,
section.prices_table table tr td:nth-child(3) img {
    margin: 0 auto;
}

section.prices_table table tr td:nth-child(4) img {
    margin-left: auto;
}

section.prices_table table tr td img {
    width: 32px;
    height: 32px;
}

section.prices_table table tr td .flex-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
}

section.prices_table table tr td .flex-container .icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-top: 1.5px;
}

section.prices_table table tr td .flex-container .icon img {
    display: block;
    width: 100%;
    height: 100%;
}

section.prices_table table tr td .flex-container .text {
    max-width: calc((100% - 20px - 12px));
    text-align: left;
    color: #000000;
    font: 600 16px/24px "Poppins", sans-serif;
}

/* Prices Table */



/* Privacy */
section.privacy {
    margin: 22px auto 100px;
}

section.privacy .nav.nav-tabs {
    box-shadow: none;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    margin: 0 0 40px 0;
    background: rgba(247, 247, 247, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: none;
    outline: none;
    border-radius: 50px;
    padding: 4px 4px 4.5px 4px;
}

section.privacy .nav.nav-tabs .nav-item .nav-link {
    border: none;
    outline: none;
    box-shadow: none;
    color: rgba(0, 0, 0, 1);
    text-align: center;
    font: 400 16px/19px "Poppins", sans-serif;
    padding: 8px 40px 8px 40px;
    border-radius: 42px;
}

section.privacy .nav.nav-tabs .nav-item .nav-link.active {
    background: var(--qr-green);
    border: 1px solid rgba(2, 2, 2, 1);
}

section.privacy .tab-content {
    width: 100%;
}

section.privacy .tab-content h2 {
    color: #020202;
    text-align: left;
    font: 500 44px/66px "Poppins", sans-serif;
    margin: 0 0 24px 0;
}

section.privacy .tab-content p {
    color: #020202;
    text-align: left;
    font: 400 16px/24px "Poppins", sans-serif;
}

section.privacy .tab-content p:not(:last-child) {
    margin: 0 0 20px 0;
}

/* Privacy */







/* Support Details */
section.support_details {
    padding-bottom: 100px;
}

section.support_details .heading {
    text-align: left;
    color: rgba(2, 2, 2, 1);
    font: 500 40px/60px "Poppins", sans-serif;
    margin: 0 0 20px 0;
}

section.support_details .details {
    text-align: left;
    color: #5B5B5B;
    font: 400 20px/30px "Poppins", sans-serif;
    margin: 0 0 40px 0;
}

section.support_details .date {
    text-align: left;
    color: #5B5B5B;
    font: 400 16px/24px "Poppins", sans-serif;
    margin: 0 0 40px 0;
}

section.support_details .support_details_wrapper .video_wrapper {
    height: 500px;
    background: #F7F7F7;
    border: none;
    outline: none;
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

section.support_details .video_wrapper .video_player {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 73px;
    height: 73px;
    border-radius: 50%;
    box-shadow: 0px 0px 8.6px 0px #00000040;
    background: #FFFFFF;
    overflow: hidden;
    z-index: 1;
    cursor: pointer !important;
}

section.support_details .video_wrapper .video_player img {
    width: 50%;
    height: 50%;
    margin-left: 16px;
}

section.support_details .video_wrapper video {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
}

section.support_details .support_details_wrapper h2 {
    text-align: left;
    color: #020202;
    font: 500 24px/36px "Poppins", sans-serif;
    margin: 32px 0 12px 0;
}

section.support_details .support_details_wrapper p {
    text-align: left;
    color: #5B5B5B;
    font: 400 16px/24px "Poppins", sans-serif;
}

section.support_details .support_details_wrapper ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 12px 0 0 0;
}

section.support_details .support_details_wrapper ul li {
    text-align: left;
    color: #5B5B5B;
    font: 400 16px/24px "Poppins", sans-serif;
    position: relative;
    padding-left: 30px;
}

section.support_details .support_details_wrapper ul li::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #5B5B5B;
    top: 10px;
    left: 13px;
}

section.support_details .support_details_wrapper .picture_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 48px;
    row-gap: 24px;
}

section.support_details .support_details_wrapper .picture_wrapper .picture_item {
    width: calc((100% - 3 * 48px) / 4);
}

section.support_details .support_details_wrapper .picture_wrapper .picture_item .picture {
    width: 100%;
    height: 623px;
    border: 1px solid #000000;
    box-shadow: 0px 0px 10px 2px #00000026;
    margin: 0 0 24px 0;
    border-radius: 20px;
    overflow: hidden;
}

section.support_details .support_details_wrapper .picture_wrapper .picture_item .text {
    text-align: center;
    color: #020202;
    font: 400 16px/24px "Poppins", sans-serif;
}

/* Support Details */





/* Support */
section.support {
    padding-bottom: 100px;
}

section.support .heading {
    text-align: left;
    color: rgba(2, 2, 2, 1);
    font: 500 40px/60px "Poppins", sans-serif;
    margin: 0 0 40px 0;
}

section.support .heading span {
    color: rgba(6, 164, 237, 1);
}

section.support .search_form {
    border-bottom: 1px solid #D9D9D9;
    width: 100%;
}

section.support .search_form form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: 0 0 60px 0;
}

section.support .search_form form p {
    width: 100%;
    text-align: left;
    color: #5B5B5B;
    font: 400 16px/24px "Poppins", sans-serif;
    margin: 0 0 20px 0;
}

section.support .search_form form .input {
    background: #F7F7F7;
    width: 727px;
    height: 56px;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
}

section.support .search_form form .input label {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    cursor: pointer;
    padding: 2px;
}

section.support .search_form form .input input {
    border: none;
    outline: none;
    padding: 0 40px 0 65px;
    height: 100%;
    width: 100%;
    text-align: left;
    color: #5B5B5B;
    font: 400 16px/24px "Poppins", sans-serif;
    background: #F7F7F7;
}

section.support .support_wrapper .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    padding: 40px 0 60px;
    width: 700px;
    margin: 0 auto;
}

section.support .support_wrapper .title h3 {
    text-align: center;
    color: #000000;
    font: 500 40px/60px "Poppins", sans-serif;
    margin: 0;
    padding: 0;
}

section.support .support_wrapper .title p {
    text-align: center;
    color: #5B5B5B;
    font: 400 16px/24px "Poppins", sans-serif;
    margin: 0;
    padding: 0;
}

section.support .support_wrapper .support_info {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
}

section.support .support_wrapper .support_info .left {
    width: calc(60% - 12px);
    background: #F7F7F7;
    border-radius: 20px;
    padding: 12px 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

section.support .support_wrapper .support_info .right {
    width: calc(40% - 12px);
    background: #F7F7F7;
    border-radius: 20px;
    padding: 32px 40px;
}

section.support .support_wrapper .support_info .left .support_left_item {
    width: 100%;
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

section.support .support_wrapper .support_info .left .support_left_item:not(:last-child) {
    border-bottom: 1px solid #D9D9D9;
}

section.support .support_wrapper .support_info .left .support_left_item .icon {
    background: #06A4ED;
    width: 56px;
    height: 56px;
    border-radius: 12px;
    padding: 16px;
}

section.support .support_wrapper .support_info .left .support_left_item .context {
    width: calc((100% - 16px - 56px));
}

section.support .support_wrapper .support_info .left .support_left_item .context h4 {
    text-align: left;
    color: #020202;
    font: 600 20px/30px "Poppins", sans-serif;
    margin: 0;
    padding: 0;
}

section.support .support_wrapper .support_info .left .support_left_item .context p {
    text-align: left;
    color: #5B5B5B;
    font: 400 16px/24px "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    display: -webkit-inline-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    line-clamp: 1 !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

section.support .support_wrapper .support_info .right form h2 {
    text-align: center;
    color: #020202;
    font: 500 24px/36px "Poppins", sans-serif;
    margin: 0 0 4px 0;
    padding: 0;
}

section.support .support_wrapper .support_info .right form p {
    text-align: center;
    color: #5B5B5B;
    font: 400 16px/24px "Poppins", sans-serif;
    margin: 0 0 31px 0;
    padding: 0;
}

section.support .support_wrapper .support_info .right form input,
section.support .support_wrapper .support_info .right form textarea {
    width: 100%;
    height: 48px;
    border-radius: 40px;
    padding: 12px 20px;
    border: none;
    outline: none;
    background: #F7F7F7;
    border: 1px solid #D8D7D7;
    margin: 0 0 16px 0;
    text-align: left;
    color: #5B5B5B;
    font: 400 16px/24px "Poppins", sans-serif;
    cursor: pointer;
}

section.support .support_wrapper .support_info .right form textarea {
    height: 200px;
    border-radius: 20px;
    resize: none;
    margin: 0 0 24px 0;
}

section.support .support_wrapper .support_info .right form button {
    padding: 12.5px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0 auto;
    border: none;
    outline: none;
    background: var(--qr-green);
    border: 1px solid rgba(2, 2, 2, 1);
    border-radius: 36px;
}

section.support .support_wrapper .support_info .right form button .text {
    color: rgba(2, 2, 2, 1);
    font: 500 16px/24px "Poppins", sans-serif;
}

section.support .support_wrapper .support_info .right form button .icon {
    width: 20px;
    height: 20px;
}

section.support .support_wrapper .support_info .right form button .icon img {
    transition: 0.3s;
}

section.support .support_wrapper .support_info .right form button:hover .icon img {
    transform: translateX(10px);
}

/* Support */








/* Blog */
section.blog {
    padding-bottom: 100px;
}

section.blog .heading {
    text-align: left;
    color: rgba(2, 2, 2, 1);
    font: 500 40px/60px "Poppins", sans-serif;
    margin: 0 0 60px 0;
    width: 70%;
}

section.blog .heading span {
    color: rgba(6, 164, 237, 1);
}

section.blog .search_form {
    border-bottom: 1px solid #D9D9D9;
    width: 100%;
}

section.blog .search_form form {
    width: 100%;
    padding: 0 0 60px 0;
}

section.blog .search_form form .input {
    background: #F7F7F7;
    width: 527px;
    height: 44px;
    border-radius: 40px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

section.blog .search_form form .input input {
    border: none;
    outline: none;
    padding: 0 20px;
    height: 100%;
    width: calc(100% - 160px);
    text-align: left;
    color: #5B5B5B;
    font: 400 16px/24px "Poppins", sans-serif;
    background: #F7F7F7;
}

section.blog .search_form form .input button {
    width: 160px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: none;
    outline: none;
    background: var(--qr-green);
}

section.blog .search_form form .input button .text {
    color: rgba(2, 2, 2, 1);
    font: 500 16px/24px "Poppins", sans-serif;
}

section.blog .search_form form .input button .icon {
    width: 20px;
    height: 20px;
}

section.blog .search_form form .input button .icon img {
    transition: 0.3s;
}

section.blog .search_form form .input button:hover .icon img {
    transform: translateX(10px);
}

section.blog .blog_wrapper {
    margin: 60px 0 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
}

section.blog .blog_wrapper .blog_item {
    width: calc((100% - 2 * 32px) / 3);
    background: #F7F7F7;
    border-radius: 20px;
    overflow: hidden;
    padding: 0;
}

section.blog .blog_wrapper .blog_item .picture {
    width: 100%;
    height: 282px;
    overflow: hidden;
}

section.blog .blog_wrapper .blog_item .picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.3s;
}

section.blog .blog_wrapper .blog_item:hover .picture img {
    transform: scale(1.1);
}

section.blog .blog_wrapper .blog_item .blog_item_body {
    padding: 16px 24px 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

section.blog .blog_wrapper .blog_item .blog_item_body h2 {
    text-align: left;
    color: #020202;
    font: 600 20px/30px "Poppins", sans-serif;
    padding: 0;
    margin: 0 0 8px 0;
    display: -webkit-inline-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    line-clamp: 3 !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
    width: 100%;
    height: 90px;
}

section.blog .blog_wrapper .blog_item .blog_item_body p {
    text-align: left;
    color: #5B5B5B;
    font: 400 16px/24px "Poppins", sans-serif;
    padding: 0;
    margin: 0 0 16px 0;
    display: -webkit-inline-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
    width: 100%;
    height: 48px;
}

section.blog .blog_wrapper .blog_item .blog_item_body a {
    padding: 12.5px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 1px solid rgba(2, 2, 2, 1);
    border-radius: 36px;
}

section.blog .blog_wrapper .blog_item .blog_item_body a .text {
    color: rgba(2, 2, 2, 1);
    font: 500 16px/19px "Poppins", sans-serif;
}

section.blog .blog_wrapper .blog_item .blog_item_body a .icon {
    width: 20px;
    height: 20px;
}

section.blog .blog_wrapper .blog_item .blog_item_body a .icon img {
    transition: 0.3s;
}

section.blog .blog_wrapper .blog_item .blog_item_body a:hover .icon img {
    transform: translateX(10px);
}

/* Blog */




/* Contact */
section.contact {
    padding-bottom: 100px;
}

section.contact .contact_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 42px;
}

section.contact .contact_wrapper .contact_info {
    width: calc((100% - 1 * 42px) / 2);
}

section.contact .contact_wrapper .contact_form {
    width: calc((100% - 1 * 42px) / 2);
    background: #F7F7F7;
    border-radius: 40px;
    padding: 32px 40px;
}

section.contact .contact_wrapper .contact_info h2 {
    color: #020202;
    text-align: left;
    font: 600 44px/53px "Poppins", sans-serif;
    padding: 0;
    margin: 0 0 24px 0;
}

section.contact .contact_wrapper .contact_info h2 span {
    font: 300 44px/53px "Poppins Thin", sans-serif;
    font-style: italic;
}

section.contact .contact_wrapper .contact_info p {
    color: #020202;
    text-align: left;
    font: 400 16px/24px "Poppins", sans-serif;
    padding: 0;
    width: 90%;
    margin: 0 0 27px 0;
}

section.contact .contact_wrapper .contact_details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 44px;
}

section.contact .contact_wrapper .contact_details .contact_detail {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

section.contact .contact_wrapper .contact_details .contact_detail .left {
    width: calc(49% - 5px);
}

section.contact .contact_wrapper .contact_details .contact_detail .right {
    width: calc(51% - 5px);
}

section.contact .contact_wrapper .contact_details .contact_detail .left p {
    color: #020202;
    text-align: left;
    font: 400 24px/29px "Poppins", sans-serif;
    padding: 0;
    margin: 0;
}

section.contact .contact_wrapper .contact_details .contact_detail .right p {
    color: #020202;
    text-align: left;
    font: 400 16px/19px "Poppins", sans-serif;
    padding: 0;
    margin: 0;
}

section.contact .contact_wrapper .contact_details .contact_detail .right a {
    text-align: left;
    font: 400 16px/19px "Poppins", sans-serif;
    padding: 0;
    margin: 0;
}

section.contact .contact_wrapper .contact_form form {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

section.contact .contact_wrapper .contact_form form h2 {
    color: #020202;
    text-align: center;
    font: 600 24px/36px "Poppins", sans-serif;
    padding: 0;
    margin: 0 0 8px 0;
}

section.contact .contact_wrapper .contact_form form p {
    color: #5B5B5B;
    width: 70%;
    text-align: center;
    font: 400 16px/24px "Poppins", sans-serif;
    padding: 0;
    margin: 0 0 30px 0;
}

section.contact .contact_wrapper .contact_form form .multi_form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
}

section.contact .contact_wrapper .contact_form form .multi_form input:first-child {
    width: calc(55% - 7.5px);
}

section.contact .contact_wrapper .contact_form form .multi_form input:last-child {
    width: calc(45% - 7.5px);
}

section.contact .contact_wrapper .contact_form form input,
section.contact .contact_wrapper .contact_form form textarea {
    width: 100%;
    height: 48px;
    border-radius: 40px;
    padding: 12px 20px;
    border: none;
    outline: none;
    background: #F7F7F7;
    border: 1px solid #D8D7D7;
    margin: 0 0 16px 0;
    text-align: left;
    color: #5B5B5B;
    font: 400 16px/24px "Poppins", sans-serif;
    cursor: pointer;
}

section.contact .contact_wrapper .contact_form form textarea {
    height: 200px;
    border-radius: 20px;
    resize: none;
    margin: 0 0 24px 0;
}

section.contact .contact_wrapper .contact_form form button {
    padding: 12.5px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0 auto;
    border: none;
    outline: none;
    background: var(--qr-green);
    border: 1px solid rgba(2, 2, 2, 1);
    border-radius: 36px;
}

section.contact .contact_wrapper .contact_form form button .text {
    color: rgba(2, 2, 2, 1);
    font: 500 16px/24px "Poppins", sans-serif;
}

section.contact .contact_wrapper .contact_form form button .icon {
    width: 20px;
    height: 20px;
}

section.contact .contact_wrapper .contact_form form button .icon img {
    transition: 0.3s;
}

section.contact .contact_wrapper .contact_form form button:hover .icon img {
    transform: translateX(10px);
}

/* Contact */



/* News */
section.news {
    padding-bottom: 100px;
}

section.news .heading {
    text-align: left;
    color: rgba(2, 2, 2, 1);
    font: 500 40px/60px "Poppins", sans-serif;
    margin: 0 0 60px 0;
}

section.news .heading span {
    color: rgba(6, 164, 237, 1);
}

section.news .news_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
}

section.news .news_wrapper .left {
    width: calc(60% - 16px);
    background: #F7F7F7;
    border-radius: 20px;
    padding: 32px 32px 72px;
}

section.news .news_wrapper .right {
    width: calc(40% - 16px);
    background: #F7F7F7;
    /* border-radius: 20px; */
    padding: 16px 32px;


    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    max-height: 508px;
    overflow-y: auto;
    position: sticky;
    top: 110px;
}



/* width */
section.news .news_wrapper .right::-webkit-scrollbar {
    width: 5px;
}

section.news .news_wrapper .right::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

section.news .news_wrapper .right::-webkit-scrollbar-thumb {
    background: #888;
}

section.news .news_wrapper .right::-webkit-scrollbar-thumb:hover {
    background: #555;
}










section.news .news_wrapper .left h2 {
    text-align: left;
    color: #020202;
    font: 500 32px/48px "Poppins", sans-serif;
    margin: 0 0 4px 0;
    padding: 0;
}

section.news .news_wrapper .left .date {
    text-align: left;
    color: #5B5B5B;
    font: 400 16px/24px "Poppins", sans-serif;
    margin: 0 0 32px 0;
    padding: 0;
}

section.news .news_wrapper .left p {
    text-align: left;
    color: #000000;
    font: 300 16px/24px "Poppins", sans-serif;
    margin: 30px 0 0 0;
    padding: 0;
}

section.news .news_wrapper .left .picture {
    border: 1px solid #D9D9D9;
    height: 370px;
    background: #FFFFFF;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

section.news .news_wrapper .left .picture .inner_picture {
    position: absolute;
    top: 0;
    left: 0;
    background: #020202;
    width: 220px;
    height: 130px;
    border-bottom-right-radius: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.news .news_wrapper .left .picture .inner_picture img {
    width: 70%;
    height: auto;
    object-fit: contain;
}

section.news .news_wrapper .right .news_right_item {
    padding: 20px 0;
}

section.news .news_wrapper .right .news_right_item:not(:last-child) {
    border-bottom: 1px solid #D9D9D9;
}

section.news .news_wrapper .right .news_right_item .title {
    margin: 0 0 4px 0;
    padding: 0;
}

section.news .news_wrapper .right .news_right_item .title a {
    text-align: left;
    color: #020202;
    font: 600 20px/30px "Poppins", sans-serif;
}

section.news .news_wrapper .right .news_right_item .date {
    text-align: left;
    color: #5B5B5B;
    font: 400 16px/24px "Poppins", sans-serif;
    margin: 0;
    padding: 0;
}

/* News */








/* Checkout */
section.checkout .heading {
    text-align: left;
    color: rgba(2, 2, 2, 1);
    font: 500 40px/60px "Poppins", sans-serif;
    margin: 0 0 30px 0;
}

section.checkout .checkout_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 26px;
    margin: 0;
    padding: 0 0 53px 0;
    min-height: calc(100vh - 96.8px - 62px - 90px - 107px);
}

section.checkout .checkout_wrapper .left {
    width: calc((60% - 13px));
    background: #F7F7F7;
    padding: 28px 24px 32px;
    border-radius: 20px;
}

section.checkout .checkout_wrapper .right {
    width: calc((40% - 13px));
    background: #F7F7F7;
    padding: 24px;
    border-radius: 20px;
}

section.checkout .checkout_wrapper .left .title {
    text-align: left;
    color: #020202;
    font: 600 24px/36px "Poppins", sans-serif;
    margin: 0 0 28px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #D9D9D9;
}

section.checkout .checkout_wrapper .left p {
    text-align: left;
    color: #5B5B5B;
    font: 400 16px/24px "Poppins", sans-serif;
    margin: 0;
    padding: 0;
}

section.checkout .checkout_wrapper .left p:not(:last-child) {
    margin: 0 0 8px 0;
}

section.checkout .checkout_wrapper .left .form_wrapper {
    margin: 0 0 12px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_left {
    width: 220px;
    height: 48px;
    position: relative;
}

section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_left select {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    border: 1px solid #D9D9D9;
    border-radius: 37px;
    text-align: left;
    color: #000000;
    font: 400 16px/24px "Poppins", sans-serif;
    margin: 0;
    padding: 0 20px;
    background: #F7F7F7;
}

section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_left select option {
    background: #eeeeee;
}

section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_left .icon {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    user-select: none;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 3px;
}

section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_right {
    width: calc((100% - 10px - 220px));
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
}

section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_right .discount {
    padding: 12px 24px;
    background: var(--qr-blue);
    border-radius: 28px;
    color: var(--qr-white);
    font: 500 16px/24px "Poppins", sans-serif;
    text-align: center;
}

section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_right .price {
    max-width: calc((100% - 175px - 60px));
}

section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_right .price .prev {
    text-align: right;
    color: #020202;
    font: 600 32px/48px "Poppins", sans-serif;
    margin: 0;
    padding: 0;
}

section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_right .price .prev span {
    font: 300 16px/24px "Poppins", sans-serif;
}

section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_right .price .new {
    text-align: right;
    color: #5B5B5B;
    font: 500 16px/24px "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    text-decoration: line-through;
    text-decoration-thickness: 1px;
}

section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_right .price .new span {
    font: 300 16px/24px "Poppins", sans-serif;
}

section.checkout .checkout_wrapper .right .total_price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 20px 0;
}

section.checkout .checkout_wrapper .right .total_price .total_price_left {
    text-align: left;
    color: #020202;
    font: 600 20px/30px "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    width: 160px;
}

section.checkout .checkout_wrapper .right .total_price .total_price_right {
    width: calc((100% - 10px - 160px));
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

section.checkout .checkout_wrapper .right .total_price .total_price_right .prev_price {
    color: #5B5B5B;
    font: 300 20px/30px "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    text-decoration: line-through;
    text-decoration-thickness: 1px;
}

section.checkout .checkout_wrapper .right .total_price .total_price_right .new_price {
    color: #020202;
    font: 600 24px/36px "Poppins", sans-serif;
    margin: 0;
    padding: 0;
}

section.checkout .checkout_wrapper .right .discount {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 32px 0;
}

section.checkout .checkout_wrapper .right .discount .discount_left {
    text-align: left;
    color: #000000;
    font: 400 16px/24px "Poppins", sans-serif;
    margin: 0;
    padding: 0;
}

section.checkout .checkout_wrapper .right .discount .discount_right {
    text-align: right;
    color: #18B800;
    font: 400 16px/24px "Poppins", sans-serif;
    margin: 0;
    padding: 0;
}

section.checkout .checkout_wrapper .right .have_counpon {
    display: inline-block;
    text-align: left;
    color: var(--qr-blue);
    font: 500 16px/24px "Poppins", sans-serif;
    margin: 0 0 12px 0;
    padding: 0;
}

section.checkout .checkout_wrapper .right button.submit {
    background: var(--qr-green);
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 42px;
    border-radius: 36px;
    border: 1px solid #222222;
    padding: 12px 24px;
    text-align: center;
    color: #020202;
    font: 400 16px/19px "Poppins", sans-serif;
}

section.checkout .checkout_wrapper .right .form_wrapper {
    margin: 0 0 32px 0;
    height: 42px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
}

section.checkout .checkout_wrapper .right .form_wrapper input {
    border: none;
    outline: none;
    width: calc((100% - 12px - 144px));
    height: 100%;
    background: #F7F7F7;
    border-radius: 36px;
    padding: 12px 24px;
    text-align: left;
    color: #5B5B5B;
    font: 400 16px/19px "Poppins", sans-serif;
    border: 1px solid #D9D9D9;
}

section.checkout .checkout_wrapper .right .form_wrapper button {
    background: #676666;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 144px;
    height: 100%;
    border-radius: 36px;
    padding: 12px 24px;
    text-align: center;
    color: #FFFFFF;
    font: 400 16px/19px "Poppins", sans-serif;
}

section.checkout .checkout_footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    padding: 32px 0;
    margin: 0;
}

section.checkout .checkout_footer>div {
    width: calc((100% - 100px) / 2);
    display: flex;
    align-items: center;
    gap: 12px;
}

section.checkout .checkout_footer>div:nth-child(1) {
    justify-content: flex-end;
}

section.checkout .checkout_footer .link {
    text-align: center;
    color: #222222;
    font: 400 16px/19px "Poppins", sans-serif;
    padding: 12px;
}

section.checkout .checkout_footer .link a {
    text-align: center;
    color: #222222;
    font: 400 16px/19px "Poppins", sans-serif;
}

/* Checkout */




/* Referances */
section.referances {
    /* min-height: calc((100vh)); */
    height: 750px;
    position: relative;
    overflow: hidden;
    margin-top: -62px;
}

section.referances .heading {
    text-align: left;
    color: rgba(2, 2, 2, 1);
    font: 500 40px/60px "Poppins", sans-serif;
    width: 650px;
    position: absolute;
    z-index: 2;
    margin-top: 70px;
}

section.referances .heading span {
    color: var(--qr-blue);
}

section.referances .referances_wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 1320px;
    padding: 0 16px;
}

section.referances .referances_wrapper .referance_details {
    position: absolute;
    top: 230px;
    z-index: 2;
    width: 521px;
    border-radius: 20px;
    padding: 40px;
    background: linear-gradient(106.53deg, #39C0FF 2.03%, #0EA5EB 47.58%, #06A4ED 60.32%, #1FB2F7 100%);
    animation: slideShow 1s forwards;
}

@keyframes slideShow {
    from {
        left: -50%;
        opacity: 0;
    }

    to {
        left: 16px;
        opacity: 1;
    }
}

section.referances .referances_wrapper .referance_details.removing {
    animation: slideShowRemove 0.5s forwards;
}

@keyframes slideShowRemove {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

section.referances .referances_wrapper .referance_details .icon {
    width: 42px;
    height: 30px;
    font: 400 96px/96px "Poppins", sans-serif;
    color: #6DD1FF;
    font-style: italic;
    margin-left: -15px;
}

section.referances .referances_wrapper .referance_details .about_referance {
    text-align: left;
    color: #FFFFFF;
    font: 300 16px/24px "Poppins", sans-serif;
    padding: 0;
    margin: 0 0 20px 0;
    height: auto;
    max-height: 125px;
    display: -webkit-inline-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 5 !important;
    line-clamp: 5 !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

section.referances .referances_wrapper .referance_details .name_referance {
    text-align: left;
    color: #FFFFFF;
    font: 600 24px/36px "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    height: auto;
    max-height: 36px;
    display: -webkit-inline-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    line-clamp: 1 !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

section.referances .referances_wrapper .referance_details .profession_referance {
    text-align: left;
    color: #FFFFFF;
    font: 300 20px/30px "Poppins", sans-serif;
    height: auto;
    max-height: 30px;
    margin: -5px 0 0 0;
    padding: 0;
    display: -webkit-inline-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    line-clamp: 1 !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
}



section.referances .referances_wrapper .referance_circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

section.referances .referances_wrapper .referance_circle .inner_referance_circle {
    position: absolute;
    top: 300px;
    right: 60px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: #06A4ED;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    text-align: center;
    color: #FFFFFF;
    font: 600 20px/30px "Poppins", sans-serif;
}

section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 400px;
    border-radius: 50%;
    border: 3px solid #06A4ED;
    z-index: 5;
}

section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 650px;
    height: 650px;
    border-radius: 50%;
    border: 3px solid #06A4EDE5;
    z-index: 4;
}

section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 900px;
    height: 900px;
    border-radius: 50%;
    border: 3px solid #06A4EDCC;
    z-index: 3;
}

section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1150px;
    height: 1150px;
    border-radius: 50%;
    border: 3px solid #06A4ED80;
}

section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line5 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1400px;
    height: 1400px;
    border-radius: 50%;
    border: 3px solid #06A4ED80;
}

section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line6 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1650px;
    height: 1650px;
    border-radius: 50%;
    border: 3px solid #06A4ED80;
}

section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line7 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1900px;
    height: 1900px;
    border-radius: 50%;
    border: 3px solid #06A4ED80;
}

section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 2px 8px 20px 4px #0C7CAF1A;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div:hover,
section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div.active {
    background: var(--qr-blue);
    outline: 10px solid #06A4ED80;
}

section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div img {
    width: 63px;
    height: 25px;

}

section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div:nth-child(1) {
    top: 0px;
    left: 25px;
}

section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div:nth-child(2) {
    top: 190px;
    left: -40px;
}

section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div:nth-child(3) {
    bottom: -30px;
    left: 90px;
}

section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div:nth-child(4) {
    bottom: 0px;
    right: 15px;
}

section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div:nth-child(5) {
    top: 90px;
    right: -40px;
}

section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div:nth-child(6) {
    top: -35px;
    right: 90px;
}

section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2>div {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 2px 8px 20px 4px #0C7CAF1A;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2>div:hover,
section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2>div.active {
    background: var(--qr-blue);
    outline: 10px solid #06A4ED80;
}

section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2>div img {
    width: 63px;
    height: 25px;
}

section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2>div:nth-child(1) {
    top: 20px;
    left: 70px;
}

section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2>div:nth-child(2) {
    top: 220px;
    left: -40px;
}

section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2>div:nth-child(3) {
    bottom: 55px;
    left: 35px;
}

section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2>div:nth-child(4) {
    bottom: -30px;
    right: 200px;
}

section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line3>div {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 2px 8px 20px 4px #0C7CAF1A;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line3>div:hover,
section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line3>div.active {
    background: var(--qr-blue);
    outline: 10px solid #06A4ED80;
}

section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line3>div img {
    width: 63px;
    height: 25px;
}

section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line3>div:nth-child(1) {
    top: 50%;
    left: -50px;
}

/* Referances */


/* RESPONSIVE */

@media only screen and (min-width: 1200px) and (max-width: 1399.98px) {

    .backgroundCrossLineWrapper .backgroundCrossLine {
        width: 360px;
        height: 800px;
        top: 0;
        left: 0;
    }

    .backgroundCrossLineWrapper .backgroundCrossLine2 {
        width: 360px;
        height: 700px;
        top: -500px;
        right: 0;
    }

    .backgroundCrossLineWrapper .backgroundCrossLine3 {
        width: 360px;
        height: 800px;
        top: -650px;
        left: 0;
    }

    .backgroundCrossLineWrapper .backgroundCrossLine4 {
        width: 470px;
        height: auto;
        bottom: 0;
        left: 0;
    }

    .backgroundCrossLineWrapper .backgroundCrossLine5 {
        width: 470px;
        height: auto;
        top: -62px;
        right: 0;
    }

    /* Back to Top Button */
    .backToTopButton {
        right: 42px;
        width: 48px;
        height: 86px;
    }

    .backToTopButton img {
        width: 24px;
        height: 24px;
    }

    .backToTopButton.active {
        bottom: 48px;
    }

    /* Back to Top Button */




    /* Header */
    header .header_wrapper {
        height: 96px;
        justify-content: space-between;
        gap: 30px;
    }

    header .header_logo {
        width: 152px;
    }

    header .header_nav {
        width: calc((100% - 2 * 30px - 152px - 250px));
        padding: 0;
    }

    header .header_nav ul {
        justify-content: flex-end;
        gap: 10px;
    }

    header .header_nav ul li a {
        padding: 6px 8px;
        font: 500 16px/24px "Poppins Medium", sans-serif;
    }

    header .header_setting {
        width: 250px;
        gap: 12px;
    }

    header .header_setting .login_button {
        font: 400 16px/19.36px "Poppins", sans-serif;
        padding: 12px 45px;
    }

    /* Header */




    /* Home Section */
    .home .home_wrapper {
        display: flex;
        gap: 18px;
    }

    .home .home_wrapper>div {
        width: calc((100% - 18px) / 2);
    }

    .home .home_wrapper .home_wrapper_left h1 {
        font: 500 48px/72px "Poppins Medium", sans-serif;
        text-align: left;
    }

    .home .home_wrapper .home_wrapper_left h1 span {
        font: 200 48px/72px "Poppins Thin", sans-serif;
    }

    .home .home_wrapper .home_wrapper_left p {
        font: 500 16px/24px "Poppins Medium", sans-serif;
        text-align: left;
        width: 80%;
    }

    .home .home_wrapper .home_wrapper_left .users_comments_wrapper {
        width: 100%;
    }

    .home .home_wrapper .home_wrapper_left .users_comments_wrapper .users_comments_item {
        width: calc((100% - 32px) / 2);
    }

    .home .home_wrapper .home_wrapper_left .users_comments_wrapper .users_comments_item .users_comments_item_left {
        width: 90px;
    }

    .home .home_wrapper .home_wrapper_left .users_comments_wrapper .users_comments_item .users_comments_item_right {
        width: calc((100% - 16px - 90px));
    }

    .home .home_wrapper .home_wrapper_left .users_comments_wrapper .users_comments_item .users_comments_item_right .top {
        text-align: left;
        font: 500 20px/30px "Poppins Medium", sans-serif;
    }

    .home .home_wrapper .home_wrapper_left .users_comments_wrapper .users_comments_item .users_comments_item_right .bottom {
        text-align: left;
        font: 300 16px/24px "Poppins Light", sans-serif;
    }

    .home .home_wrapper .home_wrapper_right {
        height: 450px;
    }

    /* Home Section */



    /* Company Swiper */
    section.company .company_items {
        display: flex;
    }

    section.company .company_items .company_count {
        height: 72px;
        width: 210px;
    }

    section.company .company_items .company_count span {
        display: block;
    }

    section.company .company_items .company_swiper {
        width: calc((100% - 20px - 210px));
        height: 55px;
    }

    /* Company Swiper */



    /* Steps Section */
    section.steps .steps_wrapper .steps_heading_wrapper {
        display: flex;
    }

    section.steps .steps_wrapper .steps_heading_wrapper .steps_heading_item {
        width: calc((100% - 68px) / 2);
        font: 500 40px/60px "Poppins Medium", sans-serif;
    }

    section.steps .steps_wrapper .steps_heading_wrapper .steps_heading_link {
        width: calc((100% - 68px) / 2);
        gap: 50px;
    }

    section.steps .steps_wrapper .steps_heading_wrapper .steps_heading_link p {
        font: 500 16px/24px "Poppins Medium", sans-serif;
    }

    section.steps .steps_wrapper .steps_pictures {
        gap: 150px;
    }

    section.steps .steps_wrapper .steps_pictures .steps_pictures_item {
        width: calc((100% - 2 * 150px) / 3);
    }

    section.steps .steps_wrapper .steps_pictures .steps_pictures_item .picture {
        height: 315px;
    }

    section.steps .steps_wrapper .steps_pictures .steps_pictures_item .step_count {
        font: 600 40px/60px "Poppins SemiBold", sans-serif;
    }

    section.steps .steps_wrapper .steps_pictures .steps_pictures_item h2 {
        font: 600 24px/36px "Poppins SemiBold", sans-serif;
    }

    section.steps .steps_wrapper .steps_pictures .steps_pictures_item p {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.steps .steps_wrapper .steps_pictures .steps_pictures_item:nth-child(1),
    section.steps .steps_wrapper .steps_pictures .steps_pictures_item:nth-child(2) {
        position: relative;
    }

    section.steps .steps_wrapper .steps_pictures .steps_pictures_item:nth-child(1)::after {
        top: 63px;
        left: calc(100% + (150px - 84px) / 2);
        width: 84px;
        height: 96px;
    }

    section.steps .steps_wrapper .steps_pictures .steps_pictures_item:nth-child(2)::after {
        top: 154px;
        left: calc(100% + (150px - 103px) / 2);
        width: 103px;
        height: 95px;
    }

    /* Steps Section */


    /* Traditional Ways */
    section.traditional_ways .heading {
        width: 650px;
        text-align: center;
        font: 500 40px/60px "Poppins Medium", sans-serif;
    }

    section.traditional_ways .heading span.italic {
        font: italic 200 40px/60px "Poppins Thin", sans-serif;
    }

    section.traditional_ways .traditional_items .traditional_item {
        width: calc((100% / 3));
        min-height: 380.6px;
    }

    section.traditional_ways .traditional_items .traditional_item:not(:nth-child(3n)) {
        padding-right: 58.75px;
    }

    section.traditional_ways .traditional_items .traditional_item:not(:nth-child(3n + 1)) {
        padding-left: 58.75px;
    }

    section.traditional_ways .traditional_items .traditional_item:nth-child(-n + 3) {
        padding-bottom: 60px;
    }

    section.traditional_ways .traditional_items .traditional_item:nth-child(n + 4) {
        padding-top: 60px;
    }

    section.traditional_ways .traditional_items .traditional_item:nth-child(1),
    section.traditional_ways .traditional_items .traditional_item:nth-child(2) {
        border-right: 1px solid rgba(230, 230, 230, 1);
        border-bottom: 1px solid rgba(230, 230, 230, 1);
    }

    section.traditional_ways .traditional_items .traditional_item:nth-child(5) {
        border-left: 1px solid rgba(230, 230, 230, 1);
    }

    section.traditional_ways .traditional_items .traditional_item:nth-child(6) {
        border-left: 1px solid rgba(230, 230, 230, 1);
        border-top: 1px solid rgba(230, 230, 230, 1);
    }

    section.traditional_ways .traditional_items .traditional_item h2 {
        font: 600 24px/36px "Poppins SemiBold", sans-serif;
    }

    section.traditional_ways .traditional_items .traditional_item p {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    /* Traditional Ways */




    /* Automation */
    section.automation {
        padding: 80px 0;
    }

    section.automation .automation_wrapper {
        gap: 67px;
    }

    section.automation .automation_wrapper .right {
        width: calc((100% - 1 * 67px) / 2);
        height: 382px;
    }

    section.automation .automation_wrapper .left {
        width: calc((100% - 1 * 67px) / 2);
        height: 382px;
    }

    section.automation .automation_wrapper .left .picture {
        width: 48px;
        height: 48px;
        padding: 12px;
        margin: 0 0 4px 0;
    }

    section.automation .automation_wrapper .left h2 {
        font: 500 32px/48px "Poppins Medium", sans-serif;
        margin: 0 0 26px 0;
    }

    section.automation .automation_wrapper .left p {
        font: 400 16px/24px "Poppins", sans-serif;
        margin: 0 0 20px 0;
    }

    section.automation .automation_wrapper .left a {
        padding: 12.5px 24px;
        gap: 12px;
        margin: 0;
    }

    section.automation .automation_wrapper .left a .text {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    /* Automation */



    /* Calculator */
    section.calculator .calculator_wrapper .calculator_wrapper_left {
        width: calc(55% - (88px / 2));
    }

    section.calculator .calculator_wrapper .calculator_wrapper_right {
        width: calc(45% - (88px / 2));
        padding: 52px 40px;
        gap: 60px;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_right .heading {
        font: italic 200 24px/29.05px "Poppins Thin", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_right .heading span {
        font: 500 24px/29.05px "Poppins Medium", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_right .calculation_result .total_price {
        font: 500 48px/58.05px "Poppins Medium", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_right .calculation_result .total_price span {
        font: 300 16px/19.05px "Poppins Light", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_right .calculation_result ul li {
        padding: 34.5px 0;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_right .calculation_result ul li .description {
        width: calc((100% - 150px));
        font: 400 16px/19.36px "Poppins", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_right .calculation_result ul li .count {
        width: 150px;
        font: 400 20px/24.05px "Poppins", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_right .calculation_result ul li .count span {
        font: 300 20px/24.05px "Poppins Light", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left .heading {
        font: 500 40px/60px "Poppins Medium", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left .heading .icon {
        width: 94px;
        height: 44px;
        transform: translateY(10px);
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left p {
        width: 80%;
        font: 400 16px/24.05px "Poppins", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left .form_groups {
        height: 110px;
        gap: 80px;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left .form_groups .form_group {
        width: 180px;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left .form_groups .form_group label {
        font: 400 20px/30px "Poppins", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left .form_groups .form_group .input input {
        width: 80px;
        font: 500 20px/30px "Poppins Medium", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left .form_groups .form_group .input .minus,
    section.calculator .calculator_wrapper .calculator_wrapper_left .form_groups .form_group .input .plus {
        width: 32px;
        height: 32px;
        font: 400 16px/16px "Poppins", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left .form_groups .form_group .input .plus {
        right: 14px;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left .form_groups .form_group .input .minus {
        left: 14px;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left .navigation_wrapper {
        justify-content: flex-start;
        margin: 80px 0 0 0;
    }

    /* Calculator */




    /* FAQ */
    section.faq {
        padding: 160px 0;
    }

    section.faq .heading {
        gap: 100px;
        margin: 0 0 60px 0;
    }

    section.faq .heading h2 {
        width: calc(75% - (100px / 2));
        font: 500 40px/60px "Poppins Medium", sans-serif;
    }

    section.faq .heading .navigation_wrapper {
        width: calc(25% - (100px / 2));
    }

    section.faq .faq_wrapper {
        display: flex;
    }

    section.faq .faq_wrapper .faq_items {
        width: calc((100% - 1 * 16px) / 2);
    }

    section.faq .faq_wrapper .faq_items:nth-child(1) {
        padding-right: 0;
    }

    section.faq .faq_wrapper .faq_items:nth-child(2) {
        padding-left: 0;
    }

    section.faq .faq_wrapper .faq_items .faq_item .accordion_opener {
        height: 70px;
        padding: 20px;
    }

    section.faq .faq_wrapper .faq_items .faq_item .accordion_opener .text {
        width: calc(100% - 40px - 24px);
        font: 500 20px/30px "Poppins Medium", sans-serif;
    }

    section.faq .faq_wrapper .faq_items .faq_item .accordion-collapse p {
        padding: 20px;
        font: 400 16px/24px "Poppins", sans-serif;
    }

    /* FAQ */



    /* Testimonials */
    section.testimonials .heading {
        margin: 0 auto 60px;
        font: 500 40px/60px "Poppins Medium", sans-serif;
        width: 70%;
    }

    section.testimonials .heading span.italic {
        font: italic 100 40px/60px "Poppins Thin", sans-serif;
    }

    section.testimonials .testimonials_swiper .swiper-wrapper .swiper-slide {
        aspect-ratio: 12 / 13;
        padding: 32px;
    }

    section.testimonials .testimonials_swiper .swiper-wrapper .swiper-slide .top .picture {
        width: 60px;
        height: 60px;
    }

    section.testimonials .testimonials_swiper .swiper-wrapper .swiper-slide .top .description {
        width: calc((100% - 20px - 60px));
    }

    section.testimonials .testimonials_swiper .swiper-wrapper .swiper-slide .top .description .name {
        font: 500 16px/24px "Poppins Medium", sans-serif;
    }

    section.testimonials .testimonials_swiper .swiper-wrapper .swiper-slide .top .description .profession {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.testimonials .testimonials_swiper .swiper-wrapper .swiper-slide .body {
        font: 400 16px/24px "Poppins", sans-serif;
        -webkit-line-clamp: 10 !important;
        line-clamp: 10 !important;
    }

    /* Testimonials */




    /* Mobile App */
    section.mobile_app {
        padding: 160px 0 100px;
    }

    section.mobile_app .mobile_app_wrapper {
        display: flex;
        align-items: center;
        gap: 40px;
    }

    section.mobile_app .mobile_app_wrapper .mobile_wrapper_left {
        width: 520px;
        height: 490px;
    }

    section.mobile_app .mobile_app_wrapper .mobile_wrapper_right {
        width: calc((100% - 40px - 520px));
    }

    section.mobile_app .mobile_app_wrapper .mobile_wrapper_right .heading {
        font: 500 36px/54px "Poppins Medium", sans-serif;
    }

    section.mobile_app .mobile_app_wrapper .mobile_wrapper_right p {
        width: 90%;
        font: 400 16px/24px "Poppins", sans-serif;
    }

    /* Mobile App */






    /* Footer */
    footer .footer {
        gap: 100px;
    }

    footer .footer .footer_right {
        width: calc((100% - 1 * 100px) / 2);
    }

    footer .footer .footer_left {
        width: calc((100% - 1 * 100px) / 2);
    }

    footer .footer .footer_left p {
        width: 90%;
        font: 400 14px/21px "Poppins", sans-serif;
    }

    footer .footer .footer_left .subscribe {
        width: 90%;
    }

    footer .footer .footer_left .subscribe button {
        width: 160px;
    }

    footer .footer .footer_left .subscribe input {
        width: calc((100% - 160px));
        font: 400 16px/24px "Poppins", sans-serif;
    }

    footer .footer .footer_right {
        display: flex;
        gap: 150px;
    }

    footer .footer .footer_right>div {
        width: calc((100% - 1 * 150px) / 2);
    }

    footer .footer .footer_right>div .heading {
        font: italic 200 20px/30px "Poppins Thin", sans-serif;
    }

    footer .footer .footer_right .law ul li a {
        font: 400 14px/21px "Poppins", sans-serif;
    }

    footer .footer .footer_right .menu .links {
        gap: 32px;
    }

    footer .footer .footer_right .menu .links ul {
        gap: 32px;
    }

    footer .footer .footer_right .menu .links ul li {
        width: 100%;
    }

    footer .footer .footer_right .menu .links ul li a {
        font: 400 14px/21px "Poppins", sans-serif;
    }

    footer .footer_bottom {
        display: flex;
    }

    footer .footer_bottom p {
        width: calc((100% - 300px));
        font: 400 14px/21px "Poppins", sans-serif;
    }

    footer .footer_bottom ul {
        width: 216px;
    }

    /* Footer */





    /* Plans */
    section.plans {
        padding: 140px 0;
    }

    section.plans.prices_page {
        padding: 0 0 75px 0;
    }

    section.plans .heading h2 {
        font: 500 40px/60px "Poppins Medium", sans-serif;
    }

    section.plans .plans_wrapper .tab-content {
        width: 100%;
    }

    section.plans .plans_wrapper .tab-content .all_plans .plan_item h2 {
        font: 500 24px/36px "Poppins Medium", sans-serif;
    }

    section.plans .plans_wrapper .tab-content .all_plans .plan_item p {
        font: 300 16px/24px "Poppins Light", sans-serif;
    }

    section.plans .plans_wrapper .tab-content .all_plans .plan_item .price .prev_price {
        font: 300 16px/24px "Poppins Light", sans-serif;
    }

    section.plans .plans_wrapper .tab-content .all_plans .plan_item .price p {
        font: 500 40px/60px "Poppins Medium", sans-serif;
    }

    section.plans .plans_wrapper .tab-content .all_plans .plan_item .price p span {
        font: 300 20px/30px "Poppins Light", sans-serif;
    }

    section.plans .plans_wrapper .tab-content .all_plans .plan_item .time {
        font: 300 16px/24px "Poppins Light", sans-serif;
    }

    section.plans .plans_wrapper .tab-content .all_plans ul {
        padding-left: 20px;
        gap: 12px;
    }

    section.plans .plans_wrapper .tab-content .all_plans ul li .text {
        max-width: calc((100% - 8px - 24px));
        font: 300 16px/24px "Poppins Light", sans-serif;
    }

    section.plans .plans_wrapper .tab-content .all_plans ul li .icon {
        width: 24px;
        height: 24px;
    }

    /* Plans */



    /* Advantages Section */
    section.advantages .heading {
        font: 500 40px/60px "Poppins Medium", sans-serif;
    }

    section.advantages .advantages_wrapper {
        gap: 70px;
    }

    section.advantages .advantages_wrapper .advantages_item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 52px;
    }

    section.advantages .advantages_wrapper .advantages_item .advantages_item_picture {
        width: calc((60% - 26px));
        height: 340px;
    }

    section.advantages .advantages_wrapper .advantages_item .advantages_item_context {
        width: calc((40% - 26px));
    }

    section.advantages .advantages_wrapper .advantages_item .advantages_item_context h2 {
        font: 500 24px/36px "Poppins Medium", sans-serif;
    }

    section.advantages .advantages_wrapper .advantages_item .advantages_item_context p {
        font: 400 16px/24px "Poppins", sans-serif;
        width: 70%;
    }

    /* Advantages Section */





    /* Prices Table */
    section.prices_table {
        margin-bottom: 55px;
    }

    section.prices_table table tr {
        height: 88px;
    }

    section.prices_table table tr th,
    section.prices_table table tr td {
        font: 600 16px/24px "Poppins", sans-serif;
        padding: 0 32px;
    }

    section.prices_table table tr th:nth-child(2),
    section.prices_table table tr td:nth-child(2),
    section.prices_table table tr th:nth-child(3),
    section.prices_table table tr td:nth-child(3) {
        width: 250px;
    }

    section.prices_table table tr th:nth-child(4),
    section.prices_table table tr td:nth-child(4) {
        width: 160px;
    }

    section.prices_table table tr td img {
        width: 32px;
        height: 32px;
    }

    section.prices_table table tr td .flex-container {
        gap: 12px;
    }

    section.prices_table table tr td .flex-container .icon {
        width: 20px;
        height: 20px;
    }

    section.prices_table table tr td .flex-container .text {
        max-width: calc((100% - 20px - 12px));
        font: 600 16px/24px "Poppins", sans-serif;
    }

    /* Prices Table */





    /* Privacy */
    section.privacy .nav.nav-tabs {
        margin: 0 0 40px 0;
        border-radius: 50px;
        padding: 4px 4px 4.5px 4px;
    }

    section.privacy .nav.nav-tabs .nav-item .nav-link {
        font: 400 16px/19px "Poppins", sans-serif;
        padding: 8px 40px 8px 40px;
    }

    section.privacy .tab-content h2 {
        font: 500 44px/66px "Poppins", sans-serif;
    }

    section.privacy .tab-content p {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    /* Privacy */






    /* Support Details */
    section.support_details .heading {
        font: 500 40px/60px "Poppins", sans-serif;
    }

    section.support_details .details {
        font: 400 20px/30px "Poppins", sans-serif;
    }

    section.support_details .support_details_wrapper .video_wrapper {
        height: 475px;
    }

    section.support_details .video_wrapper .video_player {
        width: 73px;
        height: 73px;
    }

    section.support_details .video_wrapper .video_player img {
        width: 50%;
        height: 50%;
        margin-left: 16px;
    }

    section.support_details .support_details_wrapper h2 {
        font: 500 24px/36px "Poppins", sans-serif;
    }

    section.support_details .support_details_wrapper p {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.support_details .support_details_wrapper ul li {
        font: 400 16px/24px "Poppins", sans-serif;
        padding-left: 30px;
    }

    section.support_details .support_details_wrapper ul li::before {
        top: 10px;
        left: 13px;
    }

    section.support_details .support_details_wrapper .picture_wrapper {
        column-gap: 36px;
    }

    section.support_details .support_details_wrapper .picture_wrapper .picture_item {
        width: calc((100% - 3 * 36px) / 4);
    }

    section.support_details .support_details_wrapper .picture_wrapper .picture_item .picture {
        height: 530px;
    }

    section.support_details .support_details_wrapper .picture_wrapper .picture_item .text {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    /* Support Details */





    /* Support */
    section.support {
        padding-bottom: 90px;
    }

    section.support .heading {
        font: 500 40px/60px "Poppins", sans-serif;
        margin: 0 0 40px 0;
    }

    section.support .search_form form {
        padding: 0 0 55px 0;
    }

    section.support .search_form form p {
        font: 400 16px/24px "Poppins", sans-serif;
        margin: 0 0 20px 0;
    }

    section.support .search_form form .input {
        width: 700px;
    }

    section.support .search_form form .input label {
        left: 30px;
    }

    section.support .search_form form .input input {
        padding: 0 40px 0 65px;
    }

    section.support .support_wrapper .title {
        padding: 40px 0 60px;
        width: 700px;
    }

    section.support .support_wrapper .title h3 {
        font: 500 40px/60px "Poppins", sans-serif;
    }

    section.support .support_wrapper .title p {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.support .support_wrapper .support_info {
        gap: 24px;
    }

    section.support .support_wrapper .support_info .left {
        width: calc(60% - 12px);
        padding: 12px 32px;
    }

    section.support .support_wrapper .support_info .right {
        width: calc(40% - 12px);
        padding: 32px 40px;
    }

    section.support .support_wrapper .support_info .left .support_left_item {
        padding: 24px 0;
        gap: 16px;
    }

    section.support .support_wrapper .support_info .left .support_left_item .context {
        width: calc((100% - 16px - 56px));
    }

    section.support .support_wrapper .support_info .left .support_left_item .context h4 {
        font: 600 20px/30px "Poppins", sans-serif;
    }

    section.support .support_wrapper .support_info .left .support_left_item .context p {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.support .support_wrapper .support_info .right form h2 {
        font: 500 24px/36px "Poppins", sans-serif;
    }

    section.support .support_wrapper .support_info .right form p {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.support .support_wrapper .support_info .right form input,
    section.support .support_wrapper .support_info .right form textarea {
        height: 48px;
        padding: 12px 20px;
        margin: 0 0 16px 0;
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.support .support_wrapper .support_info .right form textarea {
        height: 200px;
    }

    /* Support */




    /* Blog */
    section.blog {
        padding-bottom: 90px;
    }

    section.blog .heading {
        font: 500 40px/60px "Poppins", sans-serif;
        margin: 0 0 50px 0;
        width: 80%;
    }

    section.blog .search_form form {
        padding: 0 0 50px 0;
    }

    section.blog .search_form form .input {
        width: 527px;
    }

    section.blog .search_form form .input input {
        width: calc(100% - 160px);
    }

    section.blog .search_form form .input button {
        width: 160px;
    }

    section.blog .blog_wrapper {
        margin: 50px 0 0 0;
        gap: 32px;
    }

    section.blog .blog_wrapper .blog_item {
        width: calc((100% - 2 * 32px) / 3);
    }

    section.blog .blog_wrapper .blog_item .picture {
        height: 240px;
    }

    section.blog .blog_wrapper .blog_item .blog_item_body {
        padding: 16px 24px 24px;
    }

    section.blog .blog_wrapper .blog_item .blog_item_body h2 {
        height: 90px;
    }

    section.blog .blog_wrapper .blog_item .blog_item_body p {
        height: 48px;
    }

    /* Blog */






    /* Contact */
    section.contact {
        padding-bottom: 90px;
    }

    section.contact .contact_wrapper {
        gap: 42px;
    }

    section.contact .contact_wrapper .contact_info {
        width: calc((100% - 1 * 42px) / 2);
    }

    section.contact .contact_wrapper .contact_form {
        width: calc((100% - 1 * 42px) / 2);
        padding: 32px 40px;
    }

    section.contact .contact_wrapper .contact_info h2 {
        font: 600 44px/53px "Poppins", sans-serif;
    }

    section.contact .contact_wrapper .contact_info h2 span {
        font: 300 44px/53px "Poppins Thin", sans-serif;
    }

    section.contact .contact_wrapper .contact_info p {
        font: 400 16px/24px "Poppins", sans-serif;
        width: 90%;
    }

    section.contact .contact_wrapper .contact_details {
        gap: 44px;
    }

    section.contact .contact_wrapper .contact_details .contact_detail {
        gap: 10px;
    }

    section.contact .contact_wrapper .contact_details .contact_detail .left {
        width: calc(40% - 5px);
    }

    section.contact .contact_wrapper .contact_details .contact_detail .right {
        width: calc(60% - 5px);
    }

    section.contact .contact_wrapper .contact_details .contact_detail .left p {
        font: 400 24px/29px "Poppins", sans-serif;
    }

    section.contact .contact_wrapper .contact_details .contact_detail .right p,
    section.contact .contact_wrapper .contact_details .contact_detail .right a {
        font: 400 16px/19px "Poppins", sans-serif;
    }

    section.contact .contact_wrapper .contact_form form h2 {
        font: 600 24px/36px "Poppins", sans-serif;
    }

    section.contact .contact_wrapper .contact_form form p {
        width: 80%;
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.contact .contact_wrapper .contact_form form .multi_form {
        gap: 15px;
    }

    section.contact .contact_wrapper .contact_form form .multi_form input:first-child {
        width: calc(55% - 7.5px);
    }

    section.contact .contact_wrapper .contact_form form .multi_form input:last-child {
        width: calc(45% - 7.5px);
    }

    /* Contact */














    /* News */
    section.news {
        padding-bottom: 90px;
    }

    section.news .heading {
        font: 500 40px/60px "Poppins", sans-serif;
        margin: 0 0 50px 0;
    }

    section.news .news_wrapper {
        gap: 32px;
    }

    section.news .news_wrapper .left {
        width: calc(60% - 16px);
        padding: 32px 32px 72px;
    }

    section.news .news_wrapper .right {
        width: calc(40% - 16px);
        padding: 16px 32px;
    }

    section.news .news_wrapper .left h2 {
        font: 500 32px/48px "Poppins", sans-serif;
    }

    section.news .news_wrapper .left .date {
        font: 400 16px/24px "Poppins", sans-serif;
        margin: 0 0 32px 0;
    }

    section.news .news_wrapper .left p {
        font: 300 16px/24px "Poppins", sans-serif;
        margin: 30px 0 0 0;
    }

    section.news .news_wrapper .left .picture {
        height: 330px;
    }

    section.news .news_wrapper .left .picture .inner_picture {
        width: 200px;
        height: 120px;
        border-bottom-right-radius: 61px;
    }

    section.news .news_wrapper .right .news_right_item {
        padding: 20px 0;
    }

    section.news .news_wrapper .right .news_right_item .title a {
        font: 600 20px/30px "Poppins", sans-serif;
    }

    section.news .news_wrapper .right .news_right_item .date {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    /* News */






    /* Checkout */
    section.checkout .heading {
        font: 500 40px/60px "Poppins", sans-serif;
        margin: 0 0 30px 0;
    }

    section.checkout .checkout_wrapper {
        gap: 26px;
        padding: 0 0 53px 0;
        min-height: calc(100vh - 96.8px - 62px - 90px - 107px);
    }

    section.checkout .checkout_wrapper .left {
        width: calc((60% - 13px));
        padding: 28px 24px 32px;
    }

    section.checkout .checkout_wrapper .right {
        width: calc((40% - 13px));
        padding: 24px;
    }

    section.checkout .checkout_wrapper .left .title {
        font: 600 24px/36px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .left p {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .left .form_wrapper {
        gap: 10px;
    }

    section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_left {
        width: 220px;
        height: 48px;
    }

    section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_left select {
        font: 400 16px/24px "Poppins", sans-serif;
        padding: 0 20px;
    }

    section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_left .icon {
        right: 12px;
        width: 24px;
        height: 24px;
        padding: 7px 3px;
    }

    section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_right {
        width: calc((100% - 10px - 220px));
        gap: 20px;
    }

    section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_right .discount {
        padding: 12px 24px;
        font: 500 16px/24px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_right .price {
        max-width: calc((100% - 175px - 40px));
    }

    section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_right .price .prev {
        font: 600 32px/48px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_right .price .prev span {
        font: 300 16px/24px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_right .price .new {
        font: 500 16px/24px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_right .price .new span {
        font: 300 16px/24px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .right .total_price {
        gap: 12px;
        margin: 0 0 20px 0;
    }

    section.checkout .checkout_wrapper .right .total_price .total_price_left {
        font: 600 20px/30px "Poppins", sans-serif;
        width: 160px;
    }

    section.checkout .checkout_wrapper .right .total_price .total_price_right {
        width: calc((100% - 10px - 160px));
        gap: 12px;
    }

    section.checkout .checkout_wrapper .right .total_price .total_price_right .prev_price {
        font: 300 20px/30px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .right .total_price .total_price_right .new_price {
        font: 600 24px/36px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .right .discount .discount_left {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .right .discount .discount_right {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .right .have_counpon {
        font: 500 16px/24px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .right .form_wrapper {
        height: 42px;
        gap: 12px;
    }

    section.checkout .checkout_wrapper .right .form_wrapper input {
        width: calc((100% - 12px - 144px));
        padding: 12px 24px;
        font: 400 16px/19px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .right .form_wrapper button {
        width: 144px;
        padding: 12px 24px;
        font: 400 16px/19px "Poppins", sans-serif;
    }

    section.checkout .checkout_footer {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 100px;
        padding: 32px 0;
    }

    section.checkout .checkout_footer>div {
        width: calc((100% - 100px) / 2);
    }

    section.checkout .checkout_footer>div:nth-child(1) {
        justify-content: flex-end;
    }

    section.checkout .checkout_footer .link {
        font: 400 16px/19px "Poppins", sans-serif;
        padding: 12px;
    }

    section.checkout .checkout_footer .link a {
        font: 400 16px/19px "Poppins", sans-serif;
    }

    /* Checkout */





    /* Referances */
    section.referances {
        height: 700px;
    }

    section.referances .heading {
        font: 500 40px/60px "Poppins", sans-serif;
        width: 625px;
    }

    section.referances .referances_wrapper {
        width: 1140px;
        padding: 0 16px;
    }

    section.referances .referances_wrapper .referance_details {
        top: 230px;
        width: 470px;
        padding: 30px;
    }

    section.referances .referances_wrapper .referance_details .icon {
        width: 42px;
        height: 30px;
        font: 400 96px/96px "Poppins", sans-serif;
        margin-left: 0;
    }

    section.referances .referances_wrapper .referance_details .about_referance {
        font: 300 16px/24px "Poppins", sans-serif;
        max-height: 125px;
        -webkit-line-clamp: 5 !important;
        line-clamp: 5 !important;
    }

    section.referances .referances_wrapper .referance_details .name_referance {
        font: 600 24px/36px "Poppins", sans-serif;
        max-height: 36px;
        -webkit-line-clamp: 1 !important;
        line-clamp: 1 !important;
    }

    section.referances .referances_wrapper .referance_details .profession_referance {
        font: 300 20px/30px "Poppins", sans-serif;
        max-height: 30px;
        margin: -5px 0 0 0;
        -webkit-line-clamp: 1 !important;
        line-clamp: 1 !important;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle {
        top: 300px;
        right: 90px;
        width: 150px;
        height: 150px;
        padding: 14px;
        font: 600 19px/28px "Poppins", sans-serif;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1 {
        width: 330px;
        height: 330px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2 {
        width: 560px;
        height: 560px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line3 {
        width: 790px;
        height: 790px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line4 {
        width: 1020px;
        height: 1020px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line5 {
        width: 1250px;
        height: 1250px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line6 {
        width: 1480px;
        height: 1480px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line7 {
        width: 1710px;
        height: 1710px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div {
        width: 85px;
        height: 85px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div:hover,
    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div.active {
        outline: 7px solid #06A4ED80;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div img {
        width: 54px;
        height: 22px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div:nth-child(1) {
        top: 25px;
        left: -5px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div:nth-child(2) {
        top: 180px;
        left: -30px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div:nth-child(3) {
        bottom: -30px;
        left: 90px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div:nth-child(4) {
        bottom: 0px;
        right: 15px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div:nth-child(5) {
        top: 70px;
        right: -30px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div:nth-child(6) {
        top: -35px;
        right: 90px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2>div {
        width: 85px;
        height: 85px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2>div:hover,
    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2>div.active {
        outline: 7px solid #06A4ED80;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2>div img {
        width: 54px;
        height: 22px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2>div:nth-child(1) {
        top: -25px;
        left: 150px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2>div:nth-child(2) {
        top: 170px;
        left: -40px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2>div:nth-child(3) {
        bottom: 35px;
        left: 45px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2>div:nth-child(4) {
        bottom: -30px;
        right: 170px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line3>div {
        width: 85px;
        height: 85px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line3>div:hover,
    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line3>div.active {
        outline: 7px solid #06A4ED80;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line3>div img {
        width: 54px;
        height: 22px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line3>div:nth-child(1) {
        top: 54%;
        left: -35px;
    }

    /* Referances */
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {

    .backgroundCrossLineWrapper .backgroundCrossLine {
        width: 360px;
        height: 800px;
        top: 0;
        left: 0;
    }

    .backgroundCrossLineWrapper .backgroundCrossLine2 {
        width: 360px;
        height: 700px;
        top: -500px;
        right: 0;
    }

    .backgroundCrossLineWrapper .backgroundCrossLine3 {
        width: 360px;
        height: 800px;
        top: -650px;
        left: 0;
    }

    .backgroundCrossLineWrapper .backgroundCrossLine4 {
        width: 440px;
        height: auto;
        bottom: 0;
        left: 0;
    }

    .backgroundCrossLineWrapper .backgroundCrossLine5 {
        width: 440px;
        height: auto;
        top: -62px;
        right: 0;
    }

    /* Back to Top Button */
    .backToTopButton {
        right: 38px;
        width: 46px;
        height: 82px;
    }

    .backToTopButton img {
        width: 23px;
        height: 23px;
    }

    .backToTopButton.active {
        bottom: 46px;
    }

    /* Back to Top Button */



    /* Home Section */
    .home .home_wrapper {
        display: flex;
        gap: 18px;
    }

    .home .home_wrapper>div {
        width: calc((100% - 18px) / 2);
    }

    .home .home_wrapper .home_wrapper_left h1 {
        font: 500 48px/72px "Poppins Medium", sans-serif;
        text-align: left;
    }

    .home .home_wrapper .home_wrapper_left h1 span {
        font: 200 48px/72px "Poppins Thin", sans-serif;
    }

    .home .home_wrapper .home_wrapper_left p {
        font: 500 16px/24px "Poppins Medium", sans-serif;
        text-align: left;
        width: 80%;
    }

    .home .home_wrapper .home_wrapper_left .users_comments_wrapper {
        width: 100%;
    }

    .home .home_wrapper .home_wrapper_left .users_comments_wrapper .users_comments_item {
        width: 100%;
    }

    .home .home_wrapper .home_wrapper_left .users_comments_wrapper .users_comments_item .users_comments_item_left {
        width: 70px;
    }

    .home .home_wrapper .home_wrapper_left .users_comments_wrapper .users_comments_item .users_comments_item_right {
        width: calc((100% - 16px - 70px));
    }

    .home .home_wrapper .home_wrapper_left .users_comments_wrapper .users_comments_item .users_comments_item_right .top {
        text-align: left;
        font: 500 18px/24px "Poppins Medium", sans-serif;
    }

    .home .home_wrapper .home_wrapper_left .users_comments_wrapper .users_comments_item .users_comments_item_right .bottom {
        text-align: left;
        font: 300 14px/18px "Poppins Light", sans-serif;
    }

    .home .home_wrapper .home_wrapper_right {
        height: 420px;
    }

    /* Home Section */


    /* Company Swiper */
    section.company .company_items {
        display: flex;
    }

    section.company .company_items .company_count {
        height: 72px;
        width: 210px;
    }

    section.company .company_items .company_count span {
        display: block;
    }

    section.company .company_items .company_swiper {
        width: calc((100% - 20px - 210px));
        height: 55px;
    }

    /* Company Swiper */




    /* Steps Section */
    section.steps .steps_wrapper .steps_heading_wrapper {
        display: flex;
        align-items: flex-start;
        gap: 40px;
    }

    section.steps .steps_wrapper .steps_heading_wrapper .steps_heading_item {
        width: calc((100% - 40px) / 2);
        font: 500 40px/60px "Poppins Medium", sans-serif;
    }

    section.steps .steps_wrapper .steps_heading_wrapper .steps_heading_link {
        width: calc((100% - 40px) / 2);
        gap: 20px;
    }

    section.steps .steps_wrapper .steps_heading_wrapper .steps_heading_link p {
        font: 500 16px/24px "Poppins Medium", sans-serif;
    }

    section.steps .steps_wrapper .steps_pictures {
        gap: 70px;
    }

    section.steps .steps_wrapper .steps_pictures .steps_pictures_item {
        width: calc((100% - 2 * 70px) / 3);
    }

    section.steps .steps_wrapper .steps_pictures .steps_pictures_item .picture {
        height: 305px;
    }

    section.steps .steps_wrapper .steps_pictures .steps_pictures_item .step_count {
        font: 600 40px/60px "Poppins SemiBold", sans-serif;
    }

    section.steps .steps_wrapper .steps_pictures .steps_pictures_item h2 {
        font: 600 24px/36px "Poppins SemiBold", sans-serif;
    }

    section.steps .steps_wrapper .steps_pictures .steps_pictures_item p {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.steps .steps_wrapper .steps_pictures .steps_pictures_item:nth-child(1),
    section.steps .steps_wrapper .steps_pictures .steps_pictures_item:nth-child(2) {
        position: relative;
    }

    section.steps .steps_wrapper .steps_pictures .steps_pictures_item:nth-child(1)::after {
        top: 63px;
        left: calc(100% + (70px - 64px) / 2);
        width: 64px;
        height: 80px;
    }

    section.steps .steps_wrapper .steps_pictures .steps_pictures_item:nth-child(2)::after {
        top: 154px;
        left: calc(100% + (70px - 83px) / 2);
        width: 83px;
        height: 78px;
    }

    /* Steps Section */



    /* Traditional Ways */
    section.traditional_ways .heading {
        width: 650px;
        text-align: center;
        font: 500 40px/60px "Poppins Medium", sans-serif;
    }

    section.traditional_ways .heading span.italic {
        font: italic 200 40px/60px "Poppins Thin", sans-serif;
    }

    section.traditional_ways .traditional_items .traditional_item {
        width: calc((100% / 3));
        min-height: 380.6px;
    }

    section.traditional_ways .traditional_items .traditional_item:not(:nth-child(3n)) {
        padding-right: 28.75px;
    }

    section.traditional_ways .traditional_items .traditional_item:not(:nth-child(3n + 1)) {
        padding-left: 28.75px;
    }

    section.traditional_ways .traditional_items .traditional_item:nth-child(-n + 3) {
        padding-bottom: 30px;
    }

    section.traditional_ways .traditional_items .traditional_item:nth-child(n + 4) {
        padding-top: 30px;
    }

    section.traditional_ways .traditional_items .traditional_item:nth-child(1),
    section.traditional_ways .traditional_items .traditional_item:nth-child(2) {
        border-right: 1px solid rgba(230, 230, 230, 1);
        border-bottom: 1px solid rgba(230, 230, 230, 1);
    }

    section.traditional_ways .traditional_items .traditional_item:nth-child(5) {
        border-left: 1px solid rgba(230, 230, 230, 1);
    }

    section.traditional_ways .traditional_items .traditional_item:nth-child(6) {
        border-left: 1px solid rgba(230, 230, 230, 1);
        border-top: 1px solid rgba(230, 230, 230, 1);
    }

    section.traditional_ways .traditional_items .traditional_item h2 {
        font: 600 24px/36px "Poppins SemiBold", sans-serif;
    }

    section.traditional_ways .traditional_items .traditional_item p {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    /* Traditional Ways */



    /* Automation */
    section.automation {
        padding: 60px 0;
    }

    section.automation .automation_wrapper {
        gap: 30px;
    }

    section.automation .automation_wrapper .right {
        width: calc((100% - 1 * 30px) / 2);
        height: 332px;
    }

    section.automation .automation_wrapper .left {
        width: calc((100% - 1 * 30px) / 2);
        height: 332px;
    }

    section.automation .automation_wrapper .left .picture {
        width: 42px;
        height: 42px;
        padding: 10px;
        margin: 0 0 4px 0;
    }

    section.automation .automation_wrapper .left h2 {
        font: 500 28px/40px "Poppins Medium", sans-serif;
        margin: 0 0 24px 0;
    }

    section.automation .automation_wrapper .left p {
        font: 400 15px/20px "Poppins", sans-serif;
        margin: 0 0 16px 0;
    }

    section.automation .automation_wrapper .left a {
        padding: 12.5px 24px;
        gap: 12px;
        margin: 0;
    }

    section.automation .automation_wrapper .left a .text {
        font: 400 15px/20px "Poppins", sans-serif;
    }

    /* Automation */



    /* Calculator */
    section.calculator .calculator_wrapper .calculator_wrapper_left {
        width: calc((100% - 88px) / 2);
    }

    section.calculator .calculator_wrapper .calculator_wrapper_right {
        width: calc((100% - 88px) / 2);
        padding: 52px 20px;
        gap: 60px;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_right .heading {
        font: italic 200 24px/29.05px "Poppins Thin", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_right .heading span {
        font: 500 24px/29.05px "Poppins Medium", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_right .calculation_result .total_price {
        font: 500 48px/58.05px "Poppins Medium", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_right .calculation_result .total_price span {
        font: 300 16px/19.05px "Poppins Light", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_right .calculation_result ul li {
        padding: 34.5px 0;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_right .calculation_result ul li .description {
        width: calc((100% - 150px));
        font: 400 16px/19.36px "Poppins", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_right .calculation_result ul li .count {
        width: 150px;
        font: 400 20px/24.05px "Poppins", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_right .calculation_result ul li .count span {
        font: 300 20px/24.05px "Poppins Light", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left .heading {
        font: 500 40px/60px "Poppins Medium", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left .heading .icon {
        width: 94px;
        height: 44px;
        transform: translateY(10px);
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left p {
        width: 100%;
        font: 400 16px/24.05px "Poppins", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left .form_groups {
        height: 110px;
        gap: 80px;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left .form_groups .form_group {
        width: 180px;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left .form_groups .form_group label {
        font: 400 20px/30px "Poppins", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left .form_groups .form_group .input input {
        width: 80px;
        font: 500 20px/30px "Poppins Medium", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left .form_groups .form_group .input .minus,
    section.calculator .calculator_wrapper .calculator_wrapper_left .form_groups .form_group .input .plus {
        width: 32px;
        height: 32px;
        font: 400 16px/16px "Poppins", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left .form_groups .form_group .input .plus {
        right: 14px;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left .form_groups .form_group .input .minus {
        left: 14px;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left .navigation_wrapper {
        justify-content: flex-start;
        margin: 80px 0 0 0;
    }

    /* Calculator */



    /* FAQ */
    section.faq {
        padding: 120px 0;
    }

    section.faq .heading {
        gap: 50px;
        margin: 0 0 50px 0;
    }

    section.faq .heading h2 {
        width: calc(77% - (50px / 2));
        font: 500 40px/60px "Poppins Medium", sans-serif;
    }

    section.faq .heading .navigation_wrapper {
        width: calc(23% - (50px / 2));
    }

    section.faq .faq_wrapper {
        display: flex;
    }

    section.faq .faq_wrapper .faq_items {
        width: calc((100% - 1 * 16px) / 2);
    }

    section.faq .faq_wrapper .faq_items:nth-child(1) {
        padding-right: 0;
    }

    section.faq .faq_wrapper .faq_items:nth-child(2) {
        padding-left: 0;
    }

    section.faq .faq_wrapper .faq_items .faq_item .accordion_opener {
        height: 70px;
        padding: 20px;
    }

    section.faq .faq_wrapper .faq_items .faq_item .accordion_opener .text {
        width: calc(100% - 40px - 24px);
        font: 500 20px/30px "Poppins Medium", sans-serif;
    }

    section.faq .faq_wrapper .faq_items .faq_item .accordion-collapse p {
        padding: 20px;
        font: 400 16px/24px "Poppins", sans-serif;
    }

    /* FAQ */



    /* Testimonials */
    section.testimonials .heading {
        margin: 0 auto 60px;
        font: 500 40px/60px "Poppins Medium", sans-serif;
        width: 90%;
    }

    section.testimonials .heading span.italic {
        font: italic 100 40px/60px "Poppins Thin", sans-serif;
    }

    section.testimonials .testimonials_swiper .swiper-wrapper .swiper-slide {
        aspect-ratio: 12 / 14;
        padding: 32px;
    }

    section.testimonials .testimonials_swiper .swiper-wrapper .swiper-slide .top .picture {
        width: 60px;
        height: 60px;
    }

    section.testimonials .testimonials_swiper .swiper-wrapper .swiper-slide .top .description {
        width: calc((100% - 20px - 60px));
    }

    section.testimonials .testimonials_swiper .swiper-wrapper .swiper-slide .top .description .name {
        font: 500 16px/24px "Poppins Medium", sans-serif;
    }

    section.testimonials .testimonials_swiper .swiper-wrapper .swiper-slide .top .description .profession {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.testimonials .testimonials_swiper .swiper-wrapper .swiper-slide .body {
        font: 400 16px/24px "Poppins", sans-serif;
        -webkit-line-clamp: 10 !important;
        line-clamp: 10 !important;
    }

    /* Testimonials */




    /* Mobile App */
    section.mobile_app {
        padding: 130px 0 80px;
    }

    section.mobile_app .mobile_app_wrapper {
        display: flex;
        align-items: center;
        gap: 40px;
    }

    section.mobile_app .mobile_app_wrapper .mobile_wrapper_left {
        width: 400px;
        height: 377px;
    }

    section.mobile_app .mobile_app_wrapper .mobile_wrapper_right {
        width: calc((100% - 40px - 400px));
    }

    section.mobile_app .mobile_app_wrapper .mobile_wrapper_right .heading {
        font: 500 32px/44px "Poppins Medium", sans-serif;
        margin: 0 0 20px 0;
    }

    section.mobile_app .mobile_app_wrapper .mobile_wrapper_right p {
        width: 100%;
        font: 400 16px/24px "Poppins", sans-serif;
        margin: 0 0 20px 0;
    }



    /* Mobile App */



    /* Footer */
    footer .footer {
        gap: 30px;
    }

    footer .footer .footer_right {
        width: calc((100% - 1 * 30px) / 2);
    }

    footer .footer .footer_left {
        width: calc((100% - 1 * 30px) / 2);
    }

    footer .footer .footer_left p {
        width: 90%;
        font: 400 14px/21px "Poppins", sans-serif;
    }

    footer .footer .footer_left .subscribe {
        width: 90%;
    }

    footer .footer .footer_left .subscribe button {
        width: 160px;
    }

    footer .footer .footer_left .subscribe input {
        width: calc((100% - 160px));
        font: 400 16px/24px "Poppins", sans-serif;
    }

    footer .footer .footer_right {
        display: flex;
        gap: 150px;
    }

    footer .footer .footer_right>div {
        width: calc((100% - 1 * 150px) / 2);
    }

    footer .footer .footer_right>div .heading {
        font: italic 200 20px/30px "Poppins Thin", sans-serif;
    }

    footer .footer .footer_right .law ul li a {
        font: 400 14px/21px "Poppins", sans-serif;
    }

    footer .footer .footer_right .menu .links {
        gap: 32px;
    }

    footer .footer .footer_right .menu .links ul {
        gap: 32px;
    }

    footer .footer .footer_right .menu .links ul li {
        width: 100%;
    }

    footer .footer .footer_right .menu .links ul li a {
        font: 400 14px/21px "Poppins", sans-serif;
    }

    footer .footer_bottom {
        display: flex;
    }

    footer .footer_bottom p {
        width: calc((100% - 300px));
        font: 400 14px/21px "Poppins", sans-serif;
    }

    footer .footer_bottom ul {
        width: 216px;
    }

    /* Footer */




    /* Plans */
    section.plans {
        padding: 140px 0;
    }

    section.plans.prices_page {
        padding: 0 0 70px 0;
    }

    section.plans .heading h2 {
        font: 500 40px/60px "Poppins Medium", sans-serif;
    }

    section.plans .plans_wrapper .tab-content {
        width: 100%;
    }

    section.plans .plans_wrapper .tab-content .all_plans .plan_item h2 {
        font: 500 24px/36px "Poppins Medium", sans-serif;
    }

    section.plans .plans_wrapper .tab-content .all_plans .plan_item p {
        font: 300 16px/24px "Poppins Light", sans-serif;
    }

    section.plans .plans_wrapper .tab-content .all_plans .plan_item .price .prev_price {
        font: 300 16px/24px "Poppins Light", sans-serif;
    }

    section.plans .plans_wrapper .tab-content .all_plans .plan_item .price p {
        font: 500 40px/60px "Poppins Medium", sans-serif;
    }

    section.plans .plans_wrapper .tab-content .all_plans .plan_item .price p span {
        font: 300 20px/30px "Poppins Light", sans-serif;
    }

    section.plans .plans_wrapper .tab-content .all_plans .plan_item .time {
        font: 300 16px/24px "Poppins Light", sans-serif;
    }

    section.plans .plans_wrapper .tab-content .all_plans ul {
        padding-left: 20px;
        gap: 12px;
    }

    section.plans .plans_wrapper .tab-content .all_plans ul li .text {
        max-width: calc((100% - 8px - 24px));
        font: 300 16px/24px "Poppins Light", sans-serif;
    }

    section.plans .plans_wrapper .tab-content .all_plans ul li .icon {
        width: 24px;
        height: 24px;
    }

    /* Plans */



    /* Header */
    header .header_wrapper {
        height: 96px;
        justify-content: space-between;
        gap: 10px;
    }

    header .header_logo {
        width: 152px;
    }

    header .header_nav {
        width: calc((100% - 2 * 10px - 152px - 200px));
        padding: 0;
    }

    header .header_nav ul {
        justify-content: flex-end;
        gap: 5px;
    }

    header .header_nav ul li a {
        padding: 3px 5px;
        font: 500 16px/24px "Poppins Medium", sans-serif;
    }

    header .header_setting {
        width: 200px;
        gap: 12px;
    }

    header .header_setting .login_button {
        font: 400 16px/19.36px "Poppins", sans-serif;
        padding: 12px 20px;
    }

    /* Header */


    /* Advantages Section */
    section.advantages .heading {
        font: 500 40px/60px "Poppins Medium", sans-serif;
    }

    section.advantages .advantages_wrapper {
        gap: 60px;
    }

    section.advantages .advantages_wrapper .advantages_item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 40px;
    }

    section.advantages .advantages_wrapper .advantages_item .advantages_item_picture {
        width: calc((50% - 20px));
        height: 300px;
    }

    section.advantages .advantages_wrapper .advantages_item .advantages_item_context {
        width: calc((50% - 20px));
    }

    section.advantages .advantages_wrapper .advantages_item .advantages_item_context h2 {
        font: 500 24px/36px "Poppins Medium", sans-serif;
    }

    section.advantages .advantages_wrapper .advantages_item .advantages_item_context p {
        font: 400 16px/24px "Poppins", sans-serif;
        width: 70%;
    }

    /* Advantages Section */





    /* Prices Table */
    section.prices_table {
        margin-bottom: 50px;
    }

    section.prices_table table tr {
        height: 88px;
    }

    section.prices_table table tr th,
    section.prices_table table tr td {
        font: 600 16px/24px "Poppins", sans-serif;
        padding: 0 32px;
    }

    section.prices_table table tr th:nth-child(2),
    section.prices_table table tr td:nth-child(2),
    section.prices_table table tr th:nth-child(3),
    section.prices_table table tr td:nth-child(3) {
        width: 220px;
    }

    section.prices_table table tr th:nth-child(4),
    section.prices_table table tr td:nth-child(4) {
        width: 130px;
    }

    section.prices_table table tr td img {
        width: 32px;
        height: 32px;
    }

    section.prices_table table tr td .flex-container {
        gap: 12px;
    }

    section.prices_table table tr td .flex-container .icon {
        width: 20px;
        height: 20px;
    }

    section.prices_table table tr td .flex-container .text {
        max-width: calc((100% - 20px - 12px));
        font: 600 16px/24px "Poppins", sans-serif;
    }

    /* Prices Table */


    /* Privacy */
    section.privacy .nav.nav-tabs {
        margin: 0 0 40px 0;
        border-radius: 50px;
        padding: 4px 4px 4.5px 4px;
    }

    section.privacy .nav.nav-tabs .nav-item .nav-link {
        font: 400 16px/19px "Poppins", sans-serif;
        padding: 8px 40px 8px 40px;
    }

    section.privacy .tab-content h2 {
        font: 500 44px/66px "Poppins", sans-serif;
    }

    section.privacy .tab-content p {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    /* Privacy */




    /* Support Details */
    section.support_details .heading {
        font: 500 40px/60px "Poppins", sans-serif;
    }

    section.support_details .details {
        font: 400 20px/30px "Poppins", sans-serif;
    }

    section.support_details .support_details_wrapper .video_wrapper {
        height: 450px;
    }

    section.support_details .video_wrapper .video_player {
        width: 73px;
        height: 73px;
    }

    section.support_details .video_wrapper .video_player img {
        width: 50%;
        height: 50%;
        margin-left: 16px;
    }

    section.support_details .support_details_wrapper h2 {
        font: 500 24px/36px "Poppins", sans-serif;
    }

    section.support_details .support_details_wrapper p {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.support_details .support_details_wrapper ul li {
        font: 400 16px/24px "Poppins", sans-serif;
        padding-left: 30px;
    }

    section.support_details .support_details_wrapper ul li::before {
        top: 10px;
        left: 13px;
    }

    section.support_details .support_details_wrapper .picture_wrapper {
        column-gap: 25px;
    }

    section.support_details .support_details_wrapper .picture_wrapper .picture_item {
        width: calc((100% - 3 * 25px) / 4);
    }

    section.support_details .support_details_wrapper .picture_wrapper .picture_item .picture {
        height: 450px;
    }

    section.support_details .support_details_wrapper .picture_wrapper .picture_item .text {
        font: 400 14px/20px "Poppins", sans-serif;
    }

    /* Support Details */




    /* Support */
    section.support {
        padding-bottom: 80px;
    }

    section.support .heading {
        font: 500 40px/60px "Poppins", sans-serif;
        margin: 0 0 40px 0;
    }

    section.support .search_form form {
        padding: 0 0 50px 0;
    }

    section.support .search_form form p {
        font: 400 16px/24px "Poppins", sans-serif;
        margin: 0 0 20px 0;
    }

    section.support .search_form form .input {
        width: 650px;
    }

    section.support .search_form form .input label {
        left: 30px;
    }

    section.support .search_form form .input input {
        padding: 0 40px 0 65px;
    }

    section.support .support_wrapper .title {
        padding: 30px 0 50px;
        width: 700px;
    }

    section.support .support_wrapper .title h3 {
        font: 500 40px/60px "Poppins", sans-serif;
    }

    section.support .support_wrapper .title p {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.support .support_wrapper .support_info {
        gap: 24px;
    }

    section.support .support_wrapper .support_info .left {
        width: calc(58% - 12px);
        padding: 12px 20px;
    }

    section.support .support_wrapper .support_info .right {
        width: calc(42% - 12px);
        padding: 32px 20px;
    }

    section.support .support_wrapper .support_info .left .support_left_item {
        padding: 24px 0;
        gap: 16px;
    }

    section.support .support_wrapper .support_info .left .support_left_item .context {
        width: calc((100% - 16px - 56px));
    }

    section.support .support_wrapper .support_info .left .support_left_item .context h4 {
        font: 600 20px/30px "Poppins", sans-serif;
    }

    section.support .support_wrapper .support_info .left .support_left_item .context p {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.support .support_wrapper .support_info .right form h2 {
        font: 500 24px/36px "Poppins", sans-serif;
    }

    section.support .support_wrapper .support_info .right form p {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.support .support_wrapper .support_info .right form input,
    section.support .support_wrapper .support_info .right form textarea {
        height: 48px;
        padding: 12px 20px;
        margin: 0 0 16px 0;
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.support .support_wrapper .support_info .right form textarea {
        height: 200px;
    }

    /* Support */



    /* Blog */
    section.blog {
        padding-bottom: 80px;
    }

    section.blog .heading {
        font: 500 40px/60px "Poppins", sans-serif;
        margin: 0 0 40px 0;
        width: 90%;
    }

    section.blog .search_form form {
        padding: 0 0 40px 0;
    }

    section.blog .search_form form .input {
        width: 527px;
    }

    section.blog .search_form form .input input {
        width: calc(100% - 160px);
    }

    section.blog .search_form form .input button {
        width: 160px;
    }

    section.blog .blog_wrapper {
        margin: 40px 0 0 0;
        gap: 32px;
    }

    section.blog .blog_wrapper .blog_item {
        width: calc((100% - 1 * 32px) / 2);
    }

    section.blog .blog_wrapper .blog_item .picture {
        height: 310px;
    }

    section.blog .blog_wrapper .blog_item .blog_item_body {
        padding: 16px 24px 24px;
        height: 260px;
    }

    section.blog .blog_wrapper .blog_item .blog_item_body h2 {
        height: 90px;
    }

    section.blog .blog_wrapper .blog_item .blog_item_body p {
        height: 48px;
    }

    /* Blog */







    /* Contact */
    section.contact {
        padding-bottom: 80px;
    }

    section.contact .contact_wrapper {
        gap: 20px;
    }

    section.contact .contact_wrapper .contact_info {
        width: calc((100% - 1 * 20px) / 2);
    }

    section.contact .contact_wrapper .contact_form {
        width: calc((100% - 1 * 20px) / 2);
        padding: 32px 20px;
    }

    section.contact .contact_wrapper .contact_info h2 {
        font: 600 44px/53px "Poppins", sans-serif;
    }

    section.contact .contact_wrapper .contact_info h2 span {
        font: 300 44px/53px "Poppins Thin", sans-serif;
    }

    section.contact .contact_wrapper .contact_info p {
        font: 400 16px/24px "Poppins", sans-serif;
        width: 90%;
    }

    section.contact .contact_wrapper .contact_details {
        gap: 44px;
    }

    section.contact .contact_wrapper .contact_details .contact_detail {
        gap: 10px;
    }

    section.contact .contact_wrapper .contact_details .contact_detail .left {
        width: calc(45% - 10px);
    }

    section.contact .contact_wrapper .contact_details .contact_detail .right {
        width: calc(55%);
    }

    section.contact .contact_wrapper .contact_details .contact_detail .left p {
        font: 400 24px/29px "Poppins", sans-serif;
    }

    section.contact .contact_wrapper .contact_details .contact_detail .right p,
    section.contact .contact_wrapper .contact_details .contact_detail .right a {
        font: 400 16px/19px "Poppins", sans-serif;
    }

    section.contact .contact_wrapper .contact_form form h2 {
        font: 600 24px/36px "Poppins", sans-serif;
    }

    section.contact .contact_wrapper .contact_form form p {
        width: 80%;
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.contact .contact_wrapper .contact_form form .multi_form {
        gap: 15px;
    }

    section.contact .contact_wrapper .contact_form form .multi_form input:first-child {
        width: calc(55% - 7.5px);
    }

    section.contact .contact_wrapper .contact_form form .multi_form input:last-child {
        width: calc(45% - 7.5px);
    }

    /* Contact */



    /* News */
    section.news {
        padding-bottom: 80px;
    }

    section.news .heading {
        font: 500 40px/60px "Poppins", sans-serif;
        margin: 0 0 40px 0;
    }

    section.news .news_wrapper {
        gap: 20px;
    }

    section.news .news_wrapper .left {
        width: calc(59% - 10px);
        padding: 32px 32px 72px;
    }

    section.news .news_wrapper .right {
        width: calc(41% - 10px);
        padding: 16px 20px;
    }

    section.news .news_wrapper .left h2 {
        font: 500 32px/48px "Poppins", sans-serif;
    }

    section.news .news_wrapper .left .date {
        font: 400 16px/24px "Poppins", sans-serif;
        margin: 0 0 32px 0;
    }

    section.news .news_wrapper .left p {
        font: 300 16px/24px "Poppins", sans-serif;
        margin: 30px 0 0 0;
    }

    section.news .news_wrapper .left .picture {
        height: 280px;
    }

    section.news .news_wrapper .left .picture .inner_picture {
        width: 190px;
        height: 110px;
        border-bottom-right-radius: 61px;
    }

    section.news .news_wrapper .right .news_right_item {
        padding: 20px 0;
    }

    section.news .news_wrapper .right .news_right_item .title a {
        font: 600 20px/30px "Poppins", sans-serif;
    }

    section.news .news_wrapper .right .news_right_item .date {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    /* News */


    /* Checkout */
    section.checkout .heading {
        font: 500 40px/60px "Poppins", sans-serif;
        margin: 0 0 20px 0;
    }

    section.checkout .checkout_wrapper {
        gap: 20px;
        padding: 0 0 53px 0;
        min-height: calc(100vh - 96.8px - 62px - 80px - 107px);
    }

    section.checkout .checkout_wrapper .left {
        width: calc((60% - 10px));
        padding: 28px 15px 32px;
    }

    section.checkout .checkout_wrapper .right {
        width: calc((40% - 10px));
        padding: 24px 15px;
    }

    section.checkout .checkout_wrapper .left .title {
        font: 600 24px/36px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .left p {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .left .form_wrapper {
        gap: 10px;
    }

    section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_left {
        width: 160px;
        height: 48px;
    }

    section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_left select {
        font: 400 16px/24px "Poppins", sans-serif;
        padding: 0 20px;
    }

    section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_left .icon {
        right: 12px;
        width: 24px;
        height: 24px;
        padding: 7px 3px;
    }

    section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_right {
        width: calc((100% - 10px - 160px));
        gap: 10px;
    }

    section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_right .discount {
        padding: 12px 24px;
        font: 500 16px/24px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_right .price {
        max-width: calc((100% - 175px));
    }

    section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_right .price .prev {
        font: 600 28px/42px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_right .price .prev span {
        font: 300 16px/24px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_right .price .new {
        font: 500 16px/24px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_right .price .new span {
        font: 300 16px/24px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .right .total_price {
        gap: 6px;
        margin: 0 0 20px 0;
    }

    section.checkout .checkout_wrapper .right .total_price .total_price_left {
        font: 600 18px/22px "Poppins", sans-serif;
        width: 150px;
    }

    section.checkout .checkout_wrapper .right .total_price .total_price_right {
        width: calc((100% - 6px - 150px));
        gap: 6px;
    }

    section.checkout .checkout_wrapper .right .total_price .total_price_right .prev_price {
        font: 300 18px/26px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .right .total_price .total_price_right .new_price {
        font: 600 22px/32px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .right .discount .discount_left {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .right .discount .discount_right {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .right .have_counpon {
        font: 500 16px/24px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .right .form_wrapper {
        height: 42px;
        gap: 12px;
    }

    section.checkout .checkout_wrapper .right .form_wrapper input {
        width: calc((100% - 12px - 144px));
        padding: 12px 24px;
        font: 400 16px/19px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .right .form_wrapper button {
        width: 144px;
        padding: 12px 24px;
        font: 400 16px/19px "Poppins", sans-serif;
    }

    section.checkout .checkout_footer {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 100px;
        padding: 32px 0;
    }

    section.checkout .checkout_footer>div {
        width: calc((100% - 100px) / 2);
    }

    section.checkout .checkout_footer>div:nth-child(1) {
        justify-content: flex-end;
    }

    section.checkout .checkout_footer .link {
        font: 400 16px/19px "Poppins", sans-serif;
        padding: 12px;
    }

    section.checkout .checkout_footer .link a {
        font: 400 16px/19px "Poppins", sans-serif;
    }

    /* Checkout */












    /* Referances */
    section.referances {
        height: 700px;
    }

    section.referances .heading {
        font: 500 40px/60px "Poppins", sans-serif;
        width: 600px;
    }

    section.referances .referances_wrapper {
        width: 960px;
        padding: 0 16px;
    }

    section.referances .referances_wrapper .referance_details {
        top: 230px;
        width: 430px;
        padding: 25px;
    }

    section.referances .referances_wrapper .referance_details .icon {
        width: 42px;
        height: 30px;
        font: 400 96px/96px "Poppins", sans-serif;
        margin-left: 0;
    }

    section.referances .referances_wrapper .referance_details .about_referance {
        font: 300 16px/24px "Poppins", sans-serif;
        max-height: 125px;
        -webkit-line-clamp: 5 !important;
        line-clamp: 5 !important;
    }

    section.referances .referances_wrapper .referance_details .name_referance {
        font: 600 24px/36px "Poppins", sans-serif;
        max-height: 36px;
        -webkit-line-clamp: 1 !important;
        line-clamp: 1 !important;
    }

    section.referances .referances_wrapper .referance_details .profession_referance {
        font: 300 20px/30px "Poppins", sans-serif;
        max-height: 30px;
        margin: -5px 0 0 0;
        -webkit-line-clamp: 1 !important;
        line-clamp: 1 !important;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle {
        top: 300px;
        right: 90px;
        width: 130px;
        height: 130px;
        padding: 12px;
        font: 600 17px/24px "Poppins", sans-serif;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1 {
        width: 280px;
        height: 280px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2 {
        width: 480px;
        height: 480px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line3 {
        width: 680px;
        height: 680px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line4 {
        width: 880px;
        height: 880px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line5 {
        width: 1080px;
        height: 1080px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line6 {
        width: 1280px;
        height: 1280px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line7 {
        width: 1480px;
        height: 1480px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div {
        width: 70px;
        height: 70px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div:hover,
    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div.active {
        outline: 5px solid #06A4ED80;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div img {
        width: 38px;
        height: 16px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div:nth-child(1) {
        top: 25px;
        left: -5px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div:nth-child(2) {
        top: 180px;
        left: -30px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div:nth-child(3) {
        bottom: -30px;
        left: 90px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div:nth-child(4) {
        bottom: 0px;
        right: 15px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div:nth-child(5) {
        top: 70px;
        right: -30px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div:nth-child(6) {
        top: -35px;
        right: 90px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2>div {
        width: 70px;
        height: 70px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2>div:hover,
    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2>div.active {
        outline: 5px solid #06A4ED80;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2>div img {
        width: 38px;
        height: 16px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2>div:nth-child(1) {
        top: -25px;
        left: 150px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2>div:nth-child(2) {
        top: 170px;
        left: -40px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2>div:nth-child(3) {
        bottom: 35px;
        left: 45px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2>div:nth-child(4) {
        bottom: -30px;
        right: 170px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line3>div {
        width: 70px;
        height: 70px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line3>div:hover,
    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line3>div.active {
        outline: 5px solid #06A4ED80;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line3>div img {
        width: 38px;
        height: 16px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line3>div:nth-child(1) {
        top: 54%;
        left: -35px;
    }

    /* Referances */
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .backgroundCrossLineWrapper .backgroundCrossLine {
        width: 360px;
        height: 800px;
        top: 300px;
        left: 0;
    }

    .backgroundCrossLineWrapper .backgroundCrossLine2 {
        width: 360px;
        height: 700px;
        top: -200px;
        right: 0;
    }

    .backgroundCrossLineWrapper .backgroundCrossLine3 {
        width: 360px;
        height: 800px;
        top: -430px;
        left: 0;
    }

    .backgroundCrossLineWrapper .backgroundCrossLine4 {
        width: 400px;
        height: auto;
        bottom: 0;
        left: 0;
    }

    .backgroundCrossLineWrapper .backgroundCrossLine5 {
        width: 400px;
        height: auto;
        top: -62px;
        right: 0;
    }

    /* Back to Top Button */
    .backToTopButton {
        right: 34px;
        width: 44px;
        height: 78px;
    }

    .backToTopButton img {
        width: 23px;
        height: 23px;
    }

    .backToTopButton.active {
        bottom: 44px;
    }

    /* Back to Top Button */



    /* Header */
    header .header_wrapper {
        justify-content: space-between;
    }

    header .header_wrapper .header_logo {
        width: calc((100% - 60px));
        padding: 0;
    }

    header .header_logo a {
        display: block;
        width: 152px;
        height: 48px;
    }

    /* Header */



    /* Home Section */
    .home .home_wrapper {
        display: flex;
        flex-direction: column-reverse;
        gap: 24px;
    }

    .home .home_wrapper>div {
        width: 100%;
    }

    .home .home_wrapper .home_wrapper_left h1 {
        font: 500 48px/72px "Poppins Medium", sans-serif;

        text-align: center;
        margin: 0 0 16px 0;
    }

    .home .home_wrapper .home_wrapper_left h1 span {
        font: 200 48px/72px "Poppins Thin", sans-serif;
    }

    .home .home_wrapper .home_wrapper_left p {
        font: 500 16px/24px "Poppins Medium", sans-serif;
        text-align: center;
        width: 100%;
        margin: 0 0 16px 0;
    }

    .home .home_wrapper .home_wrapper_left a {
        display: flex;
        width: 200px;
        margin: 20px auto 24px;
    }

    .home .home_wrapper .home_wrapper_left .users_comments_wrapper {
        width: 100%;
    }

    .home .home_wrapper .home_wrapper_left .users_comments_wrapper .users_comments_item {
        width: calc((100% - 32px) / 2);
    }

    .home .home_wrapper .home_wrapper_left .users_comments_wrapper .users_comments_item .users_comments_item_left {
        width: 90px;
    }

    .home .home_wrapper .home_wrapper_left .users_comments_wrapper .users_comments_item .users_comments_item_right {
        width: calc((100% - 16px - 90px));
    }

    .home .home_wrapper .home_wrapper_left .users_comments_wrapper .users_comments_item .users_comments_item_right .top {
        text-align: left;
        font: 500 20px/30px "Poppins Medium", sans-serif;
    }

    .home .home_wrapper .home_wrapper_left .users_comments_wrapper .users_comments_item .users_comments_item_right .bottom {
        text-align: left;
        font: 300 16px/24px "Poppins Light", sans-serif;
    }

    .home .home_wrapper .home_wrapper_right {
        height: 500px;
    }

    /* Home Section */


    /* Company Swiper */
    section.company .company_items {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    section.company .company_items .company_count {
        height: auto;
        width: 100%;
    }

    section.company .company_items .company_count span {
        display: inline-block;
    }

    section.company .company_items .company_swiper {
        width: 100%;
        height: 55px;
    }

    /* Company Swiper */



    /* Steps Section */
    section.steps .steps_wrapper .steps_heading_wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
    }

    section.steps .steps_wrapper .steps_heading_wrapper .steps_heading_item {
        width: 100%;
        font: 500 40px/60px "Poppins Medium", sans-serif;
    }

    section.steps .steps_wrapper .steps_heading_wrapper .steps_heading_link {
        width: 100%;
        gap: 20px;
    }

    section.steps .steps_wrapper .steps_heading_wrapper .steps_heading_link p {
        font: 500 16px/24px "Poppins Medium", sans-serif;
    }

    section.steps .steps_wrapper .steps_pictures {
        gap: 0;
    }

    section.steps .steps_wrapper .steps_pictures .steps_pictures_item {
        width: 100%;
    }

    section.steps .steps_wrapper .steps_pictures .steps_pictures_item .picture {
        width: 100%;
        height: auto;
    }

    section.steps .steps_wrapper .steps_pictures .steps_pictures_item .step_count {
        font: 600 40px/60px "Poppins SemiBold", sans-serif;
    }

    section.steps .steps_wrapper .steps_pictures .steps_pictures_item h2 {
        font: 600 24px/36px "Poppins SemiBold", sans-serif;
    }

    section.steps .steps_wrapper .steps_pictures .steps_pictures_item p {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.steps .steps_wrapper .steps_pictures .steps_pictures_item:nth-child(1),
    section.steps .steps_wrapper .steps_pictures .steps_pictures_item:nth-child(2) {
        position: relative;
    }

    section.steps .steps_wrapper .steps_pictures .steps_pictures_item:nth-child(1)::after,
    section.steps .steps_wrapper .steps_pictures .steps_pictures_item:nth-child(2)::after {
        display: none;
    }

    /* Steps Section */



    /* Traditional Ways */
    section.traditional_ways .heading {
        width: 650px;
        text-align: center;
        font: 500 40px/60px "Poppins Medium", sans-serif;
    }

    section.traditional_ways .heading span.italic {
        font: italic 200 40px/60px "Poppins Thin", sans-serif;
    }

    section.traditional_ways .traditional_items .traditional_item {
        width: 100%;
        min-height: 380.6px;
    }

    section.traditional_ways .traditional_items .traditional_item:not(:nth-child(3n)) {
        padding-right: 0;
    }

    section.traditional_ways .traditional_items .traditional_item:not(:nth-child(3n + 1)) {
        padding-left: 0;
    }

    section.traditional_ways .traditional_items .traditional_item:nth-child(-n + 3) {
        padding-bottom: 0;
    }

    section.traditional_ways .traditional_items .traditional_item:nth-child(n + 4) {
        padding-top: 0;
    }

    section.traditional_ways .traditional_items .traditional_item:nth-child(1),
    section.traditional_ways .traditional_items .traditional_item:nth-child(2) {
        border-right: 1px solid rgba(230, 230, 230, 1);
        border-bottom: 1px solid rgba(230, 230, 230, 1);
        border: none;
    }

    section.traditional_ways .traditional_items .traditional_item:nth-child(5) {
        border-left: 1px solid rgba(230, 230, 230, 1);
        border: none;

    }

    section.traditional_ways .traditional_items .traditional_item:nth-child(6) {
        border-left: 1px solid rgba(230, 230, 230, 1);
        border-top: 1px solid rgba(230, 230, 230, 1);
        border: none;
    }

    section.traditional_ways .traditional_items .traditional_item {
        padding: 30px 0 !important;
        border-bottom: 1px solid rgba(230, 230, 230, 1) !important;
        min-height: auto;
        height: auto;
    }

    section.traditional_ways .traditional_items .traditional_item:last-child {
        border: none !important;
        padding-bottom: 0 !important;
    }

    section.traditional_ways .traditional_items .traditional_item h2 {
        font: 600 24px/36px "Poppins SemiBold", sans-serif;
    }

    section.traditional_ways .traditional_items .traditional_item p {
        font: 400 16px/24px "Poppins", sans-serif;
        margin: 0;
    }

    /* Traditional Ways */


    /* Automation */
    section.automation {
        padding: 60px 0;
    }

    section.automation .automation_wrapper {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 20px;
    }

    section.automation .automation_wrapper .right {
        width: 100%;
        height: 500px;
    }

    section.automation .automation_wrapper .left {
        width: 100%;
        height: 410px;
    }

    section.automation .automation_wrapper .left .picture {
        width: 48px;
        height: 48px;
        padding: 12px;
        margin: 0 0 4px 0;
    }

    section.automation .automation_wrapper .left h2 {
        font: 500 36px/54px "Poppins Medium", sans-serif;
        margin: 0 0 30px 0;
    }

    section.automation .automation_wrapper .left p {
        font: 400 16px/24px "Poppins", sans-serif;
        margin: 0 0 24px 0;
    }

    section.automation .automation_wrapper .left a {
        padding: 12.5px 24px;
        gap: 12px;
        margin: 0;
    }

    section.automation .automation_wrapper .left a .text {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    /* Automation */




    /* Calculator */
    section.calculator .calculator_wrapper .calculator_wrapper_left {
        width: 100%;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_right {
        width: 100%;
        padding: 52px 40px;
        gap: 60px;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_right .heading {
        font: italic 200 24px/29.05px "Poppins Thin", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_right .heading span {
        font: 500 24px/29.05px "Poppins Medium", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_right .calculation_result .total_price {
        font: 500 48px/58.05px "Poppins Medium", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_right .calculation_result .total_price span {
        font: 300 16px/19.05px "Poppins Light", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_right .calculation_result ul li {
        padding: 34.5px 0;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_right .calculation_result ul li .description {
        width: calc((100% - 150px));
        font: 400 16px/19.36px "Poppins", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_right .calculation_result ul li .count {
        width: 150px;
        font: 400 20px/24.05px "Poppins", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_right .calculation_result ul li .count span {
        font: 300 20px/24.05px "Poppins Light", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left .heading {
        font: 500 40px/60px "Poppins Medium", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left .heading .icon {
        width: 94px;
        height: 44px;
        transform: translateY(10px);
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left p {
        width: 100%;
        font: 400 16px/24.05px "Poppins", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left .form_groups {
        height: 110px;
        gap: 80px;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left .form_groups .form_group {
        width: 180px;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left .form_groups .form_group label {
        font: 400 20px/30px "Poppins", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left .form_groups .form_group .input input {
        width: 80px;
        font: 500 20px/30px "Poppins Medium", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left .form_groups .form_group .input .minus,
    section.calculator .calculator_wrapper .calculator_wrapper_left .form_groups .form_group .input .plus {
        width: 32px;
        height: 32px;
        font: 400 16px/16px "Poppins", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left .form_groups .form_group .input .plus {
        right: 14px;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left .form_groups .form_group .input .minus {
        left: 14px;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left .navigation_wrapper {
        justify-content: flex-start;
        margin: 80px 0 0 0;
    }

    /* Calculator */




    /* FAQ */
    section.faq {
        padding: 80px 0;
    }

    section.faq .heading {
        gap: 20px;
        margin: 0 0 40px 0;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    section.faq .heading h2 {
        width: 100%;
        font: 500 40px/60px "Poppins Medium", sans-serif;
    }

    section.faq .heading .navigation_wrapper {
        width: 100%;
        align-items: flex-start;
        justify-content: flex-start;
    }

    section.faq .faq_wrapper {
        display: flex;
    }

    section.faq .faq_wrapper .faq_items {
        width: 100%;
    }

    section.faq .faq_wrapper .faq_items:nth-child(1) {
        padding-right: 12px;
    }

    section.faq .faq_wrapper .faq_items:nth-child(2) {
        padding-left: 12px;
    }

    section.faq .faq_wrapper .faq_items .faq_item .accordion_opener {
        height: 70px;
        padding: 20px;
    }

    section.faq .faq_wrapper .faq_items .faq_item .accordion_opener .text {
        width: calc(100% - 40px - 24px);
        font: 500 20px/30px "Poppins Medium", sans-serif;
    }

    section.faq .faq_wrapper .faq_items .faq_item .accordion-collapse p {
        padding: 20px;
        font: 400 16px/24px "Poppins", sans-serif;
    }

    /* FAQ */



    /* Testimonials */
    section.testimonials .heading {
        margin: 0 auto 60px;
        font: 500 36px/44px "Poppins Medium", sans-serif;
        width: calc((100% - 2 * 12px));
    }

    section.testimonials .heading span.italic {
        font: italic 100 36px/44px "Poppins Thin", sans-serif;
    }

    section.testimonials .testimonials_swiper .swiper-wrapper .swiper-slide {
        aspect-ratio: 12 / 14;
        padding: 32px;
    }

    section.testimonials .testimonials_swiper .swiper-wrapper .swiper-slide .top .picture {
        width: 60px;
        height: 60px;
    }

    section.testimonials .testimonials_swiper .swiper-wrapper .swiper-slide .top .description {
        width: calc((100% - 20px - 60px));
    }

    section.testimonials .testimonials_swiper .swiper-wrapper .swiper-slide .top .description .name {
        font: 500 16px/24px "Poppins Medium", sans-serif;
    }

    section.testimonials .testimonials_swiper .swiper-wrapper .swiper-slide .top .description .profession {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.testimonials .testimonials_swiper .swiper-wrapper .swiper-slide .body {
        font: 400 16px/24px "Poppins", sans-serif;
        -webkit-line-clamp: 9 !important;
        line-clamp: 9 !important;
    }

    /* Testimonials */



    /* Mobile App */
    section.mobile_app {
        padding: 120px 0 70px;
    }

    section.mobile_app .mobile_app_wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 40px;
    }

    section.mobile_app .mobile_app_wrapper .mobile_wrapper_left {
        width: 100%;
        height: auto;
    }

    section.mobile_app .mobile_app_wrapper .mobile_wrapper_right {
        width: 100%;
    }

    section.mobile_app .mobile_app_wrapper .mobile_wrapper_right .heading {
        font: 500 36px/54px "Poppins Medium", sans-serif;
        margin: 0 0 30px 0;
    }

    section.mobile_app .mobile_app_wrapper .mobile_wrapper_right p {
        width: 90%;
        font: 400 16px/24px "Poppins", sans-serif;
        margin: 0 0 30px 0;
    }

    /* Mobile App */




    /* Footer */
    footer {
        border-top-left-radius: 90px;
        border-top-right-radius: 90px;
    }

    footer .footer {
        gap: 50px;
    }

    footer .footer .footer_right {
        width: 100%;
        padding-left: 12px;
    }

    footer .footer .footer_left {
        width: 100%;
        padding-right: 12px;
    }

    footer .footer .footer_left p {
        width: 90%;
        font: 400 14px/21px "Poppins", sans-serif;
    }

    footer .footer .footer_left .subscribe {
        width: 90%;
    }

    footer .footer .footer_left .subscribe button {
        width: 160px;
    }

    footer .footer .footer_left .subscribe input {
        width: calc((100% - 160px));
        font: 400 16px/24px "Poppins", sans-serif;
    }

    footer .footer .footer_right {
        display: flex;
        gap: 150px;
    }

    footer .footer .footer_right>div {
        width: calc((100% - 1 * 150px) / 2);
    }

    footer .footer .footer_right>div .heading {
        font: italic 200 20px/30px "Poppins Thin", sans-serif;
    }

    footer .footer .footer_right .law ul li a {
        font: 400 14px/21px "Poppins", sans-serif;
    }

    footer .footer .footer_right .menu .links {
        gap: 32px;
    }

    footer .footer .footer_right .menu .links ul {
        gap: 32px;
    }

    footer .footer .footer_right .menu .links ul li {
        width: 100%;
    }

    footer .footer .footer_right .menu .links ul li a {
        font: 400 14px/21px "Poppins", sans-serif;
    }

    footer .footer_bottom {
        display: flex;
    }

    footer .footer_bottom p {
        width: calc((100% - 300px));
        font: 400 14px/21px "Poppins", sans-serif;
    }

    footer .footer_bottom ul {
        width: 216px;
    }

    /* Footer */



    /* Plans */
    section.plans {
        padding: 120px 0;
    }

    section.plans.prices_page {
        padding: 0 0 65px 0;
    }

    section.plans .heading h2 {
        font: 500 40px/60px "Poppins Medium", sans-serif;
    }

    section.plans .plans_wrapper .tab-content {
        width: 100%;
    }

    section.plans .plans_wrapper .tab-content .all_plans .plan_item h2 {
        font: 500 24px/36px "Poppins Medium", sans-serif;
    }

    section.plans .plans_wrapper .tab-content .all_plans .plan_item p {
        font: 300 16px/24px "Poppins Light", sans-serif;
    }

    section.plans .plans_wrapper .tab-content .all_plans .plan_item .price .prev_price {
        font: 300 16px/24px "Poppins Light", sans-serif;
    }

    section.plans .plans_wrapper .tab-content .all_plans .plan_item .price p {
        font: 500 40px/60px "Poppins Medium", sans-serif;
    }

    section.plans .plans_wrapper .tab-content .all_plans .plan_item .price p span {
        font: 300 20px/30px "Poppins Light", sans-serif;
    }

    section.plans .plans_wrapper .tab-content .all_plans .plan_item .time {
        font: 300 16px/24px "Poppins Light", sans-serif;
    }

    section.plans .plans_wrapper .tab-content .all_plans ul {
        padding-left: 20px;
        gap: 12px;
    }

    section.plans .plans_wrapper .tab-content .all_plans ul li .text {
        max-width: calc((100% - 8px - 24px));
        font: 300 16px/24px "Poppins Light", sans-serif;
    }

    section.plans .plans_wrapper .tab-content .all_plans ul li .icon {
        width: 24px;
        height: 24px;
    }

    /* Plans */


    /* Advantages Section */
    section.advantages .heading {
        font: 500 40px/60px "Poppins Medium", sans-serif;
    }

    section.advantages .advantages_wrapper {
        gap: 60px;
    }

    section.advantages .advantages_wrapper .advantages_item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 26px;
    }

    section.advantages .advantages_wrapper .advantages_item .advantages_item_picture {
        width: 100%;
        height: 400px;
        order: 1;
    }

    section.advantages .advantages_wrapper .advantages_item .advantages_item_context {
        width: 100%;
        padding: 0;
        order: 2;
    }

    section.advantages .advantages_wrapper .advantages_item .advantages_item_context h2 {
        font: 500 24px/36px "Poppins Medium", sans-serif;
    }

    section.advantages .advantages_wrapper .advantages_item .advantages_item_context p {
        font: 400 16px/24px "Poppins", sans-serif;
        width: 90%;
    }

    /* Advantages Section */


    /* Prices Table */
    section.prices_table {
        margin-bottom: 45px;
    }

    section.prices_table table tr {
        height: 88px;
    }

    section.prices_table table tr th,
    section.prices_table table tr td {
        font: 600 16px/24px "Poppins", sans-serif;
        padding: 0 32px;
    }

    section.prices_table table tr th:nth-child(2),
    section.prices_table table tr td:nth-child(2),
    section.prices_table table tr th:nth-child(3),
    section.prices_table table tr td:nth-child(3) {
        width: 160px;
    }

    section.prices_table table tr th:nth-child(4),
    section.prices_table table tr td:nth-child(4) {
        width: 80px;
    }

    section.prices_table table tr td img {
        width: 32px;
        height: 32px;
    }

    section.prices_table table tr td .flex-container {
        gap: 12px;
    }

    section.prices_table table tr td .flex-container .icon {
        width: 20px;
        height: 20px;
    }

    section.prices_table table tr td .flex-container .text {
        max-width: calc((100% - 20px - 12px));
        font: 600 16px/24px "Poppins", sans-serif;
    }

    /* Prices Table */



    /* Privacy */
    section.privacy .nav.nav-tabs {
        margin: 0 0 40px 0;
        border-radius: 50px;
        padding: 4px 4px 4.5px 4px;
    }

    section.privacy .nav.nav-tabs .nav-item .nav-link {
        font: 400 16px/19px "Poppins", sans-serif;
        padding: 8px 40px 8px 40px;
    }

    section.privacy .tab-content h2 {
        font: 500 44px/66px "Poppins", sans-serif;
    }

    section.privacy .tab-content p {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    /* Privacy */




    /* Support Details */
    section.support_details .heading {
        font: 500 36px/48px "Poppins", sans-serif;
    }

    section.support_details .details {
        font: 400 18px/26px "Poppins", sans-serif;
    }

    section.support_details .support_details_wrapper .video_wrapper {
        height: 475px;
    }

    section.support_details .video_wrapper .video_player {
        width: 73px;
        height: 73px;
    }

    section.support_details .video_wrapper .video_player img {
        width: 50%;
        height: 50%;
        margin-left: 16px;
    }

    section.support_details .support_details_wrapper h2 {
        font: 500 24px/36px "Poppins", sans-serif;
    }

    section.support_details .support_details_wrapper p {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.support_details .support_details_wrapper ul li {
        font: 400 16px/24px "Poppins", sans-serif;
        padding-left: 30px;
    }

    section.support_details .support_details_wrapper ul li::before {
        top: 10px;
        left: 13px;
    }

    section.support_details .support_details_wrapper .picture_wrapper {
        column-gap: 48px;
    }

    section.support_details .support_details_wrapper .picture_wrapper .picture_item {
        width: calc((100% - 1 * 48px) / 2);
    }

    section.support_details .support_details_wrapper .picture_wrapper .picture_item .picture {
        height: 650px;
    }

    section.support_details .support_details_wrapper .picture_wrapper .picture_item .text {
        font: 400 14px/20px "Poppins", sans-serif;
    }

    /* Support Details */





    /* Support */
    section.support {
        padding-bottom: 70px;
    }

    section.support .heading {
        font: 500 36px/50px "Poppins", sans-serif;
        margin: 0 0 30px 0;
    }

    section.support .search_form form {
        padding: 0 0 45px 0;
    }

    section.support .search_form form p {
        font: 400 16px/24px "Poppins", sans-serif;
        margin: 0 0 20px 0;
    }

    section.support .search_form form .input {
        width: 550px;
    }

    section.support .search_form form .input label {
        left: 30px;
    }

    section.support .search_form form .input input {
        padding: 0 40px 0 65px;
    }

    section.support .support_wrapper .title {
        padding: 25px 0 45px;
        width: 700px;
    }

    section.support .support_wrapper .title h3 {
        font: 500 40px/60px "Poppins", sans-serif;
    }

    section.support .support_wrapper .title p {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.support .support_wrapper .support_info {
        gap: 24px;
    }

    section.support .support_wrapper .support_info .left {
        width: 100%;
        padding: 12px 32px;
    }

    section.support .support_wrapper .support_info .right {
        width: 100%;
        padding: 32px 40px;
    }

    section.support .support_wrapper .support_info .left .support_left_item {
        padding: 24px 0;
        gap: 16px;
    }

    section.support .support_wrapper .support_info .left .support_left_item .context {
        width: calc((100% - 16px - 56px));
    }

    section.support .support_wrapper .support_info .left .support_left_item .context h4 {
        font: 600 20px/30px "Poppins", sans-serif;
    }

    section.support .support_wrapper .support_info .left .support_left_item .context p {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.support .support_wrapper .support_info .right form h2 {
        font: 500 24px/36px "Poppins", sans-serif;
    }

    section.support .support_wrapper .support_info .right form p {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.support .support_wrapper .support_info .right form input,
    section.support .support_wrapper .support_info .right form textarea {
        height: 48px;
        padding: 12px 20px;
        margin: 0 0 16px 0;
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.support .support_wrapper .support_info .right form textarea {
        height: 200px;
    }

    /* Support */



    /* Blog */
    section.blog {
        padding-bottom: 70px;
    }

    section.blog .heading {
        font: 500 40px/60px "Poppins", sans-serif;
        margin: 0 0 30px 0;
        width: 100%;
    }

    section.blog .search_form form {
        padding: 0 0 30px 0;
    }

    section.blog .search_form form .input {
        width: 527px;
    }

    section.blog .search_form form .input input {
        width: calc(100% - 160px);
    }

    section.blog .search_form form .input button {
        width: 160px;
    }

    section.blog .blog_wrapper {
        margin: 30px 0 0 0;
        gap: 32px;
    }

    section.blog .blog_wrapper .blog_item {
        width: calc((100% - 1 * 32px) / 2);
    }

    section.blog .blog_wrapper .blog_item .picture {
        height: 228px;
    }

    section.blog .blog_wrapper .blog_item .blog_item_body {
        padding: 16px 24px 24px;
        height: 260px;
    }

    section.blog .blog_wrapper .blog_item .blog_item_body h2 {
        height: 90px;
    }

    section.blog .blog_wrapper .blog_item .blog_item_body p {
        height: 48px;
    }

    /* Blog */





    /* Contact */
    section.contact {
        padding-bottom: 70px;
    }

    section.contact .contact_wrapper {
        gap: 42px;
    }

    section.contact .contact_wrapper .contact_info {
        width: 100%;
    }

    section.contact .contact_wrapper .contact_form {
        width: 100%;
        padding: 32px 40px;
    }

    section.contact .contact_wrapper .contact_info h2 {
        font: 600 44px/53px "Poppins", sans-serif;
    }

    section.contact .contact_wrapper .contact_info h2 span {
        font: 300 44px/53px "Poppins Thin", sans-serif;
    }

    section.contact .contact_wrapper .contact_info p {
        font: 400 16px/24px "Poppins", sans-serif;
        width: 90%;
    }

    section.contact .contact_wrapper .contact_details {
        gap: 36px;
    }

    section.contact .contact_wrapper .contact_details .contact_detail {
        gap: 10px;
    }

    section.contact .contact_wrapper .contact_details .contact_detail .left {
        width: calc(49% - 5px);
    }

    section.contact .contact_wrapper .contact_details .contact_detail .right {
        width: calc(51% - 5px);
    }

    section.contact .contact_wrapper .contact_details .contact_detail .left p {
        font: 400 24px/29px "Poppins", sans-serif;
    }

    section.contact .contact_wrapper .contact_details .contact_detail .right p,
    section.contact .contact_wrapper .contact_details .contact_detail .right a {
        font: 400 16px/19px "Poppins", sans-serif;
    }

    section.contact .contact_wrapper .contact_form form h2 {
        font: 600 24px/36px "Poppins", sans-serif;
    }

    section.contact .contact_wrapper .contact_form form p {
        width: 80%;
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.contact .contact_wrapper .contact_form form .multi_form {
        gap: 15px;
    }

    section.contact .contact_wrapper .contact_form form .multi_form input:first-child {
        width: calc(55% - 7.5px);
    }

    section.contact .contact_wrapper .contact_form form .multi_form input:last-child {
        width: calc(45% - 7.5px);
    }

    /* Contact */


    /* News */
    section.news {
        padding-bottom: 70px;
    }

    section.news .heading {
        font: 500 40px/60px "Poppins", sans-serif;
        margin: 0 0 30px 0;
    }

    section.news .news_wrapper {
        gap: 32px;
    }

    section.news .news_wrapper .left {
        width: 100%;
        padding: 32px 32px 72px;
    }

    section.news .news_wrapper .right {
        width: 100%;
        padding: 16px 32px;
        border-radius: 20px;
        max-height: none;
        position: static;
        top: unset;
    }

    section.news .news_wrapper .left h2 {
        font: 500 32px/48px "Poppins", sans-serif;
    }

    section.news .news_wrapper .left .date {
        font: 400 16px/24px "Poppins", sans-serif;
        margin: 0 0 32px 0;
    }

    section.news .news_wrapper .left p {
        font: 300 16px/24px "Poppins", sans-serif;
        margin: 30px 0 0 0;
    }

    section.news .news_wrapper .left .picture {
        height: auto;
    }

    section.news .news_wrapper .left .picture .inner_picture {
        width: 300px;
        height: 170px;
        border-bottom-right-radius: 61px;
    }

    section.news .news_wrapper .right .news_right_item {
        padding: 20px 0;
    }

    section.news .news_wrapper .right .news_right_item .title a {
        font: 600 20px/30px "Poppins", sans-serif;
    }

    section.news .news_wrapper .right .news_right_item .date {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    /* News */



    /* Checkout */
    section.checkout .heading {
        font: 500 40px/60px "Poppins", sans-serif;
        margin: 0 0 20px 0;
    }

    section.checkout .checkout_wrapper {
        gap: 26px;
        padding: 0 0 53px 0;
        min-height: calc(100vh - 96.8px - 62px - 90px - 93px);
    }

    section.checkout .checkout_wrapper .left {
        width: 100%;
        padding: 28px 24px 32px;
    }

    section.checkout .checkout_wrapper .right {
        width: 100%;
        padding: 24px;
    }

    section.checkout .checkout_wrapper .left .title {
        font: 600 24px/36px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .left p {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .left .form_wrapper {
        gap: 10px;
    }

    section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_left {
        width: 220px;
        height: 48px;
    }

    section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_left select {
        font: 400 16px/24px "Poppins", sans-serif;
        padding: 0 20px;
    }

    section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_left .icon {
        right: 12px;
        width: 24px;
        height: 24px;
        padding: 7px 3px;
    }

    section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_right {
        width: calc((100% - 10px - 220px));
        gap: 20px;
    }

    section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_right .discount {
        padding: 12px 24px;
        font: 500 16px/24px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_right .price {
        max-width: calc((100% - 175px - 40px));
    }

    section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_right .price .prev {
        font: 600 32px/48px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_right .price .prev span {
        font: 300 16px/24px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_right .price .new {
        font: 500 16px/24px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_right .price .new span {
        font: 300 16px/24px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .right .total_price {
        gap: 12px;
        margin: 0 0 20px 0;
    }

    section.checkout .checkout_wrapper .right .total_price .total_price_left {
        font: 600 20px/30px "Poppins", sans-serif;
        width: 160px;
    }

    section.checkout .checkout_wrapper .right .total_price .total_price_right {
        width: calc((100% - 10px - 160px));
        gap: 12px;
    }

    section.checkout .checkout_wrapper .right .total_price .total_price_right .prev_price {
        font: 300 20px/30px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .right .total_price .total_price_right .new_price {
        font: 600 24px/36px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .right .discount .discount_left {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .right .discount .discount_right {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .right .have_counpon {
        font: 500 16px/24px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .right .form_wrapper {
        height: 42px;
        gap: 12px;
    }

    section.checkout .checkout_wrapper .right .form_wrapper input {
        width: calc((100% - 12px - 144px));
        padding: 12px 24px;
        font: 400 16px/19px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .right .form_wrapper button {
        width: 144px;
        padding: 12px 24px;
        font: 400 16px/19px "Poppins", sans-serif;
    }

    section.checkout .checkout_footer {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        padding: 32px 0;
    }

    section.checkout .checkout_footer>div {
        width: calc((100% - 6px) / 2);
    }

    section.checkout .checkout_footer>div:nth-child(1) {
        justify-content: flex-end;
    }

    section.checkout .checkout_footer .link {
        font: 400 14px/17px "Poppins", sans-serif;
        padding: 6px 5px;
    }

    section.checkout .checkout_footer .link a {
        font: 400 14px/17px "Poppins", sans-serif;
    }

    /* Checkout */












    /* Referances */
    section.referances {
        height: auto;
        position: static;
        overflow: hidden;
        margin-top: 0;
    }

    section.referances .heading {
        font: 500 36px/48px "Poppins", sans-serif;
        width: 100%;
        position: static;
        margin: 0;
        padding: 0;
    }

    section.referances .referances_wrapper {
        position: relative;
        top: 0;
        left: 0;
        transform: translateX(0);
        height: 1300px;
        width: 100%;
        padding: 0;
    }

    section.referances .referances_wrapper .referance_details {
        position: absolute;
        top: 40px;
        width: 521px;
        border-radius: 20px;
        padding: 40px;
        animation: slideShow 1s forwards;
    }

    @keyframes slideShow {
        from {
            left: -50%;
            opacity: 0;
        }

        to {
            left: 0;
            opacity: 1;
        }
    }

    section.referances .referances_wrapper .referance_details .icon {
        width: 42px;
        height: 30px;
        font: 400 96px/96px "Poppins", sans-serif;
        margin-left: 0px;
    }

    section.referances .referances_wrapper .referance_details .about_referance {
        font: 300 16px/24px "Poppins", sans-serif;
        max-height: 125px;
        -webkit-line-clamp: 5 !important;
        line-clamp: 5 !important;
    }

    section.referances .referances_wrapper .referance_details .name_referance {
        font: 600 24px/36px "Poppins", sans-serif;
        max-height: 36px;
        -webkit-line-clamp: 1 !important;
        line-clamp: 1 !important;
    }

    section.referances .referances_wrapper .referance_details .profession_referance {
        font: 300 20px/30px "Poppins", sans-serif;
        max-height: 30px;
        margin: -5px 0 0 0;
        -webkit-line-clamp: 1 !important;
        line-clamp: 1 !important;
    }

    section.referances .referances_wrapper .referance_circle {
        position: absolute;
        top: 380px;
        left: 0;
        width: 100%;
        height: 920px;
        z-index: 1;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        right: unset;
        width: 170px;
        height: 170px;
        border-radius: 50%;
        padding: 15px;
        font: 600 20px/30px "Poppins", sans-serif;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1 {
        width: 375px;
        height: 375px;
        border: 1.75px solid #06A4ED;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2 {
        width: 625px;
        height: 625px;
        border: 1.5px solid #06A4EDE5;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line3 {
        width: 875px;
        height: 875px;
        border: 1.25px solid #06A4EDCC;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line4 {
        width: 1125px;
        height: 1125px;
        border: 1px solid #06A4ED80;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div {
        width: 100px;
        height: 100px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div:hover,
    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div.active {
        outline: 10px solid #06A4ED80;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div img {
        width: 63px;
        height: 25px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div:nth-child(1) {
        top: 0px;
        left: 25px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div:nth-child(2) {
        top: 190px;
        left: -40px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div:nth-child(3) {
        bottom: -30px;
        left: 90px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div:nth-child(4) {
        bottom: 0px;
        right: 15px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div:nth-child(5) {
        top: 90px;
        right: -40px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div:nth-child(6) {
        top: -35px;
        right: 90px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2>div {
        width: 100px;
        height: 100px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2>div:hover,
    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2>div.active {
        outline: 10px solid #06A4ED80;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2>div img {
        width: 63px;
        height: 25px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2>div:nth-child(1) {
        top: -40px;
        left: 190px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2>div:nth-child(2) {
        top: 200px;
        left: -40px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2>div:nth-child(3) {
        bottom: 40px;
        left: 40px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2>div:nth-child(4) {
        bottom: -40px;
        right: 200px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2>div:nth-child(5) {
        top: 60px;
        right: 25px;
    }

    /* Referances */
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    .backgroundCrossLineWrapper .backgroundCrossLine {
        width: 260px;
        height: 500px;
        top: 400px;
        left: 0;
    }

    .backgroundCrossLineWrapper .backgroundCrossLine2 {
        width: 260px;
        height: 450px;
        top: -200px;
        right: 0;
    }

    .backgroundCrossLineWrapper .backgroundCrossLine3 {
        width: 260px;
        height: 550px;
        top: -300px;
        left: 0;
    }

    .backgroundCrossLineWrapper .backgroundCrossLine4 {
        width: 370px;
        height: auto;
        bottom: 0;
        left: 0;
    }

    .backgroundCrossLineWrapper .backgroundCrossLine5 {
        width: 370px;
        height: auto;
        top: -62px;
        right: 0;
    }

    /* Back to Top Button */
    .backToTopButton {
        right: 30px;
        width: 42px;
        height: 74px;
    }

    .backToTopButton img {
        width: 22px;
        height: 22px;
    }

    .backToTopButton.active {
        bottom: 42px;
    }

    /* Back to Top Button */


    /* Header */
    header .header_wrapper {
        justify-content: space-between;
    }

    header .header_wrapper .header_logo {
        width: calc((100% - 60px));
        padding: 0;
    }

    header .header_logo a {
        display: block;
        width: 152px;
        height: 48px;
    }

    /* Header */

    /* Home Section */
    .home .home_wrapper {
        display: flex;
        flex-direction: column-reverse;
        gap: 24px;
    }

    .home .home_wrapper>div {
        width: 100%;
    }

    .home .home_wrapper .home_wrapper_left h1 {
        font: 500 48px/72px "Poppins Medium", sans-serif;
        text-align: center;
        margin: 0 0 16px 0;
    }

    .home .home_wrapper .home_wrapper_left h1 span {
        font: 200 48px/72px "Poppins Thin", sans-serif;
    }

    .home .home_wrapper .home_wrapper_left p {
        font: 500 16px/24px "Poppins Medium", sans-serif;
        text-align: center;
        width: 100%;
        margin: 0 0 16px 0;
    }

    .home .home_wrapper .home_wrapper_left a {
        display: flex;
        width: 200px;
        margin: 20px auto 24px;
    }

    .home .home_wrapper .home_wrapper_left .users_comments_wrapper {
        width: 100%;
        gap: 20px;
    }

    .home .home_wrapper .home_wrapper_left .users_comments_wrapper .users_comments_item {
        width: calc((100% - 20px) / 2);
    }

    .home .home_wrapper .home_wrapper_left .users_comments_wrapper .users_comments_item .users_comments_item_left {
        width: 90px;
    }

    .home .home_wrapper .home_wrapper_left .users_comments_wrapper .users_comments_item .users_comments_item_right {
        width: calc((100% - 16px - 90px));
    }

    .home .home_wrapper .home_wrapper_left .users_comments_wrapper .users_comments_item .users_comments_item_right .top {
        text-align: left;
        font: 500 20px/30px "Poppins Medium", sans-serif;
    }

    .home .home_wrapper .home_wrapper_left .users_comments_wrapper .users_comments_item .users_comments_item_right .bottom {
        text-align: left;
        font: 300 16px/24px "Poppins Light", sans-serif;
    }

    .home .home_wrapper .home_wrapper_right {
        height: 460px;
    }

    /* Home Section */


    /* Company Swiper */
    section.company .company_items {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    section.company .company_items .company_count {
        height: auto;
        width: 100%;
    }

    section.company .company_items .company_count span {
        display: inline-block;
    }

    section.company .company_items .company_swiper {
        width: 100%;
        height: 55px;
    }

    /* Company Swiper */



    /* Steps Section */
    section.steps .steps_wrapper .steps_heading_wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
    }

    section.steps .steps_wrapper .steps_heading_wrapper .steps_heading_item {
        width: 100%;
        font: 500 40px/60px "Poppins Medium", sans-serif;
    }

    section.steps .steps_wrapper .steps_heading_wrapper .steps_heading_link {
        width: 100%;
        gap: 20px;
    }

    section.steps .steps_wrapper .steps_heading_wrapper .steps_heading_link p {
        font: 500 16px/24px "Poppins Medium", sans-serif;
    }

    section.steps .steps_wrapper .steps_pictures {
        gap: 0px;
    }

    section.steps .steps_wrapper .steps_pictures .steps_pictures_item {
        width: 100%;
    }

    section.steps .steps_wrapper .steps_pictures .steps_pictures_item .picture {
        width: 100%;
        height: auto;
    }

    section.steps .steps_wrapper .steps_pictures .steps_pictures_item .step_count {
        font: 600 40px/60px "Poppins SemiBold", sans-serif;
    }

    section.steps .steps_wrapper .steps_pictures .steps_pictures_item h2 {
        font: 600 24px/36px "Poppins SemiBold", sans-serif;
    }

    section.steps .steps_wrapper .steps_pictures .steps_pictures_item p {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.steps .steps_wrapper .steps_pictures .steps_pictures_item:nth-child(1),
    section.steps .steps_wrapper .steps_pictures .steps_pictures_item:nth-child(2) {
        position: relative;
    }

    section.steps .steps_wrapper .steps_pictures .steps_pictures_item:nth-child(1)::after,
    section.steps .steps_wrapper .steps_pictures .steps_pictures_item:nth-child(2)::after {
        display: none;
    }

    /* Steps Section */




    /* Traditional Ways */
    section.traditional_ways .heading {
        width: 90%;
        text-align: center;
        font: 500 34px/40px "Poppins Medium", sans-serif;
    }

    section.traditional_ways .heading span.italic {
        font: italic 200 34px/40px "Poppins Thin", sans-serif;
    }

    section.traditional_ways .traditional_items .traditional_item {
        width: 100%;
        min-height: 380.6px;
    }

    section.traditional_ways .traditional_items .traditional_item:not(:nth-child(3n)) {
        padding-right: 0;
    }

    section.traditional_ways .traditional_items .traditional_item:not(:nth-child(3n + 1)) {
        padding-left: 0;
    }

    section.traditional_ways .traditional_items .traditional_item:nth-child(-n + 3) {
        padding-bottom: 0;
    }

    section.traditional_ways .traditional_items .traditional_item:nth-child(n + 4) {
        padding-top: 0;
    }

    section.traditional_ways .traditional_items .traditional_item:nth-child(1),
    section.traditional_ways .traditional_items .traditional_item:nth-child(2) {
        border-right: 1px solid rgba(230, 230, 230, 1);
        border-bottom: 1px solid rgba(230, 230, 230, 1);
        border: none;
    }

    section.traditional_ways .traditional_items .traditional_item:nth-child(5) {
        border-left: 1px solid rgba(230, 230, 230, 1);
        border: none;

    }

    section.traditional_ways .traditional_items .traditional_item:nth-child(6) {
        border-left: 1px solid rgba(230, 230, 230, 1);
        border-top: 1px solid rgba(230, 230, 230, 1);
        border: none;
    }

    section.traditional_ways .traditional_items .traditional_item {
        padding: 30px 0 !important;
        border-bottom: 1px solid rgba(230, 230, 230, 1) !important;
        min-height: auto;
        height: auto;
    }

    section.traditional_ways .traditional_items .traditional_item:last-child {
        border: none !important;
        padding-bottom: 0 !important;
    }

    section.traditional_ways .traditional_items .traditional_item h2 {
        font: 600 24px/36px "Poppins SemiBold", sans-serif;
    }

    section.traditional_ways .traditional_items .traditional_item p {
        font: 400 16px/24px "Poppins", sans-serif;
        margin: 0;
    }

    /* Traditional Ways */



    /* Automation */
    section.automation {
        padding: 60px 0;
    }

    section.automation .automation_wrapper {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 20px;
    }

    section.automation .automation_wrapper .right {
        width: 100%;
        height: 385px;
    }

    section.automation .automation_wrapper .left {
        width: 100%;
        height: 360px;
    }

    section.automation .automation_wrapper .left .picture {
        width: 42px;
        height: 42px;
        padding: 10px;
        margin: 0 0 4px 0;
    }

    section.automation .automation_wrapper .left h2 {
        font: 500 32px/48px "Poppins Medium", sans-serif;
        margin: 0 0 26px 0;
    }

    section.automation .automation_wrapper .left p {
        font: 400 15px/22px "Poppins", sans-serif;
        margin: 0 0 16px 0;
    }

    section.automation .automation_wrapper .left a {
        padding: 12.5px 24px;
        gap: 12px;
        margin: 0;
    }

    section.automation .automation_wrapper .left a .text {
        font: 400 15px/22px "Poppins", sans-serif;
    }

    /* Automation */


    /* Calculator */
    section.calculator .calculator_wrapper .calculator_wrapper_left {
        width: 100%;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_right {
        width: 100%;
        padding: 52px 40px;
        gap: 60px;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_right .heading {
        font: italic 200 24px/29.05px "Poppins Thin", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_right .heading span {
        font: 500 24px/29.05px "Poppins Medium", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_right .calculation_result .total_price {
        font: 500 48px/58.05px "Poppins Medium", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_right .calculation_result .total_price span {
        font: 300 16px/19.05px "Poppins Light", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_right .calculation_result ul li {
        padding: 34.5px 0;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_right .calculation_result ul li .description {
        width: calc((100% - 150px));
        font: 400 16px/19.36px "Poppins", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_right .calculation_result ul li .count {
        width: 150px;
        font: 400 20px/24.05px "Poppins", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_right .calculation_result ul li .count span {
        font: 300 20px/24.05px "Poppins Light", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left .heading {
        font: 500 40px/60px "Poppins Medium", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left .heading .icon {
        width: 94px;
        height: 44px;
        transform: translateY(10px);
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left p {
        width: 100%;
        font: 400 16px/24.05px "Poppins", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left .form_groups {
        height: 110px;
        gap: 80px;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left .form_groups .form_group {
        width: 180px;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left .form_groups .form_group label {
        font: 400 20px/30px "Poppins", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left .form_groups .form_group .input input {
        width: 80px;
        font: 500 20px/30px "Poppins Medium", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left .form_groups .form_group .input .minus,
    section.calculator .calculator_wrapper .calculator_wrapper_left .form_groups .form_group .input .plus {
        width: 32px;
        height: 32px;
        font: 400 16px/16px "Poppins", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left .form_groups .form_group .input .plus {
        right: 14px;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left .form_groups .form_group .input .minus {
        left: 14px;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left .navigation_wrapper {
        justify-content: flex-start;
        margin: 80px 0 0 0;
    }

    /* Calculator */



    /* FAQ */
    section.faq {
        padding: 80px 0;
    }

    section.faq .heading {
        gap: 20px;
        margin: 0 0 40px 0;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    section.faq .heading h2 {
        width: 100%;
        font: 500 40px/60px "Poppins Medium", sans-serif;
    }

    section.faq .heading .navigation_wrapper {
        width: 100%;
        align-items: flex-start;
        justify-content: flex-start;
    }

    section.faq .faq_wrapper {
        display: flex;
    }

    section.faq .faq_wrapper .faq_items {
        width: 100%;
    }

    section.faq .faq_wrapper .faq_items:nth-child(1) {
        padding-right: 12px;
    }

    section.faq .faq_wrapper .faq_items:nth-child(2) {
        padding-left: 12px;
    }

    section.faq .faq_wrapper .faq_items .faq_item .accordion_opener {
        height: 70px;
        padding: 20px;
    }

    section.faq .faq_wrapper .faq_items .faq_item .accordion_opener .text {
        width: calc(100% - 40px - 24px);
        font: 500 20px/30px "Poppins Medium", sans-serif;
    }

    section.faq .faq_wrapper .faq_items .faq_item .accordion-collapse p {
        padding: 20px;
        font: 400 16px/24px "Poppins", sans-serif;
    }

    /* FAQ */



    /* Testimonials */
    section.testimonials .heading {
        margin: 0 auto 60px;
        font: 500 36px/44px "Poppins Medium", sans-serif;
        width: calc((100% - 2 * 12px));
    }

    section.testimonials .heading span.italic {
        font: italic 100 36px/44px "Poppins Thin", sans-serif;
    }

    section.testimonials .testimonials_swiper .swiper-wrapper .swiper-slide {
        aspect-ratio: 12 / 14;
        padding: 32px;
    }

    section.testimonials .testimonials_swiper .swiper-wrapper .swiper-slide .top .picture {
        width: 60px;
        height: 60px;
    }

    section.testimonials .testimonials_swiper .swiper-wrapper .swiper-slide .top .description {
        width: calc((100% - 20px - 60px));
    }

    section.testimonials .testimonials_swiper .swiper-wrapper .swiper-slide .top .description .name {
        font: 500 16px/24px "Poppins Medium", sans-serif;
    }

    section.testimonials .testimonials_swiper .swiper-wrapper .swiper-slide .top .description .profession {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.testimonials .testimonials_swiper .swiper-wrapper .swiper-slide .body {
        font: 400 16px/24px "Poppins", sans-serif;
        -webkit-line-clamp: 9 !important;
        line-clamp: 9 !important;
    }

    /* Testimonials */




    /* Mobile App */
    section.mobile_app {
        padding: 120px 0 70px;
    }

    section.mobile_app .mobile_app_wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 40px;
    }

    section.mobile_app .mobile_app_wrapper .mobile_wrapper_left {
        width: 100%;
        height: auto;
    }

    section.mobile_app .mobile_app_wrapper .mobile_wrapper_right {
        width: 100%;
    }

    section.mobile_app .mobile_app_wrapper .mobile_wrapper_right .heading {
        font: 500 36px/54px "Poppins Medium", sans-serif;
        margin: 0 0 30px 0;
    }

    section.mobile_app .mobile_app_wrapper .mobile_wrapper_right p {
        width: 90%;
        font: 400 16px/24px "Poppins", sans-serif;
        margin: 0 0 30px 0;
    }


    /* Mobile App */



    /* Footer */
    footer {
        border-top-left-radius: 75px;
        border-top-right-radius: 75px;
    }

    footer .footer {
        gap: 50px;
    }

    footer .footer .footer_right {
        width: 100%;
        padding-left: 12px;
    }

    footer .footer .footer_left {
        width: 100%;
        padding-right: 12px;
    }

    footer .footer .footer_left p {
        width: 90%;
        font: 400 14px/21px "Poppins", sans-serif;
    }

    footer .footer .footer_left .subscribe {
        width: 90%;
    }

    footer .footer .footer_left .subscribe button {
        width: 160px;
    }

    footer .footer .footer_left .subscribe input {
        width: calc((100% - 160px));
        font: 400 16px/24px "Poppins", sans-serif;
    }

    footer .footer .footer_right {
        display: flex;
        gap: 100px;
    }

    footer .footer .footer_right>div {
        width: calc((100% - 1 * 100px) / 2);
    }

    footer .footer .footer_right>div .heading {
        font: italic 200 20px/30px "Poppins Thin", sans-serif;
    }

    footer .footer .footer_right .law ul li a {
        font: 400 14px/21px "Poppins", sans-serif;
    }

    footer .footer .footer_right .menu .links {
        gap: 32px;
    }

    footer .footer .footer_right .menu .links ul {
        gap: 32px;
    }

    footer .footer .footer_right .menu .links ul li {
        width: 100%;
    }

    footer .footer .footer_right .menu .links ul li a {
        font: 400 14px/21px "Poppins", sans-serif;
    }

    footer .footer_bottom {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }

    footer .footer_bottom p {
        width: 100%;
        font: 400 14px/21px "Poppins", sans-serif;
        text-align: center;
    }

    footer .footer_bottom ul {
        width: 100%;
        align-items: center;
        justify-content: center;
        gap: 24px;
    }

    /* Footer */



    /* Plans */
    section.plans {
        padding: 100px 0;
    }

    section.plans.prices_page {
        padding: 0 0 60px 0;
    }

    section.plans .heading h2 {
        font: 500 32px/40px "Poppins Medium", sans-serif;
    }

    section.plans .plans_wrapper .tab-content {
        width: 100%;
    }

    section.plans .plans_wrapper .tab-content .all_plans .plan_item h2 {
        font: 500 24px/36px "Poppins Medium", sans-serif;
    }

    section.plans .plans_wrapper .tab-content .all_plans .plan_item p {
        font: 300 16px/24px "Poppins Light", sans-serif;
    }

    section.plans .plans_wrapper .tab-content .all_plans .plan_item .price .prev_price {
        font: 300 16px/24px "Poppins Light", sans-serif;
    }

    section.plans .plans_wrapper .tab-content .all_plans .plan_item .price p {
        font: 500 40px/60px "Poppins Medium", sans-serif;
    }

    section.plans .plans_wrapper .tab-content .all_plans .plan_item .price p span {
        font: 300 20px/30px "Poppins Light", sans-serif;
    }

    section.plans .plans_wrapper .tab-content .all_plans .plan_item .time {
        font: 300 16px/24px "Poppins Light", sans-serif;
    }

    section.plans .plans_wrapper .tab-content .all_plans ul {
        padding-left: 20px;
        gap: 12px;
    }

    section.plans .plans_wrapper .tab-content .all_plans ul li .text {
        max-width: calc((100% - 8px - 24px));
        font: 300 16px/24px "Poppins Light", sans-serif;
    }

    section.plans .plans_wrapper .tab-content .all_plans ul li .icon {
        width: 24px;
        height: 24px;
    }

    /* Plans */



    /* Advantages Section */
    section.advantages .heading {
        font: 500 32px/40px "Poppins Medium", sans-serif;
    }

    section.advantages .advantages_wrapper {
        gap: 60px;
    }

    section.advantages .advantages_wrapper .advantages_item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 26px;
    }

    section.advantages .advantages_wrapper .advantages_item .advantages_item_picture {
        width: 100%;
        height: 350px;
        order: 1;
    }

    section.advantages .advantages_wrapper .advantages_item .advantages_item_context {
        width: 100%;
        padding: 0;
        order: 2;
    }

    section.advantages .advantages_wrapper .advantages_item .advantages_item_context h2 {
        font: 500 24px/36px "Poppins Medium", sans-serif;
    }

    section.advantages .advantages_wrapper .advantages_item .advantages_item_context p {
        font: 400 16px/24px "Poppins", sans-serif;
        width: 90%;
    }

    /* Advantages Section */



    /* Prices Table */
    section.prices_table {
        margin-bottom: 40px;
    }

    section.prices_table table tr {
        height: 88px;
    }

    section.prices_table table tr th,
    section.prices_table table tr td {
        font: 600 16px/24px "Poppins", sans-serif;
        padding: 0 20px;
    }

    section.prices_table table tr th:nth-child(2),
    section.prices_table table tr td:nth-child(2),
    section.prices_table table tr th:nth-child(3),
    section.prices_table table tr td:nth-child(3) {
        width: 90px;
    }

    section.prices_table table tr th:nth-child(4),
    section.prices_table table tr td:nth-child(4) {
        width: 60px;
    }

    section.prices_table table tr td img {
        width: 32px;
        height: 32px;
    }

    section.prices_table table tr td .flex-container {
        gap: 12px;
    }

    section.prices_table table tr td .flex-container .icon {
        width: 20px;
        height: 20px;
    }

    section.prices_table table tr td .flex-container .text {
        max-width: calc((100% - 20px - 12px));
        font: 600 16px/24px "Poppins", sans-serif;
    }

    /* Prices Table */



    /* Privacy */
    section.privacy .nav.nav-tabs {
        margin: 0 0 40px 0;
        border-radius: 50px;
        padding: 4px 4px 4.5px 4px;
    }

    section.privacy .nav.nav-tabs .nav-item .nav-link {
        font: 400 16px/19px "Poppins", sans-serif;
        padding: 8px 20px 8px 20px;
    }

    section.privacy .tab-content h2 {
        font: 500 44px/66px "Poppins", sans-serif;
    }

    section.privacy .tab-content p {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    /* Privacy */




    /* Support Details */
    section.support_details .heading {
        font: 500 36px/48px "Poppins", sans-serif;
    }

    section.support_details .details {
        font: 400 18px/26px "Poppins", sans-serif;
    }

    section.support_details .support_details_wrapper .video_wrapper {
        height: 450px;
    }

    section.support_details .video_wrapper .video_player {
        width: 73px;
        height: 73px;
    }

    section.support_details .video_wrapper .video_player img {
        width: 50%;
        height: 50%;
        margin-left: 16px;
    }

    section.support_details .support_details_wrapper h2 {
        font: 500 24px/36px "Poppins", sans-serif;
    }

    section.support_details .support_details_wrapper p {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.support_details .support_details_wrapper ul li {
        font: 400 16px/24px "Poppins", sans-serif;
        padding-left: 30px;
    }

    section.support_details .support_details_wrapper ul li::before {
        top: 10px;
        left: 13px;
    }

    section.support_details .support_details_wrapper .picture_wrapper {
        column-gap: 30px;
    }

    section.support_details .support_details_wrapper .picture_wrapper .picture_item {
        width: calc((100% - 1 * 30px) / 2);
    }

    section.support_details .support_details_wrapper .picture_wrapper .picture_item .picture {
        height: 520px;
    }

    section.support_details .support_details_wrapper .picture_wrapper .picture_item .text {
        font: 400 14px/20px "Poppins", sans-serif;
    }

    /* Support Details */




    /* Support */
    section.support {
        padding-bottom: 60px;
    }

    section.support .heading {
        font: 500 32px/48px "Poppins", sans-serif;
        margin: 0 0 25px 0;
    }

    section.support .search_form form {
        padding: 0 0 40px 0;
    }

    section.support .search_form form p {
        font: 400 16px/24px "Poppins", sans-serif;
        margin: 0 0 20px 0;
    }

    section.support .search_form form .input {
        width: 430px;
    }

    section.support .search_form form .input label {
        left: 30px;
    }

    section.support .search_form form .input input {
        padding: 0 40px 0 65px;
    }

    section.support .support_wrapper .title {
        padding: 25px 0 45px;
        width: 100%;
    }

    section.support .support_wrapper .title h3 {
        font: 500 30px/42px "Poppins", sans-serif;
    }

    section.support .support_wrapper .title p {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.support .support_wrapper .support_info {
        gap: 24px;
    }

    section.support .support_wrapper .support_info .left {
        width: 100%;
        padding: 12px 32px;
    }

    section.support .support_wrapper .support_info .right {
        width: 100%;
        padding: 32px 40px;
    }

    section.support .support_wrapper .support_info .left .support_left_item {
        padding: 24px 0;
        gap: 16px;
    }

    section.support .support_wrapper .support_info .left .support_left_item .context {
        width: calc((100% - 16px - 56px));
    }

    section.support .support_wrapper .support_info .left .support_left_item .context h4 {
        font: 600 20px/30px "Poppins", sans-serif;
    }

    section.support .support_wrapper .support_info .left .support_left_item .context p {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.support .support_wrapper .support_info .right form h2 {
        font: 500 24px/36px "Poppins", sans-serif;
    }

    section.support .support_wrapper .support_info .right form p {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.support .support_wrapper .support_info .right form input,
    section.support .support_wrapper .support_info .right form textarea {
        height: 48px;
        padding: 12px 20px;
        margin: 0 0 16px 0;
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.support .support_wrapper .support_info .right form textarea {
        height: 200px;
    }

    /* Support */



    /* Blog */
    section.blog {
        padding-bottom: 60px;
    }

    section.blog .heading {
        font: 500 36px/48px "Poppins", sans-serif;
        margin: 0 0 25px 0;
        width: 100%;
    }

    section.blog .search_form form {
        padding: 0 0 25px 0;
    }

    section.blog .search_form form .input {
        width: 450px;
    }

    section.blog .search_form form .input input {
        width: calc(100% - 150px);
    }

    section.blog .search_form form .input button {
        width: 150px;
    }

    section.blog .blog_wrapper {
        margin: 25px 0 0 0;
        gap: 32px;
    }

    section.blog .blog_wrapper .blog_item {
        width: 100%;
    }

    section.blog .blog_wrapper .blog_item .picture {
        height: 354px;
    }

    section.blog .blog_wrapper .blog_item .blog_item_body {
        padding: 16px 24px 24px;
        height: auto;
    }

    section.blog .blog_wrapper .blog_item .blog_item_body h2 {
        height: auto;
    }

    section.blog .blog_wrapper .blog_item .blog_item_body p {
        height: auto;
    }

    /* Blog */





    /* Contact */
    section.contact {
        padding-bottom: 60px;
    }

    section.contact .contact_wrapper {
        gap: 42px;
    }

    section.contact .contact_wrapper .contact_info {
        width: 100%;
    }

    section.contact .contact_wrapper .contact_form {
        width: 100%;
        padding: 32px 30px;
    }

    section.contact .contact_wrapper .contact_info h2 {
        font: 600 44px/53px "Poppins", sans-serif;
    }

    section.contact .contact_wrapper .contact_info h2 span {
        font: 300 44px/53px "Poppins Thin", sans-serif;
    }

    section.contact .contact_wrapper .contact_info p {
        font: 400 16px/24px "Poppins", sans-serif;
        width: 90%;
    }

    section.contact .contact_wrapper .contact_details {
        gap: 30px;
    }

    section.contact .contact_wrapper .contact_details .contact_detail {
        gap: 10px;
    }

    section.contact .contact_wrapper .contact_details .contact_detail .left {
        width: calc(49% - 5px);
    }

    section.contact .contact_wrapper .contact_details .contact_detail .right {
        width: calc(51% - 5px);
    }

    section.contact .contact_wrapper .contact_details .contact_detail .left p {
        font: 400 24px/29px "Poppins", sans-serif;
    }

    section.contact .contact_wrapper .contact_details .contact_detail .right p,
    section.contact .contact_wrapper .contact_details .contact_detail .right a {
        font: 400 16px/19px "Poppins", sans-serif;
    }

    section.contact .contact_wrapper .contact_form form h2 {
        font: 600 24px/36px "Poppins", sans-serif;
    }

    section.contact .contact_wrapper .contact_form form p {
        width: 80%;
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.contact .contact_wrapper .contact_form form .multi_form {
        gap: 15px;
    }

    section.contact .contact_wrapper .contact_form form .multi_form input:first-child {
        width: calc(55% - 7.5px);
    }

    section.contact .contact_wrapper .contact_form form .multi_form input:last-child {
        width: calc(45% - 7.5px);
    }

    /* Contact */


    /* News */
    section.news {
        padding-bottom: 60px;
    }

    section.news .heading {
        font: 500 32px/40px "Poppins", sans-serif;
        margin: 0 0 20px 0;
    }

    section.news .news_wrapper {
        gap: 32px;
    }

    section.news .news_wrapper .left {
        width: 100%;
        padding: 32px 32px 72px;
    }

    section.news .news_wrapper .right {
        width: 100%;
        padding: 16px 32px;
        border-radius: 20px;
        max-height: none;
        position: static;
        top: unset;
    }

    section.news .news_wrapper .left h2 {
        font: 500 28px/36px "Poppins", sans-serif;
    }

    section.news .news_wrapper .left .date {
        font: 400 16px/24px "Poppins", sans-serif;
        margin: 0 0 32px 0;
    }

    section.news .news_wrapper .left p {
        font: 300 16px/24px "Poppins", sans-serif;
        margin: 30px 0 0 0;
    }

    section.news .news_wrapper .left .picture {
        height: auto;
    }

    section.news .news_wrapper .left .picture .inner_picture {
        width: 210px;
        height: 120px;
        border-bottom-right-radius: 61px;
    }

    section.news .news_wrapper .right .news_right_item {
        padding: 20px 0;
    }

    section.news .news_wrapper .right .news_right_item .title a {
        font: 600 20px/30px "Poppins", sans-serif;
    }

    section.news .news_wrapper .right .news_right_item .date {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    /* News */




    /* Checkout */
    section.checkout .heading {
        font: 500 40px/60px "Poppins", sans-serif;
        margin: 0 0 20px 0;
    }

    section.checkout .checkout_wrapper {
        gap: 26px;
        padding: 0 0 53px 0;
        min-height: calc(100vh - 96.8px - 62px - 90px - 162px);
    }

    section.checkout .checkout_wrapper .left {
        width: 100%;
        padding: 28px 24px 32px;
    }

    section.checkout .checkout_wrapper .right {
        width: 100%;
        padding: 24px;
    }

    section.checkout .checkout_wrapper .left .title {
        font: 600 24px/36px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .left p {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .left .form_wrapper {
        gap: 15px;
    }

    section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_left {
        width: 100%;
        height: 48px;
    }

    section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_left select {
        font: 400 16px/24px "Poppins", sans-serif;
        padding: 0 20px;
    }

    section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_left .icon {
        right: 12px;
        width: 24px;
        height: 24px;
        padding: 7px 3px;
    }

    section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_right {
        width: 100%;
        gap: 20px;
    }

    section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_right .discount {
        padding: 12px 24px;
        font: 500 16px/24px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_right .price {
        max-width: calc((100% - 175px - 40px));
    }

    section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_right .price .prev {
        font: 600 32px/48px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_right .price .prev span {
        font: 300 16px/24px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_right .price .new {
        font: 500 16px/24px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_right .price .new span {
        font: 300 16px/24px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .right .total_price {
        gap: 12px;
        margin: 0 0 20px 0;
    }

    section.checkout .checkout_wrapper .right .total_price .total_price_left {
        font: 600 20px/30px "Poppins", sans-serif;
        width: 160px;
    }

    section.checkout .checkout_wrapper .right .total_price .total_price_right {
        width: calc((100% - 10px - 160px));
        gap: 12px;
    }

    section.checkout .checkout_wrapper .right .total_price .total_price_right .prev_price {
        font: 300 20px/30px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .right .total_price .total_price_right .new_price {
        font: 600 24px/36px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .right .discount .discount_left {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .right .discount .discount_right {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .right .have_counpon {
        font: 500 16px/24px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .right .form_wrapper {
        height: 42px;
        gap: 12px;
    }

    section.checkout .checkout_wrapper .right .form_wrapper input {
        width: calc((100% - 12px - 144px));
        padding: 12px 24px;
        font: 400 16px/19px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .right .form_wrapper button {
        width: 144px;
        padding: 12px 24px;
        font: 400 16px/19px "Poppins", sans-serif;
    }

    section.checkout .checkout_footer {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        padding: 32px 0;
    }

    section.checkout .checkout_footer>div {
        width: 100%;
        justify-content: center;
    }

    section.checkout .checkout_footer>div:nth-child(1) {
        justify-content: center;
    }

    section.checkout .checkout_footer .link {
        font: 400 16px/19px "Poppins", sans-serif;
        padding: 12px;
    }

    section.checkout .checkout_footer .link a {
        font: 400 16px/19px "Poppins", sans-serif;
    }

    /* Checkout */




    /* Referances */
    section.referances {
        height: auto;
        position: static;
        overflow: hidden;
        margin-top: 0;
    }

    section.referances .heading {
        font: 500 32px/40px "Poppins", sans-serif;
        width: 100%;
        position: static;
        margin: 0;
        padding: 0;
    }

    section.referances .referances_wrapper {
        position: relative;
        top: 0;
        left: 0;
        transform: translateX(0);
        height: 1100px;
        width: 100%;
        padding: 0;
    }

    section.referances .referances_wrapper .referance_details {
        position: absolute;
        top: 40px;
        width: 500px;
        border-radius: 20px;
        padding: 40px;
        animation: slideShow 1s forwards;
    }

    @keyframes slideShow {
        from {
            left: -50%;
            opacity: 0;
        }

        to {
            left: 0;
            opacity: 1;
        }
    }

    section.referances .referances_wrapper .referance_details .icon {
        width: 42px;
        height: 30px;
        font: 400 96px/96px "Poppins", sans-serif;
        margin-left: 0px;
    }

    section.referances .referances_wrapper .referance_details .about_referance {
        font: 300 16px/24px "Poppins", sans-serif;
        max-height: 125px;
        -webkit-line-clamp: 5 !important;
        line-clamp: 5 !important;
    }

    section.referances .referances_wrapper .referance_details .name_referance {
        font: 600 24px/36px "Poppins", sans-serif;
        max-height: 36px;
        -webkit-line-clamp: 1 !important;
        line-clamp: 1 !important;
    }

    section.referances .referances_wrapper .referance_details .profession_referance {
        font: 300 20px/30px "Poppins", sans-serif;
        max-height: 30px;
        margin: -5px 0 0 0;
        -webkit-line-clamp: 1 !important;
        line-clamp: 1 !important;
    }

    section.referances .referances_wrapper .referance_circle {
        position: absolute;
        top: 380px;
        left: 0;
        width: 100%;
        height: 720px;
        z-index: 1;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        right: unset;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        padding: 12px;
        font: 600 18px/26px "Poppins", sans-serif;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1 {
        width: 300px;
        height: 300px;
        border: 1.75px solid #06A4ED;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2 {
        width: 500px;
        height: 500px;
        border: 1.5px solid #06A4EDE5;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line3 {
        width: 700px;
        height: 700px;
        border: 1.25px solid #06A4EDCC;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line4 {
        width: 900px;
        height: 900px;
        border: 1px solid #06A4ED80;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div {
        width: 80px;
        height: 80px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div:hover,
    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div.active {
        outline: 7px solid #06A4ED80;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div img {
        width: 51px;
        height: 21px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div:nth-child(1) {
        top: -10px;
        left: 20px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div:nth-child(2) {
        top: 170px;
        left: -20px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div:nth-child(3) {
        bottom: -30px;
        left: 90px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div:nth-child(4) {
        bottom: 0px;
        right: 10px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div:nth-child(5) {
        top: 90px;
        right: -40px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div:nth-child(6) {
        top: -20px;
        right: 50px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2>div {
        width: 80px;
        height: 80px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2>div:hover,
    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2>div.active {
        outline: 7px solid #06A4ED80;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2>div img {
        width: 51px;
        height: 21px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2>div:nth-child(1) {
        top: -40px;
        left: 190px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2>div:nth-child(2) {
        top: 140px;
        left: -30px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2>div:nth-child(3) {
        bottom: 20px;
        left: 50px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2>div:nth-child(4) {
        bottom: -30px;
        right: 140px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2>div:nth-child(5) {
        top: 60px;
        right: 25px;
    }

    /* Referances */
}

@media only screen and (max-width: 575.98px) {


    /* Sidebar */
    .sidebar.offcanvas.offcanvas-end {
        width: 100%;
        padding: 21px 12px;
    }

    .sidebar.offcanvas.offcanvas-end .heading .sidebar_close {
        width: 25px;
        height: 25px;
        margin-right: 10px;
    }

    .sidebar.offcanvas.offcanvas-end .heading .sidebar_logo {
        width: 100px;
    }

    .sidebar.offcanvas.offcanvas-end .heading .login_button {
        font: 400 16px/19.36px "Poppins", sans-serif;
        padding: 12px 30px;
    }

    /* Sidebar */


    .backgroundCrossLineWrapper .backgroundCrossLine {
        /* width: 160px;
        height: 350px; */
        width: 280px;
        height: 610px;
        top: 260px;
        left: 0;
    }

    .backgroundCrossLineWrapper .backgroundCrossLine2 {
        width: 160px;
        height: 300px;
        top: -100px;
        right: 0;
    }

    .backgroundCrossLineWrapper .backgroundCrossLine3 {
        width: 160px;
        height: 400px;
        top: -220px;
        left: 0;
    }

    .backgroundCrossLineWrapper .backgroundCrossLine4 {
        width: 300px;
        height: auto;
        bottom: 0;
        left: 0;
    }

    .backgroundCrossLineWrapper .backgroundCrossLine5 {
        width: 300px;
        height: auto;
        top: -62px;
        right: 0;
    }

    /* Back to Top Button */
    .backToTopButton {
        right: 20px;
        width: 40px;
        height: 70px;
    }

    .backToTopButton img {
        width: 21px;
        height: 21px;
    }

    .backToTopButton.active {
        bottom: 20px;
    }

    /* Back to Top Button */


    /* Header */
    header .header_wrapper {
        justify-content: space-between;
        margin: 0;
    }

    header .header_wrapper .header_logo {
        width: calc((100% - 60px));
        padding: 0;
    }

    header .header_logo a {
        display: block;
        width: 152px;
        height: 48px;
    }

    /* Header */

    /* Home Section */
    .home .home_wrapper {
        display: flex;
        flex-direction: column-reverse;
        gap: 24px;
    }

    .home .home_wrapper>div {
        width: 100%;
    }

    .home .home_wrapper .home_wrapper_left h1 {
        font: 500 32px/42px "Poppins Medium", sans-serif;
        text-align: center;
        margin: 0 0 16px 0;
    }

    .home .home_wrapper .home_wrapper_left h1 span {
        font: 200 32px/42px "Poppins Thin", sans-serif;
    }

    .home .home_wrapper .home_wrapper_left p {
        font: 500 16px/24px "Poppins Medium", sans-serif;
        text-align: center;
        width: 100%;
        margin: 0 0 16px 0;
    }

    .home .home_wrapper .home_wrapper_left a {
        display: flex;
        width: 200px;
        margin: 20px auto 24px;
    }

    .home .home_wrapper .home_wrapper_left .users_comments_wrapper {
        width: 100%;
        gap: 15px;
    }

    .home .home_wrapper .home_wrapper_left .users_comments_wrapper .users_comments_item {
        width: calc((100% - 15px) / 2);
        flex-direction: column;
    }

    .home .home_wrapper .home_wrapper_left .users_comments_wrapper .users_comments_item .users_comments_item_left {
        width: auto;
        height: 40px;
    }

    .home .home_wrapper .home_wrapper_left .users_comments_wrapper .users_comments_item .users_comments_item_right {
        width: 100%;
    }

    .home .home_wrapper .home_wrapper_left .users_comments_wrapper .users_comments_item .users_comments_item_right .top {
        text-align: center;
        font: 500 18px/26px "Poppins Medium", sans-serif;
    }

    .home .home_wrapper .home_wrapper_left .users_comments_wrapper .users_comments_item .users_comments_item_right .bottom {
        text-align: center;
        font: 300 14px/20px "Poppins Light", sans-serif;
        height: 40px;
    }

    .home .home_wrapper .home_wrapper_right {
        width: 95% !important;
        height: 330px;
        margin: 0 auto !important;
    }

    /* Home Section */


    /* Company Swiper */
    section.company .company_items {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    section.company .company_items .company_count {
        height: auto;
        width: 100%;
    }

    section.company .company_items .company_count span {
        display: inline-block;
    }

    section.company .company_items .company_swiper {
        width: 100%;
        height: 55px;
    }

    /* Company Swiper */



    /* Steps Section */
    section.steps .steps_wrapper {
        padding: 20px 15px;
    }

    section.steps .steps_wrapper .steps_heading_wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
    }

    section.steps .steps_wrapper .steps_heading_wrapper .steps_heading_item {
        width: 100%;
        font: 500 28px/38px "Poppins Medium", sans-serif;
    }

    section.steps .steps_wrapper .steps_heading_wrapper .steps_heading_link {
        width: 100%;
        gap: 20px;
    }

    section.steps .steps_wrapper .steps_heading_wrapper .steps_heading_link p {
        font: 500 16px/24px "Poppins Medium", sans-serif;
    }

    section.steps .steps_wrapper .steps_pictures {
        gap: 0px;
    }

    section.steps .steps_wrapper .steps_pictures .steps_pictures_item {
        width: 100%;
    }

    section.steps .steps_wrapper .steps_pictures .steps_pictures_item .picture {
        width: 100%;
        height: auto;
    }

    section.steps .steps_wrapper .steps_pictures .steps_pictures_item .step_count {
        font: 600 40px/60px "Poppins SemiBold", sans-serif;
    }

    section.steps .steps_wrapper .steps_pictures .steps_pictures_item h2 {
        font: 600 24px/36px "Poppins SemiBold", sans-serif;
    }

    section.steps .steps_wrapper .steps_pictures .steps_pictures_item p {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.steps .steps_wrapper .steps_pictures .steps_pictures_item:nth-child(1),
    section.steps .steps_wrapper .steps_pictures .steps_pictures_item:nth-child(2) {
        position: relative;
    }

    section.steps .steps_wrapper .steps_pictures .steps_pictures_item:nth-child(1)::after,
    section.steps .steps_wrapper .steps_pictures .steps_pictures_item:nth-child(2)::after {
        display: none;
    }

    /* Steps Section */


    /* Traditional Ways */
    section.traditional_ways .heading {
        width: 90%;
        text-align: center;
        font: 500 28px/34px "Poppins Medium", sans-serif;
    }

    section.traditional_ways .heading span.italic {
        font: italic 200 28px/34px "Poppins Thin", sans-serif;
    }

    section.traditional_ways .traditional_items {
        margin: 0;
    }

    section.traditional_ways .traditional_items .traditional_item {
        width: 100%;
        min-height: 380.6px;
    }

    section.traditional_ways .traditional_items .traditional_item:not(:nth-child(3n)) {
        padding-right: 0;
    }

    section.traditional_ways .traditional_items .traditional_item:not(:nth-child(3n + 1)) {
        padding-left: 0;
    }

    section.traditional_ways .traditional_items .traditional_item:nth-child(-n + 3) {
        padding-bottom: 0;
    }

    section.traditional_ways .traditional_items .traditional_item:nth-child(n + 4) {
        padding-top: 0;
    }

    section.traditional_ways .traditional_items .traditional_item:nth-child(1),
    section.traditional_ways .traditional_items .traditional_item:nth-child(2) {
        border-right: 1px solid rgba(230, 230, 230, 1);
        border-bottom: 1px solid rgba(230, 230, 230, 1);
        border: none;
    }

    section.traditional_ways .traditional_items .traditional_item:nth-child(5) {
        border-left: 1px solid rgba(230, 230, 230, 1);
        border: none;

    }

    section.traditional_ways .traditional_items .traditional_item:nth-child(6) {
        border-left: 1px solid rgba(230, 230, 230, 1);
        border-top: 1px solid rgba(230, 230, 230, 1);
        border: none;
    }

    section.traditional_ways .traditional_items .traditional_item {
        padding: 30px 0 !important;
        border-bottom: 1px solid rgba(230, 230, 230, 1) !important;
        min-height: auto;
        height: auto;
    }

    section.traditional_ways .traditional_items .traditional_item:last-child {
        border: none !important;
        padding-bottom: 0 !important;
    }

    section.traditional_ways .traditional_items .traditional_item h2 {
        font: 600 20px/30px "Poppins SemiBold", sans-serif;
    }

    section.traditional_ways .traditional_items .traditional_item p {
        font: 400 14px/20px "Poppins", sans-serif;
        margin: 0;
    }

    /* Traditional Ways */




    /* Automation */
    section.automation {
        padding: 40px 8px;
    }

    section.automation .automation_wrapper {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 20px;
    }

    section.automation .automation_wrapper .right {
        width: 100%;
        height: 300px;
        /* max-height: 360px; */
    }

    section.automation .automation_wrapper .left {
        width: 100%;
        height: 330px;
        padding: 0;
    }

    section.automation .automation_wrapper .left .picture {
        width: 38px;
        height: 38px;
        padding: 10px;
        margin: 0 0 4px 0;
    }

    section.automation .automation_wrapper .left h2 {
        font: 500 28px/36px "Poppins Medium", sans-serif;
        margin: 0 0 21px 0;
    }

    section.automation .automation_wrapper .left p {
        font: 400 15px/22px "Poppins", sans-serif;
        margin: 0 0 16px 0;
    }

    section.automation .automation_wrapper .left a {
        padding: 12.5px 24px;
        gap: 12px;
        margin: 0;
    }

    section.automation .automation_wrapper .left a .text {
        font: 400 15px/22px "Poppins", sans-serif;
    }

    /* Automation */



    /* Calculator */
    section.calculator .calculator_wrapper .calculator_wrapper_left {
        width: 100%;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_right {
        width: calc((100% - 2 * 12px));
        padding: 32px 15px;
        gap: 60px;
        margin: 0 auto;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_right .heading {
        font: italic 200 22px/26px "Poppins Thin", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_right .heading span {
        font: 500 22px/26px "Poppins Medium", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_right .calculation_result .total_price {
        font: 500 38px/44px "Poppins Medium", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_right .calculation_result .total_price span {
        font: 300 16px/19.05px "Poppins Light", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_right .calculation_result ul li {
        padding: 20px 0;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_right .calculation_result ul li .description {
        width: calc((100% - 110px));
        font: 400 13px/16px "Poppins", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_right .calculation_result ul li .count {
        width: 110px;
        font: 400 16px/20px "Poppins", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_right .calculation_result ul li .count span {
        font: 300 16px/20px "Poppins Light", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left .heading {
        font: 500 28px/34px "Poppins Medium", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left .heading .icon {
        width: 64px;
        height: auto;
        transform: translateY(7px);
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left p {
        width: 100%;
        font: 400 16px/24.05px "Poppins", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left .form_groups {
        height: 110px;
        gap: 20px;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left .form_groups .form_group {
        width: calc((100% - 1 * 20px) / 2);
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left .form_groups .form_group label {
        font: 400 18px/26px "Poppins", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left .form_groups .form_group .input input {
        width: 45px;
        font: 500 13px/18px "Poppins Medium", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left .form_groups .form_group .input .minus,
    section.calculator .calculator_wrapper .calculator_wrapper_left .form_groups .form_group .input .plus {
        width: 32px;
        height: 32px;
        font: 400 16px/16px "Poppins", sans-serif;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left .form_groups .form_group .input .plus {
        right: 10px;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left .form_groups .form_group .input .minus {
        left: 10px;
    }

    section.calculator .calculator_wrapper .calculator_wrapper_left .navigation_wrapper {
        justify-content: center;
        margin: 20px 0 0 0;
    }

    /* Calculator */



    /* FAQ */
    section.faq {
        padding: 60px 0;
    }

    section.faq .heading {
        gap: 20px;
        margin: 0 0 40px 0;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    section.faq .heading h2 {
        width: 100%;
        font: 500 30px/34px "Poppins Medium", sans-serif;
    }

    section.faq .heading .navigation_wrapper {
        width: 100%;
        align-items: flex-start;
        justify-content: flex-start;
    }

    section.faq .faq_wrapper {
        display: flex;
    }

    section.faq .faq_wrapper .faq_items {
        width: 100%;
    }

    section.faq .faq_wrapper .faq_items:nth-child(1) {
        padding-right: 12px;
    }

    section.faq .faq_wrapper .faq_items:nth-child(2) {
        padding-left: 12px;
    }

    section.faq .faq_wrapper .faq_items .faq_item .accordion_opener {
        height: 60px;
        padding: 10px;
    }

    section.faq .faq_wrapper .faq_items .faq_item .accordion_opener .text {
        width: calc(100% - 40px - 24px);
        font: 500 16px/24px "Poppins Medium", sans-serif;
    }

    section.faq .faq_wrapper .faq_items .faq_item .accordion-collapse p {
        padding: 10px;
        font: 400 13px/17px "Poppins", sans-serif;
    }

    /* FAQ */



    /* Testimonials */
    section.testimonials .heading {
        margin: 0 auto 40px;
        font: 500 28px/34px "Poppins Medium", sans-serif;
        width: calc((100% - 2 * 12px));
    }

    section.testimonials .heading span.italic {
        font: italic 100 28px/34px "Poppins Thin", sans-serif;
    }

    section.testimonials .testimonials_swiper .swiper-wrapper .swiper-slide {
        aspect-ratio: unset;
        height: auto;
        min-height: 400px;
        padding: 20px;
    }

    section.testimonials .testimonials_swiper .swiper-wrapper .swiper-slide .top {
        gap: 10px;
    }

    section.testimonials .testimonials_swiper .swiper-wrapper .swiper-slide .top .picture {
        width: 50px;
        height: 50px;
    }

    section.testimonials .testimonials_swiper .swiper-wrapper .swiper-slide .top .description {
        width: calc((100% - 10px - 50px));
    }

    section.testimonials .testimonials_swiper .swiper-wrapper .swiper-slide .top .description .name {
        font: 500 16px/20px "Poppins Medium", sans-serif;
    }

    section.testimonials .testimonials_swiper .swiper-wrapper .swiper-slide .top .description .profession {
        font: 400 16px/20px "Poppins", sans-serif;
    }

    section.testimonials .testimonials_swiper .swiper-wrapper .swiper-slide .body {
        font: 400 14px/19px "Poppins", sans-serif;
        -webkit-line-clamp: 9 !important;
        line-clamp: 9 !important;
    }

    /* Testimonials */



    /* Mobile App */
    section.mobile_app {
        padding: 80px 0 40px;
    }

    section.mobile_app .mobile_app_wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 20px;
        margin: 0;
    }

    section.mobile_app .mobile_app_wrapper .mobile_wrapper_left {
        width: 100%;
        height: auto;
    }

    section.mobile_app .mobile_app_wrapper .mobile_wrapper_right {
        width: 100%;
    }

    section.mobile_app .mobile_app_wrapper .mobile_wrapper_right .heading {
        font: 500 28px/34px "Poppins Medium", sans-serif;
        margin: 0 0 20px 0;
    }

    section.mobile_app .mobile_app_wrapper .mobile_wrapper_right p {
        width: 100%;
        font: 400 16px/24px "Poppins", sans-serif;
        margin: 0 0 20px 0;
    }

    section.mobile_app .mobile_app_wrapper .mobile_wrapper_right .app_picture {
        gap: 15px;
    }

    section.mobile_app .mobile_app_wrapper .mobile_wrapper_right .app_picture a:nth-child(1) {
        width: 46%;
        height: auto;
    }

    section.mobile_app .mobile_app_wrapper .mobile_wrapper_right .app_picture a:nth-child(2) {
        width: 54%;
        height: auto;
    }


    /* Mobile App */





    /* Footer */
    footer {
        border-top-left-radius: 60px;
        border-top-right-radius: 60px;
    }

    footer .footer {
        gap: 50px;
        flex-direction: column;
    }

    footer .footer .footer_right {
        width: 100%;
        padding-left: 12px;
    }

    footer .footer .footer_left {
        width: 100%;
        padding-right: 12px;
    }

    footer .footer .footer_left p {
        width: 100%;
        font: 400 14px/20px "Poppins", sans-serif;
    }

    footer .footer .footer_left .subscribe {
        width: 100%;
    }

    footer .footer .footer_left .subscribe button {
        width: 100px;
    }

    footer .footer .footer_left .subscribe input {
        width: calc((100% - 100px));
        font: 400 14px/20px "Poppins", sans-serif;
        padding: 0 15px;
    }

    footer .footer .footer_left .subscribe button .text {
        font: 400 14px/20px "Poppins", sans-serif;
    }

    footer .footer .footer_left .subscribe button .icon {
        width: 16px;
        height: 16px;
    }

    footer .footer .footer_left .subscribe button:hover .icon img {
        transform: translateX(4px);
    }

    footer .footer .footer_right {
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

    footer .footer .footer_right>div {
        width: 100%;
    }

    footer .footer .footer_right>div .heading {
        font: italic 200 20px/30px "Poppins Thin", sans-serif;
    }

    footer .footer .footer_right .law ul li a {
        font: 400 14px/21px "Poppins", sans-serif;
    }

    footer .footer .footer_right .menu .links {
        gap: 32px;
    }

    footer .footer .footer_right .menu .links ul {
        width: calc((100% - 32px) / 2);
        gap: 32px;
    }

    footer .footer .footer_right .menu .links ul li {
        width: 100%;
    }

    footer .footer .footer_right .menu .links ul li a {
        font: 400 14px/21px "Poppins", sans-serif;
    }

    footer .footer_bottom {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }

    footer .footer_bottom p {
        width: 100%;
        font: 400 14px/21px "Poppins", sans-serif;
        text-align: center;
    }

    footer .footer_bottom ul {
        width: 100%;
        align-items: center;
        justify-content: center;
        gap: 24px;
    }

    /* Footer */


    /* Plans */
    section.plans {
        padding: 100px 0;
    }

    section.plans.prices_page {
        padding: 0 0 55px 0;
    }

    section.plans .heading h2 {
        font: 500 28px/34px "Poppins Medium", sans-serif;
    }

    section.plans .plans_wrapper .tab-content {
        width: 100%;
    }

    section.plans .plans_wrapper .tab-content .all_plans .plan_item {
        padding: 20px 15px;
    }

    section.plans .plans_wrapper .tab-content .all_plans .plan_item.popular_plan::after {
        width: 180px;
        height: 44px;
    }

    section.plans .plans_wrapper .tab-content .all_plans .plan_item h2 {
        font: 500 22px/32px "Poppins Medium", sans-serif;
    }

    section.plans .plans_wrapper .tab-content .all_plans .plan_item p {
        font: 300 14px/20px "Poppins Light", sans-serif;
    }

    section.plans .plans_wrapper .tab-content .all_plans .plan_item .price .prev_price {
        font: 300 14px/20px "Poppins Light", sans-serif;
    }

    section.plans .plans_wrapper .tab-content .all_plans .plan_item .price p {
        font: 500 32px/46px "Poppins Medium", sans-serif;
    }

    section.plans .plans_wrapper .tab-content .all_plans .plan_item .price p span {
        font: 300 18px/26px "Poppins Light", sans-serif;
    }

    section.plans .plans_wrapper .tab-content .all_plans .plan_item .time {
        font: 300 14px/21px "Poppins Light", sans-serif;
    }

    section.plans .plans_wrapper .tab-content .all_plans ul {
        padding-left: 10px;
        gap: 12px;
    }

    section.plans .plans_wrapper .tab-content .all_plans ul li .text {
        max-width: calc((100% - 8px - 20px));
        font: 300 14px/20px "Poppins Light", sans-serif;
    }

    section.plans .plans_wrapper .tab-content .all_plans ul li .icon {
        width: 20px;
        height: 20px;
    }

    /* Plans */


    /* Advantages Section */
    section.advantages .heading {
        font: 500 28px/34px "Poppins Medium", sans-serif;
    }

    section.advantages .advantages_wrapper {
        gap: 60px;
    }

    section.advantages .advantages_wrapper .advantages_item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 26px;
    }

    section.advantages .advantages_wrapper .advantages_item .advantages_item_picture {
        width: 100%;
        height: auto;
        order: 1;
    }

    section.advantages .advantages_wrapper .advantages_item .advantages_item_picture img {
        width: 80%;
        height: auto;
    }

    section.advantages .advantages_wrapper .advantages_item .advantages_item_context {
        width: 100%;
        padding: 0;
        order: 2;
    }

    section.advantages .advantages_wrapper .advantages_item .advantages_item_context h2 {
        font: 500 24px/36px "Poppins Medium", sans-serif;
    }

    section.advantages .advantages_wrapper .advantages_item .advantages_item_context p {
        font: 400 16px/24px "Poppins", sans-serif;
        width: 100%;
        padding-right: 40px;
    }

    /* Advantages Section */




    /* Prices Table */
    section.prices_table {
        margin-bottom: 40px;
    }

    section.prices_table table tr {
        height: auto;
    }

    section.prices_table table tr th,
    section.prices_table table tr td {
        font: 600 14px/22px "Poppins", sans-serif;
        padding: 0;
    }

    section.prices_table table tr th:nth-child(1),
    section.prices_table table tr td:nth-child(1) {
        padding: 20px 10px;
    }

    section.prices_table table tr th:nth-child(2),
    section.prices_table table tr td:nth-child(2),
    section.prices_table table tr th:nth-child(3),
    section.prices_table table tr td:nth-child(3) {
        width: 70px !important;
        padding: 0;
    }

    section.prices_table table tr th:nth-child(4),
    section.prices_table table tr td:nth-child(4) {
        width: 60px !important;
        padding: 0 10px 0 0;
    }

    section.prices_table table tr td img {
        width: 26px;
        height: 26px;
    }

    section.prices_table table tr td .flex-container {
        gap: 5px;
        flex-wrap: wrap;
        flex-direction: column;
    }

    section.prices_table table tr td .flex-container .icon {
        width: 15px;
        height: 15px;
    }

    section.prices_table table tr td .flex-container .text {
        max-width: 100%;
        width: 100%;
        font: 600 14px/22px "Poppins", sans-serif;
    }

    /* Prices Table */





    /* Privacy */
    section.privacy .nav.nav-tabs {
        margin: 0 0 40px 0;
        border-radius: 50px;
        padding: 4px 4px 4.5px 4px;
    }

    section.privacy .nav.nav-tabs .nav-item .nav-link {
        font: 400 12px/15px "Poppins", sans-serif;
        padding: 5px;
    }

    section.privacy .tab-content h2 {
        font: 500 28px/36px "Poppins", sans-serif;
    }

    section.privacy .tab-content p {
        font: 400 14px/20px "Poppins", sans-serif;
    }

    /* Privacy */





    /* Support Details */
    section.support_details .heading {
        font: 500 28px/36px "Poppins", sans-serif;
    }

    section.support_details .details {
        font: 400 16px/22px "Poppins", sans-serif;
    }

    section.support_details .support_details_wrapper .video_wrapper {
        height: auto;
        aspect-ratio: 1 / 1;
    }

    section.support_details .video_wrapper .video_player {
        width: 55px;
        height: 55px;
    }

    section.support_details .video_wrapper .video_player img {
        width: 50%;
        height: 50%;
        margin-left: 12px;
    }

    section.support_details .support_details_wrapper h2 {
        font: 500 22px/30px "Poppins", sans-serif;
    }

    section.support_details .support_details_wrapper p {
        font: 400 15px/21px "Poppins", sans-serif;
    }

    section.support_details .support_details_wrapper ul li {
        font: 400 15px/21px "Poppins", sans-serif;
        padding-left: 20px;
    }

    section.support_details .support_details_wrapper ul li::before {
        top: 10px;
        left: 6px;
    }

    section.support_details .support_details_wrapper .picture_wrapper {
        column-gap: 0;
    }

    section.support_details .support_details_wrapper .picture_wrapper .picture_item {
        width: 100%;
    }

    section.support_details .support_details_wrapper .picture_wrapper .picture_item .picture {
        height: auto;
    }

    section.support_details .support_details_wrapper .picture_wrapper .picture_item .text {
        font: 400 14px/20px "Poppins", sans-serif;
    }

    /* Support Details */





    /* Support */
    section.support {
        padding-bottom: 50px;
    }

    section.support .heading {
        font: 500 28px/36px "Poppins", sans-serif;
        margin: 0 0 25px 0;
    }

    section.support .search_form form {
        padding: 0 0 35px 0;
    }

    section.support .search_form form p {
        font: 400 16px/24px "Poppins", sans-serif;
        margin: 0 0 20px 0;
    }

    section.support .search_form form .input {
        width: 85%;
    }

    section.support .search_form form .input label {
        left: 30px;
    }

    section.support .search_form form .input input {
        padding: 0 40px 0 65px;
    }

    section.support .support_wrapper .title {
        padding: 25px 0 45px;
        width: 100%;
    }

    section.support .support_wrapper .title h3 {
        font: 500 26px/32px "Poppins", sans-serif;
    }

    section.support .support_wrapper .title p {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.support .support_wrapper .support_info {
        gap: 24px;
        width: 100%;
        margin: 0 auto;
    }

    section.support .support_wrapper .support_info .left {
        width: 100%;
        padding: 12px 12px;
    }

    section.support .support_wrapper .support_info .right {
        width: 100%;
        padding: 32px 20px;
    }

    section.support .support_wrapper .support_info .left .support_left_item {
        padding: 24px 0;
        gap: 16px;
    }

    section.support .support_wrapper .support_info .left .support_left_item .context {
        width: calc((100% - 16px - 56px));
    }

    section.support .support_wrapper .support_info .left .support_left_item .context h4 {
        font: 600 16px/24px "Poppins", sans-serif;
        margin: 0 0 4px 0;
    }

    section.support .support_wrapper .support_info .left .support_left_item .context p {
        font: 400 14px/18px "Poppins", sans-serif;
    }

    section.support .support_wrapper .support_info .right form h2 {
        font: 500 24px/36px "Poppins", sans-serif;
    }

    section.support .support_wrapper .support_info .right form p {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.support .support_wrapper .support_info .right form input,
    section.support .support_wrapper .support_info .right form textarea {
        height: 48px;
        padding: 12px 20px;
        margin: 0 0 16px 0;
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.support .support_wrapper .support_info .right form textarea {
        height: 200px;
    }

    /* Support */




    /* Blog */
    section.blog {
        padding-bottom: 50px;
    }

    section.blog .heading {
        font: 500 28px/36px "Poppins", sans-serif;
        margin: 0 0 30px 0;
        width: 100%;
    }

    section.blog .search_form form {
        padding: 0 0 25px 0;
    }

    section.blog .search_form form .input {
        width: 90%;
    }

    section.blog .search_form form .input input {
        width: calc(100% - 110px);
        font: 400 14px/20px "Poppins", sans-serif;
    }

    section.blog .search_form form .input button {
        width: 110px;
        gap: 5px;
    }

    section.blog .search_form form .input button .icon {
        width: 18px;
        height: 18px;
    }

    section.blog .search_form form .input button:hover .icon img {
        transform: translateX(7px);
    }

    section.blog .search_form form .input button .text {
        font: 500 14px/20px "Poppins", sans-serif;
    }

    section.blog .blog_wrapper {
        margin: 25px 0 0 0;
        gap: 32px;
    }

    section.blog .blog_wrapper .blog_item {
        width: 100%;
    }

    section.blog .blog_wrapper .blog_item .picture {
        height: auto;
    }

    section.blog .blog_wrapper .blog_item .blog_item_body {
        padding: 16px 16px 16px;
        height: auto;
    }

    section.blog .blog_wrapper .blog_item .blog_item_body h2 {
        height: auto;
    }

    section.blog .blog_wrapper .blog_item .blog_item_body p {
        height: auto;
    }

    /* Blog */





    /* Contact */
    section.contact {
        padding-bottom: 50px;
    }

    section.contact .contact_wrapper {
        gap: 42px;
    }

    section.contact .contact_wrapper .contact_info {
        width: 100%;
    }

    section.contact .contact_wrapper .contact_form {
        width: 100%;
        padding: 32px 20px;
    }

    section.contact .contact_wrapper .contact_info h2 {
        font: 600 32px/36px "Poppins", sans-serif;
    }

    section.contact .contact_wrapper .contact_info h2 span {
        font: 300 32px/36px "Poppins Thin", sans-serif;
    }

    section.contact .contact_wrapper .contact_info p {
        font: 400 16px/24px "Poppins", sans-serif;
        width: 100%;
    }

    section.contact .contact_wrapper .contact_details {
        gap: 30px;
    }

    section.contact .contact_wrapper .contact_details .contact_detail {
        gap: 6px;
    }

    section.contact .contact_wrapper .contact_details .contact_detail .left {
        width: calc(42% - 3px);
    }

    section.contact .contact_wrapper .contact_details .contact_detail .right {
        width: calc(58% - 3px);
    }

    section.contact .contact_wrapper .contact_details .contact_detail .left p {
        font: 400 20px/24px "Poppins", sans-serif;
    }

    section.contact .contact_wrapper .contact_details .contact_detail .right p,
    section.contact .contact_wrapper .contact_details .contact_detail .right a {
        font: 400 14px/17px "Poppins", sans-serif;
        word-wrap: break-word;
    }

    section.contact .contact_wrapper .contact_form form h2 {
        font: 600 24px/36px "Poppins", sans-serif;
    }

    section.contact .contact_wrapper .contact_form form p {
        width: 80%;
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.contact .contact_wrapper .contact_form form .multi_form {
        gap: 15px;
    }

    section.contact .contact_wrapper .contact_form form .multi_form input:first-child {
        width: calc(55% - 7.5px);
    }

    section.contact .contact_wrapper .contact_form form .multi_form input:last-child {
        width: calc(45% - 7.5px);
    }

    /* Contact */



    /* News */
    section.news {
        padding-bottom: 50px;
    }

    section.news .heading {
        font: 500 28px/36px "Poppins", sans-serif;
        margin: 0 0 20px 0;
    }

    section.news .news_wrapper {
        gap: 32px;
        padding: 0 8px;
    }

    section.news .news_wrapper .left {
        width: 100%;
        padding: 24px 16px 38px;
    }

    section.news .news_wrapper .right {
        width: 100%;
        padding: 16px;
        border-radius: 20px;
        max-height: none;
        position: static;
        top: unset;
    }

    section.news .news_wrapper .left h2 {
        font: 500 24px/30px "Poppins", sans-serif;
    }

    section.news .news_wrapper .left .date {
        font: 400 16px/24px "Poppins", sans-serif;
        margin: 0 0 20px 0;
    }

    section.news .news_wrapper .left p {
        font: 300 16px/24px "Poppins", sans-serif;
        margin: 25px 0 0 0;
    }

    section.news .news_wrapper .left .picture {
        height: auto;
    }

    section.news .news_wrapper .left .picture .inner_picture {
        width: 40%;
        height: 40%;
        border-bottom-right-radius: 40px;
    }

    section.news .news_wrapper .right .news_right_item {
        padding: 16px 0;
    }

    section.news .news_wrapper .right .news_right_item .title a {
        font: 600 20px/30px "Poppins", sans-serif;
    }

    section.news .news_wrapper .right .news_right_item .date {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    /* News */




    /* Checkout */
    section.checkout .heading {
        font: 500 32px/40px "Poppins", sans-serif;
        margin: 0 0 20px 0;
    }

    section.checkout .checkout_wrapper {
        gap: 26px;
        padding: 0 0 53px 0;
        min-height: calc(100vh - 96.8px - 62px - 90px - 138px);
    }

    section.checkout .checkout_wrapper .left {
        width: 100%;
        padding: 28px 16px 32px;
    }

    section.checkout .checkout_wrapper .right {
        width: 100%;
        padding: 24px 16px;
    }

    section.checkout .checkout_wrapper .left .title {
        font: 600 22px/32px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .left p {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .left .form_wrapper {
        gap: 15px;
    }

    section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_left {
        width: 100%;
        height: 48px;
    }

    section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_left select {
        font: 400 16px/24px "Poppins", sans-serif;
        padding: 0 20px;
    }

    section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_left .icon {
        right: 12px;
        width: 24px;
        height: 24px;
        padding: 7px 3px;
    }

    section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_right {
        width: 100%;
        gap: 20px;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-start;
        margin: 0 0 15px 0;
    }

    section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_right .discount {
        padding: 12px 24px;
        font: 500 16px/24px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_right .price {
        max-width: 100%;
    }

    section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_right .price .prev {
        font: 600 32px/48px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_right .price .prev span {
        font: 300 16px/24px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_right .price .new {
        font: 500 16px/24px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .left .form_wrapper .form_wrapper_right .price .new span {
        font: 300 16px/24px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .right .total_price {
        gap: 12px;
        margin: 0 0 20px 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    section.checkout .checkout_wrapper .right .total_price .total_price_left {
        font: 600 20px/30px "Poppins", sans-serif;
        width: 160px;
    }

    section.checkout .checkout_wrapper .right .total_price .total_price_right {
        width: auto;
        gap: 12px;
    }

    section.checkout .checkout_wrapper .right .total_price .total_price_right .prev_price {
        font: 300 20px/30px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .right .total_price .total_price_right .new_price {
        font: 600 24px/36px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .right .discount .discount_left {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .right .discount .discount_right {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .right .have_counpon {
        font: 500 16px/24px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .right .form_wrapper {
        height: 42px;
        gap: 12px;
    }

    section.checkout .checkout_wrapper .right .form_wrapper input {
        width: calc((100% - 12px - 144px));
        padding: 12px 24px;
        font: 400 16px/19px "Poppins", sans-serif;
    }

    section.checkout .checkout_wrapper .right .form_wrapper button {
        width: 144px;
        padding: 12px 24px;
        font: 400 16px/19px "Poppins", sans-serif;
    }

    section.checkout .checkout_footer {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        padding: 32px 0;
    }

    section.checkout .checkout_footer>div {
        width: 100%;
        justify-content: center;
        padding: 0;
    }

    section.checkout .checkout_footer>div:nth-child(1) {
        justify-content: center;
    }

    section.checkout .checkout_footer .link {
        font: 400 14px/17px "Poppins", sans-serif;
        padding: 6px 0;
    }

    section.checkout .checkout_footer .link a {
        font: 400 14px/17px "Poppins", sans-serif;
    }

    /* Checkout */




    /* Referances */
    section.referances {
        height: auto;
        position: static;
        overflow: hidden;
        margin-top: 0;
    }

    section.referances .heading {
        font: 500 28px/36px "Poppins", sans-serif;
        width: 100%;
        position: static;
        margin: 0;
        padding: 0;
    }

    section.referances .referances_wrapper {
        position: relative;
        top: 0;
        left: 0;
        transform: translateX(0);
        height: 860px;
        width: 100%;
        padding: 0;
    }

    section.referances .referances_wrapper .referance_details {
        position: absolute;
        top: 20px;
        width: 100%;
        border-radius: 20px;
        padding: 30px 20px;
        animation: slideShow 1s forwards;
    }

    @keyframes slideShow {
        from {
            left: -50%;
            opacity: 0;
        }

        to {
            left: 0;
            opacity: 1;
        }
    }

    section.referances .referances_wrapper .referance_details .icon {
        width: 42px;
        height: 30px;
        font: 400 96px/96px "Poppins", sans-serif;
        margin-left: 0px;
    }

    section.referances .referances_wrapper .referance_details .about_referance {
        font: 300 15px/22px "Poppins", sans-serif;
        height: auto;
        max-height: 112px;
        -webkit-line-clamp: 5 !important;
        line-clamp: 5 !important;
        margin: 0 0 10px 0;
    }

    section.referances .referances_wrapper .referance_details .name_referance {
        font: 600 22px/34px "Poppins", sans-serif;
        height: auto;
        max-height: 70px;
        -webkit-line-clamp: 2 !important;
        line-clamp: 2 !important;
    }

    section.referances .referances_wrapper .referance_details .profession_referance {
        font: 300 18px/26px "Poppins", sans-serif;
        height: auto;
        max-height: 54px;
        margin: -5px 0 0 0;
        -webkit-line-clamp: 2 !important;
        line-clamp: 2 !important;
    }

    section.referances .referances_wrapper .referance_circle {
        position: absolute;
        top: 340px;
        left: 0;
        width: 100%;
        height: 520px;
        z-index: 1;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        right: unset;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        padding: 10px;
        font: 600 16px/22px "Poppins", sans-serif;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1 {
        width: 240px;
        height: 240px;
        border: 1.75px solid #06A4ED;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2 {
        width: 370px;
        height: 370px;
        border: 1.5px solid #06A4EDE5;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line3 {
        width: 500px;
        height: 500px;
        border: 1.25px solid #06A4EDCC;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line4 {
        width: 630px;
        height: 630px;
        border: 1px solid #06A4ED80;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div {
        width: 60px;
        height: 60px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div:hover,
    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div.active {
        outline: 5px solid #06A4ED80;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div img {
        width: 38px;
        height: 16px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div:nth-child(1) {
        top: 60px;
        left: -30px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div:nth-child(2) {
        top: unset;
        bottom: 20px;
        left: -10px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div:nth-child(3) {
        bottom: -30px;
        left: 90px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div:nth-child(4) {
        bottom: 0px;
        right: 10px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div:nth-child(5) {
        top: 70px;
        right: -25px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line1>div:nth-child(6) {
        top: -25px;
        left: 60px;
        right: unset;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2>div {
        width: 60px;
        height: 60px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2>div:hover,
    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2>div.active {
        outline: 5px solid #06A4ED80;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2>div img {
        width: 38px;
        height: 16px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2>div:nth-child(1) {
        top: -25px;
        left: 190px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2>div:nth-child(2) {
        top: 20px;
        left: 30px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2>div:nth-child(3) {
        bottom: -15px;
        left: 80px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2>div:nth-child(4) {
        bottom: -10px;
        right: 80px;
    }

    section.referances .referances_wrapper .referance_circle .inner_referance_circle .inner_referance_cirlce_line2>div:nth-child(5) {
        top: 20px;
        right: 25px;
    }

    /* Referances */
}

/* RESPONSIVE */




















.swiper-button-next,
.swiper-button-prev {
    background: var(--qr-white);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0px 4px 4px 0px rgba(17, 104, 141, 0.25);
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.swiper-button-next i,
.swiper-button-prev i {
    color: var(--qr-black);
    font-size: 16px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.6;
    box-shadow: none;
    display: none;
}

.swiper-button-next {
    right: 0 !important;
}

.swiper-button-prev {
    left: 0 !important;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {

    .swiper-button-next,
    .swiper-button-prev {
        width: 42px;
        height: 42px;
    }

    .swiper-button-next i,
    .swiper-button-prev i {
        font-size: 15px;
    }
}

@media only screen and (max-width: 575.98px) {

    .swiper-button-next,
    .swiper-button-prev {
        width: 36px;
        height: 36px;
    }

    .swiper-button-next i,
    .swiper-button-prev i {
        font-size: 14px;
    }
}





























































/* FAQ */
.faq_main_wrapper {
    margin: 80px 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 100px;
}

.faq_main_wrapper .faq_row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 80px;
    width: 100%;
}

.faq_main_wrapper .faq_row .faq_col_left {
    width: calc(40% - 80px);
    padding: 0;
}

.faq_main_wrapper .faq_row .faq_col_right {
    width: 60%;
    padding: 0;
}

.faq_main_wrapper .faq_row .faq_col_left h2 {
    color: #020202;
    text-align: left;
    font: 500 36px/48px "Poppins Medium", sans-serif;
    padding: 0;
    margin: 0 0 8px 0;
}

.faq_main_wrapper .faq_row .faq_col_left p {
    color: #5B5B5B;
    text-align: left;
    font: 400 16px/24px "Poppins", sans-serif;
    padding: 0;
    margin: 0;
}

.faq_main_wrapper .faq_row .faq_col_left:nth-child(2n) h2,
.faq_main_wrapper .faq_row .faq_col_left:nth-child(2n) p {
    text-align: right;
}

.faq_main_wrapper .faq_row .faq_col_right .faq_wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
}

.faq_main_wrapper .faq_row .faq_col_right .faq_wrapper .faq_items {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
}


.faq_main_wrapper .faq_row .faq_col_right .faq_wrapper .faq_items .faq_item {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.faq_main_wrapper .faq_row .faq_col_right .faq_wrapper .faq_items .faq_item .accordion-item {
    border: none;
    outline: none;
    box-shadow: none;
}

.faq_main_wrapper .faq_row .faq_col_right .faq_wrapper .faq_items .faq_item .accordion_opener {
    background: rgba(6, 164, 237, 1);
    height: 70px;
    padding: 20px;
    border: none;
    outline: none;
    box-shadow: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.faq_main_wrapper .faq_row .faq_col_right .faq_wrapper .faq_items .faq_item .accordion_opener .text {
    width: calc(100% - 40px - 24px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    margin: 0;
    color: rgba(255, 255, 255, 1);
    font: 500 20px/30px "Poppins Medium", sans-serif;
    user-select: none;
}

.faq_main_wrapper .faq_row .faq_col_right .faq_wrapper .faq_items .faq_item .accordion_opener .icon {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.faq_main_wrapper .faq_row .faq_col_right .faq_wrapper .faq_items .faq_item .accordion_opener .icon svg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.faq_main_wrapper .faq_row .faq_col_right .faq_wrapper .faq_items .faq_item .accordion_opener .icon svg path {
    fill: white;
}

.faq_main_wrapper .faq_row .faq_col_right .faq_wrapper .faq_items .faq_item .accordion_opener.collapsed {
    background: rgba(247, 247, 247, 1);
}

.faq_main_wrapper .faq_row .faq_col_right .faq_wrapper .faq_items .faq_item .accordion_opener.collapsed .text {
    color: rgba(2, 2, 2, 1);
}

.faq_main_wrapper .faq_row .faq_col_right .faq_wrapper .faq_items .faq_item .accordion_opener.collapsed .icon {
    transform: rotate(45deg);
}

.faq_main_wrapper .faq_row .faq_col_right .faq_wrapper .faq_items .faq_item .accordion_opener.collapsed .icon svg path {
    fill: black;
}

.faq_main_wrapper .faq_row .faq_col_right .faq_wrapper .faq_items .faq_item .accordion-collapse {
    background: rgba(247, 247, 247, 1);
    overflow: hidden;
}

.faq_main_wrapper .faq_row .faq_col_right .faq_wrapper .faq_items .faq_item .accordion-collapse p {
    margin: 0;
    padding: 20px;
    text-align: left;
    color: rgba(91, 91, 91, 1);
    font: 400 16px/24px "Poppins", sans-serif;
    user-select: none;
}

section.faq_form {
    padding-bottom: 160px;
}

section.faq_form .contact_form {
    background: #F7F7F7;
    border-radius: 40px;
    padding: 32px 40px;
}

section.faq_form .contact_form form {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

section.faq_form .contact_form form h2 {
    color: #020202;
    text-align: center;
    font: 600 24px/36px "Poppins", sans-serif;
    padding: 0;
    margin: 0 0 8px 0;
    width: 50%;
}

section.faq_form .contact_form form h2 span {
    color: var(--qr-blue);
}

section.faq_form .contact_form form p {
    color: #5B5B5B;
    width: 70%;
    text-align: center;
    font: 400 16px/24px "Poppins", sans-serif;
    padding: 0;
    margin: 0 0 30px 0;
}

section.faq_form .contact_form form .multi_form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
}

section.faq_form .contact_form form .multi_form input {
    width: calc((100% - 15px) / 2);
}

section.faq_form .contact_form form input,
section.faq_form .contact_form form textarea {
    width: 100%;
    height: 48px;
    border-radius: 40px;
    padding: 12px 20px;
    border: none;
    outline: none;
    background: #F7F7F7;
    border: 1px solid #D8D7D7;
    margin: 0 0 16px 0;
    text-align: left;
    color: #5B5B5B;
    font: 400 16px/24px "Poppins", sans-serif;
    cursor: pointer;
}

section.faq_form .contact_form form textarea {
    height: 200px;
    border-radius: 20px;
    resize: none;
    margin: 0 0 24px 0;
}

section.faq_form .contact_form form button {
    padding: 12.5px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0 auto;
    border: none;
    outline: none;
    background: var(--qr-green);
    border: 1px solid rgba(2, 2, 2, 1);
    border-radius: 36px;
}

section.faq_form .contact_form form button .text {
    color: rgba(2, 2, 2, 1);
    font: 500 16px/24px "Poppins", sans-serif;
}

section.faq_form .contact_form form button .icon {
    width: 20px;
    height: 20px;
}

section.faq_form .contact_form form button .icon img {
    transition: 0.3s;
}

section.faq_form .contact_form form button:hover .icon img {
    transform: translateX(10px);
}

/* FAQ */




/* Solutions Page */
section.solutions {
    padding-bottom: 160px;
    padding-top: 50px;
    position: relative;
}

section.solutions .heading {
    width: 70%;
    text-align: center;
    margin: 0 auto 120px;
    font: 500 40px/60px "Poppins Medium", sans-serif;
    color: rgba(2, 2, 2, 1);
}

section.solutions .heading span {
    color: var(--qr-blue);
}

section.solutions .solutions_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 120px;
}

section.solutions .solutions_wrapper .backgroundLayer1 {
    position: absolute;
    top: 143px;
    left: 0;
    width: 288px;
    z-index: -1;
}

section.solutions .solutions_wrapper .backgroundLayer2 {
    position: absolute;
    top: 160px;
    right: 0;
    width: 400px;
    z-index: -1;
}

section.solutions .solutions_wrapper .backgroundLayer3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 400px;
    z-index: -1;
}

section.solutions .solutions_wrapper .solution_item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 88px;
    margin: 0;
}

section.solutions .solutions_wrapper .solution_item .solution_item_left,
section.solutions .solutions_wrapper .solution_item .solution_item_right {
    width: calc((100% - 88px) / 2);
    margin: 0;
    padding: 0;
}

section.solutions .solutions_wrapper .solution_item .solution_item_right {
    display: flex;
    align-items: center;
    justify-content: center !important;
}

section.solutions .solutions_wrapper .solution_item .solution_item_right .picture {
    border-radius: 16px;
    border: 1px solid #020202;
    width: 600px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

section.solutions .solutions_wrapper .solution_item .solution_item_left .picture {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
    padding: 12px;
    margin: 0 0 4px 0;
}

section.solutions .solutions_wrapper .solution_item .solution_item_left h2 {
    color: rgba(0, 0, 0, 1);
    text-align: left;
    font: 500 36px/54px "Poppins Medium", sans-serif;
    margin: 0 0 30px 0;
}

section.solutions .solutions_wrapper .solution_item .solution_item_left p {
    color: rgba(91, 91, 91, 1);
    text-align: left;
    font: 400 16px/24px "Poppins", sans-serif;
    margin: 0 0 25px 0;
}

section.solutions .solutions_wrapper .solution_item .solution_item_left ul {
    margin-top: -20px;
}

section.solutions .solutions_wrapper .solution_item .solution_item_left ul li {
    color: rgba(91, 91, 91, 1);
    text-align: left;
    font: 400 16px/24px "Poppins", sans-serif;
    position: relative;
    margin: 0 0 8px 0;
    padding-left: 30px;
}

section.solutions .solutions_wrapper .solution_item .solution_item_left ul li::after {
    content: "";
    position: absolute;
    top: 9px;
    left: 12px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(91, 91, 91, 1);
}

/* Solutions Page */

@media only screen and (min-width: 1200px) and (max-width: 1399.98px) {


    /* FAQ */
    .faq_main_wrapper {
        margin: 75px 0 0 0;
        gap: 95px;
    }

    .faq_main_wrapper .faq_row {
        gap: 75px;
    }

    .faq_main_wrapper .faq_row .faq_col_left {
        width: calc(40% - 75px);
    }

    .faq_main_wrapper .faq_row .faq_col_right {
        width: 60%;
    }

    .faq_main_wrapper .faq_row .faq_col_left h2 {
        font: 500 36px/48px "Poppins Medium", sans-serif;
    }

    .faq_main_wrapper .faq_row .faq_col_left p {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    .faq_main_wrapper .faq_row .faq_col_right .faq_wrapper .faq_items .faq_item .accordion_opener {
        padding: 20px;
    }

    .faq_main_wrapper .faq_row .faq_col_right .faq_wrapper .faq_items .faq_item .accordion_opener .text {
        font: 500 20px/30px "Poppins Medium", sans-serif;
    }

    .faq_main_wrapper .faq_row .faq_col_right .faq_wrapper .faq_items .faq_item .accordion-collapse p {
        padding: 20px;
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.faq_form {
        padding-bottom: 150px;
    }

    section.faq_form .contact_form {
        padding: 32px 40px;
    }

    section.faq_form .contact_form form h2 {
        font: 600 24px/36px "Poppins", sans-serif;
        width: 60%;
    }

    section.faq_form .contact_form form p {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    /* FAQ */


    /* Solutions Page */
    section.solutions {
        padding-bottom: 150px;
        padding-top: 50px;
    }

    section.solutions .heading {
        width: 70%;
        margin: 0 auto 110px;
        font: 500 40px/60px "Poppins Medium", sans-serif;
    }

    section.solutions .solutions_wrapper {
        gap: 110px;
    }

    section.solutions .solutions_wrapper .backgroundLayer1 {
        top: 143px;
        width: 248px;
    }

    section.solutions .solutions_wrapper .backgroundLayer2 {
        top: 160px;
        width: 350px;
    }

    section.solutions .solutions_wrapper .backgroundLayer3 {
        width: 350px;
    }

    section.solutions .solutions_wrapper .solution_item {
        gap: 88px;
    }

    section.solutions .solutions_wrapper .solution_item .solution_item_left,
    section.solutions .solutions_wrapper .solution_item .solution_item_right {
        width: calc((100% - 88px) / 2);
    }

    section.solutions .solutions_wrapper .solution_item .solution_item_right .picture {
        width: 450px;
    }

    section.solutions .solutions_wrapper .solution_item .solution_item_left .picture {
        width: 48px;
        height: 48px;
    }

    section.solutions .solutions_wrapper .solution_item .solution_item_left h2 {
        font: 500 36px/54px "Poppins Medium", sans-serif;
    }

    section.solutions .solutions_wrapper .solution_item .solution_item_left p {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.solutions .solutions_wrapper .solution_item .solution_item_left ul {
        margin-top: -20px;
    }

    /* Solutions Page */
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {

    /* FAQ */
    .faq_main_wrapper {
        margin: 70px 0 0 0;
        gap: 90px;
    }

    .faq_main_wrapper .faq_row {
        gap: 70px;
    }

    .faq_main_wrapper .faq_row .faq_col_left {
        width: calc(40% - 70px);
    }

    .faq_main_wrapper .faq_row .faq_col_right {
        width: 60%;
    }

    .faq_main_wrapper .faq_row .faq_col_left h2 {
        font: 500 36px/48px "Poppins Medium", sans-serif;
    }

    .faq_main_wrapper .faq_row .faq_col_left p {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    .faq_main_wrapper .faq_row .faq_col_right .faq_wrapper .faq_items .faq_item .accordion_opener {
        padding: 20px;
    }

    .faq_main_wrapper .faq_row .faq_col_right .faq_wrapper .faq_items .faq_item .accordion_opener .text {
        font: 500 20px/30px "Poppins Medium", sans-serif;
    }

    .faq_main_wrapper .faq_row .faq_col_right .faq_wrapper .faq_items .faq_item .accordion-collapse p {
        padding: 20px;
        font: 400 16px/24px "Poppins", sans-serif;
    }




    section.faq_form {
        padding-bottom: 140px;
    }

    section.faq_form .contact_form {
        padding: 32px 40px;
    }

    section.faq_form .contact_form form h2 {
        font: 600 24px/36px "Poppins", sans-serif;
        width: 70%;
    }

    section.faq_form .contact_form form p {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    /* FAQ */



    /* Solutions Page */
    section.solutions {
        padding-bottom: 140px;
        padding-top: 50px;
    }

    section.solutions .heading {
        width: 90%;
        margin: 0 auto 100px;
        font: 500 40px/60px "Poppins Medium", sans-serif;
    }

    section.solutions .solutions_wrapper {
        gap: 100px;
    }

    section.solutions .solutions_wrapper .backgroundLayer1 {
        top: 143px;
        width: 200px;
    }

    section.solutions .solutions_wrapper .backgroundLayer2 {
        top: 160px;
        width: 300px;
    }

    section.solutions .solutions_wrapper .backgroundLayer3 {
        width: 300px;
    }

    section.solutions .solutions_wrapper .solution_item {
        gap: 70px;
    }

    section.solutions .solutions_wrapper .solution_item .solution_item_left,
    section.solutions .solutions_wrapper .solution_item .solution_item_right {
        width: calc((100% - 70px) / 2);
    }

    section.solutions .solutions_wrapper .solution_item .solution_item_right .picture {
        width: 380px;
    }

    section.solutions .solutions_wrapper .solution_item .solution_item_left .picture {
        width: 48px;
        height: 48px;
    }

    section.solutions .solutions_wrapper .solution_item .solution_item_left h2 {
        font: 500 36px/54px "Poppins Medium", sans-serif;
    }

    section.solutions .solutions_wrapper .solution_item .solution_item_left p {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.solutions .solutions_wrapper .solution_item .solution_item_left ul {
        margin-top: -20px;
    }

    /* Solutions Page */
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {

    /* FAQ */
    .faq_main_wrapper {
        margin: 65px 0 0 0;
        gap: 85px;
    }

    .faq_main_wrapper .faq_row {
        gap: 65px;
    }

    .faq_main_wrapper .faq_row .faq_col_left {
        width: calc(45% - 65px);
    }

    .faq_main_wrapper .faq_row .faq_col_right {
        width: 55%;
    }

    .faq_main_wrapper .faq_row .faq_col_left h2 {
        font: 500 36px/48px "Poppins Medium", sans-serif;
    }

    .faq_main_wrapper .faq_row .faq_col_left p {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    .faq_main_wrapper .faq_row .faq_col_right .faq_wrapper .faq_items .faq_item .accordion_opener {
        padding: 20px;
    }

    .faq_main_wrapper .faq_row .faq_col_right .faq_wrapper .faq_items .faq_item .accordion_opener .text {
        font: 500 20px/30px "Poppins Medium", sans-serif;
    }

    .faq_main_wrapper .faq_row .faq_col_right .faq_wrapper .faq_items .faq_item .accordion-collapse p {
        padding: 20px;
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.faq_form {
        padding-bottom: 130px;
    }

    section.faq_form .contact_form {
        padding: 32px 40px;
    }

    section.faq_form .contact_form form h2 {
        font: 600 24px/36px "Poppins", sans-serif;
        width: 90%;
    }

    section.faq_form .contact_form form p {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    /* FAQ */



    /* Solutions Page */
    section.solutions {
        padding-bottom: 130px;
        padding-top: 50px;
    }

    section.solutions .heading {
        width: 90%;
        margin: 0 auto 90px;
        font: 500 40px/60px "Poppins Medium", sans-serif;
    }

    section.solutions .solutions_wrapper {
        gap: 90px;
    }

    section.solutions .solutions_wrapper .backgroundLayer1 {
        top: 143px;
        width: 200px;
    }

    section.solutions .solutions_wrapper .backgroundLayer2 {
        top: 160px;
        width: 200px;
    }

    section.solutions .solutions_wrapper .backgroundLayer3 {
        width: 200px;
    }

    section.solutions .solutions_wrapper .solution_item {
        gap: 50px;
    }

    section.solutions .solutions_wrapper .solution_item .solution_item_left,
    section.solutions .solutions_wrapper .solution_item .solution_item_right {
        width: calc((100% - 50px) / 2);
    }

    section.solutions .solutions_wrapper .solution_item .solution_item_right .picture {
        width: 300px;
    }

    section.solutions .solutions_wrapper .solution_item .solution_item_left .picture {
        width: 48px;
        height: 48px;
    }

    section.solutions .solutions_wrapper .solution_item .solution_item_left h2 {
        font: 500 36px/54px "Poppins Medium", sans-serif;
    }

    section.solutions .solutions_wrapper .solution_item .solution_item_left p {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.solutions .solutions_wrapper .solution_item .solution_item_left ul {
        margin-top: -20px;
    }

    /* Solutions Page */
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {

    /* FAQ */
    .faq_main_wrapper {
        margin: 60px 0 0 0;
        gap: 80px;
    }

    .faq_main_wrapper .faq_row {
        gap: 40px;
    }

    .faq_main_wrapper .faq_row .faq_col_left {
        width: 100%;
        order: 1;
    }

    .faq_main_wrapper .faq_row .faq_col_right {
        width: 100%;
        order: 2;
    }

    .faq_main_wrapper .faq_row .faq_col_left h2 {
        font: 500 36px/48px "Poppins Medium", sans-serif;
    }

    .faq_main_wrapper .faq_row .faq_col_left p {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    .faq_main_wrapper .faq_row .faq_col_left:nth-child(2n) h2,
    .faq_main_wrapper .faq_row .faq_col_left:nth-child(2n) p {
        text-align: left;
    }

    .faq_main_wrapper .faq_row .faq_col_right .faq_wrapper .faq_items .faq_item .accordion_opener {
        padding: 20px;
    }

    .faq_main_wrapper .faq_row .faq_col_right .faq_wrapper .faq_items .faq_item .accordion_opener .text {
        font: 500 20px/30px "Poppins Medium", sans-serif;
    }

    .faq_main_wrapper .faq_row .faq_col_right .faq_wrapper .faq_items .faq_item .accordion-collapse p {
        padding: 20px;
        font: 400 16px/24px "Poppins", sans-serif;
    }






    section.faq_form {
        padding-bottom: 130px;
    }

    section.faq_form .contact_form {
        padding: 32px 30px;
    }

    section.faq_form .contact_form form h2 {
        font: 600 24px/36px "Poppins", sans-serif;
        width: 90%;
    }

    section.faq_form .contact_form form p {
        font: 400 16px/24px "Poppins", sans-serif;
        width: 100%;
    }

    section.faq_form .contact_form form .multi_form {
        gap: 0;
    }

    section.faq_form .contact_form form .multi_form input {
        width: 100%;
    }

    /* FAQ */



    /* Solutions Page */
    section.solutions {
        padding-bottom: 120px;
        padding-top: 50px;
    }

    section.solutions .heading {
        width: 90%;
        margin: 0 auto 75px;
        font: 500 40px/60px "Poppins Medium", sans-serif;
    }

    section.solutions .solutions_wrapper {
        gap: 75px;
    }

    section.solutions .solutions_wrapper .backgroundLayer1 {
        top: 143px;
        width: 200px;
    }

    section.solutions .solutions_wrapper .backgroundLayer2 {
        top: 160px;
        width: 200px;
    }

    section.solutions .solutions_wrapper .backgroundLayer3 {
        width: 200px;
    }

    section.solutions .solutions_wrapper .solution_item {
        gap: 50px;
    }

    section.solutions .solutions_wrapper .solution_item .solution_item_left,
    section.solutions .solutions_wrapper .solution_item .solution_item_right {
        width: 100%;
    }

    section.solutions .solutions_wrapper .solution_item .solution_item_left {
        order: 1;
    }

    section.solutions .solutions_wrapper .solution_item .solution_item_right {
        order: 2;
    }

    section.solutions .solutions_wrapper .solution_item .solution_item_right .picture {
        width: 100%;
    }

    section.solutions .solutions_wrapper .solution_item .solution_item_left .picture {
        width: 48px;
        height: 48px;
    }

    section.solutions .solutions_wrapper .solution_item .solution_item_left h2 {
        font: 500 36px/54px "Poppins Medium", sans-serif;
    }

    section.solutions .solutions_wrapper .solution_item .solution_item_left p {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.solutions .solutions_wrapper .solution_item .solution_item_left ul {
        margin-top: -20px;
    }

    /* Solutions Page */
}

@media only screen and (max-width: 575.98px) {

    /* FAQ */
    .faq_main_wrapper {
        margin: 50px auto 0;
        gap: 70px;
    }

    .faq_main_wrapper .faq_row {
        gap: 35px;
        margin: 0;
    }

    .faq_main_wrapper .faq_row .faq_col_left {
        width: 100%;
        order: 1;
    }

    .faq_main_wrapper .faq_row .faq_col_right {
        width: 100%;
        order: 2;
    }

    .faq_main_wrapper .faq_row .faq_col_left h2 {
        font: 500 36px/48px "Poppins Medium", sans-serif;
    }

    .faq_main_wrapper .faq_row .faq_col_left p {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    .faq_main_wrapper .faq_row .faq_col_left:nth-child(2n) h2,
    .faq_main_wrapper .faq_row .faq_col_left:nth-child(2n) p {
        text-align: left;
    }

    .faq_main_wrapper .faq_row .faq_col_right .faq_wrapper .faq_items .faq_item .accordion_opener {
        padding: 20px;
    }

    .faq_main_wrapper .faq_row .faq_col_right .faq_wrapper .faq_items .faq_item .accordion_opener .text {
        font: 500 20px/30px "Poppins Medium", sans-serif;
    }

    .faq_main_wrapper .faq_row .faq_col_right .faq_wrapper .faq_items .faq_item .accordion-collapse p {
        padding: 20px;
        font: 400 16px/24px "Poppins", sans-serif;
    }


    section.faq_form {
        padding-bottom: 130px;
    }

    section.faq_form .contact_form {
        padding: 32px 20px;
    }

    section.faq_form .contact_form form h2 {
        font: 600 23px/33px "Poppins", sans-serif;
        width: 100%;
    }

    section.faq_form .contact_form form p {
        font: 400 16px/24px "Poppins", sans-serif;
        width: 100%;
    }

    section.faq_form .contact_form form .multi_form {
        gap: 0;
    }

    section.faq_form .contact_form form .multi_form input {
        width: 100%;
    }

    /* FAQ */





    /* Solutions Page */
    section.solutions {
        padding-bottom: 100px;
        padding-top: 50px;
    }

    section.solutions .heading {
        width: 90%;
        margin: 0 auto 60px;
        font: 500 28px/36px "Poppins Medium", sans-serif;
    }

    section.solutions .solutions_wrapper {
        gap: 60px;
    }

    section.solutions .solutions_wrapper .backgroundLayer1 {
        top: 143px;
        width: 140px;
    }

    section.solutions .solutions_wrapper .backgroundLayer2 {
        top: 290px;
        width: 170px;
    }

    section.solutions .solutions_wrapper .backgroundLayer3 {
        width: 170px;
    }

    section.solutions .solutions_wrapper .solution_item {
        gap: 50px;
    }

    section.solutions .solutions_wrapper .solution_item .solution_item_left,
    section.solutions .solutions_wrapper .solution_item .solution_item_right {
        width: 100%;
    }

    section.solutions .solutions_wrapper .solution_item .solution_item_left {
        order: 1;
    }

    section.solutions .solutions_wrapper .solution_item .solution_item_right {
        order: 2;
    }

    section.solutions .solutions_wrapper .solution_item .solution_item_right .picture {
        width: 100%;
    }

    section.solutions .solutions_wrapper .solution_item .solution_item_left .picture {
        width: 40px;
        height: 40px;
    }

    section.solutions .solutions_wrapper .solution_item .solution_item_left h2 {
        font: 500 22px/30px "Poppins Medium", sans-serif;
    }

    section.solutions .solutions_wrapper .solution_item .solution_item_left p {
        font: 400 16px/24px "Poppins", sans-serif;
    }

    section.solutions .solutions_wrapper .solution_item .solution_item_left ul {
        margin-top: -20px;
    }

    /* Solutions Page */
}