@charset "UTF-8";
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto.woff2") format("woff2"), url("../fonts/Roboto.woff") format("woff");
}

body {
  background: #ecf0f1;
  text-decoration: none;
  width: 100%;
  height: 100%;
}

body,
form,
div,
p,
a,
img,
h1,
h2,
h3,
h4,
h5,
h6,
table,
table tr,
table td {
  border: none;
  color: #000000;
  font-family: 'Roboto';
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

input,
textarea,
select {
  outline: none;
  font-family: 'Roboto';
  font-size: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

li {
  padding: 0;
  margin: 0;
}

a {
  color: #222f3e;
  text-decoration: underline;
  outline: none;
}

a:hover {
  text-decoration: none;
}

article p {
  margin: 6px 0;
  font-size: 15px;
}

article ul {
  margin: 0;
}

article li,
article a,
article span {
  font-size: 15px;
}

article h3 {
  font-size: 15px;
  font-weight: 600;
}

h1 {
  color: #000000;
  font-size: 22px;
  font-weight: bold;
  padding: 20px 0 5px 0;
}

h2 {
  font-size: 18px;
  padding: 20px 0 5px 0;
  color: #222f3e;
  font-weight: 600;
}

.layout {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.wrapper {
  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;
  -ms-flex-line-pack: center;
      align-content: center;
}

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

.wrapper--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header {
  background: #222f3e;
}

.menu {
  position: relative;
  width: 100%;
  bottom: 0;
  padding: 0;
}

.menu__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.menu__list-submenu {
  visibility: hidden;
  opacity: 0;
  list-style: none;
  position: absolute;
  z-index: 10;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 320px;
  top: 40px;
  left: 0;
  display: none;
  background: #222f3e;
}

.menu__item:hover > .menu__list-submenu,
.menu__item:focus-within > .menu__list-submenu, .menu__list-submenu:hover, .menu__list-submenu:focus {
  visibility: visible;
  opacity: 1;
  display: block;
}

.menu__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.menu__item--submenu {
  padding: 2px;
}

.menu__item--active, .menu__item:hover {
  background: #a92c11;
}

.menu__link {
  font-size: 22px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  width: 170px;
  cursor: pointer;
}

.menu__link--submenu {
  display: inline-block;
  width: 100%;
  line-height: 14px;
}

.submenu-name {
  font-size: 14px;
}

.main {
  background-color: #222f3e;
  padding: 8px 0 10px 0;
  background-image: url(../images/femida.svg);
  background-position: center 0;
  background-size: 150px;
  background-repeat: no-repeat;
  height: 100%;
}

.title {
  display: inline-block;
  color: #ffffff;
  padding: 10px;
  border: 1px solid #ffffff;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  text-align: center;
}

.title--min {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 28px;
  letter-spacing: 8px;
  padding: 0;
}

.region-block {
  margin: 0 auto;
  padding: 15px 0 0 0;
}

.region-block__title {
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 10px;
  font-weight: bold;
}

.region-block__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  text-align: center;
  max-width: 250px;
  height: 140px;
  margin: 0 10px 5px 10px;
  width: 100%;
  color: #ffffff;
  background: #222f3e;
  border: 2px solid #ffffff;
  padding: 8px 5px 16px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background-image: url(../images/libr-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.region-block__item:hover {
  border-color: #a92c11;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.region-block__item:hover .region-block__name {
  background-color: #a92c11;
  font-weight: bold;
}

.region-block__name {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 4px;
}

.region-block__adress {
  font-size: 13.5px;
  color: #ffffff;
  padding-bottom: 2px;
}

.region-block__notarius {
  font-size: 14px;
  color: #ffffff;
  padding-bottom: 2px;
}

.region-block__tel {
  font-size: 14px;
  color: #ffffff;
}

.region-slider {
  margin: 0 40px;
}

.breadcrumbs {
  margin: 5px 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
}

.breadcrumbs__item {
  padding: 0 20px 0 0;
}

.breadcrumbs__item--current {
  font-weight: bold;
  background: none;
}

.breadcrumbs__link {
  position: relative;
  display: block;
  background: #222f3e;
  padding: 5px 15px;
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
}

.breadcrumbs__link:hover {
  background: #a92c11;
}

.breadcrumbs__link:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -12px;
  border-width: 12px 0 12px 12px;
  border-style: solid;
  border-color: #222f3e #222f3e #222f3e transparent;
  left: -12px;
}

.breadcrumbs__link:hover:before {
  border-color: #a92c11 #a92c11 #a92c11 transparent;
}

.breadcrumbs__link:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -12px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #222f3e;
  right: -12px;
}

.breadcrumbs__link:hover:after {
  border-left-color: #a92c11;
}

.breadcrumbs__txt {
  font-size: 12px;
  white-space: nowrap;
}

.breadcrumbs__item:first-child .breadcrumbs__link:before {
  content: none;
}

.info-block {
  padding: 8px 0 5px 0;
}

.info-block__title {
  font-size: 18px;
  padding: 0 8px 8px 0;
}

.info-block__img {
  display: block;
  padding-right: 20px;
}

.info-block__txt {
  font-size: 14px;
  padding: 0 8px 8px 0;
  text-align: justify;
}

.info-block__link {
  text-decoration: underline;
  font-size: 14px;
  color: #222f3e;
}

.notarius-block {
  background: #222f3e;
  padding: 20px 0;
}

.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 40px;
}

.slider__item {
  margin: 0 15px 15px 0;
  width: 200px;
  height: 200px;
  position: relative;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  cursor: pointer;
}

.slider__item:hover .notarius {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-box-shadow: 0 2px 8px 0 rgba(68, 94, 124, 0.322);
          box-shadow: 0 2px 8px 0 rgba(68, 94, 124, 0.322);
}

.slider__item:hover .unface {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.slider__item:hover .face {
  opacity: 0;
}

.slider__item:hover .face__name {
  display: none;
}

.notarius {
  position: relative;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  text-decoration: none;
}

.face {
  position: relative;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.face__name {
  position: absolute;
  bottom: 3px;
  left: 5px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding: 5px;
  color: #ffffff;
  background: rgba(34, 47, 62, 0.8);
}

.unface {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  background-image: url(../images/libr-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  display: none;
}

.unface__title {
  display: block;
  color: #ffffff;
  font-size: 10px;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.unface__name {
  display: block;
  color: #ffffff;
  font-size: 13px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-weight: bold;
}

.unface__adress {
  display: block;
  color: #ffffff;
  padding-bottom: 5px;
}

.unface__phone {
  display: block;
  color: #ffffff;
  font-weight: bold;
}

.category {
  max-width: 100%;
  border: 1px solid #222f3e;
  padding: 0 10px 10px 10px;
  margin: 10px 0;
}

.category__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

.category__img {
  width: 80px;
}

.category__name {
  font-size: 20px;
  text-transform: uppercase;
}

.category__description p {
  margin-bottom: 8px;
}

.btn {
  display: inline-block;
  margin: 10px 0;
  padding: 8px 16px;
  border: 1px solid #222f3e;
  background: #222f3e;
  text-decoration: none;
  color: #ffffff;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
}

.btn:hover {
  background: #a92c11;
}

.text {
  margin-bottom: 8px;
}

.seo-block {
  padding: 20px 0;
}

.seo-block__title {
  color: #000000;
  font-size: 22px;
  font-weight: bold;
}

.seo-block__subtitle {
  color: #000000;
  font-size: 22px;
  font-weight: bold;
}

.seo-block h1 {
  text-align: left;
}

.seo-block h2 {
  text-align: left;
  color: #000000;
  font-size: 22px;
  font-weight: bold;
}

.seo-block p {
  color: #000000;
  font-size: 14px;
  text-align: justify;
  padding-bottom: 8px;
  line-height: 20px;
}

.seo-block__txt {
  color: #000000;
  font-size: 14px;
  text-align: justify;
  padding-bottom: 8px;
  line-height: 20px;
}

.seo-block__txt--ps {
  text-align: center;
  padding: 10px 0;
}

.services-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.services-container__title {
  text-align: center;
  font-size: 24px;
  margin: 32px 0px;
  color: #222;
}

.services-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.services-block__wrapper {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.services-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1px;
  background: transparent;
  border: 2px solid #222f3e;
  width: 100%;
  height: auto;
  margin: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.services-block__title {
  font-size: 21px;
  color: #000000;
  margin: 9px 0;
  text-align: center;
  font-weight: bold;
}

.services-block__inner {
  padding: 5px 5px 5px 0;
  margin: 1px;
  background: #fff;
  border: 1px solid #222f3e;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.services-block__inner-title, .services-block__inner-title-link {
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  margin: 6px 0 11px 0;
  padding-right: 5px;
}

.services-block__inner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  list-style-type: none;
  padding: 0 5px 0 0;
  margin: 0;
}

.services-block__inner-list li {
  width: 100%;
  padding-left: 5px;
  margin-bottom: 11px;
}

.footer {
  background: #222f3e;
  padding: 40px 0 10px 0;
}

.footer-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  height: 100%;
}

.footer-categories--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
}

.footer-category {
  display: inline-block;
  max-width: 380px;
  max-height: 600px;
  height: 100%;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.footer-category__title {
  font-size: 14px;
  line-height: 14px;
  margin: 3px 3px 7px 3px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}

.footer-category__subtitle {
  font-size: 12px;
  line-height: 14px;
  margin: 12px 3px 3px 3px;
  color: #ffffff;
  text-transform: uppercase;
}

.footer-category__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-category__item {
  display: inline-block;
}

.footer-category__item--mb {
  margin-bottom: 5px;
}

.footer-category__link {
  color: #ffffff;
  text-decoration: none;
}

.footer-category__link:hover {
  color: #a92c11;
}

.footer-category--sta {
  height: 430px;
}

.footer-category--str {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 430px;
}

.copyright {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url(../images/femida.svg);
  background-position: bottom 5px right 5px;
  background-size: 30px;
  background-repeat: no-repeat;
}

.copyright__txt {
  color: #ffffff;
}

.slick-dots li.slick-active button:before {
  color: #ffffff;
}

.slick-dots li button:before {
  color: #ffffff;
}

.btn--ankor {
  position: relative;
  display: block;
  font-size: 0;
  color: transparent;
  height: 30px;
  width: 130px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.btn--ankor:before {
  content: 'Перейти в раздел';
  font-size: 10px;
  color: #ffffff;
  position: absolute;
  z-index: 20;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 16px;
}

.hide {
  display: none;
}

.btn-more {
  width: 90%;
  opacity: 0.9;
  display: inline-block;
  text-align: right;
  margin-bottom: 10px;
  cursor: pointer;
  text-decoration: none;
}

.btn-more:hover {
  color: #a92c11;
}

.slick-dotted.slick-slider {
  margin-bottom: 25px;
}

.scrollup {
  width: 40px;
  height: 40px;
  opacity: 0.3;
  position: fixed;
  z-index: 10;
  bottom: 50px;
  right: 4%;
  display: none;
  background-image: url(../images/up-arrow-red.svg);
  -webkit-box-shadow: 0 2px 8px 0 rgba(75, 75, 75, 0.7);
          box-shadow: 0 2px 8px 0 rgba(75, 75, 75, 0.7);
}

.scrollup:hover {
  opacity: 0.8;
}

.slick-arrow {
  position: absolute;
  width: 40px;
  height: 120px;
  display: block;
  z-index: 10;
  border: none;
  outline: none;
  font-size: 0;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0.8;
}

.slick-prev {
  position: absolute;
  background: url(../images/left.svg) no-repeat 0 50%;
  background-size: 80%;
  left: -44px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slick-prev:before {
  content: '';
}

.slick-next {
  position: absolute;
  background: url(../images/right.svg) no-repeat 0 50%;
  right: -49px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: 80%;
}

.slick-next:before {
  content: '';
}

.slick-prev:hover,
.slick-prev:focus {
  background: url(../images/left-hov.svg) no-repeat 0 50%;
  background-size: 80%;
  opacity: 1;
}

.slick-next:hover,
.slick-next:focus {
  background: url(../images/right-hov.svg) no-repeat 0 50%;
  background-size: 80%;
  opacity: 1;
}

.effect {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 6;
  -webkit-box-shadow: 0px 4px 8px 0 #222f3e;
          box-shadow: 0px 4px 8px 0 #222f3e;
}

.effect:hover {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.effect:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 60px;
  content: '';
  width: 12px;
  height: 300px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
  position: absolute;
  z-index: 6;
  left: -180px;
  top: -100px;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-animation-name: slideme;
          animation-name: slideme;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.wrapper-2col-out {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrapper-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  max-width: 50%;
  min-width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrapper-1col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: calc(100% - 2px);
  min-width: calc(100% - 2px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrapper-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  max-width: calc(50% - 2px);
  min-width: calc(50% - 2px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrapper-3col {
  width: 33.333%;
  height: auto;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrapper-4col {
  width: 25%;
  height: auto;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.social-like-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 10px 0 10px;
  margin: 5px auto;
  background: #222f3e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.social-like-block__txt {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  margin: 2px 10px 2px 0;
}

.social-like-block__btn {
  margin: 2px 10px;
  width: 90px;
}

.social-like-container {
  display: flex;
}

dd {
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
}

.tab-content {
  width: 100%;
}

.content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content__title {
  font-size: 25px;
  color: #222222;
  text-align: center;
  padding: 10px;
}

.content__subtitle {
  padding-top: 0;
}

.content__img {
  width: 100%;
  max-width: 29%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 25px;
  margin-bottom: 5px;
  border: 1px solid gray;
}

.content__text {
  margin: 10px 0;
}

.consults-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  background: #222f3e;
  padding: 4px 0;
  margin: 5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.consults-block__txt {
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  margin: 8px 11px;
  text-align: center;
  opacity: 0.9;
}

.consults-block__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  max-width: 180px;
  padding: 2px 8px 2px 8px;
  margin: 1px;
  line-height: 16px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0px 1px 4px 0 #ffffff;
          box-shadow: 0px 1px 4px 0 #ffffff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 0.8;
  box-sizing: border-box;
  text-decoration: none;
}

.consults-block__btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.consults-block__btn:hover .consults-block__btn-img {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  fill: #a92c11;
  opacity: 1;
}

.consults-block__btn-img {
  width: 20px;
  fill: #ffffff;
}

.ask-block__title {
  font-size: 28px;
  text-align: center;
}

.ask-block__form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 20px auto 30px auto;
  width: 100%;
  max-width: 620px;
  background-image: url(../images/notarius-bg.svg);
  background-position: 30% 25px;
  background-repeat: no-repeat;
  background-size: 60%;
  box-sizing: content-box;
  border: 1px solid transparent;
}

.ask-block__form:before {
  content: '* - обязательные к заполнению поля';
  position: absolute;
  bottom: 49px;
  right: 0;
  opacity: 0.7;
  color: #222f3e;
}

.ask-block__form p {
  position: relative;
  width: 100%;
  height: auto;
  text-align: right;
  margin: 5px 0;
  font-size: 14px;
}

.ask-block__form textarea {
  resize: vertical;
  width: 70%;
  padding-left: 10px;
  border: 1px solid rgba(34, 47, 62, 0.55);
  opacity: 0.85;
  padding-top: 5px;
}

.ask-block__form select,
.ask-block__form input {
  width: 70%;
  padding-left: 10px;
  height: 24px;
  border: 1px solid rgba(34, 47, 62, 0.55);
  opacity: 0.85;
}

.ask-block__form select:focus,
.ask-block__form input:focus,
.ask-block__form textarea:focus {
  border-color: #222f3e;
  opacity: 1;
}

.ask-block__form label {
  font-size: 14px;
  line-height: 24px;
  vertical-align: top;
}

.ask-block__form-btn {
  margin: 15px 0 15px auto;
  padding: 8px 16px;
  border: 1px solid transparent;
  background: #222f3e;
  text-decoration: none;
  color: #ffffff;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  -webkit-box-shadow: 1px 2px 4px #222f3e;
          box-shadow: 1px 2px 4px #222f3e;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.ask-block__form-btn:hover {
  background: #a92c11;
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ask-block__form-btn:disabled {
  background: #4444;
}

.ask-block__form-btn:disabled:hover {
  background: #4444;
}

.helptext {
  display: block;
  padding-top: 2px;
  font-size: 12px;
  color: #222f3e;
  opacity: 0.8;
}

.form-check {
  width: 30px !important;
  height: 18px !important;
}

.opd-info {
  color: #222f3e;
  cursor: pointer;
  padding: 1px;
  border-bottom: 1px dotted #222f3e;
}

.opd-info:hover {
  border-color: transparent;
}

.opd-text {
  position: relative;
  position: fixed;
  z-index: 25;
  display: none;
  -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;
  top: 40%;
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: 420px;
  max-height: 250px;
  padding: 20px;
  overflow-y: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  background: rgba(251, 197, 49, 0.95);
  -webkit-box-shadow: 1px 2px 4px #222f3e;
          box-shadow: 1px 2px 4px #222f3e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.opd-text__btn {
  display: inline-block;
  padding: 4px 30px;
  margin: 10px 10px 0 auto;
  border: 1px solid transparent;
  color: #ffffff;
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
  background: #222f3e;
  cursor: pointer;
  -webkit-box-shadow: 1px 2px 4px #222f3e;
          box-shadow: 1px 2px 4px #222f3e;
}

.opd-text__btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  color: #222f3e;
  border-color: #222f3e;
}

.opd-text--open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.notary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.notary-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 50%;
  width: 100%;
}

.notary__label {
  padding: 0;
  font-size: 28px;
  color: #c7c8cb;
  margin: 14px 10px 2px 10px;
  font-weight: bold;
}

.notary__name {
  font-size: 28px;
  margin: 8px 10px 2px 10px;
  text-transform: capitalize;
  font-weight: bold;
  color: #ffffff;
  padding: 0;
}

.notary__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 8px;
}

.notary__tel, .notary__address {
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  padding-right: 5px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.notary__tel {
  padding-top: 5px;
}

.notary__address {
  padding-top: 7px;
}

.notary__tel:hover {
  color: #a92c11;
}

.notary-block__title {
  margin: auto;
  line-height: 35px;
  font-size: 26px;
  font-weight: bold;
  text-transform: none;
  color: black;
  text-align: center;
  padding: 2px 0 8px 0;
}

.work-schedule img {
  max-width: 45%;
  margin: 10px 25px 10px 0;
  border: 1px solid gray;
}

.notary-block__certificate {
  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;
  padding: 4px 10px 4px 10px;
  background: #fbc531;
  color: #222f3e;
  font-weight: bold;
  font-size: 14px;
}

img.notary-block__img {
  margin: 5px 30px 2px 1px;
  padding: 5px;
}

.notary-block__certificate svg {
  margin-right: 15px;
}

.notary-block__address-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.notary-block__address {
  max-width: 50%;
  margin: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.notary-block__address img {
  width: 100%;
}

.notary-block__map {
  margin-bottom: 5px;
}

#g-search {
  margin: 5px 10px 0 auto;
  width: 100%;
  max-width: 350px;
}

.gsc-control-cse {
  padding: 0 !important;
  border: 0 !important;
  background-color: transparent !important;
}

.gsc-input-box {
  height: 22px !important;
}

.gsc-input {
  line-height: 22px;
}

.gsc-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.gsc-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.gsc-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.gsc-input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.gsc-search-button-v2 {
  cursor: pointer;
  border-color: #ffffff !important;
}

.gsc-search-button-v2:hover svg {
  fill: #222f3e !important;
}

.contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #222f3e;
}

.contact-info__tel-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 50%;
  list-style-type: none;
  padding: 0;
  margin: 0;
  outline: none;
}

.contact-info__tel-item {
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  padding-top: 2px;
}

.contact-info__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.contact-info__tel-icon, .contact-info__post-icon {
  padding-right: 5px;
}

.contact-info__email-icon {
  position: relative;
}

.contact-info__email-icon:before {
  content: '@';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  font-size: 11px;
  color: #fff;
  width: 20px;
  height: 14px;
  border: 1px solid #fff;
}

.contact-info__tel-link, .contact-info__email-link {
  font-size: 15px;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.contact-info__tel-link:hover, .contact-info__email-link:hover {
  color: #a92c11;
}

.contact-info__email-link {
  padding-left: 28px;
}

.contact-info__post, .contact-info__email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 15px;
  color: #ffffff;
}

.contact-info__post a {
  font-size: 15px;
  color: #ffffff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.contact-info__post a:hover {
  color: #a92c11;
}

.consult-container__title {
  margin: 10px auto 7px;
  padding: 0 15px;
  font-size: 28px;
  color: #222f3e;
  text-align: center;
}

.consult-container__asked {
  text-align: center;
  margin: 0 auto;
}

.consult-container__button {
  display: block;
  margin: 20px auto;
  width: 250px;
  color: #ffffff;
  background: #a92c11;
  font-size: 19px;
  font-weight: bold;
  font-style: normal;
  line-height: 41px;
  border: 2px solid #222f3e;
  text-decoration: none;
  text-align: center;
}

.consult-container__button:hover {
  background: #222f3e;
}

.consult-content {
  margin: 0 auto;
}

.consult-content__item-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 0;
}

.consult-nav {
  margin: 15px auto;
}

.consult-nav-heading {
  font-size: 18px;
  font-weight: bold;
}

.consult-nav__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.consult-nav__item {
  display: block;
  margin-left: 5px;
  margin-bottom: 15px;
}

.consult-nav__link {
  padding: 6px 10px;
  background: #222f3e;
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  -webkit-box-shadow: 1px 3px 6px 0 #222f3e;
          box-shadow: 1px 3px 6px 0 #222f3e;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  text-decoration: none;
  border: 1px solid transparent;
}

.consult-nav__link:hover {
  background: #a92c11;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.consult-nav__link:focus {
  border-color: #a92c11;
}

.last-consults {
  position: relative;
  z-index: 2;
}

.last-consults__label {
  position: relative;
  z-index: 2;
  margin: 15px 0;
  font-size: 18px;
  font-weight: bold;
}

.last-consults__box {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  padding: 5px 10% 15px 10%;
  border: 1px solid #222f3e;
  margin-bottom: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.7);
}

.last-consults__box:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15%;
  height: 180px;
  width: 180px;
  background-image: url(../images/notarius.svg);
  background-repeat: no-repeat;
  opacity: 0.055;
}

.last-consults__box-title {
  position: relative;
  z-index: 2;
  font-size: 17px;
  font-weight: bold;
  padding: 10px 0;
  margin: 0 0 4px 0;
  color: #222f3e;
  text-transform: none;
}

.last-consults__box-content {
  position: relative;
  z-index: 2;
  margin-bottom: 8px;
}

.last-consults__box-content p {
  margin-bottom: 4px;
}

.last-consults__box-label {
  float: left;
  padding-right: 2px;
}

.last-consults__box-links {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.last-consults__box-tag {
  position: relative;
  padding: 5px 8px;
  margin: 0 5px 5px 0;
  border: 1px solid transparent;
  background: rgba(34, 47, 62, 0.1);
  border-radius: 4px;
  font-size: 12px;
  color: #222f3e;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.last-consults__box-tag:hover {
  -webkit-box-shadow: inset 1px 1px 2px #222f3e;
          box-shadow: inset 1px 1px 2px #222f3e;
}

.last-consults__box-tag:focus {
  border-color: #a92c11;
}

.last-consults__box-btn {
  position: relative;
  z-index: 3;
  padding: 6px 10px;
  margin: 0 0 5px 5px;
  background: #222f3e;
  color: #ffffff;
  white-space: nowrap;
  -webkit-box-shadow: 1px 3px 6px 0 #222f3e;
          box-shadow: 1px 3px 6px 0 #222f3e;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  text-decoration: none;
  border: 1px solid transparent;
}

.last-consults__box-btn:hover {
  background: #a92c11;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
}

.last-consults__box-btn:focus {
  border-color: #a92c11;
}

.last-consults__pagination {
  margin: 15px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.simple-pagination li {
  padding: 5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.light-theme .current {
  background: #222f3e;
  border-color: #222f3e;
}

.disabled {
  opacity: 0.3;
}

.light-theme span,
.light-theme a {
  border-radius: 0;
}

.answer-box {
  padding: 0 10px 5px 0;
}

.answer-box__label {
  font-size: 14px;
  float: left;
  padding-right: 2px;
}

.answer-box p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
  text-align: justify;
}

.answer-box a {
  font-size: 14px;
}

.answer-box__author-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 4px 8px 4px 0;
  color: #222f3e;
  font-weight: bold;
}

.notary-kh {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.notary-kh__link {
  position: relative;
  display: inline-block;
  margin: 4px 4px 4px 0;
  color: #222f3e;
  font-size: 12px !important;
  font-weight: bold;
}

.notary-kh__link:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  left: -25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/notarius.svg);
}

.notary-kh__link:hover {
  color: #a92c11;
}

.news-preview {
  position: relative;
  z-index: 2;
  width: 100%;
  border: 1px solid transparent;
  margin: 0 auto 5px auto;
  padding: 5px 10% 5px 8%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.85);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.news-preview:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15%;
  height: 180px;
  width: 180px;
  background-image: url(../images/libra-b.svg);
  background-repeat: no-repeat;
  opacity: 0.055;
}

.news-preview__title {
  margin: 0 auto;
  padding: 5px 0;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
}

.news-preview__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  min-height: 120px;
}

.news-preview__content p,
.news-preview__content h2 {
  margin: 0 0 5px 0;
  padding: 0;
  font-weight: normal;
}

.news-preview__img {
  margin: 0 12px 0 0;
}

.news-preview__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 8px 4px;
}

