@font-face {
    font-family: Inter;
    src: url(/assets/fonts/Inter-Medium.otf);
}
@font-face {
    font-family: Geologica;
    src: url(/assets/fonts/Geologica-ExtraBold.ttf);
}
*{
    margin: 0;
}
html {
    background-color: #FCFCFC;
}
footer {
    background: #47AE7A;
}
.bg-success {
    background: #47ae7a;
}
.bg-more{
    background: #47ae7a;
    font-size: 18px;
}
.bg-more:hover{
    background: #2AA58D;
}
.rounded-news{
    border-radius: 0px 50px;
    margin-bottom: 20px;
}
.logo {
    width: 100px;
    margin-top: 10px;
    padding-bottom: 30px;
}
.slideshow {
    width: 1471.5px;
    margin-left: -8px;
    overflow: hidden;
}
.slides1 {
    display: flex;
    width: 400%;
    animation: slide 32s infinite;
}
.slide1 {
    width: 100%;
    flex-shrink: 0;
}
.slide1 img {
    width: 1500px;
    height: auto;
    margin-top: 9px;
    display: block;
}
@keyframes slide {
    0% { transform: translateX(0%); }
    15% { transform: translateX(0%); } /* Первый слайд */
    20% { transform: translateX(-100%); } /* Переход ко второму слайду */
    35% { transform: translateX(-100%); } /* Второй слайд */
    40% { transform: translateX(-200%); } /* Переход к третьему слайду */
    55% { transform: translateX(-200%); } /* Третий слайд */
    60% { transform: translateX(-300%); } /* Переход к четвертому слайду */
    75% { transform: translateX(-300%); } /* Четвертый слайд */
    80% { transform: translateX(0%); } /* Переход к первому слайду */
    100% { transform: translateX(0%); } /* Возврат к началу */
}
.heading {
    margin-top: 35px;
    text-align: center;
    font-size: 70px;
    font-family: Geologica;
    font-weight: bold;
    color: #47AE7A;
}
@media (max-width: 768px) {
    .heading {
        font-size: 38px;
    }
}
@media (max-width: 768px) {
    .modal-content {
        width: 240px;
    }
}
/* Мобильная адаптация - блоки встают друг под другом */
@media (max-width: 768px) {
    .equipment-block.left,
    .equipment-block.right {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        text-align: left !important;
        float: none !important;
        clear: both !important;
    }

    .equipment-block {
        padding: 15px;
    }

    .details-button,
    .hide-button {
        width: auto;
        display: inline-block;
    }
}

@media (max-width: 480px) {
    .equipment-block {
        padding: 12px;
    }

    .details-button,
    .hide-button {
        width: 100%;
        display: block;
    }
}
.img {
    width: 423px;
    height: auto;
    transition: transform 0.3s ease;
}
.img:hover {
    transform: scale(1.1);
}
.text {
    font-size: 30px;
    font-family: Inter;
    color: #000;
}
@media (max-width: 768px) {
    .text {
        font-size: 20px;
        margin-top: 15px;
    }
}
.eco-fluid {
    transition: transform 0.3s ease;
    padding: 0 40px;
}
.eco-fluid:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}
.info {
    width: 40px;
    height: auto;
    margin-left: 90px;
}
.container-t {
    display: flex;
    flex-direction: column;
    margin-top: -290px;
    gap: 52px;
}
.info-t {
    margin-left: 170px;
    font-size: 27px;
    font-family: Inter;
    color: #000;
    text-decoration: none;
}
.us {
     width: 500px;
     height: 367px;
     border-radius: 15px;
 }
.information {
    margin-top: -375px;
    margin-left: 540px;
    font-size: 21px;
    font-family: Inter;
    color: #000;
}
.information-a {
    margin-left: 540px;
    font-size: 21px;
    font-family: Inter;
    color: #000;
}
.ul {
     margin-left: 535px;
     font-size: 21px;
     font-family: Inter;
     color: #000;
 }
