.static-page h1 {
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	font-family: "Manrope";
	
	margin: 0;
	text-transform: uppercase;
	font-weight: 400;
    letter-spacing: 10%;
}

.static-page .static-page_header-mobile {
	display: none;
	margin-top: 40px;
}

.static-page .static-page_header-mobile div a {
	white-space: nowrap;
	color: rgba(46, 46, 46, 1);
	text-decoration: none;
	font-size: 10px;
	line-height: 14px;
}

.static-page .static-page_header {
	padding: 40px 0 32px;
}

.static-page .static-page_header div {
	display: none;
}

.static-page .main-slider {
	height: 208px;
    overflow: hidden;
    padding: 0;
	margin: 0 24px;
}

.page-content {
	padding: 0 24px;
}

.page-content h2 {
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 16px;
	font-family: "Manrope";
}

.page-content p {
	margin: 0 0 16px;
}

.page-content ul {
	padding: 0 0 0 10px;
    margin: 10px 0 10px 16px;
}

.page-content ul li::marker {
	color: rgba(206, 167, 143, 1);
	font-size: 20px;
    line-height: 1em;
}

.page-content ul li {
	margin: 12px 0;
}

.text-anounce {
	display: flex;
	flex-direction: column;
	gap: 16px;
	max-width: 800px;
}

.text-anounce .text-title {
	font-size: 14px;
	line-height: 18px;
	color: rgba(128, 128, 128, 1);
}
.text-anounce .text-full {
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	vertical-align: middle;
}
.text-anounce .btn-block {
	padding-top: 16px;
}
.text-anounce .btn-block a {
	display: inline-block;
	color: #fff;
	background: rgba(46, 46, 46, 1);
	height: 56px;
	line-height: 56px;
	text-align: center;
	width: 217px;
	border: 1px solid rgba(46, 46, 46, 1);
	text-decoration: none;
}

.text-anounce .btn-block a:hover {
	background: #fff;
	color: rgba(46, 46, 46, 1);
}

@media (min-width: 768px) {
	.text-anounce {
		max-width: 620px;
	}

	.static-page .static-page_header-mobile {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}

	.static-page .static-page_header-mobile div + div {
		border-left: 1px solid rgba(206, 167, 143, 1);
	}

	.static-page .static-page_header-mobile div {
		padding: 0 24px;
		font-size: 10px;
		line-height: 14px;
	}
}

.stage-block {
	margin: 40px 0 24px;
	padding: 40px 0;
}

.stage-block .stage-text h2 {
	margin: 0 0 16px;
} 

.stage-block .stage-text .text {
	border-top: 1px solid rgba(228, 228, 228, 1);
	padding: 16px 0 14px;
	font-size: 14px;
	line-height: 20px;
	color: rgba(128, 128, 128, 1);
	margin: 0;
	max-width: 360px;
}

