@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
@import url("https://fonts.googleapis.com/css2?family=Hind&family=Montserrat:wght@700&display=swap");

* {
    box-sizing: border-box;
}

body {
    padding: 50px;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #000;
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

section#about {
    text-align: center;
}

section h1 h2 {
    text-align: center;
}

.container_header {
    padding: 0px 15px 0px 15px;
}

a {
    text-decoration: none;
    color: rgba(34, 34, 34, 0.8);
}

a:hover,
a :focus {
    color: black;
}

.menu-left a {
    display: inline-block;
    position: relative;
    padding-bottom: 0px;
    transition: color .35s ease;
}

.menu-left a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    transition: width 0s ease, background .35s ease;
}

.menu-left a:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background: #000;
    transition: width .35s ease;
}

.menu-left a:hover:before {
    width: 100%;
    background: #000;
    transition: width .35s ease;
}

.menu-left a:hover:after {
    width: 100%;
    background: transparent;
    transition: all 0s ease;
}
#companies h1 {
    color: #000000;
    mix-blend-mode: difference;
    /* Адаптивный цвет(взависимости от фона меняет цвет текста на читабильный) */
    font-size: 100px;
}
#companies {
    width: 100%;
    height: 100%;
    -webkit-align-items: center;
    height: 90vh;
    position: relative;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: .5rem 0;
    background: rgba(255, 255, 255, 0.92);
    z-index: 3;
    will-change: transform;
    transition: background 0.3s, -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1), background 0.3s;
    transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1), background 0.3s, -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

header nav .logo {
    float: left;
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    font-weight: 500;
    color: black;

}

header nav .logo:after {
    content: '';
    display: table;
    clear: both;
}

header nav ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

header nav ul li {
    float: none;
    margin-left: 0;
}

.hide-nav {
    transform: translateY(-120%) !important;
    -webkit-transform: translateY(-120%) !important;
}

ul.menu-left {
    display: block;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 10;
}

ul.menu-left:before {
    content: '';
    display: table;
    clear: both;
}

ul.menu-left.collapse {
    max-height: 15em !important;
}

.nav-toggle {
    display: block;
    border-radius: 5px;
    background-color: transparent;
    float: right;
    height: 38px;
    width: 38px;
    cursor: pointer;
    padding: 8px 8px;
}

.nav-toggle.open span:first-child {
    transform: rotate(45deg) translate(4.4px, 4.4px);
}

.nav-toggle.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.nav-toggle.open span:last-child {
    transform: rotate(-45deg) translate(4.4px, -4.4px);
}

.nav-toggle span {
    position: relative;
    display: block;
    height: 2px;
    width: 100%;
    margin-top: 4px;
    background-color: #000;
    transition: all .25s;
}

.signature {
    position: fixed;
    font-weight: 100;
    bottom: 10px;
    color: #000;
    left: 0;
    letter-spacing: 4px;
    font-size: 10px;
    width: 100vw;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

/* Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;

    /* font-size: 100% */
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-text-size-adjust: none;
}

/* Box Model */
*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Текс ГАЛЕРЕЯ */
body {
    background-color: rgb(222, 171, 12);
    color: #000000;
}

.container_header {
    width: 100%;
    background-color: rgba(222, 171, 12, 0);
    color: #000000;
}

body,
input,
select,
textarea {
    font-family: "Nunito Sans", Arial, Helvetica, sans-serif;
    font-size: 13pt;
    font-weight: 300;
    line-height: 1.65;
}

pre code {
    display: block;
    line-height: 1.75;
    padding: 1em 1.5em;
    overflow-x: auto;
}

hr {
    border: 0;
    border-bottom: solid 1px;
    margin: 2em 0;
}

