.top-space .name-company {
  -webkit-transition: 1s all ease;
  -o-transition: 1s all ease;
  transition: 1s all ease; }
  .top-space .name-company p {
    color: #212121;
    padding-bottom: 0;
    line-height: normal;
    font-size: 12px; }
  .top-space .name-company h5 {
    font-size: 18px;
    margin: 0; }
  .top-space .name-company img {
    max-height: 20px; }

.top-space .contacts {
  padding-top: 14px; }
  .top-space .contacts a {
    padding: 5px 5px;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease; }
    .top-space .contacts a .tel {
      padding-bottom: 5px; }
    .top-space .contacts a img {
      padding: 3px 2px 3px 2px;
      max-width: 25px;
      max-height: 25px;
      -webkit-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s; }
  .top-space .contacts:hover .tel:hover {
    font-weight: bold; }
  .top-space .contacts:hover img:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px); }

.top-space nav ul li {
  list-style-type: none;
  display: inline-block;
  padding: 0 7px;
  height: 3px; }
  .top-space nav ul li .middle a {
    text-decoration: none;
    font-size: 13.5px;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    padding-bottom: 5px; }
    .top-space nav ul li .middle a:before {
      content: "";
      width: 0;
      height: 0.1em;
      position: absolute;
      bottom: 0;
      left: 50%;
      background: #493F2F;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .top-space nav ul li .middle a:hover:before {
      width: 100%;
      left: 0;
      background: #493F2F; }

.navigation-for-small {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: #ffffff;
  max-height: 125px; }
  .navigation-for-small .color-brow {
    background: #7E6A61; }
  .navigation-for-small .phone a .tel {
    padding: 0; }
  .navigation-for-small .phone:hover .tel:hover {
    font-weight: bold; }
  .navigation-for-small .size-top {
    padding: 10px 0; }
    .navigation-for-small .size-top button {
      background: #ffffff;
      border: 1px solid #493F2F;
      padding: 0 5px; }
      .navigation-for-small .size-top button i {
        color: #493F2F;
        background: #ffffff; }

.slick-active .fade-in-right {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

.slick-active .slide-in-top {
  -webkit-animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.slick-active .slide-in-bottom {
  -webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

header {
  color: #ffffff;
  position: relative; }
  header .border-for-top {
    border-bottom: 1px solid rgba(73, 63, 47, 0.2);
    background: #ffffff;
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 54px; }
    @media (max-width: 1200px) {
      header .border-for-top {
        display: none; } }
    header .border-for-top .color-brow-1 {
      position: relative; }
      header .border-for-top .color-brow-1 .color-brow {
        position: absolute;
        top: -35px;
        right: 0;
        background: #7E6A61;
        width: 55px;
        height: 72px; }
        @media (max-width: 1200px) {
          header .border-for-top .color-brow-1 .color-brow {
            width: 100px; } }

#lawyer {
  position: relative;
  padding-top: 54px; }
  #lawyer .fon-left {
    background-image: url("../img/lawyer/left.jfif");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  #lawyer .fon-lawyer {
    background: url("../img/lawyer/right1-min.png") center no-repeat;
    background-size: cover;
    z-index: 4; }
  #lawyer .block-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
    #lawyer .block-about .white {
      position: absolute;
      bottom: 0;
      right: -200px;
      height: 150px;
      width: 250px;
      background: #ffffff;
      z-index: 5; }
    #lawyer .block-about .anonimus {
      position: absolute;
      top: 30px;
      right: -190px;
      z-index: 5;
      display: block; }
      @media (max-width: 1250px) {
        #lawyer .block-about .anonimus {
          display: none; } }
    #lawyer .block-about .info {
      padding: 60px 0 140px;
      margin-left: -95px; }
      #lawyer .block-about .info h5 {
        color: #000000;
        font-weight: bold;
        font-size: 24px; }
      #lawyer .block-about .info h1 {
        font-size: 50px;
        font-weight: bold;
        color: #413938;
        margin-left: -2px; }
      #lawyer .block-about .info hr {
        height: 2px;
        width: 49px;
        background-color: #7F6C62;
        margin-bottom: 42px; }
      #lawyer .block-about .info p {
        font-weight: 300;
        line-height: 23px;
        font-size: 16px;
        color: #000000;
        padding-bottom: 10px; }
      #lawyer .block-about .info h6 {
        line-height: 25px;
        font-size: 18px;
        text-transform: uppercase;
        color: #463A33;
        padding: 10px 0;
        font-weight: normal; }
      #lawyer .block-about .info .text-secret {
        display: none; }
        @media (max-width: 1250px) {
          #lawyer .block-about .info .text-secret {
            display: block; } }

#relevance {
  padding: 50px 0 0 0;
  position: relative; }
  #relevance .center-place {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #relevance .center-place .block-text-relevance {
      padding: 90px 0 50px 0; }
  #relevance .fon-relevance {
    position: absolute;
    top: -90px;
    z-index: 7; }
    #relevance .fon-relevance img {
      height: 580px;
        height-width: 660px; }
    #relevance .fon-relevance .cover {
      -o-object-fit: cover;
      object-fit: cover; }

#clients {
  padding: 70px 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  #clients .white-line {
    position: absolute;
    left: 4%;
    top: 20%;
    width: 2px;
    height: 300px;
    background: #FFFFFF;
    z-index: 5; }
  #clients .books {
    overflow: hidden;
    position: absolute;
    top: -100px;
    right: 0;
    max-width: 250px;
    z-index: 5; }
  #clients h6 {
    min-height: 63px; }
  #clients .center-place {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #clients .center-place .block-info-clients {
      overflow-x: hidden; }
      #clients .center-place .block-info-clients .clients-height {
        min-height: 330px; }
        #clients .center-place .block-info-clients .clients-height .single {
          padding: 20px 20px;
          max-height: 300px; }
          #clients .center-place .block-info-clients .clients-height .single .icon {
            padding: 20px 20px;
            -webkit-transition: 0.5s all ease;
            -o-transition: 0.5s all ease;
            transition: 0.5s all ease;
            max-height: 275px; }
            #clients .center-place .block-info-clients .clients-height .single .icon .text-under-icon {
              padding: 20px 10px 5px 10px; }
            @media (min-width: 1200px) {
              #clients .center-place .block-info-clients .clients-height .single .icon:hover {
                -webkit-transform: scale(1.1);
                -ms-transform: scale(1.1);
                transform: scale(1.1); } }
            #clients .center-place .block-info-clients .clients-height .single .icon:hover .text-under-icon {
              color: #493F2F;
              font-weight: bold; }

#consultation {
  padding: 50px 0 30px 0;
  position: relative;
  background: #212121; }
  #consultation h5 {
    text-transform: uppercase;
    margin-top: 20px; }
  #consultation .color-text {
    color: #FFFFFF; }
  #consultation .color-name {
    color: #9D8F64; }
  #consultation .color-line {
    width: 200px; }
  #consultation svg {
    height: 100px;
    margin: 20px 0;
    width: auto; }

#after-consultation {
  padding: 50px 0 30px 0;
  position: relative; }
  #after-consultation .small-text {
    font-style: italic;
    font-size: 14px;
    margin-bottom: -20px; }
  @media (max-width: 1200px) {
    #after-consultation .block-text {
      padding-left: 5%; } }
  @media (max-width: 991px) {
    #after-consultation .block-text {
      width: 80%;
      padding-left: 0;
      margin: auto; } }

#situations {
  background: #212121;
  position: relative;
  z-index: 1; }
  #situations .fon-situations {
    background-image: url("../img/situations/1.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    z-index: 3; }
  #situations .main-block-situations {
    padding: 60px 0 100px 0; }
    #situations .main-block-situations .color-text {
      color: #FFFFFF; }
    #situations .main-block-situations .color-name {
      color: #9D8F64; }
    #situations .main-block-situations .color-line {
      width: 200px; }
    #situations .main-block-situations .row-situations {
      margin-top: 60px; }
      #situations .main-block-situations .row-situations .type-situation {
        height: 270px;
        padding: 10px 30px;
        border: 1px solid #7F6C62;
        margin: 15px 20px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        #situations .main-block-situations .row-situations .type-situation img {
          padding: 5px 0; }
        #situations .main-block-situations .row-situations .type-situation h6 {
          padding: 5px 0;
          color: #9D8F64;
          margin: 10px 0;
          font-size: 20px; }
        #situations .main-block-situations .row-situations .type-situation button {
          color: #FFFFFF;
          background: transparent;
          padding: 5px 15px;
          -webkit-box-shadow: none;
          box-shadow: none;
          border: 1px solid #ffffff;
          margin: 10px 0;
          border-radius: 0; }
      #situations .main-block-situations .row-situations .hidden {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        top: 0;
        background: #212121;
        display: none;
        padding: 10px 10px; }
        #situations .main-block-situations .row-situations .hidden h6 {
          font-size: 16px; }
          @media (max-width: 1100px) {
            #situations .main-block-situations .row-situations .hidden h6 {
              font-size: 13px; } }
          @media (max-width: 991px) {
            #situations .main-block-situations .row-situations .hidden h6 {
              font-size: 16px; } }
        #situations .main-block-situations .row-situations .hidden p {
          font-size: 12px;
          padding-bottom: 10px;
          margin-bottom: 0;
          line-height: 15px;
          color: #FFFFFF; }
          @media (max-width: 1100px) {
            #situations .main-block-situations .row-situations .hidden p {
              font-size: 10px; } }
          @media (max-width: 991px) {
            #situations .main-block-situations .row-situations .hidden p {
              font-size: 12px; } }
        #situations .main-block-situations .row-situations .hidden button {
          color: #FFFFFF;
          background: transparent;
          padding: 5px 10px;
          -webkit-box-shadow: none;
          box-shadow: none;
          border: 1px solid #ffffff;
          font-size: 14px;
          margin: 10px 10px;
          border-radius: 0; }
          @media (max-width: 1100px) {
            #situations .main-block-situations .row-situations .hidden button {
              font-size: 12px; } }
          @media (max-width: 991px) {
            #situations .main-block-situations .row-situations .hidden button {
              font-size: 14px; } }
        #situations .main-block-situations .row-situations .hidden .order {
          color: #FFFFFF;
          background: #9d8872;
          padding: 5px 15px;
          -webkit-box-shadow: none;
          box-shadow: none;
          border: none;
          margin: 10px 0;
          border-radius: 0;
          font-size: 14px; }
        #situations .main-block-situations .row-situations .hidden .block-center {
          position: absolute;
          top: 50%;
          left: 50%;
          margin-right: -50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          padding: 0 15px; }
    #situations .main-block-situations .block-slider {
      margin: 40px 0 10px 0; }
      #situations .main-block-situations .block-slider .my_slider .slick-prev {
        display: none;
        z-index: -1;
        opacity: 0; }
      #situations .main-block-situations .block-slider .my_slider .slick-next {
        right: -35px;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
        #situations .main-block-situations .block-slider .my_slider .slick-next:before {
          color: #9D8F64;
          font-size: 30px; }
      #situations .main-block-situations .block-slider .sl_item {
        width: 300px;
        border: 1px solid #7F6C62;
        margin: 10px 20px 10px 20px;
        height: 360px;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        #situations .main-block-situations .block-slider .sl_item:hover {
          right: -45; }
        #situations .main-block-situations .block-slider .sl_item img {
          padding: 15px; }
        #situations .main-block-situations .block-slider .sl_item .name-slider-block {
          -webkit-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
          color: #9D8F64;
          font-weight: bold;
          padding: 10px;
          font-size: 20px;
          margin: 0; }
        #situations .main-block-situations .block-slider .sl_item .text-slider-block {
          color: #FFFFFF;
          opacity: 0.8;
          margin: 0;
          font-size: 14px;
          padding: 5px 10px; }
      #situations .main-block-situations .block-slider .slick-current {
        right: -45; }

