* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Roboto Condensed';
  font-size: 1.3rem;
}

.main-title,
.main-subtitle {
  font-family: 'Merriweather';
  font-weight: 400;
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  color: cadetblue;
}

.subsection-subtitle {
  padding: 20px 0;
  font-size: 19px;
  font-weight: bold;
}

.number-list {
  font-size: 18px;
}

.number-list li {
  margin-left: 20px;
  font-weight: bold;
}
body .menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 79px;
  display: block;
  width: 100%;
  background: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  z-index: 999;
}

body .menu .logo {
  width: 50px;
  position: absolute;
  top: 0;
  left: 13%;
  margin: 16px 0;
  z-index: 20;
}

body .menu .logo img {
  width: 100%;
}

body .menu .navigation {
  position: absolute;
  top: 0;
  width: 100%;
  height: 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;
  margin: 0;
  white-space: nowrap;
}

body .menu .navigation .main-menu,
body .menu .top-social-contact .side-menu {
  display: flex;
  height: 100%;
  transition: 0.5s;
  list-style: none;
  color: #67b32e;
}

body .menu .navigation .main-menu {
  justify-content: space-around;
}

body .menu .navigation .main-menu li,
body .menu .top-social-contact .side-menu li {
  -webkit-transition: 3s;
  transition: 3s;
}

body .menu .navigation .main-menu li .inner-menu,
body .menu .top-social-contact .side-menu li .inner-menu {
  list-style: none;
  display: none;
  background: white;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 79px;
  transition: 0.5s;
  z-index: 22;
}

body .menu .top-social-contact .side-menu li .inner-menu {
  top: 79px;
}

body .menu .navigation .main-menu li .inner-menu li a {
  padding: 30px;
  border: none;
}

body .menu .top-social-contact .side-menu li .inner-menu li a {
  text-transform: none;
  padding: 30px 52px;
  border: none;
}

body .menu .top-social-contact .side-menu li .inner-menu li a span {
  font-size: 21px;
  padding-bottom: 5px;
}

.menu .top-social-contact .side-menu li a .fa-phone {
  color: rgb(2, 100, 2);
}

.menu .top-social-contact .side-menu li a .fa-at {
  color: rgb(160, 1, 1);
}

body .menu .top-social-contact .side-menu li a .fa-facebook-square {
  color: #365899;
}

body .menu .navigation .main-menu li:hover .inner-menu,
body .menu .top-social-contact .side-menu li:hover .inner-menu {
  display: block;
  z-index: 22;
}

body .menu .navigation .main-menu li a,
body .menu .top-social-contact .side-menu li a {
  display: flex;
  height: 100%;
  flex-direction: column;
  color: rgb(2, 100, 2);
  line-height: 1;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-transform: uppercase;
}

body .menu .navigation .main-menu li a {
  padding: 30px 30px 30px 30px;
  font-size: 16px;
}

body .menu .navigation .main-menu li a i.fa-angle-down {
  align-self: center;
}

body .menu .navigation .main-menu li a:hover {
  background-color: #b3b0b0;
}

body .menu .top-social-contact {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
}

body .menu .top-social-contact .side-menu {
  justify-content: flex-end;
}

body .menu .top-social-contact .side-menu li a {
  border-left: 0.5px solid black;
  font-size: 22px;
  padding: 30px 30px 29px 30px;
}

body .menu .top-social-contact .side-menu li a:hover {
  background-color: #b3b0b0;
}

body .menu .hamburger {
  display: none;
}

body .menu .navigation-mobile {
  display: none;
}

body main {
  /* position: relative; */
  margin: 100px auto 0;
  text-align: justify;
}

section.video {
  width: 100%;
  height: 100vh;
  position: relative;
  top: 80px;
  left: 0;
  overflow: hidden;
  z-index: 100;
}

section.video video {
  width: 100%;
  display: inline-block;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
}

section.video .container-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -90%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}

section.video .container-video h1.main-title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #ffffff;
  padding: 10px 0;
}

section.video .container-video h1.jaspik {
  font-size: 4.5rem;
}

section.video .container-video a {
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
  margin: 30px auto 0;
  border: 3px solid #ffffff;
  border-radius: 15px;
  display: inline-block;
  width: 300px;
  padding: 10px 20px;
  transition: 0.4s;
}

section.video .container-video a:hover {
  background: rgb(105, 105, 105);
  /* transform: translateY(20px); */
}

section.video-mobile {
  display: none;
}

body main section.about {
  margin: 0 auto;
  width: 1500px;
  padding: 160px 60px 60px 60px;
  display: block;
  background-image: url('../img/family-hand-1636615_1280.jpg');
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}

body main section.about .desc {
  background-color: #fefbf5;
  width: 50%;
  padding: 60px;
}

body main section.about .desc p {
  font-size: 18px;
  font-weight: 300;
  text-align: justify;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

body main section.about .desc .main-title {
  font-size: 3rem;
  padding: 50px;
  font-family: 'Merriweather', serif;
  font-weight: 400;
}

body main section.about .desc .main-subtitle {
  font-size: 2.5rem;
  padding: 10px 0 50px 100px;
  font-family: 'Merriweather', serif;
  font-weight: 400;
}

body main section.about .desc p {
  line-height: 2rem;
}

.baner {
  margin-top: 80px;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6)),
    url('../img/baner3.jpg') center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

