@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap);

@charset "UTF-8";
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

:root {
    --bs-heading-font-size-multiplier: 1.2;
}

body, html {
    overflow: visible;
    overflow-x: hidden;
    width: 100%
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #000;
    background-color: #fafafa
}

.container {
    max-width: 1800px;
}

@media (max-width: 1890px) {
    .container {
        padding-right: calc(var(--bs-gutter-x) * 1.5);
        padding-left: calc(var(--bs-gutter-x) * 1.5);
    }
}


a {
    text-decoration: none;
}

@media (max-width: 999px) {
    body {
        font-size: 1.6rem
    }
}


video {
    -o-object-fit: cover;
    object-fit: cover
}

main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #fafafa;
    width: 100%
}

img.img-100{
    width: 100%;
}

input::-webkit-input-placeholder {
    font-family: Roboto, sans-serif
}

input::-moz-placeholder {
    font-family: Roboto, sans-serif
}

input:-ms-input-placeholder {
    font-family: Roboto, sans-serif
}

input::-ms-input-placeholder {
    font-family: Roboto, sans-serif
}

button, input, input::placeholder, textarea {
    font-family: Roboto, sans-serif
}

button, input, select, textarea {
    font-family: Roboto, sans-serif;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    outline: none !important
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: color .25s ease, background-color .25s ease;
    -o-transition: color ease .25s, background-color ease .25s;
    transition: color .25s ease, background-color .25s ease
}

ul {
    list-style: none
}

svg {
    -webkit-transition: fill .25s ease, stroke .25s ease;
    -o-transition: fill ease .25s, stroke ease .25s;
    transition: fill .25s ease, stroke .25s ease
}

button {
    -webkit-transition: color .25s ease;
    -o-transition: color ease .25s;
    transition: color .25s ease
}

h1, h2, h3, h4, h5, h6 {
    font-family: RAYDIS, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #0F33D3;
    font-size: 1.6em;
    margin-bottom: 0.6em;
}

h1:last-child, h2:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
    margin-bottom: 0 !important
}


.poster {
    padding: 70px 0;
    margin: 150px 0;
    color: #fff;
    background-color: #0F33D3;
}

@media (max-width: 999px) {
    .poster {
        margin: 100px 0;
        padding: 39px 0;
        margin: 54px 0 60px;
        padding: 40px 0
    }
}

@media (max-width: 839px) {
    .poster {
        padding: 30px 0
    }
}

.poster .svg-icon {
    fill: #fafafa;
    stroke: #fafafa
}

.poster h1, .poster h2 {
    color: #fff
}

.poster-filters {
    display: grid;
    grid-template-columns:repeat(10, -webkit-max-content);
    grid-template-columns:repeat(10, max-content);
    margin: 0 -10px 4px
}

@media (max-width: 1279px) {
    .poster-filters {
        margin-top: 28px;
        margin-bottom: 30px;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
        font-size: 1.6rem
    }
}

@media (max-width: 999px) {
    .poster-filters {
        margin-bottom: 36px;
        -webkit-column-gap: 5px;
        -moz-column-gap: 5px;
        column-gap: 5px;
        font-size: 1.7rem
    }
}

@media (max-width: 839px) {
    .poster-filters {
        -webkit-column-gap: 8%;
        -moz-column-gap: 8%;
        column-gap: 8%
    }
}

@media (max-width: 659px) {
    .poster-filters {
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        font-size: 1.5rem
    }
}

.poster-filters__single {
    padding: 10px;
    opacity: .5;
    display: inline-block;
    text-transform: uppercase;
    color: #0F33D3;
}

.poster-filters__single:focus, .poster-filters__single:hover {
    opacity: .8
}

.poster-filters__single.active {
    opacity: 1;
    cursor: default
}

.poster-filters__single.active:focus, .poster-filters__single.active:hover {
    opacity: 1
}

.poster-tab {
    margin: 0 0 80px
}

@media (max-width: 1279px) {
    .poster-tab {
        margin-bottom: 40px
    }
}

.poster-textLink {
    color: #fff
}

.poster-list {
    width: 100%
}

.poster-list__single {
    border-top: 2px solid #fafafa;
    width: 100%;
    display: grid;
    grid-template-columns:160px minmax(280px, 1fr) calc(46% - 202.4px) calc(48% - 211.2px);
    grid-template-rows:-webkit-max-content 1fr -webkit-max-content;
    grid-template-rows:max-content 1fr max-content;
    grid-template-areas:"date img geo type" "date img title announcement" "date img time more";
    padding: 11px 0 19px;
    position: relative
}

@media (max-width: 1359px) {
    .poster-list__single {
        grid-template-columns:160px 280px calc(50% - 220px) calc(50% - 220px)
    }
}

@media (max-width: 999px) {
    .poster-list__single {
        grid-template-columns:95px minmax(290px, 1fr) calc(48% - 184.8px) calc(48% - 184.8px);
        grid-template-areas:"date img geo type" "date img announcement announcement" "date img time time";
        padding-bottom: 10px
    }
}

@media (max-width: 659px) {
    .poster-list__single {
        border-top: 1px solid #fafafa;
        padding: 11px 8px;
        grid-template-columns:1fr 1fr;
        grid-template-rows:1fr -webkit-max-content;
        grid-template-rows:1fr max-content;
        grid-template-areas:"date type" "date geo";
        height: 286px
    }
}

.poster-list__single:last-child {
    border-bottom: 2px solid #fafafa
}

@media (max-width: 659px) {
    .poster-list__single:last-child {
        border-bottom: 1px solid #fafafa
    }
}

.poster-list-date {
    margin: 0 30px 0 0;
    font-size: 4rem;
    line-height: 1.2;
    grid-area: date
}

@media (max-width: 999px) {
    .poster-list-date {
        font-weight: 300;
        font-size: 2.4rem;
        line-height: 1.2;
        margin-right: 15px
    }
}

@media (max-width: 659px) {
    .poster-list-date {
        font-size: 3rem;
        position: relative;
        z-index: 50;
        margin-top: 2px
    }
}

@media (max-width: 659px) {
    .poster-list-date-number {
        margin-bottom: 6px
    }
}

.poster-list-date-month {
    font-size: 1.8rem;
    opacity: .7;
    letter-spacing: .1em
}

@media (max-width: 999px) {
    .poster-list-date-month {
        font-size: 1.4rem
    }
}

@media (max-width: 659px) {
    .poster-list-date-month {
        text-transform: lowercase
    }
}

.poster-list-img {
    grid-area: img;
    line-height: 0
}

@media (max-width: 659px) {
    .poster-list-img {
        position: absolute;
        top: 11px;
        left: 0;
        width: 100%;
        height: calc(100% - 22px)
    }
}

.poster-list-img-link {
    display: block;
    width: 250px;
    margin: 9px 30px 0 0;
    position: relative;
    overflow: hidden;
    min-height: 200px
}

@media (max-width: 999px) {
    .poster-list-img-link {
        margin-top: 5px;
        width: 260px
    }
}

@media (max-width: 659px) {
    .poster-list-img-link {
        width: 100%;
        height: 100%;
        margin-top: 0
    }
}

