* {
  box-sizing: border-box;
  font-family: "Titillium Web", Arial, sans-serif;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 10px;
}
body {
  margin: 0;
}

#TOK-temp h1,
#TOK-temp h2,
#TOK-temp h3,
#TOK-temp h4,
#TOK-temp h5,
#TOK-temp h6,
#TOK-temp li,
#TOK-temp p,
#TOK-temp ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 1.5;
}

#TOK-temp a {
  text-decoration: none;
}

#TOK-temp {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}
#TOK-temp .container-box {
  width: 100%;
  max-width: 1430px;
  margin-right: auto;
  margin-left: auto;
}

/*pokaż więcej/mniej*/
.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: "Pokaż więcej";
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: "Pokaż mniej";
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 0.5em;
  font-size: large;
  margin-top: 10px;
  line-height: 2;
  border: 1px solid #e2007a;
  border-radius: 0.25em;
}
/*pokaż więcej/mniej*/

#TOK-temp ul {
  list-style: none;
}

#TOK-temp img {
  width: auto;
  max-width: 100%;
  height: auto;
  border: none;
}
#TOK-temp textarea {
  resize: none;
}

#TOK-temp .f-12 {
  font-size: 12px;
}

#TOK-temp .f-16 {
  font-size: 1.6rem;
}

#TOK-temp .f-18 {
  font-size: 1.8rem;
}

#TOK-temp .f-20 {
  font-size: 2rem;
  text-align: justify;
}

#TOK-temp .f-22 {
  font-size: 2.2rem;
}

#TOK-temp .f-24 {
  font-size: 2.4rem;
}

#TOK-temp .f-26 {
  font-size: 2.6rem;
}

#TOK-temp .f-30 {
  font-size: 3rem;
}

#TOK-temp .f-32 {
  font-size: 3.2rem;
}

#TOK-temp .f-34 {
  font-size: 3.4rem;
}

#TOK-temp .f-36 {
  font-size: 3.6rem;
}

#TOK-temp .f-42 {
  font-size: 4.2rem;
}

#TOK-temp .f-50 {
  font-size: 5rem;
}

#TOK-temp .f-60 {
  font-size: 6rem;
}

#TOK-temp .f-70 {
  font-size: 7rem;
}

#TOK-temp .f-100 {
  font-size: 10rem;
}

#TOK-temp .uppercase {
  text-transform: uppercase;
}

#TOK-temp .center {
  text-align: center;
}

#TOK-temp .normalcase {
  text-transform: initial;
}

#TOK-temp .italic {
  font-style: italic;
}

#TOK-temp .bold {
  font-weight: bold;
}

#TOK-temp .semibold {
  font-weight: 600;
}

#TOK-temp .light {
  font-weight: 300;
}

#TOK-temp .magenta {
  color: #e2007e;
}

/*Page Container*/
#TOK-temp .page-container {
  width: 100%;
  max-width: 1430px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
}
/*bredacrumbs*/
#TOK-temp .breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
}
#TOK-temp .breadcrumbs .icon {
  transform: translateY(1px);
  display: block;
}

#TOK-temp .breadcrumbs .single-path {
  color: #000;
  font-size: 14px;
}

#TOK-temp .breadcrumbs .single-path.link {
  color: #707173;
  transition: color 0.3s;
}
#TOK-temp .breadcrumbs .single-path.current-page {
  padding-top: 1px;
}

#TOK-temp .page-title {
  font-size: 3.6rem;
  line-height: 1.3;
}
#TOK-temp .section-title {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  line-height: 1.2;
  font-size: 3.6rem;
}

#TOK-temp .section-tiles-info .tiles-wrapper .single-tile .tile-label {
  max-width: 400px !important;
}

#TOK-temp .section-tiles-info .tiles-wrapper {
  grid-template-columns: repeat(2, 1fr);
}

#TOK-temp .section-tiles-info {
  margin-top: 0;
  margin-bottom: 0;
}

