.home_header {
    padding: 6px;
    /* background-color: yellow; */
    /* display: -webkit-box; */
    /* display: -webkit-flex; */
    display: -ms-flexbox;
    display: -moz-box;

    /* Safari */
    /* display: flex; */
    /* -webkit-justify-content: space-between; */
    /* justify-content: space-between; */
    /* -webkit-box-pack: justify; */
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
}

.home_logo_pic {
    width: 218px;
}

.home_login_box {
	/* margin-top: 15px; */
	margin: 0 auto;
	display: -webkit-box;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;

    /* Safari */
	font-family: sans-serif;
	font-size: 12px;
	padding: 4px;
	width: 430px;
}

.home_login_box div {
    /* margin-right: 4px; */
    margin: 0 auto;
}

.home_login_box div p,label {
    color: #262622;
}

.mx_login_form {
	display: -webkit-box;
    display: flex;
    display: -webkit-flex;
display: -ms-flexbox;
display: -moz-box;

}
.mx_login_fail_form div
{
	margin-top:10px;
}
.login_inputs {
    border: 1px solid #262622;
    border-radius: 6px;
    outline-style: none;
    padding: 4px;
    height: 18px;
    background-color: rgba(255, 255, 255, 0.15);
}

.log_in_input {
    background-color: #D30100;
    color: white;
    padding: 3px;
    width: 62px;
    height: 28px;
    border-radius: 8px;
    border: 1px solid #262622;
    outline-style: none;
    cursor: pointer;
    margin-top: 15px;
    margin-bottom: 6px;
}

.home_login_button {
    display: inline-block;
    color: #262622;
    font-size: 13px;
    margin-top: 8px;
    float: right;
    /* margin-right: 13px; */
}

.numbers_lengs_box {
    background-color: #D30100;
    padding: 10px 0px;
    border-bottom: 3px solid #E1E1E1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    /* margin-bottom: 0px; */
    /* margin: 0 auto; */
    /* width: 1000px; */
}

.phone_numbers {
    font-size: 25px;
    font-style: italic;
    width: 548px;
    margin: 0 auto;
    color: #D30100;
}

.leng_flags {
    margin-right: 4px;
    margin-top: 5px;
}

.home_menu_box ul {
    display: inline-flex;
    display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
    list-style-type: none;
}

.home_menu_box ul li {
    margin-left: 4px;
}

.home_menu_box ul a {
    display: inline-block;
    color: white;
    text-decoration: none;
    padding: 8px;
    border-radius: 0px 18px 0px 18px;
}

.home_menu_box ul a:hover {
    background-color: white;
    color: #D30100;
}

.head_search_box {
    position: relative;
	margin-right: 10px;
}
.lang_select_box
{
	    margin-left: 10px;
}

.head_search_input {
    border: 1px solid #262622;
    border-radius: 4px;
    outline-style: none;
    padding: 7px;
    height: 18px;
    width: 230px;
    background-image: url(../pics/search.jpg);
    background-repeat: no-repeat;
    background-position: 99% 7px;
}

.head_search_icon {
    display: inline-block;
    width: 34px;
    height: 34px;
    position: absolute;
    right: 0%;
    opacity: 0;
    cursor: pointer;
}

/*---------------slide bar------------------*/
.home_content {
    width: 100%;
    /* margin: 25px auto; */
    /* display: -webkit-box;
    display: flex;
    display: -webkit-flex;
display: -ms-flexbox;
display: -moz-box; */
}

.categories_list {
   /* width: 100%; */
   margin-bottom: 24px;
}

.categories_list>ul {
    list-style-type: none;
    border: 1px solid #cecece;
    margin: 0px;
    /* background-color: #D30100; */
    /* height: 40px; */
    /* opacity: 0.4; */
    display: inline-block !important;
    /* width: 100%; */
    background-color: #E1E1E1;
}

.categories_list>ul>li {
    /* border-bottom: 1px solid #cecece; */
    float: left;
	position: relative;
}

.categories_list>ul>li:hover {
    background-color: #262622;
}

.categories_list>ul>li>a {
	text-decoration: none;
	display: inline-block;
	color: #262622;
	padding: 12px;
	font-family: sans-serif;
	font-size: 13px;
	position: relative;
	/* -webkit-transition: padding-left 0.1s;
    For Safari 3.1 to 6.0 
    transition: font-size 0.1s;
    width: 191px;*/
}

.categories_list>ul>li:hover a {
    color: #fff;
    /* font-size: 15px; */
}

