* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: none;
}

html, body {
    min-width: 344px;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.25px;
    scroll-behavior: smooth;
}

a {
    color: inherit;
}

button, a {
    cursor: pointer;
    background-color: transparent;
}

button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  color: #666;
}

input:focus {
    border: none;
    outline: none;
}

.invalid {
    border: 1px solid #CC4B4C !important;
}

input:-webkit-autofill {
    background-color: transparent !important;
    color: black;
    -webkit-text-fill-color: black !important;
    transition: background-color 5000s ease-in-out 0s;
}

/* ::-webkit-scrollbar {
    width: 0;
} */

.content-container {
    max-width: 1195px;
    margin-left: auto;
    margin-right: auto;
}

.main-content {
    padding: 0px 100px 0px 100px;
}

header {
    height: 100vh;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.header__wrapperContent {
    position: absolute;
    z-index: 1;
    color: white;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

.header__groupContent {
    height: 100vh;
}

.header__nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 80px;
    align-items: center;
}

.header__logoImg {
    height: 50px;
}

.header__groupNav {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 30px;
}

.header__groupLangAndButton {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header__groupLanguage {
    width: fit-content;
    display: flex;
    gap: 12px;
}

.header__languageButton {
    width: 20px;
    height: 15px;
    color: white;
    font-size: 13px;
}

.header__languageImg {
    width: 100%;
    height: 100%;
    object-fit: fill;
    display: block;
}

.header__listNavigationButton {
    display: flex;
    flex-wrap: nowrap;
    gap: 50px;
    margin-top: 15px;
}

.header__aNavigationButton {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.25px;
}

.header__aNavigationButton:hover, .section__contact--contactsItemA:hover {
    border-bottom: 3px solid #a1d58c;
    padding-bottom: 4px;
}

.header__mobileMenuButon {
    width: 30px;
    height: 30px;
    display: none;
}

.header__mobileMenuButon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header__groupTitleAndForm {
    height: calc(100% - 80px);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__groupTitle {
    width: 65%;
}

.header__wrapperTitle:not(:first-child) {
    display: none;
}

.header__titleH3 {
    font-size: 35px;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 40px;
    font-family: "Open Sans", sans-serif;
}

.header__descriptionP {
    font-size: 20px;
    line-height: 24px;
    margin-top: 15px;
    padding-left: 15px;
    font-family: "Open Sans", sans-serif;
    box-sizing: border-box;
    width: 80%;
}

.header__wrapperFormFeadback {
    width: 23%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 15px;
    box-sizing: border-box;
    border: 3px solid white;
    border-radius: 15px;
}

.header__formFeadback {
    width: 100%;
}

.header__formFeadback--title {
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
}

.header__formFeadback--Input {
    margin-top: 5px;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    padding: 4px;
    box-sizing: border-box;
    width: 80%;
    border-radius: 7px;
}

.header__formFeadback--wrapperInput:not(:last-child) {
    margin-top: 20px;
}

.header__formFeadback--buttonSend {
    margin-top: 40px;
    background-color: #a1d58c;
    color: white;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    padding: 15px 25px;
    border-radius: 5px;
}

.header__groupSlidesBg {
    transform: translateX(0vw);
    width: 300vw;
    height: 100vh;
    position: absolute;
    z-index: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.header__slideBg {
    position: relative;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100vw;
    flex-shrink: 0;
}

.header__slideBg::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(44, 52, 71, 0.75);
    z-index: -1;
}

.header__slideBg1 {
    background-image: url(../img/img_bgHeaderForkliftTruck.webp);
}
.header__slideBg2 {
    background-image: url(../img/img_bgHeaderReachTruck.webp);
}
.header__slideBg3 {
    background-image: url(../img/img_bgHeaderHandPalletTruck.webp);
}

.section__aboutUs {
    padding: 45px 0px;
}

.section__groupContent {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.section__groupContent--title {
    display: flex;
    flex-wrap: nowrap;
    width: 40%;
    height: fit-content;
}

.section__groupTitle--span {
    width: 4px;
    display: block;
    background: #a1d58c;
    margin-right: 7px;
}

.section__groupTitle--text {
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: fit-content;
    font-family: "Open Sans", sans-serif;
}

.section__groupContent--desc {
    width: 60%;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.section__wrapperText--title {
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: fit-content;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 5px;
}

.section__wrapperText--text {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    width: fit-content;
    font-family: "Open Sans", sans-serif;
}

.section__wrapperList {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding-left: 33px;
}

.section__wrapperList--item {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    width: fit-content;
    font-family: "Open Sans", sans-serif;
    list-style: decimal-leading-zero;
}

.section__services {
    background-color: #2c3447d9;
    padding: 45px 0px;
}

.section__services--partsForkliftTruck {
    position: relative;
}
.section__services--partsForkliftTruck::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
    background-image: url(../img/1.webp);
    background-repeat: no-repeat;
    background-size: 340px;
    background-position: left bottom;
}

.section__services--partsHandPalletTruck {
    position: relative;
}

.section__services--partsHandPalletTruck::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
    background-image: url(../img/2.webp);
    background-repeat: no-repeat;
    background-size: 530px;
    background-position: right bottom;
}

.section__servicesGroupContent {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section__groupTitle--textBgDark {
    color: white;
}

.section__servicesSlides {
    margin-top: 60px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 70%;
}

.section__servicesSlides--forkliftTruck {
    margin-right: initial;
    margin-left: auto;
}

.section__servicesSlides--handPalletTruck {
    margin-right: auto;
    margin-left: initial;
}

.section__servicesSlides--wrapperSlide {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}

.section__servicesSlides--wrapperDescription {
    position: absolute;
    background-color: rgb(88, 95, 109);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 5px;
    display: none;
    box-sizing: border-box;
    flex-wrap: nowrap;
    flex-direction: row;
}

.section__servicesSlides--wrapperButton {
    display: flex;
    justify-content: flex-end;
    box-sizing: border-box;
    margin: 10px 10px 0 0;
    align-items: flex-start;
}

.section__servicesSlides--listParts {
    /* overflow: auto;
    height: 100%;
    gap: 10px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    margin-top: 30px; */
    overflow: auto;
    height: 100%;
    gap: 10px;
    display: flex;
    flex-flow: column;
    margin-top: 30px;
}

.section__servicesSlides--itemParts {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    width: fit-content;
    font-family: "Open Sans", sans-serif;
    color: white;
    list-style: decimal-leading-zero;
    margin-left: 40px;
}

.section__servicesSlides--groupSlide {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    place-content: center space-between;
    align-items: center;
    min-height: 400px;
}

.section__servicesSlides--showSlide {
    display: flex;
}

.section__servicesSlides--hideSlide {
    /* opacity: 0; */
}

.section__servicesSlides--slide {
    position: static;
    width: 190px;
    display: flex;
    align-items: center;
    flex-flow: column wrap;
    place-content: center space-around;
    border-radius: 5px;
}

.section__servicesSlides--slideButton {
    width: 190px;
    height: 200px;
    display: flex;
    padding: 20px;
    align-items: center;
    flex-flow: column;
    place-content: center space-around;
    box-sizing: border-box;
    word-break: normal;
    text-align: center;
}

.section__servicesSlides--slide:hover {
    background-color: #585f6d;
    transition: all 300ms linear;
}

.section__servicesSlides--img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.section__servicesSlides--title {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    width: fit-content;
    font-family: "Open Sans", sans-serif;
    color: white;
    margin-top: 15px;
    box-sizing: border-box;
}

.section__servicesSlides--buttonImg {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.section__contact {
    display: flex;
    padding: 45px 0px;
}

.section__contactContent {
    flex-wrap: nowrap;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.section__groupContent--title {
    display: flex;
    flex-wrap: nowrap;
    width: 40%;
    height: fit-content;
}

.section__contactGroupContent {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    gap: 15px;
}

.section__contact--contacts {
    width: 50%;
    gap: 30px;
    margin-left: 40px;
    justify-content: flex-start;
    align-content: flex-start;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(192px, 1fr));
    word-break: break-word;
}

.section__contact--contactWrapper {
    display: flex;
    height: fit-content;
    width: fit-content;
}

.section__contact--contactsIconImg {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.section__contact--contactsList {
    margin-left: 15px;
    gap: 6px;
    display: flex;
    flex-direction: column;
    height: fit-content;
}

.section__contact--contactsItem {
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    width: fit-content;
    font-family: "Open Sans", sans-serif;
}

.section__servicesSlides--wrapperNavigationAndContent {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
}

.section__servicesSlides--groupDescListPart {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 40px 10px 40px 15px;
    box-sizing: border-box;
}

.section__servicesSlides--titleH3 {
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    width: fit-content;
    font-family: "Open Sans", sans-serif;
    color: white;
}

.section__servicesSlides--descP {
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    margin-top: 20px;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    color: white;
}

footer {
    background-color: #2c3447d9;
    padding: 40px 0;
    color: white;
}

.footer {
    display: flex;
}

.content-container {
    justify-content: space-between;
}

.footer__copyrightP {
    font-weight: 600;
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    width: fit-content;
    font-family: "Open Sans", sans-serif;
}

.footer__wrapperTrademarks {
    max-width: 700px;
}

.footer__trademarksP {
    font-weight: 400;
    font-size: 17px;
    font-style: normal;
    line-height: normal;
    width: fit-content;
    font-family: "Open Sans", sans-serif;
}

@media screen and (max-width: 1250px) {
    .content-container {
        width: 96%;
    }
}

@media screen and (max-width: 1122px) {
    .header__descriptionP {
        width: 100%;
    }

    .section__contact--map  {
        width: 100%;
    }

    .section__contact--map iframe {
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    .header__titleH3 {
        font-size: 30px;
    }

    .header__descriptionP {
        font-size: 16px;
    }

    .header__wrapperFormFeadback {
        width: 30%;
    }
}

@media screen and (max-width: 900px) {
    .header__listNavigationButton, .header__wrapperFormFeadback {
        display: none;
    }

    .header__groupTitle {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .header__descriptionP {
        padding-left: 0;
    }
    
    .section__groupContent {
        flex-direction: column;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .section__groupContent--title, .section__groupContent--desc {
        margin-top: 30px;
    }

    .section__groupContent--title, .section__groupContent--desc {
        width: 100%;
    }

    .section__servicesGroupContent .section__groupContent--title {
        width: 90%;
        margin: 0 auto;
    }

    .section__servicesSlide {
        width: 90%;
        margin: 60px auto 0;
    }

    .section__servicesSlides--handPalletTruck, .section__servicesSlides {
        width: 90%;
        margin: 100px auto 0;
    }

    .section__contactContent .section__groupContent--title {
        width: 90%;
        margin: 0 auto;
    }

    .section__contactGroupContent {
        width: 90%;
        margin: 60px auto 0;
        flex-direction: column;
    }

    .section__contact--contacts {
        width: 100%;
        margin-left: 0;
        grid-template-columns: repeat(auto-fit, minmax(47%, 1fr));
    }

    .section__contact--map {
        margin: 40px 0 60px;
    }

    .section__contact--map iframe {
        width: 100%;
    }

    .footer {
        flex-direction: column;
    }

    .footer__wrapperTrademarks {
        margin-top: 30px;
    }

    .section__servicesSlides--groupSlide {
        gap: 10px;
    }

    .section__servicesSlides--slide {
        width: 150px;
    }

    .section__servicesSlides--title {
        font-size: 18px;
    }
}