/*
Theme Name: Piles
Description: Piles Theme
Version: 1.0
Author: ITihonov
Author URI: https://tihonov.com.ua
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*! 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; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
    font-size: 1em; /* 2 */
}

/* 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; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    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; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
    font: inherit; /* 2 */
}

/* 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;
}
@font-face {
    font-family: 'HelveticaNeueCyr';
    src: local('HelveticaNeueCyr-Black'),
    url('/wp-content/themes/piles/fonts/HelveticaNeueCyr-Black.woff2') format('woff2'),
    url('/wp-content/themes/piles/fonts/HelveticaNeueCyr-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: local('Helvetica Neue Condensed Bold'), local('HelveticaNeueBoldCondensed'),
    url('/wp-content/themes/piles/fonts/HelveticaNeueBoldCondensed.woff2') format('woff2'),
    url('/wp-content/themes/piles/fonts/HelveticaNeueBoldCondensed.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: local('Helvetica Neue Condensed Black'), local('HelveticaNeueBlackCondensed'),
    url('/wp-content/themes/piles/fonts/HelveticaNeueBlackCondensed.woff2') format('woff2'),
    url('/wp-content/themes/piles/fonts/HelveticaNeueBlackCondensed.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: local('HelveticaNeueCyr-BoldItalic'),
    url('/wp-content/themes/piles/fonts/HelveticaNeueCyr-BoldItalic.woff2') format('woff2'),
    url('/wp-content/themes/piles/fonts/HelveticaNeueCyr-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: local('HelveticaNeueCyr-BlackItalic'),
    url('/wp-content/themes/piles/fonts/HelveticaNeueCyr-BlackItalic.woff2') format('woff2'),
    url('/wp-content/themes/piles/fonts/HelveticaNeueCyr-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: local('HelveticaNeueCyr-Heavy'),
    url('/wp-content/themes/piles/fonts/HelveticaNeueCyr-Heavy.woff2') format('woff2'),
    url('/wp-content/themes/piles/fonts/HelveticaNeueCyr-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: local('HelveticaNeueCyr-Bold'),
    url('/wp-content/themes/piles/fonts/HelveticaNeueCyr-Bold.woff2') format('woff2'),
    url('/wp-content/themes/piles/fonts/HelveticaNeueCyr-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: local('HelveticaNeueCyr-Light'),
    url('/wp-content/themes/piles/fonts/HelveticaNeueCyr-Light.woff2') format('woff2'),
    url('/wp-content/themes/piles/fonts/HelveticaNeueCyr-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: local('HelveticaNeueCyr-LightItalic'),
    url('/wp-content/themes/piles/fonts/HelveticaNeueCyr-LightItalic.woff2') format('woff2'),
    url('/wp-content/themes/piles/fonts/HelveticaNeueCyr-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: local('HelveticaNeueCyr-MediumItalic'),
    url('/wp-content/themes/piles/fonts/HelveticaNeueCyr-MediumItalic.woff2') format('woff2'),
    url('/wp-content/themes/piles/fonts/HelveticaNeueCyr-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: local('HelveticaNeueCyr-Italic'),
    url('/wp-content/themes/piles/fonts/HelveticaNeueCyr-Italic.woff2') format('woff2'),
    url('/wp-content/themes/piles/fonts/HelveticaNeueCyr-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: local('HelveticaNeueCyr-Roman'),
    url('/wp-content/themes/piles/fonts/HelveticaNeueCyr-Roman.woff2') format('woff2'),
    url('/wp-content/themes/piles/fonts/HelveticaNeueCyr-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: local('HelveticaNeueCyr-Thin'),
    url('/wp-content/themes/piles/fonts/HelveticaNeueCyr-Thin.woff2') format('woff2'),
    url('/wp-content/themes/piles/fonts/HelveticaNeueCyr-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: local('HelveticaNeueCyr-HeavyItalic'),
    url('/wp-content/themes/piles/fonts/HelveticaNeueCyr-HeavyItalic.woff2') format('woff2'),
    url('/wp-content/themes/piles/fonts/HelveticaNeueCyr-HeavyItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: local('HelveticaNeueCyr-Medium'),
    url('/wp-content/themes/piles/fonts/HelveticaNeueCyr-Medium.woff2') format('woff2'),
    url('/wp-content/themes/piles/fonts/HelveticaNeueCyr-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: local('HelveticaNeueCyr-ThinItalic'),
    url('/wp-content/themes/piles/fonts/HelveticaNeueCyr-ThinItalic.woff2') format('woff2'),
    url('/wp-content/themes/piles/fonts/HelveticaNeueCyr-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: local('HelveticaNeueCyr-UltraLightItalic'),
    url('/wp-content/themes/piles/fonts/HelveticaNeueCyr-UltraLightItalic.woff2') format('woff2'),
    url('/wp-content/themes/piles/fonts/HelveticaNeueCyr-UltraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: local('HelveticaNeueCyr-UltraLight'),
    url('/wp-content/themes/piles/fonts/HelveticaNeueCyr-UltraLight.woff2') format('woff2'),
    url('/wp-content/themes/piles/fonts/HelveticaNeueCyr-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
* {
    font-family: 'HelveticaNeueCyr';
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000;
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}
body {
    background: #f3f1e9;
}
.custom__width {
    max-width: 1540px;
    padding: 0 20px;
    margin: 0 auto;
}
section {
    overflow: hidden;
    width: 100%;
    position: relative;
}
.animate {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
p {
    margin: 0;
}
header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
}
.header__row {
    border-radius: 0 0 14px 14px;
    background: #fff;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__row a {
    display: flex;
}
.header__cab a {
    display: flex;
    align-items: center;
}
.header__cab a span {
    margin: 0 0 0 10px;
    font-weight: 700;
    font-size: 16px;
    color: #000;
}
.header__menu ul {
    display: flex;
}
.header__menu ul li {
    margin: 0 30px;
}
.header__menu ul li a {
    font-weight: 500;
    font-size: 16px;
    color: #000;
}
.intro__row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.intro__row > div {
    width: 45%;
    display: flex;
}
header+ section {
    margin: 100px 0 0 0;
}
.intro__row > div.intro__right {
    justify-content: flex-end;
    width: 55%;
}
.intro__right img {
    width: 100%;
}
.intro__left {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
h1 {
    margin: 0;
    font-weight: 700;
    font-size: 80px;
    line-height: 100%;
}
.main__button {
    border-radius: 20px;
    padding: 6px 40px;
    background: #000;
    font-size: 18px;
    color: #fff;
    border: 1px solid #000;
}
.main__button:hover {
    color: #000;
    background: transparent;
}
.intro__left a {
    margin: 40px 0 0 0;
}
.intro__row .intro__bottom {
    width: 100%;
    margin: 20px 0 0 0;
    display: flex;
    justify-content: space-between;
}
.intro__row > div.intro__top {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.intro__top a {
    display: flex;
    align-items: center;
    letter-spacing: 1px;
}
.intro__top a span {
    margin: 0 0 0 10px;
    font-weight: 700;
    font-size: 16px;
    color: #000;
}
.intro__single {
    width: 23%;
    display: flex;
    flex-direction: column;
}
.intro__single h2 {
    font-weight: 700;
    font-size: 24px;
    color: #000;
    margin: 0 0 20px 0;
    min-height: 60px;
    line-height: normal;
}
#how {
    background: #fff;
    padding: 80px 0;
    margin: 80px 0 0 0;
}
#how h2 {
    font-weight: 700;
    font-size: 80px;
    color: #000;
    margin: 0 0 40px 0;
}
.how__single {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #d9d9d9;
    padding: 80px 0;
}
.how__single:last-of-type {
    border-bottom: 1px solid #d9d9d9;
}
.how__wrapper {
    display: flex;
    flex-direction: column;
    padding: 0 0 0 100px;
}
.how__single * {
    font-weight: 700;
    font-size: 20px;
    color: #000;
}
.how__single span {
    width: 5%;
}
.how__single h3 {
    margin: 0;
    width: 30%;
}
.how__single div {
    width: 65%;
}
::-webkit-scrollbar {
    width: 2px;
}
::-webkit-scrollbar-track {
    background: #afa6a6;
}
::-webkit-scrollbar-thumb {
    border-radius: 20px;
    border: 2px solid #000;
}
#faq {
    padding: 80px 0;
}
#faq h2 {
    font-weight: 700;
    font-size: 183px;
    color: #000;
    margin: 0;
    line-height: normal;
}
.faq__wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: -80px 0 0 0;
}
.faq__single {
    width: 65%;
    display: flex;
    flex-direction: column;
    margin: 0 0 40px 0
}
.faq__single:last-of-type {
    margin: 0;
}
.faq__single > div:first-of-type {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.faq__single > div:first-of-type h3 {
    margin: 0 0 0 20px;
    font-weight: 700;
    font-size: 30px;
    color: #000;
    width: 75%;
    line-height: normal;
}
.faq__single > div:last-of-type div {
    padding: 40px 0 40px 60px;
}
.faq__single > div:last-of-type {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1)
}
.faq__single.openFaq > div:last-of-type {
    max-height: 1000px;
    transition: max-height 1s ease-in-out;
}
.faq__single.openFaq svg rect:nth-of-type(2) {
    opacity: 0;
}
footer {
    background: #000;
    padding: 20px 0;
}
.footer__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer__left {
    display: flex;
    align-items: flex-end;
}
.footer__right ul {
    display: flex;
    justify-content: flex-end;
}
.footer__left span {
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    line-height: normal;
    margin: 0 0 5px 15px;
}
.footer__left a {
    display: flex;
}
.footer__right ul a {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    line-height: normal;
}
.footer__right ul li {
    margin: 0 0 0 30px;
    line-height: normal;
}
.footer__right ul li:first-of-type {
    margin: 0;
}
.statti__wrapper {
    margin: 80px 0 0 0;

}
.statti__wrapper h2 {
    font-weight: 700;
    font-size: 50px;
    color: #000;
    margin: 0;
}
.statti__content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 60px 0 0 0;
}
.statti__content:after {
    content: "";
    width: 32%;
}
.statti__single {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 32%;
    border-top: 1px solid #AFA6A6;
    padding: 20px 0 80px 0;
}
.statti__single h3 {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin: 0;
    min-height: 70px;
}
.statti__single div {
    margin: 0 0 40px 0;
}
.header__menu ul li.current-menu-item a {
    font-weight: 900;
}
#single h1 {
    font-weight: 700;
    font-size: 48px;
    color: #000;
    margin: 0 0 50px 0;
}
#single figure {
    margin: 50px auto;
    text-align: center;
}
#single p {
    max-width: 700px;
    margin: 0 auto 15px auto;
}
#single h2 {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    max-width: 700px;
    margin: 0 auto 20px auto;
}
#single .wp-block-eedee-block-gutenslider {
    margin: 50px 0;
}
#single .navigation {
    border-top: 1px solid #afa6a6;
    padding: 20px 0 0 0
}
#single .nav-links {
    display: flex;
    justify-content: space-between;
}
#single .nav-links  a {
    font-weight: 700;
    font-size: 20px;
    color: #000;
}
#single {
    padding-bottom: 80px;
}
.poslugi__content {
    width: 50%;
    margin: 20px 0 0 0;
}
.poslugi__repeater {
    margin: 80px 0 0 0;
    display: flex;
    justify-content: center;
}
.poslugi__single {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20%;
    margin: 0 50px;
    text-align: center;
}
.poslugi__single div {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 224px;
    width: auto;
    margin: 0 auto;
    background: #fff;
    width: 224px;
    border-radius: 50%;
}
.poslugi__single div img {
    position: absolute;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	    padding: 20px;
}
.poslugi__single a img:nth-of-type(2) {
    opacity: 0;
}
.poslugi__single a:hover img:nth-of-type(1) {
    opacity: 0;
}
.poslugi__single a:hover img:nth-of-type(2) {
    opacity: 1;
}
.poslugi__single h3 {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #000;
    margin: 20px 0 0 0;
}
#additionals {
    background: #fff;
}
#poslugi, #projects {
    padding: 0 0 80px 0;
}
#projects h2,
#additionals h2 {
    font-weight: 700;
    font-size: 50px;
    color: #000;
}
.additionals__content {
    border-top: 1px solid #d9d9d9;
    padding: 0 150px;
}
.additionals__single {
    display: flex;
    align-items: flex-start;
    padding: 40px 0 0 0;
}
.additionals__single > div:last-of-type {
    border-bottom: 1px solid #d9d9d9;
    padding: 0 0 40px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.additionals__single > div:last-of-type a {
    margin: 20px 0 0 0;
}
.additionals__single > div:first-of-type {
    display: flex;
    align-items: center;
    height: 44px;
    margin: 0 40px 0 0;
}
.additionals__single h3 {
    font-weight: 700;
    font-size: 30px;
    color: #000;
    margin: 0;
}
.home .order {
    position: fixed;
    display: block;
    right: 0;
    bottom: 10vh;
    z-index: 99;
}
.order {
    display: none;
}
.order a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.order a span {
    position: absolute;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #fff;
}
.contacts__wrapper {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 0 0;
}
.contact__left {
    width: 35%;
}
.contact__right {
    width: 55%;
}
.contact__right img {
    width: 100%;
    object-fit: contain;
}
.contact__right > span {
    margin: 0 0 20px 0;
}
.contact__right {
    display: flex;
    flex-direction: column;
}
.contact__left {
    display: flex;
    flex-direction: column;
}
.contact__left > div:nth-of-type(1) {
    margin: 0 0 20px 0;
}
.contact__left > div:nth-of-type(2) {
    margin: 0 0 20px 0;
    display: flex;
    flex-direction: column;
}
.contact__left > div:nth-of-type(2) span {
    font-weight: 700;
}
.contact__left > div:nth-of-type(2) a {
    margin: 0 0 10px 0;
}
.contact__left > div:nth-of-type(3) {
    margin: 0 0 40px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact__left > div:nth-of-type(3) span {
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 5px 0;
}
.contact__left > div:nth-of-type(3) > div:nth-of-type(1) {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 0 10px 0;
}
.contact__left > div:nth-of-type(3) > div:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    width: 50%;
}
.contact__left > div:nth-of-type(3) > div:nth-of-type(3) {
    display: flex;
    flex-direction: column;
    width: 50%;
	align-items: flex-end;
}
.contact__left > div:nth-of-type(4) form {
    margin: 20px 0 0 0;
}
.contact__left > div:nth-of-type(4) form label > span:first-of-type {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    max-width: 175px;
    width: 100%;
}
.contact__left > div:nth-of-type(4) form label {
    display: flex;
    justify-content: flex-start;
}
.contact__left > div:nth-of-type(4) form label input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #afa6a6;
    padding: 3px;
    outline: none;
    width: 100%;
}
#contacts {
    padding: 0 0 80px 0;
}
.wpcf7-form-control-wrap {
    width: 100%;
}
.wpcf7-spinner {
    display: none;
}
.contact__left .wpcf7-submit {
    border-radius: 20px;
    padding: 6px 40px;
    background: #000;
    font-size: 18px;
    color: #fff;
    border: 1px solid #000;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.contact__left .wpcf7-submit:hover {
    color: #000;
    background: transparent;
}
.about__intro {
    width: 50%;
    margin: 20px 0 40px 0;
}
.about__wrapper img {
    width: 100%;
    object-fit: contain;
}
#about {
    padding: 0 0 80px 0;
}
.about__history {
    display: flex;
    margin: 60px 0 0 0;
}
.about__clients h2,
.about__team h2,
.about__history h2 {
    font-weight: 700;
    font-size: 50px;
    color: #000;
    margin: 0;
    line-height: 90%;
}
.about__history > div:first-of-type {
    width: 20%;
}
.about__history > div:last-of-type {
    width: 60%;
}
.about__team {
    display: flex;
    flex-wrap: wrap;
    margin: 60px 0 0 0;
}
.about__team > div:first-of-type {
    width: 100%;
}
.about__team > div:last-of-type {
    margin: 40px 0 0 0;
    display: flex;
    justify-content: center;
    width: 100%;
}
.about__team h3 {
    font-weight: 700;
    font-size: 24px;
    color: #000;
    margin: 0 0 10px 0;
}
.about__team span {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
}
.team__single {
    margin: 0 50px ;
    display: flex;
    flex-direction: column;
}
.about__clients {
    margin: 60px 0 0 0;
}
.about__clients > div:first-of-type div {
    width: 50%;
    margin: 20px 0 40px 0;
}
.slick-track {
    display: flex !important;
    align-items: center;
}
.slick-slide img {
    margin: 0 auto;
}
.clients__slider--next,
.clients__slider--prev {
    cursor: pointer;
    position: absolute;
    top: 33%;
    z-index: 999;
    line-height: 0;
}
.clients__slider--next {
    right: 0;
}
.clients__slider div {
    line-height: 0;
}
.clients__slider--prev {
    left: 0;
}
.clients__slider {
    padding: 0 100px;
}
.about__clients > div:nth-of-type(2) {
    position: relative;
}
.wp-block-eedee-block-gutenslider {
    max-width: 900px;
    margin: 0 auto !important;
}
.eedee-gutenslider-nav.eedee-gutenslider-prev {
    left: -50px !important;
}
.eedee-gutenslider-nav.eedee-gutenslider-next {
    right: -50px !important;
}
.eedee-gutenslider-pagination.swiper-pagination-clickable {
    bottom: -50px !important;
}
.swiper-pagination-bullet {
    border: 1px solid #000 !important;
    background: transparent !important;
    opacity: 1 !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000 !important;
}
.mobile__view {
    display: none;
}
.order svg {
    height: 140px;
    width: auto;
}
#map iframe {
	width:100%;
	border:none;
	line-height: 0;
	outline: none;
}
#map {
	background: #fff;
    padding: 80px 0 0 0;
    margin: 80px 0 0 0;
}
#map h2 {
	font-weight: 700;
    font-size: 80px;
    color: #000;
    margin: 0 0 40px 0;
	padding: 0 20px;
}
@media (max-width:1440px) {

}
@media (max-width:1024px) {
    .mobile__view {
        display: block;
    }
    .header__menu,
    .header__cab {
        display: none;
    }
    .intro__row {
        flex-direction: column;
    }
    .intro__top {
        order: 1;
    }
    .intro__left {
        order: 3;
        width: 100% !important;
    }
    .intro__right {
        order: 2;
        width: 100% !important;
    }
    .intro__bottom {
        order: 4;
        flex-direction: column;
    }
    h1 {
        font-weight: 700;
        font-size: 40px;
        line-height: 100%;
        color: #000;
    }
    .intro__single {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .intro__single h2 {
        min-height: auto;
    }
    #how h2, #map h2 {
        font-weight: 700;
        font-size: 40px;
        color: #000;
        margin: 0 0 20px 0;
    }
    #how, #map {
        padding: 40px 0;
        margin: 40px 0 0 0;
    }
    .how__wrapper {
        padding: 0;
    }
    .how__single {
        padding: 20px 0;
        flex-wrap: wrap;
    }
    .how__single h3 {
        width: 90%;
    }
    .how__single span {
        width: auto;
    }
    .how__single div {
        width: 100%;
        margin: 0 0 0 10%;
    }
    .how__single * {
        font-size: 18px;
    }
    #faq h2 {
        font-weight: 700;
        font-size: 90px;
        color: #000;
    }
    .faq__wrapper {
        margin: 0;
        align-items: flex-start;
    }
    .faq__single {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .faq__single > div:first-of-type h3 {
        font-size: 20px;
    }
    .faq__single > div:last-of-type div {
        padding: 20px 0 20px 60px;
    }
    .order {
        right: 0;
        bottom: 5vh;
    }
    .order a span {
        font-size: 10px;
    }
    .order svg {
        width: 90px;
        height: auto;
    }
    .footer__row {
        flex-direction: column;
        align-items: unset;
    }
    #faq {
        padding: 40px 0;
    }
    .header__menu {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        background: #fff;
        z-index: 9;
        bottom: 0;
    }
    .header__menu ul {
        flex-direction: column;
        align-items: center;
        padding: 0;
        height: 100%;
        justify-content: center;
    }
    .header__menu ul li {
        margin: 25px 0 !important;
    }
    .header__button,
    .header__row > a {
        z-index: 99;
    }
    .statti__wrapper {
        margin: 20px 0 0 0;
    }
    .statti__wrapper h2 {
        font-weight: 700;
        font-size: 20px;
        color: #000;
    }
    .statti__content {
        margin: 20px 0 0 0;
        flex-direction: column;
    }
    .statti__single {
        width: 100%;
        padding: 20px 0;
    }
    .statti__single div {
        margin: 0 0 20px 0;
    }
    .main__button {
        font-size: 14px;
    }
    #single h1 {
        font-weight: 700;
        font-size: 40px;
        color: #000;
        margin: 0 0 20px 0;
    }
    #single figure {
        margin: 20px auto;
        text-align: center;
    }
    .contacts__wrapper {
        margin: 20px 0 0 0;
        flex-direction: column;
    }
    .contact__left,
    .contact__right {
        width: 100%;
    }
    .contact__right {
        margin: 20px 0 0 0;
    }
    #contacts {
        padding: 0 0 20px 0;
    }
    .about__intro {
        width: 100%;
        margin: 20px 0;
    }
    .about__history {
        margin: 20px 0 0 0;
        flex-direction: column;
    }
    .about__history > div:first-of-type,
    .about__history > div:last-of-type {
        width: 100%;
    }
    .about__team {
        margin: 20px 0 0 0;
    }
    .about__team > div:last-of-type {
        margin: 20px 0 0 0;
        flex-direction: column;
    }
    .team__single {
        margin: 20px 50px;
    }
    .about__clients {
        margin: 20px 0 0 0;
    }
    .about__clients > div:first-of-type div {
        width: 100%;
        margin: 20px 0;
    }
    #about {
        padding: 0 0 20px 0;
    }
    .poslugi__content {
        width: 100%;
    }
    .poslugi__repeater {
        margin: 20px 0 0 0;
        flex-direction: column;
    }
    .poslugi__single {
        width: 100%;
        margin: 20px 0;
    }
    #poslugi, #projects {
        padding: 0 0 20px 0;
    }
    #projects h2, #additionals h2 {
        font-weight: 700;
        font-size: 20px;
        color: #000;
        margin: 20px 0;
    }
    .additionals__content {
        padding: 0;
    }
    .additionals__single {
        padding: 20px 0 0 0;
    }
    .additionals__single > div:last-of-type {
        padding: 0 0 20px 0;
    }
    .additionals__single h3 {
        font-size: 20px;
    }
    .additionals__single > div:first-of-type {
        height: 30px;
        margin: 0 20px 0 0;
    }
}
@media (max-width:767px) {
	.contact__left > div:nth-of-type(3) > div:nth-of-type(2),
	.contact__left > div:nth-of-type(3) > div:nth-of-type(3) {
		width: 100%;
		align-items: flex-start;
		margin: 0 0 10px 0;
	}
	.about__team h3 {
		text-align: center;
	}
    .mobile__view {
        display: block;
    }
    .header__menu,
    .header__cab {
        display: none;
    }
    .intro__row {
        flex-direction: column;
    }
    .intro__top {
        order: 1;
    }
    .intro__left {
        order: 3;
        width: 100% !important;
    }
    .intro__right {
        order: 2;
        width: 100% !important;
    }
    .intro__bottom {
        order: 4;
        flex-direction: column;
    }
    h1 {
        font-weight: 700;
        font-size: 40px;
        line-height: 100%;
        color: #000;
    }
    .intro__single {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .intro__single h2 {
        min-height: auto;
    }
    #how h2, #map h2 {
        font-weight: 700;
        font-size: 40px;
        color: #000;
        margin: 0 0 20px 0;
    }
    #how, #map {
        padding: 40px 0;
        margin: 40px 0 0 0;
    }
    .how__wrapper {
        padding: 0;
    }
    .how__single {
        padding: 20px 0;
        flex-wrap: wrap;
    }
    .how__single h3 {
        width: 90%;
    }
    .how__single span {
        width: auto;
    }
    .how__single div {
        width: 100%;
        margin: 0 0 0 10%;
    }
    .how__single * {
        font-size: 18px;
    }
    #faq h2 {
        font-weight: 700;
        font-size: 90px;
        color: #000;
    }
    .faq__wrapper {
        margin: 0;
        align-items: flex-start;
    }
    .faq__single {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .faq__single > div:first-of-type h3 {
        font-size: 20px;
    }
    .faq__single > div:last-of-type div {
        padding: 20px 0 20px 60px;
    }
    .order {
        right: 0;
        bottom: 5vh;
    }
    .order a span {
        font-size: 10px;
    }
    .order svg {
        width: 90px;
        height: auto;
    }
    .footer__row {
        flex-direction: column;
        align-items: unset;
    }
    #faq {
        padding: 40px 0;
    }
    .header__menu {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        background: #fff;
        z-index: 9;
        bottom: 0;
    }
    .header__menu ul {
        flex-direction: column;
        align-items: center;
        padding: 0;
        height: 100%;
        justify-content: center;
    }
    .header__menu ul li {
        margin: 25px 0 !important;
    }
    .header__button,
    .header__row > a {
        z-index: 99;
    }
    .statti__wrapper {
        margin: 20px 0 0 0;
    }
    .statti__wrapper h2 {
        font-weight: 700;
        font-size: 20px;
        color: #000;
    }
    .statti__content {
        margin: 20px 0 0 0;
        flex-direction: column;
    }
    .statti__single {
        width: 100%;
        padding: 20px 0;
    }
    .statti__single div {
        margin: 0 0 20px 0;
    }
    .main__button {
        font-size: 14px;
    }
    #single h1 {
        font-weight: 700;
        font-size: 40px;
        color: #000;
        margin: 0 0 20px 0;
    }
    #single figure {
        margin: 20px auto;
        text-align: center;
    }
    .contacts__wrapper {
        margin: 20px 0 0 0;
        flex-direction: column;
    }
    .contact__left,
    .contact__right {
        width: 100%;
    }
    .contact__right {
        margin: 20px 0 0 0;
    }
    #contacts {
        padding: 0 0 20px 0;
    }
    .about__intro {
        width: 100%;
        margin: 20px 0;
    }
    .about__history {
        margin: 20px 0 0 0;
        flex-direction: column;
    }
    .about__history > div:first-of-type,
    .about__history > div:last-of-type {
        width: 100%;
    }
    .about__team {
        margin: 20px 0 0 0;
    }
    .about__team > div:last-of-type {
        margin: 20px 0 0 0;
        flex-direction: column;
    }
    .team__single {
        margin: 20px;
    }
	.team__single img {
		object-fit: none;
	}
    .about__clients {
        margin: 20px 0 0 0;
    }
    .about__clients > div:first-of-type div {
        width: 100%;
        margin: 20px 0;
    }
    #about {
        padding: 0 0 20px 0;
    }
    .poslugi__content {
        width: 100%;
    }
    .poslugi__repeater {
        margin: 20px 0 0 0;
        flex-direction: column;
    }
    .poslugi__single {
        width: 100%;
        margin: 20px 0;
    }
    #poslugi, #projects {
        padding: 0 0 20px 0;
    }
    #projects h2, #additionals h2 {
        font-weight: 700;
        font-size: 20px;
        color: #000;
        margin: 20px 0;
    }
    .additionals__content {
        padding: 0;
    }
    .additionals__single {
        padding: 20px 0 0 0;
    }
    .additionals__single > div:last-of-type {
        padding: 0 0 20px 0;
    }
    .additionals__single h3 {
        font-size: 20px;
    }
    .additionals__single > div:first-of-type {
        height: 30px;
        margin: 0 20px 0 0;
    }
}