

/* Start:/local/templates/empty/styles/index.min.css?177063077727397*/
@-webkit-keyframes splide-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes splide-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.splide--draggable > .splide__slider > .splide__track, .splide--draggable > .splide__track {
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.splide--fade > .splide__slider > .splide__track > .splide__list, .splide--fade > .splide__track > .splide__list {
    display: block
}

.splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide, .splide--fade > .splide__track > .splide__list > .splide__slide {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 0
}

.splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide.is-active, .splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
    opacity: 1;
    position: relative;
    z-index: 1
}

.splide--rtl {
    direction: rtl
}

.splide--ttb.is-active > .splide__slider > .splide__track > .splide__list, .splide--ttb.is-active > .splide__track > .splide__list {
    display: block
}

.splide__container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.splide__list {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block
}

.splide__pagination {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0;
    pointer-events: none
}

.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto
}

.splide__progress__bar {
    width: 0
}

.splide {
    outline: 0;
    position: relative;
    visibility: hidden
}

.splide.is-initialized, .splide.is-rendered {
    visibility: visible
}

.splide__slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    outline: 0;
    position: relative
}

.splide__slide img {
    vertical-align: bottom
}

.splide__slider {
    position: relative
}

.splide__spinner {
    -webkit-animation: 1s linear infinite splide-loading;
    animation: 1s linear infinite splide-loading;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0
}

.homeBanner {
    position: relative;
    min-height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.homeBanner .container {
    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-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.homeBanner-bg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0
}

.homeBanner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    z-index: 1
}

.homeBanner-content .tv-search-form .TVTheme2{
    width: 100% !important;
}

.homeBanner-content__caption {
    margin-bottom: 24px;
    padding: 10px 30px;
    font-size: 14px;
    line-height: 114.28571%;
    color: #fff;
    background: rgba(255, 255, 255, .2);
    border: 1px solid rgba(255, 255, 255, .5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    margin-left: auto
}

.homeBanner-content__title,
.homeBanner-content__brief {
    color: #fff;
}

.homeBanner-content__title {
    margin: 0 0 10px;
}

.homeBanner-content__brief {
    margin: 0 0 20px;
}

.homeNews {
    padding: 92px 0 50px
}

.homeNews .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.homeNews-title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

.homeNews-title .btn {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.homeNews-title .section-h2 {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 24px
}

.homeNews-news {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: auto
}

.homeNews-news__items {
    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
}

.homeNews-news__items .item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin: 15px 0;
    width: 100%;
    min-height: 340px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-filter: drop-shadow(0 10px 30px rgba(13, 29, 80, .2));
    filter: drop-shadow(0 10px 30px rgba(13, 29, 80, .2));
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.homeNews-news__items .item:hover {
    -webkit-filter: none;
    filter: none
}

.homeNews-news__items .item-bg img, .splide__track .icon img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.homeNews-news__items .item-text {
    margin-top: auto;
    position: relative;
    z-index: 1;
    padding: 30px;
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 38, 76, 0)), to(rgba(0, 38, 76, .8)));
    background: -o-linear-gradient(top, rgba(0, 38, 76, 0) 0, rgba(0, 38, 76, .8) 100%);
    background: linear-gradient(180deg, rgba(0, 38, 76, 0) 0, rgba(0, 38, 76, .8) 100%)
}

.homeNews-news__items .item-text__caption {
    padding: 5px 7px;
    font-size: 12px;
    line-height: 116.66667%;
    text-transform: uppercase;
    background: #ff5f20;
    border-radius: 2px;
    margin-bottom: 10px
}

.homeNews-news__items .item-text__title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 5px
}

.homeNews-news__items .item-text__subtitle {
    font-size: 16px;
    line-height: 19px
}

.homeNews-popular {
    width: 100%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    padding: 30px;
    -webkit-box-shadow: 0 10px 30px rgba(13, 29, 80, .2);
    box-shadow: 0 10px 30px rgba(13, 29, 80, .2);
    margin: 15px 0;
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #d7dfe7
}

.homeNews-popular__bg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.homeNews-popular__title {
    font-size: 30px;
    line-height: 35px;
    color: #0d1d50;
    margin-bottom: 20px;
    position: relative;
    z-index: 1
}

