.installation-wrapper .header__cities {
  margin-top: 20px;
  background: -webkit-gradient(linear, left top, right top, color-stop(15.19%, #5EDDDB), color-stop(100.73%, white));
  background: linear-gradient(90deg, #5EDDDB 15.19%, white 100.73%);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
  min-height: 50px;
  padding: 5px 15px;
  max-width: 560px;
}
.installation-wrapper .header__city {
  font-weight: 700;
  font-size: 15px;
  line-height: 134.9%;
  letter-spacing: 0.02em;
  color: #130B44;
  position: relative;
}
.installation-wrapper .header__city::before {
  content: " ";
  left: -25px;
  width: 15px;
  position: absolute;
  height: 1px;
  border-top: 1px dashed #130B44;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.installation-wrapper .header__city:first-child::before {
  display: none;
}
.installation-wrapper .header__price {
  margin-top: 18px;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #8E9BAD;
}
.installation-wrapper .header__price b {
  color: #5FD3D1;
  font-weight: 700;
}
.installation-wrapper .header__temperature-info {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-end;
      -ms-flex-align: self-end;
          align-items: self-end;
  gap: 20px;
  font-size: 18px;
  line-height: 134.9%;
  letter-spacing: 0.02em;
  color: #202020;
}
.installation-wrapper .header__card {
  background: #F3F6F9;
  -webkit-box-shadow: 0px 30px 40px #E4EAF0;
          box-shadow: 0px 30px 40px #E4EAF0;
  border-radius: 10px;
}
@media screen and (max-width: 992px) and (min-width: 381px) {
  .installation-wrapper .header__cities {
    gap: 10px;
    padding: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 300px;
  }
  .installation-wrapper .header__city {
    padding-left: 20px;
  }
  .installation-wrapper .header__city::before {
    left: 0;
  }
  .installation-wrapper .header__city:first-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 780px) {
  .installation-wrapper .header__cities {
    gap: 10px;
    padding: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .installation-wrapper .header__temperature-info {
    margin-top: 23px;
    gap: 11px;
  }
  .installation-wrapper .header__city {
    padding-left: 20px;
    font-size: 12px;
    line-height: 134.9%;
  }
  .installation-wrapper .header__city::before {
    left: 0;
  }
  .installation-wrapper .header__city:first-child {
    padding-left: 0;
  }
  .installation-wrapper .header__temperature-info {
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #202020;
  }
  .installation-wrapper .header__temperature-info br {
    display: none;
  }
  .installation-wrapper .header__temperature-info img {
    width: 16px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.installation-wrapper .header__bg {
  width: 570px;
  height: 375px;
  top: 10px;
  right: 21px;
  left: unset;
  max-width: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.installation-wrapper .header .wrapper {
  position: relative;
}
.installation-wrapper .header .header__cta {
  margin-top: 16px;
}
.installation-wrapper .header__card {
  padding: 20px 20px 24px;
}
.installation-wrapper .header__cards {
  margin-top: 55px;
}
.installation-wrapper .circles + .wharranty, .installation-wrapper .wharranty + .offer {
  margin-top: 40px;
}
@media screen and (max-width: 780px) {
  .installation-wrapper .header {
    padding-top: 5px;
  }
  .installation-wrapper .header__title br {
    display: none;
  }
  .installation-wrapper .header .header__cta {
    margin-top: 6px;
  }
  .installation-wrapper .header .header__cta .header__btn {
    height: 50px;
  }
  .installation-wrapper .header .header__cta .header__hint {
    margin-left: 0;
    text-align: left;
    font-size: 10px;
    margin-top: 10px;
  }
  .installation-wrapper .header__video {
    margin-top: 31px;
    padding-top: 10px;
    padding-bottom: 11px;
    padding-left: 101px;
  }
  .installation-wrapper .header__cards {
    margin-top: 28px;
  }
  .installation-wrapper .header__card {
    padding: 18px 18px 18px;
  }
  .installation-wrapper .header__video:after, .installation-wrapper .header__video:before {
    margin-top: -31px;
    left: 9px;
    width: 60px;
    height: 60px;
  }
  .installation-wrapper .header__card-title {
    margin-top: 20px;
    font-size: 14px;
  }
  .installation-wrapper .header__card-text {
    font-size: 12px;
    line-height: 147.9%;
  }
}

.admin-block {
  background: #F3F6F9;
}
.admin-block .admin__columns {
  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;
}
.admin-block .admin__image {
  position: relative;
}
.admin-block .admin__image img {
  position: relative;
  z-index: 12;
  height: 560px;
}
.admin-block .admin-image__info {
  position: absolute;
  right: 0;
  top: 44px;
  background: rgba(255, 255, 255, 0.95);
  width: 260px;
  height: 260px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.admin-block .admin-image-info__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 129.4%;
  text-align: center;
  color: #5FD3D1;
}
.admin-block .admin-image-info__subtitle {
  margin-top: 4px;
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 127.4%;
  text-align: center;
  color: #8E9BAD;
}
.admin-block .admin__text {
  margin-top: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 155.4%;
  letter-spacing: 0.02em;
  color: #202020;
}
.admin-block .admin__list {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}
.admin-block .admin__list li {
  font-weight: 400;
  font-size: 14px;
  line-height: 134.9%;
  letter-spacing: 0.02em;
  color: #202020;
  padding-left: 18px;
  position: relative;
}
.admin-block .admin__list li::before {
  content: " ";
  position: absolute;
  top: 4px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5FD3D1;
}
.admin-block .admin__list li + li {
  margin-top: 15px;
}
@media screen and (max-width: 992px) and (min-width: 781px) {
  .admin-block .admin__image img {
    margin-left: -120px;
  }
}
@media screen and (max-width: 780px) {
  .admin-block {
    padding-top: 30px;
  }
  .admin-block .admin__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .admin-block .admin__image {
    max-width: 340px;
    margin-top: 20px;
    width: 100%;
  }
  .admin-block .admin__image img {
    margin-left: -49px;
    height: 230px;
  }
  .admin-block .admin-image__info {
    right: 18px;
    left: unset;
    top: -2px;
    width: 186px;
    height: 186px;
  }
  .admin-block .admin__list {
    margin-top: 19px;
  }
  .admin-block .admin__list li {
    font-size: 12px;
    line-height: 134.9%;
  }
  .admin-block .admin__list li + li {
    margin-top: 18px;
  }
  .admin-block .admin__text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 155.4%;
  }
  .admin-block .admin-image-info__title {
    font-size: 14px;
  }
  .admin-block .admin-image-info__subtitle {
    margin-top: 8px;
    font-size: 12px;
  }
}

.advantage-block {
  margin-top: 115px;
}
.advantage-block .list {
  margin-top: 40px;
}
.advantage-block .advantages__top-info {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 781px) {
  .advantage-block .advantages__top-info {
    -ms-grid-columns: 1fr 364px;
    grid-template-columns: 1fr 364px;
  }
}
.advantage-block .advantages__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 155.4%;
  letter-spacing: 0.02em;
  color: #202020;
}
.advantage-block .adv {
  padding: 30px 70px;
  border: 1px solid #E4EAF0;
  border-radius: 10px;
}
.advantage-block .adv_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.advantage-block .adv_info {
  max-width: 600px;
}
.advantage-block .adv_title {
  margin-top: 15px;
  font-weight: 400;
  font-size: 20px;
  line-height: 155.4%;
  letter-spacing: 0.02em;
  color: #202020;
}
.advantage-block .adv_image {
  min-height: 202px;
  width: 459px;
}
.advantage-block .adv_image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.advantage-block .adv_subtitle {
  letter-spacing: 0.02em;
  color: #5FD3D1;
  font-weight: 700;
  font-size: 20px;
  line-height: 155.4%;
}
.advantage-block .adv_text {
  margin-top: 15px;
  letter-spacing: 0.02em;
  color: #8E9BAD;
  font-weight: 500;
  font-size: 14px;
  line-height: 155.4%;
  letter-spacing: 0.02em;
}
.advantage-block .adv + .adv {
  margin-top: 30px;
}
@media screen and (min-width: 781px) and (max-width: 992px) {
  .advantage-block {
    margin-top: 80px;
  }
  .advantage-block .advantages__text {
    font-size: 16px;
    line-height: 155.4%;
  }
  .advantage-block .list {
    margin-top: 30px;
  }
  .advantage-block .adv {
    padding: 30px;
  }
  .advantage-block .adv_title {
    margin-top: 15px;
    font-weight: 400;
    font-size: 20px;
    line-height: 155.4%;
    letter-spacing: 0.02em;
    color: #202020;
  }
  .advantage-block .adv_image {
    width: 300px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .advantage-block .adv_subtitle {
    font-size: 16px;
    line-height: 155.4%;
  }
  .advantage-block .adv_text {
    margin-top: 15px;
    font-size: 14px;
    line-height: 155.4%;
  }
  .advantage-block .adv + .adv {
    margin-top: 20px;
  }
}
@media screen and (max-width: 780px) {
  .advantage-block {
    margin-top: 60px;
  }
  .advantage-block .advantages__text {
    font-size: 14px;
    line-height: 155.4%;
  }
  .advantage-block .list {
    margin-top: 20px;
  }
  .advantage-block .adv {
    padding: 20px;
  }
  .advantage-block .adv_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .advantage-block .adv_info {
    max-width: 600px;
  }
  .advantage-block .adv_title {
    margin-top: 15px;
    font-weight: 400;
    font-size: 20px;
    line-height: 155.4%;
    letter-spacing: 0.02em;
    color: #202020;
  }
  .advantage-block .adv_image {
    margin-top: 20px;
    min-height: 130px;
    width: 100%;
  }
  .advantage-block .adv_subtitle {
    font-size: 16px;
    line-height: 155.4%;
  }
  .advantage-block .adv_text {
    margin-top: 15px;
    font-size: 14px;
    line-height: 155.4%;
  }
  .advantage-block .adv + .adv {
    margin-top: 20px;
  }
}

.logistics {
  margin-top: 120px;
  margin-bottom: 120px;
}
.logistics .logistics__text {
  margin-top: 30px;
  font-weight: 400;
  font-size: 20px;
  line-height: 155.4%;
  letter-spacing: 0.02em;
  color: #202020;
  max-width: 795px;
}
.logistics .logistics_columns {
  margin-top: 48px;
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
}
.logistics .col-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-column-align: center;
      justify-self: center;
}
.logistics .col-image_container {
  width: 100%;
  width: 426px;
  height: 426px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 80px;
}
.logistics .col-image_container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.logistics .col-info {
  position: relative;
}
.logistics .col-info::before {
  content: " ";
  position: absolute;
  right: 54%;
  top: -178px;
  z-index: -1;
  width: 60px;
  height: 100px;
  background: no-repeat center/contain url(../images/icon-logistics.svg);
}
@media screen and (max-width: 767px) {
  .logistics .col-info::before {
    right: 40px;
    top: -89px;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}
.logistics .col-info__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 155.4%;
  letter-spacing: 0.02em;
  color: #202020;
}
.logistics .col-info__list {
  margin-top: 42px;
}
.logistics .col-info__list li {
  font-weight: 400;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #202020;
  padding-left: 39px;
  position: relative;
}
.logistics .col-info__list li::before {
  content: " ";
  position: absolute;
  top: 1px;
  left: 0;
  width: 19px;
  height: 24px;
  background: no-repeat center/contain url(../images/list-bg-point.svg);
}
.logistics .col-info__list li + li {
  margin-top: 22px;
}
@media screen and (min-width: 1200px) {
  .logistics .col-image_container {
    margin-left: 74px;
  }
  .logistics .col-info {
    margin-top: 38px;
    margin-left: 75px;
  }
}
@media screen and (max-width: 780px) {
  .logistics {
    margin-top: 63px;
    margin-bottom: 60px;
  }
  .logistics .logistics__text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 155.4%;
  }
  .logistics .logistics_columns {
    margin-top: 23px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .logistics .col-image_container {
    width: 207px;
    height: 207px;
  }
  .logistics .col-info__title {
    font-size: 20px;
    line-height: 155.4%;
  }
  .logistics .col-info__list {
    margin-top: 24px;
  }
  .logistics .col-info__list li {
    font-size: 14px;
    line-height: 155.4%;
  }
  .logistics .col-info__list li + li {
    margin-top: 17px;
  }
  .logistics + .quiz {
    margin-top: 60px;
  }
}

.topbar__contacts-links {
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.topbar__contacts-links a {
  margin: 0;
  padding: 0;
  text-align: right;
}

.topbar__btn-profile {
  min-height: 46px;
  min-width: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.topbar__btn-profile {
  margin-left: 20px;
}

#login.modal, #signup.modal {
  padding: 54px 55px;
  background: #F3F6F9;
  max-width: 480px;
  min-height: auto;
}
#login.modal .login-link, #signup.modal .login-link {
  display: inline-block;
  color: #28C6C6;
  text-decoration: underline;
}
#login.modal .mfp-close, #signup.modal .mfp-close {
  display: none;
}
#login.modal .modal__close, #login.modal .mfp-close, #signup.modal .modal__close, #signup.modal .mfp-close {
  top: 38px;
  right: 53px;
  width: 16px;
  height: 16px;
  background: no-repeat center/contain url(../images/icon-close.svg);
}
@media screen and (max-width: 780px) {
  #login.modal, #signup.modal {
    padding: 46px 20px;
    max-width: 100%;
  }
  #login.modal .modal__policy, #signup.modal .modal__policy {
    max-width: unset;
    margin-left: 0;
    margin-right: 0;
  }
  #login.modal .modal__input, #signup.modal .modal__input {
    height: 50px;
  }
  #login.modal .modal__btn, #login.modal .modal__label, #signup.modal .modal__btn, #signup.modal .modal__label {
    height: 55px;
  }
  #login.modal .modal__form, #signup.modal .modal__form {
    margin-top: 20px;
  }
}