.categories_list>ul>li:hover span {
    background-color: #D30100;
}

.categories_list>ul>li>span {
    display: inline-block;
    width: 38px;
    height: 40px;
    border-right: 1px solid white;
}

.categories_list>ul>li>img {
    position: relative;
    width: 25px;
    height: 25px;
    top: 7px;
    left: 6px;
}

.categories_list>ul>li:last-child {
    border-bottom: 0px;
}

.sub_menu_ul
{
	display: none !important;
	position: absolute;
    list-style-type: none;
	z-index: 1000;
}
.sub_menu_ul_li:hover a
{
	background-color: rgb(138, 137, 137);
}
.sub_menu_ul_a
{
	    display: inline-block;
    padding: 10px;
    min-width: 100px;
    background-color: #262622;
    border-top: 1px solid #E1E1E1;
    color: white;
    text-decoration: none;
	font-size: 13px;
}
.categories_list>ul>li:hover ul {
    display: block !important;
}

.brands_box {
    margin: 25px;
    border: 1px solid #cecece;
    border-radius: 15px;
    text-align: center;
    background-color: white;
}

.brands_box a {
    text-decoration: none;
}

.brands_box a img {
    width: 230px;
    border-radius: 15px 15px 0px 0px;
}

.brands_box a p {
    padding: 5px;
    font-size: 20px;
    color: #D30100;
    font-style: italic;
}

/*---------------content------------------*/
.home_content_area {
    /* width: 75%; 
    padding: 0px 20px;*/
    min-height: 400px;
}
.home_coupon_box
{
	display:block;
	width: 100%;
	margin: 0 auto;
}

.home_coupons_area 
{   
    /* Safari 6.1+ */
    /* display: -webkit-box; */
    /* display: flex; */
    /* display: -webkit-flex; */
    display: -ms-flexbox;
    display: -moz-box;
    /* flex-wrap: wrap; */
    /* -webkit-flex-wrap: wrap; */
}
.home_coup_area_box
{
	/* display: -webkit-box;
    display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; */
	width: 100%;
}

.ctg_pages_box
{
	width: 100%;
	text-align: center;
	margin: 30px 0px;
	display: inline-block;
}
.ctg_pages_box a
{
	padding: 5px;
    /* border-radius: 10px; */
    text-decoration: none;
	    color: #D30100;
}
.home_coupon {
    width: 480px;
    border: 1px solid #e2e2e2;
    /* border-radius: 10px; */
    margin: 25px auto;
    /*  box-shadow: 0px 1px 0px #d6d6d6; */
    position: relative;
    /* -webkit-transition: all .2s linear;
    transition: all .2s linear; */
}

.home_coupon:hover {
        box-shadow: 0px 0px 21px rgb(125, 125, 125);
   /*  transform: translateY(-4px); */
}

.home_coup_img_div {
    background-color: white;
    /* border-radius: 10px 10px 0px 0px; */
    position: relative;
}

.coup_img_save_ch {
    background-image: url(../pics/coupsave.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 133px;
    height: 51px;
    position: absolute;
    z-index: 1000;
    bottom: 23px;
    left: 20px;
    border-radius: 3px;
}

.coup_img_save_ch p {
    padding: 17px 0px 17px 30px;
    color: #D30100;
    font-size: 15px;
    text-align: center;
    font-family: sans-serif;
    font-weight: bold;
}

.home_coup_img {
    width: 480px;
    height: 272px;
    /* border-radius: 10px 10px 0px 0px; */
}

.home_coupon_content {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.14);
    padding: 10px;
    font-family: sans-serif;
    padding-bottom: 0px;
    /* border-radius: 0px 0px 10px 10px; */
}

.home_coupon_span_box {margin-top: 5px;}

.home_coupon_content h5 a {
    font-size: 15px;
    display: inline-block;
    color: gray;
    height: 75px;
    overflow: hidden;
    text-decoration: none;
    line-height: 19px;
}

.home_coupon_content p {
    font-size: 12px;
    color: #abaaaa;
}

.coup_price_styl {
    position: absolute;
    /* border-top: 1px dashed gray; */
    /* padding-top: 11px; */
    right: 23px;
    top: 20px;
}

.coup_price_styl p {
    background-image: url(../pics/couppr.png);
    display: inline-block;
    width: 88px;
    height: 69px;
    background-size: 101%;
    background-repeat: no-repeat;
    color: #fff;
    padding: 46px 2px 0px 24px;
    font-size: 18px;
    font-weight: bold;
}

