/* грид */
body {
    background: #101010;
}
.t-records {
    background: rgb(255,255,255,0);
}
#allrecords {
    background-image: url(https://static.tildacdn.com/tild6539-3265-4465-a564-393439383962/grid_lines_1200.svg);
    background-position: center center;
    background-attachment: scroll;
    background-repeat: repeat !important;
    background-size: contain !important;
}
@media (max-width: 1199px) {
    #allrecords {
        background-image: url(https://static.tildacdn.com/tild3636-3162-4832-b365-346437623862/grid_lines_960.svg);
    }
}
@media (max-width: 959px) {
    #allrecords {
        background-image: url(https://static.tildacdn.com/tild6439-6566-4137-b835-386564303562/grid_lines_640.svg);
    }
}
@media (max-width: 639px) {
    #allrecords {
        background-image: url(https://static.tildacdn.com/tild3639-6332-4538-b262-313663613031/grid_lines_480.svg);
    }
}
@media (max-width: 479px) {
    #allrecords {
        background-image: url(https://static.tildacdn.com/tild6539-6561-4366-b037-616366383261/grid_lines_320.svg);
    }
}





/* шапка по скролу*/
#rec588378832 {
    position: relative;
    z-index: 1001 !important;
}
#rec588378834 {
    position: fixed !important;
    top: 0 !important;
    width: 100%;
    z-index: 1000 !important;
    opacity: 0;
    transition: opacity .5s ease;
    will-change: opacity;
}
#rec588378834 .t396__artboard {
    overflow: inherit;
}
.shown {
    opacity: 1 !important;
}





/* главная кнопка в мобилках */
#rec588387027 {
    opacity: 1;
    transition: opacity .3s ease, transform .5s ease;
    position: fixed !important;
    bottom: 0 !important;
    width: 100%;
    z-index: 1000 !important;
}
.hidden {
    opacity: 0 !important;
    transform: scale(0);
}





/* выделение текста */
::selection {
    color: #fff;
    background-color: #5FCC75;
}





/* не выделение текста :) */
a, button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}





/* скролл-бар */
/* Работает в Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #5FCC75 #101010;
}

/* Работает в Chrome, Edge и Safari */
*::-webkit-scrollbar {
  width: 6px;
}

*::-webkit-scrollbar-track {
  background: #101010;
}

*::-webkit-scrollbar-thumb {
  background-color: #5FCC75;
  border-radius: 2px;
}





/* фак */
.t585 .t-col:first-child .t585__header  {
    border-top: 0px solid #303030 !important;
}
.t585__trigger-button {
    cursor: pointer;
}
.t585__border {
    height: 0 !important;
}
.t585__header:hover .t585__icon {
    opacity: 1;
}
.t585__content {
    will-change: max-height;
}
.t585__title {
    display: flex;
}
.t585__icon {
    width: 18px;
    height: 18px;
    padding: 0;
}
.t585__lines {
    will-change: transform;
}
.t585__icon svg {
    width: 18px;
    height: 18px;
}
.t585__circle {
    display: none;
}
.t585__title span {
    width: 10px;
    font-size: 12px;
    margin: 1px 3px 0 0;
}
@media (max-width: 959px) {
    .t585__trigger-button {
        padding: 15px 30px 15px 0 !important;
    }
    .t585__title {
        font-size: 15px !important;
    }
    .t585__text {
        font-size: 12px !important;
    }
    .t585__icon {
        width: 15px;
        height: 15px;
    }
    .t585__icon svg {
        width: 15px;
        height: 15px;
    }
    .t585__title span {
        width: 8px;
        font-size: 10px;
        margin: 1px 4px 0 0;
    }
}
@media (max-width: 639px) {
    .t585__trigger-button {
        padding: 14px 30px 14px 0 !important;
    }
    .t585__title {
        font-size: 14px !important;
    }
    .t585__icon {
        width: 14px;
        height: 14px;
    }
    .t585__icon svg {
        width: 14px;
        height: 14px;
    }
}