#protection-and-calm {
  padding: 70px 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  #protection-and-calm hr {
    margin: 20px auto; }
  #protection-and-calm .notepad {
    position: absolute;
    top: -105px;
    right: 0;
    max-width: 270px;
    z-index: 5; }
  #protection-and-calm .center-place {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #protection-and-calm .center-place .block-info-protection {
      overflow: hidden;
      padding: 40px; }
      #protection-and-calm .center-place .block-info-protection .single {
        padding: 40px 20px 20px 20px;
        height: 300px;
        -webkit-transition: 0.5s all ease;
        -o-transition: 0.5s all ease;
        transition: 0.5s all ease;
        z-index: 100; }
        #protection-and-calm .center-place .block-info-protection .single .icon {
          padding: 20px 20px;
          height: 100px;
          -webkit-transition: 0.5s all ease;
          -o-transition: 0.5s all ease;
          transition: 0.5s all ease; }
        #protection-and-calm .center-place .block-info-protection .single .text-under-icon {
          padding: 0 15px 20px 15px; }
          #protection-and-calm .center-place .block-info-protection .single .text-under-icon h6 {
            -webkit-transition: 0.5s all ease;
            -o-transition: 0.5s all ease;
            transition: 0.5s all ease; }
        #protection-and-calm .center-place .block-info-protection .single:hover {
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1);
          border-radius: 20%;
          -webkit-box-shadow: 0 0 30px 0 #cfb0a2;
          box-shadow: 0 0 30px 0 #cfb0a2; }
          #protection-and-calm .center-place .block-info-protection .single:hover .icon {
            -webkit-transform: translateY(13px);
            -ms-transform: translateY(13px);
            transform: translateY(13px); }
          #protection-and-calm .center-place .block-info-protection .single:hover h6 {
            color: #413938;
            font-size: 16px; }

#experience {
  background: #212121;
  padding: 50px 0 100px 0;
  position: relative; }
  #experience .right-picture {
    position: absolute;
    right: 0;
    top: 40%; }
    #experience .right-picture img {
      max-height: 220px; }
  #experience .left-picture {
    position: absolute;
    left: 0;
    top: 40%; }
    #experience .left-picture img {
      max-height: 220px; }
  #experience .pages-slider {
    position: absolute;
    right: 22%;
    bottom: 7%; }
    #experience .pages-slider p {
      font-style: italic;
      color: #9D8F64;
      font-size: 25px; }
      #experience .pages-slider p span {
        color: #FFFFFF; }
  #experience .main-block-experience .color-text {
    color: #FFFFFF; }
  #experience .main-block-experience .color-name {
    color: #9D8F64; }
  #experience .main-block-experience .color-line {
    width: 50px;
    margin-bottom: 5px; }
  #experience .block-slider1 {
    max-width: 80%;
    margin: 40px auto; }
    #experience .block-slider1 .my_slider1 .slick-prev {
      left: 75%;
      top: 108%;
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      #experience .block-slider1 .my_slider1 .slick-prev:before {
        color: #9D8F64;
        font-size: 30px; }
    #experience .block-slider1 .my_slider1 .slick-next {
      right: 9%;
      top: 108%;
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      #experience .block-slider1 .my_slider1 .slick-next:before {
        color: #9D8F64;
        font-size: 30px; }
    #experience .block-slider1 .my_slider1 .sl_item .type-experience .img-experience {
      padding: 30px 0;
      -webkit-box-pack: right;
      -ms-flex-pack: right;
      justify-content: right; }
      #experience .block-slider1 .my_slider1 .sl_item .type-experience .img-experience img {
        max-height: 350px;
        width: 100%; }
    #experience .block-slider1 .my_slider1 .sl_item .main-block-text {
      background: #272727;
      padding: 30px 0; }
      #experience .block-slider1 .my_slider1 .sl_item .main-block-text .block-task .name,
      #experience .block-slider1 .my_slider1 .sl_item .main-block-text .block-solved .name {
        color: #FFFFFF;
        font-size: 25px;
        padding: 5px 10px 5px 10px; }
      #experience .block-slider1 .my_slider1 .sl_item .main-block-text .block-task .text,
      #experience .block-slider1 .my_slider1 .sl_item .main-block-text .block-solved .text {
        color: #FFFFFF;
        font-size: 14px;
        opacity: 0.8;
        padding: 10px 30px 10px 30px;
        overflow: auto;
        height: 145px; }

.scroll-block::-webkit-scrollbar {
  width: 10px; }

.scroll-block::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ffffff;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.scroll-block::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 5px;
  background: #ffffff;
  -webkit-box-shadow: inset 0 0 6px #ffffff; }

.scroll-block::-webkit-scrollbar-thumb:window-inactive {
  background: #ffffff; }

#security {
  position: relative; }
  #security .block-text-security {
    width: 80%;
    padding: 50px 0;
    overflow-x: hidden; }
  #security .fon {
    position: relative; }
    #security .fon .fon-security {
      position: absolute;
      top: -50px; }
      #security .fon .fon-security img {
        height: 670px;
        width: 650px; }
      #security .fon .fon-security .cover {
        -o-object-fit: cover;
        object-fit: cover; }
    #security .fon .documents {
      position: absolute;
      bottom: 35px;
      right: -30px;
      width: 95%; }
      #security .fon .documents .block-pdf {
        margin: 10px 10px; }
        #security .fon .documents .block-pdf iframe {
          width: 100px;
          height: 150px; }
        #security .fon .documents .block-pdf img {
          width: 60px;
          height: 75px;
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: top;
          object-position: top; }
        #security .fon .documents .block-pdf p {
          font-size: 12px;
          color: #000000;
          text-align: center; }
  #security .fon-security-small {
    height: 0.5px;
    width: 100%;
    background-color: #7E6A61; }

#questions {
  padding: 70px 0 50px 0;
  position: relative; }
  #questions .pen {
    position: absolute;
    top: -200px;
    right: 80px;
    max-width: 150px;
    z-index: 5; }
  #questions .block-text-questions {
    margin-left: 40px; }
    @media (max-width: 1300px) {
      #questions .block-text-questions {
        margin-left: -40px;
        margin-top: 10px; } }
  #questions .form-container .form-input input {
    width: 49.5%;
    border: 1px solid #000000;
    padding: 10px 10px 10px 30px; }
    #questions .form-container .form-input input:active, #questions .form-container .form-input input:focus {
      -webkit-box-shadow: none;
      box-shadow: none; }
  #questions .form-container .form-input ::-webkit-input-placeholder {
    font-style: italic;
    color: #413938; }
  #questions .form-container .form-input :-ms-input-placeholder {
    font-style: italic;
    color: #413938; }
  #questions .form-container .form-input ::-ms-input-placeholder {
    font-style: italic;
    color: #413938; }
  #questions .form-container .form-input ::placeholder {
    font-style: italic;
    color: #413938; }
  #questions .form-container .form-input textarea {
    width: 100%;
    border: 1px solid #000000;
    padding: 10px 10px 50px 30px;
    margin-top: 20px; }

input[type='number'] {
  -moz-appearance: textfield; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

#place {
  padding: 30px 0 0;
  overflow: hidden; }
  #place .block-info-place {
    padding-bottom: 30px;
    overflow: hidden; }
  #place .block-map {
    position: relative;
    overflow: hidden; }
    #place .block-map .adress {
      overflow: hidden;
      position: absolute;
      padding: 10px 10px;
      top: 30%;
      left: 10%;
      z-index: 5;
      width: 450px;
      max-height: 150px;
      background: #ffffff;
      -webkit-box-shadow: 1px 1px 5px 2px rgba(126, 106, 97, 0.4);
      box-shadow: 1px 1px 5px 2px rgba(126, 106, 97, 0.4); }
      #place .block-map .adress p {
        margin: 0;
        padding: 5px 0; }
    #place .block-map iframe {
      overflow: hidden;
      width: 100%;
      height: 500px; }

