/* offer */

.title {
  position: relative;
}

.offer {
  background-color: #121315;
  color: #fff;
  text-align: center;
  padding: 112px 0 130px 0;
  position: relative;
}

.offer__title {
  font-weight: 800;
  font-size: 50px;
  line-height: 68px;
  color: #fff;
}

.offer__title span {
  display: block;
}

.offer__subtitle {
  margin-top: 20px;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.offer__button {
  display: inline-block;
  margin-top: 68px;
  background-color: #fff;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #121315;
  padding: 19px 36px;
  transition: all 0.3s ease-in-out;
}

.marketing__offer-button {
  margin-top: 40px;
}

.offer__button:hover {
  cursor: pointer;
  background-color: #04a070;
  color: #121315;
}

.offer__img-left {
  position: absolute;
  top: 60%;
  left: 0;
  width: 150px;
  height: auto;
}

.offer__img-right {
  position: absolute;
  top: 20%;
  right: 0;
  width: 150px;
  height: auto;
}

.marketing__offer-img-left {
  left: 130px;
  top: 50%;
}

.marketing__offer-img-right {
  right: 100px;
  top: 20%;
}

.soft__offer-img-left {
  left: 0;
  top: 40%;
  width: 300px;
}

.soft__offer-img-right {
  right: 0;
  top: -18%;
}

.bigData__offer-img-left {
  left: 100px;
  top: 60%;
}

.bigData__offer-img-right {
  top: 25%;
  right: 180px;
}

/* opportunities */

.opportunities {
  padding: 112px 0;
}

.opportunities .container {
  display: flex;
  align-items: center;
}

.opportunities__img {
  width: 273px;
  height: 273px;
}

.opportunities__text {
  font-weight: 500;
  font-size: 40px;
  line-height: 64px;
  color: #000;
  margin-left: 70px;
}

.opportunities__text span {
  color: #04a070;
}

/* showcase */

.showcase {
  background-color: #121315;
  padding: 120px 0 70px 0;
}

.showcase__list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.showcase__list-item {
  width: 30%;
  margin: 0 5% 50px 0;
  background-color: #fff;
  border-radius: 5px;
}

.showcase__list-item--text {
  padding: 30px 5px 30px 30px;
  transition: all 0.3s ease-in-out;
}

.showcase__list-item--text:hover .showcase__list-title {
  transition: all 0.3s ease-in-out;
  color: #04a070;
}

.showcase__list-item:nth-child(3n) {
  margin-right: 0;
}

.showcase__list-link {
  padding: 30px 5px 30px 30px;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.showcase__list-top {
  display: flex;
  align-items: center;
}

.showcase__list-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  color: #000;
  transition: all 0.3s ease-in-out;
}

.arrow-rounded {
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
}

.arrow-rounded path {
  transition: all 0.3s ease-in-out;
}

.showcase__list-text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 26px;
  color: #000;
}

.showcase__list-link:hover .showcase__list-title {
  color: #04a070;
  transition: all 0.3s ease-in-out;
}

.showcase__list-link:hover .arrow-rounded path {
  stroke: #04a070;
  transition: all 0.3s ease-in-out;
}

/* features */

.features {
  padding: 120px 0 60px 0;
}

.features .container {
  max-width: 1120px;
}

.features__list-item {
  margin-top: 100px;
  display: flex;
}

.features__list-item:first-child {
  margin-top: 0;
}

.features__list-img {
  background: #f5f6f7;
  border-radius: 5px;
  padding: 55px;
}

