#rec349161984 .t481__padding40px {
    display: none;
}
.t576 .t-section__topwrapper {
    margin-bottom: 60px;
}
.t688__featured {
    height: 350px;
}
.t688 .t-section__topwrapper {
    margin-bottom: 60px;
}
.t481__padding40px {
    width: auto;
}
.t706__carticon_showed{
    top: 8px!important;
}
.t706__carticon_sm .t706__carticon-imgwrap {
    width: 45px;
    height: 45px;
}
.t706__carticon_sm .t706__carticon-img {
    width: 25px;
    height: 25px;
    padding: 9px 10px 14px;
}
.t-uptitle_xs {
    letter-spacing: 0;
}
.t941__cover_flipped {
    left: -20vw;
}

/*About Page*/

#rec364321066 .t-container,
#rec395176703 .t-container{
    max-width: 1200px;
    display: flex;
    align-items: center;
}

.t075__img {
    width: 80%;
    height: 80%;
}

/*About Page*/


.dev {
    position: relative;
    bottom: 84px;
    right: 15px;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 300;
    font-size: 12px;
}

.dev:hover {
    opacity: 0.8;
}

.dev a {
    color: white!important;
    text-decoration: underline!important;
}

.dev img {
    width: 45px;
    padding: 5px 5px 0;
}

/*MEDIA*/

@media screen and (max-width: 1300px) {
    .t941__textwrapper .t941__title {                  /*About Page*/
        padding-top: 75px!important;
    }
    .t941__textwrapper h1, .t941__title div {
        font-size: 22px!important;
    }
    .t941__textwrapper .t941__descr, .t941__descr div {
        font-size: 16px!important;
    }
}
/*Mobile Menu*/
@media screen and (max-width: 980px) {
    .t228__mobile {
        background-color: rgb(40 58 73 / 85%);
    }
    .t228__mobile.t228__positionfixed {
        width: 55px;
        height: 50px;
        right: 0;
    }
    #rec365977089 .t228__burger {      /*Mobile Burger*/
        right: 12px;
        width: 30px;
        height: 15px;
        top: 40%;
    }
    #rec365977089 .t228 {
        top: 0!important;
        z-index: 99!important;
    }
    .t228__right_descr {
        padding: 0;
        margin: -20px auto 0;
    }
}

@media screen and (max-width: 640px) {
    .t941__cover, .t833__sliderwrapper.t941__cover {        /*About Page*/
    left: 0;
    }
    
    .dev {
        left: 15px;
        justify-content: flex-start;
    }
}