.baner .main-title,
.baner-camp .main-title,
.baner-hands .main-title,
.baner-diag .main-title,
.baner-observ .main-title,
.baner-super .main-title,
.baner-regul .main-title,
.baner-workshop .main-title,
.baner-team .main-title,
.baner-pub .main-title,
.baner-price .main-title {
  font-family: 'Merriweather';
  font-weight: 400;
  padding: 110px;
  font-size: 72px;
  text-align: center;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}

/* ZESPÓŁ */

main.team-main {
  margin-top: 150px;
  width: 1300px;
}

main.team-main h2.main-subtitle {
  font-size: 24px;
  padding: 0 60px 100px 60px;
  text-align: center;
}

main .team .team-1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin-bottom: 30px;
}

main .team .team-1 .col {
  background-color: #e6e6e6;
}

main .team .team-1 > div {
  padding: 40px;
}

main .team .team-1 div .desc {
  font-size: 17px;
  font-family: open sans;
  text-align: justify;
}

main .team .team-1 .flex-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 20px;
}

main .team .team-1 .flex-item h3.main-subtitle {
  font-size: 21px;
  padding-left: 20px;
}

main .team .team-1 .flex-item h3.main-subtitle span {
  font-size: 18px;
}

main .team .team-1 img {
  width: 140px;
  border-radius: 50%;
}

/* Aktualności */

main section.updates,
main.updates-1 section.updates-1 {
  max-width: 100vw;
  background-color: #f1f1f1;
  padding: 100px 180px;
  margin-top: 100px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, Merriweather;
  font-weight: 400;
}

main.updates-1 section.updates-1 .update .update-list {
  font-size: 18px;
}

main.updates-1 section.updates-1 .update .update-list li {
  margin-left: 20px;
}

main section.updates {
  padding: 100px 80px 80px 80px;
}

main section.updates h2.main-subtitle {
  text-align: center;
  padding-bottom: 10px;
  font-size: 2.7rem;
}

main section.updates div.update-container {
  /* display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px; */
  display: block;
  margin-bottom: 10px;
}

.update-desc-main-page {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding-top: 20px;
}

.update-desc-main-page .update-desc-col .update-list li {
  margin-left: 25px;
  text-align: left;
}

.update-desc-main-page .update-desc-col .update-list .red {
  display: inline-block;
  font-weight: bold;
  padding-bottom: 10px;
}

main.workshop section.workshop-main div.update h3.section-subtitle {
  padding-bottom: 20px;
  font-weight: 400;
  font-family: Merriweather;
}

main.workshop section.workshop-main div.update .update-desc,
main.updates-1 section.updates-1 div.update-container .update-desc {
  font-size: 18px;
  line-height: 30px;
}

.workshop-details {
  text-transform: italic;
}

main.workshop section.workshop-main div.update p {
  font-size: 18px;
}

main.workshop section.workshop-main div.update .update-desc .update-list li {
  margin-left: 20px;
}

main.workshop section.workshop-main div.update .update-desc .update-desc-col,
main.updates-1 section.updates-1 div.update .update-desc .update-desc-col {
  padding: 20px 0;
}

main.workshop
  section.workshop-main
  div.update
  .update-desc
  .update-desc-col
  p.workshop-details {
  padding: 10px 0;
  font-style: italic;
}

main.workshop
  section.workshop-main
  div.update
  .update-desc
  .update-desc-col
  p
  .blue {
  color: #67b32e;
}

/* accordion styling */

.accordionCtn-box .accordionCtn-box-label {
  border: 2px rgb(197, 218, 197) solid;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  padding: 20px 60px 10px 20px;
}

.accordionCtn-box .accordionCtn-box-label::before {
  content: '+';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 32px;
}

.accordionCtn-box.active .accordionCtn-box-label::before {
  content: '-';
}

.accordionCtn-box .accordionCtn-box-content {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: 0.8s;
  overflow-y: auto;
}

.accordionCtn-box.active .accordionCtn-box-content {
  height: auto;
  padding: 20px 0;
}

/* main section.updates div.update-container div.update a {
  text-align: center;
  
} */

main section.updates .update-container .update .special-update {
  margin: 100px auto;
}
div.update img {
  width: 100%;
  margin: 100px auto;
}

