.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;

    /*overflow-x: scroll;*/
    /*overflow-y: hidden;*/
    /*white-space: pre;*/

    /*overflow: auto !important;*/
    /*white-space: nowrap !important;*/
    /*display: inline-block !important;*/
}

.autocomplete-suggestion a {
    border-bottom: unset !important;
}


.searchPcIcon:hover {
    color: #4285F4 !important;
}

.autocomplete-group {
    padding: 15px 10px !important;
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}

.autocomplete-selected {
    background: #f0f0f0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #4285f4;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.spinner {
    animation: spinner 0.6s linear infinite;
}

.btn.appointment-btn {
    cursor: pointer;
}

.preloader-svg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 20px auto;
}

.header-si-description {
    font-family: "Cabin";
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #1f1f1f;
}

.sing-in-description {
    font-family: Cabin;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #78898a;
    margin-top: 2px;
    margin-bottom: 30px;
}

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

.mb-5 {
    margin-bottom: 5px !important;
}

.blur {
    -webkit-filter: blur(3px);
    filter: blur(3px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
}

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

.avatar-round {
    border-radius: 50%;
}

.preloader-svg > svg {
    height: 120px;
}

.reviews-tab-content-load {
    justify-content: center;
}

.color-red-cyan {
    color: #cc0000;
}

.s-icon {
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    margin-right: 10px;
}

.d-flex {
    display: flex;
}

.category-item .category-slider-item > img {
    width: 100%;
    position: absolute;
    left: -50%;
    top: -50%;
    bottom: -50%;
    right: -50%;
    margin: auto;
}

.category-item .category-slider {
    overflow: hidden;
    position: relative;
}

.autocomplete-suggestions {
    overflow: auto;
    font-size: 14px;
    line-height: 1.28571em;
    margin: 0 1px;
    padding: 0;
    background-color: #fff;
    border-top: none;
    margin-top: 0 !important;
    box-shadow: 0 21px 38px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
}

.autocomplete-suggestion {
    margin: 0;
    padding: 8px 15px;
    color: #000;
    cursor: pointer;
    font-size: 14px;
}

.autocomplete-suggestion,
.autocomplete-suggestion > div.current-location {
    display: flex;
}

.autocomplete-suggestion svg {
    margin-right: 10px;
}

.input-wrap,
.reviews-us-body,
.reviews-us-body .reviews-form {
    -ms-flex-direction: column;
    width: 100%;
}

.loading-info {
    height: 100vh;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-info > div {
    text-align: center;
}

.loading-info > div svg {
    width: 150px;
}

.no-results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-grow: 1;
}

.no-results-header {
    display: flex;
    width: 100%;
    flex-direction: column;
    background: #cef3ff;
    padding: 67px 0;
    align-items: center;
    justify-content: center;
}

.no-results-header-title {
    font-family: Cabin;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    text-transform: capitalize;
    color: #1f1f1f;
}

.no-results-header-text {
    display: flex;
    justify-content: center;
    max-width: 750px;
    padding: 0 20px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 154.7%;
    text-align: center;
    color: #000000;
    margin-top: 20px;
}

.no-results-info {
    display: flex;
    flex-grow: 1;
    padding: 50px 0;
}

.body-section {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.no-results-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.no-results-title svg {
    margin-bottom: 40px;
}

.user-reviews-add {
    border-radius: 5px;
    border: 1px solid #d3dada;
    padding: 30px;
    margin-bottom: 20px;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
}

.user-reviews-add .btns-sing-social .btn {
    width: 250px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #d3dada;
    background-image: none;
    color: #1f1f1f;
    margin: 0 5px;
    transition-duration: 0.3s;
    padding: 0;
    justify-content: center;
    align-items: center;
}

.user-reviews-add .btns-sing-social .btn svg {
    margin-right: 11px;
}

.user-reviews-add .btns-sing-social .btn:hover {
    opacity: 0.7;
}

.btns-sing-social {
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) {
    .btns-sing-social {
        flex-wrap: wrap;
    }

    .user-reviews-add .btns-sing-social .btn {
        width: 100%;
        margin: 5px 0;
    }
}

.no-results-title h3 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #000000;
    margin: 0 0 14px 0;
}

.no-results-title h3 span {
    color: #889090;
    font-style: italic;
}

.no-results-subtitle {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 154.7%;
    color: #889090;
    margin-bottom: 13px;
}

.no-results-suggestions {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 154.7%;
    color: #889090;
}

.user-reviews-add .user-add-comment {
    display: grid;
    margin: 20px 0;
}

.user-reviews-add .user-add-comment-label {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    color: #889090;
}

.user-reviews-add-login-as {
    display: flex;
    margin-top: 20px;
}

.user-reviews-add-login-as ul li {
    display: flex;
    font-size: 12px;
}

.user-reviews-add-login-as ul li svg {
    height: 12px;
    margin: 0 2px 0 5px;
}

.user-add-comment-login-name {
    font-weight: 500;
    color: #1f1f1f;
}

.user-add-comment-logout {
    display: flex;
    margin-left: 9px;
    font-weight: 500;
    color: #4285f4;
    text-decoration: underline;
    transition-duration: 0.3s;
}

.d-flex {
    display: flex;
}

.flex-gap-3 {
    gap: 3px;
}

.flex-gap-10 {
    gap: 10px;
}

.review-link {
    font-weight: 500;
    color: #4285f4;
    text-decoration: underline;
}

.user-add-comment-logout:hover {
    color: #29487d;
    text-decoration: underline;
}

.user-reviews-add .user-add-comment > textarea {
    background-color: #f2f2f2;
    padding: 5px 10px;
    border-radius: 5px;
    height: 110px;
    width: 100%;
    border: none;
    resize: none;
}

button.user-comment-add {
    background-color: #4285f4;
    border-radius: 5px;
    border: 1px solid #29487d;
    color: #ffffff;
    padding: 10px 15px;
    cursor: pointer;
}

button.user-comment-add:hover {
    background-color: #29487d;
}

.rating-string {
    margin-left: 20px;
    margin-top: 3px;
    font-weight: bold;
}

.user-score-write {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgba(31, 31, 31, 0.15);
    border-radius: 3px;
    color: #4285f4;
    font-weight: 700;
    font-size: 1.125;
    line-height: 21px;
    text-decoration: none;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    margin-bottom: 10px;
}

.user-score-write:hover {
    background-color: #4285f4;
    color: #fff;
    border: 1px solid #4285f4;
}

.user-score-write:hover svg path {
    fill: #fff;
}

.input-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: relative;
}

.input-wrap.flex-grow {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.input-wrap label {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 0.625em;
    line-height: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #889191;
    margin-bottom: 7px;
}

.input-wrap label span {
    color: #d0d8d8;
}

.input-wrap input,
.input-wrap select,
.input-wrap textarea {
    width: 100%;
    height: 40px;
    border: 1px solid #dadfdf;
    border-radius: 5px;
    padding: 0 33px 0 15px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.input-wrap input:focus,
.input-wrap select:focus,
.input-wrap textarea:focus {
    border: 1px solid #889191;
}

.input-wrap select {
    padding-left: 11px;
}

.input-wrap textarea {
    resize: none;
    padding: 11px 15px;
}

.input-wrap .input-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 3px 0;
    height: 14px;
    font-family: Roboto;
    font-size: 0.75em;
    line-height: 1.2;
}

.fon-appointment .form-appointment .appointment-main .appointment-title,
.fon-ask .form-ask .ask-title,
.reviews-us-body .reviews-form .reviews-title,
.reviews-us-body .reviews-step-skip {
    font-family: Cabin;
    text-align: center;
}

.input-wrap .input-correctly,
.input-wrap .input-error {
    display: none;
}

.input-wrap.correctly input {
    background-color: #e3f9f0;
}

.input-wrap.correctly .input-correctly {
    display: block;
    width: 12px;
    height: 16px;
    fill: #4285f4;
    position: absolute;
    right: 13px;
    top: 31px;
}

.input-wrap.error input {
    border: 1px solid #fc514d;
}

.input-wrap.error .input-error {
    display: block;
    width: 13px;
    height: 13px;
    fill: #fc514d;
    position: absolute;
    right: 13px;
    top: 33px;
}

.input-wrap.error .input-status {
    color: #fc514d;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #213770;
    background-color: #d9e1f7;
    border-color: #c9d5f4;
}

.alert-primary hr {
    border-top-color: #b4c5f0;
}

.alert-primary .alert-link {
    color: #152449;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-secondary hr {
    border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
    color: #202326;
}

.alert-success {
    color: #1e6641;
    background-color: #d8f3e5;
    border-color: #c8eedb;
}

.alert-success hr {
    border-top-color: #b5e8ce;
}

.alert-success .alert-link {
    color: #123f28;
}

.alert-info {
    color: #0b5885;
    background-color: #d0eeff;
    border-color: #bee7ff;
}

.alert-info hr {
    border-top-color: #a5deff;
}

.alert-info .alert-link {
    color: #073956;
}

.alert-warning {
    color: #806013;
    background-color: #fdf1d3;
    border-color: #fdebc2;
}

.alert-warning hr {
    border-top-color: #fce3a9;
}

.alert-warning .alert-link {
    color: #543f0c;
}

.alert-danger {
    color: #71132a;
    background-color: #f7d3dc;
    border-color: #f4c2ce;
}

.alert-danger hr {
    border-top-color: #f0acbd;
}

.alert-danger .alert-link {
    color: #450c1a;
}

.alert-light {
    color: #7c7c7c;
    background-color: #fcfcfc;
    border-color: #fafafa;
}

.alert-light hr {
    border-top-color: #ededed;
}

.alert-light .alert-link {
    color: #636363;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.alert-dark hr {
    border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
    color: #040505;
}

.alert-focus {
    color: #23212c;
    background-color: #dad9dd;
    border-color: #cbcacf;
}

.alert-focus hr {
    border-top-color: #bebdc3;
}

.alert-focus .alert-link {
    color: #0c0b0f;
}

.alert-alternate {
    color: #3f2848;
    background-color: #e4dbe8;
    border-color: #d9cdde;
}

.alert-alternate hr {
    border-top-color: #cdbed4;
}

.alert-alternate .alert-link {
    color: #221627;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #d92550;
}

.terms-wrap a,
.terms-wrap u > span {
    color: #4285f4;
    line-height: 1.5;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.terms-wrap a:hover {
    color: #29487d;
}

.icon-category {
    height: 23px;
}

@media (max-width: 1330px) {
    .icon-category {
        height: 28px;
    }
}

.contacts-container-form .contactUs-preload {
    text-align: center;
    width: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    width: 100%;
}

.contacts-container-form svg {
    width: 200px;
}

.error-form-item {
    color: red;
}

.contacts-form .alert-success {
    display: inline-table;
}

.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1460px;
    width: 100%;
    margin: 0 auto;
}

.forbusnes-skip h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #1f1f1f;
}

