/*.container .account_menu_container {
    margin-top: -30px;
    border-bottom: 0;
    margin-bottom: 0;
}
.container .account_menu_container li.auto_order{
    border-bottom: solid 1px #e5e5e5;
    float: right;
    margin-right: 0;
}
.account_menu_container .account-list ul li.auto_order a .text {
    display: inline-block;
    font-size: 18px;
    line-height: 35px;
    text-align: right;
    color: #010306;
}*/
.heading_block h1{
    margin-bottom: 30px;
}
.heading_block .heading_block-text{
    text-align: left;
    font-family: Circe-Light;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
}
.heading_block .category_block-wrapper{
    padding: 20px 0;
}
.heading_block .category_block-wrapper .category_title{
    text-align: left;
    font-family: Circe-Bold;
    font-size: 18px;
    line-height: 20px;
    color: #0e1011;
    margin: 0 0 20px 0;
}
.heading_block .category-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.heading_block .category-wrapper .category_block{
    width: 240px;
    height: 240px;
    -webkit-box-shadow: 0px 0px 15px 3px rgba(196,196,196,0.56);
    -moz-box-shadow: 0px 0px 15px 3px rgba(196,196,196,0.56);
    box-shadow: 0px 0px 15px 3px rgba(196,196,196,0.56);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    padding: 15px;
}
.heading_block .category-wrapper .category_block:not(:last-child){
    margin-right: 10px;
}
.heading_block .category-wrapper .category_block .category_block-img{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80%;
}
.heading_block .category-wrapper .category_block .category_block-img img{
    max-width: 100%;
    min-width: 80%;
    transform: scale(1.3);
    height: auto;
}
.heading_block .category-wrapper .category_block .category_block-name{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 20%;
}
.heading_block .category-wrapper .category_block .category_block-name a{
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #0e1011;
    position: relative;
    -o-transition: .5s color ease;
    -webkit-transition: .5s color ease;
    transition: .5s color ease;
}
.heading_block .category-wrapper .category_block .category_block-name a:hover{
    color: #2a73d5
}
.heading_block .category-wrapper .category_block .category_block-name a:before{
    position: absolute;
    display: inline-block;
    content: '';
    bottom: -2px;
    left: 50%;
    width: 0;
    height: 1px;
    background: #2a73d5;
    -o-transition: .5s all ease;
    -webkit-transition: .5s all ease;
    transition: .5s all ease
}
.heading_block .category-wrapper .category_block .category_block-name a:hover:before {
    left: 0;
    width: 100%
}

.two-images > img.sort-2 {
    display: none;
}

.two-images:hover > img.sort-1 {
    display: none;
}

.two-images:hover > img.sort-2 {
    display: block;
}
