/* KONTAKT */

.kontakt-heading {
    margin-top: 90px;
    height: 487px;
    background-color: #12598C !important;
    padding-top: 95px;
    z-index: 999999;
}

.kontakt-wrap {
    position: relative;
}

.kontakt-heading-subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.22em;
    color: rgba(255, 255, 255, 0.5);
    padding-bottom: 11px;
}

.kontakt-heading-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 150%;
    color: #FFFFFF;
    padding-bottom: 21px;
    width: 75%;
}

.kontakt-heading-dscr {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    width: 80%;
}

.kontakt-info{
    background: #F1F2F9;
    padding-top: 71px;
    min-height: 1174px;
}

.kontakt-info-wrapper {
    width: 445px;
    height: 214px;
    background: #FFFFFF;
    box-shadow: 4px 8px 21px rgba(0, 0, 0, 0.02);
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 39px 0 0 30px;
}

.kontakt-info-title {
    font-weight: 500;
    font-size: 21px;
    line-height: 32px;
    color: #1F1F1F;
}

.kontakt-info-item {
    display: flex;
    flex-direction: row;
    padding-top: 20px;
    gap: 25px;
    padding-left: 15px;
}

.kontakt-info-icon {
    width: 75px;
    height: 75px;
    background: #24367E;
    box-shadow: 0px 8px 25px rgba(49, 57, 105, 0.09);
    border-radius: 100px;
}

.kontakt-info-icon img {
    padding: 18px;
}

.kontakt-info-dscr-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 23px;
    color: #0B1D3B;
}

.kontakt-info-dscr-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 26px;
    color: #748494;
}

.numer {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #037EBC;
}

.kontakt-info-email {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #037EBC;
    align-self: center;
}

.kontakt-info-tablets {
    padding-top: 68px;
    gap: 24px;
}