.categories-top {
    margin-bottom: 40px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.categories-top > div {
    float: left;
    width: 20%;
    min-width: 290px;
    height: 85px;
}

.categories-top > div > a {
    background: #f2fcff;
    border-radius: 5px;
    margin: 10px;
    padding: 10px;
    display: block;
}

.categories-top .svg-wrap {
    display: flex;
    margin-right: 20px;
    margin-left: 10px;
}

.categories-top > div > a {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #1f1f1f;
    min-height: 60px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.categories-top > div > a:hover {
    background: #ffffff;
    box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.08);
}

/*Categories*/
body.category_c.slug_a.prod_e .title-block {
    margin-bottom: 55px;
}

@media (max-width: 500px) {
    .title-block .title-block-container .title-block-text {
        padding: 0 20px;
        font-size: 40px;
        margin-top: 50px;
        line-height: 1.1;
    }
}

.block-opportunity {
    height: initial !important;
    padding: 4rem 0px;
}

.block-opportunity-bg {
    padding: 6rem 0px !important;
}

.block-opportunity-container {
    gap: 50px;
}

.block-opportunity .block-opportunity-img {
    width: initial !important;
    max-width: 500px !important;
}

@media (max-width: 850px) {
    .block-opportunity-container {
        gap: 0px !important;
    }

    .block-opportunity {
        padding: 0px !important;
    }

    .block-opportunity-bg {
        padding: 0px !important;
    }
}

@media (max-width: 700px) {
    .block-opportunity .block-opportunity-img svg.icon-management {
        position: absolute;
        left: 30px;
        bottom: 430px;
        width: 54px;
        height: 46px;
    }

    .block-opportunity .block-opportunity-img .img-management.img-5 {
        left: 110px;
        bottom: 336px;
        width: 250px;
    }

    .block-opportunity .block-opportunity-img .img-management.img-4 {
        left: 20px;
        bottom: 237px;
        width: 250px;
    }

    .block-opportunity .block-opportunity-img .img-management.img-3 {
        left: 92px;
        bottom: 145px;
        width: 250px;
    }

    .block-opportunity .block-opportunity-img .img-messaging.img-1 {
        bottom: 38px;
        left: 0;
    }

    .block-opportunity .block-opportunity-img .img-chat-buttons.img-1 {
        bottom: unset;
        top: 50px;
        right: unset;
        width: 100%;
    }

    .block-opportunity .block-opportunity-img .img-appointments.img-1 {
        bottom: 51px;
        left: unset;
    }

    .block-opportunity .block-opportunity-img .img-payments.img-1 {
        bottom: unset;
        top: 50px;
        left: unset;
        width: 100%;
    }
}

@media (max-width: 1299px) {
    header.header-search {
        height: 54px !important;
        padding-bottom: 0 !important;
    }
}

@media (max-width: 768px) {
    footer .footer-categories-wrap {
        display: block;
        margin-bottom: 0;
        padding: 0 20px;
    }

    .title-block {
        margin-bottom: 0;
    }
}

.fon-popup-categories .popup-categories {
    margin: 0;
}

@media (max-width: 768px) {
    header .menu {
        display: flex;
    }

    header nav .sign-in {
        border: none;
        width: 80px;
        font-size: 16px;
    }
}

header nav .free-trial {
    display: flex;
    align-items: center;
    border: 1px solid #4285f4;
    font-size: 14px;
    background-color: #4285f4;
    font-weight: 700;
    margin-right: 20px;
    height: 34px;
    padding: 0 14px;
    color: #ffffff;
    border-radius: 3px;
    white-space: nowrap;
    cursor: pointer;
    transition-duration: 0.3s;
}

header nav .free-trial:hover {
    border: 1px solid #29487D;
    background-color: #29487d;
}

.free-trial-mobile {
    display: none;
}

.header-phone-url {
    display: flex;
    margin-right: 40px;
    font-size: 16px;
    text-decoration: none;
    color: #1f1f1f;
    font-weight: 700;
    align-items: center;
}

.header-phone-url svg {
    margin-right: 10px;
    margin-top: 1px;
}

@media (max-width: 768px) {
    .free-trial-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #4285f4;
        font-size: 16px;
        font-weight: 700;
        height: 34px;
        padding: 0 20px;
        color: #4285f4;
        border-radius: 3px;
        white-space: nowrap;
        cursor: pointer;
        transition-duration: 0.3s;
        width: calc(50% - 10px);
        text-decoration: none;
    }
}

.fon-popup-categories .popup-categories {
    width: 709px;
    max-width: 709px;
    height: 580px;
}

.fon-popup-categories .popup-categories .popup-categories-left {
    width: 314px;
    min-width: 314px;
}

.fon-popup-categories .popup-categories .popup-categories-left .logo {
    width: 163px;
    height: 23px;
}

.fon-popup-categories .popup-categories .popup-categories-body {
    background-color: #cef3ff;
}

.fon-popup-categories .popup-categories .popup-categories-title {
    font-family: Cabin;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #1f1f1f;
    margin-top: 35px;
    margin-bottom: 20px;
    letter-spacing: unset;
    text-transform: unset;
}

.fon-popup-categories .popup-categories .popup-categories-ul li a {
    background-color: #ffffff;
    transition-duration: 0.3s;
    border: 2px solid #ffffff;
    font-size: 12px;
    font-weight: 500;
    color: #889191;
}

.fon-popup-categories .popup-categories .popup-categories-ul li a:hover {
    background-color: #ffffff;
    border: 2px solid #4285f4;
    color: #1f1f1f;
}

.popup-categories-name {
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 12px;
}

.fon-popup-categories .popup-categories .popup-categories-ul {
    max-height: unset;
}

.fon-popup-categories {
    z-index: 6000;
}

footer .footer-bottom .footer-bottom-right li a {
    margin-bottom: 5px;
}

.block-opportunity-icon {
    width: 76px;
    height: 53px;
    position: absolute;
    top: calc(50% + 80px);
    left: 440px;
}

@media (max-width: 1299px) {
    .block-opportunity-icon {
        top: unset;
        bottom: 431px;
        left: calc(50% - 130px);
    }

    .main-banner {
        text-align: center;
        background-image: url(../png/main-banner-pattern-bg.png) !important;
        min-height: auto !important;
    }

    .main-banner-content-container {
        max-width: initial !important;
    }

    .social-baner-head-btn {
        justify-content: center;
    }

}

.block-opportunity .block-opportunity-container {
    position: relative;
    margin: 0px 50px;
}

.reviews-card .reviews-card-data .reviews-card-data-avatar img {
    border-radius: 50%;
}

.checkbox {
    display: inline-flex;
    cursor: pointer;
    position: relative;
}

.checkbox > span {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-transform: none;
    color: #000000;
}

.checkbox > input {
    display: inline-flex;
    height: 16px;
    width: 16px;
    min-width: 16px;
    min-height: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border-radius: 3px;
    outline: none;
    transition-duration: 0.3s;
    background-color: #ffffff;
    border: 1px solid #abbcbc;
    cursor: pointer;
    padding: 0;
    margin: 0 16px 0 0;
}

.checkbox > input:checked {
    border: 1px solid #00cc7b;
    background-color: #00cc7b;
}

.checkbox > input:checked + span::before {
    content: "\2713";
    display: flex;
    text-align: center;
    color: #ffffff;
    position: absolute;
    left: 1px;
    top: 1px;
    font-weight: 900;
    font-size: 12px;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
}

.global-search header.header-search {
    height: 130px !important;
    padding-bottom: 55px !important;
}

@media (max-width: 576px) {
    .global-search header.header-search {
        height: 168px !important;
        padding-bottom: 120px !important;
    }
}

header.header-search .search {
    display: flex;
    position: absolute;
    top: 77px;
    width: calc(100vw - 80px);
    margin: 0;
}

@media (max-width: 1199px) {
    header.header-search .search {
        width: calc(100vw - 100px);
    }
}

@media (max-width: 768px) {
    header.header-search .search {
        width: calc(100vw - 40px);
    }
}

@media (max-width: 576px) {
    header.header-search .search {
        flex-direction: column;
        height: 90px;
        border: none;
        top: 60px;
    }

    header.header-search .search .search-find {
        width: 100%;
        border-radius: 5px;
        border: 1px solid #dadfdf;
    }

    header.header-search .search .search-near {
        width: 100%;
        margin-top: 10px;
        border-radius: 5px;
        border: 1px solid #dadfdf;
    }

    header.header-search .search .search-btn {
        background-color: #fff;
        width: 38px;
        right: 1px;
        position: absolute;
        height: 38px;
        bottom: 1px;
    }
}

@media (max-width: 768px) {
    .header-search .search .search-near {
        display: flex;
    }
}

.header-search form.search {
    display: none;
}

.global-search .header-search form.search {
    display: flex;
}

/*
@media (max-width: 576px){
    .search_c header.header-search .search.search-mobile .search-near.search-near-mobile {
        display: flex;
        border: 1px solid #DADFDF;
        border-radius: 5px;
        margin-top: 10px;
        width: 100%;
    }
    .search_c header.header-search .search.search-mobile {
        border: none;
        top: 57px;
    }
    .hide-320{
        display: none !important;
    }
    .search_c header.header-search .search.search-mobile .search-find {
        width: 100%;
        border: none;
    }
}
*/

.menu-link {
    display: flex;
    margin-left: 30px;
    align-items: center;
    flex-grow: 1;
}

header nav .menu-link a {
    color: #000;
    height: unset;
    font-weight: 500;
    font-size: 16px;
    margin-right: 50px;
    background-color: unset;
    margin-left: 0;
    padding: 0;
    transition-duration: 0.3s;
}

header nav .menu-link a:hover {
    color: #4285f4;
}

@media (max-width: 1333px) {
    .hide-1333 {
        display: none;
    }
}

@media (max-width: 1330px) {
    header .hamburger {
        display: block;
        right: 40px;
    }

    header .container {
        padding-right: 80px;
    }
}

@media (max-width: 1024px) {
    nav.menu {
        display: none;
        flex-direction: column;
        position: fixed;
        top: 60px;
        width: 100%;
        height: calc(100% - 60px);
        margin: 0;
        left: 0;
        background-color: #ffffff;
        z-index: 111;
        padding-bottom: 30px;
        box-shadow: 0 3px 3px rgba(31, 31, 31, 0.15);
        overflow-y: auto;
    }

    nav.menu.open2 {
        display: flex;
    }

    .hide-1333 {
        display: flex;
    }

    .menu-link {
        display: flex;
        margin: 0;
        padding: 0 30px 30px 30px;
        flex-direction: column;
        background-color: #f8f8f8;
        flex-grow: 1;
    }

    .menu-link li {
        display: flex;
        width: 100%;
        padding: 23px 0;
        border-bottom: 1px solid #dadfdf;
    }

    .header-phone-url {
        margin: 40px 0 40px 0;
        font-size: 18px;
    }

    header nav .free-trial {
        margin: 0 30px 13px 30px;
        height: 50px;
        min-height: 50px;
        width: calc(100% - 60px);
        font-size: 18px;
        justify-content: center;
        border-radius: 5px;
    }

    header nav .sign-in {
        margin: 0 30px 0 30px;
        height: 50px;
        min-height: 50px;
        width: calc(100% - 60px);
        font-size: 18px;
        justify-content: center;
        color: #4285f4;
        border: 1px solid #4285f4;
        border-radius: 5px;
        align-items: center;
    }

    header nav .sign-in svg {
        display: none;
    }

    header nav .menu-link a {
        font-size: 18px;
        justify-content: flex-start;
    }

    header .hamburger {
        display: block;
        top: 30px;
        right: 50px;
    }
}

