
.product-section {
    margin-bottom: 0px;
    padding-bottom: 50px;
}

.heading {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 15px
}

@media only screen and (min-width: 1110px) {
    .heading {
        gap: 20px
    }
}

.heading__subtitle {
    font-variant-numeric: lining-nums;
    font-weight: 300;
    text-align: center
}

.heading__subtitle,
.heading__subtitle-sm {
    font-size: 26px;
    line-height: 32px
}

@media only screen and (min-width: 1110px) {
    .heading__subtitle-sm {
        font-size: 24px;
        line-height: 28px
    }
}
.heading__subtitle .heading__ytext,
.heading__subtitle p {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 4px
}

@media only screen and (min-width: 1110px) {
    .heading__subtitle .heading__ytext,
    .heading__subtitle p {
        background-color: #fdee5d;
        border: 1px solid #000;
        border-radius: 10px;
        display: block;
        padding: 2px 12px
    }
}
.heading__subtitle .heading__ytext span,
.heading__subtitle p span {
    background-color: #fdee5d;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 2px 12px
}

@media only screen and (min-width: 1110px) {
    .heading__subtitle .heading__ytext span,
    .heading__subtitle p span {
        background-color: transparent;
        border: none;
        border-radius: 0;
        padding: 0
    }

    .heading__subtitle {
        font-size: 32px;
        line-height: 38px
    }
}

.heading__text {
    font-size: 20px;
    font-weight: 300;
    line-height: 22px;
    text-align: center
}

@media only screen and (min-width: 1110px) {
    .heading__text {
        font-size: 24px;
        line-height: 28px
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important
    }
}

.about-facts {
    background-color: rgba(179, 229, 255, .2);
    padding: 20px 0
}

@media only screen and (min-width: 1110px) {
    .about-facts {
        padding: 48px 0
    }
}

.about-facts__items {
    -moz-column-gap: 30px;
    column-gap: 30px;
    counter-reset: counter;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
    row-gap: 30px
}

@media only screen and (min-width: 1110px) {
    .about-facts__items {
        row-gap: 40px
    }
}

.about-facts__item {
    align-items: center;
    counter-increment: counter;
    display: flex;
    flex-direction: column;
    gap: 18px
}

@media only screen and (min-width: 1110px) {
    .about-facts__item {
        width: 30%
    }
}

.about-facts__item:before {
    align-items: center;
    border: 1px solid #000;
    border-radius: 50%;
    content: counter(counter);
    display: flex;
    font-size: 27px;
    font-variant-numeric: lining-nums;
    font-weight: 300;
    height: 55px;
    justify-content: center;
    line-height: 32px;
    position: relative;
    text-align: center;
    width: 55px;
}

@media only screen and (min-width: 1110px) {
    .about-facts__item:before {
        font-size: 32px;
        height: 65px;
        line-height: 38px;
        width: 65px;
    }

    .about-facts__item:nth-child(4), .about-facts__item:nth-child(5) {
        width: 40%
    }
}

.about-facts__item-yellow:before {
    background-color: #fdee5d
}

.about-facts__item-pink:before {
    background-color: #ffaef6
}

.about-facts__item-blue:before {
    background-color: #b3e5ff
}

.about-facts__text {
    font-size: 20px;
    font-weight: 300;
    line-height: 22px;
    text-align: center
}

@media only screen and (min-width: 1110px) {
    .about-facts__text {
        font-size: 24px;
        line-height: 28px
    }
}

.about-facts__text br {
    display: none
}

@media only screen and (min-width: 1110px) {
    .about-facts__text br {
        display: block
    }
}

.facts {
    background-color: rgba(180, 227, 253, .2);
    margin-top: 20px;
    padding: 40px 0
}

@media only screen and (min-width: 1110px) {
    .facts {
        margin-top: 48px;
        padding: 48px 0
    }
}

.facts-pink {
    background-color: rgba(255, 174, 246, .2)
}
.facts.facts-pink {
    margin-bottom: 40px;
}

.facts__items {
    display: grid;
    gap: 30px;
    grid-template-columns:repeat(1, minmax(0, 1fr));
    margin-top: 40px
}

@media only screen and (min-width: 1110px) {
    .facts__items {
        grid-template-columns:repeat(4, minmax(0, 1fr))
    }
}

.facts__items-no-margin {
    margin-top: 0
}

.facts__item {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 12px
}

@media only screen and (min-width: 1110px) {
    .facts__item {
        gap: 18px
    }
}

.facts__title {
    font-size: 20px;
    font-weight: 250;
    line-height: 22px;
    text-align: center
}

@media only screen and (min-width: 1110px) {
    .facts__title {
        font-size: 24px;
        line-height: 28px
    }
}

.facts__text {
    font-family: GT-America;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    text-align: center
}

@media only screen and (min-width: 1110px) {
    .facts__text {
        font-size: 20px;
        line-height: 25px
    }
}

.advantages {
    overflow: hidden;
    padding: 40px 0
}

@media only screen and (min-width: 1110px) {
    .advantages {
        padding: 96px 0
    }
}

.advantages__items {
    display: grid;
    gap: 15px;
    grid-template-columns:100px 182px 182px 182px;
    margin-top: 30px;
    overflow-x: auto
}

@media only screen and (min-width: 1110px) {
    .advantages__items {
        gap: 30px;
        grid-template-columns:repeat(4, minmax(0, 1fr));
        margin-top: 40px
    }
}

.advantages__item {
    align-items: center;
    border: 1px solid #000;
    border-radius: 10px;
    display: flex;
    font-family: GT-America;
    font-size: 16px;
    font-weight: 300;
    justify-content: center;
    line-height: 20px;
    max-height: 64px;
    min-height: 64px;
    padding: 11px;
    text-align: center
}

