.header_info {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 50px;
  font-size: 25px;
  float: right;
  font-family: sub_font;
}
.header_info a {
  color: #fff;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  transition: 0.5s;
  font-size: 19px;
  font-weight: bold;
}
.header_info a:HOVER {
  color: #000;
  text-decoration: none;
  background-color: #ddd;
}
.footer_menu a {
  display: block;
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
  padding-left: 10px;
  padding-right: 10px;
}
.footer_menu a:HOVER {
  color: #000;
  text-decoration: none;
}
.footer_menu ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: sub_font;
  font-size: 18px;
}
.footer_menu li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer_text {
  font-size: 16px;
}
.footer_text h3 {
  font-size: 22px;
}
.footer_text a {
  color: #ccc;
}
.video_box {
    background-color: #000;
    overflow: hidden;
    vertical-align: middle;
}
.video_box img {
  vertical-align: middle;
}
.video_box_container {
    width: 100%;
    vertical-align: inherit;
}
.footer_lbox {
  float: left;
}
.footer_rbox {
  float: right;
  text-align: right;
  color: #fff;
  padding: 10px;
  font-size: 28px;
}
.contact_box_glob h3 {
  font-family: sub_font;
  font-size: 34px;
  font-weight: normal;
  color: #fff;
  text-align: center;
}

.contact_box_glob_formbox {
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
}

.contact_box_glob {
  padding-top: 30px;
  background-size: 100%;
  color: #000;
}

.contact_box_glob_container {
    float: left;
    width: 40%;
    padding: 10px;
}

.contact_box_glob_container_item img {
    width: auto;
    border: 1px solid #ddd;
    padding: 10px;
    background-color: #fff;
}

.contact_box_glob_container_item textarea {
    width: 97%;
    min-height: 90px;
    font-family: sans-serif;
}

.contact_box_glob_container_item input[name="cp"] {
    width: 40px;
    margin: 0;
    position: relative;
    top: -16px;
}

.contact_box_glob_container_submit {
    font-size: 19px;
    width: 20% !important;
}
.contact_box_glob_formbox {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  color: #000;
}

.contact_box {
  padding: 30px;
  float: left;
  width: 75%;
}

.contact_box textarea {
    min-height: 190px;
}

.contact_box_logo {
  padding: 10px;
  float: right;
  margin: 0;
  width: 17%;
  text-align: center;
  padding-top: 30px;
}
.contact_box_logo img {
  padding: 30px;
}
.contact_box_tel {
  font-size: 30px;
}
.contact_box_logo a {
  text-decoration: none;
  color: #888;
  font-size: 20px;
}

.main_head_box {
  position: relative;
  width: 100%;
}
.main_head_box_img {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #000;
}
.main_head_box_img img {
  width: 100%;
  vertical-align: middle;
}
.main_head_box_textb {
  position: absolute;
  width: 100%;
  top: 30%;
  text-align: center;
  color: #fff;
}
.main_head_box_textb h1 {
  font-size: 40px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-shadow: 2px 2px 8px #000;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.main_head_box_buttons {
  padding: 20px;
  padding-top: 50px;
}
.main_head_box_button {
  padding: 10px;
  background-color: #ffcf00e6;
  color: #000;
  margin: 20px;
}
.main_head_box_button:hover {
  background-color: #000000e6;
  color: #fff;
}

