/*!
Theme Name: Artem
Theme URI: https://bslthemes.site/artem/intro/
Author: beshleyua
Author URI: https://themeforest.net/user/beshleyua
Description: Artem - Digital Agency WordPress Theme
Requires at least: 4.8
Requires PHP: 5.2.4
Tested up to: 5.8
Version: 1.4.0
License: General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Text Domain: artem
Tags: full-width-template, editor-style, featured-images, sticky-post, threaded-comments, translation-ready, theme-options
*/


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

 - General Styles
	 - Input
	 - Buttons
	 - Icon
	 - Table
	 - Flex Table
 - Typography
 - Preloader
 - Header
	 - V2
	 - Navbar white
	 - State open
	 - Navbar back
	 - Logotype
	 - Hamburger
 - Hero
 - Slider
	 - Carousel horizontal
	 - Carousel vertical
	 - Slider Fullscreen
	 - Slider simply
	 - Swiper
 - Sections
	 - Notation
	 - Social
	 - Details
	 - itemCard
	 - itemBrand
 - Project
 - Project Single
	 - Gallery
 - Menu
 - About
 - Contact
 - News
	 - Filter
	 - Three grid
	 - Single
	 - Gallery
	 - Scroll Indicator
	 - Share
 - Footer
	 - Newsletter
 - 404
 - Custom PhotoSwiper
 - Effects
	 - Reveal
	 - Text wave
	 - Text down
	 - Cursor
	 - Jarallax
	 - Medium Zoom

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


/* -----------------------------------------------------------------
		- General Styles
----------------------------------------------------------------- */

*,
::before,
::after {
	background-repeat: no-repeat;
	box-sizing: border-box;
}

html {
	-webkit-overflow-scrolling: touch;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-overflow-x: hidden;
}

body,
html {
	font-size: 1rem;
	-webkit-text-size-adjust: 100%;
}

body {
	background-color: #fff;
	color: #110f10;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	line-height: 2;
	-ms-overflow-style: scrollbar;
	-webkit-font-smoothing: antialiased;
}

@media only screen and (max-width: 580px) {
	body {
		line-height: 1.8;
	}
}

html.is-scroll-disabled body {
	height: 100vh;
	overflow: hidden;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	html.is-scroll-disabled {
		overflow: hidden;
	}
}

.no-scroll {
	overflow: hidden;
	-ms-overflow-style: none;
}

.no-scroll-h {
	overflow-x: hidden;
}


/* -----------------------------------------------------------------
		- Typography
----------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 3.4rem;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

@media only screen and (max-width: 1200px) {
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin-bottom: 3rem;
	}
}

.title {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	transition: all 0.1s cubic-bezier(0.72, 0.16, 0.345, 0.875);
}

.title--h1 {
	font-size: 3.8rem;
	margin-bottom: 3.4rem;
	/*@media only screen and (max-width: $large-xl) {
		font-size: 3.14rem;
		margin-bottom: 2.14rem;
	}*/
}

@media only screen and (max-width: 992px) {
	.title--h1 {
		font-size: 3.2rem;
		margin-bottom: 2.14rem;
	}
}

@media only screen and (max-width: 580px) {
	.title--h1 {
		font-size: 2.1rem;
		margin-bottom: 1.1rem;
	}
}

.title--h2 {
	font-size: 3.14rem;
	margin-bottom: 3.4rem;
}

@media only screen and (max-width: 992px) {
	.title--h2 {
		font-size: 2.8rem;
		margin-bottom: 2.4rem;
	}
}

@media only screen and (max-width: 580px) {
	.title--h2 {
		font-size: 2rem;
		margin-bottom: 12rem;
	}
}

.title--h3 {
	font-size: 2.4rem;
	margin-bottom: 2.71rem;
}

@media only screen and (max-width: 580px) {
	.title--h3 {
		font-size: 1.8rem;
		margin-bottom: 1rem;
	}
}

.title--h4 {
	font-size: 2rem;
	margin-bottom: 2.28rem;
	line-height: 1.3;
}

@media only screen and (max-width: 992px) {
	.title--h4 {
		margin-bottom: 1.5rem;
	}
}

@media only screen and (max-width: 580px) {
	.title--h4 {
		font-size: 1.6rem;
		line-height: 1.2;
		margin-bottom: 1rem;
	}
}

.title--h5 {
	font-size: 1.6rem;
	margin-bottom: 2rem;
	line-height: 1.4;
	font-weight: 600;
}

@media only screen and (max-width: 580px) {
	.title--h5 {
		font-size: 1.3rem;
		margin-bottom: 1rem;
	}
}

.title--h6 {
	font-size: 1.3rem;
	margin-bottom: 1.25rem;
	font-weight: 600;
}

@media only screen and (max-width: 580px) {
	.title--h6 {
		font-size: 1rem;
		margin-bottom: 1rem;
	}
}

.title--display-1 {
	font-size: 5rem;
	font-weight: 500;
	margin-bottom: 2rem;
}

@media only screen and (max-width: 1200px) {
	.title--display-1 {
		font-size: 4rem;
	}
}

@media only screen and (max-width: 580px) {
	.title--display-1 {
		font-size: 2.3rem;
		margin-bottom: 1.2rem;
	}
}

.title--subtitle {
	font-family: "Roboto", sans-serif;
}

@media only screen and (max-width: 580px) {
	.title--subtitle {
		margin-top: 1rem;
		margin-bottom: .5rem;
	}
}

.title--center {
	text-align: center;
}

.title--overhead {
	color: #8d99a7;
	font-family: "Roboto", sans-serif;
	font-size: .87rem;
	line-height: 1.6;
	font-weight: 400;
	letter-spacing: .1rem;
	margin-top: .62rem;
	margin-bottom: .62rem;
	text-transform: uppercase;
}

@media only screen and (max-width: 1500px) {
	.title--overhead {
		font-size: .87rem;
	}
}

@media only screen and (max-width: 580px) {
	.title--overhead {
		letter-spacing: .1rem;
	}
}

.title--tail,
.title--tail-black {
	position: relative;
}

.title--tail::before,
.title--tail-black::before {
	content: '';
	background-color: #8d99a7;
	height: 1px;
	margin-bottom: auto;
	margin-top: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -4rem;
	width: 2.5rem;
}

.title--tail-black::before {
	background-color: #110f10;
}

.title .num-article {
	margin-bottom: 0;
}

.weight--300 {
	font-weight: 300;
}

.weight--400 {
	font-weight: 400;
}

.weight--500 {
	font-weight: 500;
}

.weight--600 {
	font-weight: 600;
}

.weight--700 {
	font-weight: 700;
}

.block-quote,
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-pullquote,
blockquote {
	font-size: 1.5rem;
	font-weight: 400;
	margin: 3rem 0;
	position: relative;
	line-height: 1.6;
	padding: 0;
}

.block-quote.has-background blockquote,
.wp-block-quote.has-background blockquote,
.wp-block-quote.is-large.has-background blockquote,
.wp-block-quote.is-style-large.has-background blockquote,
.wp-block-pullquote.has-background blockquote,
blockquote.has-background blockquote {
	padding: 3rem 1rem;
}

.block-quote blockquote:before,
.wp-block-quote blockquote:before,
.wp-block-quote.is-large blockquote:before,
.wp-block-quote.is-style-large blockquote:before,
.wp-block-pullquote blockquote:before,
blockquote blockquote:before {
	display: none;
}

.block-quote.has-background:before,
.wp-block-quote.has-background:before,
.wp-block-quote.is-large.has-background:before,
.wp-block-quote.is-style-large.has-background:before,
.wp-block-pullquote.has-background:before,
blockquote.has-background:before {
	left: 2rem;
	top: 2rem;
}

@media only screen and (max-width: 580px) {
	.block-quote,
	.wp-block-quote,
	.wp-block-quote.is-large,
	.wp-block-quote.is-style-large,
	.wp-block-pullquote,
	blockquote {
		font-size: 1.2rem;
		margin: 1.4rem 0;
		padding: 0;
	}
}

.block-quote::before,
.wp-block-quote::before,
.wp-block-pullquote::before,
blockquote::before {
	background-image: url(assets/images/icon-quote.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	content: '';
	height: 41px;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: -5.6rem;
	width: 48px;
}

.block-quote.has-text-align-right::before,
.wp-block-quote.has-text-align-right::before,
.wp-block-pullquote.has-text-align-right::before,
blockquote.has-text-align-right::before {
	left: auto;
	right: -5.6rem;
}

@media only screen and (max-width: 768px) {
	.block-quote::before,
	.wp-block-quote::before,
	.wp-block-pullquote::before,
	blockquote::before {
		display: none;
	}
}

.block-quote cite,
.wp-block-quote cite,
.wp-block-quote.is-large cite,
.wp-block-quote.is-style-large cite,
.wp-block-pullquote cite,
blockquote cite {
	font-size: 1rem;
	font-style: normal;
	opacity: 0.8;
	display: block;
	margin-top: 1.5rem;
	padding-left: 3rem;
	position: relative;
	text-align: left;
}

.block-quote.has-text-align-right cite,
.wp-block-quote.has-text-align-right cite,
.wp-block-quote.is-large.has-text-align-right cite,
.wp-block-quote.is-style-large.has-text-align-right cite,
.wp-block-pullquote.has-text-align-right cite,
blockquote.has-text-align-right cite {
	padding-left: 0;
	padding-right: 3rem;
	text-align: right;
}

.block-quote cite br,
.wp-block-quote cite br,
.wp-block-quote.is-large cite br,
.wp-block-quote.is-style-large cite br,
.wp-block-pullquote cite br,
blockquote cite br {
	display: none;
}

.block-quote cite::before,
.wp-block-quote cite::before,
.wp-block-quote.is-large cite::before,
.wp-block-quote.is-style-large cite::before,
.wp-block-pullquote cite::before,
blockquote cite::before {
	content: '';
	background-color: rgba(17, 15, 16, 0.5);
	height: 1px;
	margin-bottom: auto;
	margin-top: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 2rem;
}

.block-quote.has-text-align-right cite::before,
.wp-block-quote.has-text-align-right cite::before,
.wp-block-quote.is-large.has-text-align-right cite::before,
.wp-block-quote.is-style-large.has-text-align-right cite::before,
.wp-block-pullquote.has-text-align-right cite::before,
blockquote.has-text-align-right cite::before {
	left: auto;
	right: 0;
}

@media only screen and (max-width: 580px) {
	.block-quote cite,
	.wp-block-quote cite,
	.wp-block-quote.is-large cite,
	.wp-block-quote.is-style-large cite,
	.wp-block-pullquote cite,
	blockquote cite {
		margin-top: 0;
	}
}

.wp-block-pullquote {
	text-align: left;
}

.post-content p+.wp-block-gallery {
	margin-top: 1.2rem;
}

.post-content table {
	width: 100%;
	margin: 2rem 0;
	padding: 0;
	border-collapse: collapse;
}

.post-content table td,
.post-content table th,
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
	padding: 10px 20px;
	border: 1px solid #C4C4C4;
	background: none;
}

.post-content figure {
	max-width: 100%;
	height: auto;
}

.post-content p img,
.post-content figure img {
	max-width: 100%;
	height: auto;
}

img.alignright,
.alignright {
	float: right;
	margin: 0 0 10px 20px;
}

img.alignleft,
.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}

img.aligncenter,
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img .alignnone,
.alignnone {
	float: none;
}

.wp-caption-text,
.wp-block-image figcaption,
.wp-block-video figcaption,
.wp-block-embed figcaption,
.blocks-gallery-caption {
	max-width: 100%;
	margin: 0;
	padding: 5px 10px 0 10px;
	text-align: center;
	font-size: 0.9em;
	line-height: 1.4;
	font-style: italic;
}

.blocks-gallery-caption {
	margin-bottom: 1rem;
	padding-top: 0;
	width: 100%;
	display: block;
}

.wp-caption.alignnone {
	margin: 5px 0 0 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 0 0;
}

.wp-caption.alignright {
	margin: 5px 0 0 20px;
}

.news__paragraph_clear:after,
.post-content:after {
	content: '';
	position: relative;
	display: block;
	clear: both;
}

.post-content {
	position: relative;
	display: block;
}

pre {
	margin: 1rem 0;
	color: #747474;
	font-style: italic;
}

pre code {
	color: #e83e8c;
	font-style: italic;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background: none;
}

.wp-block-table.is-style-stripes {
	border-bottom: none;
	border-collapse: collapse;
}

.post-content ol,
.post-content ul {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.post-content ol ol,
.post-content ul ul,
.post-content ol ul,
.post-content ul ol {
	margin-top: 0;
	margin-bottom: 0;
}

.post-content p {
	color: #110f10;
	margin-top: 1.2rem;
	margin-bottom: 1.2rem;
}

@media only screen and (max-width: 580px) {
	.post-content p {
		margin-bottom: 1.2rem;
	}
}

a {
	color: #110f10;
	text-decoration: underline;
	-webkit-text-decoration-skip: objects;
	transition: all 0.6s cubic-bezier(0.72, 0.16, 0.345, 0.875);
}

a:hover,
a:focus {
	color: #110f10;
	outline: none;
	text-decoration: none;
}

a.decoration--none {
	text-decoration: none;
}

.noGutters-Top {
	margin-top: 0 !important;
}

.noGutters-Bottom {
	margin-bottom: 0 !important;
}

.noGutters-Left {
	margin-left: 0 !important;
}

.noGutters-Right {
	margin-right: 0 !important;
}

.description {
	margin-bottom: 2.32rem;
}

@media only screen and (max-width: 580px) {
	.description {
		margin-bottom: .05rem;
	}
}

.paragraph {
	margin-bottom: 1.8rem;
}

@media only screen and (max-width: 580px) {
	.paragraph {
		margin-bottom: 1rem;
	}
}

.text-overlay {
	color: #fff;
	font-size: 14vw;
	font-weight: 700;
	position: absolute;
}

.text-overlay--left-bottom {
	bottom: 0;
	left: 0;
	line-height: .5;
}

.text-overlay--left-top {
	top: 0;
	left: 0;
	line-height: .2;
}

.text-overlay--right-bottom {
	bottom: 0;
	right: 0;
	line-height: .5;
}

.text-overlay--right-top {
	top: 0;
	right: 0;
	line-height: .2;
}

.text--red {
	color: #f7541b;
}

.list-unstyled,
.caption-single ul {
	color: #110f10;
	padding-left: 0;
	list-style: none;
}

@media only screen and (max-width: 580px) {
	.list-block,
	.caption-single ul {
		margin-bottom: 0;
	}
}

.list-block li,
.caption-single ul li {
	margin-bottom: .3rem;
}

img {
	max-width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

iframe {
	background-color: #110f10;
	border: 0;
	display: block;
	width: 100%;
}

.cover {
	object-fit: cover;
	object-position: center;
	font-family: 'object-fit: cover; object-position: bottom;';
	height: 100%;
	width: 100%;
}

.icon-arrow-right {
	background-image: url(assets/images/arrow-next.svg);
	background-repeat: no-repeat;
	background-position: center;
	display: inline-flex;
	height: 30px;
	width: 30px;
}

.icon-base {
	padding-left: .3rem;
	padding-right: .3rem;
	transition: all .3s ease-in-out;
}

.dark-mask {
	position: relative;
	z-index: 1;
}

.dark-mask::before {
	content: '';
	background-color: #110f10;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	opacity: .3;
	transition: opacity .3s;
	width: 100%;
	z-index: 1;
}

.dark-mask:hover::before {
	opacity: 0;
}

.table thead th {
	border: 0;
	color: #8d99a7;
	font-size: .85rem;
	font-weight: 400;
	letter-spacing: .2rem;
	padding: 1.3rem 0;
	text-transform: uppercase;
}

.table td {
	border-top: 1px solid #C4C4C4;
	padding: 1.3rem 0;
}

@media only screen and (max-width: 768px) {
	.table td {
		border-top: 0;
	}
}

.table span {
	color: #8d99a7;
}

@media only screen and (max-width: 768px) {
	.table .table,
	.table thead,
	.table tbody,
	.table th,
	.table td,
	.table tr {
		display: block;
	}
	.table thead tr {
		display: none;
	}
	.table tr {
		padding-bottom: 1.4rem;
	}
	.table td {
		position: relative;
		padding-left: 50%;
		padding-top: .2rem;
		padding-bottom: .2rem;
	}
	.table td:before {
		content: attr(data-th);
		color: #8d99a7;
		font-size: .85rem;
		position: absolute;
		left: 0;
		width: 45%;
		padding-right: 1rem;
		white-space: nowrap;
	}
}

@media only screen and (max-width: 580px) {
	.table td {
		padding-left: 40%;
	}
}

.flex-table {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media only screen and (max-width: 768px) {
	.flex-table {
		border-top: 1px solid rgba(197, 210, 224, 0.7);
	}
}

.flex-table__thead {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	border-bottom: 1px solid rgba(197, 210, 224, 0.7);
}

@media only screen and (max-width: 768px) {
	.flex-table__thead {
		display: none;
	}
}

.flex-table__tr {
	border-bottom: 1px solid rgba(197, 210, 224, 0.7);
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
}

@media only screen and (max-width: 768px) {
	.flex-table__tr {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}

@media only screen and (max-width: 580px) {
	.flex-table__tr {
		padding-bottom: .5rem;
	}
}

.flex-table__tr:last-child {
	border: 0;
}

.flex-table__th {
	color: #8d99a7;
	font-size: .85rem;
	font-weight: 400;
	letter-spacing: .2rem;
	padding-top: 1.3rem;
	padding-bottom: 1.3rem;
	text-transform: uppercase;
	width: 100%;
}

@media only screen and (max-width: 768px) {
	.flex-table__th {
		padding-top: .2rem;
		padding-bottom: .2rem;
	}
}

.flex-table__td {
	padding-top: 1.3rem;
	padding-bottom: 1.3rem;
	position: relative;
	width: 100%;
}

@media only screen and (max-width: 768px) {
	.flex-table__td {
		padding-top: .2rem;
		padding-bottom: .2rem;
		padding-left: 24%;
	}
	.flex-table__td:before {
		content: attr(data-th);
		color: #8d99a7;
		font-size: .85rem;
		position: absolute;
		left: 0;
		padding-right: 1rem;
		padding-top: .2rem;
		white-space: nowrap;
		text-transform: uppercase;
	}
}

@media only screen and (max-width: 580px) {
	.flex-table__td {
		padding-top: 1.5rem;
		padding-bottom: .5rem;
		padding-left: 0;
	}
	.flex-table__td:before {
		top: 0;
	}
}

.separation {
	border-top: 1px solid rgba(17, 15, 16, 0.1);
}

::-moz-selection {
	background: transparent;
	color: #f7541b;
}

::selection {
	background: transparent;
	color: #f7541b;
}

.content-sidebar .search-form,
.wp-block-search,
.widget_product_search {
	position: relative;
}

.inputText,
.textarea,
.content-sidebar .search-form input[type=text],
.content-sidebar .search-form input[type=email],
.content-sidebar .search-form input[type=password],
.content-sidebar .search-form input[type=datetime],
.content-sidebar .search-form input[type=date],
.content-sidebar .search-form input[type=month],
.content-sidebar .search-form input[type=time],
.content-sidebar .search-form input[type=week],
.content-sidebar .search-form input[type=search],
.content-sidebar .search-form textarea,
.content-sidebar .search-form textarea.form-control,
.wp-block-search .wp-block-search__input,
.widget_product_search .search-field {
	background-color: #fff;
	border: 0;
	border-bottom: 1px solid rgba(17, 15, 16, 0.2);
	border-radius: 0;
	box-shadow: none;
	color: #110f10;
	line-height: 1;
	padding: 1.1rem 0;
	position: relative;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
}

@media only screen and (max-width: 580px) {
	.inputText,
	.textarea {
		padding: .8rem 0;
	}
}

.inputText:focus,
.textarea:focus,
.content-sidebar .search-form input[type=text]:focus,
.content-sidebar .search-form input[type=email]:focus,
.content-sidebar .search-form input[type=password]:focus,
.content-sidebar .search-form input[type=datetime]:focus,
.content-sidebar .search-form input[type=date]:focus,
.content-sidebar .search-form input[type=month]:focus,
.content-sidebar .search-form input[type=time]:focus,
.content-sidebar .search-form input[type=week]:focus,
.content-sidebar .search-form input[type=search]:focus,
.content-sidebar .search-form textarea:focus,
.content-sidebar .search-form textarea.form-control:focus,
.wp-block-search .wp-block-search__input:focus,
.widget_product_search .search-field:focus {
	border-bottom: 1px solid #110f10;
	box-shadow: none;
	outline: none;
}

.search-form label {
	display: block;
}

.content-sidebar .search-form .btn_search,
.search-submit,
.wp-block-search .wp-block-search__button,
.widget_product_search button {
	position: absolute;
	right: 19px;
	top: 50%;
	margin-top: -23px;
	background-color: transparent;
	border: 0;
	z-index: 2;
}

.search-submit,
.wp-block-search .wp-block-search__button,
.widget_product_search button {
	width: 14px;
	height: 31px;
	background: url(assets/images/search.svg) no-repeat center center;
	background-size: contain;
	font-size: 0;
	opacity: .7;
}

.inputText--fill {
	background-color: rgba(255, 255, 255, 0.08);
	color: #fff;
	border: 0;
	line-height: 1.9;
	outline: none;
	padding: 1rem 1.5rem;
	transition: width 0.3s cubic-bezier(0.72, 0.16, 0.345, 0.875);
}

.inputText--fill:focus {
	color: #fff;
}

.textarea {
	display: block;
	line-height: 1.4;
	max-height: 6rem;
	resize: none;
}

.form-group {
	margin-bottom: 2.8rem;
	position: relative;
}

@media only screen and (max-width: 580px) {
	.form-group {
		margin-bottom: 2rem;
	}
}

.help-block {
	font-size: .75rem;
	line-height: 1.4;
	padding-top: .8rem;
	position: absolute;
	bottom: -1.8rem;
}

@media only screen and (max-width: 580px) {
	.help-block {
		padding-top: .5rem;
		bottom: -1.5rem;
	}
}

.with-errors .list-unstyled {
	color: #f7541b;
	margin-bottom: 0;
}

.has-error input,
.has-error textarea,
.has-error input:focus,
.has-error textarea:focus {
	border-color: #f7541b;
}

#validator-contact {
	font-size: .89rem;
}

@media only screen and (max-width: 768px) {
	#validator-contact {
		padding-top: 1rem;
	}
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: background-color 5000s ease-in-out 0s;
	-webkit-text-fill-color: #fff !important;
}

.label {
	color: #8d99a7;
	display: block;
	font-weight: 400;
	line-height: 1.35;
	transform: translateY(50%);
	transition: all .25s ease-in-out;
	z-index: 1;
	pointer-events: none;
	position: absolute;
}

.is-completed .label {
	transform: translateY(-80%);
	font-size: .86rem;
}

@media only screen and (max-width: 1200px) {
	.is-completed .label {
		transform: translateY(-70%);
	}
}

@media only screen and (max-width: 580px) {
	.is-completed .label {
		transform: translateY(-50%);
	}
}

.btn {
	background-color: #110f10;
	border: 0;
	border-radius: 2rem;
	color: #fff;
	cursor: pointer;
	font-size: .87rem;
	letter-spacing: .1rem;
	line-height: inherit;
	white-space: nowrap;
	overflow: hidden;
	padding: .8rem 2.5rem;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}

.btn::before {
	content: '';
	background-color: rgba(255, 255, 255, 0.2);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	z-index: -1;
}

.btn:hover::before {
	animation: btn-hover 0.8s cubic-bezier(0.72, 0.16, 0.345, 0.875) both;
	width: 100%;
}

.btn:hover {
	color: #fff;
}

.btn:focus {
	box-shadow: none;
}

.btn.disabled {
	opacity: 1;
}

.btn--white {
	background-color: #fff;
	color: #110f10;
}

.btn--white::before {
	background-color: rgba(17, 15, 16, 0.2);
}

.btn__icon {
	line-height: 0;
	padding: 0.99rem 1rem;
}

.touch .btn::before {
	display: none;
}

@keyframes btn-hover {
	0% {
		transform: translateX(-100%);
	}
	50% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(100%);
	}
}

.btn-link {
	color: #110f10;
	display: inline-flex;
	align-items: center;
	font-weight: 500;
	position: relative;
	text-decoration: none;
}

.btn-link:hover {
	color: inherit;
	text-decoration: none;
}

.btn-link:hover .circle {
	box-shadow: 0 0 0 2px #110f10;
}

.btn-link:hover .circle--white {
	box-shadow: 0 0 0 2px #fff;
}

.btn-link:hover .icon-base {
	padding-left: .6rem;
	padding-right: .6rem;
}

.btn-link:focus {
	text-decoration: none;
}

.circle {
	display: inline-flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	color: #fff;
	background-color: #110f10;
	border-radius: 50%;
	box-shadow: 0 0 0 0px #110f10;
	height: 2.85rem;
	overflow: hidden;
	position: relative;
	width: 2.85rem;
	text-align: center;
	transition: box-shadow .3s ease-in-out;
}

@media only screen and (max-width: 992px) {
	.circle {
		height: 2rem;
		width: 2rem;
	}
}

@media only screen and (max-width: 992px) {
	.circle::before {
		font-size: .87rem;
	}
}

.circle--white {
	color: #110f10;
	background-color: #fff;
	box-shadow: 0 0 0 0px #fff;
}

.circle--left {
	margin-right: 1.07rem;
}

.circle--right {
	margin-left: 1.07rem;
}

.circle.icon-left-open::before {
	margin-left: 0;
}

button:focus {
	outline: none;
}


/* -----------------------------------------------------------------
		- Preloader
----------------------------------------------------------------- */

.preloader {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	background-color: #110f10;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
	z-index: 1100;
	opacity: 1;
}

.preloader__wrap {
	width: 100%;
	max-width: 140px;
}

@media only screen and (max-width: 580px) {
	.preloader__wrap {
		max-width: 110px;
	}
}

.preloader__logo {
	opacity: 0;
	filter: blur(30px);
	width: 100%;
	max-width: 140px;
	animation: blur-logo 1.5s ease-in-out;
}

@media only screen and (max-width: 580px) {
	.preloader__logo {
		max-width: 110px;
	}
}

.preloader__progress {
	background: rgba(255, 255, 255, 0.1);
	height: 1px;
	position: relative;
	margin-top: 1.2rem;
	overflow: hidden;
	width: 100%;
}

.preloader__progress span {
	background: white;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
}

@media only screen and (max-width: 580px) {
	.preloader__progress {
		margin-top: .8rem;
	}
}

.preloader.fadeOut2 {
	pointer-events: none;
	opacity: 0;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.preloader.fadeOut2 {
		visibility: hidden;
	}
}

@keyframes blur-logo {
	0% {
		filter: blur(30px);
		opacity: 0;
		transform: scale(1.5);
	}
	100% {
		filter: blur(0);
		opacity: 1;
		transform: scale(1);
	}
}


/* -----------------------------------------------------------------
		- Header
----------------------------------------------------------------- */

.navbar {
	height: 114px;
	line-height: 1;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 4.25rem;
	padding-right: 4.25rem;
	position: fixed;
	top: 0;
	transition: all 0.3s cubic-bezier(0.72, 0.16, 0.345, 0.875);
	width: 100%;
	z-index: 1001;
}

@media only screen and (max-width: 1500px) {
	.navbar {
		padding-left: 3.12rem;
		padding-right: 3.12rem;
	}
}

@media only screen and (max-width: 992px) {
	.navbar {
		height: 80px;
	}
}

@media only screen and (max-width: 580px) {
	.navbar {
		background-color: #fff;
		height: 60px;
		padding: 0 1.071rem;
	}
}

@media only screen and (min-width: 2400px) {
	.navbar {
		padding-left: 6.25rem;
		padding-right: 6.25rem;
	}
}

.navbar .logo-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	align-items: center;
	position: relative;
	height: 114px;
}