.poster-list-img-tag {
    width: 100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

@media (max-width: 659px) {
    .poster-list-img-tag {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.poster-list-img-link:focus .poster-list-img-tag, .poster-list-img-link:hover .poster-list-img-tag {
    -webkit-transform: scale(1.1) translate(0);
    -ms-transform: scale(1.1) translate(0);
    transform: scale(1.1) translate(0)
}

.poster-list-img-title {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .9);
    font-size: 1.8rem;
    line-height: 1.3;
    padding: 50px 15px 15px;
    font-weight: 500;
    color: #fff
}

@media (max-width: 999px) {
    .poster-list-img-title {
        display: block
    }
}

@media (max-width: 659px) {
    .poster-list-img-title {
        background-color: rgba(5, 13, 48, .9);
        padding-top: 90px;
        padding-left: 40px;
        padding-right: 40px
    }
}

.poster-list-geo {
    display: grid;
    grid-template-columns:repeat(10, -webkit-max-content);
    grid-template-columns:repeat(10, max-content);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 6px 23px 19px 0;
    grid-area: geo
}

@media (max-width: 999px) {
    .poster-list-geo {
        margin-top: 5px;
        font-size: 1.4rem
    }
}

@media (max-width: 659px) {
    .poster-list-geo {
        position: relative;
        z-index: 50;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        margin-bottom: 8px;
        margin-right: 0
    }
}

.poster-list-geo .svg-icon {
    margin: -1px 8px 0 0
}

@media (max-width: 999px) {
    .poster-list-geo .svg-icon {
        width: 11px;
        height: 11px;
        margin-right: 4px
    }
}

.poster-list-title {
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.3;
    margin: 0 23px 19px 0;
    grid-area: title
}

@media (max-width: 1279px) {
    .poster-list-title {
        font-size: 1.7rem
    }
}

@media (max-width: 999px) {
    .poster-list-title {
        display: none
    }
}

.poster-list-title:focus, .poster-list-title:hover {
    opacity: .8
}

.poster-list-time {
    align-self: end;
    display: grid;
    grid-template-columns:repeat(10, -webkit-max-content);
    grid-template-columns:repeat(10, max-content);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 23px 0 0;
    grid-area: time
}

@media (max-width: 999px) {
    .poster-list-time {
        font-size: 1.4rem
    }
}

@media (max-width: 659px) {
    .poster-list-time {
        display: none
    }
}

.poster-list-time .svg-icon {
    margin: -2px 8px 0 0
}

@media (max-width: 999px) {
    .poster-list-time .svg-icon {
        width: 12px;
        height: 12px;
        margin-right: 6px
    }
}

.poster-list-time-text {
    margin: 0 8px 0 0;
    opacity: .7;
    line-height: 1.45
}

.poster-list-time-number {
    font-size: 2rem;
    line-height: 1.2
}

@media (max-width: 999px) {
    .poster-list-time-number {
        font-size: 1.4rem
    }
}

.poster-list-type {
    margin: 6px 0 19px;
    opacity: .5;
    letter-spacing: .1em;
    text-transform: uppercase;
    grid-area: type;
    display: grid;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

@media (max-width: 999px) {
    .poster-list-type {
        margin-top: 5px;
        font-size: 1.4rem
    }
}

@media (max-width: 659px) {
    .poster-list-type {
        position: relative;
        z-index: 50
    }
}

.poster-list-announcement {
    font-weight: 300;
    opacity: .8;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0 0 19px;
    grid-area: announcement
}

@media (max-width: 1279px) {
    .poster-list-announcement {
        font-size: 1.3rem
    }
}

@media (max-width: 999px) {
    .poster-list-announcement {
        display: grid;
        -ms-flex-line-pack: center;
        align-content: center;
        font-size: 1.4rem
    }
}

@media (max-width: 659px) {
    .poster-list-announcement {
        display: none
    }
}

.poster-list-more {
    grid-area: more;
    display: grid;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

@media (max-width: 999px) {
    .poster-list-more {
        display: none
    }
}

.poster-list-more-link {
    font-weight: 300;
    border-bottom: 1px solid #fafafa;
    align-self: end;
    display: inline-grid;
    grid-template-columns:repeat(10, -webkit-max-content);
    grid-template-columns:repeat(10, max-content);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: .8;
    text-transform: uppercase;
    font-size: 1.4rem
}

.poster-list-more-link:focus, .poster-list-more-link:hover {
    opacity: 1
}

.poster-list-more-link .svg-icon {
    margin: 0 0 0 8px
}


.sectpr {
    display: grid;
    grid-template-columns: 250px 1fr 250px;
    grid-template-rows: -webkit-max-content -webkit-max-content -webkit-max-content;
    grid-template-rows: max-content max-content max-content;
    grid-template-areas:"img img img" "top top top" "filters list side";
    width: 100%;
    max-width: 1900px;
    padding: 0 60px;
    margin: 0 auto;
    grid-column-gap: 40px;
}

@media (max-width: 1279px) {
    .sectpr {
        grid-template-rows: -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content;
        grid-template-rows: max-content max-content max-content max-content;
        grid-template-columns: calc(100% - 290px) 250px;
        grid-template-areas: "img img" "top top" "filters filters" "list side";
    }
}

@media (max-width: 999px) {
    .sectpr {
        grid-template-columns: calc(100% - 260px) 220px;
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 839px) {
    .sectpr {
        grid-template-rows: -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content;
        grid-template-rows: max-content max-content max-content max-content max-content;
        grid-template-columns: 1fr;
        grid-template-areas: "img" "top" "top2" "mobban" "filters" "list";
        padding-left: 37px;
        padding-right: 37px
    }
}

@media (max-width: 659px) {
    .sectpr {
        padding-left: 17px;
        padding-right: 17px
    }
}

.sectpr-img {
    grid-area: img;
    margin: 0 -70px 150px;
    height: 600px
}

@media (max-width: 1279px) {
    .sectpr-img {
        height: 383px;
        margin-bottom: 100px;
        height: 250px
    }
}

@media (max-width: 999px) {
    .sectpr-img {
        height: 250px
    }
}

@media (max-width: 659px) {
    .sectpr-img {
        height: 650px;
        margin-bottom: 60px
    }
}

.sectpr-img-tag {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.sectpr-top {
    grid-area: top;
    grid-column: 2/3;
    width: 100%;
    overflow: hidden
}

@media (max-width: 1279px) {
    .sectpr-top {
        grid-column: auto;
        margin-bottom: 40px
    }
}

.sectpr-top__title {
    overflow-wrap: break-word
}

.sectpr-top__desc {
    margin: 50px 0 0;
    max-width: 700px;
    font-weight: 300
}

@media (max-width: 1279px) {
    .sectpr-top__desc {
        margin-top: 40px
    }
}

.sectpr-filters {
    grid-area: filters;
    margin: 0 0 120px
}

@media (max-width: 1279px) {
    .sectpr-filters {
        margin-bottom: 0
    }
}

.sectpr-filters .sectpr-side__link {
    display: none
}

@media (max-width: 1279px) {
    .sectpr-filters .sectpr-side__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 24px
    }
}

.sectpr-filters__title {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 19px 0;
    margin: 0 -60px
}

@media (max-width: 839px) {
    .sectpr-filters__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.sectpr-filters__title-text {
    margin: 0 4px 0 14px
}

.sectpr-filters__title-arrow {
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

.sectpr-filters__title.active .sectpr-filters__title-arrow {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1)
}

.sectpr-filters_select {
    font-size: 1.5rem;
    position: relative;
    border: 1px solid rgba(0, 0, 0, .5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 8px 0;
    color: #0F33D3;
}

.sectpr-filters_select:first-child {
    margin-top: 0
}

.sectpr-filters_select:last-child {
    margin-bottom: 0
}

.sectpr-filters_select-label {
    padding: 4px 8px 4px 10px;
    color: #0F33D3;
    opacity: .5;
    width: 64px
}

@media (max-width: 1279px) {
    .sectpr-filters_select-label {
        padding-left: 16px;
        padding-right: 10px;
        width: 74px
    }
}

.sectpr-filters_select select {
    padding: 4px 35px 4px 0;
    width: 100%;
    border-width: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
    margin: 0 -1px 0 0;
    border-right: 1px solid rgba(0, 0, 0, .5)
}

@media (max-width: 1279px) {
    .sectpr-filters_select select {
        padding-right: 47px
    }
}

.sectpr-filters_select-arrow {
    display: none;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
    width: 0;
    height: 0;
    border: 7.5px solid rgba(0, 0, 0, 0);
    border-top-color: #0F33D3;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

.sectpr-filters_select .choices {
    margin-bottom: 0;
    position: static;
    width: 100%;
    font-size: inherit
}

.sectpr-filters_select .choices:after {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
    width: 0;
    height: 0;
    border: 7.5px solid rgba(0, 0, 0, 0) !important;
    border-top-color: #0F33D3 !important;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    margin-top: 0 !important
}

@media (max-width: 1279px) {
    .sectpr-filters_select .choices:after {
        right: 16px
    }
}

.sectpr-filters_select .choices .choices__placeholder {
    opacity: 1
}

.sectpr-filters_select .choices .choices__list--single {
    padding: 0;
    overflow: hidden !important;
    white-space: nowrap
}

.sectpr-filters_select .choices .choices__inner {
    border-width: 0;
    min-height: 0;
    padding: 4px 35px 4px 0;
    font-size: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sectpr-filters_select .choices .choices__list--dropdown {
    left: -1px;
    width: calc(100% + 2px);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    box-shadow: 0 0 4px rgba(0, 0, 0, .2)
}

.sectpr-filters_select .choices .choices__list--dropdown input {
    display: none !important
}

.sectpr-filters_select .choices .choices__list--dropdown .choices__item {
    padding: 7px 7px 7px 49px;
    font-size: inherit
}

@media (max-width: 1279px) {
    .sectpr-filters_select .choices .choices__list--dropdown .choices__item {
        padding-left: 61px
    }
}

.sectpr-filters_select .choices .choices__list--dropdown .choices__item:after {
    display: none
}

.sectpr-filters_inv {
    margin: 8px 0
}

@media (max-width: 1279px) {
    .sectpr-filters_inv {
        padding-left: 16px;
        padding-right: 16px
    }
}

.sectpr-filters_inv:first-child {
    margin-top: 0
}

.sectpr-filters_inv:last-child {
    margin-bottom: 0
}

.sectpr-filters_inv label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: uppercase;
    font-size: 1.5rem;
    cursor: pointer
}

.sectpr-filters_inv input {
    display: none
}

.sectpr-filters_inv-text {
    color: #0F33D3;
    opacity: .7
}

.sectpr-filters_inv-box {
    width: 27px;
    height: 26px;
    background-color: #dcdcdc;
    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;
    margin: 0 0 0 10px
}

.sectpr-filters_inv-box .svg-icon {
    opacity: .5
}

input:checked + label .sectpr-filters_inv-box .svg-icon {
    opacity: 1
}

.sectpr-filters .bx_filter {
    padding-bottom: 30px
}

@media (max-width: 1279px) {
    .sectpr-filters .bx_filter {
        display: none
    }
}

.sectpr-filters .bx_filter .bx_filter_section {
    border-width: 0;
    padding: 0;
    background: none
}

.sectpr-filters .bx_filter .bx_filter_section-other {
    padding: 20px 10px 40px;
    border: 1px solid rgba(10, 27, 89, .5)
}

@media (max-width: 1279px) {
    .sectpr-filters .bx_filter .bx_filter_section-other {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0
    }
}

.sectpr-filters .bx_filter .sectpr-filters_reset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 29px 0 0
}

.sectpr-filters .bx_filter .bx_filter_search_reset {
    font-size: 1.3rem;
    text-transform: uppercase;
    padding: 10px;
    margin-right: 0;
    margin-bottom: 0;
    color: #0F33D3;
    font-weight: 500;
    line-height: inherit;
    height: auto
}

.sectpr-filters .bx_filter .bx_filter_search_reset:focus, .sectpr-filters .bx_filter .bx_filter_search_reset:hover {
    opacity: .7
}

.sectpr-filters .bx_filter .bx_filter_search_reset svg {
    margin: 0 0 0 4px
}

.sectpr-filters .bx_filter .bx_filter_button_box, .sectpr-filters .bx_filter .bx_filter_parameters_box {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0
}

.sectpr-filters .bx_filter .bx_filter_button_box:first-child, .sectpr-filters .bx_filter .bx_filter_parameters_box:first-child {
    margin-top: 0
}

.sectpr-filters .bx_filter .bx_filter_button_box:last-child, .sectpr-filters .bx_filter .bx_filter_parameters_box:last-child {
    margin-bottom: 0
}

@media (max-width: 1279px) {
    .sectpr-filters .bx_filter .bx_filter_parameters_box:not(.travel_custom_check):nth-child(odd) {
        background-color: #f3f3f3
    }
}

@media (max-width: 1279px) {
    .sectpr-filters .bx_filter .bx_filter_parameters_box {
        padding-left: 16px;
        padding-right: 16px
    }
}

.sectpr-filters .bx_filter .bx_filter_block {
    padding-bottom: 27px;
    padding-top: 10px
}

.sectpr-filters .bx_filter .bx_filter_parameters_box_title {
    width: calc(100% + 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom-width: 0;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 0;
    padding: 8px 36px 8px 10px;
    font-size: 1.5rem;
    font-weight: 500;
    color: #0F33D3;
}

@media (max-width: 1279px) {
    .sectpr-filters .bx_filter .bx_filter_parameters_box_title {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0
    }
}

.sectpr-filters .bx_filter .bx_filter_parameters_box_title:focus, .sectpr-filters .bx_filter .bx_filter_parameters_box_title:hover {
    background-color: #f3f3f3
}

@media (max-width: 1279px) {
    .sectpr-filters .bx_filter .bx_filter_parameters_box_title:focus, .sectpr-filters .bx_filter .bx_filter_parameters_box_title:hover {
        background-color: rgba(0, 0, 0, 0)
    }
}

.sectpr-filters .bx_filter .bx_filter_parameters_box_title:after {
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
    background: none !important;
    width: 0;
    height: 0;
    border: 7.5px solid rgba(0, 0, 0, 0);
    border-top-color: #0F33D3;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

.sectpr-filters .bx_filter .bx_filter_parameters_box.active .bx_filter_parameters_box_title:after {
    -webkit-transform: translateY(-75%) scaleY(-1);
    -ms-transform: translateY(-75%) scaleY(-1);
    transform: translateY(-75%) scaleY(-1);
    -webkit-transition: -webkit-transform .4s .1s;
    transition: -webkit-transform .4s .1s;
    -o-transition: transform .4s .1s;
    transition: transform .4s .1s;
    transition: transform .4s .1s, -webkit-transform .4s .1s
}

.sectpr-filters .bx_filter .bx_ui_slider_track {
    margin: 20px 9px;
    height: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    border-width: 0 !important;
    width: 100%
}

.sectpr-filters .bx_filter .bx_ui_slider_pricebar_VD, .sectpr-filters .bx_filter .bx_ui_slider_pricebar_VN {
    background: rgba(0, 0, 0, .1);
    border-width: 0 !important;
    top: 0 !important;
    bottom: 0 !important
}

.sectpr-filters .bx_filter .bx_ui_slider_pricebar_V {
    background: none;
    border-width: 0 !important
}

.sectpr-filters .bx_filter .bx_ui_slider_range {
    z-index: 100
}

.sectpr-filters .bx_filter .bx_ui_slider_handle {
    width: 18px;
    height: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    border: 2px solid #0F33D3;
}

.sectpr-filters .bx_filter .bx_ui_slider_handle.left {
    background: #fff;
    margin-left: -9px
}

.sectpr-filters .bx_filter .bx_ui_slider_handle.right {
    background: #fff;
    margin-right: -9px
}

.sectpr-filters .bx_filter .bx_filter_param_label {
    margin-bottom: 0;
    margin-right: 0
}

.sectpr-filters .bx_filter .bx_filter_input_checkbox {
    padding-top: 4px;
    padding-bottom: 4px;
    min-height: 0;
    line-height: 0;
    width: 100%
}

.sectpr-filters .bx_filter .bx_filter_input_checkbox:first-child {
    padding-top: 0
}

.sectpr-filters .bx_filter .bx_filter_input_checkbox:last-child {
    padding-bottom: 0
}

.sectpr-filters .bx_filter .bx_filter_input_checkbox .bx_filter_param_text {
    margin-left: 0;
    margin-right: 0;
    text-align: left
}

.sectpr-filters .bx_filter .bx_filter_input_checkbox .bx_filter_param_label {
    min-height: 26px;
    padding: 0 0 0 40px;
    font-weight: 500;
    font-size: 1.5rem;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    cursor: pointer;
    color: #0F33D3;
    line-height: 1.2
}

.sectpr-filters .bx_filter .bx_filter_input_checkbox .bx_filter_param_label:before {
    content: "";
    width: 24px;
    height: 24px;
    border: 1px solid #0F33D3;
    background-color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0
}

.sectpr-filters .bx_filter .bx_filter_input_checkbox .bx_filter_param_label:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-80%) rotate(-45deg);
    -ms-transform: translateY(-80%) rotate(-45deg);
    transform: translateY(-80%) rotate(-45deg);
    left: 5px;
    width: 13px;
    height: 7px;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff
}

.sectpr-filters .bx_filter .bx_filter_input_checkbox input {
    display: none
}

.sectpr-filters .bx_filter .bx_filter_input_checkbox input:checked + label:before {
    background-color: #0F33D3;
}

.sectpr-filters .bx_filter .travel_custom_check {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0
}

@media (max-width: 1279px) {
    .sectpr-filters .bx_filter .travel_custom_check {
        border-bottom: 1px solid rgba(0, 0, 0, .5)
    }
}

.sectpr-filters .bx_filter .travel_custom_check .bx_filter_block {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    padding: 15px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .5)
}

@media (max-width: 1279px) {
    .sectpr-filters .bx_filter .travel_custom_check .bx_filter_block {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
        border-bottom-width: 0;
        width: 100%
    }
}

.sectpr-filters .bx_filter .travel_custom_check .bx_filter_input_checkbox {
    padding-top: 0;
    padding-bottom: 0
}

.sectpr-filters .bx_filter .bx_filter_parameters_box_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sectpr-filters .bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block {
    font-size: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border: 1px solid rgba(0, 0, 0, .5);
    width: calc(50% - 10px);
    max-width: 130px;
    padding-left: 10px;
    padding-right: 4px;
    font-weight: 300
}

.sectpr-filters .bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block:first-child {
    padding-right: 4px;
    margin-right: 10px
}

.sectpr-filters .bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block:nth-child(2) {
    padding-left: 10px;
    margin-left: 10px
}

.sectpr-filters .bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block .bx_filter_input_container {
    background: none;
    min-width: 40px;
    max-width: 100%;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 !important
}

.sectpr-filters .bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block .bx_filter_input_container input {
    font-weight: 300;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0;
    height: auto;
    background: rgba(0, 0, 0, 0);
    padding: 0 0 0 5px !important
}

.sectpr-filters .bx_filter .bx_filter_button_box .bx_filter_block {
    padding-top: 35px;
    padding-bottom: 0
}

.sectpr-filters .bx_filter .bx_filter_button_box .bx_filter_parameters_box_container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sectpr-list {
    grid-area: list;
    margin: 0 0 50px 0;
    width: 100%
}

.sectinf-description{
    margin-bottom: 20px;
}

.sectpr-list-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 -20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sectpr-list__item {
    width: 25%;
    margin: 0 0 56px 0;
    padding: 0 20px;
}

@media (max-width: 1899px) {
    .sectpr-list__item {
        width: 33.33333%;
    }
}

@media (max-width: 1499px) {
    .sectpr-list__item {
        width: 50%;
        margin-bottom: 100px
    }
}

@media (max-width: 999px) {
    .sectpr-list__item {
        margin-bottom: 40px
    }
}

@media (max-width: 659px) {
    .sectpr-list__item {
        width: 100%;
    }
}

.sectpr-list__item-img {
    width: 100%;
    height: 0;
    padding-top: 68%;
    position: relative;
    display: block;
    overflow: hidden
}

.sectpr-list__item-img-tag {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    z-index: 50
}

.sectpr-list__item-img:focus .sectpr-list__item-img-tag, .sectpr-list__item-img:hover .sectpr-list__item-img-tag {
    -webkit-transform: scale(1.1) translate(0);
    -ms-transform: scale(1.1) translate(0);
    transform: scale(1.1) translate(0)
}

.sectpr-list__item-sect {
    padding: 4px 11px;
    color: #fff;
    background-color: #0F33D3;
    top: 5%
}

.sectpr-list__item-sect, .sectpr-list__item-tags {
    font-size: 1.4rem;
    text-transform: uppercase;
    z-index: 100;
    position: absolute;
    left: 0
}

.sectpr-list__item-tags {
    bottom: 0;
    padding: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    white-space: nowrap;
    font-weight: 600;
    font-family: RAYDIS, sans-serif;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.sectpr-list__item-tags-item {
    margin: 4px;
    padding: 2px 8px 1px;
    background-color: #fff;
    border-radius: 10px;
    color: #0F33D3;
}

.sectpr-list__item-geo {
    z-index: 100;
    position: absolute;
    top: 5%;
    left: 0;
    padding: 1px 10px 2px;
    color: #fff;
    background-color: #0F33D3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 1.4rem
}

@media (max-width: 1279px) {
    .sectpr-list__item-geo {
        padding: 8px 40px 8px 18px
    }
}

@media (max-width: 999px) {
    .sectpr-list__item-geo {
        padding: 6px 20px 6px 13px
    }
}

@media (max-width: 659px) {
    .sectpr-list__item-geo {
        font-size: 1.6rem
    }
}

.sectpr-list__item-geo-img {
    margin: -1px 0 0
}

@media (max-width: 1279px) {
    .sectpr-list__item-geo-img {
        width: 18px;
        height: 28px
    }
}

@media (max-width: 999px) {
    .sectpr-list__item-geo-img {
        width: 12px;
        height: 19px
    }
}

.sectpr-list__item-geo-text {
    margin: 0 0 0 6px
}

.sectpr-list__item-geo-text:first-child {
    margin-left: 0
}

@media (max-width: 1279px) {
    .sectpr-list__item-geo-text {
        margin-left: 14px
    }
}

@media (max-width: 999px) {
    .sectpr-list__item-geo-text {
        margin-left: 8px
    }
}

@media (max-width: 1279px) {
    .sectpr-list__item-geo_views .sectpr-list__item-geo-img {
        width: 24px;
        height: 24px
    }
}

@media (max-width: 999px) {
    .sectpr-list__item-geo_views .sectpr-list__item-geo-img {
        width: 16px;
        height: 16px
    }
}

.sectpr-list__item-geo_views .sectpr-list__item-geo-text {
    margin-left: 11px
}

@media (max-width: 1279px) {
    .sectpr-list__item-geo_views .sectpr-list__item-geo-text {
        margin-left: 15px
    }
}

@media (max-width: 999px) {
    .sectpr-list__item-geo_views .sectpr-list__item-geo-text {
        margin-left: 10px
    }
}

.sectpr-list__item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 2px;
    height: 34px
}

@media (max-width: 1279px) {
    .sectpr-list__item-info {
        margin-bottom: 4px;
        height: 65px
    }
}

@media (max-width: 999px) {
    .sectpr-list__item-info {
        margin-bottom: 3px;
        height: 44px
    }
}

.sectpr-list__item-stars {
    position: relative;
    padding: 8px 8px 8px 0
}

.sectpr-list__item-stars-segment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.sectpr-list__item-stars-segment_fill {
    position: absolute;
    top: 8px;
    left: 0
}

.sectpr-list__item-stars-single {
    margin: 0 3px 0 0
}

@media (max-width: 1279px) {
    .sectpr-list__item-stars-single {
        width: 35px;
        height: 35px;
        margin-right: 5px
    }
}

@media (max-width: 999px) {
    .sectpr-list__item-stars-single {
        width: 24px;
        height: 24px;
        margin-right: 4px
    }
}

.sectpr-list__item-type {
    width: 110px;
    height: 100%;
    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;
    color: #0F33D3;
    font-size: 1.4rem;
    background-color: #fde199
}

@media (max-width: 1279px) {
    .sectpr-list__item-type {
        font-size: 1.8rem;
        width: 40%
    }
}

@media (max-width: 999px) {
    .sectpr-list__item-type {
        font-size: 1.6rem
    }
}

.sectpr-list__item-date {
    padding: 6px 0;
    font-size: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: rgba(10, 27, 89, .7)
}

.sectpr-list__item-date-img {
    margin: 0 13px 0 0
}

.sectpr-list__item-date-text {
    margin: 2px 0 0
}

.sectpr-list__item-title {
    font-size: 1.6rem;
    margin: 0 0 7px;
    font-weight: 500;
    line-height: 0
}

.sectpr-list__item-img + .sectpr-list__item-title {
    margin-top: 10px;
}

.sectpr-list__item-title a, .sectpr-list__item-title span {
    color: #0F33D3;
    line-height: 1.4
}

.sectpr-list__item-title a:focus, .sectpr-list__item-title a:hover, .sectpr-list__item-title span:focus, .sectpr-list__item-title span:hover {
    opacity: .7
}

.sectpr-list__item-desc {
    font-size: 1.3rem;
    line-height: 1.2;
    font-weight: 300;
}

.sectpr-list-social-icon{
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: cover;
    text-indent: -9999px;
    overflow: hidden;
    margin-right: 6px;
}

.sectpr-list-social-telegram{
    background-image: url('../img2/icons/telegram.png');
}
.sectpr-list-social-vk{
    background-image: url('../img2/icons/vk.png');
}
.sectpr-list-social-phones{
    margin-bottom: 10px;
}
.sectpr-list-social-phone-item{
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 5px;
}

.sectpr-list-social-phone{
    background-image: url('../img2/icons/phone-handset.png');
    display: inline-block;
    width: 24px;
    height: 14px;
    background-size: cover;
}

.sectpr-list_art {
    margin-top: 65px
}

@media (max-width: 999px) {
    .sectpr-list_art {
        margin-top: 55px
    }
}

@media (max-width: 659px) {
    .sectpr-list_art {
        margin-top: 40px
    }
}

@media (max-width: 1899px) {
    .sectpr-list_art .sectpr-list-inner {
        margin-left: -20px;
        margin-right: -20px
    }
}

@media (max-width: 1279px) {
    .sectpr-list_art .sectpr-list-inner {
        margin-left: -20px;
        margin-right: -20px
    }
}

@media (max-width: 999px) {
    .sectpr-list_art .sectpr-list-inner {
        margin-left: -20px;
        margin-right: -20px
    }
}

.sectpr-list_art .sectpr-list__item {
    width: 25%;
}

@media (max-width: 1899px) {
    .sectpr-list_art .sectpr-list__item {
        width: 25%;
    }
}

@media (max-width: 1279px) {
    .sectpr-list_art .sectpr-list__item {
        width: 33.33333%;
    }
}

@media (max-width: 999px) {
    .sectpr-list_art .sectpr-list__item {
        width: 50%;
    }
}

@media (max-width: 659px) {
    .sectpr-list_art .sectpr-list__item {
        width: 100%;
    }
}

.sectpr-list_art .sectpr-list__item-img {
    margin-bottom: 10px
}

.sectpr-list_row {
    overflow-x: auto
}

.sectpr-list_row::-webkit-scrollbar {
    opacity: 1;
    height: 4px
}

.sectpr-list_row::-webkit-scrollbar-thumb {
    background-color: #bbb;
    opacity: .5;
    border: .5px solid #000;
    border-radius: 1px
}

.sectpr-list_row .sectpr-list-inner {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0
}

@media (max-width: 1499px) {
    .sectpr-list_row .sectpr-list-inner {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width: 999px) {
    .sectpr-list_row .sectpr-list-inner {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width: 659px) {
    .sectpr-list_row .sectpr-list-inner {
        margin-left: 0;
        margin-right: 0
    }
}

.sectpr-list_row .sectpr-list__item {
    width: 270px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (max-width: 1899px) {
    .sectpr-list_row .sectpr-list__item {
        width: 270px
    }
}

@media (max-width: 1499px) {
    .sectpr-list_row .sectpr-list__item {
        width: 270px
    }
}

@media (max-width: 999px) {
    .sectpr-list_row .sectpr-list__item {
        width: 270px
    }
}

@media (max-width: 659px) {
    .sectpr-list_row .sectpr-list__item {
        width: 270px;
        margin-left: 20px;
        margin-right: 20px
    }
}

.sectpr-list_row .sectpr-list__item:first-child {
    margin-left: 0
}

@media (max-width: 659px) {
    .sectpr-list_row .sectpr-list__item:first-child {
        margin-left: 0
    }
}

.sectpr-list_row .sectpr-list__item:last-child {
    margin-right: 0
}

@media (max-width: 659px) {
    .sectpr-list_row .sectpr-list__item:last-child {
        margin-right: 0
    }
}

.sectpr-list_news .sectpr-list__item {
    width: 33.33333%;
}

@media (max-width: 1499px) {
    .sectpr-list_news .sectpr-list__item {
        width: 50%;
    }
}

@media (max-width: 999px) {
    .sectpr-list_news .sectpr-list__item {
        width: 50%;
    }
}

@media (max-width: 659px) {
    .sectpr-list_news .sectpr-list__item {
        width: 100%;
    }
}

.sectpr-pagination {
    font-size: 2.4rem;
    margin: 30px 0 0
}

.sectpr-pagination, .sectpr-pagination__single {
    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
}

.sectpr-pagination__single {
    color: #000;
    opacity: .5;
    padding: 6px
}

.sectpr-pagination__single:focus, .sectpr-pagination__single:hover {
    opacity: .4
}

.sectpr-pagination__single.selected, .sectpr-pagination__single.selected:focus, .sectpr-pagination__single.selected:hover, .sectpr-pagination__single_arrow {
    opacity: 1
}

@media (max-width: 659px) {
    .sectpr-pagination__single_arrow {
        display: none
    }
}

.sectpr-pagination__single_arrow.disabled, .sectpr-pagination__single_arrow:focus, .sectpr-pagination__single_arrow:hover {
    opacity: .6
}


.sectpr-mobile-banner {
    display: none;
}

@media (max-width: 839px) {
    .sectpr-mobile-banner {
        display: block;
        grid-area: mobban;
    }
}


.sectpr-side {
    grid-area: side;
    margin: 0 0 50px 0;
}

@media (max-width: 839px) {
    .sectpr-side {
        display: none;
    }
}

.sectpr-side__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 7px 21px;
    border: 1px solid #0F33D3;
    color: #0F33D3;
    font-size: 1.4rem;
    line-height: 160%;
    margin: 0 0 20px 0;
}

@media (max-width: 1279px) {
    .sectpr-side__link {
        padding: 18px 16px
    }
}

.sectpr-side__link:focus, .sectpr-side__link:hover {
    opacity: .7
}

.sectpr-side__link-text {
    width: 100%;
    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;
    text-align: center;
    margin: 0 8px 0 0
}

@media (max-width: 1279px) {
    .sectpr-side__link-text {
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left
    }
}

.sectpr-side__link .svg-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (max-width: 1279px) {
    .sectpr-side__link .svg-icon {
        width: 27px;
        height: 22px
    }
}

.detailpr {
    margin: 90px 0 0
}

@media (max-width: 1279px) {
    .detailpr {
        margin-top: 40px
    }
}

.detailpr-top {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto 100px;
    height: 680px
}

@media (max-width: 1279px) {
    .detailpr-top {
        height: 450px
    }
}

@media (max-width: 999px) {
    .detailpr-top {
        height: 310px;
        margin-bottom: 60px
    }
}

@media (max-width: 659px) {
    .detailpr-top {
        height: 100vh;
        margin-top: -73px
    }
}

.detailpr-top-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.detailpr__title {
    margin: 0 0 40px
}

.detailpr__title-inner {
    display: inline-block
}

.detailpr-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 90px 0 75px
}

@media (max-width: 1279px) {
    .detailpr-info {
        display: block
    }
}

@media (max-width: 999px) {
    .detailpr-info {
        margin-top: 40px;
        margin-bottom: 65px
    }
}

.detailpr-info-left {
    width: calc(50% - 20px)
}

@media (max-width: 1279px) {
    .detailpr-info-left {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.detailpr-info-right {
    width: calc(50% - 40px)
}

@media (max-width: 1279px) {
    .detailpr-info-right {
        width: 100%
    }
}

.detailpr-prev {
    display: none;
    margin: 0 0 80px;
    width: 50%;
    height: 283px
}

@media (max-width: 1279px) {
    .detailpr-prev {
        display: block
    }
}

@media (max-width: 659px) {
    .detailpr-prev {
        width: 100%;
        height: 243px;
        -webkit-box-ordinal-group: -9;
        -ms-flex-order: -10;
        order: -10;
        margin-bottom: 40px
    }
}

.detailpr-prev-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.detailpr-desc {
    font-size: 2rem;
    margin: 0 0 80px
}

@media (max-width: 1279px) {
    .detailpr-desc {
        font-size: 1.6rem;
        width: 50%;
        padding-right: 40px
    }
}

@media (max-width: 659px) {
    .detailpr-desc {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px
    }
}

.detailpr-contacts {
    width: 100%
}

@media (max-width: 1279px) {
    .detailpr-contacts {
        margin-bottom: 80px
    }
}

@media (max-width: 999px) {
    .detailpr-contacts {
        margin-bottom: 40px
    }
}

.detailpr-contacts__title {
    font-weight: 500;
    margin: 0 0 3px;
    font-size: 2.7rem;
    text-transform: none;
    color: #000;
    font-family: Roboto, sans-serif
}

@media (max-width: 659px) {
    .detailpr-contacts__title {
        font-size: 1.6rem
    }
}

.detailpr-contacts__bar {
    width: 0;
    height: 1px;
    -webkit-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s;
    background-color: #00030d
}

.detailpr-contacts-list {
    padding: 5px 0 8px;
    font-size: 1.4rem;
    border-bottom: 1px solid #000106;
    font-weight: 500
}

@media (max-width: 999px) {
    .detailpr-contacts-list {
        font-size: 1.8rem;
        padding-bottom: 6px
    }
}

@media (max-width: 659px) {
    .detailpr-contacts-list {
        font-size: 1.2rem
    }
}

.detailpr-contacts-list__item {
    padding: 6px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.detailpr-contacts-list__item-title {
    width: 50%;
    padding-right: 20px;
    text-transform: uppercase;
    opacity: .5
}

@media (max-width: 659px) {
    .detailpr-contacts-list__item-title {
        width: 30%
    }
}

.detailpr-contacts-list__item-value {
    width: 50%;
    letter-spacing: 1px;
    opacity: .9
}

@media (max-width: 659px) {
    .detailpr-contacts-list__item-value {
        width: 70%
    }
}

.detailpr-contacts-bottom {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.detailpr-contacts-bottom a:focus, .detailpr-contacts-bottom a:hover {
    opacity: .7
}

.detailpr-contacts-bottom-left {
    width: 50%;
    line-height: 0
}

@media (max-width: 659px) {
    .detailpr-contacts-bottom-left {
        width: 30%
    }
}

.detailpr-contacts-bottom-right {
    line-height: 0;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 659px) {
    .detailpr-contacts-bottom-right {
        width: 70%
    }
}

.detailpr-contacts__objectSite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.detailpr-contacts__objectSite-img {
    margin: 0 5px 0 0
}

.detailpr-contacts-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.detailpr-contacts-social__item {
    margin: 0 0 0 22px
}

.detailpr-contacts__share {
    display: inline-block
}

.detailpr-img {
    width: 100%;
    height: 320px;
    margin: 0 0 50px;
    display: block
}

@media (max-width: 1279px) {
    .detailpr-img {
        display: none
    }
}

.detailpr-img-tag {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.detailpr-map-top {
    width: 100%;
    height: 180px;
    margin: 0 0 20px
}

@media (max-width: 1279px) {
    .detailpr-map-top {
        height: 340px;
        margin-bottom: 30px
    }
}

@media (max-width: 659px) {
    .detailpr-map-top {
        height: 180px
    }
}

.detailpr-map-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width: 1279px) {
    .detailpr-map-bottom {
        display: block
    }
}

.detailpr-properties__title {
    font-weight: 500;
    font-size: 1.8rem;
    margin: 0 0 10px
}

@media (max-width: 999px) {
    .detailpr-properties__title {
        font-size: 2rem
    }
}

@media (max-width: 659px) {
    .detailpr-properties__title {
        font-size: 1.6rem
    }
}

.detailpr-properties{
    margin-bottom: 20px;
}

.detailpr-properties-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 14px 0 14px -22px;
    font-size: 1.6rem
}

.detailpr-properties-list-full {
    display: block;
    display: unset;
}

@media (max-width: 999px) {
    .detailpr-properties-list {
        font-size: 1.4rem
    }
}

@media (max-width: 659px) {
    .detailpr-properties-list {
        margin-top: 7px;
        font-size: 1.2rem
    }
}

.detailpr-properties-list__item {
    width: 58%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width: 1279px) {
    .detailpr-properties-list__item {
        width: 100%
    }
}

.detailpr-properties-list__item:nth-child(2n+2) {
    /*width: 42%;*/
}

@media (max-width: 1279px) {
    .detailpr-properties-list__item:nth-child(2n+2) {
        /*width: 100%*/
    }
}

.detailpr-properties-list__item-title {
    width: 50%;
    padding: 11px 11px 11px 22px;
    font-weight: 300
}

.detailpr-properties-list__item-value a {
    text-decoration: underline;
}

@media (max-width: 1279px) {
    .detailpr-properties-list__item-title {
        padding-right: 22px
    }
}

@media (max-width: 999px) {
    .detailpr-properties-list__item-title {
        width: 70%
    }
}

@media (max-width: 659px) {
    .detailpr-properties-list__item-title {
        padding-top: 8px;
        padding-bottom: 8px
    }
}

.detailpr-properties-list__item-value {
    text-align: right;
    width: 50%;
    padding: 11px 0;
    font-weight: 500;
    word-break: break-word
}

@media (max-width: 999px) {
    .detailpr-properties-list__item-value {
        width: 30%
    }
}

@media (max-width: 659px) {
    .detailpr-properties-list__item-value {
        padding-top: 8px;
        padding-bottom: 8px
    }
}

.detailpr-properties-list__item:nth-child(2n+2) .detailpr-properties-list__item-value {
    text-align: right
}

@media (max-width: 1279px) {
    .detailpr-properties-list__item:nth-child(2n+2) .detailpr-properties-list__item-value {
        text-align: left
    }
}

.detailpr-info-prop-img-wrapper {
    font-size: 2rem;
    margin: 0 0 80px;
}

.detailpr-info-prop-img-item {
    display: inline-block;
    margin: 0px 0px 10px 10px;
}

.detailpr-info-prop-img-item img {

}

.detailpr-gallery {
    width: 100%;
    overflow-x: auto;
    padding: 0 0 24px;
    margin: 90px 0 125px
}

@media (max-width: 999px) {
    .detailpr-gallery {
        margin-top: 40px;
        margin-bottom: 60px
    }
}

@media (max-width: 659px) {
    .detailpr-gallery {
        margin-top: 25px
    }
}

.detailpr-gallery::-webkit-scrollbar {
    opacity: 1;
    height: 4px
}

.detailpr-gallery::-webkit-scrollbar-thumb {
    background-color: #bbb;
    opacity: .5;
    border: .5px solid #000;
    border-radius: 1px
}

.detailpr-gallery-list {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns:repeat(100, 1fr);
    grid-template-rows:312px 250px;
    grid-gap: 40px
}

@media (max-width: 999px) {
    .detailpr-gallery-list {
        grid-row-gap: 28px;
        grid-template-rows:220px 178px
    }
}

.detailpr-gallery-list__item {
    width: 250px;
    overflow: hidden
}

@media (max-width: 999px) {
    .detailpr-gallery-list__item {
        width: 178px
    }
}

.detailpr-gallery-list__item:nth-child(6n+1) {
    width: 330px;
    grid-row: span 2
}

@media (max-width: 999px) {
    .detailpr-gallery-list__item:nth-child(6n+1) {
        width: 240px
    }
}

.detailpr-gallery-list__item:nth-child(6n+2) {
    grid-column: span 2;
    width: 540px
}

@media (max-width: 999px) {
    .detailpr-gallery-list__item:nth-child(6n+2) {
        width: 396px
    }
}

.detailpr-gallery-list__item-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

.detailpr-gallery-list__item:focus .detailpr-gallery-list__item-img, .detailpr-gallery-list__item:hover .detailpr-gallery-list__item-img {
    -webkit-transform: translate(0) scale(1.1);
    -ms-transform: translate(0) scale(1.1);
    transform: translate(0) scale(1.1)
}

.detailpr-videos {
    margin: 125px 0 110px
}

@media (max-width: 1279px) {
    .detailpr-videos {
        margin-top: 84px;
        margin-bottom: 84px
    }
}

@media (max-width: 999px) {
    .detailpr-videos {
        margin-top: 60px;
        margin-bottom: 60px
    }
}

.detailpr-videos-list {
    position: relative;
    width: 100%
}

@media (max-width: 1279px) {
    .detailpr-videos-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width: 1279px) {
    .detailpr-videos-list .swiper-wrapper {
        margin-bottom: 21px
    }
}

.detailpr-videos-list__item {
    width: 100%;
    height: 776px
}

@media (max-width: 1279px) {
    .detailpr-videos-list__item {
        height: 450px
    }
}

@media (max-width: 999px) {
    .detailpr-videos-list__item {
        height: 295px
    }
}

@media (max-width: 659px) {
    .detailpr-videos-list__item {
        height: 275px
    }
}

.detailpr-videos-list__item-video {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.detailpr-videos-list__item iframe {
    width: 100% !important;
    height: 100% !important
}

.detailpr-videos-list__buttons {
    position: absolute;
    bottom: 12%;
    right: 60px;
    width: 145px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 50
}

@media (max-width: 1279px) {
    .detailpr-videos-list__buttons {
        position: static
    }
}

.detailpr-videos-list__button {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    position: relative;
    outline: none !important
}

@media (max-width: 1279px) {
    .detailpr-videos-list__button {
        border: 1px solid #000
    }
}

.detailpr-videos-list__button.swiper-button-disabled {
    border: 1px solid hsla(0, 0%, 100%, .6);
    cursor: default
}

@media (max-width: 1279px) {
    .detailpr-videos-list__button.swiper-button-disabled {
        border: 1px solid rgba(0, 0, 0, .6)
    }
}

.detailpr-videos-list__button:focus, .detailpr-videos-list__button:hover {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2), 0 0 6px hsla(0, 0%, 100%, .4);
    box-shadow: 0 0 4px rgba(0, 0, 0, .2), 0 0 6px hsla(0, 0%, 100%, .4)
}

@media (max-width: 1279px) {
    .detailpr-videos-list__button:focus, .detailpr-videos-list__button:hover {
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2), 0 0 6px rgba(0, 0, 0, .4);
        box-shadow: 0 0 4px rgba(0, 0, 0, .2), 0 0 6px rgba(0, 0, 0, .4)
    }
}

.detailpr-videos-list__button.swiper-button-disabled:focus, .detailpr-videos-list__button.swiper-button-disabled:hover {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    box-shadow: 0 0 4px rgba(0, 0, 0, .2)
}

@media (max-width: 1279px) {
    .detailpr-videos-list__button.swiper-button-disabled:focus, .detailpr-videos-list__button.swiper-button-disabled:hover {
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
        box-shadow: 0 0 4px rgba(0, 0, 0, .2)
    }
}

.detailpr-videos-list__button:after {
    content: "";
    width: 14px;
    height: 14px;
    -webkit-transform: translate(-5px, -8px) rotate(49deg) skew(10deg);
    -ms-transform: translate(-5px, -8px) rotate(49deg) skew(10deg);
    transform: translate(-5px, -8px) rotate(49deg) skew(10deg);
    position: absolute;
    top: 50%;
    left: 50%;
    border-color: #fff;
    border-style: solid;
    border-width: 2px 2px 0 0
}

@media (max-width: 1279px) {
    .detailpr-videos-list__button:after {
        border-color: #000
    }
}

.detailpr-videos-list__button:before {
    content: "";
    height: 2px;
    width: 36%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff
}

@media (max-width: 1279px) {
    .detailpr-videos-list__button:before {
        background-color: #000
    }
}

.detailpr-videos-list__button--prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.detailpr-videos-list-number {
    height: 60px;
    line-height: 60px;
    position: absolute;
    right: 225px;
    bottom: 12%;
    font-weight: 700;
    z-index: 50;
    font-size: 2.4rem
}

@media (max-width: 1279px) {
    .detailpr-videos-list-number {
        position: static;
        margin-right: 25px
    }
}

.detailpr-videos-list-number__current {
    color: #fff;
    text-shadow: 0 0 2px rgba(0, 0, 0, .5)
}

@media (max-width: 1279px) {
    .detailpr-videos-list-number__current {
        color: #000
    }
}

.detailpr-videos-list-number__separator {
    color: #fff;
    text-shadow: 0 0 2px rgba(0, 0, 0, .5)
}

@media (max-width: 1279px) {
    .detailpr-videos-list-number__separator {
        color: #000
    }
}

.detailpr-videos-list-number__all {
    text-shadow: 0 0 2px hsla(0, 0%, 100%, .5)
}

@media (max-width: 1279px) {
    .detailpr-videos-list-number__all {
        color: #000;
        opacity: .5
    }
}

.detailpr-recommendation {
    background-color: #f3f3f3;
    display: grid;
    padding: 46px 0 0
}

@media (max-width: 999px) {
    .detailpr-recommendation {
        padding-top: 30px
    }
}

.detailpr-recommendation-inner {
    overflow: hidden
}

.detailpr_premium {
    margin-top: 0 !important
}

.detailpr_premium .detailpr-contacts {
    margin-bottom: 50px
}

@media (max-width: 1279px) {
    .detailpr_premium .detailpr-desc {
        width: 100%;
        padding-right: 0;
    }
}


.sectinf-title {
    grid-area: title;
}

.sectinf-desc {
    grid-area: desc;
    display: none;
    max-width: 800px;
}

.sectinf-mobile-banner {
    display: none;
}

.sectinf-banner {
    grid-area: banner;
    margin: 0 0 20px 0;
}

@media (max-width: 839px) {
    .sectinf-desc {
        display: block;
    }

    .sectinf-mobile-banner {
        display: block;
    }

    .sectinf-banner {
        display: none;
    }
}

.sectinf-currentTags {
    grid-area: filters;
    text-transform: uppercase;
    margin: 60px 0 0;
}

.sectinf-currentTags__tag {
    color: #0F33D3;
    margin: 0 0 0 10px;
}

.sectinf-filters {
    grid-area: filters;
    margin-top: 60px;
}

@media (max-width: 839px) {
    .sectinf-filters {
        margin-top: 0
    }

    .sectinf-filters.poster-filters {
        margin-bottom: 0
    }
}

.sectinf-products {
    grid-area: products;
    width: 100%;
    border-top: 2px solid #000;
    padding: 40px 0 0
}

@media (max-width: 839px) {
    .sectinf-products {
        border-top-width: 1px
    }
}

.sectinf-products_news {
    border-top-width: 0;
    margin-top: 0
}

@media (max-width: 1279px) {
    .sectinf-products_news {
        border-top-width: 0
    }
}

.sectinf-products_news .sectpr-list_art {
    margin-top: 0
}

@media (max-width: 1279px) {
    .sectinf-products_news .sectpr-list_art {
        margin-top: 0
    }
}

@media (max-width: 659px) {
    .sectinf-products_news .sectpr-list_art {
        margin-top: 0
    }
}

.sectinf-filters2 {
    grid-area: filters2;
    padding: 34px 0 0
}

@media (max-width: 839px) {
    .sectinf-filters2 {
        padding-top: 31px;
        margin-bottom: 17px
    }
}

.sectinf-tags {
    grid-area: tags;
    width: calc(100% + 20px);
    padding: 50px 0 0;
    margin: 0 0 20px 0;
}

@media (max-width: 839px) {
    .sectinf-tags {
        padding-top: 0;
        width: 100%;
    }
}

@media (max-width: 839px) {
    .sectinf-tags-inner {
        display: none;
    }
}

.sectinf-tags-h {
    padding-bottom: 3px;
    border-bottom: 1px solid #00030d;
    font-size: 2.7rem
}

.sectinf-tags-note {
    opacity: .5;
    font-size: 1.2rem;
    margin: 14px 0;
    text-transform: uppercase
}

.sectinf-tags-list {
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 25px -5px 0;
    font-family: RAYDIS, sans-serif;
}

@media (max-width: 839px) {
    .sectinf-tags-list {
        margin: 30px -10px 0;
    }
}

.sectinf-tags-list__item {
    padding: 2px 8px 1px;
    background-color: #0F33D3;
    border-radius: 10px;
    white-space: nowrap;
    display: inline-block;
    color: #fff;
    margin: 0 5px 14px;
    text-transform: uppercase;
    font-weight: 600;
}

@media (max-width: 839px) {
    .sectinf-tags-list__item {
        margin: 0 10px 20px;
    }
}

.sectinf-tags-list__item:focus, .sectinf-tags-list__item:hover {
    opacity: .7
}

.sectinf-tags_news {
    padding-top: 36px
}

@media (max-width: 839px) {
    .sectinf-tags_news {
        padding-top: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 1279px) {
    .sectinf_art {
        padding-top: 80px
    }
}

@media (max-width: 839px) {
    .sectinf_art {
        padding-top: 40px
    }
}

.sectinf_art .sectinf-inner {
    display: block
}

.visual-blocks h3{
    font-size: 1.0em;
    font-weight: 400;
}


.textPage-img {
    width: 100%;
    max-width: 1920px;
    height: 890px;
    margin: -136px auto 0;
    padding: 236px 0 100px;
    position: relative
}

@media (max-width: 1279px) {
    .textPage-img {
        height: 640px
    }
}

@media (max-width: 839px) {
    .textPage-img {
        height: 420px
    }
}

@media (max-width: 659px) {
    .textPage-img {
        margin-top: -73px;
        height: 100vh
    }
}

.textPage-img-tag {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left top;
    object-position: left top
}

@media (max-width: 659px) {
    .textPage-img-tag {
        left: -200px;
        width: calc(100% + 200px);
        max-width: calc(100% + 200px)
    }
}

.textPage-img-container {
    position: relative;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%;
    text-shadow: 0 0 2px hsla(0, 0%, 100%, .7)
}

.textPage-img-title {
    width: 700px;
    font-size: 8rem;
    line-height: 1.2;
    text-transform: uppercase
}

@media (max-width: 1279px) {
    .textPage-img-title {
        font-size: 6.1rem;
        line-height: 1.1;
        width: 600px
    }
}

@media (max-width: 839px) {
    .textPage-img-title {
        font-size: 4rem;
        line-height: 1.1;
        width: 400px
    }
}

@media (max-width: 659px) {
    .textPage-img-title {
        font-size: 3.5rem;
        width: 100%
    }
}

.textPage-img_top .textPage-img-container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.textPage{
    min-height: 50vh;
}

.textPage-block {
    padding: 150px 0
}

@media (max-width: 1279px) {
    .textPage-block {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.textPage-block_grey {
    background-color: #f3f3f3
}

.textPage-block_pbottom {
    padding-bottom: 1px
}

.textPage-block_pstart {
    padding-top: 90px
}

@media (max-width: 1279px) {
    .textPage-block_pstart {
        padding-top: 60px
    }
}

.textPage-title {
    display: inline-block;
    margin: 0 0 28px
}

.textPage .detailinf-prev {
    margin-top: 40px
}

.textPage-inf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width: 1279px) {
    .textPage-inf {
        display: block
    }
}

.textPage-inf-left {
    width: 57%;
    padding: 0 60px 0 0
}

@media (max-width: 1279px) {
    .textPage-inf-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px
    }
}

.textPage-inf-right {
    width: 43%;
    padding: 60px 28px 50px;
    position: relative
}

@media (max-width: 1279px) {
    .textPage-inf-right {
        width: 100%
    }
}

@media (max-width: 659px) {
    .textPage-inf-right {
        padding: 39px 18px 32px
    }
}

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

.textPage-inf-right-inner {
    position: relative;
    z-index: 100;
    background-color: rgba(10, 27, 89, .75);
    padding: 44px 39px;
    color: #fff
}

@media (max-width: 659px) {
    .textPage-inf-right-inner {
        padding: 28px 25px
    }
}

.textPage-split {
    margin: 80px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.textPage-split:first-child {
    margin-top: 0
}

@media (max-width: 999px) {
    .textPage-split {
        display: block;
        margin: 40px 0
    }
}

.textPage-split svg {
    max-width: 100%
}

.textPage-split .video {
    height: 460px
}

@media (max-width: 999px) {
    .textPage-split .video {
        height: 295px
    }
}

.textPage-split img {
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 999px) {
    .textPage-split img {
        width: 100%;
        max-height: 400px
    }
}

@media (max-width: 659px) {
    .textPage-split img {
        max-height: 243px
    }
}

.textPage-split-left {
    width: 57%;
    padding: 0 60px 0 0
}

@media (max-width: 999px) {
    .textPage-split-left {
        width: 100%;
        padding-right: 0;
        padding-bottom: 25px
    }
}

.textPage-split-right {
    width: 43%
}

@media (max-width: 999px) {
    .textPage-split-right {
        width: 100%
    }
}

.textPage-split_reverse .textPage-split-left {
    width: 43%;
    padding-right: 0
}

@media (max-width: 999px) {
    .textPage-split_reverse .textPage-split-left {
        width: 100%
    }
}

.textPage-split_reverse .textPage-split-right {
    padding-left: 60px;
    width: 57%
}

@media (max-width: 999px) {
    .textPage-split_reverse .textPage-split-right {
        width: 100%;
        padding-left: 0
    }
}

.textPage-split_mtop {
    margin-top: 0
}

.textPage-split_start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

.searchPage {
    padding: 90px 0 150px
}

.searchPage-filters {
    margin: 70px -10px 30px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width: 1279px) {
    .searchPage-filters {
        margin-top: 30px;
        margin-bottom: 10px;
        display: block
    }
}

.searchPage-filters-title {
    padding: 4px 10px
}

@media (max-width: 1279px) {
    .searchPage-filters-title {
        margin-bottom: 20px
    }
}

@media (max-width: 999px) {
    .searchPage-filters-title {
        margin-bottom: 0
    }
}

.searchPage-filters-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.searchPage-filters-list__item {
    color: #0F33D3;
    opacity: .6;
    padding: 4px 10px
}

.searchPage-filters-list__item:focus, .searchPage-filters-list__item:hover {
    opacity: .9
}

.searchPage-filters-list__item.active {
    opacity: 1;
    cursor: default
}

.searchPage-filters-list__item.active:focus, .searchPage-filters-list__item.active:hover {
    opacity: 1
}

.searchPage-list__item {
    padding: 19px 0;
    display: grid;
    grid-template-columns:250px 1fr;
    grid-template-rows:-webkit-max-content -webkit-max-content 1fr;
    grid-template-rows:max-content max-content 1fr;
    grid-template-areas:"img title" "img section" "img desc";
    grid-column-gap: 80px;
    grid-row-gap: 8px;
    font-size: 2rem;
    border-bottom: 1px solid #000
}

@media (max-width: 1279px) {
    .searchPage-list__item {
        grid-template-columns:1fr;
        grid-template-areas:"title" "section" "desc";
        padding-top: 20px;
        padding-bottom: 14px
    }
}

@media (max-width: 999px) {
    .searchPage-list__item {
        font-size: 1.8rem
    }
}

.searchPage-list__item:first-child {
    border-top: 1px solid #000
}

.searchPage-list-img {
    grid-area: img;
    min-height: 200px;
    overflow: hidden
}

@media (max-width: 1279px) {
    .searchPage-list-img {
        display: none
    }
}

.searchPage-list-img-tag {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

.searchPage-list-img:focus .searchPage-list-img-tag, .searchPage-list-img:hover .searchPage-list-img-tag {
    -webkit-transform: scale(1.1) translate(0);
    -ms-transform: scale(1.1) translate(0);
    transform: scale(1.1) translate(0)
}

.searchPage-list-title {
    grid-area: title;
    font-weight: 500;
    color: #0F33D3
}

.searchPage-list-title:focus, .searchPage-list-title:hover {
    opacity: .7
}

.searchPage-list-section {
    grid-area: section;
    opacity: .5
}

@media (max-width: 1279px) {
    .searchPage-list-section {
        font-size: 1.8rem
    }
}

.searchPage-list-desc {
    grid-area: desc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 300;
    font-size: 1.6rem;
    margin: 6px 0 0
}

.sitemap {
    font-size: 2.4rem
}

.sitemap a {
    color: #0F33D3
}

.sitemap li {
    text-transform: uppercase;
    margin: 5px 0
}

.sitemap li a {
    opacity: .7
}

.sitemap li a:focus, .sitemap li a:hover {
    opacity: 1
}

.sitemap li ul {
    font-size: 2rem;
    margin: 5px 0 5px 20px
}

.sitemap li ul a {
    opacity: 1
}

.sitemap li ul a:focus, .sitemap li ul a:hover {
    opacity: .7
}

.sitemap li ul li {
    text-transform: none;
    list-style-type: disc
}

.sitemap li ul li ul li {
    margin: 0;
    list-style-type: none
}

.sitemap li ul li ul li:before {
    content: "—";
    margin: 0 4px 0 0
}

.popup {
    z-index: -100;
    -webkit-transition: opacity .4s, z-index 0s .4s;
    -o-transition: opacity .4s, z-index 0s .4s;
    transition: opacity .4s, z-index 0s .4s;
    opacity: 0;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 100%, .96);
    overflow-y: auto
}

.popup.active {
    -webkit-transition: opacity .4s, z-index 0s 0s;
    -o-transition: opacity .4s, z-index 0s 0s;
    transition: opacity .4s, z-index 0s 0s;
    opacity: 1;
    display: inherit;
    z-index: 1500
}

.popup-inner {
    position: relative
}

.popup-inner.container {
    padding-top: 120px
}

@media (max-width: 659px) {
    .popup-inner.container {
        padding-top: 70px
    }
}

.popup-close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 41px;
    top: 48px;
    cursor: pointer
}

@media (max-width: 659px) {
    .popup-close {
        right: 28px;
        top: 14px
    }
}

.popup-close:focus, .popup-close:hover {
    opacity: .7
}

.popup-close__line {
    width: 46px;
    height: 4px;
    position: absolute;
    top: 50%;
    left: -10%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #0F33D3;
    border-radius: 2px
}

.popup-close__line:last-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.popup form {
    width: 100%;
    max-width: 540px;
    margin: 40px auto
}

@media (max-width: 659px) {
    .popup form {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

.popup form h2 {
    text-align: center
}

.popup form .formGroup {
    width: 100%;
    text-align: center;
    position: relative;
    margin: 0 0 40px
}

.popup form .formGroup-inner {
    width: 100%
}

.popup form input, .popup form select, .popup form textarea {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.4;
    padding: 10px 10px 0;
    border-width: 0;
    border-bottom: 1px solid rgba(10, 27, 89, .3);
    background-color: rgba(0, 0, 0, 0)
}

.popup form input::-webkit-input-placeholder, .popup form select::-webkit-input-placeholder, .popup form textarea::-webkit-input-placeholder {
    color: #0F33D3;
    opacity: .8
}

.popup form input::-moz-placeholder, .popup form select::-moz-placeholder, .popup form textarea::-moz-placeholder {
    color: #0F33D3;
    opacity: .8
}

.popup form input:-ms-input-placeholder, .popup form select:-ms-input-placeholder, .popup form textarea:-ms-input-placeholder {
    color: #0F33D3;
    opacity: .8
}

.popup form input::-ms-input-placeholder, .popup form select::-ms-input-placeholder, .popup form textarea::-ms-input-placeholder {
    color: #0F33D3;
    opacity: .8
}

.popup form input::placeholder, .popup form select::placeholder, .popup form textarea::placeholder {
    color: #0F33D3;
    opacity: .8
}

.popup form textarea {
    resize: none;
    padding-bottom: 10px;
    border: 1px solid rgba(10, 27, 89, .3);
    height: 250px
}

@media (max-width: 659px) {
    .popup form textarea {
        height: 180px
    }
}

.popup form .form-error {
    position: absolute;
    top: 100%;
    padding: 0 10px;
    color: #820505;
    left: 0;
    text-align: left;
    font-size: 70%
}

.errorMes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

@media (max-width: 659px) {
    .errorMes {
        display: block
    }
}

.errorMes-left {
    padding: 0 50px 0 0
}

@media (max-width: 659px) {
    .errorMes-left {
        padding-right: 0;
        padding-top: 20px
    }
}

@media (max-width: 659px) {
    .errorMes-right {
        position: absolute;
        top: 0;
        right: 0
    }
}

@media (max-width: 659px) {
    .errorMes-right svg {
        width: 47px;
        height: 54px
    }
}

.errorMes a {
    color: #0F33D3;
    text-decoration: underline
}


.btn-big {
    --bs-btn-padding-y: 0.6rem;
    --bs-btn-padding-x: 2.0rem;
    --bs-btn-font-size: 1.5rem;
    --bs-btn-border-radius: 0.6rem;
}

.btn--white-filled, .btn--white-filled:hover {
    color: #0F33D3;
    background-color: #fff
}

.btn--blue-filled {
    color: #fff;
    background-color: #0F33D3;
    border: 1px solid #0F33D3
}

.btn--blue-filled:after {
    color: #0F33D3;
    background-color: #fafafa
}

.btn--blue-filled-transparent {
    color: #0F33D3;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #0F33D3
}

.btn--blue-filled-transparent:after, .btn--white-outline {
    color: #fff;
    background-color: #0F33D3
}

.btn--white-outline {
    border: 1px solid #fff
}

.btn--white-outline:after {
    color: #0F33D3;
    background-color: #fafafa
}

.btn--white-outline-transparent {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff
}

.btn--white-outline-transparent:after {
    color: #000;
    background-color: #fff
}

.btn--blue-outline {
    color: #0F33D3;
    background-color: #fafafa;
    border: 1px solid #0F33D3
}

.btn--blue-outline:after {
    color: #fff;
    background-color: #0F33D3
}

.btn--blue-outline-transparent {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    -webkit-transition: border-color .4s;
    -o-transition: border-color .4s;
    transition: border-color .4s
}

.btn--blue-outline-transparent:hover {
    border-color: #0F33D3
}

.btn--blue-outline-transparent:after {
    color: #fff;
    background-color: #0F33D3
}

.htmlArea h4, .htmlArea ol, .htmlArea p, .htmlArea ul {
    margin: 28px 0;
    color: inherit
}

@media (max-width: 839px) {
    .htmlArea h4, .htmlArea ol, .htmlArea p, .htmlArea ul {
        margin: 18px 0
    }
}

.htmlArea h4:first-child, .htmlArea ol:first-child, .htmlArea p:first-child, .htmlArea ul:first-child {
    margin-top: 0 !important
}

.htmlArea h4:last-child, .htmlArea ol:last-child, .htmlArea p:last-child, .htmlArea ul:last-child {
    margin-bottom: 0 !important
}

.htmlArea h4.big, .htmlArea ol.big, .htmlArea p.big, .htmlArea ul.big {
    font-size: 2.4rem;
    margin: 32px 0
}

@media (max-width: 1279px) {
    .htmlArea h4.big, .htmlArea ol.big, .htmlArea p.big, .htmlArea ul.big {
        margin: 28px 0
    }
}

@media (max-width: 999px) {
    .htmlArea h4.big, .htmlArea ol.big, .htmlArea p.big, .htmlArea ul.big {
        margin: 22px 0
    }
}

@media (max-width: 839px) {
    .htmlArea h4.big, .htmlArea ol.big, .htmlArea p.big, .htmlArea ul.big {
        margin: 18px 0
    }
}

.htmlArea h4.medium, .htmlArea ol.medium, .htmlArea p.medium, .htmlArea ul.medium {
    font-size: 2rem
}

@media (max-width: 1279px) {
    .htmlArea h4.medium, .htmlArea ol.medium, .htmlArea p.medium, .htmlArea ul.medium {
        font-size: 1.8rem
    }
}

@media (max-width: 659px) {
    .htmlArea h4.medium, .htmlArea ol.medium, .htmlArea p.medium, .htmlArea ul.medium {
        font-size: 1.6rem
    }
}

.htmlArea h4.upper, .htmlArea ol.upper, .htmlArea p.upper, .htmlArea ul.upper {
    text-transform: uppercase
}

.htmlArea h4.blue, .htmlArea ol.blue, .htmlArea p.blue, .htmlArea ul.blue {
    color: #334174
}

.htmlArea h4.small, .htmlArea ol.small, .htmlArea p.small, .htmlArea ul.small {
    font-size: 1.6rem;
    margin: 10px 0
}

@media (max-width: 659px) {
    .htmlArea h4.small, .htmlArea ol.small, .htmlArea p.small, .htmlArea ul.small {
        font-size: 1.3rem
    }
}

.htmlArea h3, .htmlArea h4 {
    color: #0F33D3;
    text-transform: uppercase;
    font-weight: 600
}

.htmlArea ul li {
    margin: 14px 0
}

.htmlArea ul li:first-child {
    margin-top: 0 !important
}

.htmlArea ul li:last-child {
    margin-bottom: 0 !important
}

.htmlArea ul li:before {
    content: "—";
    margin: 0 4px 0 0
}

.htmlArea ul.special {
    color: #0F33D3;
    text-transform: uppercase;
    padding-left: 17px
}

.htmlArea ul.special li {
    list-style-type: disc
}

.htmlArea ul.special li:before {
    content: none
}

.htmlArea ul.spaces {
    margin: 32px 0
}

@media (max-width: 1279px) {
    .htmlArea ul.spaces {
        margin: 28px 0
    }
}

@media (max-width: 999px) {
    .htmlArea ul.spaces {
        margin: 22px 0
    }
}

@media (max-width: 839px) {
    .htmlArea ul.spaces {
        margin: 18px 0
    }
}

.htmlArea ul.spaces li {
    margin: 28px 0
}

@media (max-width: 999px) {
    .htmlArea ul.spaces li {
        margin: 22px 0
    }
}

@media (max-width: 839px) {
    .htmlArea ul.spaces li {
        margin: 18px 0
    }
}

.clear-block {
    margin: 60px 0;
    clear: both
}

@media (max-width: 1279px) {
    .clear-block {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

.clear-block:after {
    content: "";
    display: block;
    width: 100%;
    clear: both
}

.clear-block:first-child {
    margin-top: 0
}

.clear-block:last-child {
    margin-bottom: 0
}

.float-left {
    margin: 0 60px 20px 0;
    float: left;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 1279px) {
    .float-left {
        float: none;
        margin-right: 0;
        width: 100%;
        max-height: 530px
    }
}

@media (max-width: 659px) {
    .float-left {
        max-height: 240px
    }
}

.float-right {
    margin: 0 0 20px 60px;
    float: right;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 1279px) {
    .float-right {
        float: none;
        margin-left: 0;
        width: 100%;
        max-height: 530px
    }
}

@media (max-width: 659px) {
    .float-right {
        max-height: 240px
    }
}

.showNote {
    display: none
}

@media (max-width: 1279px) {
    .showNote {
        display: block
    }
}

@media (max-width: 1279px) {
    .hideNote {
        display: none
    }
}

.socials {
    position: absolute;
    z-index: 100;
    mix-blend-mode: difference
}

@media (max-width: 1499px) {
    .socials {
        display: none
    }
}

.socials li {
    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;
    margin-bottom: 45px
}

.socials li:last-child {
    margin-bottom: 0
}

.socials a:hover svg {
    fill: #0F33D3
}

.socials svg {
    display: block;
    fill: #fff
}

.video {
    position: relative
}

.video video {
    width: 100%;
    height: 100%;
    background-color: #000
}

.video__play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 82px;
    height: 82px;
    outline: none;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: hsla(0, 0%, 76.9%, .3);
    -webkit-transition: background-color .25s ease;
    -o-transition: background-color ease .25s;
    transition: background-color .25s ease;
    cursor: pointer
}

.video__play-btn:focus, .video__play-btn:hover {
    background-color: hsla(0, 0%, 76.9%, .5)
}

.video__play-btn:after {
    content: "";
    position: absolute;
    top: 32px;
    left: 35px;
    border: 8px solid rgba(0, 0, 0, 0);
    border-left: 16px solid #fff
}

.is-playing .video__play-btn {
    display: none
}

.video__pause-btn {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer
}

.is-playing .video__pause-btn {
    display: block
}

.search-top-bar {
    padding: 48px 0;
    margin-bottom: 31px
}

.search-top-bar__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.search-top-bar__container h1 {
    max-width: 660px
}

.search-top-bar__input {
    position: relative;
    width: 310px;
    margin-top: 9px;
    padding-left: 27px;
    padding-bottom: 9px;
    border-bottom: 1.5px solid rgba(0, 0, 0, .3)
}

.search-top-bar__input input {
    display: block;
    width: 100%;
    font-size: 2rem;
    line-height: 23px;
    letter-spacing: -.04em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .7);
    outline: none;
    border: none;
    background-color: rgba(0, 0, 0, 0)
}

.search-top-bar__input svg {
    position: absolute;
    top: 2px;
    left: 0
}

.header {
    position: relative;
    z-index: 200;
}
.header .icon {
    width: 32px;
    height: 32px;
}

.header.is-transparent {
    background-color: rgba(0, 0, 0, 0)
}


.header__blind {
    cursor: pointer
}

@media (max-width: 1279px) {
    .header__blind {
        display: none
    }
}

.header__blind:hover {
    opacity: .7
}

.header__blind svg {
    fill: rgba(10, 27, 89, .7)
}

.header__searchForm {
    display: none;
    position: absolute;
    top: 100%;
    right: -100%;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
    width: 100%;
    background-color: #fff;
    z-index: 1199;
    padding: 14px 80px 27px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    grid-template-columns:1fr -webkit-max-content;
    grid-template-columns:1fr max-content;
    font-size: 1.8rem;
    line-height: 1.85;
    letter-spacing: .02em;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

@media (max-width: 1279px) {
    .header__searchForm {
        top: -20px;
        grid-template-columns:1fr;
        justify-items: end;
        padding: 20px 37px;
        font-size: 1.8rem
    }
}

@media (max-width: 839px) {
    .header__searchForm {
        top: -10px
    }
}

@media (max-width: 659px) {
    .header__searchForm {
        padding-left: 17px;
        padding-right: 17px
    }
}

.header__searchForm.active {
    left: 0px;
    display: block;
}

@media (max-width: 1499px) {
    .header__searchForm.active {
        right: 0;
    }
}

.header__searchForm-close {
    display: none;
    padding: 5px;
    position: absolute;
    top: 15px;
    right: 32px;
    cursor: pointer
}

@media (max-width: 1279px) {
    .header__searchForm-close {
        display: block;
        right: 20px
    }
}

@media (max-width: 659px) {
    .header__searchForm-close {
        right: 17px
    }
}

.header__searchForm-close:focus, .header__searchForm-close:hover {
    opacity: .7
}

.header__searchForm .formGroup {
    width: 100%
}

@media (max-width: 1279px) {
    .header__searchForm .formGroup {
        margin-bottom: 10px
    }
}

@media (max-width: 1279px) {
    .header__searchForm .formGroup:last-child {
        margin-bottom: 0
    }
}

.header__searchForm .label {
    display: block;
    text-transform: uppercase;
    margin: 0 0 6px
}

.header__searchForm input[type=text] {
    width: 100%;
    padding: 13px 20px 14px;
    border: 0 !important;
    outline: none !important;
    -webkit-box-shadow: inset 4px 4px 7px rgba(0, 0, 0, .1);
    box-shadow: inset 4px 4px 7px rgba(0, 0, 0, .1)
}

@media (max-width: 1279px) {
    .header__searchForm input[type=text] {
        padding: 3px 10px 4px
    }
}

.header__searchForm .btn {
    text-transform: uppercase
}

@media (max-width: 1279px) {
    .header__searchForm .btn {
        float: right
    }
}

@media (max-width: 1279px) {
    .header__searchForm-desc {
        display: none
    }
}

.header__searchForm-mobile {
    display: none
}

@media (max-width: 1279px) {
    .header__searchForm-mobile {
        display: block
    }
}

.header__second {
    z-index: -100;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    max-width: 420px;
    background-color: white;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    min-height: 100vh;
    display: none;
    padding-top: 140px;
    font-size: 20px;
    text-align: center;
    color: #0F33D3;
}

body.js-second-active{
    overflow: hidden;
    max-height: 100vh;
    padding-right: 22px;
}

.header__second.active {
    z-index: 100;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.header__second-search {
    position: relative;
    margin: 8px 0 0
}

.header__second-search label {
    display: none
}

.header__second-search input[type=text] {
    width: 100%;
    background-color: #D8DEFB;
    padding-right: 38px;
}
.header__second-search-form{
    position: relative;
}
.header__second-search input[type=text]::placeholder {
    opacity: 0.5;
    color: #7a8793;
}
.header__second-search .ico-search{
    position: absolute;
    top: 8px;
    right: 8px;
}

.show-mob {
    display: none;
}
@media (max-width: 839px) {
    .header__second {
        max-width: 100%;
    }
    .hide-mob {
        display: none;
    }
    .show-mob {
        display: block;
    }
}



.header__second-other {
    display: grid;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    grid-template-columns:-webkit-max-content -webkit-max-content;
    grid-template-columns:max-content max-content;
    -webkit-column-gap: 18px;
    -moz-column-gap: 18px;
    column-gap: 18px
}

@media (max-width: 839px) {
    .header__second-other {
        position: absolute;
        top: 12px;
        left: 37px
    }
}

@media (max-width: 659px) {
    .header__second-other {
        left: 17px
    }
}

.header__second-other-search {
    display: none
}

@media (max-width: 839px) {
    .header__second-other-search {
        display: block
    }
}

.header__second-other-search svg {
    fill: rgba(10, 27, 89, .7);
    width: 25px;
    height: 25px
}

.header__second-other-blind {
    cursor: pointer
}

@media (max-width: 1279px) {
    .header__second-other-blind {
        display: none
    }
}

.header__second-other-blind:hover {
    opacity: .7
}

.header__second-other-blind svg {
    fill: rgba(10, 27, 89, .7);
    stroke: rgba(10, 27, 89, .7)
}

ul.header__second-menu{
    padding: 0px;
}

.header__second .social-item img{
    width: 140px;
}

.header__burger {
    cursor: pointer;
}
.burger-close-img{
    display: none;
}
.header__burger.active .burger-close-img {
    display: inline;
}
.header__burger.active .burger-img{
    display: none;
}


.header__container {
    display: grid;
    grid-template-columns:1fr -webkit-max-content -webkit-max-content;
    grid-template-columns:1fr max-content max-content;
    grid-column-gap: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    max-width: 1494px;
    margin: 0 auto;
    padding: 0 129px 0 37px;
    grid-auto-columns: auto;
    grid-auto-flow: column
}

@media (max-width: 1499px) {
    .header__container {
        padding-right: 37px
    }
}

@media (max-width: 659px) {
    .header__container {
        padding-right: 17px;
        padding-left: 17px;
        grid-column-gap: 30px
    }
}

.header__logo {
    margin-right: auto;
    display: inline-block;
    line-height: 0
}

.header__logo img {
    display: block
}

@media (max-width: 1279px) {
    .header__logo img, .header__logo svg {
        width: 140px;
        height: 52px
    }
}

@media (max-width: 659px) {
    .header__logo img, .header__logo svg {
        width: 122px;
        height: 44px
    }
}

.header__main-navigation {
    font-size: 1.5rem;
    line-height: 1.6;
    text-transform: uppercase;
    font-weight: 500
}

@media (max-width: 1499px) {
    .header__main-navigation {
        display: none
    }
}

.header__main-navigation > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__main-navigation > ul > li {
    position: relative;
    margin-left: 30px;
    white-space: nowrap;
}

.header__main-navigation > ul > li:first-child {
    margin-left: 0
}

.header__main-navigation > ul > li.current {
    text-shadow: .25px 0 .1px, -.25px 0 .1px;
    pointer-events: none
}

.header__main-navigation > ul > li.active > a {
    text-shadow: .25px 0 .1px, -.25px 0 .1px
}

.header__main-navigation > ul > li.active > a:before {
    -webkit-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.header__main-navigation > ul > li.active .header__main-navigation-dropdown {
    overflow: hidden;
    -webkit-transition: 0s, opacity .25s ease-out;
    -o-transition: 0s, opacity .25s ease-out;
    transition: 0s, opacity .25s ease-out;
    opacity: 1;
    visibility: visible
}

.header__main-navigation > ul > li > a {
    position: relative;
    padding: 3px 0;
    color: #0F33D3
}

.header__main-navigation > ul > li > a:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #0F33D3;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: .25s ease-out;
    -o-transition: .25s ease-out;
    transition: .25s ease-out;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg)
}

.header__main-navigation > ul > li > a:focus, .header__main-navigation > ul > li > a:hover {
    text-shadow: .25px 0 .1px, -.25px 0 .1px
}

.header__main-navigation > ul > li > a:focus:before, .header__main-navigation > ul > li > a:hover:before {
    -webkit-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.header__main-navigation-dropdown {
    width: 250px;
    position: absolute;
    bottom: 0;
    left: -25px;
    overflow: hidden;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    z-index: 200
}

.header__main-navigation-dropdown > ul {
    width: 100%;
    background: #fafafa;
    padding: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.header__main-navigation-dropdown > ul > li.current {
    pointer-events: none;
    font-weight: 700
}

.header__main-navigation-dropdown > ul > li + li {
    margin-top: 15px
}

.header__main-navigation-dropdown > ul > li > a {
    display: block;
    color: #0F33D3;
    font-size: 16px;
    line-height: 16px
}

.header__main-navigation-dropdown > ul > li > a:focus, .header__main-navigation-dropdown > ul > li > a:hover {
    text-shadow: .25px 0 .1px, -.25px 0 .1px
}


.footer {
    padding-top: 72px;
    padding-bottom: 32px;
    letter-spacing: .02em;
    color: #fff;
    background-color: #0F33D3;
}

@media (max-width: 1279px) {
    .footer {
        padding-top: 50px;
        padding-bottom: 20px
    }
}

.footer h6 {
    margin-bottom: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: normal;
    text-transform: none;
    color: #fff;
}

@media (max-width: 1279px) {
    .footer h6 {
        font-size: 1.5rem;
        margin-bottom: 10px
    }
}

.footer li, .footer p {
    font-size: 16px
}

@media (max-width: 659px) {
    .footer li, .footer p {
        font-size: 1.3rem
    }
}

.footer li + *, .footer p + * {
    margin-top: 8px
}

@media (max-width: 1279px) {
    .footer li + *, .footer p + * {
        margin-top: 3px
    }
}

@media (max-width: 659px) {
    .footer li + *, .footer p + * {
        margin-top: 11px
    }
}

.footer li a, .footer p a {
    cursor: pointer
}

.footer li a:not(.btn), .footer p a:not(.btn) {
    color: #fff;
    display: inline-block
}

.footer li a:not(.btn):focus, .footer li a:not(.btn):hover, .footer p a:not(.btn):focus, .footer p a:not(.btn):hover {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

@media (max-width: 1279px) {
    .footer li a {
        font-size: 1.3rem
    }
}

.footer .social-item img{
    width: 99px;
}

.footer__logo {
    position: absolute;
    left: 48px;
    bottom: 5px
}

@media (max-width: 1499px) {
    .footer__logo {
        display: none
    }
}

.footer__navigation a {
    white-space: nowrap
}

@media (max-width: 1279px) {
    .footer__navigation_sec {
        -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
        order: 20
    }
}

@media (max-width: 1279px) {
    .footer__navigation_cat {
        -webkit-box-ordinal-group: 31;
        -ms-flex-order: 30;
        order: 30;
        text-align: right
    }
}

.footer__map-link {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-left: 51px;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: normal
}

.footer__map-link svg {
    position: absolute;
    top: -3px;
    left: 0
}


.footer__contacts a {
    white-space: nowrap
}

.footer__contact-btn {
    min-width: 291px;
    min-height: 56px;
    margin-top: 58px;
    margin-bottom: 42px;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.78;
    letter-spacing: .02em
}

.footer__copyright {
    grid-column: 1/4;
    padding-top: 46px
}

@media (max-width: 1279px) {
    .footer__copyright {
        grid-column: 1/3;
        -webkit-box-ordinal-group: 51;
        -ms-flex-order: 50;
        order: 50;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 0
    }
}

.footer__copyright p {
    font-size: 1.2rem;
    line-height: 2;
    text-align: center
}

@media (max-width: 1279px) {
    .footer__copyright p {
        font-size: .9rem
    }
}

@media (max-width: 1279px) {
    .footer__copyright p br {
        display: none
    }
}


.index-catalog {
    margin-bottom: 150px;
    padding-top: 150px
}

@media (max-width: 1279px) {
    .index-catalog {
        padding-top: 100px;
        margin-bottom: 100px
    }
}

@media (max-width: 839px) {
    .index-catalog {
        padding-top: 60px;
        margin-bottom: 60px
    }
}

.index-catalog h2 {
    margin-bottom: 32px
}

@media (max-width: 1279px) {
    .index-catalog h2 {
        margin-bottom: 15px
    }
}

.index-catalog_second {
    padding-top: 90px
}

@media (max-width: 1279px) {
    .index-catalog_second {
        padding-top: 70px
    }
}

@media (max-width: 839px) {
    .index-catalog_second {
        padding-top: 40px
    }
}

.index-catalog__list {
    display: grid;
    grid-template-columns:repeat(4, calc(25% - 45px));
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-bottom: 34px;
    margin-bottom: 40px;
}

@media (max-width: 1279px) {
    .index-catalog__list {
        grid-template-columns:repeat(3, calc(33.33333% - 40px));
        grid-column-gap: 60px;
        grid-row-gap: 80px;
        grid-template-columns:repeat(2, 1fr);
    }
}

@media (max-width: 999px) {
    .index-catalog__list {
        grid-column-gap: 40px;
        grid-row-gap: 60px;
    }
}

@media (max-width: 659px) {
    .index-catalog__list {
        grid-template-columns:1fr
    }
}

.index-catalog__item {
    display: block
}

@media (max-width: 1279px) {
    .index-catalog__item {
        height: auto
    }
}

.index-catalog__item a:focus .index-catalog__item-image img, .index-catalog__item a:hover .index-catalog__item-image img {
    -webkit-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media (max-width: 1279px) {
    .index-catalog__item a:focus .index-catalog__item-image img, .index-catalog__item a:hover .index-catalog__item-image img {
        -webkit-transform: scale(1.1) translate(-45%, -45%);
        -ms-transform: scale(1.1) translate(-45%, -45%);
        transform: scale(1.1) translate(-45%, -45%)
    }
}

.index-catalog__item-top-bar {
    height: 1px;
    background-color: #000
}

.index-catalog__item-top-text {
    margin-bottom: 16px;
    font-size: 1.2rem;
    line-height: 1.83;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .8)
}

@media (max-width: 1279px) {
    .index-catalog__item-top-text {
        font-size: 1.6rem
    }
}

.index-catalog__item-image {
    width: 100%;
    height: 255px;
    margin-bottom: 5px;
    overflow: hidden
}

@media (max-width: 1279px) {
    .index-catalog__item-image {
        width: 100%;
        height: 0;
        padding-top: 100%;
        position: relative
    }
}

.index-catalog__item-image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .25s ease-out;
    -o-transition: .25s ease-out;
    transition: .25s ease-out
}

@media (max-width: 1279px) {
    .index-catalog__item-image img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.index-catalog__item-description {
    margin-bottom: 5px;
    font-size: 1.4rem;
    line-height: 1.2;
    letter-spacing: .02em;
    color: rgba(0, 0, 0, .8)
}

.index-catalog__item-name {
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.7;
    color: #0F33D3
}

@media (max-width: 1279px) {
    .index-catalog__item-name {
        font-size: 2rem
    }
}

@media (max-width: 999px) {
    .index-catalog__item-name {
        font-size: 1.8rem
    }
}

.index-news {
    padding: 150px 0 50px;
    color: #fff;
    background-color: #0F33D3
}

.index-news h2 {
    margin-bottom: 79px;
    color: #fff
}

.index-news img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.index-news__top-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 73px;
    color: #fff
}

.index-news__top-news:focus .index-news__top-news-image img, .index-news__top-news:hover .index-news__top-news-image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out
}

.index-news__top-news-image {
    width: 631px;
    height: 445px;
    overflow: hidden
}

.index-news__top-news-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .25s ease-out;
    -o-transition: .25s ease-out;
    transition: .25s ease-out
}

.index-news__top-news-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 510px;
    height: 434px;
    padding: 27px 35px 46px 31px
}

.index-news__top-news-details {
    margin-bottom: 33px;
    text-transform: uppercase
}

.index-news__top-news-type {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .1em;
    font-variant: small-caps;
    color: hsla(0, 0%, 100%, .5);
    margin-top: 7px
}

.index-news__top-news-title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 1px;
    margin-top: 60px
}

.index-news__top-news-description {
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 1px
}

.index-news__top-news-date {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: hsla(0, 0%, 100%, .5);
    margin-top: auto;
    margin-bottom: 10px
}

.index-news__top-news-bar {
    width: 100%;
    height: 1px;
    background-color: #fff
}

.index-news__list {
    margin-bottom: 58px
}

.index-news__item {
    display: grid;
    grid-template-columns:158px 407px 1fr;
    grid-template-rows:-webkit-max-content -webkit-max-content auto;
    grid-template-rows:max-content max-content auto;
    grid-template-areas:"type image text" "type image text" "date image text" "date image text" "bar bar bar";
    grid-column-gap: 62px;
    grid-row-gap: 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 15px;
    color: #fff
}

.index-news__item:focus .index-news__image img, .index-news__item:hover .index-news__image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out
}

.index-news__item .index-news__bar {
    grid-area: bar
}

.index-news__bar {
    height: 1.5px;
    background-color: #fff
}

.index-news__image {
    grid-area: image;
    width: 373px;
    height: 262px;
    overflow: hidden
}

.index-news__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .25s ease-out;
    -o-transition: .25s ease-out;
    transition: .25s ease-out
}

.index-news__date {
    grid-area: date;
    margin-top: auto;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: hsla(0, 0%, 100%, .5)
}

.index__news-text {
    grid-area: text;
    margin: auto 0
}

.index-news__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 28px
}

.index-news__description {
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 1px
}

.index-news__type {
    grid-area: type;
    margin-bottom: auto;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-variant: small-caps;
    color: hsla(0, 0%, 100%, .7)
}


.index-about-tic__container {
    position: relative;
    display: grid;
    grid-template-columns:1fr 634px;
    grid-column-gap: 36px;
    grid-row-gap: 51px;
    padding-bottom: 190px
}

@media (max-width: 1279px) {
    .index-about-tic__container {
        grid-template-columns:1fr 512px;
        grid-row-gap: 26px;
        padding-bottom: 110px
    }
}

@media (max-width: 999px) {
    .index-about-tic__container {
        grid-auto-flow: row;
        grid-template-columns:1fr
    }
}

.index-about-tic__container h2 {
    grid-column: 1/3;
    margin-bottom: 19px
}

@media (max-width: 999px) {
    .index-about-tic__container h2 {
        grid-column: auto
    }
}

.index-about-tic__description {
    font-size: 1.8rem;
    line-height: 1.5;
    -webkit-box-ordinal-group: 26;
    -ms-flex-order: 25;
    order: 25
}

.index-about-tic__btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-box-ordinal-group: 31;
    -ms-flex-order: 30;
    order: 30
}

@media (max-width: 999px) {
    .index-about-tic__btn {
        margin-top: 22px
    }
}

.index-about-tic__image {
    position: relative;
    grid-column: 2/3;
    grid-row: 2/4;
    width: 630px;
    height: 405px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 1279px) {
    .index-about-tic__image {
        width: 512px
    }
}

@media (max-width: 999px) {
    .index-about-tic__image {
        grid-column: auto;
        grid-row: auto;
        width: 100%;
        height: 330px
    }
}

.index-about-tic__image-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.index-about-tic__image-container img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.index-about-tic__circular-text {
    position: absolute;
    right: 434px;
    bottom: -187px;
    fill: #0F33D3;
    -webkit-animation: rotate 10s linear infinite;
    animation: rotate 10s linear infinite
}

@media (max-width: 999px) {
    .index-about-tic__circular-text {
        display: none
    }
}

.index-about-tic__image-container .index-about-tic__circular-text {
    z-index: 1;
    fill: #fff
}

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

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

.index-about-covid {
    padding: 150px 0;
    background-color: #f3f3f3
}

@media (max-width: 1279px) {
    .index-about-covid {
        padding: 40px 0 80px
    }
}

@media (max-width: 999px) {
    .index-about-covid {
        padding: 30px 0 100px
    }
}

.index-about-covid__container {
    display: grid;
    grid-template-columns:629px 1fr;
    grid-column-gap: 43px;
    grid-row-gap: 20px
}

@media (max-width: 1279px) {
    .index-about-covid__container {
        grid-template-columns:580px 1fr
    }
}

@media (max-width: 999px) {
    .index-about-covid__container {
        grid-row-gap: 40px;
        grid-template-columns:1fr
    }
}

.index-about-covid__title {
    grid-column: 1/3;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    margin-bottom: 50px
}

@media (max-width: 1279px) {
    .index-about-covid__title {
        margin-bottom: 40px
    }
}

@media (max-width: 999px) {
    .index-about-covid__title {
        margin-bottom: 0;
        grid-column: auto
    }
}

.index-about-covid__bar {
    height: 2px;
    background-color: #0F33D3;
    -webkit-transition: all 1.2s linear;
    -o-transition: all 1.2s linear;
    transition: all 1.2s linear
}

.index-about-covid__image {
    grid-row: 2/4;
    width: 631px;
    height: 449px
}

@media (max-width: 1279px) {
    .index-about-covid__image {
        width: 580px;
        height: 450px
    }
}

@media (max-width: 999px) {
    .index-about-covid__image {
        grid-row: auto;
        width: 100%;
        height: 342px
    }
}

.index-about-covid__image img {
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 1279px) {
    .index-about-covid__image img {
        width: 580px;
        height: 450px
    }
}

@media (max-width: 999px) {
    .index-about-covid__image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.index-about-covid__description {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 400
}

.index-about-covid__description p {
    margin-bottom: 27px
}

@media (max-width: 839px) {
    .index-about-covid__description p {
        margin-bottom: 15px
    }
}

.index-about-covid__description p:last-child {
    margin-bottom: 0
}

.index-about-covid__description span {
    display: block
}

.index-about-covid__btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin-top: auto
}

.index-about-covid__bottom-text {
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: .02em;
    text-transform: uppercase
}

.news {
    margin-bottom: 194px;
    padding-bottom: 50px;
    overflow: hidden;
    background-image: url(../img/bg-text.svg);
    background-repeat: repeat-x;
    background-position: -19px 100%
}

.news h2 {
    padding-top: 94px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 2px;
    text-transform: none
}

.news h2 span {
    font-weight: 700
}

.news p {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 1px
}

.news__top p {
    line-height: 1.7
}

.news__item {
    margin-bottom: 52px
}

.news__item:last-child {
    margin-bottom: 0
}

.news__item.news__top {
    margin-bottom: 60px
}

.news__details {
    margin-bottom: 47px
}

.news__top .news__details {
    margin-bottom: 40px
}

.news__type {
    margin-bottom: 3px;
    font-size: 2rem;
    color: rgba(0, 0, 0, .5)
}

.news__date {
    margin-top: 11px;
    font-weight: 500;
    font-size: 1.6rem;
    text-transform: uppercase
}

.news__bar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1200px;
    max-width: 1561px;
    height: 2px;
    background-color: #000
}

.news__top .news__bar {
    width: 100vw
}

.news__content {
    display: grid;
    grid-template-columns:468px 631px;
    grid-template-rows:-webkit-max-content -webkit-max-content auto;
    grid-template-rows:max-content max-content auto;
    grid-column-gap: 101px;
    grid-row-gap: 24px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.news__top .news__content {
    grid-template-columns:479px 571px;
    grid-column-gap: 150px;
    grid-row-gap: 45px
}

.news__btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: 52px
}

.news__top .news__btn {
    margin-top: 30px
}

.news__image {
    grid-column: 2/3;
    grid-row: 1/4;
    height: 499px
}

.news__top .news__image {
    width: 48.6vw;
    max-width: 933px;
    height: 729px
}

.news__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.news-bottom-text {
    margin-bottom: 200px
}

.news-bottom-text__container {
    position: relative;
    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: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 76px
}

.news-bottom-text__container svg {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.news-bottom-text__container p {
    max-width: 800px;
    margin-bottom: 137px;
    font-family: RAYDIS, sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 3rem;
    line-height: 1.5;
    text-align: center
}

.news-bottom-text__btn {
    min-width: 220px
}

.region-header {
    min-height: 890px;
    margin-top: -136px;
    padding-top: 270px;
    padding-bottom: 90px;
    background-image: url(../img/region-bg@1x.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto
}

@media (-o-min-device-pixel-ratio: 3/2),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 1.5dppx),(min-resolution: 144dpi) {
    .region-header {
        background-image: url(../img/region-bg@2x.jpg)
    }
}

.region-header h1 {
    max-width: 900px;
    font-weight: 700;
    font-size: 9rem;
    line-height: 1.1;
    letter-spacing: .05em
}

.about-region {
    margin-bottom: 150px;
    padding-top: 150px
}

.about-region h2 {
    margin-bottom: 91px
}

.about-region__facts {
    display: grid;
    grid-template-columns:504px 58px 514px;
    grid-column-gap: 61px;
    grid-row-gap: 81px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 82px;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 1px
}

.about-region__video {
    grid-column: 1/3;
    width: 623px;
    height: 471px
}

.about-region__facts-image {
    grid-column: 2/4;
    width: 633px;
    height: 450px;
    overflow: hidden
}

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

.about-region__wrapper {
    height: 477px
}

@media (max-width: 1279px) {
    .about-region__wrapper {
        height: 260px
    }
}

@media (max-width: 659px) {
    .about-region__wrapper {
        height: 180px
    }
}

.about-region__slide {
    display: block;
    height: 477px
}

@media (max-width: 1279px) {
    .about-region__slide {
        height: 260px
    }
}

@media (max-width: 659px) {
    .about-region__slide {
        height: 180px
    }
}

.about-region__slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.about-region__slider {
    width: 110%;
    margin: 80px 0 70px -5%
}

@media (max-width: 1279px) {
    .about-region__slider {
        margin-top: 40px;
        margin-bottom: 40px;
        margin-left: 0;
        width: 100%;
        padding-left: 60px;
        padding-right: 60px
    }
}

@media (max-width: 999px) {
    .about-region__slider {
        padding-left: 50px;
        padding-right: 50px
    }
}

@media (max-width: 839px) {
    .about-region__slider {
        padding-left: 37px;
        padding-right: 37px
    }
}

@media (max-width: 659px) {
    .about-region__slider {
        padding-left: 17px;
        padding-right: 17px
    }
}

.about-region__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 230px;
    margin: 70px auto 0
}

@media (max-width: 1279px) {
    .about-region__controls {
        max-width: 100%;
        margin-top: 15px;
        display: block
    }
}

.about-region__button {
    display: block;
    width: 62px;
    outline: none;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer
}

@media (max-width: 1279px) {
    .about-region__button {
        display: none
    }
}

.about-region__button--prev svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.about-region__button.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.about-region__pagination2 {
    display: none;
    line-height: 0;
    width: 100%;
    height: 4px;
    position: relative
}

.about-region__pagination2-bar {
    background-color: #bbb;
    opacity: .5;
    border: .5px solid #000;
    border-radius: 1px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: left .4s;
    -o-transition: left .4s;
    transition: left .4s
}

.about-region__pagination3 {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 13px;
    font-weight: 700
}

@media (max-width: 1279px) {
    .about-region__pagination3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width: 659px) {
    .about-region__pagination3 {
        display: none
    }
}

.about-region__pagination {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    padding: 0 10px;
    font-weight: 700;
    font-size: 2.4rem;
    white-space: nowrap;
}

@media (max-width: 1279px) {
    .about-region__pagination {
        display: none
    }
}

.about-region__pagination .swiper-pagination-current {
    margin-right: -6px
}

.about-region__pagination .swiper-pagination-total {
    margin-left: -6px
}

.region-climate {
    margin-top: 150px;
    margin-bottom: 150px
}

.region-climate h2 {
    margin-bottom: 23px
}

.region-climate__bar {
    height: 2px;
    background-color: #0F33D3;
    -webkit-transition: all 1.2s linear;
    -o-transition: all 1.2s linear;
    transition: all 1.2s linear
}

.region-climate__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 38px
}

.region-climate__list li {
    text-align: center
}

.region-climate__list span {
    position: relative;
    font-family: RAYDIS, sans-serif;
    font-size: 64px;
    line-height: 75px;
    letter-spacing: .02em;
    color: #0F33D3
}

.region-climate__list p {
    position: relative;
    margin-top: 0;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 1px;
    text-transform: lowercase;
    color: rgba(0, 0, 0, .5)
}

.region-climate__list p:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 160px;
    height: 1px;
    background-color: rgba(0, 0, 0, .5)
}

.region-climate__summer-temperature span:after {
    content: "";
    position: absolute;
    top: 11px;
    left: 100%;
    width: 49px;
    height: 49px;
    background: url(../img/sun-icon.png) no-repeat 0 0
}

.region-climate__water-temperature span:after {
    content: "";
    position: absolute;
    top: 11px;
    left: 100%;
    width: 49px;
    height: 49px;
    background: url(../img/sun-water-icon.png) no-repeat 0 0
}

.region-map {
    margin-bottom: 66px;
    overflow: hidden
}

@media (max-width: 999px) {
    .region-map {
        margin-bottom: -66px
    }
}

.region-map img {
    display: block;
    max-width: none;
    margin-top: -179px;
    margin-left: 5px
}

@media (max-width: 1279px) {
    .region-map img {
        height: calc(100% + 179px)
    }
}

.region-map__title {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.region-map__bar {
    -webkit-transition: all 1.2s linear;
    -o-transition: all 1.2s linear;
    transition: all 1.2s linear;
    height: 2px;
    background-color: #0F33D3
}

@media (max-width: 1279px) {
    .region-map__img {
        overflow-y: visible;
        overflow-x: auto;
        height: 960px
    }
}

.region-volga {
    margin-bottom: 202px;
    background-image: url(../img/bg-text.svg);
    background-repeat: repeat-x;
    background-position: -70px 58%
}

.region-volga__title {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 10px
}

.region-volga__title h2 {
    margin-bottom: 24px
}

.region-volga__bar {
    -webkit-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s;
    height: 2px;
    background-color: #0F33D3
}

.region-volga__wrapper {
    display: grid;
    grid-template-columns:calc(50% - 60px) 60px calc(50% - 60px);
    grid-column-gap: 30px;
    grid-row-gap: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 1px
}

.region-volga__wrapper p {
    margin: 10px 0
}

.region-volga__wrapper p:first-child {
    margin-top: 0
}

.region-volga__wrapper p:last-child {
    margin-bottom: 0
}

.region-volga__wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.region-volga__top-image {
    grid-column: 2/4
}

.region-volga__bottom-image {
    grid-column: 1/3
}

.about-tic {
    margin-bottom: 98px;
    padding-top: 48px;
    overflow: hidden
}

.about-tic__container {
    display: grid;
    grid-template-columns:513px 627px;
    grid-column-gap: 60px
}

.about-tic__content {
    padding-top: 71px
}

.about-tic__content h2 {
    margin-bottom: 14px;
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.3;
    color: #0F33D3
}

.about-tic__content p {
    margin-bottom: 29px;
    line-height: 29px;
    letter-spacing: 1px
}

.about-tic__image {
    width: 51.5vw;
    max-width: 987px;
    height: 671px
}

.about-tic__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.tic-contacts {
    margin-bottom: 200px
}

.tic-contacts__container {
    grid-template-columns:573px 627px
}

.tic-contacts__container, .tic-contacts__content {
    display: grid;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.tic-contacts__content {
    grid-template-columns:261px 312px;
    grid-template-rows:-webkit-max-content -webkit-max-content -webkit-max-content;
    grid-template-rows:max-content max-content max-content;
    padding-top: 104px
}

.tic-contacts__content h2 {
    margin-bottom: 10px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, .7)
}

.tic-contacts__titles {
    grid-column: 1/3;
    margin-bottom: 14px
}

.tic-contacts__bar {
    height: 2px;
    background-color: #000
}

.tic-contacts__address-title {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: .02em;
    text-transform: uppercase
}

.tic-contacts__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, .9)
}

.tic-contacts__contact span {
    width: 111px
}

.tic-contacts__address {
    grid-row: 2/5
}

.tic-contacts__phone span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tic-contacts__phone span:after {
    content: "/";
    margin: 0 auto
}

.tic-contacts__image {
    height: 671px
}

.tic-contacts__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.tourist-product-catalog {
    margin-bottom: 200px;
    padding-top: 16px
}

.tourist-product-catalog__list {
    display: grid;
    grid-template-columns:570px 570px;
    grid-column-gap: 60px;
    grid-row-gap: 92px;
    margin-bottom: 147px
}

.tourist-product-catalog__load-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 220px;
    margin: 0 auto
}

.tourist-product__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 20px
}

.tourist-product__category {
    color: rgba(0, 0, 0, .7)
}

.tourist-product__type {
    text-transform: uppercase
}

.tourist-product__catalog-name {
    color: rgba(0, 0, 0, .7);
    text-transform: uppercase
}

.tourist-product__bar {
    width: 100%;
    height: 2px;
    background-color: #000
}

.tourist-product__image {
    width: 100%;
    height: 497px;
    margin-bottom: 23px
}

.tourist-product__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.tourist-product__name {
    margin-bottom: 27px;
    font-weight: 700;
    font-size: 2.7rem;
    line-height: 1.5;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #0F33D3
}

.tourist-product__descrition {
    margin-bottom: 47px;
    letter-spacing: 1px
}

.what-to-visit {
    margin-bottom: 216px;
    overflow: hidden
}

.what-to-visit__title {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 58px
}

.what-to-visit__title h2 {
    margin-bottom: 15px
}

.what-to-visit__bar {
    height: 2px;
    background-color: #0F33D3
}

.what-to-visit__slider {
    overflow: visible
}

.what-to-visit__slide {
    width: 308px
}

.what-to-visit__slide-top-bar {
    height: 1px;
    background-color: #000
}

.what-to-visit__slide-top-text {
    margin-bottom: 16px;
    font-size: 1.8rem;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .8)
}

