.section_intro {}
.section_intro .section__bg {
    top: 80px;
}
.section_intro .section__bg:before {
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 73.93%);
}
.section_intro .section__content {
    padding: 0 0 40px;
}

.intro-tile {
    height: 554px;
    position: relative;
    overflow: hidden;
    user-select: none;
    padding-bottom: 20px;
}
.intro-tile__slide {
    opacity: 1 !important;
    display: grid;
    grid-template-areas: 
        "itemGroup1 itemGroup2"
        "itemGroup1 itemGroup2"
        "itemGroup1 itemGroup2"
        "itemGroup3 itemGroup2"
        "itemGroup3 itemGroup4"
        "itemGroup3 itemGroup4"
        "itemGroup3 itemGroup4";
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 8px;
}
.intro-tile_loaded .swiper-slide-active {
    z-index: 2;
}
.intro-tile__group {
    overflow: hidden;
}
.intro-tile__group_1 {
    grid-area: itemGroup1;
}
.intro-tile__group_2 {
    grid-area: itemGroup2;
}
.intro-tile__group_3 {
    grid-area: itemGroup3;
}
.intro-tile__group_4 {
    grid-area: itemGroup4;
}
.intro-tile__group-inner {
    margin: 0 -4px;
    height: 100%;
}
.intro-tile__list {}
.intro-tile__item-wrapper {
    padding: 0 4px;
}
.intro-tile__item {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}
.intro-tile_loaded .swiper-slide-active .intro-tile__item {
    opacity: 1;
    visibility: visible;
}
.intro-tile_loaded .intro-tile__group .intro-tile__item {
    transition: opacity 0.5s ease, visibility 0.5s ease;
}
.intro-tile_loaded .intro-tile__group_2 .intro-tile__item {
    transition: opacity 0.5s ease 0.5s, visibility 0.5s ease 0.5s;
}
.intro-tile_loaded .intro-tile__group_2 .intro-tile__item-wrapper:nth-child(2) .intro-tile__item {
    transition: opacity 0.5s ease 0.6s, visibility 0.5s ease 0.6s;
}
.intro-tile_loaded .intro-tile__group_3 .intro-tile__item {
    transition: opacity 0.5s ease 1s, visibility 0.5s ease 1s;
}
.intro-tile_loaded .intro-tile__group_3 .intro-tile__item-wrapper:nth-child(2) .intro-tile__item {
    transition: opacity 0.5s ease 1.1s, visibility 0.5s ease 1.1s;
}
.intro-tile_loaded .intro-tile__group_4 .intro-tile__item {
    transition: opacity 0.5s ease 1.5s, visibility 0.5s ease 1.5s;
}
.intro-tile_loaded .intro-tile__group_4 .intro-tile__item-wrapper:nth-child(2) .intro-tile__item {
    transition: opacity 0.5s ease 1.6s, visibility 0.5s ease 1.6s;
}
.intro-tile__content {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.intro-tile__content-inner {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding: 32px 24px 32px 32px;
}
.intro-tile__content-inner_v_bottom {
    vertical-align: bottom;
}
.intro-tile__text {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.1;
    color: #FFFFFF;
    text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.8);
}
.intro-tile__text_md {
    font-size: 36px;
}
.intro-tile__helper {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    color: #FFFFFF;
    text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.8);
    margin-top: 10px;
}
.intro-tile__bg,
.intro-tile__bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.intro-tile__bg-img {
    object-position: center top;
    object-fit: cover;
    z-index: 2;
}
.intro-tile__content + .intro-tile__bg:before {
    content: "";
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(46.08deg, rgba(0, 0, 0, 0.35) 31.06%, rgba(0, 0, 0, 0) 71.16%);
}
.intro-tile .swiper-pagination {
    bottom: 0 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.intro-tile .swiper-pagination-bullet-active {
    background: #008ABD;
}
@media screen and (max-width: 1199px) {
    .intro-tile__text {
        font-size: 32px;
    }
    .intro-tile__text_md {
        font-size: 30px;
    }
    .intro-tile__helper {
        font-size: 20px;
    }
}
@media screen and (max-width: 991px) {
    .intro-tile {
        height: 430px;
    }
    .intro-tile__text {
        font-size: 28px;
    }
    .intro-tile__text_md {
        font-size: 26px;
    }
    .intro-tile__helper {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .intro-tile {
        height: auto;
    }
    .intro-tile__slide {
        display: block;
    }
    .intro-tile__group + .intro-tile__group {
        margin-top: 8px;
    }
    .intro-tile__item {
        text-align: center;
        height: 115px;
    }
    .intro-tile__content-inner {
        padding: 20px;
    }
    .intro-tile__text {
        font-size: 22px;
    }
    .intro-tile__text_md {
        font-size: 18px;
    }
    .intro-tile__helper {
        font-size: 14px;
        line-height: 1.2;
    }
}

.action-line {
    background: linear-gradient(180deg, #51ef7a 0%, #008ABD 100%);
    border-radius: 5px;
    overflow: hidden;
    display: block;
    padding: 0 30px;
    margin: 40px 0 0;
}
.action-line__inner {
    align-items: center;
}
.action-line__desc {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    color: #FFFFFF;
    padding-top: 24px;
    padding-bottom: 24px;
}
.action-line__name {
    font-size: 36px;
}
.action-line__text {
    font-size: 24px;
}
.action-line__helper {
    font-size: 16px;
    margin-top: 20px;
}
.action-line__img-wrapper {
    position: relative;
    align-self: stretch;
}
.action-line__img {
    width: calc(100% - 30px);
    height: 100%;
    object-position: center center;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
}
.action-line__btn-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
}
.action-line__btn,
.info-line__btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #FFFFFF;
    border-radius: 4px;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    color: #008ABD;
    padding: 0 20px;
    min-width: 170px;
    height: 44px;
}


@media screen and (max-width: 991px) {
    .action-line__name {
        font-size: 30px;
    }
    .action-line__text {
        font-size: 20px;
    }
    .action-line__helper {
        font-size: 14px;
        margin-top: 8px;
    }
    .action-line__img-wrapper {
        height: 120px;
        margin-left: -16px;
        margin-right: -16px;
        max-width: none;
        flex: 1 1 auto;
    }
    .action-line__img {
        border-radius: 0;
        width: calc(100% + 4px);
    }
}
@media screen and (max-width: 575px) {
    .action-line {
        text-align: center;
    }
    .action-line__img-wrapper {
        height: 0;
        padding-bottom: 22%;
    }
}


.content-line {
    margin-top: 40px;
    display: block;
}
.content-line__inner {
    width: 100%;
    display: flex;
    position: relative;
}

.content-line__pic {
    margin-left: auto;
}

.content-line__img {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 80%;
    background-position: right center;
    position: absolute;
    right: 0;
    top: 0;
}

.content-line__img-wrapper {
    width: 500px;
    height: 194px;
    z-index: 1;
}

.content-line__pic {
    position: absolute;
    object-fit: contain;
    border-radius: 4px;
}

.content-line__img-box {
    z-index: 11;
    position: absolute;
    width: 100%;
    top: 0;
    padding: 42px 0 41px 30px;
    max-width: 470px;
}
.content-line__date {
    color: #008ABD;
    font-family: Roboto Condensed;
    font-size: 11px;
    font-weight: 700;
    line-height: 13px;
    text-align: center;
    text-transform: uppercase;
    background-color: #FFF;
    max-width: max-content;
    padding: 5px 8px;
    border-radius: 4px;
}
.content-line__name {
    color: #FFF;
    font-family: Oswald;
    font-size: 36px;
    font-weight: 400;
    line-height: 100%;
    text-align: left;
    margin-top: 16px;
}

.content-line__text {
    color: rgb(255, 255, 255);
    font-family: Oswald;
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
    margin-top: 8px;
}

.content-line__btn {
    position: absolute;
    display: flex;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #008ABD;
    font-family: Roboto Condensed;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    background-color: #FFF;
    padding: 9px 51px;
    border-radius: 4px;
    align-items: center;
    max-height: 44px;
}
.content-line__btn-mob {
    display: none;
}
.content-line__date-mob {
    color: #008ABD;
    font-family: Roboto Condensed;
    font-size: 11px;
    font-weight: 700;
    line-height: 13px;
    text-align: center;
    text-transform: uppercase;
    background-color: #FFF;
    padding: 5px 8px;
    border-radius: 4px;
    height: max-content;
    display: none;
}
@media screen and (max-width: 767px) {
    .content-line__img-wrapper {
        height: 145px;
        width: 100%;
    }
    .content-line__img-box {
        display: flex;
        max-width: 100%;
        justify-content: space-between;
    }
    .content-line__name {
        margin-top: 0;
        font-size: 20px;
    }
    .content-line__text {
        font-size: 14px;
    }
    .content-line__btn-mob {
        display: inline-table;
        color: #008ABD;
        font-family: Roboto Condensed;
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
        text-align: center;
        background-color: #FFF;
        padding: 10px 33px;
        border-radius: 4px;
        margin-top: 8px;
    }
    .content-line__date {
        display: none;
    }
    .content-line__btn {
        display: none;
    }
    .content-line__img-box {
        padding: 20px 20px 10px 20px;
    }
    .content-line__date-mob {
        display: flex;
    }
    @media screen and (max-width: 992px) {
        .content-line__pic {
            display: none;
        }
        .content-line__img {
            width: 100%;
            border-radius: 4px;
        }
    }
}

.section_reasons .section__bg:before {
    background: linear-gradient(124.87deg, rgba(78, 192, 227, 0.3) 2.82%, rgba(255, 255, 255, 0) 43.39%, rgba(255, 255, 255, 0) 43.39%), linear-gradient(155.67deg, rgba(255, 255, 255, 0.9) 49.8%, rgba(255, 255, 255, 0) 101.95%), linear-gradient(180deg, rgba(78, 192, 227, 0.4) 9.91%, rgba(255, 255, 255, 0.16) 100%);
}
.section_reasons .section__content {
    padding-bottom: 20px;
}
.reasons-block {}
.reasons-block__title {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    line-height: 1;
    color: #008ABD;
}
.reasons-block__text {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.25;
    color: #000000;
    margin-top: 16px;
}
.reasons-block__list {}
.reasons-block__item-wrapper {
    margin-bottom: 65px;
}
.reasons-block__item {
    display: flex;
}
.reasons-block__item-icon-wrapper {
    flex: 0 0 30px;
    max-width: 30px;
    margin-right: 20px;
    margin-top: 6px;
    display: flex;
    height: 40px;
    align-items: center;
}
.reasons-block__item-icon {}
.reasons-block__item-desc {}
.reasons-block__item-name {
    position: relative;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    color: #000000;
    padding-top: 10px;
}
.reasons-block__item-name:before {}
.reasons-block__item-name:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #008ABD;
    border-radius: 5px;
}
.reasons-block__item-text {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    color: #000000;
    margin-top: 20px;
}
@media screen and (max-width: 991px) {
    .reasons-block__title {
        font-size: 48px;
        text-align: center;
    }
    .reasons-block__text {
        font-size: 20px;
        text-align: center;
    }
    .reasons-block__list {
        margin-top: 48px;
    }
}
@media screen and (max-width: 767px) {
    .reasons-block__title {
        font-size: 30px;
    }
    .reasons-block__text {
        font-size: 16px;
    }
    .reasons-block__item-name {
        font-size: 22px;
    }
}


