.acount_container{
  display:flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.profile_page_title{
  text-align: center;
}
.account_row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin:10px 0px;
}
.profile_img{
  width:200px;
  margin:0px 20px;
}
.account_row input{
  padding:5px;
}
.account_content{
  width:55%;
}
.account_big_day,.account_location,.account_url,.account_shipping,.account_user,.account_adress {
  display: flex;
  flex-direction: column;
}
.account_button{
  float: none;
  margin: 20px auto;
  display: block;
}
.active{
  opacity: 1 !important;
  height: 100%;
  position: relative;
  z-index: 999;
}
.step1,.step2,.step3{
  opacity: 0;
  height:0;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}
.info_row{
  display: flex;
  flex-direction: row;
  margin:10px 0;
  align-items: center;
}
.info_pic_section{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;}

.info_pic_section input{
  margin:5px 0;
}
.next1:hover,.next2:hover{
  cursor: pointer;
  text-decoration: underline;
}
.profile_login_form input{
  margin:10px;
}
.category_block{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width:100%;
  margin:40px 0px;
}
.category_block h1{
  width:100%;
  text-align:center;
  padding:20px 0px;
}
.category_block div{
  display: flex;
  align-items: center;
  justify-content: center;
}
.category_block div img{
  max-width:300px;
  max-height:300px;
  min-height:300px;
  height:100%;
  width:100%;
  border-radius:50%;
  border:2px solid;
}
.category_block div h2{
  text-align: center;

}
/*.footer_menu{
  display: flex;;
  flex-direction: column;
  max-width: 90%;
  float: none;
  margin:auto;
}
.footer_row1{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
*/

.flug{
  width: 30%;
}
.engFlugImg{
  width: 13%;
}
.rusFlugImg{
  width: 15%;
}
.flug > input{
  width: 7%!important;
}

.last-bx-item span {
	color: #3f3f3f;
}
.last-bx-item a:hover {
	cursor: default;
}