.app__header {

	.nav > li a {
		@media (max-width: 991px) {
			max-width: none;
		}
	}

	.app__back {

		color: #92278f;
		font-size: 14px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 0.08px;
		display: block;
		margin-bottom: 10px;

		@media (min-width: 992px) {
			margin-top: 35px;
		}

		img {
			margin-right: 16px;
		}

		&:hover {
			text-decoration: none;
		}

	}

	.logo-wrapper {

		img {

			@media (max-width: 479px) {
				max-width: 120px;
				margin-top: 3px;
			}

		}

		.logo-wrapper img::after {

			background: transparent url('../images/export.png') center center no-repeat;
			background-size: 100%;
			width: 50px;
			height: 50px;
			position: absolute;
    		right: -25px;
    		left: 170px;
    		content: '';

    		@media (max-width: 479px) {
    			left: auto;
    			right: -30px;
    		}

    		@media (min-width: 992px) {
    			width: 83px;
				height: 83px;
				left: auto;
				right: 25px;
    		}

		}

	}

}