@import "lib-swiper.css";
@import "lib-select.css";
@import "block-vacancies.css";
@import "block-history.css";
@import "block-with-us.css";
@import "block-job.css";
@import "block-faq.css";
@import "block-slider-factory.css";
header {
    position: absolute;
    top: 0;
}
main {
    gap: 0px;
    background: #fff;
}
.start-block {
    /*background-image: url(../img/internships-start.jpg);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 100vh;
    color: #fff;
    display: flex;
    align-items: center;
    z-index: 1;
    margin-bottom: clamp(20px, 3.8961038961vw, 60px);
}
.start-block .container {
    margin: auto auto clamp(20px, 8.4415584416vw, 130px) auto;
    display: grid;
    gap: clamp(16px, 2.9220779221vw, 45px);
    height: 100%;
    min-height: clamp(680px, 51.9480519481vw, 800px);
}
.start-block .title {
    margin-top: clamp(100px, 15.9090909091vw, 245px);
}
.start-text {
    display: flex;
    flex-direction: column;
    grid-column: 1;
    grid-row: 2;
    color: var(--white-85);
    font-size: clamp(18px, 1.2987012987vw, 20px);
    line-height: clamp(22px, 1.8181818182vw, 28px);
    max-width: 489px;
    margin: 0 0 auto 0;
}
.start-text p:last-child {
    margin-bottom: 0;
}
.start-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.start-bottom .buttons {
    display: flex;
    gap: 8px;
}
.start-bottom .buttons .btn {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: clamp(18px, 1.5584415584vw, 24px) 24px;
    max-width: 307px;
    min-height: clamp(130px, 10vw, 154px);
    font-size: 18px;
    font-weight: 400;
    margin: auto 0 0 0;
    width: 307px;
    white-space: initial;
    text-align: left;
    justify-content: space-between;
}
.start-bottom .buttons .btn::after {
    content: "";
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27' fill='none'%3E%3Cpath d='M13.142 0.129499V25.5853M13.142 25.5853L25.8699 12.8574M13.142 25.5853L0.414028 12.8574' stroke='white'/%3E%3C/svg%3E");
    flex-shrink: 0;
}
.start-bottom .buttons .is-border {
    color: #fff;
    min-width: clamp(223px, 17.1428571429vw, 264px);
}
.internships-wrapper {
    padding-top: 0;
    padding-bottom: var(--gap-1);
    margin-bottom: var(--gap-1);
    border-bottom: 1px solid #e6e9ee;
}
.internships-wrapper .container {
    display: grid;
    grid-template-columns: 1fr clamp(290px, 29.8701298701vw, 460px);
    grid-row-gap: clamp(10px, 4.6753246753vw, 72px);
    grid-column-gap: var(--gap-2);
}
.internships-wrapper .container > .text {
    font-size: var(--font-size-5);
    line-height: 140%;
    color: var(--color-5);
    display: flex;
    align-items: flex-end;
    padding-bottom: clamp(1px, 0.5194805195vw, 8px);
}
.internships-wrapper .manufacture-slider .item .text {
    padding: clamp(15px, 1.9480519481vw, 30px) 0 0 0;
    justify-content: center;
}
.internships-content {
    border-bottom: 1px solid #e6e9ee;
    display: flex;
    flex-direction: column;
    gap: clamp(70px, 7.7922077922vw, 120px);
    max-width: 1360px;
}
.internships-content .subtitle {
    border-bottom: 1px solid #e6e9ee;
    color: rgba(26, 37, 44, 0.85);
    font-size: 16px;
    padding-bottom: 16px;
    margin-bottom: 8px;
}
.internships-content .block {
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 2.5974025974vw, 40px);
}
.internships-text .h4 {
    font-weight: 400;
    line-height: clamp(26px, 3.0519480519vw, 47px);
}
.internships-slider {
    position: relative;
    max-width: 820px;
    overflow: hidden;
}
.internships-slider .item {
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 1.5584415584vw, 24px);
}
.internships-slider .item::before {
    display: none;
}
.internships-slider .item-text {
    display: grid;
    grid-template-columns: 30px 1fr;
    grid-column-gap: clamp(24px, 8.4415584416vw, 130px);
    grid-row-gap: clamp(12px, 1.5584415584vw, 24px);
    padding-top: clamp(16px, 1.5584415584vw, 24px);
    border-top: 1px solid #e6e9ee;
}
.internships-slider .item .title,
.internships-slider .item .text {
    grid-column: 2/-1;
}
.internships-slider .item .title {
    font-weight: 500;
    font-size: clamp(16px, 1.4285714286vw, 22px);
    line-height: 1.2;
}
.internships-slider .item .img {
    height: clamp(140px, 21.5584415584vw, 332px);
    overflow: hidden;
}
.internships-slider .item p {
    margin-bottom: 12px;
}
.internships-slider .item p:last-child {
    margin-bottom: 0;
}
.internships-slider .slider-nav {
    top: calc(
            clamp(140px, 21.5584415584vw, 332px) - clamp(54px, 5.1948051948vw, 80px)
    );
    right: 0;
}
.internships-slider .slide-number {
    position: absolute;
    top: calc(
            clamp(140px, 21.5584415584vw, 332px) + clamp(32px, 3.1168831169vw, 48px)
    );
}
.list-block {
    display: grid;
    grid-template-columns: clamp(400px, 29.4805194805vw, 454px) 1fr;
    gap: clamp(20px, 2.5974025974vw, 40px);
}
.list-block .img {
    grid-column: 1;
    grid-row: 1/3;
}
.list-block .title,
.list-block .list {
    grid-column: 2;
}
.list-block .title {
    font-weight: 400;
    line-height: clamp(26px, 3.0519480519vw, 47px);
    margin-bottom: clamp(0px, 1.9480519481vw, 30px);
}
.list-block .subtitle {
    color: rgba(26, 37, 44, 0.85);
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 14px;
    border-bottom: 1px solid #d0d4d9;
}
.list-block .list {
    margin: auto 0 0 0;
}
.list-block .list li {
    padding: 12px 0;
    border-bottom: 1px solid #d0d4d9;
    display: flex;
    gap: clamp(18px, 1.5584415584vw, 24px);
    color: rgba(26, 37, 44, 0.85);
    font-size: 18px;
}
.list-block .list li:last-child {
    border-bottom: none;
    padding-bottom: 4px;
}
.list-block .list li::before {
    font-size: 16px;
    color: rgba(26, 37, 44, 0.4);
}
.list-block__signup {
    display: inline-block;
    margin-top: 40px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: var(--color-2);
    padding: 11px 27px;
    background: var(--color-1);
}
.internships-block {
    display: grid;
    grid-template-columns: 1fr clamp(350px, 29.4805194805vw, 454px);
    gap: clamp(12px, 4.4155844156vw, 68px);
}
.internships-block .h4 {
    font-weight: 400;
    line-height: clamp(26px, 3.0519480519vw, 47px);
    margin-bottom: clamp(0px, 1.9480519481vw, 30px);
}
.internships-block .items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    grid-column: 1/-1;
    border-top: 1px solid #d0d4d9;
    border-bottom: 1px solid #d0d4d9;
}
.internships-block .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: clamp(12px, 1.038961039vw, 16px);
    border-right: 1px solid #d0d4d9;
    padding-top: clamp(20px, 2.0779220779vw, 32px);
    padding-bottom: clamp(20px, 2.0779220779vw, 32px);
}
.internships-block .item:last-child {
    border-right: none;
    padding-left: clamp(20px, 2.0779220779vw, 32px);
}
.internships-block .item .title {
    font-weight: 500;
}
.internships-block .item .text {
    color: rgba(26, 37, 44, 0.6);
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 clamp(24px, 6.4935064935vw, 100px) 0;
}
.internships-block .text {
    margin: auto 0 5px 0;
    font-size: clamp(14px, 1.2987012987vw, 20px);
    line-height: 1.4;
}
.internships-block .img {
    max-width: 342px;
    position: relative;
}
.internships-block .img.is-video::before {
    content: "";
    width: 30px;
    height: 36px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='36' viewBox='0 0 30 36' fill='none'%3E%3Cpath d='M30 17.7402L-1.63133e-06 35.0607L-1.17124e-07 0.419724L30 17.7402Z' fill='white'/%3E%3C/svg%3E");
    transform: scale(1);
    transition: 0.3s ease;
}
.internships-block .img.is-video:hover::before {
    transform: scale(1.1);
    transition: 0.3s ease;
}
.history-block {
    margin-bottom: clamp(80px, 10.3896103896vw, 160px);
}
.history-item .text {
    background-color: var(--color-2);
}
.block-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.block-top p {
    max-width: 342px;
    width: 100%;
    flex-shrink: 1;
}
.block .text ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.block .text li {
    padding: 0;
    display: flex;
    flex-direction: row;
    gap: clamp(12px, 1.2987012987vw, 20px);
}
.block .text li:before {
    content: "";
    width: 11px;
    height: 2px;
    flex-shrink: 0;
    background: #ec2510;
    display: block;
    transform: translateY(10px);
}
.video .img {
    display: block;
    position: relative;
    margin-top: 40px;
    cursor: pointer;
}
.video .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.job-forms {
    background-color: #f0f0f0;
}
.job-forms__container {
    display: flex;
    margin-top: clamp(40px, 7.7922077922vw, 120px);
    gap: 40px;
    position: relative;
}
.job-forms__container .img {
    max-width: 455px;
    width: 100%;
}
.job-form .title {
    grid-column: 1/-1;
}
.job-form.with-collaborator .subtitle,
.job-form.with-collaborator .job-fields.collaborator {
    display: block;
}
.job-form fieldset:focus-within label {
    transform: translateY(50%);
}
.job-form fieldset .radio {
    position: relative;
    display: block;
    max-width: 184px;
    width: 100%;
}
.job-form fieldset .radio input {
    display: none;
}
.job-form fieldset .radio input:checked + span {
    border: 1px solid var(--color-5);
}
.job-form fieldset .radio span {
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0);
    width: 100%;
    text-align: center;
    padding: 20px 47px;
    background: var(--color-2);
}
.job-form fieldset.job-fields__radio {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    border-bottom: none;
}
.job-form fieldset.job-fields__ready {
    border-bottom: none;
}
.job-form fieldset.job-fields__ready label {
    transform: translateY(50%);
}
.job-fields {
    grid-column: 1/-1;
}
.job-fields .subtitle {
    display: none;
}
.job-fields.collaborator {
    display: none;
}
.job-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid #e6e9ee;
}
.job-tabs .item {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: clamp(20px, 2.5974025974vw, 40px);
    line-height: 1.2;
    color: rgba(26, 37, 44, 0.4);
    cursor: pointer;
    transition: color 0.2s ease-in-out;
}
.job-tabs .item::after {
    content: "";
    width: 20px;
    height: 19px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='19' viewBox='0 0 20 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0.499999L19 18.5M19 18.5H1M19 18.5V0.499999' stroke='%23EC2510'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.job-tabs .item:first-child {
    border-right: 1px solid #e6e9ee;
}
.job-tabs .item.active,
.job-tabs .item:hover {
    color: #1a252c;
}
.modal-video iframe {
    display: block;
    width: 800px;
    height: 400px;
}

.mol-page .start-block {
	margin-bottom: 0;
}
.mol-page .start-block .btn.is-border {
	color: #fff;
}
.mol-sec{
	padding: 20px 0;
}
.mol-sec-grey {
	background: var(--color-2);
}
.mol-sec.team-block .container{
	background-color: transparent;
}
.mol-sec .container{
	padding: 20px ;
	background-color: #fff;
}
.mol-page .container{
	display: block;
}
.mol-page .internships-content {
	max-width: none;
	gap: 0 !important;
}
.mol-page .row-int .list-block {
	display: block;
}
.mol-page .start-block .container {
	margin: auto auto clamp(20px, 8.4415584416vw, 130px) auto;
	display: grid;
	gap: clamp(16px, 2.9220779221vw, 45px);
	height: 100%;
	min-height: clamp(680px, 51.9480519481vw, 800px);
}
.mol-page .title {
	margin-bottom: clamp(20px, 2.5974025974vw, 40px);;
}
.mol-page .faq-block .item:first-child {
	border-color: rgba(255, 255, 255, 0.25);
}
.mol-page .faq-block .item .title{
	margin-bottom: 0;
}
.mol-page .internships-content {
	gap: 50px;
}
.mol-page .team-block .text {
	font-size: 20px;
}
.mol-page .faq-block .item {
	align-items: start;
}
.mol-page .internships-wrapper {
	padding-bottom: 0;
	margin-bottom: 0;
}
.mol-page  .container-mol {
	display: grid;
	grid-template-columns: 1fr 414px;
	grid-row-gap: clamp(10px, 4.6753246753vw, 72px);
	grid-column-gap: 0px;
}
.mol-page .cnt-block {
	display: block !important;
}
.mol-page .history-block {
	margin-top: 70px;
}
.mol-page .title span {
	color: #ff4f22;
}
.mol-page .steps-item {
	background-color: #1A252C;
	color: #fff;
}
.mol-page .form-container {
	grid-template-columns: auto;
}
.mol-page .sidebar-form ~ .img{
	display: none;
}

.sidebar-form .form-container {
	padding: 0;
}
.mol-sidebar .job-forms__container {
	margin: 0;
}
.mol-sidebar .job-forms {
	background-color: #fff;
}
.mol-sidebar .job-form .field-agreement {
	height: auto;
	padding: 0;
}
.mol-sidebar .job-form .field-agreement label {
	font-size: 14px !important;
}
.mol-sidebar .job-form .commentary {
	margin-bottom: 10px;
}
.sidebar-form .title {
	font-size: 28px;
}
.sidebar-form .btn {
	justify-content: center;
}
.sidebar-form .title {
	margin-bottom: 0;
}
.mol-sidebar .job-form fieldset {
	height: 40px;
	font-size: 16px !important;
}
.row-int {
	display: grid;
	grid-template-columns: 66% 1fr;
	gap: 20px;
}
.row-int .img {
	margin: 0;
}
.row-int .img img{
	height: 100%;
	object-fit: cover;
}
.mol-page .history-block {
	/* margin: 0; */
	/* padding-bottom: clamp(80px, 10.3896103896vw, 160px); */
}
.mol-page .container {
	/* padding-left: 0; */
	/* padding-right: 0; */
}
.mol-page .cnt-block {
	padding-left: 0;
	padding-right: 0;
}
.mol-page .faq-block .container {
	padding: 20px;
}