.advantages__item svg {
    max-width: 30px;
    min-width: 30px
}

@media only screen and (min-width: 1110px) {
    .advantages__item svg {
        max-width: 100%;
        min-width: 100%
    }

    .advantages__item {
        font-size: 20px;
        line-height: 25px;
        min-height: 74px
    }
}

.advantages__item-spacer {
    border: none
}

.advantages__item-title {
    font-weight: 500
}

.advantages__item-pink {
    background-color: #ffaef6
}

.advantages__item-gray {
    background-color: #f6f6f6
}

.picture {
    padding: 20px 0
}

.picture .heading {
    margin-bottom: 30px;
    margin-top: 20px
}

@media only screen and (min-width: 1110px) {
    .picture .heading {
        margin-bottom: 40px;
        margin-top: 48px
    }
}

.picture__image {
    display: block;
    border: 1px solid #000;
    border-radius: 10px;
    overflow: hidden
}

.about-table {
    padding: 40px 0
}

@media only screen and (min-width: 1110px) {
    .about-table {
        padding: 96px 0 48px
    }
}

.about-table__container {
    border: 1px solid #000;
    border-radius: 10px;
    display: grid;
    grid-template-columns:repeat(1, minmax(0, 1fr));
    margin-top: 24px;
    overflow: hidden
}

@media only screen and (min-width: 1110px) {
    .about-table__container {
        grid-template-columns:repeat(2, minmax(0, 1fr));
        margin-top: 40px
    }
}

.about-table__wrapper .heading__subtitle {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: center
}

.about-table__items {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%
}

@media only screen and (min-width: 1110px) {
    .about-table__items {
        flex-direction: row;
        gap: 12px;
        width: auto
    }
}

.about-table__items svg {
    transform: rotate(0)
}

@media only screen and (min-width: 1110px) {
    .about-table__items svg {
        transform: rotate(-90deg);
        width: 20px
    }
}

.about-table__tip {
    display: none
}

@media only screen and (min-width: 1110px) {
    .about-table__tip {
        display: block
    }
}

.about-table__tip-mobile {
    display: block
}

@media only screen and (min-width: 1110px) {
    .about-table__tip-mobile {
        display: none
    }
}

.about-table__steps {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 16px
}

@media only screen and (min-width: 1110px) {
    .about-table__steps {
        align-items: center;
        flex-direction: row;
        gap: 12px;
        margin-top: 40px
    }
}

.about-table__step {
    border: 1px solid #000;
    border-radius: 10px;
    font-family: GT-America;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    padding: 8px 17px;
    text-align: center;
    width: 100%
}

.about-table__step br {
    display: none
}

@media only screen and (min-width: 1110px) {
    .about-table__step br {
        display: block
    }

    .about-table__step {
        font-size: 20px;
        line-height: 25px;
        width: auto
    }
}

.about-table__content {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px
}

@media only screen and (min-width: 1110px) {
    .about-table__content {
        padding: 60px
    }
}

.about-table__content h3 {
    font-size: 26px;
    font-weight: 300;
    line-height: 32px;
    text-align: center
}

.about-table__content h3 br {
    display: none
}

@media only screen and (min-width: 1110px) {
    .about-table__content h3 br {
        display: block
    }

    .about-table__content h3 {
        font-size: 24px;
        line-height: 28px
    }
}

.about-table__content span {
    font-family: GT-America;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    margin-top: 10px;
    text-align: center
}

@media only screen and (min-width: 1110px) {
    .about-table__content span {
        font-size: 20px;
        line-height: 25px;
        margin-top: 15px
    }
}

.about-table__image {
    align-items: center;
    border: 1px solid #000;
    border-radius: 10px;
    display: flex;
    grid-column: span 1/span 1;
    margin: -1px -1px 0;
    order: -1;
    overflow: hidden
}

@media only screen and (min-width: 1110px) {
    .about-table__image {
        margin: -1px -1px -1px 0;
        order: inherit
    }
}

.about-table__image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.info-block {
    padding: 20px 0
}

@media only screen and (min-width: 1110px) {
    .info-block {
        padding: 48px 0
    }
}

.info-block:first-child {
    padding-top: 96px
}

.info-block__container {
    border: 1px solid #000;
    border-radius: 10px;
    display: grid;
    grid-template-columns:repeat(1, minmax(0, 1fr));
    margin-top: 24px;
    overflow: hidden
}

@media only screen and (min-width: 1110px) {
    .info-block__container {
        grid-template-columns:repeat(2, minmax(0, 1fr));
        margin-top: 40px
    }
}

.info-block__image {
    border: 1px solid #000;
    border-radius: 10px;
    grid-column: span 1/span 1;
    margin: -1px -1px 0;
    order: -1;
    overflow: hidden
}

@media only screen and (min-width: 1110px) {
    .info-block__image {
        margin: -1px -1px -1px 0;
        order: inherit
    }
}

.info-block__image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.info-block__content {
    align-items: center;
    display: flex;
    padding: 15px
}

@media only screen and (min-width: 1110px) {
    .info-block__content {
        padding: 20px
    }
}

.info-block__content ul {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 15px
}

.info-block__content ul li {
    display: flex;
    gap: 10px
}

.info-block__content ul li svg {
    margin-top: 2px;
    min-width: 20px
}

.info-block__content ul li span {
    font-family: GT-America;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px
}

@media only screen and (min-width: 1110px) {
    .info-block__content ul li span {
        font-size: 20px;
        line-height: 25px
    }
}

.info-block__content ul li span br {
    display: none
}

@media only screen and (min-width: 1110px) {
    .info-block__content ul li span br br {
        display: block
    }
}