/* my_presets */
.main-form input.field:focus::-webkit-input-placeholder {opacity:0;}
.main-form input.field:focus::-moz-placeholder          {opacity:0;}
.main-form input.field:focus:-moz-placeholder           {opacity:0;}
.main-form input.field:focus:-ms-input-placeholder      {opacity:0;}
.main-form input.field::-webkit-input-placeholder {color: #222; opacity: 1;}
.main-form input.field:-moz-placeholder {color: #222; opacity: 1;}
.main-form input.field::-moz-placeholder {color: #222; opacity: 1;}
.main-form input.field:-ms-input-placeholder {color: #222; opacity: 1;}
.hidden{display: none;}
.left{float: left;}
.right{float: right;}
.center{text-align: center;}
.just {
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
}
.clearfix:after{content: '';display: block;clear: both;}
.clear{clear: both;height: 0px;}
.ulfix {font-size: 0;}
/* END my_presets */

h1,h2,h3,h4,h5,h6{font-family: 'Montserrat', Arial, Helvetica, sans-serif; font-weight: 700; text-transform: uppercase;line-height: 1.2em;}
b,strong{font-weight: 700;}
h2 {
    font-size: 40px;
    text-align: center;
}
body{
    width: 100%;
    min-width: 320px;
    padding: 0px;
    margin: 0px auto;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5em;
    color: #0F0F0F;
    background: #fff;
}
section{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 80px 0;
}
.wrap {
    width: 1140px;
    padding: 0px 10px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.wrap:after {
    clear: both;
    content: "";
    display: table;
}

.btn {
    position: relative;
    display: block;
    width: 100%;
    max-width: 217px;
    height: 61px;
    line-height: 61px;
    border: none;
    border-radius: 15px;
    text-align: center;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    background: #D33800;
    -webkit-transition: all 0.2s;
    -moz-transition:    all 0.2s;
    -o-transition:      all 0.2s;
    -ms-transition:     all 0.2s;
    transition:         all 0.2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.btn:hover{
    background: #d33800be;
}
.btn:active{
    background: #d33800d7;
    top:1px;
}
.main-form {
    width: 400px;
    margin: 0 auto;
}
.main-form .btn{
    width: 100%;
}

@media screen and (max-width: 979px) {
    .wrap{
        width: 640px;
    }
}
@media screen and (max-width: 659px) {
    .wrap{
        width: 320px;
    }
    
}


/*header*/
.header .wrap {
    display: flex;
    padding: 15px 0;
    align-items: center;
    justify-content: space-between;
}
.header ul {
    display: flex;
    justify-content: center;
    gap: 35px;
}
.header li a {
    color: #0F0F0F;
    text-decoration: none;
}
.header .wrap ul {
    margin-left: auto;
}
.header .wrap .btn {
    margin-left: auto;
}


/*block1*/
.block1 {
    background: linear-gradient(to bottom, #FFFFFF 0%, #F0F7FF 100%);
    padding: 20px 0;
    padding-bottom: 15px;
}

.block1-content {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 15px;
}

.block1-left {
    max-width: 100%;
}

.badges {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.badge {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    padding: 12px 15px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0px 3px 35px 0px #3289ED1C;
}

.block1 h1 {
    font-size: 57px;
    line-height: 1.2;
    margin-bottom: 45px;
    color: #0F0F0F;
    text-transform: none;
}

.block1 h1 .orange {
    color: #D33800;
}

.block1 .description {
    font-size: 18px;
    line-height: 1.6;
    color: #0F0F0F;
    margin-bottom: 65px;
}

.benefits {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefits li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}

.benefits-img {
    width: 51px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #DBFCE7;
    border-radius: 15px;
}

.block1-right {
    position: relative;
    display: flex;
    justify-content: center;
    width: 360px;
}
.pulse-container {
    position: absolute;
    bottom: 195px;
    left: 120px;
    width: 20px;
    height: 20px;
    max-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pulse-circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 0, 0, 0.3);
    animation: pulse 2s ease-out infinite;
}

.pulse-1 {
    width: 100px;
    height: 100px;
    animation-delay: 0s;
}

.pulse-2 {
    width: 100px;
    height: 100px;
    animation-delay: 0.5s;
}

.pulse-3 {
    width: 100px;
    height: 100px;
    animation-delay: 1s;
}

.pulse-center {
    position: relative;
    width: 80px;
    height: 20px;
    background: rgba(255, 0, 0, 0.6);
    border-radius: 40px;
    z-index: 10;
}

@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0.8;
    }
    100% {
        transform: scale(3);
        opacity: 0;
    }
}

.man-image {
    max-width: 100%;
    height: auto;
}


/*block2*/
.block2 {
    background: #F9FAFB;
    padding: 80px 0;
}

.block2-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #fff;
    overflow: hidden;
    border-radius: 15px;
    align-items: center;
}

.block2-left {
    display: flex;
    justify-content: center;
}

.product-image {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.block2-right {
    padding: 52px;
}

.price-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
}

.old-price {
    font-size: 24px;
    color: #0F0F0F;
    text-decoration: line-through;
    font-weight: 600;
}

.new-price {
    font-size: 42px;
    color: #D33800;
    font-weight: 700;
}

.discount-badge {
    background: #D33800;
    color: #fff;
    width: 100%;
    padding: 5px 20px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    display: inline-block;
}

.main-form {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}

.main-form input.field {
    position: relative;
    display: block;
    outline: 0;
    border: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 100%;
    height: 87px;
    line-height: 65px;
    margin: 0 auto 15px;
    padding: 0 25px;
    background: #F5F5F5;
    text-align: center;
    font-size: 18px;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 500;
    color: #0F0F0F;
    -webkit-transition: all 0.2s;
    -moz-transition:    all 0.2s;
    -o-transition:      all 0.2s;
    -ms-transition:     all 0.2s;
    transition:         all 0.2s;
    box-sizing: border-box;
}

.main-form input.field:focus {
    background: #fff;
    box-shadow: 0 0 0 2px rgba(211, 56, 0, 0.2);
}

.main-form input.field::-webkit-input-placeholder {
    color: #0F0F0F;
    opacity: 1;
}

.main-form input.field::-moz-placeholder {
    color: #0F0F0F;
    opacity: 1;
}

.main-form input.field:-moz-placeholder {
    color: #0F0F0F;
    opacity: 1;
}

.main-form input.field:-ms-input-placeholder {
    color: #0F0F0F;
    opacity: 1;
}

.main-form .btn {
    width: 100%;
    max-width: 100%;
    height: 87px;
    line-height: 65px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
    margin-top: 10px;
}

.block2-text {
    font-size: 18px;
    font-weight: 600;
    color: #0F0F0F;
    line-height: 1.5;
    text-align: center;
    margin: 0;
}

/* block3 */
.block3 {
    padding-bottom: 20px;
}
.block3_desc {
    text-align: center;
    margin-top: 30px;
}
.block3-tab {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 35px;
    margin: 60px 0;
}
.block3-tab div {
    box-shadow: 0px 0px 57px 0px #00000024;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    font-weight: 600;
}
.block3-tab div img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.block3-tab div p {
    margin: 20px;
    margin-bottom: 25px;
}
.block3-tab-orange {
    background: #D33800;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}


/* block4 */
.block4 {
    background: #fff;
    padding-top: 0;
    padding-bottom: 80px;
}

.block4 .wrap {
    box-shadow: 0px 0px 57px 0px #00000024;
    border-radius: 15px;
    padding: 0;
    overflow: hidden;
}

.block4-wrap {
    padding: 60px 90px;
    background: #fff;
}

.block4-content {
    display: grid;
    gap: 37px;
    grid-template-columns: 1.2fr 1fr;
    align-items: center;
    margin-top: 20px;
}

.block4-stats {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 30px;
}

.stat-circle {
    position: relative;
    width: 187px;
    height: 187px;
    flex-shrink: 0;
}

.circular-chart {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    transform: rotate(0deg);
}

.circle-bg {
    fill: none;
    stroke: #f0f0f0;
    stroke-width: 2.5;
}

.circle {
    fill: none;
    stroke: #1AA644;
    stroke-width: 2.5;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}

.stat-number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    font-weight: 700;
    color: #1AA644;
}

.stat-text {
    font-size: 22px;
    color: #0F0F0F;
    line-height: 1.3;
    font-weight: 700;
}

.block4-product {
    display: flex;
    justify-content: center;
    align-items: center;
}

.block4-product img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.block4-footer {
    background: #D33800;
    color: #fff;
    padding: 30px;
    font-size: 18px;
    text-align: center;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

/* block5 */
.block5 {
    background: #F9FAFB;
}
.block5-col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 23px;
    margin-top: 50px;
}
.block5-col-card {
    box-shadow: 0px 0px 57px 0px #00000024;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    height: fit-content;
}
.block5-col-card img {
    width: 100%;
    height: 155px;
    object-fit: cover;
    margin-bottom: 15px;
}
.block5-col-card p {
    margin: 0 10px;
}


/* block6 */
.block6 {
    background: #fff;
    padding: 80px 0;
}

.block6 .wrap {
    box-shadow: 0px 0px 57px 0px #00000024;
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    padding: 0;
}

.block6-content {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    align-items: center;
    position: relative;
}
.block6-content img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.doctor-stamp {
    position: absolute;
    right: -15px;
    bottom: -20px;
    max-width: 180px;
    z-index: 10;
}

.doctor-stamp img {
    width: 100%;
    height: auto;
    opacity: 0.85;
}
.clinical-text {
    text-align: center;
    margin: 30px 0;
}
.clinical-text p {
    line-height: 1.3;
}
.block6-right {
    padding: 30px;
}


/* block7 */
.block7 {
    padding: 80px 0;
    padding-top: 0;
}

.block7 .wrap {
    position: relative;
    overflow: hidden;
}

.block7-content {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    background: #D33800;
    align-items: center;
    border-radius: 20px;
    padding: 60px 50px;
    padding-right: 0; 
    position: relative;
    overflow: visible;
}

.block7-left {
    display: flex;
    z-index: 2;
    flex-direction: column;
    align-items: center;
}

.block7-left h2 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
}

.block7-subtitle {
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 30px;
    opacity: 0.9;
    max-width: 500px;
    color: #fff;
}

.quiz-container {
    width: 100%;
    max-width: 500px;
}

.quiz-progress {
    margin-bottom: 15px;
    text-align: center;
}

.quiz-current {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}

.quiz-question {
    display: none;
}

.quiz-question.active {
    display: block;
    background: #fff;
    border-radius: 15px;
    padding: 27px;
    margin-bottom: 20px;
}

.question-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: none;
    color: #0F0F0F;
}

.question-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.option {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    background: #F5F5F5;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
}

.option:hover {
    background: #FFE5E5;
}

.option input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* ÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¹ ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â±ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚Â */
.option::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    min-width: 22px;
    background: #E0E0E0;
    border-radius: 5px;
    margin-right: 15px;
    transition: all 0.2s;
    position: relative;
}

/* ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â° ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â±ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Âµ */
.option::after {
    content: '';
    position: absolute;
    left: 27px;
    top: 45%;
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    opacity: 0;
    transition: opacity 0.2s;
}

/* ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â±ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Âµ ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Âµ */
.option.selected {
    background: #FFE5E5;
}

.option.selected::before {
    background: #D33800;
}

.option.selected::after {
    opacity: 1;
}

.option-text {
    font-size: 16px;
    font-weight: 500;
    color: #0F0F0F;
}

.quiz-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.btn-back,
.btn-answer {
    padding: 18px 30px;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.btn-back {
    background: #0F0F0F;
    color: #fff;
}

.btn-back:hover:not(:disabled) {
    background: #333;
}

.btn-back:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.btn-answer {
    background: #FFD600;
    color: #0F0F0F;
}

.btn-answer:hover {
    background: #FFC400;
}

.quiz-result {
    min-height: 325px;
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.quiz-result h3 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #333;
}

.quiz-result p {
    text-align: center;
    font-size: 18px;
    color: #333;
}

.block7-right {
    position: absolute;
    right: 20px;
    bottom: -126px;
    top: -60px;
    display: flex;
    align-items: flex-end;
    z-index: 3;
}
.block7-right img {
    bottom: 0;
}

.doc-image {
    max-width: 100%;
    height: auto;
    max-height: 620px;
    object-fit: contain;
}


/* block8 */
.block8 {
    background: #F9FAFB;
}
.block8-tab {
    position: relative;
    display: grid;
    grid-template-columns: 2.2fr 1fr 1fr 1fr;
    gap: 20px;
    margin: 60px 0;
    margin-top: 80px;
}
.block8-prod {
    position: absolute;
    left: 0;
    bottom: -10px;
}
.block8-tab-card {
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    background: #D23800;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    box-shadow: 0px 0px 57px 0px #00000012;
}
.block8-tab-left {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.block8-tab-card-one {
    text-align: left;
    display: flex;
    margin-bottom: 20px;
    background: #fff;
    color: #0F0F0F;
    align-items: center;
    background: url('../img/b8-1.png') right;
    height: 214px;
    background-repeat: no-repeat;
}
.block8-tab-card-one p {
    padding: 30px;
    max-width: 60%;
}
.block8-tab-card-two {
    max-width: 66%;
    height: 300px;
}
.block8-tab-card-two p {
    padding: 20px;
}
.block8-tab-card-img {
    height: 75%;
    width: 100%;
    object-fit: cover;
}
.block8-tab-card-text-red {
    padding: 20px 5px;
}






/* block9 */
.block9 {
    padding-bottom: 50px;
}

.block9-card {
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 57px 0px #00000024;
}

.block9-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.block9-content {
    display: flex;
    padding: 60px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
}

.block9-content h2 {
    margin-bottom: 25px;
}

.block9-text {
    font-size: 16px;
    color: #555;
    margin-bottom: 25px;
    line-height: 1.5;
}

.block9-strong {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 35px;
}

.block9-btn {
    max-width: 499px;
    height: 87px;
    line-height: 87px;
    margin-bottom: 35px;
}

.block9-benefits {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.block9-benefit {
    display: flex;
    align-items: center;
    gap: 15px;
}

.block9-benefit span {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: #DBFCE7;
    color: #1AA644;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.block9-benefit p {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
}

.block9-content ul {
    margin-left: 55px;
}


/* block10 */
.block10 {
    padding-top: 20px;
}

.block10-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px 70px;
    margin-top: 60px;
}

.block10-item {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 0px 57px 0px #0000001A;
}

.block10-value {
    min-width: 130px;
    background: #D33800;
    color: #fff;
    text-align: center;
    padding: 18px 10px;
}

.block10-value strong {
    display: block;
    font-size: 50px;
    line-height: 1;
    font-weight: 700;
}

.block10-value span {
    display: block;
    font-size: 18px;
    font-weight: 700;
}

.block10-item p {
    padding: 0 25px;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}

.block10-note {
    margin-top: 40px;
    background: #fff;
    border-radius: 15px;
    padding: 22px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    box-shadow: 0px 0px 57px 0px #0000001A;
}

.block10-note span {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #FF355E;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.block10-note p {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}


/* block11 */

.block11 {
    background: #F9FAFB;
    padding: 80px 0;
}

.block11 h2 {
    margin-bottom: 15px;
}

.block11-subtitle {
    text-align: center;
    font-size: 18px;
    margin: 35px 0;
}

.block11-badge {
    max-width: 788px;
    margin: 0 auto 60px;
    background: #D33800;
    color: #fff;
    padding: 18px 25px;
    border-radius: 15px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
}

.block11-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.block11-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0px 0px 12px 0px #0000001A;
}

.block11-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

.block11-stars {
    color: #FFD600;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 4px;
    margin: 20px 0;
}

.block11-card p {
    padding: 0 25px;
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 1.5;
    color: #444;
}

.block11-card strong {
    display: block;
    padding-bottom: 25px;
    font-size: 18px;
}

.block11-slider .block11-card {
    margin: 15px;
    height: calc(100% - 30px);
}

.block11 .owl-stage {
    display: flex;
}

.block11 .owl-item {
    display: flex;
}

.block11 .owl-item .block11-card {
    width: 100%;
}

.block11 .owl-dots {
    margin-top: 35px;
    display: flex;
    justify-content: center;
}

.block11 .owl-dot {
    width: 12px;
    height: 12px;
    background: #d9d9d9 !important;
    border-radius: 50%;
    margin: 0 5px;
}

.block11 .owl-dot.active {
    background: #D33800 !important;
}

/* block12 */
.block12 {
    background: #fff;
    padding: 60px 0;
}

.block12-card {
    background: #fff;
    border-radius: 20px;
    padding: 50px 40px;
    box-shadow: 0px 0px 57px 0px #00000024;
    text-align: center;
}

.block12-card h2 {
    margin-bottom: 10px;
}

.block12-subtitle {
    font-size: 18px;
    color: #666;
    margin-bottom: 50px;
    margin-top: 30px;
}

.block12-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}

.block12-item {
    padding: 30px 20px;
    border-right: 1px solid #eee;
}

.block12-item:last-child {
    border-right: none;
}

.block12-icon {
    width: 51px;
    height: 51px;
    margin: 0 auto 20px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block12-item h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0F0F0F;
}

.block12-item p {
    font-size: 18px;
    color: #666;
    margin: 0;
}

/* block13 */
.block13 {
    background: #101828;
    padding: 80px 0;
    color: #fff;
}

.block13 h2 {
    color: #fff;
    margin-bottom: 10px;
}

.block13-subtitle {
    text-align: center;
    font-size: 18px;
    color: rgba(255,255,255,0.7);
    margin: 50px 0;
    margin-bottom: 70px;
}

.block13-content {
    position: relative;
    max-width: 649px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.block13-price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 15px;
}

.block13-price .old-price {
    font-size: 24px;
    color: rgba(255,255,255,0.6);
    text-decoration: line-through;
}

.block13-price .arrow {
    font-size: 30px;
    color: #D33800;
}

.block13-price .new-price {
    font-size: 42px;
    color: #D33800;
    font-weight: 700;
}

.block13-discount {
    background: #D33800;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 40px;
    display: inline-block;
    width: 100%;
    max-width: 450px;
}

.block13-form-wrapper {
    background: #172032;
    border-radius: 15px;
    padding: 50px 20px;
    text-align: center;
    margin-top: 55px;
    max-width: 649px;
    width: 100%;
}

.block13-form-wrapper h3 {
    font-size: 25px;
    margin-bottom: 20px;
    color: #fff;
}

.block13-timer {
    background: #101828;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    color: rgba(255,255,255,0.8);
}

.block13-timer span {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.block13-form .field::-webkit-input-placeholder {
    color: #999;
}

.block13-right {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.block13-product {
    height: auto;
    position: absolute;
    left: -239px;
    bottom: 0;
    z-index: 2;
}

.block13-woman {
    height: auto;
    position: absolute;
    right: -235px;
    bottom: -100px;
    z-index: 2;
}




.footer {
    background: #000;
    text-align: center;
    padding: 40px 0 30px;
}
.footer a {
    font-size: 14px;
    color:#fff;
}


/* @media */

@media screen and (max-width: 1180px) {
    .wrap {
        width: 900px;
    }
    .header ul {
        display: none;
    }
    .block1-right {
        width: 250px;
    }
    .block7-content {
        grid-template-columns: 2fr 1fr;
    }
    .block7-right {
        max-width: 275px;
        bottom: -415px;
    }
    .block8-tab {
        grid-template-columns: 1fr 1fr;
    }
    .block8-tab-card {
        max-height: 534px;
    }
    .block8-prod {
        bottom: 545px;
    }
    .block8-tab-card-text-red {
        padding: 45px 5px;
    }
    .block9-btn {
        font-size: 14px;
    }
    .block9-content ul {
        margin-left: 0;
    }
    .block11 {
        padding-bottom: 30px;
    }
    .block11-slider .block11-card {
        margin: 10px;
    }
    .block12-grid {
        gap: 10px;
    }
    .block13-woman {
        right: -80px;
        max-width: 175px;
    }
    .block13-product {
        left: -100px;
        max-width: 250px;
    }
}

@media screen and (max-width: 940px) {
    .wrap {
        width: 549px;
    }
    .header .wrap {
        justify-content: center;
        padding-top: 35px;
    }
    .header .btn {
        display: none;
    }
    h1 {
        text-align: center;
    }
    .block1 .description {
        text-align: center;
    }
    .badges {
        display: flex;
        gap: 10px;
        margin-bottom: 20px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .badge {
        gap: 5px;
        padding: 7px 12px;
    }
    .badge img {
        max-width: 14px;
        height: auto;
    }
    .block1-content {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .block1 h1 {
        font-size: 50px;
        margin-bottom: 20px;
    }
    .block1 .description {
        margin: 30px 0;
    }
    .block1-right {
        width: 250px;
        margin: 0 auto;
    }
    .pulse-container {
        left: 163px;
    }
    .block2-content {
        grid-template-columns: 1fr;
    }
    .block2-content img {
        display: none;
    }
    .block3-tab {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    .block4-content {
        gap: 15px;
        grid-template-columns: 1fr;
    }
    .block4-wrap {
        padding: 50px 30px;
        background: #fff;
    }
    .block4-product img {
        margin-left: 60px;
    }
    .block5-col {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    .block5-col-card {
        height: auto;
    }
    .block6-content {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .block6-content .doctor-image {
        height: 500px;
        width: 100%;
    }
    .block7-content {
        grid-template-columns: 1fr;
        padding-right: none;
        padding: 45px 30px;
    }
    .block7-right {
        display: none;
    }
    .block8-tab {
        gap: 15px;
    }
    .block8-prod {
        display: none;
    }
    .block8-tab-card-one p {
        max-width: 100%;
        max-height: max-content;
        background: #ffffffd9;
    }
    .block8-tab-card-two {
        max-width: 100%;
    }
    .block9-card {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .block10-grid {
        gap: 15px;
        grid-template-columns: 1fr;
    }
    .block10-note span {
        width: 45px;
    }
    .block12-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .block12-item {
        padding: 0;
        border-right: none;
        border-bottom: 1px solid #eee;
        padding-bottom: 35px;
    }
    .block13-woman {
        display: none;
    }
    .block13-product {
        position: relative;
        margin: 0 auto;
        left: 0;
        margin-bottom: 30px;
        margin-left: 20px;
    }
    .block13-subtitle {
        margin: 15px 0;
        margin-bottom: 35px;
    }
    .block13-form-wrapper {
        margin-top: 15px;
    }
    .block7 {
        padding-top: 0;
    }
    .block8 {
        padding-bottom: 0;
    }
    .block11-card img {
        height: 350px;
    }
}








