:root {
    --container: 1400px;
}

@media (max-width: 1200px) {
    :root {
        --container: 1140px;
    }
}

@media (max-width: 992px) {
    :root {
        --container: 960px;
    }
}

@media (max-width: 768px) {
    :root {
        --container: 100%;
    }
}

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

body {
    font-size: 16px;
    font-weight: 400;
    background-color: #202020;
    color: #fff;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

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

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

.main-header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    transition: 300ms;
}

.main-header:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(images/dots-map.png);
    z-index: -1;
    transition: 300ms;
    background-position: left top;
    opacity: 0;
}

.main-header .menu-container {
    display: flex;
    justify-content: space-between;
    height: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: 300ms;
}

.main-header .menu-container > div {
    display: flex;
    align-items: center;
}

.main-header .menu-container .logo {
    min-width: 200px;
}

.main-header .menu-container .logo img {
    width: 100%;
}

.main-header .menu-container .menu > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    height: 100%;
}

.main-header .menu-container .menu > ul > li {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.main-header .menu-container .menu > ul > li:has(ul):After {
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    font-weight: lighter;
    opacity: .4;
    transition: 300ms;
}

.main-header .menu-container .menu > ul > li > a {
    text-transform: uppercase;
    color: #fff;
    display: block;
    padding: 0 15px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    transition: 300ms;
}

.main-header .menu-container .menu > ul > li > a:After {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: 0;
    height: 1px;
    background: #B05E1E;
    transition: 300ms;
    opacity: 0;
    visibility: hidden;
}

.main-header .menu-container .menu > ul > li:Hover > a {
    color: #B05E1E;
}

.main-header .menu-container .menu > ul > li:Hover > a:after {
    opacity: 1;
    visibility: visible;
    left: 0;
    width: 100%;
}

.main-header .menu-container .menu > ul > li > ul {
    position: absolute;
    left: 0;
    top: calc(100% + 2px);
    background: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 100%;
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    transition: 300ms;
}

.main-header .menu-container .menu > ul > li:Hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.main-header .menu-container .menu > ul > li > ul > li > a {
    display: flex;
    white-space: nowrap;
    color: #000;
    transition: 300ms;
    padding: 5px 10px;
    font-size: 14px;
}

.main-header .menu-container .menu > ul > li > ul > li > a:Before {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    margin-right: 10px;
    font-size: 13px;
}

.main-header .menu-container .menu > ul > li > ul > li > a:Hover {
    background: #B05E1E;
    color: #fff;
}

.main-header .languages {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.main-header .languages .active {
    text-align: center;
}

.main-header .languages .active p {
    margin: 0;
    text-transform: uppercase;
    font-weight: lighter;
    opacity: .5;
    transition: 300ms;
    cursor: pointer;
}

.main-header .languages .active p:After {
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    margin-left: 10px;
}

.main-header .languages .list {
    background: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 100%;
    transition: 300ms;
    min-width: 100%;
    opacity: 0;
    visibility: hidden;
}

.main-header .languages .list a {
    padding: 5px 10px;
    display: flex;
    color: #000;
    transition: 300ms;
    border-bottom: 1px solid #ddd;
}

.main-header .languages .list a:Hover {
    background: #ddd;
}

.main-header .languages .list a:Before {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    margin-right: 10px;
}

.main-header .languages:hover > .active p {
    opacity: 1;
}

.main-header .languages:hover > .list {
    opacity: 1;
    visibility: visible;
}

.fixed-bar .main-header {
    background: #121212;
}

.fixed-bar .main-header:after {
    opacity: 1;
}

.fixed-bar .main-header .menu-container {
    height: 70px;
    border-color: transparent;
}

.main-video {
    position: relative;
}

.main-video:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50vh;
    background: linear-gradient(transparent, #202020);
}

.main-video video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.main-video .slider-about-widget {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.main-video .slider-about-widget .title {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 30px;
    display: block;
}

.main-video .slider-about-widget .description {
    font-size: 14px;
    max-width: 50%;
    font-weight: lighter;
}

.main-video .slider-about-widget .buttons {
    display: flex;
    column-gap: 30px;
    margin-top: 30px;
}

.main-video .slider-about-widget .buttons a {
    padding: 10px 40px;
    font-size: 14px;
    font-weight: 500;
    transition: 300ms;
    display: block;
    border-radius: 5px;
}

.main-video .slider-about-widget .buttons a:nth-child(1) {
    background: #fff;
    color: #000;
}

.main-video .slider-about-widget .buttons a:nth-child(1):Hover {
    background: #B05E1E;
    color: #fff;
}

.main-video .slider-about-widget .buttons a:nth-child(2) {
    border: 1px solid #fff;
    color: #fff;
}

.main-video .slider-about-widget .buttons a:nth-child(2):Hover {
    background: #fff;
    color: #000;
}

.main-video .slider-widgets {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
    z-index: 1;
}

.main-video .slider-widgets .widgets-container {
    display: flex;
    justify-content: space-between;
}

.main-video .slider-widgets .widgets-container .widget {
    width: calc(33.3% - 50px);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-video .slider-widgets .widgets-container .widget:nth-child(2):Before {
    content: '';
    position: absolute;
    left: -40px;
    top: 0;
    width: calc(100% + 80px);
    height: 100%;
    border-inline: 1px solid rgba(255, 255, 255, 0.8);
}

.main-video .slider-widgets .widgets-container .widget .icon {
    width: 90px;
}

.main-video .slider-widgets .widgets-container .widget .icon img {
    width: 100%;
    height: 90px;
    object-fit: contain;
}

.main-video .slider-widgets .widgets-container .widget .content {
    width: calc(100% - 90px);
    padding-left: 25px;
}

.main-video .slider-widgets .widgets-container .widget .content .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.main-video .slider-widgets .widgets-container .widget .content .description {
    margin: 0;
    font-size: 13px;
    font-weight: lighter;
}

.main-about {
    padding: 120px 0;
}

.main-about .about-container {
    display: flex;
}

.main-about .about-container > .text {
    width: 60%;
    padding-right: 50px;
}

.main-about .about-container > .image {
    width: 40%;
}

.main-about .about-container > .image img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 4/3;
    border-radius: 5px;
}

.main-about .about-container > .text h2 {
    font-weight: 400;
}

.main-about .about-container > .text h2:nth-child(2) {
    margin-bottom: 40px;
}

.main-about .about-container > .text p {
    font-weight: lighter;
    margin-bottom: 30px;
}

.main-about .about-container > .text ul {
    font-weight: lighter;
    opacity: .9;
}

.main-about .about-container > .text ul li {
    margin-bottom: 10px;
}

.main-services {
    margin-top: 120px;
    padding: 120px 0;
    background: #1B1B1B;
}

.home-section-header {
    margin-bottom: 40px;
}

.home-section-header .section-title {
    font-size: 45px;
    font-weight: 500;
}

.home-section-header .section-description {
    font-size: 14px;
    font-weight: lighter;
    opacity: .7;
    max-width: 60%;
}

.home-section-header:has(.buttons) .section-description {
    max-width: 100%;
}

.home-section-header:has(.buttons) {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.home-section-header:has(.buttons) .text {
    width: 70%;
}

.home-section-header .buttons {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.home-section-header:has(.buttons) button {
    width: 50px;
    height: 50px;
    background: transparent;
    border: 0;
    background: #202020;
    color: #fff;
    border-radius: 5px;
    transition: 300ms;
}

.home-section-header:has(.buttons) button:Hover {
    background: #fff;
    color: #000;
}

.service-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.service-item .cover img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    transition: 300ms;
}

.service-item .content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 30px;
    background: linear-gradient(transparent, #000);
    z-index: 1;
    transition: 300ms;
}

.service-item .content .number {
    font-size: 45px;
    font-weight: bolder;
    opacity: .2;
    color: #fff;
    margin-right: -15px;
    line-height: 1;
    transition: 300ms;
}

.service-item .content .title {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 25px;
    margin-bottom: 0;;
}

.service-item:Hover .cover img {
    transform: scale(1.1);
}

.service-item:Hover .content {
    padding-bottom: 45px;
}

.service-item:Hover .content .number {
    margin-right: 15px;
}

.main-milestones {
    position: relative;
}

.main-milestones .milestone-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: calc(calc(100vw - var(--container)) / 2);
}

.main-milestones .milestone-item > div {
    width: 50%;
}

.main-milestones .milestone-item .text .milestones-title {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 40px;
}

.main-milestones .milestone-item .text .year {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 5px;
}

.main-milestones .milestone-item .text .description {
    font-size: 20px;
    font-weight: 300;
    max-width: 70%;
    margin-bottom: 50px;
}

.main-milestones .milestone-item .text .actions {
    display: flex;
    justify-content: space-between;
    padding-right: 50px;
    align-items: center;
}

.main-milestones .milestone-item .text .actions .milestone-dots {
    display: flex;
    column-gap: 30px;
    position: relative;
    z-index: 1;
    width: calc(100% - 150px);
}

.main-milestones .milestone-item .text .actions .milestone-dots:Before {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: calc(50% - .5px);
    height: 1px;
    background: #3A3A3A;
    z-index: -1;
}

.main-milestones .milestone-item .text .actions .milestone-dots .dot {
    width: 15px;
    height: 15px;
    background: #3A3A3A;
    border-radius: 100%;
    transition: 300ms;
}

.main-milestones .milestone-item .text .actions .milestone-dots .dot.active {
    background: #fff;
    transform: scale(1.5);
}

.main-milestones .milestone-item .text .actions .milestone-buttons {
    display: flex;
    column-gap: 10px;
}

.main-milestones .milestone-item .text .actions .milestone-buttons button {
    width: 50px;
    height: 50px;
    background: transparent;
    border: 0;
    background: #3A3A3A;
    color: #fff;
    border-radius: 5px;
    transition: 300ms;
}

.main-milestones .milestone-item .text .actions .milestone-buttons button:Hover {
    background: #fff;
    color: #000;
}

.main-milestones .milestone-item .image img {
    width: 100%;
}

.main-categories {
    padding: 120px 0;
    background: #1B1B1B;
}

.category-item {
    position: relative;
    text-align: center;
}

.category-item .image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
    position: relative;
    z-index: 1;
}


.category-item .image img {
    height: 200px;
    aspect-ratio: 16/9;
    object-fit: contain;
}

.category-item .content .title {
    display: block;
    transition: 300ms;
    background: #B05E1E;
    padding: 30px 0;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.category-item .image:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50%;
    background: #202020;
    width: 100%;
    z-index: -1;
}

.main-articles {
    margin: 120px 0;
}

.site-btn {
    background: #1B1B1B;
    padding: 10px 20px;
    transition: 300ms;
    border-radius: 5px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 14px;
    column-gap: 60px;
}

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

.articles-container {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap;
}

.articles-container > .article {
    width: calc(33.3% - 30px);
    margin: 15px;
    background: #1B1B1B;
}

.articles-container > .article .image img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
}

.articles-container > .article .content {
    padding: 30px;
    position: relative;
}

.articles-container > .article .content .date {
    background: #D9D9D9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #000;
    border-radius: 5px;
    padding: 8px 16px;
    margin-top: -50px;
    position: absolute;
}

.articles-container > .article .content .date:Before {
    content: "\f073";
    font-family: 'Font Awesome 5 Pro';
    margin-right: 10px;
}

.articles-container > .article .content .title {
    font-size: 20px;
    display: block;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
    transition: 300ms;
}

.articles-container > .article .content .description {
    margin: 0;
    font-size: 14px;
    font-weight: lighter;
}

.articles-container > .article .content .title:Hover {
    color: #B05E1E;
}

.main-footer {
    background: #1B1B1B;
}

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

.main-footer .footer-container > div {
    width: calc(20% - 30px);
    margin: 15px;
}

.main-footer .footer-container .menu-title {
    font-size: 20px;
    font-weight: 500;
}

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

.main-footer .footer-container ul a {
    display: block;
    color: #fff;
    padding: 8px 0;
    opacity: .5;
    font-weight: lighter;
    transition: 300ms;
}

.main-footer .footer-container ul a:Hover {
    opacity: 1;
}

.main-footer .footer-container .menu ul a:before {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    margin-right: 10px;
}

.footer-container .logo .socials {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 20px;
    margin-top: 40px;
    font-size: 20px;
}

.footer-container .logo .socials a {
    color: #fff;
    opacity: .5;
    transition: 300ms;
}

.footer-container .logo .socials a:Hover {
    opacity: 1;
}

.footer-bar {
    background: #3A3A3A;
}

.footer-bar .bar-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    font-size: 14px;
}