.coup_content_buttons {
    padding: 15px 0px;
}

.coup_content_buttons input {
    padding: 5px 0px;
    width: 110px;
    background-color: #D30100;
    border: 1px solid #262622;
    /* border-radius: 7px; */
    /* margin: 0px 7px; */
    font-size: 12px;
    color: #fff;
    -webkit-transition-duration: 0.3s;
    /* Safari */
    transition-duration: 0.3s;
    cursor: pointer;
    outline: none;
    width: 100%;
}

.coup_content_buttons input:hover {
    /* border: 1px solid #E1E1E1; */
}

.home_coup_price {
    background-color: #D30100;
    color: white;
    display: inline-block;
    padding: 7px;
    border-radius: 10px;
    /* margin-top: 15px; */
    font-weight: bold;
}

.coup_old_price {
    background-color: white;
    color: gray;
    text-decoration: line-through;
    display: inline-block;
    padding: 7px;
    border-radius: 10px;
    /* margin-top: 15px; */
}

.home_coup_save {
    background-color: white;
    color: gray;
    display: inline-block;
    padding: 7px;
    border-radius: 10px;
    margin-top: 2px;
    font-weight: bold;
}

.coupon_box {
    width: 612px;
    padding: 5px;
    border: 1px solid #E1E1E1;
    border-radius: 3px;
    margin: 0 auto;
}

.coupon_box h5 {
    padding-bottom: 22px;
    color: #D30100;
    font-size: 20px;
    font-style: italic;
}

.coupon_box_body {
	display: -webkit-box;
    display: flex;
    display: -webkit-flex;
display: -ms-flexbox;
display: -moz-box;

}

.coupon_img_area {
    width: 75%;
}

.coup_desc_box_par {
    margin: 19px 0px;
    padding: 23px;
}

.coup_desc_map {
    height: 300px;
    width: 430px;
    position: relative;
    overflow: hidden;
    border: 2px solid #D30100;
    margin: 0 auto;
}

.coupon_buy_box {
    width: 25%;
    padding: 6px;
}

.coupon_buy_but_area {
    padding: 15px;
    height: 94px;
    background-image: url(../pics/couppr.png);
    background-size: 100%;
}
.coupon_buy_but_area2 {
    padding: 6px;
    height: 102px;
    background-image: url(../pics/sale_22.png);
    background-size: 59%;
    background-repeat: no-repeat;
    background-position-x: 33px;
    background-position-y: 50px;
    text-align: center;
 }
.coupon_buy_but_area2 p {
    margin-top: 25px;
    margin-right: 9px;
    color: #fff;
    display: inline-block;
    width: 91px;
    /* float: right; */
    font-weight: bold;
    font-size: 13px;
}

.coupon_buy_but_area2 a {
    display: inline-block;
    border: 1px solid #D30100;
    /* border-radius: 5px; */
    /* box-shadow: 5px 5px 5px #868585; */
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    width: 91px;
    text-align: center;
    padding: 7px 0px;
    background-color: #FD9E1E;
    text-decoration: none;
    /* float: left; */
}

.coupon_buy_but_area2 a:hover {
    background-color: #D30100;
    color: white;
}

.coupon_buy_but_area p {
    margin-top: 92px;
    margin-left: 20px;
    color: #fff;
    display: inline-block;
    width: 65px;
    float: left;
    font-weight: bold;
}

.coupon_buy_but_area a {
    display: inline-block;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #868585;
    color: #bd8a2a;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    width: 83px;
    text-align: center;
    padding: 7px 0px;
    background-color: #E1E1E1;
    text-decoration: none;
    float: right;
}

.coupon_buy_but_area a:hover {
    background-color: #ffcda9;
    color: white;
}

.coupon_img_save {
    position: relative;
}

.mx_coup_slider {width: 435px;margin: 0 auto;}

.coupon_img_save_ch {
    background-image: url(../pics/coupsave.png);
    background-repeat: no-repeat;
    width: 127px;
    height: 48px;
    background-size: 100%;
    position: absolute;
    z-index: 1000;
    top: 8px;
    right: 21px;
}

.coupon_img_save_ch p {
    padding: 14px 5px 15px 35px;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
}

.coupon_buy_but_price_div {
    border: 1px solid #E1E1E1;
    padding: 18px 0px;
}

.coupon_buy_but_price {
    background-color: #D30100;
    padding: 6px;
    display: inline-block;
    width: 70px;
    text-align: center;
    border-radius: 9px;
    color: white;
    font-family: sans-serif;
    font-size: 15px;
    margin-bottom: 16px;
}

