@font-face {
    font-family: 'AkzidenzGroteskPro';
    src: url('../fonts/AkzidenzGroteskPro-Regular.woff2') format('woff2'),
         url('../fonts/AkzidenzGroteskPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AkzidenzGroteskPro';
    src: url('../fonts/AkzidenzGroteskPro-Bold.woff2') format('woff2'),
         url('../fonts/AkzidenzGroteskPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AkzidenzGroteskProCn';
    src: url('../fonts/AkzidenzGroteskPro-LightCn.woff2') format('woff2'),
         url('../fonts/AkzidenzGroteskPro-LightCn.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CeraPro';
    src: url('../fonts/CeraProRegular.woff2') format('woff2'),
         url('../fonts/CeraProRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CeraPro';
    src: url('../fonts/CeraProBold.woff2') format('woff2'),
         url('../fonts/CeraProBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CeraPro';
    src: url('../fonts/CeraProMedium.woff2') format('woff2'),
         url('../fonts/CeraProMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CeraPro-Italic';
    src: url('../fonts/CeraProItalic.woff2') format('woff2'),
         url('../fonts/CeraProItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*

.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;user-select:none}.glide--rtl{direction:rtl}
.glide__arrow{position:absolute;display:block;top:50%;z-index:2;color:white;text-transform:uppercase;padding:9px 12px;background-color:transparent;border:2px solid rgba(255,255,255,0.5);border-radius:4px;box-shadow:0 0.25em 0.5em 0 rgba(0,0,0,0.1);text-shadow:0 0.25em 0.5em rgba(0,0,0,0.1);opacity:1;cursor:pointer;transition:opacity 150ms ease, border 300ms ease-in-out;transform:translateY(-50%);line-height:1}.glide__arrow:focus{outline:none}.glide__arrow:hover{border-color:white}.glide__arrow--left{left:2em}.glide__arrow--right{right:2em}.glide__arrow--disabled{opacity:0.33}.glide__bullets{position:absolute;z-index:2;bottom:2em;left:50%;display:inline-flex;list-style:none;transform:translateX(-50%)}.glide__bullet{background-color:rgba(255,255,255,0.5);width:9px;height:9px;padding:0;border-radius:50%;border:2px solid transparent;transition:all 300ms ease-in-out;cursor:pointer;line-height:0;box-shadow:0 0.25em 0.5em 0 rgba(0,0,0,0.1);margin:0 0.25em}.glide__bullet:focus{outline:none}.glide__bullet:hover,.glide__bullet:focus{border:2px solid white;background-color:rgba(255,255,255,0.5)}.glide__bullet--active{background-color:white}.glide--swipeable{cursor:grab;cursor:-moz-grab;cursor:-webkit-grab}.glide--dragging{cursor:grabbing;cursor:-moz-grabbing;cursor:-webkit-grabbing}

* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body {
	line-height: 24px;
	font-family: 'CeraPro', sans-serif;
	font-weight: normal;
	font-size: 16px;
}

a {
	text-decoration: none;
	display: block;
}

img, span {
	display: block;
}

.header {
	padding: 29px 0 23px;
	background: #212121
}
*/

body {
	background: #fff;
}

.container {
	padding: 0 20px;
	max-width: 1208px;
	width: 100%;
	margin: 0 auto;
}

.container_flex, .menu, .link-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/*
.logo {
	background: url('../img/logopresspass.svg');
	width: 359px;
	height: 38px;
	cursor: default;
}
*/

.menu__link {
	color: #fff;
	font-size: 18px;
	line-height: 23px;
	margin-right: 28px;
}

.shop-btn {
	background: #CAEB00;
	border-radius: 15px;
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	color: #000;
	font-weight: 500;
	width: 118px;
	padding: 7px 0;
	margin: 0 44px 0 0px;
}

.facebook {
	margin-right: 18px;
}

.north-star-logo {
	background:  linear-gradient(0deg, rgba(0, 0, 0, 0.6), 
				 rgba(0, 0, 0, 0.6)),
				 url('../img/bglogo.png') no-repeat center top / cover;
	width: 100%;
	height: calc(80vh - 90px);
	min-height: 632px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.north-star-logo img {
	margin: auto;
}

.north-star-website {
	padding: 40px 0 148px;
	background: #212121
}

.text {
	color: rgba(255, 255, 255, 0.8);
}

.north-star-heading__tag {
	display: block;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #CAEB00;
	margin-bottom: 16px;
}

.north-star-heading__title {
	font-weight: 500;
	font-size: 56px;
	line-height: 60px;
	letter-spacing: -1.5px;
	color: #FFF;
/* 	max-width: 827px; */
/* 	margin: 0 0 16px 0; */
	margin: 0;
}

.north-star-heading__title .date {
	margin-top: 16px;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.8);
}

.link-btn {
	border: 1px solid #FFFFFF;
	border-radius: 16px;
	width: 231px;
	padding: 11px 32px;
	margin-top: 10px;
	color: #FFF;
	white-space: nowrap;
}

.link-btn .arrow {
	margin-left: 12px;
}

.link-btn:hover {
	background: #fff;
	color: #212121;
}

.link-btn .arrow2 {
	display: none;
}

.link-btn:hover .arrow2 {
	display: block;
}

.link-btn:hover .arrow1 {
	display: none;
}

.north-star-heading  {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
/* 	margin-top: 8px; */
}

.customer {
	margin-top: 80px;
	color: rgba(255, 255, 255, 0.8);
	display: flex;
	align-items: flex-start;
}

.customer__opasity {
	color: rgba(255, 255, 255, 0.32);
}

.customer__text {
	max-width: 669px;
	margin-left: 128px;
}

.customer-subtitle {
	margin-bottom: 16px;
}

.orange {
	background: #EF9528;
	padding: 100px 0 112px;
	color: #fff;
}

.orange__title {
	font-weight: 500;
	font-size: 42px;
	line-height: 52px;
	letter-spacing: -1px;
/* 	max-width: 969px; */
	margin: 0 0 48px 0;
}

.orange__list {
	margin-left: 119px;
/* 	margin: 0 auto; */
	font-size: 20px;
	line-height: 28px;
	max-width: 736px;
	padding: 0;
}

.orange__list li {
	margin-bottom: 16px;
	padding-left: 10px;
}

/*slider*/

.slider {
	padding: 97px 0 0;
}

.slider-title, .development__img-wrap,
.media-library__article, .media-cards-wrap,
.site-design-title, .logo-wrap, .info-wrap  {
	display: flex;
	justify-content: space-between;
}

.media-library__article {
	width: 100%;
	height: auto;
/* 	overflow: hidden; */
}

.development__img-wrap a {
	width: 32%;
	display: block
}

.development__img-wrap img {
	width: 100%;
	height: auto;
}

.section-title {
	font-weight: bold;
	font-size: 48px;
	line-height: 48px;
	letter-spacing: -1.5px;
	color: rgba(0, 0, 0, 0.87);
	max-width: 436px;
	margin: 0;
}

.section-subtitle {
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: -0.5px;
	color: rgba(0, 0, 0, 0.87);
	margin: 0 0 16px 0;
}

.section-text {
	font-size: 16px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.6);
	max-width: 468px;
}

.slider-title {
	margin-bottom: 80px;
}

.star-slider {
	width: 100%;
}

.star-slider .glide__slide {
	height: auto;
}

.star-slider__slide {
	max-width: 100%;
/* 	min-height: 600px; */
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.star-slider__container {
	width: 100%;
	height: 100%;
    max-width: 1688px;
    padding-left: 3em;
    padding-right: 3em;
    margin-left: auto;
    margin-right: auto;
}

.star-slider__slide__text {
	background: rgba(0, 0, 0, 0.44);
	padding: 114px 93px 114px 48px;
	color: #fff;
	max-width: 658px;
	height: 100%;
}

.star-slider__slide__text__title {
	font-family: 'AkzidenzGroteskProCn';
	display: block;
	font-weight: 300;
	font-size: 52px;
	line-height: 56px;
	text-transform: uppercase;
	margin-bottom: 32px;
}

.star-slider__slide__text__block {
	font-family: 'Inter', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.02em;
	margin-bottom: 40px;
	max-width: 418px;
}

.star-slider__slide__text__button {
	font-family: 'Inter', sans-serif;
	font-size: 18px;
    font-weight: 600;
    color: #fff;
    background-color: #ef9528;
    padding: 5px 1em;
    min-width: 228px;
    height: 56px;
    border-radius: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color .2s cubic-bezier(0.4, 0, 1, 1);
    letter-spacing: .02em;
}

.star-slider__slide__text__button:hover {
	background-color: #f99f32;
}

.star-slider .glide__arrow img {
	opacity: 0.4;
}

.star-slider .glide__arrow:hover img {
	opacity: 1 !important;
}

/*
.star-slider__container-bullets {
	position: relative;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    margin: 0 auto;
    margin-top: -100px;
    width: 100%;
    max-width: 1688px;
    padding: 0 2em;
    display: flex;
    justify-content: flex-end;
    height: 0;
    display: flex;
    justify-content: flex-end;
}
*/

.star-slider__container-bullets {
    position: relative;
    width: 100%;
    max-width: 1088px;
    padding: 0 2em;
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: auto;
}

.star-slider .glide__bullets {
	position: absolute !important;
	right: 0;
	left: auto;
	transform: none;
	bottom: 40px;
	height: 60px;
    display: flex;
    padding: 12px 20px 13px 20px;
    background: rgba(0,0,0,.5);
    position: relative;
    width: fit-content;
}

.star-slider .glide__bullets::before {
	content: "";
    position: absolute;
    bottom: 12px;
    display: block;
    width: calc(100% - 40px);
    height: 1px;
    background-color: rgba(255,255,255,.3);
    margin: 0 auto;
}

.star-slider .glide__bullets .glide__bullet {
	color: rgba(255,255,255,.3);
    width: 24px;
    height: auto;
    background: none;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    transition: color .2s cubic-bezier(0.4, 0, 1, 1);
    padding-bottom: 5px;
    margin-right: 25px;
    border-radius: 0;
    box-shadow: none;
}

.star-slider .glide__bullet:hover, .star-slider .glide__bullet:focus {
	color: #fff;
	background: none;
	border: none;
}

.star-slider .glide__bullet--active {
	color: #fff !important;
}


/*video*/

.video {
	padding: 100px 0 0;
	background: #F9F9F9;
}

.video iframe  {
	width: 100%;
	height: 656px;
}

.video-text {
	max-width: 480px;
	margin-bottom: 80px;
	font-size: 16px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.6);
}

video {
	max-width: 1168px;
	max-height: 656px;
	border-radius: 2px;
	display: block;
	outline: none;
}

/*project-page*/

.project-page {
	background: url('../img/bgcoal.jpg') no-repeat center top;
	background-size: cover;
	padding: 200px 0 0;
	height: 1099px;
	margin-top: -100px;
}

.project-page img {
	margin-top: -10px;
}

.project-page__big-img {
	width: 100%;
	height: auto;
}

.project-page-mockup {
	padding: 386px 0 0;
}

.container-mockup {
	display: flex;
	flex-direction:row-reverse;
	justify-content: space-between;
}

.mockup-phone-wrap {
	margin-right: 92px;
	width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.mockup-phone {
	width: 248px;
	height: 469px;
}

.mockup-phone:first-of-type {
	margin-bottom: 100px;
}

.status-page {
	margin-top: 279px;
	width: 668px;
	height: 872px;
}

.background-grey-star {
	background: #F9F9F9;
	width: 100%;
	margin-top: -300px;
    padding-top: 300px;
}

.map-star {
	position: relative;
	background: url('../img/map_pins.png') no-repeat bottom right;
    background-size: contain;
/* 	padding: 93px 0 592px 0; */
	padding: 93px 0 796px 0;
	width: 100%;
/*     margin-top: -327px; */
}

.map-star .container {
	position: relative;
}

.map-star .key-sales-areas {
	position: absolute;
	top: 708px;
	z-index: 10;
	width: 568px;
	height: 340px;
}

.map-star .map__direction {
	position: absolute;
	margin-top: 117px;
	margin-left: 142px;
	width: 251px;
	height: 104px;
	z-index: 10;
}

.map-star__img {
	width: 100%;
	height: auto;
}

.development {
	background: #212121;
	padding: 126px 0 0;
}

.development__text-wrap {
	margin-left: auto;
	max-width: 468px;
} 

.development-subtitle{
	color: #fff;
}

.development-text, .development-paragraph  {
	color: rgba(255, 255, 255, 0.8);
}

.responsibility-page {
	width: 100%;
	margin: 80px 0 79px;
}

.development-paragraph {
	margin: 80px auto;
	max-width: 577px;
}

.development__standart-page, .inter-figures, 
.radiobtn-wrap {
	display: flex;
	align-items: center;
}

.connect-block-img {
	filter: drop-shadow(4px 4px 32px rgba(0, 0, 0, 0.07));
	border-radius: 2px;
	margin-left: -166px;
	width: 568px;
	height: 612px;
}

.standart-page-img {
	border-radius: 2px;
	width: 764px;
	height: 768px;
}

.press-center {
	padding-top: 100px;
	background:  linear-gradient(180deg, 
				#212121 6.63%, rgba(33, 33, 33, 0.7) 100%), 
				url('../img/bgcamera.png') no-repeat center top / cover;
	height: 792px;
}

.press-center-img {
	width: 100%;
	height: auto;
	margin-top: 80px;
	filter: drop-shadow(4px 4px 32px rgba(0, 0, 0, 0.07));
	border-radius: 2px;
}

.macbook_mockup {
	margin-top: 80px;
	width: 100%;
	height: auto;
}

.media-library {
	padding: 1215px 0 0;
	background: #F9F9F9;
}

.article-mob {
	display: none;
}

.article-cropped {
/* 	max-width: 390px; */
	width: 24%;
}

.article {
/* 	max-width: 564px; */
	width: 24%;
	height: auto;
}

.media-library__mockup-wrap {
	display: flex;
	justify-content: space-around;
	margin: 101px 0 98px;
	align-items: flex-start;
}

.media-library__mockup-wrap img {
	width: 232px;
	height: 464px;
}

.library-mockup-indent {
	margin-top: 64px;
}

.media-cards-wrap {
	margin-top: 80px;
}

.media-cards-wrap img {
	width: 49%;
	height: auto;
}

.album-page-img {
	filter: drop-shadow(4px 4px 32px rgba(0, 0, 0, 0.07));
	border-radius: 2px;
	margin: 100px auto 0;
	width: 100%;
	height: auto;
	z-index: 2;
    position: relative;
}

.site-design {
	margin-top: -156px;
	background: #F9F9F9;
}

.site-design-mockup-wrap {
	display: flex;
	align-items: flex-start;
	margin: 99px 0 85px;
	justify-content: space-between;
}

.video-page-img {
/* 	margin-right: 100px; */
	width: 668px;
	height: 432px;
/*
	width: 70%;
	height: auto;
*/
}

.site-design-mockup-wrap .phone-page-img {
/*
	width: 25%;
	height: auto;
*/
	width: 248px;
	height: 496px;
}

.logo-wrap {
	align-items: flex-start;
	margin-top: 100px;
}

.logo-indent {
	margin-top: 45px;
}

.fonts {
	background: #EF9528;
	padding: 271px 0 106px;
	margin-top: -173px;
	color: #fff;
}

.ag-letters {
	font-size: 200px;
	line-height: 200px;
	letter-spacing: -9px;
	font-family: 'AkzidenzGroteskPro';
	font-weight: 300;
}

.in-letters {
	font-family: 'Inter', sans-serif;
	font-size: 200px;
	line-height: 200px;
	letter-spacing: -11px;
}

.akzidenz-grotesk, .inter {
	font-family: 'AkzidenzGroteskPro';
	font-weight: bold;
	font-size: 32px;
	line-height: 36px;
}

.inter {
	letter-spacing: -1px;
}

.ag-italics {
	font-family: 'CeraPro-Italic';
	display: inline;
}

.ag-text {
	max-width: 488px;
	margin-top: 24px;
	font-size: 16px;
	line-height: 24px;
}

.fonts__title {
	font-weight: bold;
	font-size: 32px;
	line-height: 36px;
	letter-spacing: -1px;
	padding-bottom: 31px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.17);
	margin: 0;
}

.fonts-info-text {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.02em;
	font-family: 'Inter', sans-serif;
	max-width: 511px;
}

.akzidenz-grotesk-wrap, .inter-wrap {
	display: flex;
	border-bottom: 1px solid rgba(255, 255, 255, 0.17);
	justify-content: space-between;
	padding: 39px 0 19px;
}

.akzidenz-grotesk-font {
	padding-top: 27px;
}

.fonts-info {
	padding: 18px 0 29px 32px;
	border: 2px solid rgba(255, 255, 255, 0.17);
	border-radius: 12px;
	max-width: 568px;
	margin-bottom: 20px;
}

.container-infographics, .akzidenz-grotesk-figures  {
	display: flex;
}

.akzidenz-grotesk-sum {
	width: 50%;
}

.fonts-info ul {
	margin: 0 0 16px 20px;
}

.ag-lc {
	font-family: 'AkzidenzGroteskProCn';
	font-weight: 300;
	font-size: 52px;
	line-height: 56px;
	text-transform: uppercase;
}

.ag-more {
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.02em;
	color: rgba(255, 255, 255, 0.8);
	font-family: 'Inter', sans-serif;
	margin-bottom: 8px;
}

.ag-number {
	font-size: 48px;
	line-height: 48px;
	letter-spacing: 0.02em;
	font-family: 'AkzidenzGroteskPro';
}

.ag-count {
	font-family: 'AkzidenzGroteskPro';
	line-height: 20px;
	letter-spacing: 0.02em;
	position: relative;
	color: #fff;
}

.inter-font {
	margin-top: 27px;
}

.radiobtn-wrap img {
	margin-right: 16px;
}

.section-other-projects {
	background: #292929;
	padding: 30px 0 0;
}

.in-btn {
	color: #fff;
	border: 1px solid #FFFFFF;
	border-radius: 2px;
	width: 228px;
	padding: 15px 0;
	text-align: center;
	margin-right: 52px;
}

.infographics {
	height: 665px;
}

.infographics-colors {
	display: flex;
	justify-content: space-around;
	max-width: 432px;
	margin-top: 8px;
}

.infographics-color {
	width: 128px;
	height: 128px;
	border-radius: 100px;
	text-align: center;
	padding: 51px 0;
	color: #fff;
}

.infographics-colors_orange {
	background: #EF9528;
}

.infographics-colors_green {
	background: #62985C;
}

.infographics-colors_blue {
	background: #2A3E4C;
}

.infographics-text h4 {
	font-weight: bold;
	font-size: 32px;
	line-height: 36px;
	letter-spacing: -1px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 24px;
}

.infographics-text p {
	margin-bottom: 76px;
}

.infographics-img-wrap {
	display: flex;
	align-items: flex-start;

}

.container-infographics {
	align-items: center;
	justify-content: space-between;
}

.project-card-wrap {
	margin-top: -42px;
	width: 300px;
}

.project-card {
	filter: drop-shadow(4px 4px 32px rgba(0, 0, 0, 0.07));
	border-radius: 3px;
	width: 268px;
	height: 368px;
	position: relative;
	z-index: 2;
}

.project-card:first-of-type {
	margin:0 30px 30px 0;
}

.other-projects-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.info-wrap {
	margin: 80px 0 126px;
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.info-wrap__info {
	width: 268px;
	height: 565px;
}

.info-wrap__graphics {
	width: 836px;
	height: 565px;
}

.section-other-projects h2 {
	color: #fff;
	margin-bottom: 40px;
}

.portfolio-card-span {
	color: #CAEB00;
	font-size: 14px;
	line-height: 20px;
}

.portfolio-card-title {
	font-weight: bold;
	font-size: 22px;
	line-height: 27px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	max-width: 340px;
	margin: 12px 0 8px;
}

.portfolio-card-text {
	font-size: 14px;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.8);
	max-width: 400px;
}

.other-projects {
	padding: 294px 0 32px 32px;
/* 	width: 640px; */
	width: 33.333%;
	height: 440px;
	display: block;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

/*
.other-projects_bg2 {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, 
				rgba(0, 0, 0, 0) 100%),
				url('../img/other-projects2.png') no-repeat center top / cover;
}
.other-projects_bg3 {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, 
				rgba(0, 0, 0, 0) 100%),
				url('../img/other-projects3.png') no-repeat center top / cover;
	padding: 275px 0 32px 32px;
}
.other-projects_bg4 {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, 
				rgba(0, 0, 0, 0) 100%),
				url('../img/other-projects4.png') no-repeat center top / cover;
}
.other-projects_bg5 {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, 
				rgba(0, 0, 0, 0) 100%),
				url('../img/other-projects5.png') no-repeat center top / cover;
}
.other-projects_bg6 {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, 
				rgba(0, 0, 0, 0) 100%),
				url('../img/other-projects6.png') no-repeat center top / cover;
}
*/

.work-together {
	padding: 64px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.work-together h2 {
/* 	font-weight: bold; */
	font-size: 48px;
	line-height: 48px;
	text-align: center;
	letter-spacing: -1.5px;
	color: rgba(0, 0, 0, 0.87);
	margin: 0 0 24px 0;
	font-family: 'CeraProBold';
}

.work-together a {
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	padding: 12px 32px;
	text-align: center;
	font-family: 'CeraPro', 'Arial', sans-serif;
}

.photo-overlay {
	width: 100%;
	height: auto;
}

.info-img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: -1;
}

.map__direction-mob, .map-star__img-mob, .media-library__article-mob, .photo-overlay__mob, .info-img__mob, .key-sales-areas_mob {
	display: none;
}

.animated {
	
}

/*
@media (max-width: 1800px) {
    .article-cropped, .article {
        width: 90%;
    }
}
*/


@media (max-width: 1200px) {
    .container {
        max-width: 960px;
    }
    
    .north-star-heading {
	    flex-direction: column;
    }
    
    .north-star-heading__title {
	    margin-bottom: 20px;
    }
    

    .link-btn {
/* 	    margin: 0 0 40px 0; */
		margin-top: 0;
    }
    
    .link-btn:hover {
	    background: #FFFFFF;
	    color: #212121;
    }
	
	.orange__list {
	    margin-left: 60px;
    }
    
    .mockup-phone-wrap {
	    margin-right: 40px;
    }
    
    .project-page-mockup {
	    padding-top: 140px;
    }
    
    .status-page {
	    margin-top: 179px;
	    width: 546px;
	    height: 714px;
	}
	
	.mockup-phone:first-of-type {
	    margin-bottom: 50px;
	}
	
	.map-star .map__direction {
		margin-left: 20px;
	}
	
	.map-star {
		padding-bottom: 600px;
	}
	
	.map-star .key-sales-areas {
		width: 400px;
		height: 240px;
		top: 576px;
	}
	
	.standart-page-img {
		width: 600px;
		height: 603px;
	}
	
	.connect-block-img {
		width: 500px;
		height: 535px;
	}
	
	.video-page-img {
		width: 600px;
		height: 388px;
	}
	
	.site-design-mockup-wrap .phone-page-img {
		width: 200px;
		height: 400px;
	}
	
	.logo-wrap img {
		width: 207px;
		height: 208px;
	}
	
	.fonts {
		padding-top: 230px;
	}
	
	.site-design-title {
		flex-direction: column;
	}
	
	.section-title {
		margin-bottom: 48px;
	}
	
	.akzidenz-grotesk-wrap {
		flex-direction: column;
	}
	
	.inter-wrap {
		flex-direction: column-reverse;
	}
	
	.fonts-info {
		padding: 18px 20px 29px 32px;
	}
	
	.ag-text {
		margin-bottom: 32px;
	}
	
	.akzidenz-grotesk-font {
		padding-top: 0;
	}
	
	.akzidenz-grotesk-wrap, .inter-wrap {
		padding: 31px 0 0 0;
	}
	
	.container-infographics {
		flex-direction: column;
	}
	
	.infographics {
		height: auto;
	}
	
	.project-card-wrap {
		margin-top: 0;
	}
	
	.project-card3 {
		margin-top: 130px !important;
	}
	
	.info-wrap {
		flex-direction: column;
		margin-top: -50px;
	}
	
	.info-wrap__info {
		margin-bottom: 48px;
	}
	
	.other-projects {
		width: 50%;
	}
	
	.video iframe {
		height: 540px;
	}
}

@media (max-width: 992px) {
    .container {
        width: 720px;
    }
    
    .orange__list {
	    margin-left: 20px;
    }
    
    .mockup-phone-wrap {
	    margin-right: 10px;
	    margin-top: -100px;
	}
	
	.project-page-mockup {
	    padding-top: 0px;
	}
	
	.status-page {
	    margin-top: 60px;
	    width: 400px;
	    height: 522px;
	}
	
	.mockup-phone {
	    width: 200px;
	    height: 400px;
	}
	
	.map-star .key-sales-areas {
		top: 400px;
	}
	
	.map-star {
	    padding-bottom: 450px;
	}
	
	.standart-page-img {
	    width: 500px;
	    height: 502px;
	}
	
	.connect-block-img {
	    width: 370px;
	    height: 395px;
	    margin-left: -206px;
	}
	
	.media-library__mockup-wrap img {
	    width: 150px;
	    height: 300px;
	}
	
	.video-page-img {
		width: 400px;
		height: 256px;
	}
	
	.site-design-mockup-wrap .phone-page-img {
		width: 150px;
		height: 300px;
	}
	
	.info-wrap__graphics {
		width: 100%;
		height: auto;
	}
	
	.video iframe {
		height: 392px;
	}

@media (max-width: 768px) {
    .container {
        width: 540px;
    }
    
    .north-star-logo {
/* 	    height: 248px; */
	    min-height: 248px;
    }
    
    .north-star-website {
	    padding: 24px 0 64px 0;
    }
    
    .orange {
	    padding: 64px 0 84px 0;
    }
    
    .slider {
	    padding-top: 92px;
    }
    
    .video {
	    padding-top: 64px;
    }
    
    .container-mockup {
	    flex-direction: column;
	    margin-top: 360px;
	}
    
    .mockup-phone-wrap {
	    flex-direction: row;
	    align-items: flex-start;
	    width: auto;
	    justify-content: space-between;
    }
    
    .status-page {
	    width: 100%;
	    height: auto;
    }
    
    .mockup-phone {
	    margin-top: 25px;
    }
    
    .mockup-phone:first-of-type {
	    margin-top: 0;
    }
    
    .project-page {
	    height: 710px;
    }
    
    .star-slider__slide__text__title {
	    font-size: 32px;
	    line-height: 1.12;
	    margin-bottom: 16px;
    }
    
    .star-slider__slide__text__block {
	    font-size: 1em;
		line-height: 1.25;
    }
    
    .star-slider .glide__arrows {
	    display: none;
    }
    
    .star-slider .glide__bullets {
	    right: auto;
	    left: 50%;
	    transform: translateX(-50%);
	    bottom: 130px;
    }
    
    .star-slider__container {
	    padding: 40px 20px 80px 20px;
    }
    
    .star-slider__slide__text {
	    padding: 3em 1.5em 3em 1.5em;
		width: 100%;
		height: auto;
	}
	
	.map-star .map__direction {
		display: none;
	}
	
	.map__direction-mob {
		display: block;
		width: 100%;
		height: auto;
		margin-bottom: 24px;
		max-width: 540px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.map-star__img-mob {
		display: block;
		width: 100%;
		height: auto;
	}
	
	.map-star {
		padding-bottom: 0;
		background: none;
	}
	
	.map-star .key-sales-areas {
		position: static;
		width: 100%;
		height: auto;	
	}
	
	.development {
		padding-top: 48px;
	}
	
	.section-subtitle.development-subtitle {
		display: none;
	}
	
	.responsibility-page {
		margin: 52px 0 48px;
	}
	
	.development__img-wrap {
		flex-direction: column;
	}
	
	.development__img-wrap a {
		width: 100%;
		margin-bottom: 16px;
	}
	
	.development-paragraph {
		margin: 48px 0;
	}
	
	.development-text, .development-paragraph {
		font-size: 16px;
		line-height: 24px;
	}
	
	.development__standart-page {
		flex-direction: column;
	}
	
	.connect-block-img {
		margin-left: 0;
	}
	
	.standart-page-img {
		margin-bottom: 16px;
	}
	
	.press-center {
		padding-top: 64px;
	}
	
	.press-center .section-subtitle.development-subtitle {
		display: block;
	}
	
	.press-center-img {
		margin-top: 48px;
	}
	
	.macbook_mockup {
		margin-top: 48px;
	}
	
	.press-center {
		height: 450px;
	}
	
	.media-library {
		padding: 532px 0 0;
	}
	
	.media-library__article {
		display: none;
	}
	
	.media-library__article-mob {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.media-library__article-mob__img {
		margin-bottom: 16px;
		width: 48%;
		height: auto;
	}
	
	.video-page-img {
		width: 300px;
		height: 194px;
	}
	
	.site-design-mockup-wrap .phone-page-img {
		width: 100px;
		height: 200px;
	}
	
	.section-title {
		font-size: 32px;
		line-height: 36px;
	}
	
	.logo-wrap {
		margin-top: 0;
	}
	
	.logo-indent {
		margin-top: 48px;
	}
	
	.logo-wrap {
		flex-direction: column;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
	}
	
	.logo-wrap img {
		margin-bottom: 24px;
	}
	
	.site-design-title {
		margin-bottom: 48px;
		margin-top: 0;
	}
	
	.logo-indent {
		margin-top: 0;
	}
	
	.fonts {
		padding-top: 471px;
		margin-top: -373px;
	}
	
	.akzidenz-grotesk-figures {
		flex-direction: column;
	}
	
	.inter-figures {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.in-btn {
		margin-right: 0;
		margin-bottom: 28px;
	}
	
	.fonts-info ul {
		margin-left: 0;
		padding: 0 0 0 20px;
	}
	
	.infographics-text p {
		margin-bottom: 48px;
	}
	
	.infographics-color {
		width: 96px;
		height: 96px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 14px;
		line-height: 20px;
	}
	
	.infographics-colors {
		margin-bottom: 48px;
	}
	
	.project-card {
		width: 152px;
		height: 209px;
	}
	
	.project-card-wrap {
		width: 152px;
	}
	
	.infographics-img-wrap {
		margin-bottom: -40px;
	}
	
	.info-img {
		display: none;
	}
	
	.info-img__mob {
		display: block;
		width: 100%;
		height: auto;
		position: relative;
		z-index: -1;
	}
	
	.other-projects {
		width: 100%;
	}
	
	.info-wrap {
		margin-top: -24px;
	}
	
	.project-card:first-of-type {
		margin-right: 0;
	}
	
	.work-together {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.work-together h2 {
		font-size: 32px;
		line-height: 36px;
	}
	
	.standart-page-img {
	    width: 100%;
	    height: auto;
	}
	
	.connect-block-img {
		width: 90%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}
	
	.map-star .key-sales-areas {
		display: none;
	}
	
	.map-star .key-sales-areas__mob {
		display: block;
	}
	
	.key-sales-areas_mob {
		display: block;
		width: 100%;
		height: auto;
	}
	
	.video iframe {
		height: 291px;
	}
}

@media (max-width: 576px) {
    .container {
        width: 100%;
    }
    
    .north-star-logo {
	    height: 248px;
    }
    
    .north-star-heading__title {
	    font-weight: 500;
		font-size: 30px;
		line-height: 36px;
		letter-spacing: -1px;
    }
    
    .north-star-heading__title .date {
	    margin-top: 12px;
    }
    
    .customer {
	    margin-top: 35px;
	    flex-direction: column;
    }
    
    .customer__opasity {
	    font-size: 16px;
	    line-height: 24px;
	    margin-bottom: 20px;
    }
    
    .customer__text {
	    margin-left: 0;
	    font-size: 16px;
    }
    
    .orange__title {
	    font-weight: 500;
		font-size: 30px;
		line-height: 40px;
		letter-spacing: -1px;
		margin-bottom: 32px;
    }
    
    .orange__list li {
	    font-size: 16px;
		line-height: 24px;
    }
    
    .slider-title {
	    flex-direction: column;
	    margin-bottom: 48px;
    }
    
    .section-title {
	    font-weight: bold;
		font-size: 32px;
		line-height: 36px;
		letter-spacing: -1px;
		margin-bottom: 48px;
    }
    
    .video-text {
	    margin-bottom: 48px;
    }
    
    .project-page {
	    padding-top: 164px;
    }
    
    .mockup-phone {
	    width: 112px;
/* 	    width: 48%; */
/* 		height: auto; */
	    height: 224px;
    }
    
    .mockup-phone-wrap {
	    justify-content: space-around;
    }
    
    .project-page {
	    height: 480px;
	}
	
	.mockup-phone-wrap {
		margin: 0;
	}
	
	.container-mockup {
		margin-top: 420px;
	}
	
	.status-page {
		margin-top: 10px;
	}
	
	.media-library__mockup-wrap img {
		width: 96px;
		height: 192px;
	}
	
	.media-library__mockup-wrap {
		margin-top: 64px;
	}
	
	.media-cards-wrap {
		margin-bottom: 48px;
		flex-direction: column;
	}
	
	.media-cards-wrap img {
		width: 100%;
		margin-bottom: 16px;
	}
	
	.album-page-img {
		margin-top: 48px;
	}
	
	.media-cards-wrap {
		margin-bottom: 0;
	}
	
	.photo-overlay {
		display: none;
	}
	
	.photo-overlay__mob {
		display: block;
	}
	
	.video-page-img {
		width: 204px;
		height: 132px;
	}
	
	.site-design-mockup-wrap .phone-page-img {
		width: 90px;
		height: 180px;
	}
	
	.ag-letters, .in-letters {
		font-size: 164px;
		line-height: 164px;
	}
	
	.akzidenz-grotesk, .inter {
		font-size: 24px;
		line-height: 28px;
	}
	
	.ag-text {
		font-size: 16px;
		line-height: 24px;
	}
	
	.fonts-info ul {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 16px;
	}
	
	.fonts-info {
		padding: 20px 20px 32px 29px;
	}
	
	.akzidenz-grotesk-sum, .akzidenz-grotesk-quantity {
		display: flex;
		flex-direction: column;
	}
	
	.akzidenz-grotesk-sum {
		margin-bottom: 32px;
	}
	
	.fonts {
		padding-bottom: 63px;
	}
	
	.fonts-info {
		margin-bottom: 24px;
	}
	
	.ag-lc {
		font-size: 42px;
		line-height: 48px;
	}
}

@media (max-width: 500px) {
	
	.container-mockup {
		margin-top: 339px;
	}
	
	.video iframe {
		height: 267px;
	}
}

@media (max-width: 375px) {
	.container-mockup {
		margin-top: 273px;
	}
	
	.media-library {
	    padding: 359px 0 0;
	}
	
	.site-design {
		margin-top: -95px;
	}
	
	.video iframe {
		height: 198px;
	}
}