/*!



*/

.item-trainers:nth-child(even) .item-trainers__row {
    flex-direction: row-reverse;
}

.lang {
    color: #0745AA !important;
}

@media screen and (max-width: 768px) {
    .header__logo img {
        max-width: 124px;
    }
}

.body-hide-block__content {
	padding-top: 10px;
}

.change .form-contacts__input {
    padding-bottom: 0px;
    padding-top: 20px;
  }

.registration__form .form-contacts__label::before {
    right: 48px !important;
    left: auto !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.prog__container {
  max-width: 1280px;
  padding: 0 15px;
  margin: 0 auto; }
.prog__title {
  color: #122149;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
  line-height: 1.5; }

.items__wrapper {
  display: flex;
	    padding-bottom: 50px;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 24px; }

.item__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px; }
.item__content_1 {
  position: relative; }
  .item__content_1:hover::after {
    transform: scale(1.025); }
  .item__content_1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    z-index: -1;
    transition: all 0.3s ease 0s;
    border-radius: 20px;
    overflow: hidden;
    background-image: url(./img/training_bg.png); }
.item__content_2 {
  position: relative; }
  .item__content_2:hover::after {
    transform: scale(1.025); }
  .item__content_2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    z-index: -1;
    transition: all 0.3s ease 0s;
    border-radius: 20px;
    overflow: hidden;
    background-image: url(./img/center__bg.png); }
.item__content_3 {
  position: relative; }
  .item__content_3:hover::after {
    transform: scale(1.025); }
  .item__content_3::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    z-index: -1;
    transition: all 0.3s ease 0s;
    border-radius: 20px;
    overflow: hidden;
    background-image: url(./img/internships_bg.png); }
.item__content_4 {
  position: relative; }
  .item__content_4:hover::after {
    transform: scale(1.025); }
  .item__content_4::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    z-index: -1;
    transition: all 0.3s ease 0s;
    border-radius: 20px;
    overflow: hidden;
    background-image: url(./img/moots__bg.png); }
.item__content_5 {
  position: relative; }
  .item__content_5:hover::after {
    transform: scale(1.025); }
  .item__content_5::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    z-index: -1;
    transition: all 0.3s ease 0s;
    border-radius: 20px;
    overflow: hidden;
    background-image: url(./img/judicial_bg.png); }
.item__title {
  flex: 0 1 45%;
  min-width: 490px;
  padding: 1% 4%; }
.item__title-wrapper {
  line-height: 1.5;
  gap: 35px;
  color: #003282;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
  border-radius: 20px;
  position: relative;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 102px; }
.item__text {
  line-height: 1.5;
  min-width: 250px;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  flex: 0 1 51.5%; }

@media (max-width: 900px) {
  .items__wrapper {
    gap: 34px; }

  .item__box {
    flex-direction: column;
    align-items: stretch;
    gap: 7px; }

  .item__text {
    font-size: 17px; }

  .item__title {
    flex: 1 1 100%;
    min-width: unset;
    padding: 20px 27px; 
	min-height: 105px;
    display: flex;
    align-items: center;
    justify-content: space-between;}
    .item__title-wrapper {
      font-size: 19px;
      height: unset; } }