/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.main{
    background: #FFD200;
    position: relative;
    height: 100%;
}
.main::before {
    position: absolute;
    content: '';
    background: url('../img/frame-1.webp');
    background-size: 3000px 542px;
    background-position: center;
    background-repeat: repeat-x;
    height: 542px;
    width: calc(100% + 733px);
    left: 0;
    right: 0px;
    top: 326px;
    z-index: 1;
}
.main::after {
    position: absolute;
    content: '';
    top: 740px;
    bottom: 0;
    background-color: #fff;
    left: 0;
    right: 0;
    z-index: 1;
}
.main .container{
    position: relative;
    z-index: 3;
    height: 100%;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.main__inner{
    margin-top: 205px;
    min-height: 618px;

    position: relative;
}
.main__inner::after {
    pointer-events: none;
    position: absolute;
    content: '';
    background: url('../img/product/bg-icon.svg');
    background-position: center;
    background-repeat: repeat-x;
    height: 4466.762px;
    width: 1769.065px;
    left: -273px;
    right: 0px;
    top: 66px;
    z-index: 4;
}
.main__menu{
    padding-top: 11px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}
.main__link{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
}
.main__title{
    text-align: center;
    margin-bottom: 41px;
}
.main__descr{
    color: #232323;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.main__block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
}
.main__box{
    width: 50%;
}
.main__img{
    width: 100%;
}
.main__content{
    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;
    gap: 50px;
    margin-top: 42px;
    position: relative;
    z-index: 1;
    width: 50%;
}
.main__name{
    text-align: center;
    color: #232323;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.main__message{
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
}




.photographs{
    position: relative;
    z-index: 1;
    margin-top: -200px;
    background-color: #fff;
    padding-top: 270px;
}
.photographs::before {
    position: absolute;
    content: '';
    background-image: url("../img/frame-2.webp");
    background-size: 3840px 1414px;
    background-position: center;
    background-repeat: repeat-x;
    width: 3840px;
    height: 1414px;
    width: calc(100% + 1774px);
    left: 0;
    right: 0;
    top: -368px;
    z-index: 22;
    pointer-events: none;
    z-index: -1;
}
.photographs__title{
    text-align: center;
}

.photographs__block{
    margin-top: 31px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 29px 20px;
}
.photographs__item{
    width: calc(25% - 15px);
}
.photographs__img{
    width: 100%;
}


.will{
    margin-top: 120px;
}
.will__top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
}

.will__block {
    width: 50%;
    position: relative;
    z-index: 1;
}
.will__image {
    margin-left: -388px;
    margin-top: -228px;
}
.will__img {
    width: 100%;
}
.will__content {
    width: 67.6%;
}
.will__title{
    text-align: center;
    margin-bottom: 38px;
    z-index: 10;
    position: relative;
}
.will__descr{
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
}


