@charset "UTF-8";
@import url("https://testerheld.de/wp-content/themes/testerheld/assets/css/font.noto_sans.css");
body {
    font-size: 14px;
    min-width: 320px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-family: "Noto Sans", sans-serif
}

main {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    padding-top: 100px
}

main.--single {
    min-height: 100vh
}

a {
    transition: all 350ms
}

a:focus,
a:hover {
    text-decoration: none;
    box-shadow: none;
    outline: 0
}

.section {
    position: relative;
    padding: 30px 0;
    width: 100%;
    overflow: hidden
}

.abs-fone-section {
    position: absolute;
    top: -130px;
    left: 0;
    right: auto;
    bottom: auto;
    width: 110%;
    height: auto;
    z-index: -1;
    transition: all 350ms
}

a.btn_site_default {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: "Noto Sans", sans-serif;
    color: white;
    text-transform: uppercase;
    line-height: 1.48;
    text-align: center;
    padding: 5px 20px;
    border: 2px solid #FFF;
    border-radius: 25px;
    min-width: 195px
}

.btn_site_default {
    transition: all 0.36s ease
}

a.navbar-brand>svg {
    max-width: 270px;
    width: auto;
    height: 35px
}

.image-block {
    position: relative;
    width: 100%
}

img.main-image {
    width: 100%
}

.--outline>img {
    width: 130%;
    margin-left: -15%;
    margin-top: -10%
}

.image-block.--left>img {
    margin-left: 0
}

.over-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    right: 0
}

.navbar-brand img {
    max-height: 30px;
    height: 100%;
    width: auto;
    max-width: 100%;
    filter: brightness(500%)
}

.header-blog .navbar-brand img {
    max-height: 60px
}

.header-blog .navbar-brand.testerheld-logo img {
    max-height: 20px;
    margin: 0 5px
}

@media (max-width:768px) {
    .header-blog .navbar-brand img {
        max-height: 30px
    }
}

@media (max-width:768px) {
    .header-blog .navbar-brand.testerheld-logo img,
    .social-icon {
        display: none
    }
}

.social-icon {
    height: 30px;
    margin: 10px;
    transition: all 0.36s ease
}

footer .social-icon {
    height: 35px;
    margin: 0 auto;
    transition: all 0.36s ease;
    display: block;
    width: auto
}

@media (max-width:576px) {
    footer .social-icon {
        margin: 20px 0
    }
}

.social-icon img {
    max-height: 100%;
    margin: 0 auto;
    display: block;
    width: auto
}

.social-icon:hover {
    opacity: 0.8
}

.social-icon:last-of-type {
    margin-right: 0
}

.dark_variant .navbar-brand img,
.fixed .navbar-brand img {
    filter: brightness(100%)
}

.main-site-title {
    font-size: 25px;
    font-family: "Noto Sans", sans-serif;
    color: white;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 25px;
    text-transform: uppercase
}

.main-site-title h1 {
    margin-bottom: 0
}

.site-description-container .page-description {
    font-size: 16px;
    font-family: "Noto Sans", sans-serif;
    color: white;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px
}

.--underline>span {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 100%;
    position: relative
}

.--underline>span:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    width: 0%;
    left: auto;
    right: 0;
    perspective-origin: 500px;
    height: 2px;
    background-color: #fff;
    transition: all 600ms
}

.aos-animate.--underline>span:after {
    transition-delay: 600ms;
    width: 100%
}

.site-description-container {
    font-size: 14px;
    font-family: "Noto Sans", sans-serif;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.3;
    font-weight: 400;
    max-width: 450px
}

.site-description-container .custom-list-image {
    margin: 50px 0 30px
}

.custom-list-image .list-item {
    position: relative;
    padding-left: 35px
}

.custom-list-image .list-item:before {
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    position: absolute;
    background-image: url("../images/default/check.png")
}

.site-control-container {
    padding: 15px 0;
    position: relative
}

.arrowed-btn .btn-site-default {
    margin: 0 15px
}

.btn-site-default:hover {
    opacity: 0.8
}

.arrowed-btn i {
    letter-spacing: -8px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.75)
}

a.btn-site-default,
button.btn-site-default,
input.btn-site-default {
    font-size: 16px;
    font-family: "Noto Sans", sans-serif;
    color: #4ae3a4;
    font-weight: bold;
    text-transform: uppercase;
    padding: 7px 25px;
    line-height: 1.4;
    text-align: center;
    border: 2px solid white;
    border-radius: 25px;
    background-color: white;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1)
}

@media (max-width:476px) {
    a.btn-site-default,
    button.btn-site-default {
        font-size: 14px
    }
}

a.btn-site-default:hover,
button.btn-site-default:hover {
    background-color: rgba(255, 255, 255, 0.7)
}

img.bottom,
img.top {
    width: 100%
}

.header {
    height: auto;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 105;
    transition: all 0.35s;
    background: transparent
}

.logged-in .header {
    top: 32px
}

.header.fixed {
    background: white;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 3px 0
}

.header.fixed.header-blog {
    height: 65px
}

@media (max-width:768px) {
    .header.fixed.header-blog {
        height: 50px
    }
}

.navbar-toggler {
    padding: 4px 0
}

.navbar-nav li a {
    font-size: 16px;
    font-family: "Noto Sans", sans-serif;
    color: white;
    line-height: 1.4;
    padding: 5px 10px;
    margin: 5px 10px
}

.navbar-nav li.current-menu-item a {
    color: rgba(255, 255, 255, 0.44)
}

.navbar-nav li a:hover {
    color: rgba(255, 255, 255, 0.77)
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    outline: 0;
    box-shadow: none;
    border: 1px solid transparent
}

.navbar-toggler:focus svg path,
.navbar-toggler:hover svg path {
    stroke: rgba(255, 255, 255, 0.8)
}

.navbar-toggler svg {
    width: 40px;
    height: 40px;
    cursor: pointer;
    transform: translate3d(0, 0, 0) scale(1.5)
}

.navbar-toggler path {
    fill: none;
    transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    stroke-width: 40px;
    stroke-linecap: round;
    stroke: #fff;
    stroke-dashoffset: 0px;
    transition: all 350ms
}

.navbar-toggler path#bottom,
.navbar-toggler path#top {
    stroke-dasharray: 240px 950px
}

.navbar-toggler:not(.collapsed) path#middle {
    stroke-dasharray: 240px 240px
}

.navbar-toggler:not(.collapsed) path#bottom,
.navbar-toggler:not(.collapsed) path#top {
    stroke-dashoffset: -650px;
    stroke-dashoffset: -650px
}

.navbar-toggler:not(.collapsed) path#middle {
    stroke-dashoffset: -115px;
    stroke-dasharray: 1px 220px
}

.first-section {
    overflow: visible;
    padding: 0 0 60px
}

.stat-item {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 35px
}

.stat-item .image-block {
    flex: 0 0 120px;
    max-width: 120px;
    margin-right: 25px
}

.stat-item .content-block {
    flex: 0 0 calc(100% - 145px)
}

.image-block>img {
    width: 100%;
    height: auto
}

.small-title {
    font-size: 18px;
    font-family: "Noto Sans", sans-serif;
    color: #353535;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2
}

.accent-text {
    font-size: 36px;
    font-family: "Noto Sans", sans-serif;
    color: #33d7b7;
    font-weight: bold;
    line-height: 1.2
}

.service-item .centred-img {
    height: 100%;
    width: auto;
    max-width: 180px;
    max-height: 100%;
    margin: auto;
    display: block
}

.innter-container {
    background-color: white;
    position: relative;
    padding: 25px 30px;
    min-height: 240px
}

.--shadow {
    box-shadow: 0px 5px 30px -10px rgba(0, 0, 0, 0.09)
}

.--borderR {
    border-radius: 30px
}

.item-date {
    flex: 0 0 auto;
    font-size: 14px;
    font-family: "Noto Sans", sans-serif;
    color: #b0b0b0;
    line-height: 1.2;
    text-align: right
}

.service-caption {
    font-size: 16px;
    font-family: "Noto Sans", sans-serif;
    color: #353535;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    padding: 10px 0 15px 0
}

.service-description {
    font-size: 14px;
    font-family: "Noto Sans", sans-serif;
    color: #353535;
    line-height: 1.2;
    text-align: left
}

.service-header {
    margin-bottom: 10px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between
}

.service_user_name {
    font-size: 14px;
    font-family: "Noto Sans", sans-serif;
    color: #353535;
    line-height: 1.2;
    text-align: left
}

.stars {
    display: flex;
    flex-flow: row nowrap;
    flex: 0 0 calc(100% - 80px);
    margin-right: 15px;
    height: 25px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.star {
    background-image: url("../images/default/star.png");
    flex: 0 0 26px;
    max-width: 26px;
    height: 26px;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center
}

.star:before {
    content: "";
    display: block;
    float: left;
    padding-top: 100%
}

.star.select~.star {
    background-image: url("../images/default/gray_star.png")
}

.service-item {
    position: relative;
    margin-bottom: 25px;
    display: flex
}

.service-item>div {
    flex: 0 0 100%;
    max-width: 100%
}

.section-title {
    font-size: 32px;
    font-family: "Noto Sans", sans-serif;
    color: #5d5d5d;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 30px
}

.answer-container {
    padding: 0 60px
}

.--underlined span {
    display: inline-block;
    position: relative;
    font-weight: 600
}

.--underlined span:after {
    content: "";
    display: block;
    position: absolute;
    left: auto;
    top: auto;
    bottom: 0;
    right: 0;
    height: 3px;
    width: 0%;
    background-image: linear-gradient(0deg, #2ed4bb 0%, #41deac 42%, #54e89d 100%);
    transition: all 600ms
}

.aos-animate .--underlined>span:after,
.aos-animate.--underlined>span:after {
    transition-delay: 600ms;
    width: 100%
}

.proccess-item .image-block {
    margin-bottom: 35px
}

.proccess-caption {
    font-size: 24px;
    font-family: "Noto Sans", sans-serif;
    color: #5d5d5d;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 15px
}

.proccess-description {
    font-size: 18px;
    font-family: "Noto Sans", sans-serif;
    color: #5d5d5d;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 15px
}

.proccess-description a {
    color: #31D5B8;
    text-decoration: underline
}

.proccess-item .image-block img,
.proccess-item .image-block svg {
    display: block;
    width: 60%;
    margin: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%
}

img.top {
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: auto
}

img.bottom {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.proccess-item.--animate-line+.proccess-item {
    margin-top: -100px
}

.proccess-item.--animate-line+.proccess-item.--animate-line svg {
    width: auto;
    margin-left: auto;
    height: 180px
}

.--animate-line {
    display: flex;
    align-items: flex-end
}

.--animate-line.--first {
    padding-top: 40px
}

.proccess-item.--animate-line.--second {
    padding-top: 40px;
    margin-top: 0
}

.--animate-line.--third {
    padding-top: 40px
}

.proccess-item.--animate-line.--four {
    padding-top: 40px;
    margin-top: 0
}

section.section.third-screen {
    padding: 80px 0 100px 0
}

section.section.four-section {
    background-image: url(../images/default/shape_four.webp);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat
}

.--uppercase>span {
    text-transform: uppercase;
    font-weight: bold
}

.customers {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px
}

.section-small-title {
    font-size: 28px;
    font-family: "Noto Sans", sans-serif;
    color: #5d5d5d;
    line-height: 1.2;
    text-align: center;
    max-width: 900px;
    margin: auto;
    margin-bottom: auto;
    margin-bottom: 35px
}

.customer {
    flex: 0 0 auto;
    margin: 15px;
    max-width: 240px
}

.customer>img {
    filter: grayscale(1);
    transition: all 350ms;
    max-width: 200px;
    height: auto
}

a.customer:hover>img {
    filter: grayscale(0)
}

.dif-image-block {
    width: 100%
}

.dif-image-block>img {
    width: 100%;
    max-width: 450px;
    margin: auto;
    display: block
}

.different-item .custom-list-image .list-item:before,
.phrase-checker .custom-list-image .list-item:before {
    background-image: url("../images/default/green_check.png");
    background-size: cover
}

.different-item {
    margin-bottom: 35px
}

.different-item .custom-list-image {
    width: 80%;
    margin: auto
}

.different-item .list-item {
    font-size: 16px;
    color: #353535;
    line-height: 1.45;
    text-align: left
}

.different-item .custom-list-image.--other-icon .list-item:before {
    background-image: url("../images/default/uncheck.png")
}

.logo-block {
    margin-bottom: 25px
}

.logo-block>img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 40px
}

.phrase-caption {
    font-size: 28px;
    font-family: "Noto Sans", sans-serif;
    color: #5d5d5d;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 35px
}

.section.four-section .image-container>img {
    max-width: 280px;
    float: right
}

.phrase-checker {
    max-width: 600px
}

.phrase-checker .list-item {
    font-size: 16px;
    font-family: "Noto Sans", sans-serif;
    color: #5d5d5d;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 30px
}

.phrase-checker+.controls-block {
    text-align: left
}

.image-container>img {
    width: 100%
}

.join-us {
    padding: 70px 0;
    background-image: url("../images/default/bg2.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.inline-elements {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: space-between
}

.inline-elements .icons>i {
    color: #fff;
    font-size: 22px;
    opacity: 0
}

.aos-animate .icons>i {
    animation-name: lineWay;
    animation-timing-function: linear;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-duration: 1.5s
}

.aos-animate .icons>i:first-child {
    animation-delay: 100ms
}

.aos-animate .icons>i:last-child {
    animation-delay: 600ms
}

@keyframes lineWay {
    0% {
        opacity: 0;
        transform: translateX(0)
    }
    25% {
        opacity: 0.5;
        transform: translateX(5px)
    }
    50% {
        opacity: 1;
        transform: translateX(10px)
    }
    75% {
        opacity: 0.5;
        transform: translateX(15px)
    }
    to {
        transform: translateX(20px);
        opacity: 0
    }
}

@keyframes shine {
    0% {
        box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1), 0 0 0 0 white
    }
    50% {
        box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1), 0 0 30px 1px rgba(255, 255, 255, 0.5)
    }
    to {
        box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

.inline-elements a.btn-site-default {
    animation-name: shine;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    animation-delay: 1.5s;
    animation-timing-function: ease-in-out;
    animation-play-state: running
}

.inline-elements a.btn-site-default:focus,
.inline-elements a.btn-site-default:hover {
    animation-play-state: paused;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(255, 255, 255, 0)
}

.inline-elements .section-title {
    margin: 0;
    flex: 0 1 auto;
    text-align: left
}

.icons {
    flex: 0 0 auto;
    min-width: 40px
}

.controls {
    flex: 0 0 auto;
    min-width: 250px
}

.section-title.--white {
    color: #fff
}

.questions-cloud {
    position: relative;
    z-index: 0;
    width: 100%;
    background-color: white;
    box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.07);
    border-radius: 30px;
    padding: 30px 60px;
    margin-bottom: 50px;
    margin-top: 50px
}

.question-text {
    flex: 0 1 100%;
    font-size: 16px;
    color: #353535;
    line-height: 2
}

.cloud-row {
    display: flex;
    flex-flow: row nowrap;
    padding: 25px 0
}

.ja,
.no {
    flex: 0 0 35px;
    margin-right: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: "Noto Sans", sans-serif;
    color: #e1e1e1;
    font-weight: bold;
    line-height: 1.2
}

.ja>img,
.no>img {
    width: 90%;
    height: auto
}

.cloud-row.--header {
    padding: 0px 0;
    margin-bottom: 0px
}

.cloud-row:not(:first-child) {
    border-top: 1px solid #e1e1e1
}

.-with-icon {
    text-align: left
}

.-with-icon>img {
    height: 35px;
    vertical-align: top;
    width: auto;
    max-width: 100%
}

.questions-cloud:after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    left: auto;
    box-shadow: 4px 4px 12px -5px rgba(0, 0, 0, 0.07);
    right: 230px;
    top: auto;
    bottom: -20px;
    background: #fff;
    transform: rotate(45deg);
    z-index: -1
}

.questions-cloud:before {
    content: "";
    display: block;
    width: 100px;
    height: 30px;
    position: absolute;
    z-index: 1;
    background: white;
    top: auto;
    left: auto;
    right: 200px;
    bottom: 0
}

.question-tab-answer {
    font-size: 18px;
    font-family: "Noto Sans", sans-serif;
    color: #353535;
    line-height: 1.2;
    margin-bottom: 25px
}

.question-tab-answer p {
    margin-bottom: 15px
}

.present-text {
    font-size: 18px;
    font-family: "Noto Sans", sans-serif;
    color: #353535;
    line-height: 1.2
}

.arrowed-btn.--green-arrows>i {
    color: rgba(61, 220, 176, 0.7)
}

.question-item {
    margin-bottom: 35px
}

.question-inner {
    background-color: white;
    box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.07);
    position: relative;
    border-radius: 30px;
    padding: 10px 15px
}

