
.centrus  { text-align: center; }
.freeimges {
    margin: 0px auto!important;
}

.preco-maior {
    color: rgb(176, 134, 55);
    margin-right: 5px;
  margin-bottom: 1.5rem;
    font-family: "Montserrat"!important;
    font-weight: 600;

}
.preco-maior {
    color: rgb(176, 134, 55);
    margin-right: 5px;
    font-size: 4em !important;
       font-family: "Montserrat", sans-serif!important;
}

.text-center {
    text-align: center !important;
}

        .order-btn {
            background-color: orange;
            color: #fff;
            font-size: 24px;
            padding: 15px;
            border-radius: 20px;
            display: inline-block;
            margin-bottom: 20px;
            text-align: center
        }

        .price-container {
            display: inline-block;
            position: relative;
            padding: 20px
        }

        .price {
            font-size: 40px;
            font-weight: 700;
            z-index: 1;
            position: relative
        }

        .circle-svg {
            position: absolute;
            top: -26px;
            left: -27px;
            width: 123px;
            height: 99px;
            transform: rotate(-90deg)
        }

        .circle {
            fill: none;
            stroke: green;
            stroke-width: 2;
            stroke-dasharray: 282.743;
            stroke-dashoffset: 282.743;
            animation: draw-circle 2s linear infinite
        }

        @keyframes draw-circle {
            to {
                stroke-dashoffset: 0
            }
        }

        .price-old {
            font-size: 40px
        }

        .price-old::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            height: 3px;
            background: red;
            transform: scaleX(0);
            transform-origin: left;
            animation: strikethrough 2s linear infinite
        }

        @keyframes strikethrough {
            0% {
                transform: scaleX(0)
            }

            50% {
                transform: scaleX(1)
            }

            100% {
                transform: scaleX(1)
            }
        }

        .header {
            display: flex;
            justify-content: center;
            box-shadow: 0 14px 28px rgba(0, 0, 0, .25)
        }

        .header-container {
            display: flex;
            justify-content: start;
            align-items: center;
            gap: 10px;
            max-width: 700px;
            width: 100%;
            padding: 10px 15px
        }

        .header-bottom h1 {
            text-align: center;
            text-transform: uppercase;
            font-size: 1.8rem
        }

        .red-header {
            color: #fff;
            background-color: #c00
        }

        .header__menu-icon-svg {
            height: 24px;
            width: 24px;
            fill: #0c0c0c
        }

        .brand-logo__icon {
            width: 46px;
            height: 22px;
            fill: #c00
        }

        .brand-logo__theme {
            font-family: Arial, Helvetica, sans-serif;
            font-weight: 700;
            font-size: 18px;
            color: #0c0c0c;
            margin-left: -8px
        }

        .footer-container {
            margin: 0 auto;
            padding: 20px;
            background-color: #0c0c0c;
            color: #fff;
            display: flex;
            flex-direction: column;
            align-items: center;
            row-gap: 20px
        }

        .footer-many-elements {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            column-gap: 10px;
            text-align: center
        }

        .footer-links {
            display: flex;
            gap: 1rem
        }

        .footer-one-element h3 {
            font-size: 21px;
            color: #fff
        }

        .footer-one-element a {
            color: #fff
        }

        .footer-one-element a svg {
            fill: #fff;
            width: 24px;
            height: 24px
        }

        .footer-one-element .brand-logo__logo {
            display: flex;
            width: 40px;
            height: 40px;
            background-color: #c00;
            align-items: center;
            justify-content: center
        }

        .footer-one-element .brand-logo__logo svg {
            fill: #fff;
            width: 30px;
            height: 22px
        }

        .footer-container hr {
            width: 100%;
            opacity: .1
        }

        .date-styles {
            color: #4c8ae0;
            font-size: .9rem;
            margin-left: 8px
        }

        .subheader-container {
            padding: 10px;
            color: #818181
        }

        .subvideo-banner {
            background-color: #0c0c0c;
            display: flex;
            width: 100%;
            justify-content: center;
            padding: 1rem 0
        }

        .price span {
            padding-right: 50px;
            font-size: 20px;
            padding-bottom: 20px;
        }

        @media screen and (max-width:430px) {
            .price-container {
                padding: 0
            }

            .price-old {
                font-size: 30px
            }
        }

        .section-comments hr {
            margin: 0 0 20px 0;
            opacity: .3
        }

        .div__popup-form {
            z-index: 1000000
        }

        p { margin-bottom: 0px!important;}
        .header {
             display: flex!important;
            background-color: #103363;
            padding: 10px;
            color: #fff;
            border-top: 2px solid #b12423;
              align-items: center!important;
        }

        .nav {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 15px;
            width: 100%;
            padding: 0 32px;
            flex-wrap: nowrap!important;
              align-items: center;   /* vertical */
                  padding: 0 32px!important;
        }
        .red-text {
    color: #d20f26;
    font-weight: 700 !important;
    margin-bottom: 20px;
}
.main__descr {
    max-width: 991px;
    padding: 0 40px;
    font-size: 23px;
    text-align: center;
}
.main__social {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.main__social img {
    width: 100%;
    max-width: 250px;
}

.main__title {
    margin-top: 20px;
    max-width: 991px;
    font-size: 44px;
    font-weight: 900;
    line-height: 54px;
    text-align: center;
    margin-bottom: 20px;
}
.main__date {
    color: rgb(102, 102, 102);
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.main__author {
    display: flex!important;
    align-items: center!important;
    text-align: center;
    width: 300px;
    margin: 0px auto!important;
    margin-top: 30px;
}
.main__author p {
    font-size: 14px;
    color: rgb(90, 90, 90)!important;
}
.main__author a {
    color: #036!important;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}
.main__author img {
    padding-top: 3px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 10px;
}


.notification {
    width: 100%;
    position: relative;
    background-color: #003366;
}
.notification .container {
    padding: 10px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.notification__img {
    width: 100%;
    max-width: 500px;
}
        .header-burger,
        .header-links,
        .header-login,
        .header-logo {
            width: 100%
        }

        .header-burger {
            display: none
        }

        .header-logo {
            display: flex;
            justify-content: flex-start;
            align-items: center
        }

        .header-logo img {
            width: 180px
        }

        .header-links {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 15px
        }

        .red-dot {
            position: relative;
            margin-left: 20px
        }

        @keyframes animRedDot {
            0% {
                opacity: 1
            }

            50% {
                opacity: .4
            }

            100% {
                opacity: 1
            }
        }

        .red-dot::before {
            content: "";
            position: absolute;
            left: -14px;
            top: 50%;
            transform: translateY(-50%);
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background-color: red;
            animation: animRedDot 2.4s ease infinite
        }

        .header-login {
            width: 100%;
            display: flex;
            justify-content: flex-end;
            align-items: center;
            gap: 10px
        }

        .button-login {
            padding: 5px;
            background-color: transparent;
            border: 1px solid #fff;
            font-size: .7rem
        }

        .icon-avatar img {
            margin-top: 3px
        }

        .dots {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 3px
        }

        .dots span {
            width: 4px;
            height: 4px;
            background-color: #fff;
            border-radius: 50%
        }

        @media(width<=1033px) {
            .header-links {
                display: none;
            }
        }
       
       
 .wps_ai_link[data-v-5122f198] {
            font-family: BlinkMacSystemFont, Microsoft YaHei, -apple-system, Source Han Sans CN, Inter, Helvetica Neue, Helvetica, Arial, sans-serif;
            padding: 0;
            min-width: unset;
            min-height: unset;
            position: fixed;
            left: -100px;
            top: -100px;
            cursor: pointer;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            width: 0;
            height: 26px;
            border: 1px solid #dae4e0;
            background: #fff;
            overflow: hidden;
            margin-left: 12px;
            transition: translateX(100%) .5s ease;
            z-index: 2147483647
        }

        .wps_ai_link .wps_ai_link_title[data-v-5122f198] {
            margin-left: 4px;
            color: #5f6368;
            text-align: center;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 16px
        }

        .wps_ai_link[data-v-5122f198]:hover {
            background: #f0f0f0
        }

        .wps_ai_link[data-v-5122f198]:active {
            background: #dadada
        }

        .dark_skin[data-v-5122f198] {
            border: 1px solid hsla(0, 0%, 100%, .5);
            background: #3a3b3e
        }

        .dark_skin .wps_ai_link_title[data-v-5122f198] {
            color: #fff
        }

        .dark_skin[data-v-5122f198]:hover {
            background: #2d2e31
        }

        .dark_skin[data-v-5122f198]:active {
            background: #353639
        }


        @media (max-width: 768px) {
            .main__title {
                font-size: 28px;
                line-height: 34px;
            }
                .main__descr {
                font-size: 19px;
                padding: 0 8px;
            }
        }