.info-line {
    background: #F3F3F3;
    padding: 10px 0;
    position: relative;
    z-index: 5;
}
.info-line__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.info-line__desc {
    position: relative;
}
.info-line__desc_with_img {
    padding-left: 182px;
}
.info-line__desc_with_img .info-line__img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
}
.info-line__img {}
.info-line__name {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    color: #000000;
}
.info-line__text {
    margin-top: 4px;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
}
.info-line__btn {}
@media screen and (max-width: 991px) {
    
}
@media screen and (max-width: 767px) {
    .info-line__desc_with_img {
        padding-left: 100px;
    }
    .info-line__desc_with_img .info-line__img {
        max-width: 80px;
    }
    .info-line__name {
        font-size: 20px;
    }
    .info-line__text {
        font-size: 14px;
    }
}
@media screen and (max-width: 575px) {
    .info-line__inner {
        flex-direction: column;
        text-align: center;
    }
    .info-line__desc_with_img {
        padding: 90px 0 0;
    }
    .info-line__desc_with_img .info-line__img {
        left: 50%;
        top: 0;
        transform: translate(-50%,0);
    }
    .info-line__btn {
        margin-top: 16px;
    }
}


.section_catalog_info {
    overflow: hidden;
    background: linear-gradient(180deg, #FFFFFF 38.18%, #F3F3F3 100%);
}
.section_catalog_info .section__content {
    padding-top: 110px;
}

.tabs-block {}

.tabs-block__nav {
    position: relative;
}
.tabs-block__nav .swiper-slide {
    width: auto;
    pointer-events: auto !important;
}
.tabs-block__nav .swiper-slide:last-child {
    margin-right: 0 !important;
}
.tabs-block__nav-link {
    cursor: pointer;
    white-space: nowrap;
    position: relative;
}
.tabs-block__nav-link-img-wrapper {
    width: 150px;
    height: 100px;
    position: relative;
    margin: 0 auto 5px;
}
.tabs-block__nav-link-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center center;
    object-fit: contain;
}
.tabs-block__nav-link-inner {}

