html, body {
    font-family: "Lato", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
}

a {
    color: #3ebab6;
    box-shadow: none;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0.75rem 0 1.5rem 0;
    text-rendering: optimizeLegibility;
    color: #312F38;
}

h4 {
    font-family: "Lato", serif;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 2;
}

section {
    margin-top: -10px;
}

#g-navigation {
    margin: 0;
}

.g-header {
    background-color: #fff;
    font-family: 'Lato', sans-serif;
}

.g-header__wrapper {
    max-width: 1920px;
    padding: 0 50px;
    margin: 0 auto;
}

.g-header__grid {
    display: grid;
    grid-template-columns: 344px 1fr;
}

.g-header__logo {
    width: 117px;
    margin-top: 10px;
}

.g-header__nav {
    display: flex;
    align-items: center;
}

.g-header__list {
    display: flex;
    align-items: center;
}

.g-menu-item {
    margin: 0 23px 0 0!important;
}

.g-fixed-container {
    height: auto!important;
}

.g-header__list .g-menu-item-container {
    color: #312F38!important;
    font-size: 14px!important;
    font-weight: 800!important;
    transition: .3s ease;
}

.g-header__nav #login {
    text-align: right;
}

.btn-login {
    display: inline-block;
    padding: 8px 30px;
    max-width: 130px;
    text-transform: none;
    white-space: nowrap;
}

@media (max-width: 960px) {
    .menu-item .g-header__grid,
    .menu-item .g-header__wrapper {
        display: block;
        padding: 0;
        margin: 0;
    }

    .g-main-nav .g-standard .g-sublevel > li.g-go-back {
        display: block;
    }
}


@media (min-width: 960px) {
    #g-navigation .g-main-nav .g-toplevel > li {
        margin: 0 0.5rem;
        padding: 20px 10px
    }

    #g-navigation .g-main-nav .g-toplevel > li.active.menu-item-has-children,
    #g-navigation .g-main-nav .g-toplevel > li.menu-item-has-children:hover {
        background: #e5f5f4;
    }

    .g-main-nav .g-standard {
        position: initial;
    }

    .g-parent.active > .g-dropdown {
        visibility: visible !important;
        opacity: 1 !important;
        padding: 0;
        background: #fff;
        box-shadow: none;
        border-radius: 0;
    }

    #g-navigation .g-main-nav .g-dropdown {
        padding: 0;
        background: #e5f5f4;
        box-shadow: none;
        border-radius: 0;
        margin: 0;
    }

    #g-navigation .g-main-nav .g-dropdown .g-dropdown {
        margin-left: 0;
    }

    .g-main-nav .g-standard .g-dropdown {
        width: 100%;
        line-height: 1.9rem;
        font-size: 0.9rem;
    }

    .g-main-nav .g-standard .g-dropdown .g-header__wrapper {
        padding-top: 0;
        padding-bottom: 0;
    }

    .g-main-nav .g-standard .g-sublevel > li {
        position: initial;
        display: inline-block;
        padding: 0 8px;
    }

    .g-main-nav .g-standard .g-sublevel > li:hover ul.g-active {
        z-index: 999;
    }

    #g-navigation .g-main-nav .g-standard .g-sublevel > li.active > a {
        color: #41B8B5;
    }

    #g-navigation .g-main-nav .g-standard .g-sublevel > li > a {
        position: relative;
    }

    .g-main-nav .g-sublevel > li.g-parent .g-menu-item-content {
        margin-right: 1.1rem;
    }

    #g-navigation .g-main-nav .g-standard .g-sublevel > li > a .g-menu-parent-indicator {
        margin-right: 0;

    }

    .g-main-nav .g-toplevel > li.g-parent .g-sublevel .g-menu-parent-indicator:after {
        margin-right: -5px;
        margin-top: -0.35rem;
        content: "\f107";
    }

    .g-main-nav .g-standard .g-sublevel > li.g-go-back {
        display: none;
    }

    #g-navigation .g-main-nav .g-dropdown a {
        color: #424753;
        white-space: nowrap;
        font-weight: 400;
    }

    .g-main-nav .g-standard .g-dropdown .g-dropdown.g-dropdown-right {
        left: 0;
        top: 100%;
    }

    .g-main-nav .g-dropdown,
    .g-main-nav .g-standard .g-dropdown .g-dropdown {
        overflow: unset;
    }
}

