/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
}

input button{
  font-family: Inter !important;
}

.right-block2{
  display: block;
  width: 15%;
  height: auto;
  margin: 17px 0 0 0;
  float: left;
  color: #fff;
}
.copyright2{
  padding-top: 10px;
  color:#fff;
  float:right;
  padding-right: 100px;
  display:block;	
}

@media screen and (max-width: 600px) {
.right-block2,.copyright2{
  display: none;
}
}