/*!
Theme Name: Latech Theme
Theme URI: http://underscores.me/
Author: Jevgenijs Nadels
Author URI: mailto:evgeny.nadel@gmail.com
Description: Custom theme: Latech Theme, developed by Jevgenijs Nadels
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: latech
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

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

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

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

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

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li.focus > ul {
  left: auto;
}
@media screen and (min-width: 769px) {
  .main-navigation ul li:hover > ul {
    left: 0;
  }
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled .menu__wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity ease-in 0.2s;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
  flex-wrap: wrap;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 100%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  flex: 1 0 100%;
}

@media screen and (min-width: 576px) {
  .comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
  }
  .comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
  }
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

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

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

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

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

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

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

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

@font-face {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("SF Pro Display"), url("../fonts/SFProDisplay-Regular-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "SF Pro Display";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local("SF Pro Display"), url("../fonts/SFProDisplay-RegularItalic-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("SF Pro Display"), url("../fonts/SFProDisplay-Medium-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("SF Pro Display"), url("../fonts/SFProDisplay-Bold-webfont.woff2") format("woff2");
}
::placeholder {
  color: #666;
}

::selection {
  background-color: #d80027;
  color: #fff;
}

input,
textarea {
  outline: none;
}
input:focus:required:invalid,
textarea:focus:required:invalid {
  border-color: red;
}
input:required:valid,
textarea:required:valid {
  border-color: green;
}

html {
  box-sizing: border-box;
}

body {
  font-family: "SF Pro Display", sans-serif;
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.65;
  overflow-x: hidden;
  color: #0c0e0f;
}

.section-inner {
  max-width: 1170px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
  box-sizing: border-box;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 150%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
body {
  overflow-x: hidden;
}

a:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "SF Pro Display", sans-serif;
  font-weight: bold;
  color: #0c0e0f;
  margin: 0;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: 0.275em;
}

h3 {
  font-size: calc(34px + 14 * ((100vw - 320px) / 1600));
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 24px;
  margin-bottom: 0.625em;
}

p {
  margin: 0 0 16px;
  letter-spacing: 0.05em;
}

a {
  transition: all ease-in 0.2s;
}

.btn {
  padding: 12px 28px;
  border-radius: 50px;
  font-family: "SF Pro Display", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  letter-spacing: 1px;
  text-decoration: none;
  justify-content: center;
  transition: all ease-in 0.2s;
  user-select: none;
  outline: none;
}
.btn-primary, .btn-primary:visited {
  background-color: #d80027;
  color: #fff;
}
.btn-primary:hover, .btn-primary:visited:hover {
  background-color: #fff;
  color: #0c0e0f;
}
.btn-outline {
  font-size: 18px;
  border-width: 2px;
  border-color: #fff;
  border-style: solid;
  border-radius: 0;
  text-transform: uppercase;
  color: #fff;
  background-size: 201% 100%;
  background-image: linear-gradient(to right, transparent 50%, #fff 50%);
  transition: all ease-in-out 0.3s;
}
.btn-outline:visited, .btn-outline:focus, .btn-outline:active {
  color: #fff;
}
.btn-outline:hover {
  background-position: -99.5% 0;
  color: #0c0e0f;
}

button {
  font-family: "SF Pro Display", sans-serif;
  letter-spacing: 0.05em;
  cursor: pointer;
}

.site-main {
  padding: 60px 0 20px;
}
.site-main__dark {
  background: #0c0e0f;
}
.site-main__dark h1,
.site-main__dark h2,
.site-main__dark h3,
.site-main__dark h4,
.site-main__dark h5 {
  color: #fff;
}
.site-main__dark p {
  color: #e6e6e7;
}
.site-main__side-h .section-inner {
  position: relative;
}

.separate-line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  width: 100%;
  max-width: 100%;
}

.side-h {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  color: #dedede;
  margin-bottom: 20px;
}

.js-side.fixit {
  opacity: 1;
}

.line-heading {
  display: flex;
  margin-bottom: 12px;
}
.line-heading h4 {
  color: #d80027;
  text-align: left;
  flex: 0 0 auto;
  margin-right: 22px;
  margin-bottom: 0;
  max-width: 100%;
}
.line-heading h2 {
  color: #fff;
  text-align: left;
  flex: 0 0 auto;
  margin-right: 22px;
  margin-bottom: 0;
  max-width: 100%;
}
.line-heading__line {
  flex: 1 0 auto;
  position: relative;
}
.line-heading__line::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: rgba(233, 239, 240, 0.25);
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
}

.vim-video {
  position: relative;
  padding: 56.25% 0 0 0;
  cursor: pointer;
}
.vim-video__preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
  transition: all ease-in 0.3s;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.vim-video__preview::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
}
.vim-video__preview .btn-play {
  width: 36px;
  height: 46px;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all ease-in 0.1s;
}
.vim-video__preview .btn-play:hover {
  opacity: 0.8;
}
.vim-video__src {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.vim-video.play .vim-video__preview {
  visibility: hidden;
  opacity: 0;
}

.fluid-inner {
  position: relative;
  max-width: 100%;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}

.wide-inner {
  width: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.col-30,
.col-40,
.col-50,
.col-60,
.col-70 {
  padding: 0 15px;
  box-sizing: border-box;
}

.col-40,
.col-60 {
  flex: 0 0 100%;
}

.col-50 {
  flex: 0 0 50%;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-center {
  align-items: center;
}

.mt-60 {
  margin-top: 60px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-60 {
  margin-bottom: 60px;
}

@media screen and (min-width: 769px) {
  .col-40 {
    flex: 0 0 40%;
  }

  .col-30,
.col-50,
.col-70 {
    flex: 0 0 50%;
  }

  .col-60 {
    flex: 0 0 60%;
  }

  .py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 992px) {
  .col-30 {
    flex: 0 0 30%;
  }

  .col-70 {
    flex: 0 0 70%;
  }
}
@media screen and (min-width: 1440px) {
  .side-h {
    font-size: 120px;
    line-height: 1;
    text-align: left;
    position: sticky;
    top: 0;
    margin-bottom: 0;
    user-select: none;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
  }

  .fluid-inner {
    max-width: calc(1170px + (100vw - 1170px) / 2 - 15px);
  }
  .fluid-inner__right {
    padding-left: 15px;
    float: right;
  }
  .fluid-inner__left {
    padding-right: 15px;
  }
}
/* Header */
.site-header {
  flex-grow: 0.5;
  margin-left: auto;
  position: relative;
  background-position: center center;
  background-size: cover;
}
.site-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.9) 100%);
}
.site-header__over {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.site-header__over::after {
  display: none;
}
.site-header .section-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 99;
}
.site-header .site-branding {
  flex-grow: 0.5;
  margin-left: auto;
}
.site-header .main-navigation {
  width: auto;
  flex-grow: 0.5;
  text-align: center;
  margin: 0 auto 15px;
  justify-content: flex-end;
}
.site-header .logo {
  display: block;
  user-select: none;
  margin: 16px 0;
  width: 111px;
}
@media screen and (min-width: 769px) {
  .site-header .logo {
    width: 222px;
  }
}

