

/* Start:/local/components/aft/services/templates/.default/style.css?176459212010385*/
.apps {
    margin-top: 8.2rem;
}
.apps .container .apps__item {
    min-height: auto;
}
.apps .apps__carousel {
    margin-bottom: 9rem;
}

.apps__item {
    border-radius: 30px;
    background: #292929;
    color: #fff;
    height: 100%;
    padding: 25px;
    width: 100%;
}
.apps__info {
    max-width: 30ch;
}
.apps__header {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.apps__icon {
    align-items: center;
    background: #fff;
    border-radius: 22px;
    display: flex;
    justify-content: center;
    flex-shrink: 0;
    padding: 12px;
    width: 72px;
    height: 72px;
}
.apps__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.apps__type {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.1rem;
    letter-spacing: 0.5rem;
    margin: 6px 0 0;
    text-align: right;
    text-transform: uppercase;
    opacity: 0.24;
}
.apps__description {
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 1em;
    opacity: 0.5;
}
.apps__bottom {
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.apps__link {
    align-items: center;
    color: #fff;
    display: flex;
    justify-content: center;
    font-weight: 300;
    font-size: 1.8rem;
    margin-right: 20px;
    margin-top: 15px;
    line-height: 1.4;
    transition: opacity 0.2s;
    white-space: nowrap;
}
.apps__link:last-child {
    margin-right: 0;
}
.apps__link .app-icon {
    display: block;
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.5em;
}
.apps__nav {
    display: flex;
    justify-content: center;
    margin: 5.1rem auto;
    width: 100%;
}
.apps__arrow {
    min-width: 10rem;
    padding-left: 3rem;
}
.apps__arrow .app-icon {
    width: 25px;
    height: 39px;
}
.apps__arrow--prev {
    transform: rotate(180deg);
}
.apps .slick-disabled .app-icon svg{
    fill: rgb(16 16 16 / 30%)
}
@media (min-width: 576px) {
    .apps{
        padding-left: calc((100% - 1140px) / 2 + 3.2rem / 2);
        overflow: visible;
    }
    .apps__carousel .swiper-slide {
        margin-right: 36px;
    }
    .apps .apps__carousel {
        margin-bottom: 0;
        /*padding-left: calc((100% - 1140px) / 2 + 3.2rem / 2);*/
        overflow: visible;
    }
    .apps .apps__carousel .slick-list{
        overflow: visible;
        min-width: 100%;
        width: auto;
    }
    .apps__carousel .swiper-slide {
        width: 51rem !important;
    }
    .apps__item {
        align-items: flex-start;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        min-height: 515px;
        padding: 41px 48px;
    }
    .apps__info {
        max-width: none;
    }
    .apps__header {
        margin-bottom: 60px;
    }
    .apps__icon {
        width: 82px;
        height: 82px;
    }
}
.services {
    overflow: hidden;
    padding-bottom: 10px;
}
.services__paper {
    position: relative;
}
.services__paper .container {
    position: relative;
}
.services__paper .container::before {
    aspect-ratio: 1;
    border-radius: 50%;
    background: #78be20;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: -35px;
    z-index: -1;
    width: 100%;
}
.services__paper-header {
    max-width: 80rem;
}
.services__paper-header h2 {
    font-weight: 700;
    margin-bottom: 24px;
}
.services__paper-desc {
    font-size: 3.6rem;
    font-weight: 400;
    line-height: normal;
}
.services__paper-desc p {
    max-width: 30ch;
}
.services__paper-img {
    width: 100%;
}
.services__paper-img img {
    display: block;
    height: auto;
    width: 100%;
}
.services__paper-note {
    margin-top: 5px;
}
.services__paper-note p {
    max-width: 30ch;
}
.services__paper-circle {
    aspect-ratio: 1;
    border: 2px solid;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    position: relative;
}
.services__paper-circle strong {
    display: block;
    font-size: 8.4rem;
    font-weight: 500;
    line-height: 8.4rem;
    margin-bottom: 20px;
}
.services__paper-circle p {
    font-weight: 500;
    font-size: 2.2rem;
    margin: 0;
    line-height: 2.8rem;
    text-align: center;
}
.services__tags .block-header-2 {
    margin-bottom: calc(3rem - 15px);
}
.services__tags {
    padding: 25px 0;
    position: relative;
    z-index: 1;
}
.services__tags .cloud {
    --color-cloud: var(--color-black);
    margin: 0;
    padding-top: 10px;
}
@media (min-width: 576px) {
    .services__paper {
        margin: 14px 0;
    }
    .services__paper .container::before {
        left: -85px;
        right: -60px;
        top: -110px;
        width: 130%;
    }
    .services__paper-desc p {
        max-width: none;
    }
    .services__paper-note p {
        max-width: none;
    }
    .services__paper-bottom {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        margin-top: 5rem;
        width: 99%;
    }
    .services__paper-img {
        width: calc(50% - 24px);
    }
    .services__paper-text {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
        padding-bottom: 5%;
        width: calc(50% - 24px);
    }
    .services__tags {
        padding: 60px 0 53px;
    }
    .services__tags .cloud {
        margin-left: -8px;
        margin-right: -8px;
    }
    .services__paper-header h2 {
        margin-bottom: 19px;
    }
    .services__tags .block-header-2 {
        font-size: 5.1rem;
        margin-bottom: calc(2rem - 12px);
    }
}
@media (min-width: 768px) {
    .services {
        border-bottom: 1px solid var(--color-app__bg);
        padding-bottom: 15.1rem;
    }
    .services ~ .crop-list {
        margin-top: 5px;
    }
    .services__paper-header {
        padding-top: 36px;
    }
    .services__paper .container::before {
        left: -170px;
        right: auto;
        top: -115px;
    }
    .services__paper-header h2 {
        margin-bottom: 26px;
    }
    .services__paper-note {
        line-height: normal;
        margin-top: 11px;
        max-width: 25ch;
    }
    .services .parallax {
        padding-bottom: 8px;
    }
    .services__paper-header.block-header {
        padding-top: 0;
    }
}
@media (min-width: 1000px) {
    .services__paper-header.block-header {
        padding-top: 109px;
    }
    .services__paper .container::before {
        left: -230px;
        right: auto;
        top: -115px;
        width: 131%;
    }
}
.calc.container {
    padding-top: 30px;
    padding-bottom: 30px;
}
.calc__caption {
    margin-bottom: 15px;
}
.calc__list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.calc__item {
    aspect-ratio: 1;
    border: 1px solid #292929;
    border-radius: 50%;
    color: var(--color-black);
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    align-items: center;
    justify-items: center;
    hyphens: auto;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
    transition-duration: 0.2s;
    width: calc(50% - 5px);
}
.calc__img {
    grid-column: 1/2;
    grid-row: 1/2;
    display: block;
    opacity: 0;
    position: relative;
    transition-duration: inherit;
    width: 100%;
    z-index: 1;
}
.calc__img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.calc__title {
    grid-column: 1/2;
    grid-row: 1/2;
    display: block;
    padding: 15px;
    position: relative;
    z-index: 10;
}
.calc__item:hover {
    border-width: 0;
    color: var(--color-white);
}
.calc__item:hover .calc__img {
    opacity: 1;
}
@media (min-width: 425px) {
    .calc__item {
        hyphens: none;
    }
}
@media (min-width: 768px) {
    .calc.container {
        padding-top: 89px;
        padding-bottom: 30px;
    }
    .calc__caption {
        margin-bottom: 29px;
        font-size: 5.7rem;
    }
    .calc__desc {
        font-size: 3.5rem;
        margin-bottom: 66px;
    }
    .calc__list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 50px;
    }
    .calc__item {
        margin: 0;
        width: 100%;
    }
}
@media (min-width: 1000px) {
    .calc__title {
        padding: 25px;
    }
}
.elements-banner {
    margin-top: 40px;
}
.elements-banner__wrap {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('/upload/images/elements-banner-m-min.jpg');
    color: var(--color-white);
    border-radius: 25px;
    margin: 0 -16px;
    overflow: hidden;
    padding: 26px 36px 40px;
    position: relative;
}
.elements-banner__wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: var(--color-black);
}
.elements-banner__header,
.elements-banner__body,
.elements-banner__footer {
    position: relative;
    z-index: 10;
}
.elements-banner__header {
    margin-bottom: 104px;
    text-transform: uppercase;
}
.elements-banner__body {
    font-size: 16px;
    line-height: 140%;
}
.elements-banner__footer {
    margin-top: 30px;
}
.elements-banner__link {
    border-radius: 10rem;
    background-color: var(--color-white);
    color: var(--color-app__text);
    display: inline-block;
    font-size: 3.2rem;
    padding: 1.6rem 4.4rem;
    text-decoration: none;
}
.elements-banner__link::after {
    content: "↗";
    margin-left: 0.5rem;
    font-size: 2.5rem;
}
@media (min-width: 576px) {
    .elements-banner {
        margin-top: 8rem;
    }
    .elements-banner__wrap {
        border-radius: 45px;
        margin-left: 0;
        margin-right: 0;
        padding: 8rem 7.5rem 12rem;
    }
    .elements-banner__body {
        font-size: 3.6rem;
        line-height: 4.8rem;
    }
    .elements-banner__header {
        margin-bottom: 7rem;
    }
    .elements-banner__footer {
        margin-top: 5.6rem;
    }
    .elements-banner__link::after {
        display: none;
    }
}
@media (min-width: 768px) {
    .elements-banner__wrap {
        background-image: url('/upload/images/elements-banner-min.jpg');
        padding: 8rem 40rem 12rem 7.5rem;
    }
}

/* End */
/* /local/components/aft/services/templates/.default/style.css?176459212010385 */
