:root {
    --primary: #C52733
}

body {
    font-family: 'Gilroy';
}

header {
    position: relative;
    z-index: 2;
}

.headerTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 32px;
    background: #000
}

.language {
    display: flex;
    align-items: center;
}

.language a {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;

    color: #636363;
    text-decoration: none;
    margin-right: 13px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.language a.active,
.language a:hover {
    color: #fff;
}

.social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 21px;
    height: 21px;
    background: #FFFFFF;
    border-radius: 50%;
}

.social a+a {
    margin-left: 12px
}

.social a svg path {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.social a:hover svg path[fill="black"] {
    fill: var(--primary)
}

.headerBottom .logo {
    padding: 54px 0
}

.topMenu {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end
}

.topMenu>ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style-type: none;
    margin: 0;
}

.topMenu>ul>li>a {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    text-decoration: none;
    padding: 27px 36px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.topMenu ul li a:hover {
    color: var(--primary)
}

.topMenu ul li {
    position: relative;
}

.topMenu ul li ul {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    right: 0;
    top: 100%;
    min-width: 369px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;

    background: #FFFFFF;
    border-radius: 27px;
    list-style-type: none;
    margin: 0;
    padding: 45px 32px;

}

.topMenu ul li:hover ul {
    visibility: visible;
    opacity: 1;
}

.topMenu>ul>li:has(ul):after {
    position: absolute;
    right: 0;
    top: 50%;

    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    transform: translateY(-50%);
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.topMenu>ul>li:has(ul):hover:after {
    transform: rotate(-180deg) translateY(50%)
}

.topMenu>ul ul li a {
    position: relative;
    padding-right: 30px;
    display: block;
    font-weight: 200;
    font-size: 24px;
    line-height: 50px;
    letter-spacing: -0.02em;
    color: #A7A7A7;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;

}

.topMenu>ul ul li a:hover {
    color: var(--primary)
}

.topMenu>ul ul li a:after {
    position: absolute;
    right: 0;
    top: 50%;
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: #000;
    text-decoration: inherit;
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.topMenu>ul ul li a:hover:after {
    color: var(--primary)
}

#breadcrumbs {
    background: #F2F2F2;
    padding: 20px 0
}

.breadcrumb {
    margin: 0;
}

.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.01em;
    color: #1B1B1B;
    padding: 0;
}

.breadcrumb .breadcrumb-item a {
    color: #878787;
    text-decoration: none;

}

.breadcrumb-item+.breadcrumb-item::before {
    content: "";
    width: 6px;
    margin: 0 15px;
    height: 11px;
    background-image: url(../images/icons/breadcrumbs-arrow.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.topMenu>ul ul li a:hover {
    color: var(--primary)
}

header .logo .white {
    display: none;
}

body:has(#homeBanner) header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

body:has(#homeBanner) header .logo .white {
    display: inline-block
}

body:has(#homeBanner) header .logo .red {
    display: none;
}

body:has(#homeBanner) header .topMenu>ul>li>a {
    color: #fff;
}

body:has(#homeBanner) header .topMenu>ul>li:after {
    color: #fff;
}

#homeBanner {
    position: relative;
    background: var(--primary);

    border-bottom-left-radius: 148px;
    border-bottom-right-radius: 148px;
    overflow: hidden;
    z-index: 1;
    padding-bottom: 20px;
    padding-top: 237px;
    height: 100vh;
    height: auto;
}

#homeBanner .homeBannerSlider {
    position: relative;
    z-index: 2;
}

#homeBanner #particles-js {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#homeBanner .homeBannerSlider .sliderText strong {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 50px;
    color: #FFFFFF;
}

#homeBanner .homeBannerSlider .sliderText span {
    display: block;
    font-weight: 500;
    margin-bottom: 19px;
    font-size: 40px;
    line-height: 49px;
    color: #FFFFFF;
}

#homeBanner .homeBannerSlider .sliderText p {
    display: block;
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

#homeBanner .homeBannerSlider .sliderText a {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.03em;
    color: #000000;
    width: 215px;
    max-width: 100%;
    background: #FFFFFF;
    border-radius: 31px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;

}

#homeBanner .homeBannerSlider .sliderText a:hover {
    background: #000;
    color: #fff;
}

#homeBanner .homeBannerSlider .sliderPhoto img {
    width: auto;
    max-width: 100%;
    max-height: 690px
}


#homeBanner .homeBannerSlider .owl-dots {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 0px;
    left: 50%;
    margin: 0;
    transform: translateX(-50%)
}

#homeBanner .homeBannerSlider .owl-dots .owl-dot span {
    margin: 0;
    width: 32px;
    height: 2px;
    background: #BDBDBD;
    border-radius: 0;
}

#homeBanner .homeBannerSlider .owl-dots .owl-dot.active span {
    background: #fff;
    width: 42px;
    height: 5px;
}

#homeBanner .homeBannerSlider .owl-dots .owl-dot+.owl-dot {
    margin-left: 10px
}


#homeBanner .homeBannerSlider .owl-dots {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 0px;
    left: 50%;
    margin: 0;
    transform: translateX(-50%)
}

#homeBanner .homeBannerSlider .owl-dots .owl-dot span {
    margin: 0;
    width: 32px;
    height: 2px;
    background: #BDBDBD;
    border-radius: 0;
}

#homeBanner .homeBannerSlider .owl-dots .owl-dot.active span {
    background: #fff;
    width: 42px;
    height: 5px;
}

#homeBanner .homeBannerSlider .owl-dots .owl-dot+.owl-dot {
    margin-left: 10px
}

#homeTop {
    padding: 80px 0
}

.homeTopText {
    text-align: center;
}

.homeTopText span {
    display: block;
    font-weight: 500;
    font-size: 36px;
    line-height: 50px;
    color: #000000;
}

.homeTopText strong {
    display: block;
    margin-bottom: 11px;
    font-size: 40px;
    line-height: 50px;
    color: #C42732;
}

.homeTopText p {
    display: block;
    font-weight: 500;
    font-size: 24px;
    line-height: 50px;
    color: #000000;
    margin-bottom: 110px
}

.homeTopContent .photos img {
    border-radius: 20px;
    width: 100%;
}

.homeTopContent .homeTopItem {
    position: relative;
}

.homeTopContent .homeTopItem.homeTopVideos a {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    width: 52px;
    height: 52px;
    background: rgba(255, 255, 255, 0.52);
    border-radius: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.homeTopContent .homeTopItem.homeTopVideos a i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    color: #000;
    font-size: 10px
}

.homeTopContent .homeTopItem.homeTopVideos a:hover {
    background: rgba(255, 255, 255, 1);
}

.homeTopContent .homeTopItem.homeTopPhotos {
    overflow: hidden;
    border-radius: 20px;
}

.homeTopContent .homeTopItem.homeTopPhotos:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(21, 21, 21, 0) 19.84%, #000000 100%);

}

.homeTopContent .homeTopItem.homeTopPhotos .homeTopPhotoText {
    position: absolute;
    width: 100%;
    bottom: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    color: #fff;
}

.homeTopContent .homeTopItem.homeTopPhotos .homeTopPhotoText .left {
    position: relative;
    font-size: 24px;
    line-height: 23px;
    text-align: right;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    padding-right: 17px;
    margin-right: 17px;
}

.homeTopContent .homeTopItem.homeTopPhotos .homeTopPhotoText .left:after {
    content: "";
    position: absolute;
    height: 37px;
    width: 0.4px;
    background: #fff;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.homeTopContent .homeTopItem.homeTopPhotos .homeTopPhotoText .left strong {
    display: block;
}

.homeTopContent .homeTopItem.homeTopPhotos .homeTopPhotoText .left i {
    font-weight: 400;
    font-style: normal;
}

