body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Source Sans Pro', sans-serif;
}

.navbar-section {
    font-weight: 400;
    font-size: 14px;
    position: fixed;
    width: 100%;
    z-index: 11;
}

.navbar-brand img {
    margin-left: -10px;
    width: 145px;
}

.navbar-nav a {
    color: white;
    transition: 0.2s color ease-out;
    font-size: 16px;
    margin-left: 20px;
}

.navbar-nav a:hover {
    color: #FC4C02;
}

.navbar-second-part {
    justify-content: right;
}

.nav-language span {
    padding: 5px 6px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid white;
    background: #FFFFFF;
    color: black;
    transition: 0.3 all ease-out;
}

.nav-language span:hover {
    background: #00205B;
    color: #FC4C02;
    border: 1px solid #FC4C02;
}

.navbar .navbar-expand-lg {
    margin-bottom: 50px;
}

.snavigation {
    background-color: #00205B !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.first-page {
    background: url(../images/background-first-page.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 113vh;
    padding-bottom: 100px;
}

.fp {
    margin-top: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fp-title {
    font-size: 24px;
    font-weight: 700;
}

.fp-text {
    color: white;
    font-size: 60px;
    font-weight: 700;
}

.fp-parag {
    margin-bottom: -16px;
}

.fp-orange-text {
    color: #FC4C02;
}

.button {
    width: 300px;
    height: 50px;
    background: #FC4C02;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    padding: 13px;
    border: 2px solid #FC4C02;
    border-radius: 8px;
    margin-top: 85px;
    transition: 0.3s border ease-out;
}

.button:hover {
    border: 2px solid white;
}

.button span {
    color: white;
    font-size: 14px;
    font-weight: bolder;
}

.button img {
    width: 50px;
}

.fp-image {
    margin-top: 10%;
    display: flex;
    align-items: center;
}

.images {
    position: relative;
}

.images-first {
    width: 85%;
}

.video {
    position: absolute;
    left: -46px;
    bottom: 63px;
}

.technologies {
    margin-top: 70px;
    font-size: 20px;
    color: white;
    display: flex;
    justify-content: space-between;
}

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

.t-parag {
    margin-top: 17px;
    margin-left: 5px;
}

.t-parag-link {
    text-decoration: none;
    color: white;
    transition: 0.3s color ease-out;
}

.t-parag-link:hover {
    color: #FC4C02;
}


a {
    text-decoration: none;
}

.second-page {
    margin-top: 100px;
}

.sp-title p {
    font-size: 32px;
    margin-bottom: 45px;
}

.sp-text p {
    font-size: 20px;
    margin-bottom: 45px;
}

.sp-button a {
    font-size: 14px;
}

.machine {
    border: 2px solid #FC4C02;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.m-button {
    background: #00205B;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 13px 25px;
    border: 2px solid #00205B;
    border-radius: 8px;
    width: 80%;
    transition: 0.3s all ease-out;
    margin-bottom: 18px;
    position: relative;
}

.m-button:hover {
    border: 2px solid #FC4C02;
    cursor: pointer;
}

.mb-link {
    width: 100%;
    display: flex;
    font-size: 16px;
}

.mb-link a {
    text-decoration: none;
    color: white;
    transition: 0.3s color ease-out;
}

.mb-link a:hover {
    color: #FC4C02;
}

.mb-image img {
    width: 24px;
}

.mb-image {
    display: flex;
    justify-content: end;
    position: absolute;
    right: 3%;
    bottom: 40%;
}

.container-second {
    margin-top: 26px;
}

.third-page {
    background: #00205B;
    color: white;
    display: flex;
    margin-top: 109px;
}

.tp-title p {
    font-size: 32px;
    margin-top: 58px;
    margin-bottom: 38px;
}

.tp-text p {
    font-size: 20px;
    margin-bottom: 65px;
}

.tp-why-us-title p {
    font-size: 20px;
    font-weight: bold;
}

.list-item h1,
.list-item p {
    font-size: 20px;
}

.list-item h1 {
    font-weight: bold;
}

.tp-why-us-list {
    list-style: none;
    padding-left: 0;
}

.list-first-part {
    display: flex;
}

.list-second-part {
    display: flex;
}

.list-item-special {
    margin-right: 41px;
}

.tp-background-image {
    position: relative;
    height: 100%;
}

.tp-bi-img {
    width: 939px;
    position: absolute;
    height: 100%;
    object-fit: cover;
}

.tp-video-play {
    width: 100%;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.tp-video-play img {
    position: absolute;
    width: 20%;
    right: 100px;
}

.tp-button {
    margin-top: 74px;
}

.forth-page {
    margin-top: 95px;
}

.food-product {
    color: white;
    border: 2px solid #00205B;
    border-radius: 8px;
}

.fpt-title {
    background: #00205B;
    display: flex;
    justify-content: space-between;
    padding: 10px 33px;
    align-items: center;
}

.fptt-img p {
    font-size: 20px;
    margin-left: 18px;
    margin-bottom: 0;
}

.fptt-img {
    display: flex;
    align-items: center;
}

.fpt-img {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
}

.fpt-img img {
    width: 95%;
    height: 350px;
    object-fit: contain;
}

.container-margin {
    margin-top: 28px;
}

.second-page .button {
    margin-top: 0;
    width: 100%;
}

.third-page .button {
    margin-bottom: 70px;
}

.forth-page .button {
    margin-top: 0;
    width: 100%;
}

.footer {
    background: #00205B;
    height: 15vh;
}

.footer-2 {
    background: #303030;
    height: 10vh;
}

.design {
    justify-content: end;
}

.socials {
    justify-content: center;
}

.clients .owl-carousel .owl-item img {
    margin-top: 60px;
}

.m-img img {
    width: 95%;
    height: 290px;
    object-fit: contain;
}

.pages-title {
    height: 300px;
    background: #00205B;
    display: flex;
    align-content: flex-start;
    align-items: center;
    margin-bottom: 50px;
}

.pages-title h1 {
    color: white;
    margin-top: 25px;
}

.bi-chevron-left {
    position: absolute;
    top: 35%;
    left: -10%;
}

.bi-chevron-right {
    position: absolute;
    top: 35%;
    right: 10%;
}

.owl-carousel .owl-item img {
    width: 80%;
}

.product .title-product p {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 21px;
}

.product-text {
    margin-top: 20px;
    margin-bottom: 20px;
}

.references {
    margin-bottom: 60px;
}

.product {
    margin-bottom: 70px;
}

.product-brand img {
    width: 200px;
}

.single-img-product img {
    width: 100%;
    margin-bottom: 50px;
}

.contact-info {
    margin-top: 50px;
    margin-bottom: 50px;
}

.contact-info-text img {
    width: 50px;
    margin-right: 10px;
}

.contact-info-text a {
    text-decoration: none;
    color: black;
    font-size: 18px;
}

.services-detail-text a {
    text-decoration: none;
    color: black;
    font-size: 18px;
}

.about-description {
    margin-top: 50px;
    margin-bottom: 50px;
}

.contact-info-text {
    margin-top: 30px;
    margin-bottom: 30px;
}

.contacts-map {
    width: 50%;
}

#map {
    height: 400px;
    width: 100%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.contacts-block {
    width: 100%;
    height: 400px;
    background-color: #00205B;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.contacts-form {
    width: 50%;
    padding: 50px;
    color: #fff;
}

.contacts-form input {
    margin-bottom: 20px;
    height: 45px;
}

.contacts-form button {
    margin-top: 20px;
    width: 100%;
    height: 45px;
}

.image-about img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 30px;
}

.bi-chevron-left2 {
    position: absolute;
    top: 25%;
    left: -3%;
}

.bi-chevron-right2 {
    position: absolute;
    top: 25%;
    right: -3%;
}