:root {
    --color1: #325D70;
    --color2: #3F758F;
    --color3: #BCB895;
	--main: #111;
	--border-r:15px;
}
ul.cargo-list.x2 li h3 {
    font-size: 32px;
}
ul.cargo-list.x2 {
    grid-template-columns: 1fr 1fr;
}
.marquee {
    overflow: hidden;
    white-space: nowrap;
    width: calc(100%);
    position: relative;
    z-index: 1;
    margin-top: -110px;
    margin-bottom: 50px;
}
.marquee-content p bold i {
    font-size: 38px;
}
.marquee-content p bold {
    font-size: 200px;
    color: var(--color3);
}
.marquee-content {
    display: inline-block;
    animation: marquee 30s linear infinite;
}
.marquee-content p {
    display: inline-block;
    margin: 0;
    padding-right: 50px;
    font-size: 75px;
    color: var(--color1);
}

@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

h2.big {
    color: var(--color1);
    text-align: center;
    font-size: 100px;
}

.benner_2 .main-a {
    background: #fff;
    color: var(--color1);
    margin-top: 22px;
}
.benner_2 .main-a:hover {
    background: var(--color1);
    color: #fff;
}
.benner_2 {
    background: linear-gradient(45deg, var(--color1), var(--color2));
    border-radius: var(--border-r);
    color: #fff;
    padding: 1% 4%;
    padding-bottom: 3%;
}
.benner_2 strong {
    color: var(--color3);
}


.benner_2 h3 {
    letter-spacing: 1px;
    color: #fff;
    font-size: 22px;
}
.benner_2 h2{
    color: #fff;;
}
.banner_01 img.as {
    position: absolute;
    right: 24%;
    top: -16%;
    width: 50%;
    filter: brightness(0)invert(1);
}
.banner_01 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #fff;
    border-radius: var(--border-r);
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
}
.banner_01 h3 {
    color: #000;
    font-size: 26px;
    font-weight: 400;
}
.text-par {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0% 10%;
    position: relative;
    z-index: 2;
}

ul.cargo-list.centers h3{height:calc(100% - 45px);}
ul.cargo-list li:hover h3 {
    color:#fff;
}
ul.cargo-list li h3 {
    font-size: 20px;
    transition: 0.4s;
    display: grid;
    grid-template-columns: auto 100px;
    gap: 25px;
    box-sizing: border-box;
}
ul.cargo-list li {
  transform-style: preserve-3d;
  will-change: transform;
  transform-origin: center center; /* Вращение вокруг центра */
}

ul.cargo-list li p {
    font-weight: 600;
    color: var(--color2);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 144px;
}
ul.cargo-list li:hover i{transform:scale(1.2);}
ul.cargo-list li i {
    color: var(--color2);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 49px;
    float: right;
    transition: 0.4s;
}
ul.cargo-list li:hover {
    background: var(--color1);
    box-shadow: 0px 0px 30px -14px #000;
}
ul.cargo-list.x4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
ul.cargo-list li {
    padding: 40px;
    border-radius: 10px;
    background: #ffffff;
    cursor: pointer;
    transition: background 0.4s ease, box-shadow 0.4s ease;
}
ul.cargo-list li:hover h3 img {
    filter: brightness(0) saturate(100%) invert(74%) sepia(23%) saturate(303%) hue-rotate(365deg) brightness(92%) contrast(88%);
}

ul.cargo-list li h3 img {
    /* transition: 0.4s; */
    width: 75px;
}
ul.cargo-list li h3 span {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
ul.cargo-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin: 30px 0px;
    margin-bottom: 45px;
    margin-top: 45px;
}
ul.cargo-list li::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(/wp-content/uploads/2026/02/subtracts.png);
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 87%;
    z-index: -1;
    background-repeat: no-repeat;
    transition: 1s;
    opacity: 0.04;
}
ul.cargo-list li:hover::after {
	opacity: 0.4;
}
ul.cargo-list li:hover p, ul.cargo-list li:hover i {
    color: var(--color3);
}

button.pub-filter {
    background: #fff;
    border: none;
    font-size: 16px;
    border-radius: 4px;
    padding: 5px 16px;
}
button.pub-filter:hover,
button.pub-filter.is-active {
    background: var(--color1);
    color: #fff;
}

.pub-filters {
    display: flex;
    justify-content: start;
    gap: 18px;
    background: #fff;
    padding: 25px;
    border-radius: var(--border-r);
    margin-bottom: 25px;
}

/* Publications AJAX loading overlay */
.page-publications-php {
    position: relative;
}

