

/* Start:/local/templates/.default/components/bitrix/news.list/timeline/style.css?1685429421150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/main/css/timeline.css?172069979614154*/
/* demo style */
.cd-nugget-info {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 50px;
    top: 0;
    left: 0;
}
.cd-nugget-info a {
    position: relative;
    font-size: 14px;
    color: #718ca1;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.cd-nugget-info a:hover {
    opacity: .8;
}
.cd-nugget-info span {
    vertical-align: middle;
    display: inline-block;
}
.cd-nugget-info span svg {
    display: block;
}
.cd-nugget-info .cd-nugget-info-arrow {
    fill: #718ca1;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* --------------------------------

Primary style

-------------------------------- */
*, *::after, *::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    font-family: "Droid Serif", serif;
    color: #7f8c97 !important;
    background-color: #e9f0f5 !important;
}

a {
    color: #acb7c0;
    text-decoration: none;
}

img {
    max-width: 100%;
}

h1, h2 {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
}

/* --------------------------------

Patterns - reusable parts of our design

-------------------------------- */
@media only screen and (min-width: 1170px) {
    .cd-is-hidden {
        visibility: hidden;
    }
}

/* --------------------------------

Vertical Timeline - by CodyHouse.co

-------------------------------- */


.cd-timeline {
    overflow: hidden;
    margin: 2em auto;
}

.cd-timeline__container {
    position: relative;
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 2em 0;
}

.cd-timeline__container::before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #d7e4ed;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline {
        margin-top: 3em;
        margin-bottom: 3em;
    }
    .cd-timeline__container::before {
        left: 50%;
        margin-left: -2px;
    }
}

.cd-timeline__block {
    position: relative;
    margin: 2em 0;
}

.cd-timeline__block:after {
    /* clearfix */
    content: "";
    display: table;
    clear: both;
}

.cd-timeline__block:first-child {
    margin-top: 0;
}

.cd-timeline__block:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline__block {
        margin: 4em 0;
    }
}

.cd-timeline__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;

    font-size: 24px;
    font-family: 'Roboto';

    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1170px) {
    .cd-timeline__img {
        font-size: 14px;
    }
}

.cd-timeline__img img {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
}

.cd-timeline__img.cd-timeline__img--picture {
    background: #75ce66;
}

.cd-timeline__img.cd-timeline__img--movie {
    background: #c03b44;
}

.cd-timeline__img.cd-timeline__img--location {
    background: #f0ca45;
}

