:root {
    --container-out: calc(calc(100vw - var(--container-width)) / 2);
    --section-margin: 120px;
    --orange: #FFC400;
}

* {
    font-family: 'Jost', sans-serif;
    scroll-behavior: smooth;
    outline: 0 !important;
}

@media (max-width: 1400px) and (min-width: 1200px) {
    :root {
        --container-width: 1133px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    :root {
        --container-width: 953px;
    }
}

@media (min-width: 1399px) {
    :root {
        --container-width: 1400px;
    }

    .container {
        max-width: 1400px;
    }
}

body {
    font-size: 16px;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.wow {
    visibility: hidden;
}

.menu-wrapper, .mobile-bar {
    display: none;
}

.toggle-menu, .menu-wrapper {
    display: none !important;
}

.container {
}

.main-header .logo {
    width: 440px;
}

.main-header .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 18px;
    column-gap: 32px;
}

.main-header .menu ul > li > a {
    transition: 300ms;
    color: #fff;
}

.main-header .menu ul > li:Hover > a {
    color: var(--orange);
}

.main-header .menu ul > li > a > img {
    transition: 300ms;
    filter: brightness(0) invert(1);
}

.main-header .menu ul > li:Hover > a > img {
    filter: brightness(1) invert(0);
}

.main-header .actions {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.main-header .actions > a:first-of-type {
    text-transform: unset;
}

.languages {
    position: relative;
}

.languages .list {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    transition: 300ms;
    transform: translateY(-30px);
    opacity: 0;
    visibility: hidden;
}

.languages .list a {
    color: #000;
    padding: 5px 15px;
    transition: 300ms;
    display: block;
}

.languages .list a:Hover {
    background: Var(--orange);
}

.languages .active {
    color: #fff;
    display: flex;
    align-items: center;
}

.main-header > div:not(.logo) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.main-header .menu {
    width: calc(100% - 887px);
    padding-left: 30px;
}

.main-header .menu ul > li:Hover > a {
    color: var(--orange);
}

.main-header .menu ul > li > a > img {
    transition: 300ms;
    filter: brightness(0) invert(1);
}

.main-header .menu ul > li:Hover > a > img {
    filter: brightness(1) invert(0);
}

.languages {
    position: relative;
    cursor: pointer;
}

.languages .list a {
    color: #000;
    padding: 5px 15px;
    transition: 300ms;
    display: block;
}

.languages .list a:Hover {
    background: Var(--orange);
}

.languages .active span:After {
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    font-weight: lighter;
    margin: 0 10px;
}

.languages:Hover .list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.main-sliders {
    position: relative;
}

.main-sliders .content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-header .menu ul > li:Hover > a {
    color: var(--orange);
}

.main-header .menu ul > li > a > img {
    transition: 300ms;
    filter: brightness(0) invert(1);
}

.main-header .menu ul > li:Hover > a > img {
    filter: brightness(1) invert(0);
}

.languages {
    position: relative;
}

.languages .list a {
    color: #000;
    padding: 5px 15px;
    transition: 300ms;
    display: block;
}

.languages .list a:Hover {
    background: Var(--orange);
}

.main-header .menu ul > li:Hover > a {
    color: var(--orange);
}

.main-header .menu ul > li > a > img {
    transition: 300ms;
    filter: brightness(0) invert(1);
}

.main-header .menu ul > li:Hover > a > img {
    filter: brightness(1) invert(0);
}

.languages {
    position: relative;
    cursor: pointer;
}

.languages .list a {
    color: #000;
    padding: 5px 15px;
    transition: 300ms;
    display: block;
}

.languages .list a:Hover {
    background: Var(--orange);
}

.languages:Hover .list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.main-sliders {
    position: relative;
}

.main-sliders .content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 150px;
}

.main-sliders .box-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.main-sliders .box-container .title {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    max-width: 40%;
    text-align: right;
    position: relative;
    margin-right: -45px;
}

.main-sliders .box-container .slider-actions {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
}

.main-sliders .box-container .slider-actions span:not(.bar) {
    color: #fff;
    transition: 300ms;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    line-height: 1;
    height: 80px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-sliders .box-container .slider-actions span:not(.bar) i {
    font-weight: lighter !important;
    font-size: 30px;
    transition: 200ms;
}

.main-sliders .box-container .slider-actions .bar {
    width: 90px;
    height: 280px;
    background: var(--orange);
    border-top-left-radius: 60px;
}

.main-sliders .box-container .slider-actions .slider-prev i:last-child {
    position: absolute;
    transform: translateY(30px);
    opacity: 0;
    transition: 200ms;
    color: var(--orange);
}

.main-sliders .box-container .slider-actions .slider-next i:last-child {
    position: absolute;
    transform: translateY(-30px);
    opacity: 0;
    transition: 200ms;
    color: var(--orange);
}

.main-sliders .box-container .slider-actions span:not(.bar):Hover > i:last-child {
    opacity: 1;
    transform: translateY(0);
}

.main-sliders .box-container .slider-actions .slider-prev:Hover > i:first-child {
    opacity: 0;
    transform: translateY(-30px);
}

.main-sliders .box-container .slider-actions .slider-next:Hover > i:first-child {
    opacity: 0;
    transform: translateY(30px);
}

.main-sliders img {
    width: 100%;
    height: 880px;
    object-fit: cover;
}

.main-sliders .socials {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    align-items: center;
    justify-content: center;
    transform: rotate(-180deg);
}

.main-sliders .socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: #fff;
    transition: 300ms;
    column-gap: 15px;
    padding: 20px 10px;
    opacity: .6;
    font-weight: 400;
    font-size: 13px;
}

.main-sliders .socials a > i {
    transform: rotate(90deg);
    font-size: 16px;
}

.main-sliders .socials a:Hover {
    opacity: 1;
}

.main-header .menu ul > li:Hover > a {
    color: var(--orange);
}

.main-header .menu ul > li > a > img {
    transition: 300ms;
    filter: brightness(0) invert(1);
}

.main-header .menu ul > li:Hover > a > img {
    filter: brightness(1) invert(0);
}

.languages {
    position: relative;
}

.languages .list a {
    color: #000;
    padding: 5px 15px;
    transition: 300ms;
    display: block;
}

.languages .list a:Hover {
    background: Var(--orange);
}

.main-header .menu ul > li:Hover > a {
    color: var(--orange);
}

.main-header .menu ul > li > a > img {
    transition: 300ms;
    filter: brightness(0) invert(1);
}

.main-header .menu ul > li:Hover > a > img {
    filter: brightness(1) invert(0);
}

.main-header .actions > a {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 15px;
    text-transform: lowercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 15px;
    color: #fff;
    transition: 300ms;
    font-size: 14px;
    text-align: right;
}

.languages {
    position: relative;
    cursor: pointer;
}

.languages .list a {
    color: #000;
    padding: 5px 15px;
    transition: 300ms;
    display: block;
}

.languages .list a:Hover {
    background: Var(--orange);
}

.languages:Hover .list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.main-sliders {
    position: relative;
}

.main-sliders .content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    transition: 600ms;
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    background: linear-gradient(0, transparent, rgba(0, 0, 0, .8));
}

.main-header .menu ul > li:Hover > a {
    color: var(--orange);
}

.main-header .menu ul > li > a > img {
    transition: 300ms;
    filter: brightness(0) invert(1);
}

.main-header .menu ul > li:Hover > a > img {
    filter: brightness(1) invert(0);
}