.what-to-visit__slide-image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 308px;
    height: 304px
}

.what-to-visit__slide-image img {
    position: absolute;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: .2
}

.what-to-visit__slide-type {
    font-size: 1.8rem;
    line-height: 1.78;
    letter-spacing: .02em;
    color: rgba(0, 0, 0, .8)
}

.what-to-visit__slide-name {
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 1px;
    color: #0F33D3
}

.what-to-visit__slide-text {
    padding: 30px 18px;
    line-height: 1.4;
    letter-spacing: 1px
}

.region-areas {
    margin-top: 150px;
    margin-bottom: 150px
}

.region-areas__title {
    width: 100%;
    margin-bottom: 71px;
    font-weight: 500
}

.region-areas__title h2 {
    margin-bottom: 20px;
    font-weight: 500;
    letter-spacing: .4px
}

.region-areas__bar {
    height: 2px;
    background-color: #0F33D3;
    -webkit-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s
}

.region-areas__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 42px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.region-areas__list li {
    text-align: center
}

.region-areas__list span {
    position: relative;
    font-size: 64px;
    line-height: 75px;
    letter-spacing: .02em;
    color: #0F33D3;
    font-weight: 300
}

.region-areas__list span .small {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500
}

.region-areas__list p {
    position: relative;
    margin-top: 0;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 1px;
    text-transform: lowercase;
    color: rgba(0, 0, 0, .5)
}

