.pricing > div {
  margin-top: 109px;
  min-width: 323px;
  padding: 50px 40px;
  position: relative;
  box-shadow: 0px 13px 19px 0px rgba(0, 0, 0, 0.07);
}

.pricing > div:nth-child(2)::before {
  position: absolute;
  right: -35px;
  top: -35px;
  content: "";
  width: 89px;
  height: 90px;
  background: url(../assets/other/new.svg) no-repeat center;
}

.pricing > div > * {
  margin-top: 35px;
}
.like {
  position: relative;
  left: 0;
  height: 96px;
  width: 96px;
  background: transparent url(../assets/other/like.svg) no-repeat center;
}

.pricing > div h3 {
  color: #252b42;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.1px;
}

.pricing > div h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 0.7; /* 125% */
  letter-spacing: 0.2px;
  color: #23a6f0;
}

.pricing > div h2 br {
  line-height: 1;
}

.pricing > div h2 span {
  color: #8ec2f2;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.2px;
  margin-bottom: 0;
}

.pricing > div h6 {
  color: #737373;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.2px;
}

.pricing > div p {
  color: #737373;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.2px;
}

.pricing > div button {
  width: 100%;
  padding: 15px 40px;
  color: white;
  border-radius: 5px;
  border: 0;
  background-color: #23a6f0;
}

.pricing > div ul li {
  position: relative;
  list-style: none;
  font-size: 13px;
  margin-bottom: 23px;
  padding-left: 10px;
}

.pricing > div ul li::before {
  position: absolute;
  top: -6px;
  left: -32px;
  content: "";
  width: 32px;
  height: 32px;
  background: #2dc071 url(../assets/other/check.svg) no-repeat center;
  border-radius: 50%;
}

.pricing > div ul li:nth-child(4)::before,
.pricing > div ul li:nth-child(5)::before {
  background: #bdbdbd url(../assets/other/check.svg) no-repeat center;
}

/* -- SECTION-IMPORTANT -- */

.important > div {
  margin: 130px 0 160px 0;
  width: 345px;
  text-align: center;
}
.important > div p {
  padding-top: 15px;
  display: block;
  margin: 0 auto;
  width: 165px;
  color: #737373;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.2px;
}
.profil {
  display: block;
  margin: 30px auto;
  width: 158px;
  height: 50px;
}

.profil img {
  float: left;
}

.profil h3 {
  position: relative;
  top: 5px;
  left: 15px;
  color: #23a6f0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2px;
  text-align: left;
  margin: 5px 0 0 15px;
}
.profil h3 span {
  color: #252b42;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.2px;
}

/* newsletter */
.submit {
  width: calc(563px + 101px);
  margin: 80px auto 160px auto;
}

.submit input[type="text"] {
  float: left;
  width: calc(668px - 117px);
  height: 58px;
  padding-left: 20px;
  padding-right: 0;
  background: #f9f9f9;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  border-right: 0;
  outline: none;
}

.submit input[type="submit"] {
  float: left;
  width: 117px;
  height: 58px;
  border-radius: 0px 5px 5px 0px;
  border: 1px solid #e6e6e6;
  background: #23a6f0;
  color: white;
  padding-left: 0;
}

/* section head-footer */
.head-footer span {
  color: #252b42;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1px;
}

.head-footer a {
  position: relative;
  margin-top: 10px;
  color: #737373;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-decoration: none;
}
.head-footer div:last-child a {
  padding-left: 34px;
}
.head-footer div:last-child a::before {
  position: absolute;
  left: 0;
  content: "";
  width: 24px;
}
.head-footer div:last-child a:nth-child(2)::before {
  height: 24px;
  background: url(../assets/footer-icon/phone.svg) no-repeat center;
}

.head-footer div:last-child a:nth-child(3)::before {
  background: url(../assets/footer-icon/map.svg) no-repeat center;
  height: 30px;
}

.head-footer div:last-child a:last-child::before {
  background: url(../assets/footer-icon/mes.svg) no-repeat center;
  height: 30px;
}
