.price {
    width: 100%;
}
.price .container {
    padding: 0 20px
}
.price .transition {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0
}
.price .transition img {
    height: 69px;
    width: 100%
}
.price .transition-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0
}
.price .transition-bottom img {
    height: 69px;
    width: 100%
}
.price__list {
    margin-top: 60px;
    padding: 0;
    text-align: center
}
.price__item {
    height: 522px;
    margin: 0 2px 20px;
    background: #fff;
    vertical-align: top;
    display: inline-block;
    width: 100%;
    position: relative
}
.price__item:before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    /*border-left: 2px solid #ffa200;
    border-top: 2px solid #ffa200;*/
}
/*.price__item:after {
    z-index: 1;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border-right: 2px solid #ffa200;
    border-bottom: 2px solid #ffa200
}*/
.price__item-title {
    padding-top: 17px;
    background: linear-gradient(to bottom, #393939, #393939);
    width: 100%;
    height: 150px;
    text-align: center;
    position: relative;
    color: #fff
}
.price__item-title h1 {
    display: block;
    margin: 0;
    font: 35px/48px sans-serif
}
.price__item-title h2 {
    white-space: pre-wrap;
    display: block;
    margin: 6px 0 0;
    font: 20px/24px sans-serif
}
.price__item-title .transition {
    width: 100%;
    height: 40px;
    position: absolute;
    top: 111px;
    left: 0
}
.price__item-title .transition img {
    width: 100%;
    height: 100%
}
.price__item-body {
    position: relative;
    text-align: center;
    height: 385px;
    width: 100%;
    padding-top: 12px
}
.price__item-descr {
    display: block;
    color: #393939;
    white-space: pre-wrap;
    font: 16px/24px 'Open Sans', sans-serif;
    height: 113px
}
.price__item-summ {
    /*width: 255px;*/
    height: 60px;
    padding-top: 1px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 0 auto;
    font: 25px/48px sans-serif;
    color: #393939
}
.price__item-summ span {
    font: 40px/48px sans-serif;
    color: #393939
}
.price__item-btn {
    font: 700 18px/60px sans-serif;
    color: #fff;
    position: absolute;
    display: block;
    left: 50%;
    margin-left: -117px;
    top: -30px;
    width: 235px;
    height: 60px;
    border-radius: 30px;
    background: #d27b1e;
    transition: all ease 0.25s
}
.price__item-btn:hover {
    color: #fff;
    background: #f36b21;
}
.price__item-btn:active {
    color: #fff;
    background: #f36b21;
}
/*.price__item-btn:focus {
    color: #fff;
    background: #e6936a;
}*/
.price__item-plus {
    padding-top: 44px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 133px;
    width: 100%;
    border-top: 1px solid #ffa200;
    background: #393939
}
.price__item-plus span {
    display: block;
    font: 14px/24px 'Open Sans', sans-serif;
    color: #fff
}
.price__descr {
    margin-top: 39px;
    color: #fff;
    font: 16px/24px 'Open Sans', sans-serif;
    white-space: pre-wrap;
    text-align: center
}
@media (max-width: 677px) {
    .price__descr {
        white-space: normal
    }
}
.price__item-title h1, .price__item-title h2{
    color:#fff;
    text-transform: none;
}

@media only screen and (min-width:768px) and (max-width:992px){
    .price__item-title h2{
    font-size: 0.8rem;
    line-height: 1rem;
    font-weight: 600;
    }
    .price__item-summ {font-size: 16px;}
    .price__item-summ span, .price__item-title h1{font-size: 30px;}
    .price__item-btn {margin-left: -90px;width: 180px;font-size: 16px;}
     .price__item-plus span{font-size: 11px;}
     .price__item-descr {font-size: 14px;}
     .price__item-body{height: 400px;}
}