@font-face {
    font-family: 'Cygre Book';
    src: url('../fonts/Cygre-Book.ttf') format('truetype'); /* Путь к файлу шрифта */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cygre SemiBold';
    src: url('../fonts/Cygre-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cygre';
    src: url('../fonts/Cygre-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body, p, h1, h2, h3, h4, ul, li {
    margin: 0;
}

h2 {
    text-align: center;
}

.lead {
    text-align: justify;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Cygre Book', sans-serif;
    line-height: 1.6;
}

.header {
    width: 100%;
    min-height: 150px;
    padding: 6px 30px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.logo {
    width: auto;
    height: auto;
    max-width: 326px;
    max-height: 115px;
}

.menu {
    display: flex;
    max-width: 706px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.action-button {
    padding: 10px 20px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    font-weight: 350;
    line-height: 27px;
    text-decoration: none;
    color: black;
    font-size: 16px;
    transition: all .2s ease-in-out;
    white-space: nowrap;
}


.contact-button {
    padding: 10px 20px;
    min-width: 176px;
    background-color: #FF4E2E;
    border-radius: 30px;
    color: white;
    font-family: Cygre Book, sans-serif;
    font-weight: 350;
    line-height: 27px;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none !important;
}

.d-f-1083 {
    display: none;
}

@media (max-width: 1083px) {
    .d-n-1083 {
        display: none !important;
    }

    .d-f-1083 {
        display: flex;
    }

    * {
        box-sizing: border-box;
    }

    body {
        margin: 0;
        font-family: 'Cygre Book', sans-serif;
        line-height: 1.6;
    }

    .header {
        width: 100%;
        min-height: 200px;
        padding: 6px 15px;
        background-color: white;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .content-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 20px 10px;
    }

    .logo {
        width: auto;
        height: auto;
        max-width: 226px;
        max-height: 79px;
    }

    .mobile-menu-btn {
        width: 24px;
        height: 18px;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .mobile-menu-btn span {
        width: 100%;
        height: 2px;
        background-color: #161616;
    }

    .header-rolling-menu {
        width: 100%;
        display: none;
        flex-wrap: wrap;
        gap: 20px;
        padding: 10px;
    }

    .action-button {
        padding: 10px 20px;
        border-radius: 10px;
        text-decoration: none;
        color: black;
        font-size: 16px;
        font-weight: 400;
        transition: all .2s ease-in-out;
        white-space: nowrap;
    }
}

.footer {
    width: 100%;
    margin: 0 auto;
    padding: 30px 130px;
    background-color: #29517A;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.footer-content {
    width: 100%;
    max-width: 922px;
    padding: 30px 9px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 46px;
}

.logo-footer {
    width: 237px;
    height: 83px;
}

.address-and-contact-informations {
    display: flex;
    max-width: 307px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 21px;
}

.adr {
    color: white;
    font-size: 24px;
    font-family: 'Cygre', sans-serif;
    font-weight: 700;
}

.contact-info {
    color: white;
    font-size: 14px;
    font-family: Arial, serif;
    font-weight: 350;
    text-decoration: underline;
    line-height: 22px;
}

.footer-nav ul,
.footer-nav2 ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 21px;
}

.footer-nav a,
.footer-nav2 a {
    opacity: 0.75;
    color: white;
    font-size: 12px;
    font-family: Arial, serif;
    font-weight: 350;
    line-height: 20px;
    text-decoration: none;
}

.up-arrow {
    width: 52px;
    height: 52px;
    cursor: pointer;
}

.footer-nav-block{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 46px;
}

.footer-security-policy {
    width: 100%;
    #max-width: 922px;
    padding: 0px 9px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 140px;

}

.footer-security-policy-indent {
    width: 237px;
    height: 83px;
}

.security-policy {
    opacity: 0.75;
    color: white;
    font-size: 12px;
    font-family: Arial, serif;
    font-weight: 350;
    line-height: 20px;
    text-decoration: none;
}

.security-policy-link {
    color: #ffffff;
    font-size: 13px;
    font-family: Arial, serif;
    font-weight: 500;
}

@media (max-width: 1125px) {
    .footer-security-policy {
        padding: 30px 20px;
    }
    .footer-security-policy {
        justify-content: center;
        margin-left:0px;
    }
    .footer-security-policy-indent {
        width: 50px;
    }
}

@media (max-width: 1125px) {
    .footer{
        padding: 30px;
    }
    .footer-content{
        padding: 0;
        gap: 15px;
    }
    .footer hr {
        display: none;
    }

}

.ellipse1 {
    width: 52px;
    height: 52px;
    background: rgba(0, 0, 0, 0.20);
    border-radius: 9999px;
    transform: rotate(90deg);
}

.arrow-left1 {
    width: 24px;
    height: 24px;
    padding: 6px 3px 6px 4px;
    transform: rotate(90deg);
    display: flex;
    justify-content: center;
    align-items: center;
}

.social {
    width: 100%;
    padding: 30px 130px;
    background: #29517A;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.social-block {
    padding: 0 60px;
    background: white;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    width: 100%;
}

.social-block-content {
    width: 100%;
    max-width: 364.41px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 21px;
}

.social-block-content-text {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
}

.social-block-content-subtext {
    padding: 0 15px;
    background: #F2F0E4;
    border-radius: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.social-title-text {
    width: 100%;
    max-width: 200px;
    color: black;
    font-size: 16px;
    font-family: 'Cygre Book', sans-serif;
    font-weight: 350;
    text-transform: uppercase;
    line-height: 23.60px;
    letter-spacing: 2.32px;
    word-wrap: break-word;
}

.social-block-content-text-title {
    width: 100%;
    max-width: 400.41px;
    color: black;
    font-size: 40px;
    font-family: 'Cygre', sans-serif;
    font-weight: 700;
    line-height: 36px;
    word-wrap: break-word;
}

.social-block-content-text-text {
    width: 100%;
    max-width: 363.04px;
    color: black;
    font-size: 16px;
    font-family: 'Cygre Book';
    font-weight: 350;
    line-height: 23px;
    word-wrap: break-word;
}

.social-block-content-buttons {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    text-decoration: none;
}

.social-block-content-button {
    padding: 8px 21px;
    background: #FF4E2E;
    border-radius: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    color: white;
    font-size: 18px;
    font-family: 'Cygre SemiBold';
    font-weight: 600;
    line-height: 28.80px;
    word-wrap: break-word;
    text-decoration: none;
}

.social-block-content-button.telegram {
    border-radius: 28px;
}

.social-block-content-button.vk, .social-block-content-button.yandex-dzen {
    border-radius: 30px;
}

.social-block-content-button.whatsapp {
    border-radius: 29px;
}

.social-banner {
    display: flex;
    max-width: 663px;
    max-height: 534px;
    width: 100%;
    height: 534px;
    background: url(../img/socialbanner.png);
    background-size: cover;
}

.Pressrelises {
    width: 100%;
    padding: 60px;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.PressrelisesTitle {
    color: #29517A;
    font-size: 40px;
    font-family: Cygre;
    font-weight: 700;
    word-wrap: break-word;
}

.PressrelisesSection {
    width: 100%;
    max-width: 1268px;
    padding: 10px 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    z-index: 20;
}

.pressrelises-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pressrelises-navigation .slick-dots {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 10px 10px 14px 10px;
}

.pressrelises-navigation .slick-dots li {
    margin: 0 4px;
}

.pressrelises-navigation .slick-dots li button {
    width: 16px;
    height: 16px;
    background-color: #D9D9D9;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0;
    padding: 0;
    transition: background-color 0.3s ease;
}

.pressrelises-navigation .slick-dots li.slick-active button {
    background-color: #A9A9A9;
}

/* Стили для стрелок */
.pressrelises-navigation .pressrelises-prev-arrow {
    background: url("../img/Arrowblack.svg") no-repeat;
    color: #fff;
    width: 9px;
    height: 16px;
    font-size: 0;
    line-height: 30px;
    text-align: center;
    border: none;
}

.pressrelises-navigation .pressrelises-next-arrow {
    background: url("../img/Arrowblack.svg") no-repeat;
    rotate: 180deg;
    color: #fff;
    width: 9px;
    height: 16px;
    font-size: 0;
    line-height: 30px;
    text-align: center;
    border: none;
}

.PressrelisesSection .slick-dots li.slick-active button {
    background-color: #A9A9A9;
}

.PressrelisesSectionBlock {
    width: 100%;
    max-width: 1268px;
    padding: 25px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap !important;
    margin: 0 auto;
}

.PressrelisesContentBlock {
    padding-right: 10px;
    background: white;
    box-shadow: 0px 7px 19px 1px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    max-width: 570px;
    text-decoration: none;
}

.PressrelisesContentBlockImage, .PressrelisesContentBlockImage img {
    max-width: 200px;
    min-height: 280px;
    width: 100%;
    height: auto;
    object-fit: cover;
    align-self: stretch;
    display: flex
;
}

.PressrelisesText {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    max-width: 350px;
}

.PressrelisesContentTitle {
    max-width: 350px;
    color: black;
    font-size: 22px;
    font-family: Cygre SemiBold;
    font-weight: 600;
    line-height: 28px;
    word-wrap: break-word;
}

.PressrelisesContentText {
    align-self: stretch;
    color: black;
    font-size: 16px;
    font-family: Arial;
    font-weight: 350;
    line-height: 23px;
    word-wrap: break-word;
}

.PressrelisesSection .slick-list {
    overflow: hidden !important;
}

.PressrelisesSection .slick-track {
    display: flex !important;
    justify-content: center !important;
}

@media (max-width: 1365px) {
    .PressrelisesSection{
        max-width: 1125px;
    }
    .PressrelisesSectionBlock{
        flex-direction: column;
    }
    .PressrelisesContentBlock{
        max-width: 1000px;
    }
    .PressrelisesText{
        max-width: 900px;
    }
    .PressrelisesContentTitle{
        max-width: 900px;
    }
}

@media (max-width: 736px) {
    .PressrelisesContentBlock{
        flex-direction: column;
        padding-right: 0;
    }
    .PressrelisesContentBlockImage, .PressrelisesContentBlockImage img {
        max-width: 550px;
        background: #D9D9D9;
        width: 100%;
        object-fit: cover;
    }
    .PressrelisesText{
        margin-left: 10px;
    }
    .Pressrelises{
        padding: 0;
    }
    .directs-container{
        padding: 30px 10px;
    }
}

.banner {
    width: 100%;
    padding-left: 20px;
    background-color: white;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 17px;
}

.banner-content {
    max-width: 500px;
    padding: 20px;
    background-color: #29517A;
    border-radius: 20px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}

.banner-title {
    font-size: 40px;
    font-family: Cygre, serif;
    font-weight: 700;
    line-height: 50px;
}

.banner-text {
    font-size: 14px;
    font-family: Arial, serif;
    font-weight: 350;
    text-align: justify;
}

.banner-image {
    display: flex;
    max-width: 872px;
    max-height: 500px;
    width: 100%;
    height: 500px;
    background: url("../img/banner.png") repeat;
}



@media (max-width: 824px) {
    .footer-content{
        flex-direction: column;
        gap: 34px;
        width: auto;
    }
    .banner{
        justify-content: center;
        padding: 80px 30px;
        background: url("../img/banner.png") fixed;
    }
    .banner-image{
        display: none;
    }
    .social-banner{
        display: none;
    }
    .social{
        padding: 230px 30px 30px 30px;
        justify-content: center;
        background: url("../img/banner.png") fixed #FF4924;
    }
    .social-block{
        padding: 28px;
    }
    .social-block-content-buttons{
        justify-content: flex-end;
    }
}

.Photogallery {
    width: 100%;
    padding: 60px;
    background: #29517A;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.PhotogalleryTitle {
    color: white;
    font-size: 40px;
    font-family: 'Cygre', sans-serif;
    font-weight: 700;
    word-wrap: break-word;
}

.PhotogalleryContent {
    width: 100%;
    max-height: 741.27px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.PhotogalleryBigphoto {
    width: 518px;
    height: 480px;
    background: #D9D9D9;
    border-radius: 10px;
    border: 2px solid #ECEDE4;
    padding: 1px;
}

.PhotogalleryBigphoto img{
    max-height: 480px;
    max-width: 518px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.PhotogallerySlider {
    width: 100%;
    display: flex;
    align-items: center;
    max-width: 1180px;
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 10px;
}

.PhotogallerySmallphoto {
    width: 228px;
    height: 211.27px;
    border-radius: 10px;
    margin-right: 10px;
}

.PhotogallerySmallphoto img{
    max-width: 228px;
    max-height: 211.27px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.PhotogallerySlider .slick-prev {
    left: -40px; /* Adjust position */
    z-index: 1;
    background: url("../img/strelkawhite.svg");
    color: #fff;
    width: 30px;
    height: 24px;
    font-size: 0;
    line-height: 30px;
    text-align: center;
    border: none;
}

.PhotogallerySlider .slick-next {
    right: -40px; /* Adjust position */
    z-index: 1;
    background: url("../img/strelkawhite.svg");
    rotate: 180deg;
    color: #fff;
    width: 30px;
    height: 24px;
    font-size: 0;
    line-height: 30px;
    text-align: center;
    border: none;
}

.PhotogallerySlider .slick-prev:before,
.PhotogallerySlider .slick-next:before {
    content: '' !important;
}

.PhotogallerySlider .slick-prev,
.PhotogallerySlider .slick-next {
    position: absolute;
    z-index: 10;
}

.press-release-image {
    width: 100%;
    height: 400px; /* Высота изображения */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px; /* Закругленные углы */
}

.news-image {
    width: 100%;
    height: 400px; /* Высота изображения */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px; /* Закругленные углы */
}

@media (max-width: 1290px) {
    .PhotogallerySmallphoto{
        width: 150px;
        height: 140px;
    }
}
@media (max-width: 907px) {
    .PhotogalleryBigphoto{
        display: none;
    }
    .PhotogallerySlider{
        max-width: 600px;
    }
}

@media (max-width: 769px) {
    .action-button {
        font-size: 14px; /* было 16 */
    }

    .contact-button {
        font-size: 16px; /* было 20 */
    }

    .adr {
        font-size: 22px; /* было 24 */
    }

    .social-title-text {
        font-size: 14px; /* было 16 */
    }

    .social-block-content-text-title {
        font-size: 38px; /* было 40 */
    }

    .social-block-content-text-text {
        font-size: 14px; /* было 16 */
    }

    .social-block-content-button {
        font-size: 16px; /* было 18 */
    }

    .PressrelisesTitle {
        font-size: 38px; /* было 40 */
    }

    .PressrelisesContentTitle {
        font-size: 20px; /* было 22 */
    }

    .PressrelisesContentText {
        font-size: 14px; /* было 16 */
    }

    .banner-title {
        font-size: 38px; /* было 40 */
    }

    .banner-text {
        font-size: 14px; /* было 14 (остается без изменений) */
    }
    .PhotogalleryTitle{
        font-size: 38px;
    }
}
@media (max-width: 400px) {
    .Photogallery{
    padding: 40px;
    }
}