/* NAVBAR */
@media (max-width: 991.98px) {
    /* BASE */
    #navbarSupportedContent {
        position: absolute;
        top: 65px;
        right: 0;
        background-color: var(--custom-secondarycolor);
        z-index: 15;
        left: 0;
        width: 100%;
    }

    .navbar-nav {
        padding: 1em;
        padding-bottom: 0;
    }

    /* END OF BASE */

    .darkgrey-block {
        margin-left: 15px;
        margin-right: 15px;
    }

    .contact-page .contact-row {
        flex-direction: column-reverse;
    }

    .contact-page .contact-row form {
        margin-bottom: 4em;
    }

    .inner-gallery,
    .image-row {
        margin-top: 1.5em;
    }

    .image-row > div {
        margin-bottom: 2em;
    }

    .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .nav-link{
        width: fit-content;
    }
    .nav-item {
        width: fit-content;
        margin: 0 auto;
    }
    .language-menu{
        margin: 1em auto;
        overflow: visible;
    }
    .flags {
        display: flex;
        flex-direction: row-reverse;
        overflow: hidden;
        gap: 0.5em;
    }
    .language-menu a {
        width: 100%;
        height: 100%;
        order: 2;
        margin-bottom: 0.5em;
        z-index: 1;
        flex: 0 0 100%;
    }

    .contact-fluid .whiteblock {
        padding: 1em 2em;
    }
    .contact-fluid .contact-page .contact-row form {
        margin-bottom: 0;
    }
    .navbar-nav .active-link {
        color: black;
    }

}

@media (max-width:316px){
    #carouselTop img {
        height: 400px !important;
    }
}