/* линки */
.link-in .tn-atom, .link-in_grey .tn-atom, .link_out .tn-atom {
    width: auto !important;
}
.link-in a, .link-in_grey a, .link_out a {
    display: inline-block;
    position: relative;
}
.link-in a::after, .link-in_grey a::after, .link_out a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0px;
    left: 0;
    background-color: #f8f8f8;
    will-change: transform;
    transition: transform 0.3s ease-out;
}
.link-in_grey a::after {
    background-color: #9B9B9B;
    transform: scaleX(0);
    transform-origin: bottom right;
}
.link-in a::after {
    transform: scaleX(0);
    transform-origin: bottom right;
}
.link-in a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
.link-in_grey a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
.link_out a::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
.link_out a:hover::after {
    transform: scaleX(0);
    transform-origin: bottom right;
}





/* фикс мыльной фотки */
.juniors__img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}
@media (max-width: 959px) {
    .juniors__img {
        border-radius: 12px;
    }
}
@media (max-width: 479px) {
    .juniors__img {
        border-radius: 8px;
    }
}





/* настройки главного видео */
.tn-juniors-video .tn-atom {
    display: flex;
    height: inherit;
}
.juniors-video-container {
    width: inherit;
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid #303030;
    transform: translate3d(0, 0, 0);
}
.juniors-video-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,0.15);
    border-radius: 12px;
}
@media (max-width: 479px) {
    .juniors-video-container {
        border-radius: 8px;
        border: 1px solid #F8F8F8;
    }
    .juniors-video-container::after {
        border-radius: 8px;
    }
}