.information-b {
    margin-top: 50px;
    font-size: 21px;
    font-family: Inter;
    color: #000;
}
.information-c {
    margin-top: 20px;
    font-size: 21px;
    font-family: Inter;
    color: #000;
}
.information-d  {
    margin-top: 20px;
    font-size: 21px;
    font-family: Inter;
    color: #000;
}
@media (max-width: 768px) {
    .us {
        width: 100% !important;
        height: auto !important;
        min-height: 300px;
    }

    .information,
    .information-a,
    .ul,
    .information-b,
    .information-c,
    .information-d {
        margin-top: 20px !important;
        margin-left: 0 !important;
        width: 100% !important;
        font-size: 20px !important;
    }

    .ul {
        padding-left: 20px;
    }
}
@media (max-width: 480px) {
    .us {
        min-height: 250px;
    }

    .information,
    .information-a,
    .ul,
    .information-b,
    .information-c,
    .information-d {
        font-size: 18px !important;
    }
}
.equipment-container {
    max-width: 100%;
    margin-top: 30px;
}
.equipment-block {
    border: 3px solid #47AE7A;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: Inter;
}
.equipment-block h2 {
    font-weight: 500;
}
.equipment-block p {
    font-weight: 300;
    font-size: 16px;
}
.equipment-block.left {
    text-align: left;
    margin-right: 400px;
}
.equipment-block.right {
    text-align: right;
    margin-left: 400px;
}
.equipment-content h2 {
    margin-top: 0;
}
.details-button,
.hide-button {
    background-color: #47AE7A;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 15px;
    cursor: pointer;
    font-size: 14px;
}
.details-button:hover,
.hide-button:hover {
    background-color: #2AA58D;
}

