html {
    font-size: 10px;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    background: #fff;
}
*, body {
    font-family: "Montserrat" !important;
}
.body-overflow {
    overflow: hidden;
}
section {
    position: relative;
}
input:-webkit-autofill, input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}
.container {
    padding: 0 1.6rem;
    max-width: 124rem;
    margin: 0 auto;
}
@media screen and (max-width: 1349.9px) {

    .statistics .swiper-button-next,.statistics .swiper-button-prev{
        display: none ;
    }
}
@media screen and (min-width: 1899.9px) {
   .mapAbout{
        height: 78rem !important;
    }
}

@media screen and (max-width: 1199.9px) {
    html {
        font-size: 9px;
   }
}
@media screen and (max-width: 1023.9px) {
    html {
        font-size: 8px;
   }
}
@media screen and (max-width: 991.9px) {
    html {
        font-size: 7px;
   }
}
.row {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 3.2rem;
}
@media screen and (min-width: 1199.9px) {
    .xl-1 {
        grid-column: span 1;
   }
    .xl-2 {
        grid-column: span 2;
   }
    .xl-3 {
        grid-column: span 3;
   }
    .xl-4 {
        grid-column: span 4;
   }
    .xl-5 {
        grid-column: span 5;
   }
    .xl-6 {
        grid-column: span 6;
   }
    .xl-7 {
        grid-column: span 7;
   }
    .xl-8 {
        grid-column: span 8;
   }
    .xl-9 {
        grid-column: span 9;
   }
    .xl-10 {
        grid-column: span 10;
   }
    .xl-12 {
        grid-column: span 12;
   }
}
@media screen and (max-width: 1199.9px) and (min-width: 991.9px) {
    .lg-0 {
        display: none;
   }
    .lg-1 {
        grid-column: span 1;
   }
    .lg-2 {
        grid-column: span 2;
   }
    .lg-3 {
        grid-column: span 3;
   }
    .lg-4 {
        grid-column: span 4;
   }
    .lg-5 {
        grid-column: span 5;
   }
    .lg-6 {
        grid-column: span 6;
   }
    .lg-7 {
        grid-column: span 7;
   }
    .lg-8 {
        grid-column: span 8;
   }
    .lg-9 {
        grid-column: span 9;
   }
    .lg-10 {
        grid-column: span 10;
   }
    .lg-12 {
        grid-column: span 12;
   }
}
@media screen and (max-width: 991.9px) and (min-width: 767.9px) {
    .md-0 {
        display: none;
   }
    .md-1 {
        grid-column: span 1;
   }
    .md-2 {
        grid-column: span 2;
   }
    .md-3 {
        grid-column: span 3;
   }
    .md-4 {
        grid-column: span 4;
   }
    .md-5 {
        grid-column: span 5;
   }
    .md-6 {
        grid-column: span 6;
   }
    .md-7 {
        grid-column: span 7;
   }
    .md-8 {
        grid-column: span 8;
   }
    .md-9 {
        grid-column: span 9;
   }
    .md-10 {
        grid-column: span 10;
   }
    .md-12 {
        grid-column: span 12;
   }
}
@media screen and (max-width: 767.9px) {
    .sm-0 {
        display: none;
   }
    .row {
        grid-gap: 0 0.8rem;
   }
    .sm-3 {
        grid-column: span 3;
   }
    .sm-6 {
        grid-column: span 6;
   }
    .sm-12 {
        grid-column: span 12;
   }
    html {
        font-size: 10px;
   }
    .container {
        max-width: 100%;
        padding-left: 1.6rem;
        padding-right: 1.6rem;
   }
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
 -webkit-appearance: none;
 margin: 0;
}