/* Navigation */
.main-navigation {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}
.main-navigation .menu__wrap {
  position: absolute;
  background: #000000f2;
  width: 100%;
  left: 0;
  height: 100vh;
  min-height: 620px;
  top: 0;
  padding-top: 160px;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in 0.2s;
  z-index: 99;
}
.main-navigation.toggled .menu__wrap {
  padding-top: 120px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (orientation: landscape) {
  .main-navigation.toggled .menu__wrap {
    padding-top: 80px;
  }
}
.main-navigation .nav-menu li {
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-navigation .nav-menu li.focus {
  background: #ffffff1f;
}
.main-navigation .nav-menu li.current-menu-item a::before {
  content: "";
  width: 80%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #d80027;
}
.main-navigation .nav-menu li.current-menu-item::after {
  background: #d80027;
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .main-navigation .nav-menu li.focus {
    background: transparent;
  }
  .main-navigation .nav-menu li.current-menu-item a::before {
    display: none;
  }
  .main-navigation .nav-menu li::after {
    content: "";
    width: 4px;
    height: 4px;
    background: #fff;
    opacity: 0.2;
    display: block;
    position: absolute;
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -3px;
  }
}
.main-navigation a {
  display: inline-block;
  position: relative;
  color: #0c0e0f;
  font-style: normal;
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: 1px;
  padding: 12px 0;
  margin-bottom: 8px;
}
.main-navigation .nav-menu .sub-menu {
  width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 12px 0;
  text-align: left;
}
.main-navigation .nav-menu .sub-menu li {
  padding: 8px 16px;
}
.main-navigation .nav-menu .sub-menu li a {
  color: inherit;
  font-family: inherit;
  font-weight: normal;
  line-height: inherit;
  letter-spacing: inherit;
  border-bottom: 1px solid transparent;
}
.main-navigation .nav-menu .sub-menu li a:hover {
  color: #000;
  border-color: #ddd;
}
.main-navigation .nav-menu .edge ul {
  right: 16px;
  left: unset;
}
.main-navigation .menu-toggle {
  margin-left: auto;
  float: left;
  padding: 8px;
  background: none;
  border: none;
  outline: 0;
  z-index: 999;
}
.main-navigation .menu-toggle__icon {
  width: 30px;
  height: 22px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  display: block;
  cursor: pointer;
  pointer-events: none;
}
.main-navigation .menu-toggle__icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #0c0e0f;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.main-navigation .menu-toggle__icon span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
.main-navigation .menu-toggle__icon span:nth-child(2) {
  top: 9px;
  transform-origin: left center;
}
.main-navigation .menu-toggle__icon span:nth-child(3) {
  top: 18px;
  transform-origin: left center;
}
.main-navigation.toggled .menu-toggle__icon span:nth-child(1) {
  transform: rotate(45deg);
  top: -3px;
  left: 4px;
}
.main-navigation.toggled .menu-toggle__icon span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.main-navigation.toggled .menu-toggle__icon span:nth-child(3) {
  transform: rotate(-45deg);
  top: 18px;
  left: 4px;
}
.main-navigation__transparent a {
  color: #fff;
}
.main-navigation__transparent a:hover {
  opacity: 0.7;
}
.main-navigation__transparent .menu-toggle__icon span {
  background: #fff;
}

@media screen and (min-width: 769px) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }

  .main-navigation .menu__wrap {
    position: relative;
    background: none;
    width: auto;
    left: unset;
    height: auto;
    top: unset;
    padding-top: 0;
    opacity: 1;
    visibility: visible;
    min-height: unset;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }

  .main-navigation a {
    font-size: 16px;
    padding: 8px 0;
  }

  .main-navigation .nav-menu .sub-menu {
    max-width: 360px;
    width: auto;
  }
}
.language-switcher {
  display: inline-flex;
  text-align: left;
  color: #fff;
  position: relative;
  margin-top: 40px;
  user-select: none;
}
.language-switcher a {
  color: #fff;
}
.language-switcher img {
  margin-right: 12px;
  width: 16px;
}
.language-switcher .current-language,
.language-switcher .langs__item a {
  display: flex;
  align-items: center;
  padding: 5px 0;
  cursor: pointer;
  transition: opacity 0.1s ease-in;
  margin-bottom: 0;
}
.language-switcher .current-language:hover,
.language-switcher .langs__item a:hover {
  opacity: 0.8;
}
.language-switcher .current-language {
  background: #fff;
  color: #0c0e0f;
  padding: 0 12px;
  border-radius: 50px;
  font-weight: 700;
}
.language-switcher .langs {
  display: flex;
}
.language-switcher .langs__item {
  margin-left: 16px;
  padding: 0 12px;
  border-radius: 50px;
}
.language-switcher .langs__item:hover {
  background: #ffffff1f;
}

@media screen and (min-width: 769px) {
  .language-switcher {
    display: inline-block;
    padding: 6px 0;
    margin-left: 24px;
    margin-top: 0;
  }
  .language-switcher.toggled .current-language::after {
    transform: rotateZ(180deg);
  }
  .language-switcher.toggled .langs {
    visibility: visible;
    opacity: 1;
    top: 38px;
    box-shadow: 0 0 15px #424040;
  }
  .language-switcher .current-language {
    background: none;
    color: #fff;
    border-radius: 0;
    font-weight: 400;
    padding-right: 4px;
  }
  .language-switcher .current-language::after {
    content: "";
    width: 12px;
    height: 14px;
    display: inline-block;
    background: url("../svg/chevron.svg") 0 0/contain no-repeat;
    margin-left: 12px;
  }
  .language-switcher .langs {
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    padding: 8px 12px;
    left: 0;
    top: 28px;
    width: 100%;
    border-radius: 5px;
    transition: all 0.2s ease-in;
  }
  .language-switcher .langs__item {
    margin-left: 0;
    padding: 0;
    border-radius: 0;
  }
  .language-switcher .langs__item a {
    color: #0c0e0f;
    font-weight: 500;
  }
  .language-switcher .langs__item:hover {
    background: none;
  }
}
.subtitle {
  flex: 1 0 100%;
  display: flex;
  justify-content: center;
  margin: 10px 0 40px 0;
}
.subtitle__wrap {
  text-align: center;
}
.subtitle__wrap h1,
.subtitle__wrap .breadcrumbs {
  flex: 1 0 100%;
}
.subtitle__wrap h1 {
  font-size: calc(32px + 24 * ((100vw - 320px) / 1600));
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .subtitle {
    justify-content: flex-end;
  }
  .subtitle__wrap {
    text-align: left;
  }
  .subtitle__single {
    justify-content: center;
  }
  .subtitle__single .subtitle__wrap {
    text-align: center;
  }
}
.breadcrumbs {
  color: #e6e6e7;
}
.breadcrumbs a {
  color: #e6e6e7;
  text-decoration: none;
}
.breadcrumbs a:hover {
  opacity: 0.8;
}
.breadcrumbs a ~ span {
  display: inline-block;
  margin-left: 36px;
  position: relative;
}
.breadcrumbs a ~ span::after {
  content: "";
  width: 4px;
  height: 4px;
  background: #fff;
  opacity: 0.2;
  display: block;
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -2px;
}

/* Hero */
.section-hero {
  background-color: #0c0e0f;
  position: relative;
}
.section-hero__images {
  height: 900px;
  max-height: 100vh;
  min-height: 780px;
}
.section-hero__slide {
  padding-top: 150px;
  background-size: cover;
  background-position: 85% center;
  background-repeat: no-repeat;
}
.section-hero__slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  z-index: 2;
}
.section-hero__slide .section-inner {
  z-index: 3;
  position: relative;
}
@media screen and (min-width: 769px) {
  .section-hero__slide .section-inner {
    margin-top: 100px;
  }
}
.section-hero__content {
  user-select: none;
  z-index: 3;
}
.section-hero__heading {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-size: calc(28px + 44 * ((100vw - 320px) / 1600));
}
.section-hero__subheading {
  color: #fff;
  letter-spacing: 0.05em;
  max-width: 540px;
  font-size: 18px;
}
.section-hero__footer {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 9;
}
.section-hero__footer__top, .section-hero__footer__bottom {
  display: flex;
  flex-wrap: wrap;
}
.section-hero__footer__top {
  margin-bottom: 20px;
  align-items: center;
}
.section-hero__contacts {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 20px;
  margin-right: 40px;
}
.section-hero__contacts a {
  color: #fff;
  text-decoration: none;
  transition: all ease-in 0.2s;
}
.section-hero__contacts a:hover {
  opacity: 0.8;
}
.section-hero__contacts a:hover + .icon {
  opacity: 0.5;
  margin-bottom: -2px;
  visibility: visible;
}
.section-hero__contacts .icon {
  width: 21px;
  height: 21px;
  display: inline-block;
  margin-bottom: -10px;
  margin-left: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all ease-out 0.2s;
  transition-delay: 0.1s;
}
.section-hero__contacts .icon__phone {
  background: url("../svg/mobile.svg") center center/contain no-repeat;
}
.section-hero__contacts .icon__map {
  background: url("../svg/map-pin.svg") center center/contain no-repeat;
}
.section-hero__pagination {
  position: relative;
  text-align: left;
  flex: 0 0 auto;
  display: none;
}
.section-hero__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin-right: 12px;
  border-radius: 0;
  background: transparent;
  outline: none;
  border: 1px solid rgba(233, 239, 240, 0.25);
  opacity: 1;
  position: relative;
}
.section-hero__pagination .swiper-pagination-bullet-active::before {
  content: "";
  background: #c4c4c4;
  width: 6px;
  height: 6px;
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 2px;
}
.section-hero__line {
  flex: 1 0 auto;
  position: relative;
  display: none;
}
.section-hero__line::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: rgba(233, 239, 240, 0.25);
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
}
.section-hero__play {
  flex: 0 0 auto;
  text-align: right;
}
.section-hero__play > a {
  display: flex;
  text-decoration: none;
}
.section-hero__play > a:hover .btn {
  border-color: rgba(233, 239, 240, 0.25);
  background-color: transparent;
}
.section-hero__play .btn {
  border-radius: 0;
  text-transform: uppercase;
  color: #fff;
  background: rgba(233, 239, 240, 0.25);
  border: 1px solid transparent;
  border-right: 0;
  font-size: 18px;
  padding: 0 42px;
  outline: none;
}
.section-hero__play .play {
  display: flex;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(233, 239, 240, 0.25);
  justify-content: center;
  align-items: center;
}
.section-hero__play .play::after {
  content: "";
  width: 19px;
  height: 21px;
  display: inline-block;
  background: url("../svg/play.svg");
}
@media screen and (min-width: 769px) {
  .section-hero__contacts {
    width: 33.33%;
  }
  .section-hero__footer {
    bottom: 80px;
  }
  .section-hero__pagination, .section-hero__line {
    display: block;
  }
}