.region-areas__list p:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 160px;
    height: 1px;
    background-color: rgba(0, 0, 0, .5)
}

.catalog {
    padding: 46px 0 200px
}

.catalog__container {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    -webkit-column-gap: 58px;
    -moz-column-gap: 58px;
    column-gap: 58px;
    row-gap: 100px
}

.catalog__title {
    grid-column: 1
}

.catalog__search {
    width: 308px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1.5px solid rgba(0, 0, 0, .3);
    margin: 4px 0 auto;
    padding-bottom: 6px;
    height: 32px
}

.catalog__search > svg {
    width: 17px;
    height: 17px;
    margin-right: 10px
}

.catalog__search > input {
    width: 100%;
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: -.04em;
    border-color: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0)
}

.catalog__search > input:focus {
    outline: none
}

.catalog__search > input::-webkit-input-placeholder {
    color: inherit;
    opacity: .7
}

.catalog__search > input::-moz-placeholder {
    color: inherit;
    opacity: .7
}

.catalog__search > input:-ms-input-placeholder {
    color: inherit;
    opacity: .7
}

.catalog__search > input::-ms-input-placeholder {
    color: inherit;
    opacity: .7
}

.catalog__search > input::placeholder {
    color: inherit;
    opacity: .7
}

.catalog-list {
    padding: 0 0 200px
}