hr.major {
    margin: 3em 0;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

/* Box */
.box {
    border-radius: 4px;
    border: solid 1px rgba(144, 144, 144, 0.25);
    margin-bottom: 2em;
    padding: 1.5em;
}

.box > :last-child,
.box > :last-child > :last-child,
.box > :last-child > :last-child > :last-child {
    margin-bottom: 0;
}

.box.alt {
    border: 0;
    border-radius: 0;
    padding: 0;
}

input[type="button"],
button,
.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    background: rgba(255, 255, 255, 0.1);
    color: #000000;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    height: 2.85em;
    line-height: 2.95em;
    padding: 0 1.5em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

input[type="button"].disabled,
input[type="button"]:disabled,
button.disabled,
button:disabled,
.button.disabled,
.button:disabled {
    -moz-pointer-events: none;
    -webkit-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
    opacity: 0.25;
}

/* Contact */
#contact {
    display: -ms-flexbox;
    -ms-flex-pack: justify;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    background: #deab0c;
}

#contact form {
    margin: 0;
}

#contact .icons {
    margin-bottom: 1em;
}

#contact .column {
    padding: 3.5em 0 1.5em 0;
    padding-left: 3.5em;
    padding-right: 3.5em;
    width: 50%;
}

#contact .column.social {
    background: #000000;
}

/* galleries */ie
@-moz-keyframes galleries {
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes galleries {
    100% {
        opacity: 1;
    }
}

@-ms-keyframes galleries {
    100% {
        opacity: 1;
    }
}

@keyframes galleries {
    100% {
        opacity: 1;
    }
}

.galleries header {
    display: -ms-flexbox;
    -ms-flex-pack: justify;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.galleries header.special {
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.galleries footer {
    text-align: center;
    margin-top: 4em;
}

.galleries .content .company {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: -moz-flex-start;

    /* -webkit-justify-content: -webkit-flex-start; */
    -ms-justify-content: -ms-flex-start;
    justify-content: flex-start;
}

.galleries .content .media .company {
    -moz-animation: galleries 0.75s ease-out 0.4s forwards;
    -webkit-animation: galleries 0.75s ease-out 0.4s forwards;
    -ms-animation: galleries 0.75s ease-out 0.4s forwards;
    animation: galleries 0.75s ease-out 0.4s forwards;
    margin-bottom: 0;
    overflow: hidden;
    opacity: 0;
    position: relative;
    width: 25%;
}

.galleries .content .media a .company {
    display: block;
}

.galleries .content .media img .company {
    -moz-transition: -moz-transform 0.2s ease-in-out;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    -ms-transition: -ms-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.galleries .content .media:hover img .company {
    -moz-transform: scale(1.075);
    -webkit-transform: scale(1.075);
    -ms-transform: scale(1.075);
    transform: scale(1.075);
}

/* Image */
.image {
    border: 0;
    display: inline-block;
    position: relative;
}

.image img {
    display: block;
}

.image.left,
.image.right {
    max-width: 40%;
}

.image.left img,
.image.right img {
    width: 100%;
}

/* Banner */
/* Банер Главная */
body.is-loading #banner > .inner {
    opacity: 0;
    -moz-transform: translateY(1em);
    -webkit-transform: translateY(1em);
    -ms-transform: translateY(1em);
    transform: translateY(1em);
}

#banner {
    display: flex;
    justify-content: center;
    min-height: 100vh;
    background-image: url(../../images/banner.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    text-align: center;
    color: #ffffff;
    width: 100%;
    height: 100%;

}

/* ЭФФЕКТЫ БАНЕРА ГЛАВНАЯ */
#banner:before {
    /*transition-delay: 0.25s;*/
    /*content: '';*/
    /*display: flex;*/
    /*background-color: rgba(0, 0, 0, 0.4);*/
    /*height: 100%;*/
    /*left: 0;*/
    /*opacity: 0.1;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*width: 100%;*/
    /*z-index: 1;*/
}

/* АНИМАЦИЯ ПОЯВЛЕНИЯ */
#banner .inner {
    opacity: 0;
    animation: ani 2.5s forwards;
    padding: 2em 0 0em 0; /* Оригинальный отступ */
    margin-top: 10vh; /* Добавить если нужно сместить ниже */
    width: 80%; /* Контроль ширины текстового блока */
}
#banner .inner.animated {
    opacity: 1;
    transform: translateY(0);
}

