html {
    scroll-behavior: smooth;
}

h1, h1, h3, h4, h5, h6 {
    font-family: 'Telex', sans-serif;
}

p {
    margin: 0;
}

.link-design {
    text-decoration: none;
    color: #da251b;
    border: 1px solid #da251b;
    border-radius: 5px;
    padding: 15px 30px;
    background-color: white;
    outline: unset;
    transition: .3s;
}

.link-design:hover {
    color: white;
    background-color: #da251b;
    text-decoration: none;
}

.main-width {
    width: 80%;
    margin: 0 auto;
}

header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 0;
    left: 0;
    background-color: white;
    z-index: 1000;
}

.header-img-container a {
    width: fit-content;
    height: fit-content;
}

.header-img-container img {
    height: 35px;
    transition: .5s;
    transition-delay: .8s;
    will-change: opacity;
    backface-visibility: hidden;
    z-index: 1;
}

header nav li {
    list-style-type: none;
    padding: 0 10px;
    border-right: 1px solid rgba(51, 51, 51, .5);
    z-index: 1;
}

header nav li:last-child {
    border-right: unset;
}

header nav li a {
    font-size: 1vw;
    text-decoration: none;
    transition: .2s;
}

header nav li a:hover {
    text-decoration: none;
    color: #a62328;
}

header nav li.selected a {
    color: #a62328;
}

.mobile-nav {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    transition: .4s;
    overflow: hidden;
    pointer-events: none;
    z-index: 8888;
    display: none;
}

.mobile-nav .menu-bar {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
}

.menu-bar-img-container {
    padding: 10px 20px;
}

.menu-bar-img-container img {
    height: 25px;
}

.menu-trigger-bar {
    background-color: #a62328;
    padding: 5px 20px 0 0;
}

.mobile-nav > nav {
    width: fit-content;
    height: 100%;
    background-color: white;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
    transform: translateX(100%);
}

.mobile-logo {
    padding: 25px;
    background-color: #a62328;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-logo img {
    width: 100px;
}

.mobile-nav > nav li {
    width: 100%;
    list-style-type: none;
    padding: 15px 35px;
    text-align: left;
}

.mobile-nav > nav li a {
    color: #444444;
    text-decoration: none;
}

header nav li a {
    color: #333333;
}

.home-carousel {
    width: 100%;
    height: auto;
}

.page-title {
    width: 25%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}

.home-carousel:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
}

.carousel-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    overflow: hidden;
}

.carousel-container img {
    width: 100vw;
    height: 100%;
    flex-shrink: 0;
    object-fit: cover;
    transition: 2s;
    backface-visibility: hidden;
    will-change: transform;
}

.next-img {
    height: 35px;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
}

.prev-img {
    height: 35px;
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
}

.go-down-arrow {
    height: 35px;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, 0);
    animation-name: go-down-arrow;
    animation-fill-mode: forwards;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    z-index: 2;
}

@keyframes go-down-arrow {
    0% {
        transform: translate(-50%, 0);
    }
    50% {
        transform: translate(-50%, -15px);
    }
    100% {
        transform: translate(-50%, 0px);
    }
}

.our-product-home h1 {
    margin: 50px;
    font-size: 3.5vw;
    color: #333333;
    text-align: center;
    position: relative;
}

.our-product-home h1:after {
    content: "";
    width: 80px;
    height: 2px;
    background-color: #da251b;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 10px);
}

.our-product-home h2 {
    margin: 50px;
    font-size: 3.5vw;
    color: #333333;
    text-align: center;
    position: relative;
}

.our-product-home h2:after {
    content: "";
    width: 80px;
    height: 2px;
    background-color: #da251b;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 10px);
}

.our-product-home p {
    width: 70%;
    font-size: 21px;
    color: rgba(0, 0, 0, .7);
    line-height: 35px;
    margin: 0 auto 50px auto;
    text-align: center;
}

.our-product-home a {
    padding: 15px 25px;
    margin-bottom: 50px;
    border: 1px solid #da251b;
    color: #da251b;
    border-radius: 10px;
    transition: .2s;
    -webkit-box-shadow: 0 0 12px 0 rgba(218, 37, 27, 0.3);
    -moz-box-shadow: 0 0 12px 0 rgba(218, 37, 27, 0.3);
    box-shadow: 0 0 12px 0 rgba(218, 37, 27, 0.3);
    text-decoration: none;
}