/* настроки для сертификата */
.diploma__img {
    width: calc(100% - 4px);
    height: auto;
    background: linear-gradient(#101010, #101010) padding-box,
    linear-gradient(to left top, #1f1f1f 30%, #3d3d3d 100%) border-box;
    border-radius: 12px;
    border: 2px solid transparent;
}
@media (max-width: 479px) {
    .diploma__img {
        width: calc(100% - 2px);
        border-radius: 8px;
        border: 1px solid transparent;
    }
}





/* свои стили лайтбокс */
.t-zoomer__container {
    background: #101010 !important;
    color: #f8f8f8 !important;
}
.t-carousel__zoomer__img {
    border-radius: 8px;
}
.t-zoomer__close path {
    fill: #f8f8f8 !important;
}
.t-zoomer__scale path {
    stroke: #f8f8f8 !important;
}
.t-zoomer__close, .t-zoomer__scale, .t-carousel__zoomer__arrow__wrapper:before{
    background: #303030 !important;
}
.friendly-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'SuisseIntl',Arial,sans-serif;
    font-size: 12px;
    line-height: 1.30;
    font-weight: 400;
    color: #f8f8f8;
    border: 1px solid #5FCC75;
    border-radius: 6px;
    transition: 0.3s ease;
}
.friendly-slider:hover {
    background: #5FCC75;
}





/* плей/офф видео */
video-play {
    cursor: pointer;
}
.reviews-list__card-player {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.reviews-list__card-video {
    z-index: 1;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 156px;
    height: 156px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    
}
.reviews-list__card-video video {
    overflow: hidden;
    border-radius: 100vw;
}
.reviews-list__card-video::after {
    content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    border-radius: 100vw;
    border: 3px solid #1c1c1c;
    overflow: hidden;
}
.reviews-list__card-play-btn {
    transition: all 0.3s ease;
}
.reviews-list__card-play-btn {
    position: absolute;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 12px;
    border-radius: 100vw;
    background: rgb(16,16,16,60%);
}
.video-play.playing .reviews-list__card-play-btn {
    opacity: 0;
}
.reviews-list__card-play-btn-ico {
    width: 24px;
    height: 24px;
}
.reviews-list__card-player:hover .reviews-list__card-play-btn {
    transform: scale(0.9);
}
@media (max-width: 959px) {
    .reviews-list__card-video {
        width: 150px;
        height: 150px;
    }
}
@media (max-width: 479px) {
    .reviews-list__card-video {
        width: 118px;
        height: 118px;
    }
    .reviews-list__card-play-btn {
        padding: 9px;
    }
    .reviews-list__card-play-btn-ico {
        width: 18px;
        height: 18px;
    }
}





/* поп-ап */
.t-popup {
    will-change: opacity;
    transition: opacity ease 0.3s;
}
/* скролл-бар */
/* Работает в Firefox */
.t-popup {
  scrollbar-width: none;
}
/* Работает в Chrome, Edge и Safari */
.t-popup::-webkit-scrollbar {
  width: 0;
}
.t-popup__container {
    border-radius: 12px;
    max-width: 586px;
    right: 12px;
    left: 12px;
}
.t-popup__container-animated {
    will-change: transform;
    -webkit-transition: transform ease 0.4s;
    -moz-transition: transform ease 0.4s;
    -o-transition: transform ease 0.4s;
    transition: transform ease 0.4s;
}
@media (max-width: 1199px) {
    .t-popup__container {
        border-radius: 12px;
        max-width: 460px;
    }
}
@media (max-width: 639px) {
    .t-popup__close svg {
        width: 18px;
        height: 18px;
    }
    .t-popup {
        padding: 0 12px;
    }
}
.t390__wrapper {
    display: flex;
    flex-direction: column;
}
.t-popup__block-close-button {
    width: auto;
}
.t390__title {
    margin-bottom: 4px;
    padding-right: 30px;
}
.t390__uptitle {
    order: 2;
    margin-bottom: 0 !important;
    padding-right: 30px;
    letter-spacing: 0;
}
.t390__descr {
    order: 3;
    margin-top: 18px !important;
}
.t390__descr span {
    margin-bottom: 8px;
    display: inline-block;
}
/* Фикс дерганья крестика при ховере в сафари */
@media (min-width: 1199px) {
    .t-popup__close  {
        will-change: opacity;
    }
}
/* Фикс бага обрезки поп-апа на айфоне */
@media (max-width: 479px) {
    
}





/* разработчикам */
.developers__text .tn-atom {
    letter-spacing: -0.05vw;
}

@media (max-width: 479px) {
    .developers__text .tn-atom {
        
    }
}





/* мобильное меню */
.t450__container {
    padding: 72px 24px 48px 24px;
    display: flex;
    justify-content: space-between;
}
.t450__rightcontainer {
    display: flex;
    flex-direction: column;
    text-align: right;
    align-items: end;
}
.t450__close {
    width: 50px;
    height: 50px;
    top: 0px;
    right: 14px;
}
.t450__close_icon {
    width: 30px;
    height: 30px;
}  
.t450__close_icon span {
    height: 1px;
}
.t450__close_icon span:nth-child(2), .t450__close_icon span:nth-child(3) {
    top: 15px;
}
.t450__list_item {
    display: flex;
    padding: 0px !important;
    margin-bottom: 14px;
}
.t450__list_item a {
    line-height: 1.1;
    margin-bottom: 0;
    display: flex;
}
.t450__list_item .t-active {
    opacity: .6;
}
.t450__right_descr {
    margin-top: 8px;
}
.t450__right_descr:first-child {
    width: 50%;
    font-size: 14px;
    line-height: 1.15;
    color: #f8f8f8;
}
.t450__right_descr:last-child {
    width: auto !important;
    position: relative;
}
.t450__right_descr:last-child a {
    line-height: 1.8;
    color: #f8f8f8 !important;
}
.t450__right_descr:last-child a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0px;
    left: 0;
    background-color: #f8f8f8;
    transition: transform 0.3s ease-out;
}
.t450__right_descr:last-child a::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
.t450__right_descr:last-child a:hover::after {
    transform: scaleX(0);
    transform-origin: bottom right;
}
.t450__overlay {
    will-change: opacity;
    display: block;
    visibility: hidden;
    transition: opacity ease 0.25s;
}
.t450__menu_show {
    visibility: visible;
}
.t450 {
    will-change: transform;
    webkit-transition: transform cubic-bezier(.77, 0, .175, 1) 0.5s;
    -moz-transition: transform cubic-bezier(.77, 0, .175, 1) 0.5s;
    -o-transition: transform cubic-bezier(.77, 0, .175, 1) 0.5s;
    transition: transform cubic-bezier(.77, 0, .175, 1) 0.5s;
    -moz-transform: translate(0,-100%);
    -ms-transform: translate(0,-100%);
    -webkit-transform: translate(0,-100%);
    -o-transform: translate(0,-100%);
    transform: translate(0,-100%);
}
@media screen and (max-width: 640px) {
    .t450__container {
        padding: 72px 12px 48px 12px;
    }
    .t450__close {
        right: 2px;
    }
}





/* френдли эффект )) */
body {
    overflow-x: hidden;
}
.we__img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    will-change: transform;
    max-width: 15vw;
    height: auto;
    border-radius: 0.667vw;
}
@media (max-width: 1199px) {
    .we__img {
        display: none;
        position: relative;
        
    }
}