.twentyten {
    background: linear-gradient(45deg, #C16FA1, #A16C9C) !important;
    box-shadow: none;
}

.twentytwelve.covid {
    background-image:
            url("/local/templates/main/css/../img/covid-icon.svg") !important;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat !important;
}

/*.no-covid .twentyten.covid {*/
/*    background: linear-gradient(45deg, #C16FA1, #A16C9C) !important;*/
/*    box-shadow: none;*/
/*}*/

.purple-1 .twentyten {
    background: #C78BD1 !important;
}

.pink-1 .twentyten {
    background: #EA92BC !important;
}

.dark-orange-1 .twentytwelve,
.dark-orange-1 .twentyeleven,
.dark-orange-1 .twentyten {
    background: #D38585 !important;
}

.twentyeleven {
    background: linear-gradient(45deg, #E79C68, #E47A65) !important;
    box-shadow: none;

}

.twentytwelve {
    background: linear-gradient(45deg, #D57586, #CD6F88) !important;
    box-shadow: none;
}

.twentythirteen {
    background: linear-gradient(45deg, #BD486E, #9A4F85) !important;
    box-shadow: none;
}

.twentyfourteen {
    background: linear-gradient(45deg, #A971A5, #736C9F) !important;
    box-shadow: none;
}

.twentyfifteen {
    background: linear-gradient(45deg, #E69A67, #E78666) !important;
    box-shadow: none;
}

.twentysixteen {
    background: linear-gradient(45deg, #C6698D, #D17088) !important;
    box-shadow: none;
}

.twentyseventeen {
    background: linear-gradient(45deg, #E57964, #D17088) !important;
    box-shadow: none;
}

.twentyeighteen {
    background: linear-gradient(45deg, #AF557F, #706C9F) !important;
    box-shadow: none;
}

.block--big {
    margin: 0;
}

.block--small {
    margin: 12px 0 !important;
}

.block--small  .cd-timeline__content  {
    padding: 6px 12px
}

.block--small  .cd-timeline__content  p {
    margin: 0;
}

.cd-timeline__block.big-circle .cd-timeline__img,
.cd-timeline__block:not(.midle-circle) .big {
    width: 200px !important;
    height: 200px !important;
    left: 50%;
    margin-left: -100px !important;
    font-size: 24px;
    font-family: 'Roboto';

}

.block--big  .cd-timeline__content {
    width: 40% !important;
    padding: 12px;
}

.cd-timeline__block:not(.midle-circle):not(.block--big) .small {
    width: 50px !important;
    height: 50px !important;
    left: 50%;
    margin-left: -25px !important;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline__block.covid {
        min-height: 0;
    }

    .cd-timeline__img {
        width: 100px;
        height: 100px;
        left: 50%;
        margin-left: -50px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        /* Force Hardware Acceleration */
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    .cd-timeline__img.cd-timeline__img--bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
    }
}

@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.cd-timeline__content {
    position: relative;
    margin-left: 60px;
    background: white;
    border-radius: 0.25em;
    padding: 1em;
    -webkit-box-shadow: 0 3px 0 #d7e4ed;
    box-shadow: 0 3px 0 #d7e4ed;
}

.cd-timeline__content:after {
    /* clearfix */
    content: "";
    display: table;
    clear: both;
}

.cd-timeline__content::before {
    /* triangle next to content block */
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid white;
}

.cd-timeline__content h2 {
    color: #303e49;
}

.cd-timeline__content p,
.cd-timeline__read-more,
.cd-timeline__date {
    font-size: 1.3rem;
}

.cd-timeline__content p {
    margin: 1em 0;
    line-height: 1.6;
}

.cd-timeline__read-more,
.cd-timeline__date {
    display: inline-block;
}

.cd-timeline__read-more {
    float: right;
    padding: .8em 1em;
    background: #acb7c0;
    color: white;
    border-radius: 0.25em;
}

.cd-timeline__read-more:hover {
    background-color: #bac4cb;
}

.cd-timeline__date {
    float: left;
    padding: .8em 0;
    opacity: .7;
}

@media only screen and (min-width: 768px) {
    .cd-timeline__content h2 {
        font-size: 2rem;
    }
    .cd-timeline__content p {
        font-size: 1.6rem;
    }
    .cd-timeline__read-more,
    .cd-timeline__date {
        font-size: 1.4rem;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-timeline__content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
        /* Force Hardware Acceleration */
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    .cd-timeline__content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: white;
    }
    .cd-timeline__read-more {
        float: left;
    }
    .cd-timeline__date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 6px;
        font-size: 1.6rem;
    }
    .cd-timeline__block:nth-child(odd) .cd-timeline__content {
        float: right;
    }
    .cd-timeline__block:nth-child(odd) .cd-timeline__content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: white;
    }
    .cd-timeline__block:nth-child(odd) .cd-timeline__read-more {
        float: right;
    }
    .cd-timeline__block:nth-child(odd) .cd-timeline__date {
        left: auto;
        right: 122%;
        text-align: right;
    }
    .cd-timeline__content.cd-timeline__content--bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s;
    }
}

@media only screen and (min-width: 1170px) {
    /* inverse bounce effect on even content blocks */
    .cd-timeline__block:nth-child(even) .cd-timeline__content.cd-timeline__content--bounce-in {
        -webkit-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s;
    }
}

@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@media (max-width: 1170px) {
    .block--big {
        margin: 20px 0;
    }

    .cd-timeline__img {
        left: 0;
        margin-left: 0 !important;
    }

    .cd-timeline__block:not(.midle-circle):not(.block--big) .small {
        width: 40px !important;
        height: 40px !important;
        margin-left: 0 !important;
        left: 0 !important;
    }

    .cd-timeline__block.big-circle .cd-timeline__img,
    .cd-timeline__block:not(.midle-circle) .big  {
        width: 80px !important;
        height: 80px !important;
        margin-left: -20px !important;
        left: 0 !important;
        font-size: 14px;
    }

    .block--big .cd-timeline__content {
        width: 100% !important;
    }

    .cd-timeline__content {
        margin-left: 70px;
    }

    .js-cd-block {
        width: 90%;
    }

    .cd-timeline__img {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
    }
}

@media (max-width: 600px) {
    .cd-timeline__img {
        left: 0;
        margin-left: 0 !important;
    }

    .cd-timeline__block:not(.midle-circle):not(.block--big) .small {
        width: 30px !important;
        height: 30px !important;
        left: 5px !important;
    }

    .cd-timeline__block.big-circle .cd-timeline__img,
    .cd-timeline__block:not(.midle-circle) .big {
        width: 60px !important;
        height: 60px !important;
        margin-left: -10px !important;
    }

    .js-cd-block {
        width: 80%;
    }
    .cd-timeline__content {
        margin-left: 60px;
    }

}

.main__picture {
    width: 100%;
}
/* End */
/* /local/templates/.default/components/bitrix/news.list/timeline/style.css?1685429421150 */
/* /local/templates/main/css/timeline.css?172069979614154 */
