@import "https://fonts.googleapis.com/css?family=Nunito:400,600";
:root {
    --calendar-bg-color: #fff;
    --calendar-font-color: #4d4d4d;
    --weekdays-border-bottom-color: #000;
    --calendar-date-hover-color: #505050;
    --calendar-current-date-color: #1b1f21;
    --calendar-today-color: #2196f3;
    --calendar-today-innerborder-color: #fff;
    --calendar-nextprev-bg-color: #fff;
}

* {
    padding: 0px;
    margin: 0;
}

.skiptranslate {
    display: none !important;
}

.calendar {
    font-family: "Nunito", sans-serif;
    position: relative;
    max-width: 283px;
    min-width: 283px;
    color: var(--calendar-font-color);
    box-sizing: border-box;
    overflow: hidden;
    font-weight: 400;
    margin-top: 13px;
}

.calendar-inner {
    padding-left: 10px;
    padding-right: 10px;
}

.calendar .calendar-inner .calendar-body {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
}

.calendar .calendar-inner .calendar-body div {
    min-height: 12px;
    line-height: 22px;
    border: 1px solid transparent;
}

.calendar .calendar-inner .calendar-body div:nth-child(-n + 7) {
    border: 1px solid transparent;
    border-bottom: 1px solid var(--weekdays-border-bottom-color);
}

.calendar .calendar-inner .calendar-body div:nth-child(-n + 7):hover {
    border: 1px solid transparent;
    border-bottom: 1px solid var(--weekdays-border-bottom-color);
}

.calendar .calendar-inner .calendar-body div>a {
    color: var(--calendar-font-color);
    text-decoration: none;
    display: flex;
    justify-content: center;
    font-size: 12px;
    font-family: "Montserrat";
}

.calendar .calendar-inner .calendar-body div:hover {
    border: 1px solid var(--calendar-date-hover-color);
}

.calendar .calendar-inner .calendar-body div.empty-dates:hover {
    border: 1px solid transparent;
}

.calendar .calendar-inner .calendar-controls {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: #fff;
}

.calendar .calendar-inner .calendar-controls a {
    color: var(--calendar-font-color);
}

.calendar .calendar-inner .calendar-today-date {
    display: grid;
    text-align: center;
    cursor: pointer;
    margin: 3px 0;
    background: var(--calendar-current-date-color);
    padding: 8px 0;
}

.calendar .calendar-inner .calendar-controls .calendar-year-month {
    display: flex;
    min-width: 100px;
    justify-content: center;
    align-items: center;
}

.calendar .calendar-inner .calendar-controls .calendar-next {
    text-align: right;
}

.calendar .calendar-inner .calendar-controls .calendar-year-month .calendar-year-label,
.calendar .calendar-inner .calendar-controls .calendar-year-month .calendar-month-label {
    font-weight: 700;
    font-size: 20px;
}

.calendar .calendar-inner .calendar-body .calendar-today:hover {
    border: 1px solid transparent;
}

.calendar .calendar-inner .calendar-body .calendar-today a {
    outline: 2px solid var(--calendar-today-innerborder-color);
}

.calendar .calendar-inner .calendar-controls .calendar-next a,
.calendar .calendar-inner .calendar-controls .calendar-prev a {
    font-family: consolas, sans-serif;
    font-size: 26px;
    text-decoration: none;
    padding: 4px 12px;
    display: inline-block;
    background: var(--calendar-nextprev-bg-color);
    margin: 0 0 10px;
    cursor: pointer;
}

.block-calendar {
    height: 408px;
    width: 282px;
    background: #fff;
    box-shadow: 0 2px 11px rgba(0, 0, 0, 0.13);
    margin-bottom: 60px;
    position: relative;
    margin-top: 35px;
}

.empty-dates {
    margin: 10px 2px 0;
}

.calendar-day-label {
    color: #074286;
}

.calendar-event {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}

.calendar-event li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.colrus {
    background: #1ebcb3 !important;
    border-radius: 2px;
    width: 38px;
    height: 10px;
}

.colicf {
    background: #330399 !important;
    border-radius: 2px;
    width: 38px;
    height: 10px;
}

.coleca {
    background: #9b1010 !important;
    border-radius: 2px;
    width: 38px;
    height: 10px;
}

.block-today {
    height: 124px;
    padding-left: 23px;
    position: relative;
}

.block-today-day {
    padding-top: 25px;
    font-family: "Merriweather";
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 102.9%;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #074286;
}

