.career_inner .section-title{
	text-align: center;
}
.career_inner .section-title::after{
	left: 50%;
	transform: translateX(-50%);
}

.directions{
	/*
	display: flex;
	gap: clamp(15px,1vw,20px);
	*/
	columns: 3;
	
	column-width: calc((100% / 3) - 20px);
}

.directions a{
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	box-sizing: border-box;
	background-size: cover;
	background-position: center;
	/*
	width: calc((100% / 3) - 20px);
	*/
	width: 100%;
	text-align: center;
	border-radius: clamp(5px,0.5vw,10px);
	overflow: hidden;
	margin-bottom: clamp(15px,1vw,20px);
	aspect-ratio: 1/0.8;
}

.directions a:nth-child(7n + 2),.directions a:nth-child(7n + 6){
	aspect-ratio: 1/1.65;
}

.directions a::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	z-index: 1;
}

.directions span{
	position: relative;
	z-index: 2;
	font-weight: bold;
	font-family: "PT Sans Caption", sans-serif;
	font-size: 20px;
}

.what-else {
    margin-top: 40px;
}
.what-else-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 30px;
}
.what-card {
    display: flex;
    flex-direction: column;
    gap: 15px;
	box-sizing: border-box;
  background: #ffffff;
  color: #1a202c;
  padding: 30px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.what-card .icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.what-card .icon img {
    width: 100%;
    height: auto;
    display: block;
}
.what-card h4 {
    font-family: "PT Sans Caption", sans-serif;
    font-size: 20px;
    margin: 0;
    font-weight: 700;
	position: relative;
}
.what-card h4::after {
  content: '';
  background-color: #4b9af5;
  height: 6px;
  width: 90px;
  border-radius: 6px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -12px;
}

.what-card p {
    margin: 0;
    font-size: 16px;
    opacity: 0.9;
    line-height: 1.5;
}
.what-image {
    grid-column: 1 / -1;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 8px;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
	overflow: hidden;
}
.what-image img {
    max-width: 100%;
    height: auto;
    display: block;
}
@media (max-width: 768px) {
    .what-else-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}


.what-form {
    grid-column: 1 / -1;
    background: rgba(255,255,255,0.95);
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    width: 500px;
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: clamp(20px,2.1vw,40px);
}
.what-form p {
    margin: 0 0 20px 0;
    font-size: 18px;
    color: #011e3a;
    line-height: 1.5;
}
.what-form input[type="text"] {
    width: 100%;
    max-width: 400px;
    padding: 12px 20px;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
    box-sizing: border-box;
    margin-bottom: 20px;
    background: #fff;
}
.what-form input[type="text"]::placeholder {
    color: #999;
}
.what-form .btn {
    background: rgba(0, 105, 170, 0.8);
    background-image: linear-gradient(90deg, rgba(0, 105, 170, 0.8) 0%, rgba(20, 137, 209, 0.8) 50%, rgba(0, 105, 170, 0.8) 100%);
    -webkit-box-shadow: inset 0px 0px 18px 0px rgba(160,200,246,0.6);
    -moz-box-shadow: inset 0px 0px 18px 0px rgba(160,200,246,0.6);
    box-shadow: inset 0px 0px 18px 0px rgba(160,200,246,0.6);
    border-radius: 6px;
    border: none;
    box-sizing: border-box;
    display: inline-flex;
    padding: 0 40px;
    height: 48px;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.3s;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    justify-content: center;
    align-items: center;
    min-width: 200px;
}
.what-form .btn:hover {
    opacity: 0.9;
}
@media (max-width: 600px) {
    .what-form {
        padding: 20px;
    }
    .what-form p {
        font-size: 16px;
    }
    .what-form input[type="text"],
    .what-form .btn {
        width: 100%;
        max-width: 100%;
    }
}


.why-us {
    margin-top: 40px;
}
.why-us-intro {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 30px;
}
.why-us-intro p {
    margin: 0;
    font-size: 16px;
    color: #ffffff;
    opacity: 0.9;
    line-height: 1.6;
}
.balance-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background: rgba(255,255,255,0.95);
    padding: 15px 30px;
    border-radius: 6px;
    margin: 30px auto;
    max-width: 400px;
}
.balance-header .icon {
    width: 40px;
    height: 40px;
}
.balance-header .icon img {
    width: 100%;
    height: auto;
    display: block;
}
.balance-header h3 {
    font-family: "PT Sans Caption", sans-serif;
    font-size: 20px;
    color: #011e3a;
    margin: 0;
    font-weight: 700;
}
.balance-wrapper {
    position: relative;
    max-width: 800px;
    margin: 50px auto;
    min-height: 570px;
}
.balance-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 280px;
  height: 280px;
    background: rgba(255,255,255,0.1);
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
	background-size: cover;
	background-position: center;
}

