body {
	color:#000;
}

body:after {
	content: '';
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	visibility: hidden;
	opacity: 0;
	z-index:8;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}

.body_overlay:after {
	visibility: visible;
	opacity: 1;
}

.header {
	background-color: #333333;
	padding-top: 26px;
	padding-bottom: 11px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.header_menu_item {
	float: left;
	border: 1px solid #474747;
	margin-right: 9px;
	padding: 4px 8px 3px 8px;
	border-radius: 3px;
	transition: all 0.1s ease-in;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
}

.mobile_calc {
	display: none;
}

.mobile_search_icon {
	position: absolute;
	top: 11px;
	right: 2px;
	display: none;
}

.calc_dropdown_icon.calc_dropdown_icon_orange {
	background-color: #FE860F;
	padding: 11px 14px 11px 14px;
}

.calc_dropdown_icon.calc_dropdown_icon_green {
	background-color: #7EC037;
	padding: 11px 14px 11px 14px;
}

.calc_dropdown_text.calc_dropdown_icon_orange {
	color: #FE860F;
}

.calc_dropdown_text.calc_dropdown_icon_green {
	color: #7EC037;
}

.header_menu_item.search {
    padding: 7px 8px 3px 8px;
    cursor: pointer;
}

.calc_dropdown_wrap {
    position: fixed;
    background-color: #fff;
    z-index: 3;
    width: 100%;
    top: 52px;
    transform: translateY(-100%);
    -webkit- transform: translateY(-100%);
    -moz- transform: translateY(-100%);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    display: none;
}

.calc_dropdown_wrap_active {
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
}

.calc_dropdown_item {
	cursor: pointer;
	border-bottom: 1px solid #D7D7D7;
}

.calc_dropdown_icon {
	float: left;
	background-color: #E20344;
	padding: 14px 13px;
	margin-right: 14px;
}

.calc_dropdown_text {
	float: left;
	font-family: 'cust_tahoma-bold';
	font-size: 14px;
	line-height: 46px;
	text-transform: uppercase;
	color: #E20344;
	font-weight: bold;
}

.header_menu_item.user {
	padding: 0;
	padding-right: 5px;
}

.header_menu_item.user_login {
	padding: 3px 10px;
}

.calendar_logo {
	padding-top: 3px;
}

.header_menu_item:hover {
	background: #474747;
}

.menu_items_wrap {
	float: left;
}

.user_logo {
	padding-top: 3px;	
	float: left;
	margin-right: 7px;
}

#user_pic_last {
	width: 33px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center center;	
	float: left;
	margin-right: 6px;
}

#big_user_wrapper {
	padding: 0;
	padding-right: 5px;
}

#big_user_wrapper:hover .user_dropdown_wrap {
	display: block;
}

.user_drop_wrapper {
	position: absolute;
	top: 32px;
	left: 0;
	z-index: 4;
	padding-top: 10px;
}

.user_dropdown_wrap {
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
	padding: 0 18px;
	display: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease; 
}

.user_dropdown_item {
	border-bottom: 1px solid #DFDFDF;
}

.user_dropdown_item.no_bord {
	border: none;
}

#user_iconka {
	margin-left: 3px;
	margin-right: 6px;
}

#log_out_here {
	margin-left: 2px;
}

.user_dropdown_icon {
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.user_dropdown_text {
	font-family: 'Tahoma';
	font-size: 15px;
	line-height: 41px;
	color: #7c7c7c;
	display: inline-block;
	vertical-align: middle;
}

.user_dropdown_wrap a {
	text-decoration: none;
}

#star {
	padding-bottom: 7px;
	padding-top: 3px;
}

.user_name_block {
	font-family: 'cust_tahoma-bold';
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

.my_page {
	font-family: 'Tahoma';
	font-size: 12px;
	line-height: 11px;
	text-transform: uppercase;
	color: #E0E0E0;
	float: left;
	margin-top: 7px;
}

.my_page span {
	text-transform: none;
}

#user_greet {
	margin-top: 3px;
	font-size: 10px;
}

.my_page.user {
	font-family: 'Tahoma';
	font-size: 10px;
	line-height: 12px;
	color: #fff;
	text-transform: none;
	margin-top: 0;
	float: none;
	margin-top: 3px;
}

.my_page.name {
	font-family: 'cust_tahoma-bold';
	font-size: 11px;
	line-height: 12px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0;
	float: none;
}

.user_basic_wrap {
	float: left;
}

.header_menu_wrap {
	float: left;
	position: relative;
}

.abc_logo {
	position: absolute;
	left: 50%;
	margin-left: -183px;
}

.abc_logo_first_svg {
	float: left;
}

.abc_logo_first_svg img {
	width: 271px;
	height: 32px;
}

