diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..5e94773 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,17 @@ +{ + "liveSassCompile.settings.formats": [ + { + "format": "compressed", + "extensionName": ".css", + "savePath": "", + "savePathSegmentKeys": null, + "savePathReplaceSegmentsWith": null + } + ], + "liveSassCompile.settings.generateMap": true, + "liveSassCompile.settings.autoprefix": "defaults", + "liveSassCompile.settings.watchOnLaunch": true, + "liveSassCompile.settings.includeItems": [ + "/wp-content/themes/skysafe/css/custom.scss" + ] +} \ No newline at end of file diff --git a/wp-content/themes/skysafe/css/custom.css b/wp-content/themes/skysafe/css/custom.css index e954ce4..bcf6d8d 100644 --- a/wp-content/themes/skysafe/css/custom.css +++ b/wp-content/themes/skysafe/css/custom.css @@ -1,1419 +1 @@ -@import '../assets/fonts/articulat/stylesheet.css'; -* { - box-sizing: border-box; - font-family: "Articulat CF", sans-serif; -} - -html { - scroll-behavior: smooth; -} - -body { - margin: 0 !important; -} - -a { - text-decoration: none; -} - -p { - margin-top: 0; -} - -input[type=checkbox]:not([name=gdprPrefItem]) { - -webkit-appearance: none !important; - -moz-appearance: none !important; - appearance: none !important; - position: relative; - display: inline-block; - width: 20px; - min-width: 20px; - height: 20px; - border: 1px solid #cacaca; - border-radius: 6px; - transition: all 250ms ease-in-out; - overflow: hidden; - cursor: pointer; -} -input[type=checkbox]:not([name=gdprPrefItem])::before { - content: ""; - position: absolute; - top: -7px; - left: 20px; - width: 11px; - height: 2px; - background: #006eb7; - transform: rotate(-50deg); - transition: all 250ms linear; -} -input[type=checkbox]:not([name=gdprPrefItem])::after { - content: ""; - position: absolute; - top: -5px; - left: -12px; - width: 6px; - height: 2px; - background: #006eb7; - transform: rotate(50deg); - transition: all 250ms linear; -} -input[type=checkbox]:not([name=gdprPrefItem]):checked::before { - top: 8px; - left: 5px; -} -input[type=checkbox]:not([name=gdprPrefItem]):checked::after { - top: 10px; - left: 3px; -} - -.container, header#masthead .c-row #site-navigation .menu-menu-container #primary-menu { - width: 100%; - margin-left: auto; - margin-right: auto; - padding-left: 15px; - padding-right: 15px; -} -@media (min-width: 576px) { - .container, header#masthead .c-row #site-navigation .menu-menu-container #primary-menu { - max-width: 540px; - } -} -@media (min-width: 768px) { - .container, header#masthead .c-row #site-navigation .menu-menu-container #primary-menu { - max-width: 720px; - } -} -@media (min-width: 992px) { - .container, header#masthead .c-row #site-navigation .menu-menu-container #primary-menu { - max-width: 960px; - } -} -@media (min-width: 1200px) { - .container, header#masthead .c-row #site-navigation .menu-menu-container #primary-menu { - max-width: 1140px; - } -} -@media (min-width: 1400px) { - .container, header#masthead .c-row #site-navigation .menu-menu-container #primary-menu { - max-width: 1370px; - } -} - -.btn-1, section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item input.wpcf7-submit, header#masthead .c-row #site-navigation .menu-menu-container #primary-menu li.menu-item#menu-item-128 a { - display: inline-block; - padding: 16px 25px; - background: #e5ff03; - border: 1px solid #e5ff03; - border-radius: 8px; - color: #000 !important; - font-size: 16px; - line-height: 1; - font-weight: 600; - cursor: pointer; -} -@media (max-width: 576px) { - .btn-1, section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item input.wpcf7-submit, header#masthead .c-row #site-navigation .menu-menu-container #primary-menu li.menu-item#menu-item-128 a { - font-size: 14px; - } -} - -.btn-2, header#masthead .c-row #site-navigation .menu-menu-container #primary-menu li.menu-item#menu-item-127 a, header#masthead .c-row #site-navigation .menu-menu-container #primary-menu li.menu-item#menu-item-126 a { - display: inline-block; - padding: 16px 25px; - background: transparent; - border-radius: 8px; - border: 1px solid rgba(255, 255, 255, 0.3); - color: #ffffff !important; - font-size: 16px; - line-height: 1; - font-weight: 600; - cursor: pointer; -} -@media (max-width: 576px) { - .btn-2, header#masthead .c-row #site-navigation .menu-menu-container #primary-menu li.menu-item#menu-item-127 a, header#masthead .c-row #site-navigation .menu-menu-container #primary-menu li.menu-item#menu-item-126 a { - font-size: 14px; - } -} - -.btn-3 { - display: inline-block; - padding: 16px 25px; - background: #006eb7; - border-radius: 8px; - color: #ffffff !important; - font-size: 16px; - line-height: 1; - font-weight: 600; - cursor: pointer; -} -@media (max-width: 576px) { - .btn-3 { - font-size: 14px; - } -} - -.h2-title { - font-size: 40px; - font-weight: 600; - line-height: 1.35; - margin: 0; -} -@media (max-width: 991px) { - .h2-title { - font-size: 32px; - } -} -@media (max-width: 767px) { - .h2-title { - font-size: 26px; - } -} - -body { - background: #f7f7f7; -} - -header#masthead { - position: relative; - padding: 20px 0; - background: #000b18; - z-index: 1; -} -header#masthead .c-row { - display: flex; - flex-direction: row; - align-items: center; - justify-content: space-between; -} -@media (min-width: 992px) and (max-width: 1199px) { - header#masthead .c-row { - flex-direction: column; - row-gap: 20px; - } -} -header#masthead .c-row .site-branding .custom-logo-link { - line-height: 0; -} -header#masthead .c-row .site-branding .custom-logo-link .custom-logo { - display: inline-block; - width: 187px; - max-width: unset; - height: 60px; -} -header#masthead .c-row #site-navigation .menu-toggle { - position: relative; - width: 30px; - height: 20px; - cursor: pointer; - background: none; - border: none; - padding: 0; - overflow: hidden; - border-radius: 0; -} -@media (min-width: 992px) { - header#masthead .c-row #site-navigation .menu-toggle { - display: none; - } -} -header#masthead .c-row #site-navigation .menu-toggle .menu-toggle-line { - position: absolute; - left: 0; - width: 100%; - height: 3px; - background: #fff; - border-radius: 2px; - transition: all 0.3s ease; -} -header#masthead .c-row #site-navigation .menu-toggle .menu-toggle-line:nth-child(1) { - top: 0; -} -header#masthead .c-row #site-navigation .menu-toggle .menu-toggle-line:nth-child(2) { - top: 50%; - transform: translateY(-50%); -} -header#masthead .c-row #site-navigation .menu-toggle .menu-toggle-line:nth-child(3) { - bottom: 0; -} -header#masthead .c-row #site-navigation .menu-toggle[aria-expanded=true] { - height: 25px; -} -header#masthead .c-row #site-navigation .menu-toggle[aria-expanded=true] .menu-toggle-line:nth-child(1) { - top: 50%; - transform: translateY(-50%) rotate(45deg); -} -header#masthead .c-row #site-navigation .menu-toggle[aria-expanded=true] .menu-toggle-line:nth-child(2) { - opacity: 0; - transform: translateX(-100%); -} -header#masthead .c-row #site-navigation .menu-toggle[aria-expanded=true] .menu-toggle-line:nth-child(3) { - bottom: auto; - top: 50%; - transform: translateY(-50%) rotate(-45deg); -} -@media (max-width: 991px) { - header#masthead .c-row #site-navigation .menu-menu-container { - position: absolute; - top: calc(100% - 1px); - left: 0; - right: 0; - height: 0; - overflow: hidden; - background: #000b18; - transition: all 250ms ease-in-out; - } -} -header#masthead .c-row #site-navigation .menu-menu-container #primary-menu { - display: flex; - flex-direction: row; - align-items: center; - -moz-column-gap: 30px; - column-gap: 30px; -} -@media (max-width: 1399px) { - header#masthead .c-row #site-navigation .menu-menu-container #primary-menu { - -moz-column-gap: 20px; - column-gap: 20px; - } -} -@media (max-width: 991px) { - header#masthead .c-row #site-navigation .menu-menu-container #primary-menu { - flex-direction: column; - row-gap: 20px; - padding-bottom: 30px; - } -} -header#masthead .c-row #site-navigation .menu-menu-container #primary-menu li.menu-item a { - color: #ffffff; - line-height: 1; - font-weight: 600; -} -@media (min-width: 992px) and (max-width: 1399px) { - header#masthead .c-row #site-navigation .menu-menu-container #primary-menu li.menu-item a { - font-size: 14px; - } -} -@media (min-width: 992px) { - header#masthead .c-row #site-navigation .menu-menu-container #primary-menu li.menu-item#menu-item-126 { - margin-right: -10px; - } -} -@media (min-width: 992px) and (max-width: 1399px) { - header#masthead .c-row #site-navigation .menu-menu-container #primary-menu li.menu-item#menu-item-126 a { - font-size: 14px; - padding: 15px 10px; - } -} -@media (min-width: 992px) { - header#masthead .c-row #site-navigation .menu-menu-container #primary-menu li.menu-item#menu-item-127 { - margin-right: -10px; - } -} -@media (max-width: 991px) { - header#masthead .c-row #site-navigation .menu-menu-container #primary-menu li.menu-item#menu-item-127 { - margin-top: -10px; - } -} -@media (min-width: 992px) and (max-width: 1399px) { - header#masthead .c-row #site-navigation .menu-menu-container #primary-menu li.menu-item#menu-item-127 a { - font-size: 14px; - padding: 15px 10px; - } -} -@media (max-width: 991px) { - header#masthead .c-row #site-navigation .menu-menu-container #primary-menu li.menu-item#menu-item-128 { - margin-top: -10px; - } -} -@media (min-width: 992px) and (max-width: 1399px) { - header#masthead .c-row #site-navigation .menu-menu-container #primary-menu li.menu-item#menu-item-128 a { - font-size: 14px; - padding: 15px 10px; - } -} - -footer#colophon { - background: #ffffff; -} -footer#colophon .c-row { - display: flex; - flex-direction: row; - align-items: center; - justify-content: space-between; - padding-top: 40px; - padding-bottom: 40px; -} -@media (max-width: 1199px) { - footer#colophon .c-row { - flex-direction: column; - row-gap: 40px; - } -} -footer#colophon .c-row .footer-left ul { - padding: 0; - margin: 0; - list-style: none; - display: flex; - flex-direction: row; - align-items: center; -} -@media (max-width: 575px) { - footer#colophon .c-row .footer-left ul { - flex-direction: column; - row-gap: 20px; - } -} -footer#colophon .c-row .footer-left ul li { - font-size: 16px; - line-height: 1.5; - font-weight: 500; -} -footer#colophon .c-row .footer-left ul li:not(.copyright) { - color: #141414; -} -@media (min-width: 576px) { - footer#colophon .c-row .footer-left ul li:not(:last-child) { - padding-right: 30px; - margin-right: 30px; - border-right: 1px solid #cacaca; - } -} -footer#colophon .c-row .footer-left ul li.copyright { - color: #616161; -} -footer#colophon .c-row .footer-left ul li a { - color: #141414; -} -@media (max-width: 767px) { - footer#colophon .c-row .footer-left ul li { - font-size: 14px; - } -} -@media (max-width: 575px) { - footer#colophon .c-row .footer-left ul li { - text-align: center; - } -} -footer#colophon .c-row .footer-right p { - color: #616161; - margin: 0; - line-height: 1; -} -@media (max-width: 767px) { - footer#colophon .c-row .footer-right p { - font-size: 14px; - } -} -footer#colophon .c-row .footer-right p a { - color: #616161; - text-decoration: underline; -} - -section#zarezerwuj-miejsce { - position: relative; - padding: 80px 0; -} -section#zarezerwuj-miejsce .box-bg { - position: absolute; - top: 50%; - left: 50%; - transform: translate(-25%, -50%); -} -section#zarezerwuj-miejsce .box-bg img { - width: 100%; - max-width: -moz-fit-content; - max-width: fit-content; -} -section#zarezerwuj-miejsce .c-row { - position: relative; - display: flex; - flex-direction: row; - align-items: center; - -moz-column-gap: 100px; - column-gap: 100px; -} -@media (max-width: 1199px) { - section#zarezerwuj-miejsce .c-row { - -moz-column-gap: 50px; - column-gap: 50px; - } -} -@media (max-width: 991px) { - section#zarezerwuj-miejsce .c-row { - -moz-column-gap: 40px; - column-gap: 40px; - } -} -@media (max-width: 767px) { - section#zarezerwuj-miejsce .c-row { - flex-direction: column; - row-gap: 50px; - } -} -section#zarezerwuj-miejsce .c-row .c-col-1 { - width: 100%; - max-width: 680px; -} -section#zarezerwuj-miejsce .c-row .c-col-1 .h2-title { - color: #141414; - margin-bottom: 60px; -} -section#zarezerwuj-miejsce .c-row .c-col-1 .h2-title strong { - color: #006eb7; -} -@media (min-width: 992px) and (max-width: 1399px) { - section#zarezerwuj-miejsce .c-row .c-col-1 .h2-title br { - display: none; - } -} -@media (max-width: 1199px) { - section#zarezerwuj-miejsce .c-row .c-col-1 .h2-title { - font-size: 30px; - margin-bottom: 40px; - } -} -@media (max-width: 991px) { - section#zarezerwuj-miejsce .c-row .c-col-1 .h2-title { - font-size: 28px; - } -} -section#zarezerwuj-miejsce .c-row .c-col-1 ul { - padding: 0; - margin: 0; - list-style: none; - display: flex; - flex-direction: column; - row-gap: 30px; -} -section#zarezerwuj-miejsce .c-row .c-col-1 ul li { - display: flex; - flex-direction: row; - -moz-column-gap: 22px; - column-gap: 22px; -} -@media (max-width: 1199px) { - section#zarezerwuj-miejsce .c-row .c-col-1 ul li { - -moz-column-gap: 15px; - column-gap: 15px; - } -} -section#zarezerwuj-miejsce .c-row .c-col-1 ul li .icon { - line-height: 1; -} -section#zarezerwuj-miejsce .c-row .c-col-1 ul li .icon img { - display: block; - width: 24px; - min-width: 24px; - height: 28px; - line-height: 1; - -o-object-fit: contain; - object-fit: contain; - margin: 5px 0; -} -section#zarezerwuj-miejsce .c-row .c-col-1 ul li .text p { - color: #141414; - font-size: 24px; - font-weight: 500; - margin-bottom: 0; -} -section#zarezerwuj-miejsce .c-row .c-col-1 ul li .text p strong { - font-weight: 700; -} -section#zarezerwuj-miejsce .c-row .c-col-1 ul li .text p a { - color: #141414; - font-weight: 700; - text-decoration: underline; -} -@media (max-width: 1399px) { - section#zarezerwuj-miejsce .c-row .c-col-1 ul li .text p { - font-size: 22px; - } -} -@media (max-width: 1199px) { - section#zarezerwuj-miejsce .c-row .c-col-1 ul li .text p { - font-size: 18px; - } -} -@media (max-width: 991px) { - section#zarezerwuj-miejsce .c-row .c-col-1 ul li .text p { - font-size: 16px; - } -} -section#zarezerwuj-miejsce .c-row .c-col-2 .form-box { - padding: 50px; - background: #ffffff; - border-radius: 30px; - box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.05); -} -@media (max-width: 991px) { - section#zarezerwuj-miejsce .c-row .c-col-2 .form-box { - padding: 30px; - } -} -@media (max-width: 575px) { - section#zarezerwuj-miejsce .c-row .c-col-2 .form-box { - padding: 15px; - } -} -section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-head { - display: flex; - flex-direction: column; - align-items: flex-start; - row-gap: 10px; - margin-bottom: 30px; -} -@media (max-width: 991px) { - section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-head { - margin-bottom: 20px; - } -} -section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-head h3 { - color: #141414; - font-size: 24px; - line-height: 1.4; - font-weight: 500; - margin: 0; -} -@media (max-width: 991px) { - section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-head h3 { - font-size: 20px; - } -} -section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-head h4 { - color: #ff475d; - display: inline-block; - font-size: 14px; - font-weight: 500; - line-height: 1; - margin: 0; - padding: 9px 10px; - border-radius: 8px; - background: rgba(255, 71, 93, 0.1); -} -section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form { - width: 440px; -} -@media (max-width: 1199px) { - section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form { - width: 400px; - } -} -@media (max-width: 991px) { - section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form { - width: 310px; - } -} -@media (max-width: 767px) { - section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form { - width: 100%; - } -} -section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .form-fields { - display: flex; - flex-direction: row; - flex-wrap: wrap; - gap: 16px; -} -@media (max-width: 575px) { - section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .form-fields { - gap: 5px; - } -} -section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item { - position: relative; - width: 100%; -} -section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item-1, section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item-2, section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item-3, section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item-3-1, section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item-4, section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item-4-1 { - width: calc(50% - 8px); -} -section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item-7 .wpcf7-not-valid input[type=checkbox] { - border-color: #ff475d !important; -} -section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item-7 .wpcf7-list-item { - margin-left: 0; -} -section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item-7 .wpcf7-list-item label { - display: flex; - flex-direction: row; - align-items: center; - -moz-column-gap: 12px; - column-gap: 12px; -} -@media (max-width: 991px) { - section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item-7 .wpcf7-list-item label span { - font-size: 12px; - } -} -section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item-7 .wpcf7-not-valid-tip { - display: none !important; -} -section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item label .wpcf7-form-control-wrap { - display: block; -} -section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item label .wpcf7-not-valid-tip { - display: none !important; -} -section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item input { - transition: all 250ms ease-in-out; -} -section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item input.wpcf7-not-valid { - border-color: #ff475d !important; -} -section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item input.wpcf7-date, section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item input.wpcf7-text { - height: 48px; - width: 100%; - background: #fff; - border: 1px solid #cacaca; - border-radius: 8px; - box-shadow: none !important; - outline: none !important; - padding: 5px 15px; -} -section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item input.wpcf7-submit { - border: none; -} -section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item input:focus + p { - top: -7px; - font-size: 10px; - padding: 3px 10px; -} -section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item input.wpcf7-text:not(:-moz-placeholder) ~ p { - top: -7px; - font-size: 10px; - padding: 3px 10px; -} -section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item input.wpcf7-text:not(:placeholder-shown) ~ p { - top: -7px; - font-size: 10px; - padding: 3px 10px; -} -section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item input.wpcf7-date ~ p { - top: -7px; - font-size: 10px; - padding: 3px 10px; -} -section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item p { - color: #616161; - font-size: 16px; - font-weight: 500; - line-height: 1; - margin: 0; - position: absolute; - top: 12px; - left: 5px; - background: #fff; - padding: 4px 10px; - transition: all 250ms ease-in-out; -} -@media (max-width: 991px) { - section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item p { - font-size: 13px; - top: 14px; - } -} - -section#lokalizacja { - position: relative; - padding: 80px 0; -} -section#lokalizacja .box-bg { - position: absolute; - inset: 0; -} -section#lokalizacja .c-row .card { - position: relative; - padding: 40px 80px 40px 50px; - border-radius: 30px; - background: #ffffff; - display: flex; - flex-direction: column; - align-items: flex-start; - width: -moz-fit-content; - width: fit-content; -} -@media (max-width: 767px) { - section#lokalizacja .c-row .card { - padding: 30px 40px; - } -} -section#lokalizacja .c-row .card h3 { - color: #141414; - font-size: 24px; - font-weight: 500; - line-height: 1.4; - margin-bottom: 20px; - margin-top: 0; -} -@media (max-width: 767px) { - section#lokalizacja .c-row .card h3 { - font-size: 20px; - } -} -section#lokalizacja .c-row .card h4 { - color: #006eb7; - font-size: 16px; - font-weight: 500; - line-height: 1; - margin-top: 0; - margin-bottom: 5px; -} - -body.page-id-23 main#main .box-1 { - position: relative; - display: flex; - height: 722px; -} -@media (max-width: 991px) { - body.page-id-23 main#main .box-1 { - height: 500px; - } -} -body.page-id-23 main#main .box-1 .box-bg { - position: absolute; - inset: 0; - max-width: 1920px; - margin-left: auto; - margin-right: auto; -} -body.page-id-23 main#main .box-1 .box-bg img { - width: 100%; - height: 100%; - -o-object-fit: cover; - object-fit: cover; - -o-object-position: center; - object-position: center; -} -body.page-id-23 main#main .box-1 .c-row { - position: relative; - height: 100%; - align-content: center; -} -body.page-id-23 main#main .box-1 .c-row h2 { - color: #ffffff; - font-size: 64px; - font-weight: 700; - line-height: 1.2; - margin: 0 0 30px 0; -} -body.page-id-23 main#main .box-1 .c-row h2 strong { - color: #e5ff03; - font-weight: 700; -} -@media (max-width: 991px) { - body.page-id-23 main#main .box-1 .c-row h2 { - font-size: 40px; - } -} -@media (max-width: 767px) { - body.page-id-23 main#main .box-1 .c-row h2 { - font-size: 32px; - } -} -body.page-id-23 main#main .box-1 .c-row p { - color: #ffffff; - font-size: 24px; - font-weight: 500; - line-height: 1.6; -} -body.page-id-23 main#main .box-1 .c-row p:last-child { - margin-bottom: 0; -} -@media (max-width: 991px) { - body.page-id-23 main#main .box-1 .c-row p { - font-size: 20px; - } -} -@media (max-width: 767px) { - body.page-id-23 main#main .box-1 .c-row p { - font-size: 16px; - } -} -body.page-id-23 main#main .box-1 .c-row ul { - padding: 0; - margin: 40px 0 0 0; - list-style: none; - display: flex; - flex-direction: row; - gap: 20px; -} -body.page-id-23 main#main .box-2 { - position: relative; - padding: 140px 0; -} -@media (max-width: 991px) { - body.page-id-23 main#main .box-2 { - padding: 80px 0; - } -} -body.page-id-23 main#main .box-2 .c-row .box-title { - margin-bottom: 60px; -} -@media (max-width: 991px) { - body.page-id-23 main#main .box-2 .c-row .box-title { - margin-bottom: 40px; - } -} -body.page-id-23 main#main .box-2 .c-row .box-title .h2-title { - color: #141414; -} -body.page-id-23 main#main .box-2 .c-row .box-content { - display: grid; - grid-template-columns: repeat(3, 1fr); - gap: 30px; -} -@media (max-width: 991px) { - body.page-id-23 main#main .box-2 .c-row .box-content { - grid-template-columns: repeat(2, 1fr); - } -} -@media (max-width: 575px) { - body.page-id-23 main#main .box-2 .c-row .box-content { - gap: 5px; - } -} -body.page-id-23 main#main .box-2 .c-row .box-content .tile { - display: flex; - flex-direction: column; - padding: 40px; - border: 1px solid #cacaca; - border-radius: 30px; - background: #ffffff; -} -@media (max-width: 1199px) { - body.page-id-23 main#main .box-2 .c-row .box-content .tile { - padding: 30px; - } -} -@media (max-width: 767px) { - body.page-id-23 main#main .box-2 .c-row .box-content .tile { - padding: 20px; - } -} -@media (max-width: 575px) { - body.page-id-23 main#main .box-2 .c-row .box-content .tile { - padding: 10px; - border-radius: 15px; - } -} -body.page-id-23 main#main .box-2 .c-row .box-content .tile img { - display: inline-block; - margin-bottom: 40px; - width: 100%; - max-width: 97px; -} -@media (max-width: 1199px) { - body.page-id-23 main#main .box-2 .c-row .box-content .tile img { - max-width: 60px; - margin-bottom: 30px; - } -} -@media (max-width: 767px) { - body.page-id-23 main#main .box-2 .c-row .box-content .tile img { - max-width: 40px; - } -} -body.page-id-23 main#main .box-2 .c-row .box-content .tile h3 { - color: #141414; - font-size: 30px; - font-weight: 500; - line-height: 1.35; - margin: 0 0 30px 0; -} -@media (max-width: 1199px) { - body.page-id-23 main#main .box-2 .c-row .box-content .tile h3 { - font-size: 22px; - margin: 0 0 20px 0; - } -} -@media (max-width: 767px) { - body.page-id-23 main#main .box-2 .c-row .box-content .tile h3 { - font-size: 18px; - } -} -@media (max-width: 575px) { - body.page-id-23 main#main .box-2 .c-row .box-content .tile h3 { - margin: 0 0 10px 0; - font-size: 16px; - } -} -body.page-id-23 main#main .box-2 .c-row .box-content .tile p { - color: #616161; - font-size: 18px; - line-height: 1.7; -} -body.page-id-23 main#main .box-2 .c-row .box-content .tile p:last-child { - margin-bottom: 0; -} -@media (max-width: 1199px) { - body.page-id-23 main#main .box-2 .c-row .box-content .tile p { - font-size: 16px; - } -} -@media (max-width: 767px) { - body.page-id-23 main#main .box-2 .c-row .box-content .tile p { - font-size: 14px; - } -} -@media (max-width: 575px) { - body.page-id-23 main#main .box-2 .c-row .box-content .tile p { - line-height: 1.5; - font-size: 13px; - } -} -body.page-id-23 main#main .box-2 .c-row .box-content .tile-img { - grid-column-start: 1; - grid-column-end: 4; - display: flex; - flex-direction: row; - align-items: center; - gap: 67px; -} -body.page-id-23 main#main .box-2 .c-row .box-content .tile-img .tile-col-1 { - width: 100%; - max-width: 578px; -} -body.page-id-23 main#main .box-2 .c-row .box-content .tile-img .tile-col-2 { - width: 100%; - max-width: 635px; -} -body.page-id-23 main#main .box-2 .c-row .box-content .tile-img .tile-col-2 img { - display: block; - width: 100%; - max-width: unset; - height: 100%; - border-radius: 10px; - -o-object-fit: cover; - object-fit: cover; - margin: 0; -} -@media (max-width: 991px) { - body.page-id-23 main#main .box-2 .c-row .box-content .tile-img { - grid-column-end: 3; - } -} -@media (max-width: 575px) { - body.page-id-23 main#main .box-2 .c-row .box-content .tile-img { - flex-direction: column-reverse; - row-gap: 24px; - } -} -body.page-id-23 main#main .box-3 { - position: relative; - padding: 80px 0; -} -body.page-id-23 main#main .box-3 .box-bg { - position: absolute; - inset: 0; -} -body.page-id-23 main#main .box-3 .box-bg img { - width: 100%; - height: 100%; - -o-object-fit: cover; - object-fit: cover; - -o-object-position: center; - object-position: center; -} -body.page-id-23 main#main .box-3 .c-row { - position: relative; - height: 100%; - align-items: center; - display: flex; - flex-direction: row; - -moz-column-gap: 100px; - column-gap: 100px; -} -@media (max-width: 1399px) { - body.page-id-23 main#main .box-3 .c-row { - -moz-column-gap: 50px; - column-gap: 50px; - } -} -@media (max-width: 1199px) { - body.page-id-23 main#main .box-3 .c-row { - flex-direction: column; - row-gap: 50px; - } -} -body.page-id-23 main#main .box-3 .c-row .c-col-1 { - width: 100%; - max-width: 520px; -} -@media (max-width: 1199px) { - body.page-id-23 main#main .box-3 .c-row .c-col-1 { - max-width: unset; - } -} -body.page-id-23 main#main .box-3 .c-row .c-col-1 .h2-title { - color: #ffffff; - margin-bottom: 40px; -} -body.page-id-23 main#main .box-3 .c-row .c-col-1 .text { - margin-bottom: 60px; -} -body.page-id-23 main#main .box-3 .c-row .c-col-1 .text p { - color: #ffffff; - font-size: 24px; - line-height: 1.4; -} -body.page-id-23 main#main .box-3 .c-row .c-col-1 .text p:last-child { - margin-bottom: 0; -} -body.page-id-23 main#main .box-3 .c-row .c-col-1 .text p strong { - color: #e5ff03; -} -@media (max-width: 991px) { - body.page-id-23 main#main .box-3 .c-row .c-col-1 .text p { - font-size: 20px; - } -} -@media (max-width: 767px) { - body.page-id-23 main#main .box-3 .c-row .c-col-1 .text p { - font-size: 18px; - } -} -body.page-id-23 main#main .box-3 .c-row .c-col-2 { - display: grid; - grid-template-columns: repeat(2, minmax(280px, 345px)); - gap: 30px; -} -@media (max-width: 1199px) { - body.page-id-23 main#main .box-3 .c-row .c-col-2 { - grid-template-columns: repeat(2, 1fr); - width: 100%; - } -} -@media (max-width: 575px) { - body.page-id-23 main#main .box-3 .c-row .c-col-2 { - grid-template-columns: 1fr; - } -} -body.page-id-23 main#main .box-3 .c-row .c-col-2 .card { - border-radius: 30px; - background: #ffffff; -} -body.page-id-23 main#main .box-3 .c-row .c-col-2 .card-1 .card-head h4 { - color: #ff475d; - background: rgba(255, 71, 93, 0.1); -} -body.page-id-23 main#main .box-3 .c-row .c-col-2 .card-2 .card-head h4 { - color: #006eb7; - background: rgba(0, 110, 183, 0.1); -} -body.page-id-23 main#main .box-3 .c-row .c-col-2 .card .card-head { - display: flex; - flex-direction: column; - align-items: center; - row-gap: 10px; - padding: 40px 0 30px; -} -@media (max-width: 767px) { - body.page-id-23 main#main .box-3 .c-row .c-col-2 .card .card-head { - padding: 30px 0 20px; - } -} -body.page-id-23 main#main .box-3 .c-row .c-col-2 .card .card-head h3 { - color: #141414; - font-size: 24px; - line-height: 1.4; - font-weight: 500; - margin: 0; -} -@media (max-width: 767px) { - body.page-id-23 main#main .box-3 .c-row .c-col-2 .card .card-head h3 { - font-size: 20px; - } -} -body.page-id-23 main#main .box-3 .c-row .c-col-2 .card .card-head h4 { - display: inline-block; - font-size: 14px; - font-weight: 500; - line-height: 1; - margin: 0; - padding: 9px 10px; - border-radius: 8px; -} -body.page-id-23 main#main .box-3 .c-row .c-col-2 .card .card-content { - margin-bottom: 15px; -} -body.page-id-23 main#main .box-3 .c-row .c-col-2 .card .card-content ul { - padding: 0; - margin: 0; - list-style: none; - display: flex; - flex-direction: column; -} -body.page-id-23 main#main .box-3 .c-row .c-col-2 .card .card-content ul li { - display: flex; - flex-direction: row; - align-items: center; - justify-content: space-between; - gap: 20px; - padding: 15px 40px; - border-top: 1px solid #eeeeee; - color: #616161; - font-weight: 500; - line-height: 1; -} -body.page-id-23 main#main .box-3 .c-row .c-col-2 .card .card-content ul li strong { - color: #141414; -} -@media (max-width: 1399px) { - body.page-id-23 main#main .box-3 .c-row .c-col-2 .card .card-content ul li { - padding: 15px 20px; - } -} -@media (max-width: 767px) { - body.page-id-23 main#main .box-3 .c-row .c-col-2 .card .card-content ul li { - font-size: 14px; - } -} -@media (max-width: 575px) { - body.page-id-23 main#main .box-3 .c-row .c-col-2 .card .card-content ul li { - font-size: 16px; - } -} -body.page-id-23 main#main .box-4 { - position: relative; - padding: 130px 0; -} -body.page-id-23 main#main .box-4 .box-bg { - position: absolute; - inset: 0; -} -body.page-id-23 main#main .box-4 .box-bg img { - width: 100%; - height: 100%; - -o-object-fit: cover; - object-fit: cover; - -o-object-position: center; - object-position: center; -} -body.page-id-23 main#main .box-4 .c-row { - position: relative; - height: 100%; - display: flex; - flex-direction: row; - align-items: center; - justify-content: space-between; - -moz-column-gap: 100px; - column-gap: 100px; -} -@media (max-width: 1199px) { - body.page-id-23 main#main .box-4 .c-row { - flex-direction: column; - row-gap: 70px; - } -} -body.page-id-23 main#main .box-4 .c-row .c-col-1 { - width: 100%; - max-width: 520px; -} -@media (max-width: 1199px) { - body.page-id-23 main#main .box-4 .c-row .c-col-1 { - max-width: unset; - } -} -body.page-id-23 main#main .box-4 .c-row .c-col-1 .h2-title { - color: #ffffff; - margin-bottom: 40px; -} -body.page-id-23 main#main .box-4 .c-row .c-col-1 .text { - margin-bottom: 60px; -} -body.page-id-23 main#main .box-4 .c-row .c-col-1 .text p { - color: #ffffff; - font-size: 24px; - line-height: 1.4; -} -body.page-id-23 main#main .box-4 .c-row .c-col-1 .text p:last-child { - margin-bottom: 0; -} -body.page-id-23 main#main .box-4 .c-row .c-col-1 .text p strong { - color: #e5ff03; -} -@media (max-width: 991px) { - body.page-id-23 main#main .box-4 .c-row .c-col-1 .text p { - font-size: 20px; - } -} -@media (max-width: 767px) { - body.page-id-23 main#main .box-4 .c-row .c-col-1 .text p { - font-size: 18px; - } -} -body.page-id-23 main#main .box-4 .c-row .c-col-2 { - display: flex; - flex-direction: column; - row-gap: 26px; -} -@media (max-width: 1199px) { - body.page-id-23 main#main .box-4 .c-row .c-col-2 { - width: 100%; - } -} -body.page-id-23 main#main .box-4 .c-row .c-col-2 .card { - background: rgba(1, 14, 30, 0.5); - border: 1px solid rgba(255, 255, 255, 0.3); - border-radius: 22px; - padding: 33px 40px; - display: flex; - flex-direction: row; - align-items: center; - gap: 30px; -} -body.page-id-23 main#main .box-4 .c-row .c-col-2 .card:first-child .card-content h3 { - color: #e5ff03; - text-decoration: underline; -} -@media (max-width: 767px) { - body.page-id-23 main#main .box-4 .c-row .c-col-2 .card { - padding: 20px 30px; - } -} -body.page-id-23 main#main .box-4 .c-row .c-col-2 .card .card-num { - width: 42px; - min-width: 42px; - height: 42px; - display: flex; - align-items: center; - justify-content: center; - border-radius: 100%; - background: #e5ff03; -} -body.page-id-23 main#main .box-4 .c-row .c-col-2 .card .card-num span { - color: #000; - font-size: 18px; - font-weight: 500; - line-height: 1; -} -body.page-id-23 main#main .box-4 .c-row .c-col-2 .card .card-content { - display: flex; - flex-direction: column; - row-gap: 10px; -} -body.page-id-23 main#main .box-4 .c-row .c-col-2 .card .card-content h3 { - color: #ffffff; - font-size: 24px; - font-weight: 500; - line-height: 1.4; - margin: 0; -} -@media (max-width: 767px) { - body.page-id-23 main#main .box-4 .c-row .c-col-2 .card .card-content h3 { - font-size: 20px; - } -} -body.page-id-23 main#main .box-4 .c-row .c-col-2 .card .card-content p { - margin: 0; - color: rgba(255, 255, 255, 0.7); - font-size: 18px; - font-weight: 500; - line-height: 1; -} -@media (max-width: 767px) { - body.page-id-23 main#main .box-4 .c-row .c-col-2 .card .card-content p { - font-size: 16px; - font-weight: 400; - } -} - -body.page-id-3 main#main { - padding-top: 140px; - padding-bottom: 140px; - border-bottom: 1px solid #ababab; -} -@media (max-width: 767px) { - body.page-id-3 main#main { - padding-top: 80px; - padding-bottom: 80px; - } -} -body.page-id-3 main#main article header.entry-header { - margin-bottom: 30px; -} -body.page-id-3 main#main article header.entry-header .entry-title { - color: #141414; - font-size: 40px; - font-weight: 600; - line-height: 1.35; - margin: 0; -} -@media (max-width: 767px) { - body.page-id-3 main#main article header.entry-header .entry-title { - font-size: 30px; - } -} -body.page-id-3 main#main article .entry-content { - margin: 0; -} -body.page-id-3 main#main article .entry-content h2 { - color: #141414; - font-size: 30px; - font-weight: 500; - line-height: 1.3; -} -body.page-id-3 main#main article .entry-content h2:first-child { - margin: 0; -} -@media (max-width: 767px) { - body.page-id-3 main#main article .entry-content h2 { - font-size: 22px; - } -} -body.page-id-3 main#main article .entry-content h3 { - color: #141414; - font-size: 30px; - font-weight: 700; - line-height: 1.3; - margin: 80px 0 30px; -} -@media (max-width: 767px) { - body.page-id-3 main#main article .entry-content h3 { - font-size: 22px; - margin: 50px 0 20px; - } -} -body.page-id-3 main#main article .entry-content ul, -body.page-id-3 main#main article .entry-content ol { - margin: 0; - padding-left: 20px; -} -body.page-id-3 main#main article .entry-content ul li, -body.page-id-3 main#main article .entry-content ol li { - color: #616161; - font-size: 18px; - font-weight: 500; - line-height: 1.7; -} -@media (max-width: 767px) { - body.page-id-3 main#main article .entry-content ul li, - body.page-id-3 main#main article .entry-content ol li { - font-size: 16px; - } -} -body.page-id-3 main#main article .entry-content p { - color: #616161; - font-size: 18px; - font-weight: 500; - line-height: 1.7; -} -@media (max-width: 767px) { - body.page-id-3 main#main article .entry-content p { - font-size: 16px; - } -} - -.xdsoft_datetimepicker { - width: 100%; - max-width: 213px; - border-radius: 10px; -} -.xdsoft_datetimepicker .xdsoft_timepicker { - width: calc(100% - 8px); -} -.xdsoft_datetimepicker .xdsoft_prev, -.xdsoft_datetimepicker .xdsoft_next { - left: 50%; - margin-left: 0 !important; - transform: translateX(-50%); -}/*# sourceMappingURL=custom.css.map */ \ No newline at end of file +@import'../assets/fonts/articulat/stylesheet.css';*{box-sizing:border-box;font-family:"Articulat CF",sans-serif}html{scroll-behavior:smooth}body{margin:0 !important}a{text-decoration:none}p{margin-top:0}input[type=checkbox]:not([name=gdprPrefItem]){-webkit-appearance:none !important;-moz-appearance:none !important;appearance:none !important;position:relative;display:inline-block;width:20px;min-width:20px;height:20px;border:1px solid #cacaca;border-radius:6px;transition:all 250ms ease-in-out;overflow:hidden;cursor:pointer}input[type=checkbox]:not([name=gdprPrefItem])::before{content:"";position:absolute;top:-7px;left:20px;width:11px;height:2px;background:#006eb7;transform:rotate(-50deg);transition:all 250ms linear}input[type=checkbox]:not([name=gdprPrefItem])::after{content:"";position:absolute;top:-5px;left:-12px;width:6px;height:2px;background:#006eb7;transform:rotate(50deg);transition:all 250ms linear}input[type=checkbox]:not([name=gdprPrefItem]):checked::before{top:8px;left:5px}input[type=checkbox]:not([name=gdprPrefItem]):checked::after{top:10px;left:3px}.container,header#masthead .c-row #site-navigation .menu-menu-container #primary-menu{width:100%;margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}@media(min-width: 576px){.container,header#masthead .c-row #site-navigation .menu-menu-container #primary-menu{max-width:540px}}@media(min-width: 768px){.container,header#masthead .c-row #site-navigation .menu-menu-container #primary-menu{max-width:720px}}@media(min-width: 992px){.container,header#masthead .c-row #site-navigation .menu-menu-container #primary-menu{max-width:960px}}@media(min-width: 1200px){.container,header#masthead .c-row #site-navigation .menu-menu-container #primary-menu{max-width:1140px}}@media(min-width: 1400px){.container,header#masthead .c-row #site-navigation .menu-menu-container #primary-menu{max-width:1370px}}.btn-1,section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item input.wpcf7-submit,header#masthead .c-row #site-navigation .menu-menu-container #primary-menu li.menu-item#menu-item-128 a{display:inline-block;padding:16px 25px;background:#e5ff03;border:1px solid #e5ff03;border-radius:8px;color:#000 !important;font-size:16px;line-height:1;font-weight:600;cursor:pointer}@media(max-width: 576px){.btn-1,section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item input.wpcf7-submit,header#masthead .c-row #site-navigation .menu-menu-container #primary-menu li.menu-item#menu-item-128 a{font-size:14px}}.btn-2,header#masthead .c-row #site-navigation .menu-menu-container #primary-menu li.menu-item#menu-item-127 a,header#masthead .c-row #site-navigation .menu-menu-container #primary-menu li.menu-item#menu-item-126 a{display:inline-block;padding:16px 25px;background:rgba(0,0,0,0);border-radius:8px;border:1px solid hsla(0,0%,100%,.3);color:#fff !important;font-size:16px;line-height:1;font-weight:600;cursor:pointer}@media(max-width: 576px){.btn-2,header#masthead .c-row #site-navigation .menu-menu-container #primary-menu li.menu-item#menu-item-127 a,header#masthead .c-row #site-navigation .menu-menu-container #primary-menu li.menu-item#menu-item-126 a{font-size:14px}}.btn-3{display:inline-block;padding:16px 25px;background:#006eb7;border-radius:8px;color:#fff !important;font-size:16px;line-height:1;font-weight:600;cursor:pointer}@media(max-width: 576px){.btn-3{font-size:14px}}.h2-title{font-size:40px;font-weight:600;line-height:1.35;margin:0}@media(max-width: 991px){.h2-title{font-size:32px}}@media(max-width: 767px){.h2-title{font-size:26px}}body{background:#f7f7f7}header#masthead{position:relative;padding:20px 0;background:#000b18;z-index:1}header#masthead .c-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between}@media(min-width: 992px)and (max-width: 1199px){header#masthead .c-row{flex-direction:column;row-gap:20px}}header#masthead .c-row .site-branding .custom-logo-link{line-height:0}header#masthead .c-row .site-branding .custom-logo-link .custom-logo{display:inline-block;width:187px;max-width:unset;height:60px}header#masthead .c-row #site-navigation .menu-toggle{position:relative;width:30px;height:20px;cursor:pointer;background:none;border:none;padding:0;overflow:hidden;border-radius:0}@media(min-width: 992px){header#masthead .c-row #site-navigation .menu-toggle{display:none}}header#masthead .c-row #site-navigation .menu-toggle .menu-toggle-line{position:absolute;left:0;width:100%;height:3px;background:#fff;border-radius:2px;transition:all .3s ease}header#masthead .c-row #site-navigation .menu-toggle .menu-toggle-line:nth-child(1){top:0}header#masthead .c-row #site-navigation .menu-toggle .menu-toggle-line:nth-child(2){top:50%;transform:translateY(-50%)}header#masthead .c-row #site-navigation .menu-toggle .menu-toggle-line:nth-child(3){bottom:0}header#masthead .c-row #site-navigation .menu-toggle[aria-expanded=true]{height:25px}header#masthead .c-row #site-navigation .menu-toggle[aria-expanded=true] .menu-toggle-line:nth-child(1){top:50%;transform:translateY(-50%) rotate(45deg)}header#masthead .c-row #site-navigation .menu-toggle[aria-expanded=true] .menu-toggle-line:nth-child(2){opacity:0;transform:translateX(-100%)}header#masthead .c-row #site-navigation .menu-toggle[aria-expanded=true] .menu-toggle-line:nth-child(3){bottom:auto;top:50%;transform:translateY(-50%) rotate(-45deg)}@media(max-width: 991px){header#masthead .c-row #site-navigation .menu-menu-container{position:absolute;top:calc(100% - 1px);left:0;right:0;height:0;overflow:hidden;background:#000b18;transition:all 250ms ease-in-out}}header#masthead .c-row #site-navigation .menu-menu-container #primary-menu{display:flex;flex-direction:row;align-items:center;-moz-column-gap:30px;column-gap:30px}@media(max-width: 1399px){header#masthead .c-row #site-navigation .menu-menu-container #primary-menu{-moz-column-gap:20px;column-gap:20px}}@media(max-width: 991px){header#masthead .c-row #site-navigation .menu-menu-container #primary-menu{flex-direction:column;row-gap:20px;padding-bottom:30px}}header#masthead .c-row #site-navigation .menu-menu-container #primary-menu li.menu-item a{color:#fff;line-height:1;font-weight:600}@media(min-width: 992px)and (max-width: 1399px){header#masthead .c-row #site-navigation .menu-menu-container #primary-menu li.menu-item a{font-size:14px}}@media(min-width: 992px){header#masthead .c-row #site-navigation .menu-menu-container #primary-menu li.menu-item#menu-item-126{margin-right:-10px}}@media(min-width: 992px)and (max-width: 1399px){header#masthead .c-row #site-navigation .menu-menu-container #primary-menu li.menu-item#menu-item-126 a{font-size:14px;padding:15px 10px}}@media(min-width: 992px){header#masthead .c-row #site-navigation .menu-menu-container #primary-menu li.menu-item#menu-item-127{margin-right:-10px}}@media(max-width: 991px){header#masthead .c-row #site-navigation .menu-menu-container #primary-menu li.menu-item#menu-item-127{margin-top:-10px}}@media(min-width: 992px)and (max-width: 1399px){header#masthead .c-row #site-navigation .menu-menu-container #primary-menu li.menu-item#menu-item-127 a{font-size:14px;padding:15px 10px}}@media(max-width: 991px){header#masthead .c-row #site-navigation .menu-menu-container #primary-menu li.menu-item#menu-item-128{margin-top:-10px}}@media(min-width: 992px)and (max-width: 1399px){header#masthead .c-row #site-navigation .menu-menu-container #primary-menu li.menu-item#menu-item-128 a{font-size:14px;padding:15px 10px}}footer#colophon{background:#fff}footer#colophon .c-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding-top:40px;padding-bottom:40px}@media(max-width: 1199px){footer#colophon .c-row{flex-direction:column;row-gap:40px}}footer#colophon .c-row .footer-left ul{padding:0;margin:0;list-style:none;display:flex;flex-direction:row;align-items:center}@media(max-width: 575px){footer#colophon .c-row .footer-left ul{flex-direction:column;row-gap:20px}}footer#colophon .c-row .footer-left ul li{font-size:16px;line-height:1.5;font-weight:500}footer#colophon .c-row .footer-left ul li:not(.copyright){color:#141414}@media(min-width: 576px){footer#colophon .c-row .footer-left ul li:not(:last-child){padding-right:30px;margin-right:30px;border-right:1px solid #cacaca}}footer#colophon .c-row .footer-left ul li.copyright{color:#616161}footer#colophon .c-row .footer-left ul li a{color:#141414}@media(max-width: 767px){footer#colophon .c-row .footer-left ul li{font-size:14px}}@media(max-width: 575px){footer#colophon .c-row .footer-left ul li{text-align:center}}footer#colophon .c-row .footer-right p{color:#616161;margin:0;line-height:1}@media(max-width: 767px){footer#colophon .c-row .footer-right p{font-size:14px}}footer#colophon .c-row .footer-right p a{color:#616161;text-decoration:underline}section#zarezerwuj-miejsce{position:relative;padding:80px 0}section#zarezerwuj-miejsce .box-bg{position:absolute;top:50%;left:50%;transform:translate(-25%, -50%)}section#zarezerwuj-miejsce .box-bg img{width:100%;max-width:-moz-fit-content;max-width:fit-content}section#zarezerwuj-miejsce .c-row{position:relative;display:flex;flex-direction:row;align-items:center;-moz-column-gap:100px;column-gap:100px}@media(max-width: 1199px){section#zarezerwuj-miejsce .c-row{-moz-column-gap:50px;column-gap:50px}}@media(max-width: 991px){section#zarezerwuj-miejsce .c-row{-moz-column-gap:40px;column-gap:40px}}@media(max-width: 767px){section#zarezerwuj-miejsce .c-row{flex-direction:column;row-gap:50px}}section#zarezerwuj-miejsce .c-row .c-col-1{width:100%;max-width:680px}section#zarezerwuj-miejsce .c-row .c-col-1 .h2-title{color:#141414;margin-bottom:60px}section#zarezerwuj-miejsce .c-row .c-col-1 .h2-title strong{color:#006eb7}@media(min-width: 992px)and (max-width: 1399px){section#zarezerwuj-miejsce .c-row .c-col-1 .h2-title br{display:none}}@media(max-width: 1199px){section#zarezerwuj-miejsce .c-row .c-col-1 .h2-title{font-size:30px;margin-bottom:40px}}@media(max-width: 991px){section#zarezerwuj-miejsce .c-row .c-col-1 .h2-title{font-size:28px}}section#zarezerwuj-miejsce .c-row .c-col-1 ul{padding:0;margin:0;list-style:none;display:flex;flex-direction:column;row-gap:30px}section#zarezerwuj-miejsce .c-row .c-col-1 ul li{display:flex;flex-direction:row;-moz-column-gap:22px;column-gap:22px}@media(max-width: 1199px){section#zarezerwuj-miejsce .c-row .c-col-1 ul li{-moz-column-gap:15px;column-gap:15px}}section#zarezerwuj-miejsce .c-row .c-col-1 ul li .icon{line-height:1}section#zarezerwuj-miejsce .c-row .c-col-1 ul li .icon img{display:block;width:24px;min-width:24px;height:28px;line-height:1;-o-object-fit:contain;object-fit:contain;margin:5px 0}section#zarezerwuj-miejsce .c-row .c-col-1 ul li .text p{color:#141414;font-size:24px;font-weight:500;margin-bottom:0}section#zarezerwuj-miejsce .c-row .c-col-1 ul li .text p strong{font-weight:700}section#zarezerwuj-miejsce .c-row .c-col-1 ul li .text p a{color:#141414;font-weight:700;text-decoration:underline}@media(max-width: 1399px){section#zarezerwuj-miejsce .c-row .c-col-1 ul li .text p{font-size:22px}}@media(max-width: 1199px){section#zarezerwuj-miejsce .c-row .c-col-1 ul li .text p{font-size:18px}}@media(max-width: 991px){section#zarezerwuj-miejsce .c-row .c-col-1 ul li .text p{font-size:16px}}section#zarezerwuj-miejsce .c-row .c-col-2 .form-box{padding:50px;background:#fff;border-radius:30px;box-shadow:10px 10px 50px 0px rgba(0,0,0,.05)}@media(max-width: 991px){section#zarezerwuj-miejsce .c-row .c-col-2 .form-box{padding:30px}}@media(max-width: 575px){section#zarezerwuj-miejsce .c-row .c-col-2 .form-box{padding:15px}}section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-head{display:flex;flex-direction:column;align-items:flex-start;row-gap:10px;margin-bottom:30px}@media(max-width: 991px){section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-head{margin-bottom:20px}}section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-head h3{color:#141414;font-size:24px;line-height:1.4;font-weight:500;margin:0}@media(max-width: 991px){section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-head h3{font-size:20px}}section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-head h4{color:#ff475d;display:inline-block;font-size:14px;font-weight:500;line-height:1;margin:0;padding:9px 10px;border-radius:8px;background:rgba(255,71,93,.1)}section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form{width:440px}@media(max-width: 1199px){section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form{width:400px}}@media(max-width: 991px){section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form{width:310px}}@media(max-width: 767px){section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form{width:100%}}section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .form-fields{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px}@media(max-width: 575px){section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .form-fields{gap:5px}}section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item{position:relative;width:100%}section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item-1,section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item-2,section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item-3,section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item-3-1,section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item-4,section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item-4-1{width:calc(50% - 8px)}section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item-7 .wpcf7-not-valid input[type=checkbox]{border-color:#ff475d !important}section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item-7 .wpcf7-list-item{margin-left:0}section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item-7 .wpcf7-list-item label{display:flex;flex-direction:row;align-items:center;-moz-column-gap:12px;column-gap:12px}@media(max-width: 991px){section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item-7 .wpcf7-list-item label span{font-size:12px}}section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item-7 .wpcf7-not-valid-tip{display:none !important}section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item label .wpcf7-form-control-wrap{display:block}section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item label .wpcf7-not-valid-tip{display:none !important}section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item input{transition:all 250ms ease-in-out}section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item input.wpcf7-not-valid{border-color:#ff475d !important}section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item input.wpcf7-date,section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item input.wpcf7-text{height:48px;width:100%;background:#fff;border:1px solid #cacaca;border-radius:8px;box-shadow:none !important;outline:none !important;padding:5px 15px}section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item input.wpcf7-submit{border:none}section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item input:focus+p{top:-7px;font-size:10px;padding:3px 10px}section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item input.wpcf7-text:not(:-moz-placeholder)~p{top:-7px;font-size:10px;padding:3px 10px}section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item input.wpcf7-text:not(:placeholder-shown)~p{top:-7px;font-size:10px;padding:3px 10px}section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item input.wpcf7-date~p{top:-7px;font-size:10px;padding:3px 10px}section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item p{color:#616161;font-size:16px;font-weight:500;line-height:1;margin:0;position:absolute;top:12px;left:5px;background:#fff;padding:4px 10px;transition:all 250ms ease-in-out}@media(max-width: 991px){section#zarezerwuj-miejsce .c-row .c-col-2 .form-box .form-content form .c-item p{font-size:13px;top:14px}}section#lokalizacja{position:relative;padding:80px 0}section#lokalizacja .box-bg{position:absolute;inset:0}section#lokalizacja .c-row .card{position:relative;padding:40px 80px 40px 50px;border-radius:30px;background:#fff;display:flex;flex-direction:column;align-items:flex-start;width:-moz-fit-content;width:fit-content}@media(max-width: 767px){section#lokalizacja .c-row .card{padding:30px 40px}}section#lokalizacja .c-row .card h3{color:#141414;font-size:24px;font-weight:500;line-height:1.4;margin-bottom:20px;margin-top:0}@media(max-width: 767px){section#lokalizacja .c-row .card h3{font-size:20px}}section#lokalizacja .c-row .card h4{color:#006eb7;font-size:16px;font-weight:500;line-height:1;margin-top:0;margin-bottom:5px}body.page-id-23 main#main .box-1{position:relative;display:flex;height:722px}@media(max-width: 991px){body.page-id-23 main#main .box-1{height:500px}}body.page-id-23 main#main .box-1 .box-bg{position:absolute;inset:0;max-width:1920px;margin-left:auto;margin-right:auto}body.page-id-23 main#main .box-1 .box-bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}body.page-id-23 main#main .box-1 .c-row{position:relative;height:100%;align-content:center}body.page-id-23 main#main .box-1 .c-row h2{color:#fff;font-size:64px;font-weight:700;line-height:1.2;margin:0 0 30px 0}body.page-id-23 main#main .box-1 .c-row h2 strong{color:#e5ff03;font-weight:700}@media(max-width: 991px){body.page-id-23 main#main .box-1 .c-row h2{font-size:40px}}@media(max-width: 767px){body.page-id-23 main#main .box-1 .c-row h2{font-size:32px}}body.page-id-23 main#main .box-1 .c-row p{color:#fff;font-size:24px;font-weight:500;line-height:1.6}body.page-id-23 main#main .box-1 .c-row p:last-child{margin-bottom:0}@media(max-width: 991px){body.page-id-23 main#main .box-1 .c-row p{font-size:20px}}@media(max-width: 767px){body.page-id-23 main#main .box-1 .c-row p{font-size:16px}}body.page-id-23 main#main .box-1 .c-row ul{padding:0;margin:40px 0 0 0;list-style:none;display:flex;flex-direction:row;gap:20px}body.page-id-23 main#main .box-2{position:relative;padding:140px 0}@media(max-width: 991px){body.page-id-23 main#main .box-2{padding:80px 0}}body.page-id-23 main#main .box-2 .c-row .box-title{margin-bottom:60px}@media(max-width: 991px){body.page-id-23 main#main .box-2 .c-row .box-title{margin-bottom:40px}}body.page-id-23 main#main .box-2 .c-row .box-title .h2-title{color:#141414}body.page-id-23 main#main .box-2 .c-row .box-content{display:grid;grid-template-columns:repeat(3, 1fr);gap:30px}@media(max-width: 991px){body.page-id-23 main#main .box-2 .c-row .box-content{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 575px){body.page-id-23 main#main .box-2 .c-row .box-content{gap:5px}}body.page-id-23 main#main .box-2 .c-row .box-content .tile{display:flex;flex-direction:column;padding:40px;border:1px solid #cacaca;border-radius:30px;background:#fff}@media(max-width: 1199px){body.page-id-23 main#main .box-2 .c-row .box-content .tile{padding:30px}}@media(max-width: 767px){body.page-id-23 main#main .box-2 .c-row .box-content .tile{padding:20px}}@media(max-width: 575px){body.page-id-23 main#main .box-2 .c-row .box-content .tile{padding:10px;border-radius:15px}}body.page-id-23 main#main .box-2 .c-row .box-content .tile img{display:inline-block;margin-bottom:40px;width:100%;max-width:97px}@media(max-width: 1199px){body.page-id-23 main#main .box-2 .c-row .box-content .tile img{max-width:60px;margin-bottom:30px}}@media(max-width: 767px){body.page-id-23 main#main .box-2 .c-row .box-content .tile img{max-width:40px}}body.page-id-23 main#main .box-2 .c-row .box-content .tile h3{color:#141414;font-size:30px;font-weight:500;line-height:1.35;margin:0 0 30px 0}@media(max-width: 1199px){body.page-id-23 main#main .box-2 .c-row .box-content .tile h3{font-size:22px;margin:0 0 20px 0}}@media(max-width: 767px){body.page-id-23 main#main .box-2 .c-row .box-content .tile h3{font-size:18px}}@media(max-width: 575px){body.page-id-23 main#main .box-2 .c-row .box-content .tile h3{margin:0 0 10px 0;font-size:16px}}body.page-id-23 main#main .box-2 .c-row .box-content .tile p{color:#616161;font-size:18px;line-height:1.7}body.page-id-23 main#main .box-2 .c-row .box-content .tile p:last-child{margin-bottom:0}@media(max-width: 1199px){body.page-id-23 main#main .box-2 .c-row .box-content .tile p{font-size:16px}}@media(max-width: 767px){body.page-id-23 main#main .box-2 .c-row .box-content .tile p{font-size:14px}}@media(max-width: 575px){body.page-id-23 main#main .box-2 .c-row .box-content .tile p{line-height:1.5;font-size:13px}}body.page-id-23 main#main .box-2 .c-row .box-content .tile-img{grid-column-start:1;grid-column-end:4;display:flex;flex-direction:row;align-items:center;gap:67px}body.page-id-23 main#main .box-2 .c-row .box-content .tile-img .tile-col-1{width:100%;max-width:578px}body.page-id-23 main#main .box-2 .c-row .box-content .tile-img .tile-col-2{width:100%;max-width:635px}body.page-id-23 main#main .box-2 .c-row .box-content .tile-img .tile-col-2 img{display:block;width:100%;max-width:unset;height:100%;border-radius:10px;-o-object-fit:cover;object-fit:cover;margin:0}@media(max-width: 991px){body.page-id-23 main#main .box-2 .c-row .box-content .tile-img{grid-column-end:3}}@media(max-width: 575px){body.page-id-23 main#main .box-2 .c-row .box-content .tile-img{flex-direction:column-reverse;row-gap:24px}}body.page-id-23 main#main .box-3{position:relative;padding:80px 0}body.page-id-23 main#main .box-3 .box-bg{position:absolute;inset:0}body.page-id-23 main#main .box-3 .box-bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}body.page-id-23 main#main .box-3 .c-row{position:relative;height:100%;align-items:center;display:flex;flex-direction:row;-moz-column-gap:100px;column-gap:100px}@media(max-width: 1399px){body.page-id-23 main#main .box-3 .c-row{-moz-column-gap:50px;column-gap:50px}}@media(max-width: 1199px){body.page-id-23 main#main .box-3 .c-row{flex-direction:column;row-gap:50px}}body.page-id-23 main#main .box-3 .c-row .c-col-1{width:100%;max-width:520px}@media(max-width: 1199px){body.page-id-23 main#main .box-3 .c-row .c-col-1{max-width:unset}}body.page-id-23 main#main .box-3 .c-row .c-col-1 .h2-title{color:#fff;margin-bottom:40px}body.page-id-23 main#main .box-3 .c-row .c-col-1 .text{margin-bottom:60px}body.page-id-23 main#main .box-3 .c-row .c-col-1 .text p{color:#fff;font-size:24px;line-height:1.4}body.page-id-23 main#main .box-3 .c-row .c-col-1 .text p:last-child{margin-bottom:0}body.page-id-23 main#main .box-3 .c-row .c-col-1 .text p strong{color:#e5ff03}@media(max-width: 991px){body.page-id-23 main#main .box-3 .c-row .c-col-1 .text p{font-size:20px}}@media(max-width: 767px){body.page-id-23 main#main .box-3 .c-row .c-col-1 .text p{font-size:18px}}body.page-id-23 main#main .box-3 .c-row .c-col-2{display:grid;grid-template-columns:repeat(2, minmax(280px, 345px));gap:30px}@media(max-width: 1199px){body.page-id-23 main#main .box-3 .c-row .c-col-2{grid-template-columns:repeat(2, 1fr);width:100%}}@media(max-width: 575px){body.page-id-23 main#main .box-3 .c-row .c-col-2{grid-template-columns:1fr}}body.page-id-23 main#main .box-3 .c-row .c-col-2 .card{border-radius:30px;background:#fff}body.page-id-23 main#main .box-3 .c-row .c-col-2 .card-1 .card-head h4{color:#ff475d;background:rgba(255,71,93,.1)}body.page-id-23 main#main .box-3 .c-row .c-col-2 .card-2 .card-head h4{color:#006eb7;background:rgba(0,110,183,.1)}body.page-id-23 main#main .box-3 .c-row .c-col-2 .card .card-head{display:flex;flex-direction:column;align-items:center;row-gap:10px;padding:40px 0 30px}@media(max-width: 767px){body.page-id-23 main#main .box-3 .c-row .c-col-2 .card .card-head{padding:30px 0 20px}}body.page-id-23 main#main .box-3 .c-row .c-col-2 .card .card-head h3{color:#141414;font-size:24px;line-height:1.4;font-weight:500;margin:0}@media(max-width: 767px){body.page-id-23 main#main .box-3 .c-row .c-col-2 .card .card-head h3{font-size:20px}}body.page-id-23 main#main .box-3 .c-row .c-col-2 .card .card-head h4{display:inline-block;font-size:14px;font-weight:500;line-height:1;margin:0;padding:9px 10px;border-radius:8px}body.page-id-23 main#main .box-3 .c-row .c-col-2 .card .card-content{margin-bottom:15px}body.page-id-23 main#main .box-3 .c-row .c-col-2 .card .card-content ul{padding:0;margin:0;list-style:none;display:flex;flex-direction:column}body.page-id-23 main#main .box-3 .c-row .c-col-2 .card .card-content ul li{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:20px;padding:15px 40px;border-top:1px solid #eee;color:#616161;font-weight:500;line-height:1}body.page-id-23 main#main .box-3 .c-row .c-col-2 .card .card-content ul li strong{color:#141414}@media(max-width: 1399px){body.page-id-23 main#main .box-3 .c-row .c-col-2 .card .card-content ul li{padding:15px 20px}}@media(max-width: 767px){body.page-id-23 main#main .box-3 .c-row .c-col-2 .card .card-content ul li{font-size:14px}}@media(max-width: 575px){body.page-id-23 main#main .box-3 .c-row .c-col-2 .card .card-content ul li{font-size:16px}}body.page-id-23 main#main .box-4{position:relative;padding:130px 0}body.page-id-23 main#main .box-4 .box-bg{position:absolute;inset:0}body.page-id-23 main#main .box-4 .box-bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}body.page-id-23 main#main .box-4 .c-row{position:relative;height:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;-moz-column-gap:100px;column-gap:100px}@media(max-width: 1199px){body.page-id-23 main#main .box-4 .c-row{flex-direction:column;row-gap:70px}}body.page-id-23 main#main .box-4 .c-row .c-col-1{width:100%;max-width:520px}@media(max-width: 1199px){body.page-id-23 main#main .box-4 .c-row .c-col-1{max-width:unset}}body.page-id-23 main#main .box-4 .c-row .c-col-1 .h2-title{color:#fff;margin-bottom:40px}body.page-id-23 main#main .box-4 .c-row .c-col-1 .text{margin-bottom:60px}body.page-id-23 main#main .box-4 .c-row .c-col-1 .text p{color:#fff;font-size:24px;line-height:1.4}body.page-id-23 main#main .box-4 .c-row .c-col-1 .text p:last-child{margin-bottom:0}body.page-id-23 main#main .box-4 .c-row .c-col-1 .text p strong{color:#e5ff03}@media(max-width: 991px){body.page-id-23 main#main .box-4 .c-row .c-col-1 .text p{font-size:20px}}@media(max-width: 767px){body.page-id-23 main#main .box-4 .c-row .c-col-1 .text p{font-size:18px}}body.page-id-23 main#main .box-4 .c-row .c-col-2{display:flex;flex-direction:column;row-gap:26px}@media(max-width: 1199px){body.page-id-23 main#main .box-4 .c-row .c-col-2{width:100%}}body.page-id-23 main#main .box-4 .c-row .c-col-2 .card{background:rgba(1,14,30,.5);border:1px solid hsla(0,0%,100%,.3);border-radius:22px;padding:33px 40px;display:flex;flex-direction:row;align-items:center;gap:30px}body.page-id-23 main#main .box-4 .c-row .c-col-2 .card:first-child .card-content h3{color:#e5ff03;text-decoration:underline}@media(max-width: 767px){body.page-id-23 main#main .box-4 .c-row .c-col-2 .card{padding:20px 30px}}body.page-id-23 main#main .box-4 .c-row .c-col-2 .card .card-num{width:42px;min-width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:100%;background:#e5ff03}body.page-id-23 main#main .box-4 .c-row .c-col-2 .card .card-num span{color:#000;font-size:18px;font-weight:500;line-height:1}body.page-id-23 main#main .box-4 .c-row .c-col-2 .card .card-content{display:flex;flex-direction:column;row-gap:10px}body.page-id-23 main#main .box-4 .c-row .c-col-2 .card .card-content h3{color:#fff;font-size:24px;font-weight:500;line-height:1.4;margin:0}@media(max-width: 767px){body.page-id-23 main#main .box-4 .c-row .c-col-2 .card .card-content h3{font-size:20px}}body.page-id-23 main#main .box-4 .c-row .c-col-2 .card .card-content p{margin:0;color:hsla(0,0%,100%,.7);font-size:18px;font-weight:500;line-height:1}@media(max-width: 767px){body.page-id-23 main#main .box-4 .c-row .c-col-2 .card .card-content p{font-size:16px;font-weight:400}}body.page-id-3 main#main{padding-top:140px;padding-bottom:140px;border-bottom:1px solid #ababab}@media(max-width: 767px){body.page-id-3 main#main{padding-top:80px;padding-bottom:80px}}body.page-id-3 main#main article header.entry-header{margin-bottom:30px}body.page-id-3 main#main article header.entry-header .entry-title{color:#141414;font-size:40px;font-weight:600;line-height:1.35;margin:0}@media(max-width: 767px){body.page-id-3 main#main article header.entry-header .entry-title{font-size:30px}}body.page-id-3 main#main article .entry-content{margin:0}body.page-id-3 main#main article .entry-content h2{color:#141414;font-size:30px;font-weight:500;line-height:1.3}body.page-id-3 main#main article .entry-content h2:first-child{margin:0}@media(max-width: 767px){body.page-id-3 main#main article .entry-content h2{font-size:22px}}body.page-id-3 main#main article .entry-content h3{color:#141414;font-size:30px;font-weight:700;line-height:1.3;margin:80px 0 30px}@media(max-width: 767px){body.page-id-3 main#main article .entry-content h3{font-size:22px;margin:50px 0 20px}}body.page-id-3 main#main article .entry-content ul,body.page-id-3 main#main article .entry-content ol{margin:0;padding-left:20px}body.page-id-3 main#main article .entry-content ul li,body.page-id-3 main#main article .entry-content ol li{color:#616161;font-size:18px;font-weight:500;line-height:1.7}@media(max-width: 767px){body.page-id-3 main#main article .entry-content ul li,body.page-id-3 main#main article .entry-content ol li{font-size:16px}}body.page-id-3 main#main article .entry-content p{color:#616161;font-size:18px;font-weight:500;line-height:1.7}@media(max-width: 767px){body.page-id-3 main#main article .entry-content p{font-size:16px}}.xdsoft_datetimepicker{width:100%;max-width:213px;border-radius:10px}.xdsoft_datetimepicker .xdsoft_timepicker{width:calc(100% - 8px)}.xdsoft_datetimepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_next{left:50%;margin-left:0 !important;transform:translateX(-50%)}#menu-item-126 a{text-align:center}#menu-item-126 a span{color:#e5ff03;font-size:14px;font-weight:normal}/*# sourceMappingURL=custom.css.map */ \ No newline at end of file diff --git a/wp-content/themes/skysafe/css/custom.css.map b/wp-content/themes/skysafe/css/custom.css.map index 0bac4fd..f3cc4ba 100644 --- a/wp-content/themes/skysafe/css/custom.css.map +++ b/wp-content/themes/skysafe/css/custom.css.map @@ -1 +1 @@ -{"version":3,"sources":["custom.scss","custom.css","_mixins.scss"],"names":[],"mappings":"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","file":"custom.css"} \ No newline at end of file +{"version":3,"sources":["custom.scss","_mixins.scss"],"names":[],"mappings":"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","file":"custom.css","sourcesContent":["@import '../assets/fonts/articulat/stylesheet.css';\n@import '_mixins';\n\n$cDark: #000b18;\n$cLime: #e5ff03;\n$cBlue: #006eb7;\n$cRed: #ff475d;\n$cBlack: #141414;\n$cWhite: #ffffff;\n\n$fArticulatCF: 'Articulat CF',\nsans-serif;\n\n* {\n box-sizing: border-box;\n font-family: $fArticulatCF;\n}\n\nhtml {\n scroll-behavior: smooth;\n}\n\nbody {\n margin: 0 !important;\n}\n\na {\n text-decoration: none;\n}\n\np {\n margin-top: 0;\n}\n\ninput[type='checkbox'] {\n &:not([name='gdprPrefItem']) {\n appearance: none !important;\n\n position: relative;\n display: inline-block;\n width: 20px;\n min-width: 20px;\n height: 20px;\n border: 1px solid #cacaca;\n border-radius: 6px;\n transition: all 250ms ease-in-out;\n overflow: hidden;\n cursor: pointer;\n\n &::before {\n content: '';\n position: absolute;\n\n top: -7px;\n left: 20px;\n width: 11px;\n height: 2px;\n background: $cBlue;\n transform: rotate(-50deg);\n transition: all 250ms linear;\n }\n\n &::after {\n content: '';\n position: absolute;\n top: -5px;\n left: -12px;\n width: 6px;\n height: 2px;\n background: $cBlue;\n transform: rotate(50deg);\n transition: all 250ms linear;\n }\n\n &:checked {\n &::before {\n top: 8px;\n left: 5px;\n }\n\n &::after {\n top: 10px;\n left: 3px;\n }\n }\n }\n}\n\n.container {\n width: 100%;\n margin-left: auto;\n margin-right: auto;\n padding-left: 15px;\n padding-right: 15px;\n\n @each $breakpoint,\n $max in $container-max-widths {\n @if $breakpoint==sm {\n @media (min-width: 576px) {\n max-width: $max;\n }\n }\n\n @else if $breakpoint==md {\n @media (min-width: 768px) {\n max-width: $max;\n }\n }\n\n @else if $breakpoint==lg {\n @media (min-width: 992px) {\n max-width: $max;\n }\n }\n\n @else if $breakpoint==xl {\n @media (min-width: 1200px) {\n max-width: $max;\n }\n }\n\n @else if $breakpoint==xxl {\n @media (min-width: 1400px) {\n max-width: $max;\n }\n }\n }\n}\n\n.btn-1 {\n display: inline-block;\n padding: 16px 25px;\n background: $cLime;\n border: 1px solid $cLime;\n border-radius: 8px;\n\n color: #000 !important;\n font-size: 16px;\n line-height: 1;\n font-weight: 600;\n cursor: pointer;\n\n @media (max-width: 576px) {\n font-size: 14px;\n }\n}\n\n.btn-2 {\n display: inline-block;\n padding: 16px 25px;\n background: transparent;\n border-radius: 8px;\n border: 1px solid rgba($cWhite, 0.3);\n\n color: $cWhite !important;\n font-size: 16px;\n line-height: 1;\n font-weight: 600;\n cursor: pointer;\n\n @media (max-width: 576px) {\n font-size: 14px;\n }\n}\n\n.btn-3 {\n display: inline-block;\n padding: 16px 25px;\n background: $cBlue;\n border-radius: 8px;\n\n color: $cWhite !important;\n font-size: 16px;\n line-height: 1;\n font-weight: 600;\n cursor: pointer;\n\n @media (max-width: 576px) {\n font-size: 14px;\n }\n}\n\n.h2-title {\n font-size: 40px;\n font-weight: 600;\n line-height: 1.35;\n margin: 0;\n\n @include respond-below(lg) {\n font-size: 32px;\n }\n\n @include respond-below(md) {\n font-size: 26px;\n }\n}\n\nbody {\n background: #f7f7f7;\n}\n\nheader#masthead {\n position: relative;\n padding: 20px 0;\n background: $cDark;\n z-index: 1;\n\n .c-row {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n\n @include respond-between(lg, xl) {\n flex-direction: column;\n row-gap: 20px;\n }\n\n .site-branding {\n .custom-logo-link {\n line-height: 0;\n\n .custom-logo {\n display: inline-block;\n width: 187px;\n max-width: unset;\n height: 60px;\n }\n }\n }\n\n #site-navigation {\n .menu-toggle {\n position: relative;\n width: 30px;\n height: 20px;\n cursor: pointer;\n background: none;\n border: none;\n padding: 0;\n overflow: hidden;\n border-radius: 0;\n\n @include respond-above(lg) {\n display: none;\n }\n\n .menu-toggle-line {\n position: absolute;\n left: 0;\n width: 100%;\n height: 3px;\n background: #fff;\n border-radius: 2px;\n transition: all 0.3s ease;\n }\n\n .menu-toggle-line:nth-child(1) {\n top: 0;\n }\n\n .menu-toggle-line:nth-child(2) {\n top: 50%;\n transform: translateY(-50%);\n }\n\n .menu-toggle-line:nth-child(3) {\n bottom: 0;\n }\n\n &[aria-expanded='true'] {\n height: 25px;\n\n .menu-toggle-line:nth-child(1) {\n top: 50%;\n transform: translateY(-50%) rotate(45deg);\n }\n\n .menu-toggle-line:nth-child(2) {\n opacity: 0;\n transform: translateX(-100%);\n }\n\n .menu-toggle-line:nth-child(3) {\n bottom: auto;\n top: 50%;\n transform: translateY(-50%) rotate(-45deg);\n }\n }\n }\n\n .menu-menu-container {\n @include respond-below(lg) {\n position: absolute;\n top: calc(100% - 1px);\n left: 0;\n right: 0;\n height: 0;\n overflow: hidden;\n background: $cDark;\n transition: all 250ms ease-in-out;\n }\n\n #primary-menu {\n display: flex;\n flex-direction: row;\n align-items: center;\n column-gap: 30px;\n @extend .container;\n\n @include respond-below(xxl) {\n column-gap: 20px;\n }\n\n @include respond-below(lg) {\n flex-direction: column;\n row-gap: 20px;\n padding-bottom: 30px;\n }\n\n li.menu-item {\n a {\n color: $cWhite;\n line-height: 1;\n font-weight: 600;\n\n @include respond-between(lg, xxl) {\n font-size: 14px;\n }\n }\n\n &#menu-item-126 {\n @include respond-above(lg) {\n margin-right: -10px;\n }\n\n a {\n @extend .btn-2;\n\n @include respond-between(lg, xxl) {\n font-size: 14px;\n padding: 15px 10px;\n }\n }\n }\n\n &#menu-item-127 {\n @include respond-above(lg) {\n margin-right: -10px;\n }\n\n @include respond-below(lg) {\n margin-top: -10px;\n }\n\n a {\n @extend .btn-2;\n\n @include respond-between(lg, xxl) {\n font-size: 14px;\n padding: 15px 10px;\n }\n }\n }\n\n &#menu-item-128 {\n @include respond-below(lg) {\n margin-top: -10px;\n }\n\n a {\n @extend .btn-1;\n\n @include respond-between(lg, xxl) {\n font-size: 14px;\n padding: 15px 10px;\n }\n }\n }\n }\n }\n }\n }\n }\n}\n\nfooter#colophon {\n background: $cWhite;\n\n .c-row {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n padding-top: 40px;\n padding-bottom: 40px;\n\n @include respond-below(xl) {\n flex-direction: column;\n row-gap: 40px;\n }\n\n .footer-left {\n ul {\n padding: 0;\n margin: 0;\n list-style: none;\n\n display: flex;\n flex-direction: row;\n align-items: center;\n\n @include respond-below(sm) {\n flex-direction: column;\n row-gap: 20px;\n }\n\n li {\n font-size: 16px;\n line-height: 1.5;\n font-weight: 500;\n\n &:not(.copyright) {\n color: $cBlack;\n }\n\n @include respond-above(sm) {\n &:not(:last-child) {\n padding-right: 30px;\n margin-right: 30px;\n border-right: 1px solid #cacaca;\n }\n }\n\n &.copyright {\n color: #616161;\n }\n\n a {\n color: $cBlack;\n }\n\n @include respond-below(md) {\n font-size: 14px;\n }\n\n @include respond-below(sm) {\n text-align: center;\n }\n }\n }\n }\n\n .footer-right {\n p {\n color: #616161;\n margin: 0;\n line-height: 1;\n\n @include respond-below(md) {\n font-size: 14px;\n }\n\n a {\n color: #616161;\n text-decoration: underline;\n }\n }\n }\n }\n}\n\nsection#zarezerwuj-miejsce {\n position: relative;\n padding: 80px 0;\n\n .box-bg {\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-25%, -50%);\n\n img {\n width: 100%;\n max-width: fit-content;\n }\n }\n\n .c-row {\n position: relative;\n display: flex;\n flex-direction: row;\n align-items: center;\n column-gap: 100px;\n\n @include respond-below(xl) {\n column-gap: 50px;\n }\n\n @include respond-below(lg) {\n column-gap: 40px;\n }\n\n @include respond-below(md) {\n flex-direction: column;\n row-gap: 50px;\n }\n\n .c-col {\n &-1 {\n width: 100%;\n max-width: 680px;\n\n .h2-title {\n color: $cBlack;\n margin-bottom: 60px;\n\n strong {\n color: $cBlue;\n }\n\n @include respond-between(lg, xxl) {\n br {\n display: none;\n }\n }\n\n @include respond-below(xl) {\n font-size: 30px;\n margin-bottom: 40px;\n }\n\n @include respond-below(lg) {\n font-size: 28px;\n }\n }\n\n ul {\n padding: 0;\n margin: 0;\n list-style: none;\n\n display: flex;\n flex-direction: column;\n row-gap: 30px;\n\n li {\n display: flex;\n flex-direction: row;\n column-gap: 22px;\n\n @include respond-below(xl) {\n column-gap: 15px;\n }\n\n .icon {\n line-height: 1;\n\n img {\n display: block;\n width: 24px;\n min-width: 24px;\n height: 28px;\n line-height: 1;\n object-fit: contain;\n margin: 5px 0;\n }\n }\n\n .text {\n p {\n color: $cBlack;\n font-size: 24px;\n font-weight: 500;\n margin-bottom: 0;\n\n strong {\n font-weight: 700;\n }\n\n a {\n color: $cBlack;\n font-weight: 700;\n text-decoration: underline;\n }\n\n @include respond-below(xxl) {\n font-size: 22px;\n }\n\n @include respond-below(xl) {\n font-size: 18px;\n }\n\n @include respond-below(lg) {\n font-size: 16px;\n }\n }\n }\n }\n }\n }\n\n &-2 {\n .form-box {\n padding: 50px;\n background: $cWhite;\n border-radius: 30px;\n box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.05);\n\n @include respond-below(lg) {\n padding: 30px;\n }\n\n @include respond-below(sm) {\n padding: 15px;\n }\n\n .form-head {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n row-gap: 10px;\n margin-bottom: 30px;\n\n @include respond-below(lg) {\n margin-bottom: 20px;\n }\n\n h3 {\n color: $cBlack;\n font-size: 24px;\n line-height: 1.4;\n font-weight: 500;\n margin: 0;\n\n @include respond-below(lg) {\n font-size: 20px;\n }\n }\n\n h4 {\n color: $cRed;\n display: inline-block;\n font-size: 14px;\n font-weight: 500;\n line-height: 1;\n margin: 0;\n padding: 9px 10px;\n border-radius: 8px;\n background: rgba($cRed, 0.1);\n }\n }\n\n .form-content {\n form {\n width: 440px;\n\n @include respond-below(xl) {\n width: 400px;\n }\n\n @include respond-below(lg) {\n width: 310px;\n }\n\n @include respond-below(md) {\n width: 100%;\n }\n\n .form-fields {\n display: flex;\n flex-direction: row;\n flex-wrap: wrap;\n gap: 16px;\n\n @include respond-below(sm) {\n gap: 5px;\n }\n }\n\n .c-item {\n position: relative;\n width: 100%;\n\n &-1,\n &-2,\n &-3,\n &-3-1,\n &-4,\n &-4-1 {\n width: calc(50% - 8px);\n }\n\n &-7 {\n .wpcf7-not-valid {\n input[type='checkbox'] {\n border-color: $cRed !important;\n }\n }\n\n .wpcf7-list-item {\n margin-left: 0;\n\n label {\n display: flex;\n flex-direction: row;\n align-items: center;\n column-gap: 12px;\n\n span {\n @include respond-below(lg) {\n font-size: 12px;\n }\n }\n }\n }\n\n .wpcf7-not-valid-tip {\n display: none !important;\n }\n }\n\n label {\n .wpcf7-form-control-wrap {\n display: block;\n }\n\n .wpcf7-not-valid-tip {\n display: none !important;\n }\n }\n\n input {\n transition: all 250ms ease-in-out;\n\n &.wpcf7-not-valid {\n border-color: $cRed !important;\n }\n\n &.wpcf7-date,\n &.wpcf7-text {\n height: 48px;\n width: 100%;\n background: #fff;\n border: 1px solid #cacaca;\n border-radius: 8px;\n box-shadow: none !important;\n outline: none !important;\n padding: 5px 15px;\n }\n\n &.wpcf7-date {}\n\n &.wpcf7-submit {\n @extend .btn-1;\n border: none;\n }\n\n &:focus {\n +p {\n top: -7px;\n font-size: 10px;\n padding: 3px 10px;\n }\n }\n\n &.wpcf7-text {\n &:not(:placeholder-shown) {\n ~p {\n top: -7px;\n font-size: 10px;\n padding: 3px 10px;\n }\n }\n }\n\n &.wpcf7-date {\n ~p {\n top: -7px;\n font-size: 10px;\n padding: 3px 10px;\n }\n }\n }\n\n p {\n color: #616161;\n font-size: 16px;\n font-weight: 500;\n line-height: 1;\n margin: 0;\n\n position: absolute;\n top: 12px;\n left: 5px;\n background: #fff;\n padding: 4px 10px;\n transition: all 250ms ease-in-out;\n\n @include respond-below(lg) {\n font-size: 13px;\n top: 14px;\n }\n }\n }\n }\n }\n }\n }\n }\n }\n}\n\nsection#lokalizacja {\n position: relative;\n padding: 80px 0;\n\n .box-bg {\n position: absolute;\n inset: 0;\n }\n\n .c-row {\n .card {\n position: relative;\n padding: 40px 80px 40px 50px;\n border-radius: 30px;\n background: $cWhite;\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n width: fit-content;\n\n @include respond-below(md) {\n padding: 30px 40px;\n }\n\n h3 {\n color: $cBlack;\n font-size: 24px;\n font-weight: 500;\n line-height: 1.4;\n margin-bottom: 20px;\n margin-top: 0;\n\n @include respond-below(md) {\n font-size: 20px;\n }\n }\n\n h4 {\n color: $cBlue;\n font-size: 16px;\n font-weight: 500;\n line-height: 1;\n margin-top: 0;\n margin-bottom: 5px;\n }\n }\n }\n}\n\nbody.page-id-23 {\n main#main {\n .box-1 {\n position: relative;\n display: flex;\n height: 722px;\n\n @include respond-below(lg) {\n height: 500px;\n }\n\n .box-bg {\n position: absolute;\n inset: 0;\n max-width: 1920px;\n margin-left: auto;\n margin-right: auto;\n\n img {\n width: 100%;\n height: 100%;\n object-fit: cover;\n object-position: center;\n }\n }\n\n .c-row {\n position: relative;\n height: 100%;\n align-content: center;\n\n h2 {\n color: $cWhite;\n font-size: 64px;\n font-weight: 700;\n line-height: 1.2;\n margin: 0 0 30px 0;\n\n strong {\n color: $cLime;\n font-weight: 700;\n }\n\n @include respond-below(lg) {\n font-size: 40px;\n }\n\n @include respond-below(md) {\n font-size: 32px;\n }\n }\n\n p {\n color: $cWhite;\n font-size: 24px;\n font-weight: 500;\n line-height: 1.6;\n\n &:last-child {\n margin-bottom: 0;\n }\n\n @include respond-below(lg) {\n font-size: 20px;\n }\n\n @include respond-below(md) {\n font-size: 16px;\n }\n }\n\n ul {\n padding: 0;\n margin: 40px 0 0 0;\n list-style: none;\n\n display: flex;\n flex-direction: row;\n gap: 20px;\n }\n }\n }\n\n .box-2 {\n position: relative;\n padding: 140px 0;\n\n @include respond-below(lg) {\n padding: 80px 0;\n }\n\n .c-row {\n .box-title {\n margin-bottom: 60px;\n\n @include respond-below(lg) {\n margin-bottom: 40px;\n }\n\n .h2-title {\n color: $cBlack;\n }\n }\n\n .box-content {\n display: grid;\n grid-template-columns: repeat(3, 1fr);\n gap: 30px;\n\n @include respond-below(lg) {\n grid-template-columns: repeat(2, 1fr);\n }\n\n @include respond-below(sm) {\n gap: 5px;\n }\n\n .tile {\n display: flex;\n flex-direction: column;\n padding: 40px;\n border: 1px solid #cacaca;\n border-radius: 30px;\n background: $cWhite;\n\n @include respond-below(xl) {\n padding: 30px;\n }\n\n @include respond-below(md) {\n padding: 20px;\n }\n\n @include respond-below(sm) {\n padding: 10px;\n border-radius: 15px;\n }\n\n img {\n display: inline-block;\n margin-bottom: 40px;\n width: 100%;\n max-width: 97px;\n\n @include respond-below(xl) {\n max-width: 60px;\n margin-bottom: 30px;\n }\n\n @include respond-below(md) {\n max-width: 40px;\n }\n }\n\n h3 {\n color: $cBlack;\n font-size: 30px;\n font-weight: 500;\n line-height: 1.35;\n margin: 0 0 30px 0;\n\n @include respond-below(xl) {\n font-size: 22px;\n margin: 0 0 20px 0;\n }\n\n @include respond-below(md) {\n font-size: 18px;\n }\n\n @include respond-below(sm) {\n margin: 0 0 10px 0;\n font-size: 16px;\n }\n }\n\n p {\n color: #616161;\n font-size: 18px;\n line-height: 1.7;\n\n &:last-child {\n margin-bottom: 0;\n }\n\n @include respond-below(xl) {\n font-size: 16px;\n }\n\n @include respond-below(md) {\n font-size: 14px;\n }\n\n @include respond-below(sm) {\n line-height: 1.5;\n font-size: 13px;\n }\n }\n }\n\n .tile-img {\n grid-column-start: 1;\n grid-column-end: 4;\n\n display: flex;\n flex-direction: row;\n align-items: center;\n gap: 67px;\n\n .tile-col-1 {\n width: 100%;\n max-width: 578px;\n }\n\n .tile-col-2 {\n width: 100%;\n max-width: 635px;\n\n img {\n display: block;\n width: 100%;\n max-width: unset;\n height: 100%;\n border-radius: 10px;\n object-fit: cover;\n margin: 0;\n }\n }\n\n @include respond-below(lg) {\n grid-column-end: 3;\n }\n\n @include respond-below(sm) {\n flex-direction: column-reverse;\n row-gap: 24px;\n }\n }\n }\n }\n }\n\n .box-3 {\n position: relative;\n padding: 80px 0;\n\n .box-bg {\n position: absolute;\n inset: 0;\n\n img {\n width: 100%;\n height: 100%;\n object-fit: cover;\n object-position: center;\n }\n }\n\n .c-row {\n position: relative;\n height: 100%;\n align-items: center;\n display: flex;\n flex-direction: row;\n column-gap: 100px;\n\n @include respond-below(xxl) {\n column-gap: 50px;\n }\n\n @include respond-below(xl) {\n flex-direction: column;\n row-gap: 50px;\n }\n\n .c-col {\n &-1 {\n width: 100%;\n max-width: 520px;\n\n @include respond-below(xl) {\n max-width: unset;\n }\n\n .h2-title {\n color: $cWhite;\n margin-bottom: 40px;\n }\n\n .text {\n margin-bottom: 60px;\n\n p {\n color: $cWhite;\n font-size: 24px;\n line-height: 1.4;\n\n &:last-child {\n margin-bottom: 0;\n }\n\n strong {\n color: $cLime;\n }\n\n @include respond-below(lg) {\n font-size: 20px;\n }\n\n @include respond-below(md) {\n font-size: 18px;\n }\n }\n }\n }\n\n &-2 {\n display: grid;\n grid-template-columns: repeat(2, minmax(280px, 345px));\n gap: 30px;\n\n @include respond-below(xl) {\n grid-template-columns: repeat(2, 1fr);\n width: 100%;\n }\n\n @include respond-below(sm) {\n grid-template-columns: 1fr;\n }\n\n .card {\n border-radius: 30px;\n background: $cWhite;\n\n &-1 {\n .card-head {\n h4 {\n color: $cRed;\n background: rgba($cRed, 0.1);\n }\n }\n }\n\n &-2 {\n .card-head {\n h4 {\n color: $cBlue;\n background: rgba($cBlue, 0.1);\n }\n }\n }\n\n .card-head {\n display: flex;\n flex-direction: column;\n align-items: center;\n row-gap: 10px;\n padding: 40px 0 30px;\n\n @include respond-below(md) {\n padding: 30px 0 20px;\n }\n\n h3 {\n color: $cBlack;\n font-size: 24px;\n line-height: 1.4;\n font-weight: 500;\n margin: 0;\n\n @include respond-below(md) {\n font-size: 20px;\n }\n }\n\n h4 {\n display: inline-block;\n font-size: 14px;\n font-weight: 500;\n line-height: 1;\n margin: 0;\n padding: 9px 10px;\n border-radius: 8px;\n }\n }\n\n .card-content {\n margin-bottom: 15px;\n\n ul {\n padding: 0;\n margin: 0;\n list-style: none;\n\n display: flex;\n flex-direction: column;\n\n li {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n gap: 20px;\n padding: 15px 40px;\n border-top: 1px solid #eeeeee;\n\n color: #616161;\n font-weight: 500;\n line-height: 1;\n\n strong {\n color: $cBlack;\n }\n\n @include respond-below(xxl) {\n padding: 15px 20px;\n }\n\n @include respond-below(md) {\n font-size: 14px;\n }\n\n @include respond-below(sm) {\n font-size: 16px;\n }\n }\n }\n }\n }\n }\n }\n }\n }\n\n .box-4 {\n position: relative;\n padding: 130px 0;\n\n .box-bg {\n position: absolute;\n inset: 0;\n\n img {\n width: 100%;\n height: 100%;\n object-fit: cover;\n object-position: center;\n }\n }\n\n .c-row {\n position: relative;\n height: 100%;\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n column-gap: 100px;\n\n @include respond-below(xl) {\n flex-direction: column;\n row-gap: 70px;\n }\n\n .c-col {\n &-1 {\n width: 100%;\n max-width: 520px;\n\n @include respond-below(xl) {\n max-width: unset;\n }\n\n .h2-title {\n color: $cWhite;\n margin-bottom: 40px;\n }\n\n .text {\n margin-bottom: 60px;\n\n p {\n color: $cWhite;\n font-size: 24px;\n line-height: 1.4;\n\n &:last-child {\n margin-bottom: 0;\n }\n\n strong {\n color: $cLime;\n }\n\n @include respond-below(lg) {\n font-size: 20px;\n }\n\n @include respond-below(md) {\n font-size: 18px;\n }\n }\n }\n }\n\n &-2 {\n display: flex;\n flex-direction: column;\n row-gap: 26px;\n\n @include respond-below(xl) {\n width: 100%;\n }\n\n .card {\n background: rgba(#010e1e, 0.5);\n border: 1px solid rgba(#ffffff, 0.3);\n border-radius: 22px;\n padding: 33px 40px;\n\n display: flex;\n flex-direction: row;\n align-items: center;\n gap: 30px;\n\n &:first-child {\n .card-content {\n h3 {\n color: $cLime;\n text-decoration: underline;\n }\n }\n }\n\n @include respond-below(md) {\n padding: 20px 30px;\n }\n\n .card-num {\n width: 42px;\n min-width: 42px;\n height: 42px;\n display: flex;\n align-items: center;\n justify-content: center;\n border-radius: 100%;\n background: $cLime;\n\n span {\n color: #000;\n font-size: 18px;\n font-weight: 500;\n line-height: 1;\n }\n }\n\n .card-content {\n display: flex;\n flex-direction: column;\n row-gap: 10px;\n\n h3 {\n color: $cWhite;\n font-size: 24px;\n font-weight: 500;\n line-height: 1.4;\n margin: 0;\n\n @include respond-below(md) {\n font-size: 20px;\n }\n }\n\n p {\n margin: 0;\n color: rgba($cWhite, 0.7);\n font-size: 18px;\n font-weight: 500;\n line-height: 1;\n\n @include respond-below(md) {\n font-size: 16px;\n font-weight: 400;\n }\n }\n }\n }\n }\n }\n }\n }\n }\n}\n\nbody.page-id-3 {\n main#main {\n padding-top: 140px;\n padding-bottom: 140px;\n border-bottom: 1px solid #ababab;\n\n @include respond-below(md) {\n padding-top: 80px;\n padding-bottom: 80px;\n }\n\n article {\n header.entry-header {\n margin-bottom: 30px;\n\n .entry-title {\n color: $cBlack;\n font-size: 40px;\n font-weight: 600;\n line-height: 1.35;\n margin: 0;\n\n @include respond-below(md) {\n font-size: 30px;\n }\n }\n }\n\n .entry-content {\n margin: 0;\n\n h2 {\n color: $cBlack;\n font-size: 30px;\n font-weight: 500;\n line-height: 1.3;\n\n &:first-child {\n margin: 0;\n }\n\n @include respond-below(md) {\n font-size: 22px;\n }\n }\n\n h3 {\n color: $cBlack;\n font-size: 30px;\n font-weight: 700;\n line-height: 1.3;\n margin: 80px 0 30px;\n\n @include respond-below(md) {\n font-size: 22px;\n margin: 50px 0 20px;\n }\n }\n\n ul,\n ol {\n margin: 0;\n padding-left: 20px;\n\n li {\n color: #616161;\n font-size: 18px;\n font-weight: 500;\n line-height: 1.7;\n\n @include respond-below(md) {\n font-size: 16px;\n }\n }\n }\n\n p {\n color: #616161;\n font-size: 18px;\n font-weight: 500;\n line-height: 1.7;\n\n @include respond-below(md) {\n font-size: 16px;\n }\n }\n }\n }\n }\n}\n\n.xdsoft_datetimepicker {\n width: 100%;\n max-width: 213px;\n border-radius: 10px;\n\n .xdsoft_timepicker {\n width: calc(100% - 8px);\n }\n\n .xdsoft_prev,\n .xdsoft_next {\n left: 50%;\n margin-left: 0 !important;\n transform: translateX(-50%);\n }\n}\n\n#menu-item-126 {\n a {\n text-align: center;\n\n span {\n color: #e5ff03;\n font-size: 14px;\n font-weight: normal;\n }\n }\n}","$container-max-widths: (\r\n\tsm: 540px,\r\n\tmd: 720px,\r\n\tlg: 960px,\r\n\txl: 1140px,\r\n\txxl: 1370px,\r\n);\r\n\r\n$breakpoints: (\r\n\tsm: 576px,\r\n\tmd: 768px,\r\n\tlg: 992px,\r\n\txl: 1200px,\r\n\txxl: 1400px,\r\n);\r\n\r\n@mixin respond-above($breakpoint) {\r\n\t@if map-has-key($breakpoints, $breakpoint) {\r\n\t\t$breakpoint-value: map-get($breakpoints, $breakpoint);\r\n\t\t@media (min-width: $breakpoint-value) {\r\n\t\t\t@content;\r\n\t\t}\r\n\t} @else {\r\n\t\t@warn 'Invalid breakpoint: #{$breakpoint}.';\r\n\t}\r\n}\r\n@mixin respond-below($breakpoint) {\r\n\t@if map-has-key($breakpoints, $breakpoint) {\r\n\t\t$breakpoint-value: map-get($breakpoints, $breakpoint);\r\n\t\t@media (max-width: ($breakpoint-value - 1)) {\r\n\t\t\t@content;\r\n\t\t}\r\n\t} @else {\r\n\t\t@warn 'Invalid breakpoint: #{$breakpoint}.';\r\n\t}\r\n}\r\n@mixin respond-between($lower, $upper) {\r\n\t@if map-has-key($breakpoints, $lower) and map-has-key($breakpoints, $upper) {\r\n\t\t$lower-breakpoint: map-get($breakpoints, $lower);\r\n\t\t$upper-breakpoint: map-get($breakpoints, $upper);\r\n\t\t@media (min-width: $lower-breakpoint) and (max-width: ($upper-breakpoint - 1)) {\r\n\t\t\t@content;\r\n\t\t}\r\n\t} @else {\r\n\t\t@if (map-has-key($breakpoints, $lower) == false) {\r\n\t\t\t@warn 'Your lower breakpoint was invalid: #{$lower}.';\r\n\t\t}\r\n\t\t@if (map-has-key($breakpoints, $upper) == false) {\r\n\t\t\t@warn 'Your upper breakpoint was invalid: #{$upper}.';\r\n\t\t}\r\n\t}\r\n}\r\n"]} \ No newline at end of file diff --git a/wp-content/themes/skysafe/css/custom.scss b/wp-content/themes/skysafe/css/custom.scss index e2ca35c..bc79db5 100644 --- a/wp-content/themes/skysafe/css/custom.scss +++ b/wp-content/themes/skysafe/css/custom.scss @@ -8,1545 +8,1569 @@ $cRed: #ff475d; $cBlack: #141414; $cWhite: #ffffff; -$fArticulatCF: 'Articulat CF', sans-serif; +$fArticulatCF: 'Articulat CF', +sans-serif; * { - box-sizing: border-box; - font-family: $fArticulatCF; + box-sizing: border-box; + font-family: $fArticulatCF; } html { - scroll-behavior: smooth; + scroll-behavior: smooth; } body { - margin: 0 !important; + margin: 0 !important; } a { - text-decoration: none; + text-decoration: none; } p { - margin-top: 0; + margin-top: 0; } input[type='checkbox'] { - &:not([name='gdprPrefItem']) { - appearance: none !important; + &:not([name='gdprPrefItem']) { + appearance: none !important; - position: relative; - display: inline-block; - width: 20px; - min-width: 20px; - height: 20px; - border: 1px solid #cacaca; - border-radius: 6px; - transition: all 250ms ease-in-out; - overflow: hidden; - cursor: pointer; + position: relative; + display: inline-block; + width: 20px; + min-width: 20px; + height: 20px; + border: 1px solid #cacaca; + border-radius: 6px; + transition: all 250ms ease-in-out; + overflow: hidden; + cursor: pointer; - &::before { - content: ''; - position: absolute; + &::before { + content: ''; + position: absolute; - top: -7px; - left: 20px; - width: 11px; - height: 2px; - background: $cBlue; - transform: rotate(-50deg); - transition: all 250ms linear; - } + top: -7px; + left: 20px; + width: 11px; + height: 2px; + background: $cBlue; + transform: rotate(-50deg); + transition: all 250ms linear; + } - &::after { - content: ''; - position: absolute; - top: -5px; - left: -12px; - width: 6px; - height: 2px; - background: $cBlue; - transform: rotate(50deg); - transition: all 250ms linear; - } + &::after { + content: ''; + position: absolute; + top: -5px; + left: -12px; + width: 6px; + height: 2px; + background: $cBlue; + transform: rotate(50deg); + transition: all 250ms linear; + } - &:checked { - &::before { - top: 8px; - left: 5px; - } + &:checked { + &::before { + top: 8px; + left: 5px; + } - &::after { - top: 10px; - left: 3px; - } - } - } + &::after { + top: 10px; + left: 3px; + } + } + } } .container { - width: 100%; - margin-left: auto; - margin-right: auto; - padding-left: 15px; - padding-right: 15px; + width: 100%; + margin-left: auto; + margin-right: auto; + padding-left: 15px; + padding-right: 15px; - @each $breakpoint, $max in $container-max-widths { - @if $breakpoint==sm { - @media (min-width: 576px) { - max-width: $max; - } - } @else if $breakpoint==md { - @media (min-width: 768px) { - max-width: $max; - } - } @else if $breakpoint==lg { - @media (min-width: 992px) { - max-width: $max; - } - } @else if $breakpoint==xl { - @media (min-width: 1200px) { - max-width: $max; - } - } @else if $breakpoint==xxl { - @media (min-width: 1400px) { - max-width: $max; - } - } - } + @each $breakpoint, + $max in $container-max-widths { + @if $breakpoint==sm { + @media (min-width: 576px) { + max-width: $max; + } + } + + @else if $breakpoint==md { + @media (min-width: 768px) { + max-width: $max; + } + } + + @else if $breakpoint==lg { + @media (min-width: 992px) { + max-width: $max; + } + } + + @else if $breakpoint==xl { + @media (min-width: 1200px) { + max-width: $max; + } + } + + @else if $breakpoint==xxl { + @media (min-width: 1400px) { + max-width: $max; + } + } + } } .btn-1 { - display: inline-block; - padding: 16px 25px; - background: $cLime; - border: 1px solid $cLime; - border-radius: 8px; + display: inline-block; + padding: 16px 25px; + background: $cLime; + border: 1px solid $cLime; + border-radius: 8px; - color: #000 !important; - font-size: 16px; - line-height: 1; - font-weight: 600; - cursor: pointer; + color: #000 !important; + font-size: 16px; + line-height: 1; + font-weight: 600; + cursor: pointer; - @media (max-width: 576px) { - font-size: 14px; - } + @media (max-width: 576px) { + font-size: 14px; + } } .btn-2 { - display: inline-block; - padding: 16px 25px; - background: transparent; - border-radius: 8px; - border: 1px solid rgba($cWhite, 0.3); + display: inline-block; + padding: 16px 25px; + background: transparent; + border-radius: 8px; + border: 1px solid rgba($cWhite, 0.3); - color: $cWhite !important; - font-size: 16px; - line-height: 1; - font-weight: 600; - cursor: pointer; + color: $cWhite !important; + font-size: 16px; + line-height: 1; + font-weight: 600; + cursor: pointer; - @media (max-width: 576px) { - font-size: 14px; - } + @media (max-width: 576px) { + font-size: 14px; + } } .btn-3 { - display: inline-block; - padding: 16px 25px; - background: $cBlue; - border-radius: 8px; + display: inline-block; + padding: 16px 25px; + background: $cBlue; + border-radius: 8px; - color: $cWhite !important; - font-size: 16px; - line-height: 1; - font-weight: 600; - cursor: pointer; + color: $cWhite !important; + font-size: 16px; + line-height: 1; + font-weight: 600; + cursor: pointer; - @media (max-width: 576px) { - font-size: 14px; - } + @media (max-width: 576px) { + font-size: 14px; + } } .h2-title { - font-size: 40px; - font-weight: 600; - line-height: 1.35; - margin: 0; + font-size: 40px; + font-weight: 600; + line-height: 1.35; + margin: 0; - @include respond-below(lg) { - font-size: 32px; - } + @include respond-below(lg) { + font-size: 32px; + } - @include respond-below(md) { - font-size: 26px; - } + @include respond-below(md) { + font-size: 26px; + } } body { - background: #f7f7f7; + background: #f7f7f7; } header#masthead { - position: relative; - padding: 20px 0; - background: $cDark; - z-index: 1; + position: relative; + padding: 20px 0; + background: $cDark; + z-index: 1; - .c-row { - display: flex; - flex-direction: row; - align-items: center; - justify-content: space-between; + .c-row { + display: flex; + flex-direction: row; + align-items: center; + justify-content: space-between; - @include respond-between(lg, xl) { - flex-direction: column; - row-gap: 20px; - } + @include respond-between(lg, xl) { + flex-direction: column; + row-gap: 20px; + } - .site-branding { - .custom-logo-link { - line-height: 0; + .site-branding { + .custom-logo-link { + line-height: 0; - .custom-logo { - display: inline-block; - width: 187px; - max-width: unset; - height: 60px; - } - } - } + .custom-logo { + display: inline-block; + width: 187px; + max-width: unset; + height: 60px; + } + } + } - #site-navigation { - .menu-toggle { - position: relative; - width: 30px; - height: 20px; - cursor: pointer; - background: none; - border: none; - padding: 0; - overflow: hidden; - border-radius: 0; + #site-navigation { + .menu-toggle { + position: relative; + width: 30px; + height: 20px; + cursor: pointer; + background: none; + border: none; + padding: 0; + overflow: hidden; + border-radius: 0; - @include respond-above(lg) { - display: none; - } + @include respond-above(lg) { + display: none; + } - .menu-toggle-line { - position: absolute; - left: 0; - width: 100%; - height: 3px; - background: #fff; - border-radius: 2px; - transition: all 0.3s ease; - } + .menu-toggle-line { + position: absolute; + left: 0; + width: 100%; + height: 3px; + background: #fff; + border-radius: 2px; + transition: all 0.3s ease; + } - .menu-toggle-line:nth-child(1) { - top: 0; - } + .menu-toggle-line:nth-child(1) { + top: 0; + } - .menu-toggle-line:nth-child(2) { - top: 50%; - transform: translateY(-50%); - } + .menu-toggle-line:nth-child(2) { + top: 50%; + transform: translateY(-50%); + } - .menu-toggle-line:nth-child(3) { - bottom: 0; - } + .menu-toggle-line:nth-child(3) { + bottom: 0; + } - &[aria-expanded='true'] { - height: 25px; + &[aria-expanded='true'] { + height: 25px; - .menu-toggle-line:nth-child(1) { - top: 50%; - transform: translateY(-50%) rotate(45deg); - } + .menu-toggle-line:nth-child(1) { + top: 50%; + transform: translateY(-50%) rotate(45deg); + } - .menu-toggle-line:nth-child(2) { - opacity: 0; - transform: translateX(-100%); - } + .menu-toggle-line:nth-child(2) { + opacity: 0; + transform: translateX(-100%); + } - .menu-toggle-line:nth-child(3) { - bottom: auto; - top: 50%; - transform: translateY(-50%) rotate(-45deg); - } - } - } + .menu-toggle-line:nth-child(3) { + bottom: auto; + top: 50%; + transform: translateY(-50%) rotate(-45deg); + } + } + } - .menu-menu-container { - @include respond-below(lg) { - position: absolute; - top: calc(100% - 1px); - left: 0; - right: 0; - height: 0; - overflow: hidden; - background: $cDark; - transition: all 250ms ease-in-out; - } + .menu-menu-container { + @include respond-below(lg) { + position: absolute; + top: calc(100% - 1px); + left: 0; + right: 0; + height: 0; + overflow: hidden; + background: $cDark; + transition: all 250ms ease-in-out; + } - #primary-menu { - display: flex; - flex-direction: row; - align-items: center; - column-gap: 30px; - @extend .container; + #primary-menu { + display: flex; + flex-direction: row; + align-items: center; + column-gap: 30px; + @extend .container; - @include respond-below(xxl) { - column-gap: 20px; - } + @include respond-below(xxl) { + column-gap: 20px; + } - @include respond-below(lg) { - flex-direction: column; - row-gap: 20px; - padding-bottom: 30px; - } + @include respond-below(lg) { + flex-direction: column; + row-gap: 20px; + padding-bottom: 30px; + } - li.menu-item { - a { - color: $cWhite; - line-height: 1; - font-weight: 600; + li.menu-item { + a { + color: $cWhite; + line-height: 1; + font-weight: 600; - @include respond-between(lg, xxl) { - font-size: 14px; - } - } + @include respond-between(lg, xxl) { + font-size: 14px; + } + } - &#menu-item-126 { - @include respond-above(lg) { - margin-right: -10px; - } + &#menu-item-126 { + @include respond-above(lg) { + margin-right: -10px; + } - a { - @extend .btn-2; + a { + @extend .btn-2; - @include respond-between(lg, xxl) { - font-size: 14px; - padding: 15px 10px; - } - } - } + @include respond-between(lg, xxl) { + font-size: 14px; + padding: 15px 10px; + } + } + } - &#menu-item-127 { - @include respond-above(lg) { - margin-right: -10px; - } + &#menu-item-127 { + @include respond-above(lg) { + margin-right: -10px; + } - @include respond-below(lg) { - margin-top: -10px; - } + @include respond-below(lg) { + margin-top: -10px; + } - a { - @extend .btn-2; + a { + @extend .btn-2; - @include respond-between(lg, xxl) { - font-size: 14px; - padding: 15px 10px; - } - } - } + @include respond-between(lg, xxl) { + font-size: 14px; + padding: 15px 10px; + } + } + } - &#menu-item-128 { - @include respond-below(lg) { - margin-top: -10px; - } + &#menu-item-128 { + @include respond-below(lg) { + margin-top: -10px; + } - a { - @extend .btn-1; + a { + @extend .btn-1; - @include respond-between(lg, xxl) { - font-size: 14px; - padding: 15px 10px; - } - } - } - } - } - } - } - } + @include respond-between(lg, xxl) { + font-size: 14px; + padding: 15px 10px; + } + } + } + } + } + } + } + } } footer#colophon { - background: $cWhite; + background: $cWhite; - .c-row { - display: flex; - flex-direction: row; - align-items: center; - justify-content: space-between; - padding-top: 40px; - padding-bottom: 40px; + .c-row { + display: flex; + flex-direction: row; + align-items: center; + justify-content: space-between; + padding-top: 40px; + padding-bottom: 40px; - @include respond-below(xl) { - flex-direction: column; - row-gap: 40px; - } + @include respond-below(xl) { + flex-direction: column; + row-gap: 40px; + } - .footer-left { - ul { - padding: 0; - margin: 0; - list-style: none; + .footer-left { + ul { + padding: 0; + margin: 0; + list-style: none; - display: flex; - flex-direction: row; - align-items: center; + display: flex; + flex-direction: row; + align-items: center; - @include respond-below(sm) { - flex-direction: column; - row-gap: 20px; - } + @include respond-below(sm) { + flex-direction: column; + row-gap: 20px; + } - li { - font-size: 16px; - line-height: 1.5; - font-weight: 500; + li { + font-size: 16px; + line-height: 1.5; + font-weight: 500; - &:not(.copyright) { - color: $cBlack; - } + &:not(.copyright) { + color: $cBlack; + } - @include respond-above(sm) { - &:not(:last-child) { - padding-right: 30px; - margin-right: 30px; - border-right: 1px solid #cacaca; - } - } + @include respond-above(sm) { + &:not(:last-child) { + padding-right: 30px; + margin-right: 30px; + border-right: 1px solid #cacaca; + } + } - &.copyright { - color: #616161; - } + &.copyright { + color: #616161; + } - a { - color: $cBlack; - } + a { + color: $cBlack; + } - @include respond-below(md) { - font-size: 14px; - } + @include respond-below(md) { + font-size: 14px; + } - @include respond-below(sm) { - text-align: center; - } - } - } - } + @include respond-below(sm) { + text-align: center; + } + } + } + } - .footer-right { - p { - color: #616161; - margin: 0; - line-height: 1; + .footer-right { + p { + color: #616161; + margin: 0; + line-height: 1; - @include respond-below(md) { - font-size: 14px; - } + @include respond-below(md) { + font-size: 14px; + } - a { - color: #616161; - text-decoration: underline; - } - } - } - } + a { + color: #616161; + text-decoration: underline; + } + } + } + } } section#zarezerwuj-miejsce { - position: relative; - padding: 80px 0; + position: relative; + padding: 80px 0; - .box-bg { - position: absolute; - top: 50%; - left: 50%; - transform: translate(-25%, -50%); + .box-bg { + position: absolute; + top: 50%; + left: 50%; + transform: translate(-25%, -50%); - img { - width: 100%; - max-width: fit-content; - } - } + img { + width: 100%; + max-width: fit-content; + } + } - .c-row { - position: relative; - display: flex; - flex-direction: row; - align-items: center; - column-gap: 100px; + .c-row { + position: relative; + display: flex; + flex-direction: row; + align-items: center; + column-gap: 100px; - @include respond-below(xl) { - column-gap: 50px; - } + @include respond-below(xl) { + column-gap: 50px; + } - @include respond-below(lg) { - column-gap: 40px; - } + @include respond-below(lg) { + column-gap: 40px; + } - @include respond-below(md) { - flex-direction: column; - row-gap: 50px; - } + @include respond-below(md) { + flex-direction: column; + row-gap: 50px; + } - .c-col { - &-1 { - width: 100%; - max-width: 680px; + .c-col { + &-1 { + width: 100%; + max-width: 680px; - .h2-title { - color: $cBlack; - margin-bottom: 60px; + .h2-title { + color: $cBlack; + margin-bottom: 60px; - strong { - color: $cBlue; - } + strong { + color: $cBlue; + } - @include respond-between(lg, xxl) { - br { - display: none; - } - } + @include respond-between(lg, xxl) { + br { + display: none; + } + } - @include respond-below(xl) { - font-size: 30px; - margin-bottom: 40px; - } + @include respond-below(xl) { + font-size: 30px; + margin-bottom: 40px; + } - @include respond-below(lg) { - font-size: 28px; - } - } + @include respond-below(lg) { + font-size: 28px; + } + } - ul { - padding: 0; - margin: 0; - list-style: none; + ul { + padding: 0; + margin: 0; + list-style: none; - display: flex; - flex-direction: column; - row-gap: 30px; + display: flex; + flex-direction: column; + row-gap: 30px; - li { - display: flex; - flex-direction: row; - column-gap: 22px; + li { + display: flex; + flex-direction: row; + column-gap: 22px; - @include respond-below(xl) { - column-gap: 15px; - } + @include respond-below(xl) { + column-gap: 15px; + } - .icon { - line-height: 1; + .icon { + line-height: 1; - img { - display: block; - width: 24px; - min-width: 24px; - height: 28px; - line-height: 1; - object-fit: contain; - margin: 5px 0; - } - } + img { + display: block; + width: 24px; + min-width: 24px; + height: 28px; + line-height: 1; + object-fit: contain; + margin: 5px 0; + } + } - .text { - p { - color: $cBlack; - font-size: 24px; - font-weight: 500; - margin-bottom: 0; + .text { + p { + color: $cBlack; + font-size: 24px; + font-weight: 500; + margin-bottom: 0; - strong { - font-weight: 700; - } + strong { + font-weight: 700; + } - a { - color: $cBlack; - font-weight: 700; - text-decoration: underline; - } + a { + color: $cBlack; + font-weight: 700; + text-decoration: underline; + } - @include respond-below(xxl) { - font-size: 22px; - } + @include respond-below(xxl) { + font-size: 22px; + } - @include respond-below(xl) { - font-size: 18px; - } + @include respond-below(xl) { + font-size: 18px; + } - @include respond-below(lg) { - font-size: 16px; - } - } - } - } - } - } + @include respond-below(lg) { + font-size: 16px; + } + } + } + } + } + } - &-2 { - .form-box { - padding: 50px; - background: $cWhite; - border-radius: 30px; - box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.05); + &-2 { + .form-box { + padding: 50px; + background: $cWhite; + border-radius: 30px; + box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.05); - @include respond-below(lg) { - padding: 30px; - } + @include respond-below(lg) { + padding: 30px; + } - @include respond-below(sm) { - padding: 15px; - } + @include respond-below(sm) { + padding: 15px; + } - .form-head { - display: flex; - flex-direction: column; - align-items: flex-start; - row-gap: 10px; - margin-bottom: 30px; + .form-head { + display: flex; + flex-direction: column; + align-items: flex-start; + row-gap: 10px; + margin-bottom: 30px; - @include respond-below(lg) { - margin-bottom: 20px; - } + @include respond-below(lg) { + margin-bottom: 20px; + } - h3 { - color: $cBlack; - font-size: 24px; - line-height: 1.4; - font-weight: 500; - margin: 0; + h3 { + color: $cBlack; + font-size: 24px; + line-height: 1.4; + font-weight: 500; + margin: 0; - @include respond-below(lg) { - font-size: 20px; - } - } + @include respond-below(lg) { + font-size: 20px; + } + } - h4 { - color: $cRed; - display: inline-block; - font-size: 14px; - font-weight: 500; - line-height: 1; - margin: 0; - padding: 9px 10px; - border-radius: 8px; - background: rgba($cRed, 0.1); - } - } + h4 { + color: $cRed; + display: inline-block; + font-size: 14px; + font-weight: 500; + line-height: 1; + margin: 0; + padding: 9px 10px; + border-radius: 8px; + background: rgba($cRed, 0.1); + } + } - .form-content { - form { - width: 440px; + .form-content { + form { + width: 440px; - @include respond-below(xl) { - width: 400px; - } + @include respond-below(xl) { + width: 400px; + } - @include respond-below(lg) { - width: 310px; - } + @include respond-below(lg) { + width: 310px; + } - @include respond-below(md) { - width: 100%; - } + @include respond-below(md) { + width: 100%; + } - .form-fields { - display: flex; - flex-direction: row; - flex-wrap: wrap; - gap: 16px; + .form-fields { + display: flex; + flex-direction: row; + flex-wrap: wrap; + gap: 16px; - @include respond-below(sm) { - gap: 5px; - } - } + @include respond-below(sm) { + gap: 5px; + } + } - .c-item { - position: relative; - width: 100%; + .c-item { + position: relative; + width: 100%; - &-1, - &-2, - &-3, - &-3-1, - &-4, - &-4-1 { - width: calc(50% - 8px); - } + &-1, + &-2, + &-3, + &-3-1, + &-4, + &-4-1 { + width: calc(50% - 8px); + } - &-7 { - .wpcf7-not-valid { - input[type='checkbox'] { - border-color: $cRed !important; - } - } + &-7 { + .wpcf7-not-valid { + input[type='checkbox'] { + border-color: $cRed !important; + } + } - .wpcf7-list-item { - margin-left: 0; + .wpcf7-list-item { + margin-left: 0; - label { - display: flex; - flex-direction: row; - align-items: center; - column-gap: 12px; + label { + display: flex; + flex-direction: row; + align-items: center; + column-gap: 12px; - span { - @include respond-below(lg) { - font-size: 12px; - } - } - } - } + span { + @include respond-below(lg) { + font-size: 12px; + } + } + } + } - .wpcf7-not-valid-tip { - display: none !important; - } - } + .wpcf7-not-valid-tip { + display: none !important; + } + } - label { - .wpcf7-form-control-wrap { - display: block; - } + label { + .wpcf7-form-control-wrap { + display: block; + } - .wpcf7-not-valid-tip { - display: none !important; - } - } + .wpcf7-not-valid-tip { + display: none !important; + } + } - input { - transition: all 250ms ease-in-out; + input { + transition: all 250ms ease-in-out; - &.wpcf7-not-valid { - border-color: $cRed !important; - } + &.wpcf7-not-valid { + border-color: $cRed !important; + } - &.wpcf7-date, - &.wpcf7-text { - height: 48px; - width: 100%; - background: #fff; - border: 1px solid #cacaca; - border-radius: 8px; - box-shadow: none !important; - outline: none !important; - padding: 5px 15px; - } + &.wpcf7-date, + &.wpcf7-text { + height: 48px; + width: 100%; + background: #fff; + border: 1px solid #cacaca; + border-radius: 8px; + box-shadow: none !important; + outline: none !important; + padding: 5px 15px; + } - &.wpcf7-date { - } + &.wpcf7-date {} - &.wpcf7-submit { - @extend .btn-1; - border: none; - } + &.wpcf7-submit { + @extend .btn-1; + border: none; + } - &:focus { - + p { - top: -7px; - font-size: 10px; - padding: 3px 10px; - } - } + &:focus { + +p { + top: -7px; + font-size: 10px; + padding: 3px 10px; + } + } - &.wpcf7-text { - &:not(:placeholder-shown) { - ~ p { - top: -7px; - font-size: 10px; - padding: 3px 10px; - } - } - } + &.wpcf7-text { + &:not(:placeholder-shown) { + ~p { + top: -7px; + font-size: 10px; + padding: 3px 10px; + } + } + } - &.wpcf7-date { - ~ p { - top: -7px; - font-size: 10px; - padding: 3px 10px; - } - } - } + &.wpcf7-date { + ~p { + top: -7px; + font-size: 10px; + padding: 3px 10px; + } + } + } - p { - color: #616161; - font-size: 16px; - font-weight: 500; - line-height: 1; - margin: 0; + p { + color: #616161; + font-size: 16px; + font-weight: 500; + line-height: 1; + margin: 0; - position: absolute; - top: 12px; - left: 5px; - background: #fff; - padding: 4px 10px; - transition: all 250ms ease-in-out; + position: absolute; + top: 12px; + left: 5px; + background: #fff; + padding: 4px 10px; + transition: all 250ms ease-in-out; - @include respond-below(lg) { - font-size: 13px; - top: 14px; - } - } - } - } - } - } - } - } - } + @include respond-below(lg) { + font-size: 13px; + top: 14px; + } + } + } + } + } + } + } + } + } } section#lokalizacja { - position: relative; - padding: 80px 0; + position: relative; + padding: 80px 0; - .box-bg { - position: absolute; - inset: 0; - } + .box-bg { + position: absolute; + inset: 0; + } - .c-row { - .card { - position: relative; - padding: 40px 80px 40px 50px; - border-radius: 30px; - background: $cWhite; - display: flex; - flex-direction: column; - align-items: flex-start; - width: fit-content; + .c-row { + .card { + position: relative; + padding: 40px 80px 40px 50px; + border-radius: 30px; + background: $cWhite; + display: flex; + flex-direction: column; + align-items: flex-start; + width: fit-content; - @include respond-below(md) { - padding: 30px 40px; - } + @include respond-below(md) { + padding: 30px 40px; + } - h3 { - color: $cBlack; - font-size: 24px; - font-weight: 500; - line-height: 1.4; - margin-bottom: 20px; - margin-top: 0; + h3 { + color: $cBlack; + font-size: 24px; + font-weight: 500; + line-height: 1.4; + margin-bottom: 20px; + margin-top: 0; - @include respond-below(md) { - font-size: 20px; - } - } + @include respond-below(md) { + font-size: 20px; + } + } - h4 { - color: $cBlue; - font-size: 16px; - font-weight: 500; - line-height: 1; - margin-top: 0; - margin-bottom: 5px; - } - } - } + h4 { + color: $cBlue; + font-size: 16px; + font-weight: 500; + line-height: 1; + margin-top: 0; + margin-bottom: 5px; + } + } + } } body.page-id-23 { - main#main { - .box-1 { - position: relative; - display: flex; - height: 722px; - - @include respond-below(lg) { - height: 500px; - } - - .box-bg { - position: absolute; - inset: 0; - max-width: 1920px; - margin-left: auto; - margin-right: auto; - - img { - width: 100%; - height: 100%; - object-fit: cover; - object-position: center; - } - } - - .c-row { - position: relative; - height: 100%; - align-content: center; - - h2 { - color: $cWhite; - font-size: 64px; - font-weight: 700; - line-height: 1.2; - margin: 0 0 30px 0; - - strong { - color: $cLime; - font-weight: 700; - } - - @include respond-below(lg) { - font-size: 40px; - } - - @include respond-below(md) { - font-size: 32px; - } - } - - p { - color: $cWhite; - font-size: 24px; - font-weight: 500; - line-height: 1.6; - - &:last-child { - margin-bottom: 0; - } - - @include respond-below(lg) { - font-size: 20px; - } - - @include respond-below(md) { - font-size: 16px; - } - } - - ul { - padding: 0; - margin: 40px 0 0 0; - list-style: none; - - display: flex; - flex-direction: row; - gap: 20px; - } - } - } - - .box-2 { - position: relative; - padding: 140px 0; - - @include respond-below(lg) { - padding: 80px 0; - } - - .c-row { - .box-title { - margin-bottom: 60px; - - @include respond-below(lg) { - margin-bottom: 40px; - } - - .h2-title { - color: $cBlack; - } - } - - .box-content { - display: grid; - grid-template-columns: repeat(3, 1fr); - gap: 30px; - - @include respond-below(lg) { - grid-template-columns: repeat(2, 1fr); - } - - @include respond-below(sm) { - gap: 5px; - } - - .tile { - display: flex; - flex-direction: column; - padding: 40px; - border: 1px solid #cacaca; - border-radius: 30px; - background: $cWhite; - - @include respond-below(xl) { - padding: 30px; - } - - @include respond-below(md) { - padding: 20px; - } - - @include respond-below(sm) { - padding: 10px; - border-radius: 15px; - } - - img { - display: inline-block; - margin-bottom: 40px; - width: 100%; - max-width: 97px; - - @include respond-below(xl) { - max-width: 60px; - margin-bottom: 30px; - } - - @include respond-below(md) { - max-width: 40px; - } - } - - h3 { - color: $cBlack; - font-size: 30px; - font-weight: 500; - line-height: 1.35; - margin: 0 0 30px 0; - - @include respond-below(xl) { - font-size: 22px; - margin: 0 0 20px 0; - } - - @include respond-below(md) { - font-size: 18px; - } - - @include respond-below(sm) { - margin: 0 0 10px 0; - font-size: 16px; - } - } - - p { - color: #616161; - font-size: 18px; - line-height: 1.7; - - &:last-child { - margin-bottom: 0; - } - - @include respond-below(xl) { - font-size: 16px; - } - - @include respond-below(md) { - font-size: 14px; - } - - @include respond-below(sm) { - line-height: 1.5; - font-size: 13px; - } - } - } - .tile-img { - grid-column-start: 1; - grid-column-end: 4; - - display: flex; - flex-direction: row; - align-items: center; - gap: 67px; - - .tile-col-1 { - width: 100%; - max-width: 578px; - } - - .tile-col-2 { - width: 100%; - max-width: 635px; - - img { - display: block; - width: 100%; - max-width: unset; - height: 100%; - border-radius: 10px; - object-fit: cover; - margin: 0; - } - } - - @include respond-below(lg) { - grid-column-end: 3; - } - @include respond-below(sm) { - flex-direction: column-reverse; - row-gap: 24px; - } - } - } - } - } - - .box-3 { - position: relative; - padding: 80px 0; - - .box-bg { - position: absolute; - inset: 0; - - img { - width: 100%; - height: 100%; - object-fit: cover; - object-position: center; - } - } - - .c-row { - position: relative; - height: 100%; - align-items: center; - display: flex; - flex-direction: row; - column-gap: 100px; - - @include respond-below(xxl) { - column-gap: 50px; - } - - @include respond-below(xl) { - flex-direction: column; - row-gap: 50px; - } - - .c-col { - &-1 { - width: 100%; - max-width: 520px; - - @include respond-below(xl) { - max-width: unset; - } - - .h2-title { - color: $cWhite; - margin-bottom: 40px; - } - - .text { - margin-bottom: 60px; - - p { - color: $cWhite; - font-size: 24px; - line-height: 1.4; - - &:last-child { - margin-bottom: 0; - } - - strong { - color: $cLime; - } - - @include respond-below(lg) { - font-size: 20px; - } - - @include respond-below(md) { - font-size: 18px; - } - } - } - } - - &-2 { - display: grid; - grid-template-columns: repeat(2, minmax(280px, 345px)); - gap: 30px; - - @include respond-below(xl) { - grid-template-columns: repeat(2, 1fr); - width: 100%; - } - - @include respond-below(sm) { - grid-template-columns: 1fr; - } - - .card { - border-radius: 30px; - background: $cWhite; - - &-1 { - .card-head { - h4 { - color: $cRed; - background: rgba($cRed, 0.1); - } - } - } - - &-2 { - .card-head { - h4 { - color: $cBlue; - background: rgba($cBlue, 0.1); - } - } - } - - .card-head { - display: flex; - flex-direction: column; - align-items: center; - row-gap: 10px; - padding: 40px 0 30px; - - @include respond-below(md) { - padding: 30px 0 20px; - } - - h3 { - color: $cBlack; - font-size: 24px; - line-height: 1.4; - font-weight: 500; - margin: 0; - - @include respond-below(md) { - font-size: 20px; - } - } - - h4 { - display: inline-block; - font-size: 14px; - font-weight: 500; - line-height: 1; - margin: 0; - padding: 9px 10px; - border-radius: 8px; - } - } - - .card-content { - margin-bottom: 15px; - - ul { - padding: 0; - margin: 0; - list-style: none; - - display: flex; - flex-direction: column; - - li { - display: flex; - flex-direction: row; - align-items: center; - justify-content: space-between; - gap: 20px; - padding: 15px 40px; - border-top: 1px solid #eeeeee; - - color: #616161; - font-weight: 500; - line-height: 1; - - strong { - color: $cBlack; - } - - @include respond-below(xxl) { - padding: 15px 20px; - } - - @include respond-below(md) { - font-size: 14px; - } - - @include respond-below(sm) { - font-size: 16px; - } - } - } - } - } - } - } - } - } - - .box-4 { - position: relative; - padding: 130px 0; - - .box-bg { - position: absolute; - inset: 0; - - img { - width: 100%; - height: 100%; - object-fit: cover; - object-position: center; - } - } - - .c-row { - position: relative; - height: 100%; - display: flex; - flex-direction: row; - align-items: center; - justify-content: space-between; - column-gap: 100px; - - @include respond-below(xl) { - flex-direction: column; - row-gap: 70px; - } - - .c-col { - &-1 { - width: 100%; - max-width: 520px; - - @include respond-below(xl) { - max-width: unset; - } - - .h2-title { - color: $cWhite; - margin-bottom: 40px; - } - - .text { - margin-bottom: 60px; - - p { - color: $cWhite; - font-size: 24px; - line-height: 1.4; - - &:last-child { - margin-bottom: 0; - } - - strong { - color: $cLime; - } - - @include respond-below(lg) { - font-size: 20px; - } - - @include respond-below(md) { - font-size: 18px; - } - } - } - } - - &-2 { - display: flex; - flex-direction: column; - row-gap: 26px; - - @include respond-below(xl) { - width: 100%; - } - - .card { - background: rgba(#010e1e, 0.5); - border: 1px solid rgba(#ffffff, 0.3); - border-radius: 22px; - padding: 33px 40px; - - display: flex; - flex-direction: row; - align-items: center; - gap: 30px; - - &:first-child { - .card-content { - h3 { - color: $cLime; - text-decoration: underline; - } - } - } - - @include respond-below(md) { - padding: 20px 30px; - } - - .card-num { - width: 42px; - min-width: 42px; - height: 42px; - display: flex; - align-items: center; - justify-content: center; - border-radius: 100%; - background: $cLime; - - span { - color: #000; - font-size: 18px; - font-weight: 500; - line-height: 1; - } - } - - .card-content { - display: flex; - flex-direction: column; - row-gap: 10px; - - h3 { - color: $cWhite; - font-size: 24px; - font-weight: 500; - line-height: 1.4; - margin: 0; - - @include respond-below(md) { - font-size: 20px; - } - } - - p { - margin: 0; - color: rgba($cWhite, 0.7); - font-size: 18px; - font-weight: 500; - line-height: 1; - - @include respond-below(md) { - font-size: 16px; - font-weight: 400; - } - } - } - } - } - } - } - } - } + main#main { + .box-1 { + position: relative; + display: flex; + height: 722px; + + @include respond-below(lg) { + height: 500px; + } + + .box-bg { + position: absolute; + inset: 0; + max-width: 1920px; + margin-left: auto; + margin-right: auto; + + img { + width: 100%; + height: 100%; + object-fit: cover; + object-position: center; + } + } + + .c-row { + position: relative; + height: 100%; + align-content: center; + + h2 { + color: $cWhite; + font-size: 64px; + font-weight: 700; + line-height: 1.2; + margin: 0 0 30px 0; + + strong { + color: $cLime; + font-weight: 700; + } + + @include respond-below(lg) { + font-size: 40px; + } + + @include respond-below(md) { + font-size: 32px; + } + } + + p { + color: $cWhite; + font-size: 24px; + font-weight: 500; + line-height: 1.6; + + &:last-child { + margin-bottom: 0; + } + + @include respond-below(lg) { + font-size: 20px; + } + + @include respond-below(md) { + font-size: 16px; + } + } + + ul { + padding: 0; + margin: 40px 0 0 0; + list-style: none; + + display: flex; + flex-direction: row; + gap: 20px; + } + } + } + + .box-2 { + position: relative; + padding: 140px 0; + + @include respond-below(lg) { + padding: 80px 0; + } + + .c-row { + .box-title { + margin-bottom: 60px; + + @include respond-below(lg) { + margin-bottom: 40px; + } + + .h2-title { + color: $cBlack; + } + } + + .box-content { + display: grid; + grid-template-columns: repeat(3, 1fr); + gap: 30px; + + @include respond-below(lg) { + grid-template-columns: repeat(2, 1fr); + } + + @include respond-below(sm) { + gap: 5px; + } + + .tile { + display: flex; + flex-direction: column; + padding: 40px; + border: 1px solid #cacaca; + border-radius: 30px; + background: $cWhite; + + @include respond-below(xl) { + padding: 30px; + } + + @include respond-below(md) { + padding: 20px; + } + + @include respond-below(sm) { + padding: 10px; + border-radius: 15px; + } + + img { + display: inline-block; + margin-bottom: 40px; + width: 100%; + max-width: 97px; + + @include respond-below(xl) { + max-width: 60px; + margin-bottom: 30px; + } + + @include respond-below(md) { + max-width: 40px; + } + } + + h3 { + color: $cBlack; + font-size: 30px; + font-weight: 500; + line-height: 1.35; + margin: 0 0 30px 0; + + @include respond-below(xl) { + font-size: 22px; + margin: 0 0 20px 0; + } + + @include respond-below(md) { + font-size: 18px; + } + + @include respond-below(sm) { + margin: 0 0 10px 0; + font-size: 16px; + } + } + + p { + color: #616161; + font-size: 18px; + line-height: 1.7; + + &:last-child { + margin-bottom: 0; + } + + @include respond-below(xl) { + font-size: 16px; + } + + @include respond-below(md) { + font-size: 14px; + } + + @include respond-below(sm) { + line-height: 1.5; + font-size: 13px; + } + } + } + + .tile-img { + grid-column-start: 1; + grid-column-end: 4; + + display: flex; + flex-direction: row; + align-items: center; + gap: 67px; + + .tile-col-1 { + width: 100%; + max-width: 578px; + } + + .tile-col-2 { + width: 100%; + max-width: 635px; + + img { + display: block; + width: 100%; + max-width: unset; + height: 100%; + border-radius: 10px; + object-fit: cover; + margin: 0; + } + } + + @include respond-below(lg) { + grid-column-end: 3; + } + + @include respond-below(sm) { + flex-direction: column-reverse; + row-gap: 24px; + } + } + } + } + } + + .box-3 { + position: relative; + padding: 80px 0; + + .box-bg { + position: absolute; + inset: 0; + + img { + width: 100%; + height: 100%; + object-fit: cover; + object-position: center; + } + } + + .c-row { + position: relative; + height: 100%; + align-items: center; + display: flex; + flex-direction: row; + column-gap: 100px; + + @include respond-below(xxl) { + column-gap: 50px; + } + + @include respond-below(xl) { + flex-direction: column; + row-gap: 50px; + } + + .c-col { + &-1 { + width: 100%; + max-width: 520px; + + @include respond-below(xl) { + max-width: unset; + } + + .h2-title { + color: $cWhite; + margin-bottom: 40px; + } + + .text { + margin-bottom: 60px; + + p { + color: $cWhite; + font-size: 24px; + line-height: 1.4; + + &:last-child { + margin-bottom: 0; + } + + strong { + color: $cLime; + } + + @include respond-below(lg) { + font-size: 20px; + } + + @include respond-below(md) { + font-size: 18px; + } + } + } + } + + &-2 { + display: grid; + grid-template-columns: repeat(2, minmax(280px, 345px)); + gap: 30px; + + @include respond-below(xl) { + grid-template-columns: repeat(2, 1fr); + width: 100%; + } + + @include respond-below(sm) { + grid-template-columns: 1fr; + } + + .card { + border-radius: 30px; + background: $cWhite; + + &-1 { + .card-head { + h4 { + color: $cRed; + background: rgba($cRed, 0.1); + } + } + } + + &-2 { + .card-head { + h4 { + color: $cBlue; + background: rgba($cBlue, 0.1); + } + } + } + + .card-head { + display: flex; + flex-direction: column; + align-items: center; + row-gap: 10px; + padding: 40px 0 30px; + + @include respond-below(md) { + padding: 30px 0 20px; + } + + h3 { + color: $cBlack; + font-size: 24px; + line-height: 1.4; + font-weight: 500; + margin: 0; + + @include respond-below(md) { + font-size: 20px; + } + } + + h4 { + display: inline-block; + font-size: 14px; + font-weight: 500; + line-height: 1; + margin: 0; + padding: 9px 10px; + border-radius: 8px; + } + } + + .card-content { + margin-bottom: 15px; + + ul { + padding: 0; + margin: 0; + list-style: none; + + display: flex; + flex-direction: column; + + li { + display: flex; + flex-direction: row; + align-items: center; + justify-content: space-between; + gap: 20px; + padding: 15px 40px; + border-top: 1px solid #eeeeee; + + color: #616161; + font-weight: 500; + line-height: 1; + + strong { + color: $cBlack; + } + + @include respond-below(xxl) { + padding: 15px 20px; + } + + @include respond-below(md) { + font-size: 14px; + } + + @include respond-below(sm) { + font-size: 16px; + } + } + } + } + } + } + } + } + } + + .box-4 { + position: relative; + padding: 130px 0; + + .box-bg { + position: absolute; + inset: 0; + + img { + width: 100%; + height: 100%; + object-fit: cover; + object-position: center; + } + } + + .c-row { + position: relative; + height: 100%; + display: flex; + flex-direction: row; + align-items: center; + justify-content: space-between; + column-gap: 100px; + + @include respond-below(xl) { + flex-direction: column; + row-gap: 70px; + } + + .c-col { + &-1 { + width: 100%; + max-width: 520px; + + @include respond-below(xl) { + max-width: unset; + } + + .h2-title { + color: $cWhite; + margin-bottom: 40px; + } + + .text { + margin-bottom: 60px; + + p { + color: $cWhite; + font-size: 24px; + line-height: 1.4; + + &:last-child { + margin-bottom: 0; + } + + strong { + color: $cLime; + } + + @include respond-below(lg) { + font-size: 20px; + } + + @include respond-below(md) { + font-size: 18px; + } + } + } + } + + &-2 { + display: flex; + flex-direction: column; + row-gap: 26px; + + @include respond-below(xl) { + width: 100%; + } + + .card { + background: rgba(#010e1e, 0.5); + border: 1px solid rgba(#ffffff, 0.3); + border-radius: 22px; + padding: 33px 40px; + + display: flex; + flex-direction: row; + align-items: center; + gap: 30px; + + &:first-child { + .card-content { + h3 { + color: $cLime; + text-decoration: underline; + } + } + } + + @include respond-below(md) { + padding: 20px 30px; + } + + .card-num { + width: 42px; + min-width: 42px; + height: 42px; + display: flex; + align-items: center; + justify-content: center; + border-radius: 100%; + background: $cLime; + + span { + color: #000; + font-size: 18px; + font-weight: 500; + line-height: 1; + } + } + + .card-content { + display: flex; + flex-direction: column; + row-gap: 10px; + + h3 { + color: $cWhite; + font-size: 24px; + font-weight: 500; + line-height: 1.4; + margin: 0; + + @include respond-below(md) { + font-size: 20px; + } + } + + p { + margin: 0; + color: rgba($cWhite, 0.7); + font-size: 18px; + font-weight: 500; + line-height: 1; + + @include respond-below(md) { + font-size: 16px; + font-weight: 400; + } + } + } + } + } + } + } + } + } } body.page-id-3 { - main#main { - padding-top: 140px; - padding-bottom: 140px; - border-bottom: 1px solid #ababab; + main#main { + padding-top: 140px; + padding-bottom: 140px; + border-bottom: 1px solid #ababab; - @include respond-below(md) { - padding-top: 80px; - padding-bottom: 80px; - } + @include respond-below(md) { + padding-top: 80px; + padding-bottom: 80px; + } - article { - header.entry-header { - margin-bottom: 30px; + article { + header.entry-header { + margin-bottom: 30px; - .entry-title { - color: $cBlack; - font-size: 40px; - font-weight: 600; - line-height: 1.35; - margin: 0; + .entry-title { + color: $cBlack; + font-size: 40px; + font-weight: 600; + line-height: 1.35; + margin: 0; - @include respond-below(md) { - font-size: 30px; - } - } - } + @include respond-below(md) { + font-size: 30px; + } + } + } - .entry-content { - margin: 0; + .entry-content { + margin: 0; - h2 { - color: $cBlack; - font-size: 30px; - font-weight: 500; - line-height: 1.3; + h2 { + color: $cBlack; + font-size: 30px; + font-weight: 500; + line-height: 1.3; - &:first-child { - margin: 0; - } + &:first-child { + margin: 0; + } - @include respond-below(md) { - font-size: 22px; - } - } + @include respond-below(md) { + font-size: 22px; + } + } - h3 { - color: $cBlack; - font-size: 30px; - font-weight: 700; - line-height: 1.3; - margin: 80px 0 30px; + h3 { + color: $cBlack; + font-size: 30px; + font-weight: 700; + line-height: 1.3; + margin: 80px 0 30px; - @include respond-below(md) { - font-size: 22px; - margin: 50px 0 20px; - } - } + @include respond-below(md) { + font-size: 22px; + margin: 50px 0 20px; + } + } - ul, - ol { - margin: 0; - padding-left: 20px; + ul, + ol { + margin: 0; + padding-left: 20px; - li { - color: #616161; - font-size: 18px; - font-weight: 500; - line-height: 1.7; + li { + color: #616161; + font-size: 18px; + font-weight: 500; + line-height: 1.7; - @include respond-below(md) { - font-size: 16px; - } - } - } + @include respond-below(md) { + font-size: 16px; + } + } + } - p { - color: #616161; - font-size: 18px; - font-weight: 500; - line-height: 1.7; + p { + color: #616161; + font-size: 18px; + font-weight: 500; + line-height: 1.7; - @include respond-below(md) { - font-size: 16px; - } - } - } - } - } + @include respond-below(md) { + font-size: 16px; + } + } + } + } + } } .xdsoft_datetimepicker { - width: 100%; - max-width: 213px; - border-radius: 10px; + width: 100%; + max-width: 213px; + border-radius: 10px; - .xdsoft_timepicker { - width: calc(100% - 8px); - } - .xdsoft_prev, - .xdsoft_next { - left: 50%; - margin-left: 0 !important; - transform: translateX(-50%); - } + .xdsoft_timepicker { + width: calc(100% - 8px); + } + + .xdsoft_prev, + .xdsoft_next { + left: 50%; + margin-left: 0 !important; + transform: translateX(-50%); + } } + +#menu-item-126 { + a { + text-align: center; + + span { + color: #e5ff03; + font-size: 14px; + font-weight: normal; + } + } +} \ No newline at end of file