.catalog-list__title {
    margin-bottom: 90px;
    margin-right: auto
}

.catalog-list__title h2 {
    margin-bottom: 29px
}

.catalog-list__banner {
    margin-bottom: 200px
}

.catalog-list__desc {
    max-width: 100%;
    width: 700px;
    margin-bottom: 82px;
    font-size: 18px;
    line-height: 29px
}

.catalog-list__list {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 60px
}

.catalog-list__item > a:hover .catalog-list__item-preview img {
    -webkit-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.catalog-list__item-preview {
    height: 180px;
    position: relative;
    overflow: hidden;
    margin-bottom: 8px
}

.catalog-list__item-preview img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    -webkit-transition: .25s ease-out;
    -o-transition: .25s ease-out;
    transition: .25s ease-out
}

.catalog-list__item-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 2px;
    color: #0F33D3;
    margin-bottom: 9px
}

.catalog-list__item-desc {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px
}

.catalog-list__item-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.catalog-list__item-stars > li > svg {
    width: 19px;
    height: 19px;
    fill: rgba(0, 0, 0, 0);
    stroke: #0F33D3
}

.catalog-list__item-stars_1 > li:nth-child(-n+1) > svg, .catalog-list__item-stars_2 > li:nth-child(-n+2) > svg, .catalog-list__item-stars_3 > li:nth-child(-n+3) > svg, .catalog-list__item-stars_4 > li:nth-child(-n+4) > svg, .catalog-list__item-stars_5 > li:nth-child(-n+5) > svg {
    fill: #0F33D3
}