.will__box{
    margin-top: 73px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    position: relative;
    z-index: 2;
}
.will__item{
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-radius: 20px;
    width: calc(25% - 15px);
    min-height: 247px;
    padding: 50px 5px 50px;
}
.will__bg-1{
    background: -o-linear-gradient(150deg, #AB11DB 10.57%, #C784F9 87.66%);
    background: linear-gradient(300deg, #AB11DB 10.57%, #C784F9 87.66%);
}
.will__bg-2{
    background: -o-linear-gradient(150deg, #FF4CA6 10.57%, #DA2295 87.66%);
    background: linear-gradient(300deg, #FF4CA6 10.57%, #DA2295 87.66%);
}
.will__bg-3{
    background: -o-linear-gradient(150deg, #F80 10.57%, #FFD800 87.66%);
    background: linear-gradient(300deg, #F80 10.57%, #FFD800 87.66%);
}
.will__bg-4{
    background: -o-linear-gradient(150deg, #E88DFF 10.57%, #C05AFA 87.66%);
    background: linear-gradient(300deg, #E88DFF 10.57%, #C05AFA 87.66%);
}

.will__item-logo{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.will__item-name{
    color: #FFF;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}



.interesting{
    position: relative;
    z-index: 1;
    margin: 275px 0 300px;
}
.interesting::before {
    position: absolute;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3932' height='696' viewBox='0 0 3932 696' fill='none'%3E%3Cpath d='M1.00203 499.578C1.00203 499.578 -13.9992 646.003 394.001 690.002C802.001 734 887.001 479 1308 602C1729 725 1970.84 411.999 1970.84 411.999L1991 315.579C1991 315.579 1749 75.9989 1460 44C1171 12.0011 848.001 150.578 553.001 153.578C258.001 156.578 1.00127 0 1.00127 0L1.00203 499.578Z' fill='%238B2AB2'/%3E%3Cpath d='M3931 499.578C3931 499.578 3946 646.003 3538 690.002C3130 734 3045 479 2624 602C2203 725 1961.16 411.999 1961.16 411.999L1941 315.579C1941 315.579 2183 75.9989 2472 44C2761 12.0011 3084 150.578 3379 153.578C3674 156.578 3931 0 3931 0L3931 499.578Z' fill='%238B2AB2'/%3E%3C/svg%3E");
    background-size: 3840px 697px;
    background-position: center;
    background-repeat: repeat-x;
    height: 697px;
    width: calc(100% + 1915px);
    left: 0;
    right: 0;
    top: -153px;
    z-index: -1;
    pointer-events: none;
}
.interesting__title{
    text-align: center;
}
.interesting__slider{
    margin-top: 23px;
    max-width: 1000px;
}

.interesting__img{
    width: 100%;
}
.interesting__item{
    position: relative;
}
.interesting__name{
    position: absolute;
    bottom: 6.3%;
    right: 32.3%;
    color: #8B2AB2;
    font-family: "Balsamiq Sans", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px; /* 233.333% */
}

    
.interesting__content{
    position: relative;
}
.interesting__slider-controls{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 14px;
    right: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 1;
    pointer-events: none;
}
.interesting__slider-prev,
.interesting__slider-next{
    pointer-events: all;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}


.feedback {
    margin-top: -233px;
}




@media (max-width: 1000px) {
    .main__inner {
        margin-top: 138px;
        min-height: 618px;
    }
    .contact__block-content{
        margin-right: 0;
    }
    .main {
        background: #FFD200;
        height: 100%;
        padding-bottom: 75px;
    }
    .main__img{
        width: 100%;
    }
}
@media (max-width: 900px) {
    .photographs__item,
    .will__item {
        width: calc(33.33% - 14px);
    }
}
@media (max-width: 777px) {
    .will {
        margin-top: 10px;
    }
    .will__top{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .will__block,
    .will__content{
        width: 100%;
    }
    .will__image {
        margin-left: -11px;
        margin-top: 0px;
    }
    .main__block{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .main__box{
        position: relative;
        z-index: 10;
        margin: 0 auto;
    }
    .main__content{
        width: 100%;
        gap: 50px;
    }
    .interesting::before {
        position: absolute;
        content: '';
        background-size: 3907px;
        height: 697px;
        width: calc(100% + 2048px);
        left: 0;
        right: 0;
        top: -155px;
        z-index: -1;
        pointer-events: none;
    }
    .interesting {
        position: relative;
        z-index: 1;
        margin: 114px 0 372px;
    }
    .interesting__name {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
    }
}
@media (max-width: 670px) {
    .photographs__block{
        gap: 20px;
    }
    .photographs__item, .will__item{
        width: calc(50% - 10px);
    }
}
@media (max-width: 500px) {
    .main__title{
        margin-bottom: 5px;
    }
    .main__descr{
        font-size: 20px;
    }
    .main__link {
        color: #FFF;
        font-size: 16px;
    }
    .main__box{
        width: 100%;
    }
    .interesting::before {
        position: absolute;
        content: '';
        background-size: 1426px;
        height: 697px;
        width: calc(100% + 2048px);
        left: 0;
        right: 0;
        top: -279px;
        z-index: -1;
        pointer-events: none;
    }
    .interesting{
        margin-bottom: 320px;
    }
    .interesting__name{
        font-size: 18px;
    }

    .main__image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .main__img{
        width: 80%;
    }
    .main__name{
        font-size: 24px;
    }
    .main__messag,
    .will__descr{
        font-size: 18px;
        line-height: 24px;
    }
    .main__content{
        gap: 30px;
    }
    .photographs{
        margin-top: -260px;
    }

    .will__item-name{
        font-size: 20px;
        line-height: 26px;
    }
}

.embed-container {
    margin: 0 auto;
}