@import url('reset.css');

html {
    height: 100%;
}
 
body {
    height: 100%;
    font-family: "Merriweather", serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    min-height: 100%;
    overflow-x: hidden;
    background: #F9F1F0;
    color: #2D1B2B;
}

.container {
    max-width: 1468px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

.ple361si-btn {
    position: relative;
    font-family: "Merriweather", serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    background: #943C3C;
    border: 2px solid #943C3C;
    box-sizing: border-box;
    width: 100%;
    height: 70px;
    padding: 10px;
    outline: 0;
    cursor: pointer;
    transition: 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.ple361si-button:hover {
    background: transparent;
    color: #2D1B2B;
}

/* Header */
.ple361si-heading {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    padding: 24px 20px;
    color: #ffffff;
    transition: .3s;
    background: #BA8787;
}

.ple361si-heading--badge {
    display: flex;
    align-items: center;
}

.ple361si-heading--box {
	display: flex;
	align-items: center;
	justify-content: space-between;
    gap: 20px;
}

.ple361si-heading--list {
	display: flex;
	align-items: center;
    gap: 24px;
}

.ple361si-heading--elem {
    text-align: center;
    padding: 4px;
    transition: .3s;
}

.ple361si-heading--elem.active {
    font-weight: 900;
}

.ple361si-heading--elem:hover {
    color: #2D1B2B;
}

.ple361si-burger {
    display: none;
    position: absolute;
    z-index: 8;
    right: 20px;
    width: 22px;
    height: 16px;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}
.ple361si-burger .ple361si-line {
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background: #fff;
    transition: transform 0.2s ease-out;
}
.toggle .line1 {
    background: #ffffff;
    transform: scale(0.9) rotateZ(-44deg) translate(-5px, 2.6px);
}
.toggle .line2 {
    display: none;
}
.toggle .line3 {
    background: #ffffff;
    transform: scale(0.9) rotateZ(45deg) translate(-8.9px, -6px);
}


/* Content */
.ple361si-template {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 82px;
}

.ple361si-titel {
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    margin-bottom: 40px;
	text-align: center;
}

.ple361si-subtitel {
    font-size: 32px;
    line-height: 44px;
    font-weight: 700;
}

/* poster */
.ple361si-poster {
    background-image: url(../images/poster-ple361si.jpg);
    background-color: #0F0000A8;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
    padding: 0 20px 40px;
	color: #ffffff;
}

.ple361si-poster .ple361si-heading--badge {
    margin-bottom: 60px;
}

.ple361si-poster--box {
    height: 100%;
    position: relative;
    z-index: 5;
}

.ple361si-poster--grasp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
}

.ple361si-poster .ple361si-text {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 32px;
}

/* solutions */

.ple361si-solutions {
    position: relative;
    padding: 100px 20px;
}

.ple361si-solutions::after {
    content: '';
    background-image: url(../images/solutions-bg-ple361si.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
}

.ple361si-solutions--union {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 48px;
}

.ple361si-solutions--union .ple361si-text {
    max-width: 920px;
    text-align: right;
}

.ple361si-solutions--list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 22px 32px;
    align-items: start;
    margin-bottom: 60px;
}

.ple361si-solutions--elem {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    align-items: start;
}

.ple361si-solutions--pic {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
}

.ple361si-solutions--pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ple361si-solutions--right {
    position: relative;
    text-align: center;
}

.ple361si-solutions--right h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 8px;
}

.ple361si-solutions--text {
    background: #ffffff;
    border-radius: 8px;
    text-align: center;
    padding: 30px 50px;
}

/* plans */

.ple361si-plans {
    position: relative;
    padding: 100px 20px;
}

.ple361si-plans::after {
    content: '';
    background-image: url(../images/solutions-bg-ple361si.svg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
}

.ple361si-plans--elem {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(480px, 1fr));
    gap: 22px 32px;
    align-items: center;
}

.ple361si-plans--pic {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 8px;
}

.ple361si-plans--right h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 14px;
}

.ple361si-plans--right ul {
    list-style-type: disc;
    padding-left: 34px;
    margin-bottom: 20px;
}

.ple361si-plans--right ul li + li {
    margin-top: 10px;
}

.ple361si-plans--right p + p {
    margin-top: 10px;
}

/* tools */

.ple361si-tools {
    padding: 100px 20px;
    background: #F6DEDE;
}

.ple361si-tools--list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
}

