.logo_media img {
    width: 200px;
}

.logo_text img {
    width: 200px;
    background: #fff;
    padding: 10px;
}

.footer {
    padding: 120px 0 60px;
    border-top: 1px solid #bcbcbc;
}

.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #2E3C5E;
    color: #fff;
    border-radius: 50%;
    display: none;
    z-index: 9999;
    cursor: pointer;
    transition: background 0.3s;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.scroll-top:hover {
    background: #2E3C5E;
}

.footer {
    padding-bottom: unset;
}

.footer_copyrights {
    padding-top: 30px;
    padding-bottom: 30px;
}

.steps_header {
    text-align: center
}

.steps_header-text {
    max-width: 650px;
    margin: 15px auto 30px
}

.steps_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
}

.steps_list-item {
    text-align: center
}

.steps_list-item .number {
    font-weight: 700;
    font-size: 140px;
    line-height: 1;
    font-family: Poppins, sans-serif;
    opacity: .3
}

.steps_list-item:nth-of-type(odd) .number {
    color: #00008e
}

.steps_list-item:nth-of-type(even) .number {
    color: #017280
}

.steps_list-item .main {
    margin-top: -40px
}

.steps_list-item .main_title {
    margin-bottom: 15px
}

.steps_list-item .main_text {
    max-width: 330px;
    margin: 0 auto
}

.page {
    background: url(../img/about/cover.jpg) center/cover no-repeat fixed
}

@media screen and (min-width: 575.98px) {
    .request_wrapper:before {
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .steps_list-item {
        text-align: left
    }

    .steps_list-item .main {
        padding-left: 30px
    }

    .steps_list-item .main_text {
        margin: 0
    }
}

@media screen and (min-width: 767.98px) {
    .steps_header-text {
        margin: 15px auto 40px
    }

    .steps_list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 30px 0
    }

    .steps_list-item {
        width: 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-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }

    .steps_list-item .number {
        width: 176px
    }
}

@media screen and (min-width: 991.98px) {
    .steps_header-text {
        margin: 30px auto 50px
    }

    .steps_list-item .main {
        margin-top: -44px
    }
}

@media screen and (min-width: 1023.98px) {
    .steps_header-text {
        margin-bottom: 0
    }

    .steps_list {
        gap: 0
    }

    .steps_list-item {
        width: calc(100% / 3);
        text-align: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .steps_list-item:nth-of-type(2) {
        margin-top: 40px
    }
}

/* @media screen and (min-width: 1199.98px) {
    .header_nav-menu_item {
        font-size: 15px;
    }
} */

.quote_banners {
    margin-top: 60px;
    grid-template-columns: 1fr;
    grid-gap: 30px
}

.quote_banners-banner {
    position: relative;
    padding: 30px;
    overflow: hidden;
    min-height: 250px;
    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: center;
    -ms-flex-pack: center;
    justify-content: center
}

.quote_banners-banner .bg,
.quote_banners-banner .bg_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.quote_banners-banner .bg {
    z-index: 1
}

.quote_banners-banner .bg img {
    height: 100%
}

.quote_banners-banner .bg_overlay {
    background: -o-linear-gradient(315deg, rgba(0, 0, 142, .5) 0, rgba(1, 114, 128, .5) 100%);
    background: linear-gradient(135deg, rgba(0, 0, 142, .5) 0, rgba(1, 114, 128, .5) 100%)
}

.quote_banners-banner .bg_overlay--blue {
    background: -o-linear-gradient(315deg, rgba(0, 0, 142, .8) 0, rgba(1, 114, 128, .8) 100%);
    background: linear-gradient(135deg, rgba(0, 0, 142, .8) 0, rgba(1, 114, 128, .8) 100%);
}

.quote_banners-banner .content {
    position: relative;
    z-index: 2
}

.quote_banners-banner_title {
    color: #fff;
    margin-bottom: 20px
}

.quote_banners-banner_btn {
    min-width: 100%
}

.quote_banners-banner_text {
    color: #e1e1e1
}

@media screen and (min-width:575.98px) {
    .quote_banners-banner {
        padding: 80px 60px;
        min-height: unset
    }

    .quote_banners-banner:last-of-type .quote_banners-banner_title {
        max-width: 310px
    }

    .quote_banners-banner_btn {
        min-width: 270px
    }
}

@media screen and (min-width:767.98px) {
    .quote_banners {
        grid-template-columns: repeat(2, 1fr)
    }

    .quote_banners-banner {
        padding: 40px
    }
}

@media screen and (min-width:991.98px) {
    .quote_banners {
        grid-gap: 40px;
        margin-top: 80px
    }

    .quote_banners-banner {
        padding: 80px 60px
    }
}

.page {
    height: 300px;
    position: relative;
    padding: 0 12px
}

.page_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -o-linear-gradient(315deg, rgba(0, 0, 142, .8) 0, rgba(1, 114, 128, .8) 100%);
    background: linear-gradient(135deg, rgba(0, 0, 142, .8) 0, rgba(1, 114, 128, .8) 100%);
    z-index: 1
}