.main {
    display: flex;
    flex-direction: column;
    max-width: 540px;
    width: 100%;
    margin: 100px auto;
    padding: 40px 20px;
    line-height: 1.5;
    font-family: 'Lato', sans-serif;
}

.main__title {
    margin: 0 0 20px;
    font-size: 40px;
    font-weight: 800;
    text-align: center;
}

.main__title sup {
    top: -16px;
    font-size: 16px;
}

.primary-color {
    color: #3EBAB6;
}

.main__subtitle {
    margin: 0 0 30px;
    font-size: 18px;
    text-align: center;
}

.main__list-title {
    margin: 0 0 10px;
    font-size: 20px;
}

.main__item {
    display: flex;
    align-items: flex-start;
    margin: 10px 0 0;
}

.main__item_last {
    margin-bottom: 20px;
}

.main__img {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    margin: 0 14px 0 0;
}

.main__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.main__info {
    display: flex;
    flex-direction: column;
    margin: 4px 0 0;
}

.main__item-title {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700;
}

.main__item-list {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

.main__item-list li {
    margin: 0 0 10px;
    font-size: 16px;
}

.main__link {
    align-self: center;
    width: fit-content;
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 800;
    color: #3EBAB6;
    text-decoration: none;
    transition: .2s ease;
}

.main__link:hover {
    color: #B03F3F;
}

.main__desc {
    align-self: center;
    max-width: 320px;
    width: 100%;
    margin: 0 0 30px;
    font-size: 12px;
    font-style: italic;
}

.main__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0 0;
}

.main__footer-link {
    margin: 0 5px;
    font-size: 14px;
    font-weight: 400;
    color: #3EBAB6;
    text-decoration: none;
    transition: .2s ease;
}

.main__footer-link:hover {
    color: #B03F3F;
}

@media (max-width: 768px) {
    .main {
        margin: 20px auto;
    }

    .main__title {
        font-size: 26px;
    }

    .main__title sup {
        top: -12px;
        font-size: 14px;
    }

    .main__subtitle {
        margin: 0 0 24px;
        font-size: 16px;
    }

    .main__list-title {
        margin: 0 0 8px;
        font-size: 18px;
    }

    .main__item {
        margin: 6px 0 0;
    }

    .main__img {
        width: 60px;
        height: 60px;
    }

    .main__item-title {
        margin: 0 0 6px;
        font-size: 17px;
    }

    .main__item-list li {
        margin: 0 0 6px;
        font-size: 14px;
    }

    .main__item_last {
        margin-bottom: 30px;
    }

    .main__link {
        font-size: 18px;
    }
}


.loginWndInside .circle-auth.button {
    width: 74%;
    padding: 16px;
    margin: auto;
}


#createuser .iump-form-password {
    display: none;
}

.iump-form-line-register.circle-type-registration {
    display: grid;
    grid-template-columns: 1fr 60px 1fr;
    margin-bottom: 20px;
}

.iump-form-line-register.circle-type-registration > div {
    display: block;
}

.iump-form-line-register.circle-type-registration > div > b {
    display: block;
}

.circle-registration-type-label {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}

.circle-registration-type-label.description {
    font-size: 11px;
    line-height: 16px;
    margin-top: 10px;
}

.circle-registration-type-label input[type="radio"], .circle-registration-type-label input[type="checkbox"] {
    margin: 0 10px 0 0;
}

.choice-container {
    color: #afafaf;
}

.choice-container.active {
    color: inherit;
}

.choice-container img {
    opacity: .5;
}

.choice-container.active img {
    opacity: 1;
}

.get-api-page .get-api-text {
    max-width: 70%;
    width: 100%;
    margin: 0 auto;
}

.get-api-page h1{
    margin-bottom: 10px;
}

.get-api-page form {
    margin-top: 20px;
    font-family: "Raleway", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    font-weight: 400;
}

.get-api-page form label{
    font-size: 16px!important;
    line-height: 1.5!important;
}

.get-api-page .get-api-button{
    margin-top: 16px;
    padding: 7px 16px 8px;
    background-color: #41B8B5!important;
    color: white!important;
    border-radius: 30px;
    border: none;
    text-decoration: none;
    transition: .2s ease;
}

