﻿@charset "utf-8";
:root{--color:#e70010;--fontfamily:Arial;}
.head-phone .iconfont{font-size: var(--fontsize24);color: var(--color);}
.head-phone a{font-size: var(--fontsize18);color: #fff;margin-left: 10px;}
@media (max-width:1440px) {
  .head-phone .iconfont{font-size: var(--fontsize20);}
  .head-phone a{font-size: var(--fontsize16);}
  .head-nav .nav-ul>li>a{margin: 0 10px;}
}
@media (max-width:1280px) {
  .head-phone{display: none;}
}
@media (min-width:1025px) {
  .head-lang{display: none;}
  .head-info{background: #333B41;}
  .head-nav .nav-ul>li>a,header .head-nav .nav-ul>li>a.inmenu_1{color: #fff;}
  .head-nav .nav-ul>li>a::before{display: none;}
  .head-nav .nav-ul>li>a em{display: none;}
  .head-phone .item{display: flex;justify-content: center;align-items: center;line-height: 1;}
  .head-phone .item:first-child{margin-bottom: 10px;}
}
@media (max-width:1024px) {
  .head-phone{display: none;}
}

footer{background: #333B41;}
footer .foot-title,footer a,footer .foot-link .phone a,footer .foot-link .email{color: #fff;}
footer .foot-link .adress{color: #fff;cursor: pointer;}
footer .foot-link .adress:hover{text-decoration: underline;text-underline-offset: 5px;}
footer .foot-info .foot-qrimg img:first-child{margin-right: 10px;}
footer .foot-share ul li a{border: none;}
footer .foot-share ul li a:hover{background: transparent;}
footer .foot-share ul li a img{width: 100%;height: 100%;object-fit: cover;}
footer .foot-bot .copyright{color:#fff;}
.head-share ul a:hover{color:#fff;}
.head-share ul a.fb{background: #3289da;}
.head-share ul a.lk{background: #0073b1;}
.head-share ul a.ins{background: #be347f;}
.head-share ul a.you{background: #ec2027;}
