.product-list-itm .product-list-itm__img {
    background-repeat: no-repeat;
}


.languages {
    border-radius: 5px 5px 0 0;
    position: absolute;
    right: 29%;
    z-index: 5;
    color: #FFF;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color 0.5s;
    font-size: 14px;
}

.languages svg{
    width: 16px;
    margin-left: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 16px;
}

.languages path{
    fill: white !important;
}

.languages .head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 5px;
    transition: background-color 0.3s;
    background: #E60E81;
    color: #fff;
}

.l-header{
    position: relative;
}

.languages.is-open {
    background-color: #FFF;
}

.languages.is-open .head{
    border-radius: 5px 5px 0 0;
}

.languages.is-open .dropdown{
    display: block;
}

.languages .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #E60E81;
    border-radius: 0 0 5px 5px;
    color: #fff;
}

.languages .dropdown a {
    display: block;
    padding: 5px 10px;
    color: inherit;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
}

.header__container{
    position: relative;
}
@media(max-width: 991px) {
    .languages{
        right: 33%;
    }
}
@media(max-width: 740px) {
    .languages{
        right: 61px;
    }
}

@media(max-width: 450px) {
    .languages{
        right: 61px;
    }
    .header-top .btn{
        margin-right: 26%;
    }
}

.en.round-text img:last-child {
	display: block;
	width: 77%;
	margin: auto;
}

@media (max-width: 345px) {
	.btn {
		font-size: 1em;
		padding: 10px 15px;
	}
}

.languages .head {
	padding-top: 10px;
	padding-bottom: 10px;
}

.languages .head,
.languages .dropdown a {
	font-size: 1rem;
}

@media (min-width: 741px) {
	.languages .head,
	.languages .dropdown a {
		font-size: 1.2rem;
	}

	.languages .head {
		padding-top: 14px;
		padding-bottom: 14px;
	}

	.languages {
		left: 20px;
		right: auto;
	}
}
