#callback{
  width:40%;
  margin: 5% 30%;
  height: 80%;
  max-width:100%;
}

.SS_WRAP_FORM_BOTTOM {
    display: flex;
    gap: 20px;
    justify-content: center !important;
    align-items: center;
    flex-wrap: wrap; /* Чтобы не ломалось на маленьких экранах */
}

/* Элементы формы */
.SS_WRAP_FORM_BOTTOM .input-item {
    flex: 1; /* Все поля одинаковой ширины */
    min-width: 250px; /* Чтобы не сжимались слишком сильно */
}


/* Кнопка */
.SS_WRAP_FORM_BOTTOM button.send-btn {
    height: 100%;
    padding: 14px 25px;
    white-space: nowrap;
}

/* Убрать fullw, если тянет на 100% */
.input-item.fullw {
    width: auto !important;
}
.fancybox-type-inline{
    top: 42px !important;
width:40% !important;
max-width:100% !important;
margin: 0!important;
  height: 85% !important;
max-height: 100% !important;
}
.fancybox-skin,
.fancybox-outer,
.fancybox-inner{
  height: 100% !important;
}

.gz-block-wrap {
    display: flex;
    gap: 40px;
    margin: 100px 0;
}

.gz-item {
    position: relative;
    padding: 32px;
}

.gz-item::before {
    content: '';
    width: 40px;
    height: 40px;
    border: 0 solid #ffc802;
    position: absolute;
    top: 0;
    left: 0;
    border-top-width: 4px;
    border-left-width: 4px;
}

.gz-item::after {
    content: '';
    width: 40px;
    height: 40px;
    border: 0 solid #ffc802;
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom-width: 4px;
    border-right-width: 4px;
}

.gz-item-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    color: #555655;
}

.gz-item-text {
    margin-top: 16px;
}

@media (max-width: 800px) {
    .gz-block-wrap {
        gap: 20px;
        flex-wrap: wrap;
    }
}

.avtopark-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 50px;
    margin-bottom: 100px;
}

.avtopark-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
}

.avtopark-wrap .info-name,
.avtopark-wrap .info-num {
    font-size: 15px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.7);
}

.avtopark-wrap .info-border {
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: rgba(221, 221, 221, 1);
    position: relative;
    display: inline-block;
    height: 5px;
    flex-grow: 1;
    flex-shrink: 0;
}

.avtopark-info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.avtopark-btn {
    margin-top: 30px;
}

.avtopark-btn a {
    text-transform: uppercase;
    font-size: 13px;
    color: #ffc802;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    width: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    border: 2px solid #ffc802;
    border-radius: 100px;
    margin-left: auto;
}

.avtopark-img {
    height: 200px;
    display: flex;
    align-items: center;
}

.avtopark-item img {
    transition-property: all;
    transition-duration: 500ms;
    transition-delay: 0ms;
    transition-timing-function: ease;
}

.avtopark-item:hover .avtopark-btn a {
    color: #fff;
    background: #ffc802;
}

.avtopark-item:hover img {
    margin-top: -20px;
}

.avtopark-img {
    position: relative;
    margin-bottom: 10px;
}

.avtopark-img span {
    position: absolute;
    bottom: 10px;
    right: 0;
    font-size: 8px;
    text-align: right;
    display: flex;
    align-items: flex-start;
}

@media (max-width: 1229px) {
    .avtopark-wrap {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px 50px;
    }
}

@media (max-width: 800px) {
    .avtopark-wrap {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 530px) {
    .avtopark-wrap {
        grid-template-columns: 1fr;
    }

    .avtopark-img {
        height: auto;
    }

    .avtopark-img span {
        bottom: -10px;
    }
}

.dostavka-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-bottom: 100px;
}

.dostavka-item {
    width: 100%;
    box-shadow: 0px 10px 60px rgba(161, 170, 202, 0.2);
    border-radius: 32px;
    padding: 30px 30px 24px 24px;
    height: max-content;
}

.dostavka-title {
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
    text-transform: uppercase;
}

.dostavka-text {
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    max-width: 536px;
    line-height: 22px;
    color: #AAB1BC;
}

@media (max-width: 700px) {
    .dostavka-wrap {
        grid-template-columns: 1fr;
    }
}


.list3a {
    padding: 0;
    list-style: none;
    counter-reset: li;
    padding-left: 0 !important;
    margin-bottom: 100px;
}