.our-product-home a:hover {
    background-color: #da251b;
    color: white;
}


.our-product-design {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    background-color: #d1d2d4;
    padding: 50px 10% 0 10%;
    -webkit-box-shadow: inset 0 0 18px -4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 18px -4px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 18px -4px rgba(0, 0, 0, 0.3);
}

.our-product-design > div {
    position: relative;
    width: 300px;
    height: 500px;
    perspective: 800px;
}

.our-product-design > div > div {
    width: 100%;
    height: 100%;
    text-align: center;
    color: white;
    background-color: #6c6d70;
    padding: 20px;
    border-radius: 15px;
    transform: translateY(350px) scale(1.3) rotateY(35deg);
    overflow: hidden;
    -webkit-box-shadow: -18px 0 20px -9px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: -18px 0 20px -9px rgba(0, 0, 0, 0.38);
    box-shadow: -18px 0 20px -9px rgba(0, 0, 0, 0.38);
    opacity: 0;
    transition: .8s;
    will-change: transform, opacity;
    perspective: 800px;
}

.our-product-design > div > div:hover {
    transform: translateY(80px) scale(1.3) rotateY(35deg) !important;
}

.our-product-design > div > div img {
    width: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 100%);
}

.our-product-design > div > div a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.publicity {
    background-color: white;
    padding-bottom: 50px;
}


.publicity > * {
    z-index: 2;
}

.publicity h2 {
    margin: 50px 0;
    font-size: 36px;
    font-weight: 900;
    color: #444444;
    text-align: center;
    position: relative;
}

.publicity h2:before {
    content: "";
    width: 80px;
    height: 2px;
    background-color: #da251b;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 10px);
}

.publicity p {
    width: 70%;
    font-size: 21px;
    color: rgba(0, 0, 0, .7);
    line-height: 35px;
    margin: 0 auto 50px auto;
    text-align: center;
}

.publicity-info {
    display: flex;
    justify-content: center;
}

.publicity-info > div {
    width: 25%;
    padding: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-top: 2px solid #6c6d70;
    border-bottom: 2px solid #6c6d70;
    /*background-color: rgba(218,37,27,.05);*/
}

.publicity-info > div:nth-child(1) {
    border-radius: 10px 0 0 10px;
    border-left: 2px solid #6c6d70;
}

.publicity-info > div:nth-child(1):after {
    content: "";
    width: 1px;
    height: 80%;
    background-color: rgba(108, 109, 112, .3);
    position: absolute;
    top: 10%;
    right: 0;
}

.publicity-info > div:nth-child(2):after {
    content: "";
    width: 1px;
    height: 80%;
    background-color: rgba(108, 109, 112, .3);
    position: absolute;
    top: 10%;
    right: 0;
}

.publicity-info > div:nth-child(3):after {
    content: "";
    width: 1px;
    height: 80%;
    background-color: rgba(108, 109, 112, .3);
    position: absolute;
    top: 10%;
    right: 0;
}

.publicity-info > div:nth-child(4) {
    border-radius: 0 10px 10px 0;
    border-right: 2px solid #6c6d70;
}

.publicity-info > div img {
    height: 64px;
}

.publicity-info > div h3 {
    margin: 30px;
    font-size: 36px;
}

.publicity-info > div h4 {
    color: #6c6d70;
}


.more-about-us {
    background-color: #E5E5E5;
    overflow: hidden;
    /*border-top: 15px solid white;*/
    /*border-bottom: 15px solid white;*/
    padding-bottom: 50px;
}

.more-about-us h2 {
    margin: 50px 0;
    font-size: 36px;
    font-weight: 900;
    color: #444444;
    text-align: center;
    position: relative;
}

.more-about-us h2:before {
    content: "";
    width: 80px;
    height: 2px;
    background-color: #da251b;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 10px);
}

.more-about-us-wrapper {
    display: flex;
    justify-content: space-between;
}

.more-about-us-wrapper > div {
    width: 24%;
    padding: 30px 30px 70px 30px;
    background-color: white;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-radius: 5px;
}

.more-about-us-wrapper > div > h4 {
    color: #444444;
}