.block-today-month {
    font-family: "Merriweather";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #000;
    margin-top: 6px;
}

.block-today-year {
    position: absolute;
    right: 17px;
    bottom: 34px;
    z-index: 20;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 102.9%;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.yearFirst {
    color: #fff;
}

.yearLast {
    color: #89bcfd;
}

.calendar-back {
    width: 155px;
    height: 0;
    border-top: 155px solid #3555d9;
    border-left: 96px solid transparent;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

@media only screen and (max-width: 959px) {
    .calendar-back {
        width: 100%;
        height: 207px;
        border-left: 0px solid transparent;
    }
    .block-calendar {
        margin: 40px auto;
        position: sticky;
        z-index: 20;
        height: 379px;
    }
    .block-today {
        padding-left: 0;
        text-align: center;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
    }
    .block-today-day {
        padding-top: 0;
    }
    .block-today-year {
        display: flex;
        justify-content: center;
        right: 0;
        left: 0;
        top: -35px;
    }
    .calendar {
        margin-top: 0;
    }
}

.icf {
    background-color: #330399;
}

.eca {
    background-color: #9b1010;
}

.icf a,
.eca a {
    color: #fff !important;
}

.rus {
    background-color: #1ebcb3;
}

.calendar-controls {
    display: -ms-grid;
    -ms-grid-columns: 3fr;
}

.calendar-body {
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 1f 1fr 1fr 1fr 1fr 1fr 1fr;
}

.calendar-body div:nth-of-type(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
}

.calendar-body div:nth-of-type(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
}

.calendar-body div:nth-of-type(3) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
}

.calendar-body div:nth-of-type(4) {
    -ms-grid-column: 4;
    -ms-grid-row: 1;
}

.calendar-body div:nth-of-type(5) {
    -ms-grid-column: 5;
    -ms-grid-row: 1;
}

.calendar-body div:nth-of-type(6) {
    -ms-grid-column: 6;
    -ms-grid-row: 1;
}

.calendar-body div:nth-of-type(7) {
    -ms-grid-column: 7;
    -ms-grid-row: 1;
}

.calendar-body div:nth-of-type(8) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
}

.calendar-body div:nth-of-type(9) {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
}

.calendar-body div:nth-of-type(10) {
    -ms-grid-column: 3;
    -ms-grid-row: 2;
}

.calendar-body div:nth-of-type(11) {
    -ms-grid-column: 4;
    -ms-grid-row: 2;
}

.calendar-body div:nth-of-type(12) {
    -ms-grid-column: 5;
    -ms-grid-row: 2;
}

.calendar-body div:nth-of-type(13) {
    -ms-grid-column: 6;
    -ms-grid-row: 2;
}

.calendar-body div:nth-of-type(14) {
    -ms-grid-column: 7;
    -ms-grid-row: 2;
}

.calendar-body div:nth-of-type(15) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

.calendar-body div:nth-of-type(16) {
    -ms-grid-column: 2;
    -ms-grid-row: 3;
}

.calendar-body div:nth-of-type(17) {
    -ms-grid-column: 3;
    -ms-grid-row: 3;
}

.calendar-body div:nth-of-type(18) {
    -ms-grid-column: 4;
    -ms-grid-row: 3;
}

.calendar-body div:nth-of-type(19) {
    -ms-grid-column: 5;
    -ms-grid-row: 3;
}

.calendar-body div:nth-of-type(20) {
    -ms-grid-column: 6;
    -ms-grid-row: 3;
}

.calendar-body div:nth-of-type(21) {
    -ms-grid-column: 7;
    -ms-grid-row: 3;
}

.calendar-body div:nth-of-type(22) {
    -ms-grid-column: 1;
    -ms-grid-row: 4;
}

.calendar-body div:nth-of-type(23) {
    -ms-grid-column: 2;
    -ms-grid-row: 4;
}

.calendar-body div:nth-of-type(24) {
    -ms-grid-column: 3;
    -ms-grid-row: 4;
}

.calendar-body div:nth-of-type(25) {
    -ms-grid-column: 4;
    -ms-grid-row: 4;
}

.calendar-body div:nth-of-type(26) {
    -ms-grid-column: 5;
    -ms-grid-row: 4;
}

.calendar-body div:nth-of-type(27) {
    -ms-grid-column: 6;
    -ms-grid-row: 4;
}

.calendar-body div:nth-of-type(28) {
    -ms-grid-column: 7;
    -ms-grid-row: 4;
}

.calendar-body div:nth-of-type(29) {
    -ms-grid-column: 1;
    -ms-grid-row: 5;
}