@media (max-width: 1024px) {
    header .searchIcon {
        position: absolute !important;
        top: 29px !important;
        right: 90px !important;
    }
}

@media (max-width: 768px) {
    nav.menu {
        top: 54px;
        height: calc(100% - 54px);
    }

    header .hamburger {
        display: block;
        top: 19px;
        right: 27px;
    }

    header .searchIcon {
        position: absolute !important;
        top: 18px !important;
        right: 70px !important;
    }
}

.menu-header {
    display: flex;
    position: relative;
    flex-grow: 1;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #1f1f1f;
    align-items: center;
}

.menu-header::-webkit-scrollbar {
    width: 4px;
}

.menu-header::-webkit-scrollbar-track {
    background-color: #dddddd;
    border-radius: 10px;
}

.menu-header::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px;
}

@media (max-width: 1330px) {
    .menu-header {
        position: fixed;
        display: none;
        top: 60px;
        right: 0;
        flex-direction: column;
        background-color: #fff;
        border-top: 1px solid #dadfdf;
        padding: 20px 0;
        width: 415px;
        height: calc(100vh - 60px);
        overflow-y: auto;
        padding-bottom: 0 !important;
        margin-right: 2px;
        scrollbar-width: thin;
    }

    .menu-header.open {
        display: block;
    }
}

@media (max-width: 1024px) {
    .menu-header {
        position: relative;
        display: flex;
        top: unset;
        right: unset;
        width: 100%;
        height: unset;
        flex-grow: 1;
        overflow-y: unset;
        border-bottom: 1px solid #dadfdf;
    }
}

.menu-header .menu-header-item {
    padding: 0 25px;
}

@media (max-width: 1450px) {
    .menu-header .menu-header-item {
        padding: 0 13px;
    }

    .menu-header .menu-header-item:first {
        padding-left: 0;
    }
}

@media (max-width: 1330px) {
    .menu-header .menu-header-item {
        display: flex;
        justify-content: center;
        padding: 17px 0;
        width: 100%;
        position: relative;
        flex-direction: column;
    }

    .menu-header .menu-header-item:hover {
        height: auto;
        min-height: 60px;
    }

    .menu-header .menu-header-item::after {
        display: block;
        content: "";
        border-bottom: 1px solid #dadfdf;
        width: calc(100% - 100px);
        position: absolute;
        bottom: 0;
        left: 50px;
    }

    .menu-header .menu-header-item:last-child:after {
        display: none;
    }
}

.menu-header .menu-header-item span,
.menu-header .menu-header-item a {
    cursor: default;
    padding: 4px 0;
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
    transition-duration: 0.3s;
    font-size: 16px;
}

.menu-header .menu-header-item a {
    cursor: pointer;
}

.menu-header .menu-header-item > span svg {
    display: none;
}

@media (max-width: 1330px) {
    .menu-header .menu-header-item span,
    .menu-header .menu-header-item a {
        padding-left: 27px;
        margin-top: 0;
        font-size: 14px;
        cursor: pointer;
    }

    .menu-header .menu-header-item > span,
    .menu-header .menu-header-item > a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-left: 50px;
        border: none !important;
        align-self: unset;
        font-size: 18px;
    }

    .menu-header .menu-header-item > span svg {
        display: flex;
        margin-left: auto;
        margin-right: 50px;
    }

    .menu-header .menu-header-item.hover > span svg {
        transform: rotate(180deg);
    }

    .menu-header .menu-header-item span br {
        display: none;
    }
}

.menu-header .menu-header-item.hover > span,
.menu-header .menu-header-item a:hover {
    border-bottom: 2px solid #4285f4;
}

.menu-header .menu-header-item .sub-menu-header {
    position: absolute;
    display: none;
    width: calc(100vw - 80px);
    max-width: 1350px;
    top: 55px;
    left: -246px;
    background: #ffffff;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 40px 35px 34px 35px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.menu-header .menu-header-item.hover .sub-menu-header {
    display: flex;
}

.menu-header .menu-header-item .sub-menu-header.close {
    display: none !important;
}

@media (max-width: 1330px) {
    .menu-header .menu-header-item .sub-menu-header {
        display: none;
        position: relative;
        width: 100%;
        left: 0;
        padding: 0;
        flex-direction: column;
        top: 0;
        box-shadow: none;
        border: none !important;
    }

    .menu-header .menu-header-item.hover .sub-menu-header {
        display: flex;
    }
}

.sub-menu-header li {
    display: flex;
    cursor: pointer;
    flex-direction: column;
    margin: 0 5px;
    background-color: #f8f8f8;
    border: 2px solid #f8f8f8;
    padding: 30px 15px;
    align-items: center;
    width: calc(100% / 7 - -20px);
    box-sizing: border-box;
    transition-duration: 0.3s;
    margin-bottom: 6px;
}

@media (max-width: 1330px) {
    .sub-menu-header li {
        width: 100%;
        padding: 0;
        height: 67px;
        flex-direction: row;
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        color: #78898a;
        margin: 0;
        padding-left: 50px;
        background-color: #ffffff;
        border: none;
    }
}

.sub-menu-header.sub-menu-header-cat li {
    width: calc(100% / 4 - 10px);
    padding: 0;
    height: 60px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

@media (max-width: 1330px) {
    .sub-menu-header.sub-menu-header-cat li {
        width: 100%;
    }
}

.sub-menu-header.sub-menu-header-cat li a {
    border: none !important;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
    padding: 0 20px;
}

@media (max-width: 1330px) {
    .sub-menu-header.sub-menu-header-cat li a {
        padding: 0 20px 0 50px;
        font-size: 14px;
        color: #78898a;
    }
}

.sub-menu-header.sub-menu-header-cat li a .svg-wrap {
    margin-right: 20px;
}

.sub-menu-header li:hover {
    background: #ffffff;
    border: 2px solid #4285f4;
    box-shadow: 0px 2px 4px #e8e8e8;
    border-radius: 3px;
}

@media (min-width: 1330px) {
    .product-header-item {
        margin-left: 250px !important;
    }

    .searchIcon {
        display: none;
    }
}

@media (min-width: 1024px) {
    .searchIcon {
        display: none;
    }
}

@media (max-width: 1330px) {
    .sub-menu-header li.hover {
        border: none;
        box-shadow: none;
    }
}

.sub-menu-header li svg {
    height: 28px;
    max-width: 42px;
}

.sub-menu-header li span {
    font-family: Cabin;
    text-align: center;
    margin-top: 18px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #78898a;
}

.sub-menu-header li.sub-menu-header-title {
    display: flex;
    cursor: default;
    width: 100%;
    padding: 0;
    font-family: Cabin;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 107.6%;
    color: #1f1f1f;
    background-color: #fff !important;
    margin-bottom: 27px;
    justify-content: flex-start;
    border: none !important;
    text-align: left;
    box-shadow: none !important;
    align-items: baseline;
    height: unset !important;
}

@media (max-width: 1330px) {
    .sub-menu-header li.sub-menu-header-title {
        display: none;
    }
}

.sub-menu-header li.li-helper {
    background: transparent !important;
    width: 100%;
    cursor: default;
    position: absolute;
    height: 11px;
    top: -11px;
    right: 0px;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
}

@media (max-width: 1330px) {
    .sub-menu-header li.li-helper {
        display: none;
    }
}

.main-banner {
    width: 100%;
    position: relative;
    min-height: 545px;
    background-color: #f3f8fe;
    background-position: top 30px center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    font-family: Cabin;
    border-bottom: 1px solid #D3E3FC;
}

.main-review-banner {
    background-image: url(../svg/review-banner.svg);
}

.main-appointment-banner {
    background-image: url(../svg/appointment-banner.svg);
    background-position-x: 38%;
}

.main-best-alternative-banner {
    background-image: url(../svg/best-alternative-banner.svg);
    background-repeat: no-repeat;
}

.main-banner-container {
    width: 1265px;
    margin: 0 auto;
    padding: 20px;
}

.main-banner-content-container {
    max-width: 540px;
    /* padding: 20px;
    margin-left: 485px; */
}

.main-banner-heading {
    font-weight: bold;
    font-size: 62px;
}

.main-banner-description {
    color: #78898a;
    margin-top: 20px;
    font-size: 24px;
    max-width: 450px;
}

.block-opportunity-description > ul {
    list-style: disc;
    margin-left: 25px;
}

.block-opportunity-description > ul > li {
    margin-top: 5px;
}

.block-opportunity-img.section-img > img {
    width: 100%;
}

.block-opportunity .block-opportunity-img {
    display: flex;
    width: 50%;
    align-items: center;
    overflow: hidden;
}

@media (max-width: 850px) {
    .block-opportunity .block-opportunity-container {
        flex-direction: column;
        margin: 0px 20px;
    }

    .block-opportunity .block-opportunity-img {
        order: 1;
    }
}

.block-opportunity.reversed .block-opportunity-about {
    margin-left: 200px;
}

.google-review-box-svg {
    width: 140px;
    height: 60px;
    background-image: url(../svg/google-review.svg);
    background-size: cover;
    margin-left: 30px;
}

.bottom-block-anchor {
    background: #1F1F1F;
    padding: 20px;
}

.bottom-block-anchor > .block-anchor .block-anchor-item-name {
    color: #fff !important;
}

.bottom-block-anchor > .block-anchor .block-anchor-item, .sub-menu-header .block-anchor-item > span {
    cursor: pointer;
}

.bottom-block-anchor > .block-anchor .block-anchor-item:hover {
    background: #4285F4 !important;
}

.section-review-widget {
    width: 100%;
    margin-top: 30px;
    background: linear-gradient(359.53deg, rgba(219, 232, 250, 0) 12.28%, rgba(218, 231, 249, 0.5) 99.5%);
    text-align: center;
    padding: 70px 0px;
}

.section-review-widget-about {
    max-width: 800px;
    margin: 0 auto;
}

.section-review-widget-title {
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 40px !important;
}

.section-review-widget-description {
    font-weight: 400;
    font-size: 24px;
    color: #78898A;
}

.section-review-widget > .ta-widget {
    margin-top: 25px;
}

.section-pill {
    background: #42f46421;
    border: 1px solid #066a01;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    font-variant: small-caps;
    color: #066a01;
    padding: 5px;
    display: inline-block;
}

.multi-button {
    background-color: #F3F8FE;
    padding: 5px;
    border-radius: 12px;
    display: flex;
}

.multi-button > .btn:first-child {
    border-radius: 8px 0 0 8px;
}

.multi-button .btn:last-child {
    border-radius: 0 8px 8px 0;
}

.btn-revert {
    background-color: inherit;
    color: black;
    border: 2px solid #4285f4;
}

.btn-revert:hover {
    background-color: inherit;
}

.ml-10px {
    margin-left: 10px;
}

.mb-20px {
    margin-bottom: 20px;
}

.sub-heading {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #78898A;
}

.block-banner {
    background: url(../png/block-banner-bg.png), linear-gradient(359.63deg, rgba(219, 232, 250, 0) 31.23%, rgba(218, 231, 249, 0.5) 99.6%);
    background-position: center;
    background-repeat: no-repeat;
}

.block-banner .block-banner-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    justify-content: center;
    min-height: 450px;
    padding: 30px;
    text-align: center;
}