div.update {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

div.update .inner-img-flex {
  display: flex;
  gap: 20px;
}

div.update .img {
  width: 80%;
  margin: 100px auto;
}

/* modal pupup corona*/

.modal-wrap {
  display: none;
}

.modal-wrap.active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.modal-wrap.active .modal .middle .special-update {
  margin: 40px 20px;
  font-size: 1.1rem;
}

.modal-wrap.active .modal .middle .special-update .section-subtitle {
  padding: 10px 0 40px 20px;
  font-weight: 400;
  font-family: Merriweather;
  font-size: 36px;
}

.modal-wrap.active .modal .middle .special-update p {
  padding: 10px 20px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, Merriweather;
  font-size: 20px;
}

.modal-wrap.active .modal .middle .special-update p .blue {
  color: #67b32e;
}

.modal-wrap.active .modal .middle .special-update ul {
  padding-top: 10px;
  font-family: 'Open Sans';
}

.modal-wrap.active .modal .middle .special-update ul li {
  margin: 5px 0 0 20px;
  list-style-type: none;
}
.modal {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  height: 40%;
  background-color: #ccc;
}

span.hide {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

/*  AKTUALNOŚCI 1*/

main.updates-1 {
  margin: 0 0 100px 0;
}

main.updates-1 section.updates-1 {
  margin: 0;
}

main.updates-1 section.updates-1 {
  padding-left: 300px;
  padding-right: 300px;
  padding-top: 100px;
}

main.updates-1 section.updates-1 .update-container .update .update-desc {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  font-size: 18px;
}

main.updates-1
  section.updates-1
  .update-container
  .update
  .update-desc
  .update-desc-col
  p {
  padding: 10px 0;
}

main
  section.updates
  .update-container
  .update
  .special-update
  .section-subtitle,
main.updates-1 section.updates-1 div.update-container h3.section-subtitle {
  text-align: center;
  padding: 20px 0 40px 0;
  font-size: 32px;
  /*font-family: Merriweather;*/
}
main.updates-1 section.updates-1 div.update-container h3.section-subtitle-sub {
  font-size: 24px;
  text-align: center;
  padding: 10px 0;
}

main section.updates .update-container .update .special-update p,
main.updates-1 section.updates-1 .update-container .update .special-update p {
  padding: 20px 0;
}

main section.updates .update-container .update .special-update ul,
main.updates-1 section.updates-1 .update-container .update .special-update ul {
  padding-top: 10px;
}

main section.updates .update-container .update .special-update ul li,
main.updates-1
  section.updates-1
  .update-container
  .update
  .special-update
  ul
  li {
  list-style-type: none;
  margin: 10px 0 0 30px;
}

.line {
  height: 1px;
  width: 100%;
  background-color: #000;
  margin: 100px auto;
}
/* PUBLIKACJE */

main.publ {
  width: 1300px;
}

main.publ .pub {
  display: flex;
  margin: 100px 0;
  align-items: center;
  justify-content: flex-start;
}

main.publ .pub img {
  border-radius: 0 7% 0 7%;
}

main.publ .pub p {
  padding-left: 40px;
  font-family: open sans;
  font-size: 18px;
}

/* CENNIK */

main.pricem {
  width: 1200px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, Merriweather;
}

main.pricem .price {
  margin-top: -20px;
  font-size: 19px;
}

.pricem .price .tera-price {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  border-bottom: 2px solid rgb(197, 218, 197);
}

.pricem .price .tera-price .tera-name p {
  font-weight: bold;
}

.pricem .price .tera-price .tera-name .tera-price-list {
  margin-top: 5px;
  margin-left: 10px;
  list-style-type: none;
}
.pricem .price .tera-price .tera-name span,
.pricem .price .tera-price-item div span {
  font-size: 16px;
  font-weight: bold;
  color: rgb(2, 100, 2);
}
.pricem .price .tera-price-item div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px 0 0 0;
}

.pricem .price .tera-price-item {
  padding: 30px 0;
  border-bottom: 1px solid rgb(197, 218, 197);
}

.pricem .price .tera-price-item > p {
  padding-bottom: 20px;
  font-weight: bold;
}

.price-title-bold {
  font-weight: bold;
}

.pricem .price .tera-price-item .ewen {
  padding-top: 40px;
}

.pricem .price .tera-price .tera-name-1 div {
  display: flex;
  justify-content: space-between;
}

.price .bank {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-top: 100px;
}

.price-main-title {
  text-align: center;
  margin: 150px 0;
  font-family: Merriweather;
  font-size: 40px;
}

.tera-price-item .sm-link {
  font-size: 16px;
}
ol li {
  margin: 15px 0;
}

/* FORMULARZE */

main.form {
  width: 1200px;
}

main.form .forms {
  font-family: 'open sans';
}

main.form .forms .forms-link p a,
main.form .forms .forms-files p a,
main.updates-1 .updates-1 .update-container .update p a,
main section.updates div.update-container div.update a {
  transition: 0.3s;
}

main.form .forms .forms-link p a:hover,
main.form .forms .forms-files p a:hover,
main.updates-1 .updates-1 .update-container .update p a:hover,
main section.updates div.update-container div.update a:hover {
  color: cadetblue;
}

main.form .forms .forms-files {
  margin: 50px 0;
}

main.form .forms .forms-files p {
  padding: 25px 0;
}

main.form .forms .forms-files p a i {
  font-size: 29px;
}

.line-1 {
  height: 1px;
  background-color: rgb(197, 218, 197);
  margin: 80px auto;
}

/* KONTAKT */

main.contact-page {
  width: 1200px;
  font-family: open sans;
}

main.contact-page section.contact-page .contact-data-wrapper {
  display: grid;
  grid-template-columns: 500px 700px;
  border: 2px solid #e1e1e1;
  align-items: center;
  margin-bottom: 40px;
}

main.contact-page section.contact-page .contact-data-wrapper .contact-data {
  text-align: center;
  padding: 30px 0;
  border-right: 2px solid #e1e1e1;
}

.mailcontact-data {
  padding-bottom: 20px;
}
main.contact-page
  section.contact-page
  .contact-data-wrapper
  .contact-data
  .correspondence-data {
  border-top: 1px solid #e1e1e1;
  width: 100%;
  padding-top: 20px;
}

main.contact-page section.contact-page .contact-data-wrapper .contact-data p {
  padding: 5px 0;
}

main.contact-page
  section.contact-page
  .contact-data-wrapper
  .contact-data
  .mailcontact-data {
  padding-bottom: 20px;
}

main.contact-page section.contact-page .contact-data-wrapper .bank {
  text-align: center;
}

main.contact-page
  section.contact-page
  .addres-data-main-wrapper
  .address-data-wrapper
  .address-data
  img {
  width: 35px;
  margin-bottom: 20px;
}

main.contact-page
  section.contact-page
  .addres-data-main-wrapper
  .address-data-wrapper {
  display: grid;
  grid-template-columns: 500px 700px;
  align-items: center;
  justify-content: space-around;
  border: 2px solid #e1e1e1;
  margin-bottom: 40px;
}

main.contact-page
  section.contact-page
  .addres-data-main-wrapper
  .address-data-wrapper
  .address-data {
  text-align: center;
  font-size: 18px;
}

main.contact-page
  section.contact-page
  .addres-data-main-wrapper
  .address-data-wrapper
  .map {
  border-left: 2px solid #e1e1e1;
  border-right: 2px solid #e1e1e1;
}

main.contact-page
  section.contact-page
  .addres-data-main-wrapper
  .address-data-wrapper
  .address-data
  .arrive-1 {
  padding: 15px 0;
  font-size: 20px;
}

main.contact-page
  section.contact-page
  .addres-data-main-wrapper
  .address-data-wrapper
  .address-data
  .arrive {
  font-size: 16px;
  font-weight: bold;
  /* text-align: left; */
  padding: 5px 0;
}

main.contact-page
  section.contact-page
  .addres-data-main-wrapper
  .address-data-wrapper
  .address-data
  .arrive-2 {
  padding-top: 15px;
}

/* OFERTA */

main.offer,
main.diag,
main.workshop,
main.train,
main.superv,
/* main.camp, */
main.consult,
main.terapia,
main.regul,
main.watch,
main.kwal {
  width: 1200px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, Merriweather;
  text-align: justify;
}

main.camp {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, Merriweather;
  text-align: justify;
}

main.consult {
  margin-top: 80px;
}

main.terapia,
main.kwal {
  margin-top: 100px;
}

main.terapia section.terapia-offer .sidebar ul.side-menu,
main.diag section.diag-main div ul.sidebar {
  list-style-type: none;
}

main.terapia section.terapia-offer .sidebar ul.side-menu li,
main.diag section.diag-main div ul.sidebar li {
  margin-bottom: 10px;
  padding: 5px 5px;
  transition: 0.6s;
}

main.terapia section.terapia-offer .sidebar ul.side-menu li:hover,
main.diag section.diag-main div ul.sidebar li:hover {
  background-color: rgb(185, 182, 182);
}

main.terapia section.terapia-offer div.tera-wrapper div h4 {
  padding: 100px 0 20px 0;
}

main.terapia section.terapia-offer div {
  padding-bottom: 50px;
}
main.consult section.consult-offer div.consult-desc {
  padding: 0px 0;
}

main.regul section.regul-main div {
  padding: 0 0 30px 0;
}

main.terapia section.terapia-offer div.terapia-gr h4 {
  padding-top: 20px;
}

main.regul section.regul-main div h4 {
  padding: 0 0 20px 0;
}

main.consult section.consult-offer div.consult-desc h3 {
  padding: 20px 0 30px 0;
}

main.terapia section.terapia-offer div p,
main.watch section.watch-main p,
main.superv section.superv-main p,
main.camp section.camp-main p,
main.regul section.regul-main div ol,
main.kwal section.kwal-main div.kwal-desc p {
  font-size: 18px;
  padding: 10px 0;
}

main.kwal section.kwal-main div.kwal-desc p {
  padding: 30px 0;
}

main.kwal section.kwal-main div.kwal-desc p a .blue,
main section.about div.desc p a .blue,
main.regul section.regul-main .reg-1 ol li a .blue {
  color: #67b32e;
}
main.terapia section.terapia-offer .sidebar {
  width: 30%;
}

main.terapia section.terapia-offer .sidebar h4 {
  padding-bottom: 20px;
}
main.diag section.diag-main div.inner-menu {
  width: 50%;
}

main.diag section.diag-main h4,
main.watch section.watch-main h4,
main.superv section.superv-main h4,
main.camp section.camp-main h4 {
  padding: 0 0 20px 0;
}

main.diag section.diag-main ul.inner-list,
main.watch section.watch-main ul {
  font-size: 18px;
  padding: 20px 0;
}
main.diag section.diag-main ul.inner-list li,
main.watch section.watch-main ul li,
main.regul section.regul-main div ol li {
  margin-left: 15px;
}

section.regul-main .section-subtitle {
  margin-bottom: 20px;
}

main.diag section.diag-main div#diag-kid,
main.diag section.diag-main div#diag-psych,
main.diag section.diag-main div#diag-neuro,
main.diag section.diag-main div#diag-adult,
main.diag section.diag-main div#diag-inpp {
  padding: 100px 0;
}

