/* header */
header {
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 98px 0px #91BDDB1A;
    padding: 25px 0;
}
header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*block1*/
.b1 {
    padding-bottom: 0;
}
.b1 h1 {
    margin-bottom: 30px;
}
.b1_desk {
    text-align: center;
}
.b1-banner {
    margin-top: 30px;
}
.b1-banner_bg {
    position: relative;
}
.b1-banner_100 {
    position: absolute;
    bottom: 395px;
    left: 40px;
}
.b1-banner p {
    position: absolute;
    text-align: center;
    color: #fff;
    bottom: 100px;
    right: 0;
    text-transform: uppercase;
    font-weight: 700;
    background: #6BC72B;
    width: 274px;
    padding: 15px 0;
}


/* block2 */
.b2 {
    padding-top: 20px;
}
.b2-ul {
    margin: 0 10px;
}
.b2-ul li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    margin-top: 15px;
}
.b2-ul li p {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: -5px;
}
.b2-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.b2-info li {
    text-transform: uppercase;
    color: #0D0D0D;
    font-size: 13px;
    font-weight: 700;
    margin-top: 25px;
}

/* block3 */
.b3 {
    padding: 0;
}
.b3 .container {
    border-radius: 40px;
    background-color: #fff;
    padding: 50px 25px;
    box-shadow: 0px 0px 68px 0px #91BDDB63;

    padding-bottom: 330px;
    background-image: url('../img/men.png');
    background-position: bottom;
    background-repeat: no-repeat;
}
.b3 .container h2 {
    margin-bottom: 25px;
}
.b3-desc {
    text-align: center;
    margin-bottom: 15px;
}
.b3-cart {
    background: #F1F5F9;
    padding: 25px 30px;
    border-radius: 40px;
    margin-bottom: 25px;
}
.b3-cart-title {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}
.b3-cart-title h3 {
    font-size: 23px;
    text-align: center;
    color: #025085;
    background: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
}
.b3-cart-title p {
    font-size: 18px;
    font-weight: 700;
}

/* block4 */
.b4 .container {
    border-radius: 40px;
    background-color: #fff;
    padding: 50px 0;
    box-shadow: 0px 0px 68px 0px #91BDDB63;
}
.b4 .container h2 {
    padding: 0 25px;
}
.b4-desk {
    text-align: center;
    margin-top: 20px;
    padding: 0 25px;
}
.b4_prod {
    width: 100%;
    margin: 20px 0;
}
.b4-block {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin: 25px 0;
    padding: 0 25px;
}

/* block5 */
.b5 {
    padding: 0;
}
.b5 .container {
    border-radius: 40px;
    background-color: #fff;
    padding: 50px 25px;
    box-shadow: 0px 0px 68px 0px #91BDDB63;
}
.b5-desk {
    text-align: center;
    margin: 25px 0;
}
.b5-cart {
    background: #F1F5F9;
    padding: 25px 30px;
    border-radius: 40px;
    margin-bottom: 25px;
}
.b5-cart-title {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}
.b5-cart-title h3 {
    font-size: 23px;
    text-align: center;
    color: #025085;
    background: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
}
.b5-cart-title p {
    font-size: 18px;
    font-weight: 700;
}

/* block6 */
.b6 {
    padding: 0;
}
.b6 .container {
    border-radius: 40px;
    background-color: #fff;
    padding: 50px 0;
    box-shadow: 0px 0px 68px 0px #91BDDB63;
}
.b6 h2 {
    margin: 0 25px;
}
.b6-desk {
    text-align: center;
    margin: 25px;
}
.b6-cert {
    width: 100%;
    height: auto;
    margin: 15px 0;
}
.b6-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 0 25px;
    margin-top: 10px;
}
.b6-grid-cart {
    background: #00B75B;
    width: 100%;
    color: #fff;
    border-radius: 40px;
    padding: 20px;
    text-align: center;
}
.b6-grid-cart h3 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 5px;
}
.b6-grid-cart p {
    font-size: 18px;
}

/* block7 */
.b7 .container {
    border-radius: 40px;
    background-color: #fff;
    padding: 50px 25px;
    box-shadow: 0px 0px 68px 0px #91BDDB63;
}
.b7 h2 {
    margin-bottom: 35px;
}
.b7-cart {
    background: #F1F5F9;
    padding: 35px 30px;
    border-radius: 40px;
    margin-bottom: 25px;
}
.b7-cart h3 {
    font-size: 18px;
    font-weight: 700;
}

/* block8 */
.b8 {
    padding-top: 0;
}

.b8 .container {
    border-radius: 40px;
    background-color: #fff;
    padding: 50px 25px;
    box-shadow: 0px 0px 68px 0px #91BDDB63;
    max-width: 600px;
    margin: 0 auto;
}

.b8 h2 {
    margin-bottom: 35px;
    text-align: center;
    color: #000;
    font-size: 28px;
    font-weight: 700;
}

.b8-cart {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

/* ÐšÐ°Ñ€Ñ‚Ð¾Ñ‡ÐºÐ° Ð²Ð¾Ð¿Ñ€Ð¾ÑÐ° */
.faq-item {
    background: #F1F5F9;
    border-radius: 40px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item.active {
    background: #edf3fa;
}

/* Ð—Ð°Ð³Ð¾Ð»Ð¾Ð²Ð¾Ðº Ð²Ð¾Ð¿Ñ€Ð¾ÑÐ° */
.faq-question {
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    color: #025085;
    line-height: 1.4;
}

.faq-question span:first-child {
    flex: 1;
    padding-right: 20px;
}

/* Ð˜ÐºÐ¾Ð½ÐºÐ° + / - */
.faq-icon {
    font-size: 28px;
    font-weight: 300;
    color: #025085;
    min-width: 30px;
    text-align: center;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

/* ÐžÑ‚Ð²ÐµÑ‚ */
.faq-answer {
    padding: 0 30px;
    font-size: 16px;
    color: #025085;
    line-height: 1.6;
    
    /* ÐÐ½Ð¸Ð¼Ð°Ñ†Ð¸Ñ */
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.4s ease;
}

.faq-item.active .faq-answer {
    padding: 0 30px 25px 30px;
    max-height: 500px;
    opacity: 1;
}

/* block9 */
.b9 {
    background: #025085 url('../img/form-bg.png') no-repeat center/cover;
}
.b9 h2 {
    color: #fff;
}
.timer {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.main-form {
    margin: 30px 0;
}
.b9_form-desc {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}


/* footer */
.footer {
    padding: 30px 0;
    text-align: center;
    font-size: 14px;
    background: #0D0D0D;
}
.footer a {
    display: block;
    margin: 10px 0;
    text-decoration: none;
    color:#fff;
}
.footer img {
   width: auto;
    display: block;
    margin: 0 auto;
}
.footer p {
    padding: 0;
    margin: 0;
}