footer {
  padding: 10px 0 15px 0; }
  footer .name-company {
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease; }
    footer .name-company p {
      color: #212121;
      padding-bottom: 0;
      line-height: normal;
      font-size: 12px; }
    footer .name-company h5 {
      font-size: 18px;
      margin: 0; }
    footer .name-company img {
      max-height: 20px; }
  footer .space-top-contacts {
    margin-top: -20px; }
    footer .space-top-contacts .contacts-footer {
      padding-top: 5px;
      z-index: 3; }
      footer .space-top-contacts .contacts-footer a {
        padding: 5px 5px;
        -webkit-transition: 1s all ease;
        -o-transition: 1s all ease;
        transition: 1s all ease;
        font-size: 14px; }
        footer .space-top-contacts .contacts-footer a:hover {
          color: #493F2F;
          text-decoration: none;
          font-weight: bold; }
        footer .space-top-contacts .contacts-footer a .tel-footer {
          padding-bottom: 5px; }
        footer .space-top-contacts .contacts-footer a img {
          padding: 3px 2px 3px 2px;
          max-width: 20px;
          max-height: 20px;
          -webkit-transition: all ease 0.3s;
          -o-transition: all ease 0.3s;
          transition: all ease 0.3s; }
    footer .space-top-contacts:hover .tel:hover {
      font-weight: bold; }
    footer .space-top-contacts:hover img:hover {
      -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
      transform: translateY(-5px); }
  footer nav ul li {
    list-style-type: none;
    display: inline-block;
    padding: 0 7px;
    height: 3px; }
    footer nav ul li .middle a {
      text-decoration: none;
      font-size: 13.5px;
      text-transform: uppercase;
      position: relative;
      -webkit-transition: all 0.6s;
      -o-transition: all 0.6s;
      transition: all 0.6s;
      padding-bottom: 5px; }
      footer nav ul li .middle a:before {
        content: "";
        width: 0;
        height: 0.1em;
        position: absolute;
        bottom: 0;
        left: 50%;
        background: #493F2F;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      footer nav ul li .middle a:hover:before {
        width: 100%;
        left: 0;
        background: #493F2F; }
  footer .created {
    z-index: 2;
    margin-top: -50px; }
    footer .created span {
      font-size: 12px; }
    footer .created svg {
      height: 85px;
      position: absolute;
      top: 15px; }
      footer .created svg line, footer .created svg path {
        stroke: #212121; }
      footer .created svg rect {
        fill: #212121; }
      footer .created svg:hover svg line, footer .created svg:hover svg path {
        stroke: #601811; }
      footer .created svg:hover svg rect {
        fill: #601811; }
      footer .created svg:hover h4 {
        color: #601811; }
  footer h4 {
    color: #212121;
    font-size: 20px; }
    footer h4:hover svg line, footer h4:hover svg path {
      stroke: #601811; }
    footer h4:hover svg rect {
      fill: #601811; }
    footer h4:hover h4 {
      color: #601811; }
  footer:hover svg line, footer:hover svg path {
    stroke: #601811; }
  footer:hover svg rect {
    fill: #601811; }
  footer:hover h4 {
    color: #601811; }
  footer .logo-ilavista {
    height: 100px;
    float: left;
    width: 100px;
    position: absolute;
    right: 75%; }
  footer .name {
    padding-top: 30px; }

html {
  overflow-y: scroll;
  overflow-x: auto; }

* {
  margin: 0;
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif;
  -webkit-font-family: 'Roboto Condensed', sans-serif; }

.container {
  margin: 0 auto; }

a {
  color: #493F2F;
  text-decoration: none; }
  a:hover {
    color: #493F2F;
    text-decoration: none; }

p {
  color: #212121; }

ul li {
  list-style-type: none; }

.btn {
  padding: 0; }

.btn:focus, .btn:active, .btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none; }

.slick-prev, .slick-next {
  width: 45px;
  height: 30px; }

.right-block-2 {
  position: absolute;
  top: 0;
  right: 0;
  background: #7E6A61;
  width: 55px;
  height: 100%; }

.left-block {
  position: absolute;
  top: 0;
  left: 0;
  background: #212121;
  width: 55px;
  height: 100%; }

.block-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

h5 {
  color: #000000;
  font-weight: bold;
  font-size: 24px; }

h6 {
  color: #000000;
  font-weight: bold;
  font-size: 18px; }

h2 {
  font-size: 45px;
  font-weight: bold;
  color: #413938; }

hr {
  height: 2px;
  width: 49px;
  background-color: #7F6C62;
  margin-bottom: 42px; }

p {
  font-weight: 300;
  line-height: 23px;
  font-size: 16px;
  color: #000000;
  padding-bottom: 10px; }

.modal-header {
  background-color: #ffffff; }
  .modal-header .name {
    width: 100%; }
    .modal-header .name .color-brow {
      background: #7E6A61; }

.modal-body nav ul li {
  float: left;
  width: 50%; }
  .modal-body nav ul li p a {
    text-decoration: none;
    font-size: 13.5px;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    padding-bottom: 10px; }
    .modal-body nav ul li p a:before {
      content: "";
      width: 0;
      height: 0.1em;
      position: absolute;
      bottom: 0;
      left: 50%;
      background: #493F2F;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .modal-body nav ul li p a:hover:before {
      width: 100%;
      left: 0;
      background: #493F2F; }

.modal-footer button {
  position: relative;
  border: 0.5px solid #413938;
  border-radius: 0;
  background: #413938;
  color: #ffffff;
  padding: 5px 20px;
  line-height: 23px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase; }
  @media (max-width: 500px) {
    .modal-footer button {
      width: 100%; } }
  .modal-footer button:hover {
    background: #ffffff;
    color: #413938;
    font-weight: bold; }

.order-container .form-input .form-group {
  margin-bottom: 0; }
  .order-container .form-input .form-group input {
    width: 100%;
    border: 1px solid #000000;
    padding: 10px 10px 10px 30px;
    margin-top: 10px; }
    .order-container .form-input .form-group input:active, .order-container .form-input .form-group input:focus {
      -webkit-box-shadow: none;
      box-shadow: none; }
  .order-container .form-input .form-group ::-webkit-input-placeholder {
    font-style: italic;
    color: #413938; }
  .order-container .form-input .form-group :-ms-input-placeholder {
    font-style: italic;
    color: #413938; }
  .order-container .form-input .form-group ::-ms-input-placeholder {
    font-style: italic;
    color: #413938; }
  .order-container .form-input .form-group ::placeholder {
    font-style: italic;
    color: #413938; }
  .order-container .form-input .form-group textarea {
    width: 100%;
    border: 1px solid #000000;
    padding: 10px 10px 50px 30px;
    margin-top: 10px; }

img {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

img[data-src] {
  opacity: 0; }

.btn-case {
  background: transparent;
  border: none; }
  .btn-case:hover {
    cursor: pointer; }

button:focus {
  outline: none !important; }

.cases {
  z-index: 30000; }
  @media screen and (max-width: 600px) {
    .cases .modal-dialog {
      width: 100%;
      margin: 0; } }
  .cases .modal-dialog .modal-content {
    position: relative;
    background-color: #212121;
    overflow: hidden; }
    .cases .modal-dialog .modal-content .modal-header {
      border-bottom: 1px solid #9D8F64;
      background-color: #212121; }
      .cases .modal-dialog .modal-content .modal-header h5 {
        color: #9D8F64; }
      .cases .modal-dialog .modal-content .modal-header .close {
        position: absolute;
        top: 10px;
        right: 15px;
        opacity: 1;
        z-index: 10;
        font-size: 25px; }
        .cases .modal-dialog .modal-content .modal-header .close span {
          color: #ffffff; }
    .cases .modal-dialog .modal-content .modal-body {
      position: relative;
      background-color: #212121; }
      .cases .modal-dialog .modal-content .modal-body p {
        color: #ffffff; }

.btn-style-ask {
  background: transparent; }
  .btn-style-ask .text-button {
    border: 0.5px solid #413938;
    border-radius: 0;
    background: #413938;
    color: #ffffff;
    padding: 10px 30px;
    line-height: 23px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: 0.5s all linear;
    -o-transition: 0.5s all linear;
    transition: 0.5s all linear;
    position: relative; }
    @media (max-width: 500px) {
      .btn-style-ask .text-button {
        font-size: 12px;
        width: 90%; } }
    @media (max-width: 400px) {
      .btn-style-ask .text-button {
        padding: 10px 10px; } }
  .btn-style-ask .click {
    border: 0.5px solid #413938;
    padding: 10px 10px;
    margin-left: -5px;
    -webkit-transition: 0.5s all linear;
    -o-transition: 0.5s all linear;
    transition: 0.5s all linear;
    z-index: 2; }
    @media (max-width: 500px) {
      .btn-style-ask .click {
        padding: 8px 10px;
        margin-top: 5px;
        border: none;
        margin-left: -3px; } }
    @media (max-width: 1200px) {
      .btn-style-ask .click img {
        max-width: 7%; } }
    @media (max-width: 700px) {
      .btn-style-ask .click img {
        max-width: 6%; } }
  .btn-style-ask:hover {
    font-weight: normal; }
    .btn-style-ask:hover .text-button {
      background: #ffffff;
      color: #413938;
      font-weight: normal; }
    .btn-style-ask:hover .click {
      border: 0.5px solid #413938;
      background: #7F6C62; }

.btn-ask {
  padding: 10px 0 30px 0;
  max-width: 215px;
  -webkit-transition: 0.5s all linear;
  -o-transition: 0.5s all linear;
  transition: 0.5s all linear; }
  @media (max-width: 500px) {
    .btn-ask {
      width: 100%; } }

.button-order {
  border: 0.5px solid #413938;
  border-radius: 0;
  background: #413938;
  color: #ffffff;
  padding: 10px 30px;
  line-height: 23px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: 0.5s all linear;
  -o-transition: 0.5s all linear;
  transition: 0.5s all linear; }
  @media (max-width: 500px) {
    .button-order {
      width: 100%; } }
  .button-order:hover {
    background: #ffffff;
    color: #413938;
    font-weight: normal; }

.type2 {
  margin: 5px 5px 5px 0; }

@media (max-width: 500px) {
  .button {
    position: relative;
    border: 0.5px solid #413938;
    border-radius: 0;
    background: #413938;
    color: #ffffff;
    padding: 10px 25px;
    line-height: 23px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    width: 100%; } }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none; }

#loader {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-smooth: auto;
  font-weight: 300;
  line-height: 1.5;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  top: 0;
  left: 0;
  z-index: 10000;
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s; }

#loader.disabled {
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

.loader {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 33% 33% 33%;
  grid-template-columns: 33% 33% 33%;
  grid-gap: 2px;
  width: 100px;
  height: 100px; }
  .loader > div {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #7E6A61;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: loader 2s infinite linear;
    animation: loader 2s infinite linear; }
    .loader > div:nth-of-type(1), .loader > div:nth-of-type(5), .loader > div:nth-of-type(9) {
      -webkit-animation-delay: 0.4s;
      animation-delay: 0.4s; }
    .loader > div:nth-of-type(4), .loader > div:nth-of-type(8) {
      -webkit-animation-delay: 0.2s;
      animation-delay: 0.2s; }
    .loader > div:nth-of-type(2), .loader > div:nth-of-type(6) {
      -webkit-animation-delay: 0.6s;
      animation-delay: 0.6s; }
    .loader > div:nth-of-type(3) {
      -webkit-animation-delay: 0.8s;
      animation-delay: 0.8s; }

@-webkit-keyframes loader {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }

@keyframes loader {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }

@media (max-width: 2560px) {
  header .border-for-top .color-brow-1 .color-brow {
    height: 74px; }
  p {
    font-size: 18px; }
  h6 {
    font-size: 20px; }
  h5 {
    font-size: 26px; }
  .top-space nav ul li {
    list-style-type: none;
    display: inline-block;
    padding: 0 25% 0 0; }
    .top-space nav ul li .middle a {
      font-size: 16px; }
  #relevance {
    position: relative; }
    #relevance .fon-relevance {
      position: absolute;
      top: -120px;
      z-index: 7; }
      #relevance .fon-relevance img {
        height: 600px;
        width: 1150px; }
      #relevance .fon-relevance .cover {
        -o-object-fit: cover;
        object-fit: cover; }
  #lawyer .block-about .info {
    margin-left: -380px; }
    #lawyer .block-about .info h5 {
      font-size: 26px; }
    #lawyer .block-about .info h1 {
      font-size: 55px; }
    #lawyer .block-about .info p {
      font-size: 18px; }
    #lawyer .block-about .info h6 {
      font-size: 20px; }
  #experience {
    z-index: 0; }
    #experience .pages-slider {
      position: absolute;
      right: 23%;
      bottom: 6%; }
      #experience .pages-slider p {
        font-style: italic;
        color: #9D8F64;
        font-size: 35px; }
    #experience .block-slider1 .my_slider1 .sl_item .type-experience .img-experience img {
      max-height: 450px;
      width: 100%; }
    #experience .block-slider1 .my_slider1 .sl_item .main-block-text .block-task .name,
    #experience .block-slider1 .my_slider1 .sl_item .main-block-text .block-solved .name {
      font-size: 45px;
      padding: 45px 10px 5px 10px; }
    #experience .block-slider1 .my_slider1 .sl_item .main-block-text .block-task .text,
    #experience .block-slider1 .my_slider1 .sl_item .main-block-text .block-solved .text {
      font-size: 18px;
      padding: 20px 30px 20px 30px; }
  #situations .main-block-situations {
    padding: 60px 0 100px 0; }
    #situations .main-block-situations .block-slider .sl_item {
      height: 400px;
      padding: 20px 0; }
      #situations .main-block-situations .block-slider .sl_item img {
        padding: 30px; }
      #situations .main-block-situations .block-slider .sl_item .name-slider-block {
        font-size: 26px;
        margin: 0; }
      #situations .main-block-situations .block-slider .sl_item .text-slider-block {
        font-size: 18px;
        padding: 5px 10px; }
  #security {
    position: relative; }
    #security .block-text-security {
      width: 80%;
      padding: 110px 0; }
    #security .fon {
      position: relative; }
      #security .fon .fon-security {
        position: absolute;
        top: -50px;
        z-index: 20; }
        #security .fon .fon-security img {
          height: 610px;
          width: 1200px;
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: top;
          object-position: top; }
      #security .fon .documents {
        position: absolute;
        bottom: -50px;
        right: 80px;
        width: 75%; }
  #questions {
    padding: 120px 0 50px 0;
    margin-top: -2px; }
  #clients .white-line {
    left: 1.5%; }
  #protection-and-calm .block-info-protection {
    overflow: hidden;
    width: 65%; }
  footer nav ul li .middle a {
    text-decoration: none;
    font-size: 16px; } }