#TOK-temp .section-tiles-info {
  position: relative;
  /* margin-top: 64px;
    margin-bottom: 64px;*/
}
#TOK-temp .section-tiles-info .tiles-wrapper {
  display: grid;
  /*grid-template-columns: repeat(4, 1fr);*/
  grid-auto-rows: max-content;
  gap: 32px;
}
#TOK-temp .section-tiles-info .tiles-wrapper .single-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 32px 24px;
  background-color: #fff;
  box-shadow: 0 1px 20px rgba(32, 32, 32, 0.25);
  border: 1px solid transparent;
  border-radius: 16px;
}
#TOK-temp .section-tiles-info .tiles-wrapper .single-tile .tile-label {
  display: flex;
  align-items: center;
  /*max-width: 360px;*/
  min-height: 52px;
  text-align: center;
  line-height: 1.3;
}

/*Start boksy*/
#TOK-temp .section-information-boxes {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 64px;
  margin-top: 64px;
  margin-bottom: 64px;
}

#TOK-temp .section-information-boxes .single-box {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  gap: 32px;
  padding: 32px;
  box-shadow: 0 1px 20px rgba(32, 32, 32, 0.25);
  border-radius: 16px;
}

#TOK-temp .section-information-boxes .single-box.cols-two {
  grid-template-columns: max-content 1fr;
}

#TOK-temp .section-information-boxes .single-box .box-img {
  display: flex;
  align-items: center;
  width: 100%;
}

#TOK-temp .section-information-boxes .single-box .box-img .img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
#TOK-temp .section-information-boxes .single-box .box-img-1 .img {
  display: block;
  width: 100%;
  height: 300px;
  border-radius: 8px;
}

#TOK-temp .section-information-boxes .single-box .box-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#TOK-temp .section-information-boxes .single-box .box-text .list-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#TOK-temp .section-information-boxes .single-box.cols-two .box-text .list-box {
  padding-left: 24px;
}

#TOK-temp
  .section-information-boxes
  .single-box
  .box-text
  .list-box
  .list-heading {
  line-height: 1.3;
}

#TOK-temp
  .section-information-boxes
  .single-box
  .box-text
  .list-box
  .text-highlighted {
  margin-top: 8px;
  padding: 16px 24px;
  border: 1px solid #e2007a;
  border-radius: 24px;
}

#TOK-temp
  .section-information-boxes
  .single-box
  .box-text
  .list-box
  .details-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#TOK-temp
  .section-information-boxes
  .single-box.cols-two
  .box-text
  .list-box
  .details-box {
  padding-left: 0;
}

#TOK-temp
  .section-information-boxes
  .single-box
  .box-text
  .list-box
  .details-box
  .info-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 4px 0;
}

#TOK-temp
  .section-information-boxes
  .single-box
  .box-text
  .list-box
  .details-box
  .info-list
  .list-item {
  display: grid;
  grid-template-columns: 12px 1fr;
  gap: 8px;
}

#TOK-temp
  .section-information-boxes
  .single-box
  .box-text
  .list-box
  .details-box
  .info-list
  .list-item
  .item-icon {
  transform: translateY(6px);
  display: block;
  width: 100%;
  max-width: 12px;
  height: auto;
}

#TOK-temp
  .section-information-boxes
  .single-box
  .box-text
  .list-box
  .details-box
  .info-list
  .list-item
  .item-text {
  line-height: 1.3;
}
/*Koniec boksy*/

/*Banner top*/
#TOK-temp .section-banner-top {
  position: relative;
  background-color: rgba(237, 237, 237, 0.4);
}

#TOK-temp .section-banner-top .img-half {
  position: absolute;
  top: 0;
  right: 60px;
  z-index: 1;
  display: block;
}

#TOK-temp .section-banner-top .banner-box {
  position: relative;
  z-index: 2;
  padding-top: 24px;
  padding-bottom: 24px;
}

#TOK-temp .section-banner-top .banner-box .boxes-wrapper {
  display: grid;
  grid-template-columns: 0.75fr 1fr;
  justify-content: space-between;
  gap: 32px;
}

#TOK-temp .section-banner-top .banner-box .boxes-wrapper .box-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 64px;
}

#TOK-temp
  .section-banner-top
  .banner-box
  .boxes-wrapper
  .box-left
  .banner-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#TOK-temp .section-banner-top .banner-box .boxes-wrapper .box-right {
  display: flex;
  align-items: center;
}

#TOK-temp
  .section-banner-top
  .banner-box
  .boxes-wrapper
  .box-right
  .img-box
  .img {
  display: block;
  max-width: 575px;
}