.block-banner > .block-banner-container > h2 {
    font-family: Cabin;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 107.6%;
    padding: 0;
    margin: 0;
}

.block-banner > .block-banner-container > p {
    font-family: Cabin;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #78898A;
}

.block-banner > .block-banner-container > a {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    background: #4285F4;
    border-radius: 5px;
    padding: 20px 30px;
    text-decoration: none;
}

.ta-container {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    padding: 30px;
}

.ta-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ta-p-2 {
    padding: 2rem;
}

.ta-m-2 {
    margin: 2rem;
}

.ta-form-group {
    display: flex;
    gap: 1rem;
}

.ta-form-input > label {
    display: block;
    margin-bottom: 5px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.ta-form-input > input {
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    padding: 10px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #78898A;
    width: 100%;
}

.ta-form-input.error > input {
    border: 1px solid red;
}

.ta-form-input.error > label {
    color: #e73b3b;
}

@media (min-width: 425px) {
    .header-about-us {
        display: none !important;
    }
}

@media (max-width: 1330px) {
    /*.header-search-input {*/
    /*  display: none !important;*/
    /*}*/
    .header-about-us {
        display: none;
    }
}

@media (max-width: 425px) {
    .header-search-input {
        display: none !important;
    }

    .ta-form-group {
        display: block;
    }

    .ta-form-group > .ta-form-input {
        margin-top: 20px;
    }

    .ta-lead-form .footer {
        flex-direction: column;
    }

    .ta-lead-form .footer {
        justify-content: center !important;
    }

    .ta-lead-form .footer > button {
        order: 1;
        margin-bottom: 10px;
    }

    .ta-lead-form .footer > div {
        order: 2;
    }
}

.mt-10px {
    margin-top: 10px;
}

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

.ta-banner-lead-form-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1180px;
    gap: 1rem;
    padding: 10px;
}

.justify-center {
    justify-content: center;
}

.ta-lead-form {
    background: #4285F4;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 35px 35px 15px 35px;
    max-width: 420px;
    margin-bottom: 25px;
    margin-top: 10px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    text-align: left;
}

.ta-lead-form .footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.ta-lead-form .footer > div {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    color: #FFFFFF;
}

@media (max-width: 1300px) {
    .ta-banner-lead-form-container .main-banner-content-container {
        text-align: center;
    }

    .ta-banner-lead-form-container {
        flex-direction: column;
        align-items: center;
    }

    .main-banner-description {
        margin: 0 auto;
    }
}

.ta-lead-form > h4 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 0px;
}

.ta-lead-form > p {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 0px;
}

.ta-lead-form button {
    background-color: #F9A81D;
    font-weight: 700;
    font-size: 1.125em;
    line-height: 21px;
    text-decoration: none;
    color: #FFF;
    border-radius: 5px;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
}

.ta-lead-form button:hover {
    background-color: #e1981a;
}

.ta-table-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 15px;
}

.ta-table-container > h2 {
    font-family: Cabin;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    color: #1F1F1F;
}

@media (max-width: 880px) {
    .ta-table-container > h2 {
        text-align: center;
    }
}

.flex-grow-1 {
    flex-grow: 1;
}

.ta-vs {
    text-align: center;
}

.ta-vs > div {
    font-family: Cabin;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    letter-spacing: -0.02em;
    text-transform: lowercase;
    color: #D3E3FC;
    margin-bottom: 15px;
}

.ta-vs > div > svg {
    margin-right: 30px;
}

.ta-vs > div > span {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #1F1F1F;
    margin-right: 15px;
    text-transform: capitalize;
    letter-spacing: 0.3px;
}

.ta-table {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #1F1F1F;
}

.ta-table tr > td:first-child {
    width: 80%;
    text-align: left;
}

.ta-table th, .ta-table td {
    padding: 0.8rem;
    text-align: center;
    border-bottom: 1px solid #DADFDF;
}

.ta-table > tbody tr:nth-child(odd) {
    background: #F3F8FE;
}

.ta-table td > .text {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
}

.ta-table td > .text-success {
    color: #00CC7B;
}

.ta-table td > .text-danger {
    color: #FC514D;
}

.ta-table td > a {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #4285F4;
    text-decoration: none;
}

.modal-window {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.25);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    display: none;
    margin: 20px;
}

@media (max-height: 750px) {
    .modal-window {
        position: sticky;
    }
}

.modal-window .btn {
    min-height: auto !important;
    height: auto !important;
    padding: 10px 20px !important;
    cursor: pointer !important;
}

.modal-window > div {
    max-width: 1195px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2em;
    background: #FFFFFF;
    box-shadow: 0px 0px 60px rgb(0 0 0 / 25%);
    border-radius: 5px;
}

.modal-window header {
    font-weight: bold;
}

.modal-window h1 {
    font-size: 150%;
    margin: 0 0 15px;
}

.modal-close {
    color: #aaa;
    line-height: 50px;
    font-size: 80%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 70px;
    text-decoration: none;
}

.modal-close:hover {
    color: black;
}

.modal-window div:not(:last-of-type) {
    margin-bottom: 15px;
}

.social-baner-head-btn .btn {
    padding: 0px 15px !important;
    text-align: center !important;
}

.block-opportunity-about-bottom .btn {
    padding: 20px !important;
    width: auto !important;
}

.block-opportunity-bg {
    background-color: #F3F8FE !important;
}

.slider-promo {
    padding-top: 50px !important;
}

.title-block {
    background-color: #F3F8FE !important;
    background-image: url(../svg/slider-bg.svg);
    background-size: contain !important;
    background-position: bottom;
    background-repeat: no-repeat !important;
    /* height: 700px; */
}

.slider-promo::after {
    background-color: #F3F8FE !important;
    height: 200vh !important;
}

.slider-promo > h3 {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    color: #78898A;
    margin: 0px;
}

.slider-promo > p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    color: #78898A;
    margin: 0px;
}

.slider-promo-avatar {
    background-image: url(../svg/slider-main-avatar.svg);
    height: 360px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

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

.block-anchor .block-anchor-item:hover {
    background-color: #fff !important;
}

.text-blue {
    color: #4285F4 !important;
}

.case .case-conteiner::after {
    background-color: #252C46 !important
}

.case .case-slider .case-slider-item .case-slider-item-text {
    color: #fff !important;
}

section.section-review-widget.review-widget-home {
    margin-top: -160px !important;
    padding-top: 140px !important;
}

section.section-review-widget.review-widget-minimal {
    background: none !important;
    margin-top: 0 !important;
    padding: 0 !important;
}

section.section-review-widget.review-widget-minimal .section-review-widget-title {
    font-family: Roboto !important;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 24px !important;
    color: #1F1F1F !important;
}

section.section-review-widget.review-widget-minimal .section-review-widget-description {
    font-family: Roboto !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 18px !important;
    line-height: 21px !important;
}

section.section-chat2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

section.section-chat2 > img {
    max-width: 460px;
    width: 100%;
    height: auto;
}

section.section-chat2 > div {
    width: 535px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

section.section-chat2 > div > h3 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #1F1F1F;
    margin: 0;
}

section.section-chat2 > div > p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #78898A;
}

@media (max-width: 1160px) {
    section.section-chat2 > img, section.section-chat2 > div {
        margin: 0 auto !important;
    }

    section.section-chat2 > div {
        width: 454px;
    }
}

@media (max-width: 320px) {
    /* smartphones, iPhone, portrait 480x320 phones */
}

@media (max-width: 481px) {
    .pricing-item {
        align-self: center;
    }
}

@media (max-width: 641px) {
    .main-banner-heading {
        font-size: 40px;
    }

    .slider-promo-avatar {
        height: 160px;
    }
}

@media (max-width: 961px) {

}

@media (max-width: 1300px) {
    .block-opportunity.reversed .block-opportunity-about {
        margin-left: 0px;
    }
}

@media (max-width: 1281px) {
    /* hi-res laptops and desktops */
}

.social-baner {
    display: flex;
    width: 100%;
    position: relative;
    min-height: 634px;
    background-color: #f3f8fe;
    background-image: url(../png/fon-social2.png);
    background-position: top 30px center;
    background-repeat: no-repeat;
    flex-direction: column;
    padding: 297px 20px 20px 20px;
    align-items: center;
    background-size: 1091px 361px;
}

.social-baner.v2 {
    min-height: unset;
    padding-bottom: 30px;
}

.logo-text {
    max-width: calc(100% - 40px);
}

#comm100-button-35f7fcaa-43ac-4128-8770-56b910ea15b1 > iframe {
    right: -7px !important;
    bottom: -7px !important;
}