.offer.callback-form .offer__cnt {
  margin-left: auto;
  margin-right: 10px;
}
.offer.callback-form .offer__bg {
  position: absolute;
  top: -30px;
  left: unset;
  right: 50%;
  margin-left: -5px;
  display: block;
  max-width: 100%;
  height: 100%;
  max-width: 490px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (min-width: 781px) {
  .show-mob {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  .show-mob {
    display: block;
  }
}

@media screen and (min-width: 781px) {
  .show-desc {
    display: block;
  }
}
@media screen and (max-width: 780px) {
  .show-desc {
    display: none;
  }
}

@media screen and (max-width: 780px) {
  .topbar__btn {
    width: 218px;
    font-size: 10px;
    height: 40px;
    line-height: 12px;
  }
}

.wharranty, .circles {
  margin-bottom: 30px;
}

#breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 14px;
}
#breadcrumbs ul li a {
  font-weight: 400;
  font-size: 10px;
  line-height: 134.9%;
  letter-spacing: 0.02em;
  color: #8E9BAD;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
#breadcrumbs ul li a:hover {
  opacity: 0.8;
}
#breadcrumbs ul li a::before {
  content: " ";
  position: absolute;
  right: -9px;
  width: 4px;
  height: 6px;
  top: 3px;
  background: no-repeat center/contain url(../images/icon-arrow.svg);
}
#breadcrumbs ul li:last-child a {
  color: #5FD3D1;
}
#breadcrumbs ul li:last-child a::before {
  display: none;
}
@media screen and (max-width: 780px) {
  #breadcrumbs ul li a {
    font-size: 8px;
  }
}