.homeNews-popular__title span {
    font-weight: 700
}

.homeNews-popular__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px 15px;
    position: relative;
    z-index: 1;
    width: calc(100% + 20px)
}

.homeNews-popular__items .item {
    width: calc(100% - 20px);
    margin: 0 10px 10px;
    background: #fff;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px
}

.homeNews-popular__items .item:hover {
    background: #2270f2
}

.homeNews-popular__items .item:hover .item-text {
    color: #fff
}

.homeNews-popular__items .item-image {
    width: 29.03226%;
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.homeNews-popular__items .item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.homeNews-popular__items .item-text {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #2270f2;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.homeNews-popular .btn {
    margin-top: auto;
    position: relative;
    z-index: 1;
    padding: 15px 34px
}

.services {
    padding: 50px 0
}

.services .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.services .section-h2, .services .section-subtitle {
    margin-bottom: 30px;
    width: 100%
}

.services-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    width: calc(100% + 30px)
}

.services-items__item {
    padding: 35px 40px;
    border-radius: 20px;
    -webkit-box-shadow: 0 10px 20px rgba(13, 29, 80, .05);
    box-shadow: 0 10px 20px rgba(13, 29, 80, .05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    width: 100%;
    margin: 0 15px 30px
}

.services-items__item .text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.services-items__item .text .section-h3 {
    margin-bottom: 16px
}

.services-items__item .text .btn {
    margin-top: auto;
    padding: 10px 18px
}

.services-items__item .icon {
    width: 48px;
    height: 48px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.services-items__item .icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.services-description {
    width: 100%;
    text-align: justify;
    color: #0d1d50;
    font-weight: 300
}

.services-description p {
    margin-top: 0
}

.services-description__ul {
    padding-top: 20px
}

.services-description__ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    font-weight: 400
}

.services-description__ul li img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 32px
}

.servicesBanners-block {
    max-width: 410px;
    min-height: 340px;
    width: 31.78295%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.servicesBanners-block:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.servicesBanners-block__bg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.servicesBanners-block__text {
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 30px;
    line-height: 116.66667%;
    color: #fff;
    padding: 40px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 38, 76, 0)), to(rgba(0, 38, 76, .8)));
    background: -o-linear-gradient(top, rgba(0, 38, 76, 0) 0, rgba(0, 38, 76, .8) 100%);
    background: linear-gradient(180deg, rgba(0, 38, 76, 0) 0, rgba(0, 38, 76, .8) 100%)
}

.servicesBanners {
    padding: 50px 0
}

.servicesBanners .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.servicesBanners .servicesBanners-slider {
    margin-right: auto;
    width: 100%
}

.servicesBanners .servicesBanners-slider__arrows {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.servicesBanners .servicesBanners-slider__arrows > div {
    width: 32px;
    height: 32px;
    margin: 0 5px;
    opacity: .5;
    cursor: pointer
}

.servicesBanners .servicesBanners-slider__slide {
    position: relative;
    min-height: 340px;
    border-radius: 20px;
    overflow: hidden;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.servicesBanners .servicesBanners-slider__slide::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 170px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 38, 76, 0)), to(rgba(0, 38, 76, .8)));
    background: -o-linear-gradient(top, rgba(0, 38, 76, 0) 0, rgba(0, 38, 76, .8) 100%);
    background: linear-gradient(180deg, rgba(0, 38, 76, 0) 0, rgba(0, 38, 76, .8) 100%);
    pointer-events: none
}

.servicesBanners .servicesBanners-slider__slide img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.servicesBanners .servicesBanners-slider__slide .play {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer
}

.servicesBanners .servicesBanners-slider__slide .text {
    max-width: 560px;
    width: 72.72727%;
    font-weight: 700;
    font-size: 20px;
    line-height: 116.66667%;
    color: #fff;
    position: relative;
    z-index: 1;
    margin-top: auto;
    pointer-events: none
}

.servicesBanners .servicesBanners-block {
    display: none
}

