

/* ================== */

/* секция services */

/* секция services */

/* ============ */

/* секция works */

/* секция works */

/* =========== */

/* секция testimonials */

/* секция testimonials */

/* ================= */

/* секция blogs */

/* секция blogs */

/* ============= */

/* секция get */

.get {
  background-color: #eaedf2;
  padding: 100px 0px;
}
@media (max-width: 992px) {
  .get {
    padding: 80px 0px;
  }
}
@media (max-width: 768px) {
  .get {
    padding: 60px 0px;
  }
}
.get__subText {
  margin-bottom: 30px;
}
.get__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 992px) {
  .get__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.get__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 85%;
          flex: 0 1 85%;
  background-color: #ffffff;
  padding: 37px 37px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(38, 59, 94, 0.1);
          box-shadow: 0px 3px 10px 0px rgba(38, 59, 94, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.get__item form {
  width: 100%;
}
.get__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  .get__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.get__form-title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: #090a0c;
}
.get__input {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.get__input span {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 0%;
  height: 2px;
  background-color: #ff0000;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.get__input input {
  border-bottom: 1px solid #ff0000;
  width: 100%;
  padding: 8px 12px 8px 0px;
  position: relative;
  font-size: 16px;
  color: #555a64;
}
.get__input input::-webkit-input-placeholder {
  font-size: 16px;
}
.get__input input::-moz-placeholder {
  font-size: 16px;
}
.get__input input:-ms-input-placeholder {
  font-size: 16px;
}
.get__input input::-ms-input-placeholder {
  font-size: 16px;
}
.get__input input::placeholder {
  font-size: 16px;
}
.get__input input:focus + span {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 0;
  width: 100%;
}
.get__area {
  position: relative;
  margin-bottom: 20px;
}
.get__area span {
  content: "";
  position: absolute;
  bottom: 7px;
  right: 0px;
  width: 0%;
  height: 2px;
  background-color: #ff0000;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.get__area textarea {
  resize: none;
  height: 80px;
  width: 100%;
  border-bottom: 1px solid #ff0000;
  width: 100%;
  padding: 6px 12px 6px 0px;
  overflow: auto;
  font-size: 16px;
  color: #555a64;
}
.get__area textarea::-webkit-input-placeholder {
  font-size: 16px;
}
.get__area textarea::-moz-placeholder {
  font-size: 16px;
}
.get__area textarea:-ms-input-placeholder {
  font-size: 16px;
}
.get__area textarea::-ms-input-placeholder {
  font-size: 16px;
}
.get__area textarea::placeholder {
  font-size: 16px;
}
.get__area textarea:focus + span {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 0;
  width: 100%;
}
.get__btn {
  max-width: 155px;
  width: 100%;
  padding: 10px 0px;
  background: #d9832e;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.get__btn:hover {
  background-color: #090a0c;
}

.get__subBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 15px 20px;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(38, 59, 94, 0.1);
          box-shadow: 0px 3px 10px 0px rgba(38, 59, 94, 0.1);
  background: #ffffff;
  margin-bottom: 30px;
}
.get__subBlock:last-child {
  margin-bottom: 0px;
}
.get__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  height: 40px;
  background-color: #d9832e;
  border-radius: 50%;
}
.get__subTitle {
  font-size: 15px;
  font-weight: 500;
  color: #090a0c;
  margin-bottom: 8px;
}
/* секция get */

/* ============ */

/* секция footer */
.footer {
  padding: 22px 0;
  background: #111;
}
.footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .footer__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
.footer__icon-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
}
.footer .fab {
  color: #555a64;
}
.footer .fab:hover {
  color: white;
}
/* секция footer */

/* ========== */



/* ============ */

/* общие стили  */

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page {
  padding: 0px 0px 0px 0px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.lock {
  overflow: hidden;
}

.subText {
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 400;
  text-transform: uppercase;
  color: #555a64;
}

._container {
  max-width: 1160px;
  margin: 0px auto;
  padding: 0px 10px 0px 10px;
}
@media (max-width: 1130px) {
  ._container {
    max-width: 950px;
  }
}
@media (max-width: 992px) {
  ._container {
    max-width: 850px;
  }
}
@media (max-width: 768px) {
  ._container {
    max-width: none;
    padding: 0px 10px;
  }
}

/* общие стили  */