.footer-bar .bar-container p {
    margin: 0;
}

.footer-bar .bar-container p img {
    margin-left: 5px;
}

.breadcrumb {
    border-radius: 0;
    padding: 120px 0 20px 0;
    background: #1b1b1b;
}

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


.breadcrumb-container h1 {
    font-size: 25px;
    margin: 0;
}

.breadcrumb-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    font-size: 14px;
}

.breadcrumb-container ul li a {
    color: #fff;
    transition: 300ms;
    opacity: .5;
    font-weight: lighter;
}

.breadcrumb-container ul li a:Hover {
    opacity: 1;
}

.breadcrumb-container ul li:not(:first-child) a:before {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    color: #fff;
    opacity: .5;
    margin: 0 10px;
}

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

.page-container > .content {
    width: calc(100% - 300px);
    padding-right: 50px;
}

.page-container > .sidebar {
    width: 300px;
}

.page {
    margin: 50px 0;
}

.page-container > .sidebar .menu {
    background: #1b1b1b;
}

.page-container > .sidebar .menu-title {
    background: #141111;
    padding: 15px 30px;
    font-weight: 600;
    font-size: 20px;
    margin: 0;
}

.page-container > .sidebar .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-container > .sidebar .menu ul a {
    display: block;
    color: #fff;
    font-size: 14px;
    transition: 300ms;
    display: flex;
    transition: 300ms;
    padding: 15px;
}