.tabs-block__nav_default {}
.tabs-block__nav_default .tabs-block__nav-link {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #aaa;
    border-bottom: 1px solid #ddd;
    padding: 3px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.tabs-block__nav_default .swiper-slide-thumb-active .tabs-block__nav-link {
    color: #008ABD;
    border-color: #008ABD;
}

.tabs-block__nav_large:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    height: 2px;
    background: #008ABD;
}
.tabs-block__nav_large .swiper-slide {
    flex: 1;
}
.tabs-block__nav_large .swiper-slide:not(:first-child) {
    margin-left: -2px;
}
.tabs-block__nav_large .swiper-slide-thumb-active {
    position: relative;
    z-index: 1;
}
.tabs-block__nav_large .tabs-block__nav-link:after {
    content: "";
    position: absolute;
    left: -2px;
    right: -2px;
    bottom: -2px;
    height: 2px;
    background: #008ABD;
}
.tabs-block__nav_large .swiper-slide-thumb-active .tabs-block__nav-link:after {
    left: 0px;
    right: 0px;
    background: #fff;
}
.tabs-block__nav_large .tabs-block__nav-link {
    display: block;
    text-align: center;
    padding: 22px;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;    
    color: #000000;
    border: 2px solid #eee;
    border-bottom-color: transparent;
    border-radius: 10px 10px 0px 0px;
}
.tabs-block__nav_large .swiper-slide-thumb-active .tabs-block__nav-link {
    /*background: linear-gradient(180deg, rgba(0, 138, 189, 0.2) 0%, rgba(255, 255, 255, 0) 39.29%), #FFFFFF;*/
    border-color: #008ABD;
    border-bottom-color: #fff;
    border-radius: 10px 10px 0px 0px;
}
.tabs-block__nav_large .tabs-block__nav-link:hover {
    color: #008ABD;
}
.tabs-block__nav_large .tabs-block__nav-link-img {}
.tabs-block__nav_large .swiper-button-prev,
.tabs-block__nav_large .swiper-button-next {
    width: 32px;
    height: 100%;
    top: 0;
    margin: 0;
    pointer-events: none;
}
.tabs-block__nav_large .swiper-button-prev {
    left: -15px;
    background: -moz-linear-gradient(left,  rgba(0,138,189,0.3) 0%, rgba(0,138,189,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(0,138,189,0.3) 0%,rgba(0,138,189,0) 100%);
    background: linear-gradient(to right,  rgba(0,138,189,0.3) 0%,rgba(0,138,189,0) 100%);
}
.tabs-block__nav_large .swiper-button-next {
    right: -15px;
    background: -moz-linear-gradient(left,  rgba(0,138,189,0) 0%, rgba(0,138,189,0.3) 100%);
    background: -webkit-linear-gradient(left,  rgba(0,138,189,0) 0%,rgba(0,138,189,0.3) 100%);
    background: linear-gradient(to right,  rgba(0,138,189,0) 0%,rgba(0,138,189,0.3) 100%);
}
.tabs-block__nav_large .swiper-button-prev:after,
.tabs-block__nav_large .swiper-button-next:after {
    content: none;
    display: none;
}
.tabs-block__nav_large .swiper-button-disabled {
    opacity: 0 !important;
}

.tabs-block__content {
    margin-top: 40px;
}
.tabs-block__content > .swiper-wrapper > .swiper-slide {
    opacity: 0 !important;
    visibility: hidden !important;
}
.tabs-block__content > .swiper-wrapper > .swiper-slide-active {
    opacity: 1 !important;
    visibility: visible !important;
}
@media screen and (max-width: 991px) {
    .tabs-block__nav_large:after {
        left: -15px;
        right: -15px;
    }
}
@media screen and (max-width: 767px) {
    .section_catalog_info .section__content {
        padding-top: 60px;
    }
    .tabs-block__nav-link-img-wrapper {
        width: 120px;
        height: 80px;
    }
}




.catalog-info {}
.catalog-info__title {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 20px;
}
.catalog-info__text {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.5;
    color: #000000;
}
.catalog-info__text p {
    margin: 0;
}
.catalog-info__text * + p {
    margin-top: 34px;
}
.catalog-info__text_large {
    font-size: 18px;
}
.catalog-info__text_larger {
    font-size: 16px;
}
.catalog-info__img {
    margin: 24px auto;
    display: block;
}

.category-slider {
    margin-top: 60px;
    user-select: none;
    pointer-events: auto !important;
}
.category-slider * {
    pointer-events: auto !important;
}
.category-slider__title {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 24px;
}
.category-slider .swiper-wrapper {
    align-items: stretch !important;
}
.category-slider .swiper-slide {}
.category-slider__item {
    display: block;
    height: 100%;
}
.category-slider__img-wrapper {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
}
.category-slider__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center center;
    object-fit: cover;
}
.category-slider__name {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 11px;
    text-transform: uppercase;
    text-align: center;
}
.category-slider__text {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.5;
    color: #000000;
}

