@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
@import 'reset.css';

/* HTML5 display-role reset for older browsers */
* {
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
b-footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    scroll-behavior: smooth;
}

blockquote,
q {
    quotes: none;
}

p {
    margin: 0;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

textarea {
    resize: none;
}

/* FONT
---------------------------------*/
body {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    height: 100%;
    background: #000000;
}

/* FOUNDATION
---------------------------------*/
html {
    height: 100%;
    scroll-behavior: smooth;
}
main {
    padding: 20px 0 40px;
}
.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

/* BTN */
.pe1apl-btn {
    position: relative;
    background: linear-gradient(180deg, #ff6a00, #ee0979);
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 300px;
    width: 100%;
    padding: 10px;
    height: 60px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    margin: 0 auto;
    border: none;
    outline: none;

    animation: pulsate-bck 1.4s linear infinite both;
}
@keyframes pulsate-bck {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(0.7);
    }
    100% {
      transform: scale(1);
    }
}

.pe1apl-btn.pe1apl-btn--info {
    margin: -50px auto 30px;
}
.pe1apl-btn--aside {
    background: #e83d30;
}
.pe1apl-btn--final {
    background-image: url(../images/btn-bg-pe1apl.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 103px;
    max-width: 390px;
    width: 100%;
    margin: 30px auto 0;
    font-size: 25px;

    animation: pulsate-bck 1.4s linear infinite both;
}
.pe1apl-btn--final b {
    font-weight: 700;
    margin-bottom: 8px;
}

/* TITEL, TEXT*/
.pe1apl-titel {
    font-weight: 700;
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 5px;
}
.pe1apl-titel-l {
    color: #e32a1f;
    font-size: 25px;
    line-height: 36px;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 20px;
}
.pe1apl-text {
    font-style: italic;
    margin-bottom: 20px;
}
.pe1apl-text b {
    color: #e32a1f;
}
.pe1apl-subtext {
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    margin-bottom: 15px;
}

.pe1apl-titel-mm {
    font-size: 21px;
    line-height: 32px;
    font-weight: 700;
    color: #e32a1f;
    text-align: center;
    margin-bottom: 15px;
}
.pe1apl-info {
    display: flex;
    align-items: flex-start;
    padding: 40px 20px 10px;
}
.pe1apl-info figure {
    min-width: 350px;
    width: 100%;
}

.pe1apl-info div {
    margin: -45px 0 0 30px;
}
/* HEADER */
.pe1apl-nav--main {
    padding: 14px 0 14px;
    background: #ffffff;
}
.pe1apl-header__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pe1apl-header__forms {
    display: flex;
    align-items: center;
}

.pe1apl-header__buttons a {
    padding: 8px;
    margin-left: 40px;
}
.pe1apl-header__burger {
    display: none;
}
.pe1apl-nav--list {
    padding: 9px 0;
    background: #e32a1f;
}
.pe1apl-nav--points {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pe1apl-nav--points a {
    padding: 9px 2px;
    display: inline-block;
    font-weight: 700;
    color: #FFFFFF;
}
.pe1apl-nav--points a:hover {
    color: #000000;
}
.pe1apl-top--social {
    display: flex;
    align-items: center;
    margin: 15px 0;
}
.pe1apl-top--social img {
    width: 70px;
    height: 70px;
}
.pe1apl-top--social_union {
    margin-left: 20px;
}
.pe1apl-social--list {
    margin-bottom: 10px;
}
.pe1apl-social--list a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    transition: all .3s ease-in;
}
.pe1apl-social--list a:hover {
    transform: scale(1.2);
}
/* FORM */
.pe1apl__form {
    display: flex;
    align-items: center;
    position: relative;
}
.pe1apl-control {
    width: 247px;
    height: 30px;
    padding: 2px 30px;
    border-radius: 100px;
    border: 1px solid #848484;
    margin-right: 12px;
}
.pe1apl-btn--form {
    color: #545454;
    font-size: 14px;
    text-align: center;
    line-height: 1.6;
    border: 1px solid #545454;
    border-radius: 5px;
    height: 30px;
    max-width: 95px;
    width: 100%;
}
.pe1apl-btn--form:hover {
    color: #ffffff;
    background: #e32a1f;
}
.pe1apl__form--img {
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* CONTENT */
.pe1apl-list {
    list-style: disc;
    list-style-position: inside;
    margin-bottom: 20px;
    font-style: italic;
}
.pe1apl-item {
    margin-bottom: 25px;
}
.pe1apl-item span {
    color: #3080e8;
    font-weight: 700;
}
.pe1apl-item i {
    color: #e8e330;
    font-weight: 700;
}
.pe1apl-quote {
    position: relative;
    padding-left: 28px;
    font-style: italic;
    margin-bottom: 40px;
}
.pe1apl-quote p:first-child {
    margin-bottom: 20px;
}
.pe1apl-quote::before {
    content: '';
    width: 7px;
    background: #00B8A2;
    border-radius: 4px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
.pe1apl-quote ul {
    padding-left: 28px;
}
.pe1apl-quote li:not(:last-child) {
    padding-bottom: 15px;
}
.pe1apl-image {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}
.pe1apl-image.pe1apl-image--left {
    justify-content: flex-start;
    max-width: 600px;
    width: 100%;
    margin-bottom: 10px;
}
.pe1apl-image.pe1apl-image--left img {
    width: 100%;
}
.pe1apl-card--text {
    margin-bottom: 20px;
}
.pe1apl-image--discrip {
    display: inline-block;
    margin-bottom: 30px;
}
.pe1apl-images {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
}
.pe1apl-images--union {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.pe1apl-images--union .pic-1 {
    height: 309px;
}
.pe1apl-images--union .pic-1 img {
    height: 100%;
    object-fit: cover;
}
.pe1apl-images--discrip {
    text-align: center;
    margin-bottom: 30px;
}

.pe1apl-text span {
    color: #3080e8;
    font-weight: 700;
}
.pe1apl-images--column .pe1apl-images--union {
    display: flex;
    flex-direction: column;
}
.pe1apl-images--column .pe1apl-images--union figure {
    display: flex;
    margin-bottom: 20px;
}




.pe1apl-checks {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 25px;
    text-align: center;
}

.pe1apl-checks img {
    width: 45px;
}

.pe1apl-checks p {
    margin-left: 10px;
}

.pe1apl-date {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 40px;
    font-style: italic;
}

.pe1apl-date .pe1apl-time {
    font-weight: 700;
}

.pe1apl-form-one {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 5px;
}

.pe1apl-form-two {
    text-decoration: line-through;
    text-align: center;
    margin-bottom: 5px;
}

.pe1apl-form-two_big {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}

.pe1apl-text__bottom {
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
}

.pe1apl-text__curse {
    font-style: italic;
    color: #000000;
    text-align: center;
}

.pe1apl-main__union {
    display: flex;
    align-items: flex-start;
}

.pe1apl-form__block-2 {
    box-shadow: 1px 13px 28px rgb(0 0 0 / 50%);
    border-radius: 10px;
    padding: 26px;
    margin-bottom: 40px;
}

.pe1apl-main__info-2 {
    min-width: 300px;
    width: 100%;
    margin-left: 20px;
}

.pe1apl-main__info-2 .pe1apl-titel {
    display: none;
}

.pe1apl-main__info-2 .pe1apl-form__image {
    margin: 0 auto;
    width: 148px;
}

.pe1apl-main__info-2 .pe1apl-form {
    margin-bottom: 0;
}

.pe1apl-main__info-2  .pe1apl-form-control {
    height: 50px;
}

.pe1apl-main__info-2 .pe1apl-text__bottom {
    font-size: 18px;
    line-height: 32px;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.pe1apl-main__info-2 .pe1apl-form-two,
.pe1apl-main__info-2 .pe1apl-form-two_big {
    font-size: 18px;
    line-height: 22px;
}
.pe1apl-price--sale {
    color: #b4b4b4;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.pe1apl-price--cash {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    color: #e32a1f;
    margin-bottom: 20px;
}
.pe1apl-price--cash span {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: #e32a1f;
}
.pe1apl-price--text {
    color: #000000;
    max-width: 500px;
    width: 100%;
    margin: 0 auto 25px;
    font-style: italic;
}
/* Forms */
.pe1apl-form {
    margin-bottom: 30px;
}
.pe1apl-form__block {
    background: #FFFFFF;
    box-shadow: 1px 13px 28px rgb(0 0 0 / 50%);
    border-radius: 40px;
    padding: 52px;
    max-width: 670px;
    width: 100%;
    margin: 170px auto 56px;
}

.pe1apl-form__block .pe1apl-image {
    margin-top: -180px;
}

.pe1apl-form__image {
    margin: -180px auto 0;
    max-width: 250px;
    width: 100%;
}
.pe1apl-form-row {
    position: relative;
}
.pe1apl-form-control {
    background: #F5F5F5;
    border-radius: 10px;
    height: 71px;
    border: none;
    color: #686868;
    font-size: 22px;
    line-height: 32px;
    padding: 10px 20px;
    width: 100%;
    margin-bottom: 30px;
    outline: none;
}

.pe1apl-form-control.error {
    background-color: #f5e2e5;
    margin-bottom: 4px;
}

label.error {
    color: #A40000;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    margin: 0 auto 12px;
    padding: 0 7px;
    width: 100%;
}

.pe1apl-timer {
    font-weight: 700;
    font-size: 36px;
    line-height: 32px;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.timer__item {
    padding: 0 10px;
    color: #e32a1f;
}
/* COMMENTS */

.pe1apl-comment__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000000;
    margin-bottom: 20px;
}

.pe1apl-comment__top .red {
    font-size: 20px;
    font-weight: 700;
    color: #e32a1f;
}
.pe1apl-comment__list {
    list-style-type: none;
}
.pe1apl-comment--form {
    position: relative;
    margin-bottom: 20px;
}
.pe1apl-comment--form input {
    border: 1px solid #b4b4b4;
    border-radius: 10px;
    outline: none;
    background: transparent;
    color: #ffffff;
    height: 56px;
    padding: 5px 100px 5px 15px;
    width: 100%;
    font-size: 16px;
}
.pe1apl-comment--form input::placeholder {
    color: #ffffffb1;
}
.pe1apl-comment__item {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding: 20px 0;
}
.pe1apl-comment__blocks {
    font-size: 16px;
    line-height: 24px;
    margin-left: 28px;
    color: #ffffff;
}
.pe1apl-comment__img {
    width: 74px;
    height: 74px;
    border-radius: 10px;
}
.pe1apl-comment__titel {
    font-weight: 700;
}
.pe1apl-comment__bottom {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.pe1apl-comment__bottom span {
    color: #BBBBBB;
    display: inline-flex;
    align-items: center;
}
.pe1apl-comment__bottom span::before {
    content: '';
    background-image: url(../images/icons/like.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin: 0 5px;
}
.pe1apl-comment__text {
    margin: 10px 0 15px;
}
.pe1apl-comment__text span {
    color: #3081e8;
}
.pe1apl-res__photo {
    margin-top: 14px;
}
.pe1apl-comment--pic {
    height: 270px;
    margin: 20px 0;
}
.pe1apl-comment--pic img {
    height: 100%;
}
.pe1apl-comment--pagination {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #b4b4b4;
}
.pe1apl-comment--pagination a {
    padding: 10px 25px;
}
.pe1apl-comment--pagination a.active {
    color: #ff0101;
}
.pe1apl-comment--pagination a:first-child {
    padding-left: 0;
}
.pe1apl-comment--form_btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    border: none;
    padding: 10px;
}
.pe1apl-comment--icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50px;
    padding: 10px;
}

/* FOOTER */

.pe1apl-footer {
    background: #e4e4e4;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #000000;
}

.pe1apl-footer__bottom {
    padding: 45px 30px;
}

.pe1apl-btn.pe1apl-btn__footer {
    min-width: 240px;
    height: 52px;
    margin: 0 0 0 30px;
    font-size: 18px;
}

.pe1apl-btn.pe1apl-btn__footer::after {
    content: none;
}
.pe1apl-footer--titel {
    display: block;
    margin-bottom: 5px;
}

.pe1apl-footer__text {
    font-style: italic;
    margin-bottom: 10px;
}

.pe1apl-footer__logo {
    max-width: 180px;
    width: 100%;
    min-width: 150px;
}
.pe1apl-footer--nav {
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.pe1apl-footer--nav a {
    padding: 0 10px;
}

/* THANKS */
.pe1apl-thank__page {
    background-image: url(../images/bg-thanks-pe1apl.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #545454;
}
.pe1apl-thank__page::after {
    content: '';
    background-image: url(../images/bg-b-pe1apl.png);
    background-repeat: no-repeat;
    background-position: bottom;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    height: 500px;
    opacity: 0.5;
}
.pe1apl-thanks__img {
    width: 93px;
    height: 115px;
    margin: 0 auto 30px;
    animation: pulsate-bck 1.2s linear infinite both;
}

@keyframes pulsate-bck {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(0.8);
    }
    100% {
      transform: scale(1);
    }
  }

.pe1apl-main__thanks {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 30px 20px 20px;
    position: relative;
    z-index: 9;
}
.thanks-form {
    font-size: 18px;
    border-bottom: 1px solid #cbcbcb;
    padding: 0 0 30px 0;
    margin: 0;
}
.thanks-form > p {
    padding: 15px 0;
}
.pe1apl-form__name {
    display: flex;
    align-items: center;
}

.pe1apl-form__name .js-username {
    color: #e86830;
    font-weight: 700;
    margin-left: 10px;
}

.pe1apl-thanks__tel .js-phone {
    color: #e86830;
    font-weight: 700;
    margin-left: 10px;
}

.pe1apl-form__thanks {
    text-align: center;
    color: #000000;
    font-style: italic;
}

.pe1apl-form__thanks span {
    font-weight: 700;
}

.pe1apl-thanks__icon {
    width: 40px;
    height: 40px;
    position: relative;
}

.pe1apl-thanks__tel {
    display: flex;
    align-items: center;
}
.pe1apl-thanks__tel img {
    width: 40px;
    height: 40px;
}
.pe1apl-footer .pe1apl-timer {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 27px;
}
.pe1apl-thank--list {
    list-style-type: none;
    max-width: 190px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
}
.pe1apl-thank--item {
    background-color: #e86830;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    color: #ffffff;
    font-weight: 700;
}
.pe1apl-deliv--list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    list-style-type: none;
    border-bottom: 1px solid #cbcbcb;
}
.pe1apl-deliv--item {
    padding: 15px 20px;
    max-width: 230px;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.pe1apl-deliv--item b {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}
.pe1apl-deliv--item img {
    height: 60px;
    margin-bottom: 10px;
}
.pe1apl-thank--bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 0;
}
.pe1apl-thank--bottom img {
    width: 118px;
}
.pe1apl-thank--bottom_block {
    border-left: 1px solid #cbcbcb;
    padding-left: 20px;
    margin-left: 20px;
}
.pe1apl-thank--bottom_block p {
    font-weight: 700;
}
.pe1apl-thank--bottom_block a {
    display: flex;
    align-items: center;
}
.pe1apl-thank--bottom_block a span {
    margin-left: 5px;
    font-size: 15px;
}

/* ASIDE */
.pe1apl-aside__list,
.pe1apl-aside__list-2 {
    list-style: none;
}
.pe1apl-aside__quote {
    margin-top: 20px;
    font-size: 16px;
}
.pe1apl-aside__quote blockquote {
    margin-bottom: 24px;
    cursor: pointer;
}
.pe1apl-aside__quote blockquote:hover {
    color: #e32a1f;
}
.pe1apl-aside__item {
    margin-bottom: 20px;
}

.pe1apl-cards--list {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

.pe1apl-card--item {
    width: 50%;
    padding: 0 40px 30px;
}
.pe1apl-card--img {
    height: 420px;
    margin-bottom: 10px;
}
.pe1apl-card--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.pe1apl-card--titel {
    display: inline-block;
    margin-bottom: 20px;
}

.pe1apl-card--text span {
    color: #3081e8;
}

.pe1apl-aside__list-2 .pe1apl-aside__quote {
    font-size: 18px;
    font-style: italic;
}
.pe1apl-aside--paragraf {
    font-weight: 700;
    margin-bottom: 20px;
}
.pe1apl-aside--paragraf__red {
    color: #e32a1f;
    font-weight: 700;
}
.pe1apl-aside--paragraf__red span {
    color: #3081e8;
}

@media screen and (max-width: 1250px) {
    body {
        font-size: 16px;
    }
    .pe1apl-titel {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 20px;
    }
    .pe1apl-titel-m {
        font-size: 18px;
        line-height: 22px;
    }
    .pe1apl-text {
        margin-bottom: 15px;
    }
    .pe1apl-btn {
        height: 62px;
        font-size: 18px;
    }
    .pe1apl-btn::after {
        width: 77px;
    }
    .pe1apl-footer__bottom {
        padding: 15px 20px;
        flex-direction: column;
        border-radius: 10px 10px 0 0;
    }
    .pe1apl-footer__left {
        margin: 0 0 5px 0 ;
    }
    .pe1apl-footer__text {
        font-size: 18px;
        line-height: 24px;
        margin-left: 30px;
        max-width: 100%;
    }
    .pe1apl-image {
        margin-bottom: 24px;
    }
    .pe1apl-comment__blocks {
        font-size: 16px;
        margin-left: 12px;
    }
    .pe1apl-footer {
        left: 0;
        right: 0;
    }
    .pe1apl-subtext, .pe1apl-titel-mm {
        font-size: 20px;
        line-height: 30px;
    }
    .pe1apl-checks {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 12px;
        flex-direction: column;
    }
    .pe1apl-checks p {
        margin: 15px 0 0 0;
    }
    .pe1apl-date {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 12px;
    }
    .pe1apl-price {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 22px;
        flex-direction: column;
    }
    .pe1apl-price__bold {
        margin: 0;
    }
    .pe1apl-comment__img {
        width: 55px;
        height: 55px;
    }
    .pe1apl-comment__top {
        flex-direction: column-reverse;
        align-items: flex-start;
        margin: 0;
    }
    .pe1apl-comment__top .red {
        margin-bottom: 10px;
    }

    .pe1apl-quote {
        padding-left: 12px;
    }

    .pe1apl-quote::before {
        width: 4px;
    }

    .pe1apl-quote li:not(:last-child) {
        padding-bottom: 10px;
    }
}


@media screen and (max-width: 1024px) {
    .pe1apl-form__image {
        width: 150px;
        margin: -120px auto 0;
    }
    .pe1apl-form-one {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 5px;
    }
    .pe1apl-form-two_big {
        font-size: 20px;
        line-height: 24px;
    }
    .pe1apl-form-two {
        margin-bottom: 5px;
    }
    .pe1apl-form-control {
        height: 56px;
    }
    .pe1apl-form .pe1apl-btn {
        height: 62px;
    }
    .pe1apl-form .pe1apl-btn::after {
        width: 77px;
    }
    .pe1apl-form {
        margin-bottom: 20px;
    }
    .pe1apl-form__block {
        border-radius: 10px;
        padding: 33px 20px;
        margin: 130px auto 50px;
    }
    .pe1apl-header__buttons a {
        margin-left: 0;
    }
    .pe1apl-footer__text {
        font-size: 14px;
        line-height: 20px;
    }
    .pe1apl-btn.pe1apl-btn__footer {
        min-width: auto;
        padding: 10px 30px;
        height: 40px;
        margin: 0 0 0 10px;
        font-size: 14px;
    }
    .pe1apl-timer {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .timer__item {
        padding: 0 5px;
    }
    .pe1apl-text__bottom {
        margin-bottom: 10px;
    }
    .pe1apl-footer .pe1apl-timer {
        font-size: 18px;
        line-height: 22px;
    }
    .pe1apl-nav--list {
        display: none;
    }
    .pe1apl-header__nav {
        flex-direction: column;
    }
    .pe1apl-nav--main {
        padding: 0;
    }
    .pe1apl-nav--main .container {
        padding: 0;
    }
    .pe1apl-header__forms {
        background-color: #e32a1f;
        justify-content: space-between;
        width: 100%;
        padding: 10px 20px;
    }
    .pe1apl-btn--form {
        display: none;
    }
    .pe1apl-header__burger {
        display: flex;
    }
    .pe1apl-control {
        margin-right: 0;
    }
    .pe1apl-info {
        flex-direction: column;
        padding: 20px 0;
    }
    .pe1apl-info div {
        margin: 20px 0 0 0;
    }
    .pe1apl-cards--list {
        flex-direction: column;
    }
    .pe1apl-card--item {
        width: 100%;
    }
    .pe1apl-price--sale {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .pe1apl-price--cash {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .pe1apl-price--cash span {
        font-size: 25px;
    }
    .pe1apl-form__block .pe1apl-image {
        margin-top: -140px;
    }
    .pe1apl-price--text {
        margin: 0 auto 15px;
    }
}

@media screen and (max-width: 768px) {
    .pe1apl-footer__bottom {
        padding: 10px;
    }
    .pe1apl-footer__left {
        flex-direction: column;
        margin-bottom: 5px;
    }
    .pe1apl-footer__text {
        margin-left: 0;
        margin-top: 10px;
        text-align: center;
    }
    .pe1apl-footer__logo {
        min-width: 140px;
        max-width: 140px;
        width: 100%;
    }
    .pe1apl-main__union {
        flex-direction: column-reverse;
    }
    .pe1apl-main__info-2 {
        margin-left: 0;
        margin-bottom: 30px;
    }
    .pe1apl-aside__item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .pe1apl-main__info-2 .pe1apl-titel {
        display: block;
    }
    .pe1apl-main__info h1.pe1apl-titel {
        display: none;
    }
    .pe1apl-comment--pagination a {
        padding: 10px 10px;
    }
    .pe1apl-titel-l {
        font-size: 20px;
        line-height: 27px;
    }
    .pe1apl-info figure {
        min-width: 0;
        max-width: 100%;
        height: auto;
        width: auto;
    }
}