.main-header .actions > a span {
    width: 50px;
}

.main-header .actions > a:first-of-type:Hover {
    color: reD;
}

.main-header .actions > a:nth-of-type(2):Hover {
    color: #f70;
}

.main-header .actions > a:nth-of-type(3):Hover {
    color: #25d366;
}

.languages {
    position: relative;
}

.languages .list a {
    color: #000;
    padding: 5px 15px;
    transition: 300ms;
    display: block;
}

.languages .list a:Hover {
    background: Var(--orange);
}

.main-header .menu ul > li:Hover > a {
    color: var(--orange);
}

.main-header .menu ul > li > a > img {
    transition: 300ms;
    filter: brightness(0) invert(1);
}

.main-header .menu ul > li:Hover > a > img {
    filter: brightness(1) invert(0);
}

.languages {
    position: relative;
    cursor: pointer;
}

.languages .list a {
    color: #000;
    padding: 5px 15px;
    transition: 300ms;
    display: block;
}

.languages .list a:Hover {
    background: Var(--orange);
}

.languages:Hover .list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.main-sliders {
    position: relative;
}

.main-sliders .content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 150px;
}

.main-sliders .products-button {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    z-index: 1;
}

.main-sliders .products-button a {
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    border: 1px solid #fff;
    padding: 18px 50px;
    border-radius: 30px;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    transition: 300ms;
}

.main-sliders .products-button a:Hover {
    color: #000;
    background: #fff;
}

.main-about {
    background: #F1F1F1;
    padding: 80px 0 100px 0;
}

.main-about .text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 140px;

}

.main-about .text > div {
    width: 50%;
}

.main-about .text > .header .title {
    font-size: 62px;
    font-weight: bolder;
    margin-left: 30px;
    position: relative;
}

.site-btn {
    background: var(--orange);
    display: inline-block;
    font-size: 18px;
    padding: 15px 40px;
    border-top-right-radius: 30px;
    color: #000;
    transition: 300ms;
    cursor: pointer;
}

.site-btn i {
    font-weight: normal;
    margin-left: 20px;
    transition: 300ms;
    width: 50px;
}

.site-btn:Hover i {
    padding-left: 30px;
}

.site-btn:Hover {
    color: #000;
}

.main-about .text .site-btn {
    padding-top: 50px;
    padding-right: 70px;
    margin-top: -35px;
    border-top-right-radius: 60px;
}

.main-about .text .content {
    color: #636363;
    font-size: 20px;
}

.main-about .widgets {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    padding-bottom: 50px;
}

.main-about .widgets > .widget {
    flex: 1;
    position: relative;
    padding: 40px 0 40px 40px;
    border-left: 1px solid #A1A1A1;
}

.main-about .widgets > .widget img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    transition: 300ms;
}

.main-about .widgets > .widget .title {
    font-size: 25px;
    font-weight: 500;
    max-width: 60%;
    margin-top: 30px;
    padding-bottom: 15px;
    transition: 300ms;
}

.main-about .widgets > .widget:After {
    content: '';
    width: 80px;
    height: 1px;
    background: var(--orange);
    position: absolute;
    left: 40px;
    bottom: 60px;
}

.main-about .widgets > .widget:Hover img {
    transform: scale(.6);
}

.main-about .widgets > .widget:Hover .title {
    transform: scale(1.3) translate(30px, -10px);
}

.main-categories {
    position: relative;
    z-index: 1;
}

.main-categories .slider {
    margin-top: -30px;
    position: relative;
}

.product-category {
    background: #000;
    display: flex;
    flex-direction: column;
    row-gap: 50px;
    padding: 50px 50px 15px 50px;
    transition: 300ms;
    min-height: 402px;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}

.product-category .title {
    color: #FFC400;
    font-size: 38px;
    font-weight: 500;
    max-width: 50%;
    display: block;
    transition: 300ms;
}

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

.product-category footer .read-more {
    color: #000;
    font-size: 18px;
    transition: 300ms;
    opacity: 0;
}

.product-category footer .read-more i {
    font-weight: normal;
    margin-left: 10px;
}

.product-category footer .counter {
    color: #fff;
    font-size: 43px;
    font-weight: 500;
}

.product-category:Hover {
    background: var(--orange);
}

.product-category:Hover .title {
    color: #000;
}

.product-category:Hover .read-more {
    opacity: 1;
}

.main-categories .slider .owl-nav {
    position: absolute;
    left: -60px;
    width: calc(100% + 120px);
    top: 0;
    font-size: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: -1;
}

.main-categories .slider .owl-nav i {
    transition: 300ms;
}

.main-categories .slider .owl-nav i:Hover {
    color: var(--orange);
}

.main-products .dark-btn {
    padding: 15px 66px;
    border-top-right-radius: 40px;
}

.main-products {
    z-index: 2;
    position: relative;
}

.main-products .slider {
    position: relative;
    background: #F1F1F1;
}

.main-products .slider .gshot-text {
    position: absolute;
    right: 50px;
    top: 50px;
    text-align: right;
    color: #D6D6D6;
    font-size: 150px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
    width: 55%;
}

.main-products .new-product-item {
    padding: 40px;
    position: relative;
}

.main-products .new-product-item .product-title {
    font-size: 50px;
    font-weight: 500;
    margin: 0;
}

.main-products .new-product-item .description {
    font-size: 23px;
}

.main-products .new-product-item figure img {
    width: 100%;
}

.dark-btn {
    background: #000;
    color: var(--orange);
    font-weight: 500;
}

.dark-btn:Hover {
    background: var(--orange);
    color: #000;
}

.main-products .owl-dots {
    position: absolute;
    right: 40px;
    bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 10px;
}

.main-products .owl-dots .owl-dot {
    width: 11px;
    height: 11px;
    background: #636363;
    display: block;
    border-radius: 100%;
    transition: 300ms;
}

.main-products .owl-dots .owl-dot.active {
    background: #FFC400;
    width: 26px;
    border-radius: 10px;
}

.main-production {
    padding-left: var(--container-out);
    position: relative;
    margin-top: -30px;
}

.main-production:before {
    content: '';
    position: absolute;
    height: 570px;
    background: #636363;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.main-production .section-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 150px;
    margin-bottom: 181px;
}

.main-production .section-content > div {
    width: 50%;
}

.main-production .section-content > .images {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
}

.main-production .images .item {
    border-bottom-left-radius: 200px;
}

.main-production .text {
    padding-top: 75px;
}

.main-production .text .title {
    font-size: 50px;
    font-weight: 700;
    color: var(--orange);
    margin-bottom: 50px;
    max-width: 80%;
}

.main-production .text p {
    margin: 0;
    font-size: 20px;
    color: #fff;
}

.main-production .steps-content {
    width: 65%;
    z-index: 1;
    position: relative;
}

.main-production .steps-content .steps {
    display: flex;
    align-items: flex-start;
    column-gap: 30px;
    margin-bottom: 30px;
}

.main-production .steps-content .steps .step {
    background: #F1F1F1;
    cursor: pointer;
    padding: 35px 40px;
    overflow: hidden;
    border-top-right-radius: 100px;
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 300ms;
}

.main-production .steps-content .steps .step .title {
    font-size: 26px;
    padding-right: 10px;
	font-weight: 600;
}

.main-production .steps-content .steps .step footer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-production .steps-content .steps .step footer > i {
    font-size: 25px;
    font-weight: normal;
    color: var(--orange);
    transition: 300ms;
}

