/*full-price*/
.full-price-block{
        margin: 100px 0 0;
}
.full-price{
    max-height: 501px;
    overflow: hidden;
    box-sizing: border-box;
    transition: all 1s;
    position: relative;
}
.full-price:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
    background: transparent;
    background-image: linear-gradient(to top, #71b62e 0%, transparent 100%);
    transition: all 1.5s;
}
.full-price.open{
    max-height: 2300px;
}
.full-price.open:after{
    height: 0;
}
.full-price table{
    width: 100%;
    border: 2px solid #71b62e;
}
.full-price td{
    border:1px solid #71b62e;
    padding: 5px;
    text-align: center;
}
.full-price tr.price-name .price-name-td{
    border-top: 4px solid #71b62e;
}
.full-price .price-name-td,
.full-price thead tr td{
    font-size: 16px;
    font-weight: bold;
}
.full-price thead{
    border-bottom:3px solid #71b62e;
    /* background: #cecece; */
}
.full-price tbody td:nth-last-child(2){
    color:red;
}
.g-btn.sup-open__link{
    height: 50px;
    width: 300px;
    margin-top: 30px;
}
.g-btn.sup-open__link:hover{
    text-decoration:none;
    color:#fff;
}
@media(max-width:768px){
    .full-price.open{
        max-height: 5000px;
    }
    .full-price{
        overflow-x:scroll;
    }
    .full-price:after{
        min-width: 395px;
    }
}
/*full-price*/
.header__content__contacts__phone a{
	font-size: 24px;
	line-height: 28px;
	display:block;
}
.form__phone a{
	display:block;
}
