﻿/* Start:/local/templates/lawrussia/jquery.fancybox.css*/
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font:
    14px/20px "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url("/local/templates/lawrussia/images/fancybox_sprite.png");
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/local/templates/lawrussia/images/fancybox_loading.gif")
    center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/local/templates/lawrussia/images/blank.gif");
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/local/templates/lawrussia/images/fancybox_overlay.png");
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.fancybox-title {
  visibility: hidden;
  font:
    normal 13px/20px "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url("/local/templates/lawrussia/images/fancybox_sprite%402x.png");
    background-size: 44px 152px;
  }
  #fancybox-loading div {
    background-image: url("/local/templates/lawrussia/images/fancybox_loading%402x.gif");
    background-size: 24px 24px;
  }
}
/* End */

/* Start:/local/templates/lawrussia/js/owl/owl.carousel.min.css*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/local/templates/lawrussia/js/owl/owl.video.play.png")
    no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/* End */

/* Start:/local/templates/lawrussia/js/owl/owl.theme.default.min.css*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
/* End */

/* Start:/local/templates/lawrussia/components/bitrix/breadcrumb/.default/style.css*/
.breadcrumbs {
  padding: 120px 0 80px 0;
}

/* End */

/* Start:/local/templates/lawrussia/components/bitrix/system.pagenavigation/.default/style.css*/
.paginator {
  display: block;
  text-align: center;
  margin-bottom: 50px;
}

.navpage.unactive {
  background: #ababab;
  border: 1px solid #ababab;
  color: #fff;
  padding: 2px 11px 5px 9px;
  border-radius: 20px;
  font-weight: 700;
  margin-right: 15px;
  vertical-align: text-bottom;
}

.navpage {
  background: #000;
  border: 1px solid #000;
  color: #fff;
  padding: 2px 11px 5px 9px;
  border-radius: 20px;
  font-weight: 700;
  margin-left: 15px;
  vertical-align: top;
}
.navpage:not(.unactive):hover {
  background: transparent;
  border: 1px solid #000;
}

.paginator a,
b {
  font-size: 24px;
  margin: 0 5px;
}
/* End */

/* Start:/local/templates/lawrussia/components/bitrix/news.list/footer_icons/style.css*/
.custom-icons {
  margin-right: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 26%;
  max-width: 50%;
}
.custom-icons a {
  margin-bottom: 15px;
  width: 44%;
  margin-right: 0 !important;
}

@media (max-width: 763px) {
}
/* End */

/* Start:/local/templates/lawrussia/template_styles.css*/
* {
  max-height: 999999px;
  outline: 0 !important;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Avenir Next Cyr";
  color: #505047;
  background-color: #f2f2f0;
  font-size: 20px;
  line-height: 24px;
  overflow-x: hidden;
}

.container,
.row,
.row > div[class*="col-"] {
  /* padding:0 !important; */
}

/* BASIC */

a {
  text-decoration: none;
  color: #000;
}
a:hover,
a:focus {
  color: #505047;
}
a.white,
a.white:hover {
  color: #f2f2f0;
}

img {
  max-width: 100%;
}

li {
  margin-bottom: 10px;
}

.btn-sm,
.btn-sm:hover {
  padding: 14px 30px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 50px;
  box-sizing: border-box;
}
.btn-md,
.btn-md:hover {
  padding: 26px 50px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 64px;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 22px;
}

.btn-red,
.btn-red:hover {
  background: #000;
  color: #fff;
  border: 2px solid #000;
}

.btn-border-dark,
.btn-border-dark:hover {
  border: 2px solid #505047;
  color: #505047;
}

.btn-border-light,
.btn-border-light:hover {
  border: 2px solid #fff;
  color: #fff;
}

table {
  border-collapse: separate;
  font-size: 1em;
  width: 100%;
  text-align: left;
  border-spacing: 2px;
}
tr:first-child td:first-child {
  border-top-left-radius: 10px;
}
tr:first-child td:last-child {
  border-top-right-radius: 10px;
}

tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

table td,
.text table th {
  padding: 15px;
  vertical-align: middle;
}

table tr {
  background-color: #f1f2f2;
}

table tr:nth-child(2n) {
  background-color: #e4e5e5;
}

table tr:nth-child(1) {
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #5d5b68;
}

table tr.t_title {
  border-top: 3px solid #fff;
}

section.aside span.img_usl_n {
  color: rgba(230, 166, 92, 1);
  border-radius: 50px;
  font-size: 55px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
  margin: 0 10px 10px 0;
  display: block;
  float: left;
}
.opis_uslugi_n {
  margin: 0 0 20px 60px;
  font-size: 14px;
  color: #2d2d2d;
  display: block;
}

.fixed {
  position: fixed;
}

/* BASIC END */

/* HEADER */

.over {
  background: #000;
  color: #fff;
  padding: 8px 0 9px 0;
  font-size: 18px;
}
.over a {
  color: #fff;
}
.icon_location-light {
  background: url(../../../../../../local/templates/lawrussia/images/location-white.svg)
    no-repeat;
  width: 16px;
  height: 18px;
  display: inline-block;
  vertical-align: bottom;
}
.icon_phone-light {
  background: url(../../../../../../local/templates/lawrussia/images/phone-white.svg)
    no-repeat;
  width: 15px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}
.icon-head-tg {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='30' height='31' viewBox='0 0 30 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15 0.971191C23.2843 0.971191 30 7.68792 30 15.9734C30 24.2589 23.2843 30.9757 15 30.9757C6.71573 30.9757 0 24.2589 0 15.9734C0 7.68792 6.71573 0.971191 15 0.971191ZM21.6623 9.97254C21.0908 9.98268 20.2141 10.2837 15.9947 12.0166C14.5169 12.6235 11.5635 13.8797 7.13429 15.7851C6.41506 16.0675 6.0383 16.3438 6.004 16.614C5.93815 17.1326 6.69437 17.2941 7.64586 17.5995C8.4216 17.8485 9.46512 18.1398 10.0076 18.1514C10.4997 18.1618 11.0489 17.9615 11.6553 17.5504C15.7936 14.7921 17.9298 13.3979 18.0639 13.3678C18.1585 13.3466 18.2896 13.32 18.3785 13.3979C18.4673 13.4759 18.4586 13.6236 18.4492 13.6632C18.3739 13.9799 14.4865 17.4713 14.2627 17.7008L14.1555 17.8087C13.3311 18.623 12.4979 19.1547 13.9355 20.0901C15.2335 20.9347 15.9889 21.4735 17.3262 22.339C18.1807 22.8921 18.8507 23.548 19.733 23.4679C20.139 23.431 20.5584 23.054 20.7713 21.9298C21.2747 19.2729 22.264 13.5162 22.4927 11.144C22.5127 10.9362 22.4875 10.6702 22.4673 10.5534C22.447 10.4367 22.4047 10.2703 22.251 10.1472C22.069 10.0013 21.788 9.97055 21.6623 9.97254Z' fill='#000'/%3e%3c/svg%3e ");
  background-size: contain;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  background-repeat: no-repeat;
}
.icon-head-wp {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='35px' height='35px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6.014 8.00613C6.12827 7.1024 7.30277 5.87414 8.23488 6.01043L8.23339 6.00894C9.14051 6.18132 9.85859 7.74261 10.2635 8.44465C10.5504 8.95402 10.3641 9.4701 10.0965 9.68787C9.7355 9.97883 9.17099 10.3803 9.28943 10.7834C9.5 11.5 12 14 13.2296 14.7107C13.695 14.9797 14.0325 14.2702 14.3207 13.9067C14.5301 13.6271 15.0466 13.46 15.5548 13.736C16.3138 14.178 17.0288 14.6917 17.69 15.27C18.0202 15.546 18.0977 15.9539 17.8689 16.385C17.4659 17.1443 16.3003 18.1456 15.4542 17.9421C13.9764 17.5868 8 15.27 6.08033 8.55801C5.97237 8.24048 5.99955 8.12044 6.014 8.00613Z' fill='%23FFFFFF'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 23C10.7764 23 10.0994 22.8687 9 22.5L6.89443 23.5528C5.56462 24.2177 4 23.2507 4 21.7639V19.5C1.84655 17.492 1 15.1767 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23ZM6 18.6303L5.36395 18.0372C3.69087 16.4772 3 14.7331 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C11.0143 21 10.552 20.911 9.63595 20.6038L8.84847 20.3397L6 21.7639V18.6303Z' fill='%23FFFFFF'/%3e%3c/svg%3e");
  background-size: contain;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: top;
  margin-right: 7px;
  background-repeat: no-repeat;
}
.workhours-desk {
  margin-right: 66px;
}

header .row {
  height: 130px;
}
header .logo a {
  display: inline-flex;
  flex-wrap: nowrap;
  color: #505047;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
header .logo .logo-img {
  background: url("/logo-head.png")
    no-repeat;
  display: block;
  width: 85px;
  height: 52px;
  margin-right: 18px;
}
header .logo span:not(.logo-img) {
  margin-top: 9px;
}
header .btn-sm:first-of-type {
  margin-right: 20px;
}
header .menu a {
  color: #505047;
  font-size: 18px;
  font-weight: 500;
}
header .menu .child {
  display: none;
  position: absolute;
  padding: 5px;
  border-radius: 15px;
  background-color: #f2f2f0;
  margin-top: 23px;
  margin-left: -10px;
  /* height:450px; */
  width: 865px;
  z-index: 9;
}
header .menu .child.non-active {
  background-color: #dfdfdd;
}
header .menu .child .d-flex {
  display: block;
  padding: 32px;
  border: 1px solid #000;
  border-radius: 15px;
  height: 100%;
}
header .menu .child .d-flex a {
  display: block;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 8px;
}
header .menu .child .d-flex a.p-child {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}
header .menu .child .d-flex div {
  width: 30%;
  /* position:relative; */
}
header .menu ul a.parent {
  position: relative;
}
header .menu a.parent:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url("../../../../../../local/templates/lawrussia/images/menu-arrow.svg")
    no-repeat;
  width: 10px;
  height: 5px;
  margin-left: 5px;
}
header .menu a.parent:hover + .child {
  display: block;
}
header .menu .child:hover {
  display: block;
}
header .menu .child:hover .popap-menu {
  /* display:block; */
}
header .menu .c-child:hover + .popap-menu {
  display: block;
}
header .menu .c-child:hover:before,
header .menu .c-child.before:before {
  content: "";
  background: url(../../../../../../local/templates/lawrussia/images/menu-arrow.svg)
    no-repeat;
  width: 8px;
  height: 6px;
  display: block;
  position: absolute;
  transform: rotate(90deg);
  margin-top: 6px;
  margin-left: -14px;
}
header .menu .child .popap-menu:hover {
  display: block;
}
header .menu-icon {
  background: url("../../../../../../local/templates/lawrussia/images/burger_icon.svg")
    no-repeat;
  width: 40px;
  height: 24px;
  display: inline-block;
  vertical-align: sub;
  margin-left: 40px;
  cursor: pointer;
}
header .menu .child .popap-menu {
  display: none;
  position: absolute;
  margin-left: -36%;
  margin-top: -62px;
  z-index: 10;
  padding-right: 40px;
  width: 335px;
}
header .menu .child .popap-menu .popap-menu-gray {
  padding: 5px;
  border-radius: 15px;
  background-color: #f2f2f0;
  box-shadow: 0 0 10px #00000038;
  display: block;
}
header .menu .child .popap-menu .popap-menu-gray span {
  display: block;
  padding: 32px;
  border: 1px solid #000;
  border-radius: 15px;
  height: 100%;
}
header .phone-icon {
  display: none;
}

