* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0%;
  padding: 0%;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  font-family: "Raleway", sans-serif;
  font-family: "Inter", sans-serif;
}

body {
  width: 100%;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 74px;
}

.container {
  width: 100%;
  max-width: 1450px;
  padding: 0px 20px;
  margin: auto;
}

@media (max-width: 2560px) {
  .container {
    max-width: 1600px;
  }
}
a {
  text-decoration: none;
  color: black;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

.longer {
  height: 1000px;
}

h1 {
  font-size: 58px;
  margin-bottom: 15px;
}

h2 {
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 32px;
  letter-spacing: 1px;
  text-align: center;
  color: rgba(153, 0, 0, 0.6862745098);
  font-weight: bold;
}

.title {
  font-size: 58px;
  margin-bottom: 25px;
  font-weight: bold;
}

p {
  font-size: 20px;
}

.tac {
  text-align: center;
}

button {
  background-color: #333398;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  padding: 13px 25px;
  margin: 0px 7px;
  border: #333398 solid 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

button:hover {
  -webkit-transform: scale(1.04) rotate(-0.5deg);
          transform: scale(1.04) rotate(-0.5deg);
}

.white_btn {
  background-color: #ffffff;
  border: #ffffff solid 1px;
  color: rgb(0, 0, 0);
}

.white_btn:hover {
  background-color: #333398;
  border: #333398 solid 1px;
  color: #ffffff;
}

nav {
  position: fixed;
  height: 75px;
  width: 100%;
  background-color: white;
  z-index: 101;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px -15px 40px 0px rgb(66, 68, 90);
          box-shadow: 0px -15px 40px 0px rgb(66, 68, 90);
}
nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav .container .nav_log .logo {
  font-size: 31px;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  color: rgba(153, 0, 0, 0.6862745098);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
nav .container .nav_log .logo span {
  letter-spacing: normal;
  color: #333398;
  font-weight: bold;
}
nav .container .nav_log .logo:hover {
  -webkit-transform: scale(1.05) rotate(-0.5deg);
          transform: scale(1.05) rotate(-0.5deg);
}
nav .container .nav_link .link {
  font-size: 18.5px;
  letter-spacing: 1px;
  margin-right: 20px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
nav .container .nav_link .link:hover {
  color: rgba(153, 0, 0, 0.6862745098);
}
nav .container .nav_bar {
  display: none;
}

.nav_phone {
  z-index: 100;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.275);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.nav_phone .nav_con {
  position: relative;
  width: 250px;
  height: 100%;
  background-color: rgb(255, 255, 255);
}
.nav_phone .nav_con .nav__link {
  padding: 130px 50px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.nav_phone .nav_con .nav__link a {
  text-align: left;
  display: inline;
  margin: 0px 10px;
  font-size: 24px;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  letter-spacing: 1px;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
}
.nav_phone .nav_con .nav__link .underline {
  margin: 1px 0px 25px;
  background-color: rgba(153, 0, 0, 0.6862745098);
  height: 2px;
  width: 40%;
}
.nav_phone .nav_con img {
  position: absolute;
  left: 20px;
  bottom: 20px;
  height: 40px;
}

.nav_active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.nav_marg {
  width: 100%;
  height: 75px;
}

header {
  background-image: url("../img/study-789631_1920.jpg");
  background-position: center;
  background-size: cover;
  height: 48vh;
}
header .hero_shadow {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(8deg, rgba(5, 5, 62, 0.5886729692) 30%, rgba(62, 4, 4, 0.706320028) 58%);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .hero_shadow .hero_text {
  color: rgb(255, 255, 255);
  text-align: center;
}
header .hero_shadow .hero_text h2 {
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: normal;
  color: white;
  letter-spacing: 1px;
}
header .hero_shadow .hero_text .button_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .hero_shadow img {
  position: absolute;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: auto;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
header .hero_shadow img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.acordeon_con {
  padding-top: 40px;
}
.acordeon_con .red-text {
  color: rgba(202, 13, 13, 0.758);
  font-weight: bold;
  margin-bottom: 8px;
  margin-left: 15px;
}
.acordeon_con .accordion {
  background-color: rgba(238, 238, 238, 0.355);
  border-radius: 5px;
  margin-bottom: 20px;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 19px;
  margin: 0px auto 20px;
}
.acordeon_con .active,
.acordeon_con .accordion:hover {
  background-color: rgba(204, 204, 204, 0.281);
  -webkit-transform: scale(1.003);
          transform: scale(1.003);
}
.acordeon_con .panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}
.acordeon_con .panel p span {
  text-align: center;
  display: block;
}
.acordeon_con .panel p span span {
  text-align: left;
  display: inline;
  font-weight: bold;
}
.acordeon_con .panel p .bold {
  text-align: left;
  display: inline;
  font-weight: bold;
}
.acordeon_con .panel ul {
  padding-top: 17px;
}
.acordeon_con .panel ul li {
  margin: 0px 0px 12px 15px;
  font-size: 20px;
}
.acordeon_con .panel ul li a {
  text-decoration: underline;
  color: #1c9479;
}

.offer {
  padding: 50px 0px 80px;
}
.offer .title {
  text-align: center;
}
.offer .grid_container {
  padding: 50px 100px 0px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.offer .grid_container .grid_element {
  border: solid rgb(150, 150, 150) 1px;
  border-style: none solid solid none;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0px 5px;
  text-align: center;
}
.offer .grid_container .grid_element img {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  height: 100px;
  margin: 20px auto;
}
.offer .grid_container .grid_element h3 {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  font-size: 20px;
}
.offer .grid_container .grid_element p {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  margin-top: 5px;
  color: rgb(84, 84, 84);
}
.offer .grid_container .grid_element img:hover {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
  cursor: pointer;
}
.offer .grid_container .grid_element img:hover ~ h3 {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
  cursor: pointer;
}
.offer .grid_container .grid_element img:hover ~ p {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
  cursor: pointer;
}
.offer .grid_container .last_element {
  border-style: none;
}
.offer .grid_container .down_element {
  border-style: none solid none none;
}
.offer .grid_container .four_element {
  border-style: none none solid none;
}

.office {
  background-image: url("../img/man-593333_1280.jpg");
  background-position: center;
  background-size: cover;
}
.office #more-text {
  display: none;
  text-align: left;
}
.office #more-text a span {
  color: #535392;
  font-weight: bold;
  text-decoration: underline;
}
.office .sec-shadow {
  padding: 100px 8px;
  width: 100%;
  height: 100%;
  background: linear-gradient(141deg, rgba(5, 5, 62, 0.7035189076) 45%, rgba(62, 4, 4, 0.706320028) 55%);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.office .sec-shadow .sec_text {
  color: white;
  text-align: center;
}
.office .sec-shadow .sec_text h2 {
  margin-bottom: 20px;
  color: white;
  font-weight: normal;
}
.office .sec-shadow .sec_text p {
  font-size: 19px;
}
.office .sec-shadow .sec_text .title {
  font-size: 58px;
  margin-bottom: 25px;
  font-weight: bold;
  text-align: center !important;
  -moz-text-align-last: center !important;
       text-align-last: center !important;
}
.office .sec-shadow .sec_text button {
  margin-top: 35px;
}

.price {
  position: relative;
}
.price .price_shadow {
  height: 130px;
}
.price h2 {
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 5px;
  font-size: 40px;
}
.price h2 span {
  font-size: 31px;
  color: black;
}
.price .bgi {
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 10%;
  -webkit-filter: grayscale(100%) blur(4px);
          filter: grayscale(100%) blur(4px);
}
.price .title {
  text-align: center;
}
.price .title span {
  text-decoration: underline;
  text-decoration-color: #af4646;
}
.price .content_con {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.price .content_con .text {
  padding-top: 90px;
  width: 50%;
}
.price .content_con .text .title {
  text-align: left;
  letter-spacing: 4px;
  margin-bottom: 0px;
  color: rgba(153, 0, 0, 0.6862745098);
}
.price .content_con .text h2 {
  text-align: left;
  font-size: 24px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 0px;
  height: auto;
  display: block;
}
.price .content_con .text button {
  margin-left: 2px;
  margin-top: 40px;
}
.price .content_con .icon {
  width: 50%;
  padding: 50px 120px;
}
.price .content_con .icon img {
  display: block;
  width: 260px;
  height: auto;
}
.price .content_con .icon .icon-two {
  margin: 0%;
  margin-left: auto;
}
.price .table_con {
  display: block;
}
.price .table_con .title {
  text-align: right;
  margin-top: 130px;
  margin-bottom: 0px;
}
.price .table_con .underline {
  width: 500px;
  height: 5px;
  background-color: rgba(153, 0, 0, 0.6862745098);
  margin: 0px 5px 0px auto;
}
.price .table_con .table {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.price .table_con .table .text h3 {
  margin-bottom: 10px;
  font-size: 24px;
  color: #000000;
  font-weight: bold;
}
.price .table_con .table .text p {
  font-size: 20px;
}
.price .table_con img {
  width: 210px;
  height: auto;
  margin-right: 50px;
}

.achievements {
  background-image: url("../img/desk-593327_1920.jpg");
  background-position: center;
  background-size: cover;
}
.achievements .shadow {
  padding: 170px 8px;
  width: 100%;
  height: 100%;
  background: linear-gradient(330deg, rgba(5, 5, 62, 0.5886729692) 50%, rgba(62, 4, 4, 0.706320028) 70%);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  color: white;
}
.achievements .shadow .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.achievements .shadow .container .title {
  font-size: 70px;
}
.achievements .shadow .container h3 {
  font-size: 22px;
  text-transform: uppercase;
}

.blog {
  padding: 100px 0px 100px;
}
.blog .title {
  text-align: center;
}
.blog .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blog .content .texxxx {
  text-align: center;
  margin-bottom: 20px;
}
.blog .article_con {
  padding-top: 90px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  gap: 50px;
}
.blog .article_con .article {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.blog .article_con .article img {
  width: 100%;
  padding-bottom: 10px;
}
.blog .article_con .article a {
  font-size: 25px;
  text-decoration-line: underline;
}
.blog .article_con .article p {
  padding: 15px 0px 30px 0px;
  font-size: 19px;
}
.blog .article_con .article .data {
  bottom: 0px;
  color: rgb(52, 52, 52);
}
.blog .article_con .article:hover {
  -webkit-transform: scale(1.007);
          transform: scale(1.007);
}

.contact {
  background-image: url("../img/computer-1185626_1920.jpg");
  background-position: center;
  background-size: cover;
}
.contact .shadow {
  padding: 120px 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(10deg, rgba(5, 5, 62, 0.5690651261) 10%, rgba(62, 4, 4, 0.5298494398) 90%);
  -webkit-backdrop-filter: grayscale(100%);
          backdrop-filter: grayscale(100%);
  background-color: rgba(5, 5, 62, 0.4901960784);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  color: white;
}
.contact .shadow h2 {
  padding-bottom: 40px;
}
.contact .shadow .title {
  font-size: 50px;
  text-align: center;
}
.contact .shadow button {
  display: block;
  margin: 0px auto 0px;
}

.nav_con {
  padding: 80px 0px;
}
.nav_con .title {
  font-size: 50px;
  margin-top: 10px;
  text-align: center;
}
.nav_con h3 {
  font-size: 21px;
  font-family: "Raleway", sans-serif;
  padding-bottom: 0px;
}
.nav_con .info_con {
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav_con .info_con .navigation .con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
}
.nav_con .info_con .navigation .con .img {
  width: 150px;
  padding-right: 20px;
  display: block;
}
.nav_con .info_con .navigation .con .img img {
  width: 100%;
}
.nav_con .info_con .navigation .con .content p {
  font-size: 27px;
  letter-spacing: 1px;
  font-family: "Raleway", sans-serif;
}
.nav_con .info_con .navigation .one {
  padding-left: 200px;
}
.nav_con .info_con .navigation .two {
  padding-left: 100px;
}
.nav_con .info_con .contact_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50%;
}
.nav_con .info_con .contact_info .offer,
.nav_con .info_con .contact_info .blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0px 10px;
}
.nav_con .info_con .contact_info .offer h3,
.nav_con .info_con .contact_info .blog h3 {
  padding-bottom: 8px;
}
.nav_con .info_con .contact_info .offer a,
.nav_con .info_con .contact_info .blog a {
  font-size: 20px;
  letter-spacing: 1px;
  font-family: "Raleway", sans-serif;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  padding-bottom: 10px;
}
.nav_con .info_con .contact_info .offer a:hover,
.nav_con .info_con .contact_info .blog a:hover {
  color: #56060b;
}
.nav_con .info_con .contact_info .blog {
  padding-top: 40px;
}

footer {
  padding: 20px;
  background-color: #000000;
  color: white;
}
footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .container p {
  font-size: 18px;
}
footer .container .realizacja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .container .realizacja a {
  color: white;
  padding-left: 5px;
  text-decoration-line: underline;
  font-size: 17px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
footer .container .realizacja a:hover {
  color: #1c9479;
}

.subpages_office header {
  background-image: url("../img/laptops-593296_1920.jpg");
  height: 40vh;
}
.subpages_office .content_sub {
  padding: 80px 0px 80px;
}
.subpages_office .content_sub .container {
  max-width: 1250px !important;
}
.subpages_office .content_sub h2 {
  padding-bottom: 5px;
}
.subpages_office .content_sub p {
  font-size: 20px;
}
.subpages_office .content_sub .title {
  text-align: center;
  font-size: 50px;
  padding-bottom: 10px;
  color: #000000;
}
.subpages_office .content_sub .number {
  font-size: 120px;
  color: #333398;
  text-align: center;
}
.subpages_office .content_sub .icon_con {
  padding: 70px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.subpages_office .content_sub .icon_con .icon img {
  width: 200px;
  padding-bottom: 5px;
  height: auto;
  display: block;
  margin: auto;
}
.subpages_office .content_sub .icon_con .icon h3 {
  font-weight: normal;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 25px;
  text-align: center;
}
.subpages_office .content_sub .number_con {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.subpages_office .content_sub .number_con .number {
  padding-right: 20px;
}
.subpages_office .offer .title {
  text-align: left;
}

.section-price {
  padding: 100px 0px 0px;
}
.section-price .title {
  font-size: 40px;
}
.section-price .postscript {
  font-size: 20px;
  color: #000000;
  font-weight: normal;
  margin: 10px 0px 0px 10px;
}
.section-price .price_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 20px;
}
.section-price .price_column .number,
.section-price .price_column .title_,
.section-price .price_column .price {
  padding: 4px 20px;
  background-color: rgba(233, 232, 233, 0.8);
}
.section-price .price_column .number p,
.section-price .price_column .title_ p,
.section-price .price_column .price p {
  font-size: 22px;
  font-weight: bold;
  color: rgba(153, 0, 0, 0.6862745098);
  display: inline;
  border-radius: 2px;
}
.section-price .price_column .number {
  margin-right: 15px;
}
.section-price .price_column .number p {
  font-size: 23px;
}
.section-price .price_column .title_ {
  margin-right: 15px;
}
.section-price .price_column .title_ p {
  color: #000000;
  font-weight: normal;
}

.section_nontable .postscript {
  display: inline-block;
  font-size: 20px;
  margin: -8px 0px 35px 0px;
  padding-left: 5px;
}
.section_nontable .heading {
  font-size: 26px;
  margin-top: 30px;
}
.section_nontable ul {
  margin-top: 30px;
  margin-left: 5px;
}
.section_nontable ul li {
  font-size: 19px;
  margin-bottom: 10px;
}

@media (max-width: 2000px) {
  .title,
  h1 {
    font-size: 50px;
  }
  header {
    height: 48vh;
  }
  .offer .grid_container {
    padding: 50px 150px 0px;
  }
  .offer .grid_container .grid_element img {
    height: 90px;
  }
  .offer .grid_container .grid_element h3 {
    font-size: 19px;
  }
  .office .sec-shadow .sec_text h2 {
    margin-bottom: 5px;
  }
  .office .sec-shadow .sec_text .title {
    font-size: 50px;
  }
  .office .sec-shadow .sec_text p {
    font-size: 18px;
  }
  .price .content_con .icon img {
    width: 240px;
  }
  .price .table_con .table {
    padding-top: 40px;
  }
  .price .table_con img {
    width: 170px;
  }
}
@media (max-width: 1431px) {
  .offer .grid_container {
    padding: 50px 0px 0px;
  }
  .office .sec-shadow .sec_text h2 {
    margin-bottom: 5px;
  }
  .office .sec-shadow .sec_text .title {
    font-size: 40px;
  }
  .office .sec-shadow .sec_text p {
    font-size: 17px;
  }
  .price .content_con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .price .content_con .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0px 0px;
  }
  .price .content_con .icon img {
    margin: auto;
    width: 240px;
  }
  .price .content_con .icon .icon-two {
    margin: auto;
  }
  .price .content_con .text {
    width: 70%;
    text-align: center;
  }
  .price .content_con .text .title {
    text-align: center;
  }
  .price .content_con .text h2 {
    text-align: center;
  }
  .achievements .shadow {
    padding: 140px 8px;
  }
  .achievements .shadow .container .title {
    font-size: 50px;
  }
  .achievements .shadow .container h3 {
    font-size: 19px;
  }
  .blog .article_con .article a {
    font-size: 22px;
  }
  .blog .article_con .article p {
    font-size: 18px;
  }
}
@media (max-width: 1208px) {
  .contact .shadow .title {
    font-size: 40px;
  }
  .nav_con .title {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1096px) {
  h2 {
    font-size: 24px;
  }
  .title {
    font-size: 38px;
  }
  button {
    padding: 10px 20px;
    font-size: 14px;
  }
  header .hero_shadow .hero_text h1 {
    font-size: 38px;
    margin-bottom: 5px;
  }
  header .hero_shadow .hero_text h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  header .hero_shadow .hero_text .button_con {
    margin-top: 0px;
  }
  .acordeon_con .accordion {
    font-size: 18px;
  }
  .offer .grid_container {
    padding: 50px 100px 0px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
  .offer .second_element {
    border-style: none none solid none !important;
  }
  .offer .five_element {
    border-style: none solid solid none !important;
  }
  .offer .six_element {
    border-style: none none solid none !important;
  }
  .offer .four_element {
    border-style: none none solid none !important;
  }
  .office .sec-shadow .sec_text .title {
    font-size: 35px;
  }
  .office .sec-shadow .sec_text p {
    font-size: 17px;
  }
  .blog .article_con {
    padding: 30px 100px;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .nav_con .info_con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nav_con .info_con .navigation {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 60px;
  }
  .nav_con .info_con .contact_info {
    padding-left: 50px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nav_con .info_con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nav_con .info_con .navigation {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 60px;
  }
  .nav_con .info_con .contact_info {
    padding-left: 50px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 880px) {
  .price .bgi {
    display: none;
  }
  nav .container {
    padding: 0px 20px;
  }
  nav .container .nav_link {
    display: none;
  }
  nav .container .nav_bar {
    width: 32px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  nav .container .nav_bar div {
    height: 4px;
    width: 100%;
    background-color: #333398;
    border-radius: 5px;
  }
  h2 {
    font-size: 22px;
  }
  .title {
    font-size: 34px;
  }
  header .hero_shadow .hero_text h1 {
    font-size: 27px;
  }
  header .hero_shadow .hero_text h2 {
    font-size: 16px;
  }
  header .hero_shadow .hero_text .button_con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .hero_shadow .hero_text .button_con button {
    width: 170px;
    margin-bottom: 5px;
    padding: 10px 10px;
  }
  .offer .grid_container {
    padding: 50px 10px 0px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
  .offer .grid_container .grid_element h3 {
    font-size: 18px;
  }
  .offer .grid_container .grid_element img {
    height: 85px;
  }
  .offer .second_element {
    border-style: none none solid none !important;
  }
  .offer .five_element {
    border-style: none solid solid none !important;
  }
  .offer .six_element {
    border-style: none none solid none !important;
  }
  .offer .four_element {
    border-style: none none solid none !important;
  }
  .office .sec-shadow .sec_text h2 {
    font-size: 22px;
  }
  .office .sec-shadow .sec_text .title {
    font-size: 24px;
  }
  .price .price_shadow {
    height: 80px;
  }
  .price h2 {
    height: 70px;
  }
  .price .content_con .icon img {
    width: 150px;
  }
  .price .content_con .text {
    width: 100%;
    padding-top: 35px;
  }
  .price .content_con .text h2 {
    font-size: 24px;
  }
  .price .content_con .text .title {
    font-size: 24px;
    display: none;
  }
  .price .content_con .text p {
    text-align: left;
  }
  .price .content_con .text button {
    margin: 20px 0px auto 0px;
  }
  .price .table_con .title {
    margin-top: 70px;
    text-align: center;
  }
  .price .table_con .underline {
    width: 60%;
    margin: auto;
  }
  .price .table_con .table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  .price .table_con img {
    margin-bottom: 10px;
  }
  .achievements .shadow {
    padding: 70px 8px;
  }
  .achievements .shadow .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .achievements .shadow .container .title {
    margin-bottom: 0px;
  }
  .achievements .shadow .container .mg {
    margin-bottom: 80px;
  }
  .blog {
    padding: 60px 0px 30px;
  }
  .blog .article_con {
    padding: 20px 15px;
    grid-template-columns: repeat(1, 1fr);
  }
  .blog .article_con .article {
    margin-bottom: 30px;
  }
  .blog .article_con .article p {
    padding-bottom: 0px;
  }
  .contact .shadow .title {
    font-size: 34px;
  }
  .nav_con h3 {
    font-size: 22px;
  }
  .nav_con .title {
    font-size: 34px;
  }
  .nav_con .tac {
    display: none;
  }
  .nav_con .info_con .navigation {
    margin-right: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav_con .info_con .navigation .con {
    padding: 0%;
    margin-right: auto;
  }
  .nav_con .info_con .navigation .con .img {
    padding-right: 0px;
  }
  .nav_con .info_con .navigation .con .img img {
    height: 100px;
    width: auto;
  }
  .nav_con .info_con .navigation .con .content {
    margin-left: -25px;
  }
  .nav_con .info_con .navigation .con .content p {
    font-size: 20px;
  }
  .nav_con .info_con .contact_info {
    padding-left: 0px;
  }
  .nav_con .info_con .contact_info .offer a,
  .nav_con .info_con .contact_info .blog a {
    font-size: 18px;
  }
  footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    text-align: center;
    font-size: 18px;
  }
  footer .container .realizacja {
    margin-top: 5px;
  }
}
@media (max-width: 618px) {
  header .hero_shadow .hero_text h1 {
    margin-bottom: 14px;
    font-size: 30px;
  }
  header .hero_shadow .hero_text h2 {
    display: none;
  }
  .acordeon_con .panel p {
    font-size: 17px;
  }
  .acordeon_con .panel ul li {
    font-size: 16px;
  }
  .offer .grid_container {
    padding: 20px 100px 0px;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .offer .grid_container .grid_element h3 {
    font-size: 18px;
  }
  .offer .grid_container .grid_element p {
    font-size: 18px;
  }
  .offer .grid_element {
    border: solid rgb(150, 150, 150) 1px !important;
    border-radius: 5px;
  }
  .office .sec-shadow {
    padding: 50px 8px;
  }
  .office .sec-shadow .sec_text h2 {
    display: none;
  }
  .office .sec-shadow .sec_text p {
    text-align: left;
    font-size: 18px;
  }
  .price .content_con .icon {
    margin-top: -25px;
  }
  .price .table_con .title {
    font-size: 30px;
    margin-top: 80px;
    text-align: center;
  }
  .price .table_con .underline {
    height: 3px;
    display: none;
  }
}
@media (max-width: 1014px) {
  .section-price .title {
    font-size: 30px;
  }
}
@media (max-width: 814px) {
  .container {
    padding: 7px;
  }
  .section-price .title {
    font-size: 28px;
  }
  .section-price .postscript {
    font-size: 18px;
  }
  .section-price .price_column .number p,
  .section-price .price_column .title_ p,
  .section-price .price_column .price p {
    font-size: 20px;
  }
  .section_nontable .heading {
    font-size: 23px !important;
  }
  .section_nontable ul {
    margin-left: 25px;
  }
  .section_nontable ul li {
    font-size: 18px;
  }
}
@media (max-width: 606px) {
  .section-price .postscript {
    font-size: 17px;
  }
  .section-price .price_column .number,
  .section-price .price_column .title_,
  .section-price .price_column .price {
    padding: 4px 10px;
  }
  .section-price .price_column .number p,
  .section-price .price_column .title_ p,
  .section-price .price_column .price p {
    font-size: 18px;
  }
}
@media (max-width: 496px) {
  .section-price .heading {
    font-size: 22px !important;
  }
  .section-price ul {
    margin-left: 25px;
  }
  .section-price ul li {
    font-size: 17px;
  }
  .section-price .postscript {
    font-size: 16px;
  }
  .section-price .price_column .number,
  .section-price .price_column .title_,
  .section-price .price_column .price {
    border: solid rgba(193, 193, 193, 0.686) 1.5px;
    padding: 4px 5px;
  }
  .section-price .price_column .number p,
  .section-price .price_column .title_ p,
  .section-price .price_column .price p {
    font-size: 16px;
  }
  .section-price .price_column .number,
  .section-price .price_column .title_ {
    margin-right: 5px;
    padding: 4px 5px;
  }
  .office .sec-shadow .sec_text .title {
    font-size: 24px;
  }
  .office .sec-shadow .sec_text p {
    font-size: 16px;
  }
  .price .content_con .text p {
    font-size: 17px;
  }
  .price .table_con .title {
    text-align: center;
    font-size: 25px;
    display: none;
  }
  .price .table_con .underline {
    display: none;
  }
  .price .table_con .table {
    margin-bottom: 40px;
    text-align: center;
  }
  .price .table_con .table .text h3 {
    font-size: 22px;
  }
  .price .table_con .table .text p {
    font-size: 18px;
  }
  .price .table_con img {
    margin: auto;
  }
  .achievements .shadow .container .title {
    font-size: 50px;
  }
  .achievements .shadow .container h3 {
    font-size: 19px;
  }
  .contact .shadow .title {
    font-size: 30px;
  }
  .nav_con {
    padding-top: 50px;
  }
  .nav_con h2 {
    font-size: 20px;
    margin-bottom: -6px;
  }
  .nav_con .title {
    font-size: 30px;
  }
  footer {
    padding: 20px 0px;
  }
  footer .container p {
    font-size: 17px;
  }
}
@media (max-width: 588px) {
  .price .container h2,
  .price .container .title, .price .container .spann {
    font-size: 24px;
  }
}
@media (max-width: 482px) {
  .offer .grid_container {
    padding: 20px 40px 0px;
  }
}
@media (max-width: 1104px) {
  .subpages_office .content_sub .title {
    font-size: 40px;
  }
}
@media (max-width: 780px) {
  .subpages_office .content_sub .title {
    font-size: 40px;
  }
  .subpages_office .content_sub .icon_con {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .subpages_office .content_sub .icon_con .icon {
    margin-bottom: 50px;
    width: 500px;
  }
}
@media (max-width: 780px) {
  .subpages_office .content_sub .container {
    padding: 0px 10px;
  }
  .subpages_office .content_sub p {
    font-size: 18px;
    text-align: left;
  }
  .subpages_office .content_sub h2 {
    font-size: 22px;
  }
  .subpages_office .content_sub .title {
    font-size: 28px;
  }
  .subpages_office .content_sub .icon_con .icon .number {
    font-size: 100px;
  }
}/*# sourceMappingURL=main.css.map */