/* Map */
.sf-map {
    position: relative;
    height: 560px;
    overflow: hidden;
}

.sf-map__picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
}

.sf-map__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.sf-map__label {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.sf-map__cloud {
    position: relative;
    left: -80px;
    top: -40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    min-height: 150px;
    width: 310px;
    padding: 23px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
    line-height: 20px;
    -webkit-box-shadow: 0 20px 20px 5px rgba(0, 0, 0, 0.01), 0 28px 20px -14px rgba(0, 0, 0, 0.05), 0 0 25px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 20px 20px 5px rgba(0, 0, 0, 0.01), 0 28px 20px -14px rgba(0, 0, 0, 0.05), 0 0 25px 0 rgba(0, 0, 0, 0.03);
    background-color: #ffffff;
    color: #858590;
    pointer-events: initial;
}

.sf-map__cloud * {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.sf-map__name {
    font-size: 20px;
    line-height: 20px;
    color: #34343b;
}

.sf-map__pin {
    width: 28px;
    height: 36px;
    -o-object-fit: contain;
    object-fit: contain;
}

ymaps[class$="-balloon-overlay"] {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

ymaps[class$="-balloon-overlay"] * {
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
}

ymaps[class$="-balloon__layout"] {
    overflow: visible !important;
    background-color: transparent !important;
}

ymaps[class$="-balloon__tail"] {
    display: none !important;
}

ymaps[class$="-balloon__content"],
.ymaps-2-1-79-balloon {
    padding: 0 !important;
    margin: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    pointer-events: none;
}

ymaps[class$="-balloon__close"] {
    left: -85px;
    top: -35px;
    pointer-events: initial;
}

.ymaps-2-1-79-svg-icon {
    z-index: 50;
    background-image: url("/local/templates/new/assets/svg/assets/svg/icon-pin-fill.svg") !important;
    background-size: 29px auto !important;
    background-position: center;
    background-repeat: no-repeat;
}

ymaps[class$="-ground-pane"] {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

ymaps[class$="balloon__close-button"] {
    height: 30px;
    background-image: url("/local/templates/new/assets/svg/icon-cross.svg") !important;
    background-size: 15px auto;
    background-position: center;
    opacity: 1;
}

ymaps[class$="-inner-panes"],
.ymaps-2-1-79-map-bg {
    border-radius: 12px;
}

ymaps[class$="-balloon__content"] {
    background-color: transparent !important;
}

ymaps[class$="-balloon__content"] ymaps {
    overflow: visible !important;
    width: 310px !important;
    height: auto !important;
    min-height: 150px !important;
}

/* Map end */


#modal-carrer .modal-case__header {
    justify-content: space-around;
    flex-direction: column;
    gap: 15px;
}

.sf-form__field--upload .sf-form__label {
    position: relative;
    display: inline-block;
    padding-right: 30px;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    color: #e41f38;
    cursor: pointer;
}

.sf-form__field--upload .sf-form__label::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border-radius: 2px;
    background-color: #e41f38;
    background-image: url("/local/templates/new/assets/svg/plus.svg");
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: center;
}

#modal-carrer {
    max-width: 750px;
}


/* Review card */
.sf-review-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    padding: 24px;
    border-radius: 12px;
    background-color: #ebebec;
}

@media (max-width: 1023px) {
    .sf-review-card {
        height: 100%;
        padding: 44px;
        background-color: #e41f38;
        color: #ffffff;
    }
}

@media (max-width: 767px) {
    .sf-review-card {
        padding: 24px;
    }
}

.sf-review-card__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.sf-review-card__name {
    font-size: 16px;
    line-height: 16px;
}

@media (max-width: 1023px) {
    .sf-review-card__name {
        font-size: 26px;
        line-height: 26px;
    }
}

@media (max-width: 767px) {
    .sf-review-card__name {
        font-size: 22px;
        line-height: 29px;
    }
}

.sf-review-card__position {
    font-size: 13px;
    line-height: 16px;
    color: #858590;
}

@media (max-width: 1023px) {
    .sf-review-card__position {
        font-size: 18px;
        line-height: 20px;
        color: #ffffff;
    }
}

@media (max-width: 767px) {
    .sf-review-card__position {
        font-size: 14px;
        line-height: 20px;
    }
}

.sf-review-card__body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
}

