@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);

@font-face {
    font-family: Raleway;
    src: url(../fonts/Raleway-Bold.ttf);
    font-style: normal;
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: Raleway;
    src: url(../fonts/Raleway-Medium.ttf);
    font-style: normal;
    font-weight: 500;
    font-display: swap
}

@font-face {
    font-family: Raleway;
    src: url(../fonts/Raleway-SemiBold.ttf);
    font-style: normal;
    font-weight: 600;
    font-display: swap
}

@font-face {
    font-family: Raleway;
    src: url(../fonts/Raleway-Bold.ttf);
    font-style: normal;
    font-weight: 700;
    font-display: swap
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    margin: 0;
    list-style-type: none
}

body,
html {
    color: #000;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 18px;
    height: 100%;
    line-height: 1.5;
    min-width: 320px;
    position: relative
}

@keyframes arr-dwn {

    0%,
    100% {
        transform: translate(0, 13px)
    }

    50% {
        transform: translate(0, -13px)
    }
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background-color: #fff;
    border: 1px solid #696969
}

::-webkit-scrollbar-thumb {
    background-color: #4d4d4d;
    border-radius: 2px
}

.main {
    flex: 1 1 auto;
    transition: .5s linear
}

#mobile-contact-bar-outer li::before {
    display: none
}

.hidden-main {
    transition: .5s linear
}

.main-gal {
    margin-top: 130px
}

hr {
    background-color: currentColor;
    border: 0;
    color: inherit;
    margin: 1rem 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5rem;
    margin-top: 0;
    font-family: Montserrat, Arial, sans-serif
}

.hidden,
.hidden .gallery-project {
    transition: .9s linear
}

h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {
    h1 {
        font-size: 2.5rem
    }

    h2 {
        font-size: 2rem
    }

    h3 {
        font-size: 1.75rem
    }

    h4 {
        font-size: 1.5rem
    }
}

dl,
ol,
p,
ul {
    margin-bottom: 1rem;
    margin-top: 0
}

@media (min-width:991px) and (max-width:1500px) {
    .container.cont--left {
        margin: 0 auto 0 125px
    }
}

abbr[data-bs-original-title],
abbr[title] {
    cursor: help;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 1rem
}

