.breadcrumbs {
  text-align: center;
  padding: 20px 0px;
  background-color: #F7F7F7;
}
.breadcrumbs svg {
  margin-right: 5px;
}
.breadcrumbs span, .breadcrumbs a {
  font-size: 14px;
  color: #999999;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}
.breadcrumbs span a:hover, .breadcrumbs a a:hover {
  color: #1F2839;
  cursor: pointer;
}

.about {
  padding-top: 90px;
  padding-bottom: 50px;
}
.about__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about__text-block {
  padding-right: 30px;
  width: 50%;
}
.about__description p {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 10px;
}
.about__video-block {
  width: 50%;
  height: 0;
  padding-bottom: 28.125%;
  position: relative;
}
.about__video-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.services {
  padding: 100px 0px;
}
.services__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service-block {
  width: 390px;
  height: 280px;
  position: relative;
  margin-bottom: 30px;
  display: block;
}
.service-block__content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.service-block__content::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.6;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}
.service-block img {
  width: 100%;
  height: 100%;
}
.service-block__title {
  position: absolute;
  display: block;
  top: 75%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0px 15px;
  font-size: 26px;
  font-weight: 600;
  line-height: 38px;
  color: #ffffff;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.service-block__link {
  position: absolute;
  display: block;
  top: 110%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0px 15px;
  font-size: 16px;
  font-weight: 700;
  color: #B69D74;
  -webkit-transition: ease 0.6s;
  transition: ease 0.6s;
}
.service-block__link svg {
  position: relative;
  top: 0;
  right: 0;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transform: translate(0px, -1px);
          transform: translate(0px, -1px);
}
.service-block__link:hover svg {
  -webkit-transform: translate(10px, -1px);
          transform: translate(10px, -1px);
}

.service-block__content:hover::before {
  opacity: 0.85;
}
.service-block__content:hover .service-block__title {
  top: 50%;
}
.service-block__content:hover .service-block__link {
  top: 85%;
}

.story {
  padding: 80px 0px;
  background-color: #FAF8F7;
}
.story__wrap {
  width: 100%;
}
.story__image {
  width: 460px;
  float: left;
  margin-right: 30px;
}
.story__title {
  display: inline-block;
}
.story__description p {
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 15px;
}
.story__description p:last-child {
  margin-bottom: 0;
}

.content__wrap {
  padding-top: 40px;
}
.content ul li {
  margin-bottom: 10px;
}

.last-news {
  padding: 80px 0px;
}
.last-news__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 70px;
}
.last-news__block {
  width: 285px;
  width: 23%;
  margin-bottom: 50px;
}
.last-news__image {
  margin-bottom: 10px;
}
.last-news__attributes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}
.last-news__date {
  font-size: 13px;
  margin-right: 15px;
}
.last-news__date svg {
  position: relative;
  -webkit-transform: translateY(1.5px);
          transform: translateY(1.5px);
}
.last-news__author {
  font-size: 13px;
  overflow: hidden;
}
.last-news__author svg {
  position: relative;
  -webkit-transform: translateY(1.5px);
          transform: translateY(1.5px);
}
.last-news__title {
  font-family: "Playfair Display", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #1F2839;
  margin-bottom: 20px;
  display: block;
}
.last-news__link {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #262626;
}
.last-news__link svg {
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}
.last-news__link:hover svg {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.news {
  padding: 100px 0px;
}
.news__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news__block {
  width: 370px;
  margin: 0px 15px 80px;
}
.news__block iframe {
  width: 100%;
  height: 100%;
}
.news__image {
  width: 100%;
  height: 250px;
  margin-bottom: 10px;
}
.news__attributes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}
.news__date {
  font-size: 13px;
  margin-right: 15px;
}
.news__date svg {
  position: relative;
  -webkit-transform: translateY(1.5px);
          transform: translateY(1.5px);
}
.news__author {
  font-size: 13px;
  overflow: hidden;
}
.news__author svg {
  position: relative;
  -webkit-transform: translateY(1.5px);
          transform: translateY(1.5px);
}
.news__title {
  font-family: "Playfair Display", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #1F2839;
  margin-bottom: 20px;
  display: block;
}
.news__link {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #262626;
}
.news__link svg {
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}
.news__link:hover svg {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

#page .single-post a {
  display: inline-block;
}
#page .single-post strong {
  color: #434343;
}
#page .single-post figure div {
  margin: auto;
}
#page .single-post .elementor-widget:not(:last-child) {
  margin-bottom: 10px;
}

