html {
  height: 100%;
  width: 100%;
}

body {
  background: #f3f5f9;
  font-family: "Montserrat", sans-serif;
  align-items: center;
  justify-content: center;
}

h1 {
  color: #333333;
}

.wrapper {
  display: flex;
  flex-direction: row;
  padding: 80px;
  justify-content: space-between;
  position: relative;
}

/* Contacts section */

.contacts-section {
  position: absolute;
  top: 36px;
  right: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.telegram-link,
.viber-link,
.phone-link-icon {
  text-decoration: none;
}

.telegram-icon {
  width: 21px;
  height: 18px;
  margin-right: 14px;
}

.viber-icon {
  width: 19px;
  height: 19px;
  margin-right: 14px;
}

.phone-icon {
  width: 18px;
  height: 18px;
  margin-right: 16px;
}

.phone-link-number {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: #333333;
  text-decoration: none;
}

/* language section */

.language-section {
  position: absolute;
  top: 36px;
  right: 80px;
  margin-right: 320px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.language-button-pasive {
  font-weight: lighter;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: #333333;
  text-decoration: none;
}

.language-button-active {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: #333333;
  text-decoration: none;
}

.language-button-divider {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  margin-left: 2px;
  margin-right: 2px;
  text-align: right;
  color: #333333;
  text-decoration: none;
}

/* Experience section */

.experience-section {
  width: 268px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.experience-section a {
  text-decoration: none;
}

.my-photo {
  margin-bottom: 26px;
  border-radius: 50%;
}

.icon {
  width: 24px;
  height: 24px;
}

.instagram-icon,
.fb-icon {
  margin-right: 16px;
}

.experience-description {
  margin-top: 36px;
  margin-bottom: 36px;
}

.experience-description-text {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

.experience-description-text-first {
  margin-bottom: 8px;
}

.technologies-container {
  margin-bottom: 50px;
}

.js-icon,
.react-icon {
  margin-right: 16px;
}

.js-icon,
.react-icon,
.node-js {
  width: 24px;
  height: 24px;
}

.my-projects-link {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #2d29f2;
  text-decoration-line: none;
}

.my-info-section {
  width: 33%;
  margin: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.my-name {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 32px;
}

.my-profession {
  font-weight: bold;
  font-size: 48px;
  line-height: 48px;
  color: #333333;
  margin-bottom: 35px;
}

.my-location {
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
  background: linear-gradient(
    92.21deg,
    #2d29f2 -2.78%,
    #f8e22f 53.84%,
    #f13e17 102.78%
  );
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 88px;
}

.my-location-2 {
  line-height: 42px;
}

.my-description {
  font-size: 16px;
  line-height: 24px;
  color: #4f4f4f;
  margin-bottom: 16px;
}

.my-skills-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}

.my-skills-list {
  list-style: disc;
  padding-left: 16px;
}

.my-skills-item {
  font-size: 16px;
  line-height: 24px;
  color: #4f4f4f;
}

.my-skills-item::marker {
  color: #2d29f2;
}

/* Project price section */

.project-price-section {
  width: 33%;
}

.project-price-form {
  padding: 40px;
  background: #ffffff;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
}

.project-price-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  background: linear-gradient(
    92.21deg,
    #2d29f2 -2.78%,
    #f8e22f 53.84%,
    #f13e17 102.78%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 40px;
}

.project-type-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}

.project-price-form-field-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 16px;
}

.project-price-select {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 24px;
  color: #4f4f4f;
  border: none;
  border-bottom: 1px solid #000000;
  outline: none;
  background: none;
  padding-bottom: 8px;
}

.activity-type-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}

.activity-type-item {
  margin-bottom: 16px;
}

.activity-type-item_2{
  margin-bottom: 32px;
}

.activity-type-title {
  font-size: 16px;
  line-height: 24px;
  color: #565656;
  margin-left: 16px;
}

.activity-type-checkbox {
  width: 18px;
  height: 18px;
}

.project-price-container {
  margin-bottom: 32px;
}

.project-price-sum {
  font-size: 16px;
  line-height: 24px;
  color: #4f4f4f;
}

.project-price-currency {
  font-weight: bold;
  color: #f13e17;
}

.project-price-calculate-btn-container {
  width: 100%;
  text-align: center;
}

.project-price-calculate-btn {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background: linear-gradient(
    92.21deg,
    #2d29f2 -2.78%,
    #f8e22f 53.84%,
    #f13e17 102.78%
  );
  border-radius: 12px;
  outline: none;
  border: none;
  padding: 12px 32px 12px 32px;
  cursor: pointer;
}

/* Modals section */

.modal-bgd {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;

  pointer-events: none;
  opacity: 0;

  transition: opacity 0.3s ease-in-out;
}

.modal-active {
  pointer-events: all;
  opacity: 1;
}

.modal-container {
  background: #ffffff;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 110px 40px;
  width: 364px;
  height: 615px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}

.modal-close-btn {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 29px;
  right: 29px;
}

.modal-icon {
  margin-bottom: 40px;
}

.modal-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  margin-bottom: 40px;
}

.user-email-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  width: 100%;
}

.modal-container-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.user-email {
  width: 100%;
  font-family: Montserrat;
  margin-top: 16px;
  font-size: 16px;
  line-height: 24px;
  color: #4f4f4f;
  padding: 8px 0;
  border: none;
  outline: none;
  border-bottom: 1px solid #000000;
}

.email-input-container {
  margin-bottom: 116px;
  height: 116px;
}

.email-error-text {
  color: #f13e17;
  font-size: 16px;
  line-height: 24px;
  margin-top: 8px;
  display: none;
}

.email-input-container-error .email-error-text {
  display: block;
}

.email-input-container-error .user-email {
  border-bottom: 1px solid #f13e17;
}

.modal-submit-brn {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background: linear-gradient(
    92.21deg,
    #2d29f2 -2.78%,
    #f8e22f 53.84%,
    #f13e17 102.78%
  );
  border-radius: 12px;
  outline: none;
  border: none;
  padding: 12px 32px 12px 32px;
  cursor: pointer;
}

.modal-success-message {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  margin-bottom: 4px;
}

.jumping-illustration {
  margin-top: 4px;
}
