@font-face {
    font-family: Inter;
    src: url(../fonts/Inter-Light.woff2) format("woff2"), url(../fonts/Inter-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url(../fonts/Inter-Regular.woff2) format("woff2"), url(../fonts/Inter-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Cormorant Garamond";
    src: url(../fonts/CormorantGaramond-Regular.woff2) format("woff2"), url(../fonts/CormorantGaramond-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Futura PT";
    src: url(../fonts/FuturaPT-Book.woff2) format("woff2"), url(../fonts/FuturaPT-Book.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Futura PT";
    src: url(../fonts/FuturaPT-Medium.woff2) format("woff2"), url(../fonts/FuturaPT-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

body {
    font-family: Inter, "Open Sans", sans-serif, Arial;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.285714;
    min-height: 100vh;
    position: relative;
    min-width: 320px;
    background: #fff;
    color: #111;
    padding: 0;
    margin: 0
}

a,
button {
    color: inherit;
    cursor: pointer;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    text-decoration: none;
    outline: 0
}

a:hover,
button:hover {
    color: inherit
}

svg {
    display: block;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

svg use {
    display: block
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

.list-style-none {
    list-style: none
}

.text-reset {
    margin: 0;
    padding: 0
}

input,
textarea {
    font-family: FuturaPT, "Open Sans", sans-serif;
    -webkit-appearance: none;
    border: none;
    outline: 0;
    background: 0 0;
    border-radius: 0;
    font-weight: 400
}

button {
    font-family: FuturaPT, "Open Sans", sans-serif;
    -webkit-appearance: none;
    border: none;
    outline: 0;
    background: 0 0;
    border-radius: 0;
    cursor: pointer;
    padding: 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    font-weight: 700
}

*,
:focus,
:hover,
:visited {
    text-decoration: none;
    outline: 0
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    -webkit-tap-highlight-color: transparent
}

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

footer,
header,
section {
    max-width: 2560px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.wrapper {
    max-width: 1600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 80px;
    padding-right: 80px
}

@media (max-width:1279px) {
    .wrapper {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width:767px) {
    .wrapper {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:359px) {
    .wrapper {
        padding-left: 10px;
        padding-right: 10px
    }
}

.wrapper-full {
    max-width: 2560px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px
}

@media (max-width:1279px) {
    .wrapper-full {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width:767px) {
    .wrapper-full {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:359px) {
    .wrapper-full {
        padding-left: 10px;
        padding-right: 10px
    }
}

.main-header {
    padding: 24px 50px 0
}

.main-header-home {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    color: #fff
}

@media (max-width:1279px) {
    .main-header {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width:767px) {
    .main-header {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:359px) {
    .main-header {
        padding-left: 10px;
        padding-right: 10px
    }
}

.main-header-top {
    padding-bottom: 30px
}

.main-header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-gap: 0 40px
}

.main-header-row-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-gap: 0 40px
}

.main-header-logo {
    display: block;
    width: 308px
}

.main-header-logo img {
    width: 100%;
    height: auto
}

@media (max-width:479px) {
    .main-header {
        padding-top: 20px
    }

    .main-header-top {
        padding-bottom: 20px
    }

    .main-header-logo {
        width: 200px
    }
}

.menu-opener {
    font-family: "Futura PT", Inter, "Open Sans", sans-serif, Arial;
    letter-spacing: .04em;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    padding-right: 38px;
    display: none
}

.menu-opener .menu-opener__icon {
    display: block;
    width: 27px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.menu-opener .menu-opener__icon:after,
.menu-opener .menu-opener__icon:before {
    content: "";
    display: block;
    width: 27px;
    height: 2px;
    background: #111;
    position: absolute;
    left: 0
}

.menu-opener .menu-opener__icon:before {
    top: 0
}

.menu-opener .menu-opener__icon:after {
    bottom: 0
}

@media (max-width:1279px) {
    .main-header-menu {
        display: none
    }

    .menu-opener {
        display: block
    }
}

.main-header-menu__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    grid-gap: 0 38px;
    white-space: nowrap;
    font-family: "Futura PT", Inter, "Open Sans", sans-serif, Arial;
    letter-spacing: .04em
}

.main-header-menu__links>.menu-item>a {
    position: relative;
    display: block;
    padding-top: 9px
}

.main-header-menu__links>.menu-item>a:hover {
    opacity: .6
}

.main-header-menu__links>.menu-item.current-menu-item>a:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #111;
    position: absolute;
    left: 0;
    bottom: -30px
}

.main-header-bottom {
    border-top: 1px solid #111;
    padding-top: 29px
}

@media (max-width:479px) {
    .main-header-bottom {
        padding-top: 20px
    }
}

.socials-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 0 15px
}

.socials-links svg {
    fill: #111
}

.socials-links a:hover {
    opacity: .6
}

.main-header-title {
    font-family: "Cormorant Garamond", Inter, "Open Sans", sans-serif, Arial;
    font-size: 19px;
    letter-spacing: .05em;
    font-weight: 400
}

.main-header-socials {
    padding-top: 6px
}

@media (max-width:479px) {
    .main-header-socials {
        padding-top: 0
    }
}

.main-header-home .main-header-menu__link-active:after,
.main-header-home .main-header-menu__links>.menu-item.current-menu-item>a:after {
    background: #fff
}

.main-header-home .main-header-bottom {
    border-top-color: #fff
}

.main-header-home .socials-links svg {
    fill: #fff
}

.main-header-home .menu-opener .menu-opener__icon:after,
.main-header-home .menu-opener .menu-opener__icon:before {
    background: #fff
}

.footer-main {
    padding-left: 50px;
    padding-right: 50px
}

@media (max-width:1279px) {
    .footer-main {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width:767px) {
    .footer-main {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:359px) {
    .footer-main {
        padding-left: 10px;
        padding-right: 10px
    }
}

.footer-main-row {
    border-top: 1px solid #111;
    padding-top: 21px;
    padding-bottom: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-gap: 0 40px
}

@media (max-width:479px) {
    .footer-main-row {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.footer-main-copirights {
    font-size: 11.25px;
    letter-spacing: .05em;
    font-weight: 400
}

.home-posts-section {
    padding-bottom: 100px;
    position: relative;
    z-index: 2
}

.home-posts-section:before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 320px);
    background: #898989;
    position: absolute;
    left: 50%;
    bottom: 80px
}

.home-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-gap: 64px 80px;
    position: relative;
    margin-top: -240px
}

.home-post {
    position: relative;
    width: calc((100% - 80px)/ 2)
}

@media (max-width:1023px) {
    .home-posts {
        grid-gap: 36px 40px
    }

    .home-post {
        width: calc((100% - 40px)/ 2)
    }
}

@media (max-width:767px) {
    .home-posts-section {
        padding-bottom: 60px
    }

    .home-posts-section:before {
        display: none
    }

    .home-posts {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 36px 0;
        margin-top: -60px
    }

    .home-post {
        width: 100%
    }
}

.home-post__img {
    padding-top: 123.52941%;
    position: relative;
    display: block
}

.home-post__img img,
.home-post__img video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1
}

.home-post__img:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    opacity: .5;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.home-post__img:hover:before {
    opacity: 0
}

.home-post__content {
    background: #fff;
    padding: 27px 40px 27px 0;
    width: 100%;
    max-width: 440px;
    margin-top: -80px;
    position: relative;
    z-index: 3
}

@media (max-width:1279px) {
    .home-post__content {
        max-width: calc(100% - 40px)
    }
}

.home-post__heading {
    font-family: "Cormorant Garamond", Inter, "Open Sans", sans-serif, Arial;
    font-size: 20.84px;
    line-height: 1.41;
    font-weight: 400;
    left: .21px;
    text-transform: uppercase;
    margin-bottom: .5em
}

.home-post__heading a:hover {
    opacity: .6
}

.home-post__excerpt {
    font-size: 14px;
    line-height: 1.2857em;
    color: #aaa;
    font-weight: 300;
    margin-bottom: 2.14285em
}

.home-post__date {
    font-family: "Cormorant Garamond", Inter, "Open Sans", sans-serif, Arial;
    font-size: 14px;
    letter-spacing: .17px
}

.home-post:nth-child(even) {
    margin-top: 120px
}

.home-post:nth-child(even) .home-post__content {
    padding-left: 40px;
    margin-left: auto
}

.home-section-img {
    height: 100vh;
    min-height: 480px
}

.home-section-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:1023px) {
    .home-post__content {
        max-width: calc(100% - 20px);
        padding: 27px 20px 27px 0
    }

    .home-post:nth-child(even) {
        margin-top: 80px
    }

    .home-post:nth-child(even) .home-post__content {
        padding-left: 20px
    }

    .home-section-img {
        min-height: 0;
        height: auto
    }

    .home-section-img img {
        min-height: 640px
    }
}

@media (max-width:767px) {
    .home-post__content {
        max-width: calc(100% - 40px);
        padding: 27px 40px 27px 0
    }

    .home-post:nth-child(even) {
        margin-top: 0
    }

    .home-post:nth-child(even) .home-post__content {
        padding-left: 0;
        margin-left: 0
    }

    .home-section-img img {
        min-height: 480px
    }
}

.works-section {
    padding-top: 43px;
    padding-bottom: 80px
}

.work-opener {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.work-opener:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #111;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 50px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.work-opener:hover .work-opener__title {
    opacity: .6
}

.work-opener__title {
    font-size: 50px;
    font-family: "Cormorant Garamond", Inter, "Open Sans", sans-serif, Arial;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    letter-spacing: .0125em;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

@media (max-width:1599px) {
    .work-opener__title {
        font-size: 42px
    }
}

@media (max-width:1439px) {
    .work-opener:after {
        margin-left: 40px
    }

    .work-opener__title {
        font-size: 36px
    }
}

@media (max-width:767px) {
    .works-section {
        padding-bottom: 40px
    }

    .work-opener:after {
        margin-left: 20px
    }

    .work-opener__title {
        font-size: 24px
    }
}

.work-opener__counter {
    font-size: 26px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-family: "Cormorant Garamond", Inter, "Open Sans", sans-serif, Arial;
    margin-top: .07em;
    margin-left: .69em;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.work-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 26px
}

.work-gallery__img {
    padding-top: 123.389%;
    position: relative;
    display: block
}

.work-gallery__img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.work-gallery__img:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.work-gallery__img-video:after {
    content: "";
    display: block;
    width: 55px;
    height: 62px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nNTUnIGhlaWdodD0nNjInIHZpZXdCb3g9JzAgMCA1NSA2MicgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNNTIuNSAyNi42Njk5QzU1LjgzMzMgMjguNTk0NCA1NS44MzMzIDMzLjQwNTYgNTIuNSAzNS4zMzAxTDcuNSA2MS4zMTA5QzQuMTY2NjcgNjMuMjM1NCAtMy4wNTIzNmUtMDYgNjAuODI5OCAtMi44ODQxMWUtMDYgNTYuOTgwOEwtNi4xMjhlLTA3IDUuMDE5MjRDLTQuNDQ1NTVlLTA3IDEuMTcwMjQgNC4xNjY2NyAtMS4yMzUzOSA3LjUgMC42ODkxMDhMNTIuNSAyNi42Njk5WicgZmlsbD0nd2hpdGUnLz48L3N2Zz4K) center/contain no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.work-gallery__img:hover:before {
    opacity: 0
}

.work-gallery__img:hover:after {
    opacity: 1
}

.work-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.work-content__wrapper {
    padding-top: 15px;
    padding-bottom: 48px
}

.work {
    border-bottom: 1px solid #898989;
    padding-bottom: 32px;
    padding-top: 22px
}

.work:last-child {
    border-bottom: none
}

.work.work-opened {
    border-bottom-width: 0
}

.work.work-opened .work-opener__counter {
    margin-left: 1.07692em;
    margin-top: .384615em
}

.work.work-opened .work-opener:after {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto
}

.work.work-opened .work-opener__title {
    font-size: 76px
}

.work.work-opened .work-content {
    height: auto;
    max-height: 2400px;
    max-height: none
}

@media (max-width:1599px) {
    .work.work-opened .work-opener__title {
        font-size: 64px
    }
}

@media (max-width:1439px) {
    .work-gallery {
        grid-gap: 20px
    }

    .work.work-opened .work-opener__title {
        font-size: 48px
    }
}

@media (max-width:767px) {
    .work-opener__counter {
        font-size: 16px;
        margin-top: 0
    }

    .work-gallery {
        grid-gap: 10px
    }

    .work-gallery__img-video:after {
        width: 32px;
        height: 46px
    }

    .work {
        padding-top: 18px;
        padding-bottom: 18px
    }

    .work.work-opened .work-opener__title {
        font-size: 30px
    }

    .work.work-opened .work-content {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.lg-backdrop {
    background: #fff
}

.lg-counter,
.lg-toolbar .lg-icon {
    color: #111
}

.lg-next,
.lg-prev {
    background: 0 0
}

.lg-next:after,
.lg-next:before,
.lg-prev:after,
.lg-prev:before {
    color: #111
}

.lg-next:hover,
.lg-prev:hover {
    opacity: .6
}

.about-me-section,
.contacts-section,
.testimonials-section {
    padding-top: 58px;
    padding-bottom: 140px
}

.testimonials-first-image {
    margin-bottom: 120px
}

.testimonials-first-image img {
    width: 100%
}

@media (max-width:1023px) {
    .work-gallery {
        grid-template-columns: repeat(2, 1fr)
    }

    .about-me-section,
    .contacts-section,
    .testimonials-section {
        padding-bottom: 80px
    }

    .testimonials-first-image {
        margin-bottom: 80px
    }
}

.testimonials-list {
    max-width: 1080px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.testimonials-item {
    display: grid;
    grid-template-columns: 120px 1fr;
    grid-gap: 0 80px
}

.testimonials-item:not(:last-child) {
    margin-bottom: 102px
}

@media (max-width:1279px) {
    .testimonials-item {
        grid-gap: 0 40px
    }
}

.testimonials-item__photo {
    width: 120px;
    height: 120px;
    border-radius: 50%
}

.testimonials-item__photo img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:767px) {

    .about-me-section,
    .contacts-section,
    .testimonials-section {
        padding-top: 40px;
        padding-bottom: 60px
    }

    .testimonials-item {
        display: block;
        text-align: center
    }

    .testimonials-item__photo {
        margin: 0 auto 36px
    }
}

.testimonials-item__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-gap: 10px;
    margin-bottom: 10px
}

.testimonials-item__star {
    display: block;
    width: 26px;
    height: 24px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjYnIGhlaWdodD0nMjQnIHZpZXdCb3g9JzAgMCAyNiAyNCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMTMgMEwxNy41ODQ3IDYuNjg5NjdMMjUuMzYzNyA4Ljk4Mjc4TDIwLjQxODIgMTUuNDEwM0wyMC42NDEyIDIzLjUxNzJMMTMgMjAuOEw1LjM1ODc5IDIzLjUxNzJMNS41ODE3NiAxNS40MTAzTDAuNjM2MjY2IDguOTgyNzhMOC40MTUyNyA2LjY4OTY3TDEzIDBaJyBmaWxsPScjRTJDNDhCJy8+PC9zdmc+Cg==) center/contain no-repeat
}

.testimonials-item__star-empty {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjYnIGhlaWdodD0nMjQnIHZpZXdCb3g9JzAgMCAyNiAyNCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMTMgMEwxNy41ODQ3IDYuNjg5NjdMMjUuMzYzNyA4Ljk4Mjc4TDIwLjQxODIgMTUuNDEwM0wyMC42NDEyIDIzLjUxNzJMMTMgMjAuOEw1LjM1ODc5IDIzLjUxNzJMNS41ODE3NiAxNS40MTAzTDAuNjM2MjY2IDguOTgyNzhMOC40MTUyNyA2LjY4OTY3TDEzIDBaJyBmaWxsPScjRTRFNEU0Jy8+PC9zdmc+Cg==)
}

.testimonials-item__name {
    font-family: "Cormorant Garamond", Inter, "Open Sans", sans-serif, Arial;
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 1em
}

@media (max-width:767px) {
    .testimonials-item__stars {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .testimonials-item__name {
        margin-bottom: .5em
    }
}

.testimonials-item__text {
    font-family: "Futura PT", Inter, "Open Sans", sans-serif, Arial;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 1.235294em;
    letter-spacing: .01em
}

.testimonials-item__meta {
    font-family: "Cormorant Garamond", Inter, "Open Sans", sans-serif, Arial;
    font-size: 17px;
    line-height: 1.6;
    color: #aaa
}

.testimonials-leave {
    margin-top: 180px;
    max-width: 1080px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

@media (max-width:1023px) {
    .testimonials-item:not(:last-child) {
        margin-bottom: 60px
    }

    .testimonials-leave {
        margin-top: 120px
    }
}

@media (max-width:767px) {
    .testimonials-leave {
        margin-top: 80px
    }
}

.testimonials-leave__heading {
    font-family: "Cormorant Garamond", Inter, "Open Sans", sans-serif, Arial;
    font-size: 17px;
    line-height: 1.6;
    letter-spacing: .01em
}

.testimonials-leave__link {
    font-family: "Futura PT", Inter, "Open Sans", sans-serif, Arial;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-top: 54px
}

.testimonials-leave__link a {
    display: inline-block;
    border-bottom: 2px solid #111;
    padding-bottom: .75em
}

.testimonials-leave__link a:hover {
    border-bottom-color: transparent
}

.mens-photos-section {
    padding-top: 60px;
    padding-bottom: 80px
}

@media (max-width:767px) {
    .testimonials-leave__link {
        margin-top: 24px
    }

    .mens-photos-section {
        padding-top: 48px;
        padding-bottom: 60px
    }
}

.mens-photos {
    margin: -20px
}

.mens-photo {
    display: block;
    width: 25%;
    padding: 20px
}

.mens-photo img {
    width: 100%
}

@media (max-width:1599px) {
    .mens-photos {
        margin: -10px
    }

    .mens-photo {
        padding: 10px
    }
}

@media (max-width:1279px) {
    .mens-photo {
        width: 33.33333%
    }
}

@media (max-width:767px) {
    .mens-photo {
        width: 50%
    }
}

@media (max-width:479px) {
    .mens-photos {
        margin: -5px
    }

    .mens-photo {
        padding: 5px
    }
}

.contacts {
    max-width: 488px
}

.contacts-text p {
    padding: 0;
    margin: 0;
    font-family: "Futura PT", Inter, "Open Sans", sans-serif, Arial;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: .01em
}

.contacts-text p:not(:last-child) {
    margin-bottom: 1.6em
}

.contacts-text p a:hover {
    opacity: .6
}

.contacts-form {
    display: block;
    max-width: 420px;
    width: 100%;
    margin-top: 36px
}

.contacts-form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 18px 20px
}

.contacts-form__col-full {
    grid-column: span 2
}

.contacts-form__label {
    display: block;
    font-family: "Futura PT", Inter, "Open Sans", sans-serif, Arial;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .01em;
    margin-bottom: 6px
}

.contacts-form__label-required:after {
    content: " *";
    color: #943d3d
}

.contacts-form__input,
.contacts-form__textarea {
    display: block;
    width: 100%;
    background: #fff;
    font-family: "Futura PT", Inter, "Open Sans", sans-serif, Arial;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    border-bottom: 1px solid #111;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.contacts-form__input:focus,
.contacts-form__textarea:focus {
    border-bottom-width: 2px
}

.contacts-form__input {
    height: 30px;
    padding: 0
}

.contacts-form__textarea {
    height: 84px;
    padding: 0;
    resize: none
}

.contacts-form__button {
    margin-top: 10px
}

.button {
    font-family: "Futura PT", Inter, "Open Sans", sans-serif, Arial;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    min-height: 40px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    padding: 0 20px;
    min-width: 140px;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    text-transform: uppercase
}

.button-white-border {
    background: #fff;
    color: #111;
    border-color: #111
}

.button-white-border:hover {
    background: #111;
    color: #fff
}

.about-me {
    max-width: 884px;
    border-bottom: 1px solid #111
}

.about-me:after {
    content: "";
    display: inline-table;
    width: 100%;
    clear: both
}

.about-me__photo {
    width: 56.3%;
    float: left;
    margin: 0 40px 0 0
}

@media (max-width:1023px) {
    .about-me__photo {
        width: 100%;
        max-width: 498px;
        float: none;
        margin: 0 0 36px
    }
}

.about-me__heading {
    font-family: "Cormorant Garamond", Inter, "Open Sans", sans-serif, Arial;
    font-size: 19px;
    letter-spacing: .05em;
    font-weight: 400
}

.about-me__hr {
    margin-top: 27px;
    margin-bottom: 21px;
    border: none;
    border-top: 1px solid #111
}

.about-me__text p {
    font-family: "Futura PT", Inter, "Open Sans", sans-serif, Arial;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6
}

.about-me__text p:not(:last-child) {
    margin-bottom: 1.6em
}

.about-me__content h2 {
    font-family: "Cormorant Garamond", Inter, "Open Sans", sans-serif, Arial;
    font-size: 19px;
    letter-spacing: .05em;
    font-weight: 400;
    margin: 0;
    padding: 0
}

.about-me__content hr {
    margin-top: 27px;
    margin-bottom: 21px;
    border: none;
    border-top: 1px solid #111
}

.about-me__content p {
    font-family: "Futura PT", Inter, "Open Sans", sans-serif, Arial;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    padding: 0
}

.about-me__content p:not(:last-child) {
    margin-bottom: 1.6em
}

@media (max-width:1279px) {
    .menu-opened {
        overflow: hidden
    }

    .menu-opened .mobile-menu {
        display: block
    }
}

.mobile-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 100;
    display: none;
    opacity: 1
}

@media (min-width:1280px) {
    .mobile-menu {
        display: none !important
    }
}

.mobile-menu-close {
    display: block;
    width: 27px;
    height: 27px;
    position: fixed;
    right: 40px;
    top: 24px;
    z-index: 10;
    cursor: pointer
}

.mobile-menu-close:after,
.mobile-menu-close:before {
    content: "";
    display: block;
    width: 27px;
    border-top: 2px solid #111;
    position: absolute;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

.mobile-menu-close:before {
    left: 6px;
    top: 4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mobile-menu-close:after {
    left: 4px;
    bottom: 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media (max-width:479px) {
    .mobile-menu-close {
        top: 16px
    }
}

.mobile-menu__overflow {
    width: 100%;
    height: 100%;
    overflow: auto;
    padding-top: 96px;
    padding-bottom: 96px
}

.mobile-menu__content {
    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;
    min-height: 100%;
    padding-left: 20px;
    padding-right: 20px
}

.mobile-menu-links {
    font-family: "Cormorant Garamond", Inter, "Open Sans", sans-serif, Arial;
    font-size: 30px;
    font-weight: 400;
    text-align: center
}

.mobile-menu-links li:not(:last-child) {
    margin-bottom: 1em
}

.mobile-menu-link.main-header-menu__link-active,
.mobile-menu-links .current-menu-item a {
    color: #943d3d
}

.lg-sub-html {
    display: none
}

.lg-toolbar .lg-icon:hover {
    color: #000;
    opacity: .6
}

.contacts-form p {
    margin: 0 !important
}

.contacts-form br {
    display: none !important
}

.main-header-menu__links>.menu-item>a,
.main-header-title,
.mobile-menu-links {
    text-transform: uppercase
}

.testimonials-plugin {
    max-width: 1080px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.testimonials-plugin .testimonial:not(:last-child) {
    margin-bottom: 102px
}

@media (max-width:1023px) {
    .testimonials-plugin .testimonial:not(:last-child) {
        margin-bottom: 60px
    }
}

.testimonials-plugin .testimonial-inner {
    position: relative;
    padding-left: 200px;
    min-height: 120px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width:1279px) {
    .testimonials-plugin .testimonial-inner {
        padding-left: 160px
    }
}

.testimonials-plugin .testimonial-heading {
    font-family: "Cormorant Garamond", Inter, "Open Sans", sans-serif, Arial;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0 0 1em;
    padding: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.testimonials-plugin .testimonial-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0
}

.testimonials-plugin .testimonial-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:767px) {
    .mobile-menu-close {
        right: 20px
    }

    .testimonials-plugin .testimonial-inner {
        padding-left: 0;
        text-align: center
    }

    .testimonials-plugin .testimonial-heading {
        margin-bottom: .5em
    }

    .testimonials-plugin .testimonial-image {
        position: static;
        margin: 0 auto 36px
    }
}

.testimonials-plugin .testimonial-content {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.testimonials-plugin .testimonial-content pre {
    font-family: "Futura PT", Inter, "Open Sans", sans-serif, Arial;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 1.235294em;
    letter-spacing: .01em;
    white-space: normal
}

.testimonials-plugin .testimonial-field:has(.strong-rating) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.testimonials-plugin .testimonial-field {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    font-family: "Cormorant Garamond", Inter, "Open Sans", sans-serif, Arial;
    font-size: 17px;
    line-height: 1.6;
    color: #aaa
}

.testimonials-plugin .strong-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-gap: 10px;
    margin-bottom: 10px
}

@media (max-width:767px) {
    .testimonials-plugin .strong-rating {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.testimonials-plugin .strong-rating .star {
    display: block;
    width: 26px;
    height: 24px
}

.testimonials-plugin .strong-rating .star svg {
    width: 100%;
    height: auto
}

.testimonials-plugin .strong-rating .star svg path {
    fill: #e2c48b
}

.work-gallery__img video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover
}