@font-face {
    font-family: 'GTBlack';
    src: url('../fonts/Golos-Text_Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GTBold';
    src: url('../fonts/Golos-Text_Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GTDemiBold';
    src: url('../fonts/Golos-Text_DemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GTMedium';
    src: url('../fonts/Golos-Text_Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "GTRegular";
    src: url('../fonts/Golos-Text_Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'GTVF';
    src: url('../fonts/Golos-Text_VF.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    background: #fff2ed;
    font-family: GTRegular;
}

header .container {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
}

.lang_search {
    display: flex;
    justify-content: start;
    width: 10%;
    aliu: c;
}

.logo {
    width: 5%;
}
nav#mobileMenu {
    display: none;
}
.navi_header ul {
    padding: 0;
    display: flex;
    justify-content: center;
    margin: 0;
}
.header_mobile_menu {
    display: none;
}
.navi_header ul li {
    list-style: none;
    padding: 20px;
}

.navi_header {
    width: 100%;
    height: 100%;
}

.line_header {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 20%;
}
.navi_header_mobile ul li {
    list-style: none;
}

.navi_header_mobile ul li::marker {
    display: none;
    content: '';
}
.text_live_header {
    margin: 0 20px;
}

.lang_header {
    margin: 0 20px;
    font-family: GTDemiBold;
}

.navi_header ul li a {
    font-family: 'GTDemiBold';
    text-transform: uppercase;
    color: #043C4D;
}
.no-scroll {
    overflow: hidden;
    height: 100vh;
}
a {
    text-decoration: none;
    color: #161616;
}

.text_live_header {
    color: #BC1F11;
    font-family: 'GTDemiBold';
}
.live_header {
    border-radius: 8px;
    overflow: hidden;
}
.lang_header a {
    color: #0D6781;
}
.slider_content {
    position: absolute;
    width: 100%;
    background: linear-gradient(260deg,rgba(0, 35, 57, 1) 16%, rgba(0, 35, 57, 0) 34%);
    border-radius: 8px;
}

.text_slider {
    position: relative;
    width: 42%;
    float: right;
    text-align: right;
    color: #B1D9E5;
    padding: 70px 30px 100px 0;
    background: linear-gradient(260deg, rgba(0, 35, 57, 1) 52%, rgba(0, 35, 57, 0) 93%);
    padding-left: 10%;
}

.slider_content img {
    width: 125% !important;
    height: 100% !important;
}

.slider_content img {
    z-index: 0;
}

h2.slider_title {
    color: #fff;
    font-family: GTBold;
    text-transform: uppercase;
    margin-bottom: 0;
}

span.date_slider {
    font-size: 14px;
}

.slider_main {
    margin-top: 50px;
}

.slider_main .item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.owl-nav-custom {
    position: absolute;
    right: 30px;
    display: flex;
    gap: 10px;
    bottom: 30px;
    z-index: 1;
}

.custom-carousel-wrapper {
    position: relative;
}

.owl-prev-custom {
    background: #679DAD;
    padding: 18px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

.owl-next-custom {
    background: #679DAD;
    padding: 18px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

.tv_main {
    position: relative;
}
section.tv_main {
    margin-top: 80px;
}

h2.title {
    color: #0D6781;
    font-size: 22px;
    font-family: 'GTBold';
}

.schedule_slider {
    margin: 20px 0;
}
.schedule_item_live {
    overflow: hidden;
    padding-bottom: 10px;
    font-family: 'GTRegular';
    position: relative;
    width: 200px;
}

.schedule_item {
    overflow: hidden;
    padding-bottom: 10px;
    font-family: 'GTRegular';
    position: relative;
    width: 200px;
}

.schedule_item .schedule_img {
    position: relative;
}

.schedule_item .schedule_img img {
    width: 100%;
    height: auto;
    display: block;
}

.schedule_item .schedule_time {
    font-size: 14px;
    color: #777;
    padding: 14px 0px 8px;
}

.schedule_item .schedule_title {
    font-size: 14px;
    color: black;
    padding: 0px 0px;
    line-height: 1.3;
}


.live_label {
    position: absolute;
    top: 66px;
    left: 2px;
    background: #FFE8DF;
    color: #BC1F11;
    font-size: 12px;
    padding: 4px 6px;
    border-radius: 0px 6px 6px 0px;
    font-family: 'GTDemiBold';
}

.schedule_item_live .schedule_time {
    font-size: 14px;
    color: #BC1F11;
    padding: 16px 0px 8px;
}
.schedule_item_live .schedule_title {
    color: #BC1F11;
    font-size: 14px;
    padding: 0px 0px;
    line-height: 1.3;
}
.schedule-nav {
    position: absolute;
    right: 30px;
    display: flex;
    gap: 10px;
    bottom: 210px;
    z-index: 1;
}

.schedule-prev,
.schedule-next {
    background: #679DAD;
    padding: 18px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.schedule-wrapper {
    position: relative;
}


.news-section {
    padding: 40px 0;
}

.news-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.news-item {
    flex: 1 1 calc(25% - 25px);
}

.news-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.news-img img {
    width: 100%;
    display: block;
    border-radius: 10px;
}



.news-date {
    font-size: 14px;
    color: #999;
    margin-top: 18px;
}

.news-title {
    font-size: 18px;
    margin-top: 10px;
    font-weight: 500;
    line-height: 1.3;
}

span.subtitle {
    color: #7799a3;
}

.project-section {
    padding: 40px 0;
}

.section-header .subtitle {
    font-size: 13px;
    color: #7799A3;
    display: block;
    text-transform: lowercase;
}

.project-wrapper {
    position: relative;
}

.project-slider {
    margin-top: 15px;
}

.project-card {
    width: 100%;
    max-width: 418px;
}

.project-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.project-image img {
    width: 100%;
    border-radius: 10px;
    display: block;
}

.project-date {
    font-size: 12px;
    color: #999;
    margin-top: 8px;
}

.project-title {
    font-size: 14px;
    margin-top: 4px;
}


.project-prev,
.project-next {
    background: #679DAD;
    padding: 18px 20px;
    border-radius: 8px;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.owl-nav-custom.project-nav {
    position: absolute;
    right: 30px;
    display: flex;
    gap: 10px;
    bottom: 320px;
    z-index: 1;
}

.quote-section {
    padding: 50px 0;
}

.quote-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 18px;
    justify-content: space-between;
}

.quote-card {
    max-width: 270px;
    display: flex;
    flex-direction: column;
}

.quote-card img {
    border-radius: 10px;
    width: 220px;
    margin-bottom: 10px;
}

.quote-text {
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    margin-left: 20px;
}

.quote-text a {
    color: #49889A;
    font-weight: bold;
    text-decoration: none;
}
.quote_citata {
    display: flex
;
}
.director {
    color: #49889A;
    font-size: 13px;
}
.quote-list {
    display: flex;
    flex-direction: row;
}
.quote-icon svg {
    width: 30px;
    height: 50px;
}

.facts-section {
    padding: 50px 0;
}

.facts-list {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 20px;
}

.fact-card {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
}

.fact-img {
    flex-shrink: 0;
    max-width: 220px;
}

.fact-img img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 8px;
}

.fact-caption a {
    font-weight: bold;
    color: #0D6781;
    text-decoration: none;
}

.fact-caption span {
    font-size: 14px;
    color: #888;
}

.fact-text {
    font-size: 16px;
    line-height: 1.5;
    max-width: 700px;
    display: -webkit-box;
    -webkit-line-clamp: 8; /* ограничение строк */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    transition: all 0.3s ease;
}

.fact-text.expanded {
    -webkit-line-clamp: unset;
    display: block;
    overflow: visible;
    text-overflow: unset;
}

.contact-section {
    position: relative;
    width: 100%;
    margin-top: 40px;
}

.contact-title {
    color: #0d6781;
    font-size: 20px;
    font-weight: 700;
    padding: 15px 0px;
}

.contact-map-wrapper {
    position: relative;
    width: 100%;
    height: 360px;
    overflow: hidden;
}

.contact-map-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    z-index: 1;
}

.contact-info-overlay {
    position: absolute;
    height: 360px;
    right: 0;
    z-index: 2;
    width: 50%;
    background-color: #043C4DCC; /* полупрозрачный фон */
    color: #fff;
    padding: 20px;
    font-size: 14px;
    line-height: 1.6;
    border-radius: 6px;
}

.contact-info-overlay {
    font-size: 16px;
    font-family: 'GTRegular';
}
.contact-info-overlay h3 {
    font-size: 16px;
    font-family: 'GTBold';
    margin: 16px 0px 16px;
}
.contact-info-overlay h4 {
    font-size: 16px;
    font-family: 'GTBold';
    margin: 0px 0px 0px;
}

.site-footer {
    background-color: #f9f1ee;
    padding: 30px 0;
    font-family: 'GTRegular';
    font-size: 14px;
    color: #0d6781;
    border-top: 1px solid #ccc;
}

.site-footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.footer-left p {
    margin: 0;
    line-height: 1.4;
}

.footer-center a {
    margin: 0 10px;
    color: #0D6781;

;
    text-decoration: none;
    font-weight: 500;
}

.footer-right a {
    margin-left: 10px;
    display: inline-block;
}

.footer-right img {
    width: 20px;
    height: 20px;
}



.burger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
}

.burger span {
    height: 3px;
    width: 100%;
    background: #0D6781;
    border-radius: 2px;
    transition: 0.3s;
}

a[href^="tel"] {
    color: inherit; /* Наследовать цвет текста */
    text-decoration: none; /* Убрать подчеркивание */
}

.burger.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.burger.open span:nth-child(2) {
    opacity: 0;
}

.burger.open span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}