::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

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

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

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

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

dt {
    font-weight: 700
}

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

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

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

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

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

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

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

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

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

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

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

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

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none !important
}

@font-face {
    font-family: MakLight;
    src: url(../fonts/MAK.eot);
    src: url(../fonts/MAK.eot?#iefix) format("embedded-opentype");
    src: url(../fonts/MAK.woff) format("woff");
    src: url(../fonts/MAK.otf) format("truetype");
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    font-display: swap
}

@font-face {
    font-family: Mak;
    src: url(../fonts/MAK-bold.eot);
    src: url(../fonts/MAK-bold.eot?#iefix) format("embedded-opentype");
    src: url(../fonts/MAK-bold.woff) format("woff");
    src: url(../fonts/MAK-bold.otf) format("truetype");
    font-style: normal;
    font-weight: 700;
    text-rendering: optimizeLegibility;
    font-display: swap
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes slide {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@keyframes slide {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    position: fixed;
    width: 100vw;
    top: 0;
    z-index: 2;
    -webkit-transition: .2s ease all;
    transition: .2s ease all
}

.navigation_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 50px
}

.navigation_logo {
    height: 90%
}

.navigation_logo img {
    height: 100%
}

.navigation_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navigation_list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    width: 360px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px
}

.navigation_link {
    position: relative;
    width: 80px;
    text-align: center;
    overflow: hidden
}

.navigation_link a {
    -webkit-transition: .4s ease all;
    transition: .4s ease all
}

.navigation_link:hover a {
    color: #f4ad50
}

.navigation_phone {
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    -webkit-transition: .4s ease all;
    transition: .4s ease all
}

.navigation_phone svg path {
    -webkit-transition: .4s ease all;
    transition: .4s ease all
}

.navigation_phone:hover {
    color: #f4ad50
}

.navigation_phone:hover svg path {
    fill: #f4ad50
}

.navigation_email {
    display: none
}

.navigation_container {
    width: 100%;
    height: 100%;
    margin: 0 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navigation-slided {
    background: rgba(0, 0, 0, .4);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    height: 65px
}

.navigation_hamburger {
    width: 50px;
    height: 50px;
    background-color: inherit;
    outline: 0;
    border: none;
    display: none
}

.navigation_mobilePhone {
    display: none
}

.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

.line {
    fill: none;
    -webkit-transition: stroke-dasharray .4s, stroke-dashoffset .4s;
    transition: stroke-dasharray .4s, stroke-dashoffset .4s;
    stroke: #f4ad50;
    stroke-width: 5.5;
    stroke-linecap: round
}

.ham2 .top {
    stroke-dasharray: 40 121
}

.ham2 .bottom {
    stroke-dasharray: 40 121
}

.ham2.active .top {
    stroke-dashoffset: -102px
}

.ham2.active .bottom {
    stroke-dashoffset: -102px
}

.main {
    background: url(../img/main_bg.webp) center center/cover no-repeat;
    height: 800px;
    padding-top: 220px;
    position: relative;
    height: 100vh
}

.main_container {
    width: 92%;
    margin: 0 auto
}

.main_title {
    font-family: Mak;
    font-size: 76px;
    line-height: 76px;
    color: #fff
}

.main_subtitle {
    font-family: MakLight;
    font-size: 32px;
    color: #fff;
    font-weight: 400
}

.main_subtitle span {
    position: relative
}

.main_subtitle span::after {
    content: '';
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    background-color: #f4ad50;
    border-radius: 50%;
    bottom: -3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.main_subtitle span:nth-child(2)::after {
    top: -8px
}

.main_descr {
    margin-top: 30px;
    font-family: Roboto;
    font-weight: 300;
    font-size: 20px;
    color: #fff
}

.main_footer {
    position: absolute;
    bottom: 0;
    height: 90px;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, .2)), to(rgba(255, 255, 255, .1)));
    background: linear-gradient(90deg, rgba(0, 0, 0, .2) 0, rgba(255, 255, 255, .1) 100%)
}

.main_window {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative
}

.main_wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: .5s ease all;
    transition: .5s ease all
}