.homeTopContent .homeTopItem.homeTopPhotos .homeTopPhotoText .right {

    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.homeTopContent .homeTopItem.homeTopPhotos .homeTopPhotoText .right span {
    display: block;
}

.homeTopContent .homeTopItem.homeTopPhotos .homeTopPhotoText .right p {
    margin-bottom: 0;
    font-weight: 700;
}

.homeTopContent .homeTopItem+.homeTopItem {
    margin-top: 25px;
}

#homeCategory {
    padding: 60px 0
}

#homeCategory .homeCategoryTitle {
    font-weight: 500;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: -0.04em;
    color: #000000;
}

.moreLink {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 88%;
    letter-spacing: -0.04em;
    color: #959595;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.moreLink svg {
    margin-left: 20px
}

.moreLink:hover {
    color: var(--primary)
}

.moreLink svg path {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.moreLink:hover svg path {
    fill: var(--primary)
}

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

.categorySlider .categorySlideItem {
    position: relative;
    width: 250px;
    height: 535px;
    border-radius: 40px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.categorySlider .categorySlideItem.active {
    width: 420px
}

.categorySlider .categorySlideItem+.categorySlideItem {
    margin-left: 20px
}

.categorySlider .categorySlideItem .photo {
    position: relative;
    width: 100%;
    height: 100%;
}

.categorySlider .categorySlideItem .photo:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(102, 102, 102, 0) 56.59%, #000000 100%);
}

.categorySlider .categorySlideItem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.categorySlider .categorySlideItem .text {
    position: absolute;
    bottom: 40px;
    left: 0;
    z-index: 2;
    padding: 0 25px;
    color: #fff;
}

.categorySlider .categorySlideItem .text strong {
    display: block;
    font-size: 24px;
    line-height: 23px;
    letter-spacing: -0.02em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.categorySlider .categorySlideItem.active .text strong {
    font-size: 36px;
    line-height: 36px;
}

.categorySlider .categorySlideItem .text>span {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.03em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.categorySlider .categorySlideItem.active .text>span {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.04em;
}

.categorySlider .categorySlideItem .text a {
    display: none;
    opacity: 0;
    align-items: center;
    justify-content: space-between;
    width: 162px;
    padding: 6px 12px;
    max-width: 100%;
    margin-top: 11px;
    background: #FFFFFF;
    border-radius: 23.5px;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: -0.04em;
    color: #2E2E2E;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.categorySlider .categorySlideItem.active .text a {
    display: inline-flex;
    opacity: 1;
}

.categorySlider .categorySlideItem .icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 16px;
    top: 16px;
    width: 39px;
    height: 39px;
    z-index: 2;
    background: #fff;
    border-radius: 50%;
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.categorySlider .categorySlideItem.active .icon {
    background: #C52733;
    transform: rotate(0)
}

.categorySlider .categorySlideItem .icon svg path {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.categorySlider .categorySlideItem.active .icon svg path {
    fill: #fff;
}

.categorySlider {
    margin-top: 85px
}

#homeAbout {
    padding: 100px 0;
    margin-bottom: 250px
}

#aboutTabHeader.nav-pills .nav-link {
    position: relative;
    padding: 5px 0;
    border-radius: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.03em;
    color: #D8D8D8;
    border-bottom: 1px solid transparent;
}

#aboutTabHeader.nav-pills .nav-item+.nav-item {
    margin-left: 85px;
}

#aboutTabHeader.nav-pills .nav-link.active {
    border-color: #606060;
    color: #606060;
    background: transparent;
}

#homeAbout #aboutTabHeader.nav-pills {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 90px;
}

#homeAbout #aboutTabContent .homeAboutText {
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: -0.03em;

    color: #000000;
}

#homeAbout #aboutTabContent .homeAboutText strong {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

#homeAbout #aboutTabContent .homeAboutText strong:before {
    content: "";
    position: absolute;
    left: -13px;
    width: 2px;
    height: 100%;
    background: var(--primary)
}

#homeAbout #aboutTabContent .homeAboutText a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 273px;
    padding: 17px 20px 17px 32px;
    max-width: 100%;
    margin-top: 11px;
    background: #FFFFFF;
    border: 1px solid #000;
    border-radius: 37px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.04em;
    color: #000000;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#homeAbout #aboutTabContent .homeAboutText a:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

#homeAbout #aboutTabContent .homeAboutText a:hover svg path {
    fill: #fff;
}

#homeAbout #aboutTabContent .homeAboutPhoto img {
    border-radius: 50px
}

#iconInfo {
    margin-bottom: 100px
}

.iconInfoContent {
    position: relative;
}

.iconInfoContent .icon {
    text-align: center
}

.iconInfoContent .iconBox {
    position: absolute;
    display: flex;
    align-items: center;
    width: 429px;
    background: rgba(250, 250, 250, 0.95);
    border-radius: 24px;
    color: #000;
    padding: 32px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.iconInfoContent .iconBox strong {
    display: block;
    margin-bottom: 7px;
    font-size: 18px;
}

.iconInfoContent .iconBox .icon {
    margin-right: 16px
}

.iconInfoContent .iconBox .icon svg path {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.iconInfoContent .iconBox span {
    display: block;
    font-weight: 200;
    font-size: 18px;
    line-height: 21px;

}

.iconInfoContent .iconBox.box0 {
    bottom: calc(100% + 54px);
    left: 50%;
    transform: translateX(-50%)
}

.iconInfoContent .iconBox.box1 {
    top: 0;
    left: -30px;
}

.iconInfoContent .iconBox.box2 {
    bottom: 47px;
    left: 34px;
}

.iconInfoContent .iconBox.box3 {
    top: 0;
    right: -20px;
}

.iconInfoContent .iconBox.box4 {
    bottom: 47px;
    right: 44px;
}

.iconInfoContent .iconBox:hover {
    background: rgba(197, 39, 51, 0.88);
    color: #fff;
}

.iconInfoContent .iconBox:hover .icon svg path {
    fill: #fff
}

#homeBlog {
    margin-bottom: 80px
}

.homeBlogHeader {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 78px;
}

.homeBlogHeader span {
    display: inline-block;
    padding: 11px 22px;
    background: var(--primary);
    margin-bottom: 21px;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: -0.04em;
    color: #FFFFFF;
}

.homeBlogHeader .homeBlogHeader {
    font-weight: 500;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #000000;
    margin-bottom: 0;
}

.blogItem {
    position: relative;
}

.blogItem .blogPhoto {
    width: 100%;
    height: 576px;
    border-radius: 39px;
    overflow: hidden;
}

.blogItem .blogPhoto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blogItem .blogText {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 40px;
    border-radius: 39px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blogItem .blogText .tag {
    position: absolute;
    display: inline-flex;
    padding: 3px 22px;
    font-weight: 700;
    background: var(--primary);
    font-size: 15px;
    letter-spacing: -0.04em;
    color: #FFFFFF;
    left: 59px;
    top: -14px;

}

.blogItem .blogText>strong {
    display: block;
    margin-bottom: 16px;
    height: 90px;
    overflow: hidden;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.02em;
    color: #000000;
}

.blogItem .blogText .blogItemMore {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blogItem .blogText .blogItemMore p {
    display: block;
    font-weight: 200;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.02em;
    color: #000000;
    max-height: 105px;
    overflow: hidden;
    margin-bottom: 20px;
}

.blogItem .blogText .blogItemMore>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    width: 213px;
    max-width: 100%;
    background: #C52733;
    border-radius: 15.5px;
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: -0.04em;
    color: #FFFFFF;
    padding: 9px 11px 9px 17px;
    margin-bottom: 80px;
}

.blogItem .blogText .blogItemMore>a:hover {
    background: #000
}

.blogItem .blogText .blogItemBottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    margin-top: 16px;
    position: relative;
}

.blogItem .blogText .blogItemBottom:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 253.5px;
    max-width: 100%;
    height: 0.4px;
    background: #000
}