.social-baner.v3 {
    min-height: 334px;
    background-image: none;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-baner.v3 > div {
    text-align: center;
}

.social-baner-head-one {
    font-size: 36px;
    line-height: 47px;
    color: #1f1f1f;
    font-family: Cabin;
    font-style: normal;
    max-width: 650px;
}

.social-baner-head-two {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #78898a;
    font-family: Cabin;
    font-style: normal;
    max-width: 533px;
    margin-top: 29px;
}

.social-baner-head-btn {
    margin-top: 29px;
}

/*.social-baner-head-btn > a {
    width: initial;
    min-width: initial;
    height: 34px;
    min-height: 34px;
    font-family: Roboto;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    padding: 0 15px;
    margin-right: 10px;
}*/
.social-baner .social-baner-head-one,
.social-baner .social-baner-head-two {
    text-align: center;
}

.social-baner-head-one {
    font-weight: bold;
}

.social-baner-text {
    display: flex;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #5774a4;
    margin-top: 23px;
    width: 100%;
    max-width: 783px;
    justify-content: center;
}

.social-baner-text.v2 {
    font-size: 26px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .social-baner-text.v2 {
        font-size: 24px;
    }
}

.social-baner-form {
    display: flex;
    position: relative;
    width: 100%;
    max-width: 634px;
    height: 60px;
    max-height: 60px;
    display: flex;
    flex-grow: 1;
    border: none;
    background: #ffffff;
    border: 1px solid rgba(66, 133, 244, 0.2);
    box-sizing: border-box;
    box-shadow: 0px 5px 20px rgba(66, 133, 244, 0.1);
    border-radius: 5px;
    margin-top: 40px;
}

.social-baner-form.v2 {
    margin-top: 30px;
}

@media (max-width: 768px) {
    .social-baner-form {
        flex-direction: column;
        max-height: unset;
        height: unset;
        background-color: transparent;
        border: none;
        box-sizing: border-box;
        box-shadow: none;
        border-radius: 0;
    }
}

.social-baner-form input {
    display: flex;
    flex-grow: 1;
    border: none;
    padding-left: 55px;
    padding-right: 15px;
    border: none;
    border-radius: 9px;
}

@media (max-width: 768px) {
    .social-baner-form input {
        height: 60px;
        border: 1px solid rgba(66, 133, 244, 0.2);
        box-sizing: border-box;
        box-shadow: 0px 5px 20px rgba(66, 133, 244, 0.1);
        border-radius: 5px;
    }
}

.social-baner-form-icon {
    display: flex;
    position: absolute;
    top: 21px;
    left: 24px;
}

.social-baner-form-submit {
    display: flex;
    border: none;
    justify-content: center;
    align-items: center;
    border-radius: 0 5px 0 5px;
    background: #4285f4;
    border-radius: 0 5px 5px 0;
    padding: 0 30px;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    transition-duration: 0.3s;
}

.social-baner-form-submit:hover {
    background-color: #29487d;
}

@media (max-width: 768px) {
    .social-baner-form-submit {
        height: 60px;
        margin-top: 30px;
        margin-bottom: 20px;
        border: 1px solid rgba(66, 133, 244, 0.2);
        box-sizing: border-box;
        box-shadow: 0px 5px 20px rgba(66, 133, 244, 0.1);
        border-radius: 5px;
    }
}

.social-baner-form-email-error {
    display: none;
    color: #fc514d;
    font-size: 13px;
    position: absolute;
    left: 0;
    top: 62px;
    font-weight: 500;
}

.error .social-baner-form-email-error {
    display: flex;
}

.convenience {
    display: flex;
    position: relative;
    background-color: #f3f8fe;
    justify-content: center;
    min-height: 783px;
}

.convenience-gradient {
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 511px;
    background: linear-gradient(
            359.46deg,
            rgba(219, 232, 250, 0) 0.35%,
            rgba(218, 231, 249, 0.7) 99.43%
    );
    transform: matrix(1, 0, 0, -1, 0, 0);
}

.convenience-container {
    display: flex;
    flex-direction: column;
    max-width: 1260px;
    width: 100%;
    padding: 0 30px;
    z-index: 1;
    background-image: url(../png/why-ta.png);
    /*background-size: 50%;*/
    background-repeat: no-repeat;
    background-position: right 30px bottom -19px;
}

@media (max-width: 1200px) {
    .convenience-container {
        background-size: 340px auto;
        background-position: center bottom;
    }
}

@media (max-width: 400px) {
    .convenience-container {
        background-size: 270px auto !important;
    }
}

.convenience-container h1 {
    font-family: Cabin;
    font-style: normal;
    font-weight: bold;
    font-size: 110px;
    line-height: 125%;
    letter-spacing: -0.02em;
    color: #1f1f1f;
    margin-top: 165px;
    margin-bottom: 60px;
    width: 100%;
    max-width: 600px;
}

@media (max-width: 1200px) {
    .convenience-container h1 {
        font-size: 50px;
        margin-top: 50px;
        margin-bottom: 30px;
    }
}

.convenience-container h1 div {
    display: block;
    font-family: Cabin;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    color: #1f1f1f;
    letter-spacing: 0;
}

@media (max-width: 768px) {
    .convenience-container h1 div {
        font-size: 24px;
    }
}

.convenience-container h1 div .blue {
    color: #4285f4;
}

.convenience-buttons {
    display: flex;
}

@media (max-width: 768px) {
    .convenience-buttons {
        flex-direction: column;
    }

    .convenience-buttons .btn {
        width: 100%;
        justify-content: center;
        margin-bottom: 20px;
    }
}

.mr-15 {
    margin-right: 15px;
}

.btn-tansparent {
    background-color: transparent;
    color: #4285f4;
    border: 2px solid #4285f4;
    transition-duration: 0.3s;
}

.btn-tansparent:hover {
    background-color: transparent;
    color: #29487d;
    border: 2px solid #29487d;
}

.btn-tansparent svg {
    fill: #4285f4;
    transition-duration: 0.3s;
    margin-right: 7px;
}

.btn-tansparent:hover svg {
    fill: #29487d;
}

.story {
    display: flex;
    justify-content: center;
}

.story-container {
    display: flex;
    margin-top: -100px;
    width: 100%;
    max-width: 1200px;
    padding: 100px 120px 120px 120px;
    background-color: #ffffff;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    z-index: 1;
    flex-direction: column;
}

@media (max-width: 768px) {
    .story-container {
        margin-top: 0;
        padding: 50px 30px;
    }
}

.section-label {
    font-family: Cabin;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 130%;
    text-align: left;
    text-transform: capitalize;
    color: #4285f4;
}

.section-title {
    margin-top: 19px;
    font-family: Cabin;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 130%;
    color: #1f1f1f;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 32px;
    }
}

.story-container p {
    font-family: Cabin;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 170%;
    color: #555c63;
}

.values {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    margin-top: -100px;
}

@media (max-width: 768px) {
    .values {
        margin-top: 0;
    }
}

.values-gradient {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 348px;
    background: linear-gradient(360deg, #ffffff 0%, rgba(255, 255, 255, 0) 65.21%),
    #f9f9f9;
    z-index: -1;
}

.values-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1014px;
    padding: 210px 30px 0 30px;
}

@media (max-width: 768px) {
    .values-container {
        padding-top: 70px;
    }
}

.values-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1014px;
    padding: 0 30px 0 30px;
    margin-bottom: 106px;
}

@media (max-width: 768px) {
    .values-wrap {
        margin-bottom: 25px;
    }
}

.values-item {
    display: flex;
    flex-direction: column;
    height: 259px;
    width: calc(50% - 20px);
    background: #f8f8f8;
    border-radius: 10px;
    margin-bottom: 40px;
    padding: 50px;
    font-family: Cabin;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 130%;
    color: #555c63;
}

@media (max-width: 1000px) {
    .values-item {
        width: 100%;
        padding: 40px 25px;
        align-items: center;
        text-align: center;
    }

    .values-item br {
        display: none;
    }
}

.values-item svg {
    margin-bottom: 29px;
}

.мission {
    display: flex;
    flex-direction: column;
    padding: 100px 0 143px 0;
    background: #252c46;
    align-items: center;
}

.мission-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1014px;
    padding: 0 30px 0 30px;
}

.мission .section-title {
    color: #cef3ff;
}

.мission-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1014px;
    padding: 0 30px 0 30px;
}

.мission-item {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding-right: 50px;
    margin-top: 28px;
    font-family: Cabin;
    font-style: normal;
    font-size: 26px;
    line-height: 170%;
    color: #ffffff;
}

@media (max-width: 768px) {
    .мission-item {
        width: 100%;
        padding-right: 0;
        align-items: center;
    }

    .мission-item:first-child {
        margin-bottom: 80px;
    }
}

.мission-item svg {
    margin-bottom: 40px;
}

.мission-item b {
    display: contents;
    color: #4285f4;
}

.why-reviews {
    display: flex;
    flex-direction: column;
    padding: 110px 0 70px 0;
    align-items: center;
}

@media (max-width: 768px) {
    .why-reviews {
        padding: 50px 0 30px 0;
    }
}

.why-reviews-container {
    width: 100%;
    max-width: 1076px;
}

.why-reviews .section-title {
    padding-left: 60px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .why-reviews .section-title {
        padding-left: 0;
        text-align: center;
    }
}

/* ======================================== begin css slider ======================================== */

.trustanalytica {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0;
    color: #1f1f1f;
    font-family: Roboto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1100px;
    width: 100%;
}

.trustanalytica-slider-powered-by {
    margin-left: -63px !important;
}

.trustanalytica-slider-powered-by a span {
    color: #1f1f1f;
}

.trustanalytica .trustanalytica-left .trustanalytica-logo,
.trustanalytica .trustanalytica-logo-top img {
    width: 170px;
}

.trustanalytica .trustanalytica-logo-top {
    display: none;
}

@media screen and (max-width: 520px) {
    .trustanalytica {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 0;
    }

    .trustanalytica .trustanalytica-logo-top {
        display: block;
        margin: 10px 0;
    }
}

.trustanalytica .trustanalytica-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding-right: 20px;
}

@media screen and (max-width: 520px) {
    .trustanalytica .trustanalytica-left {
        display: none;
    }
}

.trustanalytica .trustanalytica-left::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border-right: 1px solid #dfdfdf;
}

@media screen and (max-width: 520px) {
    .trustanalytica .trustanalytica-left::after {
        display: none;
    }
}

.trustanalytica .trustanalytica-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 44px;
    font-weight: 700;
    color: #4285f4;
    line-height: 1.2;
    margin-top: 5px;
    margin-bottom: 5px;
}

.trustanalytica .trustanalytica-rating span {
    color: #1f1f1f;
    font-size: 26px;
    margin-bottom: 3px;
}

.trustanalytica .trustanalytica-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    font-size: 26px;
}

.trustanalytica .trustanalytica-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -5px;
    margin-bottom: 0;
}

.trustanalytica .trustanalytica-stars svg {
    width: 19px;
    height: 17px;
    margin: 0 3px;
    fill: #e1e1e1;
}

.trustanalytica .trustanalytica-stars.rating-1 svg:nth-child(1),
.trustanalytica .trustanalytica-stars.rating-2 svg:nth-child(-n + 2),
.trustanalytica .trustanalytica-stars.rating-3 svg:nth-child(-n + 3),
.trustanalytica .trustanalytica-stars.rating-4 svg:nth-child(-n + 4),
.trustanalytica .trustanalytica-stars.rating-5 svg:nth-child(-n + 5) {
    fill: #f9d654;
}

.trustanalytica .trustanalytica-based {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
}

.trustanalytica .trustanalytica-based a {
    color: #4285f4;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    margin-left: 6px;
}

.trustanalytica .trustanalytica-based a:hover {
    color: #29487d;
}

.trustanalytica .trustanalytica-slider {
    width: calc(100% - 100px);
    padding: 0 0 50px 0;
    margin-left: auto;
    margin-right: auto;
}

.trustanalytica .trustanalytica-slider .trustanalutica-slider-item-1 {
    display: none !important;
}

@media screen and (max-width: 520px) {
    .trustanalytica .trustanalytica-slider {
        width: 100%;
    }

    .trustanalytica .trustanalytica-slider .trustanalutica-slider-item-1 {
        display: block !important;
    }

    .trustanalytica .trustanalytica-slider .trustanalytica-slider-item {
        padding: 5px 0;
    }

    .slick-arrow {
        display: none !important;
    }
}

.trustanalytica .trustanalytica-slider .trustanalytica-slider-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.trustanalytica-slider-item-shadow {
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
    margin: 5px 5px;
}

.trustanalytica
.trustanalytica-slider
.trustanalytica-slider-item
.trustanalytica-source {
    padding-left: 15px;
}

.trustanalytica
.trustanalytica-slider
.trustanalytica-slider-item
.trustanalytica-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.trustanalytica
.trustanalytica-slider
.trustanalytica-slider-item
.trustanalytica-user
.trustanalytica-avatar
img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.trustanalytica
.trustanalytica-slider
.trustanalytica-slider-item
.trustanalytica-user
.trustanalytica-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-grow: 1;
    align-items: flex-start;
}

.trustanalytica
.trustanalytica-slider
.trustanalytica-slider-item
.trustanalytica-user
.trustanalytica-info
.trustanalytica-info-name {
    font-size: 14px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .trustanalytica-review-stars span {
        display: none;
    }
}