/* тарифы */
.internship {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.internship *,
.internship *::before,
.internship *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
.common-button {
  display: inline-block;
  padding: 11px;
  border-radius: 6px;
  color: #f8f8f8 !important;
  border: 1px solid #5fcc75;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
@media (min-width: 480px) {
  .common-button {
    padding: 11px 18px;
  }
}
@media (min-width: 960px) {
  .common-button {
    padding: 11px 15px;
  }
}
a.common-button:hover {
  background-color: #5fcc75;
}
span.common-button {
  opacity: 0.6;
}
span.common-button:hover {
  cursor: default;
}
.highlight-text {
  color: #5fcc75;
}
.internship {
  font-family: "SuisseIntl", "Arial", "Helvetica CY", "Nimbus Sans L", sans-serif;
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
  color: #9b9b9b;
}
.internship__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1200px;
  padding: 40px 12px;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .internship__wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 960px) {
  .internship__wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .internship__wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.internship__heading {
  margin-bottom: 36px;
}
@media (min-width: 640px) {
  .internship__heading {
    margin-bottom: 48px;
  }
}
@media (min-width: 960px) {
  .internship__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .internship__heading {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 72px;
  }
}
.internship__title {
  width: calc(50% - 6px);
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 23px;
  font-weight: 400;
  color: #f8f8f8;
}
@media (min-width: 640px) {
  .internship__title {
    width: 100%;
    margin-bottom: 24px;
    font-size: 36px;
    line-height: 38px;
  }
}
@media (min-width: 960px) {
  .internship__title {
    width: calc(25% - 12px);
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .internship__title {
    margin-top: 0;
  }
}
.internship__subtitle {
  margin: 0;
}
@media (min-width: 640px) {
  .internship__subtitle {
    font-size: 15px;
    line-height: 21px;
  }
}
@media (min-width: 960px) {
  .internship__subtitle {
    width: calc(50% - 12px);
  }
}
.internship__table-heading {
  display: none;
}
@media (min-width: 960px) {
  .internship__table-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
  }
}
.internship__heading-item {
  width: calc(25% - 72px / 4);
  margin-right: 24px;
  font-size: 12px;
  line-height: 14px;
}
.internship__heading-item:nth-child(2) {
  width: calc((25% - 72px / 4) / 2);
  margin-right: 0;
}
@media (min-width: 1200px) {
  .internship__heading-item:nth-child(2) {
    width: calc((20% - 72px / 4) / 2);
  }
}
.internship__heading-item:nth-child(3) {
  width: calc((25% - 72px / 4) / 2);
}
@media (min-width: 1200px) {
  .internship__heading-item:nth-child(3) {
    width: calc((30% - 72px / 4) / 2);
  }
}
.internship__heading-item:last-child {
  margin-right: 0;
}
.internship__heading-item:nth-child(n + 3) {
  text-align: right;
}
.internship__heading-item .internship-item__term-wrapper {
  font-size: 12px;
  line-height: 14px;
}
.internship-item__term a {
    padding: 2px 2px 2px 0;
}
.internship__heading-item .internship-item__info-button {
  height: 14px;
}
.internship__table-body {
  border-top: 1px solid #f8f8f8;
}
.internship__table-row {
  border-bottom: 1px solid #f8f8f8;
}
@media (min-width: 960px) {
  .internship__table-row {
    padding: 24px 0;
    border-color: #303030;
  }
}
.internship__note {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 95%;
  margin: 15px 0 0;
  font-size: 10px;
  line-height: 14px;
  text-align: right;
}
@media (min-width: 480px) {
  .internship__note {
    width: 60%;
  }
}
@media (min-width: 640px) {
  .internship__note {
    width: calc(50% - 12px);
    font-size: 12px;
    line-height: 17px;
  }
}
@media (min-width: 960px) {
  .internship__note {
    width: calc(25% - 72px / 4);
    margin-top: 24px;
  }
}
.internship__asterisk {
  color: #5fcc75;
}
.internship__no-recruitment {
  padding: 47px 0 48px;
  border-bottom: 1px solid #f8f8f8;
  text-align: center;
}
@media (min-width: 640px) {
  .internship__no-recruitment {
    padding: 144px 0 146px;
  }
}
.internship-item {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 10px;
  line-height: 13px;
}
@media (min-width: 640px) {
  .internship-item {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (min-width: 960px) {
  .internship-item {
    line-height: 14px;
  }
}
@media (min-width: 960px) {
  .internship-item__cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.internship-item__cell:first-child {
  width: 100%;
  padding: 16px 0 20px;
  border-bottom: 1px solid #303030;
}
@media (min-width: 640px) {
  .internship-item__cell:first-child {
    width: calc(50% - 12px);
    padding: 24px 0 28px;
  }
}
@media (min-width: 960px) {
  .internship-item__cell:first-child {
    width: calc(25% - 72px / 4);
    margin-right: 24px;
    padding: 0;
    border: 0;
  }
}
.internship-item__cell:nth-child(2) {
  width: calc(50% - 6px);
  padding: 14px 12px 18px 0;
  border-bottom: 1px solid #303030;
}
@media (min-width: 640px) {
  .internship-item__cell:nth-child(2) {
    width: calc(25% + 6px);
    padding: 24px 0 28px 24px;
  }
}
@media (min-width: 960px) {
  .internship-item__cell:nth-child(2) {
    width: calc((25% - 72px / 4) / 2);
    padding: 3px 0 0;
    border: 0;
  }
}
@media (min-width: 1200px) {
  .internship-item__cell:nth-child(2) {
    width: calc((20% - 72px / 4) / 2);
    padding-top: 6px;
  }
}
.internship-item__cell:nth-child(2) .internship-item__term {
  margin-bottom: 6px;
}
.internship-item__cell:nth-child(3) {
  width: calc(50% + 6px);
  padding: 14px 0 18px 12px;
  border-bottom: 1px solid #303030;
}
@media (min-width: 640px) {
  .internship-item__cell:nth-child(3) {
    width: calc(25% + 6px);
    padding: 24px 0 28px 24px;
  }
}
@media (min-width: 960px) {
  .internship-item__cell:nth-child(3) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: calc((25% - 72px / 4) / 2);
    margin-right: 24px;
    padding: 3px 0 0;
    border: 0;
  }
}
@media (min-width: 1200px) {
  .internship-item__cell:nth-child(3) {
    width: calc((30% - 72px / 4) / 2);
    padding-top: 6px;
  }
}
@media (min-width: 960px) {
  .internship-item__cell:nth-child(3) .internship-item__definition {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: right;
  }
}
.internship-item__cell:nth-child(3) .internship-item__term {
  margin-bottom: 6px;
}
.internship-item__cell:nth-child(3) .internship-item__value {
  letter-spacing: -0.01em;
}
.internship-item__cell:nth-child(4) {
  width: calc(50% - 6px);
  padding: 18px 12px 48px 0;
  border-right: 1px solid #303030;
}
@media (min-width: 640px) {
  .internship-item__cell:nth-child(4) {
    width: calc(50% - 12px);
    padding-top: 22px;
  }
}
@media (min-width: 960px) {
  .internship-item__cell:nth-child(4) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: calc(25% - 72px / 4);
    margin-right: 24px;
    padding: 3px 0 0;
    border: 0;
  }
}
@media (min-width: 1200px) {
  .internship-item__cell:nth-child(4) {
    padding-top: 6px;
  }
}
@media (min-width: 960px) {
  .internship-item__cell:nth-child(4) .internship-item__definition {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: right;
  }
}
.internship-item__cell:nth-child(4) .internship-item__term {
  margin-bottom: 6px;
}
@media (min-width: 640px) {
  .internship-item__cell:nth-child(4) .internship-item__term {
    margin-bottom: 8px;
  }
}
.internship-item__cell:nth-child(5) {
  width: calc(50% + 6px);
  padding: 18px 0 48px 12px;
}
@media (min-width: 640px) {
  .internship-item__cell:nth-child(5) {
    width: calc(50% + 12px);
    padding-top: 22px;
    padding-left: 24px;
  }
}
@media (min-width: 960px) {
  .internship-item__cell:nth-child(5) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: calc(25% - 72px / 4);
    padding: 3px 0 0;
    border: 0;
  }
}
@media (min-width: 1200px) {
  .internship-item__cell:nth-child(5) {
    padding-top: 6px;
  }
}
@media (min-width: 960px) {
  .internship-item__cell:nth-child(5) .internship-item__definition {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: right;
  }
}
.internship-item__cell:nth-child(5) .internship-item__term {
  margin-bottom: 6px;
}
@media (min-width: 640px) {
  .internship-item__cell:nth-child(5) .internship-item__term {
    margin-bottom: 8px;
  }
}
@media (min-width: 960px) {
  .internship-item__cell .internship-item__term {
    display: none;
  }
}
.internship-item__term-wrapper {
  font-size: 14px;
  line-height: 18px;
  color: #f8f8f8;
}
@media (min-width: 640px) {
  .internship-item__term-wrapper {
    font-size: 18px;
    line-height: 23px;
    vertical-align: bottom;
  }
}
@media (min-width: 960px) {
  .internship-item__term-wrapper {
    color: #9b9b9b;
  }
}
.internship-item__info-button {
  padding: 0;
  margin-top: 2px;
  margin-left: 1px;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  text-align: left;
  display: inline;
  width: 22px;
  height: 14px;
  cursor: pointer;
  background-image: url("https://static.tildacdn.com/tild6234-3838-4262-b964-656564333231/i.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 14px;
  vertical-align: top;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (min-width: 640px) {
  .internship-item__info-button {
    margin-top: 3px;
    margin-left: 2px;
    width: 23px;
    height: 23px;
    background-size: 16px;
    background-position: left 2px center;
  }
}
@media (min-width: 960px) {
  .internship-item__info-button {
    margin-top: 0;
    margin-bottom: 1px;
    width: 16px;
    background-size: 14px;
  }
}
.internship-item__info-button:hover {
  opacity: 0.6;
}
.internship-item__definition {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
}
.internship-item__definition .underline-link {
  margin-top: 12px;
  font-size: 12px;
  line-height: 14px;
  color: #f8f8f8 !important;
}
.internship-item__definition .common-button {
  width: 100%;
  margin: 18px 0 8px;
}
@media (min-width: 480px) {
  .internship-item__definition .common-button {
    width: auto;
  }
}
@media (min-width: 640px) {
  .internship-item__definition .common-button {
    margin-top: 18px;
  }
}
@media (min-width: 960px) {
  .internship-item__definition .common-button {
    margin: 12px 0 8px;
  }
}
.internship-item__name {
  margin-bottom: 4px;
  font-size: 22px;
  line-height: 24px;
  color: #f8f8f8;
}
@media (min-width: 640px) {
  .internship-item__name {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 960px) {
  .internship-item__name {
    margin-bottom: 3px;
    font-size: 18px;
    line-height: 21px;
  }
}
@media (min-width: 1200px) {
  .internship-item__name {
    font-size: 24px;
    line-height: 28px;
  }
}
.internship-item__value {
  font-size: 12px;
  line-height: 14px;
  color: #f8f8f8;
}
@media (min-width: 640px) {
  .internship-item__value {
    line-height: 16px;
  }
}
.internship-item__price-value {
  font-size: 14px;
  line-height: 18px;
  color: #f8f8f8;
}
@media (min-width: 640px) {
  .internship-item__price-value {
    font-size: 18px;
    line-height: 23px;
  }
}
.internship-item__price-value + sup {
  padding-left: 4px;
  font-size: 10px;
  line-height: 13px;
}
@media (min-width: 640px) {
  .internship-item__price-value + sup {
    padding-left: 6px;
    font-size: 12px;
    line-height: 16px;
  }
}
@media (min-width: 640px) {
  .internship-item__availability {
    font-size: 10px;
    line-height: 13px;
  }
}
.no-recruitment {
  position: relative;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.no-recruitment .underline-link {
  font-size: 12px;
  line-height: 16px;
  color: #f8f8f8 !important;
}
@media (min-width: 640px) {
  .no-recruitment .underline-link {
    font-size: 15px;
    line-height: 19px;
  }
}
.no-recruitment::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 42px;
  height: 42px;
  background-image: url("https://static.tildacdn.com/tild3266-6563-4238-a265-643961356135/cat_sad.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 640px) {
  .no-recruitment::after {
    width: 50px;
    height: 50px;
  }
}
.no-recruitment__title {
  width: 75%;
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 25px;
  color: #f8f8f8;
}
@media (min-width: 480px) {
  .no-recruitment__title {
    width: 50%;
  }
}
@media (min-width: 640px) {
  .no-recruitment__title {
    width: 100%;
    font-size: 24px;
    line-height: 28px;
  }
}
.no-recruitment__subtitle {
  width: 75%;
  margin: 0 0 24px;
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 480px) {
  .no-recruitment__subtitle {
    width: 50%;
  }
}
@media (min-width: 640px) {
  .no-recruitment__subtitle {
    width: 100%;
    line-height: 14px;
  }
}
.underline-link {
  position: relative;
  padding-bottom: 6px;
}
.underline-link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.underline-link:hover::after {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
}





/* фикс отсутвия скейла в фоксе декстоп */
@-moz-document url-prefix() {
    .t585 .t-container {
        max-width: 100%;
    }
    .t585 .t-col {
        max-width: 100%;
        padding: 0 3.750vw !important;
        margin: 0 !important;
    }
    @media screen and (min-width: 480px) {
        .t585 .t-col {
            padding: 0 2.500vw !important;
        }
    }
    @media screen and (min-width: 640px) {
        .t585 .t-col {
            padding: 0 3.750vw !important;
        }
    }
    @media screen and (min-width: 960px) {
        .t585 .t-col {
            padding: 0 2.500vw !important;
        }
    }
    @media (min-width: 1200px) {
        .t585 .t-col {
            padding: 0 2vw !important;
        }
    }
    .internship__wrapper {
        max-width: 100%;
        padding: 40px 3.750vw;
    }
    @media screen and (min-width: 480px) {
        .internship__wrapper {
            padding: 40px 2.500vw;
        }
    }
    @media screen and (min-width: 640px) {
        .internship__wrapper {
            padding: 60px 3.750vw;
        }
    }
    @media screen and (min-width: 960px) {
        .internship__wrapper {
            padding: 80px 2.500vw;
        }
    }
    @media (min-width: 1200px) {
        .internship__wrapper {
            padding: 80px 2vw;
        }
    }
}