.main-production .steps-content .steps .step footer > .counter {
    font-size: 26px;
    color: #B9B9B9;
    transition: 300ms;
    font-weight: 600;
}

.main-production .steps-content .steps .step:Hover {
    background: var(--orange);
}

.main-production .steps-content .steps .step:hover footer > i {
    color: #000;
}

.main-production .steps-content .steps .step:hover footer > .counter {
    color: #fff;
}

.main-production .images .item img {
    height: 1000px;
    object-fit: cover;
    object-position: left center;
}

.main-media {
    position: relative;
    margin: 130px 0;
}

.main-media .media-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.main-media .media-container > a {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.main-media .media-container > a .title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px 40px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    background: linear-gradient(0, rgba(0, 0, 0, .8), transparent);
    color: #fff;
    font-size: 26px;
    z-index: 1;
    margin: 0;
    transition: 300ms;
    font-weight: 600;
}

.main-media .media-container > a .title:after {
    content: '\f30b';
    font-family: 'Font Awesome 5 Pro';
    font-weight: normal;
    color: var(--orange);
    transition: 300ms;
}

.main-media .media-container > a img {
    width: 100%;
    object-fit: cover;
    transition: 300ms;
}

.main-media .media-container > a .title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(0, var(--orange), transparent);
    z-index: -1;
    opacity: 0;
    transition: 300ms;
}

.main-media .media-container > a:Hover .title {
    color: #000;
}

.main-media .media-container > a:Hover .title:Before {
    opacity: 1;
}

.main-media .media-container > a:Hover img {
    transform: scale(1.1);
}

.main-media .media-container > a:Hover .title:After {
    color: #fff;
}

.main-counters {
    position: relative;
    margin: 120px 0;
}

.main-counters .counter-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-counters .counter-container .count-item {
    flex: 1;
    text-align: center;
    padding: 30px 0;
}

.main-counters .counter-container .count-item:not(:last-child) {
    border-right: 1px solid #ddd;
}

.main-counters .counter-container .count-item .count-data {
    font-size: 85px;
    font-weight: 600;
    margin-bottom: 30px;
}

.main-counters .counter-container .count-item .title {
    margin: 0;
    font-size: 26px;
    color: var(--orange);
    font-weight: 600;
}

.main-clients {
    background: #F1F1F1;
}

.main-clients .clients-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-right: var(--container-out);
}

.main-clients .text {
    background: var(--orange);
    padding-left: var(--container-out);
    padding-right: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.main-clients .text .title {
    font-size: 55px;
    font-weight: 500;
}

.main-clients .text .link {
    font-size: 18px;
    color: #000;
    display: block;
}

.main-clients .text .link i {
    transition: 300ms;
    font-weight: normal;
    margin-left: 15px;
}

.main-clients .text .link:Hover i {
    margin-left: 30px;
}

.main-clients .clients {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 60px 0 60px 64px;
}

.main-clients .clients img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
}

.main-footer {
    background: #000;
    padding-top: 100px;
}

.main-footer .footer-container {
    display: flex;
    justify-content: space-between;
    column-gap: 50px;
}

.main-footer .footer-container > div {
    flex: 1;
    border-right: 1px solid #2B2B2B;
}

.main-footer .footer-container > div:last-child {
    border: 0;
}

.main-footer .footer-container .logo a {
    display: block;
    max-width: 300px;
}

.main-footer .footer-container .logo .socials {
    display: flex;
    align-items: center;
    margin-top: 30px;
    column-gap: 20px;
}

.main-footer .footer-container .logo .socials a {
    transition: 300ms;
    color: #3D3D3D;
    font-size: 30px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-footer .footer-container .logo .socials a:Hover {
    color: var(--orange);
}

.main-footer .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 23px;
}

.main-footer .menu ul li {
    width: 50%;
}

.main-footer .menu ul li a {
    font-size: 18px;
    color: #fff;
    display: block;
    transition: 300ms;
}

.main-footer .menu ul li a:Hover {
    color: var(--orange);
}

.main-footer .contacts ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-footer .contacts ul li {
    font-size: 18px;
    font-weight: lighter;
    color: var(--orange);
    margin-bottom: 23px;
}

.main-footer .contacts ul li .value {
    transition: 300ms;
    color: #fff;
}

.main-footer .copyright-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    border-top: 1px solid #5D4700;
    margin-top: 50px;
}

.main-footer .copyright-container a {
    display: block;
}

.main-footer .copyright-container img {
    width: 80px;
}

.main-footer .copyright-container .copyright {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 30px;
}

.main-footer .copyright-container .copyright p {
    margin: 0;
    font-size: 13px;
    color: #707070;
}

.main-footer .copyright-container .copyright a {
    color: #707070;
    font-weight: 500;
    font-size: 13px;
    transition: 300ms;
}

.main-footer .copyright-container .copyright a:Hover {
    color: #fff;
}

.main-sliders .owl-dots {
    display: flex;
    position: absolute;
    right: var(--container-out);
    bottom: 70px;
    column-gap: 30px;
}

.main-sliders .owl-dots .owl-dot {
    width: 90px;
    height: 1px;
    background: #fff;
    transition: 300ms;
}

.main-sliders .owl-dots .owl-dot.active {
    background: var(--orange);
}

.breadcrumb {
    border-radius: 0;
    margin-bottom: 0;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.breadcrumb-container {
    display: flex;
    align-items: flex-start;
    padding-top: 150px;
}

.breadcrumb-container .text {
    width: 40%;
    position: relative;
    height: 350px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    text-align: right;
    padding-right: 50px;
    z-index: 1;
}

.breadcrumb-container .text:After {
    content: '';
    position: absolute;
    right: -62px;
    height: calc(100% + 30px);
    background: var(--orange);
    top: 30px;
    width: 124px;
    border-bottom-left-radius: 90px;
    z-index: -1;
}

.breadcrumb-container .text h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: -60px;
}

.breadcrumb-container .text nav {
    display: Flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 14px;
    margin-right: 30px;
}

.breadcrumb-container .text nav a {
    color: #fff;
    transition: 300ms;
    display: block;
}

.breadcrumb-container .text nav a:not(:last-child):after {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    margin: 0 10px;
    color: #fff;
}

.breadcrumb-container .text nav a:Hover {
    color: var(--orange);
}

.breadcrumb-container .image {
    margin-right: calc(var(--container-out) * -1);
    position: relative;
    width: calc(60% + var(--container-out));
}

.breadcrumb-container .image img,
.breadcrumb-container .image iframe {
    width: 100%;
    height: 620px;
    object-fit: cover;
}

section.page {
    margin-top: 90px;
	padding-bottom: 20px;
}

.section-page-title h2 {
    font-size: 62px;
    font-weight: 600;
}

.about-page-container {
    display: flex;
    justify-content: space-between;
}