.mol-sidebar .job-fields__ready {
	height: 20px !important;
	margin: 10px 0;
}

.mol-sidebar .job-form fieldset .radio span {
	padding-top: 12px;
	padding-bottom: 12px;
}

.mol-sidebar .sidebar-form .title {
	margin-bottom: 16px;
}

.mol-sidebar .job-file {
	height: 60px;
}

.mol-sidebar .job-file .text {
	margin-top: 5px;
	margin-bottom: 5px;
}

.mol-sidebar .btn.is-big {
	min-height: 30px;
	height: 30px;
}

.mol-sidebar fieldset.commentary {
	height: 60px;
}

.mol-page .vacancies-block {
	/* min-height: 100%; */
}

.mol-page .job-form fieldset {
	margin-bottom: 10px;
}

.mol-page {
  background-color: #F0F0F0;
}
.mol-page .list-block .list li:last-child {
  border-bottom: 1px solid #d0d4d9;
}
.mol-page .list-block .list li:first-child {
  border-top: 1px solid #d0d4d9;
}
.mol-page .internships-block .item {
  gap: 24px;
  justify-content: flex-start;
  padding: 20px;
}
.mol-page .internships-block .item > * {
  margin: 0;
}
.mol-page .internships-block .item .text {
  flex: 1 1 auto;
}