.blogItem .blogText .blogItemBottom .blogItemMeta span {
    display: block;
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 13px;
    letter-spacing: -0.02em;
    color: #AFAFAF;
}

.blogItem .blogText .blogItemBottom .blogItemMeta i {
    display: block;
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
    letter-spacing: -0.02em;
    color: #8A8A8A;
}

.blogItem .blogText .blogItemBottom .blogMore {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;

    background: #D9D9D9;
    border-radius: 21.5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blogItem.active .blogText .blogItemBottom .blogMore, .blogItem:hover .blogText .blogItemBottom .blogMore {
    background: var(--primary);
    transform: rotate(-45deg)
}

.blogItem.active .blogText .blogItemBottom .blogMore svg path, .blogItem:hover .blogText .blogItemBottom .blogMore svg path {
    fill: #fff;
}

.blogItem.active .blogText .blogItemMore, .blogItem:hover .blogText .blogItemMore {
    height: 238px;

}

#homeCatalog {
    margin-bottom: 80px;
}

.homeCatalogItem {
    position: relative;
}

.homeCatalogItem .bg {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    width: 100%;
    height: 355px;
    background-color: #C52733;
    background-image: url(../images/icon.svg);
    background-size: auto;
    background-repeat: no-repeat;
    border-radius: 85px;
    transform: translateY(-50%)
}

.homeCatalogItem .content .photo img {
    height: 480px
}

.homeCatalogItem .content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center
}

.homeCatalogItem .content .title {
    position: absolute;
    font-weight: 200;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    left: 120px;
}

.homeCatalogItem .content .title strong {
    display: block;
    font-weight: 700;

}

.homeCatalogItem .content a {
    position: absolute;
    right: 100px;
    z-index: 3;
    width: 234px;
    height: 54px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    background: #FFFFFF;
    border-radius: 27px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.04em;
    color: #000000;
}

.homeCatalogItem .content a:hover {
    background: #000;
    color: #fff;
}

footer .footerTop {
    display: block;
    padding: 120px 0;
    background-image: url(../images/footerbg.png);
    background-size: cover;
    background-position: center
}

.footerSlogan {
    display: block;
    font-weight: 500;
    margin-top: 22px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}


.footerContact strong {
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
    padding-left: 34px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}

.footerContact .footerContactItem {
    display: flex;
    align-items: center;

}

.footerContact .footerContactItem span,
.footerContact .footerContactItem a {


    font-style: normal;
    font-weight: 200;
    font-size: 15px;
    letter-spacing: 0.01em;

    color: #FFFFFF;


}

.footerContact .footerContactItem .icon {
    width: 22px;
    min-width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 10px
}

.footerContact .footerContactItem+.footerContactItem {
    margin-top: 21px
}

.footerMenu {
    padding-left: 40px
}

.footerMenu strong {
    display: block;
    font-size: 15px;
    margin-bottom: 6px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}

.footerMenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.footerMenu ul li a {
    text-decoration: none;
    font-weight: 200;
    font-size: 15px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}

.footerMenu ul li a:hover {
    font-weight: 700
}

.footerMenu ul li+li {
    margin-top: 16px
}

.footerText {
    color: #fff;
    text-align: right;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    font-weight: 200;
    margin-bottom: 30px
}

.footerText strong {
    display: block;
    font-weight: 800;
}

footer .social span {
    font-weight: 500;
    margin-right: 15px;
    font-size: 18px;
    letter-spacing: -0.03em;
    color: #FFFFFF;


}

.footerBottom {
    background: #c42732;
}

.footerBottom span {
    display: block;
    padding: 28px 0;
    font-weight: 200;
    font-size: 12px;
    line-height: 110%;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}

.footerBottom strong {
    font-style: italic;
}

#pageHeader {
    position: relative;
    margin-bottom: 70px;
}

#pageHeader .pageHeadPhoto img {
    width: 100%;
    min-height: 200px;
    object-fit: cover;
    object-position: center;

}

#pageHeader .pageTitle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;

    font-size: 40px;



}

.pageTitle {
    display: block;
    font-weight: 700;
    font-size: 48px;
    line-height: 59px;
    letter-spacing: -0.03em;
    color: #000000;
}

.pageDesc {
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.blogList {
    margin: 70px 0;
}

.blogList .blogItem {
    margin-bottom: 30px
}

.blogDetailSlider {
    margin-bottom: 100px;
}

.blogDetailSlider .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;

    height: 2px;
}

.blogDetailSlider .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 50px;
}

.blogDetailSlider .owl-dots .owl-dot span {
    height: 2px;
    margin: 0;
    padding: 0;
    width: 57px;
    background: #D3D3D3;
}

.blogDetailSlider .owl-dots .owl-dot.active span {
    background: #000
}

.blogDetailSlider .item img {
    width: 100%;
    border-radius: 37px
}

#blogDetail {
    margin: 54px 0
}

#blogDetail .pageTitle {
    font-weight: 500;
    width: 441px;
    max-width: 100%;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;

    color: #000000;


}

#blogDetail .date {
    display: block;
    margin-bottom: 70px;
    font-weight: 200;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #A3A3A3;
}

#blogDetail .text {
    display: block;
    font-style: normal;
    font-weight: 200;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: -0.02em;
    color: #000000;


}

.fuarslider {
    padding: 57px 0 110px
}

.fuarslider .slide-content {
    display: flex;
    align-items: center;
    background-color: #C52733;
    border-radius: 128px;
    overflow: hidden;
}

.fuarslider .slide-content .fuarsliderPhoto {
    width: 50%;
}

.fuarslider .slide-content .fuarsliderPhoto img {
    width: 100%;
    height: 256px;
    object-fit: cover;
    object-position: center;
}

.fuarslider .slide-content .fuarsliderText {
    padding: 25px 45px;
}

.fuarslider .slide-content .fuarsliderText .fuarsliderTextTitle {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.03em;
    border-bottom: 1px solid #fff;
    color: #F4F4F4;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.fuarslider .slide-content .fuarsliderText i {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.03em;

    color: #F4F4F4;
    margin-bottom: 8px;

}

.fuarslider .slide-content .fuarMeta {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.06em;
    color: #F4F4F4;
}

.fuarslider .slide-content .fuarMeta span {
    display: flex;
    align-items: center;
}

.fuarslider .slide-content .fuarMeta span+span:before {
    content: "";
    height: 22px;
    width: 1px;
    display: inline-block;
    background-color: #fff;
    margin: 0 9px;
}

.fuarslider .slide-content .fuarDesc {
    display: block;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.03em;
    margin-bottom: 26px;
    color: #FFFFFF;


}

.fuarslider .slide-content a {
    display: inline-block;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: -0.07em;
    color: #000;
    background: #fff;
    border-radius: 16px;
    text-decoration: none;
    padding: 7px 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fuarslider .slide-content a:hover {
    background: #000;
    color: #fff;
}

.fuarslider .owl-carousel .owl-nav {
    display: flex;
    justify-content: center
}

.fuarslider .owl-carousel .owl-nav button.owl-next,
.fuarslider .owl-carousel .owl-nav button.owl-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 30px;
    color: #000;
    font-size: 24px
}

.fuarslider .owl-carousel .owl-nav button:hover {
    background: var(--primary);
    color: #fff
}

#pageContent.fuarPage {
    padding: 120px 0 60px;
}