/* HEADER END */

/* MAIN BANNER */

.main-banner {
  padding: 0 80px;
}
.main-banner .item {
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  /* height:700px; */
  height: 650px;
  border-radius: 15px;
  padding: 85px 92px;
  position: relative;
}
.main-banner .item .see-more {
  position: absolute;
  bottom: 105px;
  left: 92px;
}
.main-banner .item h3 {
  font-size: 64px;
  line-height: 84px;
  font-weight: medium;
}
.main-banner .small {
  font-size: 48px;
  line-height: 50px;
}
.main-banner .owl-nav {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 80px;
  bottom: 44px;
}
.main-banner .next-btn,
.main-banner .prev-btn {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../../../../../../local/templates/lawrussia/images/main-banner-nav.png")
    no-repeat;
}
.main-banner .prev-btn {
  margin-right: 20px;
}
.main-banner .next-btn {
  background-position: -50px 0px;
}

/* MAIN BANNER END */

.icon-star {
  display: block;
  width: 100px;
  height: 100px;
  background: url("../../../../../../local/templates/lawrussia/images/star_icon.svg")
    no-repeat;
  background-size: contain;
}
.icon-handshake {
  display: block;
  width: 100px;
  height: 100px;
  background: url("../../../../../../local/templates/lawrussia/images/hands_icon.svg")
    no-repeat;
  background-size: contain;
}
.head-context {
  padding: 65px 0 0 0;
}
.head-context .container {
  padding-bottom: 85px;
  border-bottom: 2px solid #c4c4c4;
}
.head-context .item span {
  display: block;
  width: 70%;
  margin-left: 32px;
  font-size: 20px;
  line-height: 24px;
}
.head-context .btn-md,
.head-context .btn-md:hover {
  padding: 26px 0;
  width: 98%;
}

/* CONTENT */

.preview-dark .preview-text {
  background-image: url(/about.jpeg);
  border-radius: 15px;
  padding: 40px 60px;
  font-size: 24px;
  line-height: 32px;
  width: 45%;
  box-sizing: content-box;
}
.preview-dark .preview-img {
  overflow: hidden;
  border-radius: 20px;
  width: 55%;
  background-size: cover;
  background-position: center;
}
.preview-dark .preview-text a {
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-right: 30px;
  font-size: 20px;
}
.preview-dark .preview-text a:hover {
  color: #fff;
  border-bottom: none;
}
.preview-dark .preview-text h1,
.preview-dark .preview-text h2 {
  color: #f2f2f0;
  font-size: 38px;
  line-height: 44px;
  margin-bottom: 30px;
}
.preview-dark .preview-text p {
  margin-bottom: 30px;
}
.preview-dark .preview-text {
  color: #d3d3d3;
}

section.aside {
  margin-top: 135px;
}
section.aside > span {
  width: 65%;
  border-radius: 15px;
  border: 2px solid #000;
  padding: 60px;
  font-size: 20px;
  line-height: 24px;
}
section.aside > span.justify-100 {
  width: 100%;
}
section.aside span p {
  margin-bottom: 30px;
}
section.aside span p:last-of-type {
  margin-bottom: 0px;
}
section.aside span h3 {
  font-size: 1.4rem;
}
section.aside h2 {
  width: 35%;
  font-size: 36px;
  line-height: 46px;
  padding-right: 30px;
  position: sticky;
  top: 50px;
}

section.aside span img {
  border-radius: 15px;
}

.articles-vidget {
  padding: 100px 0;
  border-top: 1px solid #c4c4c4;
  margin-top: 135px;
}
.articles-vidget article {
  width: 23%;
}
.articles-vidget h3 {
  font-size: 58px;
  line-height: 68px;
  margin-top: 0;
  margin-bottom: 88px;
}
.articles-vidget .title {
  display: block;
  padding: 15px 32px;
  min-height: 145px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-radius: 15px 15px 0 0;
}
.articles-vidget .title h4,
.articles-vidget .title h4 a {
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  color: #505047;
}
.articles-vidget .img {
  display: block;
  margin-top: 10px;
  border-radius: 15px;
  width: 100%;
  height: 270px;
  background-repeat: no-repeat;
  /* background-size:120%; */
  background-size: cover;
}

.main-reviews h3 {
  font-size: 58px;
  line-height: 68px;
  margin-top: 0;
  margin-bottom: 88px;
}

.feedback-border {
  margin: 160px 0;
}
.feedback-border form {
  flex-wrap: nowrap;
  border: 2px solid #170b06;
  border-radius: 15px;
  padding: 40px 40px 20px 40px;
  font-size: 16px;
  line-height: 20px;
}
.feedback-border form input[type="text"] {
  background: #d9d9d9;
  padding: 19px;
  border-radius: 15px;
  border: none;
  display: inline-block;
  margin-right: 25px;
}
.feedback-border form select {
  background-color: #d9d9d9;
  padding: 20px 40px 20px 20px;
  border-radius: 15px;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  margin-right: 15px;
  background-image: url("../../../../../../local/templates/lawrussia/images/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: center right 15px;
  font-size: 14px;
}
.feedback-border form input[type="checkbox"] {
  display: none;
}
.feedback-border form label {
  font-size: 14px;
  line-height: 18px;
  padding-left: 55px;
  position: relative;
  width: 335px;
  vertical-align: top;
  display: inline-block;
  margin-right: 15px;
}
.feedback-border form input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #000;
  position: absolute;
  left: 0;
  margin-top: 6px;
}
.feedback-border form input[type="checkbox"]:checked + label:before {
  background-image: url("../../../../../../local/templates/lawrussia/images/checkbox-red.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.feedback-border form input[type="submit"] {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 22px;
  padding: 20px 25px;
  border-radius: 50px;
  border: none;
  display: inline-block;
}
#konsult_result {
  display: inline-block;
  /* width: 15%; */
  /* vertical-align: middle; */
  /* margin-left: 75px; */
  width: 17%;
  vertical-align: middle;
  margin-left: 0;
}

.sub-menu {
  margin: 60px 0;
}
.sub-menu h3 {
  margin-bottom: 18px;
}
.sub-menu div {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.sub-menu a {
  padding: 10px 18px 10px 18px;
  /* background: #f9eada; */
  background: #fdb66b;
  color: #fff;
  margin-right: 20px;
  margin-bottom: 15px;
  font-weight: 500;
  border-radius: 20px;
}

.adv-slider {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 135px;
}
.adv-slider .d-flex {
  flex-wrap: wrap;
}
.adv-slider .adv,
.adv-slider .dis {
  width: 30%;
  height: 218px;
  padding: 40px;
  border-radius: 15px;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 50px;
}
.adv-slider .adv {
  border: 2px solid #505047;
}
.adv-img {
  height: 218px;
  width: 220px;
  background-repeat: no-repeat;
}
.adv-slider .dis {
  background: #d9d9d9;
  border: 2px solid #d9d9d9;
}
.adv-icon {
  background: url("../../../../../../local/templates/lawrussia/images/adv-r.svg")
    no-repeat;
}
.dis-icon {
  background: url("../../../../../../local/templates/lawrussia/images/dis-b.svg")
    no-repeat;
}
.dis-icon,
.adv-icon {
  width: 40px;
  height: 40px;
  margin: 0 15px 0 0;
  display: block;
  float: left;
}
.adv-slider .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  border: 1px solid #505047;
  background: transparent;
}
.adv-slider .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}
.adv-slider .owl-dots .owl-dot.active span,
.adv-slider .owl-dots .owl-dot:hover span {
  background: #000;
}

.adv-big {
  margin-top: 105px;
  padding-top: 130px;
  padding-bottom: 130px;
  border-top: 2px solid #c4c4c4;
  border-bottom: 2px solid #c4c4c4;
}
.adv-big .adv-img {
  width: 45%;
  height: 579px;
  margin-right: 50px;
  background-size: contain;
  background-repeat: no-repeat;
}
.adv-big .adv-desrc {
  width: 65%;
  font-size: 18px;
  line-height: 24px;
}
.adv-big .adv-desrc .title {
  border-bottom: 2px solid #c4c4c4;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.adv-big .adv-desrc .title h4 {
  width: 100%;
  margin-right: 25px;
  font-size: 18px;
  line-height: 24px;
}
.adv-big .adv-desrc .title:before {
  content: "";
  background: url("../../../../../../local/templates/lawrussia/images/item-56.svg")
    no-repeat;
  background-size: contain;
  width: 80px;
  height: 75px;
  display: block;
  margin-right: 28px;
}
.adv-big .adv-desrc .title font {
  display: block;
  font-size: 64px;
  font-weight: bold;
  line-height: 78px;
  color: #000;
}

/* CONTENT END */

/* FOOTER */

