:disabled {
    color: inherit;
    pointer-events: none;
}


:root {
    --width--container: 1320px;
}


::placeholder {
    color: #59595C;
}


::-moz-placeholder {
    opacity: 1;
}


a {
    color: inherit;
    text-decoration: none;
}


body {
    background-color: #FFFFFF;
    color: #302C2C;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    margin: 0;
}


button {
    color: inherit;
    cursor: pointer;
    font: inherit;
    text-align: inherit;
    text-transform: inherit;
    line-height: 1.5;
}


fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


img {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}


input[type="checkbox"] {
    margin: 5px 8px 0 0;
}

input[type="email"],
input[type="tel"],
input[type="text"] {
    background-color: transparent;
    border: 1px solid #E1E1E1;
    border-bottom-color: #2F2C2C;
    border-radius: 4px 4px 0 0;
    box-sizing: border-box;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    padding: 15px 15px 14px;
    width: 100%;
}


label {
    display: block;
}


legend {
    color: #016149;
    font-weight: 600;
    border: 0;
    padding: 0;
    line-height: 1.5;
    margin-bottom: 10px;
}


p {
    line-height: 1.5;
}


select {
    background-color: transparent;
    border: 1px solid #E1E1E1;
    border-bottom-color: #2F2C2C;
    border-radius: 4px 4px 0 0;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    height: 51px;
    padding: 15px 15px 14px;
    width: 100%;
}


ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}



[_readonly] {
    pointer-events: none;
    user-select: none;
}



