@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700');

h2 {
	text-align: center;
	font-size: 36px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 300;
	margin-top: 50px;
	margin-bottom: 4px;
	color: #2B4156;
}

h2 span {
	color: #FF7330;
}

.h2_sepa {
	width: 30px;
	height: 2px;
	border-radius: 40px;
	background-color: #2B4156;
	margin: 0 auto;
	margin-bottom: 50px;
}

.head_container {
	font-family: 'Quicksand', sans-serif;
	font-size: 40px;
	font-weight: 300;
	color: #FFF;
	text-align: center;
	padding-top: 150px;
	background-size: cover;
	background-position: center;
	min-height: 434px;
	height: 434px;
	box-sizing: border-box;
}

a.svg:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

a.svg {
	position: relative;
	display: inline-block;
}

.home_head {background-image: url('../elements/main_bg5.jpg');}
.realestate_head {background-image: url('../elements/realestate_bg.jpg');}
.job_head {background-image: url('../elements/job_bg.jpg');}
.car_head {background-image: url('../elements/car_bg.jpg');}
.shop_cat_head {background-image: url('../elements/shops_cat.jpg');}
.other_cat_head {background-image: url('../elements/others_bg.jpg');}
.new_real_head {background-image: url('../elements/ujepitesu_bg.jpg');}
.display_head {background-image: url('../elements/display_bg.jpg');}


.head_container h1 {
	margin-bottom: 100px;
	max-width: 640px;
	margin: 0 auto;
	min-height: 137px;
	font-size: 28px;
}

.head_container .jofogas_logo {
	max-width: 120px;
}

.head_container .menu_box {
	max-width: 916px;
	margin: 0 auto;
	display: flex;
	text-align: left;
}

.menu_item a {
	color: #FFF;
}

.head_container .menu_item {
	width: calc(100% / 6);
	font-size: 13px;
	vertical-align: middle;
	padding-bottom: 9px;
	transition: border 0.2s ease-in;
	display: block;
	color: #FFF;
	font-weight: 400;
	text-align: center;
}

.head_container .menu_item object {
	max-width: 48px;
	font-size: 14px;
	min-height: 48px;
	max-height: 48px;
	transition: all 0.1s ease-in;
}

.menu_box .menu_item:nth-of-type(2) object {
	max-width: 40px;
}

.menu_box .menu_item:nth-of-type(4) object {
	max-width: 44px;
}

.menu_box .menu_item:nth-of-type(6) object {
	max-width: 42px;
}

.menu_box .menu_item:nth-of-type(8) object {
	max-width: 42px;
}

.head_container .menu_item.selected, .head_container .menu_item.selected:hover {
	border-bottom: 5px solid #dcdcdc;
	cursor: default;
	font-weight: 400;
}

.head_container .menu_item:hover {
	border-bottom: 4px solid rgba(255, 255, 255, 0.4);
	cursor: pointer;
}