.about-page-container .about-page-meta {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.about-page-container .summary {
    margin-right: calc(var(--container-out) * -1);
    margin-top: 180px;
    width: calc(60% + var(--container-out));
    box-shadow: -80px -90px 80px rgba(0, 0, 0, .1);
}

.about-page-container .summary .summary-text {
    background: var(--orange);
    padding: 60px var(--container-out) 60px 30px;
    font-size: 20px;
    text-align: right;
}

.about-page-container .summary .summary-text p:last-of-type {
    margin: 0;
}

.about-page-container .summary .summary-text-white {
    background: #fff;
    padding: 60px var(--container-out) 60px 30px;
    font-size: 30px;
    color: #636363;
    text-align: right;
}

.about-widgets {
    background: #000;
    display: flex;
    justify-content: space-between;
    padding: 70px 120px 70px var(--container-out);
    margin-left: calc(var(--container-out) * -1);
}

.about-widgets .widget {
    flex: 1;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.about-widgets .widget img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.about-widgets .widget .title {
    font-size: 25px;
    color: var(--orange);
    margin: 64px auto 0 auto;
    max-width: 70%;
    position: relative;
}

.about-widgets .widget:After {
    content: '';
    position: absolute;
    width: 80px;
    left: calc(50% - 40px);
    height: 1px;
    background: #fff;
    bottom: 0;
}

.about-vision {
    margin: 50px 0;
}

.about-section-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 160px;
}

.about-section-header > p {
    width: 100%;
    font-size: 25px;
    margin: 0;
}

.about-section-header h3 {
    position: relative;
    font-size: 63px;
    font-weight: 600;
    z-index: 1;
    margin-bottom: 70px;
}

.about-section-header h3:After {
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    width: calc(100% + 100px);
    height: calc(100% - 5px);
    background: var(--orange);
    z-index: -1;
    border-bottom-right-radius: 60px;
}

.about-vision .content {
    position: relative;
}

.about-vision .content img {
    width: 100%;
}

.about-vision .content .image-text-card {
    position: absolute;
    background: #F1F1F1;
    left: 30px;
    bottom: -80px;
    max-width: 100%;
    width: 540px;
    height: 225px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 18px;
}

.about-vision .content .image-text-card p {
    margin: 0;
    font-size: 42px;
    text-align: right;
    font-weight: 600;
}

.about-mission {
    margin: 180px 0 120px 0;
    text-align: right;
}

.about-mission .about-section-header {
    justify-content: flex-end;
}

.about-mission .about-section-header h3:After {
    right: 0;
    left: unset;
    width: calc(100% + 100px);
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 0;
}

.about-mission .content {
    font-size: 25px;
}

.section-page-title.breadcrumb-space {
    margin-bottom: 160px;
}

.product-categories-container {
    display: flex;
    flex-wrap: wrap;
}

.product-categories-container > .product-category {
    width: 33%;
}

.space-bottom {
    margin-bottom: 120px;
}

.product-category .sup-categories {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: var(--orange);
    z-index: 1;
    height: 100%;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: 0;
    transition: 300ms;
    visibility: hidden;
}

.product-category:hover .sup-categories {
    opacity: 1;
    visibility: visible;
}

.product-category .sup-categories .title {
    color: #fff;
    max-width: 100%;
    font-size: 20px;
    padding: 0;
    margin: 0;
    height: 64px;
    display: Flex;
    align-items: center;
    justify-content: flex-start;
}

.product-category .view-all {
    color: #000;
    display: block;
    font-size: 18px;
}

.product-category .view-all i {
    font-weight: normal;
    margin-left: 10px;
    transition: 300ms;
}

.product-category .view-all:Hover i {
    margin-left: 15px;
}

.product-category .sup-categories ul {
    list-style: none;
    padding: 15px;
    margin: 0;
    height: calc(100% - 128px);
    overflow-y: scroll;
    direction: rtl;
    border-block: 1px solid #000;
}

.product-category .sup-categories ul::-webkit-scrollbar {
    width: 5px;
}

.product-category .sup-categories ul::-webkit-scrollbar-track {
    background: transparent;
}

.product-category .sup-categories ul::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.12);
}

.product-category .sup-categories ul::-webkit-scrollbar-thumb:hover {
    background: #000;
}

.product-category .sup-categories ul li a {
    display: block;
    color: #000;
    position: relative;
    transition: 300ms;
    padding: 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: ltr;
    text-align: left;
}

.product-category .sup-categories ul li a:Before {
    content: '';
    width: 4px;
    height: 4px;
    background: #000;
    position: absolute;
    left: 0;
    top: calc(50% - 4px);
    border-radius: 100%;
    opacity: 0;
    transition: 300ms;
}

.product-category .sup-categories ul li:hover a {
    padding-left: 15px;
}

.product-category .sup-categories ul li:Hover a:Before {
    opacity: 1;
}

.section-page-title {
    width: 40%;
}

.products-container {
    display: flex;
    flex-wrap: wrap;
    row-gap: 50px;
    column-gap: 30px;
}

.products-container .product {
    width: calc(33.3% - 30px);
    position: relative;
    padding-bottom: 70px;
}

.products-container .product .image {
    position: relative;
    border: 1px solid #DEDEDE;
}

.products-container .product .image .counter {
    position: absolute;
    left: -1px;
    top: -1px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--orange);
    font-weight: 700;
    font-size: 17px;
}

.products-container .product img {
    width: 100%;
    height: 325px;
    object-fit: contain;
}

.products-container .product .content {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    transition: 300ms;
    top: calc(100% - 70px);
    z-index: 1;
}

.products-container .product .content:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--orange);
    z-index: -1;
    opacity: 0;
    transition: 300ms;
}

.products-container .product .content .title {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    transition: 300ms;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.products-container .product .content .description {
    font-size: 20px;
    font-weight: lighter;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
}

.products-container .product:Hover .content {
    top: 0;
    height: 325px;
    align-items: center;
    justify-content: center;
}

.products-container .product:Hover .content:before {
    opacity: 1;
}

.section-page-title .category-name {
    font-size: 25px;
    color: #636363;
    font-weight: 500;
}

.product-details {
    position: relative;
}

.products-page {
    overflow: hidden;
}

.product-details .gshot-text {
    position: absolute;
    left: calc(var(--container-out) * -1);
    width: calc(100% + calc(var(--container-out) * 2));

    font-size: 12vw;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #F1F1F1;
    z-index: -1;
    top: -80px;
}

.product-details .product-media header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.product-details .product-media header a {
    font-size: 20px;
    color: #000;
    display: flex;
    column-gap: 20px;
    align-items: center;
    transition: 300ms;
}

.product-details .product-media header a i.fab.fa-youtube {
    color: ReD;
}

.product-details .product-media header a i {
    font-size: 25px;
    font-weight: lighter;
}

.product-details .product-media header a:Hover {
    color: var(--orange);
}

.product-details .gallery img {
    width: calc(100% - 130px);
    margin: auto;
    border: 1px solid #DEDEDE;
}

.product-details .gallery .owl-nav {
    position: absolute;
    top: calc(50% - 25px);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-details .gallery .counter {
    position: absolute;
    left: 65px;
    width: 55px;
    height: 55px;
    font-size: 20px;
    background: var(--orange);
    color: #000;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-details .gallery .owl-nav i {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 300ms;
    font-weight: normal;
    font-size: 25px;
}

.product-details .gallery .owl-nav i:Hover {
    color: var(--orange);
}

.product-details .product-body {
    font-size: 17px;
    padding: 60px 0;
    border-top: 1px solid #000;
    margin-top: 60px;
}

.product-details .product-features {
    display: flex;
}

.product-details .product-features > div {
    position: relative;
    z-index: 1;
    padding: 30px;
}

.product-details .product-features .technical-table {
    width: 40%;
    background: #F1F1F1;
    padding-bottom: 150px;
}

.product-details .product-features .technical-table:Before {
    content: '';
    position: absolute;
    left: calc(var(--container-out) * -1);
    width: 100%;
    height: 100%;
    background: #F1F1F1;
    top: 0;
    z-index: -1;
}

.product-details .product-features .technical-features {
    width: 60%;
    background: var(--orange);
}

.product-details .product-features .technical-features:Before {
    content: '';
    position: absolute;
    right: calc(var(--container-out) * -1);
    width: 100%;
    height: 100%;
    background: var(--orange);
    top: 0;
    z-index: -1;
}

.product-details .product-features > div > .title {
    font-size: 40px;
    display: block;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
    font-weight: 700;
    color: var(--orange);
    padding-bottom: 20px;
    width: calc(100% + 30px);
}

.product-details .product-features > .technical-features > .title {
    color: #fff;
    margin-left: -30px;
    padding-left: 30px;
}

.product-details table {
    width: 100%;
}

.product-details table p {
    margin: 0;
}

.product-details table td {
    padding: 10px;
    font-size: 15px;
    max-width: 50%;
}

.product-details table tr:nth-child(odd) > td:first-child {
    background: #000000;
    color: #fff;
}

.product-details table tr:nth-child(even) > td:first-child {
    background: #262626;
    color: #fff;
}

.product-details table tr:nth-child(odd) > td:last-child {
    background: #F1F1F1;
    color: #000;
}

.product-details table tr:nth-child(even) > td:last-child {
    background: #E5E5E5;
    color: #000;
}

.product-details .product-features .technical-features .body {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}

.packaging-samples {
    margin-top: 80px;
}

.packaging-samples .title {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    display: block;
    margin-bottom: 30px;
}

.packaging-samples .packages {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.product-details .offer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    margin-top: -170px;
}

.product-details .offer > .image {
    width: 70%;
}

.product-details .offer > .content {
    width: 30%;
    text-align: right;
}

.product-details .offer > .content .sup-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
}

.product-details .offer > .content .title {
    font-size: 80px;
    font-weight: 600;
}

.product-details .offer > .content .description {
    margin-bottom: 40px;
    color: #636363;
}

.packaging-samples .packages img {
    width: calc(33.3% - 10px);
    height: 200px;
    object-fit: contain;
}

.gallery-container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 30px;
}

