.main-slider {
    margin-top: -300px;
    width: 100%;
    height: -webkit-fill-available;
    background: url("img/slider-images/slider-main-bg.png") center center no-repeat #A9BBCE;
    -webkit-background-size: cover;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding-top: 150px;
    position: relative;
}

.main-slider_bg-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
}

.main-slider_bg-logo-active {
    -webkit-animation: transformLogo 1s ease;
    animation: transformLogo 1s ease;
}

.main-slider_content {
    display: none;
    width: 85%;
    height: 480px;
    z-index: 2;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.main-slider_content-active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.main-slider_content-text-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: auto;
    width: 100%;
}

.main-slider_content-text {
    grid-area: text;
    font-family: "Roboto Mono", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #FFFFFF;
    max-width: 450px;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.main-slider_content-text .text-blue {
    font-family: "Roboto Mono", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #426DA9;
}

.main-slider_content-button {
    max-width: 450px;
    margin-bottom: 32px;
    margin-top: 32px;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.main-slider_content-button a {
    text-decoration: none;
    background: transparent;
    font-family: 'Roboto Mono', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 72px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #FFFFFF;
    min-width: 300px;
    min-height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px #FFFFFF solid;
    cursor: pointer;
    -webkit-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
}

.main-slider_content-button a:hover {
    background: white;
    color: #A9BACE;
    border: 2px #FFFFFF solid;
}

.main-slider_content-button button:focus, .main-slider_content-button button:active {
    outline: none;
}

.main-slider_content-description {
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    grid-area: description;
    max-width: 450px;
}

.main-slider_content-description p, .main-slider_content-description a {
    font-family: 'Roboto Mono', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 36px;
    color: #FFFFFF;
}

.main-slider_content-description a {
    border-bottom: 1px solid #ffffff;
}

.main-slider_content-description a:hover {
    color: #426DA9 !important;
    border-bottom: 1px solid #426DA9 !important;
}

.main-slider_content-description img {
    margin: -8px 8px 0 8px;
    min-width: 24px;
    min-height: 24px;
}

.main-slider_content-description a:hover {
    text-decoration: none;
}

.main-slider_content-image {
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    grid-area: image;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    max-height: 385px;
}

.main-slider_content-image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 90%;
    height: 90%;
}

.main-slider_navigation {
    position: absolute;
    bottom: 64px;
    left: 10%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 80%;
    height: 10%;
}

.main-slider_navigation-counter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 105px;
    min-height: 32px;
    position: relative;
}

.main-slider_navigation-counter-current {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 32px;
}

.main-slider_navigation-counter-current p:first-child {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform ease 0.5s;
    transition: -webkit-transform ease 0.5s;
    -o-transition: transform ease 0.5s;
    transition: transform ease 0.5s;
    transition: transform ease 0.5s, -webkit-transform ease 0.5s;
}

.main-slider_navigation-counter-current p:last-child {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform ease 0.5s;
    transition: -webkit-transform ease 0.5s;
    -o-transition: transform ease 0.5s;
    transition: transform ease 0.5s;
    transition: transform ease 0.5s, -webkit-transform ease 0.5s;
}

.main-slider_navigation-counter-current p {
    position: absolute;
    left: 0;
    top: 0;
}

.main-slider_navigation-counter-max {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 24px;
    text-align: right;
}

.main-slider_navigation-counter p {
    font-family: "Roboto Mono", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 29px;
    color: #000000;
    opacity: 0.6;
    -webkit-transition: -webkit-transform ease 0.5s;
    transition: -webkit-transform ease 0.5s;
    -o-transition: transform ease 0.5s;
    transition: transform ease 0.5s;
    transition: transform ease 0.5s, -webkit-transform ease 0.5s;
}

.main-slider_navigation-counter-line {
    position: absolute;
    width: 100%;
    bottom: -8px;
    left: 0;
    height: 2px;
    background: #FFFFFF;
}

.main-slider_navigation-counter-line-active {
    position: absolute;
    width: 0;
    bottom: -8px;
    left: 0;
    height: 2px;
    background: #426DA9;
}

