* {
    position: relative;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a, button, span {
    display: inline-block;
}

input, textarea {
    display: block;
    width: 100%;
}

table {
    width: 100%;
    border-collapse: collapse;
}

a {
    background-color: transparent;
    text-decoration: none;
}


img {
    border: none;
    max-width: 100%;
    height: auto;
}

a, button {
    outline: 0;
    cursor: pointer;
}

li {
    list-style: none;
}

button {
    background: 0 0;
    border: none;
}

a, button, input, textarea {
    color: #000;
    font-weight: inherit;
    -webkit-appearance: none;
    transition: all .5s ease;
}

:after, :before {
    box-sizing: border-box;
}

textarea {
    resize: none;
    outline: 0;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    background: 0 0;
}

input {
    outline: 0;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    background: 0 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

input[type=submit] {
    cursor: pointer;
    -webkit-appearance: none;
    display: inline-block;
}

input[type=search]::-webkit-search-cancel-button {
    background: 0 0;
    display: none;
}

.text-align-left {
    text-align: left;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

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

figure {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 5px;
    font-size: .75em;
    opacity: .8;
}

[hidden] {
    display: none !important;
}

.img-full {
    width: 100%;
}

.clearfix:after {
    content: '';
    clear: both;
    display: block;
}

h1, .h1 {
    margin: 0;
}

h2, .h2 {
    margin: 0;
}

h3, .h3 {
    margin: 0;
}

h4, .h4 {
    margin: 0;
}

h5, .h5 {
    margin: 0;
}

h6, .h6 {
    margin: 0;
}

@font-face {
	font-family: 'Manrope'; 
	src: url(../fonts/font.ttf); 
}

html {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Manrope', Helvetica, sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    background: white;
    color: #000;
    background-color: white;
    min-width: 600px;
    min-height: 1060px;

    
}

a {color: #EB4247;}
a:hover {text-decoration: underline;}

.timeline2 a
{
    color: black;
}

.timeline2 a:hover
{
    color: black;
    text-decoration: none;
}

body {
    margin: 0;
    padding: 0;
    /* overflow: hidden; */
}

.mobile
{
    display: none;
}


.video-fit {
    object-fit: cover;
    margin: auto;
    width: 100%;
    height: auto;
    margin-top: 88px;
}

section
{
    max-width: 1440px;
    margin: auto;
    background-color: white;
}

.header
{
    max-width: 100%;
    margin: auto;
    background-color: white;
}

.linew
{
    background-image: url('../img/head_line.png');
    height: 67px;
    margin: 50px 0 50px 0;
    color: white;
    background-size: cover;
    padding-top: 15px;
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
}

.linew2
{
    background-image: url('../img/Rectangle 27.svg');
    padding-bottom: 5px;
    backdrop-filter: blur(6px);
}

.linew span
{
    display: inline-block;
    margin-right: 45px;
}

.linew span img
{
    margin-left: 14px;
}

.block-content {
    padding: 0 120px 0 120px;
    box-sizing: border-box;
    height: 100%;
    margin-top: 0;
    position: relative;
    max-width: 1440px;
    margin: 0 auto 0 auto;
}

.columns {
    padding: 0 120px 0 120px;
    box-sizing: border-box;
    height: 100%;
    margin-top: 0;
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 80px;
}

.columns>div
{
    display: grid;
    width: 50%;
}

.columns div:first-child
{
    width: 46%;
}

.columns>div:nth-child(2)
{
    padding-left: 6px;
}

.columns.c2 div:first-child p
{
    margin-bottom: 3px;
}

.columns.c2 div:last-child p:last-child
{
    margin-bottom: 0px;
}

.columns.c4 div:first-child
{
    width: 50%;
}
.columns.c4 div:last-child
{
    width: 47%;
}

.columns.c5 div:first-child
{
    width: 55%;
}
.columns.c5 div:last-child
{
    width: 41%;
}

.columns.c6 div:first-child
{
    width: 49%;
}

.columns.c6 div:last-child
{
    width: 48%;
}


.columns.c7 div:first-child
{
    width: 58%;
}

.columns.c7 div:last-child
{
    width: 42%;
}

.columns.c8 div:last-child
{
    width: 47%;
}

.columns.c13 div:first-child
{
    width: 36%;
}

.columns.c13 div:last-child
{
    width: 60%;
}

.columns.c14 div:last-child
{
    width: 48%;
}

.columns.c15 div:first-child
{
    width: 60%;
}

.columns.c15 div:last-child
{
    width: 36%;
}


h1
{
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 66px;
}

h2 
{
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    margin-top: 16px;
}

h3
{
    color: #D9D9D6;
    font-size: 50px;
}

h4
{
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 40px;
}


p{
    margin-bottom: 10px;
}

.header
{
    margin-bottom: 80px;
}

.header .logos
{
    height: 43px;
    border-bottom: 1px solid black ;
    padding-bottom: 23px;
    margin-bottom: 33px;
    margin-top: 29px;
}

.header .line
{
    margin: 50px 0 46px 0;
}

.timeline
{
    width: 100%;
    margin-bottom: 30px;
    /*filter: blur(20px);
    backdrop-filter: blur(30px);*/
}



.timeline1
{
    border-bottom: 1px solid black;
}

.timeline2
{
    max-width: 1440px;
    margin: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    height: 54px;
    padding: 0 120px;
}

.blur
{
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 96.02%);
    filter: blur(20px);
    backdrop-filter: blur(30px);
    position: absolute;
    top: 0;
    width: 100%;
    height: 80px;
}

.timeline.fly
{
    position: fixed;
    top: 0;
    width: 100%;
    left: 50%;
    padding-top: 10px;
    transform: translate(-50%,0);
    z-index: 1000;
    min-height: 80px;
}

.timeline.fly .timeline2
{
   /* margin-bottom: 20px; */
}


.timeline .date
{
    display: grid;
    font-weight: 700;
}

.timeline .date:hover
{
    color: #EB4247;
}

.timeline .date::after
{
    content: "•";
    position: absolute;
    bottom: -6px;
    background-color: white;
    height: 22px;
    width: 45px;
    text-align: center;
    font-weight: bold;
    font-size: 23px;
    left: -2px;
}

.timeline.fly  .date::after
{
    background-color: transparent;

}

.timeline .date.active
{
    color: #EB4247;
    font-size: 24px;
}

.timeline .date.active::after
{
    font-size: 40px;
    width: 60px;
    height: 23px;
}


.header_after
{
    max-width: 100%;
}


.header_after .block-content
{
    padding: 0;
}

.header_after .img
{
    margin-top: 88px;
    width: 100%;
}

.tl
{
    border-top: 1px solid gray;
    max-width: 1200px;
    margin: 80px auto 0 auto;
}

.year
{
    margin-bottom: 136px;
}

.cite
{
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    min-height: 250px;
    background-color:#092433;
    margin-top: 108px;
    margin-bottom: 108px;
    padding: 56px 0px;
    max-width: 100%;
}

.cite .block-content
{
    max-width: 1440px;
    margin: auto;
    display: flex;
}

.cite.last
{
    margin-bottom: 110px;
}


.cite img
{
    width: 220px;
    height: auto;
}

.cite .cite1
{
    padding-right: 85px;
    border-right: 1px solid #EB4247;
    min-width: 306px;
}

.cite .cite2
{
    margin-left: 85px;
}

.cite span
{
    display: block;
    color: #D9D9D6;
}

.cite .name
{
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    margin-top: 28px;
}

.cite .dolg
{
    font-size: 14px;
    line-height: 19px;
    margin-top: 8px;
}

.cite .title
{
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 40px;
    margin-top: 10px;
}

.cite .text
{
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
}

.social
{
    height: 79px;
    background-color: white;
    text-align: center;
}

.up_button
{
    background-image: url("../img/button_up.svg");

    display: block;
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 48px;
    height: 48px;
    background-size: cover;
    display: none;

}

.up_button:hover
{
    background-image: url("../img/button_up_hover.svg");
}

.social a
{
    display: inline-block;
    margin: 0 16px;
    width: 42px;
    height: 42px;
    background-size: cover;
}

.social .fb
{
    background-image: url("../img/social/Facebook.svg");
}

.social .fb:hover
{
    background-image: url("../img/social/Facebook_hover.svg");
}

.social .vk
{
    background-image: url("../img/social/VK.svg");
}

.social .vk:hover
{
    background-image: url("../img/social/VK_hover.svg");
}

.social .tw
{
    background-image: url("../img/social/twitter.svg");
}

.social .tw:hover
{
    background-image: url("../img/social/Twitter_hover.svg");
}

.social .tel
{
    background-image: url("../img/social/telegram.svg");
}

.social .tel:hover
{
    background-image: url("../img/social/Telegram_hover.svg");
}

.social .wa
{
    background-image: url("../img/social/WhatsApp.svg");
}

.social .wa:hover
{
    background-image: url("../img/social/Watsapp_hover.svg");
}



.footer
{
    height: 53px;
    background-color: #1B1C1E;
    text-align: center;
    color: white;
    font-size: 16px;
    padding-top: 9px;
    max-width: 100%;
}