#footer{ background-color: #030B17; position: relative; } #footer .main{ display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; height: 80px; color: white; } #footer .politics{ display: flex; gap:20px; } #footer .top-up{ cursor: pointer; } #footer .rodo::before{ content: "•"; color: #248ad8; display: inline-block; width: 1em; margin-left: -10px; } #footer .privaty a{ color: white; text-decoration: none; } #footer .rodo a{ color: white; text-decoration: none; } /*poprawki dla wskaźników*/ #footer .special{ font-size: 16px; color: #ffffff; font-weight: 500; } #mobile-menu .social{ width:20px; margin: 0 auto; } @media screen and (max-width: 1350px){ #contacts .main{ grid-template-columns: 1fr 1fr 1fr; grid-gap: 50px; padding: 66px 15px 50px 15px; } #footer .main{ justify-content: space-around } } @media screen and (max-width: 1050px){ #contacts .main{ justify-items: center; } #contacts .left, .middle{ display: flex; flex-direction: column; align-items: center; } #contacts .left .address{ text-align: center; } #contacts .middle .title{ text-align: center; font-size: 35px; line-height: 40px; } #contacts .phone{ text-align: center; } #mobile-menu .container-mobile{ background-color: black; overflow-y: scroll; } #contacts .left .title { line-height: 50px; } } @media screen and (max-width:900px){ #contacts .main{ flex-wrap: wrap; width: 100%; display: flex; grid-template-columns: unset; grid-gap: unset; justify-content: center; } #contacts .main .left{ order: 0; border-bottom: none; } #contacts .main .middle{ order: 2; border-bottom: none; margin-top: 20px; } #contacts .main .right{ order: 1; } #contacts .right .form >textarea { height: 135px !important; } #contacts .main > div{ width: calc(50% - 20px); margin: 0 10px; } } @media screen and (max-width:600px){ #contacts .main{ gap: 30px; padding-top: 30px; } #contacts .left .title { padding-bottom: 15px; } #contacts .left .address { padding-bottom: 15px; } #contacts .main .left{ order: 0; } #contacts .main .middle{ order: 2; margin-top: unset; } #contacts .main .right{ order: 1; } #contacts .main > div{ width: 100%; margin: unset; } } @media screen and (max-width:500px){ #maps .left-items{ gap:15px; flex-direction: column; align-items: center; } #maps .details{ width: auto; } #maps .left-items{ width: auto; } #contacts .main .address{ text-align: center; } #contacts .left .phone{ text-align: center; } #contacts .middle .title{ text-align: center; } #footer .rodo { display: flex; } } @media screen and (max-width:850px){ #footer .main{ flex-direction: column; height: auto; gap: 20px; padding: 15px; } }