@keyframes processing {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.page-container {
    margin-left: auto;
    margin-right: auto;
    width: var(--width--container);
}


.page-heading {
    display: block;
    margin-top: 0;
}

.page-heading.size-s {
    font-size: 20px;
}

.page-heading.size-m {
    font-size: 24px;
}

.page-heading.size-l {
    font-size: 26px;
}

.page-heading.size-xl {
    font-size: 32px;
}

.page-heading.uppercase {
    text-transform: uppercase;
}



.page-media {
    overflow: hidden;
    position: relative;
}



.page-header {
    box-shadow: 0 -5px 5px 0 rgba(94, 94, 94, 0.07) inset;
    background-color: #FFFFFF;
    position: sticky;
    top: 0;
    z-index: 2;
    margin-bottom: 16px;
}

.page-header .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-header .logo {
    height: 48px;
    width: 172px;
}

.page-header nav {
    display: inherit;
    align-items: inherit;
    height: 80px;
}

.page-header ul {
    align-items: inherit;
    column-gap: 24px;
    line-height: 1.5;
    display: inherit;
    font-size: 14px;
    font-weight: 600;
}

.page-header button {
    padding: 0;
    border: 0;
    background: transparent;
}

.page-header .request-offer-button {
    background-color: #E24B21;
    color: #FFFFFF;
    border-radius: 4px;
    padding: 12px 16px 11px;
    text-transform: uppercase;
}

.page-header .request-offer-button span {
    pointer-events: none;
}

.page-header .request-offer-button span:first-child {
    display: none;
}



.presentation {
    margin-bottom: 112px;
}

.presentation .block {
    background-color: #016149;
    margin-bottom: 48px;
    padding: 40px 0;
    position: relative;
    width: calc(100% + 40px);
}

.presentation .image {
    height: 100%;
    width: 100%;
}

.presentation .text {
    background-color: #FFFFFF;
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: -30px 30px 20px 0 rgba(94, 94, 94, 0.1);
    padding: 40px 40px 80px;
    height: 476px;
    width: 476px;
    margin-left: -40px;
    position: relative;
    z-index: 1;
}

.presentation .text-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.presentation .heading {
    color: #016149;
    margin-bottom: 0;
}

.presentation .heading::after {
    background-color: #E24B21;
    height: 6px;
    width: 80px;
    content: "";
    display: block;
    margin: 24px 0;
}

.presentation .text-inner p {
    margin-bottom: 24px;
}

.presentation p {
    font-weight: 300;
    margin: 0;
}

.presentation button {
    border: 0;
    padding: 0;
    margin: auto auto 0 0;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    column-gap: 16px;
    text-transform: uppercase;
    background-color: transparent;
    color: #E24B21;
}

.presentation button span {
    font-size: 22px;
    pointer-events: none;
}

.presentation .decoration {
    width: calc(var(--width--container) + 40px);
    position: absolute;
    overflow: hidden;
    top: -40px;
    height: calc(100% + 80px);
    left: -40px;
    z-index: -1;
}

.presentation .stats {
    display: grid;
    grid-column-gap: 64px;
    grid-template-columns: repeat(5, 1fr);
}

.presentation .stats li {
    border-left: 6px solid #C4D600;
    padding-left: 24px;
}

.presentation .stats .title {
    color: #016149;
    margin-bottom: 8px;
}

.presentation .stats p {
    font-size: 14px;
}



.for-employees {
    margin-bottom: 112px;
}

.for-employees .heading {
    color: #016149;
    padding-left: 24px;
    margin-bottom: 48px;
    border-left: 6px solid #E24B21;
}

.for-employees ul {
    display: grid;
    grid-column-gap: 24px;
    grid-template-columns: repeat(3, 1fr);
}

.for-employees li {
    background-color: #FCFBF1;
    overflow: hidden;
    position: relative;
    padding-top: 100%;
}

.for-employees li::after {
    position: absolute;
    content: "";
    height: 6px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.for-employees li:first-child::after {
    background-color: #E24B21;
}

.for-employees li:nth-child(2)::after {
    background-color: #C4D600;
}

.for-employees li:last-child::after {
    background-color: #23896B;
}

.for-employees .text-block {
    background-image: linear-gradient(180deg, rgba(14, 70, 63, 0) 53.26%, rgba(14, 70, 63, 0.58) 75.46%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.for-employees .text-inner {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    padding: 24px 24px 30px;
    position: relative;
    z-index: 1;
}

.for-employees .title {
    color: #FFFFFF;
    margin-bottom: 12px;
}

.for-employees p {
    font-weight: 300;
    margin: 0;
    height: 142px;
}

.for-employees button {
    background-color: #E24B21;
    color: #FFFFFF;
    border-radius: 4px;
    padding: 12px 16px 11px;
    border: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: auto;
}

.for-employees .text-block span {
    position: absolute;
    bottom: 24px;
    left: 24px;
    color: #FFFFFF;
    font-size: 24px;
}



.for-companies {
    background-color: #C4D600;
    margin-bottom: 112px;
    position: relative;
    overflow: hidden;
}

.for-companies .images-list img:not([_active-img]) {
    transform: scale(0);
}

.for-companies .images-list::after {
    background-color: rgba(0, 0, 0, 0.2);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    display: block;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.for-companies .block {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 40px 0;
}

.for-companies .heading {
    color: #FFFFFF;
    padding-left: 24px;
    margin-bottom: 48px;
    border-left: 6px solid #E24B21;
    width: 476px;
}

.for-companies .solutions-block {
    width: calc(var(--width--container) / 2);
    display: flex;
    flex-direction: column;
}

.for-companies .solutions {
    position: relative;
    background-color: #FFFFFF;
    box-sizing: border-box;
    box-shadow: -30px 30px 20px 0 rgba(94, 94, 94, 0.1);
    height: 100%;
}

.for-companies .solutions li {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: absolute;
    transform: scale(0);
    padding: 40px 40px 80px;
}

.for-companies .solutions li[_active] {
    transform: scale(1);
}

.for-companies .solutions .title {
    color: #016149;
    margin-bottom: 0;
}

.for-companies .solutions .title::after {
    background-color: #E24B21;
    height: 6px;
    width: 80px;
    content: "";
    display: block;
    margin: 24px 0;
}

.for-companies .solutions p {
    margin: 0 0 24px;
}

.for-companies .solutions button {
    border: 0;
    padding: 0;
    margin-right: auto;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    column-gap: 16px;
    text-transform: uppercase;
    background-color: transparent;
    color: #E24B21;
}

.for-companies .solutions button span {
    pointer-events: none;
    font-size: 22px;
}

.for-companies .buttons li:not(:last-child) {
    margin-bottom: 12px;
}

.for-companies .buttons button {
    background-color: #FCFBF1;
    color: #016149;
    border-radius: 4px;
    padding: 12px 16px 11px;
    border: 0;
    border-bottom: 4px solid #E24B21;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
}

.for-companies .buttons button[_active] {
    background-color: #E24B21;
    color: #FFFFFF;
    border-bottom-color: #FFFFFF;
}



.why-us {
    margin-bottom: 112px;
}

.why-us .heading {
    color: #016149;
    text-align: center;
    margin-bottom: 32px;
}

.why-us ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0 40px;
}

.why-us li {
    border-top: 3px solid #F5F3E7;
    padding-top: 40px;
}

.why-us li:not(:last-child) {
    padding-right: 32px;
}

.why-us .title {
    font-weight: 600;
    margin-bottom: 12px;
}

.why-us p {
    margin: 0;
}



.benefits {
    margin-bottom: 112px;
    background-color: #FCFBF1;
    padding: 80px 0;
}

.benefits .inner {
    display: grid;
    grid-template-columns: 380px auto;
    justify-content: space-between;
}

.benefits .heading {
    color: #016149;
    padding-left: 24px;
    margin-bottom: 0;
    border-left: 6px solid #E24B21;
}

.benefits ul {
    color: #59595C;
}

.benefits strong {
    color: #016149;
}

.benefits li:not(:last-child) {
    margin-bottom: 48px;
}



.with-us {
    margin-bottom: 188px;
}

.with-us .heading {
    color: #016149;
    text-align: center;
    margin-bottom: 48px;
}

.with-us ul {
    display: grid;
    grid-column-gap: 24px;
    grid-template-columns: repeat(3, 1fr);
}

.with-us li {
    background-color: #FFFFFF;
    box-shadow: 0 40px 40px 0 rgba(94, 94, 94, 0.1);
}

.with-us .image {
    background-color: #FCFBF1;
    padding-top: 50%;
}

.with-us .text {
    padding: 24px;
}

.with-us .title {
    font-weight: 600;
    margin-bottom: 4px;
}

.with-us p {
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    column-gap: 16px;
    text-transform: uppercase;
    background-color: transparent;
    color: #E24B21;
    margin: 0;
}

.with-us p span {
    font-size: 22px;
}



.request-offer {
    margin-bottom: 188px;
}

.request-offer .block {
    display: flex;
    align-items: center;
    position: relative;
    padding: 40px 0;
    width: calc(100% + 40px)
}

.request-offer .text-block {
    overflow: hidden;
    background-color: #FFFFFF;
    box-sizing: border-box;
    box-shadow: -30px 30px 20px 0 rgba(94, 94, 94, 0.1);
    padding: 40px 40px 72px;
    height: 476px;
    width: 476px;
    margin-left: -40px;
    position: relative;
    z-index: 1;
}

.request-offer .heading {
    color: #016149;
    margin-bottom: 0;
}

.request-offer .heading::after {
    background-color: #E24B21;
    height: 6px;
    width: 80px;
    content: "";
    display: block;
    margin-top: 24px;
}

.text-block .decoration {
    top: 0;
    bottom: 0;
    margin: auto 0;
    position: absolute;
    width: calc(var(--width--container) + 200px);
    height: calc(100% + 80px);
    filter: brightness(116%);
}

.request-offer .image {
    background-color: #FCFBF1;
    width: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    height: 100%;
}

.request-offer .image-inner {
    width: calc(100% + 160px);
    position: inherit;
    left: inherit;
    top: inherit;
    height: inherit;
}

.request-offer form {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    width: 640px;
    position: absolute;
    padding: 40px;
    right: 40px;
    background-color: #FFFFFF;
    box-shadow: 0 3px 15px 0 rgba(94, 94, 94, 0.15);
}

.request-offer form[_disabled]::after {
    background-color: #FFFFFF;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.75;
    position: absolute;
    top: 0;
    width: 100%;
}

.request-offer .select {
    position: relative;
}

.request-offer .selector {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.request-offer .options {
    box-shadow: 0 5px 15px 0 rgba(94, 94, 94, 0.25);
    padding: 16px;
    border-radius: 0 0 4px 4px;
    position: absolute;
    background-color: #FFFFFF;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #E1E1E1;
    border-top: 0;
    transform: scale(0);
}

.request-offer .options-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8px 24px;
}

.request-offer .option {
    cursor: pointer;
    line-height: 1.5;
    display: flex;
    margin-right: auto;
    align-items: flex-start;
}

.request-offer .group {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(2, 1fr);
}

.request-offer .checkbox {
    cursor: pointer;
    line-height: 1.5;
    display: flex;
    margin-right: auto;
    align-items: flex-start;
}

.request-offer .checkbox a {
    text-decoration: underline;
}

.request-offer button {
    background-color: #E24B21;
    color: #FFFFFF;
    border-radius: 4px;
    border: 0;
    padding: 14px 16px 13px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.5;
    position: relative;
    width: 100%;
}

.request-offer button::after {
    border-bottom-color: #FFFFFF;
    border-left-color: #FFFFFF;
    border-radius: 50%;
    border-right-color: transparent;
    border-style: solid;
    border-top-color: #FFFFFF;
    border-width: 2px;
    bottom: 0;
    content: "";
    display: block;
    height: 14px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0);
    width: 14px;
}

.request-offer button[_active] {
    color: transparent;
}

.request-offer button[_active]::after {
    animation: processing 0.8s linear infinite;
    transform: scale(1);
}

.request-offer .submission-response:not(:empty) {
    padding-top: 24px;
}

.request-offer .submission-response p {
    border-radius: 8px;
    border: 1px solid;
    margin: 0;
    padding: 13px 15px 12px;
    position: relative;
    z-index: 1;
}

.request-offer .submission-response .error {
    background-color: #FFE9E9;
    color: #FF0000;
}

.request-offer .submission-response .success {
    background-color: #E4F9EB;
    color: #209546;
}



.page-footer {
    box-shadow: 0 5px 5px 0 rgba(94, 94, 94, 0.07) inset;
}

.page-footer .columns {
    padding: 32px 0 22px;
    font-size: 14px;
}

.page-footer .inner {
    display: grid;
    grid-column-gap: 64px;
    grid-template-columns: repeat(3, 1fr);
}

.page-footer .inner li:not(:last-child) {
    margin-bottom: 4px;
}

.page-footer ul {
    line-height: 1.5;
}

.page-footer .logo {
    margin-bottom: 16px;
    height: 48px;
    width: 172px;
}

.page-footer .copy {
    background-color: #016149;
    padding: 23px 0 19px;
}

.page-footer .copy ul {
    align-items: center;
    display: flex;
    column-gap: 10px;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 300;
}

.page-footer .copy li:first-child {
    margin-right: auto;
}

.page-footer .copy li:not(:first-child):not(:last-child) {
    border-right: 1px solid #FFFFFF;
    padding-right: 10px;
}



@media (min-width: 1025px) {
    .page-header button {
        transition: all 0.24s linear;
    }

    .page-header button:hover {
        color: #E24B21;
    }

    .page-header .request-offer-button:hover {
        background-color: #B53C1A;
        color: #FFFFFF;
    }


    .presentation button,
    .presentation button span {
        transition: all 0.24s linear;
    }

    .presentation button:hover {
        color: #B53C1A;
    }

    .presentation button:hover span {
        transform: translateX(-8px);
    }


    .for-employees .text-inner {
        transition: all 0.24s linear;
    }

    .for-employees .text {
        transform: translateY(165%);
        transition: all 0.24s linear;
    }

    .for-employees .title {
        transition: all 0.24s linear;
    }

    .for-employees p {
        opacity: 0;
        transition: all 0.24s linear;
    }

    .for-employees button {
        opacity: 0;
        transform: translateY(200%);
        transition: opacity 0.24s linear 0.12s;
    }

    .for-employees span {
        transition: all 0.12s linear;
    }

    .for-employees button {
        transition: all 0.24s linear;
    }

    .for-employees li:hover .text-inner {
        background-color: #FCFBF1;
    }

    .for-employees li:hover .text {
        transform: translateY(0);
    }

    .for-employees li:hover .title {
        color: #016149;
    }

    .for-employees li:hover p {
        opacity: 1;
    }

    .for-employees li:hover button {
        opacity: 1;
        transform: translateY(0);
    }

    .for-employees li:hover span {
        opacity: 0;
    }

    .for-employees button:hover {
        background-color: #B53C1A;
    }


    .for-companies .solutions button,
    .for-companies .solutions button span {
        transition: all 0.24s linear;
    }

    .for-companies .solutions button:hover {
        color: #B53C1A;
    }

    .for-companies .solutions button:hover span {
        transform: translateX(-8px);
    }

    .for-employees button {
        transition: all 0.24s linear;
    }

    .for-companies .buttons button:hover {
        background-color: #E24B21;
        color: #FFFFFF;
        border-bottom-color: #FFFFFF;
    }


    .why-us li {
        cursor: pointer;
        transition: all 0.24s linear;
    }

    .why-us li:hover {
        border-top-color: #E24B21;
    }


    .with-us .text {
        transition: all 0.24s linear;
    }

    .with-us .title {
        transition: all 0.24s linear;
    }

    .with-us p,
    .with-us p span {
        transition: all 0.24s linear;
    }

    .with-us a:hover .title {
        color: #FFFFFF;
    }

    .with-us a:hover .text {
        background-color: #E24B21;
    }

    .with-us a:hover p {
        color: #FFFFFF;
    }

    .with-us a:hover p span {
        transform: translateX(-8px);
    }


    .request-offer .selector {
        cursor: pointer;
    }

    .request-offer .select:hover .selector {
        cursor: cell;
    }

    .request-offer .select:hover .options {
        transform: scale(1);
    }


    .request-offer .checkbox a {
        transition: all 0.24s linear;
    }

    .request-offer .checkbox a:hover {
        color: #E24B21;
    }

    .request-offer button {
        transition: all 0.24s linear;
    }

    .request-offer button:hover {
        background-color: #B53C1A;
        color: #FFFFFF;
    }


    .page-footer a {
        transition: all 0.24s linear;
    }

    .page-footer .inner a:hover {
        color: #E24B21;
    }

    .page-footer .copy a:hover {
        color: #C4D600;
    }
}



@media (max-width: 1479px) {
    :root {
        --width--container: 1120px;
    }


    .page-heading.size-m {
        font-size: 22px;
    }

    .page-heading.size-l {
        font-size: 24px;
    }

    .page-heading.size-xl {
        font-size: 28px;
    }


    .presentation,
    .for-employees,
    .for-companies,
    .why-us,
    .benefits {
        margin-bottom: 80px;
    }

    .with-us,
    .request-offer {
        margin-bottom: 168px;
    }

    .for-employees .heading,
    .for-companies .heading,
    .with-us .heading {
        margin-bottom: 32px;
    }


    .presentation .block {
        margin-bottom: 32px;
    }

    .presentation .text {
        height: 380px;
        width: calc((var(--width--container) / 2) + 40px);
    }

    .presentation .stats {
        column-gap: 24px;
    }


    .for-employees .text {
        transform: translateY(134%);
    }


    .why-us .heading {
        margin-bottom: 24px;
    }

    .why-us li {
        padding-top: 32px;
    }

    .why-us li:not(:last-child) {
        padding-right: 24px;
    }


    .benefits {
        padding: 64px 0;
    }

    .benefits .inner {
        grid-template-columns: 360px auto;
    }

    .benefits li:not(:last-child) {
        margin-bottom: 32px;
    }


    .request-offer form {
        width: calc(var(--width--container) / 2);
    }

    .request-offer .options-inner {
        grid-column-gap: 6px;
        font-size: 14px;
    }
}



@media (max-width: 1279px) {
    :root {
        --width--container: 904px;
    }


    .page-heading.size-s {
        font-size: 18px;
    }

    .page-heading.size-m {
        font-size: 20px;
    }

    .page-heading.size-l {
        font-size: 22px;
    }

    .page-heading.size-xl {
        font-size: 26px;
    }


    .page-header .request-offer-button span:first-child {
        display: block;
    }

    .page-header .request-offer-button span:last-child {
        display: none;
    }


    .for-employees li {
        padding-top: 150%;
    }

    .for-employees .text {
        transform: translateY(140%);
    }

    .for-employees .title {
        padding-right: 8px;
    }


    .for-companies .block {
        display: grid;
        grid-template-columns: 1fr auto;
        grid-column-gap: 80px;
        justify-content: flex-start;
    }

    .for-companies .solutions-block {
        width: auto;
    }

    .for-companies .heading {
        width: calc(var(--width--container) / 2);
    }


    .why-us ul {
        padding: 0;
    }


    .benefits strong {
        display: block;
    }


    .request-offer .text-block {
        width: 325px;
    }

    .request-offer form {
        width: 595px;
    }


    .page-footer .copy ul {
        column-gap: 8px;
    }

    .page-footer .copy li:not(:first-child):not(:last-child) {
        padding-right: 8px;
    }
}



@media (max-width: 1024px) {
    :root {
        --width--container: 660px;
    }
    
    
    input[type="checkbox"] {
        margin-right: 6px;
    }


    .page-heading.size-l {
        font-size: 20px;
    }

    .page-heading.size-xl {
        font-size: 22px;
    }


    .page-header {
        box-shadow: none;
        background-color: transparentF;
        position: static;
        margin-bottom: 10px;
    }

    .page-header .inner {
        display: block;
        padding-top: 10px;
    }

    .page-header .logo {
        margin-bottom: 10px;
    }

    .page-header nav {
        height: auto;
    }

    .page-header ul {
        display: flex;
        margin-left: calc(-1 * ((100vw - var(--width--container)) / 2));
        padding: 0 calc((100vw - var(--width--container)) / 2);
        box-sizing: border-box;
        width: 100vw;
        background-color: #016149;
        color: #FFFFFF;
    }

    .page-header li:first-child {
        border-right: 1px solid #0E463F;
    }

    .page-header li:not(:last-child),
    .page-header li:not(:last-child) button {
        width: 100%;
        text-align: center;
    }

    .page-header li:not(:last-child) button {
        padding: 8px 0;
    }

    .page-header li:last-child {
        position: fixed;
        right: calc((100vw - var(--width--container)) / 2);
        z-index: 2;
        bottom: 32px;
    }

    .page-header li:last-child button {
        /* width: 64px; */
        /* height: 64px; */
        /* border-radius: 50%; */
        font-weight: 700;
        font-size: 12px;
        line-height: 1.1;
        text-align: center;
        padding: 8px 8px 7px;
    }


    .presentation,
    .for-employees,
    .for-companies,
    .why-us,
    .benefits,
    .with-us,
    .request-offer {
        margin-bottom: 56px;
    }


    .presentation {
        padding-top: 48px;
    }

    .presentation .block {
        background-color: transparent;
        margin-left: calc(-1 * ((100vw - var(--width--container)) / 2));
        width: 100vw;
        padding: 0 0 40px;
    }

    .presentation .image-wrapper {
        height: calc(100% - 48px);
        position: absolute;
        background-color: #016149;
        top: 48px;
        width: 100%;
    }

    .presentation .image {
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
    }

    .presentation .text {
        box-shadow: 0 10px 25px 0 rgba(94, 94, 94, 0.5);
        height: auto;
        padding: 24px 24px 80px;
        margin-left: calc((100vw - var(--width--container)) / 2);
        margin-top: -48px;
        width: 330px;
    }
    
    .presentation .text-inner p {
        font-size: 14px;
    }

    .presentation .stats {
        display: flex;
        row-gap: 24px;
        flex-direction: column;
    }

    .presentation .stats li {
        padding-left: 18px;
    }

    .presentation .stats .title {
        margin-bottom: 2px;
    }

    .presentation .stats p {
        font-size: inherit;
    }


    .for-employees {
        background-color: #FFFFFF;
        position: relative;
        z-index: 3;
        margin-bottom: 0;
        padding-bottom: 56px;
    }

    .for-employees .heading {
        padding-left: 18px;
        margin-bottom: 24px;
    }

    .for-employees ul {
        flex-direction: column;
        display: flex;
        row-gap: 24px;
    }

    .for-employees li {
        padding-top: 0;
    }

    .for-employees img {
        display: none;
    }

    .for-employees .text-block {
        position: static;
        background-image: none;
    }

    .for-employees .text-inner {
        display: block;
    }

    .for-employees .text {
        transform: none;
    }

    .for-employees .title {
        color: #016149;
        margin-bottom: 12px;
    }

    .for-employees p {
        margin-bottom: 24px;
        height: auto;
    }


    .for-companies {
        background-color: #FFFFFF;
        overflow: visible;
        z-index: 3;
    }

    .for-companies .images-list::after {
        display: none;
    }

    .for-companies img {
        display: none;
    }

    .for-companies .block {
        display: block;
        padding: 0;
    }

    .for-companies .solutions-block {
        display: block;
    }

    .for-companies .heading {
        padding-left: 18px;
        margin-bottom: 24px;
        width: auto;
        color: #016149;
    }

    .for-companies .solutions {
        background-color: transparent;
        box-shadow: none;
        display: flex;
        flex-direction: column;
        row-gap: 24px;
    }

    .for-companies .solutions li {
        display: block;
        position: static;
        transform: none;
        padding: 24px;
        box-shadow: 0 3px 15px 0 rgba(94, 94, 94, 0.15);
    }

    .for-companies .buttons {
        display: none;
    }


    .why-us .heading {
        padding-left: 18px;
        border-left: 6px solid #E24B21;
        text-align: left;
        text-transform: uppercase;
    }

    .why-us ul {
        display: flex;
        flex-direction: column;
        row-gap: 24px;
    }

    .why-us li {
        padding: 24px 0 0;
    }

    .why-us .title {
        margin-bottom: 6px;
    }


    .benefits {
        padding: 40px 0;
    }

    .benefits .heading-block {
        margin-bottom: 24px;
    }

    .benefits .heading {
        padding-left: 18px;
    }

    .benefits .inner {
        display: block;
    }

    .benefits li:not(:last-child) {
        margin-bottom: 16px;
    }


    .with-us .heading {
        margin-bottom: 24px;
        text-align: left;
        text-transform: uppercase;
        border-left: 6px solid #E24B21;
        padding-left: 18px;
    }

    .with-us ul {
        display: flex;
        flex-direction: column;
        row-gap: 24px;
    }


    .request-offer {
        background-color: #FFFFFF;
        position: relative;
        z-index: 3;
    }

    .request-offer .block {
        display: block;
        width: auto;
        padding: 0;
    }

    .request-offer .text-block {
        overflow: visible;
        background-color: transparent;
        box-shadow: none;
        padding: 0;
        height: auto;
        width: auto;
        margin: 0 0 24px 0;
        position: static;
    }

    .request-offer .heading {
        padding-left: 18px;
        border-left: 6px solid #E24B21;
    }

    .request-offer .heading::after {
        display: none;
    }

    .text-block .decoration {
        display: none;
    }

    .request-offer .image {
        display: none;
    }

    .request-offer form {
        width: auto;
        position: static;
        padding: 24px;
        box-shadow: 0 3px 15px 0 rgba(94, 94, 94, 0.15);
    }
    
    .request-offer .selector {
        display: none;
    }
    
    .request-offer .options {
        position: static;
        transform: none;
        box-shadow: none;
    }
    
    .request-offer .options-inner {
        display: flex;
        flex-direction: column;
        row-gap: 8px;
        font-size: inherit;
    }
    
    .request-offer .group {
        grid-gap: 8px;
    }


    .request-offer .options-inner {
        flex-wrap: wrap;
        flex-direction: row;
        row-gap: 4px;
        grid-column-gap: 4px;
        
    }

    .request-offer .option {
        display: flex;
        font-size: 12px;
        position: relative;
        margin-right: 0;
    }

    .request-offer .option input {
        position: absolute;
        transform: scale(0);
    }

    .request-offer .option input:checked + span {
        background: #016149;
        color: #fff;
    }

    .request-offer .option span {
        background-color: #e9e9e9;
        color: #808080;
        padding: 4px 7px 3px;
        border-radius: 4px;
    }


    .page-footer .columns {
        padding-top: 24px;
    }

    .page-footer .inner {
        display: flex;
        flex-direction: column;
        row-gap: 16px;
        text-align: center;
    }

    .page-footer .inner ul:first-child li:first-child {
        display: none;
    }

    .page-footer .copy ul {
        flex-direction: column;
        row-gap: 8px;
    }

    .page-footer .copy li:first-child {
        margin-right: 0;
        order: 3;
        padding-top: 8px;
        text-align: center;
    }

    .page-footer .copy li:not(:first-child):not(:last-child) {
        border-right: none;
        padding-right: 0;
    }
}



@media (max-width: 679px) {
    :root {
        --width--container: calc(100vw - 20px);
    }
}



@media (max-width: 599px) {
    .presentation .image {
        right: -75px;
        width: 680px;
    }
    
    .presentation .image-wrapper {
        overflow: hidden;
    }
    
    .presentation .decoration {
        width: 680px;
        top: 48px;
        height: calc(100% - 8px);
        left: -38px;
    }
}


@media (max-width: 539px) {
    .presentation .text {
        width: 230px;
    }
    
    .presentation .image {
        right: -95px;
    }



    .for-employees h2 span {
        display: block;
    }

    .for-companies h2 span {
        display: block;
    }
}