.trustanalytica
.trustanalytica-slider
.trustanalytica-slider-item
.trustanalytica-user
.trustanalytica-info
.trustanalytica-info-status {
    margin-top: 2px;
    color: #de7000;
    font-size: 14px;
}

.trustanalytica
.trustanalytica-slider
.trustanalytica-slider-item
.trustanalytica-user
.trustanalytica-info
.trustanalytica-info-status
a {
    color: #a4a4a4;
    text-decoration: none;
}

.trustanalytica
.trustanalytica-slider
.trustanalytica-slider-item
.trustanalytica-user
.trustanalytica-info
.trustanalytica-review-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.trustanalytica
.trustanalytica-slider
.trustanalytica-slider-item
.trustanalytica-user
.trustanalytica-info
.trustanalytica-review-stars
svg {
    width: 14px;
    height: 15px;
    margin: 0;
    fill: #e1e1e1;
}

.trustanalytica
.trustanalytica-slider
.trustanalytica-slider-item
.trustanalytica-user
.trustanalytica-info
.trustanalytica-review-stars
span {
    margin-left: 4px;
    font-size: 14px;
    color: #a4a4a4;
}

.trustanalytica
.trustanalytica-slider
.trustanalytica-slider-item
.trustanalytica-user
.trustanalytica-info
.trustanalytica-review-stars.rating-1
svg:nth-child(1),
.trustanalytica
.trustanalytica-slider
.trustanalytica-slider-item
.trustanalytica-user
.trustanalytica-info
.trustanalytica-review-stars.rating-2
svg:nth-child(-n + 2),
.trustanalytica
.trustanalytica-slider
.trustanalytica-slider-item
.trustanalytica-user
.trustanalytica-info
.trustanalytica-review-stars.rating-3
svg:nth-child(-n + 3),
.trustanalytica
.trustanalytica-slider
.trustanalytica-slider-item
.trustanalytica-user
.trustanalytica-info
.trustanalytica-review-stars.rating-4
svg:nth-child(-n + 4),
.trustanalytica
.trustanalytica-slider
.trustanalytica-slider-item
.trustanalytica-user
.trustanalytica-info
.trustanalytica-review-stars.rating-5
svg:nth-child(-n + 5) {
    fill: #ffa34a;
}

.trustanalytica
.trustanalytica-slider
.trustanalytica-slider-item
.trustanalytica-slider-text {
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    font-size: 14px;
    height: 70px;
    line-height: 1.3;
}

.trustanalytica
.trustanalytica-slider
.trustanalytica-slider-item
.trustanalytica-slider-text
.scrollContent {
    padding: 0 14px 0 0;
}

@media screen and (max-width: 520px) {
    .trustanalytica .trustanalytica-slider .slick-prev {
        position: absolute;
        outline: 0;
        cursor: pointer;
        top: 50%;
        margin-top: -13px;
        left: -33px;
        font-size: 0;
        width: 26px;
        height: 26px;
        border-radius: 50%;
        border: 1px solid #e3e3ea;
        background-color: #fff;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

    .trustanalytica .trustanalytica-slider .slick-prev::after,
    .trustanalytica .trustanalytica-slider .slick-prev::before {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        content: "";
        width: 0;
        height: 7px;
        border-left: 1px solid #e3e3ea;
    }

    .trustanalytica .trustanalytica-slider .slick-prev::before {
        margin-top: -5px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .trustanalytica .trustanalytica-slider .slick-prev::after {
        margin-top: -1px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@media screen and (max-width: 520px) and (max-width: 520px) {
    .trustanalytica .trustanalytica-slider .slick-prev {
        border: 1px solid #a7a7a8;
    }

    .trustanalytica .trustanalytica-slider .slick-prev::after,
    .trustanalytica .trustanalytica-slider .slick-prev::before {
        border-left: 1px solid #a7a7a8;
    }
}

.trustanalytica .trustanalytica-slider .slick-next,
.trustanalytica .trustanalytica-slider .slick-prev {
    position: absolute;
    outline: 0;
    cursor: pointer;
    top: 50%;
    margin-top: -40px;
    right: -35px;
    font-size: 0;
    width: 26px;
    height: 26px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    z-index: 5;
    background-image: url("../png/slider-review-next.png");
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: none;
    border: none;
    background-color: transparent;
}

.trustanalytica .trustanalytica-slider .slick-prev {
    right: unset;
    left: -35px;
    transform: rotate(180deg);
    margin-top: -39px;
}

.trustanalytica .trustanalytica-slider .slick-next::after {
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 520px) {
    .trustanalytica .trustanalytica-slider .slick-next {
        right: -33px;
        border: 1px solid #a7a7a8;
    }

    .trustanalytica .trustanalytica-slider .slick-next::after,
    .trustanalytica .trustanalytica-slider .slick-next::before {
        border-left: 1px solid #a7a7a8;
    }
}

.trustanalytica .trustanalytica-left {
    padding: 20px;
}

.slick-prev::before,
.slick-next::before {
    display: none;
}

.slick-slide {
    min-width: 220px;
    width: 240px;
}

.trustanalytica-slider-powered-by a {
    color: #4285f4;
    text-decoration: none;
}

.trustanalytica-slider-text {
    max-height: 55px;
    overflow-y: hidden;
    font-size: 12px;
    color: #1f1f1f;
    margin: 2px;
    scrollbar-width: thin;
}

.trustanalytica-slider-text:hover {
    overflow-y: auto;
}

.trustanalytica-slider-text::-webkit-scrollbar {
    width: 4px;
}

.trustanalytica-slider-text::-webkit-scrollbar-track {
    background-color: #dddddd;
    border-radius: 10px;
}

.trustanalytica-slider-text::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px;
}

/* ========================================  end css slider  =======================================  */
.getDemo {
    display: flex;
    padding: 100px 0 114px 0;
    background: linear-gradient(to right, #4285f4 50%, #2c68cc 50%);
    justify-content: center;
}

@media (max-width: 768px) {
    .getDemo {
        background: linear-gradient(to right, #4285f4 66%, #2c68cc 34%);
        padding: 35px 0;
    }
}

.getDemo-container {
    display: flex;
    width: 100%;
    max-width: 1014px;
    padding: 0 30px 0 30px;
    flex-direction: column;
}

.getDemo-title {
    font-family: Cabin;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 100%;
    text-transform: capitalize;
    color: #ffffff;
}

@media (max-width: 768px) {
    .getDemo-title {
        font-size: 26px;
    }
}

.getDemo-text {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #ffffff;
    margin-top: 14px;
}

@media (max-width: 768px) {
    .getDemo-text {
        font-size: 16px;
    }
}

.getDemo-form {
    display: flex;
    width: 100%;
    max-width: 710px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.getDemo-form input {
    display: flex;
    align-items: center;
    width: calc(50% - 10px);
    height: 50px;
    background-color: #ffffff;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #1f1f1f;
    border-radius: 5px;
    margin-bottom: 40px;
    padding: 0 16px;
    border: 2px solid transparent;
    -webkit-user-select: text;
}

@media (max-width: 768px) {
    .getDemo-form input {
        width: 100%;
    }
}

.getDemo-form input.getDemo-form-email {
    width: 100%;
}

input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #889090;
    opacity: 1; /* Firefox */
}

input.error {
    border: 2px solid red;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #889090;
}

input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #889090;
}

input.error::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: red;
    opacity: 1; /* Firefox */
}

input.error:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: red;
}

input.error::-ms-input-placeholder {
    /* Microsoft Edge */
    color: red;
}

.getDemo-form-submit {
    display: flex;
    background: #1f1f1f;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    width: calc(50% - 10px);
    height: 60px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #ffffff;
    border: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition-duration: 0.3s;
}

@media (max-width: 768px) {
    .getDemo-form-submit {
        width: 100%;
    }
}

.getDemo-form-submit:disabled {
    background-color: #5e5e5e;
    cursor: progress;
}

.getDemo-form-submit:disabled:hover {
    background-color: #5e5e5e;
    cursor: progress;
}

.getDemo-form-submit:hover {
    background: #3f3f3f;
}

.integration-about {
    display: flex;
    justify-content: center;
    padding: 70px 0 60px 0;
}

.integration-container {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    max-width: 900px;
    padding: 0 30px;
    font-family: Cabin;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 130%;
    color: #1f1f1f;
}

@media (max-width: 768px) {
    .integration-container {
        font-size: 22px;
    }

    .integration-about {
        padding: 50px 0 20px 0;
    }
}

.integration-apps {
    display: flex;
    justify-content: center;
    padding: 50px 0;
}

.integration-apps-container {
    display: flex;
    flex-direction: column;
    max-width: 1260px;
    width: 100%;
    padding: 0 30px;
}

.integration-apps-header {
    display: flex;
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    color: #889090;
    margin-bottom: 20px;
}

@media (max-width: 999px) {
    .integration-apps-header {
        display: none;
    }
}

.integration-apps-header li:nth-child(1) {
    width: 335px;
    padding: 0 30px;
}

.integration-apps-header li:nth-child(2) {
    width: 335px;
    padding: 0 30px;
}

.integration-apps-header li:nth-child(3) {
    display: flex;
    flex-grow: 1;
    padding: 0 30px;
}

.integration-apps-industry {
    display: flex;
    border-radius: 5px;
    border: 1px solid #d8e1e1;
    height: 60px;
    overflow: hidden;
    flex-direction: column;
    margin-bottom: 20px;
}

.integration-apps-industry.open {
    height: auto;
}

.integration-apps-industry-header {
    display: flex;
    position: relative;
    background-color: #f6f8f9;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #d8e1e1;
    padding: 0 30px;
    align-items: center;
    height: 60px;
    min-height: 60px;
    font-size: 18px;
    font-weight: 500;
    color: #1f1f1f;
}

.integration-apps-industry-header::after {
    content: "";
    display: block;
    position: absolute;
    right: 30px;
    width: 0;
    border-top: 5px solid #889090;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.open .integration-apps-industry-header::after {
    transform: rotate(180deg);
}

.integration-apps-industry-body {
    display: flex;
    flex-direction: column;
    padding: 0 30px;
}

.integration-apps-industry-row {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid rgba(216, 225, 225, 0.5);
}

@media (max-width: 999px) {
    .integration-apps-industry-row {
        flex-wrap: wrap;
    }
}

.integration-apps-industry-row:last-child {
    border-bottom: none;
}

.integration-apps-industry-url {
    display: flex;
    padding: 0 30px 0 0;
    width: 305px;
    min-width: 305px;
}

@media (max-width: 999px) {
    .integration-apps-industry-url {
        width: unset;
        min-width: unset;
    }
}

.integration-apps-industry-url a {
    color: #4285f4;
    text-decoration: none;
    transition-duration: 0.3s;
}

.integration-apps-industry-url a:hover,
.integration-apps-industry-url a:active {
    color: #29487d;
}

.integration-apps-tier {
    display: flex;
    width: 335px;
    min-width: 335px;
    padding: 0 30px;
}

@media (max-width: 999px) {
    .integration-apps-tier {
        width: unset;
        min-width: unset;
        padding: 0;
        flex-grow: 1;
        justify-content: flex-end;
    }
}

.integration-apps-version {
    display: flex;
    flex-grow: 1;
    padding-left: 30px;
    flex-wrap: wrap;
}

@media (max-width: 999px) {
    .integration-apps-version {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }
}

.integration-apps-version {
    display: flex;
}

.integration-apps-tier-item,
.integration-apps-version div {
    display: flex;
    padding: 0 5px;
    height: 14px;
    min-height: 14px;
    margin-bottom: 4px;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    background: #555c63;
    border-radius: 3px;
    font-weight: 500;
    align-items: center;
    margin-right: 8px;
}

.integration-apps-tier-item {
    margin-right: 0;
}

.integration-apps-tier-item.premium {
    background-color: #4285f4;
}

.integration-apps-tier-item.enterprise {
    background-color: #ffa34a;
}

.integration-apps-version div {
    background-color: #979b9e;
}

.integration-apps-version div.integration-apps-version-label {
    display: none;
}

@media (max-width: 999px) {
    .integration-apps-version div.integration-apps-version-label {
        display: flex;
        color: #899090;
        background-color: unset;
        padding: 0;
        width: 100%;
        text-transform: unset;
        height: unset;
    }
}

.mw-830 {
    max-width: 830px;
}

.ReviewSites_page-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
}

.enterprise-promo {
    display: flex;
    background-color: #f3f8fe;
    justify-content: center;
    background-image: url(../png/map.png);
    background-repeat: no-repeat;
    background-position: top -70px left calc(50% + 150px);
}

.enterprise-promo-wrap {
    display: flex;
    position: relative;
    flex-direction: column;
    width: 1270px;
    padding: 0 30px;
}

@media (max-width: 1200px) {
    .enterprise-promo {
        background-size: 138%;
        background-position: bottom 10px left -30px;
        overflow: hidden;
    }

    .enterprise-promo-wrap {
        padding-bottom: 300px;
    }
}

.enterprise-promo h1 {
    margin-top: 160px;
    font-family: Cabin;
    font-style: normal;
    font-weight: bold;
    font-size: 110px;
    line-height: 125%;
    letter-spacing: -0.02em;
    color: #1f1f1f;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .enterprise-promo h1 {
        margin-top: 40px;
        font-size: 34px;
    }
}