.page-container > .sidebar .menu ul a:before {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    width: 15px;
}

.page-container > .sidebar .menu ul a:Hover,
.page-container > .sidebar .menu ul .active a {
    background: #B05E1E;
}

.page-image img {
    margin-bottom: 50px;
}

.services-container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.services-container > div {
    width: calc(33.3% - 30px);
    margin: 15px;
}

.product-categories-container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.product-categories-container > div {
    width: calc(33.3% - 30px);
    margin: 15px;
}

.products-container {
    display: flex;
    flex-wrap: wrap;
}

.products-container .product {
    width: calc(50% - 30px);
    margin: 15px;
    text-align: center;
    padding: 30px;
    border: 1px solid #3a3a3a;
    transition: 300ms;
}

.products-container .product .image img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
}

.products-container .product .title {
    font-size: 20px;
    display: block;
    color: #fff;
    font-weight: 600;
    margin-top: 30px;
    transition: 300ms;
}

.products-container .product .category {
    font-size: 14px;
    text-transform: uppercase;
    opacity: .5;
}

.products-container .product:Hover {
    border-color: #B05E1E;
}

.products-container .product .title:Hover {
    color: #B05E1E;
}

.page-container > .sidebar {
    position: sticky;
    top: 100px;
}

.product-details .cover {
    margin-bottom: 40px;
}