.reviewItem {
    padding: 40px;
    background-size: 64px;
    background-repeat: no-repeat;
    background-position-y: 33px;
    background-position-x: calc(100% - 40px);
    background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_174_213)'%3E%3Cpath d='M0 36.5714H13.7143L4.57135 54.857H18.2856L27.4285 36.5714V9.14282H0V36.5714Z' fill='%2300264C' fill-opacity='0.1'/%3E%3Cpath d='M36.5714 9.14282V36.5714H50.2857L41.1428 54.857H54.857L64 36.5714V9.14282H36.5714Z' fill='%2300264C' fill-opacity='0.1'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_174_213'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")
}

.reviewItem-city, .reviewItem-name {
    padding-right: 74px
}

.reviewItem-name {
    font-weight: 600;
    font-size: 20px;
    line-height: 115%;
    color: #0d1d50;
    margin-bottom: 11px
}

.reviewItem-city {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.reviewItem-city span {
    font-size: 14px;
    line-height: 114.28571%;
    color: #697f96;
    margin-left: 6px
}

.reviewItem-text {
    font-size: 16px;
    line-height: 162.5%;
    color: #0d1d50
}

.reviewItem-text .text-hidden {
    display: none
}

.reviewItem-more {
    font-size: 16px;
    line-height: 162.5%;
    color: #2270f2;
    cursor: pointer
}

.reviewItem-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    margin: 30px -10px 0
}

