width: 100%;
.g-panel__head a {
  color: #c39155 !important; }

.g-vote-status__label {
  color: #c39155 !important;
  border: 1px solid #c39155 !important; }

.g-button {
  text-decoration: none !important;
  border: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  color: #fff !important;
  background-color: #c39155 !important;
  background-image: none !important; }

.g-button.g-button--invert {
  color: #fff !important; }

.g-button--invert.g-button--arr-left::after {
  background: url(/t/images/ss.svg) 0 0 no-repeat !important; }

.grid2 {
  display: grid; }

.portfolio-section {
  padding-bottom: 20px;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px; }

.portfolio-item {
  min-height: 110px;
  background-size: cover;
  background-position: center;
  text-align: center;
  align-content: center;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  position: relative;
  transition: color 0.5s ease;
  cursor: pointer;
  padding: 3px; }

.portfolio-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #293a43;
  opacity: 0.5;
  transition: opacity 0.5s ease; }

.portfolio-item a {
  color: #fff;
  z-index: 2; }

.portfolio-item:hover {
  color: #f0650d; }

@media (max-width: 720px) {
  .portfolio-section {
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 10px;
    grid-gap: 8px; } }

@media (max-width: 425px) {
  .portfolio-section {
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 10px;
    grid-gap: 5px; } }

table {
  background-color: transparent; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

.common-td td:nth-child(1) {
  border-right: 1px solid white;
  width: 30%; }

.common-td td:nth-child(2) {
  border-right: 1px solid white;
  width: 20%; }

.common-td td:nth-child(3) {
  border-right: 1px solid white;
  width: 20%; }

.common-td td:nth-child(4) {
  width: 30%; }

.common-td td {
  text-align: center;
  background: #a29160; }

.table-service td {
  padding: 5px;
  border: 1px solid #a29160; }

.common-td td p {
  color: #fff;
  font-size: 13px;
  font-weight: 600; }

.common-td-2 p {
  font-weight: 600;
  color: #a29160;
  text-align: center; }

.size-3 {
  margin: 25px auto 0;
  overflow: hidden; }

.size-3 .flex-3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }

.copyright {
  font-size: 15px !important; }

.left-line {
  margin-top: 50px;
  margin-bottom: 40px;
  border-left: 10px solid #f1b91a;
  padding-left: 25px;
  padding-right: 5px;
  padding-top: 1px;
  background-color: rgba(249, 186, 8, 0.522);
  padding-bottom: 1px; }

.left-line p {
  font-size: 20px; }

.advantages {
  margin-top: 40px;
  margin-bottom: 50px; }
