/*
Theme Name: G4M
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: g4m
Tags: 

*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Regular.eot');
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
        url('./assets/fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/Gilroy-Regular.woff') format('woff'),
        url('./assets/fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Black.eot');
    src: local('Gilroy Black'), local('Gilroy-Black'),
        url('./assets/fonts/Gilroy-Black.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/Gilroy-Black.woff') format('woff'),
        url('./assets/fonts/Gilroy-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}



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;
}

/*--------------------------------------------------------------
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. */
}

/*--------------------------------------------------------------
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;
}

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

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content: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-content:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.4;
	margin: 0 0 0;
	padding: 0 0 0;
}

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: #000;
	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;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 0.7em;
	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;
	border-color: #333;
}

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"] {
	background-color: #222;
	border: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1;
	padding: 1em 2em;
	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: #767676;
}

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: #fff;
}

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

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

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

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

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

/*--------------------------------------------------------------
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;
}

/*--------------------------------------------------------------
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;
}

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

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

a:focus {
	outline: none;
}

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

/* Hover effects */

.entry-content a,
.entry-summary a,
.comment-content a,
.widget a,
.site-footer .widget-area a,
.widget_authors a strong {
}

.entry-title a,
.entry-meta a,
.page-links a,
.page-links a .page-number,
.entry-footer a,
.entry-footer .cat-links a,
.entry-footer .tags-links a,
.edit-link a,
.post-navigation a,
.logged-in-as a,
.comment-navigation a,
.comment-metadata a,
.comment-metadata a.comment-edit-link,
.comment-reply-link,
a .nav-title,
.comments-pagination a,
.site-info a,
.widget .widget-title a,
.widget ul li a,
.site-footer .widget-area ul li a,
.site-footer .widget-area ul li a {
	text-decoration: none;
}

.entry-content a:focus,
.entry-content a:hover,
.entry-summary a:focus,
.entry-summary a:hover,
.comment-content a:focus,
.comment-content a:hover,
.widget a:focus,
.widget a:hover,
.site-footer .widget-area a:focus,
.site-footer .widget-area a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover,
.comment-metadata a.comment-edit-link:focus,
.comment-metadata a.comment-edit-link:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.widget_authors a:focus strong,
.widget_authors a:hover strong,
.entry-title a:focus,
.entry-title a:hover,
.entry-meta a:focus,
.entry-meta a:hover,
.page-links a:focus .page-number,
.page-links a:hover .page-number,
.entry-footer a:focus,
.entry-footer a:hover,
.entry-footer .cat-links a:focus,
.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:focus,
.entry-footer .tags-links a:hover,
.post-navigation a:focus,
.post-navigation a:hover,
.comments-pagination a:not(.prev):not(.next):focus,
.comments-pagination a:not(.prev):not(.next):hover,
.logged-in-as a:focus,
.logged-in-as a:hover,
a:focus .nav-title,
a:hover .nav-title,
.edit-link a:focus,
.edit-link a:hover,
.site-info a:focus,
.site-info a:hover,
.widget .widget-title a:focus,
.widget .widget-title a:hover,
.widget ul li a:focus,
.widget ul li a:hover {
	color: #000;
}

/* Fixes linked images */
.entry-content a img,
.comment-content a img,
.widget a img {
	-webkit-box-shadow: 0 0 0 8px #fff;
	box-shadow: 0 0 0 8px #fff;
}

.post-navigation a:focus .icon,
.post-navigation a:hover .icon {
	color: #222;
}


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

body.menu-toggled-on {
	overflow: hidden;
}

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