@media (max-width: 1023px) {
    .sf-review-card__body {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (max-width: 767px) {
    .sf-review-card__body {
        font-size: 16px;
        line-height: 21px;
    }
}

.sf-review-card__body::before {
    font-size: 32px;
    line-height: 32px;
    color: #e41f38;
}

@media (max-width: 1023px) {
    .sf-review-card__body::before {
        font-size: 56px;
        line-height: 39px;
        color: #ffffff;
    }
}

.sf-review-card__body p {
    margin: 0;
}

/* Review card end */
/* Reviews */
.sf-reviews .sf-container {
    position: relative;
    padding-top: 80px;
    padding-bottom: 40px;
    overflow: hidden;
}

.sf-reviews .sf-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 40px;
    height: 100%;
    background-color: #ffffff;
}

/*@media (max-width: 1439px) {*/
.sf-reviews .sf-container::before {
    content: none;
}

/*}*/
.sf-reviews .sf-container::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 40px;
    height: 100%;
    background-color: #ffffff;
}

/*@media (max-width: 1439px) {*/
.sf-reviews .sf-container::after {
    content: none;
}

/*}*/
.sf-reviews .swiper-button {
    background-color: #ebebec;
}

.sf-reviews__heading {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    padding-bottom: 5px;
}

@media (max-width: 1279px) {
    .sf-reviews__heading {
        padding-bottom: 20px;
    }
}