/* input::placeholder, textarea::placeholder, select::placeholder {
    color: #121212;
}
*/
input:focus::placeholder, textarea:focus::placeholder {
    color: transparent !important;
}
p {
    margin: 0;
    text-align: justify;
}
a {
    text-decoration: none;
    display: block;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
button {
    outline: 0;
    cursor: pointer;
}
button, input, textarea, select {
    outline: 0;
}
ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}
h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 4rem;
    line-height: 5.4rem;
    letter-spacing: -0.01em;
    color: #061d2b;
}
.homeHeader {
    padding: 3.2rem 0;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 10;
}
.homeHeaderInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo img {
    width: 16.2rem;
    height: 4rem;
}
.menuButton {
    padding: 0;
    background-color: transparent;
    border: none;
}
.menuButton img {
    width: 7.7rem;
    height: 1.3rem;
}
.wallpSection {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.wallpSection .layerWallp{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(46, 53, 58, 0.5);
    mix-blend-mode: multiply;
}
.wallpSection h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 6.4rem;
    line-height: 7.8rem;
    text-align: center;
    letter-spacing: -0.02em;
    color: #fff;
    width: 50%;
    z-index: 1;
}
.wallpSection .line2, .wallpSection .line {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: auto;
}
.wallpSectionVideo{
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}
.wallpSectionVideo,.wallpSectionVideo video,.wallpSectionVideo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wallpSectionInner{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wallpSection .line2 {
    z-index: 0;
    left: 3rem;
    top: 12rem;
}
.wallpSection .line {
    z-index: 2;
    left: -15rem;
    top: -5rem;
}
.wallpSection .scroll {
    position: absolute;
    bottom: 4rem;
    left: 0;
    right: 0;
    margin: auto;
    transition: .3s;
    width: fit-content;
}
.scrollInner{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #fff;
}
.wallpSection .scroll img {
    width: 1.4rem;
    height: 1.4rem;
    margin-left: 1rem;
    position: absolute;
    bottom: 0.4rem;
    right: -2rem;
}
.wallpSection .scroll:hover img{
    animation: scrol .8s infinite;
}
@keyframes scrol {
  from {bottom: .6rem;}
  to {bottom: -.1rem;}
}


.homeAbout {
    padding: 10.8rem 0 9.8rem;
}
.homeAbout h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 4.4rem;
    line-height: 5.4rem;
    letter-spacing: -0.01em;
    color: #061d2b;
    margin-bottom: 5.6rem;
    width: 80%;
}
.homeAbout p {
    font-style: normal;
    font-weight: 400;
    font-size: 1.7rem;
    line-height: 154.08%;
    letter-spacing: -0.02em;
    color: #061d2b;
    width: 100%;
}
.homeAbout h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 3.4rem;
    letter-spacing: -0.01em;
    color: #061d2b;
    margin-bottom: 2.4rem;
    width: 100%;
}
.homeAbout .aboutContent {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 3rem;
    width: 80%;
}
.homeAbout .readMore{
    margin-top: 6rem;
}
.homeAbout .xl-2 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.readMore {
    border: 0.1rem solid #c4541d;
    width: 14rem;
    height: 14rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 50%;
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 104%;
    text-align: center;
    color: #c4541d;
    display: flex;
    transition: .3s;
    opacity: .8;
}
.readMore:hover{
    opacity: 1;
    border: .1rem solid #800000;
    color: #800000;
}
.readMore img {
    width: 2.4rem;
    height: 2.4rem;
    margin-top: 0.4rem;
}
.videoSection {
    height: 72rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    margin-bottom: 11rem;
}
.videoSection::after {
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #7d8186;
    mix-blend-mode: multiply;
}
.videoSection .video {
    background: rgba(255, 103, 29, 0.08);
    backdrop-filter: blur(3.4rem);
    border-radius: 5rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    width: fit-content;
    height: fit-content;
    padding: 6rem 12rem 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.videoSection .video h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 4.4rem;
    line-height: 102%;
    letter-spacing: -0.01em;
    color: #fff;
}
.videoSection .video img {
    margin-left: 4.5rem;
    width: 8rem;
    height: 8rem;
}
.featuredProducts {
    padding-bottom: 8.6rem;
    overflow: hidden;
}
.featuredProducts .featuredProductsInner {
    display: flex;
}
.featuredProducts h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 4rem;
    line-height: 4.6rem;
    letter-spacing: -0.01em;
    color: #061d2b;
    margin-bottom: 2.7rem;
}
.featuredProducts p {
    font-style: normal;
    font-weight: 400;
    font-size: 1.7rem;
    line-height: 154.08%;
    letter-spacing: -0.02em;
    color: #061d2b;
    opacity: 0.6;
    width: 100%;
    height: 4rem;
}
.featuredProducts .readMore {
    margin-top: 12rem;
}
.containerRight {
    overflow: hidden;
    width: 65vw;
}
.containerRight .swiper-wrapper {
    padding-bottom: 4rem;
}
.productCard {
    background-size: cover;
    position: relative;
    height: 54rem;
}
.productCard .productlayer {
    position: absolute;
    padding: 5.2rem 3rem;
    left: 0;
    top: 0;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    background: rgba(44, 45, 45, 0.372);
}
.productCard h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 135%;
    color: #fff;
    margin-bottom: 0.3rem;
    height: 6.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.productCard p {
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 139.5%;
    letter-spacing: -0.05rem;
    color: #fff;
    width: -webkit-fill-available;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.productCard img {
    margin-top: 10rem;
    width: 19rem;
    height: 19rem;
}

.swiper-pagination-progressbar {
    bottom: 0;
    top: auto !important;
    background: transparent !important;
    position: relative;
}
.swiper-pagination-progressbar::after {
    position: absolute;
    content: "";
   ;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    height: 0.1rem;
    width: 100%;
    background-color: #d8d6d5;
    z-index: 0;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #d55230;
    height: 0.4rem;
    z-index: 2;
}
.infoBar {
    padding: 6.4rem 0;
    background: #faf9f9;
}
.infoBar .infoBarChild {
    border: 0.1rem solid #e4e7e9;
    border-radius: 3rem;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.infoBar .infoBarChild .infoBarCard {
    padding: 9.4rem 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-right: 0.1rem solid #e4e7e9;
    width: 100%;
    transition: .3s all ease;
}
.infoBar .infoBarChild .infoBarCard div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
}
.infoBar .infoBarChild .infoBarCard img,.infoBar .infoBarChild .infoBarCard svg{
    height: 12rem;
    width: auto;
    margin-bottom: 4.8rem;
    transition: .3s all ease;
}
.infoBarCard:hover img,.infoBarCard:hover svg{
    transform: rotateY(360deg);
}
.infoBarCard:hover {
    background: rgba(255, 103, 29, 0.1);
}
.infoBar .infoBarChild .infoBarCard h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 135%;
    color: #41474c;
    margin-bottom: 2.4rem;
}
.infoBar .infoBarChild .infoBarCard p {
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 135%;
    color: #928d8d;
    opacity: 0.8;
    width: 70%;
    text-align: center;
    display: none;
}
.infoBar .infoBarChild .infoBarCard:last-child {
    border-right: 0;
    border-bottom: 0;
}
.newsSection {
    padding: 5.6rem 0;
}
.newsSection .container {
    border-top: none;
    border-bottom: none;
}
.newsDetailContent h1{
    text-align: center;
}
.newsSection h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 4.4rem;
    line-height: 5.4rem;
    letter-spacing: -0.01em;
    color: #061d2b;
    padding-bottom: 4rem;
}
.newsSection .newsCardsHeader {
    margin-bottom: 4.8rem;
    border-bottom: 0.1rem solid #e3e3e3;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.newsSection .newsCard {
    position: relative;
    height: 52.2rem;
    padding: 0;
    overflow: hidden;
}
.layerNews{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(103, 106, 107, 0.7);
    mix-blend-mode: multiply;
}
.news .swiper-slide{
    display: flex;
    justify-content: center;
}
.newsSection .newsCard img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .3s;
    transform: scale(1.2);
}
.newsSection .newsCard:hover img {
    transform: scale(1);
}
.newsSection .newsCard h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 3.5rem;
    letter-spacing: -0.01em;
    color: #fff;
    position: absolute;
    bottom: 4.8rem;
    left: 4rem;
    width: 80%;
    transition: .3s;
        z-index: 2;

}
.newsSection .newsCard p{
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 135%;
    color: #fff;
    position: absolute;
    bottom: 3.2rem;
    left: 4rem;
    width: 80%;
    height: 0;
    opacity: 0;
  
}
.newsSection .newsCard:hover p{
    height: auto;
    opacity: 1;
}
.newsSection .newsCard:hover h3{
    bottom: 9.6rem;
}
.contactSection {
    height: 80rem;
    position: relative;
    display: flex;
    
}
.contactSection iframe {
    width: 100%;
    height: 100%;
}
.contactSection .contactLeft {
    background: rgba(51, 51, 51, 0.043);
    box-shadow: inset 49.5333px -49.5333px 49.5333px rgba(39, 39, 39, 0.043), inset -49.5333px 49.5333px 49.5333px rgba(255, 255, 255, 0.043);
    backdrop-filter: blur(35.664px);
    position: static;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: flex-end;
    z-index: 2;
}
.contactSection .contactLeft .contactLeftInner {
    padding: 7rem 13.4rem 7rem;
    width: 47.2rem;
}
.contactSection .contactLeft h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 4.8rem;
    line-height: 111%;
    letter-spacing: -0.01em;
    color: #061d2b;
    margin-bottom: 2rem;
}
.inputChild {
    width: 100%;
    margin-bottom: 1.7rem;
}
.inputChild select, .inputChild input, .inputChild textarea {
    background: #fff;
    border-radius: 0.8rem;
    height: 5rem;
    width: -webkit-fill-available;
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 111%;
    letter-spacing: -0.01em;
    color: rgba(6, 29, 43, 0.6);
    padding: 0 3.2rem;
    -moz-appearance: none;
   /* Firefox */
    -webkit-appearance: none;
   /* Safari and Chrome */
    appearance: none;
    border: none;
    resize: none;
}
.inputChild textarea {
    padding: 1.9rem 3.2rem;
    height: 16.2rem;
}
.inputChild.selectChild {
    position: relative;
}
.inputChild.selectChild::after {
    content: url("../assets/arrowDown.svg");
    position: absolute;
    right: 3.2rem;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 2.4rem;
    height: 2.4rem;
}
.inputButtons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inputButtons .orangeButton, .inputButtons button, .inputButtons a {
    font-style: normal;
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 111%;
    letter-spacing: -0.02em;
    color: #fff;
    background: #ff671d;
    border-radius: 1.2rem;
    height: 5.6rem;
    padding: 0 3.7rem;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inputButtons .orangeButton img, .inputButtons button img, .inputButtons a img {
    transform: rotate(-90deg);
    margin-left: 1.6rem;
    width: 2.4rem;
    height: 1.4rem;
}
.headerSecond {
    padding: 2.6rem 2.4rem;
    border-bottom: 0.1rem solid #d9d9d9;
}
.headerSecond .headerSecondInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headerSecond .headerRight {
    display: flex;
    align-items: center;
}
.headerSecond .headerRight ul {
    display: flex;
    align-items: center;
}
.headerSecond .headerRight ul li {
    margin-right: 4rem;
    position: relative;
    padding: .5rem 0;
    display: flex;
    align-items: center;
}

.headerSecond .headerRight ul li ul{
    position: absolute;
    top: 100%;
    left: 0;
    /*right: 0;*/
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2.5rem 2.8rem;
    background: #F7F5F4;
    z-index: 1;
    white-space: nowrap;
    background: #FFFFFF;
    border: 0.756098px solid #DFE0E3;
    box-shadow: 8px 19px 30px rgba(68, 80, 87, 0.12);
    /*border-radius: 8px;*/
    overflow: hidden;
    width: min-content;
    display: none;
    z-index: 2;
}
.headerSecond .headerRight ul li:hover   ul{
    display: flex;
}

.headerSecond .headerRight ul li img{
    width: 2.4rem;
    height: 2.4rem;
    margin-left: .8rem;
    transition: .3s;
}
.headerSecond .headerRight ul li:hover img{
    transform: rotate(180deg);
}
.headerSecond .headerRight ul li ul li{
    padding: 0;
    margin-right: 0;
    margin-bottom: 1.2rem;
    
}
.headerSecond .headerRight ul li ul li a{
    margin-right: 0;
    margin-bottom: 1.2rem;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 135%;
    letter-spacing: -0.05rem;
    color: #1A294E;
    padding: 0;
    transition: .3s;
    margin: 0;
}
.headerRightUl ul:last-child li ul{
    display: none !important;
}
.headerRightUl ul:last-child img{
    display: none;
}
.headerRightUl{
    display: flex;
    align-items: center;
}
.headerSecond .headerRight ul li ul li a:hover{
    color: #DB5311 !important;
}
.headerSecond .headerRight ul li ul li:last-child{
    margin-bottom: 0 !important;
}

.headerSecond .headerRight ul li a {
    font-style: normal;
    font-weight: 600;
    font-size: 1.7rem;
    line-height: 135%;
    display: flex;
    align-items: center;
    letter-spacing: -0.03rem;
    color: #1a294e;
}
.headerSecond .headerRight ul li a img {
    width: 2rem;
    height: 2rem;
    margin-left: 0.6rem;
}
.headerRightDesktop{
    display: flex;
    align-items: center;
}
.lang {
    position: relative;
    margin-right: 8rem;
    margin-left: 2rem;
}
.lang .langHeader {
    font-style: normal;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 135%;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.03rem;
    color: #1a294e;
    border: 0.07rem solid #1a294e;
    border-radius: 0.8rem;
    height: 2.8rem;
    width: 5.8rem;
    cursor: pointer;
    background: #fff;
}
.lang .langHeader img {
    width: 1.2rem;
    height: 1.6rem;
    margin-left: 0.6rem;
    transition: 0.3s;
}
.lang .langBody {
    border: 0.07rem solid #1a294e;
    border-bottom-left-radius: 0.8rem;
    border-bottom-right-radius: 0.8rem;
    border-top: transparent;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    top: 100%;
    width: -webkit-fill-available;
    display: none;
    overflow: hidden;
    z-index: 2;
    background: #fff;
    /*margin-top: -.4rem;*/
}
.lang:hover .langBody{
    display: block;
}
.lang .langBody a {
    padding: 0.6rem;
    font-style: normal;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 135%;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.03rem;
    color: #1a294e;
    transition: 0.3s;
    width: -webkit-fill-available;
}
.lang .langBody a:hover {
    background-color: #061d2b;
    color: #fff;
}
.lang.active .langHeader, .lang:hover .langHeader {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0.07rem solid transparent;
}
.lang.active .langHeader img,.lang:hover .langHeader img{
    transform: rotate(-180deg);
}
.lang.active .langBody {
    display: flex;
}
.layer {
    background: linear-gradient(#263239 2.19%, rgba(21, 27, 31, 0.358815) 66.18%, rgba(87, 87, 87, 0.32) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transform: rotate(180deg);
}
.pageTop {
    height: 37rem;
    position: relative;
    margin-bottom: 12rem;
    background-repeat: no-repeat;
    background-size: cover;
}
.pageTop h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 4.4rem;
    line-height: 5.4rem;
    letter-spacing: -0.01em;
    color: #fff;
    padding-bottom: 7.2rem;
    z-index: 1;
}
.pageTop .container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    z-index: 2;
}
.breadCrumb {
    display: flex;
    align-items: center;
    padding: 1.8rem 0;
}
.breadCrumb a {
    font-style: normal;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.5rem;
    letter-spacing: 0.01em;
    color: #fff;
    transition: 0.3s;
    border-bottom: 0.1rem solid #fff;
    position: relative;
    margin-right: 5rem;
}
.breadCrumb a::after {
    content: url("../assets/arrow.svg");
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -3.2rem;
}
.breadCrumb a:last-child {
    pointer-events: none;
    border: none !important;
    opacity: 0.45;
}
.breadCrumb a:last-child::after {
    display: none;
}
.aboutSection {
    padding-bottom: 13.2rem;
}
.aboutSection h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 4.4rem;
    line-height: 5.4rem;
    color: #061d2b;
    margin-bottom: 2.6rem;
    width: 80%;
}
.aboutSection p, .aboutSection ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 160%;
    color: #061d2b;
    opacity: 0.8;
    letter-spacing: -0.01rem;
    width: 100%;
}
.imgContainerAbout {
    height: 56rem;
    position: relative;
    margin-top: 4.8rem;
}
.imgContainerAbout .layerImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.01);
    box-shadow: inset 49.5333px -49.5333px 49.5333px rgba(39, 39, 39, 0.043), inset -49.5333px 49.5333px 49.5333px rgba(255, 255, 255, 0.043);
    backdrop-filter: blur(6.6px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.imgContainerAbout .layerImg img {
    width: 9.6rem;
    height: 9.6rem;
    object-fit: contain;
}
.imgContainerAbout img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.aboutInfoContent {
    background: #f7f8fa;
    height: 31.2rem;
}
.aboutInfoContent .xl-4 {
    margin-top: -2.8rem;
}
.aboutInfoContent h3 {
    font-style: normal;
    font-size: 3rem;
    line-height: 5.4rem;
    color: #061d2b;
    margin-bottom: 2.4rem;
    width: 100%;
}
.aboutInfoContent p {
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 170%;
    letter-spacing: -0.01em;
    color: #061d2b;
    opacity: 0.86;
    width: 90%;
    text-align: left;
}
.statistics {
    padding: 8rem 0 7.4rem;
}
.statisticsDetail{
    position: relative;
}
.statistics .container{
    position: relative;
}
.statistics .swiper-button-prev{
    left: -4rem !important;
}
.statistics .swiper-button-next{
    right: -4rem !important;
}
.statistics .swiper,.statistics .swiper-wrapper{
    position: static;
}
.statistics .statisticsInner {
    border: 0.1rem solid #dde1e4;
    border-radius: 3rem;
}
.statistics .statisticsInner .statisticsCard {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 36.2rem;
}
.statistics .statisticsInner .statisticsCard div {
    font-style: normal;
    font-weight: 500;
    font-size: 7.2rem;
    line-height: 135%;
    color: #ff671d;
    position: relative;
}
.statistics .statisticsInner .statisticsCard div span {
    position: absolute;
    top: -6rem;
    right: -3rem;
    font-style: normal;
    font-weight: 500;
    font-size: 8rem;
    line-height: 135%;
    color: #ff671d;
}
.statistics .statisticsInner .statisticsCard p {
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 154%;
    color: #928d8d;
    opacity: 0.9;
    width: 80%;
    text-align: center;
}
.leaderShipNote {
    margin: 10.4rem 0 4rem;
}
.leaderShipNote h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 3.9rem;
    color: #061d2b;
    margin-bottom: 3.2rem;
    text-align: center;
}
.leaderShipNote .container {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.leaderShipNote .leaderShipNoteContain {
    width: 50%;
    border: 0.1rem solid #ededed;
    border-radius: 0.4rem;
    padding: 6.8rem 12rem;
    position: relative;
}
.leaderShipNote .leaderShipNoteContain::before {
    content: "";
   
    position: absolute;
    top: -3.2rem;
    left: 1.2rem;
    width: 10rem;
    height: 6rem;
    background-image: url(../assets/“.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.leaderShipNote .leaderShipNoteContain h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 3.9rem;
    color: #061d2b;
    margin-bottom: 1.8rem;
}
.leaderShipNote .leaderShipNoteContain p {
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 170%;
    color: #061d2b;
    opacity: 0.86;
}
.leaderShipNote .leaderShipNoteBottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 65%;
    margin-top: 1.2rem;
}
.leaderShipNote .leaderShipNoteBottom div {
    font-style: normal;
    font-weight: 500;
    font-size: 2rem;
    line-height: 2.4rem;
    letter-spacing: -0.01em;
    color: #061d2b;
}
.leaderShipNote .leaderShipNoteBottom div p {
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: #061d2b;
    opacity: 0.3;
    border-top: 0.1rem solid #061d2b;
    padding-top: 0.5rem;
    margin-top: 1rem;
}
.leaderShipNote .leaderShipNoteBottom .sign {
    padding-bottom: 1rem;
    border-bottom: 0.1rem solid #dedcdc;
}
.leaderShipNote .leaderShipNoteBottom .sign img {
    height: 6.6rem;
}
.partners {
    background: #fcfcfc;
    padding: 5.4rem 0 6.4rem;
    margin-bottom: 6.4rem;
}
.partners h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 4.4rem;
    line-height: 5.4rem;
    letter-spacing: -0.01em;
    color: #061d2b;
    margin-bottom: 2.2rem;
}
.partners p {
    font-style: normal;
    font-weight: 400;
    font-size: 1.7rem;
    line-height: 160%;
    color: #000;
    opacity: 0.8;
}
.partners .swiper {
    padding: 4.2rem 0;
}
.partnersCard {
    margin-bottom: 0;
}
.partnersCard .partnersCardTop {
    border: 0.1rem solid #f2f2f2;
    border-radius: 0.8rem;
    height: 20.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.8rem;
}

