.footer {
  margin: 0 0 30px;
}
.footer .footer-globals {
  position: relative;
}
.footer__content {
  border: 5px solid #efefef;
  background: #fbfbfb;
  padding: 30px 50px;
  border-radius: 60px;
}
@media (max-width: 550px) {
  .footer__content {
    border-radius: 30px;
    padding: 23px 30px;
  }
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__fon {
  position: absolute;
  bottom: 0;
  right: 70px;
}
@media (max-width: 650px) {
  .footer__fon {
    right: 10px;
  }
}
@media (max-width: 650px) {
  .top-footer {
    display: block;
  }
}
.top-footer__column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.top-footer__column:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 325px;
  flex: 0 1 325px;
}
@media (max-width: 991px) {
  .top-footer__column:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 270px;
    flex: 0 1 270px;
  }
}
.top-footer__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top-footer__btn {
  max-width: 250px;
  margin: 0 0 0 75px;
}
@media (max-width: 991px) {
  .top-footer__btn {
    margin: 0 0 0 20px;
  }
}
@media (max-width: 650px) {
  .top-footer__btn {
    margin: 30px 0 0;
    width: 100%;
    max-width: 100%;
  }
}
.top-footer__btn a {
  height: 105px;
  text-transform: uppercase;
}
@media (max-width: 650px) {
  .top-footer__btn a {
    height: 60px !important;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .top-footer__btn a {
    font-size: 16px;
  }
}
.cont-footer__column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.cont-footer__column:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 290px;
  flex: 0 1 290px;
}
@media (max-width: 991px) {
  .cont-footer__column:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 235px;
    flex: 0 1 235px;
  }
}
.cont-footer__logo {
  margin: 0 75px 0 0;
  display: block;
  position: relative;
  z-index: 4;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media (max-width: 991px) {
  .cont-footer__logo {
    margin: 0 20px 0 0;
  }
}
@media (min-width: 991px) {
  .cont-footer__logo:hover {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
@media (max-width: 820px) {
  .cont-footer__menu {
    padding: 20px 0 0;
  }
}
.cont-footer__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: -5px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 650px) {
  .cont-footer__menu ul {
    margin: -10px;
  }
}
.cont-footer__menu ul li {
  padding: 5px;
}
@media (max-width: 650px) {
  .cont-footer__menu ul li {
    padding: 10px;
  }
  .cont-footer__menu ul li a {
    font-size: 16px;
  }
}
.cont-footer__menu ul li a {
  z-index: 4;
  position: relative;
}
.top-footer__menus {
  margin: 20px 0 0;
}
@media (max-width: 650px) {
  .top-footer__menus {
    margin: 30px 0 0;
  }
}
.top-footer__menus ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}
@media (max-width: 650px) {
  .top-footer__menus ul {
    margin: -15px;
  }
}
@media (max-width: 500px) {
  .top-footer__menus ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.top-footer__menus ul li {
  padding: 5px;
}
.top-footer__menus ul li a {
  z-index: 4;
  position: relative;
}
@media (max-width: 650px) {
  .top-footer__menus ul li {
    padding: 15px;
  }
  .top-footer__menus ul li a {
    font-weight: 600;
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .top-footer__menus ul li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-footer__menus ul li:nth-child(even) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
}
.bottom-footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 75px 0 0;
  margin: -15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .bottom-footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 550px) {
  .bottom-footer {
    margin: -9px;
    padding: 55px 0 0;
  }
}
.bottom-footer:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 36px;
  left: 0;
  background-color: #012e4d;
  z-index: 4;
}
@media (max-width: 550px) {
  .bottom-footer:before {
    top: 35px;
  }
}
.bottom-footer__column {
  padding: 15px;
}
@media (max-width: 550px) {
  .bottom-footer__column {
    padding: 9px;
  }
}
.bottom-footer__item {
  position: relative;
  z-index: 6;
}
@media (max-width: 500px) {
  .bottom-footer__item {
    text-align: center;
  }
  .bottom-footer__item a {
    font-size: 14px;
  }
  .bottom-footer__item p {
    font-size: 14px;
  }
}
@media (max-width: 350px) {
  .bottom-footer__item a {
    font-size: 12px;
  }
  .bottom-footer__item p {
    font-size: 12px;
  }
}
.bottom-footer__link {
  position: relative;
  z-index: 4;
}
@media (max-width: 650px) {
  .faq-global__title span {
    width: 40px;
    height: 40px;
  }
  .faq-global__title span:before {
    right: 12px;
  }
  .faq-global__title span:after {
    right: 12px;
  }
}
@media (max-width: 650px) {
  .btn a {
    font-size: 16px;
  }
  .faq__column {
    padding: 30px 0 0;
  }
  .faq__column:last-child {
    padding: 0;
  }
  .form-contacts-form__text {
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .iframe-contacts__adress {
    width: 100%;
    left: 0;
  }
  .faq-global__title span {
    width: 50px;
    height: 90%;
    -webkit-transform: translate(0, 5%);
    transform: translate(0, 5%);
    top: 0;
  }
  .item-favorit__image {
    height: 50px;
    width: 50px;
  }
  .item-favorit__image img {
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 991px) {
  .favorit__item:hover {
    -webkit-transform: scale(0.95) rotate(1deg);
    transform: scale(0.95) rotate(1deg);
    -webkit-box-shadow: -10px 10px 0px 0px #012f4d;
    box-shadow: -10px 10px 0px 0px #012f4d;
  }
}
.bottom-header__menu ul li > a {
  font-weight: 500;
}
.dragon__cont ul li a {
  font-weight: 400;
}
.vopros__form .form-contacts__rows {
  margin: 0;
}
.item-favorit__title h3 {
  font-family: "PT Serif", serif;
  font-style: italic;
}
.item-uslugi__title {
  font-style: italic;
}
body {
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum";
  -moz-font-feature-settings: "lnum=1";
  -ms-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  -o-font-feature-settings: "lnum";
}
.top-faq {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.faq__btns .about__btns {
  margin: 0;
}
.uslugi-page__title {
  max-width: 700px;
  margin: 0 auto;
}
.form-contacts__messages {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.about__text {
  line-height: 28px;
  padding: 16px 0;
  height: auto;
  background-color: rgba(239, 239, 239, 1) !important;
}
@media (max-width: 650px) {
  .about__text {
    line-height: 22px;
    padding: 13px 0;
    height: auto;
  }
}
.faq-globals__btn.btn a {
  border-radius: 36px;
}
.raccilka__cont {
  margin: -10px 0 0;
}
@media (max-width: 650px) {
  .raccilka__cont {
    margin: 0;
  }
}
@media (max-width: 650px) {
  .bottom-header:before {
    content: "";
    display: none;
  }
  .vopros__content {
    padding: 7px 0 0;
  }
  .about__cont {
    padding: 20px;
  }
  .slide-clients__img {
    padding: 10px;
  }
  .iframe-contacts__adress {
    width: 90%;
    left: 5% !important;
    left: 0;
  }
  .iframe-contacts__icon {
    min-width: 48px;
  }
  .global__image img {
    -webkit-box-shadow: -10px 10px 0px 0px #012f4d;
    box-shadow: -10px 10px 0px 0px #012f4d;
  }
  .faq-global__item.faq-item {
    border-radius: 20px;
  }
  .faq-global__title span {
    right: 5px;
  }
  .favorit__content-global {
    border-radius: 40px;
  }
  .global__image .global__img img {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .about__title h2 {
    font-size: 24px;
  }
  .bottom-case__item {
    padding: 20px;
    border-radius: 30px;
  }
  .bottom-case__column:nth-child(2) .bottom-case__item {
    padding: 10px;
    border-radius: 30px;
  }
  .blog__item.item-blog {
    padding: 15px;
  }
  .raccilka__container {
    margin: 0 5px;
    border-radius: 30px;
    padding: 25px 20px 50px;
  }
  .raccilka__messages {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .single__top.top-single {
    margin: 0 -20px;
  }
  .blog__item.item-blog {
    border-radius: 24px;
  }
}
.form-contacts__rows a.top-footer__btn.btn {
  text-decoration: none !important;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.form-contacts__rows a.top-footer__btn.btn:hover {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.popup .form-contacts__select:after {
  background-color: #000;
}
.contacts .form-contacts__select:after {
  background-color: #000;
}
.faq-globals__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 40px 0 0;
}
@media (max-width: 650px) {
  .faq-globals__btns {
    margin: 20px 0;
  }
}
.faq-globals__btns .faq-globals__faq-searsh {
  margin: 0 30px 0 0;
  position: relative;
}
.faq-globals__btns .faq-globals__faq-searsh svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 20px;
}
.faq-globals__btns .faq-globals__faq-searsh input {
  width: 400px;
  border: 2px solid #fbfbfb;
  background: rgba(251, 251, 251, 0.15);
  color: rgba(251, 251, 251, 0.8);
}
.faq-globals__btns .faq-globals__faq-searsh input::-webkit-input-placeholder {
  color: rgba(251, 251, 251, 0.8);
}
.faq-globals__btns .faq-globals__faq-searsh input::-moz-placeholder {
  color: rgba(251, 251, 251, 0.8);
}
.faq-globals__btns .faq-globals__faq-searsh input:-ms-input-placeholder {
  color: rgba(251, 251, 251, 0.8);
}
.faq-globals__btns .faq-globals__faq-searsh input::-ms-input-placeholder {
  color: rgba(251, 251, 251, 0.8);
}
.faq-globals__btns .faq-globals__faq-searsh input::placeholder {
  color: rgba(251, 251, 251, 0.8);
}
.faq-globals__btns .searsh-conts {
  display: none;
  z-index: 10;
  position: absolute;
  width: 750px;
  top: 70px;
  border-radius: 24px;
  left: 0;
  border: 2px solid #fbfbfb;
  background: #02;
  padding: 15px 30px;
}
@media (max-width: 1300px) {
  .faq-globals__btns .searsh-conts {
    width: 100%;
  }
}
@media (max-width: 650px) {
  .faq-globals__faq-searsh-conts {
    padding: 5px 15px !important;
  }
}
.faq-globals__btns .searsh-conts .searsh-conts__item {
  padding: 8px 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  cursor: pointer;
  font-weight: 700;
  color: rgba(251, 251, 251, 0.8);
}
.faq-globals__btns .searsh-conts .searsh-conts__item:hover {
  -webkit-transform: translate(0, -1px);
  transform: translate(0, -1px);
  color: #012f4d;
}
@media (max-width: 1300px) {
  .faq-globals__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin: 40px 0 30px;
  }
  .faq-globals__btn.btn a {
    width: 100%;
    max-width: 100%;
  }
  .faq-globals__btn.btn {
    width: 100%;
    margin: 20px 0 0;
    max-width: 100%;
  }
  .faq-globals__btns .faq-globals__faq-searsh input {
    width: 100%;
  }
  .faq-globals__faq-searsh.btn {
    width: 100%;
  }
  .faq-globals__image {
    margin: 0 0 -55px;
  }
}
@media (max-width: 1200px) {
  .faq-globals__image {
    margin: 0;
  }
}
.contacts-page .contacts-page__title h1 {
  font-style: italic;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 45px;
  height: 45px;
}
.item-uslugi-bux__title.title h3 {
  font-style: italic;
}
@media (max-width: 650px) {
  .form-contacts__select:before {
    right: 18px;
  }
  .form-contacts__select:after {
    right: 25px;
  }
}
@media (max-width: 991px) {
  .contacts {
    padding: 30px 0 80px;
  }
}
@media (max-width: 650px) {
  .iframe-contacts__adress {
    bottom: -100px;
  }
  .contacts {
    padding: 30px 0 135px;
  }
  .form-contacts__messages {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.uslugi__text {
  width: auto;
  max-width: 250px;
  margin: 0 auto;
  padding: 15px 10px 17px;
}
@media (max-width: 650px) {
  .uslugi__text {
    padding: 14px 5px 15px;
  }
}
.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.8274509804);
}
.about {
  padding: 50px 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .about {
    padding: 30px 0;
  }
}
.about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.about__content:before {
  content: "";
  position: absolute;
  width: 480px;
  height: 220px;
  top: 30%;
  right: 10%;
  background-color: rgba(3, 167, 167, 0.3);
  -webkit-filter: blur(25px);
  filter: blur(25px);
  border-radius: 50%;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}
@media (max-width: 768px) {
  .about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.about__column:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
}
.about__column:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
}
.about__item {
  height: 100%;
  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;
}
.about__cont {
  position: relative;
  background: #f4f4f4;
  padding: 40px 50px;
  border-radius: 60px;
}
@media (max-width: 991px) {
  .about__cont {
    padding: 30px;
    border-radius: 40px;
  }
}
.about__text {
  height: 60px;
  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;
  width: 120px;
  font-weight: 700;
  background-color: #fbfbfb;
  border-radius: 36px;
  position: relative;
  z-index: 3;
}
@media (max-width: 650px) {
  .about__text {
    height: 48px;
  }
}
.about__title {
  margin: 15px 0 0;
  position: relative;
  z-index: 3;
}
.about__title h2 {
  font-size: 40px;
}
@media (max-width: 1100px) {
  .about__title h2 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .about__title h2 {
    font-size: 25px;
  }
}
@media (max-width: 650px) {
  .about__title h2 {
    font-size: 21px;
  }
}
.about__desp {
  position: relative;
  color: #2b2b2b;
  z-index: 3;
  margin: 30px 0 0;
  line-height: 140%;
}
@media (max-width: 991px) {
  .about__desp {
    margin: 20px 0 0;
  }
}
.about__desp p {
  margin: 0 0 15px;
}
.about__btns {
  position: relative;
  z-index: 3;
}
.about__fon {
  position: absolute;
  bottom: 0;
  left: 0;
}
.about__title {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: all 0.6s ease 0.1s;
  transition: all 0.6s ease 0.1s;
}
.about__title._active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.about__desp {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: all 0.6s ease 0.1s;
  transition: all 0.6s ease 0.1s;
}
.about__desp._active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.global__image:nth-child(1) {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: all 0.6s ease 0.1s;
  transition: all 0.6s ease 0.1s;
}
.global__image:nth-child(2) {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: all 0.6s ease 0.1s;
  transition: all 0.6s ease 0.1s;
}
.global__image._active:nth-child(1) {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.global__image._active:nth-child(2) {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
form br {
  display: none;
}
span.wpcf7-spinner {
  display: none;
}
.wpcf7-response-output {
  display: none;
}
form.wpcf7-form.invalid .wpcf7-validates-as-required {
  border-style: solid !important;
  border-color: rgba(173, 25, 25, 0.78) !important;
  border-image: initial !important;
}
.wpcf7-submit {
  cursor: pointer;
}
.wpcf7-submit-custom.non-click {
  position: relative;
}
.wpcf7-submit-custom.non-click:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 5;
}
.wpcf7-submit-custom.non-click input {
  filter: brightness(95%);
  pointer-events: none;
  cursor: not-allowed;
}
.wpcf7-submit-custom input {
  border: none;
  color: #fff;
}
.form-raccilka__btn:hover {
  transform: scale(1);
}
.case-arc-item__cont {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.case-arc-item__nums.case-num {
  flex: 1 1 100%;
}
.post-not {
  flex: 1 1 100%;
  padding: 40px 0;
  font-size: 24px;
  color: #000;
  text-align: center;
}
.tabs-adress__elem._active a {
  background: rgba(2, 168, 168, 1);
  color: #fff;
}
.post-global__item .swiper-slide {
  height: auto;
}
.post-global__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.faq-globals__faq-searsh-conts.searsh-conts.search-results.active {
  display: block;
}
.faq-conts__columm.active .faq-item {
  border: 2px solid #012f4d;
  -webkit-box-shadow: 0px 3px 0px 0px #012f4d;
  box-shadow: 0px 3px 0px 0px #012f4d;
}
.faq-globals__btns .searsh-conts {
  max-height: 170px;
  overflow: auto;
}
.faq-globals__btns .searsh-conts {
  max-height: 170px;
  overflow: auto;
}
.faq-globals__btns .searsh-conts::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.faq-globals__btns .searsh-conts::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
}
.faq-globals__btns .searsh-conts::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
.faq-globals__btns .searsh-conts::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.faq-globals__btns .searsh-conts {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}
.form-contacts__text {
  text-align: center;
  align-items: center !important;
  justify-content: center;
}
.wpcf7-submit-custom {
  width: 100%;
}
@media (max-width: 650px) {
  .form-contacts__select {
    padding: 15.5px 20px 16.5px !important;
  }
}
.faq-globals__btns .searsh-conts {
  background: #00c1c1;
}
.faq-globals .about__text {
  color: #fff;
  font-weight: 700;
  background-color: #10c4c4 !important;
}
@media (max-width: 650px) {
  .contacts-page__desp {
    margin: 20px 0 0;
  }
}
@media (max-width: 650px) {
  .contacts-page {
    padding: 110px 0 0 !important;
  }
  .item-tarif__name br {
    display: none;
  }
}
.iframe-contacts__iframe {
  flex: 0 1 70%;
}
@media (max-width: 650px) {
  .contacts {
    padding: 30px 0 45px;
  }
}
.form-contacts__select-rows {
  overflow: auto;
}
.about__text {
  width: auto;
  padding: 15px 20px;
  display: inline-block;
}
.about__image {
  margin: 0 20px 0 0;
}
.about__image img {
  border-radius: 20px;
}
@media (max-width: 650px) {
  margin: 0;
}
.post-global__gallery {
  height: 100%;
}
global__swiper {
  height: 100%;
}
.about__image {
  height: 100%;
}
.about__image img {
  height: 100%;
  object-fit: cover;
}
.post-ur__item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.post-ur__image {
  height: 360px;
}
.post-ur__image img {
  height: 100%;
  object-fit: cover;
}
.cont-post-ur__favorits {
  flex: 1 1 auto;
}
.post-ur__cont.cont-post-ur {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.post-global__swiper {
  height: 100%;
}
@media (max-width: 1250px) {
  .post-ur__image {
    height: 250px;
  }
}
@media (max-width: 650px) {
  .post-ur__image {
    height: 220px;
  }
}
.cont-post-ur__btn.btn {
  width: 100%;
}
.cont-post-ur__btn.btn a {
  width: 100%;
  background-color: #012e4d;
  text-decoration: none;
  color: #fff !important;
}
a.post-ur__column-globalsing {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cont-post-ur__favorit svg {
  min-width: 25px;
}
.post-ur__cont.cont-post-ur p {
  color: #000 !important;
}
section.vopros .form-contacts__elem.elem-last {
  margin: 15px 0 0;
}
.item-tarif__prise {
  margin: 0 0 0 5px;
}
a.clients__slide.slide-clients {
  height: auto;
}
.blog__item.item-blog {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.item-blog__desp {
  flex: 1 1 100%;
}
.slide-clients__img-small img {
  height: 190px;
  object-fit: contain;
}
.slide-clients__img-small {
  display: flex;
  justify-content: center;
}
.slide-clients {
  height: auto;
}
.slide-clients__cont {
  height: 100%;
}
.slide-clients {
  position: relative;
}
.slide-clients .slide-clients__img-small {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 650px) {
  .slide-clients__img-small img {
    height: 90px;
    object-fit: contain;
  }
}
.bottom-global__image img {
  max-height: 150px;
  object-fit: contain;
}
.contacts__iframe.iframe-contacts {
  display: flex;
}
.contacts__iframe-images {
  flex: 0 1 30%;
  margin: 0 30px 0 0;
  border-radius: 20px;
  overflow: hidden;
}
.contacts__iframe-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 750px) {
  .contacts__iframe.iframe-contacts {
    flex-direction: column-reverse;
  }
  .contacts__iframe-images {
    margin: 20px 0 0;
  }
  .contacts__iframe-images img {
    height: 240px;
  }
  @media (max-width: 650px) {
    .iframe-contacts__adress {
      bottom: 215px;
    }
  }
}
.clients__desp {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 0 0;
  text-align: center;
}
.slide-clients__img-small img {
  max-width: 210px;
  height: 60px;
}
.slide-clients__img-small {
  display: flex;
  justify-content: start;
}
.smena__list {
  max-width: 100%;
}
.hidden-elem {
  display: none !important;
}
.custom-elem-adres {
  cursor: pointer;
  color: rgba(248, 164, 0, 1);
  font-weight: 600;
  font-size: 14px;
  align-items: center;
  display: flex;
}
.smena__list.smena__list-btns {
  position: relative;
}
.smena__list.smena__list-btns:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: rgba(248, 164, 0, 1);
  margin: 0 10px;
}
@media (max-width: 650px) {
  .smena__list.smena__list-btns:before {
    height: 1.5px;
    background: rgba(2, 168, 168, 1);
  }
  .smena__list {
    padding: 25px 0 0;
  }
}
.smena__list.smena__list-btns {
  position: relative;
  padding: 20px 0;
}
a.footer__link.link {
  display: flex;
  align-items: center;
}
a.footer__link.link img {
  margin: 0 10px 0 0;
  transition: all 0.4s ease 0s;
  display: block;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.8;
}
a.footer__link.link:hover img {
  filter: grayscale(0%);
  opacity: 1;
}
a.footer__link.link p {
  max-width: 200px;
}
a.footer__link.link p {
  max-width: 200px;
  text-align: left;
}
.case-arc-item__img img {
  object-fit: contain;
}
.slide-clients__img img {
  max-width: 325px;
}
@font-face {
  font-family: "lg";
  src:
    url(../../../themes/buhgalteriya/fonts/lg.ttf) format("truetype"),
    url(../../../themes/buhgalteriya/fonts/lg.woff) format("woff"),
    url(../../../themes/buhgalteriya/fonts/lg.svg) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: none;
  border: none;
  background-color: transparent;
}
.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #fff;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}
@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}
.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  background: 0 0;
  border: none;
  box-shadow: none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}
.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #eee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}
.lg-toolbar,
.lg-prev,
.lg-next {
  opacity: 1;
  -webkit-transition:
    -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    color 0.2s linear;
  -moz-transition:
    -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    color 0.2s linear;
  -o-transition:
    -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    color 0.2s linear;
  transition:
    transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    color 0.2s linear;
}
.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition:
    -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition:
    -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition:
    -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) !important;
  transition:
    transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash)
  .lg-outer.lg-start-zoom
  .lg-item.lg-complete
  .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toggle-thumb {
  background-color: #0d0a0a;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
  outline: medium none;
  border: none;
}
.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toggle-thumb:hover {
  color: #fff;
}
.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(//buhreg.ru/wp-content/themes/buhgalteriya/css/../img/vimeo-play.png)
    no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(//buhreg.ru/wp-content/themes/buhgalteriya/css/../img/vimeo-play.png)
    no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent
    url(//buhreg.ru/wp-content/themes/buhgalteriya/css/../img/video-play.png)
    no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url(//buhreg.ru/wp-content/themes/buhgalteriya/css/../img/youtube-play.png)
    no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(//buhreg.ru/wp-content/themes/buhgalteriya/css/../img/youtube-play.png)
    no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}
.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}
.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging
  .lg-item.lg-complete.lg-zoomable
  .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom
  .lg-item.lg-complete.lg-zoomable
  .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition:
    left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition:
    left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition:
    left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition:
    left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition:
    -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.15s !important;
  -moz-transition:
    -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.15s !important;
  -o-transition:
    -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.15s !important;
  transition:
    transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
#lg-zoom-in:after {
  content: "\e311";
}
#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}
#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}
.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px #fff inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition:
    opacity 0.15s ease 0s,
    -webkit-transform 0.15s ease 0s;
  -moz-transition:
    opacity 0.15s ease 0s,
    -moz-transform 0.15s ease 0s;
  -o-transition:
    opacity 0.15s ease 0s,
    -o-transform 0.15s ease 0s;
  transition:
    opacity 0.15s ease 0s,
    transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px #fff inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}
.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}
.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition:
    visibility 0s linear 0.18s,
    opacity 0.18s linear 0s;
  -o-transition:
    visibility 0s linear 0.18s,
    opacity 0.18s linear 0s;
  transition:
    visibility 0s linear 0.18s,
    opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #fff;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition:
    -webkit-transform 0.18s linear 0s,
    visibility 0s linear 0.5s,
    opacity 0.18s linear 0s;
  -moz-transition:
    -moz-transform 0.18s linear 0s,
    visibility 0s linear 0.5s,
    opacity 0.18s linear 0s;
  -o-transition:
    -o-transform 0.18s linear 0s,
    visibility 0s linear 0.5s,
    opacity 0.18s linear 0s;
  transition:
    transform 0.18s linear 0s,
    visibility 0s linear 0.5s,
    opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0;
}
.lg-outer .lg-dropdown > li:hover a,
.lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e907";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e905";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e906";
}
.lg-outer .lg-img-rotate {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
}
.lg-rotate-left:after {
  content: "\e900";
}
.lg-rotate-right:after {
  content: "\e901";
}
.lg-icon.lg-flip-hor,
.lg-icon.lg-flip-ver {
  font-size: 26px;
}
.lg-flip-hor:after {
  content: "\e902";
}
.lg-flip-ver:after {
  content: "\e903";
}
.lg-group:before,
.lg-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.lg-group:after {
  clear: both;
}
.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  outline: none;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url(//buhreg.ru/wp-content/themes/buhgalteriya/css/../img/loading.gif)
    no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  min-height: 300px;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: 80% !important;
  height: 47vw !important;
  min-width: 300px;
}
.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}
.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition:
    -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  -moz-transition:
    -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  -o-transition:
    -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  transition:
    transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition:
    left 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  -moz-transition:
    left 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  -o-transition:
    left 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  transition:
    left 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
}
.lg-actions {
  display: none;
}
.lg-backdrop {
  background-color: #000000c9;
}
.lg-outer .lg-image {
  min-height: 300px;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
  min-width: 300px;
}
.slide-clients__desp p {
  color: #000 !important;
}
@media (max-width: 750px) {
  .slide-clients__img img {
    max-width: 100%;
  }
}
.flexs {
  display: flex;
  margin: 0 !important;
}
input[type="checkbox"] {
  width: 20px;
  margin: 0 10px 0 0;
  height: 20px;
}
.form-contacts__pp {
  text-align: left;
}
.form-contacts__pp {
  text-align: left;
  color: #000;
  color: #2b2b2b;
  font-weight: 700;
}
.flexs.erors-cust {
  background: #d96868a8;
}
input.erors-cust {
  background: #d96868a8 !important;
}
section.vopros .form-contacts__pp {
  color: #fff !important;
}
.post-global__gallery {
  max-height: 750px;
}
.post-ur__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.333%;
  flex: 0 1 33.333%;
  padding: 20px;
}
@media (max-width: 1050px) {
  .post-ur__column {
    padding: 10px;
  }
}
@media (max-width: 850px) {
  .post-ur__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}