.more-about-us-wrapper > div img, .more-about-us-wrapper > div > p {
    margin: 15px;
}

.more-about-us-wrapper > div > a {
    width: fit-content;
    text-decoration: none;
    color: #da251b;
    padding: 10px 30px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    border: 1px solid #da251b;
    transition: .3s;
}

.more-about-us-wrapper > div > a:hover {
    color: white;
    background-color: #da251b;
}

.more-about-us-wrapper > div > img {
    max-width: 100%;
    height: 110px;
}

.clients-comments {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding-bottom: 50px;
}

.clients-comments h2 {
    margin: 50px 0;
    font-size: 36px;
    font-weight: 900;
    color: #444444;
    position: relative;
    text-align: center;
}

.clients-comments h2:before {
    content: "";
    width: 80px;
    height: 2px;
    background-color: #da251b;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 10px);
}

.clients-comments .carousel-item h3 {
    width: 70%;
    font-size: 16px;
    color: rgba(0, 0, 0, .7);
    line-height: 25px;
    margin: 0 auto 25px auto;
    text-align: center;
}

.home-form {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(230, 230, 230);
    padding: 50px 0;
}

.home-form > * {
    z-index: 2;
}

form {
    display: flex;
    justify-content: center;
    align-items: center;
}

form > div {
    padding: 30px;
    margin: 30px;
}

.form-information {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.form-information > h3 {
    color: #da251b;
    margin-bottom: 30px;
    font-size: 24px;
}

.form-information > img {
    height: 100%;
}

.form-inputs-container {
    width: 400px;
    -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: white;
}

.form-inputs-container label {
    color: #444444;
    font-family: 'Telex', sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
}

.form-inputs-container input {
    margin-bottom: 30px;
    position: relative;
    border-top: unset;
    border-left: unset;
    border-right: unset;
    border-bottom: 2px solid #444444;
    outline: unset;
}

.form-inputs-container textarea {
    border: 2px solid #444444;
}

#submit-button {
    width: 50%;
    background-color: #444444;
    color: white;
    margin: 30px auto;
    padding: 10px 0;
    border-radius: 5px;
    border: unset;
    outline: unset;
    position: relative;
    overflow: hidden;
    transition: .3s;
}

.btn-loading {
    background-color: #999999 !important;
}

