/* COMMON STYLES */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
    transition: .3s;
}

img {
    max-width: 100%;
}

li {
    position: relative;
    list-style: none;
    z-index: 1;
}

body {
    font-family: 'Mukta', sans-serif;
    font-weight: 400;
    color: #000000;
    background: linear-gradient(180deg, rgba(0, 133, 255, 0.14) 0%, rgba(255, 255, 255, 0.14) 46.35%, rgba(14, 139, 255, 0.14) 100%);
}

/* COMMON STYLES */
.button {
    border: none;
    cursor: pointer;
    transition: .5s;
}

.button:hover {
    transition: .5s;
}

.mob {
    display: none;
}

.container {
    max-width: 960px;
    margin: 0 auto;
}

/* HEADER */
/* header-top */
.header-top {
    position: relative;
    border-bottom: 37px solid #000000;
    z-index: 1050;
    margin-bottom: 10px;
}

.header-top .container {
    padding: 25px 0 11px 23px;
}

.header-top-logo img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-top-navigation-mobile, .bg-blur {
    display: none;
}

/* header-bottom */
.header-bottom {
    position: sticky;
    top: 0;

    transform: translateY(0);
    transition: all .3s ease;
    z-index: 1000;
}

.header-bottom.out {
    transform: translateY(-100%);
    transition: all .3s ease;
}

.header-bottom .container {
    background: #FFFFFF;
}

.header-bottom-navigation ul {
    display: flex;
    justify-content: center;
}

.header-bottom-navigation ul li {
    padding: 10px 28px;

    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    line-height: 24px;
    color: #000;

    background: #D9D9D9;
    transition: all .2s ease-in;
}

.header-bottom-navigation ul li:hover {
    background: #969696;
}

.header-bottom-navigation ul li:not(:last-child) {
    margin-right: 34px;
}

/* ARTICLE */
.article .container {
    padding: 31px 41px 50px 41px;
    background: #FFFFFF;
    margin: 0 auto;
}

h1.article-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 146%;
    color: #000;
    margin-bottom: 10px;
}

h2.article-title {
    font-weight: 400;
    font-size: 32px;
    line-height: 146%;
    color: #000;
    margin-bottom: 10px;
}

h3.article-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 150.2%;
    color: #000;
    margin-bottom: 10px;
}

.article-text {
    font-size: 20px;
    line-height: 150%;
    color: #000;
    margin-bottom: 10px;
}

.expert {
    max-width: max-content;
}

.name {
    margin-top: -5px;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    line-height: 165.7%;
    text-align: left;
    padding-left: 5px;
}

.article-image {
    margin-bottom: 20px;
}

.article-images {
    padding: 0 41px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.article-images img:not(:last-child) {
    margin-right: 5px;
}

.article-block-1, .article-block-2 {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.article-block-1-info {
    max-width: 438px;
    margin-right: 15px;
}

.article-block-2-info {
    max-width: 595px;
    margin-right: 25px;
}

.red-text {
    color: #FF0000!important;
}

.green-text {
    color: #07881C!important;
}

ul.article-text li {
    margin-left: 53px;
}

ul.article-text li:not(:last-child) {
    margin-bottom: 15px;
}

ul.article-text li:before {
    content: url("../img/marker.svg");
    position: absolute;
    top: 50%;
    left: -53px;
    transform: translateY(-50%);
}

.article-items {
    margin: 10px 0;
    display: flex;
    justify-content: center;
    gap: 50px;
}

.article-item {
    width: 162px;
    text-align: center;
}

.article-item-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 84px;
    margin-bottom: 10px;
}

/* ORDER */
.order {
    max-width: 100%;
    width: 1920px;
    height: max-content;
    background-image: url("../img/order-bg.png");
    background-position: top center;
    background-size: cover;
    overflow-x: hidden;
    margin: 0 auto;
}

.order .container {
    position: relative;
    padding: 53px 0 40px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 1;
}

.order-image {
    min-width: 730px;
    margin-left: -236px;
}

.order-title {
    text-align: center;
    margin-bottom: 10px;
}

.order-description {
    max-width: 405px;
    padding: 18px 36px;

    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #F00;
    text-align: center;

    border-radius: 8px;
    background: rgba(255, 255, 255, 0.70);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);

    margin: 0 auto 15px;
}

.order-price {
    max-width: max-content;
    font-family: 'Lexend', sans-serif;
    font-weight: 600;
    font-size: 64px;
    margin: 0 auto 10px;
}

.new-price {
    color: #F20A0A;
    animation: price-anim 2s linear infinite;
}