main.diag section.diag-main div p {
  font-size: 18px;
  padding-top: 10px;
}
main.consult section.consult-offer div.consult-desc ul {
  font-size: 19px;
  padding: 30px 0;
}

main.consult section.consult-offer div.consult-desc ul li {
  margin-left: 15px;
}

main.consult section.consult-offer div.consult-desc p {
  font-size: 19px;
  padding: 30px 0 20px 0;
}

main.camp section.camp-main p {
  padding: 20px 0;
}

main.camp section.camp-main .update .update-desc .update-list {
  margin: 30px;
}

main.camp section.camp-main .update .update-desc .update-list li {
  margin: 7px 0;
}

main.camp section.camp-main .update .section-subtitle {
  text-align: center;
  font-size: 32px;
}

main.camp section.camp-main .update .par-subtitle,
main.updates-1 section.updates-1 .update-container .update .par-subtitle {
  text-align: center;
  font-family: Roboto Condensed;
  font-size: 24px;
  padding: 30px 0;
  color: rgb(2, 100, 2);
}

main.camp section.camp-main .update .update-desc {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  font-size: 18px;
}

.sign-from {
  color: rgb(2, 100, 2);
  font-weight: bold;
}

.get-there {
  color: rgb(2, 100, 2);
}

.fa-map-marker-alt,
.fa-calendar-alt,
.fa-coins {
  padding: 10px;
}

