* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
a {
    text-decoration: none;
    color: inherit;
    transition: 0.3s;
}
img {
    max-width: 100%;
}
li {
    position: relative;
    list-style: none;
    z-index: 1;
}
:root {
    --font-family: "PT Serif", sans-serif;
    --second-family: "Arial", sans-serif;
    --third-family: "Heebo", sans-serif;
    --font3: "Inter", sans-serif;
    --font4: "Open Sans", sans-serif;
    --font5: "Helvetica", sans-serif;
}
body {
    font-family: var(--font-family);
    font-weight: 400;
    color: #000;
    background-color: #fff;
}
.button {
    border: 0;
    cursor: pointer;
    transition: 0.5s;
}
.button:hover {
    transition: 0.5s;
}
.mob {
    display: none;
}
.container {
    max-width: 1250px;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
}
.header {
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}
.header-top {
    padding: 10px 0;
    background-color: #eaeaea;
}
.header-top .container {
    display: flex;
    justify-content: flex-end;
}
.editions {
    display: flex;
    align-items: center;
    gap: 10px;
}
.edition-title {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 14px;
    line-height: 143%;
    color: rgba(0, 0, 0, 0.9);
}
.edition-items {
    display: flex;
    align-items: center;
    gap: 17px;
}
.edition-item {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: rgba(0, 0, 0, 0.9);
}
.edition-item.active {
    color: #004cde;
    border-bottom: 1px solid #004cde;
}
.header-bottom {
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.08);
}
.header-info {
    padding: 17px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000;
    border: 1px solid #e0e0e0;
    border-radius: 45px;
}
.action {
    display: flex;
    align-items: center;
    gap: 10px;
}
.search {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000;
    border: 1px solid #e0e0e0;
    border-radius: 45px;
}
.notification {
    padding: 10px 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e0e0;
    border-radius: 45px;
}
.navigation {
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navigation-list {
    display: flex;
    align-items: center;
    gap: 17px;
}
.navigation-list:first-child {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #e0e0e0;
}
.content .container {
    padding-top: 15px;
}
.type {
    font-family: var(--font3);
    font-weight: 700;
    font-size: 12px;
    line-height: 144%;
    text-transform: uppercase;
    color: #004dde;
    margin-bottom: 13px;
    padding-left: 70px;
}
h1.article-title {
    font-family: var(--font3);
    font-weight: 700;
    font-size: 47px;
    line-height: 140%;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 10px;
    padding-left: 70px;
}
.content .container > .wrapper {
    display: grid;
    grid-template-columns: 40px 811px 300px;
    gap: 30px;
}
.article-image {
    text-align: center;
    margin-bottom: 10px;
}
.about {
    font-family: var(--font3);
    font-weight: 400;
    font-size: 10px;
    line-height: 198%;
    color: #4e4e4e;
    margin-bottom: 10px;
}
.about span {
    font-weight: 500;
    letter-spacing: 0.03em;
    color: #004dde;
}
h2.article-title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 166%;
    color: #ff0001;
    margin-bottom: 10px;
}
.article-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 166%;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 10px;
}
.center {
    text-align: center;
}
.article-text.text-block {
    border-left: 3px solid #ff00a8;
    padding-left: 20px;
    margin-bottom: 20px;
}
.expert-block {
    padding: 20px 40px;
    max-width: 740px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: #fff5da;
    margin: 0 auto 20px;
}
.expert-block .head {
    display: flex;
    gap: 21px;
}
.expert-block img {
    width: 116px;
    height: 116px;
    min-width: 116px;
}
.expert-block .article-text {
    font-family: var(--font4);
    font-weight: 400;
    font-size: 18px;
    line-height: 172%;
    color: #304060;
}
.expert-block .sign {
    text-align: right;
    font-family: var(--font4);
    font-weight: 700;
    font-size: 15px;
    line-height: 207%;
    color: #000;
}
.link {
    font-weight: 700;
    color: #004dde;
}
.ulwrapper {
    display: flex;
    justify-content: center;
}
ul.article-text li {
    list-style: unset;
    margin-left: 30px;
    font-weight: bold;
}
ul.article-text li + li {
    margin-top: 10px;
}
.article-block {
    padding: 15px;
    background: #deffce;
    border-radius: 15px;
    margin-bottom: 20px;
}
.article-action {
    margin-bottom: 10px;
}
.article-link {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 166%;
    text-decoration: underline;
    color: #004dde;
}
.comments-info,
.comments {
    max-width: 600px;
    margin: 0 auto 50px;
}
.action-text {
    font-weight: 700;
    font-size: 26px;
    line-height: 125%;
    color: #000;
    margin-bottom: 20px;
}
.socials {
    position: relative;
}
.socials > .wrapper {
    position: sticky;
    top: 50px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.aside > .wrapper {
    padding: 20px 0;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
    border-radius: 10px;
}
h3.aside-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font3);
    font-weight: 700;
    font-size: 14px;
    line-height: 153%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #2a2a2a;
    margin-bottom: 17px;
}
.aside-item {
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-top: 1px solid #e1e1e1;
}
.aside-item-image {
    min-width: 85px;
}
h4.aside-title {
    font-family: var(--font3);
    font-weight: 700;
    font-size: 10px;
    line-height: 141%;
    text-transform: uppercase;
    color: #004dde;
    margin-bottom: 8px;
}
.aside-text {
    font-family: var(--font3);
    font-weight: 500;
    font-size: 11px;
    line-height: 152%;
    color: rgba(0, 0, 0, 0.9);
}
.form-block {
    max-width: 563px;
    padding: 80px 54px 120px 54px;
    font-family: var(--font-family);
    background-image: url("../img/order-bg.png");
    background-size: cover;
    background-position: top center;
    text-align: center;
    margin: 20px auto 52px;
}
.form-block .wrapper {
    max-width: 455px;
    margin: 0 auto;
}
.form-block-logo {
    max-width: 57px;
    text-align: center;
    margin: 0 auto 35px;
}
.form-block-title {
    font-family: "Times New Roman", serif;
    font-weight: 400;
    font-size: 29px;
    line-height: 110%;
    color: #000;
    margin-bottom: 35px;
}
.expert-logo {
    margin-bottom: 11px;
}
.product {
    max-width: 267px;
    margin: 0 auto;
}
.form-block .link {
    color: #109619;
}
.form-block-date {
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #00f;
    margin-bottom: 35px;
}
.form-block-text {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 22px;
    line-height: 139%;
    text-align: center;
    color: #000;
    margin-bottom: 11px;
}
.form-block-text.gray {
    max-width: 283px;
    color: #848484;
    margin: 0 auto 5px;
}
.old-price {
    font-weight: 700;
    text-decoration: line-through;
    color: #ff0001;
}
.new-price {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 39px;
    color: #109619;
    margin-top: 35px;
    margin-bottom: 35px;
}
.red-text {
    font-family: var(--font3);
    font-weight: 600;
    color: #ff0001;
}
.form {
    width: 300px;
    margin: 0 auto;
}
.form input, .form select {
    padding: 17px;
    display: block;
    max-width: 282px;
    height: 39px;
    font-weight: 400;
    font-size: 21px;
    color: #757575;
    border: 2px solid #e9d7dc;
    border-radius: 3px;
    background: #fff;
    outline: 0;
    margin: 0 auto 20px;
    appearance: none;
    -webkit-appearance: none; 
    box-sizing: border-box;
    width: 100%;
}

