.page-container.page-title-container,
.page-head,
.page-container.page-header{
    display: none;
}
.sticky-header .header { z-index: 11; }

.support .services-on-map__title,
.support .services-link {
    background-color: transparent;
}

.js-hide { display: none !important; }


@media (min-width: 1150.98px) {
    .services-on-map-content {
        grid-template-columns: 446px 816px;
    }
    .support .services-link {
        font-size: 23px;
    }
}


.services-on-map-select li {
    background-color: #f9f7f7;
    color: #050505;
    font-family: TTNormsPro;
    font-size: 14px;
    font-weight: 700;
    line-height: 20.02px;
    padding: 9px 19px 10px;
}
.services-on-map-select li:hover,
.services-on-map-select li.selected {
    background-color: #f9f7f7;
    color: #050505;
}
.jq-selectbox__dropdown ul {
    max-height: 260px;
}

/* Карта */
.services-on-map-container {
    position: relative;
}
.services-on-map-map {
    width: 100%;
    height: 400px;
    background: center no-repeat;
    background-size: cover;
}
.services-on-map-map--ya.js-hide {
    display: block !important;
    position: absolute;
    inset: 0;
    z-index: -1;
}
.services-on-map-map--empty {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    color: #666;
    font-size: 17px;
    background: #eee;
    align-items: center;
    justify-content: center;
}

/* Карточки сервисов */
.services-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 56px;
}
.service-center-card-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.service-center-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #050505;
    font-family: TTNormsPro;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}
.service-center-card__name {
    color: #050505;
    font-family: TTNormsPro;
    font-size: 20px;
    font-weight: 800;
    line-height: 110%;
    text-transform: uppercase;
}
.service-center-card__comment {
    text-transform: capitalize;
}


.callback-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  max-width: 630px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1150px) {
  .callback-form {
    gap: 30px;
  }
}
@media (max-width: 950px) {
  .callback-form {
    gap: 20px;
  }
}
.callback-form__submit-btn {
  -ms-flex-item-align: start;
      align-self: flex-start;
  min-width: 220px;
  font-weight: 500;
  font-size: 20px;
}
@media (max-width: 1150px) {
  .callback-form__submit-btn {
    font-size: 18px;
  }
}
@media screen and (max-width: 575.98px) {
  .callback-form__submit-btn {
    width: 100%;
  }
}

.callback-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 1150px) {
  .callback-inputs {
    gap: 10px;
  }
}
@media (max-width: 950px) {
  .callback-inputs {
    gap: 8px;
  }
}