footer {
  background: #000;
  color: #f2f2f0;
  padding: 80px 0;
  margin-top: 155px;
}
footer .logo-img {
  background: url("/logo-footer.svg")
    no-repeat;
  display: block;
  width: 85px;
  height: 52px;
  margin-right: 18px;
}
footer .logo a {
  display: inline-flex;
  flex-wrap: nowrap;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
footer span:nth-of-type(2) {
  margin-top: 9px;
}
footer .copy {
  color: #b3b3b3;
  font-size: 16px;
  line-height: 22px;
  margin-top: 30px;
}
footer .copy a.white {
  color: #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
}
footer .footer-menu {
  text-align: center;
}
footer .footer-menu a {
  color: #f2f2f0;
  font-size: 18px;
  line-height: 22px;
  margin-right: 30px;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 450;
}
footer .social-links {
  margin-top: 60px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
footer .social-links a {
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
footer .social-links .social-icons {
  display: inline-block;
  width: 30px;
  height: 31px;
  /* background:url('/local/templates/lawrussia/images/social_icons.svg') no-repeat; */
}
/* footer .social-links .social-icons.tg-icon { */
/* background-position: -45px 0px; */
/* } */
/* footer .social-links .social-icons.youtube-icon { */
/* background-position: -90px 0px; */
/* } */
footer .social-links .social-icons.vk-icon {
  background: url("../../../../../../local/templates/lawrussia/images/vk-logo-new.svg")
    no-repeat;
  background-size: contain;
}
footer .social-links .social-icons.zen-icon {
  background: url("../../../../../../local/templates/lawrussia/images/zen.png")
    no-repeat;
  background-size: contain;
}
footer .social-links a:last-of-type {
  margin-right: 0;
}
footer .footer-contacts {
  color: #b3b3b3;
}
footer .footer-contacts a {
  color: #b3b3b3;
  font-weight: 750;
}
footer .footer-contacts p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
}
footer .footer-contacts p.sm {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 6px;
}
.counters {
  display: none;
}
/* FOOTER END */

/* SIDE MENU */

#side-menu {
  position: fixed;
  width: 400px;
  height: 100%;
  top: 0;
  right: -400px;
  background: #000;
  color: #fff;
  z-index: 10;
  padding: 40px;
  font-size: 22px;
  line-height: 24px;
  overflow-y: scroll;
}
#side-menu a {
  color: #fff;
}
#side-menu .close-side-menu {
  position: absolute;
  top: 47px;
  right: 40px;
  width: 18px;
  height: 18px;
  background: url("../../../../../../local/templates/lawrussia/images/close-white.svg")
    no-repeat;
  cursor: pointer;
}
#side-menu input[type="text"] {
  border: 1px solid #fff;
  border-radius: 20px;
  background: transparent;
  font-size: 16px;
  line-height: 26px;
  padding: 3px 10px 4px 10px;
  color: #fff;
}
#side-menu .search input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  background: url("../../../../../../local/templates/lawrussia/images/search-icon.svg")
    no-repeat;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border: none;
}
.over .search input[type="text"] {
  border: 1px solid #fff;
  border-radius: 15px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  padding: 0 16px;
  width: 90%;
  max-width: 220px;
}
.over .search input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  background: url(../../../../../../local/templates/lawrussia/images/search-icon.svg)
    no-repeat;
  width: 23px;
  height: 23px;
  margin-left: 5px;
  border: none;
  background-size: contain;
}
#side-menu .side-menu-list {
  list-style: none;
  padding: 0;
  margin-top: 80px;
  margin-bottom: 80px;
}
#side-menu .side-menu-list > li {
  font-size: 18px;
}
#side-menu .side-menu-list li {
  margin-bottom: 20px;
}
#side-menu .side-menu-list li ul {
  list-style: none;
}
#side-menu .side-menu-list > li > ul {
  display: none;
  list-style: none;
  font-size: 16px;
  margin-top: 10px;
  padding-left: 10px;
}
#side-menu .side-menu-list li ul ul {
  font-size: 14px;
  margin-top: 20px;
  padding-left: 8px;
  margin-bottom: 20px;
}
#side-menu .side-menu-list li ul ul ul {
  display: none;
  margin-top: 20px;
  padding-left: 6px;
  font-size: 12px;
}
#side-menu .side-menu-list li ul ul ul li {
  margin-bottom: 10px;
}
#side-menu .link,
#side-menu .lang {
  text-transform: uppercase;
  display: block;
}

#side-menu .lang {
  /* position:absolute; */
  /* bottom:40px; */
  /* left:40px; */
  display: block;
  margin-top: 40px;
}
#side-menu .lang:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url("../../../../../../local/templates/lawrussia/images/arrow-white.svg")
    no-repeat;
  width: 13px;
  height: 10px;
  margin-left: 5px;
}
#side-menu .services {
  display: none;
}

/* SIDE MENU END */

/* FORM POPAP */

.banner_popap .wrapform {
  padding: 20px;
  line-height: 20px;
  font-size: 16px;
}
.banner_popap .wrapform label {
  display: block;
}
.banner_popap .wrapform input[type="text"],
.banner_popap .wrapform input[type="tel"] {
  padding: 9px 20px 10px 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin: 10px 0 20px 0;
  width: 100%;
}
.banner_popap .wrapform .calltype-block img {
  width: 20px;
  height: auto;
}
.banner_popap .wrapform p {
  margin-bottom: 0;
}
.banner_popap .wrapform label[for="phone"] {
  margin-top: 20px;
}
.banner_popap .wrapform .calltype-block {
  background: #e4e4e4;
  padding: 15px 18px 15px 18px;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.banner_popap .wrapform .calltype-block span:first-of-type {
  margin-top: 10px;
}
.banner_popap .wrapform .calltype-block span {
  display: inline-block;
  margin-bottom: 10px;
  width: 40%;
  margin-bottom: 10px;
}
.banner_popap .wrapform .calltype-block input {
  width: 15px;
  height: 15px;
  vertical-align: middle;
}
.banner_popap .wrapform .accept_1 {
  font-size: 13px;
  background: #e4e4e4;
  padding: 15px 18px 15px 18px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.banner_popap .wrapform .accept_1 input {
  width: 15px;
  height: 15px;
  vertical-align: sub;
  margin-right: 5px;
}
.banner_popap .wrapform input[type="submit"],
.banner_popap .wrapform button {
  background: #e79543;
  border: navajowhite;
  width: 100%;
  border-radius: 10px;
  font-size: 18px;
  padding-top: 14px;
  text-transform: inherit;
  padding-bottom: 14px;
}
.banner_popap .wrapform .success {
  display: none;
  background: #baffcd;
  padding: 15px 18px 15px 18px;
  border-radius: 10px;
}
.banner_popap .wrapform .error {
  border: 1px solid red !important;
}

/* FORM POPAP END*/

/* BANNER POPAP */

a.fancybox-close {
  background: url("../../../../../../local/templates/lawrussia/images/close-red.svg")
    top left no-repeat;
  margin-right: 10px;
  margin-top: 29px;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.banner_popap {
  padding: 20px;
  width: 700px;
}
.banner_popap > div {
  display: inline-block;
  vertical-align: middle;
}
.banner_popap .banner_popap--img {
  width: 30%;
  height: 300px;
  background-repeat: no-repeat;
  background-size: contain;
}
.banner_popap .banner_popap--description {
  width: 65%;
  padding-left: 30px;
}
.banner_popap .banner_popap--description h3 {
  font-size: 24px;
}

#banner_popap_3 .banner_popap--img {
  width: 30%;
  height: 330px;
}
#banner_popap_3 .banner_popap--description {
  width: 65%;
}
#banner_popap_3 {
  width: 800px;
}

.main-banner.page-title {
  margin-bottom: 100px;
  border-bottom: 2px solid #c4c4c4;
  padding-bottom: 105px;
}
.main-banner.page-title .item {
  height: 600px;
  background-image: url(../../../../../../upload/default-pic-service.jpg);
}
.main-banner.page-title .item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.main-banner.page-title .item div:first-child {
  height: 100%;
  width: 70%;
}
.main-banner.page-title .item div:first-child p {
  font-size: 30px;
}
.main-banner.page-title h1,
.main-banner.page-title h2 {
  font-size: 62px;
  margin-bottom: 100px;
box-shadow: inset 0 -1px 0 0 #eaeaea;
    transform: translateZ(0);
    -webkit-backdrop-filter: saturate(180%) blur(5px);
    backdrop-filter: saturate(180%) blur(5px);
    background: rgba(255, 255, 255, .8);
color: #000;
padding: 5%;
}
.main-banner.page-title .breadcrumbs {
  padding: 0;
  position: absolute;
  bottom: 100px;
  width: 65%;
}
.main-banner.page-title .breadcrumbs a {
  color: #fff;
}
.main-banner.page-title .item div:nth-of-type(2) {
  width: 380px;
  padding: 40px;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  height: auto;
  margin-top: -40px;
}
.main-banner.page-title .item div form {
  color: #505047;
  font-family: Avenir Next Cyr;
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
}
.main-banner.page-title input[type="text"],
.main-banner.page-title select {
  display: block;
  padding: 12px 15px 14px 15px;
  border-radius: 10px;
  background: #fff;
  border: none;
  margin-bottom: 20px;
  width: 100%;
}
.main-banner.page-title select {
  background-image: url(../../../../../../local/templates/lawrussia/images/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: center right 15px;
  -webkit-appearance: none;
  appearance: none;
}
.main-banner.page-title form input[type="text"]:first-of-type {
  margin-top: 25px;
}
.main-banner.page-title input[type="checkbox"] {
  display: none;
}
.main-banner.page-title label[for="check"] {
  font-size: 14px;
  line-height: 14px;
  padding-left: 30px;
  position: relative;
}
.main-banner.page-title input[type="submit"] {
  border-radius: 100px;
  background: #000;
  color: #fff;
  border: none;
  padding: 15px 35px;
  line-height: 30px;
  margin-top: 20px;
}
.main-banner.page-title label[for="check"]:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  left: 0;
  box-sizing: border-box;
}
.main-banner.page-title
  input[type="checkbox"]:checked
  + label[for="check"]:before {
  border: 4px solid #fff;
  background: #000;
}
.main-banner.page-title input[type="submit"]:disabled {
  background: #e1cebe;
  color: #000;
  padding: 20px;
  line-height: 6px;
  width: 100%;
  border-radius: 10px;
}

.popular-services {
  margin-bottom: 80px;
}
.popular-services h2,
.certs h2 {
  font-size: 58px;
  margin-top: 80px;
}
.popular-services ul {
  list-style: none;
  padding: 0;
  margin-top: 60px;
}
.popular-services ul li {
  display: block;
  padding: 40px 0 46px 0;
  border-top: 1px solid #000;
  line-height: 36px;
  font-size: 32px;
  margin-bottom: 0;
}
.popular-services ul li:last-child {
  border-bottom: 1px solid #000;
}
.popular-services ul li a {
  color: #505047;
}
.popular-services ul li a font {
  color: #000;
}
.popular-services ul li.small.bd a {
  line-height: 24px;
}