.old-price {
    text-decoration-line: line-through;
    color: #757575;
    padding-right: 20px;
    border-right: 2px solid #868686;
}

@keyframes price-anim {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.order-form {
    max-width: 308px;
    text-align: center;
    margin: 0 auto;
}

.order-form input {
    padding: 10px 18px;
    max-width: 204px;
    width: 308px;
    min-width: 308px;
    height: 41px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #000000;

    border-radius: 10px;
    border: 1px solid #A0A0A0;
    background: #EAEAEA;

    outline: none;
    margin-bottom: 19px;
}

.order-form input::placeholder {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #808080;
}

.order-button {
    width: 232px;
    height: 44px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #FFF;

    border-radius: 10px;
    background: linear-gradient(90deg, #3168AC 0%, #51ACDB 100%);
    box-shadow: 0 3px 0 1px #3067AB;

    border: none;
    cursor: pointer;
    transition: .5s;
    position: relative;
    overflow: hidden;
}

.order-button:before {
    content: url("../img/btn.svg");
    position: absolute;
    top: 0;
    left: calc(50% - 109px);
}

.order-button .flare {
    position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    transform: skewX(-45deg);
    left: -150%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.2));
    animation: flareAnimation 3s infinite linear forwards;
}

.order-button:hover {
    transform: scale(1.1);
    transition: .5s;
}

.order-button:hover .flare {
    animation: none;
}

.order-button.mob {
    display: none;
}



/* COMMENTS */
.comments .container {
    max-width: 960px;
    padding: 57px 114px;
    background: #ffffff;
    margin: 0 auto;
}

.article-comments {
    max-width: 757px;
    font-family: 'HelveticaNeue', sans-serif;
}

.comments-item {
    margin: 0 5px 0 0;
}

.comments-item {
    position: relative;
    margin-bottom: 42px;
}

.comment-wrapper {
    display: flex;
}

.comments-item-image {
    min-width: 70px;
    margin-right: 10px;
}

.comments-item-info {
    max-width: 100%;
}

.comments-item-info-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
}

.comments-item-info-name span {
    font-size: 11px;
    line-height: 30px;
    color: #888888;
}

.comments-item-info-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    max-width: 677px;
}

.comments-item-wrapper {
    display: flex;
    align-items: center;
    margin-left: 70px;
}

.comment-like img {
    padding: 10px 0 10px 10px;
    width: 30px;
}


.comment-like:nth-child(1) {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.comment-like:nth-child(2) {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.comment-like img {
    margin-right: 5px;
}

.review-image img {
    padding-top: 5px;
    height: 170px;
}

.commentForm-text {
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    margin-left: 99px;
    margin-bottom: 16px;
}

form.commentForm {
    max-width: 100%;
    margin-left: 131px;
    margin-right: 79px;
}

.input-comment {
    width: 100%;
    padding: 6px;
    font-family: 'HelveticaNeue', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: lowercase;
    background: transparent;
    color: rgb(54, 54, 54);
    border: none;
    border-bottom: 1px solid #959595;
    outline: none;
    margin-bottom: 24px;
}

.input-comment::placeholder {
    font-family: 'HelveticaNeue', sans-serif;
    font-weight: 400;
    color: rgba(201, 201, 201);
}

.commentForm .wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.commentForm .wrapper a:first-child {
    font-family: 'HelveticaNeue', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    margin-right: 47px;
}

.commentForm .wrapper button {
    width: 191px;
    height: 31px;
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    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: none;
}

#cansel {
    cursor: pointer;
}

/* FOOTER */
.pp {
    padding: 10px 0;
    font-size: 14px;
    line-height: 120%;
    font-weight: 300;
    text-align: center;
    color: #0B0B0B;

    margin-top: 20px;
}

.pp a {
    font-weight: 500;
    transition: all .3s;
}

.pp a:hover {
    color: #37503b;
    transition: all .3s;
}


@keyframes flareAnimation {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}

/* MODAL */
.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: #FFFFFF;
    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: #FFFFFF;
    border-radius: 50%;
    z-index: -10;
}

/* MODAL FORM */
.modal-form {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(195, 195, 195, .1);
    backdrop-filter: blur(9px);
    text-align: center;
    z-index: 1100;
}

.close-modal {
    position: absolute;
    top: 20px;
    right: 20px;
}

.modal-form .order-form {
    padding-top: 150px;
    display: block;
    max-width: 355px;
}

.modal-form .order-form input {
    color: #000;

    border-radius: 6px;
    border: 2px solid #54815c;
    background: rgba(255, 255, 255, 0.50);
}

.modal-form .order-form input::placeholder {
    color: #000;
}