@media (max-width: 550px) {
  .post-ur__column {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
.post-ur__item {
  padding: 20px;
  border-radius: 30px;
  background: #fbfbfb;
  border: 3px solid #efefef;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.post-ur__item:hover {
  -webkit-box-shadow: 1px 1px 5px rgba(2, 168, 168, 0.6470588235);
  box-shadow: 1px 1px 5px rgba(2, 168, 168, 0.6470588235);
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.post-ur__image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cont-post-ur__top {
  padding: 0 0 0 20px;
  margin: 15px 0 0;
  position: relative;
}
.cont-post-ur__top:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 0;
  background: #012e4d;
}
.cont-post-ur__title {
  font-weight: 600;
}
.cont-post-ur__desp {
  margin: 8px 0 0;
}
.cont-post-ur__tegs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -4px;
  padding: 20px 0 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cont-post-ur__tegs p {
  border-radius: 730px;
  padding: 10px 20px;
  font-size: 14px;
  background-color: #f4f4f4;
}
.cont-post-ur__tegs .cont-post-ur__teg {
  padding: 4px;
}
.cont-post-ur__prises {
  margin: 20px 0;
  padding: 15px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cont-post-ur__prises:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background-color: #dedede;
}
.cont-post-ur__prises:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #dedede;
}
.cont-post-ur__text {
  max-width: 105px;
}
.cont-post-ur__prise-text {
  text-align: right;
}
.cont-post-ur__def {
  color: #9a9a9a;
  font-weight: 600;
  text-decoration: line-through;
}
@media (max-width: 1050px) {
  .cont-post-ur__def {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  .cont-post-ur__def {
    font-size: 15px;
  }
}
.cont-post-ur__sale {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #2b2b2b;
}
@media (max-width: 1050px) {
  .cont-post-ur__sale {
    font-size: 21px;
  }
}
@media (max-width: 550px) {
  .cont-post-ur__sale {
    font-size: 20px;
  }
}
.cont-post-ur__favorits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -7px;
}
.cont-post-ur__favorit {
  padding: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 550px) {
  .cont-post-ur__favorit {
    font-size: 12px;
  }
}
.cont-post-ur__favorit svg {
  margin: 0 4px 0 0;
}
.cont-post-ur__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: -10px;
}
.cont-post-ur__btn {
  padding: 10px;
}
.cont-post-ur__btn a {
  background: linear-gradient(100.27deg, #012e4d 0%, #049b9b 100%);
  border-radius: 36px;
  min-width: auto !important;
  width: 160px;
}
@media (max-width: 550px) {
  .cont-post-ur__btn a {
    padding: 10px 0 12px;
  }
}
.cont-post-ur__btn:last-child a {
  background: rgba(0, 0, 0, 0);
  font-size: 16px;
  color: #012f4d !important;
  text-decoration: underline;
}
.swiperss .post-ur__column {
  flex: none;
  padding: 0;
  height: auto;
}
.swiperss .post-ur__column .cont-post-ur__favorit p {
  font-size: 12px;
  line-height: 120%;
}
.swiperss .post-ur__column .cont-post-ur__favorit {
  flex: 0 1 50%;
  align-items: start;
  padding: 2px 3px;
}
.swiperss .post-ur__column .post-ur__image {
  height: 220px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 850px) {
  .swiperss .post-ur__column .cont-post-ur__favorit {
    flex: 1 1 100%;
  }
  section.clients.swiperss .clients__title {
    margin: 0 auto 20px auto;
  }
  .swiper-pagination-two {
    bottom: 50px !important;
  }
}
.swiperss .post-ur__column .cont-post-ur__favorit svg {
  width: 13px;
  height: 13px;
  min-width: 13px;
  margin: 0 5px 0 0;
}
.swiper-pagination-two {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
