*,
*::before,
*::after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

img {
    display: block;
}

.red {
    color: red;
}

.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

body {
    font-family: Arial, Helvetica, sans-serif !important;
    line-height: 1.3;
}

.container {
    max-width: 1100px;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0 15px;
}

.burger {
    display: none;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: 32px;
    height: 23px;
}

.burger span {
    width: 100%;
    display: block;
    height: 3px;
    background-color: #fff;
}

.header {
    background-color: #000;
}

.header-wrap {
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.header-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 122px;
}

.header-nav a {
    display: block;
    text-transform: uppercase;
    padding: 15px;
    color: #fff;
    font-weight: bold;
    transition: all .3s ease-in-out;
}

.header-nav a:hover {
    color: orange
}

.header-nav a:not(:last-child) {
    border-right: 1px solid #aeaeae;
}

.header-logo {
    display: block;
    max-width: 110px;
    width: 100%;
}

.header-logo-wrapper {
    display: block;
    max-width: 110px;
    width: 100%;
}

.quote {
    display: flex;
    padding: 10px;
    border-top: 3px solid #1da1f2;
    border-bottom: 3px solid #1da1f2;
    margin: 15px 0;
}

.quote-img {
    margin-right: 15px;
}

.quote-text {
    font-size: 22px;
    text-align: center;
}

.body-img {
    display: block;
    max-width: 550px;
    width: 100%;
    margin: 15px auto;
    max-height: 330px;
    object-fit: cover;
}

.quote-2 {
    font-size: 20px;
    padding: 3px 0;
    padding-left: 20px;
    border-left: 2px solid #095683;
    font-weight: bold;
    margin: 15px 0;
}

.body-text {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 15px;
}

.quote-3 {
    display: flex;
    margin: 15px 0;
}

.quote-3-img {
    margin-right: 15px;
}

.quote-3-text {
    font-size: 20px;
    font-weight: bold;
}

.body-link {
    font-weight: bold;
    color: red;
    transition: color .3s ease-in-out;
}

.body-link:hover {
    color: orange;
}

.table {
    max-width: 600px;
    width: 100%;
    display: block;
    margin: 15px auto;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .75);
    background: #f4f2f2;
}

.table-title {
    font-size: 22px;
    font-weight: bold;
    color: red;
    text-align: center;
    margin: 15px 0;
}

.table-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    
}

.table-item:not(:last-child) {
    padding-bottom: 15px;
    border-bottom: 1px solid #aeaeae;
}

.table-left {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.table-right {
    font-size: 20px;
}

.product {
    display: block;
    margin: 15px auto;
    width: 100%;
    max-width: 200px;
}

.list-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.list-item-img img {
    width: 35px;
}

.list-item-img {
    margin-right: 15px;
}

.list-item-text {
    font-size: 20px;
}

.prices {
    display: flex;
    justify-content: center;
}

.price-wrap {
    margin: 10px;
    margin-bottom: 15px;
    text-align: center;
}

.price-text {
    font-size: 19px;
}

.old-price {
    position: relative;
    top: 3px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: line-through;
}

.new-price {
    font-size: 25px;
    font-weight: bold;
    color: red;
}

.form {
    max-width: 700px;
    width: 100%;
    margin: 15px auto;
    padding: 15px;
    border: 2.5px dashed #ddd;
}

.form-title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.form-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-left img {
    max-width: 300px;
    width: 100%;
}

.form-right {
    max-width: 300px;
    width: 100%;
}

.form-right p {
    font-size: 19px;
    text-align: center;
}

#timer {
    font-weight: bold;
    color: red;
    margin-bottom: 15px;
}

.form-right form {
    width: 100%;
}

.form-right form input {
    max-width: 300px;
    width: 100%;
    display: block;
    padding: 15px;
    border-radius: 15px;
    background: #f2f2f2;
    border: 2.5px solid #ddd;
    margin: 0 auto;
    margin-bottom: 10px;
}

