@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo2/v10/7cH1v4okm5zmbvwkAx_sfcEuiD8j4PKcPg.ttf) format('truetype');
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo2/v10/7cH1v4okm5zmbvwkAx_sfcEuiD8jvvKcPg.ttf) format('truetype');
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo2/v10/7cH1v4okm5zmbvwkAx_sfcEuiD8jjPKcPg.ttf) format('truetype');
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo2/v10/7cH1v4okm5zmbvwkAx_sfcEuiD8jWfWcPg.ttf) format('truetype');
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Exo 2", sans-serif;
}
a {
  color: black;
  text-decoration: none;
}
.container {
  max-width: 1517px;
  margin: 0 auto;
  padding: 75px;
}
.chapter {
  width: 218px;
  margin: 0 auto;
}
.header {
  position: relative;
  /*max-width: 1290px;*/
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
}
.header .logo img {
  width: 200px;
}
.header #menu-toggle {
  display: none;
}
.header .burger {
  display: flex;
  align-items: center;
  position: fixed;
  top: 47px;
  right: 76px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease;
}
.header .burger > span,
.header .burger > span::before,
.header .burger > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 6px;
  border-radius: 25px;
  background-color: #264653;
  transition: all 0.5s ease;
}
.header .burger > span::before {
  content: "";
  top: -16px;
}
.header .burger > span::after {
  content: "";
  top: 16px;
}
.header .menu {
  font-weight: 300;
  margin: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 29px;
}
.header .menu div a {
  border-radius: 25px;
  padding: 8px 18px 11px 18px;
  transition: 0.6s all ease;
}
.header .menu div a:hover {
  color: white;
}
.header .menu .books a:hover {
  background-color: #feba21;
}
.header .menu .main a:hover {
  background-color: #005877;
}
.header .menu .audio a:hover {
  background-color: #f4a261;
}
.header .menu .top a:hover {
  background-color: #e44a24;
}
.header .icons {
  margin-left: 233px;
  align-items: center;
  display: flex;
}
.header .icons img {
  width: 40px;
}
.header .icons .account img {
  width: 35px;
  padding-left: 3px;
}
.header .icons .saved {
  margin-left: 30px;
}
.header .icons .saved a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
}
.header .icons .saved a img {
  position: absolute;
  /*top: -6px;*/
  transition: all 0.4s ease;
}
.header .icons .saved a #heart-hover {
  opacity: 0;
}
.header .icons .saved a:hover #heart {
  opacity: 0;
}
.header .icons .saved a:hover #heart-hover {
  opacity: 1;
}
.registration {
  background: url(../img/lines-account.png) #ebebeb no-repeat 7% 50%;
}
.registration .header-account h1 {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  color: #005877;
}
.registration .header-account p {
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  padding-top: 18px;
}
.registration .registr-form {
  margin-top: 68px;
}
.registration .registr-form h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  color: #005877;
}
.registration .registr-form form {
  width: 628px;
  margin: 0 auto;
  padding-top: 35px;
  display: flex;
  flex-direction: column;
}
.registration .registr-form form input {
  padding: 0 38px;
  color: #a6a6a6;
  font-size: 30px;
  font-weight: 400;
  height: 73px;
  border-radius: 25px;
  border: 3px solid #a6a6a6;
  margin: 20px 0;
}
.registration .registr-form form .required {
  color: #737373;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 47px;
  padding-left: 41px;
}
.registration .registr-form form .submit {
  cursor: pointer;
  width: 383px;
  height: 88px;
  margin: 0 auto;
  background-color: #feba21;
  border: 4px solid #feba21;
  font-weight: 700;
  font-size: 32px;
  color: white;
  border-radius: 100px;
  transition: all 0.5s ease;
}
.registration .registr-form form .submit:hover {
  background-color: white;
  color: #feba21;
}
.registration .registr-form .options {
  margin-top: 12px;
}
.registration .registr-form .options h4 {
  text-align: center;
}
.registration .registr-form .options h4 a {
  font-size: 25px;
  font-weight: 400;
  color: #005877;
}
.registration .registr-form .options h4 a:hover {
  text-decoration: underline;
}
.footer .container {
  background: #264653;
  display: grid;
  grid-template-columns: 230px 285px 285px 523px;
  font-size: 22px;
  color: white;
}
.footer .container p,
.footer .container h3 {
  text-align: center;
}
.footer .container .foot-logo {
  margin-top: 52px;
}
.footer .container .foot-logo p {
  font-weight: 300;
  font-size: 24px;
}
.footer .container .info {
  padding-left: 50px;
  margin-top: 35px;
}
.footer .container .info p,
.footer .container .info a {
  color: white;
  font-weight: 400;
  line-height: 55px;
  letter-spacing: 2px;
}
.footer .container .contacts {
  padding-left: 20px;
}
.footer .container .contacts h3 {
  font-weight: 500;
  letter-spacing: 1px;
}
.footer .container .contacts p {
  letter-spacing: 2px;
  line-height: 35px;
}
.footer .container .contacts .phone h3 {
  padding-bottom: 13px;
}
.footer .container .contacts .social-net h3 {
  padding-top: 42px;
  padding-bottom: 25px;
}
.footer .container .contacts .social-net div {
  width: 281px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