.coupon_buy_but_oldprice {
    display: inline-block;
    background-color: #e8e8e8;
    padding: 6px;
    width: 70px;
    text-align: center;
    border-radius: 9px;
    text-decoration: line-through;
    font-size: 15px;
}

.coupon_buy_but_time {
    border: 1px solid #E1E1E1;
    padding: 10px;
    color: #E06A45;
    font-style: italic;
    margin-top: 15px;
    margin-bottom: 15px;
}

.coupon_buy_but_cont {
    border: 1px solid #E1E1E1;
    padding: 10px;
    margin-bottom: 32px;
    color: gray;
    margin-top: 15px;
}

.coupon_buy_but_p {
    text-align: center;
}
.cprint_header
{
	display: -webkit-box;
	display: flex;
	display: -webkit-flex;
display: -ms-flexbox;
display: -moz-box;

    margin: 27px 0px;
}
.cprint_header_text
{
	padding: 5px;
    margin-left: 40px;
}
.cprint_header_text h3
{
	font-size: 24px;
    color: #AACF44;
}
.cprint_header_text p
{
	color: #D30100;
}
.cprint_name_h4
{
	padding: 35px 0px;
    color: #D30100;
    font-size: 20px;
    font-style: italic;
}
.cprint_buy_box
{
	    margin-left: 84px;
}
.cprint_box
{
	width: 800px;
    padding: 21px;
    border: 1px solid #E1E1E1;
    border-radius: 3px;
	margin: 0 auto;
}
.cprint_box_body
{display: -webkit-box;
	display: flex;
	display: -webkit-flex;
display: -ms-flexbox;
display: -moz-box;

}
.cprint_img img
{
	    width: 420px;
}
.cprint_right_box
{
	padding: 15px 0px 15px 15px;
    border-top: 1px dashed #D30100;
    color: #D30100;
    font-size: 18px;
}
.rand_coupon {
    width: 150px;
    border: 1px solid #d0cfcf;
    border-radius: 10px;
    position: relative;
    margin-top: 25px;
}

.rand_coup_img_div {
    background-color: white;
    border-radius: 10px 10px 0px 0px;
    position: relative;
}

.rand_img_save_ch {
    background-image: url(../pics/coupsave.png);
    background-size: 99%;
    background-repeat: no-repeat;
    width: 86px;
    height: 33px;
    position: absolute;
    z-index: 1000;
    top: 1px;
    left: 2px;
    border-radius: 3px;
}

.rand_img_save_ch p {
    padding: 10px 0px 9px 19px;
    color: #D30100;
    font-size: 12px;
    text-align: center;
    font-family: sans-serif;
}

.rand_coup_img {
    width: 150px;
    height: 112px;
    border-radius: 10px 10px 0px 0px;
}

.rand_coupon_content {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.12);
    padding: 7px;
    font-family: sans-serif;
    padding-bottom: 0px;
    border-radius: 0px 0px 10px 10px;
}

.rand_coupon_content h5 {
    padding: 0px;
}

.rand_coupon_content h5 a {
    font-size: 12px;
    display: inline-block;
    color: gray;
    height: 62px;
    overflow: hidden;
    text-decoration: none;
    line-height: 16px;
}

.rand_price_styl {
    border-top: 1px dashed gray;
    /* padding: 21px 0px; */
}

.rand_price_styl p {
    background-image: url(../pics/couppr.png);
    display: inline-block;
    width: 100px;
    height: 60px;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position-x: 19px;
    color: #fff;
    font-size: 15px;
    padding: 35px 15px 0px 15px;
}

.cont_other_page {
    padding: 15px;
	    width: 95%;
}

.cont_other_page h1 {
    color: #D30100;
    padding: 10px;
    border-bottom: 1px dashed #9E9E9E;
    margin-bottom: 15px;
}

.cont_other_page p {
    color: #262622;
    text-align: justify;
    line-height: 25px;
}

.contact_form {
    padding: 25px;
    border: 1px solid #cecece;
    margin: 40px auto;
    box-shadow: 5px 5px 12px #cecece;
}

.contact_form_first {display: -webkit-box;
    display: flex;
    display: -webkit-flex;
display: -ms-flexbox;
display: -moz-box;

    padding-bottom: 24px;
}

.contact_form_p {
    width: 166px;
}

.contact_form_p p {
    margin-top: 4px;
}

.contact_form_inp {
    height: 22px;
    border: 1px solid #cecece;
    border-radius: 2px;
    padding: 2px 2px 2px 5px;
    width: 365px;
}