.get-api-page .get-api-button:hover {
    background-color: #B03F3F!important;
}

.get-api-page .ihc-register-14 {
    max-width: 70% !important;
}

.get-api-page .iump-form-line-register.circle-type-registration {
    margin-bottom: 50px!important;
}

@media (max-width: 768px) {
    .get-api-page .ihc-register-14,
    .get-api-page .get-api-text {
        max-width: 100%!important;
    }
}

@media (max-width: 768px) {
    .g-top_circle-view {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 300px;
    }

    .g-top_circle-view:after {
        bottom: -8px;
        left: 64%;
        width: 300px;
        height: 300px;
        background: radial-gradient(circle closest-side,transparent 90px,#DFF4F2 90px,#DFF4F2 599px,transparent 600px) no-repeat;
    }

    .g-top_circle-view .g-top__wrapper {
        padding: 40px;
    }

    .g-top_circle-view .g-top__info {
        margin: 0;
    }

    .g-top_circle-view .g-top__title {
        font-size: 48px!important;
    }
}

@media (max-width: 564px) {
    .g-top_circle-view {
        min-height: 260px;
    }

    .g-top_circle-view .g-top__title {
        font-size: 36px!important;
    }

    .g-top_circle-view:after {
        width: 200px;
        height: 200px;
        background: radial-gradient(circle closest-side,transparent 60px,#DFF4F2 60px,#DFF4F2 599px,transparent 600px) no-repeat;

    }
}

@media (max-width: 414px) {
    .g-top_circle-view:after {
        left: 43%;
    }
}

.page-template-page-home .main-wrapper,
.page-template-default .main-wrapper,
.page-template-page-become-developer .main-wrapper{
    margin-top: 80px;
}

@media (max-width: 1024px) {
    .page-template-page-home .main-wrapper,
    .page-template-default .main-wrapper,
    .page-template-page-become-developer .main-wrapper {
        margin-top: 76px;
    }
}

@media (max-width: 768px) {
    .page-template-page-home .main-wrapper,
    .page-template-default .main-wrapper,
    .page-template-page-become-developer .main-wrapper {
        margin-top: 107px;
    }
}

@media (max-width: 500px) {
    .page-template-page-home .main-wrapper,
    .page-template-default .main-wrapper,
    .page-template-page-become-developer .main-wrapper {
        margin-top: 100px;
    }
}

.page-template-page-home-mobile-app {
    margin-top: 60px;
}

.page-template-page-home-mobile-app .g-header {
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
}

.g-header__logo {
    width: 117px;
    margin-top: 10px;
}

.g-header__wrapper {
    max-width: 1920px;
    padding: 0 50px;
    margin: 0 auto;
}

.g-header__nav #login {
    text-align: right;
}

.platform-content, .moduletable, .widget {
    padding: 0.938rem 0;
}

.button {
    display: inline-block;
    font-family: "Lato", serif;
    font-weight: 600;
    font-size: 0.8rem;
    line-height: 1.15;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    background: transparent;
    color: #fff;
    border-radius: 2.5rem;
    margin: 0 0 0.5rem 0;
    padding: 1.5rem 3.125rem;
    vertical-align: middle;
    text-shadow: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    border: 2px solid #3ebab6;
}

.button, .btn.btn-primary, #loginComp .loginBtn {
    background: transparent;
    color: #424753;
    border: 2px solid #3ebab6;
    text-decoration: none;
}

.button:hover {
    background: #3ebab6;
    color: white;
    outline: 0;
}

.btn-login {
    display: inline-block;
    padding: 8px 30px;
    max-width: 130px;
    text-transform: none;
}

.g-block {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    min-height: 0;
}

.g-header__grid {
    display: grid;
    grid-template-columns: 344px 1fr;
}

.g-header__nav {
    display: flex;
    align-items: center;
}

.g-header__list {
    display: flex;
    align-items: center;
}

.g-header__list .g-menu-item-container {
    display: block;
    position: relative;
    color: #312F38!important;
    font-size: 14px!important;
    font-weight: 800!important;
    transition: .3s ease;
    line-height: 1;
}