.qualityContent .partnersContent .partnersCard p{
    display: none;
}
.partnersCardTop img{
    /*filter: grayscale(100%);*/
    /*-webkit-filter: grayscale(100%);*/
    /*-moz-filter: grayscale(100%);*/
    /*-o-filter: grayscale(100%);*/
    /*filter: grayscale(100%);*/
    width: 80%;
    height: 100%;
    object-fit: contain;
    transition: .3s;
}
/*.partnersCardTop:hover img{*/
/*    filter: grayscale(0%);*/
/*    -webkit-filter: grayscale(0%);*/
/*    -moz-filter: grayscale(0%);*/
/*    -o-filter: grayscale(0%);*/
/*    filter: grayscale(0%);*/
/*}*/
.partnersCard p {
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 142%;
    color: #000;
    opacity: 0.8;
    padding: 0 0.4rem;
    width: 100% !important;
}

.mapAbout{
    height: 57.2rem;
}
.map h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 3.6rem;
    line-height: 4.4rem;
    color: #061d2b;
    margin-bottom: 3.2rem;
}
.map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.breadCrumbBlue .breadCrumb a {
    color: #061d2b;
    border-bottom: 0.1rem solid #061d2b;
}
.breadCrumbBlue .breadCrumb a::after {
    content: url(../assets/arrow1.svg);
    
}
.videoGallery, .photoGallery {
    padding: 6.2rem 0 0;
}
.videoGallery h1, .photoGallery h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 4.4rem;
    line-height: 5.4rem;
    color: #061d2b;
    margin-bottom: 1.2rem;
}
.videoGallery p, .photoGallery p,
.photoGallery .structureContentTop{
    font-style: normal;
    font-weight: 400;
    font-size: 1.7rem;
    line-height: 160%;
    letter-spacing: -0.01em;
    color: #000;
    opacity: 0.8;
    width: 70%;
    padding-left: 2rem;
}
.videoGallery .row, .photoGallery .row {
    margin: 6rem 0 7.6rem;
    grid-gap: 0 1.6rem;
}
.videoGallery .photoGalleryInner .row, .photoGallery .photoGalleryInner .row {
    grid-gap: 0 2.4rem;
}
.videoCard {
    margin-bottom: 7.2rem;
}
.videoCard img {
    height: 39.8rem;
    width: 100%;
    object-fit: cover;
    margin-bottom: 1.8rem;
}
.photoGalleryCard {
    height: 44.5rem;
    margin-bottom: 3.6rem;
}
.photoGalleryCard img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*.photoGalleryCard:nth-child(4n + 1), .photoGalleryCard:nth-child(4n + 4) {*/
/*    grid-column: span 4;*/
/*}*/
/*.photoGalleryCard:nth-child(4n + 2), .photoGalleryCard:nth-child(4n + 3) {*/
/*    grid-column: span 8 !important;*/
/*}*/
.termsContent {
    padding: 3.8rem 0;
}
.termsContent .termsContentTop {
    margin-bottom: 7.4rem;
}
.termsContent .termsContentTop h1 {
    text-align: center;
}
.termsContent .termsContentTop p {
    text-align: center;
    margin-top: 0.5rem;
    opacity: 0.8;
    margin-bottom: 0;
    width: 100%;
}
.termsContent p {
    font-style: normal;
    font-weight: 400;
    font-size: 1.7rem;
    line-height: 160%;
    letter-spacing: -0.01em;
    color: #000;
    opacity: 0.6;
    width: 80%;
}
.termsContent h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 155%;
    letter-spacing: 0.05em;
    color: #121212;
    margin-bottom: 1.6rem;
}
.termsContent ul {
    margin: 5.6rem 0;
    width: 80%;
}
.termsContent ul li {
    font-style: normal;
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 145%;
    color: #121212;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 2rem;
}
.termsContent ul li:last-child {
    margin-bottom: 0;
}
.termsContent ul li::before {
    content: ""	;
    position: absolute;
    left: 0;
    top: 0.8rem;
    width: 1rem;
    height: 1rem;
    background: #004876;
    border-radius: 50%;
}
.production .pageTop {
    margin-bottom: 0;
}
.production .imgContainerAbout, .production .swiper-slide {
    height: 69.7rem;
}
.production .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.production .productionRight {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    padding-left: 10rem;
}
.production .productionRight .productionRightInner {
    width: 45rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.production .productionRight .productionRightInner h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 4.8rem;
    line-height: 5.9rem;
    letter-spacing: -0.01em;
    color: #061d2b;
    margin-bottom: 3rem;
}
.production .productionRight .productionRightInner p,.production .productionRight .productionRightInner a {
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 170%;
    color: #061d2b;
    opacity: 0.8;
}
.productionRight .productionRightInner a {
    color: #FF671D !important;
    display: inline;
}
.production .productionRight .productionRightInner p strong {
    font-weight: 600;
}
.production .row {
    grid-gap: 0;
}
.production .row:nth-child(2n) {
    direction: rtl;
    grid-auto-flow: dense;
}
.production .row:nth-child(2n) .productionRight {
    direction: ltr;
    grid-auto-flow: dense;
    justify-content: center;
}
.bottomSection {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 45.4rem;
}
.bottomSection .bottomLayer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
}
.bottomSection h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 4.4rem;
    line-height: 122.9%;
    text-align: center;
    color: #fff;
    margin-bottom: 1.6rem;
    width: 50%;
    z-index: 2;
}
.bottomSection p {
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 3.2rem;
    text-align: center;
    letter-spacing: 0.01em;
    color: #fff;
    opacity: 0.9;
    margin-bottom: 4rem;
    width: 30%;
}
.bottomSection .inputButtons {
    display: flex;
    justify-content: center;
    z-index: 2;
}
.newsContent {
    padding: 6.2rem 0 4.8rem;
}
.newsContent p {
    font-style: normal;
    font-weight: 400;
    font-size: 1.7rem;
    line-height: 160%;
    letter-spacing: -0.01em;
    color: #000;
    opacity: 0.8;
}
.newsContent .row {
    margin-top: 6rem;
}
.newsCard {
    width: -webkit-fill-available;
    height: 45.6rem;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 6rem 3.2rem;
    margin-bottom: 5.6rem;
}
.newsCard .bottomLayer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    background: #676a6b;
    z-index: 1;
}
.newsCard .arrow {
    height: 3.6rem;
    z-index: 2;
    position: absolute;
    right: 3.2rem;
    width: 3.2rem;
    height: 3.2rem;
}
.newsCard h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 3rem;
    line-height: 133%;
    color: #fff;
    z-index: 2;
    width: 80%;
    position: absolute;
    left: 3.6rem;
    bottom: 2rem;
    transition: .3s;
    z-index: 2;
}
.newsCard p {
    font-style: normal;
    font-weight: 400;
    font-size: 1.7rem;
    line-height: 160%;
    letter-spacing: -0.01em;
    color: #fff;
    position: absolute;
    left: 3.6rem;
    bottom: 3rem;
    height: 0;
    opacity: 0;
    width: 70%;
    overflow: hidden;
    transition: .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
        z-index: 2;
        text-align: left;

}
.newsCard:hover h2 {
    bottom: 12rem;
}
.newsCard:hover p {
    height: auto;
    opacity: 1;
}
.readMoreParent {
    display: flex;
    align-items: center;
    justify-content: center;
}
.newsDetailContent {
    padding: 6.6rem 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.newsDetailContent .date { 
    font-style: normal;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 160%;
    color: #000;
    opacity: 0.8;
    margin-top: 0.3rem;
    margin-bottom: 2rem;
    width: 100%;
    text-align: center;
}
.newsDetailContent .imgContainer,
.newsDetailContent iframe{
    height: 52.6rem;
    width: 85%;
    margin-bottom: 3.2rem;
    position: relative;
    display: block;
}
.newsDetailVideo{
    width: 85% !important;
}
.newsDetailContent .imgContainer img {
    height: 100%;
    width: 100%;
    object-fit: cover;
        opacity: 1;

}
.newsDetailContent .swiper {
    margin-bottom: 6rem;
    width: 85%;
}
.newsDetailContent .swiper .imgContainer {
    margin-bottom: 2.2rem;
    opacity: 1;
}
.newsDetailContent h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 3.9rem;
    color: #303541;
    margin-bottom: 2.8rem;
    width: 85%;
}
.newsDetailContent p,.newsDetailContent a,
.newsDetailContent blockquote{
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 160%;
    color: #000;
    opacity: 0.8;
    margin-bottom: 2.4rem;
    width: 85%;
}
.newsDetailContent a{
    color: #FF671D;
    display: inline;
}
.newsDetailContent ul, .newsDetailContent ol {
    padding: 3.2rem  0 0 ;
    width: 80%;
}
.newsDetailContent ul li, .newsDetailContent ol li {
    font-style: normal;
    font-weight: 500;
    font-size: 2rem;
    line-height: 160%;
    color: #000;
    opacity: 0.8;
    margin-bottom: 2rem;
    position: relative;
    padding-left: 4.8rem;
}
.newsDetailContent ol li{
    padding-left: 0;
}
.newsDetailContent ul li::before {
    position: absolute;
    content: "";
    background: #ff671d;
    top: 0.8rem;
    left: 0;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
}
.newsDetailContent .layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.newsDetailContent .layer img {
    width: 4.4rem;
    height: 5.8rem;
    transform: rotate(180deg);
}
.shareSection {
    display: flex;
    align-items: center;
    margin-bottom: 9.4rem;
    width: 100%;
}
.shareSection span {
    font-style: normal;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 160%;
    color: #000;
    opacity: 0.8;
    margin-right: 4.8rem;
    display: block;
}
.shareSection a {
    margin-right: 2.4rem;
    width: fit-content;
    margin-bottom: 0;
}
.shareSection a svg {
    width: 2.4rem;
    height: 2.4rem;
}
.newsDetailVideo {
    margin-bottom: 3.6rem !important;
}
.copy {
    font-style: normal;
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 160%;
    color: #000;
    opacity: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f7f7;
    border-radius: 0.8rem;
    border: none;
    height: 4rem;
    padding: 0 1.8rem 0 1.6rem;
    margin-right: 3.6rem;
    white-space: nowrap;
}

