.detail_wrap .detail .advance_info_pack {
  position: relative;
}

.visitors_view {
  position: absolute;
  right: 10px;
  top: 10px;
}

.redirects-wrap {
	position: absolute;
	z-index: 10;
	left: 170px;
	top: 50px;
	width: 40px;
}
.redirects-wrap select {
	-webkit-appearance: auto;
	border: none;
    outline: none;
}

.trustpay-wrap {
	margin: 45px 0;
}

.trustpay-wrap .login_button {
	float: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0 15px;
	line-height: 1;
}

.trustpay-wrap > p {
	font-size: 18px;
}

.switchPayType label {
	border: 1px solid #ff9602;
	font-size: 18px;
	position: relative;
	padding: 0 15px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	min-width: 200px;
	margin: 0 10px;
	line-height: 1;
	cursor: pointer;
	transition: 0.2s;
	font-weight: 700;
}

.switchPayType label:hover {
	background-color: #ff9602;
	color: #ffffff;
}

.switchPayType input {
	visibility: hidden;
	position: absolute;
}

.switchPayType .selected {
	background-color: #ff9602;
	color: #ffffff;
}

.sms_wrap {
	height: auto;
}

.detail_wrap .detail_titulka {
	object-fit: cover;
	width: 100%;
	height: 160px;
}

@media screen and (max-width: 1100px) {
	.redirects-wrap {
	    left: 210px;
    	top: 64px;
	}
}

@media screen and (max-width: 991px) {
	.sms_wrap {
		height: auto;
	}	
}

@media screen and (max-width: 575px) {
	.redirects-wrap {
	    left: 210px;
    	top: 64px;
	}
}

@media screen and (max-width: 449px) {
	.redirects-wrap {	    
	    left: 20px;
    	top: 120px;
	}
}