.features__list-img img {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features__list-text {
  margin-left: 60px;
  font-size: 34px;
  line-height: 54px;
  color: #000;
}

/* tools */

.tools {
  padding: 100px 0 50px 0;
  text-align: center;
}

.tools .container {
  max-width: 1120px;
}

.tools__title {
  font-weight: 500;
  font-size: 34px;
  line-height: 54px;
  color: #000;
}

.tools__list {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.tools__list-item {
  margin-right: 30px;
  margin-bottom: 30px;
}

.tools__list-item--text {
  background-color: #04a070;
  border-radius: 5px;
  padding: 30px;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.tools__list-item--text:hover {
  transition: all 0.3s ease-in-out;
  background-color: #121315;
}

.marketing__tools-list .tools__list-item:nth-child(4) {
  margin-right: 0;
}

.tools__list-link {
  background-color: #04a070;
  border-radius: 5px;
  padding: 30px;
  display: inline-block;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.tools__list-link:hover {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background-color: #121315;
}

.benefits__list {
  justify-content: center;
}

.benefits__list-item {
  margin-left: 30px;
}

.benefits__list-item:first-child {
  margin-left: 0;
}

.benefits__list-link {
  background-color: #e63b1d;
  transition: all 0.3s ease-in-out;
}

.benefits__list-link:hover {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background-color: #121315;
}

.bigData__benefits-list-link {
  background-color: #121315;
  transition: all 0.3s ease-in-out;
}

.bigData__benefits-list-link:hover {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background-color: #04a070;
}

/* location */

.location {
  padding: 60px 0 90px 0;
}

.location .container {
  max-width: 1310px;
}

.location__title {
  font-weight: 500;
  font-size: 35px;
  line-height: 56px;
  color: #000;
}

.location__bottom {
  margin-top: 30px;
  display: flex;
}

.location__location {
  margin-left: 60px;
}

.location__info {
  margin-top: 40px;
}

.location__info:first-child {
  margin-top: 0;
}

.location__info-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #000;
}

.location__info-link {
  margin-top: 15px;
  font-weight: 500;
  font-size: 35px;
  line-height: 38px;
  color: #000;
}

.location__img img {
  width: 800px;
}

.map {
  position: relative;
  width: 800px;
  height: 400px;
  border-radius: 5px;
}

/* contacts */

.contacts {
  padding: 60px 0 120px 0;
}

.contacts .container {
  max-width: 1120px;
  display: flex;
}

.contacts__text {
  font-weight: 500;
  font-size: 40px;
  line-height: 64px;
  color: #000;
}

.contacts__text span {
  color: #04a070;
}

.contacts__form {
  background-color: #f5f6f7;
  border-radius: 5px;
  padding: 30px;
  position: relative;
  margin-left: 60px;
}

.contacts__form-inputs {
  display: flex;
  justify-content: space-between;
}

.contacts__form-input {
  width: 250px;
  background-color: #ffffff;
  border-radius: 5px;
  border-color: transparent;
  outline: none;
  padding: 10px;
  margin-right: 30px;
}

.contacts__form-input::placeholder,
.contacts__form-area::placeholder {
  font-size: 16px;
  line-height: 22px;
  color: #121315;
  opacity: 0.5;
}

.contacts__form-input:last-child {
  margin-right: 0;
}

.contacts__form-area {
  resize: none;
  width: 100%;
  outline: none;
  border: none;
  margin-top: 30px;
  height: 120px;
  padding: 20px;
}

.contacts__form-button {
  margin-top: 30px;
  width: 100%;
  background-color: #000;
  border-radius: 5px;
  border-color: transparent;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  padding: 10px 0;
  cursor: pointer;
  transition: all 0.3s ease-in;
  text-transform: uppercase;
}

.contacts__form-button:hover {
  transition: all 0.3s ease-in;
  background-color: #04a070;
}

.contacts__form-decoration {
  position: absolute;
  top: -40px;
  right: -45px;
}

/* modal */

.modal-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease-in;
}

.modal {
  background-color: #04a070;
  padding: 25px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-400px);
  transition: all 0.6s ease-in;
}

.modal__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
}

.modal__text span {
  display: block;
}

.modal-overlay--visible {
  opacity: 1;
  visibility: visible;
  transition: all 0.6s ease-in;
}

.modal--visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.modal__opened {
  position: fixed;
  right: 0;
  left: 0;
  overflow: hidden;
}