/* Класс, который добавит JavaScript */
#banner .inner.visible {
    opacity: 1; /* Финальное состояние - видим */
    transform: translateY(0); /* Возврат на место */
}

/* Размер текста банер */

#banner h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5em; /* Оригинальный размер */
    line-height: 1em;
    margin: 4vh; /* Оригинальный отступ */
    color: #FFF;

}

.container p {
    font-size: 15px;
    color: #0d6efd;
}

.container h1 {
    font-size: 35px;
    color: #0dcaf0;
}

#banner p {
    font-size: 1.5em; /* Оригинальный размер */
    margin-bottom: 1.75em; /* Оригинальный отступ */
}
#banner.animated h1,
#banner.animated p {
    opacity: 1;
    transform: translateY(0);
}
/* кнопка на банере */
#banner a {
    color: #ffffff;
    text-decoration: none;
}

/* Main */
#main {
    background: #deab0c;
    width: 100%;
}

#main #header {
    background: #deab0c;
    padding: 1.15em 3.5em;
    text-align: right;
}

#main #header h1 {
    margin: 0;
    font-size: 1em;
}

/* галерея */
#footer {
    padding: 4em 0 2em 0;
    background: #f2f2f2;
}

#footer .copyright {
    color: #000000;
    font-size: 0.9em;
    margin: 0 0 2em 0;
    padding: 0 1em;
    text-align: center;
}

body {
    position: relative;
    height: 100%;
}

body {
    background: #000000;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.swiper {
    width: 90%;
    height: 90%;

}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    object-fit: contain !important;
    max-height: 90vh;
    max-width: 90vw;
    width: auto !important;
    height: auto !important;
    margin: auto; /* Дополнительное центрирование */
    border-radius: 10px;
}

.map1 {
    /*justify-content: center;*/
    flex: auto;
    overflow: hidden;
    list-style: none;
    margin: 1%;
    max-width:500px;
    display: contents;

/*}
.left, .right {
    flex: 1;*/
}
.map h2 {
    font-size: 3vh;
    color: rgb(222, 171, 12);
    padding-top: 5vh;
    width: 50vh;
    word-wrap: break-word;
    text-align: inherit;
}


#iframe {
    width: 100%;
    border-radius: 1vh;
}



.map {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*padding-top: 5vh;*/
    opacity: 0;
    animation: ani 2.5s forwards;
    /*padding-left: 10vh;  !* отступ слева*!*/
    /*padding-right: 10vh;   !*отступ справа*!*/
    /*/*padding-top: 5vh;        !*отступ сверху*!*!*/
    /*padding-bottom: 10vh;       !*отступ снизу*!*/
}
#map {
    background-image: url(../../images/map.jpg);

    -webkit-align-items: center;
    align-items: center;
    display: block;
    justify-content: center;
    min-height: 96vh;
    /*height: 90vh;*/
    padding: 5vh;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;


}
.niz {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    min-height: 80vh;






}
.niz2  {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: 5vh;
    margin-left: 5vh;
    /*align-items: center;*/


}
.niz3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 5vh; /*отступ снизу*/
    flex-basis: 25%; /* Четыре элемента в ряд на больших экранах */
    max-width: 1%;
    opacity: 0;
    animation: ani 2.5s forwards;


}

.niz p {
    font-size: 2.5vh;
    color: rgb(222, 171, 12);
    padding: 1vh;
    width: 330px;
    word-wrap: break-word;
    text-align: center;
    justify-content: center;
}

#niz {




}


body {
    background: #000000;
    font-family: Consolas, monospace;
}

/*Текст h4*/


/*!* Если есть вложенное изображение *!*/
/*.text111 img {*/
/*    display: table-cell;*/
/*}*/

.container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

    /* width: 100%; */
    /* height: 100%; */
}

/* текст row */
.container p {
    font-size: 2.5vh;
    color: rgb(222, 171, 12);
    padding: 1vh;
    width: 330px;
    word-wrap: break-word;
    text-align: center;
    justify-content: center;

}