.contacts-details {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.contacts-details > div {
    width: 50%;
}

.contacts-details .info {
    padding-right: 50px;
    padding-top: 60px;
}

.contacts-details .info p {
    font-size: 18px;
    font-weight: lighter;
}

.contacts-details .info p:first-child {
    max-width: 35ch;
}

.contacts-details .info p a {
    display: block;
    color: #fff;
    font-weight: 500;
    transition: 300ms;
}

.contacts-details .info .socials .title {
    font-size: 18px;
    margin-bottom: 10px;;
    display: block;
}

.contacts-details .info .socials nav {
    display: flex;
    font-size: 20px;
    gap: 20px;
}

.contacts-details .info .socials nav a {
    color: #fff;
    opacity: .5;
    transition: 300ms;
}

.contacts-details .info .socials nav a:hover {
    opacity: 1;
}

.contacts-details .info p a:Hover {
    color: #B05E1E;
}

.contacts-map {
    margin-top: 50px;
}

.contacts-map iframe {
    width: 100%;
    height: 600px;
    filter: grayscale(1);
    opacity: .5;
    border-radius: 5px;
    transition: 300ms;
}

.contacts-map iframe:hover {
    opacity: 1;
}

.contacts-details .form .form-title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    display: block;
}

.contacts-details .form form input,
.contacts-details .form form textarea {
    width: 100%;
    padding: 15px;
    background: #1b1b1b;
    border: 0;
    border-radius: 5px;
    margin: 5px 0;
    color: #fff;
}

.contacts-details .form form button {
    background: #1b1b1b;
    color: #fff;
    padding: 10px 40px;
    border: 0;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 5px;
    transition: 300ms;
}

.contacts-details .form form button:Hover {
    background: #B05E1E;
}