.errorPageContent{
    display: flex;

}
.carrerBlank{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 40rem;
}
.carrerBlank img{
    width: 11.2rem;
    height: 11.2rem;
    margin-bottom: 3rem;
}
.carrerBlank p{
    font-style: normal;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 132%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #9E877A;
    opacity: 0.8;
}
.copy svg {
    width: 1.8rem;
    width: 1.8rem;
    margin-right: 0.8rem;
}
.otherNewsHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4.2rem;
}
.otherNewsHeader h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 4.4rem;
    line-height: 5.4rem;
    color: #303541;
}
.viewAll {
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 104%;
    color: #c4541d;
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 3rem;
}
.viewAll svg, .viewAll img {
    width: 1.2rem;
    height: 1.5rem;
    margin-left: 1.4rem;
    transition: .3s;
    position: absolute;
    right: 1rem;
}
.viewAll:hover img,.viewAll:hover svg{
    animation: viewAll .6s infinite;
}
@keyframes viewAll {
  from {right: 1rem;}
  to {right: 0rem;}
}
.productsHeader {
    margin-bottom: 1.2rem;
    padding: 3.8rem 0;
}
.productsHeader h1 {
    margin-bottom: 0.5rem;
}
.productsHeader p {
    font-style: normal;
    font-weight: 400;
    font-size: 1.7rem;
    line-height: 160%;
    letter-spacing: -0.01em;
    color: #000;
    opacity: 0.8;
}
.buttonsProduct {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 34rem;
}
.buttonsProduct a {
    font-style: normal;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 111%;
    letter-spacing: -0.02em;
    color: #fff;
    border-bottom: 0.11rem solid #fff;
    padding-bottom: 0.4rem;
    white-space: nowrap;
    margin-right: 2rem;
}
.buttonsProduct .sendRequest {
    font-style: normal;
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 111%;
    letter-spacing: -0.02em;
    color: #fff;
    background: #ff671d;
    border-radius: 1.2rem;
    height: 4.6rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none !important;
    padding-bottom: 0;
    max-width: 34rem;
    transition: .3s;
}
.buttonsProduct .sendRequest img {
    width: 2rem;
    height: 2rem;
    margin-left: 1.2rem;
    margin-top: 0;
}
.sendRequest{
    transition: .3s;
}
.sendRequest:hover{
    background: #af4713;
}
.products .productCard {
    margin-bottom: 2.4rem;
}
.products .row {
    grid-gap: 0 1.6rem;
    margin-bottom: 3.6rem;
}
.productDetailTop {
    padding: 3.2rem 0 0;
    width: 90%;
}
.productDetailTop h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 4.4rem;
    line-height: 5.4rem;
    letter-spacing: -0.01em;
    color: #061d2b;
    margin-bottom: 4.6rem;
}
.productDetailTop span {
    font-style: normal;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 2.9rem;
    letter-spacing: -0.01em;
    color: #061d2b;
    opacity: 0.2;
    display: block;
    margin-bottom: 1.8rem;
}
.productDetailTop p {
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 154.08%;
    letter-spacing: -0.02em;
    color: #061d2b;
    text-align: left;
}
.productDetailSwiper {
    height: 59rem;
}
.productDetailSwiper .swiper-slide, .productDetailSwiper .swiper {
    height: 100%;
}
.productDetailSwiper .swiper-slide img, .productDetailSwiper .swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.productDetailSwiper .swiperThumbParent {
    display: flex;
    align-items: center;
    justify-content: center;
}
.productDetailSwiper .swiperThumb {
    position: relative;
    width: fit-content;
}
.productDetailSwiper .swiper-thumbs {
    height: 10.4rem;
    width: 40rem;
    margin-top: -5.2rem;
    position: static;
    cursor: pointer;
}
.productDetailSwiper .swiper-thumbs .swiper-button-next, .productDetailSwiper .swiper-thumbs .swiper-button-prev{
    position: absolute;
    background: #fff;
    width: 3.4rem;
    height: 3.4rem;
    top: -3.4rem;
    bottom: 0;
    margin: auto;
}
.productDetailSwiper .swiper-thumbs .swiper-button-prev {
    left: -1.7rem;
}
.productDetailSwiper .swiper-thumbs .swiper-button-prev::after {
    content: "";
    background-image: url(../assets/arrowgray.png);
    width: 1.2rem;
    height: 0.6rem;
}
.productDetailSwiper .swiper-thumbs .swiper-button-next {
    right: -1.7rem;
}
.productDetailSwiper .swiper-thumbs .swiper-button-next::after {
    content:"";
    background-image: url(../assets/arrowgray.png);
    width: 1.2rem;
    height: 0.6rem;
    transform: rotate(180deg);
}
.newsDetailContent  .swiper-button-next, .newsDetailContent  .swiper-button-prev,
.featuredProducts .swiper-button-next, .featuredProducts  .swiper-button-prev,
.qualityContent .swiper-button-next, .qualityContent .swiper-button-prev,
.newsSection .swiper-button-next, .newsSection .swiper-button-prev,
.statistics .swiper-button-prev,.statistics .swiper-button-next{
    position: absolute;
    width: 4.8rem;
    height: 4.8rem;
    border: .1rem solid #ff671d;
    top: -2.4rem;
    bottom: 0;
    margin: auto;
    border-radius:50%;
}
.newsDetailContent .swiper-button-next,
.featuredProducts .swiper-button-next{
    left: auto;
    right: 1rem;
}
.qualityContent .swiper-button-next{
    left: auto;
    right: -4rem;
}

.featuredProducts .swiper-button-next{
    left: auto;
    right: 1rem;
}
.newsSection .swiper-button-next,.statistics .swiper-button-next{
    right: 1rem;
}
.newsDetailContent .swiper-button-prev,
.featuredProducts .swiper-button-prev,
.qualityContent .swiper-button-prev,
.newsSection .swiper-button-prev,
.statistics .swiper-button-prev{
    left: 1rem;
}
.qualityContent .swiper-button-prev{
    left: -4rem;
}
.newsDetailContent .swiper-button-next::after,
.featuredProducts .swiper-button-next::after,
.qualityContent .swiper-button-next::after,
.newsSection .swiper-button-next::after,
.statistics .swiper-button-next::after{
    content:"";
    background-image: url(../assets/ArrowLeft.svg);
    width: 2.4rem;
    height: 2.4rem;
    transform: rotate(180deg);
    background-size: contain;
    background-repeat: no-repeat;
}

.newsDetailContent .swiper-button-prev::after,
.featuredProducts .swiper-button-prev::after,
.qualityContent .swiper-button-prev::after,
.newsSection .swiper-button-prev::after,
.statistics .swiper-button-prev::after{
    content:"";
    background-image: url(../assets/ArrowRight.svg);
    width: 2.4rem;
    height: 2.4rem;
    transform: rotate(180deg);
    background-size: contain;
    background-repeat: no-repeat;
}
.productDetailTopParent {
    position: relative;
    min-height: 76rem;
}
/*.containerRight .swiper-wrapper{*/
/*    padding-left: 4rem;*/
/*}*/
.productDetailTopParent .productDetailSwiper {
    position: absolute;
    right: 0;
    top: 3.5rem;
    width: 50%;
}
/*.productDetailContent {*/
/*    padding: 10.4rem 0 0;*/
/*}*/
.productDetailContent h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 4.4rem;
    line-height: 5.4rem;
    letter-spacing: -0.01em;
    color: #061d2b;
    margin-bottom: 4rem;
}
.productDetailContent .productTab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2);
    margin-bottom: 5.8rem;
}
.productDetailContent .productTab a {
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 154.08%;
    color: #061d2b;
    padding-bottom: 0.8rem;
    border-bottom: 0.4rem solid #061d2b;
    opacity: 1;
    transition: 0.3s;
    width: 100%;
      display: flex;
    justify-content: center;
}
.productDetailContent .productTab li {
    width: 33%;
    display: flex;
    justify-content: center;
}
.productDetailContent .productTab a.inactive {
    border-bottom: 0.4rem solid transparent !important;
    opacity: 0.5 !important;
}
.productDetailContent .tabs-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.productDetailContent .tabs-container .tabsContainerInner {
    width: 80%;
}
.tabsContainerInner ul{
    display: flex;
    flex-direction: column;
}
.productDetailContent .tabs-container p, .productDetailContent .tabs-container a, .productDetailContent .tabs-container li, .productDetailContent .tabs-container span, .productDetailContent .tabs-container strong {
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 147.08%;
    letter-spacing: -0.02em;
    color: #061d2b;
    margin-bottom: 3.8rem;
    display: inline-block;
}
.productDetailContent .tabs-container p p, .productDetailContent .tabs-container a p, .productDetailContent .tabs-container li p, .productDetailContent .tabs-container span p, .productDetailContent .tabs-container strong p, .productDetailContent .tabs-container p span, .productDetailContent .tabs-container a span, .productDetailContent .tabs-container li span, .productDetailContent .tabs-container span span, .productDetailContent .tabs-container strong span, .productDetailContent .tabs-container p strong, .productDetailContent .tabs-container a strong, .productDetailContent .tabs-container li strong, .productDetailContent .tabs-container span strong, .productDetailContent .tabs-container strong strong, .productDetailContent .tabs-container p a, .productDetailContent .tabs-container a a, .productDetailContent .tabs-container li a, .productDetailContent .tabs-container span a, .productDetailContent .tabs-container strong a {
    margin-bottom: 0;
}
.productDetailContent .tabs-container p{
    padding-left: 0 !Important;
}
li p{
      text-align: left;
}
.productDetailContent .tabs-container strong {
    font-weight: 600 !important;
}