.pub-loading {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(2px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
    z-index: 10;
}

.pub-card__more,
.pub-card__excerpt,
p.pub-card__meta,
h3.pub-card__title {
    font-size: 16px;
    padding: 0px 5%;
}
a.pub-card__more {
    margin-bottom: 5%;
    display: block;
}

li.pub-card {
    background: #fff;
    border-radius: var(--border-r);
    overflow: hidden;
    position: relative;
}
.pub-loading.is-visible {
    opacity: 1;
    pointer-events: all;
}

.pub-loading i {
    font-size: 32px;
    color: var(--color1);
}

ul.pub-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}


.why-1 h2 {
    color: #fff;
}
.why>div h2 i {
    display: block;
    margin: 0 auto;
    margin-bottom: 31px;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #00000026;
    border-radius: 50px 0px;
}







body.why-1 {
    background: var(--color1);
}
body.why-1 .why>div h2,
body.why-1 .why>div {
    color: #fff;
}
.why-1 ul.menu.scrolled-100.scrolled-300{
    background: var(--color1);
    box-shadow: 0px 0px 30px -15px rgb(242 242 242 / 0%);
}
.why-1 ul.menu.scrolled-100.scrolled-300 >li>a{color:#fff;}


body.why-2 {
    background: #1a5e93;
}
.why-2 ul.menu.scrolled-100.scrolled-300{box-shadow: 0px 0px 30px -15px rgb(242 242 242 / 0%);background:#1a5e93;}
.why-2 ul.menu.scrolled-100.scrolled-300 >li>a{color:#fff;}
body.why-2 .why>div h2,
body.why-2 .why>div {
    color: #fff;
}



body.why-3 {
    background: var(--color2);
}
.why-3 ul.menu.scrolled-100.scrolled-300{box-shadow: 0px 0px 30px -15px rgb(242 242 242 / 0%);background:var(--color2);;}
.why-3 ul.menu.scrolled-100.scrolled-300 >li>a{color:#fff;}
body.why-3 .why>div h2,
body.why-3 .why>div {
    color: #fff;
}


body.why-4 {
    background: #009688;
}
.why-4 ul.menu.scrolled-100.scrolled-300{box-shadow: 0px 0px 30px -15px rgb(242 242 242 / 0%);background:#009688;}
.why-4 ul.menu.scrolled-100.scrolled-300 >li>a{color:#fff;}
body.why-4 .why>div h2,
body.why-4 .why>div {
    color: #fff;
}


body.why-5 {
    background: #f2f2f2;
}
.why-5 ul.menu.scrolled-100.scrolled-300{box-shadow: 0px 0px 30px -15px rgb(242 242 242 / 0%);background:#f2f2f2;}
.why-5 ul.menu.scrolled-100.scrolled-300 >li>a{color:var(--color1);}
body.why-5 .why>div h2,
body.why-5 .why>div {
    color: var(--color1);
}



.why>div p {
    transition: 0.4s;
    font-size: 22px;
}
.why>div h2 {
    text-align: center;
	transition:0.4s;
}
.why>div {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
    text-align: left;
}





p, li {
    font-size: 18px;
}
strong {
    color: var(--color1);
}
.home-1 .swiper-button-next, .home-1 .swiper-button-prev {
    font-size: 24px;
    width: 50px;
    text-align: center;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    color: var(--main);
}
.home-1 .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
    width: 18px;
    height: 18px;
    background: var(--main);
}
.home-1 .swiper-button-prev::after, .home-1 .swiper-button-next::after {
display:none;
}
.revs > div {
    position: relative;
}

.revs {
    position: absolute;
    bottom: 122px;
    left: 55px;
    display: flex;
    justify-content: space-between;
}


.home-1 .swiper-button-prev {
    bottom: 0;
    left: 0;
    top: auto;
}




.f-m-menu{display:none;}

section.main-site {
    display: block;
    margin-top: 0;
}


.faq-container {
    max-width: 100%;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 6px;
}

.faq-question {
    cursor: pointer;
    padding: 15px 20px;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f9f9f9;
    transition: background 0.3s;
    position: relative;
    padding-left: 60px;
}

.faq-question:hover {
  background: #f0f0f0;
}

.faq-question i {
    transition: 0.4s;
    position: absolute;
    left: 0;
    background: #f0f0f0;
    height: 100%;
    width: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.faq-question.active i {
    background: #0078c0;
    color: #fff;
}
.faq-question.active i::before{    transform: rotate(90deg);}
.faq-question i::before{transition:0.4s;}
.faq-answer {
    max-height: 0px;
    overflow: hidden;
    padding: 30px 20px;
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    transition: 0.4s;
    margin: -30px 0px;
    opacity: 0;
    pointer-events: none;
}

.faq-answer.open {
    max-height: 500px;
    opacity: 1;
    margin: 0px 0px;
}
.home .pll-parent-menu-item{opacity:1;}
.pll-parent-menu-item{opacity:0;}

.home-1 ul ~ div {
    display: grid;
    grid-template-columns: max-content auto;
    gap: 30px;
}
.home-1 ul ~ div .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: #fff;
    padding: 0px;
    border-radius: 10px;
}
body .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: #eeeeee;
    padding: 0px;
    border-radius: 10px;
}
.home-1 h2 {
    margin: 0;
}
.texta {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.texta > * {
    margin: 30px 0px;
}
.poshyk .main-a {
    width: 100%;
    text-align: center;
}
.poshyk {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 30px;
    grid-template-columns: 22% 74%;
    gap: 4%;
}
.home-1 ul li bold {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: var(--color1);
    background: rgb(255 255 255 / 60%);
    padding: 5px 13px;
    padding-right: 19px;
    border-radius: 0px 0px 50px 0px;
}

.home-1 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 22% 22% 22% 22%;
    gap: 4%;
    margin-bottom: 30px;
}
video#bgVideo {
    max-height: 400px;
    width: 110%;
    margin-left: -10%;
    object-fit: cover;
    z-index: -2;
    border-radius: 15px;
    overflow: hidden;
    min-height: 100%;
}
.home-1 ul li {
    color: #fff;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    min-height: auto;
    position: relative;
    overflow: hidden;
    transition: 0.4s;
    aspect-ratio: 1 / 1;
    background-size: cover;
}
.home-1 ul li:hover {
    filter: contrast(1.1)saturate(0.8);
}
.home-1 ul li h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    background: var(--color1);
    margin: 0;
    font-size: 14px;
    padding: 12px;
    padding-right: 26px;
    border-radius: 0px 50px 0px 0px;
    font-weight: 500;
}
.g2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.home-about .text {
    padding: 95px 6%;
    border-radius: var(--border-r);
    overflow: hidden;
    background: #fff;
    position: relative;
}
.home-about .text * {
    z-index: 2;
    position: relative;
}
.home-about .text::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -50%;
    border: 125px solid #f8f8f8;
    width: 500px;
    height: 500px;
    z-index: 0;
    border-radius: 50%;
}
.home-about h2 {
    margin-top: 10px;
}
.sfg > :nth-child(1) i {
    transform: rotate(5deg);
}
.sfg > :nth-child(2) i {
    transform: rotate(-5deg);
}
.sfg > :nth-child(3) i {
    transform: rotate(15deg);
}
.sfg {
    position: absolute;
    top: 25px;
    left: 25px;
    font-size: 19px;
    width: 210px;
    background: #ffffff;
    color: var(--color3);
    padding: 25px;
    border-radius: 0px 0px 150px 0px;
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 30px;
    opacity: 0;
    transition: 0.4s;
}

.clins a:hover .sfg > div {
  transform: rotate(360deg);
}

.clins a:hover .sfg > :nth-child(1){transition:0.4s; transition-delay: 0.00s;}
.clins a:hover .sfg > :nth-child(2){transition:0.4s; transition-delay: 0.05s;}
.clins a:hover .sfg > :nth-child(3){transition:0.4s; transition-delay: 0.10s;}
.clins a:hover .sfg > :nth-child(4){transition:0.4s; transition-delay: 0.15s;}
.clins a:hover .sfg > :nth-child(5){transition:0.4s; transition-delay: 0.20s;}
.clins a:hover .sfg > :nth-child(6){transition:0.4s; transition-delay: 0.25s;}
.clins a:hover .sfg > :nth-child(7){transition:0.4s; transition-delay: 0.30s;}
.clins a:hover .sfg > :nth-child(8){transition:0.4s; transition-delay: 0.35s;}
.clins a:hover .sfg > :nth-child(9){transition:0.4s; transition-delay: 0.40s;}
.clins a:hover .sfg > :nth-child(10){transition:0.4s; transition-delay: 0.45s;}
.clins a:hover .sfg > :nth-child(11){transition:0.4s; transition-delay: 0.50s;}
.clins a:hover .sfg > :nth-child(12){transition:0.4s; transition-delay: 0.55s;}








.clins a~a .sfg i {
    color: var(--color3);
}

.clins a~a .sfg {
    background: #fff;
}

.clins {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.is-scrolled .clins a .sfg{opacity:1;}
.is-scrolled .clins a {
    max-height: 1000px;
}
.clins a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 10%;
    font-size: 40px;
    background: var(--color1);
    color: #fff;
    transition: 0.8s;
    position: relative;
    border-radius: var(--border-r);
    max-height: 167px;
    transition: 0.4s;
}
.clins a ~ a {
    background: transparent;
    color: var(--color2);
}
div:not(.is-scrolled) .clins a~a:hover {
    background: var(--color1);
    color: #fff;
}
div:not(.is-scrolled) .clins a:hover {
    background: #fff;
    color: var(--color1);
}
.is-scrolled .clins a:hover {
    padding-bottom: 20%;
}

.home-about {
    padding: 0;
    margin-bottom: 4%;
    width: 100%;
    box-sizing: border-box;
    border-radius: 15px;
    overflow: hidden;
    gap: 30px;
}
.imas {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.home-1 img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 95%;
    z-index: 2;
    pointer-events: none;
    transition: 0.4s;
}
.home-1 .swiper-slide-active img {
	opacity:1;
}
.media-part {
    position: relative;
}
.home-1 .swiper-wrapper {
    height: 400px;
    padding: 105px 0px;
}
.home-1 .swiper-slide {
    display: grid;
    grid-template-columns: 50% 50%;
    background: #fff;
    border-radius: var(--border-r);
}
.home-1 img~img {
    right: 284px;
    height: 100%;
    width: auto;
}
.home-1 .text-part::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1000px;
    height: 1000px;
    background: #fafafa;
    border-radius: 50%;
}
nav.breadcrumb {
    color: #000000;
    position: relative;
    z-index: 2;
    margin-top: 0;
    pointer-events: all;
    margin-bottom: 5px;
    margin-top: 5px;
}
.im-main {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 999;
    width: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.home-1.h-slider {
    margin-top: -15px;
    margin-bottom: -50px;
}
.home-1.small {
    background: #fff;
    padding: 25px;
    overflow: hidden;
}
.home-1.small::after {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2026/02/subtract.png);
    background-size: cover;
    width: auto;
    height: 110%;
    aspect-ratio: 1/1;
    right: 0;
    top: -5%;
    filter: brightness(0)invert(95%);
    transform: rotate(90deg);
}
.home-1 {
    margin-top: 65px;
    z-index: 9;
    position: relative;
    pointer-events: none;
    margin-bottom: 25px;
    border-radius: var(--border-r);
}
.home-1 .text-part {
    position: relative;
    overflow: hidden;
    padding: 55px;
    border-radius: 15px;
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

header .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: transparent;
    padding: 10px 0px;
    border-radius: 10px;
}
span.slimness-contact__value, a.slimness-contact__link {
    color: var(--color1);
    font-weight: 600;
}
aside.slimness-contact {
    display: flex;
    justify-content: space-between;
    width: 75%;
}
span.slimness-contact__label {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    font-size: 14px;
    color: #929292;
    font-weight: 400;
}
.slimness-contact__item {
    position: relative;
    padding-left: 45px;
    margin: 16px 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.slimness-contact__item i {
    position: absolute;
    left: 0;
    top: calc(50% - 19px);
    background: var(--color1);
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 50px;
}
.slimness-contact__text {
    text-align: left;
}
.form-callback b {
    position: fixed;
    top: 50px;
    right: 50px;
    font-size: 150px;
    width: 80px;
    height: 80px;
    font-weight: 100;
    transform: rotate(45deg);
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    transition: 0.4s;
}
.form-callback b:hover{transform: rotate(225deg);}
.form-callback {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0);
    z-index: 999;
    display: flex;
    justify-content: center;
    flex-direction: column;
    transition: 0.4s;
    pointer-events: none;
    opacity: 0;
    color: #fff;
}
.form-callback > div label {
    display: block;
}
.form-callback.active {
    opacity: 1;
    pointer-events: all;
}
.form-callback > div input, .form-callback > div textarea {
    display: block;
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    max-height: 100px;
}
body .wpcf7 form.invalid .wpcf7-response-output, 
body .wpcf7 form.unaccepted .wpcf7-response-output, 
body .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: transparent;
    background: transparent;
    color: #ffb300;
    border-radius: 15px;
    text-align: center;
}