.video-popup {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #000000f0;
  padding: 20px;
  transition: all ease-out 0.2s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.video-popup iframe {
  max-height: calc(100vh - 40px);
  transform: translateY(-50%);
}
.video-popup.visible {
  opacity: 1 !important;
  visibility: visible !important;
}
.video-popup__close {
  padding: 8px;
  border: none;
  outline: 0;
  z-index: 999;
  background: #ffffffc9;
  border-radius: 0;
  width: 46px;
  height: 46px;
  margin-left: 100%;
  transform: translateX(-100%);
  transition: all ease-in 0.1s;
}
.video-popup__close:hover {
  opacity: 0.8;
}
.video-popup__icon {
  width: 30px;
  height: 30px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.video-popup__icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #0c0e0f;
  opacity: 1;
  transition: 0.25s ease-in-out;
  top: 13.5px;
  left: 0;
}
.video-popup__icon span:nth-child(1) {
  transform: rotate(45deg);
}
.video-popup__icon span:nth-child(2) {
  transform: rotate(-45deg);
}

@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (orientation: landscape) {
  .video-popup {
    padding: 150px;
  }
}
@media screen and (min-width: 769px) {
  .video-popup__close {
    position: absolute;
    top: 20px;
    right: 20px;
    transform: none;
  }
}
/* Catalog */
.section-catalog {
  padding: 20px 0 45px;
  background: #fff;
  z-index: 9;
  position: relative;
}
.section-catalog .section-inner {
  position: relative;
}
.section-catalog__browse {
  text-align: center;
}
.section-catalog__browse .btn:hover {
  box-shadow: 0 0 30px #b1b1b1;
}

@media screen and (min-width: 576px) {
  .section-catalog__side-text {
    font-size: 56px;
  }
}
@media screen and (min-width: 1440px) {
  .section-catalog {
    padding: 60px 0 90px;
  }
  .section-catalog__side {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    transform: translate(100%, 0%);
    opacity: 0;
    transition: opacity ease-out 1s;
  }
}
/* Service */
.section-service {
  padding: 85px 0 45px;
  background: #0c0e0f;
  z-index: 9;
  position: relative;
  color: #e6e6e7;
  overflow: hidden;
}
.section-service > .section-inner {
  position: relative;
}
.section-service .separate-line {
  top: -1px;
  transform: scale(-1, -1);
}
.section-service p:last-of-type {
  line-height: 1.4;
  margin-bottom: 0;
}
.section-service .side-h {
  color: #ffffff17;
}
.section-service .service-slider {
  width: 560px;
  max-width: 100%;
  margin-bottom: 30px;
  overflow: visible;
}
.section-service .service-slider__slide .section-inner {
  background-size: cover;
  background-position: center center;
  padding-bottom: 64%;
}
.section-service .service-slider__slide .section-inner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.5;
  z-index: 1;
}
.section-service .service-slider__content {
  position: absolute;
  bottom: 20px;
  user-select: none;
  left: 20px;
  z-index: 9;
  text-shadow: 0px 0px 20px #000000b8;
}
.section-service .service-slider__heading {
  color: #d80027;
  font-size: calc(42px + 22 * ((100vw - 320px) / 1600));
  margin: 0;
}
.section-service .service-slider__subheading {
  color: #fff;
  font-size: calc(28px + 14 * ((100vw - 320px) / 1600));
  font-weight: 700;
  line-height: 1.2;
}
.section-service .service-slider__subheading small {
  font-size: 18px;
  display: block;
}
.section-service .service-slider__pagination {
  width: 200px;
  position: absolute;
  right: 0;
  bottom: 50%;
  display: none;
}
.section-service .service-slider__pagination .swiper-button-prev,
.section-service .service-slider__pagination .swiper-button-next {
  background: url("../svg/arrow.svg") center center/contain no-repeat;
  width: 65px;
  height: 44px;
  opacity: 0.35;
  transition: opacity ease-in 0.1s;
}
.section-service .service-slider__pagination .swiper-button-prev::after,
.section-service .service-slider__pagination .swiper-button-next::after {
  content: "";
}
.section-service .service-slider__pagination .swiper-button-prev:hover,
.section-service .service-slider__pagination .swiper-button-next:hover {
  opacity: 1;
}
.section-service .service-slider__pagination .swiper-button-prev.swiper-button-disabled,
.section-service .service-slider__pagination .swiper-button-next.swiper-button-disabled {
  opacity: 0.1;
}
.section-service .service-slider__pagination .swiper-button-prev {
  transform: scaleX(-1);
}
.section-service .service-slider__touch {
  position: absolute;
  top: 50%;
  z-index: 9;
  right: 0;
  width: 140px;
  opacity: 0.5;
  transform: translateY(-50%);
  visibility: visible;
  transition: all ease-in 0.2s;
}
.section-service .service-slider__touch.hidden {
  opacity: 0;
  visibility: hidden;
}