.ple361si-tools--elem {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(480px, 1fr));
    gap: 22px 60px;
    align-items: center;
}

.ple361si-tools--pic {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 8px;
}

.ple361si-tools--pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ple361si-tools--right {
    position: relative;
}

.ple361si-tools--right p + p {
    margin-top: 16px;
}

.ple361si-tools--right h3 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 40px;
    font-weight: 700;
}

.ple361si-tools--right ul {
    list-style-type: disc;
    padding-left: 24px;
    margin: 24px 0;
}

/* gifts */

.ple361si-gifts {
    padding: 100px 20px;
    background-color: #0F0000A8;
    background-image: url(../images/gifts-ple361si.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #ffffff;
}

.ple361si-gifts--box {
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
    line-height: 32px;
}

.ple361si-gifts .ple361si-subtitel {
    text-align: center;
    margin-bottom: 16px;
}

.ple361si-gifts--box ul {
    padding-left: 24px;
    list-style-type: disc;
    margin: 24px 0;
}

.ple361si-gifts--box ul li + li {
    margin-top: 10px;
}

/* footage */

.ple361si-footage {
    padding: 100px 20px;
}

.ple361si-footage--box {
    background: #F6DEDE;
    padding: 100px 200px;
    border-radius: 8px;
}

.ple361si-footage video {
    width: 100%;
    height: 700px;
    vertical-align: middle;
    border-radius: 8px;
}

.ple361si-footage .ple361si-subtitel {
    text-align: center;
    margin-bottom: 32px;
}

/* segments */

.ple361si-segments {
    position: relative;
    padding: 114px 20px 84px;
}

.ple361si-segments::after {
    content: '';
    background-image: url(../images/solutions-bg-ple361si.svg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
}

.ple361si-segments--list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 22px 32px;
    align-items: flex-start;
}

.ple361si-segments--elem {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    align-items: start;
    text-align: center;
}

.ple361si-segments--elem figure {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 8px;
}

.ple361si-segments--elem figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* vision */

.ple361si-vision {
    padding: 80px 20px 100px;
}

.ple361si-vision .ple361si-solutions--union .ple361si-text {
    max-width: 1200px;
}

.ple361si-vision .ple361si-solutions--union .ple361si-subtitel {
    font-size: 42px;
    line-height: 52px;
}

.ple361si-information .ple361si-solutions--union .ple361si-subtitel {
    font-size: 42px;
    line-height: 52px;
    margin: 0;
}

/* Footer */
.ple361si-footer {
    color: #ffffff;
    padding: 26px 20px;
    background: #BC8383;
}

.ple361si-footer--box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.ple361si-footer--list {
    display: flex;
    align-items: center;
    gap: 14px 24px;
}

.ple361si-footer--elem {
    text-align: center;
    transition: .3s;
    padding: 4px;
}

.ple361si-footer--elem:hover {
    color: #2D1B2B;
}

.ple361si-footer--copywrite {
    color: #F6DEDE;
}


/* Info */
.ple361si-information {
    padding: 80px 20px 100px;
}

.ple361si-information--box h1 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

.ple361si-information--box h2 {
    font-weight: 700;
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 26px;
}

.ple361si-information--box p {
    margin-bottom: 14px;
}

.ple361si-information--box ul {
    list-style-type: disc;
    padding-left: 20px;
}

.ple361si-information--box li {
    margin-bottom: 4;
}

.ple361si-information--box a {
    display: inline-block;
    color: #943C3C;
    font-weight: 700;
}

/* form */

.ple361si-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.ple361si-form--elem {
    position: relative;
}

.ple361si-form--elem.form-textarea {
    grid-column: 1/-1;
}

.ple361si-form--input {
    font-family: "Merriweather", serif;
    color: #2D1B2B;
    height: 60px;
    padding: 5px 24px;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    outline: none;
    background: #ffffff;
    border: 2px solid #BC838380;
    border-radius: 8px;
    vertical-align: middle;
}

.ple361si-form--input.error {
    border-color: #ff1010;
}

textarea.ple361si-form--input {
    height: 300px;
    padding: 16px 24px 5px;
}

.ple361si-form .ple361si-btn {
    grid-column: 1/-1;
}

label.error {
    font-size: 14px;
    line-height: 20px;
    display: block;
    color: #ff1010;
    margin-top: 4px;
}

/* support */

.ple361si-support {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(480px, 1fr));
    gap: 24px 32px;
    align-items: center;
}


