h1, h2, h3, h4, h5, h6 {
    font-kerning: none;
}

p { 
    margin-bottom: 15px;
}
.single-post img {
    height: auto;
}

.single-post .post-thumbnail img {
    border-radius: 32px;
}

ul li,
ol li {
    font-size: 16px;
    line-height: 1.75;
    color: #323232;
    margin-top: 16px;
    margin-bottom: 16px;
}

#page {
    padding-top: 61px;
}
.admin-bar #page {
    padding-top: 36px;
}
.header {
    background: #6f02b5;
    padding: 16px 0;
    z-index: 999;
    position: fixed;
    width: 100%;
    top: 0;
}
.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .right {
    display: flex;
    align-items: center;
}
.header_nav .menu_list {
    display: flex;
    align-items: center;
}
.header_nav .menu_list li {
    margin: 0 23px;
}
.header_nav .menu_list li a {
    color: #fff;
    font-family: 'Fieldwork Geo', sans-serif;
    font-weight: 700;
    font-size: 16px;
}
.header_nav .menu_list li.current-menu-ancestor a,
.header_nav .menu_list li a:hover {
    color: #b780da;
}
.header_nav .social-items {
    display: none;
}
.header_mobile_search {
    display: none;
}
.header_logo img {
    max-width: 100px;
}
.header_search {
    display: flex;
    align-items: center;
    width: 24px;
    justify-content: flex-end;
    position: relative;
    margin-left: 11px;
}
.header_search form {
    width: 0;
    flex: 1;
    position: absolute;
    bottom: -7px;
    right: 7px;
    height: 38px;
    overflow: hidden;
    margin-right: 25px;
    transition: all 0.3s ease-in-out;
}
.header_search.active form {
    width: 360px;
}
.header_search form .input_text {
    padding: 8px 10px 9px 10px;
}
.header_search_link {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 0;
    padding: 0;
}
.header_search_link svg path {
    fill: #fff;
}
.header_search_link:hover svg path {
    fill: #b780da;
}
.header_menu_humb {
    background: transparent;
    border: 0;
    overflow: hidden;
    height: 18px;
    width: 20px;
    padding: 0;
    display: none;
}
.header_menu_humb span {
    width: 18px;
    height: 2px;
    display: block;
    transition: all 0.3s ease-in-out;
    background: #fff;
}
.header_menu_humb span:nth-child(2) {
    margin: 4px 0;
}
.header_menu_humb.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}
.header_menu_humb.active span:nth-child(2) {
    transform: translateX(-30px);
}
.header_menu_humb.active span:nth-child(3) {
    transform: rotate(-45deg) translate(3px, -3px);
}
body.ovrflw_hdn {
    overflow: hidden;
}
.main_s .btn_wrpr {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.main_learn_m_btn {
    background-image: linear-gradient(to bottom, #851dd6, #4a0084);
    color: #fff;
    display: flex;
    align-items: center;
    font-family: 'Fieldwork Geo', sans-serif;
    font-weight: 600;
    padding: 8px 17px 12px;
    border-radius: 40px;
}
.main_learn_m_btn:hover {
    opacity: 0.8;
}
.main_learn_m_btn svg {
    width: 20px;
    height: 20px;
    margin-left: 6px;
}
.main_learn_m_btn svg path {
    fill: #fff;
}
.main_s_img {
    margin-top: 55px;
}
.main_s {
    text-align: center;
    padding-top: 36px;
}
.s_title_top {
    color: #6f02b5;
    font-family: 'Fieldwork Geo', sans-serif;
    font-weight: 600;
    font-size: 21px;
    line-height: 23px;
    
}
.s_title_main {
    color: #323232;
    font-size: 50px;
    line-height: 55px;
    font-family: 'Fieldwork Geo', sans-serif;
    font-weight: 700;
    margin-top: 10px;
}
.s_title_bottom {
    color: #aaa;
    font-family: 'Fieldwork Geo', sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 30px;
    max-width: 750px;
    margin: 5px auto 15px;
}
.main_s .s_title_bottom {
    max-width: 480px;
}
.apps_s {
    text-align: center;
    padding-top: 36px;
    padding-bottom: 10px;
    background-color: #f8f8f8;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 650px;
}
.apps_wrpr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -4%;
    margin-top: 70px;
    z-index: 3;
    position: relative;
}
.apps_wrpr .left,
.apps_wrpr .right {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.apps_wrpr .left .app_item:nth-child(n+11),
.apps_wrpr .right .app_item:nth-child(n+11) {
    display: none;
}
.app_item {
    width: calc(20% - 6%);
    margin: 3%;
    min-height: 44px;
    display: flex;
    border-radius: 7px;
    overflow: hidden;
}
.app_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.learn_more_link {
    color: #323232;
    font-family: 'Fieldwork Geo', sans-serif;
    font-weight: 600;
    display: inline-block;
}
.s_center_link_wrpr .learn_more_link {
    margin-top: 30px;
}
.devices_s {
    background: url(../img/devices_img_bg.png) no-repeat;
    background-position: center bottom;
    text-align: center;
    padding-top: 36px;
    min-height: 560px;
    padding-bottom: 380px;
}
.award_s {
    background: url(../img/award_img_bg.png) no-repeat;
	background-position: center bottom;
    text-align: center;
    min-height: 560px;
    padding-bottom: 410px;
}
.empty_s {
    padding-top: 50px;
    min-height: 405px;
    background-image: linear-gradient(142deg, #eeeeee, #d6d6d6 77%);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    text-align: center;
}
.empty_s a {
    display: block;
    width: 100%;
    height: 100%;
}
.empty_s h3 {
    color: #323232;
    font-family: 'Fieldwork Geo', sans-serif;
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 10px;
}
.empty_s h4 {
    color: #aaa;
    font-family: 'Fieldwork Geo', sans-serif;
    font-weight: 600;
    font-size: 21px;
    line-height: 23px;
    max-width: 360px;
    margin: 0 auto;
}
.page-template-page-company-our-story .empty_s h4 {
    padding-top: 15px;
}
.first_s {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 520px;
    padding-top: 36px;
}
.first_s_top_title h3 {
    text-align: left;
    color: #af8ed8;
    font-family: 'Fieldwork Geo';
    font-weight: 600;
    font-size: 16px;
    padding: 23px 0 9px;
    border-bottom: 1px solid #aaa;
    margin-bottom: 16px;
}
.first_s .first_s_bg_img {
    width: 100%;
    margin-top: 34px;
}
.s_center_p {
    line-height: 24px;
    color: #323232;
    margin-top: 10px;
}
.s_title_main.little_font_s {
    font-size: 38px;
    line-height: 42px;
}
.eplore_features_s {
    padding-top: 36px;
}
.eplore_features_s .s_center_p {
    color: #aaa;
}
.eplore_features_s .s_title_top {
    color: #af8ed8;
}
.eplore_features_s .section_titles {
    text-align: center;
}
.eplore_features_items_wrpr {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.eplore_features_item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding: 10px 15px;
}
.eplore_features_item .img_wrpr {
    margin-top: 3px;
    margin-right: 20px;
    display: flex;
    min-width: 44px;
    width: 44px;
}
.eplore_features_item .text h3 {
    font-family: 'Fieldwork Geo';
    font-weight: 600;
    font-size: 21px;
    line-height: 23px;
    color: #323232;
    margin-bottom: 10px;
}
.eplore_features_item .text p {
    font-style: 16px;
    line-height: 24px;
    color: #aaa;
}
.apps_slider .container {
    padding: 0;
    width: 100%;
}
.apps_slider {
    text-align: center;
}
.single_item_slider {
    margin-bottom: 70px;
    position: relative;
}
.single_item_slider .slider_item img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.slider_title {
    font-size: 17px;
    font-family: 'Fieldwork Geo';
    font-weight: 600;
    color: #aaa;
    margin-bottom: 24px;
}
.slick-dots {
    display: flex;
    align-content: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    bottom: -40px;
    left: 0;
}
.slider_dot {
    width: 10px;
    height: 10px;
    border: 2px solid #dbdbdb;
    background: transparent;
    padding: 0;
    border-radius: 50%;
    margin: 0 10px;
}
.slick-active .slider_dot {
    border-color: #6f02b5;
    background: #6f02b5;
}
.slider_arrow {
    width: 25px;
    height: 25px;
    background: #fff url(../img/slider_next_arrow.svg) no-repeat;
    background-position: 1px 0;
    border: 1px solid #af8ed8;
    border-radius: 50%;
    padding: 0;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    z-index: 2;
}
.slider_arrow.slider_prev {
    left: 15px;
    transform: rotate(-180deg);
}
.slider_arrow.slider_next {
    right: 15px;
}
.categories_block {
    padding: 16px;
    border-radius: 8px;
    border: solid 1px #dbdbdb;
    background-color: #fff;
}
.categories_block .select {
    margin-bottom: 16px;
}
.select {
    overflow: hidden;
    background: transparent;
    position: relative;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
}
.select::before {
    content: '';
    background-image: url(../img/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 13px;
    height: 8px;
}
.select select {
    -webkit-appearance: none;
    font-family: 'Fieldwork Geo', sans-serif;
    font-weight: 600;
    color: #6f02b5;
    font-size: 12px;
    padding: 12px 5px;
    padding-right: 30px;
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
}
.search_checkboxes_wrpr {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 15px;
}
.cat_checkbox_container {
    cursor: pointer;
    margin: 5px 0;
    margin-right: 8px;
}
.cat_checkbox_container input {
    display: none;
}
.cat_checkbox_container .checkbox_label {
    background: #f8f8f8;
    font-size: 16px;
    font-weight: 600;
    color: #aaa;
    padding: 7px 14px;
    border-radius: 7px;
    display: block;
}
.cat_checkbox_container input:checked ~ .checkbox_label {
    background: #6f02b5;
    color: #fff;
}
.middle_font_title {
    font-size: 1.75em;
    line-height: 1.4;
    font-family: 'Fieldwork Geo', sans-serif;
    font-weight: 700;
    color: #323232;
}
.search_block {
    padding-top: 36px;
    padding-bottom: 31px;
}
.search_block_container {
    background: #f8f8f8;
}
.apps_with_search_title_wrpr {
    padding-top: 50px;
}
.apps_with_search .middle_font_title {
    text-align: center;
    line-height: 1;
    padding-bottom: 36px;
}
.purple_search_title {
    font-size: 21px;
    line-height: 23px;
    font-family: 'Fieldwork Geo', sans-serif;
    font-weight: 600;
    color: #6f02b5;
    margin-bottom: 15px;
}
.little_title {
    font-size: 12px;
    font-family: 'Fieldwork Geo', sans-serif;
    font-weight: 600;
    color: #323232;
    margin: 0;
}
.search_block .little_title {
    padding: 10px 0 6px;
}
.def_search_form {
    position: relative;
    height: fit-content;
}
.def_search_form .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 11px;
}
.def_search_form .icon svg path {
    fill: #6f02b5;
}
.def_search_form input {
    width: 100%;
    background-color: #fff;
    padding: 12px 40px 12px 5px;
    border: none;
    color: #aaaaaa;
    font-size: 12px;
    font-family: 'Fieldwork Geo', sans-serif;
    font-weight: 600;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
}
.def_search_form input::placeholder {
    color: #aaaaaa;
}
.apps_search_result {
    background: #f8f8f8;
}
.app_tile_items_wrpr {
    display: flex;
    flex-wrap: wrap;
}
.app_tile_item {
    border-radius: 8px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
    padding: 16px;
    margin: 0 10px 16px;
    width: 100%;
}
.app_tile_item .item_header {
    display: flex;
    align-items: center;
}
.app_tile_item .item_header .img_wrpr {
    min-width: 80px;
    min-height: 80px;
    width: 80px;
    height: 80px;
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 10px;
}
.app_tile_item .item_header .img_wrpr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.app_tile_item .item_header .category {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Fieldwork Geo', sans-serif;
    font-weight: 600;
    color: #6f02b5;
}
.app_tile_item .item_header .app_name {
    font-size: 17px;
    line-height: 19px;
    font-family: 'Fieldwork Geo', sans-serif;
    font-weight: 600;
    color: #323232;
    margin: 3px 0;
}
.app_tile_item .item_header .developer_name {
    font-size: 12px;
    font-family: 'Fieldwork Geo', sans-serif;
    font-weight: 600;
    color: #aaa;
    word-break: break-all;
}
.app_tile_item .item_text {
    margin-top: 10px;
    margin-bottom: 5px;
}
.app_tile_item .item_text p {
    font-size: 14px;
    line-height: 21px;
    color: #323232;
}
.app_tile_item .item_link {
    font-size: 14px;
    font-family: 'Fieldwork Geo', sans-serif;
    font-weight: 600;
    color: #6f02b5;
}
.app_tile_pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    padding-bottom: 20px;
}
.app_tile_pagination .pag_prev_btn,
.app_tile_pagination .pag_next_btn {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: 'Fieldwork Geo', sans-serif;
    font-weight: 600;
    color: #aaa;
}
.app_tile_pagination .pag_prev_btn img {
    margin-right: 15px;
}
.app_tile_pagination .pag_next_btn img {
    margin-left: 15px;
}
.second_s_checkboxes_wrpr .cat_checkbox_container input:checked ~ .checkbox_label {
    background: #f3677f;
    color: #fff;
}
.device_tile_item {
    border-radius: 8px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
    margin-bottom: 16px;
    width: 100%;
}
.device_item_slider {
    margin-bottom: 50px;
}
.device_item_slider .slider_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.device_tile_items_wrpr {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
}
.device_accordion_title {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.device_accordion_content {
    display: none;
}
.device_accordion_item .device_accordion_title .icon {
    transition: all 0.15s ease-in-out;
    margin-left: 15px;
}
.device_accordion_item .device_accordion_title .icon svg path {
    fill: #af8ed8;
}
.device_accordion_item:not(.accordion_active) .device_accordion_title .icon {
    transform: rotate(-90deg);
}
.device_accordion_item .device_accordion_title {
    background: #f4f0f7;
    padding: 12px;
}
.device_accordion_item .device_accordion_title h3 {
    font-size: 14px;
    font-family: 'Fieldwork Geo', sans-serif;
    font-weight: 600;
    color: #6f02b5;
}
.device_accordion_content {
    padding: 16px;
    padding-bottom: 6px;
    background: #f4f0f7;
}
.device_spec_row {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
}
.device_spec_row .col:nth-child(1) {
    width: 40%;
}
.device_spec_row .col:nth-child(2) {
    width: 60%;
}
.device_spec_row h3 {
    font-size: 14px;
    line-height: 21px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.device_spec_row p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0px;
}
.device_accordion_content .device_spec_row:nth-last-child(-n+2) {
    border-bottom: 0;
}
.device_tile_item .device_text {
    padding: 16px;
}
.device_tile_item .device_text p {
    font-size: 16px;
    line-height: 24px;
    color: #323232;
}
.device_tile_item .item_header {
    padding: 32px 16px;
}
.device_tile_item .item_header .device_type {
    font-size: 12px;
    color: #6f02b5;
    font-family: 'Fieldwork Geo', sans-serif;
    font-weight: 600;
}
.device_tile_item .item_header .device_name {
    font-size: 28px;
    font-family: 'Fieldwork Geo', sans-serif;
    font-weight: 600;
    color: #323232;
    margin: 5px 0;
}
.device_tile_item .item_header .mnfctrr {
    font-size: 21px;
    font-family: 'Fieldwork Geo', sans-serif;
    font-weight: 600;
    color: #aaa;
}
.first_s_explore_life {
    background-image: linear-gradient(to top, #f3677f, #4a0084);
}
.first_s_explore_life .top_part {
    padding-top: 40px;
    text-align: center;
}
.first_s_explore_life .s_title_top {
    color: #62d3ca;
}
.first_s_explore_life .s_title_main {
    color: #fff;
}
.first_s_explore_life .s_center_p {
    color: #fff;
    margin-bottom: 35px;
}
.first_s_explore_life .phone_img {
    display: block;
    margin: 0 auto;
}
.first_s_explore_life .bottom_part {
    padding: 30px 0;
}
.first_s_explore_life .part_top_title {
    font-size: 1.2em;
    font-family: 'Fieldwork Geo', sans-serif;
    font-weight: 600;
    color: #fff;
    text-align: left;
    line-height: 1.4;
}
.first_s_explore_life .bottom_part_items_wrpr {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
}
.first_s_explore_life .bottom_part_item {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 1em 0.5em;
}
.first_s_explore_life .bottom_part_items_wrpr .bottom_part_item:last-child {
    border-bottom: 0;
}
.first_s_explore_life .bottom_part_item .img_wrpr {
    /* height: 33px;
    width: 42px; */
    margin-right: 30px;
}
.first_s_explore_life .bottom_part_item .img_wrpr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.first_s_explore_life .bottom_part_item h3 {
    font-size: 21px;
    line-height: 23px;
    font-family: 'Fieldwork Geo', sans-serif;
    font-weight: 600;
    color: #fff;
}
.partners_s {
    padding-top: 36px;
    text-align: center;
    background: #f8f8f8;
}
.partners_s .container{
    padding: 0;
}
.partners_s .s_title {
    font-size: 28px;
    font-family: 'Fieldwork Geo', sans-serif;
    font-weight: 600;
    color: #323232;
}
.partners_items_wrpr {
    display: flex;
    flex-wrap: wrap;
}
.partners_items_wrpr .parnter_item {
    width: 50%;
    padding: 2em 0;
}
.partners_items_wrpr .parnter_item:last-child {
    border-bottom: 0;
}
.simple_text_btn_s {
    padding: 66px 0 56px;
    text-align: center;
    position: relative;
    background: linear-gradient(to bottom, #851dd6 4%, #f4afb9 115%)
}
.simple_text_btn_s .s_title_bottom {
    color: #fff;
}
.simple_text_btn_s .s_center_p {
    margin-bottom: 46px;
}
.simple_text_btn_s.without_gradient {
    background: #f4f0f7;
}
.simple_text_btn_s.without_gradient .s_title_bottom {
    color: #6f02b5;
}
.purple_btn {
    background: #6f02b5;
    font-size: 16px;
    color: #fff;
    font-family: 'Fieldwork Geo', sans-serif;
    font-weight: 600;
    padding: 11px 58px;
    border-radius: 40px;
    display: inline-block;
    border: 0;
}
.purple_btn:hover {
    opacity: 0.8;
}
.vertical_partners_s {
    background-image: linear-gradient(134deg, #5b00b3, #b436f7 100%);
    padding: 20px 0;
}
.partners_vertical_slider .slider_item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.simple_text_btn_s.two_btns {
    padding: 66px 0 41px;
}
.simple_text_btn_s.two_btns .s_center_p {
    margin-bottom: 15px;
    color: #fff;
    opacity: 0.85;
    font-weight: 600;
    margin-top: 15px;
}
.simple_text_btn_s.two_btns .btn_wrpr .purple_btn:first-child {
    margin-bottom: 8px;
}
.partners_bussiness_items_wrpr {
    display: flex;
    flex-wrap: wrap;
}
.partners_bussiness_item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 15px;
    background-color: #fff;
}
.partners_bussiness_items_wrpr .partners_bussiness_item:last-child {
    border-bottom: 0;
}
.partners_bussiness_item .partner_link {
    font-size: 14px;
    text-decoration: underline;
    color: #aaa;
}
.loading_spinner_wrpr {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    width: 100%;
}
.loading_spinner_wrpr img {
    width: 40px;
    height: 40px;
    opacity: 0.3;
    animation: loading_spin_animation 4s infinite;
}
@keyframes loading_spin_animation {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
        transform: rotate(1800deg);
    }
}
.first_s.team_page {
    min-height: 300px;
    padding-bottom: 30px;
}
.team_s .container {
    display: flex;
    flex-wrap: wrap;
}
.team_item {
    width: 100%;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
    border-radius: 8px;
    margin-bottom: 16px;
    overflow: hidden;
}
.team_item .img_wrpr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team_item .item_text {
    padding: 15px 16px;
    text-align: center;
}
.team_item .item_text .name {
    font-family: 'Fieldwork Geo', sans-serif;
    font-weight: 600;
    font-size: 21px;
    color: #6f02b5;
    margin-bottom: 3px;
}
.team_item .item_text .position {
    font-family: 'Fieldwork Geo', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #323232;
}
.team_item .item_text p {
    color: #aaa;
    font-size: 14px;
    line-height: 21px;
    margin: 10px 0 30px;
}
.team_item .item_social {
    display: flex;
    align-items: center;
    justify-content: center;
}
.team_item .item_social li {
    margin: 0 10px;
}
.team_item .item_social svg rect,
.team_item .item_social svg path {
    fill: #aaa;
}
.goes_tooltip {
    width: 100%;
    padding: 15px 10px;
    background: #fecb1c;
    text-align: left;
    position: relative;
}
.goes_tooltip::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: #fecb1c transparent transparent transparent;
}
.goes_tooltip p {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}
.simple_text_btn_s.with_tooltip {
    padding-top: 0;
}
.simple_text_btn_s.with_tooltip .s_title_bottom {
    padding-top: 10px;
}
.vertical_circles_s .top_titles {
    padding: 36px 0;
    text-align: center;
}
.vertical_circles_s .top_titles .middle_font_title {
    margin-top: 10px;
}
.vertical_circles_s .items_wrpr {
    padding: 10px 0 40px;
    display: flex;
    flex-wrap: wrap;
}
.vertical_circles_s .item {
    width: 100%;
    display: flex;
    padding: 0 10px;
    margin-bottom: 50px;
    position: relative;
}
.vertical_circles_s:not(.white_bg) .item:before {
    width: 1px;
    height: calc(100% + 50px);
    position: absolute;
    left: 25px;
    top: 10px;
    display: block;
    content: "";
    background: #dbdbdb;
}
.vertical_circles_s .items_wrpr .item:last-child {
    margin-bottom: 0;
}
.vertical_circles_s .items_wrpr .item:last-child:before {
    display: none;
}
.vertical_circles_s .item .cirle {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    font-family: 'Fieldwork Geo', sans-serif;
    font-weight: 700;
    margin-right: 15px;
    z-index: 2;
}
.vertical_circles_s .item .text h3 {
    color: #323232;
    font-size: 21px;
    font-family: 'Fieldwork Geo', sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
}
.vertical_circles_s .item .text > p {
    font-size: 16px;
    line-height: 24px;
    color: #aaa;
}
.vertical_circles_s.pale_grey_bg {
    background: #f4f0f7;
}
.vertical_circles_s.pale_grey_bg .item .cirle {
    background-image: linear-gradient(to bottom, #f3677f, #4a0084);
}
.vertical_circles_s.ice_bg {
    background: #e3f5f4;
}
.vertical_circles_s.ice_bg .item .cirle {
    background-image: linear-gradient(to bottom, #851dd6, #6de8d9);
}
.vertical_circles_s.pale_grey_bg.white_bg {
    background: #f8f8f8;
}
.dev_wkios_s {
    text-align: center;
    padding: 32px 0;
}
.dev_wkios_s .middle_font_title {
    margin-bottom: 15px;
}
.dev_wkios_item {
    padding: 24px 16px;
    border-bottom: 1px solid #dbdbdb;
}
.dev_wkios_item .img_wrpr {
    overflow: hidden;
    display: flex;
}
.dev_wkios_item .img_wrpr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dev_wkios_item .text h3 {
    margin-top: 15px;
    color: #323232;
    font-size: 21px;
    font-family: 'Fieldwork Geo', sans-serif;
    font-weight: 900;
}
.dev_wkios_item .text > p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #aaa;
}
.s_title_main_min {
    color: #323232;
    font-size: 38px;
    line-height: 42px;
    font-family: 'Fieldwork Geo', sans-serif;
    font-weight: 700;
    margin-top: 10px;
}
.first_s.on_bottom_page {
    min-height: 410px;
}
.first_s.on_bottom_page .container {
 width: 100%;
 height: 100%;
}
.first_s.on_bottom_page a {
    display: block;
    height: 375px;
}
.first_s.on_bottom_page .s_title_top {
    padding: 0px 60px;
}
.play_btn {
    height: 70px;
    width: 70px;
    display: block;
    background: url(../img/play_btn.svg) no-repeat center;
    background-size: cover;
    margin: 0 auto;
}
.first_s.with_video .play_btn {
    margin-top: 67px;
}
.single_p_s {
    padding: 22px 0 40px;
}
.our_mission_items_s .container {
    padding: 0;
}
.our_mission_item {
    padding: 32px 15px;
}
.our_mission_item .text .item_title {
    font-size: 28px;
    line-height: 31px;
    font-family: 'Fieldwork Geo', sans-serif;
    font-weight: 600;
    margin-top: 15px;
}
.our_mission_item .text > p {
    font-size: 16px;
    line-height: 24px;
    color: #aaa;
    margin-top: 15px;
}
.our_mission_item {
    background-color: #f8f8f8;
}
.our_mission_item .item_title {
    color: #f36;
}
/*.our_mission_item.ice_item {
    background: #f0faf9;
}
.our_mission_item.ice_item .item_title {
    color: #62d3ca;
}
.our_mission_item.white_item {
    background: #fff;
}
.our_mission_item.white_item .item_title {
    color: #6f02b5;
}
 .our_mission_item .img_wrpr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */
.our_mission_item.text_center .text {
    text-align: center;
}
.double_color_title_s {
    padding: 32px 0 20px;
    text-align: center;
}
.double_color_title {
    font-size: 38px;
    font-family: 'Fieldwork Geo', sans-serif;
    font-weight: 700;
    line-height: 42px;
    color: #323232;
}
.double_color_title span {
    color: #62d3ca;
}
.double_color_title span.purple_color {
    color: #6f02b5;
}
.bold_link {
    font-size: 21px;
    font-family: 'Fieldwork Geo', sans-serif;
    font-weight: 600;
    color: #aaa;
    display: inline-block;
}
.bold_link:hover {
    color: #b780da;
}
.double_color_title_s .bold_link {
    margin-top: 110px;
}
.number_stat_s {
    padding: 36px 0;
}
.number_stat_s .s_title_main_min,
.number_stat_s .s_title_bottom {
    text-align: center;
}
.number_stat_s .s_title_bottom {
    margin-bottom: 40px;
}
.number_stat_items_wrpr {
    display: flex;
    flex-wrap: wrap;
}
.number_stat_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 24px;
    padding: 3px 0 27px;
}

.number_stat_item .img_wrpr {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dbdbdb;
    border-radius: 50%;
    margin-right: 15px;
}
/* .number_stat_item .img_wrpr .item_placeholder_img {
    max-width: 27px;
} */
.number_stat_item .number_text {
    font-size: 38px;
    font-family: 'Fieldwork Geo', sans-serif;
    font-weight: 700;
    line-height: 41px;
    color: #6f02b5;
    margin-top: 10px;
}
.number_stat_item .text > p {
    font-size: 14px;
    line-height: 21px;
    color: #a1aeb7;
}
.our_achivements_s {
    padding: 40px 0;
    background-image: radial-gradient(circle at 252% 0, #d9a5c1, #6f02b5 112%);
}
.our_achivements_s .s_title_bottom {
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    margin-bottom: 90px;
}
.our_achivements_slider {
    position: relative;
    margin-bottom: 100px;
}
.our_achivements_slider .slick-dots {
    bottom: -100px;
}
.our_achivements_slider .slick-active .slider_dot {
    border-color: #fff;
    background: #fff;
}
.our_achivements_slider .slider_arrow {
    background: url(../img/slider_white_arrow.svg) no-repeat center;
    border: 0;
}
.our_achivements_slider .slider_arrow.slider_prev {
    left: -15px;
}
.our_achivements_slider .slider_arrow.slider_next {
    right: -15px;
}
.our_achivements_slider .slider_item {
    padding: 0 15px;
}
.our_achivements_slider .slider_item .date {
    font-size: 12px;
    font-family: 'Fieldwork Geo', sans-serif;
    font-weight: 600;
    color: #fff;
    margin-bottom: 16px;
    display: block;
}
.our_achivements_slider .slider_item .text {
    font-size: 28px;
    line-height: 30px;
    font-family: 'Fieldwork Geo', sans-serif;
    font-weight: 600;
    color: #fff;
}
.our_achivements_slider .slider_item .item_link {
    text-decoration: underline;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin-top: 60px;
}
.empty_s_link {
    color: #6f02b5;
    font-size: 16px;
    font-family: 'Fieldwork Geo', sans-serif;
    font-weight: 600;
}
.link_with_arrow {
    display: flex;
    align-items: center;
    font-family: 'Fieldwork Geo', sans-serif;
    font-weight: 600;
    color: #323232;
}
.page-template-page-company-work-us .link_with_arrow {
    display: flex;
    align-items: center;
    font-family: 'Fieldwork Geo', sans-serif;
    font-weight: 600;
    color: #fff;
}
.link_with_arrow svg {
    margin-bottom: -2px;
}
.first_s .link_wrpr {
    display: flex;
    justify-content: center;
}
.work_fs_why_s {
    background: #f0faf9;
    padding: 40px 0 48px;
    text-align: center;
}
.work_fs_why_s .s_title_bottom {
    color: #323232;
    font-size: 38px;
    line-height: 42px;
    font-weight: 900;
}
.work_fs_why_s .s_center_p {
    margin-bottom: 10px;
}
.work_fs_why_items_wrpr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.work_fs_why_item {
    width: 100%;
    padding: 24px 16px;
}
/* .work_fs_why_item .img_wrpr {
    border: 1px solid #d6d6d6;
    display: flex;
} */
/* .work_fs_why_item .img_wrpr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */
.work_fs_why_item .text .item_title {
    font-size: 21px;
    font-family: 'Fieldwork Geo', sans-serif;
    font-weight: 600;
    color: #323232;
    margin-top: 15px;
    line-height: 23px;
    min-height: 50px;
}
/* .work_fs_why_item .text p {
    font-size: 16px;
    color: #aaa;
    line-height: 24px;
    margin-top: 5px;
} */
.work_fs_why_s .link_wrpr {
    display: flex;
    justify-content: center;
}
.work_fs_why_s .link_wrpr .link_with_arrow {
    color: #62d3ca;
}
.work_fs_why_s .link_wrpr .link_with_arrow svg,
.work_fs_why_s .link_wrpr .link_with_arrow svg path {
    stroke: #65d3ca;
}
.work_fs_search_result .container {
    padding: 0;
}
.work_fs_search_items_wrpr {
    display: flex;
    flex-wrap: wrap;
}
.work_fs_search_item {
    width: 100%;
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid #eaeaea;
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
}
.work_fs_search_items_wrpr .work_fs_search_item:last-child {
    border-bottom: 0;
}
.work_fs_search_item .item_title,
.work_fs_search_item .item_category {
    font-size: 21px;
    line-height: 23px;
    font-family: 'Fieldwork Geo', sans-serif;
    font-weight: 600;
    color: #6f02b5;
}
.work_fs_search_item .item_category {
    color: #af8ed8;
    margin-top: 3px;
}
.work_fs_search_item .location {
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    color: #323232;
    margin-bottom: 30px;
}
.work_fs_search_item .bottom_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.work_fs_search_item .bottom_info .date {
    font-size: 14px;
    color: #aaa;
}
.work_fs_search_item .bottom_info .arrow {
    opacity: 0;
    transition: all 0.15s ease-in-out;
}
.work_fs_search_item:hover, 
.work_fs_search_item:focus, 
.work_fs_search_item:active,
.work_fs_search_item.active {
    background: #f4f0f7;
}
.work_fs_search_item:hover .bottom_info .arrow, 
.work_fs_search_item:focus .bottom_info .arrow, 
.work_fs_search_item:active .bottom_info .arrow,
.work_fs_search_item.active .bottom_info .arrow {
    opacity: 1;
}
.simple_text_btn_s.contact_us_block {
    padding: 32px 0;
}
.simple_text_btn_s.contact_us_block .s_center_p {
    margin-bottom: 24px;
}
.work_fs_search .search_block {
    padding-bottom: 10px;
}
.social_circles_s {
    padding: 32px 0 48px;
}
.social_circles_s .s_title_bottom {
    color: #323232;
    padding-bottom: 32px;
    /* margin: 0 40px; */
    margin-bottom: 16px;
    text-align: center;
    position: relative;
}
.social_circles_s .s_title_bottom:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 1px;
    width: 210px;
    margin-left: -105px;
    background: #dbdbdb;
    display: block;
    content: "";
}
.social_circles_items_wrpr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.social_circles_item {
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 12px 42px;
}
.social_circles_item .img_wrpr {
    background: #f4f0f7;
    min-width: 64px;
    min-height: 64px;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.social_circles_item .img_wrpr:hover {
    opacity: 0.8;
}
.social_circles_item .item_title {
    font-size: 12px;
    font-family: 'Fieldwork Geo', sans-serif;
    font-weight: 600;
    color: #323232;
    margin-top: 15px;
}
.general_contact_form {
    background: #f4f0f7;
    padding: 32px 0;
}
.general_contact_form .s_title_bottom {
    color: #323232;
    margin-bottom: 45px;
    text-align: center;
}
textarea.input_text {
    resize: vertical;
    border-radius: 4px;
}
.input_text {
    border: 1px solid #aaa;
}
.input_text:focus {
    border: 1px solid #aaa;
}
.email_input_text {
    padding-left: 40px;
    background-size: auto;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 8px 8px;
}
.your-subject .email_input_text {
    background-image:  url(../img/subject_icon.svg);
}
.your-email .email_input_text {
    background-image:  url(../img/mail.svg);
}
.your-organization .email_input_text {
    background-image:  url(../img/user-line.svg);
}
.your-country .email_input_text {
    background-image:  url(../img/country.svg);
}
.general_contact_form .select {
    background: #fff;
}
.general_contact_form .select select {
    padding: 15px 0;
    padding-left: 10px;
    font-size: 12px;
    font-family: 'Fieldwork Geo', sans-serif;
    font-weight: 600;
}
.general_contact_form .select::before {
    background-image: url(../img/general_contact_select_arrow.svg);
    background-size: initial;
}
.general_contact_form .form_group {
    margin-bottom: 30px;
}
.wpml-ls-first-item.wpml-ls-last-item {
    display: none;
}
.wpcf7-form-control-wrap {
    display: block;
}
span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -23px;
    font-size: 13px;
}
.general_contact_form .purple_btn {
    width: 100%;
    display: block;
}
.device_text_link {
    color: #6f02b5;
    font-size: 16px;
    font-family: 'Fieldwork Geo', sans-serif;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 10px;
    display: inline-block;
}
.apps_s .s_center_p,
.devices_s .s_center_p {
    max-width: 410px;
    margin: 0 auto;
    margin-top: 10px;
}
.apps_s .s_center_p,
.award_s .s_center_p {
    max-width: 410px;
    margin: 0 auto;
    margin-top: 10px;
}
.s_center_link_double {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0;
}
.s_def_link {
    color: #6f02b5;
    font-size: 16px;
    font-family: 'Fieldwork Geo', sans-serif;
    font-weight: 600;
    margin: 0 20px;
}
.s_def_link:hover {
    color: #b780da;
}
.first_s_bg_img.explore_devices_top_img {
    display: none;
}
.load_more_link_wrpr {
    text-align: center;
    padding: 20px 0 40px;
}
.load_more_link {
    color: #aaa;
    font-size: 12px;
    font-family: 'Fieldwork Geo', sans-serif;
    font-weight: 600;
}
.main-footer {
    border-top: 1px solid #DFDFDF;
}
.offices_dots_slider {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.offices_dots_slider .location {
    text-align: center;
    font-size: 21px;
    color: #6f02b5;
    line-height: 23px;
    font-weight: 600;
    font-family: "Fieldwork Geo", sans-serif;
    cursor: pointer;
}
.offices_dots_slider .location:hover {
    color: #b780da;
}
.offices_dots_slider .slider_arrow.slider_prev {
    left: -55px;
}
.offices_dots_slider .slider_arrow.slider_next {
    right: -55px;
}
.explore_devices_first_s_slider {
    margin: 0 -100px;
    margin-top: 35px;
}
.explore_devices_first_s_slider .slider_item {
    padding: 0 5px;
}
.explore_devices_first_s_slider .slider_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.apps_with_search.pt_0 {
    padding-top: 0;
    margin-top: 40px;
}
.explore_devices_first_s {
    overflow: hidden;
}
.header_mob_dropdown {
    display: none;
}
.ie .main_s_content {
    display: flex;
    top: 50%;
    left: 100%;
    transform: translate(-100%, -50%);
    position: absolute;
    flex-direction: column;
}
.ie .select::before {
    display: none;
}
.ie .select select {
    padding: 11px 5px;
    padding-right: 5px;
}
.ie .offices-item .offices-details-box li .icon {
    min-width: 20px;
    min-height: 20px;
}
.ie .card-vertical .img-wrap {
    overflow: hidden;
}
.ie .card-vertical .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.purple_color {
    color: #6f02b5;
}
.device_tile_item .links_wrpr {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.device_tile_item .links_wrpr .device_text_link:first-child {
    margin-right: 30px;
}
.newsletter_form_title {
    font-size: 21px;
    color: #aaa;
    font-weight: 600;
    margin-bottom: 5px;
}
.footer_newsletter_form p {
    font-size: 14px;
    line-height: 21px;
    color: #323232;
    margin-bottom: 10px;
}
.footer_newsletter_form .input_text {
    padding: 8px 10px 11px 10px;
}
.footer_newsletter_form .btn {
    border-radius: 4px;
    background: #f4f0f7;
    border: 0;
    color: #6f02b5;
    font-size: 16px;
    padding: 9px 31px 12px 31px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.footer_newsletter_form .btn:hover {
    background: #6f02b5;
    color: #fff;
}
.footer_right_col .social-items li a {
    width: 32px;
    height: 32px;
}
.footer_right_col .social-items li a svg {
    width: 18px;
    height: 18px;
}
.footer_right_col {
    width: 100%;
    margin-top: 20px;
}
.select_witout_arrow.select::before {
    display: none;
}
.select_witout_arrow.select select {
    padding-right: 12px;
}
.categories_block .search_form_bottom .select_witout_arrow.select {
    min-width: initial;
}
.def_search_form_title {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    font-family: 'Fieldwork Geo', sans-serif;
    color: #323232;
    margin-top: 40px;
}
.blog_main_slider {
    position: relative;
}
.blog_main_slider .slide_item {
    min-height: 400px;
    height: calc(100vh - 80px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.blog_main_slider .slide_item:after {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 0.62) 93%);
}
.blog_main_slider .slide_item .container {
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 80px;
}
.blog_main_slider .slick-dots {
    bottom: 32px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.blog_main_slider .slick-active .slider_dot {
    border-color: #fff;
    background: #fff;
}
.blog_main_slider .announc_text {
    font-size: 21px;
    font-weight: 600;
    color: #62d3ca;
}
.blog_main_slider .announc_text:hover {
    opacity: 0.7;
}
.blog_main_slider .slide_item_title {
    font-family: 'Fieldwork Geo', sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 55px;
    color: #fff;
    max-width: 842px;
}
.blog_main_slider .slide_item_title:hover {
    opacity: 0.7;
}
.blog_main_slider .slide_item_bottom_text {
    display: flex;
    align-items: center;
    opacity: 0.7;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    margin-top: 18px;
}
.blog_main_slider .slide_item_bottom_text .dot {
    margin: 0 5px;
}
.posts_items_wrpr {
    position: relative;
}
.posts_items_wrpr .loading_spinner_wrpr{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.first_s.team_page h2,
.first_s.team_page h1 {
    color: #323232;
    font-size: 50px;
    line-height: 55px;
    font-family: 'Fieldwork Geo', sans-serif;
    font-weight: 700;
    word-break: break-word;
}
.first_s.team_page h3 {
    color: #aaa;
    font-family: 'Fieldwork Geo';
    font-weight: 600;
    font-size: 28px;
    line-height: 30px;
    max-width: 750px;
    margin: 5px auto 0;
}

.main_s .btn_wrpr {
    display: inline-flex;
    flex-direction: column;
}
.main_learn_m_btn {
    background-image: inherit;
    color: #4a0084;
    margin-top: 10px;
    justify-content: flex-start;
}
.page-template-page-explore-life .btn_wrpr a:after {
    content: '';
    display: inline-block;
    background-image: url(../img/chevron-right.svg);
    width: 20px;
    height: 20px;
    margin-left: 10px;
}
.page-template-page-explore-life .btn-style {
    display: inline-flex;
    align-items: center;
}

.page-template-page-explore-life .purple_btn {
    padding: 11px 20px;
}
.fancybox-close-small {
    right: -25px;
    top: -25px;
    z-index: 558;
}
.fancybox-close-small {
    border: 4px solid #fff;
    border-radius: 30px;
    background-color: #323232;
    opacity: 1;
}
.fancybox-button svg path {
    fill: #fff;
}
.fancybox-button svg {
    transform: scale(1.5);
}

button#apps_reset_filter{
    background: #6f02b5;
    color: #fff;
    border-radius: 5px;
    padding: 5px 35px;
    margin-right: 25px;
    font-size: 16px;
    font-weight: 600;
}
button#apps_reset_filter:hover, button#apps_reset_filter:focus, button#apps_reset_filter:active{
    background: #f4f0f7;
    border: 0;
    color: #6f02b5;
}