html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    position: relative;
}

.mobile-menu {
    display: none;
}

.toggle {
    width: 100%;
    padding: 10px 20px;
    background: white;
    text-align: right;
    box-sizing: border-box;
    font-size: 25px;
    display: none;
}

.mobile-menu {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0px;
    padding-top: 0px;
    background: white;
    z-index: 13;
}

.mobile-menu__close {
    width: 100%;
    text-align: right;
    position: relative;
    bottom: -20px;
    right: 15px;
}

div#productSib a {
    font-size: 14px;
    border-bottom: 1px solid;
    margin-bottom: 10px;
}

.mobile-menu__close button {
    background: none;
    border: 0;
    padding: 5px 10px;
    font-size: 30px;
    font-weight: bold;
    border-radius: 4px;
    line-height: 1;
    color: #211851;
    outline: none;
}

.mobile-menu.active {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.mobile-menu>ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    width: 100%;
    padding-left: 0;
}

.mobile-menu>ul li {
    display: block;
    font-size: 15px;
    text-decoration: none;
    padding: 0px 30px;
    color: #af3a51;
    /* border-bottom: 2px solid #1F2158; */
    text-align: center;
    /* width: 100%; */
    /* border: 1px solid #1f2158; */
    /* border-radius: 15px; */
    margin: 5px;
    font-weight: bold;
    /* box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2); */
}

.mobile-menu>ul li a {
    display: block;
    font-size: 25px;
    text-decoration: none;
    color: #6f6f6f;
}


/* HEADER */

.headerAll {
    position: fixed;
    margin: auto;
    width: 100%;
    z-index: 10;
    display: flex;
    background: white;
}

.headerAll-middle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