.callback-form .form-control:not(:placeholder-shown)+span {
    display: none;
}
.callback-form .form-checkbox {
    position: relative;
}
.callback-form .form-checkbox input {
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.callback-form-result {
    padding: 20px;
    min-height: 150px;
    font-size: 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.services {
    padding-bottom: 100px;
}
.services__on-map,
.services__contacts {
    margin-bottom: 56px;
}
@media (max-width: 1150px) {
    .services__on-map,
    .services__contacts {
        margin-bottom: 46px;
    }
}
@media (max-width: 950px) {
    .services__on-map,
    .services__contacts {
        margin-bottom: 36px;
    }
}


.services-locations__title {
    margin-bottom: 40px;
    font-family: TTNormsPro;
    font-weight: 700;
    font-size: 20px;
}
@media (max-width: 1150px) {
    .services-locations__title {
        font-size: 18px;
        margin-bottom: 30px;
    }
}
@media (max-width: 950px) {
    .services-locations__title {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

.services-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.services-item {
    padding: 0;
    margin: 0;
}
.services-link {
    padding: 0 0 0 37px;
    background-image: url("/local/templates/itk-group-2025/images/svg/arrow-list-marker.svg");
    background-size: 23px 15px;
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 1.3;
    text-decoration: none;
    color: inherit;
    font-family: TTNormsPro;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: 250ms color;
}
@media (hover: hover) and (pointer: fine) {
    .services-link:hover {
        color: #52c300;
    }
}
@media (max-width: 1150px) {
    .services-link {
        font-size: 16px;
        padding-left: 30px;
    }
}
@media (max-width: 950px) {
    .services-link {
        padding-left: 26px;
        font-size: 14px;
    }
}


.services-on-map__title {
    margin-bottom: 74px;
    display: block;
    padding-left: 31px;
    font-family: TTNormsPro;
    font-weight: 800;
    font-size: 20px;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    background-image: url("/local/templates/itk-group-2025/images/svg/arrow-down-yel.svg");
    background-size: 15px 23px;
    background-repeat: no-repeat;
    background-position: left center;
}
@media (max-width: 1150px) {
    .services-on-map__title {
        margin-bottom: 50px;
    }
}
@media (max-width: 950px) {
    .services-on-map__title {
        margin-bottom: 30px;
    }
}
.services-on-map__title .amount {
    font-weight: 400;
    color: #A3A7AA;
}

.services-on-map-content {
    width: 100%;
    display: grid;
    grid-template-columns: 266px 816px;
    gap: 20px;
    align-items: flex-start;
    justify-content: space-between;
}
@media (max-width: 1150px) {
    .services-on-map-content {
        grid-template-columns: 266px auto;
    }
}
@media (max-width: 950px) {
    .services-on-map-content {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
}

.services-on-map-text__title {
    font-family: TTNormsPro;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 83px;
}
@media (max-width: 1150px) {
    .services-on-map-text__title {
        font-size: 18px;
        margin-bottom: 50px;
    }
}
@media (max-width: 950px) {
    .services-on-map-text__title {
        font-size: 16px;
        margin-bottom: 30px;
    }
}


.servises-on-map-selects {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
}
.services-on-map-select-group__label {
    display: block;
    margin-bottom: 20px;
    font-family: TTNormsPro;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}
@media (max-width: 1150px) {
    .services-on-map-select-group__label {
        font-size: 16px;
    }
}

.services-on-map-select {
    border: none;
    width: 100%;
}
.services-on-map-select .jq-selectbox__select-text,
.services-on-map-select li {
    color: #050505;
    font-family: TTNormsPro;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.02px;
}
.services-on-map-select li {
    padding: 3px 5px;
}
.services-on-map-select li:hover {
    background-color: #050505;
    color: #52c300;
}
.services-on-map-select li.selected {
    color: #52c300;
    background-color: #050505;
}
.services-on-map-select .jq-selectbox__select {
    background: #ffffff;
    box-shadow: unset;
    border-radius: 0;
    border: 0;
    display: flex;
    align-items: center;
    padding: 0 30px 0 0;
    height: 21px;
}
.services-on-map-select .jq-selectbox__dropdown {
    border-radius: 0;
    border: none;
}
.services-on-map-select .jq-selectbox__trigger {
    border: 0;
}
.services-on-map-select .jq-selectbox__trigger-arrow {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background-image: url(/local/templates/itk-group-2025/images/svg/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(90deg);
    transition: transform 0.3s;
}
.services-on-map-select.dropdown.opened .jq-selectbox__trigger-arrow {
    transform: rotate(270deg);
}
.services-on-map-select:focus-visible {
    outline: 0;
}
.services-on-map-select.jq-selectbox.focused .jq-selectbox__select {
    border: none;
}


.services-contacts-headline {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: baseline;
}
@media (max-width: 950px) {
    .services-contacts-headline {
        flex-direction: column;
        align-items: flex-start;
    }
}

.services-contacts-title {
    text-decoration: none;
    color: inherit;
    font-family: TTNormsPro;
    font-weight: 500;
    font-size: 16px;
    padding-left: 29px;
    background-image: url("/local/templates/itk-group-2025/images/svg/arrowdown-blk.svg");
    background-size: 10px 12px;
    background-position: left center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: color 250ms;
}
@media (hover: hover) and (pointer: fine) {
    .services-contacts-title:hover {
        color: #52c300;
    }
}

.services-contacts-alph {
    display: flex;
    flex-wrap: wrap;
}
.services-contacts-l {
    color: inherit;
    text-decoration: none;
    padding: 3px;
    font-family: TTNormsPro;
    font-weight: 500;
    font-size: 16px;
    color: #A3A7AA;
}
.services-contacts-l.is-selected {
    color: #050505;
}
@media (hover: hover) and (pointer: fine) {
    .services-contacts-l:hover {
        color: #52c300;
    }
}

.services-contacts__more {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    margin-top: 40px;
}
@media (max-width: 1150px) {
    .services-contacts__more {
        margin-top: 40px;
    }
}
@media (max-width: 950px) {
    .services-contacts__more {
        margin-top: 30px;
    }
}
.services-contacts__more .services-contacts-title {
    font-weight: 700;
}
.services-contacts__pagination {
    display: flex;
    justify-content: flex-end;
    margin-top: 50px;
}
@media (max-width: 1150px) {
    .services-contacts__pagination {
        margin-top: 40px;
    }
}
@media (max-width: 950px) {
    .services-contacts__pagination {
        margin-top: 30px;
    }
}
.services-contacts__pagination .pagination-list a {
    font-size: 14px;
    font-weight: 700;
    background-color: transparent !important;
    color: #A3A7AA;
}
.services-contacts__pagination .pagination-list a:hover {
    color: #52c300;
}
.services-contacts__pagination .pagination-list ._active a {
    color: #050505 !important;
}
.services-contacts__pagination .pagination__prev,
.services-contacts__pagination .pagination__next {
    border: none;
}
.services-contacts__pagination .pagination__prev:hover,
.services-contacts__pagination .pagination__next:hover {
    background-color: transparent;
}
.services-contacts__pagination .pagination__prev:hover .icon,
.services-contacts__pagination .pagination__next:hover .icon {
    fill: #52c300;
}

.services-contacts__headline {
    margin-bottom: 40px;
}
@media (max-width: 1150px) {
    .services-contacts__headline {
        margin-bottom: 30px;
    }
}
@media (max-width: 950px) {
    .services-contacts__headline {
        margin-bottom: 20px;
    }
}

.services-contacts-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 263px);
    gap: 50px 20px;
    justify-content: space-between;
}
@media (max-width: 1150px) {
    .services-contacts-list {
        gap: 30px 20px;
        grid-template-columns: repeat(3, 263px);
    }
}
@media (max-width: 950px) {
    .services-contacts-list {
        gap: 30px 20px;
        grid-template-columns: repeat(2, 263px);
    }
}
@media (max-width: 576px) {
    .services-contacts-list {
        gap: 30px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
}

.services-contacts-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.services-contacts-item-title {
    padding-bottom: 8px;
    font-family: TTNormsPro;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}
@media (max-width: 1150px) {
    .services-contacts-item-title {
        font-size: 14px;
        padding-bottom: 4px;
    }
}
.services-contacts-item-contact {
    display: inline-flex;
    gap: 16px;
    font-size: 14px;
    font-weight: 400;
    font-family: #050505;
}
.services-contacts-item-contact a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
    .services-contacts-item-contact a:hover {
        text-decoration: underline;
    }
}
.services-contacts-item-contact .icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    fill: none;
    stroke: currentColor;
}

/* Поддержка */
.support {
    padding-bottom: 100px;
}
.support-list {
    display: flex;
    flex-wrap: wrap;
    margin: 15px -7px 20px;
}
.support-list-item {
    width: 33.3333%;
    padding: 7px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}
@media (max-width: 950px) {
    .support-list-item {
        width: 50%;
    }
}
@media (max-width: 600px) {
    .support-list-item {
        width: 100%;
    }
}
.support-list-item--active .support-list-item__inner {
    background-color: #52c300;
}
.support-list-item__inner {
    display: flex;
    background-color: #F3F3F3;
    align-items: center;
    gap: 15px;
    height: 115px;
    transition: background-color 0.3s;
    text-decoration: none;
}
@media (max-width: 1300px) {
    .support-list-item__inner {
        height: 100px;
    }
}
@media (max-width: 1150px) {
    .support-list-item__inner {
        height: 85px;
    }
}
@media (max-width: 950px) {
    .support-list-item__inner {
        height: 100px;
    }
}
.support-list-item__inner:hover {
    background-color: #52c300;
}
.support-list-item__pic {
    height: 100%;
}
.support-list-item__pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: unset;
}
.support-list-item__name {
    color: #050505;
    font-family: TTNormsPro;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.support-list-item--active .support-list-item__name{
    color: #fff;
}
@media (max-width: 1300px) {
    .support-list-item__name {
        font-size: 15px;
        line-height: 21.086px;
    }
}
@media (max-width: 1150px) {
    .support-list-item__name {
        font-size: 13px;
        line-height: 17.6px;
    }
}
@media (max-width: 950px) {
    .support-list-item__name {
        font-size: 15px;
        line-height: 21.086px;
    }
}

/* Табы */
.support-tabs-content {
    position: relative;
    width: 100%;
}
.support-tabs-pane {
    display: none;
    margin-top: 100px;
}
.support-tabs-pane--active {
    display: block;
}
.support-tabs-pane__header {
    margin-bottom: 40px;
    text-align: left;
}
@media (max-width: 950px) {
    .support-tabs-pane__header {
        margin-bottom: 30px;
    }
}
.support-tabs-pane__title {
    position: relative;
    color: #050505;
    font-family: DrukTextWideCyr;
    font-size: 43px;
    font-weight: 1000;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0;
}
@media (max-width: 1150px) {
    .support-tabs-pane__title {
        font-size: 38px;
    }
}
@media (max-width: 950px) {
    .support-tabs-pane__title {
        font-size: 24px;
        line-height: 25px;
    }
}