.news-preview__date {
  opacity: 0.5;
}

.news-preview__btn {
  position: relative;
  z-index: 3;
  padding: 6px 10px;
  margin: 0 0 5px 5px;
  background: #222f3e;
  color: #ffffff;
  white-space: nowrap;
  -webkit-box-shadow: 1px 3px 6px 0 #222f3e;
          box-shadow: 1px 3px 6px 0 #222f3e;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  text-decoration: none;
  border: 1px solid transparent;
}

.news-preview__btn:hover {
  background: #a92c11;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
}

.news-preview__btn:focus {
  border-color: #a92c11;
}

.contacts-block {
  width: 100%;
  height: 100%;
}

.contacts-block__title {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}

.contacts-block__wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contacts-block__text {
  width: 50%;
  height: 100%;
  padding: 10px 15px 0 0;
  font-size: 13px;
  line-height: 18px;
  text-align: justify;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contacts-block__text p {
  margin-bottom: 12px;
}

.contacts-block__map {
  width: 50%;
  height: 100%;
  min-height: 350px;
  padding-top: 10px;
}

.contacts-block__map-link {
  display: block;
  text-align: center;
  padding: 5px 10px;
  background: rgba(34, 47, 62, 0.05);
  color: #222f3e;
}

.contacts-block__map-link:hover {
  background: rgba(169, 44, 17, 0.1);
}

.contacts-block__map figure {
  margin: 0;
}

.heading-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container-404 {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../images/404-bg.png"), #222f3e;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content-404 {
  max-width: 600px;
  text-align: center;
}

.subtitle-404 {
  font-size: 14vw;
  color: #fff;
  line-height: 1em;
  font-weight: bold;
}

.title-404 {
  position: relative;
  font-size: 1.5em;
  margin-bottom: 20px;
  color: #222f3e;
  background: #fff;
  font-weight: 300;
  padding: 10px 20px;
  font-weight: bold;
  display: inline-block;
}

.text-block-404 {
  font-size: 1.2em;
  color: #fff;
  margin-bottom: 20px;
  color: #fff;
  font-weight: bold;
}

.link-btn-404 {
  position: relative;
  display: inline-block;
  padding: 10px 25px;
  background: #a92c11;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  opacity: 1;
  font-size: 2.3em;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.page-link {
  text-decoration: none;
}

@media screen and (max-width: 1154px) {
  .services-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .content__img {
    max-width: 38%;
  }
  .wrapper-2col-out {
    width: 100%;
  }
  .footer-categories--wrapper {
    max-width: 50%;
  }
  .footer-category--sta {
    width: 50%;
    max-width: 50%;
    height: 100%;
  }
  .footer-category--stb {
    max-width: 100%;
  }
  .footer-category--str {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 980px) {
  .menu {
    position: absolute;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: rgba(34, 47, 62, 0.95);
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 60px 0 30px 0;
  }
  .menu__link {
    width: 100%;
  }
  .menu__link--submenu {
    width: 100%;
  }
  .menu__item {
    width: 100%;
    margin: 5px 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 1px solid #ffffff;
  }
  .menu__item--with-ul {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu__item--submenu {
    width: 100%;
    margin: 0;
    border-color: transparent;
  }
  .menu__item:hover, .menu__item:focus {
    background: transparent;
  }
  .menu--open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu__list-submenu {
    position: relative;
    width: 80%;
    top: 0;
    left: 0;
    visibility: visible;
    opacity: 1;
    display: block;
    margin: 0;
    padding: 0;
    background: transparent;
  }
  .submenu-name {
    font-size: 16px;
  }
  .contact-info__tel-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-info__tel-item {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .toggler {
    position: absolute;
    width: 40px;
    display: block;
    z-index: 55;
    right: 0;
    top: -4px;
    cursor: pointer;
  }
  .toggler__icon {
    width: 40px;
    height: 40px;
    display: block;
    position: relative;
    margin: 10px 20px 10px -20px;
  }
  .toggler__line {
    width: 40px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    top: 19px;
    display: block;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .toggler__line:before, .toggler__line:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: #ffffff;
    top: -14px;
    left: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .toggler__line:after {
    top: auto;
    bottom: -14px;
  }
  .toggler__icon--open .toggler__line {
    background-color: transparent;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  .toggler__icon--open .toggler__line:before {
    -webkit-transform: rotate(45deg) translateY(20px);
    transform: rotate(45deg) translateY(20px);
  }
  .toggler__icon--open .toggler__line:after {
    -webkit-transform: rotate(-45deg) translateY(-20px);
    transform: rotate(-45deg) translateY(-20px);
  }
  .notary-block__img {
    max-width: 55%;
  }
  #g-search {
    padding-right: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 780px) {
  ol,
  ul {
    padding-left: 10px;
  }
  #social {
    display: none;
  }
  .title {
    margin-top: 45px;
  }
  .footer-categories--wrapper {
    width: 100%;
    max-width: 100%;
  }
  .footer-category--sta {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
  .footer-category--stb {
    width: 100%;
    max-width: 100%;
  }
  .footer-category--str {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
  .content__img {
    max-width: 47%;
  }
  .social-like-block__txt {
    text-align: center;
    margin-bottom: 5px;
  }
  .wrapper-4col,
  .wrapper-3col {
    width: 50%;
  }
  .wrapper-3col:last-child {
    width: 100%;
  }
  .notary-block__address-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .notary-block__address {
    max-width: 100%;
  }
  .notary-block__img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contact-info {
    -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;
  }
  .contact-info__post {
    text-align: center;
  }
}

@media screen and (max-width: 620px) {
  .notary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .notary__name {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .notary__contacts {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 10px;
    padding-top: 5px;
  }
  .notary-wrapper {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .notary-wrapper:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #g-search {
    max-width: 100%;
    padding-right: 0;
    padding-top: 20px;
  }
  .contacts-block__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contacts-block__text, .contacts-block__map {
    width: 100%;
  }
  .contacts-block__text {
    padding: 10px 0 0 0;
  }
}

@media screen and (max-width: 425px) {
  .info-block__img {
    width: 60px !important;
    padding-right: 10px;
  }
  .region-block__title {
    font-size: 21px;
  }
  .content__img {
    max-width: 100%;
  }
  .consults-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 5px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .consults-block__txt {
    padding: 4px;
    margin: 0 0 5px 0;
    text-align: center;
    font-size: 14px;
    word-wrap: none;
    opacity: 1;
  }
  .consults-block__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 80%;
    margin: 0 auto 4px auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    opacity: 1;
  }
  .consults-block__btn-img {
    width: 20px;
    padding-left: 15px;
  }
  .services-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .services-block-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .social-like-block__txt {
    font-size: 12px;
  }
  .wrapper-4col,
  .wrapper-3col,
  .wrapper-2col,
  .wrapper-inner {
    width: 100%;
    max-width: 100%;
  }
  .notary__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news-preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news-preview:after {
    display: none;
  }
  .news-preview__title {
    text-align: left;
  }
  .news-preview__img {
    width: auto;
    height: auto;
    max-height: 220px;
    margin: 0 0 6px 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .news-preview__content p {
    text-align: justify;
  }
  .ask-block__form {
    background-size: 100%;
    background-position: center;
  }
  .ask-block__form select,
  .ask-block__form input,
  .ask-block__form textarea {
    width: 100%;
    font-size: 14px;
    outline: none;
  }
  .ask-block__form select,
  .ask-block__form input {
    height: 32px;
  }
  .ask-block__form p {
    text-align: left;
  }
  .form-check {
    width: 18px !important;
  }
  .opd-text {
    max-width: 300px;
    max-height: 320px;
    text-align: left;
  }
}

@media screen and (max-width: 360px) {
  .region-slider {
    margin: 0 10px;
  }
}

@-webkit-keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}

@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}

#social-buttons .fb_iframe_widget span,
.social-like-block__btn .fb_iframe_widget span {
  width: 100% !important;
}
#social-buttons .fb_iframe_widget span iframe,
.social-like-block__btn .fb_iframe_widget span iframe {
  width: 150px !important;
}

#twitter-widget-1 {
  width: 80px !important;
}
/*# sourceMappingURL=style.css.map */