.gallery-container > a {
    display: block;
    width: calc(33% - 30px);
    overflow: hidden;
}

.gallery-container > a img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    transition: 300ms;
}

.gallery-container > a:Hover img {
    transform: scale(1.1);
}

.clients-list {
    display: flex;
    flex-wrap: wrap;
}

.clients-list .client {
    border: 1px solid #ddd;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    position: relative;
}

.clients-list .client .content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 50%;
    transition: 300ms;
    opacity: 0;
}

.clients-list .client .content .name {
    font-size: 17px;
    color: var(--orange);
    margin: 0;
    padding: 20px 0 0 0;
    border-top: 1px solid #434343;
    width: 60%;
    text-align: center;
}

.clients-list .client .content .city {
    color: #858585;
    font-size: 13px;
    margin: 0;
}

.clients-list .client img {
    position: relative;
    z-index: 99;
    transition: 300ms;
    max-width: 60%;
}

.clients-list .client:Hover .content {
    opacity: 1;
}

.clients-list .client:Hover img {
    transform: translateY(-50%);
}

.contacts-details {
    position: relative;
    margin-top: -55px;
}

.contacts-details .service-button {
    text-align: right;
}

.red-btn {
    background: #FF0404;
    color: #fff;
    border-top-right-radius: 0;
    border-bottom-left-radius: 60px;
}

.red-btn:Hover {
    background: var(--orange);
}

.contacts-details .contact-boxes {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 30px;
    margin-top: 45px;
    position: relative;
    margin-bottom: -50px;
}

.contacts-details .contact-boxes .box {
    background: #F1F1F1;
    flex: 1;
    height: 450px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    border-top-left-radius: 120px;
    padding: 42px;
}

.contacts-details .contact-boxes .box .icon .fa-phone {
    transform: rotate(90deg);
}

.contacts-details .contact-boxes .box .icon {
    display: fleX;
    width: 170px;
    height: 170px;
    background: var(--orange);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    border-radius: 100%;
    transition: 300ms;
}

.contacts-details .contact-boxes .box .content {
    text-align: right;
    width: 100%;
}

.contacts-details .contact-boxes .box .content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 25px;
}

.contacts-details .contact-boxes .box .content ul li a {
    color: #000;
}

.contacts-details .contact-boxes .box:Hover .icon {
    transform: rotate(30deg);
}

.contacts-form {
    background: #636363;
    padding: 130px 0;
}

.contacts-form .title {
    text-align: center;
    font-size: 72px;
    font-weight: 600;
    color: var(--orange);
    margin-bottom: 65px;
}

.contact-form-body .inputs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
    margin-bottom: 30px;
}

.contact-form-body .inputs input {
    flex: 1;
}

.contact-form-body input,
.contact-form-body select,
.contact-form-body textarea {
    background: #7A7A7A;
    border: 0;
    color: #fff;
    padding: 20px;
    font-size: 15px;
}

.contact-form-body input::placeholder {
    color: #fff;
}

.contact-form-body textarea::placeholder {
    color: #fff;
}

.contact-form-body textarea {
    width: 100%;
    height: 250px;
    margin-bottom: 30px;
}

.contact-form-body .button {
    text-align: right;
}

.contact-form-body .submit {
    background: transparent;
    color: var(--orange);
    font-size: 25px;
}

.contact-form-body .submit i {
    font-size: 22px;
    color: var(--orange);
}

.contact-form-body .wwbutton:hover .submit {
    color: #fff;
}

.contact-form-body .wwbutton:hover .submit i {
    transform: translateX(20px);
}

.request-form-body .button .submit-btn {
    background: transparent;
    font-size: 25px;
    color: #fff;
}

.request-form-body .button .submit-btn i {
    font-size: 22px;
    color: #f9f9f9;
}

.request-form-body .button .submit-btn:Hover {
    color: #fff;
}

.request-form-body .button:Hover .submit-btn i {
    transform: translateX(20px);
}

.request-form {
    background: var(--orange);
    padding: 40px 60px 80px 40px;
    position: relative;
    margin-top: -70px;
    border-bottom-left-radius: 200px;
}

.request-form .title {
    text-align: right;
    font-size: 72px;
    color: #fff;
    font-weight: 700;
}

.request-form-body {
  
}

.request-form-body > div {
  
}

.request-form-body .button, .request-form-body .textarea {
    width: 100%;
}

.request-form-body input,
.request-form-body select,
.request-form-body textarea {
    border: 0;
    background: transparent;
    border-bottom: 1px solid #000;
    color: #000;
    padding: 20px;
    font-size: 15px;
    width: 100%;
    font-weight: 600;
}

.request-form-body input::placeholder,
.request-form-body textarea::placeholder {
    color: #000;
}

.request-form-body .mi-col {
    display: flex;
    column-gap: 30px;
}

.request-form-body textarea {
    height: 300px;
}

.request-form-body .button {
    text-align: right;
}

.request-form.dark-form {
    margin-top: 0;
    background: #000;
    color: #fff;
}

.request-form.dark-form .request-form-body input,
.request-form.dark-form .request-form-body select,
.request-form.dark-form .request-form-body textarea {
    color: #fff;
    border-color: #fff;
}

.request-form.dark-form .request-form-body input::placeholder,
.request-form.dark-form .request-form-body textarea::placeholder {
    color: #fff;
}