.preview-dark.border .preview-text {
  background: transparent;
  color: #505047;
  border: 1px solid #000;
}

.reflex.border h4 {
  font-size: 40px;
}
.preview-dark .preview-img.video {
  position: relative;
  cursor: pointer;
  display: block;
}
.preview-dark .preview-img.video:after {
  content: "";
  display: block;
  background: url(../../../../../../upload/play-icon.svg) no-repeat;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 44%;
  left: 44%;
}
.preview-dark .preview-img.video:hover:after {
  transform: scale(1.2);
  transition: all 0.3s;
}
.preview-dark .preview-img.video:hover {
  opacity: 0.9;
  transition: all 0.3s;
}

.certs {
  border-top: 1px solid #c4c4c4;
  margin: 120px 0;
}

.review-title {
  font-size: 40px;
}
span.review-title {
  display: flex;
  align-items: center;
  padding-top: 15px;
  line-height: 42px;
  margin-bottom: 25px;
}
span.review-title font {
  font-size: 128px;
  margin-right: 15px;
}

#up {
  position: fixed;
  background: #000;
  bottom: 50px;
  display: block;
  width: 61px;
  height: 61px;
  left: 50px;
  border-radius: 50px;
  padding: 3px 15px;
  color: #fff;
  border: 1px solid #c54051;
  box-sizing: border-box;
  z-index: 10;
}
#up i {
  border: 14px solid transparent;
  border-bottom: 19px solid #fff;
  display: block;
}

.grecaptcha-badge {
  visibility: hidden;
}

.bottom-text-comm {
  margin-top: 160px;
  margin-bottom: -100px;
}

.video {
  margin-top: 120px;
  margin-bottom: -120px;
}
.workhours-mobile {
  display: none;
  position: absolute;
  width: 100%;
  right: 64px;
  top: 10px;
}

section.aside h2.notfix {
  width: 70%;
  margin-bottom: 60px;
  position: static;
  font-size: 48px;
  line-height: 52px;
}
section.aside > span.no-border {
  padding: 0;
  border: none;
}
.flex-2,
.flex-3,
.flex-4 {
  display: flex;
  align-items: start;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}
.flex-2 li span,
.flex-3 li span,
.flex-4 li span {
  display: inline-block;
  width: 70%;
  vertical-align: middle;
}
.flex-2 li {
  border: 1px solid #000;
  border-radius: 15px;
  padding: 30px 35px 35px 35px;
  font-size: 18px;
  font-weight: 450;
  width: 48%;
}
.flex-3 li {
  border: 1px solid #000;
  border-radius: 15px;
  padding: 30px 35px 35px 35px;
  font-size: 18px;
  font-weight: 450;
  width: 31%;
}
.flex-4 li {
  font-size: 22px;
  font-weight: 450;
  width: 22%;
  text-align: center;
  line-height: 26px;
}
.flex-2.no-border li {
  border: none;
  padding: 0;
}
.ico.scale {
  background: url(../../../../../../centr-mediacii-i-dosudebnogo-uregulirovaniya/img/scale.png)
    no-repeat;
  width: 70px;
  height: 70px;
  display: block;
  float: left;
  background-size: contain;
  margin: 0 20px 5px 0;
}
.ico.shield {
  background: url(../../../../../../centr-mediacii-i-dosudebnogo-uregulirovaniya/img/shield.png)
    no-repeat;
  width: 70px;
  height: 70px;
  display: block;
  float: left;
  background-size: contain;
  margin: 0 10px 5px 0;
}
.ico.torgplt {
  background: url(../../../../../../centr-mediacii-i-dosudebnogo-uregulirovaniya/img/mostorgpal.png)
    no-repeat;
  width: 65px;
  height: 82px;
  display: block;
  float: left;
  background-size: contain;
  margin: 8px 20px 5px 0;
}
.flex-4 .ico {
  width: 100px;
  height: 100px;
  display: block;
  background-size: contain;
  margin: 0 auto 30px auto;
}
.ico.handshake {
  background: url(../../../../../../centr-mediacii-i-dosudebnogo-uregulirovaniya/img/ico-handshake.svg)
    no-repeat;
}
.ico.wallet {
  background: url(../../../../../../centr-mediacii-i-dosudebnogo-uregulirovaniya/img/ico-wallet.svg)
    no-repeat;
}
.ico.calendar {
  background: url(../../../../../../centr-mediacii-i-dosudebnogo-uregulirovaniya/img/ico-calendar.svg)
    no-repeat;
}
.ico.videocall {
  background: url(../../../../../../centr-mediacii-i-dosudebnogo-uregulirovaniya/img/ico-videocall.svg)
    no-repeat;
}
.ico.deal-1 {
  background: url(../../../../../../upload/deal-loupe-search.svg) no-repeat;
  width: 60px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  margin: 0 20px 5px 0;
}
.ico.deal-2 {
  background: url(../../../../../../upload/handshake-deal.svg) no-repeat;
  width: 80px;
  height: 80px;
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  margin: 0 10px 5px 0;
}
.ico.deal-3 {
  background: url(../../../../../../upload/coins-deal.svg) no-repeat;
  width: 60px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  margin: 8px 20px 5px 0;
}
.ico.deal-4 {
  background: url(../../../../../../upload/law-building-deal.svg) no-repeat;
  width: 70px;
  height: 70px;
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  margin: 0 20px 5px 0;
}
.ico.deal-5 {
  background: url(../../../../../../upload/money-bag.svg) no-repeat;
  width: 70px;
  height: 70px;
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  margin: 0 20px 5px 0;
}
.ico.deal-5 {
  background: url(../../../../../../upload/money-bag-deal.svg) no-repeat;
  width: 70px;
  height: 70px;
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  margin: 0 20px 5px 0;
}
.counting i {
  background: #000;
  color: #fff;
  font-size: 38px;
  font-style: normal;
  padding: 30px 30px 32px 30px;
  font-weight: bold;
  border-radius: 13px;
  display: inline-block;
  margin-right: 30px;
  vertical-align: top;
}
.counting p {
  margin-bottom: 70px !important;
  display: block;
}
.yell-note {
  background: #ed8011;
  color: #fff;
  padding: 20px 40px;
  border-radius: 15px;
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: start;
  justify-content: space-between;
}
.yell-note span {
  margin-left: 30px;
  font-size: 24px;
  line-height: 36px;
}
.yell-note .ico-deal {
  width: 88px;
  height: 80px;
}
.reflex {
  flex-direction: row-reverse;
}
.reflex h2,
.reflex h3,
.reflex h4 {
  font-size: 48px;
  font-style: normal;
  font-weight: 450;
  line-height: 52px;
}
.reflex .preview-text {
  padding: 70px;
}
.hr {
  background: #c4c4c4;
  height: 2px;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
}
.deal span:first-of-type {
  padding: 52px;
  width: 75%;
  font-size: 22px;
  line-height: 28px;
}
.deal span.deal-linkbutton {
  width: 25%;
  background: #000;
  color: #fff;
  border: none;
  padding: 40px;
}
.ico-deal {
  display: block;
  background: url(../../../../../../upload/shiela-ico.svg) no-repeat;
  background-size: contain;
  width: 64px;
  height: 71px;
}
span.deal-linkbutton a {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  margin-top: 20px;
  display: block;
  line-height: 38px;
}
.feedback_c {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-top: 100px;
}
.feedback_c > div {
  width: 48%;
}
.feedback_c .formtext-c {
  background: url(../../../../../../upload/form-mediation.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  padding: 50px;
  color: #fff;
  padding-right: 17%;
  line-height: 26px;
}
#form-c form input[type="text"] {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  border-radius: 13px;
  border: 1px solid #000;
  padding: 20px;
  background: #f2f2f0;
}
#form-c form textarea {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  border-radius: 13px;
  border: 1px solid #000;
  padding: 20px;
  background: #f2f2f0;
}
#form-c form input[type="checkbox"] {
  display: none;
}
#form-c form input[type="checkbox"]:checked + label:before {
  background-image: url(../../../../../../local/templates/lawrussia/images/checkbox-red.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
#form-c form input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: #000;
  margin-right: 8px;
  margin-top: -3px;
}
.feedback_c .formtext-c h4 {
  font-size: 48px;
  margin-bottom: 20px;
  line-height: 48px;
}
.feedback_c button {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 16px 0;
  display: block;
  width: 202px;
  border: none;
  border-radius: 30px;
  margin-top: 50px;
}
#form-c .accept {
  font-size: 14px;
}