.page .container {
    padding: 0
}

.page_card {
    position: relative;
    z-index: 10;
    padding-top: 150px
}

.page_card-breadcrumbs {
    margin-top: 20px;
    color: #bcbcbc
}

.page_card-title {
    line-height: 1.3;
    color: #fff
}

@media screen and (min-width:575.98px) {
    .page {
        height: 300px
    }
}

@media screen and (min-width:767.98px) {
    .page {
        height: 400px
    }

    .page_card {
        padding-top: 205px
    }
}

@media screen and (min-width:991.98px) {
    .page {
        height: 500px
    }

    .page_card {
        padding-top: 280px
    }
}

@media screen and (min-width:1199.98px) {
    .page {
        height: 610px
    }

    .page_card {
        padding-top: 340px
    }
}

.steps {
    text-align: center;
    padding-bottom: 0
}

.steps_header {
    margin-bottom: 30px
}

.steps_header-title {
    margin: 0 0 15px
}

.steps_header-text {
    max-width: 650px;
    margin: 0 auto
}

.steps_list-item {
    margin-bottom: 45px
}

.steps_list-item:last-of-type {
    margin-bottom: 0
}

.steps_list-item:last-of-type .media svg {
    max-height: 80px
}

.steps_list-item .media {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 2px 25px rgba(0, 0, 142, .15);
    box-shadow: 0 2px 25px rgba(0, 0, 142, .15);
    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;
    position: relative;
    margin: 0 auto 20px;
    color: #017280
}

