*{
    box-sizing:border-box;
}
#main #common_wrapper{
    max-width:1200px;
    margin:auto;
    text-align:center;
    padding:50px 0;
}

#main #common_wrapper h2 {
    font-size: 29px;
    display: inline;
}
#main p {
    font-size:14px;
    margin: 5px 10px;
    line-height: 150%;
}
.loader_v2 {
    margin-top:17px;
    display:inline-block;
    width: 48px;
    height: 48px;
    border:7px solid #ebebeb;
    border-radius: 50%;
    position: relative;
    transform:rotate(45deg);
    box-sizing: border-box;
}
.loader_v2::before {
    content: "";
    position: absolute;
    box-sizing: border-box;
    inset:-7px;
    border-radius: 50%;
    border:7px solid #76ac3e;
    animation: prixClipFix 3s infinite linear;
}
@keyframes prixClipFix {
  0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
  25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
  50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
  75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
  100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}

#min_footer{
    position:fixed;
    bottom:0;
    width:100%;
}