.main_wrapper-animate {
    -webkit-animation: slide 60s linear infinite;
    animation: slide 60s linear infinite
}

.main_inner {
    height: 80px;
    width: 150px;
    margin: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main_partner {
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    max-height: 75px;
    max-width: 150px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    image-rendering: crisp-edges;
    cursor: pointer;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges
}

.main_partner:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.main_shadow {
    height: 100%;
    width: 50px;
    position: absolute;
    top: 0;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #000), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to right, #000 30%, rgba(255, 255, 255, 0));
    left: 0;
    z-index: 1
}

.about {
    padding: 135px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

.about_descr {
    width: 600px
}

.about_text {
    font-family: Roboto;
    font-weight: 300;
    font-size: 22px;
    color: #fff;
    margin-top: 30px;
    line-height: 35px
}

.about_pic {
    position: relative;
    margin: 0 150px 0 8%
}

.about_balcony {
    height: 100%;
    width: auto
}

.about_stamp {
    position: absolute;
    bottom: -53px;
    left: -45px;
    -webkit-animation: rotate 15s linear infinite;
    animation: rotate 15s linear infinite
}

.services {
    overflow: hidden;
    padding-bottom: 20px
}

.services_descr {
    font-family: Roboto;
    font-weight: 300;
    font-size: 24px;
    color: #fff;
    width: 75%;
    margin: 0 auto;
    text-align: center;
    margin-top: 25px
}

.services_container {
    margin: 55px auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.services_inner {
    width: 20%;
    margin: 0 2.5%;
    padding: 25px;
    -webkit-perspective: 300px;
    perspective: 300px
}

.services_wrapper {
    position: relative;
    cursor: pointer;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: .5s ease all;
    transition: .5s ease all
}

.services_wrapper:hover .services_pic {
    -webkit-filter: brightness(.8);
    filter: brightness(.8)
}

.services_pic {
    width: 100%;
    height: auto;
    -webkit-transition: .7s ease all;
    transition: .7s ease all
}

.services_type {
    z-index: 1;
    font-family: Mak;
    font-weight: 300;
    color: #fff;
    text-shadow: -2px 2px #161616b4;
    font-size: 16px;
    position: absolute;
    left: 50%;
    top: 60%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    pointer-events: none;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    letter-spacing: 2px
}

.portfolio {
    margin: 50px 0;
    padding: 50px 0;
    overflow: hidden
}

.portfolio_carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: .8s ease all;
    transition: .8s ease all
}

.portfolio_wrapper {
    cursor: pointer;
    height: 100%;
    position: relative;
    width: 430px;
    -webkit-transition: .7s ease all;
    transition: .7s ease all;
    opacity: 0;
    -webkit-transform: scale(.6);
    transform: scale(.6);
    pointer-events: none
}

.portfolio_wrapper-main {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    pointer-events: all
}

.portfolio_wrapper-main:hover .portfolio_title {
    color: #f4ad50
}

.portfolio_wrapper-main:hover .portfolio_pic {
    -webkit-filter: brightness(.3);
    filter: brightness(.3)
}

.portfolio_wrapper-main:hover::before {
    top: 50%
}

.portfolio_wrapper-main::before {
    content: 'ПОСМОТРЕТЬ';
    display: block;
    position: absolute;
    letter-spacing: 2px;
    font-family: Mak;
    color: #fff;
    text-shadow: -2px 2px #161616b4;
    z-index: 1;
    font-size: 25px;
    top: -50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    pointer-events: none
}

.portfolio_wrapper-asideLeft {
    -webkit-transform: rotate(-7deg) scale(.8) translate(-130px, 10px);
    transform: rotate(-7deg) scale(.8) translate(-130px, 10px);
    opacity: 1
}

.portfolio_wrapper-asideRight {
    -webkit-transform: rotate(7deg) scale(.8) translate(130px, 10px);
    transform: rotate(7deg) scale(.8) translate(130px, 10px);
    opacity: 1
}

.portfolio_wrapper::after {
    content: '';
    display: block;
    width: inherit;
    height: inherit;
    position: absolute;
    bottom: -15px;
    left: -15px;
    background-color: inherit;
    border: 1px solid #9696962f;
    z-index: -1;
    -webkit-transition: .3s ease all;
    transition: .3s ease all
}

.portfolio_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    height: 450px
}

.portfolio_inner-main {
    opacity: 0
}

.portfolio_inner-asideLeft {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.portfolio_inner-asideRight {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.portfolio_pic {
    -o-object-fit: cover;
    object-fit: cover;
    width: inherit;
    height: inherit;
    position: relative;
    -webkit-transition: .4s ease all;
    transition: .4s ease all
}

.portfolio_title {
    font-family: Playfair Display;
    font-weight: 400;
    font-size: 40px;
    color: #fff;
    margin-top: 15px;
    cursor: default;
    -webkit-transition: .4s ease all;
    transition: .4s ease all
}

.portfolio_descr {
    cursor: default;
    font-family: Roboto;
    font-weight: 300;
    font-size: 20px;
    color: #969696
}

.portfolio_nav {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    -webkit-transition: .4s ease all;
    transition: .4s ease all
}

.portfolio_nav-slider {
    margin-top: 0
}

.portfolio_window {
    height: 560px;
    overflow: hidden;
    margin-top: 70px;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    position: relative
}

.portfolio_window-slider {
    height: 600px;
    margin-top: 40px
}

.portfolio_gallery {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 430px;
    height: 450px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    -webkit-transition: .6s ease all;
    transition: .6s ease all
}

.portfolio_gallery_content {
    overflow: hidden;
    width: 100%;
    height: 100%
}

.portfolio_gallery-main {
    width: 850px;
    height: 495px
}

.portfolio_gallery::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 15px;
    left: -15px;
    background-color: inherit;
    border: 1px solid #9696962f;
    z-index: -1
}

.portfolio_view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-transition: .8s ease all;
    transition: .8s ease all
}

.portfolio_content {
    overflow: hidden;
    width: 100%;
    height: 100%
}

.portfolio_photo {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    flex-shrink: 0;
}

.portfolio_close {
    position: absolute;
    border: none;
    outline: 0;
    background: inherit;
    color: #fff;
    -webkit-transition: .8s ease all;
    transition: .8s ease all;
    font-size: 30px;
    bottom: -345px;
    right: 25px;
    -webkit-transform: translate(-50%, 50%) rotate(-90deg);
    transform: translate(-50%, 50%) rotate(-90deg)
}

.portfolio_close:hover {
    color: #f4ad50
}

.portfolio_pseudo {
    position: absolute
}

.advantages {
    overflow: hidden
}

.advantages_wrapper {
    margin: 70px 4% 0 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10%
}

.advantages_list {
    font-family: Roboto;
    font-weight: 300;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    height: 500px;
    width: 510px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.advantages_list::before {
    content: '';
    display: block;
    position: absolute;
    left: -20px;
    top: 8px;
    height: 88%;
    width: 1px;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #fff), color-stop(48%, #fff), color-stop(51%, transparent));
    background-image: linear-gradient(to left, #fff 0, #fff 48%, transparent 51%)
}

.advantages_venera {
    height: 450px;
    width: auto
}

.advantages_item {
    position: relative;
    cursor: default;
    -webkit-transition: .3s ease all;
    transition: .3s ease all
}

.advantages_item:hover {
    color: #f4ad50
}

.advantages_item::before {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: -26px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #f4ad50
}

.advantages_item::after {
    display: block;
    position: absolute;
    top: -1px;
    left: -60px;
    width: 15px;
    color: #f4ad50;
    font-family: Roboto;
    font-weight: 300;
    text-align: right
}

.advantages_item:nth-child(1)::after {
    content: 'I'
}

.advantages_item:nth-child(2)::after {
    content: 'II'
}

.advantages_item:nth-child(3)::after {
    content: 'III'
}

.advantages_item:nth-child(4)::after {
    content: 'IV'
}

.advantages_item:nth-child(5)::after {
    content: 'V'
}

.footer {
    margin-top: 100px;
    overflow: hidden;
    padding-bottom: 50px
}

.footer_img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 250px;
    margin-bottom: 50px
}

.footer_wrapper {
    margin: 50px 4% 0 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 100px
}

.footer_descr {
    cursor: default;
    font-family: Roboto;
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    width: 500px
}

.footer_social {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.footer_contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 60px
}

.footer_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
}

.footer_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
}