@media (max-width: 575.98px) {
    /* BASE */
    .static-content ul {
        columns: 1;
    }
    /* END OF BASE */

    .carousel-caption {
        left: 15px;
        right: 15px;
        top: 10%;
        width: unset;
    }

    #carouselTop img {
        height: 350px;
    }

    .carousel-caption h1 {
        font-size: 35px;
    }
    .nav-container {
        padding: 0.2em 15px;
    }
    .carousel-caption p {
        font-size: 15px;
    }

    .carousel-caption a {
        margin-top: 0;
    }

    .general-padding {
        padding-top: 2em;
        padding-bottom: 2em;
    }

    .small-title,
    .content h2 {
        margin-bottom: 1em;
    }

    .buildings a {
        width: 165px;
        bottom: 25px;
        padding-top: .4em;
        padding-bottom: .4em;
    }

    .bottom-section img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        margin-top: 1em;
    }

    .heading {
        min-height: 160px;
    }

    .heading h1 {
        font-size: 35px;
    }

    .contact-row h2 {
        font-size: 32px;
    }

    .gallery-item img {
        height: 250px;
    }

    .gallery-img-list .gallery-img-block {
        height: 250px;
    }

    .gallery-img-block img {
        height: 200px;
    }

    .gallery-title .small-title {
        margin: 0px 1em;
        font-size: 25px;
    }

    .text-part h3,
    .text-part .desc {
        height: unset;
    }

    .top-img {
        height: 170px;
    }

    .inner-gallery .gallery-img-block img,
    .image-row img {
        height: 250px;
    }

    .contact-text {
        text-align: center;
        font-size: 22px;
        margin-bottom: 1em;
    }

    .form-img-block img {
        width: 90%;
        margin-bottom: 2.5em;
    }

    .contact-footer {
        margin-top: 1.5em;
    }
    footer {
        padding-top: .5em;
        padding-bottom: .3em;
        font-size: 14px;
    }
    .contact-img {
        width: 23px;
        height: 23px;
    }
    .contact-col{
        margin-top: 1em;
    }

    .footer-logo{
        margin: 1em auto;
        height: auto;
    }
    .footer-logo a{
        width: 100%;
        height: 80px;
    }

    .nav-regular {
        font-size: 16px;
    }
    .language-menu {
        width: 81px;
    }
    .navbar-brand {
        width: 124px;
    }
    .topsection-img {
        aspect-ratio: 1/1;
        width: 20px;
        height: 20px;
    }
    .topsection-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .topsection-box {
        justify-content: flex-start;
        gap: .5em;
        min-height: unset;
        flex-direction: column;
        padding: 1em;
        align-items: baseline;

    }

    .carousel-caption h1 {
        font-size: 24px;
        line-height: normal;
    }
    .carousel-caption p {
        font-size: 16px;
        line-height: normal;
    }
    .standard-btn {
        font-size: 16px;
        margin-top: .5em;
        padding: .5em 1em;
        text-align: center;
    }
    .carousel-caption .button-block {
        flex-direction: column;
    }

    .undercarousel{
        padding: 1em 0;
    }
    .undercar-text{
        font-size: 16px;
    }
    .undercarousel .row > div{
        margin-bottom: .5em;
    }
    .undercar-content{
        justify-content: left;
    }

    .home-container {
        margin-top: 1em;
    }
    .medium-title {
        font-size: 24px;
        line-height: normal;
    }
    .home-img {
        width: 30px;
        height: 30px;
    }
    .home-head {
        margin-bottom: 1em;
        gap: 0.5em;
    }
    .regular-text {
        font-size: 18px;
    }
    .aboutus-container .home-body {
        gap: 1em;
    }
    .aboutus-container .button-block{
        gap: 1em;
        margin: 1em 0;
        flex-direction: column;
    }
    .aboutus-container .standard-btn{
        margin-top: 0;
    }
    .aboutus-container .smallerbtn {
        padding: 0.2em 1.3em;
        font-size: 16px;
        text-align: center;
    }

    .aboutus-container, .services-container, .products-container, .partners-container {
        margin-bottom: 1em;
    }

    .item-content {
        height: auto;
        margin-bottom: 1em;
    }
    .medium-text, .medium-text a {
        font-size: 24px;
        line-height: normal;
    }
    .reviews-title{
        font-size: 20px;
    }
    .item-name {
        font-size: 20px;
        height: auto;
        margin-bottom: 1em;
    }
    .item-img {
        height: auto;
    }

    .products-container .home-body {
        gap: 1em 0;
    }
    .products-container .item-img {
        height: auto;
    }

    .partners-img {
        width: 200px;
        margin: 0 auto;

    }
    .partners-container .home-body {
        justify-content: baseline;
        gap: 1em 0;
    }
    .partners-container .home-body > div:nth-child(2) .partners-img,.partners-container .home-body > div:last-child .partners-img  {
        margin: 0 auto;
    }

    .cinfos-box {
        padding: 1em 2em;
        word-wrap: break-word;
        margin-bottom: 1em;
        min-height: auto;
    }
    .cinfo-title {
        font-size: 28px;
        line-height: normal;
        margin: 1em 0 .5em 0;
    }
    .cinfo-img {
        width: 115px;
        height: 55px;
    }
    .cinfo-info, .cinfo-info a {
        font-size: 18px;
        line-height: normal;
    }
    .contactsinfo-fluid {
        background-color: black;
        min-height: auto;
        align-content: center;
        padding: 0 0 1em 0;
    }

    .galleryimg {
        height: 110px;
    }
    .references-fluid .home-body {
        gap: 1em 0;
        justify-content: center;
    }
    .references-fluid,.whyus-container,.download-container {
        margin: 2em auto;
    }
    .medium-subtitle {
        font-size: 20px;
        line-height: normal;
    }
    .gallerydesc {
        font-size: 16px;
        line-height: normal;
    }

    .whyus-title {
        font-size: 18px;
    }
    .whyus-text {
        font-size: 16px;
    }
    .whyus-box {
        flex-direction: column;
        margin-bottom: 1em;
        align-items: baseline;
    }
    .whyus-img {
        width: 70px;
        height: 70px;
    }

    .review-img {
        width: 92px;
        height: 93px;
    }
    .review-person {
        bottom: -40px;
    }
    .reviews-container .home-body {
        max-height: auto;
    }
    .reviews-container {
        min-height: 550px;
    }
    .reviews-container{
        padding: 0.5em 0;
        min-height: 660px;
    }
    .reviews-container .home-body {
        justify-content: flex-start;
    }
    .review-content {
        width: 100%;
    }
    .review-text {
        overflow-y: scroll;
        height: 220px;
        font-size: 15px;
    }

    .custom-accordbtn {
        line-height: normal;
        word-wrap: anywhere;
        flex-wrap: wrap;
        font-size: 16px;
        align-items: center;
    }
    .custom-accordbtn svg{
        width: 20px;
        height: 20px;
    }
    .custom-accordbtn span {
        width: calc(100% - 20px);
    }
    .data-file a{
        font-size: 14px;
    }
    .data-img {
        width: 66px;
        height: 61px;
    }

    .regular-title {
        font-size: 24px;
        line-height: normal;
    }
    .contact-subtitle {
        font-size: 16px;
    }
    .contactp-img {
        padding-bottom: 1em;
    }
    .contactblock-fluid .container{
        padding: 1em 15px;
    }

    .footer-link,.contact-link {
        font-size: 16px;
        line-height: normal;
    }
    .menu-title {
        font-size: 18px;
        line-height: 24.38px;
        margin-bottom: 0;
        margin-top: 1em;
    }
    .allrights,.allrights a{
        margin-top: 0;
        font-size: 16px;
    }
    footer .row .allrights:first-child{
        margin-top: 2em;
    }

    .static-content p, .rolunkp-fluid p, .rolunkp-fluid li {
        font-size: 18px;
        line-height: normal;
    }
    .aboutrow {
        padding: 1em 15px;
    }
    .rolunkp-fluid {
        margin-bottom: 1em;
    }

    .sidepage-title {
        font-size: 28px;
        line-height: normal;
    }

    .partnerv-fluid {
        padding: 2em 15px;
    }
    .partnerv-image {
        height: 93px;
    }
    .partners-block{
        margin-bottom: 1em;
    }
    .addpartners-img {
        width: 100%;
        height: 60px;
    }
    .contact-fluid{
        padding: 2em 15px;
    }

    .contact-info, .contact-info a {
        font-size: 15px;
    }
    .contact-img {
        width: 30px;
        height: 30px;
    }
    .productview-container,.productlist-container{
        margin: 1em auto;
    }
    .productview-container .static-content h2 {
        font-size: 20px;
        line-height: normal;
    }
    .galleryl-title {
        font-size: 16px;
        line-height:normal;
    }
    .galleryl-col{
        margin-bottom: 2em;
    }
    .reference-title {
        font-size: 18px;
        line-height: normal;
    }
    .gallery-padding{
        padding: 1em 0;
    }
    .gallery-img-list div:last-child .gallery-img-block{
        margin-bottom: 0;
    }
    .smaller-margin{
        margin: 1em auto;
    }
    .threepicts{
        margin-top: 1em;
    }
    .datas {
        gap: 1em 1.5em;
        justify-content: center;
    }
    .data {
        width: 42.5%;
        max-width: 42.5%;
    }
    .products-container .item-content{
        height: auto !important;
    }
    .item-box {
        margin-bottom: 1em;
    }
    .contactsinfo-fluid {
        padding: 2em 15px;
    }
    .spartner-row{
        margin: 2em auto;
    }
    .order-row{
        display: flex;
        flex-direction: column;
    }
    .order-row > div:nth-child(1){
        order: 2;
    }
    .order-row > div:nth-child(2){
        order: 1;
        margin-bottom: 1em;
    }
    #gallery .reference-tblock:not(:first-child){
        margin-top: 2em;
    }
    .galleryl-col .button-block .standard-btn {
        font-size: 14px;
    }
    #contact_form_content_page input::placeholder, #contact_form_content_page textarea::placeholder {
        font-size: 16px;
    }
    .aboveheader-fluid{
        display: none;
    }
}