ul.menu-list {
    display: flex;
    padding-left: 0;
    list-style: none;
    margin: 0;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.headerAll-left {
    width: 80%;
    max-width: 400px;
    padding: 10px;
}

.footer-items_item img {
    max-width: 275px;
}

.headerAll-left img {
    width: 80%;
    display: block;
    margin: auto;
}

ul.menu-list a {
    text-decoration: none;
    padding: 5px;
    color: #909191;
    font-size: 16px;
    letter-spacing: 1.2px;
    font-weight: bold;
    border-bottom: 2px solid transparent;
}

ul.menu-list li:hover a {
    color: #575656;
    border-bottom: 2px solid #575656;
}


/* ul.menu-list a:after {
    content: '';
    height: 15px;
    width: 4px;
    color: white;
    position: absolute;
    right: 1px;
    top: 35px;
    border: 1px solid;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
} */

ul.menu-list>li:nth-child(4)>a:after {
    display: none;
}

.headerAll-right a {
    text-decoration: none;
    padding: 10px;
    transform: scale(1);
    transition-duration: 0.7s;
}

.headerAll-right {
    display: flex;
    align-items: center;
    padding: 25px;
}

.header-menu {
    position: relative;
    height: 100%;
}

ul.menu-list li {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.header-menu {
    position: relative;
    height: 100%;
    width: 100%;
}

ul.menu-list li {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 20px;
}


/* ul.menu-list li:hover a {
    color: #0000006e;
} */

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

img.mobile {
    display: none;
}

.sliderSection {
    padding-top: 100px;
    position: relative;
}

.sliderImg {
    width: 100%;
    display: block;
    border-top: 10px solid #FDC300;
    border-bottom: 10px solid #fdc300;
    position: relative;
}

li.search-section input {
    border-radius: 20px;
    border: none;
    background: #888888;
    max-width: 130px;
    width: 100%;
    padding: 15px;
    position: relative;
}

li.search-section input::placeholder {
    color: white;
}

li.search-section span {
    position: absolute;
    right: 10px;
}

li.icon a {
    border-bottom: unset;
}

li.icon:hover a {
    border-bottom: unset !important;
}

li.icon a {
    border-bottom: unset;
}

li.icon:hover a {
    border-bottom: unset !important;
}

.lang-selected a {
    text-decoration: none;
    color: black;
}

.lang ul {
    display: none;
    position: absolute;
    padding: 0;
    list-style: none;
}

.lang:hover ul {
    display: block;
}

.lang {
    position: relative;
}

.lang ul a {
    text-decoration: none;
}

.lang ul li {
    background: #909191;
    padding: 5px;
}

.lang ul li a {
    color: white;
    padding: 0;
    text-decoration: none;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 5px solid #565555;
    background: #fdc300;
    padding: 2px;
}

span.swiper-pagination-bullet {
    border: 5px solid #565555;
    background: white;
    opacity: 1;
    padding: 2px;
}

.sliderText {
    position: absolute;
    right: 0;
    bottom: 150px;
    background: #fdc3004d;
    bottom: 40px;
}

.sliderText p {
    color: white;
    font-size: 27px;
    max-width: 590px;
    text-align: right;
    padding: 10px;
    font-weight: bold;
}

.arrows {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    display: flex;
    justify-content: space-between;
    width: 100%;
    top: 50%;
    z-index: 1;
}

.arrow-right {
    cursor: pointer;
}

.swiper-button-next,
.swiper-button-prev {
    display: none;
}

.arrow-left {
    cursor: pointer;
}

.about-section-all {
    background: #f2ede9;
    padding: 20 0px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.about-section-all_top {
    padding: 20px;
    text-align: center;
    max-width: 1280px;
    margin: auto;
}

.about-section-all_top h1 {
    color: #575656;
    font-size: 40px;
}

.about-section-all_top p {
    color: #575656;
    font-size: 20px;
    line-height: 30px;
}

.about-section-content-items {
    max-width: 1280px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-section-content-item {
    max-width: 400px;
    min-height: 470px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-section-content-item.one {
    background: url(/assets/images/content-bg-1.png) no-repeat;
    background-size: 100%;
}

.about-section-content-item.two {
    background: url(/assets/images/content-bg-2.png) no-repeat;
    background-size: 100%;
}

.about-section-content-item.three {
    background: url(/assets/images/content-bg-3.png) no-repeat;
    background-size: 100%;
}

.about-section-content {
    display: flex;
}

.about-section-content-items {
    max-width: 1280px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.about-section-content-item {
    max-width: 400px;
    min-height: 470px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-section-content-item img {
    max-width: 120px;
    padding-left: 40px;
    transition: padding-left 0.6s ease;
}

.about-section-content-item:hover a img {
    padding-left: 100px;
    transition: padding-left .6s ease;
}

.about-section-content-item p {
    padding: 40px;
    padding-top: 45px;
    padding-bottom: 5px;
}

.main-products {
    background: url(/assets/images/pro-group-bg.jpg) no-repeat;
    background-size: cover;
    margin-top: 50px;
    margin-bottom: 100px;
}

.main-products-items {
    display: flex;
    max-width: 1280px;
    flex-wrap: wrap;
    margin: auto;
    justify-content: space-around;
    padding-top: 100px;
    padding-bottom: 100px;
}

.main-products-items_item {
    background: white;
    padding: 10px;
    text-align: center;
    margin: 5px;
}

.main-products-items_item img {
    width: 100%;
    display: block;
}

.main-products-items_item p {
    color: #fdc300;
    font-weight: 600;
    font-size: 20px;
}

.main-products h1 {
    color: white;
    font-size: 50px;
    margin-bottom: 0;
    text-align: center;
    padding-top: 50px;
}

.footer-all {
    background: #d4d2d2;
}

.footer-items {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    max-width: 1040px;
}

.footer-items_item {
    padding: 25px;
    text-align: left;
    display: flex;
}

.flex-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1365px;
    margin: auto;
    padding: 10px;
    margin-bottom: 50px;
    color: #575656;
}

.img-area img {
    width: 100%;
    display: block;
    flex: 1;
}

.text-area {
    flex: 1;
    max-width: 700px;
}

.text-area h2 {
    text-align: right;
    text-decoration: underline;
    text-decoration-color: #fdca00;
    text-decoration-thickness: 5px;
}

.text-area p {
    text-align: justify;
    font-size: 20px;
    line-height: 1.5;
}

.text-area img {
    max-width: 250px;
    text-align: right;
}

.text-area h1 {
    font-size: 35px;
}

.text-area.special h2 {
    text-align: left;
}

.content-area {
    max-width: 1350px;
    margin: auto;
    text-align: justify;
    font-size: 20px;
    padding: 30px;
}

.text-area.special {
    background: url(/assets/images/arrow-bg.png) no-repeat;
    background-size: 100%;
    min-height: 400px;
    padding: 20px;
}

.img-area.special img {
    max-width: 500px;
}

.text-area ul li {
    font-size: 22px;
}

.text-area ul {
    list-style: none;
}

.text-area ul li:before {
    font-weight: bold;
    color: #fdca00;
    content: '\2022';
    width: 26px;
    display: inline-block;
}

.link-area {
    max-width: 1350px;
    display: flex;
    margin: auto;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 50px;
}

.about-vision__content.special {
    color: #575656;
    /* max-width: 1280px; */
    margin: auto;
}

.link-buttons {
    padding-top: 40px;
    text-align: center;
    padding-bottom: 40px;
}

.link-buttons h1 {
    color: #575656;
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 30px;
    padding-top: 30px;
}

.link-buttons.special {
    background: #fdca00;
}

.link-buttons__item.special a {
    background: white;
    color: #fdca00;
}

.link-buttons__item.special a img {
    filter: drop-shadow(2.346px 1.724px 0px #fdca00);
}

.content-area h1 {
    color: #575656;
    text-align: center;
    text-decoration: underline;
    text-decoration-color: #fec208;
}

.img-section {
    text-align: center;
    /* width: 100%; */
}

.img-section img {
    width: 100%;
    display: block;
    max-width: 1250px;
    margin: auto;
    padding: 10px;
}

.guris-all {
    padding-top: 50px;
}

.flex-area.repair h1 {
    text-decoration: underline;
    text-decoration-color: #f9c602;
}

.flex-area.repair img {
    max-width: 550px;
}

.flex-area.repair {
    padding-top: 50px;
}

.about-vision.different img {
    max-width: 750px;
    padding: 45px 0;
    display: block;
    width: 100%;
    margin: auto;
}

.guris-all .flex-area {
    margin-bottom: 0;
    padding: 30px;
}

.about-vision__content.special p {
    line-height: 1.5;
    padding-bottom: 10px;
}

.link-buttons__items {
    display: flex;
    align-items: center;
    max-width: 1250px;
    margin: auto;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.link-buttons__item a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    background: #fdca00;
    padding: 20px;
    border-radius: 30px;
    padding-left: 2px;
    border-top-left-radius: 30px;
}

.link-buttons__item a img {
    background: white;
    padding: 15px;
    border-radius: 50%;
    max-width: 50px;
    margin-right: 10px;
}

.about-vision__content.special img {
    position: relative;
    bottom: -60px;
}

.text-area.special.different h2 {
    text-align: right;
}

.text-area.special.different {
    background: url(/assets/images/arrow-bg-right.png) no-repeat !important;
}

.link-area a {
    margin: 10px;
}

.flex-area.different.special {
    background: url(/assets/images/arrow-bg-right.png) no-repeat;
    background-position: right;
    background-size: contain;
}

.link-area.special {
    max-width: 1180px;
    display: flex;
    flex-wrap: wrap;
}

.link-area.special a {
    margin: 10px;
}

.link-area a {
    text-decoration: none;
    color: #575e76;
    /* font-weight: bold; */
    text-decoration: underline;
    text-decoration-color: #f6c725;
    text-decoration-thickness: 3px;
    font-size: 22px;
}

.link-area a:hover {
    background: #f6c725;
}

.flex-area.different {
    margin-bottom: 10px;
}

.footer-items_item a {
    margin-left: 10px;
}

.footer-items_item p {
    color: #434343;
    font-weight: 500;
}

.flex a {
    padding: 9px;
}

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

.slider-container {
    position: relative;
}

.slider-title {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #fcc108;
    filter: drop-shadow(5.346px 2.724px 0px rgba(0, 0, 0, 0.22));
}

.footer-items_item a {
    text-decoration: none;
    color: #434343;
    font-weight: 500;
    font-size: 20px;
}

.footer-bottom {
    text-align: center;
    background: #ffc20e;
}

.footer-bottom p {
    margin: 5;
}

.footer-top-left {
    display: flex;
    align-items: center;
}

.footer-top-left {
    display: flex;
    align-items: center;
}

.footer-search-area input {
    border-radius: 50px;
    border: none;
    padding: 20px;
    text-align: center;
    position: relative;
}

.footer-search-area img {
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 10px;
}

.footer-search-area {
    position: relative;
}

.quote {
    display: flex;
    align-items: center;
    white-space: nowrap;
    cursor: pointer;
}

.quote button {
    display: flex;
    align-items: center;
    border: none;
    background: #fdca00;
    padding: 10px;
    width: 100%;
    cursor: pointer;
    border-top-left-radius: 15px;
}

.quote button img {
    padding-right: 10px;
}

.main-products-items_item a {
    text-decoration: none;
}

.about-section-content-item a {
    text-decoration: none;
    color: black;
}

.about-section-content-item:hover a img {
    width: 100%;
}

.about-top {
    display: flex;
    max-width: 1280px;
    margin: auto;
    padding: 15px;
}

.about-top__right img {
    width: 100%;
    display: block;
}

.about-top__right {
    flex: 1;
}

.about-top__left {
    flex: 1;
}

.about-top__title {
    max-width: 1280px;
    margin: auto;
    padding-left: 20px;
}

.about-top__title h1 {
    color: #ffcd30;
    font-size: 40px;
    margin-bottom: 0;
}

.about-top__title h2 {
    margin-bottom: 0;
}

.about-top__left p {
    font-size: 20px;
    text-align: justify;
    padding: 13px;
}

.about-center {
    background: #ffce2d;
    padding: 20px;
}

.about-center__content {
    max-width: 1280px;
    margin: auto;
    text-align: center;
}

.about-center__content p {
    font-size: 22px;
}

.about-vision {
    background: #f2ede9;
    margin: 20px 0;
}

.about-vision__content {
    padding: 20px;
    max-width: 1280px;
    text-align: center;
    margin: auto;
}

.about-vision__content h1 {
    color: #ffce2d;
    font-size: 45px;
}

.about-drop-section {
    background: url(/assets/images/about-bg.jpg) no-repeat;
    background-size: 100%;
    padding-top: 25px;
    padding-bottom: 60px;
}

.about-drop-section__content {
    max-width: 1280px;
    margin: auto;
    text-align: center;
    padding: 20px;
}

.about-drop-section__content h1 {
    font-size: 45px;
    color: white;
}

.about-drop-last {
    padding: 20px;
}

button.btn.btn-primary:hover {
    background: #fdca00;
    color: white;
}

button.btn.btn-primary:focus {
    box-shadow: unset;
}

button.btn.btn-primary:active {
    background: #fdca00;
    color: white;
    border-color: unset;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    background: #fdca00;
    border-color: unset;
}

.about-drop-last h1 {
    color: #575656;
    font-size: 40px;
    text-align: center;
}

.about-drop-last__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.about-drop__item {
    text-align: center;
    max-width: 230px;
    background: url(/assets/images/about-item-bg.png) no-repeat;
    padding: 50px;
    background-size: 100%;
    padding-top: 30px;
}

.about-drop__item-text p {
    font-size: 14px;
}

.about-drop-section__content p {
    color: white;
    font-size: 20px;
    padding: 20px 0px;
}

.about-vision__content h2 {
    color: #575656;
    font-size: 30px;
}

.about-vision p {
    font-size: 25px;
    line-height: 30px;
}

.about-drop-summary {
    background: #f2ede9;
}

.about-drop-content {
    padding: 20px;
    text-align: center;
    max-width: 1280px;
    margin: auto;
}

.about-drop-content h1 {
    color: #575656;
}

.about-drop-summary p {
    font-size: 20px;
}

.about-drop-summary {
    background: #f2ede9;
}

.about-drop-content {
    padding: 20px;
    text-align: center;
    max-width: 1280px;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 30px;
}

.about-drop-content h1 {
    color: #575656;
}

.about-drop-summary p {
    font-size: 20px;
}

.slider-container img {
    width: 100%;
}

.services-all {
    max-width: 1280px;
    margin: auto;
    text-align: center;
}

.services-all h1 {
    font-size: 45px;
    color: #fdca00;
}

.services-all_items-item img {
    max-width: 1280px;
    margin: auto;
    width: 100%;
    display: block;
}

.services-all_items-item p {
    font-size: 25px;
}

.services-all_items-item {
    padding-top: 35px;
}

.contact-top h1 {
    font-size: 40px;
    text-align: center;
    max-width: 1280px;
    margin: auto;
    margin-top: 20px;
    color: #575656;
}

.contact-top__content p {
    color: #575656;
    max-width: 1280px;
    text-align: center;
    margin: auto;
    padding: 15px;
    font-size: 20px;
    line-height: 35px;
}

.contact-top__content {
    padding-bottom: 30px;
}

.contact-bg-different {
    background: #eaeaeb;
    margin-bottom: 50px;
}

.contact-bg-different h1 {
    max-width: 1280px;
    margin: auto;
    text-align: center;
    padding-top: 15px;
    color: #fdca00;
    font-size: 25px;
}

.contact-bg-different__items {
    display: flex;
    justify-content: space-evenly;
    max-width: 1280px;
    margin: auto;
    flex-wrap: wrap;
}

.contact-bg-different__item {
    max-width: 400px;
    text-align: center;
    margin: 20px;
    display: flex;
    flex-direction: column;
}

.contact-bg-different__item-text p {
    color: #fdca00;
    font-size: 25px;
    margin-top: 0;
}

.contact-bg-different__item-link a {
    color: #555c66;
    text-decoration: none;
    font-size: 20px;
}

.contact-bg-different__item-link {
    display: flex;
    flex-direction: column;
}

.contactForm h1 {
    font-size: 22px;
    line-height: 16px;
    color: #454544;
    font-weight: 400;
    max-width: 1030px;
    margin: auto;
    padding-bottom: 20px;
}

.contactForm h1:after {
    content: "";
    height: 5px;
    display: block;
    background-color: #ffc20e;
    margin-top: 10px;
    width: 50px;
}

.contactForm {
    max-width: 1050px;
    margin: auto;
    background: white;
    border: 20px solid #DFDFE0;
    padding: 60px 20px 60px 10px;
}

.form-itemsAll {
    display: flex;
    max-width: 1030px;
    margin: auto;
}

.form-item {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.form-item input {
    /* width: 100%; */
    max-width: 450px;
    min-height: 30px;
    background-color: #fafafa;
    border: 1px solid rgba(90, 90, 90, 0.14);
    margin: 2px;
    padding: 5px;
}

input.text-area {
    padding-bottom: 100px;
}

.sumbit {
    max-width: 930px;
    margin: auto;
    text-align: right;
}

.sumbit button {
    background-color: #ffc20e;
    border: none;
    padding: 10px 20px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #fafafa;
    font-weight: 600;
    margin-top: 10px;
    cursor: pointer;
}

.iframe-map img {
    max-width: 1280px;
    margin: auto;
    text-align: center;
    display: block;
    width: 100%;
}

select#c_country {
    max-width: 450px;
    min-height: 30px;
    background-color: #fafafa;
    border: 1px solid rgba(90, 90, 90, 0.14);
    margin: 2px;
    padding: 0px;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #867575;
}

.contactFormAll {
    position: relative;
    top: -30px;
}

.contactForm.different {
    border: none;
    background: #f7f4f2;
}

.form-itemsAll.different {
    flex-direction: column;
    max-width: 70%;
}

.form-item.different input {
    border-radius: 10px;
    border: 1px solid #ffc20e;
}

select#c_countryQuote {
    border: 1px solid #ffc20e;
    color: #75758a;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 10px;
}

select#productsNameQuote {
    border: 1px solid #ffc20e;
    color: #75758a;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 10px;
}

.form-item.checkbox {
    flex-direction: row;
    font-size: 11px;
    padding-top: 15px;
}

input[type="checkbox"] {
    margin-right: 10px;
}

.sumbit.Quote {
    text-align: center;
}

ul.menu-drop {
    position: absolute;
    background: white;
    padding: 0;
    top: 70px;
    left: -370px;
    border: 1px solid #80808017;
    display: flex;
    z-index: 1;
    width: 1080px;
    display: none;
}

li.menu-drop-section:hover ul.menu-drop a {
    border-bottom: unset;
    max-width: 155px;
}

ul.menu-drop a:hover {
    color: #888888 !important;
}

ul.menu-drop {
    border-radius: 10px;
}

ul.menu-drop a {
    font-size: 13px;
}

ul.menu-drop li:hover a {
    color: #575656;
    border-bottom: unset;
}

li.menu-drop-section:hover ul.menu-drop {
    display: flex;
    justify-content: space-around;
}

ul.menu-drop li {
    padding: 10px;
}

ul.menu-drop li a {
    font-size: 13px;
}

ul.menu-drop:before {
    content: '';
    border-top: 1px solid #80808017;
    border-right: 1px solid #80808017;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    position: absolute;
    top: -5px;
    background: white;
    left: 425px;
}