div.baner-observ,
div.baner-super,
div.baner-diag,
div.baner-hands,
div.baner-camp,
div.baner-regul,
div.baner-workshop,
div.baner-team,
div.baner-pub,
div.baner-price {
  margin-top: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

div.baner-price {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url('../img/money2.jpg') bottom center;
}

div.baner-team {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url('../img/trees1.jpg') center;
}

div.baner-pub {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url('../img/library.jpg') center;
}

div.baner-workshop {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url('../img/office1.jpg') center;
}

div.baner-regul {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url('../img/letters.jpg') center;
}

div.baner-observ {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url('../img/classroom-732409_1920.jpg') center;
}

div.baner-diag {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url('../img/cubes.jpg') center;
}

div.baner-hands {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url('../img/hands.jpg') center;
  background-repeat: no-repeat;
  background-size: cover;
}

div.baner-camp {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url('../img/childrencamp.jpg') center;
}

div.baner-super {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url('../img/problem2.png') center top;
}

main.terapia section.terapia-offer div p span {
  font-weight: bold;
}

main.terapia section.terapia-offer div.terapia-gr > ul {
  padding: 30px 0;
}
main.terapia section.terapia-offer div.terapia-gr ul li {
  font-size: 18px;
  margin-left: 15px;
  padding: 15px 0 5px 0;
}

main.diag {
  margin-top: 100px;
}

main.diag section.diag-main h3.main-subtitle {
  padding: 70px 0;
}

main.diag section.diag-main > p {
  font-size: 19px;
}

main.diag section.diag-main p.diag-desc > ul.inner-list {
  padding: 30px 0;
}

/*  WSPÓŁPRACA */

body .wrapper-partners {
  max-width: 1500px;
  margin: 0 auto;
  /* border-top: 1px solid black; */
}

body .wrapper-partners .partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0;
}

body .wrapper-partners .partners img {
  width: 100px;
}

/* FOOTER */

body footer {
  width: 100%;
  margin: 0 auto;
}

body footer .wrapper-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 50px 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.1rem;
  background-color: rgb(0, 8, 0);
  /* background-color: #1a1b1b; */
  color: #b3b0b0;
  line-height: 1.7rem;
}

body footer .wrapper-footer .contact-footer a {
  color: #b3b0b0;
}

body footer .file-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 40px 40px 40px 100px;
  font-size: 1.1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b3b0b0;
}

body footer .file-download p {
  padding-right: 20px;
}

body footer .file-download a {
  border: 1px solid black;
  padding: 10px 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #b3b0b0;
}

body footer .file-download a:hover {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  background-color: #1a1b1b;
  color: #b3b0b0;
}

body footer .webinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 20px 40px;
  font-size: 0.9rem;
  background-color: rgb(0, 8, 0);
  color: #b3b0b0;
}

body footer .webinfo p a {
  color: #c99696;
}

@keyframes scroll {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(20px);
  }
}

/* MOBILE VIEW SMALL AND MIDDLE */