@media screen and (min-width: 769px) {
  .section-service .service-slider__pagination {
    display: block;
  }
  .section-service .service-slider__touch {
    display: none;
  }
}
@media screen and (min-width: 1440px) {
  .section-service {
    padding: 145px 0 60px;
    overflow: visible;
  }
  .section-service .service-slider, .section-service__info {
    margin-left: 8.333%;
  }
  .section-service__info {
    padding-bottom: 70px;
  }
  .section-service .service-slider {
    margin-bottom: 130px;
  }
  .section-service .service-slider__slide .section-inner::after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, black 100%);
  }
  .section-service .service-slider__content {
    bottom: unset;
    left: unset;
    right: -80%;
    top: 40%;
  }
  .section-service .service-slider__pagination {
    right: -100%;
    bottom: 0;
  }
  .section-service__side {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transform: translate(-100%, 0%);
    opacity: 0;
    transition: opacity ease-out 1s;
    border-right: 1px solid rgba(233, 239, 240, 0.15);
    z-index: 9;
  }
}
/* Process */
.section-process {
  padding: 0 0 20px;
  background: #0c0e0f;
}
.section-process .side-h {
  color: #ffffff17;
}
.section-process .process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  grid-gap: 0;
}
.section-process .process-grid__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.section-process .process-grid__item:nth-child(1) {
  grid-column: 1/span 2;
  grid-row: 1;
  background: url("../images/dest/news-1.jpg") center center/cover no-repeat;
}
.section-process .process-grid__item:nth-child(2) {
  grid-column: 1/span 2;
  grid-row: 2;
  background: url("../images/dest/team-1.jpg") center center/cover no-repeat;
}
.section-process .process-grid__item:nth-child(3) {
  grid-column: 1/span 2;
  grid-row: 3;
  background: #d80027;
}
.section-process .process-grid__item:nth-child(4) {
  grid-column: 1/span 2;
  grid-row: 4;
  background: #3c5a99;
}
.section-process .process-grid__item > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-process .process-grid__about {
  padding: 60px 15px;
}
.section-process .process-grid__about a {
  text-decoration: none;
  padding: 24px;
  display: inline-block;
  z-index: 9;
  position: relative;
}
.section-process .process-grid__about h4 {
  font-size: calc(36px + 36 * (100vw - 320px) / 1600);
  color: #d80027;
  transition: opacity 0.2s ease-in;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 0;
}
.section-process .process-grid__about h4 svg {
  height: calc(36px + 36 * (100vw - 320px) / 1600);
  fill: #d80027;
}
.section-process .process-grid__about h4.white {
  color: #fff;
}
.section-process .process-grid__about h4.white svg {
  fill: #fff;
}
.section-process .process-grid__about h4:hover {
  opacity: 0.8;
}
.section-process .process-grid__time {
  color: #fff;
  padding: 15px;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.section-process .process-grid__time .time {
  font-weight: 700;
  font-size: calc(36px + 36 * ((100vw - 320px) / 1600));
  position: relative;
  z-index: 9;
}
.section-process .process-grid__time p {
  font-size: calc(18px + 6 * ((100vw - 320px) / 1600));
  line-height: 1.4;
  position: relative;
  z-index: 9;
}
.section-process .process-grid__time::before {
  content: "";
  width: 100%;
  height: 100%;
  padding: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../svg/speed.svg") center center/contain no-repeat;
  background-origin: content-box;
}

@media screen and (min-width: 769px) {
  .section-process .process-grid {
    grid-auto-rows: 1fr;
  }
  .section-process .process-grid__item:nth-child(1) {
    grid-column: 1/span 2;
    grid-row: 1;
  }
  .section-process .process-grid__item:nth-child(2) {
    grid-column: 3/span 2;
    grid-row: 1;
    padding-bottom: unset;
  }
  .section-process .process-grid__item:nth-child(3) {
    grid-column: 1/span 2;
    grid-row: 2;
  }
  .section-process .process-grid__item:nth-child(4) {
    grid-column: 3/span 2;
    grid-row: 2;
    padding-bottom: unset;
  }
  .section-process .process-grid__time {
    padding: 30px;
  }
}
@media screen and (min-width: 1170px) {
  .section-process .process-grid__item:nth-child(odd) .process-grid__about {
    padding-left: calc((100vw - 1140px) / 2);
    padding-right: 60px;
  }
  .section-process .process-grid__item:nth-child(even) .process-grid__about {
    padding-left: 60px;
    padding-right: calc((100vw - 1140px) / 2);
  }
}
@media screen and (min-width: 1440px) {
  .section-process {
    overflow: visible;
  }
  .section-process__side {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    transform: translate(100%, 0%);
    opacity: 0;
    transition: opacity ease-out 1s;
    z-index: 9;
  }
}
/* Stages */
.stages-selector {
  background: #0c0e0f;
}
.stages-selector__select {
  background: #d80027;
}
.stages-selector .stages {
  display: flex;
  flex-wrap: wrap;
}
.stages-selector .stages__item {
  flex: 1 0 100%;
  padding: 24px 38px 24px 26px;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.stages-selector .stages__item h3 {
  color: #fff;
  font-size: 32px;
}
.stages-selector .stages__item p {
  color: #e6e6e7;
}
.stages-selector .tab-content {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 -15px;
  padding: 45px 0;
}
.stages-selector .tab-content__media, .stages-selector .tab-content__info {
  flex: 1 0 100%;
  padding: 0 15px;
}
.stages-selector .tab-content__media img {
  margin-bottom: 20px;
}
.stages-selector .tab-content__heading h4 {
  font-size: 24px;
  text-transform: uppercase;
}
.stages-selector .tab-content p {
  color: #e6e6e7;
}
.stages-selector .tab-content p:last-of-type {
  margin: 0;
}
.stages-selector .tab-content.tab-content__visible {
  display: flex;
}

@media screen and (min-width: 576px) {
  .stages-selector .stages__item {
    flex: 1 0 50%;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
  .stages-selector .stages__item__active {
    background: #0c0e0f;
  }
  .stages-selector .tab-content {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .stages-selector .stages__item {
    flex: 1 0 25%;
    border-bottom: none;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
  .stages-selector .tab-content__media, .stages-selector .tab-content__info {
    flex: 1 0 50%;
  }
}
/* Brands Grid */
.brands-grid {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  user-select: none;
  margin-bottom: 32px;
}
.brands-grid li {
  flex: 0 0 33.3333%;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #e9eff0;
  border-right: 1px solid #e9eff0;
  transition: transform ease-in 0.1s;
}
.brands-grid li::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.brands-grid li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px;
  height: 100%;
  width: 100%;
}
.brands-grid li > a img {
  max-width: 100%;
  max-height: 100%;
}
.brands-grid li:hover {
  transform: scale(1.1);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  z-index: 9;
  background: #fff;
  border-color: transparent;
}

@media screen and (min-width: 576px) {
  .brands-grid li {
    flex: 0 0 25%;
  }
}
@media screen and (min-width: 769px) {
  .brands-grid li {
    flex: 0 0 16.666%;
  }
}
/* Discover */
.section-discover {
  padding: 20px 0 20px;
  background: #0c0e0f;
}
.section-discover .discover-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-gap: 0;
}
.section-discover .discover-grid__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-discover .discover-grid__item:nth-child(1) {
  grid-column: 1/span 12;
  grid-row: 1;
  background: #0c0e0f;
  justify-content: flex-start;
}
.section-discover .discover-grid__item:nth-child(2) {
  grid-column: 1/span 12;
  grid-row: 2;
  padding-bottom: 50%;
  background: url("../images/dest/discover-2.jpg") center center/cover no-repeat;
}
.section-discover .discover-grid__item:nth-child(3) {
  display: none;
  background: url("../images/dest/discover-3.jpg") center center/cover no-repeat;
}
.section-discover .discover-grid__item:nth-child(4) {
  grid-column: 1/span 12;
  grid-row: 3;
  background: #d80027;
  position: relative;
}
.section-discover .discover-grid__item:nth-child(5) {
  grid-column: 1/span 12;
  grid-row: 4;
  padding-bottom: 50%;
  background: url("../images/dest/service-3.jpg") center center/cover no-repeat;
}
.section-discover .discover-grid__about {
  padding: 40px 15px 30px;
  position: relative;
}
.section-discover .discover-grid__about h4 {
  color: #d80027;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.section-discover .discover-grid__about p {
  color: #e6e6e7;
}
.section-discover .discover-grid__title {
  color: #fff;
  padding: 15px;
  width: 100%;
}
.section-discover .discover-grid__title .title {
  font-weight: 700;
  font-size: calc(21px + 11 * ((100vw - 320px) / 1600));
  line-height: 1.2;
  position: relative;
  z-index: 9;
  margin-bottom: 12px;
}
.section-discover .discover-grid__title p {
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  z-index: 9;
}

@media screen and (min-width: 576px) {
  .section-discover .discover-grid__item:nth-child(4) {
    grid-column: 1/span 6;
    grid-row: 3;
  }
  .section-discover .discover-grid__item:nth-child(5) {
    grid-column: 7/span 6;
    grid-row: 3;
  }
}
@media screen and (min-width: 769px) {
  .section-discover {
    padding-top: 60px;
  }
  .section-discover .discover-grid {
    grid-auto-rows: 1fr;
  }
  .section-discover .discover-grid__item:nth-child(1) {
    grid-column: 1/span 6;
    grid-row: 1;
  }
  .section-discover .discover-grid__item:nth-child(2) {
    grid-column: 7/span 6;
    grid-row: 1;
    padding-bottom: unset;
  }
  .section-discover .discover-grid__item:nth-child(3) {
    display: block;
    grid-column: 1/span 6;
    grid-row: 2;
  }
  .section-discover .discover-grid__item:nth-child(4) {
    grid-column: 7/span 3;
    grid-row: 2;
  }
  .section-discover .discover-grid__item:nth-child(5) {
    grid-column: 10/span 3;
    grid-row: 2;
    padding-bottom: 100%;
  }
  .section-discover .discover-grid__title {
    padding: 30px;
  }
  .section-discover .discover-grid__about::before {
    content: "";
    border-left: 1px solid rgba(233, 239, 240, 0.15);
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -10px;
  }
}
@media screen and (min-width: 1170px) {
  .section-discover .discover-grid__about {
    margin-left: calc((100vw - 1140px) / 2);
    padding-right: 60px;
  }
}
/* Workshop */
.section-workshop {
  display: flex;
  flex-wrap: wrap;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.section-workshop h2 {
  color: #fff;
  font-size: calc(21px + 7 * ((100vw - 320px) / 1600));
  text-transform: uppercase;
  margin-bottom: 16px;
}
.section-workshop h4 {
  color: #d80027;
}
.section-workshop p {
  color: #e6e6e7;
}
.section-workshop img {
  display: block;
}
.section-workshop__side {
  display: none;
}
.section-workshop__side .side-h {
  color: #ffffff17;
}
.section-workshop__central-img {
  width: 100%;
  position: relative;
}
.section-workshop__central-content {
  position: relative;
  z-index: 2;
}
.section-workshop__play-area {
  padding: 90px 0;
  text-align: center;
  position: relative;
}
.section-workshop__play-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  right: -15px;
  height: 100%;
  background: url(../images/dest/workshop-car-wide.jpg) 0 50%/100% no-repeat;
  z-index: 1;
}
.section-workshop__play-area a {
  opacity: 0.45;
  transition: all 0.2s ease-in;
  display: inline-block;
  z-index: 1;
  position: relative;
}
.section-workshop__play-area a:hover {
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .section-workshop {
    justify-content: flex-end;
    padding-right: 0;
  }
  .section-workshop__half {
    flex: 0 0 50%;
  }
  .section-workshop__boxed-text {
    padding: 0 36px 48px 48px;
  }
  .section-workshop__fluid-right-text {
    padding-right: 36px;
  }
  .section-workshop__central-img {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-workshop__central-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    right: -15px;
    height: 100%;
    background: url(../images/dest/workshop-car-wide.jpg) 0 50%/100% no-repeat;
    z-index: 1;
  }
  .section-workshop__play-area::before {
    display: none;
  }
}
@media screen and (min-width: 1440px) {
  .section-workshop {
    padding-left: 0;
  }
  .section-workshop__side {
    display: block;
    position: absolute;
    top: 60px;
    bottom: 60px;
    left: calc((100vw - 1170px) / 2 - 15px);
    height: 100%;
    transform: translate(-100%, 0%);
    opacity: 0;
    transition: opacity ease-out 1s;
    z-index: 9;
  }
  .section-workshop__side .side-h {
    color: #ffffff17;
    margin-bottom: 60px;
  }
  .section-workshop__play-area {
    padding: 90px 0 160px;
  }
  .section-workshop__play-area a {
    margin-right: calc((100vw - 1170px) / 2 - 15px);
  }
}
/* Lounge */
.section-lounge {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.section-lounge h2 {
  color: #fff;
  font-size: calc(21px + 7 * ((100vw - 320px) / 1600));
  text-transform: uppercase;
}
.section-lounge h4 {
  color: #d80027;
}
.section-lounge p {
  color: #e6e6e7;
}
.section-lounge img {
  display: block;
}
.section-lounge__side {
  display: none;
}
.section-lounge__side .side-h {
  color: #ffffff17;
}
.section-lounge__central-img {
  width: 100%;
  position: relative;
}
.section-lounge__central-img img {
  display: none;
  position: absolute;
  top: 0;
  left: -15px;
  right: -15px;
  z-index: 0;
  width: 75%;
}
.section-lounge__central-content {
  position: relative;
  z-index: 2;
}

.lounge-gallery {
  display: flex;
  position: relative;
  min-height: 240px;
}
@media screen and (min-width: 769px) {
  .lounge-gallery {
    min-height: 600px;
  }
}
.lounge-gallery__item {
  position: relative;
  width: 33.33%;
  min-height: 240px;
  background-size: cover;
  background-position: 50%;
  cursor: pointer;
  transition: width 1s ease-in-out;
}
@media screen and (min-width: 769px) {
  .lounge-gallery__item {
    min-height: 600px;
  }
}
.lounge-gallery__item:hover {
  width: 100%;
}
.lounge-gallery__item:hover::before {
  background-color: transparent !important;
}
.lounge-gallery__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: background-color 0.4s ease-in;
  opacity: 0.8;
}
.lounge-gallery.animated .lounge-gallery__item::before {
  background-color: #000;
}

@media screen and (min-width: 769px) {
  .section-lounge {
    justify-content: flex-end;
    padding-left: 15px;
    padding-right: 0;
  }
  .section-lounge__central-img {
    padding: 160px 0;
  }
  .section-lounge__central-img img {
    display: block;
    opacity: 0.8;
  }
}
@media screen and (min-width: 1440px) {
  .section-lounge {
    padding-left: 0;
  }
  .section-lounge__side {
    display: block;
    position: absolute;
    top: 60px;
    bottom: 60px;
    left: calc((100vw - 1170px) / 2 - 15px);
    height: 100%;
    transform: translate(-100%, 0%);
    opacity: 0;
    transition: opacity ease-out 1s;
    z-index: 9;
  }
  .section-lounge__side .side-h {
    color: #ffffff17;
    margin-bottom: 60px;
  }
}
/* Lounge Grid */
.lounge-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  grid-gap: 0;
}
.lounge-grid p {
  color: #0c0e0f;
  margin-bottom: 0;
  font-weight: 500;
}
.lounge-grid__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  grid-column: 1/span 3;
  padding: 48px 15px;
}
.lounge-grid__item:nth-child(1) {
  grid-row: 1;
}
.lounge-grid__item:nth-child(2) {
  grid-row: 2;
}
.lounge-grid__item:nth-child(3) {
  grid-row: 3;
}
.lounge-grid__item:nth-child(4) {
  grid-row: 4;
}
.lounge-grid__item:nth-child(5) {
  grid-row: 5;
}
.lounge-grid__item:nth-child(6) {
  grid-row: 6;
}
.lounge-grid__item.item-text {
  background: #fff;
}
.lounge-grid__item.item-cover {
  padding-bottom: 50%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.lounge-grid__item.item-text-transparent p {
  color: #e6e6e7;
  font-weight: 400;
}

@media screen and (min-width: 769px) {
  .lounge-grid__item {
    padding: 80px 25px;
  }
  .lounge-grid__item:nth-child(1), .lounge-grid__item:nth-child(4) {
    grid-column: 1;
    grid-row: 1;
  }
  .lounge-grid__item:nth-child(2), .lounge-grid__item:nth-child(5) {
    grid-column: 2;
    grid-row: 1;
  }
  .lounge-grid__item:nth-child(3), .lounge-grid__item:nth-child(6) {
    grid-column: 3;
    grid-row: 1;
  }
}
/* About */
.section-about {
  padding: 60px 0 20px;
  background: #0c0e0f;
}
.section-about .about-block {
  margin-bottom: 76px;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  justify-content: space-between;
}
.section-about .about-block__img {
  flex: 0 0 100%;
  margin-bottom: 20px;
}
.section-about .about-block__side {
  font-weight: bold;
  display: flex;
  align-items: flex-end;
  position: relative;
  flex: 0 0 100%;
  margin-bottom: 20px;
  user-select: none;
}
.section-about .about-block__side span {
  font-size: 36px;
  line-height: 1;
  margin-right: 16px;
}
.section-about .about-block__vertical {
  color: #d80027;
  font-size: 34px;
  line-height: 1;
}
.section-about .about-block__text {
  flex: 1 0 100%;
}

@media screen and (min-width: 769px) {
  .section-about {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-about .about-block__img {
    flex: 0 0 66.66%;
    margin-bottom: 40px;
  }
  .section-about .about-block__side {
    flex: 0 0 33.33%;
    margin-bottom: 40px;
    padding-left: 30px;
    justify-content: flex-end;
  }
  .section-about .about-block__side span {
    margin-right: 60px;
  }
  .section-about .about-block__side__left {
    padding-left: 0;
    padding-right: 30px;
    justify-content: flex-start;
  }
  .section-about .about-block__side__left + .about-block__img {
    text-align: right;
  }
  .section-about .about-block__side__left .about-block__vertical {
    left: 76px;
    right: unset;
  }
  .section-about .about-block__vertical {
    font-size: 42px;
    position: absolute;
    bottom: 0;
    right: 0;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
  }
  .section-about .about-block__vertical__big {
    font-size: 60px;
  }
  .section-about .about-block__text p {
    width: 760px;
    max-width: 100%;
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .section-about .about-block__img {
    flex: 0 0 75%;
    margin-bottom: 76px;
  }
  .section-about .about-block__img img {
    width: 760px;
    max-width: 100%;
  }
  .section-about .about-block__side {
    flex: 0 0 25%;
    margin-bottom: 76px;
  }
  .section-about .about-block__side span {
    margin-right: 76px;
  }
  .section-about .about-block__side__big span {
    margin-right: 120px;
  }
  .section-about .about-block__vertical {
    font-size: 72px;
  }
  .section-about .about-block__vertical__big {
    font-size: 120px;
  }
  .section-about .about-block__text {
    justify-content: flex-end;
    display: flex;
  }
}
/* B2B */
.section-b2b {
  padding: 60px 0 40px;
  background: #0c0e0f;
}
.section-b2b h1 {
  color: #fff;
  font-size: calc(32px + 16 * ((100vw - 320px) / 1600));
  text-transform: uppercase;
  margin-bottom: 28px;
  letter-spacing: 0.05em;
}
.section-b2b .subtitle {
  color: #fff;
  font-size: calc(21px + 7 * ((100vw - 320px) / 1600));
  text-transform: uppercase;
  justify-content: flex-start;
  position: relative;
  letter-spacing: 0.05em;
}
.section-b2b .subtitle span {
  padding-right: 36px;
  background: #0c0e0f;
  z-index: 1;
}
.section-b2b .subtitle::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e9eff0;
  opacity: 0.15;
  position: absolute;
  right: 0;
  top: 50%;
}
.section-b2b .entry-content {
  margin-bottom: 48px;
}
.section-b2b .entry-content p {
  color: #e6e6e7;
  width: 850px;
  max-width: 100%;
  font-size: 18px;
}

@media screen and (min-width: 769px) {
  .section-b2b .subtitle {
    margin-bottom: 80px;
  }
  .section-b2b .entry-content {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 992px) {
  .section-b2b .section-inner__border {
    padding-left: 30px;
    border-left: 1px solid rgba(233, 239, 240, 0.15);
  }
}
.file-service {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.file-service__gallery, .file-service__explore {
  flex: 1 0 100%;
}
.file-service__gallery img {
  width: 100%;
}
.file-service__explore {
  background-color: #d80027;
  padding: 34px 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.file-service__explore h3 {
  color: #fff;
  font-size: calc(21px + 11 * ((100vw - 320px) / 1600));
  text-transform: uppercase;
  margin-bottom: 32px;
}

@media screen and (min-width: 769px) {
  .file-service {
    margin-bottom: 54px;
  }
  .file-service__gallery {
    flex: 0 0 66.66%;
  }
  .file-service__explore {
    flex: 0 0 33.33%;
  }
  .file-service__explore h3 {
    margin-bottom: 54px;
  }
  .file-service__reverse .file-service__explore {
    order: 0;
  }
  .file-service__reverse .file-service__gallery {
    order: 1;
  }
}
.gallery-grid {
  display: flex;
  flex-wrap: wrap;
}
.gallery-grid img {
  display: block;
}
.gallery-grid__item:nth-child(3) {
  display: none;
}
.gallery-grid__3-cols .gallery-grid__item {
  flex: 1 0 50%;
}
.gallery-grid__grayscale img {
  filter: grayscale(100%);
}

@media screen and (min-width: 576px) {
  .gallery-grid__item:nth-child(3) {
    display: block;
  }
  .gallery-grid__3-cols .gallery-grid__item {
    flex: 0 0 33.33%;
  }
}
@media screen and (min-width: 769px) {
  .gallery-grid__item:nth-child(3) {
    display: none;
  }
  .gallery-grid__3-cols .gallery-grid__item {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 992px) {
  .gallery-grid__item:nth-child(3) {
    display: block;
  }
  .gallery-grid__3-cols .gallery-grid__item {
    flex: 0 0 33.33%;
  }
}
.need-help {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  background: url("../images/dest/need-help.jpg") 50% 50%/cover no-repeat;
}
.need-help__btn {
  flex: 1 0 100%;
}
.need-help__content {
  margin-bottom: 24px;
}
.need-help h5,
.need-help p {
  color: #fff;
}
.need-help p:last-of-type {
  margin-bottom: 0;
}
.need-help h5 {
  text-transform: uppercase;
  font-size: calc(24px + 8 * ((100vw - 320px) / 1600));
  font-weight: 500;
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .need-help__btn {
    flex: 0 0 33.33%;
    padding-right: 30px;
    order: 0;
  }
  .need-help__btn .btn {
    width: 220px;
    max-width: 100%;
  }
  .need-help__content {
    flex: 0 0 66.66%;
    margin-bottom: 0;
    order: 1;
  }
}
/* Blog */
.featured {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
}
.featured img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.featured__thumbnail, .featured__content {
  flex: 1 0 100%;
  display: flex;
}
.featured__content {
  background: #d80027;
  padding: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.featured h2 {
  margin-bottom: 24px;
}
.featured h2 a {
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #fff;
  text-decoration: none;
}
.featured h2 a:hover {
  opacity: 0.8;
}
.featured p {
  font-size: 18px;
  color: #e6e6e7;
  line-height: 1.4;
}
.featured p:last-of-type {
  margin-bottom: 46px;
}

@media screen and (min-width: 576px) {
  .featured__thumbnail, .featured__content {
    flex: 1 0 50%;
    display: flex;
  }
  .featured .read-more {
    min-width: 240px;
  }
}
.loop-post {
  display: flex;
  flex-wrap: wrap;
  width: 768px;
  max-width: 100%;
  padding-bottom: 40px;
}
.loop-post__left {
  flex: 0 0 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
}
.loop-post__left img {
  width: 100%;
  height: 45vw;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: all ease-in-out 0.3s;
}
.loop-post__left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(216, 0, 39, 0.9) 100%);
  pointer-events: none;
  z-index: 1;
  transition: all ease-in-out 0.3s;
}
.loop-post__left::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  pointer-events: none;
  z-index: 1;
  transition: all ease-in-out 0.3s;
}
.loop-post__left:hover img {
  transform: scale(1.1);
}
.loop-post__left:hover::before {
  visibility: hidden;
  opacity: 0;
}
.loop-post__left:hover::after {
  visibility: visible;
  opacity: 1;
  background: rgba(0, 0, 0, 0.75);
}
.loop-post__meta {
  position: absolute;
  pointer-events: none;
  left: 25px;
  bottom: 25px;
  font-weight: 700;
  font-size: 48px;
  color: #fff;
  display: inline-block;
  line-height: 1.1;
  z-index: 2;
}
.loop-post__meta span {
  font-weight: 500;
  font-size: 24px;
  display: block;
}
.loop-post__content {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  margin-bottom: 16px;
}
.loop-post h2 {
  margin-bottom: 24px;
}
.loop-post h2 a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}
.loop-post h2 a:hover {
  opacity: 0.8;
}
.loop-post .read-more {
  border-width: 1px;
  font-size: 14px;
  padding: 10px 45px;
  min-width: 180px;
}

@media screen and (min-width: 576px) {
  .loop-post__left {
    flex: 0 0 170px;
    margin-right: 55px;
    margin-bottom: 0;
  }
  .loop-post__left img {
    width: 170px;
    height: 170px;
  }
  .loop-post__content {
    flex: 0 0 calc(100% - 225px);
    margin-bottom: 32px;
  }
}
.loop-agencies {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  padding-bottom: 40px;
  gap: 20px;
}
.loop-agencies__item {
  flex: 0 0 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .loop-agencies__item {
    flex: 0 0 calc(50% - 20px);
  }
}
@media screen and (min-width: 992px) {
  .loop-agencies__item {
    flex: 0 0 calc(33.333% - 20px);
  }
}
.loop-agencies__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, #6011df 100%);
  pointer-events: none;
  z-index: 1;
  transition: all ease-in-out 0.3s;
}
.loop-agencies__item > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.loop-agencies__item img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: all ease-in-out 0.3s;
}
.loop-agencies__item:hover img {
  transform: scale(1.1);
}
.loop-agencies__content {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  padding: 1rem 1rem 1.5rem;
}
.loop-agencies__content h2 a {
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
  display: inline-block;
  line-height: 1.1;
  text-decoration: none;
  margin-bottom: 0.75rem;
}

.posts-navigation a {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.05em;
}
.posts-navigation a:hover {
  opacity: 0.8;
}
.posts-navigation .nav-next,
.posts-navigation .nav-previous {
  padding: 10px 15px;
  background: #ffffff17;
  margin: 2px 0;
  text-align: center;
}
.posts-navigation .nav-next a::before {
  content: "";
  width: 18px;
  height: 13px;
  margin-right: 14px;
  background: url(../svg/arrow-sm.svg) 0 0/contain no-repeat;
  display: inline-block;
  transform: scale(-1);
}
.posts-navigation .nav-previous a::after {
  content: "";
  width: 18px;
  height: 13px;
  margin-left: 14px;
  background: url(../svg/arrow-sm.svg) 0 0/contain no-repeat;
  display: inline-block;
}

@media screen and (min-width: 576px) {
  .posts-navigation .nav-next,
.posts-navigation .nav-previous {
    background: none;
    margin: 0;
    text-align: initial;
  }
  .posts-navigation .nav-next {
    text-align: end;
  }
}
.site-main .single {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}
.site-main .single .attachment-single-post {
  display: block;
  margin: 0 auto;
}
.site-main .single .entry-content p {
  color: #e6e6e7;
}
.site-main .single .back {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
}
.site-main .single .back:hover {
  color: #d80027;
}

/* Contact Forms */
.contact-form {
  display: flex;
  flex-wrap: wrap;
}
.contact-form--agency {
  margin: 48px 0;
}
.contact-form--agency div.wpforms-container-full .wpforms-form input[type=date]::placeholder,
.contact-form--agency div.wpforms-container-full .wpforms-form input[type=datetime]::placeholder,
.contact-form--agency div.wpforms-container-full .wpforms-form input[type=datetime-local]::placeholder,
.contact-form--agency div.wpforms-container-full .wpforms-form input[type=email]::placeholder,
.contact-form--agency div.wpforms-container-full .wpforms-form input[type=month]::placeholder,
.contact-form--agency div.wpforms-container-full .wpforms-form input[type=number]::placeholder,
.contact-form--agency div.wpforms-container-full .wpforms-form input[type=password]::placeholder,
.contact-form--agency div.wpforms-container-full .wpforms-form input[type=range]::placeholder,
.contact-form--agency div.wpforms-container-full .wpforms-form input[type=search]::placeholder,
.contact-form--agency div.wpforms-container-full .wpforms-form input[type=tel]::placeholder,
.contact-form--agency div.wpforms-container-full .wpforms-form input[type=text]::placeholder,
.contact-form--agency div.wpforms-container-full .wpforms-form input[type=time]::placeholder,
.contact-form--agency div.wpforms-container-full .wpforms-form input[type=url]::placeholder,
.contact-form--agency div.wpforms-container-full .wpforms-form input[type=week]::placeholder,
.contact-form--agency div.wpforms-container-full .wpforms-form select::placeholder,
.contact-form--agency div.wpforms-container-full .wpforms-form textarea::placeholder {
  color: #919191 !important;
}
.contact-form__left, .contact-form__right {
  flex: 1 0 100%;
}
.contact-form__left {
  background-color: #d80027;
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 60px 35px 20px 35px;
}
.contact-form__left--agency {
  padding: 36px 0 12px;
  border: 1px solid #363636;
  background: #161616;
}
.contact-form__left--agency .wpforms-field[data-field-id="13"] {
  display: none;
}
.contact-form form label {
  color: #fff;
}
.contact-form .wpforms-form div.wpforms-field-container,
.contact-form div.wpforms-container-full .wpforms-form .wpforms-field-hp,
.contact-form div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  padding-left: 15px;
  padding-right: 15px;
}
.contact-form div.wpforms-container-full .wpforms-form .wpforms-required-label {
  display: none;
}
.contact-form div.wpforms-container-full .wpforms-form .wpforms-field-label {
  letter-spacing: 0.05em;
}
.contact-form div.wpforms-container-full .wpforms-form input[type=date],
.contact-form div.wpforms-container-full .wpforms-form input[type=datetime],
.contact-form div.wpforms-container-full .wpforms-form input[type=datetime-local],
.contact-form div.wpforms-container-full .wpforms-form input[type=email],
.contact-form div.wpforms-container-full .wpforms-form input[type=month],
.contact-form div.wpforms-container-full .wpforms-form input[type=number],
.contact-form div.wpforms-container-full .wpforms-form input[type=password],
.contact-form div.wpforms-container-full .wpforms-form input[type=range],
.contact-form div.wpforms-container-full .wpforms-form input[type=search],
.contact-form div.wpforms-container-full .wpforms-form input[type=tel],
.contact-form div.wpforms-container-full .wpforms-form input[type=text],
.contact-form div.wpforms-container-full .wpforms-form input[type=time],
.contact-form div.wpforms-container-full .wpforms-form input[type=url],
.contact-form div.wpforms-container-full .wpforms-form input[type=week],
.contact-form div.wpforms-container-full .wpforms-form select,
.contact-form div.wpforms-container-full .wpforms-form textarea {
  background: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  padding-left: 0;
  transition: all ease-in 0.2s;
}
.contact-form div.wpforms-container-full .wpforms-form input[type=date]:focus,
.contact-form div.wpforms-container-full .wpforms-form input[type=datetime]:focus,
.contact-form div.wpforms-container-full .wpforms-form input[type=datetime-local]:focus,
.contact-form div.wpforms-container-full .wpforms-form input[type=email]:focus,
.contact-form div.wpforms-container-full .wpforms-form input[type=month]:focus,
.contact-form div.wpforms-container-full .wpforms-form input[type=number]:focus,
.contact-form div.wpforms-container-full .wpforms-form input[type=password]:focus,
.contact-form div.wpforms-container-full .wpforms-form input[type=range]:focus,
.contact-form div.wpforms-container-full .wpforms-form input[type=search]:focus,
.contact-form div.wpforms-container-full .wpforms-form input[type=tel]:focus,
.contact-form div.wpforms-container-full .wpforms-form input[type=text]:focus,
.contact-form div.wpforms-container-full .wpforms-form input[type=time]:focus,
.contact-form div.wpforms-container-full .wpforms-form input[type=url]:focus,
.contact-form div.wpforms-container-full .wpforms-form input[type=week]:focus,
.contact-form div.wpforms-container-full .wpforms-form select:focus,
.contact-form div.wpforms-container-full .wpforms-form textarea:focus {
  border-bottom: 1px solid #fff;
}
.contact-form div.wpforms-container-full .wpforms-form input[type=date]::selection,
.contact-form div.wpforms-container-full .wpforms-form input[type=datetime]::selection,
.contact-form div.wpforms-container-full .wpforms-form input[type=datetime-local]::selection,
.contact-form div.wpforms-container-full .wpforms-form input[type=email]::selection,
.contact-form div.wpforms-container-full .wpforms-form input[type=month]::selection,
.contact-form div.wpforms-container-full .wpforms-form input[type=number]::selection,
.contact-form div.wpforms-container-full .wpforms-form input[type=password]::selection,
.contact-form div.wpforms-container-full .wpforms-form input[type=range]::selection,
.contact-form div.wpforms-container-full .wpforms-form input[type=search]::selection,
.contact-form div.wpforms-container-full .wpforms-form input[type=tel]::selection,
.contact-form div.wpforms-container-full .wpforms-form input[type=text]::selection,
.contact-form div.wpforms-container-full .wpforms-form input[type=time]::selection,
.contact-form div.wpforms-container-full .wpforms-form input[type=url]::selection,
.contact-form div.wpforms-container-full .wpforms-form input[type=week]::selection,
.contact-form div.wpforms-container-full .wpforms-form select::selection,
.contact-form div.wpforms-container-full .wpforms-form textarea::selection {
  background-color: #880019;
  color: #fff;
}
.contact-form div.wpforms-container-full .wpforms-form input[type=date]::placeholder,
.contact-form div.wpforms-container-full .wpforms-form input[type=datetime]::placeholder,
.contact-form div.wpforms-container-full .wpforms-form input[type=datetime-local]::placeholder,
.contact-form div.wpforms-container-full .wpforms-form input[type=email]::placeholder,
.contact-form div.wpforms-container-full .wpforms-form input[type=month]::placeholder,
.contact-form div.wpforms-container-full .wpforms-form input[type=number]::placeholder,
.contact-form div.wpforms-container-full .wpforms-form input[type=password]::placeholder,
.contact-form div.wpforms-container-full .wpforms-form input[type=range]::placeholder,
.contact-form div.wpforms-container-full .wpforms-form input[type=search]::placeholder,
.contact-form div.wpforms-container-full .wpforms-form input[type=tel]::placeholder,
.contact-form div.wpforms-container-full .wpforms-form input[type=text]::placeholder,
.contact-form div.wpforms-container-full .wpforms-form input[type=time]::placeholder,
.contact-form div.wpforms-container-full .wpforms-form input[type=url]::placeholder,
.contact-form div.wpforms-container-full .wpforms-form input[type=week]::placeholder,
.contact-form div.wpforms-container-full .wpforms-form select::placeholder,
.contact-form div.wpforms-container-full .wpforms-form textarea::placeholder {
  color: #ffb8c2;
}
.contact-form div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error,
.contact-form div.wpforms-container-full .wpforms-form .wpforms-field input.user-invalid,
.contact-form div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error,
.contact-form div.wpforms-container-full .wpforms-form .wpforms-field textarea.user-invalid,
.contact-form div.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-error,
.contact-form div.wpforms-container-full .wpforms-form .wpforms-field select.user-invalid {
  border: 0;
  border-bottom: 1px solid #fff;
}
.contact-form div.wpforms-container-full .wpforms-form textarea {
  resize: none;
}
.contact-form div.wpforms-container-full .wpforms-form .wpforms-description {
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 40px;
}
.contact-form div.wpforms-container-full .wpforms-form .wpforms-field {
  padding: 0 0 46px;
}
.contact-form div.wpforms-container-full .wpforms-form .wpforms-field-textarea {
  padding: 0 0 24px;
}
.contact-form div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
.contact-form div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
.contact-form div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
  width: 100%;
  max-width: 100%;
}
.contact-form div.wpforms-container-full .wpforms-form button[type=submit] {
  font-size: 18px;
  font-weight: 700;
  border-width: 2px;
  border-color: #fff;
  border-style: solid;
  border-radius: 0;
  text-transform: uppercase;
  color: #fff;
  background-color: transparent;
  background-size: 201% 100%;
  background-image: linear-gradient(to right, transparent 50%, #fff 50%);
  transition: all ease-in-out 0.3s;
  width: 100%;
  max-width: 100%;
  padding: 15px;
}
.contact-form div.wpforms-container-full .wpforms-form button[type=submit]:visited, .contact-form div.wpforms-container-full .wpforms-form button[type=submit]:focus, .contact-form div.wpforms-container-full .wpforms-form button[type=submit]:active {
  color: #fff;
}
.contact-form div.wpforms-container-full .wpforms-form button[type=submit]:hover {
  background-position: -99.5% 0;
  color: #0c0e0f;
}
.contact-form div.wpforms-container .wpforms-form .choices[data-type*=select-one] {
  padding: 10px 0;
}
.contact-form div.wpforms-container .wpforms-form .choices[data-type*=select-one] .choices__input {
  display: none;
}
.contact-form div.wpforms-container .wpforms-form .is-focused .choices__inner,
.contact-form div.wpforms-container .wpforms-form .is-open .choices__inner {
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #fff;
}
.contact-form div.wpforms-container .wpforms-form .choices__list--single {
  padding: 0 16px 16px 2px;
}
.contact-form div.wpforms-container .wpforms-form .choices__placeholder {
  opacity: 1;
}
.contact-form div.wpforms-container .wpforms-form .is-open .choices__list--dropdown {
  border-color: #a22034;
  border-top-color: #a22034;
  border-bottom-color: #fff;
  box-shadow: 0 1px 0 1px #a22034;
}
.contact-form div.wpforms-container .wpforms-form .choices__inner {
  padding-left: 0;
  color: #fff;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.contact-form div.wpforms-container .wpforms-form .choices[data-type*=select-one]:after {
  border: none;
  width: 12px;
  height: 14px;
  background: url("../svg/chevron.svg") 0 0/contain no-repeat;
  top: 50%;
  margin-top: -10px;
}
.contact-form div.wpforms-container .wpforms-form .choices[data-type*=select-one].is-open:after {
  transform: scaleY(-1);
}
.contact-form div.wpforms-container-full .wpforms-form label.wpforms-error {
  color: #d80027;
  background: #ffffffde;
  float: left;
  padding: 2px 12px;
  font-weight: 700;
}
.contact-form div.wpforms-container-full .wpforms-form button[type=submit]:focus,
.contact-form div.wpforms-container-full .wpforms-form button[type=submit]:hover {
  border: 2px solid #fff;
}
.contact-form div.wpforms-container-full .wpforms-form textarea:focus {
  border-top: 0;
  border-right: 0;
  border-left: 0;
}
.contact-form .wpforms-confirmation-container-full,
.contact-form div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: none;
  border: 2px solid #ffffff;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.contact-form__side {
  display: none;
}
.contact-form__side .side-h {
  color: #ffffff17;
}
.contact-form .notice {
  font-size: 14px;
  line-height: 1.2;
  color: #e6e6e7bf;
  text-align: center;
  margin: 18px 0 0;
}
.contact-form .notice a {
  color: #fff;
  font-weight: 500;
}
.contact-form .notice a:hover {
  color: #e6e6e7bf;
}
.contact-form .contact-map {
  height: 100%;
  width: 100%;
  min-height: 460px;
}

