/*!
Theme Name: lestnicy
Theme URI: http://underscores.me/
Author: Vladimir
Author URI: https://михайловские-лестницы.рф/
Description: mikhailovskie_lestnicy
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: mikhailovskie_lestnicy
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.

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

:root {
    color-scheme: only light;
}

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: #545454;
	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;
	margin-top: 1.5em;
	font-size: 18px;
}

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

ul {
	list-style: disc;
	font-size: 18px;
}

ol {
	list-style: decimal;
	font-size: 18px;
}

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: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: none;
	border-color: #ccc #ccc #bbb;
	background-color: #f89e32;
	color: #fff;
	line-height: 1;
	padding: 0.6em 1em 0.4em;
	font-size: 20px;
    opacity: 1;

    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);

    transition: opacity 0.3s ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	opacity: 0.7;
}

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


/* Site-container */
.logo-header.ls-is-cached.lazyloaded {
    padding-top: 10px;
    padding-left: 0;
    padding-bottom: 10px;
}
.logo-header.ls-is-cached.lazyloaded {
    padding-left: 0;
}

.logo-header {
    padding-top: 10px;
    padding-bottom: 10px;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.required {
    font-size: 20px;
    margin-top: 20px;
    max-width: 280px;
}
.site-branding img.lazyloaded {
    margin: 0 !important;
}

@media (max-width: 1023px) {
    .logo-header.ls-is-cached.lazyloaded {
       padding: 0;
    }
}
@media (max-width: 1023px) {
    .logo-header {
       width: 66px;
       height: 66px;
    }
}

.site-container {
    max-width: 1920px;
    padding: 0 20px;
}

@media (max-width: 1023px) {
    .site-container {
       max-width: 1023px;
    }
}

/* Site-header */

.menu-toggle__img-close {
    display: none;
}

@media (max-width: 1023px) {
    .toggled .site-branding {
        display: flex;
        align-items: center;
        column-gap: 14px;
        margin-bottom: 61px;
    }
}

.main-navigation__contacts {
    display: none;
}

@media (max-width: 1023px) {
    .main-navigation__contacts {
        display: block;
        position: absolute;
        top: 20px;
        right: 0;
    }
}

.main-navigation__contacts .site-header__nav-phone {
    padding: 0;
    color: #545454;
    font-family: 'PT Sans Caption';
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}
@media (max-width: 1023px) {
    .main-navigation__contacts .site-header__nav-phone {
        font-family: 'Montserrat';
    }
}

@media (max-width: 1023px) {
    .toggled .main-navigation__contacts {
        position: static;
    }
}

@media (max-width: 1023px) {
    .toggled .main-navigation__contacts .site-header__nav-phone {
        margin-top: 19px;

        color: #545454;
        font-family: 'PT Sans Caption';
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
}

@media (max-width: 1023px) {
    .main-navigation a {
        padding: 0;
    }
}
.custom-logo-link img.ls-is-cached.lazyloaded {
    padding: 0;
    margin: 0;
}

@media (max-width: 1023px) {
    .custom-logo-link img.lazyloaded {
        padding: 0;
        margin: 0;
    }
}

@media (max-width: 1023px) {
    .toggled .menu-toggle__img-close {
        display: block;
    }
}

@media (max-width: 1023px) {
    .toggled .menu-toggle__img-open {
        display: none;
    }
}

.container {
    max-width: 1920px;
    padding: 0 20px;
}

@media (max-width: 1023px) {
    .container {
       max-width: 1023px;
    }
}

.site-header__wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

@media (max-width: 1023px) {
    .site-header__wrapper {
        position: relative;
        min-height: 50px;
        align-items: center;
        /* padding: 19px 0 14px; */
    }
}

.site-header__nav {
    display: flex;
    flex-shrink: 1;
    align-items: center;
}

@media (max-width: 1023px) {
    .site-header__nav {
        flex-direction: column;
    }
}

@media (max-width: 1023px) {
    .main-navigation__contacts .site-header__nav-phone {
        text-align: center;
        margin: 0 auto;
    }
}

.site-header__logo {
    display: flex;
    column-gap: 14px;
    align-items: center;
    margin-right: 65px;
}

@media (max-width: 1023px) {
    .site-header__logo {
        margin-bottom: 56px;
        margin-right: 0;
        align-self: start;
    }
}

.site-header__logo-text {
    display: none;

    color: #545454;
    font-family: Montserrat;
    font-size: 24.782px;
    font-style: italic;
    font-weight: 400;
    line-height: 24.922px;
}

@media (max-width: 1023px) {
    .site-header__logo-text {
        display: block;
    }
}

.site-header__social,
.site-header__menu-list {
    display: flex;
    column-gap: 41px;
    align-items: center;

    margin: 0;
    padding: 0;

    list-style: none;
}

.site-header__menu-list {
    flex-wrap: wrap;
}

@media (max-width: 1023px) {
    .site-header__menu-list  {
        flex-direction: column;
        column-gap: 0;
        row-gap: 20px;
        align-items: center;

        margin-bottom: 19px;
    }
}

.site-header__nav-contacts {
    display: flex;
    align-items: center;
    margin-left: 32px;
    flex-shrink: 0;
}

@media (max-width: 1023px) {
    .site-header__nav-contacts  {
        display: none;
    }
}

.site-header__social {
    column-gap: 19px;
}

@media (max-width: 1023px) {
    .site-header__social  {
        display: none;
    }
}

.site-header__social-link,
.site-footer__social-item {
    display: flex;
    width: 30px;
    height: 30px;
    opacity: 1;

    transition: opacity 0.3s ease;
}
.site-footer__social-item img.lazyloaded,
.site-header__social-link img.lazyloaded {
    margin: 0;
}

.site-header__social-link:hover {
    opacity: 0.7;
}

.site-header__logo img {
    display: block;
    width: 85px;
    height: 85px;

    object-fit: cover;
}

.site-header__social-item img.ls-is-cached.lazyloaded {
    padding: 0;
    margin: 0;
    width: 29px;
    height: 29px;

    object-fit: cover;
}

.main-navigation a,
.site-header__menu-link,
.site-header__nav-phone {
    color: #545454;
    font-family: 'PT Sans Caption', Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    text-decoration: none;

    transition: color 0.3s ease;
}

@media (max-width: 1023px) {
    .site-header__menu-link,
    .site-header__nav-phone {
        color: #545454;
        font-family: 'PT Sans Caption';
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
}

.site-header__nav-phone:hover,
.site-header__nav-phone:focus,
.site-header__menu-link:hover,
.site-header__menu-link:focus {
    color: #F99E33;
}

.site-header__nav-phone {
    flex-shrink: 0;
    margin-left: 32px;
}

.site-header__btn-nav-close {
    display: none;

    width: 50px;
    height: 50px;
    margin: 0 auto;
    padding: 0;

    background-color: transparent;
    border: 0;

    cursor: pointer;
}

.site-header__btn-nav-close .menu-toggle__img-open {
    width: 41px;
    height: 41px;

    object-fit: cover;
}

.site-header__btn-nav-close .menu-toggle__img-close {
    width: 50px;
    height: 50px;

    object-fit: cover;
}

.site-header__btn-nav-close img.lazyloaded {
    margin-top: 0;
}

@media (max-width: 1023px) {
    .site-header__btn-nav-close {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

/* Form-feedback */

.site-footer__form-feedback {
    display: none;
    opacity: 0;

    transition: opacity 0.3s ease-in-out;
}

.site-footer__form-feedback--susses {
    margin: 0 auto;
    display: block;
    opacity: 1;

    transition: opacity 0.3s ease-in-out;
}

.site-footer__form-feedback.is-active {
    display: block;
    opacity: 1;
}

.site-footer__form-feedback--susses.is-close {
    display: none;
}

.form-feedback__btn-submit:hover,
.form-feedback__btn-submit:focus,
.form-feedback__btn-submit:active,
.site-footer__form-feedback button:hover,
.site-footer__form-feedback button:focus,
.site-footer__form-feedback button:active {
    background-color: #F99E33 !important; 
    opacity: 0.7 !important;
    color: #fff;
}

input[type="submit"].form-feedback__btn-submit {
    color: #fff !important;
}

.form-feedback {
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: column;
    align-items: center;
    padding: 10px;
    background-color: #F9F9F9;
}

@media (max-width: 1023px) {
    .form-feedback {
        top: 0;
        left: 0;
        transform: translateX(0);
        width: 100%;
        padding: 15px 25px 20px;

        background: #FFF;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    }
}

.form-feedback form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 64px;
}

.form-feedback input {
    padding: 15px 10px;
}

.form-feedback #name-validate,
.form-feedback #phone-mask {
    color: #A2A2A2;
    font-family: 'Montserrat';
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}

.form-feedback #name-validate::placeholder,
.form-feedback #phone-mask::placeholder {
    color: #A2A2A2;
    font-family: 'Montserrat';
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}

.form-feedback__btn-submit {
    color: #fff;
    font-family: 'PT Sans';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 189px;
    text-align: center;
}

.form-feedback__input-name {
    margin-bottom: 13px;
}
@media (max-width: 1023px) {
    .form-feedback__input-name input {
        width: 100%;
    }
}

.form-feedback__input-tel {
    margin-bottom: 28px;
}
@media (max-width: 1023px) {
    .form-feedback__input-tel input {
        width: 100%;
    }
}

.form-feedback__logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    row-gap: 19px;

    color: #545454;
    text-align: center;
    font-family: Montserrat;
    font-size: 27.273px;
    font-style: italic;
    font-weight: 400;
    line-height: 28.32px;
}

@media (max-width: 1023px) {
    .form-feedback__logo {
        width: 80%;
    }
}

@media (max-width: 1023px) {
    .form-feedback__logo-text {
        display: block;
        margin-left: 14px;
    }
}

.form-feedback__text-br {
    display: none;
}

@media (max-width: 1023px) {
    .form-feedback__text-br {
        display: block;
    }
}

@media (max-width: 1023px) {
    .form-feedback__logo {
        flex-direction: row;
        text-align: left;
        margin-bottom: 54px;

        font-size: 24.782px;
        line-height: 24.922px;
    }
}

.form-feedback__logo img {
    width: 75px;
    height: 75px;

    object-fit: cover;
}

.form-feedback__logo img.lazyloaded {
    margin: 0;
}

.form-feedback__logo img.ls-is-cached.lazyloaded {
    padding: 0;
}

@media (max-width: 1023px) {
    .form-feedback__logo img {
        width: 66px;
        height: 66px;
    }
}

.form-feedback__text {
    max-width: 405px;
    margin: 0 0 20px;
    padding: 0;

    color: #545454;
    text-align: center;
    font-family: 'PT Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (max-width: 1023px) {
    .form-feedback__text {
        max-width: 297px;
    }
}

.form-feedback__text-conf {
    color: rgba(0, 0, 0, 0.26);
    font-family: 'PT Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (max-width: 1023px) {
    .form-feedback__text-conf {
        max-width: 281px;
        font-size: 12px;
        text-align: center;
        margin-bottom: 50px;
    }
}

.form-feedback__btn-submit {
    display: flex;
    justify-content: center;
    padding: 11px 32px;

    color: #fff;
    font-family: 'PT Sans';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    background-color: #F99E33;
}

.form-feedback__btn-close {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding: 0;

    border-radius: 3px;
    border: 1px solid #CCC;
    background: #F99E33;
}

@media (max-width: 1023px) {
    .form-feedback__btn-close {
        position: static;
        margin: 0 auto;
        background-color: transparent;
        border: none;
    }
}

.form-feedback__btn-close-img-mobile {
    display: none;
}

@media (max-width: 1023px) {
    .form-feedback__btn-close-img-mobile {
        display: block;
        width: 52px;
        height: 52px;
    }
}

.form-feedback__btn-close-img {
    width: 24px;
    height: 23px;
}

@media (max-width: 1023px) {
    .form-feedback__btn-close-img {
        display: none;
    }
}

/* Contacts */

.site-contacts-page {
    display: flex;
    flex-direction: column;
}

.site-contacts-page__title {
    display: none;
    margin: 0;
    padding: 0;
    color: #545454;
    font-family: 'Montserrat';
    font-size: 30px;
    font-style: italic;
    font-weight: 700;
    line-height: 24.922px;
    text-align: center;
}

@media (max-width: 1023px) {
    .site-contacts-page__title {
        display: block;
        margin-bottom: 57px;
        margin-top: 40px;
        font-weight: 400;
    }
}

@media (max-width: 1023px) {
    .site-contacts-page__text {
        margin-bottom: 21px;
    }
}

@media (max-width: 1023px) {
    .site-contacts-page__text p {
        margin: 0;
        padding: 0;

        color: #545454;
        font-family: 'PT Sans';
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
    }
}

.site-contacts-page__text a {
    color: #545454;
    text-decoration: underline;
    opacity: 1;
    transition: opacity 0.3s ease; 
}

.site-contacts-page__text a:hover {
    opacity: 0.7; 
}

@media (max-width: 1023px) {
    .site-contacts-page__text a {
        color: #545454;
        font-family: 'PT Sans';
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
        text-decoration: underline; 
    }
}

/* About-us */

.about-us-page__heading {
    display: none;
    margin-bottom: 30px;

    color: #545454;
    text-align: center;
    font-family: Montserrat;
    font-size: 27.273px;
    font-style: italic;
    font-weight: 400;
    line-height: 28.32px;
}

.about-us-page__heading img.ls-is-cached.lazyloaded {
    padding: 0;
    margin: 0 0 20px;
    clear: both;
}

@media (max-width: 1023px) {
    .about-us-page__img-mobile {
        display: none;
    }
}

@media (max-width: 1023px) {
    .about-us-page__title-mobile {
        display: none;
    }
}


@media (max-width: 1023px) {
    .about-us-page__heading {
        display: block;
    }
}

.about-us-page__heading img {
    margin-bottom: 22px;
    width: 150px;
    height: 150px;
}

/* Portfolio */

.portfolio-title h3 {
    color: #545454;
    font-family: 'PT Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.888px;
    
    margin-bottom: 11px;
}
    
.portfolio__content {
    padding-top: 42px;
    display: flex;
    flex-direction: column;
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 61px;
}

@media (max-width: 1023px) {
    .portfolio__content {
       display: none;
    }
}

.portfolio__content--mobile {
    display: none;

    margin: 70px auto 0;
}

@media (max-width: 1023px) {
    .portfolio__content--mobile {
       display: block;
       margin-top: 0;
       margin-bottom: 50px;
    }
}

.portfolio__content-title {
    margin: 0;
    padding: 0;
    
    color: #545454;
    font-family: 'PT Sans';
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.portfolio__content--mobile .portfolio__content-title {
    color: #545454;
    text-align: center;
    font-family: Montserrat;
    font-size: 30px;
    font-style: italic;
    font-weight: 400;
    line-height: 24.922px;
}

    
.portfolio__content-subtitle {
    color: #545454;
    font-family: 'PT Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
    
.portfolio__content-text {
    color: #545454;
    font-family: 'PT Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    margin: 0;
    padding: 0;
}
    
.portfolio-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 43px;
    column-gap: 77px;
}

.portfolio-list p {
    display: none;
    margin: 0;
}

@media (max-width: 1023px) {
    .portfolio-list {
       flex-direction: column;
       align-items: center;
       row-gap: 20px;
    }
}
    
.portfolio-card {
    display: flex;
    flex-direction: column;
    width: 391px;
    opacity: 1;
    justify-content: space-between;

    transition: opacity 0.3s ease;
}

@media (max-width: 1023px) {
    .portfolio-card {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
}

.portfolio-list__link {
    display: flex;
}

@media (max-width: 1023px) {
    .portfolio-list__link {
        width: 100%;
    }
}

.portfolio-card:hover {
    opacity: 0.7;
}

.portfolio-card__image {
    width: 391px;
    height: 398px;
    margin: 0;
    justify-self: end;
    padding: 0;
    align-self: end;
}



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

@media (max-width: 1023px) {
    .main-navigation {
        width: 100%;
    }
}

@media (max-width: 1023px) {
    .toggled.main-navigation {
        padding-bottom: 99px;
    }
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

@media (max-width: 1023px) {
    .main-navigation ul ul {
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        display: grid;
        grid-template-columns: 1fr 1fr;
        position: absolute;
        top: 100%;
        min-width: 400px;
        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;
}

@media (max-width: 1023px) {
    .main-navigation ul ul li:hover > ul,
    .main-navigation ul ul li.focus > ul {
	    display: block;
	    left: 50%;
        transform: translateX(-200px);
    }
}

.main-navigation ul ul a {
	width: 200px;
}

@media (max-width: 1023px) {
    .main-navigation ul ul a {
        width: none;
        text-align: center;
    }
}

@media (max-width: 1023px) {
    .sub-menu li {
        display: flex;
        justify-content: center;
        max-width: 144px;
    }
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

@media (max-width: 1023px) {
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
	    left: 50%;
        transform: translateX(-200px);
    }
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
    padding: 5px 12px;
}
.main-navigation a:hover {
    color: #f89e32;
}

/* Small menu. */

.menu-toggle img.lazyloaded {
    margin: 0;
    padding: 0;
}

.menu-toggle img.ls-is-cached.lazyloaded {
    margin: 0;
    padding: 0;
}

@media (max-width: 1023px) {
    .toggled .menu-toggle {
        position: absolute;
        top: 90%;
        left: 50%;
        transform: translateX(-50%);
    }
}

.main-navigation.toggled ul {
	display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 1023px) {
    .main-navigation.toggled ul ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

.menu-toggle {
    display: none;
}

.main-navigation ul {
    display: flex;
}

@media (max-width: 1023px) {
    .main-navigation ul {
        display: none;
    }
}

@media (max-width: 1023px) {
    .menu-toggle {
        position: absolute;
        top: 10px;
        left: 0;
        display: flex;
    }
}

.main-navigation button {
    background-color: transparent;
    box-shadow: none;
}

@media (max-width: 1023px) {
    .site-branding {
        display: none;
    }
}

.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: none;
}

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

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

.entry-content {
    margin-top: 40px;
}
@media (max-width: 1023px) {
    .entry-content {
        margin-top: 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;
}
.portfolio-card__image {
    width: 391px;
    height: 398px;
    margin-top: 0;
    padding: 0;
    align-self: end;
}

.portfolio-card__image.img-1 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/P61021-154533.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-1 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-1-1 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/project-img1.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-1-1 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-1-2 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/project-img7.png);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-1-2 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-1-3 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/project-img11.png);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-1-3 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-1-4 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/project-img15.png);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-1-4 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-1-5 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/project-img19.png);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-1-5 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-1-6 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/project-img24.png);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-1-6 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-1-7 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/project-img31.png);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-1-7 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-1-8 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/project-img35.png);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-1-8 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-1-9 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/project-img40.png);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-1-9 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-1-10 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/project-img45.png);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-1-10 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-2 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/IMG_20170510_165921.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-2 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-3 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/1-41.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-3 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-4 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/1-42.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-4 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-5{
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/1-39.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-5 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-6 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/1-40.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-6 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-7 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/2016218000107.jpg);
    background-position:center center;
    background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-7 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-8 {
    background-image: url(/wp-content/uploads/2019/07/1-min.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-8 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-9 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/novaya-adigeya7.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-9 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-10 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/DSC02251.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-10 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-11 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/P3310055.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-11 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-12 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/P4020062.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-12 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-13 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/P3220036.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-13 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-14 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/IMAG0346.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-14 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-15 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/P4110677.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-15 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-16 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/1-32.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-16 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-17 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/1-31.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-17 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-18 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/1-30.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-18 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-19 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/1-29.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-19 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-20 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/1-28.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-20 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-21 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/1-27.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-21 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-22 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/8-8.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-22 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-23 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/3-16.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-23 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-24 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/IMAG0219.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-24 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-25 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/4-15.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-25 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-26 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/9-7.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-26 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-27 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/2-13.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-27 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-28 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/2-12.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-28 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-29 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/1-19.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-29 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-30 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/1-18.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-30 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-31 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/2-9.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-31 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-32 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/14.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-32 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-33 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/3-7.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-33 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-34 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/1-14.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-34 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-35 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/1-13.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-35 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-36 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/3-4.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-36 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-37 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/10.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-37 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-38 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/DSC02353.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-38 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-39 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/1-10.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-39 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-40 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/P5202261.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-40 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-41 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/P4090094.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-41 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-42 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/DSC02369.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-42 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-43 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/P4070088.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-43 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-44 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/Gena_Pashkovka_006.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-44 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-45 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/2-2.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-45 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-46 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/1-3.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-46 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-47 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/7.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-47 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-48 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/3.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-48 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-49 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/DSCF3351.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-49 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-50 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/Ds_ML_lb2.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-50 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-51 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/Ds_ML_lb1.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-51 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-52 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/Ds_ML_ms.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-52 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-53 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/Ds_ML_ks.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-53 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-54 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2019/06/Ds_ML_ts.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-54 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-card__image.img-55 {
    width: 391px;
    height: 398px;
    background-image: url(/wp-content/uploads/2015/07/Ds_ML_kw.jpg);
    background-position:center center;
   background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .portfolio-card__image.img-55 {
        width: 100%;
        min-height: 398px;
    }
}
.portfolio-phone {
    width: 300px;
    height: 300px;
}
.portfolio-phone:hover {
    background: #ffffff70;
}
p.portfolio {
    padding-top: 120px !important;
    padding-bottom: 150px !important;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    color: #545454;
}
p.portfolio:hover {
    color: #545454;
}
.container-fluid.banner-top-gl {
    background-image: url(/wp-content/uploads/2019/06/dizajn-holla-s-lestnicej-54-min.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
@media (max-width: 700px) {
    .container-fluid.banner-top-gl {
        background-image: url(/wp-content/uploads/2019/06/intro-bg-mobile.jpg);
    }
}
.col-md-6.banner-top-gl2 h3 {
    font-size: 38px;
    text-align: center;
    font-family: 'PT Sans Caption';
    font-weight: 400;
}
@media (max-width: 1023px) {
    .col-md-6.col-md-6-about-us {
        width: 100%;
    }
}
@media (max-width: 1023px) {
    .col-md-6.banner-top-gl2 h3 {
        max-width: 228px;
        text-align: left;
        color: #545454;
        font-family: 'PT Sans Caption';
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 38px;
    }
}
a.phones {
    text-decoration: none;
    color: #545454;
    font-size: 22px;
}
.col-md-3.phones {
    padding-top: 5px;
}
@media screen and (min-width: 900px) {
.row.top-lean {
    position: fixed;
    width: 100%;
    background: #ffffff;
    z-index: 999;
}}
@media (max-width: 1023px) {
.container-fluid.o-nas {
    padding-top: 50px;
}}
.col-md-6.banner-top-gl2 {
    text-align: center;
}
.popmake-1863.pum-trigger {
    color: #111;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    font-weight: normal;
    background: #f89e32;
    padding: 15px 5px;
    width: 250px;
    font-size: 20px;
    margin: auto;

    transition: opacity 0.3s ease;
}
.popmake-1863.pum-trigger:hover {
    opacity: 0.7;
}
@media (max-width: 1023px) {
    a.linc-sity {
        margin: 0 auto;
    }
}
a.linc-sity {
    display: block;
    color: #2C2C2C;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    font-weight: normal;
    background: #F99E33;
    padding: 15px 5px;
    width: 250px;
    font-size: 18px;
    text-align: center;
	text-decoration: none;

    transition: opacity 0.3s ease;
}
a.linc-sity:hover {
    opacity: 0.7;
}
a.linc-sity1:hover {
    background: #f89e32;
}
a.linc-sity1 {
	border: solid 1px #111;
    color: #ffffff;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    font-weight: normal;
    background: #545454;
    padding: 5px 7px;
    width: 250px;
    font-size: 20px;
    margin: auto;
	text-decoration: none;
}
.banner-project {
    background: rgba(0,0,0,.6);
	padding: 50px;
	text-align: center;
}
.banner-project1 {
	background-image: url(/wp-content/uploads/2019/07/1-min.jpg);
	background-size: 100%;
	background-size: cover;
    box-shadow: 2px 2px 20px 0 rgb(0 0 0 / 40%);
	margin-top: 20px;
}
.banner-project2 {
	background-image: url(/wp-content/uploads/2019/06/001_Toll_2_12_15_Rosemont_1920-min.jpg);
	background-size: 100%;
	background-size: cover;
    box-shadow: 2px 2px 20px 0 rgb(0 0 0 / 40%);
	margin-top: 20px;
}
.banner-project3 {
	background-image: url(/wp-content/uploads/2019/06/20171220_125301.jpg);
	background-size: 100%;
	background-size: cover;
    box-shadow: 2px 2px 20px 0 rgb(0 0 0 / 40%);
	margin-top: 20px;
}
.banner-project4 {
	background-image: url(/wp-content/uploads/2019/06/IMG_20170510_165035.jpg);
	background-size: 100%;
	background-size: cover;
    box-shadow: 2px 2px 20px 0 rgb(0 0 0 / 40%);
	margin-top: 20px;
}
.banner-project5 {
	background-image: url(/wp-content/uploads/2019/06/20171220_125158.jpg);
	background-size: 100%;
	background-size: cover;
    box-shadow: 2px 2px 20px 0 rgb(0 0 0 / 40%);
	margin-top: 20px;
}
.banner-project6 {
	background-image: url(/wp-content/uploads/2019/06/IMG-20180228-WA0015.jpg);
	background-size: 100%;
	background-size: cover;
    box-shadow: 2px 2px 20px 0 rgb(0 0 0 / 40%);
	margin-top: 20px;
}
h3.ba-project {
    color: #ffffff;
}
.row.banner-top-gl1 {
    margin-top: 200px;
    margin-bottom: 200px;
}
@media (max-width: 1023px) {
    .row.banner-top-gl1 {
        margin-top: 51px;
        margin-bottom: 42px;
    }
}
.container-fluid.vopros {
    background: #4f311c;
    margin-top: 20px;
    color: #fff;
}
.popmake-1875.pum-trigger {
	border: solid 1px #111;
    color: #ffffff;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    font-weight: normal;
    background: #545454;
    padding: 5px 7px;
    width: 250px;
    font-size: 20px;
    margin: auto;
	text-decoration: none;
}
.popmake-1875.pum-trigger:hover {
    background: #f89e32;
}
.col-md-4.vopros {
    margin-top: 50px;
}
.pum-trigger {
    margin-top: 20px;
	box-shadow: 2px 2px 20px 0 rgb(0 0 0 / 40%);
}
aside#secondary {
    margin-top: 80px;
}
ul.sub-menu {
    display: inline-block;
    column-count: 2;
    background: #c9c3c3;
    color: #fff;
}

@media (max-width: 1023px) {
    ul.sub-menu {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        background: #F7F7F7;
        color: #545454;
        padding: 25px 15px;
    }
}

@media (max-width: 1023px) {
    .sub-menu a {
        display: block;
        padding: 12px 8px;
        color: #545454;
        text-align: center;
        font-family: 'PT Sans';
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 25px; 
    }
}

a.menu-uslugi {
    background: #D9D9D9;
    padding: 5px 7px;
    margin: 10px;
    display: inline-block;
    color: #545454;
    text-decoration: none;
    font-size: 20px;
    width: 100%;
    text-align: center;
}
a.menu-uslugi:hover {
    background-color: #F99E33;
    color: #333;
}
a.menu-uslugi.active {
    background-color: #F99E33;
    color: #333;
}
img.ls-is-cached.lazyloaded {
    /* float: left; */
    padding: 10px;
}
a.more-link {
    background: #000;
    color: #fff;
    padding: 7px;
    text-decoration: none;
}
a.more-link:hover {
    background: #F99E33;
    color: #333;
}
li.cat-item {
    list-style: none;
}
li.cat-item a:hover {
    background: #F99E33;
    color: #333;
}
li.cat-item a {
    text-decoration: none;
    background: #000;
    color: #fff;
    width: 100%;
    display: inline-block;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
}
section#recent-posts-2 a {
     text-decoration: none;
    background: #545454;
    color: #fff;
    width: 100%;
    display: inline-block;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
}
section#recent-posts-2 a:hover {
	background: #F99E33;
    color: #333;
}
section#recent-posts-2 ul {
	list-style: none;
}
@media screen and (max-width: 900px) {
	.row.top-lean {
    text-align: center;
}}
@media screen and (max-width: 900px) {
.main-navigation.toggled ul {
    margin: auto;
}}
p.WhatsApp-comp {
    display: inline-block;
    padding: 10px;
    margin: 5px;
}
img.WhatsApp-comp.ls-is-cached.lazyloaded {
    padding: 0;
}
.col-md-2.phones {
    margin-top: 30px;
}
@media screen and (max-width: 900px) {
	.col-md-3.comp-top-panel {
    display: none;
}}
/* header.entry-header {
    margin-bottom: 40px;
} */
@media (max-width: 1023px) {
    header.entry-header {
        margin-bottom: 20px;
    }
}
h1 {
    font-size: 30px;
}
img.lazyloaded {
    margin-top: 10px;
}
@media (max-width: 1023px) {
    .menu-menu-main-container {
        margin: 0 auto;
    }
}
@media screen and (min-width: 900px) {
	.container-fluid.content {
    padding-left: 30px;
    padding-right: 30px;
}}
.h1, .h2, .h3, h1, h2, h3 {
    margin-bottom: 20px !important;
    color: #2C2C2C !important;
}
.container-fluid.project {
    margin-bottom: 1.5em;
}
.banner-top__title {
    margin: 0 !important;
    padding: 0;
    color: #2C2C2C;
    font-family: 'PT Sans Caption';
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media (max-width: 1023px) {
    .banner-top__title {
        margin: 0;
        padding: 0;
        max-width: 267px;
        text-align: left;
        color: #545454;
        font-family: Montserrat;
        font-size: 27.273px;
        font-style: italic;
        font-weight: 400;
        line-height: 28.32px;
    }
}
.banner-top__subtitle {
    font-size: 35px !important;
    margin-top: 10px !important;
    font-weight: 400 !important;
    color: #545454 !important;
}
@media (max-width: 1023px) {
    .banner-top__subtitle {
        margin-bottom: 128px !important;
        color: #545454;
        font-family: 'Montserrat';
        font-size: 24px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 38px;
    }
}
.features-main__container {
    display: flex;
    margin-top: 20px;
}
@media (max-width: 1023px) {
    .features-main__container {
        flex-direction: column;
        align-items: center;
    }
}
.features-main__image {
    object-fit: cover;
}
.features-main__image img {
    width: 872px;
    height: auto;
    object-fit: cover;
}
@media (max-width: 1023px) {
    .features-main__container {
        width: 100%;
        height: auto;
    }
}
.features-main__content {
    max-width: 890px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 23px;
}
@media (max-width: 1023px) {
    .features-main__content {
        margin-bottom: 0;
    }
}
.features-main {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: space-between;
}
@media (max-width: 1023px) {
    .features-main  {
        display: none;
        flex-direction: column;
        justify-content: center;
    }
}
.features-main__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 204px;
}
@media (max-width: 1023px) {
    .features-main__item  {
        max-width: 100%;
    }
}
.features-main__title {
    color: #2C2C2C;
    font-family: 'PT Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.features-main__text {
    color: #545454;
    text-align: center;
    font-family: 'PT Sans';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.banner-top__title-wrapper {
    display: flex;
    column-gap: 16px;
    align-items: center;
    justify-content: center;
}
@media (max-width: 1023px) {
    .banner-top__title-wrapper {
        justify-content: flex-start;
        margin-bottom: 135px;
        column-gap: 14px;
    }
}
.banner-top__title-wrapper img {
    display: none;
    width: 75px;
    height: 75px;
}
@media (max-width: 1023px) {
    .banner-top__title-wrapper img {
        display: block;
    }
}
@media (max-width: 1023px) {
    .banner-top__title-wrapper img.lazyloaded {
        margin-top: 0;
    }
}
@media (max-width: 1023px) {
    .banner-top__title-wrapper img.ls-is-cached.lazyloaded {
        padding: 0;
    }
}
@media (max-width: 1023px) {
    .banner-top__subtitle {
        max-width: 228px;
        margin-bottom: 128px;
        text-align: left;
    }
}
@media (max-width: 1023px) {
    .banner-top__subtitle-br {
        display: none;
    }
}
p.banner-top-text__desktop {
    font-family: 'PT Sans Caption';
}
@media (max-width: 1023px) {
    .banner-top-text__desktop {
        font-family: 'PT Sans Caption';
        display: none;
    }
}
.banner-top-text__mobile {
    display: none;
}
@media (max-width: 1023px) {
    .banner-top-text__mobile {
        display: block;
        max-width: 179px;
        margin: 20px auto 0;
        color: #545454;
        text-align: center;
        font-family: 'PT Sans Caption';
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
    }
}
.project-card {
    max-width: 1150px;
    margin: 0 auto;
}
.project-card h1 {
    margin-bottom: 20px;
}
@media (max-width: 1023px) {
    .project-card h1 {
        margin-top: 65px;
        margin-bottom: 26px;
        color: #2C2C2C;
        font-family: 'PT Sans';
        font-size: 30px;
        font-weight: 400;
        line-height: 30px;
    }
}
@media (max-width: 1023px) {
    .project-card p {
        color: #545454;
        font-family: 'PT Sans';
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 19.888px;
    }
}
.project-card__images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 28px;
    column-gap: 32px;
}
@media (max-width: 1023px) {
    .project-card__images {
        display: flex;
        flex-direction: column;
    }
}
.project-card__img {
    max-width: 736px;
}
@media (max-width: 1023px) {
    .project-card__img {
        max-width: 100%;
    }
}
.project-card__img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.project-card__img img.ls-is-cached.lazyloaded {
    padding: 0;
}
.project-card__img img.lazyloaded {
    margin: 0;
}
@media (max-width: 1023px) {
    .project-card__text {
        display: none;
    }
}
.project-card__text {
    margin-bottom: 30px;
}
.project-card__text p {
    margin: 10px 0;
}
.project-card__text-mobile-wrapper {
    display: none;
}
@media (max-width: 1023px) {
    .project-card__text-mobile-wrapper {
        display: block;
    }
}
@media (max-width: 1023px) {
    .project-card__text-mobile-wrapper p {
        margin: 15px 0;
    }
}
.banner-index {
    margin-top: -40px;
}
@media (max-width: 1023px) {
    .banner-index {
        margin-top: 0;
    }
}
h3.ba-project {
    color: #fff !important;
}
.container-fluid.credit {
    background-image: url(/wp-content/uploads/2024/08/Frame-27-1.png);
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	border-top: 1px solid #25d366;
    border-bottom: 1px solid #25d366;
	}