.balance-center img{
	width: 100%;
	object-fit: cover;
}
.balance-center p {
    margin: 0;
    font-size: 14px;
    color: #ffffff;
    opacity: 0.8;
    line-height: 1.5;
}
.balance-point {
    position: absolute;
    text-align: center;
    max-width: 200px;
}
.balance-point.top {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.balance-point.bottom {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.balance-point.left {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.balance-point.right {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.balance-point .arrow {
    width: 48px;
    height: 48px;
    margin: 0 auto 0;
    background: #2a2a2a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.balance-point .arrow img {
    width: 24px;
    height: 24px;
    display: block;
}
.balance-point.top .arrow { transform: rotate(0deg); }
.balance-point.bottom .arrow { transform: rotate(180deg); }
.balance-point.left .arrow { transform: rotate(-90deg); }
.balance-point.right .arrow { transform: rotate(90deg); }

.balance-point.left{
	display: flex;
	gap: 10px;
	align-items: center;
}
.balance-point.right{
	display: flex;
	gap: 10px;
	align-items: center;
}
.balance-point p {
    margin: 0;
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.4;
}
.balance-point p .highlight {
    text-transform: uppercase;
}
.balance-text {
    max-width: 800px;
    margin: 40px auto 0;
}
.balance-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.balance-text li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    color: #ffffff;
    opacity: 0.9;
    line-height: 1.6;
}
.balance-text li::before {
    content: '✓';
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    background: #4b9af5;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    margin-top: 2px;
}
.balance-text li .highlight {
    text-transform: uppercase;
    font-weight: 600;
}
@media (max-width: 900px) {
    .balance-wrapper {
        min-height: auto;
        padding: 20px 0;
    }
    .balance-center {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        margin: 0 auto 30px;
        width: 100%;
        max-width: 280px;
    }
    .balance-point {
        position: relative;
        left: auto !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        transform: none !important;
        max-width: 100%;
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        gap: 15px;
        text-align: left;
    }
    .balance-point .arrow {
        margin: 0;
        flex: 0 0 48px;
    }
    .balance-point p {
        flex: 1;
    }
}

.stats-section {
    margin-top: 40px;
}
.stats-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 30px 0;
}
.stat-box {
    background: rgba(255,255,255,0.95);
    padding: 15px 25px;
    border-radius: 6px;
    text-align: center;
    min-width: 200px;
}
.stat-box .number {
    font-family: "PT Sans Caption", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #011e3a;
    margin: 0;
}
.stat-note {
    max-width: 600px;
    margin: 30px auto 0;
    background: rgba(255,255,255,0.95);
    padding: 15px 25px;
    border-radius: 6px;
    text-align: center;
}
.stat-note p {
    margin: 0;
    font-size: 14px;
    color: #011e3a;
    opacity: 0.8;
    line-height: 1.5;
}
@media (max-width: 600px) {
    .stat-box {
        min-width: 100%;
    }
}

.stories-section {
    margin-top: 40px;
}
.stories-intro {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 30px;
}
.stories-intro p {
    margin: 0;
    font-size: 16px;
    color: #ffffff;
    opacity: 0.9;
    line-height: 1.6;
}
.stories-slider-wrapper {
    max-width: 800px;
    margin: 0 auto;
}
.stories-slider .slide {
    outline: none;
    background: rgba(255,255,255,0.08);
    border-radius: 8px;
    padding: 30px;
}
.stories-slider .slide-media {
    background: rgba(255,255,255,0.1);
    border-radius: 8px;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    position: relative;
}
.stories-slider .slide-media img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}
.stories-slider .play-icon {
    width: 80px;
    height: 80px;
    background: rgba(0,0,0,0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s;
}
.stories-slider .play-icon:hover {
    transform: scale(1.1);
}
.stories-slider .play-icon img {
    width: 30px;
    height: 30px;
    display: block;
}
.stories-slider .slide-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.stories-slider .slide-content li {
    font-size: 16px;
    color: #ffffff;
    opacity: 0.9;
    padding-left: 20px;
    position: relative;
    line-height: 1.5;
}
.stories-slider .slide-content li::before {
    content: '•';
    color: #4b9af5;
    position: absolute;
    left: 0;
    font-size: 20px;
    line-height: 1;
}
.stories-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: none;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stories-slider .slick-arrow:hover {
}

.stories-slider .slick-prev::before, .stories-slider .slick-next::before{
	display: none;
}
.stories-slider .slick-prev {
    left: -50px;
}
.stories-slider .slick-next {
    right: -50px;
}
.stories-slider .slick-arrow img {
    width: 100%;
    height: 100%;
    display: block;
}
.stories-slider .slick-dots {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    display: flex !important;
    justify-content: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.stories-slider .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0;
}
.stories-slider .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(255,255,255,0.4);
    cursor: pointer;
}
.stories-slider .slick-dots li button:before {
    display: none;
}
.stories-slider .slick-dots li.slick-active button {
    background: #4b9af5;
}
@media (max-width: 900px) {
    .stories-slider .slick-prev {
        left: 10px;
    }
    .stories-slider .slick-next {
        right: 10px;
    }
}
@media (max-width: 600px) {
    .stories-slider .slide {
        padding: 20px;
    }
    .stories-slider .slide-media {
        min-height: 250px;
        margin-bottom: 20px;
    }
    .stories-slider .slide-content li {
        font-size: 15px;
    }
}

.reviews-section {
    margin-top: 40px;
}
.reviews-intro {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px;
}
.reviews-intro p {
    margin: 0;
    font-size: 16px;
    color: #ffffff;
    opacity: 0.9;
    line-height: 1.6;
}
.reviews-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.review-block {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 55%;
}
.review-block:not(:first-child){
	margin-top: -50px;
}
.review-block.reverse {
    flex-direction: row-reverse;
    margin-left: auto;
}
.review-block .text {
    flex: 1;
    color: #ffffff;
    padding: 20px;
    border-radius: 8px;
}
.review-block .text p {
    margin: 0;
    font-size: 15px;
    color: #ffffff;
    line-height: 1.6;
}
.review-block .photo {
    flex: 0 0 250px;
    height: 300px;
    background: #e8e8e8;
    border-radius: 8px;
    overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #011e3a;
}
.review-block .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
@media (max-width: 900px) {
    .review-block,
    .review-block.reverse {
        width: 100%;
        flex-direction: column !important;
        margin-left: 0;
    }
    .review-block .photo {
        flex: 0 0 200px;
        width: 100%;
    }
}


.events-section {
    margin-top: 40px;
}
.events-intro {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px;
    display: flex;
    align-items: center;
    gap: 30px;
}
.events-intro .event-label {
    margin: 0;
    font-size: 20px;
    color: #ffffff;
    opacity: 0.9;
    line-height: 1.2;
	text-align: left;
}

.events-intro .event-photos .photo{
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #011e3a;
}
.events-list {
    display: flex;
    gap: 50px;
	flex-wrap: wrap;
}
.event-group {
    display: flex;
    align-items: center;
    gap: 30px;
}
.event-group.reverse {
    flex-direction: row-reverse;
}

.event-group .event-label{
	text-align: right;
}

.event-group.reverse .event-label{
	text-align: left;
}

.event-label {
    width: 30%;
    font-size: 20px;
    color: #ffffff;
    opacity: 0.9;
    line-height: 1.2;
	font-weight: bold;
}
.event-photos {
    flex: 1;
    display: flex;
    gap: 0;
    position: relative;
}
.event-photos .photo {
    width: 33.33%;
    height: 200px;
    background: rgba(255,255,255,0.1);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
	box-sizing: border-box;
	border: 1px solid #011e3a;
}

.event-photos .photo:not(:first-child){
	margin-left: -30px;
}

.event-photos .photo:nth-child(2) {
    margin-top: 30px;
}
.event-photos .photo:nth-child(3) {
    margin-top: -30px;
}
.event-photos .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.event-simple {
    display: flex;
    gap: 30px;
    align-items: center;
	flex-direction: column;
	width: calc(50% - 30px);
	text-align: center;
}
.event-simple .event-label{
	width: 50%;
}
.event-simple .photo {
    width: 50%;
    height: 300px;
    background: rgba(255,255,255,0.1);
    border-radius: 8px;
    overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #011e3a;
}
.event-simple .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.events-footer {
    text-align: center;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.2);
}
.events-footer p {
    margin: 0;
    font-size: 20px;
    color: #ffffff;
    opacity: 0.9;
    line-height: 1.2;
	font-weight: bold;
}
.events-footer .photos {
    display: flex;
    gap: 0;
    justify-content: center;
    margin-top: 20px;
}
.events-footer .photos .photo {
    width: 400px;
    height: 200px;
    background: rgba(255,255,255,0.1);
    border-radius: 8px;
    overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #011e3a;
}
.events-footer .photos .photo:not(:first-child){
	margin-left: -30px;
}