.lastfuarHeader {
    padding-bottom: 20px;
    margin-bottom: 60px;


    border-bottom: 0.4px solid #000000;

}

.lastfuarHeader strong {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.03em;
    color: #000000;

}

.lastFuarItem {
    margin-bottom: 60px
}

.lastFuarItem .photo {
    position: relative;
    height: 277px;
    width: 100%;
    border-radius: 19px;
    overflow: hidden;
}

.lastFuarItem .photo a {
    position: absolute;

    right: 20px;
    bottom: 16px;
    width: 33px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.lastFuarItem .photo a:hover svg path {
    fill: #fff
}

.lastFuarItem .photo a:hover {
    background-color: var(--primary);
    transform: rotate(-45deg)
}

.lastFuarItem .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1);

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.lastFuarItem:hover .photo img {

    transform: scale(1.1);
}

.lastFuarItem .text .meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.03em;
    color: #CACACA;
    margin: 15px 0 4px;
}

.lastFuarItem .text .meta span:last-child {
    font-weight: 500;
}

.lastFuarItem .text a {
    display: block;
    width: 265px;
    max-width: 100%;
    font-weight: 500;
    font-size: 32px;
    line-height: 30px;
    letter-spacing: -0.03em;
    text-decoration: none;
    color: #000000;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;

}

.lastFuarItem .text a:hover {
    color: var(--green);
}

.dropdown-ref {
    display: flex;
    justify-content: center;
    margin: 68px 0 170px
}

.dropdown-ref .dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F2F2F2;
    border-radius: 29px;
    padding: 18px 34px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    width: 330px;
    border: 0
}

.dropdown-ref .dropdown-toggle::after {
    border: 0;
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;

}

.dropdown-ref .dropdown-menu {
    background: transparent !important;
    border: 0;
}

.dropdown-ref .dropdown-menu li a {
    padding: 18px 30px;
    width: 330px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    background: #F2F2F2;
    border-radius: 29px;

}

.dropdown-ref .dropdown-menu li a:hover {
    color: #fff;
    background: var(--primary)
}

.dropdown-ref .dropdown-menu li+li {
    margin-top: 8px
}

.referencesPage {
    margin-bottom: 40px
}

.referencesList {
    display: flex;
    max-width: 1500px;
    width: 100%;
    flex-wrap: wrap;
    gap: 40px;
}

.referencesList .referencesItem {
    flex: 1 0 calc((100% - 40px * 4) / 5);
    padding: 40px;
    background: #F9F9F9;
    border-radius: 46px;
    text-align: center;
    min-height: 326px
}

.referencesList .referencesItem strong {
    display: block;
    margin-top: 16px;
    padding: 23px 0 0;
    font-style: normal;
    font-weight: 500;
    /* font-size: 20px; */
    letter-spacing: -0.04em;
    color: #000000;
    border-top: 0.5px solid #CECECE
}

.servicesForm {
    padding: 130px 0
}

.form-label {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.04em;
    color: #000000;
}

.form-control {
    padding: 20px 32px;
    border: 0;
    outline: none !important;
    box-shadow: none !important;
    background-color: #F2F2F2 !important;
    border-radius: 29px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.04em;
    color: #000000;
}

.form-select {
    padding: 20px 62px 20px 32px;
    border: 0;
    outline: none !important;
    box-shadow: none !important;
    background-color: #F2F2F2 !important;
    border-radius: 29px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../images/icons/ico-select.svg);
    background-position: calc(100% - 20px) center;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.04em;
    color: #000000;


}

.servicesForm .formInput {
    margin-bottom: 70px
}

.servicesForm .row {
    margin-left: -44px;
    margin-right: -44px
}

.servicesForm .row>* {
    padding-left: 44px;
    padding-right: 44px
}

.customFile small {
    display: block;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.04em;
    color: #CECECE;


}

.customFile .input-file-container {
    position: relative;
    display: inline-flex;
    cursor: pointer
}

.customFile .input-file-container i {
    display: block;
    padding: 25px 75px;
    border: 0.5px solid #000000;
    border-radius: 34px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.04em;
    color: #000000;
    font-style: normal;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.customFile .input-file-container:hover i {
    background: #000;
    color: #fff;
}

.customFile .input-file-container input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 22
}

.customFile .file-return {
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.04em;
    margin-top: 10px;
}

.customFile .file-return span {
    color: var(--primary);
    margin-left: 5px;
    font-weight: 700
}

.btn-form {
    display: inline-block;
    padding: 20px 80px;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    background: #F2F2F2;
    border-radius: 32.5px;

}

.btn-form:hover {
    background: var(--primary);
    color: #fff;
}

.servicesForm .btn-form {
    margin-top: 28px
}

.ourValues {
    padding: 127px 0 250px
}

.ourValues .pageTitle {

    font-size: 32px;
    line-height: 33px;
}

#accordionValues {
    margin: 54px 0 110px
}

.accordion-item {

    background: #F9F9F9;
    border-radius: 45px !important;
    border: 0 !important
}

.accordion-button {
    padding: 35px 50px;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 39px;
    letter-spacing: -0.02em;
    color: #000000 !important;


}

.accordion-item+.accordion-item {
    margin-top: 35px
}

.accordion-body {
    padding: 0 50px 30px
}

.accordion-button::after {
    background-image: url("data:image/svg+xml;utf8,<svg width='14' height='8' viewBox='0 0 14 8' xmlns='http://www.w3.org/2000/svg'><path d='M1.47577 -5.47451e-07L7 5.80646L12.5242 4.45331e-07L14 1.55117L8.47577 7.35762C8.08433 7.76894 7.5535 8 7 8C6.4465 8 5.91567 7.76894 5.52423 7.35762L-6.78037e-08 1.55117L1.47577 -5.47451e-07Z' fill='%23262626'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml;utf8,<svg width='14' height='8' viewBox='0 0 14 8' xmlns='http://www.w3.org/2000/svg'><path d='M1.47577 -5.47451e-07L7 5.80646L12.5242 4.45331e-07L14 1.55117L8.47577 7.35762C8.08433 7.76894 7.5535 8 7 8C6.4465 8 5.91567 7.76894 5.52423 7.35762L-6.78037e-08 1.55117L1.47577 -5.47451e-07Z' fill='%23C52733'/></svg>");
}


.aboutPage {
    padding: 160px 0 60px
}

.aboutPage .pageTitle {

    font-size: 32px;
    line-height: 33px;
    margin-bottom: 21px
}

.aboutPage .aboutDesc {
    display: block;
    width: 943px;
    max-width: 100%;
    font-weight: 400;
    font-size: 24px;
    line-height: 39px;
    letter-spacing: -0.02em;
    color: #000000;

}

.aboutPage .aboutDesc i {
    font-weight: 400
}

.aboutDetail {
    margin-top: 150px
}

.aboutLinks {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    margin-bottom: 55px
}

