.modal_close::before {
	content: "×";
	font-size: 28px;
	line-height: 12px;
}

.modal_close > span {
	display: none;
}

.line_old_price {
	text-decoration: line-through;
}
.action_price {
	font-size: 18px;
}
.action_price_detail {
	font-size: 20px;
	padding-left: 7px;
}
main .slider_action .photo {
    position: relative;
    width: 860px;
    height: 305px;
    background: url(/local/templates/tent-shater/img/banner.jpg) no-repeat;
    background-size: cover;
}
main .slider_action .photo_en {
    position: relative;
    width: 860px;
    height: 305px;
    background: url(/local/templates/tent-shater/img/baner_en.jpg) no-repeat;
    background-size: cover;
}
.price .buy {
    margin: 2px 2px 2px 5px;
    padding: 5px 13px;
    width: 100px;
    background: #0373C5;
    color: white;
    text-decoration: none;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    font-family: Arial, Georgia, Sans-serif;
    font-weight: normal;
}
.mobile_slider .photo {
	background: url(/local/templates/tent-shater/img/mobile_banner.jpg) no-repeat !important;
}
.mobile_slider .photo_en {
	background: url(/local/templates/tent-shater/img/mobile_banner_en.jpg) no-repeat !important;
}
@media screen and (min-width: 769px) {
	.main_slider {
		display: block;
	}
	.mobile_slider {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.main_slider {
		display: none;
	}
	.mobile_slider {
		display: none;
	}
}


.dropbtn {
	position: relative;
	padding: 5px;
	cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	float: left;
	margin-top:20px;

}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	width: 100px;
}

.dropbtn
{
	display: none;
	background: url('/local/templates/tent-shater/img/russia-flag.png') no-repeat left center;
	padding-left: 25px;
	width: 60px;
	margin-left: 0;
}

.dropbtn::after {
	background: rgba(0, 0, 0, 0) url("/local/templates/tent-shater/img/arrow_down.png") no-repeat scroll center center;
	content: "";
	height: 16px;
	position: absolute;
	right: 0;
	top: 6px;
	width: 16px;
}

.dropdown-content .ru-flag
{
	background: url('/local/templates/tent-shater/img/russia-flag.png') no-repeat left center;
}

.dropdown-content .en-flag
{
	background: url('/local/templates/tent-shater/img/english-flag.png') no-repeat left center;
}

/* Links inside the dropdown */
.dropdown-content a {
	color: black;
	padding: 2px 0 2px 25px;
	text-decoration: none;
	display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: #f1f1f1;
}

/* Show the dropdown menu on hover */

.dropbtn-mobile{
	background: url('/local/templates/tent-shater/img/russia-flag.png') no-repeat left center;
	padding-left: 25px;
	width: 60px;
	margin-left: 0;
}

.dropbtn-en
{
	background: url('/local/templates/tent-shater/img/english-flag.png') no-repeat left center;
}

.mobile-link{
	display: block;
}

.img-center {
	display: block;
	margin: auto;
}

@media screen and (min-width: 769px) {
	.dropdown:hover .dropdown-content {
		display: block;
	}
	.dropbtn
	{
		display: block;
		margin-left: 30px;
		margin-top: 30px;
	}
	.mobile-link{
		display: none;
	}
	.dropdown-content
	{
		margin-left: 30px;
	}
	header .contact {
		float: left;
		margin: 42px 0 0 146px;
	}
}

