.page {
 max-width: 1600px;
 min-width: 1100px;
 font-family: arial, sans-serif;
 font-size: 16px;
 line-height: 20px;
 margin-left: auto;
 margin-right: auto; 
 background-color: #ffffff;
 color: #000000;
}

.header {
  display: flex;
  flex-direction: column;
  height: 100vh;
  min-height: 720px;
  max-height: 800px;
  padding: 20px;
  position: relative;
  box-sizing: border-box;
}

.nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.nav__logo {
  height: 80px;
  width: 58px;
}

.nav__links {
  display: flex;
  margin: 8px 0 0;
  column-gap: 20px;
  list-style: none;
  padding: 0;
}

.nav__link {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

.nav__link:hover {
  color: #1f69c9;
}

.header__title {
  font-size: 62px;
  line-height: 76px;
  font-weight: 500;
  max-width: 660px;
 
}

.header__description {
  max-width: 540px;
  font-size: 20px;
  line-height: 30px;
  margin: 0;
}

.header__image {
  z-index: 1;
  max-width: 636px;
  position: absolute;
  top: 135px;
  right: 20px;  
}

.header__footer {
  margin-top: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.header__link {
  color: #2f80ed;
  text-decoration: none;
}

.header__link:hover {
  color: #1f69c9;
}

.header__address {
  margin: 0;
  color: #838383;
}

.events {
  padding: 30px ;
  display: flex;
  align-items: start;
  justify-content: space-between;
  box-sizing: border-box;
  background-color: #f2f2f2;
}

.events__content {
  flex-basis: 580px;
  margin-top: 50px;
  margin-left: 50px;
  margin-bottom: 50px;
}

.events__heading {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
}

.events__title {
  font-size: 44px;
  font-weight: 500;
  line-height: 52px;
  margin: 32px 0 0;
}

.events__info-section {
  margin-top: 32px;
}

.event-info__item {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  font-weight: 500;
}

.event-info__icon {
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 12px;
  width: 24px;
  height: 24px;
}

.event-info__icon_type_calendar {
  background-image: url(../images/icon_calendar.svg);
}

.event-info__icon_type_pin {
  background-image: url(../images/icon_pin.svg);
}

.event-info__text {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
}

.events__description {
  margin: 40px 0 60px;
}

.events__more {
  color: #2f80ed;
  text-decoration: none;
}

.events__more:hover {
  color: #1f69c9;
}

.events__cover {
  flex-grow: 1;
  margin-top: 50px;
  flex-shrink: 0;
  flex-basis: 780px;
  max-width: 780px;
  position: relative;
}

.events__image {
  max-width: 100%;
  height: auto;
}

.person {
  position: absolute;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  gap: 10px;
}

.person_name_feynman {
    top: -30px;
    left: 319px;
  }

.person_name_burbidge {
  top:96px;
  right: 125px; 
}

.person_name_cannon {
  bottom: 18px;
  right: 216px;
}

.person_name_mitchell {
  bottom: 82px;
  left: 142px;
}

.person_name_tarter {
  top: 79px;
  left: 159px;
}

.person__image {
  width: 70px;
  height: auto; 
}

.person__image_size_l {
  width: 140px; 
}

.person__image_size_m {
  width: 100px; 
}

.person__image_size_s {
  width: 80px; 
}

.person__caption {
  text-align: center;
  font-size: 14px;
  margin: 0; 
}

.staff {
  padding: 100px 0 140px;
  background-image: url('../images/staff_picks_background.jpg'); 
  background-position: center; 
  background-size: cover; 
  background-repeat: no-repeat;
}

.staff__cards {
  max-width: 760px;
  margin: 40px auto;
  gap: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 0;
}

.card {
  background-color: #fff;
  border-radius: 6px;
  padding: 32px 40px 20px 32px;
  box-sizing: border-box;
  height: 420px;
  width: 360px;
  margin-top: auto;
  list-style-type: none;
}
.staff__title {   
    text-align: center;   
    font-size: 44px;   
    line-height: 52px;   
    margin: 0 0 24px;   
    color: #ffffff; 
} 

.staff__subtitle {   
    text-align: center;   
    font-size: 20px;   
    line-height: 30px;   
    font-weight: 400;   
    margin: 0;   
    color: #ffffff; 
    bottom: 68px;
}

.card__content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.card__title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin: 0;
}

.card__text {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 24px;
}

.card__footer {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #838383;
}

.membership {
  padding: 100px 0 140px;
  background-color: #f2f2f2;
}

.membership__title {   
     max-width: 574px;   
     margin: 0 auto;   
     text-align: center;  
     font-size: 44px;  
     font-weight: 600;  
     line-height: 52px; 
}

.membership__steps {
  list-style-type: none;
  padding: 0;
  margin: 100px 0 0;
  display: flex;
  justify-content: center;
}

.step {
  background-color: #f2f2f2;
  margin: 40px;
  flex: 220px; 
}

.step__title {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.step__icon {
  margin-left: 20px;
}

.step__description {
  margin: 10px 0 0;
}

.about {
  padding: 100px 80px;
  background-color: #1f1f1f;
  color: #fff;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.about__title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  z-index: 2;
  max-width: 164px;
  position: relative;
  margin-bottom: 25%;
}

.about__content {
  margin: 0 120px 0 120px ;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  max-width: 660px;
  flex: 1;
}
.about__paragraph {
  margin: 32px 0 32px;
  z-index: 2;
  position: relative;
}

.about__paragraph:last-of-type {
  margin-bottom: 0; 
}

.about__circle {
  background-color: #2f80ed;
  width: 495px;
  height: 495px;
  border-radius: 50%;
  z-index: 1;
  position: absolute;
  top: -121px;
  left: -91px;
  display: flex;
}  

.footer {
  box-sizing: border-box;
  background-color: #1f1f1f;
  color: white;
  line-height: 20px;
  font-size: 16px;
  padding: 60px 80px;
}

.footer__columns {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}

.footer__column {
  flex: 1;
  margin-bottom: 0;
  gap:80px;
}

.footer__column_content_hours {
  margin-bottom: 80px;
}

.footer__column_content_social {
  margin-bottom: 80px;
}

.footer__logo {
  height: 80px;
  width: 58px;
}

.footer__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer__list-item {
 margin-bottom: 16px;
}

.footer__column-heading {
  margin-bottom: 20px; 
}

.footer__column-link {
  margin-bottom: 10px;
  color: white;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer__social-icon {
width: 16px;
height: 16px;
}

.footer__column-link:hover {
  color: #c1c1c1;
}

.footer__copyright {
  margin-top: 100px; 
  bottom: 60px;
  width: 100%;
}