@media (max-width: 1920px) {
  header .border-for-top .color-brow-1 .color-brow {
    height: 74px; }
  p {
    font-size: 18px; }
  h6 {
    font-size: 20px; }
  h5 {
    font-size: 26px; }
  .top-space nav ul li {
    list-style-type: none;
    display: inline-block;
    padding: 0 15% 0 0; }
    .top-space nav ul li .middle a {
      font-size: 16px; }
  #relevance {
    position: relative; }
    #relevance .center-place .block-text-relevance {
      padding: 50px 0 50px 0; }
    #relevance .fon-relevance {
      position: absolute;
      top: -150px;
      z-index: 7; }
      #relevance .fon-relevance img {
        height: 640px;
        width: 860px; }
  #lawyer .block-about .info {
    margin-left: -120px; }
    #lawyer .block-about .info h5 {
      font-size: 26px; }
    #lawyer .block-about .info h1 {
      font-size: 55px; }
    #lawyer .block-about .info p {
      font-size: 18px; }
    #lawyer .block-about .info h6 {
      font-size: 20px; }
  #experience {
    z-index: 0; }
    #experience .pages-slider {
      position: absolute;
      right: 22%;
      bottom: 5.5%; }
      #experience .pages-slider p {
        font-style: italic;
        color: #9D8F64;
        font-size: 35px; }
    #experience .block-slider1 .my_slider1 .sl_item .type-experience .img-experience img {
      max-height: 450px;
      width: 100%; }
    #experience .block-slider1 .my_slider1 .sl_item .main-block-text .block-task .name,
    #experience .block-slider1 .my_slider1 .sl_item .main-block-text .block-solved .name {
      font-size: 45px;
      padding: 45px 10px 5px 10px; }
    #experience .block-slider1 .my_slider1 .sl_item .main-block-text .block-task .text,
    #experience .block-slider1 .my_slider1 .sl_item .main-block-text .block-solved .text {
      font-size: 18px;
      padding: 20px 30px 20px 30px; }
  #situations .main-block-situations {
    padding: 60px 0 100px 0; }
    #situations .main-block-situations .block-slider .sl_item {
      height: 400px;
      padding: 20px 0; }
      #situations .main-block-situations .block-slider .sl_item img {
        padding: 30px; }
      #situations .main-block-situations .block-slider .sl_item .name-slider-block {
        font-size: 26px;
        margin: 0; }
      #situations .main-block-situations .block-slider .sl_item .text-slider-block {
        font-size: 18px;
        padding: 5px 10px; }
  #security {
    position: relative; }
    #security .block-text-security {
      width: 80%;
      padding: 110px 0; }
    #security .fon {
      position: relative; }
      #security .fon .fon-security {
        position: absolute;
        top: -50px;
        z-index: 20; }
        #security .fon .fon-security img {
          height: 650px;
          width: 850px; }
      #security .fon .documents {
        position: absolute;
        bottom: 40px;
        right: 110px;
        width: 75%; }
  #questions {
    padding: 100px 0 50px 0;
    margin-top: -2px; }
  #clients .white-line {
    left: 1.5%; }
  #protection-and-calm .block-info-protection {
    overflow: hidden;
    width: 85%; } }

@media (max-width: 1800px) {
  footer .logo-ilavista {
    right: 75%; } }

@media (max-width: 1680px) {
  p {
    font-size: 16px; }
  h6 {
    font-size: 18px; }
  h5 {
    font-size: 24px; }
  .top-space nav ul li {
    list-style-type: none;
    display: inline-block;
    padding: 0 15% 0 0; }
    .top-space nav ul li .middle a {
      font-size: 14px; }
  #relevance {
    padding: 90px 0 20px 0; }
    #relevance .center-place {
      margin-left: -10px; }
    #relevance .fon-relevance img {
      height: 655px;
      width: 770px; }
  #lawyer .block-about .info {
    margin-left: -20px; }
    #lawyer .block-about .info h5 {
      font-size: 26px; }
    #lawyer .block-about .info h1 {
      font-size: 55px; }
    #lawyer .block-about .info p {
      font-size: 18px; }
    #lawyer .block-about .info h6 {
      font-size: 20px; }
  #experience {
    z-index: 0; }
    #experience .pages-slider {
      position: absolute;
      right: 22%;
      bottom: 5%; }
      #experience .pages-slider p {
        font-style: italic;
        color: #9D8F64;
        font-size: 35px; }
    #experience .block-slider1 .my_slider1 .sl_item .type-experience .img-experience img {
      max-height: 450px;
      width: 100%; }
    #experience .block-slider1 .my_slider1 .sl_item .main-block-text .block-task .name,
    #experience .block-slider1 .my_slider1 .sl_item .main-block-text .block-solved .name {
      font-size: 45px;
      padding: 45px 10px 5px 10px; }
    #experience .block-slider1 .my_slider1 .sl_item .main-block-text .block-task .text,
    #experience .block-slider1 .my_slider1 .sl_item .main-block-text .block-solved .text {
      font-size: 18px;
      padding: 20px 30px 20px 30px; }
  #situations .main-block-situations {
    padding: 60px 0 100px 0; }
    #situations .main-block-situations .block-slider .sl_item img {
      padding: 20px; }
    #situations .main-block-situations .block-slider .sl_item .name-slider-block {
      font-size: 24px;
      margin: 0; }
    #situations .main-block-situations .block-slider .sl_item .text-slider-block {
      font-size: 16px;
      padding: 5px 10px; }
  #security {
    position: relative; }
    #security .block-text-security {
      width: 80%;
      padding: 80px 0 40px 0; }
    #security .fon {
      position: relative; }
      #security .fon .fon-security {
        position: absolute;
        top: -50px;
        z-index: 20; }
        #security .fon .fon-security img {
          height: 650px;
          width: 850px;
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: top;
          object-position: top; }
      #security .fon .documents {
        position: absolute;
        bottom: -20px;
        right: -10px;
        width: 75%; }
  #questions {
    padding: 100px 0 50px 0;
    margin-top: -2px; }
  footer .logo-ilavista {
    right: 75%; } }