.question-label {
    font-size: 18px;
    font-family: "Noto Sans", sans-serif;
    color: #353535;
    line-height: 1.25;
    text-align: left;
    display: flex;
    align-items: center;
    flex-flow: row nowrap
}

span.text-label {
    padding-left: 15px
}

span.icons-block {
    flex: 0 0 31px;
    height: 31px;
    display: flex;
    overflow: hidden
}

.collapsed span.icons-block img {
    filter: grayscale(0);
    transform: rotate(0)
}

span.icons-block img {
    filter: grayscale(1);
    transform: rotate(45deg);
    transition: all 350ms
}

.question-answer {
    position: relative;
    padding: 15px 15px 10px;
    font-size: 16px;
    color: #353535;
    margin-top: 10px
}

.question-answer:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    width: 100%;
    opacity: 0;
    border-top: 2px dashed #c2c2c2;
    transition-delay: 100ms;
    transition: all 350ms
}

.show .question-answer:before {
    opacity: 1
}

a.question-label:focus,
a.question-label:hover {
    color: #4ae3a4;
    text-decoration: none;
    box-shadow: none;
    outline: 0
}

section.section.five-section {
    padding: 80px 0
}

footer.footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden
}

.copyright {
    font-size: 16px;
    font-family: "Noto Sans", sans-serif;
    color: white;
    text-align: left
}

.copyright>svg path {
    fill: #fff
}

a.btn-site-default.--gradient,
button.btn-site-default.--gradient,
input.btn-site-default.--gradient {
    border: 0;
    background-image: linear-gradient(0deg, #2ed4bb 0%, #41deac 42%, #54e89d 100%);
    color: #fff;
    background-size: 200% 100%;
    background-position: 40%;
    background-repeat: no-repeat;
    transition: all 352ms
}

a.btn-site-default.--gradient:hover,
button.btn-site-default.--gradient:hover,
input.btn-site-default.--gradient:hover {
    background-position: 80%
}

.seven-section .controls-block {
    text-align: center;
    display: flex;
    justify-content: center
}

.seven-section .section-title {
    font-size: 32px;
    font-family: "Noto Sans", sans-serif;
    color: #636363;
    font-weight: bold;
    line-height: 1.2;
    text-align: center
}

.seven-section .after-title-text {
    max-width: 500px;
    margin: auto
}

section.section.seven-section {
    padding-top: 100px;
    overflow: hidden
}

@media (max-width:768px) {
    section.section.seven-section {
        padding-top: 50px
    }
}

.seven-section .logo-block {
    text-align: center
}

.seven-section .logo-block>img {
    height: auto;
    width: auto;
    min-height: 40px;
    max-height: 60px
}

.seven-section .section-title {
    margin-bottom: 35px
}

.lic-item {
    flex: 0 0 auto;
    margin: 0 25px;
    margin-bottom: 25px
}

.lic-item>img {
    max-width: 240px
}

.video-block {
    padding-top: 25px;
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    margin-bottom: 25px
}

.video-item {
    flex: 1 0 32%;
    max-width: 33%;
    margin-right: 20px;
    margin-bottom: 25px;
    position: relative
}

.video-item>img {
    position: absolute;
    z-index: -1
}

.video-item:before {
    content: "";
    display: block;
    float: left;
    padding-top: 56%
}

.video-item>a {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

@media (min-aspect-ratio:16/9) {
    .video-item>img {
        height: 300%;
        top: -100%
    }
}

@media (max-aspect-ratio:16/9) {
    .video-item>img {
        width: 300%;
        left: -100%
    }
}

@supports (object-fit:cover) {
    .video-item>img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover
    }
}

.reviews-block {
    display: flex;
    flex-flow: row nowrap;
    padding-top: 40px;
    margin-bottom: 25px
}

@media (max-width:768px) {
    .reviews-block {
        margin-bottom: 0
    }
}

.review-item {
    margin: 10px 20px
}

.review_username {
    font-size: 18px;
    font-family: "Noto Sans", sans-serif;
    color: #353535;
    line-height: 2;
    text-align: left
}

.owl-carousel .owl-item {
    margin: 30px 0
}

@media (max-width:768px) {
    .owl-carousel .owl-item {
        margin-bottom: 0
    }
}

.review-item .stars {
    background-position: left
}

.big-animate-block {
    text-align: center
}

.big-animate-block>svg {
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto
}

#reviews_carousel {
    position: relative
}

button.owl-prev {
    position: absolute
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    color: #d8d8d8;
    font-size: 30px;
    top: 0;
    line-height: 1;
    height: 40px;
    width: 40px;
    bottom: 0;
    margin: auto;
    transition: all 350ms
}

.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -40px
}

.owl-carousel .owl-nav button.owl-prev {
    right: auto;
    left: -40px
}

.owl-carousel .owl-nav button.owl-next>i,
.owl-carousel .owl-nav button.owl-prev>i {
    line-height: 1
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    color: #555
}

.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:focus {
    color: #999;
    box-shadow: none;
    outline: 0
}

section.section.seven-section .top {
    opacity: 0;
    transition: opacity 350ms
}

section.section.seven-section.aos-animate .top {
    opacity: 1;
    transition-delay: 400ms
}

@media (max-width:768px) {
    section.section.seven-section .top {
        opacity: 1
    }
}

.mobile-phone {
    display: none
}