.calendar-body div:nth-of-type(30) {
    -ms-grid-column: 2;
    -ms-grid-row: 5;
}

.calendar-body div:nth-of-type(31) {
    -ms-grid-column: 3;
    -ms-grid-row: 5;
}

.calendar-body div:nth-of-type(32) {
    -ms-grid-column: 4;
    -ms-grid-row: 5;
}

.calendar-body div:nth-of-type(33) {
    -ms-grid-column: 5;
    -ms-grid-row: 5;
}

.calendar-body div:nth-of-type(34) {
    -ms-grid-column: 6;
    -ms-grid-row: 5;
}

.calendar-body div:nth-of-type(35) {
    -ms-grid-column: 7;
    -ms-grid-row: 5;
}

.calendar-body div:nth-of-type(36) {
    -ms-grid-column: 1;
    -ms-grid-row: 6;
}

.calendar-body div:nth-of-type(37) {
    -ms-grid-column: 2;
    -ms-grid-row: 6;
}

.calendar-body div:nth-of-type(38) {
    -ms-grid-column: 3;
    -ms-grid-row: 6;
}

.calendar-body div:nth-of-type(39) {
    -ms-grid-column: 4;
    -ms-grid-row: 6;
}

.calendar-body div:nth-of-type(40) {
    -ms-grid-column: 5;
    -ms-grid-row: 6;
}

.calendar-body div:nth-of-type(41) {
    -ms-grid-column: 6;
    -ms-grid-row: 6;
}

.calendar-body div:nth-of-type(42) {
    -ms-grid-column: 7;
    -ms-grid-row: 6;
}

.calendar-body div:nth-of-type(43) {
    -ms-grid-column: 1;
    -ms-grid-row: 7;
}

.calendar-body div:nth-of-type(44) {
    -ms-grid-column: 2;
    -ms-grid-row: 7;
}

.calendar-controls {
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr 1fr;
}

.calendar-prev {
    -ms-grid-column: 1;
}

.calendar-year-month {
    -ms-grid-column: 2;
}

.calendar-next {
    -ms-grid-column: 3;
}

.download {
    margin-right: 15px;
    margin-left: 5px;
}




.document-list {
    height: auto;
    min-height: 60px;
}

.document-list-block {
    width: 95%;
}

.document-name-block .document-list-block p {
    width: 100%;
}

.document-list .document-name {
    padding: 5px 0 5px 15px;
}

.collapsible {
    font-family: "Martel";
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.045em;
    background: none;
    color: red;
    cursor: pointer;
    border: none;
    border-bottom: 1px dashed;
    text-align: left;
    outline: none;
}

.collapse-content {
    font-family: "Martel";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.045em;
    margin: 5px 10px 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    display: none;
}

.collapse-content li {
    list-style: none;
    padding: 5px;
    display: flex;
    align-items: center;
    line-height: 18px;
    border: 1px solid #f0f0f0;
    margin: -1px 0 0;
    min-height: 60px;
}

.collapse-content li:before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 10px;
    vertical-align: middle;
    background-image: url('https://2020.kayak-canoe.ru/templates/whitesquare/images/arrow-pointing-to-right.svg');
    background-position: top right;
}

.collapse-content li:first-child {
    margin-top: 10px;
}

.collapse-content span {
    display: inline-block;
    width: 90%;
}

.document-name-block {
    flex-wrap: wrap;
}

.document-list-block {
    width: 90%;
}




.news-block-content {
    margin-top: 21px;
    position: relative;
}

.news-content-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.button-all-news {
    display: flex;
    align-items: center;
    border: 1px solid #3555d9;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 10px !important;
}

.button-all-news:hover {
    background: #3556d918;
}

.button-all-news p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #3555d9;
    margin-right: 20px !important;
}

.news-content-main {
    height: auto;
    margin-top: 30px;
    position: relative;
    cursor: pointer;
}