.aboutLinks a {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 200;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #9F9F9F;
    text-decoration: none;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.aboutLinks a:hover,
.aboutLinks a.active {
    color: var(--primary)
}

.aboutLinks a:after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 9px;
    background-image: url("data:image/svg+xml;utf8,<svg width='5' height='9' viewBox='0 0 5 9' xmlns='http://www.w3.org/2000/svg'><path d='M0 8.05129L3.62904 4.5L3.18649e-07 0.94871L0.96948 0L4.59851 3.55129C4.85559 3.80293 5 4.14418 5 4.5C5 4.85582 4.85559 5.19707 4.59851 5.44871L0.969479 9L0 8.05129Z' fill='%239F9F9F'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.aboutLinks a.active:after, .aboutLinks a:hover:after {
    background-image: url("data:image/svg+xml;utf8,<svg width='5' height='9' viewBox='0 0 5 9' xmlns='http://www.w3.org/2000/svg'><path d='M0 8.05129L3.62904 4.5L3.18649e-07 0.94871L0.96948 0L4.59851 3.55129C4.85559 3.80293 5 4.14418 5 4.5C5 4.85582 4.85559 5.19707 4.59851 5.44871L0.969479 9L0 8.05129Z' fill='%23c52733'/></svg>");
    transform: rotate(90deg)
}

.aboutLinks a+a {
    margin-left: 90px
}

.aboutUsText {
    display: block;
    font-weight: 400;
    font-size: 24px;
    line-height: 39px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #000000;
}

.aboutUsText.text1 {
    padding: 90px 0;
    width: 940px;
    max-width: 100%;
    text-align: center;
    margin: auto
}



.videosItem {
    position: relative;
}

.videosItem a {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    width: 52px;
    height: 52px;
    background: rgba(255, 255, 255, 0.52);
    border-radius: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.videosItem a i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    color: #000;
    font-size: 10px
}

.videosItem a:hover {
    background: rgba(255, 255, 255, 1);
}

.aboutVideos {
    margin-bottom: 150px
}

.aboutUsText.text2 {
    width: 940px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto 40px
}

@media screen and (min-width: 1920px) {
    .aboutUsText.text2 {
        margin-top: 140px;
    }
}


.aboutUsText.text3 {
    font-weight: 600
}

.gallerySlider {}

.gallerySlider.categorySlider .categorySlideItem {
    width: 160px;
    height: 450px
}

.gallerySlider.categorySlider .categorySlideItem.active {
    width: 450px;
}

.gallerySlider.categorySlider .categorySlideItem .icon {
    top: auto;
    bottom: 16px;
    visibility: hidden;
}

.gallerySlider.categorySlider .categorySlideItem.active .icon {
    visibility: visible
}

.aboutPage .gallerySlider.categorySlider {
    margin: 60px auto 0
}

.aboutPhotos img {
    border-radius: 24px
}

.contactPage {
    padding: 150px 0
}

.contactPage .contactTitle {
    display: block;
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 32px;
    color: #000000;
}

.contactPage p {
    display: block;
    margin-bottom: 40px;
    font-weight: 200;
    font-size: 24px;
    line-height: 139%;
    letter-spacing: -0.03em;
    color: #000000;
}

#accordionContact .accordion-button {
    padding: 19px 28px;

    font-weight: 200;
    font-size: 16px;
    line-height: 22px;

}

#accordionContact .accordion-button::after {
    background-image: url("data:image/svg+xml;utf8,<svg width='9' height='5' viewBox='0 0 9 5' xmlns='http://www.w3.org/2000/svg'><path d='M0.948711 -4.53792e-07L4.5 3.62904L8.05129 2.65177e-07L9 0.96948L5.44871 4.59851C5.19707 4.85559 4.85582 5 4.5 5C4.14418 5 3.80293 4.85559 3.55129 4.59851L-2.56383e-07 0.969479L0.948711 -4.53792e-07Z' fill='black'/></svg>");

    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 10px;
    height: 18px;

}

#accordionContact .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml;utf8,<svg width='9' height='5' viewBox='0 0 9 5' xmlns='http://www.w3.org/2000/svg'><path d='M0.948711 -4.53792e-07L4.5 3.62904L8.05129 2.65177e-07L9 0.96948L5.44871 4.59851C5.19707 4.85559 4.85582 5 4.5 5C4.14418 5 3.80293 4.85559 3.55129 4.59851L-2.56383e-07 0.969479L0.948711 -4.53792e-07Z' fill='%23C52733'/></svg>");

}

.contactForm.row {
    margin-left: -30px;
    margin-right: -30px
}

.contactForm.row>* {
    padding-left: 30px;
    padding-right: 30px
}

.contactForm .formInput {
    margin-bottom: 45px
}

.catalogContent {
    background: #F7F7F7;
    padding: 100px 0;
}

.catalogList {
    padding: 0 50px
}

.catalogList .row {
    margin-left: -20px;
    margin-right: -20px
}

.catalogList .row>* {
    padding-left: 20px;
    padding-right: 20px
}

.catalogItem {
    padding: 20px 20px 27px;
    background: #FFFFFF;
    border-radius: 39px;
    margin-bottom: 40px;


}

.catalogItem .catalogPhoto img {
    width: 100%
}

.catalogItem .catalogBottoms {
    padding: 50px 60px 0
}

.catalogItem .catalogBottoms .catalogInfo strong {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: -0.02em;
    color: #000000;
}

.catalogItem .catalogBottoms .catalogInfo i {
    display: block;
    text-align: center;
    font-weight: 200;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: -0.02em;
    font-style: normal;
    color: #000000;
}

.catalogItem .catalogBottoms .catalogButtons {
    margin-top: 15px;
    padding-top: 30px;

    border-top: 0.4px solid #000000;

}

.catalogItem .catalogBottoms .catalogButtons a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: -0.02em;
    color: #8A8A8A;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.catalogItem .catalogBottoms .catalogButtons a+a {
    margin-left: 37px;
}

.catalogItem .catalogBottoms .catalogButtons a .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    background: #D9D9D9;
    border-radius: 21.5px;
    margin-bottom: 8px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.catalogItem .catalogBottoms .catalogButtons a i {
    font-style: normal
}

.catalogItem .catalogBottoms .catalogButtons a svg path {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.catalogItem .catalogBottoms .catalogButtons a:hover .icon {
    background: var(--primary)
}

.catalogItem .catalogBottoms .catalogButtons a:hover svg path {
    fill: #fff
}

.fuarDetailPage .fuarHeader {
    position: relative;
    margin-bottom: 120px
}

.fuarDetailPage .fuarHeader .fuarBanner img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-bottom-left-radius: 168px;
    border-bottom-right-radius: 168px;
}

.fuarDetailPage .fuarHeader .fuarInfo {
    position: absolute;
    left: 50%;
    bottom: -96px;
    padding: 0 45px 32px;
    background: #fff;
    width: 276px;
    height: 292px;
    transform: translateX(-50%);
    border-radius: 39px
}

.fuarDetailPage .fuarHeader .fuarInfo .fuarLogo {
    display: flex;
    justify-content: center;
    padding-bottom: 13px;
    margin-bottom: 13px;
    text-align: center;
    border-bottom: 0.5px solid #000000;

}

.fuarDetailPage .fuarHeader .fuarInfo * {
    text-align: center;
    display: block;
}

.fuarDetailPage .fuarHeader .fuarInfo i {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #B8B8B8;
    font-style: normal
}

.fuarDetailPage .fuarHeader .fuarInfo strong {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.03em;
    color: #000000;
}

.fuarDetailPage .fuarHeader .fuarInfo small {
    margin: 6px 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.03em;
    color: #CACACA;
}

.fuarDetailPage .fuarHeader .fuarInfo span {

    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: -0.03em;
    color: #000000;


}

.fuarContent {
    margin-bottom: 30px
}

.fuarContent .fuarLoc {
    display: block;
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    color: #B8B8B8;
    margin-bottom: 7px;

}

.fuarContent .fuarName {
    display: block;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 48px;
    line-height: 66px;
    letter-spacing: -0.03em;
    color: #000000;
}

.fuarContent p {
    display: block;
    font-weight: 200;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: -0.02em;
    color: #000000;
}


.fuarContent .fuarPhotoItem img {
    border-radius: 47px;
    width: 100%;
}

.fuarPhotoList {
    margin-bottom: 40px;
}

.fuarContent .videosItem img {
    height: 520px
}