.container h1 {
    margin-right: 10vh;
    margin-left: 10vh;
    display: table-cell;
    vertical-align: bottom;
    color: #ffffff;
    padding-top: 2vh;
    margin-bottom: 1vh;
}


/* Основной контейнер для секций */
.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: 5vh;
    margin-left: 5vh;
    align-items: center;

}

.col {
    /*display: flex;*/
    /*align-items: center;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*box-sizing: border-box;*/
    /*flex-grow: 0;*/
    /*flex-shrink: 0;*/
    /*justify-content: space-between;*/
    /*padding-left: 5vh;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 5vh; /*отступ снизу*/
    flex-basis: 25%; /* Четыре элемента в ряд на больших экранах */
    max-width: 25%;
    opacity: 0;
    animation: ani 2.5s forwards;
}

@keyframes ani {
    0% {
        opacity: 0;
        transform: translateY(20px); /* Сдвиг вниз */
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.item-content-img img {
    border-radius: 10px;
    justify-content: center;
    vertical-align: center;
    /* Закругляет углы контейнера */
    overflow: hidden;
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;

}

.info h2 {
    font-size: 3vh;
    color: rgb(222, 171, 12);
    padding: 1vh;
    width: 350px;
    word-wrap: break-word;
    text-align: center;
    justify-content: center;
}

.text111  {
    animation: ani 2.5s forwards;
    display: block;
    align-items: center;
    justify-content: center;
    /*padding: 5%;*/
    font-size: 10vh;
    text-align: center;
    /*font-size: 4em;*/
    line-height: 1em;
    margin: 0 0 0.5em 0;
    padding: 0;
    background: #000000;
    /*padding-left: 5vh;  !* отступ слева*!*/
    /*padding-right: 5vh;   !*отступ справа*!*/
    /*padding-top: 5vh;        !*отступ сверху*!*/
    /*padding-bottom: 5vh;       !*отступ снизу*!*/

}

.text111 h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5vh;
    margin: 2%;
    color: #ffffff;
    opacity: 0;
    animation: ani 2.5s forwards;
}



.text111 h6 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5vh;
    /*margin: 2%;*/
    color: #ffffff;
}

.text111 h5 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5vh;
    padding-left: 5vh;
    padding-right: 5vh;
    /*padding-top: 5vh;*/
    /*padding-bottom: 5vh;*/
    color: #ffffff;

}



/* полоска Банер 2 */
.navigation2 {
    /*padding-bottom: 8vh; !*отступ снизу*!*/
    display: flex;
    min-height: 6.5vh;
    background: #000000;

}

.whatsapp-button {
    position: fixed;
    right: 1vh;
    bottom: 1vh;
    transform: translate(-50%, -50%);
    background: #25D366; /*цвет кнопки*/
    border-radius: 50%;
    width: 55px; /*ширина кнопки*/
    height: 55px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 53px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
    z-index: 9999;
}
.whatsapp-button a {
    color: #fff;
}
.whatsapp-button:before,
.whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    /*border: 50vh;*/
    border: 1px solid #25D366; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
}

.whatsapp-button:after{
    animation-delay: .5s;
}

/*WhatsApp*/
@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}@media (max-width : 800px) {
    .whatsapp-button {
        bottom: 2vh; /*отступ кнопки снизу от экрана*/
        left: 42vh; /*отступ кнопки слева от экрана(right - справа)*/
    }
}


     /*Кнопка ТЕЛЕГРАММ*/
.telegram-button {
    position: fixed;
    right: 13px;
    bottom: 90px;
    transform: translate(-50%, -50%);
    background: #0088cc; /*цвет кнопки*/
    border-radius: 50%;
    width: 55px; /*ширина кнопки*/
    height: 55px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 53px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
    z-index: 9999;
}
.telegram-button a {
    color: #fff;
}
.telegram-button:before,
.telegram-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #0088cc; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
}

.telegram-button:after{
    animation-delay: .5s;
}

@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}

@media (max-width : 800px) {
    .telegram-button {
        bottom: 2vh; /*отступ кнопки снизу от экрана*/
        left: 7vh; /*отступ кнопки слева от экрана(right - справа)*/
    }
}