.wrapper_404 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #333333;
	background-image: url(../images/404_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.basic_wrapper {
	position: relative;
}

.abc_logo_404 {
	text-align: center;
	padding-top: 60px;
	margin-bottom: 158px;
}

.abc_logo_404 img {
	display: inline-block;
	width: 224px;
}

.wrapper_block_404 {
	text-align: center;
}

.block_404 {
	display: inline-block;
	background-color: #fff;
	border-radius: 10px;
	position: relative;
	padding: 86px 75px 60px 75px;
	margin-bottom: 104px;
	box-shadow: 0px 5px 54px 0px rgba(0, 0, 0, 0.45);
}

.colors_wrapper {
	width: 224px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -112px;
}

.color_red {
	width: 33.3%;
	height: 4px;
	float: left;
	background-color: #FF0436;
}

.color_orange {
	width: 33.3%;
	height: 4px;
	float: left;
	background-color: #FE860F;
}

.color_green {
	width: 33.3%;
	height: 4px;
	float: left;
	background-color: #7EC037;
}

.only_404 {
	text-align: center;
	font-family: 'cust_tahoma-bold';
	font-weight: bold;
	font-size: 120px;
	line-height: 35px;
	color: #000;
	margin-bottom: 70px;
}

.month_slider_item {
	padding-top: 10px;
}

.only_slider_item {
	background-color: #fff;
	border-radius: 5px;
	width: 100%;
	height: 110px;
	margin-bottom: 30px;
	position: relative;
	display: table;
	padding-left: 113px;
	padding-right: 10px;
}

.only_slider_pic {
	width: 105px;
	height: 105px;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: -10px;
	left: -10px;
}

.only_slider_line {
	width: 30px;
	height: 2px;
	background-color: #e30045;
	position: absolute;
	top: 9px;
	right: -5px;
}

.only_slider_text {
	font-family: 'cust_tahoma-bold';
	font-size: 15px;
	line-height: 21px;
	font-weight: bold;
	color: #000;
	display: table-cell;
	vertical-align: middle;
}

.only_left_arr {
	width: 42px;
	height: 103px;
	background-image: url(../images/only_left.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 150px;
	left: 83px;
	cursor: pointer;
}

.only_right_arr {
	width: 42px;
	height: 103px;
	background-image: url(../images/only_right.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 150px;
	right: 83px;
	cursor: pointer;
}

.only_pager_wrapper {
	text-align: center;
}

.only_pager {
	display: inline-block !important;
}

.only_pager a {
	width: 12px;
	height: 12px;
	background-color: #c0c0c0;
	border-radius: 50%;
	font-size: 0;
	float: left;
	margin-right: 11px;
}

.only_pager a:nth-last-of-type(1) {
	margin-right: 0;
}

.only_pager a.selected {
	width: 14px;
	height: 14px;
	background-color: #eb0031;
	margin-top: -1px;
}

.err {
	text-align: center;
	font-family: 'cust_tahoma-bold';
	font-weight: bold;
	font-size: 24px;
	line-height: 35px;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 7px;
}

.return_home {
	font-family: 'GHEA-Mariam';
	font-size: 20px;
	line-height: 24px;
	color: #000;
	margin-bottom: 36px;
}

.btn_404_wrapper {
	text-align: center;
}

.btn_404 {
	background-color: #E20344;
	display: inline-block;
	padding: 10px 24px;
	border-radius: 22px;
}

.text_404 {
	font-family: 'cust_tahoma-bold';
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	vertical-align: middle;
}

.icon_404 {
	margin-right: 3px;
	vertical-align: middle;
}

.sitemap_heading {
	font-family: 'cust_tahoma-bold';
	font-size: 24px;
	line-height: 35px;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #D7D7D7;
	text-transform: uppercase;
	position: relative;
	margin-top: 11px;
	padding-bottom: 16px;
	margin-bottom: 25px;
}

.sitemap_heading:before {
	content: '';
	width: 44px;
	height: 3px;
	background-color: #E20344;
	position: absolute;
	top: -12px;
	left: 0;
}

.level_wrapper {
	background-color: #ECECEC;
	border-radius: 5px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 18px;
	margin-bottom: 30px;
}

.first_level {
	font-family: 'cust_tahoma-bold';
	font-size: 20px;
	line-height: 24px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
}

.first_level_span {
	position: relative;
	color: #000;
}

.first_level_span:before {
	content: '';
	width: 4px;
	background-color: #E20344;
	position: absolute;
	top: 3px;
	bottom: 0;
	left: -20px;
}

.second_level {
	font-family: 'cust_tahoma-bold';
	font-size: 16px;
	line-height: 19px;
	color: #000;
	font-weight: bold;	
	position: relative;	
	padding-left: 14px;
	margin-top: 15px;
}

.second_level_span {
	position: relative;
	text-transform: uppercase;
	color: #000;
}

.second_level_span:before {
	content: '';
	width: 3px;
	background-color: #E20344;
	position: absolute;
	top: 4px;
	bottom: 0;
	left: -14px;
}

.second_level_after {
	width: 1px;
	background-color: #BEBEBE;
	position: absolute;
	top: 55px;
	bottom: 0;
	left: 0;
}

.third_level {
	font-family: 'cust_tahoma-bold';
	font-size: 14px;
	line-height: 17px;
	color: #000;
	font-weight: bold;
	position: relative;
	padding-left: 24px;
	margin-top: 13px;
}

.prev_rulles_wrap {
	float: left;
}

.third_level:before {
	content: '';
	width: 29px;
	height: 5px;
	background-image: url(../images/map.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 13px;
	left: -15px;
}

.fourth_level {
	font-family: 'Tahoma';
	font-size: 14px;
	line-height: 17px;
	color: #000;
	margin-bottom: 2px;
	padding-left: 18px;
	font-weight: normal;
	text-transform: none;
}

.fifth_level {
	font-family: 'Tahoma';
	font-size: 12px;
	line-height: 17px;
	color: #000;
	padding-left: 40px;
	font-weight: normal;
	text-transform: none;
}

.bottom_rules {
	font-family: 'Tahoma';
	font-size: 13px;
	line-height: 22px;
	color: #fff;
	text-align: center;
}

.abc_copyright {
	font-family: 'Tahoma';
	font-size: 13px;
	line-height: 22px;
	color: #fff;
	text-align: center;
}

.abc_logo_second_svg {
	float: left;
	margin-left: 11px;
}

.abc_logo.user {
	margin-left: 132px;
}

.central_bank_logo {
	width: 229px;
	height: 29px;
	float: right;
	background-image: url(../images/00000.svg);
	background-repeat: no-repeat;
	background-position: center center; 	
}

.central_second_logo {
	position: absolute;
	right: 16px;
	top: 13px;
	display: none;
}

.burger_x {
    position: absolute;
    top: 13px;
    left: 17px;
    z-index: 1;
    pointer-events: none;
    display: none;
}

.open_more_wrap {
	border-top: 1px solid #484848;
	margin-top: 26px;
}

.second_menu_wrap {
	float: left;
	padding-top: 9px;
}

.second_menu_item {
	float: left;
	margin-right: 29px;
	position: relative;
}

.second_menu_item:nth-last-of-type(2) {
	margin-right: 0;
}

.second_menu_item:after {
	content: '';
	width: 5px;
	height: 5px;
	background-color: #6D6D6D;
	border-radius: 50%;
	position: absolute;
	right: -18px;
	top: 18px;
}

.second_menu_item:nth-last-of-type(2):after {
	display: none;
}

.second_menu_item a {
	font-family: 'cust_tahoma-bold';
	font-size: 16px;
	line-height: 41px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

.second_menu_item a.active{
	color: #aaaaaa;
}

.second_menu_item_drop{
	position: absolute;
    left: 0;
    top: 52px;
    background: white;
    padding-left: 22px;
    padding-top: 17px;
    padding-right: 22px;
    padding-bottom: 7px;
    max-width:262px;
    min-width:200px;
    z-index:2;
    visibility:hidden;
    opacity:0;
    transition:all 0.25s;
    -webkit-transition:all 0.25s;
    -moz-transition:all 0.25s;
    box-shadow: 0px 5px 54px 0px rgba(0, 0, 0, 0.45);
}

.second_menu_item_drop:before {
	content:'';
	position:absolute;
	left:26px;
	top:-7px;
	width:14px;
	height:14px;
	background:white;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
}

.second_menu_item:hover .second_menu_item_drop{
	visibility:visible;
    opacity:1;
}

.second_menu_item_drop a {
	display:block;
	    font-family: 'Tahoma';
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    color: #000;
    margin-bottom: 7px;
    text-transform: unset !important;
    font-weight: normal !important;
}

.more {
	float: right;
	cursor: pointer;
	border: 1px solid #484848;
	border-radius: 3px;
	font-family: 'Tahoma';
	text-transform: uppercase;
	color: #999999;
	padding: 7px 25px 6px 12px;
	font-weight: bold;
	margin-top: 13px;
	position: relative;
	user-select:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;    
}

.border-color {
	border-top:2px solid #E20344;
}

.more_active {
	background-color: #474747;
}

.more_arr {
	position: absolute;
	right: 10px;
	top: 6px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}

.more_arr_active {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
    transform-origin: 55% 55%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform-origin: 55% 55%;
    -webkit-transform-origin: 55% 55%;
    -moz-transform-origin: 55% 55%;
}

.menu_wrap {
	margin-top: 26px;
	position: relative;
	padding: 0 17px;
}

.menu_wrap.last.short .open_menu_heading a {
	line-height: 21px;
}

.menu_wrap.none_pad {
	padding-left: 0;
}

.menu_wrap:after {
	content: '';
	width: 1px;
	height: 100%;
	background-color: #D8D8D8;
	position: absolute;
	top: 4px;
	right: -16px;
}

.menu_wrap.last:after {
	display: none;
}

.menu_wrap.short:after {
	//height: 113px;
}

.open_menu_wrap {
	position: absolute;
	width: 100%;
	background-color: #fff;
	z-index: 99;
	margin-top: 11px;
	visibility:hidden;
}

.open_menu_wrap_active {
	visibility:visible;
}

.open_menu_item {
	margin-top: 7px;
}

.menu_wrap.last.short .open_menu_heading {
	margin-bottom: 5px;
}

.open_menu_heading {
	position: relative;
}

.coming_soon {
	display:inline-block;
	vertical-align:middle;
	background-color:#e30045;
	padding-left:5px;
	padding-right:5px;
	color:#fff;
	font-family:'cust_tahoma-bold';
	text-transform:uppercase;
	line-height:18px;
	border-radius:3px;
	margin-left:8px;
}

.open_menu_heading_click {
	border-bottom: 2px solid #E20344;
}

.open_menu_heading_arr {
	position: absolute;
	top: 0;
	right: 0;
}

.open_menu_heading a {
	font-family: 'cust_tahoma-bold';
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}

.open_menu_heading a:hover {
	color: #E30045;
}

.open_menu_item a {
	font-family: 'Tahoma';
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
	color: #000;
}

.open_menu_line {
	height: 1px;
	background-color: #D8D8D8;
	margin-top: 22px;
}

.red {
	width: 33.33333%;
	height: 4px;
	float: left; 
	background-color: #E30045; 
}

.yellow {
	width: 33.33333%;
	height: 4px;
	float: left;
	background-color: #FF8704;
}

.green {
	width: 33.33333%;
	height: 4px;
	float: left;
	background-color: #80C133;
}

.border_wrap {
	margin-top: 26px;
}

.calc_wrapper {
	border: 1px solid #D8D8D8;
	border-radius: 3px;
	margin-top: 40px;
	margin-bottom: 30px;
}
.calc_wrapper .red_button{
	margin-left: 0 !important;
}
.calc_top_wrap {
	border-bottom: 1px solid #D8D8D8;
	padding: 12px 18px;
}

.calc_wrapper .inp_wrapper{
	display: none;
}
.calc_wrapper .inp_wrapper.active{
	display: block;
}
.calc_image {
	float: left;
	position: relative;
	margin-right: 32px;
	margin-top: 1px;
} 

.calc_image:after {
	content: '';
	width: 1px;
	height: 100%;
	background-color: #D8D8D8;
	position: absolute;
	top: 0;
	right: -17px;
}

.calc_top_item {
	float: left;
	margin-right: 30px;
	position: relative;
}

.calc_top_item:after {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #D6D6D6;
	position: absolute;
	top: 11px;
	right: -18px;
}

.calc_top_item:before {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #E30045;
	position: absolute;
	left: 0;
	bottom: -13px;
	display: none;
}

.calc_top_item.active:before {
	display: block;
}

.calc_top_item.active a {
	color: #000;
}

.calc_top_item:nth-last-of-type(2):after {
	display: none;
}

.calc_top_item a {
	font-family: 'cust_tahoma-bold';
	font-size: 15px;
	line-height: 26px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #7B7B7B;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

.calc_top_item a:hover {
	color: #000;
}

.inp_wrapper {
	background-color: #EBEBEB;
	padding-left: 20px;
	padding-top: 12px;
	padding-bottom: 19px;
}

.inp_item {
	float: left;
	margin-right: 20px;
}

.button_continue {
	float: left;
	margin-top: 30px;
}

.inp_heading {
	font-family: 'Tahoma';
	font-size: 15px;
	line-height: 23px;
}

.money {
	outline: none;
	border: 1px solid #D8D8D8;
	width: 293px;
	height: 45px;
	background-color: #fff;
	padding-left: 14px;
	margin-top: 5px;
	font-size: 16px;
	line-height: 23px;
	text-align: left !important;
}


span.red_star, .inp_heading sup {
	color: red;
	font-family: 'Tahoma';
    font-size: 15px;
    line-height: 23px;
    top: 0 !important;
    padding-left: 3px;
}

.red_button {
	height: 41px;
	background-color: #E30045;
	border-radius: 20.5px;
	border: none;
	outline: none;
	font-family: 'cust_tahoma-bold';
	font-weight: bold;
	color: #fff;
	padding: 0 24px 0 25px;
	text-transform: uppercase;
	margin-left: 22px;
	font-size: 13px;
}

.abc_news_wrap {
	border-top: 3px solid #E30045;
	padding-top: 9px;
}

.news_heading {
	font-family: 'cust_tahoma-bold';
	font-weight: bold;
	font-size: 19px;
	line-height: 35px;
	text-transform: uppercase;
	margin-bottom: 16px;
	color: #000;
}

.news_item {
	margin-bottom: 30px;	
}

.news_date {
	font-family: 'Tahoma';
	font-size: 11px;
	line-height: 21px;
	color: #757575;
	padding-top: 2px;
}

.news_text {
	font-family: 'Tahoma';
	font-size: 14px;
	line-height: 21px;
	color: #000;
	overflow: hidden;
}

.news_pic {
	width: 70px;
	height: 70px;	
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.pic_wrap {
	float: left;
	margin-right: 11px;
	margin-top: 5px;
}

.hot_line_wrap {
	border: 1px solid #464646;
	border-radius: 5px;
	padding-top: 20px;
	margin-bottom: 32px;
}

.football_wrap {
	//background-color: #0957B7;
	margin-bottom: 26px;
}

.football_wrap img {
	border-radius: 5px;
}

.puzzle_wrap img{
	margin-bottom: 32px;
	border-radius: 5px;
}

.football_pic {
	height: 140px;
	background-image: url(../images/football.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.football_text {
	font-family: 'cust_tahoma-bold';
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	padding-top: 16px;
	margin-bottom: 16px;
}

.start_game_wrap {
	text-align: center;
}	

.start_game {
	background-color: #fff;
	display: inline-block;
	border-radius: 20px;
	padding: 7px 20px;
	cursor: pointer;
}

.start_span {
	font-family: 'cust_tahoma-bold';
	font-size: 13px;
	line-height: 26px;
	font-weight: bold;
	text-transform: uppercase; 
	color: #075AA8;
	margin-right: 2px;
}

.telephone {
	text-align: center;
}

.telephone_heading {
	font-family: 'Tahoma';
	font-size: 25px;
	line-height: 22px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 13px;
	margin-bottom: 18px;
}

.telephone_number {
	font-family: 'cust_tahoma-bold';
	font-size: 30px;
	line-height: 26px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #464646;
	padding: 12px 0;
}

.voluntary_wrap {
	border-radius: 5px;
	background-color: #ECECEC;
	margin-top: 32px;
	padding: 30px 0;
}

.people_wrap {
	text-align: center;
}

.circle {
	width: 112px;
	height: 112px;
	background-color: #EBD4DB;
	border-radius: 50%;
	text-align: center;
	padding-top: 24px;
	display: inline-block;
}

.valuntary {
	font-family: 'cust_tahoma-bold';
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 5px;
	color: #000;
}

.valuntary_text {
	font-family: 'GHEA-Mariam';
	font-size: 17px;
	line-height: 25px;
	text-align: center;
	padding: 0 25px;
}

.valuntary_button {
	padding: 0 45px;
	margin-top: 17px;
}

.valuntary_but {
	width: 100%;
	height: 41px;
	border-radius: 20.5px;
	background-color: #E30045;
	border: none;
	outline: none; 
	text-transform: uppercase;
	font-family: 'cust_tahoma-bold';
	font-size: 13px;
	line-height: 26px;
	color: #fff;
	font-weight: bold;
	background-image: url(../images/111.png);
	background-repeat: no-repeat;
	background-position: 22px 11px;
	padding-left: 26px;
}

.small_slider_wrap {
	border-top: 3px solid #E30045;
	padding-top: 16px;
}

.small_slider_heading {
	position: relative;
}

.small_slider_pager_wrap {
    position: absolute;
    left: 50%;
    bottom: 49px;
    margin-left: -21px;
	display: none;
}

.small_slider_pager a {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #B6B6B6;
	font-size: 0;
	float: left;
	margin-left: 6px;
}

.small_slider_pager a.selected {
	background-color: #6E6E6E;
}

.small_slider_pager1 {
	display: none;
}

.small_slider_pager1 a {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #B6B6B6;
	font-size: 0;
	float: left;
	margin-left: 6px;
}

.small_slider_pager1 a.selected {
	background-color: #6E6E6E;
}

.small_slider_pager2 {
	display: none;
}

.small_slider_pager2 a {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #B6B6B6;
	font-size: 0;
	float: left;
	margin-left: 6px;
}

.small_slider_pager2 a.selected {
	background-color: #6E6E6E;
}

.small_slider_pager3 {
	display: none;
}

.small_slider_pager3 a {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #B6B6B6;
	font-size: 0;
	float: left;
	margin-left: 6px;
}

.small_slider_pager3 a.selected {
	background-color: #6E6E6E;
}

.heading {
	font-family: 'cust_tahoma-bold';
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	color: #000;
}

.search_black {
	font-family: 'cust_tahoma-bold';
	font-weight: bold;
	color: #575757;
	font-size: 25px;
	text-transform: uppercase;
}

.searcho_icon_black {
	margin-right: 10px;
}

.searcho_icon span {
	vertical-align: middle;
}

.small_slider_wrapper {
	height: 233px;
	border: 1px solid #D8D8D8;
	border-radius: 5px;
	margin-top: 17px;
	padding-top: 21px;
	position: relative;
	margin-bottom: 42px;
	position: relative;
}

.text_wrap {
	font-family: 'Tahoma';
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	padding: 0 25px;
	max-height: 118px;
	overflow-y: hidden;
}

.slider_wrapxx {
	width: 100%;
	height: calc(100% - 58px);
	display: table;
}

.slider_wrapxx_in {
	display: table-cell;
	vertical-align: middle;
}

.small_slider_item {
	float: left;
}


.clip {
	position: absolute;
	top: -7px;
	right: 30px;
}

.left_arrow {
	position: absolute;
	top: 42%;
	margin-top: -15px;
	left: 10px;
	cursor: pointer;
}

.right_arrow {
	position: absolute;
	top: 42%;
	margin-top: -15px;
	right: 10px;
	cursor: pointer;
}

.other_questions {
	width: 100%;
	padding: 0 29px;
	margin-top: 24px;
	position: absolute;
	bottom: 0;
}

.other {
	border-top: 1px solid #D8D8D8;
	text-align: center;
	padding: 5px 0;
}

.other a {
	font-family: 'Tahoma';
	font-size: 13px;
	line-height: 26px;
	text-decoration: none;
	color: #737373; 
}

.orange_wrap {
	text-align: center;
}	

.orange {
	background-color: #FF8704;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	font-family: 'cust_tahoma-bold';
	font-size: 11px;
	font-weight: bold;
	border-radius: 3px;
	padding: 4px 8px;
	margin-bottom: 6px;
}

.insurance_wrap {
	border-top: 3px solid #E30045;
	padding-top: 15px;
}

.link {
	float: right;
}

.link a {
	font-family: 'Tahoma';
	font-size: 13px;
	line-height: 26px;
	text-decoration: none;
	color: #737373;
}

.insurance_content {
	border: 1px solid #D8D8D8;
	border-radius: 5px;
	margin-top: 13px;
	margin-bottom: 74px;
}

.insurance_pic {
	width: 264px;
	height: 350px;	
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	float: left;
	margin-right: 20px;
}

.insurance_point_wrap {
	width: calc(100% - 284px);
	float: left;
}

.insurance_point {
	border-bottom: 1px solid #D8D8D8;
	padding-left: 5px;
	padding-bottom: 11px;
	margin-right: 21px;
}

.insurance_point:nth-last-of-type(1) {
	border-bottom: 0;
}

.inter_circle {
	fill: #EBEBEB;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}

.inter_svg {
	fill: #505050;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}

.interrogative {
	float: left;
	margin-top: 15px;
	margin-right: 10px;
	padding-left: 1px;
	cursor: pointer;
}

.interrogative:hover .inter_svg {
	fill: #fff;
}

.interrogative:hover .inter_circle {
	fill: #323232;
}

.interrogative img {
	margin-top: -1px;
}

.interrogative_text {
	width: calc(100% - 31px);
	float: left;
	margin-top: 15px;
}

.interrogative_text a {
	font-family: 'cust_tahoma-bold';
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

.if_i_wrap {
	text-align: center;
	margin-bottom: 32px;
	margin-top: 70px;
}

.if_i {
	text-transform: uppercase;
	font-family: 'cust_tahoma-bold';
	font-size: 40px;
	line-height: 26px;
	font-weight: bold;
	display: inline-block;
	color: #000;
	position: relative;
}

.if_i:before {
	content: '';
	width: 25px;
	height: 4px;
	background-color: #E30045;
	position: absolute;
	top: -18px;
	left: 50%;
	margin-left: -12px;
}

.big_item_icon {
	text-align: center;
}

.big_item_icon img {
	width: 183px;
	height: 119px;
}

.big_item_heading {
	text-transform: uppercase;
	font-family: 'cust_tahoma-bold';
	font-size: 25px;
	line-height: 26px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #000;
	display:inline-block;
	vertical-align:middle;
}

.big_slider_item .coming_soon{
	background-color:#ff8704;
    margin-top: 10px;	
}

.big_slider_item.desable-item .slide_button {
	background-color:rgba(255,135,4, 0.5);
	pointer-events:none;
}

.big_slider_items .big_slider_item.desable-item:nth-child(2n) button{
	background-color:rgba(255,135,4, 0.5);
	pointer-events:none;
}

.big_slider_wrap {
	position: relative;
}

.big_slider_item {
	width: 33.333%;
	float: left;
	padding: 0 15px;
	text-align:center;
}

.big_item_text {
	position: relative;
	padding-bottom: 70px;
}

.big_slider_text {
	font-family: 'GHEA-Mariam';
	font-size: 16px;
	line-height: 25px;
	text-align: center;
}

.big_slider_text.orange1 {
	margin-bottom: 31px;
}

.slider_button {
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -88px;
}

.slide_button {
	height: 46px;
	background-color: #E30045;
	border: none;
	outline: none;
	border-radius: 23px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'cust_tahoma-bold';
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	padding: 0 19px;
	width: 100%;
}

.slide_button.orange {
	background-color: #FF8704;
}

.slide_button.green {
	background-color: #80C133;
}

.grey_wrap {
	background-color: #F5F5F5;
	padding: 60px 0;
	position: relative;
	margin-bottom: 74px;
}

.big_slider_pager {
	display: none;
}

.big_slider_pager a {
	width: 7px;
	height: 7px;
	background-color: #B6B6B6;
	border-radius: 50%;
	font-size: 0;
	float: left;
	cursor: pointer;
	margin-left: 6px;
}

.big_slider_pager a:first-child {
	margin-left: 0;
}

.big_slider_pager a.selected {
	background-color: #6E6E6E;
}

.big_slider_leftarr {
	position: absolute;
	left: -94px;
	top: 50%;
	margin-top: -52px;
	cursor: pointer;
}

.big_slider_rightarr {
	position: absolute;
	right: -94px;
	top: 50%;
	margin-top: -52px;
	cursor: pointer;
}

.life_situations {
	border: 1px solid #D8D8D8;
	border-radius: 5px;
	margin-bottom: 30px;
	position: relative;
}

.life_heading {
	font-family: 'cust_tahoma-bold';
	font-size: 20px;
	line-height: 23px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 16px;
	color: #000;
	padding-right: 20px;
	max-height: 70px;
	overflow: hidden;
}

.big_slider_rightarr svg {
	width: 43px;
	height: 104px;
}

.big_slider_leftarr svg {
	width: 43px;
	height: 104px;
}

.life_link {
	border-top: 1px solid #D8D8D8;
	padding-top: 5px;
	position: absolute;
    bottom: 7px;
    left: 140px;
    width: 199px;
}

.life_link a {
	font-family: 'cust_tahoma-bold';
	font-size: 13px;
	line-height: 26px;
	font-weight: bold;
	text-decoration: none;
	color: #585858;
}

.life_pic {
	width: 120px;
	height: 137px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	float: left;
	margin-right: 19px;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}

.other_situations {
	text-align: center;
	margin-top: 8px;
}

.other_sit {
	height: 46px;
	background-color: #FCE5EC;
	outline: none;
	border: none;
	border-radius: 23px;
	color: #E30045;
	text-transform: uppercase;
	font-family: 'cust_tahoma-bold';
	font-size: 14px;
	font-weight: bold;
	padding: 0 18px;
}

.logos_wrap {
	border-top: 1px solid #D8D8D8;
	margin-top: 60px;
}

.footer_first_wrap {
	padding-top: 29px;
}

.footer_abc_logo {
	float: left;
}

.footer_abc_logo img {
	height:26px;
}

.footer_zoom_logo {
	float: right;
}

.created {
	font-family: 'Tahoma';
	font-size: 12px;
	line-height: 22px;
	float: left;
	margin-top: 2px;
}

.zoom_logo, .s1_logo {
	float: left;
	margin-left: 5px;
}

.zoom_logo img {
	max-width:102px;
}

.s1_logo img{
	width:105px;
}

.s1_logo img{
	width: 102px;
}

.footer {
	background-color: #000;
	margin-top: 32px;
	padding-top: 25px;
	padding-bottom: 31px;
	background-image: url(../images/142.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.address {
	float: left;
}

.right_wrap {
	float: right;
}	

.address_icon {
	float: left;
	margin-top: 5px;
	margin-right: 13px;
}

.address_text {
	float: left;
	font-family: 'Tahoma';
	font-size: 14px;
	line-height: 31px;
	color: #F6F6F6;
}

.footer_menu {
	margin-bottom: 20px;
}

.footer_menu_item {
	margin-left: 30px;
	position: relative;
	float: left;
}

.footer_menu_item:before {
	content: '';
	width: 2px;
	height: 13px;
	background-color: #525252;
	position: absolute;
	top: 6px;
	left: -15px;
}

.footer_menu_item:nth-child(1):before {
	display: none;
}

.footer_menu_item a {
	font-family: 'Tahoma';
	font-size: 13px;
	line-height: 22px;
	color: #fff;
	text-decoration: none;
}

.all_rights_text {
	font-family: 'Tahoma';
	font-size: 13px;
	line-height: 22px;
	color: #fff;
	float: right;
}

.footer_icons_wrap {
	margin-top: 20px;
}

.footer_left_wrap {
	float: left;
}

.footer_right_wrap {
	float: right;
}

.footer_icon {
	display:block;
	width: 32px;
	height: 32px;
	background-color: rgba(255,255,255,0.15);
	text-align: center;
	border-radius: 5px;
	float: left;
	margin-right: 10px;
	padding-top: 8px;
	transition:all 0.25s ease;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
}

.footer_icon svg {
	width: 17px;
    height: 16px;
}

.footer_icon svg path{
	fill:white;
	transition:all 0.25s ease;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
}

.footer_icon:hover {
	background-color: rgba(255,255,255,1);
}

.footer_icon:nth-child(1):hover path{
	fill:#3B5998;
}

.footer_icon:nth-child(2):hover path{
	fill:#55acee;
}

.footer_icon:nth-child(3):hover path{
	fill:#FF0000;
}

.footer_icon:nth-child(4):hover path{
	fill:#0077b5;
}

.footer_icon:nth-child(5):hover path{
	fill:#fb3958;
}

.footer_icon:nth-child(6):hover path{
	fill:#ffa530;
}

.app-link-icon {
	float:left;
	margin-left:10px;
}

.app-link-icon svg rect {
	transition:all 0.25s ease;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
} 

.app-link-icon svg path {
	transition:all 0.25s ease;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
} 

.app-link-icon:hover rect{
	opacity:1;
}

.app-link-icon:nth-child(1):hover path{
	fill:#000;
}

.app-link-icon:nth-child(2):hover path{
	fill:#84bd59;
}

.app-link-icon:nth-child(3):hover path{
	fill:#00a1ea;
}

.first_slider_wrap {
	margin-bottom: 40px;
	position: relative;
}

.left_block {
	width: 408px;
	height: 350px;
	float: left;
	//background-color: #464646;
	position:relative;
	z-index:1;
	padding-left: 25px;
	padding-top: 30px;
	padding-right: 25px;
	border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.right_block {
	width: calc(100% - 408px);
	height: 350px;
	float: right;	
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.mobile_heading_wrap {
	display: none;
}

.mobile_calc_name { 
	float: left;
}

.mobile_left_block a {
	font-family: 'cust_tahoma-bold';
	font-size: 12px;
	line-height: 26px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}

.mobile_calc_icon {
	float: left;
	margin-right: 10px;
}

.mobile_right_block {
	float: right;
}

.mobile_left_block {
	float: left;
}

.mobile_right_block a {
	font-family: 'Tahoma';
	font-size: 12px;
	line-height: 26px;
	text-decoration: none;
	color: #000;
}

.right_block img {
	border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.first_slider_button {
	font-family: 'cust_tahoma-bold';
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	background-color: #6B6B6B;
	border: none;
	outline: none;
	border-radius: 3px;
	padding: 4px 7px 4px 8px;
}

.first_slider_item {
	float: left;
}

.first_slider_text {
	font-family: 'cust_tahoma-bold';
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
	margin-top: 9px;
	margin-bottom: 22px;
	padding-left: 1px;
	max-height: 155px;
    overflow: hidden;
}

.first_slider_button1 {
	height: 41px;
	font-family: 'cust_tahoma-bold';
	font-size: 13px;
	line-height: 26px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	background-color: #E30045;
	border: none;
	outline: none;
	border-radius: 20.5px;
	padding: 0 16px;
}

.first_left_arr {
	width: 45px;
	height: 46px;
	float: left;
	text-align: center;
	border-bottom-left-radius: 5px;
	padding-top: 14px;
	cursor: pointer;
}

.first_left_arr:hover, .first_right_arr:hover {
	background-color: #4F4F4F;
}

.first_right_arr {
	width: 45px;
	height: 46px;
	float: left;
	text-align: center;
	border-right: 1px solid #595959;
	border-left: 1px solid #595959;
	padding-top: 14px;
	cursor: pointer;
}

.pager_arrow_wrap {
	position: absolute;
	bottom: 0;
	top:0;
	width: 408px;
	background-color:#464646;	
}

.pager_arrow_wrap_in {
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	z-index:2;
	border-top: 1px solid #595959;
}

.first_slider_pager {
	padding: 18px 16px 18px 6px;
	border-left: 1px solid #595959;
	border-top: none;
	float: right;
}

.first_slider_pager a {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	float: left;
	cursor: pointer;
	margin-left: 10px;
	font-size: 0;
	background-color: #6F6F6F;
}

.first_slider_pager a.selected {
	background-color: #fff;
}

.sitemap {
	margin-top: 35px;
}

.sitemap_icon {
	float: left;
	margin-top: -2px;
}

.sitemap_item {
	float: left;
	margin-left: 10px;
}

.sitemap_item a {
	font-family: 'Tahoma';
	font-size: 14px;
	line-height: 20px;
	color: rgba(0,0,0, 0.5);
	text-decoration: none;
}

.calc_wrapper.article {
	margin-top: 35px;
}

.first_job_heading {
	font-family: 'cust_tahoma-bold';
	font-size: 50px;
	font-weight: bold;
	float: left;
	color: #000;
}

.first_job_button {
	float: right;
	margin-top: 23px;
}

.first_job_but {
	height: 38px;
	font-family: 'cust_tahoma-bold';
	font-size: 12px;
	font-weight: bold;
	background-color: #fff;
	color: #939393;
	text-transform: uppercase;
	border-radius: 19px;
	border: 1px solid #E0E0E0;
	outline: none;
	padding: 0 18px;
	margin-left: 15px;
	position: relative;
}


.save_drop_wrapper {
	width: 380px;
	position: absolute;
	top: -12px;
	left: -399px;
	z-index: 9;
	box-shadow: 0px 5px 54px 0px rgba(0, 0, 0, 0.45);
	border-radius: 3px;
	display: none;
}

span.change_span {
	display: none !important;
}

.save_drop_wrapper_second {
	width: 380px;
	position: absolute;
	top: -12px;
	left: -399px;
	z-index: 3;
	box-shadow: 0px 5px 54px 0px rgba(0, 0, 0, 0.45);
	border-radius: 3px;
	display: none;
}

.save_calc {
	font-family: 'cust_tahoma-bold';
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	background-color: #ececec;
	padding: 19px 0;
	position: relative; 
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.save_calc:after {
	content: '';
	width: 18px;
	height: 18px;
	background-color: #ececec;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 21px;
	right: -9px;
}

.save_calc_body {
	background-color: #fff;
	padding: 17px 30px 0 30px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	padding-bottom: 30px;
}

.save_calc_item {
	text-align: left;
	margin-bottom: 15px;
}

.save_calc_name {
	font-family: 'Tahoma';
	font-size: 15px;
	line-height: 23px;
	color: #000;
	font-weight: normal;
	text-transform: none;
	margin-bottom: 5px;
}

.save_calc_item .chosen-container {
	font-family: 'Tahoma';
	font-size: 16px;
	line-height: 23px;
	font-weight: normal;
	text-transform: none;
}

.calculat_item .chosen-container {
	float: right !important;
	width: 50% !important;
}

.calculat_item .chosen-container .chosen-single{
	background-color: #ececec;
    border: 0 !important;
    box-shadow: none;
    text-align: right !important;
    padding-right: 10px !important;
	font-size: 22px !important;
}

.calculat_item .chosen-container.chosen-with-drop .chosen-drop{
	text-align: right !important;
	font-size: 22px !important;
}

.save_calc_item ::-webkit-scrollbar{
  width: 16px;
}

.save_calc_item ::-webkit-scrollbar-track{
  background: transparent;
  border-radius: 20px;
}
.save_calc_item ::-webkit-scrollbar-thumb{
  width: 16px;
  background: rgba(0, 0, 0, 0.2);
  border: 6px solid #fff;
  border-radius: 10px;
}

.save_calc_buttons {
	margin-top: 25px;
}

.save_calc_btn {
	font-family: 'cust_tahoma-bold';
	font-size: 13px;
	line-height: 26px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background-color: #e30045;
	border-radius: 20px;
	display: inline-block;
	padding: 8px 22px;
	margin-right: 3px;
}

.save_calc_disable {
	font-family: 'cust_tahoma-bold';
	font-size: 13px;
	line-height: 26px;
	font-weight: bold;
	text-transform: uppercase;
	color: #515151;
	background-color: #ececec;
	border-radius: 20px;
	display: inline-block;
	padding: 8px 22px;
	margin-left: 3px;
}

.save_inp {
	font-family: 'Tahoma';
	font-size: 16px;
	line-height: 23px;
	font-weight: normal;
	width: 100%;
	border: 1px solid #d8d8d8;
	outline: none;
	padding: 9px 0 11px 14px;
}

.select_save {
	width: 100%;
}

.save_drop_wrapper_active {
	display: block;
}

.first_job_but span {
	display: inline-block;
	vertical-align: middle;	
}

.first_job_but .btn_name {
	line-height: 36px;
}

.btn_mob_ico {
	display: none !important;
}

.first_job_but span svg{
	display: block;
}

.money_pic_wrapper {
	padding-left: 35px;
	margin-top: 35px;
}

.money_pic {
	width: 350px;
	height: 270px;
	border-radius: 5px;	
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	float: left;
	margin-right: 30px;
}

.money_text {
	font-family: 'GHEA-Mariam';
	font-size: 23px;
	line-height: 39px;
	float: left;
    width: calc(100% - 410px)
}

.share_wrap {
	border-top: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	margin-top: 35px;
	padding: 19px 0;	
}

.share_icon {
	float: left;
	margin-right: 5px;
}

.share_number_wrap {
	float: left;
	margin-left: 43px;
	margin-bottom: -12px;
	margin-top: -7px;
	position: relative;
}

.share_number_wrap:before {
	content: '';
	width: 1px;
	height: 32px;
	background-color: #D8D8D8;
	position: absolute;
	top: 7px;
	left: -25px;
}

.share_number {
	font-family: 'Arial Black';
	font-size: 23px;
	font-weight: bold;
	margin-bottom: -2px;
}

.share_heading {
	font-family: 'GHEA-Mariam';
	font-size: 9px;
	line-height: auto;
	color: #676767;
	text-transform: uppercase;
}

.share_right_wrap {
	float: right;
}

.share_link_wrap {
	float: left;
}

.share_right_icon {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #ACACAC;
	text-align: center;
	float: left;
	margin-right: 10px;
	padding-top: 4px;
}

.share_right_icon.bot {
	padding-left: 1px;
	padding-top: 5px;
}

.share_link_icon {
	float: left;
	margin-left: 34px;
	margin-right: 11px;
	margin-top: 5px;
}

.share_link {
	float: left;
	margin-top: 5px;
}

.share_link a {
	font-family: 'Arial';
	font-size: 13px;
	line-height: auto;
	color: #A3A3A3;
	text-decoration: none;
}

.all_big_wrap {
	border-right: 1px solid #D8D8D8;
	padding-right: 48px;
	margin-top: 38px;
}



.fb_button {
	font-family: 'cust_tahoma-bold';
	font-size: 13px;
	line-height: 35px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #3B5998;
	width: 100%;
	height: 40px;
	border-radius: 5px;
	background-image: url(../images/162.png);
	background-repeat: no-repeat;
	background-position: 15px 12px;
	border: none;
	outline: none;
	padding-left: 133px;
	position: relative;
}

.fb_button:before {
	content: 'ՏԱՐԱԾԵԼ';
	font-family: 'cust_tahoma-bold';
	font-size: 13px;
	line-height: 35px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	top: 3px;
	left: 34px;
}

.twit_button {
	font-family: 'cust_tahoma-bold';
	font-size: 13px;
	line-height: 35px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #55ACEE;
	width: 100%;
	height: 40px;
	border-radius: 5px;
	background-image: url(../images/163.png);
	background-repeat: no-repeat;
	background-position: 15px 12px;
	border: none;
	outline: none;
	padding-left: 142px;
}

.twit_button:before {
	content: 'ՏԱՐԱԾԵԼ';
	font-family: 'cust_tahoma-bold';
	font-size: 13px;
	line-height: 35px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	top: 3px;
	left: 55px;
}

.in_button {
	font-family: 'cust_tahoma-bold';
	font-size: 13px;
	line-height: 35px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #0077B5;
	width: 100%;
	height: 40px;
	border-radius: 5px;
	background-image: url(../images/164.png);
	background-repeat: no-repeat;
	background-position: 15px 12px;
	border: none;
	outline: none;
	padding-left: 142px;
}

.in_button:before {
	content: 'ՏԱՐԱԾԵԼ';
	font-family: 'cust_tahoma-bold';
	font-size: 13px;
	line-height: 35px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	top: 3px;
	left: 56px;
}

.google_button {
	font-family: 'cust_tahoma-bold';
	font-size: 13px;
	line-height: 35px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #DC4E41;
	width: 100%;
	height: 40px;
	border-radius: 5px;
	background-image: url(../images/165.png);
	background-repeat: no-repeat;
	background-position: 15px 12px;
	border: none;
	outline: none;
	padding-left: 132px;
}

.google_button:before {
	content: 'ՏԱՐԱԾԵԼ';
	font-family: 'cust_tahoma-bold';
	font-size: 13px;
	line-height: 35px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	top: 3px;
	left: 60px;
}

.other_heading {
	font-family: 'cust_tahoma-bold';
	font-size: 19px;
	line-height: 35px;
	font-weight: bold;
	text-transform: uppercase;
	border-top: 1px solid #D8D8D8;
	margin-top: 51px;
	padding-top: 40px;
	margin-bottom: 14px;
}

.stuff_pic_wrap {
	margin-bottom: 10px;
	width: 100%;
	height: 190px;
	border-radius: 5px;	
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.stuff_pic_desc {
	font-family: 'Tahoma';
	font-size: 14px;
	line-height: 21px;
}

.finance_pic {
	text-align: center;
	margin-top: 38px;
	padding-top: 24px;
	margin-bottom: 61px;
}

.interesting_heading {
	border-top: 3px solid #E30045;
	font-family: 'cust_tahoma-bold';
	font-size: 19px;
	line-height: 26px;
	font-weight: bold;
	padding-top: 15px;
	margin-bottom: 22px;
	text-transform: uppercase;
}

.other_stuff {
	margin-bottom: 28px;
}

.regist_wrap {
	background-color: #464646;
	border-radius: 5px;
	padding: 20px 20px 22px 20px;
	margin-bottom: 50px;
}

.regist_icon {
	float: left;
	margin-right: 11px;
	margin-top: 3px;
}

.regist_heading {
	font-family: 'cust_tahoma-bold';
	font-size: 17px;
	line-height: 28px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

.regist_text {
	font-family: 'Tahoma';
	font-size: 13px;
	line-height: 19px;
	color: #fff;
	margin-top: 14px;
}

.regist_input {
	width: 187px;
	height: 35px;
	border: none;
	outline: none;
	background-color: #fff;
	margin-top: 18px;
	font-family: 'Tahoma';
	font-size: 12px;
	line-height: 28px;
	color: #868686;
	padding-left: 10px;
	float: left;
	margin-bottom: 20px;
}

.input_icon{
	width: 35px;
	height: 35px;
	background-color: #E30045;
	text-align: center;
	float: left;
	padding-top: 6px;
	padding-right: 1px;
	margin-top: 18px;
}

.regist_text2 {
	font-family: 'Tahoma';
	font-size: 13px;
	line-height: 19px;
	color: #fff;
	border-top: 1px solid #6B6B6B;
	padding-top: 14px;
	margin-bottom: 16px;
}

.footer_left_wrap.right {
	float: none;
}

.regist_wrap .footer_icon {
	margin-right: 5px;
}

.footer_icon.last {
	margin-right: 0;
}

.most_read_wrap {
	margin-bottom: 30px;
}

.most_read_pic {
	margin-bottom: 6px;
	position: relative;
	width: 100%;
	height: 152px;	
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border-radius: 5px;
}

.most_read_text {
	font-family: 'Tahoma';
	font-size: 14px;
	line-height: 21px;
}

.most_read_number {
	font-family: 'cust_tahoma-bold';
	font-size: 20px;
	line-height: 21px;
	font-weight: bold;
	color: #fff;
	background-color: #E30045;
	border-radius: 5px;
	text-align: center;
	padding: 8px 13px;
	position: absolute;
	top: -7px;
	right: 9px;
}

.search_heading {
	font-family: 'cust_tahoma-bold';
	font-size: 24px;
	line-height: 35px;
	font-weight: bold;
	text-transform: uppercase; 
	position: relative;
	margin-bottom: 17px;
}

.all_big_wrap.search {
	margin-top: 11px;
} 

.search_heading:before {
	content: '';
	width: 44px;
	height: 3px;
	background-color: #E30045;
	position: absolute;
	top: -11px;
	left: 0;
}

.search_inp_wrap {
	margin-bottom: 0px;
	position: relative;
}

.search_inp_wrap.search_temp {
	margin-bottom: 30px;
}

.search_inp_wrap.second {
	margin-bottom: 30px;
}

.searcho_icon {
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
}

.search_inp {
	float: left;
	position: relative;
}

.search_span {
	position: absolute;
	top: 11px;
	left: 16px;
}

.search_input {
	width: calc(300% - 50px);
	height: 45px;
	outline: none;
	border: 1px solid #D8D8D8;
	border-radius: 5px;
	padding-left: 45px;
	margin-right: 16px;
}

.search_btn {
	float: right;
	margin-top: 2px;
}

.search_result_wrap {
	border-bottom: 1px solid #D8D8D8;
	padding-bottom: 32px;
	margin-bottom: 30px;
}

.search_button {
	height: 41px;
	background-color: #E30045;
	border: none;
	outline: none;
	border-radius: 20.5px;
	font-family: 'cust_tahoma-bold';
	font-size: 13px;
	line-height: 26px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	padding: 0 22px;
}

.search_result_content {
	overflow: hidden;
}

.search_date_wrap {
	border: 1px solid #D8D8D8;
	border-radius: 3px;
	display: inline-block;
	padding: 1px 6px;
	margin-bottom: 3px;
}

.search_result_pic {
	width: 142px;
	height: 197px;	
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	float: left;
	margin-right: 30px;
	border: 1px solid #CCCCCC;
}

.search_date_icon {
	float: left;
	margin-right: 5px;
}

.search_date_text {
	font-family: 'Tahoma';
	font-size: 12px;
	line-height: 21px;
	color: #757575;
	float: left;
}

.search_content_heading {
	font-family: 'cust_tahoma-bold';
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 14px;
	color: #333;
}

.search_content_text {
	font-family: 'Tahoma';
	font-size: 14px;
	color: #7C7C7C;
	margin-bottom: 4px;
}

.load_more_wrap {
	text-align: center;
}

.load_more {
	height: 41px;
	outline: none;
	border: 1px solid #D8D8D8;
	border-radius: 20.5px;
	font-family: 'cust_tahoma-bold';
	font-size: 13px;
	line-height: 26px;
	color: #464646;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../images/187.png);
	background-repeat: no-repeat;
	background-position: 22px 13px;
	background-color: #fff;
	padding: 0 21px 0 43px;
}

.user_info_wrap {
	border: 1px solid #D8D8D8;
	border-radius: 5px;
	margin-top: 65px;
	margin-bottom: 40px;
}

.user_name_info {
	font-family: 'cust_tahoma-bold';
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	text-transform: uppercase;
	display: table-cell;
	vertical-align: middle;
}

.user_second_wrap {
	background-color: #ECECEC;
	padding: 0 280px 0 138px;
	position: relative;
	display: table;
	width: 100%;
	height: 90px;
}

.settings_icon {
	float: left;
	margin-top: 9px;
}

.log_out_icon {
	float: left;
	margin-top: 9px;
}

.settings_link {
	float: left;
	margin-left: 7px;
}

.settings_link a {
	font-family: 'Tahoma';
	font-size: 16px;
	line-height: 41px;
	color: #7C7C7C;
	text-decoration: none;
}

.settings_wrap {
	float: right;
	margin-left: 41px;
}

.settings_big_wrap {
	position: absolute;
	top: 25px;
	right: 30px;
}

.user_image {
	width: 100px;
	height: 100px;	
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	position: absolute;
	left: 15px;
	top: -25px;
}

.tabs_link {
	font-family: 'cust_tahoma-bold';
	font-size: 14px;
	line-height: 20px;
	color: #7C7C7C;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

.tabs_link.active {
	color: #E30045;
}

.tabs_icon {
	float: left;
	margin-right: 10px;
}

.user_third_wrap .tabs_icon svg {
	fill: #BEBEBE;
}

.tabs_icon.active path {
	fill: #E30045;
}

.tabs_link {
	float: left;
}

.tabs_item_wrap {
	float: left;
	margin-right: 35px;
	position: relative;
	cursor: pointer;
}

.user_third_wrap {
	padding: 19px 0 19px 19px;
}

.tabs_item_wrap:after {
	content: '';
	width: 100%;
	height: 3px;
	background-color: #FF0037;
	position: absolute;
	bottom: -21px;
	left: 0;
	display: none;
}

.small_icon_left svg {
	fill: #999999;
}

.small_icon_right path {
	fill: #999999;
	opacity: 1;
}

.tabs_item_wrap.active:after {
	display: block;
}

.tabs_wrapper {
	float: left;
}

.tabs_input {
	float: right;
	position: relative;
}

.tabs_input:before {
	content: '';
	width: 1px;
	height: 60px;
	background-color: #D8D8D8;
	position: absolute;
	left: 0;
	top: -19px;
	z-index: 1;
}

.tabs_inp {
	width: 284px;
	height: 100%;
	outline: none;
	text-transform: capitalize;
	border: none;
	padding-left: 45px;
	font-family: 'Tahoma';
	font-size: 14px;
	line-height: 20px;
	position: relative;
}

.user_span {
	position: absolute;
	left: 17px;
	top: -2px;
}

.focus_wrapper {
	border: 1px solid #D8D8D8;
	border-radius: 5px;
	position: relative;
	margin-bottom: 28px;
	min-height:182px;
	text-align: center;
}

.focus_wrapper:after {
	content: '';
	width: 30px;
	height: 30px;
	background-image: url(../images/200.png);
	background-repeat: no-repeat;
	background-color: #fff;
	position: absolute;
	top: -1px;
	right: -1px;
	border-bottom-left-radius: 5px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
}

.focus_wrapper.last {
	position: relative;
	background-color: #EBEBEB;
}

.focus_wrapper.last:after {
	top: -1px;
}

.focus_wrapper:hover:after {
	display: none;
}

.focus_wrapper:hover .focus_wrapper_number {
	visibility:hidden;
	opacity:0;
}

.focus_pic {
	text-align: center;
	display: table;
	width:100%;
	height:82px;
	cursor: pointer;
}

.focus_pic.last {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	width: auto;
	height: auto;
}

.focus_pic span{
	display: table-cell;
	vertical-align: bottom;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
}

.focus_pic img {
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
} 

.focus_heading {
	margin-top: 10px;
	text-transform: uppercase;
	text-align: center;
	font-family: 'cust_tahoma-bold';
	font-size: 19px;
	line-height: 24px;
	font-weight: bold;
	padding: 0 15px 0 15px;
	display: table;
	width: 100%;
	height:28%;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	cursor: pointer;
}

.focus_heading_in {
	display: table-cell;
	vertical-align: middle;
}

.read_more_files {
	display:inline-block;
	visibility: hidden;
	opacity: 0;
	color:#e30045 !important;
	font-size: 12px;
	font-family: 'cust_tahoma-bold';
	font-weight: bold;
	text-decoration: none !important;
	text-transform: uppercase;
	margin-top: 10px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
}

.focus_wrapper:hover .read_more_files{
	visibility: visible;
	opacity: 1;
}

.focus_wrapper:hover .small_icon_left {
	visibility: visible;
	opacity: 1;
}

.focus_wrapper:hover .small_icon_right {
	visibility: visible;
	opacity: 1;
}

.focus_wrapper:hover .focus_pic span {
	transform: translateY(-4px);
	-webkit-transform: translateY(-4px);
	-moz-transform: translateY(-4px);
}

.focus_wrapper:hover .focus_pic img {
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
}

.focus_wrapper:hover .focus_heading {
	transform: translateY(-6px);
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
}

.focus_wrapper:hover .read_more_files {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
}

.life_button_fb {
	width: 74px;
	height: 20px;
	border: none;
	outline: none;
	border-radius: 5px;
	background-color: #4267B2;
}

.life_sit_wrap {
	text-align: center;
	margin-top: 52px;
	margin-bottom: 31px;
}

.life_sit_heading {
	display: inline-block;
	font-family: 'cust_tahoma-bold';
	font-size: 36px;
	line-height: 26px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
}

.life_sit_heading:before {
	content: '';
	width: 25px;
	height: 4px;
	background-color: #E30045;
	position: absolute;
	top: -18px;
	left: 50%;
	margin-left: -12px;
}

.month_heading {
	font-family: 'cust_tahoma-bold';
	font-size: 50px;
	font-weight: bold;
	color: #000;
	float: left;
	width: 85%;
}

.month_icon {
	float: right;
}

.month_wrapper {
	margin-top: 35px;
	margin-bottom: 44px;
}

.video_desc_wrap {
	padding: 0 55px 0 35px;
}

.pic_video {
	width: 377px;
	height: 240px;
	background-color: #3e3e3e;
	border-radius: 5px;
	position: relative;
	box-shadow: 0 2px 27px 2px rgba(0, 0, 0, 0.4);
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

.pic_video img {
    width: 100%;
    border-radius: 5px;
    opacity: 0.85;
}

.pic_video_play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -35px;
	margin-left: -35px;
}

.video_desc_text {
	font-family: 'GHEA-Mariam';
	font-size: 20px;
	line-height: 35px;
	float: left;
    width: calc(100% - 410px);
}

.video_desc_text.formatText ul{
	float: left;
}

.month_slider_wrap {
	background-color: #ECECEC;
	padding-top: 36px;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 40px;
}

.month_item_wrap {
	padding-top: 5px;
	padding-left: 10px;
}
 
.month_slider_heading {
	text-align: center;
	margin-top: 2px;
	margin-bottom: 29px;
}

.slider_heading_wrap {
	display: inline-block;
}

.slider_heading_icon {
	float: left;
	margin-top: 5px;
	margin-right: 9px;
}

.slider_heading_text {
	font-family: 'cust_tahoma-bold';
	font-size: 24px;
	line-height: 35px;
	text-transform: uppercase;
	float: left;
	font-weight: bold;
}

.share_wrap.calendar {
	border-bottom: none;
}

.small_icon_left {
	cursor: pointer;
	position: absolute;
	top: 13px;
	left: 18px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
}

.small_icon_right {
	cursor: pointer;
	position: absolute;
	top: 13px;
	right: 18px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
}

.calendar_heading {
	font-family: 'cust_tahoma-bold';
	font-size: 24px;
	line-height: 35px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 16px;
	color: #000;
}

.calendar_heading:before {
	content: '';
	width: 44px;
	height: 3px;
	background-color: #E20344;
	position: absolute;
	top: -11px;
	left: 0;
}

.all_big_wrap.calendar {
	margin-top: 0;
}

.calendar_top_block {
	background-color: #EBEBEB;
	border-radius: 5px;
	padding: 12px 12px 12px 20px;
	margin-bottom: 22px;
}

.switch_block {
	cursor: pointer;
	float: left;
	margin-top: 6px;
}

.switch_icon {
	float: left;
	margin-top: 4px;
	margin-right: 6px;
}

.switch_icon svg {
	fill: #757575;
}

.switch_icon_active svg {
	fill: #E20344;
}

.switch_name {
	font-family: 'cust_tahoma-bold';
	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	color: #959595;
}

.switch_name_active {
	color: #E20344;
}

.switchable_wrap {
	width: 40px;
	height: 20px;
	background-color: #fff;
	border-radius: 10px;
	float: left;
	position: relative;
	margin: 9px 15px 0 15px;
	cursor: pointer;
	user-select:none;
	-ms-user-select:none;
	-webkit-user-select:none;
	-moz-user-select:none;
}

.switchable_wrap .red_circle {
	width: 12px;
	height: 12px;
	background-color: #E20344;
	border-radius: 50%; 
	position: absolute;
	top: 4px;
	left: 4px;
	transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
}


.switchable_wrap_active .red_circle{
	left: 23px;
} 

.month_right_arr svg path {
	fill: none;
}

.month_left_arr svg path {
	fill: none;
}

.btn_ico path {
	fill: #939393;
	filter: initial;
}

.select_wrap {
	float: right;
}

.selectric-wrapper {
	width: 224px;
}

.user_calendar .ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
	width: 100%;
	padding: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px; 
}

.user_calendar .ui-widget-header {
	width: calc(100% + 1px);
	background: none;
	color: #fff;
	border: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #454545 !important;
	padding: 16px 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.user_calendar .ui-state-default, .user_calendar .ui-widget-content .ui-state-default, .user_calendar .ui-widget-header .ui-state-default {
	width: 32px;
	height: 28px;
	background: none; 
	background-color: #EBEBEB;
	border: none;
	padding-right: 7px;
	padding-top: 4px;
	margin-left: 81px;
	border-bottom-left-radius: 5px;
	margin-top: -45px;
}

.user_calendar .ui-datepicker-days-cell-over.ui-datepicker-current-day.ui-datepicker-today {
	background-color: #F4F4F4;
}

.user_calendar .ui-datepicker-days-cell-over.ui-datepicker-current-day.ui-datepicker-today:before {
	content: 'Այսօր';
	font-family: 'cust_tahoma-bold';
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #464646;
	width: 100%;
	position: absolute;
	top: 8px;
	left: 12px;
}

.user_calendar .ui-datepicker td {
	width: 106px;
	height: 91px;
	padding: 0;
	border-right: 1px solid #D7D7D7;
}

.user_calendar .ui-datepicker table {
	margin: 0;
}

.user_calendar .ui-state-highlight, .user_calendar .ui-widget-content .ui-state-highlight, .user_calendar .ui-widget-header .ui-state-highlight {
	background-color: #454545 !important;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
	opacity: 1;
}

.user_calendar .ui-state-default.ui-state-highlight.ui-state-active {
	padding-right: 10px;
	color: #fff;
	background: none;
	background-color: #454545 !important;
}

.user_calendar tbody tr {
	border-bottom: 1px solid #D7D7D7;
}

.user_calendar thead tr {
	border-bottom: 1px solid #D7D7D7;
}

.user_calendar .ui-datepicker th {
	border-right: 1px solid #D7D7D7;
	font-family: 'Tahoma';
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	font-weight: normal;
}

.user_calendar .ui-widget-content {
	border-bottom: none;
	border-right: none;
	border-left: 1px solid #D7D7D7;
}

.user_calendar  .ui-datepicker-week-end.ui-datepicker-other-month.ui-datepicker-unselectable.ui-state-disabled {
	border-right: 1px solid #D7D7D7;
}

.user_calendar   .ui-datepicker-other-month.ui-datepicker-unselectable.ui-state-disabled {
	border-right: 1px solid #D7D7D7;
}

.user_calendar .ui-datepicker .ui-datepicker-prev {
	width: 7px;
	height: 14px;
	background-image: url(../images/222.svg);
	background-repeat: no-repeat;
	border-radius: 0;
	top: 24px;
	left: 24px;
	cursor: pointer;
	padding-right: 125px;
	z-index: 5;
}

.user_calendar .ui-datepicker .ui-datepicker-next {
	width: 7px;
	height: 14px;
	background-image: url(../images/223.svg);
	background-repeat: no-repeat;
	background-position: 117px 0;
	border-radius: 0;
	top: 24px;
	right: 24px;
	cursor: pointer;
	padding-left: 125px;
	z-index: 5;
}

.user_calendar .ui-datepicker .ui-datepicker-prev span, .user_calendar .ui-datepicker .ui-datepicker-next span {
	background: none;
}

.user_calendar {
	margin-bottom: 100px;
	position: relative;
}

.user_calendar .ui-datepicker-prev.ui-corner-all.ui-state-hover.ui-datepicker-prev-hover {
	background: none;
	background-image: url(../images/222.svg);
	background-repeat: no-repeat;
	border: none;
}

.user_calendar .ui-datepicker-next.ui-corner-all.ui-state-hover.ui-datepicker-next-hover {
	background: none;
	background-image: url(../images/223.svg);
	background-repeat: no-repeat;
	background-position: 117px 0;
	border: none;
}

.event_listing_item {
	display: table;
	border-bottom: 1px solid #D7D7D7;
	margin-bottom: 26px;
	padding-bottom: 24px;
}

.date_time_wrap {
	display: table-cell;
	vertical-align: top;
}

.date {
	width: 74px;
	height: 82px;
	background-image: url(../images/224.svg);
	background-size: cover;
	margin-bottom: 5px;
	padding-top: 33px;
}

.date_number {
	text-align: center;
	font-family: 'cust_tahoma-bold';
	font-size: 32px;
	line-height: 24px;
	font-weight: bold;
}

.date_number_name {
	text-align: center;
	font-family: 'cust_tahoma-bold';
	font-size: 8px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
}

.time {
	border: 1px solid #D7D7D7;
	border-radius: 5px;
	display: inline-block; 
	padding: 1px 9px 0 9px;
}

.time_icon {
	float: left;
	margin-top: 3px;
	margin-right: 3px;
}

.time_icon svg {
	fill: #848484;
}

.time_text {
	float: left;
	font-family: 'Tahoma';
	font-size: 14px;
	line-height: 21px;
	color: #8C8C8C;
}

.seminar {
	font-family: 'cust_tahoma-bold';
	font-size: 11px;
	line-height: 21px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	background-color: #FE860F;
	border-radius: 3px;
	padding: 0 7px;
	margin-bottom: 3px;
	float: left;
	margin-right: 10px;
}

.game {
	font-family: 'cust_tahoma-bold';
	font-size: 11px;
	line-height: 21px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	background-color: #7EC037;
	border-radius: 3px;
	padding: 0 7px;
	margin-bottom: 3px;
	float: left;
}

.seminar.same {
	float: left;
	margin-right: 10px;
} 

.game.same {
	float: left;
}

.date_time_heading {
	font-family: 'Tahoma';
	font-size: 22px;
	color: #000;
	margin-bottom: 7px;
}

.date_time_desc {
	display: table-cell;
	vertical-align: middle;
	padding: 0 30px;
	width: 100%;
}

.date_time_text {
	font-family: 'Tahoma';
	font-size: 14px;
	color: #7B7B7B;
	padding-right: 10px;
}

.date_time_but {
	display: table-cell;
	vertical-align: middle;
}

.date_reg_button {
	height: 38px;
	border-radius: 19px;
	background-color: #E20344;
	font-family: 'cust_tahoma-bold';
	font-size: 12px;
	line-height: 26px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	border: none;
	outline: none;
	background-image: url(../images/226.svg);
	background-repeat: no-repeat;
	background-position: 20px 11px;
	padding: 0 19px 0 44px;
}

.alphabet_wrap {
	border: 1px solid #D7D7D7;
	border-radius: 5px;
	margin-bottom: 32px;
}

.alpha_wrap {
	padding: 17px 18px 17px 0;
}

.alphabet_inp {
	float: left;
	position: relative;
}

.alpha_span {
	position: absolute;
	top: 0;
	left: 16px;
}

.alphabet_input {
	width: 210px;
	border: none;
	outline: none;
	padding-left: 51px;
}

.load_alphabet {
	float: right;
	padding-left: 20px;
	position: relative;
}

.dict_span {
	position: absolute;
	top: 0;
	left: 0;
}

.load_alphabet:before {
	content: '';
	width: 1px;
	height: 60px;
	background-color: #D7D7D7;
	position: absolute;
	top: -17px;
	left: -18px;
}

.load_alphabet a {
	font-family: 'cust_tahoma-bold';
	font-size: 13px;
	line-height: 26px;
	color: #E20344;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

.choose_letter {
	display: none;
	position: relative;
	left:0;
	right:0;
}

.choose_arr img {
	transform: rotate(180deg);
	-webkit- transform: rotate(180deg);
	-moz- transform: rotate(180deg);
}

.choose_letter_text {
	font-family: 'cust_tahoma-bold';
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
}

.letter_wrap {
	background-color: #EAEAEA;
	padding: 17px 15px;
}

.letter {
	width: 2.439%;
	float: left;
	position: relative;
	text-align: center;
	margin-right: 0.68px;
	user-select:none;
	-webkit-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
}

.letter:nth-last-of-type(2) {
	margin-right: 0;
}

.letter.two_letters {
	width: 4.876%;
	margin: 0 -6px;
}

.letter.active:after {
	content: '';
	width: 14px;
	height: 3px;
	background-color: #E20344;
	position: absolute;
	bottom: -18px; 
	left: 0;
}

a.black_link {
	font-family: 'Tahoma';
	font-size: 15px;
	line-height: 23px;
	color: #000 !important;
	text-transform: uppercase;
	text-decoration: none;
}

a.grey_link {
	font-family: 'Tahoma';
	font-size: 15px;
	line-height: 23px;
	color: #B1B1B1 !important;
	text-transform: uppercase;
	text-decoration: none;
	cursor:default;
	pointer-events:none;
}

a.grey_link:hover {
	color: #B1B1B1 !important;
}

a.black_link.active {
	color: #E20344;
	font-weight: bold;
}

.letter_desc {
	position:relative;
	border-top: 2px solid #E20344;
	padding-top: 19px;
}

.letter_maket {
	width: 50px;
	height: 60px;
	float: left;
	text-align: center;
	background-image: url(../images/229.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center; 
	font-family: 'cust_tahoma-bold';
	font-size: 28px;
	line-height: 35px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	padding-top: 6px;
	margin-right: 20px;
}

.letter_desc_heading {
	font-family: 'Tahoma';
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 9px;
}

.letter_desc_text_in {
	border-bottom: 1px solid #D7D7D7;
	margin-bottom: 18px;
	padding-bottom: 16px;
}

.letter_desc_text_in:nth-last-of-type(1) {
	border-bottom: none;
}

span.first_letter {
	color: #E20344;
}

.dict_text {
	font-family: 'GHEA-Mariam';
	font-size: 17px;
	line-height: 25px;
	color: #515151;
}

.slide_up_btn_shad {
	box-shadow: none !important;
}

.dict_more_arr_active {
	transform: rotate(180deg);
	-webkit- transform: rotate(180deg);
	-moz- transform: rotate(180deg);
}

.letter_desc_text {
	overflow:hidden;
	max-height: 135px;
	transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
}

.maket_wrap {
	overflow: hidden;
}

.with_link {
	font-family: 'GHEA-Mariam';
	font-size: 17px;
	line-height: 25px;
	color: #515151;
}

.with_link a {
	color: #E20344;
	text-decoration: none;
	font-weight: bold;
}

.slide_up_btn {
	font-family: 'cust_tahoma-bold';
	font-size: 13px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: bold;
	color: #E30045;
	cursor: pointer;
	position: relative;
	//display: none;
	box-shadow: 0 -11px 30px 5px rgba(255, 255, 255, 1);
}

.slide_up_btn_active {
	display: block;
}

.dict_more_arr {
	position: absolute;
	left: 60px;
	top: 0;
	transition: all 0.3s ease;
	-webkit- transition: all 0.3s ease;
	-moz- transition: all 0.3s ease;
}

.two_select_box {
	background-color: #EBEBEB;
	border-radius: 5px; 
	padding: 14px 10px 12px 10px;
	margin-bottom: 28px;
}

.select_wrapper {
	float: left;
	margin-right: 32px;
}

.save_files {
	float: left;
	margin-top: 8px;
}

.save_icon {
	float: left;
	margin-right: 5px;
}

.save_name {
	float: left;
	font-family: 'Tahoma';
	font-size: 14px;
	line-height: 20px;
	color: #7B7B7B;
}

.select_wrapper1 {
	float: right;
}

.select_wrapper select {
	height: 38px;
	outline: none;
	border-radius: 5px;
	border: 1px solid #D7D7D7;
}

.select_wrapper1 select {
	height: 38px;
	outline: none;
	border-radius: 5px;
	border: 1px solid #D7D7D7;
}

.measure_item {
	display: table;
	border-bottom: 1px solid #D7D7D7;
	margin-bottom: 26px;
	padding-bottom: 28px;
}

.grey_final_button {
	display: table-cell;
	vertical-align: middle;
}	 

.grey_btn {
	width: 133px;
	background-color: #EBEBEB;
	border-radius: 19px;
	border: none;
	outline: none;
	font-family: 'cust_tahoma-bold';
	font-size: 12px;
	line-height: 21px;
	color: #7B7B7B;
	font-weight: bold;
	text-transform: uppercase; 
	padding: 9px 0;
}

.search_author_name {
	font-family: 'Tahoma';
	font-size: 16px;
	margin-top: -6px;
	margin-bottom: 6px;
}

.search_load_link {
	padding-left: 21px;
	position: relative;
}

.load_span {
	position: absolute;
	left: 0;
	top: 0;
}

.search_load_link a {
	font-family: 'cust_tahoma-bold';
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	color: #E20344;
	text-transform: uppercase;
	text-decoration: none;
}

.user_load_btn {
	text-align: center;
	margin-top: 4px;
}

.user_load_button {
	height: 41px;
	outline: none;
	border: 1px solid #D7D7D7;
	border-radius: 20px;
	font-family: 'cust_tahoma-bold';
	font-size: 13px;
	line-height: 26px;
	font-weight: bold;
	color: #454545;
	background-color: #fff; 
	text-transform: uppercase;
	padding: 0 21px 0 43px;
	position: relative;
}

.user_load_button_icon {
	position: absolute;
	top: 6px;
	left: 22px;
}

.user_folder_header {
	background-color: #EBEBEB;
	border-radius: 5px;
	padding: 23px 26px 20px 20px;
	margin-bottom: 16px;
}

.prev_arr {
	cursor: pointer;
	float: left;
	margin-right: 35px;
	margin-top: 5px;
	position: relative;
}

.prev_arr:after {
	content: '';
	width: 1px;
	height: 32px;
	background-color: #D7D7D7;
	position: absolute;
	top: -8px;
	right: -18px;
}

.rules_wrap {
	float: left;
	margin-top: 2px;
}

.rules_icon {
	float: left;
	margin-right: 10px;
}

.rules_icon svg {
	fill: #7EC037;
}

.rules_text {
	float: left;
	font-family: 'cust_tahoma-bold';
	font-size: 15px;
	line-height: 24px;
	font-weight: bold;
	margin-top: -2px;
}

.user_articles_wrapper {
	float: left;
	margin-top: 2px;
}

.switchable_wrap.user {
	margin-top: 4px;
}

.user_articles_icon {
	float: left;
	margin-right: 7px;
	margin-top: 2px;
}

.user_articles_icon_active path {
	fill: #E20344;
}

.user_articles_text {
	float: left;
	font-family: 'cust_tahoma-bold';
	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
	color: #7B7B7B;
	text-transform: uppercase;
}

.user_articles_text_active {
	color: #E20344;
}

.user_articles_big_wrap {
	float: right;
}

.folder_wraps {
	position: relative;
	border-bottom: 1px solid #EAEAEA;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.folders_icon {
	width: 56px;
	height: 56px;
	float: left;
	background-color: #EBEBEB;
	background-image: url(../images/users_icon.svg);
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 5px;
}

.folders_icon.switcher {
	background-image: url(../images/switcher.svg);
	background-repeat: no-repeat;
	background-position: center center;
}

.search_heading.calc {
	float: left;
	margin-bottom: 0;
}

.first_job_button.calc {
	margin-top: 0;
}

.folders_icon svg {
	fill: #7B7B7B;
}

.btns_wrap {
	float: right;
}

.folders_content {
	width: calc(100% - 90px);
	overflow: hidden;
	float: left;
	font-family: 'Tahoma';
	font-size: 20px;
	line-height: 24px;
	padding-left: 20px;
}

.folders_content.home_calc {
	width: calc(100% - 266px);
}

.folders_star_second {
	margin-top: 10px;
	float: left;
	cursor: pointer;
}

.folders_star {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.folders_star svg {
	float: right;
}

.folders_star_active path {
	fill: #F5D11C;
}

.calc_graphics_wrap {
	border: 1px solid #D7D7D7;
	border-radius: 5px;
	margin-top: 45px;
	position: relative;
    padding-right: 36px;
    padding-left: 113px;
    margin-bottom: 57px;
    display: table;
    height: 94px;
    cursor: pointer;
}

#red_decor {
	width: 30px;
	height: 3px;
	background-color: #E20344;
	position: absolute;
	top: 11px;
	right: -5px;
}

#orange_decor {
	width: 30px;
	height: 3px;
	background-color: #FE860F;
	position: absolute;
	top: 11px;
	right: -5px;
}

#green_decor {
	width: 30px;
	height: 3px;
	background-color: #7EC037;
	position: absolute;
	top: 11px;
	right: -5px;
}

#red_transparent.active {
	background-color: #FBE4EB;
	border: 1px solid #FBE4EB;
}
#orange_transparent.active {
	background-color: #FFF3E7;
	border: 1px solid #FFF3E7;
}
#green_transparent.active {
	background-color: #E5F2D5;
	border: 1px solid #E5F2D5;
}

#red_transparent:hover {
	background-color: #FBE4EB;
	border: 1px solid #FBE4EB;
}

#orange_transparent:hover {
	background-color: #FFF3E7;
	border: 1px solid #FFF3E7;
}

#green_transparent:hover {
	background-color: #E5F2D5;
	border: 1px solid #E5F2D5;
}

.calc_graph_wrap {
	border-bottom: 1px dashed #D7D7D7;
	padding-bottom: 23px;
	margin-bottom: 23px;
}


.calc_graphics_red_heading {
	font-family: 'cust_tahoma-bold';
	font-size: 21px;
	line-height: 27px;
	font-weight: bold;
	color: #E20344;
	display: table-cell;
	vertical-align: middle;
	text-transform: uppercase;
}

.calc_graphics_orange_heading {
	font-family: 'cust_tahoma-bold';
	font-size: 21px;
	line-height: 27px;
	font-weight: bold;
	color: #FE860F;
	display: table-cell;
	vertical-align: middle;
	text-transform: uppercase;
}

.calc_graphics_green_heading {
	font-family: 'cust_tahoma-bold';
	font-size: 21px;
	line-height: 27px;
	font-weight: bold;
	color: #7EC037;
	display: table-cell;
	vertical-align: middle;
	text-transform: uppercase;
}

.calc_graphics_red_icon {
	width: 93px;
	height: 93px;
	background-color: #FF044D;
	background-image: url(../images/267.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border-radius: 5px;
	display: table;
	text-align: center;
    position: absolute;
    top: -9px;
    left: -9px;
}

.calc_graphics_red_icon span {
	display: table-cell;
	vertical-align: middle;
}

.calc_graphics_red_icon svg {
	fill: #fff;
}

.calc_graphics_orange_icon {
	width: 93px;
	height: 93px;
	background-color: #FE982D;
	background-image: url(../images/268.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border-radius: 5px;
	display: table;
	text-align: center;
    position: absolute;
    top: -9px;
    left: -9px;
}

.calc_graphics_orange_icon span {
	display: table-cell;
	vertical-align: middle;
}

.calc_graphics_orange_icon svg {
	fill: #fff;
}

.calc_graphics_green_icon {
	width: 93px;
	height: 93px;
	background-color: #85CB3B;
	background-image: url(../images/269.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border-radius: 5px;
	display: table;
	text-align: center;
    position: absolute;
    top: -9px;
    left: -9px;
}

.calc_graphics_green_icon span {
	display: table-cell;
	vertical-align: middle;
}

.calc_graphics_green_icon svg {
	fill: #fff;
}

.calc_graphics_text {
	font-family: 'GHEA-Mariam';
	font-size: 17px;
	line-height: 28px;
}

.event_listing_wrap {
	display:block;
}

.hide_test {
	display:none;
}

.home_credit_icons_first {
	float: left;
	margin-right: 28px;
}

.home_credit_icons_second {
	float: left;
	border: 1px solid #EAEAEA;
	border-radius: 5px;
    padding: 9px 12px 6px 12px;
    margin-top: -9px;
}

.home_cred_icon {
	float: left;
	margin-right: 7px;
	margin-top: 3px;
}

.home_cred_text {
	float: left;
	font-family: 'Tahoma';
	font-size: 14px;
	line-height: 21px;
	color: #8C8C8C;
} 

.home_cred_sec_icon1 {
	float: left;
	margin-right: 24px;
	position: relative;
}

.home_cred_sec_icon1:after {
	content: '';
	width: 1px;
	height: 100%;
	background-color: #EAEAEA;
	position: absolute;
	top: 0;
	right: -11px;
}

.home_cred_sec_icon {
	float: left;
}

.prev_month_text {
	font-family: 'cust_tahoma-bold';
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
    top: 19px;
    left: 44px;
    z-index: 1;
}

.next_month_text {
	font-family: 'cust_tahoma-bold';
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
    top: 19px;
    right: 42px;
    z-index: 1;
}

.partners_wrap {
	margin-bottom: 60px;
}

.partners_item_wrapper:hover .partners_text {
	color: #E20344;
}

.partners_item_wrapper:hover .partners_item {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	filter: grayscale(0);
}

.partners_heading_wrap {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 35px;
}

.partners_heading {
	font-family: 'cust_tahoma-bold';
	font-size: 36px;
	line-height: 26px;
	font-weight: bold;
	display: inline-block;
	position: relative;
	text-transform: uppercase;
} 

.partners_heading:before {
	content: '';
	width: 25px;
	height: 4px;
	background-color: #E20344;
	position: absolute;
	top: -19px;
	left: 50%;
	margin-left: -12px;
}

.partners_item {
	height: 150px;
	border: 1px solid #D7D7D7;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
    margin-bottom: 13px;    
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}

.partners_text {
	font-family: 'cust_tahoma-bold';
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
	color: #000;
	text-align: center;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}

.partners_wrap a {
	text-decoration: none;
}

.partners_heading_wrap.border {
	border-top: 1px dashed #D7D7D7;
	padding-top: 59px;
	margin-top: 0;
}

.partners_small_item {
	margin-bottom: 29px;
}

.partners_small_item {
	height: 137px;
	border: 1px solid #D7D7D7;
	border-radius: 5px;	
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}

.partners_small_wrap a:hover .partners_small_item {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	filter: grayscale(0);
}

.search_dropdown_wrap {
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	position: absolute;
	width: 100%;
	z-index: 3;
}

.dropdown_search_wrapper {
	width: 100%;
	background-color: #fff;
	padding: 23px 0 0 0;
}

.search_dropdown_wrap_active {
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
}

.search_inp_input {
	outline: none;
	border: none;
	text-transform: uppercase;
	font-family: 'cust_tahoma-bold';
	font-size: 25px;
	font-weight: bold;
	padding-left: 35px;
}

.bottom_border_wrap {
	margin-top: 9px;
}

.search_close {
	float: right;
	cursor: pointer;
	margin-top: -8px;
	position: relative;
}

.search_close path {
	fill: #989898;
}

.search_close svg {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -6px;
	margin-top: -8px;
}

.bottom_border_item {
	width: 33.333%;
	height: 4px;
	background-color: #FF0336;
	float: left;
}

.bottom_border_wrap.articles {
	display: none;
}

.bottom_border_item.orange1 {
	background-color: #FF860E;
}

.bottom_border_item.green {
	background-color: #7EC038;
}

.burger {
	width: 33px;
	height: 26px;
	position: absolute;
	top: 25px;
	left: 18px;
	cursor: pointer;
	display: none;
}

.burger:after {
	content: '';
	width: 1px;
	height: 50px;
	background-color: #474747;
	position: absolute;
	right: 1px;
	top: -24px;
}

span.burger_span {
	width: 16px;
	height: 2px;
	background-color: #fff;
	position: absolute;
}

span.burger_span:before {
	content: '';
	width: 16px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: -5px;
}

span.burger_span:after {
	content: '';
	width: 16px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	bottom: -5px;
}

.mobile_events {
	font-family: 'cust_tahoma-bold';
	font-size: 14px;
	line-height: 11px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	display: none;
}

.choose_letter_scroll {
	position: fixed;
	top:52px;
	padding-left: 30px !important;
    padding-right: 30px !important;

}


.calendar-span-item {
	width: 104px;
	height: 67px;
	margin-left: -75px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.calendar-span-item:after {
	content: '';
	width: 17px;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 10px;
	right: 0;
	box-shadow: -10px 0px 30px 0px #fff;
}

.calendar-item-in {
	text-align: left !important;
}

.calendar-item-time {
	text-align: left !important;
	font-family: 'Tahoma';
	font-size: 12px;
	line-height: 18px;
	color: #757575;
	display: inline-block !important;
	float: left; 
}

.calendar-item-name {
	max-width: 56px;
	text-align: left !important;
	font-family: 'Tahoma';
	font-size: 12px;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
	color: #000;	
	display: inline-block !important;
}

.ui-datepicker-unselectable.ui-state-disabled.event_highlifght .ui-state-default {
	background-color: #e30045; 
	position: relative;
	color: #fff;
}

.calendar-modal {
	min-width: 300px;
	max-height: 330px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.4);
	position: absolute;
	bottom: -80px;
	left: 50px;
	z-index: 10;
	padding: 10px !important;
	overflow-y: scroll;
	overflow-x: hidden;
	display: none !important;
}

.show-block {
	display: block !important;
}

.calendar-modal::-webkit-scrollbar {
	width: 5px;  
}

.calendar-modal::-webkit-scrollbar-track {
	background: #fff;
}

.calendar-modal::-webkit-scrollbar-thumb {
	background: #cccccc;
	border-radius: 10px;
}

.calendar-modal:before {
	content: '';
	width: 18px;
	height: 18px;
	background-color: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: -9px;
	bottom: 33px;
} 

span.item-1 {
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 7px !important;
	position: relative;
	cursor: pointer;
	overflow: hidden; 
}

span.item-2 {
	text-align: left !important;
}

span.item-3 {
	display: inline-block !important;
	vertical-align: middle !important;
	background-color: #ececec;
	border-radius: 3px;
	padding: 1px 6px !important;
	margin-right: 5px;
}

span.item-3-1 {
	display: inline-block !important;
	vertical-align: top !important;
	padding: 0 !important;
	margin-right: 3px;
}

span.item-3-2 {
	color: #888888;
	display: inline-block !important;
	vertical-align: top !important;
	padding: 0 !important;
}

span.item-4 {
	display: inline-block !important;
	vertical-align: middle !important;
	background-color: #ff8704;
	color: #fff;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	padding: 3px !important;
	margin: 2px 0;
}

span.item-5 {
	color: #000;
	text-align: left !important;
	font-family: 'cust_tahoma-bold';
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
}

.span-btn {
	background-color: rgba(255, 255, 255, 0.9);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: -100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-align: center !important;
}

span.item-1:hover .span-btn {
	right: 0;
}

span.span-signin-btn {
	background-color: #e30045; 
	border: none;
	outline: none;
	border-radius: 20px;
	padding: 2px 10px !important;
	display: inline-block !important;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    -moz- transform: translateY(-50%);
}

span.btn-ico {
	display: inline-block !important;
	vertical-align: middle !important;
	margin-top: -2px;
}

span.btn-text {
	font-family: 'cust_tahoma-bold';
	font-size: 13px;
	line-height: 26px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	display: inline-block !important;
	vertical-align: middle !important;
}



.event-counter {
	font-family: 'cust_tahoma-bold';
	font-size: 10px;
	line-height: 12px;
	font-weight: 600;
	color: #fff;
	padding: 3px 5px;
	margin: 2px 0 0 -25px;
	float: left;
	background-color: #e30045;
	border-radius: 3px;
}

.finance_slider {
	background-color: #ebebeb;
    border-radius: 3px;
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
}

.finance_slider_items{
	margin: 0 auto;
    display: block;
    float: left;
    width: 100%;
}

.finance_slider_item {
	margin: 0 auto;
	height: 51px;
	padding-top: 13px;
}

.finance_left_arr {
	width: 16px;
	height: 16px;
	cursor: pointer;
	position: absolute;
	top: 18px;
	left: 19px;
}

.finance_left_arr svg path {
	fill:#e30045;
}

.finance_right_arr svg path {
	fill:#e30045;
}

.finance_left_arr:after {
	content: '';
	width: 1px;
	background-color: #cacaca;
	position: absolute;
	top: -8px;
	right: -18px;
	bottom: -8px;
}

.finance_right_arr {
	width: 16px;
	height: 16px;
	cursor: pointer;
	position: absolute;
	top: 18px;
	right: 19px;
}

.finance_right_arr:after {
	content: '';
	width: 1px;
	background-color: #cacaca;
	position: absolute;
	top: -8px;
	left: -18px;
	bottom: -8px;
}

.disabled svg path {
	fill:#cacaca;
}

.finance_drop_wrapper {
	text-align: center;
}

.finance_drop_item_wrap {
	display: inline-block;
}

.finance_drop_item_heading {
	font-family: 'cust_tahoma-bold';
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
}

.finance_drop_item_heading span{
	padding-left: 5px;
}

.finance_drop_item_heading:after {
	content: '';
	height: 2px;
	background-color: #e30045;
	position: absolute;
	right: 0;
	left: 0;
	bottom: -17px;
}

.finance_dropdown_item {
	font-family: 'cust_tahoma-bold';
	font-size: 14px;
	font-weight: bold;
	color: #7b7b7b;
	text-transform: uppercase;
	border-bottom: 1px solid #dbdbdb;
	padding: 10px 16px;
	cursor: pointer;
}

.finance_dropdown_item:nth-last-of-type(1) {
	border: none;	
}

.finance_dropdown_item:hover {
	background-color: #f7f7f7;
	color: #000;
}

.finance_drop_items_wrap {
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #dbdbdb;
	position: absolute;
	top: 57px;
	left: 50%;
	margin-left: -125px;
	display: none;
	z-index: 2;
}

.calc-table-wrapperPdf{
	opacity: 0;
	z-index: -1;
	position: absolute;
	width: 100%;
}

.calc-table-wrapper {
	text-align: center;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
	overflow-y:auto;
}

.calc-table-wrapper.active {
	opacity: 1;
	z-index: 9;
}

#pdfTable{
	overflow-y: scroll;
}
#pdfTable table{
	width: 94%;
}
#pdfTable .table-close{
	display: none;
}
#pdfTable.calc-table-wrapper-in table thead tr th, #pdfTable.calc-table-wrapper-in thead tr th{
	font-size: 28px !important;
}
#pdfTable.calc-table-wrapper-in table tbody tr td, #pdfTable.calc-table-wrapper-in tbody tr td {	
    font-size: 34px !important;
}

.table-close {
	width: 34px;
	height: 34px;
	background-image: url(../images/table-close.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
	position: absolute;
	top: -2px;
	right: -45px;

}
/*
.calc-table-wrapper table tbody {
	border-left: 1px solid #d8d8d8;
}
*/


.news_top {
	margin-bottom:30px;
	border-bottom:1px solid #cecece;
	padding-top:17px;
}

.news-pic {
	max-width: 260px;
	width:initial;
	height:initial;
}

.news-pic img{
	width: 100%;
}

.left-heading {
	float: left;
}

.news_select {
	float: right;
}

.news_select .chosen-container {
	float: left;
	width: 130px !important;
	margin-left:10px;
}

.chosen-select {
    -webkit-appearance: none !important; 
    appearance: none !important;	
}

.heading-fixed{
    position: fixed;
	left: 0;
	top:0;
}

.hidden{
    display: none;
}



/*scroll*/

.letter_maket.fixed {
  position: fixed;
  top: 16px;
}

.hide_inp {
	position:relative;
}
/*
.test {
	opacity:0;
}

.number_text {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	    pointer-events: none;
}
*/
/*
input[type='number'] {
    -moz-appearance:textfield;
}*/

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;  
}

.body_layout {
	position: relative;
}

.body_layout:before {
	content: "";
	position: absolute;
	top: 146px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.7);
	z-index: 98;
}

.focus_wrapper_number {
	height:18px;
	min-width:18px;
	text-align:center;
	padding-left:4px;
	padding-right:4px;
	font-size:10px;
	color:white;
	background:#363636;
	border-radius:3px;
	position:absolute;
	left:17px;
	top:13px;
	line-height:18px;
    font-family: 'cust_tahoma-bold';
    font-weight:bold;
    transition:all 0.25s ease;
    -webkit-transition:all 0.25s ease;
    -moz-transition:all 0.25s ease;	
}

.calc_btn_custom {
	display:block;
	margin:25px auto 40px;
	width:270px;
	border-radius:100px;
	height:50px;
	background:#eb1546;
	border:0;
	outline:none;
	color:white;
	font-family: 'cust_tahoma-bold';
    font-weight:bold;
    text-transform:uppercase;
    font-size:0;
}

.calc_btn_custom .ic {
	    background-image: url(../images/ic_calc.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 20px;
}

.calc_btn_custom span{
	display:inline-block;
	vertical-align:middle;
	margin-left:4px;
	margin-right:4px;
	font-size:16px;
}

.bottom40{
    padding-bottom: 40px;
}


/**error*/

.screen_eror {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: white;
}

.screen_eror div {
    color: #000;
    font-size: 20px;
    font-family: 'cust_tahoma-bold';
    text-transform: uppercase;
}

.screen_eror .screen_eror_in {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.this_article_heading, .this_article h2 {
	font-family: 'cust_tahoma-bold' !important;
	font-size: 16px !important;
	line-height: 28px !important;
	font-weight: bold;
} 

.this_article_item {
	font-family: 'Tahoma';
	font-size: 15px;
	line-height: 28px;
}

.this_article_item a{
	color: #000;
}

.mob_arrow {
	display:none;
	position: absolute;
    right: 17px;
    top: 12px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}

.mob_arrow_active {
	transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
}


.address_text .email:before {
    content: attr(data-website) "\0040" attr(data-user);
    unicode-bidi: bidi-override;
    direction: rtl;
}

.money_pic.siteblog{
	width: 200px;
	height: 150px;
	background-size: contain !important;
} 