@font-face {
    font-family: ChinaCyr;
    src: url(../fonts/ChinaCyr.ttf);
   }

@font-face {
    font-family: HanZi;
    src: url(../fonts/HanZi.ttf);
   }

.ChinaCyr {
    font-family: ChinaCyr;
}

ul {
  list-style: none; /* Remove default bullets */
}

li {
    font-family: HanZi;
    font-size: 18px;
    color: #A1D00E;
}

ul li::before {
  content: "\2022";
  color: #F9DD17;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

ul li:hover {
    color: #F9DD17;
}

a.white {
    color: white;
}
.jishi {
    line-height: 26px; 
}
.jishi p {
    font-size: 18px; 
    text-align: center;
    color: white;
}

.jishi a {
    font-size: 32px; 
    text-align: center;
    color: #A1D00E;
}

.jishi a:hover {
    transition: 0.7s;
    transform: scale(1.3); /* Увеличиваем масштаб */
    text-decoration: none;
}

.header_page {
    line-height: 1.6em;
}
.header_page p {
    text-align: center;
    margin: auto;
    margin-top: 10px;
    font-family: HanZi;
    width: 550px;
    font-size: 18px;
}

.smile {
    /*padding-left:25px;*/
    background-image:url(/!-CONTENT-!/company/jishi/kisspng-emoji.png);
    display: inline-block;
    height: 25px;
    width: 100px;
}

.jishisoc {
    text-align: center;
}

.jishisoc div {
    display: inline-block;
    text-align: left;
    padding: 15px;
    margin: 5px;
}

.jishisoc img {
    width: 70px;
}

.jishisoc a {
    color: white;
}

.jishisoc img:hover {    
    transition: 0.7s;
    transform: scale(1.3); /* Увеличиваем масштаб */
}