.fixed-wp {
    background: #128C7E;
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 60px;
    height: 60px;
    z-index: 99;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    border-radius: 100%;
    transition: 300ms;
}

.fixed-wp:Hover {
    background: #25D366;
    color: #fff;
}

.main-footer .footer-container .menu ul .phone a:before{
    content: "\f095";
    font-weight: 600;
}

.main-footer .footer-container .menu ul .email a:before{
    content: "\f0e0";
    font-weight: 600;
}

.main-footer .footer-container .menu ul .address a:before{
    content: "\f3c5";
    font-weight: 600;
}

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

.products-container .product .category {
    font-size: 11px;
    white-space: nowrap;
}

.products-container .product .title {
    font-size: 16px;
}

.products-container .product:hover{
    background: #d9d9d9;
    border-color: transparent;
}

.products-container .product:hover .title{
    color: #b05e1e;
}

.products-container .product:hover .category{
    opacity: 1;
    color: gray;
}

.page .products-container{
    margin-top: -15px;
}

.products-container .product:hover img{
    transform: scale(1.1);
}

.page .product-details {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.page .product-details > div {
    width: 50%;
}

.page .product-details > .body {
    padding-left: 30px;
}

.page .product-details .cover{
    position: sticky;
    top: 120px;
}

.page .product-details .cover img{
    border: 1px solid #3a3a3a;
}

.images-container {
    display: flex;
    flex-wrap: wrap;
}

.images-container > div {
    width: calc(25% - 30px);
    margin: 15px;
    overflow: hidden;
}

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

.images-container > div:hover img{
    opacity: .5;
}

.images-container > div.video a {
    display: block;
    position: relative;
}

.images-container > div.video a:before{
    content: '\f04b';
    position: absolute;
    width: 100%;
    height: 100%;
    font-family: 'Font Awesome 5 Pro';
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.5);
    z-index: 1;
    font-size: 30px;
    font-weight: bolder;
    color: #b05e1e;
    transition: 300ms;
}

.images-container > div.video:Hover a:before{
    text-shadow: 0 0 30px #b05e1e;
    transform: scale(1.2);
}

.documents-container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.documents-container .document{
    width: calc(33.3% - 30px);
    margin: 15px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.documents-container .document img{
    width: 100%;
    height: 450px;
    transition: 300ms;
}

.documents-container .document .content{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, rgba(0,0,0,0.9));
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    transition: 300ms;
    z-index: 1;
}


.documents-container .document .content .title{
    margin: 0;
    color: #fff;
    padding: 30px;
    width: 100%;
}

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

.main-documents {
    padding: 120px 0;
    background: #1B1B1B;
}


@media (max-width: 1400px) {
    .main-milestones .milestone-item {
        padding-left: 30px;
    }
    
    .images-container > div {
        width: calc(33.3% - 30px);
    }
}

@media (max-width: 1440px) and (min-width: 993px){ 
    .main-video .slider-about-widget .title {
        font-size: 25px;
        margin-bottom: 5px;
    }
    
    .main-video .slider-about-widget .description {
        font-size: 12px;
    }
    
    .main-video .slider-about-widget .buttons a {
        font-size: 12px;
        padding: 10px 20px;
    }
    
    .main-video .slider-widgets .widgets-container .widget .content .title {
        font-size: 14px;
    }
    
    .main-video .slider-widgets .widgets-container .widget .content .description {
        font-size: 11px;
    }
    
    .main-about .about-container > .text h2 {
        font-size: 25px;
    }
    
    .main-about .about-container > .text p {
        font-size: 14px;
    }
    
    .main-about .about-container > .text ul {
        font-size: 12px;
    }
    
    .main-about .about-container{
        align-items: center;
    }
    
    .main-about {
        padding: 60px 0;
    }
    
    .home-section-header .section-title {
        font-size: 30px;
    }
    
    .main-services .slider {
        padding: 0 100px;
    }
    
    .main-services .home-section-header {
        padding: 0 100px;
    }
    
    .main-milestones .milestone-item {
        padding: 0 100px;
    }
    
    .main-categories .products-slider {
        padding: 0 100px;
    }
    
    .category-item .image img {
        height: 150px;
    }
    
    .main-categories .home-section-header {
        padding: 0 100px;
    }
    
    .main-articles .home-section-header {
        padding: 0 100px;
    }
    
    .main-articles .articles-container {
        padding: 0 100px;
    }
    
    .articles-container > .article .image img{
        aspect-ratio: 16/9;
    }
    
    .articles-container > .article .content .description {
        display: none;
    }
    
    .articles-container > .article .content .title {
        margin-bottom: 0;
    }
    
    .page-container > .content {
        padding-left: 200px;
    }
    
    .page .services-container {
        padding: 0 100px;
    }
    
    .product-categories-container {
        padding: 0 100px;
    }
    
    .category-item .content .title {
        padding: 10px 0;
    }
}

