.gun-page {
    background-color: #f7f5f6 !important;
}

.gun-page .lt-block-wrapper {
    margin-top: 70px !important;
}

.gun-page .lt-block-wrapper {
    margin-top: 0 !important;
}

.gun-page--mt70 .lt-block-wrapper {
    margin-top: 70px !important;
}

.gun-page-about .lt-block-wrapper {
    margin-top: 0 !important;
}

.gun-page .gun-page__text-01>div>p {
    color: #353535 !important;
    font-size: 42px !important;
    font-weight: 700 !important;
    font-family: 'Gilroy-Bold' !important;
    line-height: 1 !important;
}

.gun-page .gun-page__text-02>div>p {
    color: #676666 !important;
    font-family: 'Gilroy-Regular' !important;
    font-size: 26px !important;
    font-weight: 600 !important;
    line-height: 1.2;
    position: relative;
}

.gun-dialog__title>div.f-header {
    color: #ffffff !important;
    font-family: 'Gilroy-Regular' !important;
    font-size: 25px !important;
    font-weight: 700 !important;
    line-height: 1.2;
    position: relative;
}

.gun-dialog__title>div.f-header>p {
    margin-bottom: 10px !important;
}

.gun-dialog__title>div.f-header>p:last-child {
    margin-bottom: 0 !important;
}

.gun-dialog__title--violet>div.f-header {
    background-color: #f85db9 !important;
}

.gun-dialog__title--red>div.f-header {
    background-color: #ff3c1f !important;
}

.gun-dialog .builder {
    border-radius: 8px !important;
    transition: all 0.3s cubic-bezier(0, 0, 0.8, 1.0) !important;
    padding: 35px 20px !important;
    width: 100% !important;
    background-color: #de890d;
    box-shadow: 0 0 20px 2px #de890d;
}