.photoViewModal {
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.photoViewModal.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.photoViewModal .modal-image {
    width: auto;
    max-width: 100%;
}

.photoViewModal .modal-image img {
    width: 100%;
    border-radius: 34px;
}

.photoViewModal .modal-content a {
    display: inline-block;
    margin: 15px auto 0;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 31px;
    letter-spacing: -0.03em;
    color: #000000;
    text-decoration: none;
    z-index: 3;
}

.photoViewModal .modal-content a img {
    margin-right: 6px;
    height: 33px;
}

.photoViewModal .modal-content a:hover {
    background: #000;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.custom-blur-layer {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(6px);
}

#pageContent:has(.productsPage) {
    background: #F7F7F7;
}

.productsPage {

    display: flex;
}

.leftMenu {
    width: 547px;
    background: #FFFFFF;
    border-radius: 0px 127px 0px 0px;
    ;
    padding-top: 240px
}

.leftMenu .leftMenuTitle {
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px 80px 30px 100px;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.04em;
    color: #000000;
    margin-bottom: 65px
}

.leftMenu .leftMenuTitle:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background: var(--primary);
    margin-right: 12px;
}

.leftMenu .leftMenuTitle:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: calc(100% - 80px);
    height: 0.4px;
    background: #CFCFCF
}

.leftMenu .leftMenuList {
    padding: 0 130px
}

.leftMenu .leftMenuList a {
    display: flex;
    align-items: center;
    padding: 35px 0;
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
    letter-spacing: -0.04em;
    color: #B5B5B5;
    text-decoration: none;

}

.leftMenu .leftMenuList a:before {
    content: "";
    width: 7px;
    height: 12px;
    background-image: url("data:image/svg+xml;utf8,<svg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 11L6 6L0.999999 1' stroke='%23A7A7A7'/></svg>");

    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 14px;
}

.leftMenu .leftMenuList a:hover, .leftMenu .leftMenuList a.active {
    transform: translateX(28px)
}

.leftMenu .leftMenuList a:hover:before, .leftMenu .leftMenuList a.active:before {
    background-image: url("data:image/svg+xml;utf8,<svg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 11L6 6L0.999999 1' stroke='%23C52733'/></svg>");
}

.productsPage .productsPageList {
    width: calc(100% - 547px);
    padding: 190px 77px 100px
}

.productsPage .productsPageList .row {
    margin-left: -26px;
    margin-right: -26px;
}

.productsPage .productsPageList .row>div {
    padding-left: 26px;
    padding-right: 26px;
}

.productsPage .productsPageList .productItem {

    padding: 32px 32px 22px;
    background: #FFFFFF;
    border-radius: 55px;
    margin-bottom: 45px
}

.productsPage .productsPageList .productItem .productPhoto {
    display: flex;
    justify-content: center;
    margin-bottom: 70px
}

.productsPage .productsPageList .productItem .productPhoto img {
    max-width: 100%;
    height: 140px;
}

.productsPage .productsPageList .productItem .productInfo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.productsPage .productsPageList .productItem .productInfo strong {
    display: block;
    text-align: center;
    font-weight: 200;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.04em;
    margin-bottom: 2px;
    color: #000000;
}

.productsPage .productsPageList .productItem .productInfo i {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: -0.04em;
    color: #000000;
    margin-bottom: 17px;
}




.productsPage .productsPageList .productItem .productInfo a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    background: #D9D9D9;
    border-radius: 21.5px;
    margin-bottom: 8px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.productsPage .productsPageList .productItem .productInfo a svg path {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.productsPage .productsPageList .productItem .productInfo a:hover {
    background: var(--primary)
}

.productsPage .productsPageList .productItem .productInfo a:hover svg path {
    fill: #fff
}

.offerPage {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.offerPage .offerPageBanner {
    height: 100%;
    width: 640px;
    margin-left: 33px
}

.offerPage .offerPageBanner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.offerPage .offerPageContent {
    width: 100%;
    flex: 1;
}

.offerPage .offerPageHead {
    padding: 50px 150px;
    border-bottom: 1px solid #CECECE;
    display: block;
    font-weight: 500;
    font-size: 24px;
    line-height: 148%;
    color: #000000;
    margin-bottom: 50px;
}

.offerPage .offerPageHead strong {
    display: block;
    font-weight: 500
}

.offerPage .offerPageHead i {
    color: var(--primary);
    font-style: normal
}

.offerForms {
    padding: 0 150px;
}

.offerForms .formInput {
    margin-bottom: 30px
}

.offerForms .form-control, .offerForms .form-select {
    max-width: 444px
}

.offerForms textarea.form-control {
    max-width: 100%;
}


.custom-checkbox {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.custom-checkbox input {
    display: none;
}

.custom-checkbox span {
    width: 17px;
    height: 17px;
    background: #F2F2F2;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    margin-right: 9px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.04em;

    color: #000000;


}

.custom-checkbox span::after {
    content: "\f00c";
    /* Font Awesome check icon */
    font-family: FontAwesome;
    font-size: 14px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.2s ease;
    color: var(--primary)
}


.custom-checkbox input:checked+span::after {
    opacity: 1;
}

.humanResources {
    padding: 90px 60px
}

.humanResourcesLeft {
    background: var(--primary);
    padding: 110px 65px 210px;
    border-radius: 10px
}

.humanResourcesLeft .resourceTop {
    margin-bottom: 72px
}

.humanResourcesLeft .resourceTop strong {
    display: block;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.humanResourcesLeft .resourceTop i {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}


.humanResourcesLeft .contactItem {
    display: flex;
    align-items: center;

}

.humanResourcesLeft .contactItem span,
.humanResourcesLeft .contactItem a {


    font-style: normal;
    font-weight: 200;
    font-size: 15px;
    letter-spacing: 0.01em;

    color: #FFFFFF;


}

.humanResourcesLeft .contactItem.adressItem {
    margin-bottom: 72px
}

.humanResourcesLeft .contactItem .icon {
    width: 26px;
    min-width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 17px
}

.humanResourcesLeft .contactItem+.contactItem {
    margin-top: 21px
}

.humanResourcesForm .form-label {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #8D8D8D;
    margin-bottom: 10px;
}

.humanResourcesForm .form-control {
    background: transparent !important;
    border-radius: 0;
    border-bottom: 1px solid #8D8D8D;
    padding: 13px 0px 12px
}

.humanResourcesForm .formInput {
    margin-bottom: 60px
}

.humanResourcesForm textarea.form-control {
    border: 1px solid #8D8D8D;
    border-radius: 6px
}

.humanResourcesForm .btn-form {
    background: #F2F2F2;
    border-radius: 16px;

    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #9A9A9A;
}

.humanResourcesForm .btn-form:hover {
    color: #fff;
    background: var(--primary)
}

.custom-radio {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    margin-right: 40px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #000000;


}

.humanResourcesForm .customRadios {
    margin-top: 22px
}

.customRadios {
    display: flex;
    align-items: center;
}

.custom-radio input {
    display: none;
}

.custom-radio span {
    width: 19px;
    height: 19px;
    background-color: #ddd;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    box-sizing: border-box;
    transition: background-color 0.2s ease;
}

.custom-radio span::after {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 8px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.custom-radio input:checked+span {
    background-color: #000;
}

.custom-radio input:checked+span::after {
    opacity: 1;
}


.productsDetailTop {
    background: #F7F7F7;
    padding: 88px 0 110px
}

.productsDetailTopContent {
    padding: 0 60px
}

.detailPageSlider .detailSlideItem {
    padding: 30px 28px;
    background: #FFFFFF;
    border-radius: 48px;

}

.detailPageSlider .detailSlideItem img {
    width: 100%;
}

.detailPageSlider .owl-theme .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 34px
}

.detailPageSlider .owl-theme .owl-nav [class*=owl-] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    color: #fff !important;

    background: #E5E5E5;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;

}

.detailPageSlider .owl-theme .owl-nav [class*=owl-]:hover {
    background: var(--primary)
}

.productsDetailPhotos img {
    max-width: 230px;
}

.productsDetailPhotos+.productsDetailPhotos {
    margin-top: 30px
}

.detailTopText strong {
    display: block;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 64px;
    line-height: 67px;
    letter-spacing: -0.04em;
}

.detailTopText i {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.04em;
}

.detailTopText p {
    display: block;
    padding-top: 26px;
    margin-top: 26px;
    font-style: normal;
    font-weight: 200;
    font-size: 24px;
    line-height: 37px;
    letter-spacing: -0.04em;

    border-top: 1px solid #CECECE;

}

.productsDetailFeature {
    padding: 90px 100px 150px
}

.productsDetailFeature .nav-pills {
    display: flex;
    justify-content: center;
    margin-bottom: 100px
}

.productsDetailFeature .nav-pills .nav-link {
    background: transparent;
    color: #000;

    font-weight: 500;
    font-size: 36px;
    line-height: 29px;
    /* or 81% */
    letter-spacing: -0.04em;

    color: #1B1B1B;


}

.productsDetailFeature .nav-pills .nav-link:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 12px;
    background-image: url("data:image/svg+xml;utf8,<svg width='5' height='9' viewBox='0 0 5 9' xmlns='http://www.w3.org/2000/svg'><path d='M0 8.05129L3.62904 4.5L3.18649e-07 0.94871L0.96948 0L4.59851 3.55129C4.85559 3.80293 5 4.14418 5 4.5C5 4.85582 4.85559 5.19707 4.59851 5.44871L0.969479 9L0 8.05129Z' fill='%231B1B1B'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: rotate(-90deg)
}

.productsDetailFeature .nav-pills .nav-link.active {
    color: #C52733
}

.productsDetailFeature .nav-pills .nav-link.active:after {
    background-image: url("data:image/svg+xml;utf8,<svg width='5' height='9' viewBox='0 0 5 9' xmlns='http://www.w3.org/2000/svg'><path d='M0 8.05129L3.62904 4.5L3.18649e-07 0.94871L0.96948 0L4.59851 3.55129C4.85559 3.80293 5 4.14418 5 4.5C5 4.85582 4.85559 5.19707 4.59851 5.44871L0.969479 9L0 8.05129Z' fill='%23c52733'/></svg>");
    transform: rotate(90deg)
}

.productsDetailFeature table thead th {
    text-align: center
}

.productsDetailFeature table tbody td {
    padding: 35px 0;
    text-align: center
}

.productsDetailFeature table thead th:last-child, .productsDetailFeature table tbody td:last-child {
    padding-right: 140px
}

.productsDetailFeature table tbody td:first-child {
    padding-left: 40px;
    text-align: right;
    max-width: 300px
}

.productsBanners {
    margin-bottom: 50px
}

.productsBanners .bannerItems {
    margin-bottom: 24px
}

.productsBanners .bannerItems img {
    width: 100%;
}

.productAccordionTop {
    display: block;
    margin: 0 auto 90px;
    width: 577px;
    max-width: 100%;
    font-weight: 700;
    font-size: 32px;
    line-height: 43px;
    text-align: center;
    letter-spacing: -0.04em;
    color: #C52733;
}

#productAccordion {
    margin-bottom: 97px
}

#productAccordion .accordion-item {
    border-radius: 18px !important
}

#productAccordion .accordion-button {
    padding: 26px 40px;
}

