/*
body {
    background-color: #1B1A1F
}
*/
.t-menuburger {
    width: 32px!important;
    position: absolute!important;
    right: 20px!important;
}
.t-menuburger span {
    height: 1px!important
}
.t-sociallinks__svg {
    width: 42px!important;
    height: 42px!important
}

.t280__logo__container {
    margin-right: unset!important
}
.t280__menu__content {
    justify-content: center!important
}



.t-container {
    max-width: 1480px!important;
}
.t-col_12 {
    max-width: 1440px!important;
}
@media screen and (max-width: 1599px) {
   .t-container {
        max-width: 1210px!important;
    }
    .t-col_12 {
        max-width: 1170px!important;
    }
}
@media screen and (max-width: 1199px) {
   .t-container {
        max-width: 960px!important;
    }
    .t-col_12 {
        max-width: 940px!important;
    }
}
@media screen and (max-width: 960px) {
   .t-container {
        max-width: unset!important;
    }
    .t-col_12 {
        max-width: unset!important;
    }
}



.uc-project-list .t132__box .t132__wrappper:before {
    content: " ";
    display: block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 5px solid #1B1A1F;
    position: absolute;
}

.uc-project-list .t132__box:nth-child(even){
    width: 60%;
    height: 500px;
}
.uc-project-list .t132__box:nth-child(3n){
    width: 100%!important;
    height: 700px!important;
}
.uc-project-list .t132__box:nth-child(odd){
    width: 40%;
    height: 500px;
}
@media screen and (max-width: 1199px) {
   .uc-project-list .t132__box{
        height: 400px!important;
    }
}
@media screen and (max-width: 960px) {
   .uc-project-list .t132__box,
   .uc-project-list .t132__box:nth-child(3n) {
        width: 100%!important;
        height: 350px!important;
    }
}



.t132__textwrapper {
    text-align: left!important;
}

.t132__title, .t132__descr {
    padding-left: 50px!important;
    padding-right: 50px!important;
}

.t132__title {
    max-width: 420px!important;
}
.t132__descr {
    margin: unset;
}

.t132 span {
    vertical-align: bottom!important;
}
.uc-project-list .t132 {
    margin: 5px;
}






