@media screen and (max-width: 320px) {
  .contact-form .wpforms-form div.wpforms-field-container,
.contact-form div.wpforms-container-full .wpforms-form .wpforms-field-hp,
.contact-form div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .contact-form div.wpforms-container-full .wpforms-form button[type=submit] {
    width: 240px;
  }
  .contact-form div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
.contact-form div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
.contact-form div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
    width: 100%;
  }
  .contact-form .wpforms-form div.wpforms-field-container,
.contact-form div.wpforms-container-full .wpforms-form .wpforms-field-hp,
.contact-form div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .contact-form .notice {
    padding: 0 30px;
    text-align: left;
  }
}
@media screen and (min-width: 1440px) {
  .contact-form__side {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transform: translate(-100%, 0%);
    opacity: 0;
    transition: opacity ease-out 1s;
    z-index: 9;
  }
  .contact-form__side .side-h {
    color: #ffffff17;
  }
}
/* Default Page */
.content-page {
  padding: 0 0 60px 0;
}
.content-page__content p,
.content-page__content ul,
.content-page__content ol {
  color: #e6e6e7;
}
.content-page__content ul,
.content-page__content ol {
  margin-left: 0;
}
.content-page__content h2 {
  margin-bottom: 0.8125rem;
}
.content-page__content h2.green {
  background: #4caf50;
  padding: 12px 48px 12px 6px;
  display: flex;
  margin-bottom: 0;
}
.content-page__content h2.green::before {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  background: url("/wp-content/themes/latech/assets/images/dest/envira-brands.svg") 50% 50%/contain no-repeat;
}
.content-page__content p.green {
  padding: 12px 32px;
  background: #2d812f;
}
.content-page__content blockquote {
  margin: 2rem 0 1rem;
  border-left: 3px solid #fb3d00;
  background: #202020;
  padding: 0.5rem 2rem 0.5rem 1rem;
  width: 100%;
}
.content-page__content blockquote p {
  margin: 0;
  font-size: 1.125rem;
}