.reviewItem-images .images-image {
    width: calc(100% / 2 - 20px);
    margin: 0 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.reviewItem-images .images-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.homeReviews .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.homeReviews-reviews {
    width: 100%;
    margin-right: auto
}

.homeReviews-reviews .section-h2 {
    margin-bottom: 30px
}

.homeReviews-reviews .splide__track {
    -webkit-box-shadow: 0 10px 20px rgba(13, 29, 80, .05);
    box-shadow: 0 10px 20px rgba(13, 29, 80, .05);
    border-radius: 20px;
    background: #fff
}

.homeReviews-reviews__arrows {
    padding-top: 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.homeReviews-reviews__arrows .splide__arrow {
    margin-right: 10px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.homeReviews-reviews__arrows a.btn {
    margin-left: auto
}

.homeReviews-gallery {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px
}

.homeReviews-gallery .section-h2 {
    width: calc(100% - 52px)
}

.homeReviews-gallery__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    background: #0d1d50;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%
}

.homeReviews-gallery__items {
    margin: 20px -10px 0;
    width: calc(100% + 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.homeReviews-gallery__items .item {
    width: calc(33.33% - 20px);
    margin: 10px
}

.homeReviews-gallery__items .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.homeParthers {
    padding: 50px 0 100px
}

.homeParthers .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.homeParthers .section-h2 {
    width: 100%;
    margin-bottom: 24px;
    margin-right: auto
}

.homeParthers-list {
    margin: 25px -15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: calc(100% + 30px)
}

.homeParthers-list__item {
    width: calc(100% / 2 - 30px);
    margin: 15px;
    padding: 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 10px 20px rgba(13, 29, 80, .05);
    box-shadow: 0 10px 20px rgba(13, 29, 80, .05);
    border-radius: 10px;
    overflow: hidden;
    background: #fff
}

.homeParthers-list__item img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

@media screen and (min-width: 400px) {
    .homeNews-popular__items .item {
        width: calc(50% - 20px)
    }
}

@media screen and (min-width: 425px) {
    .reviewItem-images .images-image {
        width: calc(100% / 3 - 20px)
    }
}

@media screen and (min-width: 480px) {
    .reviewItem-images .images-image {
        width: calc(100% / 4 - 20px)
    }
}

@media screen and (max-width: 480px) {
    .homeNews-news__items .item-bg img, .servicesBanners .servicesBanners-slider__slide img {
        object-fit: unset;
    }
}

@media screen and (min-width: 576px) {
    .homeNews-title .section-h2 {
        width: auto;
        max-width: calc(100% - 200px);
        margin-bottom: 0
    }

    .homeNews-popular__items .item {
        width: calc(33.33% - 20px)
    }

    .services-items__item {
        width: calc(50% - 30px)
    }

    .services-items__item .icon {
        display: none
    }

    .reviewItem-images .images-image {
        width: calc(100% / 5 - 20px)
    }

    .homeReviews-gallery__items .item {
        width: calc(25% - 20px)
    }

    .homeReviews-gallery__items .item:nth-child(9) {
        display: none
    }

    .homeParthers .section-h2 {
        margin-bottom: 0;
        width: calc(100% - 200px)
    }

    .homeParthers-list__item {
        width: calc(100% / 3 - 30px)
    }
}

@media screen and (min-width: 768px) {
    .homeNews-news__items .item-text__title {
        font-size: 24px;
        line-height: 28px
    }

    .homeNews-news__items .item-text__subtitle {
        font-size: 18px;
        line-height: 21px
    }

    .homeNews-popular__items .item {
        width: calc(25% - 20px)
    }

    .reviewItem-images .images-image {
        width: calc(100% / 6 - 20px)
    }
}

@media screen and (min-width: 830px) {
    .services-items__item {
        width: calc(33.33% - 30px)
    }

    .homeParthers-list__item {
        width: calc(100% / 4 - 30px)
    }
}

@media screen and (min-width: 1024px) {
    .homeNews-popular__items .item {
        width: calc(20% - 20px)
    }

    .services-items {
        margin: 0 auto 0 0;
        max-width: 410px;
        width: 31.78295%
    }

    .services-items__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 0 30px;
        width: 100%
    }

    .services-items__item .icon {
        display: block;
        width: 90px;
        height: 90px;
        padding: 10px 0
    }

    .services-description {
        max-width: 820px;
        width: 63.56589%;
        font-size: 18px;
        line-height: 155.55556%
    }

    .servicesBanners .servicesBanners-slider {
        max-width: 850px;
        width: 65.89147%
    }

    .servicesBanners .servicesBanners-slider__slide .text {
        font-size: 30px
    }

    .servicesBanners .servicesBanners-slider__arrows {
        bottom: 40px;
        right: 40px
    }

    .servicesBanners .servicesBanners-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .reviewItem-images {
        overflow-x: hidden
    }

    .homeReviews-gallery__items .item {
        width: calc(100% / 9 - 20px)
    }

    .homeReviews-gallery__items .item:nth-child(9) {
        display: block
    }

    .homeParthers-list__item {
        width: calc(100% / 6 - 30px)
    }
}

@media screen and (min-width: 1152px) {
    .homeNews-news, .homeNews-title {
        max-width: 850px;
        width: 65.89147%
    }

    .homeNews-news__items .item-text, .homeNews-popular {
        padding: 40px
    }

    .homeNews-popular {
        max-width: 410px;
        width: 31.78295%
    }

    .homeNews-popular__items .item {
        width: calc(50% - 20px)
    }

    .reviewItem-images .images-image {
        width: calc(100% / 8 - 20px)
    }

    .homeReviews-reviews {
        max-width: 850px;
        width: 65.89147%
    }

    .homeReviews-gallery {
        margin-top: 0;
        max-width: 410px;
        width: 31.78295%
    }

    .homeReviews-gallery__items .item {
        width: calc(33.33% - 20px)
    }
}


    .title-tourwidget {
        margin-top:-99px;
    }
    @media screen and (max-width: 1223px) {
        .title-tourwidget {
            margin: 62px 0 30px;
        }
    }
    .section-h2.calendar {
        margin: 42px 0 30px;
    }

    /*----------------------------------------*/
    /* YANDEX REVIEWS */
    /*----------------------------------------*/
    .yandex-reviews .splide__slide iframe {
        height: 800px;
        width: 100%;
    }
    .yandex-reviews .splide__arrows {
        display: flex !important;
        gap: 4px;
        position: absolute;
        right: 0;
        top: -72px;
    }
    .yandex-reviews .splide__arrow {
        background: #ffaa22;
        border: 0;
        border-radius: 50%;
        fill: #fff;
        height: 40px;
        padding: 8px;
        width: 40px;
    }
    .yandex-reviews .splide__arrow:disabled {
        cursor: not-allowed;
        opacity: 0.25;
    }
    .yandex-reviews .splide__arrow svg {
        height: 100%;
        width: 100%;
    }
    .yandex-reviews .splide__arrow--prev {
        transform: scaleX(-1);
    }
/* End */
/* /local/templates/empty/styles/index.min.css?177063077727397 */