#TOK-temp .section-page-navi {
  position: relative;
  padding: 24px 0;
  background-color: #fff;
  box-shadow: 0 0 16px 0 rgba(17, 17, 17, 0.16);
}
#TOK-temp .section-page-navi .navi-box {
  display: grid;
  grid-template-columns: repeat(9, max-content);
  justify-content: space-between;
  gap: 16px;
}

#TOK-temp .section-page-navi .navi-box .items-separator {
  width: 2px;
  height: 100%;
  background-color: rgba(112, 113, 115, 0.2);
}

#TOK-temp .section-page-navi .navi-box .single-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
#TOK-temp .section-page-navi .navi-box .single-item .item-text {
  color: #000;
  text-align: center;
  transition: color 0.3s;
}
/*koniec top banner*/

/*Start zakladki*/

#TOK-temp .d_none {
  display: none !important;
}

#TOK-temp {
  max-width: 1920px;
  margin: 0 auto;
}

#TOK-temp .page {
  max-width: 1430px;
  /*padding: 0 15px;*/
  width: 100%;
  margin: 0 auto;
}
#TOK-temp #how_change_section .f_36 {
  font-size: 3.6rem;
}
#TOK-temp #how_change_section .tabs {
  display: flex;
  padding: 24px;
  gap: 15px;
  box-shadow: 0 1px 20px rgba(32, 32, 32, 0.25);
  border-radius: 16px;
}

#TOK-temp #how_change_section .tabs .single_tab {
  width: 50%;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #8a8a8a;
  gap: 15px;
}
#TOK-temp #how_change_section .tabs .single_tab:last-of-type {
  padding-left: 20px;
}
#TOK-temp #how_change_section .tabs .single_tab.active_tab {
  gap: 15px;
  color: #000;
  font-weight: 600;
}
#TOK-temp #how_change_section .change_tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 45px;
}

#TOK-temp #how_change_section .change_tab .tab_right_side {
  width: 40%;
  padding-left: 50px;
  padding-right: 50px;
}

#TOK-temp #how_change_section .change_tab .tab_right_side img {
  max-width: 80%;
  float: right;
}

#TOK-temp #how_change_section .change_tab .tab_left_side {
  width: 80%;
  padding: 40px;
  box-shadow: 0 1px 20px rgba(32, 32, 32, 0.25);
  border-radius: 16px;
}

#TOK-temp #how_change_section .change_tab .tab_left_side .tab_element {
  position: relative;
  padding-left: 100px;
  color: #262626;
  margin-bottom: 15px;
}

#TOK-temp
  #how_change_section
  .change_tab
  .tab_left_side
  .tab_element:last-of-type {
  margin-bottom: 0;
}

#TOK-temp
  #how_change_section
  .change_tab
  .tab_left_side
  .tab_element
  .tab_element_number {
  position: absolute;
  left: 0;
  top: 0;
  color: #77dade;
  font-weight: 700;
 /* line-height: 40px;*/
}
/*Koniec boksy*/
/*Oferty pracy*/
#TOK-temp .f_btn {
  border: 2px solid #e2007e;
  width: 100%;
  max-width: 255px;
  display: inline-block;
  text-align: center;
  background-color: #e2007a;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 4px;
  padding: 12px 5px;
}

#TOK-temp .f_btn:hover {
  background-color: #aa036c;
  border-color: #aa036c;
}

#TOK-temp .mobile_link {
  display: none;
}

#TOK-temp .single-box .box-text .list-box .details-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 32px;
  flex-flow: column;
}

/*koniec button*/
#TOK-CONTENT .sh_navigation {
  position: fixed;
  width: 7px;
  right: 50px;
  top: 0;
  bottom: 0;
  z-index: 1000;
  margin: auto;
  height: 565px;
}

#TOK-CONTENT .sh_navigation .sh_navigation_element {
  border: 1px solid #a6a6ad;
  width: 100%;
  height: 80px;
  background-color: #d7d7d7;
  cursor: pointer;
  margin-bottom: 15px;
}

#TOK-CONTENT .sh_navigation .sh_navigation_element:hover {
  background-color: #e2007a;
}

#TOK-CONTENT .sh_navigation .sh_navigation_element.sh_active {
  background-color: #e2007a;
  border-color: #e2007a;
}

#TOK-CONTENT .sh_navigation .sh_navigation_element span {
  display: none;
}

/*koniec pasek nawigacja*/