.videos-container {
    display: flex;
    column-gap: 30px;
    row-gap: 30px;
    flex-wrap: wrap;
}

.videos-container .video {
    width: calc(33.3% - 30px);
}

.videos-container .video .image {
    display: block;
    position: relative;
    overflow: hidden;
}

.videos-container .video .image img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    transition: 300ms;
}

.videos-container .video .play-btn {
    position: absolute;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    transition: 300ms;
    color: var(--orange);
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    z-index: 1;
}

.videos-container .video:Hover img {
    filter: brightness(50%);
    transform: scale(1.1);
}

.videos-container .video .title {
    text-align: center;
    font-size: 26px;
    margin: 0;
    padding: 30px;
}

.documents-container {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    column-gap: 30px;
}

.documents-container .document {
    width: calc(50% - 30px);
    background: #EDF2F5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px;
    border-radius: 30px;
    position: relative;
    color: #000;
    transition: 300ms;
    z-index: 1;
    overflow: hidden;
}

.documents-container .document img {
    width: 150px;
    position: relative;
    z-index: 2;
    transition: 300ms;
}

.documents-container .document .overlay {
    position: absolute;
    background: var(--orange);
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 150px;
    font-size: 25px;
    font-weight: 500;
    transition: 300ms;
    opacity: 0;
}

.documents-container .document .title {
    margin: 0;
    font-size: 25px;
    width: calc(100% - 150px);
    padding-left: 30px;
}

.documents-container .document:Hover .overlay {
    opacity: 1;
}

.documents-container .document:Hover img {
    filter: brightness(0);
}

.quality-details > .summary-text {
    padding-left: 40%;
    text-align: right;
    margin-top: -90px;
    font-size: 20px;
    margin-bottom: 40px;
}

.quality-section-1 {
    margin-bottom: 80px;
}

.quality-section-1 .image {
    height: 450px;
    border-top-right-radius: 150px;
    overflow-y: hidden;
}

.quality-section-1 img {
    width: 100%;
    height: 530px;
    object-fit: cover;
    transition: 300ms;
    transform: translateY(-80px);
}

.quality-section-1 .image:hover img {
    transform: translateY(0);
}

.quality-section-1 .content {
    display: flex;
    align-itemns: flex-start;
    column-gap: 100px;
}

.quality-section-1 .content .quality-card {
    background: var(--orange);
    width: 540px;
    max-width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
    margin-right: 30px;
    margin-top: -60px;
    position: relative;
    padding: 0 30px;
}

.quality-section-1 .content .quality-card p {
    margin: 0;
    font-size: 32px;
    font-weight: 500;
}

.quality-section-1 .content .text {
    width: calc(100% - 540px);
    padding-top: 40px;
}

.quality-section-1 .content .text p {
    font-size: 20px;
}

.quality-section-2 {
    margin-bottom: 80px;
}

.quality-section-2 .media-content {
    display: flex;
    column-gap: 30px;
    margin-bottom: 50px;
}

.quality-section-2 .media-content .image {
    width: 45%;
    overflow: hidden;
    border-bottom-left-radius: 150px;
}

.quality-section-2 .media-content .image img {
    width: calc(100% + 160px);
    max-width: calc(100% + 160px);
    object-fit: cover;
    height: 100%;
    transition: 300ms;
    transform: translatex(-80px);
}

.quality-section-2 .media-content .image:Hover img {
    transform: translatex(0);
}

.quality-section-2 .media-content .content {
    width: 55%;
    background: #000;
    padding: 120px 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    font-size: 20px;
    color: #fff;
}

.quality-section-2 .media-content .content .title {
    margin-bottom: 50px;
    color: var(--orange);
    font-size: 40px;
}

.quality-section-2 .text {
    text-align: center;
}

.quality-section-2 .text .title {
    color: #636363;
    font-size: 40px;
    max-width: 60%;
    margin: auto;
    margin-bottom: 50px;
    font-weight: 500;
}

.quality-section-2 .text p {
    font-size: 20px;
}

.quality-section-3 {
    margin-bottom: 120px;
}

.quality-section-3 .image {
    overflow: hidden;
    border-top-right-radius: 150px;
    height: 450px;
}

.quality-section-3 .image img {
    width: 100%;
    object-fit: cover;
    height: 530px;
    transition: 300ms;
}

.quality-section-3 .image:Hover img {
    transform: translateY(-80px);
}

.quality-section-3 .content {
    display: flex;
    align-items: flex-start;
    column-gap: 100px;
}

.quality-section-3 .content .quality-card {
    background: #636363;
    width: 540px;
    max-width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
    margin-left: 30px;
    margin-top: -60px;
    position: relative;
    padding: 0 30px;
    color: #fff;
}

.quality-section-3 .content .quality-card p {
    margin: 0;
    font-size: 32px;
    font-weight: 500;
}

.quality-section-3 .content .text {
    width: calc(100% - 540px);
    padding-top: 40px;
}

.quality-section-3 .content .text p {
    font-size: 20px;
    text-align: right;
}


.quality-section-3 .full-text {
    text-align: right;
    font-size: 20px;
}

.set-cover {
    width: 100%;
    border: 1px solid #DEDEDE;
}

.set-cover img{
    max-height: 70vh;
    object-fit: contain;
    width: 100%;
}

@media (max-width: 1500px) {
    .main-categories .slider .owl-nav {
        left: 0;
        width: 100%;
        top: -70px;
        align-items: flex-start;
    }

    .about-section-header {
        margin-bottom: 50px;
    }
}

@media (max-width: 1399px) {
    .main-sliders .box-container .title {
        max-width: 50%;
    }

    .main-header .actions > a img {
        display: none;
    }

    .main-header .logo {
        width: 300px;
    }

    .main-header .actions {
        column-gap: 10px;
    }

    .main-header .actions > a {
        text-align: center;
    }

    .main-header .menu {
        width: calc(100% - 300px);
    }

    .main-header .menu ul {
        column-gap: 15px;
    }

    .languages .active img {
        display: none;
    }

    .main-production .images .item img {
        height: 800px;
    }

    .main-production:before {
        height: 600px;
    }

    .main-production .section-content {
        margin-bottom: 100px;
    }

    .main-production .steps-content .steps .step .title {
        max-width: 90%;
        font-size: 14px;
    }

    .main-production .steps-content {
        width: 80%;
    }

    .main-counters .counter-container .count-item .count-data {
        font-size: 50px;
    }

    .main-counters .counter-container .count-item .title {
        font-size: 20px;
    }

    .product-details .offer {
        margin-top: -120px;
    }

    .product-details .offer > .content .title {
        font-size: 60px;
    }
}

