.all_professions, .professions_top, .professions_test, .professions_form, .professions_seo {
  max-width: 1190px;
  margin: auto;
  margin-bottom: 60px;
}
.professions_title {
  font-size: 32px;
  color: #4D4D4D;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 0;
  font-family: 'Inter-Regular', sans-serif;
}
.all_professions .professions_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.all_professions .professions_item {
  padding: 24px 20px;
  font-size: 18px;
  color: #4D4D4D;
  line-height: 1.1;
  font-weight: 400;
  background: #F2F2F2;
  border-radius: 16px;
  width: calc((100% - 30px) / 4);
  letter-spacing: -0.2px;
}
.professions_top .professions_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 18px;
}
.professions_top .professions_item {
  padding: 30px;
  font-size: 18px;
  color: #4D4D4D;
  line-height: 1.1;
  font-weight: 400;
  background: #D3EFFF;
  border-radius: 20px;
  width: calc((100% - 36px) / 3);
  letter-spacing: -0.2px;
  position: relative;
  height: 180px;
}
.professions_top .professions_item::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='8' viewBox='0 0 18 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5202 4.35355C17.7155 4.15829 17.7155 3.84171 17.5202 3.64645L14.3382 0.464466C14.143 0.269204 13.8264 0.269204 13.6311 0.464466C13.4359 0.659728 13.4359 0.976311 13.6311 1.17157L16.4595 4L13.6311 6.82843C13.4359 7.02369 13.4359 7.34027 13.6311 7.53553C13.8264 7.7308 14.143 7.7308 14.3382 7.53553L17.5202 4.35355ZM0.166656 4.5H17.1667V3.5H0.166656V4.5Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
  background-color: #FF6D1E;
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.professions_top .professions_item img {
  position: absolute;
  height: 100%;
  right: 0;
  bottom: 0;
}
.professions_test .professions_container {
  width: 100%;
  background-color: #D3EFFF;
  border-radius: 20px;
  padding: 50px;
  display: flex;
  flex-direction: row;
  gap: 32px;
  position: relative;
  overflow: hidden;
}
.professions_test .professions_col {
  display: flex;
  flex-direction: column;
  z-index: 2;
  justify-content: space-between;
  width: 40%;
  height: 254px;
}
.professions_test p {
  font-size: 20px;
  color: #4D4D4D;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -0.2px;
}
.professions_test a {
  padding: 17px;
  width: 100%;
  border: none;
  text-align: center;
  border-radius: 10px;
  background-color: #FF6D1E;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}
.professions_test img {
  position: absolute;
  right: 50px;
  height: 100%;
  bottom: 0;
}
.professions_form .professions_container {
  border-radius: 10px;
  background: #001585;
  padding: 20px;
  color: #FFF;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.professions_form .professions_col {
  width: calc((100% - 40px) / 2);
  flex-direction: column;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end
}
.professions_form .professions_col:first-child {
  align-items: flex-start;
}
.professions_form form {
  max-width: 460px;
  padding: 10px 0;
}
.professions_form h2 {
  color: #fff;
}
.professions_form .professions_row {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.professions_form .professions_item {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #f2f3f5;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  max-width: 140px;
  width: 140px;
}
.professions_form .professions_item img {
  width: 30px;
  height: 30px;
  object-fit: cover;
}
.professions_form form .button {
  display: block;
  width: 100%;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  color: #ffffff;
  background-color: var(--blue-main);
  border-radius: 10px;
  font-family: 'Inter';
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  padding: 17px 20px;
}
.content-form__title{
  color: #FFF;
}
.content-form__descr{
  color:#FFF;
  opacity: 0.8;
}
.professions_form form .politic{
  color:#FFF;
  opacity: 0.4;
  margin-bottom: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.form-inputs-wrap{
  display: flex;
  column-gap: 10px;
  flex-wrap: wrap;
}
.professions_form form input[type='text']{
  display: block;
  outline: none;
  border-radius: 5px;
  border: 1px solid #cacaca;
  background: #FFF;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 10px;
  width: 100%;
  flex: 1 1 45%;
}
.professions_form form input[type='text']::placeholder{
  color: #cacaca;
}
.professions_form form .button{
  padding: 12px 20px;
  margin-bottom: 10px;
  border: none;
}
.professions_form form .button-orange {
  background: #fb641e;
}
/***** COURSE Faq ****/
#screen_prefooter_faq_block_cont { width: 1120px; padding: 20px 0 0 0; margin-left: calc(50% - 560px); position: relative; border-radius: 10px; }

#screen_prefooter_faq_block.screen_block_item_gr { background: #F2F3F5; }
#screen_prefooter_faq_block.screen_block_item_gr #screen_prefooter_faq_block_cont { padding-top: 120px; padding-bottom: 100px; }

#screen_prefooter_faq_block_header { color: rgb(0, 21, 133); font-size: 32px; font-weight: 700; line-height: 100%; margin-bottom: 40px; }
#screen_prefooter_faq_block_txt { width: 550px; float: left; color: rgb(77, 77, 77); font-size: 18px; font-weight: 400; line-height: 120%; padding-bottom: 20px}
#screen_prefooter_faq_block_list { width: 550px; float: right; color: rgb(77, 77, 77); font-size: 18px; font-weight: 400; line-height: 120%; border-bottom: 1px solid rgba(77,77,77,0.4); }
.screen_prefooter_faq_block_list_item { border-top: 1px solid rgba(77,77,77,0.4); }
#screen_prefooter_faq_block .screen_prefooter_faq_block_list_item_q { padding-right: 40px; line-height: 24px; background: url('/s24/images/faq_block_list_item_q.png') center right no-repeat; background-size: 24px; }
#screen_prefooter_faq_block .screen_prefooter_faq_block_list_item_sel .screen_prefooter_faq_block_list_item_q { background: url('/s24/images/faq_block_list_item_q_sel.png') center right no-repeat; background-size: 24px; }
#screen_prefooter_faq_block .screen_prefooter_faq_block_list_item_a { height: 1px; transition: 0.5s; padding-top: 0; font-size: 14px; font-style: normal; font-weight: 400; line-height: 20px; }
#screen_prefooter_faq_block .screen_prefooter_faq_block_list_item_sel .screen_prefooter_faq_block_list_item_a { height: auto; padding-top: 20px;  padding-bottom: 20px;}

#screen_prefooter_faq_block{
	background: #fff;
	width: auto !important;
	margin: 0 auto !important;
	padding: 0;
}
#screen_prefooter_faq_block_cont {
	margin: 0 auto;
	width: auto;
	max-width: 1120px !important;
	display: flex;
	gap: 0px;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0;
}
#screen_prefooter_faq_block_header {
	flex-basis: 100%;
}