.contact_form_i textarea {
    border: 1px solid #cecece;
    border-radius: 2px;
    padding: 2px 2px 2px 5px;
    width: 365px;
}

.contact_form_i {
    color: #D30100;
}

.contact_form_i a {
    color: #D30100;
}

.contact_form_b input {
    padding: 9px;
    margin-left: 165px;
    background-color: #D30100;
    color: white;
    font-weight: bold;
    font-size: 20px;
    font-style: italic;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
}

.home_brand_box {
    width: 262px;
    border: 1px solid #e2e2e2;
    margin: 9px;
    box-shadow: 0px 1px 0px #d6d6d6;
    position: relative;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
	line-height: 16px;
}

.home_brand_box:hover {
    box-shadow: 5px 5px 5px #d6d6d6;
    transform: translateY(-4px);
}

.home_brand_box a {
    text-decoration: none;
}

.brand_img_div {
    background-color: white;
}

.brang_imgs {
    width: 262px;
    height: 192px;
}

.brand_content_p {
    text-align: center;
    background-color: white;
    padding: 18px;
    font-family: sans-serif;
}

.brand_content_p h5 {
    font-size: 17px;
    color: gray;
    margin-bottom: 6px;
}

.brand_content_p p {
    font-size: 12px;
    color: #abaaaa;
    height: 47px;
    overflow: hidden;
}
.contact_form_area
{
	margin: 0 auto;
}
.info_form_area
{
	margin: 0 auto;
}
.contact_form_info {
    padding: 25px;
    border: 1px solid #cecece;
    margin: 40px auto;
    box-shadow: 5px 5px 12px #cecece;
    color: #D30100;
}

.contact_form_info_first {display: -webkit-box;
    display: flex;
    display: -webkit-flex;
display: -ms-flexbox;
display: -moz-box;

    padding-bottom: 24px;
}

.contact_form_info_p {
    width: 166px;
}

.contact_form_info_p p {
    margin-top: 4px;
}

.contact_form_info_inp {
    height: 22px;
    border: 1px solid #cecece;
    border-radius: 2px;
    padding: 2px 2px 2px 5px;
    width: 365px;
}

.contact_form_info_i textarea {
    border: 1px solid #cecece;
    border-radius: 2px;
    padding: 2px 2px 2px 5px;
}

.wallet_form {
    width: 500px;
    margin: 0 auto;
}

.wallet_form_sub {
    padding: 9px;
    background-color: #D30100;
    color: white;
    font-weight: bold;
    font-size: 20px;
    font-style: italic;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
}

.self_menu_ul {display: -webkit-box;
    list-style-type: none;
    display: flex;
    display: -webkit-flex;
display: -ms-flexbox;
display: -moz-box;

    margin-top: 9px;
}

.self_menu_p {
    text-align: center;
    /* margin-right: 10px; */
}

.self_menu_li a {
    display: inline-block;
    color: #262622;
    font-weight: bold;
    padding: 5px;
    margin-right: 5px;
    text-decoration: none;
}

.self_menu_li a:hover {
    text-decoration: underline;
}

.s_coupon_table_div {
    width: 621px;
    margin: 20px auto;
}

.s_coupon_table {
    border: 1px solid #E1E1E1;
    border-collapse: collapse;
    margin: 0 auto;
}

.s_coupon_table tr th {
    color: #D30100;
    padding: 3px;
    text-align: left;
}

.s_coupon_table tr td {
    color: grey;
    padding: 3px;
}

.s_coupon_table_a {
    color: #D30100;
    display: inline-block;
    width: 276px;
    white-space: nowrap;
    overflow: hidden;
}
.coup_print
{
	background-color: #E1E1E1;
    padding: 5px;
    border-radius: 6px;
    text-decoration: none;
    color: #D30100;
    font-weight: bold;
    border: 1px solid #D30100;
}

.buy_wallet_form {
    width: 448px;
    margin: 0 auto;
    color: #262622;
}

.buy_wallet_form_tb table,.buy_wallet_form_tb tr,.buy_wallet_form_tb td {
    border: 1px solid #cecece;
    border-collapse: collapse;
}

.buy_wallet_form_tb table {
    margin-bottom: 17px;
}

.buy_wallet_form_tb table tr td {
    padding: 5px;
}

.buy_wallet_form_price {
    width: 70px;
}