.events-footer .photos .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
@media (max-width: 900px) {
    .event-group,
    .event-group.reverse {
        flex-direction: column;
    }
    .event-label {
        width: 100%;
        text-align: center;
    }
    .event-photos {
        width: 100%;
        flex-direction: column;
    }
    .event-photos .photo {
        width: 100%;
        margin-top: 0 !important;
    }
    .event-simple {
        flex-direction: column;
    }
    .event-simple .photo {
        width: 100%;
    }
    .events-footer .photos {
        flex-direction: column;
        align-items: center;
    }
}


@media (max-width: 991px) {
	.directions{
		columns: 2;
	}
}
@media (max-width: 900px) {
	.balance-point .arrow{
		display: none;
	}
	.balance-wrapper{
		margin-top: 0;
		margin-bottom: 0;
		padding: 0;
	}
	.review-block:not(:first-child) {
		margin-top: 10px;
	}
	.review-block {
		gap: 0px;
	}
	
	.events-intro {
  flex-direction: column-reverse;
  text-align: center;
}
.events-intro .event-label{
	text-align: center !important;
}
.event-group .event-label {
	text-align: center !important;
}
.event-photos{
	gap: 5px;
}
.event-photos .photo:not(:first-child) {
  margin-left: 0;
}
	.events-footer .photos .photo:not(:first-child) {
		margin-left: 0;
	}
	.balance-text li {
		display: inline-block;
	}
	
	.balance-text li::before{
		float: left;
		margin-right: 5px;
	}
	.balance-point{
		text-align: center;
	}
}
@media (max-width: 600px) {
	.event-simple{
		width: 100%;
		box-sizing: border-box;
	}
	.event-simple .event-label,.event-simple .event-photos{
		max-width: 100% !important;
		width: 100%;
		box-sizing: border-box;
	}
	
	.events-footer .photos .photo{
		max-width: 100% !important;
		width: 100%;
		box-sizing: border-box;
	}
	.directions{
		columns: 1;
	}
	.what-form {
		max-width: 100%;
		box-sizing: border-box;
	}
	
	.stat-box{
		max-width: 100%;
		box-sizing: border-box;
		
	}
}