.footer {
    background-image: linear-gradient(0deg, #2ed4bb 0%, #41deac 42%, #54e89d 100%);
    min-height: 100px
}

.footer .partner-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.footer .partner-logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.footer .partner-logo .partner-logo__caption {
    margin: 5px;
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    max-width: 150px
}

.footer .partner-logo img {
    display: block;
    margin: 10px;
    max-height: 50px;
    max-width: 130px;
    width: auto
}

@media (min-width:576px) {
    .footer .partner-logos {
        align-items: center;
        justify-content: flex-start
    }
}

@media (min-width:993px) {
    .footer .partner-logo img {
        display: flex;
        align-items: center;
        text-align: left;
        max-height: 70px;
        margin: 3px 10px 3px 0
    }
}

.bg_fone-wave:after {
    content: "";
    display: block;
    position: absolute;
    top: 0vh;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    min-width: 100%;
    min-height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #fff
}

.--wave-bottom:after {
    background-image: url("../images/default/bg-wave-2.svg");
    background-position: bottom center
}

.--wave-bottom-stopped:after {
    background-image: url("../images/default/bg-wave-stoped-2.svg");
    background-position: bottom center
}

.--wave-top:after {
    background-image: url("../images/default/bg-wave.svg");
    background-position: top center;
    top: 0
}

.--wave-top-stopped:after {
    background-image: url("../images/default/bg-wave-stoped.svg");
    background-position: top center;
    top: 0
}

.--single .section-title {
    margin-bottom: 10px
}

section.section.bg_fone-wave {
    overflow: visible;
    padding: 60px 0 20px
}

@media (max-width:768px) {
    section.section.bg_fone-wave {
        padding-top: 40px
    }
}

.dark_variant .navbar-toggler svg path,
.fixed .navbar-toggler svg path {
    stroke: #4ee4a3
}

.dark_variant .navbar-toggler:focus svg path,
.dark_variant .navbar-toggler:hover svg path {
    stroke: #30d5b8
}

.fixed .navbar-toggler:focus svg path,
.fixed .navbar-toggler:hover svg path {
    stroke: #30d5b8
}

.page-image {
    margin-bottom: 45px
}

.page-image>svg {
    display: block;
    width: 80%;
    height: auto;
    margin: auto
}

.navbar-nav li a {
    transition: all 350ms
}

.dark_variant .navbar-nav li a,
.fixed .navbar-nav li a {
    color: #5d5d5d
}

.dark_variant .navbar-nav li.current-menu-item a,
.fixed .navbar-nav li.current-menu-item a {
    color: #35d8b5
}

.dark_variant .navbar-nav li a:hover,
.fixed .navbar-nav li a:hover {
    color: #39dab2
}

.dark_variant .btn_site_default,
.fixed .btn_site_default {
    color: #fff;
    background-image: linear-gradient(0deg, #2ed4bb 0%, #41deac 42%, #54e89d 100%)
}

.page_register .section-title {
    font-size: 32px;
    font-family: "Noto Sans", sans-serif;
    color: #353535
}

.first-blog .section-title {
    font-size: 40px;
    font-family: "Noto Sans", sans-serif;
    color: #5d5d5d;
    text-align: left;
    margin-bottom: 30px
}

.page-description {
    font-size: 18px;
    font-family: "Noto Sans", sans-serif;
    color: #5d5d5d;
    line-height: 1.333;
    text-align: left
}

.first-blog .section-title.--underline>span:after {
    background-image: linear-gradient(0deg, #2ed4bb 0%, #41deac 42%, #54e89d 100%)
}

.blog-item {
    margin-bottom: 35px;
    padding: 0 25px 15px 25px
}

.blog-inner {
    border-radius: 30px;
    background-color: white
}

.--shadowed {
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.09)
}

.blog-image {
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-radius: 30px 30px 0 0
}

.blog-image:before {
    content: "";
    display: block;
    padding-top: 56%;
    float: left
}

.blog-image.br-all {
    border-radius: 30px
}

.blog-image>img {
    position: absolute;
    z-index: -1
}

.grow {
    overflow: hidden
}

.grow img {
    transition: all 1s ease;
    width: 100%;
    height: auto
}

.responsive-img {
    width: 100%;
    height: auto
}

.grow:hover img {
    transform: scale(1.2)
}

@media (min-aspect-ratio:16/9) {
    .blog-image>img {
        height: 300%;
        top: -100%
    }
}

@media (max-aspect-ratio:16/9) {
    .blog-image>img {
        width: 300%;
        left: -100%
    }
}

@supports (object-fit:cover) {
    .blog-image>img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover
    }
}

.content-blog {
    padding: 20px
}

.blog-create_at {
    font-size: 14px;
    font-family: "Noto Sans", sans-serif;
    color: #bcbcbc;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 10px
}

.blog-caption {
    font-size: 18px;
    font-family: "Noto Sans", sans-serif;
    color: #5d5d5d;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 15px
}

.blog-excerp {
    font-size: 14px;
    font-family: "Noto Sans", sans-serif;
    color: #5d5d5d;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 10px
}

.post-content {
    font-size: 14px;
    font-family: "Noto Sans", sans-serif;
    color: #5d5d5d;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 10px
}

.post-content.tiny-text {
    font-size: 16px;
    color: #5d5d5d;
    line-height: 1.45;
    font-weight: 500
}

.alignright {
    float: right;
    margin: 10px
}

.alignleft {
    float: left;
    margin: 10px
}

.post-content.tiny-text h1,
.post-content.tiny-text h2,
.post-content.tiny-text h3,
.post-content.tiny-text h4,
.post-content.tiny-text h5,
.post-content.tiny-text h6 {
    margin: 1rem 0 1.5rem 0;
    font-weight: 600
}

.tiny-text a:not(.btn-site-default) {
    color: #4ce4a4;
    transition: all 350ms
}

.tiny-text a:not(.btn-site-default):hover {
    color: #31d6b9
}

.post-content {
    padding: 25px 0
}

.post-content p:not(:first-child,
.label) {
    margin-top: 15px;
    margin-bottom: 0
}

.single-post-thumb {
    position: relative;
    overflow: hidden
}

.single-post-thumb>img {
    display: block;
    width: 85%;
    height: auto;
    margin: auto;
    border-radius: 30px
}

.blog-control {
    padding: 20px 0 0 0px;
    text-align: center
}

a.btn-more,
a.btn-tab {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: "Noto Sans", sans-serif;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.4;
    z-index: 0;
    text-align: center;
    padding: 5px 25px
}

a.btn-more.--outlined:before,
a.btn-tab.--outlined:before {
    content: "";
    display: inline-block;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    min-width: 100%;
    min-height: 100%;
    z-index: -3;
    position: absolute;
    background-image: linear-gradient(0deg, #2ed4bb 0%, #41deac 42%, #54e89d 100%);
    border-radius: 30px
}

a.btn-more.--outlined:after {
    display: inline-block;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    min-width: 100%;
    min-height: 100%;
    z-index: -3;
    position: absolute;
    background: #fff;
    content: "";
    opacity: 1;
    border-radius: 30px;
    transition: all 350ms
}

a.btn-tab {
    min-width: 40%;
    margin: 0 5px 10px
}

a.btn-tab.--outlined:after {
    display: inline-block;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    min-width: 100%;
    min-height: 100%;
    z-index: -3;
    position: absolute;
    background: #fff;
    content: "";
    opacity: 1;
    border-radius: 30px;
    transition: all 350ms
}

.gradient-btn>span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(0deg, #2ed4bb 0%, #41deac 42%, #54e89d 100%);
    z-index: 1;
    display: block;
    position: relative
}

.btn-more:hover>span {
    color: #fff;
    background-image: linear-gradient(0, #fff, #fff)
}

.btn-tab.active>span,
.btn-tab:hover>span {
    color: #fff;
    background-image: linear-gradient(0, #fff, #fff)
}

a.btn-more.--outlined:hover:after {
    opacity: 0
}

a.btn-tab.--outlined:hover:after,
a.btn-tab.active.--outlined:after {
    opacity: 0
}

.blog-create_at>i+span {
    margin-left: 5px
}

.pagination {
    flex: 0 0 auto;
    display: inline-flex;
    flex-flow: row wrap
}

.pagination>ul {
    display: inline-flex;
    flex-flow: row wrap;
    list-style: none;
    margin: 0;
    padding: 0
}

.pagination-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    margin-top: 40px
}

.pagination ul li {
    margin: 0 10px
}

.pagination ul li a,
.pagination ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: silver;
    border: 1px solid silver;
    background-color: white;
    width: 44px;
    height: 44px
}

.pagination ul li.active span {
    border-color: #00dead;
    color: #00dead
}

.pagination ul li span.active,
.pagination ul li span.current {
    border-color: #00dead;
    color: #00dead
}

.pagination ul li a:hover {
    border-color: #00dead;
    color: #00dead
}

.form-title {
    font-size: 34px;
    font-family: "Noto Sans", sans-serif;
    color: #5d5d5d;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center
}

.form-field>label {
    font-size: 18px;
    font-family: "Noto Sans", sans-serif;
    color: #5d5d5d;
    line-height: 1.2;
    text-align: left;
    display: block;
    margin-bottom: 10px
}

.form-field input:not([type=hidden]),
.form-field textarea {
    font-size: 16px;
    font-family: "Noto Sans", sans-serif;
    color: darkgray;
    line-height: 1.4;
    border-width: 1px;
    border-color: #c9c9c9;
    border-style: solid;
    border-radius: 3px;
    background-color: white;
    width: 100%;
    padding: 10px 15px
}

.form-buttons {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap
}

.contact-form-wrapper {
    display: block;
    border-radius: 30px;
    box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.08);
    padding: 50px 100px;
    margin-bottom: 70px;
    background-image: url("../images/default/form_bg.png");
    background-repeat: no-repeat;
    background-size: 110% 100%;
    background-position: 50% 50%
}

.form-field {
    margin-bottom: 35px
}

.form-btn {
    background-image: linear-gradient(0deg, #2ed4bb 0%, #41deac 42%, #54e89d 100%);
    font-size: 16px;
    font-family: "Noto Sans", sans-serif;
    color: white;
    font-weight: bold;
    line-height: 2;
    text-align: center;
    border-radius: 30px;
    padding: 5px 25px;
    text-transform: uppercase;
    border: 1px solid transparent;
    transition: all 350ms
}

.form-btn:focus,
.form-btn:hover {
    box-shadow: none;
    outline: 0;
    border-color: #34d7b7;
    color: #34d7b7;
    background-image: linear-gradient(0deg, transparent, transparent)
}

.form-controls {
    text-align: center;
    padding: 20px 0 20px 0
}

.terms-agree {
    font-size: 12px;
    color: #5d5d5d;
    font-style: italic
}

.terms-agree .wpcf7-list-item.first.last {
    display: flex;
    margin-left: 0
}

.terms-agree .wpcf7-list-item.first.last input {
    margin: 5px 15px 0 0;
    cursor: pointer
}

@media (max-width:768px) {
    .wpcf7-form-control-wrap {
        margin-bottom: 20px
    }
}

.form-title {
    padding-top: 30px
}

.form-field input:focus,
.form-field textarea:focus {
    box-shadow: none;
    outline: 0;
    color: #777
}

.image-block.icon {
    margin-bottom: 25px
}

.image-block.icon>img,
.image-block.icon>svg {
    display: block;
    width: 70px;
    height: auto;
    margin: auto
}

.follow_block {
    display: flex;
    align-items: center;
    justify-content: center
}

.arrows-block {
    flex: 0 0 auto;
    min-width: 50px;
    max-width: 25%
}

.arrows-block>svg {
    width: 100%;
    height: auto;
    position: relative;
    top: -30px
}

.social-items {
    display: flex;
    flex: 0 0 50%;
    align-items: center;
    justify-content: center;
    transform: translateY(20px);
    transition: all 500ms
}

.social-item:hover {
    color: #E9FAF5
}

.follow_us.aos-animate .social-items {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 2000ms
}

.social-item {
    flex: 0 0 60px;
    background-image: linear-gradient(0deg, #2ed4bb 0%, #41deac 42%, #54e89d 100%);
    border-radius: 100%;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    margin: 0 20px 20px
}

.follow_us .section-title {
    margin-bottom: 35px;
    transform: translateY(20px);
    transition: all 500ms
}

.follow_us.aos-animate .section-title {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1600ms
}

.contact-first .section-title {
    text-align: left;
    margin-bottom: 25px
}

.after-title-text {
    font-size: 16px;
    font-family: "Noto Sans", sans-serif;
    color: #353535;
    line-height: 1.2;
    text-align: center
}

.pre-title-icon {
    margin-bottom: 25px
}

.pre-title-icon>img,
.pre-title-icon>svg {
    width: 70px;
    height: auto;
    display: block;
    margin: auto
}

.--underline-block>span {
    position: relative
}

.--underline-block>span:after {
    content: "";
    display: block;
    position: absolute;
    left: auto;
    top: auto;
    bottom: 0;
    right: 0;
    height: 3px;
    width: 100%;
    background-image: linear-gradient(0deg, #2ed4bb 0%, #41deac 42%, #54e89d 100%);
    transition: all 600ms
}

.first-about-page.--wave-bottom:after {
    background-size: contain;
    background-position: center 40%
}

.first-about-page.bg_fone-wave:after {
    bottom: auto;
    top: -45%
}

.first-about-page .section-title {
    margin-bottom: 30px
}

.first-about-page .page-description {
    font-size: 22px;
    padding: 0 0 30px
}

.--shandowed {
    border-radius: 30px;
    background-color: white;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.09)
}

.first-about-page.--wave-bottom:after {
    background-size: contain;
    background-position: center 40%
}

.big-section.shape-fone {
    z-index: 0;
    position: relative
}

.big-section.shape-fone:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: -28%;
    bottom: 0;
    right: 0;
    left: -100%;
    background-image: url("../images/default/shape.png");
    background-size: cover;
    background-repeat: no-repeat
}

.ovi-caption {
    font-size: 22px;
    font-family: "Noto Sans", sans-serif;
    color: #5d5d5d;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 15px
}

.ovi-description {
    font-size: 14px;
    font-family: "Noto Sans", sans-serif;
    color: #5d5d5d;
    line-height: 1.2;
    text-align: center
}

.ovi-inner {
    padding: 35px;
    min-height: 340px
}

.ovi-icon {
    margin-bottom: 25px
}

.ovi-icon>img,
.ovi-icon>svg {
    max-width: 180px;
    max-height: 140px;
    display: block;
    margin: auto;
    width: auto;
    height: auto
}

.--word-green>span {
    color: #42dfab
}

.ovis {
    margin-bottom: 100px
}

@media (max-width:768px) {
    .ovis {
        margin-bottom: 40px
    }
}

.our-values-items {
    margin-bottom: 35px
}

.team-header {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 110px
}

[data-aos] .ovi-inner>* {
    opacity: 0;
    transition: all 400ms
}

.aos-animate .ovi-inner>* {
    transition-delay: 700ms;
    opacity: 1
}

.team {
    align-items: start;
    padding-bottom: 40px
}

.arrow-container {
    flex: 0 0 auto
}

.arrow-container>svg {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-left: 25%
}

.caption-container {
    flex: 0 0 auto;
    max-height: 50%;
    margin: 25px 0
}

.caption-container .section-title {
    font-size: 42px;
    font-family: "Noto Sans", sans-serif;
    color: #5d5d5d;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 15px
}

.caption-container .page-description {
    font-size: 16px;
    font-family: "Noto Sans", sans-serif;
    color: #5d5d5d;
    line-height: 1.5;
    text-align: center
}

.team-item {
    width: 25%;
    float: left;
    margin: 5% 0 0
}

.team-items .row .team-item:nth-of-type(2),
.team-items .row .team-item:nth-of-type(4) {
    margin-top: 8%
}

.team-user {
    position: relative;
    margin-bottom: 25px
}

.team-user>img {
    max-width: 60%;
    display: block;
    margin: auto;
    border-radius: 100%;
    box-shadow: 2px 2px 11px -2px #ddd;
    height: auto
}

.user-name {
    font-size: 30px;
    font-family: "Noto Sans", sans-serif;
    color: #5d5d5d;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 10px
}

.about-user {
    font-size: 16px;
    font-family: "Noto Sans", sans-serif;
    color: #5d5d5d;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 10px
}

[data-aos] .about-user,
[data-aos] .team-user,
[data-aos] .user-name {
    opacity: 0;
    transition: all 400ms
}

[data-aos] .team-user {
    transform: rotate3d(1, -1, 0.5, 90deg)
}

.aos-animate .about-user,
.aos-animate .user-name {
    transition-delay: 1300ms;
    opacity: 1
}

.aos-animate .team-user {
    opacity: 1;
    transition-delay: 1100ms;
    transform: rotate3d(0, 0, 0, 0)
}

.under-title-icon {
    text-align: center;
    padding: 10px 0;
    margin-bottom: 15px
}

.under-title-icon>img,
.under-title-icon>svg {
    max-width: 100%;
    max-height: 35px
}

[data-aos] .tp_caption,
[data-aos] .tp_description,
[data-aos] .tp_icon {
    opacity: 0;
    transition: all 400ms
}

[data-aos] .tp_icon {
    transform: rotate3d(1, -1, 0.5, 90deg)
}

.aos-animate .tp_caption,
.aos-animate .tp_description {
    transition-delay: 1300ms;
    opacity: 1
}

.aos-animate .tp_icon {
    opacity: 1;
    transition-delay: 1100ms;
    transform: rotate3d(0, 0, 0, 0)
}

.tp_icon {
    text-align: center;
    margin-bottom: 25px
}

.tp_icon>img,
.tp_icon>svg {
    height: auto;
    width: 100%;
    max-height: 110px;
    max-width: 120px;
    display: block;
    margin: auto
}

.duo-image-block {
    text-align: center;
    margin-bottom: 25px
}

.tp_caption {
    font-size: 24px;
    font-family: "Noto Sans", sans-serif;
    color: #5d5d5d;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 15px
}

.tp_description {
    font-size: 16px;
    font-family: "Noto Sans", sans-serif;
    color: #5d5d5d;
    line-height: 1.2;
    text-align: center
}

.tp_item {
    margin-bottom: 35px
}

.f_image {
    position: relative
}

.col.f_image>img {
    width: 100%;
    height: auto;
    max-width: 100%
}

.the_platform {
    margin-bottom: 30px
}

@media (min-width:768px) {
    .the_platform {
        padding-bottom: 70px
    }
}

.stuf-caption {
    font-size: 24px;
    font-family: "Noto Sans", sans-serif;
    color: #5d5d5d;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px
}

.stuff-description {
    font-size: 16px;
    font-family: "Noto Sans", sans-serif;
    color: #5d5d5d
}

.stuff-container>div>svg {
    width: 100%;
    height: auto
}

.stuff-item {
    display: flex;
    align-items: center;
    flex-flow: row nowrap
}

.stuff-icon {
    flex: 0 0 60px;
    margin-right: 25px
}

[data-aos] .stuff-icon {
    opacity: 0;
    transform: translateX(-30px);
    transition: all 400ms
}

.aos-animate .stuff-icon {
    transition-delay: 600ms;
    opacity: 1;
    transform: translateX(0)
}

.stuff-content {
    flex: 0 1 100%;
    max-width: 100%
}

.stuff-icon>img,
.stuff-icon>svg {
    width: 100%;
    height: auto
}

.stuff-item:not(:last-child) {
    margin-bottom: 55px
}

.--uppercase-all {
    text-transform: uppercase;
    font-weight: 600
}

.--uppercase-all>*>span {
    text-transform: none
}

.s-image-block {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 25px
}

.s-image-block>img,
.s-image-block>svg {
    width: 50%;
    max-width: 160px;
    height: auto;
    max-height: 100%;
    max-block-size: fit-content
}

.s-caption {
    font-size: 24px;
    font-family: "Noto Sans", sans-serif;
    color: #5d5d5d;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 45px
}

.controls-block {
    padding: 15px 0;
    text-align: center
}

@media (min-width:768px) {
    .controls-block {
        margin-top: 25px
    }
}

.btn-gradient-bg {
    background-image: linear-gradient(to bottom, #2ed4bb, #41deac, #54e89d);
    font-size: 24px;
    font-family: "Noto Sans", sans-serif;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    padding: 14px 25px;
    border-radius: 30px;
    min-width: 230px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 350ms ease;
    background-size: 100% 100%
}

.btn-gradient-bg:hover {
    opacity: 0.8;
    color: white
}

.footer-menu .navbar-nav,
.footer-menu ul {
    flex-flow: row wrap;
    justify-content: flex-end
}

.full-image-block img {
    width: 100%;
    height: auto
}

.custom-list-image.smaller {
    max-width: 450px;
    margin: auto
}

.custom-list-image a {
    color: #30D4B8;
    text-decoration: underline
}

.custom-list-image.smaller .list-item {
    font-size: 18px;
    font-family: "Noto Sans", sans-serif;
    color: #353535;
    line-height: 1.667;
    text-align: left;
    margin-bottom: 35px;
    padding-left: 60px
}

.custom-list-image.smaller .list-item:before {
    width: 35px;
    height: 35px;
    background-image: url(../images/default/green_check.png);
    background-size: cover
}

section.section.new_faq_screen {
    padding: 60px 0;
    font-family: "Noto Sans", sans-serif
}

@media (max-width:768px) {
    section.section.new_faq_screen {
        padding: 0
    }
}

.simple_title_text {
    font-size: 24px;
    color: #5d5d5d;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 50px
}

.popular-posts .simple_title_text {
    font-weight: normal
}

.faq-label {
    display: block;
    font-size: 16px;
    color: #353535;
    line-height: 1.45;
    text-align: left;
    background-color: white;
    box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.07);
    padding: 14px;
    padding-left: 70px;
    padding-right: 5%;
    position: relative;
    border-radius: 50px
}

.icons-collapse {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 24px;
    top: 10px;
    background: linear-gradient(to right, #32d4ba, #53e79e);
    border-radius: 100%
}

span.icons-collapse:before {
    content: "";
    display: block;
    width: 50%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

span.icons-collapse:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: 50%;
    background: #fff;
    transform: rotateZ(0deg);
    transition: all 450ms;
    transform: rotateZ(90deg)
}

.collapsed span.icons-collapse:after {
    transform: rotateZ(0)
}

a.faq-label:focus {
    background-color: white;
    box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.07)
}

a.faq-label:hover {
    background-color: white;
    box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.07);
    color: #38d9b3
}

.faq-answer {
    position: relative;
    padding: 25px 5% 25px 70px;
    font-size: 16px;
    color: #353535;
    line-height: 1.45;
    text-align: left
}

.faq-answer p {
    margin-bottom: 0
}

.faq-answer a {
    color: #38d9b3
}

.faq-answer p+p {
    margin-top: 25px
}

.faq-answer:before {
    content: "";
    display: block;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 6px;
    background-color: transparent;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.07);
    z-index: -1;
    opacity: 0;
    transition: all 450ms
}