.buy_wallet_form_sub {
    padding: 9px;
    background-color: #D30100;
    color: white;
    font-weight: bold;
    font-size: 20px;
    font-style: italic;
    border-radius: 3px;
    cursor: pointer;
    outline: none;
}

.coup_buy_end_box {
    color: #D30100;
    margin: 30px;
}

.coup_buy_end_box a {
    color: #D30100;
}

/*-----------------govazdner-------------------*/
.govazd_header
{
	width:290px;
}
.govazd_header a {
    display: inline-block;
    width: 100%;
}
.govazd_header a img {
    width: 100%;
    height: 75px;
}
.govazd_top {
    width: 1000px;
    margin: 0 auto;
	display:none;
}

.govazd_top a {
    display: inline-block;
    width: 100%;
}

.govazd_top a img {
    width: 100%;
    height: 215px;
}

.govazd_bottom {
    width: 95%;
    margin: 18px auto;
    padding: 12px;
    display: none;
}

.govazd_bottom a {
    display: inline-block;
    width: 32.7%;
}

.govazd_bottom a img {
    width: 100%;
    height: 220px;
}

.govazd_left {
    /* padding: 23px; */
}

.govazd_left a {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}

.govazd_left a img {
    width: 100%;
    height: 210px;
}

/*-----------------footer-------------------*/
.home_footer {
    display: -webkit-box;
    background-color: #262622;
    padding: 11px;
    border-top: 3px solid #D30100;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
}

.home_footer_str {
    margin-bottom: 27px;
    text-align: center;
    color: white;
    /* display: flex; */
}

.home_footer_str ul {
    list-style-type: none;
    /* display: inline-flex; */
    /* display: -webkit-inline-box; */
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    /* display: -webkit-inline-flex; */
}

.home_footer_str ul li {
    padding: 0px 5px;
    /* display: none; */
}

.home_footer_str ul li a {
    color: white;
    text-decoration: none;
    display: inline-block;
}

.home_footer_str ul li a:hover {
    text-decoration: underline;
}

.home_footer_end {
    text-align: center;
    color: white;
}

.home_footer_end div p a {
    color: white;
    font-family: sans-serif;
    font-size: 15px;
    text-decoration: none;
}

.footer_pics table {
    margin: 0 auto;
}

.lang_select {
    padding: 4px;
    border-radius: 4px;
    color: #D30100;
    outline: none;
    margin-top: 4px;
}

.cat_top_ac {
    background-color: #D30100;
    text-align: center;
    padding: 15px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 26px;
    /* border-radius: 13px; */
    font-style: italic;
}
.fail_login_box
{
	margin:30px auto;
	text-align:center; 
}
.wallet_idram
{
	    color: #262622;
}
.wallet_idram_img
{
	width: 75px;
    position: relative;
    top: 2px;
}

.wallet_idram_img2
{
	width: 60px;
    position: relative;
    top: 2px;
}
.wallet_acba_img2
{
	width: 60px;
    position: relative;
    top: 4px;
    margin-left: 5px;
}
.payment_pics
{
	width: 70px;
}
.wallet_radio
{
	margin-left: 10px;
    position: relative;
    top: 1px;
}
.govazd1
{
	position: absolute;
        left: 2px;
	top:180px;
        width: calc((100% - 1020px) / 2);
}
.govazd2
{
	position: fixed;
        right: 2px;
	z-index: 999999;
	top:180px;
        width: calc((100% - 1020px) / 2);
}
.govazd1 img , .govazd2 img
{
	width: 100%;
}
.lang_flag_box
{
	margin-top: 10px;
	cursor:pointer;
}

.social_buttons2 a img
{
	width: 25px;
    height: 25px;
}

.social_buttons2 
{
	padding-top: 10px;
    padding-left: 68px;
}
.contact_primary_box
{
	width: 600px;
    margin: 0 auto;
}
.her_box_mid
{
	margin: 0px 30px;
}
.her_box_mid img
{
	width: 42px;
}
.her_box_mid_big
{
	display: flex;
	display: -webkit-box;
}
.her_box_area
{
	/* padding-left: 27px; */
	/* padding-top: 13px; */
	font-family: monospace;
	font-size: 16px;
	color: #D30100;
	font-weight: bold;
	width: 366px;
	margin: 0 auto;
}
.home_logo_box
{
	width: 218px;
    margin: 13px auto;
}
.footer_bord
{
	display:none;
}
.drdown_pic
{
	display:none !important;
}
.drdown_pic4
{
	display:none !important;
}
.drdown_pic3
{
	display:none !important;
}
.drdown_pic2
{
	display:none !important;
}