@media (max-width: 1023px) {
    .sf-reviews__heading {
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .sf-reviews__heading {
        padding-bottom: 24px;
    }
}

@media (max-width: 1023px) {
    .sf-reviews__heading .swiper-controls {
        display: none;
    }
}

@media (max-width: 1023px) {
    .sf-reviews__heading .sf-reviews__pagination {
        display: none;
    }
}

.sf-reviews__heading .swiper-pagination {
    width: 22.795%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.sf-reviews__title {
    width: auto;
    margin: 0;
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
}

@media (max-width: 1023px) {
    .sf-reviews__title {
        font-size: 36px;
        line-height: 36px;
    }
}

@media (max-width: 767px) {
    .sf-reviews__title {
        width: 100%;
        font-size: 26px;
        line-height: 26px;
    }
}

.sf-reviews__pagination {
    width: 100%;
}

.sf-reviews__slider {
    overflow: visible;
}

.sf-reviews__slider .swiper-controls {
    display: none;
}

@media (max-width: 1023px) {
    .sf-reviews__slider .swiper-controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 24px;
        margin-top: 10px;
        margin-bottom: 24px;
    }
}

@media (max-width: 1023px) {
    .sf-reviews__slider .swiper-pagination {
        width: auto;
    }
}

.sf-reviews__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media (max-width: 1279px) {
    .sf-reviews__list {
        min-height: 0 !important;
        -webkit-box-align: initial;
        -ms-flex-align: initial;
        align-items: initial;
    }
}

@media (min-width: 1280px) {
    .sf-reviews__list--slide-2 {
        -webkit-box-align: initial;
        -ms-flex-align: initial;
        align-items: initial;
    }
}

@media (min-width: 1280px) {
    .sf-reviews__list--slide-2 .sf-reviews__item.swiper-slide-active {
        width: calc(50% - 20px);
    }
}

@media (min-width: 1280px) {
    .sf-reviews__list--slide-2 .sf-reviews__item.swiper-slide-active .sf-review-card {
        gap: 32px;
        padding: 44px;
        color: #ffffff;
        background-color: #e41f38;
        height: auto;
    }
}

@media (min-width: 1280px) {
    .sf-reviews__list--slide-2 .sf-reviews__item.swiper-slide-active .sf-review-card__name {
        font-size: 32px;
        line-height: 32px;
    }
}

@media (min-width: 1280px) {
    .sf-reviews__list--slide-2 .sf-reviews__item.swiper-slide-active .sf-review-card__position {
        font-size: 18px;
        line-height: 20px;
        color: inherit;
    }
}

@media (min-width: 1280px) {
    .sf-reviews__list--slide-2 .sf-reviews__item.swiper-slide-active .sf-review-card__body {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (min-width: 1280px) {
    .sf-reviews__list--slide-2 .sf-reviews__item.swiper-slide-active:not(.swiper-slide-next) .sf-review-card__hidden {
        height: 100%;
        display: block;
        -webkit-box-orient: initial;
        -webkit-line-clamp: initial;
        overflow: initial;
        text-overflow: initial;
        font-size: 20px;
        line-height: 30px;
        background: initial;
        background-clip: initial;
        -webkit-background-clip: initial;
        -webkit-text-fill-color: initial;
    }
}

@media (min-width: 1280px) {
    .sf-reviews__list--slide-2 .sf-reviews__item.swiper-slide-next {
        width: calc(50% - 20px);
        height: auto;
    }
}

.sf-reviews__list--slide-2 .sf-reviews__item.swiper-slide-next .sf-review-card {
    height: 100%;
    color: #34343b;
    background-color: #ebebec;
}

@media (max-width: 1023px) {
    .sf-reviews__list--slide-2 .sf-reviews__item.swiper-slide-next .sf-review-card {
        color: #ffffff;
        background-color: #e41f38;
    }
}

@media (min-width: 1280px) {
    .sf-reviews__list--slide-2 .sf-reviews__item.swiper-slide-next .sf-review-card__position {
        color: #858590;
    }
}

@media (min-width: 1280px) {
    .sf-reviews__item {
        width: 22.795%;
    }
}

@media (max-width: 1279px) {
    .sf-reviews__item {
        height: auto;
    }
}

@media (max-width: 1023px) {
    .sf-reviews__item {
        height: auto;
    }
}

@media (min-width: 1280px) {
    .sf-reviews__item .sf-review-card {
        height: 384px;
    }
}

@media (max-width: 1279px) {
    .sf-reviews__item .sf-review-card {
        height: 100%;
    }
}

@media (min-width: 1280px) {
    .sf-reviews__item.swiper-slide-active {
        width: 22.795%;
    }
}

@media (max-width: 1279px) {
    .sf-reviews__item.swiper-slide-active .sf-review-card {
        color: #ffffff;
        background-color: #e41f38;
    }
}

@media (max-width: 1279px) {
    .sf-reviews__item.swiper-slide-active .sf-review-card__name {
        font-size: 26px;
        line-height: 26px;
        color: #ffffff;
    }
}

@media (max-width: 767px) {
    .sf-reviews__item.swiper-slide-active .sf-review-card__name {
        font-size: 22px;
        line-height: 29px;
    }
}

@media (max-width: 1279px) {
    .sf-reviews__item.swiper-slide-active .sf-review-card__position {
        color: #ffffff;
    }
}

@media (max-width: 1279px) {
    .sf-reviews__item.swiper-slide-active .sf-review-card__body {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 1023px) {
    .sf-reviews__item.swiper-slide-active .sf-review-card__body {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (max-width: 767px) {
    .sf-reviews__item.swiper-slide-active .sf-review-card__body {
        font-size: 16px;
        line-height: 21px;
    }
}

@media (min-width: 1280px) {
    .sf-reviews__item.swiper-slide-next {
        padding-top: 0;
        width: 48.53%;
    }
}

@media (min-width: 1280px) {
    .sf-reviews__item.swiper-slide-next .sf-review-card {
        gap: 18px;
        padding: 32px;
        color: #ffffff;
        background-color: #e41f38;
        height: 432px;
    }
}

@media (max-width: 1279px) {
    .sf-reviews__item.swiper-slide-next .sf-review-card {
        height: 100%;
    }
}

@media (min-width: 1280px) {
    .sf-reviews__item.swiper-slide-next .sf-review-card__name {
        font-size: 32px;
        line-height: 32px;
    }
}

@media (min-width: 1280px) {
    .sf-reviews__item.swiper-slide-next .sf-review-card__position {
        font-size: 18px;
        line-height: 20px;
        color: inherit;
    }
}

@media (min-width: 1280px) {
    .sf-reviews__item.swiper-slide-next .sf-review-card__body {
        font-size: 17px;
        line-height: 26px;
    }
}

@media (min-width: 1280px) {
    .sf-reviews__item.swiper-slide-next .sf-review-card__body::before {
        font-size: 56px;
        line-height: 56px;
        color: inherit;
    }
}

@media (min-width: 1280px) {
    .sf-reviews__item:not(.swiper-slide-next) .sf-review-card__hidden {
        height: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 9;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 16px;
        line-height: 24px;
        background: -webkit-gradient(linear, left top, left bottom, from(#34343b), to(#ebebec));
        background: linear-gradient(180deg, #34343b 0%, #ebebec 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

.sf-reviews__item:only-child.swiper-slide-active {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    margin-right: 0 !important;
}

.sf-reviews__item:only-child.swiper-slide-active .sf-review-card {
    height: auto;
}

/* Reviews end */


.sf-reviews__heading .swiper-pagination {
    width: 100%;
    text-align: left;
}

.reviews__dots .swiper-pagination-bullet-active {
    background: #e42038;
    width: 16px;
    border-radius: 12px;

    transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
    .sf-reviews__heading {
        display: none;
    }
}


.sf-reviews__slider .swiper-controls {
    display: none;
}

@media (max-width: 1023px) {
    .sf-reviews__slider .swiper-controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 24px;
        margin-top: 24px;
    }
}

@media (max-width: 1023px) {
    .sf-reviews__slider .swiper-pagination {
        width: auto;
    }
}

.swiper-pagination {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
}

@media (max-width: 768px) {
    .reviews__dots {
        margin-top: 0px;
    }

    .sf-reviews .sf-container {
        padding-top: 20px;
    }
}

.swiper-pagination-bullet-active {
    width: 16px;
    background-color: #e41f38;
    opacity: 1;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

/* Button up */
.sf-button-up {
    padding: 0;
    margin: 0;
    border: none;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    background-color: transparent;
    text-align: left;
    letter-spacing: inherit;
    position: fixed;
    z-index: 100;
    bottom: 32px;
    right: 32px;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    color: #e41f38;
    background-color: #ffffff;
    -webkit-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.1), -6px 7px 10px rgba(0, 0, 0, 0.09), -14px 16px 13px rgba(0, 0, 0, 0.05), -26px 28px 15px rgba(0, 0, 0, 0.01), -40px 44px 17px rgba(0, 0, 0, 0);
    box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.1), -6px 7px 10px rgba(0, 0, 0, 0.09), -14px 16px 13px rgba(0, 0, 0, 0.05), -26px 28px 15px rgba(0, 0, 0, 0.01), -40px 44px 17px rgba(0, 0, 0, 0);
    cursor: pointer;
}

@media (max-width: 1439px) {
    .sf-button-up {
        cursor: pointer;
    }
}

@media (max-width: 1023px) {
    .sf-button-up {
        bottom: 20px;
        right: 20px;
    }
}

.sf-button-up--visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sf-button-up__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 10px;
    height: auto;
}

/* Button up end */

.logo-slides {
    overflow: hidden;
}

.logo-slides .logo-slide img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.3;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.logo-slides .logo-slide:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

.logo-slides .logo-slide {
    cursor: pointer;
}

.modal-case__title {
    width: 100%;
    padding-left: 47px;
}

.modal-case__header {
    gap: 0px;
}

.hero__desc {
    font-size: 24px;
}

/* Feedback */
.sf-feedback .sf-container {
    padding-top: 40px;
    padding-bottom: 56px;
}

@media (max-width: 767px) {
    .sf-feedback .sf-container {
        padding-top: 30px;
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .sf-feedback .sf-form__bottom {
        margin-top: 24px;
    }
}

.sf-feedback__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 30.449% 66.347%;
    grid-template-columns: 30.449% 66.347%;
    gap: 40px;
    padding: 56px;
    border-radius: 12px;
    background-color: #ebebec;
}

@media (max-width: 1023px) {
    .sf-feedback__wrapper {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .sf-feedback__wrapper {
        gap: 24px;
        padding: 24px;
    }
}

.sf-feedback__title {
    font-size: 46px;
    line-height: 46px;
    letter-spacing: -1.38px;
    color: #333333;
}

@media (max-width: 1439px) {
    .sf-feedback__title {
        font-size: 40px;
        line-height: 40px;
    }
}

@media (max-width: 1023px) {
    .sf-feedback__title {
        width: 60%;
        font-size: 30px;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .sf-feedback__title {
        width: 100%;
        font-size: 22px;
        line-height: 22px;
    }
}

.sf-feedback__form {
    max-width: 700px;
}

.sf-feedback__form .sf-form__fieldset {
    -ms-grid-columns: calc(50% - 8px) calc(50% - 8px);
    grid-template-columns: calc(50% - 8px) calc(50% - 8px);
}

@media (max-width: 1023px) {
    .sf-feedback__form .sf-form__fieldset {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
}

.sf-feedback__form .sf-form__field--w-100 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
}

@media (max-width: 1023px) {
    .sf-feedback__form .sf-form__field--w-100 {
        grid-column: initial;
    }
}

/* Feedback end */


/* Form */
.sf-form__fieldset {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 16px;
    margin: 0;
    padding: 0;
    border: 0;
}

.sf-form__field {
    width: 100%;
}

.sf-form__field--agreement .sf-form__checkbox {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.sf-form__field--agreement .sf-form__checkbox:checked + .sf-form__label::before {
    border-color: #34343b;
    background-image: url("/local/templates/new/assets/svg/checkbox-icon.svg");
    background-size: 8px 6px;
    background-repeat: no-repeat;
    background-position: center;
}

.sf-form__field--agreement .sf-form__label {
    position: relative;
    display: block;
    padding-left: 32px;
    font-size: 16px;
    line-height: 22px;
    color: #858590;
}

.sf-form__field--agreement .sf-form__label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 1px solid rgba(127, 128, 132, 0.35);
    background-color: #ffffff;
    cursor: pointer;
}

.sf-form__field--upload .sf-form__input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.sf-form__field--upload .sf-form__label {
    position: relative;
    display: inline-block;
    padding-right: 30px;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    color: #e41f38;
    cursor: pointer;
}

.sf-form__field--upload .sf-form__label::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border-radius: 2px;
    background-color: #e41f38;
    background-image: url("/local/templates/new/assets/svg/plus.svg");
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: center;
}

.sf-form__field--switch .sf-form__input-switch {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.sf-form__field--switch .sf-form__input-switch:checked + .sf-form__label-switch .sf-form__button-switch {
    background-color: #349932;
}

.sf-form__field--switch .sf-form__input-switch:checked + .sf-form__label-switch .sf-form__button-switch::after {
    left: 28px;
}

@media (max-width: 1023px) {
    .sf-form__field--switch .sf-form__input-switch:checked + .sf-form__label-switch .sf-form__button-switch::after {
        left: 25px;
    }
}

.sf-form__field--switch .sf-form__input-switch:disabled + .sf-form__label-switch {
    cursor: default;
}

.sf-form__field--switch .sf-form__label-switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 13px;
    line-height: 22px;
    font-weight: 700;
    color: #4a4a53;
}

@media (max-width: 1023px) {
    .sf-form__field--switch .sf-form__label-switch {
        font-size: 14px;
    }
}

.sf-form__field--switch .sf-form__button-switch {
    position: relative;
    width: 60px;
    height: 34px;
    border-radius: 100px;
    background-color: rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media (max-width: 1023px) {
    .sf-form__field--switch .sf-form__button-switch {
        width: 50px;
        height: 28px;
    }
}

.sf-form__field--switch .sf-form__button-switch::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media (max-width: 1023px) {
    .sf-form__field--switch .sf-form__button-switch::after {
        width: 20px;
        height: 20px;
    }
}

.sf-form__upload-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
}

.sf-form__upload-wrapper .just-validate-error-label {
    margin-top: 0;
}

.sf-form__input {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: none;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
    background-color: inherit;
    display: block;
    width: 100%;
    min-height: 56px;
    padding: 17px 16px;
    border-radius: 4px;
    background-color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.32px;
}

.sf-form__input::-webkit-input-placeholder {
    opacity: 1;
    color: #858590;
}

.sf-form__input::-moz-placeholder {
    opacity: 1;
    color: #858590;
}

.sf-form__input:-ms-input-placeholder {
    opacity: 1;
    color: #858590;
}

.sf-form__input::-ms-input-placeholder {
    opacity: 1;
    color: #858590;
}

.sf-form__input::placeholder {
    opacity: 1;
    color: #858590;
}

.sf-form__input.just-validate-error-field {
    -webkit-box-shadow: 0 0 0 1px #e41f38;
    box-shadow: 0 0 0 1px #e41f38;
}

.sf-form__bottom {
    margin-top: 32px;
}

textarea {
    resize: none;
    min-height: 120px;
}

textarea.sf-form__input {
    min-height: 120px;
}

.sf-form__note {
    margin-top: 8px;
    font-size: 12px;
    line-height: 22px;
    color: #858590;
}

.sf-form__note:first-child {
    margin-top: 0;
}

.just-validate-error-label {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    line-height: 16px;
    color: #e41f38 !important;
}

/* Form end */

/* Button */
.sf-button {
    padding: 0;
    margin: 0;
    border: none;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    background-color: transparent;
    text-align: left;
    letter-spacing: inherit;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
    padding: 20px 46.5px;
    border-radius: 1000px;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #e41f38;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media (max-width: 1439px) {
    .sf-button {
        cursor: pointer;
    }
}

@media (max-width: 767px) {
    .sf-button {
        padding-left: 40px;
        padding-right: 40px;
        font-size: 14px;
        line-height: 14px;
    }
}

.sf-button--light {
    color: #e41f38;
    background-color: #ffffff;
}

.sf-button--border {
    border: 1px solid rgba(0, 0, 0, 0.24);
    color: #000000;
    background-color: transparent;
}

.sf-button--md {
    padding-left: 28px;
    padding-right: 28px;
}

.sf-button--lg {
    padding-left: 36px;
    padding-right: 36px;
}

.sf-button__text {
    text-align: center;
}

/* Button end */


.sf-modal--result {
    display: none;
}

.sf-modal__feedback-form .sf-form__input {
    background-color: #ebebec;
}

.sf-form__field {
    width: 100%;
}

.sf-modal__feedback-form .sf-form__field {
    width: calc(50% - 8px);
}

.sf-modal__feedback-form .sf-form__field--w-100 {
    width: 100%;
}

.sf-modal__feedback-form .sf-form__fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
}

.sf-form__fieldset {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 16px;
    margin: 0;
    padding: 0;
    border: 0;
}

@media (max-width: 768px) {
    .hero__container {
        /*text-align: justify;*/
        padding-bottom: 40px;
    }

    .hero__container .hero__title {
        text-align: left;
    }

    .modal-case__title {
        padding-left: 0px;
    }

    body .modal-case__title {
        font-size: 20px;
    }

    .values__form-container{
        text-align: center;
    }
    .sf-feedback .sf-form__bottom .sf-button{
        line-height: 0px;
        padding: 12px;
        font-size: 14px;
    }
    .sf-feedback .sf-form__bottom{
        text-align: center;
    }
    .modal-case__header{
        align-items: flex-start;
    }
    body .career-slide__container{
        padding: 39px 10px;
        margin: 0px;
    }
    body .career-slide{
        padding: 0px;
    }
}

.footer__info {
    text-decoration: underline;
}

body .fancybox__backdrop {
    background-color: rgba(0, 0, 0, 0.6);
}

/* Page 404 */
.sf-404 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 460px;
    width: 100%;
    margin: 40px 0 56px;
    padding: 40px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: 12px;
    background-color: #ebebec;
}

@media (max-width: 767px) {
    .sf-404 {
        min-height: 360px;
        margin-bottom: 40px;
        padding: 40px 20px;
    }
}

.sf-404__title {
    margin-bottom: 16px;
    font-size: 56px;
    line-height: 56px;
}

@media (max-width: 1023px) {
    .sf-404__title {
        font-size: 46px;
        line-height: 46px;
    }
}

@media (max-width: 767px) {
    .sf-404__title {
        font-size: 30px;
        line-height: 30px;
    }

    .logo-slides .logo-slide img {
        width: 80%;
    }
}

.sf-404__subtitle {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 20px;
    color: #858590;
    text-align: center;
}

/* Page 404 end */

.logos .logo-left {
    position: absolute;
    left: 0;
    top: calc(100% - 100px);
    z-index: 555;
}

.logos .logo-right {
    position: absolute;
    right: 0;
    top: calc(100% - 100px);
    z-index: 555;
}

@media (max-width: 768px) {

    .logo-slides {
        width: 74%;
        margin-left: 13%;
    }

    .logos .logo-left, .logos .logo-right {
        top: calc(100% - 80px);
    }

    /*
    .about__founder-name{
        text-decoration: underline;
        cursor: pointer;
    }
     */
    .about__founder-quote {
        display: none;
    }

}

.about__founder-name {
    text-decoration: underline;
    cursor: pointer;
}

@media (max-width: 750px) {
    .hero__slider ul {
        max-width: 91%;
    }

    .hero__container .container .hero__btn {
        bottom: -30px;
    }
}

.underline {
    text-decoration: underline !important;
}

body .contacts__address {
    max-width: 100%;
}

.s2 .about__founder-quote {
    /*font-size: 18px;*/
}
@media(min-width: 769px) {
    .s2 .title-label__desc {
        font-size: 24px;
    }
}

.career-slide__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
    text-align: justify;
    color: black;
}

.career-slide__header .career-item__desc {
    color: black;
}

.career-slide__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
    margin-bottom: 40px;
    text-align: justify;
    color: #959595;
}

.career-slide__body {
    display: flex;
    flex-direction: column;
    gap: 30px;
    color: #959595;
}

.career-slide__footer img {
    width: 170px;
}

.career-slide__header img {
    width: 170px;
}

.career-slide__header--img {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 20px;
}

.career-slide__header--img .career-slide__btn {
    position: static;
}

.career-slide__header--desc {
    flex: 1;
}

.career-slide__title {
    padding: 0;
}

.career-slide__header--title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.career-slide__container {
    padding: 40px 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 43.5px -1px rgba(0, 0, 0, 0.25);
    border: none;
    margin: 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: justify;
}

.career-slide {
    padding: 20px;
    border: none;
}

.career-slider {
    margin: 0;
}

.footer__group .footer__details-company::before {
    content: url(../new/assets/img/nav-arrow.png);
}

.footer__group .footer__details-company:hover {
    color: #e42038;
}

.footer__group .footer__details-company {
    font-size: 14px;
    text-decoration: none;
    color: #000;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: 200ms all;
}
@media (min-width: 320px) and (max-width: 404px) {
    .footer__group{
        max-width: 137px;
    }
    .footer__container{
        justify-content: space-evenly;
    }
}
@media (max-width: 768px) {
    .about {
        display: flex;
        flex-direction: column;
    }

    .about__founder {
        width: 100%;
    }

    .about__founder-quote {
        display: block;
        font-size: 13px;
        width: 50%;
        /*bottom: 50px;*/
        top: 55px;
        opacity: 0.9;
    }

    .about__founder img {
        width: 80%;
    }

    .about__info-img-holder {
        display: block;
    }


    .footer__container  {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .footer__group {
        width: 48%;
        margin: 0px;
    }

    .footer__nav {
        width: 100%;
        align-items: center;
    }

    a.footer__logo {
        width: 100%;
    }

    .s1 .footer__container{
        justify-content: center;
    }

    .career-slide__header{
        flex-direction: column;
        gap: 20px;
    }
    .career-slide__header--title{
        width: 100%;
    }
    .career-slide__footer{
        flex-direction: column;
        gap: 30px;
    }


}
.footer__logo img{
    max-width: 197px;
}

/* Cookies */
.sf-cookies {
    display: none;
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 1500;
    width: 100%;
    max-width: 600px;
    padding: 31px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #ffffff;
    -webkit-box-shadow: 0 20px 20px 5px rgba(0, 0, 0, 0.01), 0 28px 20px -14px rgba(0, 0, 0, 0.05), 0 0 25px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 20px 20px 5px rgba(0, 0, 0, 0.01), 0 28px 20px -14px rgba(0, 0, 0, 0.05), 0 0 25px 0 rgba(0, 0, 0, 0.03);
}
@media (max-width: 1023px) {
    .sf-cookies {
        max-width: 460px;
    }
}
@media (max-width: 767px) {
    .sf-cookies {
        width: calc(100% - 40px);
        max-height: calc(100vh - 40px);
        top: 20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        right: initial;
        bottom: initial;
        overflow: auto;
    }
}
.sf-cookies--visible {
    display: block;
}
.sf-cookies__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
}
.sf-cookies__body:last-child {
    margin-bottom: 0;
}
.sf-cookies__title {
    font-size: 20px;
    line-height: 20px;
    color: #4a4a53;
}
@media (max-width: 767px) {
    .sf-cookies__title {
        font-size: 18px;
        line-height: 18px;
    }
}
.sf-cookies__text {
    font-size: 14px;
    line-height: 20px;
    color: #858590;
}
@media (max-width: 767px) {
    .sf-cookies__text {
        font-size: 12px;
    }
}
.sf-cookies__text p {
    margin-bottom: 8px;
}
.sf-cookies__text p:last-child {
    margin-bottom: 0;
}
.sf-cookies__links {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 24px;
}
@media (max-width: 767px) {
    .sf-cookies__links {
        font-size: 12px;
    }
}
.sf-cookies__links-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 8px;
}
.sf-cookies__links-item:last-child {
    margin-bottom: 0;
}
.sf-cookies__link {
    color: #e41f38;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #e41f38), to(#e41f38));
    background-image: linear-gradient(to right, #e41f38 0, #e41f38 100%);
    background-position: bottom 4px left;
    background-size: 100% 1px;
    background-repeat: no-repeat;
}
.sf-cookies__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}
.sf-cookies__form .sf-form__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
}
.sf-cookies__form .sf-form__action .sf-button {
    width: calc(50% - 8px);
    padding-top: 16.5px;
    padding-bottom: 16.5px;
}
@media (max-width: 1023px) {
    .sf-cookies__form .sf-form__action .sf-button {
        padding-left: 24px;
        padding-right: 24px;
    }
}
@media (max-width: 767px) {
    .sf-cookies__form .sf-form__action .sf-button {
        width: 100%;
    }
}
.sf-cookies__form .sf-form__fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 11px;
}
@media (max-width: 1023px) {
    .sf-cookies__form .sf-form__fieldset {
        gap: 16px;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        width: 70%;
    }
}
@media (max-width: 767px) {
    .sf-cookies__form .sf-form__fieldset {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.sf-cookies__form .sf-form__field--switch {
    min-width: 60px;
    width: auto;
    padding-right: 11px;
    border-right: 1px solid rgba(0, 0, 0, 0.24);
}
@media (max-width: 1023px) {
    .sf-cookies__form .sf-form__field--switch {
        padding-right: 0;
        border-right: 0;
    }
}
.sf-cookies__form .sf-form__field--switch:last-child {
    padding-right: 0;
    border-right: 0;
}
/* Cookies end */

@media (min-width: 769px) {
    .trust__info--post > .title{
        min-height: 160px;
    }
    .trust__info--post > .desc{
        min-height: 120px;
    }
    .trust__info--post .trust__items{
        margin-top: 100px;
    }
}

.career-item__desc.color, .career-item__title.color{
    color: black;
}
body .career-slide__header{
    align-items: flex-start;
}

#imageCase{
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .career-slider {
        border-radius: 10px;
        box-shadow: 0px 4px 43.5px -1px rgba(0, 0, 0, 0.25);
    }
    .career-slide__container {
        box-shadow: none;
        border: none;
        margin: 0;
    }

}

body .sf-button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    transition: 200ms ease all;
    background: #e42038;
    border-radius: 100px;
    padding: 4px 15px 4px 15px;
    line-height: normal;
    min-width: 207px;
}
body .contacts__btn{
    padding-bottom: 6px;
}

@media(max-width: 768px){
    .footer__desc {
        min-height: 81px;
    }
    .footer__group, .footer__info{
        text-align: left;
    }
    .footer__info{
        align-items: flex-start;
    }
}
.soc_serivces{
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
}
.soc_serivces a{
    margin-right: 15px;
}
.soc_serivces a:hover svg{
    /*zoom: 1.2;*/
}

.sf-form__label_pdf{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #858590;
}
.sf-form__label_pdf span{
	text-align: left;
}
.sf-form__label_pdf a{
    color: #e42038;
    text-decoration: none;
    transition: 200ms
    ease all;
    border-bottom: 1px solid #e42038;
}
.politik_text h3{
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
}
/*.politik_text .list-item{
	font-size: 20px;
	margin-right: 10px;
}
.politik_text .list-item-p{
	padding-bottom: 0px;
	display: flex;
}*/
.politik_text p{
    padding-bottom: 0;
}
.microsoft_part{
    margin-top: 38px;
}
@media(max-width: 768px){
	.footer__logo{
		    width: 100%;
	}
    .microsoft_part{
        display: none;
    }
    .soc_serivces{
        display: none;
    }
    .soc_serivces.mobile{
        display: flex;
    }
    .footer__nav{
        display: none;
    }
    .left_micr, .right_nav{
        margin-top: 25px;
    }

    .right_nav{
        display: flex;
        flex-direction: column;
    }
    .right_nav a{
        font-size: 14px;
        text-decoration: none;
        color: #000;
        display: inline-flex;
        align-items: center;
        gap: 5px;
        transition: 200ms
        ease all;
    }

    .right_nav a::before {
        content: url("/local/templates/new/assets/img/nav-arrow.png");
    }

	.s2 .footer__desc{
   		 min-height: 112px;
	}
}
@media (min-width: 769px) {
    .mobile{
        display: none;
    }

	.s2 .footer__desc{
   		 min-height: 64px;
	}
}

@media(max-width: 376px){
    .footer__title, .footer__info a, .left_micr{
        font-size: 12px;
    }
    .footer__desc {
        min-height: 100px;
    }
}

.values__form-container input[name=politik]{
	max-width: 15px;
	width: 15px;
}
@media (max-width: 1024px) {
 .about__founder-quote,
  .trust .desc,
  .trust__item-desc,
  .reviews__post,
  .reviews__desc,
  .values .desc,
  .values__form-label,
  .values__item-desc,
  .input-group input::placeholder,
  .request__form textarea::placeholder,
  .footer__title,
  .cases-item__desc,
  .career-feauters .desc,
  .about-company__item-desc,
  .career-item__desc,
  .contacts__title,
  .modal-case__item-desc,
  .post-info__body,
  .post-info__body p {
    color: #000!important;
  }
}