.js .wow {
    opacity: 0;
    transform: translateY(1em);
    transition: all 0.5s 0.5s ease-out;
}
/* Wow.js puts in a "animated" class */
.js .animated {
    opacity: 1;
    transform: none;
}

.partners {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.partners1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: 5vh;
    margin-left: 5vh;
    align-items: center;
}

/*.company {*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    overflow: hidden;*/
/*    position: static;*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    display: block;*/
/*    align-items: center;*/
/*    grid-area: -10px;*/
/*    background-attachment: scroll;*/
/*    background-position: center center;*/
/*    background-color: #000000;*/
/*    padding-top: 5%;*/
/*    color: #000000*/
/*}*/
/* Затемнение фона в fullscreen */
/* Стили для Swiper в полноэкранном режиме */
/* Стили для полноэкранного режима */
:fullscreen .swiper {
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.95);
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

:fullscreen .swiper-wrapper {
    align-items: center; /* Центрируем слайды по вертикали */
}

:fullscreen .swiper-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    max-height: 100%;
    height: auto !important;
}

:fullscreen .swiper-slide img {
    object-fit: contain !important;
    max-height: 90vh;
    max-width: 90vw;
    width: auto !important;
    height: auto !important;
    margin: auto; /* Дополнительное центрирование */
    border-radius: 10px;
}
.swiper-button-prev,
.swiper-button-next {
    color: white !important;
    background: rgba(222, 171, 12, 0);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    backdrop-filter: blur(5px);
}

/* Кнопки навигации в полноэкранном режиме */
:fullscreen .swiper-button-next,
:fullscreen .swiper-button-prev {
    color: white !important;
    background: rgba(0, 0, 0, 0.5);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    backdrop-filter: blur(5px);
}

:fullscreen .swiper-button-next {
    right: 20px !important;
}

:fullscreen .swiper-button-prev {
    left: 20px !important;
}

/* Пагинация в полноэкранном режиме */
:fullscreen .swiper-pagination {
    bottom: 20px !important;
}

:fullscreen .swiper-pagination-bullet {
    background: white !important;
    opacity: 0.5 !important;
}
.swiper-pagination-bullet {
    background: white !important;
    opacity: 0.5 !important;
}

.swiper-pagination-bullet-active {
    opacity: 1 !important;
}
/* Пагинация в полноэкранном режиме */
.swiper-pagination {
    bottom: 20px !important;
}

.swiper-pagination-bullet {
    background: white !important;
    opacity: 0.5 !important;
}

:fullscreen .swiper-pagination-bullet-active {
    opacity: 1 !important;
}
.swiper-pagination-bullet-active {
    opacity: 1 !important;
}
/* Стили для кнопки развернуть */
.swiper-fullscreen-toggle {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Чтобы кнопка не мешала на мобильных */
@media (max-width: 768px) {
    .swiper-fullscreen-toggle {
        bottom: 10px;
        right: 10px;
    }
}
/* Полноэкранный режим для iOS */
.swiper.ios-fullscreen {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 9999 !important;
    background: #000 !important;
    padding: 20px !important;
}

.swiper.ios-fullscreen .swiper-wrapper {
    height: calc(100vh - 40px) !important;
}
.swiper-fullscreen-toggle i {
    color: white;
    font-size: 18px;
}
/* Блокировка скролла */
body.ios-fullscreen-mode {
    overflow: hidden !important;
}
.fullscreen-mode {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
    z-index: 9999;
}

.fullscreen-mode .swiper {
    width: 100%;
    height: 100%;
}

.fullscreen-mode .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fullscreen-mode .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.swiper:fullscreen {
    width: 100% !important;
    height: 100% !important;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper:fullscreen .swiper-slide {
    max-height: 100vh;
}




/* Анимация для слайдов */
.swiper-slide.wow {
    visibility: hidden; /* Скрываем до анимации */
    animation-duration: 2s;
}

/* Эффект fadeIn */
.fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Гарантируем, что активный слайд видим */
.swiper-slide-active.wow {
    visibility: visible;
}