.order-button {
    width: 300px;
    height: 37px;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
    background: #0299ff;
}
.comments-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.comments-count {
    font-weight: 700;
    font-size: 14px;
    line-height: 179%;
    color: #1c1e21;
}
.comments-block span {
    font-weight: 400;
    font-size: 14px;
    line-height: 179%;
    color: #4b4f56;
}
.comments-block button {
    border: 1px solid #ccd0d5;
    border-radius: 2px;
    padding: 1px 9px;
    width: 106px;
    height: 24px;
    font-weight: 700;
    font-size: 12px;
    line-height: 183%;
    text-align: center;
    color: #4b4f56;
}
.form__inputs {
    align-items: center;
    flex-direction: column;
}
.new-comment .wrapper {
    display: flex;
    align-items: flex-start;
}
.new-comment img {
    min-width: 56px;
}
.new-comment textarea {
    padding: 5px;
}
.new-comment button {
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: 0;
    border: 1px solid #ccd0d5;
    border-radius: 2px;
    padding: 1px 9px;
    width: 106px;
    height: 24px;
    font-weight: 700;
    font-size: 12px;
    line-height: 183%;
    text-align: center;
    color: #4b4f56;
}
.comments {
    padding-top: 12px;
    border-top: 1px solid #e9ebee;
}
.new-comment {
    margin-bottom: 12px;
}
.new-comment textarea {
    width: 100%;
    height: 62px;
    border: 1px solid #d3d6db;
    resize: none;
}
.comments-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.comments-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.comments-item-info .name {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 14px;
    line-height: 136%;
    color: #1c1e21;
    margin-bottom: 5px;
}
.comments-item-info .text {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 136%;
    color: #1c1e21;
}
.commentForm-text {
    font-family: "Arial", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
}
.input-comment {
    width: 100%;
    padding: 6px;
    font-family: "HelveticaNeue", sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: lowercase;
    background: transparent;
    color: #363636;
    border: 0;
    border-bottom: 1px solid #959595;
    outline: 0;
}
.input-comment::placeholder {
    font-family: "HelveticaNeue", sans-serif;
    font-weight: 400;
    color: rgba(201, 201, 201);
}
.commentForm .wrapper {
    display: flex;
    justify-content: flex-end;
}
.commentForm .wrapper a:first-child {
    font-family: "HelveticaNeue", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    margin-right: 47px;
}
.commentForm .wrapper button {
    width: 191px;
    height: 31px;
    font-family: "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    background: #63c7ff;
    box-shadow:
        inset 4px 4px 5px rgba(255, 255, 255, 0.25),
        inset -3px -3px 4px rgba(0, 0, 0, 0.25);
    border: 0;
}
#cansel {
    cursor: pointer;
}
.pp {
    padding: 15px 0;
    background: #f2f2f2;
}
.pp .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pp .logo {
    max-width: 113px;
}
.footer-socials {
    display: flex;
    align-items: center;
    gap: 50px;
}
.footer-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}
.country {
    display: flex;
    align-items: center;
    gap: 10px;
}
.subscribe {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 21px;
    border-radius: 45px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
}
.modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    backdrop-filter: blur(7.5px);
    z-index: 1500;
}
.modal-wrapper {
    padding: 33px 0 24px 0;
    width: 534px;
    height: 164px;
    position: absolute;
    top: calc(50% - 82px);
    left: calc(50% - 267px);
    background: rgba(217, 217, 217, 0.8);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.close {
    position: absolute;
    top: 17px;
    right: 32px;
    z-index: 10;
    cursor: pointer;
}
.close:before {
    content: "";
    position: absolute;
    top: calc(50% - 16px);
    right: calc(50% - 15px);
    width: 29px;
    height: 29px;
    background: #fff;
    border-radius: 50%;
    z-index: -10;
}
.done {
    position: relative;
    margin-bottom: 38px;
    z-index: 10;
}
.done:before {
    content: "";
    position: absolute;
    top: calc(50% - 42px);
    right: calc(50% - 42px);
    width: 83px;
    height: 83px;
    background: #fff;
    border-radius: 50%;
    z-index: -10;
}
.review-image img {
    padding-top: 5px;
    max-height: 250px;
}
@media screen and (max-width: 425px) {
    .review-image img {
        padding-top: 5px;
        max-height: 150px;
    }
}
.action-block.color {
    background: #e1edcc;
    margin-bottom: 20px;
}
.action-block {
    padding: 20px;
    background: #abd5bb;
    border: 3px solid red;
    margin-bottom: 20px;
}
.red-block {
    color: red;
}
.article-border-block {
    border: 1px solid black;
    padding: 15px;
    margin-bottom: 20px;
}
.review-wrapp {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.review-block {
    padding: 30px;
    max-width: 670px;
    background: #d7ebde;
}
.gray-block {
    padding: 12px 16px;
    background: #ebebeb;
    margin-bottom: 20px;
}

.comments-item img{
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.comments-item .img-fluid{
    width: 100%;
    height: auto;
    max-width: 350px;
    margin-top: 10px;
}