select.countrySelect {
    max-width: 80px;
}
.appointment_form .form_box select {
    border: 1px solid #e6e6e6;
    color: #495057;
    border-radius: 5px;
}
.form_box.form-group.country_phone {
    display: flex;
    gap: 5px;
}
.agreement a {
    color: #000000;
}
.agreemen a {
    color: #b1b1b1;
}

body strong {
    font-weight: bold;
}


/* main directions */

.direction-item {
    padding: 20px 40px;
    gap: 20px;
    border-radius: 7px;
    background-size: cover;
    background-position: center;
    max-width: 100%;
}

.owl-carousel .owl-stage,
.main-directions .owl-item {
    display: flex;
}

.dots-static .owl-dots {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    width: 100%;
}

.owl-nav > *.disabled {
    opacity: .6;
    cursor: not-allowed;
}

.nav-secondary .owl-nav .owl-next {
    right: -40px;
    transform: translate(100%, -50%);
}
.nav-secondary .owl-nav .owl-prev {
    transform: translate(-100%, -50%);
    left: -40px;
}

.dots-static .owl-nav .owl-prev,
.dots-static .owl-nav .owl-next {
    top: calc((100% - 38px) / 2);
}

.nav-secondary .owl-nav .owl-prev,
.nav-secondary .owl-nav .owl-next {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #616161;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (min-width: 992px) and (max-width: 1199px) {
    .nav-secondary .owl-prev {
        left: -5px !important;
    }
    .nav-secondary .owl-next {
        right: -5px !important;
    }
}

@media (max-width: 1049px) {
    .nav-secondary .owl-nav {
        display: none;
    }
}



/* new banner form */

.form-wrap {
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 16px 0px #0C5ADB40;
    position: relative;
    z-index: 2;
}

.form-wrap textarea,
.form-custom textarea {
    min-height: 48px;
    padding-top: 11px;
}

.form-wrap input,
.form-wrap select,
.form-wrap textarea,
.form-custom input,
.form-custom select,
.form-custom textarea {
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    color: #616161;
    padding-left: 9px;
    height: 48px;
}

.form-wrap input[type=submit],
.form-custom input[type=submit] {
    font-size: 18px;
    font-weight: 600;
    padding: 16px 32px;
    border: unset;
    height: auto;
}

.form-wrap input:focus,
.form-wrap select:focus,
.form-wrap textarea:focus {
    border-color: #DDDDDD;
    outline-color: var(--accent);
}

.form-wrap ::placeholder {
    color: #616161;
}

.ten.row {
    margin-right: -10px;
    margin-left: -10px;
    row-gap: 20px;
}
.ten.row > [class^="col-"],
.ten.row > [class*=" col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

select.countrySelect {
    max-width: 88px;
}

.country_phone .iti {
    flex-grow: 1;
}
.white {
    color: #FFF;
}

.subtitle {
    position: relative;
    padding-bottom: 4px;
    margin-bottom: 24px;
    font-weight: 600;
}
.subtitle::after {
    content: '';
    width: 40px;
    height: 1px;
    background: #FFF;
    position: absolute;
    bottom: -4px;
    left: 0;
}

.contact-form-colored .white-part {
    position: absolute;
    bottom: 0;
    padding: 28px 0;
    width: 100%;
}

.mean-container .mean-nav ul li li a {
    padding: 6px 10%;
}

/* new review card */

.reviews-slider .owl-item {
    display: flex;
}

.review-item {
    padding: 20px;
    border-radius: 7px;
    border: 1px solid #DDDDDD;
    /*box-shadow: 0px 4px 20px 0px #00000014;*/
}

.review-thumb {
    height: 80px;
    max-width: 240px;
}

.review-item .content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}
.review-item .content.full {
    -webkit-line-clamp: unset;
}

.review-item .footer {
    color: var(--accent);
}
.review-item .footer > *{
    cursor: pointer;
}

.review-item .full-review:not(.active) span.closed,
.review-item .full-review.active span.open {
    display: none;
}