/*styl sitecore*/
.regio-mobile {
  display: none;
}

@media all and (max-width: 1400px) {
  #TOK-temp .section-banner-top .img-half {
    max-width: 500px;
  }

  #TOK-temp .section-banner-top .banner-box .boxes-wrapper .box-right {
    justify-content: flex-end;
  }

  #TOK-temp
    .section-banner-top
    .banner-box
    .boxes-wrapper
    .box-right
    .img-box
    .img {
    width: 100%;
    max-width: 550px;
    height: auto;
  }
}

@media all and (max-width: 1200px) {
  #TOK-temp .f-16 {
    font-size: 1.6rem;
  }

  #TOK-temp .f-18 {
    font-size: 1.6rem;
  }

  #TOK-temp .f-20 {
    font-size: 1.8rem;
  }

  #TOK-temp .f-22 {
    font-size: 2rem;
  }

  #TOK-temp .f-24 {
    font-size: 2.2rem;
  }

  #TOK-temp .f-26 {
    font-size: 2.4rem;
  }

  #TOK-temp .f-30 {
    font-size: 2.6rem;
  }

  #TOK-temp .f-32 {
    font-size: 2.8rem;
  }

  #TOK-temp .f-34 {
    font-size: 3rem;
  }

  #TOK-temp .f-36 {
    font-size: 3.2rem;
  }

  #TOK-temp .f-42 {
    font-size: 3.8rem;
  }

  #TOK-temp .owl-dots {
    display: flex;
  }

  #TOK-temp .section-banner-top .banner-box .boxes-wrapper .box-right {
    justify-content: flex-end;
  }
}

@media all and (max-width: 992px) {
  #TOK-temp .section-page-navi {
    padding: 12px 0;
  }
  #TOK-temp .section-information-boxes .single-box.cols-two {
    grid-template-columns: 1fr;
  }
}

@media all and (min-width: 992px) {
  #TOK-temp .section-information-boxes .single-box.cols-two.oferta {
    grid-template-columns: 1fr 370px;
  }
  
  #TOK-temp .section-information-boxes .single-box.cols-two.benefity {
    grid-template-columns: 1fr;
  }
}

@media all and (max-width: 930px) {
  #TOK-CONTENT .sh_navigation:after {
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 3px;
    background-color: #e2007a;
    left: 0;
    right: 0;
    margin: auto;
    top: 8px;
    border-radius: 15px;
  }

  #TOK-CONTENT .sh_navigation:before {
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 3px;
    background-color: #e2007a;
    left: 0;
    right: 0;
    margin: auto;
    top: 15px;
    border-radius: 15px;
  }

  #TOK-CONTENT .sh_navigation .sh_navigation_relative {
    position: absolute;
    height: 100%;
    top: 40px;
    width: 240px;
  }

  #TOK-CONTENT .sh_navigation {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #e2007a;
    right: 10px;
    cursor: pointer;
    top: 1vh;
    bottom: auto;
  }

  #TOK-CONTENT .sh_navigation .sh_navigation_element {
    display: none;
    width: 100%;
    height: auto;
    text-align: left;
    padding: 5px;
  }

  #TOK-CONTENT .sh_navigation.sh_open:after {
    top: 0;
    bottom: 0;
    transform: rotate(-45deg);
  }

  #TOK-CONTENT .sh_navigation.sh_open:before {
    top: 0;
    bottom: 0;
    transform: rotate(45deg);
  }

  #TOK-CONTENT .sh_navigation .sh_navigation_element span {
    display: block;
    font-size: 14px;
  }

  #TOK-CONTENT .sh_navigation.sh_open .sh_navigation_element {
    display: block;
    margin-bottom: 0px;
    border: 2px solid #e2007a;
    background-color: #fff;
  }

  #TOK-CONTENT .sh_navigation.sh_open .sh_navigation_element:hover {
    color: #e2006a;
  }

  #TOK-CONTENT .sh_navigation.sh_open .sh_navigation_element.sh_active {
    color: #fff;
    background-color: #e2007a;
  }

  #TOK-CONTENT .sh_navigation.sh_open .sh_navigation_element[data-goto="1"] {
    display: none;
  }

  #TOK-CONTENT .sh_navigation.sh_open .sh_navigation_element[data-goto="2"] {
    border-width: 2px 2px 0;
  }

  #TOK-CONTENT .sh_navigation.sh_open .sh_navigation_element[data-goto="3"] {
    border-width: 2px 2px;
  }

  #TOK-CONTENT .sh_navigation.sh_open .sh_navigation_element[data-goto="4"] {
    border-width: 0 2px 2px;
  }

  #TOK-CONTENT .sh_navigation.sh_open .sh_navigation_element[data-goto="5"] {
    border-width: 0 2px 2px;
  }

  #TOK-CONTENT .sh_navigation.sh_open .sh_navigation_element[data-goto="6"] {
    border-width: 0 2px 2px;
  }