.main-a {
    background: var(--color1);
    padding: 18px 40px;
    border-radius: 50px 0px;
    color: #fff;
    padding-left: 70px;
    position: relative;
    overflow: visible;
    display: inline-block;
    width: fit-content;
    border: none;
    font-size: 14px;
    transition: 0.4s;
    overflow: hidden;
    z-index: 2;
    height: fit-content;
}
.home-1 .b img {
    top: 0;
    transform: none;
    max-height: 400px;
    width: 113%;
    left: -14%;
    object-fit: cover;
    z-index: 1;
    max-width: 200%;
}
.home-1 .swiper-pagination,
.home-1 .swiper-button-next,
.home-1 .swiper-button-prev,
.home-1 button{pointer-events: all;}
.home-1 .main-a {
    margin-top: 30px;
    pointer-events: all;
}
.main-a:hover {
    color: #fff;
    background: var(--color1);
}
.main-a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -47%;
    width: 100%;
    height: 42%;
background: linear-gradient(45deg, var(--color1), var(--color2));
    filter: brightness(0.9);
    transition: 0.4s;
    border-radius: 50%;
}

.main-a:hover::after {
    bottom: -33%;
    border-radius: 10%;
    height: 171%;
}
.main-a span .wpcf7-spinner {
    position: absolute;
    left: -30px;
    top: 0px;
    margin: 0;
}
.main-a p,
.main-a input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.form-callback > div {
    max-width: 650px;
    margin: 0 auto;
}

