/*!
Theme Name: airtower
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: airtower
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

airtower is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #000000;
	color: #ffffff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: flex;
}

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

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		align-items: center;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

a {
	text-decoration: none;
}

body {
	font-family: "Montserrat", sans-serif;
}

.container {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 12px;
	padding-right: 12px;
}

@media screen and (max-width: 1200px) {
	.container {
		max-width: 100%;
	}
}

.btn {
	border-radius: 8px;
	background-color: #E65F25;
	color: #ffffff;
	font-weight: 700;
	transition: .3s ease;
}

.btn--black {
	background-color: #000000;
}

.btn:hover {
	background-color: #FF5106;
}

.btn:active {
	background-color: #BC4614;
}

.btn:disabled {
	opacity: .5;
	pointer-events: none;
}

.site {
	position: relative;
}

.site-decor {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	overflow: hidden;
}

.site-decor::before {
	content: '';
	position: absolute;
	top: -1100px;
	left: 400px;
	background: radial-gradient(rgba(230, 95, 37, 0.8) 0%, rgba(0, 0, 0, 0) 40%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
	z-index: -1;
	width: 1344px;
	height: 3181px;
	transform: rotate(40deg);
	opacity: .6;
}

.custom-logo-link {
	width: 251px;
}

@media screen and (max-width: 1023px) {
	.custom-logo-link {
		width: 250px;
	}
}
@media screen and (max-width: 400px) {
	.custom-logo-link {
		width: 220px;
	}
}

.site-header-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 149px;
}

@media screen and (max-width: 799px) {
	.site-header-row {
		flex-direction: column;
		align-items: flex-start;
		min-height: 80px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}


@media screen and (max-width: 799px) {
	.menu-toggle {
		position: absolute;
		right: 20px;
		top: 20px;
		height: 32px;
		background-color: #E65F25;
		border: none;
	}
}

@media screen and (max-width: 799px) {
	.menu-toggle::before {
		content: '';
		position: absolute;
		width: 20px;
		height: 16px;
		border-top: 2px solid #ffffff;
		border-bottom: 2px solid #ffffff;
		top: 8px;
		left: 6px;
		transition: .3s ease;
	}

	.menu-toggle::after {
		content: '';
		position: absolute;
		width: 2px;
		height: 20px;
		background-color: #ffffff;
		top: 6px;
		left: 15px;
		transform: rotate(90deg);
		transition: .3s ease;
	}

	.toggled .menu-toggle::before,
	.toggled .menu-toggle::after {
		content: '';
		position: absolute;
		width: 2px;
		height: 20px;
		background-color: #ffffff;
		top: 7px;
		left: 15px;
	}

	.toggled .menu-toggle::before {
		transform: rotate(45deg);
	}
	.toggled .menu-toggle::after {
		transform: rotate(135deg);
	}
}

.menu-main-menu-container .menu-item {
	margin-left: 32px;
}

@media screen and (max-width: 1023px) {
	.menu-main-menu-container .menu-item {
		margin-left: 24px;
	}
}
@media screen and (max-width: 847px) {
	.menu-main-menu-container .menu-item {
		margin-left: 18px;
	}
}
@media screen and (max-width: 639px) {
	.menu-main-menu-container .menu-item {
		margin-left: 16px;
	}
}
@media screen and (max-width: 400px) {
	.menu-main-menu-container .menu-item {
		margin-left: 12px;
	}
}
@media screen and (max-width: 359px) {
	.menu-main-menu-container .menu-item {
		margin-left: 11px;
	}
}

@media screen and (max-width: 799px) {
	.menu-main-menu-container .menu-item:first-of-type {
		margin-left: 0;
	}
}

.menu-main-menu-container a{
	line-height: 1.25;
	color: #ffffff;
	font-weight: 500;
}

@media screen and (max-width: 359px) {
	.menu-main-menu-container a{
		font-size: 14px;
	}
}

.menu-main-menu-container .menu-item:not(:last-of-type) a:hover {
	text-decoration: underline;
}

.menu-main-menu-container .menu-item:last-of-type a{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	background-color: #E65F25;
	height: 44px;
	min-width: 131px;
	border: 1px solid #E65F25;
	border-radius: 8px;
	padding: 5px;
	transition: .3s ease;
}

.menu-main-menu-container .menu-item:last-of-type a:hover {
	background-color: #FDF2ED;
	border-color: #FF5106;
	color: #FF5106;
}

.menu-main-menu-container .menu-item:last-of-type a:active {
	border-color: #BC4614;
	color: #BC4614;
}

.site-main {
	overflow: hidden;
}

.intro {
	padding-top: 70px;
	padding-bottom: 153px;
	position: relative;
}

@media screen and (max-width: 1600px) {
	.intro {
		padding-top: 90px;
		padding-bottom: 90px;
	}
}
@media screen and (max-width: 1179px) {
	.intro {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
@media screen and (max-width: 1099px) {
	.intro {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
@media screen and (max-width: 847px) {
	.intro {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 767px) {
	.intro {
		padding-top: 0;
	}
}

.intro-content-row {
	display: flex;
	position: relative;
}

@media screen and (max-width: 639px) {
	.intro-content-row {
		display: block;
	}
}

.intro-content {
	display: flex;
	align-items: center;
	margin-bottom: 135px;
}

@media screen and (max-width: 1151px) {
	.intro-content {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 847px) {

}
@media screen and (max-width: 767px) {

}
@media screen and (max-width: 639px) {
	.intro-content {
		display: block;
		margin-bottom: 20px;
	}
}

.intro-content-img {
	min-width: 967px;
	position: relative;
	left: -40px;
}

@media screen and (max-width: 1600px) {
	.intro-content-img {
		min-width: 700px;
	}
}
@media screen and (max-width: 1365px) {
	.intro-content-img {
		min-width: 620px;
	}
}
@media screen and (max-width: 1179px) {
	.intro-content-img {
		min-width: 500px;
	}
}
@media screen and (max-width: 1099px) {
	.intro-content-img {
		min-width: 400px;
		left: -20px;
	}
}
@media screen and (max-width: 1023px) {
	.intro-content-img {
		/*min-width: 360px;*/
		/*left: 450px;*/
	}
}
@media screen and (max-width: 847px) {
	.intro-content-img {
		/*min-width: 350px;*/
		/*left: 400px;*/
	}
}
@media screen and (max-width: 767px) {
	.intro-content-img {
		/*min-width: 280px;*/
		/*left: 350px;*/
	}
}
@media screen and (max-width: 639px) {
	.intro-content-img {
		position: static;
	}
}
@media screen and (max-width: 431px) {
	.intro-content-img {
		min-width: 100%;
	}
}