.show .faq-answer:before {
    opacity: 1;
    box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.07);
    background: #fafafa
}

.faq-label .text-label {
    padding-left: 0;
    font-size: 16px;
    margin-bottom: 0
}

.faq-item {
    margin-bottom: 22px
}

.trio_list {
    display: flex;
    align-items: center;
    flex-flow: row wrap
}

.trio-item {
    max-width: 290px;
    width: 25%
}

.content-block {
    border-radius: 30px;
    background-color: white;
    box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.07);
    padding: 100px 40px 50px;
    position: relative
}

img.trio_image {
    position: absolute;
    width: 160px;
    height: 160px;
    left: 0;
    right: 0;
    bottom: auto;
    top: 0;
    margin: auto;
    transform: translateY(-50%)
}

.trio-item .accent-text {
    font-size: 44px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 12px
}

.small-title {
    font-size: 24px;
    font-family: "Noto Sans", sans-serif;
    color: #353535;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center
}

.trio_list {
    padding-top: 100px
}

.trio_item_small._inside_label {
    flex: 0 0 auto;
    padding: 5px 15px;
    padding-top: 60px;
    font-size: 20px;
    font-family: "Noto Sans", sans-serif;
    color: #353535;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    margin: auto
}

.trio_block {
    padding: 10% 0 8%;
    background-size: cover;
    background-position: bottom center
}

@media (min-width:1400px) {
    .abs-fone-section {
        width: 100%
    }
}

@media (max-width:1400px) {
    .first-about-page.--wave-bottom:after {
        background-position: center 55%
    }
}

@media (max-width:1200px) {
    .navbar-nav li a {
        font-size: 16px;
        margin: 0 0px
    }
    a.navbar-brand>svg {
        height: 30px;
        max-width: 220px
    }
    .abs-fone-section {
        left: -20%;
        width: 130%
    }
    .image-block.--left>img {
        margin-left: -10%
    }
    .accent-text {
        font-size: 30px
    }
    .--animate-line>svg {
        width: 58%;
        height: auto;
        max-height: 100%
    }
    .inline-elements .icons {
        min-width: 70px
    }
    .small-title {
        font-size: 15px
    }
    .stat-item .content-block {
        flex: 0 0 calc(100% - 170px)
    }
    .trio-item .accent-text {
        font-size: 33px
    }
    img.trio_image {
        width: 120px;
        height: 120px
    }
    .content-block {
        padding-top: 80px
    }
}

@media (max-width:992px) {
    .copyright {
        text-align: center;
        font-size: 12px
    }
    .stat-item .image-block {
        justify-self: center;
        margin: auto
    }
    .navbar-collapse {
        position: absolute;
        left: auto;
        right: 0;
        top: 100%;
        width: 50%;
        background: #45e0a9;
        z-index: 2
    }
    .navbar-collapse a.btn_site_default {
        margin: 5px auto;
        max-width: 250px;
        width: auto
    }
    .navbar-nav {
        padding: 30px 15px
    }
    .footer-menu .navbar-nav {
        padding: 0
    }
    .navbar-nav li {
        margin-top: 15px;
        margin-top: 15px;
        text-align: center;
        padding: 0 15px
    }
    .navbar-nav li:first-of-type {
        margin-top: 0
    }
    .footer .navbar-nav li {
        margin-top: 0;
        padding: 0 10px
    }
    .abs-fone-section {
        display: none
    }
    section.section.first-section:after {
        content: "";
        z-index: -1;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        height: 100%;
        bottom: 30%;
        background-image: linear-gradient(90deg, #2ed4bb 0%, #41deac 42%, #54e89d 100%)
    }
    .navbar-collapse {
        position: absolute;
        left: auto;
        right: 0;
        top: 100%;
        width: 100%;
        z-index: 2;
        background-image: linear-gradient(45deg, #2ed4bb 0%, #41deac 42%, #54e89d 100%)
    }
    .stat-item .content-block {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 15px;
        text-align: center
    }
    .different-item .custom-list-image {
        width: 100%;
        margin: auto
    }
    .inline-elements .section-title {
        font-size: 28px
    }
    .proccess-item.--animate-line+.proccess-item.--animate-line svg {
        width: auto;
        margin-left: auto;
        height: 110px
    }
    section.section.five-section {
        padding: 50px 0
    }
    .section-title {
        font-size: 26px
    }
    .image-block.--left>img {
        margin-left: 0%;
        margin-top: 0
    }
    .first-about-page.--wave-bottom:after {
        background-position: center 65%
    }
    .f_image {
        display: none
    }
    .full-image-block img {
        width: 130%;
        height: auto
    }
    .custom-list-image.smaller .list-item {
        margin-bottom: 20px
    }
    .trio-item {
        flex: 0 0 auto;
        width: 100%;
        margin-bottom: 0
    }
    .trio_list {
        flex-flow: column
    }
    .trio_item_small._inside_label {
        margin: 50px auto;
        padding-top: 5px;
        margin-bottom: 90px
    }
}

@media (max-width:768px) {
    .section {
        padding: 40px 0 20px 0
    }
    .section.first-section {
        padding: 0
    }
    .main-site-title {
        text-align: center;
        margin-top: 25px
    }
    .main-site-title>br {
        display: none
    }
    .site-control-container {
        text-align: center
    }
    .stat-item .content-block {
        flex: 0 0 calc(100% - 135px);
        text-align: left
    }
    .answer-container {
        padding: 0
    }
    .--animate-line {
        display: none
    }
    .proccess-item {
        margin-bottom: 35px
    }
    .proccess-item.--animate-line+.proccess-item {
        margin-top: 0
    }
    .inline-elements {
        flex-flow: row wrap
    }
    .inline-elements .section-title {
        flex: 0 0 100%;
        width: 100%;
        margin-bottom: 35px;
        text-align: center
    }
    .inline-elements .icons {
        display: none
    }
    .controls {
        width: 100%;
        flex: 0 0 100%;
        text-align: center
    }
    .join-us {
        padding: 50px 0
    }
    .video-item {
        flex: 0 0 100%;
        max-width: 60%;
        margin: auto;
        margin-bottom: 35px;
        display: flex;
        align-items: center;
        justify-content: center
    }
    .video-block {
        flex-flow: row wrap
    }
    .arrows-block {
        display: none
    }
    .contact-form-wrapper {
        padding: 20px 30px
    }
    .first-about-page.--wave-bottom:after {
        background-position: center 70%
    }
    .questions-cloud {
        padding: 20px 25px
    }
    .seven-section .--underlined span {
        display: inline
    }
    .owl-carousel .owl-nav button.owl-prev {
        left: -20px
    }
    .owl-carousel .owl-nav button.owl-next {
        right: -20px
    }
    .team-item {
        width: 50%
    }
    .team-items .row .team-item:nth-of-type(3) {
        margin-left: auto;
        margin-right: auto
    }
    .team-items .row .team-item:nth-of-type(2) {
        margin-top: 0
    }
    .full-image-block img {
        width: 100%;
        margin-bottom: 45px
    }
    .trio_block {
        padding-bottom: 80px;
        padding-top: 45px
    }
    .dark_variant .navbar-nav li.current-menu-item a,
    .fixed .navbar-nav li.current-menu-item a {
        color: white;
        border-bottom: 2px solid #fff
    }
    .dark_variant .navbar-nav li a,
    .fixed .navbar-nav li a {
        color: white
    }
    .team-items .row .team-item:nth-of-type(2) {
        margin: 5% 0 0
    }
}

.only_mobile {
    display: none
}

@media (max-width:576px) {
    img.mobile-phone {
        display: block;
        width: 100%;
        margin: 15px auto
    }
    .footer-menu .navbar-nav,
    .footer-menu ul {
        flex-flow: row wrap;
        justify-content: center;
        padding: 5px 0
    }
    .main-site-title {
        font-size: 22px;
        text-transform: none
    }
    .navbar-brand img {
        max-height: 25px;
        min-width: 170px;
    }
    .site-description-container {
        font-size: 15px
    }
    section.section.first-section:after {
        bottom: 15%
    }
    .proccess-caption {
        font-size: 20px
    }
    .proccess-description {
        font-size: 16px;
        line-height: 22px
    }
    .proccess-item .image-block img,
    .proccess-item .image-block svg {
        display: block;
        width: 85%
    }
    .navbar {
        padding: 0
    }
    .site-description-container .custom-list-image {
        margin: 0
    }
    a.navbar-brand>svg {
        height: 30px;
        max-width: 150px
    }
    .different-item .list-item,
    .question-label {
        font-size: 14px
    }
    .question-answer {
        font-size: 12px
    }
    .video-item {
        max-width: 90%
    }
    .navbar-collapse {
        width: 100%
    }
    section.section.bg_fone-wave.--wave-bottom {
        padding: 40px 0px 70px 0
    }
    section.section.bg_fone-wave.--wave-top {
        padding: 70px 0px 40px 0
    }
    .arrows-block {
        display: none
    }
    .stuff-item {
        align-items: flex-start
    }
    .stuff-description {
        font-size: 14px
    }
    .stuf-caption {
        font-size: 20px
    }
    .--underline-block>span {
        transition: all 350ms;
        box-shadow: 0px 0px 0 0px #34d7b5
    }
    .--underline-block>span:after {
        display: none
    }
    .aos-animate .--underline-block>span {
        transition: all 350ms;
        box-shadow: 0px 2px 0 0px #34d7b5
    }
    .questions-cloud {
        padding: 20px 25px
    }
    .seven-section .--underlined span {
        display: inline
    }
    .phrase-caption {
        font-size: 22px
    }
    .logo-block>img {
        width: 100%;
        height: auto;
        max-height: unset;
        min-height: unset
    }
    .btn-site-default {
        display: inline-block
    }
    .questions-cloud:after,
    .questions-cloud:before {
        display: none
    }
    .cloud-row {
        flex-flow: row wrap;
        align-items: center;
        justify-content: center
    }
    .ja,
    .no {
        margin-bottom: 15px
    }
    .arrowed-btn i {
        display: none
    }
    .custom-list-image.smaller .list-item {
        font-size: 16px;
        padding-left: 45px
    }
    .custom-list-image.smaller .list-item:before {
        width: 25px;
        height: 25px
    }
    .faq-answer,
    .faq-label {
        font-size: 14px
    }
    .only_mobile {
        display: block
    }
    .app_container {
        display: flex;
        align-items: center;
        justify-content: start
    }
    .close_alert {
        position: relative;
        color: #fff;
        width: 20px;
        height: 20px;
        min-width: 20px;
        border-radius: 50px;
        font-size: 12px;
        background: #E7E7E7
    }
    .close_alert .fa {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }
    .logo_block {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 12px;
        background: linear-gradient(139.3deg, #60D1B5 3.99%, #78E6A1 92.87%);
        border-radius: 20px;
        margin: 0 10px
    }
    .logo_block img,
    .logo_block svg {
        width: 30px;
        flex: 0 0 auto;
        height: auto
    }
    .app_name {
        font-size: 13px;
        line-height: 16px;
        letter-spacing: -0.02em;
        color: #000000
    }
    .sub_title {
        font-size: 10px;
        line-height: 1;
        letter-spacing: -0.02em;
        color: #848489
    }
    .app_information {
        font-style: normal;
        font-weight: normal;
        margin-right: 5px
    }
    .app_rating {
        display: flex;
        align-items: center;
        margin: 3px 0
    }
    .app_rating>svg {
        width: 9px;
        height: 9px;
        display: block;
        margin-right: 1px
    }
    a.app_link {
        padding: 7px 14px;
        font-size: 14px;
        margin-left: auto;
        font-weight: normal
    }
    a.app_link:focus,
    a.app_link:hover {
        text-decoration: none
    }
}

@media (max-width:500px) {
    .form-title {
        padding-top: 30px
    }
    .form-controls {
        padding: 0
    }
    .question-item {
        margin-bottom: 15px
    }
    .first-blog .section-title,
    .seven-section .section-title {
        font-size: 25px
    }
    .section-small-title,
    .user-name {
        font-size: 22px;
        margin: 0
    }
    .first-about-page .page-description {
        font-size: 18px
    }
    .page-description {
        font-size: 14px
    }
    .lic-item,
    .team-user {
        text-align: center;
        margin: 0
    }
    .lic-item img {
        max-width: 70%
    }
    .phrase-checker+.controls-block {
        text-align: center
    }
    section.section.third-screen {
        padding: 50px 0 0
    }
    .first-about-page.--wave-bottom:after {
        background-position: center 80%
    }
    .header {
        height: 55px
    }
    .team-items .row .team-item:nth-of-type(3) {
        margin-left: auto;
        margin-right: auto
    }
    .video-decor-lep-top {
        margin-top: 20px
    }
    a.btn-tab {
        min-width: 100%
    }
}

.video-decor-lep-top {
    padding: 3.5% 8.5% 8%;
    position: relative
}

.video-decor-lep-top:before {
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../images/default/laptop.png")
}

.video-decor-content {
    margin: 3px 8px
}

.video-responsive-wrapper {
    width: 100%;
    padding: 56.25% 0 0 0;
    position: relative
}

.video-responsive {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.video-prev-img {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../images/default/video-prev.png") center no-repeat;
    background-size: cover;
    top: 0;
    z-index: 9
}

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    background: #44DFAA;
    border: 3px solid #32D6B7;
    border-radius: 50%;
    padding: 18px 20px 18px 28px
}

.video-play-button:hover {
    cursor: pointer
}

.video-play-button:focus {
    outline: 0
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #44DFAA;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #44DFAA;
    border-radius: 50%;
    transition: all 200ms
}

.video-play-button:hover:after {
    background-color: #44DFAA
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }
    to {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.checkbox {
    margin: 20px 0;
    display: inline-flex;
    align-items: center;
    cursor: pointer
}

.checkbox__native {
    display: none
}

.checkbox__native:checked+.checkbox__custom {
    background-color: #4EE4A1;
    border-color: #35D8B4
}

.checkbox__custom {
    width: 1.3em;
    height: 1.3em;
    border: 2px solid #45E0A8;
    border-radius: 3px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    transition: all 0.36s
}

.checkbox__custom:after {
    content: "✔";
    color: white
}

.checkbox {
    font-size: 16px;
    color: #5d5d5d;
    line-height: 1.45;
    font-weight: 500;
    font-family: "Noto Sans", sans-serif;
    white-space: normal
}

.checkbox p {
    margin-top: 0;
    margin-bottom: 0
}

.blog-btn {
    margin: 5px;
    display: inline-table
}

.blog-btn.blog-btn-centered {
    margin: 5px auto;
    display: table
}

.vacancies {
    color: #5d5d5d;
    font-family: "Noto Sans", sans-serif
}

.vacancies .abs-fone-section {
    max-height: 600px
}

@media (min-width:769px) {
    .vacancies .section .section-title {
        margin-bottom: 20px
    }
}

.vacancies .top-banner .entry-content {
    margin-bottom: 40px
}

@media (min-width:769px) {
    .vacancies .top-banner .entry-content {
        margin-top: 25%;
        transform: translateY(-50%)
    }
}

@media (max-width:678px) {
    .vacancies .top-banner .entry-content {
        text-align: center
    }
}

.vacancies .top-banner .section__img .icon {
    width: 613px;
    max-width: 100%;
    height: auto;
    margin: 10px auto;
    display: block
}

@media (max-width:768px) {
    .vacancies .top-banner .section__img .icon {
        max-width: 70%
    }
}

.vacancies .top-banner .section__text {
    line-height: 1.9;
    width: 390px;
    max-width: 100%
}

@media (max-width:678px) {
    .vacancies .top-banner .section__text {
        text-align: center;
        margin: 0 auto
    }
}

.vacancies .advantages {
    padding: 80px 0 100px
}

@media (max-width:769px) {
    .vacancies .advantages {
        padding: 40px 0 50px
    }
}

@media (max-width:678px) {
    .vacancies .advantages {
        padding: 30px 0
    }
}

.vacancies .advantages .advantages-item-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -20px;
    margin-right: -20px
}

.vacancies .advantages .advantages-item-wrap .advantage {
    position: relative;
    width: 230px;
    max-width: calc(100% - 36px);
    margin: 98px 18px 18px;
    border-radius: 25px;
    padding: 100px 20px 20px;
    text-align: center;
    background: #fff;
    font-size: 16px
}

@media (max-width:678px) {
    .vacancies .advantages .advantages-item-wrap .advantage {
        width: 200px;
        margin: 68px 18px 18px;
        padding: 65px 15px 15px
    }
}

.vacancies .advantages .advantages-item-wrap .advantage__icon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 160px;
    max-width: 60%;
    height: auto
}

@media (max-width:678px) {
    .vacancies .advantages .advantages-item-wrap .advantage__icon {
        width: 90px;
        height: 90px
    }
}

.vacancies .advantages .advantages-item-wrap .advantage__icon img {
    max-width: 100%
}

.vacancies .vacancies {
    padding: 80px 0
}

@media (max-width:769px) {
    .vacancies .vacancies {
        padding: 30px 0
    }
}

.vacancies .vacancies .section-title {
    font-weight: bold;
    font-size: 28px
}

.vacancies .vacancies .vacancy--title {
    position: relative;
    padding: 15px 20px;
    margin: 30px 0;
    line-height: 1.45;
    transition: all 0.36s ease;
    color: #353535;
    background-color: #fff;
    box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.07);
    border-radius: 50px;
    font-size: 14px;
    font-weight: bold
}

.vacancies .vacancies .vacancy--title:hover {
    opacity: 0.8;
    cursor: pointer
}

@media (max-width:678px) {
    .vacancies .vacancies .vacancy--title {
        margin: 15px 0
    }
}

.vacancies .vacancies .vacancy--title:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 100%;
    top: 50%;
    right: 10px;
    transform: translate(0%, -50%);
    background: url("../images/default/arrow.png") center no-repeat
}