#productAccordion .accordion-body {
    padding: 0 40px 30px
}

.productTextBanner .bannerTextItem {
    width: 331px;
    max-width: 100%;
}

.productTextBanner .bannerTextItem * {
    display: block;
}

.productTextBanner .bannerTextItem span {
    font-size: 48px;
    line-height: 53px;
    letter-spacing: -0.04em;
}

.productTextBanner .bannerTextItem strong {
    font-size: 48px;
    line-height: 53px;
    letter-spacing: -0.04em;
    margin-bottom: 40px;
}

.productTextBanner .bannerTextItem p {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: -0.04em;

}

.productExample {
    padding: 128px 0
}

.productExample .btn {
    display: inline-flex;
    align-items: center;
    background: transparent !important;
    color: #000;
    font-weight: 500;
    font-size: 36px;
    line-height: 29px;
    letter-spacing: -0.04em;
    color: #1B1B1B;
    border: 0;
    margin-bottom: 53px
}

.productExample .btn::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 12px;
    background-image: url("data:image/svg+xml;utf8,<svg width='5' height='9' viewBox='0 0 5 9' xmlns='http://www.w3.org/2000/svg'><path d='M0 8.05129L3.62904 4.5L3.18649e-07 0.94871L0.96948 0L4.59851 3.55129C4.85559 3.80293 5 4.14418 5 4.5C5 4.85582 4.85559 5.19707 4.59851 5.44871L0.969479 9L0 8.05129Z' fill='%231B1B1B'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 14px;
    transition: all 0.3s ease;
    transform: rotate(90deg);
}

.productExample .btn[aria-expanded="true"] {
    color: #C52733;
}

.productExample .btn[aria-expanded="true"]::after {
    background-image: url("data:image/svg+xml;utf8,<svg width='5' height='9' viewBox='0 0 5 9' xmlns='http://www.w3.org/2000/svg'><path d='M0 8.05129L3.62904 4.5L3.18649e-07 0.94871L0.96948 0L4.59851 3.55129C4.85559 3.80293 5 4.14418 5 4.5C5 4.85582 4.85559 5.19707 4.59851 5.44871L0.969479 9L0 8.05129Z' fill='%23c52733'/></svg>");
    transform: rotate(-90deg);
}

.productExample .card {
    border: 0;
    padding: 0;
}

.productExample .card .examplePhotos {
    display: flex;
    flex-wrap: wrap
}

.productExample .card img {
    width: calc((100% - 68px) / 3);
    aspect-ratio: 1/1;
    border-radius: 55px;
    object-fit: cover;
    object-position: center;
    max-width: 324px;
    margin-bottom: 34px
}

.productExample .card img+img {
    margin-left: 34px
}

.productExample .card img:nth-child(3n+1) {
    margin-left: 0;
}

.productsQuality {
    margin-bottom: 160px
}

.productsQuality span {
    display: block;

    width: 537px;
    max-width: 100%;
    margin: 0 auto 135px;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    letter-spacing: -0.04em;
    color: #232323;
}

.productsQuality .qualityItem {
    text-align: center;
}

.productsQuality .qualityItem strong {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    letter-spacing: -0.02em;
    color: #C52733;
}

.productsQuality .qualityItem p {
    margin: 0;
    padding: 0 50px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    letter-spacing: -0.02em;
}

.hc-nav-trigger {
    position: relative;
    top: auto;
    margin-left: auto
}

.hc-nav-trigger span, .hc-nav-trigger span::before, .hc-nav-trigger span::after {
    background: #000;
    border-radius: 3px
}

body:has(#homeBanner) header .hc-nav-trigger span, body:has(#homeBanner) header .hc-nav-trigger span::before, body:has(#homeBanner) header .hc-nav-trigger span::after {
    background: #fff;
}

.mobileLeftMenu {
    display: none
}

/* Yeni Ürün Detay İçin Eklenen CSS kodları */

.pageHeadContent {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    color: white;
    max-width: 400px;
}

.pageHeadContent h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
}

.pageHeadContent p {
    font-size: 18px;
    margin-bottom: 20px;
}

.pageHeadContent .btn-video {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #E02020;
    color: white;
    padding: 10px 18px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease;
}