.popular-services ul li .sslider {
  height: 100%;
  width: 100%;
  position: absolute;
  background: #000;
}
.popular-services ul li .sslider .owl-item {
  height: 100%;
  max-width: 100%;
}
.popular-services ul li .sslider .owl-item > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  padding-top: 30px;
  height: 100%;
}
.popular-services .sslider a {
  background: transparent;
  padding: 2px 35px;
  text-transform: inherit;
}
.popular-services .sslider a:hover {
  opacity: 0.8;
}
.popular-services .owl-carousel .owl-stage-outer,
.popular-services .owl-carousel .owl-stage {
  height: 100%;
}
.popular-services .owl-carousel .owl-nav {
  display: none;
}
.popular-services .owl-carousel .owl-dots {
  margin-top: -50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popular-services .owl-carousel .owl-dot {
  background: #fff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  opacity: 0.5;
  margin: 0 5px;
}
.popular-services .owl-carousel .owl-dot.active {
  opacity: 1;
}

/*  @MEDIA */

@media (min-width: 1550px) {
  .banner_popap {
    width: 800px;
  }
  .banner_popap .banner_popap--img {
    height: 343px;
  }
}
@media (min-width: 1300px) {
  header .menu .child .popap-menu {
    margin-left: -37%;
  }
}

@media (max-width: 1750px) {
  .feedback-border form label {
    /* width:325px; */
    width: 430px;
  }
}
@media (max-width: 1730px) {
  .over {
    font-size: 16px;
  }
  .main-banner .item {
    height: 600px;
  }
  #up {
    bottom: 40px;
    left: 40px;
    width: 51px;
    height: 51px;
    padding: 3px 13px;
  }
  #up i {
    border: 12px solid transparent;
    border-bottom: 16px solid #fff;
  }
}
@media (max-width: 1600px) {
  body {
    font-size: 18px;
    line-height: 24px;
  }
  header .row {
    height: 110px;
  }
  header .logo .logo-img {
    width: 66px;
    height: 42px;
    background-size: contain;
  }
  header .logo span:not(.logo-img) {
    margin-top: 0px;
    font-size: 16px;
  }
  .btn-sm,
  .btn-sm:hover {
    padding: 9px 25px;
  }

  .btn-md,
  .btn-md:hover {
    padding: 22px 46px;
  }
  .popular-services ul li {
    height: 300px;
  }
  .main-banner .item h3 {
    font-size: 42px;
    line-height: 66px;
  }
  .main-banner .item {
    height: 500px;
  }
  .icon-star,
  .icon-handshake {
    width: 80px;
    height: 80px;
  }
  .head-context .btn-md,
  .head-context .btn-md:hover {
    width: 93%;
    font-size: 18px;
    padding: 22px 0;
  }
  .head-context .item span {
    font-size: 18px;
    line-height: 23px;
  }
  .head-context .container {
    padding-bottom: 65px;
  }
  .head-context {
    padding: 45px 0 0 0;
  }
  .preview-dark .preview-text h1,
  .preview-dark .preview-text h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .preview-dark .preview-text {
    font-size: 22px;
    line-height: 32px;
  }
  .preview-dark .preview-text a {
    font-size: 18px;
  }
  .popular-services h2,
  .certs h2 {
    font-size: 36px;
  }

  .reflex .preview-text {
    padding: 50px;
  }
  .reflex.border h4 {
    font-size: 30px;
    line-height: 40px;
  }
  .reflex .preview-text {
    padding: 40px 50px;
  }
  .pics-carousel {
    margin: 50px 0;
  }
  .articles-vidget h3 {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 55px;
  }
  .articles-vidget {
    margin-top: 100px;
    padding: 80px 0;
  }
  .articles-vidget .title {
    min-height: 120px;
  }
  .articles-vidget .img {
    height: 245px;
  }
  .main-reviews h3 {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 55px;
  }
  .flex-4 li {
    font-size: 18px;
  }
  .flex-4 .ico {
    margin: 0 auto 20px auto;
  }
  section.aside {
    margin-top: 90px;
  }
  section.aside > span {
    font-size: 18px;
  }
  .feedback-border {
    margin: 80px 0;
  }
  .main-banner.page-title h1,
  .main-banner.page-title h2 {
    font-size: 52px;
  }
  .preview-dark .preview-text p {
    font-size: 18px;
    line-height: 26px;
  }
  section.aside h2.notfix {
    font-size: 34px;
    line-height: 46px;
  }
  .deal span:first-of-type {
    font-size: 20px;
    line-height: 26px;
  }
  span.deal-linkbutton a {
    font-size: 32px;
    line-height: 36px;
    margin-top: 13px;
  }
  .reflex h2,
  .reflex h3,
  .reflex h4 {
    font-size: 40px;
  }
  .paginator a,
  b {
    font-size: 18px;
  }
  span.review-title font {
    font-size: 100px;
  }
  footer {
    padding: 40px 0;
    margin-top: 100px;
  }
}
@media (max-width: 1550px) {
  .main-banner.page-title .item div:first-child {
    width: 60%;
  }
  .main-banner.page-title .breadcrumbs {
    font-size: 14px;
    width: 55%;
  }
  #up {
    bottom: 20px;
    left: 20px;
  }
  .bottom-text-comm {
    margin-top: 130px;
    margin-bottom: 60px;
  }
}

@media (min-width: 1300px) and (max-width: 1367px) {
  .h4,
  h4 {
    font-size: 1.3rem;
  }

  .over {
    font-size: 12px;
    padding: 8px 0;
  }
  header .logo a {
    font-size: 16px;
    line-height: 20px;
  }
  header .menu a {
    font-size: 16px;
  }
  .btn-sm,
  .btn-sm:hover {
    padding: 8px 21px;
  }
  header .logo .logo-img {
    width: 70px;
    height: 43px;
    background-size: contain;
  }
  header .logo span:not(.logo-img) {
    margin-top: 2px;
  }
  header .btn-sm:first-of-type {
    margin-right: 12px;
  }
  header .menu-icon {
    margin-left: 8px;
  }
  header .row {
    height: 110px;
  }
  .head-context .row {
    width: 1200px;
    margin: 0 auto;
  }
  .popular-services ul li.small a {
    line-height: 24px;
    padding: 14px 20px;
  }
  .main-banner {
    padding: 0 40px;
  }
  .main-banner .item {
    padding: 50px 62px;
  }
  .main-banner .item .see-more {
    left: 59px;
  }
  .main-banner .item h3 {
    font-size: 38px;
    line-height: 58px;
  }
  .main-banner .item {
    height: 450px;
  }
  .main-banner.page-title .item {
    height: 500px;
  }
  .main-banner.page-title input[type="submit"] {
    padding: 9px 28px;
  }
  .main-banner.page-title input[type="text"],
  .main-banner.page-title select {
    padding: 7px 15px 10px 15px;
  }
  .main-banner.page-title .item div:nth-of-type(2) {
    margin-top: -30px;
  }
  .main-banner.page-title {
    margin-bottom: 80px;
    padding-bottom: 85px;
  }
  .partners img {
    max-width: 80%;
  }
  .deal span:first-of-type {
    padding: 37px;
  }
  .feedback-border form input[type="text"] {
    padding: 13px 13px 15px 13px;
  }
  .feedback-border form select {
    padding: 13px 40px 14px 13px;
  }
  .feedback-border form input[type="checkbox"] + label:before {
    width: 30px;
    height: 30px;
  }
  .feedback-border form label {
    padding-left: 45px;
  }
  .btn-md,
  .btn-md:hover {
    padding: 18px 40px;
  }
  .btn-red,
  .btn-red:hover {
    font-size: 14px;
  }
  .icon-star,
  .icon-handshake {
    width: 70px;
    height: 70px;
  }
  .head-context .item span {
    font-size: 16px;
    line-height: 20px;
    margin-left: 20px;
  }
  .preview-dark .preview-text h1,
  .preview-dark .preview-text h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .preview-dark .preview-text a {
    font-size: 16px;
    padding: 16px 35px 6px 35px;
  }
  .preview-dark .preview-text {
    width: 53%;
    font-size: 20px;
    line-height: 30px;
    padding: 35px 45px;
  }
  .preview-dark .preview-img {
    width: 40%;
  }
  .popular-services h2,
  .certs h2 {
    font-size: 34px;
    margin-top: 70px;
  }
  .popular-services ul {
    margin-top: 40px;
  }
  .popular-services ul li {
    height: 300px !important;
    width: 32% !important;
  }
  .popular-services {
    margin-bottom: 50px;
  }
  .popular-services ul li a {
    padding: 15px 20px;
    line-height: 30px;
  }
  .icon-handshake {
    background-size: contain;
  }
  .head-context .btn-md,
  .head-context .btn-md:hover {
    padding: 16px 0px;
    width: 94%;
    font-size: 16px;
  }
  .head-context .container {
    padding-bottom: 45px;
  }
  .head-context {
    padding: 15px 0 0 0;
  }
  .feedback-border form input[type="text"] {
    margin-right: 6px;
  }
  .reflex.border h4 {
    font-size: 30px;
  }
  .reflex .preview-text {
    padding: 40px !important;
  }
  .reflex.border h4 {
    margin-bottom: 0;
  }
  .certs {
    margin: 80px 0;
  }
  .pics-carousel ul li.active {
    width: 400px;
  }
  .pics-carousel ul li {
    margin: 0 50px;
  }
  .articles-vidget .title h4,
  .articles-vidget .title h4 a {
    font-size: 18px;
    line-height: 24px;
  }
  .articles-vidget h3 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 35px;
  }
  .main-reviews h3 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 35px;
  }
  .certs + .articles-vidget {
    margin-bottom: -40px;
  }
  .review-slider .item {
    padding: 30px;
  }
  .review-slider .item span {
    height: 165px;
  }
  .main-banner.page-title h1,
  .main-banner.page-title h2 {
    font-size: 46px;
  }
  .flex-4 li {
    font-size: 16px;
    line-height: 22px;
  }
  section.aside > span {
    font-size: 16px;
    padding: 40px;
  }
  section.aside h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .feedback-border form input[type="submit"] {
    font-size: 14px;
    line-height: 10px;
  }
  footer {
    padding: 30px 0;
    margin-top: 80px;
  }
  footer .logo-img {
    width: 65px;
    height: 42px;
    background-size: contain;
  }
  footer span:nth-of-type(2) {
    margin-top: 4px;
    font-size: 14px;
    line-height: 20px;
  }
  footer .copy {
    font-size: 12px;
    line-height: 18px;
  }
  footer .footer-menu a {
    font-size: 14px;
    line-height: 14px;
    margin-right: 20px;
  }
  footer .footer-contacts a {
    font-size: 16px;
  }
  footer .footer-contacts p.sm {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px;
  }
  footer .social-links {
    margin-top: 40px;
  }
  .banner_popap .wrapform .calltype-block span {
    width: 23%;
  }
  .bottom-text-comm {
    margin-bottom: -43px;
  }
}

@media (min-width: 1150px) and (max-width: 1190px) {
  .bottom-text-comm {
    margin-top: 150px;
    margin-bottom: -35px;
  }
}