.vacancies .vacancies .vacancy__detail {
    position: relative;
    margin: 40px 0;
    padding: 80px 50px 30px;
    background: #fff;
    border-radius: 30px
}

@media (max-width:678px) {
    .vacancies .vacancies .vacancy__detail {
        padding: 40px 25px 40px
    }
}

.vacancies .vacancies .vacancy__detail .icon {
    max-height: 100px;
    max-width: 60%;
    display: block;
    margin: 0 auto 10px
}

.vacancies .vacancies .vacancy__detail .back {
    font-size: 13px;
    color: #5d5d5d;
    position: absolute;
    padding-left: 30px;
    line-height: 1
}

@media (max-width:678px) {
    .vacancies .vacancies .vacancy__detail .back {
        font-size: 11px
    }
}

.vacancies .vacancies .vacancy__detail .back:hover {
    opacity: 0.7
}

.vacancies .vacancies .vacancy__detail .back--top-right {
    top: 20px;
    right: 30px
}

@media (max-width:678px) {
    .vacancies .vacancies .vacancy__detail .back--top-right {
        display: none
    }
}

.vacancies .vacancies .vacancy__detail .back--bottom-center {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%)
}

.vacancies .vacancies .vacancy__detail .back:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 10px;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%) rotate(180deg);
    background: url("../images/default/arrow-grey.svg") center no-repeat;
    background-size: contain
}

@media (max-width:678px) {
    .vacancies .vacancies .vacancy__detail .back:before {
        width: 12px;
        height: 9px
    }
}

.vacancies .vacancies .vacancy__detail .description {
    color: #353535;
    line-height: 1.7
}

.vacancies .vacancies .vacancy__detail .description h4 {
    margin-top: 50px;
    margin-bottom: 30px;
    font-weight: bold;
    background: linear-gradient(90deg, #2ed4bb 0%, #41deac 42%, #54e89d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media (max-width:678px) {
    .vacancies .vacancies .vacancy__detail .description h4 {
        margin-top: 40px;
        margin-bottom: 25px
    }
}

.vacancies .vacancies .vacancy__detail .description ul {
    font-family: "Noto Sans", sans-serif;
    list-style: none;
    padding-left: 0
}

.vacancies .vacancies .vacancy__detail .description ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px
}

.vacancies .vacancies .vacancy__detail .description ul li:before {
    position: absolute;
    left: 0;
    top: 1px;
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(../images/default/green_check.png);
    background-size: cover
}

@media (max-width:678px) {
    .vacancies .vacancies .vacancy__detail .description ul li {
        margin-bottom: 15px
    }
}

.vacancies .vacancies .apply {
    text-align: center;
    font-size: 16px
}

.vacancies .vacancies .apply__sub-title,
.vacancies .vacancies .apply__title {
    color: #353535
}

.vacancies .vacancies .apply__sub-title {
    color: #353535;
    margin-bottom: 10px
}

.vacancies .vacancies .apply__title {
    margin-bottom: 30px;
    font-weight: bold
}

.vacancies .vacancies .apply .btn-site-default {
    text-transform: initial
}

.popup-bg {
    z-index: 106;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: none
}

.popup {
    position: fixed;
    z-index: 107;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 25px;
    width: 500px;
    display: none;
    max-width: 90vw;
    max-height: 95vh
}

@media (max-width:678px) {
    .popup {
        top: 50%;
        width: 90%;
        overflow-y: auto
    }
}

.popup__title {
    background: #42DEAB;
    color: #fff;
    padding: 15px 30px;
    font-size: 18px;
    border-radius: 4px 4px 0 0
}

.popup__content {
    padding: 20px 30px
}

@media (max-width:678px) {
    .popup__content {
        padding: 20px
    }
}

.popup__close {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transform: translate(0, -50%);
    top: 25px;
    right: 15px
}

.popup__close img {
    max-width: 100%;
    transition: all 0.36s ease
}

.popup__close img:hover {
    opacity: 0.8;
    transform: rotate(360deg)
}

.popup--vacancies-form {
    width: 730px;
    text-align: left;
    font-family: "Noto Sans", sans-serif;
    background-image: url("../images/default/form_bg.png");
    background-repeat: no-repeat;
    background-size: 110% 100%;
    background-position: 50% 50%
}

@media (max-width:678px) {
    .popup--vacancies-form {
        overflow-y: scroll
    }
}

.popup--vacancies-form .popup__content {
    position: relative;
    padding: 90px 60px
}

@media (max-width:678px) {
    .popup--vacancies-form .popup__content {
        padding: 45px 30px
    }
}

.popup--vacancies-form .popup__content:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 597px;
    height: 423px;
    max-width: 60%;
    background: url("../images/default/vacansy-popup-img.png") center no-repeat;
    background-size: contain
}

@media (min-width:769px) {
    .popup--vacancies-form .popup__content:before {
        transform: translateX(33%);
        max-width: 70%
    }
}

@media (max-width:678px) {
    .popup--vacancies-form .popup__content:before {
        display: none
    }
}

.popup--vacancies-form .popup__content .wpcf7-form {
    width: 510px;
    max-width: 100%
}

.popup--vacancies-form .popup__content .wpcf7-form .form-field {
    margin-top: 22px;
    margin-bottom: 0
}

@media (max-width:678px) {
    .popup--vacancies-form .popup__content .wpcf7-form .form-field {
        margin-top: 10px
    }
}

.popup--vacancies-form .popup__content .wpcf7-form .form-field:focus {
    outline: none
}

.popup--vacancies-form .popup__content .wpcf7-form [type=color],
.popup--vacancies-form .popup__content .wpcf7-form [type=date],
.popup--vacancies-form .popup__content .wpcf7-form [type=datetime-local],
.popup--vacancies-form .popup__content .wpcf7-form [type=datetime],
.popup--vacancies-form .popup__content .wpcf7-form [type=email],
.popup--vacancies-form .popup__content .wpcf7-form [type=month],
.popup--vacancies-form .popup__content .wpcf7-form [type=number],
.popup--vacancies-form .popup__content .wpcf7-form [type=password],
.popup--vacancies-form .popup__content .wpcf7-form [type=search],
.popup--vacancies-form .popup__content .wpcf7-form [type=tel],
.popup--vacancies-form .popup__content .wpcf7-form [type=text],
.popup--vacancies-form .popup__content .wpcf7-form [type=time],
.popup--vacancies-form .popup__content .wpcf7-form [type=url],
.popup--vacancies-form .popup__content .wpcf7-form [type=week],
.popup--vacancies-form .popup__content .wpcf7-form textarea {
    font-size: 14px;
    color: #000
}

.popup--vacancies-form .popup__content .wpcf7-form [type=color]::placeholder,
.popup--vacancies-form .popup__content .wpcf7-form [type=date]::placeholder,
.popup--vacancies-form .popup__content .wpcf7-form [type=datetime-local]::placeholder,
.popup--vacancies-form .popup__content .wpcf7-form [type=datetime]::placeholder,
.popup--vacancies-form .popup__content .wpcf7-form [type=email]::placeholder,
.popup--vacancies-form .popup__content .wpcf7-form [type=month]::placeholder,
.popup--vacancies-form .popup__content .wpcf7-form [type=number]::placeholder,
.popup--vacancies-form .popup__content .wpcf7-form [type=password]::placeholder,
.popup--vacancies-form .popup__content .wpcf7-form [type=search]::placeholder,
.popup--vacancies-form .popup__content .wpcf7-form [type=tel]::placeholder,
.popup--vacancies-form .popup__content .wpcf7-form [type=text]::placeholder,
.popup--vacancies-form .popup__content .wpcf7-form [type=time]::placeholder,
.popup--vacancies-form .popup__content .wpcf7-form [type=url]::placeholder,
.popup--vacancies-form .popup__content .wpcf7-form [type=week]::placeholder,
.popup--vacancies-form .popup__content .wpcf7-form textarea::placeholder {
    color: #949494;
    opacity: 1
}

.popup--vacancies-form .popup__content .wpcf7-form [type=color]:-ms-input-placeholder,
.popup--vacancies-form .popup__content .wpcf7-form [type=date]:-ms-input-placeholder,
.popup--vacancies-form .popup__content .wpcf7-form [type=datetime-local]:-ms-input-placeholder,
.popup--vacancies-form .popup__content .wpcf7-form [type=datetime]:-ms-input-placeholder,
.popup--vacancies-form .popup__content .wpcf7-form [type=email]:-ms-input-placeholder,
.popup--vacancies-form .popup__content .wpcf7-form [type=month]:-ms-input-placeholder,
.popup--vacancies-form .popup__content .wpcf7-form [type=number]:-ms-input-placeholder,
.popup--vacancies-form .popup__content .wpcf7-form [type=password]:-ms-input-placeholder,
.popup--vacancies-form .popup__content .wpcf7-form [type=search]:-ms-input-placeholder,
.popup--vacancies-form .popup__content .wpcf7-form [type=tel]:-ms-input-placeholder,
.popup--vacancies-form .popup__content .wpcf7-form [type=text]:-ms-input-placeholder,
.popup--vacancies-form .popup__content .wpcf7-form [type=time]:-ms-input-placeholder,
.popup--vacancies-form .popup__content .wpcf7-form [type=url]:-ms-input-placeholder,
.popup--vacancies-form .popup__content .wpcf7-form [type=week]:-ms-input-placeholder,
.popup--vacancies-form .popup__content .wpcf7-form textarea:-ms-input-placeholder {
    color: #949494
}