.news-content-main_date {
    position: absolute;
    z-index: 5;
    width: 166.25px;
    height: 68.52px;
    background: #fff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.09);
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-content-main_date p {
    width: 91.69px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 136.2%;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000;
}

iframe {
    width: 100%;
}

.video-content-img {
    width: 490;
    height: 375;
    display: -ms-flexbox;
}

.video-content-img img {
    object-fit: cover;
    width: 100%;
    max-height: 782px;
    vertical-align: bottom;
}

.news-content-main_text {
    position: absolute;
    bottom: 0;
    color: #fff;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.05em;
    padding: 10px 30px;
    background: linear-gradient( 0deg, #a6a6a6 0%, #2d2c2c 0.01%, rgba(34, 34, 34, 0) 98%);
    text-shadow: 0 2px 4px #adadad;
}

.news-content-main_text h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
}

.news-content-main_text p {
    font-weight: 300;
    font-size: 14px;
    line-height: 15px;
    text-transform: capitalize;
    overflow: hidden;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-block-list {
    display: flex;
    flex-wrap: wrap;
}

.news-block-info {
    width: 31%;
    height: 250px;
    position: relative;
    cursor: pointer;
}

/* 
.news-block-info:nth-child(2),
.news-block-info:nth-child(5) {
    height: 388px;
} */

/* 
.news-block-info:nth-child(4),
.news-block-info:nth-child(6) {
    top: -18px;
} */

.news-info-title {
    height: 125px;
    background: #fff;
    box-shadow: 0 3px 11px rgba(0, 0, 0, 0.14);
    padding-left: 8px;
    border-radius: 20px;
}

.news-type {
    display: flex;
    align-items: stretch;
    position: relative;
    height: 30px;
}

.news-date {
    font-family: "Martel";
    font-style: normal;
    font-weight: 200;
    font-size: 13px;
    line-height: 12px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    color: #000;
    opacity: 0.33;
    width: 31.12px;
    margin-right: 16px;
}

.ellipse {
    position: absolute;
    top: 11px;
}

.news-type-div p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 12px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    color: #074286;
    margin-left: 16px;
    z-index: 5;
    position: relative;
}

.news-info-title h4 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    color: #000000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-info-back {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: calc(100% - 109px);
    object-fit: cover;
    border-radius: 20px;
}

.news-info-text {
    position: absolute;
    bottom: 0;
    z-index: 5;
    background: linear-gradient( 0deg, #a6a6a6 0%, #2d2c2c 0.01%, rgba(34, 34, 34, 0) 192.77%);
    font-family: "Montserrat";
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 136.2%;
    letter-spacing: 0.035em;
    color: #ffffff;
    padding-left: 16px;
    padding-bottom: 5px;
}



ul.breadcrumb {
    padding-bottom: 12px;
  }
  ul.breadcrumb li {
    display: inline;
    font-family: "Merriweather";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #0000004d;
  }
  ul.breadcrumb li + li:before {
    padding: 8px;
    color: #0000004d;
    content: "\2219";
  }
  ul.breadcrumb li a {
    color: #0000004d;
  }
  ul.breadcrumb li a:hover {
    color: #000000be;
  }
  




.vector-news-left {
    background-image: url(../images/news/vectot-left.svg);
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: right;
}

.vector-news-right {
    background-image: url(../images/news/vector-right.svg);
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: left;
}

.vector-news-top {
    background-image: url(../images/news/vector-top.svg);
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    background-size: cover;
    background-position: top;
}

.vector-news-bottom {
    background-image: url(../images/news/vector-bottom.svg);
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    background-size: cover;
    background-position: top;
}

.title-block {
    width: 100%;
    height: 81px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}

.left-back-news {
    background-image: url(../images/news/left-back-news.svg);
    width: 40%;
    height: 81px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: right;
}

.right-back-news {
    background-image: url(../images/news/right-back-news.svg);
    width: 40%;
    height: 81px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: left;
}

.news-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 5;
}

.section-news-page {
    position: relative;
    top: 0px;
    padding-bottom: 100px;
}

.section-content_news {
    position: relative;
}

.section-title-news {
    font-family: "Merriweather";
    font-style: normal;
    font-weight: normal;
    font-size: 45px;
    line-height: 50px;
    color: #3555d9;
}

.title-border-bottom {
    border: 1px solid #3555d9;
}

