.bg-orange {
    background-color: #e7ae01;
}
.bg-yellow {
    background-color: #fde42d;
}
.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.color-green {
    color: green;
}
.color-red {
    color: red;
}
.font-normal {
    font-family: 'pnr';
}
.fr {
    float: right;
}
.gray {
    color: grey;
}
.hide {
    display: none !important;
}
.hide-all {
    display: none;
}
.link.underline {
    color: #fff;
    text-decoration: underline;
}

.link.underline:hover {
    text-decoration: none;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.p-20 {
    padding: 20px;
}
.pt-20 {
    padding-top: 20px;
}
.red {
    color: #c00 !important;
}

.right {
    text-align: right;
}

.size-21 {
    font-size: 21px !important;
}
.size-25 {
    font-size: 25px !important;
}

.strike {
    text-decoration: line-through;
}
.wd-70 {
    width: 70%;
}
.wd-90 {
    width: 90%;
}
@media (max-width: 767px) {
    .hide-mobile {
        display: none;
    }
    .show-mobile {
        display: block;
    }
    main .kinds .grid .item.col-2nd {
        width: 370px;
    }
}