.catalog-detail__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.catalog-detail__banner {
    margin-bottom: 200px;
    height: 31.25vw;
    overflow: hidden
}

.catalog-detail__banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.catalog-detail__title {
    margin-bottom: 90px;
    margin-right: auto
}

.catalog-detail__title h2 {
    margin-bottom: 29px
}

.catalog-detail__separator {
    width: 100%;
    height: 2px;
    background: #0F33D3
}

.catalog-detail__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 82px
}

.catalog-detail__desc {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px
}

.catalog-detail__details {
    min-width: 22.708vw;
    margin-left: 52px
}

.catalog-detail__details-title {
    font-weight: 500;
    font-size: 27px;
    line-height: 32px;
    letter-spacing: .04em;
    padding-bottom: 4px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, .7)
}

.catalog-detail__details-data {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    row-gap: 9px
}

.catalog-detail__details-data strong {
    grid-column: 1;
    font-size: 14px;
    text-transform: uppercase;
    font-variant: small-caps;
    opacity: .5
}

.catalog-detail__details-data a {
    display: block
}

.catalog-detail__details-data a:hover {
    text-decoration: underline
}

.catalog-detail__details-data > a, .catalog-detail__details-data > p {
    grid-column: 2;
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1px;
    opacity: .9;
    margin-left: 20px
}