ol,
ul {
    padding-left: 2rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

li {
    list-style-type: none;
    position: relative;
    padding-left: 15px;
    margin-bottom: 6px
}

li:before {
    content: "";
    width: 7px;
    height: 7px;
    background: #e07d6b;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 11px;
    left: 1px
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: .875em
}

mark {
    background-color: #fcf8e3;
    padding: .2em
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #e07d6b;
    text-decoration: underline
}

a:hover {
    color: #e07d6b
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    direction: ltr;
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    font-size: .875em;
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto
}

pre code {
    color: inherit;
    font-size: inherit;
    word-break: normal
}

code {
    word-wrap: break-word;
    color: #d63384;
    font-size: .875em
}

a>code {
    color: inherit
}

kbd {
    background-color: #212529;
    border-radius: .2rem;
    color: #fff;
    font-size: .875em;
    padding: .2rem .4rem
}

kbd kbd {
    font-size: 1em;
    font-weight: 700;
    padding: 0
}

figure {
    margin: 0
}

img,
svg {
    vertical-align: middle
}

table {
    border-collapse: collapse;
    caption-side: bottom
}

caption {
    color: #6c757d;
    padding-bottom: .5rem;
    padding-top: .5rem;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border: 0 solid;
    border-color: inherit
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

button,
select {
    text-transform: none
}

[role=button],
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

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

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

textarea {
    resize: vertical
}

fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0
}

legend {
    float: left;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit;
    margin-bottom: .5rem;
    padding: 0;
    width: 100%
}

@media (min-width:1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

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

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

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

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    cursor: pointer;
    display: list-item
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

::-moz-placeholder {
    color: #000
}

::placeholder {
    color: #000
}

::-moz-selection {
    background-color: orange;
    color: #fff
}

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

input,
textarea {
    outline: 0
}

input:focus:required:invalid,
textarea:focus:required:invalid {
    border-color: red
}

input:required:valid,
textarea:required:valid {
    border-color: green
}

.wrapper {
    min-height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column
}

.container {
    margin: 0 auto;
    max-width: 1180px;
    padding: 0 15px;
    width: 100%
}

._ibg {
    position: relative
}

._ibg img {
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0
}

._background,
._ibg img {
    height: 100%;
    position: absolute;
    width: 100%
}

._background {
    background: #000;
    display: none;
    opacity: .6;
    z-index: 50
}

._background.active {
    display: block
}

._lines {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

*,
:after,
:before {
    border: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

@media (max-width:450px) {

    ol,
    ul {
        padding-left: 1rem
    }
}

.header-img_page {
    background-size: cover;
    background-position: center center;
    color: #fff;
    position: relative;
    z-index: 9;
    min-height: 420px;
    text-align: left;
    background-attachment: fixed;
    padding-bottom: 10px;
    padding-top: 200px;
    background-blend-mode: multiply;
    background-color: rgba(45, 45, 45, .7)
}

.header-img_title {
    position: relative
}

.header-img_title h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 2em;
    transition: color .2s linear;
    line-height: 36px;
    padding-left: 25px
}

.header-img_title:before {
    content: "";
    width: 17px;
    height: 17px;
    background: #e07d6b;
    display: inline-block;
    border-radius: 50%;
    margin: 5px 12px 3px 0;
    position: absolute;
    left: 0;
    top: 5px
}

@media (max-width:991px) {
    .header-img_title:before {
        position: absolute;
        left: 0;
        top: 6px
    }

    .header-img_title h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 1.1em
    }
}

.header__inner.header_fixed .block-svg path {
    fill: #fff;
    background-color: #333
}

.header__inner.header_fixed .block-svg {
    transition: .4s;
    fill: red;
    fill: #333
}

.soc-rows {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.svg-black {
    fill: #fff;
    transition: .4s
}

.header_fixed .svg-black {
    fill: #333;
    transition: .4s
}

.soc-rows a:not(:last-child) {
    margin-right: 25px
}

.burger-btn--open .burger__rect--one {
    transform: rotate(45deg) translate(5%, -21%) scale(1.3)
}

.burger-btn--open .burger__rect--two {
    opacity: 0
}

.burger-btn .burger .burger__rect {
    transition: opacity .35s, transform .35s
}

.burger-btn--open .burger__rect--three {
    transform: rotate(-45deg) translate(-64%, -37%) scale(1.3)
}

.burger {
    width: 30px
}

.burger__rect,
.menu_block.hidden .burger .burger__rect {
    fill: #fff
}

.header__inner.header_fixed .burger__rect {
    fill: #333
}

.overflow_hidden .menu-items {
    transform: translate(0)
}

.overflow_hidden .header__info .mobile-header__menu-button {
    opacity: 0
}

@media (min-width:991px) {
    .burger-btn.mobile-header__menu-button {
        display: none
    }
}

.btn-rows {
    position: relative;
    width: 40px;
    margin-left: 20px
}

.cir-fix {
    margin-right: 0 !important
}

.btn-rows .circle svg {
    position: absolute;
    top: 52%;
    left: 57%;
    transform: translate(-50%, -50%)
}

.pulse-button {
    width: 55px;
    height: 55px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    border: none;
    box-shadow: 0 5px 35px rgba(0, 0, 0, .2)
}

.header__inner.header_fixed .none-svg {
    opacity: 1;
    transition: .2s
}

.none-svg.mod-btn-svg {
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.pulse-button__icon {
    display: block;
    width: 30px;
    height: 30px;
    transition: .3s
}

.pulse-button:hover .pulse-button__icon {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: .3s
}

.pulse-button:hover .pulse-button__text {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    position: relative
}

.pulse-button__text {
    display: block;
    width: 100%;
    height: 30px;
    font: 12px/1.2 "Open Sans", sans-serif;
    color: #fff;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: .3s;
    margin-top: 1px
}

.soc-rows svg.mod-btn-svg {
    border: unset
}

.pulse-button__rings {
    border: 1px solid red;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
    width: auto;
    border-radius: 50%;
    animation-duration: 2s;
    animation-name: pulse_1;
    animation-iteration-count: infinite;
    z-index: -1
}

.pulse-button__rings:nth-child(2) {
    animation-name: pulse_2
}

.pulse-button__rings:nth-child(3) {
    animation-name: pulse_3
}

@keyframes pulse_1 {
    from {
        opacity: 1;
        transform: scale(.9, .9)
    }

    to {
        opacity: 0;
        transform: scale(1.3, 1.3)
    }
}

@keyframes pulse_2 {
    from {
        opacity: 1;
        transform: scale(.8, .8)
    }

    to {
        opacity: 0;
        transform: scale(1.5, 1.5)
    }
}

@keyframes pulse_3 {
    from {
        opacity: 1;
        transform: scale(.8, .8)
    }

    to {
        opacity: 0;
        transform: scale(1.7, 1.7)
    }
}

.menu-soc-rows {
    display: flex;
    align-items: center;
    justify-content: center
}

.menu-soc-rows a:not(:last-child) {
    margin-right: 25px
}

.lang_links-item {
    margin-top: 20px
}

.circle {
    border-radius: 50%;
    color: #fff;
    height: 40px;
    position: relative;
    width: 40px;
    border: 1px solid #4d4d4d;
    margin-right: 10px
}

.circle svg {
    height: 20px;
    width: 20px;
    left: 50%;
    position: absolute;
    top: 50%;
    fill: #4d4d4d;
    transform: translate(-50%, -50%)
}

.soc-rows .circle {
    margin-right: 10px
}

.contacts-rows {
    display: flex;
    margin-bottom: 10px
}

.title {
    font-weight: 700;
    font-size: 36px;
    line-height: 60px
}

.title_fz14 {
    font-size: 18px;
    line-height: 21px
}

.title_fz16 {
    font-size: 16px;
    line-height: 24px
}

.title_fz20 {
    font-size: 48px;
    line-height: 24px
}

.title_fz36 {
    font-size: 36px
}

.title_fz48 {
    font-size: 48px
}

.title__section-title {
    position: relative;
    text-align: center
}

.title__section-title:before {
    top: -6px;
    left: 50%;
    transform: translateX(-50%)
}

.title__section-subtitle {
    text-align: center
}

.sidepanel {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    right: 15px;
    z-index: 120;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 232px;
    top: calc(50% - 116px)
}

.sidepanel__social-links {
    display: flex;
    flex-direction: column;
    align-items: center
}

.sidepanel__li {
    margin-bottom: 20px
}

.sidepanel__icons {
    display: block;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    text-align: center
}

.sidepanel__icons:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 11px -4px #000;
    transition: .6s;
    text-decoration: none;
    background-color: none;
    border-radius: 100%
}

.header_bar {
    display: block;
    width: 110px;
    left: 0;
    height: 100vh;
    position: fixed;
    background: #f4f4f4;
    transition: .2s;
    z-index: 1000
}

.header_bar.hidden {
    left: -110px
}

.inner_bar {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.logo-header img {
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover
}

.heading,
.lang_bar,
.menu_wraper {
    width: 100%;
    text-align: center;
    margin: 20px
}

.lang_select {
    width: 30px;
    font-size: 20px;
    color: #000;
    background-color: #1a1a18;
    border: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.heading {
    text-transform: uppercase;
    font-size: 20px
}

.nav-toggle {
    width: 60px;
    height: 60px;
    margin: 0;
    font-size: 0;
    color: transparent;
    border: 0;
    background: 0 0;
    cursor: pointer;
    position: absolute;
    top: 275px;
    transform: rotate3d(0, 0, 1, 90deg);
    right: 52px;
    z-index: 1;
    outline: 0;
    left: 25px
}

.menu_block {
    width: 550px;
    left: 0;
    height: 100vh;
    position: fixed;
    background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, .33) 100%);
    transition: .4s;
    z-index: 1000;
    top: 0
}

.menu_block.hidden {
    left: -100%;
    height: 100%
}

.main-p {
    font-size: 10em;
    text-transform: uppercase;
    color: #b3b3b3;
    position: relative;
    top: 30%;
    right: -26%;
    transform: rotate3d(0, 0, 1, 90deg);
    z-index: -1
}

.menu {
    width: 100%;
    height: 100%
}

@media (min-width:991px) {
    .menu {
        width: 100%;
        position: absolute;
        top: 200px
    }
}

.menu_list {
    padding: 0;
    margin: 0 70px
}

.menu_list li {
    margin-bottom: 20px
}

.menu_links {
    list-style: none
}

.menu_link {
    text-transform: uppercase;
    color: #4e4242;
    text-decoration: none;
    font-size: 2em;
    transition: color .2s linear;
    line-height: 36px
}

.lang_links {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 56666666
}

.lang_link {
    text-decoration: none;
    color: #4e4242;
    text-transform: uppercase;
    font-size: 18px;
    padding: 30px 6px;
    transition: .4s
}

.lang_link.active-lang {
    color: #e07d6b;
    font-size: 24px
}

.lang_link:hover,
.lang_link:visited {
    font-size: 24px
}

.menu_links.active .menu_link {
    color: #e07d6b
}

.contacts {
    position: absolute;
    left: -18px;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-direction: column;
    padding: 0 100px
}

.contacts>a {
    text-decoration: none;
    color: #4e4242;
    text-align: center;
    font-size: 20px
}

.nav-toggle_close {
    width: 60px;
    padding: 20px 0;
    margin: 0;
    font-size: 0;
    color: transparent;
    border: 0;
    background: 0 0;
    cursor: pointer;
    position: absolute;
    top: 100px;
    transform: rotate3d(14, 0, 1, 180deg);
    right: 0;
    left: 87px;
    z-index: 1;
    outline: 0
}

.nav-toggle__item_close {
    display: block;
    width: 100%;
    background-color: #4d4d4d;
    position: absolute;
    top: 16px;
    height: 4px;
    margin: auto;
    animation: .9s infinite alternate go-up-down
}

@media (max-width:991px) {
    .header_bar {
        width: 100%;
        height: 60px;
        transition: .2s
    }

    .inner_bar {
        justify-content: start
    }

    .lang_bar {
        width: 50px;
        margin: 18px 20px
    }

    .heading {
        display: none
    }

    .nav-toggle {
        top: 10px;
        transform: rotate3d(0, 0, 1, 180deg)
    }

    .header_bar.hidden {
        left: 0;
        top: -60px
    }

    .menu_block {
        width: 100%;
        max-width: 813px;
        transition: .8s
    }

    .menu_block>p {
        display: none
    }

    .overflow_hidden .menu_block.hidden {
        left: -25%;
        transition: .8s;
        margin-left: 20px;
        height: 100%
    }

    .header__info .burger-btn.mobile-header__menu-button {
        position: absolute;
        left: 30px;
        top: 40px;
        z-index: 1000
    }

    .mobile-header__menu-button {
        position: absolute;
        top: 20px;
        right: 23px;
        transition: .6s linear
    }

    .header__inner.header_fixed .mobile-header__menu-button {
        position: absolute;
        left: 30px;
        top: 26px;
        transition: .6s linear
    }

    .nav-toggle_close {
        top: 10px;
        left: 90%;
        transform: rotate3d(0, 0, 1, 180deg);
        display: none
    }

    .menu_list {
        margin-left: 37%;
        margin-top: 150px
    }

    .menu_link {
        font-size: 1.4em
    }

    .contacts {
        top: 62%;
        left: 38%;
        padding: 0
    }
}

@media (max-width:737px) {
    .menu {
        margin-top: 80px
    }
}

@media (max-width:668px) {
    .menu_list {
        margin-left: 34%
    }

    .contacts {
        left: 36%;
        height: 80px;
        top: 80%
    }

    .contacts>a {
        font-size: 16px
    }

    .nav-toggle_close {
        left: 87%
    }

    .menu {
        margin-top: 60px
    }
}

@media (max-width:414px) {
    .nav-toggle_close {
        left: 81%
    }

    .contacts>a {
        font-size: 14px
    }

    .menu_list {
        margin-left: 20%;
        margin-right: 0
    }

    .menu_link {
        font-size: 1.1em
    }

    .contacts {
        left: 25%
    }

    .lang_link {
        padding: 5px 6px
    }
}

@media (max-width:320px) {
    .nav-toggle_close {
        left: 78%
    }

    .menu_list {
        margin-left: 15%
    }

    .menu_link {
        font-size: 1em
    }

    .contacts {
        left: 20%
    }
}

.header {
    position: fixed;
    top: 0;
    background-size: cover;
    width: 100%;
    z-index: 100;
    animation: 1s fixedMenu;
    transition: .6s;
    opacity: 1
}

.header__inner {
    height: 100px;
    transition: .6s linear;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid;
    color: #fff
}

.header__row {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.header .header_fixed {
    animation: 1s fixedMenu;
    position: fixed;
    width: 100%;
    color: #000;
    height: 72px;
    background-color: #f4f4f4;
    box-shadow: -3px 0 50px -2px;
    border-bottom: 0;
    z-index: 101;
    left: 0;
    right: 0;
    transition: .6s linear
}

.icon-soc {
    width: 30px;
    height: 30px;
    margin-right: 10px
}

.icon-soc img {
    width: 100%;
    height: 100%
}

.soc-text {
    margin-right: 10px
}

.header__menu {
    width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    list-style: none;
    transition: .6s;
    align-items: center;
    flex: 0 0 55%
}

.header__list {
    margin-right: 40px;
    text-decoration: none;
    font-weight: 700;
    transition: .6s
}

.header__links {
    text-decoration: none;
    color: #f22828;
    transition: .4s
}

.header__links:hover {
    text-decoration: none;
    color: #131313;
    transition: .4s
}

.header .telepone {
    text-decoration: none;
    color: #f22828;
    transition: .4s;
    font-weight: 700
}

.header .telepone:hover {
    text-decoration: none;
    color: #131313;
    transition: .4s
}

.header__btns button {
    text-decoration: none;
    outline: 0;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 10px 14px;
    border-radius: 10px;
    box-shadow: 0 0 40px 40px #4d4d4d inset, 0 0 0 0 #4d4d4d;
    transition: 150ms ease-in-out;
    align-items: center;
    color: #fff;
    flex: 0 0 50%
}

@media (max-width:420px) {
    .header__btns button {
        text-decoration: none;
        outline: 0;
        display: inline-block;
        font-weight: 700;
        letter-spacing: 1px;
        padding: 8px 10px;
        border-radius: 10px;
        box-shadow: 0 0 40px 40px #4d4d4d inset, 0 0 0 0 #4d4d4d;
        transition: 150ms ease-in-out;
        align-items: center;
        color: #fff;
        flex: 0 0 50%;
        font-size: 12px
    }
}

.header__btns button:hover {
    box-shadow: 0 0 10px 0 #4d4d4d inset, 0 0 10px 4px #4d4d4d;
    color: #4d4d4d
}

.header__info {
    display: flex;
    flex: 0 0 45%;
    align-items: center;
    justify-content: flex-end
}

.header__link:hover {
    color: #131313;
    text-decoration: none;
    outline: 0
}

.header__tel {
    flex: 0 0 50%;
    margin-right: 15px
}

.forma {
    opacity: .5;
    transition: .5s;
    background-color: #00f
}

.header-content {
    background: #000
}

.promo {
    min-height: 100vh;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: linear-gradient(rgba(83, 79, 82, .6), rgba(0, 0, 0, .4)), url(../img/bg/2.jpg) center/cover no-repeat;
    -o-object-fit: cover;
    object-fit: cover;
    display: flex;
    align-items: center;
    overflow: hidden;
    transition: .9s ease-in
}

@keyframes slideBg {

    0%,
    100% {
        background: linear-gradient(rgba(83, 79, 82, .6), rgba(0, 0, 0, .4)), url(../img/bg/2.jpg) center/cover no-repeat;
        transform: scale(1);
        transition: .9s;
        -o-object-fit: cover;
        object-fit: cover
    }

    50% {
        background: linear-gradient(rgba(83, 79, 82, .6), rgba(0, 0, 0, .4)), url(../img/bg/2.jpg) center/cover no-repeat;
        transform: scale(1.16);
        transition: .9s;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.menu_list li::before {
    width: unset;
    height: unset
}

.menu-items li::before {
    width: unset;
    height: unset;
    display: none
}

.nav-toggle__item {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #4d4d4d;
    position: absolute;
    top: 25px;
    animation: .9s infinite alternate go-up-down
}

.nav-toggle__item:before {
    content: "";
    top: 14px;
    width: 90px;
    height: 4px;
    position: absolute;
    left: 0;
    z-index: 1;
    background-color: #4d4d4d;
    animation: .7s infinite alternate go-up-down-before
}

.nav-toggle__item:after {
    content: "";
    top: -16px;
    width: 30px;
    height: 4px;
    position: absolute;
    left: 0;
    z-index: 1;
    background-color: #4d4d4d;
    animation: .6s infinite alternate go-up-down-after
}

.nav-toggle__item_close:before {
    content: "";
    top: 14px;
    width: 90px;
    background-color: #4d4d4d;
    position: absolute;
    height: 4px;
    left: 0;
    animation: .7s infinite alternate go-up-down-before
}

.nav-toggle__item_close:after {
    content: "";
    top: -16px;
    background-color: #4d4d4d;
    width: 30px;
    position: absolute;
    height: 4px;
    left: 0;
    animation: .6s infinite alternate go-up-down-after
}

@keyframes go-up-down {
    0% {
        width: 20px
    }

    100% {
        width: 80px
    }
}

@keyframes go-up-down-before {
    0% {
        width: 30px
    }

    100% {
        width: 100px
    }
}

@keyframes go-up-down-after {
    0% {
        width: 10px
    }

    100% {
        width: 60px
    }
}

.main-gal-header .circle svg {
    fill: #fff
}

.main-gal-header .circle {
    border: 1px solid #fff
}

.home .main-gal-header .header_fixed .circle svg {
    fill: #4d4d4d !important
}

.home .main-gal-header .header_fixed .circle {
    border: 1px solid #4d4d4d !important
}

.home .main-gal-header .circle svg {
    fill: #4d4d4d !important
}

.home .main-gal-header .circle {
    border: 1px solid #4d4d4d !important
}

.main-gal-header .header_fixed .circle svg {
    fill: #4d4d4d
}

.main-gal-header .header_fixed .circle {
    border: 1px solid #4d4d4d
}

.overlay {
    display: none;
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, .56)
}

.modal {
    position: absolute;
    z-index: 110;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 380px;
    min-height: 350px;
    background-color: #f2f2f2;
    padding: 38px 40px 40px
}

.modal__close {
    position: absolute;
    top: 0;
    right: -40px;
    font-size: 41px;
    line-height: 21px;
    color: #e07d6b;
    cursor: pointer;
    z-index: 104
}

.modal__subtitle {
    color: #0d0d0d;
    font-size: 18px;
    font-weight: 700;
    text-align: center
}

.modal__descr {
    position: relative;
    color: #0d0d0d;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    z-index: 105
}

.modal_mini {
    min-height: 140px
}

.modal .error {
    border: 1px solid red
}

.modal label.error {
    border: none;
    text-align: center;
    margin-bottom: 15px
}

#consultation,
#order,
#thanks {
    display: none
}

.button {
    width: 150px;
    height: 30px;
    border-radius: 5px;
    background-color: #e07d6b;
    border: none;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase
}

.button_main {
    margin-top: 67px;
    width: 300px;
    height: 50px;
    font-size: 16px
}

.button_submit {
    width: 100%;
    height: 55px;
    color: #fff;
    font-size: 16px;
    margin-top: 40px
}

.button_mini {
    width: 131px;
    height: 40px;
    font-size: 14px
}

@media (max-width:410px) {
    .modal {
        width: 340px;
        min-height: 400px
    }
}

.wpcf7-form-control-wrap {
    margin-bottom: 20px;
    display: inline-block;
    max-width: 304px
}

.wpcf7-form-control-wrap input {
    padding: 10px;
    max-width: 304px
}

.modal .wpcf7 {
    overflow: hidden
}

.modal-from-title {
    margin-bottom: 20px
}

.footer {
    background: #1b1b1b;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    text-align: center
}

.footer__row {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.footer__info,
.footer__text {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #f8f6f6;
    display: flex;
    text-align: left
}

.footer__oferta {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #f8f6f6;
    display: flex;
    text-align: left
}

.footer__img {
    display: block;
    width: 60px;
    height: 60px;
    color: #f22828
}

.footer__email {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center
}

.footer__post {
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #f8f6f6
}

.footer__title {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #f22828;
    text-align: left;
    text-decoration: none;
    display: inline;
    transition: .4s
}

.footer__title:hover {
    transition: .4s;
    color: #f8f6f6;
    text-decoration: none
}

.footer__blue {
    color: #00f;
    margin-right: 5px;
    margin-left: 5px
}

.footer__yellow {
    color: #ff0
}

.foot-row {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.foot-row a {
    color: #fff;
    transition: .4s linear;
    text-decoration: none
}

.foot-row a:hover {
    color: #e07d6b;
    transition: .4s linear;
    text-decoration: none
}

@media (max-width:450px) {
    .foot-row {
        flex-direction: column
    }

    .left-row {
        margin-bottom: 10px
    }

    .center-row {
        margin-bottom: 10px;
        order: 3
    }

    .right-row {
        margin-bottom: 10px
    }
}

.bg-fill .brand-img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    min-height: 100vh;
    max-height: 100vh;
    max-width: 100%;
    width: 100%
}

.bg.section-bg {
    position: relative
}

.bg-relative {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    color: #f0f8ff
}

.bg-relative h1 {
    font-weight: 300;
    color: #f0f8ff;
    font-size: 7rem;
    animation-name: titlehome;
    animation-duration: 3s;
    transition: .4s;
    margin-bottom: 25px;
    letter-spacing: .32em;
    line-height: 50px;
    filter: drop-shadow(0 0 .75rem #000)
}

.bg-relative p {
    color: #f0f8ff;
    font-size: 2.7rem;
    animation-duration: 5s;
    transition: .4s;
    filter: drop-shadow(0 0 .25rem #000);
    display: inline;
    position: relative;
    letter-spacing: .94em;
    padding-left: 13px;
    text-transform: uppercase
}

.logo-main {
    display: flex;
    align-items: center;
    justify-content: center;
    animation-name: titlehomelogo;
    animation-duration: 5s;
    transition: .4s
}

.logo-main img {
    width: 150px;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover
}

.main-h1 {
    font-size: calc(10rem + .9vw)
}

.inner {
    border: 2px solid #c0b7b7;
    border-top-color: #fff;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    animation: 1s linear infinite spin;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 50px
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

.fancy_main_gal {
    display: none
}

@keyframes titlehome {

    0%,
    30% {
        opacity: 0;
        transition: .9s
    }

    100% {
        opacity: 1
    }
}

@keyframes titlehomelogo {
    0% {
        opacity: 0;
        transform: translateY(-40%)
    }

    50% {
        opacity: 0;
        transition: 5.4s;
        transform: translateY(-20%)
    }

    100% {
        opacity: 1;
        transition: 5.5s;
        transform: translateY(0)
    }
}

@keyframes titlehomep {
    0% {
        opacity: 0;
        transform: translateY(-200px)
    }

    50% {
        opacity: 0;
        transition: .3s
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        transition: .3s
    }
}

@media (max-width:991px) {
    .bg-relative h1 {
        font-size: 6rem
    }

    .bg-relative p {
        font-size: 2.5rem
    }
}

@media (max-width:756px) {
    .bg-relative h1 {
        font-size: 6rem;
        letter-spacing: 1rem
    }

    .bg-relative p {
        font-size: 4rem;
        letter-spacing: .5rem
    }
}

@media (max-width:576px) {
    .bg-relative h1 {
        font-size: 4rem;
        letter-spacing: .5rem
    }

    .bg-relative p {
        font-size: 2rem;
        letter-spacing: .57rem
    }
}

@media (max-width:430px) {
    .bg-relative h1 {
        font-size: 3.4rem;
        margin-bottom: 6px
    }

    .bg-relative p {
        font-size: 1.8rem;
        letter-spacing: .49rem;
        padding-left: 5px
    }
}

.ajax-container,
.main-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 20px;
    margin-bottom: 60px;
    transition: .4s;
    margin-top: 40px;
    max-width: 98%;
    padding-left: 145px
}

.gallery-project {
    width: 100%;
    height: 360px;
    overflow: hidden;
    transition: .4s
}

.gallery-project img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.gallery-projects {
    width: 100%;
    overflow: hidden;
    transition: .4s
}

.gallery-projects img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.btn-none #loadmore {
    display: none
}

@media (max-width:550px) {

    .ajax-container,
    .main-row {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: auto;
        gap: 20px
    }
}

.imge-wrapper {
    position: relative;
    width: 100%;
    height: 360px;
    -o-object-fit: cover;
    object-fit: cover
}

.imge-wrapper:before {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 50%;
    width: 2px;
    height: 80px;
    background-color: #e07d6b;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.gallery-project-title {
    position: absolute;
    width: 100%;
    top: 46%;
    text-align: center;
    font-weight: 360;
    font-size: 30px;
    line-height: 35px;
    color: #fff;
    z-index: 44
}

.title-main {
    margin-top: 40px
}

.title-main h1,
h2,
h3,
h4 {
    padding-left: 145px
}

@media (max-width:400px) {
    .imge-wrapper {
        max-width: 350px;
        width: 100%
    }
}

.gallery-project .imge-wrapper .item-filter {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

@media (max-width:1313px) {

    .ajax-container,
    .main-row {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:991px) {

    .ajax-container,
    .main-row {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 15px;
        max-width: 100%
    }

    .gallery-project,
    .gallery-projects,
    .imge-wrapper {
        width: 100%
    }
}

@media (max-width:765px) {

    .ajax-container,
    .main-row {
        display: grid;
        grid-template-columns: repeat(3, 3fr);
        grid-template-rows: auto;
        gap: 3px
    }
    figure.effect-bubba {
        height: 150px!important;
    }

    .gallery-project,
    .gallery-projects,
    .imge-wrapper {
        width: 100%
    }
    .gallery-project {
        height: 150px;
    }
}

.icon-ins {
    z-index: 7777;
    position: absolute;
    top: 9px;
    right: 12px
}

.grid {
    position: relative;
    text-align: center
}

.grid figure {
    position: relative;
    overflow: hidden;
    text-align: center;
    cursor: pointer
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.grid figure figcaption::after,
.grid figure figcaption::before {
    pointer-events: none
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0
}

.grid figure h2 {
    word-spacing: -.15em;
    font-weight: 300
}

.grid figure h2 span {
    font-weight: 800
}

.grid figure h2,
.grid figure p {
    margin: 0
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%
}

figure.effect-bubba {
    height: 360px
}

figure.effect-bubba img {
    height: 360px;
    transition: .5s linear
}

@media (max-width:765px) {

    figure.effect-bubba img {
        height: 150px;
        transition: .5s linear
    }
}

figure.effect-bubba:hover img {
    filter: brightness(.5);
    transition: .5s linear
}

figure.effect-bubba figcaption::after,
figure.effect-bubba figcaption::before {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    content: "";
    opacity: 0;
    transition: opacity .35s, transform .35s
}

figure.effect-bubba figcaption::before {
    border-top: 1px solid #fc9;
    border-bottom: 1px solid #fc9;
    transform: scale(0, 1)
}

figure.effect-bubba figcaption::after {
    border-right: 1px solid #fc9;
    border-left: 1px solid #fc9;
    transform: scale(1, 0)
}

figure.effect-bubba h2 {
    padding-top: 30%;
    transition: transform .35s;
    transform: translate3d(0, -20px, 0)
}

figure.effect-bubba p {
    padding: 20px 2.5em;
    opacity: 0;
    transition: opacity .35s, transform .35s;
    transform: translate3d(0, 20px, 0)
}

figure.effect-bubba:hover figcaption::after,
figure.effect-bubba:hover figcaption::before {
    opacity: 1;
    transform: scale(1)
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.fancybox-thumbs {
    top: auto !important;
    width: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 95px !important;
    padding: 10px 10px 5px;
    box-sizing: border-box !important;
    background: rgba(0, 0, 0, .3) !important;
    overflow-x: scroll;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-inner {
    right: 0 !important;
    bottom: 95px !important
}

.fancybox-thumbs__list {
    width: auto !important;
    display: flex !important;
    overflow-x: auto !important;
    position: absolute !important
}

.text_section {
    padding-top: 30px
}

.contacts_page {
    padding: 40px 0
}

.cont__row {
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.cont__form {
    flex: 0 0 50%
}

.cont__info {
    flex: 1 0 50%
}

.cont__info h3 {
    padding-left: 0
}

.cont__phones {
    display: flex;
    flex-direction: column;
    margin-top: 20px
}

.cont__info svg {
    fill: #4d4d4d !important
}

.cont__info .circle {
    border: 1px solid #4d4d4d
}

.cont__phones a {
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    text-decoration: none;
    color: #1b1b1b;
    margin-bottom: .5rem;
    display: inline-block
}

.cont__phones .tel_cont {
    font-size: 22px
}

.section-cf-right h3 {
    padding-left: 0
}

.cont__info .soc-rows {
    justify-content: flex-start;
    margin-top: 20px
}

.contacts_page input,
textarea {
    border: 1px solid #dadada;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    padding: 11px 11px 11px 20px;
    box-sizing: border-box;
    width: 100%
}

.cf-form {
    display: flex;
    justify-content: space-between
}

.cf-form-left {
    margin-right: 30px
}

@media (max-width:1310px) {
    .cont__form {
        flex: 0 0 65%
    }

    .cont__info {
        flex: 1 0 35%;
        margin-right: 20px
    }

    .cf-form {
        justify-content: unset
    }
}

@media (max-width:1214px) {
    .cf-form {
        display: flex;
        flex-direction: column
    }

    .cf-form-left {
        margin-right: 0
    }
}

@media (max-width:991px) {

    .cont__form,
    .cont__info {
        flex: 0 0 auto
    }

    .header_bar {
        display: none
    }
}

@media (max-width:557px) {
    .cont__row {
        flex-direction: column
    }

    .cont__info {
        margin-bottom: 30px
    }

    .wpcf7-form-control-wrap,
    .wpcf7-form-control-wrap input {
        max-width: 100%
    }

    .contacts_page .title-main h1,
    h2,
    h3,
    h4 {
        padding-left: 10px
    }

    .contacts_page .header-img_title h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        padding-left: 0
    }

    .home .title-main h1,
    h2,
    h3,
    h4 {
        padding-left: 30px !important
    }
}

@media (min-width:991px) {
    .navbar {
        display: none
    }
}

.navbar .hamburger-lines,
.navbar input[type=checkbox] {
    display: none
}

.navbar {
    position: fixed;
    width: 100%;
    color: #000;
    opacity: .85;
    height: 50px;
    z-index: 12;
    top: 0
}

.navbar-container {
    display: flex;
    justify-content: space-between;
    height: 64px;
    align-items: center
}

.menu-items {
    order: 2;
    display: flex
}

.menu-items li {
    list-style: none;
    margin-left: 1.5rem;
    margin-bottom: .5rem;
    font-size: 1.2rem
}

.menu-items a {
    text-decoration: none;
    color: #444;
    font-weight: 500;
    transition: color .3s ease-in-out
}

.menu-items a:hover {
    color: #e07d6b;
    transition: color .3s ease-in-out
}

@media (max-width:991px) {
    .navbar {
        opacity: .95
    }

    .navbar-container {
        display: block;
        position: relative;
        height: 64px
    }

    .navbar-container input[type=checkbox] {
        position: absolute;
        display: block;
        height: 32px;
        width: 30px;
        top: 20px;
        left: 20px;
        z-index: 5;
        opacity: 0
    }

    .navbar-container .hamburger-lines {
        display: block;
        height: 23px;
        width: 35px;
        position: absolute;
        top: 40px;
        left: 32px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    .navbar-container .hamburger-lines .line {
        display: block;
        height: 4px;
        width: 100%;
        border-radius: 10px;
        background: #333
    }

    .navbar-container .hamburger-lines .line1 {
        transform-origin: 0 0;
        transition: transform .4s ease-in-out
    }

    .navbar-container .hamburger-lines .line2 {
        transition: transform .2s ease-in-out
    }

    .navbar-container .hamburger-lines .line3 {
        transform-origin: 0 100%;
        transition: transform .4s ease-in-out
    }

    .navbar .menu-items {
        padding-top: 100px;
        background: #fff;
        height: 100vh;
        max-width: 400px;
        transform: translate(-150%);
        display: flex;
        flex-direction: column;
        margin-left: -40px;
        padding-left: 50px;
        transition: transform .5s ease-in-out;
        box-shadow: 5px 0 10px 0 #aaa
    }

    .navbar .menu-items li {
        margin-bottom: 1.5rem;
        font-size: 1.3rem;
        font-weight: 500
    }

    .navbar-container input[type=checkbox]:checked~.menu-items {
        transform: translateX(0)
    }

    .navbar-container input[type=checkbox]:checked~.hamburger-lines .line1 {
        transform: rotate(35deg)
    }

    .navbar-container input[type=checkbox]:checked~.hamburger-lines .line2 {
        transform: scaleY(0)
    }

    .navbar-container input[type=checkbox]:checked~.hamburger-lines .line3 {
        transform: rotate(-35deg)
    }
}

@media (max-width:500px) {
    .navbar .menu-items li {
        margin-bottom: 1.5rem;
        font-size: 1.1rem;
        font-weight: 500
    }
}

@media (max-width:420px) {
    .navbar .menu-items {
        max-width: 70%
    }
}

.toolbar--small .burger-btn {
    display: block
}

.icon-btn:hover {
    --color: var(--primary-color--rgb)
}

.burger-btn {
    display: none;
    margin-right: 17px
}

.toolbar__wrap * {
    position: relative;
    z-index: 999
}

.icon-btn {
    --color: var(--icon-color--rgb);
    --color-alpha: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    min-width: 23px;
    height: 23px;
    min-height: 23px;
    margin: 0;
    padding: 0
}

button {
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    margin: 0
}

/*# sourceMappingURL=style.min.css.map */