@media (max-width: 1600px) {
  #relevance {
    padding: 90px 0 20px 0; }
    #relevance .center-place {
      margin-left: -10px; }
    #relevance .fon-relevance img {
      height: 630px;
      width: 680px; }
  #security {
    position: relative; }
    #security .block-text-security {
      width: 80%;
      padding: 50px 0; }
    #security .fon {
      position: relative; }
      #security .fon .fon-security {
        position: absolute;
        top: -50px;
        z-index: 20; }
        #security .fon .fon-security img {
          height: 650px;
          width: 750px; }
  footer .logo-ilavista {
    right: 80%; }
  footer nav ul li .middle a {
    text-decoration: none;
    font-size: 13.5px; } }

@media (max-width: 1500px) {
  header .border-for-top .color-brow-1 .color-brow {
    height: 72px; }
  h5 {
    color: #000000;
    font-weight: bold;
    font-size: 24px; }
  h6 {
    color: #000000;
    font-weight: bold;
    font-size: 18px; }
  h2 {
    font-size: 45px;
    font-weight: bold;
    color: #413938; }
  hr {
    height: 2px;
    width: 49px;
    background-color: #7F6C62;
    margin-bottom: 42px; }
  p {
    font-weight: 300;
    line-height: 23px;
    font-size: 16px;
    color: #000000;
    padding-bottom: 10px; }
  .navigation-for-small .name-company {
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease; }
    .navigation-for-small .name-company p {
      color: #212121;
      padding-bottom: 0;
      font-weight: bold;
      line-height: normal;
      font-size: 12px; }
    .navigation-for-small .name-company h5 {
      font-size: 18px;
      margin: 0; }
    .navigation-for-small .name-company img {
      max-height: 20px; }
  .top-space nav ul li {
    list-style-type: none;
    display: inline-block;
    padding: 0 7px;
    height: 3px; }
    .top-space nav ul li .middle a {
      text-decoration: none;
      font-size: 13.5px;
      text-transform: uppercase;
      position: relative;
      -webkit-transition: all 0.6s;
      -o-transition: all 0.6s;
      transition: all 0.6s; }
  #lawyer {
    position: relative;
    padding-top: 50px; }
    #lawyer .fon-left {
      background-image: url("../img/lawyer/left.jfif");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
    #lawyer .fon-lawyer {
      background: url("../img/lawyer/right1-min.png") center no-repeat;
      background-size: cover;
      z-index: 4; }
    #lawyer .block-about {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative; }
      #lawyer .block-about .white {
        position: absolute;
        bottom: 0;
        right: -200px;
        height: 90px;
        width: 250px;
        background: #ffffff;
        z-index: 5; }
      #lawyer .block-about .info {
        padding: 60px 20px 60px 0;
        margin-left: 0px; }
        #lawyer .block-about .info h5 {
          color: #000000;
          font-weight: bold;
          font-size: 24px; }
        #lawyer .block-about .info h1 {
          font-size: 50px;
          font-weight: bold;
          color: #413938;
          margin-left: -2px; }
        #lawyer .block-about .info hr {
          height: 2px;
          width: 22px;
          background-color: #7F6C62;
          margin-bottom: 42px; }
        #lawyer .block-about .info p {
          font-weight: 300;
          line-height: 23px;
          font-size: 16px;
          color: #000000; }
        #lawyer .block-about .info h6 {
          line-height: 25px;
          font-size: 18px;
          text-transform: uppercase;
          color: #463A33;
          padding: 10px 0;
          font-weight: normal; }
  #relevance {
    padding: 50px 0 0 0;
    position: relative; }
    #relevance .center-place {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-left: 20px; }
      #relevance .center-place .block-text-relevance {
        padding: 20px 0 50px 0; }
    #relevance .fon-relevance {
      position: absolute;
      top: -90px;
      z-index: 7; }
      #relevance .fon-relevance img {
        height: 580px;
        width: 690px; }
      #relevance .fon-relevance .cover {
        -o-object-fit: cover;
        object-fit: cover; }
  #situations {
    background: #212121;
    position: relative;
    z-index: 1; }
    #situations .fon-situations {
      background-image: url("../img/situations/1.png");
      background-repeat: no-repeat;
      background-size: contain;
      background-attachment: fixed;
      z-index: 3; }
    #situations .main-block-situations {
      padding: 60px 0 100px 0; }
      #situations .main-block-situations .color-text {
        color: #FFFFFF; }
      #situations .main-block-situations .color-name {
        color: #9D8F64; }
      #situations .main-block-situations .color-line {
        width: 200px; }
      #situations .main-block-situations .block-slider {
        margin: 40px 0 10px 0; }
        #situations .main-block-situations .block-slider .my_slider .slick-prev {
          display: none;
          z-index: -1; }
        #situations .main-block-situations .block-slider .my_slider .slick-next {
          right: -35px;
          -webkit-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
          #situations .main-block-situations .block-slider .my_slider .slick-next:before {
            color: #9D8F64;
            font-size: 30px; }
        #situations .main-block-situations .block-slider .sl_item {
          width: 300px;
          border: 1px solid #7F6C62;
          margin: 10px 20px 10px 20px;
          height: 360px;
          -webkit-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          #situations .main-block-situations .block-slider .sl_item:hover {
            right: -45; }
          #situations .main-block-situations .block-slider .sl_item img {
            padding: 15px; }
          #situations .main-block-situations .block-slider .sl_item .name-slider-block {
            -webkit-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            color: #9D8F64;
            font-weight: bold;
            padding: 10px;
            font-size: 20px;
            margin: 0; }
          #situations .main-block-situations .block-slider .sl_item .text-slider-block {
            color: #FFFFFF;
            opacity: 0.8;
            margin: 0;
            font-size: 14px;
            padding: 5px 10px; }
        #situations .main-block-situations .block-slider .slick-current {
          right: -45; }
  #experience {
    background: #212121;
    padding: 50px 0 100px 0;
    position: relative; }
    #experience .right-picture {
      position: absolute;
      right: 0;
      top: 40%; }
      #experience .right-picture img {
        max-height: 220px; }
    #experience .left-picture {
      position: absolute;
      left: 0;
      top: 40%; }
      #experience .left-picture img {
        max-height: 220px; }
    #experience .pages-slider {
      position: absolute;
      right: 22.5%;
      bottom: 7.5%; }
      #experience .pages-slider p {
        font-style: italic;
        color: #9D8F64;
        font-size: 25px; }
        #experience .pages-slider p span {
          color: #FFFFFF; }
    #experience .main-block-experience .color-text {
      color: #FFFFFF; }
    #experience .main-block-experience .color-name {
      color: #9D8F64; }
    #experience .main-block-experience .color-line {
      width: 50px;
      margin-bottom: 5px; }
    #experience .block-slider1 {
      max-width: 80%;
      margin: 40px auto; }
      #experience .block-slider1 .my_slider1 .slick-prev {
        left: 75%;
        top: 108%;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
        #experience .block-slider1 .my_slider1 .slick-prev:before {
          color: #9D8F64;
          font-size: 30px; }
      #experience .block-slider1 .my_slider1 .slick-next {
        right: 9%;
        top: 108%;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
        #experience .block-slider1 .my_slider1 .slick-next:before {
          color: #9D8F64;
          font-size: 30px; }
      #experience .block-slider1 .my_slider1 .sl_item .type-experience .img-experience {
        padding: 30px 0;
        -webkit-box-pack: right;
        -ms-flex-pack: right;
        justify-content: right; }
        #experience .block-slider1 .my_slider1 .sl_item .type-experience .img-experience img {
          max-height: 350px;
          width: 100%; }
      #experience .block-slider1 .my_slider1 .sl_item .main-block-text {
        background: #272727;
        padding: 30px 0; }
        #experience .block-slider1 .my_slider1 .sl_item .main-block-text .block-task .name,
        #experience .block-slider1 .my_slider1 .sl_item .main-block-text .block-solved .name {
          color: #FFFFFF;
          font-size: 25px;
          padding: 5px 10px 5px 10px; }
        #experience .block-slider1 .my_slider1 .sl_item .main-block-text .block-task .text,
        #experience .block-slider1 .my_slider1 .sl_item .main-block-text .block-solved .text {
          color: #FFFFFF;
          font-size: 14px;
          opacity: 0.8;
          padding: 10px 30px 10px 30px; }
  #security {
    position: relative; }
    #security .block-text-security {
      width: 80%;
      padding: 50px 0; }
    #security .fon {
      position: relative; }
      #security .fon .fon-security {
        position: absolute;
        top: -50px; }
        #security .fon .fon-security img {
          height: 670px;
          width: 700px;
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: top;
          object-position: top; }
      #security .fon .documents {
        position: absolute;
        bottom: 40px;
        right: 20px;
        width: 75%; }
  #questions {
    padding: 50px 0 50px 0;
    position: relative; }
    #questions h5 {
      font-size: 22px; } }

@media (max-width: 1400px) {
  #lawyer .block-about .white {
    position: absolute;
    bottom: 0;
    right: -150px; }
  #clients .white-line {
    left: 1.7%; }
  #relevance {
    padding: 90px 0 20px 0; }
    #relevance .center-place {
      margin-left: 0; }
    #relevance .fon-relevance {
      position: absolute;
      top: -120px; }
      #relevance .fon-relevance img {
        height: 620px;
        width: 630px; }
  #security {
    position: relative; }
    #security .block-text-security {
      width: 80%;
      padding: 50px 0; }
    #security .fon {
      position: relative; }
      #security .fon .fon-security {
        position: absolute;
        top: -50px; }
        #security .fon .fon-security img {
          height: 720px;
          width: 700px;
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: top;
          object-position: top; }
      #security .fon .documents {
        position: absolute;
        bottom: 40px;
        right: -15px;
        width: 85%; } }