#TOK-CONTENT .sh_navigation.sh_open .sh_navigation_element[data-goto="7"] {
    border-width: 0 2px 2px;
  }

  #TOK-CONTENT .sh_navigation.sh_open .sh_navigation_relative {
    right: 0;
  }
   #TOK-temp .section-information-boxes .single-box .box-img-1 .img {
  display: block;
  width: auto;
  height: auto;
  border-radius: 8px;
}
  /* #TOK-CONTENT .sh_navigation.sh_open {
    }*/
}

@media (max-width: 890px) {
  /*890px dla zakładek*/
  #TOK-temp #how_change_section .change_tab .tab_left_side {
    padding: 25px;
  }

  #TOK-temp #how_change_section .change_tab .tab_left_side .tab_element {
    padding-left: 60px;
  }

  /*890px dla zakładek*/
}

@media (max-width: 768px) {
  #TOK-temp .f_20 {
    font-size: 1.6rem;
  }

  #TOK-temp #how_change_section .tab_top_description {
    padding: 15px;
    text-align: justify;
  }
}

@media all and (max-width: 768px) {
  #TOK-temp #how_change_section .f_36 {
    font-size: 2.6rem;
  }
  #TOK-temp .section-information-boxes .single-box .box-text {
    order: 2;
  }
  #TOK-temp .section-information-boxes .single-box .box-img {
    order: 1;
  }
  #TOK-temp .section-information-boxes .single-box .box-img-1 .img {
  display: block;
  width: auto;
  height: auto;
  border-radius: 8px;
}
  #how_change_section {
    padding: 0 15px;
  }

  #TOK-temp .section-tiles-info .tiles-wrapper .single-tile {
    padding: 16px;
  }
  #TOK-temp .page-title {
    font-size: 2.6rem;
  }
  #TOK-temp .section-title {
    font-size: 2.6rem;
  }
  /*nawigacja, pasek boczny*/
  #TOK-CONTENT .sh_navigation {
    top: 120px !important;
    right: 10px !important;
  }
  #TOK-temp
    .section-information-boxes
    .single-box.cols-two
    .box-text
    .list-box {
    padding-left: 0;
  }
  #TOK-temp .section-information-boxes .single-box {
    padding: 16px;
    margin: 0 15px;
  }
  #TOK-temp .section-information-boxes .single-box .box-img {
    align-items: flex-start !important;
  }

  .doc-list__element-1col {
    margin-top: 15px;
  }

  .doc-list__cta {
    width: 100%;
  }

  #TOK-temp .section-information-boxes .single-box.cols-two.oferta {
    grid-template-columns: 1fr;
  }

  /*    #TOK-temp {
         padding: 0 15px;
     }*/

  #TOK-temp img {
    margin: 0 auto;
  }
  #TOK-temp #how_change_section .tab_top_description {
    padding: 15px !important;
    text-align: justify;
  }

  html {
    font-size: 10px;
  }

  html.zoom-x2 {
    font-size: 10.5px !important;
  }

  html.zoom-x4 {
    font-size: 11px !important;
  }

  #TOK-temp .f-16 {
    font-size: 1.6rem;
  }

  #TOK-temp .f-18 {
    font-size: 1.6rem;
  }

  #TOK-temp .f-20 {
    font-size: 1.6rem;
  }

  #TOK-temp .f-22 {
    font-size: 1.6rem;
  }

  #TOK-temp .f-24 {
    font-size: 1.6rem;
  }

  #TOK-temp .f-26 {
    font-size: 2.2rem;
  }

  #TOK-temp .f-30 {
    font-size: 2.4rem;
  }

  #TOK-temp .f-32 {
    font-size: 2.4rem;
  }

  #TOK-temp .f-34 {
    font-size: 3.6rem;
  }

  #TOK-temp .f-36 {
    font-size: 2.8rem;
  }

  #TOK-temp .f-42 {
    font-size: 3.4rem;
  }

  #TOK-temp .breadcrumbs {
    display: none;
  }

  #TOK-temp .section-banner-top .img-half {
    display: none;
  }

  #TOK-temp .section-banner-top .banner-box {
    padding: 0 0 32px 0;
  }

  #TOK-temp .section-banner-top .banner-box .boxes-wrapper {
    grid-template-columns: 1fr;
    gap: 0;
  }

  #TOK-temp .section-banner-top .banner-box .boxes-wrapper .box-left {
    align-items: center;
    justify-content: flex-start;
    order: 2;
    margin-top: 24px;
    padding: 0 15px;
  }

  #TOK-temp
    .section-banner-top
    .banner-box
    .boxes-wrapper
    .box-left
    .banner-text {
    align-items: center;
    gap: 6px;
    text-align: center;
  }

  #TOK-temp
    .section-banner-top
    .banner-box
    .boxes-wrapper
    .box-left
    .banner-text
    .page-title {
    line-height: 1;
  }

  #TOK-temp
    .section-banner-top
    .banner-box
    .boxes-wrapper
    .box-left
    .banner-text
    .description {
    line-height: 1.6;
    text-align: left;
    padding-top: 10px;
  }
  #TOK-temp .section-banner-top .banner-box .boxes-wrapper .box-right {
    justify-content: center;
    order: 1;
  }

  #TOK-temp .section-banner-top .banner-box .boxes-wrapper .box-right .img-box {
    width: 100%;
  }

  #TOK-temp
    .section-banner-top
    .banner-box
    .boxes-wrapper
    .box-right
    .img-box
    .img {
    max-width: 100%;
  }

  #TOK-temp .section-page-navi {
    display: none;
  }
  #TOK-temp .section-banner-top .banner-box .boxes-wrapper .box-right {
    justify-content: center;
    order: 1;
  }

  #TOK-temp .section-banner-top .banner-box .boxes-wrapper .box-right .img-box {
    width: 100%;
  }

  #TOK-temp
    .section-banner-top
    .banner-box
    .boxes-wrapper
    .box-right
    .img-box
    .img {
    max-width: 100%;
  }

  #TOK-temp .section-page-navi {
    display: none;
  }
  #TOK-temp .section-tiles-info .tiles-wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  #TOK-temp .section-tiles-info {
    padding: 0 15px;
  }
}

