html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  scroll-behavior: smooth; }

body {
  margin: 0; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

button,
input {
  /* 1 */
  overflow: visible; }

button,
select {
  /* 1 */
  text-transform: none; }

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

* {
  box-sizing: border-box;
  -webkit-locale: auto;
  white-space: normal; }

html,
body {
  font-size: 16px; }
  @media (max-width: 625px) {
    html,
    body {
      font-size: 14px; } }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 10px; }

section {
  margin-top: 120px; }
  @media (max-width: 1080px) {
    section {
      margin-top: 80px; } }

.color-gold {
  color: #c0a454; }

.block-title {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px; }
  @media (max-width: 1080px) {
    .block-title {
      margin-bottom: 40px; } }
  .block-title span {
    display: inline-block; }
  .block-title__text {
    font-family: 'Playfair Display', serif;
    color: #333333;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.25em;
    line-height: 1.333em;
    letter-spacing: 0.1em;
    margin: 0 21px; }
    @media (max-width: 490px) {
      .block-title__text {
        margin: 0 5px; } }
  .block-title__left {
    max-width: 345px;
    width: 100%;
    height: 3px;
    background: linear-gradient(to left, #c0a454 0%, #ffffff 100%); }
  .block-title__right {
    max-width: 345px;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #c0a454 0%, #ffffff 100%); }

.header {
  background: url("../img/header_bg.jpg") no-repeat 50% 50%;
  background-size: cover;
  min-height: 600px;
  color: #ffffff; }
  .header-phone {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1em;
    width: 100%;
    padding-top: 10px;
    display: flex;
    justify-content: flex-end; }
    .header-phone a {
      color: #ffffff;
      text-decoration: none;
      transition: .2s;
      display: flex;
      align-items: center; }
      .header-phone a:hover {
        color: #c0a454; }
      .header-phone a svg {
        fill: #c0a454;
        width: 18px;
        height: 18px;
        display: block; }
      .header-phone a span {
        display: block;
        margin-left: 5px; }
  .header-wrap {
    display: flex;
    align-items: flex-end; }
  .header-top {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding-top: 2.25em;
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
    .header-top .logo {
      width: 50px;
      height: 50px; }
    .header-top__name {
      margin-left: 6px;
      align-items: center; }
      .header-top__name p {
        margin: 0;
        padding: 0; }
      .header-top__name .first-name {
        font-size: 1.8em;
        font-weight: 600;
        color: #c0a454;
        letter-spacing: 0.08em; }
      .header-top__name .second-name {
        font-size: 0.9em;
        font-weight: 300;
        color: #ffffff;
        text-align: center;
        letter-spacing: 0.06em; }
    .header-top__nav {
      flex-grow: 1;
      text-align: center; }
      @media (max-width: 900px) {
        .header-top__nav {
          display: none; } }
      .header-top__nav .nav {
        list-style: none;
        margin: 0;
        padding: 0; }
        .header-top__nav .nav li {
          display: inline; }
        .header-top__nav .nav li + li {
          margin-left: 1em; }
        .header-top__nav .nav li a {
          font-size: 1em;
          letter-spacing: 0.125em;
          color: #ffffff;
          text-decoration: none;
          text-transform: uppercase;
          transition: .2s; }
          .header-top__nav .nav li a:hover {
            color: #c0a454; }
  .header-main {
    overflow: hidden;
    padding: 3rem 6.25rem; }
    @media (max-width: 770px) {
      .header-main {
        padding: 1.6rem 3.25rem; } }
    .header-main span {
      font-family: 'Playfair Display', serif;
      font-weight: 400;
      font-size: 2.125em;
      line-height: 1.5;
      letter-spacing: 0.15em; }
    .header-main__first-word {
      text-transform: uppercase;
      position: relative;
      display: inline-block; }
      .header-main__first-word::after, .header-main__first-word::before {
        content: '';
        position: absolute;
        width: 1500px;
        top: 50%;
        border-top: 2px solid #c0a454; }
      .header-main__first-word::before {
        right: 100%;
        margin-right: 1.25rem; }
      .header-main__first-word::after {
        left: 100%;
        margin-left: 1.25rem; }
    .header-main__second-word {
      display: block; }
    .header-main__main-bottom {
      font-family: 'Montserrat', sans-serif;
      margin-top: 65px;
      display: flex;
      justify-content: space-between; }
      @media (max-width: 953px) {
        .header-main__main-bottom {
          flex-direction: column;
          align-items: center;
          margin-top: 40px; } }
      .header-main__main-bottom .consultation {
        font-weight: 400;
        font-size: 1.125em;
        letter-spacing: 0.06em;
        color: #c0a454;
        border: 2px solid #c0a454;
        background: transparent;
        text-decoration: none;
        outline: none;
        display: block;
        border-radius: 8px;
        padding: 1.12em 3.6em;
        transition: .2s; }
        @media (max-width: 450px) {
          .header-main__main-bottom .consultation {
            padding: 1.12em 2.1em; } }
        @media (max-width: 405px) {
          .header-main__main-bottom .consultation {
            padding: 1.12em 0.7em; } }
        .header-main__main-bottom .consultation:hover {
          color: #ceb879;
          background: rgba(0, 0, 0, 0.2); }
      .header-main__main-bottom .license {
        font-weight: 100;
        line-height: 1.75em;
        letter-spacing: 0.15em; }
        @media (max-width: 953px) {
          .header-main__main-bottom .license {
            order: -1;
            margin-bottom: 20px; } }
        @media (max-width: 480px) {
          .header-main__main-bottom .license {
            display: none; } }

.about {
  margin-top: -100px; }
  .about-parts {
    margin: 0 100px;
    min-height: 500px;
    border-radius: 8px;
    background: #3C3F69;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.3);
    display: flex; }
    @media (max-width: 960px) {
      .about-parts {
        flex-direction: column;
        margin: 0 50px; } }
    @media (max-width: 520px) {
      .about-parts {
        margin: 0 5px; } }
    .about-parts__left {
      flex-basis: 50%;
      padding: 3.125em;
      font-family: 'Montserrat', sans-serif; }
      .about-parts__left h2 {
        margin: 0;
        padding: 0;
        color: #ffffff;
        font-weight: 700;
        font-size: 1.5em;
        line-height: 1.25em;
        letter-spacing: 0.08em; }
      .about-parts__left p {
        margin: 0;
        margin-top: 50px;
        padding: 0;
        color: #ffffff;
        font-weight: 300;
        font-size: 1.125em;
        line-height: 1.67em;
        text-align: center; }
      .about-parts__left .svg_icon_wrap {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 40px; }
        .about-parts__left .svg_icon_wrap .svg_icon {
          width: 60px;
          height: 60px;
          fill: #c0a454;
          display: block; }
    .about-parts__right {
      flex-basis: 50%;
      background: #ffffff;
      border-radius: 0 8px 8px 0;
      display: flex;
      align-items: flex-end; }
      @media (max-width: 960px) {
        .about-parts__right {
          border-radius: 8px 8px 0 0;
          order: -1;
          height: 500px; } }
      .about-parts__right .photo {
        width: 100%;
        height: 96%;
        background: url("/assets/img/photo.jpg") no-repeat;
        background-position-y: bottom;
        background-position-x: center; }

.advantages-items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin: auto -10px;
  transition: .2s; }
  .advantages-items__wh {
    margin: 10px 10px;
    width: calc(33.333% - 20px);
    height: auto;
    text-align: center;
    background: #ffffff;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    transition: .2s; }
    @media (max-width: 953px) {
      .advantages-items__wh {
        width: calc(50% - 20px); } }
    @media (max-width: 600px) {
      .advantages-items__wh {
        width: calc(100% - 20px); } }
    .advantages-items__wh .svg_icon {
      width: 44px;
      height: 44px;
      fill: #c0a454;
      margin-top: 45px; }
      @media (max-width: 414px) {
        .advantages-items__wh .svg_icon {
          margin-top: 30px; } }
    .advantages-items__wh h3 {
      padding: 0;
      margin: 1.75rem 0;
      font-family: 'Playfair Display', serif;
      color: #333333;
      font-weight: 400;
      font-size: 1.5em;
      line-height: 1.333em;
      letter-spacing: 0.06em; }
    .advantages-items__wh p {
      font-family: 'Montserrat', sans-serif;
      color: #333333;
      font-weight: 300;
      font-size: 1.125em;
      line-height: 1.667em;
      padding: 0;
      margin: 0 20px;
      margin-bottom: 80px; }
      @media (max-width: 414px) {
        .advantages-items__wh p {
          margin-bottom: 40px; } }
    @media (max-width: 599.9px) {
      .advantages-items__wh:nth-child(even) {
        background: #3c3f69; }
        .advantages-items__wh:nth-child(even) h3, .advantages-items__wh:nth-child(even) p {
          color: #ffffff; } }
    @media (min-width: 952.9px) {
      .advantages-items__wh:nth-child(2n+2) {
        background: #3c3f69; }
        .advantages-items__wh:nth-child(2n+2) h3, .advantages-items__wh:nth-child(2n+2) p {
          color: #ffffff; } }
    @media (min-width: 600px) and (max-width: 953px) {
      .advantages-items__wh:nth-child(2), .advantages-items__wh:nth-child(3), .advantages-items__wh:nth-child(6) {
        background: #3c3f69; }
        .advantages-items__wh:nth-child(2) h3, .advantages-items__wh:nth-child(2) p, .advantages-items__wh:nth-child(3) h3, .advantages-items__wh:nth-child(3) p, .advantages-items__wh:nth-child(6) h3, .advantages-items__wh:nth-child(6) p {
          color: #ffffff; } }
    .advantages-items__wh:hover {
      transform: scale(1.015); }

.promo {
  background: url("../img/content_bg.jpg") no-repeat 50% 50%/cover;
  min-height: 400px;
  text-align: center; }
  .promo-inner {
    padding-top: 65px;
    text-align: center; }
    @media (max-width: 560px) {
      .promo-inner {
        padding-top: 35px; } }
  .promo .svg_icon {
    width: 44px;
    height: 44px;
    margin: 0 auto;
    fill: #c0a454;
    display: block;
    margin-bottom: 40px; }
    @media (max-width: 560px) {
      .promo .svg_icon {
        margin-bottom: 20px; } }
  .promo__text {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 40px;
    text-align: center;
    padding: 0 40px; }
    @media (max-width: 376px) {
      .promo__text {
        line-height: 2; } }
    @media (max-width: 430px) {
      .promo__text {
        font-size: 1.3em; } }
    @media (max-width: 560px) {
      .promo__text {
        padding: 0 20px; } }

.services-inner {
  display: flex;
  flex-wrap: wrap;
  margin: auto -10px; }
  .services-inner .services__item {
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    margin: 0 10px;
    margin-bottom: 24px;
    padding: 1rem;
    width: calc(50% - 20px);
    transition: .3s; }
    @media (max-width: 1024px) {
      .services-inner .services__item {
        padding: 0.65rem;
        width: 100%; } }
    .services-inner .services__item .item-title {
      width: 100%;
      display: flex;
      align-items: center; }
      .services-inner .services__item .item-title__logo {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        background: #3c3f69;
        border-radius: 50%;
        margin-right: 20px;
        width: 3.75rem;
        height: 3.75rem; }
        .services-inner .services__item .item-title__logo-svg {
          fill: #c0a454;
          width: 1.875rem;
          height: 1.875rem; }
      .services-inner .services__item .item-title__text {
        margin: 0;
        padding: 0;
        color: #333333;
        font-size: 1.625em;
        font-weight: 500; }
    .services-inner .services__item .item-content {
      margin-left: 1.625rem; }
      .services-inner .services__item .item-content__choice {
        margin: 14px 0;
        display: flex;
        align-items: center; }
        .services-inner .services__item .item-content__choice .choice__svg {
          fill: #333333;
          width: 20px;
          height: 20px;
          margin-right: 12px;
          flex-shrink: 0; }
        .services-inner .services__item .item-content__choice .choice__text {
          margin: 0;
          padding: 0;
          color: #333333;
          font-size: 1.2em;
          font-weight: 400; }
    .services-inner .services__item:hover {
      transform: scale(1.015); }

.call-back__wrapper {
  background: url("/assets/img/call_bg.jpg") no-repeat 50% 50%/cover;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  margin: 0 100px;
  padding: 70px 100px; }
  @media (max-width: 1100px) {
    .call-back__wrapper {
      margin: 0 50px; } }
  @media (max-width: 900px) {
    .call-back__wrapper {
      padding: 70px 60px; } }
  @media (max-width: 725.9px) {
    .call-back__wrapper {
      margin: 0 30px;
      padding: 50px 40px; } }
  @media (max-width: 585px) {
    .call-back__wrapper {
      margin: 0;
      padding: 50px 40px; } }
  @media (max-width: 418px) {
    .call-back__wrapper {
      padding: 40px 25px; } }
  .call-back__wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(60, 63, 105, 0.9) url("../img/loader.gif") center/150px no-repeat;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease 0s; }
  .call-back__wrapper h3 {
    margin: 0;
    position: relative;
    font-weight: 500;
    font-size: 1.8em; }
    @media (max-width: 526px) {
      .call-back__wrapper h3 {
        font-size: 1.4em; } }
    @media (max-width: 418px) {
      .call-back__wrapper h3 {
        margin-bottom: 40px; } }
    .call-back__wrapper h3::before {
      content: '';
      position: absolute;
      width: 500px;
      top: 50%;
      border-top: 2px solid #c0a454;
      right: 100%;
      margin-right: 1.25rem; }
  .call-back__wrapper h4 {
    font-weight: normal;
    text-align: right;
    position: relative;
    margin-top: 30px;
    margin-bottom: 70px;
    font-size: 1.6em; }
    @media (max-width: 526px) {
      .call-back__wrapper h4 {
        font-size: 1.2em; } }
    @media (max-width: 418px) {
      .call-back__wrapper h4 {
        display: none; } }
    .call-back__wrapper h4::before {
      content: '';
      position: absolute;
      width: 500px;
      top: 50%;
      border-top: 2px solid #c0a454;
      left: 100%;
      margin-left: 1.25rem; }
  .call-back__wrapper p {
    font-size: 1.25em;
    font-weight: 400;
    margin: 70px 0;
    text-align: center; }
    @media (max-width: 585px) {
      .call-back__wrapper p {
        margin: 30px 0; } }
    .call-back__wrapper p a {
      color: #ffffff;
      font-weight: 500; }
      .call-back__wrapper p a:hover {
        text-decoration: none; }
  .call-back__wrapper .error {
    color: #b92323;
    font-weight: 500;
    margin: 0;
    padding: 0; }
  .call-back__wrapper ._hidden {
    opacity: 0; }
  .call-back__wrapper .form {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 800px) {
      .call-back__wrapper .form {
        flex-direction: column; } }
    .call-back__wrapper .form__text {
      padding: 1.25em;
      outline: none;
      border: 1px solid #333333;
      border-radius: 8px;
      font-size: 1em;
      font-weight: 400;
      line-height: 22px;
      color: #333333;
      transition: .2s;
      width: 32%; }
      @media (max-width: 800px) {
        .call-back__wrapper .form__text {
          width: 100%;
          margin-bottom: 20px; } }
      .call-back__wrapper .form__text:focus {
        border: 1px solid #c0a454; }
    .call-back__wrapper .form__button {
      outline: none;
      padding: 1.125em 2.125em;
      border: none;
      border-radius: 8px;
      font-size: 1em;
      font-weight: 500;
      line-height: 22px;
      color: #ffffff;
      background: #c0a454;
      cursor: pointer;
      transition: .2s;
      width: 32%; }
      @media (max-width: 800px) {
        .call-back__wrapper .form__button {
          width: 100%; } }
      .call-back__wrapper .form__button:hover {
        background: #ac903f; }

.call-back__wrapper._sending::before {
  opacity: 1;
  visibility: visible; }

.contacts {
  margin-bottom: 120px; }
  .contacts-inner {
    display: flex; }
    @media (max-width: 1080px) {
      .contacts-inner {
        flex-direction: column; } }
    .contacts-inner .map {
      width: 580px;
      height: 500px; }
      @media (max-width: 1080px) {
        .contacts-inner .map {
          width: 100%;
          height: 350px; } }
    .contacts-inner .contact-info {
      padding-left: 20px;
      font-family: 'Montserrat', sans-serif;
      width: 40%; }
      @media (max-width: 1080px) {
        .contacts-inner .contact-info {
          width: 100%; } }
      .contacts-inner .contact-info p {
        font-weight: 300;
        font-size: 1.25em;
        line-height: 1.5;
        color: #333333;
        margin: 1.7rem 0; }
        .contacts-inner .contact-info p .medium {
          font-weight: 500; }
      .contacts-inner .contact-info .priem {
        color: #c0a454;
        font-weight: 400;
        margin: 50px 0; }
      .contacts-inner .contact-info .social-items {
        display: flex; }
        .contacts-inner .contact-info .social-items__links {
          text-decoration: none;
          display: block;
          margin-right: 15px; }
        .contacts-inner .contact-info .social-items__svg {
          width: 26px;
          height: 26px;
          fill: #3c3f69;
          transition: .2s; }
          .contacts-inner .contact-info .social-items__svg:hover {
            fill: #c0a454; }

.footer {
  background: #3c3f69 url("../img/footer_bg.jpg") no-repeat 50% 50%/cover;
  min-height: 260px;
  padding-top: 45px;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  position: relative; }
  @media (max-width: 500px) {
    .footer {
      padding-top: 25px; } }
  .footer-first-line {
    display: flex;
    align-items: center; }
    .footer-first-line .logo__footer {
      width: 40px;
      height: 40px; }
    .footer-first-line__advokat {
      margin-left: 17px;
      display: flex;
      flex-direction: column; }
      .footer-first-line__advokat .name {
        font-size: 20px;
        line-height: 24px;
        font-weight: 400; }
      .footer-first-line__advokat .license {
        font-size: 14px;
        line-height: 17px;
        font-weight: 300; }
      @media (max-width: 500px) {
        .footer-first-line__advokat .name {
          font-size: 18px; }
        .footer-first-line__advokat .license {
          font-size: 12px; } }
  .footer-second-line {
    display: flex;
    justify-content: flex-end;
    margin-top: 25px;
    margin-bottom: 2px; }
    @media (max-width: 420px) {
      .footer-second-line {
        justify-content: center; } }
    @media (max-width: 700px) {
      .footer-second-line {
        margin-top: 15px; } }
    .footer-second-line .socials {
      display: flex; }
      .footer-second-line .socials__links {
        display: block;
        text-decoration: none;
        margin-left: 40px; }
        .footer-second-line .socials__links__svg {
          width: 34px;
          height: 34px;
          fill: #c0a454;
          transition: .2s; }
          @media (max-width: 700px) {
            .footer-second-line .socials__links__svg {
              width: 26px;
              height: 26px; } }
          .footer-second-line .socials__links__svg:hover {
            fill: #ffffff; }
  .footer-third-line {
    display: flex;
    justify-content: center;
    margin-top: 20px; }
    .footer-third-line__item {
      display: flex;
      align-items: center; }
      .footer-third-line__item .phone__email__svg {
        fill: #c0a454;
        width: 30px;
        height: 30px;
        margin-right: 10px; }
      .footer-third-line__item .phone__email__text {
        font-weight: 400;
        font-size: 1.375em;
        color: #ffffff;
        text-decoration: none;
        border-bottom: 2px dashed transparent; }
        .footer-third-line__item .phone__email__text:hover {
          border-bottom: 2px dashed #c0a454; }
      .footer-third-line__item:first-child {
        margin-right: 57px; }
    @media (max-width: 700px) {
      .footer-third-line {
        flex-direction: column;
        align-items: center; }
        .footer-third-line .phone__email__svg {
          width: 24px;
          height: 24px; }
        .footer-third-line .phone__email__text {
          font-size: 1.1em; } }
  .footer-copyright {
    font-weight: 200;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.05em;
    position: absolute;
    bottom: 0;
    padding-bottom: 5px; }

.svg-icon-plus {
  fill: #333333;
  width: 24px;
  height: 24px; }

.svg-icon {
  fill: #c0a454;
  width: 56px;
  height: 56px; }