.popup--vacancies-form .popup__content .wpcf7-form [type=color]::-ms-input-placeholder,
.popup--vacancies-form .popup__content .wpcf7-form [type=date]::-ms-input-placeholder,
.popup--vacancies-form .popup__content .wpcf7-form [type=datetime-local]::-ms-input-placeholder,
.popup--vacancies-form .popup__content .wpcf7-form [type=datetime]::-ms-input-placeholder,
.popup--vacancies-form .popup__content .wpcf7-form [type=email]::-ms-input-placeholder,
.popup--vacancies-form .popup__content .wpcf7-form [type=month]::-ms-input-placeholder,
.popup--vacancies-form .popup__content .wpcf7-form [type=number]::-ms-input-placeholder,
.popup--vacancies-form .popup__content .wpcf7-form [type=password]::-ms-input-placeholder,
.popup--vacancies-form .popup__content .wpcf7-form [type=search]::-ms-input-placeholder,
.popup--vacancies-form .popup__content .wpcf7-form [type=tel]::-ms-input-placeholder,
.popup--vacancies-form .popup__content .wpcf7-form [type=text]::-ms-input-placeholder,
.popup--vacancies-form .popup__content .wpcf7-form [type=time]::-ms-input-placeholder,
.popup--vacancies-form .popup__content .wpcf7-form [type=url]::-ms-input-placeholder,
.popup--vacancies-form .popup__content .wpcf7-form [type=week]::-ms-input-placeholder,
.popup--vacancies-form .popup__content .wpcf7-form textarea::-ms-input-placeholder {
    color: #949494
}

.popup--vacancies-form .popup__content .wpcf7-form [type=color][aria-invalid=true],
.popup--vacancies-form .popup__content .wpcf7-form [type=date][aria-invalid=true],
.popup--vacancies-form .popup__content .wpcf7-form [type=datetime-local][aria-invalid=true],
.popup--vacancies-form .popup__content .wpcf7-form [type=datetime][aria-invalid=true],
.popup--vacancies-form .popup__content .wpcf7-form [type=email][aria-invalid=true],
.popup--vacancies-form .popup__content .wpcf7-form [type=month][aria-invalid=true],
.popup--vacancies-form .popup__content .wpcf7-form [type=number][aria-invalid=true],
.popup--vacancies-form .popup__content .wpcf7-form [type=password][aria-invalid=true],
.popup--vacancies-form .popup__content .wpcf7-form [type=search][aria-invalid=true],
.popup--vacancies-form .popup__content .wpcf7-form [type=tel][aria-invalid=true],
.popup--vacancies-form .popup__content .wpcf7-form [type=text][aria-invalid=true],
.popup--vacancies-form .popup__content .wpcf7-form [type=time][aria-invalid=true],
.popup--vacancies-form .popup__content .wpcf7-form [type=url][aria-invalid=true],
.popup--vacancies-form .popup__content .wpcf7-form [type=week][aria-invalid=true],
.popup--vacancies-form .popup__content .wpcf7-form textarea[aria-invalid=true] {
    border-color: #cc4b37
}

.popup--vacancies-form .popup__content .wpcf7-form .input-file {
    position: relative;
    overflow: hidden;
    padding: 0;
    max-width: 100%;
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 17px;
    margin-bottom: 0
}

.popup--vacancies-form .popup__content .wpcf7-form .input-file:after {
    content: "";
    display: block;
    clear: both
}

.popup--vacancies-form .popup__content .wpcf7-form .input-file .btn {
    white-space: nowrap;
    display: inline-block;
    margin-right: 1em;
    vertical-align: top
}

.popup--vacancies-form .popup__content .wpcf7-form .input-file .btn--file {
    color: #42DEAB;
    background: #fff;
    border: 2px solid #42DEAB;
    font-size: 13px;
    border-radius: 50px
}

.popup--vacancies-form .popup__content .wpcf7-form .input-file .btn--file:hover {
    color: #fff;
    background: linear-gradient(90deg, #2ed4bb 0%, #41deac 42%, #54e89d 100%)
}

.popup--vacancies-form .popup__content .wpcf7-form .input-file span {
    white-space: nowrap;
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px
}

.popup--vacancies-form .popup__content .wpcf7-form .input-file input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: -100px;
    z-index: -1
}

.popup--vacancies-form .popup__content .wpcf7-form .wpcf7-form-control-wrap .wpcf7-validates-as-date:before {
    content: "Verfügbar ab";
    margin-right: 10px;
    color: #5d5d5d
}

.popup--vacancies-form .popup__content .wpcf7-form .wpcf7-not-valid-tip {
    font-size: 10px;
    text-align: right;
    font-weight: bold
}

.popup--vacancies-form .popup__content .wpcf7-form p {
    margin-bottom: 10px;
    text-align: left
}

.popup--vacancies-form .popup__content .wpcf7-form br {
    display: none
}

.popup--vacancies-form .popup__content .wpcf7-form .ajax-loader {
    margin: 0 0 0 10px
}

.popup--vacancies-form .popup__content .wpcf7-form .wpcf7-response-output {
    border-radius: 2px
}

.popup--vacancies-form .title {
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: bold;
    line-height: 1.3;
    text-transform: uppercase;
    background: linear-gradient(90deg, #2ed4bb 0%, #41deac 42%, #54e89d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media (max-width:678px) {
    .popup--vacancies-form .title {
        font-size: 20px;
        margin-bottom: 20px
    }
}

.popup--vacancies-form .files-title {
    text-align: left;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin: 30px 0 20px;
    line-height: 1.2
}

@media (max-width:678px) {
    .popup--vacancies-form .files-title {
        font-size: 15px;
        margin: 25px 0 15px
    }
}

.popup--vacancies-form .btn-site-default {
    margin: 30px 0 0 20%;
    display: inline-block;
    text-transform: inherit;
    width: 132px;
    padding-bottom: 9px;
    outline: none
}

@media (max-width:678px) {
    .popup--vacancies-form .btn-site-default {
        margin: 20px auto 0 auto;
        display: block
    }
}

.about-us .section .section-title {
    font-size: 30px
}

.about-us .section.first-about-page {
    padding-top: 20px
}

.about-us .section.first-about-page.--wave-bottom:after {
    top: -14px
}

.about-us .section.first-about-page .duo-image-block .image-block {
    width: 770px;
    max-width: 100%
}

@media (max-width:678px) {
    .about-us .section.first-about-page .duo-image-block .image-block {
        max-width: 90%
    }
}

.about-us .section.first-about-page .page-description {
    font-size: 18px;
    line-height: 1.6
}

.about-us .section .missions__img {
    display: block;
    max-width: 100%;
    width: 335px;
    margin-left: auto
}

@media (max-width:678px) {
    .about-us .section .missions__img {
        max-width: 90%;
        margin: 10px auto
    }
}

.about-us .section .missions__description {
    font-family: "Noto Sans", sans-serif;
    line-height: 1.6;
    max-width: 600px;
    padding: 34px 0
}

@media (max-width:678px) {
    .about-us .section .missions__description {
        padding: 15px 0
    }
}

.about-us .section .missions__description p {
    font-size: 16px;
    margin-bottom: 50px
}

@media (max-width:678px) {
    .about-us .section .missions__description p {
        margin-bottom: 20px
    }
}

.about-us .section .missions__description p:last-of-type {
    margin-bottom: 0
}

.about-us .section.big-section {
    display: flex;
    align-items: center
}

@media (min-width:677px) {
    .about-us .section.big-section .values-title {
        margin-bottom: 55px
    }
}

@media (min-width:677px) {
    .about-us .section.big-section .ovi-inner {
        height: 100%;
        padding: 50px 25px
    }
}

.about-us .section.big-section .ovi-inner .ovi-caption {
    color: #353535;
    word-wrap: break-word
}

.about-us .section.big-section .ovi-inner .ovi-description {
    line-height: 1.6
}

.about-us .section.big-section .team__description {
    width: 650px;
    max-width: 100%;
    margin: 0 auto;
    line-height: 1.6
}

.about-us .section.faq {
    padding-bottom: 90px
}

@media (max-width:678px) {
    .about-us .section.faq {
        padding-bottom: 45px
    }
}

.about-us .section.faq .pre-title-icon {
    margin-bottom: 25px
}

.about-us .section.faq .pre-title-icon img {
    max-width: 50px
}

.about-us .section.faq .tabs--vertical {
    display: flex;
    justify-content: center;
    margin: 30px 0
}

@media (max-width:768px) {
    .about-us .section.faq .tabs--vertical {
        display: none
    }
}

.about-us .section.faq .tabs--vertical .tab-content,
.about-us .section.faq .tabs--vertical .title {
    position: relative;
    transition: all 0.36s ease;
    background-color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.09)
}

.about-us .section.faq .tabs--vertical .tab-content:before,
.about-us .section.faq .tabs--vertical .title:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 10px;
    left: 0;
    top: 0;
    background-color: #D3D3D3
}

.about-us .section.faq .tabs--vertical .nav-tabs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(33% - 30px);
    margin-right: 30px;
    border-bottom: none
}

.about-us .section.faq .tabs--vertical .nav-tabs .nav-item {
    margin-bottom: 30px
}

.about-us .section.faq .tabs--vertical .nav-tabs .nav-item:last-of-type {
    margin-bottom: 0
}

.about-us .section.faq .tabs--vertical .nav-tabs .nav-item .title {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 20px 20px 20px 30px;
    min-height: 90px;
    transition: all 0.36s ease
}

.about-us .section.faq .tabs--vertical .nav-tabs .nav-item .title.active {
    font-weight: bold
}

.about-us .section.faq .tabs--vertical .nav-tabs .nav-item .title.active:before {
    background: linear-gradient(0deg, #2ed4bb 0%, #41deac 42%, #54e89d 100%)
}

.about-us .section.faq .tabs--vertical .nav-tabs .nav-item .title.active:after {
    position: absolute;
    right: 0;
    top: 50%;
    content: "";
    transform: translate(100%, -50%);
    border: 15px solid transparent;
    border-left: 20px solid #fff
}

.about-us .section.faq .tabs--vertical .tab-content {
    width: 60%;
    display: flex;
    align-items: center;
    padding: 40px 40px 40px 50px
}

.about-us .section.faq .tabs--vertical .tab-content:before {
    background: linear-gradient(0deg, #2ed4bb 0%, #41deac 42%, #54e89d 100%)
}

.about-us .section .the_platform .tp_description {
    font-size: 14px;
    line-height: 1.6
}

.about-us .grey-text,
.about-us .section.faq .tabs--vertical .nav-tabs .nav-item .title,
.about-us .section.faq .tabs--vertical .tab-content {
    color: #5d5d5d;
    font-size: 16px;
    font-family: "Noto Sans", sans-serif;
    line-height: 1.6
}

.current-post-ancestor a {
    border-bottom: 1px solid #39dab2
}

@media (max-width:768px) {
    .current-post-ancestor a {
        border-bottom: 2px solid #fff
    }
}

.hidden {
    display: none
}

.show-small-only {
    display: none
}

@media (max-width:768px) {
    .show-small-only {
        display: block
    }
}

.hide-small-only {
    display: block
}

@media (max-width:768px) {
    .hide-small-only {
        display: none
    }
}

.responsive-table {
    border-collapse: collapse;
    padding: 0;
    table-layout: fixed
}

.btn-site-default.load-more-posts {
    display: table;
    margin: 10px auto;
    text-transform: capitalize;
    box-shadow: none;
    padding: 8px 50px;
    font-size: 18px;
    line-height: 1.4;
    min-width: 236px
}

.btn-site-default.load-more-posts:hover {
    opacity: 0.8
}

@media screen and (max-width:768px) {
    .responsive-table {
        width: 100%
    }
    .responsive-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }
    .responsive-table tr {
        display: block;
        margin-bottom: 0.625em
    }
    .responsive-table td {
        display: block;
        text-align: right
    }
    .responsive-table td:before {
        content: attr(data-label);
        font-weight: bold;
        text-transform: uppercase;
        display: block;
        margin: 0 auto 10px;
        text-align: center
    }
    .responsive-table td:last-child {
        border-bottom: 0
    }
}

.df-ai-canter {
    display: flex;
    align-items: center
}

.breadcrumbs {
    list-style: none;
    padding-left: 0;
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap
}

.breadcrumbs a {
    color: #35D8B4;
    position: relative
}

.breadcrumbs a:after {
    content: "";
    display: block;
    position: absolute;
    left: auto;
    top: auto;
    bottom: 0;
    right: 0;
    height: 1px;
    width: 0;
    background-image: linear-gradient(0deg, #2ed4bb 0%, #41deac 42%, #54e89d 100%);
    transition: all 300ms
}

.breadcrumbs a:hover:after {
    transition-delay: 300ms;
    width: 100%
}

.breadcrumbs .separator {
    color: #35D8B4;
    margin: 0 5px
}

.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 30%;
    height: 300px
}

.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s
}

.tab button:hover {
    background-color: #ddd
}

.tab button.active {
    background-color: #ccc
}

.tabcontent {
    float: left;
    padding: 0px 12px;
    border: 1px solid #ccc;
    width: 70%;
    border-left: none;
    height: 300px
}

@media (min-width:679px) {
    .navbar .btn_site_default {
        margin: 5px 10px 0;
        display: table
    }
    .navbar .btn_site_default:last-of-type {
        margin: 5px auto
    }
}

@media (max-width:1200px) {
    .navbar .btn_site_default {
        margin: 5px 0 0
    }
}

.navbar .btn_site_default.show-small-only {
    display: none
}

@media (max-width:678px) {
    .navbar .btn_site_default.show-small-only {
        display: block
    }
}

.navbar .reg-links-wrap {
    display: flex;
    flex-wrap: wrap
}

@media (max-width:1200px) {
    .navbar .reg-links-wrap {
        flex-direction: column
    }
}

@media (max-width:678px) {
    .navbar .reg-links-wrap {
        padding-bottom: 20px
    }
}

.navbar .navbar-collapse {
    flex-wrap: wrap
}

.navbar .navbar-toggler {
    border: 2px solid #fff;
    position: relative;
    width: 45px;
    height: 40px;
    margin: 5px
}

.navbar .navbar-toggler svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-53%, -53%) scale(1.5)
}

.app {
    display: none;
    background: #fff;
    padding: 13px 10px 8px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1
}

.app:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-image: linear-gradient(90deg, #2ed4bb 0%, #41deac 42%, #54e89d 100%)
}

@media (max-width:576px) {
    .app.shown+.header {
        top: 75px
    }
}

.page-blog .section {
    padding-bottom: 0
}

.page-blog .section .section-title.align-left {
    text-align: left
}