/* 404 */
.page-not-found {
  text-align: center;
  min-height: calc(100vh - 726px);
}

/* Chiptuning Service */
.chiptuningreseller-container {
  padding: 20px 0 45px;
  background: #fff;
  z-index: 9;
  position: relative;
}
.chiptuningreseller-container h2 {
  font-size: 24px;
  margin-bottom: 0.625em !important;
}
.chiptuningreseller-container.ctr-bootstrap .col-lg-2, .chiptuningreseller-container.ctr-bootstrap .col-lg-3 {
  padding-left: 0;
  padding-right: 0;
}
.chiptuningreseller-container .ctrBlock {
  text-align: center;
  padding: 15px;
  height: 100%;
  border-bottom: 1px solid #e9eff0;
  border-right: 1px solid #e9eff0;
  transition: transform ease-in 0.1s;
}
.chiptuningreseller-container .ctrBlock a {
  text-decoration: none;
  color: #0c0e0f;
  font-weight: 500;
}
.chiptuningreseller-container .ctrBlock a:hover {
  color: #d80027;
}
.chiptuningreseller-container .ctrBlock:hover {
  transform: scale(1.1);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  z-index: 9;
  background: #fff;
  border-color: transparent;
}
.chiptuningreseller-container .ctrBlock h3 {
  font-size: 18px;
  margin-top: 12px;
}
.chiptuningreseller-container .backToUrlRow {
  margin-top: 24px;
}
.chiptuningreseller-container .backToUrlRow a {
  text-decoration: none;
  color: #0c0e0f;
}
.chiptuningreseller-container .backToUrlRow a:hover {
  color: #d80027;
}

