﻿/* cyrillic */
@font-face {
  font-family: "Geist Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/GeistMono_cyrillic.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: "Geist Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/GeistMono_latin_ext.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Geist Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/GeistMono_latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
  font-family: "Geist Mono", monospace;
  font-size: 18px;
  line-height: 1.6;
  margin: 40px auto;
  max-width: 850px;
  color: #ffffffde;
  padding: 0 10px;
  background-color: #212121;
}
/* делает отступы для мейна от хэдера и футера*/
main {
  margin: 40px 0 40px 0;
}

h1 {
  margin-bottom: 0px;
  margin-top: 50px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 5px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 25px;
}

ul {
  margin-top: 0px;
  margin-bottom: 0px;
}

p {
  margin-bottom: 5px;
  margin-top: 0px;
}

hr {
  width: 100%;
  height: 1px;
  border: none;
  background-color: #ffffffde;
  margin: 25px 0;
  border-radius: 35%;
}

.header {
  background-color: #212121;
  color: white;
  padding: 10px 0;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-links {
  display: flex;
  gap: 40px;
}

.nav-link {
  color: white;
  text-decoration: none;
  font-weight: 500;
  /* font-size: 16px; */
}

.nav-link:hover {
  color: #ffcc00;
  transition: 650ms;
}

.switches {
	display: flex;
}

.lang-switch {
  font-family: "Geist Mono", monospace;
  font-size: 18px;
  background-color: #383838;
  border: none;
  border-radius: 4px;
  margin: 0px 10px;
  padding: 4px 8px;
  cursor: pointer;
  color: white;
}

.lang-switch:hover {
  color: #ffcc00;
  transition: 650ms;
}

.fade {
  color: #ffffff80;
}

.font-size-bigger {
  font-size: larger;
}

/* Убирает нижний отступ у последнего абзаца */
.now-info p:last-child {
  margin-bottom: 0;
}

.accent {
  color: #ffcc00;
  margin-right: 5px;
  font-size: larger;
}

.accent-char {
  color: #ffcc00;
}

.list_h {
  margin-top: 0;
  margin-bottom: 25px;
}

.conteiner {
  display: flex;
  gap: 20px;
}

.tech {
  display: flex;
  gap: 10px;
}

.tech_el {
  background-color: #383838;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: smaller;
}

.mg-10 {
  margin-bottom: 10px;
}

.mg-25 {
  margin-bottom: 25px;
}

.mg-50 {
  margin-bottom: 50px;
}

.card {
  padding: 25px;
  border: 2px solid #383838;
  border-radius: 1em;
}
/*
.psn_card {
	border: 0;
	display: flex;
	justify-content: center;
} */

/* .icon-location {
	vertical-align: middle;
	
} */