.enterprise-promo-text {
    margin-top: 70px;
    font-family: Cabin;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 130%;
    color: #1f1f1f;
    max-width: 754px;
}

@media (max-width: 768px) {
    .enterprise-promo-text {
        margin-top: 15px;
        font-size: 20px;
    }
}

.enterprise-promo-text2 {
    margin-top: 40px;
    font-family: Cabin;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 170%;
    color: #555c63;
    max-width: 765px;
    margin-bottom: 230px;
}

@media (max-width: 768px) {
    .enterprise-promo-text2 {
        margin-top: 20px;
        font-size: 14px;
    }
}

.enterprise-solution {
    display: flex;
    justify-content: center;
}

.enterprise-solution-container {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    max-width: 1196px;
    background-color: #ffffff;
    margin-top: -80px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 10px 10px 0 0;
    padding: 100px 120px;
    min-height: 732px;
}

.enterprise-solution-container::before {
    position: absolute;
    display: flex;
    content: "";
    width: 50px;
    height: calc(100% - 438px);
    left: -40px;
    top: 438px;
    background: linear-gradient(
            358.89deg,
            #ffffff 35.51%,
            rgba(255, 255, 255, 0) 98.74%
    );
}

.enterprise-solution-container::after {
    position: absolute;
    display: flex;
    content: "";
    width: 50px;
    height: calc(100% - 438px);
    right: -40px;
    top: 438px;
    background: linear-gradient(
            358.89deg,
            #ffffff 35.51%,
            rgba(255, 255, 255, 0) 98.74%
    );
}

@media (max-width: 1200px) {
    .enterprise-solution-container {
        margin-top: 0;
        border-radius: 0;
        overflow: hidden;
        padding: 50px 30px 30px 30px;
        min-height: unset;
    }

    .enterprise-solution-container::after,
    .enterprise-solution-container::before {
        display: none;
    }
}

.enterprise-solution-label {
    font-family: Cabin;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    text-transform: capitalize;
    color: #4285f4;
}

@media (max-width: 768px) {
    .enterprise-solution-label {
        font-size: 16px;
    }
}

.enterprise-solution-title {
    margin-top: 4px;
    font-family: Cabin;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 130%;
    color: #1f1f1f;
}

@media (max-width: 768px) {
    .enterprise-solution-title {
        font-size: 26px;
    }
}

.enterprise-solution-text {
    display: flex;
    margin-top: 40px;
    font-family: Cabin;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 170%;
    color: #555c63;
    width: 100%;
}

@media (max-width: 768px) {
    .enterprise-solution-text {
        font-size: 16px;
    }
}

.enterprise-solution-video {
    display: flex;
    width: 100%;
    height: 537px;
    margin-top: 80px;
}

@media (max-width: 768px) {
    .enterprise-solution-video {
        height: 190px;
    }
}

.enterprise-capabilities {
    display: flex;
    padding: 120px 0 130px 0;
    background: #f8f8f8;
    justify-content: center;
}

@media (max-width: 768px) {
    .enterprise-capabilities {
        padding: 50px 0;
    }
}

.enterprise-capabilities-container {
    display: flex;
    flex-direction: column;
    max-width: 960px;
    width: 100%;
    padding: 0 30px;
}

.enterprise-capabilities-title {
    font-family: Cabin;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 130%;
    color: #1f1f1f;
}

@media (max-width: 768px) {
    .enterprise-capabilities-title {
        font-size: 26px;
    }
}

.enterprise-capabilities-item {
    display: flex;
    margin-top: 70px;
}

@media (max-width: 768px) {
    .enterprise-capabilities-item {
        margin-top: 40px;
    }
}

.enterprise-capabilities-item svg {
    margin-right: 50px;
    min-width: 72px;
}

@media (max-width: 768px) {
    .enterprise-capabilities-item svg {
        margin-right: 28px;
        min-width: 36px;
        width: 36px;
        height: 36px;
    }
}

.enterprise-capabilities-item-body {
    display: flex;
    flex-direction: column;
}

.enterprise-capabilities-item-label {
    font-family: Cabin;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 130%;
    color: #1f1f1f;
}

.enterprise-capabilities-item-text {
    margin-top: 20px;
    font-family: Cabin;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 170%;
    color: #555c63;
}

@media (max-width: 768px) {
    .enterprise-capabilities-item-label {
        font-size: 20px;
    }

    .enterprise-capabilities-item-text {
        font-size: 16px;
        margin-top: 10px;
    }
}

.enterprise-promo-reviews {
    display: flex;
    width: 654px;
    height: 436px;
    position: absolute;
    right: 0;
    top: 274px;
}

@media (max-width: 1200px) {
    .enterprise-promo-reviews {
        top: unset;
        bottom: 30px;
        right: calc(50% - 327px);
    }
}

@media (max-width: 768px) {
    .enterprise-promo-reviews {
        transform: scale(0.74);
    }
}

.enterprise-promo-reviews-item {
    display: flex;
    position: absolute;
    flex-direction: column;
    width: 310px;
    background: #ffffff;
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 30px;
}

.enterprise-promo-reviews-item.item-1 {
    top: 0;
    right: 0;
}

.enterprise-promo-reviews-item.item-2 {
    top: 54px;
    left: 0;
}

.enterprise-promo-reviews-item.item-3 {
    bottom: 0;
    right: 65px;
}

@media (max-width: 768px) {
    .enterprise-promo-reviews-item.item-1 {
        top: -70px;
        right: 20px;
    }

    .enterprise-promo-reviews-item.item-2 {
        top: 67px;
        left: 75px;
        z-index: 2;
    }

    .enterprise-promo-reviews-item.item-3 {
        bottom: -10px;
        right: 125px;
    }
}

.enterprise-promo-reviews-item-header {
    display: flex;
    width: 100%;
}

.enterprise-promo-reviews-item-avatar {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 11px;
}

.enterprise-promo-reviews-item-user {
    font-family: Cabin;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #1f1f1f;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}

.enterprise-promo-reviews-item-date {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    color: #889191;
    margin-left: 6px;
}

.enterprise-promo-reviews-item-stars {
    display: flex;
    margin-top: 6px;
}

.enterprise-promo-reviews-item-text {
    margin-top: 12px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 155.8%;
    color: #1f1f1f;
}

header .logo img {
    height: 100%;
}

.sr-contact-social img {
    height: 16.6px;
    width: 15px;
}

.business-score-type img {
    height: 13px;
    width: 12px;
}

.ads.sr-counter-label {
    text-transform: unset;
    font-size: 16px;
    background-color: #F8F8F8;
}

.sr-item.ads.cursor-pointer {
    cursor: pointer;
}

.sr-item-img.ads {
    padding: 1.5rem 0 0.8rem 1rem !important;
}

.ads-container {
    border-radius: 3px;
    padding: 8px 0px 0px 15px;
    position: absolute;
    text-align: center;
    z-index: 1;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #BCBCBC;
}

.sr-item.ads:hover {
    background-color: #F8F8F8;
}

#business-timing-popup.showModal {
    animation: fadeIn ease 0.3s;
    -webkit-animation: fadeIn ease 0.3s;
    -moz-animation: fadeIn ease 0.3s;
    -o-animation: fadeIn ease 0.3s;
    -ms-animation: fadeIn ease 0.3s;
    width: 290px;
    height: fit-content;
    top: 110px;
    left: 0px;
}

#business-timing-popup.showModal .popup {
    width: unset;
    margin: 0px;
    padding: 15px;
}

.business-data {
    position: relative;
}

.business-data-info-clock-current {
    width: fit-content;
}

img.lazy {
    background-image: url('../jpg/lazy-default.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    border: unset;
}

img.lazy.user {
    background-image: url('../png/fallback-image.png');
}

.business-breadcrumbs::-webkit-scrollbar {
    height: 3px;
}

.business-breadcrumbs::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px darkgrey;
    border-radius: 10px;
}

.business-breadcrumbs::-webkit-scrollbar-thumb {
    background: darkgrey;
    border-radius: 2px;
}

.business .business-slider .business-slider-body div img {
    object-fit: cover;
    background: #F8F8F8;
}

.business .business-slider .business-slider-btns {
    height: fit-content;
    object-fit: fill !important;
}

.user-revies .user-revies-header .user-revies-fix {
    height: 34px;
    width: 196px;
    font-size: 14px;
}

.user-revies .user-revies-header .user-revies-fix svg {
    margin-right: 10px;
    fill: #FFF;
    width: 13px;
    height: 13px;
}

.user-revies .user-revies-header .user-revies-fix:hover {
    background-color: #df4f4c;
}

img.lazy.trustanalytica-logo {
    background-image: unset;
}

.catalog-section {
    background-color: #F3F8FE !important;
    background-image: url(../svg/slider-bg.svg) !important;
    background-size: cover !important;
    background-position: bottom;
    background-repeat: no-repeat !important;
    height: 315px;
}

section.section-detail.catalog-section .mx-width {
    max-width: 51%;
    text-transform: none;
}

section.section-detail.catalog-section a.add-business {
    margin-top: 40px;
}

