.artena {
    display: flex;
    flex-direction: column;
    align-items: end;
    font-family: Arial;
}
.tarasovweb {
    display: flex;
    flex-direction: column;
    align-items: end;
    font-family: Arial;
}

.artena_links {
    font-size: 14px;
}

.tweb_links {
	font-size: 14px;
	opacity: 0.5;
	transition: opacity .2s ease
}

.tweb_links:hover {
	opacity: 1
}

.footer__contact-us {
    display: flex !important;
    flex-direction: column;
    align-items: end;
    gap: 5px;
}

.footer__right {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    text-align: right;
    white-space: nowrap;
    gap: 8px;
}

.tweb {
	width: 140px;
	height: 140px;
	position: absolute;
	top: 20px;
	right: -170px;
}

.tweb .i {
	
}
.tweb .i:before,
.tweb .i:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: transparent;
	background-size: cover;
	filter: invert(1);
}
.tweb .i:before {
	background-image: url('/images/text_dark_rounds.svg');
	z-index: 2;
}
.tweb .i:after {
	background-image: url('/images/logo_dark.png');
	z-index: 1;
	width: 100px;
	height: 100px;
	top: 18px;
	left: 20px;
}

@media (width < 1200px) {
    .footer__right {
        margin-top: 0;
        gap: 6px;
    }
    .artena_links {
        font-size: 12px;
    }
	.tweb {
		top: -6px;
	}
}

@media (width < 960px) {
    .footer__contact-us {
        position: absolute;
        gap: 0;
        margin-top: 12px;
        align-items: start;
    }
	.tweb {
		top: -376px;
		right: -90px;
	}

    .artena {
        position: absolute;
        bottom: 154px;
        right: -63px;
    }
	.tweb .i:after {
		width: 100px;
		height: 100px;
		top: 18px;
		left: 20px;
	}
}

@media (width < 640px) {
   .artena {
		position: relative;
		bottom: auto;
		left: auto;
		align-items: start;
	}
	#rec1144646476 .tn-elem[data-elem-id="1475158762796"] {
		top: 233px !important;
		left: calc(100% - 30px + -355px) !important;
	}
	#rec1144646476 .tn-elem[data-elem-id="1475158776955"] {
		top: 233px !important;
		left: calc(100% - 30px + -315px) !important;
	}
	.tweb {
		top: -266px;
		right: -10px;
	}
	.footer__contact-us {
		position: relative;
	}
	.t396__artboard {
		width: auto !important;
	}
	#rec1144646476 .tn-elem[data-elem-id="1751619975625"] {
		display: flex;
		top: auto !important;
		left: auto !important;
		height: auto !important;
		position: relative;
	}
}
@media (width < 560px) {
	#rec1144646476 .tn-elem[data-elem-id="1475158762796"] {
		left: calc(100% - 30px + -313px) !important;
	}
	#rec1144646476 .tn-elem[data-elem-id="1475158776955"] {
		left: calc(100% - 30px + -275px) !important;
	}
	.tweb {
		top: -256px;
		right: 30px;
		width: 110px;
		height: 110px;
	}
	.tweb .i:after {
		width: 70px;
		height: 70px;
	}
}
@media (width < 480px) {


    .artena img {
        width: 90px;
    }
	.tweb {
		top: -179px;
		right: unset;
		left: -206px;
		width: 90px;
		height: 90px;
	}
	.tweb .i:after {
		width: 70px;
		height: 70px;
		top: 7px;
		left: 10px;
	}
}
