/*# sourceURL=../css/form.css */
/*@ sourceURL=../css/form.css */
@charset "utf-8"; /* ------------------------------------------ */
/* FORM CSS */
/* ------------------------------------------ */
/* form-contents */
#form-contents {
    background: url("../img/home/bg-catalogdownload.png") no-repeat center;
    background-attachment: fixed;
    background-size: cover;
}

#form-contents .container-full {
}

.check-catalog-wrap {
    position: relative;
}

/* .main-wrap */
.main-wrap {
    position: relative;
}

.main-wrap .bg-item04 {
}

.main-wrap .bg-item04 .bg-wrap {
}

.main-wrap .c-wrap {
    width: 100%;
    height: auto;
}

.main-wrap .c-wrap .inner-wrap {
    display: block;
    width: 90%;
    max-width: 1130px;
    height: 100%;
    /* padding: 10%; */
    margin: 0 auto;
    padding: 50px 0 60px;
}

.main-wrap .c-wrap .form-wrap {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 1130px;
    background-color: rgba(255,255,255,0.9);
    border-radius: 40px;
    padding: 50px 65px 100px;
    margin: 0 auto;
}

.main-wrap .c-wrap .form-wrap .catalogchech-box {
    display: block;
}

.main-wrap .c-wrap .form-wrap .catalogchech-box .mc-title {
    display: block;
    text-align: center;
}

.main-wrap .c-wrap .form-wrap .catalogchech-box .mc-title .ttl01 {
    display: block;
    letter-spacing: 0.01em;
    line-height: 1.3;
    font-weight: 800;
}

.main-wrap .c-wrap .form-wrap .catalogchech-box .mc-title .ttl02 {
    display: block;
    line-height: 1.3;
    letter-spacing: 0.01em;
    font-weight: 800;
}

.main-wrap .category-wrap {
    display: block;
    width: 100%;
}

.main-wrap .category-wrap .catalog-box {
    display: block;
    width: 100%;
    margin: 0 0 70px;
    padding: 0 0 70px;
    border-bottom: 2px dotted #0075C2;
}

.main-wrap .category-wrap .catalog-box.cate01 {
    padding-right: 0;
}

.main-wrap .category-wrap .catalog-box.cate02 {
    /* border-left: 2px dotted #555; */
    /* padding-left: 60px; */
}

.main-wrap .category-wrap .catalog-box .cate-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
}

.main-wrap .category-wrap .catalog-box .cate-title .text {
    display: table;
    letter-spacing: 0.01em;
    line-height: 1.1;
    color: #0075C2;
    font-weight: bold;
}

.main-wrap .category-wrap .catalog-box .category-list {
    display: flex;
    width: calc(100% + 60px);
    margin-left: -60px;
}

.main-wrap .category-wrap .catalog-box .category-list .gr-checkbox {
    width: 50%;
    display: flex;
    align-items: center;
    margin-left: 60px;
}

.main-wrap .category-wrap .catalog-box .category-list .gr-checkbox input[type="checkbox"] {
    width: 34px;
    height: 34px;
    margin-right: 20px;
}

.main-wrap .category-wrap .catalog-box .category-list .gr-checkbox .in-textbox {
    width: 100%;
    flex: 1;
}

.main-wrap .category-wrap .catalog-box .category-list .cate-box {
    display: block;
    position: relative;
    background-color: #0075C2;
    padding: 5% 18% 5% 5%;
    border-radius: 18px;
    /* margin-top: 35px; */
    width: 100%;
    /* flex: 1; */
}

.main-wrap .category-wrap .catalog-box .category-list .cate-box .text {
    display: block;
    /* padding-right: 28%; */
    color: #fff;
    line-height: 1.3;
    letter-spacing: 0.08em;
    font-weight: 700;
    /* text-align: justify; */
    /* font-size: 1.8vw; */
}
@media (max-width: 1200px) {
    .main-wrap .category-wrap .catalog-box .category-list .cate-box .text {
         font-size: 1.8vw;
    }
}