section.section-detail.catalog-section div.service-search {
    width: 51%;
}

section.section-detail.catalog-section div.service-search p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    /* identical to box height, or 22px */
    display: flex;
    align-items: flex-end;
    letter-spacing: 0.005em;
    color: #11142D;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 1;
}

section.section-detail.catalog-section div.service-search .service-button-flex {
    display: flex;
    margin-top: 10px;
}

section.section-detail.catalog-section div.service-search .service-button-flex input {
    padding: 18px 24px 19px;
    background-color: #FFFFFF;
    border: 1px solid #DBD7F4;
    border-radius: 3px;
}

section.section-detail.catalog-section div.service-search .service-button-flex input#catalog-search {
    width: 649px;
}

section.section-detail.catalog-section div.service-search .service-button-flex input#city-search {
    width: 254px;
}

section.section-detail.catalog-section div.service-search .service-button-flex button.search-button {
    height: 55px;
    margin-top: 27px;
}


section.section-detail.catalog-section div.service-search .service-button-flex button.search-button {
    border-radius: 3px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    width: 215px;
    margin-left: 15px;
    cursor: pointer;
    border: 1px solid #D3DADA;
    /* color: #4285F4;
  background: #F2F2F2; */
    background: #4285F4;
    color: #FFFFFF;
}

section.section-detail.catalog-section div.service-search .service-button-flex button.search-button:hover {
    background-color: #29487D;
    color: #ffffff;
}

section.catalog-section-container {
    padding-top: 80px;
    padding-bottom: 60px;
}

section.catalog-section-container > div.sr-container > h1 {
    margin-bottom: 40px;
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 107.6%;
    text-align: center;
    text-transform: capitalize;
    color: #1F1F1F;
}

section.catalog-section-container > div.sr-container > p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 154.7%;
    /* or 25px */
    text-align: center;
    color: #1F1F1F;
}

section.catalog-section-container > div.sr-container > div.category-container {
    padding-top: 50px;
    padding-bottom: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(302px, 284px));
    grid-gap: 15px 15px;
    justify-content: center;
    align-items: center;
}

.state-services-container {
    padding-top: 10px;
    padding-bottom: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(302px, 284px));
    grid-gap: 0px 15px;
    justify-content: center;
    align-items: center;
    margin-left: 8%;
}

.state-services-container > a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    /* or 32px */
    color: #4285F4;
    text-decoration: none;
    width: fit-content;
}

section.catalog-section-container.grey {
    background: #F3F8FE;
}

section.catalog-section-container > div.sr-container > div.category-container div.box:hover {
    filter: contrast(0.98);
}

section.catalog-section-container > div.sr-container > div.category-container div.box .box-button:hover {
    background-color: #4285F4;
    color: #ffffff;
}

section.catalog-section-container > div.sr-container > div.category-container div.box {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    min-height: fit-content;
    border-radius: 3px;
    text-align: center;
    padding: 40px 20px 20px 20px;
    min-height: 160px;
}

section.catalog-section-container > div.sr-container > div.category-container div.box .box-title {
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #1F1F1F;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

section.catalog-section-container > div.sr-container > div.category-container div.box > div.box-button-container {
    display: block;
    margin-top: 12px;
}

section.catalog-section-container > div.sr-container > div.category-container div.box > div.box-reference-container {
    display: inline-flex;
    gap: 10px;
    margin-top: 15px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #4285F4;
}

section.catalog-section-container > div.sr-container > div.category-container div.box > div.box-reference-container > a {
    color: #4285F4;
    text-decoration: none;
}

section.catalog-section-container > div.sr-container > div.category-container div.box > div.box-reference-container > a:hover {
    color: #29487D;
}

section.catalog-section-container > div.sr-container > div.category-container div.box .box-button {
    border: 1px solid rgba(31, 31, 31, 0.15);
    border-radius: 3px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #4285F4;
    width: fit-content;
    padding: 10px 20px;
    text-decoration: none;
    margin: 0 auto;
}

.load-more-container {
    text-align: center;
    margin-top: 30px;
}

.load-more-container * {
    margin-left: 4px;
}

.load-more-container a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #4285F4;
    text-decoration: none;
}

.w-100 {
    width: 100%;
}

.service-autocomplete-container {
    height: fit-content;
    position: relative;
    width: 100%;
}

.service-autocomplete {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 3px;
    height: fit-content;
    position: absolute;
    margin-top: 1px;
    width: calc(79% - 3px);
    display: none;
}

.service-autocomplete.active {
    display: block;
    z-index: 99;
}

.service-autocomplete .item {
    height: fit-content;
    padding: 10px;
    border-bottom: 1px solid #dbdbdb;
    padding: 10px 10px 5px 45px;
    display: flex;
}

.service-autocomplete .item:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}

.service-autocomplete .item .left-container img {
    object-fit: cover;
    width: 135px;
    height: 97px;
    object-position: center;
}

.service-autocomplete .item .right-container {
    width: fit-content;
}

.service-autocomplete .item .right-container .description-container p {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 154.7%;
    margin-top: 0px;
    color: #687075;
    padding-left: 1rem;
    display: block;
}

.service-autocomplete .item .right-container .description-container p a {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #4285F4;
    text-decoration: none;
    background-color: transparent;
    width: fit-content;
    height: fit-content;
    margin: 0px;
    display: unset;
}

.service-autocomplete .item .right-container .title-container {
    display: flex;
}

.service-autocomplete .item .right-container .title-container .sr-item-details-info h3 {
    width: 310px;
}

.service-autocomplete .item .right-container .title-container .sr-item-details-info {
    flex-direction: unset;
    gap: 0.1rem;
    padding-bottom: 8px;
}

.service-autocomplete .item .right-container .title-container .sr-item-details-info a,
.service-autocomplete .item .right-container .title-container .sr-item-details-info-rating a {
    font-size: 16px;
    background-color: transparent;
    margin: 0px;
    padding: 0px;
    width: fit-content;
    height: fit-content;
}

.service-autocomplete .item .right-container .title-container .sr-item-details-info-rating a {
    font-size: 12px;
}

.catalog-search-result {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    display: flex;
    align-items: center;
    color: #4285f4 !important;
    max-width: 1260px;
    margin-bottom: 15px;
}

.section-restuls.catalog-section-container.mt-15 {
    padding-top: 15px;
}

.catalog-search-in-text {
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-transform: capitalize;
    color: #1F1F1F;
    margin-left: 10px;
    margin-right: 10px;
    align-self: center;
}

#latest-subscribers mark {
    background: transparent;
    color: #4285f4;
}

.catalog-faq-container {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 52px 38px 52px 38px;
    margin-top: 70px;
}

.ql-align-justify img {
    width: -webkit-fill-available;
}

.catalog-faq-container img {
    width: -webkit-fill-available !important;
}


.catalog-faq-container .faq-title {
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    /* identical to box height */
    letter-spacing: 0.02em;
    color: #1F1F1F;
}

p.select-a-service {
    padding-bottom: 5px;
}

section.section-detail > p.top-page-description {
    font-weight: 300;
}

/**
* Media Queries
*/

@media (min-width: 769px) {
    section.section-restuls > .sr-container.local-business-container {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .user-revies .user-revies-header .user-revies-fix {
        width: 130px;
        height: 20px;
        font-size: 10px;
        padding: 10px 6px;
    }

    .user-revies .user-revies-header .user-revies-fix svg {
        width: 10px;
        height: 10px;
        margin-right: 6px;
    }

    .service-autocomplete .item .left-container {
        width: 100%;
    }

    .service-autocomplete .item .right-container {
        width: 100%;
    }

    .service-autocomplete .item {
        padding: 10px;
    }
}

@media (max-width: 1670px) {
    .service-autocomplete .item .right-container .title-container .sr-item-details-info h3 {
        width: fit-content;
        margin-right: 10px;
    }

    .service-autocomplete .item {
        padding: 10px 10px 5px 10px;
    }
}

@media (max-width: 1257px) {
    .catalog-section {
        height: 368px;
    }
}

@media (max-width: 1250px) {
    .service-autocomplete .item {
        padding: 10px 10px 5px 5px;
    }

    .service-autocomplete .item {
        display: block;
    }

    .service-autocomplete .item .right-container .title-container .sr-item-details-info {
        display: block;
        margin-bottom: 10px;
    }

    .service-autocomplete .item .left-container img {
        width: 100%;
        height: 150px;
    }

    section.section-detail.catalog-section a.add-business {
        margin-top: 10px;
    }

    .service-autocomplete .item .left-container {
        display: contents;
    }
}

@media (max-width: 1290px) {
    section.section-detail.catalog-section div.service-search .service-button-flex input#catalog-search {
        width: 372px;
    }

    section.section-detail.catalog-section div.service-search .service-button-flex button.search-button {
        width: 166px;
    }

    section.section-detail.catalog-section div.service-search .service-button-flex input#city-search {
        width: 172px;
    }
}

@media (max-width: 1070px) {
    section.section-detail.catalog-section div.service-search .service-button-flex input#catalog-search {
        width: 310px;
    }

    section.section-detail.catalog-section div.service-search .service-button-flex input#city-search {
        width: 210px;
    }
}

@media (max-width: 999px) {
    .catalog-search-in-text, .hide-on-mobile {
        display: none !important;
    }

    #city-search {
        margin-top: 10px;
    }

    section.section-detail.catalog-section > h1.mx-width {
        font-size: 2rem;
    }

    section.section-detail.catalog-section .mx-width {
        max-width: 100%;
        margin-top: 30px;
    }

    section.section-detail.catalog-section div.service-search {
        width: 100%;
    }

    section.section-detail.catalog-section div.service-search > p {
        text-align: center;
        width: 100%;
        display: block;
    }

    section.section-detail.catalog-section div.service-search .service-button-flex input#catalog-search, section.section-detail.catalog-section div.service-search .service-button-flex input#city-search {
        width: 100%;
    }

    section.catalog-section-container > div.sr-container > h1 {
        font-size: 30px;
    }

    .state-services-container {
        max-height: 300px;
        overflow-x: auto;
    }

    .ta-container {
        padding: 0px;
    }

    .state-services-container {
        grid-template-columns: repeat(auto-fill, minmax(80px, 90px));
        grid-gap: 0px 24px;
        margin-left: 0px;
    }

    .service-autocomplete {
        width: 100%;
        margin-top: -67px;
    }

    section.section-detail.catalog-section div.service-search .service-button-flex button.search-button {
        width: 100%;
        margin-left: 0px;
        height: 55px;
        margin-top: 13px;
        border: 1px solid #4285F4;
        background: #4285F4;
        color: #FFFFFF;
    }

    section.section-detail.catalog-section div.service-search .service-button-flex {
        display: block;
    }

    section.section-detail.catalog-section a.add-business {
        margin-top: 10px;
        margin-left: 0px;
        width: 100%;
    }

    section.section-detail.catalog-section {
        height: fit-content;
    }
}

.appointment-disabled {
    pointer-events: none;
}

@media (max-width: 767px) {
    .com-suggestions {
        width: auto !important;
            margin: 0px 14px !important;
    }

        .sd-description {
            padding: 1px 9px 30px 18px !important;
        }
}
