.cat_item_head{
    display: flex;
    justify-content: space-between;
}
.cat_item_head img{
    display: none;
    box-shadow: 0 12px 70px rgba(0, 0, 0, 0.09);
}
.cat_item_head > div:nth-of-type(2){
    flex: 1;
    margin: 60px 0 0 31px;
    box-shadow: 0 12px 70px rgba(0, 0, 0, 0.09);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.sub_title_item{
    font-style: normal;
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 200%;
    color: #000000;
    max-width: 580px;
    padding-top: 20px;
}
.cat_item_head h1{
    max-width: 580px;
}
.cat_item_head button{
    width: 280px;
}
.cat_item_price_rating{
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center;
}
.cat_item_price{
    font-weight: 500;
    font-size: 2.25rem;
    line-height: 120%;
    color: #32373A;
    padding: 14px 0;
}
.rating_list{
    display: flex;
    align-items: baseline;
    margin: 19px 0;
}
.rating_list .rating{
    width: 115px;
    height: 15px;
    display: inline-block;
    padding-bottom: 16px;
}
.rating_list .rating .star{
    width: 15px;
    height: 15px;
    background-image: url("../img/ico/star_gray.svg");
    display: inline-block;
    background-size: contain;
}
.rating_list .rating .star.checked{
    background-image: url("../img/ico/star.svg");
}
.rating_list .count{
    font-weight: 300;
    font-size: 0.9375rem;
    line-height: 50%;
    text-decoration: underline;
    color: #32373A;
}

.btn_line{
    display: flex;
    justify-content: space-between;
}
.btn_line .btn_2{
    max-width: 280px;
    margin-left: 60px;
    position: relative;
}
.btn_line .btn_2 span{
    font-weight: 300;
    font-size: 12px;
    line-height: 156%;
    color: #828282;
    margin: -3px 0 0 0;
    display: block;
}
.btn_line .btn_2 span a{
    font-size: 12px;
    line-height: 156%;
    color: #C6AE71;
    margin-top: 7px;
    text-decoration: underline;
    display: block;
}
.pay_btn{
    border: 2px solid #C6AE71;
}
.pay_block{
    min-height: 323px;

    margin: 100px 0;
}
.pay_block .cont{
    display: flex;
    justify-content: space-between;
    margin: 0 50px 0 0;
}
.pay_block .note_gold span{
    margin: 0 auto;
}
.pay_block .note_gold{
    width: 270px;
    background-color: #C6AE71;
    box-sizing: border-box;
    padding: 0;
    display: flex;
    height: 50px;
    align-items: center;
}
.pay_block p{
    font-weight: 300;
    font-size: 14px;
    line-height: 200%;
    color: #FFFFFF;
    padding-right: 20px;
}
.ico_pay_info{
    width: 14px;
    height: 14px;
    background-image: url("../img/ico/pay_info.svg");
    display: inline-block;
    background-size: contain;
    position: absolute;
    margin: 3px 0 0 -24px;
}
.direction_list2{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 55px 0 15px 0;
}
.content_grey .note_white{
    margin-left: 0;
    width: 280px;
    text-align: center;
}
.direction_list2 a{
    background-color: #777F8F;
    display: block;
    flex-direction: column;
    justify-content: space-between;
    flex-basis: calc(25% - 20px);
    min-height: 100px;
    color: #FFFFFF;
    padding: 17px 24px 27px 24px;
    box-sizing: border-box;
    margin: 0 20px 27px 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-align: center;
}
/*.direction_list2 a:nth-child(4n){
    margin-right: 0;
}*/
.direction_list2 a .name{
    font-family: 'Cormorant', serif;
    font-style: normal;
    font-weight: bold;
    font-size: 1.75rem;
    line-height: 100%;
    display: block;
}
.direction_list2 a:hover{
    background-color: #C6AE71;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.price_list{
    box-shadow: 0 9px 10px rgba(0, 0, 0, 0.08);
    padding: 10px 56px 30px 40px;
    margin-bottom: 55px;
}
.price_list .items.expandable {
    max-height: 780px;
    overflow: hidden;
}
.price_list .items.expandable.shown {
    max-height: none;
    overflow: visible;
}
.price_list .items_show {
    background-color: #F6F8FA;
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 120%;
    color: #777F8F;
    padding: 10px 35px;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: 1px solid #777F8F;
    box-sizing: border-box;
    margin-top: 30px;
}
.price_list .items_show:hover {
    background-color: #32373A;
    color: #FFFFFF;
    border-color: #32373A;
}
.price_list .item{
    display: flex;
    border-bottom: 1px solid #E2EAF0;
    justify-content: space-between;
    padding: 12px 0;

}
.price_list .cost{
    font-weight: 300;
    font-size: 1.375rem;
    line-height: 100%;
    text-align: right;
    color: #000000;
    min-width: 160px;
}
.price_list .name a{
    font-weight: 300;
    font-size: 1.375rem;
    line-height: 100%;
    text-decoration: none;
    color: #000000;
    border-bottom: 1px solid #000;
}
.price_list .name a:hover{
    color: #C6AE71;
    border-bottom: none;
}
.price_list .item_all{
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 120%;
    color: #777F8F;
    display: block;
    margin: 25px 0 0 0;
}
.price_list .ico_arrow{
    background-image: url("../img/ico/arrow.svg");
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    display: inline-block;
    margin: 0 100px 0 20px;
}
.price_list .item_all{
    display: flex;
    align-items: center;
}




@media (max-width: 1700px){
    .content_grey h1{
        font-size: 3rem;
        padding: 15px 0 0 0;
    }
    .content_grey .note_white {
        margin-left: 15px;
    }
}
@media (max-width: 1400px){
    .direction_list2 a{
        flex-basis: calc(33% - 20px);
    }
}
@media (max-width: 1300px){
    .cat_item_head {
        flex-direction: column;
    }
    .cat_item_head img{
        display: block;
    }
    .cat_item_head > div:nth-of-type(2){
        margin: 60px 0 0 0;
        background-image: none !important;
        box-shadow: none;
    }
    .cat_item_head h1{
        max-width: none;
    }
    .sub_title_item {
        max-width: none;
        padding: 20px 15px 0 0;
    }
    .pay_block .main_ttl{
        font-size: 2.5rem;
    }
    .btn_line {
        justify-content: left;
    }
}

@media (max-width: 1150px){
    .direction_list2 a{
        flex-basis: calc(50% - 20px);
    }
}
@media (max-width: 1100px){
    .price_list{
        box-shadow: none;
        padding: 0;
    }
}
@media (max-width: 1000px){
    .cat_item_head button{
        margin: 0 auto;
    }
    .content_grey .note_white {
        margin-left: auto;
        margin-top: 20px;
    }
    .btn_line{
        flex-direction: column;
        align-items: center;
    }
    .btn_line .btn_2 {
        max-width: 280px;
        margin-left: 0;
    }
    .pay_info{
        margin-top: 20px;
    }
}
@media (max-width: 900px){
.direction_list2 a{
    flex-basis: calc(100% - 20px);
}
.price_list .items.expandable {
    max-height: 973px;
}
}
@media (max-width: 600px){
.price_list .item {
    flex-direction: column;
    padding: 12px 0 26px 0;
}
.price_list .name a {
    font-weight: 300;
    font-size: 1.125rem;
}
.review .txt {
    margin-bottom: 15px;
}
.reviews_slider {
    padding: 0 0 40px 0;
}
.cat_item_price_rating{
    flex-direction: column;
}
.btn_line{
    flex-direction: column;
}
.btn_line .btn_2 {
    margin: 25px auto 0 auto;
}
.pay_block .cont {
    margin: 0;
    flex-direction: column;
}
.pay_block .note_gold {
    margin-bottom: 50px;
}

.price_list .items.expandable {
    max-height: 1530px;
}


}
@media (max-width: 480px) {
    .content_grey h1 {
        font-size: 2rem;
        margin: 30px 0 0 0;
        padding: 10px 0 0 0;
    }
    .content_white.content_w2 {
        padding-right: 0;
    }
    .price_list .cost{
        font-weight: bold;
        font-size: 14px;
        line-height: 150%;
        color: #000000;
        padding-top: 10px;
        text-align: left;
    }
    .price_list .item {
        padding: 10px 0 10px 0;
    }
}