.owl-stage-outer {
    display: flex;
    align-items: stretch;
}

.owl-stage {
    display: flex;
}

.owl-item {
    flex: 1 0 auto;
    display: flex;
}

.owl-item > * {
    flex: 1;
}

.license-item a {
    max-width: 100%;
}
.license-item img {
    width: 100%;
    aspect-ratio: 1 / 1.4;
    object-fit: cover;
}

.vbox-container img {
    max-height: 91vh;
}

/* advantages */

.advantage-item {
    padding: 12px;
    box-shadow: 0px 4px 12px 0px #00000014;
    border-radius: 8px;
    display: flex;
    gap: 12px;
    color: #232323;
    line-height: 1.3;
}

.advantage-item .title {
    font-weight: 700;
    font-size: 20px;
    color: #232323;
}
.advantage-item:hover a {
    color: var(--accent) !important;
}
.advantage-item .icon {
    color: #fff;
    font-size: 30px;
    line-height: 60px;
    height: 60px;
    width: 60px;
    min-width: 60px;
    background: #1563ff;
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51% !important;
    display: inline-block;
}

.advantage-item .icon img {
    width: 38px;
    height: 38px;
}

.advantage-item a.more {
    color: #232323;
    width: max-content;
}

nav .two-columns > .sub-menu {
    width: max-content;
    max-width: 480px;
    column-count: 2;
    column-gap: 0;
}

/* service page content */

.service-main-details-content-text h2 {
    font-size: 30px;
    margin: 0 0 12px;
}
h2.sm {
    font-size: 30px;
}
.service-main-details-content-text h3 {
    font-size: 28px;
    margin: 0 0 12px;
}
.service-main-details-content-text h4 {
    font-size: 24px;
    margin: 0 0 12px;
}


/* services sidebar */
.services-sidebar {
    background-color: #EFF2F7;
    border-radius: 7px;
    padding: 12px;
}

.services-sidebar .sidebar-title {
    color: #232323;
    font-weight: 700;
    font-size: 24px;
    padding-bottom: 16px;
    margin: 0 0 12px;
    position: relative;
}
.services-sidebar .sidebar-title::after {
    width: 52px;
    height: 4px;
    background-color: var(--accent);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
}

.services-sidebar .sidebar-items {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #232323;
}
.services-sidebar .sidebar-items li {
    padding: 12px 0;
    display: flex;
    flex-direction: column;
}
.services-sidebar .sidebar-items > li {
    padding: 0;
}
.services-sidebar .sidebar-items li.has-children > div > * {
    font-weight: 600;
}
.services-sidebar .sidebar-items li.has-children li {
    padding: 8px 0 8px 12px;
}
.services-sidebar .sidebar-items li.has-children {padding: 0 !Important;}
.services-sidebar .sidebar-items li a {
    color: #232323;
}
.services-sidebar .sidebar-items .parent-item,
.services-sidebar > .sidebar-items > li {
    color: inherit;
    padding: 6px 0 6px 20px;
    position: relative;
}

.services-sidebar > .sidebar-items > li > * {font-weight: 600;}

/* подменю */

.services-sidebar .dropdown-items {
    display: none;
    list-style: none;
    padding: 0 0 0 16px;
}
.services-sidebar .sidebar-items li.open > .dropdown-items {
    display: block;
}

.services-sidebar .dropdown-items li a {
    color: #232323;
    text-decoration: none;
    padding-left: 0;
}

/* активные и hover только для ссылки */
.services-sidebar.dropdown .active,
.services-sidebar.dropdown .active > a,
.services-sidebar a:hover,
.services-sidebar .open > .parent-item a {
    color: var(--accent) !important;
}

.fade.in {
    opacity: 1;
    background-color: rgba(0,0,0,0.4);
}

.services-sidebar:not(.dropdown) li {
    padding: 12px 0 12px 20px;
    position: relative;
}
.services-sidebar:not(.dropdown) li.active > * {
    color: var(--accent);
}