/* SM */
@media (min-width: 576px) and (max-width: 767.98px) {

    .general-padding {
        padding-top: 3em;
        padding-bottom: 3em;
    }

    .side-img {
        height: 315px;
    }

    .small-title,
    .content h2 {
        margin-bottom: 1em;
    }

    .buildings a {
        width: 200px;
        bottom: 30px;
    }

    .carousel-caption {
        left: 15px;
        right: 15px;
        top: 12%;
        width: unset;
    }

    .carousel-caption h1 {
        font-size: 60px;
    }

    .carousel-caption p {
        font-size: 19px;
    }

    .gallery-item img {
        height: 280px;
    }

    .gallery-img-list .gallery-img-block {
        height: 280px;
    }

    .gallery-img-block img{
        height: 210px;
    }

    .top-img {
        height: 200px;
    }

    .inner-gallery .gallery-img-block img,
    .image-row img {
        height: 250px;
    }

    .contact-text {
        text-align: center;
        font-size: 22px;
        margin-bottom: 1em;
    }

    .form-img-block img {
        width: 75%;
        margin-bottom: 2.5em;
    }

    .nav-regular {
        font-size: 16px;
    }
    .language-menu {
        width: 81px;
    }
    .navbar-brand {
        width: 124px;
    }

    #carouselTop img {
        height: 300px;
    }
    .carousel-caption h1 {
        font-size: 28px;
        line-height: normal;
    }
    .carousel-caption p {
        font-size: 18px;
        line-height: normal;
    }
    .standard-btn {
        font-size: 18px;
        margin-top: .5em;
        padding: .5em 1em;
    }

    .undercarousel{
        padding: 1em 0;
    }
    .undercar-text{
        font-size: 16px;
    }
    .undercarousel .row > div{
        margin-bottom: .5em;
    }
    .undercar-content{
        justify-content: left;
    }

    .home-container {
        margin-top: 3em;
    }
    .medium-title {
        font-size: 24px;
    }
    .home-img {
        width: 30px;
        height: 30px;
    }
    .home-head {
        margin-bottom: 1em;
    }
    .regular-text {
        font-size: 18px;
    }
    .aboutus-container .home-body {
        gap: 1em;
    }
    .aboutus-container .button-block{
        gap: 1em;
        margin: 1em 0;
    }
    .aboutus-container .standard-btn{
        margin-top: 0;
    }
    .aboutus-container .smallerbtn {
        padding: 0.2em 1.3em;
        font-size: 16px;
        text-align: center;
    }

    .aboutus-container, .services-container, .products-container, .partners-container {
        margin-bottom: 3em;
    }

    .item-content {
        height: auto;
        margin-bottom: 1em;
    }
    .products-container .item-content{
        height: auto !important;
    }
    .item-box {
        margin-bottom: 1em;
    }
    .servicep-container .item-content {
        height: 180px;
    }
    .medium-text, .medium-text a {
        font-size: 24px;
        line-height: normal;
    }
    .item-name {
        font-size: 20px;
        height: auto;
        margin-bottom: 1em;
    }
    .item-img {
        height: 250px;
    }

    .medium-text a{
        font-size: 22px;
    }
    .parrow {
        width: 35px;
        height: 35px;
    }
    .products-container .item-img {
        height: 193px;
        padding: .5em;
        border: 2px solid #64745F;
    }
    .products-container .item-name {
        height: 60px;
    }
    .products-container .home-body {
        gap: 2em 0;
    }

    .partners-img {
        width: 100%;
    }

    .cinfos-box {
        padding: 1em 2em;
        word-wrap: break-word;
        margin-bottom: 1em;
        min-height: auto;
    }
    .cinfo-title {
        font-size: 28px;
        line-height: normal;
        margin: 1em 0 .5em 0;
    }
    .cinfo-img {
        width: 135px;
        height: 75px;
    }
    .cinfo-info, .cinfo-info a {
        font-size: 18px;
        line-height: normal;
    }
    .contactsinfo-fluid {
        background-color: black;
        min-height: auto;
        align-content: center;
        padding: 0 0 1em 0;
    }

    .galleryimg {
        height: 212px;
    }
    .references-fluid .home-body {
        gap: 1em 0;
        justify-content: center;
    }
    .references-fluid,.whyus-container,.download-container {
        margin: 2em auto;
    }
    .medium-subtitle {
        font-size: 20px;
        line-height: normal;
    }
    .gallerydesc {
        font-size: 18px;
        line-height: normal;
    }

    .whyus-title {
        font-size: 18px;
    }
    .whyus-text {
        font-size: 14px;
    }
    .whyus-box {
        flex-direction: column;
        margin-bottom: 1em;
        align-items: baseline;
    }
    .whyus-img {
        width: 80px;
        height: 80px;
    }

    .review-img {
        width: 92px;
        height: 93px;
    }
    .review-person {
        bottom: -80px;
    }
    .reviews-container .home-body {
        max-height: auto;
    }
    .reviews-container {
        min-height: 550px;
    }
    .reviews-container{
        padding: 1em 0;
    }
    .reviews-container .home-body {
        justify-content: flex-start;
    }

    .custom-accordbtn {
        font-size: 20px;
        line-height: normal;
    }
    .data-file a{
        font-size: 14px;
    }
    .data-img {
        width: 96px;
        height: 91px;
    }

    .regular-title {
        font-size: 24px;
        line-height: normal;
    }
    .contact-subtitle {
        font-size: 16px;
    }
    .contactp-img {
        padding-bottom: 1em;
    }
    .contactblock-fluid .container{
        padding: 1em 15px;
    }

    .footer-link,.contact-link {
        font-size: 18px;
        line-height: normal;
    }

    .footer-link,.contact-link {
        font-size: 18px;
        line-height: normal;
    }
    .footer-logo {
        margin: 2em 0 4em 0;
        height: 100px;
    }
    footer {
        padding-top: 1em;
        padding-bottom: .3em;
        font-size: 14px;
    }
    .allrights,.allrights a{
        margin-top: .5em;
        font-size: 16px;
    }
    .menu-title {
        font-size: 18px;
        line-height: 24.38px;
        margin-bottom: 0;
    }

    .static-content p, .rolunkp-fluid p, .rolunkp-fluid li {
        font-size: 18px;
        line-height: normal;
    }
    .aboutrow {
        padding: 2em 0;
    }
    .rolunkp-fluid {
        margin-bottom: 2em;
    }

    .sidepage-title {
        font-size: 32px;
        line-height: normal;
    }

    .partnerv-fluid {
        padding: 2em 0;
    }
    .partnerv-image {
        height: 93px;
    }
    .partners-block{
        margin-bottom: 1em;
    }
    .contact-fluid{
        padding: 2em 0;
    }

    .contact-info, .contact-info a {
        font-size: 15px;
    }
    .contact-img {
        width: 40px;
        height: 40px;
    }
    .productview-container,.productlist-container{
        margin: 3em auto;
    }
    .productview-container .static-content h2 {
        font-size: 22px;
        line-height: normal;
    }
    .galleryl-title {
        font-size: 18px;
        line-height:normal;
    }
    .galleryl-col{
        margin-bottom: 2em;
    }
    .reference-title {
        font-size: 22px;
        line-height: normal;
    }
    .gallery-padding{
        padding: 3em 0;
    }
    .smaller-margin{
        margin: 3em auto;
    }
    .threepicts{
        margin-top: 1em;
    }
    .datas {
        gap: 1em 1.5em;
    }
    .data {
        width: 20.5%;
        max-width: 20.5%;
    }
    .contactsinfo-fluid {
        padding: 2em 15px;
    }
    .spartner-row{
        margin: 2em auto;
    }
    .contact-block > div:first-child{
        padding-right: 15px !important;
    }
    .contact-block > div:nth-child(2){
        padding-left: 15px !important;
    }
    .order-row{
        display: flex;
        flex-direction: column;
    }
    .order-row > div:nth-child(1){
        order: 2;
    }
    .order-row > div:nth-child(2){
        order: 1;
        margin-bottom: 1em;
    }
    #gallery .reference-tblock:not(:first-child){
        margin-top: 2em;
    }
    .galleryl-col .button-block .standard-btn {
        font-size: 16px;
    }
}