@media (max-width: 992px) {
    .documents-container {
        margin-left: -7.5px;
        margin-right: -7.5px;    
    }
    
    .documents-container .document {
        width: calc(50% - 15px);
        margin: 7.5px;
    }
    
    .main-documents {
        padding: 50px 0;
    }
    
    .documents-container .document img {
        height: 250px;
    }
    
    .images-container > div {
        width: calc(50% - 30px);
    }
    
    .main-header .menu-container .logo {
        min-width: 120px;
        max-width: 120px;
    }

    .main-header .menu-container > .menu {
        display: none;
    }

    .main-header .toggle-menu {
        display: flex;
        border: 0;
        color: #fff;
        background: transparent;
    }

    .main-header .menu-container .actions {
        column-gap: 20px;
        padding-right: 20px;
    }

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

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

    .main-about .about-container > .text {
        width: 100%;
        padding-right: 0;
    }

    .main-about .about-container > .image {
        width: 100%;
    }

    .main-services {
        padding: 50px 0;
        margin: 0;
    }

    .home-section-header .section-title {
        font-size: 25px;
    }

    .home-section-header .section-description {
        display: none;
    }

    .home-section-header .section-title {
        margin: 0;
    }

    .home-section-header:has(.buttons) {
        align-items: center;
    }

    .main-milestones .milestone-item {
        padding: 0 20px;
        flex-direction: column;
        row-gap: 30px;
    }

    .main-milestones .milestone-item > div {
        width: 100%;
    }

    .main-milestones .milestone-item .text .milestones-title {
        font-size: 25px;
    }

    .main-milestones .milestone-item .text .description {
        max-width: 100%;
    }

    .main-milestones .milestone-item .text .actions {
        flex-direction: column;
        row-gap: 20px;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .main-milestones .milestone-item .text .actions .milestone-dots {
        width: 100%;
    }

    .main-categories {
        padding: 50px 0;
    }

    .main-articles .home-section-header {

    }

    .main-articles .home-section-header .section-title {
        text-align: center;
    }

    .articles-container > .article {
        width: 100%;
        margin: 15px 0;
    }

    .articles-container {
        margin-left: 0;
        margin-right: 0;
    }

    .main-articles {
        margin: 50px 0;
    }

    .main-footer .footer-container {
        row-gap: 20px;
        flex-wrap: wrap;
    }

    .main-footer .footer-container > div {
        width: 100%;
        margin: 0;
    }

    .main-video .slider-widgets {
        display: none;
    }

    .main-video .slider-about-widget .title {
        font-size: 28px;
        margin-bottom: 0;
    }

    .main-video .slider-about-widget .description {
        display: none;
    }

    .main-video .slider-about-widget {
        align-items: flex-end;
        padding-bottom: 30px;
    }

    .main-video .slider-about-widget .buttons a {
        font-size: 10px;
        padding: 10px 20px;
    }

    .main-video .slider-about-widget .buttons {
        column-gap: 10px;
        padding-bottom: 140px;
        margin-top: 15px;
    }

    .menu-wrapper {
        display: flex;
        flex-direction: column;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 99;
        background: #1b1b1b;
        background-image: url(images/dots-map.png);
        padding: 30px;
        overflow: auto;
        transform: translateX(-100%);
        opacity: 0;
        transition: 300ms;
        visibility: hidden;
    }

    .menu-wrapper .logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 40px;
    }

    .menu-wrapper .toggle-menu {
        display: flex;
        width: 40px;
        height: 40px;
        background: #eee;
        border: 0;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
    }

    .menu-wrapper .menu > ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .menu-wrapper .menu > ul > li > a {
        color: #fff;
        font-size: 17px;
        font-weight: 600;
        padding: 5px 0;
        display: block;
    }

    .menu-wrapper .menu > ul > li > ul {
        list-style: none;
        padding: 0;
        margin: 10px 0;
    }

    .menu-wrapper .menu > ul > li > ul > li > a {
        display: block;
        color: #fff;
        opacity: .5;
        padding: 5px 0;
    }

    .menu-wrapper .menu > ul > li > ul > li > a:Before {
        content: '\f105';
        font-family: 'Font Awesome 5 Pro';
        margin-right: 10px;
    }

    .open-menu .menu-wrapper {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }

    .breadcrumb-container {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .breadcrumb-container h1 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .breadcrumb-container ul li a {
        font-size: 12px;
        white-space: nowrap;
    }

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

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

    .page-container > .content {
        width: 100%;
        padding-right: 0;
    }

    .page-container > .sidebar {
        width: 100%;
        position: static;
    }

    .services-container {
        margin-left: 0;
        margin-right: 0;
    }

    .services-container > div {
        width: 100%;
        margin: 15px 0;
    }

    .product-categories-container {
        margin-left: 0;
        margin-right: 0;
    }

    .product-categories-container > div {
        width: calc(50% - 10px);
        margin: 15px 5px;
    }

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

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

    .contacts-details .info {
        padding-right: 0;
    }

    .contacts-details > div {
        width: 100%;
    }

    .main-header .languages .active p{
        font-size: 13px;
    }
    
    .main-about .about-container > .text h2 {
        font-size: 18px;
    }
    
    .main-about .about-container > .text h2:nth-child(2) {
        margin-bottom: 15px;
    }
    
    .main-about .about-container > .text p {
        font-size: 12px;
    }
    
    .main-about .about-container > .text ul {
        font-size: 12px;
    }
    
    .main-about .about-container > .image{
        display: none;
    }
    
    .service-item .content .number {
        display: none;
    }
    
    .main-milestones .milestone-item {
        padding: 30px ;
        position: relative;
    }
    
    .main-milestones .milestone-item .text .milestones-title {
        font-size: 18px;
    }
    
    .main-milestones .milestone-item .text .description {
        font-size: 12px;
    }
    
    .main-milestones .milestone-item .text .year {
        font-size: 16px;
    }
    
    .main-milestones .milestone-item .text .actions .milestone-buttons {
        position: absolute;
        right: 30px;
        top: 30px;
    }
    
    .main-milestones .milestone-item .text .actions .milestone-buttons button {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
    
    .main-milestones .milestone-item .text .actions .milestone-dots .dot {
        width: 8px;
        height: 8px;
    }
    
    .main-milestones .milestone-item .text .actions .milestone-dots {
        column-gap: 15px;
    }
    
    .home-section-header .section-title {
        font-size: 18px;
    }
    
    .home-section-header:has(.buttons) button {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
    
    .category-item .image img {
        height: 100px;
    }
    
    .category-item .image {
        padding: 25px 0;
    }
    
    .category-item .content .title {
        padding: 10px 0;
        font-size: 14px;
    }
    
    .articles-container > .article .image img {
        height: 100px;
        aspect-ratio: unset;
    }
    
    .articles-container > .article .content .description {
        display: none;
    }
    
    .articles-container > .article .content .title {
        font-size: 18px;
        margin-bottom: 0;
    }
    
    .articles-container > .article:nth-child(3) {
        display: none;
    }
    
    .main-articles .home-section-header .section-title {
        text-align: left;
    }
    
    .site-btn {
        column-gap: 20px;
        white-space: nowrap;
    }
    
    .main-footer .footer-container > div {
        width: calc(50% - 10px);
    }
    
    .main-footer .footer-container > .logo {
        width: 100%;
        text-align: center;
    }
    
    .main-footer .footer-container ul a {
        padding: 4px 0;
    }
    
    .main-footer .footer-container > div:nth-child(2) {
        display: none;
    }
    
    .main-footer .footer-container > div:nth-child(5) {
        width: 100%;
    }
    
    .footer-container .logo .socials {
        justify-content: center;
        margin-bottom: 30px;
    }
    
    .footer-bar .bar-container {
        flex-direction: column;
        row-gap: 20px;
        padding-bottom: 110px;
    }
    
    .page .product-details {
        flex-direction: column;
    }
    
    .page .product-details > div {width: 100%;}
    
    .page .product-details > .body {
        padding-left: 0;
    }
    
    .page .product-details .cover {
        position: static;
    }
}