.pageHeadContent .btn-video:hover {
    background: #c91919;
}

/* 📱 Mobilde yazı ve buton küçültme */
@media (max-width: 768px) {
    .pageHeadContent {
        left: 5%;
        max-width: 90%;
    }

    .pageHeadContent h1 {
        font-size: 28px;
    }

    .pageHeadContent p {
        font-size: 14px;
    }

    .pageHeadContent .btn-video {
        font-size: 14px;
        padding: 8px 14px;
        border-radius: 6px;
    }
}

.features-section {
    padding: 60px 0;
    text-align: center;
}

.features-section h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 120px;
}

.feature-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    padding: 30px;
    text-align: left;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.feature-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background: #f3f3f3;
    border-radius: 12px;
    margin-bottom: 15px;
    font-size: 18px;
}

.feature-card h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.feature-card p {
    font-size: 14px;
    color: #555;
    margin: 0;
}

.cut-parameter-section {
    background: #1a1a1a;
    color: #fff;
    padding: 60px 0;
}

.cut-parameter-section .content h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
}


.cut-parameter-section p {
    font-size: 16px;
    color: #d3d3d3;
    margin-bottom: 25px;
}

.comparison-image {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
}

.comparison-image img {
    max-width: 100%;
    border-radius: 12px;
}

@media (max-width: 992px) {
    .cut-parameter-section .content h3 {
        font-size: 24px;
    }

    .cut-parameter-section p {
        font-size: 14px;
    }

    .comparison-image {
        flex-direction: column;
        align-items: flex-start;
    }
}

.cut-parameter-section h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
    background: linear-gradient(90deg, #14F8CA, #00FF1A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

@media (max-width: 992px) {
    .cut-parameter-section h3 {
        font-size: 24px;
    }
}

.performance-section h2 {
    font-size: 2rem;
    line-height: 1.3;
}

.performance-section h2 .highlight {
    color: #000;
    /* İsteğe göre vurgulu renk */
}

.performance-section p {
    font-size: 1rem;
    line-height: 1.6;
}

@media (max-width: 992px) {
    .performance-section h2 {
        font-size: 1.5rem;
        text-align: center;
    }

    .performance-section p,
    .performance-section h6 {
        text-align: center;
    }
}

.video-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.video-wrapper video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.35);
    /* Hafif karartma efekti */
}

.video-overlay .text-box {
    color: white;
    max-width: 500px;
    text-align: left;
}

.video-overlay h3 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
}

.video-overlay .percentage {
    font-size: 3rem;
    font-weight: 700;
    color: #FF1E1E;
    /* Kırmızı renk */
    margin: 0;
}

@media (max-width: 768px) {
    .video-overlay .text-box {
        max-width: 100%;
        text-align: center;
    }

    .video-overlay h3 {
        font-size: 1.5rem;
    }

    .video-overlay .percentage {
        font-size: 2.2rem;
    }
}


.fire-slider-section h3 {
    font-size: 2rem;
}

.custom-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: #fff !important;
    background: #E5E5E5;
    border-radius: 50%;
    border: 1px solid #E5E5E5;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.custom-arrow:hover {
    background: #262626;
}

.carousel-item img {
    object-fit: cover;
    max-height: 480px;
    /* İsteğe bağlı: çok yüksek görselleri sınırla */
}

@media (max-width: 768px) {

    .fire-slider-section h3,
    .fire-slider-section p {
        text-align: center;
    }

    .d-flex.justify-content-between {
        flex-direction: column;
        gap: 0.5rem;
    }
}

.maintenance-storage-section .info-box {
    background-color: #1D1D1D;
    border-radius: 1rem;
    min-height: 280px;
}

.maintenance-storage-section h3 {
    font-size: 1.8rem;
    font-weight: 700;
}

.maintenance-storage-section img {
    border-radius: 1rem;
    object-fit: cover;
}

@media (max-width: 768px) {
    .maintenance-storage-section .info-box {
        text-align: center;
        min-height: auto;
    }
}

.maintenance-storage-section h3 span:first-child {
    color: #fff;
}

.machine-section {
    background: #000;
}

.machine-section h2,
.machine-section h3 {
    font-size: 32px;
    line-height: 1.3;
}

.machine-section img {
    transition: transform 0.3s ease;
}

.machine-section img:hover {
    transform: scale(1.03);
}

@media (max-width: 768px) {

    .machine-section h2,
    .machine-section h3 {
        text-align: center;
    }
}

.industry-section {
    background-color: #000;
}

.industry-img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 1rem;
    transition: transform 0.3s ease;
}

.industry-img:hover {
    transform: scale(1.05);
}



.custom-arrow:hover {
    background: #dc3545;
    color: white;
}

.industry-viewport {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.industry-track {
    display: flex;
    gap: 16px;
    transition: transform .5s ease;
    margin-left: -40px;
    padding-left: 0;
}

.industry-item {
    flex: 0 0 auto;
}

.industry-img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
    transition: transform .25s ease;
}

.industry-img:hover {
    transform: scale(1.05);
}



.custom-arrow:hover {
    transform: scale(1.06);
    background: #fff;
    color: #000;
}

.multi-format-section {
    background-color: #F5F6F7;
    padding: 40px 0;
}

.multi-format-wrapper {
    display: flex;
    align-items: center;
    position: relative;
}

.multi-viewport {
    overflow: hidden;
    flex: 1;
}

.multi-track {
    display: flex;
    gap: 30px;
    transition: transform 0.4s ease;
}

.multi-item {
    min-width: 220px;
    /* flex-shrink: 0; */
    border-radius: 12px;
    padding: 10px;
    text-align: center;
}

.multi-item img {
    width: 100%;
    object-fit: contain;
}

.multi-prev,
.multi-next {
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease;
}

.multi-prev:hover,
.multi-next:hover {
    background: #000000;
    color: white;
}

.product-slider-section {
    background: #fff;
}

.product-slider-wrapper {
    overflow: hidden;
    position: relative;
}

.product-slider {
    display: flex;
    transition: transform 0.4s ease-in-out;
}

.product-card {
    background: #fafafa;
    border-radius: 1.5rem;
    padding: 1.5rem;
    text-align: center;
    width: 250px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-image img {
    max-width: 100%;
    height: 180px;
    object-fit: contain;
    margin-bottom: 1rem;
}

.product-info strong {
    font-size: 1.1rem;
    font-weight: 600;
}

.product-info i {
    font-size: 0.95rem;
    color: #666;
}

.product-link {
    display: inline-block;
    margin-top: 0.5rem;
}



.product-prev-btn {
    left: -20px;
}

.product-next-btn {
    right: -20px;
}


/* Yeni stil - okları alta al */
.product-slider-arrows {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px
}

.product-prev-btn,
.product-next-btn {
    position: static;
    /* absolute yerine normal akışta */
    transform: none;
    background: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease;
}

.product-prev-btn:hover,
.product-next-btn:hover {
    background: #f5f5f5;
}


/* Başlangıç durumu */
.scroll-animate {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* Göründüğünde animasyon başlar */
.scroll-animate.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Soldan giriş */
.scroll-animate.slide-in-left {
    transform: translateX(-50px);
}

.scroll-animate.slide-in-left.visible {
    transform: translateX(0);
}

/* Sağdan giriş */
.scroll-animate.slide-in-right {
    transform: translateX(-50px);
}

.scroll-animate.slide-in-right.visible {
    transform: translateX(0);
    /* height: 400px; */
}

.productPhoto {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.productPhoto:hover {
    transform: scale(1.05);
    /* %5 büyütme */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    /* biraz gölge ekler */
    z-index: 2;
}

.logos {
    width: 220px;
    height: auto;
    }