/* стрелка справа у пунктов с подменю */
.services-sidebar .sidebar-items .parent-item::before,
.services-sidebar:not(.dropdown) li::before {
    display: inline-block;
    width: 12px;
    min-width: 12px;
    height: 24px;
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='24' viewBox='0 0 12 24' fill='none'><path d='M4.80567 16C4.66748 16 4.54862 15.9548 4.4491 15.8643C4.34957 15.7722 4.2998 15.6517 4.2998 15.5028V8.49846C4.2998 8.34876 4.3508 8.22825 4.4528 8.13695C4.55479 8.04565 4.67324 8 4.80813 8C4.84268 8 4.95948 8.05346 5.15853 8.16039L8.46143 11.4645C8.53793 11.5402 8.59674 11.622 8.63787 11.7101C8.679 11.7981 8.69956 11.8947 8.69956 12C8.69956 12.1053 8.679 12.2019 8.63787 12.2899C8.59674 12.378 8.53793 12.4602 8.46143 12.5367L5.15853 15.8396C5.11329 15.8848 5.06024 15.9231 4.99937 15.9543C4.93933 15.9848 4.87476 16 4.80567 16Z' fill='%23616161'/></svg>") no-repeat center / contain;
}
.services-sidebar:not(.dropdown) li.active::before,
.services-sidebar:not(.dropdown) li:hover::before,
.services-sidebar .sidebar-items .parent-item:hover::before,
.services-sidebar .sidebar-items .active .parent-item:hover::before,
.services-sidebar .sidebar-items .active > .parent-item::before,
.services-sidebar .sidebar-items .open > .parent-item::before {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='24' viewBox='0 0 12 24' fill='none'><path d='M4.80567 16C4.66748 16 4.54862 15.9548 4.4491 15.8643C4.34957 15.7722 4.2998 15.6517 4.2998 15.5028V8.49846C4.2998 8.34876 4.3508 8.22825 4.4528 8.13695C4.55479 8.04565 4.67324 8 4.80813 8C4.84268 8 4.95948 8.05346 5.15853 8.16039L8.46143 11.4645C8.53793 11.5402 8.59674 11.622 8.63787 11.7101C8.679 11.7981 8.69956 11.8947 8.69956 12C8.69956 12.1053 8.679 12.2019 8.63787 12.2899C8.59674 12.378 8.53793 12.4602 8.46143 12.5367L5.15853 15.8396C5.11329 15.8848 5.06024 15.9231 4.99937 15.9543C4.93933 15.9848 4.87476 16 4.80567 16Z' fill='%231563FF'/></svg>") no-repeat center / contain;
}
.services-sidebar .sidebar-items li.open .parent-item::before {
    transform: rotate(90deg);
    border-color: var(--accent);
}