.catalog-detail__socials {
    padding-top: 9px;
    margin-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, .7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.catalog-detail__socials > li + * {
    margin-left: 22px
}

.catalog-detail__properties {
    margin-bottom: 127px
}

.catalog-detail__properties-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 24px
}

.catalog-detail__properties-table {
    -webkit-columns: 2;
    -moz-columns: 2;
    column-count: 2;
    -webkit-column-gap: 7.292vw;
    -moz-column-gap: 7.292vw;
    column-gap: 7.292vw
}

.catalog-detail__properties-table > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.catalog-detail__properties-table > li + * {
    margin-top: 10px
}

.catalog-detail__properties-table > li > p {
    text-align: right
}

.catalog-detail__properties-table > li > p:first-of-type {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px
}

.catalog-detail__properties-table > li > p:last-of-type {
    font-weight: 500;
    margin-left: auto;
    font-size: 16px;
    line-height: 26px;
    padding-left: 15px
}

.catalog-detail__gallery {
    margin-bottom: 200px
}

.catalog-detail__video {
    height: 70vh;
    margin-bottom: 200px
}

.catalog__detail-map {
    width: 100%;
    height: 655px;
    margin-bottom: 200px
}

.news-detail + * {
    margin-bottom: 150px
}

.news-detail__banner {
    margin-bottom: 80px;
    height: 39.271vw;
    overflow: hidden
}