.navbar.sticky .logo-container {
	height: 88px;
}

.navbar .logo-link {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 580px) {
	.navbar-v2 {
		background-color: transparent;
	}
	.navbar-v2 .hamburger__inner::before,
	.navbar-v2 .hamburger__inner::after {
		background-color: #fff;
	}
	.navbar-v2 .logotype {
		transform: translate3d(0, 0, 0) !important;
	}
}

@media only screen and (min-width: 580px) {
	.navbar--white {
		color: #fff;
	}
	.navbar--white .circle {
		color: #110f10;
		background-color: #fff;
		box-shadow: 0 0 0 0px #fff;
	}
	.navbar--white .circle:hover {
		box-shadow: 0 0 0 2px #fff;
	}
	.navbar--white .btn-link:hover .circle {
		box-shadow: 0 0 0 2px #fff;
	}
	.navbar--white .hamburger__inner::before,
	.navbar--white .hamburger__inner::after {
		background-color: #fff;
	}
	.navbar-v2 .logotype {
		transform: translate3d(0, 0, 0) !important;
	}
}

.navbar.navbar-back .logotype {
	transform: translate3d(0, -8rem, 0) !important;
}

@media only screen and (max-height: 320px) {
	.open .navbar {
		background-color: transparent;
	}
}

@media only screen and (max-width: 580px) {
	.open .navbar {
		background-color: transparent;
		justify-content: center;
	}
}

.open .navbar .logotype__front.logotype__front--overlay,
.open .navbar .btn-link {
	transform: translate3d(0, -8rem, 0);
	display: none;
}

.open .navbar .logotype__back.logotype__back--overlay {
	transform: translate3d(0, 0, 0);
	display: block;
}

.open .navbar--white {
	background-color: transparent;
}

.open .navbar.navbar-back .logotype {
	transform: translate3d(0, 0, 0) !important;
}

@media only screen and (max-width: 580px) {
	.open .navbar .logo-container {
		display: none;
	}
}

.navbar .btn-link {
	position: absolute;
	top: calc(50% - 1.42rem);
	right: 100px;
}

@media only screen and (max-width: 992px) {
	.navbar .btn-link {
		top: calc(50% - 1rem);
	}
}

@media only screen and (max-width: 580px) {
	.navbar .btn-link {
		right: 72px;
	}
}

.navbar .btn-link {
	transform: translate3d(0, 0, 0);
	transition: transform 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875);
}

.navbar .logotype__back {
	transform: translate3d(0, -8rem, 0);
	display: none;
}

.navbar-change .logotype__back {
	transform: translate3d(0, -8rem, 0);
	display: none;
}

.navbar-change .logotype__front {
	transform: translate3d(0, 0, 0);
	display: block;
}

.navbar-change.navbar--white .logotype__back {
	transform: translate3d(0, 0, 0);
	display: block;
}

@media only screen and (max-width: 580px) {
	.navbar-change.navbar--white .logotype__back {
		transform: translate3d(0, -8rem, 0);
		display: none;
	}
}

.navbar-change.navbar--white .logotype__front {
	transform: translate3d(0, -8rem, 0);
	display: none;
}

@media only screen and (max-width: 580px) {
	.navbar-change.navbar--white .logotype__front {
		transform: translate3d(0, 0, 0);
		display: block;
	}
}

.navbar.sticky {
	background-color: #fff;
	height: 88px;
}

.logotype {
	display: inline-block;
	max-height: 114px;
	transition: transform 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875);
}

@media only screen and (max-width: 580px) {
	.logotype {
		max-height: 70px;
	}
}

.hamburger {
	cursor: pointer;
	transform: translate3d(0, 0, 0);
	transition: opacity .3s ease;
	background-color: transparent;
	border: 0;
	padding: 0;
	vertical-align: middle;
}

.hamburger__inner {
	display: block;
	height: 24px;
	width: 25px;
	position: relative;
}

.hamburger__inner:before,
.hamburger__inner:after {
	background-color: #110f10;
	content: '';
	display: block;
	margin-left: -12px;
	height: 2px;
	width: 25px;
	position: absolute;
	top: 6px;
	left: 50%;
	transform-origin: center center;
	transition: top 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.hamburger__inner:after {
	top: 16px;
}

.is-active .hamburger__inner {
	color: #110f10;
}

.is-active .hamburger__inner:before,
.is-active .hamburger__inner:after {
	top: 50%;
	transition: top 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}

.is-active .hamburger__inner:before {
	transform: rotate(45deg);
}

.is-active .hamburger__inner:after {
	transform: rotate(-45deg);
}

.open .hamburger__inner:before,
.open .hamburger__inner:after {
	background-color: #fff;
}

.open .hamburger--black .hamburger__inner:before,
.open .hamburger--black .hamburger__inner:after {
	background-color: #110f10 !important;
}

.is-active .open .hamburger__inner {
	color: #fff;
}

.sideNav {
	background-color: #fff;
	list-style: none;
	height: 100%;
	margin: 0;
	list-style: none;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 9.5rem 0 0;
	position: fixed;
	top: 0;
	right: 0;
	transform: translateX(360px);
	width: 360px;
	z-index: 1000;
}

@media only screen and (max-width: 580px) {
	.sideNav {
		padding: 9.5rem 0 0;
		width: 100%;
		text-align: center;
		transform: translateX(100%);
	}
}

.sideNav__item {
	color: #110f10;
	font-size: 1.4rem;
	position: relative;
	margin: 0 3rem;
	padding: .2rem 0;
	user-select: none;
}

.sideNav__item a {
	color: #110f10;
	text-decoration: none;
}

.sideNav__item a:hover {
	color: #f7541b;
}

.sideNav__item .icon {
	font-size: 1rem;
	display: inline-block;
	padding: 0 .3rem;
	position: absolute;
	bottom: -0.25rem;
	transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transform: rotate(0deg);
}

.sideNav__item-open .icon {
	transform: rotate(-180deg);
}

.sideNav__sub {
	display: none;
	max-height: 100%;
	height: 100%;
	list-style: none;
	padding: 0;
	position: relative;
	margin: 0;
}

.sideNav__sub.open {
	display: block;
}

.sideNav__sub .sideNav__item {
	margin: 0;
	font-size: 1rem;
}

.sideNav-collapsed {
	cursor: pointer;
	position: relative;
}

.overlay-sideNav {
	background-color: rgba(17, 15, 16, 0.5);
	height: 100%;
	width: 100%;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}


/* -----------------------------------------------------------------
		- Menu
----------------------------------------------------------------- */

.menu {
	background: #110f10;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	transform: translate3d(0, 100%, 0);
	opacity: 0;
	transition: all 0s 0.5s cubic-bezier(0.645, 0.05, 0.355, 1);
	width: 100%;
	z-index: 1000;
}

.menu.menu-show {
	opacity: 1;
	transform: translate3d(0, 0%, 0);
}

.menu.menu-show .menu-inner {
	transform: translateY(0);
}

.menu.menu-show .menu-list__item span {
	opacity: 1;
	transform: translate3d(0, 0%, 0);
}

.menu.menu-show .social {
	opacity: 1;
}

.menu.menu-show .navbar {
	background-color: transparent;
}

.menu .social {
	position: fixed;
	bottom: 0;
	right: 0;
	align-self: flex-start;
	margin-bottom: 2.5rem;
	margin-left: auto;
	margin-right: 4.25rem;
	opacity: 0;
	transition: all 0.6s 1s cubic-bezier(0.72, 0.16, 0.345, 0.875);
}

@media only screen and (max-width: 1500px) {
	.menu .social {
		margin-left: auto;
		margin-right: 3.12rem;
	}
}

@media only screen and (max-width: 768px) {
	.menu .social {
		align-self: center;
		margin-right: 0;
	}
}

@media only screen and (max-width: 580px) {
	.menu .social {
		margin-bottom: 2rem;
	}
}

.menu-inner {
	display: block;
	height: 100%;
	padding: 10rem 4.25rem 4.25rem;
	overflow: auto;
	width: 100%;
	position: relative;
}

@media only screen and (max-width: 1500px) {
	.menu-inner {
		padding-left: 3.12rem;
		padding-right: 3.12rem;
	}
}

@media only screen and (max-width: 768px) {
	.menu-inner {
		padding-left: 1.071rem;
		padding-right: 1.71rem;
	}
}

.menu-list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	font-family: "Roboto", sans-serif;
	flex: 1;
	list-style: none;
	margin-bottom: 0;
	padding: 0;
}

@media only screen and (max-width: 768px) {
	.menu-list {
		overflow: auto;
	}
}

@media only screen and (max-height: 320px) {
	.menu-list {
		justify-content: normal;
		padding: 2.14rem 0 0;
	}
}

.menu-list.has-hovered-link .menu-list__item {
	opacity: .35;
}

.menu-list.has-hovered-link .menu-list__item:hover {
	opacity: 1;
}

.menu-list__item {
	color: #fff;
	font-size: 5.5rem;
	font-weight: 700;
	display: inline-block;
	line-height: 1.1;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

@media only screen and (max-width: 1500px) {
	.menu-list__item {
		font-size: 5rem;
	}
}

@media only screen and (max-width: 768px) {
	.menu-list__item {
		margin-top: .62rem;
		font-size: 3.75rem;
	}
}

@media only screen and (max-width: 580px) {
	.menu-list__item {
		font-size: 2.25rem;
	}
}

@media only screen and (max-height: 350px) {
	.menu-list__item {
		margin-bottom: 1.07rem;
	}
}

.menu-list__item:hover {
	color: #fff;
}

@media only screen and (max-width: 580px) {
	.menu-list__item:hover {
		opacity: .5;
	}
}

.menu-list__item span {
	display: inline-block;
	opacity: 0;
	transform: translate3d(0, 100%, 0);
	transition: all 0.6s 0.64s cubic-bezier(0.72, 0.16, 0.345, 0.875);
}

li:nth-child(2) .menu-list__item span {
	transition-delay: .74s;
}

li:nth-child(3) .menu-list__item span {
	transition-delay: .84s;
}

li:nth-child(4) .menu-list__item span {
	transition-delay: .94s;
}

li:nth-child(5) .menu-list__item span {
	transition-delay: 1.04s;
}

li:nth-child(6) .menu-list__item span {
	transition-delay: 1.14s;
}

li:nth-child(7) .menu-list__item span {
	transition-delay: 1.24s;
}

li:nth-child(8) .menu-list__item span {
	transition-delay: 1.34s;
}

li:nth-child(9) .menu-list__item span {
	transition-delay: 1.44s;
}

li:nth-child(10) .menu-list__item span {
	transition-delay: 1.54s;
}

li:nth-child(11) .menu-list__item span {
	transition-delay: 1.64s;
}

li:nth-child(12) .menu-list__item span {
	transition-delay: 1.74s;
}

li:nth-child(13) .menu-list__item span {
	transition-delay: 1.84s;
}

li:nth-child(14) .menu-list__item span {
	transition-delay: 1.94s;
}

li:nth-child(15) .menu-list__item span {
	transition-delay: 2.04s;
}

.menu:before {
	position: absolute;
	content: '';
	left: 1.2rem;
	right: 1.2rem;
	height: 100px;
	top: 0;
	background: #110f10;
	opacity: 0;
	pointer-events: none;
	z-index: 2;
}

.admin-bar .menu:before {
	top: 32px;
}

.menu.menu-show:before {
	opacity: 1;
}

.ef-background {
	background-color: #000;
	display: none;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
}

.ef-background.animated {
	display: block;
	animation: reveal-vertical 1s cubic-bezier(0.645, 0.05, 0.355, 1) both;
}

@keyframes reveal-link {
	0% {
		transform: translateX(-100%);
	}
	10% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(0);
	}
}


/* -----------------------------------------------------------------
		- Hero
----------------------------------------------------------------- */

.hero {
	height: 100vh;
	position: relative;
}

@media only screen and (max-width: 992px) {
	.hero .social {
		display: none;
	}
}

.hero-column {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: flex-end;
}


/* -----------------------------------------------------------------
		- Slider
----------------------------------------------------------------- */

.slider {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
}

.slider__item {
	width: 100%;
}

