
    :root {
        --mainColor: #02215a;
        --secondColor: #6edcfa;
    }

    @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

    * {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-family: 'Montserrat', sans-serif;
        -webkit-font-smoothing: antialiased;
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }

    a {
        cursor: pointer;
    }

    a,
    p,
    label {
        float: left;
        width: 100%;
        height: auto;
    }
    html,
    body {
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        float: left;
        width: 100vw;
        height: 100%;
        position: relative;
        overflow: hidden;
    }

    .main {
        float: left;
        width: 100vw;
        height: 100%;
        max-height: 100%;
        overflow-y: auto;
        position: relative;
        overflow-x: hidden;
        background-color: #f6f7f8;
        -webkit-transition: .15s ease;
        -o-transition: .15s ease;
        transition: .15s ease;
    }

    h1 {
        float: left;
        width: 100%;
    }
    .header-wrapper,
    .section-wrapper {
        float: left;
        width: 100%;
        height: auto;
        position: relative;
    }
    img {
        max-width: 100%;
    }

    .headerTitle,
    .headerTitleInside,
    .bannerSection {
        overflow: hidden;
    }
    .bannerSection::after {
        /*content: '';*/
        float: left;
        width: 100%;
        height: 100vh;
        position: absolute;
        left: 0;
        top: 500px;
        z-index: 5;
        -webkit-transition: 3s ease;
        -o-transition: 3s ease;
        transition: 3s ease;
        background-repeat: no-repeat;
        background-position: center bottom -70px;
        background-size: 100%;
    }
    .headerTitleInside::after,
    .headerTitle::after,
    .animateDone .bannerSection::after {
        top: 0;
    }
    .headerTitle::before{
        /*content: '';*/
        float: left;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 4;
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
    }
    .bannerSection::before {
        /*content: '';*/
        float: left;
        width: 100%;
        height: 100vh;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 4;
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
    }

    .bodyScrolled .header-wrapper.pageHeader {
        height: 64px;
        background-color: #f6f7f8;
        -webkit-box-shadow: 0 0 20px 0 rgba(18,24,58,0.2);
        box-shadow: 0 0 20px 0 rgba(18,24,58,0.2);
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
    }

    .container-fluid {
        float: left;
        width: 100%;
        height: auto;
        position: relative;
        text-align: center;
    }
    .container-limit {
        float: none;
        vertical-align: top;
        display: inline-block;
        max-width: 1140px;
        width: 100%;
        position: relative;
    }
    .container-small-limit {
        max-width: 960px;
    }
    .container {
        float: left;
        vertical-align: top;
        width: 100%;
        position: relative;
        padding: 0 15px;
        text-align: left;
    }
    .container-holder {
        float: left;
        width: 100%;
        position: relative;
        padding: 30px 0;
    }

    .header-wrapper {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 99;
        height: 120px;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
    }

    .bannerSection {
        float: left;
        width: 100%;
        min-height: 100vh;
        position: relative;
        height: auto;
    }


    .preloader {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        background-color: transparent;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
    }
    .preloader:before,
    .preloader:after {
        position: absolute;
        left: 0;
        height: 51%;
        width: 100%;
        -webkit-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
        content: "";
    }
    .preloader:before {
        top: 0;
    }
    .preloader:after {
        bottom: 0;
    }

    .spinner {
        display: block;
        position: relative;
        left: 50%;
        top: 50%;
        width: 70px;
        height: 70px;
        margin: -35px 0 0 -35px;
        z-index: 1001;
    }
    .spinner-round {
        border-radius: 50%;
        border: 2px solid transparent;
        border-top-color: #16a3fe;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
    }
    .spinner-round:before,
    .spinner-round:after {
        content: "";
        position: absolute;
        border-radius: 50%;
        border: 3px solid transparent;
    }
    .spinner-round:before {
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-top-color: #23c99d;
        -webkit-animation: spin 3s linear infinite;
        animation: spin 3s linear infinite;
    }
    .spinner-round:after {
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-top-color: #122272;
        -webkit-animation: spin 1.5s linear infinite;
        animation: spin 1.5s linear infinite;
    }
    .spinner-alt {
        border-radius: 50%;
        width: 150px;
        height: 150px;
        margin: -75px 0 0 -75px;
    }
    .spinner-alt:after,
    .spinner-alt:before {
        content: "";
        position: absolute;
        border-radius: 50%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .spinner-alt:before {
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
    .spinner-alt:after {
        border: 1px solid;
        border-top-color: #fff;
        border-right-color: transparent;
        border-left-width: 0;
        border-bottom-width: 0;
        -webkit-animation: spin 1.5s linear infinite;
        animation: spin 1.5s linear infinite;
    }
    .spinner-alt.load-done {
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-transform: scale(3);
        -ms-transform: scale(3);
        transform: scale(3);
        opacity: 0;
        border-color: transparent;
    }
    .spinner-alt.load-done:after,
    .spinner-alt.load-done:before {
        opacity: 0;
    }
    .spinner-alt.spinner-light {
        border: 1px solid rgba(10, 16, 21, 0.1);
    }
    .spinner-alt.spinner-light:after {
        border-top-color: #0a1015;
    }
    .spinner-brand {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100px;
    }
    @-webkit-keyframes spin {
        0% {
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
    @keyframes spin {
        0% {
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }


    .intro {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
        height: 100vh;
        width: 100vw;
    }
    .intro .square {
        float: left;
        width: 100%;
        height: 50%;
        position: absolute;
        left: 0;
        -webkit-transition: .7s ease;
        -o-transition: .7s ease;
        transition: .7s ease;
        background-color: #f6f7f8;
    }
    .intro .square:first-child {
        top: 0;
    }
    .intro .square:last-child {
        bottom: 0;
    }
    .animateIntro .intro .square:first-child {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    .animateIntro .intro .square:last-child {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    .pageHeader .container-holder {
        padding: 0;
    }
    .pageHeader .logoItem {
        float: left;
        width: 180px;
        height: 100%;
        position: relative;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
    }
    .pageHeader .logoItem a {
        float: left;
        width: 100%;
        height: 100%;
        position: relative;
    }
    .pageHeader .logoItem img {
        float: left;
        width: 100%;
        /*background-color: #941b24;*/
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        position: absolute;
        /*border: 1px solid rgba(255,255,255,.75);*/
        padding-bottom: 1px;
        padding-right: 1px;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 99;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
        border-radius: 10px;
        /*-webkit-box-shadow: 0 0 15px -6px #000;*/
        /*box-shadow: 0 0 15px -6px #000;*/
    }
    .pageHeader .logoItem img.blackLogo {
        top: 10px;
        opacity: 0;
    }

    .bodyScrolled .logoItem img {
        opacity: 0;
        top: 10px;
    }
    .bodyScrolled .logoItem img.blackLogo {
        opacity: 1;
        top: 0;
    }

    .bodyScrolled .pageHeader .logoItem img {
        border-color: transparent;
        border-radius: 6px;
    }

    .pageHeader .container-fluid,
    .pageHeader .container-fluid .container-limit,
    .pageHeader .container-fluid .container,
    .pageHeader .container-fluid .container-holder {
        height: 100%;
    }

    .bodyScrolled .pageHeader .logoItem {
        width: 104px;
    }
    .bodyScrolled .pageHeader .logoItem img {
        top: 0;
    }

    .menuWrapper {
        float: right;
        width: auto;
        height: 100%;
        position: relative;
    }
    .menuWrapper .langHolder,
    .menuWrapper .menuHolder {
        float: left;
        width: auto;
        height: 100%;
        position: relative;
    }
    .menuWrapper .menuHolder {
        margin-right: 50px;
    }
    .menuWrapper .menuHolder a,
    .menuWrapper .langHolder a {
        float: left;
        width: auto;
        line-height: 40px;
        color: #fff;
        font-weight: 600;
        height: 40px;
        font-size: 16px;
        margin: 40px 0;
        padding: 0 10px;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
        text-decoration: none;
        margin-right: 5px;
        position: relative;
    }
    .menuWrapper .langHolder a {
        margin-right: 0;
    }
    .menuWrapper .langHolder a:first-child {
        margin-right: 20px;
    }
    .menuWrapper .langHolder a:first-child::after {
        content: '|';
        float: left;
        line-height: 40px;
        height: 40px;
        color: #fff;
        right: -12px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .bodyScrolled .menuWrapper .langHolder a:first-child::after {
        color: #1a1a1a;
    }
    .menuWrapper .langHolder a.active,
    .menuWrapper .menuHolder a.active {
        background-color: #941b24;
        border-radius: 6px;
        color: #fff;
    }
    .menuWrapper .langHolder a:last-child,
    .menuWrapper .menuHolder a:last-child {
        margin-right: 0;
    }

    .bodyScrolled .menuWrapper .langHolder a,
    .bodyScrolled .menuWrapper .menuHolder a {
        margin-top: 12px;
        margin-bottom: 12px;
        color: #1a1a1a;
    }
    .menuWrapper .langHolder a::before,
    .menuWrapper .menuHolder a::before {
        content: '';
        position: absolute;
        top: calc(100% - 5px);
        height: 2px;
        background-color: #941b24;
        width: 0;
        opacity: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
    }
    .menuWrapper .langHolder a:hover::before,
    .menuWrapper .menuHolder a:hover::before {
        width: 100%;
        opacity: 1;
    }
    .bodyScrolled .menuWrapper .langHolder a.active,
    .bodyScrolled .menuWrapper .menuHolder a.active {
        color: #941b24;
        background-color: transparent;
    }

    .bannerSection {
        min-height: 100vh;
    }

    .sliderHolder {
        float: left;
        width: 100%;
        height: 100%;
        min-height: 100vh;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

    .sliderHolder .sliderItem {
        float: left;
        width: 100%;
        position: absolute;
        left: 50%;
        overflow: hidden;
        top: 50%;
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        -webkit-transition: 2s ease;
        -o-transition: 2s ease;
        transition: 2s ease;
        opacity: 0;
    }
    .sliderHolder .sliderItem.active {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
    .sliderHolder .sliderItem.active img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .sliderItem video,
    .sliderItem img {
        float: left;
        width: 100%;
        height: 100vh;
        position: relative;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: 5s ease;
        -o-transition: 5s ease;
        transition: 5s ease;
    }
    .sliderItem img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    .cbSection {
        background-color: #f6f7f8;
    }

    .bannerWelcomeContent {
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 9;
        left: 0;
        top: 0;
        opacity: 0;
        background: transparent;
    }

    .positionContent {
        float: left;
        width: 100%;
        height: calc(100vh - 60px);
        position: relative;
    }
    .centeredItem {
        float: left;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .animateDone .bannerWelcomeContent {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
        background: rgb(28,28,28);
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(28,28,28,1)), to(rgba(28,28,28,0)));
        background: -o-linear-gradient(bottom, rgba(28,28,28,1) 0%, rgba(28,28,28,0) 100%);
        background: linear-gradient(0deg, rgba(0,0,0,.85) 0%, rgba(0,0,0,0) 100%);
    }
    .bannerWelcomeContent span {
        float: left;
        width: 100%;
        text-align: left;
        font-weight: 600;
        color: #fff;
        max-width: 600px;
        font-size: 48px;
    }
    .bannerWelcomeContent .btnHolder {
        float: left;
        clear: left;
        color: rgb(255, 255, 255);
        width: auto;
        margin-top: 30px;
        background-color: #941b24;
        font-weight: 600;
        padding: 10px 20px;
        border-radius: 6px;
    }
    .bannerWelcomeContent span:nth-child(2) {
        font-weight: 700;
        font-size: 42px;
        color: #941b24;
    }

    .burgerMenu {
        float: right;
        width: 28px;
        height: 24px;
        position: relative;
        margin: 48px 0;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
        display: none;
        cursor: pointer;
    }

    .bodyScrolled .burgerMenu {
        margin: 20px 0;
    }
    .burgerMenu span {
        float: left;
        width: 100%;
        height: 3px;
        background-color: #fff;
        border-radius: 6px;
        position: absolute;
        -webkit-transition: .3s linear all;
        -o-transition: .3s linear all;
        transition: .3s linear all;
    }
    .bodyScrolled .burgerMenu span {
        background-color: #1a1a1a;
    }
    .burgerMenu span:nth-child(1) {
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .burgerMenu span:nth-child(2) {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .burgerMenu span:nth-child(3) {
        bottom: 0;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    .burgerMenu.clicked span:nth-child(1) {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }
    .burgerMenu.clicked span:nth-child(2) {
        top: 50%;
        left: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0;
    }
    .burgerMenu.clicked span:nth-child(3) {
        bottom: 50%;
        right: 50%;
        -webkit-transform: translate(50%, 50%) rotate(-45deg);
        -ms-transform: translate(50%, 50%) rotate(-45deg);
        transform: translate(50%, 50%) rotate(-45deg);
    }

    .footerSection {
        background-color: #1c1c1c;
    }

    .footerSection .footerColumn {
        float: left;
        width: calc(100% / 4);
        padding-right: 30px;
    }
    .footerSection .footerColumn:last-child {
        padding-right: 0;
    }
    .footerSection .footerColumn .logoFooterBtn {
        float: left;
        width: auto;
    }
    .footerSection .footerColumn .logoFooterBtn img {
        max-width: 200px;
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        height: auto;
    }
    .footerSection .footerColumn p,
    .footerSection .footerColumn span {
        float: left;
        margin-bottom: 15px;
        width: 100%;
        color: #fff
    }
    .footerSection .footerColumn span {

        margin-bottom: 5px;
    }

    .footerSection .footerColumn span {
        text-decoration: none;
    }

    .footerSection .footerColumn a {
        text-decoration: none;
        color: #fff;
        float: left;
        width: 100%;
        margin-bottom: 5px;
    }
    .footerSection .footerColumn.hoursColumn {
        text-align: left;
        padding-left: 30px;
        padding-right: 0;
    }

    .footerSection .footerColumn .socialItems {
        float: right;
        width: auto;
    }
    .footerSection .footerColumn .socialItems a {
        float: left;
        width: auto;
        margin-right: 15px;
    }
    .footerSection .footerColumn .socialItems a.beIcon svg {
        padding: 0;
    }
    .footerSection .footerColumn .socialItems a:last-child {
        margin-right: 0;
    }
    .footerSection .footerColumn .socialItems a svg path {
        fill: #fff !important;
    }
    .footerSection .footerColumn .socialItems a svg {
        float: left;
        padding: 3px;
        width: 25px;
        height: 25px;
        fill: #fff;
    }
    .footerSection .container-holder {
        border-top: 1px solid #6c6c6c;
        margin-top: 70px;
        padding-top: 70px;
    }


    /*.cbSection::before {*/
    /*    content: '';*/
    /*    float: left;*/
    /*    width: 100%;*/
    /*    position: absolute;*/
    /*    left: 0;*/
    /*    top: 0;*/
    /*    height: 100px;*/
    /*    background: rgb(216,28,91);*/
    /*    background: -moz-linear-gradient(180deg, rgba(216,28,91,1) 0%, rgba(219,46,104,0.7413340336134453) 8%, rgba(223,69,120,0.4248074229691877) 18%, rgba(255,255,255,0) 100%);*/
    /*    background: -webkit-linear-gradient(180deg, rgba(216,28,91,1) 0%, rgba(219,46,104,0.7413340336134453) 8%, rgba(223,69,120,0.4248074229691877) 18%, rgba(255,255,255,0) 100%);*/
    /*    background: linear-gradient(180deg, rgba(216,28,91,1) 0%, rgba(219,46,104,0.7413340336134453) 8%, rgba(223,69,120,0.4248074229691877) 18%, rgba(255,255,255,0) 100%);*/
    /*    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#941b24",endColorstr="#ffffff",GradientType=1);*/
    /*}*/

    .cbSection .container-holder {
        padding: 120px 0;
    }
    .cbSection .leftWrapper {
        float: left;
        width: 50%;
        height: auto;
        padding-right: 50px;
    }
    .cbSection.cbNewSection .leftWrapper {
        padding-right: 0;
        width: 100%;
    }
    .cbSection .leftWrapper span {
        color: #1a1a1a;
        float: left;
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }
    .cbSection .leftWrapper p {
        color: #1a1a1a;
        float: left;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .cbSection .leftWrapper .btnHolder {
        float: left;
        clear: left;
        color: rgb(255, 255, 255);
        width: auto;
        margin-top: 30px;
        background-color: #941b24;
        font-weight: 600;
        padding: 10px 20px;
        border-radius: 6px;
    }
    .cbSection .leftWrapper h1 {
        float: left;
        width: 100%;
        font-size: 42px;
        font-weight: 600;
        color: #1a1a1a;
        position: relative;
        padding-bottom: 30px;
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .cbSection .leftWrapper h1:first-child {
        margin-top: 0;
    }
    .grayColored.cbSection .leftWrapper h1::before {
        background-color: #fff;
    }
    .grayColored.cbSection .leftWrapper h1 {
        color: #fff;
    }
    .cbSection .leftWrapper h1::before {
        content: '';
        float: left;
        width: 30px;
        height: 4px;
        background-color: #1a1a1a;
        position: absolute;
        bottom: 0;
        left: 0;

    }
    .cbSection .leftWrapper img {
        float: left;
        width: 196px;
        height: 196px;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .cbSection .rightWrapper {
        float: left;
        width: 50%;
        height: auto;
        padding-left: 50px;
        padding-top: 44px;
    }
    .cbSection .rightWrapper p {
        float: left;
        width: 100%;
        margin-bottom: 20px;
        color: #fff;
        font-size: 18px;
        font-weight: 300;
    }
    .cbSection .rightWrapper a {
        color: #000;
        font-weight: 600;
        font-size: 16px;
        float: left;
        width: auto;
        background-color: #fff;
        padding: 10px 15px;
        border: 1px solid #fff;
        border-radius: 6px;
    }
    .cbSection .rightWrapper p:first-child {
        font-size: 21px;
        font-weight: 400;
    }
    .cbSection.btColor .leftWrapper img,
    .cbSection.vondomColor .leftWrapper img {
        max-width: 280px;
    }

    .projectWrapper .container-holder {
        padding: 120px 0;
    }
    .projectWrapper .projectHolder {
        float: left;
        width: 100%;
        height: auto;
    }
    .projectMainBox {
        float: left;
        width: calc(50% - 10px);
        height: auto;
        margin-right: 10px;
    }
    .otherProject {
        float: left;
        width: calc(50% - 10px);
        margin-left: 10px;
    }

    .otherProject .projectBox {
        float: left;
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }
    .otherProject .projectBox:nth-child(1),
    .otherProject .projectBox:nth-child(3) {
        margin-right: 20px;
    }

    .projectBox {
        float: left;
        width: 100%;
        height: auto;
    }
    .projectBox a {
        float: left;
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
        border-radius: 6px;
    }
    .projectBox .projectDescription {
        float: left;
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
        background: rgb(216,28,91);
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(216,28,91,1)), to(rgba(255,255,255,0)));
        background: -o-linear-gradient(bottom, rgba(216,28,91,1) 0%, rgba(255,255,255,0) 100%);
        background: linear-gradient(0deg, rgba(149, 27, 36,1), rgba(255,255,255,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#941b24",endColorstr="#ffffff",GradientType=1);
    }
    .projectBox .projectDescription span {
        float: left;
        width: 100%;
        position: absolute;
        bottom: 0;
        -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
    }
    .projectBox a img {
        float: left;
        width: 100%;
        height: 185px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
    .projectBox a span {
        float: left;
        width: 100%;
        height: auto;
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        text-align: left;
        text-decoration: none;
        padding: 15px;
    }

    .projectMainBox .projectBox a img {
        height: 390px;
    }

    .sectionTitle {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 42px;
        font-weight: 400;
        color: #1a1a1a;
        margin-bottom: 50px;
    }
    .sectionTitle strong {
        font-weight: 600;
        color: #941b24;
    }

    .projectBox:hover .projectDescription {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
    }
    .projectBox:hover .projectDescription span {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
    }

    .learnMoreBtn {
        float: left;
        width: 100%;
    }
    .learnMoreBtnHolder {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    .learnMoreBtnHolder .learnMoreBtn {
        display: inline-block;
        padding: 10px 20px;
        color: #fff;
        width: auto;
        background-color: #941b24;
        float: none;
        font-weight: 600;
        border-radius: 6px;
    }

    .cbSection .sectionTitle {
        color: #fff;
    }

    .cbSection.grayColored {
        background-color: #1c1c1c;
    }
    .aboutBoxesContent {
        float: left;
        margin-top: 60px;
        width: 100%;
        height: auto;
    }
    .aboutBoxesContent.contactBoxes .aboutBoxItem {
        width: calc(100% / 3);
    }
    .aboutBoxesContent .aboutBoxItem {
        float: left;
        width: calc(100% / 4);
        padding-right: 30px;
    }
    .aboutBoxesContent .aboutBoxItem img {
        float: left;
        width: 50px;
        height: 50px;
        -o-object-fit: contain;
        object-fit: contain;
        margin-bottom: 10px;
    }
    .aboutBoxesContent .aboutBoxItem h2 {
        float: left;
        width: 100%;
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 5px;
        margin-top: 15px;
        color: #fff;
    }
    .aboutBoxesContent .aboutBoxItem span {
        float: left;
        width: 100%;
        font-size: 14px;
        font-weight: 300;
        color: #fff;
    }
    .aboutBoxesContent .aboutBoxItem a,
    .aboutBoxesContent .aboutBoxItem p {
        float: left;
        width: 100%;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
    }

    .clientsHolder .container-holder {
        padding: 120px 0;
    }

    .mySwiper {
        float: left;
        width: 100%;
        height: auto;
        padding-bottom: 50px;
    }
    .clientSlide img {
        float: left;
        width: 100%;
        height: 120px;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center;
    }

    .swiper-pagination  {
        bottom: 0 !important;
    }
    .swiper-pagination-bullet-active {
        background-color: #941b24;
    }

    .cbSection.contactColor,
    .cbSection.videoSection {
        background-color: #fff;
    }
    .cbSection.videoSection span {
        color: #1a1a1a;
    }
    .cbSection.videoSection h1 {
        color: #941b24;
    }
    .cbSection.videoSection h1::before {
        background: #941b24;
    }
    .cbSection.videoSection iframe {
        float: left;
        width: 100%;
        height: auto;
        min-height: 340px;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .cbSection.videoSection .cbContent .leftWrapper {
        width: 30%;
    }
    .cbSection.videoSection .cbContent .rightWrapper {
        width: 70%;
        padding-top: 0;
    }
    .headerTitle .container-holder {
        padding: 0;
    }
    .headerTitle .titlePosition {
        height: 540px;
        position: relative;
    }

    .headerTitleInside .container-holder {
        padding: 0;
    }
    .headerTitleInside .titlePosition {
        height: 100vh;
        position: relative;
    }
    .titlePositionHolder {
        float: left;
        width: 100%;
        position: absolute;
        top: calc(50% + 20px);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .titlePosition span {
        float: left;
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 18px;
    }
    .titlePosition h1 {
        float: left;
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 48px;
    }

    .headerTitleInside img,
    .headerTitle img {
        float: left;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        left: 0;
        top: 0;
    }

    .headerTitleInside .container-fluid,
    .headerTitle .container-fluid {
        position: relative;
        z-index: 2;
        background: rgb(28,28,28);
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(28,28,28,1)), to(rgba(28,28,28,0)));
        background: -o-linear-gradient(bottom, rgba(28,28,28,1) 0%, rgba(28,28,28,0) 100%);
        background: linear-gradient(0deg, rgba(28,28,28,1) 0%, rgba(28,28,28,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c1c1c",endColorstr="#ffffff",GradientType=1);
    }

    .aboutSection {

    }
    .aboutSection .aboutBoxes {
        float: left;
        width: 100%;
        height: auto;
    }
    .aboutSection .container-holder {
        padding: 120px 0;
    }
    .aboutSection .aboutBoxes .aboutBox {
        float: left;
        width: calc(100% / 3);
        margin-bottom: 15px;
        padding-right: 50px;
    }
    .aboutSection .aboutBoxes .aboutBox:last-child {
        padding-right: 0;
    }
    .aboutSection .aboutBoxes .aboutBox h1 {
        float: left;
        width: 100%;
        font-size: 28px;
        font-weight: 600;
        color: #1a1a1a;
        position: relative;
    }

    .aboutSection .aboutBoxes .aboutBox span {
        float: left;
        width: 80px;
        height: auto;
        text-align: right;
        font-size: 30px;
        line-height: 20px;
        color: #941b24;
    }
    .aboutSection .aboutBoxes .aboutBox .aboutBoxDesc {
        float: left;
        width: calc(100% - 80px);
        padding-left: 30px;
    }
    .aboutSection .aboutBoxes .aboutBox .aboutBoxDesc h4 {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

    .workerHolder .container-holder {
        padding: 120px 0;
    }
    .mySwiperWork {
        float: left;
        width: 100%;
        height: auto;
        padding-bottom: 50px;
    }

    .mySwiperWork .swiper-slide {
        float: left;
        width: 100%;
        height: auto;
    }
    .mySwiperWork .swiper-slide span {
        float: left;
        width: 100%;
        height: auto;
        font-size: 21px;
        text-align: center;
    }
    .mySwiperWork .swiper-slide span:last-child {
        font-weight: 300;
        font-size: 16px;
    }
    .mySwiperWork .swiper-slide img {
        float: left;
        width: 100%;
        margin-bottom: 20px;
        -o-object-fit: contain;
        object-fit: contain;
        height: 320px;
    }
    .projectHolder.projectPage .projectBox:nth-child(3n-1) {
        margin: 0 15px;
        margin-bottom: 15px;
    }
    .projectHolder.projectPage .projectBox:nth-child(3n+1) {
        clear: left;
    }
    .projectHolder.projectPage .projectBox {
        width: calc(calc(100% / 3) - 10px);
    }
    .projectHolder.projectPage .projectBox img {
        height: 320px;
    }
    .contentInsideHolder span {
        float: left;
        width: 100%;
        margin-bottom: 30px;
    }
    .contentInsideHolder h1 {
        color: #941b24;
        font-weight: 600;
        font-size: 48px;
        margin-bottom: 30px;
    }
    .contentInsideHolder p {
        float: left;
        width: 100%;
        color: #1a1a1a;
        height: auto;
        margin-bottom: 15px;
        font-size: 21px;
    }

    .m-b-5 {
        margin-bottom: 80px !important;
    }


    .contentInsideHolder img {
        float: left;
        width: calc(50% - 15px);
        margin: 20px 0;
        -o-object-fit: cover;
        object-fit: cover;
        height: 400px;
        border-radius: 6px;
    }
    .contentInsideHolder img:nth-child(even) {
        margin-left: 30px;
    }

    .contentInsideHolder p {
        float: left;
        width: 100%;
        color: #1a1a1a;
        margin-bottom: 20px;
    }

    .contactForm {
        float: left;
        width: 100%;
        height: auto;
        text-align: center;
    }
    .contactForm .contactFormHolder {
        display: inline-block;
        vertical-align: top;
        max-width: 540px;
        text-align: left;
        width: 100%;
        margin: 50px 0;
    }

    .contactForm span {
        color: #1a1a1a;
        float: left;
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
    .contactForm h2 {
        color: #941b24;
        margin: 30px 0;
    }
    .contactForm .contactFormHolder .inputHolder {
        float: left;
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }
    .contactForm .contactFormHolder .inputHolder:nth-child(even) {
        margin-left: 20px;
    }
    .contactForm .contactFormHolder .inputHolder:nth-child(5) {
        margin-left: 0;
        width: 100%;
    }
    .contactForm .contactFormHolder .inputHolder:last-child {
        width: 100%;
        text-align: center;
    }
    .contactForm .contactFormHolder .inputHolder:last-child .submitBtn {
        display: inline-block;
        float: none;
        width: auto;
        padding: 0 30px;
        font-weight: 500;
    }
    .contactForm .contactFormHolder .inputHolder textarea,
    .contactForm .contactFormHolder .inputHolder input {
        float: left;
        width: 100%;
        border-radius: 6px;
        height: 40px;
        border: 1px solid #1a1a1a;
        padding: 0 15px;
        color: #1a1a1a;
        font-weight: 500;
        font-size: 18px;
    }
    .contactForm .contactFormHolder .inputHolder input::-webkit-input-placeholder {
        color: #666;
    }
    .contactForm .contactFormHolder .inputHolder input::-moz-placeholder {
           e        color: #666;
    }
    .contactForm .contactFormHolder .inputHolder input:-ms-input-placeholder {
        color: #666;
    }
    .contactForm .contactFormHolder .inputHolder input::-ms-input-placeholder {
        color: #666;
    }
    .contactForm .contactFormHolder .inputHolder input::placeholder {
        color: #666;
    }
    .contactForm .contactFormHolder .inputHolder textarea {
        height: 220px;
        resize: none;
        padding: 15px;
    }

    .submitBtn {
        display: inline-block;
        background-color: #941b24;
        height: 40px;
        color: #fff;
        border-radius: 6px;
        text-align: center;
        line-height: 40px;
    }

    .mapHolder .container-holder {
        padding: 0;
    }
    a {
        text-decoration: none;
    }
    .grayColored,
    .cbSection.btColor {
        background-color: #1c1c1c;
    }
    .cbSection.vondomColor {
        background-color: #000;
    }
    .cbSection.btColor .leftWrapper img,
    .cbSection.vondomColor .leftWrapper img {
        width: 100%;
        height: auto;
        border: 0;
    }

    .projectWrapper.grayColored .projectBox .projectDescription span  {
        color: #fff;
    }

    .cbExtraSection .leftWrapper {
        float: left;
        width: 100%;
        height: auto;
    }
    .cbExtraSection .aboutBoxesContent .aboutBoxItem {
        width: calc(100% / 3);
    }
    .cbExtraSection * {
        text-align: center;
    }
    .cbExtraSection .aboutBoxesContent .aboutBoxItem img {
        float: none;
        display: inline-block;
    }
    .cbExtraSection .aboutBoxesContent .aboutBoxItem h2,
    .cbExtraSection .aboutBoxesContent .aboutBoxItem p,
    .cbExtraSection .aboutBoxesContent .aboutBoxItem span {
        color: #1a1a1a;
        text-align: center;
    }
    .cbExtraSection .aboutBoxesContent .aboutBoxItem h2 {
        margin-bottom: 10px;
    }
    
    .cbContent {
        float: left;
        width: 100%;
        position: relative;
    }
    
    .cbSection .rightWrapper {
        position: sticky;
        top: 50px;
    }

    .cbExtraSection .cbContent {
        margin-bottom: 50px;
    }
    .cbExtraSection .container-holder {
        float: left;
        padding: 100px 0;
        width: 100%;
    }

    .footerCopyright {
        float: left;
        width: 100%;
        padding-top: 30px;
        margin-top: 70px;
        border-top: 1px solid #6c6c6c;
    }
    .footerCopyright p {
        float: left;
        width: auto;
        color: #fff;
        font-size: 12px;
        opacity: 0.9;
    }
    .footerCopyright p:last-child {
        float: right;
    }

    .footerSection .footerColumn span {
        color: #fff;
        float: left;
        width: 100%;
        margin-bottom: 24px;
        font-size: 18px;
        font-weight: 600;
    }
    .footerSection .footerColumn:nth-child(4) span {
        text-align: right;
    }

    .projectWrapper .projectHolder {
        margin-bottom: 100px;
    }
    .projectWrapper h1 {
        float: left;
        width: 100%;
        color: #1a1a1a;
        text-align: center;
        margin-bottom: 40px;
        text-transform: uppercase;
        font-size: 58px;
    }


    .galleryWrapper {
        float: left;
        width: 100%;
        height: 100vh;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 99999;
        opacity: 0;
        pointer-events: none;
        transform: translate(10px, 10px);
        transition: .3s ease;
        background-color: rgba(0,0,0,.75);
    }
    .openFenceGallery .fenceWrapperModal,
    .openDeckGallery .deckWrapperModal {
        opacity: 1;
        pointer-events: all;
        transform: translateY(0);
    }

    .galleryHolder {
        float: left;
        width: 100%;
        height: calc(100vh - 60px);
        position: relative;
    }
    .galleryHolder img {
        float: left;
        width: 100%;
        padding: 30px;
        height: auto;
        max-height: 70vh;
        object-fit: contain;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) scale(0.9);
        opacity: 0;
        transition: .5s ease;
        z-index: 1;
    }
    .galleryHolder img.active {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
    .arrowsHolder {
        float: left;
        width: 100%;
        height: 0;
        position: absolute;
        left: 0;
        top: 50%;
        z-index: 3;
        transform: translateY(-50%);
    }
    .arrowsHolder a.removeItem {
        left: -50px;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
    .arrowsHolder a {
        position: absolute;
        left: 0;
        float: left;
        cursor: pointer;
        width: 50px;
        height: 50px;
        top: 50%;
        transform: translateY(-50%) rotate(180deg);
    }
    .arrowsHolder a svg {
        float: left;
        width: 100%;
        height: 100%;
        padding: 5px;
        fill: #fff;
    }
    .arrowsHolder a:last-child {
        left: auto;
        right: 0;
        top: 50%;
        transform: translateY(-50%) rotate(0deg);
    }

    .closeModal {
        float: left;
        width: 50px;
        height: 50px;
        cursor: pointer;
        z-index: 90;
        position: absolute;
        right: 0;
        top: 15px;
    }
    .closeModal svg {
        float: left;
        width: 100%;
        height: 100%;
        padding: 10px;
        fill: #fff;
    }