/* MD */
@media (min-width: 768px) and (max-width: 991.98px) {
    .carousel-caption {
        left: 12%;
        top: 18%;
        width: 77%;
    }

    .side-img {
        height: 315px;
    }

    .general-padding {
        padding-top: 3em;
        padding-bottom: 3em;
    }

    #carouselTop img {
        height: 650px;
    }

    .gallery-item img {
        height: 280px;
    }

    .gallery-img-list .gallery-img-block {
        height: 300px;
    }

    .gallery-img-block img{
        height: 210px;
    }

    .text-part .desc {
        height: 107px;
    }

    .top-img {
        height: 220px;
    }

    .contact-text {
        text-align: center;
        margin-bottom: 1em;
    }

    .form-img-block img {
        width: 65%;
        margin-bottom: 2em;
    }

    .nav-regular {
        font-size: 16px;
    }
    .language-menu {
        width: 81px;
    }

    #carouselTop img {
        height: 400px;
    }
    .carousel-caption h1 {
        font-size: 36px;
        line-height: normal;
    }
    .carousel-caption p {
        font-size: 20px;
        line-height: normal;
    }
    .standard-btn {
        font-size: 20px;
        padding: .5em 1em;
    }

    .undercarousel{
        padding: 1em 0;
    }
    .undercar-text{
        font-size: 16px;
    }
    .undercarousel .row > div{
        margin-bottom: .5em;
    }
    .undercarousel .row > div:last-child .undercar-content{
        justify-content: center;
    }

    .medium-title {
        font-size: 26px;
    }
    .home-img {
        width: 30px;
        height: 30px;
    }
    .home-head {
        margin-bottom: 1em;
    }
    .regular-text {
        font-size: 20px;
    }
    .aboutus-container .home-body {
        gap: 1em;
    }
    .aboutus-container .button-block{
        flex-direction: column;
        gap: 1em;
        margin-top: .5em;
    }
    .aboutus-container .standard-btn{
        margin-top: 0;
    }
    .aboutus-container .smallerbtn {
        padding: 0.2em .7em;
        font-size: 18px;
        text-align: center;
    }
    .home-container {
        margin-top: 3.5em;
    }

    .aboutus-container, .services-container, .products-container, .partners-container {
        margin-bottom: 3.5em;
    }

    .item-content {
        height: 160px;
    }
    .products-container .item-content {
        height: 110px;
    }
    .item-content {
        font-size: 16px;
    }
    .services-container .item-content {
        height: 140px;
    }
    .medium-text, .medium-text a {
        font-size: 24px;
        line-height: normal;
    }
    .item-name {
        font-size: 20px;
    }
    .products-container .item-name{
        align-content: center;
    }
    .item-img {
        height: 220px;
    }

    .medium-text a{
        font-size: 22px;
    }
    .parrow {
        width: 35px;
        height: 35px;
    }
    .products-container .item-img {
        height: 193px;
        padding: .5em;
        border: 2px solid #64745F;
    }
    .products-container .home-body {
        gap: 2em 0;
    }

    .partners-img {
        width: 100%;
    }

    .cinfos-box {
        padding: 1em 2em;
        word-wrap: break-word;
        margin-bottom: 1em;
        min-height: auto;
    }
    .cinfo-title {
        font-size: 28px;
        line-height: normal;
        margin: 1em 0 .5em 0;
    }
    .cinfo-img {
        width: 125px;
        height: 65px;
    }
    .cinfo-info, .cinfo-info a {
        font-size: 15px;
        line-height: normal;
    }

    .galleryimg {
        height: 212px;
    }
    .references-fluid .home-body {
        gap: 1em 0;
    }
    .references-fluid,.whyus-container,.download-container {
        margin: 4em auto;
    }
    .medium-subtitle {
        font-size: 20px;
        line-height: normal;
    }
    .gallerydesc {
        font-size: 18px;
        line-height: normal;
    }
    .item-box {
        margin-bottom: 1em;
    }

    .whyus-title {
        font-size: 20px;
    }
    .whyus-text {
        font-size: 16px;
    }
    .whyus-box {
        flex-direction: column;
        margin-bottom: 1em;
        align-items: baseline;
    }
    .rolunkp-fluid .whyus-box {
        align-items: center;
    }
    .whyus-img {
        width: 80px;
        height: 80px;
    }

    .review-img {
        width: 92px;
        height: 93px;
    }
    .review-person {
        bottom: -30px;
    }
    .reviews-container .home-body {
        max-height: auto;
    }
    .reviews-container {
        min-height: 530px;
    }
    .reviews-container{
        padding: 1em 0;
    }
    
    .custom-accordbtn {
        font-size: 20px;
        line-height: normal;
    }
    .data-img {
        width: 96px;
        height: 91px;
    }

    .regular-title {
        font-size: 24px;
        line-height: normal;
    }
    .contact-subtitle {
        font-size: 16px;
    }

    .footer-link,.contact-link {
        font-size: 18px;
        line-height: normal;
    }
    .footer-logo {
        margin: 2em 0 4em 0;
    }
    .allrights,.allrights a{
        font-size: 18px;
        line-height: normal;
    }
    footer {
        padding-top: 1em;
        padding-bottom: .3em;
        font-size: 14px;
    }
    .allrights{
        margin-top: 1em;
    }

    .static-content p, .rolunkp-fluid p, .rolunkp-fluid li {
        font-size: 20px;
        line-height: normal;
    }
    .aboutrow {
        padding: 3em 0;
    }
    .rolunkp-fluid {
        margin-bottom: 3em;
    }

    .sidepage-title {
        font-size: 36px;
        line-height: normal;
    }

    .partnerv-fluid {
        padding: 4em 0;
    }
    .partnerv-image {
        height: 93px;
    }
    .partners-block{
        margin-bottom: 1em;
    }
    .contact-fluid{
        padding: 4em 0;
    }

    .contact-info, .contact-info a {
        font-size: 15px;
    }
    .productview-container,.productlist-container{
        margin: 4em auto;
    }
    .galleryl-title {
        font-size: 20px;
        line-height:normal;
    }
    .galleryl-col{
        margin-bottom: 2em;
    }
    .reference-title {
        font-size: 24px;
        line-height: normal;
    }
    .gallery-padding{
        padding: 4em 0;
    }
    .smaller-margin{
        margin: 4em auto;
    }
    #image-carousel-track {
        height: 410px;
    }
    .datas {
        gap: 1em 1.5em;
    }
    .data {
        width: 13%;
        max-width: 13%;
    }
    .contactsinfo-fluid {
        padding: 4em 15px;
    }
    .spartner-row{
        margin: 4em auto;
    }
    .contact-block > div:first-child{
        padding-right: 15px !important;
    }
    .contact-block > div:nth-child(2){
        padding-left: 15px !important;
    }
    .order-row{
        display: flex;
        flex-direction: column;
    }
    .order-row > div:nth-child(1){
        order: 2;
    }
    .order-row > div:nth-child(2){
        order: 1;
        margin-bottom: 1em;
    }
    #gallery .reference-tblock:not(:first-child){
        margin-top: 4em;
    }
    .galleryl-col .button-block .standard-btn {
        font-size: 18px;
    }
}