@media (max-width: 1025px) {
  .banner_popap {
    width: 500px;
  }
  .banner_popap .banner_popap--img {
    height: 210px;
  }
  .banner_popap .banner_popap--description h3 {
    font-size: 14px;
  }
  .banner_popap .banner_popap--description {
    font-size: 12px;
  }
  .feedback-border form input[type="submit"] {
    display: block;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1000px) {
  .feedback-border form label {
    width: 100%;
    margin-top: 20px;
    line-height: 37px;
  }
  .feedback-border form input[type="checkbox"] + label:before {
    margin-top: 0px;
  }
  .over {
    font-size: 14px;
  }
  .main-banner.page-title h1,
  .main-banner.page-title h2 {
    font-size: 42px;
    margin-bottom: 70px;
  }
  .main-banner.page-title .item div:first-child p {
    font-size: 20px;
  }
  .main-banner.page-title .breadcrumbs {
    bottom: 30px;
  }
}
@media (max-width: 767px) {
  .main-banner.page-title .item div:first-child {
    width: 100%;
  }
  .main-banner.page-title h2 {
    font-size: 34px;
  }
  #side-menu .services {
    display: inline;
  }
  .banner_popap > div {
    display: block;
    width: 100% !important;
  }
  .banner_popap .banner_popap--description {
    padding-left: 0;
  }
  .banner_popap {
    width: 100% !important;
  }
  .feedback-border form input[type="text"] {
    width: 100%;
    margin-bottom: 20px;
  }
  #konsult_result {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
    text-align: center;
  }
  .feedback-border form label {
    line-height: 18px;
  }
  .sub-menu {
    /* margin-top: -130px; */
  }
  span.review-title,
  span.review-title font {
    display: block;
  }
  span.review-title font {
    margin-bottom: 30px;
  }
}
/* @media (min-width:1000px) { */
.popular-services ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
}
.popular-services ul li {
  border-top: none;
  width: 30%;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  height: 350px;
  font-size: 18px !important;
  align-items: end;
  display: flex;
  padding: 40px 0 0 0;
  margin-bottom: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.popular-services ul li a {
  color: #fff;
  background: #000;
  display: block;
  padding: 20px;
  width: 100%;
  text-transform: uppercase;
}
.popular-services ul li a:hover {
  background: #000;
}
.popular-services ul li a font {
  color: #fff;
  display: block;
  text-transform: initial;
}
.popular-services ul li:last-child {
  border-bottom: none;
}
.popular-services .serv-1 {
  background-image: url(/5.png);
}
.popular-services .serv-2 {
  background-image: url(/7.png);
}
.popular-services .serv-3 {
  background-image: url(/8.png);
}
.popular-services .serv-4 {
  background-image: url(/9.png);
}
.popular-services .serv-5 {
  background-image: url(/11.png);
}
.popular-services .serv-6 {
  background-image: url(/10.png);
}
.popular-services .serv-7 {
  background-image: url(/13.png);
}
.popular-services .serv-8 {
  background-image: url(/12.png);
}
.popular-services .serv-9 {
  background-image: url(../../../../../../upload/medialibrary/35a/depositphotos_6993333_original-_1_.jpg);
}

/* } */

@media (max-width: 1280px) {
  .h3,
  h3 {
    font-size: 1.4rem;
  }
  .over {
    font-size: 12px;
    padding: 4px 0 6px 0;
  }
  header .logo .logo-img {
    width: 62px;
    height: 38px;
    margin-right: 10px;
  }
  header .logo span:not(.logo-img) {
    margin-top: 5px;
    font-size: 14px;
  }
  .icon-head-tg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: bottom;
  }
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1180px;
  }
  .h2,
  h2 {
    font-size: 1.5rem;
  }
  .h4,
  h4 {
    font-size: 0.9rem;
  }
  body {
    font-size: 14px;
    line-height: 18px;
  }
  .btn-sm,
  .btn-sm:hover {
    padding: 8px 21px;
    font-size: 12px;
  }
  .btn-md,
  .btn-md:hover {
    padding: 13px 25px;
    font-size: 16px;
  }
  header .row {
    height: 100px;
  }

  header .logo a {
    font-size: 14px;
    line-height: 18px;
  }
  header .menu-icon {
    width: 36px;
    height: 20px;
    background-size: contain;
  }
  header .menu {
    padding-right: 30px;
  }
  header .menu a {
    font-size: 12px;
  }
  header .menu .child {
    margin-top: 15px;
    margin-left: -26px;
    width: auto;
  }
  header .menu .child .d-flex {
    padding: 20px;
  }
  header .menu .child .d-flex a.p-child {
    font-size: 12px;
    margin-bottom: 10px;
  }
  header .menu .child .d-flex a {
    display: block;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 7px;
  }
  #side-menu {
    width: 350px;
    font-size: 14px;
    line-height: 18px;
    padding: 30px;
  }
  #side-menu .side-menu-list {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  #side-menu .side-menu-list li {
    margin-bottom: 10px;
    font-size: 14px;
  }
  #side-menu .close-side-menu {
    right: 30px;
    top: 36px;
  }
  .main-banner.page-title {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
  .main-banner {
    padding: 0 60px;
  }
  .main-banner .item {
    height: 400px;
    padding: 45px 50px;
  }
  .main-banner .item h3 {
    font-size: 32px;
    line-height: 46px;
    width: 70%;
  }
  .main-banner .small {
    font-size: 28px;
    line-height: 34px;
  }
  .main-banner .small font {
    font-size: 36px !important;
  }
  .main-banner .item .see-more {
    left: 45px;
  }
  .head-context {
    padding: 15px 0 0 0;
  }
  .head-context .container {
    padding-bottom: 35px;
  }
  .head-context .btn-md,
  .head-context .btn-md:hover {
    padding: 20px 0;
  }
  .head-context .item span {
    margin-left: 15px;
    font-size: 14px;
    line-height: 18px;
  }
  .head-context .btn-md,
  .head-context .btn-md:hover {
    padding: 15px 0;
  }
  .icon-star,
  .icon-handshake {
    background-size: contain;
    width: 60px;
    height: 60px;
  }
  .head-context .btn-md,
  .head-context .btn-md:hover {
    width: 90%;
    font-size: 14px;
  }
  .breadcrumbs {
    padding: 80px 0 60px 0;
  }
  .preview-dark .preview-text h1,
  .preview-dark .preview-text h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .preview-dark .preview-text {
    font-size: 16px;
    line-height: 24px;
    width: 51%;
  }
  .preview-dark .preview-img {
    width: 40%;
  }
  .preview-dark .preview-text {
    padding: 30px 40px;
  }
  .preview-dark .preview-text a {
    font-size: 14px;
  }
  .preview-dark .preview-text p {
    font-size: 16px;
    line-height: 24px;
  }
  .preview-dark .preview-text h1,
  .preview-dark .preview-text h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .popular-services h2,
  .certs h2 {
    font-size: 28px !important;
    margin-top: 70px;
  }
  .popular-services ul {
    margin-top: 40px;
  }
  .popular-services ul li {
    height: 300px;
    font-size: 16px !important;
    width: 32%;
  }
  .popular-services {
    margin-bottom: 40px;
  }
  .reflex.border h4 {
    font-size: 24px;
    line-height: 30px;
  }
  .certs {
    margin: 80px 0;
  }
  .certs h2 {
    margin-top: 50px;
  }
  .pics-carousel ul li.active {
    width: 300px;
  }
  .pics-carousel ul li {
    margin: 0 62px;
  }
  .pics-carousel {
    width: 91%;
    margin: 50px auto;
  }

  section.aside h2 {
    font-size: 24px;
    line-height: 34px;
    padding-right: 20px;
  }
  section.aside span {
    font-size: 14px;
    line-height: 20px;
  }
  .articles-vidget {
    padding: 50px 0;
    margin-top: 80px;
  }
  .articles-vidget h3 {
    font-size: 32px;
    line-height: 40px;
  }
  .articles-vidget .title {
    padding: 0 20px;
    min-height: 100px;
  }
  .articles-vidget .title h4,
  .articles-vidget .title h4 a {
    font-size: 16px;
  }
  .articles-vidget .img {
    height: 200px;
  }
  .main-reviews h3 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  .review-slider .item {
    padding: 25px;
  }
  .review-slider .datetime {
    font-size: 12px;
  }
  .banner_popap {
    padding: 0;
  }
  .banner_popap .wrapform input[type="text"] {
    margin-bottom: 10px;
  }
  .banner_popap .wrapform {
    padding: 0px 10px;
  }
  #konsult_result {
    margin-left: 10px;
  }
  .adv-slider .adv,
  .adv-slider .dis {
    font-size: 16px;
    padding: 30px;
    height: 180px;
  }
  .adv-img {
    height: 180px;
    background-size: contain;
  }
  .adv-big .adv-desrc .title h4 {
    margin-right: 20px;
    font-size: 16px;
    line-height: 22px;
  }
  .adv-big .adv-desrc .title:before {
    width: 65px;
    height: 45px;
    margin-right: 18px;
  }
  .adv-big .adv-desrc .title font {
    font-size: 50px;
    line-height: 68px;
  }
  .adv-big {
    padding-bottom: 0;
  }

  footer {
    margin-top: 100px;
    padding: 25px 0;
  }
  footer .logo-img {
    width: 58px;
    height: 38px;
    background-size: contain;
    margin-right: 10px;
  }
  footer .logo a {
    font-size: 14px;
    line-height: 18px;
  }
  footer span:nth-of-type(2) {
    margin-top: 5px;
    font-size: 12px;
  }
  footer .copy {
    font-size: 10px;
    line-height: 15px;
  }
  footer .footer-menu a {
    font-size: 12px;
    line-height: 16px;
    margin-right: 15px;
  }
  footer .social-links .social-icons {
    width: 25px;
    height: 26px;
  }
  footer .social-links {
    margin-top: 25px;
  }
  footer .footer-contacts a {
    font-size: 12px;
  }
  footer .footer-contacts p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 6px;
  }
  footer .footer-contacts p.sm {
    font-size: 12px;
    line-height: 13px;
  }
  .main-banner.page-title .breadcrumbs {
    width: 90%;
    position: absolute;
    bottom: 35px;
  }
  .review-title {
    font-size: 30px;
  }
  span.review-title {
    line-height: 30px;
  }
  span.review-title font {
    font-size: 76px;
  }
  #up {
    width: 41px;
    height: 41px;
    padding: 3px 9px;
  }
  #up i {
    border: 10px solid transparent;
    border-bottom: 12px solid #fff;
  }
  .workhours-desk {
    margin-right: 34px;
  }
  .main-banner.page-title h1,
  .main-banner.page-title h2 {
    font-size: 40px;
    width: 85%;
  }
  .main-banner.page-title .item {
    height: 400px;
  }
  section.aside span h3 {
    font-size: 1.1rem;
  }
  .main-banner.page-title .item div form {
    font-size: 14px;
    padding: 22px;
  }
  .main-banner.page-title label[for="check"]:before {
    width: 15px;
    height: 15px;
    border-radius: 3px;
  }
  .main-banner.page-title label[for="check"] {
    font-size: 10px;
    line-height: 13px;
    padding-left: 22px;
  }
  .main-banner.page-title input[type="submit"] {
    border-radius: 50px;
    padding: 7px 30px;
    line-height: 23px;
    font-size: 12px;
  }
  .main-banner.page-title input[type="text"],
  .main-banner.page-title select {
    padding: 7px 10px 9px 10px;
    border-radius: 10px;
    margin-bottom: 16px;
    font-size: 13px;
  }
  .main-banner.page-title .item div:nth-of-type(2) {
    padding: 7px;
    margin-top: -20px;
  }
  .feedback-border {
    margin: 100px 0;
  }
  .feedback-border form {
    padding: 30px 30px 20px 30px;
    font-size: 14px;
    line-height: 16px;
  }
  .feedback-border form label {
    width: 300px;
    line-height: 13px;
    font-size: 10px;
    padding-left: 32px;
  }
  .feedback-border form input[type="text"] {
    padding: 13px;
    border-radius: 10px;
    margin-right: 20px;
  }
  .feedback-border form select {
    padding: 14px 40px 13px 20px;
    border-radius: 10px;
    background-size: 10px 7px;
  }
  .feedback-border form input[type="checkbox"] + label:before {
    width: 25px;
    height: 25px;
    margin-top: 2px;
    border-radius: 6px;
  }
  .feedback-border form input[type="submit"] {
    font-size: 14px;
    line-height: 16px;
    padding: 13px 25px;
  }
  .flex-4 .ico {
    width: 80px;
    height: 80px;
    background-size: contain;
  }
  .flex-4 li,
  .flex-3 li {
    font-size: 14px;
    line-height: 18px;
  }
  .flex-3 li {
    padding: 20px 25px 25px 25px;
  }
  section.aside > span {
    padding: 35px;
  }
  .partners img {
    max-width: 65%;
  }
  section.aside h2.notfix {
    font-size: 28px;
    line-height: 37px;
  }
  section.aside {
    margin-top: 70px;
  }
  .ico.shield {
    width: 50px;
    height: 47px;
    margin: 0 5px 5px 0;
  }
  .ico.torgplt {
    width: 42px;
    height: 51px;
    margin: 8px 12px 2px 0;
  }
  .ico.scale {
    margin: 0 10px 5px 0;
    width: 45px;
    height: 47px;
  }
  .hr {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .reflex h2,
  .reflex h3,
  .reflex h4 {
    font-size: 30px;
    line-height: 38px;
  }
  .deal span:first-of-type {
    font-size: 14px;
    line-height: 22px;
    padding: 30px;
  }
  .ico-deal {
    width: 35px;
    height: 41px;
  }
  .deal span.deal-linkbutton {
    padding: 25px;
    width: 33%;
  }
  span.deal-linkbutton a {
    font-size: 24px;
    line-height: 28px;
    margin-top: 19px;
  }
  #form-c form input[type="text"] {
    padding: 13px;
  }
  .feedback_c .formtext-c {
    padding: 25px;
    line-height: 20px;
  }
  .feedback_c .formtext-c h4 {
    font-size: 32px;
    line-height: 40px;
  }
  #form-c form textarea {
    padding: 13px;
  }
  .paginator a,
  b {
    font-size: 14px;
  }
  .banner_popap .wrapform {
    font-size: 14px;
  }
  .banner_popap .wrapform .calltype-block span {
    width: 22%;
  }
  .banner_popap .wrapform input[type="text"],
  .banner_popap .wrapform input[type="tel"] {
    margin: 10px 0 10px 0;
  }
  .bottom-text-comm {
    /* margin-bottom: -60px; */
  }
  .banner_popap .wrapform .calltype-block span {
    width: 30%;
  }
  .popular-services ul li.small a {
    padding: 17px 20px;
    line-height: 22px;
  }
}

