/* remove tilda bug */
.t228__rightcontainer {
	margin-top: -10px;
}
.t499__blockdescr {
	padding-right: 0px;
}
/* remove opacity in footer */
.t134__descr {
	font-size: 16px;
	padding-top: 25px;
	padding-bottom: 25px;
	opacity: 1;
}
/* remove logo in mobile version */
@media (max-width:640px) {
    .t228__leftcontainer {
        display: none;
    }
    .t228__rightcontainer {
	    padding: 4px 0 20px 0;
    }
    .t-descr_xs {
    	font-size: 13px;
    	line-height: 1.45;
    }
    .t902__bgimg {
    	background-size: 50%;
    }
    .t902__wrap_right {
	    padding: 0px 12px 12px 12px;
    }
    .t902__content {
	    padding: 20px;
    }
    .t678 .t-section__topwrapper {
	    margin-bottom: 15px;
    }
    .t051__text div {
        font-size: 16px !important;
    }
    .t795__title {
        font-size:24px !important;
    	margin-bottom: 20px;
    }
    .t107__widthauto {
    	width: 80%;
    }
    .t920__wrapper {
    	padding-left: 30px;
    }
}