.page-blog .top-banner {
    height: 190px;
    background: url("../images/default/optimized-blog.jpg") top center no-repeat;
    background-size: cover;
    margin-bottom: 20px
}

@media (max-width:576px) {
    .page-blog .top-banner {
        background: url("../images/default/optimized-blog-small.jpg") top center no-repeat;
        background-size: cover
    }
}

.page-blog .top-banner .top-banner_header {
    background-image: linear-gradient(0deg, #2ed4bb 0%, #41deac 42%, #54e89d 100%);
    padding: 5px 20px;
    font-size: 36px;
    font-family: "Noto Sans", sans-serif;
    color: white;
    font-weight: bold;
    line-height: 1.2;
    margin: 40px 0;
    display: inline-block
}

.page-blog .section:first-of-type {
    padding-top: 0
}

.page-blog .section .section-title {
    margin: 20px auto 40px
}

@media (max-width:576px) {
    .page-blog .section .section-title {
        margin: 0 auto 20px
    }
}

.page-blog .section.bg_fone-wave {
    padding-bottom: 60px
}

@media (max-width:576px) {
    .page-blog .section.bg_fone-wave+section {
        padding-top: 0
    }
}

@media (max-width:576px) {
    .page-blog .section.bg_fone-wave+section .section-title {
        margin-top: 0
    }
}

.page-blog .bg_fone-wave:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0;
    background: linear-gradient(180deg, white 60%, transparent 100%)
}

.page-blog .section .more-link {
    width: 320px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding: 18px 25px;
    font-size: 20px;
    line-height: 1;
    transition: all 0.36s ease
}

.page-blog .section .more-link:hover {
    opacity: 0.8
}

@media (max-width:768px) {
    .page-blog .top-banner {
        margin-bottom: 0
    }
    .page-blog .section.bg_fone-wave.--wave-bottom {
        padding-top: 0
    }
}

@media (max-width:768px) {
    .page-blog .section {
        padding: 30px 0 0
    }
}

@media (max-width:768px) {
    .page-blog .section .more-link {
        width: 280px;
        padding: 12px 15px;
        font-size: 15px
    }
}

.post-item {
    margin: 0 0 30px 0;
    border-radius: 30px;
    background-color: white;
    transition: all 0.36s ease;
    height: calc(100% - 30px)
}

.post-item[data-aos^=zoom][data-aos^=zoom] {
    transition-property: inherit
}

.post-item:hover {
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.2)
}

.post-item .post-img {
    width: 100%;
    max-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.post-item .post-content {
    padding: 15px 20px;
    font-family: "Noto Sans", sans-serif;
    margin: 0
}

.post-item .post-content .excerpt,
.post-item .post-content .title {
    color: #5d5d5d;
    line-height: 1.4
}

.post-item .post-content .title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px
}

@media (max-width:768px) {
    .post-item .post-content .title {
        font-size: 26px;
        line-height: 1.2
    }
}

.post-item .post-content .excerpt {
    font-size: 16px
}

.post-item .post-content .categories {
    display: flex;
    flex-wrap: wrap
}