@media (max-width: 740px) {
  /*zakładki*/
  #TOK-temp #how_change_section .change_tab .tab_right_side {
    display: none;
  }

  #TOK-temp #how_change_section .change_tab .tab_left_side {
    width: 100%;
  }

  #TOK-temp #how_change_section .tabs {
    flex-flow: column;
    padding: 25px;
  }

  #TOK-temp #how_change_section .tabs .single_tab {
    width: 100%;
  }

  #TOK-temp #how_change_section .tabs .single_tab:first-of-type {
    padding-right: 0;
    border-right: none;
  }

  #TOK-temp #how_change_section .tabs .single_tab:last-of-type {
    padding-left: 0;
  }

  #TOK-temp #how_change_section .change_tab {
    margin-top: 25px;
  }

  #TOK-temp .form_section .form_row .right_side .slider_box {
    padding: 25px;
  }
}
@media all and (max-width: 1715px) {
  #TOK-CONTENT .sh_navigation {
    right: 30px;
  }
}
/*zakładki*/
#TOK-temp #how_change_section .title_element {
  position: relative;
  color: #262626;
  margin-bottom: 45px;
  text-align: justify;
}

#TOK-temp #how_change_section .magenta {
  position: relative;
  color: #e2007a;
  margin-bottom: 24px;
  font-weight: 600;
}

#TOK-temp #how_change_section .tab_top_description {
  color: #262626;
  text-align: justify;
  /* width: 50%; */
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 45px;
  padding-right: 45px;

  box-shadow: 0 1px 20px rgba(32, 32, 32, 0.25);
  border-radius: 16px;
}

#TOK-temp .single_tab img {
  border: none;
  max-width: 50%;
  margin: 0 auto;
}
#TOK-temp .f_18 {
  font-size: 1.8rem;
}