.main-slider_navigation-arrows {
    min-width: 105px;
    min-height: 50px;
    background: #FFFFFF;
    margin-top: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.main-slider_navigation-arrows-left {
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.main-slider_navigation-arrows-left:hover span {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.main-slider_navigation-arrows-left svg {
    z-index: 2;
}

.main-slider_navigation-arrows-left span {
    position: absolute;
    width: 52px;
    height: 100%;
    background: #426DA9;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform ease 0.35s;
    transition: -webkit-transform ease 0.35s;
    -o-transition: transform ease 0.35s;
    transition: transform ease 0.35s;
    transition: transform ease 0.35s, -webkit-transform ease 0.35s;
}

.main-slider_navigation-arrows-right {
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.main-slider_navigation-arrows-right:hover span {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.main-slider_navigation-arrows-right svg {
    z-index: 2;
}

.main-slider_navigation-arrows-right span {
    position: absolute;
    width: 53px;
    height: 100%;
    background: #426DA9;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform ease 0.35s;
    transition: -webkit-transform ease 0.35s;
    -o-transition: transform ease 0.35s;
    transition: transform ease 0.35s;
    transition: transform ease 0.35s, -webkit-transform ease 0.35s;
}

@-webkit-keyframes transformLogo {
    0% {
        -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
        transform: translateY(-50%) translateX(-50%) scale(1);
        -webkit-filter: blur(0);
        filter: blur(0);
    }
    50% {
        -webkit-transform: translateY(-50%) translateX(-50%) scale(0.85);
        transform: translateY(-50%) translateX(-50%) scale(0.85);
        -webkit-filter: blur(8px);
        filter: blur(8px);
    }
    100% {
        -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
        transform: translateY(-50%) translateX(-50%) scale(1);
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

@keyframes transformLogo {
    0% {
        -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
        transform: translateY(-50%) translateX(-50%) scale(1);
        -webkit-filter: blur(0);
        filter: blur(0);
    }
    50% {
        -webkit-transform: translateY(-50%) translateX(-50%) scale(0.85);
        transform: translateY(-50%) translateX(-50%) scale(0.85);
        -webkit-filter: blur(8px);
        filter: blur(8px);
    }
    100% {
        -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
        transform: translateY(-50%) translateX(-50%) scale(1);
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

@media screen and (max-width: 600px) {
    .main-slider_content-image {
        max-height: 135px;
    }

    .main-slider_content-image img {
        width: auto;
        height: 135px;
        max-width: 335px;
    }
}

@media screen and (max-width: 1020px) {
    .main-slider_content {
        height: 660px;
    }

    .main-slider_content-active {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .main-slider_content-button {
        margin-bottom: 0;
    }

    .main-slider_content-text-wrapper {
        align-items: center;
    }

    .main-slider_content {
        margin-bottom: 0;
    }

    .main-slider_bg-logo {
        width: 50%;
    }

    .main-slider {
        padding-top: 0;
    }

    .main-slider_content-active {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .main-slider_content-text-sub {
        width: 180px;
        height: 40px;
        -webkit-transform: translateY(-10%);
        -ms-transform: translateY(-10%);
        transform: translateY(-10%);
        margin: 0 auto;
    }

    .main-slider_content-text-sub p {
        font-size: 14px;
    }

    .main-slider_content-image img {
        width: 80%;
        height: auto;
        max-width: 335px;
    }

    .main-slider_content-description p, .main-slider_content-description a {
        font-size: 14px;
        line-height: 29px;
    }

    .main-slider_content-description p img {
        width: 16px;
        min-width: 16px;
    }

    .main-slider_navigation {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .main-slider_navigation-counter {
        position: absolute;
        width: 65%;
        bottom: 24px;
        left: 17.5%;
    }

    .main-slider_navigation-arrows {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: transparent;
        margin-top: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .main-slider_navigation-arrows-right {
        width: 52px;
        background: white;
    }

    .main-slider_navigation-arrows-left {
        width: 52px;
        background: white;
    }
}

@media screen and (min-height: 599px) {
    .main-slider_content {

    }
}

@media screen and (max-width: 500px) {
    .main-slider_content-text p {
        font-size: 24px;
        text-align: center;
        line-height: 41px;
        letter-spacing: 0.05em;
    }
}

@media screen and (max-width: 375px) {
    .main-slider_content-text .text-blue {
        font-size: 16px;
        line-height: 16px;
    }

    .main-slider_content-text p {
        line-height: 16px;
        font-size: 16px;
    }

    .main-slider_content-button a {
        min-height: 35px;
        line-height: 48px;
    }

    .main-slider_content {
        height: 480px;
    }
}