.home-1.wow.fadeInUp {
    padding-bottom: 0;
}

body.single.single-post .post-thumbnail img {
    max-width: 400px;
    border-radius: 15px;
    float: left;
    margin-right: 3%;
    margin-bottom: 3%;
}
ul.latest-news {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 32.33% 31.33% 32.33%;
    grid-column-gap: 2%;
}
ul.latest-news li {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    display: block;
    margin: 0;
    padding: 0;
    margin-bottom: 5%;
}
ul.latest-news h3 {
    background: rgb(23 114 169 / 70%);
    color: #fff;
    padding: 25px;
    margin: 0;
    width: 90%;
    border-radius: 0px 0px 150px 0px;
    font-size: 18px;
}
a.news-thumb {
    display: block;
    background-size: cover;
    background-position: center;
    min-height: 250px;
}

.socials {
    position: fixed;
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 100vh;
    top: 0;
    left: 0;
}
.socials strong {
    transition: 0.4s;
    position: absolute;
    opacity: 0;
    left: 63px;
    top: 0;
    font-weight: 700;
    transform: rotate3d(0, 4, -1, 27deg);
}
.socials a:hover strong {
    opacity: 1;
    transform: rotate3d(0, 0, 0, 0deg);
}
.socials a {
    position: relative;
}
.socials a:hover i {
    transform: rotate(360deg);
}
.socials i {
    font-size: 30px;
    width: 50px;
    height: 50px;
    border: 1px solid #d8d8d8;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: 5px 10px;
    border-radius: 50px;
    transition: 0.4s;
}