.container-p {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 35px;
}
.block {
    background-color: white;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-align: center;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.block:hover {
    border: 2px solid #2AA58D;
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.block-icon {
    font-size: 43px;
}
.block-title {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 11px;
    color: #47AE7A;
}
.block-text {
    font-size: 14px;
    color: #666;
}
@media (max-width: 1024px) {
    .container-p {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 600px) {
    .container-p {
        grid-template-columns: 1fr;
    }
}
.arrow-news {
    font-size: 18px;
    font-family: Arial, sans-serif;
    color: #333;
    padding: 5px 10px;
    background-color: #fcfcfc;
    border-radius: 10px;
    transition: background-color 0.3s ease;
    text-decoration: none!important;
}
.arrow-news::after {
    content: "→";
    font-size: 20px;
    margin-left: 5px;
}
.arrow-news:hover {
    background-color: #47AE7A;
    color: white;
    transition: transform 0.5s ease-in-out;
}
.arrow-news:hover::after {
    transition: background-color 0.3s ease;
    margin-left: 10px;
}
.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.slide {
    min-width: 100%;
    box-sizing: border-box;
}
.slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: #47AE7A;
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
}
.prev:hover,
.next:hover {
    background-color: #2AA58D;
}
.prev {
    left: 10px;
}
.next {
    right: 10px;
}
.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}
.gallery img {
    width: calc(20% - 8px);
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}
.gallery img:hover {
    transform: scale(1.05);
}
@media (max-width: 767px) {
    /* 2 фото в ряд на мобильных */
    .gallery img {
        width: calc(50% - 5px) !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    /* 4 фото в ряд на планшетах */
    .gallery img {
        width: calc(25% - 8px) !important;
    }
}
@media (max-width: 768px) {
    .card {
        display: flex;
        flex-direction: column;
    }
    .card__info-hover {
        position: static;
        order: 2; /* Перемещаем дату/время после заголовка */
        margin-top: 73px;
        display: flex;
        justify-content: flex-start;
    }
    .card__info {
        position: static;
        order: 1; /* Заголовок и кнопка остаются первыми */
    }
    .card__clock-info {
        margin-left: 120px;
    }
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 60px; /* Расположение контента */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}
.modal-content {
    margin: auto;
    display: block;
    width: 70%;
    max-width: 800px;
}
.close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #ffffff;
    font-size: 45px;
    font-weight: bold;
    transition: 0.3s;
}
.close:hover,
.close:focus {
    color: #fffefe;
    text-decoration: none;
    cursor: pointer;
}
.forward,
.back {
    cursor: pointer;
    position: absolute;
    top: 30%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.3s;
    user-select: none;
}
.back {
    right: 0;
}
.forward:hover,
.back:hover {
    background-color: #47AE7A;
}
.news-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: -70px;
}
.news-container-n {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: -40px;
}
.news-item {
    overflow: hidden;
    transition: transform 0.3s ease;
}
.news-item:hover {
    transform: translateY(-5px);
}
.news-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.news-content {
    padding: 15px;
}
.news-content h3 {
    margin-top: 0;
    font-family: Inter;
    font-weight: 200;
}
.news-content p {
    color: #414040;
    font-family: Inter;
}
.record {
    font-size: 23px;
    font-family: Inter;
    font-weight: 400;
    margin-left: 30px;
    margin-top: -42px;
}
.link {
    text-decoration: none;
    font-size: 20px;
    font-family: Inter;
    font-weight: 300;
    margin-left: 30px;
    color: #000;
}
.link:hover {
    color: #47AE7A;
    text-decoration: underline;
    text-decoration-thickness: 2px;
}
.news-header{
    padding: 55px 0px 55px 0px;
}
.slider,
.slider > div {
    background-position: center center;
    display: block;
    width: 100%;
    height: 500px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
    overflow: hidden;
    -moz-transition: transform .4s;
    -o-transition: transform .4s;
    -webkit-transition: transform .4s;
    transition: transform .4s;
}
.slider > div {
    position: absolute;
}
.slider > i {
    color: #47ae7a;
    position: absolute;
    font-size: 60px;
    margin: 20px;
    top: 40%;
    text-shadow: 0 10px 2px #2AA58D;
    transition: .3s;
    width: 30px;
    padding: 10px 13px;
    background: #fff;
    background: rgba(255, 255, 255, .3);
    cursor: pointer;
    line-height: 0;
    box-sizing: content-box;
    border-radius: 3px;
    z-index: 4;
}
.slider > i svg {
    margin-top: 3px;
}
.slider > .left {
    left: -100px;
}
.slider > .right {
    right: -100px;
}
.slider:hover > .left {
    left: 0;
}
.slider:hover > .right {
    right: 0;
}
.slider > i:hover {
    background:#fff;
    background: rgba(255, 255, 255, .8);
    transform: translateX(-2px);
}
.slider > i.right:hover {
    transform: translateX(2px);
}
.slider > i.right:active,
.slider > i.left:active {
    transform: translateY(1px);
}
.slider:hover > div {
    transform: scale(1.01);
}
.hoverZoomOff:hover > div {
    transform: scale(1);
}
.slider > ul {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 4;
    padding: 0;
    margin: 0;
    transform: translateX(-50%);
}
.slider > ul > li {
    padding: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    list-style: none;
    float: left;
    margin: 10px 10px 0;
    cursor: pointer;
    border: 1px solid #fff;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
.slider > ul > .showli {
    background-color: #47ae7a;
    -moz-animation: boing .5s forwards;
    -o-animation: boing .5s forwards;
    -webkit-animation: boing .5s forwards;
    animation: boing .5s forwards;
}
.slider > ul > li:hover {
    background-color: #2AA58D;
}
.slider > .show {
    z-index: 1;
}
.hideDots > ul {
    display: none;
}
.showArrows > .left {
    left: 0;
}
.showArrows > .right {
    right: 0;
}
.titleBar {
    z-index: 2;
    display: inline-block;
    background: rgba(0,0,0,.5);
    position: absolute;
    width: 100%;
    bottom: 0;
    transform: translateY(100%);
    padding: 20px 30px;
    transition: .3s;
    color: #fff;
}
.titleBar * {
    transform: translate(-20px, 30px);
    transition: all 700ms cubic-bezier(0.37, 0.31, 0.2, 0.85) 200ms;
    opacity: 0;
}
.titleBarTop .titleBar * {
    transform: translate(-20px, -30px);
}
.slider:hover .titleBar,
.slider:hover .titleBar * {
    transform: translate(0);
    opacity: 1;
}
.titleBarTop .titleBar {
    top: 0;
    bottom: initial;
    transform: translateY(-100%);
}
.slider > div span {
    display: block;
    background: rgba(0,0,0,.5);
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: center;
    padding: 0;
    width: 100%;
}
@keyframes boing {
    0% {
        transform: scale(1.2);
    }
    40% {
        transform: scale(.6);
    }
    60% {
        transform: scale(1.2);
    }
    80% {
        transform: scale(.8);
    }
    100% {
        transform: scale(1);
    }
}
.row2Wrap {
    display: flex;
}
.content {
    padding: 50px;
    margin-bottom: 100px;
}
.content {
    padding: 10px 15vw;
}
.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}
.form-control-dark {
    color: #fff;
    background-color: var(--bs-dark);
    border-color: var(--bs-gray);
}
.form-control-dark:focus {
    color: #fff;
    background-color: var(--bs-dark);
    border-color: #fff;
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}
.bi {
    vertical-align: -.125em;
    fill: currentColor;
}
.text-small {
    font-size: 85%;
}
.dropdown-toggle {
    outline: 0;
}
.vert_center{    display: flex;
    align-items: center;}