.list3a li {
    position: relative;
    border-left: 4px solid #ffc802;
    padding: 16px 20px 16px 28px;
    margin: 12px 0 12px 65px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.list3a li:before {
    line-height: 32px;
    position: absolute;
    top: 10px;
    left: -80px;
    width: 80px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #ffc8029c;
    counter-increment: li;
    content: counter(li);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.list3a li:hover:before {
    color: #ffc802;
}

.list3a li:after {
    position: absolute;
    top: 26px;
    left: -40px;
    width: 60px;
    height: 60px;
    border: 8px solid #ffc8029c;
    border-radius: 50%;
    content: '';
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.1);
    transform: translateX(-50%) translateY(-50%) scale(0.1);
    pointer-events: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.list3a li:hover:after {
    opacity: 0.2;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
}

.faq__wrap {
    margin-bottom: 100px;
}

.faq-item:not(:last-child) {
    margin-bottom: 10px;
}

.faq-item__head {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 16px;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    padding: 24px 30px 24px 16px;
    color: #000;
    background: #f7f7f7;
}

.faq-item__head span {
    display: flex;
}

.faq-item__head span b {
    min-width: 45px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 0 10px 0 0;
}

.faq-item__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    background: none;
    transition: 200ms linear;
}

.faq-item__btn.active {
    transform: rotate(-180deg)
}

.faq-item__desc,
.list3a-desc {
    box-sizing: content-box;
    overflow: hidden;
    transition: 300ms linear;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    max-height: 0px;
}

.faq-item__desc>div {
    padding: 20px 20px 10px;
}

@media (max-width: 500px) {
    .faq-item__desc {
        font-size: 15px;
    }
}


.tabs {
    margin: 0 0 100px;
}

.tabs>input[type="radio"] {
    display: none;
}

.tabs>div {
    /* скрыть контент по умолчанию */
    display: none;
    font-size: 16px;
    margin-top: 15px;
}

/* отобразить контент, связанный с вабранной радиокнопкой (input type="radio") */
#tab-btn-1:checked~#content-1,
#tab-btn-2:checked~#content-2,
#tab-btn-3:checked~#content-3,
#tab-btn-4:checked~#content-4,
#tab-btn-5:checked~#content-5,
#tab-btn-6:checked~#content-6,
#tab-btn-7:checked~#content-7 {
    display: block;
}

.tabs>label {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    position: relative;
    top: 1px;
    padding: 12px 24px;
    border: 1px solid #b0bac1;
    border-radius: 30px;
    background: #fff;
    margin: 0 16px 16px 0;
}

.tabs>label:hover {
    border: 1px solid #222;
}

.tabs>input[type="radio"]:checked+label {
    border-bottom: 1px solid #fff;
    color: #fff;
    background-color: #ffc802;
    border: 1px solid #ffc802;
    padding: 12px 24px;
    border-radius: 30px;
}

.category-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.cat-left .cat-item {
    display: flex;
    gap: 30px;
    margin-bottom: 16px;
}

.cat-left .cat-img {
    min-width: 72px;
    width: 72px;
}

.cat-left .cat-desc {
    font-size: 18px;
}

.cat-right .cat-title {
    font-weight: 400;
    margin-bottom: 38px;
    text-align: center;
    font-size: 26px;
}

.cat-item-wrap {
    display: flex;
    gap: 15px;
}

.cat-item-r {
    min-width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cat-item-r-img {
    min-width: 72px;
    width: 72px;
}

@media (max-width: 991px) {
    .category-wrap {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .cat-right .cat-title {
        text-align: left;
    }

    .cat-left .cat-desc {
        font-size: 16px;
    }

    .cat-item-r-desc {
        font-size: 18px;
    }
}

.category-wrap {
    margin-bottom: 100px;
}


.table-wrap table {
    width: 100%;
    border-collapse: collapse;
    border: none;
}

.table-wrap table td {
    padding: 12px 16px;
    border: none;
}

.table-wrap table thead tr {
    font-weight: bold;
    border-top: 1px solid #e8e9eb;
    font-weight: 700;
}

.table-wrap table thead tr td {
    font-weight: bold;
}

.table-wrap table tr {
    border-bottom: 1px solid #e8e9eb;
}

.table-wrap table tbody tr:hover {
    background: #ffc802;
}


.table-wrap {
    width: 100%;
    border-collapse: collapse;
    border: none;
}

.table-wrap td {
    padding: 12px 16px;
    border: none;
}

.table-wrap thead tr {
    font-weight: bold;
    border-top: 1px solid #e8e9eb;
    font-weight: 700;
}

.table-wrap thead tr td {
    font-weight: bold;
}

.table-wrap tr {
    border-bottom: 1px solid #e8e9eb;
}

.table-wrap tbody tr:hover {
    background: #ffc802;
}



.uslugi-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    gap: 20px;
}

.uslugi-wrap a {
    padding: 10px;
    display: flex;
    align-items: center;
    width: 165px;
    text-decoration: none;
    text-align: center;
    color: #000;
    justify-content: center;
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 10px 0px rgba(221, 221, 221, 0.5);
}

.toggleButton {
    cursor: pointer;
    margin-top: 15px;
}

.toggleButton:hover {
    color: #ffc802;
}

.list3a-head {
    cursor: pointer;
}

.list3a-desc table {
    font-size: 14px;
}

@media (max-width: 400px) {
    .list3a-desc table {
        font-size: 12px;
    }
}


.form-uslugi {
    background: #f5f5f5;
    padding: 20px 60px;
}

.form-uslugi .left-side {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
}

.form-uslugi .form-group {
    width: 100%;
}

.form-uslugi .form-control {
    display: block;
    width: 100%;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 7px;
    padding: 17px 21px;
    height: 53px;
    font-weight: 400;
    font-size: 15px;
    color: #757575;
    margin-top: 5px;
    margin-bottom: 0;
}

.form-uslugi label {
    font-weight: 400;
    font-size: 14px;
    line-height: 139%;
    letter-spacing: 0.08em;
    color: #3b4041;
}

.form-uslugi .policy-wrap {
    font-weight: 300;
    font-size: 10px;
    line-height: 165%;
    text-align: center;
    color: #737373;
    margin-top: 20px;
}

.form-uslugi .btn {
    border: 2px solid #ffc802;
    border-radius: 7px;
    padding: 14px;
    height: 54px;
    background: #ffc802;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-align: center;
    color: #404546;
    width: 100%;
}

.form-uslugi .btn:hover {
    opacity: 0.7;
}

@media (max-width: 860px) {
    .form-uslugi .left-side {
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media (max-width: 460px) {
    .form-uslugi {
        padding: 20px;
    }
}