.single-post__title {
  text-align: center;
  font-size: 28px;
  color: #1F2839;
  margin-bottom: 30px;
  padding: 0px 30px;
}

.team {
  padding-top: 80px;
  padding-bottom: 100px;
}
.team p {
  margin-bottom: 10px;
}
.team ul {
  padding-left: 25px;
}

.lawyer-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
.lawyer-card__foto {
  min-width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #1F2839;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 50px;
}
.lawyer-card__text {
  width: 80%;
}
.lawyer-card__title {
  color: #1F2839;
  font-size: 22px;
  font-weight: 600;
  font-family: "Playfair Display", sans-serif;
  margin-bottom: 20px;
}
.lawyer-card__description {
  margin-bottom: 15px;
}
.lawyer-card__credo span {
  color: #1F2839;
  font-weight: 600;
}

.lawyer-card:first-child .lawyer-card__credo {
  display: none;
}

.reviews {
  padding-top: 80px;
  padding-bottom: 0px;
}

.gutter-sizer {
  width: 2%;
}

.review-block {
  width: 49%;
  padding: 20px;
  margin-bottom: 25px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 10px rgba(68, 68, 68, 0.4);
          box-shadow: 0px 0px 10px rgba(68, 68, 68, 0.4);
}
.review-block__image {
  min-width: 150px;
  min-height: 150px;
  width: 150px;
  height: 150px;
  background-color: #1F2839;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
  margin-bottom: 5px;
}
.review-block__text-title {
  font-family: "Playfair Display", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #1F2839;
  margin-bottom: 5px;
}
.review-block__text-description {
  font-size: 12px;
  line-height: 20px;
  color: #5d5d5d;
  margin-bottom: 8px;
}
.review-block__text-review {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #262626;
}