@media screen and (min-width: 768px) {
    .category-slider .swiper-wrapper {
        flex-wrap: wrap;
        margin: 0 -15px;
        transform: none !important;
    }
    .category-slider .swiper-slide {
        padding: 0 15px;
        margin: 0 0 30px !important;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .category-slider .swiper-button-prev,
    .category-slider .swiper-button-next {
        display: none;
    }
    .catalog-info__img-mob {
        display: none;
    }
}
@media screen and (min-width: 992px) {
    .category-slider .swiper-slide {
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media screen and (min-width: 992px) {
    .category-slider .swiper-slide {
        flex: 0 0 16.666%;
        max-width: 16.666%;
    }
}



.btn-link {
    display: inline-flex;
    align-items: center;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;    
    color: #008ABD;
    transition: color 0.3s ease;
}
.btn-link_arrow:after {
    content: "";
    width: 8px;
    height: 12px;
    margin-left: 12px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDggMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEuMTIxMTQgMEwwIDAuOTczMTIyTDUuNjMzMzQgNkw0Ljk3MjMzIDYuNjg5MThMMCAxMS4wMjY5TDEuMTIxMTQgMTJMOCA2TDEuMTIxMTQgMFoiIGZpbGw9IiMwMDhBQkQiLz48L3N2Zz4=");
}
.btn-link_arrow_back:before {
    content: "";
    width: 8px;
    height: 12px;
    margin-right: 12px;
    transform: scale(-1,1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDggMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEuMTIxMTQgMEwwIDAuOTczMTIyTDUuNjMzMzQgNkw0Ljk3MjMzIDYuNjg5MThMMCAxMS4wMjY5TDEuMTIxMTQgMTJMOCA2TDEuMTIxMTQgMFoiIGZpbGw9IiMwMDhBQkQiLz48L3N2Zz4=");
}
.btn-link_md {
    font-size: 16px;
}
.text-light {
    font-weight: 300 !important;
}
.text-primary {
    color: #008ABD !important;
}

.section_news .section__content {
    padding-bottom: 40px;
}
.news-block {
    overflow: hidden;
}
.news-block .swiper-slide {
    height: auto;
}
.news-block__list {}
.news-block__item-wrapper {
    margin-bottom: 32px;
}
.news-block__item {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
}
.news-block__item:after {
    content: "";
    position: absolute;
    right: 15px;
    bottom: 6px;
    width: 26px;
    height: 12px;
    transition: filter 0.3s ease, opacity 0.3s ease;
    filter: brightness(0);
    opacity: 0.3;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAyNiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTguODA1MiAwTDE3LjYzMjUgMC45NzMxMjJMMjIuODMzMiA1LjMxMDgySC0xLjUyNTg4ZS0wNVY2LjY4OTE4SDIyLjgzMzJMMTcuNjMyNSAxMS4wMjY5TDE4LjgwNTIgMTJMMjYgNkwxOC44MDUyIDBaIiBmaWxsPSIjMDA4QUJEIi8+PC9zdmc+");
}
.news-block__img-wrapper {
    margin-bottom: 15px;
    width: 100%;
    height: 0;
    padding-bottom: 58.05%;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.news-block__img {
    width: 100%;
    height: 100%;
    object-position: center center;
    object-fit: cover;
    position: absolute;
}
.news-block__name {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.25;
    color: #000000;
    flex: 1 1 auto;
    transition: color 0.3s ease;
}
.news-block__date {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #C4C4C4;
    margin-top: 10px;
}
.news-block__item:hover .news-block__name {
    color: #006896;
}
.news-block__item:hover:after {
    opacity: 1;
    filter: none;
}
@media screen and (max-width: 991px) {
    .news-block {
        margin-top: 24px;
    }
}
@media screen and (max-width: 767px) {
    .section_news .section__content {
        padding-bottom: 8px;
    }
}



.collapse-block {}
.collapse-block__content {
    display: none;
    margin-bottom: 20px;
}
.collapse-block__toggle {
    font-weight: 500;
    border-bottom: 1px dashed #004C7F;
    display: inline-block;
}


.article-detail {
    margin-bottom: 20px;
}
.article-detail__cover {
    margin-bottom: 16px;
}
.article-detail__cover-img {
    width: 500px;
    max-width: 100%;
    display: block;
    height: auto;
}
.article-detail__date {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #C4C4C4;
    margin-bottom: 20px;
}
.article-detail__content {
    margin-bottom: 32px;
}

.gallery-list {}
.gallery-list__item-wrapper {
    margin-bottom: 30px;
}
.gallery-list__item {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 67%;
    border-radius: 5px;
    overflow: hidden;
    display: block;
}
.gallery-list__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center center;
    object-fit: cover;
}
.gallery-list_mb {
    margin-bottom: 20px;
}
.tile-links-main .tile-links__item {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 200px;
    padding: 47px 40px;
    border-radius: 4px;
    margin-top: 72px;
    background: linear-gradient(90deg, rgba(248,248,248,1) 0%, rgba(220,220,220,1) 81%);
    transition: background 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.tile-links-main .tile-links__item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background: linear-gradient(90deg, rgba(144,216,237,1) 20%, rgba(241,250,253,1) 47%, rgba(144,216,237,1) 100%);
    transition: opacity 0.5s;
}
.tile-links-main .tile-links__item:hover:after {
    opacity: 1;
    background: linear-gradient(90deg, rgba(248,248,248,1) 0%, rgba(78, 192, 227,1) 81%);
}

.tile-links-main .tile-links__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
}
.tile-links-main .tile-links__bg-img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}
.tile-links__item:hover .tile-links__bg-img {
    transform: scale(1.02);
}
.tile-links-main .tile-links__desc {
    position: absolute;
    left: 36px;
    right: 0;
    bottom: 0px;
    color: #fff;
    padding: 0 0 15px;
    z-index: 3;
}

.tile-links-main .tile-links__descr-name {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 90px;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 53px;
    color: #008ABD;
}
.tile-links-main .tile-links__item:hover .tile-links__descr-name {
    bottom: 110px;
    transition: bottom 0.3s;
}
.tile-links-main .tile-links__item:not(:hover) .tile-links__descr-name {
    transition: bottom 0.3s;
}
.tile-links-main .tile-links__descr-name span {
    font-family: Roboto Condensed;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    position: absolute;
    color: black;
}
.tile-links-main .tile-links__name-btn {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0s 0.3s
}
.tile-links-main .tile-links__item:hover .tile-links__name-btn {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0s 0s;
}
.tile-links-main .tile-links__item:not(:hover) .tile-links__name-btn {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0s 0.3s;
}
.tile-links-main .tile-links__btn-catalog {
    position: relative;
    display: flex;
    max-width: max-content;
    align-items: center;
    background-color: #008ABD;
    color: white;
    border-radius: 4px;
    padding: 11px 20px;
    font-size: 16px;
    line-height: 21px;
    font-family: Roboto Condensed;
    font-weight: 300;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.tile-links-main .tile-links__btn-catalog:hover {
    color: white;
    background-color: #4EC0E3;
}
.tile-links-main .tile-links__btn-catalog svg {
    margin-right: 10px;
}
.tile-links-main .tile-links__btn-catalog span {
    font-family: Roboto Condensed;
    font-size: 14px;
    font-weight: initial;
    line-height: 21px;
}
.tile-links-main .tile-links__item_right .tile-links__btn-catalog:before {
    content: "";
    position: absolute;
    width: 32px;
    height: 28px;
    left: 5px;
    top: 8px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../svg/download-button.svg");
}

.tile-links-main .tile-links__item_right .tile-links__btn-catalog {
    padding: 11px 11px 11px 42px;
}

.tile-links-main .tile-links__name {
    position: relative;
    z-index: 3;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 53px;
    color: #008ABD;
}

.tile-links-main .tile-links__item_left .tile-links__bg-img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
    border-radius: 4px;
}
@media screen and (max-width: 767px) {
    .tile-links-main .tile-links__item {
        min-height: 150px;
        padding: 10px 20px;
    }
    .tile-links-main .tile-links__desc {
        position: static;
    }
    .tile-links-main .tile-links__descr-name {
        position: static;
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .tile-links-main .tile-links__name {
        font-size: 16px;
    }
    .tile-links-main .tile-links__item_left .tile-links__bg-img {
        right: -310px;
    }
    .tile-links-main .tile-links__descr-name span {
        position: static;
        display: block;
        max-width: 250px;
        margin-top: 7px;
    }
    .tile-links-main .tile-links__name-btn {
        opacity: 1;
        visibility: visible;
    }
    .tile-links-main .tile-links__item:not(:hover) .tile-links__name-btn {
        opacity: 1;
        visibility: visible;
    }
}
@media screen and (max-width: 500px) {
    .tile-links-main .tile-links__name {
        max-width: 180px;
    }
    .tile-links-main .tile-links__btn-catalog {
        max-width: 100%;
        justify-content: center;
    }
}
