p {
  margin-bottom: 0;
}

header.header_itfuture .menu_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
header.header_itfuture .menu_block a {
  color: white;
  text-decoration: none;
}

header.header_itfuture.white_all.white .menu_block a {
  color: #3B445A;
}

footer.footer_itfuture {
  background: url(../img/footerbg1.jpg) center bottom no-repeat;
  background-size: cover;
}
footer.footer_itfuture .item3 a {
  display: block;
  color: white;
  margin-bottom: 16px;
  text-align: left;
}

@media (min-width: 0px) and (max-width: 766px) {
  .page-template-professions header .menu_block {
    display: none !important;
  }
  footer.footer_itfuture .line .item5,
  footer.footer_itfuture .line .item3 {
    min-width: 100%;
  }
  footer.footer_itfuture .line .item3 {
    margin-bottom: 32px;
  }
}
.backtocluster {
  background: rgba(255, 255, 255, 0.4);
  padding: 14px 24px;
  width: 182px;
  height: 52px;
  border-radius: 4px;
  font-family: Raleway;
  font-size: 16px;
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 21.6px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  text-decoration: none;
  color: white;
  white-space: nowrap;
}
.backtocluster:hover {
  text-decoration: none;
  color: white;
}

.main_block_profession {
  padding-top: 80px;
  padding-bottom: 40px;
}
.main_block_profession .link_back {
  margin-bottom: 60px;
  font-size: 16px;
  color: #3B445A;
  font-weight: bold;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4px;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.main_block_profession .link_back:before {
  content: "";
  display: block;
  background: #3B445A;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.main_block_profession .link_back:hover {
  text-decoration: none;
}
.main_block_profession .title {
  font-weight: 800;
  font-size: 48px;
  line-height: 1;
  color: #3B445A;
}
.main_block_profession p {
  font-size: 18px;
  line-height: 26px;
}

.desc_prof_block_1 {
  padding-top: 40px;
}
.desc_prof_block_1 .wrapper .tab {
  color: #3B445A;
}
.desc_prof_block_1 .wrapper .tab:not(.active) {
  opacity: 0.4;
}
.desc_prof_block_1 .tab_item {
  display: none;
}
.desc_prof_block_1 .tab_item:first-child {
  display: block;
}
.desc_prof_block_1 .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.desc_prof_block_1 .tabs .tab {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  font-family: Raleway;
  font-size: 24px;
  font-weight: 700;
  line-height: 31.2px;
  text-align: center;
  position: relative;
  padding-bottom: 7px;
  padding-top: 7px;
}
.desc_prof_block_1 .tabs .tab:before {
  content: "";
  display: block;
  height: 1px;
  background: #D0D8E3;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.desc_prof_block_1 .tabs .tab.tab1.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #1844DB;
  border-radius: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.desc_prof_block_1 .tabs .tab.tab2.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #FA7E0C;
  border-radius: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.desc_prof_block_1 .tab_content {
  margin-bottom: 40px;
}
.desc_prof_block_1 .tab_content .tab_item {
  padding: 13px 16px;
}
.desc_prof_block_1 .tab_content .tab_item .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.desc_prof_block_1 .tab_content .tab_item .link {
  font-family: Raleway;
  font-size: 16px;
  font-weight: 700;
  line-height: 21.6px;
  text-align: left;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 13px 16px;
  text-decoration: none;
}
.desc_prof_block_1 .tab_content .tab_item .link span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.desc_prof_block_1 .tab_content .tab_item.tab1 .link {
  color: #1844DB;
  border: 2px solid #1844DB;
}
.desc_prof_block_1 .tab_content .tab_item.tab2 .link {
  color: #FA7E0C;
  border: 2px solid #FA7E0C;
}
.desc_prof_block_1 .inner_grey_block {
  background: #F6F7F9;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 24px;
  padding-bottom: 40px;
  border-radius: 10px;
  margin-bottom: 40px;
}
.desc_prof_block_1 .img_block {
  margin-bottom: 60px;
}
.desc_prof_block_1 .img_block img {
  display: block;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.desc_prof_block_1 .title {
  font-weight: 800;
  font-size: 48px;
  margin-bottom: 40px;
}
.desc_prof_block_1 .text_block {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 30px;
}
.desc_prof_block_1 .text_block p {
  margin-bottom: 14px;
}
.desc_prof_block_1 .title2 {
  font-weight: 600;
  font-size: 38px;
  margin-bottom: 24px;
}
.desc_prof_block_1 .text_block_2 {
  font-family: Raleway;
  font-size: 18px;
  font-weight: 400;
  line-height: 26.1px;
  text-align: left;
}
.desc_prof_block_1 .text_block_2 ul {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
.desc_prof_block_1 .text_block_2 ul li {
  padding-left: 24px;
  position: relative;
  list-style: none;
  margin-bottom: 16px;
}

.desc_prof_block_1 .text_block_2 ul li:before {
  content:'';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  left: 5px;
  top: 8px;
  background: #FA7E0C;
}
.desc_prof_block_1 .text_block_2 p {
  margin-bottom: 14px;
}
.desc_prof_block_1 .title3 {
  font-family: Raleway;
  font-size: 32px;
  font-weight: 600;
  line-height: 38.4px;
  text-align: left;
  margin-bottom: 24px;
}
.desc_prof_block_1 ul.list-ul {
  padding: 0;
  margin: 0;
}
.desc_prof_block_1 ul.list-ul li {
  margin-bottom: 16px;
  list-style: none;
  position: relative;
  padding-left: 34px;
  font-family: Raleway;
  font-size: 18px;
  font-weight: 400;
  line-height: 26.1px;
  text-align: left;
}
.desc_prof_block_1 ul.list-ul li:last-of-type {
  margin-bottom: 0;
}
.desc_prof_block_1 ul.list-ul li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #FA7E0C;
  position: absolute;
  left: 7px;
  top: 7px;
}
.desc_prof_block_1 .menu_block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
  gap: 15px;
}
.desc_prof_block_1 .menu_block ul li {
  list-style: none;
}
.desc_prof_block_1 .menu_block ul li a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  height: 48px;
  padding-left: 12px;
  padding-right: 16px;
  border-radius: 4px;
  font-family: Raleway;
  font-size: 16px;
  font-weight: 700;
  line-height: 21.6px;
  text-align: left;
}
.desc_prof_block_1 .menu_block ul li a img {
  display: block;
  width: 32px;
  max-height: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.desc_prof_block_1 .menu_block ul li a span {
  font-family: Raleway;
  font-size: 16px;
  font-weight: 700;
  line-height: 21.6px;
  text-align: left;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.desc_prof_block_1 .menu_block ul.menu.tech li a {
  color: #1844DB;
  border: 2px solid #1844DB;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.desc_prof_block_1 .menu_block ul.menu.tech li a span {
  color: #1844DB;
}
.desc_prof_block_1 .menu_block ul.menu.tech li a:hover {
  background: #1844DB;
  color: white;
}
.desc_prof_block_1 .menu_block ul.menu.tech li a:hover span {
  color: white;
}
.desc_prof_block_1 .menu_block ul.menu.tech li a:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.desc_prof_block_1 .menu_block ul.menu.tech li.current-menu-item a {
  background: #1844DB;
}
.desc_prof_block_1 .menu_block ul.menu.tech li.current-menu-item a span {
  color: white;
}
.desc_prof_block_1 .menu_block ul.menu.tech li.current-menu-item a img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.desc_prof_block_1 .menu_block ul.menu.nontech li a {
  color: #FA7E0C;
  border: 2px solid #FA7E0C;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.desc_prof_block_1 .menu_block ul.menu.nontech li a span {
  color: #FA7E0C;
}
.desc_prof_block_1 .menu_block ul.menu.nontech li a:hover {
  background: #FA7E0C;
  color: white;
}
.desc_prof_block_1 .menu_block ul.menu.nontech li a:hover span {
  color: white;
}
.desc_prof_block_1 .menu_block ul.menu.nontech li a:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.desc_prof_block_1 .menu_block ul.menu.nontech li.current-menu-item a {
  background: #FA7E0C;
}
.desc_prof_block_1 .menu_block ul.menu.nontech li.current-menu-item a span {
  color: white;
}
.desc_prof_block_1 .menu_block ul.menu.nontech li.current-menu-item a img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.skills_prof {
  padding-top: 40px;
  padding-bottom: 40px;
  background: url(../img/bg28.png) left top no-repeat;
  background-size: 100% auto;
}
.skills_prof .row.cost {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 70px;
  background: #F6F7F9;
  border-radius: 24px;
}
.skills_prof .title {
  font-family: Raleway;
  font-size: 32px;
  font-weight: 600;
  line-height: 38.4px;
  text-align: left;
}
.skills_prof .line {
  padding: 20px;
  padding-top: 20px;
  background: white;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 24px;
  border: 1px solid #D0D8E3;
  border-radius: 10px;
}
.skills_prof .line:last-of-type {
  margin-bottom: 40px;
}
.skills_prof .line svg {
  min-width: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.skills_prof .line .text {
  font-family: Raleway;
  font-size: 18px;
  font-weight: 500;
  line-height: 24.3px;
  text-align: left;
}
.skills_prof .title2 {
  font-family: Raleway;
  font-size: 32px;
  font-weight: 600;
  line-height: 38.4px;
  text-align: left;
}
.skills_prof .text_block {
  font-family: Raleway;
  font-size: 18px;
  font-weight: 400;
  line-height: 26.1px;
  text-align: left;
}

.study_prof {
  padding-top: 40px;
  padding-bottom: 40px;
}
.study_prof .title {
  font-family: Raleway;
  font-size: 32px;
  font-weight: 600;
  line-height: 38.4px;
  text-align: left;
  margin-bottom: 32px;
}
.study_prof .item {
  background: #F6F7F9;
  border-radius: 10px;
  min-height: 230px;
  padding: 24px;
  padding-top: 34px;
  margin-bottom: 30px;
  height: 100%;
  padding-bottom: 12px;
}
.study_prof .item .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}
.study_prof .item .line .logo {
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.study_prof .item .line .logo img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 60px;
}
.study_prof .item .line .name {
  font-family: Raleway;
  font-size: 18px;
  font-weight: 700;
  line-height: 26.1px;
  text-align: left;
}
.study_prof .program {
  font-family: Raleway;
  font-size: 18px;
  font-weight: 700;
  line-height: 26.1px;
  text-align: left;
  margin-bottom: 8px;
}
.study_prof .program_name {
  font-family: Raleway;
  font-size: 18px;
  font-weight: 400;
  line-height: 26.1px;
  text-align: left;
  color: #3B445A;
  display: block;
  padding-bottom: 6px;
  margin-bottom: 8px;
  border-bottom: 1px solid #ddd;
}
.study_prof .program_name:last-of-type {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.lifehack_prof {
  padding-top: 40px;
  padding-bottom: 80px;
}
.lifehack_prof .title {
  font-family: Raleway;
  font-size: 32px;
  font-weight: 600;
  line-height: 38.4px;
  text-align: left;
  margin-bottom: 50px;
}
.lifehack_prof .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 30px;
}
.lifehack_prof .author .photo {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.lifehack_prof .author .author_info {
  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;
  gap: 4px;
}
.lifehack_prof .author .author_info .name {
  font-family: Raleway;
  font-size: 22px;
  font-weight: 600;
  line-height: 24.3px;
  text-align: left;
}
.lifehack_prof .author .author_info .position {
  font-family: Raleway;
  font-size: 18px;
  font-weight: 500;
  line-height: 17.5px;
  text-align: left;
}
.lifehack_prof .text_block {
  font-family: Raleway;
  font-size: 18px;
  font-weight: 400;
  line-height: 26.1px;
  text-align: left;
  margin-bottom: 30px;
}
.lifehack_prof .text_block p {
  margin-bottom: 14px;
}
.lifehack_prof .title_read {
  font-family: Raleway;
  font-size: 18px;
  font-weight: 700;
  line-height: 26.1px;
  text-align: left;
  margin-bottom: 8px;
}
.lifehack_prof .text_read {
  font-family: Raleway;
  font-size: 18px;
  font-weight: 400;
  line-height: 26.1px;
  text-align: left;
  margin-bottom: 7px;
}

.page-template-professions .wpml-ls-item-en {
  display: none;
}
.page-template-professions header .menu_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
}
.page-template-professions header .menu_block a {
  color: #3B445A;
  font-family: Raleway;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
}

@media (min-width: 0px) and (max-width: 766px) {
  .menu_right {
    .col:has(.wpml-ls-legacy-list-vertical) {
      padding-left: 0!important;
    }
  }
  .menu_right .lang_bottom_block .wpml-ls-legacy-list-vertical {
    margin-left: 0 !important;
  }
  .desc_prof_block_1 .inner_grey_block {
    padding-left: 12px;
    padding-right: 12px;
  }
  .desc_prof_block_1 .tabs .tab {
    padding: 13px 0;
  }
  .desc_prof_block_1 .menu_block ul {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
  .desc_prof_block_1 .menu_block ul li a {
    padding-left: 8px;
    padding-right: 8px;
    gap: 4px;
  }
  .desc_prof_block_1 .menu_block ul li a span,
  .desc_prof_block_1 .menu_block ul li a {
    font-size: 12px;
  }
  .desc_prof_block_1 .tabs .tab {
    font-size: 19px;
  }
  .desc_prof_block_1 .img_block img {
    margin-bottom: 16px;
  }
}