.main-wrap .category-wrap .catalog-box .category-list .cate-box .image {
    display: block;
    width: 28%;
    position: absolute;
    right: -30px;
    bottom: -15px;
    z-index: 0;
}

@media (max-width: 768px) {
    .main-wrap .c-wrap .inner-wrap {
        padding: 8% 0;
    }

    .main-wrap .c-wrap .form-wrap {
        border-radius: 20px;
        padding: 7% 7% 7%;
    }

    .main-wrap .c-wrap .form-wrap .catalogchech-box .mc-title .ttl01 {
        font-size: 8.2vw;
    }

    .main-wrap .c-wrap .form-wrap .catalogchech-box .mc-title .ttl02 {
        font-size: 3.5vw;
    }

    .main-wrap .category-wrap {
        display: block;
        width: 100%;
    }

    .main-wrap .category-wrap .catalog-box {
        width: 100%;
        padding: 0 0 30px;
        border-bottom: 2px dotted #555;
        margin-bottom: 30px;
    }

    .main-wrap .category-wrap .catalog-box.cate01 {
        padding-right: 0;
    }

    .main-wrap .category-wrap .catalog-box.cate02 {
        border-left: none;
        padding-left: 0;
        padding-top: 30px;
    }

    .main-wrap .category-wrap .catalog-box .cate-title {
        width: 100%;
        text-align: center;
        padding-bottom: 0;
    }
    .main-wrap .category-wrap .catalog-box .category-list {
        display: block;
        width: 100%;
        margin-left: 0;
    }
    .main-wrap .category-wrap .catalog-box .category-list .gr-checkbox {
        width: 100%;
        display: flex;
        align-items: center;
        margin-left: 0;
        margin: 0 auto;
    }
    
    .main-wrap .category-wrap .catalog-box .category-list .gr-checkbox input[type="checkbox"] {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
    
    .main-wrap .category-wrap .catalog-box .category-list .gr-checkbox .in-textbox {
        width: 100%;
        flex: 1;
    }
    .main-wrap .category-wrap .catalog-box .category-list .cate-box {
        padding: 4% 70px 4% 4%;
        border-radius: 13px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .main-wrap .category-wrap .catalog-box .category-list .cate-box .text {
        display: block;
        /* padding-right: 28%; */
        color: #fff;
        line-height: 1.3;
        letter-spacing: 0.08em;
        font-weight: 700;
        /* text-align: justify; */
        font-size: 18px;
    }
    
    .main-wrap .category-wrap .catalog-box .category-list .cate-box .image {
        width: 70px;
        right: -10px;
        bottom: 3px;
    }
}

.form_container {
}

.form_container .cetegory-select {
    padding-bottom: 100px;
}

.form_container .cetegory-select .radio01 {
    display: flex;
    justify-content: center;
}

.form_container .cetegory-select .radio01 li {
    padding: 0 50px;
    border-left: 1px solid #000;
}

.form_container .cetegory-select .radio01 li:first-child {
    border: none;
}

.form_container .cetegory-select .radio01 li label {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.form_container .cetegory-select .radio01 input {
    width: 28px;
    height: 28px;
    margin-top: 4px;
}

.form_container .cetegory-select .radio01 .text {
    display: inline;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1;
    padding-left: 13px;
}

@media (max-width: 768px) {
    .form_container .cetegory-select {
        padding-bottom: 50px;
    }

    .form_container .cetegory-select .radio01 {
        display: flex;
        justify-content: center;
    }

    .form_container .cetegory-select .radio01 li {
        padding: 0 50px;
        border-left: 1px solid #000;
    }

    .form_container .cetegory-select .radio01 li:first-child {
        border: none;
    }

    .form_container .cetegory-select .radio01 li label {
        display: flex;
        align-items: center;
        padding: 10px 0;
    }

    .form_container .cetegory-select .radio01 input {
        width: 35px;
        height: 35px;
    }

    .form_container .cetegory-select .radio01 .text {
        display: inline;
        font-weight: 700;
        letter-spacing: 0.1em;
        line-height: 1;
        padding-left: 13px;
    }
}

@media (max-width: 480px) {
    .form_container .cetegory-select {
        padding-bottom: 50px;
    }

    .form_container .cetegory-select .radio01 {
        display: flex;
        justify-content: center;
    }

    .form_container .cetegory-select .radio01 li {
        padding: 0;
        border-left: 1px solid #000;
        width: 50%;
    }

    .form_container .cetegory-select .radio01 li:first-child {
        border: none;
        /* width: 50%; */
    }

    .form_container .cetegory-select .radio01 li label {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 0;
        margin: 0 auto;
    }

    .form_container .cetegory-select .radio01 input {
        width: 25px;
        height: 25px;
    }

    .form_container .cetegory-select .radio01 .text {
        display: inline;
        font-weight: 700;
        letter-spacing: 0.1em;
        line-height: 1;
        padding-left: 13px;
        /* font-size: 20px; */
    }
}

/* input-container */
input[type="text"]::placeholder {
    font-size: 16px;
    color: #b4b5b5;
    font-weight: 600;
    letter-spacing: 0.04em;
}

input[type="email"]::placeholder {
    font-size: 16px;
    color: #b4b5b5;
    font-weight: 600;
    letter-spacing: 0.04em;
}

textarea::placeholder {
    font-size: 16px;
    color: #b4b5b5;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.textbox-tp01 {
    width: 100%;
    height: 50px;
    border: 1px solid #999999;
    padding: 1.5% 2%;
    font-size: 16px;
    letter-spacing: 0.04em;
}

.textbox-tp02 {
    width: 125px;
    height: 50px;
    border: 1px solid #999999;
    padding: 1.5% 2%;
    font-size: 16px;
    letter-spacing: 0.05em;
}

.textbox-tp03 {
    width: 100%;
    height: 35px;
    border: 1px solid #999999;
    padding: 1.5% 2%;
    font-size: 13px;
    letter-spacing: 0.05em;
    margin-top: 10px;
}

.checkList01 {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.checkList01 li {
    display: flex;
    align-items: center;
    margin: 0 10px 20px 0;
    min-width: 135px;
}

.checkList01 li input[type="checkbox"] {
    width: 34px;
    height: 34px;
}

.checkList01 li label {
}

.checkList01 li.ck-other {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.checkList01 li.ck-other input[type="text"] {
    /* margin-left: 10px; */
}

.checkList02 {
    display: block;
    width: 100%;
    flex-wrap: wrap;
}

.checkList02 li {
    display: flex;
    align-items: center;
    margin: 0 20px 20px 0;
    min-width: 135px;
}

.checkList02 li input[type="checkbox"] {
    width: 34px;
    height: 34px;
}

.checkList02 li label {
}

.checkList02 li.ck-other {
    display: flex;
    align-items: center;
    width: 100%;
}

.checkList02 li.ck-other input[type="text"] {
    margin-left: 10px;
}

.textarea {
    width: 100%;
    height: 300px;
    border: 1px solid #999999;
    padding: 1.5% 2%;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.05em;
}

.input-container {
    border-bottom: 1px solid #333;
    padding-bottom: 20px;
    margin-bottom: 80px;
}

.input-container .f-wrap {
    display: flex;
    padding-bottom: 35px;
}

.input-container .f-wrap.checklist-dl {
    align-items: flex-start;
}

.input-container .f-wrap .item {
    display: flex;
    align-items: center;
    width: 330px;
}

.input-container .f-wrap .item .icon {
    display: block;
    width: 46px;
    height: 22px;
    background-color: #ca0915;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 22px;
    letter-spacing: 0.1em;
    border-radius: 5px;
}

.input-container .f-wrap .item .text {
    display: block;
    font-size: 22px;
    line-height: 3vh;
    letter-spacing: 0.01em;
    font-weight: 800;
    padding-left: 10px;
}

.input-container .f-wrap .item .icon02 {
    display: block;
    width: 46px;
    height: 22px;
    background-color: #717071;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 22px;
    letter-spacing: 0.1em;
    border-radius: 5px;
}

.input-container .f-wrap .icon02 .text {
    display: block;
    font-size: 22px;
    line-height: 3vh;
    letter-spacing: 0.01em;
    font-weight: 800;
    padding-left: 10px;
}

.input-container .f-wrap .element {
    width: 100%;
    /* flex: 1;
    display: flex;
    align-items: center; */
}

.input-container .f-wrap .element .in-text {
    display: inline;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.3;
    padding-left: 10px;
    margin-right: 10px;
}

.input-container .f-wrap .element .in-text02 {
    display: inline;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.3;
    margin-right: 10px;
}

.caption_contact {
    display: block;
    height: 150px;
    font-size: 15px;
    letter-spacing: 0.02em;
    font-weight: 500;
    line-height: 2;
    overflow-y: scroll;
    background-color: #fff;
    border: 1px solid #717071;
    padding: 20px;
}
.caption_contact .txt-caption {
    position: relative;
}

.caption_contact .privacy-head {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}
.caption_contact .privacy-text {
}

.caption_contact .plik {
    text-align: right;
    display: block;
    /* position: absolute; */
    /* bottom: 10px; */
    /* right: 100px; */
}

.caption_contact .plik a {
    color: #172A88;
    text-decoration: underline !important;
    font-size: 15px;
}

.form_container .gr_btn_contact {
    text-align: center;
    margin: 0 auto;
    padding-top: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form_container .btn {
    background: rgba(0,0,0,1);
    color: #fff;
    font-size: 20px;
    line-height: 55px;
    letter-spacing: 0.07em;
    font-weight: 700;
    display: inline-block;
    outline: none;
    margin: 0 20px;
    width: 335px;
    cursor: pointer;
    text-align: center;
    transition: all 0.28s ease;
    border: none;
    margin: 0 15px;
}

.form_container .btn:hover {
    background: rgba(0,0,0,0.8);
}

.form_container .btn:focus {
    outline: none;
}

.radio-list {
}

.radio-list .item {
    display: flex;
    align-items: center;
}

.radio-list .item label {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 1.8;
}

.radio-list .item input[type="radio"] {
    width: 18px;
    height: 18px;
}

@media (max-width: 768px) {
    input[type="text"]::placeholder {
        font-size: 16px;
        color: #b4b5b5;
        font-weight: 500;
        letter-spacing: 0.04em;
    }

    input[type="email"]::placeholder {
        font-size: 16px;
        color: #b4b5b5;
        font-weight: 500;
        letter-spacing: 0.04em;
    }

    .textbox-tp01 {
        width: 100%;
        height: 50px;
        border: 1px solid #999999;
        padding: 1.5% 2%;
        font-size: 16px;
        letter-spacing: 0.04em;
    }

    .textbox-tp02 {
        width: 125px;
        height: 50px;
        border: 1px solid #999999;
        padding: 1.5% 2%;
        font-size: 16px;
        letter-spacing: 0.05em;
    }

    .textbox-tp03 {
        width: 380px;
        height: 35px;
        border: 1px solid #999999;
        padding: 1.5% 2%;
        font-size: 13px;
        letter-spacing: 0.05em;
    }

    .checkList01 {
        display: flex;
        flex-wrap: wrap;
    }

    .checkList01 li {
        display: flex;
        align-items: center;
        margin: 0 20px 20px 0;
        min-width: 135px;
    }

    .checkList01 li input[type="checkbox"] {
        width: 34px;
        height: 34px;
    }

    .checkList01 li label {
    }

    .checkList01 li.ck-other {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .checkList01 li.ck-other input[type="text"] {
        margin-left: 10px;
    }

    .checkList02 {
        display: flex;
        flex-wrap: wrap;
    }

    .checkList02 li {
        display: flex;
        align-items: center;
        margin: 0 20px 20px 0;
        min-width: 135px;
    }

    .checkList02 li input[type="checkbox"] {
        width: 34px;
        height: 34px;
    }

    .checkList02 li label {
    }

    .checkList02 li.ck-other {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .checkList02 li.ck-other input[type="text"] {
        margin-left: 10px;
    }

    .input-container {
        border-bottom: 1px solid #333;
        padding-bottom: 20px;
        margin-bottom: 80px;
    }

    .input-container .f-wrap {
        display: block;
        padding-bottom: 45px;
    }

    .input-container .f-wrap.checklist-dl {
        align-items: flex-start;
    }

    .input-container .f-wrap .item {
        display: flex;
        align-items: center;
        width: 100%;
        padding-bottom: 20px;
    }

    .input-container .f-wrap .item .icon {
        display: block;
        width: 46px;
        height: 22px;
        background-color: #ca0915;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        line-height: 22px;
        letter-spacing: 0.1em;
        border-radius: 5px;
    }

    .input-container .f-wrap .item .text {
        display: block;
        font-size: 22px;
        line-height: 3vh;
        letter-spacing: 0.01em;
        font-weight: 800;
        padding-left: 10px;
    }

    .input-container .f-wrap .item .icon02 {
        display: block;
        width: 46px;
        height: 22px;
        background-color: #717071;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        line-height: 22px;
        letter-spacing: 0.1em;
        border-radius: 5px;
    }

    .input-container .f-wrap .icon02 .text {
        display: block;
        font-size: 22px;
        line-height: 3vh;
        letter-spacing: 0.01em;
        font-weight: 800;
        padding-left: 10px;
    }

    .input-container .f-wrap .element {
        width: 100%;
        flex: 1;
        display: flex;
        align-items: center;
    }

    .input-container .f-wrap .element .in-text {
        display: inline;
        font-size: 22px;
        font-weight: 600;
        letter-spacing: 0.01em;
        line-height: 1.3;
        padding-left: 10px;
    }

    .caption_contact {
        /* font-size: 15px; */
        /* line-height: 25px; */
        background-color: #fff;
        border: 1px solid #717071;
    }

    .caption_contact .txt-caption {
        /* border: 1px solid #a1a1a2; */
        padding: 25px;
        position: relative;
        font-size: 15px;
        line-height: 2;
        letter-spacing: 0.02em;
        font-weight: 500;
    }

    .caption_contact .plik {
        text-align: right;
        display: block;
        /* position: absolute; */
        /* bottom: 10px; */
        /* right: 100px; */
    }

    .caption_contact .plik a {
        color: #EB6100;
        text-decoration: underline !important;
        font-size: 15px;
    }

    .form_container .gr_btn_contact {
        text-align: center;
        margin: 0 auto;
        padding-top: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .form_container .btn {
        background: rgba(0,0,0,1);
        color: #fff;
        font-size: 20px;
        line-height: 55px;
        letter-spacing: 0.07em;
        font-weight: 700;
        display: inline-block;
        outline: none;
        margin: 0 20px;
        width: 335px;
        cursor: pointer;
        text-align: center;
        transition: all 0.28s ease;
        border: none;
        margin: 0 15px;
    }

    .form_container .btn:hover {
        background: rgba(0,0,0,0.8);
    }

    .form_container .btn:focus {
        outline: none;
    }
}

@media (max-width: 480px) {
    input[type="text"]::placeholder {
        font-size: 16px;
        color: #b4b5b5;
        font-weight: 500;
        letter-spacing: 0.04em;
    }

    input[type="email"]::placeholder {
        font-size: 16px;
        color: #b4b5b5;
        font-weight: 500;
        letter-spacing: 0.04em;
    }

    .textbox-tp01 {
        width: 100%;
        height: 50px;
        border: 1px solid #999999;
        padding: 1.5% 2%;
        font-size: 16px;
        letter-spacing: 0.04em;
    }

    .textbox-tp02 {
        width: 125px;
        height: 50px;
        border: 1px solid #999999;
        padding: 1.5% 2%;
        font-size: 16px;
        letter-spacing: 0.05em;
    }

    .textbox-tp03 {
        width: 380px;
        height: 35px;
        border: 1px solid #999999;
        padding: 1.5% 2%;
        font-size: 13px;
        letter-spacing: 0.05em;
    }

    .checkList01 {
        display: flex;
        flex-wrap: wrap;
    }

    .checkList01 li {
        display: flex;
        align-items: center;
        margin: 0 20px 20px 0;
        min-width: 135px;
    }

    .checkList01 li input[type="checkbox"] {
        width: 34px;
        height: 34px;
    }

    .checkList01 li label {
    }

    .checkList01 li.ck-other {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
    }

    .checkList01 li.ck-other input[type="text"] {
        margin-left: 0;
        width: 100%;
        margin-top: 10px;
    }

    .checkList02 {
        display: flex;
        flex-wrap: wrap;
    }

    .checkList02 li {
        display: flex;
        align-items: center;
        margin: 0 20px 20px 0;
        min-width: 135px;
    }

    .checkList02 li input[type="checkbox"] {
        width: 30px;
        height: 30px;
    }

    .checkList02 li label {
    }

    .checkList02 li.ck-other {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
    }

    .checkList02 li.ck-other input[type="text"] {
        margin-left: 0;
        width: 100%;
        margin-top: 10px;
    }

    .input-container {
        border-bottom: 1px solid #333;
        padding-bottom: 0;
        margin-bottom: 60px;
    }

    .input-container .f-wrap {
        display: block;
        padding-bottom: 35px;
    }

    .input-container .f-wrap.checklist-dl {
        align-items: flex-start;
    }

    .input-container .f-wrap .item {
        display: flex;
        align-items: center;
        width: 100%;
        padding-bottom: 20px;
    }

    .input-container .f-wrap .item .icon {
        display: block;
        width: 46px;
        height: 22px;
        background-color: #ca0915;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        line-height: 22px;
        letter-spacing: 0.1em;
        border-radius: 5px;
    }

    .input-container .f-wrap .item .text {
        display: block;
        font-size: 22px;
        line-height: 3vh;
        letter-spacing: 0.01em;
        font-weight: 800;
        padding-left: 10px;
    }

    .input-container .f-wrap .item .icon02 {
        display: block;
        width: 46px;
        height: 22px;
        background-color: #717071;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        line-height: 22px;
        letter-spacing: 0.1em;
        border-radius: 5px;
    }

    .input-container .f-wrap .icon02 .text {
        display: block;
        font-size: 22px;
        line-height: 3vh;
        letter-spacing: 0.01em;
        font-weight: 800;
        padding-left: 10px;
    }

    .input-container .f-wrap .element {
        width: 100%;
        flex: 1;
        display: flex;
        align-items: center;
    }

    .input-container .f-wrap .element .in-text {
        display: inline;
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 0.01em;
        line-height: 1.3;
        padding-left: 10px;
    }

    .caption_contact {
        /* font-size: 15px; */
        /* line-height: 25px; */
        background-color: #fff;
        border: 1px solid #717071;
    }

    .caption_contact .txt-caption {
        /* border: 1px solid #a1a1a2; */
        padding: 25px;
        position: relative;
        font-size: 15px;
        line-height: 2;
        letter-spacing: 0.02em;
        font-weight: 500;
    }

    .caption_contact .plik {
        text-align: right;
        display: block;
        /* position: absolute; */
        /* bottom: 10px; */
        /* right: 100px; */
    }

    .caption_contact .plik a {
        color: #EB6100;
        text-decoration: underline !important;
        font-size: 15px;
    }

    .form_container .gr_btn_contact {
        text-align: center;
        margin: 0 auto;
        padding-top: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .form_container .btn {
        background: rgba(0,0,0,1);
        color: #fff;
        font-size: 20px;
        line-height: 55px;
        letter-spacing: 0.07em;
        font-weight: 700;
        display: inline-block;
        outline: none;
        margin: 0 20px;
        width: 335px;
        cursor: pointer;
        text-align: center;
        transition: all 0.28s ease;
        border: none;
        margin: 0 15px;
    }

    .form_container .btn:hover {
        background: rgba(0,0,0,0.8);
    }

    .form_container .btn:focus {
        outline: none;
    }
}
