:root {
  --color-dark: #002244;
  --color-main: #ffffff;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}


h1, h2, h3 {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Open Sans";
}

@font-face {
  font-family: "Open Sans";
  src: local("OpenSans-Regular"),
    url("../fonts/OpenSans-Regular.woff2") format("woff2"),
    url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: local("OpenSans-Light"),
    url("../fonts/OpenSans-Light.woff2") format("woff2"),
    url("../fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: local("OpenSans-SemiBold"),
    url("../fonts/OpenSans-SemiBold.woff2") format("woff2"),
    url("../fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.btn-reset {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.list-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header {
  margin-bottom: 30px;
  min-height: 70vh;
  /* min-height: 1060px; */
}

.header__bg {
  background-image: url(../img/bg0.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* opacity: 0.5; */
  /* проверить!! */
}
.header__container {
  display: flex;
  min-height: 70vh;
  justify-content: center;
  align-items: center;
}

.title__qwest {
  text-align: center;
  font-size: 59px;
  font-weight: 600;
  margin-bottom: 30px;
  /* letter-spacing: 0.08em; */
}

.qwest__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.qwest__items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.card__picture {
  max-width: 240px;
  max-height: 240px;
  border-radius: 120px;
  background-color: #f6f6f6;
  object-fit: cover;
  object-position: center;
}

.qwest {
  padding-top: 35px;
  padding-bottom: 50px;
  margin-bottom: 60px;
}

.qwest__top {
  width: 100%;
  margin-bottom: 50px;
}
.qwest__bottom {
  padding: 0 30px 0 30px;
}

.qwest__top__descr {
  font-size: 30px;
  font-weight: 300;
  /* letter-spacing: 0.08em;  */
}

.card__title {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

.card__descr {
  padding: 0 30px 0 30px;
}

.card__top {
  background-color: #fff0f5;
  border-radius: 100%;
  padding: 10px;
  min-width: 150px;
  min-height: 150px;
}

.card__bottom {
  display: flex;
  flex-direction: column;
  padding: 30px 0;
}

.night {
  padding: 20px;
  background-color: #2f45b5;
  background-image: url(../img/bg2.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 530px;
  /* min-height: 70vh; */
  background-color: #002244;
}

.night__container {
  min-height: 524px;
  /* min-height: 70vh; */
}

.night__center {
  display: flex;
  min-height: 100%;
   /* min-height: 70vh; */
  justify-content: center;
  align-items: center;
}

.night__descr {
  padding: 15px;
  color: var(--color-main);
  background-color: var(--color-dark);
  border-radius: 4px;
}


.map__frame {
  width: 100%;
}

.map__container {
  min-height: 600px;
  background-color: var(--color-dark);
}

.footer {
  padding: 30px 50px 50px 50px;
  background-color: var(--color-dark);
}


.contacs__list {
  display: flex;
  flex-direction: column;
  list-style: none;
  color: var(--color-main);
  justify-content: space-between;
  outline: none;
}

.list__items:not(:last-child) {
  margin-bottom: 15px;
}

.address__card {
  font-style: normal;
}

.contacs__title {
  margin: 0;
  padding: 0;
}

.btn {
  padding: 15px 35px;
  border-radius: 4px;
  filter: drop-shadow(0px 5px 5px rgba(33, 37, 57, 0.2));
  background-color: var(--color-main);
  font-size: 24px;
  color: #002244;
  font-weight: 400;
}

/* Ховер-Эффекты для кнопок и ссылок */

/* .btn:hover {
}

.btn:focus {
}

.btn:active {
}

.contacs__link:hover {
}

.contacs__link:focus-visible {
}

.contacs__link:active {
} */

.list__items {
  font-size: 30px;
  color: var(--color-main);
  font-weight: 400;
}

.footer__container {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.address__card {
  padding: 30px 60px;
  position: absolute;
  right: 1%;
  bottom: 0;
  background-color: #3f51b5;
  border-radius: 4px;
  font-style: normal;
}
.section__address{
  display: none;
}



.address__list{
  background-color: #3f51b5; 
  padding: 30px 60px;
  font-style: normal;
}