.wrap__price {
	padding: 0;
}
.wrap__price table {
	width: 100%;
	margin: 50px 0 70px;
	font-size: 1.6rem;
	text-align: center;
}
.wrap__price table thead tr {
	border-top: 1px solid #D7D7D7;
}
.wrap__price table tbody {
	font-weight: 400;
}
.wrap__price table tr {
	position: relative;
	border-bottom: 1px solid #D7D7D7;
}
.wrap__price table thead tr:before,
.wrap__price table tr:before {
	content: "";
	position: absolute;
	display: none;
	width: 1000%;
	height: 100%;
	border-top: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.wrap__price table thead tr,
.wrap__price table tr:nth-child(even) {
	background-color: #F8F9FA;
}
.wrap__price table tr:nth-child(odd) {
	background-color: #FFF;
}
.wrap__price table td {
	position: relative;
	height: 70px;
	padding: 10px;
	vertical-align: middle;
}
.wrap__price table .name__price {
	padding-left: 20px;
	text-align: left;
}

@media all and (max-width:616px) {
	.wrap__price table {
		margin: 50px 0;
		font-size: 1.4rem;
	}
	/* .wrap__price table .size__price { */
		/* display: none; */
	/* } */
	.wrap__price table .price__price {
		display: none;
	}
}



.format-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px 60px;
}

.format-column {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.333%;
    flex: 1 1 33.333%;
    max-width: 33.333%;
    padding: 0 30px;
}

.format-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    border: 1px solid rgba(138, 116, 102, 0.5);
}

.format-item_1 .format-item__title {
    background: #424347;
}

.format-item_2 .format-item__title {
    background: #424347;
}

.format-item_3 .format-item__title {
    background: #424347;
}

.format-item__title {
    margin: -1px;
    padding: 15px 20px 15px 40px;
    font-size: 25px;
    color: #fff;
}

.format-item-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 30px 70px 40px;
    height: 100%;
}

.format-item-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 20px;
}

.format-item__price {
    margin-bottom: 25px;
    font-size: 23px;
}

.format-item__text .break {
    display: block;
}

.format-item__text p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
}

.format-item__text p .ruble {
    color: #8a7466;
}

@media only screen and (max-width: 1260px) {
	
	.format-row {
        margin: 0 -10px 50px;
    }

    .format-column {
        padding: 0 10px;
    }
	.format-item__btn {
        font-size: 16px;
    }

    .format-item__btn:after {
        right: -45px;
    }

    .format-item__btn:hover:after {
        right: -40px;
    }

}

@media only screen and (max-width: 1010px) {

	.format-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .format-column {
        margin: 0 auto;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: 50%;
        margin-bottom: 30px;
    }

    .format-item-body {
        padding: 30px;
    }

    .format-item-content {
        margin-bottom: 20px;
    }

    .format-item__text p {
        margin-bottom: 15px;
    }

    .format-item__title {
        padding: 30px;
    }
}
	
@media only screen and (max-width: 767px) {
	
	.format-row {
        display: block;
    }

    .format-column {
        max-width: 100%;
    }
}


.format-item__btn {
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.025em;
    color: #8a7466;
}

.format-item__btn:hover:before {
    width: 0;
}

.format-item__btn:hover:after {
    right: -35px;
}

.format-item__btn:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #8a7466;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.format-item__btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: -40px;
    width: 24px;
    height: 9px;
    background-image: url(../images/icon-btn-arrow2.svg);
    background-size: 24px 9px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}