*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

html,
body {
    height: 100%;
    line-height: 1;
    font-size: 1.5em;
    color: #000;
    font-family: 'Mukta', sans-serif;
}

.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    padding-left: calc(50% - 720px);
    padding-right: calc(50% - 720px);
    background: linear-gradient(#FFF0F9 0%, #fff 17%, #008F9A 39%, #fff 81%, #EFEFEF 100%);
}

.main {
    flex: 1 1 auto;
    padding: 30px;
}

.container {
    display: flex;
    flex-direction: column;
    padding: 20px;
    width: 100%;
    height: 100%;
}

.menu {
    display: block;
    position: absolute;
    text-align: left;
    padding-top: 5px;
    padding-left: 5px;
    color: #000;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 64.8px */
    letter-spacing: -0.72px;
    z-index: 3;
}

.menu li {
    padding-left: 16px;
    background:none;
}

.menu li:hover {
    background-image:  url("image/vporyadke-ellipse-0.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.menu li a {
    color: #000;
}

.menu li a span {
    opacity: 0%;
   
}

.menu li a:hover span {
    opacity: 100%;
    transition: all 1s ease 0s;
}

.logo {
    text-align: center;
}

.logo a img {
    width: 157px;
    height: auto;
}

.greeting {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    height: 725px;
    background-image: url("image/vporyadke-Lilia.png");
    background-size: 39% auto;
    background-repeat: no-repeat;
    background-position: 17% 0%;
}

.greeting-text {
    width: 710px;
    height: auto;
    margin-right: 60px;
}

.zag {
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 2em;
    font-style: normal;
    font-weight: 800;
    line-height: 110%; /* 79.2px */
    padding-bottom: 23px;
}

.podzag {
    text-align: left;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 50.4px */
    padding-bottom: 30px;
}

.about-me {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.image-1 {
    width: 567px;
    height: auto;
    position: absolute;
    right: 140px;
    top: 35px;
    
    animation-name: foto-1;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes foto-1{
    0%{
        top: 35px;
    }
    100%{
        top: -25px;
    }
}

.zero {
    width: 100%;
    height: 180px;
}

.about-me-text {
    width: 1280px;
    height: auto;
    margin: 0 auto;
    border-radius: 30px;
    background: #404040;
    box-shadow: 0px 50px 100px 0px rgba(225, 209, 104, 0.80);
}

.me-zag {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 321px;
    height: 89px;
    margin-left: 47px;
    margin-top: 50px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.3em;
    font-style: normal;
    font-weight: 700;
    background-image: url("image/vporyadke-ellipse-pink.svg");
    background-size: 100% 100%;
}

.me-text {
    padding: 100px;
    padding-top: 70px;
    text-align: left;
    color: #FFF;
    font-size: 0.9em;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 42px */
}

.portfolio {
    width: 1280px;
    height: auto;
    margin: 0 auto;
    padding-top: 150px;
}

.portfolio-zag {
    text-align: left;
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.3em;
    font-style: normal;
    font-weight: 700;
}

.portfolio-zag-hover:hover {
    color: #E1D168;
}

.blog-zag-hover:hover {
    color: #DA6AAD;
}

.portfolio-podzag {
    text-align: left;
    color: #FFF;
    font-size: 0.9em;
    font-style: normal;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 50px;
    line-height: 130%;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.portfolio-work {
    position: relative;
}

.work-text {
    text-align: left;
    color: #FFF;
    font-size: 0.6em;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 21.6px */
}

.wt-1 {
    padding-top: 24px;
    position: relative;
    z-index: 2;
}

.wt-2 {
    padding: 25px;
}

.conditions {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 40px;
    width: 100%;
    padding: 0px 50px;
    background-image: url("image/vporyadke-2.png");
    background-size: 667px auto;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    position: relative;
    
    animation-name: move-bg;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes move-bg{
    0%{
        background-position: 0% 0%;
    }
    100%{
        background-position: 0% 3%;
    }
}

.cond-blog-cont {
    position: relative;
}

.conditions-content {
    margin-top: 160px;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0px 50px 100px 0px #DA6AAD;
}

.ellips-gold {
    background-image: url("image/vporyadke-ellipse-gold.svg");
}

.image-2 {
    width: 370px;
    height: auto;
    position: absolute;
    top: 35%;
    left: 16%;
    
    animation-name: foto-2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes foto-2{
    0%{
        top: 35%;
    }
    100%{
        top: 36%;
    }
}

.image-3 {
    width: 356px;
    height: auto;
    position: absolute;
    top: 40%;
    left: 61%;
    
    animation-name: foto-3;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes foto-3{
    0%{
        top: 40%;
    }
    100%{
        top: 41%;
    }
}

.image-4 {
    width: 694px;
    height: auto;
    position: absolute;
    top: 85%;
    left: 35%;
    z-index: 2;
    
    animation-name: foto-4;
    animation-duration: 3.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes foto-4{
    0%{
        top: 85%;
    }
    100%{
        top: 86%;
    }
}

.black {
    color: #000;
}

.blog {
    padding-top: 150px;
    margin: 0 auto;
    width: 1280px;
    position: relative;
}

.blog-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.blog-content a {
    
}

.blog-img {
    width: 100%;
    height: auto;
    border-radius: 30px;
    filter: brightness(90%);
}

a:hover .blog-img {
    box-shadow: 0px 50px 100px 0px #E1D168;
    filter: brightness(100%);
}

/* Слайдер */

.box-slider {
    display: block;
    width: 100%;
    overflow: hidden;
}

.slider {
    padding-top: 10px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slider_item {
    text-align: center;
    margin: 5px;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.slider_item img {
    border-radius: 30px;
    width: 100%;
    height: auto;
}

.slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    font-size: 0;
}

.slider .slick-arrow.slick-prev {
    left: 0;
}

.slider .slick-arrow.slick-next {
    right: 0;
}

.slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider .slick-dots li {
    list-style: none;
    margin: 0px 10px;
}

.slider .slick-dots button {
    font-size: 0;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-radius: 7px;
    border: 0px;
}

.slider .slick-dots li.slick-active button {
    transition: all 0.5s ease 0s;
    width: 42px;
}

/* Ограничивающая оболочка */
.slick-list {
    overflow: hidden;
}

/* Лента слайдов */
.slick-track {
    display: flex;
}

/* Контакты */

.contacts {
    padding-top: 150px;
    margin: 0 auto;
    width: 1280px;
    position: relative;
    line-height: 140%;
}

.icon-ss:hover {
    color: #E1D168;
}

.icon-ss {
    padding-right: 10px;
}

.padding-bottom {
    padding-bottom: 0px;
}

.footer {
    display: flex;
    justify-content: center;
    font-size: 0.6em;
    color: #000;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 21.6px */
}

.footer-text {
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 530px;
    height: 123px;
    background-image: url(image/vporyadke-ellipse-1.svg);
    background-size: 100% 100%;
    margin-top: 60px;
    margin-bottom: 70px;
}

.footer-text:hover {
    color: #E1D168;
}

@media (max-width:1440px) {
    .wrapper {
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    }
}

@media (max-width:1400px) {
    
    .logo a img {
        margin-bottom: -20px;
    }
    
    .menu {
        font-size: 0.75em;
    }
    
    .greeting {
        height: 515px;
        background-size: 27% auto;
        background-repeat: no-repeat;
        background-position: 26% 0%;
    }
    
    .greeting-text {
        width: 608px;
        margin-right: 110px;
    }
    
    .zag {
        font-size: 1.75em;
    }
    
    .podzag {
        font-size: 0.75em;
    }
    
    .about-me {
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
    }
    
    .me-text {
        font-size: 0.75em;
    }
    
    .about-me-text {
        width: 100%;
    }
    
    .portfolio {
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
    }
    
    .portfolio-podzag {
        font-size: 0.75em;
    }
    
    .work-text {
    font-size: 0.5em;
    }
    
    .conditions {
        background-size: 575px auto;
    }
    
    .blog {
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
    }
    
    .contacts {
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
    }
    
    .image-1 {
        width: 512px;
        top: 35px;
    }
    
        @keyframes foto-1{
        0%{
            top: 35px;
        }
        100%{
            top: -15px;
        }
    }
    
    .image-2 {
        width: 335px;
    }
    
    .image-3 {
        width: 310px;
    }
    
    .image-4 {
        width: 590px;
        top: 82%;
        left: 45%;
    }
    
    @keyframes foto-4{
        0%{
            top: 82%;
        }
        100%{
            top: 83%;
        }
    }
    
}

@media (max-width:1280px) {
    
    .greeting {
        background-position: 19% 0%;
    }
    
    .greeting-text {
        margin-right: 75px;
    }
    
    .portfolio-grid {
        gap: 20px;
    }
    
    .image-1 {
        width: 475px;
    }
    
    .image-2 {
        width: 320px;
        left: 14%;
        top: 34%;
    }
    
    @keyframes foto-2{
        0%{
            top: 34%;
        }
        100%{
            top: 35%;
        }
    }
    
    .image-3 {
        width: 295px;
        top: 41%;
        left: 61%;
    }

    @keyframes foto-3{
        0%{
            top: 41%;
        }
        100%{
            top: 42%;
        }
    }
    
    .image-4 {
        width: 570px;
        top: 84%;
        left: 45%;
    }
    
    @keyframes foto-4{
        0%{
            top: 84%;
        }
        100%{
            top: 85%;
        }
    }
    
    .conditions {
        background-size: 550px auto;
        grid-column-gap: 20px;
    }
    
    .footer {
        font-size: 0.5em;
    }
    
    .footer-text {
        width: 430px;
        margin-bottom: 40px;
    }
    
}

@media (max-width:1150px) {
    
    .greeting {
        background-position: 16% 0%;
    }
    
    .image-2 {
        left: 14%;
        top: 36%;
    }
    
    @keyframes foto-2{
        0%{
            top: 36%;
        }
        100%{
            top: 37%;
        }
    }
    
    .image-3 {
        width: 295px;
        top: 43%;
        left: 61%;
    }

    @keyframes foto-3{
        0%{
            top: 43%;
        }
        100%{
            top: 44%;
        }
    }
    
}

@media (max-width:1080px) {
    
    .greeting {
        height: 582px;
        background-size: 33% auto;
        background-position: 12% 18%;
    }
    
    .greeting-text {
        margin-right: 5px;
    }
    
    .image-1 {
        width: 405px;
        top: 35px;
        right: 77px;
    }
    
        @keyframes foto-1{
        0%{
            top: 35px;
        }
        100%{
            top: 10px;
        }
    }
    
    .conditions {
        grid-template-columns: 150px 2fr;
        background-size: 390px auto;
    }
    
    .image-2 {
        width: 290px;
        left: 2%;
    }
    
    .image-3 {
        width: 270px;
    }
    
    .image-4 {
        width: 480px;
    }
    
}

@media (max-width:980px) {
    
    .menu {
        padding-top: 15px;
        padding-left: 15px;
    }
    
    .greeting {
        height: 905px;
        background-size: 48% auto;
        background-position: 25% 6%;
    }
    
    .greeting-text {
        width: 594px;
        padding-left: 30px;
    }
    
    .me-text {
        padding: 50px;
    }
    
    .zero {
        height: 100px;
    }
    
    .conditions {
        grid-template-columns: 100px 2fr;
        background-size: 375px auto;
    }
    
    .image-1 {
        width: 325px;
        top: 25px;
        right: 77px;
    }
    
        @keyframes foto-1{
        0%{
            top: 25px;
        }
        100%{
            top: -15px;
        }
    }
    
    .image-2 {
        width: 225px;
        left: 0%;
        top: 35%;
    }
    
        @keyframes foto-2{
        0%{
            top: 35%;
        }
        100%{
            top: 36%;
        }
    }
    
    .image-3 {
        width: 235px;
        top: 41%;
        left: 61%;
    }

    @keyframes foto-3{
        0%{
            top: 41%;
        }
        100%{
            top: 42%;
        }
    }
    
    .image-4 {
        width: 385px;
    }
    
}

@media (max-width:930px) {
    
    .greeting {
        height: 1210px;
        background-size: 58% auto;
        background-position: 25% 6%;
    }
    
    .greeting-text {
        width: 710px;
        padding-left: 30px;
        margin-right: auto;
    }
    
    .zag {
        font-size: 2em;
    }
    
    .podzag {
        font-size: 1em;
    }
    
}

@media (max-width:880px) {
    
    .greeting {
        height: 900px;
        background-size: 52% auto;
        background-position: 25% 7%;
    }
    
    .greeting-text {
        width: 630px;
    }
    
    .zag {
        font-size: 1.5em;
    }
    
    .podzag {
        font-size: 0.75em;
    }
    
    .portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .blog-content {
        grid-template-columns: repeat(2, 1fr);
    }

    .image-2 {
        width: 200px;
        left: 0%;
        top: 28%;
    }
    
            @keyframes foto-2{
        0%{
            top: 28%;
        }
        100%{
            top: 29%;
        }
    }
    
    .image-3 {
        width: 225px;
        top: 31%;
    }
    
        @keyframes foto-3{
        0%{
            top: 31%;
        }
        100%{
            top: 32%;
        }
    }
    
    .image-4 {
        width: 350px;
        top: 87%;
        left: 48%;
    }
    
    @keyframes foto-4{
        0%{
            top: 87%;
        }
        100%{
            top: 88%;
        }
    }
    
}

@media (max-width:840px) {
    
    .slider .slick-dots li {
        margin: 0px 3px;
    }

    .slider .slick-dots button {
        width: 8px;
        height: 8px;
        border-radius: 4px;
    }

    .slider .slick-dots li.slick-active button {
        width: 24px;
    }
    
}

@media (max-width:780px) {
    
    .image-2 {
        width: 200px;
        left: 0%;
        top: 32%;
    }
    
            @keyframes foto-2{
        0%{
            top: 32%;
        }
        100%{
            top: 33%;
        }
    }
    
    .image-3 {
        width: 225px;
        top: 34%;
    }
    
        @keyframes foto-3{
        0%{
            top: 34%;
        }
        100%{
            top: 35%;
        }
    }
    
}

@media (max-width:480px) {
    
    .main {
        padding: 20px;
    }
    
    .container {
        padding: 0px;
    }
    
    .menu {
        padding-top: 115px;
        padding-left: 0px;
        margin-left: -23px;
    }
    
    .greeting {
        height: 730px;
        background-size: 81% auto;
        background-position: 100% 14%;
    }
    
    .greeting-text {
        width: 367px;
        padding-left: 0px;
    }
    
    .zag {
        font-size: 1em;
    }
    
    .podzag {
        font-size: 0.5em;
    }
    
    .about-me {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .me-zag {
        width: 220px;
        height: 70px;
        font-size: 0.875em;
        margin-left: 25px;
    }
    
    .me-text {
        padding: 25px;
        font-size: 0.5em;
        padding-bottom: 50px;
    }
    
    .image-1 {
        width: 217px;
        top: 25px;
        right: 10px;
    }
    
            @keyframes foto-1{
        0%{
            top: 25px;
        }
        100%{
            top: 40px;
        }
    }
    
    .portfolio {
        padding-left: 0;
        padding-right: 0;
        padding-top: 100px;
    }
    
    .portfolio-zag {
        font-size: 0.875em;
    }
    
    .portfolio-podzag {
        font-size: 0.5em;
        padding-bottom: 20px;
    }
    
    .work-text {
        font-size: 0.4em;
    }
    
    .conditions {
        grid-template-columns: 30px 2fr;
        background-size: 220px auto;
        padding: 0px 0px;
    }
    
    .conditions-content {
        margin-top: 110px;
    }
    
    .image-2 {
        width: 130px;
        top: 30%;
    }
    
            @keyframes foto-2{
        0%{
            top: 30%;
        }
        100%{
            top: 31%;
        }
    }
    
    .image-3 {
        width: 145px;
        left: 57%;
    }
    
    .image-4 {
        width: 256px;
        left: 26%;
        top: 83%;
    }
    
    @keyframes foto-4{
        0%{
            top: 83%;
        }
        100%{
            top: 84%;
        }
    }
    
    .blog {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .contacts {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .footer {
        font-size: 0.35em;
    }
    
    .footer-text {
        width: 300px;
        height: 77px;
        margin-top: 0px;
        margin-bottom: 35px;
    }
    
}

@media (max-width:420px) {
    
    .image-2 {
        width: 130px;
        top: 31%;
    }
    
            @keyframes foto-2{
        0%{
            top: 31%;
        }
        100%{
            top: 32%;
        }
    }
    
    .image-3 {
        top: 32%;
    }
    
        @keyframes foto-3{
        0%{
            top: 32%;
        }
        100%{
            top: 33%;
        }
    }
    
}

@media (max-width:395px) {
    
    .image-2 {
        top: 35%;
    }
    
            @keyframes foto-2{
        0%{
            top: 35%;
        }
        100%{
            top: 36%;
        }
    }
    
    .image-3 {
        top: 35%;
    }
    
        @keyframes foto-3{
        0%{
            top: 35%;
        }
        100%{
            top: 36%;
        }
    }
    
        .image-4 {
        left: 26%;
        top: 85%;
    }
    
    @keyframes foto-4{
        0%{
            top: 85%;
        }
        100%{
            top: 86%;
        }
    }
    
}

