p {
  margin: 0;
}

p + p {
  margin-top: 16px;
}

.carier-h2 {
  margin: 40px 0;
  font-size: 22px;
}

.carier-container {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}

.carier-header {
  position: relative;
  background: url(../img/russia-white.png) center no-repeat;
  background-size: 75%;
  background-color: #ffdc40;
}

.clouds-header {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: url(../img/cloud-divider.png) bottom repeat-x;
  background-size: auto 100px;
}

.carier-header__flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}

.carier-header__title {
  font: 35px / 45px 'PTSans-Bold', sans-serif;
  color: #252525;
  margin: 33px 0 22px;
}

.carier-header__subtitle {
  font-size: 18px;
  line-height: 150%;
}

.carier-header__img {
  width: 40%;
  padding: 20px 20px 40px 20px;
  flex: none;
}

.carier-header__img img {
  width: 100%;
  object-fit: contain;
}

.carier-gray {
  background-color: #eee;
  border-radius: 12px;
  padding: 20px;
  /* font-size: 16px; */
  font-size: 20px;
  line-height: 150%;
}

.carier-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}

.carier-item {
  width: 25%;
  background-color: #fbfbfb;
}

.carier-item__photo {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.carier-item__title {
  padding: 10px;
  color: #333
}

.carier-modal {
  border: none;
  border-radius: 20px;
  padding: 0;
}

.carier-modal::backdrop {
  background-color: rgba(0, 0, 0, 0.8);
}

.carier-modal::-webkit-scrollbar-track {
  margin-top: 20px;
  margin-bottom: 20px;
}

.carier-modal .button-close {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 20px;
  cursor: pointer;
}

.carier-modal .carier-form {
  width: 400px;
  max-width: 90vw;
  margin: 0;
  background-color: #fff;
  border: none;
  padding: 30px;
}