.mol-sidebar .job-forms {
  padding: 20px;
}
.mol-sec.internships-block .img{
	max-width: 100%;
}
.mol-sec.internships-block .items {
	border-bottom: 0;
}
.mol-page .team-block .text {
	margin-bottom: 24px;
}
.mol-page .job-form fieldset {
  margin-bottom: 16px;
}

.mol-sidebar .job-form .commentary {
  margin-bottom: 16px;
}

.mol-page .title span {
  color: #EC2510;
}

.mol-page .commentary.error .invalid-message {
  top: calc(100% + 1px);
}
.mol-page .field-agreement.error .invalid-message {
  top: calc(100% - 0px);
}
.mol-page .job-forms .container {
	grid-template-columns: auto !important;
	width: 100%;
}

@media (min-width: 1199px) {
	.mol-page .team-block .container,
	.mol-page .history-block.container,
	.mol-page .job-forms .container {
		display: grid;
		grid-template-columns: 1fr clamp(290px, 29.8701298701vw, 460px);
		grid-row-gap: clamp(10px, 4.6753246753vw, 72px);
		align-items: start;
		/* column-gap: 10px; */
	}
	.mol-page .team-block .container .img{
		grid-column: 1 / -1;
	}
	.mol-page .team-block .title {
		font-size: 80px;
	}
	.mol-page .team-block .container {
		column-gap: 20px;
	}
	.mol-page .with-us .item {
		display: grid;
		grid-template-columns: 320px 1fr;
	}
	.mol-page .h2 {
		font-size: 80px;
	}
	.mol-page .row-int {
		grid-template-columns: 47% 1fr;
	}
	.mol-page .history-block.container {
		padding-left: clamp(3.125rem, 2.0856rem + 1.387vw, 3.75rem);
	}
	.mol-content .internships-content {
		margin-left: -40px;
	}
	.vacancies-block:has(.mol-sidebar) {
		padding-top: 16px !important;
		padding-bottom: 16px !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.mol-page .start-text {
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}
	.mol-page .steps-item {
		padding: 22px;
	}
	.mol-page .steps-item__title {
		font-size: 22px;
	}
	.mol-page .team-block p {
		font-size: 16px;
		line-height: 1.4;
	}
	.mol-page .group-inputs {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 12px;
	}

	.vacancies-block:has(.mol-sidebar) {
		padding: 0 !important;
		padding-top: 40px !important;
	}

	.active.vacancies-block:has(.mol-sidebar) {
		padding: 0 !important;
	}
	.mol-page .start-block {
		margin-bottom: 20px;
	}
	.mol-page .steps {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.mol-page .faq-block {
		padding-bottom: 40px;
	}
	.mol-page .team-block {
		padding-bottom: 60px;
	}
	.mol-sec .container{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.mol-page .faq-block .container {
		padding: 32px;
	}
	.mol-page .team-block .cnt-block {
		padding-bottom: 0;
	}
	.block.with-us.mol-sec {
		padding-top: 40px;
	}
	.team-block.mol-sec {
		padding-top: 0;
	}
    .mol-page .start-block {
        background-image: var(--bg-1);
    }
	.mol-page .vacancies-block {
		border: 0;
	}
	.mol-page .internships-wrapper {
		border-bottom: 0;
	}
	.mol-content .internships-content {
		border: 0;
	}
	.block.internships-block.mol-sec {
		padding-bottom: 0;
	}
}
@media (max-width: 1450px) {
    .internships-wrapper .container {
        grid-template-columns: 1fr 460px;
    }
    .job-form fieldset .radio span {
        padding: 15px 26px;
    }
}
@media (max-width: 1199px) {
    .job-form fieldset.job-fields__radio {
        height: auto;
        flex-direction: column;
    }
	.row-int {
		display: grid;
		grid-template-columns: auto;
	}
	.mol-page .steps-list{
		grid-template-columns: auto;
		gap: 20px;
	}
	.mol-sec{
		padding: 20px 0;
	}
	.mol-page .title br {
		display: initial;
	}
	.mol-page .start-text {
		margin-bottom: 0;
		justify-content: flex-end;
	}
	.mol-page .history-block {
		margin-top: 40px;
		display: none;
	}
    .mol-page .start-block {
        background-image: var(--bg-2);
    }
}
@media (max-width: 991px) {
    .job-forms__container {
        display: block;
    }
    .job-forms__container img {
        display: none;
    }
    .job-form fieldset.job-fields__radio {
        flex-direction: row;
    }
}
@media (max-width: 900px) {
    .internships-wrapper .container {
        display: flex;
        flex-direction: column;
    }
    .vacancies-block {
        transform: translate(0px, 0) !important;
    }
}
@media (max-width: 900px) {
    .start-block .container {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        margin: auto auto 20px auto;
    }
    .start-facts {
        background-color: #f0f0f0;
        width: calc(100% + var(--padding-1) + var(--padding-1));
        margin-left: calc(-1 * var(--padding-1));
        padding: 20px var(--padding-1);
    }
    .start-facts .item {
        color: rgba(26, 37, 44, 0.85);
        border-top: 1px solid #d0d4d9;
    }
    .start-facts .item:first-child {
        border-top: none;
    }
    .start-facts b {
        color: #1a252c;
    }
    .list-block .list {
        grid-column: 1/-1;
    }
    .modal-video iframe {
        width: 600px;
        height: 320px;
    }
}
@media (max-width: 800px) {
    .job-form .form-container {
        display: block;
    }
    .job-form fieldset input {
        padding: 10px 0;
    }
    .job-form fieldset .radio {
        max-width: 100%;
    }
    .internships-block {
        display: flex;
        flex-direction: column;
    }
    .internships-block .items {
        grid-template-columns: 1fr;
    }
    .internships-block .item {
        border-right: none;
    }
    .internships-block .item:last-child {
        padding-left: 0;
        border-top: 1px solid #d0d4d9;
    }
    .internships-block .img {
        width: 100%;
        max-width: none;
    }
}
@media (max-width: 700px) {
    .start-bottom .buttons {
        flex-direction: column;
        width: 100%;
    }
    .start-bottom .buttons .btn {
        font-size: 16px;
        flex-direction: row;
        max-width: 100%;
        width: 100%;
        min-height: auto;
        height: auto;
    }
    .block-top {
        flex-direction: column;
        gap: 12px;
    }
    .block-top p {
        max-width: 100%;
    }
    .list-block {
        display: flex;
        flex-direction: column;
    }
    .list-block .title {
        font-size: 20px;
    }
    .video .play {
        width: 50px;
        height: 50px;
    }
}
@media (max-width: 600px) {
    .start-block {
        min-height: auto;
    }
    .start-block .container {
        min-height: calc(100vh - 20px);
    }
    .start-btn {
        max-width: none;
    }
    .start-text {
        margin-bottom: 145px;
    }
    .start-facts .item {
        flex-direction: column;
        align-items: flex-start;
    }
    .modal-video iframe {
        width: 280px;
        height: 200px;
    }
}
/*# sourceMappingURL=page-internships.css.map */


.steps {
    padding: 40px 0;
    background: var(--color-2);
}
.steps-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 12px;
}
.steps-item {
    padding: 32px;
    background: #fff;
}
.steps-item__top {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 60px;
}
.steps-item__count {
    font-size: var(--font-size-7);
}
.steps-item__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: var(--color-1);
}
.steps-item__icon img {
    display: block;
    width: 48px;
    height: 48px;
    object-fit: contain;
}
.steps-item__title {
    font-size: var(--font-size-5);
    font-weight: 500;
    line-height: 31px;
    margin-bottom: 16px;
}