@media (max-width: 1370px) {
  #security {
    position: relative; }
    #security .block-text-security {
      width: 80%;
      padding: 50px 0; }
    #security .fon {
      position: relative; }
      #security .fon .fon-security {
        position: absolute;
        top: -50px; }
        #security .fon .fon-security img {
          height: 720px;
          width: 700px;
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: top;
          object-position: top; }
      #security .fon .documents {
        position: absolute;
        bottom: 40px;
        right: -20px;
        width: 85%; } }

@media (max-width: 1330px) {
  #relevance .center-place .block-text-relevance {
    padding: 20px 0 50px 0;
    margin-left: 50px; } }

@media (max-width: 1300px) {
  p {
    font-size: 14px; }
  h6 {
    font-size: 16px; }
  h5 {
    font-size: 20px; }
  .top-space nav ul li {
    list-style-type: none;
    display: inline-block;
    padding: 0 5px; }
    .top-space nav ul li .middle a {
      font-size: 12px; }
  #relevance {
    padding: 90px 0 20px 0; }
    #relevance .center-place {
      margin-left: 0; }
      #relevance .center-place .block-text-relevance {
        padding: 20px 0 50px 0;
        margin-left: -40px; }
    #relevance .fon-relevance img {
      height: 580px;
      width: 560px; }
  #lawyer .block-about .info {
    margin-left: 0; }
    #lawyer .block-about .info h5 {
      font-size: 24px; }
    #lawyer .block-about .info h1 {
      font-size: 50px; }
    #lawyer .block-about .info p {
      font-size: 16px; }
    #lawyer .block-about .info h6 {
      font-size: 18px; }
  #experience {
    z-index: 0; }
    #experience .pages-slider {
      position: absolute;
      right: 22%;
      bottom: 7%; }
      #experience .pages-slider p {
        font-style: italic;
        color: #9D8F64;
        font-size: 30px; }
    #experience .block-slider1 .my_slider1 .sl_item .type-experience .img-experience img {
      max-height: 350px;
      width: 100%; }
    #experience .block-slider1 .my_slider1 .sl_item .main-block-text .block-task .name,
    #experience .block-slider1 .my_slider1 .sl_item .main-block-text .block-solved .name {
      font-size: 30px;
      padding: 25px 10px 5px 10px; }
    #experience .block-slider1 .my_slider1 .sl_item .main-block-text .block-task .text,
    #experience .block-slider1 .my_slider1 .sl_item .main-block-text .block-solved .text {
      font-size: 14px;
      padding: 10px 30px 10px 30px; }
  #situations .main-block-situations {
    padding: 60px 0 100px 0; }
    #situations .main-block-situations .block-slider .sl_item img {
      padding: 10px; }
    #situations .main-block-situations .block-slider .sl_item .name-slider-block {
      font-size: 18px;
      margin: 0; }
    #situations .main-block-situations .block-slider .sl_item .text-slider-block {
      font-size: 14px;
      padding: 5px 10px; }
  #protection-and-calm .block-info-protection {
    overflow: hidden;
    width: 90%; }
  #security {
    position: relative; }
    #security .block-text-security {
      width: 80%;
      padding: 50px 0; }
    #security .fon {
      position: relative; }
      #security .fon .fon-security img {
        height: 720px;
        width: 620px; }
      #security .fon .documents {
        position: absolute;
        bottom: 0px;
        right: 40px;
        width: 85%; }
  #questions {
    padding: 90px 0 50px 0;
    margin-top: -2px; }
  #relevance {
    padding: 90px 0 20px 0; }
    #relevance .center-place {
      margin-left: 0; }
      #relevance .center-place .block-text-relevance {
        padding: 20px 0 50px 0;
        margin-left: 0; }
    #relevance .fon-relevance img {
      height: 620px;
      width: 560px; } }

@media (max-width: 1200px) {
  .right-block-2 {
    width: 8.3333%; }
  .left-block {
    width: 8.3333%; }
  #clients .white-line {
    left: 4%; }
  #protection-and-calm .block-info-protection {
    overflow: hidden;
    width: 70%; }
  #relevance .center-place {
    margin-left: 0; }
  #relevance .fon-relevance img {
    height: 580px;
    width: 540px; } }

@media (max-width: 1199px) {
  #security {
    position: relative; }
    #security .block-text-security {
      width: 80%;
      padding: 50px 0; }
    #security .fon {
      position: relative; }
      #security .fon .documents {
        display: none; }
      #security .fon .fon-security {
        display: none; }
  #relevance .center-place {
    margin-left: 0; }
  #relevance .fon-relevance {
    top: -50px; }
    #relevance .fon-relevance img {
      height: 500px;
      width: 540px; } }

@media (max-width: 1140px) {
  #relevance .center-place {
    margin-left: 0; }
    #relevance .center-place .block-text-relevance {
      padding: 20px 0 50px 0;
      margin-left: 50px;
      width: 100%; }
  #relevance .fon-relevance img {
    height: 500px;
    width: 520px; } }

@media (max-width: 1119px) {
  #relevance .center-place {
    margin-left: 0; }
    #relevance .center-place .block-text-relevance {
      padding: 20px 0 50px 0;
      margin-left: 50px;
      width: 100%; }
  #relevance .fon-relevance img {
    height: 560px;
    width: 520px; } }

@media (max-width: 1100px) {
  .top-space nav ul li {
    list-style-type: none;
    display: inline-block;
    padding: 0 5px; }
    .top-space nav ul li .middle a {
      font-size: 10px; }
  p {
    font-size: 14px; }
  h6 {
    font-size: 16px; }
  h5 {
    font-size: 18px; }
  h2 {
    font-size: 37px; }
  #relevance {
    padding: 90px 0 20px 0; }
    #relevance .center-place {
      margin-left: 0; }
      #relevance .center-place .block-text-relevance {
        padding: 20px 0 50px 0;
        margin-left: 90px;
        width: 100%; }
    #relevance .fon-relevance img {
      height: 500px;
      width: 500px; }
  #lawyer .block-about .info {
    margin-left: 0; }
    #lawyer .block-about .info h5 {
      font-size: 24px; }
    #lawyer .block-about .info h1 {
      font-size: 45px; }
    #lawyer .block-about .info p {
      font-size: 14px; }
  #clients {
    padding: 70px 0 30px 0; }
    #clients h6 {
      min-height: 63px; }
    #clients .center-place .block-info-clients {
      overflow-x: hidden; }
      #clients .center-place .block-info-clients .clients-height {
        min-height: 330px;
        overflow: hidden; }
        #clients .center-place .block-info-clients .clients-height .single {
          padding: 20px 20px;
          max-height: 300px; }
          #clients .center-place .block-info-clients .clients-height .single .icon {
            padding: 20px 20px;
            -webkit-transition: 0.5s all ease;
            -o-transition: 0.5s all ease;
            transition: 0.5s all ease;
            max-height: 275px; }
            #clients .center-place .block-info-clients .clients-height .single .icon .text-under-icon {
              padding: 20px 0 5px 0; }
              #clients .center-place .block-info-clients .clients-height .single .icon .text-under-icon h6 {
                font-size: 14px; }
            #clients .center-place .block-info-clients .clients-height .single .icon:hover {
              -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
              transform: scale(1.1); }
              #clients .center-place .block-info-clients .clients-height .single .icon:hover .text-under-icon h6 {
                font-size: 14px; }
  #protection-and-calm .center-place .block-info-protection {
    overflow: hidden;
    padding: 40px  20px; }
  #situations .main-block-situations .row-situations .type-situation {
    height: 290px; } }

@media (max-width: 1199px) {
  footer .top-space-links {
    padding-top: 15px; }
  footer .space-top-contacts {
    margin-top: 10px; }
  footer .name {
    padding-top: 15px; }
  footer .logo-ilavista {
    right: 60%; }
  footer .created {
    margin-top: 0; }
  footer .created svg {
    height: 85px;
    position: absolute;
    top: 0; } }

@media (max-width: 1050px) {
  #relevance {
    padding: 90px 0 20px 0; }
    #relevance .center-place {
      margin-left: 0; }
      #relevance .center-place .block-text-relevance {
        padding: 20px 0 50px 0;
        margin-left: 130px;
        width: 100%; }
    #relevance .fon-relevance img {
      height: 500px;
      width: 500px; } }

@media (max-width: 1024px) {
  .top-space nav ul li {
    list-style-type: none;
    display: inline-block;
    padding: 0 5px; }
    .top-space nav ul li .middle a {
      font-size: 10px; }
  p {
    font-size: 14px; }
  h6 {
    font-size: 16px; }
  h5 {
    font-size: 18px; }
  h2 {
    font-size: 37px; }
  #relevance {
    padding: 90px 0 20px 0; }
    #relevance .center-place {
      margin-left: 70px; }
      #relevance .center-place .block-text-relevance {
        padding: 20px 0 50px 0;
        margin-left: -70px;
        width: 100%; }
    #relevance .fon-relevance {
      top: -30px; }
      #relevance .fon-relevance img {
        height: 480px;
        width: 500px; }
  #lawyer .block-about .info {
    margin-left: 0;
    padding: 30px 20px 30px 0; }
    #lawyer .block-about .info h5 {
      font-size: 24px; }
    #lawyer .block-about .info h1 {
      font-size: 45px; }
    #lawyer .block-about .info p {
      font-size: 14px; }
  #clients {
    padding: 70px 0 30px 0; }
    #clients h6 {
      min-height: 63px; }
    #clients .center-place .block-info-clients {
      overflow-x: hidden; }
      #clients .center-place .block-info-clients .clients-height {
        min-height: 330px;
        overflow: hidden; }
        #clients .center-place .block-info-clients .clients-height .single {
          padding: 20px 20px;
          max-height: 300px; }
          #clients .center-place .block-info-clients .clients-height .single .icon {
            padding: 20px 20px;
            -webkit-transition: 0.5s all ease;
            -o-transition: 0.5s all ease;
            transition: 0.5s all ease;
            max-height: 275px; }
            #clients .center-place .block-info-clients .clients-height .single .icon .text-under-icon {
              padding: 20px 0 5px 0; }
            #clients .center-place .block-info-clients .clients-height .single .icon:hover {
              -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
              transform: scale(1.1); }
  #protection-and-calm .center-place .block-info-protection {
    overflow: hidden;
    padding: 40px  20px; }
  #experience .pages-slider {
    right: 24%; }
  #experience .block-slider1 .my_slider1 .slick-prev {
    left: 70%; }
  #questions {
    padding: 70px 0 50px 0;
    position: relative; }
    #questions .form-container .form-input input {
      width: 100%;
      margin: 10px 0; }
    #questions .form-container .form-input textarea {
      width: 100%;
      margin-top: 0; } }

