/*
Theme Name: Marine Works
Theme URI: https://go4media.pl
Author: Go4Media
Author URI: https://go4media.pl
Description: 
Version: 1.0
Requires at least: 4.7
Requires PHP: 5.2.4
License: 
License URI: 
Text Domain: marineworks
Tags: 

*/


html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

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

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

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

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

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

body,
button,
input,
select,
textarea {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.66;
}

p {
	margin: 0 0 1.5em;
	padding: 0;
}

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

blockquote {
	color: #666;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
	content: "";
}

:focus {
	outline: none;
}


/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/

label {
	color: #333;
	display: block;
	font-weight: 800;
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #000;
	font-size: 14px;
	line-height: 14px;
	background: #fff;
	background-image: none;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	display: block;
	padding: 14px 12px;
	width: 100%;
}

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

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted #333;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	font-weight: 400;
	background-color: #009b95;
	padding: 12px 45px;
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

:not( .mejs-button ) > button:hover,
:not( .mejs-button ) > button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #324568;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #c2c2c2;
}

:-moz-placeholder {
	color: #c2c2c2;
}

::-moz-placeholder {
	color: #c2c2c2;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #c2c2c2;
}

/* select */
/*the container must be positioned relative:*/
.custom-select {
	position: relative;
}

.custom-select select {
	display: none; /*hide original SELECT element:*/
}

.custom-select .select-selected {
	background-color: #fff;
}

/*style the arrow inside the select element:*/
.custom-select .select-selected:before {
	position: absolute;
	content: "";
	top: 11px;
	right: 10px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-color: #c1c1c1 transparent transparent transparent;
}
.select-selected:after {
	position: absolute;
	content: "";
	top: 10px;
	right: 10px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.custom-select .select-selected.select-arrow-active:before {
	border-color: transparent transparent #c1c1c1 transparent;
	top: 2px;
}
.select-selected.select-arrow-active:after {
	border-color: transparent transparent #fff transparent;
	top: 3px;
}

/*style the items (options), including the selected item:*/
.custom-select .select-items div,
.custom-select .select-selected {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #3b4767;
    padding: 8px 18px;
    cursor: pointer;
    user-select: none;
}
.custom-select .select-selected {
    color: #3b4767;
	padding: 9px 36px 6px 18px;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	position: relative;
}

/*style items (options):*/
.custom-select .select-items {
	position: absolute;
	background-color: rgba(255,255,255,1.0);
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	/*border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;*/
	border: none;
	overflow-y: auto;
    max-height: 300px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(152,203,204,1);
	-moz-box-shadow: 0px 5px 10px 0px rgba(152,203,204,1);
	box-shadow: 0px 5px 10px 0px rgba(152,203,204,1);
}
/*hide the items when the select box is closed:*/
.custom-select .select-hide {
  display: none;
}
.custom-select .select-items div:hover,
.custom-select .select-items .same-as-selected {
	background-color: #e4efef;
}

/**/
.custom-checkbox {
    position: relative;
}
.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.custom-checkbox label {
	margin: 0 0 0;
	padding: 0 0 0;
}
.custom-checkbox .input-label {
    color: #3b4767;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    margin: 0px 0 0;
    padding: 0 0 0 0;
    cursor: pointer;
	display: flex;
	align-items: center;
}

.custom-checkbox .input-label::before {
    content: "";
    height: 20px;
    width: 20px;
    border: 1px solid #009b95;
    display: block;
    margin: 0 16px 0 0;
    box-sizing: border-box;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
}
.custom-checkbox input:checked ~ .input-label:after {
    display: block;
}
.custom-checkbox .input-label::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 12px;
    height: 12px;
    background: #009b95;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    display: none;
}

/*--------------------------------------------------------------
Formatting
--------------------------------------------------------------*/

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

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

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

thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

tr {
	border-bottom: 1px solid #eee;
}

td {
	padding: 0.4em;
}

th,
td,
th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}

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

a {
	color: #222;
	text-decoration: none;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	color: #000;
	outline: 0;
}

/*--------------------------------------------------------------
Featured Image Hover
--------------------------------------------------------------*/

.post-thumbnail {
	margin-bottom: 1em;
}

.post-thumbnail a img {
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.post-thumbnail a:hover img,
.post-thumbnail a:focus img {
	opacity: 0.7;
}

/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/

.navigation-top {
	font-size: 16px;
	line-height: 16px;
	position: relative;
}

.navigation-top a {
	color: #000;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.09em;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	position: relative;
}

.main-navigation {
	clear: both;
	display: block;
}

.js  .main-navigation .menu-container {
	display: none;
}
.js .main-navigation.toggled-on .menu-container {
	position: absolute;
	right: -10px;
	top: -25px;
	z-index: 9;
	display: block;
	background-color: #e7e7e7;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 30px;
	padding-top: 85px;
	width: 100vw;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

.main-navigation ul ul {
	margin-top: 12px;
	padding: 0 0 0 0;
	display: none;
}

.main-navigation ul ul.toggled-on {
	display: block;
}

.main-navigation ul ul a {
	color: #5a5a5a;
}

.main-navigation li {
	margin-bottom: 18px;
	position: relative;
}

.main-navigation li li {
	margin-bottom: 8px;
}

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

.main-navigation li.green a {
	color: #59aa00;
}

.main-navigation a:hover,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a,
.main-navigation .current-product_cat-ancestor > a,
.main-navigation .current-product_cat-parent > a,
.main-navigation .current-product-ancestor a {
	font-weight: 700;
}

/* Menu toggle */

.menu-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: none;
	font-size: 1;
	line-height: 1;
	z-index: 12;
	position: relative;
	padding: 0 0 0;
	margin: 0 0 0;
}
.js .menu-toggle {
	display: block;
}
.menu-toggle .line {
	width: 35px;
	height: 3px;
	background-color: #009b95;
	display: block;
	margin: 8px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.menu-toggle .line:first-child {
	margin-top: 0;
}
.menu-toggle .line:last-child {
	margin-bottom: 0;
}
.menu-toggle:hover {
	cursor: pointer;
}
.main-navigation.toggled-on .menu-toggle .line:nth-child(2) {
	opacity: 0;
}
.main-navigation.toggled-on .menu-toggle .line:nth-child(1) {
	-webkit-transform: translateY(13px) rotate(45deg);
	-ms-transform: translateY(13px) rotate(45deg);
	-o-transform: translateY(13px) rotate(45deg);
	transform: translateY(13px) rotate(45deg);
}
.main-navigation.toggled-on .menu-toggle .line:nth-child(3) {
	-webkit-transform: translateY(-9px) rotate(-45deg);
	-ms-transform: translateY(-9px) rotate(-45deg);
	-o-transform: translateY(-9px) rotate(-45deg);
	transform: translateY(-9px) rotate(-45deg);
}

.main-navigation.toggled-on ul.nav-menu {
	display: block;
}

/* Dropdown Toggle */

.dropdown-toggle {
	display: inline-block;
	margin: 0 0 2px 8px;
	position: relative;
	cursor: pointer;
}
.dropdown-toggle svg {
	width: 14px;
	display: block;
}

.dropdown-toggle.toggled-on svg {
	-ms-transform: rotate(-180deg); /* IE 9 */
	-webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
	transform: rotate(-180deg);
}

/**/

.site-header .header-social {
	display: flex;
	justify-content: flex-end;
	margin-top: 25px;
}
.site-header .header-social a {
	margin-left: 20px;
	padding: 0;
	display: block;
}
.site-header .header-social a svg {
	width: 26px;
	height: 26px;
	fill: #000;
	display: block;
	margin: 0 0 0;
	padding: 0 0 0;
	-webkit-transition: fill 0.2s ease-in-out;
	transition: fill 0.2s ease-in-out;
}
.site-header .header-social a:hover svg {
	fill: #009b95;
}


/**/
.navigation-sub {
	display: none;
	flex: 1;
	justify-content: center;
}
.home .navigation-sub {
	display: none;
}

.navigation-sub ul {
	list-style: none;
	margin: 0 0 0;
	padding: 0 0 0;
	display: flex;
}
.navigation-sub a {
	color: #000;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	padding: 0 20px;
	margin: 0 12px;
	display: block;
	position: relative;
	-webkit-transition: color 0.2s ease-in-out, font-weight 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out, font-weight 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, font-weight 0.2s ease-in-out;
}
.navigation-sub a:after {
	content: "";
	background-color: #fff;
	width: 0%;
	height: 10px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	z-index: -1;
	-webkit-transition: width 0.3s ease-in-out;
	-o-transition: width 0.3s ease-in-out;
	transition: width 0.3s ease-in-out;
}
.navigation-sub a:hover,
.navigation-sub .current-menu-item a,
.navigation-sub .current-product_cat-ancestor a,
.navigation-sub .current-product-ancestor a {
	color: #009b95;
	font-weight: 700;
}
.navigation-sub a:hover:after,
.navigation-sub .current-menu-item a:after,
.navigation-sub .current-product_cat-ancestor a:after,
.navigation-sub .current-product-ancestor a:after {
	width: 100%;
}


/*--------------------------------------------------------------
Layout
--------------------------------------------------------------*/

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #e7e7e7;
	/* Fallback for when there is no custom background color defined. */
}

#page {
	position: relative;
	word-wrap: break-word;
}

.wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 1600px;
	padding-left: 10px;
	padding-right: 10px;
}

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

.site-header {
}
.marineworks-front-page .site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 3;
}
.site-header.sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 3;
	background-color: rgba(231,231,231,0.8)
}
.site-header .wrap {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	padding-top: 14px;
	padding-bottom: 14px;
}


.site-header .logo {
	width: 169px;
	height: 35px;
	margin-right: auto;
	display: block;
}
.site-header .logo svg {
	fill: #2c2e2d;
	-webkit-transition: fill 0.2s ease-in-out;
	transition: fill 0.2s ease-in-out;
}
.site-header .logo:hover svg {
	fill: #009b95;
}
.home .site-header .logo {
	margin-right: auto;
}


.langtop {
	position: relative;
	display: block;
	margin-right: 20px;
}
.langtop .wpml-navigation {
	position: relative;
	cursor: pointer;
}
.langtop .wpml-navigation .current-lang {
	color: #000;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	margin: 0 0 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	display: flex;
    align-items: center;
	z-index: 3;
	position: relative;
}
.langtop .wpml-navigation .lang-sel {
	position: absolute;
	left: -5px;
	right: -5px;
	top: -5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 35px;
	padding-bottom: 10px;
	background-color: #e7e7e7;
	z-index: 2;
	display: none;
	-webkit-box-shadow: 10px 10px 16px 0px rgba(118,118,118,0.27);
	-moz-box-shadow: 10px 10px 16px 0px rgba(118,118,118,0.27);
	box-shadow: 10px 10px 16px 0px rgba(118,118,118,0.27);
}
.langtop .wpml-navigation .lang-sel a {
	color: #000;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	margin-bottom: 8px;
	padding: 0;
	display: block;
}
.langtop .wpml-navigation .lang-sel a:last-child {
	margin-bottom: 0;
}
.langtop .wpml-navigation .lang-sel a:hover {
	color: #009b95;
}
.langtop .wpml-navigation .current-lang:after {
	content: "";
	border: solid #009b95;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 4px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	margin: 0 0 5px 12px;
}

/*--------------------------------------------------------------
Front Page
--------------------------------------------------------------*/

.marineworks-front-page .site-content {
	padding: 0 0 0;
}