.slider__caption .swiper-slide {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (max-width: 2400px) {
	.slider__caption .title--overhead {
		margin-bottom: .62rem;
	}
}

.slider__caption .title--display-1 {
	font-size: 4vw;
}

.slider__caption .description {
	font-size: 1rem;
	width: 60%;
	margin-bottom: 1.87rem;
}

@media only screen and (max-width: 2400px) {
	.slider__caption .description {
		margin-bottom: 1.25rem;
	}
}

@media only screen and (max-width: 1200px) {
	.slider__caption .description {
		font-size: .93rem;
		width: 80%;
	}
}

@media only screen and (max-width: 992px) {
	.slider__caption .description {
		width: 100%;
	}
}

@media only screen and (max-width: 580px) {
	.slider__caption .description {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 1500px) {
	.slider__caption .btn-link {
		font-size: .87rem;
		margin-top: 0;
	}
}

.slider__caption .btn-link .down-up span {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1rem 1rem 1rem 0;
}

@media only screen and (max-width: 580px) {
	.slider__caption .btn-link .down-up span {
		padding: 1rem 0 0;
	}
}

.slider__image {
	overflow: hidden;
	position: relative;
}

@media only screen and (max-width: 992px) {
	.slider__image {
		width: 100%;
		order: 1;
	}
}

.slider .control-slider {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	position: absolute;
	z-index: 1;
}

.slider .control-slider--vertical {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	height: 100vh;
	padding: 8.5rem 0 3.1rem;
	bottom: 0;
	right: 0;
	width: 10rem;
	z-index: 2;
}

@media only screen and (max-width: 1500px) {
	.slider .control-slider--vertical {
		width: 7.7rem;
	}
}

@media only screen and (max-width: 992px) {
	.slider .control-slider--vertical {
		height: 3.12rem;
		padding: 0;
		width: 100%;
	}
}

@media only screen and (min-width: 2400px) {
	.slider .control-slider--vertical {
		width: 14rem;
	}
}

@media only screen and (max-height: 768px) {
	.slider .control-slider--vertical {
		padding: 5rem 0 2rem;
	}
}

@media only screen and (max-width: 580px) {
	.slider .control-slider--vertical {
		padding: 0 2rem;
		display: none;
	}
}

.slider .control-slider--vertical .swiper-button-prev,
.slider .control-slider--vertical .swiper-button-next {
	display: block;
}

.slider .control-slider--vertical .swiper-button-next {
	margin-bottom: 1.42rem;
}

@media only screen and (max-width: 992px) {
	.slider .control-slider--vertical .swiper-button-next {
		margin-bottom: auto;
	}
}

.slider .control-slider--bottom {
	bottom: 0;
	right: 0;
}

.slider__case-details {
	height: 6.5rem;
	padding-left: 4.25rem;
	padding-right: 4.25rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

@media only screen and (min-height: 992px) {
	.slider__case-details {
		height: 9.12rem;
	}
}

@media only screen and (max-width: 1500px) {
	.slider__case-details {
		padding-left: 3.12rem;
		padding-right: 3.12rem;
	}
}

@media only screen and (max-width: 992px) {
	.slider__case-details {
		height: 80px;
		padding-left: 7.5rem;
		padding-right: 7.5rem;
		text-align: center;
	}
}

@media only screen and (max-width: 580px) {
	.slider__case-details {
		height: 48px;
		padding-left: 4rem;
		padding-right: 4rem;
	}
}

.slider__case-details .item-details {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	overflow: auto;
}

@media only screen and (max-width: 580px) {
	.slider__case-details .item-details {
		-webkit-align-items: normal;
		-ms-flex-align: normal;
		align-items: normal;
	}
}

@media only screen and (max-width: 992px) {
	.slider__case-details .item-details__client {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 100%;
	}
}

@media only screen and (max-width: 992px) {
	.slider__case-details .item-details__category,
	.slider__case-details .item-details .btn-link {
		display: none;
	}
}

.slider__case-details .control-slider {
	width: 11.25rem;
}

@media only screen and (max-width: 992px) {
	.slider__case-details .control-slider {
		width: 0;
	}
}

.slider__case-details .swiper-button-next {
	margin-right: 1.42rem;
}

@media only screen and (max-width: 992px) {
	.slider__case-details .swiper-button-next {
		margin-right: 0;
	}
}

.swiper-container.slider-container-details {
	width: calc(100% - 11.25rem);
}

@media only screen and (max-width: 992px) {
	.swiper-container.slider-container-details {
		width: 100%;
	}
}

@media only screen and (max-width: 992px) {
	.swiper-container.slider-container-details .swiper-wrapper {
		align-items: center;
	}
}

.swiper-container.slider-container-details .btn-link {
	margin: 2px;
}


/* Carousel horizontal */

.slider-horizontal {
	padding-left: 4.25rem;
	padding-right: 10rem;
}

@media only screen and (max-width: 1500px) {
	.slider-horizontal {
		padding-left: 3.12rem;
		padding-right: 7.7rem;
	}
}

@media only screen and (max-width: 992px) {
	.slider-horizontal {
		padding-left: 3.12rem;
		padding-right: 3.12rem;
	}
}

@media only screen and (max-width: 580px) {
	.slider-horizontal {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (min-width: 2400px) {
	.slider-horizontal {
		padding-left: 6.25rem;
		padding-right: 14rem;
	}
}

.slider-horizontal .slider__caption {
	flex: 0 1 50%;
	height: 100vh;
	padding-right: 3rem;
	width: 50%;
}

@media only screen and (max-width: 992px) {
	.slider-horizontal .slider__caption {
		color: #fff;
		margin: auto;
		margin-top: 5rem;
		height: calc(100vh - 8.12rem);
		position: absolute;
		right: 0;
		left: 0;
		width: 70%;
		text-align: center;
		z-index: 3;
	}
}

@media only screen and (max-width: 580px) {
	.slider-horizontal .slider__caption {
		height: calc(100vh - 63px);
		margin-top: 48px;
		padding: 0 2rem;
		width: 100%;
	}
}

@media only screen and (max-width: 992px) {
	.slider-horizontal .slider__caption .title--overhead {
		color: #fff;
		padding: .2rem 0;
		margin: 0;
	}
}

@media only screen and (max-width: 580px) {
	.slider-horizontal .slider__caption .title--overhead {
		padding: 0;
	}
}

.slider-horizontal .slider__caption .title--display-1 .down-up span {
	transition-duration: .4s;
}

@media only screen and (max-width: 992px) {
	.slider-horizontal .slider__caption .title--display-1 {
		font-size: 6.8vw;
		margin-bottom: 0;
		padding: .6rem 0;
		overflow: hidden;
		white-space: nowrap;
	}
}

@media only screen and (max-width: 768px) {
	.slider-horizontal .slider__caption .title--display-1 {
		font-size: 6.4vw;
	}
}

@media only screen and (max-width: 580px) {
	.slider-horizontal .slider__caption .title--display-1 {
		font-size: 1.8rem;
		padding-bottom: .9rem;
	}
}

.slider-horizontal .slider__caption .description .down-up span {
	transition-duration: .4s;
}

@media only screen and (max-width: 580px) {
	.slider-horizontal .slider__caption .description {
		line-height: 1.4;
		margin-bottom: .5rem;
	}
}

.slider-horizontal .slider__caption .btn-link .down-up span {
	transition-duration: .4s;
}

@media only screen and (max-width: 992px) {
	.slider-horizontal .slider__caption .btn-link {
		color: #fff;
	}
	.slider-horizontal .slider__caption .btn-link .circle {
		background-color: #fff;
		color: #110f10;
	}
}

.slider-horizontal .slider__caption .swiper-slide-active .title--display-1 .down-up span {
	transition-delay: 0s;
}

.slider-horizontal .slider__caption .swiper-slide-active .description .down-up span {
	transition-delay: .4s;
}

.slider-horizontal .slider__caption .swiper-slide-active .btn-link .down-up span {
	transition-delay: .6s;
}

.slider-horizontal .slider__image {
	flex: 0 0 50%;
	height: 100vh;
	width: 50%;
	overflow: hidden;
	position: relative;
}

@media only screen and (max-width: 992px) {
	.slider-horizontal .slider__image {
		flex: 0 0 100%;
		margin-top: 5rem;
		height: calc(100vh - 8.12rem);
		width: 100%;
		order: 1;
	}
}

@media only screen and (max-width: 580px) {
	.slider-horizontal .slider__image {
		height: calc(100vh - 63px);
		margin-top: 48px;
	}
}

.slider-horizontal .slider__image .overlay--45::before {
	display: none;
}

@media only screen and (max-width: 992px) {
	.slider-horizontal .slider__image .overlay--45::before {
		display: block;
	}
}

@media only screen and (min-width: 2400px) {
	.slider-horizontal .social {
		left: 6.25rem;
	}
}


/* Carousel vertical */

.slider-vertical {
	height: calc(92vh - 218px);
	margin-top: 114px;
	position: relative;
}

@media only screen and (max-width: 992px) {
	.slider-vertical {
		height: calc(100vh - 160px);
		margin-top: 80px;
	}
}

@media only screen and (max-width: 580px) {
	.slider-vertical {
		height: calc(100vh - 96px);
		margin-top: 48px;
	}
}

.slider-vertical .slider__caption {
	flex: 0 1 50%;
	height: 100%;
	padding-left: 7rem;
	padding-right: 10rem;
	width: 50%;
}

@media only screen and (max-width: 1500px) {
	.slider-vertical .slider__caption {
		padding-left: 5.62rem;
		padding-right: 0;
	}
}

@media only screen and (max-width: 992px) {
	.slider-vertical .slider__caption {
		color: #fff;
		margin: auto;
		padding-left: 3.12rem;
		padding-right: 3.12rem;
		padding-bottom: 5rem;
		position: absolute;
		right: 0;
		left: 0;
		width: 100%;
		text-align: center;
		z-index: 3;
	}
}

@media only screen and (max-width: 580px) {
	.slider-vertical .slider__caption {
		padding-left: 1.42rem;
		padding-right: 1.42rem;
		padding-bottom: 0;
	}
}

.slider-vertical .slider__caption .title--display-1 {
	margin-bottom: 1rem;
}

@media only screen and (max-width: 992px) {
	.slider-vertical .slider__caption .title--display-1 {
		font-size: 6.8vw;
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 768px) {
	.slider-vertical .slider__caption .title--display-1 {
		font-size: 6vw;
		margin-bottom: .6rem;
	}
}

@media only screen and (max-width: 580px) {
	.slider-vertical .slider__caption .title--display-1 {
		font-size: 1.8rem;
	}
}

.slider-vertical .slider__image {
	flex: 0 0 50%;
	height: 100%;
}

@media only screen and (max-width: 992px) {
	.slider-vertical .slider__image {
		flex: 0 0 100%;
	}
	.slider-vertical .slider__image.overlay--45::before {
		z-index: 2;
	}
}


/* Slider Fullscreen */

.slider-fullscreen {
	height: 100vh;
	position: relative;
	z-index: 0;
}

.slider-fullscreen .title--display-1 {
	font-size: 5rem;
	margin-bottom: 0;
}

@media only screen and (max-width: 992px) {
	.slider-fullscreen .title--display-1 {
		font-size: 4rem;
	}
}

@media only screen and (max-width: 580px) {
	.slider-fullscreen .title--display-1 {
		font-size: 2.5rem;
	}
}

.slider-fullscreen .category,
.slider-fullscreen .year {
	font-weight: 500;
	margin-left: .5rem;
}

@media only screen and (max-width: 992px) {
	.slider-fullscreen .category,
	.slider-fullscreen .year {
		font-weight: 400;
		margin-left: 0;
	}
}

.slider-fullscreen .year {
	opacity: .5;
	margin-top: .5rem;
}

.slider-fullscreen.overlay--45::before {
	z-index: 2;
}

.slider-fullscreen .slider__caption {
	height: 100%;
	padding-left: 4.25rem;
	padding-right: 4.25rem;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}

@media only screen and (max-width: 1500px) {
	.slider-fullscreen .slider__caption {
		padding-left: 3.12rem;
		padding-right: 3.12rem;
	}
}

@media only screen and (max-width: 580px) {
	.slider-fullscreen .slider__caption {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (min-width: 2400px) {
	.slider-fullscreen .slider__caption {
		padding-left: 6.25rem;
		padding-right: 6.25rem;
	}
}

.slider-fullscreen .slider__caption .slider__item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	margin-top: 1.5rem;
	height: 100%;
	width: 50%;
}

@media only screen and (max-width: 1500px) {
	.slider-fullscreen .slider__caption .slider__item {
		width: 80%;
	}
}

@media only screen and (max-width: 1200px) {
	.slider-fullscreen .slider__caption .slider__item {
		width: 100%;
	}
}

@media only screen and (max-width: 992px) {
	.slider-fullscreen .slider__caption .slider__item {
		text-align: center;
	}
}

@media only screen and (max-width: 580px) {
	.slider-fullscreen .slider__caption .slider__item .description {
		display: none;
	}
}

.slider-fullscreen .slider__image.overlay--45:before {
	z-index: 10;
}

.slider-fullscreen .slider__center {
	padding-top: 2rem;
}

@media only screen and (max-width: 992px) {
	.slider-fullscreen .slider__center {
		padding-top: 5.8rem;
	}
}

.slider-fullscreen .slider__end {
	margin-bottom: 3.1rem;
}

@media only screen and (max-width: 992px) {
	.slider-fullscreen .slider__end {
		margin-bottom: 6rem;
	}
}

@media only screen and (max-width: 580px) {
	.slider-fullscreen .slider__end {
		margin-bottom: 1.5rem;
	}
}

@media only screen and (max-width: 992px) {
	.slider-fullscreen .control-slider {
		margin-bottom: 1rem;
	}
}


/* Slider simply */

.slider-simply {
	margin: 0 0 1rem;
}

@media only screen and (max-width: 992px) {
	.slider-simply .swiper-control .swiper-button-prev,
	.slider-simply .swiper-control .swiper-button-next {
		position: relative;
		right: 0;
		left: 0;
	}
}


/* Swiper */

.swiper-container {
	position: relative;
	width: 100%;
}

.swiper-container .swiper-slide {
	overflow: hidden;
}

.swiper-container .swiper-slide .down-up span {
	opacity: 0;
	transform: translate3d(0, 100%, 0);
	transition: opacity, transform .4s ease-out;
}

.swiper-container .swiper-slide .js-text-wave div span {
	transform: translate3d(0, 100%, 0);
}

@media only screen and (max-width: 580px) {
	.swiper-container .swiper-slide .js-text-wave div {
		opacity: 0;
		transition: opacity, transform .4s ease-out;
		transform: translate3d(0, -100%, 0);
	}
	.swiper-container .swiper-slide .js-text-wave div span {
		transform: translate3d(0, 0, 0);
	}
}

.swiper-container .swiper-slide__link {
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.swiper-container .swiper-slide .cover-slider {
	background-size: cover;
	background-position: center center;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.swiper-container .swiper-slide-active .down-up span,
.swiper-container .swiper-slide-duplicate-active .down-up span {
	opacity: 1;
	transform: translate3d(0, 0%, 0);
	transition-delay: 0.5s !important;
}

.swiper-container .swiper-slide-active .js-text-wave div span,
.swiper-container .swiper-slide-duplicate-active .js-text-wave div span {
	transform: translate3d(0, 0, 0);
}

.swiper-container .swiper-slide-duplicate .js-text-wave div span,
.swiper-container .swiper-slide-duplicate .down-up span {
	transform: translate3d(0, 100%, 0);
}

@media only screen and (max-width: 580px) {
	.swiper-container .swiper-slide-active .js-text-wave div,
	.swiper-container .swiper-slide-duplicate-active .js-text-wave div {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
	.swiper-container .swiper-slide-duplicate .js-text-wave div span {
		transform: translate3d(0, 0, 0);
	}
}

.fade {
	opacity: 0;
	transition: opacity 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition-delay: .6s;
}

.swiper-slide-active .fade,
.swiper-slide-duplicate-active .fade {
	opacity: 1;
	transition-delay: .9s;
}


/* Control Swiper */

.swiper-control {
	line-height: 0;
}

.swiper-control .swiper-pagination {
	position: relative;
}

.swiper-control .swiper-button-prev,
.swiper-control .swiper-button-next {
	background-image: none;
	display: inline-block;
	margin-top: 0;
	height: 46px;
	width: 46px;
	outline: none;
	position: relative;
	top: 0;
	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}

.swiper-control .swiper-button-prev:hover,
.swiper-control .swiper-button-next:hover {
	opacity: 1;
}

@media only screen and (max-width: 992px) {
	.swiper-control .swiper-button-prev,
	.swiper-control .swiper-button-next {
		position: absolute;
		top: 0;
		bottom: 0;
		margin-top: auto;
		margin-bottom: auto;
		height: 32px;
		width: 32px;
	}
}

.swiper-control .swiper-button-prev--square,
.swiper-control .swiper-button-next--square {
	background-color: #fff;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	height: 5rem;
	overflow: hidden;
	width: 5rem;
}

@media only screen and (max-width: 580px) {
	.swiper-control .swiper-button-prev--square,
	.swiper-control .swiper-button-next--square {
		height: 3rem;
		width: 3rem;
	}
}

.swiper-control .swiper-button-prev--square::after,
.swiper-control .swiper-button-prev--square::before,
.swiper-control .swiper-button-next--square::after,
.swiper-control .swiper-button-next--square::before {
	content: '';
	background: #110f10;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.swiper-control .swiper-button-prev--square::after,
.swiper-control .swiper-button-next--square::after {
	transform: translate3d(100%, 0, 0);
}

.swiper-control .swiper-button-prev--square::before,
.swiper-control .swiper-button-next--square::before {
	transform: translate3d(-100%, 0, 0);
	opacity: 0;
}

.swiper-control .swiper-button-prev--square::after,
.swiper-control .swiper-button-prev--square:hover::before,
.swiper-control .swiper-button-next--square::after,
.swiper-control .swiper-button-next--square:hover::before {
	transition: transform 0.3s cubic-bezier(0.72, 0.16, 0.345, 0.875);
	opacity: 1;
}

.swiper-control .swiper-button-prev--square:hover::after,
.swiper-control .swiper-button-next--square:hover::after {
	transition: none;
	opacity: 0;
}

.swiper-control .swiper-button-prev--square:hover::after,
.swiper-control .swiper-button-prev--square:hover::before,
.swiper-control .swiper-button-next--square:hover::after,
.swiper-control .swiper-button-next--square:hover::before {
	transform: translate3d(0, 0, 0);
}

.swiper-control .swiper-button-prev--square:hover,
.swiper-control .swiper-button-next--square:hover {
	color: #fff;
}

.swiper-control .swiper-button-prev {
	left: 0;
}

@media only screen and (max-width: 992px) {
	.swiper-control .swiper-button-prev {
		left: 3rem;
	}
}

@media only screen and (max-width: 580px) {
	.swiper-control .swiper-button-prev {
		left: 15px;
	}
}

.swiper-control .swiper-button-next {
	right: 0;
}

@media only screen and (max-width: 992px) {
	.swiper-control .swiper-button-next {
		right: 3rem;
	}
}

@media only screen and (max-width: 580px) {
	.swiper-control .swiper-button-next {
		right: 15px;
	}
}


/* SVG button */

.slider-nav {
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
}

.slider-nav--progress {
	transform: rotate(-90deg);
}

.slider-nav__arrow {
	fill: #110f10;
}

.slider-nav__arrow--white {
	fill: #fff;
}

.slider-nav__path-progress {
	stroke-width: 1;
	fill: none;
	transform: rotate(180deg);
	transform-origin: center;
}

.slider-nav__path-progress--gray {
	stroke: #110f10;
}

.slider-nav__path-progress--white {
	stroke: #fff;
}

.slider-nav__path--gray {
	stroke-width: 1;
	fill: transparent;
	stroke: #8d99a7;
	opacity: .4;
	transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.slider-nav__path--white {
	stroke: rgba(255, 255, 255, 0.2);
	fill: transparent;
}

.slider-nav:hover .slider-nav__path--gray {
	opacity: 1;
	stroke: #110f10;
	fill: #110f10;
}

.slider-nav:hover .slider-nav__path--white {
	opacity: 1;
	stroke: #fff;
	fill: #fff;
}

.slider-nav:hover .slider-nav__arrow {
	fill: #fff;
}

.slider-nav:hover .slider-nav__arrow--white {
	fill: #110f10;
}

@keyframes circle-progress {
	from {
		stroke-dashoffset: 300;
	}
	to {
		stroke-dashoffset: 0;
	}
}


/* Pagination */

body .swiper-pagination-bullet {
	background: #8d99a7;
	display: block;
	height: 6px;
	margin: 30px 0;
	opacity: 1;
	outline: none;
	width: 6px;
}

@media only screen and (max-width: 992px) {
	body .swiper-pagination-bullet {
		display: inline-block;
		margin: 0 10px;
	}
}

body .swiper-pagination-bullet-active {
	background: #110f10;
}

body .swiper-pagination--white .swiper-pagination-bullet {
	background: rgba(255, 255, 255, 0.2);
	box-shadow: 0 0 0 4px rgba(17, 15, 16, 0.3);
}

body .swiper-pagination--white .swiper-pagination-bullet-active {
	background: white;
}


/* Pagination number */

body .swiper-pagination-num {
	font-size: 3rem;
	font-weight: 300;
	margin-top: -3rem;
	margin-left: 4.25rem;
	position: absolute;
	bottom: auto;
	text-align: left;
	width: auto;
	z-index: 1;
}

@media only screen and (max-width: 992px) {
	body .swiper-pagination-num {
		display: none;
	}
}


/* -----------------------------------------------------------------
		- Sections
----------------------------------------------------------------- */

.container-no-gutters {
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
}

.container-cutout {
	padding-left: 12vw;
	padding-right: 12vw;
}

@media only screen and (max-width: 768px) {
	.container-cutout {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.fullheight {
	height: 100vh;
}

.flex-grid {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex-conteiner-fluid {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 4.25rem;
	padding-right: 4.25rem;
}

@media only screen and (max-width: 1500px) {
	.flex-conteiner-fluid {
		padding-left: 3.12rem;
		padding-right: 3.12rem;
	}
}

@media only screen and (max-width: 580px) {
	.flex-conteiner-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (min-width: 2400px) {
	.flex-conteiner-fluid {
		padding-left: 6.25rem;
		padding-right: 6.25rem;
	}
}

.mw {
	max-width: 2000px;
	margin-left: auto;
	margin-right: auto;
}

.h--100 {
	height: 100vh;
}

@media only screen and (max-width: 768px) {
	.h--100 {
		height: 100%;
	}
}

.mt--0 {
	margin-top: 0;
}

.mb--0 {
	margin-bottom: 0;
}

.mt--2 {
	margin-top: 2rem;
}

@media only screen and (max-width: 580px) {
	.mt--2 {
		margin-top: 1rem;
	}
}

.mb--2 {
	margin-bottom: 2rem;
}

@media only screen and (max-width: 580px) {
	.mb--2 {
		margin-bottom: 1rem;
	}
}

.mt--5 {
	margin-top: 5rem;
}

@media only screen and (max-width: 580px) {
	.mt--5 {
		margin-top: 2.5rem;
	}
}

.mb--5 {
	margin-bottom: 5rem;
}

@media only screen and (max-width: 580px) {
	.mb--5 {
		margin-bottom: 2.5rem;
	}
}

.mt--8 {
	margin-top: 8rem;
}

@media only screen and (max-width: 580px) {
	.mt--8 {
		margin-top: 4rem;
	}
}

.mb--8 {
	margin-bottom: 8rem;
}

@media only screen and (max-width: 580px) {
	.mb--8 {
		margin-bottom: 4rem;
	}
}

.mt--10 {
	margin-top: 10rem;
}

@media only screen and (max-width: 580px) {
	.mt--10 {
		margin-top: 5rem;
	}
}

.mb--10 {
	margin-bottom: 10rem;
}

@media only screen and (max-width: 580px) {
	.mb--10 {
		margin-bottom: 5rem;
	}
}

.tail {
	display: block;
	position: relative;
	padding-left: 12vw;
}

.tail::before {
	content: '';
	background-color: #fff;
	height: 1px;
	margin-bottom: auto;
	margin-top: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 10vw;
}

@media only screen and (max-width: 992px) {
	.tail::before {
		width: 0;
	}
}

@media only screen and (max-width: 992px) {
	.tail {
		padding-left: 0;
	}
}

.wrap-bg {
	overflow: hidden;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}

.js-image {
	background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}

.overlay::before,
.overlay--45::before,
.overlay--80::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.overlay {
	position: relative;
}

.overlay::before {
	background-color: rgba(17, 15, 16, 0.35);
}

.overlay--45::before {
	background-color: rgba(17, 15, 16, 0.45);
}

.overlay--80::before {
	background-color: rgba(17, 15, 16, 0.8);
}

.overlay .container {
	position: relative;
	z-index: 1;
}

.social {
	line-height: .8;
}

.social--floating {
	position: absolute;
	bottom: 3.1rem;
	left: 4.25rem;
	z-index: 1;
}

@media only screen and (max-height: 768px) {
	.social--floating {
		left: 3.12rem;
		bottom: 2rem;
	}
}

.social--white .social__link {
	color: #fff;
}

.social--white .social__link:hover {
	color: #fff;
}

.social--right {
	left: auto;
	right: 4.25rem;
}

.social__link {
	font-size: 0.875rem;
	display: inline-block;
	margin-right: 2rem;
	position: relative;
	text-decoration: none;
}

.social__link .icon {
	font-size: 1rem;
}

.social__link:hover {
	color: #110f10;
}

.social__link:last-child {
	margin-right: 0;
}

@media only screen and (max-width: 768px) {
	.social__link {
		margin-right: 1.07rem;
	}
	.social__link:last-child {
		margin-right: 1.07rem;
	}
}

.case-details {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	box-sizing: border-box;
	font-size: 0.93rem;
	z-index: 1;
}

@media only screen and (max-width: 580px) {
	.case-details {
		font-size: .875rem;
	}
}

.case-details--vertical {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
}

.case-details--vertical .item-details {
	margin-bottom: 1rem;
}

@media only screen and (max-width: 768px) {
	.case-details .item-details {
		flex: 0 0 100%;
	}
	.case-details .item-details:nth-last-child(2) {
		flex: 0 0 60%;
		margin-bottom: 0;
	}
	.case-details .item-details:last-child {
		flex: 0 0 40%;
		margin-bottom: -1.87rem;
	}
}

@media only screen and (max-width: 580px) {
	.case-details .item-details:nth-last-child(2) {
		flex: 0 0 100%;
	}
	.case-details .item-details:last-child {
		flex: 0 0 100%;
		margin-top: 1rem;
		margin-bottom: 0;
		text-align: left;
	}
}

.case-details .item-details__title {
	color: #8d99a7;
	display: block;
	letter-spacing: .1rem;
	margin-bottom: 0;
	text-transform: uppercase;
}

.case-details .item-details--end {
	margin-bottom: -2.2rem;
	text-align: right;
	flex: 0 0 35%;
}

.case-details .item-details.swiper-slide-duplicate {
	visibility: hidden;
}

.case-details .btn-link {
	justify-content: flex-end;
}

.slider__case-details {
	flex-wrap: nowrap;
}

.slider__case-details .item-details:nth-last-child(2) {
	flex: 0 0 100%;
}

.slider__case-details .item-details:last-child {
	flex: 0 0 100%;
	margin-top: 0;
	text-align: center;
}

.itemCard {
	margin-top: 1.87rem;
	padding-right: 8px;
	padding-left: 8px;
}

@media only screen and (max-width: 580px) {
	.itemCard {
		margin-top: .5rem;
		padding-right: 30px;
		padding-left: 30px;
	}
	.itemCard:first-child {
		margin-top: 0;
	}
}

.itemCard__imageWrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	overflow: hidden;
}

.itemCard__image {
	object-fit: cover;
	max-height: 500px;
	width: 100%;
}

@media only screen and (max-width: 580px) {
	.itemCard__image {
		height: 300px;
	}
}

@media only screen and (min-width: 1500px) {
	.itemCard__image {
		max-height: 600px;
	}
}

.itemCard__header {
	margin-top: 2rem;
	margin-left: 2rem;
}

@media only screen and (max-width: 1200px) {
	.itemCard__header {
		margin-left: 1.6rem;
	}
}

@media only screen and (max-width: 992px) {
	.itemCard__header {
		margin-left: 1.6rem;
	}
}

@media only screen and (max-width: 580px) {
	.itemCard__header {
		margin-top: 1.2rem;
		margin-left: 0;
	}
}

.itemCard__title {
	font-family: "Roboto", sans-serif;
	margin-bottom: .8rem;
}

.item-brand {
	background-color: rgba(199, 201, 209, 0.09);
	text-align: center;
	overflow: hidden;
	margin-bottom: 30px;
}

@media only screen and (max-width: 580px) {
	.item-brand {
		margin-bottom: 15px;
	}
}

.item-brand:hover .item-brand__logo {
	transform: scale(1.1);
}

.item-brand__logo {
	transform: scale(1);
	transition: transform 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875);
}

@media only screen and (max-width: 580px) {
	.brands-wrap:nth-child(odd) div {
		margin-right: -7.5px;
	}
}


/* -----------------------------------------------------------------
		- Project
----------------------------------------------------------------- */

.js-masonry-project {
	overflow-y: hidden;
	margin-left: -4%;
	margin-right: -4%;
}

@media only screen and (max-width: 1200px) {
	.js-masonry-project {
		margin-left: -2%;
		margin-right: -2%;
	}
}

@media only screen and (max-width: 768px) {
	.js-masonry-project {
		margin-left: 0;
		margin-right: 0;
	}
}

.item-project {
	flex: 0 0 calc(46% - 4%);
	margin-left: 4% !important;
	margin-right: 4% !important;
	margin-bottom: 5rem !important;
	overflow: hidden;
	width: calc(46% - 4%);
}

@media only screen and (max-width: 1200px) {
	.item-project {
		flex: 0 0 calc(48% - 2%);
		margin-left: 2% !important;
		margin-right: 2% !important;
		margin-bottom: 2.4rem !important;
		width: calc(48% - 2%);
	}
}

@media only screen and (max-width: 992px) {
	.item-project {
		margin-bottom: 1.65rem !important;
	}
}

@media only screen and (max-width: 768px) {
	.item-project {
		flex: 0 0 100%;
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-bottom: 3rem !important;
		width: 100%;
	}
}

@media only screen and (max-width: 580px) {
	.item-project {
		margin-bottom: 15px !important;
	}
}

.item-project:last-child {
	margin-bottom: 0 !important;
}

.item-project:hover .item-news__image {
	transform: scale(1.05);
}

.item-project__figure {
	margin: 0 !important;
}

.item-project__link {
	width: 100%;
}

.gutter-sizer {
	width: 8%;
}

@media only screen and (max-width: 1200px) {
	.gutter-sizer {
		width: 4%;
	}
}

.gutter-sizer--3 {
	width: 4.98%;
}

@media only screen and (max-width: 1200px) {
	.gutter-sizer--3 {
		width: 8%;
	}
}

.onHover {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	text-decoration: none;
	z-index: 1;
}

.onHover::before {
	content: '';
	background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 60%);
	height: 100%;
	width: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: opacity .9s ease-in-out;
	z-index: 1;
}

.onHover:hover {
	opacity: 1;
}

.onHover:hover::before {
	opacity: 1;
}

.onHover:hover .onHover__details,
.onHover:hover .title {
	opacity: 1;
	transform: translate3d(0, 0%, 0);
}

.onHover__details {
	color: #fff;
	padding: 0 2rem;
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translate3d(0, 100%, 0);
	transition: all .5s ease-in-out;
	z-index: 2;
}

@media only screen and (max-width: 580px) {
	.onHover__details {
		padding: 0 15px;
	}
}

.onHover .title {
	margin-bottom: 1.5rem;
	opacity: 0;
	transform: translate3d(0, 100%, 0);
	transition: all .5s .1s ease-in-out;
}

@media only screen and (max-width: 1200px) {
	.onHover .title {
		font-size: 1.286rem;
	}
}

@media only screen and (max-width: 768px) {
	.onHover .title {
		font-size: 1.715rem;
	}
}

@media only screen and (max-width: 580px) {
	.onHover .title {
		font-size: 1.2rem;
		margin-bottom: 1rem;
	}
}

@media only screen and (max-width: 1200px) {
	.onHover .client {
		font-size: .86rem;
	}
}

@media only screen and (max-width: 768px) {
	.onHover .client {
		font-size: 1rem;
	}
}

@media only screen and (max-width: 580px) {
	.onHover .client {
		font-size: .875rem;
	}
}

.touch .onHover {
	opacity: 1;
}

.touch .onHover::before {
	opacity: 1;
}

.touch .onHover__details,
.touch .onHover .title {
	opacity: 1;
	transform: translate3d(0, 0%, 0);
}

.grid-carousel {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100vh;
}

.projects-carousel .swiper-slide {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 60vh;
	max-height: 580px;
	width: 50%;
}

@media only screen and (max-width: 992px) {
	.projects-carousel .swiper-slide {
		width: 70%;
	}
}

@media only screen and (max-width: 580px) {
	.projects-carousel .swiper-slide {
		height: 100vh;
		max-height: 100%;
		width: 100%;
	}
}

.projects-carousel .swiper-slide--portrait {
	width: calc(60vh / 1.5);
}

.projects-carousel .swiper-slide--square {
	width: 60vh;
}

.projects-carousel .swiper-slide__link {
	color: #fff;
	position: relative;
	text-decoration: none;
	text-align: center;
}

.projects-carousel .swiper-slide__link::before {
	content: '';
	background-color: rgba(17, 15, 16, 0.15);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.projects-carousel .swiper-slide__description {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 100%;
	z-index: 1;
}

.projects-carousel .swiper-slide .title {
	font-size: 4.2vw;
	margin-top: 1rem;
	margin-bottom: 0;
	transition: all .3s ease-in-out;
}

@media only screen and (max-width: 992px) {
	.projects-carousel .swiper-slide .title {
		font-size: 3rem;
	}
}

@media only screen and (max-width: 768px) {
	.projects-carousel .swiper-slide .title {
		font-size: 2.5rem;
		margin-bottom: .5rem;
	}
}

.projects-carousel .swiper-slide .cover-slider {
	transform: matrix(1, 0, 0, 1, 0, 0);
	transition: all .6s ease-in-out;
}

.projects-carousel .swiper-slide .change-text {
	margin-top: -1rem;
	font-size: 1.2rem;
	position: relative;
	overflow: hidden;
	transition: all .3s ease-in-out;
}

@media only screen and (min-width: 1500px) {
	.projects-carousel .swiper-slide .change-text {
		font-size: 1.5rem;
	}
}

@media only screen and (max-width: 580px) {
	.projects-carousel .swiper-slide .change-text {
		font-size: 1rem;
	}
}

.projects-carousel .swiper-slide .change-text__back {
	position: absolute;
	top: 0;
	width: 100%;
	transform: translate3d(0, 100%, 0);
	transition: transform .3s ease-in-out;
}

.projects-carousel .swiper-slide .change-text__front {
	margin-top: 0;
	width: 100%;
	transform: translate3d(0, 0, 0);
	transition: transform .3s ease-in-out;
}

.projects-carousel .swiper-slide-active:hover .cover-slider {
	transform: matrix(1.08, 0, 0, 1.08, 0, 0);
}

.projects-carousel .swiper-slide-active:hover .change-text__back {
	transform: translate3d(0, 0, 0);
}

.projects-carousel .swiper-slide-active:hover .change-text__front {
	transform: translate3d(0, -100%, 0);
}

.projects-carousel .swiper-slide-active .js-text-wave div span,
.projects-carousel .swiper-slide-duplicate.swiper-slide-active .js-text-wave div span {
	transform: translate3d(0, 0, 0);
}

.projects-carousel .swiper-slide-active .down-up span,
.projects-carousel .swiper-slide-duplicate.swiper-slide-active .down-up span {
	transform: translate3d(0, 0, 0);
}

.projects-carousel .swiper-pagination-progressbar {
	background-color: rgba(197, 210, 224, 0.3);
	height: 3px;
	width: 100%;
	position: fixed;
	top: auto;
	bottom: 0;
}

.projects-carousel .swiper-pagination-progressbar-fill {
	background-color: #110f10;
}


/* -----------------------------------------------------------------
		- Project Single
----------------------------------------------------------------- */

.header-fullscreen {
	background-color: #110f10;
	color: #fff;
	height: 100vh;
}

.header-fullscreen.header-page {
	margin-top: 0;
	margin-bottom: 3rem;
	padding-bottom: 3rem;
}

@media only screen and (max-width: 580px) {
	.header-fullscreen.header-page {
		margin-bottom: 1.5rem;
		padding-bottom: 1.5rem;
	}
}

.header-fullscreen .title--overhead,
.header-fullscreen .item-details__title,
.header-fullscreen .btn-link {
	color: #fff;
}

.header-fullscreen .title--tail::before {
	background-color: #fff;
}

.header-page {
	margin-top: 10rem;
	margin-bottom: 2rem;
}

.header-page .select {
	margin-top: 1.5rem;
}

.header-page.header-page-posts {
	margin-top: 14rem;
	margin-bottom: 5rem;
}

@media only screen and (max-width: 768px) {
	.header-page {
		margin-top: 9.37rem;
	}
	.header-page.header-page-posts {
		margin-top: 9.37rem;
		margin-bottom: 3rem;
	}
}

@media only screen and (max-width: 580px) {
	.header-page {
		margin-top: 7rem;
	}
	.header-page.header-page-posts {
		margin-top: 7rem;
		margin-bottom: 3rem;
	}
}

.header-page--gutterBottom {
	height: 90vh;
}

.header-page--half {
	margin-bottom: 4rem;
}

@media only screen and (max-width: 580px) {
	.header-page--half {
		margin-bottom: 2rem;
	}
}

.header-page__container-fluid {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	padding-left: 4.25rem;
	padding-right: 4.25rem;
	position: relative;
	height: 100%;
	width: 100%;
	z-index: 1;
}

@media only screen and (max-width: 1500px) {
	.header-page__container-fluid {
		padding-left: 3.12rem;
		padding-right: 3.12rem;
	}
}

@media only screen and (max-width: 580px) {
	.header-page__container-fluid {
		padding-left: 1.42rem;
		padding-right: 1.42rem;
	}
}

@media only screen and (min-width: 2400px) {
	.header-page__container-fluid {
		padding-left: 6.25rem;
		padding-right: 6.25rem;
	}
}

.header-page__container-fluid .row {
	align-items: center;
	width: 100%;
}

.header-page .title--display-1 {
	font-weight: 300;
}

@media only screen and (max-width: 580px) {
	.header-page .title--display-1 {
		font-weight: 400;
	}
}

.header-page__description {
	font-size: 1.125rem;
}

@media only screen and (max-width: 992px) {
	.header-page__description {
		padding-bottom: 1.25rem;
	}
}

@media only screen and (max-width: 580px) {
	.header-page__description {
		line-height: 1.6;
	}
}

.flex-center-end {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}

.flex-center-end .flex-center {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	flex: 1;
}

.flex-center-end .flex-center__inner {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	padding-top: 5rem;
	width: 100%;
}

.image-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	justify-content: center;
	height: 45vw;
	overflow: hidden;
	position: relative;
}

@media only screen and (max-width: 992px) {
	.image-container {
		height: 60vw;
	}
}

@media only screen and (max-width: 580px) {
	.image-container {
		height: 300px;
	}
}

.image-container--gutters {
	margin-left: 4.25rem !important;
	margin-right: 4.25rem !important;
}

@media only screen and (max-width: 768px) {
	.image-container--gutters {
		margin-left: 2.5rem !important;
		margin-right: 2.5rem !important;
	}
}

@media only screen and (max-width: 580px) {
	.image-container--gutters {
		margin-left: .93rem !important;
		margin-right: .93rem !important;
	}
}

.image-container--half {
	margin-right: 30% !important;
}

@media only screen and (max-width: 992px) {
	.image-container--half {
		margin-right: 0 !important;
	}
}

.image-container--cutoutRight {
	margin-right: 12vw !important;
}

@media only screen and (max-width: 768px) {
	.image-container--cutoutRight {
		margin-right: 0 !important;
	}
}

.video-container {
	height: 45vw;
	position: relative;
}

@media only screen and (max-width: 992px) {
	.video-container {
		height: 60vw;
	}
}

@media only screen and (max-width: 580px) {
	.video-container {
		height: 300px;
		margin-bottom: 1rem;
	}
}

.video-container .video__btn {
	background-color: #110f10;
	box-shadow: 0 0 0 0px #110f10;
	border: 0;
	border-radius: 50%;
	color: #fff;
	font-size: .75rem;
	font-weight: 700;
	height: 7.5rem;
	letter-spacing: .3rem;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	text-transform: uppercase;
	width: 7.5rem;
	opacity: 1;
	transform: translate(-50%, -50%);
	transition: all .3s ease-in-out;
	z-index: 2;
}

@media only screen and (max-width: 992px) {
	.video-container .video__btn {
		height: 5rem;
		letter-spacing: .2rem;
		width: 5rem;
	}
}

@media only screen and (max-width: 580px) {
	.video-container .video__btn {
		height: 3.75rem;
		letter-spacing: .2rem;
		width: 3.75rem;
	}
}

.video-container .video__btn:before {
	content: "PLAY";
}

.video-container .video__btn:hover {
	background-color: #110f10;
	box-shadow: 0 0 0 10px #110f10;
	cursor: pointer;
}

.video-container .video__btn:focus {
	outline: 0;
}

.video-container .video__poster {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	opacity: 1;
	visibility: visible;
	transition: .3s ease-in-out;
	transition-duration: 0.5s;
	width: 100%;
	z-index: 1;
}

.video-container .video__poster::before {
	content: '';
	background: rgba(17, 15, 16, 0.2);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: .3s ease-in-out;
	width: 100%;
	z-index: 1;
}

.video-container .video__poster:hover::before {
	background: rgba(17, 15, 16, 0);
}

.js-video.is-active .video__poster {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.caption-single {
	padding-top: 4rem;
}

@media only screen and (max-width: 992px) {
	.caption-single {
		padding-top: 3rem;
	}
}

@media only screen and (max-width: 768px) {
	.caption-single {
		padding-top: 2rem;
	}
}

@media only screen and (max-width: 580px) {
	.caption-single {
		padding-top: 1rem;
		padding-bottom: .5rem;
	}
}

.num-article {
	color: #8d99a7;
	display: inline-block;
	text-transform: uppercase;
}

.num-article--light {
	font-weight: 300;
}

@media only screen and (max-width: 992px) {
	.num-article {
		margin-bottom: .93rem;
	}
}

.slider-article .swiper-slide {
	height: 45vw;
}

@media only screen and (max-width: 992px) {
	.slider-article .swiper-slide {
		height: 60vw;
	}
}

@media only screen and (max-width: 580px) {
	.slider-article .swiper-slide {
		height: 300px;
	}
}

@media only screen and (max-width: 768px) {
	.gallery-two {
		max-width: 100%;
		padding-left: 1.87rem;
		padding-right: 1.87rem;
	}
}

@media only screen and (max-width: 580px) {
	.gallery-two {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 100%;
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: .5rem;
	}
}

.gallery-two__item {
	margin-left: 1.25rem;
	margin-right: 1.25rem;
	position: relative;
}

@media only screen and (max-width: 768px) {
	.gallery-two__item {
		margin-left: .62rem;
		margin-right: .62rem;
	}
}

@media only screen and (max-width: 580px) {
	.gallery-two__item {
		margin-left: 0;
		margin-right: 0;
		margin-top: 7.5px;
		margin-bottom: 7.5px;
	}
}

.gallery-two__item--irregular {
	width: 50%;
}

@media only screen and (max-width: 992px) {
	.gallery-two__item--irregular {
		width: 100%;
	}
}

.gallery-two__item--irregular-right {
	align-self: flex-end;
	width: 50%;
}

@media only screen and (max-width: 992px) {
	.gallery-two__item--irregular-right {
		align-self: auto;
		width: 100%;
	}
}

.gallery-two__item:first-child {
	margin-left: 0;
}

.gallery-two__item:last-child {
	margin-right: 0;
}

.gallery-two .note {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	align-items: center;
	background-color: #110f10;
	color: #fff;
	font-size: .87rem;
	height: 9.37rem;
	width: 9.37rem;
	padding: 2rem;
	position: absolute;
	bottom: 0;
	left: 0;
}

@media only screen and (max-width: 768px) {
	.gallery-two .note {
		height: auto;
	}
}

@media only screen and (max-width: 580px) {
	.gallery-two .note {
		padding: 1rem;
	}
}

.gallery-two .cover {
	height: 100% !important;
}

.gallery-two.container {
	margin-left: auto !important;
	margin-right: auto !important;
}

.page-nav {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid rgba(17, 15, 16, 0.1);
	margin-top: 4rem;
	padding: 2rem 4.25rem;
}

@media only screen and (max-width: 992px) {
	.page-nav {
		margin-top: 3rem;
		padding: 2rem 1.87rem;
	}
}

@media only screen and (max-width: 768px) {
	.page-nav {
		margin-top: 1rem;
	}
}

@media only screen and (max-width: 580px) {
	.page-nav {
		margin-top: 1.42rem;
		height: 48px;
		padding: 0 15px;
	}
}

.page-nav__single {
	margin-top: 6rem;
	padding: 3rem 0 4rem;
}

@media only screen and (max-width: 580px) {
	.page-nav__single {
		height: auto;
		margin-top: 2rem;
		padding: 1.2rem 0 2rem;
	}
}

.page-nav .btn-link {
	font-size: .93rem;
	font-weight: 400;
	text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
	.page-nav .btn-link {
		font-size: .75rem;
		font-weight: 500;
		letter-spacing: 0;
	}
}

@media only screen and (max-width: 580px) {
	.page-nav .btn-link span {
		display: none;
	}
}

.award-item {
	margin-bottom: 1rem;
}

@media only screen and (max-width: 1500px) {
	.award-item {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 768px) {
	.award-item {
		margin-bottom: 1.5rem;
	}
	.award-item:first-child {
		margin-top: 1rem;
	}
}

@media only screen and (max-width: 580px) {
	.award-item:first-child {
		margin-top: 0;
	}
	.award-item:last-child {
		margin-bottom: 0;
	}
}

.award-item .title {
	margin-bottom: .5rem;
}


/* -----------------------------------------------------------------
		- About
----------------------------------------------------------------- */

.col--award {
	width: 60%;
}

@media only screen and (max-width: 768px) {
	.col--award {
		width: 100%;
	}
}

.col--clint {
	width: 30%;
}

@media only screen and (max-width: 768px) {
	.col--clint {
		width: 100%;
	}
}

.col--year {
	width: 10%;
}

@media only screen and (max-width: 768px) {
	.col--year {
		width: 100%;
	}
}


/* -----------------------------------------------------------------
		- Services
----------------------------------------------------------------- */

.itemService {
	margin-top: 1.87rem;
	margin-bottom: 1rem;
}

@media only screen and (max-width: 580px) {
	.itemService {
		margin-top: 0;
		margin-bottom: 1.8rem;
	}
}

.itemService .paragraph {
	margin-bottom: 1rem;
}

@media only screen and (max-width: 580px) {
	.itemService .itemCard__header {
		margin-top: 1.5rem;
	}
}


/* -----------------------------------------------------------------
		- Contact
----------------------------------------------------------------- */

@media only screen and (max-width: 580px) {
	.contect-block {
		margin-top: 2rem;
	}
}

@media only screen and (max-width: 768px) {
	.contect-block .title {
		margin-bottom: 1.5rem;
	}
}

.contact-info {
	font-size: 1.5rem;
	line-height: 1.7;
}

@media only screen and (max-width: 1200px) {
	.contact-info {
		font-size: 1.2rem;
		line-height: 1.4;
	}
}

@media only screen and (max-width: 768px) {
	.contact-info {
		font-size: 1rem;
		line-height: 1.4;
	}
}

.contact-wrap,
.elementor-col-50 .elementor-widget-artem-cf7-form {
	padding-left: 4.25rem;
	padding-right: 4.25rem;
}

@media only screen and (max-width: 1500px) {
	.contact-wrap,
	.elementor-col-50 .elementor-widget-artem-cf7-form {
		padding-left: 3.12rem;
		padding-right: 3.12rem;
	}
}

@media only screen and (max-width: 992px) {
	.contact-wrap,
	.elementor-col-50 .elementor-widget-artem-cf7-form {
		margin-top: 6rem;
	}
}

@media only screen and (max-width: 580px) {
	.contact-wrap,
	.elementor-col-50 .elementor-widget-artem-cf7-form {
		padding-left: 1.071rem;
		padding-right: 1.071rem;
	}
}

@media only screen and (min-width: 2400px) {
	.contact-wrap,
	.elementor-col-50 .elementor-widget-artem-cf7-form {
		padding-left: 10rem;
		padding-right: 10rem;
	}
}

@media only screen and (max-width: 1200px) {
	.contact-wrap .btn,
	.elementor-col-50 .elementor-widget-artem-cf7-form .btn {
		width: 100%;
	}
}

.contact-wrap #validator-contact {
	padding-top: 1rem;
}

@media only screen and (max-width: 768px) {
	.contact-form {
		margin-bottom: 3rem;
	}
}

@media only screen and (max-width: 768px) {
	.contact-form .btn {
		width: 100%;
	}
}

.contact-form .btn {
	float: left;
}

.elementor-col-50 .elementor-widget-google_maps iframe {
	height: 100vh !important;
}

.map-block {
	background-color: #110f10;
	height: 100vh;
	margin-right: -4.25rem;
	position: absolute;
	top: 0;
	right: 0;
	direction: ltr !important;
}

@media only screen and (max-width: 1500px) {
	.map-block {
		margin-right: -3.12rem;
	}
}

@media only screen and (max-width: 992px) {
	.map-block {
		height: 50vh;
		margin-right: 0;
		margin-top: 1rem;
		margin-bottom: 3.12rem;
	}
}

@media only screen and (max-width: 580px) {
	.map-block {
		margin-bottom: 15px;
	}
}

@media only screen and (min-width: 2400px) {
	.map-block {
		margin-right: -6.25rem;
	}
}

.popover-map-title {
	font-size: 1.2rem;
	margin-top: .2rem;
	margin-bottom: .5rem;
}

.popover-map-caption {
	font-weight: 400;
}

#marker {
	background-image: url(assets/images/icon-map-pic.svg);
	background-size: cover;
	width: 57px;
	height: 71px;
	cursor: pointer;
}


/* -----------------------------------------------------------------
		- News
----------------------------------------------------------------- */

.filters-title {
	display: inline-flex;
	padding-right: 2.2rem;
}

@media only screen and (max-width: 992px) {
	.filters-title {
		font-size: .87rem;
	}
}

@media only screen and (min-width: 769px) {
	.filters {
		display: inline-flex;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		flex-wrap: wrap;
		list-style: none;
		margin-bottom: 0;
		padding-left: 0;
	}
	.filters__item {
		font-size: 1.1rem;
		font-weight: 700;
		padding-right: 2rem;
	}
	.filters__item:first-child {
		padding-right: 0;
		pointer-events: none;
	}
	.filters__item:last-child {
		padding-right: 0;
	}
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
	.filters__item {
		font-size: 1rem;
	}
}

@media only screen and (min-width: 769px) and (max-width: 580px) {
	.filters__item {
		font-size: 1rem;
	}
}

@media only screen and (min-width: 769px) {
	.filters__item.active .filters__link::before {
		content: '';
		background-color: #110f10;
		height: 2px;
		width: 100%;
		margin-top: -.1rem;
		position: absolute;
		top: 50%;
		left: 0;
	}
	.filters__link {
		padding: 0 4px;
		text-decoration: none;
		display: block;
		overflow: hidden;
		position: relative;
	}
	.filters__link::after {
		content: "";
		position: absolute;
		top: 50%;
		left: -0.5rem;
		width: calc(100% + 1rem);
		background-color: #110f10;
		height: 2px;
		margin-top: -.1rem;
		transform: translateX(-100%);
	}
	.filters__link:hover::after {
		animation: link-hover 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
	}
}

@keyframes link-hover {
	0% {
		transform: translateX(-100%);
	}
	50% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(100%);
	}
}

.select .placeholder {
	display: none;
}

@media only screen and (max-width: 768px) {
	.select {
		position: relative;
		display: block;
		width: 100%;
		color: #fff;
		vertical-align: middle;
		text-align: left;
		user-select: none;
		-webkit-touch-callout: none;
		z-index: 2;
	}
	.select .placeholder {
		position: relative;
		display: block;
		background-color: #110f10;
		z-index: 1;
		padding: .5rem 1.2rem;
		cursor: pointer;
	}
	.select .placeholder:hover {
		background-color: rgba(17, 15, 16, 0.9);
	}
	.select .placeholder:after {
		position: absolute;
		top: 50%;
		right: 1em;
		transform: translateY(-50%);
		font-family: 'fonticons';
		content: '\e805';
		z-index: 10;
	}
	.select.is-open .placeholder:after {
		content: '\e804';
	}
	.select.is-open ul {
		display: block;
	}
	.select ul {
		display: none;
		overflow: hidden;
		overflow-y: auto;
		width: 100%;
		background: #fff;
		box-shadow: 0 10px 60px rgba(17, 15, 16, 0.1);
		position: absolute;
		top: 100%;
		left: 0;
		padding: 0;
		z-index: 100;
		max-height: 200px;
	}
	.select ul li {
		display: block;
		text-align: left;
		padding: .4rem 1.2rem;
		color: #110f10;
		cursor: pointer;
	}
	.select ul li:hover {
		background: rgba(17, 15, 16, 0.05);
	}
	.select ul li:first-child {
		display: none;
	}
	.select ul li a {
		text-decoration: none;
	}
}

.item-news {
	flex: 0 0 46%;
	margin-bottom: 3rem;
	width: 46%;
}

@media only screen and (max-width: 1200px) {
	.item-news {
		flex: 0 0 48%;
		width: 48%;
	}
}

@media only screen and (max-width: 992px) {
	.item-news {
		flex: 0 0 100%;
		width: 100%;
	}
}

@media only screen and (max-width: 580px) {
	.item-news {
		margin-bottom: 1rem;
	}
}

.item-news:last-child {
	margin-bottom: 0;
}

.item-news--tree {
	flex: 0 0 30%;
	width: 30%;
}

@media only screen and (max-width: 1200px) {
	.item-news--tree {
		flex: 0 0 46%;
		width: 46%;
	}
}

@media only screen and (max-width: 768px) {
	.item-news--tree {
		flex: 0 0 100%;
		width: 100%;
	}
}

.item-news__media {
	height: 330px;
	overflow: hidden;
	margin-bottom: 1rem !important;
}

@media only screen and (max-width: 580px) {
	.item-news__media {
		height: 300px;
	}
}

.item-news__media a {
	height: 100%;
	display: block;
}

.item-news__image {
	object-fit: cover;
	width: 100%;
	height: 100% !important;
	transform: scale(1);
	transition: transform 0.8s cubic-bezier(0.2, 1, 0.8, 1);
}

.item-news:hover .item-news__image {
	transform: scale(1.05);
}

.item-news__header {
	padding-top: 1.5rem;
	padding-left: 3.5rem;
}

@media only screen and (max-width: 580px) {
	.item-news__header {
		padding-top: .2rem;
		padding-left: 0;
	}
}

.item-news .date {
	position: relative;
}

.item-news .date::before {
	content: '';
	background-color: #8d99a7;
	height: 1px;
	margin-bottom: auto;
	margin-top: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -3.5rem;
	width: 2rem;
}

.item-news__title {
	font-weight: 500;
	margin-top: 1rem;
}

@media only screen and (max-width: 580px) {
	.item-news__title {
		font-size: 1.4rem;
		margin-top: .5rem;
	}
}

.item-news__title a {
	text-decoration: none;
}

.item-news--tree .item-news__header {
	padding-top: 1rem;
	padding-left: 2rem;
}

@media only screen and (max-width: 580px) {
	.item-news--tree .item-news__header {
		padding-top: .2rem;
		padding-left: 0;
	}
}

.item-news--tree .item-news__title {
	font-size: 1.4rem;
}

.item-news--tree .date::before {
	left: -2.0rem;
	width: 1rem;
}

.date {
	color: #8d99a7;
	font-size: .85rem;
	letter-spacing: .1rem;
	text-transform: uppercase;
}

.hover-line {
	background-image: linear-gradient(to right, #110f10 0%, #110f10 100%);
	background-size: 0px 2px;
	background-position: 0px 95%;
	transition: background-size 0.25s cubic-bezier(0.72, 0.16, 0.345, 0.875) 0s;
	padding: 0.1% 0;
}

.triger-hl:hover .hover-line {
	background-size: 100% 2px;
}

.single-news__media {
	margin-bottom: 4rem;
	margin-left: -50vw;
	overflow: hidden;
	position: relative;
	left: 50%;
	width: 99.5vw;
}

@media only screen and (max-width: 580px) {
	.single-news__media {
		height: 300px;
		margin-bottom: 2rem;
		margin-left: -15px;
		left: 0;
	}
}

.single-news__image {
	object-fit: cover;
	width: 100%;
	height: 45vw;
}

@media only screen and (max-width: 992px) {
	.single-news__image {
		height: 60vw;
	}
}

@media only screen and (max-width: 580px) {
	.single-news__image {
		height: 300px;
	}
}

.single-news__video {
	height: 45vw;
	width: 100%;
}

@media only screen and (max-width: 992px) {
	.single-news__video {
		height: 50vw;
	}
}

.flex-gallery-container {
	margin-top: 1.2rem;
	margin-bottom: 4rem;
}

@media only screen and (max-width: 580px) {
	.flex-gallery-container {
		margin-top: .5rem;
		margin-bottom: .5rem;
	}
}

.flex-gallery {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	margin: 0 -5rem;
}

@media only screen and (max-width: 992px) {
	.flex-gallery {
		margin: 0 -1rem;
	}
}

@media only screen and (max-width: 768px) {
	.flex-gallery {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media only screen and (max-width: 580px) {
	.flex-gallery {
		margin: 0;
	}
}

.flex-gallery__item {
	flex: 1;
	margin-right: 1rem;
	width: 100%;
}

@media only screen and (max-width: 992px) {
	.flex-gallery__item {
		margin-right: .62rem;
		margin-bottom: .62rem;
	}
}

@media only screen and (max-width: 580px) {
	.flex-gallery__item {
		margin-right: 0;
		margin-bottom: 15px;
	}
}

.flex-gallery__item:last-child {
	margin-right: 0;
}

.image-caption {
	color: #8d99a7;
	font-size: .87rem;
	font-style: italic;
	text-align: center;
	padding: 1rem 0;
}

@media only screen and (max-width: 580px) {
	.image-caption {
		font-size: .75rem;
		padding: 1rem 0 0;
	}
}

.image-caption--two {
	margin-left: calc(-100% - 1rem);
}

@media only screen and (max-width: 768px) {
	.image-caption--two {
		margin-left: 0;
	}
}

.image-caption--three {
	margin-left: calc(-200% - 2rem);
}

@media only screen and (max-width: 768px) {
	.image-caption--three {
		margin-left: 0;
	}
}

.scroll-line {
	background: #f7541b;
	height: 3px;
	position: fixed;
	top: 0;
	width: 0;
	z-index: 1010;
}

.share-post {
	margin-top: 1rem;
	padding-top: 2rem;
	position: relative;
	text-align: center;
}

.share-post::before {
	background-color: #110f10;
	content: '';
	height: 1px;
	margin: 0 auto;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 6rem;
}

@media only screen and (max-width: 580px) {
	.share-post {
		padding-top: 1.5rem;
	}
	.share-post::before {
		width: 3rem;
	}
}

.share-post a {
	display: inline-flex;
	margin: 0 1.5rem;
	text-decoration: none;
}

@media only screen and (max-width: 580px) {
	.share-post a {
		margin: 0 .5rem;
	}
}

.share-post a span {
	font-size: .86rem;
	font-weight: 500;
	line-height: 2.3;
	padding-left: .8rem;
}

@media only screen and (max-width: 580px) {
	.share-post a span {
		display: none;
	}
}


/* -----------------------------------------------------------------
		- Footer
----------------------------------------------------------------- */

.footer {
	margin-top: 8rem;
	position: relative;
}

@media only screen and (max-width: 768px) {
	.footer {
		margin-top: 4rem;
	}
}

@media only screen and (max-width: 580px) {
	.footer {
		margin-top: 2rem;
	}
}

.footer::before {
	content: '';
	background-color: #110f10;
	position: absolute;
	height: 100%;
	width: 50%;
}

@media only screen and (max-width: 768px) {
	.footer::before {
		height: 0;
	}
}

.footer__left {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	padding: 6rem;
	align-self: center;
}

@media only screen and (max-width: 992px) {
	.footer__left {
		padding: 5rem 0 4rem;
	}
}

@media only screen and (max-width: 768px) {
	.footer__left {
		background-color: #110f10;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media only screen and (max-width: 580px) {
	.footer__left {
		padding: 2rem 0 1rem;
	}
}

.footer__left .form-group {
	margin-bottom: 0;
}

.footer__right {
	padding: 6rem 0 3rem 10vw;
}

@media only screen and (max-width: 768px) {
	.footer__right {
		padding: 3rem 0 0 2rem;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media only screen and (max-width: 580px) {
	.footer__right {
		padding: 2rem 15px 0 15px;
	}
}

.listContact {
	margin-bottom: 3rem;
}

@media only screen and (max-width: 768px) {
	.listContact {
		margin-bottom: 2rem;
	}
}

@media only screen and (max-width: 580px) {
	.listContact {
		margin-bottom: 1.5rem;
	}
}

.listContact .title {
	font-size: 1.125rem;
}

@media only screen and (max-width: 768px) {
	.listContact .title {
		margin-bottom: .8rem;
	}
}

@media only screen and (max-width: 580px) {
	.listContact .title {
		font-size: 1rem;
		margin-bottom: .6rem;
	}
}

.newsletter-form__row .inputText {
	padding: 1rem 5rem 1rem 1.5rem;
	width: 30vw;
	margin-right: -62px;
}

@media only screen and (max-width: 768px) {
	.newsletter-form__row .inputText {
		width: 80vw;
	}
}

@media only screen and (max-width: 580px) {
	.newsletter-form__row .inputText {
		padding: 1.1rem 5rem 1.1rem 1.5rem;
		margin-right: -2rem;
	}
}

@media only screen and (min-width: 1500px) {
	.newsletter-form__row .inputText {
		width: 20vw;
	}
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.newsletter-form__row .inputText {
		line-height: 1;
		padding: 1.4rem 5rem 1.4rem 1.5rem;
	}
}

.newsletter-form__row .btn {
	border-radius: 0;
}

#validator-newsletter {
	font-size: .89rem;
	font-weight: 300;
	margin-top: 1.2rem;
}

@media only screen and (max-width: 768px) {
	#validator-newsletter {
		text-align: center;
	}
}

.footer-h {
	margin-top: 6em;
}

.footer-h .list-unstyled p,
.footer .list-unstyled p {
	margin-bottom: 0px;
}


/* -----------------------------------------------------------------
		- 404
----------------------------------------------------------------- */

.parallax-container {
	overflow: hidden;
}

.error-page {
	height: 100vh;
}

.mask-object {
	filter: drop-shadow(0 20px 30px rgba(17, 15, 16, 0.1));
	margin-bottom: 2rem;
	width: 30vw;
	transition: all 0.8s cubic-bezier(0.2, 1, 0.8, 1);
}

@media only screen and (max-width: 992px) {
	.mask-object {
		width: 50vw;
	}
}


/* -----------------------------------------------------------------
		- Custom PhotoSwiper
----------------------------------------------------------------- */

.pswp {
	z-index: 1010;
}

.pswp__caption {
	display: none;
}

.pswp__top-bar {
	background: transparent;
}

.pswp__container,
.pswp--zoom-allowed .pswp__img {
	cursor: none;
}

@media all and (-ms-high-contrast: none) {
	.pswp__container,
	.pswp--zoom-allowed .pswp__img {
		cursor: default;
	}
}


/* -----------------------------------------------------------------
		- Effects
----------------------------------------------------------------- */

.reveal {
	position: relative;
	overflow: hidden;
}

.reveal::after,
.reveal::before {
	content: '';
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.animation--disabled .reveal::after,
.animation--disabled .reveal::before {
	display: none;
}

.reveal::after {
	background: #fff;
	z-index: 1;
}

.touch .reveal::after,
.touch .reveal::before {
	visibility: hidden;
}

.reveal.animated::before {
	background: #110f10;
	animation: reveal 2s cubic-bezier(0.77, 0, 0.175, 1) both;
	z-index: 2;
}

.reveal.animated::after {
	animation: revealBack 2s cubic-bezier(0.77, 0, 0.175, 1) both;
}

@keyframes reveal {
	0% {
		transform: translateX(-101%);
	}
	50% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(101%);
	}
}

@keyframes revealBack {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(101%);
	}
}

@keyframes reveal-vertical {
	0% {
		transform: translateY(101%);
	}
	50% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-101%);
	}
}

.js-text-wave {
	opacity: 0;
}

.js-text-wave.complete {
	opacity: 1;
}

.js-text-wave div {
	display: inline-block;
	overflow: hidden;
}


.js-text-wave div span {
	display: inline-block;
	transform: translate3d(0, 100%, 0);
	transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.js-text-wave.complete div span {
	transform: translate3d(0, 0, 0);
}

.js-lines,
.js-single-line,
.js-block,
.js-words,
.js-words .word {
	overflow: hidden;
}

.js-words .char,
.js-words .word {
	display: inline-block;
}

.down-up {
	display: block;
	margin-top: -5px;
	overflow: hidden;
	position: relative;
}

.down-up span {
	display: block;
	transform: translate3d(0, 100%, 0);
	transition: opacity, transform 0.75s cubic-bezier(0.8, 0, 0.2, 1);
}

.down-up.animated span {
	opacity: 1;
	transform: translate3d(0px, 0%, 0px);
}


/* Text down*/

.down-up-2 {
	display: inline-block;
	margin-top: -5px;
	overflow: hidden;
}

.down-up-2 span {
	display: inline-block;
	opacity: 0;
	transform: translate3d(0, 100%, 0);
	transition: opacity, transform 0.8s 400ms cubic-bezier(0.7, 0, 0.3, 1);
}

.down-up-2.animated span {
	opacity: 1;
	transform: translate3d(0px, 0%, 0px);
}

.cursor {
	background-color: #f7541b;
	border-radius: 50%;
	display: block;
	position: fixed;
	margin-top: -10px;
	margin-left: -10px;
	width: 20px;
	height: 20px;
	pointer-events: none;
	mix-blend-mode: multiply;
	transform: scale(1);
	transition: width 0.4s cubic-bezier(0.75, -0.27, 0.3, 1.33), height 0.4s cubic-bezier(0.75, -0.27, 0.3, 1.33), margin 0.4s cubic-bezier(0.75, -0.27, 0.3, 1.33), opacity 0.4s cubic-bezier(0.75, -0.27, 0.3, 1.33);
	z-index: 1011;
}

@supports not (mix-blend-mode: multiply) {
	.cursor {
		opacity: .7;
	}
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.cursor {
		visibility: hidden;
	}
}

.cursor--zoom {
	transform: scale(1);
	opacity: 0.5;
	width: 60px;
	height: 60px;
	margin-left: -30px;
	margin-top: -30px;
}

.cursor-close {
	background-color: #110f10;
	transform: matrix(3, 0, 0, 3, 0, 0) !important;
	mix-blend-mode: difference;
}

.cursor-close::before,
.cursor-close::after {
	content: '';
	background: #fff;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	animation: cursorClose .6s .1s ease-in-out both;
}

.cursor-close::before {
	height: 100%;
	width: 1px;
}

.cursor-close::after {
	height: 1px;
	width: 100%;
}

.open .cursor {
	mix-blend-mode: lighten;
}

.touch .cursor {
	display: none;
}

.cursor--active {
	animation: cursor-active 0.6s cubic-bezier(0.72, 0.16, 0.345, 0.875) both;
}

.cursor--active.cursor--zoom {
	animation: cursor-active2 0.6s cubic-bezier(0.72, 0.16, 0.345, 0.875) both;
}

@keyframes cursor-active {
	0% {
		box-shadow: 0 0 0 0 #f7541b;
	}
	100% {
		box-shadow: 0 0 0 3rem rgba(247, 84, 27, 0);
	}
}

@keyframes cursor-active2 {
	0% {
		box-shadow: 0 0 0 0 #f7541b;
	}
	100% {
		box-shadow: 0 0 0 1rem rgba(247, 84, 27, 0);
	}
}

@keyframes cursorClose {
	0% {
		transform: scale(0) rotate(90deg);
	}
	100% {
		transform: scale(0.45) rotate(45deg);
	}
}

.jarallax {
	position: relative;
	z-index: 0;
}

.jarallax>.jarallax-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.medium-zoom-overlay {
	z-index: 9999;
}

.medium-zoom-image {
	z-index: 9999;
}


/* Default Navbar */

.admin-bar .navbar {
	top: 32px;
}

@media screen and (max-width: 782px) {
	.admin-bar .navbar {
		top: 46px;
	}
}

.navbar .logo-link {
	display: block;
	max-width: 150px;
}

.logotype__title {
	display: block;
	font-size: 1.2rem;
	line-height: 0.8;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.logotype__sub {
	display: block;
	font-size: .875rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.navbar .ml-sm-auto,
.navbar .mx-sm-auto {
	position: relative;
}

.nav {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	list-style: none;
	position: relative;
}

@media only screen and (min-width: 768px) {
	.nav {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.nav__item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	margin: .5rem 0;
	padding-right: 0;
}

@media only screen and (min-width: 768px) {
	.nav__item {
		padding-right: 2.5rem;
	}
	.nav__item:last-child {
		padding-right: 0;
	}
}

.nav__link {
	font-size: 1rem;
	line-height: 1.9;
	font-weight: 400;
	text-decoration: none;
	position: relative;
	-webkit-text-decoration-skip: objects;
	transition: all 0.6s cubic-bezier(0.72, 0.16, 0.345, 0.875);
}

.navbar.sticky .nav__link {
	color: #110f10;
}

.nav.sticky li .sub-menu li a {
	color: #fff;
}

.nav__link::before {
	content: '';
	position: absolute;
	width: 0;
	height: 1px;
	left: 0;
	bottom: 0;
	visibility: hidden;
	transition: width .5s ease, background .5s ease;
}

.nav__link::after {
	display: none;
}

.nav__link:hover {
	text-decoration: none;
}

.nav__link:hover::before {
	visibility: visible;
	background: #110f10;
	width: 100%;
}

@media only screen and (min-width: 1040px) {
	.navbar.navbar--white .nav__link {
		color: #fff;
	}
}

.nav li .sub-menu {
	margin: 0;
	padding: 10px 0;
	position: absolute;
	top: 30px;
	left: 0;
	min-width: 200px;
	display: block;
	background: #282828;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all .4s ease-in-out;
	border-radius: 0;
	-webkit-border-radius: 0;
}

.nav li .sub-menu li {
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 10px;
	display: block;
	line-height: normal;
}

.nav li .sub-menu li a {
	font-size: 1rem;
	line-height: 1.4;
	color: #fff;
}

.nav li .sub-menu li a:before {
	bottom: -3px;
	background: #fff;
}

.nav li:hover>.sub-menu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.nav li .sub-menu .sub-menu {
	top: -18px;
	left: 100%;
}

.nav li .sub-menu .sub-menu {
	background: #303030;
}

.hamburger.hamburger--default {
	display: none;
}

.open .navbar.sticky {
	background-color: transparent;
}

.menu .sub-menu.dropdown-menu {
	position: relative;
	background: 0 0;
	float: none;
	border: none;
}

.menu .sub-menu.dropdown-menu li a {
	font-size: 2rem;
}

.menu.menu-show .menu-inner {
	display: block;
}

.menu .menu-inner ul li .icon {
	display: inline-block;
	font-size: 0.65em;
	width: 52px;
}
@media only screen and (max-width: 580px) {
	.menu .menu-inner ul li .icon {
		width: 24px;
	}
}

.menu .menu-inner ul li .icon:before {
	margin-left: 0;
	margin-right: 0;
}

.menu .menu-inner ul li.active .icon {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	top: -5px;
}

.navbar .ml-sm-auto > ul.nav {
	margin-top: 6px;
}

/* Blog Posts & Sidebar */

.content-sidebar {
	padding-left: 1rem;
}

.content-sidebar .widget {
	margin-bottom: 3rem;
}

.content-sidebar .widget-title {
	margin-top: 0;
	margin-bottom: 30px;
	padding-bottom: 20px;
	position: relative;
	font-size: 1.25rem;
	color: #110f10;
}

.content-sidebar .widget-title:before {
	content: '';
	background-color: #8d99a7;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
}

.content-sidebar ul,
.post-content .wp-block-archives {
	padding-left: 0;
	list-style: none;
}

.content-sidebar ul li,
.wp-block-categories-list li,
.wp-block-archives-list li,
.post-content .wp-block-archives li {
	margin-bottom: 0.6rem;
	position: relative;
	line-height: 1.5;
	color: #8d99a7;
}

.content-sidebar ul li a,
.post-content .wp-block-archives li a {
	color: #110f10;
	text-decoration: none;
}

.content-sidebar ul li a:hover,
.post-content .wp-block-archives li a:hover {
	text-decoration: underline;
}

.content-sidebar .screen-reader-text {
	display: none;
}

.input,
.textarea,
select,
.custom-select,
.input-text {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #8d99a7;
	border-radius: 0;
	box-shadow: none;
	color: #110f10;
	font-size: inherit;
	height: auto;
	padding: 1rem 0;
	position: relative;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-top: -1rem;
}

select,
.custom-select {
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.1rem center/10px 16px;
}

.content-sidebar select,
.content-sidebar .search-form input[type=search],
.wp-block-search .wp-block-search__input {
	margin-top: -1rem;
}

.wp-block-calendar {
	max-width: 300px;
}

.calendar_wrap table,
.wp-block-calendar table {
	width: 100%;
	font-size: 0.875rem;
	background: transparent;
}

.calendar_wrap table caption,
.wp-block-calendar table caption {
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	caption-side: top;
}

.calendar_wrap table th,
.wp-block-calendar table th {
	padding: 3px;
	text-align: center;
	border: none;
}

.calendar_wrap table td,
.wp-block-calendar table td {
	padding: 3px;
	text-align: center;
	border: 1px solid #C4C4C4;
}

.calendar_wrap table tfoot td,
.wp-block-calendar table tfoot td {
	text-align: left;
	border: none;
}

.calendar_wrap table tfoot td:last-child,
.wp-block-calendar table tfoot td:last-child {
	text-align: right;
}

.wp-block-calendar tfoot a {
	color: #f7541b;
}

.content-sidebar a {
	text-decoration: none;
}

.content-sidebar a:hover {
	text-decoration: underline;
}

.content-sidebar ul ul {
	margin-top: 0.6rem;
}

.content-sidebar ul ul li {
	position: relative;
	padding-left: 0.6rem;
}

.content-sidebar ul ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 12px;
	width: 5px;
	height: 1px;
	background: #8d99a7;
}

.content-sidebar ul li a.rsswidget {
	display: block;
	color: #110f10;
	font-weight: 700;
	text-decoration: none;
}

.content-sidebar ul li .rss-date,
.content-sidebar ul li cite {
	padding: 0.5rem 0;
	display: block;
	font-size: 0.875rem;
	color: #8d99a7;
}

.rssSummary {
	display: block;
	color: #110f10;
}

.textwidget img {
	height: auto;
}

.tags-links a,
.col__sedebar .tagcloud a,
.wp-block-tag-cloud a {
	margin: 4px 6px 4px 0;
	padding: 0 8px;
	display: inline-block;
	vertical-align: middle;
	font-size: 1em!important;
	line-height: 1.8;
	font-weight: 400;
	color: #110f10;
	text-transform: none;
	text-decoration: none;
	border: 1px solid #110f10;
}

.content-sidebar ul.menu {
	position: relative;
	height: auto;
	transform: none;
	opacity: 1;
	display: block;
	background: none;
}

.item__news {
	margin-bottom: 4rem;
}

.item__news .sticky {
	position: relative;
	padding-left: 0;
	padding-top: 0;
}

.item__news .sticky:before {
	content: '';
	background-image: url(assets/images/angle.svg);
	background-size: cover;
	position: absolute;
	pointer-events: none;
	height: 2rem;
	width: 2rem;
	top: -1rem;
	left: -1.4rem;
	z-index: 1000;
}

.item__news .detail__news {
	margin-bottom: 0.5rem;
	color: #8d99a7;
	font-size: .85rem;
	line-height: 1.2;
	letter-spacing: .1rem;
	text-transform: uppercase;
}

.item__news .title_news {
	font-size: 2rem;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.4;
	font-weight: 500;
}

.item__news .title_news a {
	background-image: linear-gradient(to right, #110f10 0%, #110f10 100%);
	background-size: 0px 2px;
	background-position: 0px 95%;
	transition: background-size 0.25s cubic-bezier(0.72, 0.16, 0.345, 0.875) 0s;
	padding: 0.1% 0;
}

.item__news:hover .title_news a {
	background-size: 100% 2px;
}

.item__news .title_news a {
	text-decoration: none;
}

.item__news .news__paragraph p {
	margin-top: 1.6rem;
	margin-bottom: 1.6rem;
}

.item__news .btn-link {
	color: #f7541b;
	display: inline-block;
	font-weight: 400;
	position: relative;
	text-decoration: none;
}

.item__news .btn-link:before {
	content: '';
	background-color: #f7541b;
	height: 1px;
	position: absolute;
	top: 50%;
	right: -4rem;
	width: 3rem;
	transform: scale3d(1, 1, 1);
	transform-origin: left;
	transition: all .3s ease-in-out;
}

.item__news .btn-link:hover {
	color: #110f10;
}

.item__news .btn-link:hover:before {
	background-color: #110f10;
}

.item__news .media-content {
	margin-bottom: 1.5rem;
	position: relative;
	overflow: hidden;
	display: inline-block;
	max-width: 100%;
}

.item__news .media-content .news-image {
	max-width: 100%;
	transform: scale(1);
	transition: transform 0.8s cubic-bezier(0.2, 1, 0.8, 1);
}

.item__news:hover .media-content .news-image {
	transform: scale(1.05);
}

.item__news .media-content .reveal::before,
.item__news .media-content .reveal::after {
	display: none;
}

.pager,
.page-links {
	margin: 2rem 0;
	text-align: center;
	clear: both;
}

.page-numbers,
.post-page-numbers {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	line-height: 38px;
	color: #110f10;
	border: 1px solid transparent;
	border-radius: 30px;
	text-decoration: none;
}

.page-numbers.current,
.post-page-numbers.current {
	border-color: #f7541b;
	color: #110f10;
}

.edit-link {
	margin-top: 15px;
	display: block;
	clear: both;
}

.post-edit-link {
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #110f10;
	text-decoration: none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	max-width: 100%;
}

.post-edit-link:before {
	padding-right: 8px;
	content: "\f044";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: 'FontAwesome';
	font-weight: 900;
}

.screen-reader-text {
	display: none;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
	margin-top: 2rem;
	margin-bottom: 2rem;
	line-height: 1.3;
}

.post-content h1:first-child,
.post-content h2:first-child,
.post-content h3:first-child,
.post-content h4:first-child,
.post-content h5:first-child,
.post-content h6:first-child {
	margin-top: 0;
}

.post-content p {
	color: #110f10;
	margin-bottom: 1.2rem;
}

@media only screen and (max-width: 580px) {
	.post-content p {
		margin-top: 1.2rem;
		margin-bottom: 1.2rem;
	}
	.post-content ol, .post-content ul {
		margin-top: 1.2rem;
		margin-bottom: 1.2rem;
	}
}

.section__comments {
	margin-top: 4rem;
}

.avatar {
	float: left;
	border-radius: 50%;
	height: 64px;
	width: 64px;
}

@media only screen and (max-width: 580px) {
	.avatar {
		height: 40px;
		width: 40px;
	}
}

.comments {
	margin: 0 0 3rem 0;
	padding: 0;
	list-style: none;
}

.section__comments .children {
	margin: 0;
	padding: 0;
	padding-left: 94px;
	list-style: none;
}

.comment-box {
	position: relative;
	display: block;
	margin-top: 3rem;
}

.comment-box::after {
	content: '';
	position: relative;
	display: block;
	clear: both;
}

.small,
small {
	font-size: 65%;
	font-weight: 400;
}

.comment-footer {
	position: relative;
	line-height: 1;
	margin-left: 90px;
}

.comment-box__body {
	color: #110f10;
	flex: none;
	margin-left: 90px;
}

.trackback .comment-box__body,
.pingback .comment-box__body {
	margin-left: 0!important;
}

.comment-box__body .post-content {
	margin-top: 0;
}

.comment-box__body .description {
	margin-bottom: 0px;
}

.comment-box__body .description p {
	margin-bottom: 1rem;
}

.comment-box__details {
	font-size: 1rem;
	margin-bottom: 1rem!important;
	color: #110f10;
}

.comment-box__details span {
	font-size: .875rem;
	font-weight: 500;
	color: #8d99a7;
}

.comment-box__details a {
	text-decoration: none;
}

.comment-form {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.section__comments .children .children {
	padding-left: 40px;
}

.comment-reply-link {
	position: relative;
	display: inline-block;
	font-size: 0.875rem;
	height: 20px;
}

.comment-reply-link:before {
	padding-right: 8px;
	content: "\f112";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: 'FontAwesome';
	font-weight: 900;
}

.tags-links {
	margin-top: 30px;
	display: block;
	font-size: 1em;
	clear: both;
}

.tags-links span {
	margin-right: 8px;
	display: inline-block;
	vertical-align: middle;
}

.edit-link {
	margin-top: 15px;
	display: block;
	clear: both;
}

.post-edit-link {
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #110f10;
	text-decoration: none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	max-width: 100%;
}

.post-edit-link:before {
	padding-right: 8px;
	content: "\f044";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: 'FontAwesome';
	font-weight: 900;
}

.wp-caption-text,
.wp-block-image figcaption,
.wp-block-video figcaption,
.wp-block-embed figcaption {
	max-width: 100%;
	margin: 0;
	padding: 5px 10px 0 10px;
	text-align: center;
	font-size: 0.9em;
	font-style: italic;
	opacity: 0.7;
}

.wp-block-button {
	margin-bottom: 20px;
}

.post-content .gallery {
	margin: 0 -15px;
}

.post-content .gallery .gallery-item {
	padding: 15px;
	display: inline-block;
	vertical-align: top;
	width: 33.333%;
	text-align: center;
}

.post-content .gallery.gallery-columns-1 .gallery-item {
	width: 100%;
}

.post-content .gallery.gallery-columns-2 .gallery-item {
	width: 50%;
}

.post-content .gallery.gallery-columns-3 .gallery-item {
	width: 33.333%;
}

.post-content .gallery.gallery-columns-4 .gallery-item {
	width: 25%;
}

.post-content .gallery.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-item .wp-caption-text.gallery-caption {
	padding-top: 10px;
	font-size: 0.875rem;
}

.content-sidebar .search-form,
.wp-block-search,
.widget_product_search {
	position: relative;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
	padding-left: 0;
}

.wp-block-search {
	margin-bottom: 1.9rem;
	position: relative;
	max-width: 300px;
}

.content-sidebar .search-form label,
.widget_product_search label {
	display: block;
}

.wp-block-search .wp-block-search__label {
	display: block;
	position: absolute;
	top: 0;
	padding-left: 30px;
	color: #110f10;
	font-size: .9375rem;
	font-weight: 500;
	letter-spacing: .1rem;
	text-transform: uppercase;
	z-index: -1;
	opacity: 0.5;
}

.content-sidebar .search-form .screen-reader-text {
	display: none;
}

.post-content .wp-block-archives {
	margin: 2rem 0;
}

.wp-block-latest-comments {
	margin: 2rem 0;
	padding: 0;
}

.wp-block-latest-comments__comment {
	font-size: 1.05rem;
}

.wp-block-latest-comments__comment-date,
.wp-block-latest-posts__post-date {
	padding: 0.5rem 0;
	display: block;
	font-size: 0.875rem;
	color: #8d99a7;
}

.wp-block-latest-posts__post-date {
	padding-top: 0;
}

.wp-block-latest-comments__comment-excerpt {
	margin-bottom: 1.9rem;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
	margin-bottom: 0.5rem;
}

.wp-block-latest-comments__comment-excerpt p {
	margin-top: 0!important;
	font-size: 1.05rem;
	line-height: 1.5;
}

.wp-block-button {
	margin-bottom: 1.2rem;
	line-height: normal;
}

.wp-block-button__link {
	box-shadow: none;
	display: inline-block;
	margin: 0;
	text-align: center;
	text-decoration: none!important;
	overflow-wrap: break-word;
	background-color: #f7541b;
	border: 1px solid #f7541b;
	border-radius: 28px;
	color: #fff!important;
	cursor: pointer;
	font-size: .87rem;
	font-weight: 600;
	letter-spacing: .1rem;
	line-height: 1.6;
	white-space: nowrap;
	overflow: hidden;
	padding: .8rem 2rem .7rem;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}

.is-style-squared .wp-block-button__link {
	border-radius: 0;
}

.is-style-outline .wp-block-button__link {
	background-color: transparent;
	color: #f7541b!important;
	border: 1px solid #f7541b;
}

.wp-block-group.has-background .wp-block-group__inner-container {
	margin-bottom: 1.2rem;
	padding: 1.2rem;
}

.wp-block-group.has-background .wp-block-group__inner-container p:last-child {
	margin-bottom: 0;
}

hr {
	border-top: 1px solid #8d99a7;
}

.post-password-form label input {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #8d99a7;
	border-radius: 0;
	box-shadow: none;
	color: #110f10;
	font-size: inherit;
	height: auto;
	padding: 1rem 0;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-top: -1rem;
}

.post-password-form input[type="submit"] {
	background-color: transparent;
	border: 1px solid #f7541b;
	border-radius: 0;
	color: #f7541b;
	cursor: pointer;
	font-size: .87rem;
	font-weight: 600;
	letter-spacing: .1rem;
	line-height: inherit;
	white-space: nowrap;
	overflow: hidden;
	padding: .8rem 2rem .7rem;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}

.comment-respond .title--h5 {
	margin-bottom: 0;
	margin-top: 2rem;
}

.comment-respond .title--h5 small {
	display: block;
}

.comment-respond .title--h5 a {
	margin-top: 5px;
	font-size: 0.875rem;
}

.section__comments .form-comment:first-child .comment-respond .title--h5 {
	margin-top: 0;
}

.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
	color: #fff;
}

.bypostauthor {
	border-top: 10px solid #e18728;
}

.page-nav .js-block {
	overflow: visible;
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	line-height: 1.2;
}

.wp-block-column .block-quote::before,
.wp-block-column .wp-block-quote::before,
.wp-block-column .wp-block-pullquote::before,
.wp-block-column blockquote::before {
	display: none;
}

.wp-block-calendar a {
	text-decoration: none;
	color: #f7541b;
}

.post-content nav.wp-calendar-nav {
	margin-top: -1.5rem;
}

.elementor-widget-artem-services-list .caption-single .row .row .col-12:first-child {
	padding-bottom: 20px;
}

.caption-single .description .paragraph p:last-child {
	margin-bottom: 0;
}

.post-content p:first-child {
	margin-top: 0;
}

.post-content .blocks-gallery-grid, .post-content .wp-block-gallery {
	margin-top: 0;
	margin-bottom: 0;
}

.wp-block-column p:first-child,
.wp-block-column ul:first-child,
.wp-block-column ol:first-child,
.wp-block-column blockquote:first-child {
	margin-top: 0;
}

.wp-block-column p:last-child,
.wp-block-column ul:last-child,
.wp-block-column ol:last-child,
.wp-block-column blockquote:last-child {
	margin-bottom: 0;
}

.block-quote, .wp-block-quote, .wp-block-quote.is-large, .wp-block-quote.is-style-large, .wp-block-pullquote, blockquote {
	margin: 1.8rem 0;
}

.block-quote p, .wp-block-quote p, .wp-block-quote.is-large p, .wp-block-quote.is-style-large p, .wp-block-pullquote p, blockquote p {
	margin-bottom: 0.8rem;
}

.block-quote cite, .wp-block-quote cite, .wp-block-quote.is-large cite, .wp-block-quote.is-style-large cite, .wp-block-pullquote cite, blockquote cite {
	margin-top: 0.8rem;
}

.wp-block-columns {
	margin-bottom: 1.2rem;
}

.post-content .has-medium-font-size {
	line-height: 1.6;
}

.post-content .has-large-font-size {
	line-height: 1.4;
}

@media only screen and (max-width: 580px) {
	.elementor-widget-artem-team .itemCard .title--overhead {
		margin-bottom: 1.5rem;
	}
	.elementor-widget-artem-team .itemCard:last-child .title--overhead {
		margin-bottom: 0rem;
	}
	.caption-single {
		padding-top: 2rem;
		padding-bottom: 0;
	}
	.footer__left {
		padding: 2rem 0;
	}
}

@media only screen and (max-width: 1040px) {
	.navbar {
		padding-top: 0;
		padding-bottom: 0;
		display: block;
		height: 80px;
	}
	.navbar .logo-container {
		height: 80px;
	}
	.open .navbar .logo-container {
		display: flex;
	}
	.navbar .ml-sm-auto,
	.navbar .mx-sm-auto {
		position: static;
	}
	.navbar .hamburger {
		margin-top: 0;
		position: absolute;
		right: 3.12rem;
		top: 28px;
		height: 24px;
	}
	.hamburger.hamburger--default {
		display: block;
	}
	.navbar .nav {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		justify-content: center;
		background-color: #fff;
		height: 100vh;
		width: 100%;
		overflow: hidden;
		opacity: 0;
		position: fixed;
		left: 0;
		top: 0;
		transform: translate3d(0, -100%, 0);
		transition: transform .4s ease-in-out, opacity .4s .2s ease-in-out;
		z-index: -1;
		display: none;
	}
	.nav__link {
		margin: .5rem 0;
		font-size: 7vw;
	}
	.nav li .sub-menu {
		margin: 0;
		padding: 10px 0;
		position: relative;
		top: 0;
		left: 0;
		display: block;
		opacity: 1;
		visibility: visible;
		float: none;
	}
	.nav li .sub-menu .sub-menu {
		top: 0;
		left: 0;
		margin: 0 -20px;
		margin-top: 10px;
	}
	.open .navbar {
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	/*.open .navbar .hamburger__inner:before,
	.open .navbar .hamburger__inner:after {
		background: #110f10;
	}*/
	.open .hamburger--default .hamburger__inner:before, .open .hamburger--default .hamburger__inner:after {
    	background-color: #110f10;
	}
	.open .navbar .nav {
		padding: 6rem 3.12rem 3rem 3.12rem;
		overflow: auto;
		height: 100vh;
		display: block;
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
	.open .navbar .nav li {
		display: block;
	}
	.content-sidebar {
		margin-top: 3rem;
		padding-left: 0;
	}
	.header-page .title--h1 {
		margin-bottom: 0;
	}
	.menu.menu-show .menu-inner {
		padding-top: 7rem;
	}
	.menu.menu-show .sub-menu.dropdown-menu li a {
		font-size: 1.2rem;
	}
	.nav__link {
		color: #110f10;
	}
	.nav li .sub-menu li a {
		color: #fff!important;
	}
	.contact-form {
		padding-left: 15px;
		padding-right: 15px;
		overflow: hidden;
	}
	.elementor-col-50 .elementor-widget-artem-cf7-form .contact-form {
		padding-left: 0;
		padding-right: 0;
	}
	.navbar .cart-btn {
		right: 100px;
		top: 25px;
	}
}

@media screen and (max-width: 768px) {
	.elementor-widget-artem-cf7-form {
		margin-top: 1rem;
	}
	.contact-form {
		margin-bottom: 0;
	}
	.elementor-col-50 .elementor-widget-artem-cf7-form .contact-form {
		margin-bottom: 3rem;
	}
	.footer-h {
		margin-top: 4em;
	}
}

@media screen and (max-width: 720px) {
	.navbar.sticky {
		top: 0;
	}
}

@media only screen and (max-width: 580px) {
	.navbar .hamburger {
		right: 1.071rem;
	}
	.comment-box__details span {
		margin-top: 8px;
		display: block;
	}
	.section__comments .children {
		padding-left: 15px;
	}
	.comment-box {
		margin-top: 1rem;
	}
	.comment-box__body {
		margin-left: 60px;
	}
	.comment-footer {
		margin-left: 60px;
	}
	.section__comments .children .children {
		padding-left: 15px;
	}
	.comment-form .btn {
		width: 100%;
	}
	.post-content .gallery .gallery-item {
		width: 100%;
	}
	.post-content .gallery.gallery-columns-1 .gallery-item {
		width: 100%;
	}
	.post-content .gallery.gallery-columns-2 .gallery-item {
		width: 100%;
	}
	.post-content .gallery.gallery-columns-3 .gallery-item {
		width: 100%;
	}
	.post-content .gallery.gallery-columns-4 .gallery-item {
		width: 100%;
	}
	.post-content .gallery.gallery-columns-5 .gallery-item {
		width: 100%;
	}
	.item__news .title_news {
		font-size: 1.6rem;
	}
	.content-sidebar .widget-title {
		font-size: 1.2rem;
	}
}

/* WooCommerce */

.header-fullscreen.header-halfscreen {
	height: 60vh;
}

body .jq-selectbox__select {
	height: 32px;
	padding: 0 45px 0 10px;
	border: none;
	border-radius: 4px;
	background: #151515;
	box-shadow: none;
	font: 1.05rem/32px "CircularStd", sans-serif;
	color: #fff;
	text-shadow: none;
	outline: none;
}

body .jq-selectbox__select:hover {
	background: #151515;
	box-shadow: none;
}

body .jq-selectbox__select:active {
	background: #151515;
}

body .jq-selectbox__trigger {
	border-left: none;
}

body .jq-selectbox__trigger-arrow {
	border-top-color: #C4C4C4;
}

body .jq-selectbox__dropdown {
	border: none;
	background: #151515;
	box-shadow: none;
	font: 1.05rem/32px "CircularStd", sans-serif;
}

body .jq-selectbox li {
	color: #FFF;
}

body .jq-selectbox li.selected, body .jq-selectbox li:hover {
	background-color: transparent;
	color: #FFF;
}

body .jq-selectbox.focused .jq-selectbox__select {
	border: none;
}

body .jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #C4C4C4;
}

body .jq-number {
	padding: 0;
	width: 90px!important;
	height: 50px;
	text-align: center;
	border: none;
	font-size: 1.05rem;
	color: #fff;
	font-family: "CircularStd", sans-serif;
}

body .jq-number__field {
	width: 90px;
	border: none;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: none;
}

body .jq-number__field input {
	padding: 0 30px;
	margin-top: 0;
	width: 100%!important;
	height: 50px;
	font-size: 1.05rem;
	color: #fff;
	font-family: "CircularStd", sans-serif;
}

body .jq-number__spin {
	margin-top: -16px;
	position: absolute;
	top: 50%;
	right: 0;
	width: 32px;
	height: 32px;
	line-height: 30px;
	border: none;
	border-radius: 4px;
	background: transparent;
	box-shadow: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-shadow: none;
	cursor: pointer;
	text-align: center;
}

body .jq-number__spin:hover {
	background: #151515;
}

body .jq-number__spin.minus {
	top: 50%;
	right: auto;
	left: 0;
}

body .jq-number__spin:after {
	content: '+';
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	border: none;
}

body .jq-number__spin.minus:after {
    top: 0;
    border: none;
    content: '-';
}

.mark, mark {
	padding: 0;
	background-color: transparent;
	color: inherit;
}

.col-md-3.col-padding-right .content-sidebar {
	padding-right: 1rem;
	padding-left: 0;
}

body .select2-selection.select2-selection--single {
	height: 32px;
	padding: 0 45px 0 10px;
	border: none;
	border-radius: 4px;
	background: #eee;
	box-shadow: none;
	font: 1.05rem/32px "CircularStd", sans-serif;
	color: #323232;
	text-shadow: none;
	outline: none;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 0;
	color: #444;
	height: auto;
	line-height: 32px;
}

body .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #323232;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 50%;
	right: 5px;
}

body .select2-results__options {
	border: none;
	background: #eee;
	box-shadow: none;
	font: 1.05rem/32px "CircularStd", sans-serif;
}

body .select2-dropdown {
	background: #eee;
	border: none;
}

body .select2-results__options li.select2-results__option {
	min-height: 18px;
	padding: 5px 10px 6px;
	color: #323232;
	background: none;
	border: none;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #462940;
}

body.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
body.woocommerce-js .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #f7541b;
}

body.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
body.woocommerce-js .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #f7541b;
	border: 5px solid #fff;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
}

.woocommerce-loop-category__title {
	margin-top: 0.5rem;
}

.hero.hero-shop {
	margin-bottom: 5rem;
	height: 50vh;
}

.shop-page .page-title {
	display: none;
}

.shop-page.header-page .page-title {
	display: block;
}

.navbar .cart-btn {
	margin-bottom: 8px;
	position: absolute;
	right: 80px;
	top: 0;
	width: 25px;
	height: 24px;
}

.navbar .cart-btn .cart-icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 24px;
	font-size: 1.5rem;
	color: #110f10;
	cursor: pointer;
}

.navbar.navbar--white .cart-btn .cart-icon {
	color: #fff;
}

.open .navbar .is-active + .cart-btn .cart-icon {
	color: #fff;
}

.navbar.sticky .cart-btn .cart-icon {
	color: #110f10;
}

.navbar .cart-btn .cart-icon:before {
	content: '\f07a';
	font-family: FontAwesome;
}

.navbar .cart-btn .cart-icon .cart-count {
	position: absolute;
	right: -9px;
	top: -9px;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	width: 18px;
	height: 18px;
	text-align: center;
	background: #f7541b;
	border-radius: 100%;
	-webkit-border-radius: 100%;
}

.navbar .cart-btn .cart-widget {
	position: absolute;
	padding: 15px 15px 30px 15px;
	right: -20px;
	top: 40px;
	width: 320px;
	min-height: 72px;
	background: #fff;
	display: none;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
}

.navbar .cart-btn .cart-widget:before {
	content: '';
	position: absolute;
	right: 26px;
	top: -12px;
	border: 6px solid transparent;
	border-bottom: 6px solid #fff;
}

.navbar .cart-btn .cart-widget .cart_list {
	position: relative;
	overflow: auto;
	max-height: 364px;
}

.navbar .cart-btn .cart-widget p {
	margin: 1rem 0 0 0;
	font-size: 1.05rem;
	color: #110f10;
}

.navbar .cart-btn .cart-widget .buttons a {
	margin-top: 10px;
	margin-right: 5%;
	padding-left: 15px;
	padding-right: 15px;
	display: inline-block;
	vertical-align: top;
	width: 45%;
	font-size: 12px;
}

.navbar .cart-btn .cart-widget .buttons a:last-child {
	margin-bottom: 0;
	margin-right: 0;
}

.woocommerce ul.product_list_widget li a.remove,
ul.product_list_widget li a.remove,
.woocommerce-js ul.product_list_widget li a.remove {
	display: none;
}

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget,
ul.cart_list li,
ul.product_list_widget,
.woocommerce-js ul.cart_list li,
.woocommerce-js ul.product_list_widget {
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-js ul.cart_list li,
.woocommerce-js ul.product_list_widget li {
	padding: 15px 0;
	border-bottom: 1px solid rgba(132, 132, 132, 0.2);
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
ul.cart_list li a,
ul.product_list_widget li a,
.woocommerce-js ul.cart_list li a,
.woocommerce-js ul.product_list_widget li a {
	display: block;
	font-weight: 600;
	color: #110f10;
	line-height: 1.4;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
ul.cart_list li img,
ul.product_list_widget li img,
.woocommerce-js ul.cart_list li img,
.woocommerce-js ul.product_list_widget li img {
	float: right;
	margin-left: 15px;
	width: 60px;
	height: auto;
}

.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating,
.woocommerce-js ul.cart_list li .star-rating,
.woocommerce-js ul.product_list_widget li .star-rating {
	float: none;
	margin: 5px 0;
}

.woocommerce ul.cart_list li del,
.woocommerce ul.product_list_widget li del,
ul.cart_list li del,
ul.product_list_widget li del,
.woocommerce-js ul.cart_list li del,
.woocommerce-js ul.product_list_widget li del {
	font-size: .9375rem;
	line-height: 1;
	color: #110f10;
}

.woocommerce ul.cart_list li del,
.woocommerce ul.product_list_widget li del,
ul.cart_list li del,
ul.product_list_widget li del,
.woocommerce-js ul.cart_list li del,
.woocommerce-js ul.product_list_widget li del {
	font-size: .9375rem;
	line-height: 1;
	color: #110f10;
}

.woocommerce ul.cart_list li ins,
.woocommerce ul.product_list_widget li ins,
ul.cart_list li ins,
ul.product_list_widget li ins,
.woocommerce-js ul.cart_list li ins,
.woocommerce-js ul.product_list_widget li ins {
	color: #110f10;
	text-decoration: none;
	font-weight: 700;
	font-size: .9375rem;
	line-height: 1;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-mini-cart__buttons #respond input#submit,
.woocommerce-mini-cart__buttons a.button,
.woocommerce-mini-cart__buttons button.button,
.woocommerce-mini-cart__buttons input.button,
.woocommerce-js #respond input#submit,
.woocommerce-js a.button,
.woocommerce-js button.button,
.woocommerce-js input.button,
.woocommerce-js .woocommerce-mini-cart__buttons #respond input#submit,
.woocommerce-js .woocommerce-mini-cart__buttons a.button,
.woocommerce-js .woocommerce-mini-cart__buttons button.button,
.woocommerce-js .woocommerce-mini-cart__buttons input.button {
	display: inline-block;
	background-color: transparent;
	border: 1px solid #f7541b;
	border-radius: 0;
	color: #f7541b;
	cursor: pointer;
	font-size: .87rem;
	font-weight: 600;
	letter-spacing: .1rem;
	line-height: inherit;
	white-space: nowrap;
	overflow: hidden;
	padding: .8rem 2rem;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
	text-align: center;
}

.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce-js .widget_price_filter .price_slider_amount .button {
	font-size: 12px;
	float: left;
	height: 40px;
	line-height: 1;
}

.woocommerce .widget_price_filter .price_slider_amount .button:hover,
.woocommerce-js .widget_price_filter .price_slider_amount .button:hover {
	background: transparent;
	color: #f7541b;
}

.woocommerce .price_label,
.woocommerce-js .price_label {
    font-size: 12px;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total,
.woocommerce-js .widget_shopping_cart .total,
.woocommerce-js.widget_shopping_cart .total {
	border-top: 1px solid rgba(132, 132, 132, 0.2);
	padding: 0;
	margin-top: 5px;
	margin-bottom: 10px;
}

.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a,
.woocommerce-js .widget_shopping_cart .buttons a,
.woocommerce-js.widget_shopping_cart .buttons a {
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 0 10px;
	width: 45%;
	height: 40px;
	font-size: 12px;
	line-height: 38px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	padding: 0!important;
	margin: 0 0 30px 0;
	background-color: transparent;
	color: inherit;
	border-top: none;
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
	display: none;
}

.woocommerce .woocommerce-ordering select,
.woocommerce-js .woocommerce-ordering select {
	border: none;
}

.woocommerce .content-grid__caption,
.woocommerce-js .content-grid__caption {
	margin-top: 2rem;
	transform: translate3d(0, 0%, 0);
	transition: transform .3s ease-in-out;
}

.woocommerce-product-search {
	position: relative;
}

.widget_product_search button {
	margin-top: -17px;
	cursor: pointer;
}

.woocommerce .woocommerce-ordering {
	margin-right: 14px;
}

.content-grid.products {
	margin: 0 -20px;
}

.woocommerce .products div.product, .woocommerce .products.columns-2 div.product, .woocommerce-js .products div.product, .woocommerce-js .products.columns-2 div.product {
	margin-bottom: 5%;
	padding: 0 20px;
	display: inline-block;
	vertical-align: top;
	width: 49%;
}

.woocommerce .products.columns-3 div.product,
.woocommerce-js .products.columns-3 div.product {
	width: 33%;
}

.woocommerce .col-md-12 .products div.product,
.woocommerce-js .col-md-12 .products div.product {
	width: 33%;
}

.woocommerce .products div.product.onHover::before {
	display: none;
}

.woocommerce .products div.product a,
.woocommerce-js .products div.product a {
	color: inherit;
	text-decoration: none!important;
}

.woocommerce .products div.product span.onsale,
.woocommerce span.onsale,
.woocommerce-js .products div.product span.onsale,
.woocommerce-js span.onsale {
	min-height: auto;
	min-width: auto;
	padding: 0 10px;
	font-size: .75em;
	font-weight: 400;
	line-height: 2;
	top: 10px;
	left: 10px;
	background: #19191B;
	border-radius: 0;
}

.woocommerce .products div.product img.attachment-woocommerce_thumbnail,
.woocommerce-js .products div.product img.attachment-woocommerce_thumbnail {
	animation: projectAnimBack 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards running;
}

.woocommerce .products div.product img.attachment-woocommerce_thumbnail:hover,
.woocommerce-js .products div.product img.attachment-woocommerce_thumbnail:hover {
	animation: projectAnimHover 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards running;
}

.woocommerce .products div.product .woocommerce-loop-product__title,
.woocommerce-js .products div.product .woocommerce-loop-product__title {
	margin: 0;
	margin-top: 1rem;
	margin-bottom: 1rem;
	margin-right: 70px;
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight: 600;
}

.woocommerce .products div.product .star-rating,
.woocommerce .star-rating,
.woocommerce-js .products div.product .star-rating,
.woocommerce-js .star-rating {
	margin: 0 15px 0 0;
	float: left;
	display: block;
	height: 1rem;
	font-size: 1rem;
	line-height: 1;
}

.woocommerce .products div.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-js .products div.product .price,
.woocommerce-js div.product p.price,
.woocommerce-js div.product span.price {
	margin: 0;
	margin-right: 70px;
	float: none;
	display: block;
	height: auto;
	font-size: 1rem;
	line-height: 1;
	color: #110f10;
}

.woocommerce .products div.product .price ins,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce-js .products div.product .price ins,
.woocommerce-js div.product p.price ins,
.woocommerce-js div.product span.price ins {
	margin-left: 5px;
	text-decoration: none;
	color: #110f10;
}

.woocommerce .products div.product .button.add_to_cart_button,
.woocommerce-js .products div.product .button.add_to_cart_button {
	position: absolute;
	overflow: hidden;
	right: 20px;
	bottom: 0;
	padding: 0;
	margin-top: 0;
	margin-left: 0;
	float: left;
	font-size: 0;
	width: 54px;
	height: 54px;
	line-height: 50px;
	background: transparent;
	transition: color 0.6s cubic-bezier(0.72, 0.16, 0.345, 0.875);
	background-color: transparent;
	border: 1px solid #f7541b;
	border-radius: 0;
	color: #f7541b;
	cursor: pointer;
}

.woocommerce .products div.product .button.add_to_cart_button:before,
.woocommerce-js .products div.product .button.add_to_cart_button:before {
	content: '\f07a';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-family: FontAwesome;
	line-height: 50px;
	font-size: 1.2rem;
	display: block;
	background: none;
}

.woocommerce .products div.product .button.add_to_cart_button:after,
.woocommerce-js .products div.product .button.add_to_cart_button:after {
	background-color: #f7541b;
	content: '';
	height: 100%;
	position: absolute;
	left: -130%;
	top: 0;
	transform: skew(50deg);
	transform-origin: top left;
	transition: all .4s;
	width: 0;
	z-index: -1;
}

.woocommerce .products div.product .button.add_to_cart_button:hover,
.woocommerce-js .products div.product .button.add_to_cart_button:hover {
	color: #fff;
}

.woocommerce .products div.product .button.add_to_cart_button:hover:after,
.woocommerce-js .products div.product .button.add_to_cart_button:hover:after {
	height: 102%;
	width: 240%;
}

.woocommerce nav.woocommerce-pagination,
.woocommerce-js nav.woocommerce-pagination {
	margin: 2rem 0;
	text-align: center;
	clear: both;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce-js nav.woocommerce-pagination ul {
	margin: 0;
	display: block;
	width: auto;
	height: auto;
	border: none;
	line-height: auto;
	border-radius: 0;
}

.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-js nav.woocommerce-pagination ul li {
	border: none;
    float: none;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce-js nav.woocommerce-pagination ul li a,
.woocommerce-js nav.woocommerce-pagination ul li span {
	padding: 0;
	display: inline-block;
	line-height: 38px;
	background: transparent;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-js nav.woocommerce-pagination ul li a:focus,
.woocommerce-js nav.woocommerce-pagination ul li a:hover,
.woocommerce-js nav.woocommerce-pagination ul li span.current {
	background: transparent;
	color: #f7541b;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce-js #content div.product div.images,
.woocommerce-js div.product div.images {
	float: left;
	width: 50%;
}

.woocommerce div.product div.images,
.woocommerce-js div.product div.images {
	margin-bottom: 4rem;
}

.woocommerce div.product div.images img,
.woocommerce-js div.product div.images img {
	transition: opacity 0.6s cubic-bezier(0.72, 0.16, 0.345, 0.875);
}

.woocommerce div.product div.images .flex-control-thumbs,
.woocommerce-js div.product div.images .flex-control-thumbs {
	margin: 0 -5px;
}

.woocommerce div.product div.images .flex-control-thumbs li,
.woocommerce-js div.product div.images .flex-control-thumbs li {
	width: 33.333%;
	margin: 0;
	padding: 10px 5px 0 5px;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce-js #content div.product div.summary,
.woocommerce-js div.product div.summary {
	padding-left: 50px;
	float: right;
	width: 50%;
	clear: none;
}

.woocommerce div.product div.summary,
.woocommerce-js div.product div.summary {
	margin-bottom: 4rem;
}

.woocommerce div.product div.summary span.onsale,
.woocommerce-js div.product div.summary span.onsale {
	left: 15px;
	top: 15px;
}

.woocommerce div.product div.summary .title--h2,
.woocommerce-js div.product div.summary .title--h2 {
	margin-bottom: 2rem;
}

.woocommerce div.product div.summary p.price,
.woocommerce div.product div.summary span.price,
.woocommerce-js div.product div.summary p.price,
.woocommerce-js div.product div.summary span.price {
	margin: 0 0 2rem 0;
	font-size: 1.5rem;
	line-height: 1;
	color: #110f10;
}

.woocommerce div.product div.summary p.price del,
.woocommerce div.product div.summary span.price del,
.woocommerce-js div.product div.summary p.price del,
.woocommerce-js div.product div.summary span.price del {
	opacity: .5;
	margin-right: 5px;
	display: inline-block;
	font-size: 1.25rem;
}

.woocommerce .woocommerce-product-rating,
.woocommerce-js .woocommerce-product-rating {
	line-height: 1;
}

.woocommerce .woocommerce-product-rating .star-rating,
.woocommerce-js .woocommerce-product-rating .star-rating {
	margin: 0 5px 0 0;
	float: left;
	line-height: 1;
}

.woocommerce .star-rating span:before,
.woocommerce-js .star-rating span:before {
	color: #f7541b;
}

.woocommerce .woocommerce-review-link,
.woocommerce-js .woocommerce-review-link {
	font-size: .9375rem;
	color: #110f10;
}

.woocommerce div.product form.cart div.quantity,
.woocommerce-js div.product form.cart div.quantity {
	float: left;
	margin: 0 15px 0 0;
}

.woocommerce div.product .button.single_add_to_cart_button,
.woocommerce-js div.product .button.single_add_to_cart_button {
	background-color: transparent;
	border: 1px solid #f7541b;
	border-radius: 0;
	color: #f7541b;
	cursor: pointer;
	font-size: .87rem;
	font-weight: 600;
	letter-spacing: .1rem;
	line-height: 1.8;
	white-space: nowrap;
	overflow: hidden;
	padding: .8rem 2rem;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}

.woocommerce div.product .button.single_add_to_cart_button:before,
.woocommerce-js div.product .button.single_add_to_cart_button:before {
	content: '\f07a';
	margin-right: 10px;
	position: relative;
	top: 2px;
	display: inline-block;
	vertical-align: top;
	font-family: FontAwesome;
	font-size: 1.2rem;
	line-height: 1;
	background: none;
}

.woocommerce div.product .button.single_add_to_cart_button:after,
.woocommerce-js div.product .button.single_add_to_cart_button:after {
	background-color: #f7541b;
	content: '';
	height: 100%;
	position: absolute;
	left: -130%;
	top: 0;
	transform: skew(50deg);
	transform-origin: top left;
	transition: all .4s;
	width: 0;
	z-index: -1;
}

.woocommerce div.product .button.single_add_to_cart_button:hover,
.woocommerce-js div.product .button.single_add_to_cart_button:hover {
	color: #f7541b;
}

.woocommerce div.product .button.single_add_to_cart_button:hover:after,
.woocommerce-js div.product .button.single_add_to_cart_button:hover:after {
	height: 102%;
	width: 240%;
}

.woocommerce .product_meta .posted_in,
.woocommerce .product_meta .tagged_as,
.woocommerce-js .product_meta .posted_in,
.woocommerce-js .product_meta .tagged_as {
    display: block;
}

.woocommerce .product_meta,
.woocommerce-js .product_meta {
	border-top: 1px solid rgba(132, 132, 132, 0.2);
	padding-top: 30px;
	color: #110f10;
}

.woocommerce .product_meta span span,
.woocommerce .product_meta span a,
.woocommerce-js .product_meta span span,
.woocommerce-js .product_meta span a {
	color: #110f10;
	margin-left: 5px;
}

.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs,
.woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-js #content div.product .woocommerce-tabs,
.woocommerce-js div.product .woocommerce-tabs {
	clear: both;
	margin: 0;
	text-align: center;
}

.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce-js div.product .woocommerce-tabs .panel {
	text-align: left;
}

.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-MyAccount-navigation ul,
.woocommerce-account .woocommerce-MyAccount-navigation ul,
.woocommerce-js div.product .woocommerce-tabs ul.tabs {
	margin: 0 0 1rem 0;
	padding: 0;
	position: relative;
	list-style: none;
	overflow: visible;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-MyAccount-navigation ul:before,
.woocommerce-account .woocommerce-MyAccount-navigation ul:before,
.woocommerce-js div.product .woocommerce-tabs ul.tabs:before {
	content: '';
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: auto;
	height: 1px;
	background: rgba(132, 132, 132, 0.2);
    border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-MyAccount-navigation ul li,
.woocommerce-account .woocommerce-MyAccount-navigation ul li,
.woocommerce-js div.product .woocommerce-tabs ul.tabs li {
	margin: 0;
	padding: 0 20px;
	position: relative;
	display: inline-block;
	line-height: 1.9;
	border: none;
	background: none;
	border-radius: 0;
	-webkit-border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-MyAccount-navigation ul li:before,
.woocommerce-account .woocommerce-MyAccount-navigation ul li:before,
.woocommerce-js div.product .woocommerce-tabs ul.tabs li:before {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-MyAccount-navigation ul li:after,
.woocommerce-account .woocommerce-MyAccount-navigation ul li:after,
.woocommerce-js div.product .woocommerce-tabs ul.tabs li:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #110f10;
	opacity: 0;
	transition: all .4s;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-MyAccount-navigation ul li a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a,
.woocommerce-js div.product .woocommerce-tabs ul.tabs li a {
	padding: 10px 0;
	display: inline-block;
	font-weight: 500;
	color: #110f10;
	opacity: 0.5;
	text-decoration: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-MyAccount-navigation ul li.is-active,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active,
.woocommerce-js div.product .woocommerce-tabs ul.tabs li.active {
	background: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce-MyAccount-navigation ul li.is-active:after,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active:after,
.woocommerce-js div.product .woocommerce-tabs ul.tabs li.active:after {
	opacity: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-js div.product .woocommerce-tabs ul.tabs li.active a {
	color: #110f10;
	opacity: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce-MyAccount-navigation ul li.is-active:after,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active:after,
.woocommerce-js div.product .woocommerce-tabs ul.tabs li.active:after {
	box-shadow: none;
	border: none;
}

.woocommerce #reviews #comments ol.commentlist,
.woocommerce-js #reviews #comments ol.commentlist {
	margin: 0 0 3rem 0;
	padding: 0;
	list-style: none;
}

.woocommerce #reviews #comments ol.commentlist li,
.woocommerce-js #reviews #comments ol.commentlist li {
	padding: 0;
	margin: 0;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar,
.woocommerce-js #reviews #comments ol.commentlist li img.avatar {
	position: relative;
	padding: 0;
	margin: 0;
	float: left;
	height: 64px;
	width: 64px;
	border: none;
	border-radius: 100%;
	-webkit-border-radius: 100%;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-js #reviews #comments ol.commentlist li .comment-text {
	margin: 0 0 0 66px;
	padding: 0;
	margin-left: 90px;
	color: #110f10;
	flex: none;
	border: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-box,
.woocommerce-js #reviews #comments ol.commentlist li .comment-box {
	position: relative;
	display: block;
	margin-top: 2rem;
}

.woocommerce #reviews #comments ol.commentlist li .comment-box__body,
.woocommerce-js #reviews #comments ol.commentlist li .comment-box__body {
	color: #110f10;
	flex: none;
	margin-left: 90px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-box::after,
.woocommerce-js #reviews #comments ol.commentlist li .comment-box::after {
	content: '';
	position: relative;
	display: block;
	clear: both;
}

.woocommerce #reviews #comments ol.commentlist li .post-content,
.woocommerce-js #reviews #comments ol.commentlist li .post-content {
	margin-top: 0;
}

.woocommerce #reviews #comments ol.commentlist li .description p,
.woocommerce-js #reviews #comments ol.commentlist li .description p {
	margin-bottom: 1rem;
}

.woocommerce #reviews #comments ol.commentlist li .star-rating,
.woocommerce-js #reviews #comments ol.commentlist li .star-rating {
	margin-top: 8px;
	margin-right: 0;
	float: right;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce-js #reviews #comments ol.commentlist li .comment-text p.meta {
	font-size: 1rem;
	margin-bottom: 1rem;
	color: #110f10;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author,
.woocommerce-js #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author {
	font-weight: 500;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date,
.woocommerce-js #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date {
	font-size: .875rem;
	font-weight: 500;
	color: #848484;
}

.woocommerce-Reviews #comments .title--h5,
.woocommerce-Tabs-panel--additional_information .title--h5,
.woocommerce-Tabs-panel--description .title--h5 {
	display: none;
}

.woocommerce #review_form .comment-form,
.woocommerce-js #review_form .comment-form {
	margin: 1rem 0 0 0;
}

.woocommerce #review_form #respond p,
.woocommerce-js #review_form #respond p {
	margin: 0 0 1rem 0;
	position: relative;
}

.woocommerce #review_form #respond p.comment-notes,
.woocommerce-js #review_form #respond p.comment-notes {
	margin-top: -1rem;
}

.woocommerce #review_form label,
.woocommerce-js #review_form label {
	position: relative;
	margin-bottom: 0;
	font-size: 1.05rem;
}

.woocommerce #review_form .input,
.woocommerce #review_form .textarea,
.woocommerce-js #review_form .input,
.woocommerce-js #review_form .textarea {
	margin: 0;
	top: -1.5rem;
}

.woocommerce #review_form textarea,
.woocommerce-js #review_form textarea {
	height: 100px;
}

.woocommerce #review_form .comment-form-rating,
.woocommerce-js #review_form .comment-form-rating {
	margin-bottom: 1rem;
}

.woocommerce #review_form .comment-form-rating label,
.woocommerce-js #review_form .comment-form-rating label {
	position: relative;
	top: 0;
	font-size: 1.05rem;
}

.woocommerce #review_form .comment-form-rating .stars,
.woocommerce-js #review_form .comment-form-rating .stars {
	display: inline-block;
}

.woocommerce #review_form .comment-form-rating .jq-selectbox,
.woocommerce-js #review_form .comment-form-rating .jq-selectbox {
	display: block;
	height: 30px;
}

.woocommerce #review_form .comment-form-rating .jq-selectbox__select,
.woocommerce-js #review_form .comment-form-rating .jq-selectbox__select {
	display: none;
}

.woocommerce #review_form #respond .form-submit .submit,
.woocommerce-js #review_form #respond .form-submit .submit {
	background-color: transparent;
	border: 1px solid #f7541b;
	border-radius: 0;
	color: #f7541b;
	cursor: pointer;
	font-size: .87rem;
	font-weight: 600;
	height: auto;
	letter-spacing: .1rem;
	line-height: inherit;
	white-space: nowrap;
	overflow: hidden;
	padding: .8rem 2rem .7rem;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}

.woocommerce #review_form #respond .form-submit .submit:hover,
.woocommerce-js #review_form #respond .form-submit .submit:hover {
	background-color: #f7541b!important;
}

.upsells.products,
.related.products {
	margin-top: 4rem;
}

.related.products h2,
.upsells.products h2 {
	font-size: 2rem;
	margin-bottom: 1.8rem;
	line-height: 1.3;
}

.woocommerce table.shop_table,
.woocommerce-js table.shop_table {
	margin: 0 0 2rem 0;
	width: 100%;
	border-radius: 0;
	-webkit-border-radius: 0;
	background: none;
	border: none;
	border-collapse: collapse;
}

.woocommerce table.shop_table th,
.woocommerce-js table.shop_table th {
	font-weight: 400;
	padding: 0 1rem 1.5rem 0;
	font-size: .9375rem;
	line-height: 1.5em;
	border: none;
	color: #110f10;
	text-transform: uppercase;
}

.woocommerce table.shop_table td,
.woocommerce-js table.shop_table td {
	padding: 1.5rem 1rem 1.5rem 0;
	color: #110f10;
	font-size: 1.05rem;
	line-height: 1.5em;
	background: none;
	border: none;
	border-top: 1px solid rgba(132, 132, 132, 0.2);
}

.woocommerce a.remove,
.woocommerce-js a.remove {
	margin: 0 auto;
	display: block;
	font-size: 1.2rem!important;
	height: 20px;
	width: 20px;
	color: #110f10!important;
	border: none;
	text-decoration: none!important;
	text-align: center;
}

.woocommerce a.remove:hover,
.woocommerce-js a.remove:hover {
	color: #110f10!important;
	background: #151515;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
	width: 80px;
}

.woocommerce table.shop_table td a,
.woocommerce-js table.shop_table td a {
	font-size: 1.05rem;
	color: #110f10;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #848484;
	border-radius: 0;
	box-shadow: none;
	color: #110f10;
	font-size: inherit;
	line-height: inherit;
	width: auto;
	height: auto;
	margin: 0 15px 0 0;
	padding: .8rem 0;
	position: relative;
}

.woocommerce .cart .button[name="update_cart"],
.woocommerce-js .cart .button[name="update_cart"] {
	color: #f7541b!important;
	border: none;
	padding: 0!important;
	background: none!important;
}

.woocommerce .cart .button[name="update_cart"]:after,
.woocommerce-js .cart .button[name="update_cart"]:after {
	display: none;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals,
.woocommerce-js .cart-collaterals .cart_totals {
	float: none;
	width: auto;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr td,
.woocommerce-cart .cart-collaterals .cart_totals table tr th {
	border: none;
	border-bottom: 1px solid rgba(132, 132, 132, 0.2);
	padding: 1.5rem 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th {
	border: none;
	border-bottom: 1px solid rgba(132, 132, 132, 0.2);
	padding: 1.5rem 0;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	display: inline-block;
	background-color: transparent;
	border: 1px solid #f7541b;
	border-radius: 0;
	color: #f7541b;
	cursor: pointer;
	font-size: .87rem;
	font-weight: 600;
	letter-spacing: .1rem;
	line-height: inherit;
	white-space: nowrap;
	overflow: hidden;
	padding: .8rem 2rem;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
	text-align: center;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-js #respond input#submit:hover,
.woocommerce-js a.button:hover,
.woocommerce-js button.button:hover,
.woocommerce-js input.button:hover {
	background-color: transparent!important;
	color: #19191B!important;
}

.woocommerce #respond input#submit:after,
.woocommerce a.button:after,
.woocommerce button.button:after,
.woocommerce input.button:after,
.woocommerce-js #respond input#submit:after,
.woocommerce-js a.button:after,
.woocommerce-js button.button:after,
.woocommerce-js input.button:after {
	background-color: #f7541b;
	content: '';
	height: 100%;
	position: absolute;
	left: -130%;
	top: 0;
	transform: skew(50deg);
	transform-origin: top left;
	transition: all .4s;
	width: 0;
	z-index: -1;
}

.woocommerce #respond input#submit:hover:after,
.woocommerce a.button:hover:after,
.woocommerce button.button:hover:after,
.woocommerce input.button:hover:after,
.woocommerce-js #respond input#submit:hover:after,
.woocommerce-js a.button:hover:after,
.woocommerce-js button.button:hover:after,
.woocommerce-js input.button:hover:after {
	height: 102%;
	width: 240%;
}

.woocommerce-notices-wrapper p:last-child {
	margin-bottom: 30px;
}

.woocommerce .products .product a.added_to_cart,
.woocommerce-js .products .product a.added_to_cart {
	display: none;
}

.woocommerce .products .product .button.add_to_cart_button.added,
.woocommerce-js .products .product .button.add_to_cart_button.added {
	background: #f7541b;
	color: #19191B;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col-1,
.woocommerce-page .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2,
.woocommerce .col-2,
.woocommerce-page .col-2,
.woocommerce-js .col2-set .col-1,
.woocommerce-js .col-1,
.woocommerce-js .col2-set .col-2,
.woocommerce-js .col-2 {
	padding: 0;
	float: none;
	width: 100%;
	max-width: 100%;
}

.select2-container .select2-selection--single {
	margin: 0;
	padding: 0 15px;
	display: block;
	font-family: 'Poppins';
	font-size: 16px;
	width: 100%;
	height: 50px;
	color: #323232;
	background: none;
	border: none;
	border: 2px solid #eeeeee;
	resize: none;
	outline: 0;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0;
	padding-right: 20px;
	height: 46px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #323232;
	line-height: 46px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	margin-top: -10px;
	top: 50%;
	right: 15px;
	width: 20px;
	height: 20px;
}

.woocommerce label,
.woocommerce-js label {
	font-size: 1.05rem;
}

.woocommerce-additional-fields {
	margin-bottom: 2rem;
}

.woocommerce form .form-row,
.woocommerce-js form .form-row {
	padding: 0;
	margin: 0;
	display: block;
}

.woocommerce form .form-row,
.woocommerce-js form .form-row {
	margin-bottom: 1rem;
}

.woocommerce form .form-row.address-field,
.woocommerce-js form .form-row.address-field {
	margin-bottom: 1rem;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-js form .form-row textarea {
	top: -1rem;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce-js table.shop_table tbody th,
.woocommerce-js table.shop_table tfoot td,
.woocommerce-js table.shop_table tfoot th {
	padding: 1.5rem 1rem 1.5rem 0;
	border-top: 1px solid rgba(132, 132, 132, 0.2);
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background: #eee;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
	border-bottom: 1px solid rgba(132, 132, 132, 0.2);
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-js #respond input#submit.alt,
.woocommerce-js a.button.alt,
.woocommerce-js button.button.alt,
.woocommerce-js input.button.alt {
	background-color: transparent;
	color: #f7541b;
}

.woocommerce-error li:before,
.woocommerce-info li:before,
.woocommerce-message li:before,
.woocommerce ul.order_details li:before,
.woocommerce-js ul.order_details li:before {
	display: none;
}

.woocommerce ul.order_details li,
.woocommerce-js ul.order_details li {
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 2em;
}

.woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-navigation {
	position: relative;
	margin-bottom: 30px;
	float: none;
	width: auto;
}

.woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: auto;
}

.content .woocommerce-Address-title.title:after {
	position: relative;
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	background: none;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-js form.checkout_coupon,
.woocommerce-js form.login,
.woocommerce-js form.register {
	border: none;
	padding: 0;
	margin: 2em 0;
	text-align: left;
	border-radius: 5px;
}

.woocommerce .woocommerce-customer-details address,
.woocommerce-js .woocommerce-customer-details address {
	border: none;
}

.woocommerce-account .addresses .title h3,
.addresses .title h3 {
	margin-top: 1rem;
	margin-bottom: 1rem;
	float: left;
}

.addresses .title .edit,
.woocommerce-account .addresses .title .edit {
	float: right;
	margin-top: 1rem;
}

.woocommerce-Reviews .comment-form-cookies-consent label {
	display: inline;
}

.woocommerce .quantity .qty,
.woocommerce-js .quantity .qty {
	padding: 0.5rem 0;
	margin-top: 0;
	display: inline-block;
}

.content-sidebar .widget_shopping_cart .cart_list li,
.content-sidebar .woocommerce.widget_shopping_cart .cart_list li {
	padding-left: 0;
	padding-top: 10px;
}

.woocommerce table.shop_attributes,
.woocommerce-js table.shop_attributes {
	border: none;
	margin: 25px 0;
	width: 100%;
	background: none;
}

.woocommerce table.shop_attributes th,
.woocommerce-js table.shop_attributes th {
	border: none;
	margin: 0;
	background: none;
}

.woocommerce table.shop_attributes td,
.woocommerce-js table.shop_attributes td {
	font-style: normal;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
}

.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells,
.woocommerce-js .cart-collaterals .cross-sells {
	margin-bottom: 30px;
	width: auto;
	float: none;
}

.woocommerce .cart-collaterals .cross-sells li:before,
.woocommerce-page .cart-collaterals .cross-sells li:before,
.woocommerce-js .cart-collaterals .cross-sells li:before {
	display: none;
}

.woocommerce .nav + .cart-btn,
.woocommerce-js .nav + .cart-btn {
	right: 0;
	top: 15px;
}

.woocommerce .ml-sm-auto > .nav,
.woocommerce-js .ml-sm-auto > .nav {
	margin-right: 70px;
}

.product-categories .current-cat,
.product-categories .current-cat a {
	color: #f7541b;
}

.woocommerce .products .product .button.add_to_cart_button.added,
.woocommerce-js .products .product .button.add_to_cart_button.added {
	background: #f7541b;
}

.hero.hero-shop .hero__image {
	background-attachment: fixed;
	background-position: center center;
}

.woocommerce ul.cart_list li .quantity,
.woocommerce ul.product_list_widget li .quantity,
ul.cart_list li .quantity,
ul.product_list_widget li .quantity,
.woocommerce-js ul.cart_list li .quantity,
.woocommerce-js ul.product_list_widget li .quantity {
	padding-bottom: 20px;
	display: block;
	color: #110f10;
	font-size: .9375rem;
}

ul.cart_list li .quantity, ul.product_list_widget li .quantity, .woocommerce-js ul.cart_list li .quantity {
	padding-top: 10px;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-js ul.cart_list li,
.woocommerce-js ul.product_list_widget li {
	position: relative;
}

.woocommerce ul.product_list_widget li a.remove,
ul.product_list_widget li a.remove,
.woocommerce-js ul.product_list_widget li a.remove {
	display: block;
	position: absolute;
	bottom: 15px;
	left: -3px;
	text-decoration: none;
}

.woocommerce ul.product_list_widget li a.remove:hover,
ul.product_list_widget li a.remove:hover,
.woocommerce-js ul.product_list_widget li a.remove:hover {
	color: #f7541b!important;
}

.cart-btn .cart-count {
	padding-left: 1px;
}

.body-horizontal-menu .hero.hero-shop {
	margin-top: 115px;
}

.woocommerce #review_form .comment-form-rating .stars,
.woocommerce-js #review_form .comment-form-rating .stars {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 10px!important;
	top: 7px;
}

.woocommerce #review_form #respond .form-submit .submit:hover,
.woocommerce-js #review_form #respond .form-submit .submit:hover {
	background: #f7541b;
}

.content-grid.portfolio-columns-2 figure.content-grid__item {
	padding-left: 3%;
}

.projects-carousel .swiper-button-prev, .projects-carousel .swiper-container-rtl .swiper-button-next {
	left: 65px;
	right: auto;
	filter: brightness(0) invert(1);
}

.projects-carousel .swiper-button-next, .projects-carousel .swiper-container-rtl .swiper-button-prev {
	right: 65px;
	left: auto;
	filter: brightness(0) invert(1);
}

@media only screen and (max-width: 748px) {
	.projects-carousel .swiper-button-prev, .projects-carousel .swiper-container-rtl .swiper-button-next {left: 15px;}
	.projects-carousel .swiper-button-next, .projects-carousel .swiper-container-rtl .swiper-button-prev {right: 15px;}
}

@media only screen and (max-width: 1140px) {
	.woocommerce .products div.product,
	.woocommerce .products.columns-2 div.product,
	.woocommerce-js .products div.product,
	.woocommerce-js .products.columns-2 div.product {
		width: 40%;
	}
	.woocommerce .products.columns-3 div.product,
	.woocommerce-js .products.columns-3 div.product {
		width: 40%;
	}
	.woocommerce .col-md-12 .products div.product,
	.woocommerce-js .col-md-12 .products div.product {
		width: 40%;
	}
}

@media only screen and (max-width: 960px) {
	.woocommerce .col-md-9 {
		-ms-flex: 0 0 70%;
		flex: 0 0 70%;
		max-width: 70%;
	}
	.woocommerce .col-md-3 {
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 30%;
	}
	.woocommerce .products div.product, .woocommerce .products.columns-2 div.product,
	.woocommerce-js .products div.product, .woocommerce-js .products.columns-2 div.product {
		width: 80%;
	}
	.woocommerce .products.columns-3 div.product,
	.woocommerce-js .products.columns-3 div.product {
		width: 80%;
	}
	.woocommerce .col-md-12 .products div.product,
	.woocommerce-js .col-md-12 .products div.product {
		width: 80%;
	}
}

@media only screen and (max-width: 768px) {
	.woocommerce .nav + .cart-btn,
	.woocommerce-js .nav + .cart-btn {
		right: 80px;
		top: 25px;
	}
	.admin-bar.woocommerce .nav + .cart-btn,
	.admin-bar.woocommerce-js .nav + .cart-btn {
		top: 25px;
	}
	.woocommerce .ml-sm-auto -> .nav,
	.woocommerce-js .ml-sm-auto -> .nav {
		margin-right: 0;
	}
	.woocommerce table.shop_table td, .woocommerce-js table.shop_table td {
		padding: 1.5rem 1rem;
	}
	#add_payment_method table.cart td.actions .coupon .input-text,
	.woocommerce-cart table.cart td.actions .coupon .input-text,
	.woocommerce-checkout table.cart td.actions .coupon .input-text {
		width: 120px;
	}
}

@media only screen and (max-width: 580px) {
	.woocommerce .col-md-9 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}
	.woocommerce .col-md-3 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}
	.woocommerce .products div.product,
	.woocommerce .products.columns-2 div.product,
	.woocommerce-js .products div.product,
	.woocommerce-js .products.columns-2 div.product {
		width: 100%;
	}
	.woocommerce .products.columns-3 div.product,
	.woocommerce-js .products.columns-3 div.product {
		width: 100%;
	}
	.woocommerce .col-md-12 .products div.product,
	.woocommerce-js .col-md-12 .products div.product {
		width: 100%;
	}
	.hero.hero-shop {
		margin-bottom: 3rem;
	}
	.woocommerce div.product div.images,
	.woocommerce-js div.product div.images {
		margin-bottom: 2rem;
	}
	.woocommerce #reviews #comments ol.commentlist li .comment-box,
	.woocommerce-js #reviews #comments ol.commentlist li .comment-box {
		margin-top: 1rem;
	}
	.woocommerce #reviews #comments ol.commentlist li img.avatar,
	.woocommerce-js #reviews #comments ol.commentlist li img.avatar {
		height: 40px;
		width: 40px;
	}
	.woocommerce #reviews #comments ol.commentlist li .comment-box__body,
	.woocommerce-js #reviews #comments ol.commentlist li .comment-box__body {
		margin-left: 60px;
	}
	.navbar .cart-btn {
		top: 28px;
	}
	.navbar .cart-btn .cart-widget {
		right: -75px;
	}
	.navbar .cart-btn .cart-widget:before {
		right: 80px;
	}
	.woocommerce .woocommerce-result-count,
	.woocommerce-js .woocommerce-result-count {
		margin: 0 0 10px 0;
	}
	.woocommerce .woocommerce-ordering,
	.woocommerce-page .woocommerce-ordering,
	.woocommerce-js .woocommerce-ordering {
		float: none;
	}
	.woocommerce #content div.product div.images,
	.woocommerce div.product div.images,
	.woocommerce-page #content div.product div.images,
	.woocommerce-page div.product div.images,
	.woocommerce-js #content div.product div.images,
	.woocommerce-js div.product div.images {
		float: none;
		width: 100%;
	}
	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.summary,
	.woocommerce-js #content div.product div.summary,
	.woocommerce-js div.product div.summary {
		padding-left: 0;
		float: none;
		width: 100%;
	}
	.woocommerce ul.order_details li,
	.woocommerce-js ul.order_details li {
		float: none;
		margin-bottom: 2em;
		padding-right: 0;
		border: none;
	}
	.woocommerce ul.order_details li:last-child,
	.woocommerce-js ul.order_details li:last-child {
		margin-bottom: 0;
	}
	.woocommerce-error, .woocommerce-info, .woocommerce-message {
		padding: 15px;
		margin: 30px 0;
	}
	.body-horizontal-menu .hero.hero-shop {
		margin-top: 63px;
	}
	.content-grid.portfolio-columns-2 figure.content-grid__item {
		padding-left: 0;
	}
	.navbar.navbar--white .cart-btn .cart-icon {
		color: #110f10;
	}
	.woocommerce .products div.product, .woocommerce .products.columns-2 div.product, .woocommerce-js .products div.product, .woocommerce-js .products.columns-2 div.product {
		margin-bottom: 4rem;
	}
	.content-sidebar {
		margin-top: 2rem;
	}
	.content-sidebar .widget:last-child {
		margin-bottom: 0;
	}
	.content-sidebar .widget-title {
		margin-bottom: 15px;
	}
	.woocommerce .woocommerce-review__dash,
	.woocommerce-js .woocommerce-review__dash {
		display: none;
	}
	.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date,
	.woocommerce-js #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date {
		display: block;
	}
	#add_payment_method table.cart td.actions .coupon .input-text,
	.woocommerce-cart table.cart td.actions .coupon .input-text,
	.woocommerce-checkout table.cart td.actions .coupon .input-text {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		float: none;
	}
	.woocommerce #content table.cart td.actions .coupon .button.alt,
	.woocommerce #content table.cart td.actions .coupon .input-text+.button,
	.woocommerce table.cart td.actions .coupon .button.alt,
	.woocommerce table.cart td.actions .coupon .input-text+.button,
	.woocommerce-page #content table.cart td.actions .coupon .button.alt,
	.woocommerce-page #content table.cart td.actions .coupon .input-text+.button,
	.woocommerce-page table.cart td.actions .coupon .button.alt,
	.woocommerce-page table.cart td.actions .coupon .input-text+.button {
		float: none;
		width: 100%;
	}
}

.navbar.sticky .sub-menu .nav__link {
	color: #fff;
}

.listContact .icon {
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
}

@media only screen and (max-width: 680px) {
	.navbar .nav, .open .navbar .nav {
		padding-top: 9rem;
	}
	.nav li .sub-menu {
		display: none;
		transition: none;
		-webkit-transition: none;
	}
	.navbar .nav li > a .icon {
		display: inline-block;
	}
	.navbar .nav li.active > a .icon {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}
}

.open .navbar .is-sideNav.is-active + .cart-btn .cart-icon {
	color: #110f10;
}

@media only screen and (max-width: 1040px) {
	.navbar .cart-btn {
		right: 100px;
		top: 25px;
	}
}

@media only screen and (max-width: 580px) {
	.navbar .cart-btn {
		right: 80px;
		top: 25px;
	}
}

@media only screen and (max-width: 580px) {
	.slider .control-slider--vertical {
		display: block;
		z-index: 3;
	}
	.slider .swiper-control .swiper-button-prev,
	.slider .swiper-control .swiper-button-next {
		bottom: 50px;
	}
	.slider .swiper-control .swiper-button-next {
		right: 30px;
	}
	.slider .swiper-control .swiper-button-prev {
		left: 30px;
	}
	.slider .swiper-button-next .slider-nav__arrow,
	.slider .swiper-button-prev .slider-nav__arrow {
		fill: #fff;
	}
	.slider .swiper-pagination-bullet-active {
		background: #fff !important;
	}
	.btn-link .circle {
		margin-top: 15px;
	}
}

.header-fullscreen.header-page {
	overflow: hidden;
}

.newsletter-form__row span span {
	position: absolute;
	font-size: 14px;
}

.footer__left .wpcf7 .wpcf7-response-output {
	margin: 10px 0;
	padding: 20px 0 0 0;
	border: none;
}

a.btn-link.toTop {
	right: 20px;
	bottom: 20px;
	position: fixed;
	transition: none!important;
	z-index: 998;
	display: none;
}
a.btn-link.toTop .circle--right {
	margin: 0;
}
a.btn-link.toTop .circle--white {
	color: #000;
	background-color: transparent;
	box-shadow: none;
	border: 1px solid rgba(0,0,0,0.25);
}

.woocommerce-ordering select {
	margin-top: 0px;
}
.woocommerce .products div.product .woocommerce-loop-product__title, .woocommerce-js .products div.product .woocommerce-loop-product__title {
	min-height: 70px;
}
.cursor.cursor--disabled {
	display: none;
}
.footer-h .text-lg-center {
	justify-content: center;
}

.header-fullscreen.header-page {
	overflow: hidden;
}
.elementor-widget-artem-services-list .caption-single ul {
	color: inherit !important;
}

.single-product .header-page.header-fullscreen {
	display: none;
}
.single-product .shop-page {
	padding-top: 15vh;
}
.video-container iframe {
	height: 100%;
}
.swiper-button-next:after, .swiper-button-prev:after {
	display: none;
}
