:root {
    /* --font-gaga: "gagalin", Arial, Helvetica, sans-serif; */
    --font-gaga: sans-serif;
}

* {
    margin: 0;
    padding: 0;
    font-family: var(--font-gaga) !important;
    outline: none;
    text-decoration: none;
    text-transform: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.container {
    width: 100% !important;
    padding: 0 20px;
}

iframe,
img {
    vertical-align: middle;
}

.loader {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: black;
}

.circle-clipper .circle {
    border-width: 6px;
}

nav {
    padding: 20px 0;
    height: auto;
    line-height: normal;
    background: -o-linear-gradient(top, #5f585f, #372f37);
    background: -webkit-gradient(linear, left top, left bottom, from(#5f585f), to(#372f37));
    background: linear-gradient(to bottom, #5f585f, #372f37);
}

nav .nav-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer .brand-logo,
nav .brand-logo {
    position: relative;
    font-size: 60px;
    max-width: 360px;
    color: white;
}

.nav-info {
    margin-top: 10px;
    max-width: 360px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.nav-info > span {
    display: block;
    margin-top: 10px;
    text-align: right;
}

.nav-info > span:first-child {
    margin-top: 0;
}

.nav-info > span > a {
    font-size: inherit;
}

.menu {
    display: block;
    margin: 0 !important;
    width: 30px;
    height: 30px !important;
    line-height: 30px !important;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.menu > svg {
    width: 30px;
    height: 30px;
    fill: white;
}

.nav-info-phone {
    font-size: 24px;
}

.nav-btn:hover {
    -webkit-box-shadow: 0 5px 10px rgba(255, 255, 255, 0.3);
    box-shadow: 0 5px 10px rgba(255, 255, 255, 0.3);
    background-color: black !important;
}

.nav-btn,
.nav-info-work,
.nav-info-address {
    font-size: 16px;
}

.section {
    padding: 0;
}

.section,
.section-content {
    margin-top: 40px;
}

.section .row .col {
    padding: 0 15px 0 0;
}

.section .row .col:last-child {
    padding: 0;
}

.section-title {
    font-size: 48px;
}

p {
    font-size: 16px;
}

.row.flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.main-img-section {
    margin-top: 0;
}

.card.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.card {
    margin: 0;
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.card-image {
    margin: 0 auto;
    max-width: 150px;
    height: 150px;
    padding: 20px 10px 10px;
}

.card-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.card .card-content {
    height: 100%;
    color: white;
    background-color: black !important;
}

.card .card-content h3 {
    font-size: 32px;
    margin: 0 0 20px;
}

.links-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.links-item {
    width: 25%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.links-item:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.links-item a {
    display: block;
}

.links-item img {
    border-radius: 5px;
}

.links-item-img-wrapper {
    text-align: center;
}

.links-item span {
    display: block;
    padding: 10px 0;
    font-size: 24px;
    text-align: center;
    color: black;
}

.works-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.works-item {
    width: 25%;
    padding-right: 15px;
    padding-bottom: 15px;
}

.works-item img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.works-item img:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.works-item > a {
    display: block;
    text-align: center;
}

footer {
    margin-top: 20px;
    padding: 40px 0 70px;
    background: -o-linear-gradient(top, #5f585f, #372f37);
    background: -webkit-gradient(linear, left top, left bottom, from(#5f585f), to(#372f37));
    background: linear-gradient(to bottom, #5f585f, #372f37);
}

footer .flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer span {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.modal-wrap {
    display: none;
}

.modal-title {
    margin: 0;
}

.modal-title,
.modal-description {
    text-align: center;
}

.modal-wrap label {
    display: block;
    margin-top: 20px;
}

.modal-wrap .btn {
    margin-top: 20px;
}

.fancybox__content > .f-button.is-close-btn {
    top: 5px;
    right: 5px;
}

.warning {
    border-color: red !important;
}

.whatsapp-btn-wrapper {
    position: fixed;
    bottom: 10px;
    right: 10px;
    border-radius: 50%;
    -webkit-animation: waves 2s infinite linear;
    animation: waves 2s infinite linear;
}

.whatsapp-btn {
    display: block;
    width: 50px;
    height: 50px;
    -webkit-box-shadow: inset 0 0 0 2px white;
    box-shadow: inset 0 0 0 2px white;
    border-radius: 50%;
    background: url(../images/main/whatsapp.png) no-repeat center center / cover;
}

@-webkit-keyframes waves {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7), 0 0 0 0 rgba(255, 255, 255, 0.7);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7), 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    25% {
        -webkit-box-shadow: 0 0 0 25px rgba(255, 255, 255, 0.35), 0 0 0 0 rgba(255, 255, 255, 0.7);
        box-shadow: 0 0 0 25px rgba(255, 255, 255, 0.35), 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    50% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0), 0 0 0 25px rgba(255, 255, 255, 0.35);
        box-shadow: 0 0 0 50px rgba(255, 255, 255, 0), 0 0 0 25px rgba(255, 255, 255, 0.35);
    }

    75% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0), 0 0 0 50px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 50px rgba(255, 255, 255, 0), 0 0 0 50px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0), 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0), 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes waves {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7), 0 0 0 0 rgba(255, 255, 255, 0.7);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7), 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    25% {
        -webkit-box-shadow: 0 0 0 25px rgba(255, 255, 255, 0.35), 0 0 0 0 rgba(255, 255, 255, 0.7);
        box-shadow: 0 0 0 25px rgba(255, 255, 255, 0.35), 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    50% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0), 0 0 0 25px rgba(255, 255, 255, 0.35);
        box-shadow: 0 0 0 50px rgba(255, 255, 255, 0), 0 0 0 25px rgba(255, 255, 255, 0.35);
    }

    75% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0), 0 0 0 50px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 50px rgba(255, 255, 255, 0), 0 0 0 50px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0), 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0), 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@media (max-width: 992px) {
    nav .brand-logo {
        font-size: 35px;
    }

    #slide-out {
        background: -o-linear-gradient(top, #5f585f, #372f37);
        background: -webkit-gradient(linear, left top, left bottom, from(#5f585f), to(#372f37));
        background: linear-gradient(to bottom, #5f585f, #372f37);
    }

    nav .nav-info {
        display: none;
    }

    .nav-info {
        padding: 20px;
    }

    .nav-info-phone {
        font-size: 16px;
    }

    .nav-info > span {
        color: white;
    }

    .parallax-container {
        height: 400px;
    }

    .section-title {
        font-size: 28px;
    }

    .section .row .col {
        padding: 0;
    }

    .section .row .col:nth-child(odd) {
        padding-right: 15px;
    }

    .section .row .col:nth-child(even) {
        padding-left: 15px;
    }

    .links-item,
    .works-item {
        width: 50%;
    }

    footer .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    footer .brand-logo {
        display: block;
        position: relative;
        font-size: 35px;
        max-width: 100%;
        text-align: center;
        line-height: normal;
    }
}

@media (max-width: 600px) {
    .parallax-container {
        height: 200px;
    }

    .links-item,
    .works-item {
        width: 100%;
    }

    .section .row .col:nth-child(n) {
        padding: 0;
    }

    footer .brand-logo {
        margin-bottom: 20px;
    }
}