.home_box_a_box {
  display: flex;
  align-items: stretch
}
.home_box_a_head {
  margin-bottom: 20px;
  font-size: 21px;
}
.home_box_a_head h2 {
  font-size: 30px;
  font-weight: normal;
  color: #83141d;
}
.home_box_a_l {
  flex: 1;
  font-size: 18px;
  line-height: 30px;
  padding-right: 40px;
}
.home_box_a_r {
  display: flex;
  align-items: flex-start;  
  justify-content: center; 
  min-height: 100%;
  flex: 0 0 30%;
}
.home_box_a_r img {
  display:block;
  max-width:100%;
  max-height:100%;
  object-fit:contain;
}
.home_box_b_box {
  height: 547px;
  background-image: url('../images/background_01.jpg');
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 30px;
}
.home_box_b_box h2 {
  font-size: 30px;
  font-weight: normal;
}
.home_box_c_box_sqr {
  margin: 60px;
  margin-top: 25px;
  font-size: 18px;
  line-height: 30px;
}
.home_box_c_box_sqr img {
  width: 70px;
}
.home_box_c_box_sqr_title {
  font-size: 30px;
  margin-bottom: 20px;
}
.home_box_d_box {
  background-color: #efefef;
  color: #6a6a6a;
  text-align: center;
  font-size: 30px;
}
.home_box_thr_main {
  width: 100%;
  background-color: #562aa5;
  color: #fff;
}
.home_box_thr {
  width: 90%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-left: auto;
  margin-right: auto;
}
.home_box_thr_gr {
  text-align: center;
}
.home_box_thr_element {
  padding-top: 20px;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
.home_box_thr_element_icon {
  width: 10%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.home_box_thr_element_icon svg {
  fill: #c8ab37;
}
.home_box_thr_element_text {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #bd98ff;
}
.home_box_thr_element_text_b {
  font-size: 16px;
  text-align: center;
}
.home_box_proc {
  width: 100%;
  background-color: #f6f6f6;
}
.home_box_proc_title {
  padding-left: 30px;
  padding-top: 30px;
  font-size: 26px;
  font-weight: normal;
  text-align: center;
}
.home_box_proc_element {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}
.home_box_proc_element_icon {
  width: 15%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.home_box_proc_element_icon svg {
  fill: #c8ab37;
}
.home_box_proc_element_text {
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #2f2302;
}
.home_box_proc_element_text_b {
  font-size: 16px;
  text-align: center;
}
.home_box_calaction {
  width: 100%;
  background-color: #562aa5;
  padding-bottom: 60px;
  color: #fff;
}
.home_box_calaction_title {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 45px;
  padding-top: 75px;
}
.home_box_calaction_text {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 20px;
  padding-top: 20px;
}
.home_box_calaction_button {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 30px;
  margin-top: 20px;
}
.home_box_calaction_button a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background-color: #ff9400;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 2px;
  -o-transition: .2s;
  -ms-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
}
.home_box_calaction_button a:hover {
  background: #ffd65e;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.home_box_faq_faq-item{
  border-bottom:1px solid #e6e6e6;
  padding:12px 0
}
.home_box_faq_question{
  display:flex;
  justify-content:space-between;
  align-items:center;
  cursor:pointer;
  font-weight:600
}
.home_box_faq_question:hover{
  color:#0b79d0
}
.home_box_faq_chev{
  transition:transform .25s ease
}
.home_box_faq_chev.open{
  transform:rotate(90deg)
}
.home_box_faq_answer{
  max-height:0;
  overflow:hidden;
  transition:max-height .28s ease,padding .2s; 
  padding:0
}
.home_box_faq_answer.open{
  padding:10px 0 0 0
}
.home_box_faq_cnt { 
  margin: 50px;
}
.home_box_faq_title { 
  padding-left: 30px; 
  padding-top: 30px; 
  font-size: 26px; 
  font-weight: normal;
  text-align: center;
}
.home_box_offer_main_box_section {
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f6e7e0;
}
.home_box_offer_main_box_section h2 {
  margin-top: 0;
}
.home_box_offer_main_box_section_button a {
  color: #fff;
  display: inline-block;
  text-align: center;
}
.home_box_offer_main_box {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  padding: 20px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.home_box_offer_main_inbox {
  background: none;
}
.home_box_offer_main_icon {
  width: 13%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
.home_box_offer_main_head {
  text-align: center;
  padding: 10px;
  font-size: 18px;
  height: 40px;
}
.home_box_offer_main_text {
  text-align: center;
  padding: 12px;
  font-size: small;
}
.psycho_box_a_text {
  padding: 20px;
}
.psycho_box_a {
  width: 100%;
  background-color: #efefef;
  color: #6a6a6a;
}
.psycho_box_a_text {
  width: 69%;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
}
.psycho_box_aa {
  width: 69%;
  margin-left: auto;
  margin-right: auto;
  font-size: 25px;
}
.psycho_box_ax {
  background-image: url('../images/pages_02.jpg');
  background-size: cover;
  background-position: top right;
}
.psycho_spacer {
  height: 10px;
  width: 100%;
  background-color: #544e47;
}
.psycho_box_ax_text {
  padding: 20px;
  width: 55%;
  color: #000;
  margin-left: 60px;
}
.psycho_box_b {
  background-image: url('../images/pages_01.jpg');
  background-size: cover;
  background-position: top right;
}

.psycho_box_b_text {
  padding: 20px;
  width: 55%;
  color: #000;
  margin-left: 60px;
}
.psycho_box_c {
  background-image: url('../images/pages_06.jpg');
  background-size: cover;
  background-position: top right;
}
.psycho_box_c_text {
  padding: 20px;
  width: 55%;
  color: #000;
  margin-left: 60px;
}
.psycho_box_contact {
  width: 100%;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.psycho_box_contact h2 {
  font-size: 27px;
}
.psycho_box_contact h3 {
  font-size: 25px;
}
.psycho_box_contact_phone {
  font-family: sub_font;
  font-size: 40px;
}
.psycho_box_contact_office_im {
    margin-left: auto;
    margin-right: auto;
    width: 67%;
}
.psycho_box_contact_phone a {
  text-decoration: none;
  color: #666;
}
.psycho_box_contact_office {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.psycho_box_contact_office_im img {
  width: 98%;
  text-align: center;
}
.about_area_a_box {
  width: 100%;
  background-color: #262626;
  color: #fff;
  padding: 40px;
  font-weight: bold;
}

.about_area_a_text {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.about_area_b_box {
  width: 100%;
  background-color: #d4d4d4;
  color: #000;
  padding: 40px;
}

.about_area_b_text {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.about_area_c_box {
  width: 100%;
  background-color: #a7a8ad;
  color: #000;
  padding: 40px;
}

.about_area_c_text {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.certi img {
  width: 100%;
}

.new_home_b_box {
  width: 100%;
  background-color: #f6e7e0;
  position: relative;
}
.new_home_b_box_inside {
  float: left;
  width: 55%;
  height: 100%;
}
.new_home_b_box_inside_r {
  float: right;
  width: 35%;
  height: 100%;
  padding: 40px 40px; /* 40px z lewej i prawej + dołu/góry */
  box-sizing: border-box;
}
.new_home_b_box_inside_r img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0;   
}
.new_home_b_box_inside_text {
  font-size: 10px;
  width: 100%;
  margin-left: 26px;
}
.new_home_b_box_inside_text_top {
  font-size: 40px;
}
.new_home_b_box_inside_text_top_a {
  margin-top: 40px;
  font-size: 30px;
}
.new_home_b_box_inside_text_top_b {
  margin-top: 70px;
  font-size: 38px;
}
.new_home_b_box_inside_text_top_c {
  margin-top: 50px;
  font-size: 26px;
}
.new_home_b_box_inside_text_buttons {
  font-size: 21px;
  margin-top: 40px;
}

.new_home_b_box_inside_text_buttons a {
  padding: 10px;
  color: #fff;
  text-decoration: none;
  background-color: #a5ab2c;
  border-radius: 2px;
  -o-transition: .2s;
  -ms-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
  font-weight: bold;
}
.new_home_b_box_inside_text_buttons:hover a {
  background: #ffd65e;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.new_home_b_left {
  float: left;
  width: 50%;
}
.new_home_b_right {
  float: right;
  width: 50%;
}
.new_home_b_right img {
  width: 100%;
}
.new_home_img_mob {
  width: 0%;
  visibility: hidden;
  height: 0;
}
.new_home_img_mob img {
  width: 0%;
  visibility: hidden;
}


@media screen and (max-width: 1200px) {
  .header_info {
    font-size: 16px;
  }
  .menu ul {
      font-size: 16px;
  }
  body {
    font-size: 17px;
  }
}

@media screen and (max-width: 1000px) {

  .main_wrapper {
    overflow: hidden;
  }
  .header_info {
    float: right;
    margin-right: 26px;
  }
  .content {
    margin: 0px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .psycho_box_b {
    margin: 0px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .psycho_box_ax {
    margin: 0px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .psycho_box_c_text {
    margin: 0px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  #header_spacer {
    height: 20px;
  }
  .header_logo img {
    width: 100%;
  }
  .header_logo {
    width: 40%;
  }
  .header_info a {
    padding: 0;
    font-size: 17px;
    line-height: 30px;
  }
  .home_box_c_box_sqr {
    margin: 0;
    margin-top: 20px;
  }
  .home_box_c_box_sqr_title {
    font-size: 20px;
  }
  .main_head_box_img_m {
    display: none;
  }
  .main_head_box_m {
    height: 95vh;
    background-image: url('../images/home.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .main_head_box_textb_m h1 {
    font-size: 24px;
  }
  .main_head_box_p {
    height: 60vh;
    background-image: url('../video/psych_960.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .home_box_a_box {
    flex: none;
    display: block;
  }
  .home_box_a_l {
    float: none;
    width: 100%;
    flex: none;
    display: block;
  }
  .home_box_a_head h2 {
    font-size: 19px;
  }
  .home_box_d_box {
    font-size: 20px;
  }
  .home_box_a_r {
    float: none;
    width: 100%;
	  text-align: center;
    flex:none;
    height: auto;
    display: block;
  }
  .home_box_a_r img {
    float: none;
    width: 70%;
	  text-align: center;
	  margin-left: auto;
	  margin-right: auto;
  }
  .home_box_b_box {
    height: auto;
    margin-top: 40px;
  }
  .psycho_box_ax_text {
    padding: 0px;
    width: 100%;
    margin-left: 0px;
    background-color: #fff;
  }
  .psycho_box_b_text {
    padding: 0px;
    width: 100%;
    margin-left: 0px;
    background-color: #fff;
  }
  .psycho_box_c_text {
    padding: 0px;
    width: 100%;
    margin-left: 0px;
    background-color: #fff;
  }
  .psycho_box_a_text {
    width: 100%;
    font-size: 17px;
    padding: 2px;
  }
  .psycho_box_a_text p {
    margin: 0;
    padding: 0;
  }
  .contact_box_logo {
    float: none;
    width: 100%;
    padding: 5px;
  }
  .contact_box {
    float: none;
    width: 100%;
    padding: 5px;
  }
  .calendar_main {
    display: flex;
  }
  .calendar_box
  {
    flex-basis: 55%;
    flex-grow: 0;
  }
  .psycho_box_contact_office_im {
    width: 100%;
  }
  .new_home_b_box_inside_text_top {
    font-size: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .new_home_b_box_inside {
    float: none;
    width: 100%;
    align-items: center;
    height: auto;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .new_home_b_box_inside_text {
    width: 100%;
    margin: 0px;
  }
  .new_home_b_box_inside_text_top_a {
    margin-top: 10px;
  }
  .new_home_b_box_inside_text_top_b {
    margin-top: 30px;
  }
  .new_home_b_box_inside_text_buttons {
    margin-left: 10px;
  }
  .new_home_b_box_inside_r {
    float: none;
    width: 100%;
  }
  .home_box_thr {
    display: block;
  }
  .home_box_thr_element {
    padding-top: 30px;
  }
  .home_box_offer_main_box {
    display: block;
  }
  .home_box_offer_main_head {
    height: auto;
    padding-bottom: 0;
  }
  .home_box_offer_main_text {
    padding-bottom: 20px;
    font-size: medium;
  }
}

@media screen and (max-width: 600px) {
  .main_head_box_button {
    display: block;
    -webkit-appearance: button;
  }
}

@media screen and (max-width: 320px) {
  .header_logo {
    width: 30%;
  }
}
