.wrapper {
    overflow: visible!important;
}
.pos-sticky {
    position: sticky;
    top: 25px;
    z-index: 99;
}
.widget-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
}
.widget-grid > .widget-grid__title {
    padding: 0 20px;
}
.container .widget-grid > .widget-grid__title {
    padding: 0;
}
.widget-grid > div:not(.widget-grid__col, .widget-grid__img, .widget-grid__video, .widget-grid__map, .widget-grid__img-center, .widget-grid__video-center, .widget-grid__map-center, .widget-grid__small) {
    width: 100%;
}
.widget-grid h1,
.widget-grid h2,
.widget-grid h3,
.widget-grid h4,
.widget-grid h5,
.widget-grid h6,
.widget-grid p {
    margin: 0 0 15px;
}
.widget-grid__col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.widget-grid__small {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 30%;
    padding: 0 20px;
}
.widget-grid__col,
.widget-grid__img,
.widget-grid__video,
.widget-grid__map {
    flex: 1 0 50%;
}
.widget-grid__col,
.widget-grid__img,
.widget-grid__video,
.widget-grid__map {
    padding: 0 20px;
}
.widget-grid__img-center,
.widget-grid__video-center,
.widget-grid__map-center {
    overflow: hidden;
    text-align: center;
    width: 50%;
    padding: 0 20px;
    margin: 0 auto;
}
.container .widget-grid__col,
.container .widget-grid__img,
.container .widget-grid__video,
.container .widget-grid__map,
.container .widget-grid__small,
.container .widget-grid__img-center,
.container .widget-grid__video-center,
.container .widget-grid__map-center {
    padding: 0;
}
.container .widget-grid__col:not(:last-child) {
    padding: 0 20px 0 0;
}
.container .widget-grid__img + .widget-grid__col,
.container .widget-grid__video + .widget-grid__col,
.container .widget-grid__map + .widget-grid__col {
    padding: 0 0 0 20px;
}
.widget-grid__col > *:last-child,
.widget-grid__img > *:last-child,
.widget-grid__video > *:last-child,
.widget-grid__map > *:last-child,
.widget-grid__small > *:last-child,
.widget-grid__img-center > *:last-child,
.widget-grid__video-center > *:last-child,
.widget-grid__map-center > *:last-child {
    margin: 0;
}
.widget-grid__col > img,
.widget-grid__img img,
.widget-grid__img-center img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}
.widget-grid__img-center img,
.widget-grid__video-center .video,
.widget-grid__map-box {
    margin: 0 auto 15px;
}
.widget-slider__text h1,
.widget-slider__text h2,
.widget-slider__text h3,
.widget-slider__text h4,
.widget-slider__text h5,
.widget-slider__text h6,
.widget-slider__text div,
.widget-slider__text p,
.widget-slider__text ol,
.widget-slider__text ul,
.widget-slider__text img
.widget-grid__text h1,
.widget-grid__text h2,
.widget-grid__text h3,
.widget-grid__text h4,
.widget-grid__text h5,
.widget-grid__text h6,
.widget-grid__text div,
.widget-grid__text p,
.widget-grid__text ol,
.widget-grid__text ul,
.widget-grid__text img {
    margin: 0 0 10px;
}
.widget-slider__text > *:last-child,
.widget-grid__text > *:last-child {
    margin: 0;
}
.widget-grid__text a {
    color: var(--primary-color);
    text-decoration: underline;
}
.widget-grid__text a:hover {
    text-decoration: none;
}
.widget-grid__text,
.widget-grid__btn {
    margin: 0 0 15px;
}
.widget-grid__title:empty,
.widget-grid__text:empty,
.widget-grid__btn:empty,
.widget-grid__btn:empty {
    display: none;
}
.widget-grid__btn .btn {
    margin: 0;
}
@media (max-width: 1023px) {
    .widget-grid {
        padding: 35px 0;
    }
    .widget-grid__col + .widget-grid__col,
    .widget-grid__col + .widget-grid__small {
        margin: 20px 0 0;
    }
    .widget-grid__col,
    .widget-grid__img,
    .widget-grid__video,
    .widget-grid__map {
        flex: inherit;
        width: 100%;
    }
    .widget-grid__small {
        justify-content: flex-start;
        width: 100%;
    }
    .widget-grid__img,
    .widget-grid__video,
    .widget-grid__map {
        order: -1;
        margin: 0 0 20px;
    }
    .widget-grid__img-center,
    .widget-grid__video-center,
    .widget-grid__map-center {
        width: 100%;
    }
    .container .widget-grid__col:not(:last-child),
    .container .widget-grid__img + .widget-grid__col,
    .container .widget-grid__video + .widget-grid__col,
    .container .widget-grid__map + .widget-grid__col {
        padding: 0;
    }
}
.widget-grid .slick-arrow,
.widget-grid .slick-arrow {
    overflow: hidden;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    height: 30px;
    width: 30px;
    border: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    transition: opacity 0.2s linear;
}
.widget-grid .slick-arrow.slick-prev {
    left: 5px;
}
.widget-grid .slick-arrow.slick-next {
    right: 5px;
}
.container .widget-grid .slick-arrow.slick-prev {
    left: -8px;
}
.container .widget-grid .slick-arrow.slick-next {
    right: -8px;
}
.widget-grid .slick-arrow:hover,
.widget-grid .slick-arrow:hover {
    opacity: 0.7;
}
.widget-grid .slick-arrow svg,
.widget-grid .slick-arrow svg {
    display: block;
    fill: #000;
    height: 20px;
    width: 20px;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    overflow: hidden;
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.text-block .column_one,
.text-block .column_two,
.text-block .column_three,
.text-block .column_four {
    column-gap: 20px;
    margin: 0 0 15px;
}
.text-block .column_two {
    column-count: 2;
}
.text-block .column_three {
    column-count: 3;
}
.text-block .column_four {
    column-count: 4;
}
@media (max-width: 767px) {
    .text-block .column_one,
    .text-block .column_two,
    .text-block .column_three,
    .text-block .column_four {
        column-count: 1;
    }
}

.video {
    overflow: hidden;
    position: relative;
    height: 0;
    padding-bottom: 54.25%;
}
.video iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-width: 0;
    outline-width: 0;
}