.tabs-container p img{
    height: auto !important;
    width: 100%;
    max-width: 100% !important;
    object-fit: contain;
}
.containerRight .productCard .buttonsProduct,.featuredProducts .containerRight  .productCard .buttonsProduct{
    margin-top: 35rem;
}
.tablePhoto {
    padding: 6.4rem 0 10rem;
}
.tablePhoto .tablePhotoInner {
    width: 100%;
    height: 58.9rem;
}
.tablePhoto .tablePhotoInner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.requestParent {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f5f3;
    padding: 7rem 0 6rem;
}
.requestParent .requestInner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.requestParent .requestInner h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 3.6rem;
    line-height: 111%;
    text-align: center;
    letter-spacing: -0.01em;
    color: #061d2b;
    width: 70%;
    margin-bottom: 2.4rem;
}
.requestParent .requestInner .buttonsProduct {
    margin-top: 0;
}
.requestParent .requestInner .buttonsProduct .sendRequest {
    width: 21rem;
}
.requestParent .requestInner .inputChild {
    width: 44.5rem;
    margin-bottom: 1.5rem;
}
.requestParent .requestInner .inputChild input {
    height: 4.8rem;
    background: #fff;
    border-radius: 0.8rem;
}
.requestParent .requestInner .inputChild input::placeholder {
    color: rgba(6, 29, 43, 0.4);
}
.requestParent .requestInner .inputChild textarea::placeholder {
    color: rgba(6, 29, 43, 0.4);
}
.products .featuredProducts {
    padding: 10.6rem 0 9.4rem; 
}
.products .featuredProducts .xl-3 div {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.products .featuredProducts .xl-3 div a{
     margin-bottom: 8rem;
}
.carrersContent {
    padding: 6.2rem 0;
}
.carrersContent h1 {
    margin-bottom: 0.9rem;
}
.carrersContent p {
    font-style: normal;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 160%;
    color: #000;
    opacity: 0.8;
    width: 60%;
}
.carrers{
    padding: 0 0 4.2rem;
}
.carrersContent .carrersCardParent {
    width: 33%;
    border-right: 0.1rem solid #e4e7e9;
}
.carrersContent .carrersCardParent:last-child {
    border-right: 0;
}
.carrersContent .carrersInfo {
    margin-top: 5.6rem;
    border: 0.1rem solid #e4e7e9;
    border-radius: 2rem;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-bottom: 7.2rem;
}
.carrersContent .carrersInfo .carrersCard {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 18.5rem;
    width: 100%;
}
.carrersContent .carrersInfo .carrersCard p {
    font-style: normal;
    font-weight: 500;
    font-size: 2rem;
    line-height: 135%;
    color: #1a294e;
    width: 50%;
    text-align: left;
}
.carrersContent .carrersInfo .carrersCard img,.carrersContent .carrersInfo .carrersCard svg {
    width: 8.2rem;
    height: 8.2rem;
    margin-right: 2.8rem;
}
.carrersContent .carrersInfo .carrersCard:first-child {
    border-bottom: 0.1rem solid #e4e7e9;
}
.carrersBottom {
    border-top: 0.1rem solid #dedede;
    position: relative;
}
.carrersBottom::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #fcfcfc;
    z-index: -1;
}
.carrersBottom .vacanciesParent {
    padding: 7.5rem 3.4rem 7.5rem 0;
}
.carrersBottom .vacanciesParent h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 4.4rem;
    line-height: 111%;
    letter-spacing: -0.01em;
    color: #061d2b;
    margin-bottom: 2rem;
}
.carrersBottom .vacanciesParent a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3.6rem 0;
    font-style: normal;
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 150%;
    color: #303541;
    width: 100%;
    border-bottom: 0.1rem solid #e8e8e8;
}
.carrersBottom .vacanciesParent a span {
    display: block;
    width: 70%;
}
.carrersBottom .vacanciesParent a img {
    width: 6.2rem;
}
.carrersBottom .sendVacancy {
    padding: 7.5rem 0 4.5rem 7rem;
}
.carrersBottom .sendVacancy h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 4.4rem;
    line-height: 111%;
    letter-spacing: -0.01em;
    color: #061d2b;
    margin-bottom: 3.8rem;
}
.carrersBottom .sendVacancy .inputChild input, .carrersBottom .sendVacancy .inputChild textarea {
    background: #f2f2f2;
}
.carrersBottom .sendVacancy .buttonsProduct {
    margin-top: 0;
    position: relative;
}
.carrersBottom .sendVacancy .buttonsProduct .sendHr {
    width: 18.2rem;
}
.carrersBottom .sendVacancy .buttonsProduct label {
    border: 0.1rem solid #ff671d;
    border-radius: 1.2rem;
    font-style: normal;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 120%;
    color: rgba(6, 29, 43, 0.8);
    position: relative;
    white-space: nowrap;
    height: 5.2rem;
    min-width: 21.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#imageName{
    color: #FF671D;
    font-size: 1.2rem;
}
.carrersBottom .sendVacancy .buttonsProduct label input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity:0;
    cursor: pointer;
    
}
/*#file-upload-button{*/
/*    opacity: 0;*/
/*}*/


.carrersBottom .sendVacancy .buttonsProduct .infoTool {
    position: absolute;
    top: 120%;
    right: 6rem;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.9rem;
    color: #061d2b;
    opacity: 0.3;
}
.contact h1 {
    margin-bottom: 1.1rem;
}
.contact p {
    font-style: normal;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 160%;
    color: #000;
    opacity: 0.8;
    width: 60%;
}
.contact .contactContent {
    padding: 6.2rem 0 0;
}
.contact .contactContentIndo {
    padding: 10rem 0 8rem;
}
.contact .contactContentIndo h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 135%;
    color: #061d2b;
    margin-bottom: 4.2rem;
}
.contact .contactContentIndo .contactDiv {
    display: flex;
    align-self: center;
    margin-bottom: 3.2rem;
}
.contact .contactContentIndo .contactDiv div {
    display: flex;
    flex-direction: column;
    justify-content:  center;
}
.contact .contactContentIndo .contactDiv div p, .contact .contactContentIndo .contactDiv div a {
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 135%;
    color: #061d2b;
    margin-bottom: 1.2rem;
    height: auto;
    display: flex;
    align-items: flex-start;
    opacity: 1;
    text-align: left;
}
.contact .contactContentIndo .contactDiv div p strong, .contact .contactContentIndo .contactDiv div a strong {
    font-weight: 500; 
    margin-right: .6rem;
}
.contact .contactContentIndo .contactDiv div p:last-child, .contact .contactContentIndo .contactDiv div a:last-child {
    margin-bottom: 0;
}
.contact .contactContentIndo .contactDiv img {
    width: 4rem;
    height: 4rem;
    margin-right: 3.2rem;
}
.contact .socails {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-style: normal;
    font-weight: 400;
    font-size: 2.7rem;
    line-height: 135%;
    color: #061d2b;
    margin-top: 2.4rem;
}
.contact .socails a {
    margin-left: 2.4rem;
    transition: .3s;
     display: flex;
    justify-content: center;
    align-items: center;
}
.contact .socails a img {
    width: 3.6rem;
    height: 3.6rem;
}
.contact .socails a:hover{
    transform: scale(1.2);
}
.contact .contactTop {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 5rem;
}
.contact .contactTop h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 3.9rem;
    letter-spacing: -0.01em;
    color: #061d2b;
    text-align: center;
}
.contact .contactTop p {
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 137%;
    text-align: center;
    color: #000;
    opacity: 0.3;
}
.contact .contactContentIndo input, .contact .contactContentIndo textarea {
    background: #f5f5f5;
}
.contact .contactContentIndo .buttonsProduct {
    margin-top: 0;
}
.contactRequest {
    width: 16rem !important;
}
.contactTabs .contactTab {
    display: flex;
    align-items: center;
    justify-content: center;
}
.contactTabs .contactTab a {
    font-style: normal;
    font-weight: 600;
    font-size: 4.4rem;
    line-height: 5.4rem;
    letter-spacing: -0.01em;
    color: #061d2b;
    width: 25rem;
    padding-bottom: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 0.4rem solid #d55230;
    transition: 0.4s;
}
.contactTabs .contactTab a.inactive {
    color: rgba(6, 29, 43, 0.4);
    border-bottom: 0.4rem solid #d8d8d8;
}
.contactTabs .tabs-container {
    padding: 5.4rem 0 0;
}
.contactMap, .contactVideos {
    height: 75.2rem;
    position: relative;
}
.contactMap iframe {
    width: 100%;
    height: 100%;
}
.contactVideos img {
    width: 100%;
    height: 100%;
}
.contactVideos .layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contactVideos .layer img {
    width: 11.8rem;
    height: 11.8rem;
    transform: rotate(180deg);
}
.workInfo h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 4rem;
    color: #303541;
    margin-bottom: 2.6rem;
}
.workInfo p {
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 160%;
    color: #000;
    opacity: 0.8;
    width: 80%;
    margin-bottom: 10rem;
}
.carrersDetails {
    border-top: none;
    padding-top: 6.2rem;
}
.carrersDetails:before {
    display: none;
}
.carrersDetails .sendVacancy {
    padding: 0;
}
.requarment h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 4rem;
    color: #303541;
    margin-bottom: 3.2rem;
}
.requarment ul, .requarment ol {
    padding-bottom: 3.2rem;
    width: 70%;
}
.requarment ul li, .requarment ol li,
.requarment p, .requarment strong,.qualityContent .qualityCard p{
    font-style: normal;
    font-weight: 400;
    font-size: 1.7rem;
    line-height: 160%;
    color: #000;
    opacity: 0.8;
    position: relative;
    padding-left: 3.8rem;
    margin-bottom: 2.4rem;
}
.requarment p strong{
    font-weight: 600;
    padding: 0;
}
.requarment ul li, .requarment ol li{
    margin-bottom: 0;
}
.requarment ul li::before, .requarment ol li::before,.qualityContent .qualityCard p::before {
    position: absolute;
    content: "";
    background: #ff671d;
    top: 0.8rem;
    left: 0;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
}
.nextPosition {
    padding: 4.8rem 0;
}
.nextPosition h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 2.9rem;
    letter-spacing: -0.01em;
    color: #061d2b;
    opacity: 0.3;
    margin-bottom: 2.5rem;
}
.nextPosition a {
    border: 0.1rem solid #c2c2c2;
    border-right: 0;
    border-left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-style: normal;
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 150%;
    color: #303541;
    padding: 5.4rem 0 6.4rem;
}
.qualityContent h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 4.8rem;
    line-height: 6rem;
    color: #061d2b;
    margin-bottom: 6.2rem;
}
.qualityContent .swiper {
    margin-bottom: 2rem;
    position: static;
}
.qualityContent .container{
    position: relative;
}
.qualityContent .swiper-wrapper {
    padding-bottom: 2.4rem;
}
.qualityContent .qualityCard {
    border: 0.11rem solid #dedede;
    border-radius: 0.44rem;
    padding: 8rem 11.2rem 5.4rem;
}
.qualityContent .qualityCard h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 3.5rem;
    line-height: 4.3rem;
    letter-spacing: -0.01em;
    color: #061d2b;
    margin-bottom: 3.2rem;
}
.qualityContent .qualityCard p {
    font-style: normal;
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 170%;
    color: #061d2b;
    opacity: 0.86;
}
.qualityContent .partnersContent p {
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 160%;
    color: #000;
    opacity: 0.8;
    margin-bottom: 4.2rem;
    width:100%;
}
.qualityContent .partnersContent h2 {
    margin-bottom: 2.2rem;
}
.qualityMap {
    width: 100%;
    width: 100%;
}
.qualityMap img, .qualityMap iframe {
    height: 57.2rem;
    width: 100%;
}
.buttonsProduct .sendRequest {
    margin-right: 0;
}
#map{
    position: relative;
    width: 100%;
    height: 100%;
}
@media (max-width: 991.9px) {
    .contactSection .contactLeft {
        width: 100%;
        height: 62rem;
        justify-content: flex-start;
        position: static;
   }
    .contactSection .contactLeft .contactLeftInner {
        width: -webkit-fill-available;
        padding: 3.6rem 2.4rem 2.5rem;
   }
    .contactSection .contactLeft .contactLeftInner h2 {
        font-size: 2.8rem;
        line-height: 111%;
        margin-bottom: 1.6rem;
   }
    .contactSection .contactLeft .contactLeftInner .inputChild {
        margin-bottom: 1rem;
   }
    .contactSection iframe {
        height: 100rem;
   }
}
/*.certifcateParents {*/
/*    padding: 4.8rem;*/
/*}*/
.certifcateParents h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 4.4rem;
    line-height: 5.4rem;
    color: #061d2b;
    margin-bottom: 5rem;
}
.certifcateParents .certifcateCard {
    margin-bottom: 9.2rem;
}