@media (max-width: 1000px) {
  #lawyer .block-about .white {
    display: none; }
  #relevance {
    padding: 90px 0 20px 0; }
    #relevance .center-place {
      margin-left: 0; }
      #relevance .center-place .block-text-relevance {
        padding: 20px 0 50px 0;
        margin-left: 15%;
        width: 100%; }
    #relevance .fon-relevance img {
      height: 600px;
      width: 430px;
      margin-left: 60px; }
  #security {
    position: relative; }
    #security .block-text-security {
      width: 80%;
      padding: 50px 0;
      margin-left: 80px; }
  #questions {
    padding: 70px 0 50px 0;
    position: relative; }
    #questions .block-text-questions {
      margin-left: 0;
      padding: 0 0 60px 0; }
    #questions .form-container .form-input input {
      width: 100%;
      margin: 10px 0; }
    #questions .form-container .form-input textarea {
      width: 100%;
      margin-top: 0; }
  #experience .pages-slider {
    right: 24%; } }

@media (max-width: 991px) {
  #lawyer .block-about .info {
    margin-left: -200px; }
  #relevance {
    padding: 90px 0 20px 0; }
    #relevance .center-place {
      margin-left: 0; }
      #relevance .center-place .block-text-relevance {
        padding: 0px 0 70px 0;
        margin-left: 0;
        width: 70%; }
  #protection-and-calm .block-info-protection {
    overflow: hidden;
    width: 50%; } }

@media (max-width: 910px) {
  #lawyer .block-about .info {
    margin-left: -100px; } }

@media (max-width: 960px) {
  .top-space nav ul li {
    list-style-type: none;
    display: inline-block;
    padding: 0 5px; }
    .top-space nav ul li .middle a {
      font-size: 14px; }
  #lawyer {
    height: auto; }
    #lawyer .fon-lawyer {
      background: url("../img/lawyer/right1-min.png") center no-repeat;
      background-size: cover;
      max-height: 300px;
      z-index: 0; }
    #lawyer .block-about .info h5 {
      font-size: 26px; }
    #lawyer .block-about .info h1 {
      font-size: 50px; }
    #lawyer .block-about .info p {
      font-size: 16px; }
  #relevance {
    padding: 20px 0 20px 0; }
    #relevance .center-place .block-text-relevance {
      padding: 90px 0 50px 0;
      width: 70%; }
  #experience .block-slider1 {
    max-width: 100%; }
  #experience .pages-slider {
    position: absolute;
    right: 17%; }
  #experience .block-slider1 .my_slider1 .sl_item .type-experience .img-experience img {
    max-height: 550px;
    width: 100%; }
  #clients .center-place .block-info-clients {
    overflow-x: hidden;
    max-width: 80%; }
  #situations .main-block-situations .row-situations .type-situation {
    height: 270px; } }

@media (max-width: 900px) {
  footer .logo-ilavista {
    right: 63%; } }

@media (max-width: 850px) {
  #lawyer .block-about .info {
    margin-left: 0px;
    padding: 60px 160px 60px 0; }
  #experience .pages-slider {
    position: absolute;
    right: 17%;
    bottom: 7%; } }

@media (max-width: 800px) {
  #experience .pages-slider {
    position: absolute;
    right: 17%; }
  #lawyer .block-about .info {
    margin-left: 0px;
    padding: 60px 100px 60px 0; } }

@media (max-width: 768px) {
  #experience .block-slider1 .my_slider1 .slick-prev {
    left: 70%; }
  #experience .pages-slider {
    position: absolute;
    right: 17%; }
  #questions .block-text-questions {
    margin-left: 0;
    padding: 0 0 60px 0; } }

@media (max-width: 767px) {
  footer .logo-ilavista {
    right: 58%; }
  #experience .pages-slider {
    position: absolute;
    right: 17%;
    bottom: 1%; }
  #security {
    position: relative; }
    #security .block-text-security {
      width: 80%;
      padding: 50px 0;
      margin-left: 0; } }

@media (max-width: 720px) {
  .navigation-for-small .name-company h5 {
    margin: 0; }
  #lawyer {
    height: auto; }
  #relevance .center-place .block-text-relevance {
    width: 75%; }
  #experience .pages-slider {
    position: absolute;
    right: 17%;
    bottom: 1.5%; }
  #experience .block-slider1 {
    max-width: 100%; }
  #experience .block-slider1 .my_slider1 .sl_item .main-block-text {
    padding: 20px 0; }
    #experience .block-slider1 .my_slider1 .sl_item .main-block-text .block-task .name,
    #experience .block-slider1 .my_slider1 .sl_item .main-block-text .block-solved .name {
      color: #FFFFFF;
      font-size: 18px;
      padding: 5px 10px 5px 10px; }
    #experience .block-slider1 .my_slider1 .sl_item .main-block-text .block-task .text,
    #experience .block-slider1 .my_slider1 .sl_item .main-block-text .block-solved .text {
      font-size: 12px; }
  #experience .block-slider1 .my_slider1 .sl_item .type-experience .img-experience img {
    max-height: 650px;
    width: 100%; }
  #questions .block-text-questions {
    margin-left: 0;
    padding: 0 0 60px 0; }
  #situations .main-block-situations {
    padding: 60px 0 100px 0; }
    #situations .main-block-situations .block-slider {
      margin: 40px 0 10px 30px;
      width: 85%; }
  #security {
    position: relative;
    overflow-x: hidden; }
    #security .block-text-security {
      width: 80%;
      padding: 50px 0;
      margin-left: 0; }
  footer nav ul li {
    padding: 10px 7px 0 7px; } }

@media (max-width: 750px) {
  #lawyer .block-about .info {
    margin-left: 0px; } }

@media (max-width: 677px) {
  #experience .pages-slider {
    position: absolute;
    right: 17%;
    bottom: 2%; } }

@media (max-width: 655px) {
  #experience {
    overflow-x: hidden; }
    #experience .pages-slider {
      position: absolute;
      right: 24%;
      bottom: 2.5%; }
    #experience .block-slider1 {
      max-width: 80%;
      margin: 40px auto; }
      #experience .block-slider1 .my_slider1 .slick-prev {
        left: 65%;
        top: 108%; }
      #experience .block-slider1 .my_slider1 .slick-next {
        right: 9%;
        top: 108%; }
  #situations {
    overflow-x: hidden; }
    #situations .main-block-situations .block-slider .my_slider .slick-next {
      right: 35px;
      top: 110%; } }

@media (max-width: 600px) {
  #experience .pages-slider {
    position: absolute;
    right: 28%;
    bottom: 3%; }
  #experience .block-slider1 {
    max-width: 80%;
    margin: 40px auto; }
    #experience .block-slider1 .my_slider1 .slick-prev {
      left: 55%;
      top: 108%; }
    #experience .block-slider1 .my_slider1 .slick-next {
      right: 9%;
      top: 108%; }
    #experience .block-slider1 .my_slider1 .sl_item .type-experience .img-experience {
      padding: 30px 0 0 0; }
  #situations .main-block-situations .block-slider .my_slider .slick-next {
    right: 35px;
    top: 110%;
    z-index: 2; }
  #protection-and-calm .block-info-protection {
    overflow: hidden;
    width: 70%; }
  footer {
    padding: 5px; } }

@media (max-width: 640px) {
  #lawyer {
    height: auto; }
    #lawyer .block-about .info {
      margin-left: -50px;
      width: 80%; } }

@media (max-width: 590px) {
  #lawyer {
    height: auto; }
  #relevance .center-place .block-text-relevance {
    padding: 30px 0 30px 0;
    width: 70%; }
  #protection-and-calm .center-place .block-info-protection .single {
    padding: 10px 20px 10px 20px;
    height: 230px; }
    #protection-and-calm .center-place .block-info-protection .single .icon {
      padding: 20px 20px 10px 20px; }
    #protection-and-calm .center-place .block-info-protection .single .text-under-icon {
      padding: 15px 15px; }
  #questions {
    padding: 70px 0 50px 0;
    position: relative; }
    #questions .form-container .form-input input {
      width: 100%;
      margin: 10px 0; }
    #questions .form-container .form-input textarea {
      width: 100%;
      margin-top: 0; }
  #place {
    padding: 30px 0 0;
    overflow: hidden; }
    #place .block-map .adress {
      left: 5%;
      width: 400px; } }

@media (max-width: 575px) {
  #lawyer {
    height: auto; }
    #lawyer .block-about .info {
      margin-left: 0;
      width: 100%;
      padding: 60px 0; }
  #experience .pages-slider {
    position: absolute;
    right: 28%;
    bottom: 3.5%; } }