.solutions-content-text h2 {
    font-size: 30px;
    margin: 0 0 30px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .service-main-details-content-text h2,
    .solutions-content-text h2,
    h2.sm {
        font-size: 28px;
    }
    .service-main-details-content-text h3 {
        font-size: 26px;
    }
    .service-main-details-content-text h4 {
        font-size: 22px;
    }

    h1, .h1 {
        font-size: 36px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .service-main-details-content-text h2,
    .solutions-content-text h2,
    h2.sm {
        font-size: 24px;
    }
    .service-main-details-content-text h3 {
        font-size: 22px;
    }
    .service-main-details-content-text h4 {
        font-size: 20px;
    }

    h1, .h1 {
        font-size: 30px;
    }
}

.services-sidebar {
    position: sticky;
    top: 100px;
}

/* advantages */

.service_style_two {
    background-color: #EFF2F7;
    border-radius: 7px;
    padding: 12px;
    display: flex;
    gap: 12px;
}

/* service includes */

.service-includes-item {
    display: flex;
    padding: 20px 0;
    border-top: 1px solid #EFF2F7;
}
.service-includes-item:last-of-type {
    border-bottom: 1px solid #EFF2F7;
}

.service-includes-item .number {
    margin: 0 24px 0 0;
    color: var(--accent);
}
.service-includes-item .title {
    padding: 0 24px 0 0;
    margin: 0 24px 0 0;
    border-right: 2px solid var(--accent);
    width: 266px;
    min-width: 266px;
    max-width: 100%;
}

@media (max-width: 767px) {
    .service-includes-item {
        flex-direction: column;
    }

    .service-includes-item .title {
        width: max-content;
        min-width: auto;
        max-width: 100%;
        border-right: unset;
        padding: 0 0 14px 0;
        margin: 0 0 12px 0;
    }
    .service-includes-item .title::before {
        content: '';
        width: 72px;
        height: 2px;
        background-color: var(--accent);
        position: absolute;
        bottom: 12px;
        left: 0;
    }

    .service-includes-item .number {
        margin-right: 12px;
    }
}

/* faqs */

.faq-item {
    display: flex;
    gap: 20px;
    padding: 12px;
    background-color: #EFF2F7;
    border-radius: 7px;
    cursor: pointer;
}

.faq-item + .faq-item {
    margin-top: 30px;
}

.faq-item:not(.active) .opened,
.faq-item.active .closed,
.faq-item:not(.active) .answer {
    display: none;
}

.faq-item .question {
    font-size: 20px;
    font-weight: 700;
    color: #232323;
}

@media (max-width: 767px) {
    .consultation .text {
        font-size: 22px;
    }
}

.consultation .text {
    width: 70%;
    font-weight: bolder;
    max-width: 805px;
}

/* how we work */

.how-work-item {
    border: 1px solid var(--accent);
    border-radius: 7px;
    padding: 12px 8px 12px 32px;
    position: relative;
}

.how-work-item .content strong {
    color: #232323;
}

.how-work-item .number-wrap {
    padding: 10px 0;
    background-color: #FFF;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 0;
}
.how-work-item .number {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    width: 32px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background-color: var(--accent);
    color: #FFF;
}

@media (max-width: 575px) {
    .how-work-item {
        margin-left: 10px;
    }
}

/* call_do_action */

.call_do_action {
    background-position: center;
    background-size: cover;
}

.call_do_action .description {
    color: #232323;
    font-size: 18px;
    padding-top: 5px;
    position: relative;
}
.call_do_action .description::before {
    content: '';
    width: 40px;
    height: 1px;
    background-color: var(--accent);
    position: absolute;
    top: 0;
    left: 0;
}

.em_bar {
    display: none;
}

.about_icon .icon {
    line-height: 40px;
    display: flex;
}

.counter_area .row.wrap {
    padding: 50px 0;
}

@media (max-width: 767px) {
    .counter_area .row.wrap {
        padding: 25px 0;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .call_do_action {
        background-position: 80%;
    }
}

.flipbox_title {
    font-weight: 500;
    color: #232323;
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
}

.techno_flipbox_inner {
    row-gap: 15px;
}

.techno_flipbox {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 10px 25px 0px #0000001A;
}

.techno_flipbox .techno_flipbox_font {
    padding: 40px 12px;
}

.techno_flipbox_back * {
    color: #FFF;
}
.techno_flipbox:hover .techno_flipbox_back .techno_flipbox_inner {
    z-index: 3;
    padding: 12px;
}
.techno_flipbox .techno_flipbox_back .techno_flipbox_inner .flipbox_title {
    margin-bottom: 32px;
}

/* solutions */

.solutions-content-text h3 {
    font-size: 20px;
    margin: 30px 0 12px;
}

@media (max-width: 767px) {
    .solutions-content-text h2 {
        margin: 0 0 24px;
    }
    .solutions-content-text h3 {
        margin: 24px 0 12px;
    }

    .techno_flipbox_inner {
        row-gap: 12px;
    }
}

/* work with us */

.work-with-us--item {
    background-color: #EFF2F7;
    padding: 12px;
    display: flex;
    gap: 12px;
    border-radius: 7px;
}

/* custom content */

.custom-content ul {
    padding: 0;
    margin: 12px 0 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.custom-content ul li {
    padding: 12px;
    margin: 0;
    background-color: #EFF2F7;
    border-radius: 7px;
    display: flex;
    gap: 12px;
    width: calc((100% - 30px) / 2);
}
.custom-content ul li::before {
    content: "";
    display: inline-block;
    width: 24px;
    min-width: 24px;
    height: 24px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'><path d='M21.6004 6L10.4004 17.2C10.1681 17.4356 9.58635 18 9.25789 18C8.92943 18 8.23268 17.4356 8.00039 17.2L2.40039 11.5641' stroke='%231563FF' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/></svg>")
    no-repeat center center;
    background-size: contain;
}

@media (max-width: 991px) {
    .custom-content ul {
        gap: 12px;
    }

    .custom-content ul li {
        padding: 12px;
        margin: 0;
        background-color: #EFF2F7;
        border-radius: 7px;
        display: flex;
        gap: 12px;
        width: calc((100% - 12px) / 2);
    }
}

@media (max-width: 767px) {
    .custom-content ul {
        margin: 12px 0 24px;
    }

    .custom-content ul li {
        width: 100%;
    }

    .techno_flipbox_slider {
        padding: 30px 0;
    }
}

.owl-shadow .owl-stage-outer {
    box-shadow: 0px 10px 25px 0px #0000001A;;
}

a.link-arrow {
    color: var(--accent);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 12px;
}
a.link-arrow::after {
    content: '';
    width: 17px;
    height: 14px;
    background: url("data:image/svg+xml;utf8,<svg width='17' height='14' viewBox='0 0 17 14' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M10.1667 1L16 7M16 7L10.1667 13M16 7H1' stroke='%231563FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>")
    no-repeat center / contain;
}

.r_content.solutions-content-text > *:first-child {
    margin-top: 0;
}

.r_part {
    background-color: #EFF2F7;
    padding: 12px;
    border-radius: 7px;
}

.lr_items .lr_item {
    display: flex;
    gap: 12px;
}
.lr_items .lr_item + .lr_item {
    margin-top: 12px;
}

.lr_items .lr_item .title {
    font-weight: 700;
    line-height: 1.3;
    color: #232323;
}
.r_item .content-part {
    margin-top: 1px;
}

.consultation-form {
    background-size: cover;
}

.consultation-form .subtitle,
.consultation-form h2 {
    color: var(--accent);
}

.consultation-form .form-group,
.contact-form-colored .form-group {
    margin: 0;
}

.consultation-form .form-wrap {
    box-shadow: unset;
    border: 1px solid #DDDDDD;
}

.consultation-form .subtitle::after {
    background-color: var(--accent);
}

.recommended-solutions .flipbox_title  {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}
.recommended-solutions .techno_flipbox_inner  {
    row-gap: 20px;
}

.recommended-solutions .techno_flipbox_slider  {
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    padding: 54px 20px;
    min-height: 250px;
}

@media (max-width: 767px) {
    .recommended-solutions .techno_flipbox_slider  {
        padding: 20px 12px;
        min-height: auto;
    }
    .ytp-cued-thumbnail-overlay-image {
        background-size: contain; !important;
        -moz-background-size: contain; !important;
        -webkit-background-size: contain; !important;
    }
    .ytmWatchPlayerControlsHost .ytmVideoCoverThumbnail {
        background-position: center;
        background-repeat: no-repeat;
        -webkit-background-size: contain; !important;
        background-size: contain; !important;
    }
}



.modal-header {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.close {
    opacity: 0.8;
    position: absolute;
    top: 10px;
    right: 10px;
}

.modal-header {
    padding: 0 0 20px 0;
}

.modal-subtitle {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: var(--accent);
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 12px;
}
.modal-title {
    text-align: center;
    max-width: 460px;
}
.modal-subtitle::after {
    content: '';
    width: 40px;
    height: 1px;
    background: var(--accent);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 730px;
    }
}

#blocksabout_area .singel_about_left.mb-30 {
    display: flex;
}