@media (min-width: 320px) and (max-width: 1023px) {
  body .menu .navigation {
    display: none;
  }

  .top-social-contact {
    display: none;
  }

  body .menu .hamburger {
    display: block;
    padding: 8px 7px;
    /* display: inline-block; */
    cursor: pointer;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 10%;
    margin: 8px 0;
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 999;
    /* transform: translateY(-50%); */
  }

  .hamburger--active {
    transform: translate(0, 0);
  }

  .hamburger__box {
    width: 10vw;
    height: 12px;
    display: inline-block;
    position: relative;
  }

  .hamburger__inner {
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    right: 0;
    top: 60%;
    transform: translateY(-50%);
    transition: background-color 0.1s 0.2s ease-in-out;
  }

  .hamburger__inner::before,
  .hamburger__inner::after {
    width: 100%;
    height: 2px;
    background-color: #000000;
    position: absolute;
    right: 0;
    top: 50%;
    transition: background-color 0.1s 0.2s ease-in-out;
    content: '';
    transition: transform 0.2s 0.2s ease-in-out;
  }

  .hamburger__inner::before {
    top: -10px;
    width: 90%;
  }

  .hamburger__inner::after {
    top: 10px;
    width: 110%;
  }

  .hamburger--active .hamburger__inner {
    background-color: transparent;
  }

  .hamburger--active .hamburger__inner:before {
    transform: translateY(10px) rotate(45deg);
    width: 100%;
  }

  .hamburger--active .hamburger__inner:after {
    transform: translateY(-10px) rotate(-45deg);
    width: 100%;
  }

  body .menu .navigation-mobile {
    display: none;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(50%);
    overflow-y: auto;
    z-index: 998;
    transition: all 0.5s;
  }

  body .menu .navigation-mobile--active {
    display: block;
    transform: translateX(0px);
  }

  .navigation__list {
    padding: 40px 10px 10px 20px;
    list-style: none;
    font-size: 1.1rem;
    text-transform: uppercase;
  }

  .navigation__item {
    margin-bottom: 30px;
  }

  .navigation__item a i {
    padding-left: 8px;
  }

  .navigation__item .inner-menu {
    margin-left: 15px;
    list-style-type: none;
    padding-top: 15px;
  }

  .navigation__item .inner-menu li {
    padding: 7px 0;
  }

  /* .navigation__item:hover .inner-menu {
  display: block;
} */

  .navigation__item a {
    text-decoration: none;
    /* color: #171717; */
    padding: 20px 10px 20px 0px;
    cursor: pointer;
  }

  body .menu {
    width: 100%;
    height: 70px;
  }

  body .menu .logo {
    left: 10px;
    margin: 8px 0;
  }

  section.video {
    display: none;
  }

  body .menu .mobile-nav {
    display: inline-block;
    position: absolute;
    top: 4px;
    right: 15px;
    /* border: 1px solid black;
    border-radius: 6px; */
    padding: 3px 6px 0 6px;
  }

  section.video-mobile {
    display: block;
    width: 100%;
    position: relative;
    top: 70px;
    left: 0;
    overflow: hidden;
  }

  section.video-mobile video {
    width: 100%;
    display: inline-block;
  }

  section.video-mobile .container-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -70%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
  }

  section.video-mobile .container-video h2.main-title {
    font-size: 2.2rem;
    font-weight: bold;
    padding: 10px 0;
  }

  section.video-mobile .container-video h3.main-title {
    font-size: 1.5rem;
  }

  body main {
    margin: 60px auto 0;
  }

  body main section.about {
    width: 100%;
    padding: 0;
    background-position: bottom;
    background-image: none;
  }

  body main section.about .desc {
    width: 100%;
    padding: 15px;
  }

  body main section.about .desc .main-title {
    font-size: 2.1rem;
    padding: 20px 10px;
    text-align: center;
  }

  body main section.about .mobile-image {
    width: 100%;
    height: 300px;
    background-image: url('../img/family-hand-1636615_1280.jpg');
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
  }

  main section.updates {
    margin: 0;
    padding: 40px 10px 30px 10px;
  }

  main section.updates div.update-container {
    display: block;
  }

  div.update img {
    margin: 20px;
    width: 100%;
  }

  div.update .img {
    width: 100%;
    margin: 40px auto;
  }

  .line {
    display: none;
  }
  .line-mob {
    display: block;
    background-color: #000;
    width: 100%;
    height: 1px;
    margin: 50px 0;
  }

  main section.updates h2.main-subtitle {
    padding-bottom: 40px;
  }

  main section.updates div.update-container div.update {
    padding-bottom: 10px;
  }

  main section.updates div.update-container div.update a {
    padding: 15px 0;
    font-size: 18px;
    text-align: center;
  }
  .update-desc-main-page {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    padding-top: 20px;
  }

  .line-1 {
    margin: 60px auto;
  }

  body .wrapper-partners {
    padding: 40px 0px;
  }

  body .wrapper-partners .main-subtitle {
    text-align: center;
    font-size: 2.3rem;
  }

  /* body .wrapper-partners .partners {
    padding: 40px 0;
    margin: 0 auto; */

  body .wrapper-partners .partners a {
    padding: 2px;
  }

  body .wrapper-partners .partners,
  body footer .wrapper-footer {
    flex-wrap: wrap;
    padding: 40px 0;
    margin: 0 auto;
    /* flex-direction: column; */
  }
  body footer .wrapper-footer {
    /* flex-direction: column; */
    font-size: 20px;
  }

  body footer .wrapper-footer .contact-footer,
  body footer .wrapper-footer .addr-footer {
    padding: 14px;
  }

  body footer .file-download {
    padding: 30px 15px;
  }

  body footer .file-download a {
    font-size: 17px;
    padding: 8px 8px;
    width: 60%;
    text-align: center;
  }

  body footer .webinfo {
    padding: 20px 15px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  body footer .webinfo p {
    padding: 5px;
  }

  main.offer,
  main.diag,
  main.workshop,
  main.train,
  main.superv,
  main.camp,
  main.consult,
  main.terapia,
  main.regul,
  main.watch,
  main.kwal,
  main.team-main,
  main.publ,
  main.contact-page,
  main.form,
  main.pricem {
    width: 100%;
    margin-top: 50px;
    padding: 0 10px 10px 10px;
    overflow: hidden;
  }

  main.updates-1 {
    width: 100%;
    margin-top: 50px;
    overflow: hidden;
  }

  main.team-main {
    padding: 0;
  }

  main .team .team-1 {
    display: block;
    grid-template-columns: repeat(1, 1fr);
  }

  div.baner-team,
  div.baner-pub,
  div.baner-observ,
  div.baner-super,
  div.baner-diag,
  div.baner-hands,
  div.baner-camp,
  div.baner-regul,
  div.baner-workshop,
  div.baner-team,
  div.baner-pub,
  div.baner-price,
  div.baner {
    margin-top: 70px;
  }

  div.baner-team .main-title,
  div.baner-pub .main-title,
  div.baner .main-title,
  div.baner-camp .main-title,
  div.baner-hands .main-title,
  div.baner-diag .main-title,
  div.baner-observ .main-title,
  div.baner-super .main-title,
  div.baner-regul .main-title,
  div.baner-workshop .main-title,
  div.baner-team .main-title,
  div.baner-pub .main-title,
  div.baner-price .main-title {
    padding: 30px 0;
    font-size: 34px;
  }

  div.baner-hands {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
      url('../img/mob/image018.jpg') center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  div.baner-diag {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
      url('../img/mob/image003.jpg') center;
  }
  div.baner-observ {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
      url('../img/mob/image016.jpg') center;
  }
  div.baner-super {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
      url('../img/mob/image010.jpg') center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  div.baner-camp {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
      url('../img/mob/image014.jpg') center;
  }

  div.baner-regul {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
      url('../img/mob/image012.jpg') center;
  }

  div.baner-workshop {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
      url('../img/mob/image009.jpg') center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  div.baner-team {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
      url('../img/trees1_sma.jpg') center;
  }

  div.baner-price {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
      url('../img/mob/image008.jpg') center;
  }

  div.baner {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6)),
      url('../img/mob/image001.jpg') center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  main.team-main h2.main-subtitle {
    font-size: 20px;
    padding: 0 20px 50px 20px;
  }

  main.publ .main-title {
    text-align: center;
  }

  main.publ .pub {
    flex-direction: column;
    margin: 50px 0;
  }

  main.publ .pub p {
    padding: 40px 15px 0 15px;
  }

  div.line-mob {
    display: block;
    width: 100%;
  }

  main.updates-1 section.updates-1 {
    padding: 40px 20px;
  }

  main.updates-1 {
    margin: 0 auto;
  }

  /* main.updates-1 section.updates-1 .update-container .update a {
    font-size: 1.2rem;
  } */

  main.camp section.camp-main .update .section-subtitle,
  main.updates-1 section.updates-1 div.update-container h3.section-subtitle {
    font-size: 24px;
    padding-bottom: 40px;
  }

  main.updates-1
    section.updates-1
    div.update-container
    h3.section-subtitle-sub {
    font-size: 21px;
  }

  main.updates-1
    section.updates-1
    .update-container
    .update
    .update-desc
    .update-desc-col
    .update-list,
  main.updates-1 section.updates-1 .update-container .update .update-desc,
  main.camp section.camp-main .update .update-desc,
  main.camp section.camp-main p {
    display: block;
    font-size: 16px;
  }

  main.offer section.main-offer div {
    padding: 0 20px;
  }

  /* kontakt page*/

  main.contact-page {
    overflow: hidden;
  }

  main.contact-page section.contact-page .contact-data-wrapper,
  main.contact-page
    section.contact-page
    .addres-data-main-wrapper
    .address-data-wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }

  main.contact-page
    section.contact-page
    .addres-data-main-wrapper
    .address-data-wrapper
    .map
    iframe,
  main.contact-page
    section.contact-page
    .addres-data-main-wrapper
    .address-data-wrapper
    .map {
    width: 100%;
  }

  main.contact-page
    section.contact-page
    .addres-data-main-wrapper
    .address-data-wrapper
    .map {
    border: none;
  }

  main.contact-page section.contact-page .contact-data-wrapper .contact-data {
    border-right: none;
    border-bottom: 2px solid #e1e1e1;
  }

  main.contact-page section.contact-page .contact-data-wrapper .bank {
    padding: 0 10px 10px 10px;
    font-size: 1.2rem;
  }

  main.contact-page
    section.contact-page
    .addres-data-main-wrapper
    .address-data-wrapper
    .address-data {
    padding: 12px 10px 10px 10px;
  }

  div.forms-link {
    padding: 0 12px 10px 12px;
  }

  div.forms-link p:nth-child(4) {
    text-align: left;
  }

  div.forms-files {
    margin: 20px 0;
    padding: 0 12px 0 12px;
    text-align: left;
  }

  main.diag section.diag-main div.inner-menu {
    width: 100%;
    font-size: 1.1rem;
  }

  main.diag section.diag-main h4 {
    font-size: 1.3rem;
    padding-bottom: 40px;
  }

  main.diag section.diag-main div#diag-kid,
  main.diag section.diag-main div#diag-psych,
  main.diag section.diag-main div#diag-neuro {
    padding: 70px 0;
  }

  main.terapia section.terapia-offer .sidebar {
    width: 100%;
  }

  main.terapia section.terapia-offer div.terapia-gr > ul {
    text-align: left;
  }

  /* cennik */

  main.pricem .price {
    font-size: 17px;
    text-align: left;
  }

  .pricem .price .tera-price .tera-price-1 {
    padding: 0 1px 10px 0;
    text-align: right;
  }

  .pricem .price .tera-price .tera-price-1 p span {
    padding-left: -12px;
  }

  .pricem .price .tera-price .tera-name .tera-price-list {
    margin-left: 0;
  }

  .pricem .price .tera-mob {
    flex-direction: row;
    justify-content: space-around;
  }

  main .team .team-1 .col-mob {
    background-color: #e6e6e6;
  }

  main .team .team-1 .col-mob-1 {
    background-color: #fff;
  }
  .price-title-bold {
    padding-right: 15px;
  }
  div.update .inner-img-flex {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .price-main-title {
    font-size: 24px;
    margin: 40px 0;
  }
}

@media (min-width: 1024px) and (max-width: 1099px) {
  body .menu .logo {
    width: 50px;
    position: absolute;
    top: 0;
    left: 3%;
    margin: 16px 0;
    z-index: 20;
  }

  body .menu .top-social-contact .side-menu {
    display: none;
  }

  body .menu .navigation {
    justify-content: flex-end;
  }

  section.video {
    display: none;
  }

  section.video-mobile {
    display: block;
    width: 100%;
    position: relative;
    top: 70px;
    left: 0;
    overflow: hidden;
  }

  section.video-mobile video {
    width: 100%;
    display: inline-block;
  }

  section.video-mobile .container-video {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -70%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
  }

  section.video-mobile .container-video h2.main-title {
    font-size: 3.2rem;
    font-weight: bold;
    padding: 10px 0;
  }

  section.video-mobile .container-video h3.main-title {
    font-size: 2.5rem;
  }

  body main {
    width: 100%;
  }

  body main section.about {
    width: 100%;
    padding: 0;
    background-position: right;
  }

  body main section.about .desc {
    width: 70%;
    opacity: 0.95;
  }

  main.offer,
  main.diag,
  main.workshop,
  main.train,
  main.superv,
  main.camp,
  main.consult,
  main.terapia,
  main.regul,
  main.watch,
  main.kwal,
  main.team-main,
  main.publ,
  main.updates-1,
  main.contact-page,
  main.form,
  main.pricem {
    width: 100%;
    margin-top: 50px;
    padding: 0 10px 10px 10px;
    overflow: hidden;
  }

  main.team-main {
    padding: 0;
  }

  main .team .team-1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  div.baner-team,
  div.baner-pub,
  div.baner-observ,
  div.baner-super,
  div.baner-diag,
  div.baner-hands,
  div.baner-camp,
  div.baner-regul,
  div.baner-workshop,
  div.baner-team,
  div.baner-pub,
  div.baner-price,
  div.baner {
    margin-top: 70px;
  }

  div.baner-team .main-title,
  div.baner-pub .main-title,
  div.baner .main-title,
  div.baner-camp .main-title,
  div.baner-hands .main-title,
  div.baner-diag .main-title,
  div.baner-observ .main-title,
  div.baner-super .main-title,
  div.baner-regul .main-title,
  div.baner-workshop .main-title,
  div.baner-team .main-title,
  div.baner-pub .main-title,
  div.baner-price .main-title {
    padding: 30px 0;
    font-size: 34px;
  }

  div.line {
    width: 100%;
  }

  div.update .inner-img-flex {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

@media (min-width: 1100px) and (max-width: 1280px) {
  body .menu .top-social-contact .side-menu {
    display: none;
  }

  /* body .menu .navigation {
    justify-content: flex-end;
  } */

  section.video {
    display: none;
  }

  section.video-mobile {
    display: block;
    width: 100%;
    position: relative;
    top: 70px;
    left: 0;
    overflow: hidden;
  }

  section.video-mobile video {
    width: 100%;
    display: inline-block;
  }

  section.video-mobile .container-video {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -70%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
  }

  section.video-mobile .container-video h2.main-title {
    font-size: 3.2rem;
    font-weight: bold;
    padding: 10px 0;
  }

  section.video-mobile .container-video h3.main-title {
    font-size: 2.5rem;
  }

  body main {
    width: 100%;
  }

  body main section.about {
    padding: 0;
    background-position: center;
  }

  div.line {
    width: 100%;
  }

  div.update .img {
    width: 40%;
  }
}

@media (min-width: 1281px) and (max-width: 1440px) {
  div.update .img {
    width: 40%;
  }
}

@media (max-width: 768px) {
  main section.modal-wrap.active div.modal {
    width: 60%;
    height: 40%;
  }

  .modal-wrap.active .modal .middle .special-update {
    margin: 0 5px;
    font-size: 24px;
  }

  .modal-wrap.active .modal .middle .special-update .section-subtitle {
    padding: 20px;
    font-size: 28px;
  }
}

@media (max-width: 425px) {
  main section.modal-wrap.active div.modal {
    width: 80%;
    height: 50%;
  }

  .modal-wrap.active .modal .middle .special-update p {
    margin: 0 5px;
    font-size: 18px;
  }

  .modal-wrap.active .modal .middle .special-update .section-subtitle {
    padding: 30px 20px;
    font-size: 22px;
  }
}

@media (max-width: 375px) {
  .modal-wrap.active .modal .middle .special-update .section-subtitle {
    font-size: 24px;
  }
  .modal-wrap.active .modal .middle .special-update p {
    font-size: 18px;
  }
  main section.modal-wrap.active div.modal {
    height: 30%;
  }
}