ul.d-ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.d-ul > li {
    border: 1px solid #dfdcdc;
    padding: 25px;
    margin-right: 1%;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 15px;
    border: 0px solid #e7e7e7;
    border-radius: 15px;
    box-shadow: 0px 0px 15px -9px #000;
}
ul.d-ul > li ~ li {
    margin-left: 2%;
    width: 98%;
}
ul.d-ul ul {
    padding: 0px 18px;
}
h3 {
    color: var(--color2);
}


.main-a span.user-info__name {
    position: absolute;
    background: var(--color2);
    right: 0;
    bottom: -15px;
    width: 100%;
    border-radius: 10px 0px 10px 10px;
    padding: 4px 10px;
    height: fit-content;
    width: fit-content;
}


.main-a i {
    z-index: 2;
}
.main-a span {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.main-a i {
    position: absolute;
    left: 30px;
    top: calc(50% - 6px);
    transition: 0.4s;
    width: 15px;
    height: 15px;
}




h1.page-title {
    display: none;
}

.a21 {
    background: #87b65f;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 12px;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.container {
    position: relative;
    border-radius: 15px;
}
input, textarea, select {
    border-radius: 12px;
    border: none;
    background: transparent;
    border: 1px solid #d2d2d2;
    color: #000;
    font-size: 16px;
    border-radius: 5px;
    font-family: 'Montserrat';
    font-weight: 500;
    padding: 10px 10px;
}

a#joie {
    width: 100%;
    text-align: center;
    display: block;
    padding: 20px 0px;
    margin-top: -50px;
    text-transform: uppercase;
    font-weight: 400;
    color: #999999;
    font-size: 12px;
}
.vxod {
    max-width: 650px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 100vh;
    text-align: center;
}
h2 {
    color: var(--main);
    font-weight: 700;
    font-size: 40px;
}
.home-1 h1 strong {
    display: block;
    font-size: 18px;
    letter-spacing: 2px;
    color: var(--color1);
    text-transform: uppercase;
}
.home-1 h1 strong~strong {
    letter-spacing: normal;
    font-size: 40px;
    text-transform: none;
    color: var(--main);
    font-weight: 700;
    margin-top: 22px;
    margin-bottom: 15px;
}
.home-1 h1 {
    color: var(--main);
    font-size: 40px;
    position: relative;
    z-index: 2;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
}
.home-1 h2 {
    margin: 0;
    font-weight: 500;
    position: relative;
    z-index: 2;
    font-size: 18px;
    letter-spacing: 2px;
    color: var(--main);
}