.post-item .post-content .category-name {
    line-height: 1;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    margin: 5px 5px 5px 0;
    width: fit-content;
    background-image: linear-gradient(0deg, #2ed4bb 0%, #41deac 42%, #54e89d 100%);
    font-size: 14px;
    padding: 7px 14px
}

.post-item.small-vertical .post-img {
    height: 150px;
    border-radius: 30px
}

.post-item.vertical .post-img {
    height: 250px;
    border-radius: 30px
}

.post-item.small-horizontal .title,
.post-item.small-vertical .title {
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 20px
}

.post-item.small-vertical .title {
    font-size: 20px
}

.post-item.small-horizontal .excerpt,
.post-item.small-vertical .excerpt {
    font-size: 14px
}

@media (max-width:768px) {
    .post-item.small-horizontal .excerpt,
    .post-item.small-vertical .excerpt {
        padding-bottom: 15px
    }
}

.post-item.small-horizontal {
    display: flex
}

.post-item.small-horizontal .post-content {
    flex: 1
}

.post-item.small-horizontal .post-img {
    min-height: 190px;
    height: 100%;
    border-radius: 30px;
    width: 135px
}

@media (max-width:768px) {
    .post-item {
        margin: 0 0 25px 0
    }
}

@media (max-width:768px) {
    .post-item.small-vertical .post-img {
        height: 180px
    }
}

@media (max-width:768px) {
    .post-item.vertical .post-img {
        height: 180px
    }
}

@media (min-width:769px) and (max-width:990px) {
    .different-sizes .post-item.vertical {
        display: flex;
        flex-direction: row-reverse
    }
    .different-sizes .post-item.vertical .post-img {
        min-width: 200px;
        min-height: 180px
    }
}

.page-blog .section.inbox .section-title {
    font-size: 24px;
    text-align: left
}

.page-blog .section.inbox .section-title span:after {
    bottom: -10px
}

.page-blog .section.inbox .page-image img {
    margin: 10px auto;
    display: block;
    max-width: 100%
}

.page-blog .section.inbox input {
    width: 540px;
    max-width: 100%;
    height: 50px;
    padding: 5px 10px;
    margin-bottom: 25px;
    outline: none
}

.page-blog .section.inbox .btn-site-default {
    width: 250px;
    max-width: 100%;
    padding: 15px 20px;
    transition: all 0.36s ease
}

.page-blog .section.inbox .btn-site-default:hover {
    opacity: 0.8;
    outline: none
}

@media (max-width:768px) {
    .page-blog .section.inbox .section-title {
        text-align: center
    }
}

@media (max-width:768px) {
    .page-blog .section.inbox .page-image {
        margin-bottom: 0
    }
}

@media (max-width:768px) {
    .page-blog .section.inbox input {
        width: 540px;
        max-width: 100%;
        height: auto;
        padding: 5px 10px;
        margin-bottom: 25px;
        outline: none
    }
}

@media (max-width:768px) {
    .page-blog .section.inbox .btn-site-default {
        margin: 0 auto;
        width: 200px;
        display: block;
        padding: 10px 15px
    }
}

.page-category .page-image {
    margin: 30px 0
}

.page-category.page-blog .section .section-title {
    margin: 30px auto
}

.page-category .align-items-center {
    display: flex;
    align-items: center
}

@media (max-width:768px) {
    .page-category.page-blog .section .section-title,
    .page-category .page-image {
        margin: 15px auto
    }
}

.page-single-post .top-banner {
    height: 480px;
    max-height: 50vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.page-single-post .post-content h2:not(.text-center) {
    font-weight: bold;
    margin: 60px 0 20px 10px;
    position: relative;
    padding-left: 15px
}

@media (max-width:768px) {
    .page-single-post .post-content h2:not(.text-center) {
        font-size: 26px;
        margin: 40px 0 15px 10px
    }
}

.page-single-post .post-content h2:not(.text-center):before {
    content: "";
    position: absolute;
    left: -10px;
    height: 100%;
    width: 10px;
    background-image: linear-gradient(0deg, #2ed4bb 0%, #41deac 42%, #54e89d 100%)
}

.page-single-post .post-content h3 {
    font-size: 26px;
    margin: 45px 0 12px;
    line-height: 1.45
}

@media (max-width:768px) {
    .page-single-post .post-content h3 {
        margin: 30px 0 16px;
        font-size: 22px
    }
}

.page-single-post .post-content h3 img {
    margin-right: 10px;
    margin-bottom: 5px
}

.page-single-post .post-content h4 {
    margin: 40px 0 10px
}

@media (max-width:768px) {
    .page-single-post .post-content h4 {
        margin: 25px 0 10px
    }
}

.page-single-post .post-content a {
    transition: all 0.36s ease
}

.page-single-post .post-content a:hover {
    opacity: 0.8
}

.page-single-post .post-content h2 img,
.page-single-post .post-content p img {
    margin-top: 16px
}

.page-single-post .post-content .embed-video {
    margin: 20px auto
}

@media (min-width:769px) {
    .page-single-post .post-content .embed-video {
        width: 80%
    }
}

.page-single-post .post-content .embed-video iframe {
    width: 100%!important;
    height: 100%!important
}

.page-single-post ol {
    counter-reset: item;
    list-style: none;
    padding-left: 20px
}

.page-single-post ol li {
    position: relative;
    margin-bottom: 16px;
    display: block;
    counter-increment: item
}

.page-single-post ol li:before {
    content: counter(item) ". ";
    font-weight: bold
}

@media (min-width:769px) {
    .page-single-post ol li:before {
        position: absolute;
        transform: translateX(-20px)
    }
}

.page-single-post ul {
    padding-left: 0
}

.page-single-post ul li {
    list-style: none;
    position: relative;
    padding: 0 0 0 16px;
    margin-bottom: 12px
}

.page-single-post ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 9px;
    height: 9px;
    background-image: linear-gradient(0deg, #2ed4bb 0%, #41deac 42%, #54e89d 100%);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.page-single-post ul.breadcrumbs li,
.page-single-post ul.ez-toc-list li {
    padding: 0
}

.page-single-post ul.breadcrumbs li:before,
.page-single-post ul.ez-toc-list li:before {
    display: none
}

.page-single-post .pagination ul li {
    padding: 0
}

.page-single-post .pagination ul li:before {
    display: none
}

.page-single-post .yellow ul li:before {
    background-image: linear-gradient(90deg, #f9ba33 0%, #fbc436 42%, #ffd33c 100%)
}

.page-single-post img {
    max-width: 100%;
    height: auto
}

.page-single-post .shadow-box {
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.09);
    border-radius: 30px;
    background-color: white;
    margin: 50px 0
}

.page-single-post .shadow-box.big-icon {
    overflow: hidden
}

@media (max-width:768px) {
    .page-single-post .shadow-box {
        margin: 25px 0
    }
}

.page-single-post .shadow-box.post-title {
    margin: 0;
    padding: 25px 30px
}

@media (max-width:768px) {
    .page-single-post .shadow-box.post-title {
        padding: 15px
    }
}

@media (max-width:768px) {
    .page-single-post .shadow-box.post-title .section-title {
        font-size: 22px
    }
}

@media (max-width:768px) {
    .page-single-post .shadow-box.post-title .blog-create_at {
        font-size: 12px;
        margin-bottom: 0
    }
}

.page-single-post .shadow-box h2:first-of-type,
.page-single-post .shadow-box h3:first-of-type {
    margin-top: 0
}

.page-single-post .shadow-box__title {
    padding: 15px 30px;
    line-height: 1.2;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    font-size: 18px;
    font-weight: bold;
    text-align: center
}

.page-single-post .shadow-box__title.green {
    color: #fff;
    background-image: linear-gradient(90deg, #2ed4bb 0%, #41deac 42%, #54e89d 100%)
}

.page-single-post .shadow-box__title.gray {
    color: #fff;
    background-image: linear-gradient(90deg, #9a9a9a 0%, #afafaf 42%, #cccccc 100%)
}

.page-single-post .shadow-box__title.yellow {
    color: #fff;
    background-image: linear-gradient(90deg, #f9ba33 0%, #fbc436 42%, #ffd33c 100%)
}

.page-single-post .shadow-box__content {
    padding: 20px 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px
}

@media (max-width:768px) {
    .page-single-post .shadow-box__content {
        padding: 15px 20px
    }
}

.page-single-post .shadow-box.colored-box ul li:before {
    background: #fff
}

.page-single-post .shadow-box.colored-box .shadow-box__title {
    padding-top: 40px
}

@media (max-width:768px) {
    .page-single-post .shadow-box.colored-box .shadow-box__title {
        padding-top: 30px
    }
}

.page-single-post .shadow-box.colored-box .shadow-box__content {
    padding-top: 0
}

.page-single-post .shadow-box.colored-box .shadow-box__content.green {
    color: #fff;
    background-image: linear-gradient(90deg, #2ed4bb 0%, #41deac 42%, #54e89d 100%)
}

.page-single-post .shadow-box.colored-box .shadow-box__content.yellow {
    color: #fff;
    background-image: linear-gradient(90deg, #f9ba33 0%, #fbc436 42%, #ffd33c 100%)
}

.page-single-post .shadow-box.pay-earn {
    background: url("../images/default/waves.png") no-repeat;
    background-position: top right
}

.page-single-post .shadow-box.pay-earn .shadow-box__content {
    display: flex;
    align-items: center;
    padding: 40px 30px
}

@media (max-width:768px) {
    .page-single-post .shadow-box.pay-earn .shadow-box__content {
        flex-direction: column;
        padding: 15px 20px
    }
}

.page-single-post .shadow-box.pay-earn .image {
    margin-left: -67px
}

@media (max-width:768px) {
    .page-single-post .shadow-box.pay-earn .image {
        margin: 20px auto;
        max-width: 80%
    }
}

.page-single-post .shadow-box.pay-earn .image img {
    min-width: 260px
}

@media (max-width:768px) {
    .page-single-post .shadow-box.pay-earn .image img {
        width: auto
    }
}

.page-single-post .shadow-box.pay-earn .text {
    font-size: 15px
}

@media (min-width:769px) {
    .page-single-post .shadow-box.pay-earn .text {
        margin-left: 10px
    }
}

.page-single-post .shadow-box.pay-earn .text h1,
.page-single-post .shadow-box.pay-earn .text h2,
.page-single-post .shadow-box.pay-earn .text h3,
.page-single-post .shadow-box.pay-earn .text h4,
.page-single-post .shadow-box.pay-earn .text h5 {
    margin-top: 0
}

.page-single-post .shadow-box.pay-earn .text h2 {
    font-size: 20px;
    padding-left: 0;
    margin-left: 0
}

.page-single-post .shadow-box.pay-earn .text h2:before {
    display: none
}

@media (max-width:768px) {
    .page-single-post .shadow-box.pay-earn .text h2 {
        text-align: center
    }
}

.page-single-post .shadow-box.pay-earn .text ul {
    padding-left: 0
}

.page-single-post .shadow-box.pay-earn .text ul li {
    list-style: none;
    position: relative;
    padding: 0 0 0 30px;
    line-height: 1.6;
    margin-bottom: 15px
}

.page-single-post .shadow-box.pay-earn .text ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px;
    height: 22px;
    background-image: url("../images/default/green_check.png");
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

@media (max-width:768px) {
    .page-single-post .shadow-box.pay-earn .text .btn-site-default {
        margin: 10px auto;
        display: table
    }
}

.page-single-post .shadow-box.pay-earn .text .install-app-btn {
    width: 265px;
    max-width: 100%
}

.page-single-post .shadow-box.pay-earn .text .logos {
    width: 265px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    margin-right: 5px;
    margin-left: 5px;
    padding: 15px 0 0
}

@media (max-width:768px) {
    .page-single-post .shadow-box.pay-earn .text .logos {
        margin: auto;
        padding: 10px 0
    }
}

.page-single-post .shadow-box.pay-earn .text .logos .logo {
    display: block;
    width: calc(50% - 10px)
}

.page-single-post .shadow-box.pay-earn .text .logos .logo img {
    width: 100%;
    max-height: 38px
}

.page-single-post .providers-table,
.page-single-post table {
    margin: 50px 0;
    font-size: 16px
}

.page-single-post .providers-table p,
.page-single-post table p {
    margin-bottom: 0
}

.page-single-post .providers-table td,
.page-single-post .providers-table th,
.page-single-post table td,
.page-single-post table th {
    padding: 10px;
    border: 2px solid #F0F0F0;
    text-align: center
}

@media screen and (max-width:768px) {
    .page-single-post .providers-table td,
    .page-single-post .providers-table th,
    .page-single-post table td,
    .page-single-post table th {
        border: 1px solid #F0F0F0
    }
}

.page-single-post .providers-table th,
.page-single-post table th {
    color: #fff;
    line-height: 1.2
}

.page-single-post .providers-table thead,
.page-single-post table thead {
    background-image: linear-gradient(0deg, #2ed4bb 0%, #41deac 42%, #54e89d 100%)
}

.page-single-post .providers-table .description,
.page-single-post table .description {
    text-align: left
}

@media screen and (min-width:769px) {
    .page-single-post .providers-table td,
    .page-single-post table td {
        width: 20%
    }
    .page-single-post .providers-table td.description,
    .page-single-post table td.description {
        width: 40%
    }
}

.page-single-post .providers-table ul,
.page-single-post table ul {
    margin: 5px 0;
    text-align: left
}

.page-single-post .providers-table tr:first-of-type {
    border: 2px solid #42DEAB;
    box-shadow: inset 0 0 0 3px #42DEAB;
    position: relative
}

.page-single-post .providers-table tr:first-of-type td:first-of-type {
    position: relative
}

.page-single-post .providers-table tr:first-of-type td:first-of-type:before {
    position: absolute;
    content: "#1";
    top: 50%;
    left: 0;
    transform: translate(-100%, -50%);
    background-image: linear-gradient(0deg, #2ed4bb 0%, #41deac 42%, #54e89d 100%);
    color: #fff;
    padding: 5px 7px;
    line-height: 1;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.page-single-post .providers-table .general-rating {
    display: flex;
    align-items: center;
    margin: 0
}

.page-single-post .providers-table .general-rating .rating-stars {
    display: flex;
    align-items: center;
    margin: 0 auto
}

.page-single-post .providers-table .general-rating .rating-stars i {
    font-size: 16px;
    margin: 3px;
    color: #42DEAB
}

.page-single-post .providers-table .general-rating .rating-stars i.active {
    color: #42DEAB
}

.page-single-post .providers-table .general-rating .rating-stars i.active~i:before {
    color: #DEDEDE
}

.page-single-post .providers-table .click-count {
    color: #A5A5A5;
    margin: 2px auto;
    display: block;
    font-size: 14px;
    text-align: center;
    line-height: 1.2
}

.page-single-post .providers-table .btn-more,
.page-single-post .providers-table .btn-site-default {
    display: inline-block;
    text-transform: capitalize;
    margin: 0 auto 10px auto
}

.page-single-post .providers-table .btn-more:hover,
.page-single-post .providers-table .btn-site-default:hover {
    color: #fff
}

.page-single-post .question-item {
    margin: 20px 0
}

.page-single-post .question-item .question-inner {
    margin: 20px 0;
    border-radius: 30px;
    padding: 0;
    background: #FAFAFA
}

.page-single-post .question-item .question-inner .question-label {
    padding: 15px;
    border-radius: 30px;
    box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.07)
}

.page-single-post .question-item .question-inner .text-label {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 0 10px
}

@media (max-width:768px) {
    .page-single-post .question-item .question-inner .text-label {
        font-size: 18px
    }
}

.page-single-post .question-item .question-inner .question-answer {
    padding: 25px;
    margin-top: 0
}

.page-single-post .question-item .question-inner .question-answer:before {
    display: none
}

@media (max-width:576px) {
    .page-single-post .question-item .question-inner .question-answer {
        font-size: 15px
    }
}

.page-single-post .section--post-title {
    margin-top: -120px;
    padding: 40px 0
}

.page-single-post .section--post-title .section-title {
    margin-bottom: 10px
}

@media (max-width:768px) {
    .page-single-post .section--post-title {
        padding: 40px 0 0
    }
}

.page-single-post .section--post-content {
    padding-top: 0
}

.page-single-post .section--post-content .post-content {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.8
}

.page-single-post .section--post-content .post-content.tiny-text {
    font-size: 18px
}

.page-single-post .section--post-content .post-content.tiny-text p {
    margin-bottom: 18px
}

.page-single-post .section--post-content .info-table-wrapper {
    margin-top: 50px
}

.page-single-post .section--post-content .info-table-wrapper table {
    width: 100%;
    margin: 0
}

.page-single-post .section--post-content .info-table-wrapper table tr th {
    color: #000
}

.page-single-post .section--post-content .info-table-wrapper table td,
.page-single-post .section--post-content .info-table-wrapper table th {
    text-align: left
}

.page-single-post .section--post-content .info-table-wrapper table ul {
    margin-bottom: 0
}

.page-single-post .section--post-content .info-table-wrapper table a {
    color: #353535;
    text-decoration: underline;
    transition: all 0.36s ease
}

.page-single-post .section--post-content .info-table-wrapper table a:hover {
    opacity: 0.6
}

.page-single-post .section--post-content .info-table-wrapper tr:not(:last-of-type) {
    border-bottom: 2px solid #EDEDED
}

.page-single-post .section--post-content .info-table-wrapper th {
    padding: 12px 30px;
    width: 33%;
    border-right: 2px solid #EDEDED
}

.page-single-post .section--post-content .info-table-wrapper td {
    padding: 12px 35px;
    width: 66%
}

@media (max-width:768px) {
    .page-single-post .section--post-content .info-table-wrapper td,
    .page-single-post .section--post-content .info-table-wrapper th {
        padding: 12px
    }
}

.page-single-post .section--post-content .shadow-box.pros-cons {
    margin-top: 0;
    height: calc(100% - 40px)
}

@media (max-width:768px) {
    .page-single-post .section--post-content .shadow-box.pros-cons {
        height: calc(100% - 20px)
    }
}

.page-single-post .section--post-content .author {
    padding: 10px 0
}

.page-single-post .section--post-content .author__photo {
    width: 180px;
    margin-right: 30px
}

@media (max-width:768px) {
    .page-single-post .section--post-content .author__photo {
        width: 30%;
        margin: 0 auto 15px auto
    }
}

.page-single-post .section--post-content .author__photo img {
    border-radius: 50%
}

.page-single-post .section--post-content .author__info {
    width: calc(100% - 210px)
}

@media (max-width:768px) {
    .page-single-post .section--post-content .author__info {
        width: 100%
    }
}

.page-single-post .section--post-content .author__info .name {
    font-weight: bold
}

.page-single-post .section--post-content .author .shadow-box__content {
    display: flex;
    padding: 30px
}

@media (max-width:768px) {
    .page-single-post .section--post-content .author .shadow-box__content {
        text-align: center;
        flex-direction: column;
        justify-content: center;
        padding: 15px
    }
}

.page-single-post .section--post-content .pros-cons-list {
    padding: 20px
}

.page-single-post .section--post-content .pros-cons-list li {
    padding-left: 35px;
    margin-bottom: 10px
}

.page-single-post .section--post-content .pros-cons-list li:before {
    top: 4px;
    background-size: cover;
    width: 23px;
    height: 23px
}

.page-single-post .section--post-content .pros-cons-list.pros li:before {
    background-image: url("../images/default/green_check.png")
}

.page-single-post .section--post-content .pros-cons-list.cons li:before {
    background-image: url("../images/default/uncheck.png")
}

.page-single-post .section--post-content .info-text-box .shadow-box__title {
    text-align: left;
    display: flex
}

.page-single-post .section--post-content .info-text-box .shadow-box__title .fas {
    margin-right: 8px;
    font-size: 20px
}

.page-single-post .section--post-content .info-text-box.big-icon .shadow-box__title {
    align-items: center
}

@media (max-width:768px) {
    .page-single-post .section--post-content .info-text-box.big-icon .shadow-box__title {
        display: block
    }
}

.page-single-post .section--post-content .info-text-box.big-icon .shadow-box__title .fas {
    font-size: 130px
}

@media (max-width:768px) {
    .page-single-post .section--post-content .info-text-box.big-icon .shadow-box__title .fas {
        font-size: 80px;
        float: left
    }
}

.page-single-post .section--post-content .info-text-box.big-icon .shadow-box__title .title {
    margin-bottom: 10px
}

.page-single-post .section--post-content .info-text-box.big-icon .shadow-box__title .text {
    font-family: "Noto Sans", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 28.8px
}

.page-single-post .further-reading {
    margin: 26px 0;
    padding: 20px 0;
    border-top: 2px solid #DEDEDE;
    border-bottom: 2px solid #DEDEDE
}

.page-single-post .further-reading__title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.45;
    margin-bottom: 5px;
    margin-top: 5px
}

@media (max-width:768px) {
    .page-single-post .further-reading__title {
        font-size: 18px
    }
}

.page-single-post .further-reading__post-list {
    margin-bottom: 5px
}

.page-single-post .further-reading__post-list li {
    position: relative;
    margin-bottom: 0;
    padding-left: 25px
}

.page-single-post .further-reading__post-list li:before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 0;
    height: 0;
    background: 0 0;
    border-top: 6px solid transparent;
    border-left: 11px solid #42DEAB;
    border-bottom: 6px solid transparent;
    border-radius: 0
}

.page-single-post .further-reading__post-list li a {
    color: #353535
}

.page-single-post .further-reading__post-list li a:hover {
    color: #353535
}

.page-single-post .table-accounting-software table {
    font-size: 12px
}

@media (max-width:768px) {
    .page-single-post .table-accounting-software {
        max-width: 100%;
        overflow-x: auto;
        zoom: 40%
    }
    .page-single-post .table-accounting-software:hover {
        zoom: 100%
    }
}

@media (max-width:768px) {
    .home-page .home-top-banner {
        padding-bottom: 20px
    }
    .home-page .home-top-banner .reg_link {
        margin: 15px
    }
}

.home-page .home-top-banner .reg_link:hover {
    color: #fff;
    background-color: #42DEAB
}

@media (max-width:768px) {
    .home-page .customers {
        margin-top: 20px;
        margin-bottom: 20px
    }
    .home-page .customers .customer>img {
        max-width: 140px;
        max-height: 30px
    }
}

.error404 {
    font-family: Noto Sans;
    font-style: normal;
    text-align: center;
    color: #5D5D5D
}

.error404 #beacon-container,
.error404 footer,
.error404 header {
    display: none
}

.error404 main {
    height: 100vh;
    padding: 0;
    display: flex;
    flex-flow: column
}

.error404 .bg404 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 64vh;
    background: linear-gradient(58.81deg, #2ED4BB 37.02%, #54E89D 90.08%)
}

.error404 .bg404 .top {
    width: 100%;
    height: 50%
}

.error404 .bg404 .top:before {
    content: "";
    display: block;
    height: 100%;
    width: 70%;
    float: left;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    background-image: url("../images/default/404page/shape1.svg")
}

.error404 .bg404 .top:after {
    content: "";
    height: 100%;
    display: block;
    width: 30%;
    float: left;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
    background-image: url("../images/default/404page/shape2.svg")
}

.error404 .bg404 .bottom {
    background-color: #fff;
    height: 60px;
    -webkit-clip-path: ellipse(60% 140% at 50% 150%);
    clip-path: ellipse(60% 140% at 50% 150%)
}

@media (max-width:700px) {
    .error404 .bg404 {
        min-height: 40vh;
        margin-bottom: 7vh
    }
    .error404 .bg404 .bottom {
        height: 40px;
        -webkit-clip-path: ellipse(60% 130% at 50% 150%);
        clip-path: ellipse(60% 130% at 50% 150%)
    }
}

.error404 .image404 {
    position: absolute;
    width: 96%;
    max-width: 1070px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom
}

@media (max-width:700px) {
    .error404 .image404 {
        bottom: 50vh;
        background-image: url("../images/default/404page/mobile.png");
        padding-top: 103.43%;
        max-width: 422px
    }
}

@media (min-width:700px) {
    .error404 .image404 {
        bottom: 34vh;
        background-image: url("../images/default/404page/desktop.png");
        padding-top: 57.51%
    }
}

.error404 .text404 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-grow: 1
}

.error404 h1 {
    font-weight: 800;
    font-size: 32px;
    line-height: 38px;
    margin: 0 30px 25px
}

.error404 p {
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    margin: 0 30px 50px
}

@media (max-width:700px) {
    .error404 h1 {
        font-size: 25px
    }
    .error404 p {
        font-size: 14px;
        margin: 0 40px 25px
    }
}

.error404 .button {
    width: 250px;
    padding: 8px 25px;
    border-radius: 29px;
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    background: linear-gradient(0deg, #2ED4BB 0%, #54E89D 127.59%);
    box-shadow: 5px 5px 10px 0px rgba(94, 194, 166, 0.3)
}


/*# sourceMappingURL=main.css.map */

@media (max-width: 576px) {
    .first-about-page {
        padding-top: 160px !important   
    }
}

@media (max-width: 576px) {
    body {
        transition: 0.5s all;
    }
    .navbar {
        width: 100%;
        min-height: 50px;
    }
    .section.first-section.custom_top_section {
        min-height: 725px;
        padding-top: 130px;
    }
    .home-page .custom_top_section {
        padding-bottom: 0;
        margin-bottom: 20px;
    }
    section.section.first-section:after {
        content: "";
        display: none !important;
    }
    .app.shown+.header+main {
        padding-top: 0 !important;
    }
    .app {
        display: block !important;
        z-index: 111111;
        max-height: 75px;
    }
    .section.first-section.custom_top_section {
        background-image: linear-gradient(90deg, #2ed4bb 0%, #41deac 42%, #54e89d 100%);
    }
    .section.second-screen {
        min-height: 1180px;
    }
}

@media (max-width: 500px) {
    .js-app-shown>main,
    .only_mobile+.header+main {
        padding-top: 0 !important;
    }
}