.btn-loading:after {
    content: "";
    width: 100%;
    height: 5px;
    background-color: #da251b;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    animation-name: btn-loading;
    animation-duration: .8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes btn-loading {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.btn-loading-success {
    color: red !important;
    background-color: rgba(218, 37, 27, 0.24) !important;
    border-color: rgba(218, 37, 27, 0.24);
}

.btn-loading-error {
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border-color: #f5c6cb;
}

footer {
    padding: 50px 0 50px 0;
    background-color: #242B36;
}

.footer-wrapper {
    display: flex;
    justify-content: space-between;
}

.footer-wrapper > div:nth-child(2) {
    padding: 0 18px;
}

.footer-wrapper h4 {
    color: #CCCCCC;
}

.footer-wrapper p, .footer-wrapper a {
    color: #a3a3a3;
}

.footer-services > div {
    margin: 0 50px 0 0;
}

.social-media-icons > div {
    position: relative;
}

.social-media-icons > div a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.trustmark {
    height: 110px !important;
}

.mt-20 {
    margin-top: 20px;
}

.trustmark-wrapper > p {
    font-size: 12px;
    text-align: center;
}

.sub-page-header {
    min-height: 30vh;
}

/*.sub-page-header:after {*/
/*    content: "";*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    background-color: rgba(0, 0, 0, .6);*/
/*    z-index: 2;*/
/*}*/

.sub-page-header img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 1;
}

.sub-page-header > h1 {
    color: white;
    z-index: 3;
    font-size: 3vw;
}

.products-service {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.generated-content {
    width: 27%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 30px 100px 30px;
    margin: 50px 0;
    position: relative;
    border-top: 5px solid #da251b;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 32px 0 rgba(218, 37, 27, 0.1);
    -moz-box-shadow: 0 0 32px 0 rgba(218, 37, 27, 0.1);
    box-shadow: 0 0 32px 0 rgba(218, 37, 27, 0.1);
    transition: .4s;
}

.generated-content:hover {
    -webkit-box-shadow: 0 0 32px 0 rgba(218, 37, 27, 0.4);
    -moz-box-shadow: 0 0 32px 0 rgba(218, 37, 27, 0.4);
    box-shadow: 0 0 32px 0 rgba(218, 37, 27, 0.4);
}

.generated-content h1 {
    font-size: 1.4vw;
}

.generated-content img {
    width: 35%;
    margin: 20px 0;
}

.generated-content a {
    text-decoration: none;
    color: #da251b;
    padding: 10px 30px;
    border-radius: 5px;
    border: 1px solid #da251b;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    transition: .2s;
}

.generated-content > a:hover {
    color: white;
    background-color: #da251b;
}

.information-page {
    padding: 50px 0;
    min-height: calc(100vh - 25vh);
}

.pages-wrapper {
    margin: 50px auto;
    padding: 50px 35px;
    min-height: calc(100vh - 25vh);
    background-color: white;
    border-top: 2px solid #da251b;
    -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.1);
}

.links-content {
    width: 30%;
    background-color: #F0F0F0;
    border-right: 25px solid white;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.links-content > button.collapsed, .links-content > button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: unset;
    outline: unset;
    width: 100%;
    padding: 25px 15px 25px 15px;
    border-right: unset;
    border-top: unset;
    border-bottom: 1px solid white;
    position: relative;
    color: #575757;
    font-size: 14px;
    font-weight: 200;
    text-transform: uppercase;
    transition: .4s;
}

.links-content > button {
    color: #da251b;
}

.links-content > button:hover {
    -webkit-box-shadow: inset 0 0 18px -4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 18px -4px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 18px -4px rgba(0, 0, 0, 0.2);
}

.links-content > button span h1 {
    font-size: 14px;
}

.links-content > button img {
    width: 20px;
}

.information-content {
    width: 70%;
    padding: 0 30px;
    position: relative;
    top: 0;
    left: 30%;
    background-color: white;
    border-top: 2px solid #da251b;
    -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.information-content > div {
    padding: 1.25em;
}

.information-content > div h2 {
    color: #da251b;
    margin-bottom: 36px;
}

.information-content > div p {
    line-height: 36px;
    font-size: 18px;
}

.gallery {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gallery img {
    display: none;
}

.gallery img:nth-child(1) {
    display: block;
    margin-bottom: 20px;
}

.documentation-damage a {
    width: fit-content;
    text-decoration: none;
    color: #da251b;
    border: 1px solid #da251b;
    border-radius: 5px;
    padding: 15px 30px;
    margin: 15px 0;
    display: block;
    background-color: white;
    outline: unset;
    transition: .3s;
}

.map-container {
    width: 80%;
    margin: 0 auto;
    padding: 35px 0;
    display: flex;
}

.map {
    width: 40%;
    display: flex;
    justify-content: center;
}

.cities-info {
    width: 60%;
    position: relative;
    overflow-x: hidden;
}

.cities-info > div {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: white;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    backface-visibility: hidden;
    transform: translate3d(100.1%, 0, 0);
    transition: 0.4s;
    z-index: 1;
    will-change: transform;
}

.cities-on-map {
    fill: #da251b;
    transition: .2s;
}

.cities-on-map:hover {
    fill: #a62328;
    cursor: pointer;
}

.hide-city {
    transform: translate3d(100.1%, 0, 0) !important;
    transition: unset !important;
}

.cities-content {
    width: 100%;
    padding: 0 10%;
    display: none;
}

.awards-background {
    /*background-color: #690000;*/
    /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23700000' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23770000' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%237e0000' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%23850000' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%238c0000' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23a20002' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23b80002' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23cf0002' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23e70001' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23ff0000' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");*/
    /*background-size: cover;*/
}

.awards-page {
    width: 100%;
    margin: 50px auto 50px auto;
    padding: 0 10%;
    z-index: 2;
}

.awards-page > div {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.awards-page > div > div {
    width: 80%;
    padding-left: 150px;
}

.awards-page > div > div > h2 {
    width: 50%;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    color: #7b7b7b;
}

.awards-page > div > div > p {
    color: #7b7b7b;
}

.awards-page > div img {
    width: 15%;
}


.awards-page > div:nth-child(2n) > div {
    order: 1;
    padding-right: 150px;
    padding-left: unset;
}

.awards-page > div:nth-child(2n) img {
    order: 2;
}

@media only screen and (max-width: 1050px) {
    .main-width {
        width: 100%;
    }

    header {
        display: none;
    }

    .mobile-nav {
        display: block;
    }

    .page-title {
        width: 45%;
    }

    .home-carousel {
        height: auto;
    }

    .carousel-container {
        margin-top: 50px;
    }

    .carousel-container img {
        transition: 1.2s;
    }

    .next-img {
        height: 25px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        cursor: pointer;
    }

    .prev-img {
        height: 25px;
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        cursor: pointer;
    }

    .go-down-arrow {
        display: none;
    }

    .our-product-home > h2 {
        margin: 25px;
        font-size: 7vw;
    }

    .our-product-home p {
        width: 90%;
        font-size: 16px;
        color: rgba(0, 0, 0, .7);
        line-height: 25px;
        margin: 0 auto 25px auto;
        text-align: center;
    }

    .our-product-home > a {
        padding: 10px 20px;
        margin-bottom: 25px;
    }

    .our-product-design {
        flex-wrap: wrap;
        align-items: flex-start;
        padding: 25px 5% 25px 5%;
    }

    .our-product-design > div {
        width: 48%;
        height: 150px;
        margin-bottom: 25px;
    }

    .our-product-design > div:nth-child(odd) {
        margin-right: 1%;
    }

    .our-product-design > div > div {
        padding: 15px;
        border-radius: 10px;
        transform: translateY(50px) scale(1) rotateY(0);
        overflow: hidden;
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.38);
        -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.38);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.38);
    }

    .our-product-design > div > div:hover {
        transform: translateY(0) scale(1) rotateY(0) !important;
        background-color: #74181c;
    }

    .our-product-design > div > div img {
        width: 30%;
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .our-product-design > div > div h4 {
        font-size: 16px;
    }

    .publicity {
        padding-bottom: 25px;
    }

    .publicity h2 {
        margin: 25px 0;
        font-size: 6vw;
    }

    .publicity p {
        width: 90%;
        font-size: 16px;
        color: rgba(0, 0, 0, .7);
        line-height: 25px;
        margin: 0 auto 25px auto;
        text-align: center;
    }

    .publicity-info {
        padding: 0 5%;
        flex-wrap: wrap;
        justify-content: center;
    }

    .publicity-info > div {
        width: 50%;
        background-color: white;
        padding: 15px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .publicity-info > div:nth-child(1) {
        border-radius: 10px 0 0 0;
        border-bottom: unset;
    }

    .publicity-info > div:nth-child(2) {
        border-radius: 0 10px 0 0;
        border-right: 2px solid #6c6d70;
        border-bottom: unset;
    }

    .publicity-info > div:nth-child(2):after {
        width: 80%;
        height: 1px;
        top: unset;
        right: 10%;
        bottom: 0;
    }

    .publicity-info > div:nth-child(3) {
        border-radius: 0 0 0 10px;
        border-top: unset;
        border-left: 2px solid #6c6d70;
    }

    .publicity-info > div:nth-child(3):after {
        content: "";
        width: 80%;
        height: 1px;
        background-color: rgba(108, 109, 112, .3);
        position: absolute;
        top: 0;
        right: 10%;
    }

    .publicity-info > div:nth-child(4) {
        border-radius: 0 0 10px 0;
        border-top: unset;
    }

    .publicity-info > div:nth-child(4):after {
        content: "";
        width: 1px;
        height: 80%;
        background-color: rgba(108, 109, 112, .3);
        position: absolute;
        top: 10%;
        left: 0;
    }

    .publicity-number {
        margin: 20px;
        font-size: 18px;
    }

    .publicity-name {
        text-align: center;
        font-size: 18px;
    }

    .more-about-us h2 {
        margin: 25px 0;
        font-size: 6vw;
    }

    .more-about-us-wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }

    .more-about-us-wrapper > div {
        width: 90%;
        padding: 30px 30px 70px 30px;
        margin-bottom: 25px;
    }

    .clients-comments {
        border-bottom: 1px solid rgba(0, 0, 0, .2);
        padding-bottom: 25px;
    }

    .clients-comments h2 {
        margin: 25px 0;
        font-size: 6vw;
    }

    .home-form {
        align-items: center;
        flex-direction: column;
        padding: 25px 0;
    }

    .home-form > * {
        z-index: 2;
    }

    form {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    form > div {
        padding: 15px;
        margin: 15px;
    }

    .form-information > h3 {
        margin-bottom: 0;
        font-size: 6vw;
    }

    .form-information > img {
        display: none;
    }

    .form-inputs-container {
        width: 90%;
        -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.3);
        border-radius: 10px;
    }

    .form-inputs-container label {
        color: #444444;
        font-family: 'Telex', sans-serif;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .form-inputs-container input {
        margin-bottom: 30px;
        position: relative;
        border-top: unset;
        border-left: unset;
        border-right: unset;
        border-bottom: 2px solid #444444;
        outline: unset;
    }

    .form-inputs-container textarea {
        border: 2px solid #444444;
    }

    footer {
        padding: 25px;
        background-color: #242B36;
    }

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

    .footer-wrapper > div {
        margin-bottom: 25px;
    }

    .footer-wrapper > div:nth-child(2) {
        padding: unset;
    }

    .footer-wrapper h4 {
        color: #CCCCCC;
    }

    .footer-wrapper p, .footer-wrapper a {
        color: #a3a3a3;
    }

    .footer-services > div {
        margin: 0 50px 0 0;
    }

    .products-service {
        justify-content: center;
        padding: 0 5%;
    }

    .sub-page-header > h1 {
        font-size: 6vw;
        margin-top: 80px;
    }

    .generated-content {
        width: 100%;
        padding: 20px 20px 80px 20px;
        margin: 25px 0;
    }

    .generated-content h1 {
        font-size: 3.4vw;
    }

    .information-page {
        padding: 25px 5%;
        min-height: calc(100vh - 25vh);
    }

    .links-content {
        width: 100%;
        background-color: #F0F0F0;
        border-right: 0 solid white;
        position: relative;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .links-content > button {
        padding: 25px 15px 25px 15px;
        font-size: 14px;
        font-weight: 200;
    }

    .links-content > button img {
        width: 20px;
        transform: rotate(90deg);
    }

    .information-content {
        width: 100%;
        padding: 0;
        position: relative;
        left: 0;
        -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0);
        -moz-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0);
    }

    .information-content > div h2 {
        color: #a62328;
        margin-bottom: 36px;
    }

    .information-content > div p {
        line-height: 24px;
        font-size: 16px;
    }

    .damage-page > div {
        padding: 0 5%;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
    }

    .damage-page > div h2 {
        color: #444444;
        font-size: 24px;
        padding: 30px 0;
        margin: 0;
    }

    .damage-page > div a {
        display: block;
        margin-bottom: 30px;
    }

    /*.map {*/
    /*    display: none;*/
    /*}*/

    /*.cities-info {*/
    /*    display: none;*/
    /*}*/

    .cities-content {
        padding: 0 20px;
        display: block;
    }

    .awards-page {
        padding: 0 30px;
    }

    .awards-page > div {
        flex-direction: column;
        margin-bottom: 50px;
        padding-bottom: 50px;
        border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    }

    .awards-page > div > div {
        width: 100%;
        padding-left: unset;
    }

    .awards-page > div > div > h2 {
        width: 100%;
        padding-bottom: unset;
        margin-bottom: unset;
        font-size: 1.5em;
        text-align: center;
        border-bottom: unset;
    }

    .awards-page > div > img {
        width: 45%;
        margin-bottom: 25px;
    }

    .awards-page > div:nth-child(2n) > div {
        order: unset;
        padding-left: unset;
        padding-right: unset;
    }

    .awards-page > div:nth-child(2n) > img {
        order: unset;
    }

    .pages-wrapper {
        width: 95%;
        margin: 25px auto;
        padding: 25px 10px;
        min-height: calc(100vh - 25vh);
    }
}

@media only screen and (max-width: 1050px) and (min-width: 768px) {
    .our-product-home > h2 {
        font-size: 4vw;
    }

    .carousel-container {
        margin-top: 60px;
    }

    .our-product-design > div {
        height: 200px;
    }

    .more-about-us h2 {
        font-size: 4vw;
    }

    .publicity h2 {
        font-size: 4vw;
    }

    .form-inputs-container {
        width: 60%;
    }

    .generated-content {
        width: 48%;
    }

    .products-service {
        justify-content: space-between;
    }

}

/*-----------------------------------*/

#map {
    width: 16vw;
    height: 10vw;
    min-width: 200px;
    min-height: 100px;
}

/* Remove default marker styling */
.custom-marker {
    background: none !important;
    border: none !important;
}

/* Style the zoom control buttons with #c51d33 */
.leaflet-control-zoom {
    border: 2px solid rgba(0,0,0,0.2) !important;
    border-radius: 4px !important;
}

.leaflet-control-zoom a {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    font-size: 20px !important;
    font-weight: bold !important;
    background-color: #fff !important;
    color: #c51d33 !important;
    text-decoration: none !important;
    border: none !important;
}

.leaflet-control-zoom-in {
    border-bottom: 1px solid rgba(0,0,0,0.1) !important;
    border-radius: 4px 4px 0 0 !important;
}

.leaflet-control-zoom-out {
    border-radius: 0 0 4px 4px !important;
}

.leaflet-control-zoom a:hover {
    background-color: #f4f4f4 !important;
}

.leaflet-bar {
    box-shadow: 0 1px 5px rgba(0,0,0,0.4);
}


.social-media-link {
    color: inherit;
    text-decoration: inherit;
}

.email-container {
    display: flex;
    align-items: center;
    color: #a3a3a3;
}

.email-link {
    color: #a3a3a3;
    text-decoration: none;
    cursor: pointer;
}

/*-----------------------------------*/

/*??????????????????? SITE MAP STYLE ?????????????*/

.site-map-container {
    width: 100%;
    height: 30px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.site-map-container > img {
    width: 15px;
    height: 15px;
    filter: grayscale(100%);
    margin: 0 10px;
}

.site-map-container > a {
    color: grey;
}

.site-map-container-2 {
    width: 80%;
}

.big-sitemap-container {
    padding: 20px 10%;
    margin-top: 50px;
    width: 100%;
}

#prev-page-title {
    display: none;
}

@media only screen and (min-width: 630px) and (max-width: 765px) {
    .carousel-container {
        margin-top: 50px;
    }
}

@media screen and (max-width: 630px) {
    .site-map-container > a {
        font-size: 10px;
    }

    .carousel-container {
        margin-top: 74px;
    }

    .site-map-container > img {
        width: 10px;
        height: 10px;
    }

    .trustmark-wrapper > p {
        width: 37%;
    }
}


/*.faq-item {*/
/*    margin: 30px;*/
/*    border-radius: 5px;*/
/*    border: 1px solid #ddd;*/
/*    overflow: hidden;*/
/*}*/

/*.faq-toggle {*/
/*    cursor: pointer;*/
/*}*/

/*.faq-question {*/
/*    padding: 15px;*/
/*    background-color: #f7f7f7;*/
/*    font-size: 18px;*/
/*    margin: 0;*/
/*    padding-left: 30px;*/
/*    position: relative;*/
/*}*/

/*.panel-content {*/
/*    font-size: 16px;*/
/*    margin: 0;*/
/*    height: 0;*/
/*    overflow: hidden;*/
/*    opacity: 0;*/
/*    transition: all 0.4s ease;*/
/*    padding: 0 15px;*/
/*}*/

/*.faq-toggle:focus-within .panel-content,*/
/*.faq-toggle:focus-within .plus {*/
/*    height: auto;*/
/*    opacity: 1;*/
/*    padding-top: 10px;*/
/*}*/

/*.faq-toggle:focus-within .plus {*/
/*    content: '-';*/
/*}*/

/*.faq-toggle:focus {*/
/*    outline: none;*/
/*}*/
.ag-format-container {
  width: 1142px;
  margin: 0 auto;
}


@font-face {
  font-family: Heavitas;
  src: url(https://raw.githack.com/SochavaAG/example-mycode/master/pens/1_fonts/Heavitas/Heavitas.eot);
  src: url(https://raw.githack.com/SochavaAG/example-mycode/master/pens/1_fonts/Heavitas/Heavitas.woff2) format('woff2'),
  url(https://raw.githack.com/SochavaAG/example-mycode/master/pens/1_fonts/Heavitas/Heavitas.woff) format('woff'),
  url(https://raw.githack.com/SochavaAG/example-mycode/master/pens/1_fonts/Heavitas/Heavitas.ttf) format('truetype'),
  url(https://raw.githack.com/SochavaAG/example-mycode/master/pens/1_fonts/Heavitas/Heavitas.svg#Heavitas) format('svg'),
  url(https://raw.githack.com/SochavaAG/example-mycode/master/pens/1_fonts/Heavitas/Heavitas.eot?#iefix) format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}


.ag-maecenas_title {
  padding: 100px 0;
  background-color: #DC3545;

  text-align: center;
  font-family: Heavitas, sans-serif;
  font-weight: bold;
  font-size: 120px;
  color: #FFF;

  position: relative;
}
.ag-maecenas_title:before {
  content: "";
  height: 125px;
  width: 100%;
  background: url(https://raw.githack.com/SochavaAG/example-mycode/master/pens/animation-wave-shadow/images/wave.svg) repeat-x scroll 0 0;
  -webkit-background-size: 1600px 198px;
  -moz-background-size: 1600px 198px;
  -o-background-size: 1600px 198px;
  background-size: 1600px 198px;

  position: absolute;
  left: 0;
  bottom: 0;

  -webkit-filter: drop-shadow(5px -10px 3px rgba(0, 0, 0, .2));
  filter: drop-shadow(5px -10px 3px rgba(0, 0, 0, .2));

  -webkit-animation: an-wave 20s linear infinite;
  -moz-animation: an-wave 20s linear infinite;
  -o-animation: an-wave 20s linear infinite;
  animation: an-wave 20s linear infinite;
}


.svg-img-block {
  display: none;
}

@-webkit-keyframes an-wave {
  100% {
    background-position-x: -1600px;
  }
}
@-moz-keyframes an-wave {
  100% {
    background-position-x: -1600px;
  }
}
@-o-keyframes an-wave {
  100% {
    background-position-x: -1600px;
  }
}
@keyframes an-wave {
  100% {
    background-position-x: -1600px;
  }
}

@media screen and (max-width: 979px) {
  .ag-maecenas_title {
    font-size: 90px;
  }
  .ag-maecenas_descr {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .ag-format-container {
    width: 96%;
  }


}

@media only screen and (max-width: 639px) {
  .ag-maecenas_title {
    font-size: 60px;
  }
}

@media only screen and (max-width: 479px) {
  .ag-maecenas_title {
    font-size: 40px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .ag-format-container {
    width: 750px;
  }

}


.pagination-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.page-item.active .page-link {
    background-color: #DC3545 !important;
    border-color: #db1124 !important;;
}

.page-link {
    color: black;
}

.faq-item {
    margin: 15px auto;
    border-radius: 10px;
    border: 1px solid #ddd;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 700px;
}

.container {
    margin-top: 40px;
}


.faq-toggle {
    cursor: pointer;
}

.faq-question {
    padding: 20px;
    background-color: rgba(0, 0, 0, .6);
    color: white;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding-left: 50px;
    position: relative;
}

.plus {
    position: absolute;
    left: 20px;
    font-size: 24px;
    line-height: 1;
    transition: transform 0.3s ease;
}

.panel-content {
    font-size: 16px;
    margin: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: height 0.3s ease, opacity 0.3s ease;
    padding: 0 20px;
    background-color: #f5f5f5;
}

.faq-toggle:focus-within .panel-content {
    height: auto;
    opacity: 1;
    padding: 20px;
}

.faq-toggle:focus-within .plus {
    transform: rotate(45deg);
}

.faq-toggle:focus {
    outline: none;
}


.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    display: none;
}

.popup-banner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 900px;
    height: 80%;
    background: none;
    border-radius: 12px;
    z-index: 9999;
    display: none;
    overflow: hidden;
}

.close-popup {
    position: absolute;
    top: 0;
    right: 125px;
    font-size: 50px;
    background: none;
    border: none;
    color: #000;
    cursor: pointer;
}

@media (max-width: 768px) {
    .popup-banner {
        width: 100%;
        height: auto;
        max-height: 90%;
        padding: 20px;
    }

    .popup-banner {
        overflow-y: auto;
    }

    .close-popup{
        right: 30px!important;
    }
}



/*??????????????????? ------------- ?????????????*/