.faqs {
    padding: 50px 0;
}
@media (max-width: 1023px) {
    .faqs {
        padding: 35px 0;
    }
}
.faqs-accordion__row {
    overflow: hidden;
    background: #fff;
    margin: -1px 0 0;
    border: 1px solid #ddd;
}
.faqs-accordion__opener {
    overflow: hidden;
    position: relative;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 15px 50px 15px 20px;
    cursor: pointer;
    transition: background 0.2s linear;
}
.faqs-accordion__opener:after {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 10.58'%3E%3Cpath d='M10.5,11.08a2,2,0,0,1-1.41-.58L.79,2.21A1,1,0,0,1,2.21.79l8.29,8.3L18.79.79a1,1,0,1,1,1.42,1.42l-8.3,8.29A2,2,0,0,1,10.5,11.08Z' transform='translate(-0.5 -0.5)'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 20px 11px;
    height: 20px;
    width: 20px;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    transition: transform 0.2s linear;
}
.faqs-accordion__opener:not(.collapsed) {
    background: #F5F5F5;
}
.faqs-accordion__opener:not(.collapsed):after {
    transform: translateY(-50%) rotate(-180deg);
}
.faqs-accordion__box {
    overflow: hidden;
    padding: 15px 20px 20px;
    border-top: 1px solid #ddd;
}
.widget-grid__wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.widget-grid__item {
    overflow: hidden;
    width: 25%;
    padding: 0 10px;
    margin: 0 0 20px;
}
.widget-grid__box {
    position: relative;
    padding-bottom: 56.25%;
}
.widget-grid__box-medium {
    margin: 0 50px;
}
.widget-grid__box-medium .widget-grid__link {
    top: -50px;
    left: -50px;
    right: -50px;
    bottom: -50px;
}
.widget-grid__box-small {
    margin: 0 75px;
}
.widget-grid__box-small .widget-grid__link {
    top: -75px;
    left: -75px;
    right: -75px;
    bottom: -75px;
}
.widget-grid__box-portrait {
    padding-bottom: 150%;
}
.widget-grid__box-square {
    padding-bottom: 100%;
}
.widget-grid__link {
    text-align: center;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0070C0;
    font-size: 14px;
    line-height: 1.2;
    padding: 10px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s linear, visibility 0.2s linear;
}
.widget-grid__box:hover .widget-grid__link {
    opacity: 1;
    visibility: visible;
}
@media (max-width: 1023px) {
    .widget-grid__item {
        width: 33.3%;
    }
}
@media (max-width: 767px) {
    .widget-grid__item {
        width: 50%;
    }
}
@media (max-width: 539px) {
    .widget-grid__item {
        width: 100%;
        padding: 0;
    }
}
.widget-slider {
    overflow: hidden;
    padding: 0 40px;
}
.container .widget-slider {
    padding: 0 25px;
}
.widget-slider .slick-slide > div {
    padding: 20px;
}
.widget-slider__item {
    overflow: hidden;
}
.widget-slider .widget-slider__item {
    display: block!important;
}
.widget-slider .widget-slider__picture {
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 145px;
    margin: 0 0 15px;
}
.widget-slider .widget-slider__picture:last-child {
    margin: 0;
}
.widget-slider .widget-slider__picture img {
    display: block;
    max-height: 145px;
    max-width: 100%;
    object-fit: contain;
    margin: 0 auto;
}
.widget-slider .widget-slider__box {
    text-align: center;
}
.widget-slider .widget-slider__text {
    font-size: 16px;
    line-height: 1.2;
}
.full-slider {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.full-slider .widget-grid {
    flex-direction: column;
    flex-grow: 1;
}
.widget-slider__full {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.widget-slider__full .slick-list {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.widget-slider__full .slick-track {
    display: flex;
    flex-grow: 1;
}
.widget-slider__full .slick-slide {
    overflow: hidden;
    display: flex;
    flex-grow: 1;
    height: auto;
}
.widget-slider__full .slick-slide > div {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.widget-slider__full .widget-slider__item {
    position: relative;
    display: flex !important;
    align-items: center;
    flex-grow: 1;
}
.widget-slider__full .widget-slider__picture {
    margin: 0 auto;
}
.widget-slider__full .widget-slider__picture {
    width: 100%;
}
.widget-slider__full .widget-slider__picture img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    margin: 0 auto;
    object-fit: contain;
}
.widget-slider__full .widget-slider__box {
    position: absolute;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    padding: 5% 50px;
    z-index: 1;
}
.widget-slider__full .widget-slider__text {
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    max-width: 850px;
    width: 100%;
    color: #fff;
    padding: 25px;
    margin: 0 auto;
}
.widget-slider__full .widget-slider__text h1:empty {
    display: none;
}
.widget-slider__full .widget-slider__text .color-span {
    color: var(--hover-color);
}
.widget-slider__full .slick-arrow.slick-prev {
    left: 10px;
}
.widget-slider__full .slick-arrow.slick-next {
    right: 10px;
}
.container .widget-slider__full .slick-arrow.slick-prev {
    left: 0;
}
.container .widget-slider__full .slick-arrow.slick-next {
    right: 0;
}
@media (max-width: 767px) {
    .widget-slider .slick-slide > div {
        padding: 20px 0;
    }
    .widget-slider .widget-slider__text {
        font-size: 14px;
    }
}
@media (max-width: 539px) {
    .widget-slider__full .widget-slider__box {
        padding: 5% 35px;
    }
    .widget-slider__full .widget-slider__text {
        padding: 15px;
    }
    .widget-slider__full .slick-arrow.slick-prev {
        left: 5px;
    }
    .widget-slider__full .slick-arrow.slick-next {
        right: 5px;
    }
}
.widget-grid.bullet-list-grid .widget-grid__col {
    justify-content: flex-start;
}
.bullet-list-grid .column_one li {
    width: 100%;
}
.bullet-list-grid .column_two li {
    width: 50%;
}
.bullet-list-grid .column_three li {
    width: 33.3%;
}
.bullet-list-grid .column_four li {
    width: 25%;
}
.bullet-list-grid-list {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 1.2;
    list-style: none;
    padding: 0;
    margin: 0;
}
.bullet-list-grid-list__item {
    padding: 0 10px 0 60px;
    margin: 0 0 20px;
}
.bullet-list-grid-list__item p {
    margin: 0 0 5px;
}
.bullet-list-grid-list__item p:last-child {
    margin: 0;
}
.bullet-list-grid-list__img {
    overflow: hidden;
    float: left;
    display: block;
    height: 40px;
    width: 40px;
    margin: 0 0 0 -60px;
}
.bullet-list-grid-list__title {
    display: block;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 10px;
}
@media (max-width: 1023px) {
    .bullet-list-grid .column_two li,
    .bullet-list-grid .column_three li,
    .bullet-list-grid .column_four li {
        width: 100%;
    }
}
.widget-grid__map iframe {
    min-height: 260px;
    width: 100%;
    margin: 0 auto;
}
.widget-grid__map-box iframe {
    min-height: 260px;
}
@media (max-width: 1023px) {
    .widget-grid__map iframe,
    .widget-grid__map-box iframe{
        min-height: 200px;
    }
}
.widget-grid.widget-news-grid {
    display: block;
}
.news-block {
    font-size: 14px;
    line-height: 1.2;
    margin: 0 0 15px;
}
.news-block__wrap {
    display: flex;
    margin: 0 -15px;
}
.news-block__box {
    display: flex;
    width: 80%;
    padding: 0 15px;
}
.news-block__img {
    overflow: hidden;
    flex-shrink: 0;
    max-width: 388px;
    width: 100%;
    padding: 0 30px 0 0;
}
.news-block__img img {
    display: block;
    height: auto;
    max-width: 100%;
    width: auto!important;
    margin: 0 auto;
}
.news-block__hold {
    overflow: hidden;
    width: 100%;
}
.news-block__hold [data-readmore-toggle] {
    margin: 5px 0 0;
}
.news-block__head {
    display: flex;
    align-items: baseline;
    margin: 0 0 15px;
}
.news-block__title {
    overflow: hidden;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-block__date {
    font-size: 14px;
    line-height: 1.2;
    color: #B9BEC0;
    padding: 0 0 0 15px;
}
.news-block__text {
    overflow: hidden;
    max-height: none;
    transition: height 100ms;
}
.news-block__button {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 20%;
    padding: 0 15px;
}
.show-more {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    background: #000;
    min-width: 110px;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 8px 10px 6px;
    transition: opacity 0.2s linear;
}
.show-more:hover {
    opacity: 0.8;
}
.show-more__wrap {
    display: flex;
    justify-content: center;
}
@media (max-width: 1023px) {
    .news-block__wrap {
        flex-wrap: wrap;
        margin: 0;
    }
    .news-block__box {
        width: 100%;
        padding: 0;
        margin: 0 0 20px;
    }
    .news-block__img {
        max-width: 340px;
        padding: 0 15px 0 0;
    }
    .news-block__button {
        justify-content: center;
        width: 100%;
        padding: 0;
    }
}
@media (max-width: 767px) {
    .news-block__wrap {
        flex-wrap: wrap;
    }
    .news-block__box {
        flex-direction: column;
    }
    .news-block__img {
        max-width: 175px;
        padding: 0;
        margin: 0 auto 15px;
    }
    .news-block__btn {
        margin: 0 -5px;
    }
}
.news-slider {
    overflow: hidden;
    padding: 0 40px;
}
.container .news-slider {
    padding: 0 25px;
}
.news-slider .slick-track {
    display: flex;
}
.news-slider.slick-initialized .slick-slide {
    display: flex;
}
.news-slider .slick-slide {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: auto;
}
.news-slider .slick-slide > div {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin: 15px;
}
.news-slider__item {
    display: flex !important;
    flex-direction: column;
    flex-grow: 1;
    font-size: 14px;
    line-height: 1.2;
}
.news-slider__box {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.news-slider__item-img {
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 145px;
    margin: 0 0 15px;
}
.news-slider__item-img.hidden {
    display: none;
}
.news-slider__item-img img {
    display: block;
    max-height: 145px;
    max-width: 100%;
    object-fit: contain;
    margin: 0 auto;
}
.news-slider__item-hold {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    margin: 0 0 15px;
}
.news-slider__item-title {
    overflow: hidden;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-slider__item-date {
    font-size: 14px;
    line-height: 1.2;
    color: #B9BEC0;
    padding: 0 0 0 15px;
}
.news-slider__item-text {
    overflow: hidden;
    flex-grow: 1;
    max-height: 288px;
    overflow-y: auto;
}
.news-slider__read-more {
    overflow: hidden;
    max-height: none;
    margin: 0 0 10px;
    transition: height 100ms;
}
[data-readmore-toggle] {
    display: block;
    background: transparent;
    text-decoration: underline;
    color: #CC0001;
    padding: 0;
    margin: 0 0 15px;
    border: 0;
    cursor: pointer;
}
[data-readmore-toggle]:hover {
    text-decoration: none;
}
.news-slider__item .btn {
    display: block;
    width: 100%;
    padding: 16px 10px 14px;
    margin: 0;
}
.block-slider {
    padding: 0 40px;
}
.container .block-slider {
    padding: 0 25px;
}
@media (max-width: 1023px) {
    .news-slider__item .btn {
        padding: 12px 10px 10px;
    }
}
@media (max-width: 767px) {
    .news-slider .slick-slide > div {
        margin: 0;
    }
    .news-slider__item-text {
        max-height: 415px;
    }
}
@media (max-width: 539px) {
    .news-slider__item-text {
        max-height: 315px;
    }
}
@media (max-width: 459px) {
    .news-slider__item-text {
        max-height: 282px;
    }
}
.empty-block__box-large {
    height: 100px;
}
.empty-block__box-medium {
    height: 50px;
}
.empty-block__box-small {
    height: 25px;
}
@media (max-width: 1023px) {
    .empty-block__box-large,
    .empty-block__box-medium {
        height: 25px;
    }
}