@media screen and (min-width: 781px) {
  .topbar__nav-col .topbar__messengers {
    display: none !important;
  }
}
@media screen and (max-width: 780px) {
  .topbar__nav-col {
    border: unset;
    background: #F3F6F9;
    border-radius: 10px;
    padding: 22px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .topbar__nav-col .topbar__messengers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    margin-top: 20px;
  }
  .topbar__nav-col .topbar__messengers .messenger {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #5fd3d1;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
  }
  .topbar__nav-col .topbar__messengers .messenger + .telephone {
    margin-left: 12px;
  }
  .topbar__nav-col .topbar__messengers .email, .topbar__nav-col .topbar__messengers .telephone {
    font-weight: 400;
    font-size: 12px;
    line-height: 168.4%;
    color: #202020;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .topbar__nav-col .topbar__messengers .email:hover, .topbar__nav-col .topbar__messengers .telephone:hover {
    color: #5FD3D1;
  }
  .topbar__nav-col .topbar__btn-profile {
    margin: 0;
  }
  .topbar__nav-col .topbar__btn-profile {
    min-width: 40px;
    min-height: 40px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
  }
  .topbar__nav-col .topbar__nav-item {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #130B44;
    margin: 4px 0;
    text-align: left;
  }

  .topbar__nav_mob-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }

  .topbar__nav_mob-actions {
    margin-bottom: 20px;
  }

  .topbar__burger.active span:first-child {
    -webkit-transform: translateY(2px) rotate(-45deg);
            transform: translateY(2px) rotate(-45deg);
  }

  .topbar__nav-col .topbar__nav-item {
    margin: 3px 0;
  }

  .toolbar__links {
    color: #8E9BAD;
  }
  .toolbar__links a {
    font-weight: 500;
    font-size: 13px;
    color: #130B44;
    line-height: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .toolbar__links a:hover {
    color: #28C6C6;
  }
  .toolbar__links a.login {
    color: #130B44;
  }
}
.form-input-container {
  position: relative;
}
.form-input-container .show-password {
  position: absolute;
  border: unset;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  background-color: unset;
  z-index: 12;
  width: 27px;
  height: 17px;
}
.form-input-container .show-password::before, .form-input-container .show-password::after {
  content: "";
  position: absolute;
  width: 23px;
  height: 13px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-input-container .show-password::after {
  background-image: url(../images/icon-show-password.svg);
}
.form-input-container .show-password::before {
  background-image: url(../images/icon-hide-password.svg);
  opacity: 1;
}
.form-input-container .show-password.active::after {
  opacity: 1;
}
.form-input-container .show-password.active::before {
  opacity: 0;
}

@media screen and (max-width: 780px) {
  .topbar__nav {
    margin: 10px 0;
  }
  .topbar__nav .topbar__nav-row {
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .topbar__nav .topbar__burger {
    width: 40px;
    height: 40px;
  }
  .topbar__nav .topbar__burger span {
    width: 18px;
    border-radius: 2px;
    margin: 2px 0;
  }
  .topbar__nav .topbar__btn {
    margin-top: 0;
  }
  .topbar__nav .wrapper {
    width: 100%;
  }
}
.office .office__item {
  position: relative;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 25px;
}
.office .office__item span {
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
}