.certifcateParents .certifcateCard .imgContainer {
    height: 26.8rem;
    margin-bottom: 1.6rem;
}
.certifcateParents .certifcateCard .imgContainer img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: .3s;
}
.certifcateParents .certifcateCard:hover .imgContainer img {
    transform: scale(1.05);
}
.certifcateParents .certifcateCard p {
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 170%;
    letter-spacing: -0.01em;
    color: #061d2b;
    opacity: 0.8;
    height: 5rem;
    text-align: center;
}
.menu {
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    background-size: cover;
    transform: translateY(-100%);
    transition: 0.3s all ease;
}
.menu.active {
    transform: translateY(0);
}
.menu .container {
    height: 100%;
}
.menu .menuSection {
    height: 96%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.menu .menuSection .menuSectionTop {
    padding: 5.4rem 0;
}
.menu .menuSection .closeButton {
    width: 3.2rem;
    height: 3.2rem;
    background-color: transparent;
    border: none;
    padding: 0;
}
.menu .menuSection .closeButton img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.menu .menuSection .menuSectionMiddle {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 10rem;
}
.menu .menuSection .menuSectionMiddle ul{
    max-width: 20%;
}
.menu .menuSection .menuSectionMiddle ul li {
    margin-bottom: 2.4rem;
    display: flex;
    align-items: flex-start;
}
.menu .menuSection .menuSectionMiddle ul li a, .menu .menuSection .menuSectionMiddle ul li p, .menu .menuSection .menuSectionMiddle ul li p span {
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 135%;
    display: flex;
    align-items: center;
    color: #fcfcfc;
    transition: 0.3s;
}
.menu .menuSection .menuSectionMiddle ul li a:hover, .menu .menuSection .menuSectionMiddle ul li p:hover, .menu .menuSection .menuSectionMiddle ul li p span:hover {
    color: #ff671d !important;
}
.menu .menuSection .menuSectionMiddle ul li img {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 1.2rem;
}
.menu .menuSection .menuSectionMiddle ul li p {
    pointer-events: none;
    display: flex;
    flex-direction: column;
}
.menu .menuSection .menuSectionMiddle ul li p span {
    margin-bottom: 0.8rem;
}
.menu .menuSection .menuSectionMiddle ul li:first-child {
    margin-bottom: 4rem;
}
.menu .menuSection .menuSectionMiddle ul li:first-child a {
    font-style: normal;
    font-weight: 500;
    font-size: 3rem;
    line-height: 135%;
    color: #fcfcfc;
}
.menu .menuSection .menuSectionMiddle ul:last-child {
    width: 28rem;
}
.menu .menuSection .menuSectionBottom {
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu .menuSection .menuSectionBottom .socialIcons {
    display: flex; 
    align-items: center;
}
.menu .menuSection .menuSectionBottom .socialIcons a {
    margin-right: 2.4rem;
}
.menu .menuSection .menuSectionBottom .socialIcons img {
    width: 3rem;
    height: 3rem;
    transition: .3s;
    opacity: .7;
}
.menu .menuSection .menuSectionBottom .socialIcons img:hover {
    transform: scale(1.2);
    opacity: 1;
}
.langMobile {
    display: flex;
    align-items: center;
    margin-left: 7.2rem;
}
.langMobile a {
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 135%;
    letter-spacing: 0.343151px;
    color: #fff;
    padding-right: 2.4rem;
    border-right: 0.1rem solid rgba(255, 255, 255, 0.6);
    transition: 0.3s;
}
.langMobile a:last-child {
    padding-left: 2.4rem;
    border-right: 0;
    padding-right: 0;
}
.langMobile a:hover {
    color: #c4541d;
}
footer {
    background: #001f33;
    padding: 12rem 0 0;
}
footer .footerContent {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 0 3.2rem;
}
footer .footerContent ul{
    max-width: 20%;
}
footer .footerContent ul li {
    display: flex;
    align-items: flex-start;
}
footer .footerContent ul li a, footer .footerContent ul li p, footer .footerContent ul li p span {
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 135%;
    color: #fcfcfc;
    opacity: 0.76;
    margin-bottom: 1rem;
    display: block;
    transition: 0.3s;
}
footer .footerContent ul li a:hover, footer .footerContent ul li p:hover, footer .footerContent ul li p span:hover {
    color: #ff671d !important;
}
footer .footerContent ul li p {
    pointer-events: none;
    display: flex;
    flex-direction: column;
}
footer .footerContent ul li p span {
    margin-bottom: 0.8rem;
}
footer .footerContent ul li img {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 1.2rem;
}
footer .footerContent ul li:first-child {
    margin-bottom: 2.4rem;
}
footer .footerContent ul li:first-child a {
    font-style: normal;
    font-weight: 600;
    font-size: 2.8rem;
    line-height: 135%;
    color: #fcfcfc;
    margin-bottom: 0;
}
footer .footerContent .socialIcons {
    display: flex;
    align-items: center;
    opacity: 0.8;
    margin-top: 5.2rem;
    height: 3.2rem;
}
footer .footerContent .socialIcons svg{
    width: 2.4rem;
    height: 2.4rem;
    transition: .3s ;
}
.socialIcons a  svg path{
    transition: .3s ;
}
footer .footerContent .socialIcons a:hover  svg path{
   fill: #FF671D;
}
footer .footerContent .socialIcons a:hover  svg {
   margin-top: -1rem;
}
footer .footerContent .socialIcons a{
   margin-right: 2.4rem;
}
footer .footerContent .socialIcons a:nth-child(2) svg{
   width: 3.2rem;
   height: 3.2rem;
}
footer .footerBottom {
    border-top: 0.04rem solid #636363;
    padding: 3.2rem 0;
}
footer .footerBottom .footerBottomContent {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer .footerBottom .footerBottomContent span {
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 135%;
    color: #fcfcfc;
}
footer .footerBottom .footerBottomContent .bottomLinks {
    display: flex;
    align-items: center;
}
footer .footerBottom .footerBottomContent .bottomLinks a {
    font-style: normal;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 135%;
    color: #fcfcfc;
    padding-right: 2.4rem;
    border-right: 0.1rem solid #fff;
    margin-right: 2.4rem;
    transition: 0.3s;
}
footer .footerBottom .footerBottomContent .bottomLinks a:last-child {
    margin-right: 0;
    border-right: none;
    padding-right: 0;
}
footer .footerBottom .footerBottomContent .bottomLinks a:hover {
    color: #c4541d;
}
footer .footerBottom .footerBottomContent p {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 135%;
    color: #c4c4c4;
}
footer .footerBottom .footerBottomContent p a {
    font-style: normal;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 135%;
    color: #fcfcfc;
    display: block;
    padding-left: 0.6rem;
    transition: 0.3s;
}
footer .footerBottom .footerBottomContent p a:hover {
    color: #c4541d;
}
.error{
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 135%;
    color: #FF671D;
    margin-top: 0.6rem;
    display: block;
}

.module-map{
	min-height: 75rem;
}
.desk-none{
    display: none !important;
}
.menuMobile{
    display: none;
}

.products .buttonsProduct{
    margin-top: 34rem !important;
}
.productDetail .buttonsProduct{
    margin-top: 30rem !important;
}
.inputGroup .buttonsProduct{
    margin-top: 1.8rem !important;
}
.swiper-button-prev,.swiper-button-next{
    display: none !important;
}
.question-answer-card-headerArrow{
    border: none;
    background: transparent;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-left: 1.6rem;
}

.question-answer-card-headerArrow img{
    width: 2.4rem;
    height: 2.4rem;
    transition: 0.3s;
}

/*.answer-icon::after, .answer-icon::before{*/
/*    position: absolute;*/
/*    top: 0;*/
/*    border: 0;*/
/*    left: 0;*/
/*    right: -4.2rem;*/
/*    bottom: 0;*/
/*    margin: auto;*/
/*    width: .2rem;*/
/*    height: 1rem;*/
/*    content: "";*/
/*    background-color: #fff;*/
/*    opacity: .8;*/
/*    width: .2rem;*/
/*    height: 2rem;*/
/*    transition: .3s;*/
/*}*/
/*.answer-icon::before{*/
/*    transform: rotate(90deg);*/
/*}*/
.question-answer-card-headerArrow.active img{
    transform: rotate(-180deg);
}


@media (max-width: 767.9px) {
    .wallpSection {
        height: 100vh;
   }
    .wallpSection h2 {
        font-size: 4rem;
        line-height: 4.8rem;
        width: 100%;
   }
    .wallpSection .line {
        width: 13rem;
        height: 16rem;
        left: -4rem;
   }
    .wallpSection .line2 {
        width: 10rem;
        height: 11rem;
        left: 4.5rem;
        top: 2rem;
   }
    .homeHeader .homeHeaderInner div {
        display: none;
   }
    .homeHeader .homeHeaderInner div.logo {
        display: flex;
   }
    .homeHeader .menuButton img {
        width: 5.6rem;
        height: 1rem;
   }
    .homeAbout {
        padding: 6.8rem 0 4.8rem;
   }
    .homeAbout h1 {
        font-size: 3.2rem;
        line-height: 4rem;
        margin-bottom: 3.2rem;
        width: 100%;
   }
    .homeAbout h3 {
        font-size: 2rem;
        line-height: 2.4rem;
   }
    .homeAbout p {
        width: 100%;
        font-size:  1.4rem;
   }
    .homeAbout .xl-2 {
        display: flex;
        justify-content: center;
        margin-top: 2.8rem;
   }
    .readMore {
        width: 10rem;
        height: 10rem;
        font-size: 1.3rem;
        line-height: 104%;
   }
    .readMore img {
        width: 1.8rem;
        height: 1.8rem;
   }
    .videoSection {
        height: 24.8rem;
        margin-bottom: 7rem;
   }
    .videoSection .video {
        padding: 2.2rem 3.2rem 2.4rem;
        border-radius: 2rem;
   }
    .videoSection .video h4 {
        font-size: 1.7rem;
        line-height: 102%;
   }
    .videoSection .video img {
        width: 4rem;
        height: 4rem;
        margin-left: 1.5rem;
   }
    .featuredProducts h2 {
        font-size: 3.2rem;
        line-height: 104.9%;
        margin-bottom: 1rem;
   }
    .featuredProducts p {
        font-size: 1.4rem;
        line-height: 154.08%;
   }
    .resp-none {
        display: none !important;
   }
   .desk-none{
        display: flex !important;
    }
    .containerRight {
        width: 100%;
        margin-top: 2.4rem;
   }
    .productCard {
        height: 46rem;
   }
    .productCard .productlayer {
        padding: 2.4rem 1rem;
        margin-top: 0;
   }
    .buttonsProduct {
        margin-top: 30rem !important;
   }
    .infoBar .infoBarChild {
        display: flex;
        flex-direction: column;
   }
    .infoBar .infoBarChild .infoBarCard {
        padding: 3rem;
        display: flex;
        border-right: 0;
        border-bottom: 0.1rem solid #e4e7e9;
        flex-direction: row;
   }
    .infoBar .infoBarChild .infoBarCard img {
        width: 6.2rem;
        height: 6.9rem;
        margin-right: 3.2rem;
        margin-bottom: 0;
   }
    .infoBar .infoBarChild .infoBarCard div {
        align-items: flex-start;
   }
    .infoBar .infoBarChild .infoBarCard h3, .infoBar .infoBarChild .infoBarCard p {
        text-align: left;
        width: 100%;
   }
    .infoBar .infoBarChild .infoBarCard h3 {
        font-size: 1.6rem;
        margin-bottom: 0.6rem;
   }
    .infoBar .infoBarChild .infoBarCard p {
        font-size: 1.2rem;
   }
    .newsSection h2 {
        font-size: 3.2rem;
        line-height: 4rem;
        padding-bottom: 0;
        margin-bottom: 0;
        /*border-bottom: 0.1rem solid #e4e7e9;*/
   }
    .newsSection .newsCardsHeader {
        padding: 2rem 0;
   }
    .newsSection .container {
        border: 0.1rem solid #e4e7e9;
        margin: 0 1rem;
        /*padding: 2rem 1.6rem;*/
   }
    .newsSection .newsCard {
        height: 47.2rem;
   }
    .newsSection .newsCard h3 {
        font-size: 2.4rem;
        line-height: 3.6rem;
        left: 2.4rem;
        bottom: 2.4rem;
   }
    .featuredProducts {
        padding-bottom: 4.8rem;
   }
    .viewAll {
        font-size: 1.2rem;
   }
    .headerSecond {
        padding: 1.6rem 0;
   }
    .headerSecond .headerRight ul, .headerSecond .headerRight .lang {
        display: none;
   }
    .pageTop {
        height: 28rem;
        margin-bottom: 6.2rem;
   }
    .pageTop .container {
        width: -webkit-fill-available;
   }
    .pageTop h1 {
        font-size: 3.2rem;
        padding-bottom: 2.4rem;
        line-height: 120%;
   }
    .aboutSection {
        padding-bottom: 6.2rem;
   }
    .aboutSection h2 {
        font-size: 2.4rem;
        margin-bottom: 1.6rem;
   }
    .aboutSection p {
        margin-bottom: 1.6rem;
        font-size: 1.4rem;
   }
    .imgContainerAbout {
        height: 30rem;
   }
    .imgContainerAbout .layerImg img {
        height: 4.8rem;
        height: 4.8rem;
   }
    .aboutInfoContent {
        height: auto;
        padding: 2.4rem 0;
   }
    .aboutInfoContent .xl-4 {
        margin: 0;
   }
    .aboutInfoContent h3 {
        font-size: 2.4rem;
        width: 100%;
        margin-bottom: 1.6rem;
        line-height: 120%;
   }
    .aboutInfoContent p {
        font-size: 1.6rem;
        width: 100%;
        margin-bottom: 2.4rem;
   }
    .statistics {
        padding: 4.8rem 0 3.2rem;
   }
    .leaderShipNote {
        margin: 4rem 0;
   }
    .leaderShipNote h2 {
        font-size: 2.4rem;
   }
    .leaderShipNote .leaderShipNoteContain {
        padding: 3.2rem;
        width: -webkit-fill-available;
   }
    .leaderShipNote .leaderShipNoteContain::before {
        height: 4rem;
        width: 8rem;
   }
    .leaderShipNote .leaderShipNoteContain h3 {
        font-size: 2.4rem;
   }
    .leaderShipNote .leaderShipNoteContain p {
        font-size: 1.6rem;
   }
    .leaderShipNote .leaderShipNoteBottom {
        width: 100%;
   }
    .leaderShipNote .leaderShipNoteBottom div {
        font-size: 1.8rem;
   }
    .leaderShipNote .leaderShipNoteBottom div p {
        font-size: 1.4rem;
   }
    .leaderShipNote .leaderShipNoteBottom .sign img {
        height: 3rem;
   }
    .partners {
        padding: 1.6rem 0 2.4rem;
        margin-bottom: 2.4rem;
   }
    .partners h2 {
        font-size: 2.4rem;
        margin-bottom: 1.2rem;
        line-height: 120%;
   }
    .partners p {
        font-size: 1.4rem;
   }
   /* .map {*/
   /*     height: 30rem;*/
   /*}*/
    .map h2 {
        font-size: 2.4rem;
        line-height: 2.4rem;
        margin-bottom: 1.6rem;
   }
    .videoGallery, .photoGallery {
        padding: 3.2rem 0;
   }
    .videoGallery h1, .photoGallery h1 {
        font-size: 3.2rem;
        line-height: 120%;
   }
    .videoGallery p, .photoGallery p {
        font-size: 1.5rem;
        line-height: 140%;
   }
    .videoGallery .row, .photoGallery .row {
        margin: 3.2rem 0 0;
   }
    .videoGallery .videoCard, .photoGallery .videoCard {
        margin-bottom: 3.2rem;
   }
    .videoGallery .videoCard img, .photoGallery .videoCard img {
        height: 30rem;
        margin-bottom: 1.2rem;
   }
    .videoGallery .photoGalleryCard, .photoGallery .photoGalleryCard {
        height: 30rem;
        grid-column: span 12 !important;
        margin-bottom: 2.4rem;
   }
    .newsContent {
        padding: 3.2rem 0;
   }
    .newsContent h1 {
        font-size: 3.2rem;
        line-height: 120%;
   }
    .newsCard p {
        font-size: 1.5rem;
        line-height: 140%;
        display: none;
   }
    .newsContent .row {
        margin: 2rem 0 0; 
   }
    .newsContent .newsCard {
        margin-bottom: 2.4rem;
        height: 30rem;
        padding: 2.4rem 1.6rem;
   }
    .newsContent .newsCard h2 {
        font-size: 2rem;
        width: 90%;
        bottom: 2.4rem;
   }
    .newsContent .newsCard .arrow {
        height: 1.6rem;
   }
    .production .imgContainerAbout, .production .swiper-slide {
        height: 30rem;
   }
    .production .productionRight {
        padding-left: 0;
   }
    .production .productionRight .productionRightInner {
        height: auto;
        width: 100%;
        padding: 3.2rem 0 0;
   }
    .production .productionRight .productionRightInner h3 {
        font-size: 2.8rem;
        line-height: 120%;
        width: 100%;
        margin-bottom: 1.6rem;
   }
    .production .productionRight .productionRightInner p,
    .production .productionRight .productionRightInner a{
        font-size: 1.4rem;
   }
    .production .productionSection {
        padding: 0 1.6rem;
   }
    .production .row {
        padding: 1.6rem 0;
   }
    .production .bottomSection {
        height: 40rem;
   }
   .inputButtons a{
       font-size: 1.2rem;
   }
    .production .bottomSection h3 {
        font-size: 2.8rem;
        line-height: 120%;
        width: 100%;
        margin-bottom: 1.6rem;
   }
   .bottomSection p{
       margin-bottom: 1.2rem;
   }
    .production .bottomSection p {
        font-size: 1.4rem;
        width: 90%;
   }
    .production .inputButtons a {
        height: 4.6rem;
   }
    .termsContent .termsContentTop {
        margin-bottom: 3.2rem;
   }
    .termsContent .termsContentTop h1 {
        font-size: 2.8rem;
        line-height: 120%;
        width: 100%;
        margin-bottom: 1.6rem;
   }
    .termsContent .termsContentTop p {
        font-size: 1.4rem;
        width: 100%;
   }
    .termsContent p {
        font-size: 1.4rem;
        width: 100%;
   }
    .termsContent ul {
        width: 100%;
        margin: 3.2rem 0;
   }
    .termsContent ul li {
        font-size: 1.4rem;
        padding-left: 2rem;
        margin-bottom: 2rem;
   }
    .termsContent ul li::before {
        top: 0.3rem;
   }
    .productsHeader {
        padding: 0 0 2.4rem;
   }
    .productsHeader h1 {
        font-size: 2.8rem;
        line-height: 120%;
        width: 100%;
        margin-bottom: 1.6rem;
   }
    .productsHeader p {
        font-size: 1.4rem;
        width: 100%;
   }
    .products {
        padding-bottom: 3.2rem;
   }
    .buttonsProduct a {
        font-size: 1.6rem;
   }
    .buttonsProduct .sendRequest {
        height: 4rem;
        font-size: 1.4rem;
        max-width: 20rem;
   }
    .contact .contactContent {
        padding: 3.2rem 0;
   }
    .contact .contactContent h1 {
        font-size: 2.8rem;
        line-height: 120%;
        width: 100%;
        margin-bottom: 1.6rem;
   }
    .contact .contactContent p {
        width: 100%;
        font-size: 1.6rem;
        line-height: 120%;
   }
    .contact .contactContentIndo {
        padding: 3.2rem 0;
   }
    .contact .contactContentIndo h5 {
        font-size: 2.8rem;
        line-height: 120%;
        width: 100%;
        margin-bottom: 1.6rem;
   }
    .contact .contactContentIndo .contactDiv {
        margin-bottom: 2.4rem;
   }
    .contact .contactContentIndo .contactDiv img {
        width: 2.4rem;
        height: 2.4rem;
        margin-right: 1.6rem;
   }
    .contact .contactContentIndo .contactDiv div a, .contact .contactContentIndo .contactDiv div p {
        font-size: 1.6rem;
        line-height: 135%;
   }
    .contact .socails {
        font-size: 2.4rem;
        margin-bottom: 5.2rem;
   }
    .contact .contactTop h6 {
        font-style: normal;
        font-weight: 600;
        font-size: 2.6rem;
        line-height: 120%;
        letter-spacing: -0.01em;
        color: #061d2b;
        text-align: center;
        margin-bottom: 1.6rem;
   }
    .contactTabs #tabs {
        display: flex;
        flex-direction: column;
   }
    .contactTabs #tabs li {
        width: -webkit-fill-available;
        padding: 0 1.6rem;
   }
    .contactTabs #tabs li a {
        width: 100%;
   }
    .contactTabs .contactTab a {
        font-size: 2rem;
        line-height: 3.4rem;
        margin-bottom: 1.6rem;
        border-bottom: 0.1rem solid #d55230;
   }
    .contactTabs .contactTab a.inactive {
        border-bottom: 0.1rem solid #d8d8d8;
   }
    .contactTabs .tabs-container {
        padding: 2.4rem 0;
   }
    .contactMap, .contactVideos {
        height: 30rem;
   }
    .carrersContent {
        padding: 2.4rem 0;
   }
    .carrersContent h1 {
        font-size: 2.8rem;
        line-height: 120%;
        width: 100%;
        margin-bottom: 1.6rem;
   }
    .carrersContent p {
        width: 100%;
        font-size: 1.6rem;
        line-height: 120%;
   }
    .carrersContent .carrersInfo {
        margin: 2.4rem 0;
        display: flex;
        flex-direction: column;
   }
    .carrersContent .carrersInfo .carrersCardParent {
        border: none !important;
        flex-direction: column;
        width: 100%;
   }
    .carrersContent .carrersInfo .carrersCardParent .carrersCard {
        display: flex;
        flex-direction: column;
        padding: 3.2rem 0;
        height: auto;
        border-bottom: 0.1rem solid #e4e7e9;
   }
    .carrersContent .carrersInfo .carrersCardParent .carrersCard img {
        width: 4.2rem;
        height: 4.2rem;
        margin-right: 0;
        margin-bottom: 1.6rem;
   }
    .carrersContent .carrersInfo .carrersCardParent .carrersCard p {
        text-align: center;
        width: 90%;
        font-size: 1.6rem;
   }
    .carrersBottom .vacanciesParent {
        padding: 3.2rem 0;
   }
    .carrersBottom .vacanciesParent h2 {
        font-size: 3.2rem;
   }
    .carrersBottom .vacanciesParent a {
        padding: 1.6rem 0;
        font-size: 1.6rem;
   }
    .carrersBottom .vacanciesParent a img {
        height: 2.4rem;
   }
    .carrersBottom .sendVacancy {
        padding: 3.2rem 0;
   }
    .carrersBottom .sendVacancy h2 {
        font-size: 3.2rem;
        margin-bottom: 2.4rem;
   }
    .carrersBottom .sendVacancy .buttonsProduct {
        display: flex;
        flex-direction: column;
        padding-bottom: 3.2rem;
   }
    .carrersBottom .sendVacancy .buttonsProduct .sendHr {
        min-width: 100%;
        margin-bottom: 2.4rem !important;
   }
    .carrersBottom .sendVacancy .buttonsProduct label {
        height: 4rem;
        min-width: 100%;
        font-size: 1.4rem;
   }
    .carrersBottom .sendVacancy .buttonsProduct .infoTool {
        margin: auto;
        left: 0;
        right: 0;
        top: 12rem;
        width: fit-content;
   }
    .carrersBottom:before {
        display: none;
   }
    .carrersDetails {
        padding: 2.4rem 0 3.2rem;
   }
    .carrersDetails .workInfo h3 {
        font-size: 2.4rem;
        margin-bottom: 1.6rem;
   }
    .carrersDetails .workInfo p {
        margin-bottom: 2.4rem;
        width: 100%;
        font-size: 1.4rem;
   }
    .carrersDetails .requarment h4 {
        font-size: 2.4rem;
        margin-bottom: 1.6rem;
   }
    .carrersDetails .requarment ul, .carrersDetails .requarment ol,
    .tabsContainerInner ul {
        width: 100%;
        padding-bottom: 3.2rem;
   }
    .carrersDetails .requarment ul li, .carrersDetails .requarment ol li,.tabsContainerInner ul li {
        font-size: 1.4rem;
        line-height: 160%;
        color: #000;
        opacity: 0.8;
        position: relative;
        padding-left: 2.4rem;
        margin-bottom: 1.6rem;
   }
    .nextPosition {
        padding: 0 0 3.2rem;
   }
    .nextPosition h3 {
        font-size: 2rem;
        margin-bottom: 2rem;
   }
    .nextPosition a {
        padding: 1.6rem 0;
        font-size: 2rem;
   }
    .nextPosition a img {
        height: 2.4rem;
   }
    .breadCrumb a {
        display: none;
   }
    .newsDetailContent {
        padding: 2.4rem 0 0;
   }
    .newsDetailContent h1, .newsDetailContent h2 {
        padding: 1.6rem 0;
        font-size: 2.4rem;
        line-height: 130%;
        width: 100%;
   }
    .newsDetailContent h2 {
        padding: 0;
   }

    .newsDetailContent p,.newsDetailContent a,
    .newsDetailContent blockquote{
        margin-bottom: 2.4rem;
        width: 100%;
        font-size: 1.4rem;
        margin: 2.4rem 0;
        text-align: left;
   }
    .newsDetailContent .date {
        font-size: 1.4rem;
        margin-bottom: 1.6rem;
   }
    .newsDetailContent .imgContainer {
        height: 30rem;
        margin-bottom: 3.2rem;
   }
    .newsDetailContent ul, .newsDetailContent ol {
        width: 100%;
        padding-bottom: 3.2rem;
   }
    .newsDetailContent ul li, .newsDetailContent ol li {
        font-size: 1.4rem;
        line-height: 160%;
        color: #000;
        opacity: 0.8;
        position: relative;
        padding-left: 2.4rem;
        margin-bottom: 1.6rem;
   }
    .newsDetailContent ul li::before, .newsDetailContent ol li::before {
        width: 1rem;
        height: 1rem;
   }
    .newsDetailContent .swiper {
        margin-bottom: 6.2rem;
   }
    .shareSection {
        margin-bottom: 4.2rem;
   }
    .shareSection span {
        font-size: 1.8rem;
        margin-right: 1.6rem;
   }
    .shareSection a:last-child {
        margin-right: 0;
   }
    .otherNewsHeader {
        margin-bottom: 2.4rem;
   }
    .otherNewsHeader h4 {
        font-size: 2.8rem;
        line-height: 120%;
   }
    .newsCard {
        height: 30rem;
        padding: 2.4rem;
   }
    .newsCard h2 {
        width: 100%;
        font-size: 2.4rem;
        left: 2.4rem;
   }
    .newsCard .arrow {
        height: 2rem;
   }
    .productDetailTop {
        padding: 1.2rem 0 0;
        width: 100%;
   }
    .productDetailTop h1 {
        font-size: 2.4rem;
        line-height: 130%;
        width: 100%;
        margin-bottom: 1rem;
   }
    .productDetailTop span {
        font-size: 1.8rem;
        line-height: 110%;
   }
    .productDetailTop p {
        font-size: 1.4rem;
   }
    .productDetailTopParent {
        width: 100%;
        height: auto;
        min-height: auto;
   }
    .productDetailTopParent .productDetailSwiper {
        position: static;
        width: -webkit-fill-available;
        padding: 0 1.6rem;
        height: 30rem;
   }
    .productDetailTopParent .productDetailSwiper .swiper-thumbs {
        width: 100vw;
        height: 7.4rem;
        margin-top: -4.2rem;
   }
    .productDetailTopParent .productDetailSwiper .swiper-thumbs .swiper-button-next {
        right: 0;
   }
    .productDetailTopParent .productDetailSwiper .swiper-thumbs .swiper-button-prev {
        left: 0;
   }
    .productDetailContent {
        padding: 10rem 0 0;
   }
    .productDetailContent h2 {
        font-size: 3rem;
        line-height: 4.4rem;
   }
    .productDetailContent .productTab {
        flex-direction: column;
        margin-bottom: 2.4rem;
   }
    .productDetailContent .productTab li {
        margin-bottom: 2.4rem;
   }
    .productDetailContent .productTab li a {
        border-bottom: 0.1rem solid #061d2b;
   }
    .productDetailContent .productTab li a.active {
        border-bottom: 0.1rem solid transparent !important;
   }
    .productDetailContent .tabs-container .tabsContainerInner {
        width: 100%;
   }
    .tablePhoto {
        padding: 2.4rem 0 4.2rem;
   }
    .tablePhoto .tablePhotoInner {
        height: 30rem;
   }
    .requestParent {
        padding: 2.4rem 1.6rem;
   }
    .requestParent .requestInner h2 {
        font-size: 2.4rem;
   }
    .requestParent .requestInner .inputChild,
    .requestParent .requestInner{
        width: 100%;
   }
    .requestParent .inputGroup {
        width: 100%;
   }
    .products .featuredProducts {
        padding: 4.8rem 0 0;
   }
    .products .featuredProducts .readMore {
        margin-top: 2.4rem;
   }
    .qualityContent h2 {
        font-size: 2.8rem;
        line-height: 120%;
        margin-bottom: 3.8rem;
   }
    .qualityContent .qualityCard {
        padding: 2.4rem;
   }
    .qualityContent .qualityCard h3 {
        font-size: 2.4rem;
        line-height: 120%;
        margin-bottom: 1.6rem;
   }
    .qualityContent .qualityCard p {
        font-size: 1.6rem;
   }
    .qualityContent .swiper {
        margin-bottom: 3.8rem;
   }
    .qualityContent .partnersContent p {
        width: 100%;
        font-size: 1.6rem;
   }
    .qualityContent .partnersContent .partnersCard {
        margin-bottom: 1.6rem;
   }
    .menu {
        transform: translateX(-100%);
        transition: 0.3s all ease;
        background-color:   #000 ;
   }
    .menu.active {
        transform: translateX(0);
   }
    .menu .menuSection .menuSectionTop {
        padding: 2.4rem 0;
   }
    .menu .menuSection .menuSectionTop .homeHeaderInner div {
        display: none;
   }
    .menu .menuSection .menuSectionTop .homeHeaderInner .logo {
        display: block;
   }
    .menu .menuSection .menuSectionMiddle {
        display: flex;
        flex-direction: column;
        margin-top: 2rem;
        display: block;
   }
    .menuMobile{
        margin-top: 0;
        display: block;
    }
    .question-answer-card{
        width: 100%;
        margin-bottom: 1.6rem;
        height: min-content;
    }
    /*  .question-answer-card:nth-child(4){*/
    /*    display: none;*/
    /*}*/
    .question-answer-card-bodyChild{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .question-answer-card-header, .question-answer-card-header a{
        font-style: normal;
        font-weight: 500;
        font-size: 3.6rem;
        line-height: 135%;
        color: #FCFCFC;
        display: flex;
        justify-content: center;
    }
    .question-answer-card-body{
        padding: 1rem;
        display: none;
    }
    .question-answer-card-body  li a,.question-answer-card-body  li,
    .question-answer-card-bodyy  li a,.question-answer-card-body  li,.question-answer-card-bodyy  P span{
       font-style: normal;
        font-weight: 500;
        font-size: 1.6rem;
        line-height: 135%;
        letter-spacing: -.1rem;
        color: #FCFCFC;
        list-style: none;
    }
    .question-answer-card-body  li,.question-answer-card-bodyy  li{
        margin-bottom: 1.2rem;
        display: flex;
        align-items: center;
    }
    .question-answer-card-bodyy  li{
        align-items: flex-start;
    }
    .question-answer-card-bodyy li p span{
        display: flex;
        align-items: center;
        margin-bottom: 1.2rem;
    }
    .question-answer-card-bodyy li p {
        display: flex;
        flex-direction: column;
    }
    .question-answer-card-body  img,
    .question-answer-card-bodyy  img{
       width: 2rem;
       height: 2rem;
       margin-right: .6rem;
    }
    .menu .menuSection .menuSectionMiddle ul {
        width: 100%;
        display: flex;
        justify-content: center;
   }
    .menu .menuSection .menuSectionMiddle ul li {
        display: none;
   }
    .menu .menuSection .menuSectionMiddle ul li:first-child {
        display: flex;
        margin-bottom: 2.4rem !important;
   }
    .menu .menuSection .menuSectionMiddle ul li:first-child a {
        font-size: 3.6rem;
        line-height: 135%;
   }
    .menu .menuSection .menuSectionMiddle ul:last-child {
        width: 100%;
   }
    .menu .menuSection .menuSectionBottom {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
   }
    .menu .menuSection .menuSectionBottom .langMobile {
        margin-left: 0;
        margin-bottom: 4.8rem;
   }
    .menu .menuSection .menuSectionBottom .socialIcons a:last-child {
        margin-right: 0;
   }
    footer {
        padding: 0;
   }
    footer .footerContent {
        display: flex;
        flex-direction: column;
        padding: 4.2rem 0 0;
   }
    footer .footerContent ul {
        margin-bottom: 2.4rem;
        width: 100%;
        max-width: 100%;
   }
   footer .container{
        padding-left: 4.6rem;
   }
   .menu .menuSection .menuSectionMiddle ul{
        max-width: 100%;
    }
    footer .footerContent ul:last-child {
        margin-bottom: 0;
   }
    footer .footerContent ul li:first-child {
        margin-bottom: 1.6rem;
   }
    footer .footerContent ul li:first-child a {
        margin-bottom: 0;
   }
    footer .footerContent ul .socialIcons {
        margin-top: 2.4rem;
        padding-top: 3.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-top: 0.04rem solid #636363;
        margin-left: -3rem;
   }
   footer .footerBottom{
       border: none;
   }
    .footerBottomContent {
        flex-direction: column;
        align-items: flex-start !important;
   }
    .footerBottomContent span {
        margin-bottom: 2.8rem;
   }
    .footerBottomContent .bottomLinks {
        margin-bottom: 2.8rem;
   }
    .contactSection {
        height: 90rem;
        justify-content: flex-start;
        display: flex;
        flex-direction: column;
   }
   
   .copy{
        white-space: nowrap;
   }
   .scroll{
       display: none !important;
   }
    .containerRight .swiper-wrapper{
        padding-bottom: 1.2rem;
    }
    .containerRight .readMore{
        margin-top: 1.4rem;
    }
    .readMoreParent{
        justify-content: center;
        margin-top: 2.4rem;
    }
    .infoBar .infoBarChild .infoBarCard img, .infoBar .infoBarChild .infoBarCard svg{
        height: 7rem;
        width: 6rem;
        margin-right: 3rem;
        margin-bottom: 0;
    }
    footer .footerBottom .footerBottomContent span{
        color: #FCFCFC;
    }
    .qualityContent .swiper-button-next,
    .qualityContent .swiper-button-prev{
        width: 2.4rem;
        height: 2.4rem;
    }
    .carrersBottom .sendVacancy .buttonsProduct{
        margin-top: 0 !important;
    }
    .productDetailContent .productTab li a{
       border-bottom:  .1rem solid #ff671d;
    }
    .productDetailContent .productTab li{
        width: 100%;
    }
    .products .buttonsProduct{
        margin-top: 30rem !important;
    }
    .mapAbout{
        height: 20rem;
    }
    .contactSection #map,.contactSection iframe{
        height: 30rem;
    }
    .swiper-button-prev,.swiper-button-next{
        display: none !important;
    }
    .featuredProductsHeader{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .featuredProductsHeader p{
        display: none;
    }
    .featuredProductsHeader .readMoreParent{
        margin-top: 0;
    }
    .question-answer-card-headerArrow{
        transition: .3s;
    }
    .productDetail .buttonsProduct{
        margin-top: 25rem !important;
    }
    .productDetail .inputGroup .buttonsProduct{
        margin-top: 1rem !important;
    }
    .tabs-container p img{
        height: auto !important;
    }
    .newsDetailContent .imgContainer,
    .newsDetailContent iframe,
    .newsDetailContent .swiper{
        width: 100%;
    }
    .newsDetailContent iframe{
        height: auto;
    }
    .homeAbout .readMore{
        margin-top: 4rem;
    }
    .homeAbout .aboutContent {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0;
        width: 100%;
    }
}