@media (max-width: 1200px) {
  .btn-sm,
  .btn-sm:hover {
    padding: 10px 20px;
  }
}

@media (max-width: 1024px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 985px;
  }
  .main-banner.page-title h1,
  .main-banner.page-title h2 {
    font-size: 32px;
  }
  .feedback-border form label {
    margin-top: 3px;
  }
  .feedback-border form input[type="checkbox"] + label:before {
    margin-top: -2px;
  }
  .btn-sm,
  .btn-sm:hover {
    padding: 6px 15px 5px 15px;
    font-size: 12px;
  }
  .btn-md,
  .btn-md:hover {
    font-size: 14px;
  }
  header .menu {
    padding-right: 0;
  }
  header .btn-sm:first-of-type {
    margin-right: 10px;
  }
  .main-banner {
    padding: 0 30px;
  }
  .main-banner .item {
    height: 385px;
    padding: 40px 35px;
  }
  .main-banner .item h3 {
    font-size: 32px;
    line-height: 44px;
    width: 80%;
  }
  .main-banner .item .see-more {
    left: 32px;
    bottom: 85px;
  }
  .head-context {
    padding: 20px 0 0 0;
  }
  .head-context .container {
    padding-bottom: 45px;
  }
  .head-context .item span {
    margin-left: 15px;
    font-size: 14px;
    line-height: 18px;
  }
  .head-context .btn-md,
  .head-context .btn-md:hover {
    width: 100%;
  }
  .icon-star,
  .icon-handshake {
    width: 60px;
    height: 60px;
  }
  .pics-carousel ul li {
    margin: 0 33px;
  }
  .breadcrumbs {
    padding: 60px 0 40px 0;
    font-size: 12px;
  }
  .preview-dark .preview-text {
    font-size: 16px;
    line-height: 24px;
    width: 55%;
  }
  .preview-dark .preview-img {
    width: 45%;
  }
  .preview-dark .preview-text h1,
  .preview-dark .preview-text h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .preview-dark .preview-text a {
    font-size: 14px;
  }
  section.aside h2 {
    font-size: 24px;
    line-height: 32px;
  }
  section.aside span {
    font-size: 14px;
    line-height: 20px;
  }
  .articles-vidget {
    padding: 55px 0;
    margin-top: 75px;
  }
  .articles-vidget h3 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 25px;
  }
  .articles-vidget .title h4,
  .articles-vidget .title h4 a {
    font-size: 14px;
    line-height: 20px;
  }
  .articles-vidget .title {
    padding: 0 18px;
    min-height: 100px;
  }
  .articles-vidget .img {
    height: 180px;
  }

  footer {
    padding: 60px 0;
  }
  footer .copy {
    font-size: 11px;
  }
  footer .footer-menu a {
    line-height: 16px;
    margin-right: 14px;
  }
  footer .footer-contacts p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 6px;
  }
  footer .footer-contacts p.sm {
    font-size: 12px;
    line-height: 14px;
  }

  .popular-services .sslider a {
    line-height: 22px;
    padding: 4px 30px;
  }
}

@media (max-width: 870px) {
  .btn-sm,
  .btn-sm:hover {
    padding: 7px 9px;
    font-size: 10px;
  }
  header .logo .logo-img {
    width: 57px;
    height: 37px;
    margin-right: 10px;
  }
  header .logo a {
    font-size: 12px;
    line-height: 16px;
  }
  header .logo span:not(.logo-img) {
    margin-top: 5px;
  }
  header .menu a {
    font-size: 12px;
  }
  header .menu-icon {
    background-size: contain;
    width: 30px;
    height: 18px;
  }
  .preview-dark .preview-text {
    width: 75%;
  }
  .preview-dark .preview-img {
    width: 25%;
  }
  .articles-vidget .img {
    height: 150px;
  }
  .adv-slider .adv,
  .adv-slider .dis {
    width: 50%;
  }
  .adv-slider .adv {
    margin-bottom: 0;
  }
  footer .logo-img {
    width: 57px;
    height: 37px;
    margin-right: 10px;
  }
  footer .logo a {
    font-size: 12px;
    line-height: 16px;
  }
  footer span:nth-of-type(2) {
    margin-top: 4px;
  }
  footer .copy {
    font-size: 9px;
  }
  footer .footer-menu a {
    line-height: 14px;
    margin-right: 10px;
    font-size: 12px;
  }
  footer .footer-contacts p {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 4px;
  }
  footer .footer-contacts p.sm {
    font-size: 10px;
    line-height: 12px;
  }
  .main-banner.page-title .item {
    display: block;
  }
  .main-banner.page-title .item div:nth-of-type(2) {
    width: 100%;
    padding: 20px;
    margin-top: 0;
  }
  .main-banner.page-title .item {
    height: auto;
  }
  .main-banner.page-title .item div:first-child p {
    margin-bottom: 40px;
  }
  .main-banner.page-title .breadcrumbs {
    bottom: -50px;
    color: #000;
    font-size: 12px;
    line-height: 14px;
  }
  .main-banner.page-title .breadcrumbs a {
    color: #000;
  }
}