.footer_mail,
.footer_phones {
    font-family: Roboto;
    font-weight: 300;
    font-size: 24px;
    line-height: 40px;
    text-align: right
}

.footer_email,
.footer_phone {
    color: #fff
}

.footer_email:hover,
.footer_phone:hover {
    color: #f4ad50
}

.footer_info {
    margin-top: 100px
}

.footer_text {
    overflow: hidden;
    overflow-y: scroll;
    width: 85%;
    height: 250px;
    margin: 60px auto 0 auto;
    font-size: 13px;
    color: #969696;
    font-family: Roboto;
    font-weight: 300
}

.footer_text span {
    color: #f4ad50;
    font-family: Roboto;
    font-weight: 400
}

.modal {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 4;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    opacity: 0
}

.modal_thanks,
.modal_wrapper {
    background-color: #161616;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60%;
    min-height: 50%;
    overflow: hidden;
    padding: 50px 5% 50px 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 12px;
    -webkit-transition: .8s ease all;
    transition: .8s ease all;
    opacity: 0
}

.modal_thanks {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    opacity: 1;
    font-family: Playfair Display;
    font-weight: 400;
    font-size: 22px;
    color: #f4ad50;
    text-align: center
}

.modal_close {
    position: absolute;
    top: 9px;
    right: 20px;
    color: #fff;
    font-size: 35px;
    font-weight: 300;
    cursor: pointer;
    -webkit-transition: .3s ease all;
    transition: .3s ease all
}