h1 {
    font-size: 40px;
    color: var(--color2);
    font-weight: 700;
}
a {
    color: var(--color1);
    transition: 0.4s;
}
section.home-zag.small h1 {
    margin-bottom: 6px;
    line-height: 45px;
}

section.home-zag.small {
    position: relative;
    color: #000000;
    width: 80%;
    margin: 0 auto;
    margin-top: 86px;
    border-radius: 15px;
    overflow: hidden;
    padding: 0;
    padding-bottom: 35px;
}
section.home-zag.small a {
    color: var(--color1);
}

body {
    background: #f2f2f2;
    background-size: contain;
    color: #000000;
}
.wc-block-components-button__text,
body {
    margin: 0;
    font-family: 'Montserrat';
}
button,
a {
    text-decoration: none;
	    cursor: pointer;
    transition: 0.4s;
    font-family: 'montserrat';
    font-weight: 600;
}
img {
    width: 100%;
    height: auto;
}
section {
    padding: 35px 10%;
}
* {
    box-sizing: border-box;
}

.f-men ul a:hover{color:var(--color1);}
.f-men ul a {
    color: #000;
    font-size: 14px;
    padding: 4px 0px;
    display: block;
}
.f-men ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
section.fyter > div ~ div::after {
    content: '';
    position: absolute;
    left: -26px;
    height: 100px;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    background: #d0d0d0;
}
section.fyter > div {
    position: relative;
}
section.fyter h3 {
    margin: 0;
    margin-bottom: 15px;
}
.f-right a span {
    font-size: 12px;
    color: var(--color1);
}
.f-right {
    text-align: left;
}
.f-right a {
    display: block;
    margin-bottom: 11px;
    color: #000;
    position: relative;
    padding-left: 25px;
}
.f-right a i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.f-right a {
    display: block;
    margin-bottom: 11px;
    color: #000;
    font-size: 14px;
}
section.fyter p {
    text-align: left;
}
section.fyter img {
    max-width: 220px;
    margin: 0;
    display: block;
}
.f-men {
    text-align: left;
}
.log p {
    font-size: 14px;
}
.log {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
section.fyter {
    display: grid;
    background: #fff;
    color: #000000;
    text-align: center;
    width: 80%;
    margin: 50px auto;
    border-radius: var(--border-r);
    padding: 30px 50px;
    margin-bottom: 0;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 40px;
}
.joie:hover g circle {
    animation: rotate_alogo .5s linear infinite
}

a.joie svg {
    width: 115px;
    height: auto;
    margin: -14px 7px
}

.joie:hover g>:nth-child(2n) circle {
    animation: rotate_alogo .4s linear infinite
}

@keyframes rotate_alogo {
    0% {
        transform: rotate(0) translate(8px) rotate(0)
    }

    to {
        transform: rotate(360deg) translate(8px) rotate(-360deg)
    }
}


a.joie svg>g>:nth-child(1),
a.joie svg>g>:nth-child(3),
a.joie svg>g>:nth-child(4),
a.joie svg>g>:nth-child(5) {
    fill: #152c52
}
a.joie svg g {
    filter: none;
}
a.joie svg path~g path {
    stroke-width: 24px;
    filter: brightness(0);
}
a.joie {
    text-align: center;
    display: block;
    padding: 24px;
    background: transparent;
    letter-spacing: 1px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 15px;
    color: #000000;
    font-weight: 300;
}
nav.footer-nav ul {
    list-style: none;
    margin: 0;
    display: grid;
    padding: 0;
}
nav.footer-nav ul a {
    color: #000;
    font-weight: 600;
    font-size: 22px;
}

@media(max-width:1850px){
ul.cargo-list li {
    padding: 10px 40px;
}
ul.cargo-list li h3 span  {
    order: 2;
}
ul.cargo-list li h3 span ~ span {
    order: 1;
}
ul.cargo-list li h3 {
    grid-template-columns: 1fr;
}
.clins a {
    font-size: 32px;
    max-height: 142px;
}
.home-1 h2 {
    font-size: 16px;
}
.home-1 h1 strong {
    font-size: 14px;
}
.home-1 h1 strong~strong {
    font-size: 30px;
}
}

@media(max-width:1400px){
.banner_01 h3 {
    font-size: 22px;
}
section.fyter {
    width: 98%;
}
.home-1 h1 {
    font-size: 34px;
}
section {
    padding: 35px 2%;
}



section.fyter {
    padding: 50px 20px;
}
}



@media(max-width:1200px){
.banner_01 h3 {
    font-size: 16px;
}
ul.cargo-list {
    grid-template-columns: 1fr 1fr;
}
ul.cargo-list li p {
    min-height: 55px;
}
ul.cargo-list.x4 {
    grid-template-columns: 1fr 1fr;
}
.home-1.small {
    margin-top: 61px;
}
.sfg {
    width: 170px;
}
.clins a {
    font-size: 24px;
    min-height: 385px;
}
h2 {
    font-size: 28px;
}
.home-1 {
    margin-top: -30px;
}
.home-1 .swiper-wrapper {
    height: 485px;
    padding: 105px 0px;
}
}


@media(max-width:1100px){
section.fyter > div {
    position: relative;
    margin: 0 auto;
    display: block;
    width: 250px;
    margin-bottom: 33px;
}
.home-1 h1 strong~strong {
    font-size: 26px;
}
.home-1 h2 {
    font-size: 14px;
}

aside.slimness-contact {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: fit-content;
    margin: 1px auto;
    margin-top: 49px;
}
section.fyter {
    display: block;
}
section.home-zag.small {
    margin-top: 70px;
}



.home-1 .swiper {
    margin-top: 0px;
}
.g2 {
    grid-template-columns: 100%;
}
.home-1 ul {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
		margin-bottom: 8px;
}
.poshyk {
    grid-template-columns: 1fr 1fr;
    gap: 6px;
}
.texta > * {
    margin: 6px 0px;
}
}

@media(max-width:850px){
.home-1 .text-part {
    padding: 25px;
}
.imas {
    max-width: 250px;
		margin:0 auto;
}
.home-1 {
    grid-template-columns: 1fr;
    padding: 15px;
}

.home-1 ul li h3 {
    font-size: 14px;
    padding: 10px 25px;
    padding-left: 10px;
}
body ul.products.columns-4 {
    grid-template-columns: 1fr;
    gap: 2%;
}

header .head-top  .main-a {
    font-size: 0px;
    height: 51px;
    width: 51px;
    padding: 0;
}
header .head-top .main-a  i {
    position: relative;
    left: 15px;
    top: calc(50% - 9px);
    font-size: 18px;
}
body .swiper-slide > a {
    padding: 0px 65px;
}
}

@media(max-width:650px){
.marquee {
    margin-top: -54px;
}
.marquee-content p bold {
    font-size: 100px;
}
.marquee-content p bold i {
    font-size: 20px;
}
.marquee-content p {
    font-size: 36px;
}
ul.cargo-list.x2 {
    grid-template-columns: 1fr;
}
.banner_01 img.as {
    right: 50%;
    top: 12%;
    width: 100%;
}
.banner_01 {
    grid-template-columns: 1fr;
}
.benner_2 h3 {
    font-size: 16px;
}
ul.cargo-list.x4,
ul.cargo-list {
    grid-template-columns: 1fr;
}
p, li {
    font-size: 14px;
}
.home-1 {
    pointer-events: all;
}
video#bgVideo {
    max-height: 100%;
    width: 110%;
    margin-left: -10%;
    object-fit: cover;
    z-index: -2;
    border-radius: 15px;
    overflow: hidden;
    min-height: 100%;
    margin-bottom: -6%;
    transform: scale(1.2);
}
.home-1 .text-part::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
}
.home-1 .swiper-wrapper {
    height: fit-content;
    padding: 105px 0px;
}
.home-1 img {
    position: relative;
    right: 0;
    top: 0;
    transform: translateY(0%);
    width: 100%;
    z-index: 2;
    pointer-events: none;
    max-height: 200px;
    object-fit: contain;
}
.home-1 .swiper-slide {
    grid-template-columns: 1fr;
    border-radius: 15px;
    overflow: hidden;
}
.home-about .text {
    padding: 17px 6%;
}
.f-m-menu a i {
    margin: 0 auto;
    font-size: 18px;
    margin-bottom: 5px;
}
.f-m-menu a {
    color: #fff;
    display: grid;
    text-align: center;
}
.f-m-menu {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 2;
    background: url(/wp-content/uploads/2026/01/01.webp);
    background-size: cover;
    width: 100%;
    padding: 25px;
    display: flex;
    justify-content: center;
    gap: 30px;
}
h2 {
    font-size: 24px;
}
.home-1 ul li bold {
    font-size: 29px;
    padding: 8px 21px;
}
.home-1 ul li {
    min-height: 130px;
}
body .swiper-slide > a {
    min-height: 550px;
}