.steps_list-item .media svg {
    max-height: 54px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.steps_list-item .media_number {
    position: absolute;
    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;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    top: -15px;
    right: -15px;
    color: #fff;
    background: #00008e
}

.steps_list-item .main {
    max-width: 330px;
    margin: 0 auto
}

.steps_list-item .main_title {
    margin-bottom: 10px
}

.steps_list-item--middle .media {
    color: #00008e
}

.steps_list-item--middle .media_number {
    background: #017280
}

@media screen and (min-width:767.98px) {
    .steps_header {
        margin-bottom: 40px
    }

    .steps_header-title {
        margin: 0 auto 20px
    }

    .steps_list {
        margin: 0 -15px
    }

    .steps_list-item {
        width: 50%;
        padding: 0 15px
    }

    .steps_list-item .media {
        margin: 0 auto 30px;
        width: 160px;
        height: 160px
    }

    .steps_list-item .media svg {
        max-height: 64px
    }

    .steps_list-item .media_number {
        top: 13px;
        right: 0
    }

    .steps_list-item .main_title {
        margin-bottom: 15px
    }
}

@media screen and (min-width:991.98px) {
    .steps_list {
        margin: 0 -15px
    }

    .steps_list-item {
        width: calc(100% / 3);
        margin-bottom: 0
    }

    .steps_list-item--middle {
        margin-top: 50px
    }
}

.features_main {
    margin-bottom: 60px
}

.features_main-header {
    margin-bottom: 15px
}

.features_main-list {
    margin: 15px 0 30px
}

.features_main-list-item {
    margin-bottom: 10px
}

.features_main-list-item:last-of-type {
    margin-bottom: 0
}

.features_main-list-item .icon {
    margin-right: 10px;
    color: #00008e;
    position: relative;
    top: 1px
}

.features_media {
    height: 350px
}

.features_media img {
    height: 100%
}

@media screen and (min-width:575.98px) {
    .features_media {
        height: 450px
    }
}

@media screen and (min-width:767.98px) {
    .features_media {
        height: 550px
    }
}

@media screen and (min-width:991.98px) {
    .features {
        padding-top: 90px
    }

    .features_media {
        height: 650px
    }

    .features_main-header {
        margin-bottom: 30px
    }

    .features_main-list {
        margin: 30px 0 40px
    }
}

@media screen and (min-width:1199.98px) {
    .features_main {
        width: calc(100% - 450px - 65px);
        margin-top: 50px;
        margin-bottom: 0
    }

    .features_media {
        height: 605px;
        width: 450px
    }
}

.about_block:last-of-type {
    margin-bottom: 0
}

.about_block-media {
    height: 250px;
    margin-bottom: 15px
}

.about_block-media img {
    height: 100%
}

.about_block-main .title .highlight {
    color: #00008e
}

.about_block-main .text {
    margin: 15px 0 30px
}

.about_block-main .list {
    grid-gap: 20px
}

.about_block-main .list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 142, .1);
    box-shadow: 0 2px 15px rgba(0, 0, 142, .1)
}

.about_block-main .list-item .media {
    height: 90px;
    width: 90px;
    color: #fff;
    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
}

.about_block-main .list-item .media svg {
    max-width: 46px
}

.about_block-main .list-item:nth-of-type(odd) .media {
    background: #00008e
}

.about_block-main .list-item:nth-of-type(odd) .main_number,
.about_block-main .list-item:nth-of-type(odd) .main_number .h3 {
    color: #00008e
}

.about_block-main .list-item:nth-of-type(even) .media {
    background: #017280
}

.about_block-main .list-item:nth-of-type(even) .main_number,
.about_block-main .list-item:nth-of-type(even) .main_number .h3 {
    color: #017280
}

.about_block-main .list-item .main {
    padding-left: 20px
}

@media screen and (min-width:575.98px) {
    .about_block-media {
        height: 320px
    }
}

@media screen and (min-width:767.98px) {
    .about {
        margin-bottom: 80px
    }

    .about_block-media {
        height: 400px;
        margin-bottom: 40px
    }

    .about_block-main .text {
        max-width: 520px
    }

    .about_block-main .list {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (min-width:991.98px) {
    .about {
        margin-bottom: 120px
    }

    .about_block-media {
        height: 450px
    }

    .about_block-main .list {
        grid-template-columns: repeat(2, 1fr)
    }

    .about_block-main .list-item .media {
        height: 120px;
        width: 120px
    }

    .about_block-main .list-item .media svg {
        max-width: 50px
    }
}

.about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 40px 0;
    margin-bottom: 0
}

.about_block {
    margin-bottom: 0
}

@media screen and (min-width:767.98px) {
    .about {
        gap: 60px 0
    }
}

@media screen and (min-width:1199.98px) {
    .about_block {
        position: relative;
        margin: 0
    }

    .about_block:first-of-type .about_block-main {
        width: 50%;
        margin-left: auto;
        margin-top: 170px;
        padding-left: 0;
        margin-left: unset;
        margin-right: auto;
        padding-top: 170px;
        padding-right: 120px
    }

    .about_block:nth-of-type(2) .about_block-main {
        width: 50%;
        margin-right: auto;
        padding-top: 150px
    }

    .about_block:nth-of-type(2) .text {
        max-width: 490px
    }

    .about_block-media {
        height: 850px;
        margin: 0;
        position: absolute;
        width: 50%
    }

    .about_block-main {
        position: relative;
        z-index: 20
    }

    .about_block-main .text {
        margin: 25px 0 40px
    }

    .about_block-main .list {
        margin-right: -125px
    }

    .about {
        gap: 0;
        margin-bottom: 170px
    }

    .about_block:first-of-type {
        height: 650px
    }

    .about_block:first-of-type .about_block-media {
        left: unset;
        right: 0;
        top: -30px
    }

    .about_block:nth-of-type(2) {
        height: 650px;
        height: calc(850px - 170px)
    }

    .about_block:nth-of-type(2) .about_block-media {
        right: unset;
        left: 0;
        top: 0
    }

    .about_block:nth-of-type(2) .about_block-main {
        margin-right: unset;
        margin-left: auto;
        padding-left: 120px
    }

    .about_block-main .list {
        margin-right: unset;
        margin-left: -290px;
        grid-gap: 40px
    }
}

.quality {
    padding-bottom: 0
}

.quality_main {
    text-align: center
}

.quality_main-text {
    margin: 15px 0 30px
}

.quality_main-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
}

