@charset "UTF-8";
:root{--red:#D4263F}
::-webkit-scrollbar-track{background-color:#000000}
::-webkit-scrollbar{width:0px;height:5px}
::-webkit-scrollbar-thumb{background-color:var(--red)}
body{font-family:"gotham",sans-serif;font-size:16px;color:white;line-height:1.5;color: #000000;}
body#homePage {
    background: #000000;
    color: white;
}
.container{width:1363px;max-width:100%;padding-right:40px;padding-left:40px}
a{transition:.4s;color: #151515;}
a:focus,a:hover{text-decoration:none;color:var(--red)}
:focus{outline:none}
h1{margin-top:0;margin-bottom:0;font-weight:normal}
.alert{background:#151515a1;color:white;font-size:14px;text-align:left;border:none;position:fixed;top:95px;right:0;max-width:95%;max-width:450px;padding:20px 30px;z-index:99999;border-radius:0;margin-bottom:0;backdrop-filter:blur(3px);width:auto}
.alert>.close{position:absolute;opacity:1;text-shadow:none;top:5px;right:10px;color:white;font-weight:lighter}
.alert i{display:none}
.lang label{margin-bottom:0;font-weight:700;display:inline-flex;color:white;font-size:14px}
.lang label span{color:white;text-transform:uppercase;cursor:pointer;transition:.4s;width:43px;height:38px;display:flex;align-items:center;justify-content:center}
.lang label input:checked + span{background:var(--red)}
.lang label input{display:none}
header{height:100px;display:flex;align-items:center}
.header{display:flex;align-items:center;justify-content:flex-end}
.search_link{display:flex;margin-left:34px}
html,body{height:100%}
.page_wrapper{min-height:100vh;display:flex;flex-direction:column}
footer{margin-top:auto;padding-bottom:10px}
.home_page header{position:absolute;width:100%;z-index:1}
.home_page footer{bottom:0}
.lang{margin-left:auto}
.home_section{height:100vh;display:flex;flex-direction:column;justify-content:center}
.home_section_inner{display:flex;flex-direction:column;align-items:center;gap:54px;position:relative}
.big_logo{font-size:58px;text-transform:uppercase;font-weight:500;line-height:1;display:flex;align-items:center;gap:30px;font-family: "optima-lt-pro", sans-serif;}
.company_text{line-height:1.1;font-size:21px;text-align:center}
.big_logo img{max-width:100%}
.fade-in{opacity:0;transition:opacity 2s ease}
.fade-in.visible{opacity:1}
.typewriter{white-space:pre-wrap;overflow:hidden;border-right:2px solid rgba(255,255,255,0.7);animation:blink .8s steps(1) infinite}
@keyframes blink {
50%{border-color:transparent}
}
.footer{display:flex;align-items:center;justify-content:space-between;background:#1A1A1A;padding:16px 30px;line-height:1.1;font-size:15px}
.home_page .footer{background:transparent;padding-right:0;padding-left:0}
footer,footer a{color:#C9C9C9}
.scroll_down{display:flex}
.home_section_inner .scroll_down{position:absolute;top:calc(100% + 146px);left:50%;transform:translateX(-50%);z-index:1}
.home_page .logo{display:none}
.blog_section{padding:0 0 30px}
.blog_columns{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.blog_col_name{text-align:center;background:#1A1A1A;font-size:24px;text-transform:uppercase;line-height:1;padding:12px;margin-bottom:15px}
.blog_columns_bottom .red_line{grid-area:1 / 2 / 2 / 3}
.red_line{background:var(--red);color:white;font-style:italic;font-weight:300;font-size:22px;display:flex;justify-content:center;gap:5px;align-items:center}
.blog_columns_bottom{margin-top:50px}
.post_item_img{width:120px;position:relative;display:block;transition:.4s;margin-right:0;max-width:0;min-width:0;overflow:hidden}
.post_item_img:before{position:absolute;content:"";background:#0000004D;top:0;left:0;width:100%;height:100%}
.post_item_img:after{position:absolute;content:url('data:image/svg+xml,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.702364 24.313L24.2146 1.09469M24.2146 1.09469L3.31025 2.81683M24.2146 1.09469L22.2296 21.9757" stroke="white" stroke-width="2"/></svg>');top:50%;left:50%;transform:translate(-50%,-50%);display:flex}
.post_item{height:138px;display:flex;padding:15px 0;border-bottom:.6px solid #434343}
.post_item_title{color:#FFFFFF;font-size:22px;line-height:1;width:100%;margin-bottom:10px;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;display:-webkit-box}
.post_item_text{color:#D3D3D3;font-size:15px;line-height:1.3;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;display:-webkit-box}
.post_item:hover .post_item_img{max-width:120px;min-width:120px;margin-right:25px}
.post_item_img img{width:100%;height:100%;object-fit:cover;transition:.4s}
.post_item_date{color: #202020;font-size:13px;font-weight:300;line-height:1;font-style:italic;margin-top:5px}
.showMore{color:var(--red);font-size:17px;line-height:1;text-decoration:underline;text-underline-offset:2px;text-decoration-thickness:.5px;margin-top:24px;cursor:pointer}
a.post_item:hover *{text-decoration:underline;text-underline-offset:2px;text-decoration-thickness:.5px}
.post_page{border-top:.6px solid #434343;border-bottom:.6px solid #434343;padding:45px 0 65px;color: #545454;font-size:20px}
.post_author_img{--width:104px;width:var(--width);height:var(--width);min-width:var(--width);border-radius:50%;overflow:hidden}
.post_author_img img{width:100%;height:100%;object-fit:cover}
.post_author_name{font-size:23px;line-height:1;color: #000000;}
.post_date{color: #545454;font-weight:300;line-height:1;margin-top:20px;font-size:16px}
.post_author{display:flex;align-items:center;gap:23px}
.post_top_left{display:flex;align-items:center;gap:35px}
.post_top{display:grid;grid-template-columns:412px 1fr 26%;align-items:flex-start}
.post_top_right{padding-left:110px}
.post_top_right .bt{width:100%}
.title{font-size:46px;line-height:1.1;color: #000000;font-weight:500}
.mb30{margin-bottom:30px}
.bt{display:inline-flex;align-items:center;justify-content:center;line-height:1;font-size:14px;font-weight:700;text-transform:uppercase;padding:14px;cursor: pointer;transition: .5s;}
.bt.white{background: #151515;color: white;}
.pt50{padding-top:50px}
.text_block{width:678px;margin-left:412px}
.image_thumb img{width:100%;height:100%;object-fit:cover}
.image_thumb{height:426px}
.image_text{margin-top:15px;color:#8C8C8C;font-size:26px;font-weight:300;line-height:1.1;margin-left:412px}
.text_block :last-child{margin-bottom:0}
.text_block blockquote{font-size:22px;color: #000000;padding:40px 0 40px 40px;border-top:.6px solid #434343;border-bottom:.6px solid #434343;font-style:italic;border-left:none;margin:50px 0;position:relative}
.text_block blockquote:first-child{margin-top:0}
.text_block blockquote:last-child{margin-bottom:0}
.text_block blockquote:before{content:url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.05497 0H13.5825L4.52748 24.4484H0L9.05497 0Z" fill="%23D4263F"/><path d="M19.9202 0H24.4477L15.3927 24.4484H10.8652L19.9202 0Z" fill="%23D4263F"/></svg>');position:absolute;left:0;top:50px}
.image_block.swiper-slide .image_text{margin-left:0}
.post_top_text :last-child{margin-bottom:0}
.post_item.post_item2{height:auto}
.post_item_content{color:#D3D3D3;font-size:14px;font-style:italic}
.post_item_content :last-child{margin-bottom:0}
.post_item_content_title{color: #000;position:relative;margin-bottom:15px;margin-top:15px;display:flex;align-items:center;line-height:1}
.post_item_content_title:before{content:url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.87015 0H7.30523L2.43508 13.1494H0L4.87015 0Z" fill="%23737373"/><path d="M10.7139 0H13.149L8.27883 13.1494H5.84375L10.7139 0Z" fill="%23737373"/></svg>');margin-right:15px}
.post_item2 .showMore{margin-top:10px}
.post_item_content{color: #6f6f6f;font-size:14px;font-style:italic;overflow:hidden;max-height:88px;transition:max-height .6s ease}
.blog_col_posts{overflow:hidden;transition:max-height .7s ease}
.blog_col_posts.collapsed{max-height:none}
#layout-content{flex-grow:1}
footer{position:fixed;left:0;bottom:0;width:100%;z-index:3}
.page_wrapper{padding-bottom:70px}
.page_wrapper.home_page{padding-bottom:0}
.blog_col_posts .post_item{display:flex;opacity:1;transition:opacity .4s ease}
.mb60{margin-bottom:60px}
@keyframes arrow_pulse {
from{transform:translate(-50%,-20px)}
to{transform:translate(-50%,20px)}
}
.scroll_down{animation-name:arrow_pulse;animation-iteration-count:infinite;animation-duration:2s;animation-direction:alternate;animation-timing-function:ease-in-out}
.share_menu{position:relative}
.share_menu_dropdown{position:absolute;top:100%;left:0;background:white;min-width:100%;padding:10px;margin-top:10px;display:none}
.a2a_kit{display:flex;justify-content:center;flex-wrap:wrap;gap:5px}
.share_menu_dropdown div[style="clear: both;"]{display:none}
.lang label:hover input:not(:checked) + span{color:var(--red)}
.red_line:hover{color:white;background:#ffffff33}
.bt.white:hover{background:var(--red);color:white}
.back_link{display:flex}
.back_link:hover svg *{stroke:white}
svg *{transition:.5s}
.ss-search-form__input{border-radius:0;height:60px;display:flex;overflow:hidden;margin-bottom:40px;background:#ebebeb}
.ss-search-form__input button{min-width:60px;display:flex;align-items:center;justify-content:center;padding:0;border:none;background:transparent}
.ss-search-form__input input[type="text"]{width:100%;background:transparent;border:none;color:#000000;padding:5px 25px}
.ss-result__aside{display:none}
mark,.mark{background:#d4263f;color:white}
body:not(#homePage) .search_link svg *{fill:#000}
body:not(#homePage) .lang label span{color:#000}
body:not(#homePage) .lang label input:checked + span{color:white}
.blog_col_name{background:#ebebeb}
.post_item_title{color:#000}
.post_item_text{color:#6f6f6f}
body:not(#homePage) footer,body:not(#homePage) footer a{color:#161616}
body:not(#homePage) .footer{background:#ebebeb}
body:not(#homePage) .red_line{background:var(--red)}
.ss-search-form__input button svg *{fill:#000}
.social {
    display: flex;
    gap: 30px;
}

.social svg {
    height: 28px;
    width: auto;
}

#homePage .social svg *[fill="black"] {
    fill: white;
}

#homePage .social svg *[stroke="black"] {
    stroke: white;
}

#homePage .social a:hover svg  *[fill="black"],
.social a:hover svg  *[fill="black"]{
fill: var(--red);
}

#homePage .social a:hover svg  *[stroke="black"],
.social a:hover svg  *[stroke="black"]{
stroke: var(--red);
}