body .swiper-slide > a::after {
    background: rgb(0 0 0 / 77%);
}

.form-callback .main-a {
    margin: 0 auto;
    float: none;
    display: block;
}
.form-callback b {
    top: 0;
    right: 0;
}
.form-callback {
    background: rgb(0 0 0);
}
section.home-zag.small {
    width: 100%;
    border-radius: 0px;
		padding: 0px 16px;
}
section.fyter {
    width: 100%;
    margin: 50px auto;
    border-radius: 0;
    margin-bottom: 0;
}
ul.d-ul > li ~ li {
    margin-left: 0%;
    width: 98%;
    margin: 15px 0px;
}
section.home-zag.small h1 {
    margin-bottom: 12px;
    line-height: 25px;
    font-size: 22px;
}
section.home-zag.small {
        position: relative;
        padding-top: 18px;
        padding-bottom: 35px;
        color: #fff;
        margin-top: 77px;
    }
ul.product-categories li {
    padding: 15px;
}
    ul.product-categories, section {
        padding: 35px 15px;
    }
    body .swiper-slide > a {
        padding: 75px 10px;
        grid-template-columns: 100%;
    }
	body #adfy__woofc-trigger .badge, body #adfy__woofc-trigger:hover svg {
    fill: #fff;
}

#adfy__woofc-trigger .badge.top-left {
    bottom: auto;
    left: -8px;
    right: auto;
    top: -7px;
    padding: 0px;
    background: var(--color1);
    width: 14px;
    height: 14px;
}
#adfy__woofc-trigger .icon svg {
    fill: var(--color1);
    margin: 0px;
    transform: translate(2px, 2px);
}
.socials {
    position: fixed;
    display: flex;
    justify-content: center;
    flex-direction: row;
    min-height: auto;
    top: 8px;
    left: auto;
    right: 100px;
}

    header .head-top .main-a i {
        position: relative;
        left: 7px;
        top: calc(50% - 9px);
        font-size: 18px;
    }