.news-calendar {
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.next-month {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 12px 3vw;
    background: linear-gradient( 273.17deg, #ffffff 83.18%, rgba(255, 255, 255, 0) 109.68%);
}

.news-month {
    padding: 15px 3vw;
    background: #ffffff;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
    border-radius: 2px;
    font-family: "Merriweather";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    color: #525252;
}

.news-month:hover {
    color: #2b2a2a;
}

.news-month.active {
    color: #3555d9;
    border-bottom: 1px solid #3555d9;
}

.news-block-content {
    width: 100%;
}

.news-block-list {
    justify-content: space-between;
}


/* 
.news-block-info:nth-child(2),
.news-block-info:nth-child(5) {
    height: 360px;
} */


/* 
.news-block-info:nth-child(4),
.news-block-info:nth-child(6) {
    top: 0;
} */

.pagination {
    margin-top: 38px;
    display: flex;
    justify-content: center;
}

.pagination li {
    /* display: inline; */
    text-align: center;
}

.pagination a {
    background: #ffffff;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.07);
    font-family: "Lato";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000000;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.07);
    padding: 10px 18px;
}

.pagination a.active {
    cursor: default;
}

.pagination a:active {
    outline: none;
}

.pagination a:hover {
    background: #eee;
}

.pagination a.active,
.pagination a:active {
    background: #3556d93a;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.07);
    color: #3555d9;
}

.pagination .prev,
.pagination .next {
    color: #3555d9;
}

.section-documents {
    position: relative;
    margin-bottom: 94px;
}

.documents-select {
    display: flex;
    justify-content: space-between;
    margin-bottom: 44px;
}

.select-style {
    width: 30% !important;
}

.document-table-title {
    display: flex;
    width: 100%;
    height: 50px;
    margin-bottom: 27px;
}

.document-table-title p {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: #ffffff;
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.11);
    font-family: "Martel";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.045em;
    color: #3555d9;
    text-align: center;
}

.document-year,
.document-type,
.document-date {
    width: 15%;
}

.document-name {
    width: calc(100% - 15%);
    padding-left: 15px;
}

.document-table-info {
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.11);
    margin-bottom: 1px;
    display: flex;
    align-items: center;
    font-family: "Martel";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.045em;
    color: #000000;
    text-align: center;
    min-height: 60px;
    height: auto;
    padding: 5px 0;
}

.document-name-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}

.document-name-block p {
    width: calc(100% - 50px);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.download {
    margin-right: 15px;
    margin-left: 5px;
}

.section-media {
    position: relative;
    padding-bottom: 16px;
}

.container-media {
    position: relative;
    z-index: 20;
}

.media-block-photo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 58px;
}

.media-block-info {
    width: 33%;
    height: 486px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
    position: relative;
    cursor: pointer;
}

.media-button {
    width: 74px;
    height: 59px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.07);
    cursor: pointer;
    line-height: 59px;
    font-size: 33px;
}

.media-button:before {
    margin: auto;
}

.media-block-info:nth-child(odd) .media-button {
    background: #ffffff;
}

.media-block-info:nth-child(even) .media-button {
    background: #3555d9;
}

.media-block-info:nth-child(odd) .media-button:before {
    background: #ffffff;
    content: url(../images/arrow-right.svg);
}

.media-block-info:nth-child(even) .media-button:before {
    background: #3555d9;
    content: url(../images/arrow-right-white.svg);
}

.media-picture {
    width: 100%;
    height: 316px;
    cursor: pointer;
}

.media-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.media-info {
    width: 100%;
    height: 170px;
    position: relative;
    text-align: center;
}

.media-block-info:nth-child(odd) .media-info,
.media-block-info:nth-child(odd) .media-info a {
    background: #3555d9;
    color: #ffffff;
}

.media-block-info:nth-child(even) .media-info,
.media-block-info:nth-child(even) .media-info a {
    background: #ffffff;
    color: #3555d9;
}

.media-title {
    font-family: "Merriweather";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 92px;
}

.media-text {
    font-family: "Martel";
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 136.2%;
    letter-spacing: 0.05em;
    position: absolute;
    bottom: 40px;
    right: 25px;
    left: 25px;
    width: 80%;
    overflow: hidden;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.show-more {
    font-family: "Martel";
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 136.2%;
    letter-spacing: 0.05em;
    position: absolute;
    bottom: 18px;
    right: 28px;
}

#button {
    display: flex;
    flex-direction: column;
    width: 37px;
    height: 44px;
    text-align: center;
    margin: 40px auto 0 auto;
    cursor: pointer;
}

#button p {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.045em;
    color: #3555d9;
}

@media only screen and (max-width: 959px) {
    .media-block-info {
        width: 49%;
    }
}

@media only screen and (max-width: 768px) {
    .documents-select {
        flex-direction: column;
    }
    .select-style {
        width: 100% !important;
    }
    .media-block-info {
        width: 100%;
    }
    .pagination li:nth-child(n + 7) {
        display: none;
    }
    .pagination li:last-child {
        display: block;
    }
}

@media only screen and (max-width: 480px) {
    .section-news-page {
        top: 68px;
    }
}

.slider-news__item .news-block-info {
    max-width: 274px;
}