@media (max-width: 500px) {
  #lawyer {
    height: auto;
    padding-top: 0; }
    #lawyer .block-about .info {
      margin-left: 0;
      width: 95%;
      padding: 90px 0 40px 0; }
  #relevance .center-place .block-text-relevance {
    padding: 30px 0 30px 0;
    width: 70%; }
  #protection-and-calm .center-place .block-info-protection .single {
    padding: 10px 20px 10px 20px;
    height: 230px; }
    #protection-and-calm .center-place .block-info-protection .single .icon {
      padding: 20px 20px 0px 20px; }
    #protection-and-calm .center-place .block-info-protection .single .text-under-icon {
      padding: 0 15px 15px 15px; }
  #questions {
    padding: 70px 0 50px 0;
    position: relative; }
    #questions .form-container .form-input input {
      width: 100%;
      margin: 10px 0; }
    #questions .form-container .form-input textarea {
      width: 100%;
      margin-top: 0; }
  #place {
    padding: 30px 0 0;
    overflow: hidden; }
    #place .block-map .adress {
      left: 5%;
      width: 400px; }
  #experience .pages-slider {
    position: absolute;
    right: 28%;
    bottom: 4%; } }

@media (max-width: 472px) {
  footer .logo-ilavista {
    right: 60%; }
  #protection-and-calm .block-info-protection {
    overflow: hidden;
    width: 80%; } }

@media (max-width: 470px) {
  #relevance .center-place .block-text-relevance {
    margin-left: 5%; }
  .navigation-for-small {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    background: #ffffff;
    max-height: 125px; }
    .navigation-for-small .name-company {
      padding: 10px 0; }
      .navigation-for-small .name-company p {
        font-size: 10px; }
      .navigation-for-small .name-company h5 {
        font-size: 14px; }
      .navigation-for-small .name-company img {
        max-height: 14px; }
    .navigation-for-small .size-top {
      padding: 10px 0; }
      .navigation-for-small .size-top button {
        background: #ffffff;
        border: 1px solid #493F2F; }
        .navigation-for-small .size-top button i {
          color: #493F2F;
          background: #ffffff; }
  #clients {
    overflow-y: hidden; }
    #clients h6 {
      font-size: 12px;
      min-height: 35px; }
    #clients .center-place .block-info-clients .clients-height .single {
      max-height: 270px; }
      #clients .center-place .block-info-clients .clients-height .single .icon {
        padding: 10px 0; }
  #place {
    padding: 30px 0 0;
    overflow: hidden; }
    #place .block-map .adress {
      left: 5%;
      width: 300px; }
      #place .block-map .adress p {
        font-size: 10px; }
  .top-space .name-company p {
    font-size: 12px; }
  .top-space .name-company h5 {
    font-size: 14px; }
  .top-space .name-company img {
    max-height: 16px; }
  .top-space .contacts a .tel {
    padding-bottom: 5px; }
  .top-space .contacts a img {
    padding: 5px 1px 2px 1px;
    max-width: 22px;
    max-height: 25px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
  .top-space nav ul li .middle a {
    text-decoration: none;
    font-size: 12px; } }

@media (max-width: 480px) {
  #experience .pages-slider {
    position: absolute;
    right: 30%; }
  #experience .block-slider1 {
    max-width: 80%;
    margin: 40px auto; }
    #experience .block-slider1 .my_slider1 .slick-prev {
      left: 50%;
      top: 108%; } }

@media (max-width: 440px) {
  #experience .pages-slider {
    position: absolute;
    right: 30%;
    bottom: 4.3%; }
  .navigation-for-small {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    background: #ffffff;
    max-height: 125px; }
    .navigation-for-small .phone a {
      font-size: 14px; }
    .navigation-for-small .size-top {
      padding: 10px 0; }
      .navigation-for-small .size-top button {
        background: #ffffff;
        border: 1px solid #493F2F;
        padding: 2px 6px; }
        .navigation-for-small .size-top button i {
          color: #493F2F;
          background: #ffffff; } }

@media (max-width: 414px) {
  #clients {
    overflow-y: hidden; }
    #clients h6 {
      font-size: 12px;
      min-height: 35px; }
    #clients .center-place .block-info-clients .clients-height .single {
      max-height: 200px; }
      #clients .center-place .block-info-clients .clients-height .single .icon {
        padding: 10px 0; }
        #clients .center-place .block-info-clients .clients-height .single .icon .text-under-icon {
          padding: 20px 0 5px 0; }
          #clients .center-place .block-info-clients .clients-height .single .icon .text-under-icon h6 {
            font-size: 11px; }
  #place {
    padding: 30px 0 0;
    overflow: hidden; }
    #place .block-map .adress {
      left: 5%;
      width: 300px; }
      #place .block-map .adress p {
        font-size: 10px; }
  #experience .pages-slider {
    position: absolute;
    right: 28.5%; }
  footer .logo-ilavista {
    right: 55%; }
  footer .name {
    padding-left: 70px; } }

@media (max-width: 400px) {
  #lawyer {
    height: auto; }
    #lawyer .block-about .info h5 {
      font-size: 20px; }
    #lawyer .block-about .info h1 {
      font-size: 40px; }
    #lawyer .block-about .info p {
      font-size: 14px; }
  #experience .pages-slider {
    position: absolute;
    right: 30%; }
  #experience .block-slider1 {
    max-width: 80%;
    margin: 40px auto; }
    #experience .block-slider1 .my_slider1 .slick-prev {
      left: 50%;
      top: 108%; }
  #protection-and-calm .block-info-protection {
    overflow: hidden;
    width: 80%; } }

@media (max-width: 375px) {
  .navigation-for-small {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    background: #ffffff;
    max-height: 125px; }
    .navigation-for-small .name-company {
      padding: 10px 0; }
      .navigation-for-small .name-company p {
        padding-bottom: 0;
        font-size: 9px; }
      .navigation-for-small .name-company h5 {
        font-size: 10px; }
      .navigation-for-small .name-company img {
        max-height: 10px; }
    .navigation-for-small .phone a {
      font-size: 12px; }
  #lawyer {
    height: auto; }
    #lawyer .block-about .info h5 {
      font-size: 20px; }
    #lawyer .block-about .info h1 {
      font-size: 40px; }
    #lawyer .block-about .info p {
      font-size: 14px; }
  footer .space-top-contacts {
    margin-top: 10px; }
    footer .space-top-contacts .contacts-footer {
      padding-top: 5px;
      z-index: 3; }
  footer nav {
    margin-top: 10px; }
    footer nav ul li {
      list-style-type: none;
      display: inline-block;
      padding: 0 7px;
      height: 3px; }
  #experience .pages-slider {
    right: 30%;
    z-index: 2;
    bottom: 4.5%; }
    #experience .pages-slider p {
      font-size: 22px; } }

@media (max-width: 370px) {
  p {
    font-size: 12px; }
  h6 {
    font-size: 14px; }
  h5 {
    font-size: 16px; }
  h2 {
    font-size: 24px; }
  #lawyer {
    height: auto; }
    #lawyer .block-about .info h5 {
      font-size: 18px; }
    #lawyer .block-about .info h1 {
      font-size: 35px; }
    #lawyer .block-about .info p {
      font-size: 12px; }
  #place {
    padding: 30px 0 0;
    overflow: hidden; }
    #place .block-map .adress {
      left: 5%;
      width: 250px; }
      #place .block-map .adress .img-build {
        max-width: 80px; }
      #place .block-map .adress .img-map {
        max-width: 15px; }
      #place .block-map .adress p {
        font-size: 12px; }
  #situations .main-block-situations .block-slider .my_slider .slick-next {
    right: 35px;
    top: 110%; }
  #experience .pages-slider {
    right: 30%;
    z-index: 2; } }

@media (max-width: 360px) {
  #experience .pages-slider {
    right: 30%;
    z-index: 2;
    bottom: 4.7%; } }

@media (max-width: 350px) {
  #experience .pages-slider {
    right: 32%;
    bottom: 5%; }
  #experience .block-slider1 {
    max-width: 80%;
    margin: 40px auto; }
    #experience .block-slider1 .my_slider1 .slick-prev {
      left: 45%;
      top: 108%; } }

@media (max-width: 320px) {
  p {
    font-size: 12px; }
  h6 {
    font-size: 14px; }
  h5 {
    font-size: 16px; }
  h2 {
    font-size: 24px; }
  #relevance .center-place .block-text-relevance {
    margin-left: 0; }
  #lawyer {
    height: auto; }
    #lawyer .block-about .info h5 {
      font-size: 18px; }
    #lawyer .block-about .info h1 {
      font-size: 35px; }
    #lawyer .block-about .info p {
      font-size: 12px; }
  #place {
    padding: 30px 0 0;
    overflow: hidden; }
    #place .block-map .adress {
      left: 5%;
      width: 250px; }
      #place .block-map .adress .img-build {
        max-width: 80px; }
      #place .block-map .adress .img-map {
        max-width: 15px; }
      #place .block-map .adress p {
        font-size: 12px; }
  #situations .main-block-situations .block-slider .my_slider .slick-next {
    right: 35px;
    top: 110%; } }

body {
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%; }

.common_div {
  width: 100%;
  min-height: 100vh;
  position: relative;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .common_div .text_error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .common_div .text_error .text {
      text-align: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .common_div .text_error .text p {
        font-size: 2rem;
        color: #000000; }
        .common_div .text_error .text p a {
          text-decoration: none;
          text-transform: uppercase;
          position: relative;
          -webkit-transition: all 0.6s;
          -o-transition: all 0.6s;
          transition: all 0.6s;
          padding-bottom: 10px; }
          .common_div .text_error .text p a:before {
            content: "";
            width: 0;
            height: 0.1em;
            position: absolute;
            bottom: 0;
            left: 50%;
            background: #493F2F;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; }
          .common_div .text_error .text p a:hover:before {
            width: 100%;
            left: 0;
            background: #493F2F; }
      .common_div .text_error .text span {
        font-size: 5rem; }

.right-block-2 {
  position: absolute;
  top: 0;
  right: 0;
  background: #7E6A61;
  height: 100%; }

@media (max-width: 750px) {
  .common_div .text_error .text p {
    font-size: 1.5rem; } }

@media (max-width: 550px) {
  .common_div .text_error .text p {
    font-size: 0.9rem; } }

@media (max-width: 400px) {
  .common_div .text_error .text p {
    font-size: 0.7rem; } }