@media (max-width: 1199px) {
    .main-header .actions > a {
        display: none;
    }

    .main-sliders .box-container {
        padding-right: 50px;
    }

    .main-sliders .box-container .title {
        max-width: 65%;
    }

    .main-sliders img {
        height: unset;
    }

    .main-footer .footer-container {
        column-gap: 30px;
    }

    .main-footer .footer-container .logo {
        padding-right: 20px;
    }

    .main-footer .footer-container .logo .socials a {
        font-size: 20px;
    }

    .main-footer .footer-container .logo .socials {
        column-gap: 10px;
    }

    .main-footer .copyright-container {
        column-gap: 20px;
    }

    .main-footer .copyright-container .copyright a {
        white-space: nowrap;
    }

    .main-footer .copyright-container .copyright p {
        text-align: center;
    }

    .product-categories-container > .product-category {
        width: 50%;
    }

    .products-container .product {
        width: calc(50% - 30px);
    }

    .product-details .offer {
        margin-top: 0;
    }

    .product-details .offer > div {
        width: 50% !important;
    }

    .contacts-details .contact-boxes .box {
        width: 33.3%;
        height: 300px;
    }

    .contacts-details .contact-boxes .box .icon {
        width: 100px;
        height: 100px;
        font-size: 25px;
    }

    .contacts-details .contact-boxes .box .content ul {
        font-size: 16px;
    }

    .contacts-form .title {
        font-size: 30px;
    }

    .request-form .title {
        font-size: 30px;
    }
}