.form-right form button {
    max-width: 300px;
    width: 100%;
    background: #388e3c;
    padding: 15px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.form-right form button:hover {
    opacity: 0.7;
}

.comments-title {
    margin-bottom: 15px;
    padding: 10px;
    background-color: #dae2e8;
    color: #45688e;
    font-size: 20px;
    font-weight: bold;
}

.comments-item {
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #aeaeae;
}


.comments-ava img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
    float: left;
}

.comments-body {
    font-size: 20px;
    padding-left: 60px;
}

.comments-name {
    font-weight: bold;
    margin-bottom: 5px;
}

.comments-date {
    color: gray;
    margin-top: 5px;
}

.comments-live {
    max-width: 270px;
    width: 100%;
    display: block;
    margin: 10px 0;
}

.comments-item:last-child {
    border-bottom: none;
}

.footer-button {
    max-width: 450px;
    width: 100%;
    display: block;
    margin: 25px auto;
    text-align: center;
    color: #fff;
    background-color: red;
    font-size: 20px;
    font-weight: bold;
    padding: 15px;
    border-radius: 15px;
    transition: all .3s ease-in-out;
}

.footer-policy {
    font-size: 16px;
    text-align: center;
    margin: 15px 0;
}

.footer-button:hover {
    opacity: 0.7;
}

.body-text,
.table-left,
.table-right,
.list-item-text,
.comments-body,
.quote-2 {
    font-size: 19px;
}

.spoiler {
    max-width: 550px;
    width: 100%;
    display: block;
    margin: 20px auto;
    cursor: pointer;
    position: relative;
}

.spoiler-screen {
    cursor: pointer;
    position: absolute;
    max-width: 550px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    z-index: 20;
    transition: opacity .3s ease-in-out;
    transition: all .2s ease-in-out;
}

.spoiler-screen.show {
    transition: opacity .3s ease-in-out;
    width: 20%;
    height: 20%;
    top: 0;
    left: 0;
    right: 2px;
    transform: none;
    background-color: #363636;
    color: #fff;
    border: 1px solid #aeaeae;
    animation: hide-button infinite 3s ease-in-out;
    transition: all .2s ease-in-out;
}

@keyframes hide-button {
    0% {
        color: white;
    }

    50% {
        color: rgb(255, 200, 97);
    }

    100% {
        color: white;
    }
}

.answ {
    padding-left: 20px;
}

@media(width<=925px) {
    .header-wrap {
        justify-content: space-between;
    }

    .header-nav {
        margin-left: 0;
    }
}

@media(width <=768px) {
    .header-wrap {
        padding: 15px;
    }

    .header-nav {
        display: none;
    }

    .burger {
        display: flex;
    }

    .form-wrap {
        flex-direction: column;
    }

    .form-left {
        margin-bottom: 15px;
    }

    .body-text,
    .table-left,
    .table-right,
    .list-item-text,
    .comments-body,
    .quote-2 {
        font-size: 16px;
    }

    .form-right p {
        font-size: 18px;
    }

    .quote-3-text,
    .quote-text,
    .table-title,
    .comments-title {
        font-size: 18px;
    }

    .quote-2 {
        padding-left: 10px;
    }

    .quote-3-img img {
        max-width: 35px;
    }

    .quote-3-img {
        margin-right: 10px;
    }

    .comments-live {
        max-width: 200px;
    }

    .form-right p {
        font-size: 18px;
    }

    .form-left img {
        max-width: 200px;
    }

    .product {
        max-width: 220px;
    }
}

@media(width <=625px) {
    .table-item {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .table-right,
    .table-left {
        width: 100%;
    }

    .table-left {
        text-align: center;
        margin-bottom: 15px;
    }
}

@media(width<=579px) {
    .body-img {
        max-width: 400px;
    }

    .spoiler img, .spoiler {
        max-width: 435px !important;
    }
}

@media(width <=479px) {
    .comments-live {
        max-width: 200px;
    }
}