body {
  min-height: 100vh;
  background-color: #eee;
  /* background-image: url("bg.jpg"); */
  font-family: "Montserrat", sans-serif;
}

main {
  margin-top: 95px;
  display: flex;
}

header {
  max-width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  height: 95px;
  width: 100%;
  padding: 30px 100px;
  position: fixed;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  background: #977967;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.container__header {
  position: relative;
  height: 100%;
}

.header-title {
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.header-city {
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  color: white;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.header-city a {
  color: white;
  border-bottom: 1px solid white;
  font-weight: 500;
  margin-left: auto;
}

.container {
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
}

.main-content {
  background-color: #fff;
  padding: 30px 100px;
}

.profile {
  display: flex;
}

.my-1 {
  margin: .6rem 0;
}

.profile-photo {
  object-fit: cover;
  align-self: center;
  display: block;
  height: 370px;
  width: 380px;
  /* background: url("profile-photo-2.png"), lightgray 50% / cover no-repeat; */
  box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.2);
  min-width: 370px;
}

.profile-article {
  flex-wrap: wrap;
  margin-left: 60px;
  min-height: 430px;
  padding: 70px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.profile {
  position: relative;
}

.profile::after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  object-fit: contain;
  width: 150px;
  height: 200px;
}

.article {
  margin-top: 50px;
}

.swiper {
  width: 100%;
  max-height: 400px;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.swiper-slide {
  display: flex;
  background-position: center;
  background-size: cover;
  max-width: 400px;
  width: 100%;
  height: 500px;
}

.swiper-slide img {
  display: block;
  height: auto;
  margin: auto;
}

section.article p:first-child {
  margin-top: 0;
}

.reviews-slider {
  padding: 3rem 0;
  position: relative;
}

.reviews-slider-title {
  text-align: center;
  padding: 0.5rem 0 2rem;
  font-size: 1.7rem;
  font-weight: 500;
}

.options-working-title {
  text-align: center;
  text-shadow: 10px 10px 70px rgba(239, 124, 193, 0.52);
  font-family: Montserrat;
  font-size: 29px;
  font-weight: 500;
  line-height: 30px;
  padding: 10px 0 5rem;
}


.options-working-list .options-working-content-title {
  text-shadow: 10px 10px 70px rgba(239, 124, 193, 0.52);
  font-family: Montserrat;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 30px;
  padding: 10px 0;
}

section.article p {
  margin-top: 1.5rem;
  text-align: justify;
  font-size: 1.2rem;
  text-shadow: 10px 10px 70px rgba(239, 124, 193, 0.52);
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

.profile-article .left {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  width: 100%;
  line-height: normal;
  letter-spacing: -1.5px;
  max-width: 400px;
  align-self: flex-start;
}

.options-working-blocs {
  display: flex;
  align-items: center;
  padding: 15px 0 10px;
  font-size: 1rem;
  justify-content: space-between;
}

.options-working-blocs * {
  font-size: 1.3rem;
  line-height: 1.5rem;
}

.options-working-list li {
  padding: 5px 0;
}

.options-working-img {
  display: flex;
}

.options-working-img img {
  height: auto;
  width: 100%;
  object-fit: cover;
}

.options-working-img__right {
  padding-left: 20px;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  width: 400px;
  height: 500px;
  object-fit: cover;
}

.options-working-img__left {
  padding-right: 20px;
  margin-right: auto;
  width: 400px;
  height: 200px;
  margin-top: auto;
  margin-bottom: auto;
}

.options-working-text {
  max-width: 500px;
}

.profile-article .right {
  font-size: 1.4rem;
  font-style: normal;
  width: 100%;
  text-align: right;
  margin-left: auto;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.5px;
  max-width: 500px;
  align-self: flex-end;
}

main {
  min-height: 100vh;
}

footer {
  color: white;
  height: 215px;
  background: #977967;
  padding: 15px 0;
  display: flex;
}

.footer-content {
  margin: auto auto;
}

.footer-contact-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-contact {
  font-size: 24px;
  padding-left: 24px;
}

.contact-phone,
.contact-name {
  display: block;
}

.contact-phone a {
  text-decoration: none;
  color: white;
  font-weight: 500;
  border-bottom: 1px solid white;
}

.contact-name {
  text-align: end;
}

* {
  padding: 0;
  margin: 0;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type="submit"] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

@media (max-width: 767px) {
  header {
    padding: 0;
  }

  .header-title {
    font-size: 1.65rem;
  }

  .header-city {
    display: inline-block;
    margin: 0 auto;
    padding-top: 5px;
  }

  .main-content {
    padding: 30px 30px;
  }
  .profile {
    flex-direction: column;
  }
  .profile-photo {
    height: auto;
    min-width: unset;
  }

  .container__header {
    display: flex;
    flex-direction: column;
  }

  .header-title,
  .header-city,
  .header-city a {
    position: static;
    transform: unset;
    text-align: center;
    margin: unset;
  }
  .profile-article {
    margin: 0;
    padding: 25px 0;
    min-height: unset;
  }

  .profile-article .left {
    padding-bottom: 1rem;
  }

  .options-working-blocs {
    padding-top: 5px;
    flex-direction: column;
    justify-content: unset;
  }

  .options-working-title {
    padding-bottom: 5px;
  }

  .options-working-img {
    padding: 0;
  }
}

@media (max-width: 576px) {
  .main-content {
    padding: 10px 15px;
  }

  .article {
    margin-top: unset;
  }

  .options-working-img {
    width: 100%;
    height: auto;
  }

  .profile-article .left,
  .profile-article .right {
    font-size: 1.2rem;
    letter-spacing: unset;
  }

  .options-working-img__right {
    display: none;
  }

  .profile-photo {
    width: 100%;
  }
}

@media (max-width: 340px) {
  .main-content {
    padding: 10px;
  }

  .footer-contact {
    font-size: 1.3rem;
  }
}