.resume-modal.fancybox-content {
  max-width: 400px;
  padding: 30px;
  background-color: rgba(9, 52, 86, 1);
  background-image: linear-gradient(50deg, rgba(9, 52, 86, 1) 0%, rgba(3, 71, 140, 1) 100%);
  border-radius: 8px;
}
.resume-modal.fancybox-content h3 {
  margin: 0 0 20px;
  text-align: center;
}
.resume-modal.fancybox-content input {
  display: block;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 14px;
}
.btn-open,
.btn-submit,
.btn-close {
  display: block;
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 4px;
  font-size: 15px;
  cursor: pointer;
}
.btn-open:hover,
.btn-submit:hover,
.btn-close:hover {
  background: #0056b3;
}
#successMsg {
  text-align: center;
}
#successMsg p {
  margin: 10px 0 20px;
  color: #555;
}


.color-dark_grey{color:#2c313f;}
.bg-color-light_blue{background:#f7f9fc;color: #1a202c;}
.size-small{font-size:18px;}
.size-smallest{font-size:12px;}
.weight-400{font-weight:400;}
@media screen and (max-width:768px){
.size-md-smallest{font-size:12px;}
}
@media screen and (max-width:992px){
.size-lg-normal{font-size:24px;}
}
.pl-none{padding-left:0;}
.py-tiny{padding-bottom:8px;padding-top:8px;}
.py-smallest{padding-bottom:16px;padding-top:16px;}
.px-smallest{padding-right:16px;}
.px-smallest{padding-left:16px;}
.mb-smallest{margin-bottom:16px;}
.px-smaller{padding-right:24px;}
.px-smaller{padding-left:24px;}
.mt-smaller{margin-top:24px;}
.mb-smaller{margin-bottom:24px;}
.py-small{padding-bottom:32px;padding-top:32px;}
.mb-small{margin-bottom:32px;}
.mb-normal{margin-bottom:40px;}
.mb-big{margin-bottom:56px;}
.pb-bigger{padding-bottom:64px;}
.mt-ultra{margin-top:120px;}
@media screen and (max-width:768px){
.pb-md-none{padding-bottom:0;}
.mt-md-none{margin-top:0;}
.mb-md-smallest{margin-bottom:16px;}
.mb-md-small{margin-bottom:32px;}
.pt-md-normal{padding-top:40px;}
.mb-md-biggest{margin-bottom:72px;}
}
@media screen and (max-width:992px){
.px-lg-none{padding-right:0;}
.px-lg-none{padding-left:0;}
.pb-lg-none{padding-bottom:0;}
.mt-lg-biggest{margin-top:72px;}
}
.b_t-grey_lightest{border-top:1px solid hsla(0,0%,65%,.2);}
.b-green{border:1px solid #57e15e;}
.br-20{border-radius:20px;}
@media screen and (max-width:480px){
.br-20{border-radius:20px;}
}
@media screen and (max-width:576px){
.br-20{border-radius:20px;}
}
@media screen and (max-width:768px){
.br-20{border-radius:20px;}
}
@media screen and (max-width:992px){
.br-20{border-radius:20px;}
}
@media screen and (max-width:1200px){
.br-20{border-radius:20px;}
}
@media screen and (max-width:1400px){
.br-20{border-radius:20px;}
}
@media screen and (max-width:1800px){
.br-20{border-radius:20px;}
}
@media screen and (max-width:1904px){
.br-20{border-radius:20px;}
}
.br-80{border-radius:80px;}
@media screen and (max-width:480px){
.br-80{border-radius:80px;}
}
@media screen and (max-width:576px){
.br-80{border-radius:80px;}
}
@media screen and (max-width:768px){
.br-80{border-radius:80px;}
}
@media screen and (max-width:992px){
.br-80{border-radius:80px;}
}
@media screen and (max-width:1200px){
.br-80{border-radius:80px;}
}
@media screen and (max-width:1400px){
.br-80{border-radius:80px;}
}
@media screen and (max-width:1800px){
.br-80{border-radius:80px;}
}
@media screen and (max-width:1904px){
.br-80{border-radius:80px;}
}
.vacancy-detail__content *{box-sizing:border-box;}
.vacancy-detail__content ul{list-style:none;}
[class^=icon-]{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:croc-icon,Croc,Arial,serif!important;font-size:inherit;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none;}
.icon-arrow-and_also:before{content:"\e945";}
.icon-share:before{content:"\e930";}
.vacancy-detail__content{align-items:start;column-gap:40px;display:grid;grid-template-areas:"main others" "offers offers" "form form";grid-template-columns:1fr;}
@media screen and (max-width:992px){
.vacancy-detail__content{grid-template-areas:"main" "offers" "form" "others";grid-template-columns:100%;}
}
.vacancy-detail__content-main{grid-area:main;}
.vacancy-detail__content-main>h1{font-size:56px;}
@media screen and (max-width:768px){
.vacancy-detail__content-main>h1{font-size:28px;}
}
.vacancy-detail__content-main>ul{display:flex;flex-wrap:wrap;gap:8px;height:min-content;}
.vacancy-detail__content-main>div:nth-child(3){display:none;}
@media screen and (max-width:992px){
.vacancy-detail__content-main>div:nth-child(3){display:flex;gap:32px;}
}
@media screen and (max-width:576px){
.vacancy-detail__content-main>div:nth-child(3){gap:unset;justify-content:space-between;}
}
@media screen and (max-width:768px){
.vacancy-detail__content-main-item,.vacancy-detail__content-main-text-block{font-size:14px;}
}
.vacancy-detail__content-main-item ul,.vacancy-detail__content-main-text-block ul{display:block;margin-bottom:0;padding-left:22px;}
@media screen and (max-width:768px){
.vacancy-detail__content-main-item ul,.vacancy-detail__content-main-text-block ul{font-size:14px;}
}
.vacancy-detail__content-main-item ul li,.vacancy-detail__content-main-text-block ul li{margin-bottom:8px;position:relative;}
.vacancy-detail__content-main-item ul li:before,.vacancy-detail__content-main-text-block ul li:before{background-color:#000;border-radius:50%;content:"";height:2px;left:-11px;margin-top:10px;position:absolute;top:0;width:2px;}
.vacancy-detail__content-main-item ul li:last-child,.vacancy-detail__content-main-text-block ul li:last-child{margin-bottom:0;}
.vacancy-detail__content-others{grid-area:others;height:100%;}
.vacancy-detail__content-others>div{align-items:start;column-gap:24px;display:grid;grid-template-areas:"green but" "other other";grid-template-columns:repeat(2,1fr);position:sticky;row-gap:80px;top:100px;}
@media screen and (max-width:992px){
.vacancy-detail__content-others>div{grid-template-areas:"other";grid-template-columns:1fr;margin-bottom:72px;position:static;}
}
.vacancy-detail__content-others>div .vacancy-btn-green{grid-area:green;}
@media screen and (max-width:992px){
.vacancy-detail__content-others>div .vacancy-btn-green{display:none;}
}
.vacancy-detail__content-others>div .vacancy-btn-grey{grid-area:but;}
@media screen and (max-width:992px){
.vacancy-detail__content-others>div .vacancy-btn-grey{display:none;}
}
.vacancy-detail__content-others>div div{display:grid;grid-area:other;grid-template-columns:1fr;}
@media screen and (max-width:992px){
.vacancy-detail__content-others>div div>h4{color:#00a460;}
.vacancy-detail__content-others>div div{background-color:#fff;}
}
.vacancy-detail__content-others>div div>a{display:grid;grid-template-columns:3fr 1fr;justify-content:space-between;transition:all .3s linear;}
.vacancy-detail__content-others>div div>a:hover{color:#00a460;font-weight:inherit;}
.vacancy-detail__content-others>div div>a:last-child{border-bottom:transparent;padding-bottom:0;}
@media screen and (max-width:992px){
.vacancy-detail__content-others>div div>a:last-child{border-bottom:1px solid hsla(0,0%,65%,.2);padding-bottom:16px;}
}
.vacancy-detail__content-others>div div>a i{justify-self:end;}
.vacancy-detail__content-offers{display:grid;grid-area:offers;grid-template-rows:repeat(3,auto);row-gap:40px;}
@media screen and (max-width:768px){
.vacancy-detail__content-offers{grid-template-columns:100%;row-gap:24px;}
}
.vacancy-detail__content-offers-cards{display:flex;flex-wrap:wrap;gap:16px;justify-content: center;}
@media screen and (max-width:992px){
.vacancy-detail__content-offers-cards{gap:8px;justify-content:center;}
}
.vacancy-detail__content-offers-cards .card-wrapper{align-items:center;background: #ffffff;
  color: #1a202c;display:flex;justify-content:center;min-height:116px;width:300px;max-width: 100%;}

.vacancy-detail__content-offers-cards .card-wrapper>div{background: #ffffff;
  color: #1a202c;display:grid;grid-template-areas:"title icon" "text .";grid-template-columns:5fr 1fr;height:calc(100% - 2px);padding:16px;width:calc(100% - 2px);}
.vacancy-detail__content-offers-cards .card-wrapper>div>p{grid-area:title;margin:0;
font-family: "PT Sans Caption", sans-serif;
  font-size: 22px;
  position: relative;
  margin-bottom: 20px;
}
.vacancy-detail__content-offers-cards .card-wrapper>div>p::after{
	content: '';
  background-color: #4b9af5;
  height: 6px;
  width: 90px;
  border-radius: 6px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -15px;
}
@media screen and (max-width:768px){
.vacancy-detail__content-offers-cards .card-wrapper>div>p{font-size:14px;}
}
.vacancy-detail__content-offers-cards .card-wrapper>div>span{grid-area:text;margin-bottom:32px;}
@media screen and (max-width:768px){
.vacancy-detail__content-offers-cards .card-wrapper>div>span{font-size:12px;line-height:15px;margin-bottom:0;}
}
.vacancy-detail__content-offers-cards .card-wrapper>div>img{grid-area:icon;justify-self:end;max-height:40px;max-width:40px;}
@media screen and (max-width:768px){
.vacancy-detail__content-offers-cards .card-wrapper>div>img{max-height:30px;max-width:30px;}
}
.vacancy-detail__content-offers>a{justify-self:center;}
.vacancy-detail__content-respond-form{grid-area:form;margin-left:-24px;margin-right:-24px;padding-left:24px;padding-right:24px;}
@media screen and (min-width:993px){
.vacancy-detail__content-respond-form{margin-bottom:-64px;position:relative;}
.vacancy-detail__content-respond-form:after{background-color:#f7f9fc;content:"";display:block;height:100%;left:calc(50% - 50vw);position:absolute;top:0;width:100vw;z-index:-1;}
}
.vacancy-btn-green{background:linear-gradient(40deg,#00a460 -.6%,#57e15e 85.3%);border-radius:100px;padding:1px;width:max-content;}
.vacancy-btn-green>span{align-items:center;background:unset;border-radius:100px;color:#2c313f;font-size:18px;padding:19px 32px;transition:.35s ease;-webkit-transition:.35s ease;width:max-content;}
@media (pointer:fine){
.vacancy-btn-green:hover>span{background:#fff;color:#2c313f;font-size:18px;}
}
@media screen and (max-width:768px){
.vacancy-btn-green{background:linear-gradient(40deg,#00a460 -.6%,#57e15e 85.3%);border-radius:100px;padding:1px;width:100%;}
.vacancy-btn-green>span{align-items:center;background:unset;border-radius:100px;color:#2c313f;font-size:18px;padding:19px 32px;transition:.35s ease;-webkit-transition:.35s ease;width:max-content;}
}
@media screen and (max-width:768px) and (pointer:fine){
.vacancy-btn-green:hover>span{background:linear-gradient(40deg,#00a460 -.6%,#57e15e 85.3%);color:#2c313f;font-size:18px;}
}
.vacancy-btn-green span{display:flex;gap:16px;justify-content:start;width:max-content;}
@media screen and (max-width:768px){
.vacancy-btn-green span{justify-content:center;width:100%;}
}
.vacancy-btn-grey{align-items:center;background:#fff;border:1px solid #2c313f;border-radius:100px;color:#000;cursor:pointer;font-size:24px;padding:15px 30px;position:relative;transition:.35s ease;-webkit-transition:.35s ease;width:max-content;}
@media (pointer:fine){
.vacancy-btn-grey:hover{background:#2c313f;border:1px solid transparent;color:#fff;font-size:24px;}
}
.vacancy-btn-grey span{background-color:#fff;bottom:calc(100% + 15px);display:none;font-family:Cofo,serif,Croc,Arial;left:50%;position:absolute;transform:translateX(-50%);width:max-content;}
@media screen and (max-width:576px){
.vacancy-btn-grey span{left:100%;transform:translateX(-100%);}
}
.vacancy-btn-green-mobile{display:flex;gap:16px;justify-content:start;padding:1px;}
.vacancy-btn-green-mobile,.vacancy-btn-green-mobile>span{background:linear-gradient(40deg,#00a460 -.6%,#57e15e 85.3%);border-radius:100px;width:max-content;}
.vacancy-btn-green-mobile>span{align-items:center;color:#2c313f;font-size:18px;padding:19px 32px;transition:.35s ease;-webkit-transition:.35s ease;}
@media (pointer:fine){
.vacancy-btn-green-mobile:hover>span{background:unset;color:#2c313f;font-size:18px;}
}