/* LG */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .darkgrey-block {
        margin-left: -15px;
        margin-right: 15px;
    }

    .buildings>div:nth-child(2n) {
        padding-right: 7.5px;
    }

    .buildings>div:nth-child(2n+1) {
        padding-left: 7.5px;
    }

    .gallery-item img {
        height: 250px;
    }

    .gallery-img-list .gallery-img-block {
        height: 300px;
    }

    .text-part h3 {
        height: 70px;
    }

    .text-part .desc {
        height: 128px;
    }

    .blue-block {
        height: 300px;
    }

    .image-row {
        margin-bottom: 2.5em;
    }

    .nav-regular {
        font-size: 16px;
    }
    .language-menu {
        width: 81px;
    }
    .navbar-brand {
        width: 124px;
    }
    #carouselTop img {
        height: 450px;
    }
    .carousel-caption h1 {
        font-size: 36px;
        line-height: normal;
    }
    .carousel-caption p {
        font-size: 24px;
        line-height: normal;
    }
    .standard-btn {
        font-size: 20px;
    }

    .undercar-text {
        font-size: 16px;
    }

    .medium-title {
        font-size: 28px;
    }
    .home-img {
        width: 30px;
        height: 30px;
    }
    .home-head {
        margin-bottom: 1em;
    }
    .regular-text {
        font-size: 20px;
    }
    .aboutus-container .home-body {
        gap: 1em;
    }
    .aboutus-container .smallerbtn {
        padding: 0.2em .7em;
        font-size: 18px;
    }

    .aboutus-container, .services-container, .products-container, .partners-container {
        margin-bottom: 3.5em;
    }

    .item-content {
        height: 180px;
    }
    .products-container .item-content {
        height: 130px;
    }
    .medium-text, .medium-text a {
        font-size: 24px;
        line-height: normal;
    }
    .item-name {
        font-size: 20px;
    }
    .item-img {
        height: 250px;
    }

    .medium-text a{
        font-size: 22px;
    }
    .parrow {
        width: 40px;
        height: 40px;
    }

    .partners-img {
        width: 100%;
    }

    .cinfos-box {
        padding: 1em 2em;
        word-wrap: break-word;
    }

    .galleryimg {
        height: 242px;
    }
    .references-fluid .home-body {
        gap: 1em 0;
    }

    .whyus-title {
        font-size: 20px;
    }
    .whyus-text {
        font-size: 16px;
    }
    .data-img {
        width: 106px;
        height: 101px;
    }

    .review-img {
        width: 112px;
        height: 113px;
    }
    .review-person {
        bottom: -100px;
    }
    #image-carousel-track {
        height: 440px;
    }
    .reviews-container .home-body {
        max-height: 287px;
    }
    .reviews-container {
        min-height: 522px;
        padding-bottom: 1em;
    }

    .custom-accordbtn {
        font-size: 20px;
        line-height: normal;
    }

    .regular-title {
        font-size: 26px;
        line-height: normal;
    }
    .contact-subtitle {
        font-size: 18px;
    }

    .footer-link,.contact-link,.allrights {
        font-size: 18px;
        line-height: normal;
    }

    .static-content p, .rolunkp-fluid p, .rolunkp-fluid li {
        font-size: 20px;
        line-height: normal;
    }
    .contact-info a,.contact-info{
        font-size: 15px;
    }
    .galleryl-title {
        font-size: 24px;
        line-height:normal;
    }
    .data {
        width: 12.5%;
        max-width: 12.5%;
    }
    .item-content {
        font-size: 17px;
    }
}
/* XL */
@media (min-width: 1200px) {
    .darkgrey-block {
        margin-left: -15px;
        margin-right: 15px;
    }

    .buildings>div:nth-child(2n) {
        padding-right: 7.5px;
    }

    .buildings>div:nth-child(2n+1) {
        padding-left: 7.5px;
    }

    .blue-block {
        height: 300px;
    }

    .image-row {
        margin-bottom: 2.5em;
    }

    .smallerbtn {
        padding: 0.2em 1em;
        font-size: 20px;
    }

    .splide__pagination.splide__pagination--ltr{
        padding-bottom: 1em;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .nav-regular {
        font-size: 18px;
    }
    .medium-text a{
        font-size: 24px;
    }

    .partners-img {
        width: 308px;
    }
    .darkgrey-block .content {
        padding-right: 6rem;
    }
    .item-content {
        height: 140px;
    }
    .medium-text a{
        font-size: 24px;
    }
    .partners-img {
        width: 308px;
    }
    .contact-info a{
        font-size: 15px;
    }
    .reference-title {
        font-size: 26px;
    }

    .item-img {
        height: 330px;
    }
    .whyus-text {
        font-size: 18px;
    }
    .whyus-title {
        font-size: 22px;
    }
    .reviews-container{
        padding-bottom: 2em;
    }
    .footer-link,.contact-link,.allrights {
        font-size: 18px;
    }
    .allrights a {
        font-size: 19px;
    }
    .products-container .item-content {
        height: 110px;
    }

}
@media (min-width:1400px) and (max-width:1499.98px){
    .item-content {
        height: 140px;
    }
    .products-container .item-content {
        height: 140px;
    }
    .medium-text a{
        font-size: 24px;
    }

    .cinfos-box {
        padding: 1em 2em;
    }
    .contact-info a{
        font-size: 15px;
    }
}

@media (min-width: 1400px) {
    .darkgrey-block .content {
        padding-right: 10rem;
    }
}

@media (min-width: 1500px) {
    .container{
        width: 1450px !important;
        max-width: 1450px !important;
    }
    .whyus-content {
        width: 74%;
    }
}
