/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;700;900&display=swap);

@-webkit-keyframes first-anim {
    0%, to {
        width: 100%
    }
    33% {
        width: 60%
    }
    66% {
        width: 10%
    }
}

@keyframes first-anim {
    0%, to {
        width: 100%
    }
    33% {
        width: 60%
    }
    66% {
        width: 10%
    }
}

@-webkit-keyframes second-anim {
    0%, to {
        width: 50%
    }
    33% {
        width: 10%
    }
    66% {
        width: 100%
    }
}

@keyframes second-anim {
    0%, to {
        width: 50%
    }
    33% {
        width: 10%
    }
    66% {
        width: 100%
    }
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    font-size: 16px
}

body {
    margin: 0;
    font-family: 'Montserrat', 'Arial', sans-serif;
    overflow-wrap: break-word;
    word-wrap: break-word
}

details, main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

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

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

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

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

summary {
    display: list-item
}

[hidden], footer .socials:before, footer h3:after, template {
    display: none
}

a {
    outline: 0
}

body.hidden {
    height: 100vh;
    overflow: hidden
}

.container, .wrap {
    min-width: 320px;
    max-width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto
}

.wrap {
    max-width: 1440px;
    padding: 0 15px
}

@media screen and (max-width: 1899px) {
    .wrap {
        min-width: 320px;
        max-width: 1200px;
        padding: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 auto
    }
}

@media screen and (max-width: 1439px) {
    .wrap {
        min-width: 320px;
        max-width: 1000px;
        padding: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 auto
    }
}

@media screen and (max-width: 1199px) {
    .wrap {
        min-width: 320px;
        max-width: 960px;
        padding: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 auto
    }
}

@media screen and (max-width: 1023px) {
    .wrap {
        min-width: 320px;
        max-width: 100%;
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 auto
    }
}

.flex__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right, footer .right p {
    text-align: right
}

a, button {
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s
}

a {
    text-decoration: none
}

button {
    background: 0 0;
    outline: 0;
    border: 0
}

footer h3, p {
    margin-bottom: 15px;
    margin-top: 0
}

p {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #111113
}

header {
    background-image: url(../img/home_bg.webp);
    background-size: cover
}

header .wrap {
    position: relative
}

header .wrap .top {
    padding-top: 40px;
    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
}

@media screen and (max-width: 1199px) {
    header .wrap .top {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 90px
    }
}

@media screen and (max-width: 1023px) {
    header .wrap .top {
        padding-left: 70px;
        padding-top: 30px
    }
}

@media screen and (max-width: 767px) {
    header .wrap .top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-top: 20px
    }
}

header .wrap .top .phone {
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    position: relative;
    border-bottom: 2px dotted #fff
}

@media screen and (max-width: 767px) {
    header .wrap .top .phone {
        margin-top: 10px
    }
}

footer .email a:hover, footer .phone a:hover, header .wrap .top .phone:hover {
    border-color: transparent
}

header .wrap .content {
    padding-top: 230px;
    padding-bottom: 355px
}

@media screen and (max-width: 1899px) {
    header .wrap .content {
        padding-bottom: 250px
    }
}

@media screen and (max-width: 1439px) {
    header .wrap .content {
        padding-top: 150px;
        padding-bottom: 200px
    }
}

@media screen and (max-width: 1199px) {
    header .wrap .content {
        padding-top: 75px;
        padding-bottom: 100px
    }
}