@media screen and (max-width : 700px){
	.container-fluid.credit {
		height: 334px;
}}
@media screen and (min-width : 701px){
	.container-fluid.credit {
		height: 200px;
}}
@media screen and (min-width : 701px){
h3.credit {
	font-size: 45px;
	color: #545454 !important;
	margin-bottom: 0px !important;
	}}
@media screen and (max-width : 700px){
	h3.credit {
		font-size: 30px;
		color: #545454 !important;
		padding-top: 64px;
	}}
@media screen and (max-width : 700px) {
	img.credit.lazyloaded {
    max-width: 110px;
}}
img.credit1.lazyloaded {
    max-width: 150px;
}
@media screen and (max-width : 700px) {
	img.credit1.lazyloaded {
    display: none !important;
}}
@media screen and (min-width : 701px) {
	img.credit.lazyloaded {
    display: none !important;
}}
@media screen and (max-width : 700px) {
    .container-fluid.credit {
    background-image: url(/wp-content/uploads/2024/08/Frame-26.png) !important;
		background-size: cover;
	background-repeat: no-repeat;
    }}
	@media screen and (min-width : 701px) {
		.container-fluid.credit p {
			margin-bottom: 17px !important;
	}}
	@media screen and (max-width : 700px) {
.popmake-2558.pum-trigger {
    background: #25D366;
	width: 272px;
    color: #fff;
    display: inline-block;
    padding: 7px;
    font-size: 20px;
    margin: 0;
	}}
	
	@media screen and (min-width : 701px) {
.popmake-2558.pum-trigger {
    background: #25D366;
	width: 358px;
    color: #fff;
    display: inline-block;
	text-align: center;
    padding: 7px;
    font-size: 20px;
    margin: 0;
	}}
@media screen and (min-width : 701px) {
h3.credit {
    padding-top: 27px;
	margin-top: 0px;
}}
@media screen and (min-width : 701px) {
.container-fluid.credit p {
    margin-top: 0px !important;
}}
@media screen and (max-width : 700px) {
.container-fluid.credit p {
    margin-top: 10px !important;
}}
img#tinkoff {
    margin-left: 30px;
}
div#popmake-2558 {
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 697px;
    padding: 83px 56px 31px;
    background-color: #F9F9F9;
}
.pum-content.popmake-content {
    text-align: center;
}
.container-fluid.credit {
    display: none;
}
p.popmake-1863.pum-trigger {
    text-align: center;
}
.cookie-notification.cookie-notification_hidden_yes {
    text-align: right;
	margin-bottom: 100px;
}
a.metrica {
    margin-bottom: 10px;
    display: inline-block;
    padding-right: 20px;
}
.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
    margin-bottom: 100px;
}
@media screen and (min-width : 1050px) {
.container-fluid.text-footer {
    width: 60%;
}}