::-webkit-scrollbar {
  width: 5px; }

::-webkit-scrollbar-track {
  background: #555; }

::-webkit-scrollbar-thumb {
  background: #222; }

.mainNavbar {
  height: 120px;
  background: rgba(0, 0, 0, 0.8); }
  @media screen and (max-width: 640px) {
    .mainNavbar {
      height: 60px;
      padding: 12px 20px; } }
  @media screen and (max-width: 640px) {
    .mainNavbar .mainlogo {
      padding-left: 0; } }
  .mainNavbar .mainlogo img {
    width: 290px; }
    @media screen and (max-width: 1513px) {
      .mainNavbar .mainlogo img {
        width: 260px; } }
    @media screen and (max-width: 1300px) {
      .mainNavbar .mainlogo img {
        width: 210px; } }
    @media screen and (max-width: 640px) {
      .mainNavbar .mainlogo img {
        height: 55px;
        width: auto; } }
  @media screen and (max-width: 1400px) {
    .mainNavbar.uk-light .uk-navbar-nav {
      padding-left: 15px; } }
  @media screen and (min-width: 1514px) {
    .mainNavbar.uk-light .uk-navbar-nav {
      padding-left: 30px !important; } }
  @media screen and (min-width: 1200px) {
    .mainNavbar.uk-light .uk-navbar-nav > li {
      margin-right: 0px !important; } }
  @media screen and (min-width: 1360px) and (max-width: 1420px) {
    .mainNavbar.uk-light .uk-navbar-nav > li {
      margin-right: 40px !important; } }

.headerContacts {
  padding-top: 0;
  padding-right: 90px; }
  .headerContacts .iconHover {
    margin: 0 11px; }
    .headerContacts .iconHover:hover svg, .headerContacts .iconHover:hover path {
      fill: #e52520; }
    .headerContacts .iconHover svg {
      width: 23px;
      height: 24px;
      fill: #fff; }
    .headerContacts .iconHover.icon-whatsapp {
      margin-left: 40px; }

.headerPhone {
  padding-right: 65px; }
  .headerPhone svg {
    width: 22px;
    height: 22px;
    fill: none; }

.headerPhoneWrap {
  position: relative;
  margin-left: 30px;
  gap: 10px;
  flex-direction: row;
  align-items: center; }
  .headerPhoneWrap a {
    display: flex;
    align-items: center;
    margin: 0 !important;
    /*&:last-child {
      margin-top: 10px;
    }
    &:first-child {
      margin-bottom: 0;
      margin-top: 0;
    }*/ }
    .headerPhoneWrap a svg {
      width: 11px;
      height: 7px;
      fill: #fff;
      flex: none; }
  .headerPhoneWrap .dropdown {
    position: absolute;
    padding: 10px;
    border-radius: 4px;
    opacity: 0;
    transition: .2s;
    background: #fff;
    left: -10px;
    top: -10px; }
    .headerPhoneWrap .dropdown a {
      color: #000; }
  .headerPhoneWrap:hover .dropdown {
    opacity: 1; }

.footerSocial svg {
  width: 34px;
  height: 34px;
  fill: #fff; }

.downloadPdf svg {
  width: 18px;
  height: 18px;
  fill: #e52520; }

.uk-offcanvas-container .sidebarToggle {
  right: 40px; }
  @media screen and (max-width: 1400px) {
    .uk-offcanvas-container .sidebarToggle {
      right: 20px; } }

.footerTel .icon-whatsapp {
  display: inline-block;
  margin-left: 15px; }
  .footerTel .icon-whatsapp svg {
    width: 34px;
    height: 34px;
    fill: #fff; }
  .footerTel .icon-whatsapp:hover svg {
    fill: #e52520; }

.sidebarToggle {
  position: fixed;
  z-index: 10;
  right: 35px;
  top: 32px;
  height: 54px;
  min-height: unset;
  transition: background .5s ease .3s; }
  .sidebarToggle.bg-opacity {
    background: rgba(0, 0, 0, 0.8); }
  @media screen and (max-width: 640px) {
    .sidebarToggle {
      top: 14px;
      right: 20px; } }

.numbersItem .number {
  margin-bottom: 10px; }
  @media (min-width: 640px) and (max-width: 740px) {
    .numbersItem .number {
      font-size: 35px;
      margin-bottom: 0;
      line-height: 48px; } }
.numbersItem p {
  font-size: 12px;
  color: #696969; }

.section__block {
  padding: 30px 0; }
  @media (min-width: 800px) {
    .section__block {
      padding: 40px 0; } }
  @media (min-width: 1200px) {
    .section__block {
      padding: 70px 0; } }
  @media screen and (max-width: 640px) {
    .section__block .life_dia {
      float: none;
      padding-right: 0;
      text-align: center; } }

p:last-child {
  margin-bottom: 0; }

.uk-lightbox-toolbar {
  background: none;
  padding: 30px 40px; }

.pb0 {
  padding-bottom: 0 !important; }

.uk-icon-link {
  color: #fff; }

.uk-offcanvas-container .feedblock__wrapper {
  right: 30px; }
  @media screen and (max-width: 1400px) {
    .uk-offcanvas-container .feedblock__wrapper {
      right: 25px; } }

.feedblock__wrapper {
  position: fixed;
  bottom: 50px;
  right: 25px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100000; }
.feedblock__btn_input {
  display: none; }
  .feedblock__btn_input:checked + label {
    background: #fff !important;
    animation: none; }
    .feedblock__btn_input:checked + label .feedblock__icon-write {
      opacity: 0;
      visibility: hidden;
      transform: scale(0.1); }
    .feedblock__btn_input:checked + label .feedblock__icon-close {
      opacity: 1;
      visibility: visible;
      transform: scale(1); }
  .feedblock__btn_input:checked ~ a:nth-of-type(1) {
    transition: all 0.2s ease-in-out;
    transform: translate(0, -135%); }
  .feedblock__btn_input:checked ~ a:nth-of-type(2) {
    transition: all 0.225s ease-in-out;
    transform: translate(0, -255%); }
  .feedblock__btn_input:checked ~ a:nth-of-type(3) {
    transition: all 0.25s ease-in-out;
    transform: translate(0, -375%); }
  .feedblock__btn_input:checked ~ a:nth-of-type(4) {
    transition: all 0.275s ease-in-out;
    transform: translate(0, -495%); }
  .feedblock__btn_input:checked ~ .feedblock__icon_link {
    opacity: 1;
    visibility: visible; }
.feedblock__btn_label {
  position: relative;
  cursor: pointer;
  z-index: 2;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  background: #c4ff1a;
  border: 1px solid #000;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
  animation: feedblock__btn-pulsate 2s ease-out;
  animation-iteration-count: infinite; }
.feedblock__icon {
  transition: all 0.3s ease-in-out;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .feedblock__icon-close {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.1); }
  .feedblock__icon_link {
    border-radius: 50%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    width: 50px;
    height: 50px; }
    .feedblock__icon_link:hover .feedblock__tooltip {
      opacity: 0.85; }
.feedblock__tooltip {
  position: absolute;
  right: 70px;
  white-space: nowrap;
  padding: 6px 9px;
  font-size: 13px;
  border-radius: 3px;
  transform: translateX(0%) translateY(-50%);
  top: 50%;
  background: #292929;
  color: #fff;
  opacity: 0;
  transition: all 0.1s linear; }

@keyframes feedblock__btn-pulsate {
  0% {
    transform: scale(1, 1); }
  25% {
    transform: scale(1.1, 1.1); }
  50% {
    transform: scale(1, 1); } }
.mainSlide .mainSlideDark p,
.mainSlide .mainSlideDots p {
  letter-spacing: .04em; }

.uk-open > .uk-offcanvas-bar {
  left: auto;
  right: 0; }

.uk-offcanvas-bar {
  width: 410px;
  max-width: 100%;
  left: auto;
  right: -100%;
  transition: right .3s; }
  @media (min-width: 960px) {
    .uk-offcanvas-bar {
      left: auto;
      right: -100%; } }
  .uk-offcanvas-bar-animation {
    transition: right .3s; }
.uk-offcanvas-close:hover svg {
  color: #000; }
.uk-offcanvas-close svg {
  width: 18px;
  height: 18px; }

.sidebarNav > li {
  border-bottom: 0; }
  @media screen and (max-width: 640px) {
    .sidebarNav > li a {
      padding: 8px 0; } }

.sidebar__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; }
  @media screen and (min-width: 1200px) {
    .sidebar__content {
      padding-top: 75px;
      padding-bottom: 55px; } }
.sidebar__socials {
  display: flex;
  align-items: center; }
  .sidebar__socials a {
    width: 20px;
    height: 20px;
    margin: 0 11px;
    display: flex; }
    .sidebar__socials a.icon-whatsapp {
      margin-left: 35px; }
    .sidebar__socials a:first-child {
      margin-left: 0; }
    .sidebar__socials a:last-child {
      margin-right: 0; }
    .sidebar__socials a svg {
      width: 100%;
      height: 100%; }
.sidebar__contacts {
  color: #696969;
  font-size: 12px;
  margin-top: 35px; }
  @media screen and (max-width: 640px) {
    .sidebar__contacts {
      margin-top: 20px; } }
  .sidebar__contacts span {
    display: block;
    margin-bottom: 8px; }
  .sidebar__contacts-item {
    font-size: 15px;
    color: #000 !important;
    font-weight: 700;
    display: block; }
    .sidebar__contacts-item:hover {
      text-decoration: none; }

.specializationBlock li {
  /*@media screen and (max-width: 640px) {
    height: 400px;
  }*/ }
  .specializationBlock li a {
    display: block; }

.slideBlock {
  overflow: hidden;
  position: relative; }
  .slideBlockContentWrapper {
    display: flex;
    align-items: center;
    color: #fff; }
    .slideBlockContentWrapper .uk-container {
      width: 100%; }
      @media screen and (max-width: 1350px) {
        .slideBlockContentWrapper .uk-container {
          padding: 0 45px; } }
  .slideBlock img {
    transition: .5s ease;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.slideTitle {
  font-size: 48px;
  margin-bottom: 40px; }
  @media screen and (max-width: 1200px) {
    .slideTitle {
      font-size: 36px;
      margin-bottom: 20px; } }
  @media screen and (max-width: 640px) {
    .slideTitle {
      font-size: 21px;
      line-height: 1.2;
      margin-bottom: 15px; } }

.slideContent {
  letter-spacing: .04em;
  font-size: 15px;
  line-height: 1.7; }
  @media screen and (max-width: 640px) {
    .slideContent {
      font-size: 12px; } }

.control__item {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: top;
  padding: 10px; }
  @media screen and (max-width: 1350px) {
    .control__item {
      padding: 5px; } }
  .control__item.prev {
    transform: rotate(90deg) translateY(-50%);
    left: 10px; }
    @media screen and (max-width: 1350px) {
      .control__item.prev {
        left: 5px; } }
  .control__item.next {
    transform: rotate(-90deg) translateY(-50%);
    right: 10px; }
    @media screen and (max-width: 1350px) {
      .control__item.next {
        right: 5px; } }
  .control__item svg {
    fill: #fff;
    width: 25px;
    height: 16px; }
    @media screen and (max-width: 1000px) {
      .control__item svg {
        width: 20px;
        height: 12px; } }

@media (max-width: 800px) {
  .specializationBlock .swiper-slide {
    height: 480px; } }

.objectsBlock .swiper-slide {
  width: 1200px; }
  .objectsBlock .swiper-slide:hover img {
    transform: scale(1.11); }
  .objectsBlock .swiper-slide.swiper-slide-prev .uk-overlay-primary, .objectsBlock .swiper-slide.swiper-slide-next .uk-overlay-primary {
    background: rgba(21, 21, 21, 0.6); }
  .objectsBlock .swiper-slide.swiper-slide-prev.hovered .uk-overlay-primary, .objectsBlock .swiper-slide.swiper-slide-next.hovered .uk-overlay-primary {
    background: rgba(21, 21, 21, 0.4); }
  .objectsBlock .swiper-slide.swiper-slide-active .uk-overlay-primary {
    background: none; }
  .objectsBlock .swiper-slide.swiper-slide-active:hover .slideTitle, .objectsBlock .swiper-slide.swiper-slide-active:hover .slideContent, .objectsBlock .swiper-slide.swiper-slide-active:hover .slideRegion {
    opacity: 1; }
  .objectsBlock .swiper-slide.swiper-slide-active:hover .uk-overlay-primary {
    background: rgba(21, 21, 21, 0.6); }
  @media (max-width: 1200px) {
    .objectsBlock .swiper-slide {
      width: 800px; } }
  @media (max-width: 800px) {
    .objectsBlock .swiper-slide {
      width: 100%;
      height: 240px; }
      .objectsBlock .swiper-slide.swiper-slide-active .uk-overlay-primary {
        background: rgba(21, 21, 21, 0.6); }
      .objectsBlock .swiper-slide.swiper-slide-active .slideTitle, .objectsBlock .swiper-slide.swiper-slide-active .slideRegion {
        opacity: 1; } }
.objectsBlock .uk-overlay-primary {
  background: rgba(21, 21, 21, 0.6);
  transition: .5s ease; }
.objectsBlock .slideTitle {
  transition: .5s ease;
  opacity: 0; }
.objectsBlock .slideContent {
  transition: .5s ease;
  opacity: 0; }
  @media (max-width: 800px) {
    .objectsBlock .slideContent {
      display: none; } }
.objectsBlock .slideRegion {
  transition: .5s ease;
  opacity: 0; }

.main-h2 {
  letter-spacing: .2em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px !important; }
  @media screen and (max-width: 640px) {
    .main-h2 {
      margin-bottom: 20px !important; } }

.objectsDescription {
  position: relative;
  margin-top: 20px;
  display: block; }
  @media screen and (max-width: 640px) {
    .objectsDescription {
      display: none; } }
.objectsRegion {
  position: relative;
  margin-top: 10px;
  display: block; }

@media screen and (max-width: 640px) {
  .priceAnchors div {
    flex: none;
    padding: 0 20px; }
  .priceAnchors-regions div {
    padding: 0 6px; } }

.uk-modal-body {
  padding: 46px 44px; }

.form {
  color: #000; }
  .form__title {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: #202020;
    line-height: 22px;
    text-align: center;
    margin-bottom: 17px; }
    .form__title.title-bottom {
      margin-top: 32px; }
  .form__subtitle {
    font-size: 12px;
    letter-spacing: .01em;
    margin-bottom: 40px;
    text-align: center; }
  .form__agreement {
    margin: 55px 0 20px !important; }
    .form__agreement .uk-checkbox {
      margin-right: 6px; }
    .form__agreement label {
      font-size: 9px !important; }
  .form__file svg {
    width: 20px;
    height: 20px;
    fill: #000; }
  .form__file input {
    border: 0;
    background-color: rgba(0, 0, 0, 0) !important;
    padding: 0; }
  .form__social {
    display: flex;
    justify-content: center; }
    .form__social a {
      padding: 0 10px; }
    .form__social svg {
      width: 34px;
      height: 34px; }
  .form__icon {
    display: flex;
    justify-content: center;
    margin: 50px 0 55px; }
    .form__icon svg {
      width: 115px;
      height: 115px; }
  .form .uk-input, .form .uk-textarea {
    color: #696969 !important;
    font-size: 12px; }
  .form .uk-input {
    height: 44px; }
  .form .redBtn {
    width: 100%; }
  .form .uk-form-danger {
    font-size: 12px; }

.btn__banner {
  display: block;
  max-width: 274px;
  margin-bottom: 16px;
  text-align: center; }
  .btn__banner:last-child {
    margin-bottom: 0; }

#estimateFormWrap .uk-modal-dialog {
  max-width: 400px !important; }
#estimateFormWrap .form__agreement {
  margin: 20px 0 !important; }

#successWrap .uk-modal-dialog {
  max-width: 400px !important; }

.ya__rating {
  display: inline-block;
  margin-bottom: 5px; }

@media screen and (max-width: 640px) {
  .mobileOverflow {
    overflow-x: hidden; }

  .mainSlide .transBtn {
    margin-top: 0; } }
@media (max-width: 715px) {
  .mainSlideDots .mobileOverflow a {
    margin-bottom: 16px; } }
@media (max-width: 1660px) {
  .mainNavbar.uk-light .uk-navbar-nav {
    display: none; } }
.nadoWrap img {
  max-height: 115px; }

.sertificate h2 {
  text-align: center; }
.sertificate__block {
  margin-bottom: 70px; }
  .sertificate__block:last-child {
    margin-bottom: 0; }
  .sertificate__block .uk-grid {
    justify-content: center; }

.trustItem {
  box-sizing: border-box;
  display: flex;
  align-items: center; }

.sertifSliderWrap .trustItem {
  height: 100%; }

.contactSocial {
  font-size: 10px; }
  .contactSocial svg, .contactSocial img {
    margin-right: 10px;
    transition: all .3s linear;
    max-width: 110px; }
    @media (min-width: 960px) and (max-width: 1170px) {
      .contactSocial svg, .contactSocial img {
        max-width: 90px; } }
  .contactSocial polygon, .contactSocial ellipse {
    transition: all .3s linear; }
  .contactSocial:hover svg, .contactSocial:hover polygon, .contactSocial:hover ellipse {
    fill: #e52520; }

.detail__img {
  position: relative;
  padding-bottom: 58%; }
  .detail__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover; }

@media screen and (max-width: 640px) {
  .mobileOverflow {
    overflow-x: auto; } }
footer .footerSocial {
  grid-template-columns: repeat(6, 30px); }

.greenBtn {
  background: #c4ff1a;
  border: 1px solid transparent;
  color: #000;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: .2em;
  padding: 15px 35px;
  transition: all .3s ease-in-out;
  font-size: 12px; }
  .greenBtn:hover {
    text-decoration: none;
    color: #000;
    background: #a9e00d; }
  @media (max-width: 640px) {
    .greenBtn {
      box-sizing: border-box;
      padding: 15px; } }

.footer__links {
  display: grid;
  grid-template-columns: 150px 150px;
  grid-template-rows: 1fr 1fr;
  grid-gap: 3px; }
  @media (max-width: 640px) {
    .footer__links {
      justify-content: center; } }
  .footer__links .dreamjob {
    grid-column: 2 / 2;
    grid-row: 1 / 3; }
  .footer__links .rusprofile {
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    height: 48px;
    width: 150px;
    background: #fff;
    border-radius: 4px; }
    .footer__links .rusprofile img {
      transform: translateY(-2px); }
  .footer__links .ya__rating {
    margin-bottom: 0; }

.footer__phone {
  display: flex;
  gap: 10px; }
  @media (max-width: 640px) {
    .footer__phone {
      justify-content: center;
      gap: 16px; } }
  .footer__phone .iconHover {
    width: 30px;
    height: 30px;
    flex: none;
    transform: translateY(-4px); }
    @media (max-width: 640px) {
      .footer__phone .iconHover {
        width: 22px;
        height: 22px;
        transform: translateY(-2px); } }
    .footer__phone .iconHover svg {
      width: 100%;
      height: 100%;
      fill: #fff; }
.footerTel span {
  display: block; }

.sidebar__contacts-phone {
  display: flex;
  align-items: center;
  gap: 10px; }
  .sidebar__contacts-phone .iconHover {
    width: 24px;
    height: 24px;
    flex: none; }
    .sidebar__contacts-phone .iconHover svg {
      width: 100%;
      height: 100%; }

/*
.headerPhoneWrap {
  flex-direction: row;
}*/

/*# sourceMappingURL=custom.css.map */
