/*Скругление углов у красных плашек*/


    .radius_bg{
        border-radius: 0 0 10px 10px;
        overflow: hidden;
    }
body{
background:#f6f7fc;
}

#t-header{
    /*position: relative;*/
/*z-index: 0;*/
}

.lines{
      position: relative;
z-index: -9999;  
}


/*Списки в портофлио*/

.uc-icon-top .t845__item{

display: flex;
align-items: center;
}


/*Редиктор изображения у списка выполденных проектов*/
#rec622694728{
        position: relative;
    z-index: 10;
    background: transparent !important
}


.t-feed__post-imgwrapper {
    overflow: visible!important;
}


.t403__imgbox {

    border-radius: 10px;
    border: 11px solid white;
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}
 .t403__tcol1 {  width: 30% !important;}



/*Расстояние между плашками в списке выполненных проектов*/
.t403__container-table {
  padding-bottom: 3rem;
}


/*фиксирования полосок*/
#rec623137959{
  position: fixed;
  z-index: -9999;
}


@media screen and (max-width: 640px){
        /*галерея в портфолио*/
    .t989__gallery-wrapper{ max-height: 350px;}
    
    /*картики в списке выполенных проектов*/
    .t403__tcol1 {  width: 100% !important;}
}    



.t-body{
background-image: url("https://static.tildacdn.com/tild3832-6665-4064-a263-383133663366/Group_1321315435.svg");
background-size: 1400px;
background-attachment: fixed;
}
