@media screen and (min-width:320px) {
		
	body.menu-lock {
	  overflow: hidden;
	  position: fixed;
	}
	
	.header {
	  position: fixed; 
	  width: 100%;
	  top: 0; 
	  z-index: 999;
	  /*background: linear-gradient(24deg, var(--c-deep) 0%, var(--c-navy-2) 70%, var(--c-navy-3) 100%);*/
	  backdrop-filter: blur(12px);
	  -webkit-backdrop-filter: blur(12px);
	}
	.header.is-open:after {
		content: '';
        background: linear-gradient(90deg, var(--c-navy), var(--c-blue) 50%, var(--c-navy));
        height: 5px;
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
	}

	.nav.nav__menu {
		display: none;
	}

	#mobile-nav {
		opacity: 0;
		visibility: hidden;
		transform: translateY(-10px);
		transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
		pointer-events: none;
		flex-direction: column;
		display: none;
	}

	#mobile-nav.is-open {
	  opacity: 1;
	  visibility: visible;
	  transform: translateY(0);
	  pointer-events: auto;
	  display: flex;
	}
		
	.mobile-nav a {
		color: white;
        padding: 14px 24px;
        border-bottom: 1px solid #e0f0ff4a;
        font-size: 18px;
        font-weight: 500;
	}
	.mobile-nav a:last-of-type {
		border-bottom: none;
		padding-bottom: 20px;
	}
	
	.burger {
		position: relative;
		min-width: 45px;
		width: 40px; 
		height: 40px; 
		padding: 8px;
		display: flex;
		flex-direction: column; 
		justify-content: space-between;
	}
	
	.burger.is-open span {
		position: absolute;
		top: 20px;
        width: 30px;
	}
	
	.burger span {
		display: block;
		height: 2px; 
		background: var(--c-ink); 
		border-radius: 2px; 
	}
	
	.burger.is-open span:nth-child(1) {
	  transform: rotate(45deg);
	}

	.burger.is-open span:nth-child(2) {
	  opacity: 0;
	}

	.burger.is-open span:nth-child(3) {
	  transform: rotate(-45deg);
	}
	
	.menu-overlay {
		position: fixed;
		inset: 0;
		background: rgba(0, 0, 0, 0.5);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: opacity 0.3s ease, visibility 0.3s ease;
		z-index: 998;
	}

	.menu-overlay.is-active {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	
	.page-title {
		font-weight: 800;
        font-size: 24px;
	}
	.page-content .wp-block-heading {
		margin: 1rem 0;
        font-size: 22px;
	}


	/*-----HERO-----*/
	
	.hero__inner {
		padding: 1rem;
	}
		
	.hero__title {
		font-size: 30px;
	}
	
	.hero__overlay {
		position: absolute; inset: 0;
		background: linear-gradient(115deg, rgba(10, 24, 40, .96) 20%, rgba(16, 42, 71, 0.6) 40%, rgba(16, 42, 71, .90) 70%, rgba(28, 58, 94, .3) 100%),
    radial-gradient(60% 60% at 80% 20%, rgba(78, 160, 216, .9), transparent 60%);
		z-index: -2;
	}
	
	.hero__bullets {
		display: flex;
		flex-direction: column;
		gap: 12px;
		margin: 2rem 0;
		padding: 0;
	}
	
	.hero__cta { 
		display: flex;
		gap: 14px;
		flex-wrap: wrap;
	}
	
	
	.top__logo__title {
		display: flex;
		align-items: center;
	}
	
	.top__logo img {
		max-width: 60px;
	}
	
	.top__title {
		font-size: 16px;
		font-weight: 600;
		margin: 0 5px;
		font-family: var(--font-sans);
	}
	.top__title .title1 {
		color: #28465e;
	}
	.top__title .title2 {
		color: #89929c;
	}
	
	.topbar__right {
		display: flex;
		flex-direction: column;
	}
	
	.topbar__cta {
		display: flex;
        flex-direction: column;
	}
	.topbar__cta a {
		font-size: 11px;
        color: #575757;
        font-weight: 700;
	}
	
	.header__inner {
		padding: 0;
		gap: 0;
		background: linear-gradient(180deg, #e0f0ff, #e0f0ffcc);
	}
	
	
	/*-----SHOWCASE-----*/
	
	.section--showcase .section__head {
		margin-bottom: 2rem;
	}
	
	.section--showcase .badges {
		padding: 0;
        margin: 0;
        justify-content: flex-start;
	}
	
	.section--showcase .gallery {
		margin-top: 2rem;
	}
	
	.showcase__intro {
		font-size: 18px;
		margin: 2rem 0 0;
	}
	
	
	.cmp__param__header {
		background: var(--c-deep);
		color: #fff;
		font-weight: 700;
		font-size: 13px;
		text-transform: uppercase;
		letter-spacing: .08em;
	}
	.cmp__param {
		font-weight: 500;
        margin: 10px auto;
	}
	.cmp__sum {
		display: flex;
	}
	.cmp__sum > * {
		flex: 1;
		padding: 10px;
	}
	
	.cmp__ktd__header {
		background-color: #102a47;
		color: #fff;
		font-weight: 700;
	}
	.cmp__ktd__header span {
		display: block;
		font-weight: 500;
		font-size: 11px;
		text-transform: none;
		letter-spacing: 0;
		color: #95a8c2;
		margin-top: 3px;
	}
	
	.cmp__hdg__header {
		background: var(--c-deep);
		color: #fff;
		font-weight: 700;
		font-size: 13px;
		text-transform: uppercase;
		letter-spacing: .08em;
	}
	.cmp__ktd__item {
		background: #fbf6ec;
	}
	.cmp__hdg__item {
		
	}
	
	
	.badges {
		display: flex; 
		gap: 12px; 
		flex-wrap: wrap;
		justify-content: center; 
		margin: 28px 0 0;
	}
	.badges li {
		display: inline-flex; 
		align-items: center; 
		gap: 10px;
		padding: 10px 18px;
		background: var(--c-bg);
		border: 1px solid var(--c-line);
		border-radius: 999px;
		font-weight: 600; font-size: 14px;
		color: var(--c-ink);
	}
	.badges svg {
		width: 70px;
	}
	
	.badges__list {
		padding: 0;
        margin: 1rem 0;
        font-size: 14px;
        font-weight: 600;
	}
	.badges__list.tech {
		display: flex;
		flex-direction: column;
		gap: 15px;
	}
	
	
	.badge__item {
		display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 5px;
	}
	
	.badge__svg {
		width: 50px;
        max-width: 50px;
	}
	.tech .badge__svg {
		width: 40px;
        max-width: 40px;
	}
	
	
	.badge__txt {
		flex: 1;
	}
	
	
	.check {
		display: inline-flex; 
		align-items: center; 
		justify-content: center;
		width: 22px; 
		height: 22px;
		background: var(--c-success);
		color: #fff;
		border-radius: 50%;
		font-size: 13px;
		font-weight: 700;
	}
	
	.section--showcase .eyebrow {
		margin-bottom: 0;
	}
	
	.section--advantages .raschet {
		margin: 2rem 0 0;
	}
	
	
	.about__block {
		margin: 2rem 0 0;
	}
	
	.section--dop .section__head {
		margin-bottom: 0;
	}
	
	/*-----GALLERY-----*/
	
	.gallery__item figcaption {
		position: absolute; 
		left: 0; 
		right: 0;
		bottom: 0;
		padding: 20px;
		color: #fff;
		background: linear-gradient(0deg, rgba(10,24,40,.92), rgba(10,24,40,.4));
		font-size: 15px;
		display: flex; 
		flex-direction: column; 
		gap: 4px;
	}
	
	.gallery { 
		grid-template-columns: 1fr;
		height: auto;
	}
	.gallery__item { 
		aspect-ratio: 4/3; 
	}
	.gallery__item--lg { 
		grid-row: auto;
	}
	
	
	
	.cta-card { grid-template-columns: 1fr; padding: 28px; }
	
	.coatings__cta { grid-template-columns: 1fr; }
	.inline-form { grid-template-columns: 1fr; }
	
	
	.industries { grid-template-columns: 1fr; }
	.industry, .industry--wide { grid-template-columns: 1fr; }
	.industry__media { aspect-ratio: 16/9; }
	
	
	.about__list {
		display: flex;
		flex-direction: column;
		gap: 16px;
		margin: 28px 0 32px;
		padding: 0;
	}


	.form-consent {
		font-size: 14px;
		margin: 0 0 1rem;
	}
	.form-consent a {
		color: var(--c-blue);
		transition: .1s;
	}
	.form-consent a:hover,
	.form-consent a:focus {
		color: var(--c-navy);
	}
	
	.dark .form-consent a {
		color: var(--c-blue-soft);
		text-decoration: underline;
	}
	.dark .form-consent a:hover,
	.dark .form-consent a:focus {
		color: white;
	}
	

	/*-----FOOTER-----*/

	.footer {
		background: var(--c-deep);
		color: #b9c5d6;
	}
	.footer__inner {
		display: grid;
		grid-template: auto / 1fr;
		gap: 36px;
		padding: 64px 24px 40px;
	}
	
	.footer__col.mgc {
		font-size: 14px;
	}
	.footer__col.mgc a {
		transition: .1s;
	}
	.footer__col.mgc a:hover,
	.footer__col.mgc a:focus {
		color: var(--c-blue);
	}
	
	.modal__moszink .modal-content {
		overflow: hidden;
		border-radius: 1rem;
	}
	.modal__moszink .modal-body {
		padding: 0;
	}
	.modal__moszink .btn-close {
		position: absolute;
        right: 20px;
        top: 30px;
	}
	
	.footer__cols {
		display: grid;
		gap: 2rem;
	}
	
	.footer__inner {
		text-align: center;
	}
	.footer__logo img {
		margin: 0 auto;
	}
	.footer__tagline {
		font-size: 16px;
		line-height: 1.6;
		color: #95a8c2;
		margin: 0;
	}
	.footer__bottom {
		padding: 22px 24px 6rem;
		font-size: 13px;
		color: #6f829c;
		border-top: 1px solid rgba(255,255,255,.06);
	}
	
	
	/*----FORM----*/
	
	.inline-form select {
		padding: 16px;
        border: 1px solid rgba(255, 255, 255, .16);
        border-radius: 10px;
        background: rgba(255, 255, 255, .06);
        color: #fff;
        font: inherit;
        width: 100%;
	}
	.inline-form select:focus {
		outline: none;
		border-color: var(--c-blue);
		box-shadow: 0 0 0 4px rgba(78, 160, 216, .18);
	}
	
	.inline-form option {
		background-color: #102438;
	}
	
	.field-error {
		color: #cc0000;
		border: 1px solid #cc0000;
		border-radius: 5px;
		padding: 5px 10px;
		font-size: 12px;
		text-transform: uppercase;
	}
	.dark .field-error {
		color: black;
		background-color: #ffd7d7;
	}
	
		
	body .cky-btn-revisit-wrapper {
		display: none;
	}
	
}

@media screen and (min-width:375px) {
	
	.container.header__inner {
        gap: 7px;
    }
	
	.top__title {
        
    }
	
}

@media screen and (min-width:425px) {
	
	.top__logo img {
        max-width: 80px;
    }
	.page-title {
		font-size: calc(1.375rem + 1vw);
	}
	
	.gallery__item figcaption {
		font-size: 20px;
	}
	
}

@media screen and (min-width:576px) {
	
	.hero__inner {
        padding: 3rem 0;
    }
	
	.hero__title {
		
	}
	.hero__cta { 
		
	}
	
}

@media screen and (min-width:640px) {
	
    .top__title {
        font-size: 25px;
        font-weight: bold;
    }
	
	.gallery {
        grid-template-columns: 1fr 1fr;
    }
	
}

@media screen and (min-width:768px) {
	
    .topbar__cta {
        flex-direction: inherit;
		gap: 1rem;
    }
	
	.cta-card {
        grid-template-columns: 1fr 1fr;
    }
	
	.footer__inner {
		grid-template: auto / 1fr 1fr;
	}
	
}

@media screen and (min-width:992px) {
	
	.nav.nav__menu {
		display: flex;
		column-gap: 10px;
	}
	.burger {
		display: none;
	}
	
	.top__title {
		min-width: 250px;
		text-align: center;
	}
	.topbar__cta {
		gap: 0;
        margin: 0 10px 0 0;
		flex-direction: column;
	}
	.topbar__cta a {
		font-size: 13px;
	}
	
	.hero__bullets {
		display: grid;
		grid-template: auto / repeat(2, 2fr);
	}
	
	
	/*-----GALLERY-----*/
	
	.section--showcase .gallery {
		grid-template: auto / repeat(3, 3fr);
	}
	.section--showcase .gallery__item figcaption {
		font-size: 16px;
        min-height: 90px;
	}
	
	
	/*-----ABOUT-----*/
	
	.about__block {
		display: grid;
		grid-template: auto / 1fr 1fr;
		gap: 2rem;
	}
	.about__list {
		margin: 0;
	}
	
	
	.coatings__cta {
        grid-template-columns: 1fr 1fr;
        align-items: flex-start;
    }
	
	.industries {
        grid-template-columns: 1fr 1fr;
    }
	
	
	/*-----FOOTER-----*/
	
	.footer__inner {
		text-align: inherit;
		gap: 2rem;
		display: flex;
	}
	.footer__brand {
		display: flex;
		gap: 1rem;
		flex-direction: column;
	}
	.footer__logo img {
		max-width: 100px;
	}
	.footer__tagline {
		font-size: 13px;
		max-width: 300px;
	}
	.footer__cols {
		gap: 2rem;
		grid-template: auto / 1fr 1fr 1fr;
	}
	.footer__col {
		flex: 1;
	}
	
	
}

@media screen and (min-width:1200px) {

	.topbar__cta {
		margin-right: 2rem;
	}

	.hero__inner {
        padding: 6rem 0;
    }
	.hero__title {
        font-size: 50px;
    }
	.hero__bullets {
		display: flex;
        flex-direction: row;
	}
	.hero__bullets li {
		flex: 1;
	}


    .section--showcase .gallery,
	.industries {
        grid-template: auto / repeat(3, 3fr);
    }
	.section--showcase .gallery__item figcaption {
        font-size: 18px;
		min-height: 100px;
    }
	
	
	.footer__logo img {
        max-width: 150px;
    }
	
}

@media screen and (min-width:1400px) {
	
    .nav.nav__menu {
        column-gap: 20px;
    }
	
}

@media screen and (min-width:1680px) {
	
    .nav.nav__menu {
        column-gap: 40px;
    }
	
}