.modal_close:hover {
    color: #969696
}

.modal_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 3%
}

.modal_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 15%;
    width: 100%;
    margin-bottom: 40px
}

.modal_label {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    pointer-events: none;
    font-size: 22px;
    color: #fff
}

.modal_item {
    position: relative;
    height: 60px;
    margin: 15px 0
}

.modal_input {
    background-color: inherit;
    border-radius: 0;
    border: none;
    outline: 0;
    width: 100%;
    height: 100%;
    position: relative;
    border-bottom: 1px solid #fff;
    font-family: Roboto;
    font-weight: 300;
    font-size: 22px;
    line-height: 25px;
    padding-top: 13px;
    color: #fff;
    pointer-events: all;
    position: relative
}

.modal_input:focus+.modal_label {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.modal_input:valid+.modal_label {
    -webkit-transform: translateY(-175%);
    transform: translateY(-175%);
    color: #969696;
    font-size: 17px
}

.modal-active {
    opacity: 1
}

.modal-inactive {
    display: none
}

.intro {
    background: #161616;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    -webkit-transition: .7s ease all;
    transition: .7s ease all
}

.intro_wrapper {
    color: #f4ad50;
    font-size: 35px;
    font-family: Playfair Display;
    font-weight: 400
}

.intro_message {
    background: #161616;
    overflow: hidden
}

.intro_text {
    display: inline-block;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: .7s ease all;
    transition: .7s ease all
}

html {
    scroll-behavior: smooth
}

body {
    background-color: #161616;
    -ms-interpolation-mode: nearest-neighbor;
    prefers-color-scheme: dark
}

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none
}

a {
    color: #fff
}

a:hover {
    color: #fff;
    text-decoration: none
}

.order_btn {
    outline: 0;
    position: relative;
    border: none;
    background-color: inherit;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 220px;
    height: 70px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    font-family: Roboto;
    font-weight: 300
}

.order_btn::before {
    content: '';
    display: block;
    width: 70px;
    height: 70px;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-transition: .3s ease all;
    transition: .3s ease all
}