.news-detail__banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.news-detail__title {
    margin-bottom: 62px;
    width: 770px;
    max-width: 100%
}

.news-detail__title h2 {
    font-family: RAYDIS, sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 1px
}

.news-detail-desc {
    margin-top: 62px;
    width: 896px;
    max-width: 100%;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 1px
}

.news-detail-desc hr {
    margin: 1em 0
}

.news-detail__gallery {
    width: 100vw;
    margin: 62px 0 62px 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.index-section {
    font-size: 0.8em;
    color: #0F33D3;
}

.index-section h4{
    font-weight: 600;
    font-size: 1.0em;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FF7B00;
    margin-bottom: 23px;
}


/* map */
.mapContainer{
    position: relative;
    padding-top: 50px;
}

.conventionsMap{
    max-width: 285px;
    max-height: 300px;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    color: #000000;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #D3D2CC;
    border-radius: 10px;
    box-shadow: 0 4px 6px #D3D2CC;
    bottom: 45px;
    left: 18px;
    z-index: 80;
    padding: 14px 20px 14px 20px;
}

@media (max-width: 550px) {
    .conventionsMap{
        left: 4px;
        font-size: 14px;
        padding: 14px 10px 14px 10px;
    }
}

.conventionsMap__content{
    display: flex;
    margin-bottom: 5px;
}

.conventionsMap__content:last-child{
    margin-bottom: 0;
}

.conventionsMap__img{
    margin-top: -1px;
    margin-right: 4px;
}

@media (max-width: 550px) {
    .conventionsMap__img{
        margin-top: -3px;
    }
}

.conventionsMap__content-text{
    margin-left: 4px;
}

@media (max-width: 460px) {
    .conventionsMap__content-text{
        max-width: 90px;
    }
}

/* conventionsPage -- end */


/* adaptive-products-page -- end */

.map-baloon-content{
    text-align: center;
}

.mapTitleLink{
    font-weight: bold;
    color: #0F33D3;
}

.mapImg{
    margin-top: 13px;
}

.buildRoute{
    background-color: #091D64;
    padding: 5px 8px;
    color: #fff;
    border: 1px solid #000;
    cursor: pointer;
    transition: all .4s;
}

.buildRoute:hover{
    opacity: 0.7;
}

.map-buttons {
    width: 100%;
    text-wrap: nowrap;
    margin-top: 10px;
}

.map-buttons .map-button-route{
    display: inline-block;
    vertical-align: top;
    height: 32px;
}

.map-buttons .map-resident-card-discount{
    display: inline-block;
    vertical-align: top;
    margin: 0px 5px 0px 0px;
    padding: 6px 7px 7px 34px;
    border: 1px #b9b9b9 solid;
    height: 32px;
    position: relative;
}

.map-buttons .map-resident-card-discount img{
    height: 22px;
    position: absolute;
    left: 5px;
    top: 3px;
}
.map-buttons .map-resident-card-discount span{

}

.resetCoordBtn{
    border: none;
    background-color: inherit;
    margin: 12px 0 0 1px;
    cursor: pointer;
    transition: all .4s;
}

.resetCoordBtn:hover{
    opacity: 0.7;
}

.catalogLinkContent{
    margin: 16px 0 5px 0;
}

.catalogLinkBtn{
    color: #091D64;
    padding: 4px 0 4px 0;
    transition: all .4s;
}

.catalogLinkBtn:hover{
    opacity: .7;
}


.interactiveMapBtn{
    padding: 5px 10px;
    background-color: #0F33D3;
    border: 1px solid #0F33D3;
    color: #fff;
    transition: all .4s;
    cursor: pointer;
    margin-right: 20px;
}

.interactiveMapBtn:last-child{
    margin-right: 0;
}

.interactiveMapBtn:hover{
    /*background-color: #fff;*/
    /*color: #000;*/
    /*border: 1px solid #000;*/
    opacity: .7;
}

#map{
    width: 100%;
    height: 600px;
}

#map .ymaps-2-1-79-controls__control_toolbar{
    margin-bottom: 12px;
}
#map .ymaps-2-1-79-controls__toolbar_left{
    max-width: calc(100% - 110px);
}


#map .map-reset-all-filters{
    box-sizing: border-box !important;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    background-clip: border-box;
    color: #ffffff;
    vertical-align: middle;
    text-decoration: none;
    font-family: Arial,Helvetica,sans-serif;
    cursor: pointer;
    display: inline-block;
    text-align: left;
    height: 28px;
    white-space: nowrap;
    background-color: #2099ff;
    border-color: transparent;
    box-shadow: 0 1px 2px 1px rgba(0,0,0,.15),0 2px 5px -3px rgba(0,0,0,.15);
    padding: 2px 5px 0px 5px;
    user-select: none;
}
/* */

/* Страница в разработке */

.page-under-development * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.page-under-development.container {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    line-height: 1.6;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.page-under-development .container {
    text-align: center;
    max-width: 600px;
    padding: 40px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    animation: fadeIn 0.8s ease-in-out;
}

.page-under-development h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #2c3e50;
    position: relative;
    display: inline-block;
}

.page-under-development h1:after {
    content: '';
    position: absolute;
    width: 60%;
    height: 4px;
    background: linear-gradient(90deg, #3498db, #9b59b6);
    bottom: -10px;
    left: 20%;
    border-radius: 2px;
}

.page-under-development p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #555;
}

.page-under-development .construction-icon {
    font-size: 4rem;
    margin-bottom: 20px;
    color: #e67e22;
    animation: bounce 2s infinite;
}

.page-under-development .progress-container {
    width: 100%;
    height: 10px;
    background: #ecf0f1;
    border-radius: 5px;
    margin: 30px 0;
    overflow: hidden;
}

.page-under-development .progress-bar {
    height: 100%;
    width: 65%;
    background: linear-gradient(90deg, #3498db, #9b59b6);
    border-radius: 5px;
    animation: progress 2s ease-in-out infinite;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

@keyframes progress {
    0% { width: 65%; }
    50% { width: 70%; }
    100% { width: 65%; }
}

/* End: Страница в разработке */


.filesList__item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 0 10px 0;
}
.filesList__item:last-child {
    margin-bottom: 0;
}
.filesList__img {
    width: 19px;
    height: 30px;
    margin: 0 12px 0 0;
}
.filesList__img-tag {
    width: 100%;
    vertical-align: baseline;
}
.filesList__link {}