/**/
.front-more-btn {
	position: absolute;
	left: 50%;
	bottom: 8%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 5;
	cursor: pointer;
}
.front-more-btn .dot {
	width: 34px;
	height: 34px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	background-color: #fff;
	display: block;
	margin: 0 auto;
	position: relative;
	-webkit-transition: height 0.2s ease-in-out;
	transition: height 0.2s ease-in-out;
}
.front-more-btn:hover .dot {
	height: 44px;
}
.front-more-btn .dot:after {
    content: "";
    border: solid #324568;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 6px;
    transform: rotate(45deg) translate(10px, -5px);
    -webkit-transform: rotate(45deg) translate(10px, -5px);
	-webkit-transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
}
.front-more-btn:hover .dot:after {
	transform: rotate(45deg) translate(17px, 2px);
	-webkit-transform: rotate(45deg) translate(17px, 2px);
}
.front-more-btn .text {
	color: #324568;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	text-align: center;
	margin: 20px 0 0;
	display: block;
	-webkit-transition: margin 0.2s ease-in-out;
	transition: margin 0.2s ease-in-out;
}
.front-more-btn:hover .text {
	margin-top: 12px;
}

/**/
.marineworks-front-page .mobile-banner-block {
	width: 100%;
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 30px;
}

.marineworks-front-page .mobile-banner-block .banner-title {
	
	margin-top: 64px;
}
.marineworks-front-page .mobile-banner-block .banner-title h1 {
	color: #737273;
	font-size: 33px;
	line-height: 36px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 0;
	padding: 0 0 0;
}
.marineworks-front-page .mobile-banner-block .banner-market {
	max-width: 567px;
	margin: 0 auto;
}
.marineworks-front-page .mobile-banner-block .banner-market .image {
	text-align: center;
}
.marineworks-front-page .mobile-banner-block .banner-market .title {
	color: #3c3d3e;
	font-size: 28px;
	line-height: 28px;
	font-weight: 700;
	text-transform: uppercase;
}
.marineworks-front-page .mobile-banner-block .banner-market .btn-l {
    color: #3c3d3e;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    display: inline-block;
	border: 1px solid #3c3d3e;
    padding: 12px 42px;
    margin: 12px 0 0;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.marineworks-front-page .mobile-banner-block .banner-market .btn-l:hover {
	color: #fff;
	background-color: #3c3d3e;
}



/**/

.marineworks-front-page .video-block {
	height: 100vh;
	width: 100%;
	position: relative;
	display: none;
}
.marineworks-front-page .video-block .video-bg {
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #e7e7e7;
}
.marineworks-front-page .video-block .commercial {
	width: 50%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
}
.marineworks-front-page .video-block .leisure {
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
}


/**/

.news-block {
	margin: 15px 0 0;
}
.news-block .wrap {
	padding-left: 30px;
	padding-right: 30px;
}
.news-block .block-header {
	color: #fff;
	font-size: 36px;
	line-height: 36px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.09em;
	text-align: center;
	margin-left: -30px;
    margin-right: -30px;
	text-shadow: 1px 1px 0px rgba(204, 204, 204, 1);
}

.news-block .news-list {
	margin: 25px 0 0;
}
.news-block .news-list .news-item {
	margin: 0 0 25px;
	position: relative;
	display: block;
}
.home .news-block .news-list .news-item:last-child,
.market-page .news-block .news-list .news-item:last-child {
	margin-bottom: 0;
}

.news-block .news-list .news-item .title {
	color: #324568;
	font-size: 15px;
	line-height: 18px;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 14px;
	z-index: 2;
	-webkit-transition: color 0.2s ease-in-out, font-weight 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, font-weight 0.2s ease-in-out;
}
.news-block .news-list .news-item:hover .title {
	font-weight: 500;
	color: #009b95;
}
.news-block .news-list .news-item .desc {
	font-family: 'Work Sans', sans-serif;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	position: absolute;
	left: 16px;
	right: 16px;
	top: 15px;
	z-index: 2;
	opacity: 0.0;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
.news-block .news-list .news-item:hover .desc {
	opacity: 1.0;
}
.news-block .news-list .news-item .desc p {
	margin: 0 0 0;
}
.news-block .news-list .news-item .btn-more {
	font-family: 'Work Sans', sans-serif;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	margin: 0 0 0;
	display: block;
	position: absolute;
	bottom: 16px;
	right: 16px;
	z-index: 2;
	opacity: 0.0;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
.news-block .news-list .news-item:hover .btn-more {
	opacity: 1.0;
}
.news-block .news-list .news-item .img {
	position: relative;
	display: block;
}
.news-block .news-list .news-item .img img {
	width: 100%;
	min-height: 160px;
	object-fit: cover;
	display: block;
}
.news-block .news-list .news-item .img:after {
	content: "";
	background-color: rgba(18,39,71,0.0);
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}
.news-block .news-list .news-item:hover .img:after {
	
	background-color: rgba(18,39,71,0.6);
}

.news-block .more-news-btn {
	text-align: center;
	margin: 20px 0 0;
}
.news-block .more-news-btn a {
	color: #324568;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	-webkit-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}
.news-block .more-news-btn a:hover {
	color: #009b95;
}


/**/

.dealers-block {
	margin: 40px 0 0;
}
.dealers-block .wrap {
	padding-left: 30px;
	padding-right: 30px;
}
.dealers-block .block-map {
	margin-left: -20px;
	margin-right: -20px;
}
.dealers-block .block-map .dealers-map {
	width: 100%;
	height: 280px;
}

.dealers-block .block-text {
	margin: 20px 0 0;
}
.dealers-block .block-text .header {
	color: #324568;
	font-size: 28px;
	line-height: 32px;
	font-weight: 700;
	letter-spacing: 0.01em;
	text-transform: uppercase;
}
.dealers-block .block-text .subheader {
	color: #009b95;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin: 8px 0 0;
}
.dealers-block .block-text .btn-more {
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	display: inline-block;
	background-color: #324568;
	padding: 12px 42px;
	margin: 12px 0 0;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}
.dealers-block .block-text .btn-more:hover {
	background-color: #009b95;
}

/**/

.partners-block {
	margin: 30px 0 0;
	overflow: hidden;
}
.partners-block .wrap {
	padding-left: 0px;
	padding-right: 0px;
}
.partners-block .block-header {
	color: #fff;
	font-size: 36px;
	line-height: 36px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.09em;
	text-align: center;
	text-shadow: 1px 1px 0px rgba(204, 204, 204, 1);
}

.partners-block .partners-list {
	margin-top: -9px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
}
.partners-block .partners-list:after {
	content: "";
	font-size: 0;
	line-height: 0;
	display: block;
	clear: both;
}
.partners-block .partners-list .partners-item {
	height: 100%;
	padding-left: 25px;
	padding-right: 25px;
	display: block;
	float: left;
}
.partners-block .partners-list .partners-item img {
	display: block;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: url(./assets/images/filters.svg#grayscale);
	filter: gray;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.partners-block .partners-list .partners-item:hover img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: none; 
	-moz-opacity: 1;
	opacity: 1;
	filter:alpha(opacity=100);
}

.ue-block {
	margin-top: 35px;
}
.ue-block .wrap {
	text-align: center;
}
.ue-block .wrap .mobile {
	
}
.ue-block .wrap .desktop {
	display: none;
}

/*--------------------------------------------------------------
Market
--------------------------------------------------------------*/

.market-page .site-content {
	padding: 0 0 0;
}

.banner-block {
	
}
.banner-block .wrap {
	
}
.banner-block .wrap .banner-list {
	position: relative;
}
.banner-block .wrap .banner-list .banner-item {
	position: relative;
	display: block;
}
.banner-block .wrap .banner-list .banner-item .banner-content {
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 60px 20px 40px;
	background: rgb(14,154,148);
	background: linear-gradient(0deg, rgba(14,154,148,1) 0%, rgba(14,154,148,1) 65%, rgba(255,255,255,0) 100%);
}
.banner-block .wrap .banner-list .banner-item .title {
	color: #fff;
	font-size: 33px;
	line-height: 31px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	margin: 0 0 0;
	padding: 0 0 0;
}
.banner-block .wrap .banner-list .banner-item .desc {
	color: #fff;
	font-size: 12px;
	line-height: 17px;
	text-transform: uppercase;
	margin: 18px 0 0;
}
.banner-block .wrap .banner-list .banner-item .desc p {
	margin: 0 0 0;
}
.banner-block .wrap .banner-list .banner-item .desc .btn-more {
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	margin: 14px 0 0;
	padding: 11px 33px;
	border: 1px solid #fff;
	display: inline-block;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.banner-block .wrap .banner-list .banner-item .desc .btn-more:hover {
	background-color: #324568;
	border: 1px solid #324568;
}
.banner-block .wrap .banner-list .banner-item .img {
	width: 100%;
	height: 480px;
	object-fit: cover;
	display: block;
}

.banner-block .slick-dots {
	list-style: none;
	margin: 0 0 0;
	padding: 0 0 0;
	display: flex !important;
	justify-content: center;
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	z-index: 1;
}
.banner-block .slick-dots li {
	display: inline-block;
	margin: 0 3px 0;
	padding: 10px 0;
	cursor: pointer;
}
.banner-block .slick-dots li button {
	width: 46px;
	height: 4px;
	text-indent: -100000px;
	line-height: 1px;
	padding: 0 0 0;
	margin: 0 0 0;
	background: none;
	border: 1px solid #fff;
	display: block;
}
.banner-block .slick-dots li.slick-active button, 
.banner-block .slick-dots li button:hover,
.banner-block .slick-dots li button:focus {
	background-color: #fff;
	border: 1px solid #fff;
}

.banner-block .slick-arrow {
	width: 31px;
	height: 31px;
	text-indent: -100000px;
	line-height: 1px;
	padding: 0 0 0;
	margin: 0 0 0;
	background: none;
	border: 1px solid #fff;
	display: block;
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	z-index: 1;
	border-radius: 50% 50% 50% 50%;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	-webkit-transition: left 0.2s ease-in-out, right 0.2s ease-in-out;
    transition: left 0.2s ease-in-out, right 0.2s ease-in-out;
}
.banner-block .slick-arrow.slick-next {
	left: unset;
	right: 12px;
}
.banner-block .slick-arrow:hover {
	background: none;
	left: 6px;
}
.banner-block .slick-arrow.slick-next:hover {
	left: unset;
	right: 6px;
}
.banner-block .slick-arrow:focus {
	background: none;
}
.banner-block .slick-arrow:after {
	content: "";
	border: solid #fff;
	border-width: 0 1px 1px 0;
	display: block;
	padding: 0;
	width: 12px;
	height: 12px;
	transform: rotate(135deg) translate(-7px, -7px);
    -webkit-transform: rotate(135deg) translate(-7px, -7px);
}
.banner-block .slick-arrow.slick-next:after {
	transform: rotate(-45deg) translate(4px, 4px);
    -webkit-transform: rotate(-45deg) translate(4px, 4px);
}

/**/

.offer-block {
	margin: 35px 0 0;
}
.offer-block .wrap {
	padding-left: 30px;
	padding-right: 30px;
}
.offer-block .offer-list {
	
}
.offer-block .offer-list .offer-item {
	margin-bottom: 25px;
	display: block;
}
.offer-block .offer-list .offer-item:last-child {
	margin-bottom: 0;
}
.offer-block .offer-list .offer-item .title {
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #0e9a94;
}
.offer-block .offer-list .offer-item .image {
	margin: 20px 0 0;
}
.offer-block .offer-list .offer-item .image img {
	width: 100%;
	display: block;
	-webkit-transition: transform 0.2s;
	transition: transform 0.2s;
}
.offer-block .offer-list .offer-item:hover .image img {
	transform: scale(1.05,1.07);
	-webkit-transform: scale(1.05,1.07);
	-moz-transform: scale(1.05,1.07);
}

/**/
.why-block {
	margin: 60px 0 0;
}
.why-block .wrap {
	padding-left: 30px;
	padding-right: 30px;
}
.why-block .block-title {
	color: #a8d1d3;
	font-size: 28px;
	line-height: 32px;
	font-weight: 700;
	letter-spacing: 0.01em;
	text-transform: uppercase;
}
.why-block .why-list {
	margin-top: 46px;
}
.why-block .why-list .why-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 44px;
}
.why-block .why-list .why-item:last-child {
	margin-bottom: 0;
}
.why-block .why-list .why-item .text {
	font-family: 'Work Sans', sans-serif;
    color: #000;
    font-size: 12px;
    line-height: 14px;
	margin-left: 16px;
	flex: 1;
}
.why-block .why-list .why-item .image {
	width: 84px;
}
.why-block .why-list .why-item .image svg {
	fill: #3b4767;
	display: block;
	margin: 0 auto;
}
.why-block .why-list .why-item.item1 .image svg {
	width: 84px;
	height: 81px;
}
.why-block .why-list .why-item.item2 .image svg {
	width: 57px;
	height: 102px;
}
.why-block .why-list .why-item.item3 .image svg {
	width: 75px;
	height: 85px;
}

/**/
.market-page .news-block {
    margin: 60px 0 0;
}


/*--------------------------------------------------------------
Products list
--------------------------------------------------------------*/

.productlist-block {
	margin-top: 12px;
}
.filter-block {
	
}
.filter-block .filter-wrap {
	background-color: #fff;
	padding: 20px 16px;
}
.filter-block .header-title {
	color: #000;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
	text-transform: uppercase;
}
.filter-block .filter-box .filter-title {
	margin-top: 10px;
}
.filter-block .filter-box .filter-title a {
	font-family: 'Work Sans', sans-serif;
	color: #242424;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	cursor: pointer;
}

.filter-block .filter-box .filter-list {
	list-style: none;
	padding: 0 0 0;
	margin: 15px 0 0;
	display: block;
}
.filter-block .filter-box .filter-list li {
	display: flex;
	margin-bottom: 8px;
}
.filter-block .filter-box .filter-list li:last-child {
	margin-bottom: 0;
}
.filter-block .filter-box .filter-list .input {
	display: block;
	margin-top: 2px;
	margin-right: 20px;
}
.filter-block .filter-box .filter-list .input input {
	display: block;
	margin: 0 0 0;
	padding: 0 0 0;
}
.filter-block .filter-box .filter-list label {
	font-family: 'Work Sans', sans-serif;
	color: #242424;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	padding: 0 0 0;
	margin: 0 0 0;
	display: block;
	cursor: pointer;
}
.filter-block .filter-box .filter-list label.selected {
	font-weight: 700;
}

/**/
.products-block {
	margin-top: 22px;
}

.products-block .ajax-loader {
	text-align: center;
	margin-bottom: 20px;
	display: none;
}
.products-block .ajax-loader svg {
	
}

.products-list {
	
}
.products-list .product-item {
	padding: 18px 20px 0;
	margin-bottom: 20px;
	background-color: #fff;
	display: block;
	-webkit-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}
.products-list .product-item:hover {
	-webkit-box-shadow: 5px 5px 18px 0px rgba(190,190,190,1);
	-moz-box-shadow: 5px 5px 18px 0px rgba(190,190,190,1);
	box-shadow: 5px 5px 18px 0px rgba(190,190,190,1);
}
.products-list .product-item .title {
	color: #2b2e2d;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 0;
	padding: 0 0 0;
	display: block;
}
.products-list .product-item .image {
	text-align: center;
	margin: 10px 0 0;
}
.products-list .product-item .image img {
	display: inline-block;
	padding: 0 0 0;
	margin: 0 0 0;
}
.products-list .product-item .manufacturer {
	font-family: 'Work Sans', sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
}
.products-list .product-item .manufacturer span {
	color: #009b95;
}
.products-list .product-item .btn-more {
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	text-align: center;
	background-color: #868686;
	padding: 14px 0;
	margin-top: 30px;
	margin-left: -20px;
	margin-right: -20px;
	-webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}
.products-list .product-item:hover .btn-more {
	background-color: #324568;
}


/*--------------------------------------------------------------
Product
--------------------------------------------------------------*/

.product-block .image-block {
	display: none;
}

.product-block .product-info-block {
	margin-top: 16px;
}
.product-block .product-info-block .product-name h1 {
	color: #2b2e2d;
	font-size: 26px;
	line-height: 28px;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	margin: 0 0 0;
	padding: 0 0 0;
}
.product-block .product-info-block .product-name h3 {
	font-family: 'Work Sans', sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 4px 0 0;
	padding: 0 0 0;
	display: block;
}

.product-block .product-info-block .product-image {
	text-align: center;
    background-color: #fff;
	margin-top:	16px;
	padding: 20px 20px;
}
.product-block .product-info-block .product-image img {
	width: auto;
	max-width: 100%;
	display: block;
	margin: 0 auto 0;
	padding: 0 0 0;
}

.product-block .product-info-block .product-manufacturer {
	margin-top:	16px;
	background-color: #fff;
}
.product-block .product-info-block .product-manufacturer img {
	display: block;
	margin: 0 auto 0;
	padding: 6px 0;
}

.product-block .product-info-block .button-action {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 20px;
}
.product-block .product-info-block .button-action .btn {
	width: 220px;
	color: #e6e6e6;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	text-align: center;
	background-color: #324568;
	padding: 12px 0;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 14px;
	display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
	-webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}
.product-block .product-info-block .button-action .btn:hover {
	background-color: #00636b;
}

.product-block .product-info-block .button-action .btn-contact {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #00636b;
	padding: 0 0;
}
.product-block .product-info-block .button-action .btn-contact:hover {
	background-color: #324568;
}
.product-block .product-info-block .button-action .btn-contact:hover .img {
	background-color: #324568;
}
.product-block .product-info-block .button-action .btn-contact .text {
	text-align: center;
	flex: 1;
}
.product-block .product-info-block .button-action .btn-contact .img {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #009b95;
	padding: 4px 14px;
	-webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}
.product-block .product-info-block .button-action .btn-contact .img svg {
	fill: #fff;
	width: 22px;
	display: block;
}

.product-block .product-info-block .product-desc {
	color: #2b2e2d;
	font-family: 'Work Sans', sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: 300;
	margin-top: 12px;
}
.product-block .product-info-block .product-desc p {
	margin: 0 0 14px;
}


.product-block .product-info-block .product-downloads {
	margin-top: 36px;
}
.product-downloads .download-list {
	
}
.product-downloads .download-list .item {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 14px;
	border-bottom: 1px solid #324568;
}
.product-downloads .download-list span {
	color: #2b2e2d;
	font-family: 'Work Sans', sans-serif;
	font-size: 13px;
	line-height: 20px;
	display: block;
	padding-left: 6px;
}
.product-downloads .download-list a {
	color: #324568;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	display: block;
	border: 1px solid #324568;
	border-bottom: none;
	padding: 6px 18px;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.product-downloads .download-list a:hover {
	color: #fff;
	background-color: #009b95;
}


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

.aboutus-block {
	padding-bottom: 28px;
}
.aboutus-block .header .title {
    color: #fff;
    font-size: 36px;
    line-height: 36px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    text-shadow: 1px 1px 0px rgba(204, 204, 204, 1);
	margin: 0 0 0;
	padding: 0 0 0;
}

.aboutus-block .info-block {
    margin-top: 24px;
}
.aboutus-block .info-block .content .text {
    padding-left: 20px;
	padding-right: 20px;
}
.aboutus-block .info-block .content .text .title {
    color: #324568;
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
	margin: 0 0 0;
	padding: 0 0 0;
}
.aboutus-block .info-block .content .text .desc {
	font-family: 'Work Sans', sans-serif;
	color: #2b2e2d;
	font-size: 12px;
	line-height: 16px;
	margin-top: 12px;
}
.aboutus-block .info-block .content .text .desc p {
	margin-bottom: 12px;
}

.aboutus-block .info-block .content .image img {
	width: 100%;
	display: block;
}

.aboutus-block .info-block .content-2 {
	margin-top: 26px;
}

/**/

.team-block {
	padding-top: 30px;
	padding-bottom: 28px;
	background-color: #fff;
}

.team-block .header .title {
    color: #e6e6e6;
    font-size: 36px;
    line-height: 36px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.09em;
	margin: 0 0 0;
	padding: 0 0 0;
}

.team-list {
	margin-top: 24px;
}
.team-list .team-item {
	margin-left: 30px;
    margin-right: 30px;

	/*padding-left: 30px;
	padding-right: 30px;*/
}
.team-list .team-item .image {

}
.team-list .team-item .image img {
	width: 100%;
	max-height: 70vw;
	object-fit: cover;
	object-position: center top;
	display: block;
}
.team-list .team-item .info {
	margin-top: 18px;
}
.team-list .team-item .info .title .name {
	color: #009b95;
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.09em;
	margin: 0 0 0;
	padding: 0 0 0;
}
.team-list .team-item .info .title .position {
	font-family: 'Work Sans', sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.team-list .team-item .info .desc {
	font-family: 'Work Sans', sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-top: 12px;
}
.team-list .team-item .info .desc p {
	margin-bottom: 6px;
}

.team-list .slick-arrow {
	width: 31px;
	height: 31px;
	text-indent: -100000px;
	line-height: 1px;
	padding: 0 0 0;
	margin: 0 0 0;
	background: #009b95;
	border: none;
	display: block;
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	z-index: 1;
	border-radius: 50% 50% 50% 50%;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	-webkit-transition: left 0.2s ease-in-out, right 0.2s ease-in-out;
    transition: left 0.2s ease-in-out, right 0.2s ease-in-out;
}
.team-list .slick-arrow.slick-next {
	left: unset;
	right: 12px;
}
.team-list .slick-arrow:hover {
	background: #009b95;
	left: 6px;
}
.team-list .slick-arrow.slick-next:hover {
	left: unset;
	right: 6px;
}
.team-list .slick-arrow:focus {
	background: #009b95;
}
.team-list .slick-arrow:after {
	content: "";
	border: solid #fff;
	border-width: 0 1px 1px 0;
	display: block;
	padding: 0;
	width: 12px;
	height: 12px;
	transform: rotate(135deg) translate(-7px, -7px);
    -webkit-transform: rotate(135deg) translate(-7px, -7px);
}
.team-list .slick-arrow.slick-next:after {
	transform: rotate(-45deg) translate(4px, 4px);
    -webkit-transform: rotate(-45deg) translate(4px, 4px);
}


/*--------------------------------------------------------------
References
--------------------------------------------------------------*/

.references-block {
	padding-bottom: 28px;
}

.references-block {
	margin-top: 44px;
}
.references-list {
	
}
.references-list .references-item {
	padding: 20px 20px 20px;
	margin-bottom: 26px;
	background-color: #fff;
}
.references-list .references-item .image {
}
.references-list .references-item .image img {
	width: 100%
	/*max-width: 120px;*/
	display: inline-block;
	margin: 0 0 0;
	padding: 0 0 0;
	
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: url(./assets/images/filters.svg#grayscale);
	filter: gray;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.references-list .references-item:hover .image img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: none; 
	-moz-opacity: 1;
	opacity: 1;
	filter:alpha(opacity=100);
}


.references-list .references-item .desc {
	font-family: 'Work Sans', sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-top: 24px;
	position: relative;
}
.references-list .references-item .desc:before {
	content: ",,";
	font-family: 'Montserrat', sans-serif;
	color: #cae8e9;
	font-size: 100px;
	line-height: 1;
	font-weight: 700;
	display: block;
	position: absolute;
	right: 0;
	top: -85px;
	z-index: 0;
}
.references-list .references-item .desc:after {
	content: ",,";
	font-family: 'Montserrat', sans-serif;
	color: #cae8e9;
	font-size: 100px;
	line-height: 1;
	font-weight: 700;
	display: block;
	position: absolute;
	left: 0;
	bottom: -24px;
	z-index: 0;
}
.references-list .references-item .desc-wrap {
	position: relative;
	z-index: 1;
}
.references-list .references-item .desc p {
	margin-bottom: 8px;
}
.references-list .references-item .desc p:last-child {
	margin-bottom: 0;
}


.references-list .references-item .title {
	margin-top: 50px;
}
.references-list .references-item .title .name {
	color: #009b95;
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.09em;
	margin: 0 0 0;
	padding: 0 0 0;
}
.references-list .references-item .title .position {
	font-family: 'Work Sans', sans-serif;
	font-size: 12px;
	line-height: 12px;
	margin-top: 3px;
}
.references-list .references-item .title .company {
	font-family: 'Work Sans', sans-serif;
	color: #009b95;
	font-size: 12px;
	line-height: 12px;
	margin-top: 3px;
}

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


.contact-address-block .title {
	color: #324568;
	font-size: 26px;
	line-height: 26px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.09em;
	margin: 0 0 0;
	padding: 0 0 0;
}

.contact-address-block .address {
	color: #324568;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.09em;
	margin-top: 30px;
}

.contact-address-block .action {
	margin-top: 30px;
}
.contact-address-block .action a {
	color: #324568;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0.09em;
	display: flex;
	align-items: center;
}
.contact-address-block .action a.email {
	margin-top: 14px;
}
.contact-address-block .action a svg {
	width: 29px;
	height: 28px;
	margin-right: 30px;
	display: block;
	fill: #009b95;
}
.contact-address-block .action a:hover svg {
	fill: #324568;
}


.contact-form-block {
	margin-top: 50px;
}
.contact-form-block .wrap {
	max-width: 800px;
}
.contact-form-block .title {
	color: #009b95;
	font-size: 26px;
	line-height: 26px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.09em;
	margin: 0 0 0;
	padding: 0 0 0;
}
.contact-form-block .subtitle {
	color: #324568;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.09em;
	margin-top: 10px;
}

.contac-form-wrap {
	margin-top: 14px;
}
.contac-form-wrap br {
	display: none;
}

.contac-form-wrap .fields-wrap {
	color: #324568;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
}
.contac-form-wrap .fields-wrap label {
	color: #324568;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	display: block;
	margin: 0 0 14px;
	padding: 0 0 0;
}
.contac-form-wrap .fields-wrap label .dot {
	display: none;
}
.contac-form-wrap .fields-wrap .wpcf7-form-control-wrap {
	margin-top: 10px;
	display: block;
}
.contac-form-wrap .fields-wrap .wpcf7-form-control-wrap input {
	display: block;
	margin: 0 0 0;
}


.contac-form-wrap .send-wrap {
	margin-top: 20px;
}
.contac-form-wrap .send-wrap .wpcf7-submit {

}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    font-size: 12px;
    line-height: 14px;
    padding: 4px 6px;
    top: 20%;
    left: 20%;
	width: 160px;
}

.wpcf7 form .wpcf7-response-output {
    font-size: 14px;
	line-height: 17px;
	padding: 14px 14px;
	margin: 20px 0 0;
}

.contac-form-wrap .acceptance-fields {
	margin-top: 20px;
}

.wpcf7-form-control-wrap.acceptance-1, 
.wpcf7-form-control-wrap.acceptance-2, 
.wpcf7-form-control-wrap.acceptance-3, 
.wpcf7-form-control-wrap.acceptance-4 {
	display: block;
	margin: 0 0 10px;
}
.wpcf7-form-control-wrap.acceptance-4 {
	display: block;
	margin: 0 0 0px;
}

.wpcf7-form-control span.wpcf7-list-item {
    display: block;
    margin: 0 0 14px 0;
}
.wpcf7-form-control span.wpcf7-list-item.last {
    margin: 0 0 0 0;
}
.wpcf7-form-control span.wpcf7-list-item label {
    margin: 0 0 0 0;
	padding: 0 0 0;
}
.wpcf7-form-control span.wpcf7-list-item input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.wpcf7-form-control .wpcf7-list-item {
	position: relative;
}
.wpcf7-form-control span.wpcf7-list-item-label::before {
    content: "";
	height: 20px;
	width: 20px;
	border: 1px solid #009b95;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0 16px 0 0;
	box-sizing: border-box;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	cursor: pointer;
}
.wpcf7-form-control span.wpcf7-list-item-label::after {
	content: "";
    position: absolute;
	left: 4px;
	top: 4px;
	width: 12px;
	height: 12px;
	background: #009b95;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	display: none;
}
.wpcf7-form-control span.wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after {
    display: block;
}
.wpcf7-form-control span.wpcf7-list-item .wpcf7-list-item-label {
    color: #000;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    margin: 0px 0 0;
	padding: 0 0 0 30px;
    cursor: pointer;
	display: block;
}

.wpcf7-form-control-wrap .wpcf7-acceptance {
	position: relative;
	display: block;
}
/*.wpcf7-form-control-wrap:hover .wpcf7-acceptance:before {
	color: #fff;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
	background-color: #009b95;
	border: none;
	position: absolute;
    padding: 10px 15px;
    max-width: 300px;
    min-width: 253px;
    left: 0px;
    top: -2px;
    border-radius: 0px;
	z-index: 3;
	display: block;
	transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.wpcf7-form-control-wrap.acceptance-1:hover .wpcf7-acceptance:before {
    content: "Wyrażam zgodę na przetwarzanie przez Marine Works - Adam Zaborowski z siedzibą w Gdańsku (80-299), ul. Ateny 10 moich danych osobowych zawartych w przedmiotowym formularzu w celach marketingowych.";
}
.wpcf7-form-control-wrap.acceptance-2:hover .wpcf7-acceptance:before {
    content: "Wyrażam zgodę na przesyłanie przez Marine Works - Adam Zaborowski z siedzibą w Gdańsku (80-299), ul. Ateny 10 informacji handlowych oraz materiałów promocyjnych na wskazany adres email.";
}
.wpcf7-form-control-wrap.acceptance-3:hover .wpcf7-acceptance:before {
    content: "Wyrażam zgodę na wykonywanie przez Marine Works - Adam Zaborowski z siedzibą w Gdańsku (80-299), ul. Ateny 10 połączeń telefonicznych na udostępniony przeze mnie numer telefonu.";
}*/

/**/
.contact-map-block {
	margin-top: 40px;
}
.contact-map-block .contact-map {
	height: 460px;
}



/**/
.popup-contact-form {
	display: none;
}

.popup-contact-form.fancybox-content {
	max-width: 310px;
	padding: 20px 20px 100px;
	background: #fff url(./assets/images/popup-bg.jpg) no-repeat center bottom;
	background-size: contain;
}

.popup-contact-form .header {
	color: #009b95;
	font-size: 20px;
	line-height: 26px;
	text-transform: uppercase;
}
.popup-contact-form .header a {
	color: #666666;
}
.popup-contact-form .header a:hover {
	color: #009b95;
}
.popup-contact-form .subheader {
	color: #009b95;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	margin-top: 22px;
}
.popup-contact-form .wpcf7-form-control-wrap {
	margin-bottom: 12px;
	display: block;
}
.popup-contact-form .wpcf7-form-control-wrap input {
	color: #666666;
	font-size: 12px;
	line-height: 12px;
	
	background: none;
	border-bottom: 1px solid #009b95;

	display: block;
	padding: 8px 0px;
}

.popup-contact-form .form-wrap {
	margin-top: 12px;
}

.popup-contact-form .wpcf7-form-control span.wpcf7-list-item .wpcf7-list-item-label {
    font-size: 10px;
    line-height: 12px;
    padding: 0 0 0 30px;
}
.popup-contact-form .wpcf7-form-control-wrap:hover .wpcf7-acceptance:before {
	color: #fff;
    font-size: 10px;
    line-height: 12px;
}

.popup-contact-form .form-wrap .send-wrap {
	margin-top: 15px;
}

.popup-contact-form .use-floating-validation-tip .wpcf7-not-valid-tip {
    font-size: 12px;
    line-height: 14px;
    padding: 4px 6px;
    top: 20%;
    left: 20%;
	width: 160px;
}

.popup-contact-form .wpcf7 form .wpcf7-response-output {
    font-size: 12px;
    line-height: 14px;
    padding: 10px 10px;
    margin: 20px 0 0;
}

.fancybox-close-small:hover {
	background-color: #009b95 !important;
}
.fancybox-close-small:hover svg {
	color: #fff;
}

/**/
.popup-contact-form.popup-newsletter .subheader {
	margin-top: 0;
}


/*--------------------------------------------------------------
Dealers map
--------------------------------------------------------------*/

.dealers-search-block {
	margin-top: 30px;
}
.dealers-search-block .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.dealers-search-block .manufacturers-select {
	width: 100%;
}
.dealers-search-block .manufacturers-select .custom-select {
	width: 300px;
	margin: 0 auto;
}

.dealers-search-block .custom-checkbox {
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

/**/
.dealers-map-block {
	margin-top: 30px;
}
.dealers-map-block .dealers-map {
	height: 500px;
}


.dealer-info-booble {
	color: #303231;
	font-size: 16px;
	line-height: 34px;
	font-weight: 400;
}
.dealer-info-booble h2 {
	color: #0e9a94;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: 900;
	margin: 0 0 0;
	padding: 0 0 0;
}


.dealers-list-block {
	margin-top: 20px;
}
.dealers-list-block .dealers-list {
	
}
.dealers-list-block .dealers-list .dealers-list-item {
	color: #303231;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	
	background-color: #fff;
	padding: 10px 10px;
	margin-bottom: 10px;
}
.dealers-list-block .dealers-list .dealers-list-item.selected {
	background-color: #a8d1d3;
}
.dealers-list-block .dealers-list .dealers-list-item .title {
	color: #0e9a94;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: 900;
	margin: 0 0 0;
	padding: 0 0 0;
}


/*--------------------------------------------------------------
Page
--------------------------------------------------------------*/

.header-block {
	
}
.header-block .header {
	position: relative;
}
.header-block .header .title {
	position: absolute;
	left: 20px;
	right: 20px;
	top: 50%;
	transform: translateyY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header-block .header .title h1,
.header-block .header .title h3 {
	color: #fff;
	font-size: 33px;
	line-height: 33px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	margin: 0 0 0;
	padding: 0 0 0;
}
.header-block .header .title p {
	color: #95d2d4;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	display: block;
	margin: 5px 0 0;
}
.header-block .header .img {
	width: 100%;
	min-height: 130px;
	object-fit: cover;
	display: block;
}

.header-block .breadcrumb {
	color: #808080;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	margin-top: 8px;
}
.header-block .breadcrumb a {
	color: #808080;
	display: inline-block;
}
.header-block .breadcrumb a:last-child {
	color: #009b95;
}
.header-block .breadcrumb .sep {
	margin: 0 8px;
	display: inline-block;
}

/**/

.header-simple-block .title {
    color: #fff;
    font-size: 36px;
    line-height: 36px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    text-shadow: 1px 1px 0px rgba(204, 204, 204, 1);
	margin: 0 0 0;
	padding: 0 0 0;
}
.header-simple-block .sub-title {
    color: #009b95;
    font-size: 26px;
    line-height: 26px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.09em;
	margin-top: 12px;
}

/**/

.design-block .title {
	color: #009b95;
	font-size: 26px;
	line-height: 27px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 24px;
}
.design-block .steps {
	margin-top: 40px;
}
.design-block .steps .step {
	display: flex;
	align-items: center;
	margin-bottom: 22px;
	position: relative;
}
.design-block .steps .step .no {
	color: #009b95;
	font-size: 17px;
	line-height: 24px;
	font-weight: 500;
	text-align: center;
	width: 28px;
	height: 28px;
	border: 2px solid #009b95;
	border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
	display: block;
	position: relative;
	background-color: #e6e6e6;
	z-index: 2;
}
.design-block .steps .step:before {
	content: "";
	width: 2px;
	height: 24px;
	background-color: #009b95;
	position: absolute;
	left: 14px;
	top: -24px;
	display: block;
}
.design-block .steps .step3:after {
	content: "";
	width: 2px;
	height: 24px;
	background-color: #009b95;
	position: absolute;
	left: 14px;
	bottom: -24px;
	display: block;
}
.design-block .steps .text {
	font-family: 'Work Sans', sans-serif;
	color: #2b2e2d;
	font-size: 12px;
	line-height: 12px;
	margin-left: 20px;
	display: block
}

/**/

.categories-block {
	margin: 20px 0 0;
}
.categories-block .categories-list {
	
}
.categories-block .categories-list .category-item {
	position: relative;
	display: block;
	margin-bottom: 18px;
	-webkit-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}
.categories-block .categories-list .category-item:hover {
	-webkit-box-shadow: 5px 5px 18px 0px rgba(190,190,190,1);
	-moz-box-shadow: 5px 5px 18px 0px rgba(190,190,190,1);
	box-shadow: 5px 5px 18px 0px rgba(190,190,190,1);
}
.categories-block .categories-list .category-item .img {
	display: block;
	margin: 0 0 0;
	padding: 0 0 0;
	width: 100%;
}
.categories-block .categories-list .category-item:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	background-color: rgba(150,211,213,0.0);
	-webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}
.categories-block .categories-list .category-item:hover:after {
	background-color: #0e9a94;
}
.categories-block .categories-list .category-item .content {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
	z-index: 1;
}
.categories-block .categories-list .category-item:hover .content {
	top: 20px;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
.categories-block .categories-list .category-item h2 {
	color: #3b4767;
	font-size: 22px;
	line-height: 22px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0 0;
	margin: 0 0;
	display: block;
	width: 100%;
	-webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.categories-block .categories-list .category-item:hover h2 {
	color: #fff;
}
.categories-block .categories-list .category-item p {
	font-family: 'Work Sans', sans-serif;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	margin-top: 0;
	margin: 0 0 0;
	padding: 0 0;
	display: none;
	width: 100%;
}
.categories-block .categories-list .category-item:hover p {
	display: block;
}

/*--------------------------------------------------------------
Post
--------------------------------------------------------------*/

.post-header-block {
	margin-top: 30px;
}
.post-header-block .wrap {
    max-width: 990px;
}
.post-header-block .title {
	color: #0e9a94;
    font-size: 26px;
    line-height: 26px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 0;
	padding: 0 0 0;
}

.post-content-block {
	margin-top: 25px;
}
.post-content-block .wrap {
    max-width: 990px;
}
.post-content-block .entry-content {
	color: #3b4767;
    font-size: 13px;
    line-height: 20px;
}
.post-content-block .entry-content a {
	color: #3b4767;
	text-decoration: underline;
}
.post-content-block .entry-content a:hover {
	text-decoration: none;
}
.post-content-block .entry-content p {
	margin: 0 0 16px;
}
.post-content-block .entry-content h2 {
	color: #0e9a94;
    font-size: 16px;
    line-height: 20px;
	font-weight: 400;
	margin: 0 0 16px;
	padding: 0 0 0;
}
.post-content-block .entry-content h3 {
	color: #3b4767;
    font-size: 16px;
    line-height: 20px;
	font-weight: 400;
	margin: 0 0 16px;
	padding: 0 0 0;
}
.post-content-block .entry-content h4 {
	color: #0e9a94;
    font-size: 16px;
    line-height: 20px;
	font-weight: 400;
	margin: 0 0 16px;
	padding: 0 0 0;
}
.post-content-block .entry-content h5 {
	color: #0e9a94;
    font-size: 16px;
    line-height: 20px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 16px;
	padding: 0 0 0;
}

.post-content-block .entry-content ul:not(.blocks-gallery-grid) {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 16px;
}
.post-content-block .entry-content ul:not(.blocks-gallery-grid) li {
	position: relative;
	padding: 0 0 0 30px;
	margin: 0 0 14px;
}
.post-content-block .entry-content ul:not(.blocks-gallery-grid) li:before {
	content: "";
	width: 16px;
	height: 14px;
	/*
	width: 19px;
	height: 17px;
	*/
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml;base64,PHN2ZyByb2xlPSJpbWciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE5IDE2LjIzNyI+PHBhdGggZmlsbD0iIzAwOWI5NSIgZD0iTTEwLjg4IDBINy4zOWwtLjAyNy4wMjcgNi41MDYgNi41MDdIMHYzLjEzM2gxMy45MTJsLTYuNTQ4IDYuNTQ4LjAyMi4wMjJoMy40OThMMTkgOC4xMjJ6Ii8+PC9zdmc+");
	background-size: contain;
	position: absolute;
	left: 0;
	top: 2px;
}

.post-content-block .entry-content ol {
	list-style: none;
	counter-reset: section;
	padding: 0 0 0 0;
    margin: 0 0 16px 0;
}
.post-content-block .entry-content ol li {
	position: relative;
	padding: 0 0 0 30px;
	margin: 0 0 14px;
}
.post-content-block .entry-content ol li::before {
	counter-increment: section;
	content: counter(section) ". ";
	color: #0e9a94;
	font-weight: 700;
	position: absolute;
	left: 0;
	top: 0px;
}



/*.post-content-block .entry-content .wp-block-image .alignleft {
    float: unset;
}*/


.post-nav-block {
	margin-top: 30px;
}



/*--------------------------------------------------------------
Regular Content
--------------------------------------------------------------*/

.site-content-contain {
	position: relative;
}

.site-content {
	padding: 10px 0 0;
}

/*--------------------------------------------------------------
Posts
--------------------------------------------------------------*/

/* Post Landing Page */

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

.single .byline,
.group-blog .byline {
	display: inline;
}

.pagination,
.comments-pagination {
	border-top: 1px solid #eee;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	padding: 2em 0 3em;
	text-align: center;
}

.pagination .icon,
.comments-pagination .icon {
	width: 0.666666666em;
	height: 0.666666666em;
}

.comments-pagination {
	border: 0;
}

.page-numbers {
	display: none;
	padding: 0.5em 0.75em;
}

.page-numbers.current {
	color: #767676;
	display: inline-block;
}

.page-numbers.current .screen-reader-text {
	clip: auto;
	height: auto;
	overflow: auto;
	position: relative !important;
	width: auto;
}

.prev.page-numbers,
.next.page-numbers {
	background-color: #ddd;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1;
	padding: 0.25em 0.5em 0.4em;
}

.prev.page-numbers,
.next.page-numbers {
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.prev.page-numbers:focus,
.prev.page-numbers:hover,
.next.page-numbers:focus,
.next.page-numbers:hover {
	background-color: #767676;
	color: #fff;
}

.prev.page-numbers {
	float: left;
}

.next.page-numbers {
	float: right;
}

/* Aligned blockquotes */

.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	width: 48%;
}


/* Single Post */

.page-links {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	padding: 2em 0 3em;
}

.page-links .page-number {
	color: #767676;
	display: inline-block;
	padding: 0.5em 1em;
}

.page-links a {
	display: inline-block;
}

.page-links a .page-number {
	color: #222;
}

/* Post Formats */

.format-quote blockquote {
	color: #333;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	overflow: visible;
	position: relative;
}

.format-quote blockquote .icon {
	display: block;
	height: 20px;
	left: -1.25em;
	position: absolute;
	top: 0.4em;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	width: 20px;
}

/* Post Navigation */

.post-navigation {
}
.post-navigation .nav-links {
	padding: 0 0;
}
.post-navigation .nav-next {
	margin-top: 1.5em;
}
.post-navigation .nav-links a {
	color: #0e9a94;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	border: 1px solid #0e9a94;
	padding: 14px 20px;
	display: inline-block;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.post-navigation .nav-links a:hover {
	color: #fff;
	background-color: #0e9a94;
}


/* 404 page */

.error404 .page-content {
	
}

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

.site-footer {
	background-color: #009b95;
	background-image: url(./assets/images/footer-bg.png);
	background-repeat: no-repeat;
	background-position: 50px 145px;
	/*background-size: 100% 100%;*/
	margin: 28px 0 0;
}
.page-template-aboutus .site-footer {
	margin: 0 0 0;
	padding: 30px 0 28px;
}

.site-footer .wrap {
	padding-top: 30px;
	padding-bottom: 28px;
	padding-left: 30px;
}

.site-footer .footer-header {
	color: #fff;
	font-size: 28px;
	line-height: 26px;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}
.site-footer .footer-address {
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.04em;
	margin-top: 50px;
	padding-left: 60px;
}
.site-footer .footer-address a {
	color: #fff;
	-webkit-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}
.site-footer .footer-address a:hover {
	color: #324568;
}
.site-footer .footer-social {
	margin-top: 25px;
	padding-left: 60px;
}
.site-footer .footer-social .social-cnt {
	display: flex;
	/*justify-content: center;*/
}
.site-footer .footer-social .icon-s {
	width: 26px;
	height: 26px;
	margin: 0 20px 0 0;
	display: block;
}
.site-footer .footer-social .icon-s svg {
	width: 100%;
	height: 100%;
	fill: #fff;
	display: block;
	-webkit-transition: fill 0.2s ease-in-out;
	transition: fill 0.2s ease-in-out;
}
.site-footer .footer-social .icon-s:hover svg {
	fill: #324568;
}

.site-footer .footer-social .footer-links {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.04em;
	margin-top: 40px;
	padding-left: 10px;
}
.site-footer .footer-social .footer-links a {
	color: #fff;
	display: inline-block;
	position: relative;
	-webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.site-footer .footer-social .footer-links a:after {
	content: "/";
	display: inline-block;
	margin: 0 4px;
}
.site-footer .footer-social .footer-links a:last-child:after {
	display: none;
}
.site-footer .footer-social .footer-links a:hover {
	color: #324568;
}

.site-footer .createdby {
	width: 100%;
    display: flex;
	justify-content: flex-end;
    align-items: center;
	margin-top: 25px;
}
.site-footer .createdby span {
	color: #fff;
	font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.04em;
	display: block;
}
.site-footer .createdby a {
	width: 40px;
	height: 18px;
	display: block;
	margin-left: 10px;
}
.site-footer .createdby svg {
	width: 100%;
	height: 100%;
	display: block;
	fill: #fff;
	-webkit-transition: fill 0.3s ease-in-out;
	transition: fill 0.3s ease-in-out;
}
.site-footer .createdby a:hover svg {
	fill: #08fcbf;
}

/**/

.newsletter-btn {
	text-align: center;
}
.newsletter-btn a {
	color: #009b95;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.09em;
	background-color: #fff;
	padding: 16px 18px;
	margin: 0 0 0;
	display: inline-block;
	-webkit-transition: color 0.2s, background 0.2s;
	transition: color 0.2s, background 0.2s;
}
.newsletter-btn a:hover {
	color: #fff;
	background-color: #324568;
}

/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/

#comments {
	clear: both;
	padding: 2em 0 0.5em;
}

.comments-title {
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 1.5em;
}

.comment-list,
.comment-list .children {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list li:before {
	display: none;
}

.comment-body {
	margin-left: 65px;
}

.comment-author {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0.4em;
	position: relative;
	z-index: 2;
}

.comment-author .avatar {
	height: 50px;
	left: -65px;
	position: absolute;
	width: 50px;
}

.comment-author .says {
	display: none;
}

.comment-meta {
	margin-bottom: 1.5em;
}

.comment-metadata {
	color: #767676;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.comment-metadata a {
	color: #767676;
}

.comment-metadata a.comment-edit-link {
	color: #222;
	margin-left: 1em;
}

.comment-body {
	color: #333;
	font-size: 14px;
	font-size: 0.875rem;
	margin-bottom: 4em;
}

.comment-reply-link {
	font-weight: 800;
	position: relative;
}

.comment-reply-link .icon {
	color: #222;
	left: -2em;
	height: 1em;
	position: absolute;
	top: 0;
	width: 1em;
}

.children .comment-author .avatar {
	height: 30px;
	left: -45px;
	width: 30px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	border: 1px solid #333;
	padding: 2px;
}

.no-comments,
.comment-awaiting-moderation {
	color: #767676;
	font-size: 14px;
	font-size: 0.875rem;
	font-style: italic;
}

.comments-pagination {
	margin: 2em 0 3em;
}

.form-submit {
	text-align: right;
}

.comment-form #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
	display: inline;
}


/* Search */

.search-form {
	position: relative;
}

.search-form .search-submit {
	bottom: 3px;
	padding: 0.5em 1em;
	position: absolute;
	right: 3px;
	top: 3px;
}

.search-form .search-submit .icon {
	height: 24px;
	top: -2px;
	width: 24px;
}

/* Gallery widget */

.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.wp-block-gallery img {
	-webkit-transition: transform 0.2s;
	transition: transform 0.2s;
}
.wp-block-gallery a {
	overflow: hidden;
}
.wp-block-gallery a:hover img {
	transform: scale(1.05,1.07);
	-webkit-transform: scale(1.05,1.07);
	-moz-transform: scale(1.05,1.07);
}

/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/

img,
video {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

img.alignleft,
img.alignright {
	float: none;
	margin: 0;
}

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

audio:focus,
video:focus {
	outline: thin dotted;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
	margin-bottom: 1.5em;
	max-width: 100%;
}

/* Remove bottom on embeds that wrapped in paragraphs via wpautop. */

p > embed:only-child,
p > iframe:only-child,
p > object:only-child {
	margin-bottom: 0;
}

.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

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

/* Media Elements */

.mejs-container {
	margin-bottom: 1.5em;
}

/* Audio Player */

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
	background: transparent;
	border: 0;
}

/* Playlist Color Overrides: Light */

.site-content .wp-playlist-light {
	border-color: #eee;
	color: #222;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
	color: #333;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
	color: #767676;
}

.site-content .wp-playlist-light .wp-playlist-item {
	border-bottom: 1px dotted #eee;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-light .wp-playlist-item:hover,
.site-content .wp-playlist-light .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #767676;
	color: #fff;
}

.site-content .wp-playlist-light a.wp-playlist-caption:hover,
.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light .wp-playlist-item:focus a {
	color: #fff;
}

/* Playlist Color Overrides: Dark */

.site-content .wp-playlist-dark {
	background: #222;
	border-color: #333;
}

.site-content .wp-playlist-dark .mejs-container .mejs-controls {
	background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-caption {
	color: #fff;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
	color: #eee;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
	color: #aaa;
}

.site-content .wp-playlist-dark .wp-playlist-playing {
	background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-item {
	border-bottom: 1px dotted #555;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-dark .wp-playlist-item:hover,
.site-content .wp-playlist-dark .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #aaa;
	color: #222;
}

.site-content .wp-playlist-dark a.wp-playlist-caption:hover,
.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark .wp-playlist-item:focus a {
	color: #222;
}

/* Playlist Style Overrides */

.site-content .wp-playlist {
	padding: 0.625em 0.625em 0.3125em;
}

.site-content .wp-playlist-current-item .wp-playlist-item-title {
	font-weight: 700;
}

.site-content .wp-playlist-current-item .wp-playlist-item-album {
	font-style: normal;
}

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.site-content .wp-playlist-item {
	padding: 0 0.3125em;
	cursor: pointer;
}

.site-content .wp-playlist-item:last-of-type {
	border-bottom: none;
}

.site-content .wp-playlist-item a {
	padding: 0.3125em 0;
	border-bottom: none;
}

.site-content .wp-playlist-item a,
.site-content .wp-playlist-item a:focus,
.site-content .wp-playlist-item a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
}

.site-content .wp-playlist-item-length {
	top: 5px;
}

/* SVG Icons base styles */

.icon {
	display: inline-block;
	fill: currentColor;
	height: 1em;
	position: relative; /* Align more nicely with capital letters */
	top: -0.0625em;
	vertical-align: middle;
	width: 1em;
}

/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;
	width: 50%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
17.0 Customizer
--------------------------------------------------------------*/

.highlight-front-sections.marineworks-customizer.marineworks-front-page .marineworks-panel:after {
	border: 2px dashed #0085ba; /* Matches visible edit shortcuts. */
	bottom: 1em;
	content: "";
	display: block;
	left: 1em;
	position: absolute;
	right: 1em;
	top: 1em;
	z-index: 1;
}

.highlight-front-sections.marineworks-customizer.marineworks-front-page .marineworks-panel .panel-content {
	z-index: 2; /* Prevent :after from preventing interactions within the section */
}

/* Used for placeholder text */
.marineworks-customizer.marineworks-front-page .marineworks-panel .marineworks-panel-title {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 3em;
	text-transform: uppercase;
	text-align: center;
}

/* Show borders on the custom page panels only when the front page sections are being edited */
.highlight-front-sections.marineworks-customizer.marineworks-front-page .marineworks-panel:nth-of-type(1):after {
	border: none;
}

.marineworks-front-page.marineworks-customizer #primary article.panel-placeholder {
	border: 0;
}

/* Add some space around the visual edit shortcut buttons. */
.marineworks-panel > .customize-partial-edit-shortcut > button {
	top: 30px;
	left: 30px;
}

/* Ensure that placeholder icons are visible. */
.marineworks-panel .customize-partial-edit-shortcut-hidden:before {
	visibility: visible;
}

/*--------------------------------------------------------------
18.0 SVGs Fallbacks
--------------------------------------------------------------*/

.svg-fallback {
	display: none;
}

.no-svg .svg-fallback {
	display: inline-block;
}

/* Show screen reader text in some cases */

.no-svg .next.page-numbers .screen-reader-text,
.no-svg .prev.page-numbers .screen-reader-text,
.no-svg .search-submit .screen-reader-text {
	clip: auto;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	height: auto;
	position: relative !important; /* overrides previous !important styles */
	width: auto;
}

/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/

/* Adjust positioning of edit shortcuts, override style in customize-preview.css */
@media screen and (min-width: 20em) {

}

@media screen and (min-width: 30em) {

	/* Typography */

	body,
	button,
	input,
	select,
	textarea {
		font-size: 18px;
		font-size: 1.125rem;
	}
	
	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 14px;
		font-size: 0.875rem;
	}

	/* Fix image alignment */
	img.alignleft {
		float: left;
		margin-right: 1.5em;
	}

	img.alignright {
		float: right;
		margin-left: 1.5em;
	}


	/* Site Header */
	
	.langtop .wpml-navigation .lang-sel {
		background-color: #fff;
	}
	.js .main-navigation.toggled-on .menu-container {
		right: -10px;
		top: -15px;
		background-color: #fff;
		width: 300px;
		padding-top: 60px;
		
		-webkit-box-shadow: 10px 10px 16px 0px rgba(118,118,118,0.27);
		-moz-box-shadow: 10px 10px 16px 0px rgba(118,118,118,0.27);
		box-shadow: 10px 10px 16px 0px rgba(118,118,118,0.27);
	}


	/* Front Page */

	


	/* Site Footer */

	.site-footer {

	}

	/* Gallery Columns */

	.gallery-item {
		max-width: 25%;
	}

	.gallery-columns-1 .gallery-item {
		max-width: 100%;
	}

	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}

	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}

	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}
}

@media screen and (min-width: 37em) {
	
	/**/
	.offer-block .offer-list {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.offer-block .offer-list .offer-item {
		width: calc(100% / 2 - 20px);
		margin-left: 8px;
		margin-right: 8px;
	}
	.offer-block .offer-list .title {
		text-align: center;
	}
	
	/* Market */
	.why-block .why-list {
		display: flex;
		justify-content: space-between;
	}
	.why-block .why-list .why-item {
		max-width: 175px;
		display: block;
		justify-content: unset;
		align-items: unset;
		margin-bottom: 0;
		margin-left: 5px;
		margin-right: 5px;
	}
	.why-block .why-list .why-item .image {
		width: 100%;
		height: 102px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.why-block .why-list .why-item .image svg {
		margin: 0 0;
	}
	.why-block .why-list .why-item .text {
		font-size: 12px;
		line-height: 16px;
		flex: unset;
		text-align: center;
		margin-top: 25px;
		margin-left: 0;
	}
	
	/**/
	.design-block .title {
		font-size: 30px;
		line-height: 33px;
		margin-top: 28px;
	}
	.design-block .steps {
		display: flex;
		margin-top: 20px;
		overflow: hidden;
	}
	.design-block .steps .step {
		display: block;
		align-items: unset;
		margin-bottom: 0;
		padding-right: 40px;
	}
	.design-block .steps .step:after {
		content: "";
		height: 2px;
		background-color: #009b95;
		position: absolute;
		right: 0;
		width: 100%;
		top: 12px;
		display: block;
	}
	.design-block .steps .step1 {
		padding-left: 40px;
	}
	.design-block .steps .step3 {
		padding-right: 0px;
	}
	.design-block .steps .step .no {
		font-size: 17px;
		line-height: 24px;
		width: 28px;
		height: 28px;
	}
	.design-block .steps .step:before {
		width: 300px;
		height: 2px;
		left: -300px;
		top: 12px;
		
		display: none;
	}
	
	.design-block .steps .step1:before {
		width: 40px;
		left: -40px;
		top: 12px;
	}
	.design-block .steps .step3:after {
		width: 900px;
	}
	.design-block .steps .text {
		font-size: 12px;
		line-height: 12px;
		margin-left: 0;
		margin-top: 8px;
	}
	
	/**/
	.categories-block .categories-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.categories-block .categories-list .category-item {
		width: calc(100% / 2 - 10px);
	}
	
	
	/* Products list */
	
	.products-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.products-list .product-item {
		width: calc(100% / 2 - 10px);
		margin-bottom: 20px;
		
		display: flex;
		flex-wrap: wrap;
		align-content: space-between;
	}
	.products-list .product-item .title {
		width: 100%;
	}
	.products-list .product-item .image {
		width: 100%;
	}
	.products-list .product-item .bottom-box {
		width: 100%;
	}
	
	/* About us */
	
	.team-list .team-item {
		margin-left: 15px;
		margin-right: 15px;
	}
	
	/* References */
	
	.references-list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.references-list .references-item {
		margin-bottom: 26px;
		width: calc(100% / 2 - 13px);
	}
	
	
	/* Contact */
	
	.contact-address-block .wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.contact-address-block .title {
		width: 100%;
	}
	
	.contact-address-block .address {
		margin-right: 20px;
	}
	.contact-address-block .action {
		margin-left: 20px;
	}
	
	.contac-form-wrap {
		margin-top: 35px;
	}
	
	.contac-form-wrap .fields-wrap label {
		display: inline;
		margin: 0 0 0;
	}
	.contac-form-wrap .fields-wrap label .dot {
		display: inline;
	}
	.contac-form-wrap .fields-wrap .wpcf7-form-control-wrap {
		margin-top: 0;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 8px;
		display: inline-block;
	}
	.contac-form-wrap .fields-wrap .wpcf7-form-control-wrap.your-name {
		width: 260px;
	}
	.contac-form-wrap .fields-wrap .wpcf7-form-control-wrap.your-company {
		width: 260px;
	}
	.contac-form-wrap .fields-wrap .wpcf7-form-control-wrap.your-product {
		width: 300px;
	}
	.contac-form-wrap .fields-wrap .wpcf7-form-control-wrap.your-priority {
		width: 150px;
	}
	.contac-form-wrap .fields-wrap .wpcf7-form-control-wrap.your-contact {
		width: 260px;
	}
	
	
	/* Dealers map */
	
	.dealers-list-block .dealers-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.dealers-list-block .dealers-list .dealers-list-item {
		width: calc(100% / 2 - 5px);
	}
	
}

@media screen and (min-width: 48em) {

	/* Typography */

	body,
	button,
	input,
	select,
	textarea {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.5;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 13px;
		font-size: 0.8125rem;
	}

	/* Layout */

	.wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	/* Site Header */
	.site-header .logo {
		width: 200px;
		height: 41px;
		margin-right: auto;
	}
	.home .site-header .logo {
		margin-right: auto;
	}
	
	.navigation-sub {
		display: flex;
	}
	.home .navigation-sub {
		display: none;
	}
	

	/* Front Page */
	
	.marineworks-front-page .mobile-banner-block {
		display: none;
	}

	.marineworks-front-page .video-block {
		display: block;
	}

	/**/
	.news-block {
		margin-top: 40px;
	}
	.news-block .wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
	.news-block .block-header {
		font-size: 65px;
		line-height: 65px;
		text-align: left;
		margin-left: -20px;
		margin-right: -20px;
	}
	.news-block .news-list {
		margin: -12px 0 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.news-block .news-list .news-item {
		margin: 0 0 15px;
		width: calc(100% / 2 - 10px);
	}
	.news-block .news-list .news-item .title {
		font-size: 22px;
		line-height: 26px;
		margin-top: 18px;
	}
	.news-block .news-list .news-item .desc {
		font-size: 14px;
		line-height: 16px;
		left: 22px;
		right: 22px;
		bottom: 22px;
	}
	.news-block .news-list .news-item .desc .btn-more {
		right: 22px;
		bottom: 22px;
	}
	
	/**/
	.dealers-block {
		margin-top: 50px;
	}
	.dealers-block .wrap {
		padding-left: 30px;
		padding-right: 30px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.dealers-block .block-map {
		width: calc(100% / 2);
		margin-left: 0;
		margin-right: 0;
	}
	.dealers-block .block-map .dealers-map {
		height: 360px;
	}
	.dealers-block .block-text {
		width: calc(100% / 2);
		margin: 0 0 0;
		padding-left: 40px;
	}
	.dealers-block .block-text .header {
		font-size: 40px;
		line-height: 42px;
	}
	.dealers-block .block-text .subheader {
		font-size: 14px;
		line-height: 16px;
		margin: 16px 0 0;
	}
	.dealers-block .block-text .subheader br {
		display: none;
	}
	.dealers-block .block-text .btn-more {
		font-size: 14px;
		line-height: 14px;
		padding: 16px 60px;
		margin: 34px 0 0;
	}
	
	/**/
	.partners-block {
		margin-top: 50px;
	}
	.partners-block .block-header {
		font-size: 65px;
		line-height: 65px;
		text-align: left;
		margin-left: 0px;
		margin-right: 0px;
	}
	marineworks-front-page .partners-block .partners-list {
		margin: -20px 0 0;
	}
	
	.ue-block {
		margin-top: 45px;
	}
	.ue-block .wrap .mobile {
		display: none;
	}
	.ue-block .wrap .desktop {
		display: inline-block;
	}
	
	/* Market */

	.banner-block .wrap .banner-list .banner-item .banner-content {
		width: 60%;
		left: 0px;
		right: unset;
		top: 0;
		bottom: 0px;
		padding: 0 0 0;
		background: rgb(14,154,148);
		background: linear-gradient(90deg, rgba(14,154,148,1) 0%, rgba(14,154,148,1) 50%, rgba(255,255,255,0) 100%);
	}
	.banner-block .wrap .banner-list .banner-item .title {
		font-size: 50px;
		line-height: 46px;
		position: absolute;
		top: 64px;
		left: 44px;
		width: 70%;
	}
	.banner-block .wrap .banner-list .banner-item .desc {
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 0;
		position: absolute;
		bottom: 54px;
		left: 44px;
		width: 70%;
	}
	.banner-block .wrap .banner-list .banner-item .desc .btn-more {
		font-size: 14px;
		line-height: 14px;
		margin: 20px 0 0;
		padding: 14px 53px;
	}
	.banner-block .wrap .banner-list .banner-item .img {
		height: 430px;
	}
	.banner-block .slick-dots {
		bottom: 15px;
	}
	.banner-block .slick-dots li button {
		width: 66px;
		height: 4px;
	}
	
	/**/
	.offer-block {
		margin: 60px 0 0;
	}
	.offer-block .offer-list {
		justify-content: space-evenly;
		flex-wrap: nowrap;
	}
	.offer-block .offer-list .offer-item {
		width: calc(100% / 3 - 20px);
		max-width: 275px;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0;
		display: flex;
		flex-wrap: wrap;
	}
	
	.offer-block .offer-list .offer-item .title {
		font-size: 22px;
		line-height: 22px;
		width: 100%;
		text-align: center;
		margin: 20px 0 0;
		order: 2;
	}
	.offer-block .offer-list .offer-item .image {
		width: 100%;
		margin: 0 0 0;
		order: 1;
	}
	.offer-block .offer-list .offer-item:nth-child(1) .title {
		text-align: right;
	}
	.offer-block .offer-list .offer-item:nth-child(3) .title {
		text-align: left;
	}
	.offer-block .offer-list .offer-item:nth-child(2) .title {
		width: 100%;
		text-align: center;
		margin: 0 0 0;
		order: 1;
	}
	.offer-block .offer-list .offer-item:nth-child(2) .image {
		width: 100%;
		margin: 20px 0 0;
		order: 1;
	}
	
	/**/
	.why-block .wrap {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.why-block .block-title {
		font-size: 32px;
		line-height: 40px;
		width: 30%;
		margin-right: 25px;
	}
	.why-block .why-list {
		margin-top: 0;
		flex: 1;
	}
	
	
	/* Products list */
	
	.products-list .product-item {
		width: calc(100% / 3 - 10px);
		margin-bottom: 20px;
	}
	.products-list:after {
		content: "";
		width: calc(100% / 3 - 10px);
		display: block;
	}
	
	
	/* Product */
	
	.product-block .wrap {
		display: flex;
		justify-content: space-between;
	}
	.product-block .image-block {
		width: 295px;
		margin-top: 16px;
		display: block;
	}
	.product-block .image-block .product-image {
		text-align: center;
		background-color: #fff;
		display: block;
		padding: 20px 20px;
	}
	.product-block .image-block.product-image img {
		max-width: 100%;
		display: block;
		margin: 0 auto 0;
		padding: 0 0 0;
	}
	.product-block .image-block .product-manufacturer {
		display: block;
		margin-top:	16px;
		background-color: #fff;
	}
	.product-block .image-block .product-manufacturer img {
		display: block;
		margin: 0 auto 0;
		padding: 6px 0;
	}
	.product-block .image-block .product-downloads {
		margin-top: 25px;
	}

	.product-block .product-info-block {
		margin-top: 16px;
		margin-left: 20px;
		flex: 1;
	}
	.product-block .product-info-block .product-image {
		display: none;
	}
	.product-block .product-info-block .product-manufacturer {
		display: none;
	}
	.product-block .product-info-block .product-downloads {
		display: none;
	}
	
	
	/* About us */
	
	.aboutus-block {
		padding-bottom: 48px;
	}
	.aboutus-block .info-block {
		padding-left: 20px;
		padding-right: 20px;
	}
	.aboutus-block .info-block .content {
		display: flex;
		justify-content: space-between;
	}
	
	.aboutus-block .info-block .content .text {
		padding-left: 0;
		width: 50%;
	}
	.aboutus-block .info-block .content .image {
		width: 50%;
		position: relative;
	}
	
	.aboutus-block .info-block .content-1 .text {
		padding-top: 15px;
		padding-right: 6%;
		width: 35%;
	}
	.aboutus-block .info-block .content-1 .text .desc p:last-child {
		margin-bottom: 60px;
	}
	.aboutus-block .info-block .content-1 .image {
		width: 65%;
	}
	.aboutus-block .info-block .content-1 .image img {
		z-index: 1;
		position: relative;
	}
	
	.aboutus-block .info-block .content-2 {
		margin-top: -40px;
	}
	.aboutus-block .info-block .content-2 .text {
		padding-top: 9%;
		padding-left: 6%;
		padding-right: 0;
		order: 2;
	}
	.aboutus-block .info-block .content-2 .image {
		order: 1;
	}
	
	/**/
	
	.team-block {
		padding-bottom: 54px;
	}
	
	.team-list .team-item .item-wrap {
		display: flex;
		justify-content: space-between;
	}
	.team-list .team-item .image {
		width: 170px;
		min-width: 170px;
		order: 2;
	}
	.team-list .team-item .image img {
		height: 100%;
		max-height: unset;
	}
	.team-list .team-item .info {
		flex: 1;
		order: 1;
		padding-right: 8px;
	}
	.team-list .team-item .info .title {
		text-align: right;
	}
	.team-list .team-item .info .desc {
		text-align: right;
	}
	.team-list .team-item .info .title .name {
		position: relative;
	}
	/*.team-list .team-item .info .title .name:before {
		content: "";
		height: 16px;
		display: block;
	}*/
	/*.team-list .team-item .info .title .name span {
		white-space: nowrap;
		position: absolute;
		left: 0;
		top: 0;
		text-shadow: 0px 0px 3px rgba(250, 250, 250, 0.2);
		z-index: 1;
	}*/
	
	.team-list .slick-arrow {
		width: 38px;
		height: 38px;
	}
	.team-list .slick-arrow:after {
		width: 14px;
		height: 14px;
		transform: rotate(135deg) translate(-10px, -10px);
		-webkit-transform: rotate(135deg) translate(-10px, -10px);
	}
	.team-list .slick-arrow.slick-next:after {
		transform: rotate(-45deg) translate(6px, 6px);
		-webkit-transform: rotate(-45deg) translate(6px, 6px);
	}
	
	
	/* Dealers map */

	.dealers-search-block {
		margin-top: 30px;
	}
	.dealers-search-block .wrap {
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
	}
	.dealers-search-block .manufacturers-select {
		width: auto;
		margin-right: 30px;
	}
	
	.dealers-search-block .custom-checkbox {
		margin-top: 0;
		margin-left: 10px;
		margin-right: 10px;
	}
	

	/* Posts */

	.site-content {
		padding: 20px 0 0;
	}

	.single-post .entry-title,
	.page .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}

	.comments-pagination,
	.post-navigation {
		clear: both;
	}

	.post-navigation .nav-previous {
		float: left;
		width: 50%;
	}

	.post-navigation .nav-next {
		float: right;
		text-align: right;
		width: 50%;
	}

	.nav-next,
	.post-navigation .nav-next {
		margin-top: 0;
	}

	/* Blog, archive, search */

	.sticky .icon-thumb-tack {
		height: 23px;
		left: -2.5em;
		top: 1.5em;
		width: 32px;
	}

	.blog .site-main > article,
	.archive .site-main > article,
	.search .site-main > article {
		padding-bottom: 4em;
	}

	.navigation.pagination {
		clear: both;
		float: right;
		width: 58%;
	}

	.entry-footer {
		display: table;
		width: 100%;
	}

	.entry-footer .cat-tags-links {
		display: table-cell;
		vertical-align: middle;
		width: 100%;
	}

	.entry-footer .edit-link {
		display: table-cell;
		text-align: right;
		vertical-align: middle;
	}

	.entry-footer .edit-link a.post-edit-link {
		margin-top: 0;
		margin-left: 1em;
	}


	/* Post formats */

	.format-quote blockquote .icon {
		left: -1.5em;
	}

	/* Pages */




	/* Comments */

	#comments {
		padding-top: 5em;
	}

	.comments-title {
		margin-bottom: 2.5em;
	}

	ol.children .children {
		padding-left: 2em;
	}

	/* Posts pagination */

	.nav-links .nav-title {
		position: relative;
	}

	.nav-title-icon-wrapper {
		position: absolute;
		text-align: center;
		width: 2em;
	}

	.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
		left: -2em;
	}

	.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
		right: -2em;
	}


	/* Footer */

	.site-footer {
		margin: 54px 0 0;
	}
	.page-template-aboutus .site-footer {
		margin: 0 0 0;
	}
	
	.site-footer .wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding-top: 34px;
		padding-bottom: 70px;
	}
	.site-footer .footer-header {
		width: 100%;
		font-size: 40px;
		line-height: 38px;
	}
	.site-footer .footer-address {
		font-size: 14px;
		line-height: 20px;

	}
	.site-footer .footer-social {
		margin-top: 50px;
	}
	.site-footer .footer-social .icon-s {
		margin: 0 0 0 20px;
	}
	.site-footer .footer-social .footer-links {
		margin-top: 50px;
		padding-left: 0;
	}
	

	/* Gallery Columns */

	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}

	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
	}

	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}

	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}

	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}
}

@media screen and ( min-width: 62em ) {
	
	
	/* Market */
	
	.offer-block .offer-list .offer-item .title {
		margin: 24px 0 0;
	}
	.offer-block .offer-list .offer-item:nth-child(2) .image {
		margin: 22px 0 0;
	}
	
	.why-block {
		margin: 90px 0 0;
	}
	.why-block .why-list .why-item {
		max-width: 182px;
		margin-left: 5px;
		margin-right: 5px;
	}
	.why-block .block-title {
		font-size: 40px;
		line-height: 46px;
	}
	
	/**/
	.header-simple-block .title {
		font-size: 64px;
		line-height: 64px;
	}
	
	/**/
	.categories-block .categories-list .category-item {
		width: calc(100% / 3 - 10px);
	}
	.categories-block .categories-list:after {
		content: "";
		width: calc(100% / 3 - 10px);
		display: block;
		order: 1;
	}
	
	/* Products list */
	
	.productlist-block .wrap {
		display: flex;
		justify-content: space-between;
	}
	
	.filter-block {
		width: 295px;
	}
	
	.products-block {
		margin-top: 0;
		margin-left: 20px;
		flex: 1;
	}
	.products-list .product-item {
		width: calc(100% / 2 - 10px);
		margin-bottom: 20px;
	}
	
	/* About us */
	
	.aboutus-block {
		padding-bottom: 70px;
	}
	.aboutus-block .header .title {
		font-size: 64px;
		line-height: 64px;
	}
	
	.aboutus-block .info-block {
		padding-left: 40px;
		padding-right: 40px;
		max-width: 1300px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.aboutus-block .info-block .content .text {
		padding-top: 22px;
	}
	.aboutus-block .info-block .content .text .title {
		font-size: 40px;
		line-height: 40px;
		letter-spacing: 0.02em;
	}
	.aboutus-block .info-block .content .text .desc {
		font-size: 12px;
		line-height: 17px;
		margin-top: 26px;
	}
	
	.aboutus-block .info-block .content-1 .text {
		padding-top: 20px;
		padding-right: 6%;
		width: 30%;
	}
	.aboutus-block .info-block .content-1 .image {
		width: 70%;
	}
	
	.aboutus-block .info-block .content-2 .text {
		padding-top: 10%;
		padding-left: 6%;
	}
	
	.team-block {
		padding-top: 50px;
		padding-bottom: 28px;
	}
	.team-block .header .title {
		font-size: 62px;
		line-height: 62px;
	}
	
	/* Contact */
	
	
	/* Site footer */
	
	.site-footer {
		background-position: 50px 125px;
	}
	
	.newsletter-btn {
		position: fixed;
		top: 300px;
		right: -50px;
		z-index: 2;
		-webkit-transform: translateY(0) rotate(90deg);
		-ms-transform: translateY(0) rotate(90deg);
		-o-transform: translateY(0) rotate(90deg);
		transform: translateY(0) rotate(90deg);
	}
	body.lang-ru .newsletter-btn {
		right: -91px;
	}
	.newsletter-btn a {
		color: #fff;
		font-size: 14px;
		line-height: 14px;
		background-color: #009b95;
		padding: 16px 18px;
		display: block;
	}
	.newsletter-btn:hover a {
		color: #009b95;
		background-color: #fff;
	}
	
	.site-footer .footer-header {
		width: auto;
	}
	
	
}

@media screen and ( min-width: 67em ) {


	/**/
	
	.news-block .wrap {
		padding-left: 90px;
		padding-right: 90px;
	}
	.news-block .block-header {
		margin-left: -90px;
		margin-right: -90px;
	}
	.news-block .news-list {
		margin: -16px 0 0;
		justify-content: space-between;
	}
	.news-block .news-list .news-item {
		margin: 0 0 15px;
		width: calc(100% / 3 - 20px);
	}
	
	.home .news-block .news-list .news-item,
	.market-page .news-block .news-list .news-item {
		margin-bottom: 0;
	}
	
	/**/
	.dealers-block .wrap {
		padding-left: 90px;
		padding-right: 90px;
	}
	
	/* Market */
	
	.why-block .block-title {
		margin-left: 40px;
	}
	
	/* Products list */
	.products-list .product-item {
		width: calc(100% / 3 - 10px);
		margin-bottom: 20px;
	}
	
	
	/* Product */
	
	.product-block .image-block {
		width: 345px;
		margin-top: 20px;
	}
	
	.product-block .product-info-block {
		margin-top: 20px;
		margin-left: 26px;
	}
	.product-block .product-info-block .product-desc {
		font-size: 16px;
		line-height: 23px;
		margin-top: 20px;
	}
	.product-block .product-info-block .product-desc p {
		margin: 0 0 16px;
	}
	
	/* About us */
	
	.aboutus-block .info-block .content .text .desc {
		font-size: 13px;
		line-height: 20px;
		margin-top: 26px;
	}
	
	/* References */
	
	.references-list .references-item {
		margin-bottom: 26px;
		width: calc(100% / 3 - 13px);
	}
	.references-list:after {
		content: "";
		width: calc(100% / 3 - 13px);
		display: block;
	}
	
	
	
	/* Page */
	
	.design-block .wrap {
		display: flex;
		justify-content: space-between;
	}
	.design-block .title {
		width: 50%;
	}
	.design-block .steps {
		flex: 1;
	}
	
	
	/* Dealers map */
	
	.dealers-list-block {
		margin-top: 40px;
	}
	
	.dealers-list-block .dealers-list .dealers-list-item {
		width: calc(100% / 3 - 10px);
		margin-bottom: 20px;
	}
	.dealers-list-block .dealers-list:after {
		content: "";
		width: calc(100% / 3 - 10px);
		display: block;
	}
	

	/* Pagination */

	.page-numbers {
		display: inline-block;
	}

	.page-numbers.current {
		font-size: 15px;
		font-size: 0.9375rem;
	}

	.page-numbers.current .screen-reader-text {
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		overflow: hidden;
		position: absolute !important;
		width: 1px;
	}


}

@media screen and ( min-width: 79em ) {
	
	
	
	/* About us */
	
	.aboutus-block .info-block .content .text .title {
		font-size: 50px;
		line-height: 50px;
	}
	.aboutus-block .info-block .content .text .desc {
		font-size: 14px;
		line-height: 21px;
		margin-top: 37px;
	}
	.aboutus-block .info-block .content-1 .text {
		padding-top: 6%;
		padding-right: 6%;
	}
	
	.team-list .team-item {
		width: 410px;
		margin-left: 25px;
		margin-right: 25px;
	}
	.team-list .team-item .info .title .name {
		font-size: 14px;
		line-height: 16px;
	}
	.team-list .team-item .info .title .position {
		font-family: 'Work Sans', sans-serif;
		font-size: 14px;
		line-height: 16px;
		margin-top: 4px;
	}
	.team-list .team-item .info .desc {
		font-size: 14px;
		line-height: 21px;
		margin-top: 18px;
	}
	
	
}

@media screen and ( min-width: 86em ) {
	
	/**/
	.dealers-block .block-map .dealers-map {
		height: 460px;
	}
	
	/* Market */
	
	.offer-block .offer-list .offer-item {
		max-width: 340px;
	}
	
	.why-block .block-title {
		margin-left: 54px;
	}
	
	/**/
	.categories-block .categories-list .category-item .content {
		left: 20px;
		right: 20px;
		bottom: 14px;
	}
	.categories-block .categories-list .category-item h2 {
		font-size: 30px;
		line-height: 30px;
	}
	
	/**/
	.categories-block .categories-list .category-item {
		width: calc(100% / 4 - 10px);
	}
	.categories-block .categories-list:after {
		width: calc(100% / 4 - 10px);
	}
	.categories-block .categories-list:before {
		content: "";
		width: calc(100% / 4 - 10px);
		display: block;
		order: 1;
	}
	
	
	/**/
	.design-block .steps .step {
		width: calc(100% / 3);
	}
	
}