.intro-content-img img {
	display: block;
}

.intro-content-title {
	margin-top: 0;
	font-size: 56px;
	line-height: 1.3;
	margin-bottom: 25px;
	text-transform: uppercase;
	max-width: 1000px;
}

.intro-content-title-text {
	display: block;
	font-weight: 300;
}

.intro-content-title-text--bold {
	font-weight: 900;
}

@media screen and (max-width: 1600px) {
	.intro-content-title {
		font-size: 50px;
	}
}
@media screen and (max-width: 1365px) {
	.intro-content-title {
		font-size: 40px;
	}
}
@media screen and (max-width: 1099px) {
	.intro-content-title {
		font-size: 35px;
	}
}
@media screen and (max-width: 1023px) {
	.intro-content-title {
		font-size: 30px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 847px) {
	.intro-content-title {
		font-size: 26px;
	}
}
@media screen and (max-width: 767px) {
	.intro-content-title {
		font-size: 22px;
	}
}

.intro-content-text {
	margin-top: 150px;
	margin-left: -360px;
	margin-bottom: 0;
	line-height: 1.5;
}

@media screen and (max-width: 1600px) {
	.intro-content-text {
		margin-left: -200px;
	}
}
@media screen and (max-width: 1099px) {
	.intro-content-text {
		margin-left: -100px;
	}
}
@media screen and (max-width: 847px) {
	.intro-content-text {
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	.intro-content-text {
		font-size: 13px;
	}
}
@media screen and (max-width: 639px) {
	.intro-content-text {
		margin-top: 0;
		margin-left: 0;
	}
}

.intro-content-list {
	display: flex;
}

@media screen and (max-width: 639px) {
	.intro-content-list {
		display: block;
	}
}

.intro-content-list-item {
	display: flex;
}

@media screen and (max-width: 1023px) {
	.intro-content-list-item {
	}
}
@media screen and (max-width: 599px) {
	.intro-content-list-item {
	}
}

.intro-content-list-item:not(:last-of-type) {
	margin-right: 48px;
}

@media screen and (max-width: 959px) {
	.intro-content-list-item:not(:last-of-type) {
		margin-right: 20px;
	}
}
@media screen and (max-width: 847px) {
	.intro-content-list-item:not(:last-of-type) {
		margin-right: 16px;
	}
}
@media screen and (max-width: 639px) {
	.intro-content-list-item:not(:last-of-type) {
		margin-bottom: 10px;
	}
}

.intro-content-list-item__img {
	width: 80px;
	margin-right: 8px;
}

@media screen and (max-width: 799px) {
	.intro-content-list-item__img {
		width: 50px;
	}
}
@media screen and (max-width: 719px) {
	.intro-content-list-item__img {
		width: 40px;
	}
}

.intro-content-list-item-info {

}

@media screen and (max-width: 1023px) {
	.intro-content-list-item-info {

	}
}

.intro-content-list-item:nth-of-type(1) {

}

@media screen and (max-width: 1023px) {
	.intro-content-list-item:nth-of-type(1) {

	}
}

.intro-content-list-item:nth-of-type(2) {

}

@media screen and (max-width: 1023px) {
	.intro-content-list-item:nth-of-type(2) {

	}
}

@media screen and (max-width: 599px) {
	.intro-content-list-item:nth-of-type(2) {

	}
}

.intro-content-list-item:nth-of-type(3) {

}

@media screen and (max-width: 1023px) {
	.intro-content-list-item:nth-of-type(3) {

	}
}
@media screen and (max-width: 599px) {
	.intro-content-list-item:nth-of-type(3) {

	}
}

.intro-content-list-item__amount {
	font-size: 48px;
	font-weight: 900;
	line-height: 1.33;
}

@media screen and (max-width: 1365px) {
	.intro-content-list-item__amount {
		font-size: 40px;
	}
}
@media screen and (max-width: 1179px) {
	.intro-content-list-item__amount {
		font-size: 35px;
	}
}
@media screen and (max-width: 1099px) {
	.intro-content-list-item__amount {
		font-size: 30px;
	}
}
@media screen and (max-width: 1023px) {
	.intro-content-list-item__amount {
		font-size: 26px;
	}
}
@media screen and (max-width: 719px) {
	.intro-content-list-item__amount {
		font-size: 20px;
	}
}

.intro-content-list-item__text {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.3125;
}

@media screen and (max-width: 847px) {
	.intro-content-list-item__text {
		font-size: 14px;
	}
}

.cases {
	padding-top: 96px;
	padding-bottom: 96px;
	background-color: #FDF2ED;
}

@media screen and (max-width: 1099px) {
	.cases {
		padding-top: 70px;
		padding-bottom: 60px;
	}
}
@media screen and (max-width: 847px) {
	.cases {
		padding-top: 50px;
		padding-bottom: 60px;
	}
}

.cases-row {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 1099px) {
	.cases-row {
		flex-direction: column;
		align-items: flex-start;
	}
}

.cases-info {
	width: 570px;
	margin-right: 30px;
}

@media screen and (max-width: 1099px) {
	.cases-info {
		width: 100%;
	}
}
@media screen and (max-width: 639px) {
	.cases-info {
		margin-right: 0;
	}
}

.cases__img {
	display: block;
	width: 496px;
}

.cases-title {
	font-size: 56px;
	line-height: 1.125;
	max-width: 900px;
	margin-top: 32px;
	margin-bottom: 0;
}

@media screen and (max-width: 1600px) {
	.cases-title {
		font-size: 50px;
	}
}
@media screen and (max-width: 1365px) {
	.cases-title {
		font-size: 40px;
	}
}
@media screen and (max-width: 1179px) {
	.cases-title {
		font-size: 35px;
	}
}
@media screen and (max-width: 1099px) {
	.cases-title {
		font-size: 30px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 847px) {
	.cases-title {
		font-size: 26px;
	}
}

.cases-title-text {
	display: block;
	color: #000000;
	font-weight: 300;
	text-transform: uppercase;
}

.cases-title-text--bold {
	font-weight: 900;
}

@media screen and (max-width: 1099px) {
	.cases-list {
		display: flex;
		justify-content: space-between;
		align-items: baseline;
		flex-wrap: wrap;
		width: 100%;
	}
}

.cases-list-item {
	width: 570px;
	background-color: #ffffff;
	border-radius: 8px;
	min-height: 124px;
	padding: 24px 24px 24px 104px;
	position: relative;
}

@media screen and (max-width: 1099px) {
	.cases-list-item {
		width: 49%;
		/*min-height: 235px;*/
		/*padding-left: 25px;*/
		/*padding-right: 25px;*/
		/*margin-bottom: 25px;*/
	}
}
@media screen and (max-width: 1023px) {
	.cases-list-item {
		width: 49%;
		max-width: 49%;
	}
}
@media screen and (max-width: 847px) {
	.cases-list-item {
		min-height: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 639px) {
	.cases-list-item {
		width: 100%;
		max-width: 100%;
	}
}

.cases-list-item:not(:last-of-type) {
	margin-bottom: 20px;
}

.cases-list-item p {
	margin: 0;
	line-height: 1.5;
	color: #383D53;
}
@media screen and (max-width: 847px) {
	.cases-list-item p {
		font-size: 14px;
	}
}

.cases-list-item img {
	position: absolute;
	width: 56px;
	top: 34px;
	left: 24px;
}

@media screen and (max-width: 1179px) {
	.cases-list-item img {
		width: 55px;
	}
}
@media screen and (max-width: 847px) {
	.cases-list-item img {
		position: static;
	}
}

.cases-list-item h5 {
	font-size: 18px;
	line-height: 1.33;
	margin-bottom: 4px;
	margin-top: 0;
	color: #000000;
	font-weight: 700;
}

@media screen and (max-width: 1179px) {
	.cases-list-item h5 {
		font-size: 20px;
	}
}
@media screen and (max-width: 847px) {
	.cases-list-item h5 {
		font-size: 16px;
		margin-top: 8px;
		margin-bottom: 10px;
	}
}

.specifications {
	background: #010101 url("https://airtower.net/wp-content/uploads/2025/06/specifications-bg.svg") 100% 100% / 953px 720px no-repeat;
	position: relative;
	padding-top: 96px;
	padding-bottom: 96px;
}

@media screen and (max-width: 1099px) {
	.specifications {
		background-size: 476px 360px;
	}
}
@media screen and (max-width: 667px) {
	.specifications {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.specifications-content {
	width: 600px;
}

@media screen and (max-width: 1600px) {
	.specifications-content {
		width: 550px;
	}
}
@media screen and (max-width: 1179px) {
	.specifications-content {

	}
}
@media screen and (max-width: 1099px) {
	.specifications-content {
		width: 100%;
	}
}

.specifications-content-title {
	line-height: 1.14;
	margin-top: 0;
	margin-bottom: 8px;
}

.specifications-content-title-text {
	font-size: 56px;
	font-weight: 300;
	text-transform: uppercase;
}

@media screen and (max-width: 1600px) {
	.specifications-content-title-text {
		font-size: 50px;
	}
}
@media screen and (max-width: 1365px) {
	.specifications-content-title-text {
		font-size: 40px;
	}
}
@media screen and (max-width: 1179px) {
	.specifications-content-title-text {
		font-size: 35px;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 847px) {
	.specifications-content-title-text {
		font-size: 30px;
	}
}

.specifications-content-title-text--bold {
	font-weight: 900;
}

.specifications-content-text {
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 32px;
}

.specifications-content-heading {
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
	margin-top: 0;
}

@media screen and (max-width: 1099px) {
	.specifications-content-list {
		max-width: 100%;
		columns: 2;
	}
}
@media screen and (max-width: 639px) {
	.specifications-content-list {
		columns: initial;
	}
}

.specifications-content-list-item {
	color: #EDEFF3;
	line-height: 1.5;
	margin-top: 0;
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 0;
}

.specifications-content-list-item:not(:last-of-type) {
	margin-bottom: 8px;
}

.specifications-content-list-item::before {
	content: '';
	min-width: 24px;
	height: 24px;
	margin-right: 16px;
	background: url('https://airtower.net/wp-content/uploads/2025/06/check-waves.svg') 50% 50%/cover no-repeat;
}

.blog {
	background-color: #ffffff;
	padding-top: 96px;
	padding-bottom: 188px;
}

@media screen and (max-width: 1151px) {
	.blog {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
@media screen and (max-width: 640px) {
	.blog {
		padding-top: 0;
	}
}

.blog-platform {
	display: flex;
}

@media screen and (max-width: 847px) {
	.blog-platform {
		flex-direction: column;
	}
}

.blog-platform__img {
	width: 413px;
}

@media screen and (max-width: 1365px) {
	.blog-platform__img {
		width: 370px;
	}
}
@media screen and (max-width: 1179px) {
	.blog-platform__img {
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 847px) {
	.blog-platform__img {
		width: 280px;
	}
}

.blog-platform-content-title {
	line-height: 1.17;
	margin-top: 0;
	margin-bottom: 16px;
}

.blog-platform-content-title-text {
	font-size: 48px;
	font-weight: 300;
	text-transform: uppercase;
	color: #000000;
}

@media screen and (max-width: 1600px) {
	.blog-platform-content-title-text {
		font-size: 50px;
	}
}
@media screen and (max-width: 1365px) {
	.blog-platform-content-title-text {
		font-size: 40px;
	}
}
@media screen and (max-width: 1179px) {
	.blog-platform-content-title-text {
		font-size: 35px;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 847px) {
	.blog-platform-content-title-text {
		font-size: 30px;
	}
}

.blog-platform-content-title-text--bold {
	font-weight: 900;
}

.blog-platform-content h3 {
	font-size: 24px;
	font-weight: 700;
	color: #000000;
	line-height: 1.375;
	margin-top: 0;
	margin-bottom: 16px;
	max-width: 590px;
}

@media screen and (max-width: 1600px) {
	.blog-platform-content h3 {
		font-size: 43px;
	}
}
@media screen and (max-width: 1365px) {
	.blog-platform-content h3 {
		font-size: 35px;
	}
}
@media screen and (max-width: 1179px) {
	.blog-platform-content h3 {
		font-size: 30px;
	}
}
@media screen and (max-width: 1099px) {
	.blog-platform-content h3 {
		font-size: 26px;
	}
}
@media screen and (max-width: 847px) {
	.blog-platform-content h3 {
		font-size: 22px;
	}
}

.blog-platform-content p {
	line-height: 1.3125;
	color: #212330;
	margin-bottom: 16px;
	max-width: 650px;
}

@media screen and (max-width: 847px) {
	.blog-platform-content p {
		font-size: 14px;
	}
}

.blog-platform-content h4 {
	font-size: 24px;
	line-height: 1.375;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 10px;
}

@media screen and (max-width: 1179px) {
	.blog-platform-content h4 {
		font-size: 20px;
	}
}
@media screen and (max-width: 847px) {
	.blog-platform-content h4 {
		font-size: 16px;
	}
}

.blog-platform-content ul {
	margin-left: 0;
	padding-left: 16px;
}

.blog-platform-content li {
	line-height: 1.3125;
	color: #212330;
}

@media screen and (max-width: 847px) {
	.blog-platform-content li {
		font-size: 14px;
	}
}

.blog-platform-block {
	display: flex;
	align-items: baseline;
	min-width: 500px;
	padding-top: 40px;
}

@media screen and (max-width: 1023px) {
	.blog-platform-block {
		min-width: 400px;
	}
}
@media screen and (max-width: 847px) {
	.blog-platform-block {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 450px) {
	.blog-platform-block {
		min-width: 100%;
	}
}

.blog-platform-content-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 206px;
	height: 44px;
}

@media screen and (max-width: 847px) {
	.blog-platform-content-btn {
		font-size: 14px;
		min-width: 180px;
		height: 38px;
	}
}

.endure {
	padding-top: 96px;
	padding-bottom: 78px;
}

@media screen and (max-width: 667px) {
	.endure {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.endure-row {
	display: flex;
	justify-content: flex-end;
}

@media screen and (max-width: 1199px) {
	.endure-row {
		flex-direction: column;
	}
}

.endure-title {
	line-height: 1.14;
	margin-top: 0;
	margin-bottom: 16px;
	max-width: 434px;
	margin-right: 12px;
}

@media screen and (max-width: 1151px) {
	.endure-title {
		max-width: 100%;
	}
}

.endure-title-text {
	font-size: 56px;
	font-weight: 300;
	text-transform: uppercase;
}

@media screen and (max-width: 1600px) {
	.endure-title-text {
		font-size: 50px;
	}
}
@media screen and (max-width: 1365px) {
	.endure-title-text {
		font-size: 40px;
	}
}
@media screen and (max-width: 1179px) {
	.endure-title-text {
		font-size: 35px;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 847px) {
	.endure-title-text {
		font-size: 30px;
	}
}

.endure-title-text--bold {
	font-weight: 900;
}

.endure-list {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 1199px) {
	.endure-list {
		justify-content: space-between;
	}
}
@media screen and (max-width: 639px) {
	.endure-list {
		display: block;
	}
}

.endure-list-item {
	margin-left: 18px;
	width: 344px;
	background: linear-gradient(0deg, #444549 0%, #1A1A1A 100%);
	margin-bottom: 18px;
	border-radius: 8px;
	padding: 24px 16px 32px 16px;
}

@media screen and (max-width: 1199px) {
	.endure-list-item {
		width: 49%;
		margin-left: 0;
	}
}
@media screen and (max-width: 639px) {
	.endure-list-item {
		width: 100%;
	}
}

.endure-list-item img {
	width: 24px;
	margin-bottom: 16px;
}

.endure-list-item h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.33;
	margin-top: 0;
	margin-bottom: 8px;
}

.endure-list-item p {
	margin-top: 0;
	margin-bottom: 0;
	color: #C6C6C6;
	line-height: 1.3125;
}

.comparison {
	padding-top: 96px;
	padding-bottom: 96px;
	background-color: #ffffff;
}

@media screen and (max-width: 1365px) {
	.comparison {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
@media screen and (max-width: 1099px) {
	.comparison {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
@media screen and (max-width: 847px) {
	.comparison {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.comparison-title {
	line-height: 1.14;
	margin-top: 0;
	margin-bottom: 32px;
	margin-right: 12px;
	text-align: center;
}

.comparison-title-text {
	font-size: 56px;
	font-weight: 300;
	text-transform: uppercase;
	color: #000000;
	display: block;
}

@media screen and (max-width: 1600px) {
	.comparison-title-text {
		font-size: 50px;
	}
}
@media screen and (max-width: 1365px) {
	.comparison-title-text {
		font-size: 40px;
	}
}
@media screen and (max-width: 1179px) {
	.comparison-title-text {
		font-size: 35px;
	}
}
@media screen and (max-width: 847px) {
	.comparison-title-text {
		font-size: 30px;
	}
}

.comparison-title-text--bold {
	font-weight: 900;
}

.comparison-table {
	border-collapse: collapse;
	margin-bottom: 0;
}

.comparison-table-tr {
	color: #212330;
	line-height: 1.3125;
}

@media screen and (max-width: 847px) {
	.comparison-table-tr {
		font-size: 14px;
	}
}

.comparison-table-tr:first-of-type {
	color: #000000;
	font-size: 24px;
}

@media screen and (max-width: 847px) {
	.comparison-table-tr:first-of-type {
		font-size: 18px;
	}
}

.comparison-table-td {
	padding-bottom: 30px;
	width: 254px;
	vertical-align: top;
}

@media screen and (max-width: 1099px) {
	.comparison-table-td {
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 847px) {
	.comparison-table-td {
		padding-bottom: 15px;
	}
}
@media screen and (max-width: 383px) {
	.comparison-table-td {
		font-size: 13px;
	}
}

.comparison-table-td:last-of-type {
	width: 407px;
}

.comparison-table-td:first-of-type {
	padding-right: 16px;
	color: #212330;
	font-weight: 700;
}

@media screen and (max-width: 1099px) {
	.comparison-table-td:first-of-type {
		padding-right: 12px;
	}
}
@media screen and (max-width: 847px) {
	.comparison-table-td:first-of-type {
		padding-right: 10px;
	}
}
@media screen and (max-width: 400px) {
	.comparison-table-td:first-of-type {
		padding-right: 5px;
	}
}
@media screen and (max-width: 359px) {
	.comparison-table-td:first-of-type {
		font-weight: 400;
	}
}

.comparison-table-td:not(:first-of-type) {
	border-left: 1px solid #383D53;
	padding-left: 16px;
}

@media screen and (max-width: 1099px) {
	.comparison-table-td:not(:first-of-type) {
		padding-left: 12px;
	}
}
@media screen and (max-width: 847px) {
	.comparison-table-td:not(:first-of-type) {
		padding-left: 10px;
	}
}
@media screen and (max-width: 400px) {
	.comparison-table-td:not(:first-of-type) {
		padding-left: 5px;
	}
}

.comparison-table-tr:last-of-type .comparison-table-td {
	padding-bottom: 0;
}

.comparison-table-tr:last-of-type .comparison-table-td:first-of-type {
	color: #E65F25;
	font-weight: 700;
}

.launch {
	padding-top: 25px;
	padding-bottom: 20px;
	background: #E65F25;
}

@media screen and (max-width: 1365px) {
	.launch {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}
@media screen and (max-width: 1179px) {
	.launch {
		padding-top: 45px;
		padding-bottom: 45px;
		background-size: 419px 181px;
	}
}
@media screen and (max-width: 847px) {
	.launch {
		padding-top: 38px;
		padding-bottom: 38px;
		background-size: 314px 136px;
	}
}

.launch-row {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 359px) {
	.launch-row {
		display: block;
	}
}

.launch-title {
	font-size: 56px;
	line-height: 1.14;
	margin-top: 0;
	margin-bottom: 0;
	color: #000000;
	max-width: 900px;
	font-weight: 900;
	text-transform: uppercase;
	margin-right: 24px;
}

@media screen and (max-width: 1600px) {
	.launch-title {
		font-size: 43px;
	}
}
@media screen and (max-width: 1365px) {
	.launch-title {
		font-size: 35px;
	}
}
@media screen and (max-width: 1179px) {
	.launch-title {
		font-size: 30px;
	}
}
@media screen and (max-width: 1099px) {
	.launch-title {
		font-size: 26px;
	}
}
@media screen and (max-width: 847px) {
	.launch-title {
		font-size: 22px;
	}
}
@media screen and (max-width: 359px) {
	.launch-title {
		margin-right: 0;
		margin-bottom: 10px;
	}
}

.launch-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 200px;
	height: 52px;
}

@media screen and (max-width: 639px) {
	.launch-btn {
		font-size: 14px;
		min-width: 180px;
		height: 38px;
	}
}

.site-footer {
	padding-top: 40px;
	padding-bottom: 39px;
	background-color: #010101;
}
@media screen and (max-width: 847px) {
	.site-footer {
		padding-top: 25px;
		padding-bottom: 30px;
	}
}

.site-footer-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media screen and (max-width: 639px) {
	.site-footer-row {
		display: block;
	}
}

.site-footer-logo {
	width: 251px;
}

@media screen and (max-width: 847px) {
	.site-footer-logo {
		width: 200px;
	}
}
@media screen and (max-width: 639px) {
	.site-footer-logo {
		display: block;
		margin-bottom: 10px;
	}
}

.menu-footer-menu-container .menu {
	display: flex;
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.menu-footer-menu-container li {
	margin-left: 32px;
}

@media screen and (max-width: 639px) {
	.menu-footer-menu-container li {
		margin-left: 29px;
	}
}
@media screen and (max-width: 400px) {
	.menu-footer-menu-container li {
		margin-left: 12px;
	}
}

@media screen and (max-width: 639px) {
	.menu-footer-menu-container li:first-of-type {
		margin-left: 0;
	}
}

.menu-footer-menu-container a {
	color: #ffffff;
}

@media screen and (max-width: 359px) {
	.menu-footer-menu-container a {
		font-size: 14px;
	}
}

.menu-footer-menu-container a:hover {
	text-decoration: underline;
}



/*mobile-menu*/
@media screen and (max-width: 599px) {
	.main-navigation.toggled {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		height: 100vh;
		z-index: 1;
		background-color: #000000;
	}
	.toggled .menu-main-menu-container {
		height: 100%;
	}
	.main-navigation ul {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding-top: 50px;
		height: 100%;
	}
	.menu-main-menu-container .menu-item {
		margin-left: 0;
		margin-bottom: 20px;
	}
	.menu-main-menu-container a {
		font-size: 20px;
	}
	.menu-main-menu-container .menu-item:last-of-type {
		display: block;
	}
}