@media (max-width: 1040px) {
    .ple361si-heading--badge img {
        width: 240px;
    }

    .ple361si-poster {
        height: auto;
        padding: 60px 20px;
    }

    .ple361si-poster .ple361si-heading--badge {
        margin-bottom: 40px;
    }

    .ple361si-poster .ple361si-heading--badge img {
        width: 320px;
    }

    .ple361si-poster .ple361si-text {
        font-size: 18px;
        line-height: 30px;
    }

    .ple361si-heading--list {
        gap: 14px;
    }

    .ple361si-template {
        padding-top: 79px;
    }

    .ple361si-solutions--union {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 32px;
    }

    .ple361si-solutions--union .ple361si-text {
        text-align: left;
        margin: 0;
    }

    .ple361si-solutions {
        padding: 60px 20px;
    }

    .ple361si-footage {
        padding: 60px 20px 40px;
    }

    .ple361si-footage--box {
        padding: 60px 24px;
    }

    .ple361si-plans {
        padding: 40px 20px;
    }

    .ple361si-tools {
        padding: 40px 20px 60px;
    }

    .ple361si-gifts {
        padding: 60px 20px;
    }

    .ple361si-segments {
        padding: 60px 20px;
    }
}

@media (max-width: 920px) {
    body {
        font-size: 16px;
        line-height: 26px;
    }

    .ple361si-burger {
        display: flex;
    }

    .ple361si-heading.scroll .ple361si-burger .ple361si-line {
        background: #ffffff;
    }

    .ple361si-heading .ple361si-burger.toggle .ple361si-line {
        background: #ffffff;
    }

    .ple361si-heading--panel {
        display: none;
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100vh;
        color: #ffffff;
        background: #BA8787;
    }

    .ple361si-heading--list {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 66px;
    }

    .ple361si-heading--elem {
        width: 100%;
        padding: 10px 46px;
    }
    
    .ple361si-titel {
        font-size: 36px;
        line-height: 44px;
    }

    .ple361si-subtitel {
        font-size: 24px;
        line-height: 34px;
    }

    .ple361si-vision .ple361si-solutions--union .ple361si-subtitel {
        font-size: 32px;
        line-height: 42px;
    }

    .ple361si-information .ple361si-solutions--union .ple361si-subtitel {
        font-size: 32px;
        line-height: 42px;
    }

    .ple361si-footage video {
        height: 400px;
    }

    .ple361si-solutions--right ul {
        margin: 14px 0;
    }

    .ple361si-solutions--text {
        padding: 28px 22px;
    }

    .ple361si-solutions--list {
        margin-bottom: 40px;
        gap: 22px;
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    }

    .ple361si-tools--elem {
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
        gap: 22px;
    }

    .ple361si-tools--list {
        gap: 40px;
    }

    .ple361si-tools--right h3 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 14px;
    }

    .ple361si-plans--elem {
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    }

    .ple361si-footage--list {
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
        margin-top: 40px;
    }

    .ple361si-poster .ple361si-text {
        font-size: 16px;
        line-height: 28px;
    }

    .ple361si-footage--elem {
        padding: 20px;
    }

    .ple361si-footer--list {
        flex-direction: column;
    }

    .ple361si-footer--box {
        flex-direction: column-reverse;
        gap: 14px;
    }

    .ple361si-group {
        padding: 40px 20px;
    }

    .ple361si-gifts--box {
        font-size: 18px;
        line-height: 28px;
    }

    .ple361si-segments--list {
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
        gap: 22px;
    }

    .ple361si-information {
        padding: 40px 20px 60px;
    }

    .ple361si-information--box h1 {
        font-size: 32px;
        line-height: 42px;
    }

    .ple361si-button {
        font-size: 18px;
        line-height: 26px;
    }

    .ple361si-vision {
        padding: 40px 20px 80px;
    }

    .ple361si-support {
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    }

    .ple361si-form--input {
        height: 50px;
        font-size: 16px;
        line-height: 20px;
    }

    .ple361si-form {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .ple361si-btn {
        height: 56px;
        font-size: 20px;
        line-height: 26px;
    }

    .ple361si-form--elem.form-textarea {
        grid-column: auto;
    }

    .ple361si-form .ple361si-btn {
        grid-column: auto;
    }

    textarea.ple361si-form--input {
        height: 200px;
    }
}