.navigation-top a {
	color: #fff;
	font-weight: 400;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.navigation-top .current-menu-item > a,
.navigation-top .current_page_item > a,
.navigation-top  .current-menu-ancestor > a {
	color: #1e00ff;
	font-weight: 900;
}

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

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

.main-navigation > div > ul {
	display: none;
}

.js .main-navigation.toggled-on > div > ul {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}


.main-navigation.toggled-on .menu-container {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	background: #000000;
	padding: 90px 0 0;
	z-index: 11;
	display: block;
	
	display: flex;
    flex-wrap: wrap;
}

.main-navigation.toggled-on .menu-container ul.menu {
    overflow-y: scroll;
	width: 100%;
    /*height: 100%;*/
}

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

.main-navigation ul ul.toggled-on {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
	
	background-color: #ffe717;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	padding-top: 50px;
	z-index: 13;
	overflow-y: scroll;
}
.main-navigation ul ul a {
	font-size: 20px;
	color: #000;
	text-transform: lowercase;
}

.main-navigation > div > ul > li > ul > li > a {
	font-size: 25px;
	font-weight: 900;
	text-transform: uppercase;
}
.main-navigation > div > ul > li > ul > li > a:hover {
	color: #000 !important;
}

.main-navigation ul ul a {
	letter-spacing: 0;
	padding: 0 0;
	position: relative;
}

.main-navigation li {
	position: relative;
}

.main-navigation > div > ul > li {
	margin-bottom: 20px;
}
.main-navigation > div > ul > li:last-child {
	margin-bottom: 0;
}

.main-navigation > div > ul > li > ul > li {
	margin-bottom: 10px;
}
.main-navigation > div > ul > li > ul > li:last-child {
	margin-bottom: 0;
}

.main-navigation a {
	display: block;
	padding: 0 0;
	text-decoration: none;
	-webkit-transition: color 0.2s, font-weight 0.2s;
	transition: color 0.2s, font-weight 0.2s;
}

.main-navigation li a:after {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.main-navigation a:hover {
	color: #1e00ff;
	font-weight: 900;
}


.navigation-top .current-menu-item > a {
	color: #1e00ff;
}

.main-navigation .c1 a:hover,
.navigation-top .c1.current-menu-item > a {
	color: #2600f6;
}
.main-navigation .c2 a:hover,
.navigation-top .c2.current-menu-item > a {
	color: #8400ff;
}
.main-navigation .c3 a:hover,
.navigation-top .c3.current-menu-item > a {
	color: #39e6d8;
}
.main-navigation .c4 a:hover,
.navigation-top .c4.current-menu-item > a {
	color: #ff0000;
}
.main-navigation .c5 a:hover,
.navigation-top .c5.current-menu-item > a {
	color: #880056;
}
.main-navigation .c6 a:hover,
.navigation-top .c6.current-menu-item > a {
	color: #ffb400;
}
.main-navigation .c7 a:hover,
.navigation-top .c7.current-menu-item > a {
	color: #e6007e;
}
.main-navigation .c8 a:hover,
.navigation-top .c8.current-menu-item > a {
	color: #e6007e;
}

/* Menu toggle */

.menu-toggle {
	display: none;
	font-size: 30px;
	font-weight: 900;
	line-height: 30px;
	margin: 0  0 0;
	padding: 0 0 0;
	cursor: pointer;
}

.main-navigation.toggled-on .menu-toggle {
	z-index: 12;
    color: #fff;
    position: relative;
}
body.submenu-toggled-on .main-navigation.toggled-on .menu-toggle {
	z-index: 1;
}

.main-navigation .m-open {
	display: block;
}
.main-navigation.toggled-on .m-open {
	display: none;
}
.main-navigation .m-close {
	display: none;
}
.main-navigation.toggled-on .m-close {
	display: block;
}

/* Display the menu toggle when JavaScript is available. */

.js .menu-toggle {
	display: block;
}

.main-navigation.toggled-on ul.nav-menu {
	display: block;
}
.navigation-top.colorWhite .menu-toggle {
	color: #fff;
}
.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.menu-toggle .icon-close {
	display: none;
}

.toggled-on .menu-toggle .icon-close {
	display: inline-block;
}

/* Dropdown Toggle */

.dropdown-toggle {
	/*background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	margin: 0 0;
	padding: 0.0;
	position: absolute;
	text-shadow: none;
	top: 0;*/
}

.dropdown-toggle.toggled-on {
	color: #ffe717;
	position: fixed;
    top: 5px;
    right: 25px;
    padding: 0 0 0;
    margin: 0 0 0;
	z-index: 15;
	-webkit-transition: color 0.0s;
	transition: color 0.0s;
}
.dropdown-toggle.toggled-on:hover {
	color: #ffe717;
}
.dropdown-toggle.toggled-on:after {
	content: "<";
	color: #000;
	font-size: 35px;
    line-height: 35px;
	font-weight: 900;
	display: inline-block;
	cursor: pointer;
	height: auto;
    overflow: unset;
    visibility: unset;
}
.dropdown-toggle.toggled-on:after {
	
}

button.dropdown-toggle:hover,
button.dropdown-toggle:focus {
	background: none;
}

/**/
.main-navigation .wpml-navigation {
	display: none;
}

.js .main-navigation.toggled-on .wpml-navigation {
	width: 100%;
	display: flex;
}

.wpml-navigation {
	justify-content: center;
	color: #fff;
}
.wpml-navigation a {
	text-transform: uppercase;
	display: block;
	padding: 0 0 0;
}
.wpml-navigation a.wpml-ls-current-language {
	font-weight: 900;
}
.wpml-navigation span {
	margin: 0 6px;
	display: block;
}
.wpml-navigation span:last-child {
	display: none;
}


/*--------------------------------------------------------------
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: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

.wrap {
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

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

.site-header {
	width: 100%;
	position: fixed;
	z-index: 9;
}

.site-header .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding-top: 10px;
	padding-left: 10px;
    padding-right: 10px;
}

.site-header .logo {
	width: 46px;
	height: 21px;
	display: block;
}
.site-header .logo svg {
	width: 100%;
	height: 100%;
	fill: #000;
	display: block;
	-webkit-transition: fill 0.2s;
	transition: fill 0.2s;
}
.site-header .logo.colorWhite svg {
	fill: #fff;
}
.site-header .logo svg:hover {
	fill: #08fcbf;
}


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

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

.motto-block {

}
.motto-block .wrap {
	height: calc(100vh - 0px);
	display: flex;
	align-items: center;
	padding-left: 30px;
    padding-right: 30px;
}
.motto-block h1 {
	width: 100%;
	font-size: 50px;
	line-height: 46px;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0 0 0;
	padding: 0 0 0;
}
.motto-block h1 span {
	background: linear-gradient(90deg, #2100fc 0%, #fa0106 10%, #2100fc 20%, #fa0106 30%, #2100fc 40%, #fa0106 50%, #2100fc 60%,  #fa0106 70%, #2100fc 80%, #fa0106 90%, #fa0106 100%);
	background-size: 1000% 100%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
	animation: motto-shine 15s linear infinite;
}
@-webkit-keyframes motto-shine {
	0% { background-position: 0% 50% }
	100% { background-position: 100% 50% }
}


/**/
.offer-block {
	
}

.offer-block .offer-list {
	
}
.offer-block .offer-list .offer-item {
	margin-bottom: 40px;
	display: block;
	cursor: pointer;
}
.offer-block .offer-list .offer-item:last-child {
	margin-bottom: 0;
}
.offer-block .offer-list .offer-item img {
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 0;
}
.offer-block .offer-list .offer-item:nth-child(1) img {
	width: 260px;
}
.offer-block .offer-list .offer-item:nth-child(2) img {
	width: 287px;
}
.offer-block .offer-list .offer-item:nth-child(3) img {
	width: 293px;
}


/**/
.portfolio-block {
	margin-top: 64px;
}

.portfolio-block .header-title {
	font-size: 35px;
	line-height: 33px;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0 0 0;
	padding: 0 0 0;
}

.portfolio-block .portfolio-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 40px;
}
.portfolio-block .portfolio-list .portfolio-item {
	display: block;
	position: relative;
}
.portfolio-block .portfolio-list .portfolio-item img {
	display: block;
}

.portfolio-block .portfolio-list .portfolio-item .mask {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	-webkit-filter: opacity(0%);
	filter: opacity(0%);
	-webkit-transition: filter 0.2s;
	transition: filter 0.2s;
}
.portfolio-block .portfolio-list .portfolio-item:hover .mask {
	-webkit-filter: opacity(100%);
	filter: opacity(100%);
}
.portfolio-block .portfolio-list .portfolio-item .mask h3 {
	font-size: 30px;
	line-height: 28px;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0 0 0;
	padding: 0 20px 0 30px;
	display: block;
	max-width: 100%;
}

.portfolio-block .portfolio-list .portfolio-item.item-1 {
	width: 79%;
}
.portfolio-block .portfolio-list .portfolio-item.item-2 {
	width: 62%;
	margin-top: 52px;
}
.portfolio-block .portfolio-list .portfolio-item.item-3 {
	width: 93%;
	margin-top: 52px;
}

/**/
.partners-block {
	margin-top: 100px;
	overflow-x: hidden;
}

.partners-block .header-title {
	font-size: 35px;
	line-height: 40px;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 0;
	padding: 0 0 0;
}
.partners-block .header-title span {
	word-wrap: break-word;
	display: inline-block;
}
.partners-block .partners-list {
	width: 100%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
.partners-block .partners-list:after {
	content: "";
	display: block;
	clear: both;
}
.partners-block .partners-list .partner-item {
	padding-left: 40px;
	padding-right: 40px;
	display: block;
	float: left;
}
.partners-block .partners-list .partner-item img {
	filter: grayscale(100%);
	-webkit-transition: filter 0.3s ease-in-out;
	transition: filter 0.3s ease-in-out;
	display: block;
}
.partners-block .partners-list .partner-item:hover img {
	filter: unset;
}


/**/
.contact-block {
	background-color: #1e00ff;
	padding-top: 48px;
	padding-bottom: 20px;
	margin-top: 50px;
}

.contact-block .header-title {
	color: #ff0000;
	font-size: 50px;
	line-height: 46px;
	font-weight: 900;
	text-transform: uppercase;
}
.contact-block .header-title br {
	display: none;
}
.contact-block .header-title .rot {
	position: relative;
}
.contact-block .header-title .rot .rot-i {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	word-wrap: break-word;
}
.contact-block .header-title .rot .rot-i span {
	display: inline-block;
}
.contact-block .header-title .rot:before {
	content: "wyjątkowego";
	-webkit-filter: opacity(0%);
	filter: opacity(0%);
}

.contact-block .form-cnt {
	margin-top: 20px;
}
.contact-block .form-cnt .phone {
	color: #ff0000;
	font-size: 29px;
	line-height: 29px;
	font-weight: 900;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
.contact-block .form-cnt .phone:hover {
	color: #fff;
}

.contact-block .form-cnt .wpcf7-form-control-wrap {
	display: block;
}
.contact-block .form-cnt .wpcf7-form-control-wrap input {
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	background: none;
	border: none;
	border-bottom: 5px solid #fff;
	-webkit-border-radius: 0;
	border-radius: 0;
	display: block;
	padding: 14px 0;
	width: 100%;
}

.contact-block .form-cnt .wpcf7-form-control-wrap textarea {
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	background: none;
	border: none;
	border-bottom: 5px solid #fff;
	-webkit-border-radius: 0;
	border-radius: 0;
	display: block;
	padding: 14px 0;
	width: 100%;
}

.contact-block .form-cnt .wpcf7-submit {
	background: none;
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 30px;
	font-weight: 900;
	line-height: 35px;
	text-transform: uppercase;
	padding: 0 0;
	text-shadow: none;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	margin-top: 20px;
}
.contact-block .form-cnt .wpcf7-submit:hover {
	color: #ff0000;
	background: none;
}

.contact-block .form-cnt .acceptance-cnt {
	color: #fff;
	font-size: 10px;
	line-height: 12px;
	margin-top: 10px;
}
.contact-block .form-cnt .acceptance-cnt a {
	color: #fff;
}
.contact-block .form-cnt .acceptance-cnt a:hover {
	text-decoration: underline;
}

.wpcf7 form .wpcf7-response-output {
    color: #fff;
}

/* contact page */

.page-contact .contact-block {
    padding-top: 0;
    padding-bottom: 0;
	/*padding-top: 48px;
    padding-bottom: 20px;*/
    margin-top: 0;
}
.page-contact .contact-block .wrap {
    height: calc(100vh - 0px);
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	padding-top: 48px;
    padding-bottom: 20px;
}
.page-contact .contact-block .form-cnt {
    width: 100%;
}
.page-contact .contact-block .header-title {
    width: 100%;
}


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

.site-content-contain {

	position: relative;
}

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


/* page offer */

.page-offer .header-block .wrap {
	min-height: calc(100vh - 0px);
	flex-direction: column;
    display: flex;
    justify-content: center;
	padding-top: 45px;
	padding-bottom: 2%;
}

.page-offer .header-block h1 {
	font-size: 45px;
	line-height: 40px;
	font-weight: 900;
	text-transform: uppercase;
}
.page-offer .header-block h1 span {
	/*background: linear-gradient(90deg,#2100fc,#fa0106);*/
	background: linear-gradient(90deg, #2100fc 0%, #fa0106 10%, #2100fc 20%, #fa0106 30%, #2100fc 40%, #fa0106 50%, #2100fc 60%,  #fa0106 70%, #2100fc 80%, #fa0106 90%, #fa0106 100%);
	background-size: 1000% 100%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
	animation: header-span-shine 15s linear infinite;
}
@-webkit-keyframes header-span-shine {
	0% { background-position: 0% 50% }
	100% { background-position: 100% 50% }
}

.page-offer .header-block .info {
	margin-top: 38px;
}
.page-offer .header-block .info h2 {
	color: #2600f6;
	font-size: 35px;
	line-height: 30px;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0 0 26px;
}
.page-offer .header-block .info .text {
	font-size: 35px;
	line-height: 30px;
	font-weight: 900;
	text-transform: uppercase;
}
.page-offer .contact-block {
    margin-top: 0;
	padding-top: 48px;
    padding-bottom: 20px;
}
.page-offer .contact-block .wrap {
	padding-top: 2%;
    padding-bottom: 2%;
}



/**/
.section-block {
	
}
.section-block .wrap {
    min-height: calc(100vh - 0px);
	flex-direction: column;
    display: flex;
    justify-content: center;
}
.section-block .block-title {
	font-size: 35px;
	line-height: 30px;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0 0 20px;
	width: 100%;
}

.section-block .block-subtitle {
	font-size: 35px;
	line-height: 30px;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0 0 20px;
	width: 100%;
}

.section-block .text a:hover {
	text-decoration: underline;
}

.section-block .text p {
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 18px;
}
.section-block .text p:last-child {
	margin: 0 0 0;
}

.section-block .text ul {
	list-style: none;
	margin: 0 0 0;
	padding: 0 0 0;
}
.section-block .text ul li {
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 20px;
	padding: 0 0 0 25px;
	position: relative;
}
.section-block .text ul li:before {
	content: "";
	width: 12px;
	height: 12px;
	background-color: #2600f6;
	display: block;
	position: absolute;
	left: 0;
	top: 4px;
}
.section-block .text ul li strong {
	font-weight: 900;
}


.portf-block .portfolio-list {
	
}
.portf-block .portfolio-list .portfolio-item {
	display: block;
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
}
.portf-block .portfolio-list .portfolio-item img {
	width: 100%;
	display: block;
}

.portf-block .portfolio-list .portfolio-item .mask {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	display: flex;
	align-items: flex-end;
	padding: 0 0 40px;
	-webkit-filter: opacity(0%);
	filter: opacity(0%);
	-webkit-transition: filter 0.2s;
	transition: filter 0.2s;
}
.portf-block .portfolio-list .portfolio-item:hover .mask {
	background-color:#1e00ff;
	-webkit-filter: opacity(100%);
	filter: opacity(100%);
}
.portf-block .portfolio-list .portfolio-item .mask h3 {
	color: #ff0000;
	font-size: 30px;
	line-height: 28px;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0 0 0;
	padding: 0 20px 0 30px;
	display: block;
	max-width: 100%;
}

/*
*/
.section5-block .text {
	padding: 0 0 0 60px;
}


/*
identification
*/

.page-identification .site-content {
    /*padding-top: 60px;*/
}


/**/
.page-identification .section2-block {
	/*margin-top: 90px;*/
}

/**/
.page-identification .section3-block {
	/*margin-top: 90px;*/
}

/**/
.page-identification .section4-block {
	/*margin-top: 90px;*/
}
.page-identification .section4-block .text {
	padding: 0 0 0 30px;
}

/**/
.page-identification .section5-block {
	color: #fff;
	background-color: #1e00ff;
	background-image: url(./assets/images/identification-bg.png);
	background-repeat: no-repeat;
	background-size: 90%;
	background-position: center bottom 20px;
	/*margin-top: 90px;*/
}
.page-identification .section5-block .wrap {
	
	justify-content: flex-start;
	padding-top: 55px;
}

.page-identification .section5-block .text {
	
}


/* page-illustrations */

.page-illustrations .site-content {
    
}

.page-illustrations .header-block h1 span {
	/*background: linear-gradient(90deg,#8400ff,#39e6d8);*/
	background-image: linear-gradient(90deg, #8400ff 0%, #39e6d8 10%, #8400ff 20%, #39e6d8 30%, #8400ff 40%, #39e6d8 50%, #8400ff 60%,  #39e6d8 70%, #8400ff 80%, #39e6d8 90%, #39e6d8 100%);
}
.page-illustrations .header-block .info h2 {
	color: #8400ff;
}
.page-illustrations .header-block .info .text span {
	color: #8400ff;
}

.page-illustrations .section-block .text ul li:before {
    background-color: #8400ff;
}

.page-illustrations .section5-block {
	color: #fff;
	background-color: #8400ff;
	background-image: url(./assets/images/ilustracje-bg.png);
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: center bottom 10px;
}
.page-illustrations .section5-block .wrap {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	flex-direction: unset;
	justify-content: flex-start;
	padding-top: 55px;
}
.page-illustrations .section5-block .text {
	order: 2;
}
.page-illustrations .section5-block .block-title {
	order: 1;
}

.page-illustrations .section6-block {
	color: #fff;
	background-color: #8400ff;
}
.page-illustrations .section6-block .block-title {
    margin: 0 0 0;
	padding: 0 0 0 20%;
}
.page-illustrations .section6-block .text {
    margin: 0 0 20px;
}

.page-illustrations .portf-block .portfolio-list .portfolio-item:hover .mask {
    background-color: #8400ff;
}
.page-illustrations .portf-block .portfolio-list .portfolio-item .mask h3 {
    color: #39e6d8;
}

.page-illustrations .contact-block {
    background-color: #8400ff;
}
.page-illustrations .contact-block .header-title {
    color: #39e6d8;
}
.page-illustrations .contact-block .form-cnt .phone {
    color: #39e6d8;
}

.page-illustrations .site-footer .contact-box .header-title .first {
    color: #39e6d8;
}
.page-illustrations .site-footer .contact-box .header-title .second span {
	background: linear-gradient(90deg,#8400ff,#39e6d8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-shadow: none;
}
.page-illustrations .site-footer .address-box .header-title .first {
    color: #39e6d8;
}
.page-illustrations .site-footer .address-box .header-title .second span {
    background: linear-gradient(90deg,#8400ff,#39e6d8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-shadow: none;
}
.page-illustrations .site-footer .contact-box .work .title span {
    background: linear-gradient(90deg,#8400ff,#39e6d8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-shadow: none;
}
.page-illustrations .site-footer .address-box .address-info a {
    color: #8400ff;
}
.page-illustrations .site-footer .address-box .address-info a:hover {
    color: #39e6d8;
}
.page-illustrations .site-footer .contact-box .contact-link a:hover {
    color: #8400ff;
}
.page-illustrations .site-footer .contact-box .work a:hover {
	color: #8400ff;
}
.page-illustrations .site-footer .footer-info .links a:hover {
    color: #8400ff;
}
.page-illustrations .site-footer .footer-info .social-icons a:hover svg {
    fill: #8400ff;
}


/*
materials
*/


.page-materials .header-block h1 span {
	/*background: linear-gradient(90deg,#39e6d8,#8303ff);*/
	background-image: linear-gradient(90deg, #39e6d8 0%, #8303ff 10%, #39e6d8 20%, #8303ff 30%, #39e6d8 40%, #8303ff 50%, #39e6d8 60%,  #8303ff 70%, #39e6d8 80%, #8303ff 90%, #8303ff 100%);
}
.page-materials .header-block .info h2 {
	color: #39e6d8;
}
.page-materials .header-block .info .text span {
	color: #39e6d8;
}

.page-materials .section-block .text ul li:before {
    background-color: #39e6d8;
}

/**/
.page-materials .section5-block {
	color: #000;
	background-color: #39e6d8;
	background-image: url(./assets/images/materials-bg.png);
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: center bottom 20px;
}
.page-materials .section5-block .wrap {
	justify-content: flex-start;
	padding-top: 55px;
}

.page-materials .portf-block .portfolio-list .portfolio-item:hover .mask {
    background-color: #39e6d8;
}
.page-materials .portf-block .portfolio-list .portfolio-item .mask h3 {
    color: #8400ff;
}

.page-materials .contact-block {
    background-color: #39e6d8;
}
.page-materials .contact-block .header-title {
    color: #8400ff;
}
.page-materials .contact-block .form-cnt .phone {
    color: #8400ff;
}

.page-materials .contact-block .form-cnt .wpcf7-form-control-wrap input {
    color: #000;
    border-color: #000;
}
.page-materials .contact-block .form-cnt .wpcf7-form-control-wrap textarea {
    color: #000;
    border-color: #000;
}
.page-materials ::-webkit-input-placeholder {
	color: #000;
}
.page-materials :-moz-placeholder {
	color: #000;
}
.page-materials ::-moz-placeholder {
	color: #000;
}

.page-materials :-ms-input-placeholder {
	color: #000;
}
.page-materials .contact-block .form-cnt .wpcf7-submit {
    color: #000;
}
.page-materials .contact-block .form-cnt .wpcf7-submit:hover {
    color: #8400ff;
}
.page-materials .contact-block .form-cnt .acceptance-cnt {
    color: #000;
}
.page-materials .contact-block .form-cnt .acceptance-cnt a {
    color: #000;
}

.page-materials .site-footer .contact-box .header-title .first {
    color: #8400ff;
}
.page-materials .site-footer .contact-box .header-title .second span {
	background: linear-gradient(90deg,#39e6d8,#8400ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-shadow: none;
}
.page-materials .site-footer .address-box .header-title .first {
    color: #8400ff;
}
.page-materials .site-footer .address-box .header-title .second span {
    background: linear-gradient(90deg,#39e6d8,#8400ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-shadow: none;
}
.page-materials .site-footer .contact-box .work .title span {
    background: linear-gradient(90deg,#39e6d8,#8400ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-shadow: none;
}
.page-materials .site-footer .address-box .address-info a {
    color: #8400ff;
}
.page-materials .site-footer .address-box .address-info a:hover {
    color: #39e6d8;
}
.page-materials .site-footer .contact-box .contact-link a:hover {
    color: #8400ff;
}
.page-materials .site-footer .contact-box .work a:hover {
	color: #8400ff;
}
.page-materials .site-footer .footer-info .links a:hover {
    color: #8400ff;
}
.page-materials .site-footer .footer-info .social-icons a:hover svg {
    fill: #8400ff;
}



/* page-www */

.page-www .site-content {
    
}

.page-www .header-block h1 span {
	/*background: linear-gradient(90deg,#ff0000,#1e00ff);*/
	background-image: linear-gradient(90deg, #ff0000 0%, #1e00ff 10%, #ff0000 20%, #1e00ff 30%, #ff0000 40%, #1e00ff 50%, #ff0000 60%,  #1e00ff 70%, #ff0000 80%, #1e00ff 90%, #1e00ff 100%);
}
.page-www .header-block .info h2 {
	color: #ff0000;
}
.page-www .header-block .info .text span {
	color: #ff0000;
}

.page-www .section-block .text ul li:before {
    background-color: #ff0000;
}

.page-www .section5-block {
	color: #fff;
	background-color: #ff0000;
	background-image: url(./assets/images/www-bg.png);
	background-repeat: no-repeat;
	background-size: 95%;
	background-position: center bottom 10px;
}
.page-www .section5-block .wrap {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	flex-direction: unset;
	justify-content: flex-start;
	padding-top: 55px;
}

.page-www .section4-block {
	color: #fff;
	background-color: #ff0000;
}

.page-www .portf-block .portfolio-list .portfolio-item:hover .mask {
    background-color: #ff0000;
}
.page-www .portf-block .portfolio-list .portfolio-item .mask h3 {
    color: #1e00ff;
}

.page-www .contact-block {
    background-color: #ff0000;
}
.page-www .contact-block .header-title {
    color: #1e00ff;
}
.page-www .contact-block .form-cnt .phone {
    color: #1e00ff;
}

.page-www .site-footer .contact-box .header-title .first {
    color: #1e00ff;
}
.page-www .site-footer .contact-box .header-title .second span {
	background: linear-gradient(90deg,#ff0000,#1e00ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-shadow: none;
}
.page-www .site-footer .address-box .header-title .first {
    color: #1e00ff;
}
.page-www .site-footer .address-box .header-title .second span {
    background: linear-gradient(90deg,#ff0000,#1e00ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-shadow: none;
}
.page-www .site-footer .contact-box .work .title span {
    background: linear-gradient(90deg,#ff0000,#1e00ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-shadow: none;
}
.page-www .site-footer .address-box .address-info a {
    color: #ff0000;
}
.page-www .site-footer .address-box .address-info a:hover {
    color: #1e00ff;
}
.page-www .site-footer .contact-box .contact-link a:hover {
    color: #ff0000;
}
.page-www .site-footer .contact-box .work a:hover {
	color: #ff0000;
}
.page-www .site-footer .footer-info .links a:hover {
    color: #ff0000;
}
.page-www .site-footer .footer-info .social-icons a:hover svg {
    fill: #ff0000;
}



/* page-shop */

.page-shop .site-content {
    
}

.page-shop .header-block h1 span {
	background-image: linear-gradient(90deg, #880056 0%, #ffb400 10%, #880056 20%, #ffb400 30%, #880056 40%, #ffb400 50%, #880056 60%,  #ffb400 70%, #880056 80%, #ffb400 90%, #ffb400 100%);
}

.page-shop .header-block .info h2 {
	color: #880056;
}
.page-shop .header-block .info .text span {
	color: #880056;
}

.page-shop .section-block .text ul li:before {
    background-color: #880056;
}

.page-shop .section2-block .block-title i {
    text-transform: lowercase;
	font-style: normal;
}

.page-shop .section5-block {
	color: #fff;
	background-color: #880056;
	background-image: url(./assets/images/shop-bg.png);
	background-repeat: no-repeat;
	background-size: 95%;
	background-position: center bottom 10px;
}
.page-shop .section5-block .wrap {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	flex-direction: unset;
	justify-content: flex-start;
	padding-top: 55px;
}

.page-shop .section4-block {
	color: #fff;
	background-color: #880056;
}

.page-shop .portf-block .portfolio-list .portfolio-item:hover .mask {
    background-color: #880056;
}
.page-shop .portf-block .portfolio-list .portfolio-item .mask h3 {
    color: #ffb400;
}

.page-shop .contact-block {
    background-color: #880056;
}
.page-shop .contact-block .header-title {
    color: #ffb400;
}
.page-shop .contact-block .form-cnt .phone {
    color: #ffb400;
}

.page-shop .site-footer .contact-box .header-title .first {
    color: #ffb400;
}
.page-shop .site-footer .contact-box .header-title .second span {
	background: linear-gradient(90deg,#880056,#ffb400);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-shadow: none;
}
.page-shop .site-footer .address-box .header-title .first {
    color: #ffb400;
}
.page-shop .site-footer .address-box .header-title .second span {
    background: linear-gradient(90deg,#880056,#ffb400);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-shadow: none;
}
.page-shop .site-footer .contact-box .work .title span {
    background: linear-gradient(90deg,#880056,#ffb400);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-shadow: none;
}
.page-shop .site-footer .address-box .address-info a {
    color: #880056;
}
.page-shop .site-footer .address-box .address-info a:hover {
    color: #ffb400;
}
.page-shop .site-footer .contact-box .contact-link a:hover {
    color: #ffb400;
}
.page-shop .site-footer .contact-box .work a:hover {
	color: #ffb400;
}
.page-shop .site-footer .footer-info .links a:hover {
    color: #ffb400;
}
.page-shop .site-footer .footer-info .social-icons a:hover svg {
    fill: #ffb400;
}



/* page-seo */

.page-seo .site-content {
    
}

.page-seo .header-block h1 span {
	/*background: linear-gradient(90deg,#ffb400,#880056);*/
	background-image: linear-gradient(90deg, #ffb400 0%, #880056 10%, #ffb400 20%, #880056 30%, #ffb400 40%, #880056 50%, #ffb400 60%,  #880056 70%, #ffb400 80%, #880056 90%, #880056 100%);
}
.page-seo .header-block .info h2 {
	color: #000;
}
.page-seo .header-block .info h2 span {
	color: #ffb400;
}
.page-seo .header-block .info .text span {
	color: #ffb400;
}

.page-seo .section-block .text ul li:before {
    background-color: #880056;
}

.page-seo .section2-block {
	background-color: #ffb400;
	background-image: url(./assets/images/seo-bg.png);
	background-repeat: no-repeat;
	background-size: 105%;
	background-position: center bottom 10px;
}
.page-seo .section2-block .wrap {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	flex-direction: unset;
	justify-content: flex-start;
	padding-top: 55px;
}
.page-seo .section2-block .block-title i {
    text-transform: lowercase;
	font-style: normal;
}


.page-seo .section5-block {
	color: #fff;
	background-color: #ffb400;
}

.page-seo .section3-block .text ul li:before {
    background-color: #ffb400;
}

.page-seo .section4-block {
	color: #fff;
	background-color: #ffb400;
}

.page-seo .portf-block .portfolio-list .portfolio-item:hover .mask {
    background-color: #ffb400;
}
.page-seo .portf-block .portfolio-list .portfolio-item .mask h3 {
    color: #ffb400;
}

.page-seo .contact-block {
    background-color: #ffb400;
}
.page-seo .contact-block .header-title {
    color: #880056;
}
.page-seo .contact-block .form-cnt .phone {
    color: #880056;
}

.page-seo .contact-block .form-cnt .wpcf7-form-control-wrap input {
    color: #000;
    border-color: #000;
}
.page-seo .contact-block .form-cnt .wpcf7-form-control-wrap textarea {
    color: #000;
    border-color: #000;
}
.page-seo ::-webkit-input-placeholder {
	color: #000;
}
.page-seo :-moz-placeholder {
	color: #000;
}
.page-seo ::-moz-placeholder {
	color: #000;
}

.page-seo :-ms-input-placeholder {
	color: #000;
}
.page-seo .contact-block .form-cnt .wpcf7-submit {
    color: #000;
}
.page-seo .contact-block .form-cnt .wpcf7-submit:hover {
    color: #8400ff;
}
.page-seo .contact-block .form-cnt .acceptance-cnt {
    color: #000;
}
.page-seo .contact-block .form-cnt .acceptance-cnt a {
    color: #000;
}


.page-seo .site-footer .contact-box .header-title .first {
    color: #ffb400;
}
.page-seo .site-footer .contact-box .header-title .second span {
	background: linear-gradient(90deg,#ffb400,#880056);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-shadow: none;
}
.page-seo .site-footer .address-box .header-title .first {
    color: #ffb400;
}
.page-seo .site-footer .address-box .header-title .second span {
    background: linear-gradient(90deg,#ffb400,#880056);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-shadow: none;
}
.page-seo .site-footer .contact-box .work .title span {
    background: linear-gradient(90deg,#ffb400,#880056);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-shadow: none;
}
.page-seo .site-footer .address-box .address-info a {
    color: #ffb400;
}
.page-seo .site-footer .address-box .address-info a:hover {
    color: #880056;
}
.page-seo .site-footer .contact-box .contact-link a:hover {
    color: #880056;
}
.page-seo .site-footer .contact-box .work a:hover {
	color: #880056;
}
.page-seo .site-footer .footer-info .links a:hover {
    color: #880056;
}
.page-seo .site-footer .footer-info .social-icons a:hover svg {
    fill: #880056;
}


/* page-googleads */

.page-googleads .site-content {
    
}

.page-googleads .header-block h1 span {
	/*background: linear-gradient(90deg,#ffe717,#e6007e);*/
	background-image: linear-gradient(90deg, #ffe717 0%, #e6007e 10%, #ffe717 20%, #e6007e 30%, #ffe717 40%, #e6007e 50%, #ffe717 60%,  #e6007e 70%, #ffe717 80%, #e6007e 90%, #e6007e 100%);
}
.page-googleads .header-block .info h2 {
	color: #000;
}
.page-googleads .header-block .info h2 span {
	color: #ffe717;
}
.page-googleads .header-block .info .text span {
	color: #ffe717;
}

.page-googleads .section-block .text ul li:before {
    background-color: #e6007e;
}

.page-googleads .section2-block {
	background-color: #ffe717;
	background-image: url(./assets/images/googleads-bg.png);
	background-repeat: no-repeat;
	background-size: 95%;
	background-position: center bottom 10px;
}
.page-googleads .section2-block .wrap {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	flex-direction: unset;
	justify-content: flex-start;
	padding-top: 55px;
}
.page-googleads .section2-block .block-title i {
    text-transform: lowercase;
	font-style: normal;
}


.page-googleads .section5-block {
	color: #fff;
	background-color: #ffe717;
}

.page-googleads .section3-block .text ul li:before {
    background-color: #e6007e;
}

.page-googleads .section4-block {
	color: #fff;
	background-color: #ffe717;
}

.page-googleads .contact-block {
    background-color: #ffe717;
}
.page-googleads .contact-block .header-title {
    color: #e6007e;
}
.page-googleads .contact-block .form-cnt .phone {
    color: #e6007e;
}

.page-googleads .contact-block .form-cnt .wpcf7-form-control-wrap input {
    color: #000;
    border-color: #000;
}
.page-googleads .contact-block .form-cnt .wpcf7-form-control-wrap textarea {
    color: #000;
    border-color: #000;
}
.page-googleads ::-webkit-input-placeholder {
	color: #000;
}
.page-googleads :-moz-placeholder {
	color: #000;
}
.page-googleads ::-moz-placeholder {
	color: #000;
}

.page-googleads :-ms-input-placeholder {
	color: #000;
}
.page-googleads .contact-block .form-cnt .wpcf7-submit {
    color: #000;
}
.page-googleads .contact-block .form-cnt .wpcf7-submit:hover {
    color: #8400ff;
}
.page-googleads .contact-block .form-cnt .acceptance-cnt {
    color: #000;
}
.page-googleads .contact-block .form-cnt .acceptance-cnt a {
    color: #000;
}


.page-googleads .site-footer .contact-box .header-title .first {
    color: #e6007e;
}
.page-googleads .site-footer .contact-box .header-title .second span {
	background: linear-gradient(90deg,#ffe717,#e6007e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-shadow: none;
}
.page-googleads .site-footer .address-box .header-title .first {
    color: #e6007e;
}
.page-googleads .site-footer .address-box .header-title .second span {
    background: linear-gradient(90deg,#ffe717,#e6007e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-shadow: none;
}
.page-googleads .site-footer .contact-box .work .title span {
    background: linear-gradient(90deg,#ffe717,#e6007e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-shadow: none;
}
.page-googleads .site-footer .address-box .address-info a {
    color: #ffe717;
}
.page-googleads .site-footer .address-box .address-info a:hover {
    color: #e6007e;
}
.page-googleads .site-footer .contact-box .contact-link a:hover {
    color: #e6007e;
}
.page-googleads .site-footer .contact-box .work a:hover {
	color: #e6007e;
}
.page-googleads .site-footer .footer-info .links a:hover {
    color: #e6007e;
}
.page-googleads .site-footer .footer-info .social-icons a:hover svg {
    fill: #e6007e;
}


/* page-socialmedia */

.page-socialmedia .site-content {
    
}

.page-socialmedia .header-block h1 span {
	/*background: linear-gradient(90deg,#e6007e,#ffe717);*/
	background-image: linear-gradient(90deg, #e6007e 0%, #ffe717 10%, #e6007e 20%, #ffe717 30%, #e6007e 40%, #ffe717 50%, #e6007e 60%,  #ffe717 70%, #e6007e 80%, #ffe717 90%, #ffe717 100%);
}
.page-socialmedia .header-block .info h2 {
	color: #000;
}
.page-socialmedia .header-block .info h2 span {
	color: #e6007e;
}
.page-socialmedia .header-block .info .text span {
	color: #e6007e;
}

.page-socialmedia .section-block .text ul li:before {
    background-color: #ffe717;
}

.page-socialmedia .section2-block .block-title i {
    text-transform: lowercase;
	font-style: normal;
}

.page-socialmedia .section2-block {
	color: #fff;
	background-color: #e6007e;
	background-image: url(./assets/images/socialmedia-bg.png);
	background-repeat: no-repeat;
	background-size: 95%;
	background-position: center bottom 10px;
}
.page-socialmedia .section2-block .wrap {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	flex-direction: unset;
	justify-content: flex-start;
	padding-top: 55px;
}

.page-socialmedia .section5-block {
	color: #fff;
	background-color: #e6007e;
}

.page-socialmedia .section3-block .text ul li:before {
    background-color: #e6007e;
}

.page-socialmedia .section4-block {
	color: #fff;
	background-color: #e6007e;
}

.page-socialmedia .contact-block {
    background-color: #e6007e;
}
.page-socialmedia .contact-block .header-title {
    color: #ffe717;
}
.page-socialmedia .contact-block .form-cnt .phone {
    color: #ffe717;
}

.page-socialmedia .site-footer .contact-box .header-title .first {
    color: #ffe717;
}
.page-socialmedia .site-footer .contact-box .header-title .second span {
	background: linear-gradient(90deg,#e6007e,#ffe717);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-shadow: none;
}
.page-socialmedia .site-footer .address-box .header-title .first {
    color: #ffe717;
}
.page-socialmedia .site-footer .address-box .header-title .second span {
    background: linear-gradient(90deg,#e6007e,#ffe717);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-shadow: none;
}
.page-socialmedia .site-footer .contact-box .work .title span {
    background: linear-gradient(90deg,#e6007e,#ffe717);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-shadow: none;
}
.page-socialmedia .site-footer .address-box .address-info a {
    color: #e6007e;
}
.page-socialmedia .site-footer .address-box .address-info a:hover {
    color: #ffe717;
}
.page-socialmedia .site-footer .contact-box .contact-link a:hover {
    color: #ffe717;
}
.page-socialmedia .site-footer .contact-box .work a:hover {
	color: #ffe717;
}
.page-socialmedia .site-footer .footer-info .links a:hover {
    color: #ffe717;
}
.page-socialmedia .site-footer .footer-info .social-icons a:hover svg {
    fill: #ffe717;
}


/**/

.pagination {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 20px;
	height: 90px;
	margin: auto;
	color: #000;
	font-size: 14px;
	line-height: 14px;
	z-index: 10;
	list-style: none;
}

.pagination a {
	width: 10px;
	height: 10px;
	display: block;
	border: 1px solid #aaa;
	background: transparent;
	border-radius: 50%;
	margin: 8px auto;
	cursor: pointer;
}
.pagination a.active {
	background: #aaa;
}


/*--------------------------------------------------------------
Projects
--------------------------------------------------------------*/

.page-projects .header-block .wrap {
    padding-top: 60px;
}
.page-projects .header-block h1 {
	font-size: 45px;
	line-height: 40px;
	font-weight: 900;
	text-transform: uppercase;
}
.page-projects .header-block h1 span {
	background: linear-gradient(90deg, #2100fc 0%, #fa0106 10%, #2100fc 20%, #fa0106 30%, #2100fc 40%, #fa0106 50%, #2100fc 60%,  #fa0106 70%, #2100fc 80%, #fa0106 90%, #fa0106 100%);
	background-size: 1000% 100%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
	animation: header-span-shine 15s linear infinite;
}
.page-projects .header-block .text {
    /*font-size: 35px;
    line-height: 30px;
    font-weight: 900;
    text-transform: uppercase;*/
	font-size: 18px;
    line-height: 19px;
    margin-top: 10px;
}

.projects-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 40px;
}
.projects-list .portfolio-item {
	display: block;
	position: relative;
	margin-bottom: 20px;
}
.projects-list .portfolio-item img {
	width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.projects-list .portfolio-item .mask {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	-webkit-filter: opacity(0%);
	filter: opacity(0%);
	-webkit-transition: filter 0.2s;
	transition: filter 0.2s;
}
.projects-list .portfolio-item:hover .mask {
	background-color: #1e00ff;
	-webkit-filter: opacity(100%);
	filter: opacity(100%);
}
.projects-list .portfolio-item .mask h3 {
	color: #000;
	font-size: 30px;
	line-height: 28px;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0 0 0;
	padding: 0 20px 0 30px;
	display: block;
	max-width: 100%;
}


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

.single-projects .site-content {
	padding-top: 60px;
	padding-bottom: 0px;
}

.single-projects .project-header-block .wrap {
	max-width: 1840px;
	margin: 0 auto;
}
.single-projects .project-header-block .title {
	font-size: 35px;
	line-height: 35px;
	font-weight: 900;
	text-transform: uppercase;
}
.single-projects .project-header-block .desc {
	font-size: 18px;
	line-height: 19px;
	margin-top: 10px;
}
.single-projects .project-header-block .desc p:last-child {
	margin-bottom: 0;
}

.single-projects .project-desc-block {
	font-size: 18px;
	line-height: 19px;
	margin-top: 20px;
}
.single-projects .project-desc-block .wrap {
	max-width: 1840px;
	margin: 0 auto;
}
.single-projects .project-desc-block p:last-child {
	margin-bottom: 0;
}

.single-projects .project-images-block .desc {
	font-size: 18px;
	line-height: 19px;
	margin-bottom: 20px;
}
.single-projects .project-images-block .desc p:last-child {
	margin-bottom: 0;
}

.project-images-block {
	margin-top: 20px;
}
.project-images-block .wrap {
	max-width: 1840px;
	margin: 0 auto;
}
.project-images-list {
	
}

.project-images-full {
	margin-bottom: 20px;
}
.project-images-full img {
	width: 100%;
	display: block;
}

/**/
.project-images-half img {
	width: 100%;
	display: block;
	margin-bottom: 20px;
}
.project-images-half img:last-child {
	margin-bottom: 0;
}

/**/
.project-images-two img {
	width: 100%;
	display: block;
	margin-bottom: 20px;
}
.project-images-two img:last-child {
	margin-bottom: 0;
}


/*
Post navigation 
*/

.posts-navigation {
	margin-top: 50px;
}
.posts-navigation .wrap {
	max-width: 1840px;
	margin: 0 auto;
}
.posts-navigation .nav-links {
	
}
.posts-navigation .nav-links:after {
	content: "";
	display: table;
	clear: both;
}
.posts-navigation .nav-links .nav-previous {
	float: right;
}
.posts-navigation .nav-links .nav-next {
	float: left;
}
.posts-navigation .nav-links a {
	font-size: 18px;
    line-height: 18px;
	font-weight: 900;
	-webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.posts-navigation .nav-links a:hover {
	color: #ff0000;
}

/*
404
*/

.error-404 {
	width: 100%;
	height: 100vh;
}
.error-404 .home-link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 15px 0;
}
.error-404 .home-link img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.error-404 .home-link .img-b {
	display: none;
}
.error-404 .home-link .img-c {
	display: none;
}
.error-404 .home-link .img-d {
	display: none;
}


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

.site-footer {
	padding-top: 35px;
	padding-bottom: 25px;
	background-color: #000000;
}

.site-footer a {
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.site-footer .contact-box {
	
}
.site-footer .contact-box .header-title {
	
}
.site-footer .contact-box .header-title .first {
	color: #ff0000;
	font-size: 20px;
	line-height: 20px;
	font-weight: 900;
	text-transform: uppercase;
}
.site-footer .contact-box .header-title .second {
	color: #ff0000;
	font-size: 34px;
	line-height: 34px;
	font-weight: 900;
	text-transform: uppercase;
	margin-top: 4px;
}
.site-footer .contact-box .header-title .second span {
	background: linear-gradient(90deg,#2100fc,#fa0106);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	text-shadow: none;
}

.site-footer .contact-box .contact-link {
	margin-top: 20px;
}
.site-footer .contact-box .contact-link a {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}
.site-footer .contact-box .contact-link a:hover {
	color: #ff0000;
}

.site-footer .contact-box .work {
	margin-top: 20px;
}
.site-footer .contact-box .work .title span {
	color: #ff0000;
	font-size: 14px;
	line-height: 14px;
	font-weight: 900;
	text-transform: uppercase;
	
	background: linear-gradient(90deg,#2100fc,#fa0106);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	text-shadow: none;
}
.site-footer .contact-box .work a {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}
.site-footer .contact-box .work a:hover {
	color: #ff0000;
}

.site-footer .address-box {
	margin-top: 30px;
}
.site-footer .address-box .header-title .first {
	color: #ff0000;
	font-size: 20px;
	line-height: 20px;
	font-weight: 900;
	text-transform: uppercase;
}
.site-footer .address-box .header-title .second {
	color: #ff0000;
	font-size: 34px;
	line-height: 34px;
	font-weight: 900;
	text-transform: uppercase;
	margin-top: 4px;
}
.site-footer .address-box .header-title .second span {
	background: linear-gradient(90deg,#2100fc,#fa0106);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	text-shadow: none;
}
.site-footer .address-box .address-info {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	margin-top: 20px;
}
.site-footer .address-box .address-info a {
	color: #1e00ff;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
}
.site-footer .address-box .address-info a:hover {
	color: #ff0000;
}

/**/
.site-footer .footer-info {
	color: #fff;
	margin-top: 40px;
}
.site-footer .footer-info .copy {
	font-size: 12px;
	line-height: 12px;
	margin-top: 24px;
}

.site-footer .footer-info .links {

}
.site-footer .footer-info .links a {
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
}
.site-footer .footer-info .links a:hover {
	color: #ff0000
}
.site-footer .footer-info .links a:after {
	content: "|";
	font-size: 12px;
	line-height: 12px;
	display: inline-block;
	margin: 0 3px;
}
.site-footer .footer-info .links a:last-child:after {
	display: none;
}

.site-footer .footer-info .social-icons {
	display: flex;
	align-items: center;
	margin-top: 24px;
}
.site-footer .footer-info .social-icons a {
	display: block;
	margin-right: 18px;
}
.site-footer .footer-info .social-icons a:last-child {
	margin-right: 0;
}
.site-footer .footer-info .social-icons a svg {
	width: 100%;
	height: 100%;
	fill: #fff;
	display: block;
	-webkit-transition: fill 0.2s;
	transition: fill 0.2s;
}
.site-footer .footer-info .social-icons a:hover svg {
	fill: #ff0000
}
.site-footer .footer-info .social-icons .fb {
	width: 10px;
	height: 18px;
}
.site-footer .footer-info .social-icons .inst {
	width: 18px;
	height: 18px;
}
.site-footer .footer-info .social-icons .in {
	width: 17px;
	height: 18px;
}
.site-footer .footer-info .social-icons .be {
	width: 20px;
	height: 13px;
}

/**/

.cookie-page-info {
	color: #151616;
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
	text-align: center;
	padding: 10px;
	position: fixed;
	bottom:10px;
	left:10px;
	background:rgba(231,231,231,0.8);
	z-index: 99999999; 
	border: none;
	filter:alpha(opacity=98); 
	opacity:0.98;
}
.cookie-page-info a:hover {
	text-decoration: underline;
}
.cookie-page-info .btn-ok {
	color: #151616;
	font-weight: 700;
	text-transform: uppercase;
	margin-left: 5px;
	cursor: pointer;
	display: inline-block;
}


/* 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;
}

/*--------------------------------------------------------------
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: 900;
	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;
}


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

.svg-fallback {
	display: none;
}

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

/* Social Menu fallbacks */

.no-svg .social-navigation a {
	background: transparent;
	color: #222;
	height: auto;
	width: auto;
}

/* 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 .social-navigation li a .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;
}

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


@media screen and ( max-height: 568px ) {
	
	.page-identification .section2-block {
		margin-top: 90px;
	}
	
}



@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;
	}



	/* Front Page */

	.contact-block .header-title br {
		display: unset;
	}

	/* Site Footer */
	
	
	/* page-seo */
	.page-seo .section2-block {
		background-size: 80%;
		background-position: center bottom 10px;
	}
	.page-seo .section2-block .wrap {
		justify-content: flex-end;
		padding-top: 55px;
	}
	.page-seo .section2-block .text {
		
	}
	
	/**/
	.page-googleads .section2-block {
		background-size: 65%;
		background-position: right 10% bottom 10%;
	}
	
	/* page-socialmedia */
	.page-socialmedia .section2-block {
		background-size: 80%;
		background-position: center bottom 10px;
	}
	.page-socialmedia .section2-block .wrap {
		justify-content: flex-end;
		padding-top: 55px;
	}
	
	/* .page-www */
	.page-www .section5-block {
		background-size: 80%;
		background-position: center bottom 10%;
	}
	
	/* .page-shop */
	.page-shop .section5-block {
		background-size: 80%;
		background-position: center bottom 10%;
	}

	/* 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: 38em) {
	.projects-list {
		justify-content: space-between;
	}
	.projects-list .portfolio-item {
		width: calc(100% / 2 - 10px);
		margin-bottom: 20px;
	}
}

@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: 40px;
		padding-right: 40px;
	}

	/**/
	.site-header {
		background: none;
	}

	/* Navigation */
	
	.menu-container {
		display: flex;
		justify-content: flex-end;
	}
	
	.navigation-top {
		font-size: 14px;
		line-height: 14px;
		color: #000;
	}
	
	.navigation-top a {
		color: #000;
	}

	.navigation-top.colorWhite .main-navigation > div > ul > li > a {
		color: #fff;
	}
	
	/* Main Navigation */

	.js .menu-toggle {
		display: none;
	}

	.main-navigation {
		width: auto;
	}

	/*.js .main-navigation ul,
	.js .main-navigation ul ul,*/
	.js .main-navigation > div > ul {
		display: block;
	}

	.main-navigation ul {
		background: transparent;
		padding: 0;
	}

	.main-navigation > div > ul {
		border: 0;
		margin-bottom: 0;
	}

	.main-navigation li {
		border: 0;
		display: inline-block;
	}
	.main-navigation > div > ul > li {
		margin-right: 66px;
		margin-bottom: 0;
	}
	.main-navigation > div > ul > li:last-child {
		margin-right: 0;
	}
	
	.main-navigation > div > ul > li > ul > li {
		margin-bottom: 30px;
	}
	.main-navigation > div > ul > li > ul > li:last-child {
		margin-bottom: 0;
	}
	
	.main-navigation ul ul {
		padding: 0 0 0 0;
		display: block;
	}
	
	.main-navigation li li {
		text-align: right;
		display: block;
	}

	.main-navigation a {
		padding: 0 0 0;
	}
	
	.main-navigation > div > ul > li > ul {
		background-color: #ffe717;
		right: 0;
		padding: 0 5%;
		position: fixed;
		top: 0;
		z-index: 99999;
		height: calc(100vh - 0px);
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		flex-direction: column;
		transform: translateX(100%);
		-webkit-transition: transform 0.5s;
		transition: transform 0.5s;
	}
	
	.main-navigation ul ul a {
		text-transform: lowercase;
		padding: 0 0;
	}
	
	.main-navigation > div > ul > li > ul > li > a {
		font-weight: 900;
		text-transform: uppercase;
	}	
	

	.main-navigation > div > ul > li:hover > ul,
	.main-navigation > div > ul > li.focus > ul	{
		transform: translateX(0);
	}
	
	.main-navigation.click-offer > div > ul > li > ul	{
		transform: translateX(0);
	}
	
	.main-navigation.click-offer > div > ul > li > ul.sub-menu:after {
		content: "x";
		font-size: 25px;
		line-height: 25px;
		font-weight: 900;
		display: block;
		position: absolute;
		top: 2%;
		right: 2%;
		cursor: pointer;
	}
	
	.main-navigation .wpml-navigation {
		display: flex;
	}
	.wpml-navigation {
		color: #000;
		font-size: 12px;
		display: flex;
		margin-left: 66px;
	}
	.navigation-top.colorWhite .wpml-navigation {
		color: #fff;
	}
	.wpml-navigation a {
		color: #000;
		text-transform: uppercase;
		display: block;
	}
	.navigation-top.colorWhite .wpml-navigation a {
		color: #fff;
	}
	.wpml-navigation a.wpml-ls-current-language {
		font-weight: 900;
	}
	.wpml-navigation span {
		margin: 0 6px;
		display: block;
	}
	.wpml-navigation span:last-child {
		display: none;
	}
	
	/* Footer */
	
	.site-footer .footer-contact {
		display: flex;
		justify-content: space-between;
		max-width: 1226px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.site-footer .footer-contact .contact-box {
		
	}
	.site-footer .contact-box .header-title .first {
		font-size: 25px;
		line-height: 25px;
	}
	.site-footer .contact-box .header-title .second {
		font-size: 60px;
		line-height: 60px;
		margin-top: 4px;
	}
	.site-footer .footer-contact .address-box {
		margin-top: 0;
	}
	.site-footer .address-box .header-title .first {
		font-size: 25px;
		line-height: 25px;
	}
	.site-footer .address-box .header-title .second {
		font-size: 60px;
		line-height: 60px;
		margin-top: 4px;
	}
	
	/**/
	.site-footer .footer-info {
		margin-top: 80px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		/*max-width: 1226px;*/
		margin-left: auto;
		margin-right: auto;
	}
	.site-footer .footer-info .copy {
		font-size: 12px;
		line-height: 12px;
		margin-top: 0;
		order: 1;
	}

	.site-footer .footer-info .links {
		order: 2;
		margin-left: auto;
		margin-right: 18px;
	}
	.site-footer .footer-info .links a {
		font-size: 12px;
		line-height: 12px;
	}
	.site-footer .footer-info .links a:after {
		font-size: 12px;
		line-height: 12px;
		margin: 0 3px;
	}

	.site-footer .footer-info .social-icons {
		margin-top: 0;
		order: 3;
	}
	
	/* 404 */
	.error-404 .home-link {
		padding: 35px 0;
	}
	.error-404 .home-link .img-a {
		display: none;
	}
	.error-404 .home-link .img-b {
		display: inline-block;
	}


	/* Front Page */

	.portfolio-block .portfolio-list {
		display: block;
		margin-top: 40px;
	}
	.portfolio-block .portfolio-list .portfolio-item {
		position: relative;
	}
	.portfolio-block .portfolio-list .portfolio-item.item-1 {
		width: 50%;
		margin-top: 50px;
		float: left;
	}
	.portfolio-block .portfolio-list .portfolio-item.item-2 {
		width: 40%;
		margin-top: 0;
		float: right;
	}
	.portfolio-block .portfolio-list .portfolio-item.item-3 {
		float: left;
		width: 60%;
		clear: both;
		margin: 50px 0 0 50%;
		transform: translateX(-60%) translateY(0px);
	}
	.portfolio-block .portfolio-list:after {
		content: "";
		display: block;
		clear: both;
	}
	
	/**/
	

	.contact-block {
		padding-top: 0;
		padding-bottom: 0;
	}
	.contact-block .wrap {
		height: 100vh;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-top: 48px;
		padding-bottom: 48px;
	}
	.contact-block .header-title {
		text-align: right;
		width: 48%;
	}
	.contact-block .form-cnt {
		width: 48%;
	}
	
	/**/
	
	.page-offer .contact-block {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	/**/
	.page-contact .contact-block {

	}
	.page-contact .contact-block .wrap {
		flex-wrap: unset;
		justify-content: space-between;
		align-items: center;
		padding-top: 48px;
		padding-bottom: 20px;
	}
	.page-contact .contact-block .form-cnt {
		width: 48%;
	}
	.page-contact .contact-block .header-title {
		width: 48%;
	}

	
	/**/
	.section-block .block-title {
		font-size: 45px;
		line-height: 47px;
		margin: 0 0 34px;
	}
	.section-block .block-subtitle {
		font-size: 45px;
		line-height: 47px;
		margin: 0 0 34px;
	}
	.section-block .text ul {
		column-count: 2;
		column-gap: 35px;
	}
	.section-block .text ul li {
		font-size: 20px;
		line-height: 22px;
		margin: 0 0 22px;
		padding: 0 0 0 30px;
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid;
	}
	.section-block .text ul li:before {
		width: 14px;
		height: 14px;
		top: 4px;
	}
	.section-block .text p {
		font-size: 20px;
		line-height: 22px;
		margin: 0 0 22px;
	}
	
	/* .page-offer */
	
	.page-offer .header-block h1 {
		font-size: 70px;
		line-height: 62px;
	}
	.page-offer .header-block .info {
		margin-top: 35px;
	}
	.page-offer .header-block .info h2 {
		font-size: 45px;
		line-height: 47px;
		margin: 0 0 40px;
	}
	.page-offer .header-block .info .text {
		font-size: 45px;
		line-height: 47px;
	}
	
	
	/* page-identification */
	
	.page-identification .section4-block .text {
		padding: 0 0 0 30px;
	}
	
	.page-identification .section5-block {
		background-size: 60%;
		background-position: center bottom 20px;
	}
	
	
	/* page-illustrations */
	
	.page-illustrations .section5-block {
		background-size: 60%;
		background-position: right 5% center;
	}

	.page-illustrations .section5-block .wrap {
		align-content: unset;
		flex-direction: column;
		justify-content: center;
	}
	
	.page-illustrations .section5-block .text {
		width: calc(60%);
		padding: 0 0 0 0;
		margin: 0 0 30px;
		order: 1;
	}
	.page-illustrations .section5-block .block-title {
		text-align: right;
		margin: 0 0 0;
		order: 2;
	}
	
	.page-illustrations .section6-block .block-title {
		padding: 0 0 0 40%;
	}
	.page-illustrations .section6-block .text {
		padding: 0 40% 0 0;
	}
	
	
	/* .page-materials */
	
	.page-materials .section5-block {
		background-size: 30%;
		background-position: center bottom 10%;
	}

	/* page-www */

	.page-www .section4-block .wrap {
		max-width: 1050px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.page-www .section5-block {
		background-size: 50%;
		background-position: center bottom 10%;
	}
	
	/* page-shop */
	
	.page-shop .section4-block .wrap {
		max-width: 1050px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.page-www .section5-block {
		background-size: 50%;
		background-position: center bottom 10%;
	}
	
	/* page-seo */
	.page-seo .section2-block {
		background-size: 55%;
		background-position: left 5% bottom 8%;
	}
	.page-seo .section2-block .wrap {
		justify-content: flex-end;
		padding-top: 55px;
	}
	.page-seo .section-block.section2-block .text ul {
		column-count: unset;
		column-gap: unset;
	}
	
	.page-googleads .section2-block {
		background-size: 55%;
		background-position: right 10% bottom 10%;
	}
	.page-googleads .section-block.section2-block .text ul {
		column-count: unset;
		column-gap: unset;
	}
	
	/* page-socialmedia */
	.page-socialmedia .section2-block {
		background-size: 55%;
		background-position: center bottom 10%;
	}

	/* page projects */
	.page-projects .header-block h1 {
		font-size: 70px;
		line-height: 62px;
	}
	
	/* single project */
	
	.project-images-half:after {
		content: "";
		clear: both;
		display: table;
	}
	.project-images-half img {
		width: 49.1304347826087%;
		margin-bottom: 0;
	}
	.project-images-half img.fr {
		float: right;
	}
	.project-images-half img.fl {
		float: left;
	}
	.project-images-half img.mr {
		margin-top: calc(100% - 2 * 49.1304347826087%);
	}
	
	/**/
	.project-images-two {
		display: flex;
		justify-content: space-between;
	}
	.project-images-two img {
		width: 49.1304347826087%;
		margin-bottom: 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: 67em ) {

	/* Layout */
	
	.wrap {
		padding-left: 60px;
		padding-right: 60px;
	}
	
	.site-header .wrap {
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.site-header .logo {
		width: 66px;
		height: 30px;
	}

	.navigation-top nav {
		margin-left: 0;
	}
	
	.navigation-top {
		font-size: 18px;
		line-height: 18px;
	}
	
	.wpml-navigation {
		font-size: 14px;
	}

	/* Sticky posts */

	.sticky .icon-thumb-tack {
		font-size: 32px;
		font-size: 2rem;
		height: 22px;
		left: -1.25em;
		top: 0.75em;
		width: 32px;
	}

	/* 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;
	}
	
	
	/* site-footer */
	.site-footer {
		height: calc(100vh - 0px);
		padding-top: 0;
		padding-bottom: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-content: center;
	}
	.site-footer .footer-contact {
		width: 100%;
	}
	.site-footer .footer-info {
		width: 100%;
		position: absolute;
		bottom: 20px;
	}
	
	/* 404 */
	.error-404 .home-link {
		padding: 35px 0;
	}
	.error-404 .home-link .img-b {
		display: none;
	}
	.error-404 .home-link .img-c {
		display: inline-block;
	}
	
	/* Front page */
	
	.offer-block .offer-list {
		display: flex;
		justify-content: space-evenly;
	}
	.offer-block .offer-list .offer-item:nth-child(1) img {
		width: 600px;
	}
	.offer-block .offer-list .offer-item:nth-child(2) img {
		width: 600px;
	}
	.offer-block .offer-list .offer-item:nth-child(3) img {
		width: 600px;
	}

	/**/
	
	.motto-block .wrap {
		padding-left: 100px;
		padding-right: 100px;
	}
	.motto-block h1 {
		font-size: 80px;
		line-height: 75px;
	}
	
	/* contact page */

	.page-contact .contact-block {
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 0;
	}
	
	/**/
	.offer-block .wrap {
		/*height: calc(100vh - 0px);*/
	}
	/**/
	
	.portfolio-block .header-title {
		font-size: 65px;
		line-height: 60px;
	}

	.portfolio-block .portfolio-list .portfolio-item .mask h3 {
		font-size: 49px;
		line-height: 47px;
		padding: 0 50px 0 50px;
	}
	
	.portfolio-block .portfolio-list .portfolio-item.item-1 {
		width: 40%;
		margin-top: 50px;
	}
	.portfolio-block .portfolio-list .portfolio-item.item-3 {
		float: right;
		width: 50%;
		clear: unset;
		margin: 100px 0 0 0;
		transform: unset;
	}
	
	/**/
	.partners-block {
		margin-top: 115px;
	}
	.partners-block .header-title {
		font-size: 65px;
		line-height: 75px;
	}
	.partners-block .partners-list {
		margin-top: 40px;
	}
	
	.contact-block {
		/*padding-top: 48px;
		padding-bottom: 20px;*/
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 50px;
	}
	
	.contact-block .wrap {
		height: calc(100vh - 0px);
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.contact-block .header-title {
		font-size: 80px;
		line-height: 75px;
		text-align: right;
		width: 48%;
	}
	.contact-block .form-cnt {
		width: 48%;
	}
	.contact-block .form-cnt .phone {
		font-size: 40px;
		line-height: 40px;
	}
	.contact-block .form-cnt .wpcf7-submit {
		font-size: 40px;
		line-height: 45px;
		margin-top: 20px;
	}
	
	
	
	/**/
	.section2-block .wrap {
		height: calc(100vh - 0px);
	}
	
	/**/
	.section3-block .wrap {
		height: calc(100vh - 0px);
	}
	
	/**/
	.section4-block .wrap {
		height: calc(100vh - 0px);
	}
	
	/**/
	.section5-block .wrap {
		height: calc(100vh - 0px);
	}
	
	/**/
	.section-block.section6-block .wrap {
		max-width: 1080px;
		height: calc(100vh - 0px);
		margin-left: auto;
		margin-right: auto;
	}
	
	/* page-offer */
	.page-offer .header-block .wrap {
		height: calc(100vh - 0px);
		
		padding-top: 80px;
		padding-left: 30px;
		padding-right: 30px;

		flex-direction: column;
		display: flex;
		justify-content: center;
	}
	.page-offer .header-block .info {
		display: flex;
		align-items: center;
		flex: 1;
		margin-top: 0;
	}
	
	.page-offer .contact-block {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	/* identification */
	.page-identification .section4-block .text {
		padding: 0 0 0 30%;
	}
	
	/**/
	.page-identification .section5-block {
		background-size: 45%;
		background-position: center bottom 20px;
	}
	.page-identification .section5-block .wrap {
		display: flex;
		justify-content: space-between;
		/*align-items: center;*/
		flex-direction: unset;
	}
	.page-identification .section5-block .block-title {
		width: 50%;
		margin-bottom: 8%;
	}
	.page-identification .section5-block .text {
		width: 50%;
		margin-top: 8%;
	}
	
	/* page-illustrations */
	
	.page-illustrations .section5-block {
		background-size: 43%;
		background-position: right 17% center;
	}
	.page-illustrations .section5-block .wrap {
		justify-content: space-between;
		padding-top: 7%;
		padding-bottom: 4%;
	}
	.page-illustrations .section5-block .text {
		width: calc(40%);
		margin: 0 0 30px;
	}

	
	/* page-maetrials */
	.page-materials .section5-block {
		background-size: 30%;
		background-position: center center;
	}
	.page-materials .section5-block .wrap {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: unset;
	}
	.page-materials .section5-block .block-title {
		width: 45%;
		margin-bottom: 8%;
	}
	.page-materials .section5-block .text {
		width: 45%;
		margin-top: 8%;
	}
	
	
	/* page-www */
	.page-www .section5-block {
		background-size: 35%;
		background-position: right 10% top 62%;
	}
	.page-www .section5-block .wrap {
		display: flex;
		justify-content: space-between;
		align-items: center;
		align-content: center;
		flex-direction: unset;
	}
	.page-www .section5-block .block-title {
		padding-right: 50%;
	}
	.page-www .section5-block .text {
		width: 50%;
		padding: 0 0 0 8%;
	}
	
	
	/* page-shop */
	.page-shop .section5-block {
		background-size: 40%;
		background-position: right 10% top 62%;
	}
	.page-shop .section5-block .wrap {
		display: flex;
		justify-content: space-between;
		align-items: center;
		align-content: center;
		flex-direction: unset;
	}
	.page-shop .section5-block .block-title {
		padding-right: 50%;
	}
	.page-shop .section5-block .text {
		width: 50%;
		padding: 0 0 0 8%;
	}
	
	/* page-seo */
	.page-seo .section2-block {
		background-size: 60%;
		background-position: left 5% bottom 8%;
	}
	
	/* page-googleads */
	.page-googleads .section2-block {
		background-size: 37%;
		background-position: right 10% center;
	}
	.page-googleads .section2-block .wrap {
		align-content: center;
		padding-top: 0;
	}
	.page-googleads .section-block.section2-block .text {
		padding-left: 10%;
	}
	
	/* page-socialmedia */
	.page-socialmedia .section2-block {
		background-size: 40%;
		background-position: center left 10%;
	}
	.page-socialmedia .section2-block .wrap {
		align-content: center;
	}
	.page-socialmedia .section2-block .block-title {
		width: 100%;
		padding-left: 52%;
	}
	.page-socialmedia .section2-block .text {
		width: 100%;
		padding-left: 52%;
	}
	
	
	/* projects page */
	
	.page-projects .header-block .wrap {
		padding-top: 80px;
	}
	.page-projects .header-block .text {
		font-size: 28px;
		line-height: 28px;
		margin-top: 16px;
	}
	.projects-list .portfolio-item .mask h3 {
		font-size: 49px;
		line-height: 47px;
		padding: 0 50px 0 50px;
	}

	
	/* single project */
	
	.single-projects .site-content {
		padding-top: 100px;
	}
	
	.single-projects .project-header-block .title {
		font-size: 65px;
		line-height: 62px;
	}
	.single-projects .project-header-block .desc {
		font-size: 28px;
		line-height: 28px;
		margin-top: 16px;
	}
	
	.single-projects .project-desc-block {
		font-size: 28px;
		line-height: 28px;
		margin-top: 30px;
	}

	.single-projects .project-images-block .desc {
		font-size: 28px;
		line-height: 28px;
		margin-bottom: 30px;
	}
	
	.project-images-block {
		margin-top: 30px;
	}
	.project-images-full {
		margin-bottom: 30px;
	}
	
	/* Post navigation 	*/
	.posts-navigation .nav-links a {
		font-size: 28px;
		line-height: 28px;
	}

}

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

	
	/**/
	.portfolio-block .portfolio-list {
		margin-top: -80px;
	}
	.portfolio-block .portfolio-list .portfolio-item.item-1 {
		margin-top: 120px;
	}
	
	/**/
	.projects-list .portfolio-item {
		width: calc(100% / 3 - 10px);
		margin-bottom: 20px;
	}
	.projects-list:after {
		content: "";
		width: calc(100% / 3 - 10px);
		display: block;
	}
	
	/* .page-illustrations */
	
	.page-illustrations .section5-block {
		background-size: 40%;
		background-position: center center;
	}
	
	/* page-maetrials */
	.page-materials .section5-block {
		background-size: 25%;
		background-position: center center;
	}
	
	/* */
	.single-projects .project-header-block .desc {
		max-width: 70%;
	}

}


@media screen and ( min-width: 99em ) {
	
	/**/
	.site-header .wrap {
		padding-top: 30px;
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 30px;
	}

	.site-header .logo {
		width: 86px;
		height: 39px;
	}
	
	.navigation-top {
		font-size: 25px;
		line-height: 25px;
	}
	
	.wpml-navigation {
		font-size: 20px;
	}
	
	/**/
	
	.motto-block .wrap {
		padding-left: 100px;
		padding-right: 100px;
	}
	.motto-block h1 {
		font-size: 120px;
		line-height: 111px;
	}
	
	/**/
	.portfolio-block .header-title {
		font-size: 80px;
		line-height: 75px;
	}
	
	.portfolio-block .portfolio-list .portfolio-item .mask h3 {
		font-size: 59px;
		line-height: 57px;
		padding: 0 60px 0 60px;
	}
	
	/**/
	.partners-block .header-title {
		font-size: 80px;
		line-height: 85px;
	}
	
	/**/
	.contact-block .header-title {
		font-size: 110px;
		line-height: 125px;
		width: 48%;
	}
	.contact-block .form-cnt .phone {
		font-size: 65px;
		line-height: 75px;
	}
	.contact-block .form-cnt .wpcf7-form-control-wrap input {
		font-size: 30px;
		line-height: 30px;
		border-bottom: 8px solid #fff;
		padding: 16px 0;
	}
	.contact-block .form-cnt .wpcf7-form-control-wrap textarea {
		font-size: 30px;
		line-height: 30px;
		border-bottom: 8px solid #fff;
		padding: 16px 0;
	}
	.contact-block .form-cnt .wpcf7-submit {
		font-size: 65px;
		line-height: 65px;
		margin-top: 20px;
	}
	
	/**/
	
	.site-footer .contact-box .header-title .first {
		font-size: 35px;
		line-height: 35px;
	}
	.site-footer .contact-box .header-title .second {
		font-size: 80px;
		line-height: 70px;
		margin-top: 0px;
	}
	
	.site-footer .address-box .header-title .first {
		font-size: 35px;
		line-height: 35px;
	}
	.site-footer .address-box .header-title .second {
		font-size: 80px;
		line-height: 70px;
		margin-top: 0px;
	}
	
	.site-footer .contact-box .contact-link {
		margin-top: 35px;
	}
	.site-footer .contact-box .contact-link a {
		font-size: 30px;
		line-height: 43px;
	}
	
	.site-footer .contact-box .work {
		margin-top: 36px;
	}
	.site-footer .contact-box .work .title span {
		font-size: 30px;
		line-height: 30px;
	}
	.site-footer .contact-box .work a {
		font-size: 30px;
		line-height: 43px;
	}
	
	.site-footer .address-box .address-info {
		font-size: 30px;
		line-height: 43px;
		margin-top: 36px;
	}
	.site-footer .address-box .address-info a {
		font-size: 30px;
		line-height: 43px;
	}
	
	.site-footer .footer-info .copy {
		font-size: 16px;
		line-height: 16px;
	}
	.site-footer .footer-info .links {
		margin-right: 58px;
	}
	.site-footer .footer-info .links a {
		font-size: 16px;
		line-height: 16px;
	}
	.site-footer .footer-info .links a:after {
		font-size: 16px;
		line-height: 16px;
		margin: 0 4px;
	}
	
	.site-footer .footer-info .social-icons a {
		margin-right: 28px;
	}
	.site-footer .footer-info .social-icons .fb {
		width: 14.54px;
		height: 28px;
	}
	.site-footer .footer-info .social-icons .inst {
		width: 28px;
		height: 28px;
	}
	.site-footer .footer-info .social-icons .in {
		width: 28px;
		height: 28px;
	}
	.site-footer .footer-info .social-icons .be {
		width: 33px;
		height: 20px;
	}
	
	/* 404 */
	.error-404 .home-link .img-c {
		display: none;
	}
	.error-404 .home-link .img-d {
		display: inline-block;
	}
	
	/**/
	.section-block .wrap {
		max-width: 1800px;
		margin-left: auto;
		margin-right: auto;
	}
	.section-block .block-title {
		font-size: 65px;
		line-height: 70px;
		margin: 0 0 44px;
	}
	.section-block .block-subtitle {
		font-size: 65px;
		line-height: 70px;
		margin: 0 0 44px;
	}
	.section-block .text ul li {
		font-size: 28px;
		line-height: 34px;
		margin: 0 0 34px;
		padding: 0 0 0 42px;
	}
	.section-block .text ul li:before {
		width: 17px;
		height: 17px;
		top: 10px;
	}
	.section-block .text p {
		font-size: 28px;
		line-height: 34px;
		margin: 0 0 30px;
	}
	
	
	/* page-offer */
	.page-offer .header-block .wrap {
		padding-top: 95px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.page-offer .header-block h1 {
		font-size: 100px;
		line-height: 100px;
	}
	.page-offer .header-block .info {
		padding-left: 13%;
		padding-right: 10%;
	}
	.page-offer .header-block .info h2 {
		font-size: 65px;
		line-height: 68px;
		margin: 0 0 70px;
	}
	.page-offer .header-block .info .text {
		font-size: 65px;
		line-height: 68px;
	}
	
	/**/
	.portf-block .portfolio-list .portfolio-item .mask h3 {
		font-size: 49px;
		line-height: 47px;
		padding: 0 50px 0 50px;
	}
	
	/* page-identification */
	
	.page-identification .section2-block .text ul {
		column-count: 3;
		column-gap: 35px;
	}
	
	.page-identification .section4-block .wrap {
		max-width: 1220px;
	}
	.page-identification .portf-block .wrap {
		max-width: unset;
	}
	
	/* .page-illustrations */
	
	.page-illustrations .section5-block {
		background-size: 35%;
	}
	
	
	/* page-materials */
	
	.page-materials .section2-block .text ul {
		column-count: 3;
		column-gap: 35px;
	}

	.page-materials .section5-block {
		background-size: 20%;
		background-position: center center;
	}
	
	
	/* page-www */
	.page-www .section2-block .text ul {
		column-count: 3;
		column-gap: 35px;
	}
	
	
	/* page-shop */
	.page-shop .section2-block .text ul {
		column-count: 3;
		column-gap: 35px;
	}
	
	
	/* page-seo */
	.page-seo .section2-block {
		background-size: 45%;
		background-position: left 5% bottom 8%;
	}
	
	
	/* page projects */
	.page-projects .header-block .wrap {
		padding-top: 95px;
	}
	.page-projects .header-block h1 {
		font-size: 100px;
		line-height: 100px;
	}
	.projects-list .portfolio-item {
		width: calc(100% / 3 - 25px);
		margin-bottom: 38px;
	}
	.projects-list:after {
		width: calc(100% / 3 - 25px);
	}
	.projects-list .portfolio-item .mask h3 {
		font-size: 59px;
		line-height: 57px;
		padding: 0 60px 0 60px;
	}
	
	
	/* Post navigation 	*/
	.posts-navigation .nav-links a {
		font-size: 40px;
		line-height: 36px;
	}
	
}


@media screen and ( min-width: 128em ) {
	
	/**/

	.portfolio-block .portfolio-list .portfolio-item .mask h3 {
		font-size: 90px;
		line-height: 87px;
		padding: 0 100px 0 100px;
	}
	
}

.grecaptcha-badge {
	display: none;
}


/*
Popup contact
*/

.popup-contact {
	padding: 0 !important;
	display: none;
}
.popup-contact .contact-header {
	padding: 4% 5% 4%;
}
.popup-contact .contact-header .title {
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	color: #1e00ff;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.popup-contact .contact-header .text-1 {
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	color: #696a69;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 2px;
}
.popup-contact .contact-header .text-2 {
	font-size: 16px;
	line-height: 18px;
	color: #696a69;
	text-align: center;
}
.popup-contact .contact-form {
	background-color: #1e00ff;
	padding: 24px 5% 5%;
}
.popup-contact .contact-form .input-wrap {
	margin: 0 0 10px;
    line-height: 1;
}
.popup-contact .contact-form .input-wrap .label {
    font-size: 18px;
    line-height: 18px;
	font-weight: 500;
	text-align: left;
	padding: 0 0 0;
    color: #fff;
	display: block;
	margin-bottom: 5px;
}
.popup-contact .contact-form .input-wrap .wpcf7-form-control-wrap {
	display: block;
}
.popup-contact .contact-form .wpcf7-text {
	padding: 15px 15px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #696a69;
    background-color: #fff;
	display: block;
	border-radius: 0px;
	border: none;
}
.popup-contact .contact-form .btn-cnt {
	position: relative;
}
.popup-contact .contact-form .wpcf7-submit {
	color: #fff;
	text-transform: uppercase;
	background-color: #ff0000;
    display: block;
    width: 100%;
    padding: 10px 0;
}
.popup-contact .contact-form .ajax-loader {
	position: absolute;
	top: 4px;
	right: 0px;
}
.popup-contact .contact-form .wpcf7-not-valid-tip {
    color: #f00;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    margin-top: 4px;
    display: block;
}
.popup-contact .contact-form .wpcf7 form .wpcf7-response-output {
    margin: 2em 0 0;
    padding: 10px 10px;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}

@media (min-width: 1260px) {
	.popup-contact {
		max-width: 755px !important;
	}
	.popup-contact .contact-header {
		padding: 6% 6% 6%;
	}
	.popup-contact .contact-form {
		padding: 5% 6% 6%;
	}
	.popup-contact .contact-header .title {
		font-size: 34px;
		line-height: 34px;
		margin-bottom: 12px;
	}
	.popup-contact .contact-header .text-1 {
		font-size: 34px;
		line-height: 34px;
		margin-bottom: 2px;
	}
	.popup-contact .contact-header .text-2 {
		font-size: 26px;
		line-height: 26px;
	}
	.popup-contact .contact-form .input-wrap {
		margin: 0 0 15px;
	}
	.popup-contact .contact-form .btn-cnt {
		padding-top: 10px;
	}
	.popup-contact .contact-form .wpcf7-submit {
		padding: 15px 0;
		font-size: 19px;
		line-height: 19px;
	}
}