@media screen and (min-width: 1440px) {
  .chiptuningreseller-container {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 60px 15px 90px;
  }
}
/* Footer */
.footer {
  padding-top: 20px;
  background-color: #0c0e0f;
  position: relative;
}
.footer > .section-inner {
  position: relative;
  z-index: 9;
}
.footer__top {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}
.footer__top .site-branding {
  flex: 1 0 100%;
  text-align: center;
  margin-bottom: 40px;
}
.footer__contacts {
  flex: 1 0 83.3334%;
  border-top: 1px solid rgba(233, 239, 240, 0.15);
  color: #e6e6e7;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.footer__contacts .contacts,
.footer__contacts .address {
  margin-bottom: 20px;
}
.footer__contacts .contacts a {
  color: #e6e6e7;
  text-decoration: none;
}
.footer__contacts .contacts a:hover {
  color: #fff;
}
.footer__contacts .view-map {
  font-size: 14px;
  color: #d80027;
  text-decoration: none;
}
.footer__contacts .view-map:hover {
  color: #fff;
}
.footer__contacts strong {
  color: #fff;
}
.footer .social {
  display: flex;
}
.footer .social__icon {
  width: 36px;
  height: 36px;
  background-color: #ffffff17;
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  margin-left: 16px;
}
.footer .social__icon:first-of-type {
  margin-left: 0;
}
.footer .social__icon.facebook {
  background-image: url("../svg/fb.svg");
}
.footer .social__icon.instagram {
  background-image: url("../svg/inst.svg");
}
.footer .social__icon.youtube {
  background-image: url("../svg/yt.svg");
}
.footer .social__icon:hover {
  background-color: #d80027;
}
.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
.footer__bottom .menu {
  flex: 1 0 100%;
  margin-bottom: 40px;
}
.footer__bottom .menu:last-of-type {
  margin-bottom: 0;
}
.footer__bottom .menu h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 18px;
}
.footer__bottom .menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__bottom .menu ul li {
  margin-bottom: 12px;
}
.footer__bottom .menu ul a {
  color: #e6e6e7;
  text-decoration: none;
}
.footer__bottom .menu ul a:hover {
  color: #d80027;
}
.footer__legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 14px 0;
  border-top: 1px solid rgba(233, 239, 240, 0.15);
}
.footer__legal a,
.footer__legal .copyright {
  font-size: 14px;
  color: #e6e6e7;
  text-decoration: none;
  letter-spacing: 0.05em;
  opacity: 0.75;
  display: inline-block;
  line-height: 1.4;
}
.footer__legal a:hover {
  color: #fff;
  opacity: 1;
}
.footer__legal .copyright {
  flex: 1 0 100%;
}
.footer__legal .legal-links {
  flex: 1 0 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 14px;
}
.footer__legal .legal-links li {
  display: inline-block;
  margin-left: 36px;
  position: relative;
}
.footer__legal .legal-links li:first-of-type {
  margin-left: 0;
}
.footer__legal .legal-links li::after {
  content: "";
  width: 4px;
  height: 4px;
  background: #fff;
  opacity: 0.2;
  display: block;
  position: absolute;
  left: -20px;
  top: 50%;
}
.footer__legal .legal-links li:first-of-type::after {
  display: none;
}