@media (max-width: 1100px) {
  .popular-services .sslider a {
    font-size: 14px;
    padding: 4px 25px;
  }
  .popular-services ul li .sslider .owl-item > div {
    padding-top: 20px;
  }
  .popular-services .owl-carousel .owl-dots {
    margin-top: -35px;
  }
}
@media (max-width: 768px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 100%;
    padding: 0 10px;
  }
  header .menu {
    padding-left: 0;
  }
  header .logo .logo-img {
    width: 74px;
    height: 90px;
  }
  header .logo span:not(.logo-img) {
    margin-top: 0px;
  }
  .btn-sm,
  .btn-sm:hover {
    padding: 5px 8px 3px 8px;
  }
  header .btn-sm:first-of-type {
    margin-right: 5px;
  }
  header .menu-icon {
    margin-left: 20px;
  }
  .main-banner {
    padding: 0 10px;
  }
  .btn-md,
  .btn-md:hover {
    padding: 18px 30px;
  }
  .preview-dark.d-flex {
    display: block !important;
  }
  .preview-dark .preview-text {
    width: 100%;
    box-sizing: border-box;
  }
  .preview-dark .preview-img {
    width: 100%;
    height: 300px;
  }
  section.aside span {
    padding: 40px;
  }
  .articles-vidget .d-flex {
    flex-wrap: wrap;
  }
  .articles-vidget article {
    width: 48%;
    margin-bottom: 40px;
  }
  .articles-vidget .title h4,
  .articles-vidget .title h4 a {
    font-size: 18px;
    line-height: 24px;
  }
  .articles-vidget .title {
    min-height: 130px;
  }
  .articles-vidget .img {
    height: 230px;
  }
  .icon-head-tg {
    margin-right: 16px;
  }
}
@media (min-width: 767px) and (max-width: 768px) {
  .head-context .col-4.item {
    margin-left: -40px;
    padding-right: 0;
  }
}
@media (max-width: 765px) {
  table thead {
    display: none;
  }
  table tr {
    display: block;
    margin-bottom: 1rem;
    border-bottom: 2px solid #e8e9eb;
  }
  table td {
    display: block;
    text-align: right;
    width: 100% !important;
  }
  table td:before {
    content: attr(aria-label);
    float: left;
    font-weight: bold;
  }
  .feedback-border form label {
    width: 100%;
  }
  header .row {
    height: 80px;
  }
  header .menu,
  header .btn-sm {
    display: none !important;
  }
  header .logo {
    width: 39% !important;
    /* width: 70% !Important; */
  }
  header .text-end {
    /* width: 30% !Important; */
    width: 60% !important;
  }
  header .menu-icon {
    margin-left: 0;
  }
  header .phone-icon {
    display: inline-block;
    background: url(../../../../../../local/templates/lawrussia/images/phone-ico.svg);
    width: 29px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin: -2px 15px 0 0;
    margin-top: 16px;
  }
  .icon-head-wp {
    display: inline-block !important;
    margin-right: 7px;
    width: 30px;
    height: 30px;
    vertical-align: bottom;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='35px' height='35px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6.014 8.00613C6.12827 7.1024 7.30277 5.87414 8.23488 6.01043L8.23339 6.00894C9.14051 6.18132 9.85859 7.74261 10.2635 8.44465C10.5504 8.95402 10.3641 9.4701 10.0965 9.68787C9.7355 9.97883 9.17099 10.3803 9.28943 10.7834C9.5 11.5 12 14 13.2296 14.7107C13.695 14.9797 14.0325 14.2702 14.3207 13.9067C14.5301 13.6271 15.0466 13.46 15.5548 13.736C16.3138 14.178 17.0288 14.6917 17.69 15.27C18.0202 15.546 18.0977 15.9539 17.8689 16.385C17.4659 17.1443 16.3003 18.1456 15.4542 17.9421C13.9764 17.5868 8 15.27 6.08033 8.55801C5.97237 8.24048 5.99955 8.12044 6.014 8.00613Z' fill='%23000'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 23C10.7764 23 10.0994 22.8687 9 22.5L6.89443 23.5528C5.56462 24.2177 4 23.2507 4 21.7639V19.5C1.84655 17.492 1 15.1767 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23ZM6 18.6303L5.36395 18.0372C3.69087 16.4772 3 14.7331 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C11.0143 21 10.552 20.911 8.63595 20.6038L8.84847 20.3397L6 21.7639V18.6303Z' fill='%23000'/%3e%3c/svg%3e");
  }
  .icon-head-tg {
    display: inline-block !important;
    margin-right: 7px;
    width: 30px;
    height: 30px;
    vertical-align: bottom;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='30' height='31' viewBox='0 0 30 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15 0.971191C23.2843 0.971191 30 7.68792 30 15.9734C30 24.2589 23.2843 30.9757 15 30.9757C6.71573 30.9757 0 24.2589 0 15.9734C0 7.68792 6.71573 0.971191 15 0.971191ZM21.6623 9.97254C21.0908 9.98268 20.2141 10.2837 15.9947 12.0166C14.5169 12.6235 11.5635 13.8797 7.13429 15.7851C6.41506 16.0675 6.0383 16.3438 6.004 16.614C5.93815 17.1326 6.69437 17.2941 7.64586 17.5995C8.4216 17.8485 9.46512 18.1398 10.0076 18.1514C10.4997 18.1618 11.0489 17.9615 11.6553 17.5504C15.7936 14.7921 17.9298 13.3979 18.0639 13.3678C18.1585 13.3466 18.2896 13.32 18.3785 13.3979C18.4673 13.4759 18.4586 13.6236 18.4492 13.6632C18.3739 13.9799 14.4865 17.4713 14.2627 17.7008L14.1555 17.8087C13.3311 18.623 12.4979 19.1547 13.9355 20.0901C15.2335 20.9347 15.9889 21.4735 17.3262 22.339C18.1807 22.8921 18.8507 23.548 19.733 23.4679C20.139 23.431 20.5584 23.054 20.7713 21.9298C21.2747 19.2729 22.264 13.5162 22.4927 11.144C22.5127 10.9362 22.4875 10.6702 22.4673 10.5534C22.447 10.4367 22.4047 10.2703 22.251 10.1472C22.069 10.0013 21.788 9.97055 21.6623 9.97254Z' fill='%23000'/%3e%3c/svg%3e ");
  }
  .over {
    display: none;
  }
  #side-menu {
    width: 100%;
    right: -100%;
    padding: 30px;
  }
  #side-menu .close-side-menu {
    top: 40px;
    right: 30px;
  }
  .main-banner .item {
    height: 394px;
    padding: 26px;
  }
  .main-banner .item h3 {
    font-size: 32px;
    line-height: 36px;
  }
  .main-banner .item .see-more {
    left: 28px;
    bottom: 30px;
  }
  .main-banner .next-btn,
  .main-banner .prev-btn {
    width: 18px;
    height: 18px;
  }
  .main-banner .next-btn {
    background-image: url("../../../../../../local/templates/lawrussia/images/main-banner-navleft_mobile.svg");
  }
  .main-banner .prev-btn {
    background-image: url("../../../../../../local/templates/lawrussia/images/main-banner-navright_mobile.svg");
    margin-right: 50px;
  }
  .main-banner .next-btn {
    background-position: 0;
  }
  .main-banner .owl-nav {
    width: 90px;
    bottom: -20px;
  }
  .head-context {
    padding: 90px 0 0 0;
  }
  .head-context .container {
    padding-bottom: 55px;
  }
  .head-context .item {
    width: 100%;
    margin-bottom: 40px;
    align-items: start !important;
  }
  .head-context .item span {
    margin-left: 20px;
    font-size: 18px;
    line-height: 22px;
    width: 77%;
  }
  .preview-dark .preview-text {
    padding: 30px;
    font-size: 18px;
    line-height: 26px;
  }
  .preview-dark .preview-text h1,
  .preview-dark .preview-text h2 {
    font-size: 30px;
    line-height: 34px;
  }
  .preview-dark .preview-text a {
    font-size: 16px;
    margin-right: 0;
  }
  .preview-dark .preview-text a:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
  }
  .preview-dark .preview-text a:before {
    content: "•";
    margin-right: 5px;
    border-bottom: none;
  }
  .preview-dark .preview-text a:nth-of-type(2):after,
  .preview-dark .preview-text a:nth-of-type(4):after {
    display: none;
  }
  section.aside {
    margin-top: 40px;
    flex-wrap: wrap;
  }
  section.aside:first-of-type {
    margin-top: 80px;
  }
  section.aside h2,
  section.aside span {
    width: 100%;
    position: relative;
    top: inherit;
  }
  section.aside h2 {
    margin-bottom: 40px;
  }
  section.aside span {
    padding: 20px;
    font-size: 16px;
    line-height: 22px;
  }
  .articles-vidget {
    padding: 50px 0;
    margin-top: 50px;
  }
  .articles-vidget h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .articles-vidget article {
    width: 100%;
  }
  .articles-vidget .title {
    min-height: auto;
    padding: 23px 30px 5px 30px;
  }
  .adv-img {
    display: none;
  }
  .adv-big .adv-desrc {
    width: 100%;
  }
  .adv-slider .adv,
  .adv-slider .dis {
    width: 100%;
    height: auto;
  }
  footer {
    padding: 40px 0;
  }
  footer .row > div {
    width: 100% !important;
  }
  footer .logo {
    text-align: center;
  }
  footer .logo-img {
    width: 84px;
    height: 52px;
  }
  footer .logo a {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }
  footer span:nth-of-type(2) {
    margin-top: 10px;
  }
  footer .copy {
    font-size: 14px;
    text-align: center;
  }
  footer .footer-menu,
  footer .footer-contacts {
    display: none;
  }
  .workhours-mobile {
    display: block;
  }

  .popular-services .sslider a {
    font-size: 16px;
    padding: 6px 25px;
  }
}
/* @MEDIA BASIC END */

@media (min-width: 1281px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1280px !important;
  }
}

@media (min-width: 1460px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1460px !important;
  }
}

/*------COOKIE------*/
#cookie_notification {
  display: none;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 30px;
  left: 50%;
  width: 900px;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 15px 20px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
  z-index: 10;
}
.cookie_accept {
  background: #000;
  color: #fff;
  border: none;
  padding: 5px 10px 5px 10px;
  border-radius: 3px;
}

#cookie_notification p {
  margin: 0;
  font-size: 12px;
  text-align: left;
  color: #353535;
}

@media (min-width: 576px) {
  #cookie_notification.showw {
    display: flex;
  }
  .cookie_accept {
    margin: 0 0 0 25px;
  }
}

@media (max-width: 575px) {
  #cookie_notification.showw {
    display: block;
    text-align: left;
  }
  .cookie_accept {
    margin: 10px 0 0 0;
  }
}

@media (min-width: 1920px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1560px !important;
  }
  .feedback-border form label {
    width: 490px;
  }
}

@media (max-width: 1025px) {
  .deal span:first-of-type {
    width: 66%;
    padding: 15px;
  }
  .deal span.deal-linkbutton {
    width: 35%;
  }
  section.aside h2.notfix {
    width: 90%;
  }
}
@media (max-width: 750px) {
  .deal span:first-of-type,
  .deal span.deal-linkbutton,
  section.aside h2.notfix {
    width: 100%;
  }
  .flex-3 {
    display: block;
  }
  .flex-3 li {
    width: 100%;
  }
  .flex-4 {
    flex-wrap: wrap;
  }
  .flex-4 li {
    width: 48%;
    margin-bottom: 40px;
  }
  .feedback_c .formtext-c {
    line-height: 18px;
    padding: 40px;
    padding-right: 40px;
  }
  .feedback_c .formtext-c h4 {
    font-size: 42px;
    line-height: 36px;
  }
  #form-c .accept {
    width: 200%;
  }
}
@media (max-width: 500px) {
  section.aside h2.notfix {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 40px;
  }
  .reflex .preview-text {
    padding: 40px;
  }
  .reflex h2,
  .reflex h3,
  .reflex h4 {
    font-size: 30px;
    line-height: 32px;
  }
  .deal span:first-of-type {
    padding: 40px;
  }
  .feedback_c > div {
    width: 100%;
  }
  .feedback_c {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .feedback_c .formtext-c {
    margin-bottom: 40px;
  }
  #form-c .accept {
    width: 100%;
  }
}

/* End */
/* /local/templates/lawrussia/jquery.fancybox.css */
/* /local/templates/lawrussia/js/owl/owl.carousel.min.css */
/* /local/templates/lawrussia/js/owl/owl.theme.default.min.css */
/* /local/templates/lawrussia/components/bitrix/breadcrumb/.default/style.css */
/* /local/templates/lawrussia/components/bitrix/system.pagenavigation/.default/style.css */
/* /local/templates/lawrussia/components/bitrix/news.list/footer_icons/style.css */
/* /local/templates/lawrussia/template_styles.css */