nav.pagination {
  display: block;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
}
nav.pagination .nav-links {
  color: #767676;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
nav.pagination .nav-links span.current, nav.pagination .nav-links a {
  color: #767676;
  font-size: 14px;
  font-weight: 600;
  display: block;
  border: 1px solid #767676;
  width: 30px;
  height: 30px;
  margin: 0px 5px;
  padding-top: 3px;
}
nav.pagination .nav-links .prev, nav.pagination .nav-links .next {
  font-size: 18px;
  line-height: 18px;
}
nav.pagination .nav-links a:visited {
  color: #767676;
  border: 1px solid #767676;
}
nav.pagination .nav-links span.current {
  color: #916b2f;
  border: 1px solid #916b2f;
}

.reviews-form {
  padding-top: 50px;
  padding-bottom: 100px;
}
.reviews-form__wrap {
  width: 810px;
  margin: auto;
}
.reviews-form__wrap form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.reviews-form__wrap form .input-half {
  width: 390px;
  margin-bottom: 30px;
}
.reviews-form__wrap form .input-half input {
  border: 1px solid #B4B4B4;
  border-radius: 3px;
  padding: 12px;
  font-size: 14px;
  width: 100%;
}
.reviews-form__wrap form .input-full {
  width: 100%;
  margin-bottom: 10px;
}
.reviews-form__wrap form .input-full textarea {
  border: 1px solid #B4B4B4;
  border-radius: 3px;
  padding: 12px;
  font-size: 14px;
  width: 100%;
}
.reviews-form__wrap form .input-file {
  width: 100%;
}
.reviews-form__wrap form .input-file label.user-photo-btn {
  display: block;
  font-size: 14px;
  color: #5d5d5d;
  text-decoration: underline;
  padding-left: 20px;
  cursor: pointer;
  position: relative;
}
.reviews-form__wrap form .input-file label.user-photo-btn::before {
  display: block;
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 14px;
  background-image: url("../img/file.svg");
}
.reviews-form__wrap form .input-file input {
  visibility: hidden;
  display: none;
}
.reviews-form__wrap form .input-button {
  width: 100%;
}
.reviews-form__wrap form .input-button input {
  font-size: 16px;
  line-height: 50px;
  padding: 0px 25px;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  background-color: #B69D74;
  cursor: pointer;
  display: block;
  margin: auto;
}

.reviews-form {
  padding-top: 50px;
  padding-bottom: 100px;
}
.reviews-form__wrap {
  width: 810px;
  margin: auto;
}
.reviews-form__wrap form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.reviews-form__wrap form .input-half {
  width: 390px;
  margin-bottom: 30px;
}
.reviews-form__wrap form .input-half input {
  border: 1px solid #B4B4B4;
  border-radius: 3px;
  padding: 12px;
  font-size: 14px;
  width: 100%;
}
.reviews-form__wrap form .input-full {
  width: 100%;
  margin-bottom: 10px;
}
.reviews-form__wrap form .input-full textarea {
  border: 1px solid #B4B4B4;
  border-radius: 3px;
  padding: 12px;
  font-size: 14px;
  width: 100%;
}
.reviews-form__wrap form .input-file {
  width: 100%;
}
.reviews-form__wrap form .input-file label.user-photo-btn {
  display: block;
  font-size: 14px;
  color: #5d5d5d;
  text-decoration: underline;
  padding-left: 20px;
  cursor: pointer;
  position: relative;
}
.reviews-form__wrap form .input-file label.user-photo-btn::before {
  display: block;
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 14px;
  background-image: url("../img/file.svg");
}
.reviews-form__wrap form .input-file input {
  visibility: hidden;
  display: none;
}
.reviews-form__wrap form .input-button {
  width: 100%;
}
.reviews-form__wrap form .input-button input {
  font-size: 16px;
  line-height: 50px;
  padding: 0px 25px;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  background-color: #B69D74;
  cursor: pointer;
  display: block;
  margin: auto;
}

.contacts {
  padding-top: 80px;
  padding-bottom: 80px;
}
.contacts__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contacts__links {
  max-width: 310px;
  padding-left: 32px;
  margin-right: 30px;
}
.contacts__links-mobile, .contacts__links-landline, .contacts__links-email, .contacts__links-address {
  margin-bottom: 30px;
  position: relative;
}
.contacts__links-mobile::before, .contacts__links-landline::before, .contacts__links-email::before, .contacts__links-address::before {
  display: block;
  position: absolute;
  top: 4px;
  left: -30px;
}
.contacts__links-mobile a, .contacts__links-landline a, .contacts__links-email a, .contacts__links-address a {
  display: block;
  font-size: 18px;
  color: #5d5d5d;
  margin-bottom: 15px;
}
.contacts__links-mobile a:last-child, .contacts__links-landline a:last-child, .contacts__links-email a:last-child, .contacts__links-address a:last-child {
  margin-bottom: 0;
}
.contacts__links-mobile::before {
  content: url("../img/contacts/phone.svg");
}
.contacts__links-landline::before {
  content: url("../img/contacts/landline.svg");
}
.contacts__links-email::before {
  content: url("../img/contacts/email.svg");
}
.contacts__links-address {
  margin-bottom: 0;
  margin-bottom: 0;
}
.contacts__links-address::before {
  left: -27px;
  content: url("../img/contacts/map.svg");
}

.google-map {
  height: 550px;
}
.google-map iframe {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
  margin: 0;
}

.contacts__form {
  max-width: 810px;
}
.contacts__form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contacts__form form .input-half {
  width: 390px;
}
.contacts__form form .input-half input {
  width: 100%;
  border: 1px solid #b4b4b4;
  border-radius: 3px;
  padding: 13px;
  margin-bottom: 30px;
  color: #1F2839;
  font-size: 14px;
}
.contacts__form form .input-half input::-webkit-input-placeholder {
  color: #5D5D5D;
}
.contacts__form form .input-half input:-ms-input-placeholder {
  color: #5D5D5D;
}
.contacts__form form .input-half input::-ms-input-placeholder {
  color: #5D5D5D;
}
.contacts__form form .input-half input::placeholder {
  color: #5D5D5D;
}
.contacts__form form .input-full {
  width: 100%;
}
.contacts__form form .input-full textarea {
  width: 100%;
  border: 1px solid #b4b4b4;
  border-radius: 3px;
  padding: 13px;
  margin-bottom: 30px;
  color: #1F2839;
  font-size: 14px;
}
.contacts__form form .input-full textarea::-webkit-input-placeholder {
  color: #5D5D5D;
}
.contacts__form form .input-full textarea:-ms-input-placeholder {
  color: #5D5D5D;
}
.contacts__form form .input-full textarea::-ms-input-placeholder {
  color: #5D5D5D;
}
.contacts__form form .input-full textarea::placeholder {
  color: #5D5D5D;
}
.contacts__form form .input-button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.contacts__form form .input-button input {
  display: block;
  font-size: 16px;
  line-height: 50px;
  color: #ffffff;
  padding: 0px 30px;
  border: none;
  border-radius: 5px;
  background-color: #B69D74;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.contacts__form form .ajax-loader {
  display: block;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.footer-links {
  padding: 50px 0px;
  background-color: #353E4D;
}
.footer-links__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-links__block {
  width: 24%;
}
.footer-links__block ul {
  list-style: none;
}
.footer-links__block ul li {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 12px;
  opacity: 0.85;
}
.footer-links__block ul li:last-child {
  margin-bottom: 0;
}
.footer-links__block ul li a {
  color: #ffffff;
}
.footer-links__title {
  font-family: "Playfair Display", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 45px;
  position: relative;
}
.footer-links__title::before {
  display: block;
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 50px;
  height: 1px;
  background-color: #897351;
}

.footer-contacts a {
  display: block;
  color: #ffffff;
  margin-bottom: 8px;
  line-height: 26px;
}
.footer-contacts__mobile, .footer-contacts__landline, .footer-contacts__email {
  margin-bottom: 20px;
}
.footer-contacts__mobile, .footer-contacts__landline, .footer-contacts__email, .footer-contacts__address {
  position: relative;
}
.footer-contacts__mobile::before, .footer-contacts__landline::before, .footer-contacts__email::before, .footer-contacts__address::before {
  display: block;
  position: absolute;
  top: 4px;
  left: -30px;
}
.footer-contacts__mobile::before {
  content: url("../img/footer/phone.svg");
}
.footer-contacts__landline::before {
  content: url("../img/footer/landline.svg");
}
.footer-contacts__email::before {
  content: url("../img/footer/email.svg");
}
.footer-contacts__address::before {
  content: url("../img/footer/map.svg");
  left: -26px;
}

.footer-bottom-line {
  padding: 24px 15px;
  background-color: #1F2839;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
}

.scroll-top {
  width: 50px;
  height: 50px;
  padding: 10px;
  background-color: #897351;
  border: 1px solid transparent;
  border-radius: 3px;
  outline: none;
  position: fixed;
  bottom: 20px;
  right: 40px;
  cursor: pointer;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}
.scroll-top_show {
  bottom: 70px;
  visibility: visible;
  opacity: 1;
}
.scroll-top svg {
  position: relative;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}

.scroll-top:hover svg {
  -webkit-transform: translate(0px, -5px);
          transform: translate(0px, -5px);
}

/* Large Devices */
@media only screen and (max-width: 1359px) {
  .service-block {
    width: 350px;
    height: 251px;
  }
  .service-block__title {
    font-size: 22px;
    line-height: 34px;
  }

  .news__block {
    width: 340px;
  }
}
/* Wide Screens */
@media only screen and (max-width: 1199px) {
  .top-line__links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-line__phones {
    margin-top: 5px;
  }
  .top-line__social {
    width: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  ul.main-menu li {
    margin-right: 30px;
  }

  .logo {
    width: 220px;
  }

  .about__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about__text-block {
    margin-bottom: 30px;
    width: 100%;
  }
  .about__video-block {
    width: 100%;
    padding-bottom: 56.25%;
  }

  .services__wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .service-block {
    margin-left: 25px;
    margin-right: 25px;
  }

  .story__image {
    width: 368px;
  }

  .lawyer-card__foto {
    min-width: 250px;
    height: 250px;
  }

  .contacts__form {
    max-width: 570px;
  }

  .contacts__form form .input-half {
    width: 275px;
  }
  .contacts__form form .input-half input {
    margin-bottom: 20px;
  }

  .contacts__form form .input-full textarea {
    margin-bottom: 20px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  .top-line {
    display: none;
  }

  .full-nav {
    display: none;
  }

  .touch-menu {
    display: block;
  }

  .number-block__num {
    font-size: 35px;
  }
  .number-block__description {
    font-size: 14px;
  }

  .services__wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .service-block {
    width: 320px;
    height: 230px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .story__image {
    width: 300px;
  }

  .last-news__wrap {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .last-news__block {
    width: 40%;
  }

  .footer-links__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-links__block {
    width: 40%;
    margin-bottom: 50px;
  }

  .news__block {
    width: 300px;
  }

  .review-block {
    width: 100%;
  }

  .gutter-sizer {
    width: 0%;
  }

  .reviews-form__wrap {
    width: 100%;
  }
  .reviews-form__wrap form .input-half {
    width: 335px;
  }

  .contacts__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contacts__links {
    margin-bottom: 60px;
  }

  .contacts__form {
    max-width: 100%;
  }

  .contacts__form form .input-half {
    width: 49%;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  #homepage .hero {
    padding-bottom: 150px;
  }
  #homepage .hero-title {
    font-size: 26px;
  }
  #homepage .hero-title span {
    font-size: 48px;
    line-height: 1.7;
  }

  .numbers {
    background-color: #B69D74;
    margin-top: 40px;
  }

  .number-block {
    width: 100%;
  }
  .number-block::before, .number-block::after {
    display: none;
  }
  .number-block__num {
    font-size: 35px;
  }
  .number-block__description {
    font-size: 14px;
  }

  .services__wrap {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .story__image {
    width: 250px;
  }

  .last-news__wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .last-news__block {
    width: 60%;
  }

  #page .hero {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  #page .hero-title {
    font-size: 48px;
    line-height: 1.8;
  }

  .lawyer-card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lawyer-card__foto {
    margin: 0px auto 50px;
  }
  .lawyer-card__text {
    width: 100%;
  }
  .lawyer-card__title {
    text-align: center;
  }

  .reviews-form__wrap form .input-half {
    width: 100%;
  }

  .contacts__form form .input-half {
    width: 100%;
  }
}
/* Small Devices, Phones */
@media only screen and (max-width: 575px) {
  .story__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .story__image {
    float: none;
    width: 80%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: auto;
  }
  .story__text {
    margin-bottom: 30px;
  }

  .last-news__block {
    width: 280px;
  }

  .footer-links__wrap {
    padding-left: 30px;
  }
  .footer-links__block {
    width: 100%;
  }

  #page .hero {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  #page .hero-title {
    font-size: 36px;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  #page .hero {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  #page .hero-title {
    font-size: 30px;
  }

  #homepage .hero {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  #homepage .hero-title {
    font-size: 22px;
  }
  #homepage .hero-title span {
    font-size: 36px;
    line-height: 1.6;
  }
  #homepage .hero span.hero-subtitle {
    font-size: 14px;
  }

  .news__block {
    margin-left: 0;
    margin-right: 0;
  }
}
/* Custom */
@media only screen and (max-width: 350px) {
  .service-block {
    width: 290px;
    height: 208px;
  }
  .service-block__title {
    font-size: 20px;
    line-height: 28px;
  }
}
/* iPhone Retina */