.order_btn svg {
    position: absolute;
    left: 11px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.order_btn span {
    -webkit-transition: .3s ease all;
    transition: .3s ease all
}

.order_btn:hover span {
    color: #f4ad50
}

.order_btn:hover svg {
    left: 40px
}

.order_btn:hover svg path {
    stroke: #f4ad50
}

.order_btn:hover::before {
    border-color: #f4ad50
}

.order_btn:hover span {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.order_btn-main {
    margin-top: 70px
}

.order_btn-portfolio {
    width: 145px;
    font-size: 20px;
    line-height: 20px;
    margin: 0 10px
}

.order_btn-portfolio_reverse {
    margin: 0 10px;
    width: 145px;
    font-size: 20px;
    line-height: 20px
}

.order_btn-portfolio_reverse svg {
    right: 11px;
    left: initial
}

.order_btn-portfolio_reverse::after {
    content: '';
    display: block;
    width: 70px;
    height: 70px;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-transition: .3s ease all;
    transition: .3s ease all
}

.order_btn-portfolio_reverse::before {
    display: none
}

.order_btn-portfolio_reverse:hover svg {
    left: initial;
    right: 40px
}

.order_btn-portfolio_reverse:hover span {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}

.order_btn-portfolio_reverse:hover::after {
    border-color: #f4ad50
}

.order_btn:disabled {
    pointer-events: none
}

.order_btn:disabled span {
    color: #969696
}

.order_btn:disabled::after,
.order_btn:disabled::before {
    border-color: #969696
}

.order_btn:disabled svg path {
    stroke: #969696
}

.section_title {
    font-family: Playfair Display;
    font-weight: 400;
    font-size: 40px;
    color: #f4ad50;
    position: relative;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto
}

.section_title::before {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    background-color: rgba(255, 255, 255, .3);
    width: 100vw;
    left: 105%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.section_title::after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    background-color: rgba(255, 255, 255, .3);
    width: 100vw;
    right: 105%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.section_title-left {
    margin-left: 4%
}

.section_title-left::after {
    display: none
}

.section_title-right {
    margin-left: 0
}

.section_title-right::after {
    display: none
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
    border-bottom: 1px solid #fff;
    -webkit-text-fill-color: #fff;
    font-size: inherit;
    -webkit-box-shadow: 0 0 0 1000px #161616 inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    display: none
}

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

::-webkit-scrollbar-track {
    background: #161616
}

::-webkit-scrollbar-thumb {
    background: #f4ad50;
    border-radius: 2px
}

@media screen and (max-width:1279px) {
    .navigation_list {
        font-size: 13px;
        line-height: 13px
    }

    .navigation_phone svg {
        height: 20px
    }

    .section_title {
        font-size: 30px
    }

    .about_pic {
        margin-right: 70px
    }

    .about_descr {
        margin-right: 4%
    }

    .about_text {
        font-size: 17px
    }

    .services_descr {
        font-size: 16px
    }

    .services_type {
        font-size: 12px
    }

    .portfolio_title {
        font-size: 35px
    }

    .portfolio_descr {
        font-size: 16px
    }

    .portfolio_wrapper {
        width: 300px
    }

    .portfolio_inner {
        height: 320px
    }

    .portfolio_window {
        height: 430px
    }

    .portfolio_gallery {
        width: 300px;
        height: 320px
    }

    .portfolio_gallery-main {
        width: 650px;
        height: 340px
    }

    .order_btn-footer,
    .order_btn-portfolio,
    .order_btn-portfolio_reverse {
        margin: 0 15px;
        font-size: 15px;
        line-height: 15px;
        width: 115px
    }

    .order_btn-footer svg,
    .order_btn-portfolio svg,
    .order_btn-portfolio_reverse svg {
        height: 9px
    }

    .order_btn-footer::after,
    .order_btn-portfolio::after,
    .order_btn-portfolio_reverse::after {
        height: 60px;
        width: 60px
    }

    .order_btn-footer::before,
    .order_btn-portfolio::before,
    .order_btn-portfolio_reverse::before {
        height: 60px;
        width: 60px
    }

    .order_btn-portfolio_reverse svg {
        right: 7px
    }

    .order_btn-portfolio_reverse:hover svg {
        right: 30px
    }

    .order_btn-footer svg,
    .order_btn-portfolio svg {
        left: 7px
    }

    .order_btn-footer:hover svg,
    .order_btn-portfolio:hover svg {
        left: 30px
    }

    .order_btn-footer {
        margin: 30px 0 0 0;
        width: 192px
    }

    .advantages_wrapper {
        margin-left: 9%
    }

    .advantages_list {
        font-size: 15px;
        height: 450px
    }

    .advantages_venera {
        height: 400px
    }

    .footer_descr {
        font-size: 15px;
        width: 365px
    }

    .footer_mail,
    .footer_phones {
        font-size: 17px;
        line-height: 30px
    }

    .footer_wrapper {
        gap: initial
    }
}

@media screen and (max-width:905px) {
    .navigation_list {
        width: 325px
    }

    .navigation_wrapper {
        gap: 25px
    }

    .about_pic {
        margin-right: 30px;
        height: 400px
    }

    .about_text {
        font-size: 15px
    }

    .section_title-right {
        font-size: 28px
    }

    .services_container {
        width: 90%
    }

    .services_inner {
        width: 25%;
        margin: 0;
        padding: 0
    }

    .services_type {
        font-size: 11px
    }

    .portfolio_title {
        font-size: 27px
    }

    .portfolio_descr {
        font-size: 14px
    }

    .advantages_wrapper {
        gap: 5%
    }

    .advantages_venera {
        height: 330px
    }

    .advantages_list {
        font-size: 13px;
        line-height: 20px;
        height: 400px
    }

    .advantages_list::before {
        height: 90%
    }

    .footer_img {
        height: 170px
    }

    .footer_descr {
        font-size: 13px;
        line-height: 21px;
        width: 265px
    }

    .footer_contacts {
        gap: 35px
    }

    .footer_wrapper {
        gap: 25px
    }
}

@media screen and (max-width:735px) {
    .navigation_wrapper {
        -webkit-transition: 1s ease all;
        transition: 1s ease all;
        position: absolute;
        height: 100vh;
        width: 100%;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        top: 0;
        left: 0;
        background: url(../img/mobile_bg.webp) center center/cover no-repeat;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 70px 6% 130px 6%
    }

    .navigation_phone {
        font-family: Roboto;
        font-weight: 300;
        font-size: 20px;
        line-height: 30px;
        text-align: start;
        width: 100%;
        letter-spacing: 1px
    }

    .navigation_phone svg {
        display: none
    }

    .navigation_email {
        display: block;
        font-family: Roboto;
        font-weight: 300;
        font-size: 20px;
        text-align: start;
        line-height: 30px;
        width: 100%;
        letter-spacing: 1px
    }

    .navigation_hamburger {
        display: block;
        z-index: 1
    }

    .navigation_list {
        width: 100%;
        height: 55%;
        font-size: 24px;
        line-height: 36px;
        font-family: Playfair Display;
        font-weight: 400;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .navigation_links {
        width: 100%;
        height: 90%
    }

    .navigation_link {
        width: 100%;
        text-align: start;
        height: 25%;
        letter-spacing: 2px
    }

    .navigation_container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .navigation_mobilePhone {
        display: block;
        position: absolute;
        right: 25%
    }

    .main {
        padding-top: 150px
    }

    .main_title {
        font-size: 37px;
        line-height: 50px
    }

    .main_subtitle {
        font-size: 22px
    }

    .main_descr {
        font-size: 14px
    }

    .main_footer {
        height: 130px
    }

    .main_shadow {
        display: none
    }

    .main_inner {
        height: 130px
    }

    .main_partner {
        max-height: 75px
    }

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

    .about {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 50px 0 100px 0
    }

    .about_pic {
        margin-top: 35px;
        height: 350px
    }

    .about_descr {
        width: 85%;
        margin-right: 0
    }

    .about_text {
        font-size: 14px
    }

    .section_title {
        font-size: 21px
    }

    .services_descr {
        font-size: 14px;
        width: 90%
    }

    .services_inner {
        width: 50%
    }

    .services_type {
        font-size: 12px
    }

    .portfolio_carousel {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        overflow: hidden;
        position: relative;
        height: 400px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .portfolio_wrapper {
        -webkit-transition: 1s ease all;
        transition: 1s ease all
    }

    .portfolio_wrapper-asideLeft {
        -webkit-transition: .7s ease all;
        transition: .7s ease all;
        -webkit-transform: rotate(0) scale(.8) translate(-200px, 10px);
        transform: rotate(0) scale(.8) translate(-200px, 10px);
        opacity: 1
    }

    .portfolio_wrapper-asideRight {
        -webkit-transition: .7s ease all;
        transition: .7s ease all;
        -webkit-transform: rotate(0) scale(.8) translate(200px, 10px);
        transform: rotate(0) scale(.8) translate(200px, 10px);
        opacity: 1
    }

    .portfolio_wrapper-main {
        -webkit-transition: .7s ease all;
        transition: .7s ease all
    }

    .portfolio_nav {
        margin-top: 10px
    }

    .portfolio_gallery-main {
        width: 70%;
        height: 80%
    }

    .portfolio_window {
        height: 410px
    }

    .advantages_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 19%
    }

    .advantages_list {
        width: 80%;
        font-size: 14px;
        height: 370px
    }

    .advantages_venera {
        height: 380px;
        margin-top: 40px
    }

    .footer_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        gap: 30px;
        margin-left: 5%
    }

    .footer_descr {
        width: 80%;
        font-size: 15px
    }

    .footer_social {
        position: absolute;
        bottom: -80px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 60%
    }

    .footer_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 0
    }

    .footer_btns {
        gap: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .footer_contacts {
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 100px
    }

    .footer_mail,
    .footer_phones {
        line-height: 40px
    }

    .footer_info {
        margin-top: 160px
    }

    .footer_img {
        height: 125px
    }

    .order_btn-footer {
        margin-top: 10px
    }

    .modal_list {
        margin-bottom: 15px
    }

    .modal_item {
        height: 45px
    }

    .modal_wrapper {
        width: 95%;
        padding: 35px 5%
    }

    .modal_close {
        top: -3px
    }

    .modal_labelm .modal_thanks {
        font-size: 16px
    }

    .modal_input {
        font-size: 16px;
        line-height: 16px;
        padding-top: 18px
    }

    .modal_input:valid+.modal_label {
        font-size: 13px
    }
}

@media screen and (max-width:735px) and (max-width:580px) {
    .footer_contacts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 40px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media screen and (max-width:735px) and (max-width:500px) {
    .portfolio_gallery-main {
        width: 80%
    }

    .portfolio_wrapper-asideLeft {
        -webkit-transform: rotate(0) scale(.8) translate(-225px, 10px);
        transform: rotate(0) scale(.8) translate(-225px, 10px)
    }

    .portfolio_wrapper-asideRight {
        -webkit-transform: rotate(0) scale(.8) translate(225px, 10px);
        transform: rotate(0) scale(.8) translate(225px, 10px)
    }

    .intro_wrapper {
        font-size: 19px
    }
}

@media screen and (max-width:735px) and (max-width:425px) {
    .footer_contacts {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer_descr {
        text-align: center;
        width: 100%
    }
}

@media screen and (max-width:735px) and (max-width:412px) {
    .advantages_list::before {
        height: 87%
    }
}

@media screen and (max-width:735px) and (max-width:374px) {
    .portfolio_wrapper {
        width: 280px
    }

    .portfolio_gallery {
        width: 280px
    }

    .portfolio_gallery-main {
        width: 90%
    }

    .advantages_list {
        width: 100%
    }

    .advantages_list::before {
        height: 86%
    }

    .advantages_venera {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    .section_title-left {
        width: 220px
    }

    .section_title-footer {
        text-align: center;
        width: 220px
    }

    .footer_wrapper {
        margin-top: 30px
    }

    .intro_wrapper {
        font-size: 15px
    }
}