#g-navigation.g-fixed-active {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1003;
    left: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#g-navigation .g-main-nav {
    display: none;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    line-height: 1.5;
    z-index: 20;
}

.g-main-nav .g-toplevel > li {
    display: inline-block;
    cursor: pointer;
    -webkit-transition: background 0.2s ease-out, -webkit-transform 0.2s ease-out;
    -moz-transition: background 0.2s ease-out, -moz-transform 0.2s ease-out;
    transition: background 0.2s ease-out, transform 0.2s ease-out;
}

.g-main-nav .g-toplevel > li > .g-menu-item-container {
    text-decoration: none;
    line-height: 1;
}

#g-navigation .g-main-nav .g-toplevel {
    line-height: 3.125;
}

#g-offcanvas #g-mobilemenu-container ul {
    background: #fff;
}

.g-main-nav ul, #g-mobilemenu-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
    padding: 0 0 0.2345rem;
}

#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
    padding: 8px 0 8px;
}

#g-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container > .g-menu-item-content {
    box-shadow: 0 2px 0 #3ebab6;
}

@media (min-width: 960px) {
    #g-navigation .g-main-nav .g-toplevel > li {
        margin: 0 0.5rem;
        padding: 20px 10px;
    }
}

#loginWithCircle {
    font-size: 14px;
    padding: 12px 24px;
    -webkit-border-radius: 6px;
    line-height: 1;
    background-color: #3EBAB6;
    border-radius: 30px 30px 30px 30px;
    color: #fff;
    min-width: 150px;
}

.elementor-icon i {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}

.elementor-icon {
    display: inline-block;
    text-decoration: none;
    line-height: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 50px;
    text-align: center;
    fill: #3EBAB6;
    color: #3EBAB6;
    border-color: #3EBAB6;
}

.elementor-icon:hover {
    fill: #3EBAB6;
    color: #3EBAB6;
    border-color: #3EBAB6;
}

.elementor-icon-box-title {
    text-align: center;
}

.elementor-icon-box-title a {
    font-family: 'Roboto', sans-serif;
    color: #3EBAB6;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
}

@media (max-width: 1366px) {
    .g-header__grid {
        grid-template-columns: 200px 1fr;
    }
}

@media (max-width: 960px) {
    .g-header__grid {
        max-width: 60%;
        margin-left: auto;
    }

    .g-offcanvas-toggle {
        text-shadow: 0 0 4px #424753;
    }

    .g-header__list {
        flex-direction: column;
        align-items: flex-start;
    }
}

.g-offcanvas-toggle {
    display: none;
    position: absolute;
    top: 15px;
    left: 30px;
    line-height: 1;
    cursor: pointer;
    font-size: 2rem;
    color: #fff;
    width: 32px;
    height: 32px;
    z-index: 100001;
}

#g-mobilemenu-container .g-toplevel li {
    display: block;
    position: static !important;
    margin-right: 0;
    cursor: pointer;
    width: 100%;
}

#g-offcanvas #g-mobilemenu-container ul > li > .g-menu-item-container {
    color: #312F38!important;
    padding: 0.938rem;
    font-size: 18px!important;
    font-weight: 800!important;
}

#g-offcanvas a {
    margin-left: 20px;
}

.size-100 {
    width: 100%;
    max-width: 100%;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
}

#g-offcanvas {
    background: #fff;
    width: 16rem;
    color: #312F38;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;
    display: none;
    -webkit-overflow-scrolling: touch;
}

.g-offcanvas-open {
    overflow: hidden;
}

.g-offcanvas-open #g-offcanvas {
    display: block;
}

.g-offcanvas-open #g-page-surround {
    overflow: hidden;
    position: relative;
    transform: translate3d(256px, 0px, 0px);
}

@media (max-width: 1023px) {
    .g-offcanvas-toggle {
        display: block;
    }
}

@media (max-width: 768px) {
    .g-header__logo .icon {
        width: 90px;
    }
}

@media (max-width: 600px) {
    .g-header__grid {
        max-width: 100%;
        margin-left: 25px;
        grid-template-columns: 159px 1fr;
    }
}

@media (min-width: 1024px) {
    #g-navigation .g-main-nav {
        display: block;
    }
}

input[type="text"] {
    display: inline-block;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    vertical-align: middle;
    border-radius: 4px;
}