#TOK-temp .f_20 {
  font-size: 2rem;
}
#TOK-temp .f_24 {
  font-size: 2.4rem;
}

#TOK-temp .page {
  max-width: 1430px;
  width: 100%;
  margin: 0 auto;
}
#TOK-temp #how_change_section .tabs {
  display: flex;
  padding: 24px;
  gap: 15px;
  box-shadow: 0 1px 20px rgba(32, 32, 32, 0.25);
  border-radius: 16px;
}

#TOK-temp #how_change_section .tabs .single_tab {
  width: 50%;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #8a8a8a;
  gap: 15px;
}
#TOK-temp #how_change_section .tabs .single_tab:last-of-type {
  padding-left: 20px;
}
#TOK-temp #how_change_section .tabs .single_tab.active_tab {
  gap: 15px;
  color: #000;
  font-weight: 600;
}
#TOK-temp #how_change_section .change_tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 45px;
}

#TOK-temp #how_change_section .change_tab .tab_right_side {
  width: 40%;
  padding-left: 50px;
  padding-right: 50px;
}

#TOK-temp #how_change_section .change_tab .tab_right_side img {
  max-width: 80%;
  float: right;
}

#TOK-temp #how_change_section .change_tab .tab_left_side {
  width: 80%;
  padding: 40px;
  box-shadow: 0 1px 20px rgba(32, 32, 32, 0.25);
  border-radius: 16px;
}

#TOK-temp #how_change_section .change_tab .tab_left_side .tab_element {
  position: relative;
  padding-left: 100px;
  color: #262626;
  margin-bottom: 15px;
}

#TOK-temp
  #how_change_section
  .change_tab
  .tab_left_side
  .tab_element:last-of-type {
  margin-bottom: 0;
}

#TOK-temp
  #how_change_section
  .change_tab
  .tab_left_side
  .tab_element
  .tab_element_number {
  position: absolute;
  left: 0;
  top: 0;
  color: #77dade;
  font-weight: 700;
  /*line-height: 40px;*/
  
}
#TOK-temp
  #benefity
  .box-text
  .list-box
  .details-box
  .single-text
  .tab_element_number {
  position: absolute;
  left: 0;
  top: 0;
  color: #77dade;
  font-weight: 700;
  }

#TOK-temp
  #benefity
  .box-text
  .list-box
  .details-box
  .single-text
 {
  position: relative;
  padding-left:45px;
  }


@media (max-width: 1200px) {
  #TOK-temp .f_18 {
    font-size: 1.6rem;
  }

  #TOK-temp .f_20 {
    font-size: 1.8rem;
  }
  #TOK-temp .f_24 {
    font-size: 2.2rem;
  }
  #TOK-temp .f_36 {
    font-size: 3.2rem;
  }
}
@media (max-width: 890px) {
  #TOK-temp #how_change_section .change_tab .tab_left_side {
    padding: 25px;
  }

  #TOK-temp #how_change_section .change_tab .tab_left_side .tab_element {
    padding-left: 60px;
  }
}
@media (max-width: 850px) {
  #TOK-temp .f_18 {
    font-size: 1.4rem;
  }

  #TOK-temp .f_20 {
    font-size: 1.6rem;
  }
  #TOK-temp .f_24 {
    font-size: 2rem;
  }
  #TOK-temp .f_36 {
    font-size: 3rem;
  }
}

@media (max-width: 740px) {
  #TOK-temp #how_change_section .change_tab .tab_right_side {
    display: none;
  }

  #TOK-temp #how_change_section .change_tab .tab_left_side {
    width: 100%;
  }
  #TOK-temp #how_change_section .tabs {
    flex-flow: column;
    padding: 25px;
  }

  #TOK-temp #how_change_section .tabs .single_tab {
    width: 100%;
  }

  #TOK-temp #how_change_section .tabs .single_tab:first-of-type {
    padding-right: 0;
    border-right: none;
  }

  #TOK-temp #how_change_section .tabs .single_tab:last-of-type {
    padding-left: 0;
  }

  #TOK-temp #how_change_section .change_tab {
    margin-top: 25px;
  }
}
@media (max-width: 600px) {
  #TOK-temp .f_18 {
    font-size: 1.2rem;
  }

  #TOK-temp .f_24 {
    font-size: 1.8rem;
  }
  #TOK-temp .f_36 {
    font-size: 2.8rem;
  }
}