.kontakt-info-tablet {
    width: 416px;
    height: 238px;
    background: linear-gradient(180deg, #172971 0%, #24367E 100%);
    border: 1px solid #E8EAF0;
    border-radius: 15px;
    padding: 29px 30px 0 29px;
}

.kontakt-info-tablet-heading {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.kontakt-info-tablet-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    color: #FFFFFF;
}

.kontakt-info-tablet-text {
    font-weight: 200;
    font-size: 16px;
    line-height: 27px;
    color: #FFFFFF;
    width: 80%;
}

.kontakt-info-tablet-btn {
    width: 150px;
    height: 39px;
    background: #2087BA;
    border: 0.773723px solid #037EBC;
    border-radius: 28.6277px;
    font-weight: 400;
    font-size: 13.7299px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    margin-top: 18px;
}
.kontakt-info-tablet-btn a{
    color: #FFFFFF;
}

.kontakt-info-tablet-btns {
    display: flex;
    flex-direction: row;
    gap: 13px;
    margin-top: 19px;
}

.phone {
    width: 200.39px;
    background: #FFFFFF;
    color: #2087BA;
    gap: 3px;
}

.katalog {
    width: 240px;
    margin-top: 42px;
}

.kontakt-info-logo {
    position: absolute;
    width: 604.61px;
    height: 409px;
    right: 10px;
    top: 240px;
}

.kontakt-info-logo img{
    width: 100%;
    height: 100%;
}

.kontakt-form {
    position: absolute;
    width: 635px;
    right: 0;
    top: 0;
    background: #FFFFFF;
    box-shadow: 4px 8px 21px rgba(0, 0, 0, 0.02);
    border-radius: 8px;
    padding: 40px 38px 55px 38px;
}

.kontakt-form-title {
    font-weight: 500;
    font-size: 30px;
    line-height: 32px;
    color: #1F1F1F;
    margin-bottom: 35px;
}

.kontakt-form-input {
    display: flex;
    flex-direction: column;
}

label {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #24367E;
    padding-bottom: 5px;
}

.star {
    font-family: 'Roboto', sans-serif;
    padding-left: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #FF0000;
}

input {
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #E6E8EB;
    border-radius: 5px;
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 15px;
    line-height: 26px;
    color: #474747;
    padding-left: 14px;
}

input:focus {
    outline: 1px solid #24367E;

}

.kontakt-form-textarea {
    display: flex;
    flex-direction: column;
}

textarea {
    width: 100%;
    height: 118px;
    background: #FFFFFF;
    border: 1px solid #E6E8EB;
    border-radius: 5px;
    margin-bottom: 25px;
    font-weight: 300;
    font-size: 15px;
    line-height: 26px;
    color: #474747;
    padding-left: 14px;
}

textarea:focus {
    outline: 1px solid #24367E;
}

.kontakt-form-btn-submit {
    display: flex;
    justify-content: end;
}
.kontakt-form-btn {
    width: 259px;
    height: 50px;
    background: #24367E;
    border: 1px solid #037EBC;
    border-radius: 37px;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
}

@media screen and (max-width: 770px) {
    .container {
        max-width: 730px !important;
    }
}
@media screen and (max-width: 750px) {
    .container {
        max-width: 700px !important;
    }
}
@media screen and (max-width: 700px) {
    .container {
        max-width: 650px !important;
    }
}
@media screen and (max-width: 680px) {
    .container {
        max-width: 630px !important;
    }
}
@media screen and (max-width: 660px) {
    .container {
        max-width: 610px !important;
    }
}
@media screen and (max-width: 640px) {
    .container {
        max-width: 590px !important;
    }
}
@media screen and (max-width: 620px) {
    .container {
        max-width: 570px !important;
    }
}

@media screen and (max-width: 1399px) {
    .formularz {
        width: 115px;
    }
    .phone {
        width: 170px;
    }
    .kontakt-info-tablet-text {
        width: 91%;
    }
    .kontakt-form {
        width: 580px;
    }
    .kontakt-info-logo {
        width: 570px;
    }
    .kontakt-heading-title {
        width: 85%;
    }
}

@media screen and (max-width: 1199px) {
    .kontakt-heading {
        margin-top: 70px;
    }
    .kontakt-info-tablet {
        padding: 28px 15px 0 15px;
    }
    .kontakt-info-tablet-text {
        font-size: 14px;
    }
    .formularz {
        width: 100px;
    }
    .phone {
        width: 150px;
    }
    .kontakt-form {
        width: 50%;
    }
    .kontakt-heading-title {
        width: 90%;
        font-size: 29px !important;
    }
    .kontakt-info-wrapper {
        width: 410px;
    }
    .kontakt-info-logo {
        width: 50%;
    }
}

@media screen and (max-width: 991px) {
    .kontakt-info-tablets {
        display: flex;
        flex-direction: column !important;
        padding-bottom: 140px;
    }
    .kontakt-info-tablet {
        width: 100%;
        padding: 29px 30px 0 29px;
    }
    .formularz {
        width: 149px;
    }
    .phone {
        width: 200px;
    }
    .kontakt-heading-subtitle {
        font-size: 16px;
    }
    .kontakt-heading-title {
        font-size: 22px !important;
        width: 92%;
    }
    .kontakt-heading-dscr {
        font-size: 16px;
        width: 90%;
    }
    .kontakt-form {
        width: 43%;
    }
    .kontakt-form-title {
        font-size: 24px;
    }
    .kontakt-form-btn-submit {
        display: flex;
        justify-content: start;
    }
    .kontakt-form-btn {
        width: 201px;
        height: 38px;
        font-size: 14.41px;
    }
    .kontakt-info-wrapper {
        width: 317px;
        height: 174px;
        padding: 17px 0 0 20px;
    }
    .kontakt-info-dscr-title {
        font-size: 18px;
    }
    .kontakt-info-dscr-text {
        font-size: 15px;
    }
    .numer {
        font-size: 15px;
    }
    .kontakt-info-email {
        font-size: 15px;
    }
    .kontakt-info-logo {
        right: -7px;
        top: 150px;
        width: 46%;
    }
}

@media screen and (max-width: 768px) {
    input, textarea {
        font-size: 10px;
    }
    .kontakt-heading-title {
        text-align: left;
    }
    .kontakt-info-wrapper {
        width: 270px;
        height: 174px;
    }
    .kontakt-info-item {
        padding-top: 10px;
        gap: 10px;
        padding-left: 0px;
    }
    .kontakt-info-title {
        font-size: 18px;
    }
    .kontakt-info-icon {
        width: 65px;
        height: 65px;
    }
    .kontakt-info-item {
        padding-top: 10px;
        gap: 10px;
        padding-left: 0px;
    }
    .kontakt-info-icon img {
        padding: 13px
    }
    .numer {
        font-size: 13px;
    }
    .kontakt-info-email {
        font-size: 13px;
    }
    .kontakt-form {
        right: 10px;
    }
}
@media screen and (max-width: 620px) {
    .kontakt-form {
        width: 45%;
        position: absolute;
        right: 10px;
    }
    .kontakt-info-logo {
        width: 45%;
    }
}

@media screen and (max-width: 576px) {
    .kontakt-form {
        width: 95%;
        position: absolute;
        top: 330px;
        right: 10px;
    }
    .kontakt-info-logo {
        width: 45%;
    }
    .kontakt-heading-title {
        font-size: 24px !important;
        width: 91%;
    }
    .kontakt-heading-dscr {
        font-size: 16px !important;
        width: 98%;
    }
    .kontakt-heading {
        padding-top: 44px;
        height: 719px;
    }
    .kontakt-info {
        padding-top: 340px;
    }
    .kontakt-info-logo {
        position: absolute;
        right: 65px;
        top: 500px;
        width: 314.87px;
    }
    .kontakt-info-tablets {
        padding-top: 260px;
    }
    .kontakt-info-tablet-text {
        width: 89%;
    }
    .kontakt-info-wrapper {
        width: 100%;
        padding-left: 42px;
    }
    .kontakt-form-title {
        font-size: 24px !important;
    }
    label {
        font-size: 14px !important;
    }
    .kontakt-info-title {
        font-size: 21px !important;
    }
    .kontakt-info-dscr-title {
        font-size: 20px !important;
    }
    .kontakt-info-dscr-text {
        font-size: 15px !important;
    }
    .numer {
        font-size: 15px !important;
    }
    .kontakt-info-email {
        font-size: 15px !important;
    }
    .kontakt-info-item {
        gap: 25px;
    }
    .kontakt-info-icon {
        width: 75px;
        height: 75px;
    }
    .kontakt-info-icon img {
        padding: 18px;
    }
    .kontakt-info-tablet-title {
        font-size: 22px !important;
    }
    .kontakt-info-tablet-text {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 420px) {
    .kontakt-info-logo {
        position: absolute;
        right: 30px;
        width: 314.87px;
    }
    .kontakt-info-tablet-btns {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    .second {
        height: 282px;
    }
    .formularz {
        margin-top: 0;
    }
    .phone {
        margin-top: 12px;
    }
}