.stat_box {
	background-color: #FFF;
	background-image: -webkit-linear-gradient(#FFFFFF 20%, #EFF1F2 90%);
	background-image: -o-linear-gradient(#FFFFFF 20%, #EFF1F2 90%);
	background-image: linear-gradient(#FFFFFF 20%, #EFF1F2 90%);
}

.stat_box .info_box {
	width: calc(33.33% - 20px);
	border-radius: 8px;
	padding: 30px;
	border: 1px solid #E2E3E3;
	box-sizing: border-box;
	text-align: center;
	font-size: 14px;
	color: #222;
	margin-right: 30px;
	float: left;
	background-color: #f9f9f9;
	margin-bottom: 20px;
}

.info_box:last-of-type, .info_box_cont:last-child {
	margin-right: 0px;
}

.stat_box .info_box h3 {
	margin-top: 5px;
	font-size: 18px;
	font-weight: 600;
}

.stat_box .info_box h3 span {
	color: #FF7330;
}

.stat_box .info_box object {
	max-width: 55px;
	max-height: 50px;
}

.stat_box .info_box.half {
	width: calc(50% - 20px);
}

.stat_box .phone_img {
	margin-top: 20px;
	width: 510px;
	height: 430px;
	display: inline-block;
	background-image: url('../elements/phone_general_app_2x.png');
	background-size: cover;
	vertical-align: top;
}

.stat_box .phone_img.hza_phone_img {
	background-image: url('../elements/phone_hza_app.png');
}

.phone_img.real_estate_phone_img {
	background-image: url('../elements/real_estate_app_2x.png');
}

.phone_img.job_phone_img {
	background-image: url('../elements/phone_job_2x.png');
	width: 430px;
}

.phone_info_box {
	display: inline-block;
	color: #222;
	font-size: 22px;
	font-weight: 600;
	max-width: 380px;
	margin-top: 120px;
	margin-left: -30px;
}

.phone_info_box .info_line {
	font-size: 11px;
	font-style: italic;
	margin-top: 5px;
}

.phone_info_box span {
	color: #FF7330;
}

.phone_info_box p {
	font-size: 14px;
	font-weight: normal;
}

.phone_stat_box {
	vertical-align: middle;
	height: 310px;
}

.phone_b_correction {
	padding-top: 60px;
}

.why_package_box {
	background-color: #FFF;
	padding-top: 60px;
}

.why_package_box .container {
	position: relative;
}

.why_package_box object {
	display: block;
	max-width: 500px;
	height: 238px;
	margin: 0 auto;
}

.why_package_box .container > p {
	position: absolute;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	max-width: 200px;
	color: #2B4156;
}

.why_package_box .container > p:nth-of-type(1) {
	bottom: 220px;
	left: 70px;
}

.why_package_box .container > p:nth-of-type(2) {
	bottom: 144px;
	left: 70px;
}

.why_package_box .container > p:nth-of-type(3) {
	bottom: 62px;
	left: 70px;
}

.why_package_box .container > p:nth-of-type(4) {
	bottom: 230px;
	right: 20px;
}

.why_package_box .container > p:nth-of-type(5) {
	bottom: 145px;
	right: 20px;
}

.why_package_box .container > p:nth-of-type(6) {
	bottom: 60px;
	right: 20px;
}

.features_box {
	color: #FFF;
	background-image: -ms-linear-gradient(top, #2B4156 70%, #306672 100%);
	background-image: -moz-linear-gradient(top, #2B4156 70%, #306672 100%);
	background-image: -o-linear-gradient(top, #2B4156 70%, #306672 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70, #2B4156), color-stop(100, #306672));
	background-image: -webkit-linear-gradient(top, #2B4156 70%, #306672 100%);
	background-image: linear-gradient(to bottom, #2B4156 70%, #306672 100%);
}

.features_box h2 {
	color: #FFF;
}

.features_box > .container {
	padding-bottom: 50px;
}

.features_box .h2_sepa {
	background-color: #FFF;
}

.features_box .add_job_price {
	color: #FFF;
	background-color: #182f4300;
	border-top: 1px dashed rgb(85, 110, 132);
	border-bottom: 1px dashed rgb(85, 110, 132);
	box-sizing: border-box;
	padding: 20px 20px;
	margin-bottom: 20px;
	text-align: center;
}

.features_box .add_job_price i {
	vertical-align: middle;
	font-size: 36px;
	margin-right: 15px;
}

.features_box .add_job_price p {
	vertical-align: middle;
}

.features_box .add_job_price b {
	font-weight: 700;
}

.dkt_info {
	text-align: center;
	font-size: 11px;
	color: #afafaf;
	margin-top: -40px;
	margin-bottom: 50px;

}

.get_offer_box {
	background-color: #FFF;
}

.get_offer_box p {
	font-family: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #2B4156;
}

.get_offer_box input[type=text],
.get_offer_box select{
	border: 1px solid #B3B6B7;
	border-radius: 4px;
	height: 45px;
	padding: 5px 20px;
	margin-bottom: 25px;
	box-sizing: border-box;
	width: 100%;
	background: transparent;
}

.get_offer_box input:nth-last-of-type(1){
	margin-bottom: 5px;
}

.get_offer_box .container .info_text {
	font-size: 12px;
	color: #95989A;
	display: block;
	margin-bottom: 30px;
}

.get_offer_box .container .data_policy_text {
	position: relative;
	display: block;
	font-size: 12px;
	margin-top: 16px;
	margin-bottom: 24px;
}

.overlay_get_offer .container .data_policy_text {
	text-align: left;
	margin-top: 0;
}

.get_offer_box .container .data_policy_text input {
	position: absolute;
	left: 0;
	top: 2px;
	margin: 0;
}

.get_offer_box .left_box {
	width: 50%;
	text-align: center;
	float: left;
	box-sizing: border-box;
	padding: 0 20px;
}

.get_offer_box .left_box.covid,
.get_offer_box .right_box.covid {
	width: 100%;
	float: none;
}

.get_offer_box .right_box.covid {
	max-width: 400px;
	margin: 0 auto;
	display: block;
	float: none;
}

.get_offer_box .left_box.covid .others_who_choose_us{
	max-width: 625px;
}

.get_offer_box .left_box.covid {
	margin-top: 40px;
}

.others_who_choose_us.mobile {
	display: none;
	max-width: 320px!important;
	margin: 20px auto 0 auto;
}

.partners {
	width: 100%;
	max-width: 600px;
	text-align: center;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0px 20px;
	padding-top: 30px;
}

.get_offer_box .left_box h3, .partners h3 {
	font-family: 'Quicksand', sans-serif;
	font-size: 20px;
	color: #2B4156;
}

.get_offer_box .left_box h3 span, .partners h3 span {
	font-size: 28px;
	font-weight: 800;
	display: block;
	line-height: 22px;
}

.get_offer_box .left_box p, .partners p {
	position: relative;
	font-family: 'Quicksand', sans-serif;
	font-size: 12px;
	color: #AAADAE;
	font-style: italic;
	font-weight: 300;
	text-align: left;
}

.get_offer_box .left_box i, .partners i {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 2;
}

.get_offer_box .left_box p span, .partners p span {
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	font-size: 164px;
	line-height: 164px;
	vertical-align: text-top;
	position: absolute;
	top: -45px;
	left: -15px;
	color: #ECEEF0;
	font-style: normal;
	display: inline-block;
	width: 55px;
	height: 84px;
	z-index: 1;
}

.others_who_choose_us {
	width: 100%;
	max-width: 365px;
	margin: 35px 0px;
	margin-bottom: 55px;
}

.get_offer_box .right_box {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 0px 20px;
}

.offer_btn {
	display: block;
	position: fixed;
	z-index: 99;
	width: 100%;
	max-width: 400px;
	padding: 12px;
	border: 0 !important;
	box-sizing: border-box;
	border-radius: 4px;
	text-align: center;
	color: #FFF;
	background-color: #40BE67;
	font-size: 18px;
	left: calc(50% - 200px);
	bottom: 20px;
	box-shadow: 6px 18px 54px 0px rgba(28,102,50,0.38);
	cursor: pointer;
	margin: 0 auto;
	transition: all 0.1s ease-in;
	outline: none;
}

.overlay_offer_btn {
	display: block;
	width: 100%;
	max-width: 200px;
	padding: 12px;
	border: 0 !important;
	box-sizing: border-box;
	border-radius: 4px;
	text-align: center;
	color: #FFF;
	background-color: #40BE67;
	font-size: 18px;
	cursor: pointer;
	margin: 0 auto;
	transition: all 0.3s ease-in;
	outline: none;
}

.overlay_offer_btn[disabled],
.offer_btn[disabled]{
	background-color: #b9b9b9;
	cursor: auto;
}

.stat_offer_btn {
	position: static !important;
	box-shadow: 0px 0px 0px 0px rgba(28,102,50,0);
	transition: all 0.3s ease-in;
}


.b2b_office_box {
	background-color: #FFF;
}

.b2b_office_box .left_side {
	width: 60%;
	float: left;
}

.b2b_office_box .right_side {
	width: 40%;
	margin-top: 20px;
	padding-left: 20px;
	float: left;
	box-sizing: border-box;
}

.b2b_office_box .right_side .listing_office_info {
	position: relative;
	padding-left: 20px;
	margin-bottom: 24px;
	font-size: 16px;
	line-height: 20px;
	color: #2B4156;
}

.b2b_office_box .office_info_box {
	width: 25%;
	float: left;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 50px;
	color: #222;
	border-right: 1px dashed #ccc;
	height: 120px;
}

.data_policy_text a {
	color: #ec6f31;
	text-decoration: underline;
	font-weight: 700;
}

.office_info_box:nth-child(4n) {
	border-right: 0px;
}

.b2b_office_box .office_info_box object {
	max-width: 40px;
	height: 80px;
}

.b2b_office_box .office_info_box:nth-child(1) object { max-width: 45px; }
.b2b_office_box .office_info_box:nth-child(2) object {  }
.b2b_office_box .office_info_box:nth-child(3) object {  }
.b2b_office_box .office_info_box:nth-child(4) object { max-width: 56px; }
.b2b_office_box .office_info_box:nth-child(5) object { max-width: 34px; }
.b2b_office_box .office_info_box:nth-child(6) object { max-width: 56px; }
.b2b_office_box .office_info_box:nth-child(7) object { max-width: 34px; }
.b2b_office_box .office_info_box:nth-child(8) object { max-width: 64px; }

.p_dot {
	top: 6px;
	left: 0px;
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 14px;
	border: 2px solid #FF7330;
}

.select_package_box {
	background-color: #FFF;
}

.select_package_box h3 {
	font-family: 'Quicksand', sans-serif;
	font-size: 26px;
	color: #222;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}

.select_package_box .container {
	padding-bottom: 50px;
}

.select_package_input {
	width: calc(50% - 20px);
	margin-right: 20px;
	float: left;
}

.select_package_input:last-of-type {
	margin-right: 0px;
}

.select_package_input span {
	font-size: 14px;
	color: #2B4156;
	font-weight: bold;
	display: block;
	margin-bottom: 8px;
}

.select_style {
	border: 1px solid #ccc;
	width: 100%;
	border-radius: 4px;
	overflow: hidden;
	background: #FFFFFF url("../elements/ic_keyboard_arrow_down.png") no-repeat 95% 50%;
}

.select_style select {
	padding: 12px 22px;
	width: 130%;
	border: none;
	box-shadow: none;
	background: rgba(44, 66, 86, 0.07);
	background-image: none;
	-webkit-appearance: none;
	font-size: 13px;
	color: #2c4256;
}

.select_style select:focus {
	outline: none;
}

.offered_package_box {
	border-radius: 8px;
	border: 1px solid #C9CED3;
}

.offered_package_head {
	text-align: center;
	background-color: #2B4156;
	color: #FFF;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding: 15px;
}

.offered_package_head {
	font-size: 24px;
	font-weight: bold;
	margin: -1px;
}

.offered_package_head span {
	font-size: 14px;
	font-weight: 300;
	display: block;
}

.offered_package_content_line {
	border-top: 1px solid #C9CED3;
	border-bottom: 1px solid #C9CED3;
	padding: 15px 30px;
}

.offered_package_content_line span {
	margin-right: 30px;
}

.offered_package_content_line span:last-of-type {
	margin-right: 0px;
}

.offered_package_content_line b {
	font-weight: bold;
	color: #2B4156;
}

.offered_package_prices {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.offered_package_content {
	padding: 30px;
}

.offered_package_content p {
	position: relative;
	max-width: 45%;
	width: 45%;
	display: inline-block;
	padding-left: 36px;
	margin-bottom: 15px;
}

.offered_package_content p object {
	position: absolute;
	width: 28px;
	top: -5px;
	left: 0px;
}

.offered_package_prices {
	display: flex;
	padding: 20px 0px;
	background-color: #F4F5F6;
	color: #2c4156;
}

.offered_package_prices .price_item {
	width: 100%;
}

.offered_package_prices h3 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 32px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 300;
}

.shop_premium .price_footer {
	max-width: 320px;
	margin: 0 auto;
}

.offered_package_prices p {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: -2px;
	font-family: 'Quicksand', sans-serif;
}

.offered_package_prices .price_item h3 span:nth-of-type(3) {
	font-size: 12px;
	display: block;
}


.offered_package_box.shop_premium .offered_package_prices {
	padding: 20px;
	display: block;
}

.offered_package_box.shop_premium p {
	padding-right: 20px;
	vertical-align: text-top;
	box-sizing: border-box;
}

.offered_package_box.shop_premium .btn-blue {
	padding: 12px;
	margin: 0 auto;
	margin-top: 24px;
	margin-bottom: 5px;
	display: block;
	max-width: 130px;
}

h3.shop_premium_offer {
	font-family: 'Quicksand', sans-serif;
	font-size: 26px;
	color: #222;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}

.add_package_btn {
	display: inline-block;
	background-color: #336699;
	color: #FFF;
	padding: 10px 30px;
	border-radius: 4px;
	cursor: pointer;
}

.add_package_btn:hover {
	background-color: #255789;
}

.office_ill_xsm {
	display: none !important;
}


.hahu_sync	p b {
	font-size: 16px;
	display: block;
	font-weight: bold;
	color: #2B4156;
	padding-left: 110px;
	margin-bottom: 10px;
}

.hahu_sync p span {
	display: block;
	width: calc(100% - 110px);
	float: right;
	line-height: 20px;
}

.hahu_sync	object {
	margin-top: -22px;
	max-width: 80px;
	float: left;
}

.feature_box_item {
	float: left;
	width: calc(50% - 15px);
	margin-right: 30px;
	text-align: center;
	color: #FFF;
	background-color: #182E43;
	border: 1px solid rgb(45, 73, 97);
	box-sizing: border-box;
	padding: 25px 20px;
	margin-bottom: 30px;
	border-radius: 6px;
	transition: all 0.3s ease-in;
	cursor: pointer;
}

.feature_box_item.full_size {
	width: 100%;
	margin-right: 0px;
}

.feature_box_item h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 32px;
	text-transform: uppercase;
}

.feature_box_item > *{
	pointer-events: none;
}

.feature_box_item p span {
	color: #FF7330;
	font-weight: 700;
	font-size: 18px;
}

.feature_box_item p b {
	display: block;
	font-weight: 300;
	padding-top: 15px;
	border-top: 1px solid rgba(83, 118, 148, 0.32);
	max-width: 340px;
	margin: 0 auto;
	margin-top: 15px;
}

.feature_box_item:nth-of-type(2n) {
	margin-right: 0px;
}

.feature_box_item .feature_more_btn {
	display: inline-block;
	background-color: #336699;
	color: #FFF;
	font-size: 15px;
	padding: 12px 50px;
	margin: 0 auto;
	margin-top: 20px;
	border-radius: 4px;
	cursor: pointer;
}

.feature_box_item .feature_more_btn:hover {
	background-color: #255789;
}

.feature_box_item:hover {
	background-color: #FFF;
	color: #2B4156;

	-webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.26);
	-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.26);
	box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.26);
}

.features_box .container > object {
	max-width: 440px;
	margin: 0 auto;
	display: block;
	margin-bottom: 50px;
	margin-top: 20px;
}

.feature_box_item object {
	max-width: 30px;
	height: 38px;
	margin-bottom: 10px;
}

.feature_box_item:first-of-type object {
	max-width: 35px;
}

.features_box .price_info {
	color: #adcbd2;
	text-align: center;
}

.city_crea {
	width: 100%;
	max-width: 465px;
	display: block;
	margin: 0 auto;
}

.info_box.hh_info_box {
	border: 0px;
	padding: 20px;
	background-color: transparent;
}

.about_hh_btn {
	display: block;
	max-width: 360px;
	font-size: 15px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 40px;
	margin-top: 20px;
	border: 1px solid #336699;
	border-radius: 6px;
	padding: 10px;
}

.about_hh_btn:hover {
	background-color: #336699;
	color: #FFF;
}

.stat_box.other_cat_stat_box {
	background-image: none;
}

.best_cat {
	margin-top: 20px;
	text-align: center;
}

.best_cat h3 {
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	color: #222;
	font-weight: bold;
}

.best_cat .container {
	padding: 35px 20px;
}

.best_cat .best_cat_tag {
	display: inline-block;
	padding: 6px 14px;
	border: 1px solid #222;
	border-radius: 60px;
	color: #222;
	margin-right: 10px;
	margin-top: 15px;
}

.best_cat .best_cat_tag:last-of-type {
	margin-right: 0px;
}

.other_cat_stat_box .angel_logo {
	width: 100%;
	max-width: 150px;
	display: block;
	margin: 0 auto;
}

.angel_title_info {
	color: #2e4457;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 50px;
	max-width: 500px;
	line-height: 20px;
}

.other_cat_stat_box.stat_box .info_box h3 {
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	color: #222;
	margin-bottom: 15px;
}

.other_cat_stat_box.stat_box .info_box {
	font-size: 14px;
	color: #95989A;
	line-height: 20px;
}

.other_cat_stat_box .p_title {
	font-size: 24px;
	text-align: center;
	margin-bottom: 50px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 300;
	margin-top: 50px;
	color: #FF7330;
}

.full_box.stat_box.other_cat_stat_box h2:last-of-type {
	border-top: 1px dashed #e1e2e2;
	padding-top: 40px;
}

.display_prices {
	background-color: #FFF;
}

.display_stat_box p {
	margin-top: 20px;
	line-height: 20px;
}

.display_stat_box b {
	font-weight: bold;
}

.display_stat_box .info_box_cont .info_box:nth-of-type(3) {
	margin-right: 0;
}

.display_prices_crea {
	width: calc(100% - 300px);
	float: left;
	margin-left: -80px;
}

.display_prices_right {
	float: left;
	width: 100%;
	max-width: 380px;
	box-sizing: border-box;
}

.display_prices h3 {
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #2B4156;
	margin-bottom: 24px;
}

.display_prices .display_prices_btn {
	font-family: 'Quicksand', sans-serif;
	padding: 8px 24px;
	background-color: #FF7330;
	color: #FFF;
	font-size: 18px;
	border-radius: 4px;
	margin-top: 16px;
	margin-bottom: 4px;
	display: block;
	text-align: center;
	max-width: 153px;
}

.display_prices .display_prices_right span {
	font-size: 10px;
	color: #6F6F6F;
	line-height: 12px;
	display: block;
	max-width: 198px;
}

/* SHOP BLOCK */
.other_cat_shop_box, .new_real_services {
	background-color: #FFF;
}

.other_cat_shop_box h2, .new_real_services h2 {
	margin-top: 0px;
	padding-top: 80px;
}

.other_cat_shop_box > object {
	display: block;
	margin: 0 auto;
	width: 200px;
	height: auto;
}

.new_real_services > object {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 522px;
	height: auto;
	margin-bottom: 40px;
}

.shop_top_part, .new_real_services_top {
	margin-top: -40px;
	padding-top: 70px;
	min-height: 200px;
	background: rgba(245,245,245,1);
	background: -moz-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,245,245,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=0 );
}

div.new_real_services_top {
	padding-top: 40px;
}

.new_real_services_top .container > div {
	width: calc(33.33% - 4px);
	box-sizing: border-box;
	position: relative;
	padding: 20px 20px 20px 80px;
	min-height: 72px;
	margin-bottom: 24px;
	display: inline-block;
	vertical-align: text-top;
}

.new_real_services_top object {
	position: absolute;
	top: calc(50% - 32px);
	left: 0;
	max-width: 64px;
}

.shop_top_part .container > div {
	position: relative;
	float: left;
	width: 25%;
	box-sizing: border-box;
	text-align: center;
	padding: 10px 25px;
	color: #95989A;
	min-height: 160px;
}

.shop_top_part .container > div b {
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	display: block;
	font-weight: 600;
	color: #222;
	margin-bottom: 10px;
	line-height: 22px;
}

.shop_top_part .container > div .sepa {
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #DFDFDF;
	width: 1px;
	height: 74px;
}

.shop_top_part .container div:nth-of-type(4n) .sepa {
	display: none;
}

.shop_package_box, .job_shop_package_box {
	margin-top: 20px;
	width: 100%;
	position: relative;
	box-sizing: border-box;
}

.new_re_package_box {
	margin-top: 20px;
	width: 100%;

	position: relative;
	box-sizing: border-box;
}

.new_re_package_box > h2 {
	padding-top: 0;
}



.shop_package_box .package_box {
	float: none;
	width: calc(50% - 20px);
	box-sizing: border-box;
	border-radius: 8px;
	border: 1px solid #C9CED3;
	background-color: #FFF;
}

.shop_package_box .package_box.pro_package {
	float: none;
	position: absolute;
	top: 20px !important;
	width: calc(50% - 40px);
	left: calc(50% + 20px);
	z-index: 7;
	box-shadow: 0px 8px 24px 0px rgba(0,0,0,0.24);
}

.job_shop_package_box .package_box {
	float: left;
	width: 33.33%;
	box-sizing: border-box;
	border-radius: 8px;
	border: 1px solid #C9CED3;
	background-color: #FFF;
}

.new_re_package_box .package_box {
	float: left;
	width: calc( 33.33% - 15px);
	margin-right: 22px;
	box-sizing: border-box;
	border-radius: 8px;
	border: 1px solid #C9CED3;
	background-color: #FFF;
}

.new_re_package_box .package_box.premium_package {
	margin-right: 0;
}

.new_re_package_box .package_box.premium_package > h4 {
	background-color: #FF7330;
}

.new_re_package_box .package_box.premium_package {
	box-shadow: 0px 0px 68px 0px rgba(0,0,0,0.24);
}

.shop_package_box, .job_shop_package_box {
	position: relative;
}

.job_shop_package_box .package_box.pro_package {
	position: absolute;
	top: -10px;
	width: calc(33.33% + 10px);
	left: calc(33.33% - 5px);
	z-index: 7;
	box-shadow: 0px 0px 68px 0px rgba(0,0,0,0.24);
}

.shop_package_box .package_box.premium_package, .new_re_package_box .package_box.premium_package, .job_shop_package_box .package_box.premium_package {
	float: right;
}

.shop_package_box .package_box h4, .new_re_package_box .package_box > h4, .job_shop_package_box .package_box > h4 {
	display: block;
	background-color: #2B4156;
	padding: 20px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	color: #FFF;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	margin: -1px;
	position: relative;
}

.shop_package_box .package_box h4 span, .new_re_package_box .package_box h4 span, .job_shop_package_box .package_box h4 span {
	display: block;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.81);
	font-size: 14px;
}

.shop_package_box .package_box h4 object, .new_re_package_box .package_box h4 object, .job_shop_package_box .package_box h4 object {
	position: absolute;
	top: -4px;
	right: -3px;
	width: 77px;
}

.shop_package_box .package_box .shop_cell, .new_re_package_box .package_box .shop_cell, .job_shop_package_box .package_box .shop_cell {
	position: relative;
	margin: 16px 26px;
	margin-top: 15px;
	border-bottom: 1px solid #DFDFDF;
	padding-bottom: 10px;
	padding-left: 30px;
	min-height: 20px;
}

.shop_package_box .package_box div:nth-of-type(9), .job_shop_package_box .package_box div:nth-of-type(7) {
	border-bottom: 0;
}

.shop_package_box .package_box .shop_cell i, .new_re_package_box .package_box .shop_cell i, .job_shop_package_box .package_box .shop_cell i {
	position: absolute;
	left: 0px;
	top: -2px;
	font-size: 24px;
	color: #40BE67;
	vertical-align: middle;
	margin-right: 10px;
}

.shop_package_box .package_box.pro_package h4, .job_shop_package_box .package_box.pro_package h4 {
	background-color: #28547E;
}

.shop_package_box .package_box .shop_cell.empty, .new_re_package_box .package_box .shop_cell.empty {
	text-align: center;
}

.shop_package_box .package_box .shop_cell.empty span, .new_re_package_box .package_box .shop_cell.empty span, .job_shop_package_box .package_box .shop_cell.empty span {
	display: block;
	position: absolute;
	width: 10px;
	height: 2px;
	background-color: #767676;
	left: calc(50% - 5px);
	top: calc(50% - 8px);
}

.sm_cell { height: 43px; box-sizing: border-box; }
.big_cell { height: 60px; box-sizing: border-box; }

.shop_package_box .package_box > div:nth-of-type(1) {
	margin-top: 20px;
}

.shop_package_box .package_box > div:nth-of-type(2) {
	min-height: 43px;
}

.shop_package_box .package_box > div:nth-of-type(3) {
	min-height: 54px;
}

.shop_package_box .package_box > div:nth-of-type(5) {
	min-height: 107px;
}

.shop_package_box .package_box > div:nth-of-type(8) {
	min-height: 60px;
}


.shop_package_box .package_box > div:nth-of-type(6),
.shop_package_box .package_box > div:nth-of-type(7) {
	min-height: 64px;
}


.job_shop_package_box .package_box.pro_package > div:nth-of-type(7) {
	min-height: 130px;
}

.job_shop_package_box .package_box > div:nth-of-type(7) {
	min-height: 74px;
}

.job_shop_package_box .package_box > div:nth-of-type(6) {
	min-height: 203px;
}

.job_shop_package_box .package_box > div:nth-of-type(5) {
	min-height: 59px;
}

.job_shop_package_box .package_box > div:nth-of-type(4) {
	min-height: 75px;
}

.job_shop_package_box .package_box > div:nth-of-type(3) {
	min-height: 91px;
}

.job_shop_package_box .package_box > div:nth-of-type(2) {
	min-height: 43px;
}


.shop_package_box .package_box.pro_package > div:nth-of-type(7) {
	height: 114px;
}

.shop_package_box .package_box .price_footer, .job_shop_package_box .package_box .price_footer {
	border-top: 1px solid #C9CED3;
	color: #2B4156;
	background-color: #F0F0F1;
	padding: 10px 30px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.shop_package_box .package_box .price_footer p, .job_shop_package_box .package_box .price_footer p {
	font-size: 14px;
}

.shop_package_box  .package_box .price_footer .year_price, .job_shop_package_box .package_box .price_footer .year_price {
	font-family: 'Quicksand', sans-serif;
	font-size: 38px;
	text-align: center;
	background-color: #F0F0F1;
	padding: 12px 0px;
	border-bottom: 1px solid #C9CED3;
	margin-bottom: 20px;
}

.shop_package_box .package_box .price_footer .year_price span, .job_shop_package_box .package_box .price_footer .year_price span {
	font-size: 18px;
}

.new_re_package_box .price_footer p {
	font-family: 'Quicksand', sans-serif;
	font-size: 38px;
	font-weight: 300;
	text-align: center;
	color: #2B4156;
}

.new_re_package_box .price_footer .small-text {
	font-size: 12px;
}

.new_re_package_box .price_footer .small-price {
	display: block;
	font-size: 15px;
	margin: 5px 0;
}

.new_re_package_box .price_footer p span {
	font-size: 18px;
}

.new_re_package_box .premium_package .price_footer {
	position: relative;
}

.new_re_package_box .premium_package .price_footer .promotion_popup {
	position: absolute;
	width: 260px;
	bottom: -128px;
	left: calc(50% - 130px);
	background-color: #40be66;
	text-align: center;
	color: #FFF;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 8px;
}

.new_re_package_box .premium_package .price_footer .promotion_popup .triangle {
	position: absolute;
	top: -10px;
	left: calc(50% - 10px);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #40BE67 transparent;
}

.new_re_package_box .price_footer .promotion_popup p {
	font-size: 12px;
	color: #FFF;
}

.new_re_package_box .price_footer .promotion_popup h4 {
	font-size: 14px;
	font-weight: 800;
	padding: 0;
	padding-bottom: 4px;
}

.price_footer .half_year_price,
.price_footer .quarter_price,
.price_footer .year_price2 {
	margin-bottom: 5px;
}

.price_footer .half_year_price p,
.price_footer .quarter_price p,
.price_footer .year_price2 p {
	display: inline-block;
}

.price_footer .half_year_price b,
.price_footer .quarter_price b,
.price_footer .year_price2 b {
	font-weight: 600;
	float: right;
}

.package_box .price_footer .btn-blue {
	margin: 10px auto;
	display: block;
	max-width: 130px;
	padding: 12px;
	margin-bottom: 10px;
}

.new_re_package_box .package_box .price_footer .btn-blue {
	margin-bottom: 20px;
}

.shop_package_box .price_info, .job_shop_package_box .price_info {
	margin-top: 40px;
	text-align: center;
	font-size: 12px;
	color: #b5b5b5;
}

.new_re_package_box .price_info {
	margin-top: 26px;
	text-align: center;
	font-size: 12px;
	color: #b5b5b5;
}

.lead_count {
	background-color: #FFF;
}

.lead_count .lead_info {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding-right: 40px;
}

.lead_count .lead_info span {
	display: block;
	margin: 10px 0;
	text-align: right;
}

.lead_count .lead_price {
	float: left;
	width: 36%;
	height: 169px;
	border-radius: 8px;
	text-align: center;
	box-sizing: border-box;
	padding: 20px;
	padding-top: 45px;
	border: 1px solid rgba(43, 65, 86, 0.24);
}

.lead_count .lead_price b {
	display: block;
	font-weight: 800;
	font-size: 24px;
	color: #2b4156;
	margin: 5px 0;
}

.lead_count .lead_price a {
	cursor: pointer;
}

.discount_shop_content {
	width: 100%;
	max-width: 490px;
	margin: 0 auto;
	margin-top: 30px;
	color: #40BE67;
}

.discount_shop_content p {
	padding: 8px 16px;
	font-size: 14px;
	font-weight: 800;
	margin: 8px 0;
	font-family: 'Quicksand', sans-serif;
	text-align: center;
}

.discount_shop_content p:nth-of-type(1) {
	padding: 0;
}

.discount_shop_content p:nth-of-type(2) {
	background-color: #40BE67;
	border-radius: 4px;
	color: #FFF;
}

.discount_shop_content p:nth-of-type(3),
.discount_shop_content p:nth-of-type(4) {
	border: 1px solid #40BE67;
	border-radius: 4px;
}


.job_shop_visual .jobshop_crea {
	width: 100%;
}

.job_shop_visual .right_section {

}

.job_shop_visual .right_section p {
	position: relative;
	padding-left: 16px;
	margin-bottom: 16px;
	display: block;
	float: left;
	width: calc(50% - 20px);
}

.job_shop_visual .right_section p span.circle {
	position: absolute;
	top: 6px;
	left: 0;
	width: 4px;
	height: 4px;
	display: block;
	border-radius: 8px;
	background-color: #FF7330;
}

.discount_shop_content.job_shop p {
	color: #FF7330;
}

.discount_shop_content.job_shop  p:nth-of-type(2) {
	background-color: #FF7330;
	color: #FFF;
}

.discount_shop_content.job_shop  p:nth-of-type(3),
.discount_shop_content.job_shop  p:nth-of-type(4) {
	border-color: #FF7330;
}


.premium_package .price_footer .select_package_input {
	width: 100%;
	float: none;
	margin-top: 16px;
}

.premium_package .price_footer .select_package_input span {
	font-size: 12px;
	text-align: center;
}

.offered_package_box.shop_premium .select_package_input span {
	text-align: left;
}

.modified_conditions p,
.modified_conditions a {
	text-align: center;
	margin-bottom: 5px;
	font-size: 12px;
	display: block;
}

.modified_conditions {
	clear: both;
	padding: 20px;
	max-width: 600px;
	margin: 0 auto;
	border: dashed 1px #cccccc;
	position: relative;
	top: 20px;
}

.pro_shop_result {
	color: #2B4156;
	margin-top: 16px;
	line-height: 24px;
}

.pro_shop_result b {
	font-size: 38px;
	display: block;
}

.pro_shop_result b span {
	font-size: 18px;
}

.shop_package_box .package_box .price_footer {
	min-height: 301px !important;
}

.our_team {
	background-color: #FFF;
}

.our_team .o_time_info {
	text-align: center;
	display: block;
	color: #2B4156;
	font-size: 14px;
	margin-bottom: 8px;
}

.our_team .o_time_info b {
	font-weight: bold;
}

.our_team.p_info_3 .p_info_box {
	width: 33.3333%;
}

.our_team .p_info_box {
	width: 25%;
	float: left;
	box-sizing: border-box;
}

.our_team .personal_info {
	width: 190px;
	height: 190px;
	border-radius: 250px;
	background-size: cover;
	position: relative;
	margin: 15px auto;
	margin-bottom: 40px;
}

.our_team  .personal_info p {
	position: absolute;
	bottom: -16px;
	right: 5px;
	width: 242px;
	background-image: url('../elements/personal_info_bg.png');
	background-position: right top;
	font-size: 18px;
	font-weight: 300;
	color: #2B4156;
	text-align: right;
	padding-top: 8px;
	padding-right: 62px;
	box-sizing: border-box;
}

.offered_package_box.shop_premium .offered_package_prices.no_result{
	border-top: 1px solid #C9CED3;
}

.our_team .personal_info span {
	font-size: 12px;
	color: #929292;
	font-weight: 300;
	margin-top: 2px;
	display: block;
}

.our_team .zita {
	background-image: url('../img/team/zita_szabo.jpg');
}

.our_team .kitti {
	background-image: url('../img/team/kitti_barabas.jpg');
}

.our_team .viki {
	background-image: url('../img/team/viktoria_kopin.jpg');
}

.our_team .bence {
	background-image: url('../img/team/bence_szilagyi.jpg');
}

.our_team .p_kriszti {
	background-image: url('../img/team/kriszti_puskas.jpg');
}

.our_team .t_levi {
	background-image: url('../img/team/levente_torok.jpg');
}

.our_team .a_imre {
	background-image: url('../img/team/imre_antal.jpg');
}

.our_team .k_adam {
	background-image: url('../img/team/k_adam.jpg');
}

.our_team .o_adam {
	background-image: url('../img/team/o_adam.jpg');
}

.our_team .melitta {
	background-image: url('../img/team/toth_melitta.jpg');
}

.our_team .vivien {
	background-image: url('../img/team/vivien_szeibert.jpg');
}

.our_team .mark {
	background-image: url('../img/team/mark_kaldenecker.jpg');
}

.our_team .barbara {
	background-image: url('../img/team/barbi_kosza.jpg');
}

.our_team .dora {
	background-image: url('../img/team/kovacs_dora_b.jpg');
}

.our_team .nora {
	background-image: url('../img/team/kreisz_nora_b.jpg');
}

.our_team .g_anna{
	background-image: url('../img/team/anna_grosz_gal.jpg');
}

.our_team .m_istvan{
	 background-image: url('../img/team/istvan_medve.jpg');
}

.our_team .xenia{
	background-image: url('../img/team/xenia_martonfi.jpg');
}

.our_team .judit{
	background-image: url('../img/team/judit_glaser.jpg');
}

.our_team .balazs_szeifert{
	background-image: url('../img/team/balazs_szeifert.jpg');
}

#btn_pos_checker {
	width: 0;
	height: 0;
	overflow: hidden;
	color: #FFF;
	font-size: 0;
	opacity: 0;
}

.hide {
	display: none !important;
}

.body_fixed {
	overflow: hidden;
}

body.body_fixed > *:not(.overlay_box):not(.overlay_get_offer) {
	filter: blur(32px);
}

.overlay_box, .overlay_get_offer {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.88);
	text-align: center;
	color: #FFF;
}

.overlay_get_offer.get_offer_box.page{
	position: relative;
	height: auto;
}

.overlay_box.scrollable, .get_offer_box.scrollable {
	overflow: scroll;
}

.overlay_get_offer.get_offer_box .container {
	max-width: 460px;
}

.overlay_content {
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
}

.overlay_box h2 {
	font-size: 34px;
	font-weight: 300;
	color: #FFF;
	margin-top: 15px;
	margin-bottom: 25px;
}

.overlay_box i, .overlay_get_offer i {
	font-size: 54px;
}

.overlay_box p {
	color: rgba(255,255,255,0.78);
	line-height: 22px;
}

.overlay_content a {
	color: #5f9ad4;
}

.overlay_content object {
	max-width: 36px;
}

.overlay_img {
	max-width: 400px;
	min-height: 319px;
	margin-bottom: 25px;
}

.offer_box_select.select_style {
	border: 1px solid rgba(179, 182, 183, 0.48);
	background-color: transparent;
	color: #FFF;
	outline: none;
	-webkit-appearance: none;
	border-radius: 4px;
	height: 45px;
	padding: 5px 20px;
	margin-bottom: 25px;
	box-sizing: border-box;
	width: 100%;
	background: transparent url('../elements/ic_keyboard_arrow_down_w.png') no-repeat 95% 50%;
}

.offer_box_select.select_style option {
	color: #222;
}

.close_modal {
	position: absolute;
	font-size: 32px !important;
	top: 30px;
	right: 30px;
	color: rgba(255,255,255,0.6);
	cursor: pointer;
}

.close_modal:hover {
	color: rgba(255,255,255,0.8);
}

.overlay_btn {
	display: inline-block;
	background-color: #336699;
	color: #FFF;
	font-size: 14px;
	padding: 10px 50px;
	margin: 0 auto;
	margin-top: 30px;
	border-radius: 4px;
	cursor: pointer;
}

.overlay_btn:hover {
	background-color: #255789;
}

.overlay_get_offer.get_offer_box h2 {
	color: #FFF;
	margin-bottom: 40px;
}

.overlay_get_offer.get_offer_box p {
	color: #FFF;
	text-align: left;
}

.overlay_get_offer.get_offer_box input[type=text] {
	border: 1px solid rgba(179, 182, 183, 0.48);
	background-color: rgba(255, 255, 255, 0);
	color: #FFF;
	outline: none;
}

.overlay_get_offer.get_offer_box input[type=text]:focus {
	outline: none;
}

.overlay_get_offer.get_offer_box .info_text {
	margin-top: 10px;
}

.full_box.apps {
	background: white;
}

.prev_page {
	fill: white;
	left: 20px;
	position: absolute;
	top: 20px;
}

/*Custom checkbox */

.checkbox-container {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: 400;
	text-align: left;
}

.checkbox-container  input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: transparent;
	border: solid 2px white;
	border-radius: 3px;
}
.dark .checkmark {
	border: solid 2px black;
}

.checkbox-container  input:checked ~ .checkmark {
	background-color: #ffffff;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
	display: block;
}

.checkbox-container .checkmark:after {
	left: 5px;
	top: 1px;
	width: 5px;
	height: 10px;
	border: solid #1f1f1f;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.job_head.head_container .jofogas_logo {
	max-width: 100px;
}

.job-stamp {
	position: relative;
	display: table;
	border: dotted 1px #ff7330;
	padding: 7px 10px;
	margin: 5px auto 10px auto;
}

.job-stamp::after,
.job-stamp::before {
	content: '';
	position: absolute;
	width: 50px;
	top: 50%;
	height: 2px;
	background: #ff7330;
}

.job-stamp::after {
	left: -60px;
}

.job-stamp::before {
	right: -60px;
}

.head_container.job_head .go-to-offer{
	font-size: 14px;
	padding: 7px 30px;
	background: #FF7330;
	margin: 0 0 15px 0;
	color: white;
	display: inline-block;
	border-radius: 4px;
	font-weight: 700;
}

.head_container.job_head .footer-info{
	font-size: 11px;
	margin-bottom: 15px;
	font-style: italic;
}

/* Sikertortenetek */
.success_stories .partner_box {
	text-align: center;
	background-color: #FFF;
}

.success_stories .partner_box .container {
	position: relative;
}

.success_stories .partner_box .h2_sepa {
	background-color: #FF7330;
	margin-bottom: 20px;
}

.success_stories .partner_box .nav_left,
.success_stories .partner_box .nav_right {
	position: absolute;
	padding: 10px;
	color: #CECECE;
	background-color: #FFF;
	border-radius: 64px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	transition: all 0.2s ease-in;
	cursor: pointer;
}

.success_stories .partner_box .nav_left:hover,
.success_stories .partner_box .nav_right:hover {
	color: #2B4156;
}

.success_stories .partner_box .nav_left {
	top: 186px;
	left: 16px;
}

.success_stories .partner_box .nav_right {
	top: 186px;
	right: 16px;
}

.success_stories .partner_box .partner_logo {
	display: block;
	max-width: 96px;
	margin: 0 auto;
}

.success_stories .partner_box .partner_crea {
	width: 100%;
	display: block;
	margin: 0 auto;
	margin-bottom: 32px;
}

.success_stories .partner_box .about_partner {
	margin-bottom: 40px;
}

.success_stories .partner_box .about_partner p {
	margin-top: 8px;
	font-size: 14px;
	font-weight: 400;
}

.success_stories .partner_box .about_partner b {
	font-family: 'Quicksand', sans-serif;
	font-weight: 800;
	color: #2B4156;
}

.success_stories .partner_box .info_box {
	width: calc(33.33% - 20px);
	min-height: 235px;
	border-radius: 8px;
	padding: 30px;
	box-sizing: border-box;
	text-align: center;
	font-size: 14px;
	color: #222;
	margin-right: 30px;
	float: left;
	margin-bottom: 20px;
	background: #f9f9f9;
	border: 1px solid #e2e3e3;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

.success_stories .partner_box .info_box h3 {
	font-family: 'Quicksand', sans-serif;
	font-weight: 800;
	color: #FF7330;
	margin-top: 16px;
	margin-bottom: 5px;
}

.success_stories .partner_box .info_box p {
	font-size: 10px;
}

.success_stories .partner_box .info_box:last-of-type,
.success_stories .partner_box .info_box .info_box_cont:last-child {
	margin-right: 0;
}

.success_stories .partner_box .comment {
	color: #FFF;
	padding-top: 100px;
	padding-bottom: 50px;
	margin-top: -100px;
	background: -webkit-linear-gradient(#2b4156 0%, #306672 100%);
	background: -o-linear-gradient(#2b4156 0%, #306672 100%);
	background: linear-gradient(#2b4156 0%, #306672 100%);
}

.success_stories .partner_box .comment .container {
	position: relative;
}

.success_stories .partner_box .comment .quotation_1,
.success_stories .partner_box .comment .quotation_2 {
	position: absolute;
	font-family: 'Quicksand', sans-serif;
	font-weight: normal;
	font-size: 200px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	opacity: 0.1;
}

.success_stories .partner_box .comment .quotation_1 {
	top: 46px;
	left: 0;
}

.success_stories .partner_box .comment .quotation_2 {
	top: 46px;
	right: 0;
}

.success_stories .partner_box .comment h4 {
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	font-weight: 800;
	margin-bottom: 10px;
}

.success_stories .partner_box .comment p {
	font-size: 10px;
	font-style: italic;
}

.success_stories .contant_us {
	padding-top: 40px;
}

.success_stories .contant_us b {
	display: block;
	color: #2B4156;
	font-size: 16px;
	font-weight: 800;
	margin-bottom: 10px;
}

.success_stories .contant_us .btn {
	padding: 12px;
	min-width: 120px;
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	color: #FFF;
	display: inline-block;
	margin: 0 auto;
	font-weight: 800;
	background-color: #40BE67;
	border-radius: 6px;
	border-bottom: 2px solid #24A04B;
	transition: all 0.3s ease-in;
	cursor: pointer;
}

.success_stories .contant_us .btn:hover {
	background-color: #24A04B;
}


/*Responsive stylesheet*/

@media screen and ( max-width: 970px )
{
	.new_re_package_box .package_box.premium_package {
		box-shadow: none;
	}
	.job_shop_visual .right_section p { width: 100%; float: none; }
	.covid-job-text img {max-width: 280px;position: relative;top: 0; left: -100px;}

}


@media screen and ( max-width: 950px )
{
	.office_ill_desk { display: none !important; }
	.office_ill_xsm { display: block !important; max-width: 34%; }
	.why_package_box .container > p:nth-of-type(1) { bottom: 180px; }
	.why_package_box .container > p:nth-of-type(2) { bottom: 140px; }
	.why_package_box .container > p:nth-of-type(3) { bottom: 100px; }
	.why_package_box .container > p:nth-of-type(4) { bottom: 200px; }
	.why_package_box .container > p:nth-of-type(5) { bottom: 155px; }
	.why_package_box .container > p:nth-of-type(6) { bottom: 90px; }
	.our_team .p_info_box { width:calc(33.33333333% - 20px); }
	.head_container { height: auto; }
	.new_real_services_top .container > div { width: 50%; }
	.offers-for-car-dealers::after { right: -100px;}
}

@media screen and ( max-width: 906px )
{
	.stat_box .phone_img { width: 315px; height: 264px; }
	.phone_info_box { margin-top: 80px; margin-left: 40px; }
	.phone_stat_box { height: 200px; }
	.package_box.standard_package,
	.package_box.pro_package,
	.package_box.premium_package
	{ position: static;  display: block; float: none; width: 100%; box-shadow: none; margin-bottom: 40px; }
	.shop_cell.empty { display: none; }

	.shop_package_box .package_box > div:nth-of-type(4),
	.shop_package_box .package_box > div:nth-of-type(5),
	.shop_package_box .package_box > div:nth-of-type(6),
	.shop_package_box .package_box > div:nth-of-type(7),
	.shop_package_box .package_box > div:nth-of-type(8) { min-height: auto; }

	.shop_package_box .standard_package > div:nth-of-type(2),
	.shop_package_box .pro_package > div:nth-of-type(5) { border-bottom: 0; }
	.container.shop_package_box > div:last-of-type { margin-bottom: 0; }
	.shop_package_box .price_info { margin-top: 10px; }
	.lead_count .lead_price { padding-top: 35px; }
	.shop_package_box .package_box.pro_package, .job_shop_package_box .package_box.pro_package
	{ position: static; box-shadow: none; width: 100%; }
	.job_shop_package_box .package_box > div { min-height: auto !important; }
}

@media screen and ( max-width: 860px )
{
	.offered_package_content p { max-width: 100%; width: 100%; }
	.stat_box .info_box, .stat_box .info_box.half { width: 100%; border: 0px; border-radius: 0px; background-color: transparent; margin-bottom: 0px; }
	.phone_info_box { max-width: 230px; }

	.shop_top_part .container > div { width: 33%; }
	.shop_top_part .container div:nth-of-type(4n) .sepa { display: block; }
	.shop_top_part .container div:nth-of-type(3n) .sepa { display: none; }
	.display_prices_crea { float: none; width: 100%; max-width: 400px; }
	.display_prices_right { float: none; max-width: 100%; text-align: center; }
	.display_prices_crea,
	.display_prices .display_prices_btn,
	.display_prices .display_prices_right span { margin: 0 auto; display: block; }
	.display_prices .display_prices_btn { margin-top: 24px; }
	.covid-job-text {padding: 0 10px;}
	.covid-job-text img { left: 0;}
}

@media screen and ( max-width: 725px )
{
	.offered_package_content_line span { display: block; line-height: 20px; }
	.offered_package_prices { display: block; }
	.add_package_btn { margin-bottom: 35px; }
	.why_package_box object { max-width: 210px; }
	.feature_box_item { width: 100%; margin-right: 10px; }
	.our_team .p_info_box, .our_team.p_info_3 .p_info_box { width:calc(50% - 20px); }
	.b2b_office_box .office_info_box { width: 50%; border: 0px; }
	.get_offer_box .left_box { display: none; }
	.get_offer_box .right_box { float: none; width: 100%; }
	.covid .others_who_choose_us.mobile,
	.get_offer_box .left_box.covid{display: block;}
	.covid .others_who_choose_us {display: none;}
	.full_box.covid-job-text h2 {margin-bottom: 20px; order: 2; margin-top: -20px;}
	.full_box.covid-job-text .container {display: -webkit-flex; display: flex; flex-direction: column;}
	.covid-job-text .left { order: 1;}
	.covid-job-text .right { order: 4;}
	.full_box.covid-job-text .h2_sepa {order: 3;}
	.covid-job-text .left, .covid-job-text .right {width: 100%; max-width: 100%;  min-height: auto;}
	.covid-job-text img {max-width: 110px; position: relative; top: -40px; left: 0; display: block; margin: 0 auto;}
}

@media screen and ( max-width: 670px )
{
	.b2b_office_box .left_side { float: none; margin: 0 auto; width: 65%; }
	.b2b_office_box .right_side { width: 100%; }
	.b2b_office_box .right_side .listing_office_info { margin-bottom: 15px; }
	h2 { font-size: 28px; }
	.why_package_box .container > p { position: static; text-align: center; display: block; max-width: 100%; line-height: 25px; font-weight: normal; }
	.shop_top_part .container > div { width: 50%; }
	.shop_top_part .container div:nth-of-type(3n) .sepa { display: block; }
	.shop_top_part .container div:nth-of-type(2n) .sepa { display: none; }
}

@media screen and ( max-width: 640px )
{
	.phone_info_box { margin-left: -20px; }
	.new_real_services_top .container > div { width: 100%; }
	.offers-for-car-dealers::after {right: -350px;}

	.success_stories .partner_box .partner_crea { display: none; }
	.success_stories .partner_box .nav_left,
	.success_stories .partner_box .nav_right {
		top: 136px;
		padding: 8px;
		font-size: 20px;
	}
	.success_stories .partner_box .info_box,
	.success_stories .partner_box .info_box:first-child {
		width: 100%;
		margin-right: 0;
	}

	.phone_info_box { margin-left: -20px; }
	.new_real_services_top .container > div { width: 100%; }
	.offers-for-car-dealers::after {right: -350px;}
}

@media screen and ( max-width: 580px )
{
	.phone_stat_box { position: relative; height: 92px; }
	.stat_box .phone_img { position: absolute; width: 195px; height: 164px; margin: 0px; left: -30px; bottom: -100px; }
	.phone_info_box { max-width: 300px; margin: 0 auto; display: block; margin-top: 70px; }
	.select_package_input { width: 100%; margin-bottom: 15px; }
	.select_package_input:nth-last-of-type(1) { margin-bottom: 0px; }
	.our_team .p_info_box, .our_team.p_info_3 .p_info_box { width:calc(100% - 20px); }
	.lead_count .lead_info { padding-top: 0 !important; }
	.lead_count .lead_info, .lead_count .lead_price { width: 100%; float: none; text-align: center; padding: 20px; height: auto; }
	.lead_count .lead_info span { text-align: center; }
	.head_container .menu_box { display: block; text-align: center;}
	.menu_box .menu_item { width: 30%; border-bottom: 1px solid rgba(255,255,255,0.20); display: inline-block; min-height: 84px; padding: 10px 0; }
	.head_container .menu_item:hover { border-bottom: 1px solid rgba(255,255,255,0.20); }
	.table_of_prices table,
	.table_of_prices table tbody tr td { font-size: 12px; }
	.table_of_prices table thead tr th { padding: 15px 0; }
	.head_container.covid_head h1 {margin-bottom: 40px; min-height: auto;}
	.head_container.covid_head .menu_box { padding: 0 10px 40px 10px;box-sizing: border-box;}
	.full_box.covid-text p,
	.offers-for-real-estate-agency p,
	.offers-for-webshops p,
	.covid-job-text p,
	.full_box.offers-for-real-estate-agency ul li,
	.offers-for-car-dealers ul li,
	.offers-for-webshops ul li,
	.full_box.features_box.offers-for-car-dealers p{font-size: 12px;}
	.sum-text-wrapper p {font-size: 14px;}
	.sum-text-wrapper {padding: 40px 0;}
	.full_box.get_offer_box h2 {margin-top: 0;}
}

@media screen and ( max-width: 450px )
{
	.head_container { padding-top: 90px; }
	.head_container h1 { font-size: 28px; margin-bottom: 60px; }
	.offer_btn { max-width: 300px; left: calc(50% - 150px); }
	.stat_box .phone_img { left: calc(50% - 98px); bottom: -140px; }
	.b2b_office_box .office_info_box { width: 100%; }
	.overlay_img { display: none; }
	.hahu_sync object { display: none; }
	.hahu_sync p span { width: 100%; }
	.hahu_sync p b { padding-left: 0; }
	.shop_top_part .container > div { width: 100%; min-height: auto; margin-bottom: 20px; }
	.shop_top_part .container div .sepa { display: none !important; }
	.prices_box p {max-width: 250px;}
	.offers-for-car-dealers::after {right: -435px;}
	.full_box.offers-for-webshops {max-height: 400px;}
	.full_box.offers-for-webshops {max-height: 510px;}
	
}

@media screen and ( max-width: 320px )
{
	.offers-for-webshops .container {
		top: -245px;
	}
	.offers-for-car-dealers {
		 margin-bottom: 220px;
	 }
}