.stage-block .stage-list {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.stage-block .stage-list_item {
	display: flex;
	flex-direction: row;
	gap: 12px;
	padding: 20px 0;
	font-size: 14px;
	border-bottom: 1px solid rgba(228, 228, 228, 1);
}

.stage-block .stage-list_item span {
	flex-shrink: 2;
}

.stage-block .stage-list_item .count {
	width: 22px;
	height: 22px;
	line-height: 20px;
	text-align: center;
	color: rgba(88, 88, 88, 1);
	font-size: 10px;
	display: block;
	border: 1px solid rgba(228, 228, 228, 1);
	border-radius: 50%;
	flex-basis: 22px;
	flex-shrink: 0;
}

.adv-block {
	padding: 40px 0;
}

.adv-block .adv_title {
	padding: 16px 0 32px;
	color: rgba(128, 128, 128, 1);
	font-size: 14px;
	line-height: 16px;
	border-top: 1px solid rgba(228, 228, 228, 1);
}

.adv-block .adv_items {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.adv-block .adv_items .item {
	padding: 0 0 20px;
	border-bottom: 1px solid rgba(228, 228, 228, 1);
	display: flex;
	flex-direction: row;
	gap: 12px;
	font-size: 16px;
}

.hwwork_block {
	padding: 40px 0;
}

.hwwork_block h2 {
	margin: 0 0 32px;
}

.hwwork_items {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
}
.hwwork_items .hwwork_item {
	background: rgba(248, 248, 248, 1);
	padding: 24px;
	color: rgba(88, 88, 88, 1);
	font-size: 16px;

	display: flex;
	flex-direction: column;
	gap:32px;
}

.hwwork_items .hwwork_item .top {
	display: flex;
	flex-direction: row;
	gap:32px;
	justify-content: space-between;
	color: rgba(128, 128, 128, 1);
}

.hwwork_items .hwwork_item .top svg {
	height: 32px;
	width: auto;
}

.projects__sections {
	margin-bottom: 40px;
}

.page-text {
	padding: 40px 0;
}

@media all and (max-width: 768px) {
	.static-page .slick-initialized .slick-slide img {
		width: 100%;
		height: auto;
		object-fit: cover;
		object-position: top;
	}

	.static-page .plug {
		margin-bottom: 32px;
	} 

	.static-page h1 {
		padding: 0 24px;
	}
}

@media (min-width: 768px) {
    .page-content {
        padding: 0 32px;
    }

	.static-page h1 {
		font-size: 48px;
		line-height: 56px;
		text-align: center;
		
		font-weight: 300;
	}

	.static-page .plug {
		margin-bottom: 32px;
	}

	.static-page .static-page_header {
		padding: 32px;
	}

	.static-page .main-slider {
		height: 360px;
		overflow: hidden;
		padding: 0;
		margin: 0 32px 32px;
	}

	.page-content h2 {
		font-size: 32px;
		line-height: 40px;
		margin: 0 0 16px;
		font-weight: 300;
		
	}

	.stage-block .stage-text h2 {
		margin: 0 0 32px;
		max-width: 80%;
	}

	.stage-block .stage-text .text {
		padding: 20px 0 18px;
	}

	.adv-block {
		margin-top: 24px;
	}

	.hwwork_items {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 16px;
	}

	.hwwork_block h2.hwwork_title {
		margin-bottom: 32px;
	}

	.page-content + .projects__sections {
		margin-top: 24px;
	}
}

@media (min-width: 1024px) {
	.static-page .static-page_header {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		gap: 32px;
		align-items: center;
		padding: 48px 32px;
	}
	.static-page .static-page_header div {
		display: block;
		min-width: 150px;
	}

	.static-page .static-page_header-mobile {
		display: none;
	}

	.static-page .static-page_header div a {
		white-space: nowrap;
		color: rgba(46, 46, 46, 1);
		text-decoration: none;
		font-size: 14px;
	}

	.text-anounce {
        max-width: 800px;
    }

	.stage-block,
	.adv-block,
	.page-faq {
		display: flex;
		flex-direction: row;
		gap: 32px;
	}

	.stage-block .stage-text {
		width: 50%;
	}
	.stage-block .stage-list {
		width: 50%;
		margin-top: 114px;
	}
/* 
	.text-page {
		max-width: 800px;
	} */
	.adv-block .adv_title,
	.adv-block .adv_items,
	.page-content .page-faq .page-faq_list,
	.page-content .page-faq .page-faq_title {
		width: 50%;
	}

	.adv-block,
	.page-content .page-faq {
		margin-top: 48px;
		padding-top: 20px;
		border-top: 1px solid rgba(228, 228, 228, 1);
	}

	.adv-block .adv_title,
	.page-content .page-faq .page-faq_title {
		border: 0;
		padding: 6px 0;
	}

	.hwwork_items {
		grid-template-columns: 1fr 1fr 1fr;
        gap: 24px;
	}

	.hwwork_items .hwwork_item {
		padding: 24px;
	}

	.static-page .main-slider,
	.main-slider .slider-item,
	.main-slider, .main-slider .slider-item {
		height: 600px;
	}

	.static-page .plug {
		margin-bottom: 40px;
	}

	.static-page h1 {
		padding: 0;
	}
}

@media (min-width: 1440px) {
    main .main-container {
		padding: 0 68px !important;
		max-width: 1520px !important;
	}

	.static-page .main-slider,
	.main-slider .slider-item,
	.main-slider, .main-slider .slider-item {
		height: 850px;
	}

	.static-page .main-slider.slick-slider {
		margin-bottom: 64px;
	}

	.text-anounce .text-full {
		font-size: 22px;
		line-height: 30px;
	}

	.static-page .plug {
		margin-bottom: 58px;
	}
}

/* slider */
.main-slider {
    height: 208px;
    overflow: hidden;
    position: relative;
}

.main-slider .slider-item {
    position: relative;
    height: 208px;
}

.main-slider .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.main-slider .image img {
    /* object-fit: cover; */
    max-height: 100%;
}

.main-slider .slider-item .title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 56px;
    padding: 0 24px;
    font-size: 24px;
    line-height: 26px;
    color: rgba(255, 255, 255, 1);
    text-shadow: 0 0 4px #747474;
    font-family: 'Manrope';
}

.main-slider .slick-dots {
    position: absolute;
    bottom: 24px;
    padding: 0 24px;
    left: 0;
    right: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    gap: 6px;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.main-slider .slick-dots li {
    width: 6px;
    height: 8px;
    line-height: 8px;
    padding: 0;
    margin: 0;
    vertical-align: middle;

	display: inline-block;
}

.main-slider .slick-dots li button {
    display: inline-block;
    text-decoration: none;
    background-color: #fff;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    border: 0;
    text-indent: -9999px;
    padding: 0;
    margin: 0;
    box-shadow: 0 0 4px #747474;
    -webkit-box-shadow: 0 0 4px #747474;
    -moz-box-shadow: 0 0 4px #747474;
}

.main-slider .slick-dots li button:before {
    display: none;
}

.main-slider .slick-dots li.slick-active,
.main-slider .slick-dots li.slick-active button {
    width: 8px;
    height: 8px;
}

.main-slider .slick-arrow {
    display: none;
}

@media all and (min-width: 768px) {
    .main-slider,
    .main-slider .slider-item {
        height: 360px;
    }

    .main-slider .slider-item .title {
        bottom: 32px;
        padding: 0 32px;
    }

    .main-slider .slick-dots {
        bottom: 34px;
        left: initial;
        right: 0;
        padding: 0 32px;
    }

    .main-slider .image img {
        object-fit: cover;
        min-width: 100%;
    }
}


@media all and (min-width: 1200px) {
    .main-slider .slider-item .title {
        font-size: 32px;
        line-height: 32px;
    }

    .main-slider .slick-arrow {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 104px;
        z-index: 10;
        height: 100%;
        transform: none;
    }

    .main-slider .slick-arrow.slick-next {
        right: 0;
        left: initial;
        background: linear-gradient(180deg, rgba(46, 46, 46, 0.2) 10%, rgba(46, 46, 46, 0) 100%);
        background: -webkit-linear-gradient(180deg, rgba(46, 46, 46, 0.2) 10%, rgba(46, 46, 46, 0) 100%);
        background: -moz-linear-gradient(180deg, rgba(46, 46, 46, 0.2) 10%, rgba(46, 46, 46, 0) 100%);
    }

    .main-slider .slick-arrow.slick-prev {
        right: inherit;
        left: 0;
        background: linear-gradient(180deg, rgba(46, 46, 46, 0) 0%, rgba(46, 46, 46, 0.2) 90%);
        background: -webkit-linear-gradient(180deg, rgba(46, 46, 46, 0) 0%, rgba(46, 46, 46, 0.2) 90%);
        background: -moz-linear-gradient(180deg, rgba(46, 46, 46, 0) 0%, rgba(46, 46, 46, 0.2) 90%);
    }

    .main-slider .slick-arrow:hover {
        background-color: rgba(46, 46, 46, 0.2);
    }

    .main-slider .slick-arrow i {
        width: 40px;
        height: 40px;
        display: block;
        top: calc(50% - 20px);
        position: absolute;
    }

    .main-slider .slick-arrow:before,
    .main-slider .slick-arrow:after {
        display: none;
    }

    .main-slider .slick-arrow.slick-prev i {
        background: url(icon-prev.svg) no-repeat 0 0;
        background-size: contain;
        left: 32px;
    }

    .main-slider .slick-arrow.slick-next i {
        background: url(icon-next.svg) no-repeat 0 0;
        background-size: contain;
        right: 32px;
    }
}


@media all and (min-width: 1024px) {
	.main-slider .slider-item {
		height: 600px;
	}

	.stage-block .stage-list_item {
		font-size: 16px;
		line-height: 22px;
	}

	.stage-block .stage-list_item .count {
		font-size: 12px;
		width: 24px;
		height: 24px;
		line-height: 22px;
	}
}

@media all and (min-width: 1220px) {
	.hwwork_items {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	}

	.page-content h2 {
        font-size: 40px;
        line-height: 40px;
        margin: 0 0 32px;
        font-weight: 400;
		font-family: "Manrope";
    }
}

@media all and (min-width: 1440px) {
	.main-slider .slider-item {
		height: 850px;
	}

	.static-page .static-page_header {
		padding: 64px 32px;
	}

	
    .static-page h1 {
        font-size: 64px;
        line-height: 76px;
		max-width: 70%;
	}
}

@media all and (min-width: 1440px) {
	main .main-container.static-page {
		max-width: 1920px !important;
	}
}