body {
  max-width: 1920px;
  margin: 0 auto;
  font-family: Roboto;
}

h1,
h2,
h3 {}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

.callBackVoid:hover {
  cursor: pointer;
}

.modalMain {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1001;
  display: none;
}

.modalMain__bg {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1002;
}

.modalMain__inner {
  position: absolute;
  width: 450px;
  padding: 24px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url(/img/form_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1005;
}

.modalMain__title {
  font-size: 1.6em;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.modalMain__row {
  margin: 8px 0;
}

.modalMain__input {
  width: 100%;
  border: 1px solid #dddddd;
  padding: 4px 8px;
}

.modalMain__button {
  text-align: center;
}

@media (max-width: 768px) {
  .modalMain__inner {
    width: 98%;
  }
}

.modalYesright {
  color: #fff;
}

.modalYesright a {
  color: #fff;
}

.modalMain__btn {
  background-color: #fc6701;
  padding: 8px;
  white-space: nowrap;
  border-radius: 5px;
  text-transform: uppercase;
  outline-style: none;
  font-weight: 600;
  color: #fff;
}

.modalMain__btn:hover {
  background-color: #be4f03;
  color: #fff;
}

.stick-menu {
  display: none;
  text-align: center;
}

.is-sticky .stick-menu {
  width: 100%;
  z-index: 1000;
  display: block;
  position: fixed;
  background-color: #fff;
  padding: 12px 0;
}

.stickMenu__list {
  display: flex;
  justify-content: space-around;
}

.line-top {
  display: none;
  z-index: 1001;
  /*position: fixed;*/
  width: 100%;
  left: 0;
  top: 0;
}

@media (max-width: 992px) {
  .line-top {
    display: block;
  }
}

.line-top__inner {
  padding: 8px 8px;
  background-color: #fcfcfc;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.line-top__logo {
  height: 32px;
}

.line-top__phone {
  text-align: left;
}

.line-top__phone-link {
  color: #000;
  text-decoration: none;
}

.line-top__logo-img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.line-top__icon {
  text-decoration: none;
  color: #000;
  font-size: 1.8em;
}

.shapka__logo-img {
  width: 100px;
}

.mobile-menu {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fcfcfc;
  z-index: 1001;
}

.mobile-menu__inner {
  padding: 16px;
}

.mobile-menu__line-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-menu__logo {
  height: 48px;
}

.mobile-menu__logo-img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.mobile-menu__closed {
  color: #000;
  text-decoration: none;
  font-size: 1.8em;
}

.mobile-menu__menu {
  margin: 16px 0;
}

.mobile-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu__item {
  padding: 8px 0;
}

.mobile-menu__item a {
  text-transform: uppercase;
  font-size: 0.875em;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.mobile-menu__phone {
  margin: 16px 0;
  color: #000;
}

.mobile-menu__phone-text {
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  text-align: center;
  padding: 8px 0;
  font-size: 0.875em;
}

.mobile-menu__phone-list {
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0;
  margin: 0;
}

.mobile-menu__phone-item {
  padding: 8px 0;
}

.mobile-menu__phone-link {
  text-transform: uppercase;
  font-size: 0.875em;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.category-mobile {
  margin: 8px 0;
}

.category-mobile select {
  width: 100%;
  border: 2px solid #000;
  border-radius: 8px;
  padding: 8px 16px;
}

.sticky {
  position: fixed;
}

.line-top__callback {
  background-color: #000;
  color: #ffffff;
  border: none;
  margin-top: 4px;
  text-transform: lowercase;
  padding: 4px 8px;
}

.modal-exit {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1001;
  top: 0;
  left: 0;
}

.modal-exit__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-exit__inner {
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 350px;
  background-color: #ffffff;
  box-shadow: 0 0 8px #666666;
  padding: 16px;
  text-align: center;
}

@media (max-width: 768px) {
  .modal-exit__inner {
    width: 98%;
  }
}

.modal-exit__header {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 8px;
}

/* --- */
.online-shapka {
  padding: 12px 0;
  background-color: #732124;
}

.shapka__top-inner {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
}

.shapka__top-logo a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.logo__img {
  width: 56px;
}

.logo__text {
  font-family: Roboto;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.1px;
  color: #000000;
  margin-left: 12px;
}

.shapka__top-adress {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.shapka__top-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 42px;
}

.shapka__link {
  font-family: Roboto;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  color: #304838;
}

.adress__img {
  width: 30px;
  margin-right: 12px;
}

.topMenu {
  box-shadow: 0 0 10px 5px #d4d4d4;
  background-color: #ffffff;
  padding: 16px 0;
}

.topMenu__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.topMenu__list a {
  font-size: 16px;
  color: #732124;
  text-transform: uppercase;
}

.slider {
  background-color: #732124;
}

.slider__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.slider__info {
  color: #fff;
  margin-right: 32px;
}

.slider__text {
  margin-bottom: 30px;
}

.slider__title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}

.slider-btn a {
  background-color: #fff;
  border: 2px solid #fff;
  color: #732124;
  padding: 12px 32px;
}

.slider-btn a:hover {
  background-color: #732124;
  color: #fff;
}

.gen__title {
  color: #732124;
  letter-spacing: 1.7px;
  font-size: 36px;
  text-align: center;
}

.uslugi {
  padding: 54px 0;
}

.mb4 {
  margin-bottom: 40px;
}

.uslugi__item {
  background-color: #fff;
  box-shadow: 0 0 10px #999999;
  margin-bottom: 30px;
}

.uslugi__info {
  padding: 10px;
}

.uslugi__col {
  display: inline-block;
  margin-right: -4px;
  float: none;
  vertical-align: top;
}

.uslugi__title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  min-height: 44px;
  margin-bottom: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.uslugi__list li {
  list-style-image: url(/img/li.png);
}

.uslugi__btn a {
  display: block;
  background-color: #732124;
  color: #fff;
  padding: 12px;
  text-align: center;
}

.slider__img img {
  width: 100%;
}

.review {
  padding: 42px 0;
}

.review__item {
  box-shadow: 0 0 10px #999999;
  margin: 10px 10px 16px 10px;
}

.review__text {
  padding: 12px;
  min-height: 150px;
  display: flex;
  align-items: center;
}

.review__date {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #732124;
  padding-top: 12px;
}

.review__avtor {
  text-align: center;
  padding: 12px 10px;
  background-color: #eee;
}

.sert__img {
  width: 100%;
}

.sert-block {
  background-color: #f3f3f3;
  padding: 42px 0;
}

.migrant {
  background-color: #f3f3f3;
  padding: 42px 0;
}

.migrant__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.migrant__item {
  margin: 0 12px;
  width: 10%;
}

.plusi-top {
  padding: 42px 0;
}

.migrant__item img {
  width: 100%;
}

.plusi__item {
  padding: 12px;
  box-shadow: 0 0 6px 2px #c6c6c6;
  background-color: #ffffff;
  text-align: center;
  min-height: 280px;
}

.plusi__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

.plusi-top__item img {
  width: 50px;
  margin-right: 12px;
}

.plusi-top__text {
  font-weight: 600;
  font-size: 18px;
}

.plusi-top__item {
  padding: 12px;
  box-shadow: 0 0 6px 2px #c6c6c6;
  background-color: #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.plusi__item img {
  width: 100px;
  max-width: 100%;
  margin-bottom: 12px;
}

.advokat__inner {
  position: relative;
  margin-bottom: 16px;
}

.advokat__name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 12px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.news__item {
  border-radius: 10px;
  border: solid 1px #d6d6d6;
  background-color: #ffffff;
  margin-bottom: 16px;
  overflow: hidden;
}

.news__item:hover {
  box-shadow: 0 0 6px 2px #c6c6c6;
}

.news__img {
  width: 100%;
}

.news__date {
  font-family: Roboto;
  font-size: 14px;
  color: #8c8c8c;
  text-transform: uppercase;
  padding: 12px 8px;
}

.news__title {
  font-family: Roboto;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  min-height: 50px;
  padding: 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news__text {
  font-family: Roboto;
  font-size: 14px;
  color: #000000;
  overflow: hidden;
  height: 110px;
  padding: 12px 8px;
}

.news__link {
  font-family: Roboto;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  display: block;
  text-transform: uppercase;
}

.news__link:hover {
  color: #fff;
}

.news__btn {
  background-color: #732124;
  padding: 8px 0;
  margin-top: 12px;
}

.news__items {
  padding: 32px 0;
}

.news {
  padding: 42px 0;
}

.content {
  padding: 42px 0;
}

.shema {
  padding: 42px 0;
}

.shema__img {
  width: 50px;
  margin-bottom: 12px;
}

.shema__items {
  margin: 42px 0;
  display: flex;
  justify-content: space-between;
}

.shema__item {
  width: 20%;
  text-align: center;
  position: relative;
  padding: 0 40px;
}

.shema__item:after {
  content: url(/img/right.png);
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
}

.shema__title {
  font-weight: 600;
  font-size: 18px;
}

.shema__item:last-child:after {
  content: none;
}

@media (max-width:992px) {
  .shema__items {
    display: block;
    align-items: center;
  }

  .shema__item::after {
    content: none;
  }

  .shema__item::before {
    content: url(/img/down.png);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
  }

  .plusi__item {
    margin-bottom: 30px;
  }

  .shema__item:last-child:before {
    content: none;
  }

  .shema__item {
    width: 100%;
    padding: 0 0 80px 0;
  }

  .slider__inner {
    display: block;
  }

  .slider__info {
    margin-right: 0;
    padding-top: 40px;
  }

  .shapka__top,
  .topMenu {
    display: none;
  }
}

@media (max-width:768px) {

  .plusi__item,
  .plusi-top__item {
    margin-bottom: 16px;
  }
}

.callback-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 16px 0;
  border: 2px solid #eee;
  border-radius: 50px;
  padding: 12px 12px 0 12px;
}

.callback-block__img {
  max-width: 30%;
}

.callback-block__img img {
  width: 100%;
}

.callback-block__title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 12px;
}

.callback-block__info a {
  color: #732124;
}

.callback-block__phone,
.callback-block__wa,
.callback-block__callback {
  font-size: 18px;
  margin-bottom: 12px;
}

.table-price {
  width: 100%;
}

.table-price tr td {
  padding: 8px;
}

.otziv-row .col-md-4,
.otziv-row .col-sm-6 {
  display: inline-block;
  margin-right: -4px;
  float: none;
  vertical-align: top;
}

.otziv-row .review__item {
  margin: 0;
  margin-bottom: 30px;
}

.line-top__phone-link img {
  height: 30px;
  margin: 0 10px;
}