.blog-post {
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}
.blog-post .blog-img .overlay,
.blog-post .blog-img .post-meta {
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.blog-post .blog-img .overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.blog-post .blog-img .post-meta {
    bottom: 5%;
    right: 5%;
    z-index: 1;
}
.blog-post .blog-img .post-meta .read-more:hover {
    color: #47ae7a !important;
}
.blog-post .content h1, .blog-post .content h2, .blog-post .content h3, .blog-post .content h4, .blog-post .content h5, .blog-post .content h6 {
    line-height: 1.2;
}
.blog-post .content .title {
    font-size: 18px;
    text-decoration: none;
}
.blog-post .content .title:hover {
    color: #2AA58D !important;
}
.blog-post .content .author .name:hover {
    color: #2AA58D !important;
}
.post-content{padding-top: 15px;font-size: 18px;}
.post-title{
    color: #47AE7A;
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
}
.blog-post:hover {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.row.post{margin: 50px}
.blog-post:hover .blog-img .overlay {
    opacity: 0.65;
}
.blog-post:hover .blog-img .post-meta {
    opacity: 1;
}
.blog-post .post-meta .like i,
.profile-post .like i {
    -webkit-text-stroke: 2px #dd2427;
    -webkit-text-fill-color: transparent;
}
.blog-post .post-meta .like:active i, .blog-post .post-meta .like:focus i,
.profile-post .like:active i,
.profile-post .like:focus i {
    -webkit-text-stroke: 0px #dd2427;
    -webkit-text-fill-color: #dd2427;
}
.avatar.avatar-ex-sm {
    height: 36px;
}
.shadow {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) !important;
}
.text-muted {
    color: #8492a6 !important;
}
.para-desc {
    max-width: 600px;
}
.section-title .title {
    letter-spacing: 0.5px;
    font-size: 30px;
}
.ftco-navbar-light .navbar-nav > .nav-item.cta > a {
    color: #fff;
    background: #ff8600;
    border-radius: 10px;
}
@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
        color: #fff;
        background: #ff8600;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 5px; } }

.row_about{
    align-items: center;
}
.cards {
    max-width: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    margin-top: 35px;
}
.card__clock {
    width: 15px;
    vertical-align: middle;
    fill: #AD7D52;
}
.card__time {
    font-size: 12px;
    color: #AD7D52;
    vertical-align: middle;
    margin-left: 5px;
}
.card__clock-info {
    float: right;
}
.card__info-hover {
    position: absolute;
    padding: 16px;
    width: 100%;
    top: 0;
}
.card {
    margin-right: 25px;
    transition: all .4s cubic-bezier(0.175, 0.885, 0, 1);
    background-color: #fff;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 13px 10px -7px rgba(0, 0, 0,0.1);
    margin-bottom: 15px;
}
.card:hover {
    box-shadow: 0px 30px 18px -8px rgba(0, 0, 0,0.1);
    transform: scale(1.10, 1.10);
}
.card__info {
    z-index: 2;
    background-color: transparent;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 16px 24px 24px 24px;
}
.card__title {
    margin-top: 5px;
    margin-bottom: 10px;
}
.card__by {
    font-size: 16px;
    font-weight: 500;
}
.card__author {
    text-decoration: none;
    color: #47ae7a;
    font-size: 20px;
}
.card__author:hover {
    text-decoration: none;
    color: #2AA58D;
}
.card:hover .card__info {
    background-color: transparent;
    position: relative;
}
.card:hover .card__info-hover {
    opacity: 1;
}
.container.partner{
    padding: 30px 0;
}
 .scroll-to-top {
     position: fixed;
     bottom: 30px;
     right: 30px;
     width: 50px;
     height: 50px;
     background-color: #ff8600;
     border-radius: 50%;
     display: flex;
     justify-content: center;
     align-items: center;
     cursor: pointer;
     transition: all 0.3s ease;
     opacity: 0;
     visibility: hidden;
     z-index: 1000;
 }
.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
}
.scroll-to-top:hover {
    background-color: #2AA58D;
    transform: translateY(-3px);
}
.scroll-to-top::after {
    content: "↑";
    font-size: 28px;
    color: white;
    font-weight: bolder;
}



.slider2 {
    height: 540px;
    width: auto;
    overflow: hidden;
}
.slider2 ul {
    margin: 0;
    padding: 0;
}
.slider2 .bx-wrapper {
    position: relative;
}
.slider2 .bx-controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.slider2 .bx-pager {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    text-align: center;
}
.slider2 .bx-pager-item {
    display: inline-block;
    margin: 0 4px;
    position: relative;
    z-index: 100;
}
.slider2 .bx-pager-item a {
    display: inline-block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    text-indent: 999px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #999;
}
.slider2 .bx-pager-item a.active {
    background: #47AE7A;
}
.slider2 .bx-pager-item a:hover {
    background: #2AA58D;
}

.slider2 .bx-controls-direction {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.slider2 .bx-controls-direction a:hover {
    filter: brightness(90%);
}
.slider2 .bx-prev {
    background: url(/images/prev.png) 0 0 no-repeat;
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    margin-top: -15px;
    top: 50%;
    left: 30px;
    overflow: hidden;
    text-indent: 999px;
    z-index: 1000;
    color:#FCFCFC;
}
.slider2 .bx-next {
    background: url(/images/next.png) 0 0 no-repeat;
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    margin-top: -15px;
    top: 50%;
    right: 30px;
    overflow: hidden;
    text-indent: 999px;
    z-index: 1000;
    color:#FCFCFC;
}