@media screen and (max-width: 1023px) {
    header .wrap .content {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

header .menu .main li a, header .wrap .content h1 {
    font-weight: 900;
    text-transform: uppercase;
    color: #fff
}

header .wrap .content h1 {
    margin: 0;
    max-width: 800px;
    font-size: 58px;
    line-height: 71px
}

@media screen and (max-width: 1439px) {
    header .wrap .content h1 {
        font-size: 50px;
        line-height: 1.2
    }
}

@media screen and (max-width: 1199px) {
    header .wrap .content h1 {
        font-size: 40px
    }
}

header .wrap .content h1 span {
    font-weight: 300
}

header .wrap .content p {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    margin: 0
}

header .wrap .content .button {
    margin-top: 35px
}

header .wrap .bottom {
    position: absolute;
    right: 0;
    bottom: 40px
}

@media screen and (max-width: 1199px) {
    header .wrap .bottom {
        bottom: 20px
    }
}

@media screen and (max-width: 1023px) {
    header .wrap .bottom {
        position: inherit
    }
}

header .left_bar, header .wrap .bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

header .wrap .bottom ul {
    list-style: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (max-width: 1023px) {
    header .wrap .bottom ul {
        padding-left: 0
    }
}

@media screen and (max-width: 767px) {
    header .wrap .bottom ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

header .wrap .bottom ul li {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    padding-left: 60px;
    position: relative
}

@media screen and (max-width: 767px) {
    header .wrap .bottom ul li {
        width: 100%;
        margin-top: 10px
    }
}

header .wrap .bottom ul li:before {
    content: '';
    display: block;
    width: 18px;
    height: 17px;
    background-image: url(/img/ckecked.svg);
    position: absolute;
    left: 30px;
    top: 0
}

header .left_bar {
    z-index: 1;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100px;
    width: 100px;
    background: #111113;
    text-align: center;
    padding: 60px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -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;
    -webkit-transition: all .5s;
    transition: all .5s
}

@media screen and (max-width: 1365px) {
    header .left_bar {
        left: -80px;
        width: 80px
    }
}

@media screen and (max-width: 1199px) {
    header .left_bar {
        height: 100px;
        padding: 40px 0;
        background: rgba(0, 0, 0, .6)
    }
}

@media screen and (max-width: 1023px) {
    header .left_bar {
        padding: 30px 0;
        height: 90px
    }
}

@media screen and (max-width: 767px) {
    header .left_bar {
        height: 80px
    }
}

header .left_bar.opened, header .menu.opened {
    left: 0
}

header .menu {
    z-index: 10;
    position: fixed;
    width: 590px;
    background: #111113;
    top: 0;
    bottom: 0;
    left: -590px;
    padding-top: 190px;
    padding-left: 90px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 1s;
    transition: all 1s;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (max-width: 1365px) {
    header .menu {
        padding-top: 100px;
        padding-left: 50px
    }
}

@media screen and (max-width: 1199px) {
    header .menu {
        width: 500px;
        left: -500px
    }
}

@media screen and (max-width: 767px) {
    header .menu {
        width: 100%;
        left: -100%;
        padding-top: 50px;
        padding-left: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

header .menu .close_menu {
    position: absolute;
    top: 50px;
    right: 30px
}

@media screen and (max-width: 767px) {
    header .menu .close_menu {
        top: 10px;
        right: 10px
    }
}

header .menu .main li a {
    font-size: 36px;
    line-height: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin-bottom: 20px;
    display: block;
    -webkit-text-stroke: 1px #fff
}

@media screen and (max-width: 1199px) {
    header .menu .main li a {
        font-size: 28px
    }
}

@media screen and (max-width: 767px) {
    header .menu .main li a {
        font-size: 22px
    }
}

header .menu .main li a:hover {
    color: transparent
}

header .menu .main, header .menu .submenu {
    padding: 0;
    margin: 0;
    list-style: none
}

header .menu .submenu li a {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #fff;
    opacity: .7;
    display: inline-block;
    margin-bottom: 15px;
    position: relative
}

header .menu .submenu li a:after {
    content: '';
    height: 2px;
    width: 0;
    background: #fff;
    left: 0;
    bottom: -3px;
    display: block;
    position: absolute;
    -webkit-transition: all .5s;
    transition: all .5s
}

.services .swiper-container .swiper-slide .front:hover:before, header .menu .submenu li a:hover {
    opacity: 1
}

header .menu .submenu li a:hover:after {
    width: 100%
}

header .menu .socials {
    margin-bottom: 40px
}

footer {
    background: #111113;
    margin-top: 150px;
    padding: 100px 0 30px
}

@media screen and (max-width: 1439px) {
    footer {
        margin-top: 100px
    }
}

@media screen and (max-width: 1199px) {
    footer {
        margin-top: 50px;
        padding-top: 50px
    }
}

@media screen and (max-width: 767px) {
    footer {
        margin-top: 10px;
        padding-top: 30px
    }
}

footer .flex__wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 30px
}

footer .left {
    width: 300px
}

@media screen and (max-width: 1023px) {
    footer .left {
        width: 48%
    }
}

@media screen and (max-width: 767px) {
    footer .left {
        width: 100%
    }
}

footer .right {
    width: 350px;
    text-align: right
}

@media screen and (max-width: 1023px) {
    footer .right {
        width: 100%;
        margin-top: 20px;
        text-align: left
    }
}

@media screen and (max-width: 1023px) {
    footer .right p {
        text-align: left
    }
}

footer .center {
    width: 500px
}

@media screen and (max-width: 1439px) {
    footer .center {
        width: 300px
    }
}

@media screen and (max-width: 1023px) {
    footer .center {
        width: 48%
    }
}

@media screen and (max-width: 767px) {
    footer .center {
        width: 100%
    }
}

footer .copyright, footer p {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #fff
}

footer p {
    margin-top: 10px;
    margin-bottom: 10px
}

footer .socials {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

footer .phone a, footer .socials a {
    margin-right: 10px
}

footer .copyright {
    padding-top: 30px;
    border-top: 1px solid #fff
}

footer .copyright strong, h2, h3 {
    font-weight: 900
}

footer h3 {
    color: #fff;
    text-align: right
}

@media screen and (max-width: 1023px) {
    footer h3 {
        text-align: left
    }
}

footer .button {
    margin-top: 30px;
    margin-right: 0;
    display: inline-block
}

footer .address, footer .email, footer .phone {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    position: relative;
    padding-left: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 25px
}

footer .address:before, footer .email:before, footer .phone:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../img/address.svg);
    background-size: contain;
    width: 35px;
    height: 25px;
    background-repeat: no-repeat
}

footer .email:before, footer .phone:before {
    background-image: url(../img/phone.svg)
}

footer .phone a {
    color: #fff;
    text-decoration: none;
    position: relative;
    border-bottom: 2px dotted #fff;
    -webkit-transition: all .5s;
    transition: all .5s
}

@media screen and (max-width: 767px) {
    footer .phone a {
        font-size: 14px
    }
}

footer .email:before {
    background-image: url(../img/email.svg)
}

.button, footer .email a {
    color: #fff;
    text-decoration: none
}

footer .email a {
    position: relative;
    border-bottom: 2px dotted #fff;
    margin-right: 10px;
    -webkit-transition: all .5s;
    transition: all .5s
}

@media screen and (max-width: 767px) {
    footer .email a {
        font-size: 14px
    }
}

.button {
    width: 300px;
    height: 72px;
    border: 2px solid #fff;
    line-height: 70px;
    text-align: center;
    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase;
    display: block
}

@media screen and (max-width: 1023px) {
    .button {
        height: 52px;
        line-height: 50px;
        width: 250px
    }
}

.button.button-black {
    border: 2px solid #252525;
    color: #252525
}

.button.button-black:hover {
    background: #252525;
    color: #fff
}

.button:disabled {
    cursor: inherit;
}

.button:not(:disabled):hover {
    background: #fff;
    color: #252525
}

.open_menu {
    width: 36px;
    height: 14px;
    position: relative
}

.open_menu:hover:before {
    -webkit-animation: first-anim .6s 3;
    animation: first-anim .6s 3
}

.open_menu:hover:after {
    -webkit-animation: second-anim .6s 3;
    animation: second-anim .6s 3
}

.open_menu:after, .open_menu:before {
    content: '';
    height: 4px;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff
}

.open_menu:before {
    top: 0;
    width: 100%
}

.open_menu:after {
    width: 50%;
    bottom: 0
}

.close_menu, .socials a {
    width: 30px;
    height: 30px;
    position: relative
}

.close_menu:before {
    width: 36px;
    height: 4px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.close_menu:after, .close_menu:before, .socials:before {
    content: '';
    position: absolute;
    left: 50%;
    background: #fff
}

.close_menu:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    width: 36px;
    height: 4px;
    top: 50%
}

.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

@media screen and (max-width: 1199px) {
    .socials {
        display: none
    }
}

.socials:before {
    width: 2px;
    height: 60px;
    top: -60px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block
}

.socials a {
    width: 22px;
    height: 22px;
    display: block;
    border: 2px solid transparent;
    margin-top: 10px;
    -webkit-transition: all .5s;
    transition: all .5s;
    background-size: contain;
    background-position: 50%, 50%;
    background-repeat: no-repeat;
}

.socials a:hover {
    border-color: #fff
}

.socials a.facebook:before, .socials a.instagram:before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.socials a.instagram:before {
    content: '';
    position: absolute;
    display: block;
    background: url(../img/instagram.svg) 50% 50% no-repeat;
    width: 16px;
    height: 16px
}

.socials a.facebook:before {
    background: url(../img/facebook.svg) 50% 50% no-repeat;
    width: 10px;
    height: 17px
}

.socials a.facebook:before, .socials a.youtube:before, h3:after {
    content: '';
    display: block;
    position: absolute
}

.socials a.youtube:before {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../img/youtube.svg) 50% 50% no-repeat;
    left: 50%;
    width: 18px;
    height: 13px
}

@media screen and (max-width: 767px) {
    .about .wrap {
        overflow: hidden
    }
}

.about .flex__wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 120px 40px 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width: 1439px) {
    .about .flex__wrap {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media screen and (max-width: 1199px) {
    .about .flex__wrap {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media screen and (max-width: 1023px) {
    .about .flex__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 30px 0
    }
}

.about .flex__wrap .left {
    width: 460px
}

@media screen and (max-width: 1899px) {
    .about .flex__wrap .left {
        width: 360px
    }
}

@media screen and (max-width: 1023px) {
    .about .flex__wrap .left {
        width: 100%
    }
}

.about .flex__wrap .left .img__wrap {
    position: relative;
    margin-top: 30px
}

@media screen and (max-width: 1023px) {
    .about .flex__wrap .left .img__wrap {
        text-align: right;
        padding-left: 35px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .about .flex__wrap .left .img__wrap img {
        height: 600px;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .about .flex__wrap .left .img__wrap img {
        height: 400px
    }
}

.about .flex__wrap .left .img__wrap .description {
    position: absolute;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
    left: -20px;
    width: 445px;
    top: 50%
}

@media screen and (max-width: 1899px) {
    .about .flex__wrap .left .img__wrap .description {
        width: 349px
    }
}

@media screen and (max-width: 1439px) {
    .about .flex__wrap .left .img__wrap .description {
        font-size: 14px
    }
}

@media screen and (max-width: 1023px) {
    .about .flex__wrap .left .img__wrap .description {
        width: 600px;
        text-align: left;
        left: 10px
    }
}

@media screen and (max-width: 767px) {
    .about .flex__wrap .left .img__wrap .description {
        width: 400px
    }
}

.about .flex__wrap .right {
    width: 760px
}

@media screen and (max-width: 1899px) {
    .about .flex__wrap .right {
        width: calc(100% - 400px)
    }
}

@media screen and (max-width: 1023px) {
    .about .flex__wrap .right {
        width: 100%;
        margin-top: 30px
    }
}

.about .flex__wrap .right .img__wrap {
    position: relative;
    margin-bottom: 20px
}

@media screen and (max-width: 1023px) {
    .about .flex__wrap .right .img__wrap {
        padding-left: 35px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .about .flex__wrap .right .img__wrap img {
        height: 400px;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%
    }
}

.about .flex__wrap .right .img__wrap .description {
    position: absolute;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
    left: calc(100% + 20px);
    width: 405px;
    top: 50%
}

@media screen and (max-width: 1899px) {
    .about .flex__wrap .right .img__wrap .description {
        width: 384px
    }
}

@media screen and (max-width: 1439px) {
    .about .flex__wrap .right .img__wrap .description {
        width: 260px;
        font-size: 14px
    }
}

@media screen and (max-width: 1023px) {
    .about .flex__wrap .right .img__wrap .description {
        width: 400px;
        left: 10px
    }
}

h2, h3 {
    text-transform: uppercase;
    color: #111113
}

h2 {
    margin-top: 0;
    font-size: 58px;
    line-height: 71px;
    margin-bottom: 15px
}

@media screen and (max-width: 1899px) {
    h2 {
        font-size: 50px;
        line-height: 1.2
    }
}

@media screen and (max-width: 1199px) {
    h2 {
        font-size: 40px;
        margin-bottom: 0
    }
}

@media screen and (max-width: 767px) {
    h2 {
        font-size: 36px;
    }
}

.services, h3 {
    position: relative
}

h3 {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 40px
}

h3:after {
    width: 70px;
    height: 2px;
    background: #111113;
    left: 0;
    bottom: -20px
}

.services {
    padding-bottom: 120px
}

@media screen and (max-width: 1023px) {
    .services {
        padding-bottom: 100px
    }
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none !important;
}

.services .swiper-container {
    margin-left: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .services .swiper-container {
        margin: 0
    }
}

.services .swiper-container .swiper-slide {
    cursor: pointer
}

.services .swiper-container .swiper-slide .front {
    min-height: 770px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
    overflow: hidden
}

@media screen and (max-width: 1899px) {
    .services .swiper-container .swiper-slide .front {
        min-height: 600px
    }
}

@media screen and (max-width: 1439px) {
    .services .swiper-container .swiper-slide .front {
        min-height: 500px
    }
}

.services .swiper-container .swiper-slide .front .description {
    position: absolute;
    left: 30px;
    bottom: -60px;
    -webkit-transform: translateY(calc(100% - 57px));
    transform: translateY(calc(100% - 57px));
    -webkit-transition: all .5s;
    transition: all .5s;
    width: calc(100% - 50px)
}

.services .swiper-container .swiper-slide .front .description .title {
    font-weight: 900;
    font-size: 22px;
    line-height: 27px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px
}

.services .swiper-container .swiper-slide .front .description .text {
    opacity: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #fff
}

.services .swiper-container .swiper-slide .front .description .text p {
    color: #fff
}

.services .swiper-container .swiper-slide .front:before {
    -webkit-transition: all .5s;
    transition: all .5s;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(17, 17, 19, .7)), to(rgba(17, 17, 19, .7))), -webkit-gradient(linear, left top, left bottom, color-stop(81.77%, rgba(17, 17, 19, 0)), to(rgba(17, 17, 19, .6)));
    background: linear-gradient(0deg, rgba(17, 17, 19, .7), rgba(17, 17, 19, .7)), linear-gradient(180deg, rgba(17, 17, 19, 0) 81.77%, rgba(17, 17, 19, .6) 100%)
}

.services .swiper-container .swiper-slide .front:hover .description {
    bottom: 30px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.services .navs {
    position: absolute;
    right: calc(50vw - 710px);
    bottom: 10px;
    width: 150px;
    height: 60px
}

@media screen and (max-width: 1889px) {
    .services .navs {
        right: calc(50vw - 610px)
    }
}

@media screen and (max-width: 1439px) {
    .services .navs {
        right: calc(50vw - 500px)
    }
}

@media screen and (max-width: 1199px) {
    .services .navs {
        right: calc(50vw - 480px)
    }
}

@media screen and (max-width: 1023px) {
    .services .navs {
        right: 15px
    }
}

.services .navs .swiper-button-next, .services .navs .swiper-button-prev {
    border: 2px solid #111113;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 60px;
    width: 60px;
    position: absolute;
    bottom: 0;
    background: 0 0;
    outline: 0
}

.services .navs .swiper-button-next {
    right: 0
}

.services .navs .swiper-button-next:before, .services .navs .swiper-button-prev:before {
    content: '';
    background-image: url(../img/arrow.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 37px;
    height: 12px
}

.services .navs .swiper-button-next:before {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.services .navs .swiper-button-prev {
    left: 0
}

.services .navs .swiper-button-prev:before {
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg)
}

.portfolio {
    padding-top: 50px
}

@media screen and (max-width: 1199px) {
    .portfolio {
        padding-top: 0
    }
}

.portfolio .flex__wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px
}

@media screen and (max-width: 1023px) {
    .portfolio .flex__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.portfolio .left {
    width: 435px
}

@media screen and (max-width: 1439px) {
    .portfolio .left {
        width: 480px
    }
}

@media screen and (max-width: 1199px) {
    .portfolio .left {
        width: 465px
    }
}

@media screen and (max-width: 1023px) {
    .portfolio .left {
        width: 100%
    }
}

.portfolio .left .img__wrap {
    padding-left: 35px;
    position: relative
}

.portfolio .left .text__wrap {
    position: absolute;
    left: 0;
    bottom: -20px
}

@media screen and (max-width: 1023px) {
    .portfolio .left .text__wrap {
        bottom: -15px
    }
}

.portfolio .left .description {
    position: relative;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: block
}

@media screen and (max-width: 1439px) {
    .portfolio .left .description {
        font-size: 14px
    }
}

.portfolio .left .img {
    height: 700px;
    background-size: cover
}

@media screen and (max-width: 1439px) {
    .portfolio .left .img {
        height: 600px
    }
}

@media screen and (max-width: 767px) {
    .portfolio .left .img {
        height: 400px
    }
}

.portfolio .right {
    width: calc(100% - 485px);
    position: relative;
    padding-left: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width: 1439px) {
    .portfolio .right {
        width: calc(100% - 465px);
        width: 480px
    }
}

@media screen and (max-width: 1199px) {
    .portfolio .right {
        width: 465px
    }
}

@media screen and (max-width: 1023px) {
    .portfolio .right {
        width: 100%;
        margin-top: 30px;
        padding-left: 0
    }
}

.portfolio .right .text__wrap {
    position: absolute;
    left: 0;
    bottom: -20px
}

@media screen and (max-width: 1023px) {
    .portfolio .right .text__wrap {
        bottom: -15px
    }
}

.portfolio .right .description {
    position: relative;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: block
}

@media screen and (max-width: 1439px) {
    .portfolio .right .description {
        font-size: 14px
    }
}

.portfolio .right .img__wrap {
    position: absolute;
    overflow: hidden;
    padding-left: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width: 1023px) {
    .portfolio .right .img__wrap {
        position: inherit
    }
}

.portfolio .right .img__wrap:nth-child(1) {
    height: 385px;
    width: 330px;
    top: 0;
    left: 0
}

@media screen and (max-width: 1899px) {
    .portfolio .right .img__wrap:nth-child(1) {
        height: 350px;
        width: 300px
    }
}

@media screen and (max-width: 1439px) {
    .portfolio .right .img__wrap:nth-child(1) {
        display: none
    }
}

.portfolio .right .img__wrap:nth-child(1) .img {
    height: 385px;
    background-size: cover
}

@media screen and (max-width: 1899px) {
    .portfolio .right .img__wrap:nth-child(1) .img {
        height: 350px
    }
}

.portfolio .right .img__wrap:nth-child(2) {
    height: 275px;
    width: 500px;
    top: 0;
    right: 0
}

@media screen and (max-width: 1899px) {
    .portfolio .right .img__wrap:nth-child(2) {
        height: 250px;
        width: 400px
    }
}

@media screen and (max-width: 1439px) {
    .portfolio .right .img__wrap:nth-child(2) {
        width: 100%;
        height: 280px
    }
}

@media screen and (max-width: 1023px) {
    .portfolio .right .img__wrap:nth-child(2) {
        margin-bottom: 30px
    }
}

.portfolio .right .img__wrap:nth-child(2) .img {
    height: 275px;
    background-size: cover
}

@media screen and (max-width: 1899px) {
    .portfolio .right .img__wrap:nth-child(2) .img {
        height: 250px
    }
}

@media screen and (max-width: 1439px) {
    .portfolio .right .img__wrap:nth-child(2) .img {
        width: 100%;
        height: 280px
    }
}

.portfolio .right .img__wrap:nth-child(3) {
    height: 275px;
    width: 500px;
    bottom: 0;
    left: 0
}

@media screen and (max-width: 1899px) {
    .portfolio .right .img__wrap:nth-child(3) {
        height: 250px;
        width: 400px
    }
}

@media screen and (max-width: 1439px) {
    .portfolio .right .img__wrap:nth-child(3) {
        width: 100%;
        height: 280px
    }
}

.portfolio .right .img__wrap:nth-child(3) .img {
    height: 275px;
    background-size: cover
}

@media screen and (max-width: 1899px) {
    .portfolio .right .img__wrap:nth-child(3) .img {
        height: 250px
    }
}

@media screen and (max-width: 1439px) {
    .portfolio .right .img__wrap:nth-child(3) .img {
        width: 100%;
        height: 280px
    }
}

.portfolio .right .img__wrap:nth-child(4) {
    height: 385px;
    width: 330px;
    bottom: 0;
    right: 0
}

@media screen and (max-width: 1899px) {
    .portfolio .right .img__wrap:nth-child(4) {
        height: 350px;
        width: 300px
    }
}

@media screen and (max-width: 1439px) {
    .portfolio .right .img__wrap:nth-child(4) {
        display: none
    }
}

.portfolio .right .img__wrap:nth-child(4) .img {
    height: 385px;
    background-size: cover
}

@media screen and (max-width: 1899px) {
    .portfolio .right .img__wrap:nth-child(4) .img {
        height: 350px
    }
}

.portfolio .right .img__wrap img {
    -o-object-fit: cover;
    object-fit: cover
}

.portfolio:first-of-type {
    margin-bottom: 80px
}

.form {
    background-image: url(../img/form_bg.webp);
    margin: 150px 0;
    padding: 100px 0
}

@media screen and (max-width: 1439px) {
    .form {
        margin: 100px 0
    }
}

@media screen and (max-width: 1199px) {
    .form {
        margin: 50px 0
    }
}

@media screen and (max-width: 1023px) {
    .form {
        padding: 50px 0
    }
}

@media screen and (max-width: 767px) {
    .form {
        padding: 30px 0;
        margin: 30px 0
    }
}

.form .flex__wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 1023px) {
    .form .flex__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.form .left {
    width: 50%
}

@media screen and (max-width: 1899px) {
    .form .left {
        width: calc(100% - 620px)
    }
}

@media screen and (max-width: 1023px) {
    .form .left {
        width: 100%
    }
}

.form .right {
    width: 50%
}

@media screen and (max-width: 1899px) {
    .form .right {
        width: 620px
    }
}

.form .right, .form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.form .right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.form h3 {
    font-weight: 900;
    font-size: 22px;
    line-height: 27px;
    text-transform: uppercase;
    color: #fff;
    max-width: 400px
}

.form h3:after {
    background: #fff
}

.form p {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    max-width: 500px
}

.form form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 615px
}

@media screen and (max-width: 767px) {
    .form form {
        width: 100%
    }
}

.form form .form-group {
    width: 300px;
    margin-right: 15px;
    margin-bottom: 15px
}

@media screen and (max-width: 767px) {
    .form form .form-group {
        width: 100%;
        margin-right: 0
    }
}

.form form .form-group:nth-child(2n), .stack .item:nth-child(4n) {
    margin-right: 0
}

.form form .button {
    line-height: 62px;
    height: 64px
}

@media screen and (max-width: 1023px) {
    .form form .button {
        width: 100%
    }
}

.form form input:not([type=checkbox]) {
    height: 64px;
    width: 100%;
    line-height: 64px;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(255, 255, 255, .2);
    border: 0;
    color: #fff;
    outline: 0;
    font-weight: 500;
    font-size: 16px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.form form input:not([type=checkbox]):active, .form form input:not([type=checkbox]):focus {
    background: rgba(0, 0, 0, .2)
}

.form form input:not([type=checkbox])::-webkit-input-placeholder {
    color: #fff
}

.form form input:not([type=checkbox])::-moz-placeholder {
    color: #fff
}

.form form input:not([type=checkbox]):-ms-input-placeholder, .form form input:not([type=checkbox])::-ms-input-placeholder {
    color: #fff
}

.form form input:not([type=checkbox])::placeholder {
    color: #fff
}

.stack .item {
    width: calc((100% - 45px) / 4);
    margin-right: 15px;
    margin-bottom: 15px;
    text-align: center;
}

@media screen and (max-width: 1023px) {
    .stack .item {
        width: calc((100% - 30px) / 3);
    }
}

@media screen and (max-width: 1023px) {
    .stack .item:nth-child(4n) {
        margin-right: 15px
    }
    .stack .item:nth-child(3n) {
        margin-right: 0
    }
}

@media screen and (max-width: 767px) {
    .stack .item {
        width: calc((100% - 20px) / 2);
        margin-right: 20px
    }
    .stack .item:nth-child(3n) {
        margin-right: 20px
    }
    .stack .item:nth-child(2n) {
        margin-right: 0
    }
}

.stack .item p {
    font-weight: 700;
    font-size: 24px;
    color: #111113;
    margin-top: 20px
}

@media screen and (max-width: 767px) {
    .stack .item p {
        margin-bottom: 0
    }
}

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