@media (max-width: 992px) {
    .main-header .logo {
        width: 180px;
    }

    .main-header .actions {
        width: calc(100% - 180px);
        justify-content: flex-end;
        border: 0 !important;
    }

    .toggle-menu {
        font-size: 20px !important;
        display: flex !important;
    }

    .toggle-menu i {
        font-weight: lighter;
    }

    .main-sliders .socials {
        display: none;
    }

    .main-sliders .box-container {
        padding-right: 0;
    }

    .main-sliders .box-container .title {
        font-size: 30px;
    }

    .main-sliders .box-container .slider-actions span:not(.bar) {
        display: none;
    }

    .main-sliders .products-button {
        display: none;
    }

    .main-about {
        padding: 30px 0 50px;
    }

    .main-about .text {
        flex-direction: column;
    }

    .main-about .text > div {
        width: 100%;
    }

    .main-about .text > .header .title {
        font-size: 40px;
    }

    .main-about .text > .header {
        margin-bottom: 30px;
    }

    .main-about .widgets {
        flex-wrap: wrap;
        margin-top: 50px;
        row-gap: 15px;
    }

    .main-about .widgets > .widget {
        flex: unset;
        width: 50%;
    }

    .main-production .section-content > .images {
        position: unset;
        width: 100%;
    }

    .main-production .section-content > div {
        width: 100%;
    }

    .main-production .section-content {
        flex-direction: column;
        padding: 0 15px;
        column-gap: 0;
    }

    .main-production .text .title {
        max-width: 100%;
        font-size: 30px;
    }

    .main-production .section-content > .text {
        margin-bottom: 30px;
    }

    .main-production .images .item img {
        height: 100vh;
        width: 70%;
    }

    .main-production .steps-content .site-btn {
        display: none;
    }

    .main-production .steps-content {
        width: 100%;
        margin-top: -100vh;
        display: flex;
        justify-content: flex-start;
        padding-left: 40%;
    }

    .main-production .steps-content .steps {
        flex-direction: column;
        height: 100vh;
        justify-content: flex-start;
        padding: 30px 0;
        width: 100%;
        row-gap: 30px;
        margin-top: -80px;
    }

    .main-media .media-container {
        flex-direction: column;
    }

    .main-counters .counter-container {
        flex-wrap: wrap;
    }

    .main-counters .counter-container .count-item {
        width: 50%;
        flex: unset;
    }

    .main-counters .counter-container .count-item:nth-child(2) {
        border: 0;
    }

    .main-counters {
        margin: 30px 0;
    }

    .main-media {
        margin: 30px 0;
    }

    .main-clients .clients-content {
        padding-left: 0;
        flex-direction: column;
    }

    .main-clients .text {
        padding: 30px;
    }

    .main-clients .text .title {
        font-size: 35px;
    }

    .main-footer .footer-container {
        flex-direction: column;
        row-gap: 30px;
    }

    .main-footer .footer-container > div {
        border-right: 0;
        border-bottom: 1px solid #fff;
        padding-bottom: 20px;
    }

    .main-footer .footer-container .logo {
        padding-right: 0;
    }

    .main-footer .footer-container .logo a {
        max-width: 100%;
    }

    .main-footer .copyright-container .copyright {
        flex-direction: column-reverse;
        align-items: flex-end;
    }

    .main-footer .copyright-container .copyright p {
        text-align: right;
    }

    .main-footer .copyright-container {
        margin-top: 0;
    }

    .main-header .menu {
        position: fixed;
        left: 0;
        height: calc(100% - 80px);
        background: rgba(0, 0, 0, 0.5);
        top: 80px;
        width: 100%;
        max-height: 0;
        transition: 300ms;
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
    }

    .main-header .menu ul {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: 20px;
        font-size: 25px;
    }

    .open-menu .main-header .menu {
        max-height: 100vh;
        opacity: 1;
        visibility: visible;
    }

    .open-menu .toggle-menu i:before {
        content: '\f00d';
    }

    .breadcrumb-container {
        flex-direction: column-reverse;
    }

    .breadcrumb-container .image {
        margin-right: 0;
        width: 100%;
    }

    .breadcrumb-container .image img,
    .breadcrumb-container .image iframe {
        height: 350px;
    }

    .breadcrumb {
        height: 300px;
    }

    .breadcrumb-container .text {
        width: 100%;
        height: unset;
    }

    .breadcrumb-container .text:After {
        right: 0;
        height: 350px;
        width: 100px;
        top: -30px;
    }

    .about-page-container {
        flex-direction: column;
        margin-top: 220px;
    }

    .about-page-container .about-page-meta {
        width: 100%;
        display: block;
    }

    .about-page-container .summary {
        width: 100%;
        margin-top: 0;
        margin-right: 0;
    }

    .breadcrumb-container .text h1 {
        color: #000;
        font-size: 45px;
        margin-right: -20px;
        padding-top: 30px;
    }

    .breadcrumb-container .text nav {
        margin-right: 80px;
        overflow: auto;
        max-width: 100%;
        flex-wrap: wrap;
    }

    .breadcrumb-container .text nav a {
        color: #636363;
        white-space: nowrap;
    }

    .breadcrumb-container .text nav a:not(:last-child):after {
        color: #636363;
    }

    .section-page-title {
        display: none;
    }

    .about-page-container .summary .summary-text {
        width: 100%;
        text-align: left;
        padding: 30px;
    }

    .about-page-container .summary .summary-text-white {
        width: 100%;
        text-align: left;
        padding: 30px;
        font-size: 16px;
    }

    .about-widgets {
        width: 100%;
        margin-left: 0;
        padding: 15px 0 0 0;
        flex-wrap: wrap;
        row-gap: 30px;
    }

    .about-widgets .widget {
        width: 50%;
        flex: unset;
    }

    .about-vision .about-section-header {
        flex-direction: column;
    }

    .about-vision .content .image-text-card {
        width: 100%;
        left: 0;
        text-align: center;
        padding: 15px;
        height: unset;
        bottom: unset;
        position: unset;
    }

    .about-vision .content .image-text-card p {
        font-size: 16px;
        text-align: center;
        width: 100%;
        padding: 0 70px;
    }

    .cs-breadcrumb {
        padding-top: 440px;
    }

    .product-categories-container > .product-category {
        width: 100%;
    }

    .products-container .product {
        width: 100%;
        margin: 0;
    }

    .product-details .product-features {
        flex-direction: column;
        row-gap: 30px;
    }

    .product-details .product-features > div {
        width: 100% !important;
    }

    .product-details .product-features > div > .title {
        font-size: 20px;
    }

    .product-details .product-features .technical-features .body {
        font-size: 16px;
    }

    .packaging-samples .title {
        font-size: 20px;
        margin-bottom: 0;
    }

    .product-details .offer {
        margin-top: 30px;
        flex-direction: column;
        row-gap: 30px;
    }

    .product-details .offer > div {
        width: 100% !important;
        text-align: center !important;
    }

    .product-details .offer > .content .sup-title {
        font-size: 16px;
    }

    .product-details .offer > .content .title {
        font-size: 30px;
    }

    .table-container {
        max-width: 100%;
        overflow: auto;
    }

    .gallery-container > a {
        width: calc(50% - 30px);
    }

    .clients-list .client {
        width: 50%;
    }

    .contacts-details .service-button {
        text-align: left;
    }

    .contacts-details .contact-boxes {
        flex-direction: column;
        row-gap: 30px;
    }

    .contacts-details .contact-boxes .box {
        width: 100%;
    }

    .contact-form-body .inputs {
        flex-direction: column;
        row-gap: 30px;
    }

    .contact-form-body .inputs input {
        width: 100%;
    }

    .request-form-body .mi-col {
        flex-direction: column;
    }

    .request-form-body > div {
        width: 100%;
    }

    .request-form-body {
        row-gap: 0;
    }

    .videos-container .video {
        width: 100%;
    }

    .documents-container .document {
        width: 100%;
    }

    .quality-details > .summary-text {
        padding-left: 0;
        margin-top: 390px;
        text-align: left;
        padding-right: 110px;
    }

    .quality-section-1 {
        margin-bottom: 40px;
    }

    .quality-section-1 .content {
        flex-direction: column-reverse;
    }

    .quality-section-1 .content .text {
        width: 100%;
    }

    .quality-section-2 .media-content {
        flex-direction: column;
    }

    .quality-section-2 .media-content .image {
        width: 100%;
        border-bottom-left-radius: 0;
        border-top-left-radius: 100px;
    }

    .quality-section-2 .media-content .content {
        width: 100%;
        padding: 40px;
        font-size: 16px;
    }

    .quality-section-2 .text .title {
        max-width: 100%;
        font-size: 30px;
        margin-bottom: 20px;
    }

    .quality-section-2 .media-content .content .title {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .quality-section-1 .content .text p {
        font-size: 16px;
    }

    .quality-section-2 .text p {
        font-size: 16px;
    }

    .quality-section-3 .content {
        flex-direction: column;
    }

    .quality-section-3 .content .text {
        width: 100%;
    }

    .quality-section-3 .content .text p {
        font-size: 16px;
        text-align: left;
    }

    .quality-section-3 .full-text {
        font-size: 16px;
        text-align: left;
    }

    .quality-section-2 .text {
        text-align: left;
    }

    .main-about .widgets > .widget img {
        width: 60px;
        height: 60px;
    }

    .main-about .widgets > .widget .title {
        font-size: 16px;
        max-width: 100%;
    }

    .main-categories .product-category .title {
        font-size: 20px;
        max-width: 100%;
    }

    .main-products .new-product-item .product-title {
        font-size: 20px;
    }

    .product-category footer .counter {
        font-size: 30px;
    }

    .main-production .steps-content .steps .step {
        padding: 20px;
        border-top-right-radius: 30px;
    }

    .main-clients .clients {
        padding: 30px;
        column-gap: 20px;
    }

    .product-details .product-media header a {
        font-size: 14px;
    }

    .product-details .gallery img {
        width: 100%;
    }

    .product-details .gallery .counter {
        width: 45px;
        height: 40px;
        left: 0;
    }

    .product-details .product-features > div {
        padding: 15px !important;
    }

    .open-menu .main-header {
        background: #000;
    }

    .about-page-meta .man {
        max-width: 60%;
        margin-top: 100px;
    }

    .about-widgets .widget .title {
        margin-top: 20px;
        font-size: 14px;
    }

    .about-widgets .widget img {
        width: 70px;
        height: 70px;
    }

    .about-section-header h3 {
        font-size: 25px;
    }

    .about-section-header > p {
        font-size: 16px;
    }

    .about-mission {
        margin: 30px 0 30px;
    }

    .about-mission .content {
        font-size: 16px;
    }

    .about-mission .about-section-header {
        margin-bottom: 0;
    }

    .quality-section-3 .content .quality-card {
        margin-left: 0;
    }
}
.contact-form .input{margin-bottom:20px;}
.contact-form .input input {width:100%;}
.wwbutton {
    float: right;
    display: flex;
    width: 100%;
    justify-content: end;
    position: relative;
}
.input-button {
    opacity: 0;
    z-index: 99;
    position: absolute;
    top: 0px;
    width: 70%;
    padding: 23px 0 !important;
}

/*multi select */
.select select {
    display: none;
    /*hide original SELECT element:*/
}

.select {
    position: relative;
    border-bottom: 1px solid #fff;
    padding: 9px;
}

.select-selected {
    background-color: transparent;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 30px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #8d8d8d transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #8d8d8d transparent;
    top: 24px;
}

/*style the items (options), including the selected item:*/
.select-selected {
    color: #fff;
    padding: 10px 10px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
}

.select-items div {
    color: #fff;
    padding: 8px 18px;
    border-bottom: 1px solid #ffffff73;
    cursor: pointer;
    user-select: none;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #000000;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 6px 0px;
}

.select-items-two {
    position: absolute;
    background-color: #fafafa;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 6px 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: #ffffff;
    color: #000;
}

.select-items-two div:hover, .same-as-selected {
    background-color: rgb(173 170 170 / 30%);
}
.request-form-body .button .submit-btn {
    background: transparent;
    font-size: 25px;
}
.teklif .captcha  img {background:#000;}
.teklif .select-selected {
    color: #000;
    border: 0px solid transparent;
    font-weight: 600;
    font-size: 15px;
}
.teklif .select {
   
    border-bottom: 1px solid #000;
   
}
.teklif .select-items {
   
    background-color: #ffc400;
   
}
.teklif .select-items div {
    color: #000;

    border-bottom: 1px solid #000;
   
}
.teklif .request-form-body .button .submit-btn {
   
    color: #000;
}
.teklif .request-form-body .button .submit-btn i{
   
    color: #000;
}
.teklif .select-selected:after {
  
    border-color: #000 transparent transparent transparent;
}
.teklif .select-selected.select-arrow-active:after {
    border-color: transparent transparent #000 transparent;
  
}
.policy-about {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:50px;
}

.policy-about a {
    padding: 25px 50px 25px 30px;
    background: #212529;
    margin: 0 15px;
    width: 29%;
    color: var(--orange);
    border-top-right-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.policy-about a h3{
  font-size:18px;
  margin-bottom:0;
  font-weight:600;
}
.policy-about a+a {
  background: var(--orange);
   color: #212529;
    
}
.policy-about a:hover {
  background: var(--orange);
   color: #212529;
    
}
.policy-about a:hover h3{
  
   color: #212529;
    
}
.policy-about a+a:hover {
  background: #212529;
   color:var(--orange);
    
}
.policy-about a+a:hover h3{
  
    color:var(--orange);
    
}
@media(max-width:1200px){
	.policy-about a {
   
    width: 40%;
   
}
}
@media(max-width:992px){
	.policy-about a {
   
    width: 50%;
   
}
}
@media(max-width:992px){
	.policy-about  {
   
    display:block;
   
}
.policy-about a {
   
   
	margin-top:15px;
	 width: 90%;
   
}
}