.head-top {
    justify-content: space-between;
    padding: 10px 60px;
    position: fixed;
    width: 100%;
    padding-left: 5px;
    z-index: 999;
    padding-right: 36px;
    height: 75px;
}
    .socials i {
        margin: 5px 4px;
        width: 36px;
        height: 36px;
        font-size: 24px;
        margin: 10px 2px;
    }
h2 {
    font-size: 24px;
}
body .swiper-button-next::after, body .swiper-button-prev::after {
    opacity: 0;
}
.home-1 .b img {
    top: 0;
    transform: none;
    max-height: 100%;
    width: 100%;
    left: 0;
    object-fit: cover;
    z-index: 1;
    max-width: 100%;
    position: relative;
}
body .swiper-slide > a img {
    border-radius: 75px 0px;
}
body .swiper-slide > a h2, body .swiper-slide > a div {
    text-align: center;
}
.home-1 .swiper-button-next, .home-1 .swiper-button-prev {
    font-size: 24px;
    width: 50px;
    text-align: center;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    color: #ffffff;
    background: var(--color1);
    border-radius: 50px;
    width: 50px;
    height: 50px;
    box-shadow: 0px 0px 17px -6px #000;
    transform: scale(0.6);
}
.media-part {
    position: relative;
    order: 0;
    max-height: 200px;
    min-height: 200px;
    z-index: 1;
	overflow:hidden;
}
.clins a {
    min-height: 350px;
}
.clins {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}
.home-1 .text-part {
    padding: 25px 50px;
    height: 343px;
    display: block;
    order: 2;
    z-index: 9;
    overflow: visible;
    border-radius: 15px;
}
.revs .swiper-pagination{display:none;}
.revs {
    position: absolute;
    bottom: auto;
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 9999;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
}
@media(max-width:500px){
.banner_01 img.as {
    right: 53%;
    top: auto;
    bottom: -1%;
    width: 72%;
}
}

@media(max-width:385px){
.home-1 h1 strong~strong {
    font-size: 18px;
}
.home-1 h2 {
    font-size: 10px;
}
.head-top img {
    width: 153px;
    height: auto;
    margin: 6px 0%;
    max-width: 100%;
    box-sizing: border-box;
}
}