.quality_main-list .progressDisplay {
    width: 150px;
    height: 150px;
    position: relative;
    margin: 0 auto 15px
}

.quality_main-list .progress-text {
    color: #19456b;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.quality_media {
    height: 350px;
    margin-bottom: 40px
}

.quality_media img {
    height: 100%
}

@media screen and (min-width:575.98px) {
    .quality_main {
        text-align: left
    }

    .quality_main-list {
        text-align: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .quality_media {
        height: 450px
    }
}

@media screen and (min-width:767.98px) {
    .quality_main-list {
        gap: 0 65px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .quality_media {
        height: 550px
    }
}

@media screen and (min-width:991.98px) {
    .quality_main-list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .quality_main-text {
        margin: 30px 0 50px
    }

    .quality_media {
        height: 650px
    }
}

@media screen and (min-width:1199.98px) {
    .quality_main {
        width: calc(100% - 450px - 50px);
        margin-bottom: 0
    }

    .quality_media {
        width: 450px;
        height: 605px;
        margin-bottom: 0
    }
}

.contacts_header {
    max-width: 530px;
    margin: 0 auto 30px
}

.contacts_map {
    height: 400px
}

@media screen and (min-width:767.98px) {
    .contacts_map {
        height: 550px
    }

    .contact_data {
        grid-gap: 30px;
        margin-bottom: 40px
    }
}

@media screen and (min-width:991.98px) {
    .contacts_header {
        margin-bottom: 40px
    }

    .contact_data {
        grid-gap: 45px;
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 50px
    }
}

.footer {
    background: -o-linear-gradient(315deg, #00008e 0, #017280 100%);
    background: linear-gradient(135deg, #00008e 0, #017280 100%);
    color: #fff;
}

.footer_main {
    margin-bottom: 60px
}

.footer_main-block--about {
    margin-bottom: 40px
}

.footer_main-block--about .brand {
    display: inline-block;
    margin-bottom: 20px
}

.footer_main-block--about .text {
    margin-bottom: 30px;
    color: #e1e1e1
}

.footer_main-block--nav {
    margin-bottom: 40px
}

.footer_main-block--nav .list-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    margin-bottom: 15px;
    font-family: Poppins, sans-serif;
    font-weight: 500
}

.footer_main-block--nav .list-item:last-of-type {
    margin-bottom: 0
}

.footer_main-block--nav .list-item .icon {
    padding-right: 10px;
    position: relative;
    top: -1px;
    left: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #e1e1e1
}

.footer_main-block--nav .list-item:hover .icon {
    color: #ffcc29
}

.footer_main-block--subscribe .title {
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 15px
}

.footer_main-block--subscribe .text {
    color: #e1e1e1;
    margin-bottom: 30px
}

.footer_main-block--subscribe .form {
    background: rgba(255, 255, 255, .1);
    height: 55px
}

.footer_main-block--subscribe .form .field {
    padding: 15px 20px;
    border: 1px solid #e1e1e1;
    border-right: none;
    height: 100%;
    background: 0 0;
    color: #fff
}

.footer_main-block--subscribe .form .field::-webkit-input-placeholder {
    color: #fff
}

.footer_main-block--subscribe .form .field::-moz-placeholder {
    color: #fff
}

.footer_main-block--subscribe .form .field:-ms-input-placeholder {
    color: #fff
}

.footer_main-block--subscribe .form .field::-ms-input-placeholder {
    color: #fff
}

.footer_main-block--subscribe .form .field::placeholder {
    color: #fff
}

.footer_main-block--subscribe .form .field.error {
    border-color: #bc0000
}

.footer_main-block--subscribe .form .btn {
    width: 55px;
    font-size: 22px;
    background: #00008e
}

.footer_main-block--subscribe .form .btn .icon {
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.footer_main-block--subscribe .form .btn:hover .icon {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.footer_info {
    margin-bottom: 80px
}

.footer_info-block {
    background: rgba(255, 255, 255, .1);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px
}

.footer_info-block--highlight {
    background: rgba(255, 255, 255, .2)
}

.footer_info-block .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer_info-block .main_label {
    color: #e1e1e1;
    margin-bottom: 10px
}

.footer_info-block .main_info {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600
}

.footer_info-block .main_info.link:hover {
    opacity: .8
}

.footer_info-block .main_info.link--bold {
    font-weight: 700
}

.footer_copyrights {
    text-align: center;
    color: #e1e1e1
}

.footer .link {
    color: #ffffff !important;
}

@media screen and (min-width:767.98px) {
    .footer_main-block--about {
        width: 100%
    }

    .footer_main-block--nav {
        margin-bottom: 0
    }

    .footer_main-block--subscribe {
        width: 50%
    }

    .footer_info {
        gap: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer_info-block {
        width: calc(50% - 10px)
    }
}

@media screen and (min-width:991.98px) {
    .footer_main {
        margin-bottom: 80px
    }

    .footer_main-block--about {
        margin-bottom: 50px
    }

    .footer_main-block--nav {
        margin-bottom: 40px
    }

    .footer_info {
        margin-bottom: 100px
    }
}

@media screen and (min-width:1199.98px) {
    .contact_data {
        grid-template-columns: repeat(3, 1fr)
    }

    .footer_main {
        margin-bottom: 80px
    }

    .footer_main-block--about {
        margin-bottom: 0;
        max-width: 380px
    }

    .footer_main-block--about .brand {
        margin-bottom: 40px
    }

    .footer_main-block--about .text {
        margin-bottom: 55px
    }

    .footer_main-block--nav {
        margin-bottom: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-right: 110px
    }

    .footer_main-block--nav .list-item {
        margin-bottom: 25px
    }

    .footer_main-block--subscribe {
        max-width: 380px
    }

    .footer_info {
        gap: 0
    }

    .footer_info-block {
        width: calc(100% / 3);
        padding: 40px 30px
    }
}

.contacts_main .wrapper {
    display: grid;
    grid-gap: 60px
}

/****************************************************************************/

.features {
    margin-top: 60px
}

.features_list {
    background: #fff;
    -webkit-box-shadow: 0 2px 25px rgba(0, 0, 142, .152619);
    box-shadow: 0 2px 25px rgba(0, 0, 142, .152619)
}

.features_list .column {
    border-bottom: 1px solid #e1e1e1
}

.features_list .column:last-of-type {
    margin-bottom: 0;
    border: none
}

.features_list-item {
    padding: 40px 30px 30px;
    border-bottom: 1px solid #e1e1e1
}

.features_list-item:last-of-type {
    border-bottom: none
}

.features_list-item .media.theme1 {
    color: #00008e
}

.features_list-item .media.theme2 {
    color: #017280
}

.features_list-item .media svg {
    height: 43px;
    width: 38px
}

.features_list-item .main_title {
    margin: 15px 0 10px
}

.features_nav {
    position: relative;
    padding: 40px 30px;
    -webkit-box-shadow: 0 2px 25px rgba(0, 0, 142, .15);
    box-shadow: 0 2px 25px rgba(0, 0, 142, .15);
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.features_nav .bg,
.features_nav .bg_overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
}

.features_nav .bg {
    overflow: hidden
}

.features_nav .bg img {
    height: 100%
}

.features_nav .bg_overlay {
    background: -o-linear-gradient(320deg, #00008e -90%, #017280 112%);
    background: linear-gradient(130deg, #00008e -90%, #017280 112%);
    opacity: .9
}

.features_nav .content {
    position: relative;
    z-index: 2;
    color: #fff
}

.features_nav-header {
    color: #fff;
    margin-bottom: 30px
}

.features_nav-list {
    margin-bottom: 30px
}

.features_nav-list_item {
    margin-bottom: 15px;
    color: #e1e1e1
}

.features_nav-list_item .link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 10px
}

.features_nav-list_item .link .icon {
    color: #ffcc29
}

.features_nav-list_item:last-of-type {
    margin-bottom: 0
}

.features_nav-list_item .link:hover {
    color: #fff
}

@media screen and (min-width:767.98px) {
    .features {
        margin-top: -100px
    }

    .features_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 30px;
        gap: 0 30px
    }

    .features_list .column {
        width: calc(50% - 15px);
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 40px;
        border: none
    }

    .features_list-item {
        border-bottom: none;
        padding: 0
    }

    .features_list-item .main_text {
        max-width: 300px
    }

    .features_nav {
        padding: 60px 50px
    }
}

@media screen and (min-width:991.98px) {
    .slider {
        min-height: calc(100vh + 180px)
    }

    .features_list,
    .features_nav {
        padding: 60px 80px
    }
}

@media screen and (min-width:1199.98px) {
    .features {
        margin-top: 50px;
        position: relative;
        z-index: 500
    }

    .features .container {
        max-width: 1280px;
        padding: 0 12px
    }

    .features .card {
        background: #fff;
        -webkit-box-shadow: 0 2px 25px rgba(0, 0, 142, .15);
        box-shadow: 0 2px 25px rgba(0, 0, 142, .15)
    }

    .features_list {
        width: calc(100% - 380px);
        margin-bottom: 0;
        background: 0 0;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        padding: 50px 0 50px 50px
    }

    .features_list-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .features_list-item .media {
        margin-right: 15px
    }

    .features_list-item .main_title {
        margin: 0 0 5px
    }

    .features_list .column {
        width: calc(50% - 25px);
        gap: 30px
    }

    .features_nav {
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        width: 100%;
        max-width: 380px;
        margin: -50px 50px 50px;
        padding: 60px 50px
    }

    .features_nav .content {
        text-align: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.features_main {
    margin-bottom: 60px
}

.features_main-header {
    margin-bottom: 15px
}

.features_main-list {
    margin: 15px 0 30px
}

.features_main-list-item {
    margin-bottom: 10px
}

.features_main-list-item:last-of-type {
    margin-bottom: 0
}

.features_main-list-item .icon {
    margin-right: 10px;
    color: #00008e;
    position: relative;
    top: 1px
}

.features_media {
    height: 350px
}

.features_media img {
    height: 100%
}

@media screen and (min-width:575.98px) {
    .features_media {
        height: 450px
    }
}

@media screen and (min-width:767.98px) {
    .features_media {
        height: 550px
    }
}

@media screen and (min-width:991.98px) {
    .features {
        /* padding-top: 90px */
    }

    .features_media {
        height: 650px
    }

    .features_main-header {
        margin-bottom: 30px
    }

    .features_main-list {
        margin: 30px 0 40px
    }
}

@media screen and (min-width:1199.98px) {
    .features_main {
        width: calc(100% - 450px - 65px);
        margin-top: 50px;
        margin-bottom: 0
    }

    .features_media {
        height: 605px;
        width: 450px
    }
}