/*
Theme Name: Root Child
Theme URI: http://wpshop.biz/themes/root
Author: WPShop.biz
Author URI: http://wpshop.biz/
Template: root
Version: 1.0.0
*/

/* Below you can add your CSS styles */
/* Ниже Вы можете добавить свои CSS стили */

.offers_box {
	display: block;
	position: relative;
	font-family: Tahoma, sans-serif;
	font-size: 16px;
	line-height: 1;
}

.offers_box .offers_pages, .offers_box .offers_page {
	display: block;
	position: relative;
	overflow: hidden;
}

.offers_box .offers {
	display: flex;
	margin: 0 -20px;
	flex-wrap: wrap;
}

.offers_box .hidden {
	display: none;
}

.offers_box .offer {
	display: block;
	width: calc(50% - 40px);
	margin: 0 20px 40px;
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 20px 20px 15px;
	text-align: center;
}

.offers_box .offer_logo {
	display: block;
	position: relative;
	overflow: hidden;
	height: 150px;
	margin-bottom: 15px;
}

.offers_box .offer_logo img {
	display: inline-block;
	width: 350px;
	height: 350px;
	max-height: 100%;
	max-width: 100%;
}

.offers_box .offer_title {
	display: block;
	margin-bottom: 15px;
	color: #697686;
	font-size: 18px;
	font-weight: 600;
	transition: 0.2s;
	text-decoration: none;
}

.offers_box a.offer_title:hover {
	color: #3498db;
}

.offers_box .offer_items {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px
}

.offers_box .offer_item {
	padding: 10px;
	margin: -1px 0 0 -1px;
	border-left: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
	width: 50%;
	box-sizing: border-box;
	text-align: left;
}

.offers_box .offer_label {
	display: block;
	color: #697686;
	font-size: 14px;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 6px;
}

.offers_box .offer_item {
	display: block;
	color: #000000;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
}

.offers_box .offer_top, .offers_box .offer_bottom {
	display: block;
	color: #697686;
	font-size: 15px;
	line-height: 1.33;
	font-weight: 400;
	margin-bottom: 15px;
}
.offer_bottom span {
	color:#079c07;
}

.offers_box .offer_top {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    color: #079c07;
}

.offers_box .offer_bottom {
	margin-bottom: 0;
}

.offers_box .offer_button {
	display: block;
	background-color: #3daa45;
	color: #fefffe;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
	padding: 15px 120px;
	border-radius: 10px;
	transition: .2s;
	text-decoration: none;
	margin: 0 auto 15px;
	text-align:  center;
}

.offers_box .offer_bottom2 {
	margin-bottom: 0;
}

.offers_box .offer_button2 {
	display: block;
	background-color: #49423d;
	color: #fefffe;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
	padding: 15px 20px;
	border-radius: 10px;
	transition: .2s;
	text-decoration: none;
	margin: 0 auto 15px;
}



.offers_box .offer_button:hover {
	background-color: #49423d;
}

.offers_box .offers_nav {
	display: flex;
	justify-content: center;
	text-align: center;
	background: #f6f6f6;
	margin-bottom: 40px;
	padding: 0 20px;
}

.offers_box .page {
	display: inline-block;
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	padding: 10px 0;
	color: #697686;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	margin: 0;
	transition: 0.2s;
	cursor: pointer;
}

.offers_box .page.active {
	color: #3498db;
}

.offers_box .page:hover {
	background-color: #3498db;
	color: #ffffff;
}

.offers_box .offer_heading {
	display: block;
	position: relative;
	margin-right: 20px;
	width: 270px;
	flex-grow: 0;
	flex-shrink: 0;
}

.offers_box .offer_wide {
	display: flex;
	align-items: center;
	width: calc(100% - 40px);
	padding: 20px;
	text-align: left;
	margin-bottom: 20px;
}

.offers_box .offer_actions {
	display: block;
	position: relative;
	flex-grow: 0;
}

.offer_wide .offer_top {
	margin-bottom: 0;
	font-size: 26px;
	line-height: 1.25;
}

.offer_wide .offer_items {
	width: auto;
	flex-grow: 1;
	margin-right: 15px;
	margin-bottom: 0;
}

.offer_wide .offer_button {
	padding: 10px 15px;
	font-size: 18px;
	text-align: center;
}

@media all and (max-width: 1024px) {

	.offers_box .offers {
		margin: 0 -10px;
	}

	.offers_box .offer {
		width: calc(50% - 20px);
		margin: 0 10px 20px;
	}

	.offers_box .offer_title {
		font-size: 20px;
	}

	.offers_box .offer_item {
		font-size: 14px;
	}

	.offers_box .offer_top, .offers_box .offer_bottom {
		font-size: 14px;
	}

	.offers_box .offer_button {
		padding: 10px;
		font-size: 18px;
	}

	.offers_box .offer_wide {
		width: calc(100% - 20px);
	}

}

@media all and (max-width: 640px) {

	.offers_box .offers {
		display: block;
		margin: 0;
	}

	.offers_box .offer {
		width: auto;
		margin: 0 auto 20px;
		max-width: 420px;
	}

	.offers_box .offer_wide {
		width: 100%;
		flex-wrap: wrap;
		max-width: none;
	}

	.offers_box .offer_heading {
		order: 1;
		width: 50%;
		box-sizing: border-box;
		padding-right: 20px;
		margin: 0;
	}

	.offers_box .offer_actions {
		order: 2;
		width: 50%;
	}

	.offer_wide .offer_items {
		order: 3;
		width: 100%;
		margin: 20px 0 0;
	}

}

@media all and (max-width: 420px) {

	.offers_box .offer_wide {
		padding: 15px;
	}

	.offers_box .offer_heading {
		width: 100%;
		padding: 0;
		margin: 0;
		text-align: center;
	}

	.offers_box .offer_items {
		margin-top: 15px;
	}

	.offers_box .offer_actions {
		order: 4;
		width: 100%;
		text-align: center;
		margin-top: 15px;
	}

}

