
#np .form-3-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
#np .form-3-list .list__item {
    width: 33.3%;
    padding: 0;
    position: relative;
    text-align: center;
    margin-bottom: 25px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
#np .menu_visible {
    min-height: 1247px;
}
#np .form-3 .header-text, #np .form-4 .header-text {
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 50px;
}
#np .form-3 .price {
    padding-top: 25px;
	width: 100%;
}
#np .form-3 .list__item img{

    padding-bottom: 81px;
    float: left;
	background-color: #f6f6f6;
}
#np .form-3 .slide-up-1 {
    position: absolute;

    bottom: 0;
    height: 94px;
    max-height: 94px;
    transition: max-height 0.25s ease-out;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
}
#np .form-3 .slide-up-1:before {
    background: url(../tiger.img/ng-300.png) no-repeat;
    background-position: center;
    height: 42px;
    content: "";
    display: block;
}
#np .form-3 .slide-up-1:hover {
    max-height: 100% !important;
    height: 100% !important;
    transition: max-height 0.35s ease-in;
}
#np .form-3 .slide-up-1 div {
    background: #ffdb4d;
    height: 100%;
}
#np .form-3 .slide-up-1 div .name-1 {
font-size: 30px;
color: #000000;
font-weight: 400;
text-align: center;
display: block;
padding-top: 4px;
}
#np .form-3 .slide-up-1 div .text-1 {
    margin-top: 0px;
    display: block;
}
#np .form-3 .slide-up-1 div .text-1 ul li {
    font-size: 16px;
    color: #000000;
    display: block;
    text-align: left;
    padding-left: 30px;
    margin-top: 10px;
    padding-right: 20px;
}
#np .form-3 .double-margin {
   
}
.text__tarify h2{
	font-size: 1.875rem;
    line-height: 2.5rem;
    text-align: left;
    text-transform: none;
    margin-bottom: 25px;
}
.text__tarify h2::before {
    content: none;
   
}
.text__tarify p{
	    margin-bottom: 10px;
}
.text__tarify ul{
	list-style: disc;
    margin-left: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.text__tarify ul li{
	margin-bottom: 10px;
}