#social-links {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
  color: #fff;
}

@media screen and (min-width: 576px) {
  .footer__bottom .menu {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 769px) {
  .footer {
    background-color: #0c0e0f;
  }
  .footer__top {
    justify-content: space-between;
    align-items: center;
  }
  .footer__top .site-branding {
    text-align: left;
    flex: 0 0 16.6%;
    margin: 0;
  }
  .footer__contacts {
    flex: 0 0 calc(84% - 40px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer__contacts .contacts,
.footer__contacts .address {
    margin-right: 60px;
  }
  .footer__legal .legal-links,
.footer__legal .copyright {
    flex: 0 0 auto;
  }
  .footer__legal .copyright {
    order: 1;
  }
  .footer__legal .legal-links {
    margin: 0;
    order: 2;
  }
}
@media screen and (min-width: 992px) {
  .footer {
    background: url("../images/dest/footer.jpg") right top/auto no-repeat;
    background-color: #0c0e0f;
  }
  .footer__bottom .menu {
    flex: 0 0 25%;
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
.wpforms-field.hidden {
  display: none;
}

.team-grid {
  margin-bottom: 36px;
}
@media screen and (min-width: 769px) {
  .team-grid {
    margin-bottom: 48px;
  }
}
.team-grid h3 {
  font-size: calc(18px + 14 * ((100vw - 320px) / 1600));
  margin-bottom: 24px;
}
.team-grid__container {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.team-grid__member {
  flex: 1 1 100%;
}
@media screen and (min-width: 769px) {
  .team-grid__member {
    flex: 1 1 calc(50% - 32px);
  }
}
@media screen and (min-width: 992px) {
  .team-grid__member {
    flex: 1 1 calc(33.33% - 32px);
  }
}

.team-member {
  display: flex;
  align-items: flex-start;
  color: #fff;
}
.team-member__photo {
  width: 72px;
  height: 72px;
  background-size: cover;
  background-position: 50%;
  margin-right: 16px;
  border-radius: 50%;
  margin-top: 4px;
  flex-shrink: 0;
}
.team-member__photo--big {
  width: 160px;
  height: 160px;
  border-radius: 0;
}
.team-member__name {
  font-size: 18px;
  font-weight: 600;
}
.team-member__name--big {
  font-size: 24px;
}
.team-member__position {
  font-size: 14px;
}
.team-member__email a {
  color: #d80027;
  word-break: break-all;
}
.team-member__email a:hover {
  color: #fff;
}

.icons-grid {
  margin-bottom: 36px;
}
@media screen and (min-width: 769px) {
  .icons-grid {
    margin-bottom: 48px;
  }
}
.icons-grid h3 {
  font-size: calc(18px + 14 * ((100vw - 320px) / 1600));
  margin-bottom: 24px;
}
.icons-grid__container {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.icons-grid__item {
  flex: 1 1 100%;
}
@media screen and (min-width: 769px) {
  .icons-grid__item {
    flex: 1 1 calc(33.33% - 32px);
  }
}
@media screen and (min-width: 992px) {
  .icons-grid__item {
    flex: 1 1 calc(25% - 32px);
  }
}

.icon-item {
  display: flex;
  color: #fff;
  flex-direction: column;
  align-items: center;
}
.icon-item__img {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: 50%;
  border: 1px solid #363636;
  margin-bottom: 14px;
}
.icon-item__text {
  font-size: 16px;
  font-weight: 500;
}

.agency-gallery h3 {
  font-size: calc(18px + 14 * ((100vw - 320px) / 1600));
  margin-bottom: 24px;
}
.agency-gallery ul {
  margin: 0;
  margin-bottom: 32px;
  padding: 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.align-center {
  align-items: center;
}

.wp-block-columns {
  display: flex;
  margin: 0 -20px;
}

.wp-block-column {
  flex: 1;
  margin: 0 20px;
}

@media (max-width: 764px) {
  .wp-block-columns.has-2-columns {
    flex-flow: row wrap;
  }

  .has-2-columns .wp-block-column:first-child {
    flex-basis: 100%;
  }

  .wp-block-columns.has-3-columns {
    flex-flow: row wrap;
  }

  .has-3-columns .wp-block-column:first-child {
    flex-basis: 100%;
  }
}
@media (max-width: 478px) {
  .wp-block-columns.has-2-columns {
    display: block;
    margin: 0;
  }

  .wp-block-columns.has-3-columns {
    display: block;
    margin: 0;
  }

  .wp-block-column {
    margin: 20px 0;
  }
}
/*# sourceMappingURL=maps/styles.css.map */
