.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.d-block {
    display: block
}

.d-inline-block {
    display: inline-block
}

.d-none {
    display: none
}

.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.f-direction-row-r {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.full-width {
    width: 100%
}

.full-mw {
    max-width: 100%
}

a {
    text-decoration: none
}

.is-center {
    text-align: center
}

.is-left {
    text-align: left
}

.is-right {
    text-align: right
}

.is-justify {
    text-align: justify
}

.b {
    font-weight: bold
}

.i {
    font-style: italic
}

.u {
    text-decoration: underline
}

.through-red-line {
    position: relative;
    display: inline
}

.through-red-line:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 5px;
    background: #ff0000a3
}

.has-underline {
    color: #1a2d5c;
    background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(15%, transparent), color-stop(15%, #72aaec), color-stop(35%, #72aaec), color-stop(35%, transparent));
    background-image: linear-gradient(to top, transparent 0%, transparent 15%, #72aaec 15%, #72aaec 35%, transparent 35%);
    display: inline
}

.uppercase {
    text-transform: uppercase
}

.clear {
    clear: both
}

.no-shadow {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

hr {
    border: 0;
    height: 2px
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.font-xs {
    font-size: 14px;
    line-height: 24px
}

.font-sm {
    font-size: 17px;
    line-height: 27px
}

.font-default {
    font-size: 20px;
    line-height: 30px
}

.font-md {
    font-size: 24px;
    line-height: 34px
}

.font-lg {
    font-size: 28px;
    line-height: 38px
}

.font-xl {
    font-size: 35px;
    line-height: 45px
}

.font-xxl {
    font-size: 40px;
    line-height: 50px
}

.bg-dark {
    background: #1c1c1c
}

.bg-white {
    background: #fff
}

.bg-red {
    background: #c00
}

.bg-red hr {
    background: #fff
}

.bg-green {
    background: #208411
}

.bg-primary-dark {
    background: #000
}

.bg-primary {
    background: #169940
}

.bg-blue {
    background: #1c376c
}

.bg-yellow {
    background: #f8efd3
}

.bg-orange {
    background: #fcb332
}

.bg-orange hr {
    background: #fff
}

.bg-light-blue {
    background: #e1e9f1
}

.bg-light-orange {
    background: #ffefd0
}

.bg-light-green {
    background: #1699401f
}

.bg-intensive-green {
    background: #469956
}

.bg-light-gray {
    background: #f8f8f8
}

.bg-light-gradient-yellow-blue {
    background: linear-gradient(1deg, #e1e9f1, #f8efd3)
}

.bg-book-1 {
    background: #ecbea2
}

.bg-book-1 hr {
    background: #fff
}

.bg-book-2 {
    background: #659350
}

.bg-book-2 hr {
    background: #fff
}

.color-white {
    color: #fff
}

.color-gold-gradient {
    background: #ab791c;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(14%, #ab791c), color-stop(50%, #c5a439), color-stop(61%, #ab791c), to(#edc955));
    background: linear-gradient(to bottom right, #ab791c 14%, #c5a439 50%, #ab791c 61%, #edc955 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.color-red {
    color: #c00
}

.color-yellow {
    color: #fabe40
}

.color-green {
    color: #208411
}

.color-blue {
    color: #1c376c
}

.color-orange {
    color: #fcb332
}

.color-black {
    color: #000
}

.color-primary {
    color: #169940
}

.color-gray {
    color: #606060
}

.color-book-1 {
    color: #ecbea2
}

.color-book-2 {
    color: #659350
}

.border-radius-10 {
    border-radius: 10px !important
}

.border-radius-20 {
    border-radius: 20px !important
}

.border-xs {
    border-width: 5px
}

.border-sm {
    border-width: 8px
}

.border-solid {
    border-style: solid
}

.border-red {
    border-color: #c00
}

.border-orange {
    border-color: #fcb332
}

.border-light-orange {
    border-color: #ffefd0
}

.border-book-1 {
    border-color: #ecbea2
}

.border-book-2 {
    border-color: #659350
}

.mw-200 {
    max-width: 200px
}

.mw-250 {
    max-width: 250px
}

.mw-300 {
    max-width: 300px
}

.mw-350 {
    max-width: 350px
}

.mw-400 {
    max-width: 400px
}

.mw-450 {
    max-width: 450px
}

.mw-500 {
    max-width: 500px
}

.mw-550 {
    max-width: 550px
}

.mw-600 {
    max-width: 600px
}

.ls-1 {
    letter-spacing: 1px
}

.ls-2 {
    letter-spacing: 2px
}

.ls-3 {
    letter-spacing: 3px
}
.p-0 {
    padding: 0px
}
.p-t-0{
    padding-top: 0 !important;
}
.p-b-0{
    padding-bottom: 0 !important;
}
.p-10 {
    padding: 10px
}

.p-20 {
    padding: 20px
}

.p-v-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.p-v-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

.p-v-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important
}

.p-h-10 {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.p-h-20 {
    padding-left: 20px !important;
    padding-right: 20px !important
}

.p-h-30 {
    padding-left: 30px !important;
    padding-right: 30px !important
}

.m-t-0 {
    margin-top: 0
}

.m-t-5 {
    margin-top: 5px
}

.m-t-10 {
    margin-top: 10px
}

.m-t-15 {
    margin-top: 15px
}

.m-r-auto {
    margin-right: auto
}

.m-r-0 {
    margin-right: 0
}

.m-r-5 {
    margin-right: 5px
}

.m-r-10 {
    margin-right: 10px
}

.m-r-15 {
    margin-right: 15px
}

.m-b-0 {
    margin-bottom: 0
}

.m-b-5 {
    margin-bottom: 5px
}

.m-b-10 {
    margin-bottom: 10px
}

.m-b-15 {
    margin-bottom: 15px
}

.m-l-auto {
    margin-left: auto
}

.m-l-0 {
    margin-left: 0
}

.m-l-5 {
    margin-left: 5px
}

.m-l-10 {
    margin-left: 10px
}

.m-l-15 {
    margin-left: 15px
}

.w-33 {
    width: calc(33.3333% - (5px * 2))
}

.w-50 {
    width: calc(50% - (5px * 2))
}

.w-66 {
    width: calc(66.6666% - (5px * 2))
}

.w-100 {
    width: calc(100% - (5px * 2))
}

h1 {
    font-size: 38px;
    line-height: 48px
}

h2 {
    font-size: 28px;
    line-height: 38px
}

h3 {
    font-size: 24px;
    line-height: 34px
}

@-webkit-keyframes cookieAnimate {
    0% {
        opacity: 0;
        width: 0px;
        height: 0px;
        padding: 0px
    }

    100% {
        opacity: 1;
        width: 35px;
        height: 35px;
        padding: 10px;
        margin: 6px
    }
}

@keyframes cookieAnimate {
    0% {
        opacity: 0;
        width: 0px;
        height: 0px;
        padding: 0px
    }

    100% {
        opacity: 1;
        width: 35px;
        height: 35px;
        padding: 10px;
        margin: 6px
    }
}

@-webkit-keyframes cookieContentAnimate {
    0% {
        position: relative;
        top: -10px;
        opacity: 0
    }

    100% {
        position: relative;
        top: 0px;
        opacity: 1
    }
}

@keyframes cookieContentAnimate {
    0% {
        position: relative;
        top: -10px;
        opacity: 0
    }

    100% {
        position: relative;
        top: 0px;
        opacity: 1
    }
}

body,
html {
    margin: 0;
    padding: 0;
    font-family: "Poppins";
    background: #fff;
    font-weight: 400;
    line-height: 29px;
    color: #000;
    font-size: 19px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2c2c2c
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.btn,
button,
input[type="submit"] {
    outline: none;
    border: none;
    cursor: pointer;
    padding: 20px 40px;
    border-radius: 5px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.btn:hover,
button:hover,
input[type="submit"]:hover {
    opacity: .8;
    margin: 0 auto
}

.btn-default {
    font-size: 19px
}

.btn-md {
    font-size: 24px
}

.btn-lg {
    font-size: 28px
}

.btn-xl {
    font-size: 34px;
    line-height: 44px
}

.btn-small {
    padding: 10px
}

.hover-underline:hover {
    text-decoration: underline
}

.custom-list {
    text-align: left
}

.custom-list ul {
    list-style-type: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0
}

.custom-list ul li {
    position: relative;
    padding-left: 40px;
    margin-top: 10px;
    margin-bottom: 10px
}

.custom-list ul li:first-child {
    margin-top: 0
}

.custom-list ul li:last-child {
    margin-bottom: 0
}

.custom-list ul li:before {
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    font-family: 'Font Awesome 5 Free';
    font-size: 24px
}

.custom-list .list-check li:before {
    background-image: url(../img/xcheck.png.webp);
    width: 25px;
    height: 25px
}

.custom-list .list-check-circle-list li:before {
    background-image: url(../img/check-circle-list.svg);
    width: 25px;
    height: 25px
}

.custom-list .list-check-circle-fa li:before {
    content: '\f058';
    width: 25px;
    height: 30px;
    font-weight: 400;
    color: #77b611
}

.custom-list .list-check-circle-fill-fa li:before {
    content: '\f058';
    width: 25px;
    height: 30px;
    font-weight: 900
}

.custom-list .list-cross li:before {
    background-image: url(../img/cross.svg);
    width: 22px;
    height: 22px
}

.custom-list .list-hand li:before {
    content: '\f0a4';
    width: 30px;
    height: 30px;
    font-weight: 900;
    font-size: 25px;
    color: #000
}

.custom-list .list-arrow-orange li:before {
    content: '\f101';
    width: 30px;
    height: 30px;
    font-weight: 900;
    color: #eea84c
}

ul {
    list-style-type: none
}

.images {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.images>.img {
    margin: 0 10px
}

.side-img {
    max-width: 500px;
    width: 100%;
    border-radius: 10px;
    -webkit-box-shadow: -.872px 9.962px 35px 0 rgba(4, 5, 5, .13);
    box-shadow: -.872px 9.962px 35px 0 rgba(4, 5, 5, .13)
}

.img {
    border-radius: 5px;
    border: 8px solid #fff;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: -.872px 9.962px 35px 0 rgba(4, 5, 5, .13);
    box-shadow: -.872px 9.962px 35px 0 rgba(4, 5, 5, .13);
    line-height: 0
}

.img-max-width img {
    width: 100%;
    height: auto
}

.img-right {
    float: right;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px
}

.img-left {
    float: left;
    margin-right: -70px;
    margin-top: 10px;
    margin-bottom: 10px
}

.img>a {
    display: block;
    position: relative;
    z-index: 100
}

.img>a>img {
    cursor: pointer
}

.img>img,
.img>a>img {
    max-width: 100%;
    border-radius: 5px
}

.img.no-frames {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: transparent
}

.no-frames {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: transparent
}

@media screen and (max-width:768px) {
    .img.small-on-mobile {
        max-width: 250px
    }
}

.frame {
    padding: 25px 25px;
    border-width: 5px;
    border-style: solid;
    border-color: #000
}

.frame-red {
    border-color: #c00
}

.frame-dashed {
    border-style: dashed
}

.boxes .box {
    margin-bottom: 50px
}

.boxes .box:last-child {
    margin-bottom: 0
}

.boxes.multiple-col {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5w;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 auto
}

.boxes.multiple-col .box {
    width: calc(50% - 15px)
}

.boxes.multiple-col .box:last-child {
    margin-left: auto
}

.check-box {
    background: #00ff0026
}

.cross-box {
    background: #ff000026
}

.check-box,
.cross-box {
    border: 5px solid #fff;
    border-radius: 20px
}

.number-rates {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px
}

.number-item {
    width: calc(25% - 20px);
    text-align: center;
    min-width: 230px
}

.number-item i {
    font-size: 40px
}

.number-item h2 {
    margin: 15px;
    font-size: 40px;
    font-weight: 400;
    color: #3dce6b
}

.number-item p {
    margin-top: 0
}

.has-left-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.has-left-icon i {
    font-size: 3.125rem;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-right: 30px
}

.text-flex-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px
}

.text-flex-boxes .img-right {
    margin-left: auto
}

.custom-block-section-half {
    max-width: 70%
}

.custom-flex-blocks {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: inherit !important;
    -ms-flex-align: inherit !important;
    align-items: inherit !important;
    gap: 50px
}

.custom-flex-blocks-half .flex-block {
    width: calc(50% - 50px);
    background: #ffffff29;
    padding: 15px;
    border-radius: 10px
}

.custom-flex-blocks-half .flex-block h3 {
    text-transform: uppercase
}

.custom-flex-blocks-half .flex-block h3,
.custom-flex-blocks-half .flex-block p {
    margin-top: 0;
    margin-bottom: 10px
}

.box {
    position: relative;
    -webkit-box-shadow: -.872px 9.962px 35px 0 rgba(4, 5, 5, .13);
    box-shadow: -.872px 9.962px 35px 0 rgba(4, 5, 5, .13)
}

.box~.text {
    padding-top: 40px
}

.box-head {
    padding: 35px 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.box-head.has-icon {
    position: relative;
    padding: 35px 20px 55px
}

.box-head.has-icon~.box-body {
    padding-top: 30px
}

.box-head.has-icon span.icon-border {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    width: 85px;
    height: 85px;
    margin: auto;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.box-head.has-icon span.icon {
    border-width: 2x;
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: -40px;
    margin: auto;
    border-radius: 50%;
    font-size: 34px
}

.box-head h2,
.box-head h3 {
    margin-top: 0;
    margin-bottom: 0
}

.box-secondary-headline {
    border-radius: 10px
}

.box .head-small {
    padding: 5px
}

.box-body {
    padding: 20px 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.bordered-arrow {
    padding-bottom: 40px
}

.arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    top: 10px
}

.arrow-down {
    border-left-width: 130px;
    border-left-color: transparent;
    border-right-width: 130px;
    border-right-color: transparent;
    border-top-width: 60px;
    border-bottom-color: transparent;
    left: 0;
    right: 0;
    margin: auto
}

.guarantees {
    padding: 30px;
    background: #fff;
    color: #000;
    border-radius: 10px;
    -webkit-box-shadow: -.872px 9.962px 35px 0 rgba(4, 5, 5, .13);
    box-shadow: -.872px 9.962px 35px 0 rgba(4, 5, 5, .13)
}

.guarantees h2 {
    margin: 20px 0
}

.guarantees p {
    margin: 10px 0 !important
}

.ebook-box {
    background: #fff;
    -webkit-box-shadow: -.872px 9.962px 35px 0 rgba(4, 5, 5, .13);
    box-shadow: -.872px 9.962px 35px 0 rgba(4, 5, 5, .13);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px
}

.ebook-box-header {
    padding: 20px;
    background: #469956;
    color: #fff;
    text-align: center
}

.ebook-box-content {
    margin-right: 30px;
    margin-top: 40px
}

.ebook-box-content p {
    margin-left: 20px
}

.ebook-box-img {
    max-width: 50%
}

.ebook-box-img img {
    width: 100%
}

.ebook-box .book-ribbon {
    position: relative;
    background: linear-gradient(45deg, #4e9484, #88ca6f);
    overflow: hidden;
    display: inline-block;
    padding: 15px 100px 15px 15px;
    font-weight: bold;
    font-size: 22px
}

.ebook-box .book-ribbon:after {
    content: '';
    background: #fff;
    width: 100px;
    height: 100px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    right: -50px;
    margin: auto
}

@media screen and (max-width:1200px) {
    .custom-block-section-half {
        max-width: 60%
    }

    .custom-flex-blocks-half .flex-block {
        width: 100%
    }
}

@media screen and (max-width:990px) {
    .section-blocks-center {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .custom-block-section-half {
        max-width: 100%;
        text-align: center
    }

    .custom-flex-blocks-half .flex-block {
        width: 100%
    }

    .boxes.multiple-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .boxes.multiple-col .box {
        width: 100%
    }
}

@media screen and (max-width:860px) {
    .header-prod {
        min-width: initial !important;
        width: 100% !important
    }

    .benefits-list .benefit-item {
        width: 100%;
        max-width: 600px
    }

    .text-flex-boxes {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .text-flex-boxes .img-right {
        margin-right: auto
    }
}

@media screen and (max-width:768px) {
    .multiple-col {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .multiple-col .box {
        width: 100% !important
    }

    .ebook-box-content {
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        margin-right: 0
    }

    .ebook-box-content .ebook-box-img {
        float: none;
        width: 100%;
        margin-top: 20px;
        max-width: 100%
    }

    .ebook-box-content .ebook-box-img .book-ribbon {
        padding: 15px;
        display: block;
        border-radius: 10px
    }

    .ebook-box-content .ebook-box-img .book-ribbon::after {
        content: none
    }

    .ebook-box-content .ebook-box-img img {
        max-width: 400px
    }
}

.nutrition-facts {
    border: 1px solid #000;
    padding: 5px;
    max-width: 320px;
    margin: 0 auto
}

.nutrition-facts-title {
    border-bottom: 10px solid #000
}

.nutrition-facts-title h3 {
    margin-top: 0;
    margin-bottom: 0
}

.nutrition-facts-title>span {
    font-size: 12px;
    line-height: 22px;
    display: block;
    margin-bottom: 5px
}

.nutrition-facts-first-row {
    border-bottom: 5px solid #000 !important
}

.nutrition-facts-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
    border-bottom: 1px solid #000
}

.nutrition-facts-row:last-child {
    border-bottom: 0
}

.nutrition-facts-col {
    font-size: 12px;
    line-height: 20px;
    display: block
}

.nutrition-facts-col:last-child {
    font-weight: normal;
    margin-left: auto
}

.form-icons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.form-icons>img {
    width: initial !important
}

.form-icons .form-single-icon {
    max-height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 15px
}

.form-icons-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    margin: 10px 15px
}

.form-icons-item:first-child {
    margin-left: 0
}

.form-icons-item:last-child {
    margin-right: 0
}

.form-icons-item:last-child img {
    height: 35px
}

.form-icons-item img {
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 10px;
    max-width: 40px
}

.product-price {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 38px;
    font-family: 'verdana', sans-serif
}

.product-price i {
    color: #c00
}

.product-price>span {
    margin: 15px;
    letter-spacing: -3px
}

.product-price .old-price {
    text-decoration: line-through
}

.product-price .new-price {
    font-weight: bold
}

.form-summary {
    -webkit-box-shadow: -.872px 9.962px 35px 0 rgba(4, 5, 5, .13);
    box-shadow: -.872px 9.962px 35px 0 rgba(4, 5, 5, .13);
    padding: 20px
}

.form-summary * p {
    font-size: 16px;
    line-height: 24px;
    margin: 9px 0
}

.over-form p {
    font-size: 17px;
    margin: 5px
}

.over-form h3 {
    margin-top: 5px
}

.errors2-title {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 2px;
    font-weight: bold
}

.errors2 {
    background: #ffe5e5;
    text-align: center;
    border: 1px solid #c00;
    max-width: 400px;
    margin: 10px auto 0;
    padding: 10px
}

.errors2 p {
    margin: 0;
    font-size: 16px;
    line-height: 29px
}

.popupBox {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #0000008c;
    z-index: 100000;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000
}

.popupContent {
    width: 750px;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    max-width: 750px
}

span.closePopup {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer
}

.popupLeftText {
    width: 100%;
    background: #fff9;
    position: relative
}

.popupProduct {
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 220px;
    height: auto;
    top: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.popupText span.otherStyle {
    padding: 3px 10px
}

.popupText {
    font-family: 'Roboto', sans-serif
}

.popupText h3 {
    font-size: 27px;
    line-height: 37px;
    font-weight: 700;
    text-align: center;
    padding-top: 0
}

.popupText span.otherStyle {
    font-size: inherit
}

.popupText span.text {
    font-size: 22px
}

.popupText input,
.popupText a.promo,
.popupText button.promo {
    width: 100%
}

.popupText a.defaultBtn.promo {
    margin: 0;
    text-decoration: none;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #000
}

.popupText a.defaultBtn {
    text-align: center;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #4472c4b5
}

.priceDiscPopup {
    position: absolute;
    background: #28a745;
    border-radius: 50%;
    padding: 41px 7px;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    top: -7px;
    -webkit-transform: rotate(-17deg);
    transform: rotate(-17deg);
    left: -13px
}

span.otherStyle {
    background: #f9cb37;
    padding: 5px 10px;
    font-weight: 900;
    margin-top: 10px;
    display: inline-block;
    color: #000
}

.promo,
.popupText button.promo {
    background: #28a745;
    padding: 15px 25px;
    font-weight: 900;
    color: #fff;
    display: inline-block;
    font-size: 26px;
    line-height: 33px;
    font-weight: 500;
    text-align: center;
    margin: 20px auto
}

@media screen and (max-width:800px) {
    .popupBox-img.popup_01 {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        z-index: -1;
        opacity: .15
    }

    .popupBox {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .popupBox-content {
        padding-left: 0;
        margin-right: 0;
        margin-top: 15px;
        text-align: center
    }
}

@media screen and (max-width:700px) {
    .popupContent {
        width: 95% !important
    }

    .mainPopupTextCont {
        width: 100% !important
    }

    .popupProduct {
        display: none
    }
}

.section-center.rules-section {
    width: 1000px;
    max-width: 100%
}

.section-center.rules-section .rules p {
    font-size: 18px;
    line-height: 28px
}

.section-center.rules-section .rules ul {
    list-style-type: initial;
    padding-left: 20px
}

.section-center.rules-section .rules ul li {
    margin: 5px 0
}

.opinions-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.opinions-list .btn {
    background: #ffa900;
    margin-bottom: 20px;
    margin-top: 10px;
    line-height: 35px
}

.opinions-list>div:last-child {
    margin-bottom: 20px
}

.opinion-content p {
    font-weight: 400;
    line-height: 29px;
    font-size: 19px;
    /* font-style: italic */
}
.opinion-content h2{
    font-family: sans-serif;
}
.opinion-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    border-radius: 10px;
    background: #fff;
    padding: 20px
}

.opinion-item .opinion-content {
    width: calc(100% - 280px)
}

.opinion-item .author {
    font-weight: bold
}

@media screen and (max-width:768px) {
    .opinions-list .btn {
        font-size: 22px;
        line-height: 30px
    }

    .opinion-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px
    }

    .opinion-item .img {
        width: auto
    }

    .opinion-item .opinion-content {
        width: 100%;
        text-align: center
    }
}

.section-center-product {
    margin-top: 70px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px
}

.section-center-product .product-presentation {
    position: relative
}

.section-center-product .product-presentation:before {
    content: "";
    position: absolute;
    background-image: url(../img/xellips_shape.png.webp);
    width: 100%;
    max-width: 578px;
    height: 578px;
    background-repeat: no-repeat;
    z-index: -1;
    left: -50%;
    right: -50%;
    margin: auto;
    top: -20px
}

.section-center-product .product-details-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin: 60px 0
}

.section-center-product .product-details-item:first-child {
    margin-top: 0
}

.section-center-product .product-details-item:last-child {
    margin-bottom: 30px
}

.section-center-product .product-details-item p {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 16px
}

.section-center-product .product-details-item .product-item-content {
    width: calc(100% - 100px)
}

.section-center-product .product-details-item .title {
    font-weight: bold;
    font-size: 18px;
    color: #062a4d
}

.section-center-product .product-details-item .product-item-icon {
    width: 80px;
    height: 80px;
    font-size: 28px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px dashed #062a4d;
    color: #062a4d
}

.section-center-product .product-details {
    position: relative;
    z-index: 1;
    width: 50%
}

.section-center-product .product-details:first-child .product-details-item {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.section-center-product .product-details:first-child .product-item-content {
    text-align: right
}

@media screen and (max-width:768px) {
    .section-center-product {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .section-center-product .product-details {
        width: 100%
    }

    .section-center-product .product-details-item {
        gap: 10px !important;
        margin: 50px 0
    }

    .section-center-product .product-details-item:first-child {
        margin-top: 0
    }

    .section-center-product .product-details-item:last-child {
        margin-bottom: 30px
    }

    .section-center-product .product-details .product-details-item {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        text-align: center
    }

    .section-center-product .product-details:last-child .product-details-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .section-center-product .product-details .product-item-content {
        text-align: center !important
    }
}

.ingredients-list {
    max-width: 1280px;
    margin: 0 auto
}

.ingredients-list,
.benefits-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
    -webkit-box-align: initial !important;
    -ms-flex-align: initial !important;
    align-items: initial !important
}

.ingredient-item {
    width: 32%;
    min-width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    background: #fff;
    color: #000;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: -.872px 9.962px 35px 0 rgba(4, 5, 5, .13);
    box-shadow: -.872px 9.962px 35px 0 rgba(4, 5, 5, .13)
}

.ingredient-item img {
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 250px;
    border-bottom: 3px solid #ccc
}

.ingredient-item h3 {
    margin-bottom: 0;
    padding: 0 20px;
    font-weight: normal;
    font-family: sans-serif;
}

.ingredient-item p {
    margin-top: 10px;
    padding: 20px
}

.benefit-item {
    width: calc(50% - 30px);
    min-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    background: #fff;
    padding: 25px 15px;
    -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, .08);
    box-shadow: 0 0 9px 1px rgba(0, 0, 0, .08)
}

.benefit-item i {
    color: #169940;
    font-size: 40px
}

.benefit-item h3 {
    margin-bottom: 0
}

.benefit-item p {
    margin-top: 10px
}

@media screen and (max-width:1050px) {
    .ingredient-item {
        width: 45%
    }
}

@media screen and (max-width:680px) {

    .ingredients-list .ingredient-item,
    .benefits-list .benefit-item {
        width: 100%
    }
}

.closeCookieBox {
    opacity: 0
}

.cookieBox {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    text-align: center;
    -webkit-transition: .2s linear;
    transition: .2s linear;
    z-index: 1000
}

.cookieBox.display {
    display: block
}

.cookieBox.display.closeCookieBox {
    display: none
}

.cookieBox .cookieBoxContent {
    background: #000000c2
}

.cookieBox .cookieBoxContent {
    color: #fff;
    padding: 20px;
    font-size: 12px;
    line-height: 22px;
    -webkit-animation: cookieContentAnimate .5s 1 .4s;
    animation: cookieContentAnimate .5s 1 .4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    position: relative;
    -webkit-transition: 1s linear;
    transition: 1s linear;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.cookieBox .cookieBoxContent p {
    padding: 0;
    margin: 0;
    font-size: 12px
}

.cookieBox .cookieBoxContent p:first-child {
    width: calc(100% - 190px)
}

.cookieBox .cookieBoxContent p:last-child {
    margin-left: auto
}

.cookieBox .cookieBoxContent a.readMore {
    color: #0d8d36
}

.cookieBox .cookieBoxContent a.readMore:hover {
    text-decoration: underline
}

.cookieBox .cookieBoxContent a.closeCookies {
    background: #169940;
    padding: 7px 20px;
    border-radius: 5px;
    color: #fff
}

@media screen and (max-width:800px) {
    .cookieBox .cookieBoxContent {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .cookieBox .cookieBoxContent p:first-child {
        width: 100%
    }

    .cookieBox .cookieBoxContent p:last-child {
        margin-left: 0;
        margin-top: 20px
    }
}

#content-form {
    max-width: 650px;
    margin: 20px auto
}

.form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.form-group label {
    width: 160px;
    font-size: 15px;
    line-height: 25px;
    display: block
}

.form-group.selection-group label {
    width: 100%
}

.form-group .form-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 160px + (5px * 2))
}

.form-group .form-control>* {
    margin: 0 5px
}

.form-group input,
.form-group select,
.form-group textarea {
    display: block;
    padding: 10px 12px;
    font-size: 15px;
    line-height: 25px;
    color: #555;
    background-color: #f1f1f1;
    background-image: none;
    border: 1px solid #727272;
    border-radius: 4px
}

.form-group input[type="radio"] {
    margin: 0 7px 0 0;
    max-width: 30px
}

.bg-header {
    background: url(../img/xbg_01.jpg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom
}

.bg-header:before,
.bg-header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: -1
}

.bg-header:before {
    width: 70%;
    background: -webkit-gradient(linear, right top, left top, from(#f0f8ff00), to(#f8f8f8ba));
    background: linear-gradient(-90deg, #f0f8ff00, #f8f8f8ba);
    top: 0;
    height: 100%
}

.bg-header::after {
    right: 0;
    height: 260px;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#f0f8ff00), to(#f8f8f8));
    background: linear-gradient(180deg, #f0f8ff00, #f8f8f8)
}

.header,
.section-box {
    width: 100%;
    max-width: 990px;
    margin: auto
}

.header-center,
.section-box-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header h2.font-xxl,
.section-box h2.font-xxl {
    font-size: 35px;
    line-height: 45px;
    margin-top: 0
}

.header sup,
.section-box sup {
    font-size: 14px
}

.header {
    text-align: left
}

.header img {
    /* max-width: 250px;
    width: 35vw */
    margin: auto;
    width: 100%;
    max-width: 650px;
}
.header .small{
    font-size: 16px;
    max-width: 650px;
    margin: auto;
}
@media screen and (max-width:1200px) {

    .header h2.font-xxl,
    .section-box h2.font-xxl {
        font-size: 35px;
        line-height: 45px
    }
}

@media screen and (max-width:950px) {
    .header {
        text-align: center
    }

    .header-center {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header img {
        min-width: 360px
    }

    .bg-header {
        background-position: right
    }

    .bg-header::before {
        background: #ffffffc2;
        right: 0;
        width: 100%
    }
}

.full-page .section {
    padding: 55px 15px;
    z-index: 10 !important;
    position: relative
}

.section-center {
    margin: 0 auto;
    width: 1000px;
    max-width: 100%
}

.section-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

.section-img-bg {
    z-index: -1;
    position: relative
}

.section-img>.bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    opacity: .2
}

.section-img>.bg-01 {
    background-image: url(../img/xsec-bg-01.jpg.webp)
}

.section-img>.bg-02 {
    background-image: url(../img/hair-bg.jpg)
}

.section-img>.bg-03 {
    background-image: url(../img/xhair-bg2.jpg.webp);
    opacity: .4
}

.section-img>.bg-04 {
    background-image: url(../img/bg_04.avif);
    opacity: .2
}

.section-img>.bg-05 {
    background-image: url(../img/gradient-bg.jpg);
    opacity: .4
}

.section-img>.bg-06 {
    background-image: url(../img/hair-bg3.jpg);
    opacity: .3
}

.section.comparison {
    background: -webkit-gradient(linear, left top, right top, from(rgba(152, 70, 70, .4)), color-stop(25%, rgba(152, 70, 70, .1)), color-stop(45%, rgba(152, 70, 70, .4)), color-stop(55%, rgba(70, 152, 86, .4)), color-stop(75%, rgba(70, 152, 86, .1)), to(rgba(70, 152, 86, .4)));
    background: linear-gradient(90deg, rgba(152, 70, 70, .4) 0%, rgba(152, 70, 70, .1) 25%, rgba(152, 70, 70, .4) 45%, rgba(70, 152, 86, .4) 55%, rgba(70, 152, 86, .1) 75%, rgba(70, 152, 86, .4) 100%)
}

.custom-section-01 .text {
    max-width: 1100px
}

.custom-section-01 .img {
    position: absolute;
    right: 30vh;
    bottom: -10px
}

.custom-section-01 .img img {
    width: 280px
}

@media screen and (max-width:1500px) {
    .custom-section-01 .text {
        max-width: 900px
    }

    .custom-section-01 .img {
        right: 5vh
    }
}

@media screen and (max-width:1200px) {
    .custom-section-01 .text {
        max-width: 700px
    }

    .custom-section-01 .img {
        right: 0
    }

    .custom-section-01 .img img {
        width: 330px
    }

    .section-chart {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    .section-chart img.chart {
        max-width: 100%
    }
}

@media screen and (max-width:1000px) {
    .custom-section-01 .text {
        max-width: 700px
    }

    .custom-section-01 .img {
        right: 0;
        opacity: .1
    }

    .custom-section-01 .img img {
        max-width: 330px !important;
        width: 330px !important
    }
}

footer {
    border-top: 1px solid #ccc;
    padding-top: 15px;
    text-align: center;
    font-size: 12px !important;
    line-height: 24px;
    color: #888;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px
}

footer p {
    font-size: 12px !important;
    line-height: 24px
}

footer .footer-menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

footer .footer-menu>a {
    margin: 10px;
    color: #555
}

.source {
    font-size: 11px;
    line-height: 18px;
    margin-top: 50px;
    border-top: 1px solid #ccc;
    padding-top: 50px
}

.source span {
    display: block
}

.source a {
    word-wrap: break-word
}

@media screen and (max-width:800px) {
    h1 {
        font-size: 34px;
        line-height: 44px
    }

    h2 {
        font-size: 24px;
        line-height: 34px
    }

    .images {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .images>.img {
        width: 80%;
        max-width: 80% !important;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto
    }

    .images>.img img {
        width: 100%
    }

    .img {
        float: none !important;
        margin: 10px auto !important
    }
}

@media screen and (max-width:700px) {
    .form-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .form-group.selection-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .form-group label {
        width: auto;
        margin-bottom: 5px
    }

    .form-group .form-control {
        width: 100%
    }

    .form-icons-item {
        margin: 10px 15px !important
    }
}

@media screen and (max-width:500px) {

    div p,
    div ul li {
        font-size: 18px;
        margin: 8px
    }
}

@media screen and (max-width:450px) {
    .images>.img {
        width: 100%;
        max-width: 100% !important
    }

    .img {
        max-width: 100% !important;
        width: 100%
    }

    form .multiple-fields {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    form .multiple-fields input {
        width: 100% !important
    }

    form .multiple-fields input:first-child {
        margin-bottom: 5px
    }
}

.pos-rel {
    position: relative;
}

.margin-a {
    margin: auto
}

.collapse-processed h3 {
    text-align: left;
    color: #0083B2;
    font-size: 21px !important;
    margin: auto;
}

.field-label {
    font-size: 17px;
}
.advantages__container {
    flex-direction: column;
    gap: 14px;
    margin-top: 40px;
    margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
    .advantages__container {
        flex-direction: row;
    }
}
.advantage {
    flex: 1;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    border-bottom: 6px solid #48B38A;
    background: rgba(72, 179, 138, 0.1);
}
.disadvantage {
    background: rgba(255, 0, 0, 0.1);
    border-bottom: 6px solid #DE5060;
}
.advantage>p {
    padding: 0px 30px 0 30px;
    text-align: center;
    font-size: 20px;
}

.examples__container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
    max-width: fit-content;
    margin: auto;
}
@media screen and (min-width: 880px) {
    .examples__container {
        grid-template-columns: 1fr 1fr;
    }
}
.examples__container .col {
    flex: 1 0 0%;
    max-width: 95vw;
}
.examples__description p {
    margin-bottom: 0;
    padding: 20px;
}
.pluses {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
@media screen and (min-width: 1200px) {
    .pluses {
        flex-direction: row;
        align-items: stretch;
    }
}
.pluses-item {
    flex: 1;
    min-width: 320px;
    max-width: 462px;
    background: rgba(72, 179, 138, 0.1);
    border-bottom: 6px solid #48B38A;
    text-align: center;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}
.pluses-item img {
    width: max-content;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.transformation-box {
    text-align: center;
    max-width: 100%;
}
.transformation-box img {
    width: 100%;
    height: auto;
}
.justify-content-center {
    justify-content: center !important;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
@media (min-width: 992px) {
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}
.row>* {
    flex-shrink: 0;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-top: var(--bs-gutter-y);
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}
.awards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 50px 0;
    max-width: 1000px;
    margin: auto;
}
.awards > img {
    max-width: 100px;
}
.point {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 39px;
    gap: 40px;
    margin-bottom: 20px;
}
.point-no {
    background: rgba(255, 0, 0, 0.1);
}
.point-yes {
    background: rgba(72, 179, 138, 0.1);
}
.point p {
    margin-bottom: 0;
}
.top-img{
    max-width:300px;
}
@media all and (max-width: 999px){
    .top-img{
        max-width:230px;
    }
    .header img {
        min-width: 230px !important;
        max-width: 450px;
    }
    
}
@media all and (max-width: 767px){
    .top-img{
        float: none !important;
        margin: auto !important;
    }
}