@font-face {
    font-family: "MyriadProRegular", sans-serif;
    src: url("../fonts/MyriadProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: block
}

@font-face {
    font-family: "MyriadProBold", sans-serif;
    src: url("../fonts/MyriadProBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
    font-display: block
}

@font-face {
    font-family: "MyriadProSemiBold", sans-serif;
    src: url("../fonts/MyriadProSemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
    font-display: block
}

@font-face {
    font-family: "TTNorms-Bold", sans-serif;
    src: url("../fonts/TTNorms-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
    font-display: block
}

.masthead-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end
}

.masthead__inner {
    display: flex;
    align-items: flex-end
}

.fluid-container {
    max-width: 1270px;
    width: 100%;
    margin: 0 auto
}

.card-inner {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    margin-top: 21px;
    margin-bottom: 40px
}

.masthead-list {
    list-style: none;
    display: flex;
    padding: 0
}

.masthead-li {
    padding-left: 14px;
    padding-top: 7px;
    font-size: 16px;
    line-height: 22px;
    font-family: "MyriadProRegular", sans-serif;
    font-weight: 400;
    position: relative
}

.masthead-li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 7px;
    height: 100%;
    background-image: url(../assets/img/masthead-li.png);
    background-size: cover;
    background-repeat: no-repeat
}

.masthead-li:not(:last-child) {
    margin-right: 20px
}

.main-top-img {
    max-height: 800px;
    height: 100%;
    margin-left: -60px
}

.slogan-inner {
    position: relative
}

.slogan-box {
    position: absolute;
    bottom: 38px;
    left: -44px
}

.slogan-text {
    font-size: 26px;
    line-height: 29px;
    position: relative;
    display: flex;
    align-items: center;
    font-family: "MyriadProRegular", sans-serif
}

.slogan-text .star-img {
    width: 23px;
    height: 22px;
    margin-right: 5px
}

.page-top-right-1st-row {
    margin-top: 50px
}

.page-top-right-1st-row .star-block {
    justify-content: flex-end
}

.star-block {
    display: flex;
    align-items: center
}

.star-block:not(:last-child) {
    margin-bottom: 20px
}

.star-img {
    height: 28px
}

.star-text {
    padding-left: 10px;
    font-size: 22px;
    font-weight: bold
}

.slogan-big {
    max-width: 540px;
    width: 100%;
    font-size: 50px;
    font-weight: bold;
    line-height: 60px;
    color: #fff;
    text-transform: uppercase
}

.slogan-small {
    font-family: "TTNorms-Bold", sans-serif;
    font-size: 43px;
    font-weight: 700;
    line-height: 45px;
    color: #f9bd4f;
    text-transform: uppercase;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.75)
}

.page-top-right-2nd-row {
    margin-top: 40px
}

.promo {
    font-size: 43px;
    font-weight: bold;
    line-height: 60px;
    color: #ff7800;
    text-transform: uppercase
}

.top-card {
    border-radius: 10px;
    border: 3px solid #f9bd4f;
    max-width: 320px;
    width: 100%;
    float: right;
    box-shadow: 0px 0px 21px 1px rgba(34, 60, 80, 0.45);
    background-color: rgba(0, 0, 0, 0.58)
}

.product-img img {
    height: 370px;
    width: auto;
    margin-bottom: -25px
}

.form-group-top input {
    height: 46px;
    border-radius: 8px
}

.top-order-order-btn {
    border-radius: 8px;
    width: 100%;
    height: 53px;
    background-image: url(../assets/img/btn-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    border: none;
    color: #000;
    font-size: 20px
}

.top-order-order-btn:hover {
    box-shadow: 0px 0px 8px 5px rgba(247, 105, 42, 0.5);
    color: #fff
}

.card-box {
    position: absolute;
    top: 0px;
    left: 130px;
    max-width: 129px;
    width: 100%;
    padding: 14px;
    background-image: url(../assets/img/arrow-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    font-family: "MyriadProRegular", sans-serif;
    font-size: 27px;
    line-height: 30px
}

.under-form-msg {
    padding-top: 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600
}

.countdown-bottom {
    margin-top: 5px;
    padding: 0;
    text-align: center;
    height: 2.3em
}

.row-price {
    padding-right: 14px;
    justify-content: center;
    text-align: right
}

.promo-old {
    width: 100%;
    font-size: 24px;
    color: #8d8d8d;
    font-weight: 500
}

.newprice {
    width: 100%;
    color: #ffffff
}

.promo-new-title {
    font-size: 24px;
    font-weight: 500
}

.promo-new {
    text-align: right;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500
}

.title-light {
    color: #fff;
    font-size: 35px;
    font-weight: 700
}

.title-light span {
    text-transform: uppercase
}

.subtitle-light {
    color: #fff;
    font-size: 18px;
    line-height: 20px
}

.subtitle-light span {
    text-transform: uppercase
}

.title-dark {
    font-size: 30px;
    font-weight: 700
}

.title-dark span {
    text-transform: uppercase
}

.block-title-dark {
    font-size: 35px;
    font-weight: 700
}

.block-title-dark span {
    text-transform: uppercase
}

.subtitle-dark {
    font-family: "MyriadProRegular", sans-serif;
    font-size: 18px;
    line-height: 20px
}

.section-top-slogan {
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: 600
}

.section-1-row {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.s1-img-right {
    height: 122px;
    width: auto
}

.s1-img-left {
    margin-top: -70px
}

.section-1-inner {
    height: 261px;
    background: #012966;
    display: flex;
    align-items: center;
    overflow: hidden
}

.section1-second-row {
    padding-top: 2.5em;
    margin-bottom: 40px
}

.s1-card-title {
    font-size: 20px;
    color: #073026
}

.card-s1 {
    border: none;
    background: none
}

.s1img {
    width: 118px;
    margin: auto;
    border: solid 2px #fff;
    border-radius: 50%
}

.section-1-inner-bottom {
    background-color: #071740
}

.section-2 {
    min-height: 750px;
    background-color: #071740;
    padding-top: 60px;
    padding-bottom: 0px;
    position: relative
}

.section-2-container {
    padding: 45px 63px 55px
}

.section-2-container-bg {
    background-image: url(../assets/img/section-2-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.s2img {
    max-width: 337px;
    width: 100%;
    height: 335px
}

.s2-text {
    font-family: "MyriadProRegular", sans-serif
}

.section-3 {
    background: #071740;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative
}

.section-3-container {
    background-image: url(../assets/img/s3-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 57px;
    padding-bottom: 33px
}

.section-3 h3 {
    font-weight: 500
}

.section-3::before {
    content: "";
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    max-width: 1245px;
    width: 100%;
    height: 730px;
    bottom: 0;
    right: 15%
}

.section-3-row-block {
    width: 95%;
    margin: auto;
    position: relative;
    background-color: #012966;
    border: 3px solid #fff;
    border-radius: 11px
}

.section-3-row-block h5 {
    font-weight: 700;
    font-size: 23px
}

.section-3-row-block-3 {
    background-image: url(../assets/img/section-3-row-block-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.s3-card-title {
    font-family: "MyriadProRegular", sans-serif
}

.s3r1img {
    height: 226px;
    padding-right: 10%;
    float: right
}

.s3r2img {
    height: 300px
}

.s3r3img {
    height: 351px;
    float: right
}

.s3-numbers {
    font-size: 37px;
    font-weight: 400;
    color: #fff
}

.s3-text {
    font-size: 18px;
    line-height: 18px;
    padding: 2% 0 0 20px;
    color: #fff
}

.s3-text-first {
    padding-left: 10%;
    font-size: 19px;
    line-height: 26px;
    color: #fff;
}

.s3-text span {
    color: #f6ff00
}

.acent-image img {
    position: absolute;
    height: 260px;
    transform: rotate(38deg);
    left: 24.3em;
    margin-top: -2em
}

.acent2-image img {
    position: absolute;
    height: 260px;
    transform: rotate(38deg);
    right: 22em;
    margin-top: 36em
}

.section-3-row-2-text {
    padding-top: 35px;
    padding-left: 10%;
    font-size: 20px;
    line-height: 28px;
    color: #fff
}

.section-3-row-2-text span {
    color: #eea742
}

.s3-order-order-btn {
    border-radius: 8px;
    width: 180px;
    height: 53px;
    background-image: url(../assets/img/btn-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    border: none;
    color: #000;
    font-size: 18px;
    padding-top: 13px;
    font-weight: 600
}

.s3-order-order-btn:hover {
    box-shadow: 0px 0px 8px 5px rgba(247, 105, 42, 0.5);
    color: #fff
}

.s3-b3-highlight {
    background-color: #1ea3e6;
    padding: 5px 0 15px 10px;
    width: 90%;
    font-size: 19px;
    line-height: 19px
}

.section-3-p {
    font-size: 18px;
    line-height: 18px
}

.section-4 {
    /* background-image: url(../assets/img/section-4-bg.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 40px;
    padding-bottom: 40px
}

.s4img {
    margin-bottom: 20px;
    height: 250px
}

.section-4__text-top {
    font-size: 23px;
    line-height: 29px;
    font-weight: 500
}

.section-4__text {
    font-size: 20px;
    line-height: 29px;
    font-weight: 500
}

.section-5 {
    padding-top: 40px;
    padding-bottom: 0px
}

.section-5-container {
    padding-top: 30px;
    position: relative
}

.section-5-container::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    height: 549px;
    background-image: url(../assets/img/section-5-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.s5img {
    width: 300px;
    height: 244px;
    margin: auto
}

.s5-card-title {
    font-size: 18px;
    line-height: 22px
}

.section-6 {
    padding-top: 40px;
    padding-bottom: 40px
}

.s6-subtitle-span {
    color: #fffc00
}

.s6img {
    width: 232px;
    margin: auto
}

.section-7 {
    min-height: 1040px;
    padding: 40px 0 40px 0
}

.s7-title {
    margin-bottom: 32px
}

.s7-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between
}

.s7-card {
    width: 33%;
    font-family: "MyriadProRegular", sans-serif
}

.s7-card__img {
    max-width: 317px;
    width: 100%;
    height: 187px;
    margin: 0 auto 13px
}

.s7-card__img img {
    width: 100%;
    height: 100%;
    border-radius: 11px
}

.s7-card__heading {
    margin-bottom: 15px;
    text-align: center;
    font-weight: 400;
    color: #fdfdfd;
    font-size: 30px;
    line-height: 31px
}

.s7-card__li {
    padding-left: 18px;
    font-size: 18px;
    line-height: 20px;
    list-style: none;
    position: relative
}

.s7-card__li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 11px;
    height: 11px;
    background-color: #fff;
    border-radius: 50%
}

.section-8 {
    padding-top: 40px;
    padding-bottom: 0
}

.section-8-container {
    background-image: url(../assets/img/section-8-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 32px;
    max-width: 1231px
}

.s8-inner {
    display: flex;
    padding-left: 60px;
    padding-bottom: 53px
}

.s8-img {
    max-width: 542px;
    width: 100%;
    max-height: 537px;
    height: 100%
}

.s8-img img {
    width: 100%;
    height: 100%
}

.s8-title {
    margin-bottom: 52px;
    text-align: center
}

.star__items {
    margin-top: 60px;
    margin-left: -30px
}

.checkbox-img {
    height: 65px
}

.checkbox-text {
    padding-left: 10px;
    font-size: 37px;
    line-height: 43px;
    font-weight: 400;
    font-family: "MyriadProRegular", sans-serif
}

.section-9 {
    padding: 40px 0 40px 0
}

.s9img {
    width: 200px;
    margin: auto
}

.image-row {
    padding-top: 40px
}

.section-10 {
    padding: 20px 0 40px 0
}

.section-10-card {
    width: 25%
}

.section-10-card:nth-child(3) .s10-card-title,
.section-10-card:nth-child(4) .s10-card-title {
    padding-left: 50px;
    max-width: 250px;
    width: 100%
}

.s10img {
    height: 196px;
    margin: auto
}

.s10-card-title {
    font-size: 19px;
    line-height: 24px;
    text-align: left;
    font-family: "MyriadProRegular", sans-serif
}

.section-11 {
    padding: 40px 0 40px 0
}

.rating>span:before {
    content: "\2605";
    color: #dca64b
}

.card-body-s11 {
    border-radius: 11px;
    padding-top: 35px;
    height: 100%
}

.s11img {
    height: 220px;
    width: 220px;
    margin: auto
}

.s11-card-title {
    font-size: 18px;
    line-height: 18px
}

.review-text {
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    color: #000
}

.section-12 {
    position: relative;
    padding-top: 12px;
    padding-bottom: 0px;
    background-image: url(../assets/img/masthead-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat
}

.main-bottom-img {
    max-height: 740px
}

.s12-product-img img {
    height: 330px
}

.s12-card-box {
    left: 100px
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    background: #355df7;
    color: #fff;
    border: solid 2px;
    z-index: 999
}

.card-body-s3 {
    padding: 16px 0
}

@media (max-width: 1440px) {
    .section-top-slogan {
        font-size: 21px;
        margin-left: -60px
    }

    .section-8 {
        min-height: 560px
    }

    .main-top-img {
        max-width: 600px
    }
}

@media (max-width: 1200px) {
    .slogan-big {
        font-size: 35px;
        line-height: 45px
    }

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

    .star-text {
        font-size: 18px
    }

    .star-img {
        height: 18px
    }

    .page-top-right-2nd-row {
        margin-top: 20px
    }

    .product-img img {
        height: 270px
    }

    .acent-image img {
        left: 7.3em
    }

    .section-3::before {
        max-width: 1015px;
        right: 8%
    }

    .section-8 .ml-5,
    .mx-5 {
        margin-left: -50px !important
    }

    .section-10-card {
        flex: 0 0 50%;
        max-width: 50%
    }

    .s10-card-title {
        max-width: 270px;
        width: 100%;
        margin: 0 auto;
        text-align: center
    }

    .section-7-container {
        max-width: 1110px
    }

    .s7-card-text,
    .s7-card-text-left-r3,
    .s7-card-text-right-r3,
    .s7-card-text-right-r2,
    .s7-card-text-right,
    .s7-card-text-left-r2,
    .s7-card-text-left-r4 {
        font-size: 14px
    }

    .s7-card-text-left-r3 {
        width: 50%
    }

    .s7-card-text-right-r3 {
        padding-left: 48%
    }
}

@media (max-width: 1024px) {

    .s7-card-title,
    .s7-card-title-left-r3 {
        font-size: 22px
    }

    .s7-main-img {
        height: 600px
    }

    .s7-img {
        height: 85px
    }

    .s7-img__1 {
        left: 17em;
        top: 2em
    }

    .s7-img__3 {
        left: 13.5em;
        top: 26px
    }

    .s7-img__4 {
        left: 17.5em;
        top: 4em
    }

    .s7-img__2 {
        left: 8em
    }

    .s7-img__7 {
        top: 2.8em
    }

    .s7-img__5 {
        left: 10em;
        top: 0em
    }

    .s7-img__6 {
        left: 29em;
        top: -12em
    }

    .s7-card__6 {
        margin-top: -100px
    }
}

@media (max-width: 1366px) {
    .main-top-img {
        max-height: 750px;
        height: 100%;
        margin-left: 0
    }
}

@media (max-width: 1200px) {
    .section-top-slogan {
        margin-left: 0px
    }

    .star-block:not(:last-child) {
        margin-bottom: 10px
    }

    .main-top-img {
        max-height: 650px
    }

    .slogan-text {
        font-size: 20px;
        line-height: 25px
    }

    .slogan-box {
        bottom: -3px
    }

    .slogan-text .star-img {
        width: 20px;
        height: 20px
    }

    .card-box {
        top: 0px;
        left: 85px;
        max-width: 120px;
        padding: 10px;
        font-size: 22px;
        line-height: 26px
    }

    .s5img {
        height: 214px
    }

    .s7-card__li {
        max-width: 340px;
        width: 100%
    }

    .s8-img {
        max-width: 432px
    }

    .section-10-card:nth-child(3) .s10-card-title,
    .section-10-card:nth-child(4) .s10-card-title {
        padding-left: 0
    }

    .section-10-card:nth-child(1) .s10-card-title br {
        display: none
    }

    .section-9 {
        padding-bottom: 0
    }

    .section-10 {
        padding-top: 0
    }
}

@media (max-width: 1024px) {
    header.masthead {
        max-height: 210%
    }

    .masthead__inner {
        display: flex;
        flex-direction: column-reverse;
        align-items: center
    }

    .masthead-content {
        width: 100%;
        justify-content: center;
        align-items: center
    }

    .slogan-big {
        text-align: center !important
    }

    .slogan-box {
        left: -2px;
        bottom: -8px
    }

    .main-top-img {
        max-height: 370px
    }

    .section-7 {
        padding-top: 0
    }

    .s7-card {
        width: 50%
    }

    .s7-card__li {
        margin: 0 auto
    }

    .s7-card__li:not(:last-child) {
        margin: 0 auto 10px
    }
}

@media (max-width: 992px) {
    .navbar-light .navbar-toggler {
        height: 34px;
        width: 8%
    }

    .navbar-toggler:hover,
    .navbar-toggler:focus {
        outline: none
    }

    header.masthead {
        padding-top: 5rem
    }

    .section-top-slogan {
        font-size: 16px
    }

    .section-1-inner {
        height: 190px
    }

    .s1-img-left {
        margin-top: -45px;
        height: 310px
    }

    .section-1-row {
        justify-content: space-between
    }

    .s1-img-left {
        height: 230px
    }

    .s1-img-right {
        height: 92px
    }

    .section-top-slogan {
        font-size: 14px
    }

    .section1-third-row .col {
        flex-basis: initial;
        flex-grow: initial;
        max-width: 25%
    }

    .s2-text-bottom {
        margin-bottom: 20px
    }

    .s2img {
        width: 60%;
        margin: 0 auto
    }

    .section-3::before {
        right: 0
    }

    .acent-image img {
        left: 1.3em;
        margin-top: -5em
    }

    .s3r1img {
        margin: 15px auto 0;
        padding-right: 0;
        float: initial
    }

    .s3r3img {
        float: initial
    }

    .s3-img {
        text-align: center
    }

    .section-3-row-2-text {
        margin-bottom: 20px
    }

    .s4img {
        height: 320px;
        margin-bottom: 22px
    }

    .section-4__text-top {
        font-size: 18px;
        line-height: 26px
    }

    .section-4__text {
        font-size: 18px;
        line-height: 27px
    }

    .title-light {
        font-size: 26px
    }

    .subtitle-dark {
        font-size: 16px;
        line-height: 18px
    }

    .section-8 {
        min-height: 530px
    }

    .s11-col:not(:last-child) {
        margin-bottom: 15px
    }

    .slick-dots {
        display: flex;
        padding: 0
    }

    li.slick-active button {
        background-color: #fff343
    }

    li {
        list-style: none
    }

    button {
        font-size: 0;
        border: none;
        background-color: #33514b;
        width: 12px;
        height: 12px;
        border-radius: 50%
    }

    li:not(:last-child) {
        margin-right: 10px
    }

    .section-8 {
        background-position: -620px top
    }

    .s7-main-img {
        height: 500px;
        left: -13em;
        top: -12.5em
    }

    .s7-img__5 {
        left: 8em
    }

    .s7-card__6 {
        margin-top: -160px
    }

    .s7-card-text-left-r4 {
        width: 70px;
        margin: 0 auto
    }

    .s7-img__6 {
        left: 27em;
        top: -16em
    }

    .s8-img {
        max-width: 340px
    }

    .checkbox-img {
        height: 45px
    }

    .checkbox-text {
        font-size: 27px;
        line-height: 35px
    }

    .star__items {
        margin-top: 50px;
        margin-left: 0px
    }
}

@media (max-width: 768px) {
    .section-1-inner .container {
        max-width: 630px
    }

    .section-1-inner {
        height: 160px
    }

    .section1-second-row {
        margin-top: 0.5em
    }

    .section1-third-row .col {
        max-width: 45%
    }

    .title-light {
        font-size: 20px
    }

    .subtitle-light {
        font-size: 14px;
        line-height: 18px
    }

    .s2img {
        width: 80%;
        height: 308px
    }

    .s3-text {
        font-size: 16px;
        line-height: 17px
    }

    .s3r2img {
        height: 210px
    }

    .section-3-row-2-text {
        text-align: center !important;
        padding-top: 0px;
        padding-left: 0;
        font-size: 16px;
        line-height: 24px
    }

    .s3-order-order-btn {
        width: 100%
    }

    .s3r3img {
        height: 300px
    }

    .s4img {
        height: 260px
    }

    .title-dark {
        font-size: 23px
    }

    .s5img {
        height: 184px
    }

    .s5-card-title {
        font-size: 13px;
        line-height: 16px
    }

    .card-body-s3 {
        padding: 10px 0
    }

    .section-8 {
        min-height: 380px;
        background-size: 160%;
        background-position: -260px top
    }

    .section-2-container {
        max-width: 100%
    }

    .checkbox-text {
        font-size: 18px;
        padding-top: 0px
    }

    .checkbox-img {
        height: 25px
    }

    .s8-img {
        max-width: 270px
    }

    .star__items {
        margin-top: 40px
    }
}

@media (min-width: 992px) {
    #mainNav .navbar-nav .nav-item .nav-link {
        color: #fff;
        padding: 0 2rem
    }
}

@media (max-width: 601px) {
    .slogan-big {
        font-size: 26px;
        line-height: 31px
    }

    .star-text {
        font-size: 16px
    }

    .slogan-box {
        position: relative;
        bottom: 0;
        left: 0
    }

    .slogan-text {
        justify-content: center
    }

    .slogan-small {
        font-size: 26px;
        line-height: 31px;
        text-align: center !important;
        margin-bottom: 10px
    }

    .masthead-li {
        padding-left: 12px;
        padding-top: 7px;
        font-size: 14px;
        line-height: 19px
    }

    .masthead-li:not(:last-child) {
        margin-right: 10px
    }

    .masthead-li::before {
        width: 5px
    }

    .section1-third-row .col {
        max-width: 50%
    }

    .s1-img-right {
        display: none
    }

    .acent-image img {
        left: -5.7em;
        margin-top: -6em
    }

    .subtitle-dark {
        font-size: 16px;
        line-height: 18px;
        max-width: 390px;
        width: 100%
    }

    .mt-5 {
        margin-top: 1em !important
    }

    .section-8 {
        background-size: 190%;
        background-position: -330px top
    }

    .s7-img {
        position: relative;
        top: initial;
        left: initial
    }

    .s7-card-text,
    .s7-card-text-left-r2,
    .s7-card-text-left-r3,
    .s7-card-text-left-r4 {
        width: 100%
    }

    .card-body-s3.pt {
        padding-top: 20px
    }

    .s7-card-text-right,
    .s7-card-text-right-r2,
    .s7-card-text-right-r3 {
        padding-left: 0;
        text-align: center !important
    }

    .s7-card__6 {
        margin-top: 0
    }

    .s7-card {
        flex-direction: column;
        align-items: center
    }

    .s7-main-img {
        display: none
    }

    .s7-card {
        display: flex;
        justify-content: center
    }

    -title,
    .s7-card-title-left-r3 {
        text-align: center !important
    }

    -text,
    .s7-card-text-left-r2,
    .s7-card-text-left-r3,
    .s7-card-text-left-r4 {
        text-align: center !important
    }

    .s7-img__4 {
        margin-bottom: 20px
    }

    .section-2-container {
        padding: 35px 15px 55px
    }

    .section-4 {
        padding-bottom: 0
    }

    .section-7 {
        overflow: hidden;
        min-height: 400px
    }

    .section-7-container {
        padding-right: 0
    }

    .s7-inner {
        flex-wrap: nowrap;
        overflow-y: scroll;
        overflow-x: scroll
    }

    .s7-card__img img {
        width: initial
    }

    .s7-card {
        width: 340px;
        margin-right: 20px
    }

    .section-6 {
        padding-bottom: 0
    }

    .s8-inner {
        padding-left: 15px;
        align-items: center
    }

    .star__items {
        margin-top: 0
    }

    .checkbox-text {
        line-height: 25px
    }

    .star-block {
        align-items: flex-start
    }

    .s10img {
        max-height: 166px;
        height: 100%
    }
}

@media (max-width: 500px) {
    header.masthead {
        padding-top: 5rem
    }

    .navbar-brand {
        font-size: 16px
    }

    .fa-bars {
        font-size: 22px
    }

    .navbar-light .navbar-toggler {
        height: 33px
    }

    .star-img {
        height: 12px
    }

    .star-text {
        padding-left: 5px;
        font-size: 12px
    }

    .slogan-big {
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 6px
    }

    .slogan-small {
        font-size: 22px;
        line-height: 25px
    }

    .product-img img {
        height: 260px;
        width: auto
    }

    .subtitle-light {
        max-width: 350px;
        width: 100%;
        margin: 0 auto
    }

    .s3-text {
        padding-left: 0px;
        font-size: 14px;
        line-height: 17px;
        text-align: center
    }

    .s10-card-title {
        max-width: 189px;
        width: 100%;
        font-size: 13px;
        line-height: 16px;
        text-align: left
    }

    .promo-new-title {
        font-size: 18px;
        line-height: 20px
    }

    .newprice {
        width: 100%;
        text-align: center;
        margin-bottom: 5px
    }

    .promo-new {
        font-size: 23px;
        margin-top: 10px
    }

    .promo-old {
        width: 100%;
        padding-right: 0px;
        font-size: 20px;
        text-align: center
    }

    .s3-row {
        justify-content: center;
        flex-direction: column;
        align-items: center
    }

    .section-3-row-block h5 {
        text-align: center;
        width: 100%
    }

    .pl-5 {
        padding-left: 0 !important
    }

    .section-8 {
        background-size: cover;
        background-position: -513px top
    }

    .s7-card.col-6 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .s7-img__4 {
        margin-bottom: 40px
    }

    .s7-card-text-left-r3 br,
    .s7-card-text-right-r3 br {
        display: none
    }

    .s7-card-last .card-s1 {
        width: 100%
    }

    .s4img {
        height: 100%;
        max-height: 190px
    }

    .s8-inner {
        flex-direction: column
    }

    .s8-img {
        max-width: 230px;
        margin-bottom: 22px
    }

    .section-8 {
        padding: 0
    }

    .image-row {
        flex-direction: column;
        align-items: center
    }
}

@media (max-width: 455px) {
    .masthead-list {
        flex-direction: column;
        width: 100%;
        background-color: #012966;
        padding: 10px;
        border-radius: 5px
    }

    .masthead-li {
        padding-top: 2px
    }

    .masthead-li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 12px
    }

    .card-box {
        left: 0;
        right: 0;
        top: -23px;
        text-align: center;
        max-width: 100%;
        background-image: none
    }

    .card-inner {
        padding-top: 20px;
        flex-direction: column;
        width: 100%
    }

    .product-img {
        position: absolute;
        right: 0;
        bottom: -204px
    }

    .main-top-img {
        max-height: 300px
    }

    .s3r3img {
        height: 180px
    }

    .s3r1img {
        height: 136px
    }

    .page-top-right-2nd-row {
        margin-top: 10px
    }

    .product-img img {
        height: 170px;
        bottom: 390px;
        left: 0;
        z-index: 0
    }

    .top-card {
        max-width: 100%
    }

    .s5img {
        height: 144px;
        border-radius: 5px
    }

    .row-price {
        padding-right: 0
    }

    .section-5-container::before {
        height: 100%
    }

    .section-6 {
        padding-top: 0;
        padding-bottom: 0
    }

    .section-10-card {
        flex: 0 0 45%;
        max-width: 45%;
        margin: 6px
    }
}

@media (max-width: 375px) {
    .s5img {
        max-width: 260px;
        width: 100%;
        height: 100%;
        max-height: 174px
    }

    .s5-card-title {
        font-size: 12px;
        line-height: 15px
    }

    .card-body-s1 {
        padding: 10px 0px
    }

    .title-dark {
        font-size: 19px
    }

    .s10img {
        height: 116px
    }

    .s2img {
        height: 248px
    }

    .acent-image img {
        left: -2.7em;
        margin-top: -10em;
        height: 190px
    }

    .section-3-row-block h5 {
        font-size: 19px
    }

    .section-3-row-2-text {
        font-size: 13px;
        line-height: 19px
    }

    .s3-b3-highlight {
        padding-top: 10px;
        width: 100%;
        border-radius: 5px;
        font-size: 13px;
        line-height: 17px
    }

    .section-3-p {
        font-size: 15px;
        line-height: 18px
    }

    .page-top-right-1st-row {
        z-index: 1
    }

    .s6-col {
        flex: 0 0 100%;
        max-width: 100%
    }

    .checkbox-text {
        font-size: 16px
    }

    .star__items {
        align-items: flex-start
    }

    .checkbox-img {
        height: 22px
    }
}

@media (max-width: 320px) {
    .masthead-li {
        max-width: 180px;
        width: 100%
    }

    .s5img {
        height: 174px
    }
}