#screen_prefooter_faq_block_list {
	width:50%;
}
#screen_prefooter_faq_block_txt{
	width: calc(50% - 30px);
}
.screen_prefooter_faq_block_list_item_q {
	cursor: pointer;
}
.screen_prefooter_faq_block_list_item {
	padding: 0;
  overflow: hidden;
}
.screen_prefooter_faq_block_list_item_q {
	padding: 20px 30px 20px 0;
}
.screen_prefooter_faq_block_list_item.screen_prefooter_faq_block_list_item_sel:last-child .screen_prefooter_faq_block_list_item_a {
	margin-bottom: 20px;
}

#screen_careerpartners_block_cont {
  /*margin-bottom: 120px;*/
}
.professions_seo p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 20px;
  margin-top: 0;
  color: #4D4D4D;
}
.professions_seo h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 30px;
  margin-top: 40px;
  color: #001585;
}
.professions_seo h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
  margin-top: 30px;
  color: #4D4D4D;
}
.professions_seo li {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 0;
  color: #4D4D4D;
}
.professions_seo li::marker {
  font-size: 0;
}
.professions_seo li::before {
  content: "✲ ";
  font-family: "Inter";
  font-size: 14px;
  line-height: 1.4;
  color: #4D4D4D;
  font-weight: 600;
}
.professions_seo li b {
  font-weight: 600;
}
.professions_seo ul {
  padding: 0;
  margin-bottom: 10px;
}
.professions_tag {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  padding: 5px 15px;
  border-radius: 100px;
  background-color: #0199EC;
  margin-bottom: 30px;
}

#screen_foreign_reviews_header {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  color: #4D4D4D;
  margin-bottom: 40px;
  width: auto !important;
  margin: 0px auto 40px auto;
  max-width: 1140px !important;
}
@media screen and (max-width: 1200px)  {
  .professions_top .professions_item img {
    height: 80%;
  }
}
@media screen and (max-width: 1000px)  {
  .professions_top .professions_item img {
    height: 70%;
  }
  .professions_form .professions_item {
    width: 110px;
  }
  .professions_form .professions_row {
    gap: 5px;
  }
  .all_professions .professions_item {
    width: calc((100% - 30px) / 3);
  }
  #screen_prefooter_faq_block_cont {
    flex-direction: column;
  }
  #screen_prefooter_faq_block_txt {
    width: 100%;
  }
  #screen_prefooter_faq_block_list {
    width: 100%;
    margin-top: 20px;
  }
  .professions_test img {
    right: -80px;
  }
}
@media screen and (max-width: 768px)  {
  .professions_form .professions_container {
    flex-direction: column;
  }
  .professions_form .professions_col {
    width: 100%;
  }
  .professions_form .professions_row {
    gap: 10px;
    flex-direction: column;
  }
  .professions_title {
    font-size: 22px
  }
  /*.professions_form .professions_title {
    margin-top: 37px;
  }*/
  .professions_form .professions_item {
    width: fit-content;
    max-width: 100%;
    flex-direction: row;
  }
  .professions_top .professions_item {
    width: calc((100% - 8px) / 2);
    padding: 12px;
    font-size: 14px;
    overflow: hidden;
    height: 158px;
  }
  .professions_form form {
    max-width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .professions_form form input[type='text'] {
    flex: 1 1 100%;
  }
  .professions_top .professions_container {
    gap: 8px;
  }
  .professions_top .professions_item img {
    right: -30px;
    height: 90%;
  }
  .professions_top .professions_item::after {
    width: 30px;
    height: 30px;
    left: 12px;
    bottom: 12px;
  }
  .all_professions .professions_container {
    gap: 4px;
  }
  .all_professions .professions_item {
    width: calc((100% - 4px) / 2);
    padding: 20px 8px;
    font-size: 13px;
  }
  .professions_test .professions_container {
    padding: 20px;
    height: 474px;
  }
  .professions_test .professions_col {
    width: 100%;
    height: 177px;
  }
  .professions_test .professions_title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .professions_test p {
    font-size: 14px;
  }
  .professions_test img {
    right: calc(50% - 255px);
    height: 61%;
    width: 510px;
    max-width: max-content;
  }
  .professions_seo h2 {
    font-size: 25px;
  }
  .professions_seo h3 {
    font-size: 18px;
  }
  #screen_foreign_reviews_header {
    font-size: 25px;
  }
}
